﻿
#Scheduler {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color:#2e2e2e;
}

    #Scheduler select {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        border: solid 1px #c5c5c5;
        border-radius: 5px;
        color: #2e2e2e;
    }

    #Scheduler input {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        border-radius: 5px;
        border: solid 1px #c5c5c5;
        padding: 4px;
        color: #2e2e2e;
    }

    #Scheduler button {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 15px;
        border-radius: 5px;
        color: #2e2e2e;
        border: solid 1px;
        border-color: #c5c5c5;
        background-color: #e9e9e9;
        line-height: 25px;
        color: #2e2e2e;
    }
    #Scheduler button:hover {
        color: #2e2e2e;
        border-color: #b6b6b6;
        background-color: #bcb4b0;
    }
#Scheduler div label:first-child {
    width: 189px;
    display: inline-block;
    padding-bottom: 12px;
}

.text-center {
    text-align: center;
}
.report-title {
    border-bottom: #9f9f9f solid 1px;
    padding-bottom: 5px;
    color: #2e2e2e;
    letter-spacing: 3px;
}
.width400 {
    width: 400px;
}

label.error {
    padding-left: 16px;
    margin-left: .3em;
    color: red;
    background: url('../../images/validationerror.gif') no-repeat;
}

.alert {
    padding: 1px;
    background-color: #fb7171;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    border-radius: 10px;
}

    .alert.success {
        background-color: #9aca70;
        text-align: center;
    }

    .alert.info {
        background-color: #2196F3;
    }

    .alert.warning {
        background-color: #ff9800;
    }

.button-container {
    margin-top:25px;
}
.closebtn {
    margin-right: 10px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 30px;
    cursor: pointer;
}

    .closebtn:hover {
        color: black;
    }

.ui-dialog-titlebar-close:after {
    content: 'X' !important;
    position: absolute;
    top: 0px;
    right: 3px;
    color: #b1adad;
    text-indent: 0;
}
