@import url('bootstrap.min.css');
@import url('bootstrap-responsive.min.css');
@import url('font-awesome.css');


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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/** MAIN WRAPPER **/
body {
    background: #bcbcbc;
    font-family: 'HelveticaNeue', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 21px;
    color: #666;
}

button, input, a, a:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: #546f8e;
}

a:hover {
    text-decoration: underline;
}

/*img { display: block; }*/
.img_icons {
    display: inline;
    margin-right: 0;
    padding-right: 0;
}

small {
    font-size: 11px;
    line-height: 18px;
}

pre {
    font-size: 11px;
}

input, button, label {
    color: #666;
    font-family: 'HelveticaNeue', Arial, sans-serif;
    font-size: 12px;
    outline: none;
    margin: 0;
}

h1, h2, h3, h4 {
    color: #333;
    font-weight: normal;
}

h1 {
    font-size: 28px;
    line-height: 38px;
}

h2 {
    font-size: 24px;
    line-height: 30px;
}

h3 {
    font-size: 18px;
    line-height: 28px;
}

h4 {
    font-size: 16px;
    line-height: 26px;
}

.fullwrapper {
    width: auto;
    border: 0;
}

/** Problems with login **/
a.pwl {
    color: red;
    font-weight: bold;
}

.logopanel {
    min-height: 50px;
    border-right: 1px solid #023c70;
}

.logopanel h1 {
    text-transform: uppercase;
    color: #fff;
    padding: 5px 0 0 10px;
    font-size: 24px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.logopanel h1 a {
    color: #fff;
}

.logopanel h1 a:hover {
    text-decoration: none;
}

.logopanel h1 a span {
    font-size: 11px;
}

/* Main Content */
.widgettitle {
    color: #999;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
    border: 1px solid #bbb;
    position: relative;
}

h4.widgettitle {
    font-size: 12px;
    padding: 2px 10px;
    font-weight: bold;
}

h3.widgettitle {
    font-size: 14px;
    padding: 5px 10px;
}

.showhide {
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 10px;
    border-left: 1px solid #bbb;
    color: #999;
    text-align: center;
    min-width: 75px;
}

.showhide:hover {
    text-decoration: none;
    color: #777;
    background: #e7e7e7;
}

.widgetcontent {
    margin-bottom: 30px;
    position: relative;
}

.widgetcontent.bordered {
    padding: 15px;
    border: 1px solid #bbb;
    border-top: 0;
    background: #fcfcfc;
}

.widgetcontent.nopadding {
    padding: 0;
}

.loaders img {
    float: left;
    margin-right: 10px;
    vertical-align: middle;
}

/* Animations Sample */
.animatesample {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 220px;
    z-index: 100;
}

.animatesample li {
    padding: 7px 10px;
    border: 1px solid #bbb;
    background: #ddd;
}

.animatebuttonlist li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

/***** FORM STYLES *****/
.stdform input {
    padding: 7px 5px;
    border: 1px solid #bbb;
}

.stdform p, .stdform div.par {
    margin: 20px 0;
}

.stdform span.field, .stdform div.field {
    margin-left: 220px;
    display: block;
    position: relative;
}

.stdform .formwrapper {
    display: block;
    padding-top: 5px;
    margin-left: 220px;
    line-height: 25px;
}

.stdform label {
    float: left;
    width: 200px;
    text-align: right;
    padding: 5px 20px 0 0;
}

.stdform label.error {
    float: none;
    display: block;
    font-size: 11px;
    font-weight: normal;
    color: #ff0000;
    text-align: left;
    padding: 0;
    width: auto;
    margin-left: 220px;
}

.stdform label.valid {
    color: #468847;
}

.stdform small.desc {
    font-size: 11px;
    color: #999;
    font-style: italic;
    display: block;
    margin: 5px 0 0 220px;
}

.stdform .stdformbutton {
    margin-left: 220px;
}

.stdform #spinner.input-small {
    width: 100px;
}

/** ANOTHER FORM STYLE **/
.fontawesomeicons ul {
    list-style: none;
}

.fontawesomeicons ul li {
    line-height: 25px;
}

/** FOOTER STYLES **/
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 11px;
    background: #333;
    color: #999;
    width: 100%;
}

.footer a {
    color: #bbb;
}

.footer .footerleft {
    padding: 10px 15px;
    width: 230px;
    float: left;
    background: #222;
    min-height: 20px;
    border-right: 1px solid #3c3c3c;
}

.footer .footerright {
    padding: 10px 15px;
    margin-left: 260px;
    text-align: right;
}

h1, h2, h3, .logopanel h1, .logintitle {
    font-family: 'RobotoBold', 'HelveticaNeue', Arial, sans-serif;
}

.loginwrapper input {
    font-family: 'RobotoRegular', 'HelveticaNeue', Arial, sans-serif;
}

