@import url('https://fonts.googleapis.com/css?family=Bree+Serif');
.text-error {
    color: #ff0c08!important;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

a {
    text-decoration: none !important;
}

.p-0 {
    padding: 0px!important;
}

.pl-0 {
    padding-left: 0px!important;
}

.pr-0 {
    padding-right: 0px!important;
}

.pr-10 {
    padding-right: 10px!important;
}

.d-block {
    display: block!important;
}

.mb-0 {
    margin-bottom: 0px!important;
}

.mb-5 {
    margin-bottom: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-10 {
    margin-top: 10px!important;
}

.mt-15 {
    margin-top: 15px!important;
}

.mt-20 {
    margin-top: 20px!important;
}

.mt-30 {
    margin-top: 30px!important;
}

.modal-header h3 {
    font-size: 20px;
    margin: 0px;
}

.total_body {
    padding: 0px;
    margin: 0px;
    background: #c3d9ff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    overflow-y: scroll;
    position: relative !important;
}

.clear {
    clear: both;
}

.container {
    /*margin:15px;
        background:#FFFFFF;
        padding:15px;
    */
    /*
        background-color:#ecf0f5;
    */
    background: #FFFFFF;
    /*    padding: 5px;
        height: auto;
        position: static !important;
        padding-top: 75px;*/
}

.header {
    display: inline;
    position: relative;
}

.content {
    min-height: 400px;
    position: relative;
    width: 100%;
    height: 80%;
}

@media screen and (max-width: 400px) {
    .content {
        min-height: 400px;
        position: relative;
        width: 100%;
        height: 80%;
        position: relative;
    }
}

.main_menu {
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    float: left;
}

input[disabled] {
    background: #dad9d9 !important;
    color: #8c8c8c !important;
    cursor: not-allowed !important;
}

.footer {
    border-top: 0 dotted #ccc;
    background: #3b3b3b;
    /*float: left;*/
    margin-left: 0px;
    padding: 0px 0px 0px 0px;
    /*width: 99%;*/
    /*display: inline;*/
    /*position: relative;*/
}

.footer p,
.footer a {
    color: #FFF;
    vertical-align: middle;
    padding-bottom: 10px;
    margin: 0;
}

.footer a#release_notes:active,
.footer a#release_notes:focus,
.footer a#release_notes:visited,
.footer a#release_notes:hover {
    color: #FFF;
}

.heading {
    border-bottom: 1px dotted #ccc;
    clear: both;
    display: inline-block;
    width: 100%;
    margin: 15px 0px;
}

.add_button {
    /* margin-bottom:15px;*/
    margin-bottom: 10px;
    float: right;
}

@media screen and (max-width: 400px) {
    .add_button {
        /* margin-bottom:15px;*/
        margin-bottom: 10px;
        float: right;
        /*  margin-right: 60px;*/
    }
}

.button {
    /*background: none repeat scroll 0 0 #979797;*/
    font-size: 13px;
    height: 27px;
    border: 0 none;
    border-radius: 0px;
    font-weight: bold;
    padding: 2px 15px;
    margin: 0px 10px 10px 0px;
    color: #ffffff;
    background: #104e8b;
    /* background-color: #3498DB;*/
}

a {
    text-decoration: none;
}

.button:hover {
    cursor: pointer !important;
    color: #FC0;
    font-weight: 700;
}

.button:active {
    transform: translate(0px, 2px);
    -webkit-transform: translate(0px, 2px);
    border-bottom: 1px solid;
}

.datagrid a {
    text-decoration: underline;
    color: #09F !important;
}

.popup_form_table {
    margin-left: 66px;
    margin-top: 23px;
}

table.popup_form_table {
    border-collapse: collapse;
}

table.popup_form_table tr {
    border-collapse: collapse;
}

table.popup_form_table th {
    padding: 2px;
}

table.popup_form_table td {
    vertical-align: middle;
}

.text_field,
.textarea {
    width: 220px;
}

.select_field {
    width: 234px;
    color: #000000 !important;
}

.error {
    color: red;
}

.etsvalue_error {
    font-size: 15px;
    margin-left: 175px;
}

.ship_error {
    font-size: 15px;
    margin-left: 175px;
}

.glaze_error {
    font-size: 15px;
}

.radio_message {
    font-size: 16px;
}

.radio_message label {
    position: absolute;
}


/*
.popup_form_table td{
        vertical-align: middle; margin: 0px;
        margin-top:-15px;
} */

.search_text_field {
    line-height: 22px;
    height: 24px;
    border: 1px solid #ccc;
}

.popup_button .button {
    font-weight: bold !important;
    font-size: 15px !important;
    margin-top: -5px;
}

.popup_heading {
    border-bottom: 1px dotted #ccc;
    clear: both;
    display: inline-block;
    width: 93%;
    margin: 15px 0px;
    padding-left: 65px;
}

.under_construction {
    text-align: center;
}

.under_construction img {
    width: 350px;
    margin-top: 17px;
}

.nicks_logo {
    width: 60%;
    float: left;
    margin-top: -14px;
    position: relative;
}

.nicks_clock {
    width: 20%;
    float: left;
    margin-top: -10px;
    position: relative;
}

.nicks_calender {
    width: 16%;
    float: left;
    position: relative;
    /*margin-left:37px;*/
}


/*
.texttop
{
    position:relative;
    top: -120px;
    padding: 10px;
        width:100%;
        padding-left:15px;
    color: #fff;
    font-weight: bold;
    font-size:20px;
        font-family:"Arial Black", Gadget, sans-serif;
        border:1px solid #F00;

}
.textcalendar_number
{
    position:relative;
    top: -130px;
    padding: 10px;
        width:100%;
        padding-left:15px;
    color: #fff;
    font-weight: bold;
    font-size:70px;
        font-family:"Arial Black", Gadget, sans-serif;
        border:1px solid #F00;


}
.textcalendar_year
{
    position:relative;
    top: -120px;
    padding: 10px;
        width:100%;
        padding-left:15px;
    color: #fff;
    font-weight: bold;
    font-size:20px;
        font-family:"Arial Black", Gadget, sans-serif;
        border:1px solid #F00;


} */

#calendar {
    width: 117px !important;
    height: 139px !important;
}

