/* QM Stylesheet */

/*#region PrintSettings */

@media print {
    body
    {
    background-image: none !important;
    }
    .backstretch 
    {
    display: none !important; 
    } 
    .topbar-v1
    {
    display: none !important; 
    } 
    .navbar-toggle
    {
    display: none !important; 
    } 
    .headline
    {
    display: none !important; 
    } 
    .acc-v1
    {
    display: none !important; 
    }
    .footer-v1
    {
    display: none !important; 
    }
}

/*#endregion */

/*#region Overrides */

/*Unify Template Tag Boxes v8 Override */
.tag-box-v8 {
  background: #fff;
  border: solid 1px #eee;
  margin-top: -10px;
  margin-bottom: 15px;
  padding: 10px;
}

/* Footer link overrides */
.footer-link a, a.footer-link:focus, a.footer-link:hover, a.footer-link:active
{
    color: #FFF;
    text-decoration:underline;
}
.footer-link
{
    color: #FFF !important;
    text-decoration:none;
    text-transform: uppercase;
    margin-left: 15px !important;
}
.footer-link2 a, a.footer-link2:focus, a.footer-link2:hover, a.footer-link2:active
{
    color: #FFF;
    text-decoration:underline;
}
.footer-link2
{
    color: #FFF !important;
    text-decoration:none;
}
/* End Footer link overrides */

/* Main nav overrides */
.header .navbar-nav > li > a {
	bottom: -2px;
	position: relative;
	padding: 9px 20px 9px 20px;
    font-size: 15px;
    /*text-transform: none;*/
}

@media (max-width: 1200px) {
	.header .navbar-nav > li > a {
        font-size: 14px;
		padding: 9px 10px 9px 10px;
	}
}
/* End Main nav overrides */

/* Accordion Overrides */
.accordion-toggle
{
    text-decoration: none !important;
}
/* End Accordion Overrides */

/* Telerik TabStrip Bootstrap Skin Overrides */
.RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL
{
    width: 100%;
}
/* End Telerik Tabstrip Boostrap Skin Overrides */

/*#endregion */

/*#region Footers */
.footer-text
{
  overflow: hidden;
  padding: 5px 0 5px;
  border-top: solid 1px #eee;
  font-size: 10px;
}
.survey-footer-text
{
  overflow: hidden;
  padding-top: 5px;
  border-top: solid 1px #eee;
  font-size: 10px;
}
.survey-footer-text-additional
{
  overflow: hidden;
  padding-top: 5px;
  font-size: 10px;
}
/*#endregion */

/*#region Colors */

/* new QM colors */

.color-qm-blue {
	color: #1678D2;
}
.color-qm-teal {
	color: #16D2C8;
}
.color-qm-dark-blue {
	color: #1A3AAD;
}
.color-qm-sky-blue {
	color: #24BFE9;
}
.color-qm-neon-mint {
	color: #1AF5AB;
}
.color-qm-dark-grey {
	color: #585858;
}


/* old Optum colors */
.color-optum-orange {
	color: #e87722;
}
.color-optum-yellow {
	color: #eaaa00;
}
.color-optum-gray-1 {
	color: #53565A;
}
.color-optum-gray-2 {
	color: #888B8D;
}
.color-optum-gray-3 {
	color: #B1B3B3;
}
.color-optum-gray-4 {
	color: #D0D0CE;
}
.color-optum-blue {
	color: #004c97;
}
.color-optum-red {
	color: #9e2a2f;
}
.color-optum-green 
{
    color: #7a9a01;
}
.color-red
{
    color: #CE0C28;
}
.color-yellow
{
    color: #EAAA00;
}
.color-green
{
    color: #02650F;    
}
.color-black
{
   color: #000;    
}
.color-navy
{
    color: #1F4B71;
}
.color-blue
{
    color: #337ab7;
}
.color-gray {
	color: #888B8D;
}
.background-color-red
{
    background: #CE0C28;
}
.background-color-yellow
{
    background: #EAAA00;
}
.background-color-green
{
    background: #02650F;    
}
.background-color-black
{
   background: #000;    
}
.background-color-navy
{
    background: #1F4B71;
}
.background-color-blue
{
    background: #337ab7;
}

