/*.technion-secure-connection-options{
	direction: ltr !important;
}


body.rtl .technion-secure-connection-options{
margin-left:50px;	
}
*/

.technion-credentials-form label, .technion-credentials-form input { display: block; margin: 0; }
.technion-credentials-form label { font-size:14px; }
.technion-credentials-form input { padding: 5px; }
.technion-secure-connection-field {margin:15px 0;}
#tsc_send { padding: 5px 10px; }

.tsc_error, .tsc_error_message{
	font-weight: bold;
	color: red;
	margin:5px 0;
}


.candidates_login_form{
	background:#FFFFFF;
	width:340px;
	border-top: 1px solid #c0bebf;
	border-right:  1px solid #c0bebf; 
  	border-left: 1px solid #c0bebf;
	-webkit-box-shadow: 0px -2px 10px 5px rgba(148,146,147,1);
	-moz-box-shadow: 0px -2px 10px 5px rgba(148,146,147,1);
	box-shadow: 0px -2px 10px 5px rgba(148,146,147,1);
	border-bottom: 10px solid #d5a00f;
}

.candidates_login_form.lost_pass_content{
	height: 420px;
}

.candidates_login_header{
	margin:5px;
	width:330px;
	height:40px;
	background: #002d62; /* Old browsers */
	background: -moz-linear-gradient(top, #002d62 0%, #002d5b 5%, #06305b 8%, #15325a 10%, #1e355a 13%, #27395a 18%, #2d3d5b 26%, #2d3c59 36%, #273857 46%, #192d50 62%, #0f274b 69%, #07244a 72%, #002046 77%, #000838 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002d62), color-stop(5%,#002d5b), color-stop(8%,#06305b), color-stop(10%,#15325a), color-stop(13%,#1e355a), color-stop(18%,#27395a), color-stop(26%,#2d3d5b), color-stop(36%,#2d3c59), color-stop(46%,#273857), color-stop(62%,#192d50), color-stop(69%,#0f274b), color-stop(72%,#07244a), color-stop(77%,#002046), color-stop(100%,#000838)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #002d62 0%,#002d5b 5%,#06305b 8%,#15325a 10%,#1e355a 13%,#27395a 18%,#2d3d5b 26%,#2d3c59 36%,#273857 46%,#192d50 62%,#0f274b 69%,#07244a 72%,#002046 77%,#000838 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #002d62 0%,#002d5b 5%,#06305b 8%,#15325a 10%,#1e355a 13%,#27395a 18%,#2d3d5b 26%,#2d3c59 36%,#273857 46%,#192d50 62%,#0f274b 69%,#07244a 72%,#002046 77%,#000838 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #002d62 0%,#002d5b 5%,#06305b 8%,#15325a 10%,#1e355a 13%,#27395a 18%,#2d3d5b 26%,#2d3c59 36%,#273857 46%,#192d50 62%,#0f274b 69%,#07244a 72%,#002046 77%,#000838 100%); /* IE10+ */
	background: linear-gradient(to bottom, #002d62 0%,#002d5b 5%,#06305b 8%,#15325a 10%,#1e355a 13%,#27395a 18%,#2d3d5b 26%,#2d3c59 36%,#273857 46%,#192d50 62%,#0f274b 69%,#07244a 72%,#002046 77%,#000838 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002d62', endColorstr='#000838',GradientType=0 ); /* IE6-9 */
}

.candidates_login_title{
	color: #FFFFFF;
	font-size: x-large;
	margin-right:10px;
	
}

.rc-anchor-standard{
	direction:rtl !important;
}

.candidates_login_form .candidates_login_form_content{
	color:#002d62;
	font-size:12px;
	font-family: tahoma;
	margin:10px 15px 10px 10px;
}

.candidates_login_form p {
	line-height: 120%;
}

.entry-content .candidates_login_form table{
	color:#002d62;
	border-bottom: 0 !important;
	font-size:12px;
	margin-bottom:10px !important;
	line-height: 1.5;
}

.entry-content .candidates_login_form table.second{
	margin-bottom:2px !important;
}

.candidates_login_form td{
	border-top: 0 !important;
	padding: 0 !important;
}

.candidates_login_form input, .candidates_login_form select{
	background-color: #f5f5f4;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	height: 17px;
	width: 210px;
	margin: 1px 20px 1px 0;
}

.candidates_login_form a.lost_password,
.candidates_login_form a.lost_password:visited,
.candidates_login_form a.lost_password:hover{
	color:#d5a00f;
	vertical-align: super;
	line-height: 0;
	text-decoration: none;
}

.candidates_login_form input.tsc_view,
.candidates_login_form input.tsc_view:hover,
.candidates_login_form input.tsc_cancel,
.candidates_login_form input.tsc_cancel:hover
{
	color:#FFFFFF;
	width:63px;
	height: 25px;
	font-size: 12px;
	padding:0;
	margin:0;
	margin-right: 15px;
}

.candidates_login_form input.tsc_view:hover
{
opacity:1.0;

box-shadow:none;
}

.candidates_login_form input.tsc_view,
.candidates_login_form input.tsc_view:hover
{
background: rgb(2,48,102); /* Old browsers */
background: -moz-linear-gradient(top, rgba(2,48,102,1) 0%, rgba(30,115,181,1) 71%, rgba(31,117,184,1) 76%, rgba(31,117,184,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,48,102,1)), color-stop(71%,rgba(30,115,181,1)), color-stop(76%,rgba(31,117,184,1)), color-stop(100%,rgba(31,117,184,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(2,48,102,1) 0%,rgba(30,115,181,1) 71%,rgba(31,117,184,1) 76%,rgba(31,117,184,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(2,48,102,1) 0%,rgba(30,115,181,1) 71%,rgba(31,117,184,1) 76%,rgba(31,117,184,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(2,48,102,1) 0%,rgba(30,115,181,1) 71%,rgba(31,117,184,1) 76%,rgba(31,117,184,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(2,48,102,1) 0%,rgba(30,115,181,1) 71%,rgba(31,117,184,1) 76%,rgba(31,117,184,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023066', endColorstr='#1f75b8',GradientType=0 ); /* IE6-9 */
}

.candidates_login_form input.tsc_cancel,
.candidates_login_form input.tsc_cancel:hover
{
background: #d9dadb; /* Old browsers */
background: -moz-linear-gradient(top,  #d9dadb 0%, #97979a 5%, #929395 11%, #b4b6b8 68%, #b6b8ba 74%, #b6b8ba 89%, #bcbec0 95%, #e3e4e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9dadb), color-stop(5%,#97979a), color-stop(11%,#929395), color-stop(68%,#b4b6b8), color-stop(74%,#b6b8ba), color-stop(89%,#b6b8ba), color-stop(95%,#bcbec0), color-stop(100%,#e3e4e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d9dadb 0%,#97979a 5%,#929395 11%,#b4b6b8 68%,#b6b8ba 74%,#b6b8ba 89%,#bcbec0 95%,#e3e4e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d9dadb 0%,#97979a 5%,#929395 11%,#b4b6b8 68%,#b6b8ba 74%,#b6b8ba 89%,#bcbec0 95%,#e3e4e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d9dadb 0%,#97979a 5%,#929395 11%,#b4b6b8 68%,#b6b8ba 74%,#b6b8ba 89%,#bcbec0 95%,#e3e4e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d9dadb 0%,#97979a 5%,#929395 11%,#b4b6b8 68%,#b6b8ba 74%,#b6b8ba 89%,#bcbec0 95%,#e3e4e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dadb', endColorstr='#e3e4e5',GradientType=0 ); /* IE6-9 */
}


.candidates_login_form td.lost_password{
	width: 44%;
}

.candidates_login_form div.grey_border{
	width: 100%;  
    height: 8px; 
	background: #d1d2d4; /* Old browsers */
	background: -moz-linear-gradient(top,  #d1d2d4 0%, #edeeee 50%, #fafafb 83%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d2d4), color-stop(50%,#edeeee), color-stop(83%,#fafafb), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d1d2d4 0%,#edeeee 50%,#fafafb 83%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d1d2d4 0%,#edeeee 50%,#fafafb 83%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d1d2d4 0%,#edeeee 50%,#fafafb 83%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d1d2d4 0%,#edeeee 50%,#fafafb 83%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d2d4', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

}

div.text_second_section p{
	font-size: 10px;
	margin-top: 15px;
}

div.text_second_section p,
div.candidates_login_form_content p{
	margin:10px 0;
}

div.text_second_section p:nth-child(3){
	font-weight: bold;
}

.candidates_login_form .candidates_lost_password p{
	color:#002d62;
	font-size:12px;
	font-family: tahoma;
	margin:10px 15px 10px 10px;
}

.candidates_login_form .candidates_lost_password p:nth-child(odd){
	font-weight: bold;
}

div.candidates_login_form_content div.info{
	color:red;
}

/*Customize candidate-treatment-status page*/

#candidate-treatment-status table{
	color:#003d79;
	border-bottom: 0 !important;
    border-collapse: separate;
    border-spacing: 10px 10px;
      
}


#candidate-treatment-status td{
	border-top: 0 !important;
	padding: 0 !important;
}

#grades-list,
#mechina_list,
#architecture_exam_location
{
	display: none;
}


#candidate-treatment-status .table-header{
	background: #003d79;
	color:#FFFFFF;
	font-size: 16px;
	height: 40px;
	padding-top:10px;
	padding-right: 50px;
	
}

#user-details .table-header{
	background-image: url(images/user_details_image.png);
	background-repeat: no-repeat;
	background-position: 100% 35%;
}

#decision .table-header{
	background-image: url(images/letters-and-summonses_image.png);
	background-repeat: no-repeat;
	background-position: 100% 35%;
}

#grades-and-entrance-exams .table-header{
	background-image: url(images/grades-and-entrance-exams_image.png);
	background-repeat: no-repeat;
	background-position: 100% 35%;
}

#dorms .table-header{
	background-image: url(images/dorms_image.png);
	background-repeat: no-repeat;
	background-position: 95% 70%;
}

#payments .table-header{
	background-image: url(images/payments_image.png);
	background-repeat: no-repeat;
	background-position: 100% 35%;
}

#cancellations .table-header{
	background-image: url(images/cancellations_image.png);
	background-repeat: no-repeat;
	background-position: 100% 35%;
}

#remarks .table-header{
	background-image: url(images/user_details_image.png);
	background-repeat: no-repeat;
	background-position: 100% 35%;
}

