﻿/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: SPOT - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */

body {
    background-color: #f2f2f2;
    /*font-family: "Lato";*/
    font-family: "Segoe UI", Helvetica, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

[v-cloak] { 
    display: none 
}

.customDatePicker {
    cursor: pointer !important;
    background: #fff !important;
}

.errorDiv {
    display: none;
    min-width: 250px
}
.errorSelect {
    display: none;
}
.hiddenDiv {
    display: none;
}
.helper-icon-text{
   float: right;
}

.errorPhone {
    color:#920000
}
.ui-autocomplete { 
            cursor:pointer; 
            height:120px; 
            overflow-y:scroll;
        }

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI", Helvetica, Tahoma, Geneva, sans-serif;
    font-weight: 300;
    color: #333;
}
.mapped-patient{
    background-color: #f5f5f5;
}

@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.bold {
    font-weight: bold;
}

/* Tables */

/* Hacky way to alter the bootstrap-table toolbar so that the dropdown for selecting columns
    shows text instead of an icon.
*/
.columns button.dropdown-toggle i:before {
    content: "Show Columns";
    font-family: "Segoe UI", Helvetica, Tahoma, Geneva, sans-serif;
}

/* Links */
a {
    color: #f85c37;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.tab-pane {

    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

a:hover,
a:focus {
    color: #7b7b7b !important;
    text-decoration: none !important;
    outline: 0 !important;
}

.custom-dropdown-menu {
    font-size: 16px !important;
    min-width: 160px !important;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.link-button {
    font-size: 24px;
 }

input[readonly="readonly"] {
    background-color: #fff !important;
    cursor: pointer !important;
}

input[readonly="readonly"][disabled="disabled"] {
    cursor: not-allowed !important;
}

.inactive {
        color: #555;
        pointer-events: none;
        cursor: default;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}



.nav-sidebar li {
    white-space: nowrap;
}

.navbar-inverse {
	background: #2d2d2d;
	border-color: #2d2d2d;
}

.navbar-inverse .navbar-nav > .active > a {
	background: #6a98dd;
}

.navbar-inverse .navbar-brand {
	color: #999999;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: 1px;
}

.navbar-inverse .navbar-brand i {
	color: #6a98dd;
	font-size: 24px;
	letter-spacing: 1px;
}

.navbar-left
{
    padding-left: 20px;
}

.navbar-right
{
    padding-right: 20px;
}

.displayUsername
{
    font-size: larger;
}

.text-danger {
    color: #ff2222;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #2d2d2d;
}

.has-error .form-control {
    border-color: #2d2d2d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/*HEADERBAR*/
@media(max-width:415px)
{
	#shareTitle {
		display: none;
	}
    #sharePanel i {
        margin-top: 7px;
    }
}

/*PARTNERS*/
#partners div {
    background-color: white;
    padding-top: 20px;
}

.partner-img {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 80px;
}

 #partners img {
    max-width: 100%;
    vertical-align: middle;
}

/* INFO PAGE */
.info-container {
    padding-bottom: 25px;
}

.info-container h1 {
    text-align: center;
}

.info-container ul {
    margin-left: 420px;
    padding: 0;
    list-style: none;
}

.info-container ul li {
    display: inline-block;
}

.info-container ul li a {
    font-size: 24px;
}

.info-container .instructions {
    display: inline-block;
    margin: 20px 50px;
    font-size: 18px;

}

/*SERVER CALLS*/
.server-response {
    display: none;
}

/*CALENDAR*/
.calendar h4 {
	font-weight: 700;
}

.calendar-symbol {
	color: white;
	font-size: 21px;
    cursor: default;
}

.green {
	background-color: #3D8B37;
}

.light-green {
	background-color: #7F9A65;
}

.red {
	background-color: red;
}

.gray {
	background-color: #aaa;
}

.light-gray {
	background-color: #bbb;
}

.orange {
	background-color: orange;
}

.waiting
{
    color: #222;
	font-size: 21px;
    cursor: default;
}

