/*.myModalCalendar {
    overflow: hidden;
}

.modal-header {
    background: #1fa67a;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.26);
    box-shadow: 0 1px 1px rgba(0,0,0,0.26);

}

.modal-title {
    display: none;
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.modal-header .close {
    margin-top: -10px;
}


#myModal .modal-body {
    padding-bottom: 0;
}

#myModal .modal-footer {
    padding: 0;
    margin-top: 10px;
}

#myModal .close-btn {
    text-align: center;
    display: block;
    width: 100%;
    color: #000 !important;
}

.modal #categories {

}

.modal #categories > li {
    display: inline-block;
    float: left;
    width: 25%;
    background: #eee;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-left: none;
    border-bottom: none;
}

.modal #categories > li > a{
    width: 100%;
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #7d7d7d;
    padding: 2px;
}

.modal #categories > li:hover {
    background: #1fa67a;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;       
}

.modal #categories > li:hover > a{
    color: #fff;
    background: #1fa67a;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;       
}

.modal #categories > li > a > span{
    display: none;
}

.modal #categories > li > a > i{
    background: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px;
}
*/
 
@media (min-width: 1100px) {
    
/*#myModal  .modal-dialog {
   /* max-width: 85%;
    margin: 0 auto;
} */   

}

@media (max-width: 500px) {
  table#calendar-fullscreen {
        height:320px;
    }    
    
}