/*#endregion */

/*#region MarginsAndPaddings */
.p-xxxs
{
  padding: 2px;
}
.p-xxs {
  padding: 5px;
}
.p-xs {
  padding: 10px;
}
.p-sm {
  padding: 15px;
}
.p-m {
  padding: 20px;
}
.p-md {
  padding: 25px;
}
.p-lg {
  padding: 30px;
}
.p-xl {
  padding: 40px;
}
.p-w-xs {
  padding: 0 10px;
}
.p-w-sm {
  padding: 0 15px;
}
.p-w-m {
  padding: 0 20px;
}
.p-w-md {
  padding: 0 25px;
}
.p-w-lg {
  padding: 0 30px;
}
.p-w-xl {
  padding: 0 40px;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}

/*#endregion */

/*#region Modals */

/* Modal Loading Panel */
.modal-loading-bg {
    position: fixed; 
    text-align: center; 
    height: 100%; 
    width: 100%; 
    top: 0; 
    right: 0; 
    left: 0; 
    z-index: 9999999; 
    background: rgba(0, 0, 0, 0.7); 
}
.modal-loading-center-text
{
    border-width: 0px; 
    position: fixed; 
    padding: 50px; 
    left: 45%; 
    top: 40%;
}
/* Standard Modal */
.modal-content {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  z-index: 99999; 

}
.modal-button {
    background-color: #337ab7;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; 
}

 .modal-text {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; 
 }

.modal-header-text {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; 
}

/*#endregion */

/*#region SettingsPanel */

/* Filter Panel */
.panel-filter
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    /* border: 1px solid #e4e9f0; */
}

.panel-filter-heading {
  border-bottom: 2px solid #4765a0;
    font-size: 14px;
     font-weight: normal;
    padding: 2px;
}

.panel-filter-body
{
    padding: 5px;
    font-size: 11px;
    /* background-color: #e4e9f0; */
   /*  border: 1px solid #808080; */
}
.form-group-filter
{
    margin-bottom: 5px;
}
.container-filter
{
    background-color: #f3f3f3; 
    padding: 10px;
}
/* End Filter Panel */

/* Filter Heads Up Display */
.container-filter-display
{
   /* background-color: #f3f3f3; */
    padding: 5px;
    margin-bottom: 10px;
    margin-top: -15px;
    border: 1px solid #ddd;
}
.container-filter-display-heading
{
    font-size: 12px;
    font-weight: bold;
}
/* End Filter Heads Up Display*/

/*#endregion */

/*#region TextStyles */

.text-white {
  color: #ffffff;
 }
.text-orange {
  color: #e87722;
 }
.text-orange-heading {
    color: #e87722;
    font-weight: bold;
    font-size: 18px;
}
.text-blue {
  color: #1678D2;
 }

.text-grey {
   color: #777;
 }
 
.text-blue-heading {
    color: #1678D2;
    font-weight: bold;
    font-size: 18px;
}
.text-grey-heading {
    color: #777;
    font-weight: bold;
    font-size: 14px;
}
.text-grey-md {
    color: #777;
    font-size: 11px;
}
.text-m 
{
   font-size: 16px;
}

.text-12-bold
{
   font-size: 12px;
   font-weight: bold;
}

.text-bold {
    font-weight: bold;
}
.hr-dotted {
 border-top: 1px dashed;
 color: #ddd;
 }
.hr-solid {
 border-top: 1px solid;
 color: #ddd;
 }
.filter-set-link {
    font-size:12px;
    font-weight: bold;
    text-decoration: underline;
}
.filter-set-label {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal;
    font-size: 18px;
}
.filter-set-item {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal;
    font-size: 14px;
}

/*#endregion */