.brackets {
	font-size: 24px;
	font-weight: 700;
	color: #6a98dd;
	padding-left: 10px;
	padding-right: 10px;
}

.calendar div {
	min-height: 40px;
	line-height: 40px;
}

.header {
	background-color: #2d2d2d;
	color: #d2d2d2;
	font-weight: 700;
	border-right: 1px #d2d2d2 solid;
}

.day {
	border-left: 1px #2d2d2d solid;
}

.day, .patient-label {
	border-bottom: 1px #000 solid;
}

.legend
{
    border: 1px #2d2d2d solid;
}

.img-buffer
{
    margin-bottom: 20px;
}

.disableLink
{
    pointer-events: none;
    cursor: default;
    color: #999999 !important;
}

/*DASHBOARD*/
.dashboard {
    background-color: #fff;
}

.side-panel 
{
    padding: 0;
    background-color: #555;
    position: fixed;
}

.side-panel a {
    color: #ddd;
    font-weight: bold;
}

.side-panel a:hover {
    color: #555;
}

.side-panel a.highlight {
    color: #6a98dd;
}

.side-panel i {
    margin-right: 20px;
}

.profile-link {
}

.main-panel
{
    padding: 20px;
    background-color: #fff;
    min-height: 255px !important;
}

#homePageWelcome {
    background-color: #6a98dd;
    margin: 0px -15px;
    padding: 10px;
    font-size: 13px;
    margin-bottom: 10px;
}

#homePageWelcome a {
    color: #fff;
}

#homePageWelcome a:hover {
    border-bottom: 1px solid #fff;
}

.page-header {
    margin-top: 0px;
}

.defaulting {
    color: red;
    font-weight: bold;
}

.non-defaulting {
    color: green;
    font-weight: bold;
}

.download-link, .download-link:hover
{
    background-color: #84b4dd;
    border-top-color: #84b4dd;
    border-bottom-color: #84b4dd;
    border-left-color: #84b4dd;
    border-right-color: #84b4dd;
    cursor: default;
}

@media(max-width:415px)
{
	.download-link {
		display: none;
	}
}

/*MERM*/
#mermBatteryBar{
    max-width: 1050px;
    height: 20px;
}

/*CALENDAR*/
#monthSelector {
    margin: 20px auto 20px auto;
    text-align: center;
}

#monthBtnGroup {
    margin-left: 18px;
}

#monthDropdown {
    padding-left: 10px;
    padding-right: 10px;
    width: 160px;
}

#yearDropdown {
    padding-left: 10px;
    padding-right: 10px;
    width: 60px;
}

#yearSelector {
    margin: 20px auto 20px auto;
    text-align: center;
}

#calendarLegend {
    text-align: center;
    padding-bottom: 20px;
}

#calendarTechLegend {
    text-align: center;
    padding-bottom: 10px;
}

#calendarTechLegend span {
    padding-right: 4px;
}

#calendarLegend span {
    padding-right: 4px;
}

.legendGap {
    margin-left: 30px;
}

.legend-received {
    color: #5dbe55 !important;
}

.legend-missing_info {
    color: #ff7878 !important;
}

.legend-missed {
    color: #990000 !important;
}
.legend-patient_missed {
    color: #990000 !important;
}
.legend-manual {
    color: #91dd90 !important;
}
.legend-patient_manual {
    color: #91dd90 !important;
}
.legend-received_unsure {
    color: #ffff00 !important;
}

.legend-enrolled {
    color: #6a98dd !important;
}

.legend-not_monitored {
    color: #999999 !important;
}

 .filter-by-status .filter-menu .filter-by-status {
    cursor: pointer;
}

.table-responsive {
    border: 0px !important;
}

.table th, .table td{    
    text-align: center;
}

.calendar-table {
    margin-top: 20px;
    border-bottom: 1px #ddd solid;
    table-layout: fixed;
}

.calendar-table th, .calendar-table td {
    min-width: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    text-align:center;
    font-size: 13px;
}


