/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
.blue-background{
	background-color:#003665;
}
.shadow{
	filter: drop-shadow(0 0 30px #333);
}
.btn-warning{
	background-color:#ffa900;
}
html, body {
   height: 100%;
   font-family: 'Open Sans', sans-serif !important;
   background-color:#FFF;
}

body {
    overflow-x:hidden;
}
.top-bar{
	border-bottom:1px solid #CCC;
}
h1{
	font-weight:300;
	color:#003665;
	margin-bottom:25px;
	margin-top:25px;
}
h3{
	color:#ffa900;
}


.sidebar{ width:220px;  background-color:#003665;transition: all 0.5s  ease-in-out; height:100%; overflow-y:scroll}
.sidebar::-webkit-scrollbar {
  /* This is the magic bit */
  display: none;
}
.sidebar ul{ list-style:none; margin:0px; padding:0px; }
.sidebar li a,.sidebar li a.collapsed.active{ display:block; padding:8px 12px; color:#fff;border-left:0px solid #dedede;  text-decoration:none}
.sidebar li a.active{background-color:#001e35;border-left:5px solid #dedede; transition: all 0.5s  ease-in-out}
.sidebar li a:hover{background-color:#001e35 !important;}
.sidebar li a i{ padding-right:5px;}
.sidebar ul li .sub-menu li a{ position:relative}
.sidebar ul li .sub-menu li a:before{
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 0px;
    padding-right: 10px;
    vertical-align: middle;
}
.sidebar ul li .sub-menu li a:hover:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 5px;
    background-color: #111;
    height: 100%;
}
.sidebar ul li .sub-menu li a:hover{ background-color:#001e35; color:#ffa900; padding-left:20px; transition: all 0.5s  ease-in-out}
.sub-menu{ border-left:5px solid #ffa900; background-color:#001e35}
.sidebar li a .nav-label,.sidebar li a .nav-label+span{ transition: all 0.5s  ease-in-out}
.sidebar.fliph li a .nav-label,.sidebar.fliph li a .nav-label+span{ display:none;transition: all 0.5s  ease-in-out}
.sidebar.fliph {
    width: 42px;transition: all 0.5s  ease-in-out;

}

.sidebar.fliph li{ position:relative}
.sidebar.fliph .sub-menu {
    position: absolute;
    left: 39px;
    top: 0;
    background-color: #001e35;
    width: 150px;
    z-index: 100;
}


.user-panel>.info,  .user-panel>.info>a {
    color: #fff;
}
.user-panel>.info>p {
    font-weight: 600;
    margin-bottom: 9px;
}
.user-panel {

    display: block;

    width: 100%;
    margin-bottom: 15px;
	padding-top:15px;
    border-bottom: 1px solid;
}


.wrapper{
   height: 100%;
   margin-left:0;
   margin-right:0;
}
.main{
    position: absolute;
    right: 0;
    left: auto;
    border-radius: 0px;
	width:calc(100% - 220px);
	transition: all 0.5s  ease-in-out;
	height:100%;
	overflow-y:scroll;

}
.isfull{
	width:calc(100% - 42px) !important;
	transition: all 0.5s  ease-in-out
}
.table-scroll {
	position:relative;
	max-width:100%;
	margin:auto;
	overflow:hidden;
}
.table-wrap {
	width:100%;
	overflow:auto;
}
.table-scroll table {
	width:100%;
}


.clone {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}
.clone th, .clone td {
	visibility:hidden
}

.clone tbody th {
	visibility:visible;
	color:red;
}
.clone .fixed-side {
	background:#eee;
	visibility:visible;
}
.clone thead, .clone tfoot{background:transparent;}
.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #fff !important;
	}
	.table-wrap .table-bordered, .table-wrap .table-bordered td, .table-wrap .table-bordered th{
			border: 2px solid #0e0e23 !important
	}
	.table-wrap	.table-success{
	background:#38c172;
}
.table-wrap	.table-danger{
	background: #b60202;
}
.table-wrap	.table-warning{
	background: #f0ba00;
}
.table-wrap .table-warning a{
	color:#000;
}
.table-wrap .table-danger a{
	color:#FFF;
}
.table-bordered td>button{
	border-radius: 0 !important;
	width: 100%;
	padding: 14px;
}
.td-np{
	padding: 0 !important;
}
.progressbar {
  margin: 0;
  padding: 0;
  counter-reset: step;
}
.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}
.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 25px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
	position: relative;
	z-index: 2
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: 0;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: green;
}
.progressbar li.active:before {
  border-color: #55b776;
}
.progressbar li.active + li:after {
  background-color: #55b776;
}
.tab-content-booking{
	border:1px solid #dee2e6;
	border-radius:5px;
	padding: 10px;
}
.tabs-booking {
    border-bottom:none;
}
.tabs-booking .nav-item{
	font-size:15px;

}
.nav-tabs .nav-link{
	background: #003665;
	color: #FFF;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
	background:#001e35
}
.tabs-booking .nav-item.show .nav-link, .tabs-booking .nav-link.active {
    color: #495057;
    background-color: #FFF;
    border-color: #dee2e6 #dee2e6 #f8fafc ;
		font-weight: bold;
}
.info-signs-calendar{
	margin-top: 10px;
	margin-bottom: 5px;
}
.info-signs-calendar li{
	padding-right: 10px;
}
.info-signs-calendar .icon{
	padding: 5px;
	display: inline-block;
	border:2px solid #0e0e23 !important;
}
.info-signs-calendar .available{
	background: #38c172;
}
.info-signs-calendar .booked{
	background: #b60202;
}
.info-signs-calendar .hold{
	background: #f0ba00;
}
