@media screen {
    #print-block{
        display: none;
    }
}

/**
Customs
 */
.page-header.navbar .page-logo > .logo-image, .page-header.navbar .page-logo > a {
    color: white;
    font-size: 15pt;
    /* text-align: center; */
    float: none;
}
.page-header.navbar .page-logo {
    float: left;
    display: block;
    width: 160px;
    /* height: 30px; */
    padding: 6px 10px;
    margin-left: 20px;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
}
.page-header.navbar .menu-toggler.sidebar-toggler {
    float: right;
    display: none;
    margin: 11px 0 0 0;
}
/** Phone + table */
@media (max-width: 480px) {
    .page-header.navbar{
        height: 120px;
    }
    .page-header.navbar .menu-toggler.responsive-toggler {
        display: block;
        float: left;
        /* margin: 80px 6px 0 6px; */
        position: absolute;
        bottom: 10px;
    }

    .page-header.navbar .top-menu {
        background: none;
        /* padding-top: 30px; */
        right: 0;
        bottom: 0;
        position: absolute;
    }
}
.width-10p{
    width: 10% !important;
}
.width-30p{
    width: 30% !important;
}
.width-3p{
    width: 3% !important;
}
.width-5p{
    width: 5% !important;
}
.width-7p{
    width: 7% !important;
}
.padding-top-25{
    padding-top: 25px;
}
.margin-top-25{
    margin-top: 25px;
}
/**
print
 */
@media screen {
    #ketquathongke{

    }
    #print-block{
        display: none;
        margin: 0;
    }
}
/*@media print {*/
    /*#ketquathongke{*/

    /*}*/
/*}*/
.text-danger {
    color: #de282c !important;
}
.ui-draggable {
    z-index: 100;
    position: absolute !important;
    width: auto !important;
}
@media screen {
    #print-block-arrival-notice, #print-block,#print-block-a5{
        display: none;
    }
}
@media print {
    #block-print-cc {
        position: relative;
        width: 210mm;
    }
    /*#block-print-cc img {*/
    /*    width: 100%;*/
    /*}*/
    #print-block-a5{
        size: A5 landscape;
    }
    .newpage {
        page-break-before: always;
    } /* page-break-after works, as well */
}
h3.page-title {
    font-size: 16pt;
    color: #31708f;
    position: relative;
    padding-bottom: 5px;
}
h3.page-title:after {
    border-bottom: 2px solid #31708f;
    width: 50px;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
}
li.bg-primary a, li.bg-primary i {
    color: #ffffff !important;
}
table  ul.dropdown-menu.list-inline {
    background: #31708f;
}
table ul.dropdown-menu.list-inline a, ul.dropdown-menu.list-inline i,
table ul.dropdown-menu.list-inline a, ul.dropdown-menu.list-inline a{
    color: #ffffff;
}
table .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    text-decoration: none;
    background-image: none;
    background-color: #2d647f;
    color: #ffffff;
    filter: none;
}
hr {
    margin: 10px 0;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
     padding-bottom: 0;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: unset;
    padding-top: 10px;
}
tr.can-hover:hover {
    background: #337ab782 !important;
    cursor: pointer;
}
.modal {
    z-index: 10000;
    outline: none;
    overflow-y: auto !important;
}
.format-display img {
    width: 150px !important;
}
@media print {
    .format-display img {
        width: 150px !important;
    }
}
tr.insert-hoc-vien td {
    color: #3c763d;
    font-weight: bold;
}
tr.insert-hoc-vien {
    color: rgba(60, 118, 61, 0.15);
    font-weight: bold;
}
tr.update-hoc-vien {
    background: #337ab717 !important;
}
tr.update-hoc-vien td {
    color: #337ab7;
    font-weight: bold;
}
.bg-white {
    background: #ffffff;
}