.calendar-table .patient-header,.calendar-table .patient-id-header,.calendar-table .patient-status-header, .patient-monitoring-method-header {
    border-top: 1px #ddd solid !important;
    border-left: 1px #ddd solid;
    border-right: 1px #ddd solid;
    border-bottom: 1px;
}

.calendar-table .patient-id-header {
    width: 80px; /* A minimum of 80px needed to display 7 digits */
}

.calendar-table .patient-monitoring-method-header {
        width: 90px;
}
.calendar-table .patient-status-header {
    width: 140px;
}

.calendar-table .patient-header {
    width: 150px;
}

.calendar-table .patient-month-header {
    width: 100px;
}

.calendar-table .patient-year-header {
    width: 54px;
}

.calendar-table thead th:not(.patient-id-header):not(.patient-status-header):not(.patient-header):not(.patient-monitoring-method-header),
.calendar-table thead td:not(.patient-id-header):not(.patient-status-header):not(.patient-header):not(.patient-monitoring-method-header)
{
    text-align: center;
    font-size: 12px !important;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    border: 1px;
}

@media(max-width:1120px)
{
    .calendar-table thead th:not(.patient-id-header):not(.patient-status-header):not(.patient-header):not(.patient-monitoring-method-header) {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
}

.calendar-table tbody td {
    border: 1px #ddd solid;
    text-align: center;
}

.no_info {
    background-color: #ff7878 !important;
}

.missed {
    background-color: #990000 !important;
}


.patient_missed {
    background-color: #990000 !important;
}

.Tollfree_lines_not_working {
    background-image: url(/Images/no_signal.png) !important ;
    background-size: cover;
}

.No_mobile_coverage {
    background-image: url(/Images/no_signal.png) !important ;
    background-size: cover;
}

.Phone_Number_Repeated {
    background-image: url(/Images/exclamation.png) !important ;
    background-size: cover;
    background-position: center;
}

.Merm_No_Heartbeat::after {
    display: block;
    text-align: center;
    font-weight: bold;
    content: "X";
}

.Changed_pharmacy, .No_envelopes , .New_prescription {
    background-color: #999999 !important;
}

.Adverse_reaction {
    background-color: #ff0505 !important;
}

.Treatment_stopped_on_medical_advice {
    background-color: #999999 !important;
}

.enrollment {
    background: linear-gradient(90deg, rgba(106,152,221,1) 50%, rgba(255,255,255,0) 50%);
}

.ended {
    background: linear-gradient(90deg, rgba(255,255,255,0) 50%, rgba(106,152,221,1) 50%);
}

.unvalidated.enrollment {
    background: url(/Images/unvalidated.png) right top no-repeat, linear-gradient(90deg,rgba(106,152,221,1) 50%,rgba(93,190,85,1) 50%);
    background-size: 15px, auto;
}

.unvalidated.ended {
    background: url(/Images/unvalidated.png) left top no-repeat, linear-gradient(90deg, rgba(93,190,85,1) 50%, rgba(106,152,221,1) 50%);
    background-size: 15px, auto;
}

.received {
    background-color: #5dbe55 !important;
}

.manual {
    background-color: #91dd90 !important;
}

.patient_manual {
    background-color: #91dd90 !important;
}

.received_unsure {
    background-color: #ffff00 !important;
}

.tfn_repeat_received_unsure {
    background-color: #ffff00 !important;
    background-image: url(/Images/exclamation.png) !important;
    background-size: cover;
    background-position: center;
}

.tfn_repeat_received {
    background-color: #5dbe55 !important;
    background-image: url(/Images/exclamation.png) !important;
    background-size: cover;
    background-position: center;
}

.unvalidated {
    background-color: #5dbe55 !important;
    background: url(/Images/unvalidated.png) left top no-repeat;
    background-size: 15px 15px;
}

/* Old alter dose codes - Start*/
.adverse_reaction {
    background-color: #ff0505 !important;
}

.hospitalized, .no_drugs, .off_treatment {
    background-color: #999999 !important;
}
/* Old alter dose codes - end*/


.today-icon, .today {
    color: #8700ff !important;
}

.today {
    border-bottom: 4px #8700ff solid !important;
    font-weight: bolder;
}

#calendarBlock {
    position: absolute;
    display: none;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.75);
}