#logo {
    padding-top: 10px;
    text-align: center;
    width: 100%;
}

@media screen and (max-width:980px) {
    .nicks_logo {
        width: 85%;
        float: left;
        margin-top: -14px;
        position: relative;
    }
    .nicks_calender {
        float: left;
        position: relative;
    }
    .nicks_clock {
        float: left;
        margin-top: -6px;
        position: relative;
        width: 27%;
    }
    #calendar {
        width: 117px !important;
        height: 139px !important;
    }
    #logo {
        padding-top: 10px;
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width:700px) {
    .nicks_logo {
        width: 99%;
        float: left;
        margin-top: -14px;
        position: relative;
    }
    .nicks_calender {
        width: 10%;
        float: left;
        position: relative;
    }
    .nicks_clock {
        width: 67%;
        float: left;
        margin-top: -10px;
        position: relative;
    }
    #calendar {
        width: 117px !important;
        height: 139px !important;
    }
    #logo {
        padding-top: 10px;
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .nicks_logo {
        width: 99%;
        float: left;
        margin-top: -14px;
        position: relative;
        height: 100px;
    }
    .nicks_calender {
        width: 60%;
        float: left;
        position: relative;
        margin-left: -15px;
    }
    .nicks_clock {
        width: 10%;
        float: left;
        margin-top: -6px;
        position: relative;
        margin-left: -15px;
    }
    #calendar {
        width: 117px !important;
        height: 139px !important;
    }
    #logo {
        padding-top: 10px;
        text-align: center;
        width: 100%;
    }
}


/*.nicks_clock embed{
        width:123px !important;
        height:110px !important;
}*/

table.gridtable {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #333333;
}

table.gridtable th {
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    background-color: #B2E0FF;
    /*border-top-left-radius:12px;
        border-top-right-radius:12px; */
    height: auto;
}

table.gridtable td {
    border-width: 1px;
    text-align: center;
}

.astrick {
    color: #F00;
}

.jstrick {
    color: #F00;
}

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    border: medium none;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 4;
    display: inline-block;
}

#cssmenu {
    border: 1px solid #0b345d;
    border-radius: 0px;
    display: block;
    height: 37px;
    margin: 0;
    padding: 0;
    width: auto;
    position: relative;
    z-index: 4;
    /* margin-left:89px;
          margin-top:4px;
        margin-right:89px; */
}

#cssmenu>ul {
    list-style: inside none none;
    margin: 0;
    padding: 0;
    display: block;
}

#cssmenu>ul>li {
    display: inline;
    float: left;
    list-style: inside none none;
    margin: 0;
    padding: 0;
    position: relative;
}

#cssmenu.align-center>ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center>ul>li {
    display: block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-center>ul>li:first-child>a {
    border-radius: 0;
}

#cssmenu>ul>li>a {
    border-right: 1px solid #0b345d;
    color: #ffffff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    outline: medium none;
    padding: 11px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

#cssmenu>ul>li:first-child>a {
    border-radius: 5px 0 0 5px;
}

#cssmenu>ul>li>a::after {
    border-color: #1568b9;
    border-right: 1px solid #1568b9;
    bottom: -1px;
    content: "";
    position: absolute;
    right: -2px;
    top: -1px;
    z-index: 99;
    border-radius: 1em;
}

#cssmenu ul li.has-sub:hover>a::after {
    bottom: 0;
    top: 0;
}

#cssmenu>ul>li.has-sub>a::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ffffff transparent transparent;
    border-image: none;
    border-right: 5px solid transparent;
    border-style: solid;
    border-width: 5px;
    content: "";
    position: absolute;
    right: 6px;
    top: 18px;
}

.submenu {
    margin-top: 15px!important;
}

#cssmenu>ul>li>ul>li.has-sub>a::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: white;
    border-image: none;
    border-right: 5px solid transparent;
    border-style: solid;
    border-width: 5px;
    content: "";
    position: absolute;
    right: 6px;
    top: 13px;
}

#cssmenu>ul>li.has-sub:hover>a::before {
    top: 19px;
}

#cssmenu>ul>li.has-sub:hover>a {
    border-color: #333333;
    padding-bottom: 12px;
    z-index: 999;
}

#cssmenu ul li.has-sub:hover>ul,
#cssmenu ul li.has-sub:hover>div {
    display: block;
}

#cssmenu>ul>li.has-sub>a:hover,
#cssmenu>ul>li.has-sub:hover>a {
    background: none repeat scroll 0 0 #333333;
    border-color: #333333;
}

#cssmenu ul li>ul,
#cssmenu ul li>div {
    background: none repeat scroll 0 0 #333333;
    border-radius: 0 0 5px 5px;
    display: none;
    padding: 0px 0;
    position: absolute;
    top: 36px;
    width: auto;
    z-index: 999;
}

#cssmenu ul li>ul {
    width: 200px;
}

#cssmenu ul ul ul {
    position: absolute;
}

#cssmenu ul ul li:hover>ul {
    border-radius: 0px;
    left: 100%;
    top: -10px;
}

#cssmenu ul li>ul li {
    display: block;
    list-style: inside none none;
    margin: 0;
    padding: 0;
    position: relative;
}

#cssmenu ul li>ul li a {
    color: #ffffff;
    display: block;
    font: 10pt Arial, Helvetica, sans-serif;
    margin: 0;
    outline: medium none;
    padding: 8px 20px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

#cssmenu,
#cssmenu ul ul>li:hover>a {
    /* background: -moz-linear-gradient(center top , #1568b9 0%, #104e8b 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); */
    background-color: #104e8b;
}

#cssmenu ul ul li a:hover {
    background-color: #104e8b;
}

#cssmenu>ul>li>a:hover {
    font-weight: 700;
    color: #FC0;
}

#cssmenu ul ul a:hover {
    color: #FC0;
    /*font-weight: bold;*/
}

#cssmenu>ul>li.has-sub>a:hover::before {
    border-top: 5px solid #ffffff;
}

