#courses, #groups_8, .fil_det{
    display: inline-block;
    vertical-align: top;
    margin: 0 1% 2em 0;
    width: 32%;
}

.dev{
    border-left: #d8e6f3 2px solid;
    border-right: #d8e6f3 2px solid;
    border-bottom: #d8e6f3 2px solid;
    margin: 1em 0;
}

.dev .header_course{
    margin: 0;
    padding: 0.5em 1em;
    background-color: #d8e6f3;
}

.dev .fil_det{
    width: 32.65%;
    margin: 0 1% 2px 0;
}

.dev .fil_det:last-child{
    margin-right: 0;
}

.detail_fields, .no_selected{
    display: none;
}
.detail_fields{
    width: 100%;
}


input[type="button"]:disabled, input[type="button"]:disabled:hover, input[type="submit"]:disabled, input[type="submit"]:disabled:hover{
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.51));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.51));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.51));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.51));
}

input[type="button"] {
    display: block !important;
    padding: 0.7em 1em !important;
    margin: 0 !important;
}

.report_table, .wide_fil{
    width: 49% !important;
    margin: 0 1% 2em 0;
}

.report_table{
    border-collapse: separate !important;
    border-bottom: 1px solid #4d82aa;
}

.detail_report{
    border-collapse: separate !important;
    width: 100%;
}

.report_table th, .detail_report th, .final_report th{
    background: #82c2fa;
    background: -moz-linear-gradient(top, #85c6ff 0%, #1272c2 23%, #0067b9 45%, #007ab9 72%);
    background: -webkit-linear-gradient(top, #85c6ff 0%, #1272c2 23%, #0067b9 45%, #007ab9 72%);
    background: -o-linear-gradient(top, #85c6ff 0%, #1272c2 23%, #0067b9 45%, #007ab9 72%);
    background: -ms-linear-gradient(top, #85c6ff 0%, #1272c2 23%, #0067b9 45%, #007ab9 72%);
    background: linear-gradient(to bottom, #85c6ff 0%, #1272c2 23%, #0067b9 45%, #007ab9 72%);
    font-family: 'segoe_uilight', sans-serif;
    color: #fff;
    margin: 1em 0 0 0;
    padding: .83em .83em .83em 2.25em;
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.report_table td, .detail_report td, .final_report td{
    border-top: 1px solid #4d82aa;
    border-bottom: 1px solid #ffffff;
    background-color: #d8e6f3;
    padding: .5em 1em;
    width: 1%;
    cursor: pointer;
}

.final_report td, .final_report th{
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    cursor: auto;
}

.final_report th{
    padding: .83em;
    text-align: center;
}

.final_report tr:nth-child(odd) td{
    background-color: #dbdada;
}
.final_report tr:nth-child(even) td{
    background-color: #b0afaf;
}

tbody.scrollbody {
    display: block;
    height: 400px;
    overflow: auto;
    background-color: #d8e6f3;
    width: 99.9%;
    margin-top: 1px;
}

.report6 td{
    height: 38px;
}
.report6 tr:last-child td{
    background-color: #d8e6f3;
    font-weight: bold;
}

textarea {
    width: 100%;
    height: 449px;
    resize: none;
    font-size: 16px;
    background-color: #d8e6f3;
    border: none;
    border-radius: 0;
    padding: 2em;
    color: #4d82aa;
}

.report_titles{
    text-align: left;
    border-top: 2px dashed #b3b3b3;
    border-bottom: 2px dashed #b3b3b3;
    margin: 2em 0 !important;
    padding: .5em 0;
    line-height: 45px;
    font-weight: bold;
}
#f_to_pdf{
    border-bottom: 2px dashed #b3b3b3;
    margin: 2em 0;
}

#pdf_button{
    color:#fff;
    padding:.7em 3.5em .7em 1em !important;
    background:url('img/pdf.png')no-repeat center right 1em, -webkit-linear-gradient(top, #3b85c8, #286399);
    background:url('img/pdf.png')no-repeat center right 1em, -moz-linear-gradient(top, #3b85c8, #286399);
    background:url('img/pdf.png')no-repeat center right 1em, -o-linear-gradient(top, #3b85c8, #286399);
    background:url('img/pdf.png')no-repeat center right 1em, -ms-linear-gradient(top, #3b85c8, #286399);
    -webkit-border-radius: 0.313em;
    -moz-border-radius: 0.313em;
    border-radius:0.313em;
    cursor:pointer;
    text-decoration:none;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, .6);
    display:block;
    margin: 0 1em 1em 0 !important;
    border: none;
}
#pdf_button:hover{
    color: #fff;
    background:url('img/pdf.png')no-repeat center right 1em,  -webkit-linear-gradient(top, #3f9ee5, #2e7ab4);
    background:url('img/pdf.png')no-repeat center right 1em,  -moz-linear-gradient(top, #3f9ee5, #2e7ab4);
    background:url('img/pdf.png')no-repeat center right 1em,  -o-linear-gradient(top, #3f9ee5, #2e7ab4);
    background:url('img/pdf.png')no-repeat center right 1em, -ms-linear-gradient(top, #3f9ee5, #2e7ab4);
}

/*#support{*/
    /*padding-top: 5em;*/
/*}*/
.header_course h2{
    float: none !important;
}
table.rating tr:nth-child(2) td:nth-child(1),
table.rating tr:nth-child(3) td:nth-child(1),
table.rating tr:nth-child(4) td:nth-child(1),
table.rating tr:nth-child(2) td:nth-child(4),
table.rating tr:nth-child(3) td:nth-child(4),
table.rating tr:nth-child(4) td:nth-child(4){
    background-color:#53b838;
}
table.rating tr.me td{
    background-color:#f7931e !important;
}
table.rating{

}

table.rating tr td, table.rating tr th{
    width: 24% !important;
    text-align: center;
}
table.rating tr td:nth-child(2), table.rating tr th:nth-child(2){
    width: 51% !important;
    text-align: left !important;
}
table.rating tr td:first-child, table.rating tr th:first-child{
    width: 1% !important;
}

.comment .report_titles{
    border: none;
    margin: 0 !important;
}
.comment{
    border: 2px solid #D8E6F3;
    padding: 0 .5em 1em .5em;

}
#to_pdf img{
    margin-bottom: 1.5em;
}

table.av_rating{
    width: 100%;
}
table.av_rating tr td, table.av_rating tr th{
    width: 10%;
    text-align: center;
}

table.av_rating tr td:first-child, table.av_rating tr th:first-child{
    width: 90% !important;
    text-align: left !important;
}
dt, dd {
    line-height: 20px;
    display: table-cell;
}
dt {
    font-weight: bold;
    width: 370px;
    text-align: right;
}
dd {
    margin-left: 10px;
    width: 500px;
    text-align: left;
    word-wrap: break-word;
}

dl{
    display: table-row;
}
.tabledl{
    width: 100%;
    display: table;
}

/*.vertikal_text{*/
    /*-moz-transform: rotate(-90deg);*/
    /*-webkit-transform: rotate(-90deg);*/
    /*-o-transform: rotate(-90deg);*/
    /*writing-mode: tb-rl;*/
    /*width: 25px;*/
/*}*/

/*#to_pdf{*/
    /*width: 780px;*/
/*}*/

/*.amcharts-axis-fill:nth-child(odd) {*/
    /*fill: rgb(218, 218, 218) !important;*/
/*}*/