/*
 * Style tweaks
 * 
 */
html {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
    /* default background-position */
    background-position: top center;
    width: 100%;
    /* lt ie 8 */
    -ms-background-position-x: top;
    -ms-background-position-y: center;
    /* scale proportionately */
    background-size: cover;
    /* IE8 workaround - http://louisremi.github.io/background-size-polyfill/ */
    -ms-behavior: url(/backgroundsize.min.htc);
    background-image: url(../../images/v3/core-login-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: "PT Sans"; /*put BACK in BT*/
    font-size: 16px; /*put BACK in BT*/
}

.home-page{
    background-image: url(/apps/resources/admin/images/v3/core-home-bg.jpg);
}

/* example media queries (IE8 needs this:
   http://code.google.com/p/css3-mediaqueries-js) */
@media
only screen and (min-width : 513px),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (        min-device-pixel-ratio: 1.5) {

    body{
        background-image: url(/apps/resources/admin/images/v3/core-login-bg.jpg);
    }

    .home-page{
        background-image: url(/apps/resources/admin/images/v3/core-home-bg.jpg);
    }

}

@media
only screen and (max-width : 1025px) {

    #plan-period-list{
        display: none;
    }
}

@media
only screen and (min-width : 1025px),
only screen and (min-device-width : 768px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-width : 768px) and (        min-device-pixel-ratio: 1.5) {

    body{
        background-image: url(/apps/resources/admin/images/v3/core-login-bg.jpg);
    }

    .home-page{
        background-image: url(/apps/resources/admin/images/v3/core-home-bg.jpg);
    }
}

.form-signin .form-signin-heading{
    margin-bottom: 10px;
}

.navbar-collapse{max-height:460px;}

.navbar-default{
    border: none;
}

/*needed to be redefined because of inclusion order*/
.primary-bg{
    background-color: #0098b3;
}

/*deal with datatables*/
.dataTables_scroll .table{
    margin-bottom: 0px;
}

.dataTables_info{
    margin-top:20px;
}

#dashboard_panel{
    margin:0px;
}

/*
 * Tabs PUT BACK IN BOOTSTRAP
 *
 */
.nav-tabs>li>a{
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
}

.nav-tabs>li>a:hover{
    background-color: #0098b3;
    color: #ffffff;
}

/*
 * Panel PUT BACK IN BOOTSTRAP
 *
 */
.panel-default>.panel-heading {
    color: #393f40;
    background-color: #f6f6f6;
    border-color: #dddddd;
}

/*
 * Off Canvas
 *
 */
@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-right
    .sidebar-offcanvas {
        right: -50%; /* 6 columns */
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -50%; /* 6 columns */
    }

    .row-offcanvas-right.active {
        right: 50%; /* 6 columns */
    }

    .row-offcanvas-left.active {
        left: 50%; /* 6 columns */
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%; /* 6 columns */
    }
}

/* convert this class to bootstrap standards */
.communications_table .communications_bottom {
    padding: 10px;
    text-align: center;
}

.communications_table .communications_bottom .communications_box_outer {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid black;
    padding: 0px;
    margin: 5px;
    width: 60px;
    height: 60px;
}

.communications_table .communications_bottom .communications_box_outer.current_quarter {
    border: 1px solid #ffa14f;
}

.communications_table .communications_bottom .communications_box_outer.current_quarter .communications_box_inner {
    border: 1px solid #ffc869;
}

.communications_table .communications_bottom .communications_box_inner{
    border: 1px solid gray;
    padding: 2px;
    margin: 0px;
    height: 100%;
}

.communications_table .communications_bottom .communications_box_inner .quarters_number {
    text-align: center;
}

.communications_table .communications_bottom .communications_box_inner .quarters_title {
    font-weight: bold;
}

.communications_table .communications_bottom .communications_box_inner .quarters_number .sprite_staticIcons {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}


/*
 * Misc
 *
 */
.mrg-btm{
    margin-bottom: 10px;
}

.fake-a{
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 20px;
    padding-right: 15px;
    padding-left: 15px;
    color: #D4D8D9;
    cursor: default;
}

#footer{
    font-size: 12px;
    color: #cccccc;
}

/* Pie Chart */
.progress-pie-chart {
    width:100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}

.progress-pie-chart.gt-50 {
    background-color: #27ae60;
}

.ppc-progress {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    clip: rect(0, 100px, 100px, 50px);
}

.ppc-progress .ppc-progress-fill {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    clip: rect(0, 50px, 100px, 0);
    background: #27ae60;
    transform: rotate(60deg);
}

.gt-50 .ppc-progress {
    clip: rect(0, 50px, 100px, 0);
}

.gt-50 .ppc-progress .ppc-progress-fill {
    clip: rect(0, 100px, 100px, 50px);
    background: #E5E5E5;
}

.ppc-percents {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 93.91304px/2);
    top: calc(50% - 93.91304px/2);
    width: 93.91304px;
    height: 93.91304px;
    background: #f9f9f9;
    text-align: center;
    display: table;
}

.pcc-percents-wrapper {
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    color: #27ae60;
}

.progress-pie-chart {
    margin: 5px auto 0;
}

.row-centered {
    text-align:center;
}

.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.star {
    font-size: 9px;
    color: #fd8180;
    font-weight: bold;
    vertical-align: super;
}

input.formGenerator_Error {
    border: 1px solid red;
}

select.formGenerator_Error {
    border: 1px solid red;
}

label.formGenerator_Error {
    font-size: 75%;
    color: blue;
}

tr.formGenerator_RowBottomBorder td:first-child {
    border-bottom: 1px solid #EEEEEE;
}

