@CHARSET "UTF-8";
body,html {
    height: 100%;
    background: #EEF0F2;
    color: #000000;
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
        width: 100%;
        margin: 2px 0;
    }
}

/* Footer */
.footer-panel {
    height: 4.5em;
    background-color: #D6DCE2;
}
.footer-main {
    height: 2em;
    color: #fff;
    width: 100%;
    margin-top: 12px;
    background-color: #005A86;
}
.wrapper-main {
    min-height: 100%;
    height: auto;
    margin: 0 auto -26px;
    padding-bottom: 15px;
}
.breadcrumb {
    /*padding: 6px 15px 6px 9px!important;*/
    padding: 0;
    margin-bottom: 5px;
    background: #FFFFFF;
    border: 1px solid #E6DDDD;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
}
.breadcrumb.fixed-breadcrumb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #414445;
    background: rgba(0,0,0,0.8);
    margin-left: 15px;
}

.breadcrumb.fixed-breadcrumb li, .breadcrumb.fixed-breadcrumb li a, .breadcrumb.fixed-breadcrumb li a:hover, .breadcrumb.fixed-breadcrumb li span {
    color: #FFF !important;
    text-shadow: none;
}

.breadcrumb > li:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: -3px;
    width: 21.43px;
    height: 21px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: " ";
}
.breadcrumb > li:first-child {
    font-weight: bold;
    color: #436f9e;
}
.breadcrumb>li {
	cursor: pointer;
    display: inline-block;
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    line-height: 30px;
}
.breadcrumb>li:hover{
    color: #436f9e;
}
.breadcrumb>li>a {
    color: #000 !important;
    text-decoration: none !important;
}
.breadcrumb>li>a:hover{
    color: #436f9e !important;
}
.breadcrumb-content {
    position: relative;
}

