*,
:before,
:after {
    box-sizing: border-box;
}


/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation
*    change, without disabling
*    user zoom.
*/

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
* Remove default margin.
*/

body {
    margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   */

[hidden] {
    display: none;
}


/**
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/

template {
    display: none;
}


/* Links
   ========================================================================== */


/**
   * Remove the gray background color from active links in IE 10.
   */

a {
    background-color: transparent;
}


/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/

a:active,
a:hover {
    outline: 0;
}


/* Text-level semantics
   ========================================================================== */


/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/

abbr[title] {
    border-bottom: 1px dotted;
}


/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/

b,
strong {
    font-weight: bold;
}


/**
* Address styling not present in Safari and Chrome.
*/

dfn {
    font-style: italic;
}


/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/

h1 {
    font-size: 2em;
    margin: 0.6666666667em 0;
}


/**
   * Address styling not present in IE 8/9.
   */

mark {
    background: #ff0;
    color: #000;
}


/**
* Address inconsistent and variable font size in all browsers.
*/

small {
    font-size: 80%;
}


/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
   * Remove border when inside `a` element in IE 8/9/10.
   */

img {
    border: 0;
}


/**
   * Correct overflow not hidden in IE 9/10/11.
   */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
   * Address margin not present in IE 8/9 and Safari.
   */

figure {
    margin: 1em 40px;
}


/**
* Address differences between Firefox and other browsers.
*/

hr {
    box-sizing: content-box;
    height: 0;
}


/**
* Contain overflow in all browsers.
*/

pre {
    overflow: auto;
}


/**
* Address odd `em`-unit font size rendering in all browsers.
*/

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/


/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font-size: 16px;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */

button {
    overflow: visible;
}


/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/

button,
select {
    text-transform: none;
}


/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
* Re-set default cursor for disabled elements.
*/

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
* Remove inner padding and border in Firefox 4+.
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/

input {
    line-height: normal;
}


/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */

input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}


/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
*/

input[type='search'] {
    box-sizing: content-box;
}


/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
* Define consistent border, margin, and padding.
*/

