@font-face {
    font-family: 'AvenirNext-DemiBold';
    src: url('fonts/AvenirNext-DemiBold.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'AvenirNext-Regular';
    src: url('fonts/AvenirNext-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
  }
input.text {
    margin-bottom: 12px;
    width: 95%;
    padding: .4em;
}

fieldset {
    padding: 0;
    border: 0;
    margin-top: 25px;
}

h1 {
    font-size: 1.2em;
    margin: .6em 0;
}

div#users-contain {
    width: 350px;
    margin: 20px 0;
}

div#users-contain table {
    margin: 1em 0;
    border-collapse: collapse;
    width: 100%;
}

div#users-contain table td,
div#users-contain table th {
    border: 1px solid #eee;
    padding: .6em 10px;
    text-align: left;
}

.ui-dialog .ui-state-error {
    padding: .3em;
}

.validateTips {
    border: 1px solid transparent;
    padding: 0.3em;
}

table {
    font-family: "AvenirNext-DemiBold",sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #010B29;
    text-align: left;
    padding: 8px;
}

.tr_clone {
    padding: 10px;
    border-radius: 5px;
    background-color: #98BCC4;
    margin-bottom: 10px;
}

.right {
    padding-left: 210px;
}

.time {
    background-color: white;
    display: inline-flex;
    border: 1px solid #ccc;
    color: #555;
}

.timeDuration {
    border: none;
    color: #555;
    text-align: center;
    width: 60px;
}

.without_ampm::-webkit-datetime-edit-ampm-field {
    display: none;
}

input[type=time]::-webkit-clear-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: -10px;
}

#dialog-reason {
    height: 320;
    z-index: 8;
    display: none;
}

#data {
    background-color: #0209B9;
    width: 100%;
    display: inline-block;
    z-index: 10;
    color: white;
    padding: 19px 15px 15px 13px;
    font-size: 13px;
    max-width: 200px;
    height: auto;
    border-radius: 5px;
    font-weight: normal;
    font-family: "AvenirNext-DemiBold",sans-serif;
}

div#dialog-reason {
    z-index: 99;
    position: absolute;
}

.header-container-sec {
    background-color: #F7F7F7;
    padding-top: 56px;
    padding-bottom: 18px;
}

.cast-btn-event {
    width: 149px;
    height: 22px;
    line-height: 2;
    background-color: #0209B9;
    border-radius: 5px;
    font-size: 10px;
    color: #ffff !important;
    padding: 0px !important;
    text-align: left;
    font-weight: 600;
    padding-left: 10px !important;
    padding-right: 8px !important;
    margin-right: 9px;
    font-family: "AvenirNext-DemiBold",sans-serif;
}

.caret {
    float: right;
    width: 11px !important;
    height: 11px !important;
    border: none !important;
    background-image: url(img/drop-icon-calendar.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 4px;
}

.drop-cast-cal {
    min-width: 0px;
    width: 149px;
    color: #ffff;
    background-color: #000696;
    padding: 0px !important;
    border-radius: 5px;
    padding-right: 1px !important;
    padding-left: 1px !important;
}



.drop-cast-cal li:last-child{
    border-bottom: none !important;
    padding: 10px;
}
.drop-cast-cal li{
    border-bottom: 1px solid rgb(255, 255, 255)!important;
    padding: 10px!important;
}
.drop-cast-cal li a {
    color: #ffff !important;
    font-size: 11px;
    font-weight: 600px;
    padding: 0px !important;
    font-family: "AvenirNext-DemiBold",sans-serif;
    background-color: transparent !important;
    display: table;
    width: 100%;
    clear: both;
}
.dropdown-menu.drop-cast-cal li a{
    color: #fff !important;
}
.drop-cast-cal .border-bot-n {
    border: none !important;
}

.dropdown-menu>li>a:hover {
    background: none !important;
    color: #FFFF01 !important;
}

li.active span.check-icon {
    float: right;
    width: 10px !important;
    height: 12px !important;
    background-image: url(img/check-hov-calender.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 4px;
}

.btn:hover {
    color: #ffff !important;
}

.fc-button-primary {
    width: 67px !important;
    height: 22px;
    padding: 0px;
    border-radius: 5px;
    background: none;
    color: #575757;
    border: none;
    font-size: 10px;
    font-family: "AvenirNext-DemiBold",sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.fc-button-primary:disabled {
    color: #575757;
    background: none;
    border: none;
}

.theme-showcase {
    margin-top: -15px;
}

.fc-toolbar {
    position: relative;
}

.fc-left {
    position: absolute;
    top: -35px;
    left: 0px;
    top: -20px;
    left: 30px;
}

.select-item {
    padding-left: 0px;
    z-index: 99;
}

.fc-toolbar.fc-header-toolbar {
    position: absolute;
    top: -30px;
    right: 15px;
    width: 100%;
}

.fc-toolbar h2 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "AvenirNext-DemiBold",sans-serif;
}
.fc-ltr .fc-h-event.fc-not-start{
    padding-left: 5px;
}
#calendar {
    position: relative;
}

.fc-view-container {
    margin: 36px 15px 36px 15px;
}

.fc-button-primary:not(:disabled).fc-button-active {
    color: #0209B9;
    background: none;
    border: none;
}

.dropdown-menu>.active>a {
    background-color: #000696;
}

.fc-button-primary:hover {
    color: #fff !important;
    background-color: #0209B9 !important;
    border: none;
}
.fc-dayGridMonth-button:hover {
    color: #fff !important;
    background-color: #0209B9 !important;
    border: none;
}
.fc-button-primary:not(:disabled):active {
    background: none;
    border: none;
    color: #0209B9;
}
.fc-button-active:active{
    background-color: #0209B9;
    color: #fff;
}
.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
    box-shadow: none;
}