/* 30/03/2017 MagRabbit_HuyTran Add START */
.heb-help-icon {
	float: right;
	background-image: url(../../images/dcm_help.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 28px;
	height: 28px;
	padding: 0px;
	display: none;
}

.heb-help-panel {
	min-width: 150px;
	min-height: 130px;
	max-width: 550px;
	max-height: 900px;
	background-color: white;
	border: 1px solid blue;
	border-radius: 15px;
	z-index: 10;
	display: none;
	position: absolute;
	padding: 10px;
}

.heb-help-panel > div > p >span > font >img {
    text-indent: 0px;
}

.heb-help-panel ul {
	padding-left: 30px;
}
.heb-setting-panel {
	min-width: 300px;
	min-height: 300px;
	max-width: 600px;
	max-height: 600px;
	background-color: white;
	border: 1px solid blue;
	border-radius: 15px;
	z-index: 10;
	display: none;
	position: absolute;
	padding: 10px;
}

.heb-setting-panel ul {
	padding-left: 30px;
}

.heb-info-help-panel {
    min-width: 150px;
    min-height: 130px;
    max-width: 550px;
    max-height: 900px;
    background-color: white;
    border: 1px solid blue;
    border-radius: 15px 15px 0 0;
    z-index: 10;
    display: none;
    position: absolute;
    padding: 0px;
}

.glyphiconss {
	opacity: 0.4;
}

.glyphicon:hover {
    color: #000;
    filter: alpha(opacity=50);
    opacity: 1;
}
/* 30/03/2017 MagRabbit_HuyTran Add END */

.inline-btn-wrap {
    display: inline-block;
    cursor: pointer;
}
#contentMainNav {
    margin-bottom: 5px;
    background-color: #454F52;
    min-height: 30px;
    clear: both;
}
#contentMainNav a{
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
#contentMainNav .navbar-nav > li {
    margin-right: 10px;
    margin-top: 1px;
}
#contentMainNav .navbar-nav > li > a {
    padding: 2px 15px;
}
#contentMainNav .navbar-nav > li > a:focus, #contentMainNav .navbar-nav > li > a:hover {
    background-color: #292727;
    border-radius: 4px;
}
#contentMainNav ul li ul li a:hover {
    background-color: #292727;
}
#contentMainNav ul li ul li a {
    color: #FFFFFF;
}
#contentMainNav .navbar-nav>.active>a {
	border-radius: 4px;
    background-color: #292727;
}
#contentMainNav .dropdown-menu>.active>a {
    background-color: #111213;
    background-image: url('../../images/bullet_selected.png');
    background-position: 8px 50%;
    background-repeat: no-repeat;
}
.dropdown-submenu {
    position: relative;

}
.dropdown ul{
		background-color:black;
		background-color: #454F52;
		z-index: 10000;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown:hover>.dropdown-menu{
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* fix color of bootstrap-select */
.bootstrap-select>.dropdown-toggle>span {
    color: #000000;
}

.tooltip.top .tooltip-arrow {
    border-top: 5px solid #EA5757;
}
.tooltip.right .tooltip-arrow {
    border-right: 5px solid #EA5757;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom: 5px solid #EA5757;
}
.tooltip.left .tooltip-arrow {
    border-left: 5px solid #EA5757;
}
.tooltip-inner {
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #EA5757;
    border-radius: 4px;
}

.notifications.top-right {
    top: 146px;
    right: 0px;
    left: 0px;
    position: fixed;
}
.notifications .close {
    padding-left: 5px;
    padding-top: 5px;
    font-size: 17px;
}
.notifications .alert .glyphicon  {
    padding-right: 10px;
    padding-top: 5px;
    top: 3px;
    font-size: 16px;
}
.notifications .alert-success {
    color: #036105;
    background-color: #18E85D;
    border-color: transparent;
}
.notifications .alert-danger {
    color: #a94442;
    background-color: #FFDFDF;
    border-color: #F5BAC4;
}
.notifications .alert {
    padding: 9px 9px 11px 9px;
    border-radius: 4px;
    width: 40%;
    margin: auto;
    margin-bottom: 7px;
    float: none;
    color: white;
}

.main-box{
	min-height:200px;
}
/* Show small-loadding for autocomplete by DuyenLe*/
.clearer-class {
    float: right;
    cursor: pointer;
    position: absolute;
    background-image: url('../../images/wait.gif');
    z-index: 9;
    top: 6px;
    right: 23px;
    height: 16px;
    width: 16px;
}
.haveAddon {
	right: 27px !important;
}
/* End small-loadding*/
.red {
    color: red;
}
.gray-shadow-background {
	background: #ffffff;
    background: -webkit-linear-gradient(#ffffff, #e0e0e0);
    background: -o-linear-gradient(#ffffff, #e0e0e0);
    background: -moz-linear-gradient(#ffffff, #e0e0e0);
    background: linear-gradient(#ffffff, #e0e0e0);
}

.dataTables_wrapper {
	padding: 0;
}

.table-bordered {
    border: 1px solid #696969;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-color: #696969;
}

table.table-no-scroll {
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
table.table-border-collapse {
	border-collapse: collapse;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border: 1px solid #696969;
}

table.table-border-collapse.no-footer {
    border-bottom: 1px solid #696969;
}

.table-border-collapse>tbody>tr>td, .table-border-collapse>tbody>tr>th, .table-border-collapse>tfoot>tr>td, .table-border-collapse>tfoot>tr>th, .table-border-collapse>thead>tr>td, .table-border-collapse>thead>tr>th {
	border-color: #696969;
}
.input-group-custom {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-custom>.input-group-item {
	display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0;
    padding-left: 12px;
    line-height: 1;
    text-align: center;
}

.input-group-sm>.input-group-item {
    height: 30px;
    padding: 0;
    padding-left: 10px;
    line-height: 1.5;
}

input{
	-o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/* fix bugs on Ipad
Autocomplete: Must click two times to select an item in iOS */
.ui-widget-content a {
    cursor: pointer;
}
/* Select dropdown custom caret */
.custom-select .caret {
	border-top: 4px dashed;
    border-bottom: 4px;
}
textarea {
    resize: none;
}

table.dataTable thead .sorting {
    background-image: url("../../images/sort_both.png")
}
table.dataTable thead .sorting_asc {
    background-image: url("../../images/sort_asc.png")
}
table.dataTable thead .sorting_desc {
    background-image: url("../../images/sort_desc.png")
}
table.dataTable thead .sorting_asc_disabled {
    background-image: url("../../images/sort_asc_disabled.png")
}
table.dataTable thead .sorting_desc_disabled {
    background-image: url("../../images/sort_desc_disabled.png")
}

.table-dcm-style-1>tbody>tr>td, .table-dcm-style-1>tbody>tr>th {
	border-bottom: none;
    border-top: none;
}

.table-dcm-style-1>tbody>tr.odd {
    background-color: #eff3fa;
}

.table-dcm-style-1>tbody>tr.even {
    background-color: #ffffff;
}

/* .table-dcm-style-1>tbody>tr:nth-of-type(odd) {
    background-color: #eff3fa;
} */

.table-dcm-style-1>tbody>tr:hover {
    background-color: #cedbef;
}

.table-dcm-style-1>tbody>tr.selected {
    background-color: #a8c6ee !important;
}

.white-box-shadow {
	padding: 6px 15px!important;
    margin-top: 5px;
    background: #FFFFFF;
    border: 1px solid #E6DDDD;
    border-radius: 3px;
    margin-bottom: 15px;
    box-shadow: 3px 6px 9px -1px rgba(50, 50, 50, 0.76);
}

.control-buttons {
    text-align: right;
    padding: 0;
    margin: 0;
}

.control-buttons li {
	padding-right: 10px;
    list-style: none;
    margin-top: -21px;
    display: inline;
}

.btn-icon {
	cursor: pointer;
	display: inline-block;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
	text-align: center;
    vertical-align: middle;
    line-height: 8px;
}

.btn-icon > * {
	height: 20px;
    width: 20px;
}


.btn-icon[disabled] {
    cursor: not-allowed !important;
}

.btn-icon[disabled] > * {
	pointer-events: none;
	color: #9E9E9E !important;
}

.save-icon {
	background-image: url('../../images/save.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-size: 100% 100%;
    display: inline-block;
}

.btn-icon[disabled] > .save-icon {
	background-image: url('../../images/save_disabled.png');
}

.blockUI.blockMsg.blockPage {
	z-index: 2011 !important;
}

.blockUI.blockOverlay {
	z-index: 2000 !important;
	background-color: #e9e9e9 !important;
}

.text-truncate-ellipsis {
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}

.row-no-padding {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.form-no-padding .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.form-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.modal-title {
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
}
.modal-footer button{
	width:	70px;
}
.modal-footer, .modal-header{
	padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
/*.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}*/
.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.block{
    min-height: calc(100vh - 210px) !important;
    overflow: hidden !important;
}
.blockUI.blockMsg{
	z-index: 2011 !important;
	top: 200px;
}
table>thead>tr>th {
	text-overflow: ellipsis;
	white-space: nowrap;
}
.modal-backdrop.fade {
	background-color: #E2E4E6;
    opacity: 0.6 !important;
}
.none-block {
	position: relative;
	width: 100%;
	background: #EEF0F2;
	z-index: 5000;
}
.back-drop-overlap-none-block {
	z-index: 5100 !important;
    background-color: #000 !important;
    opacity: .5 !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.modal.modal-overlap-none-block {
	z-index: 5101 !important;
}
div.datepicker, div.tooltip{
	z-index: 6000 !important;
}
.modal-open{
	padding-right: 0px !important;
	overflow-x: hidden;
	overflow-y: auto;
}
.modal {
    visibility: hidden;
	overflow: visible !important;
	top: 30%;
	z-index: 5000 !important;
}
/* .modal.bootbox {
	top: 50%;
} */
.modal-dialog .modal-body {
    max-height: 500px;
    overflow-y: auto;
}
.modal-dialog {
    visibility: visible;
    display: inline-block;
    text-align: left;
    top: -120px;
    vertical-align: middle;
    outline: none;
}
.modal .modal-dialog {
    margin: 0px !important;
}
/*.bootbox .modal-dialog {
    display: inline-block;
    text-align: left;
	position: fixed;
	vertical-align: middle;
	top: 35%;
    left: 50%;
    margin: 0 0 0 -300px;
}*/
.has-error{
    border-color: #a94442 !important;
}
.min-width-1240 {
    min-width: 1240px;
}
.datepicker-days{
	font-size: 12px;
}
.ui-widget-content{
	border-color: #716e6e;
}
.glyphicon{
	color: #333 !important;
}
.dropdown-menu {
	border-color: #716e6e !important;
	z-index: 6000 !important;
}
ul.dropdown-menu {
    max-height: 255px !important;
}
ul.ui-autocomplete{
	z-index: 6000 !important;
}
.unselectable {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}
#fill-window {
	position:fixed !important;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: -1;
}
.no-scrollx {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.col-xs-10-pct, .col-sm-10-pct, .col-md-10-pct, .col-lg-10-pct,
.col-xs-20-pct, .col-sm-20-pct, .col-md-20-pct, .col-lg-20-pct,
.col-xs-30-pct, .col-sm-30-pct, .col-md-30-pct, .col-lg-30-pct,
.col-xs-40-pct, .col-sm-40-pct, .col-md-40-pct, .col-lg-40-pct,
.col-xs-50-pct, .col-sm-50-pct, .col-md-50-pct, .col-lg-50-pct,
.col-sm-25-pct, .col-sm-45-pct {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-10-pct {
    width: 10%;
    float: left;
}
.col-xs-20-pct {
    width: 20%;
    float: left;
}
.col-xs-30-pct {
    width: 30%;
    float: left;
}
.col-xs-40-pct {
    width: 40%;
    float: left;
}
.col-xs-50-pct {
    width: 50%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-10-pct {
        width: 10%;
        float: left;
    }
    .col-sm-20-pct {
        width: 20%;
        float: left;
    }
    .col-sm-25-pct {
        width: 25%;
        float: left;
    }
    .col-sm-30-pct {
        width: 30%;
        float: left;
    }
    .col-sm-40-pct {
        width: 40%;
        float: left;
    }
    .col-sm-45-pct {
        width: 45%;
        float: left;
    }
    .col-sm-50-pct {
        width: 50%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-10-pct {
        width: 10%;
        float: left;
    }
    .col-md-20-pct {
        width: 20%;
        float: left;
    }
    .col-md-30-pct {
        width: 30%;
        float: left;
    }
    .col-md-40-pct {
        width: 40%;
        float: left;
    }
    .col-md-50-pct {
        width: 50%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-10-pct {
        width: 10%;
        float: left;
    }
    .col-lg-20-pct {
        width: 20%;
        float: left;
    }
    .col-lg-30-pct {
        width: 30%;
        float: left;
    }
    .col-lg-40-pct {
        width: 40%;
        float: left;
    }
    .col-lg-50-pct {
        width: 50%;
        float: left;
    }
}

.flex-form {
    display: table;
    width: 100%;
}

.flex-form-group {
    display: table-row;
    line-height: 25px;
}

.flex-form-group .flex-form-item:last-child {
    width: 99%;
}

.flex-form-label {
    display: table-cell;
    font-weight: 700;
    line-height: 25px;
    white-space: nowrap;
    padding-right: 20px;
    padding-bottom: 7px;
    vertical-align: top;
}

.flex-form-item {
    display: table-cell;
    position: relative;
    line-height: 25px;

}

.flex-form-item .required-star {
    top: 5px;
}

.btn.btn-normal {
    width: auto;
}

.warning-session-timeout{
    position: fixed;
    padding: 5px 5px 0px 15px;
    width: 101%;
    color: black;
    z-index: 9999;
    top: 0;
    left: 0;
}

.danger-session-timeout{
    position: fixed;
    padding: 10px;
    width: 101%;
    color: black;
    z-index: 9999;
    top: 0;
    left: 0;
}

#extend-session-btn{
    margin-bottom: 10px;
    padding-top: 3px;
    line-height: 17px;
    font-weight: 700;
    border: 1px solid #9e9e9e;
    border-radius: 3px;
    background: linear-gradient(#fff,#e7e4de);
}

#sectionLogin {
    position: absolute;
    top: -34px;
    right: 0;
}

.announcements {
    position: relative;
    z-index: 200;
    width: 32px;
    height: 36px;
    vertical-align: middle;
    background: none !important;
    visibility: hidden;
    display: inline-block;
    padding: 0 !important;
    z-index: 300;
}

.announcements.show-announcement {
    visibility: visible;
}

.announcements a {
    z-index: 300;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #371cec;
    display: inline-block;
    height: 32px;
    width: 36px;
    z-index: 300;
}

.announcements:hover a.important {
    background-color: #fff !important;
    border-radius: 5px 5px 0 0;
    border: 1px solid #ccc;
    border-bottom: none;
}
.announcements:hover .announcements-sub {
    display: inline-block;
}

.announcements .announcements-sub {
    top: 31px;
    left: -170px;
    margin: 0;
    position: absolute;
    width: 370px;
    border: 1px solid #ccc;
    background: none repeat scroll 0 0 #fcfcfc !important;
    /* z-index: 200; */
    z-index: -1;
    border-radius: 10px;
    white-space: normal;
    padding: 0;
    display: none;
    max-height: 500px;
    overflow-y: auto;
}

#userAuthentication .announcements .announcements-sub li {
    display: list-item;
    width: 100%;
    background: none;
    padding: 0;
}

#userAuthentication .announcements .announcements-sub .wrapper-content img {
    max-width: 100%;
    max-height: 200px;
}

#userAuthentication .announcements .announcements-sub li a {
    background-color: white;
    display: inline;
}

#userAuthentication .announcements .announcements-sub li:last-child .wrapper-content {
    border-bottom: none;
}

.announcements .announcements-sub .wrapper-content {
    padding: 10px 20px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: bisque;
}

.announcements .announcements-sub .wrapper-content h4 {
    margin: 2px 0;
    border-bottom: 1px dotted #151517;
    font-size: 14px;
    font-weight: 700;
    word-wrap: break-word;
}

.announcements .announcements-sub .important h4 {
    color: #FF0A0A;
}

.announcements .announcements-sub .wrapper-content .createdate {
    width: 100%;
    text-align: right;
    font-weight: normal;
    font-size: 10px;
}

.announcements .announcements-sub span {
    font-weight: normal;
    word-wrap: break-word;
    font-size: 12px;
    padding: 5px;
}

.announcements a.normal {
    background: url('../../images/announcement_normal.png') no-repeat top center;
}

.announcements a.important {
    background: url('../../images/announcement_important.png') no-repeat top center;
}

.label-logo {
    position: absolute;
    top: 16%;
    font-size: 18px !important;
    font-weight: bold;
    font-style: italic;
    color: #847D80;
}