body.unresponsive {
    min-width: 1170px;
}
body.unresponsive .container {
    max-width: none !important;
    width: 1170px !important;
}
body.unresponsive [class^="col-"] {
    float: left;
}
body.unresponsive .col-sm-1,
body.unresponsive .col-md-1,
body.unresponsive .col-lg-1 {
    width: 8.33333333% !important;
}
body.unresponsive .col-sm-2,
body.unresponsive .col-md-2,
body.unresponsive .col-lg-2 {
    width: 16.66666667% !important;
}
body.unresponsive .col-sm-3,
body.unresponsive .col-md-3,
body.unresponsive .col-lg-3 {
    width: 25% !important;
}
body.unresponsive .col-sm-4,
body.unresponsive .col-md-4,
body.unresponsive .col-lg-4 {
    width: 33.33333333% !important;
}
body.unresponsive .col-sm-5,
body.unresponsive .col-md-5,
body.unresponsive .col-lg-5 {
    width: 41.66666667% !important;
}
body.unresponsive .col-sm-6,
body.unresponsive .col-md-6,
body.unresponsive .col-lg-6 {
    width: 50% !important;
}
body.unresponsive .col-sm-7,
body.unresponsive .col-md-7,
body.unresponsive .col-lg-7 {
    width: 58.33333333% !important;
}
body.unresponsive .col-sm-8,
body.unresponsive .col-md-8,
body.unresponsive .col-lg-8 {
    width: 66.66666667% !important;
}
body.unresponsive .col-sm-9,
body.unresponsive .col-md-9,
body.unresponsive .col-lg-9 {
    width: 75% !important;
}
body.unresponsive .col-sm-10,
body.unresponsive .col-md-10,
body.unresponsive .col-lg-10 {
    width: 83.33333333% !important;
}
body.unresponsive .col-sm-11,
body.unresponsive .col-md-11,
body.unresponsive .col-lg-11 {
    width: 91.66666667% !important;
}
body.unresponsive .col-sm-12,
body.unresponsive .col-md-12,
body.unresponsive .col-lg-12 {
    width: 100% !important;
}
body.unresponsive .col-sm-offset-0,
body.unresponsive .col-md-offset-0,
body.unresponsive .col-lg-offset-0 {
    margin-left: 0 !important;
}
body.unresponsive .col-sm-offset-1,
body.unresponsive .col-md-offset-1,
body.unresponsive .col-lg-offset-1 {
    margin-left: 8.33333333% !important;
}
body.unresponsive .col-sm-offset-2,
body.unresponsive .col-md-offset-2,
body.unresponsive .col-lg-offset-2 {
    margin-left: 16.66666667% !important;
}
body.unresponsive .col-sm-offset-3,
body.unresponsive .col-md-offset-3,
body.unresponsive .col-lg-offset-3 {
    margin-left: 25% !important;
}
body.unresponsive .col-sm-offset-4,
body.unresponsive .col-md-offset-4,
body.unresponsive .col-lg-offset-4 {
    margin-left: 33.33333333% !important;
}
body.unresponsive .col-sm-offset-5,
body.unresponsive .col-md-offset-5,
body.unresponsive .col-lg-offset-5 {
    margin-left: 41.66666667% !important;
}
body.unresponsive .col-sm-offset-6,
body.unresponsive .col-md-offset-6,
body.unresponsive .col-lg-offset-6 {
    margin-left: 50% !important;
}
body.unresponsive .col-sm-offset-7,
body.unresponsive .col-md-offset-7,
body.unresponsive .col-lg-offset-7 {
    margin-left: 58.33333333% !important;
}
body.unresponsive .col-sm-offset-8,
body.unresponsive .col-md-offset-8,
body.unresponsive .col-lg-offset-8 {
    margin-left: 66.66666667% !important;
}
body.unresponsive .col-sm-offset-9,
body.unresponsive .col-md-offset-9,
body.unresponsive .col-lg-offset-9 {
    margin-left: 75% !important;
}
body.unresponsive .col-sm-offset-10,
body.unresponsive .col-md-offset-10,
body.unresponsive .col-lg-offset-10 {
    margin-left: 83.33333333% !important;
}
body.unresponsive .col-sm-offset-11,
body.unresponsive .col-md-offset-11,
body.unresponsive .col-lg-offset-11 {
    margin-left: 91.66666667% !important;
}
body.unresponsive .col-sm-offset-12,
body.unresponsive .col-md-offset-12,
body.unresponsive .col-lg-offset-12 {
    margin-left: 100% !important;
}
body.unresponsive .visible-xs,
body.unresponsive .visible-xs-block,
body.unresponsive .visible-sm,
body.unresponsive .visible-sm-block {
    display: block !important;
}
body.unresponsive .visible-xs-inline,
body.unresponsive .visible-sm-inline {
    display: inline !important;
}
body.unresponsive .visible-xs-inline-block,
body.unresponsive .visible-sm-inline-block {
    display: inline-block !important;
}
body.unresponsive .hidden-xs,
body.unresponsive .hidden-sm {
    display: block !important;
}
body.unresponsive .container .navbar-header,
body.unresponsive .container .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}
body.unresponsive .navbar-header {
    float: left;
}
body.unresponsive .navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
body.unresponsive .navbar-toggle {
    display: none;
}
body.unresponsive .navbar-collapse {
    border-top: 0;
}
body.unresponsive .navbar-brand {
    margin-left: -15px;
}
body.unresponsive .navbar-nav {
    float: left;
    margin: 0;
}
body.unresponsive .navbar-nav > li {
    float: left;
}
body.unresponsive .navbar-nav > li > a {
    padding: 15px;
}
body.unresponsive .navbar-nav.navbar-right {
    float: right;
}
body.unresponsive .navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
body.unresponsive .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > .active > a,
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #428bca !important;
}
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > .disabled > a,
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
}
.hethang {
    background: url(../images/het-hang-icon.png) no-repeat right;
}
a:hover {
    text-decoration: none;
    color:#e24a4a;
}
a{ text-decoration: none; outline: 0; border:none;  color:#585858;  }
.navbar-default {
    margin-bottom: 0;
    background: #1C4086; /* Old browsers */
    border-radius: 0px;
    border: none;
}
.form-inline-block {
    width: 80px;
    display: inline-block;
}
#phieusokhao {
    font-family:"Times New Roman", serif;
}
#phieusokhao .checkbox label {
    margin-right: 20px;
}
#phieusokhao .form-control {
    border: none;
    border-bottom: solid 1px #bbbdbf;
    box-shadow: none;
}
#phieusokhao label {
    color: #575757;
}
#phieusokhao label span {
    font-weight: 500;
    float: right;
    line-height: 44px;
}
#phieusokhao p span {
    width: 200px;
    display: inline-block;
}
.right {
    padding-left: 0px;
}
.breadcrumb {
    padding: 10px 15px;
    margin-bottom: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
    background-color: #f2f2f2;
}
.navbar-default .navbar-nav li a, .navbar-default .navbar-brand {
    color: #ffffff;
}
.dropdown {
    background: #5cb85c;

}