#user-details,
#decision,
#grades-and-entrance-exams,
#dorms,
#payments,
#cancellations,
#grades-list,
#architecture_exam_location,
#mechina_list,
#remarks
{
	background:#ffffff;
	margin-bottom: 10px;
	border: 2px solid #516c89;
	border-radius: 15px;
	overflow: hidden;
}

#user-details, #remarks{
	width: 94.6%;
	height: auto;
	float: right;
}

#user-details table, #remarks table{
	line-height: 10px;
	width: 90%;
}

#decision,
#grades-and-entrance-exams
{
	float: right;
	width: 46%;
	min-height: 400px;
	height:auto;
	margin-left:2%;
}

#dorms,
#payments
/*#cancellations*/
{
	float: right;
	width: 46%;
	min-height: 150px;
	height:auto;
	margin-left:2%;
}

#grades-list,
#mechina_list{
	width: 288px;
	height: auto;
}

/*
#grades-list .table-header,
#architecture_exam_location .table-header{
margin-top:-20px;
}
*/
#grades-list .tsc_close_window,
#mechina_list .tsc_close_window,
#architecture_exam_location .tsc_close_window
{
	padding-right:10px;
}



#grades-list th{
	color: #003d79;
	font-weight: bold;
}

#candidate-treatment-status td.status{
	font-weight: bold;
}

