/* tables */
/*table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}*/
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
        width: 1px;
}
/*table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}*/
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

.hidden{
  visibility: collapse;
}

div#edit-date div[class*='form-type-date-'] label{
    width:100px;
}

div#edit-date{
    width:50%!important;
}


form[id^='qa-distinctions-view-form'] div input.form-submit,
form[id^='distinction-form'] div input.form-submit{
    width:200px;
    display: block;
    float: right;
    cursor: pointer;
	margin-left: 10px;
}

table#staff_distinctions_table tbody tr td:nth-child(11),
table#staff_distinctions_table tbody tr td:nth-child(2){
    /*width:1%;*/
    white-space:normal;
}

div#distinctions_wrapper img#print_icon,
div#distinctions_wrapper img#excel_icon{
    float:right;
    cursor: pointer;
    display: block;
}

div#distinctions_wrapper img#excel_icon{
    margin-right: 5px;
}

div#print_icon{
    float:right;
    margin-bottom: 20px;
}

table#staff_distinctions_table{
    margin-top: 20px;
}

div#print_icon{
    height: 5px;
}

div#distinctions_wrapper div#student_distinctions_table_wrapper div.ui-widget-header{
    background: none;
    border: none;
}

div#distinctions_wrapper div#staff_distinctions_table_wrapper div.ui-widget-header{
    background: none;
    border: none;
}

div#info_div,
div#user_distinction_info_div{
    width:100%;
    /*display: inline;*/
    color: #666;
    font-size: 80%;
    font-weight: normal;
    margin-top: 10px;
}

div#info_div{
	margin-bottom: 20px;
}

div.hidden{
    visibility: hidden;
}

div.qa_distinctions_buttons{
	width: 98%;
    background: #e6e6e6;
    padding: 4px 6px 5px;
    border-color: #DDD #BBB #BBB #DDD;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    font-size: 1.05em;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.1);
    color: rgb(140, 0, 38);
    display: block;
    float:left;
    text-align: center;
    margin-top: 10px;
	clear:both;
}

a.qa_distinctions_buttons{
    width: 98%;
    background: #e6e6e6;
    padding: 4px 6px 5px;
    border-color: #DDD #BBB #BBB #DDD;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    font-size: 1.05em;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.1);
    color: rgb(140, 0, 38);
    display: block;
    float:left;
    text-align: center;
    margin-top: 10px;
	clear:both;
}

span.archive_labels{
	font-size: 90%;
}

div#distinctions_archive h4{
	font-size: 100%;
	margin-bottom:5px;
}

div#distinctions_archive a{
	font-size: 90%;
}

/*div#distinctions_archive:first-child{
	margin-top: 20px;
}*/

div#distinctions_archive>div{
	margin-bottom:5px;
}

div#distinctions_archive>div span{
	display: inline-block;
	width: 150px;
}

div#distinctions_page_div,
div#distinctions_user_buttons,
div#distinctions_archive{
	width:100%;
	margin-bottom: 10px;
	clear:both;
}

div#distinctions_archive{
	margin-top: 120px;
}

/*a.qa_distinctions_buttons{
    width: 400px;
    background: #e6e6e6;
    padding: 4px 6px 5px;
    border-color: #DDD #BBB #BBB #DDD;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    font-size: 1.05em;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.1);
    color: rgb(140, 0, 38);
    display: block;
    text-align: center;
    margin-top: 10px;
}*/

a.qa_distinctions_user_buttons{
    width: 47%;
    background: #e6e6e6;
    padding: 4px 6px 5px;
    border-color: #DDD #BBB #BBB #DDD;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    font-size: 1.05em;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.1);
    color: rgb(140, 0, 38);
/*    -webkit-box-shadow: inset 0px 1px 0px #e6e6e6, 0px 2px 0px 0px #c0c0c0, 0px 3px 3px #999;
    -moz-box-shadow: inset 0px 1px 0px #e6e6e6, 0px 2px 0px 0px #c0c0c0, 0px 3px 3px #999;
    box-shadow: inset 0px 1px 0px #e6e6e6, 0px 2px 0px 0px #c0c0c0, 0px 3px 3px #999;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;*/
    display: block;
    /*float:left;*/
    text-align: center;
    margin-top: 10px;
    float:left;
    margin-right: 10px;
    margin-bottom: 30px;
}

