﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    letter-spacing: 0.02em;
    background-image: url(../Images/BGTimeline.png);
    background-repeat: no-repeat;
    background-size: 100vw;
    margin-top: 25px;
    background-color: #00213d;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-left:225px;
    width: 80%;
}

/* Set widths on the form inputs since otherwise they're 100% wide */


/*Side nav bar*/
#sidenav {
    height: 100%;
    max-width: 215px;
    font-weight: 600;
}

li.navbar:hover {
    text-decoration: none;
    border-radius: 10px;
    color: white;
}

li.navbar a:hover:not(.active) {
    text-decoration: none;
    letter-spacing: 0.05em;
    color: #48bbde !important;
    border-radius: 10px;
    margin-right: -10px;
    font-weight: 600;
}

    li.navbar a:hover:not(.active) span {
        color: #48bbde !important;
    }

.nav.navbar-nav > .active > a {
    color: white !important;
    background-color: #00213d;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-right: -10px;
    border-radius: 10px;
}

    .nav.navbar-nav > .active > a:hover {
        color: #48bbde !important;
        background-color: #00213d;
        border-radius: 10px;
    }

    .nav.navbar-nav > .disabled > a:hover {
        color: #aaa !important;
        background-color: none;
    }

        .nav.navbar-nav > .active > a:hover span {
            color: #48bbde !important;
        }
.nav.navbar-nav > .disabled > a:hover span {
    color: #aaa !important;
}

    .nav.navbar-nav > .active > a > span {
        color: white !important;
    }

.navbar-right:hover {
    text-decoration: none;
    border-radius: 4px;
    color: white;
}

.navbar-right {
    bottom: 0;
    position: absolute;
}

    .navbar-right > li > a {
        margin-right: -10px;
        letter-spacing: 0.05em;
    }

        .navbar-right > li > a:hover span {
            background-color: transparent;
            color: #48bbde !important;
        }

        .navbar-right > li > a:hover {
            background-color: transparent;
            color: #48bbde !important;
        }

.nav.navbar-nav {
    margin-top: 50px;
    width: 100%;
}

    .nav.navbar-nav li {
        width: 90%;
        margin-left: 15%;
        border-radius: 4px;
        border: 0;
    }

        .nav.navbar-nav li a {
            margin-right: -10px;
        }

