/*
============================== 
/module/such/js-such/css/act-loading.scss 
============================== 
*/
.act-loading, .act-loading * { cursor: progress; }

/*
============================== 
/module/such/js-such/css/act-working.scss 
============================== 
*/
.act-working, .act-working * { cursor: progress; }

/*
============================== 
/module/such/form/css/formfield-rating.scss 
============================== 
*/
.form-field.rating .rate { cursor: pointer; }
.form-field.rating .rate.active, .form-field.rating .rate.selected { color: gold; }

/*
============================== 
/css/_bootstrap-variables.scss 
============================== 
*/
/* responsive from 992px; */
/*
==============================  /css/analysis-status.scss 
============================== 
*/
span[analysisStatus="2"] { color: #00FF00; }

span[analysisStatus="1"] { color: #9F9FFF; }

span[analysisStatus="0"] { color: #DFDFDF; }

span[analysisStatus="-1"] { color: #FF9F00; }

span[analysisStatus="9"] { opacity: 0.01; }

span[analysisRequestStatus="1"] { color: #FF9F00; }

span[analysisRequestStatus="0"] { display: none; }

span.exam-admin-request-true { color: #FF9F00; }

span.exam-admin-request-false { opacity: 0.1; }

span.matlab-analysis-false { opacity: 0.1; }

/*
==============================  /css/aplay.scss 
============================== 
*/
.aplay { position: relative; height: 245px; }
.aplay audio { vertical-align: middle; }
.aplay audio.collapse.in { display: inline-block; }

.aplay-simple { height: 155px; }

.aplay-wrapper-button { float: left; margin-right: 15px; line-height: 125px; }

.aplay-wrapper-timeline { overflow: hidden; overflow-x: auto; position: absolute; top: 0; left: 70px; right: 0; }

.aplay-wrapper-timeline-inner { display: inline-block; margin: 0 0 15px; }
.aplay-wrapper-timeline-inner[data-scale="0.5"] { background: transparent repeating-linear-gradient(90deg, #555 0, #555 1px, #eee 1px, #eee 31.25px, #aaa 31.25px, #aaa 32.25px, #eee 32.25px, #eee 62.5px, #555 62.5px, #555 63.5px, #fff 63.5px, #fff 93.75px, #aaa 93.75px, #aaa 94.75px, #fff 94.75px, #fff 125px) repeat; }
.aplay-wrapper-timeline-inner[data-scale="1"] { background: transparent repeating-linear-gradient(90deg, #555 0, #555 1px, #eee 1px, #eee 62.5px, #aaa 62.5px, #aaa 63.5px, #eee 63.5px, #eee 125px, #555 125px, #555 126px, #fff 126px, #fff 187.5px, #aaa 187.5px, #aaa 188.5px, #fff 188.5px, #fff 250px) repeat; }
.aplay-wrapper-timeline-inner[data-scale="2"] { background: transparent repeating-linear-gradient(90deg, #555 0, #555 1px, #eee 1px, #eee 125px, #aaa 125px, #aaa 126px, #eee 126px, #eee 250px, #555 250px, #555 251px, #fff 251px, #fff 375px, #aaa 375px, #aaa 376px, #fff 376px, #fff 500px) repeat; }
.aplay-wrapper-timeline-inner .time-ticks { pointer-events: none; margin: 0; padding: 0; padding-top: 11.25px; }
.aplay-wrapper-timeline-inner .time-ticks li { color: #CDCDCD; font-size: 28.125px; font-style: italic; width: 0; margin: 0; padding: 0; display: inline-block; }
.aplay-wrapper-timeline-inner[data-scale="0.5"] .time-ticks li { padding-right: 62.5px; }
.aplay-wrapper-timeline-inner[data-scale="1"] .time-ticks li { padding-right: 125px; }
.aplay-wrapper-timeline-inner[data-scale="2"] .time-ticks li { padding-right: 250px; }
.aplay-wrapper-timeline-inner .time-ticks li:last-child { padding-right: 0; }

.aplay-spectrogram { height: 127px; background-repeat: no-repeat; background-size: 100% 100%; position: relative; border: 1px solid black; }

.aplay-timeline-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.aplay-timeline { width: 100%; height: 90px; position: relative; background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0px, rgba(255, 255, 255, 0.75) 16px, transparent 20px, transparent 44px, rgba(255, 255, 255, 0.75) 40px, rgba(255, 255, 255, 0.75) 100%); border: 1px solid black; }
.aplay-timeline.readonly { height: 50px; }
.aplay-timeline .aplay-tag { position: absolute; top: 24px; height: 16px; cursor: pointer; background-color: rgba(95, 95, 95, 0.2); border-color: #5f5f5f; }
.aplay-timeline .aplay-tag .h-b, .aplay-timeline .aplay-tag .h-e { position: absolute; cursor: col-resize; border-style: solid; border-left-color: transparent !important; border-right-color: transparent !important; border-width: 8px 4px; box-sizing: content-box; width: 1px; height: 10px; background-color: inherit; background-clip: content-box; }
.aplay-timeline .aplay-tag .h-b { left: -4px; bottom: 0; margin-top: -2px; border-top-color: #5f5f5f; border-top-color: inherit; border-bottom: none; }
.aplay-timeline .aplay-tag .h-e { right: -4px; bottom: 0; margin-bottom: -2px; border-bottom-color: #5f5f5f; border-bottom-color: inherit; border-top: none; }
.aplay-timeline .aplay-tag[title]:not([title=""]):before { content: attr(title); display: inline-block; max-width: 100%; text-overflow: ellipsis; overflow: hidden; position: absolute; bottom: 0; top: 0; line-height: 16px; font-size: 12px; padding: 0 8px; font-weight: 600; background-color: transparent; color: #5f5f5f; color: inherit !important; }
.aplay-timeline .aplay-tag:hover:after { content: ''; display: block; width: 100%; margin-top: -199px; height: 125px; background-color: rgba(0, 0, 0, 0.25); border-style: solid; border-color: #000; border-width: 0 1px; }
.aplay-timeline .aplay-tag:hover { z-index: 100; }
.aplay-timeline .aplay-tag.aplay-tag-0 { top: 0px; }
.aplay-timeline .aplay-tag.aplay-tag-0:hover:after { margin-top: -126px; }
.aplay-timeline .aplay-tag.aplay-tag-1 { top: 24px; }
.aplay-timeline .aplay-tag.aplay-tag-1:hover:after { margin-top: -150px; }
.aplay-timeline .aplay-tag.aplay-tag-2 { top: 48px; }
.aplay-timeline .aplay-tag.aplay-tag-2:hover:after { margin-top: -174px; }
.aplay-timeline .aplay-tag.aplay-tag-3 { top: 72px; }
.aplay-timeline .aplay-tag.aplay-tag-3:hover:after { margin-top: -198px; }

.aplay-progress { width: 0; height: 100%; background-color: rgba(0, 0, 0, 0.25); pointer-events: none; position: absolute; top: 0; }

.dropdown-menu.aplay-tags { top: 100%; margin-top: -25px; margin-left: 70px; transform: translateX(-100%); }
.dropdown-menu.aplay-tags [data-tag="_empty"] { display: none; }

.popover.exam-recording-help[role="tooltip"] { display: block; bottom: auto; top: 100%; right: 0; left: auto; margin-top: -15px; max-width: 320px; }

/*
==============================  /css/bootstrap-compass.scss 
============================== 
*/
/*
==============================  /css/dropdown.scss 
============================== 
*/
.dropdown-menu .dropdown-menu { margin-left: 100%; margin-right: 100%; margin-top: -6px; left: auto; top: 0; }
.dropdown-menu.dropdown-menu-right { right: auto; }
.dropdown-menu.dropdown-menu-right .dropdown-menu { right: 0; }
.dropdown-menu:not(.inside-open) .dropdown:hover > .dropdown-menu { display: block; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-color: transparent; }
.dropdown-menu > li:hover, .dropdown-menu > li:focus { background-color: #f5f5f5; }
.dropdown-menu > li.active, .dropdown-menu > li.dropdown.open { background-color: #f5f5f5; }
.dropdown-menu li.dropdown > a { font-style: italic; }
.dropdown-menu li.dropdown > a:before { content: ''; border: 5px solid transparent; border-right: none; border-left-color: #000; display: inline-block; height: 0px; width: 0px; float: right; margin: 5px 0px; margin-left: 5px; }

/*
==============================  /css/exam.scss 
============================== 
*/
.exam-sites-selector { position: relative; width: 200%; margin: 0 auto; }
.exam-sites-selector img { width: 100%; height: auto; }

.exam-sites-selector label, .exam-sites-legend label { position: absolute; width: 27px; height: 27px; border: 2px solid #a94442; border-radius: 50%; background-color: #f2dede; margin-left: -13.5px; margin-top: -13.5px; margin-bottom: 0; cursor: pointer; color: #a94442; text-align: center; line-height: 25px; }
.exam-sites-selector label input, .exam-sites-legend label input { display: none; }
.exam-sites-selector label.exam-recording-pinned, .exam-sites-legend label.exam-recording-pinned { background-color: #dff0d8; /*border-color: $state-success-text;*/ color: #3c763d; }
.exam-sites-selector label.active, .exam-sites-legend label.active { font-weight: bold; box-shadow: 0 0 8px 4px #5cb85c; }
.exam-sites-selector label.neutral, .exam-sites-legend label.neutral { background-color: #eeeeee; border-color: #777777; color: #777777; }
.exam-sites-selector label, .exam-sites-legend label { border-color: #DFDFDF #DFDFDF #DFDFDF #DFDFDF; border-image: none; border-radius: 50% 50% 50% 50%; -moz-border-radius: 50% 50% 50% 50%; -webkit-border-radius: 50% 50% 50% 50%; border-style: solid; border-width: 4px; height: 31px; width: 31px; }

.exam-sites-legend label { margin: 4px 8px; position: static; }

.exam-sites-wrapper { overflow: hidden; min-width: 218px; max-width: 250px; margin: 0 auto; }

.exam_features legend a { margin-top: 0; }
.exam_features .panel-body .form-field.checkbox { padding: 3px 10px; height: auto; margin-top: 0; margin-bottom: 0; }

.exam_site .btn { margin-top: 0; margin-bottom: 0; }

.exam_sites .exam-sites-all { display: inline-block; margin-bottom: 2px; vertical-align: bottom; }
.exam_sites .exam-sites-shift { display: inline-block; margin-bottom: 2px; vertical-align: bottom; float: right; }

.exam-recording.well { padding-bottom: 0; position: relative; }
.exam-recording.well .form-rm { position: absolute; top: 0; right: 0; }

span.info { display: inline-block; margin: 10px; margin-left: 0; font-weight: normal; text-align: center; vertical-align: middle; white-space: nowrap; padding: 6px 12px 6px 0; font-size: 14px; line-height: 1.42857143; border-radius: 4px; border: 1px solid transparent; }

fieldset.exam_recording_analysis_admin div.panel { margin-bottom: 15px; }
fieldset.exam_recording_analysis_admin div.panel[data-analysis-type="detailed"] div[data-field-name-raw="ga"] { display: none; }

/*
==============================  /css/form.scss 
============================== 
*/
form .form-field.required > label:after { content: '*'; }

.form-tooltip { margin-left: 5px; }

.alarm-0 { background: #00FF00 !important; color: white; }

.alarm-1 { background: #FF9F00 !important; color: white; }

.alarm-2 { background: #FF0000 !important; color: white; }

span.alarm-col- { color: grey; }

span.alarm-col-0 { color: #00FF00; }

span.alarm-col-1 { color: #FF9F00; }

span.alarm-col-2 { color: #FF0000; }

.intensity-0 { background: #FFFFFF !important; }

.intensity-1 { background: #FFEBCC !important; }

.intensity-2 { background: #FF9F00 !important; }

/*
==============================  /css/notify.scss 
============================== 
*/
.notify-item { color: #fff; }
.notify-item.error { background-color: #e74c3c; }

/*
==============================  /css/style.scss 
============================== 
*/
/* responsive from 992px; */
.form-field.checkbox[data-field-type="checkbox"], .form-field.radio[data-field-type="radio"] { margin: 0; }
.form-field.checkbox[data-field-type="checkbox"] + .checkbox, .form-field.checkbox[data-field-type="checkbox"] + .radio, .form-field.radio[data-field-type="radio"] + .checkbox, .form-field.radio[data-field-type="radio"] + .radio { margin-top: 0; }
.form-field.checkbox[data-field-type="checkbox"].form-group, .form-field.radio[data-field-type="radio"].form-group { min-height: 34px; line-height: 34px; }
.form-field.checkbox[data-field-type="checkbox"] input.form-control, .form-field.radio[data-field-type="radio"] input.form-control { width: auto; height: auto; }
.form-field.checkbox[data-field-type="checkbox"] label, .form-field.radio[data-field-type="radio"] label { line-height: 1.42857; }
.form-field.checkbox[data-field-type="checkbox"].margin-label, .form-field.radio[data-field-type="radio"].margin-label { margin-top: 25px; }

.responsive-table-container { width: 70%; margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }

@media screen and (max-width: 1921px) { .width-max-responsive { width: 100%; padding-left: 0px; padding-right: 0px; } }
.analysis-hidden { display: none; }

.retag-site-shift .exam-sites-shift { display: none; }

.label-bold { font-weight: bold; }

.btn:active { color: red; }

img.flag { width: 15px; }

/*
==============================  /css/table.scss 
============================== 
*/
.table-aggregate { font-weight: bold; background: #F0F0F0; }

/*
============================== 
/module/such/framework-mvc/css/mvc-debug.css 
============================== 
*/
#mvc_debug .mvc_debug_pre { white-space: pre-wrap; }

#mvc_debug .popover { max-width: 800px; }

#mvc_debug .popover-title { white-space: nowrap; }

#mvc_debug .panel { margin-bottom: 10px; }

#mvc_debug .panel-body { padding-top: 0; padding-bottom: 0; }

/*
============================== 
/module/such/framework-mvc/css/tablecol-click.css 
============================== 
*/
.tablecol-click { cursor: pointer; }

/*
============================== 
/module/such/form/css/form.css 
============================== 
*/
form .form-field.invisible { display: none; }

/*
============================== 
/module/such/form/css/form-hint.css 
============================== 
*/
.form-field .form-hint { margin-left: 5px; display: inline-block; position: relative; }
.form-field .form-hint .icon { display: block; width: 16px; height: 16px; border-radius: 3px; background-color: #eb2116; color: #fff; font-size: 13px; line-height: 16px; text-align: center; }
.form-field .form-hint .icon:before { content: "?"; }
.form-field .form-hint .content { display: none; position: absolute; left: 25px; top: -6px; background-color: #eb2116; border-radius: 3px; font-size: 12px; color: #fff; padding: 5px; white-space: nowrap; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25); z-index: 9; }
.form-field .form-hint .content:before { content: ' '; display: block; position: absolute; left: -5px; top: 15px; margin-top: -4px; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-right: 5px solid #eb2116; }
.form-field .form-hint:hover .content { display: block; width: auto; height: auto; }

/*
============================== 
/module/such/form/css/form-lang-tabs.css 
============================== 
*/
div.form-lang-tabs ul { list-style-type: none; padding-left: 0; }
div.form-lang-tabs ul li { display: inline; margin-right: 20px; }
div.form-lang-tabs ul li.active { font-weight: bold; }
div.form-lang-tabs ul li.error { text-decoration: underline; }

/*
============================== 
/module/such/form/css/formfield-autocomplete.css 
============================== 
*/
ul.ui-autocomplete { border-radius: 0; background-color: #fff; background-image: none; border: 1px solid #aaa; font-family: Arial, sans-serif; font-size: 13px; font-weight: normal; color: #000; line-height: 16px; margin: 0; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
ul.ui-autocomplete .ui-menu-item { padding: 0; border: 0; }
ul.ui-autocomplete .ui-menu-item a { border-radius: 0; border: 0; background-color: #fff; background-image: none; padding: 7px; margin: 0; }
ul.ui-autocomplete .ui-menu-item a:hover, ul.ui-autocomplete .ui-menu-item a.ui-state-active, ul.ui-autocomplete .ui-menu-item a.ui-state-focus, ul.ui-autocomplete .ui-menu-item a.ui-state-hover { background-image: none; background-color: rgba(0, 0, 0, 0.05); padding: 7px; margin: 0; border: 0; }
ul.ui-autocomplete .ui-autocomplete-category { border-radius: 0; padding: 7px 7px; margin: 0; font-size: 18px; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); background-color: rgba(0, 0, 0, 0.04); color: rgba(0, 0, 0, 0.75); }
ul.ui-autocomplete .ui-autocomplete-category a:hover { border: 0; margin: 0; padding: 7px; }

/*
============================== 
/module/such/form/css/formfield-combobox.css 
============================== 
*/
.ui-autocomplete.ui-front { z-index: 1000; }

.custom-combobox { width: 100%; }
.custom-combobox input { border-radius: 0; background-color: #fff; background-image: none; border: 1px solid #aaa; font-family: Arial, sans-serif; font-size: 13px; font-weight: normal; color: #000; height: 16px; line-height: 16px; padding: 7px; width: calc(100% - 50px); display: inline-block; vertical-align: top; margin: 0; border-right: 0; }
.custom-combobox a.custom-combobox-toggle { border-radius: 0; background-color: #fff; background-image: none; width: 33px; height: 30px; display: inline-block; vertical-align: top; margin: 0; border-color: #aaa; }
.custom-combobox a.custom-combobox-toggle:hover { border-color: #666; }

/*
============================== 
/module/such/js-notify/css/notify-admin.css 
============================== 
*/
/* cms_notify-admin.css */
#notify-container { position: absolute; text-align: center; top: 90px; right: 0px; width: 300px; font-size: 13px; z-index: 999; }

#notify-container .notify-item { background: #fff; border: 1px solid #e0e0e0; border-right: 0px none; margin-bottom: 5px; -moz-border-radius-topleft: 7px; -webkit-border-top-left-radius: 7px; -khtml-border-top-left-radius: 7px; border-top-left-radius: 7px; -moz-border-radius-bottomleft: 7px; -webkit-border-bottom-left-radius: 7px; -khtml-border-bottom-left-radius: 7px; border-bottom-left-radius: 7px; padding: 10px; }

#notify-container .notify-item h1 { text-transform: none; font-size: inherit; }

#notify-container ul li { line-height: 1.5; font-size: 11px; }

#notify-container .success * { color: #00b604; text-transform: uppercase; font-weight: normal; font-size: 14px; }

#notify-container .error * { color: #c94154; text-transform: uppercase; font-weight: normal; font-size: 14px; }

/*
============================== 
/module/such/tabler/css/tabler.css 
============================== 
*/
.tabler .sort { cursor: pointer; padding-right: 20px; }

.tabler .sort.sort-asc, .tabler .sort.sort-desc { background-position: right center; background-repeat: no-repeat; }

.tabler .sort.sort-asc { background-image: url(/file/images/tabler-sort-asc.png); }

.tabler .sort.sort-desc { background-image: url(/file/images/tabler-sort-desc.png); }

.tabler .filter-fields td { padding: 0; }

.tabler .filter-fields td.empty { border: none; }

.tabler .filter-fields input, .tabler .filter-fields select { width: 100%; margin: 0; padding: 2px 5px; }

.tabler .filter-fields input { border: none; background-color: transparent; }

.tabler .filter-fields input[type="checkbox"] { width: auto; height: auto; }

.tabler .filter-fields .filter-date a { display: block; }

.tabler caption { padding: 0.5em 5em 0.5em 1em; white-space: nowrap; position: relative; }

.tabler caption.panel-heading { padding-right: 1em; text-align: center; }

.tabler caption > span { display: block; position: relative; padding: 0 2em; }

.tabler caption .tabler-toggle { position: absolute; top: -2px; right: -2px; }

.tabler caption .tabler-refresh { position: absolute; top: -2px; left: -2px; }

.tabler > .empty { min-height: 20px; line-height: 20px; text-align: center; }

/*
============================== 
/module/such/user-base/css/user-login.css 
============================== 
*/
.user-login-method { margin-bottom: 2em; }

/*
============================== 
/module/such/form-file/css/selenium-upload.css 
============================== 
*/
li.selenium-upload { display: none !important; }

/*
==============================  /css/auto-tag.css 
============================== 
*/
.auto-tag-dropdown { line-height: 1.42857143; }

.auto-tag-dropdown .radio { margin-top: 0; margin-bottom: 0; }

.auto-tag-dropdown .checkbox { margin-top: 0; margin-bottom: 0; }

.auto-tag-group { display: block !important; }

/*.ai { border-color: #7C7C7C !important;
}*/
/*
==============================  /css/field-comments.css 
============================== 
*/
ul.comments-thread { max-height: 400px; overflow-y: auto; }

ul.comments-thread li { overflow: hidden; }

ul.comments-thread .comments-item p { white-space: pre-line; }
