﻿/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    background: #F7F7F7;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    border-radius: 0 !important;
}

.no-display {
    display: none !important;
}

.fc-red {
    color: #d10000 !important;
}

.fc-green {
    color: #61b832 !important;
}

body {
    padding-top: 90px;
    background: #efefef;
    color: #000;
    font-family: sans-serif;
    font-weight: 100;
}

label {
    font-weight: 300;
}

.panel-login {
    border: 1px solid #4A9155;
    border-left: 15px solid #4A9155;
    -webkit-box-shadow: 0px 0px 49px 14px rgba(188,190,194,0.39);
    -moz-box-shadow: 0px 0px 49px 14px rgba(188,190,194,0.39);
    box-shadow: 0px 0px 49px 14px rgba(188,190,194,0.39);
}

    .panel-login .checkbox {
        padding-left: 20px;
    }

    .panel-login h2 {
        font-size: 20px;
        font-weight: 300;
        margin: 30px;
    }

    .panel-login > .panel-heading {
        color: #848c9d;
        background-color: #e8e9ec;
        border-color: #fff;
        text-align: center;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom: 0px;
        padding: 0px 15px;
    }

    .panel-login > .panel-footer {
        padding-bottom: 0px;
    }

    .panel-login .form-group {
        padding: 0 30px;
    }

    .panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
        height: 45px;
        border: 0;
        font-size: 16px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 2px solid #DDD;
        border-radius: 0px;
        padding: 6px 0px;
    }

    .panel-login input:hover,
    .panel-login input:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #AAA;
    }

.btn-login {
    background-color: #4A9155;
    outline: none;
    color: #FFF;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

    .btn-login:hover,
    .btn-login:focus {
        color: #fff;
        background-color: #3b7544;
    }

.forgot-password {
    margin-top: 15px;
    color: #555;
    margin-top: 0px;
}

    .forgot-password:hover,
    .forgot-password:focus {
        text-decoration: none;
        color: #000;
    }

div.error-section {
    text-align: center;
}

    div.error-section #LblError {
        font-size: 16px;
        color: #990000;
    }

.row {
    margin-bottom: 5px !important;
}

.modal-body .form-group .input-group-addon .control-label {
    width: 160px;
    text-align: left;
    font-weight: bold;
}