﻿body {
    height: 100%;
    color: #2F4668;
    background: #F8F9FC;
}
.main-content {
    padding: 30px 0;
    background-color: #F8F9FC;
    min-height: calc(100vh - 120px);
    padding-right: 15px;
    padding-left: 215px;
}
.control-label {
    font-weight:bold;
}
.form-row {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2%;
    border-radius: 25px;
    margin-top: 15px;
    background: rgba(0, 0, 0, 0.02);
}


.search-data .form-row {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1%;
    border-radius: 25px;
    margin-top: 0px;
    background: rgba(0, 0, 0, 0.02);

}



.body-content {
    margin-left: 165px;
    padding-top: 2%;
}

.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea {
    max-width: 280px;
}


input,
select,
textarea,.NotePad {
    max-width: 436px;
}


.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #163652;
    overflow-x: hidden;
    padding-top: 40px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #d2edfa;
    display: block;
}

.sidenav a:hover {
    color: #f1f1f1;
    background: #1c2125;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 1rem;
    }
}

.pair {
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
}
.graphs {
    border: 1px solid #41656B;
    border-radius: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.thead-blue {
    background-color: #163652;
    color:white;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    background: #fff!important;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color:  #fff!important;
    border-color: #d3d9df;
}
.bootstrap-select .btn-light {
    background:#fff!important;
}

table th, .table td {
    padding: 0.45rem !important;
}


.LinkButton.active {
    background-color: #01152a;
}

