/*over-riding the library css*/

/* Main GroupTabPanel style */
.x-grouptabpanel {
	/*background-color:transparent;
    background:#074f8c url(images/SRS_bkgrdImage_1-01.jpg) repeat-x top;*/
	background-color:transparent;
	background-image:none;
	border:none;
	padding:10px 10px;
}

.x-grouptabbar .x-active-group .x-grouptab{
	background-color:#b9b9ba;
}

.x-grouptabbar .x-active-group .x-grouptab-first, .x-grouptabbar .x-active-group .x-grouptab-last{
	border-left: 1px solid #bfd1df;
}

.x-grouptabbar .x-active-group .x-grouptab-last{
	border-bottom: 1px solid #bfd1df;
}

.x-grouptabbar .x-active-group .x-grouptab-first{
	border-top: 1px solid #bfd1df;
}

.x-grouptabbar .x-active-tab .x-grid-cell-inner{
	background-color:transparent;
	font-weight:bold;
}

.x-grouptabpanel .x-active-group .x-grid-cell-inner{
	color:#00467f;
	
}

.x-panel-body{
	background:#FFFFFF;
	background:#DFE8F6;
}

/*fix to show transparent background for grid height*/
.x-panel .x-grid-body{
	/*background: rgba(255, 255, 255, 0);*/
}

.x-fit-item .x-panel-body{
	/*border-width:0px;*/
}
/**/

/* End of GroupTabPanel style */

/* Card Layout container */
.x-grouptabcontainer {
    
	zoom: 1;
	/*filter: alpha(opacity=50);
	opacity: 0.5;*/
	background-color: #c6c9d3;
	background: rgba(255, 255, 255, 0.7);*/
	
	background-image: linear-gradient(left , rgb(185,185,186) 0%, rgba(255, 255, 255, 0.7) 50%, rgb(185,185,186) 100%);
	background-image: -o-linear-gradient(left , rgb(185,185,186) 0%, rgba(255, 255, 255, 0.7) 50%, rgb(185,185,186) 100%);
	background-image: -moz-linear-gradient(left , rgb(185,185,186) 0%, rgba(255, 255, 255, 0.7) 50%, rgb(185,185,186) 100%);
	background-image: -webkit-linear-gradient(left , rgb(185,185,186) 0%, rgba(255, 255, 255, 0.7) 50%, rgb(185,185,186) 100%);
	background-image: -ms-linear-gradient(left , rgb(185,185,186) 0%, rgba(255, 255, 255, 0.7) 50%, rgb(185,185,186) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, rgba(185,185,186, 0.1)),
		color-stop(0.5, rgba(255, 255, 255, 0.7)),
		color-stop(1, rgba(185,185,186, 0.1))
	);
	*/
	border-top: 1px solid #bfd1df !important;    
    border-bottom: 1px solid #bfd1df !important;
    border-right: 1px solid #bfd1df !important;
	
	border-radius:8px;
	-moz-box-shadow: 2px 2px 4px 2px #00477d;
	-webkit-box-shadow: 2px 2px 4px 2px #00477d;
	box-shadow: 2px 2px 4px 2px #00477d;
	
}

.x-box-inner{
	overflow:visible;
}
/* End of Card Layout container */

/*styles for modifying vertical tabs*/
.x-grid-table-resizer{
	position:absolute;
	z-index:9;
}

/**** fix for survey wizard questions grid ****/
.surveyBuilder .x-grid-table-resizer{
	position:relative;
}

.x-grid-tree-node-leaf .x-grid-cell-inner{
	margin-left:12px;
	padding:1px 6px;
}

.x-grouptabbar .x-active-group .x-grouptab-first {
    /*border-radius: 8px 0px 0px 0px;*/
	border-top-left-radius:8px;
}

.x-grouptabbar .x-grid-tree-node-expanded .x-grouptab-first{
	
}

.x-grouptabbar .x-active-group .x-grouptab-last {
	border-bottom-left-radius:8px;
	/*border-radius:0px 0px 0px 8px;*/
	-moz-box-shadow: 2px 6px 4px 1px #0b3675;
	-webkit-box-shadow: 2px 6px 4px 1px #0b3675;
	box-shadow: 2px 5px 3px 1px #0b3675;
	
}

.x-grouptabbar .x-grouptabs-corner {
    background-image:none;
	
	/*background-image: url('images/x-grouptabs-corners.png');*/
}

.x-grouptabbar .x-panel-body  {
	/*background-color: #074f8c;
	background:#074f8c url(images/SRS_bkgrdImage_1-01.jpg) no-repeat top left;*/
	background-color:transparent;
	background-image:none;
	margin-top:20px;
	border:0px;
}

/*end of modifying vertical tabs*/

/*styles for modifying horizontal tabs*/
.x-tab-bar{
	background-color:transparent;
	background-image:none;
}

.x-tab-bar-body{
	border-color:transparent;
}