#topbar {
    background: #3b3b3b;
    border-bottom: 4px solid #f2ab1e;
    height: 50px;
    z-index: 10;
    margin: 0 auto;
}

a.navbar-brand img {
    max-height: 28px;
    max-width: 100%;
    margin-top: 7px;
    margin-left: 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: transparent!important
}

.nav .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: #f2ab1e!important;
    color: #3b3b3b!important;
}

.login .navbar-nav .dropdown:hover .dropdown-menu {
    z-index: 99999;
    background: #555!important;
    display: block;
    opacity: 1;
    visibility: visible;
    background: inherit;
}

.login ul li ul li a {
    color: #FFF;
    padding: 5px 20px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: transparent!important;
}

.navbar {
    min-height: 45px!important;
    margin-bottom: 0px!important;
    border: none!important;
}

.navbar-brand {
    font-family: 'Bree Serif', serif;
    padding: 15px 0px 15px 12px!important;
    font-weight: bold;
    color: #ffc107;
    letter-spacing: 0.6px;
    font-size: 2.8rem!important;
}

.navbar-dashboard {
    font-family: 'Bree Serif', serif;
    padding: 15px 12px 15px 5px!important;
    font-weight: bold;
    color: #ffc107;
    letter-spacing: 0.6px;
    font-size: 2.8rem;
    line-height: 50px;
}

.navbar-brand:hover,
.navbar-brand:active,
.navbar-brand:focus,
.navbar-dashboard:hover,
.navbar-dashboard:active,
.navbar-dashboard:focus {
    color: #ffc107!important;
}

.menuxtra {
    padding: 0!important;
    margin: 0!important;
}

#topbar .user {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 3px;
}

.navbar-nav>li>a {
    color: #FFF!important;
    line-height: 10px!important;
}

.navbar-nav>li:hover {
    background: #3b3b3b;
    color: #fff;
}

.login .navbar-nav>li:hover {
    color: #e2e2e2;
    cursor: pointer;
    height: 35px;
    text-decoration: none;
    width: auto;
    z-index: 99999;
}

.login .navbar-nav {
    margin: 3px 0;
}

#topbar .user .login {
    color: #e2e2e2;
    cursor: pointer;
    height: auto;
    text-decoration: none;
    width: auto;
    z-index: 99999;
}

.search_dropdown {
    width: 135px;
    height: 24px;
    line-height: 22px;
    border: 1px solid #CCC;
}

.imgtop {
    margin-top: -5px;
}

.succ_cls {
    color: #008000;
    text-align: center;
    font-size: 14px;
    height: 20px;
}

.fail_cls {
    color: #FF0000;
    text-align: center;
    font-size: 14px;
    height: 20px;
}

.datalist_field {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    display: inline-block;
    width: 220px;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 1px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

.nav .dropdown-menu {
    background: #555555;
    color: #FFF;
    margin: -60px;
}

.exportbtn {
    margin-left: 0px;
    float: right!important;
    font-size: 14px;
    text-align: right;
}

.exportbtn a {
    color: #fff;
    margin-left: 0px;
    float: right;
    font-size: 14px;
    margin-top: 0px;
    text-align: right;
    padding: 5px 10px;
}

.filter-header-title {
    display: inline-block;
    color: white;
    margin: 9px 0px 0px 20px;
    font-weight: 660;
    font-size: 13px;
}

.filter-header-title p {
    margin: 0px;
}

.exportbtn a.btn-success {
    background-color: #0e7b75;
    border-color: #107570;
}

.exportbtn a.btn-success:hover {
    background-color: #195d58;
    border-color: #195d58;
}

#filter-header {
    padding: 6px 10px;
    border: 1px solid #00948b;
    background: #00948b;
}

#orderSummary .modal-lg table,
#loadpoints .modal-lg table {
    width: 1123px;
}

#orderSummary .modal-header {
    padding: 15px 15px 30px 15px;
}

#poreport-page #po_num {
    width: 83px;
}

#poreport-page #status {
    width: 120px;
}

.big-checkbox>input {
    width: 20px;
    height: 20px;
}

.big-checkbox label {
    color: #fff;
}

.big-checkbox {
    position: absolute;
    opacity: 0;
}

.big-checkbox+label:before {
    content: '';
    margin-right: 7px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #f7f7f7;
    border: 1px solid #00948b;
    margin-top: -2px;
}

.big-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #333;
    margin-bottom: 0px;
    margin-top: 2px;
    font-size: 13px;
    font-weight: 300;
}

.big-checkbox:checked+label:before {
    background: #FFF;
    border: 1px solid #00948b;
}

.big-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 9px;
    background: #00948b;
    width: 3px;
    height: 3px;
    box-shadow: 2px 0 0 #00948b, 4px 0 0 #00948b, 4px -2px 0 #00948b, 4px -4px 0 #00948b, 4px -6px 0 #00948b, 4px -8px 0 #00948b, 4px -10px 0 #00948b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.text-bold {
    font-weight: 600!important;
}


/* add order page*/

#addorder-page #vtabs {
    width: 100%;
    border: none;
    padding-top: 0px;
}

#addorder-page #vtabs ul#vtabsul {
    height: auto;
    float: left;
    margin-left: -5px;
    width: 145px;
    position: fixed;
}

#addorder-page #htabs-inner {
    height: auto;
    margin-top: 5px;
    margin-left: 145px;
    vertical-align: top;
    display: block;
    /*border: 1px solid rgb(255, 187, 93);*/
    border: 1px solid #e5e5e5;
}

#addorder-page .ui-tabs-vertical>.ui-tabs-nav {
    padding: .2em .1em .2em .2em;
    float: left;
    width: 12em;
}

#addorder-page .ui-tabs-vertical>.ui-tabs-nav li {
    clear: left;
    width: 100%;
    overflow: hidden;
    border-bottom-width: 1px !important;
    border-right-width: 0 !important;
    margin: 0 -1px .2em 0;
    border-radius: 0;
}

#addorder-page .ui-tabs-vertical>.ui-tabs-nav li a {
    display: block;
}