fieldset {
    background: #f9f9f942;
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */

textarea {
    overflow: auto;
}


/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/

optgroup {
    font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
* Remove most spacing between table cells.
*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.ui-dialog {
    border-radius: 8px !important;
    padding: 0 30px 15px 30px !important;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

.ui-dialog-title {
    display: none !important;
}

.ui-dialog-titlebar {
    border: 0 !important;
    padding: 0 !important;
}

.ui-resizable-handle {
    display: none !important;
}

.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus,
.ui-dialog .ui-dialog-titlebar-close:active {
    position: absolute;
    outline: none !important;
    border: none !important;
    right: -42px !important;
    top: -13px !important;
    width: 30px !important;
    margin: 0 !important;
    padding: 1px;
    height: 30px !important;
    background: url(data:image/png;base64,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) no-repeat 0 0 !important;
}

 {

}

.ui-icon-closethick {
    display: none !important;
}

.ui-dialog .ui-dialog-content {
    padding: 0 !important;
    overflow: unset !important;
}

.ui-dialog-buttonpane .ui-dialog-buttonset {
    display: inline-block;
    float: none;
    text-align: center;
    width: 100%;
}

.ui-dialog-buttonpane .ui-dialog-buttonset button {
    display: inline-block;
}

.ui-dialog-buttonpane .ui-dialog-buttonset .confirm {
    width: 280px;
    background-color: #384850 !important;
    color: white !important;
    font-family: Lato;
    font-size:1em !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 1.79 !important;
    border: 0 !important;
}

.ui-dialog-buttonpane .ui-dialog-buttonset .confirm:hover,
.ui-dialog-buttonpane .ui-dialog-buttonset .confirm:focus,
.ui-dialog-buttonpane .ui-dialog-buttonset .confirm:active {
    background-color: #26353c !important;
    color: white !important;
    outline: none;
    outline: none !important;
    border: 0 !important;
}

.ui-dialog-buttonpane .ui-dialog-buttonset .refuse {
    font-size: 1em !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 1.79 !important;
    border: 0 !important;
    margin-right: 0 !important;
}

.ui-dialog-buttonpane .ui-dialog-buttonset .refuse:hover,
.ui-dialog-buttonpane .ui-dialog-buttonset .refuse:focus,
.ui-dialog-buttonpane .ui-dialog-buttonset .refuse:active {
    background-color: #8f201c !important;
    color: white !important;
    outline: none !important;
    border: 0 !important;
}

.ui-tabs .ui-tabs-nav li {
    background: white !important;
    height: 38px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: white !important;
    margin-bottom: -1px !important;
    padding-bottom: 0 !important;
}

.ui-tabs .ui-tabs-panel {
    border: 1px solid lightgray !important;
}

.ui-tabs .ui-tabs-nav {
    padding: 0 !important;
    margin: 0 !important;
}

.tabs.ui-tabs.ui-corner-all.ui-widget.ui-widget-content {
    border: 0 !important;
    box-shadow: none !important;
    border-radius: none !important;
    background: white !important;
}

.tabs ul li span.disable-tab {
    font-family: Lato;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #a3b6bf !important;
    cursor: default;
}

.ui-state-default.disable-tab {
    border: 1px solid #dadada !important;
    border-bottom: 0 !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.ui-datepicker .ui-datepicker-header {
    background-color: white;
    border: none;
    border-bottom: 1px solid #bdc1cc;
}

.ui-datepicker .ui-datepicker-header a:hover {
    border: none;
    background-color: white;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after {
    content: "<";
    color: #384850;
    position: absolute;
    font-size: 1.5em;
    left: 20px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
    content: ">";
    color: #384850;
    position: absolute;
    font-size: 1.5em;
    right: 20px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
    border: none;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Lato;
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month {
    text-align: right;
    clear: both;
}

.ui-datepicker .ui-datepicker-calendar thead {
    font-family: Lato;
    color: #384850;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-calendar tr td a {
    border: 0;
    font-family: Lato;
    font-weight: bold;
    color: #6c7e87;
}

.ui-datepicker .ui-datepicker-calendar tr td a:hover {
    background-color: #384850;
    color: white;
}

.ui-datepicker .ui-datepicker-calendar tr td a:active {
    background-color: #384850;
}

.ui-datepicker .ui-datepicker-calendar tr td a.ui-state-active {
    background-color: #fffa90 !important;
}

.ui-datepicker .ui-datepicker-buttonpane {
    height: 50px !important;
    padding-top: 17px !important;
    background-color: #e8e8e8;
    font-family: Lato;
    font-size: 0.8em;
}

.ui-datepicker .ui-datepicker-buttonpane .today {
    color: black;
    margin-left: 5px;
}

.ui-datepicker .ui-datepicker-buttonpane .date {
    color: #9b9b9b;
    float: right;
    margin-right: 5px;
}

.dropdown {
    position: relative;
    z-index: 8;
    text-align: right;
    margin-right: 20px;
    max-height: 40px;
    margin-bottom: -40px;
}

.dropdown-container {
    display: inline-block;
    position: relative;
    text-align: center;
}

.dropdown-button {
    cursor: pointer;
    float: right;
    font-size: 1.2em;
    margin: 0;
    position: relative;
    color: white;
}

.dropdown-button img {
    vertical-align: top;
    width: 32px;
    height: auto;
}

.dropdown-button:after {
    color: red;
    content: "\25BE";
    font-size: 1.2em;
    display: block;
    position: absolute;
    right: -15px;
    top: -5px;
}

.dropdown-menu {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #5d5f65;
    cursor: pointer;
    display: none;
    margin: 0;
    overflow: show;
    padding: 0;
    position: absolute;
    right: 0;
    top: 35px;
    width: auto;
    z-index: 300;
}

.dropdown-menu:before {
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    left: 0;
    content: "\25b2";
    font-size: 1.4em;
    pointer-events: none;
    text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.3);
    top: -0.7em;
    text-align: right;
}

.dropdown .show-menu {
    display: block;
}

#resizer {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#resizer ul {
    font-size: 17px;
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.25));
    transform: translateZ(0);
    margin: -0.2em auto 0;
}

#resizer ul li {
    display: inline-block;
}

#resizerFrame {
    transition: max-width 0.35s ease-out, max-height 0.35s ease-out;
}

