/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GENERAL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
    color: #353535;
    font-size: 1em;
    font-family: Verdana,sans-serif;
	margin-top: 0;
    margin: 0 auto;
    width: 100%;
	counter-reset: section;
}
body .container {
	padding-left:23px;
	padding-right: 23px;
	max-width: 1400px;
    margin: 0 auto;
}
.offscreen {
    font-size: 1px;
    left: -200em;
    position: absolute;
    top: -100em;
}
h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', Arial, sans-serif; }
h1 {
    color: #000000;
    font-size: 1.6em;
    font-weight: normal;
    margin-top: 0;
}
h2 {
    color: #333333;
    font-size: 1.3em;
    font-weight: bold;
}
h3 {
    color: #333333;
    font-size: 1.2em;
    font-weight: bold;
}
a { color: #096598; }
img {
    border: 0 none;
    max-width: 100%;
    height: auto;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SPACING ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.mb-0 { 	margin-bottom: 0; }
.mb-1 { 	margin-bottom: 1em; }
.mt-0 { 	margin-top: 0; }
.mt-1 { 	margin-top: 1em; }
.ml-0 { 	margin-left: 0; }
.ml-1 { 	margin-left: 1em; }
.mr-0 { 	margin-right: 0; }
.mr-1 { 	margin-right: 1em; }
.fltLeft, .left {     	float: left;}
.fltRight, .right {     float: right;}
.clear {     	clear: both;}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ HEADER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.nciLogo { 
	padding: 23px 0;
	display: block;
}
.nciLogo img {
    max-height: 54px;
    max-width: 560px;
    height: 100%;
    width: 100%;
}
#skip, 
#skip:hover, 
#skip:visited { 
	position: absolute; 
	top: -20em; 
	right: 44%; 
	padding: .7em 1.5em; 
	font-weight: bold; 
	border: 2px solid #ccc; 
	border-top: none; 
	border-radius: 0 0 3px 3px; 
	transition: all .2s ease-in-out; 
}
#skip:active, 
#skip:focus { 
	position: absolute; 
	top: 0; 
	color: #a90101; 
	background: #fff; 
	box-shadow: 0 1px 5px rgba(0,0,0,.7); 
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RIBBON ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ribbon {
    background: #606060;
}
.ribbon * {
    padding: 0.25em 0;
    font-family: 'Montserrat', Arial, sans-serif;
    color: #ffffff;
    font-size: 1.2em;
    margin: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NAVIGATION ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
nav {
    background-color: #046380;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
	flex-wrap: wrap;
}
nav * {
    color: #ffffff;
}
nav li a {
    padding: 0.5em 1em;
    display: block;
    background-color: #044b61;
    border-left: 1px solid #7ca1ad;
    border-right: 1px solid #7ca1ad;
    text-decoration: none;
    transition: 0.5s ease all;
}
nav li a:hover {
    background-color: #033848;
}
nav li.rightside:last-of-type {
    margin-left: auto;
}
@media only screen and (max-width: 500px) {
	footer {
		text-align: left;
	}
	nav li:last-of-type {
		margin-left: 0;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MAIN CONTENT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
main {
    padding: 23px 0;
}
/*~~~~~ Breadcrumbs ~~~~~*/
.breadcrumbs .container p {
    background: #e6e6e6;
    width: auto;
    display: inline-block;
    padding: 0.25em 0.75em 0.5em;
    border-radius: 0 0 5px 5px;
    margin: 0;
	font-size: 0.9em;
}
/*~~~~~ Smoking History ~~~~~*/
#id_smoking_history {
	display: none;
}
#id_smoking_history_data {
	display: none;
}
/*~~~~~ County and State ~~~~~*/
label[for="id_county"]:before {
    content: "\A";
    white-space: pre;
}
/*~~~~~ Colorbox ~~~~~*/
#colorbox {
	width: 100% !important;
	height: 90% !important;
	max-width: 1200px !important;
	max-height: 90% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: auto;
}
div#cboxWrapper {
    width: 96% !important;
    height: 96% !important;
    position: relative;
	overflow: auto !important;
	margin: 2% !important;
}
#cboxContent, #cboxLoadedContent {
	max-width: 100% !important;
	height: 100% !important;
	width: 100% !important;
	min-height: 375px !important;
}
div#cboxMiddleLeft, div#cboxMiddleRight, div#cboxTopLeft, div#cboxTopCenter, div#cboxTopRight, div#cboxBottomLeft, div#cboxBottomCenter, div#cboxBottomRight {
    display: none;
}
div#cboxContent {
    max-height: 100% !important;
    max-width: calc(100% - 2em) !important;
    height: 100% !important;
    width: 100% !important;
    float: none !important;
    border-radius: 0px;
    padding: 1em;
}
#cboxLoadedContent {
	overflow: auto !important;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FOOTER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
footer {
    padding: 23px 0;
    border-top: 1px solid #cccccc;
    text-align: center;
    font-size: 0.9em;
}
footer > *{
    margin-top: 0;
}
@media only screen and (max-width: 500px) {
	footer {
		text-align: left;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ACCORDIONS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.accordion {
    border: 1px solid rgba(0,0,0,.125);
	margin-bottom: 1em;
}
.accordion .accordion-header {
	padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.accordion .accordion-header * {
	text-decoration: none;
}
.accordion .accordion-body {
    padding: 0 1.25rem 1.25rem;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TABLES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
table.dose-history .hide-desktop {
	display: none;
}
.rwdtable {
	/*add scroll once table is wider than screen*/
    width: 100%;
    overflow: auto;
	margin-bottom: 1em;
}
table {
    border-collapse: collapse;
	max-width: 100%;
}
table caption {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 4px;
    text-align: left;
}
table th, table td {
    border: 1px solid #606060;
    padding: 0.5em;
    vertical-align: top;
}
table th {
    background-color: #bcd3da;
}
table tbody th {
	text-align: right;
}
@media only screen and (max-width: 1000px) {
	table.dose-history .hide-desktop {
		display: inline-block;
	}	
	/* requires data-label attribute on td tag */
	.removeTableRWD {
		width: 100%;
	}
	.removeTableRWD th {
		display: none;
	}
	.removeTableRWD tbody td {
		display: block;
		border: none;
		padding: 0.25em;
	}
	.removeTableRWD td[data-label]:before {
		content: attr(data-label) ": ";
	}
	.removeTableRWD tr {
        border: 1px solid #606060;
        overflow: auto;
    }
	.removeTableRWD.counterRow tbody tr:before{
		counter-increment: section;
		content: "Row: " counter(section);
        background-color: #bcd3da;
        display: block;
        padding: 2px;
        margin-bottom: 2px;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ALERTS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.alert {
	position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-error, .errorlist {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}   
.alert-info {
   color: #31708f;
   background-color: #d9edf7;
   border-color: #bce8f1;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUTTONS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.btn, .button {
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-decoration: none;
	cursor: pointer;
	color: #353535;
}
.btn.focus, .btn:focus, .button.focus, .button:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #9dc19e;
}
.button[disabled] {
    background-color: #666666;
    background-image: url("/static/radrat/img/button_background_disabled.png?b71ce8143aea");
    border: 1px solid #999999;
    color: #BBBBBB;
    cursor: default;
}
@media only screen and (max-width: 500px) {
	.btn.left, .button.left, .btn.fltLeft, .button.fltLeft, .btn.right, .button.right, .btn.fltRight, .button.fltRight {
		float: none;
	}
}
/*~~~~~ Button Primary ~~~~~*/
.btn-primary, .button-primary {
    color: #fff;
    background-color: #1b801f;
    border-color: #1b801f;
}
.btn-primary:hover, .btn-primary:hover {
    color: #fff;
    background-color: #135815;
    border-color: #36ad3a;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #135815;
    border-color: #36ad3a;
    box-shadow: 0 0 0 0.2rem #9dc19e;
}
/*~~~~~ Button Secondary ~~~~~*/
.btn-secondary, .button-secondary {
    background-color: #d2d2d2;
    border-color: #d2d2d2;
}
.btn-secondary:hover, .btn-secondary:hover {
    background-color: #b1b1b1;
    border-color: #d2d2d2;
}
.btn-secondary.focus, .btn-secondary:focus {
    background-color: #b1b1b1;
    border-color: #d2d2d2;
    box-shadow: 0 0 0 0.2rem #d2d2d2;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FLEXBOX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.flexBox {
	display: flex;
}
.flexBox .flexItem {
	flex: 1;
}
.flexBox .flexItem.flexbody {
	flex: 3;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FORMS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
select, input {
    font-size: 1em;
    font-family: Verdana,sans-serif;
}
input[type="checkbox"], input[type="checkbox"] > label {
	cursor: pointer;
}
input, textarea {
	max-width: 100%;
}
input[type*="text"], select {
	/* mimics selectize dropdown styling */
    height: 26px;
    padding: 0 0 0 8px;
    border: 1px solid #aaa;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);	
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ OLD STYLING ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*#cboxClose {
    color: #999999;
    line-height: 25px;
    text-indent: -35px;
    border: 0;
}*/
.disclaimer {margin-top: 20px;}
dt {
	font-weight: bold;
	margin: 10px 0px 0px 10px;
}
dd {margin: 5px 0px 0px 20px;}
dd ul {padding-left: 20px;}
.empty-form {display:none;}
.delete-form-link {
    display: inline;
    margin: 1em 0px;
    padding: 0px 0px 0px 20px;
    background-image: url('/static/radrat/img/delete.png?b71ce8143aea');
    background-position: top left;
    background-repeat: no-repeat;
    cursor: pointer;
}
.hover {background-color: #F2D0D0;}
.left_content {
	float:left;
	width: 100%;
}
.right_content {
	float: left;
	margin: 0 0 0 20px;
}
.right_content h2 {
	padding: 5px 0 0 5px;
	margin-bottom: 5px;
}
.right_content ul {
	margin-top: 5px;
	padding-left: 10px;
	list-style-type: none;
}
.right_content li {
	background-image: url("/static/radrat/img/arrow_bullet.jpg");
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 15px;
}
#parameters {
	width: 100%;
	white-space: nowrap;
	margin-bottom: 10px;
}
#id_collapse_adv {
	position: relative;
	/*top: 3px;*/
}
/*.colapse{
	background-image:url('/static/radrat/img/contract.gif');
}
.expand{
	background-image:url('/static/radrat/img/expand.gif?b71ce8143aea');
}*/
.rpt_option {
  margin-left: 25px;
  margin-right: 5px;
  white-space: nowrap;
}
#contact_information label {
    display: block;
    margin-bottom: 6px;
}
#contact_information label:after {
    content: ": ";
}
.formset_delete label, #id_dose_exosure_formset tbody label, #id_radon_exosure_formset tbody label {
	/*off screen*/
    font-size: 1px;
    left: -200em;
    position: absolute;
    top: -100em;
	/*display: none;*/
}
#id_optional_results {
   display: none;
}
table.initial-hidden tr, div.initial-hidden {
    display:none;
}

/**************************************/


.help-dialog {
   background: #fff;
}

.error, .errorMessage {
    color: #A90101;
    font-weight: bold;
    margin: 6px 0;
}
.errorField {
    color: #A90101;
}
.nowrap {
    white-space: nowrap;
}
#skip, #skip:hover, #skip:visited { position: absolute; top: -200px; right: 44%; padding: 8px 15px; font-weight: bold; border: 2px solid #ccc; border-top: none; border-radius: 0 0 3px 3px; transition: all .2s ease-in-out; }
#skip:active, #skip:focus { position: absolute; top: 0; color: #a90101; background: #fff; box-shadow: 0 1px 5px rgba(0,0,0,.7); }
#pdf_info {
    border: 1px solid #797979;
    border-radius: 3px 3px 3px 3px;
    font-size: 0.9em;
    padding: 5px;
}
.flow_diagram {
    float: right;
    margin: 0 0 10px 10px;
}
.small {
    color: #666666;
    font-size: 0.8em;
}
#id_generate_results, #id_clear {
	padding: 6px 8px 6px 8px;
}
.disabled {
    background-color: #D4D4D4;
    /*border: 1px solid #999999;*/
    cursor: default;
}
@media only screen and (max-width: 500px) {
	ul {
	    padding-left: 2em;
	}
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/static/radrat/css/images/overlay.png?b71ce8143aea) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(/static/radrat/css/images/controls.png?b71ce8143aea) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/static/radrat/css/images/controls.png?b71ce8143aea) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/static/radrat/css/images/controls.png?b71ce8143aea) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/static/radrat/css/images/controls.png?b71ce8143aea) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/static/radrat/css/images/controls.png?b71ce8143aea) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/static/radrat/css/images/controls.png?b71ce8143aea) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/static/radrat/css/images/border.png?b71ce8143aea) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/static/radrat/css/images/border.png?b71ce8143aea) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/static/radrat/css/images/controls.png?b71ce8143aea) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/static/radrat/css/images/controls.png?b71ce8143aea) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/static/radrat/css/images/loading_background.png?b71ce8143aea) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/static/radrat/css/images/loading.gif?b71ce8143aea) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/static/radrat/css/images/controls.png?b71ce8143aea) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7+ replaces a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(/static/radrat/css/images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(/static/radrat/css/images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(/static/radrat/css/images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(/static/radrat/css/images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(/static/radrat/css/images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(/static/radrat/css/images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(/static/radrat/css/images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(/static/radrat/css/images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/radrat/css/ + this.src + ", sizingMethod='scale')");
}

/* jQuery Countdown styles 1.6.3. */
.hasCountdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	color: #888;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}

/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('/static/radrat/select2/select2.png?349cb81857be') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/static/radrat/select2/select2.png?349cb81857be') no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding: 4px 4px 0 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('/static/radrat/select2/select2.png?349cb81857be') no-repeat 100% -22px;
    background: url('/static/radrat/select2/select2.png?349cb81857be') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/static/radrat/select2/select2.png?349cb81857be') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/static/radrat/select2/select2.png?349cb81857be') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/static/radrat/select2/select2.png?349cb81857be') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('/static/radrat/select2/select2.png?349cb81857be') no-repeat -37px -22px;
    background: url('/static/radrat/select2/select2.png?349cb81857be') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/static/radrat/select2/select2.png?349cb81857be') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/static/radrat/select2/select2.png?349cb81857be') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/static/radrat/select2/select2.png?349cb81857be') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-search input.select2-active {
    background: #fff url('/static/radrat/select2/select2-spinner.gif?349cb81857be') no-repeat 100%;
    background: url('/static/radrat/select2/select2-spinner.gif?349cb81857be') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/static/radrat/select2/select2-spinner.gif?349cb81857be') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/static/radrat/select2/select2-spinner.gif?349cb81857be') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/static/radrat/select2/select2-spinner.gif?349cb81857be') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('/static/radrat/select2/select2-spinner.gif?349cb81857be') no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('/static/radrat/select2/select2-spinner.gif?349cb81857be') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('/static/radrat/select2/select2.png?349cb81857be') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('/static/radrat/select2/select2x2.png?349cb81857be') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}


	.hasCountdown {
		background-color: #FFF;
		border: 0px solid;
	}
	.countdown_amount {
		font-size: 100%;
	}
	