.showmenu, .label,
.loginwrapper button.btn {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/* Reset Border Radius */
.navbar-inner {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/** BOX SHADOW **/
/* Inset White */
.logintitle {
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Shadows an element #000 */
.shadowed {
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

form input {
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.logintitle {
    background: rgb(237, 237, 237);
    background: -moz-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(222, 222, 222, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(237, 237, 237, 1)), color-stop(100%, rgba(222, 222, 222, 1)));
    background: -webkit-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(222, 222, 222, 1) 100%);
    background: linear-gradient(to bottom, rgba(237, 237, 237, 1) 0%, rgba(222, 222, 222, 1) 100%);
}

.navbar .nav > li > a,
.loginwrapper input, .loginwrapper a {
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.logopanel, .ui-datepicker-calendar td.ui-datepicker-today a,
[class^="icon-"], [class*=" icon-"] {
    margin-top: 0;
}

.input-block-level {
    min-height: 37px;
}

.btn {
    font-size: 12px;
    font-weight: bold;
}

.btn-small, .btn-mini {
    font-weight: normal;
}

.btn-mini {
    font-size: 11px;
}

.btn:focus {
    outline: none;
}

.btn .caret {
    margin-left: 7px;
}

.btn-group > .btn + .dropdown-toggle .caret {
    margin-left: 0;
}

.btn-group > .btn, .btn-group > .dropdown-menu {
    font-size: 12px;
}

.btn-circle {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 5px 8px;
}

.btn-rounded {
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}

.label {
    padding: 3px 5px;
    font-size: 11px;
    font-weight: normal;
}

.progress {
    height: 12px;
    background: #ddd;
}

.btn-default, .btn-default:hover {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.btn-default {
    background: #3b6998;
    background: -moz-linear-gradient(top, #3b6998 0%, #0b4073 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b6998), color-stop(100%, #0b4073));
    background: -webkit-linear-gradient(top, #3b6998 0%, #0b4073 100%);
    background: linear-gradient(to bottom, #3b6998 0%, #0b4073 100%);
}

.btn-default:hover {
    background: #4e86b7;
    background: -moz-linear-gradient(top, #4e86b7 0%, #035f9a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e86b7), color-stop(100%, #035f9a));
    background: -webkit-linear-gradient(top, #4e86b7 0%, #035f9a 100%);
    background: linear-gradient(to bottom, #4e86b7 0%, #035f9a 100%);
}

input[type="text"]:focus, input[type="password"]:focus {
    -moz-box-shadow: 0 0 5px rgba(103, 173, 245, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(103, 173, 245, 0.5);
    box-shadow: 0 0 5px rgba(103, 173, 245, 0.5);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 2px;
    border-color: #5c9fe4;
    background: #fff;
}

input[type="text"], input[type="password"] {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 0;
    font-size: 12px;
    color: #666;
    background: #fcfcfc;
}

[class^="icon-"], [class*=" icon-"] {
    opacity: 0.75;
}

.zindex100 {
    z-index: 100;
}

.aligncenter {
    text-align: center;
}

body.loginbody {
    background: #f7f7f7 url(../img/front-background/1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.loginwrapper {
    width: 400px;
    margin: 80px auto 0 auto;
}

.loginwrapper p {
    margin: 20px 0;
}

.loginwrapper p:first-child {
    margin-top: 0;
}

.loginwrapper p:last-child {
    margin-bottom: 0;
}

.logintitle {
    padding: 15px;
    text-transform: uppercase;
    line-height: 21px;
    border: 1px solid #bbb;
    font-size: 18px;
    border-bottom: 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    color: #666;
}

.logintitle span.iconfa-lock {
    font-size: 48px;
    margin-top: 14px;
    float: left;
    margin-right: 10px;
}

.logintitle span.subtitle {
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-left: 32px;
    text-transform: none;
    color: #999;
}

.loginwrapperinner {
    padding: 20px;
    background: #444;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

/*.loginshadow { background: url(../img/loginshadow.png) no-repeat center center; height: 30px; }*/
.loginwrapper input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 44px;
    font-size: 14px !important;
    border: 0;
    color: #999;
    background: #eee;
    padding: 10px 10px 10px 30px;
}

.loginwrapper input#username {
    background: #eee url(../img/username.png) no-repeat 8px 12px;
}

.loginwrapper input#password {
    background: #eee url(../img/password.png) no-repeat 8px 12px;
}

.loginwrapper input#username.error,
.loginwrapper input#password.error {
    background-color: #ffeaea;
    color: #ff0000;
}

.loginwrapper input:focus {
    background-color: #fff;
    color: #666 !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8) !important;
}

.loginwrapper button.btn {
    padding: 12px 0;
    border: 0;
    text-transform: uppercase;
    font-size: 13px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.loginwrapper a {
    color: #999;
}

/** MEDIA QUERIES **/
@media screen and (max-width: 1024px) {
    .input-xxlarge, .uneditable-input {
        width: 100%;
        min-height: 36px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 479px) {
    .loginwrapper {
        width: 280px;
    }

    .loginshadow {
        background-size: 100%;
    }
}
