/*------------------------------------
    LogIn
 -------------------------------------*/

.login {
    margin: 20px 100px 100px 40px;
    width: 500px;
}

.loginSystemName {
    color: #183C71;
}

.loginHeader {
    height: 50px;
    margin-top: -40px;
    margin-bottom: 30px;
    background-color: #183C71;
    color: #FFFFFF;
    text-align: center;
    font-size: 60%;
}

.loginFooter {
    height: 40px;
    margin-top: 50px;
    background-color: #183C71;
    color: #FFFFFF;
    text-align: center;
    font-size: 60%;
}

/*------------------------------------
    Forms
 -------------------------------------*/
table.form {
    border: solid 0 #ddd;
    min-width: 850px;
    width: 100%;
}

    table.form .k-textbox {
        width: 100%;
    }

    table.form textarea {
        height: 80px;
        max-width: none;
        width: 100%;
    }

    table.form .k-datepicker {
        width: 140px !important;
    }

    table.form th {
        background: #AFB2D8;
        border-bottom: 1px solid white;
        border-right: 1px solid white;
        text-align: right;
        padding: 6px;
        color: #333;
        width: 125px;
    }


    table.form td {
        border: 1px solid #eeeeee;
        padding: 6px;
        color: #333;
    }

    table.form table.subtable th {
        background: none;
        border-bottom: inherit;
        /*border-bottom: 1px solid #eeeeee ;*/
    }

    table.form table.subtable td {
        border: inherit;
        /*border-bottom: 1px solid #eeeeee ;*/
    }

.placeholder {
    color: #777777;
    font-style: italic;
}

/*------------------------------------
    Other
 -------------------------------------*/

.cancelled {
    color: red !important;
    font-weight: bold;
}

.pageTitle {
    color: #183C71;
}

.field-validation-error {
    color: red;
}

.text-bold {
    font-weight: bold;
}

.force-text-left {
    text-align: left !important;
}

.force-text-center {
    text-align: center !important;
}

.force-text-right {
    text-align: right !important;
}

a {
    cursor: pointer;
}

/*------------------------------------
    Default
 -------------------------------------*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}



/* Styles for validation helpers
-----------------------------------------------------------*/
.required {
    color: #f00;
}

.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.errMsg {
    color: red;
    font-weight: bold;
    text-align: center;
}

.k-widget.k-tooltip-validation {
    position: absolute;
}
