﻿
html, body {
    width: 100%;
    height: 100%;
    font-family: Arial,Helvetica,sans-serif;
}

html {
    background: url("themes/base/images/loginwbg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
    background: none;
    overflow: hidden;
}

.textbox {
    margin: 10px 0;
}

.validation-summary-valid {
    display: none;
}

.lcesCheckboxDefault {
    background: #ffffff 0 0 no-repeat;
    background-position: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: solid;
    border-width: 1px;
    border-color: #0593D1;
}

.lcesCheckbox.ez-hide {
    width: 20px;
    height: 20px;
    margin: 0;
}

.lcesCheckboxChecked {
    background-image: url('themes/base/images/green_checkmark.png');
    background-color: #F0F0F0;
    border-color: #ABABAB;
}

.ValidationErrors, li {
    margin: 0 0 0 10px;
}

.LogOnBox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #E7F7FF; /*fallback*/
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9DDFFF), color-stop(1, #E7F7FF));
    background-image: -moz-linear-gradient(top, #9DDFFF 0%, #E7F7FF 100%);
    background-image: -ms-linear-gradient(top, #9DDFFF 0%, #E7F7FF 100%);
    background-image: -o-linear-gradient(top, #9DDFFF 0%, #E7F7FF 100%);
    background-repeat: repeat-x;
    background-size: 100% auto;
    border: 1px solid #ddd;
    border-top: 2px solid #ff7100;
    width: 400px;
    margin: 5% auto 0 auto;
    padding: 15px 0 10px;
}

    .LogOnBox input {
    }

.buttonLogIn .k-button.k-upload-button {
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -webkit-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #faa732;
    background-image: -moz-linear-gradient(top,#fbb450,#f89406);
    background-image: -o-linear-gradient(top,#fbb450,#f89406);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
    background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
    background-image: linear-gradient(to bottom,#fbb450,#f89406);
    background-repeat: repeat-x;
    border-bottom-color: #b3b3b3;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    float: right;
    font-size: 14px;
    font-size: 17.5px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0;
    padding: 11px 19px;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    vertical-align: middle;
}


.icon-play {
    background-position: -264px -72px;
}

.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:focus > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > li > a:focus > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:focus > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"], .dropdown-submenu:focus > a > [class*=" icon-"] {
    background-image: url("themes/base/images/glyphicons-halflings-white.png");
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("themes/base/images/glyphicons-halflings-white.png");
    background-repeat: no-repeat;
}

.dark-blue-text {
    color: #00547A;
    font-weight: bold;
    margin-top: 10px;
}

a.grey-link {
    color: #738183;
}

.text-center {
    text-align: center;
}

.textbox > input {
    width: 100%;
}

.field-validation-valid, .field-validation-error {
    display: block;
    height: 25px;
}

.LogOnHighlightedText {
    color: #ff7100;
    font-weight: bold;
}

.LogOnImage {
    display: block;
    width: 340px;
    margin: 0 auto 1em;
}

#SelectSubscriberModal.fade.in {
    top: 300px;
}

#ForgotPasswordLinkContainer {
    text-align: right;
}

.alert.alert-error {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #B94A48;
    color: #b94a48;
    background-color: #f2dede;
    padding: 1em 0;
}

.field-validation-error {
    color: #B94A48;
}

.error-custom {
    color: #B94A48 !important;
    border-color: #B94A48 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

    .error-custom:focus {
        border-color: #953B39 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #D59392 !important;
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392 !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #D59392 !important;
    }

.row-fluid {
    width: 100%;
}

    .row-fluid .offset3:first-child {
        margin-left: 20%;
    }

    .row-fluid .offset3 {
        margin-left: 20%;
    }

    .row-fluid .span6 {
        width: 60%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 60%;
        min-height: 30px;
        margin-left: 2.127659574468085%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.offset3 {
    margin-left: 260px;
}

.span6 {
    width: 460px;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}