#addorder-page .ui-tabs-vertical>.ui-tabs-nav li.ui-tabs-selected {
    padding-bottom: 0;
    padding-right: .1em;
    border-right-width: 1px;
    border-right-width: 1px;
}

#addorder-page .ui-tabs-vertical>.ui-tabs-panel {
    padding: 1em;
    float: right;
    width: 40em;
    visibility: hidden;
}

#addorder-page .tab-nav {
    padding: 7px;
    margin: 10px 20px 5px 96px;
    border-radius: 8px;
    float: left;
    color: #000;
    background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50%;
    border: none;
    color: #555555;
    font-weight: normal;
}

#addorder-page .main_div {
    width: 100%;
}

#btncancelorder {
    position: absolute;
    bottom: 7px;
    left: -3px;
}

#btncancelorder .btn.btn-danger {
    border-radius: 0;
    width: 120%;
    font-weight: bold;
}


/* add order page end*/

.iwt-bg {
    background: #c37e3c!important;
}

.modal .nav-tabs>li.active>a,
.modal .nav-tabs>li.active>a:hover,
.modal .nav-tabs>li.active>a:focus,
.modal .nav-tabs>li.active>a:active,
.modal .nav-tabs>li.active>a:visited,
.modal .nav-tabs>li.active>a:active {
    background-color: #0b7ab1!important;
    color: #FFF!important;
}

.modal .nav-tabs>li.active>a:active {
    background-color: inherit;
    color: inherit;
}

.dt-link,
dt-icon {
    cursor: pointer;
    margin: 0 2px;
    font-size: 1.7rem;
}

.dt-icon.red {
    font-size: 1.7rem;
    color: red;
    margin: 0px 3px;
}

.dt-icon.green {
    font-size: 1.7rem;
    color: green;
    margin: 0px 3px;
}

.fa-link {
    transform: rotate(135deg);
}

.openBtn.btn,
.openBtnorder.btn {
    display: block;
    font-size: 13px;
    text-align: center;
    padding: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #1254e8!important;
}

.w-20 {
    width: 20px;
    text-align: center;
    vertical-align: middle;
}

#advanced-check-filters {
    display: inline-block;
    float: right;
    padding: 0px 10px;
}

.linkorders-check,
.linkorders-check-orders,
.viewpo-check,
.paymentdetails-check,
.mailsent-check,
.mailerror-check,
.rushfee-check,
.readytogo-check,
.bal-check,
.replacement-check {
    display: inline-block;
    float: left;
    width: auto;
    margin-right: 5px;
    margin-left: 7px;
    margin-top: 20px;
}

.linkorders-check .big-checkbox+label:before,
.viewpo-check .big-checkbox+label:before,
.paymentdetails-check .big-checkbox+label:before,
.rushfee-check .big-checkbox+label:before,
.readytogo-check .big-checkbox+label:before,
.linkorders-check-orders .big-checkbox+label:before,
.replacement-check .big-checkbox+label:before {
    margin-bottom: 5px;
}

.mailsent-check .big-checkbox+label:before,
.mailerror-check .big-checkbox+label:before {
    margin-bottom: 2px;
}

.bal-check .big-checkbox+label:before {
    margin-bottom: 4px;
}

#advanced-check-filters.big-checkbox+label:before {
    display: block;
}

#linkorders_check.big-checkbox+label {
    color: #09F !important
}

#linkorders_check_order.big-checkbox+label {
    color: #3DB253 !important
}

#viewpo_check.big-checkbox+label {
    color: #673ab7 !important
}

#paymentdetails_check.big-checkbox+label {
    color: #00948b !important
}

.viewpo-check .fa-anchor {
    font-size: 1.6rem;
}

#rushfee_check.big-checkbox+label {
    color: red !important
}

#readytogo_check.big-checkbox+label {
    color: green !important
}

#bal_check.big-checkbox+label {
    color: red !important;
    font-size: 1.6rem;
}

.paymentdetails-check .fa-file-invoice-dollar {
    font-size: 1.6rem;
}

#replacement_check.big-checkbox+label {
    color: black !important;
}


/*Image Cropper Css*/

.modal.in#cropImageModal {
    padding: 0px!important;
}

#cropImageModal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
}

#cropImageModal .modal-dialog .modal-content {
    background-color: transparent;
    border-radius: 0px;
    min-height: 100%;
    min-height: 100vh;
}

#cropImageModal .modal-dialog .modal-content .modal-header,
#cropImageModal .modal-dialog .modal-content .modal-footer {
    border: none!important;
}

#preview {
    margin: 1%;
    padding: 0px;
    width: 130px;
    height: 150px;
    background: #9d9d9d;
}

.img-container {
    /* Never limit the container height here */
    max-width: 100%;
}

#img-container {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 95vh;
}

.d-inline-flex {
    display: inline-block;
}

.d-inline-flex.crop-btn-groups button {
    display: block;
    width: 65px;
    margin: 0 10px 10px 10px;
}

.img-container img {
    /* This is important */
    width: 100%;
}

#cropImageModal .close {
    color: #FFF;
    font-size: 2.5rem;
    opacity: 1;
    padding: 10px;
}

#cropImageModal .close:hover {
    background: rgba(255, 255, 255, 0.2);
}

#cropImageModal button .svg-inline--fa {
    font-size: 1.4rem;
}

#masterstain select,
#addmoretr gimage select {
    background: transparent;
}


/**Image Cropper Css Ends here***/

@media all and (min-width:1200px) {
    #orderSummary .modal-lg {
        width: 1160px!important;
    }
    #loadpoints .modal-lg {
        width: 1185px!important;
    }
    #sales_report_criteria .modal-lg {
        width: 80%;
    }
}

@media all and (min-width:1024px)and (max-width:1199px) {
    #orderSummary .modal-lg {
        width: 1024px;
    }
}

