﻿/*
    Bootstrap modifications
 */

.modal-header {
    margin-left: 0.1% !important;
    margin-right: 0.1% !important;
    padding-left: 25px !important;
}

.form-horizontal {
    margin-left: 2%;
    margin-right: 2%;
}

.control-label {
    text-align: left !important;
    font-weight: bold;
    display: inline-block;
    /*white-space: nowrap;*/
    overflow: hidden;
}

/*
    Global CSS
 */
.form-panel {
    border: 1px solid #cccccc;
}

.form-error {
    color: #cc0000;
    font-size: 13px;
    height: 14px;
    padding-left: 22px;    
}

.content-separator
{
    height: 30px;
}

.noresults {
    width: 100%;
    text-align: center;
}

    .noresults img {
        width: 128px;
        height: 128px;
        margin-left: auto;
        margin-right: auto;
    }

    .noresults div {
        width: 100%;
        height: 40px;
    }

    .noresults span {
        letter-spacing: 2px;
        font-size: 30px;
        color: #990000;
        margin-left: auto;
        margin-right: auto;
    }

.view-results {
    padding-top: 150px;
    width: 100%;
    text-align: center;
}

    .view-results span {
        letter-spacing: 2px;
        font-size: 30px;
        color: #cccccc;
        margin-left: auto;
        margin-right: auto;
    }

.tablesorter-container {
    width: 95%;
    /*position: relative;*/
    overflow-x: auto;
    margin-left: auto;
    margin-right: auto;
    max-height: 800px;
    font-size: 13px;
}

    .tablesorter-container a {
        color: #eeeeee;
        padding-right: 5px;
        font-weight: bold;
    }

.tablesorter-container-scrolling {
    font-size: 11px;    
    border: 1px solid #000000;
}
    
.tablesorter-container-scrolling a {
    color: #eeeeee;
    padding-right: 5px;
    font-weight: bold;    
    }

.information-fields-container {
    margin-left: 20px;
    text-align: left;
    position: relative;
}

    .information-fields-container .information-field {
        width: auto;
        padding-top: 15px;
        position: relative;
        clear: both;
    }

        .information-fields-container .information-field .field-label {
            float: left;
            position: relative;
            margin-top: 4px;
        }

            .information-fields-container .information-field .field-label span {
                font-size: 12px;
                font-weight: bold;
            }

        .information-fields-container .information-field .field-content {
            margin-left: 10px;
            width: auto;
            position: relative;
        }

            .information-fields-container .information-field .field-content span {
                font-size: 12px;
            }

            .information-fields-container .information-field .field-content a {
                margin-left: 10px;
            }

    .information-fields-container .action-buttons {
        position: relative;
        padding-top: 35px;
        clear: both;
    }

        .information-fields-container .action-buttons input {
            margin-right: 15px;
        }

.popup-buttons {
    float: right;
    position: relative;
    width: auto;
    padding-top: 35px;
    margin-bottom: 15px;
    clear: both;
}

    .popup-buttons input {
        margin-right: 15px;
    }

.calendar-container {
    width: 100%;
    /*min-width: 900px;*/
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #333333;
    padding-top: 10px;
}
   
.checkboxLarge {
        width:30px;
        height:30px;
    padding-top: 0px;
    }

.checkboxMedium {
        width:20px;
        height:20px;        
    }

.checkboxSmall {
        width:15px;
        height:15px;        
    }

.hr-ttu-style {
    border-top: 1px solid #99281e;
    border-bottom: 1px solid #99281e;
}

.modal-draggable .modal-backdrop {
  position: fixed;
}

.modal-draggable .modal-header:hover {
  cursor: move;
}

.modal-draggable .modal-backdrop {
    position: fixed;
}

.modal-draggable .modal-header:hover {
    cursor: move;
}

.div-centered {
    display: table;
    margin: 0 auto;
}

.attendYes {
    text-shadow: 0 0 1px #2E8B57;
    color: #90EE90 !important;
    font-weight:bold;    
}

.attendNo {
    text-shadow: 0 0 1px #DC143C;
    color:#FA8072 !important;
    font-weight:bold;    
}

.divMandatory {
    display:inline;
    font-size: 18px;
    color: #DC143C;
}

.divRequiredNotice {
    background-color: #cccccc;
    display:inline-block;
    padding: 2px 2px 2px 2px;
}

.divIcon {
    width: 15px;
    height: 15px;
    float: left;
}

.clickable {
    cursor: pointer;
}

.radio, .checkbox {
    position: relative;
    display: block;
}

.browserRecommendation {
    background-color: #006341;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    color: #ffffff;
    display: none; 
    width: 50%;
}