.fc-button-primary:focus {
    box-shadow: none;
}

.fc-button:focus {
    box-shadow: none;
}

.body-text {
    float: left;
    font-size: 14px;
    color: #707070;
    font-weight: 500;
    font-family: "AvenirNext-DemiBold",sans-serif;
}

.body-cln-link {
    float: right;
    
}
.dwn-icon::before {
    position: relative;
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #0209B9;
    border-radius: 50%;
    right: -16px;
    
}
.sidebar-nav{
    border-radius: 5px 0px 0px 0px;
}
.dwn-icon{
    width: 13.25px;
    height: 13px;
    background-image: url(img/calendar-downloade-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
    margin-left: 18px;
    margin-right: 12px;
}

.download{
    font-size: 10px;
    color: #0209B9;
    font-weight: 600;
    font-family: "AvenirNext-DemiBold",sans-serif;
    float: left;
    font-family: "AvenirNext-DemiBold",sans-serif;
}
.fc-event{
    color: #0209B9;
    font-weight: 600;
    font-size: 11px;
    font-family: Helvetica;
}
.fc-event,
.fc-event:hover {
    background-color: #fff;
    border: none;
    color: #0209B9;
    font-family: Helvetica;
}

.fc-event:hover {
    font-weight: 600;
}

#dialog-reason label {
    font-weight: normal;
}
.fc th{
    text-align: left;
    border: none;
    font-size: 10px;
    color: #575757;
    font-weight: 600;
    padding-bottom: 10px;
    font-family: "AvenirNext-DemiBold",sans-serif;
    text-transform: uppercase;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number{
    float: left;
    padding: 10px 0px 18px 6px;
    font-size: 14px;
    color: #BAB8B8;
}
.fc-unthemed td{
    border: none;
}
.fc td.fc-today {
    border: none;
}
.fc-dayGrid-view .fc-body .fc-row{
    height: auto !important;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    margin-bottom: 5px;
}
.fc-widget-content .fc-scroller{
    height: auto !important;
    overflow: hidden !important;
}
.fc-day{
    border-left: 1px Solid #E4E4E4 !important;
}
.admin-body{
    width: 100%;
    float: left;
    margin-bottom: 54px;
}
.fc-dayGridMonth-button{
    
}
.fc-button-active::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #0209B9;
    border-radius: 50%;
    right: 4px;
    top: 7px;
}
.fc-icon-chevron-right:before {
    content: "\f101";
    font-family: 'FontAwesome';
}
.fc-icon-chevron-left:before {
    content: "\f100";
    font-family: 'FontAwesome';
}
.fc-button .fc-icon{
    vertical-align: top;
}
.fc-prev-button{
    width: 40px !important;
    background: none;
}
.fc-next-button{
    width: 40px !important;
    background: none;
}
.fc-today-button{
    width: 60px;
}
.event-logo{
    width: 33px;
    height: 33px;
    background-image: url(img/calendar-conainer-img.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    float: right;
}
#dialog-reason{
    width: 196px;
}
.righty::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    background-color: #0209B9;
    left: -9px;
    top: 41%;
    -webkit-transform: rotate(20deg);
    transform: rotate(46deg);
}
.lefty::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    background-color: #0209B9;
    right: -9px;
    top: 41%;
    -webkit-transform: rotate(20deg);
    transform: rotate(46deg);
}
.download:hover {
    background-color: #0209B9;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
}
.download:focus{
    color: #0209B9;
    text-decoration: none;
}
.download:hover .dwn-icon{
    background-image: url(img/calendar-download-wight-icon.svg);
    margin-right: 0px;
}
.fc-unthemed td.fc-today {
    background: none;
}
.fc-ltr .fc-dayGrid-view .fc-today .fc-day-number{
    color: #FFFF01;
    font-weight: 600;
    z-index: 100;
    font-family: "AvenirNext-DemiBold",sans-serif;
}
.fc-content-skeleton tr .fc-today::after{
    content: "";
    width: 29px;
    height: 29px;
    background-color: #0209B9;
    position: absolute;
    display: block;
    border-radius: 50%;
    z-index: -1;
    top: 5px;
}
.container-under-space{
    padding-left: 80px;
    padding-right: 80px;
}
.calendar-under-space{
    padding-left: 80px;
    padding-right: 80px;
}
.body-main-under-space{
    padding-left: 80px;
    padding-right: 80px;
}
#data h5{
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 600;
    font-family: "AvenirNext-DemiBold",sans-serif;
}
.ev-no-time .fc-time{
    display: none;  
}
.fc-event{
    background-color: #EDEDED !important;
    border-radius: 5px !important;
    padding: 2px 0px 2px 11px;
}
#data h5:hover{
    color: #FFFF01;
}
.fc-button-group > .fc-button:not(:first-child) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.fc-button-group > .fc-button:not(:last-child) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.fc-today-button:hover{
    background: none !important;
    color: #0209B9 !important;
}
.fc-prev-button:hover{
    background: none !important;
    color: #0209B9 !important;
}
.fc-next-button:hover{
    background: none !important;
    color: #0209B9 !important;
}
.fc-today-button:not(:disabled):active {
    background: none;
    color: #0209B9;
}
.fc-prev-button:not(:disabled):active {
    background: none;
    color: #0209B9;
}
.fc-next-button:not(:disabled):active {
    background: none;
    color: #0209B9;
}
.set-content{
    padding: 60px;
    min-height: 350px;
}

