@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

html {
  height:100%;
}
.bottom-bar{
	display:none;
	}
/*-------------------
 Giao diện chính
--------------------*/
.btnmenu{
	background-color: #bedbff;
	border: none;
	color: white;
	padding: 8px 12px;
	font-size: 16px;
	cursor: pointer;
}
.btnmenu:hover{
	background-color: d9def2; 
    padding: 8px 12px; ; 
}
.menubar{
	background: #bfdbff;
}
.maingiaodien {
	background: #bbd1ed;
	padding: 0px;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
}
.ttpks{
	background: #b3ccff;
	
}
.foot{
	background: #ccccff;
}

.navbar {
	background-color: #bfdbff !important;
}

.force-overflow {
min-height: 450px;
}

.scrollbar-primary::-webkit-scrollbar {
width: 8px;
background: transparent; }

.scrollbar-primary::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #4285F4; }

.dropmenunavbar {
	background-color: #bbd1ed;
}
.dropdown-item:hover {
  background-color: #6c757d;
}

.ttp1{
	float: none;
	width: 100%;
	clear: both; font-size:15px;"
}
.ttp2{
	float: left;
	background-color: #086f20;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
	margin: 3px;"
}
.ttp3{
	float: left;
	background-color: #791309;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
	margin: 3px;
}
.ttp4{
	float: left;
	background-color: #5d4192;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
	margin: 3px;
}
.ttp5{
	float: left;
	background-color: #c39c24;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
	margin: 3px;
}
.ttp6{
	float: left;
	background-color: #848284;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
	margin: 3px;
}
.ttp7{
	float: left;
	background-color: #212529;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
	margin: 3px;
}
.phong {
    height: 140px;
    float: left;
    padding: 0px;
    margin: 0px;
    color: white;
    font-size: 12px;
	text-align:center;
}
 

.anyClass {
height:200px;
    width:100%;
	overflow-y: scroll;
    }
	
       
	@media screen and (MIN-HEIGHT: 320px){
	.anyClass {
	  height:200px;
	  overflow-y: scroll;
	}
    }
	
	@media screen and (MIN-HEIGHT: 360px){
	.anyClass {
	  height:240px;
	}
    }

	@media screen and (MIN-HEIGHT: 400px){
	.anyClass {
	  height:280px;
	}
    }
	
	@media screen and (MIN-HEIGHT: 440px){
	.anyClass {
	  height:320px;
	}
    }
	
	
	@media screen and (MIN-HEIGHT: 500px){
	.anyClass {
	  height:320px;
	}
    }
	
	@media screen and (MIN-HEIGHT: 600px){
	.anyClass {
	  height:440px;
	}
    }
@media screen and (MIN-HEIGHT: 660px){
	.anyClass {
	  height:400px;
	}
    }
	
@media screen and (MIN-HEIGHT: 760px){
	.anyClass {
	  height:480px;
	}
    }
@media screen and (MIN-HEIGHT: 959px){
	.anyClass {
	  height:780px;
	}
    }
	
@media screen and (MIN-HEIGHT: 1200px){
	.anyClass {
	  height:1050px;
	}
    }	
 
@media screen and (MIN-WIDTH: 767px){

	
	.btnmenu{
		display:none;
	}
    }

#popupcenter {
    padding-bottom: 10px;
    padding-top: 10px;
}
	 
@media screen and (MAX-WIDTH: 767px){
	.inputchitiet {
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}	
	.winform{
		height:100%;
		padding-bottom:45px !important;
	}
	#popupcenter {
		padding-bottom: 46px;
		padding-top: 0px;
	}
	.ttks, .ttp1{
		display:none;
	}
	.btnmenu{
		display:block;
	}
	#footer{
		padding-bottom:55px !important;
	}
	.box img{
		margin:auto;
		position:absolute;
		top:0; left:0; right:0; bottom:0;
	}
	.bottom-bar {
	float:left;
	width:100%;
	background-color:#fff;
	border-top:1px solid #ddd;
	position:fixed;
	bottom:0;
	left:0;
	display:block;
	padding:2px;
	z-index:99999;
	}
	.bottom-bar>ul{
		float:left;
		width:100%;
		margin:0;
		padding:0;
		}
	.bottom-bar>ul>li{
		list-style:none;
		display:inline-block;
		width:19%;
		vertical-align:top
		}
	.bottom-bar>ul>li>a{
		display:block;
		width:100%;
		color:#333
		}
	.bottom-bar>ul>li>a>.cell{
		display:block;
		line-height:25px;
		margin:0 auto;
		text-align:center;
		font-size:100%;
		position:relative
		}
	.bottom-bar>ul>li>a>.text{
		display:block;
		width:100%;
		text-align:center;
		font-size:70%;
		}
	.bottom-bar>ul>li>a>.cell-phone{
		/* display: block; */
        /* width: 50px; */
        /* height: 50px; */
        /* line-height: 50px; */
        /* background-color: green; */
        /* border-radius: 50%; */
        /* color: #fff; */
        text-align: center;
        margin: 0 auto;
        position: absolute;
        /* top: -10px; */
        left: 50%;
        margin-left: -17px;
		}
	.bottom-bar>ul>li>a>.cell-phone>img{
		width:35px
		}
	.backtotop{
		display:none;
		}
    }
