﻿
body {
    font-size: 1.2em;
    background: #eaeaea;
}

a {
    color: inherit;
}

.BodyRight {
    background: #fff;
    padding: 0;
    margin: 0;
}

    .BodyRight header {
        background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.9em;
    }

.gioithieu {
    padding: 5px 13px 0px 13px;
    background: rgba(0,0,0,0.2);
    width: 85px;
    height: 37px;
    border-right: 1px solid rgba(0,0,0,0.2);
    text-transform: none;
    font-variant: small-caps;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
}

.BodyRight header a {
}
/*MENU*/
#Menu {
    position: absolute;
    margin: 6px 0px 0px 100px;
}
#Menu .nav-tabs > li > a > i {
    font-size: 20px;
}
#Menu .nav-tabs > li {
    padding: 0px 1px;
}

#Menu .nav-tabs > li > a {
    color: #fff;
}

#Menu .nav-tabs > li > a:hover, #Menu .nav-tabs > li.active > a {
    color: #333;
    background:  rgb(222,239,255);
}

.ulMenu {
    position: absolute;
    background: #fff;
    z-index: 99;
    width: 240px;
    line-height: 18px;
    border: 1px solid #ddd;
    border-top: none;
    padding: 5px 0px;
    text-transform: none;
    font-size: 12px;
    text-shadow: 1px 1px rgba(0,0,0,0.1);
    box-shadow:  0 5px 6px -1px #777;
  background: rgb(222,239,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(222,239,255,1) 0%, rgba(152,190,222,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,239,255,1)), color-stop(100%,rgba(152,190,222,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-9 */

}

    .ulMenu li {
        padding: 0px 8px;
        list-style: none;
    }
.MenuLevel2 {
    position: absolute;
    left: 50%;
    background: #fcfff4; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfff4 0%, #e9e9ce 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#e9e9ce)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fcfff4 0%,#e9e9ce 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 ); /* IE6-9 */
}

.MenuLevel3 {
    position: absolute;
    left: 50%;
    background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs li:hover a {
        border-bottom: none;
    }

    .nav-tabs li a {
        color: #333;
        display: inline-block;
        width: 100%;
        line-height: 25px;
    }

    .nav-tabs li li:hover {
        background: #fcfff4; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfff4 0%, #e9e9ce 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#e9e9ce)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fcfff4 0%,#e9e9ce 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 ); /* IE6-9 */
 }

    .nav-tabs li a:hover {
        text-decoration: none;
    }
/*END MENU*/
.BodyRight #body {
    padding: 0px 0px 20px 0px;
}

.BodyRight footer {
    padding: 0px 12px 0px 12px;
}

/*LOGIN*/
.jtable-question-item {
    font-weight: bold;
}

.jtable-question-item-answer .chartcircliful {
    height: 30px;
}
div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container span.jtable-column-header-text {
    display: block;
}
.Login .Logo {
    background: red;
    margin: auto;
    width: 100%;
    margin-top: 100px;
    height: 80px;
}

    .Login .Logo img {
        position: relative;
        top: -20px;
    }

.Login .LogoHr {
    background: red;
    height: 35px;
    display: block;
}

#FormLogin {
    background: url('/Images/loginstar.png') no-repeat center center;
    margin: auto;
    width: 800px;
    padding: 20px 0px 20px 0px;
}

    #FormLogin input[type='submit'] {
        background: red;
    }

    #FormLogin label {
        color: #c00;
    }

    #FormLogin .LoginTitle {
        color: #cc0000;
        line-height: 35px;
        font-size: 1.1em;
        font-weight: bold;
    }

body.Login {
    background: #f5ede3; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #f5ede3 0%, #f1dfc9 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f5ede3), color-stop(100%,#f1dfc9)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #f5ede3 0%,#f1dfc9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #f5ede3 0%,#f1dfc9 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #f5ede3 0%,#f1dfc9 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #f5ede3 0%,#f1dfc9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ede3', endColorstr='#f1dfc9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

    body.Login .LoginTitleChild {
        color: #cc0000;
        font-size: 1.1em;
        font-weight: bold;
    }

    body.Login .LoginLeft {
        padding-right: 40px;
        border-right: 1px solid rgba(0,0,0,0.2);
    }

    body.Login .LoginRight {
        color: #333;
        line-height: 2em;
        padding-left: 40px;
    }

    body.Login li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    body.Login ul, body.Login ol {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-left: 20px;
    }
/*END LOGIN*/
/*SEARCH*/
.KeywordTag {
    margin-left: 4px;
    cursor: pointer;
}

ul.auto-complete-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1500;
    max-height: 250px;
    overflow: auto;
}

