﻿body {
    background-color: #FFF;
    color: #172B4D;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.61539;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    -webkit-font-smoothing: antialiased;
    display: block;
}

body, html {
    height: 100%;
    width: 100%;
}

.breadcrumb {
    margin: 0;
    border: none !important;
}

.rw-number-notification {
    position: absolute;
    top: -7px;
    right: -6px;
    padding: 3px 3px 2px 3px;
    background-color: red;
    color: white;
    font-family: arial;
    font-weight: bold;
    font-size: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px silver;
}
hr.totals-top {
    margin-bottom: 10px;
    margin-left: 70%;
    border-color: #444;
    max-width: 30%;
}

span.highlight {
    font-weight: bold;
}

hr.totals-bottom {
    margin-top: 10px;
    margin-left: 70%;
    border-color: #444;
    max-width: 30%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 40px;
    margin-left: 230px; /* same size as sidebar */
    padding: 10px 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 350px;
}

textarea.big-box {
    min-height: 300px;
}

.app-logo {
    max-width: 90px;
    height: auto;
}


body.login-page {
    /*background: linear-gradient(to right, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("../images/asphalt-colors-country-1231344.jpg") no-repeat;
    background-size: cover;*/
    background: #fff;
    font-family: 'Varela Round', sans-serif;
}

.login-header {
    margin: 0 auto;
    padding: 20px 0;
    width: 400px;
    background: #234B9F;
    border-radius: 6px 6px 0px 0px;
}

.login-header > h3, .login-header > p {
    color: #fff;
    font-weight: bold;
}

.login-body {
    padding: 10px 30px 40px 30px;
}

.login {
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;
    width: 400px;
    background: #fff;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(64, 64, 64, 0.2), 0 6px 10px 0 rgba(64, 64, 64, 0.19);
}

/**/
.login-image-area {
    height: 100vh;
    background: url('../images/usp-2.jpg') center center no-repeat;
    background-size: cover;
    min-height: 40em;
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.signup-image-area {
    height: 100vh;
    background: url('../images/usp-2.jpg') center center no-repeat;
    background-size: cover;
    min-height: 40em;
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.login-body > .form-group > .form-control {
    border-radius: 0px;
    border-top: none;
    border-right: 0px #fff;
    border-left: 0px #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.login-body > .form-group > .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.login-footer-text {
    margin-top:10px;
    color: #222;
    /*text-shadow: 2px 1px 1px #000;*/
}

input.required {
    border-color: #f25786 !important;
}

.long-input {
    max-width: 100%;
}

.max-input {
    min-width: 100%;
}

.logo-size {
    width: 100px;
    height: auto;
}

.white-panel {
    margin: 20px 0;
    padding: 0;
    background: #fff;
}

.gray-panel {
    margin: 0;
    padding: 10px 20px 40px 20px;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    background: #efefef;
}

.dash-panel {
    margin: 0;
    padding: 20px 50px 50px;
    padding-top: 10%;
    color: #b6b6b6;
    font-weight: bold;
    background: #fff;
    text-align: center;
    border: 1px solid #fff;
    box-shadow: 0 2px 4px rgba(64, 64, 64, 0), 0 3px 5px 0 rgba(64, 64, 64, 0);
}

.dash-panel:hover {
    color: #686868 !important;
    border: 1px solid #fff;
    box-shadow: 0 2px 4px rgba(64, 64, 64, 0.1), 0 3px 5px 0 rgba(64, 64, 64, 0.1);
}

.dash-panel h4 {
    color: #b6b6b6;
}

.dash-panel:hover h4 {
    color: #686868;
}

.dash-panel-link {
    cursor: pointer;
    text-decoration: none;
    color: #b6b6b6;
}

.dash-panel-link:hover {
    color: #686868;
    text-decoration: none;
}

.dash-panel > i {
    margin-top: 30px;
    font-size: 40px;
}

.btn {
    font-size: 12px;
    font-weight: 600;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    border-radius: 3px;
}

.header-panel {
    margin: 40px 0 10px 0;
    padding: 1px 10px;
    color: #42526E;
    background: #eee;
    border-radius: 3px;
}

.header-panel h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0px;
}

.header-subpanel {
    margin: 30px 0 10px 0;
    padding: 2px 10px;
    width: 100%;
    color: #444;
    background: #ccc;
    border-radius: 3px;
}

.header-subpanel h4 {
    font-size: 13px;
    font-weight: bold;
}

.padding-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar, .navbar-inverse {
    margin: 0;
    border-radius: 0px;
    background: #214e74;   
}

.navbar-right {
    margin-right: 40px !important;
}

.sidebar {
    margin: 10px 0 0;
    padding: 0;
    width: 230px;
    background-color: #fafafa;
    height: 100%;
    float: left;
    position: fixed;
    border-right: 1px solid #efefef;
}

.sidebar a.collapsible {
    display: block;
    color: #42526E;
    padding: 13px 16px;
    text-decoration: none;
    /*border-bottom: 0.5px solid #D8DDDF;*/
    font-size: 13px;
    font-weight: bold;
}

.sidebar a.collapsible:hover:not(.active) {
    background-color: #f0f0f0;
}

.sidebar a.active {
    color: #222;
}

ul li a.sidebar-content {
    color: #42526E;
    background: #fff;
    font-size: 0.95em;
    padding: 5px 0px 5px 60px;
    border-bottom: 1px solid #e3e8ea;
}

ul li a.sidebar-content:hover {
    background-color: #f0f0f0;
    color: #42526E;
}

ul li a i {
    margin-right: 12px;
    font-weight: bold;
    font-size: 1.2em;
}

i.right-side {
    float: right;
}

ul li a.sidebar-link {
    color: #fff;
    background: #78BD5D;
    border-bottom: 1px solid #78BD5D;
}

ul li a.sidebar-link:hover {
    color: #fff;
    background: #65a34d;
    border-bottom: 1px solid #65a34d;
}

.loading {
    background-color: #fff;
    background-image: url('../images/Spinner-1s-30px.gif');
    background-size: 30px 30px;
    background-position: right center;
    background-repeat: no-repeat;
}

.detail-panel {
    margin: 5px 0 0;
    padding: 5px;
    max-width: 300px;
}

.detail-panel h4 {
    font-weight: 600;
}

.col-align {
    margin-left: 10px;
}

.thick {
    font-weight: 700;
}

.faded-text {
    color: #bbcddc;
}

.red-text {
    color: #de0c20;
}

.medium-bold {
    font-weight: 600;
}

tr td:first-child,
tr th:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 0;
}

