﻿#dialog-schedule {
    display:none;
    font-size:12px;
}

#dialog-schedule-content {
    width:410px;
    height:240px;
    display:block;
    float:left;
    overflow: auto;
}

#dialog-schedule-content input {
    width:315px;
}

    #dialog-schedule-content label {
        width: 60px;
        float: left;
        padding: 3px 0 0 4px !important;
    }

.dialog-schedule-row {
    padding: 2px;
    text-align: center;
    height: 21px;
    border-bottom: solid 1px #E3F1FC;
    display: none;
    margin-left: 60px !important;
    /*<jasobNoObfs>*/
    width: calc(100% - 65px);
    /*</jasobNoObfs>*/
}

    .dialog-schedule-row span, #schedule-hours-info-row span {
        cursor: pointer;
        display: none;
        float: left;
        width: 100px;
        margin-left: 2px !important;
        padding: 3px 0 0 4px !important;
        text-align: left;
    }

.dialog-schedule-row-select {
    display:none;
    float:left;
    width:104px;
    margin-left:2px;
}

#dialog-schedule-controls {
    display:block;
    width:110px;
    float:left;
    margin: 0 0 0 2px;
    height:250px;
}

#dialog-schedule-controls .dialog-schedule-button {
    display:block;
    width:75px;
    margin: 2px auto;
}

#dialog-schedule-controls .spacer {
    display:block;
    height:5px;
    border:solid 1px transparent;
}