tr.formGenerator_RowBottomBorder:last-child td:first-child {
    border-bottom: 0;
}

.form-generator-editor .field{
    border-style:dashed;
    border-color:#CCC;
    border-width:2px;
    padding:12px;
    margin:6px;
    transition:background-color 1s ease 0s, color 1s ease 0s, border-color 1s ease 0s
}

.form-generator-editor .field.pending-changes{
    background-color:#ffeee7;
    color:#e75005;
    border-color:#e75005;
}

.form-generator-editor .field.active{
    background-color: #eafff3;
    color: #27ae60;
    border-color: #27ae60;
}

.form-generator-editor .field .title{
    position:relative;
    top:5px;
    font-weight:bold;
}

.form-generator-editor .panel .panel-heading .pull-left{
    position:relative;
    top:5px;
}

.form-generator-editor  .unused-field-list .panel-body{
    height:700px;
    overflow-y:scroll;
}

form.form-generator-skeleton .field-list{
    min-height:50px;
}

form.form-generator-skeleton .section-heading{
    font-size:20px;
}

form.form-generator-skeleton .group{
    margin:0 0 25px;
}

form.form-generator-skeleton .column-container{
    min-height:50px;
}

.mce-tinymce.mce-container.mce-panel {
    z-index: 10;
}

.table thead tr th{
    padding: 8px;
    line-height: 24px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: rgba(0, 152, 179, .1);
}

.cursor-pointer{
    cursor: pointer;
}

/* v4 TEST */
/*
.ee-v4{
   background: url(/apps/resources/admin/images/v3/lghtmesh.png);
}

.ee-v4 .navbar-nav li a{
   padding-bottom: 17px;
   padding-top: 21px;
}

.ee-v4 .navbar-right li a{
   padding-right: 10px;
   padding-left: 10px;
}

.ee-v4 .navbar-default{
   background-color: #fff;
}

.ee-v4 .navbar{
   min-height:50px;
   margin-bottom: 0px;
}

.ee-v4 .form-control::-webkit-input-placeholder{
   color: #ffffff;
}

.ee-v4 .carousel-inner > .item > img {
   top: 0;
   left: 0;
   min-width: 100%;
   height: 400px;
 }

.ee-v4 .carousel-caption {
   bottom: 180px;
   text-shadow: 0 1px 1px rgba(0,0,0,0.8);
   font-family: PT Sans;
   font-size: 20px;
   background: -webkit-linear-gradient(top, rgba(0,0,0,.4), rgba(0,0,0,0));
   width: 100%;
   left: 0px;
 }

.ee-v4 .carousel-caption p{
   width:70%;
   text-align:center;
   margin:auto;
}

.ee-v4 .carousel-control{
   background-image:none;
   z-index:100;
   opacity:1;
}

.ee-v4 .carousel-indicators {
   bottom: 170px;
   text-shadow: 2px 2px #ff0000;
}

.ee-v4 .tile-group .tile{
   padding: 5px;
   margin: 5px;
   box-shadow: 0 1px 1px rgba(0,0,0,0.5);
   font-size: 30px;
   background: rgba(255,255,255,.9);
}

.ee-v4 hr{
   border-top: 1px solid #E3E7E8;
}

.ee-v4 .wizard span:first-child {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.ee-v4 .wizard .complete {
	background: rgba(39,174,96,0.5);
	color: #fff;
}

.ee-v4 .wizard .summary {
	background: #27ae60;
	color: #fff;
}

.ee-v4 .wizard span {
	padding: 5px 5px 5px 25px;
	margin-right: 2px;
	background: #ecf0f1;
	position: relative;
	display: inline-block;
}

.ee-v4 .wizard span:before {
	width: 0;
	height: 0;
	border-top: 20px inset transparent;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #fff;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}

.ee-v4 .wizard .complete:after {
   border-left-color: rgba(39,174,96,0.5);;
}

.ee-v4 .wizard span:after {
	width: 0;
	height: 0;
	border-top: 20px inset transparent;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #ecf0f1;
	position: absolute;
	content: "";
	top: 0;
	right: -20px;
	z-index: 2;
}

.ee-v4 .wizard span:first-child:before, .wizard span:last-child:after {
   border: none;
}

.ee-v4 .wizard .big .complete:after{
   top:32px;
}

.ee-v4 .wizard .big span:before{
   top:32px;
}

.ee-v4 .wizard .big span:after{
   top:32px;
}
.ee-v4 .wizard .big span{
   margin-right:-2px;
}

.ee-v4 .carousel-caption {
   bottom: 180px;
   text-shadow: 0 1px 1px rgba(0,0,0,0.8);
   font-family: PT Sans;
   font-size: 20px;
   background: -webkit-linear-gradient(top, rgba(0,0,0,.4), rgba(0,0,0,0));
   width: 100%;
   left: 0px;
 }

.ee-v4 .carousel-caption p{
   width:70%;
   text-align:center;
   margin:auto;
}

.ee-v4 .carousel-control{
   background-image:none;
   z-index:100;
   opacity:1;
}

.ee-v4 .carousel-indicators {
   bottom: 170px;
   text-shadow: 2px 2px #ff0000;
}

.ee-v4 .tile-group .tile{
   padding: 5px;
   margin: 5px;
   box-shadow: 0 1px 1px rgba(0,0,0,0.5);
   font-size: 30px;
   background: rgba(255,255,255,.9);
}

.ee-v4 hr{
   border-top: 1px solid #E3E7E8;
}

.ee-v4 .wizard span:first-child {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.ee-v4 .wizard .complete {
	background: rgba(39,174,96,0.5);
	color: #fff;
}

.ee-v4 .wizard .summary {
	background: #27ae60;
	color: #fff;
}

.ee-v4 .wizard span {
	padding: 5px 5px 5px 25px;
	margin-right: 2px;
	background: #ecf0f1;
	position: relative;
	display: inline-block;
}

.ee-v4 .wizard span:before {
	width: 0;
	height: 0;
	border-top: 20px inset transparent;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #fff;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}

.ee-v4 .wizard .complete:after {
   border-left-color: rgba(39,174,96,0.5);;
}

.ee-v4 .wizard span:after {
	width: 0;
	height: 0;
	border-top: 20px inset transparent;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #ecf0f1;
	position: absolute;
	content: "";
	top: 0;
	right: -20px;
	z-index: 2;
}

.ee-v4 .wizard span:first-child:before, .wizard span:last-child:after {
   border: none;
}

.ee-v4 .wizard .big .complete:after{
   top:32px;
}

.ee-v4 .wizard .big span:before{
   top:32px;
}

.ee-v4 .wizard .big span:after{
   top:32px;
}
.ee-v4 .wizard .big span{
   margin-right:-2px;
}*/


