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

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

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

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

@font-face {
    font-family: 'khSR';
    src: url('../fonts/KhmerOSsiemreap.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
}

*, html {
    font-family: "RobotoRegular", "VerelaRoundRegular", "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: 90px;
    padding-bottom: 35px;
    /*background: url("../img/bg.jpg") repeat*/
    background: #EDECEC;
}

pre {
    font-family: "RobotoRegular", "VerelaRoundRegular", "RobotoLight", "Gothic", khmerOsBattambang, sans-serif;
}

::-webkit-scrollbar {
    width: 10px; /* for vertical scrollbars */
    height: 10px; /* 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: #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;
}

.jumbotron {
    background: #fff
}

/* block form login */
#form-login {
    margin: 0 auto;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #fff
}

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

#dashboard > .col-md-4:first-child > .btn-lg {
    width: 50%;
}

#dashboard > .col-md-4:first-child > .btn-lg:first-child {
    margin-right: 25px;
}

/* 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 {
    border-width: 0 !important
}

.nav-tabs > li > a {
    border: none;
    color: #666
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
    border: none;
    color: #4285F4 !important;
    background: transparent
}

.nav-tabs > li > a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    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: #4285F4 none repeat scroll 0 0;
    color: #fff
}

.tab-pane {
    padding: 0 0 15px 0;
}

.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
}

.mt-30 {
    margin-top: 30px
}

.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-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
}

.table {
    background: linear-gradient(#e9e9e9, #e2e2e2, #d8d8d8, #cfcfcf) !important;
}

.table tr:first-child th {
    background: #ffffff;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #f6f6f6 30%, #f6f6f6 30%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(30%, #f6f6f6), color-stop(30%, #f6f6f6), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #f6f6f6 30%, #f6f6f6 30%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #f6f6f6 30%, #f6f6f6 30%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #f6f6f6 30%, #f6f6f6 30%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #f6f6f6 30%, #f6f6f6 30%, #e5e5e5 100%);
    border-bottom: 2px solid #ddd;
    color: #000;
}

.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;
}

.tbl-planing .table-striped > tbody > tr > td,
.tbl-accepted .table-striped > tbody > tr > td {
    white-space: normal;
}

.tbl-planing .table-striped > tbody > tr.accepted {
    background-color: #426f6c !important;
    color: #fff;
}

.tbl-planing .table-striped > tbody > tr:hover.accepted {
    background-color: #337ab7 !important;
}

.table-striped > tbody > tr:nth-of-type(odd):hover, .table-striped > tbody > tr:nth-of-type(even):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;
}

.navbar-fixed-bottom {
    background: #fff;
    background-size: 3px !important;
    border-bottom: none;
    border-top: 1px solid #d2d2d2;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);
}

.footer {
    padding: 0;
    margin-top: 8px;
    color: #000;
    float: right;
}

.display-title {
    text-align: center;
    margin-top: 20px;
    width: 735px;
    font-size: 20px
}

/* 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: 2;
    background: rgba(255, 255, 255, 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(255, 255, 255, 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;
}

.table > tbody > tr.this_day > td {
    color: #EA0F34;
    font-weight: bold;
}

.table > tbody > tr.this_day:hover > td {
    color: #fff !important;
}

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

.color-w {
    color: white;
}

.color-r {
    color: red;
}

/* block menu */
.navbar-primary {
    background-color: #fff;
    border-bottom: 1px solid #cecece;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1)
}

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

.navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a {
    color: #000
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-nav > li > a:hover {
    color: #000;
}

.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: #EA0F34 !important;
    color: #fff !important
}

.navbar-nav > li > a:hover i, .navbar-nav > li > a:focus i, .navbar-nav > li > a:active i {
    color: #fff !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;
}

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

.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: #434343
}

.tab-menu > ul > li > a:focus, .tab-menu > ul > li > a:hover {
    background: none;
    /*border-top: 3px solid #337ab7;*/
    transition: all .2ms;
    background: #FFFFFF;
}

.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: #286090 !important;
    color: #fff;
    cursor: pointer;
}

.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
}

/* end block menu */

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

textarea {
    resize: vertical
}

/* 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: 13px;
    cursor: pointer;
    color: #0066aa;
}

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

.popover {
    /*width: 180px;*/
    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: 0;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 30px !important;
        padding-bottom: 30px !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;
}

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;
}

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

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

.required {
    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
}

.total-income {
    font-weight: bold;
    font-size: 17px;
    color: #ff0000;
}

.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;
}

.col-form-label {
    border: none;
    margin-top: 7px;
}

.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: #fff !important;
    background-color: #ff3546 !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;
}

/* 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);
}

.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;
}

/* end block page error */

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

.type-ahead-loading {
    width: 20px;
    position: absolute;
    top: 33px;
    right: 23px;
}

.type-ahead-loading-group {
    width: 20px;
    position: absolute;
    top: 7px;
    right: 95px;
    z-index: 9999
}

.input-group .dropdown-menu {
    min-width: 250px;
    max-width: 400px;
}

.input-group .dropdown-menu li a {
    white-space: normal
}

.top-7 {
    top: 7px
}

.xdsoft_datetimepicker {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 10px;
}

ul.navbar-nav li span.badge {
    background-color: #f59021;
    color: #fff;
}

.table td pre {
    margin: 0;
    background-color: transparent;
    border: 0;
    color: inherit;
    border-radius: 0;
    padding: 0 10px
}

form .form-horizontal .control-label {
    text-align: left;
}

td .form-inline select.form-control {
    box-shadow: none;
    background-color: transparent;
    border-width: 0;
    color: #fff;
}

td .form-inline select.form-control option {
    color: #fff!important;
}

@media (max-width: 972px) {
    .clearfix-mobile {
        clear: both
    }

    .text-center-xs {
        text-align: center;
        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: 75px;
    }

    .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;
    }

    .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;
    }

    .navbar-nav > li > a span {
        color: #111111;
        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 {
        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-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;
    }

    .modal-items {
        width: 90%;
    }
}

@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;
    }
}

.input-wen {
    background: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid;
    text-align: center;
}

.input-wen:focus {
    box-shadow: none;
}

fieldset input[type=radio] {
    border-radius: 50%;
}

.form-horizontal .control-label {
    text-align: right !important;
}