﻿/*#region Override background color theme */

/*For Bootstrap 3*/
.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

body {
    background-color: #FFF;
    background: url(images/background.jpg) no-repeat bottom center scroll;
    background-attachment: fixed;
}

/*Adjust the body padding so the navbar does not overlap the content*/
@media (max-width: 1248px) {
    .overlay-light {
        margin-top: 60px !important;
    }
}

@media (max-width: 780px) {
  .overlay-light {
    margin-top: 90px !important;
  }
}

@media (max-width: 767px) {
  .overlay-light, .overlay-dark {
    margin-top: 30px !important;
  }
}

@media (max-width: 480px) {
  .overlay-light, .overlay-dark {
    padding-top: 90px !important;
  }
}

@media (max-width: 345px) {
  .overlay-light, .overlay-dark {
    margin-top: 110px !important;
  }
}
/*end of body padding */

.page-break {
    margin-bottom: 9px;
    border-bottom: 1px solid #eee;
}

.navbar-inverse {
    background-color: #333;
}

.sidebar-widget form {
    margin: 0em -1em;
}

.sidebar .navi > li > a {
    background-color: #333 !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: #333;
}

    .navbar-inverse .btn-navbar:hover {
        background-color: #333;
    }

.sidebar {
    margin-top: -2px;
}

    .sidebar .sidebar-inner {
        background-color: #333;
    }

.sidebar-filler {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #333;
    width: 230px;
}

/*#endregion */

/* #region Report Styles*/

#reportDetail p{
    font-size:15px !important;
}
#reportDetail td{
    padding: 10px;
}

/*#endregion*/

/* #region Main Styles */

.ng-cloak {
    display: none !important;
}

select > option {
    color: black;
}

input.form-control,
select.form-control,
textarea.form-control {
    /*width: 205px;*/
    /* TMP 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: .2em;
}

/*MRD - add a small margin to left of button when starting a new button group*/
.btn-start-group {
    margin-left: 1em !important;
}

.btn-min {
    min-width: 200px;
}

.btn-circle {
    width: 3em;
    height: 3em;
    text-align: center;
    padding-left: 1em;
    border-radius: 50%;
}

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;
    }

.widget .total {
    font-size:40px !important;
    font-weight: bold;
    margin-bottom:10px !important;
}

.list-flow {
    margin: 6px;
    float: left;
    width: 110px;
    height: 120px;
    border-bottom: solid 0 transparent;
    padding: 1.5% .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 {
    margin: 0;
}

.navbar .brand-title {
    margin-left: 2em;
    color: #FFFFFF;
}

.navbar-logo img {
    height: 20px;
}

.today-datas li {
    padding: 20px 14px;
}

.content-panel {
    margin: 20px -1px !important;
}

.app-title {
    text-align: center;
    margin: 4% 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;
}

/*#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: #3b5998; /*#333;*/
    padding:40px;
    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%;
    }

.fa-asterisk.fa-asterisk-large {
    font-size: 180%;
    vertical-align: middle;
    color: #FFF;/*#F58A00;*/
}

.fa-asterisk.fa-asterisk-alert {
    color: #F58A00;
}

.fa-asterisk-inline {
    padding: 0 4px 0 0;
}