@media all and (min-width:992px)and (max-width:1023px) {
    #orderSummary .modal-lg {
        width: 992px;
    }
    #orderSummary .modal-lg table th {
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media all and (max-width:1024px) {
    .container {
        width: 100%!important;
    }
    #addorder-page #htabs-inner {
        margin-left: 0px;
        margin-top: 100px;
    }
    #addorder-page #vtabs ul#vtabsul {
        width: 100%;
        position: relative;
    }
    #addorder-page .ui-tabs-vertical>.ui-tabs-nav li {
        clear: none;
        float: left;
        width: 25%;
        margin: 0;
        padding: 0;
        border: 1px solid white;
    }
    #addorder-page .ui-tabs-vertical>.ui-tabs-nav li a {
        text-align: center;
    }
    a.two:link {
        position: absolute!important;
        float: none!important;
        right: 10px!important;
        padding-top: 13px!important;
        margin: 0px!important;
        top: 45px;
    }
    #vtabs-4 h2 {
        margin-top: 0;
        margin-bottom: 15px;
    }
    #btncancelorder {
        bottom: 12px;
        left: 19px;
    }
    #btncancelorder .btn.btn-danger {
        width: 100%;
    }
}

@media all and (max-width:992px) {
    #poreport-page select,
    #poreport-page input[type=text],
    #poreport-page #po_num,
    #poreport-page #status {
        width: 24%;
        margin-bottom: 3px;
    }
    #addorder-page #htabs-inner {
        margin-top: 85px;
    }
    a.two:link {
        top: 30px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    #orderSummary .modal-lg {
        width: 768px;
    }
    #cssmenu>ul>li>a {
        padding: 12px;
        font-size: 11px;
        font-weight: 600;
    }
    #cssmenu>ul>li.has-sub>a::before {
        border-width: 4px;
        right: 0;
        top: 15px;
    }
    .dashboard {
        margin-top: 1rem!important;
    }
}

@media all and (min-width:768px) {}

@media all and (max-width:767px) {
    #addorder-page #vtabs ul#vtabsul {
        display: flex;
        flex-flow: row;
    }
    a.four:link {
        margin-top: -49px!important;
        margin-left: -16px!important;
        position: relative!important;
    }
    .exportbtn,
    .exportbtn a {
        float: left;
        text-align: left;
        padding-left: 0;
    }
    .exportbtn a {
        padding-left: 10px;
        margin-top: 5px;
    }
    #cssmenu>ul>li>a {
        text-align: left;
    }
    .navbar-brand,
    .navbar-dashboard {
        float: none!important;
        height: 50px;
        padding: 12px 0px 12px 8px!important;
        font-size: 17px!important;
        line-height: 45px!important;
    }
    .navbar-dashboard {
        padding: 12px 0px 12px 0px!important;
    }
    .navbar-toggle {
        padding: 8px!important;
        margin-right: 7px!important;
        border: 1px solid #656565!important;
        border-radius: 0px!important;
    }
    button.navbar-toggle .icon-bar {
        border: 1px solid #fff!important;
    }
    #cssmenu,
    #cssmenu ul ul>li:hover>a {
        /* background: -moz-linear-gradient(center top , #1568b9 0%, #104e8b 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); */
        background-color: #3b3b3b;
    }
    #topbar .user {
        float: none;
        position: relative;
        width: 100%;
        background: #3b3b3b;
        margin: 2px;
    }
    #topbar {
        height: 94px;
    }
    #cssmenu,
    .navbar-collapse {
        height: 100%;
        width: 100%;
    }
    #cssmenu>ul>li {
        display: block;
        float: none;
    }
    #cssmenu>ul>li>a {
        width: 100%;
    }
    .navbar-nav {
        margin: 0px;
    }
    .container.innermenu {
        margin: 0px!important;
        padding: 0px!important;
    }
    .innermenu #navbar .row {
        margin: 0px!important;
    }
    #cssmenu ul li>ul {
        width: 100%;
    }
    #cssmenu ul li>ul,
    #cssmenu ul li>div {
        position: relative;
        top: 0;
    }
    #cssmenu ul ul li:hover>ul {
        left: 0px;
    }
    #cssmenu ul li>ul li {
        padding-left: 1rem;
    }
    h2.heading {
        font-size: 2rem;
    }
    .receive_container .textstyle {
        float: none!important;
    }
    .textrendr {
        width: auto!important;
    }
    .textstyle {
        padding: 0px!important;
    }
    .flow-row-centered {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-flow: column!important;
    }
    .flow-row-centered-md {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-flow: row;
    }
    .d-none {
        display: none;
    }
}

@media all and (max-width:575px) {
    #poreport-page select,
    #poreport-page input[type=text],
    #poreport-page #po_num,
    #poreport-page #status {
        width: 48%;
        margin-bottom: 3px;
    }
}

@media all and (max-width:374px) {
    .navbar-brand,
    .navbar-dashboard {
        font-size: 15px!important;
    }
    #poreport-page select,
    #poreport-page input[type=text],
    #poreport-page #po_num,
    #poreport-page #status {
        width: 98%;
        margin-bottom: 3px;
    }
    .nav-tabs>li.active>a {
        padding: 6px 3px;
    }
    .l-btn-plain {
        margin-top: 0px!important;
    }
}


/*creat price summary css */

.crate-price-page #header {
    border-bottom: 1px dotted #CCC;
    padding-bottom: 19px;
}

.p-o {
    padding: 0px!important;
}

.crate-price-page .nav-tabs {
    border: none;
}

.crate-price-page .nav-tabs>li>a {
    border-radius: 0px;
}

.crate-price-page .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:visited {
    /*background-color: #ff9800!important;*/
    border: none;
    color: #01948b;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    border: none!important;
}

.crate-price-page .nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    background-color: #efefef!important;
}

.crate-price-page .horizontal-tab,
.cratepricetable {
    width: 50%!important;
    margin: 0 auto;
}

.crate-price-page .horizontal-tab .nav-tabs>li>a {
    margin-right: 0px;
}

table.cratepricetable {
    text-align: right;
}

table.cratepricetable tr td {
    font-size: 12px;
    font-weight: bold;
    text-align: center
}

table.cratepricetable>tbody>tr>td {
    padding: 5px;
}

table.cratepricetable tr td:first-child {
    text-align: left;
}