#candidate-treatment-status td.finished{
	font-weight: bold;
}

#candidate-treatment-status td.pending{
	color: #939598;
	font-weight: bold;
}

#candidate-treatment-status td.finished::before{
    content: url(images/finished_sign_image.png);
  }
  
#candidate-treatment-status td.pending::before{
    content: url(images/pending_status_image.png);
  }
  
#candidate-treatment-status .pending,
#candidate-treatment-status .finished,
#candidate-treatment-status .status
{
	line-height:15px;
}  
  
.exam_location, .grades, .mechina_grades{
	font-weight: normal;
	display: block;
	font-size: 11px;
	line-height:10px;
	text-indent:3.4em;
	cursor: pointer;
}

.status .exam_location{
	text-indent:0;
}

#candidate-treatment-status .grade
{
	/*background-image: url(images/border_grade.png);
	background-repeat: no-repeat;*/
	text-align: center;
	width: 50px;
	/*background-position-y: 20%;*/
	border: 1px solid #4e4b4c !important;
	vertical-align: top;
	border-radius: 10px;
	font-weight: bold;
}


.tsc_close_window{
	text-align:right !important;
	color:red;
	font-weight:bold;
	font-size:16px;
	cursor:pointer
}

#grades-list,
#architecture_exam_location,
#mechina_list
{
	/*background: #ffffff;*/
	position: fixed;
    top: 20%;
	right: 45%;
	
}

