﻿@charset "utf-8";
/* reset CSS */

@font-face {
    font-family: 'Hermes_FB';
    src: url('fonts/Hermes_FB-Regular.ttf') format('truetype'), url('fonts/Hermes_FB-Black.ttf') format('truetype'), url('fonts/Hermes_FB-Black_Italic.ttf') format('truetype'), url('fonts/Hermes_FB-Bold.ttf') format('truetype'), url('fonts/Hermes_FB-Bold_Italic.ttf') format('truetype'), url('fonts/Hermes_FB-Italic.ttf') format('truetype'), url('fonts/Hermes_FB-Thin.ttf') format('truetype'), url('fonts/Hermes_FB-Thin_Italic.ttf') format('truetype');
}

body {
    background: none;
    border: none;
    /*font-family: Verdana;*/
    font-family: 'Hermes_FB';
    font-size: small;
    color: #444;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

html, body, form, h1, h2, h3, h4, h5, h6, p, input[type="checkbox"] {
    margin: 0;
    padding: 0;
}

input[type="text"], input[type="password"] {
    border: 1px solid #BBBBBB;
    font-family: Hermes_FB;
}
/* end of reset css */
/*---------------------------*/
/* common classes */
.clear {
    clear: both;
}

.lfloat {
    float: left;
}

.rfloat {
    float: right;
}

.smallInput {
    width: 45% !important;
}

.largeWidth {
    width: 93% !important;
    width: 44% !important;
}
/* end of common classes */
/*---------------------------*/

/* page style */
.block {
    padding: 10px;
}
/*devied top and bottom parts of page*/
.topBlock {
    border-bottom: 1px solid #b2b2b2;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABMCAIAAAAjsUpsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEVJREFUeNqMTlsKACAMku5/Z9sL1lpUH6JMJ4LkAGBQTdVxIwUQXVizNK+zd1Tecjfv1RHbnE/bcmPrKL8/XYufG6cAAwBFymotT/a6tQAAAABJRU5ErkJggg==) repeat-x scroll 0 0 #D8DCE0;
}

.bottomBlock {
    border-top: 2px solid #e4e4e4;
}

.container {
    /*max-width: 900px;*/
    width: 100%;
    margin: auto;
}
/*logo button*/
.logoIcon {
    background: url("images/subahLogo.png") no-repeat scroll 2px 1px transparent;
    line-height: 22px;
    margin: 11px 0;
    min-height: 31px;
    padding: 3px 38px;
}

.loginBox {
    display: inline-table;
    min-width: 325px;
    width: 52%;
}

.box { /*width:49%; display:inline-table;min-width: 160px;*/
    width: 30%;
    margin: 0 auto;
    min-width: 400px;
    padding-top: 5%;
}

    .box h1 {
        padding: 8px 1px;
        color: #1166c1;
        margin-bottom: 10px;
    }
/* form container - inner div in login box, contain form */
.formContainer input.largeWidth, .formContainer input.smallInput {
    font-family: 'Hermes_FB';
    padding: 3px;
    height: 23px;
    color: #555;
    display: block;
}

.formContainer .rGroup {
    padding: 6px 1px;
    padding: 10px 5px;
}
/*table style in login box form container*/
#loginTable td {
    padding: 0px 5px;
}

    #loginTable td span, #loginTable td label, #loginTable td a, #divRegistrationBox .rGroup label {
        color: #1166C1;
        font-size: 12px;
        font-weight: bold;
        margin-left: 1px;
        vertical-align: top;
    }

#loginTable {
    padding: 6px 31px 4px 5px;
}

    #loginTable input[type="text"], input[type="password"] {
        padding: 1px 3px;
        height: 23px;
        color: #555;
        width: 94%;
        display: block;
    }

    #loginTable input[type="checkbox"] {
        margin-right: 5px;
    }
/*task baar on log in page*/
.taskbar {
    /*border-top: 1px solid #999;
    border-top-width: 1px;
    background: #E2E2E2;
    bottom: 0;
    height: 30px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    text-align: center;*/
      border-top-width: 1px;
  background: #E2E2E2;
  bottom: 0;
  height: 2px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  text-align: center;
  background: #eeeeee url(/Content/css/images/footer-bg.png) repeat-x left top;
  padding-top: 5px;
}