.cratepricetable th.headings,
.cratepricetable td.headings {
    background-color: #00948b;
    color: white;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #9fd0cd;
}

#wrapper.row .horizontal-tab {
    display: none;
}

p.def {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    padding: 8px 0px;
    background: #ffdbab;
}

.vertical-middle {
    vertical-align: middle!important;
}

.crate-price-page #popup-header {
    background-color: #f7fffe!important;
    color: #3b3b3b;
    padding: 1.5rem;
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
}

@media all and (max-width:575px) {
    .crate-price-page .horizontal-tab,
    .cratepricetable {
        width: 100%!important;
    }
}

.circle-loader {
    fill: transparent;
    stroke: #ffc107;
    stroke-width: 2;
    animation: dash 2s ease infinite, rotate 2s linear infinite;
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 95;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 85, 95;
        stroke-dashoffset: -25;
    }
    100% {
        stroke-dasharray: 85, 95;
        stroke-dashoffset: -93;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.submit-spinner {
    position: absolute;
    left: 46%;
    top: 46%;
}

.pointer-events-none {
    pointer-events: none!important;
    opacity: 0.7;
}


/* floating sidebar styles */

#floating-actions-right {
    transform: translateX(0%);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.3s;
}

#floating-actions-right {
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 998;
    border-radius: 0;
    /*background: #FFF;*/
    /*    -webkit-box-shadow: -4px 0px 10px 2px rgba(0, 0, 0, .2);
    box-shadow: -4px 0px 10px 2px rgba(0, 0, 0, .2);*/
}

#floating-actions-right ul {
    margin-bottom: 0;
    padding-inline-start: 0px;
}

#floating-actions-right ul li {
    list-style-type: none;
    width: 100%;
    padding: 5px;
}

#floating-actions-right ul li {
    display: block;
    width: 100px;
    height: 80px;
    /*margin-right: -15px;*/
    font-size: 1rem;
    text-decoration: none;
    color: #555;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.3s;
}

#floating-actions-right ul li.btn-close a.btn-primary {
    color: #fff;
    background-color: #3b3b3b;
    border-color: #3b3b3b;
}

#floating-actions-right ul li.btn-close a {
    border-radius: 0px;
    padding: 5px 10px;
}

#floating-actions-right ul li.btn-close {
    height: 37px!important;
    margin-left: 0%;
    text-align: right;
    padding-right: 0px;
}

#floating-actions-right.remove ul li.btn-close {
    margin-left: -100%;
    transform: scaleX(-1);
    text-align: left;
    padding: 0;
}

#floating-actions-right ul li.btn-close>a:hover,
#floating-actions-right ul li.btn-close>a:active,
#floating-actions-right ul li.btn-close>a svg {
    color: #fff!important;
    font-size: 2rem;
}


/*#floating-actions-right ul li:hover {
    transform: translateX(-15px);
}*/

#floating-actions-right ul li a:nth-child(2) {
    font-size: 2rem;
    color: #FFF;
    padding: 0.3rem 0;
    display: block;
    text-align: center!important;
}

#floating-actions-right ul li a:nth-child(2):hover {
    transform: scale(1.1);
    animation: transform ease-in-out 0.3s;
}

.sidebar-action span {
    font-size: 1.1rem!important;
    letter-spacing: 0.5px;
}

.sidebar-action {
    cursor: pointer;
    display: block;
    font-size: 1.5rem;
    /*margin-bottom: 0.5rem;*/
    padding: 0.7rem;
    color: #FFF;
}

.bg-request {
    background: #1371BE;
}

.bg-action {
    background: #880015;
}

.bg-cart {
    background: #5fb944;
}

.bg-rtq {
    /*    background: #25897D;
}
.bg-chat{*/
    background: #404040;
}

.bg-chat .fa-comments {
    font-size: 2.5rem!important;
    margin-top: 1rem;
}

.bg-chat a:focus,
.bg-chat a:visited {
    color: #FFF;
    box-shadow: none;
}

.bg-orders {
    background: #F96004;
}

#order-search {
    margin-top: -5px;
}

#order-search .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    height: 32px;
    box-shadow: none;
    border-radius: 0;
    color: #FFF;
    padding-left: 10px;
    margin-top: 7px;
}

#order-search .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    opacity: 0.8;
    font-weight: normal;
}

.sidebar-action:hover {
    cursor: pointer;
    color: #000;
    background: rgba(255, 255, 255, 0.4);
}

.toast-error {
    background-color: #f44336!important;
    padding: 0.5rem 0;
}

#floating-actions-right .bg-request svg.fa-phone {
    transform: rotate(100deg);
}

#floating-actions-right .bg-action svg.fa-list {
    transform: rotate(100deg);
}

#floating-actions-right .bg-request .badge,
#floating-actions-right .bg-action .badge,
#floating-actions-right .bg-cart .badge,
#floating-actions-right .bg-rtq .badge {
    margin-left: -9px;
    margin-top: -3px;
    opacity: 0.8;
    position: absolute;
}

#floating-actions-right .bg-request .badge {
    background: #0e4b7d;
    color: #FFF;
}

#floating-actions-right .bg-action .badge {
    background: #0e4b7d;
    color: #FFF;
}

#floating-actions-right .bg-cart .badge {
    background: #3a793d;
    color: #fff;
}

#floating-actions-right .bg-rtq .badge {
    color: #fff;
    background: #232121;
}

#email_options {
    color: #000;
    margin-top: 19px;
}

#email_options select {
    display: inline;
    width: 170px;
    border-radius: 0;
    background: #26958C;
    color: #FFF;
    border-color: #26958C;
}

#email_options select option {
    color: #000;
    padding: 10px 0;
    height: 20px;
}

#email_options button {
    height: 34px;
    margin-top: -3px;
    border-radius: 0;
    margin-left: -5px;
    background: #21867E;
    color: #FFF;
    border-color: #21867E;
}

#email_status {
    margin-top: 19px;
}

#email_status .input-group-addon {
    height: 34px;
}

.bg-transparent {
    background: transparent!important;
}

#email_status #quote_status,
.tooltip_data .quote_box {
    background: #D44D4E;
    border-color: #D44D4E;
}

