﻿body {
    background-image: url(../Images/BGTimeline.png);
    background-repeat: no-repeat;
    background-size: 100vw;
    margin-top: 25px;
    background-color: #00213d;
    display:none;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */


input:focus {
    outline: none;
}

.myGrid {
}


.forgotpwd {
    color: white;
    margin-left: 20px;
}

    .forgotpwd:hover {
        color: #4ebade !important;
        cursor: pointer;
    }

.logout {
    color: white;
    margin-left: 20px;
    font-size: 20px;
}

    .logout:hover {
        color: #4ebade !important;
        cursor: pointer;
        text-decoration: none;
    }

        .logout:hover > .glyphicon {
            color: #4ebade !important;
            cursor: pointer;
            text-decoration: none;
        }

.mfa a {
    color: white;
}

    .mfa a:hover {
        color: #4ebade !important;
        cursor: pointer;
    }

h5 a {
    color: #4ebade;
}

    h5 a:hover {
        color: #4ebade !important;
        cursor: pointer;
    }

a {
    color: white;
}

    a:hover {
        color: #4ebade !important;
        cursor: pointer;
    }

.back a {
    color: white;
    font-size: 16px;
}

    .back a:hover {
        color: #4ebade !important;
        cursor: pointer;
    }

    .back:hover {
        color: #4ebade !important;
        cursor: pointer;
    }

.back span {
    color: white;
    font-size: 16px;
}

    .back span:hover {
        color: #4ebade !important;
        cursor: pointer;
    }


.loginButton {
    -webkit-appearance: none;
    background-color: #05759c;
    font-size: 16px;
    width: 100%;
    line-height: 22px;
    border-radius: 15px;
    border: none;
    letter-spacing: 0.01em;
    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;
    }

    .statusbutton {
        width: 30%;
    }





.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;
}










.textboxlogin, textarea {
    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;
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
    outline: none !important;
    border-color: #4ebade;
    box-shadow: 0 0 10px #4ebade;
}

button:focus {
    outline: none !important;
}

input[type="button"] {
    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-icon222 {
    float: right;
    margin-top: -30px;
    right: 20px;
    position: relative;
    font-size: 18px;
    z-index: 20;
    color: #193d61;
    cursor: pointer;
}

.field-icon22 {
    float: right;
    margin-top: -43px;
    right: 25px;
    position: relative;
    font-size: 16px;
    display: none;
    z-index: 20;
    color: #05759c;
}



.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;
    }

.bar1 {
    width: 100%;
    background-color: #12759c;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-top: 3px solid #48bbde;
    border-right: 4px solid #48bbde;
    font-size: 17px;
    font-weight: 600;
    border-top-right-radius: 15px;
}


.table2 {
    display: inline-block;
    width: 60%;
    margin-bottom: 25px;
}

.minustable {
    cursor: pointer;
}

#searchtextbox {
    padding: 8px 12px;
    font-size: 16px !important;
    width: 100% !important;
    color: #193d61;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 0.85em;
}

#developers {
    padding: 8px 12px;
    font-size: 16px !important;
    width: 60% !important;
    color: #193d61;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 0.85em;
}

#status {
    padding: 8px 12px;
    font-size: 16px !important;
    color: #193d61;
    border: 1px solid #ccc;
    border-radius: 20px;
    width: 30%;
    font-size: 0.85em;
    margin-top: 20px;
}


#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;
}

.overalltable {
    margin-top: 50px;
}

.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;
        */
}

.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;
}

.devinfo {
    width: 90%;
    display: inline-block
}

.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 */
}

.modal-container {
    color: #193d61;
   
}

.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;
}
.wq-table {
    width: 100%;
    margin-bottom: 25px;
}

    .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: 30px;
        padding-right: 30px;
        text-align: center;
    }


    .wq-table td {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dedede;
        color: #193d61;
        font-size: 13px;
        letter-spacing: 0em;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: 600;
        text-align: center;
        border-right: 1px solid #dedede;
    }


    .wq-table tr {
        background-color: #f1f1f1;
        width: 105%;
    }

        .wq-table tr:hover {
            background-color: #dedede;
            cursor: pointer
        }

.searchNoResult {
    color:white;
    font-size: 18px;
    letter-spacing: 0em;
}

.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;
    background-color: #0c4b72;
    width: 60%;
    height: 35%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-radius: 125px;
    z-index: -2;
    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;
}


.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: none;
    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: none;
    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;
    display: none;
    border-radius: 50%;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;
    line-height: 25px;
}
.alert-success {
    margin-left: 20px;
}

.alert-success p {
    color: black !important
}

.center2 p {
    color: white;
}

    .center2 a {
        color: #4ebade;
    }

    .alert-danger p {
        color: red !important
    }

    .validationError {
        color: red
    }

    a.loginButton {
        margin-top: 10px;
    }

li {
    list-style-type: none;
}

.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);
    }


.ui-datepicker {
    
    text-align: center;
}

.ui-datepicker-trigger {
    margin: 0 0 0 5px;
    vertical-align: text-top;
}

.ui-datepicker {
    margin-top: -70px;
    padding: 0 !important;
    border-color: #c9f0f5 !important;
}

.ui-datepicker {
    width: 250px;
}

.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: 20px !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;
}

.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;
}

input[type="checkbox"] {
    height: 17px;
    width: 17px;

    
}


.ui-datepicker-month {
    border-radius: 2px;
    background-color: #0c4b72;
    width: 40% !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: 40% !important;
    margin-top:-10px;
    margin-bottom:10px;
    height: 35px;
    border-radius: 15px;
    border: none !important;
    color: #fff;
    font-size: 12px !important;
    font-weight: 600;
    text-align: left;
    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: 40px !important;
    height: 40px !important;
    padding:7px !important;
    line-height: 40px;
    text-align: center !important;
    color: #193d61 !important;
    border-radius: 20px !important;
    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; */
}

.ui-datepicker-calendar tr {
    background-color:white;
}
.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;
}