.x-tab-default-top{
	padding:4px 8px 0px;
	border-radius: 10px 10px 0 0;
	
	background-color: #78abd5;
    background-image: -moz-linear-gradient(center top , #e8f4fe, #abceed 25%, #78abd5 45%);
	border:none;
	
	background:url(images/hTabBg.gif) repeat-x;
}

.x-tab-bar-top .x-tab-bar-strip{
	top:29px;
}
.x-border-box .x-tab-bar-top .x-tab-bar-body{
	height:32px;
}
.x-border-box .x-tab-default-top{
	height:28px;
}

.x-tab-top-active {
    background:url(images/hTabBg_sel.gif) repeat-x;
}

.x-panel-body-default{
	
}

.x-panel .x-panel-body{
	border-width: 0px;
}

.x-fit-item .x-panel-body{
	border-width: 1px;
}
/*end of modifying horizontal tabs*/

/* vertical tab icons */

.x-tree-icon-leaf{
	width:24px;
	margin-right:5px;
}

.x-grid-cell-treecolumn .x-grid-cell-inner{
	line-height:28px;
	font-size:13px;
}

/* vertical tab icons */

ort-mySurveys{
	background: url('../images/mysurvey.png') no-repeat;
}

.ort-createSurveys{
	background: url('../images/createSurveys.png') no-repeat;
}

.ort-wizard-header {
   background-color: #CBDDF3;
   background-image: -moz-linear-gradient(center top , #DAE7F6, #CDDEF3 45%, #ABC7EC 46%, #ABC7EC 50%, #B8CFEE 51%, #CBDDF3);
	border-width: 0 0 1px;
	border-color: #99BCE8;
	border-style: solid;	
	border-bottom: none;	
}

.ort-wizard-header2 {
   background-color: #CBDDF3;
   background-image: -moz-linear-gradient(center top , #DAE7F6, #CDDEF3 45%, #ABC7EC 46%, #ABC7EC 50%, #B8CFEE 51%, #CBDDF3);
	border-width: 0 0 1px;
	border-color: #99BCE8;
	border-style: solid;	
	border-bottom: none;	
}


.ort-wizard-header2 ul{
	margin:0 auto;
}

.ort-wizard-header2 ul li{
	list-style:none;
	display:inline;
	
}

.ort-wizard-header2 ul li a{
	display:inline-block;
	padding-right:5px;

}

.ort-wizard-step-1{
	width:180px;
	height:30px;
	background:url('../images/icon_wizard_step1_off.png') no-repeat;
}

.selected {
	cursor: default;
}

.ort-wizard-step-1.selected,
.ort-wizard-step-1:hover{
	width:180px;
	height:30px;
	background:url('../images/icon_wizard_step1_on.png') no-repeat;
}

.ort-wizard-step-2{
	width:185px;
	height:30px;
	background:url('../images/icon_wizard_step2_off.png') no-repeat;
}

.ort-wizard-step-2.selected,
.ort-wizard-step-2:hover{
	width:185px;
	height:30px;
	background:url('../images/icon_wizard_step2_on.png') no-repeat;
}

.ort-wizard-step-3{
	width:135px;
	height:30px;
	background:url('../images/icon_wizard_step3_off.png') no-repeat;
}

.ort-wizard-step-3.selected,
.ort-wizard-step-3:hover{
	width:135px;
	height:30px;
	background:url('../images/icon_wizard_step3_on.png') no-repeat;
}

.ort-wizard-step-4{
	width:145px;
	height:30px;
	background:url('../images/icon_wizard_step4_off.png') no-repeat;
}

.ort-wizard-step-4.selected,
.ort-wizard-step-4:hover{
	width:145px;
	height:30px;
	background:url('../images/icon_wizard_step4_on.png') no-repeat;
}

.ort-createSurveys-wizard{
	background: url('../images/icon_createSurveys_wizard.png') no-repeat;
}

.ort-createSurveys-addQuestions{
	background: url('../images/icon_createSurveys_addQuestions.png') no-repeat;
}

.ort-createSurveys-useQuestionnaire{
	background: url('../images/icon_createSurveys_useQuestionnaire.png') no-repeat;
}

.ort-editSurveys-surveyDesign{
	background: url('../images/icon_editSurveys_surveyDesign.png') no-repeat;
}

.ort-editSurveys-surveyOptions{
	background: url('../images/icon_editSurveys_surveyOptions.png') no-repeat;
}

.ort-editSurveys-surveyPrint{
	background: url('../images/icon_editSurveys_surveyPrint.png') no-repeat;
}

.ort-editSurveys-surveyWord{
	background: url('../images/icon_editSurveys_surveyWord.png') no-repeat;
}

.ort-editSurveys-surveyPreview{
	background: url('../images/icon_editSurveys_surveyPreview.png') no-repeat;
}

.ort-editSurveys-surveySend{
	background: url('../images/icon_editSurveys_surveySend.png') no-repeat;
}

.ort-sendSurveys-surveyLink{
	background: url('../images/icon_sendSurveys_surveyLink.png') no-repeat;
}

.ort-sendSurveys-distribute{
	background: url('../images/icon_sendSurveys_distribute.png') no-repeat;
}

.ort-sendSurveys-surveyEmail{
	background: url('../images/icon_sendSurveys_surveyEmail.png') no-repeat;
}

.ort-sendSurveys-emailHistory{
	background: url('../images/icon_sendSurveys_emailHistory.png') no-repeat;
}

.ort-reports-view{
	background: url('../images/icon_reports_view.png') no-repeat;
}

.ort-reports-options{
	background: url('../images/icon_reports_options.png') no-repeat;
}

.ort-reports-alerts{
	background: url('../images/icon_reports_alerts.png') no-repeat;
}

.ort-reports-trend{
	background: url('../images/icon_reports_trend.png') no-repeat;
}

.ort-reports-export{
	background: url('../images/icon_reports_export.png') no-repeat;
}

.ort-library-survey{
	background: url('../images/icon_library_survey.png') no-repeat;
}

.ort-library-question{
	background: url('../images/icon_library_question.png') no-repeat;
}

.ort-library-graphics{
	background: url('../images/icon_library_graphics.png') no-repeat;
}

.ort-library-message{
	background: url('../images/icon_library_message.png') no-repeat;
}

.ort-admin-users{
	background: url('../images/icon_admin_users.png') no-repeat;
}

.ort-admin-panelProvider{
	background: url('../images/icon_admin_externalPanel.png') no-repeat;
}

.ort-admin-groups{
	background: url('../images/icon_admin_companies.png') no-repeat;
}

.ort-admin-groupTypes{
	background: url('../images/icon_admin_groupsTypes.png') no-repeat;
}

.ort-admin-housekeeping{
	background: url('../images/icon_admin_housekeeping.png') no-repeat;
}

.ort-builder-type{
	height:24px;
}

.ort-builder-singleChoice-qtn{
	background: url('../images/icon_radiobutton.png') no-repeat;
}

.ort-builder-multiChoice-qtn{
	background: url('../images/icon_checkbox.png') no-repeat;
}

.ort-builder-boolean-qtn{
	background: url('../images/icon_radiobutton.png') no-repeat;
}

.ort-builder-textInput-qtn{
	background: url('../images/icon_textbox.png') no-repeat;
}

/*Geo */
.ort-builder-geoInput-qtn{
	background: url('../images/icon_GeoInput.png') no-repeat;
} 

.ort-builder-numberInput-qtn{
	background: url('../images/icon_numberTextbox.png') no-repeat;
}

.ort-builder-dateInput-qtn{
	background: url('../images/icon_date.png') no-repeat;
}

.ort-builder-emailInput-qtn{
	background: url('../images/icon_email.png') no-repeat;
}

.ort-builder-sliderInput-qtn{
	background: url('../images/icon_slider.png') no-repeat;
}

.ort-builder-heatMap-qtn{
	background: url('../images/icon_heatmap.png') no-repeat;
}

.ort-builder-mtb-qtn{
	background: url('../images/icon_mtb.png') no-repeat;
}

.ort-builder-instruction-qtn{
	background: url('../images/icon_instruction.png') no-repeat;
}

.ort-builder-logic-picker {
	background: url('../images/icon_picker.png') no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin-left: 5px;
}

/*styles for modifying the grid*/
.x-grid-cell{
	vertical-align:middle;
}

/*grid icons*/
.optIcon{
	display:inline-block;
	height:20px;
	width:24px;
	cursor:pointer;
	margin-top:4px;
}

.x-action-col-icon{
	display:inline-block;
	height:20px;
	width:30px;
	cursor:pointer;
	margin-top:4px;
	margin-bottom:4px;
}

.mysurveyoptSend{
	background: url('../images/mysurvey_send.png') no-repeat;
	
}

.mysurveyoptEdit{
	background: url('../images/mysurvey_edit.png') no-repeat;
	
}

.mysurveyoptResults{
	background: url('../images/mysurvey_results.png') no-repeat;
}

.mysurveyoptShare{
	background: url('../images/mysurveyoptShare.png') no-repeat;
}

.mysurveyoptReward{
	background: url('../images/icon_reward_small.png') no-repeat;
}

.mysurveyoptView{
	background: url('../images/mysurvey_view.png') no-repeat;
}

.mysurveyoptCollaborate{
	background: url('../images/collaborateIcon.png') no-repeat;
}

.mysurveyoptCopy{
	background: url('../images/mysurvey_copy.png') no-repeat;
}

.selectAllSmallBtn{
	background: url('../images/selectAll_small.png') no-repeat;
}

.mysurveyoptCopySmallBtn{
	background: url('../images/mysurvey_copy_small.png') no-repeat;
}

.mysurveyoptDelete{
	background: url('../images/survey_delete.png') no-repeat;
}
.mysurveyoptMailInfo{

	background: url('../images/mailInfo.png') no-repeat;
}
.mysurveyoptBouncedMailInfo{
	background: url('../images/survey_delete.png') no-repeat;
}
.mysurveyoptResend{
	background: url('../images/icon_resend_small.png') no-repeat;
}

.icon-Active{
	background: url('../images/icon_check_on.png') no-repeat;
	width:20px;
	height:20px;
	display:inline-block;
}

.icon-Inactive{
	background: url('../images/icon_check_off.png') no-repeat;
	width:20px;
	height:20px;
	display:inline-block;
}

.icon-Completed{
	background: url('../images/icon_check_round_red.png') no-repeat;
	width:20px;
	height:20px;
	display:inline-block;
}

.optEdit{
	background: url('../images/survey_edit_small.png') no-repeat;
	
}

.optResults{
	background: url('../images/survey_results.png') no-repeat;
}

.optSend{
	background: url('../images/survey_send.png') no-repeat;
}

.optView{
	background: url('../images/survey_view.png') no-repeat;
}

.optCollaborate{
	background: url('../images/survey_collaborate.png') no-repeat;
}

.optCopy{
	background: url('../images/survey_copy.png') no-repeat;
}

.optDelete{
	background: url('../images/survey_delete.png') no-repeat;
}

.optSmallDeactivate{
	background: url('../images/icon_Off_red_small.png') no-repeat;
}

.optSmallActivate{
	background: url('../images/icon_On_green_small.png') no-repeat;
}

.optSmallEdit{
	background: url('../images/icon_edit_small.png') no-repeat;
}

.optSmallLoginAs{
	background: url('../images/icon_loginAs_small.png') no-repeat;
}

.optSmallDelete{
	background: url('../images/icon_delete_small.png') no-repeat;
}

.optSmallAddAbove{
	background: url('../images/table_insert_row_before.png') no-repeat;
}

.optSmallAddBelow{
	background: url('../images/table_insert_row_after.png') no-repeat;
}

.optSmallExport{
	background: url('../images/icon_export_small.png') no-repeat;
}

.optSmallPlay{
	background: url('../images/icon_play_small.png') no-repeat;
}

.optSmallSelect{
	background: url('../images/icon_select_small.png') no-repeat;
}

.upload-icon{
	background: url('../images/file_select.png') no-repeat;
}

.optSmallReplace{
	background: url('../images/icon_replace_small.png') no-repeat;
}

.optSmallMusicAdd{
	background: url('../images/icon_music_add.png') no-repeat;
}

.optSmallTestListAdd{
	background: url('../images/icon_music_add.png') no-repeat;
}

.optDeleteCat{
	background: url('../images/icon_delete_small.png') no-repeat;
}

.optSmallMusicPodAdd{
	background: url('../images/icon_musicPod_add.png') no-repeat;
}

.optLargeMusicPodAdd{
	background: url('../images/icon_musicPod_add_large.png') no-repeat;
}

.optMediumMusicPodAdd{
	background: url('../images/icon_musicPod_add_medium.png') no-repeat;
}

.optMediumQuestionAdd{
	background: url('../images/icon_question_add_medium.png') no-repeat;
}

.optSmallEmail{
	background: url('../images/icon_email_small.png') no-repeat;
}

.optSmallSend{
	background: url('../images/icon_email_small.png') no-repeat;
}

.optSmallWebLink{
	background: url('../images/icon_weblink_small.png') no-repeat;
}

.optSmallFacebook{
	background: url('../images/icon_facebook_small.png') no-repeat;
}

.optSmallTwitter{
	background: url('../images/icon_twitter_small.png') no-repeat;
}

.optSmallWinner{
	background: url('../images/icon_winner_small.png') no-repeat;
}

.optSmallDrawWinner{
	background: url('../images/icon_draw_winner_small.png') no-repeat;
}

/* scrollbar styles*/
/*
::-webkit-scrollbar {
    width: 6px;
}
 */
/* Track */
/*
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
 */
/* Handle */
/*
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #9ccffb; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #6aa0ce; 
}
*/
/* end scrollbar styles*/

/*class to increase font size of 1st column of my survey grid*/
/*
.mySurveyName .x-grid-cell-inner{
	font-size:14px;
}
*/


/*button style*/
.x-btn-default-small,
.x-btn-default-medium,
.x-btn-default-large{
	background:#d9edff;
	
	/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e4f2ff), to(#c5dcf6));
	background: -webkit-linear-gradient(#e4f2ff, #c5dcf6);
	background: -moz-linear-gradient(#e4f2ff, #c5dcf6);
	background: -ms-linear-gradient(#e4f2ff, #c5dcf6);
	background: -o-linear-gradient(#e4f2ff, #c5dcf6);
	background: linear-gradient(#e4f2ff, #c5dcf6);
	-pie-background: linear-gradient(#e4f2ff, #c5dcf6);*/
	
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#e4f3ff),color-stop(48%,#d9edff),color-stop(52%,#c2d8f2),color-stop(100%,#c6dcf6));
	background-image:-webkit-linear-gradient(top,#e4f3ff,#d9edff 48%,#c2d8f2 52%,#c6dcf6);
	background-image:-moz-linear-gradient(top,#e4f3ff,#d9edff 48%,#c2d8f2 52%,#c6dcf6);
	background-image:-o-linear-gradient(top,#e4f3ff,#d9edff 48%,#c2d8f2 52%,#c6dcf6);
	background-image:-ms-linear-gradient(top,#e4f3ff,#d9edff 48%,#c2d8f2 52%,#c6dcf6);
	background-image:linear-gradient(top,#e4f3ff,#d9edff 48%,#c2d8f2 52%,#c6dcf6);
	
	border-color:#b0ccf2;
}

.x-btn-default-small-over,
.x-btn-default-medium-over,
.x-btn-default-large-over{
	background:#b6dcff;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#c7e4ff),color-stop(48%,#b6dcff),color-stop(52%,#b6dcff),color-stop(100%,#afcff4));
	background-image:-webkit-linear-gradient(top,#c7e4ff,#b6dcff 48%,#afcdf1 52%,#afcff4);
	background-image:-moz-linear-gradient(top,#c7e4ff,#b6dcff 48%,#afcdf1 52%,#afcff4);
	background-image:-o-linear-gradient(top,#c7e4ff,#b6dcff 48%,#afcdf1 52%,#afcff4);
	background-image:-ms-linear-gradient(top,#c7e4ff,#b6dcff 48%,#afcdf1 52%,#afcff4);
	background-image:linear-gradient(top,#c7e4ff,#b6dcff 48%,#afcdf1 52%,#afcff4);
}

.x-btn-default-medium .x-btn-inner,
.x-btn-default-large .x-btn-inner{
	font-weight:bold;
	color:#04408c;
}

.x-btn-icon{
	margin-left:5px;
}

.icon-searchBtn{
	background: url('../images/icon_btn_search_medium.png') no-repeat;
	
}

.icon-searchSmallBtn{
	background: url('../images/icon_btn_search_small.png') no-repeat;
	
}

.icon-newUserBtn{
	background: url('../images/icon_btn_newUser_medium.png') no-repeat;
}

.icon-newCompanyBtn{
	background: url('../images/icon_btn_newCompany_medium.png') no-repeat;
}

.icon-saveBtn{
	background: url('../images/icon_btn_save_medium.png') no-repeat;
}

.icon-revertBtn{
	background: url('../images/icon_btn_revert_medium.png') no-repeat;
}

.icon-cancelBtn{
	background: url('../images/icon_btn_cancel_medium.png') no-repeat;
}

.icon-helpBtn{
	background: url('../images/icon_btn_help_medium.png') no-repeat;
}

.icon-surveyTitlehelpBtn{
	background: url('../images/icon_surveyHelp.png') no-repeat;
}

.icon-sendBtn{
	background: url('../images/icon_btn_send_medium.png') no-repeat;
}

.icon-changePasswordBtn{
	background: url('../images/icon_change_password_medium.png') no-repeat;
}

.icon-newMessageLibraryBtn{
	background: url('../images/icon_new_message_library_medium.png') no-repeat;
}

.icon-newCategoryBtn{
	background: url('../images/icon_new_category_medium.png') no-repeat;
}

.icon-newMessageBtn{
	background: url('../images/icon_new_message_medium.png') no-repeat;
}

.icon-messagePreviewBtn{
	background: url('../images/icon_message_preview.png') no-repeat;
}

.icon-newGraphicLibraryBtn{
	background: url('../images/icon_new_graphic_library_medium.png') no-repeat;
}

.icon-newQuestionLibraryBtn{
	background: url('../images/icon_new_question_library_medium.png') no-repeat;
}

.icon-newGraphicsBtn{
	background: url('../images/icon_new_graphic_medium.png') no-repeat;
}

.icon-newPanelBtn{
	background: url('../images/icon_new_panel_medium.png') no-repeat;
}

.icon-importPanelMembersBtn{
	background: url('../images/icon_import_panel_members_medium.png') no-repeat;
}

.icon-importPanelMembersSmallBtn{
	background: url('../images/icon_import_panel_members_small.png') no-repeat;
}

.icon-newPanelMemberBtn{
	background: url('../images/icon_new_panel_member_medium.png') no-repeat;
}

.icon-newPanelMemberSmallBtn{
	background: url('../images/icon_new_panel_member_small.png') no-repeat;
}

.icon-importBtn{
	background: url('../images/icon_import_medium.png') no-repeat;
}

.icon-newPanelLibraryBtn{
	background: url('../images/icon_new_panel_library_medium.png') no-repeat;
}

.icon-newMusicLibraryBtn{
	background: url('../images/icon_new_music_library_medium.png') no-repeat;
}

.icon-newTestListBtn{
	background: url('../images/icon_new_test_list_medium.png') no-repeat;
}

.icon-copyTestListBtn{
	background: url('../images/icon_copy_test_list_medium.png') no-repeat;
}

.icon-createTestListBtn{
	background: url('../images/icon_new_test_list_medium.png') no-repeat;
}

.icon-songUploadBtn{
	background: url('../images/icon_song_upload_medium.png') no-repeat;
}

.icon-uploadBtn{
	background: url('../images/icon_upload_medium.png') no-repeat;
}

.icon-selectMessageSmallBtn{
	background: url('../images/icon_select_message_small.png') no-repeat;
}

.icon-selectPanelSmallBtn{
	background: url('../images/icon_select_panel_small.png') no-repeat;
}

.icon-wizard-previous{
	background: url('../images/icon_wizard_previous.png') no-repeat;
	display:inline-block;
	width: 55px !important;
	height: 45px !important;
}

.icon-wizard-next{
	background: url('../images/icon_wizard_next.png') no-repeat;
	display:inline-block;
	width: 55px !important;
	height: 45px !important;
}

.icon-wizard-preview{
	background: url('../images/icon_wizard_preview.png') no-repeat;
}

.icon-wizard-discard{
	background: url('../images/icon_wizard_discard.png') no-repeat;
}

.icon-wizard-save{
	background: url('../images/icon_wizard_save.png') no-repeat;
}

.icon-wizard-publish{
	background: url('../images/icon_wizard_publish.png') no-repeat;
}

.icon-folderSource{
	background: url('../images/icon_music_folder_blue.png') no-repeat;
	display:inline-block;
	width:32px;
	height:22px;
	margin-left:5px;
	margin-bottom:2px;
}

.icon-folderTarget{
	background: url('../images/icon_music_folder_blue2.png') no-repeat;
	display:inline-block;
	width:32px;
	height:22px;
	margin-left:5px;
	margin-bottom:2px;
}

.icon-star-small{
	background: url('../images/icon_star_small.png') no-repeat;
	display: inline-block;
    height: 16px;
    width: 16px;
}

.icon-user-small{
	background: url('../images/icon_user_small.png') no-repeat;
	display: inline-block;
    height: 16px;
    width: 16px;
}

.icon-calender-small{
	background: url('../images/icon_calender_small.png') no-repeat;
	display: inline-block;
    height: 16px;
    width: 16px;
}

.icon-dialog-spt{
	background: url('../images/blue_arrow_big.gif') no-repeat;
	width:32px;
	height:32px;
	display:inline-block;
	margin-top:120px;
}

.icon-add-clips{
	background: url('../images/icon_add_clips.png') no-repeat;
	width:32px !important;
	height:32px !important;
	display:inline-block;
	cursor:pointer;
	position:absolute;
	overflow:hidden;
}

.icon-download-small-Btn{
	background: url('../images/icon_download_small.png') no-repeat;
}

.icon-find-smallBtn{
	background: url('../images/icon_find_small.png') no-repeat;
}

.icon-addTestList-smallBtn{
	background: url('../images/icon_addTestList_small.png') no-repeat;
}

.icon-finalizeTestList-smallBtn{
	background: url('../images/icon_finalizeTestList_small.png') no-repeat;
}

.icon-newTestList-smallBtn{
	background: url('../images/icon_new_test_list_small.png') no-repeat;
}

.icon-download-medium-Btn{
	background: url('../images/icon_download_medium.png') no-repeat;
}

.icon-newSongClipsBtn{
	background: url('../images/icon_newSongClips.png') no-repeat;
}

.icon-applyTemplateBtn{
	background: url('../images/icon_applyTemplate.png') no-repeat;
}

.icon-member-active{
	background: url('../images/icon_memberActive.png') no-repeat;
	display:inline-block;
	width:16px;
	height:16px;
}

.icon-member-inactive{
	background: url('../images/icon_memberInactive.png') no-repeat;
	display:inline-block;
	width:16px;
	height:16px;
}

.icon-menu-pipein{
	background: url('../images/icon_pipedin.png') no-repeat;
}



.icon-menu-question{
	background: url('../images/icon_menu_question.png') no-repeat;
}

.icon-menu-instruction{
	background: url('../images/icon_menu_instruction.png') no-repeat;
}

.icon-menu-pageBreak{
	background: url('../images/icon_menu_pageBreak.png') no-repeat;
}

.icon-move-right-Btn{
	background: url('../images/icon_addTo_playlist.png') no-repeat;
	width:32px !important;
	height:32px !important;
	display:inline-block;
}

.icon-pipein-url{
	background: url('../images/icon_pipein_url.png') no-repeat;
}

.icon-pipein-logo{
	background: url('../images/icon_pipein_logo.png') no-repeat;
}

.icon-pipein-optoutlink{
	background: url('../images/icon_optoutlink.png') no-repeat;
}



.icon-menu-field{
	background: url('../images/icon_menu_field.png') no-repeat;
}

.icon-refresh{
	background: url('../images/icon_refresh.png') no-repeat;
}

.icon-tweetBtn{
	background: url('../images/icon_twitter_medium.png') no-repeat;
}

.icon-postFacebookBtn{
	background: url('../images/icon_facebook_medium.png') no-repeat;
}

.icon-sendEmailBtn{
	background: url('../images/icon_email_medium.png') no-repeat;
}

.icon-regenerateLinkBtn{
	background: url('../images/icon_regenerateLink_medium.png') no-repeat;
}

.icon-ExportgenerateLinkBtn{
	background: url('../images/icon_ExportGenerateLinks.png') no-repeat;
}

.icon-delete-medium-Btn,
.icon-deleteTestListBtn{
	background: url('../images/icon_btn_cancel_medium.png') no-repeat;
}

.icon-fullScreen{
	background: url('../images/icon_fullScreen_medium.png') no-repeat;
}

.icon-return{
	background: url('../images/icon_return_medium.png') no-repeat;
}

.surveyWizardBtn{
	border-radius:8px;
	-moz-box-shadow: 0px 1px 4px 0px #04569b;
	-webkit-box-shadow: 0px 1px 4px 0px #04569b;
	box-shadow: 0px 1px 4px 0px #04569b;
}

.surveyWizardBtn .x-btn-icon{
	width:135px;
	margin-left:100px;
}
.surveyWizardBtn .x-btn-inner{
	padding-left:340px;
}

.surveyWizardBtn .btnTitle{
	font-size:20px;
	margin-bottom:5px;
	margin-top:-10px;
	display:inline-block;
}

.surveyWizardBtn .btnDesc{
	font-size:15px;
	font-weight:normal;
}

.ort-completedSurveys{
	background: url('../images/completedSurvey24.png') no-repeat;
}

.ort-currentSurveys{
	background: url('../images/currentSurvey24.png') no-repeat;
}

.icon-completedSurveyBigBtn{
	background: url('../images/completedSurvey.png') no-repeat;
	
}

.icon-currentSurveyBigBtn{
	background: url('../images/currentSurvey.png') no-repeat;
	
}

.icon-surveyWizardBigBtn{
	background: url('../images/icon_survey_wizard_big.png') no-repeat;
	
}

.icon-copySurveyBigBtn{
	background: url('../images/icon_copy_survey_big.png') no-repeat;
}

.icon-surveyDistributeBigBtn{
	background: url('../images/icon_survey_distribute_big.png') no-repeat;
}

.icon-surveyHistoryBigBtn{
	background: url('../images/icon_survey_history_big.png') no-repeat;
}

.icon-UsersBigBtn{
	background: url('../images/icon_user_big.png') no-repeat;
}

.icon-PanelProviderBigBtn{
	background: url('../images/icon_panel_provider_big.png') no-repeat;
}

.icon-CompaniesBigBtn{
	background: url('../images/icon_companies_big.png') no-repeat;
}

.icon-housekeepingBigBtn{
	background: url('../images/icon_housekeeping_big.png') no-repeat;
}

.icon-questionLibraryBigBtn{
	background: url('../images/icon_questionLibrary_big.png') no-repeat;
}

.icon-graphicLibraryBigBtn{
	background: url('../images/icon_qraphicLibrary_big.png') no-repeat;
}

.icon-messageLibraryBigBtn{
	background: url('../images/icon_messageLibrary_big.png') no-repeat;
}

.icon-facebook{
	background: url('../images/icon_facebook_small.png') no-repeat;
	display:inline-block;
	width:16px;
	height:16px;
}

.icon-twitter{
	background: url('../images/icon_twitter_small.png') no-repeat;
	display:inline-block;
	width:16px;
	height:16px;
}

.icon-email{
	background: url('../images/icon_email_small.png') no-repeat;
	display:inline-block;
	width:16px;
	height:16px;
}

/* Panel/form style*/
.customEditPanel.x-panel{
	border:1px solid #99BCE8;
	border-radius:8px
}

.squareCorner.x-panel{
	border-radius:0px
}

.customEditPanel .x-panel-header-default{
	border-radius:8px 8px 0px 0px;
	border-width: 0px 0px 1px 0px;
}

.customEditPanel .x-panel-body{
	border-width: 0px;
}

.customEditPanel .x-toolbar-footer{
	padding-bottom:10px;
}

.customEditPanel .questionHeading{
	font-size:12px;
	font-weight:bold;
}
/*
#panelEditUser.x-panel,
#panelEditCompany.x-panel,
#panelEditMessage.x-panel,
#panelEditGraphics.x-panel{
	border:1px solid #99BCE8;
	border-radius:8px
}

#panelEditUser .x-panel-header-default,
#panelEditCompany .x-panel-header-default,
#panelEditMessage .x-panel-header-default,
#panelEditGraphics .x-panel-header-default{
	border-radius:8px 8px 0px 0px;
	border-width: 0px 0px 1px 0px;
}

#panelEditUser .x-panel-body,
#panelEditCompany .x-panel-body,
#panelEditMessage .x-panel-body,
#panelEditGraphics .x-panel-body{
	border-width: 0px;
}

#panelEditUser .x-toolbar-footer,
#panelEditCompany .x-toolbar-footer,
#panelEditMessage .x-toolbar-footer,
#panelEditGraphics .x-toolbar-footer{
	padding-bottom:10px;
}
*/

/** Question grid styles **/
.surveyBuilder .questionHeading{
	font-size:12px;
	font-weight:bold;
}

.surveyBuilder .x-grid-rowwrap-div{
	overflow: visible;
}

.surveyBuilder .x-grid-table .x-grid-row .x-grid-cell{
	vertical-align:top;
	padding-top:6px;
}

.surveyBuilder .x-grid-table .x-grid-row-collapsed .x-grid-cell{
	vertical-align:middle;
	padding-top:0px;
}

.surveyBuilder .surveyQuestionDiv{
	margin:15px;
	margin-top:0px;
	padding:10px;
	border-radius:8px;
	
	border: 1px solid #D0D0D0;
	
	background:#F6F6F6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F6F6F6), to(#E9E9E9));
	background: -webkit-linear-gradient(#F6F6F6, #E9E9E9);
	background: -moz-linear-gradient(#F6F6F6, #E9E9E9);
	background: -ms-linear-gradient(#F6F6F6, #E9E9E9);
	background: -o-linear-gradient(#F6F6F6, #E9E9E9);
	background: linear-gradient(#F6F6F6, #E9E9E9);
	-pie-background: linear-gradient(#F6F6F6, #E9E9E9);
}

.surveyBuilder .x-grid-row-selected .surveyQuestionDiv{
	margin:15px;
	margin-top:0px;
	padding:10px;
	border-radius:8px;
	
	border: 1px solid #AACCF6;
	
	background:#DFE8F6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DFE8F6), to(#CBDAF0));
	background: -webkit-linear-gradient(#DFE8F6, #CBDAF0);
	background: -moz-linear-gradient(#DFE8F6, #CBDAF0);
	background: -ms-linear-gradient(#DFE8F6, #CBDAF0);
	background: -o-linear-gradient(#DFE8F6, #CBDAF0);
	background: linear-gradient(#DFE8F6, #CBDAF0);
	-pie-background: linear-gradient(#DFE8F6, #CBDAF0);
}

.surveyBuilder .surveyQuestionDiv .question{

	display: none;

	background: url('../images/icon_questionMark.png') no-repeat 5px 5px;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	padding-left:30px;
	padding-top:6px;
	padding-bottom:10px;
	margin-bottom:5px;
	background-color:#F6F6F6;
	border-bottom:1px solid #D0D0D0;
	-moz-box-shadow: 0px 1px 2px 0px #D0D0D0;
	-webkit-box-shadow: 0px 1px 2px 0px #D0D0D0;
	box-shadow: 0px 1px 2px 0px #D0D0D0;
}

.surveyBuilder .surveyQuestionDiv .indicators{
	float:right;
	padding:5px;
	margin-right:5px;
	border-radius:5px;
	
	margin-top:-5px;
	
	border: 1px solid #D0D0D0;
	
	background:#F6F6F6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F6F6F6), to(#E9E9E9));
	background: -webkit-linear-gradient(#F6F6F6, #E9E9E9);
	background: -moz-linear-gradient(#F6F6F6, #E9E9E9);
	background: -ms-linear-gradient(#F6F6F6, #E9E9E9);
	background: -o-linear-gradient(#F6F6F6, #E9E9E9);
	background: linear-gradient(#F6F6F6, #E9E9E9);
	-pie-background: linear-gradient(#F6F6F6, #E9E9E9);
	
	-moz-box-shadow: 0px 1px 2px 0px #D0D0D0;
	-webkit-box-shadow: 0px 1px 2px 0px #D0D0D0;
	box-shadow: 0px 1px 2px 0px #D0D0D0;
}

.surveyBuilder .x-grid-row-selected .surveyQuestionDiv .indicators{
	border: 1px solid #AACCF6;
	
	background:#DFE8F6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DFE8F6), to(#CBDAF0));
	background: -webkit-linear-gradient(#DFE8F6, #CBDAF0);
	background: -moz-linear-gradient(#DFE8F6, #CBDAF0);
	background: -ms-linear-gradient(#DFE8F6, #CBDAF0);
	background: -o-linear-gradient(#DFE8F6, #CBDAF0);
	background: linear-gradient(#DFE8F6, #CBDAF0);
	-pie-background: linear-gradient(#DFE8F6, #CBDAF0);
	
	-moz-box-shadow: 0px 1px 2px 0px #AACCF6;
	-webkit-box-shadow: 0px 1px 2px 0px #AACCF6;
	box-shadow: 0px 1px 2px 0px #AACCF6;
}

.surveyBuilder .surveyQuestionDiv .indicators .ort-builder-indicator{
	height:16px;
	width:16px;
	display:inline-block;
	margin-right:5px;
}

.surveyBuilder .surveyInstructionDiv{
	margin:15px;
	margin-top:0px;
	padding:10px;
	border-radius:8px;
	
	border: 1px solid #f6f3aa;
	
	background:#f8f8e2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8f8e2), to(#f9f9d4));
	background: -webkit-linear-gradient(#f8f8e2, #f9f9d4);
	background: -moz-linear-gradient(#f8f8e2, #f9f9d4);
	background: -ms-linear-gradient(#f8f8e2, #f9f9d4);
	background: -o-linear-gradient(#f8f8e2, #f9f9d4);
	background: linear-gradient(#f8f8e2, #f9f9d4);
	-pie-background: linear-gradient(#f8f8e2, #f9f9d4);
	
	-moz-box-shadow: 0px 1px 2px 0px #f5f6aa;
	-webkit-box-shadow: 0px 1px 2px 0px #f5f6aa;
	box-shadow: 0px 1px 2px 0px #f5f6aa;
}

.skip-logic{
	background: url('../images/icon_skipLogic.png') no-repeat;
}

.mandatory{
	background: url('../images/icon_mandatory.png') no-repeat;
}

.pipedin{
	background: url('../images/icon_pipedin.png') no-repeat;
}

.pipedout{
	background: url('../images/icon_pipedout.png') no-repeat;
}

.validate{
	background: url('../images/icon_validate.png') no-repeat;
}

.quota{
	background: url('../images/icon_quotas.png') no-repeat;
}

.trigger{
	background: url('../images/icon_triggers.png') no-repeat;
}

.skip{
	background: url('../images/icon_skip.png') no-repeat;
}

.followup{
	background: url('../images/followup_question.png') no-repeat;
}

.email{
	background: url('../images/icon_email_small.png') no-repeat;
}

.surveyBuilder .x-grid-row-selected .surveyQuestionDiv .question{
	background-color:#DFE8F6;
	border-bottom:1px solid #AACCF6;
	-moz-box-shadow: 0px 1px 2px 0px #AACCF6;
	-webkit-box-shadow: 0px 1px 2px 0px #AACCF6;
	box-shadow: 0px 1px 2px 0px #AACCF6;
}

.surveyBuilder .surveyQuestionDiv .option{
	padding:10px;
	padding-left:30px;
	padding-top:0px;
	padding-bottom:0px;
}

.surveyBuilder .surveyQuestionDiv .option td{
	padding:5px;
}

.surveyBuilder .surveyQuestionDiv .option input{
	/*margin-top:5px;*/
}

.surveyBuilder .surveyQuestionDiv .option input.text{
	border:1px solid #999;
	border-radius:8px;
	padding:5px;
}

.surveyBuilder .surveyQuestionDiv .option label{
	margin-left:2px;
	font-size:12px;
}

.surveyBuilder .x-grid-row-expander{
	background: url('../images/icon_collapse.png') no-repeat;
	height:16px;
	width:16px;
}

.surveyBuilder .x-grid-row-collapsed .x-grid-row-expander{
	background: url('../images/icon_expand.png') no-repeat;
	height:16px;
	width:16px;
}

.surveyBuilder .x-grid-row-selected .x-grid-row-expander{
	background: url('../images/icon_collapse_blue.png') no-repeat;
	height:16px;
	width:16px;
}

.surveyBuilder .x-grid-row-selected.x-grid-row-collapsed .x-grid-row-expander{
	background: url('../images/icon_expand_blue.png') no-repeat;
	height:16px;
	width:16px;
}

.surveyBuilder .x-grid-cell-first,
.surveyBuilder .x-column-header-first{
	width:30px !important;
}

.questionTextAreaXXX:hover{
	/*cursor:url('../images/cursor.cur');*/
	cursor: url('../images/cursor.png'),      /* Modern browsers    */
            text;                                      /* Older browsers     */
}

/* window popup style*/
.x-window .x-window-body .x-box-inner1{
	padding:10px;
	border: 1px solid #AACCF6;
}
.x-window .x-window-body .x-toolbar-footer{
	padding-top:8px;
	/*padding-bottom:8px;
	padding-right:10px;*/
}

.x-window .x-window-body{
	padding:10px;
	padding-left:0px;
}

.x-window .x-window-body .editDialogBox{
	border-radius:8px;
	
	border: 1px solid #AACCF6;
	
	background:#DFE8F6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DFE8F6), to(#CBDAF0));
	background: -webkit-linear-gradient(#DFE8F6, #CBDAF0);
	background: -moz-linear-gradient(#DFE8F6, #CBDAF0);
	background: -ms-linear-gradient(#DFE8F6, #CBDAF0);
	background: -o-linear-gradient(#DFE8F6, #CBDAF0);
	background: linear-gradient(#DFE8F6, #CBDAF0);
	-pie-background: linear-gradient(#DFE8F6, #CBDAF0);
	
	/*padding:5px !important;
	padding-top:0px !important;
	padding-bottom:5px !important;*/
}


.x-window .x-window-body .questionBox .x-panel-body,
.x-window .x-window-body .typeBox .x-panel-body{
	background-color:transparent;
}

/*
.x-window .x-window-body .questionBox,
.x-window .x-window-body .typeBox{
	padding:10px;
	border-radius:8px;
	
	border: 1px solid #AACCF6;
	
	background:#DFE8F6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DFE8F6), to(#CBDAF0));
	background: -webkit-linear-gradient(#DFE8F6, #CBDAF0);
	background: -moz-linear-gradient(#DFE8F6, #CBDAF0);
	background: -ms-linear-gradient(#DFE8F6, #CBDAF0);
	background: -o-linear-gradient(#DFE8F6, #CBDAF0);
	background: linear-gradient(#DFE8F6, #CBDAF0);
	-pie-background: linear-gradient(#DFE8F6, #CBDAF0);
}
*/

.x-window .x-window-body .questionBox{
	/*background-color:#DFE8F6;
	border-bottom:1px solid #AACCF6;
	-moz-box-shadow: 0px 1px 2px 0px #AACCF6;
	-webkit-box-shadow: 0px 1px 2px 0px #AACCF6;
	box-shadow: 0px 1px 2px 0px #AACCF6;*/
	border-bottom:2px solid #AACCF6;
	padding-bottom:5px;
	margin-bottom:5px;
}

.x-window .x-window-body .questionBox .questionlabel{
	/*background: url('../images/icon_questionMark.png') no-repeat ;
	height:25px;*/
	font-weight:bold;
	font-size:14px;
	display:inline-block;
}

.x-window .x-window-body .typeBox .x-grid-view{
	background:#FFF;
}

.x-window .x-window-body .typeBox .type-selection{
	/*border-left:2px solid #AACCF6 !important;*/
}

.x-window .x-window-body .typeBox .type-selection .x-form-item-body{
	padding-left:5px;
}

.x-window .x-window-body .typeBox .question-edit-answers-panel #question-edit-answers-panel-body{
	background:#FFFFFF;
}

.x-window .x-window-body .typeBox .question-edit-answers-panel .x-panel-body{
	padding:0px !important;
}

.x-window .x-window-body .questionBox .x-form-text{
	border-radius:8px;
	padding:4px;
}

.ort-builder-opt-add{
	background: url('../images/icon_add_small.png') no-repeat;
	display:inline-block;
	/*margin-right:5px;*/
}

.ort-builder-opt-delete{
	background: url('../images/icon_delete_small.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-options{
	background: url('../images/icon_options_small.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-new-question {
	background: url('../images/icon_new_question.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-pagebreak-after {
	background: url('../images/icon_pagebreak_after.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-pagebreak-before {
	background: url('../images/icon_pagebreak_before.png') no-repeat;
	display:inline-block;
}

.ort-builder-pagebreak-effect {
	background: url('../images/pagebreak_effect_n.png') repeat-x left;
	display:block;
	height:30px;
	line-height:30px;
	font-size:15px;
	font-weight:bold;
	color:#999999;
	padding-left:50px;
}

.ort-builder-opt-expand-all {
	background: url('../images/icon_expandAll.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-collapse-all {
	background: url('../images/icon_collapseAll.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-to-library {
	background: url('../images/icon_add_to_library.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-from-library {
	background: url('../images/icon_add_from_library.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-spell-check{
	background: url('../images/icon_spell_check.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-print-survey{
	background: url('../images/icon_print.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-preview-survey{
	background: url('../images/icon_preview.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-garbage-box{
	background: url('../images/icon_garbage_bin.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-expand-all-large {
	background: url('../images/icon_expandAll_large.png') no-repeat;
	display:inline-block;
}

.btnToggle.x-btn-pressed .ort-builder-opt-expand-all-large {
	background: url('../images/icon_collapseAll_large.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-collapse-all-large {
	background: url('../images/icon_collapseAll_large.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-pagebreak-after-large {
	background: url('../images/icon_pagebreak_after_large.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-pagebreak-before-large {
	background: url('../images/icon_pagebreak_before_large.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-new-question-large {
	background: url('../images/icon_new_question_large.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-print-survey-large{
	background: url('../images/icon_print_large.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-options-large{
	background: url('../images/icon_options_large.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-to-library-large {
	background: url('../images/icon_add_to_library_large.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-from-library-large {
	background: url('../images/icon_add_from_library_large.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-spell-check-large{
	background: url('../images/icon_spell_check_large.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-garbage-box-large{
	background: url('../images/icon_garbage_bin_large.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-delete-all-large{
	background: url('../images/delete-all-large.png') no-repeat;
	display:inline-block;
}

.ort-builder-opt-export-to-word-large{
	background: url('../images/ort-builder-opt-export-to-word-large.png') no-repeat;
	display:inline-block;
}

#surveyBuilder-body .media-player{
	background: url('../images/media_player.png') no-repeat;
	width:422px;
	height:82px;
	margin-left:35px;
	margin-top:5px;
}

#surveyBuilder-body .x-grid-row-selected .media-player{
	background: url('../images/media_player_blue.png') no-repeat;
	width:422px;
	height:82px;
	margin-left:35px;
	margin-top:5px;
}


/**password edit box**/
#passwordEdit .x-panel-body,
#categoryEdit .x-panel-body{
	padding:10px;
}

/**graphics library**/
.customEditPanel .thumb-wrap {
    float: left;
	height: 100px;
	width: 100px;
	
	margin-right:15px;
	margin-bottom:15px;
	
	background:#f5f5f5;
	border-radius:8px;
	-moz-box-shadow: 1px 1px 4px 1px #737272;
	-webkit-box-shadow: 1px 1px 4px 1px #737272;
	box-shadow: 1px 1px 4px 1px #737272;
}

.customEditPanel .thumb-wrap .thumb{
	
	margin:auto;
}

.customEditPanel .thumb-wrap .thumb td{
	height:100px;
	width:100px;
	vertical-align:middle;
	text-align:center;
}

.customEditPanel .thumb-wrap .thumb .img{
	width:80px;
}

.customEditPanel .x-item-over .thumb .img{
	-moz-box-shadow: 1px 1px 4px 1px #737272;
	-webkit-box-shadow: 1px 1px 4px 1px #737272;
	box-shadow: 1px 1px 4px 1px #737272;
	width:84px;
	border:2px solid #fff;
}

.customEditPanel .x-item-selected .thumb .img{
	-moz-box-shadow: 1px 1px 4px 1px #737272;
	-webkit-box-shadow: 1px 1px 4px 1px #737272;
	box-shadow: 1px 1px 4px 1px #737272;
	width:84px;
	border:2px solid #a0c8fe;
}

.customEditPanel .thumb-wrap .x-editable{
	display:none;
}

/**wizard step2 template**/
.template{
	margin-top:10px;
}

.template .thumb-wrap {
    float: left;
	height: 110px;
	width: 110px;
	
	margin-right:15px;
	margin-bottom:15px;
	
	background:#f5f5f5;
	border-radius:8px;
	-moz-box-shadow: 1px 1px 4px 1px #737272;
	-webkit-box-shadow: 1px 1px 4px 1px #737272;
	box-shadow: 1px 1px 4px 1px #737272;
}

.template .thumb-wrap .thumb{
	
	margin:auto;
}

.template .thumb-wrap .thumb td{
	height:110px;
	width:110px;
	vertical-align:middle;
	text-align:center;
}

.template .thumb-wrap .thumb .img{
	width:90px;
}

.template .x-item-over .thumb .img{
	-moz-box-shadow: 1px 1px 4px 1px #737272;
	-webkit-box-shadow: 1px 1px 4px 1px #737272;
	box-shadow: 1px 1px 4px 1px #737272;
	width:94px;
	border:2px solid #fff;
}

.template .x-item-selected .thumb .img{
	-moz-box-shadow: 1px 1px 4px 1px #737272;
	-webkit-box-shadow: 1px 1px 4px 1px #737272;
	box-shadow: 1px 1px 4px 1px #737272;
	width:94px;
	border:2px solid #a0c8fe;
}

.template .thumb-wrap .x-editable{
	display:none;
}

.templateImageCls{
	text-align:center;
	vertical-align:middle;
	display: table-cell;
}

.templateImageCls img{
	-moz-box-shadow: 1px 1px 4px 1px #737272;
	-webkit-box-shadow: 1px 1px 4px 1px #737272;
	box-shadow: 1px 1px 4px 1px #737272;

	border:2px solid #fff;
}
/*************************/

.x-mask-msg{
	background:none;
	border:none;/**/
}

.x-mask-msg div{
	background:url('../images/loading51-blue.gif') no-repeat center;
	/*background-color:#eeeeee;*/
	border:none;
	width:140px;
	height:140px;
}

.blueSurveyBox{
	border:1px solid #aaccf6;
	background:#d9e6f6;
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d9e6f6), to(#cbddf3));
	background: -webkit-linear-gradient(#d9e6f6, #cbddf3);
	background: -moz-linear-gradient(#d9e6f6, #cbddf3);
	background: -ms-linear-gradient(#d9e6f6, #cbddf3);
	background: -o-linear-gradient(#d9e6f6, #cbddf3);
	background: linear-gradient(#d9e6f6, #cbddf3);
	-pie-background: linear-gradient(#d9e6f6, #cbddf3);
	
	border-radius:8px;
}

.blueSurveyBox.whiteBg{
	background:#f6faff;
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#f6faff));
	background: -webkit-linear-gradient(#ffffff, #f6faff);
	background: -moz-linear-gradient(#ffffff, #f6faff);
	background: -ms-linear-gradient(#ffffff, #f6faff);
	background: -o-linear-gradient(#ffffff, #f6faff);
	background: linear-gradient(#ffffff, #f6faff);
	-pie-background: linear-gradient(#ffffff, #f6faff);
}

.blueSurveyBox .x-panel-body{
	background:none;
	border-width:0px;
}

.blueSurveyBox .mainTitle{
	font-size:14px;
	font-weight:bold;
}

.blueSurveyBox .mainTitle2{
	font-size:14px;
	font-weight:bold;
	border-bottom:2px solid #729ecf !important;
	width: 100%;
}

.blueSurveyBox .subTitle{
	font-weight:bold;
	border-bottom:2px solid #729ecf !important;
	width:100%;
}

.blueSurveyBox .x-toolbar-default{
	background:none;
}

.surveyTitleBox{
	border-bottom:2px solid #729ecf !important;
}

.surveyTitleBox .x-panel-body{
	background:none;
	border-width:0px;
}

.labelBig{
	font-size:14px;
}

.labelBigBold,
.x-toolbar .labelBigBold{
	font-size:14px;
	font-weight:bold;
	
}

.descText{
	color:#777777;
}

.labelBold{
	font-size:12px;
	font-weight:bold;
}

.libraryTreeId .x-grid-cell-treecolumn .x-grid-cell-inner{
	line-height:22px;
}

.libraryTreeId .x-grid-tree-node-leaf .x-grid-cell-inner {
	font-size:11px;
}

.libraryTreeId .x-tree-icon-parent{
	background:url('../images/icon_tree_library_closed.png') no-repeat;
	width: 22px;
	height: 22px;
}

.libraryTreeId .x-grid-tree-node-expanded .x-tree-icon-parent{
	background:url('../images/icon_tree_library.png') no-repeat;
}

.libraryTreeId .x-tree-icon-leaf{
	background:url('../images/icon_tree_list.png') no-repeat;
	width: 16px;
}

.libraryTreeId .x-action-col-icon{
	margin-bottom:1px;
	margin-top:1px;
	height:16px;
}

.testList .x-grid-group-hd-collapsed .x-grid-group-title{
	background: url('../images/icon_expand.png') no-repeat;
}

.testList .x-grid-group-title{
	background: url('../images/icon_collapse.png') no-repeat;
	padding-left:20px;
}

.testList .groupHeadingTestList{
	font-size:12px;
}

/*
.testList .groupHeadingTestList{
	background: url('../images/radio-off.png') no-repeat;
	padding-left:20px;
}

.testList .groupHeadingTestList.r_on{
	background: url('../images/radio-on.png') no-repeat;
}


.testList .groupHeadingTestList input.testListSongsGroupRadioCls{
	position: absolute; 
	left: -9999px;
}*/

.testList .groupHeadingTestList .songCount{
	font-size:11px;
	font-weight:normal;
	color:#666;
}

.TestListTreeId .x-tree-icon-parent{
	background:url('../images/icon_tree_testList.png') no-repeat;
	width: 22px;
	height: 20px;
}

.icon-testList{
	background:url('../images/icon_tree_testList.png') no-repeat;
	width: 22px;
	height: 20px;
	display: inline-block;
	float:left;
	margin-right:5px;
	margin-top:2px;
}

.testListManagerTestListsGridId.x-grid-with-row-lines .x-grid-cell-inner{
	line-height: 20px;
}

.libraryTreeId .x-grid-row{
	padding-bottom:5px;
}

.libraryTreeId .x-panel-body{
	background:#FFF;
	border:1px solid #99bce8;
}

.libraryTreeId .x-grid-table-resizer{
	position:relative;
}

.borderGrid .x-panel-body{
	background:#FFF;
	border:1px solid #99bce8;
}

.displayBtn{
	border:1px solid #c5c5c5;
	background:#e3e4e6;
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f9f9f9), to(#e3e4e6));
	background: -webkit-linear-gradient(#f9f9f9, #e3e4e6);
	background: -moz-linear-gradient(#f9f9f9, #e3e4e6);
	background: -ms-linear-gradient(#f9f9f9, #e3e4e6);
	background: -o-linear-gradient(#f9f9f9, #e3e4e6);
	background: linear-gradient(#f9f9f9, #e3e4e6);
	-pie-background: linear-gradient(#f9f9f9, #e3e4e6);
}

.fileInput{
	position: absolute; 
	opacity: 0; 
	filter: alpha(opacity=0);
	cursor:pointer; 
	margin:0px; 
	padding:0px; 
	right:0; 
	top:0; 
	font-size:30px;
}

/* custom progres indicator for uploads */
.jCProgress {
	 position: absolute;
	 z-index: 9999999;
	 margin-left:50px;
	 /*  margin-top:-15px; /* offset from the center */
}

.jCProgress > div.percent {
	 font: 15px/27px 'BebasRegular', Arial, sans-serif;
	 color:#274666;
	 text-shadow: 1px 1px 1px gray;

	 position:absolute;
	 margin-top:40px;
	 margin-left:22px;
	 text-align: center;
	 width:60px;
}

/* questiondialog */
.questiondialog{
	overflow:visible;
}

.questiondialog .x-panel{
	overflow:visible;
}
.questiondialog .x-panel-body{
	background:#DFE8F6;
	overflow:visible;
	z-index:999;
}

.questiondialog .x-panel-body-default{
	background-color:transparent;
}

.questiondialog .verticalTabs .x-panel-body{
	/*left:85px !important;*/
}


.questiondialog .editDialogBox{
	border-radius:8px;
	
	border: 1px solid #aaccf6 !important;
	
	background:#DFE8F6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DFE8F6), to(#CBDAF0));
	background: -webkit-linear-gradient(#DFE8F6, #CBDAF0);
	background: -moz-linear-gradient(#DFE8F6, #CBDAF0);
	background: -ms-linear-gradient(#DFE8F6, #CBDAF0);
	background: -o-linear-gradient(#DFE8F6, #CBDAF0);
	background: linear-gradient(#DFE8F6, #CBDAF0);
	-pie-background: linear-gradient(#DFE8F6, #CBDAF0);
	
	padding:5px !important;
	
	-moz-box-shadow: 2px 2px 3px 0px #000000;
	-webkit-box-shadow: 2px 2px 3px 0px #000000;
	box-shadow: 2px 2px 3px 0px #000000;
	
	left:90px !important;
}

.verticalTabs .x-tab em{
	padding-left:0px;
}

.verticalTabs .x-tab{
	/*padding:10px 15px;*/
	width:90px;
	height:65px;
	margin-bottom:10px;
}

.verticalTabs .x-tab button{
	width: 85px;
}

.verticalTabs .x-tab-bar{
	padding-top:10px;
}

.verticalTabs .x-tab-active{
	border-radius:8px;
	
	border: 1px solid #aaccf6 ;
	
	background:#DFE8F6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DFE8F6), to(#CBDAF0));
	background: -webkit-linear-gradient(#DFE8F6, #CBDAF0);
	background: -moz-linear-gradient(#DFE8F6, #CBDAF0);
	background: -ms-linear-gradient(#DFE8F6, #CBDAF0);
	background: -o-linear-gradient(#DFE8F6, #CBDAF0);
	background: linear-gradient(#DFE8F6, #CBDAF0);
	-pie-background: linear-gradient(#DFE8F6, #CBDAF0);
		
	-moz-box-shadow: 2px 2px 3px 0px #000000;
	-webkit-box-shadow: 2px 2px 3px 0px #000000;
	box-shadow: 2px 2px 3px 0px #000000;
}


.verticalTabs .x-tab .x-tab-icon{
	width:50px;
	height:50px;
}

.verticalTabs .x-tab-bar-strip-default{
	display:none;
}

.questionTab{
	background:url('../images/icon_tab_question_big.png') no-repeat;
	
	left:15px;
	top:7px;
}

.logicTab{
	background:url('../images/icon_tab_logic_big.png') no-repeat;
	
	left:12px;
	top:7px;
}

.quotasTab{
	background:url('../images/icon_tab_quotas_big.png') no-repeat;
	
	left:15px;
	top:8px;
}

.settingsTab{
	background:url('../images/icon_tab_settings_big.png') no-repeat;
	
	left:15px;
	top:8px;
}

.facebookTab{
	background:url('../images/icon_tab_facebook_big.png') no-repeat;
	
	left:15px;
	top:7px;
}

.twitterTab{
	background:url('../images/icon_tab_twitter_big.png') no-repeat;
	
	left:15px;
	top:7px;
}

.emailTab{
	background:url('../images/icon_tab_email_big.png') no-repeat;
	
	left:15px;
	top:7px;
}

.webLinkTab{
	background:url('../images/icon_tab_weblink_big.png') no-repeat;
	
	left:15px;
	top:7px;
}

.imgSelected {
	/*border:1px solid #99BCE8;*/
	padding:2px;
	height:100px;
	width:125px;
	border:2px solid #0567b7;
	position:relative;
	
}

.imgSelected img{
	width:100%;
	position:absolute;
	margin: auto;
	top:0px;
	left:0px;
	right:0px;
	bottom: 0px;
}

.associatedImg {
	/*border:1px solid #99BCE8;*/
	padding:2px;
	height:100px;
	width:125px;
	border:2px solid #0567b7;
	position:relative;
	
}

.associatedImg img{
	width: auto;
	height : auto;
	max-height: 100%;
	max-width: 100%;
	position:absolute;
	margin: auto;
	top:0px;
	left:0px;
	right:0px;
	bottom: 0px;
}

.selectedTemplateBox{
	border:2px solid #729ecf;
	margin:5px;
	border-radius:3px;
	
	-moz-box-shadow: 1px 1px 4px 1px #729ecf;
	-webkit-box-shadow: 1px 1px 4px 1px #729ecf;
	box-shadow: 1px 1px 4px 1px #729ecf;
}

/**top spliter css ***/
.x-splitter-horizontal{
	z-index:98;
}

.x-splitter-horizontal .x-layout-split-top{
	background:url('images/splitter-top.png') no-repeat;
	height: 15px;
	width: 70px;
}

.x-splitter-horizontal.x-splitter-collapsed .x-layout-split-top{
	background:url('images/splitter-bottom.png') no-repeat;
}


.floatPanel .x-panel-body{
	background:transparent;
}

.addOption{
	position: absolute;
	left: 50%; 
	display:none;
	z-index: 99999;
}

.addOption.before{
	margin-top: -17px; 
}

.addOption.after{
	margin-top: 4px; 
}

.addOption.after2{
	margin-top: -6px; 
}

.surveyBuilder .x-grid-row .x-grid-rowwrap-div:hover .addOption.after{
	display:none;
}

.surveyBuilder .x-grid-row .x-grid-rowwrap-div:hover .addOption.after2{
	display:inline-block;
}

.surveyBuilder .x-grid-row .x-grid-rowwrap-div:hover .addOption.before{
	display:inline-block;
}

.surveyBuilder .x-grid-row.x-grid-row-collapsed .x-grid-rowwrap-div:hover .addOption.before,
.surveyBuilder .x-grid-row.x-grid-row-collapsed .x-grid-rowwrap-div:hover .addOption.after{
	display:inline-block;
}

.addOption .icon-plus{
	background:url('../images/icon_circlePlus_medium.png') no-repeat;
	display:inline-block;
	width:20px;
	height:20px;
	cursor:pointer;
}

.addOption .icon-plusPlus{
	background:url('../images/icon_circlePlusPlus_medium.png') no-repeat;
	display:inline-block;
	width:40px;
	height:20px;
	margin-left:5px;
	cursor:pointer;
}

.surveyBuilder .x-grid-table-resizer{
	z-index:auto;
}

.ctxt-menu .x-box-inner {
	overflow: hidden;
}

/* sendsurveydialog */
.sendsurveydialog{
	overflow:visible;
}

.sendsurveydialog .x-panel{
	overflow:visible;
}
.sendsurveydialog .x-panel-body{
	background:#DFE8F6;
	overflow:visible;
	z-index:999;
}

.sendsurveydialog .x-panel-body-default{
	background-color:transparent;
}

.sendsurveydialog .verticalTabs .x-panel-body{
	/*left:85px !important;*/
}


.sendsurveydialog .sendSurveyDialogBox{
	border-radius:8px;
	
	border: 1px solid #aaccf6 !important;
	
	background:#DFE8F6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DFE8F6), to(#CBDAF0));
	background: -webkit-linear-gradient(#DFE8F6, #CBDAF0);
	background: -moz-linear-gradient(#DFE8F6, #CBDAF0);
	background: -ms-linear-gradient(#DFE8F6, #CBDAF0);
	background: -o-linear-gradient(#DFE8F6, #CBDAF0);
	background: linear-gradient(#DFE8F6, #CBDAF0);
	-pie-background: linear-gradient(#DFE8F6, #CBDAF0);
	
	padding:5px !important;
	
	-moz-box-shadow: 2px 2px 3px 0px #000000;
	-webkit-box-shadow: 2px 2px 3px 0px #000000;
	box-shadow: 2px 2px 3px 0px #000000;
	
	left:90px !important;
}

.twitterLabelIcon{
	background:url('../images/icon_tab_twitter_big.png') no-repeat left;
	padding-left:60px;
	height:50px;
	line-height:50px;
	font-size:18px;
}

.facebookLabelIcon{
	background:url('../images/icon_tab_facebook_big.png') no-repeat left;
	padding-left:60px;
	height:50px;
	line-height:50px;
	font-size:18px;
}

.emailLabelIcon{
	background:url('../images/icon_tab_email_big.png') no-repeat left;
	padding-left:60px;
	height:50px;
	line-height:50px;
	font-size:18px;
}

.webLinkLabelIcon{
	background:url('../images/icon_tab_weblink_big.png') no-repeat left;
	padding-left:60px;
	height:50px;
	line-height:50px;
	font-size:18px;
}

.container-move-right-btn .x-panel-body{
	vertical-align:middle;
	display:table-cell;
}

.txtExtSearch{
	background:#fff url('../images/icon_btn_search_small.png') no-repeat 3px 1px;
	padding-left:24px;
}

/*
.questiondialog .questionlogicunit{
	border-radius:8px;
	padding:5px;
	overflow:hidden;
	border:1px solid #99bce8;
	background:#fff;
	background:#DFE8F6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DFE8F6), to(#CBDAF0));
	background: -webkit-linear-gradient(#DFE8F6, #CBDAF0);
	background: -moz-linear-gradient(#DFE8F6, #CBDAF0);
	background: -ms-linear-gradient(#DFE8F6, #CBDAF0);
	background: -o-linear-gradient(#DFE8F6, #CBDAF0);
	background: linear-gradient(#DFE8F6, #CBDAF0);
	-pie-background: linear-gradient(#DFE8F6, #CBDAF0);
}



.questiondialog .questionlogicunit .x-grid-body{
	
}
*/
.questiondialog .questionlogicunit .x-panel-header-default{
	border-radius:5px 5px 0px 0px;
}
.questiondialog .questionlogicunit .x-toolbar{
	
	border-radius:0px 0px 5px 5px;
	border:1px solid #99bce8;
	
	background:#DFE8F6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DFE8F6), to(#CBDAF0));
	background: -webkit-linear-gradient(#DFE8F6, #CBDAF0);
	background: -moz-linear-gradient(#DFE8F6, #CBDAF0);
	background: -ms-linear-gradient(#DFE8F6, #CBDAF0);
	background: -o-linear-gradient(#DFE8F6, #CBDAF0);
	background: linear-gradient(#DFE8F6, #CBDAF0);
	-pie-background: linear-gradient(#DFE8F6, #CBDAF0);
	
	-moz-box-shadow: 0px 1px 2px 0px #AACCF6;
	-webkit-box-shadow: 0px 1px 2px 0px #AACCF6;
	box-shadow: 0px 1px 2px 0px #AACCF6;
}

.mysurveyoptViewQuota{
	background: url('../images/viewquotadetails.png') no-repeat;
}

.mysurveyoptActiveDeactiveRespondent{
	background: url('../images/activeDeactive.png') no-repeat;
}


.dashboardResponentDeactive{
	background: url('../images/icon_Off_red_small.png') no-repeat;
	    background-size: contain;
}
.dashboardResponentActive{
	background: url('../images/icon_On_green_small.png') no-repeat;
	    background-size: contain;
}