#btnLogout {
    background: #560000; /* Old browsers */
    background: -moz-linear-gradient(top, #560000 0%, #cc0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#560000), color-stop(100%,#cc0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #560000 0%,#cc0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #560000 0%,#cc0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #560000 0%,#cc0000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #560000 0%,#cc0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#560000', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
    font-size: 11px;
    margin-top: 0;
    padding: 10px 35px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.ui-autocomplete-input {
    background: url('/Images/autocomplete.png') no-repeat right center;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/*END SEARCH*/

/*JTABLE*/
.Jrow1 {
}

.Jrow2 {
    opacity: 0.6;
}
/*END JTABLE*/

/*SELECT2*/
.select2-container {
    width: 100%;
}

    .select2-container .select2-choices {
        border: 1px solid #ccc;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
/*END SELECT2*/

/**MENU*/
[id^="dialog-form-"] .col-xs-12, [id*="dialog-form-"] .col-xs-12 {
    margin: 0px 0px;
    clear: both;
}

[id^="dialog-form-"] .form-control, [id*="dialog-form-"] .form-control {
    border: 1px solid #aaa;
    font-weight: bold;
    padding: 2px 5px 0px 5px;
    height: 26px;
}

[id^="dialog-form-"] .input-group, [id*="dialog-form-"] .input-group {
    width: 100%;
}

[id^="dialog-form-"] .label-lg, [id*="dialog-form-"] .label-lg {
    background: none;
    border: none;
    width: 240px;
    text-align: right;
} 
[id^="dialog-form-"] .label-xlg, [id*="dialog-form-"] .label-xlg {
    background: none;
    border: none;
    width: 350px;
    text-align: right;
}
[id^="dialog-form-"] .label-fu2, [id*="dialog-form-"] .label-fu2 {
    background: none;
    border: none;
    width: 180px;
    text-align: right;
}

[id^="dialog-form-"] .label-fu, [id*="dialog-form-"] .label-fu {
    background: none;
    border: none;
    width: 140px;
    text-align: right;
}
[id^="dialog-form-"] .label-fu0, [id*="dialog-form-"] .label-fu0 {
    background: none;
    border: none;
    width: 100px;
    text-align: right;
}
[id^="dialog-form-"] .label-fu-1, [id*="dialog-form-"] .label-fu-1 {
    background: none;
    border: none;
    width: 80px;
    text-align: right;
}

[id^="dialog-form-"] .label-sm, [id*="dialog-form-"] .label-sm {
    background: none;
    border: none;
    width: 90px;
    text-align: right;
}

[id^="dialog-form-"] .label-nm, [id*="dialog-form-"] .label-nm {
    background: none;
    border: none;
    text-align: right;
}

.label-ic {
    min-width: 35px;
}

[for]:not([for=""]) {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

[id^="dialog-form-"] .select2-container .select2-choice, [id*="dialog-form-"] .select2-container .select2-choice {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-color: #aaa;
    font-weight: bold;
}


[id^="dialog-form-HoSo"], [id*="dialog-form-HoSo"] {
    background: #dfdfdf;
    border: 1px solid #dfdfdf;
    border-top: none;
    padding: 10px 0px 5px 0px;
}

.ui-dialog-titlebar {
    background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

border: none;
    color: #eee;
}
div.jtable-main-container div.jtable-title {
    background: rgb(59,103,158); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}

.nav-tabs li a {
    padding: 2px 5px;
    color: #000;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #dfdfdf; 
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #dfdfdf;
}
.ui-widget-content {
    background: #fff;
    border: solid #ddd 1px;
    -webkit-box-shadow:0 0px 4px rgba(0, 0, 0, 0.2);
       -moz-box-shadow:0 0px 4px rgba(0, 0, 0, 0.2);
            box-shadow:0 0px 4px rgba(0, 0, 0, 0.2);
}

.space15 {
    clear: both;
    height: 15px;
}

.space10 {
    clear: both;
    height: 10px;
}

.HoSo-Left {
    display: block;
    width: 19%;
    float: left;
    margin: 0% 1% 0% 0%;
}

.HoSo-Right {
    display: block;
    width: 80%;
    float: left;
}

/*JTABLE*/
div.jtable-main-container {
    font-family: sans-serif !important;
    font-size: 13px;
    line-height: 1;
    /*font-weight: 300;
  font-size: 14px;
  background: #fff;
  line-height: 1.3;*/
}

    div.jtable-main-container > div.jtable-title {
        background-color: #0b67cd;
        padding-left: 10px;
    }

        div.jtable-main-container > div.jtable-title div.jtable-title-text {
            font-family: sans-serif !important;
            /*font-weight: 300;
  font-size: 19px;
  line-height: 34px;
  color: #fff;*/
        }

#HoSoAnhZone {
    width: 100%;
    height: 180px;
}
#HoSoAnhZone #HoSoAnhCrop{
    width: 100%;
    height: 175px;
    border: 2px solid rgba(0,0,0,0.2);
    overflow: hidden;
    margin-bottom: 4px;
}
#HoSoAnhZone img {
    width: 100%;
}
#HoSoAnhZone #progress{
    position: relative;
    top: -45px;
    opacity: 0.5;
    margin-left: 2px;
    margin-right: 2px;
    display: none;
}
.ul-tree-main{
    padding:0;
    margin:0;
    list-style-type:none;
}
.ul-tree-main > li{
    font-weight:bold;
}
.ul-tree-main li{
    padding:2px 1px;
    font-size:13px;
    cursor:pointer;
}
.ul-tree-main li a.tree-click:hover{
   color:#2200ff;
}
.tree-con{
    padding-left:10px;
    list-style-type:none;
}
.tree-con >li {
   font-weight:normal;
}
.ui-widget-overlay {
    background: none repeat scroll 0 0 #000;
    opacity: 0.7;
}
.table-functions{
     line-height: 0;
}
.table-functions i.fa{
    font-size:16px;
}
a:focus {
    outline: none;
}
.table-left{

}
.tab-content{
    background-color:#DDD;
}
.tabs-left > .nav-tabs{
    width:23%;
     float: left;
}
.tabs-left > .nav-tabs > li{
   margin-right:-3px;
}
.tabs-left > .tab-content{
    width:77%;
     float: left;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}


