@import url('RadCustom.css');
.view_form *{font-family:Tahoma;}
.view_form{padding: 0px 15px 15px 15px !important;border: 1px solid #6d0526 !important;}
.view_form .title_group {font-size: 15px;font-weight: bold;background: #5f021f;padding: 8px !important;color: #fff;text-shadow: none;width: 100%;}
.view_form label.control-label{font-weight:normal;font-size:13px;}
.view_form .control_value{padding-top: 7px;padding-left: 10px;display: -webkit-box; font-size:13px;}
.view_form h1,.view_form h2,.view_form h3,.view_form h4,.view_form h5,.view_form h6,.view_form .h1,.view_form .h2,.view_form .h3,.view_form .h4,.view_form .h5,.view_form .h6
{
    margin:0px;
}
.form-horizontal.view_form .form-group
{
    margin-bottom: 6px;
}
.view_form .title_1
{
    font-size:12px;
    font-weight:bold;
    line-height:22px;
}
.view_form .title_2
{
    font-size:13px;
    line-height:22px;
    font-weight:bold;
}
.view_form .title_3
{
    font-size:12px;
}
.view_form .title_4
{
    font-size:20px;
    font-weight:bold;
    padding-bottom: 5px;
}
.pnl_in .view_form .control_value 
{
    padding-left: 2px;
}
.form-horizontal .control-label {
    padding-top: 5px;
    margin-bottom: 0;
    text-align: right;
}
@media (min-width: 768px)
{
    .form-horizontal .width250_from_sm
    {
        width:250px !important;
    }
    .form-horizontal .width276_from_sm
    {
        width:276px !important;
    }
}

.round-icon-50
{
    margin:0 auto;
    height: 70px;
    width: 70px;
    margin-bottom:10px;
    border-radius:50%;
        background-color: #0e3474;
}
.checked-user
{
    background-image: url("../../../../Portals/0/Images/CheckedUser.png") ;
    background-size: contain;
   
}
.new-user
{
    background-image: url("../../../../Portals/0/Images/AddUser.png");
    background-size: contain;
}
.hr-10
{
    margin: 0 auto;
    height: 15px;
    width: 10%;
        border-top: 2px solid #0e3474;
    margin-top: 5px;
}
/*FORM REPOSIVE*/
.batbuoc {
    color: red;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 5px;
    font-family: tahoma;
}
#contentWrapper .form-control.requirements {
    background-image: url(Images/requirements.png);
    background-repeat: no-repeat;
    background-position-y: 2px;
}
#contentWrapper .form-control
{
    border-radius:0px;
}
#contentWrapper .form-control
{
    padding:6px 6px 6px 15px;
}
.alert
{
    margin-bottom:0px;
    margin-left:10px;
    padding: 5px 10px 5px 10px !important;
    border-radius:0px;
}
.required ul 
{
    background-color: #f2dede;
    padding: 10px;
    margin-left: 0px;
    border: 1px solid #ebccd1;
    width:60%;
}
.required ul li
{
    list-style: none;
    color: #a94442;
   
}
.control-label
{

}
.control-label  span.re
{
    color:red;
}
.control-label > span
{
    font-weight:normal;
    font-size:14px;

}
.control-label > span>span.re
{
    font-weight:bold;
    color:#ff0000;
    font-size:15px;
}
.lh38
{
    line-height: 38px;
}


.headp .login_icon,
.search_ps .search_icon{
	width:30px;
	height:30px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border:1px solid #333333;
	text-align:center;
	margin: 0 0 0 15px;
	cursor:pointer;
    color:#333333 !important;
	}
.header_element .element_box {
    
    position: absolute;
    background-color: #5f021f;
    filter: alpha(opacity=0);
    opacity: 0;    
    /*width: 150px;*/
    z-index: -1;
    /*right: 7px;*/
    white-space: nowrap;
    margin-top: 10px;
    border: none;
    transition: all ease-in 100ms;
    -moz-transition: all ease-in 100ms;
    -webkit-transition: all ease-in 100ms;
    -o-transition: all ease-in 100ms;
    -ms-transition: all ease-in 100ms;
}
.header_element.Open .element_box {
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 1000;
}
.element_box.login >div
{
    float:left;
    padding:7px;
}
.icon.login_icon .glyphicons 
{
    font-size: 14px;
    margin-top: 5px;
}
.title-website 
{
        padding-top: 15px;
    padding-left: 15px;
    color: #1c458b;
    font-weight: bold;
     text-shadow: 1px 1px 1px #bbb;
}
.title-website-sub
{
        color: #d81b1b;
    font-weight: bold;
    padding-left: 15px;
    font-size: 15px;
    text-shadow: 1px 1px 1px #bbb;
}
.label-h5
{
    color:#6B6A6A;
    line-height:25px;
}
.icon-color
{
          color: #0e3474;
}
/*Button*/
.control-datlichkham .glyphicon{
    background: #0e3474;
    padding: 8px 10px 8px 10px;
    border-radius: 0px 2px 2px 0px;
    border: 1px solid #0e3474;
    color: #fff;
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 35px;
    top: -1px;
    position: relative;
        font-size: 13px;
}
.btn.btn-default.control-btn
{
        padding: 6px 15px;
    border-radius: 0px;
    color: #333;
    background: #ffffff;
}
label{
       color: #0e3474 !important;

}
.btn.btn-default.control-datlichkham
{
    -webkit-transition: all 750ms ease 0s;
	-moz-transition: all 750ms ease 0s;
	-o-transition: all 750ms ease 0s;
	-ms-transition: all 750ms ease 0s;
	transition: all 750ms ease 0s;
    line-height:25px;
   color: #0e3474;
    background: #FFF;
    padding: 0px 0px 0px 15px;
    height: 35px;
    border-radius: 1px;
}
.custom_form_group .input-group-addon{
    background:#FFF;
}
.btn.btn-default.control-datlichkham:hover,.btn.btn-default.control-datlichkham:focus 
{
    background-color: #FFF;
}
.btn.btn-default.control-datlichkham:hover  .glyphicon,.btn.btn-default.control-datlichkham:focus .glyphicon
{
      
}
.navbar.navbar-inverse  .container.top_menu ul.nav> li> a
{
    color:#FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 14px;
}
.navbar.navbar-inverse 
{
    
    min-height:40px;
}
.navbar.navbar-inverse .navbar-nav
{
    margin:0px !important;
    
}
@media only screen and (min-width: 768px) {
     .container-dangky {
        padding: 30px;
    }
     .step-container >div
    {
        padding:20px !important;
    }
     
}

@media only screen and (max-width: 768px) {
    .container-dangky {
        padding: 5px;
        margin-bottom:30px;
    }
    .step-container >div
   {
     height: 50px;
     padding: 5px !important;
   }
    .step-container .icon-step
    {
        margin:0 auto !important;
        float:none;
    }
    .step-container  .title-step {
        display:none;
    }
    .step-container >div:after,.step-container >div::before
    {
        content:"";
        height:2px;
        background:#DED3D3;
        width: 7%;
        top:50%;       
        position:absolute;
    }
    .step-container >div:first-child::after,.step-container >div:last-child:before
    {
         width: 0% !important;
    }
    .step-container >div:after
    {
         left:0px;
    }
    .step-container >div::before
    {
        right:0px;
    }
}

@media only screen and (max-width: 1100px) {
    .step-container >div
    {
        padding-left:10px !important;
        font-size:13px;

    }
    .icon-step{
        margin-left: 0px !important;
        margin-right: 5px !important;
    }

}
@media only screen and (min-width: 1100px) {
     .step-container >div:after,.step-container >div::before
    {
        content:"";
        height:2px;
        background:#DED3D3;
        width: 7%;
        top:50%;       
        position:absolute;
    }
    .step-container >div:first-child::after,.step-container >div:last-child:before
    {
         width: 0% !important;
    }
    .step-container >div:after
    {
         left:0px;
    }
    .step-container >div::before
    {
        right:0px;
    }
}
span.label.label-default
{
    position:relative !important;
    padding:2px !important;
    top:-4px !important;
}



/*RAD CONTROL*/
.riTextBox.riDisabled
{
    cursor: not-allowed;
    background-color: #eee !important;
    color: #555 !important;
}
html body .RadPicker_Default .riTextBox.riEmpty
{
    color: #999;
}
html body .RadPicker_Default .riTextBox
{
    font-family:Tahoma;
    font-size:14px !important;
    padding: 6px 6px 6px 20px !important;
    color: #555;
    font-style:normal;
}
.RadPicker.requirements input.riTextBox 
{
    background-image: url(Images/requirements.png);
    background-repeat: no-repeat;
    background-position-y: 2px;
    border-radius:0px;
}
.RadPicker.RadPicker_Default .rcTimePopup
{
    background-position: center 2px;
}
.RadPicker.RadPicker_Default .rcTimePopup,
.RadPicker_Default .rcCalPopup
{
    background-position: center 2px !important;
}
.RadCalendar .rcMain .rcOutOfRange span
{
   color: #5f5f5f !important;
}
.RadCalendar_Default .rcMainTable td a
{
   color: #000 !important;
}
/* CAPTCHA*/
/**************************************************/
.Captcha_form div
{
    padding:5px;
    font-family:Tahoma;
    font-size:13px;
}
.Captcha_form input
{
    width:250px;
    height: 34px;
    padding: 6px 6px 6px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.Captcha_form.requirements input {
    background-image: url(Images/requirements.png);
    background-repeat: no-repeat;
    background-position-y: 2px;
}
/*****************************************************/
/*      
*   CUSTOM custom_form_group
*/
.custom_form_group .form-group .input-group-addon
{
    padding: 7px 12px;
    font-size: 17px;
}

/*!
 * START DANHSACH
 */
.danhsach {
    width: 100%;
    padding: 0px;
}

    .danhsach > table {
        width: 100%;
        margin-bottom: 10px;
    }

.panel_card .danhsach > table {
    margin-bottom: 0px;
}

    .panel_card .danhsach > table > tbody > tr:last-child {
        text-align: right;
    }

.danhsach table > tbody > tr {
    min-height: 35px;
}

    .danhsach table > tbody > tr.tieude, .danhsach table > tbody > tr.tieude > th {
        text-align: center;
        vertical-align: middle;
        font-size: 13px;
        min-height: 40px !important;
        font-weight: bold;
    }

    .danhsach table > tbody > tr.tieude2 {
        text-align: center;
        vertical-align: middle;
        font-size: 13px;
        min-height: 40px !important;
        font-weight: bold;
    }

        .danhsach table > tbody > tr.tieude2:hover {
            background: #FCFAFA !important;
        }

        .danhsach table > tbody > tr.tieude2 > td {
            height: 25px;
            border-top: 1px solid #ddd;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
        }

            .danhsach table > tbody > tr.tieude2 > td:first-child {
                border-left: 1px solid #F0EFEF;
            }

            .danhsach table > tbody > tr.tieude2 > td:last-child {
                border-right: 1px solid #F0EFEF;
            }

    .danhsach table > tbody > tr.tieude:hover {
        background: #FCFAFA !important;
    }

    .danhsach table > tbody > tr.tieude > td,
    .danhsach table > tbody > tr.tieude > th,
    .danhsach table > thead > tr.tieude > th,
    .danhsach table > thead > tr.tieude > td {
        height: 30px;
        line-height: 13px;
        border-top: 1px solid #c9c9c9;
        border-left: 1px solid #c9c9c9;
        border-right: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
        background: #eee;
        text-align: center;
        color: black;
        font-weight: bold;
    }

        .danhsach table > tbody > tr.tieude > td:first-child, .danhsach table > tbody > tr.tieude > th:first-child {
            border-left: 1px solid #F0EFEF;
        }

        .danhsach table > tbody > tr.tieude > td:last-child, .danhsach table > tbody > tr.tieude > th:last-child {
            border-right: 1px solid #F0EFEF;
        }

.danhsach table {
    border: 0;
}

.danhsach table > tbody > tr > td {
    height: 36px;
    border-top: 0px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #F0EFEF;
    border-right: 1px solid #F0EFEF;
    padding: 8px 5px;
    font-size: 13px;
    position: relative;
}

.label {
    position: relative;
    top: -2px;
    font-size: 80%;
    line-height: 24px;
    left: -3px;
}

.danhsach table > tbody > tr:hover {
    cursor: pointer;
    background: #EFEFEF !important;
}

.danhsach table > tbody > tr:nth-of-type(odd) {
    background-color: #FCFAFA;
}

.danhsach table > tbody > tr.DarkGray-bg,
.danhsach table > tbody > tr.DarkGray-bg:hover {
    background-color: darkgray !important;
}
/*!
 * END DANHSACH
 */
span.numpager {
    background: #eee;
}

.danhsach table > tbody > tr > td .icon-xem,
.danhsach table > tbody > tr > td .icon-sua,
.danhsach table > tbody > tr > td .icon-datlich,
.danhsach table > tbody > tr > td .icon-user,
.danhsach table > tbody > tr > td .icon-in,
.danhsach table > tbody > tr > td .icon-an,
.danhsach table > tbody > tr > td .icon-hien,
.danhsach table > tbody > tr > td .icon-link {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
        font-size: 17px;
}

/*!
 * START PAGING
 */
.paping a.paging_item, .paping span, .paping .paging_btn {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #4C4A4A;
    margin-left: 2px;
    font-size: 13px;
    margin-right: 2px;
}

.paping a.paging_item {
    border: 1px solid #E0E0E0;
    color: #4C4A4A;
}

.paping span {
    border: 1px solid #E0E0E0;
    color: #FFFFFF;
        background: #0e3474;
}
a {
        color: #1c458b;
}
.paping .paging_btn {
    /*font-weight: bold;*/
    font-size: 14px;
    color: #333;
}

    .paping .paging_btn.aspNetDisabled {
        color: #757574;
    }

.paping .ddl_pagesize {
    width: 65px;
}

.paping .paging_label {
    line-height: 29px;
    color: #000;
    margin-left: 7px;
    margin-right: 3px;
    float: right;
}
.fleft {
    float: left;
}

.fright {
    float: right;
}

.icon_tienich
{
    float: left;
    width: 80px;
    height: 80px;
    padding: 25px;
       background: #d31515;
    color: #fff;
    font-size: 30px;
    position: relative;
    display: inline-block;
    top: 10px;
    margin-right: 20px;
}
.tienich_title
{
        color: #d31515;
    font-weight: bold;
    font-size: 15px;
}
.tienich_des{
    font-size:14px;
    color:#565656;
    line-height:18px;
    text-align:justify;
}
.serives_item
{
    padding:10px 15px;
}
.serives_item .form_radiobuttonlist 
{
    float:left;
    margin-right:10px;
}
.serives_item .title
{
    font-weight:bold;
    font-size:15px;
    color:#333;
    padding-bottom:10px;
}
.serives_item .title .title_price
{
    color:#5f021f;
    font-size:16px;
}
.serives_item .deriptrion
{
    font-size:14px;
    color:#565656;
}
/*RADIO*/


.css-checkbox input[type=checkbox],
.css-radio input[type=radio],
.form_checkboxlist input[type=checkbox],.form_radiobuttonlist input[type=radio]
 {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.css-checkbox input[type=checkbox] + label ,
.css-radio input[type=radio] + label ,
.form_checkboxlist input[type=checkbox] + label,
.form_radiobuttonlist input[type=radio] + label
    {
        padding-left: 27px;
        height: 22px;
        display: inline-block;
        line-height: 22px;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
    }
.css-checkbox input[type=checkbox][disabled="disabled"] + label ,
.form_checkboxlist input[type=checkbox][disabled="disabled"] + label

{
    background-position: 0 -44px;
}


.css-radio input[type=radio][disabled="disabled"] + label ,
.form_radiobuttonlist input[type=radio][disabled="disabled"] + label
{
    background-position: 0 -44px;
}


.css-checkbox input[type=checkbox]:checked + label,
.form_checkboxlist input[type=checkbox]:checked  + label
    {
        background-position: 0 -22px;
    }
.css-radio input[type=radio]:checked + label,
.form_radiobuttonlist input[type=radio]:checked  + label
    {
        background-position: 0 -22px;
    }

.css-checkbox input[type=checkbox][disabled="disabled"]:checked + label,
.form_checkboxlist input[type=checkbox][disabled="disabled"]:checked  + label
    {
        background-position: 0 -66px;
    }
.css-radio input[type=radio][disabled="disabled"]:checked + label,
.form_radiobuttonlist input[type=radio][disabled="disabled"]:checked  + label
    {
        background-position: 0 -66px;
    }

.form_checkboxlist label,
.css-checkbox label {
    background-image: url(images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form_radiobuttonlist label,
.css-radio label {
    background-image: url(images/radio.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.account_item
{
    display: -webkit-box;
    margin-top:5px;
}
.account_item input
{
    float:left;
    margin-right:10px;
}
.title_checkbox
{
    font-size:14px;
    font-weight:bold;
}
.title_checkbox .title_detail
{
    color:#6d0526 ;
}

.custom_tab{
    margin-left:15px;
    margin-right:15px;
    border-bottom:none;
}
.custom_tab li.active a,.custom_tab li.active a:hover,.custom_tab li.active a:focus{
     background-color: #e62381;
    color: #FFF;
    margin-right:0px;
}
.custom_tab li a{
        color: #e62381;
}
.custom_tab li a{
    border:none !important;
    border-radius: 1px 1px 0 0;
}
.tab-content .panel_info.panel.panel-default .panel-heading.custom_panel_heading{
    display:block !important;
    background-image:inherit !important;
    position: inherit !important;
    color: #4a4a4a !important; 
    background:#FFF !important;
}
.tab-content .panel_info.panel.panel-default .panel-heading.custom_panel_heading h4.panel-title{
    padding:8px;
    font-weight:bold;
    font-size:15px;    
    color: #333;
}
.btn_back{
        min-width: 90px;
        padding: 5px;
    border-radius: 1px;
    font-size: 14px;
}
div.panel.panel_custom.panel .panel_collapse{
        border: 1px solid #ddd !important;
    border-radius: 0px;
}
div.panel.panel_custom.panel .panel_collapse .panel-heading {
    background-image: inherit !important;
    color: #fff;
    display: block;
    position: inherit;
    background: #f1f1f1;
    border-bottom: 1px solid #3c8dbc !important;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow:none;
}
div.panel.panel_custom.panel .panel_collapse .panel-heading .panel-title{
    font-weight: bold;
    color: #5d5d5d;
    font-size: 15px;
}

.panel.panel-white.panel_collapse .panel-heading a.collapsed h4:after {
    content: "\e259";
}

.panel.panel-white.panel_collapse .panel-heading a h4:after {
    content: "\e260";
}

.panel.panel-white.panel_collapse .panel-heading a h4:after {
        position: inherit;
    width: 48px;
    height: 36px;
    z-index: 0;
    font-size: 16px;
    color: #3c8dbc;
    border-left: 1px solid #dddddd;
    padding-top: 0px;
    float: right;
    margin-top: -10px;
    margin-right: -10px;
    /* padding-right: 10px; */
    padding-top: 11px;
    right: 0px;
    padding-left: 15px;
    top: 0px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
module.css:892
.panel.panel-white.panel_collapse .panel-heading a h4:after {
    content: "\e260";
}
module.css?cdv=24:896
.panel.panel-white.panel_collapse .panel-heading a h4:after {
    position: absolute;
    width: 40px;
    height: 100%;
    z-index: 0;
    font-size: 16px;
    color: #3c8dbc;
    border-left: 1px solid #eee;
    padding-top: 10px;
    right: 0px;
    padding-left: 10px;
    top: 0px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.panel_custom .danhsach table > tbody > tr.tieude > td, .danhsach table > tbody > tr.tieude > th, .danhsach table > thead > tr.tieude > th, .danhsach table > thead > tr.tieude > td {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd !important;
    border-right: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid #dddddd;
    background: #f1f1f1;
    color: #5d5d5d;
    font-weight:bold;
    padding: 9px;
}

.panel_collapse .panel-heading a.view_danhsach{
    font-size:15px;
    text-decoration:none;
    cursor:pointer;
}

 #crouton{
        margin-top: 15px;
    margin-bottom: 45px;
    margin-left: 5px;
 }
 #crouton ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    list-style: none;
}

#crouton li {
    float: left;
    margin: 0 10px;
    font-size:14px;
}

#crouton a {
        background: #ffffff;
    padding: 0.6em 1em;
    float: left;
    text-decoration: none;
    color: #d51718;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    position: relative;
    border: 1px solid #1c458b;
}
#crouton a.active{
        color: #d81a1b;
    background: #ffffff;
    padding: 0.6em 0.2em;
    border: none;
    font-weight: normal;
}
#crouton li:not(:first-child) > a.active::before{
     border-color: #FFF #FFF #FFF transparent;
}
#crouton li:not(:first-child) > a.active::after{
    border-left: 1em solid #FFF;
}

#crouton a:hover {
    --background: #e4217f;
    --color: #FFF;
}

#crouton li:not(:first-child) > a::before {
        content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color: #1c458b #1c458b #1c458b transparent;
    left: -1em;
}