.navbar-brand {
    width: 100%;
    margin-left: 25px;
}




    .developments {
        width: 30%;
        height: auto;
        margin-bottom: 25px;
        display: inline-block;
        margin-right: 25px;
        padding-bottom: 0px;
    }

    .devlopmentsclick:hover {
        cursor: pointer;
        transform: scale(1.02);
        box-shadow: 0 5px 20px -5px black;
    }


    .development-table {
        width: 100%;
        /*-moz-box-shadow: 2px 2px 10px #888, -2px 2px 10px #12759c;
    -webkit-box-shadow: 2px 2px 10px #888, -2px 2px 10px #12759c;
    box-shadow: 2px 2px 10px #888, -2px 2px 10px #12759c;
        */
    }

        .development-table th {
            color: #48bbde;
            background-color: #193d61;
            font-size: 14px;
            letter-spacing: 0em;
            font-weight: 600;
            padding-top: 2px;
            padding-bottom: 2px;
            padding-left: 20px;
            padding-right: 20px;
            text-align: center;
        }


        .development-table td {
            padding-top: 7px;
            padding-bottom: 7px;
            border-bottom: 1px solid #dedede;
            color: #193d61;
            font-size: 13px;
            letter-spacing: 0em;
            padding-left: 10px;
            padding-right: 10px;
            text-align: left;
        }

        .development-table tr {
            background-color: #f1f1f1
        }

            .development-table tr:hover {
                background-color: #dedede;
            }

    .glyphicon-thumbs-up {
        cursor: pointer;
        float: right;
        top: 5px;
    }

    .development-table td:nth-child(1) {
        background-color: #12759c;
        vertical-align: top;
        color: white;
        border-bottom: 1px solid #185ea3;
        border-right: 2px solid #12759c;
        width: 42%;
    }

    .development-table td:nth-child(2) {
        background-color: #f1f1f1;
    }

    .development-table tr:nth-child(3) td:nth-child(2) div {
        min-height: 75px;
    }

    .development-table tr:nth-child(2) td:nth-child(2) div {
        min-height: 50px;
    }

    .questionsmodal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 25; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        top: 0;
        left: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    }

    .questionsmodal-content {
        background: #f1f1f1;
        margin: auto;
        padding: 20px;
        border-top-right-radius: 50px;
        width: 60%;
        height: auto;
        color: black;
        -webkit-box-shadow: 0 8px 6px -6px black;
        -moz-box-shadow: 0 8px 6px -6px black;
        box-shadow: 0 8px 6px -6px black;
    }

    .glyphicon-remove {
        color: #208eba;
        cursor: pointer;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
    }

        .glyphicon-remove:hover {
            -webkit-transform: rotateZ(90deg);
            -moz-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
        }


    #ai {
        width: 90%;
        height: 42px
    }

    .scoring span {
        margin-top: 8px;
        opacity: 0.5;
        font-size: 20px;
    }

        .scoring span:hover {
            cursor: pointer
        }

    .noscore {
        opacity: 0.5;
        margin-right: 5px;
    }


    .loginButton {
        -webkit-appearance: none;
        background-color: #05759c;
        font-size: 16px;
        width: 100%;
        line-height: 22px;
        border-radius: 15px;
        border: none;
        margin: 10px;
        color: white;
        white-space: normal;
        padding: 10px 20px;
        font-weight: 600;
    }

        .loginButton:hover {
            background-color: #0f3c63;
            font-size: 16px;
            border: 1px solid #4ebade;
            box-shadow: 0 0.4em 0.5em -0.4em #4ebade;
            transform: translateY(-0.2em);
            color: white;
        }

    .noraise:hover {
        border: 0px;
    }





    .center2 {
        width: 25%;
        height: 30%;
        text-align: center;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: table-cell;
        vertical-align: middle;
    }

    a {
        color: white;
    }

        a:hover {
            color: #4ebade;
            cursor: pointer;
        }








    .textboxlogin {
        padding: 12px 16px;
        width: 100%;
        top: 0;
        bottom: 0;
        margin: auto;
        margin: 10px;
        font-size: 16px !important;
        border: 1px solid #ccc;
        box-sizing: border-box;
        border-radius: 20px;
        font-size: 0.85em;
    }

    .textboxlogin, input[type=password]:focus, textarea:focus {
        outline: none !important;
        border: 1px;
        border-color: #4ebade;
        box-shadow: 0 0 10px #4ebade;
    }

    button:focus {
        outline: none !important;
    }



    .field-icon {
        float: right;
        margin-top: -43px;
        position: relative;
        font-size: 16px;
        z-index: 20;
        color: #05759c;
    }

    .field-icon2 {
        float: right;
        margin-top: -43px;
        right: 25px;
        position: relative;
        font-size: 16px;
        display: none;
        z-index: 20;
        color: #05759c;
    }

    .field-icon22 {
        float: right;
        margin-top: -43px;
        right: 25px;
        position: relative;
        font-size: 16px;
        display: none;
        z-index: 20;
        color: #05759c;
    }

    .field-icon222 {
        float: right;
        margin-top: -30px;
        right: 10px;
        position: relative;
        font-size: 16px;
        display: block;
        z-index: 20;
        color: #05759c;
    }


    .container {
        margin-top: 50px;
    }

    .left-tables {
        position: absolute;
        width: 75%;
        height: 100%;
        float: left;
        display: table;
        border-radius: 25px;
        margin-top: 50px;
        left: 15%;
        padding-left: 25px;
        padding-right: 25px;
        margin: auto;
    }





    input[type="number"][max="5"] {
        display: none;
    }


    .wq-table {
        width: 100%;
        margin-bottom: 25px;
    }

    .tabs:hover {
        color: #bbebfa
    }

    .wq-table th {
        color: #48bbde;
        background-color: #193d61;
        font-size: 14px;
        letter-spacing: 0em;
        font-weight: 600;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }


    .wq-table td {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dedede;
        color: #193d61;
        font-size: 12px;
        letter-spacing: 0em;
        font-weight: 600;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
    }

    .wq-table tr {
        background-color: #f1f1f1
    }

        .wq-table tr:hover {
            background-color: #dedede;
            cursor: pointer
        }

    .wq-table1 {
        width: 100%;
    }

    .wq-table11 {
        width: 100%;
    }

    input:focus {
        outline: none
    }

    .assesmentmodal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        top: 0;
        left: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    }

    .assesmentmodal1 {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        top: 0;
        left: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    }

    .assesmentmodal2 {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        top: 0;
        left: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    }

    .assesmentmodal-content {
        background: linear-gradient(#197aa8 40%,#208eba 100%);
        margin: auto;
        padding: 20px;
        border-top-right-radius: 50px;
        width: 60%;
        height: auto;
        color: white;
        -webkit-box-shadow: 0 8px 6px -6px black;
        -moz-box-shadow: 0 8px 6px -6px black;
        box-shadow: 0 8px 6px -6px black;
    }

    .assesmentmodal-content1 {
        background: linear-gradient(#197aa8 40%,#208eba 100%);
        margin: auto;
        padding: 20px;
        border-top-right-radius: 50px;
        width: 40%;
        height: auto;
        color: white;
        -webkit-box-shadow: 0 8px 6px -6px black;
        -moz-box-shadow: 0 8px 6px -6px black;
        box-shadow: 0 8px 6px -6px black;
    }

    .assesmentmodal-content2 {
        background: linear-gradient(#197aa8 40%,#208eba 100%);
        margin: auto;
        padding: 20px;
        border-top-right-radius: 50px;
        width: 40%;
        height: auto;
        color: white;
        -webkit-box-shadow: 0 8px 6px -6px black;
        -moz-box-shadow: 0 8px 6px -6px black;
        box-shadow: 0 8px 6px -6px black;
    }

    cancelbutton {
        display: none;
    }

    .wq-table1 th {
        color: #48bbde;
        background-color: #193d61;
        font-size: 12px;
        letter-spacing: 0em;
        font-weight: 600;
        padding-top: 2px;
        padding-bottom: 2px;
        text-align: center;
    }



    .wq-table1 td {
        color: #193d61;
        font-size: 14px;
        vertical-align: top;
        padding: 10px;
        letter-spacing: 0em;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 600;
        text-align: left;
    }

        .wq-table1 td:nth-child(1) {
            padding-top: 18px;
            padding-left: 15px;
            width: 30%;
        }

    .wq-table11 th {
        color: #48bbde;
        background-color: #193d61;
        font-size: 12px;
        letter-spacing: 0em;
        font-weight: 600;
        padding-top: 2px;
        padding-bottom: 2px;
        text-align: center;
    }

    .wq-table1 tr {
        background-color: #f1f1f1
    }

    .wq-table11 td {
        color: #193d61;
        font-size: 14px;
        vertical-align: top;
        padding: 10px;
        letter-spacing: 0em;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 600;
        text-align: center;
    }

        .wq-table11 td:nth-child(1) {
            /*padding-top: 18px;
        padding-left: 15px;
        width: 30%;*/
        }



    .wq-table11 tr {
        background-color: #f1f1f1
    }


    .wq-table2 {
        width: 100%;
    }

        .wq-table2 td:nth-child(1) {
            border-right: 3px solid #87a0ac;
            font-weight: 600;
            color: #113a62;
            border-bottom: 1px solid #dedede;
            padding-left: 10px;
            font-size: 13px;
            padding-right: 10px;
            background-color: #f1f1f1;
            padding-top: 10px;
            padding-bottom: 10px;
            width: 35%;
        }


        .wq-table2 td:nth-child(2) {
            border-right: 3px solid #87a0ac;
            font-weight: 600;
            color: #12759c;
            border-bottom: 1px solid #dedede;
            padding-left: 10px;
            font-size: 13px;
            padding-right: 10px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

    td.stat {
        font-weight: 700 !important;
        border-bottom: 1px solid #dedede !important;
        font-size: 20px !important;
        color: #48bbde !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }


    .wq-table2 tr {
        background-color: #f1f1f1
    }

        .wq-table2 tr:hover {
            background-color: #dedede;
        }



    .wq-table3 {
        width: 100%;
    }

        .wq-table3 th {
            color: #48bbde;
            background-color: #193d61;
            font-size: 12px;
            letter-spacing: 0em;
            font-weight: 600;
            padding-top: 2px;
            padding-bottom: 2px;
            text-align: center;
        }

    .table {
        width: 100%;
        margin-right: 2%;
        margin: 0px;
        margin-bottom: 25px;
    }




    .wq-table3 td {
        padding: 10px;
        border-bottom: 1px solid #dedede;
        color: #193d61;
        font-size: 14px;
        letter-spacing: 0em;
        font-weight: 600;
    }

        .wq-table3 td:nth-child(1) {
            border-right: 3px solid #87a0ac;
            width: 55%;
        }

        .wq-table3 td:nth-child(2) {
            padding-left: 20px;
        }


    .wq-table3 tr {
        background-color: #f1f1f1
    }

        .wq-table3 tr:hover {
            background-color: #dedede;
            cursor: pointer
        }

    .bar {
        width: 100%;
        background-color: #12759c;
        color: white;
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: 600;
        text-align: center;
        font-size: 14px;
        border-top-right-radius: 15px;
    }

    .barholder:hover {
        cursor: pointer
    }

    .CaseReport {
        width: 100%;
        height: 100%;
        background-color: white;
        display: none
    }

    .bar1 {
        width: 100%;
        background-color: #12759c;
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 3px solid #48bbde;
        border-right: 4px solid #48bbde;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        border-top-right-radius: 15px;
    }

    .minustable {
        cursor: pointer;
    }

    .dashboardButton {
        -webkit-appearance: none;
        background-color: #12759c;
        line-height: 22px;
        border-radius: 15px;
        border: none;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 600;
        color: white;
        white-space: normal;
        padding: 10px 30px;
    }

    .raise:hover,
    .raise:focus {
        border: 1px solid #48bbde;
        box-shadow: 0 0.4em 0.5em -0.4em #48bbde;
        transform: translateY(-0.25em);
        background-color: #193d61;
        color: #48bbde;
    }

        .raise:hover span,
        .raise:focus span {
            color: #48bbde !important;
        }

    .red {
        background-color: #d41515;
        height: 25px;
        width: 25px;
        box-shadow: 0 0.4em 0.5em -0.4em #aaa;
        opacity: 0.1;
        color: white;
        -moz-transition: opacity 2.5s;
        -webkit-transition: opacity 2.5s;
        -o-transition: opacity 2.5s;
        transition: opacity 2.5s;
        border-radius: 50%;
        margin-left: 1px;
        margin-right: 1px;
        display: inline-block;
        text-align: center;
        line-height: 25px;
    }

    .amber {
        background-color: #ff9d00;
        height: 25px;
        width: 25px;
        box-shadow: 0 0.4em 0.5em -0.4em #aaa;
        opacity: 0.1;
        color: white;
        -moz-transition: opacity 2.5s;
        -webkit-transition: opacity 2.5s;
        -o-transition: opacity 2.5s;
        transition: opacity 2.5s;
        border-radius: 50%;
        margin-left: 1px;
        margin-right: 1px;
        display: inline-block;
        text-align: center;
        line-height: 25px;
    }

    .green.loaded {
        opacity: 1;
        border: 2px solid #082b46;
    }

    .amber.loaded {
        opacity: 1;
        border: 2px solid #082b46;
    }

    .red.loaded {
        opacity: 1;
        border: 2px solid #082b46;
    }

    .green {
        background-color: green;
        height: 25px;
        width: 25px;
        box-shadow: 0 0.4em 0.5em -0.4em #aaa;
        opacity: 0.1;
        color: white;
        -moz-transition: opacity 2.5s;
        -webkit-transition: opacity 2.5s;
        -o-transition: opacity 2.5s;
        transition: opacity 2.5s;
        border-radius: 50%;
        margin-left: 1px;
        margin-right: 1px;
        display: inline-block;
        text-align: center;
        line-height: 25px;
    }

    .slide {
        display: none;
    }

    .overall-search {
        position: absolute;
        background-color: #0c4b72;
        width: 60%;
        height: 25%;
        display: none;
        border-radius: 125px;
        z-index: 0;
        top: 10px;
        bottom: 0;
        left: 215px;
        right: 0;
        padding-left: 10%;
        padding-right: 10%;
        margin: auto;
    }

    .center {
        width: 80%;
        height: 100%;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: table-cell;
        vertical-align: middle;
    }

    .textbox {
        padding: 8px 12px;
        height: 25%;
        font-size: 16px !important;
        float: right;
        margin: auto;
        top: 0;
        bottom: 0;
        width: 50% !important;
        right: 0;
        position: absolute;
        border: 1px solid #ccc;
        box-sizing: border-box;
        border-radius: 20px;
        font-size: 0.85em;
    }


    .ui-helper-hidden-accessible {
        display: none;
    }

    .ui-autocomplete {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        float: left;
        display: none;
        min-width: 160px;
        padding: 4px 0;
        margin: 0 0 10px 25px;
        list-style: none;
        background-color: #ffffff;
        border: 1px solid #ccc;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 10px #4ebade;
        -moz-box-shadow: 0 0 10px #4ebade;
        box-shadow: 0 0 10px #4ebade;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        *border-right-width: 2px;
        *border-bottom-width: 2px;
    }

    .ui-menu-item {
        padding: 0 .5em;
        line-height: 2em;
        font-size: 14px;
        font-family: inherit;
    }

    .ui-state-hover, .ui-state-active {
        color: #ffffff;
        text-decoration: none;
        background-color: #0c4b72;
        border: 5px solid #0c4b72;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        background-image: none;
    }

    .texttest {
        margin: auto;
        top: 0;
        width: 20%;
        color: white;
        font-size: 18px;
        font-weight: 600;
        margin-left: 2%;
        margin-bottom: 10px;
        bottom: 0;
        height: 50%;
        position: absolute;
    }

    .selecttest {
        margin: auto;
        margin-right: 20px;
        margin-left: 20%;
        top: 25%;
        width: 30%;
        color: #48bcdf;
        font-size: 16px;
        font-weight: 600;
        bottom: 25%;
        height: 50%;
        margin-bottom: -3px;
        position: absolute;
    }

        .selecttest p {
            cursor: pointer;
        }

            .selecttest p:nth-child(1) {
                opacity: 0.25;
            }

            .selecttest p:nth-child(3) {
                opacity: 0.25;
            }


    .assesmentmodal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 115px;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    }

    .assesmentmodal-content {
        background-color: #12759c;
        margin: auto;
        padding: 20px;
        border-top-right-radius: 50px;
        width: 45%;
        height: 60%;
        color: white;
        -webkit-box-shadow: 0 8px 6px -6px black;
        -moz-box-shadow: 0 8px 6px -6px black;
        box-shadow: 0 8px 6px -6px black;
    }

    .modal-container {
        width: 100%;
        margin: 0 auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: 25px;
    }


    #submitButton {
        -webkit-appearance: none;
        background-color: #0f3c63;
        font-size: 16px;
        width: 46%;
        line-height: 22px;
        border-radius: 10px;
        padding: 10px 20px !important;
        border: none;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 5px;
        margin-right: 5px;
        color: white;
        white-space: normal;
        font-weight: 600;
    }

        #submitButton:hover {
            background-color: #0f3c63;
            font-size: 16px;
            border: 2px solid #4ebade;
            box-shadow: 0 0.8em 0.8em -0.8em #4ebade;
            color: #48bbde;
        }

    .textboxmodal {
        padding: 8px 20px;
        width: 200px;
        top: 0;
        bottom: 0;
        color: black;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 16px !important;
        border: 1px solid #ccc;
        box-sizing: border-box;
        border-radius: 10px;
        font-size: 0.85em;
    }

    .glyphicon-remove {
        cursor: pointer;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
    }

        .glyphicon-remove:hover {
            -webkit-transform: rotateZ(90deg);
            -moz-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
        }

    .titlemodal {
        font-size: 20px;
        font-weight: bold;
        color: white;
    }

    .textmodal {
        font-size: 16px;
        color: white;
    }

    .textboxmodal:focus {
        outline: none !important;
        border: 2px solid #0f3c63 !important;
        box-shadow: 0 0.8em 0.8em -0.8em #0f3c63 !important;
    }

    .sites-table {
        width: 100%;
        margin-bottom: 25px;
    }

        .sites-table th {
            color: #48bbde;
            background-color: #193d61;
            font-size: 16px;
            letter-spacing: 0em;
            font-weight: 600;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 10px;
            padding-right: 10px;
            text-align: center;
        }



        .sites-table td {
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #dedede;
            color: #193d61;
            font-size: 13px;
            letter-spacing: 0em;
            font-weight: 600;
            padding-left: 20px;
            padding-right: 20px;
            text-align: left;
        }

            .sites-table td:nth-child(1) {
                font-size: 13px;
                background-color: #f1f1f1;
                border-right: 3px solid #87a0ac;
                width: 45%;
                padding-left: 10px;
                padding-right: 5px;
            }

            .sites-table td:nth-child(2) {
                background-color: #faf9fa;
            }


        .sites-table tr {
            background-color: #f1f1f1
        }

        .sites-table .glyphicon-pencil {
            cursor: pointer;
            float: right;
            top: 5px;
        }

    .glyphicon-save {
        cursor: pointer;
        max-width: 50px;
        right: 0px;
        top: 5px;
    }

    .sites-table tr:hover {
        background-color: #dedede;
    }



    div[id*='DivToLoad'] label {
        font-weight: 500 !important;
        color: #0c4b72;
    }

    .checkbox label {
        padding: 0;
    }

        .checkbox label input {
            margin-right: 5px;
        }

    div[id*='DivToLoad'] input {
        margin-right: 7px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .textboxsites, select, .hasDatepicker {
        padding: 8px 14px;
        width: 90%;
        top: 0;
        bottom: 0;
        color: #0c4b72;
        margin: auto;
        font-size: 14px !important;
        border: 1px solid #bbb;
        box-sizing: border-box;
        border-radius: 5px;
        font-weight: 500;
        font-size: 0.85em;
    }

    .textboxwq, .selectwq {
        padding: 10px 20px;
        width: 100%;
        top: 0;
        bottom: 0;
        color: #193d61;
        margin: auto;
        font-size: 14px !important;
        border: 1px solid #bbb;
        box-sizing: border-box;
        border-radius: 15px;
        font-weight: 500;
        font-size: 0.85em;
    }

        .textboxwq:focus, .textboxsites:focus, .selectwq:focus, select:focus, .hasDatepicker:focus {
            outline: none !important;
            border: 2px solid #12759c !important;
            box-shadow: 0 0.8em 0.8em -0.8em #0f3c63 !important;
        }

    .range-slider {
        width: 100%;
        margin: 0 auto;
        position: relative;
        margin-top: 6rem;
        margin-bottom: 2rem;
    }

    #range {
        -webkit-appearance: none;
        width: 100%;
        border-radius: 2rem;
        pointer-events: none;
    }

        #range:focus {
            outline: none;
        }

        #range::before, #range::after {
            position: absolute;
            top: 2rem;
            color: #333;
            font-size: 15px;
            line-height: 1;
            padding: 4px 6px;
            background-color: rgba(0,0,0,.1);
            border-radius: 4px;
        }

        #range::before {
            left: 0;
            content: attr(data-min);
            color: #f1f1f1;
            background-color: #f1f1f1;
        }

        #range::after {
            right: 0;
            content: attr(data-max);
            color: #f1f1f1;
            background-color: #f1f1f1;
        }

        #range::-webkit-slider-runnable-track {
            width: 100%;
            height: 1.75rem;
            cursor: pointer;
            animate: 0.5s;
            background: linear-gradient(90deg, #0c4b72 var(--range-progress), #b1b6bd var(--range-progress));
            border-radius: 2rem;
        }

        #range::-webkit-slider-thumb {
            -webkit-appearance: none;
            border: 0.25rem solid #00213d;
            box-shadow: 0 1px 3px rgba(0,0,255,.3);
            border-radius: 50%;
            background: #fff;
            cursor: pointer;
            height: 32px;
            width: 32px;
            transform: translateY(calc(-50% + 8px));
        }

    .overalltable {
        margin-top: 75px;
    }

    .table2 {
        display: inline-block;
        width: 60%;
        margin-bottom: 25px;
    }

    .developments {
        width: 30%;
        height: auto;
        margin-bottom: 25px;
        display: inline-block;
        margin-right: 25px;
        padding-bottom: 0px;
    }

    .overall-search {
        position: absolute;
        background-color: #0c4b72;
        width: 60%;
        height: 35%;
        padding-top: 2%;
        padding-bottom: 2%;
        border-radius: 125px;
        z-index: 0;
        top: 10px;
        bottom: 0;
        left: 0;
        right: 0;
        padding-left: 10%;
        padding-right: 10%;
        margin: auto;
    }

    .center {
        width: 55%;
        height: 90%;
        margin: auto;
        position: absolute;
        top: 0;
        text-align: center;
        left: 0;
        bottom: 0;
        right: 0;
        vertical-align: middle;
    }

    .devinfo {
        width: 90%;
        display: inline-block
    }

    .devlopmentsclick:hover {
        cursor: pointer;
        transform: scale(1.02);
        box-shadow: 0 5px 20px -5px black;
    }


    .case-table {
        width: 100%;
        margin-bottom: 25px;
    }

        .case-table th {
            color: #48bbde;
            background-color: #193d61;
            font-size: 14px;
            letter-spacing: 0em;
            font-weight: 600;
            padding-top: 2px;
            padding-bottom: 2px;
            padding-left: 20px;
            padding-right: 20px;
            text-align: center;
        }


        .case-table td {
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #dedede;
            color: #193d61;
            font-size: 14px;
            letter-spacing: 0em;
            padding-left: 25px;
            padding-right: 25px;
            text-align: left;
        }

        .case-table tr {
            background-color: #f1f1f1
        }

            .case-table tr:hover {
                background-color: #dedede;
                cursor: pointer
            }

        .case-table .glyphicon-pencil {
            cursor: pointer;
            float: right;
            top: 5px;
        }

        .case-table td:nth-child(1) {
            background-color: #f1f1f1;
            border-right: 3px solid #87a0ac;
            width: 35%;
        }

        .case-table td:nth-child(2) {
            background-color: #faf9fa;
        }


    .glyphicon.fast-right-spinner {
        -webkit-animation: glyphicon-spin-r 1s infinite linear;
        animation: glyphicon-spin-r 1s infinite linear;
        float: right;
        margin-top: -30px;
        right: 45px;
        position: relative;
        font-size: 18px;
        z-index: 20;
        display: none;
        color: #193d61;
        cursor: pointer;
    }

    @-webkit-keyframes glyphicon-spin-r {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }

    @keyframes glyphicon-spin-r {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }

    @-webkit-keyframes glyphicon-spin-l {
        0% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }

        100% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }

    @keyframes glyphicon-spin-l {
        0% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }

        100% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }

    .overall-search {
        position: absolute;
        display: block;
        background-color: #0c4b72;
        width: 60%;
        height: 35%;
        padding-top: 2%;
        padding-bottom: 2%;
        border-radius: 125px;
        z-index: 0;
        top: 10px;
        bottom: 0;
        left: 0;
        right: 0;
        padding-left: 10%;
        padding-right: 10%;
        margin: auto;
    }

    #search {
        padding: 8px 12px;
        font-size: 16px !important;
        width: 100% !important;
        color: #193d61;
        border: 1px solid #ccc;
        border-radius: 20px;
        font-size: 0.85em;
    }


    #searchtextbox::placeholder {
        font-size: 14px !important;
    }

    .search {
        margin-left: 25px;
        width: 30%;
        display: inline-block;
    }

    #searchtextbox {
        padding: 8px 12px;
        font-size: 16px !important;
        width: 100% !important;
        color: #193d61;
        border: 1px solid #ccc;
        border-radius: 20px;
        font-size: 0.85em;
    }


    #range.redslider::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: 0.25rem solid #00213d;
        box-shadow: 0 1px 3px rgba(0,0,255,.3);
        border-radius: 50%;
        background: #DC143C;
        cursor: pointer;
        height: 32px;
        width: 32px;
        transform: translateY(calc(-50% + 8px));
    }

    #range.amberslider::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: 0.25rem solid #00213d;
        box-shadow: 0 1px 3px rgba(0,0,255,.3);
        border-radius: 50%;
        background: #FFA500;
        cursor: pointer;
        height: 32px;
        width: 32px;
        transform: translateY(calc(-50% + 8px));
    }

    #range.greenslider::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: 0.25rem solid #00213d;
        box-shadow: 0 1px 3px rgba(0,0,255,.3);
        border-radius: 50%;
        background: #008000;
        cursor: pointer;
        height: 32px;
        width: 32px;
        transform: translateY(calc(-50% + 8px));
    }

    #tooltip {
        position: absolute;
        top: -3.25rem;
        pointer-events: none;
    }

        #tooltip span {
            position: absolute;
            text-align: center;
            display: block;
            line-height: 1;
            padding: 0.3rem 0.5rem;
            color: #fff;
            border-radius: 0.2rem;
            background: #12759c;
            font-size: 15px;
            left: 50%;
            transform: translate(-50%, 0);
        }

            #tooltip span:before {
                position: absolute;
                content: "";
                left: 50%;
                bottom: -8px;
                transform: translateX(-50%);
                width: 0;
                height: 0;
                border: 4px solid transparent;
                border-top-color: #12759c;
            }

    

   

    .table1 {
        width: 100%;
        margin: 0px;
        margin-bottom: 25px;
    }


    input[type="file"] {
        width: 95%;
        min-height: 100px !important;
        background-color: white;
        padding: 12px 20px;
        margin: 10px;
        display: inline-block;
        border: 1px solid #ccc;
        box-sizing: border-box;
        border-radius: 4px;
        font-size: 0.85em;
    }

        input[type="file"]::-webkit-file-upload-button, .filebutton {
            -webkit-appearance: none;
            background-color: #05759c;
            border-radius: 4px;
            border: none;
            color: white;
            white-space: normal;
            font-size: 12px !important;
            width: auto;
            padding: 8px 16px;
        }

            input[type="file"]::-webkit-file-upload-button:hover, .filebutton:hover {
                background-color: #0f3c63;
                cursor: pointer
            }