#calendarBlock span {
    color: white;
    font-weight: bolder;
}

.highlighted-row {
    border-top: 1px #444 solid !important;
    border-bottom: 1px #444 solid !important;
}

.highlighted-row-first {
    border-left: 1px #444 solid !important;
}

.highlighted-row-last {
    border-right: 1px #444 solid !important;
}

/*ALTER DOSES*/

.selectable-date {
    cursor: pointer !important;
    
}
.unselectable-date {
    background-color: #2d2d2d !important;
    cursor: not-allowed !important;
}

.modal-vertical-centered {
  transform: translate(0, 50%) !important;
  -ms-transform: translate(0, 50%) !important; /* IE 9 */
  -webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}

.dynamic-forms p {
    text-align: center;
}

#confirmAlteringManualDosesButton, #confirmAlteringTagsButton, #cancelAlterationsButton, #confirmAlteringMissedDosesButton {
    margin-right: 5px;
    display: none;
}

#eventNumberDialled, #eventNote {
    width: 100%;
}

#eventNote {
    height: 80px;
}

/*PATIENT*/
#patientTitleBar {
    margin-bottom: 20px;
}

#titlePatientTags {
    color: red;
}

#patientTitleBar .progress-bar {
    margin-bottom: 5px !important;
}

.btn-doses {
    margin-right: 5px;
    margin-top: 5px;
}

.btn-switch-hierarchy {
    margin-top: 10px;
}

#data-entry-progress {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 12px;
}

#notes h2 {
    margin-bottom: 25px;
}

#notesContainer div {
    min-height: 80px;
}

.editable-detail input, .editable-calendar input {
    min-width: 250px;
}

#cancelDetails {
    display: none;
}

#submitDetails {
    display:none;
    margin-left: 5px;
}

#submitDetails {
    display:none;
    margin-left: 5px;
}

#submitTreatmentDetails, #submitDetailsPrivate {
    margin-left: 5px;
}

#patientStatusSelectLabel {
    display: none;
}

#patientStatusSelect {
    display: none;
}

#patientEndDateNoteLabel {
    display: none;
}

#patientEndDateNote {
    display: none;
}

#statusExplanationNote {
    display: none;
}

#patientTagsContainer {
    display: none;
}
/*#patientTagsSelectLabel {
    display: none;
}

.patientTagsSelect {
    display: none;
}*/

#cancelNote {
    display: none;
}

#submitNote {
    display: none;
    margin-left: 5px;
}

#notes textarea {
    display: none;
    width: 100%;
    margin-bottom: 10px;
}

#patientCalendar {
    padding-right: 5px;
    padding-top: 20px;
}

.note-author {
    padding-top: 10px;
    font-style: italic;
    font-size: small;
}

#closeCaseForm, #reopenCaseForm
{
    display: none;
}

#changeMedicalDetails {
    display: none;
}

#cancelTreatmentCenters, #cancelPatientProviders, #cancelTreatmentOutcome, #cancelMedicalDetails, #cancelInterviewAnswers {
    display: none;
}

#submitTreatmentCenters, #submitPatientProviders, #submitTreatmentOutcome, #submitMedicalDetails, #submitInterviewAnswers, #submitMerm, #submitStaffMapping, #submitNikshayIdDetails {
    display: none;
    margin-left: 5px;
}

#addPatientProvider {
    display: none;
    margin-left: 5px;
}
.patientTabUpdateBtn {
  margin-left: 5px;
}

#allPatientProvidersList {
    display: none;
}

.patientProviderSelectLabel,.patientProviderSelect, .patientProviderFrequencySelectLabel, .patientProviderFrequencySelect, .removePatientProvider {
    margin-left: 5px;
    margin-right: 5px;
}

