html:not(.login) body {
    /*background-color: #5e4403 !important;*/
    background-color: #000000 !important;

}
html.login body {
    /*background-color: #5e4403 !important;*/
    background-color: transparent !important;

}
.page-footer .page-footer-inner {
    color: #ffffff;
}
/*loader spinner*/
.cssload-thecube {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    margin-top: 16px;
    position: relative;
    transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(215,7,10);
    animation: cssload-fold-thecube 4.56s infinite linear both;
        -o-animation: cssload-fold-thecube 4.56s infinite linear both;
        -ms-animation: cssload-fold-thecube 4.56s infinite linear both;
        -webkit-animation: cssload-fold-thecube 4.56s infinite linear both;
        -moz-animation: cssload-fold-thecube 4.56s infinite linear both;
    transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
        -o-transform: scale(1.1) rotateZ(90deg);
        -ms-transform: scale(1.1) rotateZ(90deg);
        -webkit-transform: scale(1.1) rotateZ(90deg);
        -moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
        -o-transform: scale(1.1) rotateZ(180deg);
        -ms-transform: scale(1.1) rotateZ(180deg);
        -webkit-transform: scale(1.1) rotateZ(180deg);
        -moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
        -o-transform: scale(1.1) rotateZ(270deg);
        -ms-transform: scale(1.1) rotateZ(270deg);
        -webkit-transform: scale(1.1) rotateZ(270deg);
        -moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
    animation-delay: 0.57s;
        -o-animation-delay: 0.57s;
        -ms-animation-delay: 0.57s;
        -webkit-animation-delay: 0.57s;
        -moz-animation-delay: 0.57s;
}
.cssload-thecube .cssload-c3:before {
    animation-delay: 1.14s;
        -o-animation-delay: 1.14s;
        -ms-animation-delay: 1.14s;
        -webkit-animation-delay: 1.14s;
        -moz-animation-delay: 1.14s;
}
.cssload-thecube .cssload-c4:before {
    animation-delay: 1.71s;
        -o-animation-delay: 1.71s;
        -ms-animation-delay: 1.71s;
        -webkit-animation-delay: 1.71s;
        -moz-animation-delay: 1.71s;
}



@keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(45px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
                75% {
        transform: perspective(45px) rotateX(0deg);
        opacity: 1;
    }
    90%,
                100% {
        transform: perspective(45px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        -o-transform: perspective(45px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
                75% {
        -o-transform: perspective(45px) rotateX(0deg);
        opacity: 1;
    }
    90%,
                100% {
        -o-transform: perspective(45px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%, 10% {
        -ms-transform: perspective(45px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
                75% {
        -ms-transform: perspective(45px) rotateX(0deg);
        opacity: 1;
    }
    90%,
                100% {
        -ms-transform: perspective(45px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(45px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
                75% {
        -webkit-transform: perspective(45px) rotateX(0deg);
        opacity: 1;
    }
    90%,
                100% {
        -webkit-transform: perspective(45px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        -moz-transform: perspective(45px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
                75% {
        -moz-transform: perspective(45px) rotateX(0deg);
        opacity: 1;
    }
    90%,
                100% {
        -moz-transform: perspective(45px) rotateY(180deg);
        opacity: 0;
    }
}
.sweet-overlay {   
    z-index: 60000;
}
.sweet-alert {   
    z-index: 70000;
}
/*
.login .form-subtitle {
    color: #010202 !important;
}
.login .form-title {
    color: #ffffff !important;
}
*/

.panel-loader
{
    margin-top:100px;
}


.hidden
{
    display: none!important;
}


.login .mt-checkbox.mt-checkbox-outline:hover>input:not([disabled]):checked~span, 
.login .mt-checkbox.mt-checkbox-outline:hover>input:not([disabled])~span, 
.login .mt-checkbox.mt-checkbox-outline>input:checked~span, 
.login .mt-checkbox.mt-checkbox-outline>input:focus~span, 
.login .mt-checkbox.mt-checkbox-outline>span, 
{
    border: 1px solid #ffffff;
}






.page-header.navbar .page-logo .logo-default {
     margin: 0;
}
.page-header.navbar .page-logo 
{
    overflow: hidden;
    background-color: #E8262B;
}
.page-header.navbar .page-logo a
{
    height:100%;
    width: 100%;
    text-align: center;
}

.page-header.navbar .page-logo img
{
    height: 100%;
    width: auto;
    padding: 3px 0px;
}


/*proposed new look*/
.page-header.navbar {
    /*background: -webkit-linear-gradient(bottom, rgba(232, 81, 158,1), rgb(199, 127, 242,1));*/
    background: #fff;
    /*border-bottom: 1px solid #E8262B;*/

    -webkit-box-shadow: 1px 4px 5px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 4px 5px -4px rgba(0,0,0,0.75);
    box-shadow: 1px 4px 5px -4px rgba(0,0,0,0.75);
}

.page-header.navbar .hor-menu .navbar-nav>li>a>i {
    color: #000000;
}
.page-header.navbar .hor-menu .navbar-nav>li.active>a>i, .page-header.navbar .hor-menu .navbar-nav>li.current>a>i {
    color: #fff;
}
.page-header.navbar .hor-menu .navbar-nav>li.mega-menu-dropdown>.dropdown-menu .mega-menu-content .mega-menu-submenu li>h3, .page-header.navbar .hor-menu .navbar-nav>li>a {
    color: #000000;
    font-weight: 700;
}

.page-header.navbar .hor-menu .navbar-nav>li.active .selected, .page-header.navbar .hor-menu .navbar-nav>li.current .selected {
    border-top: 6px solid #364150;
}
.page-header.navbar .hor-menu .navbar-nav>li.active>a, .page-header.navbar .hor-menu .navbar-nav>li.current>a {
    color: #fff;
    background: #364150!important;

}

.page-header.navbar .hor-menu .navbar-nav>li.classic-menu-dropdown .dropdown-menu {
   

    /*overflow-y: scroll;*/
    /*max-height: 400px;*/
    /*height: auto;*/
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
}

.page-header.navbar .hor-menu .navbar-nav>li.classic-menu-dropdown .dropdown-menu::-webkit-scrollbar 
{ 
    width:5px;
    background-color:#cccccc; 
} 
.page-header.navbar .hor-menu .navbar-nav>li.classic-menu-dropdown .dropdown-menu::-webkit-scrollbar-thumb 
{ 
    background-color:#e8262b;
    border-radius:5px; 
}
.page-header.navbar .hor-menu .navbar-nav>li.classic-menu-dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover 
{ 
    background-color:#BF4649;
    border:1px solid #333333; 
}
.page-header.navbar .hor-menu .navbar-nav>li.classic-menu-dropdown .dropdown-menu::-webkit-scrollbar-thumb:active 
{ 
    background-color:#A6393D;
    border:1px solid #333333; 
} 



.page-container-bg-solid .page-title, .page-content-white .page-title {
    color: #ffffff;
    font-weight: 500;
}
.page-container-bg-solid .page-title small, .page-content-white .page-title small {
    color: #ffffff;
}
.page-container-bg-solid .page-bar .page-breadcrumb, .page-content-white .page-bar .page-breadcrumb {
  
    color: lawngreen;
}

.page-container-bg-solid .page-bar .page-breadcrumb>li>a, .page-container-bg-solid .page-bar .page-breadcrumb>li>span, .page-content-white .page-bar .page-breadcrumb>li>a, .page-content-white .page-bar .page-breadcrumb>li>span {
     color: #ffc107;
}
.page-container-bg-solid .page-bar .page-breadcrumb>li>i, .page-content-white .page-bar .page-breadcrumb>li>i {
    color: #ffc107;
}


.page-header.navbar .hor-menu .navbar-nav>li.open>a, .page-header.navbar .hor-menu .navbar-nav>li:hover>a, .page-header.navbar .hor-menu .navbar-nav>li>a:hover {
    color: #000000;
    /*background: #e8519e!important;
    background: -webkit-linear-gradient(bottom, rgba(232, 81, 158,.4), rgb(199, 127, 242,.4))!important;
    background: -o-linear-gradient(bottom, rgba(232, 81, 158,.4), rgb(199, 127, 242,.4))!important;
    background: linear-gradient(to top, rgba(232, 81, 158,.4), rgb(199, 127, 242,.4))!important;*/

    background: rgba(0,0,0,0.4)!important;
}
.page-header.navbar .hor-menu .navbar-nav>li.open>a>i, .page-header.navbar .hor-menu .navbar-nav>li:hover>a>i, .page-header.navbar .hor-menu .navbar-nav>li>a:hover>i {
    color: #000000;
}

.page-header.navbar .hor-menu .navbar-nav>li:hover.active .selected, .page-header.navbar .hor-menu .navbar-nav>li:hover.current .selected {
    border-top: 6px solid #e8519e;
    opacity: 0.6;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-toggle:hover, .page-header.navbar .top-menu .navbar-nav>li.dropdown.open .dropdown-toggle {
    background-color: #ffffff;
    
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-language>.dropdown-toggle>.langname, .page-header.navbar .top-menu .navbar-nav>li.dropdown-user>.dropdown-toggle>.username, .page-header.navbar .top-menu .navbar-nav>li.dropdown-user>.dropdown-toggle>i {
    color: #000000;
    font-weight: 500;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-toggle:hover>i, .page-header.navbar .top-menu .navbar-nav>li.dropdown.open .dropdown-toggle>i {
    color: #000000;
}

/*proposed new look*/


.page-title.crumbs-title {
    margin: 8px 0px !important
}

.page-bar.crumbs-with-title {
    margin-bottom: 20px;


    
    /*background: rgba(226, 149, 61,1);
    background: -webkit-linear-gradient(bottom, rgba(226, 149, 61,1), rgba(254, 215, 102,1));
    background: -o-linear-gradient(bottom, rgba(226, 149, 61,1), rgba(254, 215, 102,1));
    background: -moz-linear-gradient(bottom, rgba(226, 149, 61,1), rgba(254, 215, 102,1));
    background: linear-gradient(bottom, rgba(226, 149, 61,1), rgba(254, 215, 102,1));*/

    background: rgba(0, 0, 0,1);



}


.tabbable-custom>.tab-content {
     background-color: transparent; 
}
.divider-red
{
	border-top: 1px solid #f36a5a;
}
.dash-transactions-view
{
	padding-top: 20px;
	padding-bottom: 20px;
}
.alerts-wrapper
{
	padding: 20px;
}
.pos-alert-tabs.nav>li>a 
{
    padding: 3px 10px;
    font-size: 12px;
    background: #dbdbdb;
    margin-bottom: 3px;

}

.pos-alert-tabs.nav-tabs>li.active>a, .pos-alert-tabs.nav-tabs>li.active>a:focus, .pos-alert-tabs.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: #f36a5a;
    cursor: default;
}
.form-control.no-borders
{
    border: 0px !important;
}
.filter-block
{
    margin-bottom: 10px;
}
.filter-block .reportrange span
{
    font-size: 12px;
}
.pull-right>.dataTables_filter
{
    float:right;
}

/*highcharts-container*/

.time-series-graph
{
    width: 100%;
    display: inline-block;
    position: relative;
	height:500px;
}
.map_canvas
{
    width: 100%;
    display: inline-block;
    position: relative;
    height:500px;
}
.page-sidebar .page-sidebar-menu.page-sidebar-menu-light>li.active.open>a, .page-sidebar .page-sidebar-menu.page-sidebar-menu-light>li.active>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light>li.active.open>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light>li.active>a {
    background: #3e4b5c;
    border-left: 4px solid #d70709;
    color: #f1f1f1;
}
.search-divider
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.template-upload .size
{
    margin: 5px 0;
}
.template-upload .size, .template-upload .name
{
    margin: 5px 0;
}
.template-upload .preview canvas
{
    width: 50px;
}
.template-upload td
{
    vertical-align: middle !important;
}
.pace .pace-progress {
  background: #e43a45 !important; 
}
/*
.pace .pace-progress-inner {  
  box-shadow: 0 0 10px #e43a45, 0 0 5px #e43a45 !important; 
}*/

.pace .pace-activity {  
  border-top-color: #e43a45 !important;
  border-left-color: #e43a45 !important;
}
body.modal-open {
    overflow-y: hidden !important;
}

body:has(> .btn-group.datatable-button-group.open)
{
    overflow-y: hidden !important;
}

.dropdown-menu>li>a{
    transition: all .2s ease-in-out;
}

.dropdown-menu>li.active:hover>a, .dropdown-menu>li.active>a, .dropdown-menu>li:hover>a {   
    background-color: #d91010;
    color: #fff !important;
    transform: scale(1.01);
}

.dropdown-menu>li:hover>a>[class*=" fa-"], .dropdown-menu>li:hover>a>[class^=fa-], .dropdown-menu>li.active>a>[class^=fa-],.dropdown-menu>li:hover>a>[class*=" icon-"], .dropdown-menu>li:hover>a>[class^=icon-]
{
    color: #fff !important;
}


.buymore-datatable.table>tfoot>tr>td, .buymore-datatable.table>tfoot>tr>th {
    padding: 8px !important;  
    font-size: 13px  !important;
}
.buymore-datatable.table>thead>tr>td, .buymore-datatable.table>thead>tr>th {
    
    padding-right: 25px !important;
    font-size: 13px !important;;
}
.buymore-datatable.table>tbody>tr>td, .buymore-datatable.table>tbody>tr>th {
    
    font-size: 12px !important;
    white-space:nowrap;
    vertical-align: middle;
}

.buymore-datatable.table>tfoot>tr>td, .buymore-datatable.table>tfoot>tr>th, .buymore-datatable.table>thead>tr>td, .buymore-datatable.table>thead>tr>th
{
    
    border-left:0px;
    border-right:0px;
}

.buymore-datatable.table>tfoot>tr, .buymore-datatable.table>thead>tr
{
    background: rgba(0, 0, 0, .8); 
    color: #ffffff;

    /*background: rgba(255, 0, 0, .15); 
    background: -webkit-linear-gradient( rgba(255, 0, 0, .15) , rgba(255, 0, 0, .5));
    background: -o-linear-gradient( rgba(255, 0, 0, .15), rgba(255, 0, 0, .5)); 
    background: -moz-linear-gradient( rgba(255, 0, 0, .15), rgba(255, 0, 0, .5)); 
    background: linear-gradient( rgba(255, 0, 0, .15) , rgba(255, 0, 0, .5)); */

}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  
    background-color: #e8262b;
    border-color: #e8262b;
}
.pagination>li>a, .pagination>li>span {
   
    color: #2f353b;
}


.datatable-buttons {
    display: inline-block;
    width: 245px;
}
.datatable-buttons .btn{
    display: inline-block;
    float: left;
}
.bulk-table-actions
{
    margin-bottom: 10px;
}

.datepicker.dropdown-menu {
    z-index: 9999;
}
.net-total td, .gross-total td
{
    font-size: 16px !important;
    border:0px !important;
}
.net-total td
{
    background:rgba(0, 128, 0, 0.3);
}
.gross-total td
{
   background:rgba(255, 255, 0, 0.3);
}

#my-timeline
{
    padding:0px 40px !important;
}

.timeline .timeline-badge {
    
    padding-right: 30px;
    height: 60px;
    width: 60px;
    padding-top: 20px;
}
.timeline .timeline-body-arrow 
{    
    border-color: transparent #ffffff transparent transparent;
}
.timeline .timeline-body 
{
    position: relative;
    padding: 20px;
    margin-top: 20px;
    margin-left: 70px;
    background-color: #ffff;
}
.timeline:before {
   
    width: 4px;
    background: #fff;
    margin-left: 23px;
}

.timeline .timeline-icon {
    width: 50px;
    height: 50px;
    /* background-color: #ffffff; */
    padding-top: 15px;
    padding-left: 12px;
    border: 4px solid #fff;
}
.timeline .timeline-icon i {
    font-size: 20px;
}

.profile-usermenu ul li a 
{
    font-size: 14px !important;
    padding: 5px 15px;
}
.profile-usermenu ul li
{
    
}
.update-settings
{
    margin-bottom:15px; 
}

.merchanrt-reg-panel .portlet legend
{
    
    font-size: 18px;
    font-weight: 300;
}

.ms-container 
{
    width: 100%;
}


@media (min-width: 992px) 
{
    #modal_merchants .modal-lg 
    {
        width: 95% !important; 
    } 
}
.top-bottom-padder
{
    padding-top:30px;
    padding-bottom:30px;
}

.update-settings
{
    margin-bottom:15px; 
}

.open>.dropdown-menu.user_menu 
{
    left: initial !important;
    right: 0 !important;
}

.buymore-datatable.last-options>tbody>tr>td:last-child, .buymore-datatable.last-options>tbody>tr>th:last-child, .buymore-datatable.last-options>tfoot>tr>td:last-child, .buymore-datatable.last-options>tfoot>tr>th:last-child, .buymore-datatable.last-options>thead>tr>td:last-child, .buymore-datatable.last-options>thead>tr>th:last-child 
{
    width: 100px;
}
.buymore-datatable.last-options>tbody>tr>td:last-child
{
    text-align: center;
}
.buymore-datatable.last-options .table-description-expand>tbody>tr>td:last-child
{
    text-align: left;
}

.buymore-datatable.dataTable td>.btn-group, .buymore-datatable.dataTable th>.btn-group 
{
    margin-top: initial;
    position: relative !important;
}


.btn-group>.dropdown-menu:after, .dropdown-toggle>.dropdown-menu:after, .dropdown>.dropdown-menu:after {
    position: absolute;
    top: -7px;
    left: auto ;
    right: 10px;
    display: inline-block!important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
}

.btn-group>.dropdown-menu:before, .dropdown-toggle>.dropdown-menu:before, .dropdown>.dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: auto;
    right: 9px;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e0e0e0;
    border-left: 8px solid transparent;
    content: '';
}

.switch-outlet.dropdown-toggle
{
    color: #ffffff !important;
    padding: 0px 10px 0px 10px !important;
}
li.outlet-active a
{
    color: #d70709 !important;
}

.current-merchant
{
    display: inline-block;
    line-height: 2.7;
    padding: 0px 10px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.outlet-selector-current
{
    display: inline-block;
    float: left;
    line-height: 3.6;
    padding: 0px 10px;
    color: #000;
}

.outlet-selector
{
    width:110px;
    display: inline-block;
    position: relative;
    text-align: center;
    /*margin-top: 4px;*/
}

.outlet-selector .icon-btn {
    height: 50px;
    width: 100%;
    margin: 0;
    border: none;
    padding: 0;
    top: 0;
}

.outlet-selector .icon-btn>div {
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 14px;
}

.outlet-selector .icon-btn>.badge {
    padding: 3px 3px;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-toggle.switch-outlet:hover, .page-header.navbar .top-menu .navbar-nav>li.dropdown.open .dropdown-toggle.switch-outlet {
    background-color: transparent;
    cursor: pointer;
}


/*.table-scrollable .dataTable td>.btn-group.datatable-button-group,
.table-scrollable .dataTable th>.btn-group.datatable-button-group {
    position: relative;
}
*/
.btn-group.datatable-button-group.open .datatable-dropdown-backdrop {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
}

.btn-group.datatable-button-group>.dropdown-menu:before {
    display: none!important;
}

.btn-group>.dropdown-menu:after {
    display: none!important;
}

.dropdown-menu.user_menu {
    right: 0%;
    left: unset;
    min-width: 175px;
    top: 0;
    margin-top: 0px;
    position: fixed;
    height: auto;
    float: none;
    z-index: 9999;
    transition-duration: 1s;
    /*transition: height 0ms 2s, opacity 2s 0ms;*/
}

.btn-group.datatable-button-group.open .dropdown-menu.user_menu {
    box-shadow: -2px 0px 5px rgba(0, 0, 0, .5);
    /*box-shadow: -2px 0px 5px rgba(255, 0, 0, .5);
    /*transition-duration: 2s, 0s;*/
    /*transition-delay: 0s, 1s;*/
    /*transition: height 0ms 0ms, opacity 600ms 0ms;*/
    height: 100%;
    /*background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;*/
}

.datatable-record-settings {
    padding: 0px 10px;
    font-weight: 600;
}



.table_view_truncate
{
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.dataTable .row-details 
{    
    width: 26px;
    height: 15px;
    margin: auto;
}
.table-description-expand .table
{
   background:none;
}


.table-description-expand .note .table th
{
   font-size: 14px;
}
.table-description-expand .note .table td
{
   font-size: 12px;
}
.table-description-expand span
{
    font-size: 12px;
    font-weight: 600;
}



.timeline-history
{
    width: 100%;
    display: inline-block;
    margin-top: 5px;
}
.timeline .timeline-body-content {
    font-size: 14px;
    margin-top: 25px;
}
.dash-title.portlet-title
{


    border-bottom: 1px solid #f36a5a;

}
.sale_report_details table>thead th
{
    font-size: 12px!important;
}
.sale_report_details table>tbody td
{
    font-size: 11px!important;
}

.payment-breakdown-footer
{
    border-top: 1px solid;
    font-size: 12px;
    margin-top: 5px;
    padding-top: 2px;
}

.filter-block .infopopover
{
    position: absolute;
    right:0;
    top:0;
}

.filter-block div.popover
{
    width:200px;
}
.datatable-actions
{
    margin-bottom: 15px;
}
.scope-selector
{
    padding: 15px;
    background-color: #ffffff;

}
.scope-selector h3
{
   margin-top:0px;

}
/*.scope-range>div
{

}*/

.sales_reportrange
{
    overflow: hidden;   
    position: relative;    
    white-space: normal;
}

.sales_reportrange .fa.fa-angle-down
{
    position: absolute;
    right:5px;
    top:28%; 
}

.sales_reportrange span
{
    line-height: 1.7;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu 
{   
    max-height: 60vh;
    overflow-y: auto;
}




.page-sidebar .page-sidebar-menu .sub-menu li>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>a {
   
    padding: 6px 15px 6px 60px;
}

.template-download .preview img
{
    width:50px;
    height:50px;
}
.tt-hint, .tt-input {
    color: #555;
}

ul.remove-list-wrapper
{
    padding:0px;
}

ul.remove-list-wrapper li
{
    display: inline-block;
    width: 100%;
    position: relative;

    border-bottom: 1px solid #ddd;
    margin: 7px 0px;
    padding: 7px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);

    background-image: linear-gradient(to right top, #b6b8bc, #c8c9cc, #dadbdd, #ededee, #ffffff);
}

ul.remove-list-wrapper li.no-bg
{
    border-bottom: none
    margin:0px;
    padding: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    background-image: none;
}

ul.remove-list-wrapper li:last-child
{
       
    border-bottom: none;
}
ul.remove-list-wrapper li span
{
    font-weight: 600;
}
ul.remove-list-wrapper li .list-item-remove
{
    padding: 0px;
}
ul.remove-list-wrapper li .list-item-remove .list-remove-icon
{
    padding: 0px;
    width: auto;
    font-size: 20px;
    top: 3px;
}



.sweet-overlay {
    
    z-index: 50000;
}

.sweet-alert {
    
    z-index: 55000;
}
.form-control.tt-input
{
    color:#555;
}

.tt-input {
    color: #000;
}
.no-padding
{
    padding: 0px !important;
}

.date-range-custom
{
    position: relative;
    width: 100%;
}

.date-range-custom .input-group.date
{
    width: 100%;
}

.date-range-custom .range-start-wrapper-ends
{
    position: relative;
    width: calc((100% - 42.2px)/2);    
    display: inline-block;
    float: left;
}

.date-range-custom .range-start-wrapper-middle
{
    display: inline-block;
    width:42.2px;
    float: left;
    
}
.date-range-custom .range-start-wrapper-middle .btn
{
    border: none!important;
    height: 34px;
    width: 100%;
    cursor: default;
}

.switch-options-wrapper
{
    display: inline-block;
    width: 100%;
    position: relative;
}


.switch-options-wrapper .switcher-item
{
    display: inline-block;
    width: 21.4%;
    position: relative;
    float: left;
    text-align: center;
    margin: 10px;
    padding: 15px;
}
.switch-options-wrapper .switcher-item:hover
{
    box-shadow: 3px 1px 6px #ff0000;
    cursor: pointer;
}
.switch-options-wrapper .switcher-item.active
{
    box-shadow: 3px 1px 6px #070707;
    cursor: initial;
}
.switch-options-wrapper .switcher-item .switcher-image
{
    width: 60px;
    overflow: hidden;
    margin: auto;
}

.switch-options-wrapper .switcher-item .switcher-image img
{
    width: 100%;
    height: auto;
}

.switch-options-wrapper .switcher-item .switcher-title
{
    font-weight: 600;
    font-size: 14px;
}
.blockUI.blockMsg.blockElement
{
    left: 35% !important;
}

.connection-status
{
    color:#000000;
    margin: 0;
    padding: 15px 10px 15px 10px;
}


.forget-form .form-title {
   
    margin-bottom: 15px !important;
}
.forget-form-intro
{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.forgot-icon
{
    width: 90px;
    height: 90px;
    float: left;
    display: inline-block;
}

.account-selector
{
    display: inline-block;
    width: 100%;
}

.account-selector
{
  list-style: none;
  padding: 0px;
}
.account-selector li
{
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom:2px solid #ddd;
}
.account-selector li:last-child
{
  border-bottom:none;
}
.account-selector label
{
  font-size: 20px;
}
.account-selector li{
  color: #AAAAAA;
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  /*border-bottom: 1px solid #111111;*/
}

.account-selector li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.account-selector li label{
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 1.35em;
  padding-left: 30px;
  margin: 10px auto;
  /*height: 30px;*/
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.account-selector li .check{
  display: block;
  position: absolute;
  border: 2px solid #cccccc;
  border-radius: 100% !important;
  height: 25px;
  width: 25px;
  top: 26px;
  left: 0px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.account-selector li:hover .check {
  border: 5px solid #cccccc;
}

.account-selector li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100% !important;
  height: 15px;
  width: 15px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
#resend-confirmation-code
{
    padding: 2px 5px !important;
    margin-left: 10px;
}
.count-down-wrapper
{
    margin: 10px 0px 25px 0px;
}
.code-counter
{
    font-weight: 600;
    color:#F40009;
}

.account-options .register-desc
{
    margin-left: 30px;
    font-weight: 600;
}


input[type=radio]:checked ~ .check {
  border: 1px solid rgba(237, 29, 42, 1) !important;
}

input[type=radio]:checked ~ .check::before{
  background: rgba(237, 29, 42, 1) !important;
  margin-top: -1px;
  margin-left: -1px;
}

input[type=radio]:checked ~ label{
  color: rgba(237, 29, 42, 1) !important;
}
input[type=radio]:checked ~ .register-desc{
  color: rgba(237, 29, 42, 1) !important;
}

.login .content .reset-code-form, .login .content .confirm-code-form{
    display: none;
}

.reset-panel .intro-text
{
    /*padding-left: 10px;*/
    -webkit-box-shadow: 0 0 13px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 13px 5px rgba(0,0,0,.1);
    box-shadow: 0 0 13px 5px rgba(0,0,0,.1);

    /* float: left; */
    margin-left: 90px;
    padding: 9px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 10px !important;
    position: relative;
    min-height: 100px;

}
.reset-panel .intro-text:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: rgba(0, 0, 0, 0.8);
    border-left: 0;
    border-bottom: 0;
    margin-top: -10px;
    margin-left: -10px;
}
.reset-panel .intro-text .mt-code {
    padding: 0px 2px 2px 2px;
    color: #E43A45;
    border-radius: 4px!important;
    display: inline;
    word-wrap: normal;
}


.blockUI.blockOverlay
{
    opacity: 0.5 !important;
    z-index: 10500 !important;
}
.blockUI.blockMsg.blockPage
{    
    z-index: 11000 !important;
}

.blockUI.blockMsg.blockPage .loading-message.loading-message-boxed {
    
    color: #ff1504!important;
}