#form_biometrics_historyedit .text_default input.editor_switch, #form_biometrics_historyedit .text_default select.editor_switch {
    display: none;
}


#form_biometrics_historyedit .inputs_default div.editor_switch {
    display: none;
}


#form_biometrics_historyedit .inputs_default .completed div.editor_switch {
    display: block;
}


#form_biometrics_historyedit .inputs_default input.editor_switch, #form_biometrics_historyedit .inputs_default select.editor_switch, #form_biometrics_historyedit .inputs_default .n_a_checkbox_container {
    display: block;
}


#form_biometrics_historyedit .inputs_default .completed input.editor_switch, #form_biometrics_historyedit .inputs_default .completed select.editor_switch, #form_biometrics_historyedit .completed .inputs_default .n_a_checkbox_container {
    display: none;
}

#form_biometrics_historyedit .inputs_editable .inputs_default .completed div.editor_switch {
    display: none;
}

#form_biometrics_historyedit .inputs_editable .inputs_default .completed input.editor_switch, #form_biometrics_historyedit .inputs_editable .inputs_default .completed select.editor_switch, #form_biometrics_historyedit .inputs_editable .completed .inputs_default .n_a_checkbox_container {
    display: block;
}

#form_biometrics_historyedit .editor_td {
    cursor: pointer;
}

#form_biometrics_historyedit .title_td, #form_biometrics_historyedit .editor_td {
    height: 41px;
    vertical-align: middle;
}

#form_biometrics_historyedit .editor_td .form-control {
    width: 100%;
}

#form_biometrics_historyedit .editor_td .editor_switch_table .input_radio {
    width: auto;
    height: auto;
}

#form_biometrics_historyedit .editor_td .form-control.half {
    float: left;
    width: 50%;
}

#form_biometrics_historyedit .editor_td div {
    padding:7px;
}

#form_biometrics_historyedit .section_heading {
    cursor: pointer;

    width: 100%;
    height: 52px;

    padding: 15px;

    background: #fdfdfd; /* Old browsers */
    background: -moz-linear-gradient(top, #fdfdfd 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdfdfd 0%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdfdfd 0%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fdfdfd 0%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

#form_biometrics_historyedit .group_table {
    display: none;
    padding: 20px;
    font-weight: bold;
}

#form_biometrics_historyedit .group_table .table {
    margin-bottom: 0px;
}

#form_biometrics_historyedit .group_table .table td {
    border-top: none;
}

#form_biometrics_historyedit .group_table.selected {
    display: block;
}

#form_biometrics_historyedit .error_messages {
    font-size: 9pt;
    color: red;
    padding: 10px 5px;
}

/*================================================================================
                      iCal Event Editor
==================================================================================*/

.package_hidden {
    display: none;
}

#package_detail_form {
    display: inline-block;
    margin-left: 200px;
    font-weight: bold;
}

.iCal_month_name_container {
    width: 100%;
    height: 42px;
    line-height: normal;
    text-align: center;
}

.iCal_arrow_left {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 6px;
    margin-right: 15px;
    cursor: pointer;
    float: left;
    font-weight: bold;
    font-size: 15pt;
}

.iCal_arrow_right {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 6px;
    margin-right: 15px;
    cursor: pointer;
    float:right;
    font-weight: bold;
    font-size: 15pt;
}

.iCal_month_name {
    color: black;
    font-weight: bold;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 17px;
    font-size: 23pt;
    line-height: normal;
}
.iCal_weekday_header_first, .iCal_weekday_header {
    background-color: #b2b2b2;
    color: #fff;
    height: 28px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 14%;
    margin-left: 1px;
    margin-bottom: 1px;
    font-size: 16pt;
}

.iCal_module {
    font-family: Tahoma;
    font-weight: bold;
}

