
#webd_title {
    font-weight: normal;
	text-decoration: none;
	font-family: 'Computer Modern Dunhill Roman';
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    color: #0102E2;
}

.webd_sides {
	vertical-align: top;
	display: inline-block;
}

.footer {
    display:inline;
    width:100%;
}

.footer div {
    display:inline-block;
}

#webd_left_side {
	/*max-width: 800px;*/
	text-align: justify;
}

#webd_right_side {
	max-width: 400px;
    float: right;
	padding: 5px;
    text-align:right;
}

@media all and (max-width:1000px){
    #webd_right_side{
        display:none;
    }
    #webd_left_side{
        max-width:100%;
    }
}

#webd_form label {
	display: inline-block;
	width: 250px;
	margin: 2px;
}

#webd_form_show_additional, #prv_year_instruction_button {
    margin: 2px;
    /*width: 100px;*/
    color: #999999;
}

#webd_form_show_additional:hover, #prv_year_instruction_button:hover {
    margin: 2px;
	/*width: 100px;*/
    color: #666666;
    cursor: pointer;
}

.webd_user_form div {
    margin: 5px;
}

.webd_user_form label, .webd_user_file label{
	width: 200px;
	display: inline-block;
}

.user_file_label{
    display:inline-block;
	margin-top:10px;
    margin-bottom:10px;
    margin-right:10px;
    font-weight: bold;
}

.inp {
	margin: 2px;
}

.txt_inp {
	width: 180px;
}

.labeled_select {
	display: inline-block;
}

.webd_result_table {
	width: 100%;
	border: 1px black solid;
	margin-bottom: 10px;
}

.webd_result_table img {
	width: 30px;
}

.webd_rt_caption {
	font-size: large;
	margin: 8px;
	font-weight: bold;
}

.webd_rt_head {
	border: 1px black solid;
	width: 100%;
	background-color: #E0F0E0;
}

.webd_rt_row {
	border: 1px solid;
	width: 100%;
}

.webd_rt_head_cell {
	border: 1px solid;
	padding: 2px;
	text-align: center;
}

.webd_rt_cell {
	border: 1px solid;
	padding: 3px;
}

.webd_rt_num_cell {
	width: 35px;
}

.webd_rt_name_cell, .webd_rt_adviser_cell {
	width: 140px;
}

.webd_rt_department_cell, .webd_rt_group_cell {
	width: 65px;
}

.webd_rt_intrep_cell, .webd_rt_intsl_cell, .webd_rt_rep_cell, .webd_rt_sl_cell {
	width: 40px;
}

td.webd_rt_has_file {
    background-color: #fcc;
    text-align: center;
    vertical-align: middle;
}

td.webd_rt_has_file_in_time {
    background-color: white;
    text-align: center;
    vertical-align: middle;
}

td.webd_rt_no_file {
    background-color: #fcc;
}

a.user_no_file {
	cursor: default;
	pointer-events: none;
	color: black;
}

.star {
	color:red;
}

.webd_user_result_success {
	color:green;
}

.webd_user_result_failure {
	color:red;
}

.webd_user_file form {
	display:inline-block;
}

.hidden {
    display: none;
}
