/*#region Override background color theme */
body {
    background-color: #FFF;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-grow {
    flex-grow: 1;
}

.flex-wrap {
    flex-wrap: wrap;
}

.header-normal {
    font-weight: 700;
    padding-top: 1em;
    padding-bottom: 1em;
}

.header-tab {
    margin-left: 1em;
    padding: 2px 2px;
    margin-top: -4px;
    margin-bottom: -10px;
    cursor: pointer;
}

.section-title {
    font-size: 1.5em;
    padding: 1em;
    text-align: center;
}

.header-tab.active {
    border-bottom: 3px solid #fff;
}

.header-tab:hover {
    border-bottom: 3px solid #ddd;
}

.form-tile {
    border: 1px solid #a0a0a0;
    border-radius: 8px;
    margin: 8px 0;
}

.form-tile:hover {
    cursor: pointer;
    background-color: #52b9e920;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.16);
}

.row-border {
    border-top: solid 1px #ddd;
    padding-top: 1em;
}

.menu-option {
    font-size: 2em;
    color: #008b8b;
    background-color: rgba(82, 185, 233, 0.43);
    width: 100%;
    border: 1px solid #008b8b;
    padding: 20px;
}

.navbar-inverse .btn-navbar.active {
    background-color: #20405B \9;
}


.navbar-inner {
    background-color: #20405B !important;
}
    
.sidebar .navi > li > a {
    background-color: #20405B !important;
}

.sidebar .navi li ul li a {
    color: #fff;
}

    .sidebar .navi li ul li a:hover {
        color: #52b9e9;
    }

    .sidebar .navi li ul li a:disabled {
        color: #999;
    }

.navbar-inverse .btn-navbar {
    background-color: #20405B;
}

    .navbar-inverse .btn-navbar:hover {
        background-color: #20405B;
    }

.sidebar {
    margin-top: -2px;
}

    .sidebar .sidebar-inner {
        background-color: #20405B;
    }

.sidebar-filler {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #20405B;
    width: 230px;
}

/*#endregion */

/* #region Main Styles */

.ng-cloak {
    display: none !important;
 }

select > option {
    color: black;
}

.widget .padd {
    padding: 16px 8px;
}

    .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;
    }

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: 220px;
    height: 260px;
    border-bottom: solid 0 transparent;
    padding: 1.5% .5%;
}

.name-stack {
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 18px !important;
}

.tab-content {
    padding-top: 1em;
    padding-bottom: 1em;
}

.search-query {
    margin: 2px auto 8px auto !important; 
}

.form-search {
    min-height: 2em;
}

.user .user-pic {
    display: block;
    margin: auto;
}

.user .user-details {
    margin-left: 100px;
    margin-right: 10px;
}

.widget-content {
    padding: 1em;
}

.stacked {
    float: none !important;
    display: block;
    margin: auto;
}

.navbar .brand {
    background: url(/content/images/icon.png) no-repeat left center !important;
    margin-left: -6px;
}

.navbar .brand-title {
    margin-left: 30px;
}

.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: #333;
    opacity: .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%;
    }

.icon-asterisk.icon-asterisk-large {
    font-size: 180%;
    vertical-align: middle;
    color: #F58A00;
}

.icon-asterisk.icon-asterisk-alert {
    color: #F58A00;
}

.icon-asterisk-inline {
    padding: 0 4px 0 0;
}

.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;
}

.carousel-caption {
    position: relative;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    margin: 0 auto;
    height: 140px;
}

.carousel-control {
    border-radius: 23px !important;
}

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.250, 0.460, 0.450, 0.940) all 0.5s;
    -moz-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    -o-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) 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 */

.daterangedd {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
    color: #333333;
    padding: 1px 8px 3px 8px;
    line-height: 18px;
    cursor: pointer;
    display: inline-block;
}

.daterangedd .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.daterangedd span {
    padding-left: 3px;
    font-size: 0.75em;
}



/*#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;
        display: block;
    }
}

@media (max-width: 767px) {
    .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;
    }
}

@media (max-width: 320px) {
    .today-datas li {
        padding: 1em .5em;
        line-height: 1em;
    }

        .today-datas li i {
            font-size: 2em;
        }

        .today-datas li .datas-text span {
            font-size: 1em;
        }

    .btn {
        margin: .2em;
        width: 7em;
    }

    .btn-group > .btn {
        display: block;
        width: 7em;
        margin: .2em;
    }

    input,
    select {
        width: 85%;
    }

    textarea {
        width: 80%;
    }

    .img-polaroid.user-pic {
        width: 5em;
    }

    .user .user-details {
        margin-left: 7em;
        margin-right: .5em;
    }

    h3 {
        font-size: 1.5em !important;
        line-height: 1.2em !important;
    }
}

.fade-enter-setup, .fade-leave-setup {
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.fade-enter-setup,
.fade-leave-setup.fade-leave-start {
    opacity: 0;
}
.fade-leave-setup,
.fade-enter-setup.fade-enter-start {
    opacity: 1;
}

/*#endregion */

.form-wrapper {
  margin: 0 auto;
  border: 1px solid #e6e6e6;
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 10px rgba(36, 36, 36, 0.2);
  -moz-box-shadow: 1px 1px 10px rgba(36, 36, 36, 0.2);
  box-shadow: 1px 1px 10px rgba(36, 36, 36, 0.2);
}

.form-wrapper.form-narrow {
  min-width: 200px;
  max-width: 300px;
}

.form-wrapper.form-medium {
  min-width: 500px;
  max-width: 600px;
}

.modal-body {
    max-height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.nowrap {
    white-space: nowrap;
}

.m-1 {
    margin: 0.1em;
}

.r4 {
    border-radius: 4px !important;
}

.r6 {
    border-radius: 6px !important;
}

.table > thead > tr > td.boundary,
.table > tbody > tr > td.boundary,
.table > tfoot > tr > td.boundary,
.table > thead > tr > th.boundary,
.table > tbody > tr > th.boundary,
.table > tfoot > tr > th.boundary,
.table > thead > tr.boundary > td,
.table > tbody > tr.boundary > td,
.table > tfoot > tr.boundary > td,
.table > thead > tr.boundary > th,
.table > tbody > tr.boundary > th,
.table > tfoot > tr.boundary > th {
  background-color: #d1fc8d;
  border-color: #88cc1e;
}

.table-hover > tbody > tr > td.boundary:hover,
.table-hover > tbody > tr > th.boundary:hover,
.table-hover > tbody > tr.boundary:hover > td {
  background-color: #88cc1e;
  border-color: #70a819;
}

.readOnlyDiv{
    pointer-events: none;
}

.icon-asterisk-invalid-invisible {
    color: transparent;
    margin: 0.2em;
    font-size: 2em;
    font-weight: bold;
}