@font-face {
    font-family: "khmer";
    font-style: normal;
    font-weight: regular;
    src: url(../fonts/battambang_regular.ttf);
}

@font-face {
    font-family: "khmer";
    font-style: normal;
    font-weight: bold;
    src: url(../fonts/battambang_bold.ttf);
}

@font-face {
    font-family: khmerMoul;
    font-style: normal;
    src: url(../fonts/khmer_moul_light.ttf);
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

*,
.specific-font {
    font-family: "khmer", sans-serif, "Lato", Calibri, Arial, serif;
}

aside#left-panel {
    width: 260px;
}

.ribbon-button-alignment {
    padding-left: 12px !important;
}

#content {
    margin-left: 40px;
}

.no-padding {
    padding: 0;
}

.school-compare {
    width: 472px;
    margin-bottom: 45px;
    padding-left: 0;
    padding-right: 5px;
}

.variance {
    margin-bottom: 45px;
    padding-left: 0;
    padding-right: 0;
    width: 60px;
}

/*logo side*/
#header > :first-child,
aside {
    width: 50px;
}

#ribbon {
    padding-left: 35px !important;
}

/*Datatable Information Style*/

.dt-buttons {
    padding: 15px 0 0 8px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333;
    padding-bottom: 10px;
    padding-right: 20px;
}

.no-padding .dataTables_wrapper table,
.no-padding > table {
    border: 1px solid #ccc !important;
    border-top: none !important;
    margin: 15px 0 !important;
}

.dataTables_wrapper .dataTables_info {
    padding-left: 10px;
}

span#report-title {
    font-family: khmerMoul;
    font-size: 25px;
}

.correct-font {
    font-family: "khmer", sans-serif, "Lato", Calibri, Arial, serif !important;
}
/*
    .row {
        margin-left: -13px !important;
        margin-right: -13px !important;
    }
*/
.no-padding {
    padding: 0 !important;
}

#tbl-children tr:hover {
    background-color: #f3f3f3;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

#new_form_datatable_filter,
#datatable_fixed_column_filter {
    width: 50%;
    margin: 20px 0 5px 0;
}

#DataTables_Table_0_filter {
    width: 50%;
    margin-top: 0 !important;
}

#three-rd-table {
    border: 1px solid black;
    text-align: center;
}

#district-rd-table {
    border: 1px solid black;
}

#three-rd-table thead tr th {
    border-color: black;
    border-collapse: collapse;
    background-color: #f7f7f6;
}

#three-rd-table thead tr th[rowspan],
#baseline-table thead tr th[rowspan],
#baseline-table thead tr th.valign,
#inspection-table thead tr th.valign,
#indicator-table thead tr th.valign,
#table_report thead tr th.valign {
    vertical-align: middle;
}

#table_report tbody tr td {
    vertical-align: middle;
    line-height: 25px;
    padding: 12px 0;
}

.source-link-style {
    color: blue !important;
    cursor: pointer !important;
}
