html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

.form-group {
    margin-bottom: 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.fa.float-start {
    margin-right: 0.3em;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #0000;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-body {
    padding: 15px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #0000;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.uiDefault {
    font-weight: normal;
    color: #454545;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
    text-align: right;
}

.pagination > li {
    display: inline;
}


@media(min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px
    }
}

@media(min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}


.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

@media (min-width: 768px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.panel-default {
    border-color: #ddd;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

a {
    text-decoration: none;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    background-color: #1c75bc;
    border-color: #1c75bc;
    color: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.rework-container .form-control {
    font-size: 12px;
}

body {
    margin-bottom: 60px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.even-row {
    background-color: white;
}

.odd-row {
    background-color: #f9f9f9;
}

body > .container {
    overflow: hidden;
    -webkit-box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.75);
    padding: 0;
}

@media only screen {
    .show-print-only {
        display: none;
    }
}

/*START HINT stuff*/
/*##########################*/
.popover {
    z-index: 10000;
}

.bordered-themeprimary {
    border-color: #1C75BC !important;
    border-bottom-width: medium;
    background-color: #000000;
    color: white;
}

.inverted {
    background-color: black !important;
    color: white;
}

.faQuestionCircleClassBLACK {
    color: #000000;
}

.faQuestionCircleClassWHITE {
    color: white;
}
/*END HINT stuff*/
/*##########################*/

.dashboard-rework-box {
    width: 28px;
    background-color: gray !important;
    color: white;
}

.cursor-pointer {
    cursor: pointer;
}

.actionColumnHeader {
    width: 10px;
    white-space: nowrap;
}

.divastextbox {
    background-color: #F8F8F8;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    padding: 6px;
    color: #777777;
    font-size: smaller;
}
/*START datepicker over-ride*/
/*##########################*/
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: red;
    cursor: not-allowed;
}
/*##########################*/
/*END datepicker over-ride*/

.display-none {
    display: none;
}

/*for checkbox class with display-none when its the first checkbox with a checkbox following*/
.checkbox.display-none:first-child + .checkbox {
    margin-top: 10px !important;
}

textarea {
    resize: vertical;
}

.space-bottom {
    margin-bottom: 10px;
}

.space-top {
    margin-top: 10px;
}

.space-left {
    margin-left: 10px;
}

.space-right {
    margin-right: 10px;
}

.space-bottom-2x {
    margin-bottom: 20px;
}

.space-top-2x {
    margin-top: 20px;
}

.space-left-2x {
    margin-left: 20px;
}

.space-right-2x {
    margin-right: 20px;
}

.bg-success {
    background-color: #01a79d !important;
    color: #fff;
}

.bg-danger {
    background-color: #2075bc !important;
    color: #fff;
}

.bg-primary {
    background-color: #58595b !important;
    color: #fff;
}

.fg-success {
    color: #01a79d;
}

.fg-danger {
    color: #2075bc;
}

.fg-primary {
    color: #58595b;
}

/*START dataTables.bootstrap overrides*/
/*####################################*/
div.dataTables_filter label {
    font-weight: normal;
    float: right;
    text-align: right;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
    text-align: right;
}

table.dataTable th:hover {
    cursor: pointer;
}
/*##################################*/
/*END dataTables.bootstrap overrides*/


.elispeLongString {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.hover-hand:hover {
    cursor: pointer;
}

.navbar {
    background-color: #1c75bc !important;
    border-color: #1c75bc;
    margin-bottom: 0;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

a.site-logo img {
    display: block;
    height: 30px;
}

.person-image {
    margin: -25px 2px;
}

    .person-image img {
        border: 3px solid #1c75bc;
        height: 69px;
        width: 53px;
        background-color: #1c75bc;
    }

.dropdown.open .person-image img {
    border-color: #000;
}

.navbar-inverse .navbar-nav > li > a {
    background-color: #1c75bc;
    border-color: #1c75bc;
    color: #fff;
}

.navbar-nav > li {
    padding-left: 20px;
}

.panel-default > .panel-heading {
    background-color: #1c75bc;
    color: #fff;
}

.btn-gray {
    color: #fff;
    background-color: gray;
}

    .btn-gray:hover {
        color: #fff;
        background-color: #a9a9a9;
    }

/*START chosen overrides*/
/*######################*/
.chosen-disabled {
    /*opacity: 1 !important;*/
    /*background-color: #F8F8F8 !important;*/
    cursor: default !important;
    opacity: 0.7 !important;
}

.chosen-container-single .chosen-single {
    /*background-image:linear-gradient(to bottom,#fff 0%,#fff 100%);*/
    border-radius: 4px;
}

.chosen-container-single:hover .chosen-single:hover {
    cursor: default;
}

.chosen-container {
    font-size: 12px;
}

.chosen-drop {
    background-color: purple;
}
/*####################*/
/*END chosen overrides*/


/*START bootstrap overrides*/
/*#########################*/
.dropdown-menu {
    margin: 0;
}
/*END bootstrap overrides*/
/*#######################*/

.horizontal-scroll {
    width: 100%;
    overflow-x: auto;
}

.dataTables_paginate.paging_bootstrap ul {
    margin-top: 10px;
}

.btn-dt {
    position: relative;
    float: right;
    padding: 5px 8px;
    margin-right: 3px;
    border: 1px solid #999;
    cursor: pointer;
    font-size: 0.88em;
    color: black !important;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0,#f3f3f3 89%,#f9f9f9 100%);
    background: -moz-linear-gradient(top, #ffffff 0,#f3f3f3 89%,#f9f9f9 100%);
    background: -ms-linear-gradient(top, #ffffff 0,#f3f3f3 89%,#f9f9f9 100%);
    background: -o-linear-gradient(top, #ffffff 0,#f3f3f3 89%,#f9f9f9 100%);
    background: linear-gradient(top, #ffffff 0,#f3f3f3 89%,#f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
}

    .btn-dt:hover {
        border: 1px solid #666;
        text-decoration: none !important;
        -webkit-box-shadow: 1px 1px 3px #999;
        -moz-box-shadow: 1px 1px 3px #999;
        box-shadow: 1px 1px 3px #999;
        background: #f3f3f3;
        background: -webkit-linear-gradient(top, #f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);
        background: -moz-linear-gradient(top, #f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);
        background: -ms-linear-gradient(top, #f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);
        background: -o-linear-gradient(top, #f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);
        background: linear-gradient(top, #f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f4f4f4',GradientType=0 );
    }

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

select {
    appearance: menulist !important;
}

.loader:before,
.loader:after,
.loader {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    -moz-animation: load7 1.8s infinite ease-in-out;
    -o-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    margin: 8em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-animation-delay: 0.16s;
    -moz-animation-delay: 0.16s;
    -o-animation-delay: 0.16s;
    animation-delay: 0.16s;
}

    .loader:before {
        left: -3.5em;
    }

    .loader:after {
        left: 3.5em;
        -webkit-animation-delay: 0.32s;
        -moz-animation-delay: 0.32s;
        -o-animation-delay: 0.32s;
        animation-delay: 0.32s;
    }

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

#main {
    background-color: white;
    padding: 0 15px;
    clear: both;
}

footer {
    background-color: white;
    padding: 10px 0;
}

.masquerade-bar {
    width: 100%;
    background-color: #1cbc63;
}

.masquerade-header {
    cursor: pointer;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: white;
}

.masquerade-content {
    background-color: #aaf2ca;
    border-bottom: 1px solid #1cbc63;
    padding: 7px;
    display: none;
}

header {
    margin: 0;
    padding: 0;
}

.table-responsive table {
    margin-bottom: 0;
}

.fontSize12 {
    font-size:12px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

label{
    font-size:12px;
}

.ColVis_collection {
    overflow-y: auto !important;
    min-width: 200px;
    max-height: 600px;
}

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em #000;
    }

    40% {
        box-shadow: 0 2.5em 0 0 #000;
    }
}


@-moz-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em #000;
    }

    40% {
        box-shadow: 0 2.5em 0 0 #000;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em #000;
    }

    40% {
        box-shadow: 0 2.5em 0 0 #000;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 19px;
        padding-bottom: 18px;
    }
}



/*Josh's fancy checkboxes*/
/*#########################*/
.fancyCheck {
    height: 22px;
    width: 22px;
    margin: 0 !important;
}

    .fancyCheck[type="checkbox"]:before {
        position: relative;
        display: block;
        width: 22px;
        height: 22px;
        border: 3px solid #5F727C;
        border-radius: 4px;
        content: "";
        background: #233c4c;
    }

    .fancyCheck[type="checkbox"]:after {
        -moz-transform: scaleX(-1) scale(.6) rotate(135deg);
        -ms-transform: scaleX(-1) scale(.6) rotate(135deg);
        -o-transform: scaleX(-1) scale(.6) rotate(135deg);
        -webkit-transform: scaleX(-1) scale(.6) rotate(135deg);
        transform: scaleX(-1) scale(.6) rotate(135deg);
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        border-right: 4px solid #233c4c;
        border-top: 4px solid #233c4c;
        content: '';
        display: block;
        left: 5px;
        position: relative;
        top: -10px;
        width: 10px;
        height: 20px;
    }

    .fancyCheck[type="checkbox"]:checked:after {
        -webkit-animation: CheckMe .8s linear;
        -moz-animation: CheckMe .8s linear;
        -o-animation: CheckMe .8s linear;
        animation: CheckMe .8s linear;
        border-color: #fff;
    }

    .fancyCheck[type="checkbox"]:not(:disabled):hover:before {
        border-color: #5F727C;
        background: #BDC4C9;
    }

    .fancyCheck[type="checkbox"]:disabled:before {
        border-color: #BDC4C9;
        background: #5F727C;
    }

    .fancyCheck[type="checkbox"]:disabled:after {
        border-color: #5F727C;
    }

    .fancyCheck[type="checkbox"]:disabled:checked:after {
        border-color: #BDC4C9;
    }

@-moz-keyframes CheckMe {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 10px;
    }

    50% {
        height: 20px;
        width: 10px;
    }
}

@-webkit-keyframes CheckMe {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 10px;
    }

    50% {
        height: 20px;
        width: 10px;
    }
}

@-o-keyframes CheckMe {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 10px;
    }

    50% {
        height: 20px;
        width: 10px;
    }
}

@keyframes CheckMe {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 10px;
    }

    50% {
        height: 20px;
        width: 10px;
    }
}
/*Josh's fancy checkboxes*/
/*#######################*/


/*#######################*/
/*######## LOADER #######*/
/*#######################*/
#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}
/*#######################*/
/*###### END LOADER #####*/
/*#######################*/

.homePageItem {
    white-space: nowrap;
    width: 30px;
}

.centerAlign {
    text-align: center;
}

.paddedCanvas {
    padding: 30px;
    width: 90%;
}

.smallCanvas {
    width: 90%;
    padding-right: 15px;
    height: 300px;
}

.bar-legend,
.stackedbar-legend {
    margin-top: 100%;
}

.legend-color {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 3px;
    margin-right: 5px;
}

.legend-text {
    font-size: 20px;
}

.chart-label {
    width: 100%;
    text-align: center;
    font-size: 30px;
}

.rotate-label {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: -10px;
    top: 30px;
    font-size: 30px;
    width: 150px;
}

.legend-other {
    display: block;
}

    .legend-other > li {
        display: inline-block;
        margin-left: 8px;
    }

li.active > a {
    background-color: #1c75bc !important;
    color: #fff !important;
}

.scrollMe {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 70vh;
}

.addUserBtn {
    margin-bottom: 4px;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}


/*#region ChangeNoticeListing css*/
.hover-row:hover {
    background-color: #eae8e8;
    cursor: pointer
}

td, th {
    border: 1px solid #ddd;
}

.containerRotate {
    overflow: auto;
}

    .containerRotate .head {
        float: left;
        height: 10em;
        width: 1.5em;
        overflow: hidden;
        margin-right: 1px;
    }

        .containerRotate .head .vert {
            line-height: 1.5em;
            display: block;
            white-space: nowrap;
            padding-left: 3px;
            filter: flipv fliph;
            -ms-transform: rotate(270deg) translate(-10em,0);
            -o-transform: rotate(270deg) translate(-10em,0);
            -ms-transform-origin: 0 0;
            -o-transform-origin: 0 0;
            -moz-transform: rotate(270deg) translate(-10em,0);
            -moz-transform-origin: 0 0;
            -webkit-transform: rotate(270deg) translate(-10em,0);
            transform: rotate(270deg) translate(-10em,0);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
        }

.box-blank {
    width: 30px;
}

.myFilters {
    font-size: 28px;
    top: 5px;
}

/*START from stackers styles*/
.rounded {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    overflow: hidden;
}

.mini-stat {
    padding: 22px;
}

.mini-stat-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    background: none repeat scroll 0 0 white;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
    color: #FFF;
}

.mini-stat-info {
    font-size: 12px;
    padding-top: 2px;
}

.mini-stat-info span {
    display: block;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: -8px;
}


/*END from stackers styles*/

/*#endregion*/

/*region ChangeNotice css*/
.deleteComment:hover {
    cursor: pointer;
}

:disabled {
    background-color: whitesmoke !important;
    cursor: default !important;
    opacity: 0.7 !important;
}

.chosen-container-single .chosen-single {
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 14px;
    width: 100% !important;
}

.chosen-container-single .chosen-drop {
    border-top-right-radius: 4px;
}

/*Will not work unless a parent div has style="width: 100%;" also*/
div.chosen-container {
    width: 100% !important;
}
/*endregion*/

/*Datepicker*/
.datepicker thead tr:first-child th, .datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker.dropdown-menu th, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.datepicker-inline td {
    padding: 4px 5px;
}

.datepicker th.datepicker-switch {
    width: 145px;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background: #eee;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #eee;
    cursor: pointer;
}
/*end datepicker*/

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}