@media screen and (MIN-WIDTH: 768px){
	.dongtp{
		display:none;	
	}

	.winform{
	padding-bottom: 5px !important;
	}
	.btnmenu{
		display:none;
	}
	.tkttp{
		display:none;
	}
	.dataTables_wrapper .dt-buttons {
     float: right;
	}

    }
@media screen and (MIN-WIDTH: 991px){
	.btnmenu{
		display:none;
	}
	.dataTables_wrapper .dt-buttons {
     float: right;
	}

    }

.icon img {
	width: 45px;
	height: 45px;
	margin-top: 30px;
}

.tt0 .icon img {
	margin-top: 5px;
}
.tt3 .icon img {
	margin-top: 5px;
}
.tt5 .icon img {
	margin-top: 5px;
}
.tt6 .icon img {
	margin-top: 5px;
}

.title {
	font-weight: bold;
}

.phong span {
    font-size: 13px;
}

.tt:hover {
border: 1px solid #000;
}
.tt {
   margin:1px;
   height: 138px;
}
.tt0 {
    background-color: #086f20 !important;
}

.tt1 {
    background-color: #791309 !important;
}

.tt1 .hg1, .tt1 .hg2, .tt1 .hg3,.tt4 .hg1, .tt4 .hg2, .tt4 .hg3 {
    margin-top: 7px;
    text-align: left;
}
.tt1 .hg3 ,.tt4 .hg3 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

.tt1 .icon, .tt4 .icon {
    float:left;
}

.tt2 {
    background-color: blue !important;
}


.tt3 {
    background-color: #848284 !important;
}

.tt4 {
    background-color: #5d4192 !important;
}

.tt5 {
    background-color: #212529 !important;
}

.tt6 {
    background-color: #c39c24 !important;
}
/*--------------------------
     sidebar và navbar menu
-------------------------------*/
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 10px 5px;
    background: #bbd1ed;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 0px dashed #ddd;
    margin: 0px 0;
}

/* ---------------------------------------------------
    SIDEBAR menu giao diện
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 9;
    background: #6898b1;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgb(104, 151, 177);
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
	cursor: pointer;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6897b1;
}

#sidebar ul.components {
	background: #47748b;
	padding: 10px 0;
	border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}


#sidebar ul li.active>a,
a[aria-expanded="true"] {
	border: 5px;
    border-radius: 30px;
    /* color: #fff; */
    background: #ccc;
}

a[data-toggle="collapse"] {
    position: relative;
}


ul ul a {
    border-radius: 3px;
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #7ea0b3;
}