/*PROFILE*/
#profileForm label {
    width: 150px;
}

#profileForm input {
    width: 350px;
    border: 1px #999 solid;
    font-size: 1em;
    padding: 4px;
}

.profile-title {
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px #929292 solid;
}

#cancelProfile {
    display: none;
}

#submitProfile {
    display:none;
    margin-left: 5px;
}

#changePasswordField {
    display: none;
}

#changePasswordField label {
    min-width: 180px;
}

#submitPassword {
    margin-right: 10px;
}

#addPatientButton {
    margin-right: 15px;
}

#saveStaffButton {
    margin-right: 15px;
}

.ui-datepicker-month, .ui-datepicker-year {
    min-width: 0px !important;
}

#providerLabel {
    font-size: 150%;
    font-weight: 500;
    margin-right: 30px;
}

#providerIsAdmin, #providerIsNotAdmin {
    display: none;
}

#providersPatients, #unsupervisedPatients {
    display: none;
}

#dialog-confirm {
    font-size: 62.5%;
}

/*CHARTS*/
#hover-box {
	display: none;
	position: absolute;
	z-index: 2;
	background-color: white;
	border: 2px #8438A4 solid;
    color: #8438A4;
	width: 180px;
	height: 60px;
}


#content {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}
#nikshayloginbutton {
    margin-bottom: 27px;
}

#healthfacilityregistration {
    color: white;
    text-align: center;
}

#informantregistration {
    margin-top: 27px;
    text-align: center;
}

#communitySupport {
    margin-top: 27px;
    text-align: center;
}

.chart-container {
	box-sizing: border-box;
	height: 300px;
	padding: 20px 25px 15px 15px;
	margin: 15px 0px 30px 0px;
	border: 1px solid #ddd;
	background: #fff;
}

.chart-placeholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}

.clear-zoom {
	display: none;
	position: relative;
	float: right;
	height: 32px;
	top: -32px;
}
.ui-widget.clear-zoom {
	font-size: 0.8em;
}

.legend {
    border: 0px;
}

.legend table {
	border-spacing: 5px;
}

.legend table, .pieLabel > div {
    font-size: 14px !important;
}

.legendColorBox > div {
    padding: 0px !important;
    margin-right: 5px;
}

@media(max-width:415px)
{
	.legend {
		display: none;
	}
}

/*ABOUT/NEWS*/
#sourceTitle {
    text-align: left;
    font-size: 1em;
    font-weight: 400;
}
#sources li {
    text-align: left;
    font-size: 0.8em;
}

.about-image {
    margin: 0px auto;
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/*ROUNDED*/
.rounded-bottom {
	-webkit-border-radius: 0px 0px 20px 20px;
	   -moz-border-radius: 0px 0px 20px 20px;
			border-radius: 0px 0px 20px 20px
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(/Images/header.jpg) no-repeat center bottom;
	margin-top: -10px;
	padding-top:20px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	/*min-height: 400px;*/
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	margin-top: 30px;
    color: #2d2d2d;
	font-size: 40px;
	font-weight: 500;
	/*letter-spacing: 3px;*/
}

#headerwrap h2 {
    color: #2d2d2d;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
#headertitle {
    padding-bottom: 5px;
	background-color: rgba(106,152,221,0.8);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#sharePanel {
    margin-top: 35px;
    background-color: #222;
    height: 48px;
}

#sharePanel span {
    color: #bbb;
    font-size: 2em;
}

#shareTwitter i {
    color: #55ACEE;
}

#shareFacebook i {
    color: #4E69A2;
}

#shareLinkedIn i {
    color: #0077B5;
}

#shareGooglePlus i {
    color: #DD4B39
}

#shareEmail i {
    color: #6a98dd;
}

#currentStatus {
	background-color: rgba(106,152,221,0.8);
    padding: 10px;
    margin-top: 35px;
    color: black;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* Dark Grey Wrap */
