#loading {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #f0f0f0;
    opacity: .2;
    position: fixed;
    top: 0;
    left: 0;
}

#loading > * {
    text-align: center;
    margin-top: 10%;
    margin-left: 30%;
    display: block;
    font-size: 24px;
    width: 50%;
}

.tab-content {
    margin-top: 10px;
}

fieldset {
    box-shadow: 1px 2px 3px #a7aeaa;
    padding: 15px;
}

legend {
    padding: 10px 0;
    font-size: 18px;
}

.lbl-reqd {
    border-bottom: 1px solid red;
}

a.sort-link {
    cursor: pointer;
    border-bottom: 1px solid #000000;
}

[disabled][disabled-tooltip] {
    cursor: not-allowed;
    position: relative;
}

[disabled][disabled-tooltip]:hover:before {
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid black;
    position: absolute;
    left: 50%;
    transform: translate(-50%, calc(-100% + -5px));
}

[disabled][disabled-tooltip]:hover:after {
    content: attr(disabled-tooltip);
    position: absolute;
    left: 50%;
    transform: translate(-50%, calc(-100% + -15px));
    width: auto;
    background-color: black;
    color: white;
    border-radius: 5px;
    padding: 8px 12px;
    white-space: normal;
    line-height: 1;
}

a {
    cursor: pointer;
}

.admin .nav {
    padding-top: 20px;
    padding-bottom: 20px;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
    border-color: #CCD1D1 !important;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:valid,
.custom-select.is-invalid {
    border-color: #CCD1D1 !important;
}
.screen {
    font-size: 14px;
}
@media only screen and (max-width: 600px) {
    .screen {
        font-size: 14px;
    }

    .screen_headers {
        font-size: 18px;
    }

    .hide_me {
        display: none;
        visibility: hidden;
    }

    .was-validated .form-control:valid, .form-control.is-valid, .was-validated
    .custom-select:valid,
    .custom-select.is-valid {
        background-image: none;
    }

    .was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
    .custom-select:invalid,
    .custom-select.is-invalid {
        background-image: none;
    }
}
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 6px;
    /* border: 2px solid black;*/
    background-color: grey;
    border-radius: 50%;
}
input[type="radio"]:checked {
    background-color: orange;
}

body {
    padding-top: 100px;
}

.select{
    overflow: scroll;
}
path {
    stroke-width: 3;
    fill: none;
    stroke-linejoin: round;
    stroke-linecap: round;
}
circle {
    stroke-width: 1;
}
.axis path,
.axis line {
    fill: none;
    stroke: grey;
    stroke-width: 1;
    shape-rendering: crispEdges;

}

.solid {
    stroke:3;
}
.legend, .label, .hover-text{
    font-size: x-small;
    background-color: white;
}
.dashed
{
    stroke-dasharray: 2,6;
}

/*.modal-dialog {
    max-width: 1400px
}*/

.app-modal-window .modal-dialog {
    max-width: 1240px;
}