#email_status #payment_status,
.tooltip_data .payment_box {
    background: #EDAB53;
    border-color: #EDAB53;
}

#email_status #staining_status,
.tooltip_data .staining_box {
    background: #478CC8;
    border-color: #478CC8;
}

#email_status #shipment_status,
.tooltip_data .shipment_box {
    background: #4F9E4A;
    border-color: #4F9E4A;
}

#email_status #quote_status,
#email_status #payment_status,
#email_status #staining_status,
#email_status #shipment_status {
    color: #fff;
}

.tooltip_data {
    margin-top: 25px;
}

.tooltip_data a {
    font-size: 2rem;
    margin: 1.5rem;
}

.tooltip_data .popover {
    background: #FFF;
    padding: 0;
    border-radius: 0;
    border: none
}

.tooltip_data .popover>.arrow {
    display: block;
}

.tooltip_data .popover-title {
    background: #26958C;
    color: #FFF;
    border-radius: 0px;
    border-color: #26958c;
    font-weight: 600;
    padding: 1.3rem;
}

.tooltip_data .quote_box,
.tooltip_data .payment_box,
.tooltip_data .staining_box,
.tooltip_data .shipment_box {
    padding: 1.5rem;
    margin-right: 1rem;
}

.tooltip_data .popover-content {
    padding: 1.5rem!important;
}

.tooltip_data .popover-content ul {
    margin-bottom: 0;
}

.tooltip_data .popover-content li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.tooltip_data a .fa-info-circle {
    color: #437da7;
}

.toast-message,
.toast-title {
    font-size: 13px;
}

.slidePanel.slidePanel-left,
.slidePanel.slidePanel-right {
    width: 300px;
    overflow: hidden;
}

#chat-list {
    background: #FFF;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}

#chat-content.active {
    left: 0;
}

.list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group>.list-group-item {
    padding-right: 30px;
    padding-left: 30px;
}

.list-group-item:first-child {
    border-top-left-radius: .215rem;
    border-top-right-radius: .215rem;
}

a.list-group-item {
    color: #76838f;
    border-radius: .215rem;
}

.list-group-item {
    border: 1px solid transparent;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid transparent!important;
}

.list-group .media {
    width: 100%;
    padding: 2px 0;
    border-bottom: 0;
}

.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.list-group-item>.media:only-child {
    margin: 0;
}

.avatar-sm {
    width: 30px;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    white-space: nowrap;
    vertical-align: bottom;
    border-radius: 100%;
    background: #ccc;
}

.avatar img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 1000px;
}

.avatar-sm i {
    width: 8px;
    height: 8px;
}

.avatar-away i {
    background-color: #ff4c52;
}

.avatar-offline i {
    background-color: #333;
}

.avatar-online i {
    background-color: #4CAF50;
}

.avatar i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 100%;
}

.media-body {
    overflow: auto;
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 768px) {
    .media-body {
        overflow: hidden;
    }
}

.list-group {
    margin-right: -30px;
    margin-left: -30px;
}

.input-search {
    position: relative;
}

.input-search .input-search-icon+.form-control {
    padding-left: 3.073rem;
}

.input-search-dark .form-control {
    background: #f3f7f9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-search .form-control {
    border-radius: 200px;
}


/*[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}*/

.input-search .input-search-close {
    right: 8px;
    -webkit-appearance: none;
}