ul.CTAs {
    padding-left: 61px !important;
    padding-top: 10px !important;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
} 
@-webkit-keyframes swing {
  0%, 30%, 50%, 70%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@keyframes swing {
  0%, 30%, 50%, 70%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-webkit-keyframes sonar {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }

@keyframes sonar {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }

.sidebar-wrapper {
  width: 280px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 999;
  -webkit-transition: left .3s ease, width .3s ease;
  transition: left .3s ease, width .3s ease; }
  .sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .sidebar-wrapper a {
    text-decoration: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
  .sidebar-wrapper .sidebar-item {
    -webkit-transition: all .3s linear;
    transition: all .3s linear; }
  .sidebar-wrapper .sidebar-content {
    max-height: calc(100% -35px);
    height: calc(100% - 35px);
    overflow-y: scroll;
    position: relative; }
    .sidebar-wrapper .sidebar-content.desktop {
      overflow-y: hidden; }
  .sidebar-wrapper .badge {
    border-radius: 0; }

.sidebar-bg .sidebar-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .sidebar-bg .sidebar-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.sidebar-wrapper .sidebar-brand {
  padding: 1rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px; }
  .sidebar-wrapper .sidebar-brand > a {
    text-transform: uppercase;
    font-weight: bold;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden; }
  .sidebar-wrapper .sidebar-header .user-pic {
    width: 60px;
    padding: 2px;
    margin-right: 15px;
    overflow: hidden; }
    .sidebar-wrapper .sidebar-header .user-pic img {
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .sidebar-wrapper .sidebar-header .user-info {
    overflow: hidden; }
    .sidebar-wrapper .sidebar-header .user-info > span {
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .sidebar-wrapper .sidebar-header .user-info .user-role {
      font-size: 12px; }
    .sidebar-wrapper .sidebar-header .user-info .user-status {
      font-size: 11px;
      margin-top: 4px; }
      .sidebar-wrapper .sidebar-header .user-info .user-status i {
        font-size: 8px;
        margin-right: 4px;
        color: #5cb85c; }

.sidebar-wrapper .sidebar-search > div {
  padding: 1rem 1.2rem; }

.sidebar-wrapper .sidebar-search input {
  border-radius: 0; }

.sidebar-wrapper .sidebar-search .input-group {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.sidebar-wrapper .sidebar-search .input-group-append .input-group-text {
  border-radius: 0;
  border-left: 0; }

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px; }
  .sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block; }
  .sidebar-wrapper .sidebar-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 8px 20px;
    width: 100%; }
    .sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
      display: inline-block;
      -webkit-animation: swing ease-in-out .5s 1 alternate;
      animation: swing ease-in-out .5s 1 alternate; }
    .sidebar-wrapper .sidebar-menu ul li a i {
      margin-right: 10px;
      font-size: 19px;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .sidebar-wrapper .sidebar-menu ul li a .menu-text {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      white-space: nowrap;
      text-overflow: ellipsis;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      overflow: hidden; }
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu {
    display: none; }
    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
      padding: 5px 0; }
    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
      padding-left: 25px;
      font-size: 15px; }
      .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
          content: "\f111";
          font-family: "Font Awesome 5 Free";
          font-weight: 400;
          font-style: normal;
          display: inline-block;
          text-align: center;
          text-decoration: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          margin-right: 10px;
          font-size: 8px; }
        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
          margin-left: auto; }
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 15px; }

