﻿body {
    background: #f7f7f7;
}

.main-panel {
    background: none;
}

.navbar-default {
    background-color: rgba(240,240,240,0.7);
    position: fixed;
    width: 100%;
}

.card {
    background-color: rgba(255,255,255,0.7);
}

.logo {
    padding: 5px;
}

    .logo a img {
        width: auto;
        max-height: 35px;
    }

.toolnav {
    padding: 10px;
}

.card form #vehicles-volume-container [class*="col-"], .card form #vehicles-volume-container [class*="col-"]:first-child, .card form #vehicles-volume-container [class*="col-"]:last-child {
    padding: 6px !important
}

.main-panel .content {
    padding: 55px 15px 30px 15px;
}

    .main-panel .content.table-responsive {
        padding-top: 15px;
    }

@media (max-width:800px) {
    .row {
        padding: 0 8px;
    }

    .logo {
        padding: 5px;
    }

    .navbar-header .navbar-toggle {
        height: 35px;
        margin: 5px 25px;
    }

    .navbar-default {
        height: 45px;
        min-height: 45px;
    }
}
/** Login Page **/
body#login-page {
    background: #fff;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading, .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.account-wall {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
}

.need-help {
    margin-top: 10px;
}

.new-account {
    display: block;
    margin-top: 10px;
}

.roll-chose label {
    margin: 5px 10px 15px 10px !important;
}

#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}
/** End Login Page**/
.toolnav {
    text-align: right;
}

.btn {
    border-radius: 5px !important;
}

.control-label {
    height: 30px;
    line-height: 30px;
}

.right-pager {
    text-align: right;
}

.pagination {
    margin: 0px 15px;
}

.table-brodered * {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.card form [class*="col-"]:first-child {
    padding-left: 6px;
}

.table-brodered th {
    text-align: center;
}

.table-brodered input {
    width: 90px;
}

.dropdown-inline {
    display: inline-block;
}

.form-horizontal .form-group {
    margin: 5px;
}

.form-group {
    margin: 5px;
    height: 30px;
}

.form-multigroup {
    margin: 5px 5px;
}

    .form-multigroup label:first-child,
    .form-group label:first-child, .form-multigroup .checkbox-control-label,
    .form-group .checkbox-control-label {
        width: 25%;
        float: left;
        clear: left;
        text-align: right;
        padding: 4px 10px;
        line-height: 22px;
        color: #777;
    }

    .form-multigroup .multigroup {
        width: 75%;
        float: right;
        clear: right;
        border-radius: 5px;
        background: #eee;
    }

.form-group .form-control {
    width: 75%;
    float: right;
    clear: right;
}

.form-control {
    height: 30px;
    line-height: 22px;
    color: #777;
    padding: 4px 10px;
    border-color: #aaa;
    font-size: 15px;
}

.multigroup > .form-control {
    margin: 8px 4px;
}

.multigroup .multigroup {
    background: #fff;
}

.card form .multigroup [class*="col-"]:first-child {
    margin-left: 0;
}

.form-group.action-btn {
    padding: 5px 0;
    height: 40px;
    margin: 10px 5px;
    border-top: 1px solid #ccc;
}

.barem-item {
    margin-bottom: 5px;
    border-bottom: 1px dashed #777;
}

    .barem-item:last-child {
        margin-bottom: 0px;
        border-bottom: 0px none;
    }
