/* Minification failed. Returning unminified contents.
(202,30): run-time error CSS1019: Unexpected token, found ' '
(202,30): run-time error CSS1019: Unexpected token, found ' '
(202,30): run-time error CSS1042: Expected function, found ' '
(202,30): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(203,27): run-time error CSS1019: Unexpected token, found ' '
(203,27): run-time error CSS1019: Unexpected token, found ' '
(203,27): run-time error CSS1042: Expected function, found ' '
(203,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(211,30): run-time error CSS1019: Unexpected token, found ' '
(211,30): run-time error CSS1019: Unexpected token, found ' '
(211,30): run-time error CSS1042: Expected function, found ' '
(211,30): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(212,27): run-time error CSS1019: Unexpected token, found ' '
(212,27): run-time error CSS1019: Unexpected token, found ' '
(212,27): run-time error CSS1042: Expected function, found ' '
(212,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    width: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: inherit !important;
    min-width: inherit !important;
}

.form-label {
    font-size: 18px;
    padding-bottom: 2px;
}

.select2-container {
    min-width: inherit !important;
    width: inherit !important;
}

.form-row {
    min-width: 300px;
}

.readOnlyDisplay {
    color: #00008b;
    background-color: #ddd;
    font-weight: 600;
}

.readOnlyDisplay2 {
    color: #4285f4;
    background-color: #ccc;
    font-weight: 600;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.tab-active {
    padding: 10px 10px 13px 10px;
    /*color : #2086bf;*/
    border-color: #88b9e3;
    background-color: #ffffff;
    border-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    /*font-size: 1.47rem;*/
}


.tab-inactive {
    padding: 10px 10px 11px 10px;
    color: black;
    border-color: #ffffff;
    /*border-bottom-color: #ffffff;*/
    background-color: #ffffff;
    border-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
}


.ui-tooltip, .arrow:after {
    background: white;
    border: 2px solid grey;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 0 !important;
    border-color: grey !important;
    font-size: 0.875rem;
    font-family: "Segoe UI", "Open Sans", sans-serif, serif;
    /*box-shadow: 0 0 7px grey !important;*/
    /*-webkit-box-shadow: 0 0 5px grey !important;*/
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        /*box-shadow: 6px 5px 9px -9px grey;*/
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }

.tooltipHeading {
    font-size: 0.825rem;
    font-weight: 700;
    color: #52677a;
}

.tooltipContent {
    font-size: 0.825rem;
}


.divForm {
    margin: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 95%;
    min-width: 200px;
    max-width: 400px;
    margin-top: 4rem;
    overflow: auto;
}

.headerBar {
    z-index: 1030;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
    width: 100%;
    border-collapse: collapse;
    height: 3.125rem;
    display: block;
}

.footerBar {
    z-index: 1030;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
    height: 3.125rem;
    display: block;
    user-select: none;
    border-top: 2px solid #2d89ef;
    background: linear-gradient(to bottom, rgba(180,180,180,1) 0%,rgba(0,0,0,1) 50%,rgba(180,180,180,1) 100%);
}

.footerDockLeft {
    float: left;
    width: -webkit-calc(50% - 1px);
    width: -moz-calc(50% - 1px);
    width: calc(50% - 1px);
    height: 100%;
    background-color: lightgray;
}

.footerDockRight {
    float: right;
    width: -webkit-calc(50% - 1px);
    width: -moz-calc(50% - 1px);
    width: calc(50% - 1px);
    margin-left: 1px;
    height: 100%;
    background-color: lightgray;
}

.tile-area-mobile {
    min-width: 100%;
    height: 50%;
    position: relative;
    padding: 120px 80px 0 0;
    overflow: hidden;
}