a.qa_distinctions_user_buttons:last-child{
	margin-right: 0px;
}

div#qa_distinctions_links_container {
  width: 100%;
  margin-top: 10px;
}
 
div#qa_distinctions_links_container ul {
  list-style-type: none!important;
  list-style-image: none!important;
  margin: 0;
  padding: 0;
}
 
div#qa_distinctions_links_container ul li {
  font: 200 12px/1.5 Helvetica, Verdana, sans-serif;
  border-bottom: 1px solid #ccc;
  width:400px;
  display: block;
  text-align: center;
  /*padding: 4px 6px 5px;*/
}
 
div#qa_distinctions_links_container ul li:last-child {
  border: none;
}
 
div#qa_distinctions_links_container ul li a {
  text-decoration: none;
  color: rgb(140, 0, 38);
  display: block;
  width: 388px;
  padding: 4px 6px 5px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
 
div#qa_distinctions_links_container ul li a:hover {
  font-size: 12px;
  color: rgb(104, 113, 44);
}

div#events_page_div{
    /*margin-top: 80px;*/
}

div#distinctions_page_info_div{
    margin-top: 10px;
}

form.in_table_radios_form{
	display:block;
	width:110px;
}
form.in_table_radios_form label{
	width: 70px;
	margin-right: 5px;
}

form.in_table_radios_form label,
form.in_table_radios_form input{
	display: inline-block;
	float: left;
}

table#user_distinctions_table,
table#user_tab_distinctions_table,
table#user_cv_distinctions_table{
	margin-top:30px;
	table-layout: fixed;
	width:100%;
}

table#user_distinctions_table th:first-child{
	width: 8%;
}

table#user_cv_distinctions_table th:first-child{
	width: 8%!important;
}

table#user_cv_distinctions_table th:nth-child(3){
	width:80%;
}

table#user_tab_distinctions_table caption{
	text-align: left;
}

table#user_tab_distinctions_table th:nth-child(2){
	width:95%;
}

table#user_tab_distinctions_table th,
table#user_cv_distinctions_table th{
	text-align: center;
}

table#user_cv_distinctions_table td:first-child,
table#user_cv_distinctions_table td:nth-child(2){
	text-align: center;
}

table#user_distinctions_table td:first-child,
table#user_distinctions_table td:nth-child(2){
	text-align: center;
}

table#user_distinctions_table th:nth-child(2){
	width: 15%;
	text-align: center;
}

table#user_distinctions_table th:nth-child(n+3){
	text-align: center;
}

table#user_distinctions_table th:nth-child(n+4){
	width: 15%;
}

table#user_distinctions_table td:nth-child(n+4),
table#user_distinctions_table td:nth-child(n+5){
	text-align: center;
}

form[id^='qa-distinctions-view-form'],
form[id^='distinction-form']{
	width: 100%;
}

form[id^='qa-distinctions-view-form'],
form[id^='distinction-form']{
	margin-top: 20px;
}

form[id^='qa-distinctions-view-form'] label,
form[id^='qa-distinctions-view-form'] div.description,
form[id^='distinction-form'] label,
form[id^='distinction-form'] div.description{
	text-align: left;
}

form[id^='qa-distinctions-view-form'] div.form-type-radios > label,
form[id^='qa-distinctions-view-form'] div.container-inline-date div.form-type-date-select label,
form[id^='qa-distinctions-view-form'] div.form-type-textfield > label,
form[id^='qa-distinctions-view-form'] div.form-type-select > label,
form[id^='distinction-form'] div.form-type-radios > label,
form[id^='distinction-form'] div.container-inline-date div.form-type-date-select label,
form[id^='distinction-form'] div.form-type-textfield > label,
form[id^='distinction-form'] div.form-type-select > label{
	display: inline-block;
	width: 30%;
	padding: 5px 3px;
}

form[id^='qa-distinctions-view-form'] div.form-radios,
form[id^='qa-distinctions-view-form'] div.container-inline-date div.date-padding,
form[id^='qa-distinctions-view-form'] div.form-type-textfield input,
form[id^='qa-distinctions-view-form'] div.form-type-select select,
form[id^='distinction-form'] div.form-radios,
form[id^='distinction-form'] div.container-inline-date div.date-padding,
form[id^='distinction-form'] div.form-type-textfield input,
form[id^='distinction-form'] div.form-type-select select{
	display: inline-block;
	width: 65%;
	float: right;
	padding: 5px 3px;
}