#crouton li:not(:first-child) > a:hover::before {
       --border-color: #1c458b #1c458b #1c458b transparent;
}

#crouton li:not(:last-child) > a::after {
      content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid #1c458b;
    right: -1em;
}

#crouton li:not(:last-child) > a:hover::after {
    --border-left-color: #1c458b;
}
.custom_button{
        background: #1c458b;
    color: #FFF;
    border-radius: 1px;
    border: none;
    padding: 6px 13px;
    text-shadow: none;
}
.custom_button:hover,.custom_button:focus,.custom_button:active{
        background: #1c458b !important;
    color: #FFF !important;
}
.custom_button_back{
    border-radius: 1px;
}
.icon_chonngay{
    float: right;
    margin-top: 5px;
    margin-left: 10px;
}
.baoloi{
   padding: 10px 10px 10px 10px;
    margin: 10px 0;
    border: 1px solid #ebcdcd;
    border-left-width: 1px;
    border-radius: 1px;
    border-left: 2px solid #FFF;
    border-left-color: #a94442;
    color: #a94442;
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px;
}
.icon_dadk{
    float: left;
    width: 25px;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-right: 5px;
    background:red;
}
.icon_chuadk{
    float: left;
    width: 25px;
    margin-bottom: 8px;
    border: 1px solid #bbb;
    margin-left: 5px;
    margin-right: 5px;
}
.color_red{
    color:red;
}
.danhsach_chongio table label{
    font-weight:normal !important;
}
.danhsach_chongio table tr.tieude{
    display:none;
}
.danhsach_chongio table tbody tr td{
    padding:0px 0px 0px 0px !important;
    height: auto;
}
.danhsach_chongio table > tbody > tr > td {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #F0EFEF;
    border-right: 1px solid #F0EFEF;
        padding: 7px 0px 7px 0px !important;
    position: relative;
}
.icon_quahan {
    color: transparent !important;
    border: 1px solid #c0c0c0;
    background: #a2a2a2;
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .dnn_logo img{
        width:100px;
    }
    .title-website {
        font-size:22px;
        padding-top: 20px;
    }
    .title-website-sub{
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 1200px) {
    .list-group-item{
            padding: 10px 10px !important;
    }
}

@media only screen and (max-width: 768px) {
    .title-website{
        padding-top:0px;
    }
    .panel_info.panel.panel-default .panel-heading{
            padding: 8px 15px !important;
        font-size: 13px !important;
    }
}
.loadding{
        width: 95%;
    background: #00000005;
    z-index: 999;
    text-align: center;
    position: absolute;
    height: 80%;
    padding-top: 15%;
}
.button_refresh{
    padding: 5px 10px;
    background: none;
    box-shadow: none;
     color: #1c458b;
    font-size: 15px;
    box-shadow:none;
    border:none;
}
.button_refresh:hover, .button_refresh:active, .button_refresh:focus{
    padding: 5px 10px;
    background: none !important;
    box-shadow: none !important;
     color: #1c458b!important;
    font-size: 15px;
    box-shadow:none;
    border:none;
}
.hien {
    display:block;
}
.an {
    display:none;
}
