﻿body {
    text-align: left;
    background: #dddddd;
}

/*.k-grid-header .k-header {
    text-align: left;
    white-space: normal;
}*/

.Image-Link {
    color: #fff !important;
    background-color: #fff !important;
    outline: none;
    padding-left: 3px;
    padding-right: 0px;
    text-decoration: none;
}

img {
    border: none;
    cursor: pointer;
}

.securityQuestionDropdown {
    width: 460px !important;
}

.subTable {
    margin: 20px;
    width: auto;
}

.subHeading {
    font-weight: bold;
}

#Birthdate_validationMessage {
    margin-left: 25px;
}

.form-button-large {
    width: 150px;
}

.form-button-small {
    width: 100px;
}

.form-textbox-large {
    width: 200px;
}

.td-border {
    padding: 1em;
    border: 1px solid #e2e2e2;
}

.Url {
    color: red;
}

.ErrorLabel {
    color: Red;
    font-weight: bold;
    text-align: left;
    padding: 2px;
}

.SuccessLabel {
    color: Green;
    font-weight: bold;
    text-align: left;
    padding: 2px;
}

.HyperLink {
    color: #0ca3d0 !important;
}

    .HyperLink:hover {
        color: #3d3d3d !important;
        text-decoration: none;
        background-color: #fff;
    }

    .HyperLink:active {
        color: #034af3 !important;
    }

.addUserListBox {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #3d3d3d;
    height: 150px;
    min-width: 230px;
    margin-top: 10px;
}

/**********************  PRIMARY LAYOUT ELEMENTS  ********************/
.page {
    width: 1200px;
    background-color: #ffffff;
    margin: 0px auto 0px auto;
    text-align: center;
}

.header {
    background: url('../Images/HealthSync/Universal_Elements/Universal_Color.png') no-repeat;
    background-color: #ffffff !important;
    position: relative;
    margin: 0px;
    padding: 0px 65px 0px 65px;
    height: 124px;
}

.pageTitle {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    float: right;
    color: #21a5cd;
    vertical-align: middle;
    text-align: left;
}

.footer {
    background-color: #ffffff;
    margin: 0px auto 0px auto;
    text-align: center;
    width: 1200px;
}

.copyright {
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    background-color: #ffffff;
    padding: 0px 65px 30px 65px;
}

.main {
    background: #ffffff;
    padding: 0px 65px 30px 65px;
}


#mainDiv table {
    margin-top: 0px;
}
/*****************************************/
.k-window-content.k-content {
    background: #f2f2f2;
}

.edit-user-tbl {
    margin: 0;
}

    .edit-user-tbl table td {
        padding: 5px 5px;
        border: 0 none;
    }

    .edit-user-tbl input, textarea {
        border: 1px solid #bfbfbf;
        color: #333;
        font-size: 1.2em;
    }

    .edit-user-tbl .k-dropdown .k-dropdown-wrap {
        background-color: #fff;
        height: 38px;
        /* line-height: 36px; */
        padding-top: 4px;
    }

    .edit-user-tbl input[type="password"] {
        height: 36px;
    }

    .edit-user-tbl .k-i-arrow-s {
        margin-top: 5px;
    }

    .edit-user-tbl #passStrength {
        width: 175px;
        height: 36px;
        border-radius: 0px;
    }

div.buttonWrap .k-button:hover {
    color: #007988 !important;
}

.edit-user-tbl-title {
    color: #007988;
}

.edit-user-tbl .k-button, #ibtnSave, #SaveButton {
    float: left !important;
    border: 1px solid #007988;
}