.bold{
	font-weight: bold;
}

.underline{
	text-decoration: underline;
}

.bold-underline{
	font-weight: bold;
	text-decoration: underline;
}


/*For Teaching Referendum*/
.referendum_table{
border: 0px solid #007681;
    border-radius: 5px;
    padding: 10px;
    box-shadow: -0.5px 0.5px 0.25px 0.25px #007681;
    background-color:#DCEAD0 !important;
    
}

.referendum_table .thead{
	font-size: 1em;
    color: #0C2A62;
    letter-spacing: 1px;
    border-bottom: 1px solid #A8821B;
    
}

.referendum_table .col
{
    float: right;
    width: 15%;
    padding:3px;
    margin:2px;
}

.referendum_table .last{
    float: left;
    width: 15%;
    padding: 3px;
    margin: 2px;
}

.referendum_table .row{
    height: auto;
    overflow: auto;
}

.referendum_table .show-referendum-results{
    background: #007681;
    color:#FFFFFF;
    font-weight:bold;
}

.referendum_table .show-referendum-results:hover, 
.referendum_table .show-referendum-results:active, 
.referendum_table .show-referendum-results:visited, 
.referendum_table .show-referendum-results:focus{
	background: #88BE5F !important;
	color:#FFFFFF;
    font-weight:bold;
    border: none !important;
}
.referendum_table .row:not(:last-child){
    border-bottom: 1px solid #A8821B; 
}

.referendum_result{
	direction: ltr !important;
}

.referendum_result input[type="button"].btn{
font-weight: normal;
font-size: large;
padding:0 15px;
margin: 0;
float: left;
clear: both;
}

.referendum_result{
background:#ffffff;
/*width: 50%;*/
margin-left: auto ;
margin-right: auto ;
/*padding: 20px 40px;*/
}

.referendum_result table, 
.referendum_result th, 
.referendum_result td{
	border: 1px solid #006699;
	padding: 2px;
	border-spacing: 2px;
}

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

	
.referendum_result p{
padding: 10px;
} 
  
@media screen and (max-width: 900px){

	#decision,
	#grades-and-entrance-exams,
	#dorms,
	#payments,
	#remarks,
	#user-details
	/*#cancellations*/
	{
		float: none;
		width: 94.6%;
		margin-left:0;
	}
	
	
}


/*Start Setting for WP Accessibility*/

.fontsize #candidate-treatment-status table{
	font-size: 80% !important;
}

.fontsize #user-details,
.fontsize #remarks{
	width:100%
}

.fontsize #decision,
.fontsize #grades-and-entrance-exams{
	margin-left:0;
	width:49%;
}
