.error-message, .req{
    color: #E14444;
}

.uppercase{
    text-transform: capitalize;
}

ol.breadcrumb li a{
    color: #4e5e6a !important;
}

ol.breadcrumb li.active a{
    color: #22baa0 !important;
}

red.panel-heading{
    cursor: pointer;
}

.extra-margin{
    margin: 0px 15px;
}

option:disabled { 
    text-decoration: line-through;
}

.product-conditions-delete{
    font-size: 20px;
    padding-top: 2px;
    color: #F25656;
}

.ms-container .ms-list {
    border: 1px solid #dce1e4 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.search-input{
    margin-bottom: 10px;
}

.none{
    display: none;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-left: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.panel {
    box-shadow: none;
}

.brand-logo img{
    max-height: 100%;
    width: 100%;
    margin-bottom: 10px;
}

.logo-input{
    visibility: hidden;
}

.delete-btn,.delete-popup-btn{
    border: none !important;
    background-color: #fff !important;
    color: #f25656 !important;
    font-size: 20px !important;
}

.error-style{
    border: 1px solid #a94442 !important;
    /*background-color: #f2dede !important;*/
}

.no-padding{
    padding: 0;
}

.no-padding2{
    padding: 0;
}

.padding-left-15{
    padding-left: 15px;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.tagit-autocomplete{
    top: 1172px !important;
    left: 161px !important;
}

.td-class{
    border: 1px solid transparent !important;
}

.del-btn{
    padding: 1px 6px 1px 7px;
}
.edit-btn{
    padding: 1px 6px;
}
.copy-btn{
    padding: 1px 6px;
}

.info-btn{
    padding: 1px 5px 1px 6px;
}

.h-scroll{
    display: none;
}

.h-scroll-items
{
    border: 1px solid #e9e9e9;
    height:auto;
    width:25%;
    background-color: #F9F9F9;
    border-radius: 5px;
    margin-right: 15px;
}

.edit-fa{
    color: #7a6eff;
    cursor: pointer;
}

.copy-fa{
    color: #22baa0;
    cursor: pointer;
}

.delete-fa{
    color: #f25656;
    cursor: pointer;
}


.modal {
    text-align: center;
}

@media screen and (min-width: 768px) { 
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*----- for custom checkbox ------------*/

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:2px;
    top: 1px;
    width: 14px; 
    height: 14px;
    border: 1px solid #aaa;
    background: #FFF;
    /*border-radius: 3px;*/
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 3px; left: 4px;
    /*font-size: 18px;*/
    line-height: 0.8;
    color: #22baa0;
    transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
[type="checkbox"]:disabled + label {
    color: #aaa;
}

label:hover:before {
    border: 1px solid #4778d9!important;
}

/*---------- end of custom checkbox*/

.only-text{
    padding-top: 30px;
}

.product-conditions-delete .fa{
    cursor: pointer;
}

.no-border{
    border: none;
}

.tr-error-style{
    border-top:2px solid #E14444 !important;
    border-bottom:2px solid #E14444 !important;
    border-left:2px solid #E14444 !important;
    border-right:3px solid #E14444 !important;
    background-color: #F2DEDE;
}

.tr-warning-style{
    border-top:2px solid #EC971F !important;
    border-bottom:2px solid #EC971F !important;
    border-left:2px solid #EC971F !important;
    border-right:3px solid #EC971F !important;
    background-color: #FCF8E3;
}

.fa-danger-text,.fa-danger-text:hover,.fa-danger-text:active{
    color: #E14444 !important;
}

.fa-success-text,.fa-success-text:hover,.fa-success-text:active{
    color: #1DB198 !important;
}

.fa-warning-text,.fa-warning-text:hover,.fa-warning-text:active{
    color: #E8BF40 !important;
}

.fa-info-text,.fa-info-text:hover,.fa-info-text:active{
    color: #31708f !important;
}

span.fa-primary-text{
    color: #6A5FAC;
}

table.brand-import td,table.brand-import th{
    width: 20%;
}

table td, table tr, table th{
    text-align: center;
}

.group-one,.group-two{
    margin-top: 15px;
}

.product-var{
    background-color: #F9F9F9;
}


/*---- Start of bootstrap modal center ----*/

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

/*---- End of bootstrap modal center ----*/


li.inactive a{
    color: #5f5f5f !important;
}

.margin-top{
    margin-top: 15px;
}

.margin-top-25{
    margin-top: 25px;
}

.margin-top-20{
    margin-top: 25px;
}

.menu-items-delete {
    cursor: pointer;
    color: #f25656;
    font-size: 20px;
    padding-top: 2px;
} 

.margin-left-1 {
    margin-left: 2px;
}

.margin-left-2 {
    margin-left: 2px;
}

span.fa{
    font-size: 14px;
}

.dd3-handle {
    height: 34px !important;
}

.dropdown-menu.dropdown-list.dropdown-menu-left.notification-ul {
    left: -280%;
    margin-top: 10px !important;
}

.user-profile-logout {
    font-size: 16px;
    padding: 20px 0;
}
.page-sidebar.sidebar.horizontal-bar.visible{
    width: 173px !important;
}

p.inline-block{
    display: inline-block;
}

ul.blog-menu{
    list-style-type: none;
    padding: 0px;
}

ul.blog-menu  li{
    padding: 5px 0px;
}

ul.blog-menu  li:hover{
    background: #F7F7F7 !important;
}
ul.blog-menu  li a:hover{
    text-decoration: none;
}


li.active a span{
    /*color: #22BAA0;*/
}

li.blog-main.active a span{    
    color: #5f5f5f !important;
}

li.blog-main.active{    
    background-color: #F7F7F7;
}

li.droplink a img{
    max-width: 100%;
    max-height: 100%;
    width: 35px;
    vertical-align: middle;
}

.margin-left-50{
    margin-left: 100px;
}

.header-items{
    font-family: Ubuntu,sans-serif;
    font-size: 13px !important;
}

.margin-left-15{
    margin-left: 15px;
}

table.border-table{
    border: 1px solid #dce1e4;
    width: 100%;
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    height: auto;
    min-height: 0.01%;
}

table.border-table th,table.border-table td{
    padding: 15px;
    border-bottom: 1px solid #dce1e4;
}

.table-resp{
    width: 100%;
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    min-height: 0.01%;
}

th.left,td.left{
    text-align: left !important;
}

.no-margin{
    margin: 0px !important;
}

.not-visible{
    visibility: hidden;
}

li.dropdown.active > a {
    color: #22baa0;
}

.margin-left-5{
    margin-left: 5px;
}


.bubble-tags{
    color: #FFF;
    background-color: #43A2F3;
    padding: 6px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.delete-bubble{
    cursor: pointer;
}

.group-users,.customers,.cc-email,.bcc-email{
    margin-bottom: 15px;
}

.cc-email,.bcc-email{
    margin-top: 15px;    
}


.ui-menu .ui-menu-item {
    border-bottom: 1px solid #dce1e4;
    cursor: pointer;
    line-height: 15px;
    /*list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");*/
    margin: 0;
    min-height: 0;
    padding: 7px 1em 7px 0.4em;
    position: relative;
    width: 105%;
}

.ui-widget {
    font-family: Ubuntu,sans-serif;
    font-size: 15px;
}

.no-margin-bottom{
    margin-bottom: 0px;
}

.margin-left-10{
    margin-left: 10px;
}

.margin-top-35{
    margin-top: 35px;
}

li.blog-main  a span{
    color: #5f5f5f !important;
}

.margin-top-10{
    margin-top: 10px;
}

.margin-bottom-10{
    margin-bottom: 10px;
}

.margin-right-5{
    margin-right: 5px;
}

/*.page-breadcrumb{
    margin-top: 63px;        
}*/

.page-title{
    background-color: #F9F9F9;
}

.red-color{
    color: #F00;
}

.green-color{
    color: #1DB198;
}

.margin-left-25{
    margin-left: 25px;
}

.size11{
    font-size: 11px;
}

button.disabled i{
    color: #ccc;
}


table.address td, table.address tr, table.address th {
    text-align: left;
}

.cursor-pointer{
    cursor: pointer;
}

.main-list {
    overflow-x:auto;
    overflow-y:hidden;
    width:100%;
}

.sub-list {
    padding:0;
    height:auto;
    width: 20%;
}

.list-inline {
    white-space:nowrap;
}

h2.total-points{
    font-size: 20px !important;
}

.padding-right-0{
    padding-right: 0px;
}

.padding-left-0{
    padding-left: 0px;
}


a:active{
    color: #5F5F5F;
}

.highcharts-button{
    display: none !important;
}

.dashboard-tabs,.nav-tabs > li > a{
    border-bottom: none;
}

span.expity-date{
    text-decoration: underline;
    cursor: pointer;
}

.border-table a{
    text-decoration: none;
}

.permission-inactive {
    color: grey;
    background: #d2d7db;
    display: block;
}
.padding-0-20{
    padding: 0px 20px;
}
.danger-btn{
    background-color: #F2DEDE;
}
.success-btn,.success-btn:hover{
    background-color: #DFF0D8;
}
.warning-btn{
    background-color: #FCF8E3;
}

.warning-btn,.success-btn,.danger-btn{
    padding: 3px 10px;
    border: none;
    border-radius: 0px;
    cursor: text;
}

.customer-action {
    font-size: 20px;
}

.margin-right-3 {
    margin-right: 3px;
}

.error-giftcard {
    background-color: #f25656 !important;
}
/*.glow-button:hover {
    color: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 15px rgba(91,142,251, .4);
    background-color: #5B8EFB;
}

.glow-button{
    border-radius: 100px;
    background-color: #5B8EFB;
}*/

.align-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.margin-top-15{
    margin-top: 15px;
}

.margin-top-5{
    margin-top: 5px;
}

.border-none{
    border: none !important;
}

.resize-false{
    resize: none;
}

.height-100{
    height: 100px !important;
}

.anchor-tag {
    color: #337ab7;
}

.anchor-tag:hover {
    text-decoration: underline;
    -moz-text-decoration-color: #23527c;
    text-decoration-color: #23527c;
}

.notification-unseen {
    background-color: #F2F1F9;
}

.no-left-padding{
    padding-left: 0px;
}

.cursor-default {
    cursor: default;
}

.ul.tagit {
    height: 34px !important;
}

.padding-15 {
    padding: 15px;
}

.inactive-class{
    color: #e14444;
}

.no-right-padding{
    padding-right: 0px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.hover-underline:hover {
    text-decoration: underline;
}

.readonly {
    background-color: #eee;
    border-color: #eee;
}

.readonly:hover{
    background-color: #eee;
    cursor: not-allowed;
    border-color: #eee;
    color: #4e5e6a;
}

.inactive-class:hover{
    color: #e14444;
}

.b {
    border: none;
}

.radio-span-28{
    bottom: 28px !important;
    position: absolute;
}
.radio-span-1{
    top: 1px !important;
    position: absolute;
}
.radio-span-7-35{
    bottom: 7px !important;
    left: 35px;
    position: absolute;
}
.top-4{
    top: 4px;
}

option.inactive-option {
    color: red !important;   
}

.panel-title a {
    cursor: pointer;
}

.panel-title a:hover {
    text-decoration: none;
}

.panel-title a:active {
    color: #FFF;
}

.tag.label.label-info {
    word-wrap: break-word !important;
}

.badge, .label {
    white-space: normal !important;
}

.popup-description {
    max-height: 350px;
    overflow-y: auto;
}

.break-word {
    word-wrap: break-word;
}

.margin-left-38 {
    margin-left: 38px;
}

.panel-heading{
    cursor: pointer;
}

.panel-heading .fa-chevron-up{
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.panel-heading.collapsed .fa-chevron-up{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}