﻿@charset "utf-8";

@font-face {
    font-family: 'db_ozone_xregular';
    src: url('../fonts/dbozonex1-webfont-webfont.eot');
    src: url('../fonts/dbozonex1-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dbozonex1-webfont-webfont.woff') format('woff'), url('../fonts/dbozonex1-webfont-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font: 16px 'db_ozone_xregular', sans-serif;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

#myTab {
    margin-bottom: 0 !important;
}

.tab-content {
    border: 1px #ddd solid;
    border-top: none;
    padding: 1em;
}

.row-fluid {
    width: 95% !important;
    margin: 0 auto !important;
}

.float {
    float: left;
}

.maincontainer {
    width: 40%;
    margin: 4em auto;
}

.mainlogin {
    width: 80%;
    margin: 4em auto;
}

.col-3 {
    width: 15%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 33%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 65%;
}

.col-8 {
    width: 75%;
}

.col-9 {
    width: 85%;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.shadow {
    -webkit-box-shadow: 0px 6px 5px 0px rgba(48,47,48,0.55);
    -moz-box-shadow: 0px 6px 5px 0px rgba(48,47,48,0.55);
    box-shadow: 0px 6px 5px 0px rgba(48,47,48,0.55);
}

#content {
    background: #fff;
    background: url('../img/bg-white.png');
    width: 100%;
    min-height: 25em;
}

.bg-label {
    background: #00b4f1 /*url(../img/bg-logo.png) right no-repeat*/;
    width: auto;
}

#content .wapper {
    padding: 1.8em;
}

#content .wapper-inner {
    padding: 1em;
}

.radius {
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}

.bg-label .logo img {
    padding: 0 0 0 1em;
}

.footer {
    font-size: 1.1em;
    color: #fff;
    padding-left: 1em;
    padding-top: 1em;
}

.center {
    margin: 1em auto;
    width: 90%;
}

    .center:first-child {
        margin-top: 0.3em;
    }

.form-login h1 {
    font-size: 1.8em;
    color: #0666AC;
    padding: 0;
    margin: 0;
}

.form-login h2 {
    font-size: 1.2em;
    color: #0666AC;
    padding: 0;
    margin: 0;
}

    .form-login h1 > i, .form-login h2 > i {
        padding-right: 0.3em;
    }

.form-login input[type="text"], .form-login input[type="password"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #eae7e7 url("8bcLQqF.png") no-repeat;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    padding: 15px 10px 15px 40px;
    width: 89%;
}

    .form-login input[type="text"]:focus, .form-login input[type="password"]:focus {
        -webkit-box-shadow: 0 0 2px #ed1c24 inset;
        -moz-box-shadow: 0 0 2px #ed1c24 inset;
        -ms-box-shadow: 0 0 2px #ed1c24 inset;
        -o-box-shadow: 0 0 2px #ed1c24 inset;
        box-shadow: 0 0 2px #ed1c24 inset;
        background-color: #fff;
        border: 1px solid #ed1c24;
        outline: none;
    }

#username {
    background-position: 10px 10px !important;
}

#password {
    background-position: 10px -53px !important;
}

.form-login input[type=submit] {
    border: 1px solid #004C9B;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.3);
    color: #D3EBFF;
    cursor: pointer;
    display: block;
    font: bold 24px "db_ozone_xregular", serif;
    margin: 2em auto 0;
    padding: 10px;
    text-shadow: 0 -1px 0 #444444;
    width: 90%;
    background-color: #0496DA;
    background-image: linear-gradient(top, #0496DA 0%, #0067CD 100%);
    background-image: -o-linear-gradient(top, #0496DA 0%, #0067CD 100%);
    background-image: -moz-linear-gradient(top, #0496DA 0%, #0067CD 100%);
    background-image: -webkit-linear-gradient(top, #0496DA 0%, #0067CD 100%);
    background-image: -ms-linear-gradient(top, #0496DA 0%, #0067CD 100%);
}

    .form-login input[type=submit]:hover {
        background-color: #0383d3;
        background-image: linear-gradient(top, #0383d3 0%, #004c9b 100%);
        background-image: -o-linear-gradient(top, #0383d3 0%, #004c9b 100%);
        background-image: -moz-linear-gradient(top, #0383d3 0%, #004c9b 100%);
        background-image: -webkit-linear-gradient(top, #0383d3 0%, #004c9b 100%);
        background-image: -ms-linear-gradient(top, #0383d3 0%, #004c9b 100%);
    }

    .form-login input[type=submit]:active {
        background-color: #026fcb;
        background-image: linear-gradient(top, #026fcb 0%, #004c9b 100%);
        background-image: -o-linear-gradient(top, #026fcb 0%, #004c9b 100%);
        background-image: -moz-linear-gradient(top, #026fcb 0%, #004c9b 100%);
        background-image: -webkit-linear-gradient(top, #026fcb 0%, #004c9b 100%);
        background-image: -ms-linear-gradient(top, #026fcb 0%, #004c9b 100%);
    }

.form-login ul {
    margin: 1em 0 0 2em;
    list-style: none;
}
/*.form-login li:before{font-family: 'FontAwesome';content: "\f013"; margin:0 5px 0 -5px;}*/
.form-login li > a {
    color: #070707;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
}

.form-login li > ul > li > a {
    font-weight: normal;
}

.button {
    padding: 0.3em 1em;
    border-radius: 5px;
    border: #d5d5d5 1px solid;
}

    .button i {
        padding-right: 0.1em;
        font-size: 1.1em;
    }

a.button {
    text-decoration: none;
    font-weight: bold;
}

.button.primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #60b044;
    background-image: -moz-linear-gradient(#8add6d, #60b044);
    background-image: -webkit-linear-gradient(#8add6d, #60b044);
    background-image: linear-gradient(#8add6d, #60b044);
    background-repeat: repeat-x;
    border-color: #5ca941;
}

    .button.primary:hover {
        color: #fff;
        background-color: #569e3d;
        background-image: -moz-linear-gradient(#79d858, #569e3d);
        background-image: -webkit-linear-gradient(#79d858, #569e3d);
        background-image: linear-gradient(#79d858, #569e3d);
        background-repeat: repeat-x;
        border-color: #4a993e;
    }

    .button.primary:active, .button.primary.selected {
        background-color: #569e3d;
        background-image: none;
        border-color: #418737;
    }

    .button.primary:disabled, .button.primary:disabled:hover, .button.primary.disabled, .button.primary.disabled:hover {
        color: #fefefe;
        text-shadow: 0 -1px 0 rgba(39,39,39,0.25);
        background-color: #add39f;
        background-image: -moz-linear-gradient(#c3ecb4, #add39f);
        background-image: -webkit-linear-gradient(#c3ecb4, #add39f);
        background-image: linear-gradient(#c3ecb4, #add39f);
        background-repeat: repeat-x;
        border-color: #b9dcac #b9dcac #a7c89b;
    }

li i {
    padding-right: 0.3em;
}

li ul {
    padding-bottom: 0.8em;
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    margin: 1em auto;
}

@media (max-width: 959px) {
    .maincontainer {
        width: 95%;
        margin: 0 auto;
    }

    .float, .topmenu, .col-3, .col-9 {
        float: none;
    }

    .col-5, .col-3, .col-9, #content {
        width: 100%;
        display: inline-block;
    }

    a.ictop {
        margin: 0;
        padding-right: 0;
    }

    #content {
        min-height: 22em;
    }
}