.input-search .input-search-close,
.input-search .input-search-icon,
.chatclose-btn {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 2.573rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.chatclose-btn {
    top: 23%;
    right: 10px;
    font-size: 2rem;
    color: #9a9a9a;
    text-align: center;
}

.input-search-close.icon {
    font-size: inherit;
    line-height: inherit;
}

button.input-search-close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.my-20 {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

.mb-5 {
    margin-bottom: 5px!important;
}

.mt-0 {
    margin-top: 0!important;
}

.pr-20 {
    padding-right: 20px!important;
}

.scrollable-content {
    padding: 20px 30px;
    position: relative;
}

.scrollable-content.chatlist {
    border-top: 1px solid #e4eaec;
}

.conversation {
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 1700;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.conversation.active {
    right: 0
}

.conversation-header {
    height: 60px;
    border-bottom: 1px solid #e4eaec
}

.conversation-header>* {
    padding: 0 30px;
    margin: 0;
    line-height: 60px
}

.conversation-more,
.conversation-return {
    height: 60px;
    display: flex;
    align-items: center;
}

.conversation-more,
.conversation-return {
    color: rgba(55, 71, 79, .4);
    cursor: pointer
}

.conversation-more:focus,
.conversation-more:hover,
.conversation-return:focus,
.conversation-return:hover {
    color: rgba(55, 71, 79, .6)
}

.conversation-more:active,
.conversation-return:active {
    color: #37474f
}

.conversation-title {
    position: relative;
    top: 1px;
    z-index: -1;
    color: #37474f;
    text-align: center
}

.conversation-content {
    padding: 30px 15px
}

.conversation-reply {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 90px;
    padding: 10px 30px;
    background-color: #fff;
    border-top: 1px solid #e4eaec
}

.conversation-reply .form-control {
    border: 0;
    border-right: 1px solid #e4eaec
}

.conversation .chats {
    height: -webkit-calc(100% - 150px);
    height: calc(100% - 150px);
    overflow-y: auto
}

.comments {
    padding: 0;
    margin: 0
}

.comments .comment {
    border: none;
    border-bottom: 1px solid #e4eaec
}

.comments .comment .comment:first-child {
    border-top: 1px solid #e4eaec
}

.comments .comment .comment:last-child {
    border-bottom: none
}

.comment {
    padding: 20px 0;
    margin: 0
}

.comment .comment {
    padding-bottom: 20px;
    margin-top: 20px
}

.comment .comment:last-child {
    padding-bottom: 0
}

.comment-author,
.comment-author:focus,
.comment-author:hover {
    color: #37474f
}

.comment-meta {
    display: inline-block;
    margin-left: 5px;
    font-size: .858rem;
    color: #a3afb7
}

.comment-content {
    margin-top: 5px
}

.comment-content p:last-child {
    margin-bottom: 0
}

.comment-actions {
    margin-top: 10px;
    text-align: right
}

.comment-actions a {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.comment-actions a.icon {
    text-decoration: none
}

.comment-actions a:last-child {
    margin-right: 0
}

.comment-reply {
    margin: 22px 0 10px
}

.comment-reply .form-group:last-child {
    margin-bottom: 0
}

.chat-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff
}

.chats {
    padding: 30px 15px
}

.chat-avatar {
    float: right
}

.chat-avatar .avatar {
    width: 30px;
    height: 30px;
}

.chat-body {
    display: block;
    margin: 10px 30px 0 0;
    overflow: hidden
}

.chat-body:first-child {
    margin-top: 0
}

.chat-content {
    position: relative;
    display: block;
    float: right;
    padding: 8px 15px;
    margin: 0 20px 10px 0;
    clear: both;
    color: #fff;
    background-color: #3e8ef7;
    border-radius: .286rem
}

.chat-content:before {
    position: absolute;
    top: 10px;
    right: -10px;
    width: 0;
    height: 0;
    content: "";
    border: 5px solid transparent;
    border-left-color: #3e8ef7
}

.chat-content p {
    margin-bottom: .5rem
}

.chat-content>p:last-child {
    margin-bottom: 0
}

.chat-content+.chat-content:before {
    border-color: transparent
}

.chat-time {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .6)
}

.chat-left .chat-avatar {
    float: left
}

.chat-left .chat-body {
    margin-right: 0;
    margin-left: 30px
}

.chat-left .chat-content {
    float: left;
    margin: 0 0 10px 20px;
    color: #76838f;
    background-color: #dfe9ef
}

.chat-left .chat-content:before {
    right: auto;
    left: -10px;
    border-right-color: #dfe9ef;
    border-left-color: transparent
}

.chat-left .chat-content+.chat-content:before {
    border-color: transparent
}

.chat-left .chat-time {
    color: #a3afb7
}

.float-left {
    float: left!important;
}

.float-right {
    float: right!important;
}


/*.conversation-reply .input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.conversation-reply .input-group-btn {
    position: relative;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 0;
    white-space: nowrap;
}
.conversation-reply .input-group .form-control,
.conversation-reply .input-group-addon, .input-group-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}*/

@media screen and (min-width: 1024.98px) {
    .show-md-none {
        display: none!important;
    }
}


/* custom checkbox and radio and select */

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom_control_indicator {
    position: absolute;
    top: 0px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #FFF;
    border: 1px solid #d0d0d0;
}

.custom-control-radio .custom_control_indicator {
    border-radius: 50%;
}

.control:hover input~.custom_control_indicator,
.control input:focus~.custom_control_indicator {
    border: 1px solid #c5c5c5;
}

.control input:checked~.custom_control_indicator {
    background: #FFF;
    border: 1px solid #c5c5c5;
}

.control:hover input:not([disabled]):checked~.custom_control_indicator,
.control input:checked:focus~.custom_control_indicator,
.control input:checked:active~.custom_control_indicator {
    border: 1px solid #c5c5c5;
    outline: none;
    box-shadow: none;
}

.control input:disabled~.custom_control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.custom_control_indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.custom_control_indicator:after {
    display: block;
}

.custom-control-checkbox .custom_control_indicator:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid #fe9800;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-control-checkbox input:disabled~.custom_control_indicator:after {
    border-color: #7b7b7b;
}

.custom-control-radio .custom_control_indicator:after {
    left: 4px;
    top: 4px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #fe9800;
}

.custom-control-radio input:disabled~.custom_control_indicator:after {
    background: #7b7b7b;
}

button.help_icon {
    background: transparent;
    border: none;
    font-size: 2rem;
    vertical-align: middle;
    color: #222222;
}

#sales_report_criteria .modal button.close {
    -webkit-appearance: none;
    font-size: 4rem;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    position: absolute;
    border: 0;
    z-index: 1;
    right: 20px;
    top: 20px;
}

#sales_report_criteria .modal-lg .modal-content {
    background: #f6f6f6;
}

#cboxWrapper #cboxClose {
    background: none;
    background-image: url('../js/colorbox-master/example1/images/close.svg')!important;
    background-size: contain;
    display: block;
}

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}

.checkbox-custom+.checkbox-custom-label:before,
.radio-custom+.radio-custom-label:before {
    content: '';
    background: #FFF;
    border: 1px solid #929292;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    padding: 0px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: #116fbe;
    border: 1px solid #FFF;
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%;
}

#notes_tabs .radio-custom:checked+.radio-custom-label:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: #116fbe;
    border: 1px solid #FFF;
}

.radio-custom:checked+.radio-custom-label:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: #116fbe;
    font-size: 1.2rem;
}

.btn_actions {
    margin: 0px 0px 20px 0px;
}

.btn_actions button.btn {
    margin: 0px;
    border-radius: 0;
    margin-right: 10px;
    padding: 6px 30px;
    font-weight: 600;
}

.btn_actions button.btn[disabled] {
    pointer-events: none;
    background: #D6D6D6;
    border-color: #D6D6D6;
    color: #8c8c8c;
}

.notes_tooltip_data .popover {
    background: #FFF;
    padding: 0;
    border-radius: 0;
    border: none;
    border: 1px solid #ccc;
}

.notes_tooltip_data .popover-title {
    background: #26958C;
    color: #FFF;
    border-radius: 0px;
    border-color: #26958c;
    font-weight: 600;
    padding: 1.3rem;
}

.notes_tooltip_data .popover>.arrow {
    display: block;
}

.notes_tooltip_data .popover-content {
    padding: 1.5rem!important;
}

.notes_tooltip_data .popover-content ul {
    margin-bottom: 0;
}

.notes_tooltip_data .popover-content li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

body.total_body.fixed-nav nav.navbar {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
}

.flow-row-centered,
.flow-row-centered-md {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-flow: row;
}

.p-15 {
    padding: 15px;
}

.p-30 {
    padding: 30px;
}