/* Short Reset
...................*/
html, body, div, span, object, p,
h1, h2, h3, h4, h5, h6, a, em, img,
strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside none;
    line-height: 100%;
}

html, body {
    height: 100%;
}

body {
    background-color: #fff;
    color: #6F6F6F;
    font-size: 12px;
    font-family: 'bpg_arialregular';
}

h1 {
    margin-bottom: 15px;
    color: #585858;
    font-weight: normal;
    font-size: 15px;
    font-family: 'bpg_arialregular';
}
/* Shared Rules
...................*/

/* Aligners
.................. */
.Center {
    margin-right: auto;
    margin-left: auto;
}

/* Page styles
.................. */
.Auth {
    box-sizing: border-box;
    display: table;
    height: 100%;
    width: 100%;
}

.Auth .Content {
    display: table-row;
    height: 90%;
    overflow: auto;
    position: relative;
}

.Auth .Footer {
    display: table-row;
    position: relative;
}

#Login {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 60px;
}

#Login .Logo {
    display: inline-block;
    height: 100px;
    margin-bottom: 12px;
    margin-left: -18px;
    overflow: hidden;
    text-indent: -500px;
    width: 126px;
    background: url("/Assets/Images/login_sprite.png") no-repeat left top;
}

#Login section {
    width: 100%;
    height: 375px;
}

/* Forms */

input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="number"],
input[type="email"],
input[type="password"],
select, textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Verdana;
    padding: 9px 10px;
    width: 80%;
    border: 1px solid #e0e0e0;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 12px;
    appearance: none;
}

input[type="text"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
select:hover, body textarea:hover {
    border-color: #999 !important;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus, body textarea:focus {
    border-color: #00aeef !important;
}

.Form {
    padding: 10px 0;
    width: 380px;
}

.Form .Row {
    padding: 5px 0;
}

.Form .Row .Input {
    position: relative;
    display: inline-block;
    width: 300px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

.Form .Row .Input i {
    display: block;
    float: left;
    width: 13%;
    height: 38px;
    background: #fafafa url("/Assets/Images/login_sprite.png") no-repeat;
}

.Form .Row .Input i.User {
    background-position: 13px -105px;
}

.Form .Row .Input i.Pass {
    background-position: 11px -134px;
}

.Form .Row .Input input[type="text"],
.Form .Row .Input input[type="password"] {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    width: 87%;
    border: 0 none;
    background-color: #fff;
    font-size: 15px;
}

.Form .Row .Input input::-webkit-input-placeholder {
    color: #959595;
    font-size: 13px;
    line-height: 190%;
    opacity: 1;
    font-family: 'bpg_arialregular';
}

.Form .Row .Input input:-moz-placeholder {
    color: #959595;
    font-size: 13px;
    line-height: 190%;
    opacity: 1;
    font-family: 'bpg_arialregular';
}

.Form .Row .Input input::-moz-placeholder {
    color: #959595;
    font-size: 13px;
    line-height: 190%;
    opacity: 1;
    font-family: 'bpg_arialregular';
}

.Form .Row .Input input:-ms-input-placeholder {
    color: #959595;
    font-size: 13px;
    line-height: 190%;
    opacity: 1;
    font-family: 'bpg_arialregular';
}

.Form .Row .Checkbox input,
.Form .Row .Radio input {
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
}

.Form .Row .Radio input:checked + span {
    color: #00aeef;
}

.Form .Row .Checkbox label,
.Form .Row .Radio label {
    font-size: 13px;
}

.Form .Row .Radio label {
    font-size: 13px;
    padding: 5px 0;
    display: inline-block;
}

.Form .Row .Radio .Roles {
    border: 1px dashed #00aeef;
    color: #999;
    cursor: pointer;
    display: block;
    padding: 8px;
    text-align: left;
}

.Form .Row .Radio .Roles:hover {
    color: #00aeef;
}

.Form .Buttons {
    margin-top: 10px;
    padding: 10px 0;
}

.Form .Buttons a,
.Form .Buttons input,
.Form .Buttons button {
    display: inline-block;
    padding: 10px 10px 6px;
    min-width: 140px;
    border: none;
    background-color: #00aeef;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-family: 'bpg_nino_mtavruli_bookregular';
    cursor: pointer;
}

.Form .Buttons a:hover,
.Form .Buttons input:hover,
.Form .Buttons button:hover {
    opacity: .9;
}

/* Validation */
.Form .Row.Valid {
}

.Form .Row.Valid li {
    color: #f24662;
    padding: 10px 0;
}

.validation-summary-errors {
    color: #f24662;
}

.Form .Row .Input > span {
    background-color: #f24662;
    clear: both;
    color: #fff;
    display: block;
    font-size: 11px;
    padding: 5px;
    position: relative;
    z-index: 1;
}

.Form .Row .Input .field-validation-valid,
.Form .Row .field-validation-valid {
    display: none;
}

.Form .Captcha {
    border: 1px dashed #ccc;
    margin: 10px 40px;
    padding: 0;
}

.Form .Captcha label {
    display: block;
    padding: 8px;
}

.Form .Captcha .CaptchaInput {
    margin-bottom: 5px;
}

.Form .Captcha .CaptchaInput img {
    display: inline-block;
}

.Form .Captcha .CaptchaInput input {
    font-size: 17px;
    margin-left: 10px;
    padding: 5px;
    position: relative;
    height: 32px;
    text-align: center;
    vertical-align: top;
    font-family: verdana;
    width: 65px;
}

.Form .Captcha > span {
    background-color: #f24662;
    clear: both;
    color: #fff;
    display: block;
    font-size: 11px;
    padding: 5px;
    position: relative;
    z-index: 1;
}

.Form .Links {
    margin: 0 40px;
    overflow: hidden;
}

.Form .Links a {
    color: #00aeef;
    display: block;
    float: left;
    font-size: 11px;
    text-decoration: none;
    width: 50%;
}

.Form .Links a:hover {
    color: #0894c8;
    text-decoration: underline;
}
/* Footer */
#Footer {
    background-color: #fff;
    border-top: 1px solid #ededed;
}

#Footer .Copy {
    color: #888888;
    font-size: 11px;
    margin: 0 25px;
    padding: 13px 5px 12px;
}

#Footer .USAID {
    border-top: 1px solid #ededed;
    display: table;
    font-size: 11px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    padding: 10px 25px 15px;
}

#Footer .USAID span {
    display: table-cell;
    font-size: 10px;
    padding: 0 10px;
    vertical-align: middle;
}

#Footer .USAID span:first-child {
    padding-left: 0;
}

#Footer .USAID span:last-child {
    padding-right: 0;
}

#Footer .USAID span:last-child img {
    float: right;
}

#Footer .USAID img {
    height: 47px;
}

#Footer .USAID .C {
    height: 47px;
}

@media only screen and (max-width: 850px) {

    #Footer .USAID {
    }

    #Footer .USAID span {
        display: block;
        float: none;
        height: auto;
        text-align: center;
    }

    #Footer .USAID .C {
        height: auto;
        line-height: 1.3;
    }

    #Footer .USAID span:first-child {
        margin-bottom: 10px;
    }

    #Footer .USAID span:last-child {
        margin-top: 10px;
    }

    #Footer .USAID span:last-child img {
        float: none;
    }

    #Footer .Copy {
        text-align: center;
    }
}

.RoleContainer {
    padding: 10px 10%;
    width: auto;
}

.RoleContainer .Radio {
    display: inline-block;
    margin: 2px;
}
