﻿/*#region Override background color theme */

/*For Bootstrap 3*/
.nav,
.pagination,
.carousel,
.panel-title a {
    cursor: pointer;
}

body {
    background-color: #f5f5f5;
    padding-top: 0;
}

.logo-line-up,
.logo-line-down {
    width: 100%; /* Make both divs stretch the full width */
    height: 15px; /* Adjust thickness */
    background-color: black; /* Set line color */
    margin: 0;
    padding: 0;
}
.logo-line-down {
    width: 100%; /* Make both divs stretch the full width */
    height: 25px;
}
.header > img {
    background-color: #f5f5f5;
    width: 300px;
}

.form-horizontal .control-label {
    text-align: left;
    padding-top: 10px;
}

.form-group {
    margin-bottom: 5px;
}

.navbar-inverse {
    background-color: #aca3a37d;
}
.sidebar-widget form {
    margin: 0em -1em;
}
.sidebar .sidebar-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #686f73;
    height: auto;
}
.sidebar .sidebar-logo img {
    max-width: 90%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.sidebar .navi > li > a {
    background-color: #c2bcba !important;
    color: black;
    border-bottom: 0px solid #222;
}
.sidebar .navi > li.nred > a:hover {
    background: #282828d3 !important;
    color: white !important;
    border-bottom: 0px solid #222;
}
.sidebar .navi > li.current.nred > a {
    background: #080808d3 !important;
    color: #fff;
}

.sidebar .navi li ul li a {
    color: #fff;
}

.sidebar .navi li ul li a:hover {
    color: #040c0f;
}

.sidebar .navi li ul li a:disabled {
    color: #999;
}

.sidebar .navi > li > a > img {
    width: 100%;
    max-width: 200px;
    padding: 6px 8px;
    background-color: #fff;
    border-radius: 5px;
}

.sidebar .navi .sidebar-logo {
    margin-top: 10px;
    text-align: center;
}

.navbar-inverse .btn-navbar {
    background-color: #aca3a37d;
}

.navbar-inverse .btn-navbar:hover {
    background-color: #aca3a37d;
}

.sidebar {
    margin-top: 10px;
}

.sidebar .sidebar-inner {
    background-color: #9b9b9b7d;
}

.sidebar-filler {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #c2bcba;
    width: 230px;
}

.mainbar .matter {
    margin: 1em 1.2em;
}

/*#endregion */

/* #region Main Styles */

.ng-cloak {
    display: none !important;
}

.sidebar .sidebar-widget {
    padding: 0;
}

select > option {
    color: black;
}

input.form-control,
select.form-control,
textarea.form-control {
    /*width: 205px;*/
    /*width: 60%;*/
    display: inline;
    display: block;
}

.widget .padd {
    /*margin-bottom: 0;*/
    /*padding: 1em 0;*/
    height: 12em;
}

.widget .padd.padd-tight {
    padding: 6px;
}

.list-flow.list-flow-tight {
    width: 90px;
}

.map {
    height: 228px;
}

.btn > i {
    margin-right: 8px;
}

/*.btn {
    margin-right: 4px;
    margin-left: 4px;
}

    .btn.btn-notext > i {
        margin-right: 0;
    }*/

.btn-group {
    margin: 0.2em;
}

small {
    font-size: 14px;
}

.text-subtle {
    color: #b7b7b7;
}

.page-title-subtle {
    color: white;
}

.page-title {
    color: #eee;
    margin-right: 12px;
}

.right {
    clear: right;
    float: right;
}

.widget-content .padd:hover {
    cursor: pointer;
    color: white;
    background-color: #52b9e9;
}

.widget-content .padd:hover * {
    color: white;
}

.list-flow {
    margin: 6px;
    float: left;
    width: 110px;
    height: 120px;
    border-bottom: solid 0 transparent;
    padding: 1.5% 0.5%;
}

.name-stack h5 {
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 18px !important;
}

.search-query {
    margin: 2px auto 8px auto !important;
}

.fa-search {
    color: #ffffff;
}

.form-search {
    min-height: 2em;
}

.input-group[class*="col-"] {
    width: 80%;
    margin: 0 1.5em;
}

.user .user-pic {
    display: block;
    margin: auto;
}

.user .user-details {
    margin-left: 100px;
    margin-right: 10px;
}

.widget-content {
    padding: 1em;
    margin: 0;
}

.stacked {
    float: none !important;
    display: block;
    margin: auto;
}

.navbar .navbar-brand {
    background: url(/content/images/icon.png) no-repeat left center !important;
    margin: 0 1em;
}

.navbar .brand-title {
    margin-left: 2em;
    color: #ffffff;
}

.navbar-logo img {
    height: 20px;
}

.today-datas li {
    padding: 20px 14px;
}

/*#region Splash */
#splash-page {
    z-index: 99999 !important;
}