.progress,
.page-progress-bar {
    margin: 30px 0% !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 bottom up animations*/

.bottomup-animation.ng-enter,
.bottomup-animation.ng-leave {
    position: relative;
}

.bottomup-animation.ng-enter {
    -moz-transition: ease-out all 0.3s 0.2s;
    -o-transition: ease-out all 0.3s 0.2s;
    -webkit-transition: ease-out all 0.3s 0.2s;
    transition: ease-out all 0.3s 0.2s;
    top: 5em;
    opacity: 0;
}

    .bottomup-animation.ng-enter.ng-enter-active {
        top: 0;
        opacity: 1;
    }

.bottomup-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;
    top: 0;
    opacity: 1;
}

    .bottomup-animation.ng-leave.ng-leave-active {
        top: -5em;
        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 */

/*#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;
    }
}

@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;
    }

    .btn-group.pull-right {
        margin: .2em 0;
    }

    .btn-min {
        min-width: 160px;
    }

    input,
    select {
        width: 85% !important;
    }

    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;
    }
}

/*#endregion */

/*#region add glyphs using css*/

.icon-left:before {
    font-family: FontAwesome;
    margin-right: .5em;
}

/*#endregion*/

.selected {
    background: lightBlue;
}

.overlay-dark {
    /*background-color: rgba(18,142,129,0.7) !important;*/
/*background-color: rgba(0,0,0,0.7) !important;*/
    /*background: -webkit-linear-gradient(rgba(59,89,152,1),rgba(59,89,152,0)); /*Safari 5.1-6*/
    /*background: -o-linear-gradient(rgba(59,89,152,1),rgba(59,89,152,0)); /*Opera 11.1-12*/
    /*background: -moz-linear-gradient(rgba(59,89,152,1),rgba(59,89,152,0)); /*Fx 3.6-15*/
    /*background: linear-gradient(rgba(59,89,152,1), rgba(59,89,152,0)); /*Standard*/

    /*position: static !important;*/
    max-width: 100%;
    overflow-x: hidden;
    min-height: 100vh !important;
}

.overlay-light {
    background-color: rgba(255,255,255,1);
    /*position: static !important;*/
    max-width: 100%;
    overflow-x: hidden;
}

.input-group[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.btn-dashboard {
    background-color: transparent !important;
    border-color: #fff !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

.view-section {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 50px !important;
    position: absolute;
}

.intro-section {
    margin-top: 7%;
}

.content-section {
    vertical-align: middle;
}

    .content-section .brand-heading {
        font-size: 34px;
        color: #fff;
    }

    .content-section .sub-heading {
        font-size: 16px;
        color: #fff;
    }

@media(min-width:767px) {

    .view-section {
        padding-top: 70px !important;
    }

    .content-section .brand-heading {
        font-size: 44px;
    }

    .content-section .sub-heading {
        font-size: 24px;
    }
}

h2 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

/*region custom navbar*/
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    background-color: #333;
}

    .navbar-custom .navbar-brand {
        font-weight: 700;
    }

        .navbar-custom .navbar-brand:focus {
            outline: 0;
        }

        .navbar-custom .navbar-brand .navbar-toggle {
            padding: 4px 6px;
            font-size: 16px;
            color: #fff;
        }

    .navbar-custom .nav li a:focus,
    .navbar-custom .nav li a:active {
        outline: 0;
        background-color: transparent;
    }

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

        .navbar-custom.top-nav-collapse {
            padding: 0;
            border-bottom: 1px solid rgba(255,255,255,.3);
            background: #333;
        }
}

/*end region*/

/*region file upload*/
.my-drop-zone {
    border: dotted 3px lightgray;
}

.nv-file-over {
    border: dotted 3px red;
}
/* Default class applied to drop zones on over */
.another-file-over-class {
    border: dotted 3px green;
}
/*end region*/

.tile {
    margin: 1px;
}

.form-horizontal .control-label {
    font-weight: bold !important;
    text-align: left !important;
}

.groupbox {
    border-style: solid;
    border-width: thin;
    border-color: #eee;
    margin-top:10px !important;
    margin-bottom:20px !important;
}

.toolbar {
    padding: 9px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.filterbox {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    background-color: inherit !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

.white {
    background-color: white;
}

.selected {
    background-color: lightblue !important;
}

.isSelected {
    background-color: lightblue !important;
}

.column-header{
    white-space:nowrap;
}

/*Hack to reposition date-picker appropriately and to hide some of the button borders so looks more presentable*/
.date-picker-div {
  position: relative;
}
.date-picker-div .dropdown-menu {
   left: -165px !important;
   right: 5px !important;
 }

.date-picker-center .dropdown-menu {
    top: -100px !important;
}

.date-picker-top .dropdown-menu {
    top: -200px !important;
}
.date-picker-div .btn {
    border:none !important;
}
/*end region*/

.footer-fixed {
    position:fixed;
    bottom:0px;
    width:100% !important;
    border: none !important;
}

.text-white {
    color: white;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    /*IE10 and IE11 specific css*/

    .footer-dark {
        background-color: rgba(0,0,0,0.7) !important;
    }

    .footer-light {
        background-color: rgba(255,255,255,0.9) !important;
    }
}


html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -20px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 20px;
}

#footer {
    background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.spacer {
    margin-top:20px;
}

.ct-label {
    font-size:14px !important;
}

.ct-chart {
    font-size:18px !important;
}

/* Animation to help highlight an element*/
.blocker {
   display: none;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #fff;
   opacity: 0.7;
   transition: opacity 400ms;
   -moz-transition: opacity 400ms;
   -webkit-transition: opacity 400ms;
}

.standout {
   z-index: 999;
}

.highlight {
    border: 2px solid !important; 
    border-color: #1171a3 !important;
}

.in {
   display: block;
}

.out {
   opacity: 0;
}

@keyframes shake{
   0% { transform: translate(3px, 0) rotate(2deg); }
   50% { transform: translate(-3px, 0) rotate(-2deg); }
   100% { transform: translate(0, 0) rotate(0deg); }
}

@-moz-keyframes shake{
   0% { -moz-transform: translate(3px, 0) rotate(2deg); }
   50% { -moz-transform: translate(-3px, 0) rotate(-2deg); }
   100% { -moz-transform: translate(0, 0) rotate(0deg); }
}

@-webkit-keyframes shake {
   0% { -webkit-transform: translate(3px, 0) rotate(2deg); }
   50% { -webkit-transform: translate(-3px, 0) rotate(-2deg); }
   100% { -webkit-transform: translate(0, 0) rotate(0deg); }
}

.shake {
   animation-name: shake;
   animation-duration: 150ms;
   animation-iteration-count: 5;
   animation-timing-function: linear;

   -moz-animation-name: shake;
   -moz-animation-duration: 150ms;
   -moz-animation-iteration-count: 5;
   -moz-animation-timing-function: linear;

   -webkit-animation-name: shake;
   -webkit-animation-duration: 150ms;
   -webkit-animation-iteration-count: 5;
   -webkit-animation-timing-function: linear;
}

.bigger {
   transform: scale(1.1);
   -moz-transform: scale(1.1);
   -webkit-transform: scale(1.1);
}

.tooltip {
    font-size:14px !important;
}

.y-axis-label {
  float:left;
  position: relative;
  width: 50px;
  top: 200px;
  border-style: none;
  font-size: 14px;
  font-weight:bold;

/* Safari */
-webkit-transform: rotate(270deg);

/* Firefox */
-moz-transform: rotate(270deg);

/* IE */
-ms-transform: rotate(270deg);

/* Opera */
-o-transform: rotate(270deg);

/* Internet Explorer */
/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}

.x-axis-label {
    margin-top:-10px;
    border-style: none;
    font-size: 14px;
    font-weight:bold;
    padding-right:30px;
}

.show-y-axis {
    padding-left: 50px;
}