form[id^='qa-distinctions-view-form'] div.form-radios div.form-type-radio,
form[id^='distinction-form'] div.form-radios div.form-type-radio{
	display: inline;
	width: 50%;
}

form[id^='qa-distinctions-view-form'] div.form-type-date-select,
form[id^='distinction-form'] div.form-type-date-select{
	width:100%;
}

form[id^='qa-distinctions-view-form'] div.container-inline-date div.form-type-date-select select,
form[id^='distinction-form'] div.container-inline-date div.form-type-date-select select{
	width: 100%;
}

form[id^='qa-distinctions-view-form'] div.container-inline-date div.form-type-date-select div.form-type-select,
form[id^='distinction-form'] div.container-inline-date div.form-type-date-select div.form-type-select{
	margin-left: 5px;
}

form[id^='qa-distinctions-view-form'] div#edit-distinction-type-fieldset div.form-radios,
form[id^='distinction-form'] div#edit-distinction-type-fieldset div.form-radios{
	float: left;
}

table#qa_distinctions_report{
	table-layout: fixed;
	width: 100%;
}

table#qa_distinctions_report tr{
	max-height: 50px;
}

table#qa_distinctions_report th:first-child{
	width: 6%!important;
}

table#qa_distinctions_report th:nth-child(3){
	width: 15%!important;
}


table#qa_distinctions_report th:nth-child(6),
table#qa_distinctions_report th:nth-child(7){
	width: 10%!important;
}

table#qa_distinctions_report th:nth-child(2),
table#qa_distinctions_report th:nth-child(5){
	width: 12%!important;
}

table#qa_distinctions_report th:nth-child(4){
	/*width: 10%!important;*/
}

table#qa_distinctions_report td:last-child{
	text-align: center;
}

table#qa_distinctions_report td:first-child,
table#qa_distinctions_report td:nth-child(2){
	text-align: center;
}

div#qa_distinctions_report_wrapper div.ui-toolbar{
	display: none;
}

table#qa_distinction_info,
table#distinguished_students_table,
table#faculty_advisors_table,
table#distinguished_staff_table{
	table-layout: fixed;
	width:100%;
	margin-bottom: 30px;
}

table#qa_distinction_info{
	margin-top: 20px;
}

table#qa_distinction_info td:first-child{
	width:20%;
	font-weight: bold;
}

table#qa_distinction_info td {
	padding: 0.5em;
}

table#distinguished_students_table th:first-child,
table#distinguished_staff_table th:first-child,
table#faculty_advisors_table th:first-child,
table#user_distinctions_table th:first-child{
	width: 5%;
}

table#user_distinctions_table th:last-child{
	width:15%;
}

table#distinguished_students_table th,
table#distinguished_staff_table th,
table#faculty_advisors_table th,
table#user_distinctions_table th,
table#user_tab_distinctions_table th
{
	border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
	padding: 6px;
}

table#qa_distinction_info caption,
table#distinguished_students_table caption,
table#faculty_advisors_table caption,
table#distinguished_staff_table caption{
	font-size: 90%;
	text-align: left;
	margin-bottom: 5px;
}

div#edit_link_container{
	display: inline-block;
	float: right;
	padding: 10px 0;
}

table#qa_distinctions_summary_report_table{
	table-layout: fixed;
    width: 100%;
	margin-bottom: 20px;
}

table#qa_distinctions_summary_report_table th:first-child{
	width:32%;
}

table#qa_distinctions_summary_report_table td{
	padding: 5px;
}

form[id^='qa-distinctions-view-form'] fieldset#edit-distinction-type-fieldset div.form-radios,
form[id^='distinction-form'] fieldset#edit-distinction-type-fieldset div.form-radios{
	width:100%;
	float: none;
	margin-left: 15%;
	margin-bottom: 10px;
}

form[id^='qa-distinctions-view-form'] fieldset#edit-distinction-type-fieldset div.form-type-radio,
form[id^='distinction-form'] fieldset#edit-distinction-type-fieldset div.form-type-radio{
  /*font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;*/
	padding: 35px;
    overflow: hidden;
}