tr td:last-child,
tr th:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
}

tr.clickable-row:hover td {
    background: #efefef !important;
    cursor: pointer !important;
}

tr.clickable-row td.selected {
    color: #fff !important;
    background: #05171e !important;
}

tr.selectable-row td:nth-child(+2) {
    font-weight: 700;
    color: #555 !important;
}

tr.selectable-row td:nth-child(+2).selected {
    font-weight: 700;
    color: #6bcb7e !important;
}

tr.selectable-row td:nth-child(+5).selected {
    font-weight: 700;
    color: #e54851 !important;
}

tr.selectable-row td:nth-child(+7).selected {
    font-weight: 700;
    color: #cfeb18 !important;
}

.table-scroll {
    margin: 0;
    padding: 0;
    max-height: 65vh;
    overflow-y: auto;
    /*
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    */
}

.table-aligned {
    margin-left: 5px;
    margin-right: 5px;
}

.table-panel {
    padding: 10px 13px;
}

.thick-title {
    font-weight: bold;
    color: #999;
}

.lifted-container {
    margin: 0;
    padding: 5px 20px 10px 20px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 1px;
    box-shadow: 1px 1px 2px rgba(64, 64, 64, 0.2), 1px 1px 3px 1px rgba(64, 64, 64, 0.19);
}

.shadowed {
    box-shadow: 0 2px 2px rgba(64, 64, 64, 0.2), 0 1px 3px 0 rgba(64, 64, 64, 0.2);
}

.flat-container {
    margin: 20px 0 0;
    padding: 0;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.dash-table {
    min-height: 280px;
}

.button-area {
    margin: 0;
    padding: 10px 20px;
    background: #efefef;
}

.alert {
    width: 50vw;
    left: 25vw;
    position: fixed;
    top: 90px;
    text-align: center;
    z-index: 9999;
}

.alert-success {
    color: #b4facd !important;
    background: rgba(52, 155, 17, 0.81) !important;
    border-color: #349b11;
}

.alert-danger {
    color: #ffdede;
    background: rgba(255, 0, 31, 0.84);
}

.figure-panel {
    color: #3a4b5b;
    padding: 15px 20px;
    border-radius: 4px;
}

.figure-panel p {
    margin: 0;
    font-size: 0.85em;
}

.figure-panel h4 {
    font-size: 24px;
    font-weight: bold;
}

.figure-panel i {
    float: right;
    font-size: 3.0em;
    color: rgba(0, 0, 0, 0.1);
}

.bg-white, .bg-white h4 {
    color: #666;
    background: #fff;
}

.bg-white p {
    color: #aaa;
}

.bg-green, .bg-green h4 {
    color: #ffffff;
    background: #78BD5D;
}

.bg-yellow, .bg-yellow h4 {
    color: #555;
    background: #F5FFBD;
}

.bg-pink, .bg-pink h4 {
    color: #f8dce3;
    background: #EB547B;
}

.shadowed {
    box-shadow: 0 2px 2px rgba(64, 64, 64, 0.2), 0 1px 3px 0 rgba(64, 64, 64, 0.2);
}

.stamp-box {
    margin: 0;
    padding: 0;
    float: right;
    width: 200px;
    height: 150px;
    border: 1px solid #000;
}


.footer {
    margin-left: 230px;
    padding: 0px 15px;
}

/* PAGINATION */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 0px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 4px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

@media (max-width: 1366px) {
    .container {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .long-input {
        max-width: 100%;
    }
}