.taskbar {
    /*border-top-width: 1px;
    background: #E2E2E2;
    bottom: 0;
    height: 30px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    text-align: center;
    background: #eeeeee url(/Content/css/images/footer-bg.png) repeat-x left top;
    padding-top: 5px;*/
}

    .taskbar .logo a img {
        float: left;
    }
/*theame blue button style*/
.themeBtn {
    background-color: #4991DD;
    background-color: #1b3f94;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    color: #FFF;
    cursor: pointer;
    font-size: 12px!important;
    font-style: normal!important;
    font-weight: 700!important;
    line-height: 1;
    background-image: url(images/awesome-overlay-sprite.png);
    background-repeat: repeat-x;
    background-position: 0 27px;
    border-bottom: 1px solid #328BE5;
    border-color: inherit;
    border-style: none;
    border-width: medium;
    padding: 4px 12px;
    height: auto;
    font-weight: normal !important;
    /*font-family:Verdana;*/
    font-family: 'Hermes_FB';
    padding: 6px 12px\9; /* IE 8 and below */
    *padding: 6px 12px; /* IE 7 and below */
    _padding: 6px 12px; /* IE 6 */
}
    /*effects of button*/
    .themeBtn:hover {
        background-position: 0 -5px;
    }

    .themeBtn:active {
        background-position: 0 30px;
    }
/*chrome specific style*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .themeBtn {
        padding: 7px 14px;
        5px;
    }
}
/* validation errors style*/
.field-validation-error, .field-validation-error span, .validation-summary-errors {
    color: red !important;
    font-size: 11px !important;
    font-weight: normal !important;
}

.topBlock .validation-summary-errors {
    text-align: left;
    padding-left: 10px;
}

.bottomBlock .validation-summary-errors {
    text-align: left;
}

.validation-summary-errors ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* Notification message*/
.message {
    position: absolute;
    min-width: 150px;
    max-width: 500px;
    background: #ffa;
    top: 0;
    border: 1px solid #FFCC35;
    display: none;
    left: 50%;
    margin-left: -150px;
    border-top: none;
    font-weight: bold;
}

    .message div {
        display: block;
        padding: 5px;
        text-align: center;
    }
/*responsible on screen sizes*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .themeBtn {
        padding: 7px 14px 5px;
        padding: 7px 14px 7px 14px;
    }
    /*buttons*/
}

@media screen and (max-width: 620px) {
    .taskbar {
        position: static;
    }
    /*taskbar at bottom*/
    body {
        overflow-y: auto;
    }
    /*body default style*/
    .loginBox {
        float: none;
    }
    /*login box - main container*/
}

@media screen and (max-width: 380px) {
    .box {
        width: 100%;
    }

    .loginBox {
        min-width: 300px;
    }
}
/*--------responsive------*/
.logoContainer {
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 19px;
}

.formContainer {
    /*background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E5E4E4;
border-radius: 4px;
box-shadow: 0 0 10px 1px #999999;
padding: 10px;*/
}

.rGroup a {
    color: #1b3f94;
    color: rgb(227, 33, 25);
    font-family: Verdana;
}

    .rGroup a:hover {
        text-decoration: none;
    }

.LoginHeader {
    padding: 3px 10px;
    background: url("/Content/css/images/login-btm-strip.png") repeat-x left bottom;
}

.LoginHeading {
    font-family: Verdana;
    font-size: 26px;
    color: #1b3f94;
    margin-bottom: 23px;
    text-indent: 5px;
}

.NewLbl {
    color: #1b3f94;
}

    .NewLbl input {
        margin-top: 3px;
    }

.VanContainer {
    width: 37%;
    padding-left: 15%;
    margin-top: 4%;
}

    .VanContainer img {
        opacity: 0.6;
    }

@media screen and (max-width:1040px) {
    .VanContainer {
        width: 37%;
        padding-left: 5%;
        margin-top: 4%;
        margin-right: 10%;
    }

    .VanContainer {
        width: 37%;
        padding-left: 5%;
        margin-top: 4%;
        margin-right: 10%;
    }
}
