﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) ), url(/images/admin-bkg.jpg) no-repeat center center fixed;
    background-size: cover;
    color: #fff;
}

/* Logo Top Header and Custom Navbar */
.logo-header-link {
    display: block;
    color: rgba(0, 0, 0, 0);
    text-transform: uppercase;
}
#ratingModalContent {
    color: #000000
}
.blue-btn {
    background-color: #00c8ff;
    border: 0;
    font-weight: 400;
    color: #fff;
    height: 100%;
    border-radius: 0;
}


.extra-padding {
    padding: 10px 30px 10px 30px;
}
.k-textbox {
    width: 270px !important;
}

.k-dropdown {
    width: 270px !important;
}

#logo-header {
    top: 0;
    position: fixed;
    background-color: black;
    height: 80px;
    width: 100%;
    text-align: center;
}
.navbar-fixed-top {
    top: 0;
    z-index: 1030;
}

.body-container {
    margin-top: 150px;
}

.navbar-brand,
.navbar-nav li a {
    margin-top: 20px;
    line-height: 40px;
    height: 60px;
    padding-top: 0;
}

.navbar-nav {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
}

.navbar-nav li {
    width: 150px;
}

.navbar .navbar-collapse {
    text-align: right;
}

/* Font and Styles */
html, body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.35;
}

h1 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 56px;
    font-weight: 200;
    line-height: 1.35;
}

h2 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 45px;
    font-weight: 200;
}

h3 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 34px;
    font-weight: 200;
}

h4 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
}

h5 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
}

h6 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-weight: bold;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    background-color: rgba(225, 225, 225, .4);
}

/* Forms */
#fieldlist {
    margin: 0;
    padding: 0;
}

    #fieldlist li {
        list-style: none;
        padding-bottom: .7em;
    }

    #fieldlist label {
        display: block;
        padding-bottom: .3em;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 12px;
    }

    #fieldlist li.status {
        text-align: center;
    }

    #fieldlist li .k-widget:not(.k-tooltip),
    #fieldlist li .k-textbox {
        margin: 0 5px 5px 0;
        background-color: rgba(225, 225, 225, .2);
        color: #fff;
        border: 0;
    }

    #fieldlist li .k-widget .k-dropdown-wrap .k-input,
    #fieldlist li .k-widget .k-dropdown-wrap {
        background-color: rgba(225, 225, 225, .2);
        color: #fff;
        border: 0;
    }

.confirm {
    padding-top: 1em;
}

.valid {
    color: green;
}

.invalid {
    color: red;
}

#fieldlist li input[type="checkbox"] {
    margin: 0 5px 0 0;
}

span.k-widget.k-tooltip-validation {
    display: inline-block;
    width: 160px;
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: none;
    color: red;
}

.k-tooltip-validation .k-warning {
    display: none;
}

.k-grouping-header {
    background-color: #333;
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand-text {
    font-size: 18px;
}

.form-control {
    background-color: rgba(225, 225, 225, .4);
    color: #fff;
    border: 0;
}

.k-content {
    background-color: rgba(0,0,0,0);
    color: #fff;
}

legend {
    color: #fff;
    font-size: 24px;
    padding: 20px 0px 0px 10px;
}

/* Custom */
.text-left {
    text-align: left;
}

.offset-margin {
    margin-left: 80px;
}

.dl-link {
    color: #fff;
}

.dl-link:hover {
    text-decoration: none;
}

.col-max-280 input{
    max-width: 280px;
}

/* Kendo widgets */
.k-autocomplete .k-input {
    height: 24px;
    background-color: rgba(225, 225, 225, .4);
    border: 0;
}

.k-sparkline {
    display: inline-block;
    width: 70%;
}

.k-tooltip {
    width: 200px;
}

.k-multiselect-wrap {
    background-color: rgba(225, 225, 225, .5);
}

.k-multiselect {
    background-color: rgba(225, 225, 225, .4);
}

.k-datepicker {
    background-color: rgba(225, 225, 225, .5);
}

.k-picker-wrap .k-state-default {
    background-color: rgba(225, 225, 225, .4);
}

.k-pick-wrap input {
    background-color: rgba(225, 225, 225, .4);
}

.k-widget .k-tooltip-validation .k-invalid-msg {
    position: absolute;
    top: 100%;
    left: 0;
}

/* Custom Buttons */
.dl-btn {
    background-color: rgba(0,122,204, 0.7);
    border: 0;
    font-weight: 400;
}

a.btn {
    text-decoration: none;
}

.lg-redirect-btn {
    padding: 10px 15px 10px 15px;
    font-size: 15px;
}

.btn:hover {
    font-weight: 600;
    background-color: #007acc;
}

/* Sign Up */
.signup-sidebar {
    margin-top: 70px;
    background-color: rgba(225, 225, 225, .2);
    padding: 18px 30px 24px 30px;
    max-width: 400px;
}

.signup-header {
    font-weight: 300;
}

.signup-subheader {
    font-weight: 100;
}

.signup-line {
    color: #717171;
    display: table;
    margin: 12px 0px 12px 0px;
    white-space: nowrap;
    line-height: 2;
}

    .signup-line:before, .signup-line:after {
        border-top: 1px solid #E5E5E4;
        content: '';
        display: table-cell;
        position: relative;
        top: 1em;
        width: 50%;
    }

.signup-or {
    font-size: 10px;
    line-height: 1.63636;
    text-transform: uppercase;
    margin: 5px 12px 0 12px;
    color: #fff;
}

.signup-btn {
    margin-top: 14px;
    box-shadow: 0 1px 1px #333,
    0 -1px 0px #666,
    inset 0 -1px 3px rgba(0,0,0,0.5),
    inset 0 1px 1px rgba(255,255,255,0.8);
}

/* Login */
.login-header {
    padding-top: 80px;
    padding-bottom: 40px;
}

.sm-login-header {
    padding: 80px 0px 20px 100px;
}

.login-button {
    padding-right: 8px;
}

.login-col {
    margin-bottom: 35px;
}

/* Confirm Email Page */
.confirm-header {
    text-align: center;
    padding: 50px 0px 50px 0px;
}

.confirm-title {
    text-transform: uppercase;
    font-weight: 500;
}

.confirm-box {
    /*box-shadow: 0px 0px 0px 2px rgba(211,211,211,0.2);*/
    padding: 10px 10px 30px 30px;
    background-color: rgba(211,211,211,0.1);
    margin-bottom: 20px;
}

.confirm-box-header {
    padding-bottom: 20px;
    font-weight: 400;
}

.confirm-button {
    margin-bottom: 300px;
}

/* Dashboard */
.select-period {
    font-weight: 200;
}

#CompaniesLabel,
#DriversLabel {
    font-size: 36px;
    text-transform: uppercase;
}