/*.switch-title {
  margin-bottom: 6px;
}*/

form[id^='qa-distinctions-view-form'] fieldset#edit-distinction-type-fieldset div.form-type-radio input,
form[id^='distinction-form'] fieldset#edit-distinction-type-fieldset div.form-type-radio input{
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

form[id^='qa-distinctions-view-form'] fieldset#edit-distinction-type-fieldset div.form-type-radio label,
form[id^='distinction-form'] fieldset#edit-distinction-type-fieldset div.form-type-radio label{
  float: left;
}

form[id^='qa-distinctions-view-form'] fieldset#edit-distinction-type-fieldset div.form-type-radio label,
form[id^='distinction-form'] fieldset#edit-distinction-type-fieldset div.form-type-radio label{
  display: inline-block;
  width: 30%;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

form[id^='qa-distinctions-view-form'] fieldset#edit-distinction-type-fieldset div.form-type-radio label:hover,
form[id^='distinction-form'] fieldset#edit-distinction-type-fieldset div.form-type-radio label:hover{
    cursor: pointer;
}

form[id^='qa-distinctions-view-form'] fieldset#edit-distinction-type-fieldset div.form-type-radio input:checked + label,
form[id^='distinction-form'] fieldset#edit-distinction-type-fieldset div.form-type-radio input:checked + label{
  background-color: #8C0026;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white;
}

form[id^='qa-distinctions-view-form'] fieldset#edit-distinction-type-fieldset div.form-type-radio:first-child label,
form[id^='distinction-form'] fieldset#edit-distinction-type-fieldset div.form-type-radio:first-child label{
  border-radius: 4px 0 0 4px;
}

form[id^='qa-distinctions-view-form'] fieldset#edit-distinction-type-fieldset div.form-type-radio:last-child label,
form[id^='distinction-form'] fieldset#edit-distinction-type-fieldset div.form-type-radio:last-child label{
  border-radius: 0 4px 4px 0;
}

div#distinctions_results_container div#url_icon_container,
div#distinctions_results_container div#print_icon_container,
div#distinctions_results_container div#xls_icon_container{
	clear: none;
	width: auto;
	float: right;
}

form.distinction-form div.horizontal-tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}

form.distinction-form div.horizontal-tabs ul.horizontal-tabs-list {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

form.distinction-form .horizontal-tabs ul.horizontal-tabs-list {
    background-color: #F4F4F4;
}

form.distinction-form .horizontal-tabs ul.horizontal-tabs-list li.selected {
    border-bottom: 3px solid #8c0026;
}

form.distinction-form .horizontal-tabs ul.horizontal-tabs-list li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
    border-bottom: 3px solid #ccc;
}

form.distinction-form .horizontal-tabs ul.horizontal-tabs-list li a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}

form.distinction-form a[href="#edit-group-info"] strong {
    background-image: url(../../../../../default/files/graduate_icons/info25_1.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 30px;
}

form.distinction-form a[href="#edit-group-edit"] strong {
    background-image: url(../../../../../default/files/graduate_icons/edit25.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 30px;
}

form.qa_custom_form.confirmation{
	margin-top: 20px;
	clear: both;
}

form.qa_custom_form a#edit-cancel{
	background: none repeat scroll 0% 0% #E6E6E6;
    padding: 4px 6px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #DDD #BBB #BBB #DDD;
    cursor: pointer;
    font-size: 14px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
    color: #000;
    display: block;
    float: left;
    min-width: 150px;
	text-align: center;
}

table.qa_distinctions_report_non_admin td:nth-child(4){
	text-align: left!important;
}

table.qa_distinctions_report_admin td:nth-child(5){
	text-align: center;
}

div.form-item-distinction-status label[for='edit-distinction-status']{
	width: 20%!important;
}

div.form-item-distinction-status div.form-radios{
	width: 70%;
}

fieldset#edit-distinction-form div#edit-date div.form-item{
	display: inline;
	float: left;
	width: 30%;
}

form.distinction_form div.form-item-title-gr label, 
form.distinction_form div.form-item-title-en label,
form.distinction-form div.form-item-title-gr label, 
form.distinction-form div.form-item-title-en label{
	text-align: left;
    font-size: 100%;
}