.title_journal{
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    margin: 1.170em 0 0 0;
}


.under_title{
    display: inline-block;
    color: #a7a7a7;
    padding: 1.5em 0em;
}

.gray_table{
    width: 100%;
    margin: 1em 1% 0 0;
}
.gray_table th{
    background: #82c2fa; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyYzJmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iIzgyYzJmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzgyYzJmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iIzU5OTlkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #82c2fa 0%, #82c2fa 23%, #82c2fa 45%, #5999d2 72%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82c2fa), color-stop(23%,#82c2fa), color-stop(45%,#82c2fa), color-stop(72%,#5999d2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #82c2fa 0%,#82c2fa 23%,#82c2fa 45%,#5999d2 72%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #82c2fa 0%,#82c2fa 23%,#82c2fa 45%,#5999d2 72%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #82c2fa 0%,#82c2fa 23%,#82c2fa 45%,#5999d2 72%); /* IE10+ */
    background: linear-gradient(to bottom,  #82c2fa 0%,#82c2fa 23%,#82c2fa 45%,#5999d2 72%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c2fa', endColorstr='#5999d2',GradientType=0 ); /* IE6-8 */
    font-family: 'segoe_uilight', sans-serif;
    color:#fff;
    margin:1em 0 0 0;
    padding:.83em;
    font-weight: normal;
    font-size: 1.250em;
    border: 1px solid #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}
.gray_table td.rating, .gray_table td.rating{
    padding: .5em 0;
    width: 6em;
    text-align: center;
}
.gray_table tr td{
    border: 1px solid #ffffff;
    background-color: #d8e6f3;
    padding: .5em 1em;
}
.gray_table tr td:hover{
    background-color: #adc6d6;
}
.gray_table tr td a{
    color: #000000;
    width: 100%;
    height: 100%;
    display: block;
}

/*.pr{*/
    /*height: 10px;*/
    /*width: 10px;*/
    /*background-color: #ffffff;*/
    /*display: inline-block;*/
    /*margin: 0px 1px 0px 1px;*/
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*border-radius: 3px;*/
/*}*/
.journal_course th, .journal_group th, #exporttable table th{
    margin: 0;
    font-family: 'segoe_uilight', sans-serif;
    padding: .83em;
    width: 1%;
    font-size: 1.250em;
    font-weight: normal;
    background: #82c2fa;
    background: -moz-linear-gradient(top, #82c2fa 0%, #82c2fa 23%, #82c2fa 45%, #5999d2 72%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82c2fa), color-stop(23%,#82c2fa), color-stop(45%,#82c2fa), color-stop(72%,#5999d2));
    background: -webkit-linear-gradient(top, #82c2fa 0%,#82c2fa 23%,#82c2fa 45%,#5999d2 72%);
    background: -o-linear-gradient(top, #82c2fa 0%,#82c2fa 23%,#82c2fa 45%,#5999d2 72%);
    background: -ms-linear-gradient(top, #82c2fa 0%,#82c2fa 23%,#82c2fa 45%,#5999d2 72%);
    background: linear-gradient(to bottom, #82c2fa 0%,#82c2fa 23%,#82c2fa 45%,#5999d2 72%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c2fa', endColorstr='#5999d2',GradientType=0 );
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

.journal_course, .journal_group{
    display: inline-block;
    float: left;
    width: 49%;
    margin: 1em 1% 0 0;
}
.journal_course tr td, .journal_group tr td{
    cursor: pointer;
    padding: .5em 1em;
    background-color: #d8e6f3;
    border-bottom: 1px solid #fff;
    width: 1%;
}
.journal_course tr td:hover, .journal_group tr td:hover{
    background-color: #adc6dc !important;
}
.journal_course tr td a, .journal_group tr td a{
    color: #000000;
    width: 100%;
    height: 100%;
    display: block;
}

.selected_cat{
    background-color: #64A4DD !important;
}

.unselected_cat{
    background-color: #d8e6f3 !important;
}

tbody.scrollbody{
    display: block;
    height: 400px;
    overflow: auto;
    background-color: #d8e6f3;
}

h3{
    font-size: 1.875em;
    margin: 0 !important;
}


.common_grades{
    padding-top: 1em;
    width: 18em;
    font-size: 1.24em;
}
.sqw_grade{
    display: inline-block;
    float: right;
    padding: .2em;
}
.urlselect{
    display: inline-block;
}
.export{
    display: inline-block;
    float: right;
}
.export *{
    display: inline-block;
    float: left;
    margin: 0 .2em;
}

.warning_empty_course{
    border: 2px solid #d8e6f3;
    padding: 1em;
}


#groupselector label{
    display: inline-block;
}

/*td.feedbacktext{*/
    /*display: none !important;*/
/*}*/

table#user-grsdes td{
    text-align: center !important;
}

#exporttable{
    overflow-x: auto;
}

#exporttable table th, #exporttable table td{
    min-width: 15em;
    border: 1px solid #FFFFFF;
}

#exporttable table tr.r0 td {
    background-color: #d8e6f3;
}

#exporttable table tr.r1 td {
    background-color: #eef7fe;
}

#exporttable table th{
    padding: .1em .75em !important;
    font-size: 1.1em;
}

#exporttable table td {
    border-right: 1px solid #ffffff;
    padding: .83em;
    color: #000000;
}