.calendar_section_main {
    height: 510px;
    clear: both;
    line-height: 12px;
}
.iCal_day .iCal_day_inner a {
    border-bottom: none;
    color: black;
}
.iCal_day {
    cursor: pointer;
    margin-left: 1px;
    background: #f6f8ff;
    width: 14%;
    height: 79px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;

    background: #cad4e0; /* Old browsers */
    background: -moz-linear-gradient(top, #cad4e0 0%, #b9c1cc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cad4e0), color-stop(100%,#b9c1cc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cad4e0 0%,#b9c1cc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cad4e0 0%,#b9c1cc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cad4e0 0%,#b9c1cc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cad4e0 0%,#b9c1cc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cad4e0', endColorstr='#b9c1cc',GradientType=0 ); /* IE6-9 */


}
#events_editor_container #form_container #form_generator_event form input[type="radio"]{
    width: auto;
}
.iCal_day:hover {
    background: #7db9e8; /* Old browsers */
    background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 50%, #207cca 92%, #207cca 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(50%,#2989d8), color-stop(92%,#207cca), color-stop(99%,#207cca)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 92%,#207cca 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 92%,#207cca 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 92%,#207cca 99%); /* IE10+ */
    background: linear-gradient(to bottom, #7db9e8 0%,#2989d8 50%,#207cca 92%,#207cca 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#207cca',GradientType=0 ); /* IE6-9 */
}

.iCal_day:active {
    -webkit-box-shadow: inset 0px 0px 17px -3px rgba(0,0,0,0.96);
    -moz-box-shadow: inset 0px 0px 17px -3px rgba(0,0,0,0.96);
    box-shadow: inset 0px 0px 17px -3px rgba(0,0,0,0.96);
}

.iCal_day_inner {
    margin-left: 8px;
    margin-top: 6px;
}
.iCal_day_inner a{
    color: #b2b2b2;
    font-size: 14pt;
}

.iCal_title_text a, .iCal-selection a{
    font-size: 8pt;
    color: #6192e1;
}

.iCal_title_text a div:hover{
    text-decoration: underline;
}
.iCal_title_text a:hover{
    border: none;
}


.iCal_info_button {
    background-image: url("/apps/resources/self_service/images/advocatehealth/ical-info.png");
    width: 16px;
    height: 17px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 5px;
    top: -4px;
}
.iCal_title {
    display: inline-block;
    *display: inline;
    zoom: 1;
    clear: right;
    top: -8px;
}
.iCal_title_text {
    line-height: 11px;
}
.iCal_left_text {
    font-size: 13px;
    margin: 6px;
    float: left;
    width: 40%;
}
.iCal_date_box_new {
    width: 142px;
    margin-left: 3px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.iCal-or_separator_new {
    color: black;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 10px;
    margin-top: 23px;
    margin-left: 12px;
    margin-right: 12px;
    font-weight: bold;
}

.iCal-select1 {
    width: 353px;
}

.iCal-select_box_new {
    float: left;
    width: 148px;
}

.iCal-select_boxes_new {
    float: left;
    width: 412px;
    margin-left: 5px;
}
.iCal-select1_new {
    width: 402px;
}
.iCal-divider_new {
    clear: both;
    width: 433px;
    margin-top: 6px;
    border-bottom: 1px #676767 solid;
    margin-bottom: 6px;
}
.iCal-select_location_new {
    margin-left: 5px;
}

.iCal-divider_new {
    clear: both;
    width: 406px;
    top: 4px;
    margin-top: 4px;
    margin-left: 6px;
    border-bottom: 1px #676767 solid;
    margin-bottom: 10px;
}

.iCal-find_container {
    margin-left: 10px;
    margin-top: 6px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.iCal_select_topic_new {
    width: 181px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.iCal-divider_extra {
    top: 5px;
}

.iCal-select_boxes_new span {
    color: #676767;
    font-weight: bold;
}
.belowIcal .widgetFocus, .widgetFocus.iCal_module {
    width: 955px;
    margin-top: 24px;
}
.iCal_lower_display_date {
    width: 204px;
}
.iCal_lower_display_location {
    width: 127px;
    text-align: left;
}
.iCal_lower_display_event {
    width: 175px;
}
.iCal_lower_display_description {
    width: 300px;
}
.iCal_lower_display_download {
    width: 80px;
}
.iCal_lower_display_header {
    font-size: 11pt;
    padding-left: 5px;
    background:#b2b2b2;
    height: 30px;
    margin-left: 6px;
    color: white;
    font-weight: bold;
}
.iCal-selection td {
    background-color: #f6f8ff;
    padding: 4px;
}
.image_iCal-dl_button_small_new {
    margin-left: 20px;
    background-image: url("/apps/resources/self_service/images/advocatehealth/ical-download.png");
    width: 32px;
    height: 27px;
}

.iCal_month {
    margin-left: 3px;
}

.iCal_inner_calendar .iCal_month .calendar_section_main .dayHighlighted.iCal_day {
    background-color: #fff190;
}
.iCal-selection {
    color: #4d4d4d;
    font-size: 9pt;
}
.iCal-selectionCalendar a, .iCal-selectionCalendar a div {
    cursor: pointer;
}
.iCal-selectionCalendar {
    top: 5px;
}

.day_indicator_asterisk,.day_indicator_asterisk:hover {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 11px;
    top: -5px;
    left: -6px;
    text-decoration: none;
    border: none;
}

.belowIcal {
    margin-top: 15px;
    font-size: 10pt;
}

a.iCal_pointer {
    cursor: pointer;
    zoom: 1;
    display: block;
}

.iCal_header_text {
    top: 7px;
}

.iCal_instructions {
    font-size: 16pt;
    text-align: center;
}

#events_editor_container {
    padding-top: 10px;
}

#events_editor_container .imageTab {
    margin-left: 10px;
}

#events_editor_container #form_container {
    margin: 20px;
}
#no_events_message {
    margin: 20px;
    font-weight: bold;
    font-size: 12pt;
}

#events_list .section_header {
    font-size: 14pt;
    margin: 10px;
}


#events_editor_container .imageTab{
    border: 1px dotted #c1ba75;
    padding: 1px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    position: relative;
    background-color:#ffffff;
    top: 0px;
    left: -5px;
    cursor: pointer;
    z-index: 0;
    display: inline;
}