.dg {
	background: #e0e0e0;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

.dg h4 {
	font-weight: 700;
}

/* Light Grey */
.lg {
	background: #ebebeb;
	padding-top: 60px;
	padding-bottom: 10px;
	text-align: center;
}

.lg h1, h2, h3, h4 {
	font-weight: 700;
}


/* Blue Wrap */
#r {
	background: #6a98dd;
	padding-top: 35px;
	padding-bottom: 35px;
}

#r h4 {
	color: white;
	font-weight: 700;
}

#r p {
	color: white;
}

/* Blue Wrap */

#blue {
	background: #3498db;
	padding-top: 35px;
	padding-bottom: 35px;
}

#blue h4 {
	color: white;
	font-weight: 700;
}

#blue p {
	color: white;
}



/* Footer Wrap */
#f {
	background: #2d2d2d;
	padding-top: 30px;
	padding-bottom: 30px;
}

#f i {
	color: #bdbdbd;
	font-size: 30px;
	padding: 20px;
}

#f i:hover {
	color: #ff7878;
}

/****** SECTIONS *****/

.w {
	padding-top: 35px;
}

.w h4 {
	font-weight: 700;
}

.w i {
	color: #6a98dd;
	font-size: 30px;
}


.wb {
	padding-top: 15px;
	margin-bottom: 0px;
}

.wb h4 {
	font-weight: 700;
}

.desc {
	padding-top: 35px;
}

.desc h4 {
	font-weight: 700;
}

.desc i {
	color: #ff7878;
	font-size: 12px;
	padding: 5px;
}

/***** MODAL CONTACT *****/
.modal-content {
	border-radius: 4px;

}

/*.modal-header {
	background: #bdbdbd;
	color: white;
}*/

.modal-header h4 {
	font-weight: 700;
}

.modal-body {
	/*background: #f2f2f2;*/
    
    /*font-family: "Lato";*/
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    color: #555;
}

.modal-footer {
	/*background: #f2f2f2;*/
	margin-top: 0px; 
}

.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}

#tagsSelectModal, #tagsModalNote, #manualDosesModalNote, #fieldStaffModeal, #missedDosesModalNote {
    width: 100%;
}

label.disabled {
    opacity: 0.5;
}

/***** INFO MESSAGE *****/

.fieldStaffSpecificInstructions{
    color: red;
    font-weight: bold
}

.helperText{
    /*color: red;*/
    font-weight: bold
}

 /*REPORTS*/

#panel_hierarchy_selection .row:not(:first-child) {
    margin-top: 20px;
}

#download_detailed_report label {
    display: block;
}

/*---Whats New----*/
#gaTitle {
    margin-top: 40px;
}
.whatsNew {
    padding: 20px;
}

#closeCase .alert-dismissible {
    width: 500px;
}

#overviewNote {
    line-height: 22px;
    margin-top: -15px;
}

.taskListInfo, .taskListLoading {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.nav-tabs > li:not(.active) {
    background-color: #eee;
}

.task_list_option {
    background-color: #eee;
    padding: 10px 0px;
    cursor: pointer;
    margin-bottom: 20px;
    border: 1px solid #d6d6d6;
}

.task_list_option.no_margin_bottom {
    margin-bottom: 0px;
}

.task_list_option:hover {
    background-color: #d6d6d6;
}

.task_list_option_left {
    width: 100px;
    float: left;
}

.task_list_option_left i {
    font-size: 80px;
}

.task_list_option_right {
    width: calc(100% - 100px);
    float: right;
}

.float_clear {
    clear: both;
}

.task_list_option_title {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}

.task_list_option_desc {
    margin-bottom: 0px;
}

.add_test_conditional_input {
    margin-top: 11px;
}

.hierarchyLoading {
    margin-top: 4px;
    margin-left: -20px;
    font-size: 24px;
    display: inline-block;
    margin-right: 20px;
}

.validationErrorMessage {
    color: red;
    font-size: 14px;
    margin-bottom: 5px !important;
    display: inline-block;
}

.validationErrorBorder {
    border: 1px solid red !important;
}

.testResultName {
    cursor: pointer;
}

#test_result_modal .row, #refill_modal .row {
    margin-bottom: 15px;
}

