
.hm-flex{display:-ms-flexbox;display:-webkit-flex;display:flex}
.hm-flex-inline{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex}
.hm-flex-inline>*,
.hm-flex>*{-ms-flex-negative:1}
.hm-flex-top{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}
.hm-flex-middle{-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.hm-flex-bottom{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}
.hm-flex-center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.hm-flex-right{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}
.hm-flex-space-between{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.hm-flex-space-around{-ms-flex-pack:distribute;-webkit-justify-content:space-around;justify-content:space-around}
.hm-flex-row-reverse{-ms-flex-direction:row-reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}
.hm-flex-column{-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.hm-flex-column-reverse{-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;flex-direction:column-reverse}
.hm-flex-nowrap{-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}
.hm-flex-wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.hm-flex-wrap-reverse{-ms-flex-wrap:wrap-reverse;-webkit-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}
.hm-flex-wrap-top{-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start}
.hm-flex-wrap-middle{-ms-flex-line-pack:center;-webkit-align-content:center;align-content:center}
.hm-flex-wrap-bottom{-ms-flex-line-pack:end;-webkit-align-content:flex-end;align-content:flex-end}
.hm-flex-wrap-space-between{-ms-flex-line-pack:justify;-webkit-align-content:space-between;align-content:space-between}
.hm-flex-wrap-space-around{-ms-flex-line-pack:distribute;-webkit-align-content:space-around;align-content:space-around}
.hm-clearfix::before {
    content: "";
    display: table-cell;
}
.hm-clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.hm-section-wrapper {
    margin: 0 0 20px 0;
    background-color: #fff;
}
.hm-section-wrapper .hm-panel-body {
    padding: 15px;
}
.hm-section-wrapper .title-widget {
    font-size: 14px;
    color: #36c;
	font-weight: 600;
	line-height: 24px;
	background-color: #f7f7f7;
    padding: 6px 20px 6px 47px;
    position: relative;
    margin-bottom: 15px
}
.hm-section-wrapper .title-widget:before{
	content: '';
	width: 60px;
	height: 40px;
	background-image: url('../../images/icon-big.png');
	background-repeat: no-repeat;
	background-position: left -61px;
	position: absolute;
	left: 0;
	top: 0;
}
.hm-section-wrapper .section-description {
    margin-bottom: 20px;
    color: #f00;
    font-size: 14px;
    font-style: italic;
}
.hm-section-wrapper .line-arr {
	position: relative;
    height: 1px;
    background: #c9e1f7;
}
.hm-section-wrapper .line-arr span.absolute, .hm-section-wrapper .exam span.absolute {
    position: absolute;
    background: url(../../images/icons.png) no-repeat left -78px;
    width: 23px;
    height: 11px;
    top: 0;
    left: 20px;
    z-index: 99;
}
.hm-section-wrapper .seach-shol {
    margin: 25px 0 20px;
}
.hm-section-wrapper .seach-shol .clblue2 {
    color: #36c !important;
    width: 100px;
    font-weight: 500;
}
.hm-section-wrapper .seach-shol .js-keyword-search{
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -ms-calc(100% - 100px);
    width: -o-calc(100% - 100px);
    width: calc(100% - 100px);
    padding-right: 15px;
}
.hm-section-wrapper .seach-shol input {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #dedede;
	height: 32px;
	padding: 5px;
	color: #999;
	font-style: italic;
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
	margin-bottom: 0
}
.hm-section-wrapper .list-schol{
	width: 60%;
	float: left;
	margin-bottom: 15px
}
.hm-section-wrapper .box_border{
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 15px 5px 3px;
	height: 240px;
	overflow: auto;
	position: relative;
}
.hm-section-wrapper .list-fiter{
	width: 40%;
	float: right;
    padding-left: 15px;
	margin-bottom: 15px
}
.hm-section-wrapper .list-fiter li + li {
    margin-top: 10px;
}
.hm-section-wrapper .list_style {
    padding: 0 0 0 20px;
    list-style: none;
}
.hm-section-wrapper .list_style li .clblue2{
	color: #36c !important;
    font-weight: 500
}
.hm-section-wrapper .list_style li {
    list-style: none;
    margin-left: 0;
}
.hm-section-wrapper .list_style li select {
	height: 34px;
	width: 100% !important;
	border: 1px solid #dedede;
	border-radius: 4px;
	padding: 2px;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.hm-section-wrapper .arrow_select{
	position: relative;
}
.hm-section-wrapper .arrow_select:after{
	content: '';
	border-top: 5px solid #979797;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	   -moz-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	     -o-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
.hm-section-wrapper .btn-search {
    background: #f84861;
	color: #fff;
    border-radius: 4px;
    padding: 5px 20px;
    border: 1px solid;
    cursor: pointer;
}
.ajax-loading{
	display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .22);
    background-image: url(../../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9999999999;
    visibility: visible;
}

.hm-title-page {
    font-size: 14px;
    background-color: #0072bc;
	color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    padding: 8px 6px 8px 40px;
    background-image: url(../../images/ic_search.png);
    background-repeat: no-repeat;
    background-position: center left 9px;
    margin: 0;
}
.hm-panel-body {
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #e3e3e3;
}
.submajors-page .hm-description .kk-star-ratings {
    display: none !important;
}
.hm-panel-body.submajors-page .kk-star-ratings {
    margin: 15px 0 0 15px;
}
.hm-description {
    padding: 15px;
    border-bottom: 1px solid #e3e3e3;
    line-height: 20px;
}
.hm-content-benchmarking{
	padding: 15px;
	line-height: 20px
}
.content-oveflow-auto{
    overflow: auto;
}
.hm-filter-search {
    margin-bottom: 15px;
}
.filter-name .cta-target {
    padding: 6px 15px 4px 15px;
    display: block;
    border: 1px solid #0072bc;
    border-radius: 5px;
    font-weight: 500;
    color: #0072bc;
}
.filter-field select {
    width: 100px;
    padding: 5px;
}
.hm-nodata-result {
    color: red;
    text-align: center;
    font-style: italic;
}
.hm-table{
	width: 100%;
}
.hm-table-middle td, .hm-table-middle th{
	vertical-align: middle;
}
.hm-custom-table {
    border: 1px solid #e3e3e3;
    min-width: 600px;
}
.hm-custom-table td, .hm-custom-table th {
    padding: 7px;
    border: 1px solid #e3e3e3;
    text-align: center;
}
.hm-custom-table th {
    font-weight: 600;
}
.hm-conten-year {
    padding: 15px;
}
.order-filter{
	margin-top: 10px
}
.order-filter > * + * {
    margin-left: 10px;
}
.hm-pagination {
    list-style: none;
    margin: 15px 0 0;
    float: right;
}
.hm-pagination li{
    float: left;
    list-style: none;
    margin: 0 0 0 5px;
}
.hm-pagination li .page-link {
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    background-color: #bbb;
    color: #333;
    cursor: pointer;
    outline: 0;
}
.hm-pagination li.hm-active .page-link {
    background-color: #3b5998;
    color: #fff;
}
.clearboth{clear: both}
.js_auto_height > * {
    line-height: 20px;
}
.js-content-more {
    overflow: hidden;
    position: relative;
}
.js-content-more.active {
    height: 100% !important;
}
.text-center{
    text-align: center
}
.js-more::before {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #288ad6;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.js-more.active:before{
    border-bottom: 5px solid #288ad6;
    border-top: 0px solid transparent;
}
.js-more {
    color: #288ad6;
    position: relative;
    padding-right: 15px;
}
.hm-custom-table td a{
    color: #288ad6;
}
.relative {
    position: relative;
}
.table-scroll.relative {
    overflow: hidden;
}
.main-table.clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    overflow: auto;
}
.main-table.clone th:not(.fixed-side), .main-table.clone td:not(.fixed-side) {
    visibility: hidden;
    border: 0;
}
.main-table.clone .fixed-side {
    visibility: visible;
    background-color: #fff;
}
.width-100 {
    min-width: 100px;
    max-width: 100px;
    white-space: normal;
}
.width-150 {
    min-width: 150px;
    max-width: 150px;
    white-space: normal;
}
.table-responsive {
    display: inline-block;
    width: 100%;
    overflow-x: auto;
}
.main-table {
    margin-bottom: 15px;
}
.hm-custom-table p {
    margin-bottom: 0;
}
.submajor_other_title {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}
.submajor_other ul{
    margin-bottom: 0;
}
.submajor_other ul li {
    font-size: 14px;
    padding: 0 10px;
    position: relative;
    font-weight: 300;
}
.submajor_other ul li + li{
    margin-top: 5px;
}
.submajor_other ul li::before{
    content: '';
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
}
.submajor_other ul li a {
    text-decoration: underline;
    color: #288ad6;
}
.view-score-target a {
    display: block;
    background-color: #fff;
    padding: 8px;
    font-weight: 500;
    border: 1px solid rgb(76, 111, 191);
    border-radius: 0 5px 5px 0;
    font-size: 13px;
    text-align: center;
}
.view-score-target {
    display: block;
    padding: 0px 0px 0px 40px;
    background-color: rgba(76, 111, 191, 1);
    background-image: url('../images/u73.png');
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.box-admission-tools {
    padding: 10px 10px 0 10px;
    background-color: #f7f7f7;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
}
.title-tools {
    font-weight: 500;
    font-size: 14px;
}
.column-field .item-field label {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: calc(100% - 80px);
    padding-right: 15px;
}
.column-field .item-field input {
    width: 80px;
    padding: 8px;
    height: 42px;
    margin-bottom: 0;
    border-radius: 4px;
    border-color: #e3e3e3;
    text-align: center;
    font-weight: 500;
    color: red;
    font-size: 14px;
}
.column-field .item-field {
    margin-bottom: 15px;
}
.column-field .item-field label {
    font-size: 13px;
}
.switch-type span {
    font-weight: 500;
}
button.btn-score {
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(76, 111, 191, 1);
    border-radius: 4px;
    padding: 7px 20px;
    min-width: 215px;
    color: #4C6FBF;
    font-weight: 500;
    cursor: pointer;
}
.btn-score.uk-active {
    background-color: rgb(76, 111, 191);
    color: #fff;
}
button.btn-admission {
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(112, 182, 3, 1);
    border-radius: 4px;
    padding: 7px 20px;
    min-width: 215px;
    color: #70B603;
    font-weight: 500;
    cursor: pointer;
}
.btn-admission.uk-active {
    background-color: rgba(112, 182, 3, 1);
    color: #fff;
}
#popup-rule-score .uk-modal-dialog {
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}
#popup-rule-score .panel__head {
    padding: 10px;
    background-color: rgba(76, 111, 191, 1);
    border-bottom: 1px solid #dedede;
}
#popup-rule-score .uk-modal-close2.uk-close {
    position: absolute;
    right: 5px;
    top: 9px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
}
#popup-rule-score .panel__heading {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 0;
}
#popup-rule-score .panel__body h4 {
    font-size: 14px;
}
#popup-rule-score .panel__body {
    padding: 20px;
}
#popup-rule-score .panel__footer {
    padding: 0 30px;
}
#popup-result-score-form:not(.uk-open) .uk-close {
    display: none;
}
#popup-result-score-form.uk-open .uk-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}
#popup-result-score-form .uk-modal-dialog {
    padding: 0;
    background-color: #fff;
    box-shadow: none;
}
#popup-result-score-form .uk-modal-dialog .box-attempt-admisssion, #popup-result-score-form .uk-modal-dialog .box-attempt-score{
    box-shadow: none;
}
#popup-result-score-form .uk-modal-dialog .box-attempt-admisssion{margin-bottom: 0;}
#popup-result-score-form .uk-modal-dialog .more-point {padding: 0 10px 20px;}
#popup-result-score-form .uk-modal-dialog .more-point, #popup-result-score-form .uk-modal-dialog .filter-acction {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#popup-result-score-form .uk-modal-dialog .more-point a {margin-left: 10px;}
#popup-result-score-form:not(.uk-modal) .filter-acction span{
    display: none;
}
#popup-result-score-form .uk-modal-dialog .filter-acction button{
    width: auto;
    min-width: 100px;
}
.filter-acction > span.uk-active i:before {
    content: "\f06e";
}
.filter-acction > span i {
    margin-right: 5px;
}
.filter-acction > span {
    color: rgb(76, 111, 191);
    font-style: italic;
    cursor: pointer;
}
.admin-bar .uk-modal .uk-modal-dialog {
    margin-top: 60px;
}
.content-oveflow-auto .wp-list-table2 {
    min-width: 400px;
}
.content-oveflow-auto canvas {
    min-width: 750px;
    min-height: 425px;
    height: auto !important;
}
.title_chart_mobile {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding: 20px 0;
}
.benchmark-data-ajax.hidden-field .filter-forms, .benchmark-data-ajax.hidden-field button[type="submit"] {
    display: none;
}
.form-result {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.box-attempt-admisssion, .box-attempt-score {
    padding: 15px;
    box-shadow: 0px 1px 5px 3px #ccc;
    margin-bottom: 25px;
    border-radius: 5px;
}
.note_tbale {
    color: #939393;
}
.box-attempt-score p:last-child{
    font-size: 13px;
    font-style: italic;
    text-align: center
}
.select2.select2-container {
    width: 100% !important;
}
[data-toogle="admission"] {
    background-color: rgb(0, 133, 186);
    color: #fff;
    border-radius: 4px;
    padding: 6px 10px;
    font-weight: 500;
    cursor: pointer;
    border-color: rgba(76, 111, 191, 1);
    border-width: 1px;
    border-style: solid;
    min-width: 100px;
    display: block;
    text-align: center;
}
[data-toogle="admission"]:hover{
    color: #fff;
}
[data-toogle="admission"][disabled],
[data-toogle="benchmark"][disabled] {
    background-color: #b7b7b7;
    border-color: #b7b7b7;
}
.form-result .num_grade_ {
    font-size: 13px;
    color: #828282;
}
.box-attempt-admisssion li + li {
    display: none !important;
}
.box-attempt-admisssion .title_grade {
    width: 40%;
}
.box-attempt-admisssion .select_grade{
    width: 60%;
}
.box-attempt-admisssion .filter-buttons {
    width: 100px;
}
.respone-select-grade tr small{
    font-weight: normal;
    display: block;
}
.box-attempt-admisssion .item-selects {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -ms-calc(100% - 100px);
    width: -o-calc(100% - 100px);
    width: calc(100% - 100px);
    padding-right: 15px;
}
.form-result > button {
    width: 48%;
}
.more-point {
    color: #4C6FBF;
    font-weight: 500;
    margin-bottom: 15px;
}
.more-point a {
    background-color: rgba(76, 111, 191, 1);
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 3px 15px;
    font-size: 13px;
    min-width: 75px;
    text-align: center;
}
.more-point a:hover{color: #fff;}
.benchmark-content {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #ececec;
    border-radius: 10px;
}
.benchmark-form-filter .filter-forms{
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -ms-calc(100% - 90px);
    width: -o-calc(100% - 90px);
    width: calc(100% - 90px);
    padding-right: 15px;
}
.benchmark-form-filter .filter-acction {
    width: 90px;
}
.benchmark-form-filter .filter-acction > button {
    width: 100%;cursor: pointer;
    background-color: rgba(76, 111, 191, 1);
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 7px 15px;
    font-size: 14px;
    border: none;
}
.benchmark-field > label{
    width: 110px;
    font-weight: 500;
}
.benchmark-field .selectc-benchmark{
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: -ms-calc(100% - 110px);
    width: -o-calc(100% - 110px);
    width: calc(100% - 110px);
    padding-left: 15px;
}
.benchmark-data-filter .hm-filter-search {
    color: #0072BC;
}
.selectc-benchmark .select2-container--default .select2-selection--single,
.selectc-benchmark .select2-container--default .select2-selection--single .select2-selection__arrow {height: 36px}
.selectc-benchmark .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 36px;}
.back_titles > a {
    font-style: italic;
    color: #4C6FBF;
    font-size: 14px;
}
.target_score_link > a + a {
    margin-left: 10px;
}
.target_score_link > br{
    width: 100%;
}
.target_score_link > span a {
    min-width: 150px;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    text-transform: capitalize;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 2px #ccc;
    padding: 0 30px;
    color: #333;
}
.uk-open .uk-modal-dialog.position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 !important;
}
.target_score_link > span:hover  a{
    color: #fff;
    font-weight: 500;
    background-color: rgba(76, 111, 191);
}
.item-selects .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: transparent;
    border-color: transparent;
}
.modal-panel .panel__body img.uk-hidden-large {
    width: 100% !important
}
@media (max-width: 767px) {
    .hm-section-wrapper .list-fiter,
    .hm-section-wrapper .list-schol{
        width: 100%;
        float: left;
        padding-left: 0
    }
    .hm-section-wrapper .list_style{
        padding: 0
    }
    .hm-filter-search{
        display: block;
    }
    .hm-filter-search > *:not(:last-child){
        margin-bottom: 10px
    }
    .content-oveflow-auto canvas {
        width: 100% !important
    }
}

@media (max-width: 600px) {
    button.btn-admission, button.btn-score {
        width: 100%;
    }
    button.btn-admission{
        margin-top: 15px;
    }
    .box-attempt-admisssion .title_grade, .box-attempt-admisssion .select_grade,
    .benchmark-form-filter .filter-forms, .benchmark-form-filter .filter-acction {
        width: 100%;
    }
    .benchmark-form-filter .filter-forms{
        padding-right: 0;
    }
    .benchmark-field {
        margin-bottom: 15px;
    }
    .target_score_link > .uk-clearfix {
        display: none;
    }
    .target_score_link > span  a{
        width: 100%;
    }
    .target_score_link span:not(.mobile-width-1-1) {
        width: 50%;
    }
    .mobile-width-1-1{
        width: 100%;
        order: 9;
    }
}
@media (max-width: 460px) {
    .order-filter > strong {
        display: none;
    }
    .hm-title-page {
        padding-left: 10px;
        background-image: none;
    }
    .main-table.clone .fixed-side {
        visibility: hidden;
        border-color: transparent;
    }
    .main-table.clone .fixed-side:first-child {
        visibility: visible;
        border-color: #e3e3e3;
    }
}