﻿#calendar {
	max-width: 1300px;
	margin: 0 auto;
}

.full-screen>.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
.full-screen {
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    text-align: center; 
}
.full-screen3>.modal-content {
  height: auto;
  border-radius: 0;
  width:500px;
  display:inline-block;
  margin-top:30%
}
.full-screen3 {
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    text-align: center; 
}
 td.fc-day.fc-past {
    background-color: #EEEEEE;
}
.fc-unthemed td.fc-today {
    background: rgb(250, 173, 173);
}
.eventColorInfoInitialized{
    height:27px;
    width:27px;
    background:#dcdc00;
    display: inline-block;
    margin-left:10px;
    margin-right:5px;
    vertical-align:middle;

}
.eventColorInfoInterpreterConfirmed{
    height:27px;
    width:27px;
    background:#00ffb2;
    display: inline-block;
    margin-left:10px;
    margin-right:5px;
    vertical-align:middle;

}
.eventColorInfoInService{
    height:27px;
    width:27px;
    background:#00ff26;
    display: inline-block;
    margin-left:10px;
    margin-right:5px;
    vertical-align:middle;
}
.eventColorInfoServiced{
    height:27px;
    width:27px;
    background:#d3d3d3;
    display: inline-block;
    margin-left:10px;
    margin-right:5px;
    vertical-align:middle;
}
.eventColorInfoDone{
    height:27px;
    width:27px;
    background:#ff0000;
    display: inline-block;
    margin-left:10px;
    margin-right:5px;
    vertical-align:middle;
}
.fc-myCustomButton-button{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.fc-myCustomButton-button:hover{
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
#divStartTimeSetUpStartTimeDiv input{
    font-weight: 500;
    line-height: 1.2!important;
    font-size: 36px;
    text-align: center;
}