/* Add here all your css styles (customizations) */

.u-header__section--admin-dark {
    background-color: #1a1364;
    /* dark blue */
}

.u-header__section--admin-dark .u-header-logo-toggler {
    background-color: #1e3980;
    /* light blue */
}

.u-sidebar-navigation--dark .has-active {
    background-color: #1a1364;
}

.u-sidebar-navigation--dark {
    background-color: #1a1364;
}

.date span {
    font-size: 16px;
}

.u-side-nav--second-level-menu-link.active,
.u-side-nav--second-level-menu-link.active i,
.u-sidebar-navigation--dark .u-side-nav--second-level-menu-link:hover i,
.u-sidebar-navigation--dark .u-side-nav--second-level-menu-link:hover,
.u-sidebar-navigation--dark .u-side-nav--top-level-menu-link:hover,
.u-sidebar-navigation--dark .u-side-nav--top-level-menu-link i:hover,
.u-side-nav--top-level-menu-item:hover {
    color: #0078ff !important;
}

#profileMenu {
    width: 221px !important;
    left: -105px !important;
}

.u-header__section--admin-dark [aria-labelledby] {
    background-color: #1a1364;
}

.u-header__section--admin-dark [aria-labelledby] a:hover {
    color: #0078ff !important;
}

section {
    margin-bottom: 20px;
}

.borderTable,
.borderTable td,
.borderTable th {
    border: 1px solid black;
}

.borderTable {
    width: 100%;
    border-collapse: collapse;
}

.u-accordion__body {
    padding: 0;
}

.u-accordion__body .card-block {
    padding: 0 20px 0 20px;
}

.line-height-1 {
    line-height: 1;
}

a:hover {
    color: #5faee3;
    text-decoration: none;
}

#chartdiv {
    width: 100%;
    height: 200px;
}

#filter-id-66 {
    display: none;
}

[aria-labelledby="id-73-title"] {
    display: none;
}

.wrap-message-box .content {
    overflow-x: auto;
    height: 350px;
    padding: 3px;
    margin-top: 10px;
}

[aria-labelledby] {
    font-size: 8px;
}

.g-absolute-centered--y {
    top: 13px !important;
}

.navbar-brand img {
    width: 80%;
}

.page-headline h1 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #1e3980;
    padding: 10px;
    background: #1e6ac1;
    color: #fff;
}

.page-headline {
    padding-bottom: 12px;
}

.page-headline span {
    padding: 10px;
    display: block;
}

.wrap-nav {
    position: fixed;
    width: inherit;
    background: #1a1364;
}

.tableScroll {}

#sortable section {
    float: left;
    width: 48%;
    margin: 0px 1% 1% 1%;
    position: relative;
    height: 300px;
}

.hd_tableWhite {
    color: #fff;
    font-weight: bold;
    padding: 10px;
}

.tableStyle td {
    border: 1px solid #fff;
    padding: 5px !important;
}

.tableStyle th {
    padding: 5px !important;
}

.u-sidebar-navigation--dark .has-active>a i {
    color: #7484a8;
}

.gridUpdates table {
    background: #002060;
    color: #fff;
    border: 3px solid #2f528f;
    font-size: 26px;
}

.gridUpdates table td {
    padding: 2px 10px 2px 10px;
}

.market-data ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.market-data li {
    background: #002060;
    padding: 10px;
    margin-bottom: 1px;
}

.market-data a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.market-data a:hover {
    color: #0078ff
}

.bg-light-green {
    background: #d1ffe5;
}

.bg-light-blue {
    background: #c8f2ff;
}

.bg-light-yellow {
    background: #fff5b8;
}

.lineH-13 {
    line-height: 13px;
}

.position-b0 {
    position: absolute !important;
    bottom: 0;
}

.u-sidebar-navigation-v1 {
    z-index: 8 !important
}

.login {
    width: 50% !important;
    margin: 0 auto;
}

.u-btn-primary {
    border: none;
}

.u-sidebar-navigation-v1 {
    z-index: 88 !important;
}

.u-btn-primary:hover {
    background: #5faee3 !important;
    color: #fff;
    border: none;
}

@media (max-width: 766px) {
    .login {
        width: 100% !important;
    }
}

.contact {
    background: #e9ebf5;
    width: 40%;
    padding: 20px;
}

.bg-light-blue {
    background-color: #e9ebf5;
}

.border-img-blue {
    border: solid 1px #1a1364;
}

.boxH_1 {
    height: 360px !important;
}

#data {
    border-collapse: collapse;
}

#data td,
#data th {
    padding: 0;
    margin: 0;
}

.u-btn-primary {
    background-color: #72c02c !important;
}

.u-btn-primary:hover {
    background-color: #9cd26b !important;
    border: 1px solid #9cd26b;
}

.ajax-loader {
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: +100 !important;
    width: 100%;
    height: 100%;
}

.ajax-loader img {
    position: fixed;
    top: 40%;
    left: 50%;
}

ul#ul-legend {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.hs-admin-pencil:hover{
    cursor: pointer;
}

.reason{
    width: 100%;
    height:100%;
    border-color: lightgrey;
}

.modal-body{
    /* height: 300px; */
}

.modal-dialog{
    /* width: 700px !important; */
}

.div_reason{
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}