#refill_modal .modal-body h4 {
    margin-bottom: 15px;
}

#test_result_modal .modal-body {
    font-weight: 500 !important;
}

.testResultStageHeader {
    padding: 15px;
    padding-left: 0px;
    padding-top: 15px;
    margin: 0px;
}

.testResultsContainer {
    border: 1px solid #ddd;
    border-radius: 1px;
    border-bottom: none;
    border-right: none;
    margin-bottom: 15px;
}

.testResultsRow {
    border-bottom: 1px solid #ddd;
    margin-left: 0px;
    margin-right: 0px;
}

.testResultCell {
    border-right: 1px solid #ddd;
    padding: 10px 15px;
    height: 54px;
    line-height: 34px;
}

.testResultsRow.Positive {
    background-color: rgba(255, 120, 120, 0.3);
    color: #444;
}

.testResultsRow.Positive:hover {
    background-color: rgba(255, 120, 120, 0.4);
}

.testResultsRow.Negative {
    background-color: rgba(145, 221, 144, 0.3);
    color: #444;
}

.testResultsRow.Negative:hover {
    background-color: rgba(145, 221, 144, 0.4);
}

.testResultCell button {
    display: block;
    margin: auto;
}

#download_detailed_report input[type=checkbox], #show_past_patients {
    margin-left: 0px;
}

.patientTabLoading {
    font-weight: lighter;
    text-align: center;
    margin-top: 45px;
    font-size: 32px;
    color: #969696;
}

.patientTabLoading span {
    font-size: 16px;
}

.patientTabUpdateBtn {
    margin-left: 10px;
}

#demoLogo {
    width: 190px;
    float: left;
    margin-top: 9px;
}

#demoLogo a {
    color: #6a98dd;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: -7px;
}

#demoHeader {
    text-align: center;
    font-size: 64px;
    margin-top: 70px;
    margin-bottom: 90px;
    font-weight: lighter;
}

html, body {
    height: 100%;
}

.pieChartContainer {
    width: 500px;
    display: block;
    margin: auto;
    margin-top: 30px;
}

#ministryLogo {
    display: block;
    margin: auto;
    width: 200px;
    position: relative;
}

.overviewTableContainer .fixed-table-body {
    height: auto !important;
}

#ctdImg {
    width: 800px;
}

#nikshayHeader {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
}

#nikshayHomepageContainer {
    background: url(/Images/homepageBackground.jpg) center center no-repeat;
    background-size: cover;
    min-width: 100%;
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

#nikshayHomepageInnerContainer {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 800px;
}

#centerLoginFormContainer {
    width: 300px;
    display: block;
    margin: auto;
    position: relative;
    top: 20px;
}

#patientAddedBubble {
    margin-top: 20px;
    background-color: rgba(4, 187, 60, 0.2);
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
}

#dataConsentBubble {
    margin-top: 5px;
    background-color: rgba(226,242,249,1);
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
}

#navbarSearchContainer {
    width: 350px;
    float: left;
    margin-left: 40px;
    margin-top: 3px;
    position: relative;
}

#navbarSearchInput {
    font-size: 14px;
    font-weight: 500;
    height: 34px;
    padding: 6px 12px;
    box-shadow: none;
}

/*REMOVING NAVBAR STICKINESS FOR MOBILE*/
@media only screen and (max-width: 1080px) {
    #navbar {
        position: relative !important;
    }
}

#navbarSearchButton {
    color: #212529;
    font-size: 14px;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 0px 4px 4px 0px;
    box-shadow: none;
    outline: none;
    background-color: #EFEFEF;
    border: 1px solid #EFEFEF;
    margin-left: -35px;
    z-index: 1000;
}

.navbarSearchHeader {
    margin-bottom: 5px;
    font-size: 14px;
}

#navbarSearchDropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
    top: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
    max-height: 500px;
    overflow-y: auto;
}

.searchResultBlock {
    margin-left: -10px;
    margin-right: -10px;
    cursor: pointer;
    padding: 10px;
}

.searchResultBlock:hover {
    background-color: #f2f2f2;
}

.searchResultBlock p:nth-child(1) {
    margin-bottom: 0px;
    font-size: 14px;
}

.searchResultBlock p:nth-child(2) {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0px;
}

#navbarSearchDropdown::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#navbarSearchDropdown::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#navbarSearchDropdown::-webkit-scrollbar-thumb
{
	background-color: #a4a4a4;
}

.navbarSearchByLabel {
    display: block;
    font-size: 12px;
}

#searchNoResults {
    font-size: 12px;
    font-weight: normal;
}

#changePatientTypeLink {
    color: #6a98dd;
    margin-left: 8px;
    cursor: pointer;
}

.vue-modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease;
}

.vue-modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.vue-modal-container {
  width: 300px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.vue-modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.vue-modal-body {
  margin: 20px 0;
}

.vue-modal-default-button {
  float: right;
}

.vue-modal-enter {
  opacity: 0;
}

.vue-modal-leave-active {
  opacity: 0;
}

.vue-modal-enter .vue-modal-container,
.vue-modal-leave-active .vue-modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.patientInfoRow {
    margin-bottom: 0px;
    font-weight: normal;    
    font-size: 14px;
}

.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner {
    text-align: center;
    text-overflow: unset;
}

.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner a {
    text-decoration: underline;
    color: black;
}

@media only screen and (max-width: 1000px) {
    #demoHeader {
        font-size: 24px;
        font-weight: normal;
    }

    #demoImg2 {
        width: 300px;
    }
}

#otherEpisodesSelectBox {
    display: inline;
    width: 25%;
    margin-left: 10px;
}

#deleteButton {
    margin-bottom: 30px;
}

.episodeNoInfoRow {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
}

#resetAlertText {
    font-size: 17px;
    font-weight: normal;
    color:red;
}

#hierarchyfacilitylabel {
    padding-left: 10px;
    padding-top: 6px;
}

.enrollmentDuplicationModal {
    width: 95vw;
}

.informantEnrollmentModal{
    width: 28vw;
}

.proceedBtn{
    border: 1px solid #337ab7;
    background-color: white;
    color: #337ab7;
}

.informantEnrollmentModal > .modal-content > .modal-header{
    display: flex;
}

.informantEnrollmentModal > .modal-content > .modal-header > .modal-title{
    width: 100%;
}

.bankAccountDuplicationModal {
    width: 95vw;
}

.bankAccountDuplicatesBody {
    max-height: unset;
    height: 70vh;
}

.enrollmentDuplicatesBody {
    max-height: unset;
    height: 70vh;
}
@media only screen and (max-width: 1366p) {
    .multiselect__tags {
        font-size: 12px !important;
    }
}

.endDateRow {
    padding-bottom: 40px;
}

.modalButton {
    min-width: 100px;
}

.patient-list-pagination > li > a {
    color: #f85c37;
    cursor:pointer
}

.patient-list-pagination > li > a.active {
    background: rgba(248, 92, 55, .47);
    color: black;
}

.overflow-class {
    overflow: visible !important;
}

.change-public-private {
    color: #6a98dd;
    margin-left: 8px;
    cursor: pointer;
}

kbd.risk-low {
    background-color: #D4EDDA; /* light green */
    color: #155724;
}

kbd.risk-medium {
    background-color: #FFF3CD; /* light yellow */
    color: #856404;
}

kbd.risk-high {
    background-color: #F8D7DA; /* light red */
    color: #721C24;
}

kbd.risk-low,
kbd.risk-medium,
kbd.risk-high {
    font-size: 1.5rem !important; /* Adjust as needed */
    padding: 0.4rem 0.6rem;
    border-radius: 0.2rem;
}