tr:first-child > td > .fc-day-grid-event {
    padding-left: 5px;
}
.select-item .btn-group .btn,.select-item .btn-group .btn:hover,.select-item .btn-group .btn:focus{
    color: #fff !important;
}
@media(max-width:1200px) {
    .cast-btn-event {
        width: 121px;
    }
}
@media(max-width:992px) {
    .fc-button-primary{
        width: 60px !important;
    }
    .fc-prev-button{
        width: 10px !important;
        z-index: 1;
    }
    .fc-next-button{
        width: 10px !important;
    }
    
}
@media(max-width:700px) {
    .container-under-space{
        padding-left: 0px;
        padding-right: 0px;
    }
    .calendar-under-space{
        padding-left: 0px;
        padding-right: 0px;
    }
    .body-main-under-space{
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media(max-width:580px){
    .header-container-sec{
        padding-bottom: 60px;
    }
    .fc-left{
        top: 6px;
    }
    .body-text{
        margin-bottom: 20px;
        float: none;
        display: block;
        width: 100%;
    }
    .body-cln-link {
        float: none;
        
    }
    .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
        padding: 10px 0px 10px 6px;;
    }
    .fc-dayGrid-view .fc-body .fc-row {
        height: auto !important;;
    }
    .fc-event{
        font-size: 10px !important;
    }
    .fc-button-primary{
        width: 50px !important;
    }
    .fc-prev-button{
        width: 10px !important;
    }
    .fc-next-button{
        width: 10px !important;
    }
    .fc-button-active::before {
        position: absolute;
        display: inline-block;
        content: "";
        width: 7px;
        height: 7px;
        background-color: #0209B9;
        border-radius: 50%;
        right: 0px !important;
        top: 7px;
    }
}
@media(max-width:400px){
    .fc th {
        font-size: 7px;
    }
    .fc-toolbar{
        display: block;
    }
    .fc-left{
        position: relative;
        display: block;
        text-align: center;
        left: 0px;
        top: -2px;
    }
    .fc-right{
        position: relative;
        display: block;
        text-align: center;
    }
    .fc-header-toolbar{
        right: 0px;
    }
    .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number{
        font-size: 10px;
    }
    .fc-unthemed td.fc-today::after {
        
        width: 25px;
        height: 25px;
        top: 4px;
    }
    .select-item{
        text-align: center;
        width: 100%;
        padding-left: 15px;
    }
    .fc-prev-button{
        width: 30px !important;
    }
    .fc-next-button{
        width: 30px !important;
    }
    .cast-btn-event {
        width: 138px !important;
        
    }
    .header-container-sec {
        padding-bottom: 70px !important;
    }
    .fc-toolbar.fc-header-toolbar {
        top: -45px !important;
    }
}
@media(max-width:360px){
    .cast-btn-event {
        width: 120px;
    }
}