﻿@charset "utf-8";
/* CSS Document */

/*--------------------------Login Page CSS-----------------------------------*/
html,body					{height:100%;}
.def_body					{ width:100%; margin:0px; padding:0px; font-size:13px; font-family:Sans-Serif; } 
.def_header					{ margin:30px 0px 10px 0px; }
.def_footer		    		{ margin-top:15px; color:#000; font-size:12px; line-height:20px; font-family:Sans-Serif; }
.def_loginPage				{ width:540px; text-align:left;background:#ffffff; padding:20px; box-shadow: 5px 5px 5px #888888; 
							  border: 1px solid #CCC; }
.def_TitleBox	    		{ font-size:20px; line-height:26px; font-weight:bold; text-transform:uppercase; text-decoration:underline; 
					  	  	  text-align:center;  padding-bottom:30px; }
.def_fieldBoxL				{ width:240px; float:left; }
.def_fieldBoxR	    		{ width:240px; float:right; }
.def_inputText	    		{ width:240px; height:30px; font-size:20px; padding-left:5px; border:1px solid #CCC; border-radius:3px; line-height:30px; vertical-align:middle; }
.def_InlineErrorBox			{ margin-top:3px; color:#F00; display:none; } /*-----'display:none' to hide error messages in all the forms-----*/
.def_MassBox		   		{ margin-top:3px; color:#F90; font-weight:bold;display:none; } /*-----'display:none' to hide error messages-----*/
.def_RequiredFieldMark 		{ display:inline;}
.def_ErrorImage				{ float:left; margin:1px 5px 0px 0px;}
.def_label					{ font-weight:bold; color:#666; padding-bottom:3px; font-size:12px; }
.def_clear					{ width:100%;height:15px; clear:both; }
.def_Awardropdown	    	{ font-size:14px; }
.def_button		        	{ width:120px; height:34px; float:right; border-style:none; background:#06F; color:#FFF; font-weight:bold; }
.def_buttonL				{ float:left; margin-right:10px;}
.def_button:hover	    	{ background-color:#F90; color:#ffffff; cursor:pointer; border-style:none; }
.def_forgetPassword	    	{ color:#06F; font-size:14px; }
.def_forgetPassword:hover	{ color:#F90; }
.def_FooterLink				{ color:#06F; }
.def_FooterLink:hover	    { color:#F90; }
/*------------------------------------------Login CSS Ends here-----------------------*/


/*-----------------------------------Admin Dashboard Page CSS----------------------------------------------------------------------*/




			/*//////////////////////////////Dashboard Header CSS starts//////////////////*/


.def_dashHeaderBox			{ width:1333px; margin:0 auto;}
.def_dashHeader				{ width:1333px;background:url(../images/def_dashHeader.png) repeat-y; float:left; height:100px;}
.def_dashLogo				{ width:205px; float:left;}							  
.def_slectAwardDropdown		{ width:700px; float:left; color:#FFF; font-weight:bold; margin-top:15px; margin-left:15px;}
.def_awardDW				{ width:249px; float:left;}  /*-----use 'display:none' to hide Select Award And Year Dropdown-----*/
.def_awardDWYear			{ width:80px; float:left;}  /*-----use 'display:none' to hide Select Award And Year Dropdown-----*/
.def_DWYear					{ width:175px; height:35px;}
.def_DWAward				{ width:250px;}
.def_inputTextYear			{ width:75px; height:35px; line-height:30px; vertical-align:middle;}
.def_inputTextAward			{ height:35px; text-decoration:none; line-height:30px; vertical-align:middle;}
.def_AwardSearchBtn			{ float:left; width:120px; margin-top:15px;}
.def_clear3px				{ height:3px; }
.def_clear20px				{ height:20px; clear:both;}
.def_logoutMenu				{ float:right; margin:15px 0px 0px 0px; color:#ffffff; font-weight:bold;}
.def_loggedInUser			{ }
.def_logoutBtn				{ width:115px; float:left;}
.def_selectBtn				{ box-shadow: 5px 5px 3px rgba(50, 50, 50, 0.75); background:#09F; color:#fff; height:35px; width:80px; margin-top:4px;
							  border:none; font-weight:bold; margin-left:10px; cursor:pointer; border-radius:5px;}
.def_logoutBtn1				{ width:100px; margin-left:0px; border-radius:5px; background:#0CF; cursor:pointer;}		
.def_logoutBtn2				{ width:100px; margin-left: 5px; margin-right: 5px; border-radius:5px; background:#0CF; cursor:pointer; float: left !important;}							  
.def_selectBtn:hover		{ background:#03F;}
#def_dashPanelheight		{ height:100% !important;}



			/*//////////////////////////////Dashboard Header CSS ends//////////////////*/

			/*////////////////////////////////////Dashboard Panel starts////////////////*/


.def_DashboardPanel			{ width:1333px; margin:0 auto; height:auto; }
.def_dashSidebar			{ width:200px; float:left; height:1000px; background:url(../images/sidebarBackground.jpg) repeat-y; 																																																																																																		                              border-top-left-radius:10px; border-bottom-left-radius:10px;}
.def_dashboardContent		{ width:1113px; float:left; margin-left:20px;}

			/*////////////////////////////////////Dashboard Panel ends////////////////*/
			
			
			/*////////////////////////////////////List All Awards Page starts////////////////*/

.def_viewNominationsBox		{ border:1px solid #b1bfca; float:left; padding:19px; width:1073px; background:#eceeef; margin-top:-1px;}
.def_AllAwardContainer		{ width:1073px; border-radius:5px; float:left;}
.def_AllAwardViewHeader		{ width:1063px; float:left; background:#b1bfca; font-weight:bold; text-align:left; border:0px; padding:6px 0px 6px 10px; 
							  border-top:2px solid #fff; line-height:20px;}
.def_AllAwardViewRows		{ width:1063px;float:left; padding:5px 0px 5px 10px;color:#333; text-align:left; border:0px; background:#FFF; margin-bottom:1px;
							   border-bottom:2px; border-top:none; word-wrap: break-word; display:table-cell; line-height: 25px; display:block; }
.def_AllAwardView			{ }							  
.def_sn						{ width:3%;float:left; padding-left:20px;}
.def_sn1					{ text-align:center;}
.def_AwardName				{ width:20%; float:left; padding-left:20px;}
.def_CategoryName			{ width:60%; float:left; padding-left:20px;}
.def_AwardYear				{ width:5%; float:left;  padding-left:20px;}
.def_AwardURL				{ width:50%;float:left; padding-left:20px;}
.def_Actions				{ float:left; padding-left:10px;}
.def_Actions img			{ border:none; margin-left:2px;}						
.def_AwardViewLink			{ color:#219ed5; text-decoration:none;}
.def_subTitleSpan			{ font-size:11px; line-height:14px; display:block;}
.def_ViewAllNomineeMargin   { margin-top:6px;} 
	


			/*////////////////////////////////////List All Awards Page ends////////////////*/
			
			
			/*////////////////////////////////////Create New Award Starts////////////////*/
			

.def_NewAwardFieldset		{ width:900px; color:#219ed5; margin:0;}
fieldset					{ border-radius:5px; border:1px solid #dfdfdf;-moz-border-radius:5px; -webkit-border-radius:5px;}
.def_NewAwardFieldset1		{ width:1073px;}						
.def_legend					{ font-size:25px; color:#219ed5; margin-bottom:0px;}	
.def_inputTextFull			{ width:675px; overflow:auto; border:1px solid #CCC; border-radius:3px; padding:5px; margin-left:9px; height:30px; float:left;}
.def_inputTextFullLength	{ width:870px;}
.def_labelwithMargin		{ margin-left:9px;}
.def_buttonNewAward        	{ width:100px;}
.def_inputTextCategories	{ height:120px; width:415px;}
.def_fieldBoxCategoryL		{ float:left; width:415px;}
.def_fieldBoxCategoryR		{ margin-left:40px;}
.def_AddRemovecategoryLink	{ color:#219ed5; font-weight:bold; cursor:pointer;}
.def_AddRemovecategoryLinkR	{ float:right; margin-right:-22px; cursor:pointer;}
.def_addNewCategory			{ font-size:12px; color:#219ed5; font-weight:bold; text-decoration:underline; cursor:pointer; }
.def_NominationTypeRadioBtn	{ margin-left:10px; color:#666666;}
.def_NewAwardYear			{ float:left; margin-left:20px;}
.def_categoryarrow			{ margin-top:5px; margin-left:8px;}
.def_categoryarrow:hover	{ background:url(../images/def_categoryarrowHover.png)}
.def_fieldBoxFull			{ float:left;}
.def_DWUser					{ width:207px;}
.def_DWUserMargin			{ margin-left:9px;}
a							{ text-decoration:none}
img 						{ border:none;}


	
			
			
			/*////////////////////////////////////Create New Award Ends////////////////*/
			
			
			
			/*////////////////////////////////////List All Nominations Page starts////////////////*/

.def_cellPadding			{ padding-left:20px; float:left;}
.def_Nomi_SN				{ width:5%; text-align:center; padding-left:0px;}
.def_Nomi_Status			{ width:10%; }
.def_Nomi_Status1			{ width:10%; }
.def_Nomi_Status2			{ width:10%; }
.def_Nomi_rank				{ width:5%; font-weight:bold;}

.def_Nomi_Org				{ width:20%;}
.def_logoutMenu-jury        { position:absolute; top:0px; right:0px;}
.def_Nomi_Contact			{ width:24%;}
.def-cellpdf3               { width:22%!important;}
.def_cellpdf                { margin-left: 0px!important;}
.def-cellpdf1               { margin-left:-8px!important; } 
.def-cellpdf2              { margin-left:8px!important; }       
.def_Nomi_Actions1			{ text-align:center; width:5%; float:left;}
.def_Nomi_Actions2			{ width:2%;}
.def_Nomi_Actions img		{ border:none; margin-left:4px;}						
.def_changeStatusDW			{ border:1px solid #CCC; height:25px;}
.def_statusDiv				{ border:none; border-radius:3px; color:#fff; padding:2px;}
.def_resendOTP              {border: 1px solid #b8e2b4; border-radius: 3px; color: #ffffff; background-color:#ff9900; cursor:pointer; width: 90px;}
.def_statusDiv1				{ width:60px; text-align:center; padding:0px;}
.def_statusDiv2				{ width:80px;}
.def_DefaultStatus			{ color:#000000; border:1px solid #CCC;}
.def_GoodStatus				{ background:#51b948;}
.def_AverageStatus			{ background:#3c84be;}
.def_WeakStatus				{ background:#e09b7a;}
.def_JunkStatus				{ background:#85888c;}
.def_DuplicateStatus		{ background:#d884b6;}
.def_winnerStatus			{ background:#2d8925;}
.def_NotwinnerStatus		{ background:#b8e2b4; color:#000;}
.def_NewuserStatus			{ background:#8aafdc;}
.def_ActiveuserStatus		{ background:#216fcf;}
.def_SavedStatus			{ background:#60e355;}
.def_SubmittedStatus		{ background:#18910d;}
.def_AllAwardCategoryBox	{ width:1067px; background:#597386; color:#ffffff; padding:5px 6px 5px 0px; font-size:16px; font-weight:bold; float:left; border:0px; line-height:25px;}
.def_AllAwardViewHeaderNomi	{ border-radius:0px;}
/*.def_CategoryName			{ width:600px; float:left;}*/
.def_AllAwardCategoryBox_forPrint	{ width:99%; background:#ffffff; color:#000000; padding:5px 5px 5px 0px; font-size:15px; float:left; border:0; line-height:18px;}
.def_TotalNomiCat			{ margin-right:10px; float:right; text-align:right;}
.def_NominationViewPane		{ width:1073px; clear:both; display:none; background:#f1eff0; box-shadow:0px 0px 20px 0px #888888;}
.def_NomineeViewPane		{ clear:both; display:none; background:#f1eff0; box-shadow:0px 0px 20px 0px #888888;}
.def_closeBtn				{ float:right;cursor:pointer; position:relative;}
.def_clear5px				{ clear:both; height:5px;}
.def_categoryUpDownArrow	{ width:25px; float:left; margin:3px 0px 0px 10px;}
.def_categoryNomiCount		{ width:250px; float:left;}
.def_nominationEditBtn		{ display:block;}
.def_nominationDeleteBtn	{ display:none}
.def_circle					{ background: #597386; width:25px; height: 25px; text-align:center; line-height:25px; border-radius: 50%; color:#ffffff; 
							  float:left; margin-right:5px; font-size:10px;}
.def_circle1                { margin-left:10px;}							  
.def_viewNomiFieldName		{ width:350px; float:left; margin-left:5px; line-height:25px; padding-right:20px}
.def_viewNomiFieldName1		{ width:650px;}
.def_viewNomiFieldvalue		{ width:600px; float:left; margin-left:5px; line-height:20px;}
.def_viewNomiFieldvalue1	{ width:330px;}
.def_viewNomination			{ padding:10px 10px 5px 23px; float:left;}
.def_viewNomination1		{ background:#eceeef; float:left;}
.def_viewNomiFieldTitle		{ background:#e2e1e3; padding:6px 0px 6px 10px; font-weight:bold; line-height:18px; border-top:1px solid #c5d1da;
							  border-bottom:1px solid #c5d1da; position:relative;}
.def_clearBorder			{ clear:both; border-bottom:1px solid #FFF; height:10px; width:1073px;}
.def_clearBorder1			{ height:1px; border:none;}
.def_viewAttachementBtn		{ background:#597386; color:#fff; width:80px; height:25px; border-radius:5px; border:none; font-weight:bold; 
							  line-height:1px;cursor:pointer;}
.def_viewAttachementBtn:hover{ background:#2f4250;}
.def_voteBtn				{ float:right; margin-right:10px;}
.def_vote					{ background:#004e88;}
.def_vote:hover				{ background:#F90;}
.def_singleLineText			{ border:none; width:400px; height:20px; padding:5px;}
.def_multiLineText			{ height:100px;}
.def_sectionText 			{ float:left; margin:5px 0px 0px 10px;}
.def_widthDiv				{ width:25px; float:left;}
.def_EditDW					{ width:200px; border:none; height:25px;}

.def_voteBox				{ width:1073px; float:left; display:none; background:#d8ebfa;}
.def_VoteNomination			{ float:left;}
.def_VoteFieldHeader		{ background:#465663; color:#FFF; font-weight:bold; width:1073px;}
.def_VoteNominationPara		{ background:none;word-wrap: break-word; display:table-cell; font-weight:normal;}
.def_voteSn					{ width:80px; float:left; padding:6px 10px 6px 15px; line-height:20px;}
.def_voteSn1				{ text-align:center;}
.def_voteSn2				{ font-weight:bold;}
.def_votePara				{ width:710px;}
.def_voteRange				{ width:70px;}
.def_voteValue				{ width:63px;}
.def_clearBorderVote		{ border-color:#2486a6; height:1px;}

.def_AllNomiTabsBox			{ float:left; width:100%; }
.def_tabMenuBox				{ float:left;position:relative;}
.def_tabMenuItem			{ float:left;border:1px solid #b1bfca;padding:20px;text-align:center; border-bottom:none; margin-right:2px; 
							  background:#eceeef; color:#597386; font-size:14px; line-height:20px;font-weight:bold; letter-spacing:1px; 
							  border-top-left-radius:3px; border-top-right-radius:3px;}
.def_tabMenuItemNonActive	{ background:#fff; color:#597386; border:none;}
.def_tabMenuItemActive		{ cursor:pointer; border-bottom:1px solid #eceeef; z-index:2px;}
.def_tabMenuItemNonActive:hover	{ cursor:pointer; color:#0099ff;}
.def_logoutMenu2			{ margin-top:0 ;float:left; padding:10px;}

.def_fieldBoxL1				{ width:420px; float:left;}	
.def_fieldBoxLWidth2		{ width:245px;} 
.def_fieldBoxLMargin		{ margin-left:20px;}
.def_fieldBoxBorder			{ border:1px solid #CCC; border-radius:3px; padding:3px; height:20px; font-size:16px;}
.def_createUserBox			{ margin-bottom:10px; clear:both; float:left;}
.def_awardDWYear2			{ margin-top:2px; margin-left:10px; margin-bottom:2px;}	

.def_TitleBoxAward			{ width:100%; color:#444444; padding-bottom:10px; font-family:Leelawadee;}

.def_inputTextHeight		{ height:20px;}
.def_DWMargin				{ margin-left:8px; height:32px;}
.def_NominationFieldSlide	{ position:absolute; right:10px; top:5px;}
#def_viewNomClose			{ margin-top:2px; margin-right:10px; cursor:pointer }
#def_voteClose				{ margin-top:2px; margin-right:10px; cursor:pointer }
#def_rankClose				{ margin-top:2px; margin-right:10px; cursor:pointer }
.def_closeNomination		{ background:#fff; box-shadow:5px 5px 5px #CCC; height:30px; text-align:right; }	

.def_allPanelsViewHeader	{ color:#000;}
.def_AllPanelsViewRows		{  }
.def_ViewCriteriaRows		{ line-height:25px; background:#eceeef;}
.def_CriteriaCell			{ width:48%;}
.def_CriteriaYearCell		{ width:9%; text-align:center;}
.def_NominationRank			{ font-weight:bold;}
.def_NominationsRankHeader	{ color:#000000;}
.def_NomiRankViewRows		{ background:#f1eff0}
.def_clearViewBorder		{ border-top:10px solid #FFF;}
.def_selectWinner			{ width:150px}

.def_NomStatsHeader1		{ float:left; width:1053px; background:#597386; color:#FFF; font-weight:bold}
.def_NomStatsHeader2		{ background:#b1bfca; color:#000;}
.def_NomEligible			{ width:261px; float:left; padding:5px 10px 5px 10px; border:1px solid #CCC; border-top:none;}
.def_NomNotEligible			{ width:200px; float:left; padding:5px 10px 5px 10px;border-bottom:1px solid #CCC;}
.def_NomiStatsEligible		{ float:left; background:#597386; width:282px; color:#FFF;}
.def_NomiStatsNotEligible	{ width:219px;}
.def_StatsRowsSN            { float:left; padding:5px 10px 5px 10px; width:50px;}
.def_StatsRowsCategory		{ width:333px; border-left:1px solid #fff; border-right:1px solid #fff;float:left; padding:5px 10px 5px 10px;}
.def_StatsPadd				{ float:left; padding:5px 10px 5px 10px; }
.def_StatsCellWidth			{ width:73px; border-left:1px solid #ccc;}
.def_StatsCellWidth2		{ width:52px;}
.def_CheckField				{ width:80%;}

.def_Nomi_User				{ width:18% }
.def_selectAllBtn			{ float:right; margin-right:80px;}
.def_PrintJuror				{ width:40%;}
.def_PrintBox				{ width:35px; height:30px; border:1px solid #CCC; text-align:center; line-height:20px;}
.def_PrintBox1				{ width:20px; margin-left:1px;}

#def_ChangePasswordBox		{ display:none;}
.def_Parameter				{ width:70%}
.def_Parameter1				{ width:25%}
.def_marks					{ width:8%; text-align:center;}
.def_marks1					{ width:7%; text-align:center;}
.def_jurorName				{ float:right; margin-right:20px;}
.def_commentBox				{ text-align:center; font-weight:bold;}
.def_commentBox1			{ width:20%; float:left; margin:0px 0px 0px 40px; line-height:30px; font-weight:bold;}
.def_cellPadding1			{ padding-left:26px; float:left;}
.def_commentTextarea		{ width:80%;}
.def_search					{ margin-right:10px;}
.def_marksMargin			{ margin-top:20px;}
.def_Nomi_ID				{ width:13%;}
.def_Nomi_Juror				{ width:33%;}
.def_Nomi_Org1				{ width:22%}


.def_inputNomination   		{ width:250px; height:35px;font-size:14px; padding:0px 0px 0px 5px; border:1px solid #CCC; border-radius:3px;}
.def_AwardSectionBtn		{ width:200px;}
.def_SectionBtn				{ float:right;}
.def_circle_Section			{ background: #fff; font-size:12px; color:#597386;}
.def_SectionName			{ width:70%; float:left; line-height:25px;}
.def_sectionName1			{ float:left; margin-right:10px;line-height:25px;}
.def_SectionUpDownArrow		{ width:25px; float:left; margin:3px 0px 0px 10px;}
#def_editSection			{ display:none;}
.def_sectionupdateBtn		{ background:#004e88; color:#fff; height:25px; width:80px; border:none; font-weight:bold; margin-left:10px; cursor:pointer;                              border-radius:5px;}
.def_inputTextFull1			{ width:50%; padding:0px 0px 0px 5px; margin:0px 5px 0px 0px;}
.def_inputTextFull2			{ width:90%; padding:0px 0px 0px 5px; margin:0px 5px 0px 0px;}
.def_inputTextFull3			{ width:70%; overflow:visible;}
.def_cellPadding1			{ text-align:center;}
.def_selectBtn1				{ margin-right:20px;}
.def_AddSubsection			{ background:#faf7f2;}
.def_AllAwardViewHeader1	{ width:1043px; background:#e1e1e1; border-top:0px;}
.def_AllAwardViewRows1		{ width:1043px;}
.def_createSubSectionL		{ width:20%;}
.def_createSubSectionL1		{ width:15%;}
.def_createSubSectionR		{ width:65%;}
.def_createSubSectionR1		{ width:35%;}
.def_createSubSectionR2		{ width:43%;}
.def_fieldSize				{ width:8%; border:1px solid #CCC; height:20px; border-radius:3px; text-align:center}
.def_fieldSelect			{ width:50%;}
#def_SubSectionslide		{ display:none;}
.def_logoutMenu1			{ margin-top:0px;float:left; width:1033px; background:#FFF; text-align:right; padding:10px;}
.def_fieldDropDw			{ height:25px;}
#def_SubSectioneditslide	{ display:none;}
.def_AllAwardCategoryBox1	{ margin-bottom:5px;}
#def_createSection			{ display:none}
.def_AwardSectionActionBox	{ float:right}
#def_createNewSection3		{ display:none}
.def_ViewNominationForm		{ width:30%;}
.def_selectBtn2				{ margin:0px 0px 0px 10px;}
.def_CategoryHeader			{ width:890px;}
.def_AllAwardCategoryBox2	{ padding:0px; width:100%;}
.def_borderCell				{ border-right:1px solid #FFF; border-left:1px solid #FFF;}
.def_borderCell1			{ border-right:1px solid #FFF;}
.def_borderCell2			{ border-left:1px solid #b1bfca;}
.def_Nomi_Contact1			{ width:30%; height:52px; padding-top:20px; border-left:1px solid #FFF;}
.def_StatsCell1				{ width:29%; float:left; padding:5px; text-align:center;}
.def_StatsCell2				{ width:100%;float:left; border-bottom:1px solid #FFF; text-align:center; padding:6px 0px 5px 0px;}
.def_StatsCell3				{ margin-top:15px; padding:5px;}
.def_StatsCell4				{ border-right:1px solid #FFF; width:50%;}
.def_StatsCell5				{ padding:5px;width:40%;}
.def_StatsCell6				{ width:10%;}
.def_StatsCell7				{ padding-top:0px;}
.def_StatsCell8				{ width:30%;}
.def_StatsCell9				{ width:33%;}
.def_StatsCell10			{ width:100%;}
.def_StatsCell11			{ width:44%;}
.def_StatsCell12			{ width:40%;}
.def_StatsCell13			{ width:32%;}
.def_StatsCell14			{ padding-left:10px;}
.def_NomiRankViewRows1		{ background:#b1bfca;}
.def_clearBorder			{ clear:both; height:1px;}
.def_sidebarBlank			{ width:200px; margin-right:20px; float:left;}
.def_dashboardBlank			{ border-top:1px dashed #CCC; width:1113px; float:left;}
.def_CategoryName1			{ width:80%;}
.def-min-height             { min-height: 220px !important;}

			/*////////////////////////////////////List All Nominations Page ends////////////////*/
			


/*-----------------------------------Admin Dashboard Page CSS ends here------------------------------------------------------------------------*/


			/*---------------------------Additional CSS for Create New Award Page --------------------------------------*/