#events_editor_container .tabIcon{
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: inline;
}

#events_editor_container .imageTab a{
    color: #669966;
    font-size: 11px;
}

.events_area .loaded_list_row .appointment_counts {
    width: 100px;
    font-weight: bold;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#events_editor_container .range_view_editor {
    display: block;
    border: #777 1px solid;
    border-left: none;
    border-right: none;
    padding: 5px 0px;
    background-color: #ddd;
    text-align: center;
    color: #333;
    font-size: 13pt;
    margin-bottom: 20px;
}

/*================================================================================
                      List of editable / loadable items - kcupp
==================================================================================*/

.loaded_list_row .title {
    font-size: 14px;
    font-weight: bold;
}

.loaded_list_row .loaded_list_row_button.appointment_button {
    text-align: center;
    font-weight: bold;
    padding-top: 2px;
    color: black;
}

.loaded_list_row .loaded_list_row_button.appointment_button:hover {
    text-decoration: none;
}

.loaded_list_row{
    border-radius:5px;
    border:1px solid #AAA;
    margin:5px;
    padding:0 10px;
    background: #e8eff2; /* Old browsers */
    background: -moz-linear-gradient(top,  #e8eff2 0%, #a8def3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8eff2), color-stop(100%,#a8def3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e8eff2 0%,#a8def3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e8eff2 0%,#a8def3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e8eff2 0%,#a8def3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e8eff2 0%,#a8def3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eff2', endColorstr='#a8def3',GradientType=0 ); /* IE6-9 */
    overflow:auto;
    cursor: pointer;
}

.loaded_list_row.deep_blue {
    background: #e8eff2; /* Old browsers */
    background: -moz-linear-gradient(top, #e8eff2 0%, #a8b1f3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8eff2), color-stop(100%,#a8b1f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e8eff2 0%,#a8b1f3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e8eff2 0%,#a8b1f3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e8eff2 0%,#a8b1f3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e8eff2 0%,#a8b1f3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eff2', endColorstr='#a8b1f3',GradientType=0 ); /* IE6-9 */
}

.loaded_list_row.green {
    background: #f8ffe8; /* Old browsers */
    background: -moz-linear-gradient(top,  #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8ffe8), color-stop(33%,#e3f5ab), color-stop(100%,#b7df2d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#b7df2d',GradientType=0 ); /* IE6-9 */
}

.loaded_list_row_selected{
    box-shadow: 0 0 1px 1px yellow inset;
}

.loaded_list_row .challenge_theme{
    margin:0 5px 0 0;
}


.loaded_list_row .load_button{
    background: url('/apps/resources/admin/images/16-tool-a.gif') no-repeat center center;
}

.loaded_list_row .copy_button{
    background: url('/apps/resources/admin/images/16-tag-double.gif') no-repeat center center;
}

.loaded_list_row .promote_button{
    background: url('/apps/resources/admin/images/16-em-addexport.gif') no-repeat center center;
}

.loaded_list_row .delete_button{
    background: url('/apps/resources/admin/images/delete2.gif') no-repeat center center;
}
.loaded_list_row .loaded_list_row_button.restore_button{
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    height: 20px;
}

.loaded_list_row .loaded_list_row_button{
    width:25px;
    height:25px;
    display:inline-block;
    *display:inline;
    zoom:1;
    margin:10px;
    vertical-align:middle;
    border-radius:2px;
    border:1px solid #CCC;
    background-color:#F4F4F4;
}

.screening_widget .download_container {
    /*width: 120px;
    padding: 10px;*/
    text-align: center;
    font-weight: 400;
    color: black;

    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.screening_widget  {
    padding: 10px;
}

.screening_widget .download_container:hover {
    color: white;
    text-decoration: none;
}

.screening_widget .download_container:hover {
    background-color: #563d7c;
}

.screening_widget .glyphicon-download, .screening_widget .glyphicon-save, .screening_widget .glyphicon-remove-circle {
    font-size: 24px;
}

.screening_widget .ha_downloader_display_c {
    display: none;
    margin: 10px;
    font-weight: bold;
    font-size: 10pt;
}

.screening_widget .consent_signer_display_c {
    display: none;
}

.employee_info_table .table_col_left {
    width: 120px;
}

.employee_info_table .table_col_right {
    font-weight: bold;
}

.adv_consent_form .consent_form_header_img {
    width: 638px;
    height: 106px;
    background-image: url('../../../self_service/images/advocatehealth/consent_form_header.png');
    display: block;
}

.adv_consent_form .center_me {
    width: 100%;
    text-align: center;
}

.adv_consent_form .consent_statement_main_name {
    font-size: 16pt;
}

.adv_consent_form .error_box {
    display: none;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid red;
    color: red;
}

.adv_consent_form .consent_table .consent_accept, .adv_consent_form .consent_table .consent_decline {
    width: 50%;
    text-align: right;
}

.screening_widget .error_box{
    border: 1px solid red;
    color: red;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 3px;
}

#form_generator_appointment {
    position: relative;
    top: 20px;
    width: 80%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#form_generator_appointment label {
    font-weight: bold !important;
    font-size: 15px !important;
}

#events_editor_container .pure_button {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    padding: .5em 1em;
    border: 1px solid #999;
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
}

#events_editor_container .pure_button a {
    color: black;
}

#events_editor_container .pure_button a:hover{
    text-decoration: none;
}

#events_editor_container .event_displayer {
    margin-top: 10px;
    width: 100%;
}

#events_editor_container .event_item {
    border: 1px solid #ddd;
    background-color: #e7e7e7;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 5px 15px;
    position: relative;
    float: left;
    width: 80%;
    color: #555;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 3px #595959;
    box-shadow: 1px 1px 3px #595959;
}

