@charset "utf-8";
/* CSS Document */
/*
----------------------
Automatic Color Mixes 
	based on original Theme and Survey style settings
----------------------
*/
/* !----- TABLE BORDERS and BACKGROUNDS ----- */
.sg-type-table .sg-table {border-color: #929292;}
.sg-table thead th {border-color: #8c8c8c;background-color: #bfbfbf;color: #000000;}
.sg-table tbody th {border-color: #cacaca;}
.sg-table tbody td {border-color: #cacaca;}
.sg-table .sg-odd-row th {background-color: #e1e1e1;}
.sg-table .sg-odd-row td {background-color: #dcdcdc;}
.sg-table .sg-even-row th {background-color: #dadada;}
.sg-table .sg-even-row td {background-color: #cfcfcf;}

.sg-type-table thead th.sg-column-header {border-left-color: #595959;}
.sg-type-table thead th.sg-column-subheader {border-top-color: #8c8c8c;}
.sg-type-table thead th.sg-column-subheader-1 {border-left-color: #595959;}
.sg-type-table tbody td.sg-group-first-cell {border-left-color: #595959;}

	.sg-rtl .sg-type-table thead th {border-color: #8c8c8c;}
	.sg-rtl .sg-type-table td {border-color: #cacaca;}
	.sg-rtl .sg-type-table thead th.sg-column-header {border-right-color: #595959;}
	.sg-rtl .sg-type-table thead th.sg-column-subheader-1 {border-right-color: #595959;}
	.sg-rtl .sg-type-table tbody td.sg-group-first-cell {border-right-color: #595959;}


/* !----- Question Type Colors ----- */
.sg-question  {border-color: #cacaca;}
.sg-rank-dragdrop .sg-rank-origin {background-color: #d5d5d5;}
.sg-rank-dragdrop .sg-rank-target {background-color: #cacaca;}
.sg-rank-dragdrop li {background-color: #3f3f3f;}
.sg-rank-dragdrop .sg-rank-target, .sg-rank-dragdrop .sg-rank-origin {border-color: #cacaca;}
.sg-rank-dragdrop .sg-rank-instructions {color: #929292;}
.sg-rank-dragdrop ul.ui-sortable li div {color: #383838;}
.sg-rank-dragdrop ul.ui-sortable li {
	background-color: #333333;
	background-color: #bfbfbf;
	border-color: #4c4c4c;
	border-color: #434343;
	}
.sg-type-file .sg-file-desc {
	border-color: #878787;
	background-color: #cacaca;
	}
.sg-type-file .sg-file-prefix, .sg-type-file .sg-file-size {color:#707070;}

/* !----- Progress Bar ----- */
.sg-progress-bar {
	background-color: #cccccc;
	border-top-color: #ffffff;
	border-right-color: #e5e5e5;
	border-bottom-color: #b2b2b2;
	border-left-color: #ffffff;
	}
.sg-progress-bar-inner {background-color: #FFFFFF;}
.sg-progress-bar-text {color: #3f3f3f;}

/* !----- Poll Results ----- */
.sg-result-bar {background-color: #FFFFFF;} 

/* !----- Calendar ----- */
.DynarchCalendar {
	background-color: #bfbfbf;
	color: #000000;
	border: 1px solid #707070;
	}
.DynarchCalendar-hover-title,
.DynarchCalendar-hover-bottomBar-today {background: #E1E1E1;}

.DynarchCalendar-body,
.DynarchCalendar-menu {
	background-color: #d5d5d5;
	color: #000000;
	}
/* !----- Save and Continue Bar ----- */
#sg-snc-bar {
	font-family: Arial,Helvetica,sans-serif;
	border-bottom:1px solid #b4b4b4;
	background: #707070;
	}
#sg-snc-trigger {color: #f6f6f6;}
#sg-snc-box {color: #f3f3f3;}
#sg-snc-bar a {color: #eaeaea;}
.sg-snc-at-top #sg-snc-box,
.sg-snc-fixed-at-top #sg-snc-box {border-bottom:2px solid #fcfcfc;}
.sg-snc-buttons input, .sg-snc-buttons button {font-family: Arial,Helvetica,sans-serif;}

/* !----- Language List ----- */
.sg-language-list ul {background-color: #e8e8e8;}
.sg-language-list li {border-color: #f0f0f0;}
.sg-language-list a {color: #000000;}
.sg-language-list a:hover, .sg-language-list a:visited {color: #fafafa;}

/* !----- Utility Tweaks ----- */
.sg-table thead .sg-required-icon {color: #000000;}
.sg-table tbody .sg-required-icon {color: #ab192c;}

/* END Automatic Color Mixes */

</style>
<style type="text/css" media="all">/*
 * Theme: tcteams
 * Author: SurveyGizmo
 * URL: http://www.surveygizmo.com
*/

/* !----- Basic Structure ----- */
.sg-body {
	margin:0;
	padding:0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
	}
.sg-wrapper {
	width:auto;
	margin:0 auto;
	}
.sg-header {
	margin:0;
	padding:0px;
	}
.sg-content {
	clear:both;
	margin:0;
	padding: 5px;
	}
.sg-footer { 
	padding:0px 0;
	text-align:center;
	margin:0;
	}
.sg-page-title {
	}
.sg-page-description {
	padding:0px;
	}

/* !----- Headers, Footers, Table headers ----- */
.sg-header, 
.sg-footer {
	}
 
/* !----- Question Titles ----- */
.sg-question-title {
    position: relative;
	font-weight:bold;
	margin:0 ;
	padding:3px 0;
	}
.sg-question-number {
        list-style-type: none;
	}

/* !----- Questions ----- */
.sg-question {
	margin: 0px 0px 5px 0px;
	clear: both;
        color: #2e399a;
	}
.sg-question-set { /* wraps around question options and subquestions */
	margin:0 0 0 5px;
	}		

/* !----- Buttons ----- */
.sg-button {
	border:1px outset #000 !important;
	background: #fff url(https://app.sgizmo.com/images/surveys/btn_grey_gradient.gif) repeat-x 1px 1px;
	font-size:100% !important;
	text-decoration: none;
	font-weight:normal;
	padding:5px 15px !important;
	}
	.sg-buttons,
	.sg-button-group input {
		display:inline;
		}	
	.sg-button:hover {
		background-position:0 -40px;
		}

.sg-button-group {
	text-align:center;
	margin: 0 0 10px 0;
	}

/* !----- Footer Hooks ----- */
.sg-footer-hook-2 {
	color:#EFF6FF;
	font-size:90% !important;
	}

/* !----- Font Settings: Headers ----- */
.sg-wrapper h1,
.sg-wrapper h2,
.sg-wrapper h3,
.sg-wrapper h4,
.sg-wrapper h5,
.sg-wrapper h6 {
	text-align:left;
	}
.sg-wrapper h1 {font-size:20px;margin:10px 0;}	
.sg-wrapper h2 {font-size:16px;}	
.sg-wrapper h3 {font-size:14px;}	
.sg-wrapper h4 {font-size:12px;}	
h1.sg-title {
	margin:0;
	padding:0 0 .3em 0;
	font-weight:normal;
	}

/* !----- Font Settings: Body ----- */
.sg-wrapper,
.sg-wrapper p,
.sg-wrapper li,
.sg-wrapper td,
.sg-wrapper th,
.sg-wrapper select,
.sg-wrapper input,
.sg-wrapper textarea {
	}

/* !----- Special Effects ----- */
.sg-wrapper input:focus, 
.sg-wrapper select:focus, 
.sg-wrapper textarea:focus {
	}

.sg-title {display:none !important;}.sg-page-title {display:none !important;}.sg-page-description {display:none !important;}.sg-question-number {display:none !important;}.sg-powered-by {display:none !important;}