.sidebar-wrapper .sidebar-footer {
  width: 100%;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sidebar-wrapper .sidebar-footer > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    height: 35px;
    line-height: 35px;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sidebar-wrapper .sidebar-footer > div > a {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .sidebar-wrapper .sidebar-footer > div a .notification {
      position: absolute;
      top: 0; }
    .sidebar-wrapper .sidebar-footer > div.pinned-footer {
      display: none; }
  .sidebar-wrapper .sidebar-footer .dropdown-menu {
    bottom: 36px;
    left: 0 !important;
    top: initial !important;
    right: 0;
    -webkit-transform: none !important;
    transform: none !important;
    border-radius: 0;
    font-size: .9rem; }
  .sidebar-wrapper .sidebar-footer .messages .dropdown-item {
    padding: .25rem 1rem; }
  .sidebar-wrapper .sidebar-footer .messages .messages-header {
    padding: 0 1rem; }
  .sidebar-wrapper .sidebar-footer .messages .message-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sidebar-wrapper .sidebar-footer .messages .message-content .pic {
      width: 40px;
      height: 40px;
      overflow: hidden; }
      .sidebar-wrapper .sidebar-footer .messages .message-content .pic img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%; }
    .sidebar-wrapper .sidebar-footer .messages .message-content .content {
      line-height: 1.6;
      padding-left: 5px;
      width: calc(100% - 40px); }
      .sidebar-wrapper .sidebar-footer .messages .message-content .content .message-title {
        font-size: 13px; }
      .sidebar-wrapper .sidebar-footer .messages .message-content .content .message-detail {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  .sidebar-wrapper .sidebar-footer .notifications .dropdown-item {
    padding: .25rem 1rem; }
  .sidebar-wrapper .sidebar-footer .notifications .notifications-header {
    padding: 0 1rem; }
  .sidebar-wrapper .sidebar-footer .notifications .notification-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sidebar-wrapper .sidebar-footer .notifications .notification-content .icon {
      width: 40px;
      height: 40px; }
      .sidebar-wrapper .sidebar-footer .notifications .notification-content .icon i {
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px; }
    .sidebar-wrapper .sidebar-footer .notifications .notification-content .content {
      line-height: 1.6;
      padding-left: 5px;
      width: calc(100% - 40px); }
      .sidebar-wrapper .sidebar-footer .notifications .notification-content .content .notification-time {
        font-size: .7rem;
        color: #828282; }
      .sidebar-wrapper .sidebar-footer .notifications .notification-content .content .notification-detail {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  .sidebar-wrapper .sidebar-footer .badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0; }
    .sidebar-wrapper .sidebar-footer .badge-sonar:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      border: 2px solid #980303;
      opacity: 0;
      border-radius: 50%;
      width: 100%;
      height: 100%;
      -webkit-animation: sonar 1.5s infinite;
      animation: sonar 1.5s infinite; }

body {
  font-size: .9rem; }

/*----------------page-wrapper----------------*/
.page-wrapper {
  /*height: 100vh;*/ }
  .page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 2px;
    background-size: cover; }
  .page-wrapper .theme.selected {
    border: 2px solid #00c7ff; }
  .page-wrapper .theme.default-theme {
    background: #1d1d1d; }
  .page-wrapper .theme.chiller-theme {
    background: #374140; }
  .page-wrapper .theme.legacy-theme {
    background: #2e333c; }
  .page-wrapper .theme.ice-theme {
    background: #3a4d56; }
  .page-wrapper .theme.cool-theme {
    background: #46454c; }
  .page-wrapper .theme.light-theme {
    background: #ececec; }
  .page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    -webkit-transition: padding-left .3s ease;
    transition: padding-left .3s ease;
    overflow-x: hidden; }
    .page-wrapper .page-content .overlay {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 998;
      background: #000;
      opacity: .5;
      display: none; }
  .page-wrapper.toggled .sidebar-wrapper {
    left: 0px; }
  @media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
      padding-left: 280px; } }
  @media screen and (max-width: 768px) {
    .page-wrapper.toggled .page-content .overlay {
      display: block; } }
  @media screen and (min-width: 768px) {
    .page-wrapper.toggled.pinned .page-content {
      padding-left: 80px; } }
  .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper {
    width: 80px; }
    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
      padding: 10px; }
      .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .user-pic {
        margin: 0 auto;
        width: 50px;
        float: none; }
        .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .user-pic img {
          margin: auto; }
    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-search input,
    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .user-info,
    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu .header-menu,
    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu .sidebar-submenu,
    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu ul > li > a > span,
    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu ul > li > a::after,
    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-footer > div:not(.pinned-footer) {
      display: none !important; }
    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-search .input-group-text {
      height: 35px; }
    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-footer > div.pinned-footer {
      display: block; }
  .page-wrapper .mCSB_scrollTools {
    width: 6px; }
  .page-wrapper .mCSB_inside > .mCSB_container {
    margin-right: 0px; }

/*----------sidebar background images --------------*/
.sidebar-bg.bg1 .sidebar-wrapper {
  background-image: url(../img/bg1.jpg); }

.sidebar-bg.bg2 .sidebar-wrapper {
  background-image: url(../img/bg2.jpg); }

.sidebar-bg.bg3 .sidebar-wrapper {
  background-image: url(../img/bg3.jpg); }

.sidebar-bg.bg4 .sidebar-wrapper {
  background-image: url(../img/bg4.jpg); }

[data-bg="bg1"] {
  background-image: url(../img/bg1.jpg); }

[data-bg="bg2"] {
  background-image: url(../img/bg2.jpg); }

[data-bg="bg3"] {
  background-image: url(../img/bg3.jpg); }

[data-bg="bg4"] {
  background-image: url(../img/bg4.jpg); }

/*---- border-radius ------*/
.boder-radius-on .sidebar-header .user-pic {
  border-radius: 12px; }

.boder-radius-on .badge {
  border-radius: 8px; }

.boder-radius-on .sidebar-menu ul li i {
  border-radius: 4px; }

.boder-radius-on .sidebar-footer .dropdown-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .boder-radius-on .sidebar-footer .dropdown-menu .notification-content i,
  .boder-radius-on .sidebar-footer .dropdown-menu .message-content .pic {
    border-radius: 4px; }

.boder-radius-on .sidebar-search input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.boder-radius-on .sidebar-search .input-group-append .input-group-text {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/*-------------------
 End form giao diện chính
--------------------*/

/*-------------------
 Form báo cáo
--------------------*/

.mainbc {
	background: #bbd1ed;
	padding-top: 10px;
	margin: 0px;
}
.btn2{
	padding-top: 4px;
	padding-bottom: 4px;
}
th { white-space: nowrap; }
#example_filter
{
    display:none;
}
.btn3{
	padding-bottom:5px;
	padding-top:4px;
}
.btn4{
	
	padding-bottom:5px;
	padding-top:4px;
}
.tabledt{
	background: #bbd1ed;
	height:100%;
	padding-bottom: 30px;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
	padding: 12px 16px; 
	font-size: 16px;
	cursor: pointer; 
	width:100%;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
	padding: 12px 16px; 
	font-size: 16px;
	cursor: pointer; 
	width:100%;
}

.btn-warning {
	position: relative;
	background-color: #ffc107;
	border-color: #ffc107;
	color: #212529;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	padding: 12px 16px; 
	font-size: 16px;
	cursor: pointer; 
	width:100%;
}

.btn-warning:after {
  content: "";
  background: #90EE90;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px!important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s
}

.btn-warning:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s
}
table caption {
	padding: .5em 0;
}
/*-------------------
 End form báo cáo
--------------------*/


/*-------------------
 Form đổi mật khẩu
--------------------*/
.mainchangepass {
	Background: #bbd1ed;
	padding-top: 20px;
	padding-bottom:20px;
	height:auto;
}
.card-container.khungdoimk {
    max-width: 350px;
    padding: 30px 30px;
	Background: #99ccff;
}

.khungdoimk {
    padding: 5px;
    margin: auto;
	max-width: 350px;
}

.form-changepass input {
	padding:3px;
}
.tendangnhap {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-changepass #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-changepass button {
    width: 100%;
    display: block;
	padding:3px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-changepass .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btndoimk1.btn-changepass {
    padding: 0px;
    font-weight: 700;
    font-size: 18px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btndoimk1.btn-changepass:hover,
.btndoimk1.btn-changepass:active,
.btndoimk1.btn-changepass:focus {
    font-size:20px;
}
/*-------------------
 end Form đổi mật khẩu
--------------------*/


/*-------------------
 Form chọn cơ sở quản lý
--------------------*/
.mainchonks {
	Background: #bbd1ed;
	padding-top: 20px;
	padding-bottom:20px;
	height:auto;
}
.btncsql{
	background-color: DodgerBlue; 
    border: none; 
    color: white;
    padding: 12px 16px; 
    font-size: 16px;
    cursor: pointer; 
	float: right;
}
.csql {
    max-width: 850px;
	text-align:left;

}
.card.popcsql{
	height:100%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float:right;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.default:checked + .slider {
  background-color: #1e90ff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*-------------------
 end Form chọn cơ sở quản lý
--------------------*/

/*-------------------
 Form xem thông tin đặt phòng
--------------------*/
.mainqldp {
	background: #bbd1ed;
	padding-top: 6px;
}
.tabdatphong{
	height:100%;
}
.btndp{
	background-color: DodgerBlue; 
    border: none; 
    color: white;
    padding: 12px 16px; 
    font-size: 16px;
    cursor: pointer; 
}
.btnqldp1{
	padding-top: 5px;
	padding-bottom: 5px;
}
.p01{
	background-color: #00C300;
}
.p02{
	background-color: #ff0000;
}
.p03{
	background-color: #FFA500;
}
.p04{
	background-color: #00C300;
}
.dp{
	background-color: #ffff00;
}
.btndp:hover {
  background-color: RoyalBlue;
}
.dsdp{
	text-align: center
}

.scheduler-border{
	text-align: center
}
/*-------------------
 End Form xem thông tin đặt phòng
--------------------*/

/*-------------------
 Form đăng nhập
--------------------*/
.bgdangnhap1 {
	background-repeat: no-repeat;
    background-image: linear-gradient(rgb(230, 242, 255), rgb(153, 204, 255));
}

.card-container.khungdangnhap {
    max-width: 350px;
    padding: 40px 40px;
}

.btndntk {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.khungdangnhap {
    background-color: #bbd1ed;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.tendangnhap {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btndntk.btn-signin {
    background-color: rgb(104, 145, 162);
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btndntk.btn-signin:hover,
.btndntk.btn-signin:active,
.btndntk.btn-signin:focus {
    background-color: rgb(255, 162, 33);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}
/*-------------------
 end Form đăng nhập
--------------------*/


.anyClass .tab-pane {
    display: none;
}
.anyClass .active {
    display: block;
}


#popup {
    position: fixed;
    width: 100%;
    display: none;
    z-index: 999;
}

#overlay {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 400;
    background-color: rgba(8, 0, 0, .8);
    margin: margin: 0 auto;
    padding: 0;
}

#lightbox {
    position: fixed;
    width: 100%;
	height:100%;
    display: block;
    text-align: center;
    top: 0px;
    margin: 0 auto;
    z-index: 500;
}
#lightbox2 {
    position: fixed;
    width: 100%;
	height:100%;
    display: block;
    text-align: center;
    top: 0px;
    margin: 60px auto;
    z-index: 500;
}

#popupcenter {
    width: 100%;
	max-width:500px;
	margin: auto;
	text-align: left;
    height: 100%;
}

.closehotelselect {
  position: relative;
  font-size:25px;
  color: #212529;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}

.closehotelselect:after {
  content: "";
  background: #90EE90;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px!important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s
}

.closehotelselect:active:after {
  font-size:28px;
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s
}
/* Footer */
@import url('https://use.fontawesome.com/releases/v5.7.2/css/all.css');


#footer {
    background: #044962 none repeat scroll 0% 0%;
    clear: both;
    color: #AAA;
    display: block;
    padding-bottom:0px;
    padding-top:5px;
}

#footer .widgettitle {
    margin: 0px;
    padding: 0px 0px 15px;
    border-bottom: medium none;
}
#footer h4 {
    color: #FFF;
}

#footer ul {
    list-style: outside none none;
}

#footer li {
    padding: 7px 0px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    margin: 0px;
}

#footer li a {
    color: #DDD;
}