#splash-page .bar {
    width: 100%;
}

.page-splash {
    z-index: 99999 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #aca3a37d;
    opacity: 0.9;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.page-splash-message {
    text-align: center;
    margin: 20% auto 0 auto;
    font-size: 400%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    text-decoration: none;
    color: #f58a00;
    padding: 0;
}

.page-splash-message.page-splash-message-subtle {
    margin: 30% auto 0 auto;
    font-size: 200%;
}

.fa-asterisk.fa-asterisk-large {
    font-size: 180%;
    vertical-align: middle;
    color: #f58a00;
}

.fa-asterisk.fa-asterisk-alert {
    color: #f58a00;
}

.fa-asterisk-inline {
    padding: 0 4px 0 0;
}

.progress,
.page-progress-bar {
    margin: 30px 10% !important;
}

.spinner {
    margin: 20% auto 0 auto;
    left: auto;
    top: auto !important;
}
/*#endregion*/

table th > a {
    font-weight: bold;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    cursor: pointer;
}

.widget-content.referrer {
    border-width: 0;
}

a {
    cursor: pointer;
}

/* #endregion */

/*#region wrapper for angular ng-include and ng-view animations*/
.view-container {
    position: relative;
    overflow: hidden;
}
/*#endregion */

/*#region Angular ng-include, ng-view, ng-repeat shuffle animations*/

.shuffle-animation.ng-enter,
.shuffle-animation.ng-leave {
    position: relative;
}

.shuffle-animation.ng-enter {
    -moz-transition: ease-out all 0.3s 0.4s;
    -o-transition: ease-out all 0.3s 0.4s;
    -webkit-transition: ease-out all 0.3s 0.4s;
    transition: ease-out all 0.3s 0.4s;
    left: 2em;
    opacity: 0;
}

.shuffle-animation.ng-enter.ng-enter-active {
    left: 0;
    opacity: 1;
}

.shuffle-animation.ng-leave {
    -moz-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
    left: 0;
    opacity: 1;
}

.shuffle-animation.ng-leave.ng-leave-active {
    left: 2em;
    opacity: 0;
}
/*#endregion*/

/*#region Angular ng-include, ng-view, ng-repeat fader animation */
.fader-animation.ng-enter,
.fader-animation.ng-leave,
.fader-animation.ng-move {
    position: relative;
}

.fader-animation.ng-enter,
.fader-animation.ng-leave {
    -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) all 0.5s;
    -moz-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) all 0.5s;
    -o-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) all 0.5s;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) all 0.5s;
    opacity: 1;
}

.fader-animation.ng-enter,
.fader-animation.ng-leave.ng-leave-active {
    opacity: 0;
}

.fader-animation.ng-enter.ng-enter-active {
    opacity: 1;
}

.fader-animation.ng-move {
    opacity: 0.5;
}

.fader-animation.ng-move.ng-move-active {
    opacity: 1;
}

/*#endregion*/

/*#region Angular ng-show dissolve animation */
.dissolve-animation.ng-hide-remove {
    display: inline !important;
}

.dissolve-animation.ng-hide-remove,
.dissolve-animation.ng-hide-add {
    -webkit-transition: 0.8s linear all;
    -moz-transition: 0.8s linear all;
    -o-transition: 0.8s linear all;
    transition: 0.8s linear all;
}

.dissolve-animation.ng-hide-remove.ng-hide-remove-active,
.dissolve-animation.ng-hide-add {
    opacity: 1;
}

.dissolve-animation.ng-hide-add.ng-hide-add-active,
.dissolve-animation.ng-hide-remove {
    opacity: 0;
}
/*#endregion */

/*#region toastr */
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
    margin: 4px auto;
}
/*#endregion */

/*#region Responsive */