.stats-graph {
    padding: 15px 30px 30px;
}

.section-header {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 200;
    font-size: 13px;
    color: #fcfcfc;
    text-transform: uppercase;
}

#dateFilter {
    padding: 15px 0px 15px 0px;
    text-align: left;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-weight: 200;
}

#main-section-header > h2 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 26px;
    padding-top: 30px;
    font-weight: 200;
    padding-left: 1.667em;
    white-space: nowrap;
}

#main-section-header {
    height: auto;
    background-color: transparent;
    padding-top: 80px;
}

#statsContainer {
    background-color: rgba(225, 225, 225, .2);
    color: #fff;
}

#companyOverview {
    height: auto;
    background-color: rgba(225, 225, 225, .3);
    padding-top: 80px;
}

/* Profile Page */

.profile-box {
    box-shadow: 0 0 0 3px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
    display: block;
    background-color: rgba(0,0,0,.45);
    border-radius: 2px;
    list-style: none;
    padding: 30px;
}

.profile-logo-wrapper {
    margin-top: 40px;
    /*background: url('../images/banner.jpg');*/
    background-size: 100% 100%;
    padding-bottom: 0px;
    position: relative;
    height: 210px;
}

#profile-logo {
    max-height: 200px;
    max-width: 200px;
    border: 4px solid white;
    box-sizing: content-box;
    box-shadow: inset 0 1.5px 3px 0 rgba(0,0,0,.15), 0 1.5px 3px 0 rgba(0,0,0,.15);
    /*border-radius: 50%;*/
    margin: 124px -90px 0;
    position: absolute;
    z-index: 10;
}

.profile-header {
    box-shadow: 0 2px 3px rgba(0,0,0,.2);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.profile-btn-row {
    padding: 0px;
    box-shadow: none;
    padding: 4px 4px 0px 0px;
    text-align: right;
}

.profile-description {
    padding: 20px;
    font-weight: 100;
    line-height: 20px;
    font-size: 15px;
    color: rgba(255,255,255,.6);
}

.profile-contact-box {
    margin-top: 40px;
    padding: 10px 10px 10px 40px;
}

#profile-contact-icon {
    width: 10%;
    padding-left: 12px;
    float: left;
    padding-right: 0px;
    text-align: center;
}

#profile-contact-link {
    padding-left: 12px;
    width: 90%;
    float: left;
}

.profile-contact-link-text {
    font-weight: 100;
    font-size: 13px;
}

.profile-buttons {
    margin-bottom: 0px;
}

/* Buttons - on company profile */
.profile-edit-btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 60%;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}

    .profile-edit-btn:hover {
        font-weight: 700;
        background-color: rgba(0, 122, 204, 0.2);
        color: #fff;
    }

.profile-back-btn {
    background-color: transparent;
    border: 1px solid transparent;
    color: rgba(255,255,255,0.7);
    font-size: 13px;
}

    .profile-back-btn:hover {
        background-color: rgba(125,125,125, 0.1);
        color: #fff;
    }

.profile-contact-btn {
    background-color: transparent;
    border: 1px solid transparent;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    display: inline;
}

    .profile-contact-btn:hover {
        color: #fff;
        font-weight: 500;
    }

/* Company Profile Edit Page */

.edit-form input {
    background-color: rgba(125,125,125,0.2);
    border: 0;
    color: #fff;
    min-width: 50px;
    width: auto;
    margin-bottom: 8px;
}
.edit-form textarea {
    background-color: rgba(125,125,125,0.2);
    border: 0;
    color: #fff;
    min-width: 50px;
    width: auto;
    margin-bottom: 8px;
}

.edit-form input:focus {
    color: black;
}

/* Navigation */
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}