#sub-floor {
    color: #AAA;
    background: #033749 none repeat scroll 0% 0%;
    padding: 10px 0px;
}

#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
/*-------------------
   End Footer****
--------------------*/

label {
    display: inline-block;
    margin-bottom: .0rem;
    margin-top: .5rem;
}
.card {
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0rem;
}

.tab_in_sec .panel-default>.panel-heading {
    padding: 0;
}

.tab_in_sec .panel-default>.panel-heading a {
    display: block;
    padding: 20px 15px;
    font-size: 17px;
    color: #4f4f4f;
    text-transform: uppercase;
    background: #fff;
    border: solid 1px #ccc;
    margin:10px 0;
}

.collapse.in {}

.panel {
    background: none;
    border: none;
}

.panel-body {
    background: #fff;
    margin-top: 7px;
    border: solid 1px #ccc;
    padding: 10px 15px 15px 15px;
}

.panel-body p {
    margin-bottom: 15px;
}
.chucnangbc{
	padding-bottom:8px;
}
.mainhd{
	padding-bottom:10px;
}
#contact2{
    letter-spacing:3px;
}
/*------------- table ql dat phong ---------------*/
.table-scroll {
	position:relative;
	max-width:100%;
	margin:auto;
	overflow:hidden;
	border:1px solid #4d79ff;
}
.table-bordered td, .table-bordered th {
    border: 0px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.table-wrap2 {
	width:100%;
	overflow:auto;
}
.table-scroll table {
	width:100%;
	margin:auto;
	border-collapse:separate;
	border-spacing:0;
}
.table-scroll th, .table-scroll td {
	padding:5px 10px;
	/*border:0.2px solid #000;*/
	/*background:#85adad;*/
	white-space:nowrap;
	vertical-align:top;
}
.table-scroll thead {
	background:#f9f9f9;
}
.clone {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}
.clone th, .clone td {
	visibility:hidden
}
.clone td, .clone th {
	border-color:transparent
}
.clone tbody th {
	visibility:visible;
}
.clone .fixed-side {
	border:0.5px solid #000;
	visibility:visible;
}
.clone .tt6 {
	background:#FFA500;
}
.clone .tt0 {
	background:#00C300;
}
.clone .tt1 {
	background:#FF0000;
}
.clone thead, .clone tfoot{background:transparent;}

.bttop:active{
	border: 2px;
	border-radius: 5px;
    background:rgb(255, 153, 153);
}

.bttop:after{
	border: 2px;
	border-radius: 5px;
    background:rgb(255, 153, 153);
}
/*-------- animation dropdown ---------*/
.dropdown-slide > .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity:0;
  transform: translateY(50px);
  transition:.5s ease all;
}

.show.dropdown-slide > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity:1;
  transform: translateY(0px);
  transition:.5s ease all;
}
/*--------------------------*/
.dropdown-item {
    color: #0c0c0c !important;
}
/* Bootstrap 4 Multiple Item Carousel */
/*********************************************************************/
/* medium - display 2  */

    .carousel-inner .carousel-item>div {
        display: flex;
    }
	
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

/* large - display 3 */
@media (min-width: 992px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

@media (max-width: 768px) {

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}