@font-face {
    font-family: 'khmerOsBattambang';
    src: url('../fonts/KhmerOSbattambang.ttf');
}
@font-face {
    font-family: 'khmerOsMoulLighy';
    src: url('../fonts/KhmerOS_muollight.ttf');
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/calibri.ttf');
}

@font-face {
    font-family: 'banteaysrey';
    src: url('../fonts/KhmerBanteaySrey.ttf');
}
@font-face {
    font-family: 'ALGER';
    src: url('../fonts/ALGER.TTF');
}

@font-face {
    font-family: "Gothic";
    src: url("../fonts/centurygothic.woff?#iefix") format("embedded-opentype"), url("../fonts/centurygothic.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "GothicBold";
    src: url("../fonts/centurygothicBold.woff?#iefix") format("embedded-opentype"), url("../fonts/centurygothicBold.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "RobotoLight";
    src: url("../fonts/Roboto-Light.woff2?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "RobotoMedium";
    src: url("../fonts/Roboto-Medium.woff2?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "RobotoRegular";
    src: url("../fonts/Roboto-Regular.woff2?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "VerelaRoundRegular";
    src: url("../fonts/VarelaRound-Regular.ttf?#iefix") format("embedded-opentype"), url("../fonts/VarelaRound-Regular.ttf") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Kabrios";
    src: url("../fonts/Kabrio-Alternate-Light-trial.ttf?#iefix") format("embedded-opentype"), url("../fonts/Kabrio-Alternate-Light-trial.ttf") format("woff2");
    font-weight: normal;
    font-style: normal
}

*, html {
    font-family: "VerelaRoundRegular",Kabrios ,  "RobotoLight", "Gothic", khmerOsBattambang, sans-serif;
}

table {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    padding-top: 80px;
    padding-bottom: 35px;
    /*background: url("../img/bg.jpg") repeat*/
    background: #EDECEC;
    font-family: "Rancho"!important;
    /*font-family: "Typo Gotika Black Demo" !important;*/
}

::-webkit-scrollbar {
    width: 5px; /* for vertical scrollbars */
    height: 5px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: #F1F1F1;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background: #900119;
    /*background: #C1C1C1;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.body::-webkit-scrollbar {
    width: 10px; /* for vertical scrollbars */
    height: 5px; /* for horizontal scrollbars */
}

.body::-webkit-scrollbar-track {
    background: #F1F1F1;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.body::-webkit-scrollbar-thumb {
    background: #900119;
    /*background: #C1C1C1;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

div.container a.brand {
    background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}
ul.list-unstyledf{padding-left:0;list-style:none}
.jumbotron {
    margin-bottom: 15px!important;
    background: #fff;
    border: 2px solid #4285F4;
    border-radius: 6px;

    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .3);
}
.p-l-50{padding-left: 50px;}
.jumbotron h2{
    font-family: fantasy;
    font-weight: bold;
    letter-spacing: 3px;
}
.text-dangers{
    color: #EA0F34;
}
.panel-title{
    font-size: 18px!important;
}

/* block form login */
#form-login {
    margin: 0 auto;
    /*box-shadow: 0 4px 8px #545965;*/
    box-shadow: inset 0px -4px 15px 0px #ababab;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff
}

#dashboard > .col-md-4:first-child {
    display: inline-flex
}

#dashboard > .col-md-4:first-child > .btn-lg {
    width: 50%;
}
.flat.en {
    background: url(../img/flat_en.png) no-repeat center;
    background-size: 20px 18px;
}
.flat.kh {
    background: url(../img/flat_kh.png) no-repeat center;
    background-size: 20px 18px;
}
.flat {
    width: 20px;
    height: 18px;
    background: #FFFFFF;
    display: inline-block;
}
.alert-success {
    color: #36d610e8;
    background-color: #182e52;
    border-color: #d6e9c6;
    box-shadow: 2px 2px 2px 2px #182e5261;
}
.message{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    right: 0;
    bottom: 0;
    background-color: #00000012;
    display: flex;
    justify-content: center;
    align-items: center;

}
/*.text-msg{*/
    /*width: 200px;*/
    /*height: 40px;*/
    /*background-color: #48e6188a;*/
    /*padding-top: 7px;*/
    /*text-align: center;*/
    /*color: #000580;*/
/*}*/
#dashboard > .col-md-4:first-child > .btn-lg:first-child {
    margin-right: 25px;
}
/*==============Labo=============*/
ul.list-unstyledl ,ul.list-unstyled-r{
    padding-left: 0!important;
    list-style: none!important;
}
.font-bold {
    font-weight: bold;
    font-size: 20px;
}
.bg-a{background: #48bc50;}
.bg-b{background: #fec31e;}
.bg-c{background: #50c3ae;}
.bg-d{background: #bf68ae;}
.bg-e{background: #fb5754;}
.bg-f{background: #2dab9a;}
.bg-g{background: #acc6be;}
/*===============================*/

/* end block form login*/

/* block override .nav-tabs */
.nav-tabs {
    border-bottom: 2px solid #DDD
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {color: #fff;/* background: #fff; */border-width: 0 !important;}
.nav>li>a{padding: 10px 10px;}
.nav.nav-cancer>li>a{padding: 10px 7px!important;}
.nav-tabs > li > a {
    /*font-size: 13px;*/
    border: none;
    border-radius: 0;
    color: #666
}
ul .nav-tabs > li > a.bg_tabs{
    background-color: #153055!important;
}
.nav>li>a:hover {
    text-decoration: none;
    background-color: #15626d;
}
.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
    border: none;
    /*transition: all 10s;*/
    color: #ffffff !important;
    /*background: #666600;*/
}

.nav-tabs > li > a::after {
    content: "";
    background: #ffffff;
    height: 3px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
    transform: scale(1)
}

.nav-tabs > li > a::after {
    background: #412773 none repeat scroll 0 0;
    color: #fff;
}

.tab-pane {
    padding: 0 0 15px 0;
}
textarea.colort,.form-control.colorfo, fieldset.colorf{
    border: 1px solid #1a7a88!important;
}
.margin-buttom{
    margin-bottom: 10px;
}

/*information*/
.well.well-info{
    margin-bottom: 5px;
    background-color: #f5faff;
    border: 2px solid #4285F4;
    border-radius: 6px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .3);
}
.input-non-border{
    width: 60%!important;
    background-color: transparent!important;
    border: none!important;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    color: transparent;text-shadow: 0 0 0 #000;
}
.input-32{
    width: 58%!important;
}
/*end Information*/

.card {
    background: #FFF none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* end block override .nav-tabs */

.w-300 {
    min-width: 300px;
}

.h-20 {
    height: 20px !important
}

.w-12-per {
    width: 12%
}

.m-0 {
    margin: 0
}

.m-t-4 {
    margin-top: 4px
}

.m-t-10 {
    margin-top: 10px
}

.m-t--10 {
    margin-top: -10px
}

.m-t-5 {
    margin-top: 5px
}

.m-t-25 {
    margin-top: 25px
}

.m-t-26 {
    margin-top: 26px
}

.m-t-32 {
    margin-top: 32px
}

.m-l-0 {
    margin-left: 0 !important
}

.m-l-25 {
    margin-left: 25px !important
}

.m-r-0 {
    margin-right: 0 !important
}

.m-b--10 {
    margin-bottom: -10px !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-5-0 {
    margin: 5px 0
}

.m-10-0 {
    margin: 10px 0
}

.m-0-0-0--20 {
    margin: 0 0 0 -20px !important
}

.p-0 {
    padding: 0
}

.p-5 {
    padding: 5px
}

.p-10 {
    padding: 10px
}

.p-3-0 {
    padding: 3px 0
}

.p-t-0 {
    padding-top: 0 !important
}

.p-r-0 {
    padding-right: 0
}

.p-l-0 {
    padding-left: 0
}

.no-b {
    border: 0
}

.t_180_deg {
    transform: rotate(180deg);
}

.t_0_deg {
    transform: rotate(0deg);
}

.fix-header {
    margin-bottom: 0 !important;
}


.table-container {
    overflow-x: auto;
    margin-bottom: 15px;
    min-height: 250px
}
p.font18{
    font-size: 18px;
    font-weight: bold;
}
.table {
    background: linear-gradient(#e9e9e9, #e2e2e2, #d8d8d8, #cfcfcf) !important;
}

.table > thead > tr > td,
.table > thead > tr > th,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
    vertical-align: middle !important;
    padding: 5px !important;
    border-bottom-width: 0 !important;
}

.table-container {
    overflow-x: auto;
    margin-bottom: 15px;
}

.table > tbody > tr > td {
    padding: 5px;
    vertical-align: middle !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #E3EFFE !important;
    color: #000;
}

.table-striped > tbody > tr:nth-of-type(odd):hover, .table-hover > tbody > tr:hover {
    background-color: #337ab7 !important;
    color: #fff;
}

.table th, td {
    white-space: nowrap;
}

.even > tr:first-child > td,
.odd > tr:first-child > td {
    vertical-align: middle;
}

.odd > tr:first-child > td {
    background-color: #E3EFFE;
}

.even > tr:first-child > td {
    background-color: #E3EFFE !important;
}

.even > tr:hover > td, .odd > tr:hover > td {
    background-color: #337ab7 !important;
    color: #fff;
}

.table-striped > tbody.tbody-inject > tr:nth-of-type(odd):hover,
.table-hover > tbody.tbody-inject > tr:hover,
.table-striped > tbody.tbody-po > tr:nth-of-type(odd):hover,
.table-hover > tbody.tbody-po > tr:hover,
.table-striped > tbody.tbody-piv > tr:nth-of-type(odd):hover,
.table-hover > tbody.tbody-piv > tr:hover
{
    background-color: #FFFFFF !important;
    color: #000;
}
.table-striped > tbody.body-treat > tr:nth-of-type(odd):hover, .table-hover > tbody.body-treat > tr:hover {
    background-color: #337ab7 !important;
    color: #000;
}


.navbar-fixed-bottom {
    background: #fff;
    background-size: 3px !important;
    border-bottom: none;
    border-top: 2px solid #0b3f6b;
}
.evolution .note-editing-area .note-editable{
    height: 310px!important;
}
.note-editable{
    height: 100px;
}
.footer {
    padding: 0;
    margin-top: 8px;
    color: #000;
    float: right;
}

.display-title {
    text-align: right;
    margin-top: 25px;
    width: 500px;
    padding-right: 90px;
    color: #fff;
    font-size: 18px;
}

/* block modal dialog */
.modal {
    text-align: center
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.custom-backdrop {
    background: rgba(0, 0, 0, 0.7)
}

.modal .modal-header {
    padding-top: 2px;
    padding-bottom: 2px
}

.modal .modal-header .modal-title {
    padding: 10px 0;
    font-size: 17px;
    font-weight: 600;
}

.modal .modal-header h5 span {
    top: -1px;
    right: -5px
}

.modal .modal_custom {
    max-width: 400px !important
}

.modal .modal-footer {
    padding: 8px 15px
}

.modal:before {
    display: inline-block !important;
    vertical-align: middle !important;
    content: "";
    height: 100% !important;
}

.modal-80 {
    width: 80%;
}

/* end block modal */

.loading {
    position: absolute;
    z-index: 1000;
    background: rgba(253, 253, 253, 0.3) url("../img/loading.gif") no-repeat center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.center-loading {
    position: fixed;
    z-index: 2;
    background: rgba(253, 253, 253, 0.3) url("../img/loading.gif") no-repeat center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

#load-data .table > tbody > tr > td {
    vertical-align: middle !important;
    border-top-width: 0;
}

.f-100 {
    font-size: 100%;
}

.color-w {
    color: white;
}

.color-r {
    color: red;
}

/* block menu */
.navbar-primary {
    background-color: #0b3f6b;
    /* background-color: #fff; */
    /*border-bottom: 1px solid #cecece;*/
}

.navbar-primary > ul > li.active {
    background-color: #FEDA8D !important;
    color: #4F4F4F;
}

.navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a {
    color: #fff;
    transition-duration: .5s;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    transition-duration: .5s;
}
.navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a:focus{
    outline: none!important;
}

.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    background-color: #EA0F34 !important;
    color: #fff !important
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a:active {
    background-color: #ffffff !important;
    color: #020202 !important;
    transition-duration: .5s;
}

.navbar-nav > li > a:hover i, .navbar-nav > li > a:focus i, .navbar-nav > li > a:active i {
    color: #f30000 !important;
}

.navbar-nav li.active .selected {
    left: 50%;
    bottom: 0;
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #FEDA8D;
    display: inline-block;
    margin: 0 0 -7px -7px;
    width: 0;
    height: 0;
}

.navbar-primary .glyphicon {
    color: #EA0F34;
}

.navbar-primary .glyphicon:hover {
    color: #fff;
}

.navbar-primary .logo span {
    display: inline-block;
    float: left;
    margin-top: 10px;
}

.navbar-primary .logo span.logo_text {
    float: right;
    margin-top: 0
}

.navbar-primary .logo span img {
    /*height: 50px;*/
    /*margin-top: -12px;*/
    /*margin-right: 10px;*/
    height: 64px;
    margin-top: -25px;
    margin-right: 40px;
    margin-left: -15px;
}

.navbar-nav li i.glyphicon {
    font-size: 25px;
    text-align: center;
    display: block;
}
.navbar-nav li i.icon-menu2 {
    font-size: 25px;
    text-align: center;
    display: block;
    color: #EA0F34;
}

.navbar-nav .custom-dropdown-menu li i.glyphicon {
    font-size: inherit;
    display: inline-block;
}

.tab-menu > ul > li.active a, .tab-menu > ul > li.active a:hover, .tab-menu > ul > li.active a:focus {
    /* border-top: 3px solid #337ab7; */
}

.tab-menu > ul > li a {
    border-radius: 0;
    color: #000;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #15626d;
    /* border: 1px solid #ddd; */
    border-bottom-color: transparent;
}
.tab-menu > ul > li > a:focus, .tab-menu > ul > li > a:hover {
    background: none;
    /*border-top: 3px solid #337ab7;*/
    /*transition: all .5s;*/
    background: #15626d;
}

.tab-content {
    /*border-left: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
    /*border-right: 1px solid #ddd;*/
    /*background: #FFFFFF;*/
    min-height: 300px;
    padding: 10px;
}

.role-list {
    list-style: none;
    font-size: 14px;
    padding-left: 10px
}

.role-list li a {
    color: #333;
    line-height: 24px
}

.role-list li a.active {
    color: #ff0000
}

.role-list li a:hover {
    border: none
}

fieldset {
    border: 1px solid #cccccc !important;
    padding: 10px 15px !important;
}

fieldset legend {
    width: auto;
    padding: 10px;
    margin: 0 0 -15px 10px;
    border: none;
    font-size: 16px !important;
}

.dropdown-menu > li > a {
    padding: 8px 15px;
    color: #000
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    /*background-color: #FEDA8D !important;*/
    color: #fff
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    /*background-color: #FEDA8D !important;*/
    color: #fff
}

.dropdown-menu {
    background-color: #fff;
    background-size: 2px;
    border-radius: 0;
    min-width: 200px;
    color: #fff;
    border: 0;
    height: 250px!important;
    overflow-y: scroll!important;
}

td > ul.dropdown-menu {
    max-height: 300px !important;
    overflow-y: auto !important;
    height: auto !important;
}

/* end block menu */

input.form-control, textarea.form-control, select.form-control, button.btn, a.btn {
    border-radius: 0 !important;
}

/* over popover */
.popover.bottom > .arrow {
    margin-left: -35px
}

.popover-content .list-group .list-group-item {
    border: none;
    padding: 10px 12px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    cursor: pointer;
    color: #0066aa;
}

.popover-content .list-group .list-group-item span {
    margin-right: 5px;
    font-weight: bold;
}

.popover {
    max-width: 380px!important;
    border-radius: 0;
    padding: 0;
    left: inherit;
    position: absolute;
}

.popover-content .list-group {
    margin-bottom: 0;
}

/* end override popover */

.panel {
    border: 2px solid #4285F4;
    border-radius: 6px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .3);
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #fff !important;
    text-decoration: none;
    opacity: 0.8;
    background-color: #264158;
    border-radius: 0;
}

.pagination {
    margin: 0;
}
.pagination-add-style{
    border: 3px solid transparent;
    /*border-top-color: #860017;*/
    margin-top: 10px;
}
.pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #3379b7;
    border-color: #ddd;
}
.pagination>.active>a{
    border-color: transparent!important;
}
ul {
    margin-bottom: 0;
}

.block-filter {
    border: 4px solid rgb(255, 53, 70);
    padding: 20px;
    background-color: rgb(238, 238, 238);
    margin: 10px 0;
}

.btn-filter {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
}

input[type=checkbox].radio-outline:focus, input[type=radio].radio-outline:focus{
    outline: none!important;
}

.form-control, .btn {
    /*box-shadow: 0 5px 10px #c1c1c1;*/
}

.has-error .form-control,
.has-error .form-control:focus {
    border: 2px solid #EA0F34;
}

.required ,.required1,.required2 {
    font-weight: bold;
    color: #EA0F34;
}

.has-error .text-danger {
    color: #EA0F34;
}

.t--10-l-1 {
    top: -10px;
    left: 1px
}

.t--10-l--3 {
    top: -10px;
    left: -3px
}

.t--10-l--14 {
    top: -10px;
    left: -14px
}

.t--11-l--3 {
    top: -11px;
    left: -3px
}

.t--11-l--14 {
    top: -11px;
    left: -14px
}

.box {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 45px;
    height: 45px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.box span {
    position: absolute;
    z-index: 2;
    height: 50%;
    width: 50%;
    background-image: radial-gradient(circle closest-side, white, #c3c3c3);
    cursor: pointer;
}

.box span:hover {
    background-image: radial-gradient(circle closest-side, yellow, #f06d06);
}

.box .s0 {
    border-radius: 100%;
    z-index: 3;
    width: 40%;
    height: 40%;
    top: 50%;
    left: 50%;
    margin-top: -20%;
    margin-left: -20%;
    border: 2px solid #eee;
}

.box .s1 {
    left: 0;
    right: 50%;
    border-top-left-radius: 100%;
    border-right: 1px solid #eee;
}

.box .s2 {
    left: 50%;
    right: 0;
    border-top-right-radius: 100%;
}

.box .s3 {
    bottom: 0;
    left: 50%;
    border-bottom-right-radius: 100%;
    border-top: 1px solid #eee;
}

.box .s4 {
    bottom: 0;
    right: 50%;
    border-bottom-left-radius: 100%;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

.auto_num {
    font-size: 16px;
    font-weight: bolder;
    color: #8c0202;
}
.auto_num20 {
    font-size: 20px;
    font-weight: bolder;
    color: #8c0202;
    height: 40px;
}

.inv-top div.border {
    border-top: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    margin-bottom: 0;
    padding: 5px;
}

.inv-top div.border-bottom {
    border-bottom: 1px solid;
}

table.spec tr {
    line-height: 1.7;
}

p.bg-title {
    background-color: #337ab7;
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
}

div.u {
    font-size: 25px !important; /*text-decoration: underline!important;*/
}

.dropdown-menu.log-out li:hover {
    color: #f5efef !important;
    background-color: blanchedalmond;
}

.glyphicon.glyphicon-log-out, .glyphicon.glyphicon-log-out:hover, .glyphicon.glyphicon-log-out:active {
    color: rgb(234, 15, 52);
}

input[type=radio], input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: 2px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}


input[type=radio]:checked:before, input[type=checkbox]:checked:before {
    content: "\f00c";
    margin: 0;
    color: #1e8cbe;
    font: normal bold normal 15px/1 FontAwesome;
}
.p-b-5{padding-bottom: 5px;}
.col-form-label {
    border: none;
    margin-top: 7px;
}
.font-weight-nomal{
    font-weight: normal !important;
}
.treatment_total input {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #EA0F34;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:visited {
    color: #000 !important;
    background-color: #ffffff !important;
}

.load-data .row-details.row-details-close {
    background: url(../img/datatable-row-openclose.png) no-repeat;
}

.load-data .row-details.row-details-close:focus {
    display: none
}

.load-data .row-details {
    margin-top: 3px;
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 14px;
}

.load-data .row-details.row-details-open {
    background: url(../img/datatable-row-openclose.png) 0 -23px no-repeat !important;
}

/**/
.m-b-10{  margin-bottom: 10px;  }

/* block page error */
.page-login {
    height: 400px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: #EDECEC;
}

.page-login .media {
    margin-left: 20px;
    font-family: Arial, sans-serif
}

.page-login .media .media-heading {
    font-size: 22px;
    margin: 0 0 15px;
}

.page-login .media-left {
    width: 280px;
}

.page-login .media p {
    margin: 0 0 4px 0;
    font-size: 14px;
    color: rgba(106, 106, 106, 0.87);
}
/*Form Login*/
.login {
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 40px 0 35px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.login form {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.login form h2 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0;
}

.login form .form-control {
    border: 1px solid #dddfe2;
    color: #1d2129;
    font-size: 14px;
    padding: 5px 8px;
    height: 36px;
}

.login form .btn-danger {
    line-height: 42px;
    padding: 0 24px;
    border-radius: 2px;
    font-size: 14px;
}
.login-triangle {width: 0;margin-right: auto;margin-left: auto;border: 12px solid transparent;border-bottom-color: #28d;}
/* end block page error */

#printData .thumbnail img {
    height: 90px;
}

.type-ahead-loading {
    width: 20px;
    position: absolute;
    top: 33px;
    right: 23px;
}
.navbar{
    max-height: 65px;
}
.top-7 {
    top: 7px
}
@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 4px;
    }
}
@media (max-width: 972px) {
    .clearfix-mobile {
        clear: both
    }

    .text-center-xs {
        text-align: center;
        float: none
    }
    .text-left-xs {
        text-align: left;
        float: none
    }

    .navbar-default .navbar-toggle {
        border: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        /*border: none;*/
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #276295;
    }
}

@media screen and (max-width: 1024px) {
    body {
        padding-top: 60px;
    }
    .navbar{
        max-height: none!important;
    }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        color: #000;
    }

    .navbar-default .navbar-toggle {
        border: none;
        float: left;
        padding: 9px 9px;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        color: #111111;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #111111;
    }

    .navbar-nav.navbar-right {
        width: 100%;
    }

    .navbar-default .navbar-nav > li:first-child > a {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }

    .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .navbar-default .navbar-nav > li:last-child > a {
        border-bottom: none;
    }
    .navbar-primary .logo span:hover,.navbar-brand.m-l-0.logo:hover {
        color: #ffffff;
    }
    .nav > li > a > img {
        display: block;
        float: left;
        height: 22px;
        margin-right: 10px;
    }

    .navbar-nav > li > a {
        text-align: left;
        padding-top: 12px;
        padding-bottom: 12px;
        font-family: Ubuntu, sans-serif;
    }
    .badge{background: #ab8700}
    .navbar-nav > li > a span {
        color: #fff;
        font-size: 14px;
    }

    .navbar-nav span:last-child.glyphicon {
        font-size: 14px;
        font-weight: 100;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block !important;
        color: #494949;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-bottom: 1px solid #eee;
        box-shadow: none;
    }

    .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #f3d078;
        color: #000;
    }

    .table-responsive > .table-bordered {
        border: 1px solid #d7d7d7;
    }

    .table-responsive > .table-bordered > tbody > tr > th:first-child {
        border-left: 1px solid #3f3f3f;
    }

    .table-responsive > .table-bordered > tbody > tr > th:last-child {
        border-right: 1px solid #3f3f3f;
    }

    .navbar-nav > li > a > i.badge {
        right: 42px;
        top: 14px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #EA0F34;
        margin-left: 6px;
        margin-bottom: 3px;
        width: 25px;
        height: 3px;
    }

    .navbar-toggle p {
        color: #fff;
        margin-bottom: 0;
    }

    .navbar-primary .logo span {
        display: inline-block;
        float: left;
        margin-top: 15px;
    }

    .navbar-primary .logo span.logo_text {
        float: right;
        margin-top: -10px
    }
    .navbar-brand {
        float: right!important;
    }
    .navbar-primary .logo span img {
        height: 30px;
        margin-top: -25px;
        margin-right: 10px;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 402px;
    }

    .navbar-nav li i.glyphicon {
        font-size: inherit;
        text-align: center;
        display: inline-block;
    }

    .display-title {
        margin: 10px;
        width: 94%
    }

    .m-t-xs-0 {
        margin-top: 0;
    }

    .btn-filter {
        top: -34px;
    }

    .w-100-per-xs {
        width: 24.33%;
    }

    .p-r-15-xs {
        padding-right: 15px
    }

    .p-0-xs {
        padding: 0
    }

    .l-2-xs {
        left: 2px !important
    }

    .p-b-30-xs {
        padding-bottom: 30px;
        top: 15px !important;
        right: 0 !important
    }

    .left-xs-0 {
        left: 0 !important
    }

    .page-login {
        display: block;
        padding-top: 15px;
    }

    .login {
        padding: 20px 0 10px;
    }
}


@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
    body {
        padding-top: 60px;
    }

    .navbar-default .navbar-collapse {
        padding: 0;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav li i.glyphicon {
        font-size: inherit;
        text-align: center;
        display: inline-block;
    }

    .navbar-primary .logo span {
        display: inline-block;
        float: left;
        margin-top: 0;
    }

    .navbar-primary .logo span.logo_text {
        float: right;
        margin-top: 0
    }

    .navbar-primary .logo span img {
        height: 30px;
        margin-top: -5px;
        margin-right: 10px;
    }
}
.form-inline.cls-other{
    position: absolute;
    display: inline-block;
    margin-left: 50%;
    margin-top: -44px;
}
input.order_detail_wen_qty:focus{
    border: none!important;
}
i.glyphicon.glyphicon-trash.remove-image{
    font-size: 20px;
    border-radius: 100%;
    border: none;
    position: absolute;
    right: 0;
    background: #ea0f34;
    color: #fff;
    padding: 7px 8px 8px 7px;;
    top: -5px;
    transition-duration: 10s;
    cursor: pointer;
    z-index: 1;
    display: none;
}
.image-hover:hover i.glyphicon.glyphicon-trash.remove-image{
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
    transition-duration: 10s;
    display: block;
    cursor: pointer;
}
.image-hover{transition: all .5s;}
.image-hover:hover{
    transform: scale(1.1);
    transition: all .5s;
    /*position: absolute;*/
    z-index: 1!important;
    opacity: 1!important;

}
.img-thumbnail{
    cursor: pointer;
    transition-duration: .5s;
    opacity: .8;
    border: none;
}
.img-thumbnail:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
    transition-duration: .5s;
    /*display: block;*/
    /*border-radius: 50%;*/
    opacity: 1;
}

.note-btn-group.btn-group.open .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background-color: #0b3f6b!important;
}
.option-hover:hover{
    background-color: #0b3f6b !important
}
.xdsoft_datetimepicker .xdsoft_timepicker{
    width: 110px!important;
}
.mega-dropdown-menu .thumbnail.active .caption h4{
    color: #FFF!important;
}

fieldset legend.feature{
    text-align: right;
}
.navbar-primary{
    background: -webkit-gradient(linear, left top, right top, from(#1a82f7), to(#0b519f));
    background: -webkit-linear-gradient(right, #211a1a, #033d7d);
    background: -moz-linear-gradient(left, #2F2727, #0b519f);
    background: -ms-linear-gradient(left, #2F2727, #0b519f);
    background: -o-linear-gradient(left, #2F2727, #0b519f);
}
.table-striped > tbody > tr.sub-thead:nth-of-type(odd):hover, .table-hover > tbody > tr.sub-thead:hover{
    background-color: transparent!important;
    color: #000!important;
}
li.li-print:hover{cursor: pointer!important;}
.cer-btn-add-right{
    float: right;
    margin-top: -10px;
    margin-bottom: 5px;
}
.remove-certificate-text{
    position: absolute;
    right: 0;
    cursor: pointer;
    display: none;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.text-certificate:hover .remove-certificate-text{
    display: block;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

label.text-color {
    /*padding-left: 40px;*/
    font-size: 11px;
    /*position: absolute;*/
    font-weight: bold;
    color: red;
    letter-spacing: 2px;
    font-family: "Times New Roman";
    margin-left: 5px;
    /*transform: rotateY(90deg);*/
    transform-origin: left;
    animation: animate 2s infinite;
    /*-webkit-animation-name: example; !* Safari 4.0 - 8.0 *!*/
    /*-webkit-animation-duration: 2s; !* Safari 4.0 - 8.0 *!*/
    /*animation-name: example;*/
    /*animation-duration: 2s;*/
    /*-webkit-animation: example 2s;  !* Safari 4.0 - 8.0 *!*/
    /*-webkit-animation-iteration-count: infinite; !* Safari 4.0 - 8.0 *!*/
    /*animation: example 2s;*/
    /*animation-iteration-count: infinite;*/

    background: transparent!important;
}
label.text-color1 {
    font-size: 13px;
    font-weight: bold;
    color: #8fff00;
    margin-left: 5px;
    transform-origin: left;
    animation: animate1 .7s infinite;
    background: transparent!important;
}
.text-style{
    font-size: 13px;
    /*position: absolute;*/
    font-weight: bold;
    color: red!important;
    letter-spacing: 2px;
    font-family: "Times New Roman";
    margin-left: 5px;
    /*transform: rotateY(90deg);*/
    transform-origin: left;
    animation: animate 2s infinite;
}
@keyframes animate {
    0% {
        opacity: .2;
    }50% {
         opacity: 1;
     }100% {
          opacity: 0;
      }
}
@keyframes animate1 {
    0% {
        opacity: .5;
    }50% {
         opacity: 1;
     }100% {
          opacity: 0;
      }
}

/* Safari 4.0 - 8.0 */
@keyframes example {
    0% {
        color: #f6faff;
    }
    30%{
        color: #e83636;
    }
    60%{
        color: #e84830;
    }
    80%{
        color: #e8231b;
    }
    100% {
        color: #F00;
    }
}
@-webkit-keyframes example {
    0% {
        color: #FFF;
    }
    50%{
        color: yellow;
    }
    100% {
        color: #F00;
    }
}
label.text-color:nth-child(1){
    animation-delay: 0s;
}
label.text-color:nth-child(2){
    animation-delay: .2s;
}
label.text-color:nth-child(3){
    animation-delay: .3s;
}

/*.form-group ul.dropdown-menu{*/
/*height: 150px!important;*/
/*overflow-y: scroll!important;*/
/*}*/

.bg_red{
    background: #ea0f34!important;
    /*color: #ea0f34  !important;;*/
    opacity: 1;}
.bg_mango{
    background: #4a3794 !important;
    /*color: #3400ff !important;*/
    opacity: 1;
}
.bg_missed_app{
    background-color: #ff1bd5 !important;
    opacity: 1;
}
.bg_black{color: black}
.bg_new_info{
    background-color: green !important;
    opacity: 1;
}
.box-color{
    border: 1px solid #ea0f34;
    width: 20px;
    height: 20px;
}
.table-striped > tbody > tr.bg_red{
    /*background-color: #ea0f34 !important;*/
    color: #ea0f34!important;
}
input.border-bold, select.border-bold, button.border-bold{
    border: 1px solid #8c0202 !important;
}
.text-alert p{
    text-align: justify;
    font-family: "Times New Roman", sans-serif;
    font-size: 18px;
    margin-left: 50px;
}
.table-hover > tbody > tr.bg_missed_app:hover{
    color: #FFF!important;
}.table-hover > tbody > tr.bg_mango:hover{
     color: #FFF!important;
 }
.table-hover > tbody > tr.bg_red:hover {
    background-color: #337ab7 !important;
    color: #fff!important;
}
.m-t-20 {
    margin-top: 20px;
}
table.table > thead.bg-thead {background-color: #1b2741;}
.table>thead.bg-thead:first-child>tr:first-child>th{color: #c3c3c3;}
.popover.popover-menu{
    max-height: 360px !important;
    overflow-x: overlay;
    overflow-wrap: break-word;
    overflow-y: auto;
    width: 400px;
}
#btn-upload,#btn-upload1,#btn-upload2,#btn-upload3,#btn-upload4{
    border: none!important;
    outline: none;
}
td.highlight {
    border: none !important;
    padding: 1px 0 1px 1px !important;
    background: none !important;
    overflow: hidden;
}
.table>tbody.treatment_piv>tr>td{border-top: 0!important;}

.search-content{
    padding: 5px 30px 5px 0;
    margin-bottom: 5px;
    color: #fff;
}
.search-col-4{
    background: #0a3c76;
    color: #fff;
    z-index: 1;
    padding: 10.5px;
}
.search-col-8{
    background: #0a3c76;
    padding: 6px;
    z-index: 0;
}
.search-content1{
    background: #0d3d75;
    padding: 5px 30px 5px 0;
    margin-bottom: 5px;
    color: #fff;
}
/*.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current{*/
    /*background-color: red!important;*/
/*}*/
.event a {
    background-color: #42B373 !important;
    background-image :none !important;
    color: #ffffff !important;
}

#highlight, .highlight {
    background-color: #cccccc;
}

.my-class {
    background: red!important;
}
.my-class a {
    background: lime !important;
}
td.highlight > a {
    background: #E50104!important;
    color: #fff!important;
}
.cover{
    position: relative;
}
.cover .cover-img{
    height: 200px;
    width: 100%;
    overflow: hidden;
}
.cover .cover-img img{
    width: 100%;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 0 !important;
}