body{
	font-size: 11px;
	font: tahoma sans-serif;
}
.lamnt-warning{
	color: red;
}
/* Scroll bar  */
.custom_scrollbar::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
.custom_scrollbar::-webkit-scrollbar-track {
	background-color: rgba(113,112,107,0.1);
	-webkit-border-radius: 5px;
}
.custom_scrollbar::-webkit-scrollbar-thumb:horizontal:hover {
	background: #5cb85c;
}
.custom_scrollbar::-webkit-scrollbar-thumb:horizontal {
	background-color: rgba(0,0,0,.2);
	-webkit-border-radius: 6px;
}

/* Menu Header*/
.menu-lv2{
	display: none;
	position: absolute;
	padding: 10px;
	background-color: #075b9c;
	text-align: left;
	z-index: 100;
}
.menu-lv1 li:hover .menu-lv2{
	display: block;
}
.menu-lv2 li{
	display: block;
}
/* End of Menu Header */

/* SidebarModal trang Dashboard */
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 420px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	    -ms-transform: translate3d(0%, 0, 0);
	     -o-transform: translate3d(0%, 0, 0);
	        transform: translate3d(0%, 0, 0);
}
#sidebarModal .close{
	font-size: 40px;
}
.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog{
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
	        transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
	left: 0;
}
/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	padding: 10px;
	border-bottom-color: #EEEEEE;
	background-color: #FAFAFA;
}
.modal-footer {
	padding: 10px;
}

/* form login */
.form-wrapper{
	margin-top: 100px;
}

/* Dashoard */
.help-block {
	color:red
}
.leftSidebar{
	padding-right: 3px;
	height: 600px;
	overflow: scroll;
}
/* Menu*/
nav li {
    display: inline-block;
}
.lamnt-menu{
	border-bottom: solid 1px #C2C2C2;
	height: 36px;
	background-color: #075b9c;
}
.lamnt-menu a{
	font-size: 15px;
	line-height: 35px;
	padding: 9px 20px;
	color: #ececec
}
.lamnt-menu a:hover {
	text-decoration: none;
	color: yellow;
	/*border-bottom: solid 2px yellow;*/
}
.active > a{
	text-decoration: none;
	color: yellow;
	border-bottom: solid 2px yellow;
}

/* Content */
.wrap-listtable {
	overflow-y: hidden;
}
.wrap-loaibds{
	margin-top: 10px;
}
.table-loaibds {
	margin-top: 10px;
	padding-bottom: 10px;
}
.table-bds {
	margin-top: 10px;
	padding-bottom: 10px;
	
	overflow-y: scroll;
}
.loaibds-title{
	margin-top: 20px;
}

.ng-table-pager {
	margin-top: -20px;
	margin-bottom: -22px;
}

.block-input{
	padding-bottom:4px;
}
#chon-trang{
	width: 60px;
	margin-right: 8px;
	color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}

.status1{
	background-color: rgb(243, 183, 203);
}
.status2{
	background-color: rgb(247, 222, 98);
}
.status3{
	background-color: rgb(88, 187, 118);
}
.status4{
	background-color: #a1b9ce;
}
td.tenkhach{
	min-width: 110px;
}
td.dienthoai {
	min-width: 110px;
}
td.nhucau {
	min-width: 450px;
}
td.hanhdong{
	min-width: 115px;
}
.lichsughichu{
	border: solid 1px #ccc;
}
.ghichunoibat{
	color: red;
}

.mytooltip {
    position: relative;
}
.mytooltip .tooltiptext {
    visibility: hidden;
    min-width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 0;
    position: absolute;
    z-index: 1;
    bottom: 116%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.mytooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.mytooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.nhucau .tooltiptext {
    visibility: hidden;
    width: 350px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 10px;
    position: absolute;
    z-index: 1;
    bottom: 116%;
    left: 12%;
    opacity: 0;
    transition: opacity 1s;
}

.nhucau .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 30%;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}


.btThem{
	margin-right: 8px;
	line-height: 1.6;
}
.btList{
	line-height: 1;
}

.form-group-wrap{
	margin-bottom: 6px !important;
}
.title-bds {
	margin-bottom: 10px;
	color: blue;
}

.form-control{
	height: 28px;
	line-height: 1em;
}

.lamnt-treemenu{
	padding-top: 20px;
}
.node-name {
	font-size: 18px;
	color: #00606b;
}

.flasMess{
	color: green;
	font-size: 20px;
	font-style: italic;
}


.page-title{
	margin:5px;
	font-size: 22px;
}
.fixed-table-container {
    padding: 5px;
    -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.75);
}
.bootstrap-table table thead {
    background-color: #364856 !important;
    color: white !important;
}
.bootstrap-table .fixed-table-container .fixed-table-body {
    height: calc(100% - 10px);
}
thead .th-inner{
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}


.medium-font-block{
	font-size: 14px;
}
.new-content-wrap .alert{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 100;
}

.hana-modal{
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
	z-index: 1000;
}
.hana-modal-content{
	margin-top: 20px;
}