.tab-content > .active {
  display: block; 
}
.tabs-left > .tab-content > .active { 
  border:2px solid;
  border-color:  #80A6D3;
  min-height:400px;
}
#dialog-form-HoSoCongTac,#dialog-form-HoSoQuaTrinhChucVu,#dialog-form-HoSoQuaTrinhCongTac,#dialog-form-HoSoQuaTrinhNuocNgoai{
    background-color:#F5F5EE;
    min-height:400px;
     border-style: none;
}
div.div-right-tab{
    background-color:#F5F5EE;
     min-height:400px;
      border-style: none;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs { 
  margin-right: 0;
  border-right: 1px solid #ddd;
 
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-width:2px;
  border-color: #80A6D3 transparent #80A6D3 #80A6D3;
  *border-right-color: #ffffff;
  background-color:#F5F5EE;

}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

#Tab-HoSoChinh > li > a{
    padding-left:30px;
    padding-right:30px;
    font-weight:bold;
    color:#4d4d4d;
}
#HoSoGhiChu-Items{
    margin-top:10px;
}
#HoSoGhiChu-Items .HoSoGhiChu-Item{
    background-color: #f6fed6;
    border: 1px solid rgba(125, 185, 232, 1);
    border-radius: 4px;
    margin-bottom: 3px;
    padding: 5px;
    position:relative;
}
#HoSoGhiChu-Items .HoSoGhiChu-Item i.fa{
    position:absolute;
    top:2px;
    right:5px;
    cursor:pointer; 
    font-size:18px;
}
#HoSoGhiChu-Items .HoSoGhiChu-Item .ghichu-title{
    margin-bottom:2px;
    
}

#HoSoGhiChu-Items .HoSoGhiChu-Item .ghichu-title span{

}