#events_editor_container .day_download_display {
    display: none;
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}


/*#events_editor_container .btn {
   background: -ms-linear-gradient(top,  #f8f8f8 0%,#d4d4d4 100%); !* IE10+ *!
   background: linear-gradient(to bottom,  #f8f8f8 0%,#d4d4d4 100%); !* W3C *!
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#d4d4d4',GradientType=0 ); !* IE6-9 *!
}

#pagecontent-inner #events_editor_container .btn-primary {
   background: -ms-linear-gradient(top,  #0097b2 0%,#008299 100%); !* IE10+ *!
   background: linear-gradient(to bottom,  #0097b2 0%,#008299 100%); !* W3C *!
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0097b2', endColorstr='#008299',GradientType=0 ); !* IE6-9 *!

}*/

.screening_widget .control-label {
    white-space: normal !important;
    width: 160px;
}

.screening_widget .formGenerator_Error {
    color: red;
}

.screening_widget label.active.btn {
    background-color: #0098b3;
    color: white;
}

input.formGenerator_Error {
    border: 1px solid red;
}

select.formGenerator_Error {
    border: 1px solid red;
}

div.formGenerator_Error {
    border: 1px solid red;
}

label.formGenerator_Error {
    font-size: 75%;
    color: red;
    display: block;
}

.section_header {
    background-color: #EFFFFE;
    border: 1px solid #e9e9e9;
    padding: 5px;
    border-radius: 5px
}

#failed_validation_messages {
    color: red;
    font-weight: bold;
}

.star {
    font-size: 14px;
    color: #fd8180;
    font-weight: bold;
    vertical-align: super;
}

.message_unread {
    font-weight: bold;
}

/* AJMessages */
#listDocumentInboxMessages .dataTable tr th,
#listDocumentInboxMessages .dataTable tr td {
    font-size: 13px;
    white-space: nowrap;
}
#listDocumentInboxMessages .dataTable tr > td > button {
    margin: 0 2px;
}

/*** Begin clockwise spin animation for loading glyphicon ***/
.glyphicons-refresh-animate {
    animation: spin .7s infinite linear;
    -moz-animation: spin .7s infinite linear;
    -webkit-animation: spin .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-moz-keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
/*** End clockwise spin animation for loading glyphicon ***/

/* Asset Health Modal Windows */
/* General */

.ui-widget-overlay {
    background: #000000 !important;
}

.ah-modal {
    background: white !important;
    font-family: inherit !important;
    font-size: inherit !important;
    z-index: 2000;
    margin: 30px;
}

.ui-widget-overlay {
    z-index: 2000;
}

.ah-modal .ui-widget-content {
    background: white !important;
    overflow: hidden !important;
}

.ah-modal-body {
    overflow-Y: auto !important;
    overflow-X: hidden !important;
}

#ah-modal {
    padding: 0px !important;
}

.ah-modal-title {
    padding: 10px;
    margin-bottom: 5px;
    border-bottom : 1px solid #e9e9e9;
    font-weight: bold;
    font-size: 120%;
}

.ah-modal-body {
    padding: 5px;
}

.ah-modal .ui-dialog-titlebar {
    display: none;
}

/* Large form */
@media (min-width: 768px) {
    .ah-modal-form-large .ah-modal-body {
        width: 700px;
    }
    .ah-modal-form-medium .ah-modal-body {
        width: 700px;
    }
    .ah-modal-form-small .ah-modal-body {
        width: 700px;
    }
}

@media (min-width: 992px) {
    .ah-modal-form-large .ah-modal-body {
        width: 900px;
    }
    .ah-modal-form-medium .ah-modal-body {
        width: 700px;
    }
    .ah-modal-form-small .ah-modal-body {
        width: 600px;
    }
}

@media (min-width: 1200px) {
    .ah-modal-form-large .ah-modal-body {
        width: 1100px;
    }
    .ah-modal-form-medium .ah-modal-body {
        width: 800px;
    }
    .ah-modal-form-small .ah-modal-body {
        width: 400px;
    }
}

@media (min-width: 1600px) {
    .ah-modal-form-large .ah-modal-body {
        width: 1300px;
    }
    .ah-modal-form-medium .ah-modal-body {
        width: 900px;
    }
    .ah-modal-form-small .ah-modal-body {
        width: 500px;
    }
}

/* Warning */
.ah-modal-warning {
    z-index: 5000 !important;
}

.ah-modal-warning .ah-modal-title {
    background-color: #f0ad4e;
}

.ah-modal-warning .ah-modal-title:before {
    font-family: "Glyphicons Regular";
    content: "\E079";
    padding-right: 5px;
}

/* Confirm */
.ah-modal-confirm .ah-modal-title {
    background-color: #dff0d8;
    min-width: 300px;
}

.ah-modal-confirm .ah-modal-title:before {
    font-family: "Glyphicons Regular";
    content: "\E195";
    padding-right: 5px;
}

/* Notification */
.ah-modal-notification .ah-modal-title {
    background-color: #dff0d8;
    min-width: 300px;
}

.ah-modal-notification .ah-modal-title:before {
    font-family: "Glyphicons Regular";
    content: "\E199";
    padding-right: 5px;
}

.priority_3 {
    color: #FF000E;
    font-weight: bold;
}

.priority_2 {
    color: #FFA925;
    font-weight: bold;
}

.ah_green{
    color:#27ae60;
}
.ah_red{
    color:#e74c3c;
}
.ah_yellow{
    color:#FAB525;
}
.ah_blue{
    color:#0098B3;
}