button.rotate i:before,
button[data-rotate] i:before {
    transition: all 0.15s linear;
}

.landscape i:before {
    transform: rotate(-90deg);
}

.reset-dt-filters {
    padding: 0 10px;
    width: auto !important;
    height: auto !important;
    color: white !important;
    margin-left: 5px;
    cursor: pointer;
}

.reset-dt-filters-disable {
    background-color: lightgrey !important;
    border: 1px solid lightgrey !important;
    cursor: default !important;
}

.dataTable th {
    color: #6c7e87 !important;
}

.dataTables_wrapper {
    font-family: Lato !important;
    font-size: 0.9em !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-stretch: normal !important;
    color: #6c7e87 !important;
}

.dataTables_wrapper label {
    font-family: Lato !important;
    font-size: 0.9em !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-stretch: normal !important;
    color: #6c7e87 !important;
}

.dataTables_info {
    color: #6c7e87 !important;
}

.dataTables_empty {
    vertical-align: middle;
}

.dataTables_wrapper input {
    height: 18px !important;
}

.dataTables_wrapper select {
    height: 23px !important;
}

.dataTable tr td {
    height: 45px !important;
    font-family: Lato !important;
    font-size: 14px !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-stretch: normal !important;
    text-align: center !important;
    color: #404a50 !important;
    border-bottom: 1px solid lightgrey !important;
}

.dataTable tr td:first-child {
    border-left: 1px solid #acacac;
}

.dataTable tr td:last-child {
    border-right: 1px solid #acacac;
}

#cke_id_subject .cke_contents {
    height: 100px !important;
}

.cke_combo_text {
    width: auto !important;
}

.dt-button {
    color: white;
    font-family: Lato;
    font-size: 0.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    text-align: center;
    border: 0;
    border-radius: 3px;
    padding: 0 10px;
    width: auto !important;
    height: auto !important;
    margin-bottom: 5px;
    cursor: pointer;
}

.buttons-excel {
    background-color: #355c3c;
}

.buttons-pdf {
    background-color: #882427;
}

.select2-selection {
    height: 42px !important;
}

.select2-selection__clear {
    font-size: 22px;
}

.select2-container {
    font-size: 16px !important;
    margin-bottom: 15px !important;
    font-family: Sans-Serif;
}

.select2-selection__arrow {
    height: 40px !important;
    width: 18px !important;
    background-color: #e6e6e6 !important;
    border: 1px solid #aaa !important;
}

.select2-selection__arrow b {
    border: 0 !important;
    margin-left: -5px !important;
    margin-top: -11px !important;
    font-size: 15px !important;
    color: #555 !important;
}

.select2-selection__arrow b:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
}

.select2-selection {
    border: 1px solid #c6c3c3 !important;
    border-radius: 0 !important;
}

.select2-selection__placeholder {
    color: #5e5e5e !important;
}

.select2-selection__rendered {
    padding-top: 5px;
    padding-left: 14px !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-group-sm>.btn, .btn-sm {
    padding: .10rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-primary {
    color: #fff;
    background-color: #384850;
    border-color: #384850;
}

.btn-warning{
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.btn-success {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.btn-danger {
    color: #fff;
    background-color: #a42b27;
    border-color: #a42b27;
}

.btn:disabled {
    background-color: gray !important;
    border-color: gray !important;
    cursor: default !important;
    opacity: 25%;
}

.btn[disabled="disabled"] {
    background-color: gray !important;
    border-color: gray !important;
    cursor: default !important;
    opacity: 25%;
}

.dataTables_processing {
    padding-top: 10px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.dt_div_checked_len {
    float: left;
    clear: left;
}

.dt_div_check_all, .dt_div_checked_len {
    margin-top: 15px;
}