/*#region ButtonStyles */
.btn-xxs
{
    padding: 1px 5px;
    font-size: 10px;
    line-height: 1.5;
}
.button-blue-small a, a.button-blue-small:focus, a.button-blue-small:hover, a.button-blue-small:active
{
    color: #FFF;
    text-decoration:none;
}
.button-blue-small
{
border-radius: 4px !important;
background: #337ab7;
font-size: 11px;
padding: 2px 10px;
line-height: 14px;
border: 0;
color: #fff;
cursor: pointer;
font-weight: 600;
position: relative;
white-space: nowrap;
display: inline-block;
text-decoration:  none;
}

/*#endregion */

/*#region Misc */

.border-bottom-thin 
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.row-striped {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
}
.row-normal 
{
    background: #fff;
    border-top: 1px solid #ddd;
}
    
@media (min-width: 992px) {
    .full-pull-right 
    {
        float:right;
    }
}

@media (max-width: 992px) 
{
     .hide-on-mobile 
	{
	display: none;
    }   
}

table.AJAXHeader
{
	/*width: 95%;*/ /*100%*/
	border-collapse:collapse;
    padding: 0px;
    min-width:100%;
}

.AJAXHeader td
{
	border-bottom: solid 1px #63666A; /*#6ba7cb;*/
	height: 30px;
	background-color:#D0D0CE; /*#EEF2F7;*/
	padding: 0px;
    white-space: nowrap;
}	

.AJAXHeader a
{
  font-size:14pt; 
  font-weight:bold; 
  color: #0000FF; /*#2a4c6c; */
  text-decoration:none;

}


.AJAXHeaderSeparator
{
    width:0px; 
    border:1px solid #63666A; 
    height:20px;
}

.required-copy {
    font-size: 11px;
    color: #f00;
    font-weight:bold;
}
.gridview-report-link {
    text-decoration:underline;
}
@media (min-width: 992px) {
    .grid-width-adaptive
    {
        width: 50%;
    }
}

@media (max-width: 992px) 
{
        .grid-width-adaptive
	{
	width: 100%;
    }   
}
.grid-view-header 
{
    background: #e2e2e2;
    border-bottom: 1px solid #000;
}
.grid-view-header th
{
    padding: 10px;
}
.grid-view-header a, a:focus a:hover a:active
{
    text-decoration: underline;
    color: #000000;
}   
.logo-tagline
{
    font-size: 12px;
    display: block;
    margin-top: -5px;
    color: #777;
    margin-left: 175px;
}
.display-name
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: 600;

}
#divGenderCheckboxes label{
    margin-left:3px;
   vertical-align: middle;
}
#divCompareCheckbox label{
    margin-left:3px;
   vertical-align: middle;
}

.radius-4px
{
  border-radius: 4px !important;
}
.legend-label
{
    border-radius: 4px !important;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 1px;
    padding-top: 1px;
}

.customLegendWrapper {
    text-align: center;
    margin-top: -5px;
}

.customLegend {
    background-color: #eeeeee;
    border-radius: 4px !important;
    color: #000;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    margin-left: 50px;
    margin-top: -10px;
}

.customLegend div {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0px 5px;
    height: 20px;
}

.customLegend div div
{
    width: 10px;
    height: 10px;
    vertical-align: -1px;
    vertical-align: middle;
    margin-left: 1px;
}

.section-heading {
    border-bottom: 1px solid #DDD;
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
}
.nodata-margin
{
    margin-top: 50px;
    margin-bottom: 50px;
    color: #777;
}


.inline-block-display
{
    display: inline-block;
}

.block-display
{
    display: block;
}

.input-xs
{
    height: 20px;
    padding: 2px 5px;
    font-size: 10px;
    line-height: 1.5;
}

.disabled-gray:hover, .disabled-gray:visited {
	color: #888B8D;
}

.breadcrumb a.white-hover:hover 
{
    color: #FFFFFF;
    text-decoration: underline;
}

.b-r-sm 
{
    border-radius: 4px;
}

/*#endregion */