.red {
    color: #bc2328;
}

.pink{
    color: #E56E94;
}

#client_configuration .package .glyphicons{
    margin-right:5px;
}

#client_configuration .package .glyphicons:last-child{
    margin-right:0;
}

.no-bullet-list {
    padding-left: 20px;
}

.no-bullet-list li {
    list-style-type: none;
}

div.inactive-employee {
    color: #FF0000;
}

div.active-employee {
    color: #3ea748;
}

span.inactive-employee {
    color: red;
    font-weight: bold;
}

div.minor-employee {
    color: #520ac2 !important;
}

span.minor-employee {
    color: #520ac2 !important;
    font-weight: bold;
}

span.inactive-employee::after {
    content: "(Inactive)";
    padding-left: 10px;
}

/*** Role Management ***/

.role-management-alt-font {
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
}

.role-management-alt-font.selected-role-title {
    text-transform: none;
}

.role-management-heading-title {
    font-size: 25px;
}

.role-management-heading-title i.glyphicons.glyphicons-group {
    margin-left: 5px;
}

.role-management-heading-title i.glyphicon.glyphicon-lock {
    font-size: 12px;
    color: white;
    position: relative;
    left: -18px;
    top: 5px;
    background-color: #0e2738;
    border-radius: 50%;
    padding: 4px;
}

.role-management-default-table {
    margin: 0 auto;
    width: 100%;
}

.role-management-default-table tr td {
    padding: 10px;
}

.role-management-default-table tr:nth-child(2){
    border-top: 1px dashed #0e2738;
}

.role-management-default-table tr:nth-child(3){
    border-top: 1px dashed #0e2738;
}


.role-management-default-table tr:first-child td {
    padding-bottom: 25px;
}

.role-management-default-table tr:nth-child(2) td {
    padding-top: 25px;
}

.role-management-default-table tr td:first-child,
.role-management-default-table.limited tr td:first-child {
    text-align: right;
}

.role-management-default-table tr td:first-child {
    width: 20%;
}

.role-management-default-table.limited tr td:first-child {
    width: 35%;
}

.role-management-default-table tr td strong {
    font-size: 18px;
    border-bottom: 1px dashed #0e2738;
}

.role-management-default-table tr td button {
    width: 100%;
}

.panel-heading.gray-lightest-bg.role-management-category-heading {
    border-bottom: 1px solid #d3d3d3;
}

.role-management-category-heading .category-name, .role-management-permission .permission-code {
    font-size: 15px;
    font-weight: bold;
}

.role-management-category-heading .category-name, .role-management-permission .permission-code {
    font-size: 15px;
    font-weight: bold;
}

.role-management-permissions-list .role-management-permission .permission-checkbox {
    vertical-align: top;
}

.role-management-permission {
    margin-left: 10px;
}

.role-management-permission .permission-code-container {
    display: inline-block;
    margin-left: 15px;
    max-width: 90%;
}

@media screen and (max-width: 991px){
    .role-management-permission .permission-code-container {
        max-width: 80%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.role-management-permission .permission-code-info-container a {
    vertical-align: super;
}

.role-management-view-container .tucked-away {
    position: relative;
    top: -60px;
}

.role-management-view-container .tucked-away i.glyphicons.glyphicons-group,
.role-management-view-container .tucked-away i.glyphicon.glyphicon-lock {
    color: #0e2738;
    font-size: 24px;
}

.role-management-view-container .tucked-away i.glyphicon.glyphicon-wrench,
.role-management-view-container .tucked-away i.glyphicon.glyphicon-plus {
    color: white;
    padding: 2px;
    position: relative;
    left: -15px;
    font-size: 10px;
    top: 5px;
    background-color: #0e2738;
    vertical-align: bottom;
    border-radius: 50%;
    border: 2px solid white;
}

/*.role-management-view-container .tucked-away i.glyphicon.glyphicon-plus {
   color: #0098b3;
}*/

.role-management-view-container .tucked-away .indicator-path {
    height: 15px;
    width: 20px;
    border: 1px dashed #0e2738;
    border-right: none;
    border-top: none;
    position: relative;
    display: inline-block;
    vertical-align: super;
    margin-right: 8px;
}

.role-management-view-container .tucked-away span.unauthorized {
    margin-left: 12px;
    margin-right: 4px
}

.role-management-view-container .tucked-away span.authorized {
    margin-right: 4px
}

.role-management-view-container .role-management-view-title,
.role-management-view-container .selected-role-title {
    font-size: 21px;
    color: #0e2738;
}

.role-management-view-container .selected-role-title {
    text-transform: initial;
}

.role-management-view-container .role-mgmt-hr {
    border-color: #0e2738;
    border-style: dashed;
}

/*** END Role Management ***/

/*

   Wizard stuff

*/

.wizard_page .field_wrapper{
    position:relative;
    left:0;
    top:0;
}

.wizard_page .field-content.radio{
    position:absolute;
    top:50%;
    margin-top:-10px;
    right:0;
}

.wizard_page textarea.ahx_field_input{
    resize:vertical;
}

/* old AHMD Wizard, remove when new style is ready */
.wizard { margin-top: 3px; margin-bottom: 10px; }

.wizard span {
    padding: 9px 8px 9px 23px;
    margin-right: 5px;
    background: #efefef;
    position: relative;
    display: inline-block;
}
.wizard span:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard span:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.wizard span:first-child:before,
.wizard span:last-child:after {
    border: none;
}
.wizard span:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.wizard span:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.wizard .complete {
    background: #3ea748;
    color: #fff;
}
.wizard .complete:after {
    border-left-color: #3ea748;
}

/*
Styles for the ahmd progress report wizard, because it's a pretty special case.
*/
#ahmd_progress_report .button-list {
    margin-right: 0;
    margin-left: 0;
}
#ahmd_progress_report .button-list > .vertical-spacer.text-center {
    padding-left: 0;
    padding-right: 0;
}


