﻿
@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Roboto-Regular-webfont.eot') format('embedded-opentype');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/Roboto-Regular-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Bold-webfont';
    src: url('../fonts/Roboto-Bold-webfont.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'Roboto Medium';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Roboto-Medium-webfont.eot') format('embedded-opentype');
    src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium-webfont.woff') format('woff'), url('../fonts/Roboto-Medium-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Roboto-Bold-webfont.eot') format('embedded-opentype');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold-webfont.woff') format('woff'), url('../fonts/Roboto-Bold-webfont.ttf') format('truetype');
}
@-webkit-keyframes glowing {
    0% {
        background-color: #004A7F;
        -webkit-box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #0094FF;
        -webkit-box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #004A7F;
        -webkit-box-shadow: 0 0 3px #004A7F;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #004A7F;
        -moz-box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #0094FF;
        -moz-box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #004A7F;
        -moz-box-shadow: 0 0 3px #004A7F;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #0094FF;
        box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }
}

@keyframes glowing {
    0% {
        background-color: #f95140;
        box-shadow: 0 0 3px #f95140;
    }

    50% {
        background-color: #ff1c05;
        box-shadow: 0 0 10px #ffcfca;
        
        
        border: 1px;
    }

    100% {
        background-color: #e8f705;
        box-shadow: 0 0 10px #f6ff75;
        color: #ffcfca;
    }
}
 table.borderxam tr > td {
    border: 1px solid #c5c5c5;
}
 /*********SELECT****/
.ms-container:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    min-height: 0;
    visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection {
    background: #fff;
    color: #555555;
    float: left;
    width: 45%;
}

.ms-container .ms-list {
    -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 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    height: 200px;
    padding: 0;
    overflow-y: auto;
}

.ms-container .ms-selectable {
    margin-right: 10%;
}

.ms-container .ms-list.ms-focus {
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0;
    outline: thin dotted \9;
}

.ms-container ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.ms-container .ms-optgroup-container {
    width: 100%;
}

.ms-container .ms-optgroup-label {
    margin: 0;
    padding: 5px 0px 5px 5px;
    cursor: pointer;
    color: #000;
    background: #dadada;
}
.ms-container .ms-optgroup-label:hover{
    background: #08c;
    color:#fff;
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
    border-bottom: 1px #eee solid;
    padding: 2px 10px;
    color: #555;
    font-size: 12px;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background-color: #08c;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
    background-color: #eee;
    color: #aaa;
    cursor: text;
}
/*********END SELECT********/
.tbso2 {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
/* chữ nhấp nháy nhẹ */
.tbso {
    color: #d93337;
    font-size: 10px;
    animation: text-flicker 4s linear infinite;
}

#off-fl {
    animation: letter-flicker 2s linear infinite;
}

@keyframes text-flicker {
    0% {
        opacity: 0.1;
        text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
    }

    2% {
        opacity: 1;
        text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
    }

    8% {
        opacity: 0.1;
        text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
    }

    9% {
        opacity: 1;
        text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
    }

    12% {
        opacity: 0.1;
        text-shadow: 0px 0px rgba(242, 22, 22, 1);
    }

    20% {
        opacity: 1;
        text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)
    }

    25% {
        opacity: 0.3;
        text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)
    }

    30% {
        opacity: 1;
        text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)
    }

    70% {
        opacity: 0.7;
        text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)
    }

    72% {
        opacity: 0.2;
        text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)
    }

    77% {
        opacity: .9;
        text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)
    }

    100% {
        opacity: .9;
        text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)
    }
}
.message {
    color: #E91E63;
    margin-top: 10px;
    background: #FFEB3B;
    float: left;
    padding: 5px 70px;
    min-width: 500px;
    text-align: center;
}
#TrangThaiLenh {
    background: #F44336;
    padding: 0px 10px;
    color: #fff;
}
/*End*/
.table-amc > thead > tr > th, .table-amc > tbody > tr > th, .table-amc > tfoot > tr > th, .table-amc > thead > tr > td, .table-amc > tbody > tr > td, .table-amc > tfoot > tr > td {
    border: 1px solid #dcdbdb !important;
    vertical-align: middle;
}
.table-amc > tbody > tr:hover {
    background-color: #f9f4d3!important;
}
.td-kh span{
    width:80px;
    display:block;
}
.td-kh2 span {
    width: 150px;
    display: block;
}
td-kh3 span {
    width: 100%;
    display: block;
}
.td-kh .lists1 {
    width: 160px;
    display: block;
    padding: 10px 0px;
}
.td-hd1 span {
    width: 240px;
    display: block;
}
.td-hd2 span {
    width: 100px;
    display: block;
}
.td-hd8 span {
    width: 100px;
    display: block;
}
.tab-ts .detail .active {
    display: block !important;
}
.tab-ts .details .active {
    display: block !important;
}
.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 0px!important;
    font-weight: 300;
    background: #fff;
    padding-top: 20px;
}
tr.tt {
    background: #aef578;
}
tr.pb {
    background: #d4fbb6 !important;
}
/*.mhight {
    max-height: 180px;
    overflow-y: scroll;
}*/

table.table-croll {
    background: #e0ece7;
}
.table-croll > tbody > tr:hover {
    background-color: #fffbd9;
}


.table-croll thead {
    display: table; /* to take the same width as tr */
    width: calc(100% - 17px); /* - 17px because of the scrollbar width */
}

