

body {
  margin: 0;
      font-family: "Roboto";
}
 
html,body{
    
      min-height:100%;height:100%; 
}
  

 .mainwindow{
 	 font-family: 	"Roboto";
 	
 }
 
 .red{
     color:red;
 }
 
 .green{
     color:green;
 }
 
 .popover .arrow{
     display:none;
 }
 
 .popover{
     font-size:13px;    
 }
 
 .current-month{
     font-weight:bolder;
    
 }
 
  .current-day{
     font-weight:bolder;
    
     padding-left:4px;
     padding-right:7px;
     padding-bottom:2px;
 }
 
 .primary{
     background-color:#3D9970;
     color:white;
    
 }
 
 .aqua{color:#7FDBFF}
 .black{color:#111}
 .blue{color:#0074D9}
 .fuchsia{color:#F012BE}
 .dorkgreen{color:#4CAF50}
 .lime{color:#01FF70}
 .maroon{color:#85144B}
 .navy{color:#001F3F}
 .olive{color:#3D9970}
 .orange{color:#FF851B}
 .purple{color:#B10DC9}
 .red{color:#FF4136}
 .silver{color:#ddd}
 .grey{color:#aaa}
 .teal{color:#39CCCC}
 .white{color:#fff}
 .yellow{color:#FFDC00}
 .bg-aqua{background-color:#7FDBFF}
 .bg-black{background-color:#111}
 .bg-blue{background-color:#0074D9}
 .bg-fuchsia{background-color:#F012BE}
 .bg-green{background-color:#2ECC40}
 .bg-dorkgreen{background-color:#4CAF50}
 .bg-lime{background-color:#01FF70}
 .bg-maroon{background-color:#85144B}
 .bg-navy{background-color:#001F3F}
 .bg-olive{background-color:#3D9970}
 .bg-orange{background-color:#FF851B}
 .bg-purple{background-color:#B10DC9}
 .bg-red{background-color:#FF4136}
 .bg-silver{background-color:#ddd}
 .bg-grey{background-color:#aaa}
 .bg-teal{background-color:#39CCCC}
 .bg-white{background-color:#fff}
 .bg-yellow{background-color:#FFDC00}
 
 .btn-success{
     background-color: #ccc;
     border-color:  #cccccc;
     color:grey;
 }
 
  .btn-success:hover{
     background-color: var(--main-bg-color);
  
 }
 
 .btn-success:active{
     background-color: blue;
 }
 
 .btn-success:not(:disabled):not(.disabled):active{
      background-color: black; 
      border-color:black;
 }

 /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
 
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: sticky;
  top:0px;
  width: 100%;
  background-color:#fff;
  z-index: 999;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;

}


.topnav {
  overflow: hidden; 
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a img { 
  padding: 0px; 
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
   
  color: white;
}

.topnav .icon {
  display: none;
}

.right-aligned-top-controls{
	float:right;
}

.space-button{
font-size:16px;
font-weight: 700;
}

.divwrapper{
	display: flex;
	justify-content : space-between;
}
.childitem{ 
	width:100%; 
	padding:0;

}

.btn.gray-cascade{
    color: #FFF;
    background-color: #95A5A6;
    border-color: #95A5A6;
    line-height:20px;
    font-size: 20px 
}

.btn.gray-cascade:hover{
        color: #FFF;
    background-color: #687b7c;
    border-color: #566566;
}

 
.tools-menu{
background-color:#f8f9fa!important;
}
.day-page-date-picker{
line-height:25px;
padding:7px;
}

.page-date-picker:hover{
background-color: #dae0e5;
cursor: pointer;
}

.day-page-date-picker:hover{
background-color: #dae0e5;
cursor: pointer;
}

.time-column, .date-column{
	min-width:80px;
}
.time-slot, .booking-slot, .date-slot{
	
	font-size: 14px;
    font-weight: 400;
  min-height:1px;
    background-color: #f9fbff;
}

.day-mode-table{
 background-color: #f9fbff;
    border:1px solid #dee2e6;
    width:100%;
}

.datepicker-text{
	font-weight: 700;
}

 

 .booking-slot{
 	height:25px;
 }

 .griddy .booking-slot{
 	height:90px;
        overflow:hidden;
 }

 .daypage  .booking-slot:hover{
 	color:#eee;
 	background-color: var(--main-bg-color)!important;
         cursor: pointer;
 }
 
 .show-view-edit-options{
     cursor:pointer;
 }
  .booking-slot:hover .showonhover {
 display: block;  
}

 .booking-slot .showonhover {
 display: none;
  text-align:center;
 line-height: 25px;
  width:100%;
}
 
 
 
.time-slot, .booking-slot, .date-slot{
	
	border-bottom:1px solid #dee2e6;
	border-right:1px solid #dee2e6;
}

.time-slot, .date-slot{
 height:50px;
 text-align:center;
}

 

.griddy .date-slot{
  line-height:90px;
  height:90px;
}
 
 .blank-space-name{
 	
 }

.childitem.space-name:first-child{
	border-left:1px solid #dee2e6;
	margin-left:-1.4px;
}
 

.space-name {
	border-right:1px solid #dee2e6;
	text-align:center;
    font-family: 	"Roboto";
	font-size: 14px;
	line-height:21px;
	padding:.3rem;
    font-weight: 600;
    color:#212529;
    
}

.time-column.space-name, .date-column.space-name{
	border:0px; 
}

.spaces-row{
	border:1px solid #dee2e6;
	z-index: 999;
	background-color: white;
}

.booking-div-wrapper{
	position:relative!important;
	width:100%;
}
.booking-div:hover{
    cursor:pointer;
}

.booking-div{
	    border-radius: .13rem!important;
	background-color: #fff;
    box-shadow: 0 0 0.1rem #6c757d;
    z-index: 1;
    border-left-width: .625rem!important;
    border-left-style: solid!important;
    border-color: #4CAF50;
   right:3px;
   left:2px;   
    position:absolute;
    line-height: 1.2rem; 
}

.booking-div-dorkgreen{
   border-color: #4CAF50; 
}

.booking-div-blue{
   border-color: #0074D9; 
}

.booking-div-fuchsia{
   border-color: #F012BE; 
}

.booking-div-black{
   border-color: #111; 
}

.booking-div-yellow{
   border-color: #FFDC00; 
}

.booking-div-grey{
   border-color: #aaa; 
}

.booking-div-orange{
   border-color: #FF851B; 
}

.booking-div-red{
   border-color: #FF4136; 
}


.booking-div-teal{
   border-color: #39CCCC; 
}


.unavailable-div{	    
   background-color: #EEE!important;
    z-index: 1;     
    right:0px;
    left:0px;   
    position:absolute;
    line-height: 1.2rem;
    
}

.booking-div-content{
 font-size:80%;
    font-weight:500;
    padding:3px;
    overflow:hidden;
}

.booking-div-content strong{
   font-weight:800;  
}

.booking-div-content p i{
  color:grey;
 
}
 
.month-cell-title{
    padding-left:7px;
}
 
 .month-cell{
 	color:grey;
 	width: calc((100% / 7) - 0.1px );
 	border: 1px solid #CCCCCC;
 	border-right:0px;
 	border-bottom:0px;
 	float:left;
 	padding:2px;
        overflow:hidden;
 }
 
 .month-cell a{
     color:grey;
 }
 
.monthday-42{
 	height: calc(((100vh - 105px)/ 6) );	 
 }
 .monthday-35{
     height: calc(((100vh - 105px)/ 5) );
 }
.monthday-28{
 	height: calc(((100vh - 105px)/ 4) );
}


.grid-cell-event-item{ 
    height:22px;
    line-height:18px;
    overflow:hidden; 
    padding-left:3px;
}
.grid-cell-event-item:hover{
 background-color:#e9ecef;
    cursor:pointer;   
}
.hidden-cell{
    display:none;
}

 .month-item-text{
 	padding-left:7px;
 	padding-right:2px;
 	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 }
 .dot {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: inline-block;
  margin-right:10px;
  line-height:24px;
  vertical-align: middle; 
  margin-bottom:2px;
}

.smalldot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right:3px; 
  vertical-align:middle;
  margin-bottom:2px; 
}



.fab {
   width: 50px;
   height: 50px;
   
   border-radius: 50%;
   box-shadow: 0 6px 10px 0 #666;
   z-index:888;
   font-size: 30px;
   line-height: 50px;
   color: white;
   text-align: center;
   
   position: fixed;
   right: 30px;
   bottom: 30px;
   
  transition: all 0.1s ease-in-out;
}
#datepicker{
	width:200px;
	height:400px;
}

.uppercase{
	text-transform: uppercase;
}

.fab:hover {
   box-shadow: 0 6px 14px 0 #666;
   transform: scale(1.05);
   cursor:pointer;
}

.day-list-items .day-list-item{
    
    display: flex;
    flex-wrap: wrap;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;

}

.month-cell .day-list-item{
    display: flex;
    flex-wrap: wrap;
    line-height:18px;
    font-size:13px;
    font-weight:400;
}

.month-cell .day-list-item:hover{
    background-color:#e9ecef;
    cursor:pointer;
}

.day-list-day{
	padding-bottom:4px;
	border-bottom:1px solid #dee2e6;
	margin-bottom:3px;
}
.btn-secondary{
    background-color: transparent;
    color:grey;
}
.day-list-date{
            margin-bottom:4px;
            margin-top:4px;

}
.day-list-date, .day-list-items,.item-time{
    padding-left:0px;
}
.day-list-date a{
	color:#555;
	text-transform: uppercase;
        
}
.day-list-item .item-time{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

 

.list-page .day-list-item:hover{
    cursor:pointer;
    background-color:rgba(0,0,0,.075);
}

 

 
.modal-edendork label{
   font-weight:600; 
}

.modal-edendork label.not-bold-radio{
   font-weight:400; 
   
}
.modal-edendork label.not-bold{
   font-weight:400; 
   line-height: 35px;
}

.custom-control-tall{
    line-height:38px;
}

.custom-small-width{
    width:100px;
}

input.custom-xsmall-width{
    width:45px;
}

.no-marg-right{
    margin-right:0px;
}

.custom-control-tall .custom-control-label::before {
 top:0.75rem;   
}


.custom-control-tall .custom-control-label::after{
   top:0.75rem;  
}


.custom-control-tall .custom-control-input{
    top:0.75rem;
}

.ad2hs-prompt{
    
}

 
         
   .divwrapper >  div:nth-child(n) {
    display:none;
}
        
         .divwrapper >  div:nth-child(-n + 8) {
    display:block;
}
 

 @media screen and (max-width: 1280px) {
   .divwrapper >  div:nth-child(n) {
    display:none;
}
        
         .divwrapper >  div:nth-child(-n + 6) {
    display:block;
}
 }
        
@media screen and (max-width: 1000px) {
    
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  th{
  	 width:50%;
  }

  th.time-col{
	min-width:80px;
}

.topnav a.hide-on-mobile{
        display:none;
    }
    
}

@media screen and (max-width: 900px) {
    
    .hide-on-mobile{
        display:none;
    }
    	 

  th{
  	 width:50%;
  } 

  th.time-col{
	min-width:80px;
}
}

@media screen and (max-width: 800px) {
    .hide-on-mobile{
        display:none;
    }
	 
	   .divwrapper >  div:nth-child(n) {
    display:none;
}
        
         .divwrapper >  div:nth-child(-n + 4) {
    display:block;
}

	}

@media screen and (max-width: 600px) {
	  .divwrapper >  div:nth-child(n) {
    display:none;
}
        
           .divwrapper >  div:nth-child(-n + 2) {
    display:block;
}

.col-xs-6{
    flex: 0 0 50%;
    max-width: 50%;
}
	 
}