/*

   Helper Classes

*/
.no-margin{
    margin: 0px;
}
.row-no-margin{
    margin-left:0 !important;
    margin-right:0 !important;
}
.no-padding{
    padding:0px;
}

.disabled-link {
    pointer-events: none;
}

.container{
    width:auto !important;
}

.selectize-control.loading::before {
    opacity: 1;
    animation: spin .7s infinite linear;
    -moz-animation: spin .7s infinite linear;
    -webkit-animation: spin .7s infinite linear;
}

.selectize-control::before {
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    content: "\e031";
    font-family:"Glyphicons Halflings";
    z-index: 2;
    position: absolute;
    display: block;
    top: 40%;
    right: 34px;
    margin: -8px 0 0 0;
    opacity: 0;
}

#core-inbox-link #emailBoxCount{
    font-family: "PT Sans";
    font-size:10px;
    padding: 2px 4px;
    position:absolute;
    left:23px;
    top:20px;
}

.user-events-appointment-available,
.user-events-appointment-available div,
.user-events-appointment-available span {
    background-color: #EEEEEE !important;
    border-color: #888888 !important;
    color: #888888 !important;
}

.user-events-appointment-filled,
.user-events-appointment-filled div,
.user-events-appointment-filled span {
    background-color: #FF6F6F !important;
    border-color: #FF6F6F !important;
    color: white !important;
    cursor: pointer;
}

.user-events-appointment-completed,
.user-events-appointment-completed div,
.user-events-appointment-completed span {
    background-color: green !important;
    border-color: green !important;
    color: white !important;
    cursor: pointer;
}

.dataTable.table-striped tbody tr.threshhold-purple{
    background-color:#DABEF6 !important;
}

.dataTable.table-striped tbody tr.threshhold-purple.row_selected{
    background-color:#A87EE0 !important;
}

.dataTable.table-striped tbody tr.threshhold-red{
    background-color:#FFA4A4 !important;
}

.dataTable.table-striped tbody tr.threshhold-red.row_selected{
    background-color:#FF4B4B !important;
}

.dataTable.table-striped tbody tr.threshhold-yellow{
    background-color:#FCF883 !important;
}

.dataTable.table-striped tbody tr.threshhold-yellow.row_selected{
    background-color:#E4DC00 !important;
}

.sub_title{
    font-size: 9px;
    color: #666666;
    font-weight: 200;
}

.assigned{
    color: #27ae60;
}


/* AHJMainMenu */
.main-menu-editor .menu_item {
    padding: 20px;
    border: 2px dashed #CCC;
}
.main-menu-editor .menu_item.new {
    color: green;
}
.main-menu-editor :not(.btn) > .glyphicons {
    font-size: 30px;
}
.main-menu-editor .btn + br + .btn {
    margin-top: 5px;
}

#available_tiles > div {
    width:100% !important;
    min-height:30px !important;
}

#available_tiles .glyphicons-edit {
    display:none !important;
}

/* Event Editor */
.screening_checkin {
    background-color: #26ae60 !important;
    color: white !important;
}
.coaching_encounter_76 {
    background-color: #26ae60 !important;
    color: white !important;
}
.coaching_encounter_77 {
    background-color: red !important;
    color: white !important;
}
.coaching_encounter_78 {
    background-color: red !important;
    color: white !important;
}
.coaching_encounter_30 {
    background-color: #26ae60 !important;
    color: white !important;
}

/* Tiles move to BT */
.tile-group .admin-tile .tile-header{
    font-size: 32px;
    color: #FFFFFF;
    padding-bottom: 8px;
    padding-top: 3px;
    font-family: "Open Sans Condensed";
    text-align:unset;
}
.tile-group .admin-tile .tile-header-small{
    font-size: 28px;
    color: #FFFFFF;
    padding-bottom: 0px;
    padding-top: 0px;
    font-family: "Open Sans Condensed";
    text-align:unset;
}
.tile-group .admin-tile .tile-header-small .glyphicon{
    font-size: 27px;
}

.tile-group .admin-tile .tile{
    font-size: 16px;
    font-family: "PT Sans";
    text-align:unset;
}

.tile-group .admin-tile .tile-header.text-center {
    text-align: center;
}

.tile-group .admin-tile .tile-header-small.text-center {
    text-align: center;
}

.attachment {
    padding: 5px 10px;
    margin-top: 10px;
    border: 1px solid black;
    border-radius: 10px;
    margin-right: 10px;
    display: inline-block;
}

.attachment.download {
    cursor:pointer;
    transition: background-color .5s ease 0s;
    color:#393F40;
}

.attachment.download:hover {
    background-color:lightgrey;
    color:#0098B3;
    text-decoration: none;
}

.attachment .filename {
    padding-right:10px;
}

.attachment .filesize{
    font-size:12px;
    padding-right:10px;
}

.clickable{
    cursor: pointer;
}

.overlay-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    color: #fff;
    background-color: black;
    opacity: .8;
}

.overlay-mask-text{
    font-size: 36px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.loginWizard{
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 30px;
    margin-top: 40px;
    margin-bottom:40px;
    border-radius:25px;
}

.loginWizard .control_button {
    margin-left: 8px;
    margin-right: 8px;
}

.loginWizard .float-right {
    float: right !important;
}