﻿.myMedia {
    margin-right: 27px;
    margin-left: 100px;
}
.myMediaCategory {
    margin-right: 27px;
    margin-left: 10px;
}
.myCategoryContainer {
margin-bottom: 30px;
}
.myLi {
    margin: 10px 15px 10px 15px;
}




.checkboxMy {
    width: 15px;
    height: 15px;
    margin: 0px;
}

.moveall {
    display: none;
}
.removeall {
    display: none;
}
.info-container {
    display: none;
}

@media (min-width: 992px) {
    .myFlex {
        display: flex;
        flex-flow: row wrap;
    }
}

.myGroup {
    margin-bottom: 5px;
}
.datepicker {
z-index: 9999;
}
.popover {
    z-index: 9999;
}
.clockpicker-popover {
    z-index: 9999;
}

.myBtn {
    margin-top: -10px;
}

.bootstrap-datetimepicker-widget {
    text-align: center;
}


/*Календарь - фактический размер + минимальное 18 px*/
.fc-time-grid .fc-event, .fc-time-grid .fc-bgevent {
    min-height: 18px;
    padding: 0px;
}



#loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}



#loading i {
    /* this section calls the dropHeader animation we defined above */
animation-name: dropHeader;
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-duration: 0.6s;
animation: dropHeader 0.6s infinite;
}

#loading small {
    color: #000;
}


.loading-block {
    padding: 15px;
    text-align: center;
    position: fixed;
    top: 40%;
    left: calc(50% - 50px);
    z-index: 1200;
    border-radius: 5px;
}

#black-bg {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1010;
}

.loadPav {
    background-image: url('../images/Double Ring-1s-69px.gif');
    width: 64px;
    height: 64px;
}
label {
     font-weight: bold;
}


@media (min-width: 1025px)  {
    .modal-lg {
        width: 1117px;
    }
    
}