﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.35rem;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.col-form-label {
    margin-top: 5px;
}

.logo img {
    margin-top: -15px;
}

.heading-title {
    padding-top: 30px;
    margin-left: 30px;
    font-size: 2.5em;
    display: inline-block;
}

.col-12 h2 {
    margin-top: -5px;
}

.login-title {
    display: inline-block;
    padding: 10px;
    color: #9d9d9d;
}

    .login-title a {
        color: #9d9d9d;
        margin-left: 20px;
        text-decoration: none;
    }

        .login-title a:hover {
            text-decoration: underline;
        }

.logo {
    margin-top: 10px;
    height: 60px;
}

.navbar-inverse {
    background: #08b8e5;
    border-color: #08b8e5
}

    .navbar-inverse .navbar-brand {
        color: #fff;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            text-decoration: underline;
        }

.login-title, .login-title a {
    color: #fff;
}

.create-customer-list > li {
    font-size: 1.1em;
    margin-top: 20px;
}

.brand-title {
    font-size: 1.2em;
    font-weight: 600;
}

.navbar-brand {
    margin-right: 60px;
}

ul {
    list-style-type: none;
    margin-bottom: 2rem;
    padding: 0;
}

li {
    list-style-type: none;
}

h2 {
    margin-top: 30px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control input[type=search] {
    background-color: #f8f8f8;
}

.flatpickr-input[readonly] {
    background-color: #fff;
}

input[type=search] {
    font-weight: 400;
}

label > span {
    font-weight: 400;
}

.back-link {
    margin-right: 30px;
}

.rb-group input[type=radio] {
    margin: 4px 10px 10px;
}

#user-table {
    width: 350px;
    table-layout: fixed;
}

td {
    overflow: hidden;
    white-space: nowrap;
}

.title-item {
    text-transform: uppercase;
    color: #a9a9a9;
    font-size: 0.6em;
    padding-top: 10px;
}

.sm-info-txt {
    font-weight: 100;
    color: #999;
    margin-top: 6px;
    margin-left: 15px;
}

.container-fluid {
    margin-left: 30px;
    margin-right: 30px;
}

.body-container {
    min-height: calc(100vh - 130px);
}

.chosen-container-single .chosen-single {
    line-height: 34px;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    /*-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
}

.chosen-container-single .chosen-single span {
    margin-left: 8px;

}

.chosen-container-single .chosen-single div b {
    margin-top: 6px;
}

.chosen-container-single .chosen-single:active {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    background: none;
}

.chosen-container {
    width: 100% !important;
}

.descriptionfield {
    white-space: normal !important;
}