div#calendar{
  margin:40px auto;
  padding:0px;
  width: 900px;
  font-family:Helvetica, "Times New Roman", Times, serif;
}
 
div#calendar div.box{
    position:relative;
    top:0px;
    left:0px;
    width:100%;   
}
 
.headerTitle{
    text-align: right;
}
div#calendar div.header{
    line-height:40px;  
    vertical-align:middle;
    display: grid;
    grid-template-columns: 50% 50%;;
    width:100%;
    align-items: center;
    text-align:center;
    padding:15px 30px;
    border-bottom: 17px solid #e99d22 ;
}
div#calendar div.header a.prev i,div#calendar div.header a.next i{
    color:#fff;
}
div#calendar div.header a.prev,div#calendar div.header a.next{ 
 
    height: 17px;
    display:block;
    cursor:pointer;
    text-decoration:none;
    color:#FFF;
    line-height: 0;
    background-color: #e82425;
    border: 1px solid;
    /* background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6); */
    /* background-repeat: repeat-x; */
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #333;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 1em;
    font-size: 1em;
    display: flex;
    align-items: center;
}
 
div#calendar div.header span.title{
    color:#000;
    font-size:30px;
}
 
 
div#calendar div.header a.prev{
    left:0px;
}
 
div#calendar div.header a.next{
    left: 38px;
}

div#calendar div.header a.today{
    left: 50px;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer;
    background-color: #e82425;
    border: 1px solid;
    color:#fff;
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    display: flex;
    align-items: center;
}
 
 
 
 
/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content{
       border: 1px solid #787878;
    border-top: none;
    width: 100%;
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    display: table-row;
    border-collapse: collapse;
    border-spacing: 0;
}
 
 
 
div#calendar ul.label{
    float: left;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-left: 5px;
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    display: table-row;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
}
 
div#calendar ul.label li{
       margin: 0px;
    padding: 0px;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
    float: left;
    list-style-type: none;
    width: 9.18em;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background-color: transparent;
    display: table-cell;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    border-color: #ddd;
    border-style: dotted!important;
    background-color: #000;
}
 
 
div#calendar ul.dates{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
}
 
/** overall width = width+padding-right**/
div#calendar ul.dates li{
       margin: 0px;
    padding: 10px;
 
    line-height: 80px;
    vertical-align: middle;
    float: left;
    list-style-type: none;
    width: 8.57em;
    height: 112px;
    font-size: 15px;
    font-weight: bold;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-style: dotted!important;
    border-width: 1px;
    border-color: #ddd;
     display: flex;
    flex-direction: column;
    vertical-align: top;
}
 
:focus{
    outline:none;
}
 
div.clear{
    clear:both;
}  

div#calendar ul.dates li.todayClass {
	background: #f3f792;	
}  

.auditionSlots{
	position: relative;
	font-size:11px;
    line-height: 0;
    height: 100%;
    display: flex;
    grid-gap: 5px;
    flex-direction: column;
}

.dialogBox {
	background: white;
}
/*********tushar01/09/2020************/
/*************************************/

div#calendar .box-content ul.dates li p{
    display: grid;
    grid-template-columns: 1fr 1fr;
    line-height: 15px;
}
div#calendar .box-content ul.dates li p > span{
    justify-content: flex-start;
    display: flex;
}
div#calendar .box-content ul.dates li p > a{
    justify-content: flex-end;
    display: flex;

}
.headerButton{
    display: flex;
    grid-gap: 20px;
}
.headerButton span{
    display: flex;
}
.headerButton i {
    color: #000;
    
}
.auditionSlots a{
    line-height: 15px;
    color: #000;
}

/*dialogbox*/

.ui-widget-content.fc-dialog-box{
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .3);
    overflow: initial;
    width: 220px !important;
    background: #fff;
     
}
.fc-dialog-box .ui-dialog-titlebar{
    position: absolute;
    right: 0;
}
.fc-dialog-box .ui-dialog-titlebar-close{
        color: transparent;
    position: relative;
    background: transparent;
    border: none;
     -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  user-select: none;
}
.fc-dialog-box .ui-dialog-titlebar-close:before{
   content: '\f00d';
    color: #000;
    position: absolute;
    width: 100%;
    top: 3px;
    right: 0;
    font-size: 16px;
    cursor: pointer;
    display: block;
    font-weight: bold;
    font-family: "FontAwesome";
}
.fc-dialog-box .dialogBox{
    min-height: 215px !important;
}
.fc-dialog-box .dialogBox > p{
    padding: 5px 10px 0;
    margin-bottom: 5px;
 
}
.fc-dialog-box .dialogBox > p:last-child{
    margin-bottom: 10px;
}
.fc-dialog-box .dialogBox > p a{
       color: #000;
}
.fc-dialog-box .dialogBox > span{
    display: flex;
    width: 100%;
    background: #ddd;
    padding: 5px 5px;
}
::-moz-scrollbar {
    background: rgba(255, 255, 255, .2);
    position: absolute;
    width: 4px;
}
::-moz-scrollbar-thumb {
    background-color: #bec9dc;
}
::-moz-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 768px){
    .admin_cstm_content_calender{
        float: left;
        width: 100%;
    }
    .admin_cstm_content_calender #calendarDiv{
        overflow-x: scroll;
    }
    .admin_cstm_content_calender #calendar{
        margin: 0px auto;
        padding: 0px;
        width: 1100px !important;
    }
        div#calendar ul.dates li {
        width: 9.5em !important;
    }
    div#calendar ul.label li {
        width: 10.18em;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px){
    .admin_cstm_content_calender div#calendar ul.dates li {
        width: 7.45em;
    }
    .admin_cstm_content_calender div#calendar ul.label li {
        width: 8em;
    }
}
@media only screen and (min-width: 1136px) and (max-width: 1262px){
    .admin_cstm_content_calender div#calendar ul.dates li {
        width: 8.56em;
    }
    .admin_cstm_content_calender div#calendar ul.label li {
        width: 9.18em;
    }
}