.right-tables .body-content {
    padding-left: 1px;
    padding-right: 1px;
    margin-left: 0px;
    width: 100%;
}
.right-tables1 .body-content {
    padding-left: 1px;
    padding-right: 1px;
    margin-left: 0px;
    width: 100%;
}

.leftables1 {
    width:77%;

}


.rangeparent {
    background-color: #f1f1f1;
    height: 140px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .upload {
        background-color: #f1f1f1;
        height: auto;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    .rangeP {
        float: right;
        /*color: #113a62;*/
        color: #aaa;
        margin-top: 5px;
        font-weight: 600;
        letter-spacing: 0;
        pointer-events: none;
    }

    .rangeP2 {
        float: right;
        color: #113a62;
        margin-top: 5px;
        font-weight: 600;
        letter-spacing: 0;
    }

    .rangeP:hover {
        color: #12759c !important;
        text-decoration: none;
        cursor: pointer
    }

    textarea {
        width: 90%;
        padding: 12px 20px;
        z-index: 5;
        display: inline-block;
        border: 1px solid #ccc;
        box-sizing: border-box;
        border-radius: 4px;
        height: 10em;
        font-size: 15px;
        color: #193d61;
        margin-left: 15px;
    }

    .dashboardTable {
        border: 1px solid;
        border-color: white;
        color: white;
        font-size: 15px;
        border-spacing: 20px;
        border-collapse: separate;
    }

    .mainTable {
        border-spacing: 30px;
        border-collapse: separate;
        width: 100%;
        left: 15%;
        padding-left: 25px;
        padding-right: 25px;
    }

    .searchNoResult {
        padding-left: 30px;
        left: 15%;
        color: white;
        font-size: 25px;
    }

    h4 {
        color: white;
    }

    .workTypeButton {
        width: 30%;
    }




    .ui-datepicker {
        text-align: center;
    }

    .ui-datepicker-trigger {
        margin: 0 0 0 5px;
        vertical-align: text-top;
    }

    .ui-datepicker {
        margin-top: 2px;
        padding: 0 !important;
        border-color: #c9f0f5 !important;
    }

    .ui-datepicker {
        width: 100%;
    }

    .openemr-calendar .ui-datepicker {
        width: 191px;
    }

    .ui-datepicker table {
        width: 100%;
        table-layout: fixed;
    }

    .openemr-calendar .ui-datepicker table {
        width: 191px;
        table-layout: fixed;
    }

    .ui-datepicker-header {
        background-color: #12759c !important;
        background-image: none !important;
        border-radius: 0;
    }

    .openemr-calendar .ui-datepicker-header {
        background-color: #e6f7f9 !important;
        border-width: 1px;
        border-color: #c9f0f5;
        border-style: solid;
    }

    .ui-datepicker-title {
        line-height: 35px !important;
        margin: 0 10px !important;
    }

    .openemr-calendar .ui-datepicker-title {
        line-height: 35px !important;
    }

    .ui-datepicker-prev span {
        display: none !important;
    }

    .ui-datepicker-next {
        text-align: center;
    }

        .ui-datepicker-next span {
            display: none !important;
        }

    .ui-datepicker-prev {
        background-color: transparent !important;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==') !important;
        height: 12px !important;
        width: 7px !important;
        margin: 14px 12px;
        display: inline-block;
        left: 0 !important;
        top: 0 !important;
    }

    .openemr-calendar .ui-datepicker-prev {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAuUlEQVQokXXRsUtCYRAA8J8pDQ1CVIgIgtBU2NDiZIuDS4uLf6WDS1O0tLREEE8icBNKS3lTs8/B78XHw3dwcHA/juOuqjzucYJVrQQMcYctvo4OgEFIeMK6iPphCjzjEWLUC3vACx7yRo5uMUIFr5gii1EL41AvMIkBVPGH04DrSLEsIvjEOZq4wi9+iijDR0ANXOMbmxjlcIY2LtANO6YxymGCDs5wg/ciYv+KBJeY4+2A+Y9j4Y47RtUkrNXeDxUAAAAASUVORK5CYII=') !important;
        height: 14px !important;
        width: 9px !important;
        margin: 5px !important;
    }

    .ui-datepicker-next {
        cursor: pointer;
    }

    .ui-datepicker-prev {
        cursor: pointer;
    }

    .ui-datepicker-next {
        background-color: transparent !important;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==') !important;
        height: 12px !important;
        width: 8px !important;
        margin: 14px 12px;
        display: inline-block;
        right: 0 !important;
        top: 0 !important;
    }

    .bar2 {
        width: 100%;
        background-color: #193d61;
        color: white;
        border-top: 3px solid #12759c;
        border-right: 4px solid #12759c;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        border-top-right-radius: 10px;
        /*-moz-box-shadow: -2px 2px 10px #888, 2px 2px 10px #12759c;
    -webkit-box-shadow: -2px 2px 10px #888, 2px 2px 10px #12759c;
    box-shadow: -2px 2px 10px #888, 2px 2px 10px #12759c;
        */
    }

    .minustable {
        cursor: pointer;
    }

    .openemr-calendar .ui-datepicker-next {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAtElEQVQYlXXQsUpCcRQH4I97EQyHa1pgIEE0hBGYL+BjNLRFjxXh4rM4F21BS4S4FAgqQioOngt/RM/6+zi/w4EanlA4MDkecYsO3vG/D8a4Rx03eMMqBQt8oodTXAdalwBm+IpNDVxG3aYEMMU3ujjDBT5SAH9R2cE58mwPFOgneJSCGp7RjLoXTEtQjbCFOV7xCxkqdp9sYxnhpFyb4QFXdh8c4Cc9Ko++OwzjFwfn5FiwBVeuI/K2UCkSAAAAAElFTkSuQmCC') !important;
        height: 14px !important;
        width: 8px !important;
        margin: 5px;
    }

    .ui-datepicker-month {
        border-radius: 2px;
        background-color: #0c4b72;
        width: 39% !important;
        height: 35px;
        color: #fff;
        font-size: 12px !important;
        font-weight: 600;
        float: left;
        text-align: left;
        border: none !important;
        margin-right: 5px !important;
        border-radius: 15px;
        margin-left: 8% !important;
        vertical-align: text-top;
    }

    .openemr-calendar .ui-datepicker-month {
        color: rgba(34, 34, 34, 0.87);
        font-size: 12px !important;
        font-weight: 700;
        text-align: center;
        transform: scaleX(1.0029)
    }

    .ui-datepicker-year {
        border-radius: 2px;
        background-color: #0c4b72;
        width: 39% !important;
        height: 35px;
        color: #fff;
        font-size: 12px !important;
        font-weight: 600;
        float: right;
        text-align: left;
        border: none !important;
        margin-right: 8% !important;
        border-radius: 15px;
        vertical-align: text-top;
    }

    .openemr-calendar .ui-datepicker-year {
        color: rgba(34, 34, 34, 0.87);
        font-size: 12px !important;
        font-weight: 700;
        text-align: center;
        transform: scaleX(1.0029)
    }

    .ui-datepicker-month option,
    .ui-datepicker-year option {
        color: #193d61 !important;
        background-color: #f1f1f1 !important;
        font-size: 12px !important;
        font-weight: 600;
    }

        .ui-datepicker-month option[selected],
        .ui-datepicker-year option[selected] {
            background-color: #e5edf0 !important;
        }

    .ui-datepicker .ui-state-hover {
        /*background: none !important;*/
        border: 0 !important;
    }

    .ui-datepicker td {
        vertical-align: top;
    }

    .ui-datepicker .ui-state-default {
        border-radius: 2px;
        border-color: #edebeb !important;
        /*     background: white !important; */
        width: 30px;
        height: 30px;
        padding: 0 !important;
        line-height: 30px;
        text-align: center !important;
        color: #193d61 !important;
        border-radius: 15px;
        font-size: 13px;
        font-weight: 600 !important;
        margin: 7px 0 0 4px;
    }

        .ui-datepicker .ui-state-default.ui-state-highlight {
            border-color: #dcdcdc;
            background-color: #12759B !important;
            color: white !important;
        }

    .ui-datepicker-today .ui-state-default.ui-state-highlight {
        border-color: #9dc4d4;
        background-color: #48bbde !important;
        color: white !important;
    }

    .openemr-calendar .ui-state-default {
        font-size: 10px;
        margin: 0;
    }

    .ui-datepicker td {
        width: 33px;
    }

    .openemr-calendar .ui-datepicker td {
        width: 26px;
    }

    .openemr-calendar .ui-state-default {
        width: 26px;
        height: 20px;
        line-height: 20px;
    }

    .ui-state-default.ui-state-hover {
        border-color: #dcdcdc;
        background-color: #12759B !important;
        color: white !important;
    }

    .ui-datepicker .ui-state-active {
        border-color: #dcdcdc;
        background-color: #12759B !important;
        color: white !important;
    }

    .ui-datepicker-calendar thead tr th {
        color: #193d61;
        font-size: 12px;
        font-weight: 600;
        padding: 0.45em 0.3em !important;
        /*   width: 15px !important; */
    }

    .openemr-calendar .ui-datepicker-calendar thead tr th {
        font-size: 10px;
    }

    .ui-datepicker-close {
        display: none;
    }

    .ui-datepicker thead {
        background-color: #f5f5f5;
    }

    .openemr-calendar .ui-datepicker thead {
        background: none;
    }

    .ui-state-default.ui-datepicker-current {
        float: none !important;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        border-width: 0 !important;
        border: none;
        vertical-align: top;
        margin: 0 !important;
        background-color: transparent !important;
    }

    .ui-datepicker-buttonpane.ui-widget-content {
        text-align: center;
        background-color: #3e9aba;
        margin: 0 !important;
        height: 28px;
        padding: 0 !important;
    }

    .openemr-calendar .ui-datepicker-year {
        background-color: transparent;
    }

    button:focus {
        outline: none
    }

    .openemr-calendar .ui-datepicker-month {
        background-color: transparent;
    }

    .openemr-calendar .ui-state-default {
        border: 0 !important;
    }

    .openemr-calendar .ui-datepicker-month {
        margin-right: 10px !important;
    }

    .validationError {
        color: white;
    }

    ul {
        list-style-type: none;
        margin-left: -20px
    }

    .field-validation-error {
        margin-top: 20px;
        color: #12759c;
        display: block;
    }


    .rangeparent input[type=checkbox] {
        height: 0;
        width: 0;
        visibility: hidden;
    }

    .rangeparent label {
        cursor: pointer;
        text-indent: -9999px;
        width: 100px;
        height: 50px;
        background: grey;
        display: block;
        border-radius: 100px;
        position: relative;
        margin-top: -5px;
        margin-left: 30%;
    }

        .rangeparent label:after {
            content: '';
            position: absolute;
            top: 3px;
            left: 2px;
            width: 45px;
            height: 45px;
            background: #fff;
            border-radius: 90px;
            transition: 0.3s;
        }

    .rangeparent input:checked + label {
        background: #12759c;
    }

        .rangeparent input:checked + label:after {
            left: calc(100% - 2px);
            transform: translateX(-100%);
        }

    .rangeparent label:active:after {
        width: 130px;
    }

    .questionsmodal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 25; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        top: 0;
        left: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    }

    .questionsmodal-content {
        background: #f1f1f1;
        margin: auto;
        padding: 20px;
        border-top-right-radius: 50px;
        width: 60%;
        height: auto;
        color: black;
        -webkit-box-shadow: 0 8px 6px -6px black;
        -moz-box-shadow: 0 8px 6px -6px black;
        box-shadow: 0 8px 6px -6px black;
    }

    .glyphicon-remove {
        color: #208eba;
        cursor: pointer;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
    }

        .glyphicon-remove:hover {
            -webkit-transform: rotateZ(90deg);
            -moz-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
        }

    .matched-popup-backrop {
        position: fixed;
        background: #000000ad;
        height: 100vh;
        width: 100vw;
        top: 0%;
        left: 0%;
        z-index: -1;
        opacity: 0;
        transition: 0.3 ease-in;
    }

    .matched-backrop-active {
        z-index: 10000;
        opacity: 1;
    }

    .matched-prompt-popup {
        position: fixed;
        height: 30%;
        width: 40%;
        background: #193d61;
        left: 30%;
        top: -20%;
        opacity: 0;
        z-index: 10001;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.4s ease-in;
    }

    .matched-prompt-open {
        opacity: 1 !important;
        top: 20% !important;
    }


    .matched-popup-header {
        display: flex;
        height: 25%;
        align-items: center;
        padding: 0px 20px;
        background: #193d61;
        color: white;
        font-size: large;
    }

    .matched-popup-content {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50%;
        font-size: large;
        color: #0c4b72;
        background: white;
    }

    .matched-popup-actions {
        display: flex;
        align-items: center;
        padding: 0px 20px;
        justify-content: flex-end;
        background: #193d61;
        color: white;
        height: 25%;
    }

    .matched-btn-action {
        cursor: pointer;
        padding: 5px 15px;
        margin: 0px 5px;
        font-size: 16px;
        border-radius: 5px;
    }

    .matched-popup-confirm {
        background: #12759c;
        transition: 0.3s ease-in;
    }

        .matched-popup-confirm:hover {
            background: #1b5c84
        }

    .matched-popup-cancel {
        background: #da4848;
        transition: 0.3s ease-in;
    }

        .matched-popup-cancel:hover {
            background: #ce0d0d;
        }

    .btn-matched-actions {
        display: flex;
    }

    .btn-action-selector {
        padding: 4px 8px;
        border: 1px solid #0c4b72;
        margin: 0px 2px;
        border-radius: 5px;
        color: white;
        background: #12759c;
        transition: 0.3s ease-in;
    }

        .btn-action-selector:hover {
            background: #0c4b72;
        }




    .btn-matched-unlink {
        /*background: #12759c;*/
    }

    .btn-matched-cancel {
        /*background: #da4848;*/
    }
@media all and (min-width:1301px) and (max-width: 2000px) {
    right-tables {
        position: absolute;
        right: 10px;
        width: 22%;
        margin-left: 5%;
        top: 50px;
        z-index: 10
    }

    .table {
        width: 90%;
        margin-right: 2%;
        margin: 0px;
        margin-bottom: 25px;
    }
}

    @media all and (min-width:0px) and (max-width: 1300px) {
        .wq-table th {
            color: #48bbde;
            background-color: #193d61;
            font-size: 12px;
            letter-spacing: 0em;
            font-weight: 600;
            padding-top: 2px;
            padding-bottom: 2px;
            padding-left: 2px;
            padding-right: 2px;
            text-align: center;
        }

        .wq-table td {
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #dedede;
            color: #193d61;
            font-size: 10px;
            letter-spacing: 0em;
            font-weight: 600;
            padding-left: 2px;
            padding-right: 2px;
            text-align: center;
        }

        .right-tables {
            position: absolute;
            right: 10px;
            width: 22%;
            margin-left: 5%;
            top: 50px;
        }

        .table {
            width: 90%;
            margin-right: 2%;
            margin: 0px;
            margin-bottom: 25px;
        }

        .left-tables {
            width: 60%;
        }

        .table1 {
            width: 98%;
            margin: 0px;
            margin-bottom: 25px;
        }
    }

    @media all and (min-width:0px) and (max-width: 1100px) {
        .leftables1 {
            width: 77%;
        }

        .right-tables {
            width: 21%;
        }

        .developments {
            width: 30%;
            margin-right: 10px;
        }
    }

@media all and (min-width:0px) and (max-width: 1000px) {
    .rangeparent {
        padding: 2px;
    }
    
    .leftables1 {
        width: 70%;
    }

    .right-tables {
        width: 18%;
    }

    .developments {
        width: 30%;
        margin-right: 10px;
    }
}

    .overalldevs {
        margin-left: -235px
    }