﻿body.login-content_wu {
    background: linear-gradient(to bottom, #000000 0%,#000000 50%,#e0e0e0 50%,#e0e0e0 50%,#e0e0e0 100%);
    text-align: center;
}

.m-b-15{
    margin-bottom:15px !important;
}

.no-border-bg{
    border:none;
    background:none;
}

.cursor{
    cursor:pointer;
}

.login {
    background: #fff;
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.27);
    border-radius: 2px;
    width: 500px;
    display: inline-block;
    margin-top: 42px;
    vertical-align: middle;
    position: relative;
    padding: 40px 50px 15px;
}

.login input.form-control{
    height:40px;
    padding:10px;
    font-size:1.2rem;
}

.login-content_wu {
    overflow: hidden;
    height: 100%;
}

.logged-as{
    padding-top:25px;    
}

.panel-body {
    padding: 15px 55px 30px !important;
}

form.navbar-form.navbar-left {
    padding-top: 10px;
}

nav.navbar.navbar-default {
    background-color: #000;
    color: #FFC107 !important;
    min-height: 70px;
}

    nav.navbar.navbar-default a, nav.navbar.navbar-default a:hover {
        color: #FFC107 !important;
    }

.navbar-brand{
    font-weight:bold;
    padding-top:25px;
}

nav span.glyphicon {
    color: #FFC107;
    font-size: 150%;
}

.checkbox label,
.radio label {
    padding-left: 10px;
    position: relative;
}

.checkbox input,
.radio input {
    top: 0;
    left: 0;
    margin-left: 0 !important;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 0;
}

.checkbox .input-helper:before,
.radio .input-helper:before,
.checkbox .input-helper:after,
.radio .input-helper:after {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    content: "";
}

.checkbox .input-helper:before,
.radio .input-helper:before {
    left: 0;
    border: 1px solid #ccc;
}

.checkbox.disabled,
.radio.disabled {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.checkbox input {
    width: 17px;
    height: 17px;
}

    .checkbox input:checked + .input-helper:before {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .checkbox input:checked + .input-helper:after {
        -webkit-transform: scale(1) rotate(-50deg);
        -ms-transform: scale(1) rotate(-50deg);
        -o-transform: scale(1) rotate(-50deg);
        transform: scale(1) rotate(-50deg);
        opacity: 1;
        filter: alpha(opacity=100);
    }

.checkbox .input-helper:before {
    top: 0;
    width: 17px;
    height: 17px;
}

.checkbox .input-helper:after {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0) rotate(80deg);
    -ms-transform: scale(0) rotate(80deg);
    -o-transform: scale(0) rotate(80deg);
    transform: scale(0) rotate(80deg);
    width: 22px;
    height: 9px;
    border-bottom: 2px solid #009688;
    border-left: 2px solid #009688;
    border-bottom-left-radius: 2px;
    left: -1px;
    top: 1px;
}

a:hover, a:focus, a:active{
    text-decoration:none;
}

.tm-icon {
    font-size: 24px;
    line-height: 36px;
}

p.c-gray.f-16 {
    position: relative;
    top: 8px;
}

.c-gray {
    color: #9e9e9e !important;
}

.f-16 {
    font-size: 16px !important;
}

.control-label {
    font-weight: normal;
}

.btn-primary, .btn-primary:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

#homeMenu a:hover{
    text-decoration:none;
}