.table-croll tbody {
    display: block;
    max-height: 200px;
    overflow-y: scroll;
    background: #fff;
}

.table-croll th, .table-croll td {
  
    word-break: break-all; /* 4. */
}

.table-croll tr {
    display: table; /* display purpose; th's border */
    width: 100%;
    box-sizing: border-box; /* because of the border (Chrome needs this line, but not FF) */
}

.bold{font-weight:bold;}
#myCarousels .active {
    display: inline-block !important;
}
.gridheader {
    background-color: #dfe5ec !important;
}
.fa-ban{color: #ff0101;}
.fa-check{color: #00a65a;}
.fa-remove {
    color: #ff0101;
}
.fa-edit {
    color: #00a65a;
}
.bg {
    border-top: 2px solid #d2d2d2;
}
.box-header{
    background: #eee;
    padding: 6px 10px;
}
.box {
    border: 1px solid #d2d2d2;
}
.item-list{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
}
.item-list li{
    padding: 6px 0px;
    margin-bottom: 2px;
    color: #444;
}
.ctts .box-body {
    padding: 0px 10px;
}
.ctts .box-body2{
    padding: 0px;
}
.bx {
    background: #fff;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #e8e5e5;
    height: 320px;
    overflow: hidden;
}
.content-scroll {
    overflow: scroll;
    width: 100%;
    height: auto;
}
.boxcenter{margin:10px 0px 0px 0px;}
.ctts .nav-tabs-custom{margin-top: 15px;}
.content {overflow:hidden;}
.ctts .tab-content>.tab-pane {
    padding:10px;
}
.title-list {
    background: #ccded6;
    padding: 1px 10px;
    line-height: 25px;
    height: 30px;
    font-weight: bold;
    border: 1px solid #fff;
}
.gridheader0 {
    background: #71a78e !important;
    color: #fff;
}
.gridheader1 {
    background: #e0ece7 !important;
}
h1.title{
    margin:0px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-left: 60px;
}
.list1{
    list-style:none;
}

.list1 >li{
    position:relative;
    margin-right:10px;
    float:left;
}
.list2{
    display:none;
}
.list1 > li:hover ul {
    display: block;
    position: absolute;
    background: #efeeee;
    top: 24px;
    width: 390px;
    border-radius: 5px;
    padding: 10px 10px 10px 30px;
    color: #f30000;
    left: -30px;
    border: 1px solid #dcdada;
}
.list2 > li {
    line-height: 25px;
}
.list2 > li a {
    color: #333;
}


.lists1 {
    list-style: none;
}

    .lists1 > li {
        position: relative;
        margin-right: 10px;
        float: left;
    }
.lists1 >li >a{
    display: block;
}
.lists2 {
    display: none;
}

.lists1 > li:hover ul {
    display: block;
    position: absolute;
    background: #efeeee;
    top: 18px;
    width: 390px;
    border-radius: 5px;
    padding: 10px 10px 10px 30px;
    color: #f30000;
    right: -95px;
    border: 1px solid #dcdada;
    overflow: visible;
    z-index: 333333;
}
.linkapps {
    width: 26.9608%;
    background: #f0ffd3;
    padding: 15px;
}
.linkapp {
    margin: 5px 0px;
    border-bottom: 1px solid #9bf3ca;
    padding-bottom: 5px;
}
.lists2 > li {
    line-height: 25px;
}

    .list2 > li a {
        color: #333;
    }

.treeview-menu{width:200px!important;}
.treeview span {
    width: 200px !important;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    float: right;
    width: auto !important;
    left: 225px !important;
    top: 10px !important;
}
/* .table-p3 td{padding:3px!important} */
.boxcenter-no {
    margin: 0px;
}
.ctts .box-body2 th{
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    text-align: center;
}
.ctts .box-body2 td{
    border: 1px solid #eeeeee;
    text-align: center;
}
.ctts .box-body2 td:first-child{text-align:left;}
.select2{
    width:100%!important;
}
.select2-selection {
    border-radius: 0px!important;
    height: 32px!important;
}
.taikhoan{
    position:relative;
}
.taikhoan ul {
    display: none;
}
.taikhoan:hover ul {
    display: block !important;
    position: absolute;
    background: #009450;
    width: 245px;
    left: -69px;
    padding: 5px 35px;
}
.taikhoan ul li{
    line-height:25px;
}
.taikhoan ul li a{color:#fff;}
/***************/
.border-top {
    display: block;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    margin-bottom: 10px;
}
.bb {
    background: #fff;
    border: 1px solid #d2d2d2;
}
.headerlist {
    background-color: #00a65a!important;
    color: #fff;
}

.mce-tinymce {
    width: 100%!important;
}
.trangthailenhtt_1 {
    background: #fff!important;
}
.trangthailenhtt_2 {
    background: #d6ffa7 !important;
}
.trangthailenhtt_3 {
    background: #f9d3d3!important;
}
.trangThaiGD_1 {
    background: #fff !important;
}

.trangThaiGD_2 {
    background: #ffeb3b61 !important;
}

.trangThaiGD_3 {
    background: #c6ffc8 !important;
}
.trangThaiGD_4 {
    background: #f9d3d3 !important;
}

.alert-sucess {
    color: blue;
}

.alert-error {
    color: red;
}