@media (max-width: 979px) {
    .sidebar-filler {
        width: 200px;
    }

    .nav-collapse {
        clear: none;
    }

    .nav-collapse .nav > li {
        float: left;
    }

    .navbar .btn-navbar {
        display: none;
    }

    .nav-collapse,
    .nav-collapse.collapse {
        height: inherit;
        overflow: inherit;
    }

    .page-splash-message {
        font-size: 300%;
    }

    .btn-group.pull-right {
        float: none !important;
        display: block;
    }

    .mainbar .matter {
        margin: 1em 1.2em;
    }
}

@media (min-width: 767px) {
    .sidebar .sidebar-inner {
        display: block !important;
    }

    .sidebar .sidebar-widget {
        margin-top: -10px;
    }

    div#home {
        padding-left: 205px;
    }

    .layout-footer {
        position: fixed;
        width: 100%;
        background-color: #615f5f;
        bottom: 0;
        text-align: right;
        color: #fff;
        padding: 5px 20px 5px 5px;
    }

    .layout-footer a {
        color: #fff;
    }

    .layout-footer i {
        margin: 0 4px;
    }

    .call-us {
        display: none !important;
    }

    .email-us {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .content {
        margin: 0;
    }

    .sidebar-filler {
        display: none;
    }

    .nav-collapse {
        clear: both;
    }

    .nav-collapse .nav > li {
        float: none;
    }

    .navbar .btn-navbar {
        display: block;
    }

    .nav-collapse,
    .nav-collapse.collapse {
        height: 0;
        overflow: hidden;
    }

    .page-splash-message {
        font-size: 200%;
        margin: 40% auto 0 auto;
    }

    .page-splash-message.page-splash-message-subtle {
        font-size: 150%;
    }

    .sidebar .sidebar-inner {
        height: inherit;
    }

    .mainbar .matter {
        padding-left: 0;
        padding-right: 0;
        margin: 1em 0 1em 0;
        min-width: 315px;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        padding-left: 8px;
        padding-right: 8px;
    }

    div#home {
        padding-left: 5px;
    }

    .layout-footer {
        display: none;
    }

    .call-us {
        width: 22.5% !important;
        margin-right: 0 !important;
    }

    .email-us {
        width: 22.5% !important;
        margin-left: 0 !important;
    }
}

.subheading {
    text-align: center;
    margin: 8px 0 16px 0;
}

.header-text {
    font-size: 1.4em;
}

.data-result {
    font-weight: bold;
    text-indent: 4px;
}

.label-result {
    background-color: #ddd;
}

table {
    width: 100%;
    margin: 25px 0 0 0;
}

table > thead {
    background-color: #ddd;
}

table > thead > tr > th {
    padding: 5px 8px;
}

table > tbody > tr {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

table > tbody > tr > td {
    padding: 5px 8px;
}

/*#endregion */

/*#region Validation */
input.ng-invalid {
    background-color: rgb(255, 226, 226);
}

/*region home*/
div#home {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 5px;
    position: relative;
    width: 100%;
}

/*div#home:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url('http://www.southernatlanticspring.com/userdocs/ImageRotator/IA_Spring_Banner_02.jpg');
        width: 100%;
        height: 100%;
        opacity: 0.2;
        z-index: -1;
    }*/

div#home h1 {
    font-family: Impact, Charcoal, sans-serif;
    color: #aca3a37d;
}

div#home ul {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
}

div#home ul > li {
    border: solid 1px #ddd;
    border-radius: 5px;
    list-style-type: none;
    margin: 5px;
    width: 45%;
    display: inline-block;
    background-color: #696f74;
    color: #ddd;
}

div#home ul > li a {
    padding: 15px 5px;
    background-color: #696f74;
    color: #ddd;
    display: block;
}

div#home ul > li a:active {
    background-color: #2b2b2b;
}

div#home ul > li span {
    font-size: 1em;
}

div#home #logos {
    padding: 10px 5px;
}

div#home #logos a img {
    width: 45%;
    max-width: 250px;
}

.layout-footer {
    position: fixed;
    width: 100%;
    background-color: #615f5f;
    bottom: 0;
    text-align: right;
    color: #fff;
    padding: 5px 20px 5px 5px;
}

.layout-footer a {
    color: #fff;
}

.layout-footer i {
    margin: 0 4px;
}

.accuspring-logo {
    padding: 15px;
    width: 100%;
    height: auto;
    max-width: 750px;
}