#HoSoGhiChu-Items .HoSoGhiChu-Item .ghichu-noidung{
    padding:5px;
    margin:0;
}
#CMSTabs .ui-widget-header{
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
#CMSTabs.ui-widget-content {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}
.ui-tabs .ui-tabs-panel {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}
.ui-tabs .ui-tabs-nav{
    padding: 0;
    margin: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    padding: 6px 2px 4px 7px;
    margin: 0;
}
.text-right {
    display: block;
    text-align: right;
}
.text-center {
    display: block;
    text-align: center;
}
.TreeHoSoItem {
    padding: 2px 0px 2px 6px;
}
.TreeHoSoItem:hover {
    
    background: rgb(64,150,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(64,150,238,1) 0%, rgba(64,150,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,150,238,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */

color: #fff;
    border: 1px solid rgba(41,137,216,1);
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.TreeHoSoItem.active {
    background: rgb(64,150,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(64,150,238,1) 0%, rgba(64,150,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,150,238,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */

    cursor: pointer;
    border: 1px solid rgb(30,87,153);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}
.DivListZone {
    background: #fff;
    border: #ddd 1px solid;
    cursor: pointer;
    height: 120px;
    overflow: auto;
}
.select {
    background: rgb(64,150,238);
    color: #fff;
}
.hover {
    /*background: rgba(0,0,0,0.2);*/
}
.div-disable{
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    opacity:0.1;
    background-color:#000;
    cursor:not-allowed;
}
.log {
    font-weight: bold;
}
.lognangluong {
    color: rgba(41,137,216,1);
}
.logdeletehoso {
    color: #c00;
}
.logloginfalse {
    color: #f90;
    font-weight: bold;
}

@-moz-document url-prefix() { 
  .ui-icon, .ui-icon-close {
    float: left;
    }
}
.test {
    background: red;
}
.hoso-phienbanluu {
    background: #f1f2f3;
    margin-bottom:5px;
}
    .hoso-phienbanluu span {
        float: left;
        padding: 2px 10px;
    }
.hoso-phienbanluu ul li {
    float: left;
    list-style: none;
    padding: 2px 10px;
}
    .hoso-phienbanluu ul li a {
        text-decoration: none;
        padding: 2px 5px;
    }
        .hoso-phienbanluu ul li a:hover, .hoso-phienbanluu ul li a.active {
            background: #f00;
            color:#fff;
        }
    .hoso-phienbanluu .phienban-hoso{
        border: 3px solid #f00;
        color: #f00;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        display: none;
    } 
    .red{
        color: red;
    }
.green {
    color: green;
}
.yellow{
    color: yellow;
}
.modal-lg {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.select2-drop-active {
    z-index: 99999 !important;
}

#hosoFormNew .col-left {
    height: 500px;
    overflow-x: hidden;
    overflow-y: hidden;
}

#hosoFormNew .col-right {
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-level-1 {
    z-index: 10051 !important;
}

.modal-level-2 {
    z-index: 20051 !important;
}
.list-inline{
    margin-right: 20px;
}
.list-inline li {
    background: rgba(0,0,0,0.1);
    padding: 3px 12px 3px 12px;
    margin: 0px 3px;
    font-size: 12px;
    cursor: pointer;
}
.list-inline li.active {
    background: rgba(152,190,222,1);
}
.pointer {
    cursor: pointer;
}
.menu2 li.error a{
    color: red;
}
input.error{
    border-color: red;
}
.input-group.error {
    background: rgb(250, 188, 188);
}
ul#HosoListDuyet {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
ul#HosoListDuyet li{
    list-style: none;
    margin-bottom: 2px;
}
.spinner-wrap {
    z-index: 999999999999999;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    text-align: center;
    color: cornflowerblue;
}
.spinner {
    width: 40px;
    height: 40px;
    background-color: cornflowerblue;
    margin: 100px auto 20px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
.spinner2 {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto 20px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: cornflowerblue;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
#MenuList ul.menu1 {
    padding: 0;
}
#MenuList ul.menu2 {
    padding-left: 20px;
}
#MenuList li {
    list-style: none;
}
#MenuList ul.menu1 li {
    font-weight: bold;
}
#MenuList ul.menu2 li a{
    font-weight: normal;
}
.modal-dialog#dialog-form-HosoFormNew {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
}

    .modal-dialog#dialog-form-HosoFormNew > .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }