/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 6, 2015, 9:22:36 PM
    Author     : Karend
*/

 @media all
 {
/*body{
	background: #CFE5F4;
	font-family: Lucida Grande,Tahoma,Arial,sans-serif;
	font-size: 12px;
}*/

.form_table{
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #CCCCCC;
	background: #FFFFFF;
	color: #000000;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.form_table a{
	color: #0000FF;
}

.outside a{
	color: #0000FF;
}

.form_table a:visited{
	color: #0000FF;
}

.outside a:visited{
	color: #0000FF;
}

.segment_header{
	margin: 1px;
	color: #FFFFFF;
	background: #1E5A8E;
	width: auto;
	background-repeat: repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.q{
	padding: 10px;
	margin-bottom: 1px;
	margin-left: 1px;
	float: left;
	display: block;
}

.q .question{
	font-weight: bold;
}

.q .left_question_first{
	width: 15em;
}

.required .icon{
	background-image: none;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 13px;
	padding-left: 14px;
}

.q .text_field{
	border: 1px solid #999999;
	color: #000000;
	margin: 1px 0;
	padding: 2px 1px;
	background: #FFFFFF url(images/field_bg.png) top left;
}

.q .file_upload{
	background: #F4F4F4;
	border: 1px solid #999999;
	color: #000000;
	margin-top: 1px;
}

.q .file_upload_button{
	margin-top: 2px;
	border-color: #999999;
	clear: left;
}

.q .file_upload_button:hover{
	border-color: #444444;
}

.q .inline_grid td{
	padding: 5px;
	vertical-align: baseline;
}

.q .drop_down{
	background: #F4F4F4;
	border: 1px solid #999999;
	color: #000000;
	margin: 1px 0;
	padding: 1px;
}

.q .matrix th{
	color: #FFFFFF;
	background: #1E5A8E;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}

.q .matrix td{
	padding: 5px;
	text-align: center;
	white-space: nowrap;
	height: 26px;
	border-bottom: 1px solid #AAD0E9;
	border-top: 1px solid #AAD0E9;
}

.q .matrix td.question{
	border-right: 1px solid #AAD0E9;
	font-weight: normal;
}

.q .matrix .multi_scale_sub th{
	font-weight: normal;
	border-top: 1px solid #AAD0E9 !important;
	background: #5895BC;
}

.q .matrix .multi_scale_break{
	border-right: 1px solid #AAD0E9;
}

.q .matrix_row_dark td{
	color: #000000;
	background: #E1EFF8;
}

.q .matrix_row_dark td.question{
	color: #000000;
	background: #E1EFF8;
}

.q .matrix_row_light td{
	color: #000000;
	background: #BFDCF0;
}

.q .matrix_row_light td.question{
	color: #000000;
	background: #BFDCF0;
}

.q .rating_ranking td{
	padding: 5px;
}

.q .scroller{
	border: 1px solid #CCCCCC;
}

.highlight{
	background: #FFF7C0 !important;
}

tr.highlight td{
	background: #FFF7C0 !important;
}

.outside{
	color: #000000;
}

.outside_container{
	padding: 1em 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #000000;
}

.outside_container .submit_button{
	color: #000000;
	/*background: url(web/images/white_short.png);*/
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-size: 14px;
}

.outside_container .submit_button:hover{
	border-color: #444444;
}

.invalid{
	background: #FFEEEE;
}

.invalid .invalid_message{
	color: #FF0000;
	background: #FFEEEE;
	border: 1px solid #FF0000;
	border-radius: 0;
}

.form_table.invalid{
	border: 2px solid #FF0000;
}

.invalid .matrix .invalid_row{
	background: #FFEEEE;
}

.segment_header h1{
	padding: 20px 10px;
	border-radius: 6px;
	font-family: Lucida Grande,Tahoma,Arial,sans-serif;
}

.progressBarWrapper{
	border-radius: 0;
	background: #FFFFFF;
	background-size: auto;
	border-color: #CCCCCC;
}

.progressBarBack{
	background-color: #1E5A8E;
	color: #FFFFFF;
}

.progressBarFront{
	color: #000000;
}

 }
 /********  RESPONSIVE   ****************************/

@media only screen and (min-width: 762px) {
    /* For small screen sizes: */
.form_table{
	width: 95%;
    }
.q {
             max-width: 90%;
    }
.outside_container{
	width: 95%;
    }   
}
@media only screen and (min-width: 992px) {
    /* For medium screen sizes: */
.form_table{
	width: 85%;
  }
.q {
             max-width: 90%;
    }
.outside_container{
	width: 95%;
    }   
}

@media only screen and (min-width: 1200px) {
    /* For wide desktop: */
.form_table{
	width: 65%;
  }
.q {
             max-width: 90%;
    }
.outside_container{
	width: 70%;
    }   
}

