﻿body {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #181818;
    font-size: 14px;
}

html, body {
    height: 100%;
    background-color: #033155;
    background: url(../img/background.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content .card-body h3 {
    /*border-bottom: 2px dashed #033155;*/
}

.nav-link {
    display: block;
    padding: 5px 8px !important;
}

.login-page {
    background-color: none !important;
}

    .login-page .login-box, .register-page .register-box {
        width: 780px !important;
        /*background-color: #fefefe;*/
        background-color: rgba(255, 255, 255, 0.6) !important;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    }

.login-card-body,
.register-card-body {
    background-color: rgba(12, 64, 102, 1) !important;
    border-top: 0;
    color: #666;
    min-height: 360px;
}

.login-box .login-card-body, .register-box .login-card-body {
    /*background-color: rgba(235, 236, 240, 0.1 ) !important;*/
}

    .login-box .login-card-body .logo-text,
    .register-box .login-card-body .logo-text {
        font-weight: 400;
        font-size: 30px;
        font-family: 'Source Sans Pro';
        color: #F8B638;
        text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
    }

.brand-link .brand-text {
    font-size: 20px;
    font-family: 'Source Sans Pro';
    /*color: #0C4066;*/
    font-weight: 600 !important;
}

.login-box .login-card-body img,
.register-box .login-card-body img {
    margin-top: 0;
}

.login-page h2, .register-page h2 {
    font-family: 'Source Sans Pro';
    text-align: center;
    font-size: 2em;
    color: #f2f2f2;
    font-weight: 400;
}

.login-page .copyright, .register-page .copyright {
    font-size: 13px !important;
    color: #cacaca;
    border-top: 2px solid #dddddd;
    padding-top: 10px
}

.footer {
    right: 0;
    display: none;
    color: #999999;
    position: fixed;
    bottom: 0;
    padding: 10px;
    font-size: 0.9em;
}

#home .small-box {
    border-radius: 0rem;
    /*min-height: 160px*/
}

.btn {
    padding: 6px 10px;
}

a, a.btn .btn, input, select, button, textarea {
    font-size: 1em !important;
}

    ul li, .dropdown-menu, button span {
        font-size: 1em !important;
    }

:-ms-input-placeholder { /* IE 10+ */
    font-size: 1em !important;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 1em !important;
}

/*.btn {
    padding: 4px 8px !important;
}*/

label {
    font-weight: 400;
}

.alert, .alert-flat {
    border-radius: 0 !important;
    text-align: left;
}

.dropdown-menu {
    border-radius: 0 !important;
}

.card {
    border-radius: 0 !important;
}

.navbar-nav .nav-item {
    padding: 0 10px;
    font-weight: 500;
}

.error-message .callout {
    /*font-weight: 500;*/
    border-left: 7px solid #eee;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: none;
}

    .error-message .callout.callout-success {
        background-color: #dff0d8 !important;
        border-color: #3c763d;
        color: #3c763d !important;
    }

    .error-message .callout.callout-danger {
        background-color: #f2dede !important;
        border-color: #a94442;
        color: #a94442 !important;
    }

    .error-message .callout.callout-warning {
        background-color: #FEEFB3 !important;
        border-color: #9F6000;
        color: #9F6000 !important;
    }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #1e83f3;
    outline: 0 none;
}

input, .form-control,
textarea {
    border-color: #bebeba !important;
    padding-left: 6px;
}

.custom-file {
    font-size: 14px;
}

.form-control {
    border-radius: 0px;
}


.form-group-feedback-left .form-control {
    padding-left: 24px !important;
}

.form-control-feedback {
    margin-top: -30px;
    width: 40px;
}

    .form-control-feedback .text-muted {
        margin-left: 4px;
    }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: auto;
}

select.select2 {
    color: inherit;
}

    select.select2 option {
        padding: 12px 6px;
        height: 40px !important;
        line-height: 40px !important;
    }

.select2-container--default .select2-dropdown {
    border: 1px solid #337AB7;
}

.main-header .logo {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.6em !important;
    font-weight: 400;
    text-align: left;
}

.form-group {
    margin-bottom: 12px;
}

    .form-group label span {
        font-weight: 700;
    }

table thead {
    height: 32px;
}

    table thead th {
        line-height: 32px;
        font-weight: 600;
    }

table tbody {
    color: #000000;
    font-weight: 300;
}

    table tbody tr:hover {
        background-color: ivory;
    }

    table tbody tr td {
        padding: 4px;
        font-weight: 300;
        /* height: 32px;
        line-height: 32px;*/
    }

        table tbody tr td:last-child {
            /*min-width: 100px;*/
        }

table > tbody > tr > td.grid-buttons {
    /*display: block;*/
    font-size: 1em !important;
    text-align: right;
    min-width: 260px
}

    table > tbody > tr > td.grid-buttons a {
        /*margin-left: 4px;*/
    }

        table > tbody > tr > td.grid-buttons a i {
            /*margin-top: 4px !important;*/
        }

table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
    border: 1px solid #D9EDF8;
}

.content {
    padding-top: 8px;
}

.content-header {
    padding: 10px 0.5rem 0 0.5rem;
}

    .content-header h2 {
        font-weight: 500;
        /*color: #007bff;*/
        color: #121212;
        font-size: 22px;
    }

.top-buttons {
    margin-top: -20px
}

.table td, .table th {
    padding: 0.35rem;
    vertical-align: middle;
}

table > thead {
    background-color: #F4F6F9;
    border: 2px solid #e8e8e8 !important;
}

    table > thead > tr > td,
    table > thead > tr > th {
        border: 1px solid #e8e8e8;
    }

    table > thead > tr > td {
        color: #3d3d3d;
    }

.treeview-menu > li > a {
    font-size: 1em !important;
}

bs-datepicker-container {
    z-index: 3000;
}

.datepicker-dropdown {
    border: 1px solid #70A2BF;
    min-width: 200px;
    box-shadow: 3px 0 0 #337AB7;
}

    .datepicker-dropdown .active-day {
        background-color: #337AB7 !important;
    }

.input-validation-error {
    border: 1px solid red !important;
}

th.dow,
th.datepicker-switch {
    font-weight: 400 !important;
}

th.datepicker-switch {
    margin-top: 10px;
}

.nav-pills .nav-link {
    border-radius: 0rem;
}

.btn-outline {
    border-width: 3px !important;
}

.btn-outline-primary {
    border-width: 2px !important;
}

.treeview > a {
    display: table
}

    .treeview > a > * {
        display: table-cell;
    }

.card-body {
    padding-top: 6px !important;
}

    .card-body .form-group {
    }

label {
    margin-bottom: 4px;
}

.licenseTypes {
    margin-left: 20px;
}

    .licenseTypes label:not(.form-check-label):not(.custom-file-label) {
        font-weight: 400;
    }

.sidebar-dark-custom {
    background-color: #0c4066;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 0;
    border-color: rgb(190, 190, 186) !important;
}

.select2-container--default .select2-dropdown .select2-search__field, .select2-container--default .select2-search--inline .select2-search__field {
    border: 1px solid #ced4da;
    border: 1px solid #ced4da;
    border-radius: 0;
    border-color: rgb(190, 190, 186) !important;
}

.input-group .icheck-primary {
    margin-top: 60px !important;
}

::-webkit-scrollbar {
    /*display: none;*/
}

::-webkit-scrollbar {
    /*display: none;*/
}

/*.tooltip {
    visibility: hidden
}*/

#generic_wrapper {
    display: none;
}

#summary h5 {
}

#summary label {
    margin-top: -6px;
}