.navbar-default .navbar-brand:hover {
    color: #FFFFFF;
}

.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav>li.active a:hover{
    color: #FFFFFF;
    background-color: #d9534f;
}

.navbar-default .navbar-nav li {
    margin-right: 2px;
}
.navbar-brand {
    padding: 2px 15px   !important;
}
.navbar-brand img {
    float: left;
    width: 58px ;
}
.navbar-brand span {
    float: left;
    display: block;
    padding: 14px;
}
#body_login {
    background: url('../images/background-login.jpg') center center/cover no-repeat fixed;
}
.dashboard {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px   ;
}
.bg-c-green {
    background: -webkit-gradient(linear,left top,right top,from(#0ac282),to(#0df3a3));
    background: linear-gradient(to right,#0ac282,#0df3a3);
}
.bg-c-yellow {
    background: -webkit-gradient(linear,left top,right top,from(#fe9365),to(#feb798));
    background: linear-gradient(to right,#fe9365,#feb798);
}
.bg-c-pink {
    background: -webkit-gradient(linear,left top,right top,from(#fe5d70),to(#fe909d));
    background: linear-gradient(to right,#fe5d70,#fe909d);
}
.bg-c-lite-green {
    background: -webkit-gradient(linear,left top,right top,from(#01a9ac),to(#01dbdf));
    background: linear-gradient(to right,#01a9ac,#01dbdf);
}

.card {
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
    box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
    border: none;
    margin-bottom: 30px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}
.card-block {
    padding: 1.25rem;
}
.card-footer {
    padding: .75rem 1.25rem;
    border-top: 1px solid #fff;
}
.card-icon {
    padding-left: 0;
}
.card-icon i {
    color: #fff;
    font-size: 30px;
    padding: 10px 0px;
    text-align: center;
}
.card-title {
    color: #fff;
    font-size: 16px ;
}
.card-des{
    margin-bottom: 0;
    font-size: 18px ;
}
.card-footer p{
    margin-bottom: 0px  ;
}
.card-footer p a {
    color: #fff;
}
.font14 {
    font-size: 14px ;
    min-height: 20px;
}
tr.tr-color:nth-child(2n +1) {
    background: #dff7c3;
}
thead {
    background: #ECECEC;
}
.header-container {
    margin-top: 10px;
}
.required {
    color: #e00;
}
.table {
    font-size: 12px;
}
.table-bordered>tbody>tr>td {
    padding: 5px;
    line-height: 24px;
}
.table-bordered>tbody>tr>td select {
    max-width: 160px;
    margin: 0px auto;
    height: 25px;
    padding: 0px 0px;
}
.table-bordered>tbody>tr>td .btn {
    padding: 0px 5px;
}
.title-info {
    /* margin-bottom: 10px; */
    font-size: 14px;
    /* margin-left: 10px; */
    margin-top: 9px;
    font-weight: bold;
    /* padding-bottom: 10px; */
    color: #0b2d6e;
}
.block {
    display: block;
    font-size: 13px;
    display: block;
    font-weight: 500;
}
.dropdown-menu .divider {
    margin: 3px 0;
}
.checkbox label {
    line-height: 21px !important;
}
.well {
    margin-top: 20px;
    border-radius: 0px;
    margin-bottom: 15px;
}
.btn {
    border-radius: 0px;
}
.left {
    padding-right: 0px;
}
.form-control {
    border-radius: 0px;
}
.btn-sm, .btn-group-sm>.btn {
    padding: 7px 12px;
}
.left nav {
    border-right: 1px solid #ccc;
    background-color: #f2f2f2;
    padding-top: 40px;
    vertical-align: top;
    height: 1440px;
}
.menu{  background-color: #fafafa;list-style: none;    margin-left: -30px; }
.menu > li{  border-bottom: 1px solid #e5e5e5;

}
.menu > li:first-child{ border-top: 1px solid #e5e5e5; }
.menu > li > a {display:block; line-height:28px; padding:5px 10px 5px 7px; width:170px; border-left:3px solid #f2f2f2;white-space:nowrap;}
.menu a i {margin-right:8px;font-size: 10px;}
.menu > li:hover > a,.menu > li.active > a{border-left:3px solid #3382af; background:#fff; color:#e24a4a;}
.menu > li > ul{ border-top: 1px solid #e5e5e5; background:#fff; display: none;animation-name: fadeInUp;
    animation-duration: .4s;}
.menu > li.active > ul, .menu > li:hover > ul {display:block;}
.menu > li > ul > li{border-top:1px dotted #9dbdd6; padding-left:10px;    position: relative;}
.menu > li > ul > li:first-child{border:0;}
.menu > li > ul > li > a{border-left:1px dotted #9dbdd6; display:block; padding:4px 0 4px 10px; height:36px; line-height:28px; position:relative;}
.menu > li > ul > li.active > a {color: #e24a4a;}
.menu > li > ul > li > a:before{content:''; position:absolute; left:0px; width:10px; border-top:1px dotted #9dbdd6; height:1px; top:18px;}

.menu > li.active > ul, .menu > li > ul > li:hover > ul {display:block;}
.menu > li > ul> li > ul{position: absolute;width: 340px;
    left: 100.5%;
    border-top: 1px solid #e5e5e5;
    background: #fff;
    display: none;
    right: -170px;
    top: -1px;z-index: 999;
    animation-name: fadeInLeft;
    animation-duration: .4s;
    background: #ECECEC;
    border:1px solid #ccc;
    border-left: none;
}
.menu > li > ul > li> ul > li{border-top:1px dotted #9dbdd6; padding-left:20px;}
.menu > li > ul > li> ul > li:first-child{border-top:none  }
.menu > li > ul > li >ul > li > a{border-left:1px dotted #9dbdd6; display:block; padding:4px 0 4px 10px; height:36px; line-height:28px; position:relative;}
.menu > li > ul > li> ul > li.active > a {color: #e24a4a;}
.menu > li > ul > li >ul > li > a:before{content:''; position:absolute; left:0px; width:10px; border-top:1px dotted #9dbdd6; height:1px; top:18px;}

.panel-title a {
    color: #ffffff;
    font-weight: bold;
}
.panel-body {
    padding: 0px;
    background-color: #f5f5f5;
}
.panel-body ul {margin-bottom: 0px;
}
.panel-body li {
    padding:10px ;
    border-bottom: 1px solid #e3e3e3;
}
.panel-body li:last-child {
    border-bottom:none;
}
.panel-group {
    margin-top: 20px;
    padding-right: -15px;
}
.form-control:focus {
    box-shadow: none;
}
.select_search {
    width: 200px ;
    display: inline-block;
}
#example tr td ,#example tr th{
    vertical-align: inherit;
    width: 140px;
    text-align: center;
}
#example .w35 {
    width: 45px;
}
#example .w180 {
    width: 180px;
    text-align: left;
}
.nav>li>a {
    padding: 10px 6px;
}
.modal-title {
    text-align: center;
}
#example thead, #example  tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
@media screen and (max-width: 640px) {
    div.search-form {
        margin-bottom: 5px;
    }
}

.alert {
    padding: 10px;
    border-radius: 0px;
    border: none;
    border-left: 5px solid;
}

div.phantrang {
    margin-top: 10px;
    margin-right: 10px;
}

div.phantrang a {
    background: #0b2d6e;
    color: #ffffff;
    padding: 2px 5px;
    font-size: 12px;
}

div.phantrang a:hover {
    background: #FFF100;
    color: #0b2d6e;
}

div.phantrang strong {
    background: #0b2d6e;
    color: #FFF100;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: bold;
}

label {
    color: #0b2d6e;
    line-height: 34px;
    margin-bottom: 0px  ;
}
.nav-tabs {
    margin-bottom: 20px ;
    border-bottom: 1px solid #5cb85c;
}
.glyphicon-chevron-down {
    font-size: 10px;
    margin-left: 5px;
}

.img-small {
    width: 50px;
    height: 25px;
    padding: 1px;
    border: 1px solid #ffffff;
}

.img-md {
    width: 100px;
    height: 80px;
    border: 1px solid #dedede;
    margin-top: 5px;
}

.login {
    background: #ffffff;
    border: 1px solid #dedede;
}
.login legend {
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 0px;
    color: #fff;
    background: #33B5E5;
    padding: 14px  ;
    text-align: center;
    font-weight: bold;
}
.login .form-group {
    padding-left: 30px;
    padding-right: 30px ;
    padding-top: 5px   ;
    padding-bottom: 5px   ;
}
.remember {
    padding: 0 30px ;
}
.login .form-group .input-group-addon:first-child {
     border-radius: 0;
 }
.login .form-group .btn , .login .form-group .btn-group {
    width: 100%;
}
.login .form-control {
    height: 42px;
}
span.content{
    border-left: 1px solid indianred;
}
.panel-default>.panel-heading{
    background: #2c539e; /* Old browsers */
    border-radius: 0px;
}
div.panel-heading>span,div.panel-heading>span>a{
    color: #ffffff;
}
.nav-tabs>li.active>a {
    color: #5cb85c;
    font-weight: bold;
    border: 1px solid #5cb85c;
    border-bottom:1px solid #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 1px solid #5cb85c;
    border-bottom:1px solid #fff;
    color: #5cb85c;
}
.nav-tabs>li>a {
    font-size: 13px;
    border: 1px solid #ddd;
    border-bottom: none;
}
.form-sm  .form-group {
    margin-right: 0  !important;
    margin-left: 0 !important;
}
.form-sm  .form-group .form-control {
    width: 160px;
}
.form-bangcap .form-group .form-control {
    width: 140px;
}
.radio-inline {
    line-height: inherit !important;
}
.w50 {
    width: 125px !important;
}
#loader {
    z-index: 999;
    position: absolute;
    left: 45%;
    background: #ff9900;
    padding: 5px;
    width: 50px;
    box-shadow: 0px 0px 3px #333;
    top: 45%;
    display: none;
}
#loader_share_dulieu {
    display: none;
}
.dataTables_processing {
    background: linear-gradient(to right, #3a7fd5, #6ebce2);
    color: #fff;
}
.radio input[type=radio] {
    top: 2px   ;
}
.checkbox {
    padding-top: 2px !important;
}
.dropdown-menu .checkbox{
    padding-top: 0px !important;
    margin-left: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.thsdld tr.text-center td {
    vertical-align:middle
}
.MultiCheckBox {
    border: 1px solid #ccc;
    padding: 6px;
    cursor: pointer;
}

.MultiCheckBox .k-icon{
    font-size: 15px;
    float: right;
    font-weight: bolder;
    margin-top: -7px;
    height: 10px;
    width: 14px;
    color:#787878;
}

.MultiCheckBoxDetail {
    z-index: 2;
    background: #fff;
    display:none;
    position:absolute;
    border:1px solid #e2e2e2;
    overflow-y:hidden;
}

.MultiCheckBoxDetailBody {
    overflow-y:scroll;
}

.MultiCheckBoxDetail .cont  {
    clear:both;
    overflow: hidden;
    padding: 2px;
}
.MultiCheckBoxDetail .cont  input[type=checkbox]{
    margin: 4px 5px 4px 2px;
}

.MultiCheckBoxDetail .cont:hover  {
    background-color:#cfcfcf;
}

.MultiCheckBoxDetailBody > div > div {
    float:left;
    cursor: pointer;
}

.MultiCheckBoxDetail>div>div:nth-child(1) {

}

.MultiCheckBoxDetailHeader {
    overflow:hidden;
    position:relative;
    height: 28px;
    background-color:#3d3d3d;
    cursor: pointer;
}

.MultiCheckBoxDetailHeader>input {
    position: absolute;
    top: 4px;
    left: 3px;
}

.MultiCheckBoxDetailHeader>div {
    position: absolute;
    top: 5px;
    left: 24px;
    color:#fff;
}