<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Datepicker for Bootstrap v1.5.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
    border-radius: 4px;
    direction: ltr;
}
.datepicker-inline {
    width: 220px;
}
.datepicker.datepicker-rtl {
    direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px;
    z-index: 1000;
}
.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}
.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-top: 0;
    position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
}
.datepicker &gt; div {
    display: none;
}
.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #626c77;
    /*color: #999999;*/
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #dad9d8;
    /*background: #eeeeee;*/
    cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}
.datepicker table tr td.highlighted {
    color: #000000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
    color: #000000;
    background-color: #afd9ee;
    border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
    color: #000000;
    background-color: #afd9ee;
    border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.highlighted {
    color: #000000;
    background-color: #afd9ee;
    border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open &gt; .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open &gt; .dropdown-toggle.datepicker table tr td.highlighted.focus {
    color: #000000;
    background-color: #91cbe8;
    border-color: #298fc2;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.highlighted {
    background-image: none;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
    background-color: #d9edf7;
    border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
    background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
    background: #d9edf7;
    color: #999999;
}
.datepicker table tr td.today {
    color: #000000;
    background-color: #ffdb99;
    border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
    color: #000000;
    background-color: #ffc966;
    border-color: #b37400;
}
.datepicker table tr td.today:hover {
    color: #000000;
    background-color: #ffc966;
    border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open &gt; .dropdown-toggle.datepicker table tr td.today {
    color: #000000;
    background-color: #ffc966;
    border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open &gt; .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open &gt; .dropdown-toggle.datepicker table tr td.today.focus {
    color: #000000;
    background-color: #ffbc42;
    border-color: #b37400;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open &gt; .dropdown-toggle.datepicker table tr td.today {
    background-image: none;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
    background-color: #ffdb99;
    border-color: #ffb733;
}
.datepicker table tr td.today.focused {
    background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
    background: #ffdb99;
    color: #999999;
}
.datepicker table tr td.range {
    color: #000000;
    background-color: #eeeeee;
    border-color: #bbbbbb;
    border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
    color: #000000;
    background-color: #d5d5d5;
    border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
    color: #000000;
    background-color: #d5d5d5;
    border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open &gt; .dropdown-toggle.datepicker table tr td.range {
    color: #000000;
    background-color: #d5d5d5;
    border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open &gt; .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open &gt; .dropdown-toggle.datepicker table tr td.range.focus {
    color: #000000;
    background-color: #c3c3c3;
    border-color: #7c7c7c;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open &gt; .dropdown-toggle.datepicker table tr td.range {
    background-image: none;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
    background-color: #eeeeee;
    border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
    background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
    background: #eeeeee;
    color: #999999;
}
.datepicker table tr td.range.highlighted {
    color: #000000;
    background-color: #e4eef3;
    border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
    color: #000000;
    background-color: #c1d7e3;
    border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
    color: #000000;
    background-color: #c1d7e3;
    border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.range.highlighted {
    color: #000000;
    background-color: #c1d7e3;
    border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open &gt; .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open &gt; .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
    color: #000000;
    background-color: #a8c8d8;
    border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.range.highlighted {
    background-image: none;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
    background-color: #e4eef3;
    border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
    background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
    background: #e4eef3;
    color: #999999;
}
.datepicker table tr td.range.today {
    color: #000000;
    background-color: #f7ca77;
    border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
    color: #000000;
    background-color: #f4b747;
    border-color: #815608;
}
.datepicker table tr td.range.today:hover {
    color: #000000;
    background-color: #f4b747;
    border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open &gt; .dropdown-toggle.datepicker table tr td.range.today {
    color: #000000;
    background-color: #f4b747;
    border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open &gt; .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open &gt; .dropdown-toggle.datepicker table tr td.range.today.focus {
    color: #000000;
    background-color: #f2aa25;
    border-color: #815608;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open &gt; .dropdown-toggle.datepicker table tr td.range.today {
    background-image: none;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
    background-color: #f7ca77;
    border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
    background: #f7ca77;
    color: #999999;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
    color: #ffffff;
    background-color: #999999;
    border-color: #555555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
    color: #ffffff;
    background-color: #808080;
    border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
    color: #ffffff;
    background-color: #808080;
    border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.selected,
.open &gt; .dropdown-toggle.datepicker table tr td.selected.highlighted {
    color: #ffffff;
    background-color: #808080;
    border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td.selected:hover,
.open &gt; .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open &gt; .dropdown-toggle.datepicker table tr td.selected:focus,
.open &gt; .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open &gt; .dropdown-toggle.datepicker table tr td.selected.focus,
.open &gt; .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
    color: #ffffff;
    background-color: #6e6e6e;
    border-color: #161616;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.selected,
.open &gt; .dropdown-toggle.datepicker table tr td.selected.highlighted {
    background-image: none;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
    background-color: #999999;
    border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #193c5a;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.active,
.open &gt; .dropdown-toggle.datepicker table tr td.active.highlighted {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #285e8e;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open &gt; .dropdown-toggle.datepicker table tr td.active:focus,
.open &gt; .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open &gt; .dropdown-toggle.datepicker table tr td.active.focus,
.open &gt; .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
    color: #ffffff;
    background-color: #285e8e;
    border-color: #193c5a;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.active,
.open &gt; .dropdown-toggle.datepicker table tr td.active.highlighted {
    background-image: none;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
    background-color: #428bca;
    border-color: #357ebd;
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}
.datepicker table tr td span:hover {
    background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #193c5a;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open &gt; .dropdown-toggle.datepicker table tr td span.active,
.open &gt; .dropdown-toggle.datepicker table tr td span.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #285e8e;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td span.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open &gt; .dropdown-toggle.datepicker table tr td span.active:focus,
.open &gt; .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.focus,
.open &gt; .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
    color: #ffffff;
    background-color: #285e8e;
    border-color: #193c5a;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open &gt; .dropdown-toggle.datepicker table tr td span.active,
.open &gt; .dropdown-toggle.datepicker table tr td span.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background-image: none;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
    background-color: #428bca;
    border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999999;
}
.datepicker .datepicker-switch {
    width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee;
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}
.input-group.date .input-group-addon {
    cursor: pointer;
}
.input-daterange {
    width: 100%;
}
.input-daterange input {
    text-align: center;
}
.input-daterange input:first-child {
    border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
    border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: solid #cccccc;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
}

.input-group.datepicker_form {
    padding-bottom: 20px;
}
@font-face{font-family:'simple-line-icons';src:url('../bundles/loginetadmin/3rd/simple-line-icons/fonts/Simple-Line-Icons.eot?v=2.2.2');src:url('../bundles/loginetadmin/3rd/simple-line-icons/fonts/Simple-Line-Icons.eot?#iefix&amp;v=2.2.2') format('embedded-opentype'),url('../bundles/loginetadmin/3rd/simple-line-icons/fonts/Simple-Line-Icons.ttf?v=2.2.2') format('truetype'),url('../bundles/loginetadmin/3rd/simple-line-icons/fonts/Simple-Line-Icons.woff2?v=2.2.2') format('woff2'),url('../bundles/loginetadmin/3rd/simple-line-icons/fonts/Simple-Line-Icons.woff?v=2.2.2') format('woff'),url('../bundles/loginetadmin/3rd/simple-line-icons/fonts/Simple-Line-Icons.svg?v=2.2.2#simple-line-icons') format('svg');font-weight:normal;font-style:normal}.icon-user,.icon-people,.icon-user-female,.icon-user-follow,.icon-user-following,.icon-user-unfollow,.icon-login,.icon-logout,.icon-emotsmile,.icon-phone,.icon-call-end,.icon-call-in,.icon-call-out,.icon-map,.icon-location-pin,.icon-direction,.icon-directions,.icon-compass,.icon-layers,.icon-menu,.icon-list,.icon-options-vertical,.icon-options,.icon-arrow-down,.icon-arrow-left,.icon-arrow-right,.icon-arrow-up,.icon-arrow-up-circle,.icon-arrow-left-circle,.icon-arrow-right-circle,.icon-arrow-down-circle,.icon-check,.icon-clock,.icon-plus,.icon-close,.icon-trophy,.icon-screen-smartphone,.icon-screen-desktop,.icon-plane,.icon-notebook,.icon-mustache,.icon-mouse,.icon-magnet,.icon-energy,.icon-disc,.icon-cursor,.icon-cursor-move,.icon-crop,.icon-chemistry,.icon-speedometer,.icon-shield,.icon-screen-tablet,.icon-magic-wand,.icon-hourglass,.icon-graduation,.icon-ghost,.icon-game-controller,.icon-fire,.icon-eyeglass,.icon-envelope-open,.icon-envelope-letter,.icon-bell,.icon-badge,.icon-anchor,.icon-wallet,.icon-vector,.icon-speech,.icon-puzzle,.icon-printer,.icon-present,.icon-playlist,.icon-pin,.icon-picture,.icon-handbag,.icon-globe-alt,.icon-globe,.icon-folder-alt,.icon-folder,.icon-film,.icon-feed,.icon-drop,.icon-drawar,.icon-docs,.icon-doc,.icon-diamond,.icon-cup,.icon-calculator,.icon-bubbles,.icon-briefcase,.icon-book-open,.icon-basket-loaded,.icon-basket,.icon-bag,.icon-action-undo,.icon-action-redo,.icon-wrench,.icon-umbrella,.icon-trash,.icon-tag,.icon-support,.icon-frame,.icon-size-fullscreen,.icon-size-actual,.icon-shuffle,.icon-share-alt,.icon-share,.icon-rocket,.icon-question,.icon-pie-chart,.icon-pencil,.icon-note,.icon-loop,.icon-home,.icon-grid,.icon-graph,.icon-microphone,.icon-music-tone-alt,.icon-music-tone,.icon-earphones-alt,.icon-earphones,.icon-equalizer,.icon-like,.icon-dislike,.icon-control-start,.icon-control-rewind,.icon-control-play,.icon-control-pause,.icon-control-forward,.icon-control-end,.icon-volume-1,.icon-volume-2,.icon-volume-off,.icon-calendar,.icon-bulb,.icon-chart,.icon-ban,.icon-bubble,.icon-camrecorder,.icon-camera,.icon-cloud-download,.icon-cloud-upload,.icon-envelope,.icon-eye,.icon-flag,.icon-heart,.icon-info,.icon-key,.icon-link,.icon-lock,.icon-lock-open,.icon-magnifier,.icon-magnifier-add,.icon-magnifier-remove,.icon-paper-clip,.icon-paper-plane,.icon-power,.icon-refresh,.icon-reload,.icon-settings,.icon-star,.icon-symble-female,.icon-symbol-male,.icon-target,.icon-credit-card,.icon-paypal,.icon-social-tumblr,.icon-social-twitter,.icon-social-facebook,.icon-social-instagram,.icon-social-linkedin,.icon-social-pinterest,.icon-social-github,.icon-social-gplus,.icon-social-reddit,.icon-social-skype,.icon-social-dribbble,.icon-social-behance,.icon-social-foursqare,.icon-social-soundcloud,.icon-social-spotify,.icon-social-stumbleupon,.icon-social-youtube,.icon-social-dropbox{font-family:'simple-line-icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-user:before{content:"\e005"}.icon-people:before{content:"\e001"}.icon-user-female:before{content:"\e000"}.icon-user-follow:before{content:"\e002"}.icon-user-following:before{content:"\e003"}.icon-user-unfollow:before{content:"\e004"}.icon-login:before{content:"\e066"}.icon-logout:before{content:"\e065"}.icon-emotsmile:before{content:"\e021"}.icon-phone:before{content:"\e600"}.icon-call-end:before{content:"\e048"}.icon-call-in:before{content:"\e047"}.icon-call-out:before{content:"\e046"}.icon-map:before{content:"\e033"}.icon-location-pin:before{content:"\e096"}.icon-direction:before{content:"\e042"}.icon-directions:before{content:"\e041"}.icon-compass:before{content:"\e045"}.icon-layers:before{content:"\e034"}.icon-menu:before{content:"\e601"}.icon-list:before{content:"\e067"}.icon-options-vertical:before{content:"\e602"}.icon-options:before{content:"\e603"}.icon-arrow-down:before{content:"\e604"}.icon-arrow-left:before{content:"\e605"}.icon-arrow-right:before{content:"\e606"}.icon-arrow-up:before{content:"\e607"}.icon-arrow-up-circle:before{content:"\e078"}.icon-arrow-left-circle:before{content:"\e07a"}.icon-arrow-right-circle:before{content:"\e079"}.icon-arrow-down-circle:before{content:"\e07b"}.icon-check:before{content:"\e080"}.icon-clock:before{content:"\e081"}.icon-plus:before{content:"\e095"}.icon-close:before{content:"\e082"}.icon-trophy:before{content:"\e006"}.icon-screen-smartphone:before{content:"\e010"}.icon-screen-desktop:before{content:"\e011"}.icon-plane:before{content:"\e012"}.icon-notebook:before{content:"\e013"}.icon-mustache:before{content:"\e014"}.icon-mouse:before{content:"\e015"}.icon-magnet:before{content:"\e016"}.icon-energy:before{content:"\e020"}.icon-disc:before{content:"\e022"}.icon-cursor:before{content:"\e06e"}.icon-cursor-move:before{content:"\e023"}.icon-crop:before{content:"\e024"}.icon-chemistry:before{content:"\e026"}.icon-speedometer:before{content:"\e007"}.icon-shield:before{content:"\e00e"}.icon-screen-tablet:before{content:"\e00f"}.icon-magic-wand:before{content:"\e017"}.icon-hourglass:before{content:"\e018"}.icon-graduation:before{content:"\e019"}.icon-ghost:before{content:"\e01a"}.icon-game-controller:before{content:"\e01b"}.icon-fire:before{content:"\e01c"}.icon-eyeglass:before{content:"\e01d"}.icon-envelope-open:before{content:"\e01e"}.icon-envelope-letter:before{content:"\e01f"}.icon-bell:before{content:"\e027"}.icon-badge:before{content:"\e028"}.icon-anchor:before{content:"\e029"}.icon-wallet:before{content:"\e02a"}.icon-vector:before{content:"\e02b"}.icon-speech:before{content:"\e02c"}.icon-puzzle:before{content:"\e02d"}.icon-printer:before{content:"\e02e"}.icon-present:before{content:"\e02f"}.icon-playlist:before{content:"\e030"}.icon-pin:before{content:"\e031"}.icon-picture:before{content:"\e032"}.icon-handbag:before{content:"\e035"}.icon-globe-alt:before{content:"\e036"}.icon-globe:before{content:"\e037"}.icon-folder-alt:before{content:"\e039"}.icon-folder:before{content:"\e089"}.icon-film:before{content:"\e03a"}.icon-feed:before{content:"\e03b"}.icon-drop:before{content:"\e03e"}.icon-drawar:before{content:"\e03f"}.icon-docs:before{content:"\e040"}.icon-doc:before{content:"\e085"}.icon-diamond:before{content:"\e043"}.icon-cup:before{content:"\e044"}.icon-calculator:before{content:"\e049"}.icon-bubbles:before{content:"\e04a"}.icon-briefcase:before{content:"\e04b"}.icon-book-open:before{content:"\e04c"}.icon-basket-loaded:before{content:"\e04d"}.icon-basket:before{content:"\e04e"}.icon-bag:before{content:"\e04f"}.icon-action-undo:before{content:"\e050"}.icon-action-redo:before{content:"\e051"}.icon-wrench:before{content:"\e052"}.icon-umbrella:before{content:"\e053"}.icon-trash:before{content:"\e054"}.icon-tag:before{content:"\e055"}.icon-support:before{content:"\e056"}.icon-frame:before{content:"\e038"}.icon-size-fullscreen:before{content:"\e057"}.icon-size-actual:before{content:"\e058"}.icon-shuffle:before{content:"\e059"}.icon-share-alt:before{content:"\e05a"}.icon-share:before{content:"\e05b"}.icon-rocket:before{content:"\e05c"}.icon-question:before{content:"\e05d"}.icon-pie-chart:before{content:"\e05e"}.icon-pencil:before{content:"\e05f"}.icon-note:before{content:"\e060"}.icon-loop:before{content:"\e064"}.icon-home:before{content:"\e069"}.icon-grid:before{content:"\e06a"}.icon-graph:before{content:"\e06b"}.icon-microphone:before{content:"\e063"}.icon-music-tone-alt:before{content:"\e061"}.icon-music-tone:before{content:"\e062"}.icon-earphones-alt:before{content:"\e03c"}.icon-earphones:before{content:"\e03d"}.icon-equalizer:before{content:"\e06c"}.icon-like:before{content:"\e068"}.icon-dislike:before{content:"\e06d"}.icon-control-start:before{content:"\e06f"}.icon-control-rewind:before{content:"\e070"}.icon-control-play:before{content:"\e071"}.icon-control-pause:before{content:"\e072"}.icon-control-forward:before{content:"\e073"}.icon-control-end:before{content:"\e074"}.icon-volume-1:before{content:"\e09f"}.icon-volume-2:before{content:"\e0a0"}.icon-volume-off:before{content:"\e0a1"}.icon-calendar:before{content:"\e075"}.icon-bulb:before{content:"\e076"}.icon-chart:before{content:"\e077"}.icon-ban:before{content:"\e07c"}.icon-bubble:before{content:"\e07d"}.icon-camrecorder:before{content:"\e07e"}.icon-camera:before{content:"\e07f"}.icon-cloud-download:before{content:"\e083"}.icon-cloud-upload:before{content:"\e084"}.icon-envelope:before{content:"\e086"}.icon-eye:before{content:"\e087"}.icon-flag:before{content:"\e088"}.icon-heart:before{content:"\e08a"}.icon-info:before{content:"\e08b"}.icon-key:before{content:"\e08c"}.icon-link:before{content:"\e08d"}.icon-lock:before{content:"\e08e"}.icon-lock-open:before{content:"\e08f"}.icon-magnifier:before{content:"\e090"}.icon-magnifier-add:before{content:"\e091"}.icon-magnifier-remove:before{content:"\e092"}.icon-paper-clip:before{content:"\e093"}.icon-paper-plane:before{content:"\e094"}.icon-power:before{content:"\e097"}.icon-refresh:before{content:"\e098"}.icon-reload:before{content:"\e099"}.icon-settings:before{content:"\e09a"}.icon-star:before{content:"\e09b"}.icon-symble-female:before{content:"\e09c"}.icon-symbol-male:before{content:"\e09d"}.icon-target:before{content:"\e09e"}.icon-credit-card:before{content:"\e025"}.icon-paypal:before{content:"\e608"}.icon-social-tumblr:before{content:"\e00a"}.icon-social-twitter:before{content:"\e009"}.icon-social-facebook:before{content:"\e00b"}.icon-social-instagram:before{content:"\e609"}.icon-social-linkedin:before{content:"\e60a"}.icon-social-pinterest:before{content:"\e60b"}.icon-social-github:before{content:"\e60c"}.icon-social-gplus:before{content:"\e60d"}.icon-social-reddit:before{content:"\e60e"}.icon-social-skype:before{content:"\e60f"}.icon-social-dribbble:before{content:"\e00d"}.icon-social-behance:before{content:"\e610"}.icon-social-foursqare:before{content:"\e611"}.icon-social-soundcloud:before{content:"\e612"}.icon-social-spotify:before{content:"\e613"}.icon-social-stumbleupon:before{content:"\e614"}.icon-social-youtube:before{content:"\e008"}.icon-social-dropbox:before{content:"\e00c"}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.10.16/r-2.2.0/sl-1.2.3
 *
 * Included libraries:
 *   DataTables 1.10.16, Responsive 2.2.0, Select 1.2.3
 */

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("../bundles/loginetelte/css/DataTables/DataTables-1.10.16/images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../bundles/loginetelte/css/DataTables/DataTables-1.10.16/images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../bundles/loginetelte/css/DataTables/DataTables-1.10.16/images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../bundles/loginetelte/css/DataTables/DataTables-1.10.16/images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../bundles/loginetelte/css/DataTables/DataTables-1.10.16/images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr &gt; .sorting_1,
table.dataTable.order-column tbody tr &gt; .sorting_2,
table.dataTable.order-column tbody tr &gt; .sorting_3, table.dataTable.display tbody tr &gt; .sorting_1,
table.dataTable.display tbody tr &gt; .sorting_2,
table.dataTable.display tbody tr &gt; .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected &gt; .sorting_1,
table.dataTable.order-column tbody tr.selected &gt; .sorting_2,
table.dataTable.order-column tbody tr.selected &gt; .sorting_3, table.dataTable.display tbody tr.selected &gt; .sorting_1,
table.dataTable.display tbody tr.selected &gt; .sorting_2,
table.dataTable.display tbody tr.selected &gt; .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd &gt; .sorting_1, table.dataTable.order-column.stripe tbody tr.odd &gt; .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd &gt; .sorting_2, table.dataTable.order-column.stripe tbody tr.odd &gt; .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd &gt; .sorting_3, table.dataTable.order-column.stripe tbody tr.odd &gt; .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected &gt; .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected &gt; .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected &gt; .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected &gt; .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected &gt; .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected &gt; .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even &gt; .sorting_1, table.dataTable.order-column.stripe tbody tr.even &gt; .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even &gt; .sorting_2, table.dataTable.order-column.stripe tbody tr.even &gt; .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even &gt; .sorting_3, table.dataTable.order-column.stripe tbody tr.even &gt; .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected &gt; .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected &gt; .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected &gt; .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected &gt; .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected &gt; .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected &gt; .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover &gt; .sorting_1, table.dataTable.order-column.hover tbody tr:hover &gt; .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover &gt; .sorting_2, table.dataTable.order-column.hover tbody tr:hover &gt; .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover &gt; .sorting_3, table.dataTable.order-column.hover tbody tr:hover &gt; .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected &gt; .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected &gt; .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected &gt; .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected &gt; .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected &gt; .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected &gt; .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody &gt; table &gt; thead &gt; tr &gt; th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody &gt; table &gt; thead &gt; tr &gt; td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody &gt; table &gt; tbody &gt; tr &gt; th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody &gt; table &gt; tbody &gt; tr &gt; td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody &gt; table &gt; thead &gt; tr &gt; th &gt; div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody &gt; table &gt; thead &gt; tr &gt; td &gt; div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody &gt; table &gt; tbody &gt; tr &gt; th &gt; div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody &gt; table &gt; tbody &gt; tr &gt; td &gt; div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody &gt; table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}


table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; td.child,
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; th.child,
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; td.child:before,
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; th.child:before,
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr[role="row"] &gt; td:first-child,
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr[role="row"] &gt; th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr[role="row"] &gt; td:first-child:before,
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr[role="row"] &gt; th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr.parent &gt; td:first-child:before,
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr.parent &gt; th:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed.compact &gt; tbody &gt; tr &gt; td:first-child,
table.dataTable.dtr-inline.collapsed.compact &gt; tbody &gt; tr &gt; th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact &gt; tbody &gt; tr &gt; td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact &gt; tbody &gt; tr &gt; th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column &gt; tbody &gt; tr &gt; td.control,
table.dataTable.dtr-column &gt; tbody &gt; tr &gt; th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column &gt; tbody &gt; tr &gt; td.control:before,
table.dataTable.dtr-column &gt; tbody &gt; tr &gt; th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-column &gt; tbody &gt; tr.parent td.control:before,
table.dataTable.dtr-column &gt; tbody &gt; tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable &gt; tbody &gt; tr.child {
  padding: 0.5em 1em;
}
table.dataTable &gt; tbody &gt; tr.child:hover {
  background: transparent !important;
}
table.dataTable &gt; tbody &gt; tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable &gt; tbody &gt; tr.child ul.dtr-details &gt; li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable &gt; tbody &gt; tr.child ul.dtr-details &gt; li:first-child {
  padding-top: 0;
}
table.dataTable &gt; tbody &gt; tr.child ul.dtr-details &gt; li:last-child {
  border-bottom: none;
}
table.dataTable &gt; tbody &gt; tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}


table.dataTable tbody &gt; tr.selected,
table.dataTable tbody &gt; tr &gt; .selected {
  background-color: #B0BED9;
}
table.dataTable.stripe tbody &gt; tr.odd.selected,
table.dataTable.stripe tbody &gt; tr.odd &gt; .selected, table.dataTable.display tbody &gt; tr.odd.selected,
table.dataTable.display tbody &gt; tr.odd &gt; .selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody &gt; tr.selected:hover,
table.dataTable.hover tbody &gt; tr &gt; .selected:hover, table.dataTable.display tbody &gt; tr.selected:hover,
table.dataTable.display tbody &gt; tr &gt; .selected:hover {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody &gt; tr.selected &gt; .sorting_1,
table.dataTable.order-column tbody &gt; tr.selected &gt; .sorting_2,
table.dataTable.order-column tbody &gt; tr.selected &gt; .sorting_3,
table.dataTable.order-column tbody &gt; tr &gt; .selected, table.dataTable.display tbody &gt; tr.selected &gt; .sorting_1,
table.dataTable.display tbody &gt; tr.selected &gt; .sorting_2,
table.dataTable.display tbody &gt; tr.selected &gt; .sorting_3,
table.dataTable.display tbody &gt; tr &gt; .selected {
  background-color: #acbad5;
}
table.dataTable.display tbody &gt; tr.odd.selected &gt; .sorting_1, table.dataTable.order-column.stripe tbody &gt; tr.odd.selected &gt; .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody &gt; tr.odd.selected &gt; .sorting_2, table.dataTable.order-column.stripe tbody &gt; tr.odd.selected &gt; .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody &gt; tr.odd.selected &gt; .sorting_3, table.dataTable.order-column.stripe tbody &gt; tr.odd.selected &gt; .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody &gt; tr.even.selected &gt; .sorting_1, table.dataTable.order-column.stripe tbody &gt; tr.even.selected &gt; .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody &gt; tr.even.selected &gt; .sorting_2, table.dataTable.order-column.stripe tbody &gt; tr.even.selected &gt; .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody &gt; tr.even.selected &gt; .sorting_3, table.dataTable.order-column.stripe tbody &gt; tr.even.selected &gt; .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody &gt; tr.odd &gt; .selected, table.dataTable.order-column.stripe tbody &gt; tr.odd &gt; .selected {
  background-color: #a6b4cd;
}
table.dataTable.display tbody &gt; tr.even &gt; .selected, table.dataTable.order-column.stripe tbody &gt; tr.even &gt; .selected {
  background-color: #acbad5;
}
table.dataTable.display tbody &gt; tr.selected:hover &gt; .sorting_1, table.dataTable.order-column.hover tbody &gt; tr.selected:hover &gt; .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody &gt; tr.selected:hover &gt; .sorting_2, table.dataTable.order-column.hover tbody &gt; tr.selected:hover &gt; .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody &gt; tr.selected:hover &gt; .sorting_3, table.dataTable.order-column.hover tbody &gt; tr.selected:hover &gt; .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.display tbody &gt; tr:hover &gt; .selected,
table.dataTable.display tbody &gt; tr &gt; .selected:hover, table.dataTable.order-column.hover tbody &gt; tr:hover &gt; .selected,
table.dataTable.order-column.hover tbody &gt; tr &gt; .selected:hover {
  background-color: #a2aec7;
}
table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
  position: relative;
}
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}



/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../bundles/loginetelte/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../bundles/loginetelte/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.5.0') format('embedded-opentype'), url('../bundles/loginetelte/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../bundles/loginetelte/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../bundles/loginetelte/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../bundles/loginetelte/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul &gt; li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../bundles/loginetelte/fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSans-BoldItalic';
  src: url('../bundles/loginetelte/fonts/OpenSans/OpenSans-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url('../bundles/loginetelte/fonts/OpenSans/OpenSans-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSans-ExtraBoldItalic';
  src: url('../bundles/loginetelte/fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSans-Italic';
  src: url('../bundles/loginetelte/fonts/OpenSans/OpenSans-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url('../bundles/loginetelte/fonts/OpenSans/OpenSans-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSans-LightItalic';
  src: url('../bundles/loginetelte/fonts/OpenSans/OpenSans-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../bundles/loginetelte/fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSans-Medium';
  src: url('../bundles/loginetelte/fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url('../bundles/loginetelte/fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSans-SemiBoldItalic';
  src: url('../bundles/loginetelte/fonts/OpenSans/OpenSans-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSansCondensed-Bold';
  src: url('../bundles/loginetelte/fonts/OpenSans/OpenSansCondensed-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSansCondensed-Light';
  src: url('../bundles/loginetelte/fonts/OpenSans/OpenSansCondensed-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSansCondensed-Regular';
  src: url('../bundles/loginetelte/fonts/OpenSans/OpenSansCondensed-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSansCondensed-LightItalic';
  src: url('../bundles/loginetelte/fonts/OpenSans/OpenSansCondensed-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'FiraSans-Regular';
  src: url('../bundles/loginetelte/fonts/FiraSans/FiraSans-Regular.otf'), url('../bundles/loginetelte/fonts/FiraSans/FiraSans-Regular.ttf'), url('../bundles/loginetelte/fonts/FiraSans/FiraSans-Regular.woff'), url('../bundles/loginetelte/fonts/FiraSans/FiraSans-Regular.woff2'), url('../bundles/loginetelte/fonts/FiraSans/FiraSans-Regular.eot') format('woff');
}
@font-face {
  font-family: 'FiraSans-Light';
  src: url('../bundles/loginetelte/fonts/FiraSans/firasans-light.otf'), url('../bundles/loginetelte/fonts/FiraSans/firasans-light.ttf'), url('../bundles/loginetelte/fonts/FiraSans/firasans-light.woff'), url('../bundles/loginetelte/fonts/FiraSans/firasans-light.woff2'), url('../bundles/loginetelte/fonts/FiraSans/firasans-light.eot') format('woff');
}
@font-face {
  font-family: 'FiraSans-LightItalic';
  src: url('../bundles/loginetelte/fonts/FiraSans/firasans-lightitalic.otf'), url('../bundles/loginetelte/fonts/FiraSans/firasans-lightitalic.ttf'), url('../bundles/loginetelte/fonts/FiraSans/firasans-lightitalic.woff'), url('../bundles/loginetelte/fonts/FiraSans/firasans-lightitalic.woff2'), url('../bundles/loginetelte/fonts/FiraSans/firasans-lightitalic.eot') format('woff');
}
@font-face {
  font-family: 'FiraSans-Bold';
  src: url('../bundles/loginetelte/fonts/FiraSans/firasans-bold.otf'), url('../bundles/loginetelte/fonts/FiraSans/firasans-bold.ttf'), url('../bundles/loginetelte/fonts/FiraSans/firasans-bold.woff'), url('../bundles/loginetelte/fonts/FiraSans/firasans-bold.woff2'), url('../bundles/loginetelte/fonts/FiraSans/firasans-bold.eot') format('woff');
}
@font-face {
  font-family: 'FiraSans-Madium';
  src: url('../bundles/loginetelte/fonts/FiraSans/firasans-medium.otf'), url('../bundles/loginetelte/fonts/FiraSans/firasans-medium.ttf'), url('../bundles/loginetelte/fonts/FiraSans/firasans-medium.woff'), url('../bundles/loginetelte/fonts/FiraSans/firasans-medium.woff2'), url('../bundles/loginetelte/fonts/FiraSans/firasans-medium.eot') format('woff');
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../bundles/loginetelte/fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../bundles/loginetelte/fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../bundles/loginetelte/fonts/MaterialIcons-Regular.woff) format('woff'), url(../bundles/loginetelte/fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn &gt; .caret,
  .dropup &gt; .btn &gt; .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../bundles/loginetelte/fonts/glyphicons-halflings-regular.eot');
  src: url('../bundles/loginetelte/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bundles/loginetelte/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../bundles/loginetelte/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bundles/loginetelte/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bundles/loginetelte/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail &gt; img,
.thumbnail a &gt; img,
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h5 {
  font-weight: normal !important;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 550px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline &gt; li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 550px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 550px) {
  .container {
    width: auto;
  }
}
@media (min-width: 1060px) {
  .container {
    width: 1010px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.row {
  margin-left: -25px;
  margin-right: -25px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-right-0 {
  margin-right: 0%;
}
@media (min-width: 550px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0%;
  }
}
@media (min-width: 1060px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-right-0 {
    margin-right: 0%;
  }
}
@media (min-width: 1440px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table &gt; thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table &gt; caption + thead &gt; tr:first-child &gt; th,
.table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table &gt; thead:first-child &gt; tr:first-child &gt; th,
.table &gt; caption + thead &gt; tr:first-child &gt; td,
.table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 0;
}
.table &gt; tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; td {
  border: 1px solid #ddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 2px;
}
.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover &gt; tbody &gt; tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table &gt; thead &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5;
}
.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover,
.table-hover &gt; tbody &gt; tr.active:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .active,
.table-hover &gt; tbody &gt; tr.active:hover &gt; th {
  background-color: #e8e8e8;
}
.table &gt; thead &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #dff0d8;
}
.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover,
.table-hover &gt; tbody &gt; tr.success:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .success,
.table-hover &gt; tbody &gt; tr.success:hover &gt; th {
  background-color: #d0e9c6;
}
.table &gt; thead &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; thead &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr.info &gt; th {
  background-color: #d9edf7;
}
.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover,
.table-hover &gt; tbody &gt; tr.info:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .info,
.table-hover &gt; tbody &gt; tr.info:hover &gt; th {
  background-color: #c4e3f3;
}
.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr.warning &gt; th {
  background-color: #fcf8e3;
}
.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .warning,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
  background-color: #faf2cc;
}
.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr.danger &gt; th {
  background-color: #f2dede;
}
.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .danger,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 549px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive &gt; .table {
    margin-bottom: 0;
  }
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
    white-space: nowrap;
  }
  .table-responsive &gt; .table-bordered {
    border: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0;
  }
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 550px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group &gt; .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -25px;
  margin-right: -25px;
}
@media (min-width: 550px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 25px;
}
@media (min-width: 550px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 550px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open &gt; .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open &gt; .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open &gt; .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open &gt; .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open &gt; .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open &gt; .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open &gt; .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open &gt; .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open &gt; .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open &gt; .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open &gt; .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open &gt; .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open &gt; .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open &gt; .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open &gt; .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open &gt; .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open &gt; .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open &gt; .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open &gt; .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open &gt; .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open &gt; .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open &gt; .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open &gt; .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open &gt; .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open &gt; .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open &gt; .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg &gt; .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm &gt; .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs &gt; .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu &gt; .disabled &gt; a,
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  color: #777777;
}
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open &gt; .dropdown-menu {
  display: block;
}
.open &gt; a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right &gt; .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 550px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  float: left;
}
.btn-group &gt; .btn:hover,
.btn-group-vertical &gt; .btn:hover,
.btn-group &gt; .btn:focus,
.btn-group-vertical &gt; .btn:focus,
.btn-group &gt; .btn:active,
.btn-group-vertical &gt; .btn:active,
.btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar &gt; .btn,
.btn-toolbar &gt; .btn-group,
.btn-toolbar &gt; .input-group {
  margin-left: 5px;
}
.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group &gt; .btn:first-child {
  margin-left: 0;
}
.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group &gt; .btn-group {
  float: left;
}
.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group &gt; .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group &gt; .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none;
}
.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified &gt; .btn,
.btn-group-justified &gt; .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified &gt; .btn-group .btn {
  width: 100%;
}
.btn-group-justified &gt; .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn input[type="checkbox"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg &gt; .form-control,
select.input-group-lg &gt; .input-group-addon,
select.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg &gt; .form-control,
textarea.input-group-lg &gt; .input-group-addon,
textarea.input-group-lg &gt; .input-group-btn &gt; .btn,
select[multiple].input-group-lg &gt; .form-control,
select[multiple].input-group-lg &gt; .input-group-addon,
select[multiple].input-group-lg &gt; .input-group-btn &gt; .btn {
  height: auto;
}
.input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm &gt; .form-control,
select.input-group-sm &gt; .input-group-addon,
select.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm &gt; .form-control,
textarea.input-group-sm &gt; .input-group-addon,
textarea.input-group-sm &gt; .input-group-btn &gt; .btn,
select[multiple].input-group-sm &gt; .form-control,
select[multiple].input-group-sm &gt; .input-group-addon,
select[multiple].input-group-sm &gt; .input-group-btn &gt; .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn &gt; .btn {
  position: relative;
}
.input-group-btn &gt; .btn + .btn {
  margin-left: -1px;
}
.input-group-btn &gt; .btn:hover,
.input-group-btn &gt; .btn:focus,
.input-group-btn &gt; .btn:active {
  z-index: 2;
}
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav &gt; li {
  position: relative;
  display: block;
}
.nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav &gt; li &gt; a:hover,
.nav &gt; li &gt; a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav &gt; li.disabled &gt; a {
  color: #777777;
}
.nav &gt; li.disabled &gt; a:hover,
.nav &gt; li.disabled &gt; a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav &gt; li &gt; a &gt; img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs &gt; li &gt; a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified &gt; li {
  float: none;
}
.nav-tabs.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 550px) {
  .nav-tabs.nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 550px) {
  .nav-tabs.nav-justified &gt; li &gt; a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified &gt; .active &gt; a,
  .nav-tabs.nav-justified &gt; .active &gt; a:hover,
  .nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills &gt; li {
  float: left;
}
.nav-pills &gt; li &gt; a {
  border-radius: 4px;
}
.nav-pills &gt; li + li {
  margin-left: 2px;
}
.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked &gt; li {
  float: none;
}
.nav-stacked &gt; li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified &gt; li {
  float: none;
}
.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 550px) {
  .nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified &gt; .active &gt; a,
.nav-tabs-justified &gt; .active &gt; a:hover,
.nav-tabs-justified &gt; .active &gt; a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 550px) {
  .nav-tabs-justified &gt; li &gt; a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified &gt; .active &gt; a,
  .nav-tabs-justified &gt; .active &gt; a:hover,
  .nav-tabs-justified &gt; .active &gt; a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 550px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 550px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 25px;
  padding-left: 25px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 550px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container &gt; .navbar-header,
.container-fluid &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container-fluid &gt; .navbar-collapse {
  margin-right: -25px;
  margin-left: -25px;
}
@media (min-width: 550px) {
  .container &gt; .navbar-header,
  .container-fluid &gt; .navbar-header,
  .container &gt; .navbar-collapse,
  .container-fluid &gt; .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 550px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 550px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 25px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand &gt; img {
  display: block;
}
@media (min-width: 550px) {
  .navbar &gt; .container .navbar-brand,
  .navbar &gt; .container-fluid .navbar-brand {
    margin-left: -25px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 25px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 550px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -25px;
}
.navbar-nav &gt; li &gt; a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 549px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    background-image: none;
  }
}
@media (min-width: 550px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav &gt; li {
    float: left;
  }
  .navbar-nav &gt; li &gt; a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -25px;
  margin-right: -25px;
  padding: 10px 25px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 550px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group &gt; .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 549px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 550px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav &gt; li &gt; .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 550px) {
  .navbar-text {
    float: left;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 550px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -25px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav &gt; li &gt; a {
  color: #777;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav &gt; .disabled &gt; a,
.navbar-default .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-default .navbar-nav &gt; .disabled &gt; a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 549px) {
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; li &gt; a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav &gt; .active &gt; a,
.navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav &gt; .disabled &gt; a,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav &gt; .open &gt; a,
.navbar-inverse .navbar-nav &gt; .open &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 549px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb &gt; li {
  display: inline-block;
}
.breadcrumb &gt; li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb &gt; .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination &gt; li {
  display: inline;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg &gt; li &gt; a,
.pagination-lg &gt; li &gt; span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg &gt; li:first-child &gt; a,
.pagination-lg &gt; li:first-child &gt; span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm &gt; li &gt; a,
.pagination-sm &gt; li &gt; span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li &gt; a,
.pager li &gt; span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li &gt; a:hover,
.pager li &gt; a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next &gt; a,
.pager .next &gt; span {
  float: right;
}
.pager .previous &gt; a,
.pager .previous &gt; span {
  float: left;
}
.pager .disabled &gt; a,
.pager .disabled &gt; a:hover,
.pager .disabled &gt; a:focus,
.pager .disabled &gt; span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs &gt; .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active &gt; .badge,
.nav-pills &gt; .active &gt; a &gt; .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item &gt; .badge {
  float: right;
}
.list-group-item &gt; .badge + .badge {
  margin-right: 5px;
}
.nav-pills &gt; li &gt; a &gt; .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron &gt; hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 25px;
  padding-right: 25px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 550px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail &gt; img,
.thumbnail a &gt; img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert &gt; p,
.alert &gt; ul {
  margin-bottom: 0;
}
.alert &gt; p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media &gt; .pull-right {
  padding-left: 10px;
}
.media-left,
.media &gt; .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading &gt; small,
.list-group-item.active:hover .list-group-item-heading &gt; small,
.list-group-item.active:focus .list-group-item-heading &gt; small,
.list-group-item.active .list-group-item-heading &gt; .small,
.list-group-item.active:hover .list-group-item-heading &gt; .small,
.list-group-item.active:focus .list-group-item-heading &gt; .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading &gt; .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title &gt; a,
.panel-title &gt; small,
.panel-title &gt; .small,
.panel-title &gt; small &gt; a,
.panel-title &gt; .small &gt; a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel &gt; .list-group,
.panel &gt; .panel-collapse &gt; .list-group {
  margin-bottom: 0;
}
.panel &gt; .list-group .list-group-item,
.panel &gt; .panel-collapse &gt; .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel &gt; .list-group:first-child .list-group-item:first-child,
.panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel &gt; .list-group:last-child .list-group-item:last-child,
.panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel &gt; .panel-heading + .panel-collapse &gt; .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel &gt; .table,
.panel &gt; .table-responsive &gt; .table,
.panel &gt; .panel-collapse &gt; .table {
  margin-bottom: 0;
}
.panel &gt; .table caption,
.panel &gt; .table-responsive &gt; .table caption,
.panel &gt; .panel-collapse &gt; .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel &gt; .table:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel &gt; .table:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel &gt; .panel-body + .table,
.panel &gt; .panel-body + .table-responsive,
.panel &gt; .table + .panel-body,
.panel &gt; .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th,
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td {
  border-top: 0;
}
.panel &gt; .table-bordered,
.panel &gt; .table-responsive &gt; .table-bordered {
  border: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
  border-left: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
  border-right: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th {
  border-bottom: 0;
}
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
  border-bottom: 0;
}
.panel &gt; .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse &gt; .panel-body,
.panel-group .panel-heading + .panel-collapse &gt; .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default &gt; .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #ddd;
}
.panel-default &gt; .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary &gt; .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #337ab7;
}
.panel-primary &gt; .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success &gt; .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success &gt; .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info &gt; .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #bce8f1;
}
.panel-info &gt; .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning &gt; .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #faebcc;
}
.panel-warning &gt; .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger &gt; .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger &gt; .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 550px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1060px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover &gt; .arrow,
.popover &gt; .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover &gt; .arrow {
  border-width: 11px;
}
.popover &gt; .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top &gt; .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right &gt; .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right &gt; .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom &gt; .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left &gt; .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left &gt; .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner &gt; .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner &gt; .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner &gt; .item.next,
  .carousel-inner &gt; .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner &gt; .item.prev,
  .carousel-inner &gt; .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner &gt; .item.next.left,
  .carousel-inner &gt; .item.prev.right,
  .carousel-inner &gt; .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  display: block;
}
.carousel-inner &gt; .active {
  left: 0;
}
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner &gt; .next {
  left: 100%;
}
.carousel-inner &gt; .prev {
  left: -100%;
}
.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
  left: 0;
}
.carousel-inner &gt; .active.left {
  left: -100%;
}
.carousel-inner &gt; .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 550px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical &gt; .btn-group:before,
.btn-group-vertical &gt; .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical &gt; .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 549px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 549px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 549px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 549px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 550px) and (max-width: 1059px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 550px) and (max-width: 1059px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 550px) and (max-width: 1059px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 550px) and (max-width: 1059px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1060px) and (max-width: 1439px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1060px) and (max-width: 1439px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1060px) and (max-width: 1439px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1060px) and (max-width: 1439px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 549px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 550px) and (max-width: 1059px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1060px) and (max-width: 1439px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
@media (min-width: 1440px) {
  .border-lg-top {
    border-top: 1px solid black;
  }
  .border-lg-right {
    border-right: 1px solid black;
  }
  .border-lg-bottom {
    border-bottom: 1px solid black;
  }
  .border-lg-left {
    border-left: 1px solid black;
  }
}
@media (min-width: 1060px) and (max-width: 1439px) {
  .border-md-top {
    border-top: 1px solid black;
  }
  .border-md-right {
    border-right: 1px solid black;
  }
  .border-md-bottom {
    border-bottom: 1px solid black;
  }
  .border-md-left {
    border-left: 1px solid black;
  }
}
@media (min-width: 550px) and (max-width: 1059px) {
  .border-sm-top {
    border-top: 1px solid black;
  }
  .border-sm-right {
    border-right: 1px solid black;
  }
  .border-sm-bottom {
    border-bottom: 1px solid black;
  }
  .border-sm-left {
    border-left: 1px solid black;
  }
}
@media (max-width: 549px) {
  .border-xs-top {
    border-top: 1px solid black;
  }
  .border-xs-right {
    border-right: 1px solid black;
  }
  .border-xs-bottom {
    border-bottom: 1px solid black;
  }
  .border-xs-left {
    border-left: 1px solid black;
  }
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
.breadcrumb {
  width: 100%;
  height: 40px;
  display: table;
  background: #9a3324;
  border-radius: 0;
  color: white;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  z-index: 99;
  position: relative;
}
@media (max-width: 1059px) {
  .breadcrumb {
    background: #ceaf87;
    color: black;
  }
}
.breadcrumb a {
  vertical-align: middle;
  color: white;
}
@media (max-width: 1059px) {
  .breadcrumb a {
    color: black;
  }
}
@media (max-width: 1059px) {
  .breadcrumb a {
    color: black;
  }
}
.breadcrumb a:hover {
  text-decoration: none;
  color: white;
}
@media (max-width: 1059px) {
  .breadcrumb a:hover {
    color: black;
  }
}
.breadcrumb a:visited {
  text-decoration: none;
  color: white;
}
@media (max-width: 1059px) {
  .breadcrumb a:visited {
    color: black;
  }
}
.breadcrumb .chevron {
  display: inline-block;
  position: relative;
  bottom: -1px;
}
.breadcrumb:after {
  clear: both;
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open &gt; .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open &gt; .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open &gt; .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open &gt; .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open &gt; .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open &gt; .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open &gt; .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open &gt; .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open &gt; .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open &gt; .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open &gt; .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open &gt; .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open &gt; .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open &gt; .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open &gt; .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open &gt; .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open &gt; .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open &gt; .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open &gt; .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open &gt; .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open &gt; .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open &gt; .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open &gt; .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open &gt; .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open &gt; .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open &gt; .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-dark-blue {
  color: #ffffff;
  background-color: #192b64;
  border-color: #142250;
}
.btn-dark-blue:focus,
.btn-dark-blue.focus {
  color: #ffffff;
  background-color: #0f193b;
  border-color: #000000;
}
.btn-dark-blue:hover {
  color: #ffffff;
  background-color: #0f193b;
  border-color: #080d1f;
}
.btn-dark-blue:active,
.btn-dark-blue.active,
.open &gt; .dropdown-toggle.btn-dark-blue {
  color: #ffffff;
  background-color: #0f193b;
  border-color: #080d1f;
}
.btn-dark-blue:active:hover,
.btn-dark-blue.active:hover,
.open &gt; .dropdown-toggle.btn-dark-blue:hover,
.btn-dark-blue:active:focus,
.btn-dark-blue.active:focus,
.open &gt; .dropdown-toggle.btn-dark-blue:focus,
.btn-dark-blue:active.focus,
.btn-dark-blue.active.focus,
.open &gt; .dropdown-toggle.btn-dark-blue.focus {
  color: #ffffff;
  background-color: #080d1f;
  border-color: #000000;
}
.btn-dark-blue:active,
.btn-dark-blue.active,
.open &gt; .dropdown-toggle.btn-dark-blue {
  background-image: none;
}
.btn-dark-blue.disabled:hover,
.btn-dark-blue[disabled]:hover,
fieldset[disabled] .btn-dark-blue:hover,
.btn-dark-blue.disabled:focus,
.btn-dark-blue[disabled]:focus,
fieldset[disabled] .btn-dark-blue:focus,
.btn-dark-blue.disabled.focus,
.btn-dark-blue[disabled].focus,
fieldset[disabled] .btn-dark-blue.focus {
  background-color: #192b64;
  border-color: #142250;
}
.btn-dark-blue .badge {
  color: #192b64;
  background-color: #ffffff;
}
.btn-light-blue {
  color: #ffffff;
  background-color: #1D6BB8;
  border-color: #142250;
}
.btn-light-blue:focus,
.btn-light-blue.focus {
  color: #ffffff;
  background-color: #16518c;
  border-color: #000000;
}
.btn-light-blue:hover {
  color: #ffffff;
  background-color: #16518c;
  border-color: #080d1f;
}
.btn-light-blue:active,
.btn-light-blue.active,
.open &gt; .dropdown-toggle.btn-light-blue {
  color: #ffffff;
  background-color: #16518c;
  border-color: #080d1f;
}
.btn-light-blue:active:hover,
.btn-light-blue.active:hover,
.open &gt; .dropdown-toggle.btn-light-blue:hover,
.btn-light-blue:active:focus,
.btn-light-blue.active:focus,
.open &gt; .dropdown-toggle.btn-light-blue:focus,
.btn-light-blue:active.focus,
.btn-light-blue.active.focus,
.open &gt; .dropdown-toggle.btn-light-blue.focus {
  color: #ffffff;
  background-color: #113f6d;
  border-color: #000000;
}
.btn-light-blue:active,
.btn-light-blue.active,
.open &gt; .dropdown-toggle.btn-light-blue {
  background-image: none;
}
.btn-light-blue.disabled:hover,
.btn-light-blue[disabled]:hover,
fieldset[disabled] .btn-light-blue:hover,
.btn-light-blue.disabled:focus,
.btn-light-blue[disabled]:focus,
fieldset[disabled] .btn-light-blue:focus,
.btn-light-blue.disabled.focus,
.btn-light-blue[disabled].focus,
fieldset[disabled] .btn-light-blue.focus {
  background-color: #1D6BB8;
  border-color: #142250;
}
.btn-light-blue .badge {
  color: #1D6BB8;
  background-color: #ffffff;
}
.btn-green {
  color: #ffffff;
  background-color: #318800;
  border-color: #286f00;
}
.btn-green:focus,
.btn-green.focus {
  color: #ffffff;
  background-color: #1f5500;
  border-color: #000000;
}
.btn-green:hover {
  color: #ffffff;
  background-color: #1f5500;
  border-color: #123100;
}
.btn-green:active,
.btn-green.active,
.open &gt; .dropdown-toggle.btn-green {
  color: #ffffff;
  background-color: #1f5500;
  border-color: #123100;
}
.btn-green:active:hover,
.btn-green.active:hover,
.open &gt; .dropdown-toggle.btn-green:hover,
.btn-green:active:focus,
.btn-green.active:focus,
.open &gt; .dropdown-toggle.btn-green:focus,
.btn-green:active.focus,
.btn-green.active.focus,
.open &gt; .dropdown-toggle.btn-green.focus {
  color: #ffffff;
  background-color: #123100;
  border-color: #000000;
}
.btn-green:active,
.btn-green.active,
.open &gt; .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled.focus,
.btn-green[disabled].focus,
fieldset[disabled] .btn-green.focus {
  background-color: #318800;
  border-color: #286f00;
}
.btn-green .badge {
  color: #318800;
  background-color: #ffffff;
}
.btn-white {
  background-color: #ffffff;
  color: #192b64;
  border: 2px solid #192b64;
}
.btn-white:hover {
  background-color: #142250;
  color: #ffffff;
}
.alumni-regist-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
.content-wrapper .course-wrapper .btn-left {
  text-align: left;
  font-weight: bold;
}
.content-wrapper .course-wrapper .left-block {
  padding-bottom: 20px;
}
.content-wrapper .course-wrapper .details p {
  margin: 5px auto;
}
.content-wrapper .course-wrapper .details p.quali {
  color: #192b64;
}
.content-wrapper .course-wrapper .btn-left + .btn-left,
.content-wrapper .course-wrapper .btn-left + a &gt; .btn-left {
  margin-top: 15px;
}
.content-wrapper .course-wrapper .page-title {
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: bold;
}
.content-wrapper .course-wrapper .course-paginator {
  width: 100%;
  display: table;
  margin-bottom: 15px;
}
.content-wrapper .course-wrapper .course-paginator--v2 {
  display: block;
}
.content-wrapper .course-wrapper .course-paginator--v2 .pag-elem {
  display: inline-block !important;
  margin: 0 25px 0 0;
}
.content-wrapper .course-wrapper .course-paginator .pag-elem {
  font-weight: bold;
  display: table-cell;
  padding-bottom: 15px;
}
@media (max-width: 549px) {
  .content-wrapper .course-wrapper .course-paginator .pag-elem {
    display: inline-block;
    float: left;
    margin-right: 15px;
  }
}
.content-wrapper .course-wrapper .course-paginator .pag-elem.activeItem a:after {
  width: 100%;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.content-wrapper .course-wrapper .course-paginator .pag-elem a {
  color: #192b64;
  position: relative;
}
.content-wrapper .course-wrapper .course-paginator .pag-elem a:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  margin: 0 auto;
  width: 0px;
  height: 1px;
  background: #192b64;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}
.content-wrapper .course-wrapper .course-paginator .pag-elem a:hover:after {
  width: 100%;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.content-wrapper .course-wrapper .tab-wrapper .row + .row {
  margin-top: 10px;
}
.content-wrapper .course-wrapper .tab-wrapper .row.header {
  font-weight: bold;
}
.content-wrapper .course-wrapper .tab-wrapper .row.header .content {
  color: #192b64;
}
.content-wrapper .course-wrapper .tab-wrapper .row .title {
  color: #192b64;
  font-weight: bold;
  font-size: 15px;
}
.content-wrapper .course-wrapper .tab-wrapper .row .content {
  color: #000000;
}
.content-wrapper .course-wrapper .tab-wrapper .row .content ul {
  color: black;
}
.content-wrapper .course-wrapper .tab-wrapper .row .content ul.dot-list li:before {
  content: "â— ";
}
.content-wrapper .course-wrapper .tab-wrapper .row .content ul.triangle-list li:before {
  content: "â–¶ ";
}
.content-wrapper .course-wrapper .tab-wrapper .row .content ul.square-list li:before {
  content: "â–ª ";
}
.content-wrapper .course-wrapper .tab-wrapper .row .content ul.dash-list li:before {
  content: "âˆ’ ";
}
.content-wrapper .course-wrapper .tab-wrapper .row .content li ul {
  padding-left: 20px;
}
.content-wrapper .course-wrapper .tab-wrapper .row .content.paragraph {
  padding-top: 5px;
  padding-bottom: 10px;
}
.content-wrapper .course-wrapper .tab-wrapper .row .content.paragraph .long-paragraph {
  font-size: 15px;
}
.content-wrapper .course-wrapper .tab-wrapper .row .content.paragraph p {
  font-size: 15px;
}
.content-wrapper .course-wrapper .tab-wrapper .row .content.paragraph p + p {
  margin-top: 20px;
}
.content-wrapper .course-wrapper .tab-wrapper .tab-elem {
  display: none;
}
.content-wrapper .course-wrapper .tab-wrapper .tab-elem.activeItem {
  display: block;
}
.content-wrapper .course-wrapper table {
  color: #192b64;
}
.content-wrapper .course-wrapper h1,
.content-wrapper .course-wrapper h2,
.content-wrapper .course-wrapper h3,
.content-wrapper .course-wrapper h4,
.content-wrapper .course-wrapper h5 {
  padding: 5px;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  display: block;
  text-transform: uppercase;
  color: #192b64;
}
.content-wrapper .course-wrapper h1 {
  font-size: 24px;
}
.content-wrapper .course-wrapper h2 {
  font-size: 24px;
}
.content-wrapper .course-wrapper h3 {
  font-size: 18px;
  color: #ffffff;
  background: #9a3324;
}
.content-wrapper .course-wrapper h4 {
  font-size: 16px;
}
.content-wrapper .course-wrapper p {
  color: #000000;
  font-size: 15px;
  margin-bottom: 0;
  display: block;
}
.content-wrapper .course-wrapper p.read-more {
  margin: 10px auto;
  font-weight: bold;
}
.content-wrapper .course-wrapper a {
  color: #1d6bb8;
}
.content-wrapper .course-wrapper .departments {
  padding-bottom: 15px;
  padding-top: 5px;
  margin-left: 5px;
}
.content-wrapper .course-wrapper .departments .department-elem {
  margin: 10px auto;
  color: #000000;
  font-size: 16px;
}
.content-wrapper .course-wrapper .departments .department-elem ul {
  color: #000000;
}
.content-wrapper .course-wrapper .departments .department-elem .description {
  margin-top: 20px;
  display: none;
}
.content-wrapper .course-wrapper .departments .department-elem .description hr {
  margin-left: -5px;
  margin-right: -5px;
}
.content-wrapper .course-wrapper .departments .department-elem.activeDescription &gt; a {
  font-weight: bold;
  color: #192b64;
}
.content-wrapper .course-wrapper .departments .department-elem.activeDescription .description {
  display: block;
}
.content-wrapper .english-course-wrapper h1,
.content-wrapper .english-course-wrapper h2,
.content-wrapper .english-course-wrapper h3,
.content-wrapper .english-course-wrapper h4,
.content-wrapper .english-course-wrapper h5 {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  display: block;
  text-transform: uppercase;
}
.content-wrapper .english-course-wrapper h1 {
  font-size: 24px;
}
.content-wrapper .english-course-wrapper h2 {
  font-size: 24px;
}
.content-wrapper .english-course-wrapper h3 {
  font-size: 18px;
  color: #ffffff;
  background: #9a3324;
}
.content-wrapper .english-course-wrapper h4 {
  font-size: 16px;
}
.content-wrapper .english-course-wrapper .search-bar-wrapper {
  font-weight: 700;
  padding-bottom: 20px;
}
.content-wrapper .english-course-wrapper .search-bar-wrapper h2 {
  font-size: 24px;
  margin-bottom: 25px;
}
.content-wrapper .english-course-wrapper .search-bar-wrapper label {
  margin-right: 5px;
}
.content-wrapper .english-course-wrapper .search-bar-wrapper .tooltip-icon {
  color: #192b64;
}
.content-wrapper .english-course-wrapper .search-result-wrapper {
  color: #192b64;
}
.content-wrapper .english-course-wrapper .search-result-wrapper .result-title {
  color: #192b64;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
}
.content-wrapper .english-course-wrapper .search-result-wrapper a {
  color: #337ab7;
  font-weight: bold;
}
.content-wrapper .english-course-wrapper .search-result-wrapper a i {
  color: #000000;
}
.content-wrapper .english-course-wrapper .search-result-wrapper a:hover {
  color: #1d6bb8;
}
.content-wrapper .english-course-wrapper .applied-filter-list {
  background-color: #ceaf87;
  display: inline-block;
  padding: 8px 16px;
  margin: 8px;
  border-radius: 14px;
  color: #000000;
  font-weight: 600;
}
.content-wrapper .english-course-wrapper .filter-box-applied {
  background-color: #ceaf87;
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
.eventend-wrapper .eventend-carousel {
  width: 100%;
}
.eventend-wrapper .eventend-carousel img {
  width: 100%;
}
.eventend-wrapper ul {
  list-style: none;
  color: #000 !important;
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.eventend-wrapper ol {
  color: #000 !important;
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 550px) {
  .eventend-title {
    border-right: 1px solid #818992;
  }
}
.eventend-title .like {
  margin-right: 10px;
}
.eventend-title .event-start-date {
  font-size: 5.5em;
  color: #000000;
  font-weight: 700;
}
.eventend-title .event-start-date .standalone-start-date {
  font-size: 1.5em;
}
@media (min-width: 1060px) and (max-width: 1440px) {
  .eventend-title .event-start-date {
    font-size: 3.2em;
  }
}
@media (min-width: 1440px) {
  .eventend-title .event-start-date {
    font-size: 5.5em !important;
  }
}
@media (max-width: 1059px) {
  .eventend-title .event-start-date {
    font-size: 3.2em;
    margin-top: 10px;
  }
}
.eventend-title h1 {
  color: black;
  font-size: 80px;
  font-weight: bold;
}
.eventend-title p {
  color: #626c77;
  font-size: 16px;
}
.eventend-title h3 {
  color: black;
  font-size: 16px;
  font-weight: bold;
}
.eventend-title .top-image {
  width: 100%;
}
.eventend-title #map {
  width: 100%;
  border: 1px solid #192b64;
  height: 190px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 549px) {
  .eventend-description [style="text-align: justify;"] {
    text-align: left !important;
  }
}
@media (max-width: 549px) {
  .eventend-description [align="justify"] {
    text-align: left !important;
  }
}
.eventend-description &gt; :first-child {
  margin-top: 0;
}
.eventend-description ul &gt; li &gt; ul {
  list-style-type: circle!important;
}
.eventend-description ul &gt; li &gt; ul &gt; li &gt; ul {
  list-style-type: square!important;
}
.eventend-description ul {
  margin: 0;
}
.eventend-description ul li {
  margin: 0;
}
.eventend-description ul li p {
  margin: 0;
}
.eventend-description table {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 15px;
  width: 100% !important;
}
.eventend-description table caption {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  color: black;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}
.eventend-description table tbody th,
.eventend-description table thead th {
  background-color: #9a3324;
  color: white !important;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  padding: 5px 10px;
  font-weight: 700;
  letter-spacing: 0.3px;
  border-bottom: 1px;
}
.eventend-description table tbody th:not(:first-child),
.eventend-description table thead th:not(:first-child) {
  text-align: center;
}
.eventend-description table tbody th p,
.eventend-description table thead th p {
  color: white !important;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  margin: 0!important;
  padding: 0!important;
}
.eventend-description table tbody th strong,
.eventend-description table thead th strong {
  color: white;
}
.eventend-description table thead {
  color: #ffffff !important;
}
.eventend-description table thead* {
  color: #ffffff !important;
}
.eventend-description table thead tr {
  text-transform: uppercase;
}
.eventend-description table thead + tbody tr:first-child th:first-child {
  border-top: 1px solid white;
}
.eventend-description table tbody tr:not(:last-child) th {
  border-bottom: 1px solid white;
}
.eventend-description table tbody tr:last-child th {
  border-bottom: 1px solid black;
}
.eventend-description table tbody tr td {
  color: #000000;
  padding: 5px 10px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.eventend-description table tbody tr td p {
  margin: 0!important;
  padding: 0!important;
  color: #000000;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.eventend-description table tbody tr td ul {
  padding: 0 0 0 40px;
}
.eventend-description img {
  max-width: 100%;
}
.eventend-description:last-child p {
  margin-bottom: 0;
}
.eventend-description h1,
.eventend-description h2,
.eventend-description h3,
.eventend-description h4,
.eventend-description h5 {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  display: block;
  color: black;
}
.eventend-description h1 {
  font-size: 24px;
}
.eventend-description h2 {
  font-size: 24px;
}
.eventend-description h3 {
  font-size: 18px;
  color: white;
  background: #9a3324;
}
.eventend-description h3 strong {
  color: white;
}
.eventend-description h4 {
  font-size: 17px;
}
.eventend-description p {
  color: #626c77;
  font-size: 17px;
  margin-bottom: 0;
  font-family: "Open Sans", Arial, sans-serif;
  display: block;
}
.eventend-description small a {
  font-size: 13px;
}
.eventend-description b {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.eventend-description strong,
.eventend-description b {
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  padding: 0;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
}
.eventend-description a {
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  padding: 0;
  color: #192b64;
}
.eventend-description a.inline {
  display: inline-block;
}
.eventend-description a.highlight {
  font-style: normal;
  font-weight: normal;
  display: block;
  font-size: 24px;
  text-decoration: underline;
}
.eventend-description a.simple-link {
  display: inline-block;
}
::-webkit-input-placeholder {
  color: #818992;
  font-size: 14px;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #818992;
  font-size: 14px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #818992;
  font-size: 14px;
}
:-ms-input-placeholder {
  color: #818992;
  font-size: 14px;
}
.title-wrapper.hidden-title {
  margin-top: 25px;
}
.title-wrapper.three-content .title {
  padding-left: 25px;
  color: #000000;
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
.page-wrapper .events-wrapper li &gt; ul {
  margin-top: 0px;
}
.page-wrapper .events-wrapper li &gt; ol {
  margin-top: 0;
}
.page-wrapper .events-wrapper ul,
.page-wrapper .events-wrapper ol {
  list-style: initial;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 0 0 40px;
}
.page-wrapper .events-wrapper ul._loginet-carousel-items-wrapper,
.page-wrapper .events-wrapper ol._loginet-carousel-items-wrapper {
  margin-top: 0;
}
.page-wrapper .events-wrapper ul.ul-month,
.page-wrapper .events-wrapper ol.ul-month,
.page-wrapper .events-wrapper ul.ul-week,
.page-wrapper .events-wrapper ol.ul-week,
.page-wrapper .events-wrapper ul.ul-day,
.page-wrapper .events-wrapper ol.ul-day {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.page-wrapper .events-wrapper ol {
  list-style-type: decimal;
}
.page-wrapper .events-wrapper .events-datepicker-wrapper {
  border-right: 1px solid #818a93;
}
@media (max-width: 1060px) {
  .page-wrapper .events-wrapper .events-datepicker-wrapper {
    border-right: 0;
    margin-bottom: 35px;
  }
}
.page-wrapper .events-wrapper .events-datepicker-wrapper .datepicker .datepicker-inline {
  width: 90%;
  margin: auto;
}
.page-wrapper .events-wrapper .events-datepicker-wrapper .datepicker .datepicker-inline table {
  width: 100%;
}
.page-wrapper .events-wrapper .events-datepicker-wrapper .datepicker table tr td,
.page-wrapper .events-wrapper .events-datepicker-wrapper .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 28px;
  border-radius: 0px;
  border: none;
  padding: 0px!important;
}
.page-wrapper .events-wrapper .events-datepicker-wrapper .datepicker table tr td.prev,
.page-wrapper .events-wrapper .events-datepicker-wrapper .datepicker table tr th.prev {
  font-size: 21px;
  color: #000000;
}
.page-wrapper .events-wrapper .events-datepicker-wrapper .datepicker table tr td.next,
.page-wrapper .events-wrapper .events-datepicker-wrapper .datepicker table tr th.next {
  font-size: 21px;
  color: #000000;
}
.page-wrapper .events-wrapper .events-datepicker-wrapper .datepicker table tr td.datepicker-switch,
.page-wrapper .events-wrapper .events-datepicker-wrapper .datepicker table tr th.datepicker-switch {
  font-size: 19px;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  color: #000000;
}
.page-wrapper .events-wrapper .events-datepicker-extended-wrapper {
  display: inline-block;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-wrapper .events-wrapper .week-interval {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  width: auto;
  color: black !important;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 549px) {
  .page-wrapper .events-wrapper .week-interval {
    width: 100%;
    padding: 50px/2;
    padding-bottom: 0;
    text-align: left;
  }
}
.page-wrapper .events-wrapper .border-wrapper {
  margin-top: 20px;
}
.page-wrapper .events-wrapper .border-wrapper :first-child.event-block {
  border-top: 1px solid #818a93;
  padding-top: 8px;
}
.page-wrapper .events-wrapper .event-block {
  margin-top: 10px;
  position: relative;
  padding-bottom: 9px;
  border-bottom: 1px solid #818a93;
}
.page-wrapper .events-wrapper .event-block div.left-side {
  margin-right: -50px / 4;
}
.page-wrapper .events-wrapper .event-block div.left-side h3,
.page-wrapper .events-wrapper .event-block div.left-side h2 {
  padding-top: 0;
  display: inline-block;
  margin: 0;
  text-transform: lowercase!important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px!important;
  background: none;
  margin-bottom: 13px;
  color: #000000 !important;
}
.page-wrapper .events-wrapper .event-block div.left-side p {
  display: inline-block;
  margin: 0;
}
.page-wrapper .events-wrapper .event-block div.left-side img {
  display: block;
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
}
.page-wrapper .events-wrapper .event-block .lined-col {
  border-left: 1px solid #818a93;
}
.page-wrapper .events-wrapper .event-block .event-description-inner-wrapper {
  margin-left: -50px / 4;
  display: inline-block;
}
.page-wrapper .events-wrapper .event-block .event-description-inner-wrapper a {
  display: block;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  color: black !important;
  padding: 0;
  margin-bottom: 15px;
}
.page-wrapper .events-wrapper .event-block .event-description-inner-wrapper strong {
  color: #000000;
  font-size: 15px;
}
.page-wrapper .events-wrapper .event-block .event-description-inner-wrapper p {
  color: #000000;
  margin-top: 0;
  font-size: 13px;
}
.page-wrapper .events-wrapper .event-block .event-description-inner-wrapper p:last-child {
  margin-bottom: 0;
  font-size: 13px;
}
.page-wrapper .events-wrapper .event-block .event-description-inner-wrapper .event-time {
  margin-bottom: 5px;
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
.footer-wrapper {
  margin-top: 210px;
  background-color: #9a3324;
}
.footer-wrapper:before {
  display: table;
  content: " ";
}
@media (max-width: 1440px) {
  .footer-wrapper {
    margin-top: 40px;
  }
}
.footer-wrapper .desktop-footer {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer-wrapper .desktop-footer .footer-block {
  position: relative;
}
.footer-wrapper .desktop-footer .footer-block:after {
  content: " ";
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: white;
}
.footer-wrapper .desktop-footer .footer-block a,
.footer-wrapper .desktop-footer .footer-block p {
  text-align: left;
  display: block;
  color: white;
  margin: 0;
}
.footer-wrapper .desktop-footer .footer-block a img {
  height: 16px;
}
.footer-wrapper .desktop-footer &gt; div :nth-child(1) .footer-block:after {
  right: 0;
}
.footer-wrapper .desktop-footer &gt; div :nth-child(1) .footer-block {
  background-color: red;
}
.footer-wrapper .desktop-footer &gt; div :nth-child(1) .footer-block:after {
  background-color: red;
}
.footer-wrapper .desktop-footer &gt; div :nth-child(2) .footer-block:after {
  right: 0;
}
.footer-wrapper .desktop-footer &gt; div:nth-child(3) .footer-block {
  float: right;
  text-align: left;
}
.footer-wrapper .desktop-footer &gt; div:nth-child(3) .footer-block:after {
  display: none;
}
.footer-wrapper .desktop-footer &gt; nav :last-child .footer-block:after {
  display: none;
}
.footer-wrapper .desktop-footer:nth-child(3) .footer-block a {
  text-align: left;
}
.footer-wrapper .desktop-footer .last-foot-wrapper {
  float: right;
}
.footer-wrapper .desktop-footer .newsletter-social-wrapper {
  padding-left: 6px;
  padding-right: 26px;
  width: 100%;
  min-height: 75px;
  float: left;
  padding-top: 20px;
  color: white;
}
.footer-wrapper .desktop-footer .newsletter-social-wrapper .newsletter-wrapper {
  position: absolute;
  padding-top: 50px/2;
  padding-bottom: 50px;
  bottom: -35px;
  background-color: #1d6bb8;
  left: 0;
  right: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 550px) {
  .footer-wrapper .desktop-footer .newsletter-social-wrapper .newsletter-wrapper {
    right: 35px;
  }
}
.footer-wrapper .desktop-footer .newsletter-social-wrapper .newsletter-wrapper .inputs {
  margin-bottom: 20px;
}
.footer-wrapper .desktop-footer .newsletter-social-wrapper .newsletter-wrapper input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}
.footer-wrapper .desktop-footer .newsletter-social-wrapper .newsletter-wrapper button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #318800;
  padding-top: 2px;
  padding-bottom: 2px;
}
.footer-wrapper .desktop-footer .newsletter-social-wrapper .newsletter {
  float: left;
  background-color: #9a3324;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
  padding: 5px 20px;
  position: absolute;
}
.footer-wrapper .desktop-footer .newsletter-social-wrapper .newsletter .glyphicon-envelope {
  font-size: 25px;
  margin-right: 10px;
  vertical-align: middle;
}
.footer-wrapper .desktop-footer .newsletter-social-wrapper .social {
  position: relative;
  width: 100%;
}
.footer-wrapper .desktop-footer .newsletter-social-wrapper .social a {
  float: right;
  color: white;
  margin-left: 10px;
  font-size: 24px;
}
.footer-wrapper .desktop-footer .newsletter-social-wrapper .social:after {
  clear: both;
}
.footer-wrapper .desktop-footer .newsletter-social-wrapper .social .website-of-the-year {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer-wrapper .desktop-footer .newsletter-social-wrapper .social .website-of-the-year img {
  width: 75px;
}
.footer-wrapper .desktop-footer .newsletter-social-wrapper .social .ajk-350 img {
  height: 50px;
  width: auto;
}
.footer-wrapper .desktop-footer .newsletter-social-wrapper .brand-wrapper {
  display: block;
  margin-top: 10px;
  width: 100%;
  text-align: right;
}
.footer-wrapper .desktop-footer .newsletter-social-wrapper .brand-wrapper a {
  color: white;
}
.footer-wrapper .desktop-footer .newsletter-social-wrapper .brand-wrapper a img {
  height: 18px;
}
.footer-wrapper .desktop-footer:after {
  clear: both;
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
/*EXTRA NAVS*/
.extra-navigation {
  width: 100%;
  text-align: center;
  z-index: 1000;
  position: fixed;
  top: 0;
}
.extra-navigation .extra-nav-wrapper {
  position: relative;
}
.extra-navigation .extra-nav-wrapper .extra-nav {
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 1000;
  width: 200px;
  right: 0;
  height: 0px;
  font-size: 2em;
  overflow: hidden;
  color: #ffffff;
  background-color: #818a93;
  margin: auto;
  cursor: pointer;
}
.extra-navigation .extra-nav-wrapper .extra-nav:focus {
  height: auto;
}
/*HEADER*/
.header-wrapper {
  width: 100%;
}
.header-wrapper .academic-title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 27px;
  font-size: 27px;
  font-family: 'Times New Roman', sans-serif;
  color: #192b64;
}
@media (max-width: 549px) {
  .header-wrapper .academic-title {
    width: 300px;
    font-size: 14px;
    line-height: 16px;
    margin-left: 5px;
  }
}
@media (max-width: 549px) and (max-width: 500px) {
  .header-wrapper .academic-title {
    width: 180px;
  }
}
@media (max-width: 549px) and (max-width: 500px) and (max-width: 400px) {
  .header-wrapper .academic-title {
    width: 130px;
    font-size: 12px;
  }
}
.header-wrapper .academic-title--hide {
  display: none;
}
.header-wrapper.sticky-header {
  position: fixed;
  z-index: 100;
  top: 0;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
}
.header-wrapper.sticky-header .desktop-header-banner {
  z-index: 99;
  position: relative;
}
.header-wrapper.sticky-header .desktop-header-banner .banner-wrapper .banner-container {
  display: table-cell;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left !important;
}
.header-wrapper.sticky-header .desktop-header-banner .banner-wrapper .banner-container a img.header-banner-image {
  height: 49px;
}
.header-wrapper.sticky-header .desktop-header-banner .banner-wrapper .banner-container a .academic-title {
  font-size: 22px;
  line-height: 22px;
  display: inline-block !important;
}
.header-wrapper.sticky-header .desktop-header-banner .banner-wrapper .banner-container a .academic-title--hide-collapsed {
  display: none !important;
}
.header-wrapper.sticky-header .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item:hover,
.header-wrapper.sticky-header .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item:focus,
.header-wrapper.sticky-header .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item.active {
  border-radius: 0;
}
.header-wrapper.sticky-header .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item a {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}
.header-wrapper .desktop-header-nav &gt; * {
  color: white !important;
}
.header-wrapper .desktop-header-nav {
  background-color: #9a3324;
  color: white !important;
  size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.header-wrapper .desktop-header-nav .sliding-colleague-bar {
  height: 54px;
  overflow: hidden;
  display: none;
  background-color: #9a3324;
}
.header-wrapper .desktop-header-nav .sliding-colleague-bar .container,
.header-wrapper .desktop-header-nav .sliding-colleague-bar .row,
.header-wrapper .desktop-header-nav .sliding-colleague-bar .col-xs-12 {
  height: 100%;
}
.header-wrapper .desktop-header-nav .sliding-colleague-bar .login-bar-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.header-wrapper .desktop-header-nav .sliding-colleague-bar .login-bar-wrapper .login-inputs {
  height: 54px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 14px;
  padding-top: 14px;
}
.header-wrapper .desktop-header-nav .sliding-colleague-bar .login-bar-wrapper .login-inputs input {
  margin: 0 25px 0 0;
  border: 0;
  border-bottom: 5px;
  height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 5px;
  width: 140px;
}
.header-wrapper .desktop-header-nav .sliding-colleague-bar .login-bar-wrapper .login-inputs button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 26px;
  padding: 0px 20px;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 0 0 0 0;
  background: #318800;
}
.header-wrapper .desktop-header-nav .sliding-colleague-bar .login-bar-wrapper .login-inputs i {
  position: absolute;
  float: none;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  color: #9a3324;
  font-size: 21px;
  display: table;
  text-align: center;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.header-wrapper .desktop-header-nav .header-upper-wrapper {
  height: 40px;
  font-size: 13px;
}
.header-wrapper .desktop-header-nav .header-upper-wrapper ul {
  padding: 10px 0px;
  margin-bottom: 0;
}
.header-wrapper .desktop-header-nav .header-upper-wrapper ul li {
  width: auto;
  float: left;
}
.header-wrapper .desktop-header-nav .header-upper-wrapper ul li a {
  color: white !important;
}
.header-wrapper .desktop-header-nav .header-upper-wrapper ul li.search-toggle-holder {
  margin-left: 30px !important;
  margin-right: 15px;
}
@media (max-width: 1060px) {
  .header-wrapper .desktop-header-nav .header-upper-wrapper .header-left-menu.col-sm-4 {
    padding-right: 0;
  }
}
.header-wrapper .desktop-header-nav .header-upper-wrapper .header-left-menu ul {
  float: left;
}
.header-wrapper .desktop-header-nav .header-upper-wrapper .header-left-menu ul li {
  padding: 0 5px;
}
.header-wrapper .desktop-header-nav .header-upper-wrapper .header-left-menu ul li a {
  position: relative;
  width: 100%;
  display: inline-block;
  color: white !important;
}
.header-wrapper .desktop-header-nav .header-upper-wrapper .header-left-menu ul li a:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  margin: 0 auto;
  width: 0px;
  height: 1px;
  background: white;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}
.header-wrapper .desktop-header-nav .header-upper-wrapper .header-left-menu ul li a:hover:after {
  width: 100%;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.header-wrapper .desktop-header-nav .header-upper-wrapper .header-left-menu ul li {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: white !important;
}
.header-wrapper .desktop-header-nav .header-upper-wrapper .header-left-menu ul li a.active-language:after {
  width: 100%;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 1060px) {
  .header-wrapper .desktop-header-nav .header-upper-wrapper .header-right-menu.col-sm-8 {
    padding: 0;
  }
}
.header-wrapper .desktop-header-nav .header-upper-wrapper .header-right-menu ul {
  float: right;
}
.header-wrapper .desktop-header-nav .header-upper-wrapper .header-right-menu ul li {
  margin-left: 15px;
}
.header-wrapper .desktop-header-nav .header-upper-wrapper .header-right-menu ul li.accessibility {
  margin-left: 20px;
}
.header-wrapper .desktop-header-nav .header-upper-wrapper .header-right-menu ul li.accessibility a {
  color: white !important;
}
.header-wrapper .desktop-header-nav .header-upper-wrapper .header-right-menu ul li.accessibility a img {
  width: 16px;
  height: 16px;
}
.header-wrapper .desktop-header-nav .header-upper-wrapper .header-right-menu ul li i.search-icon {
  width: 16px;
}
.header-wrapper .desktop-header-nav .header-upper-wrapper .header-right-menu ul li i.fa-times {
  font-size: 21px;
  display: block;
}
@media (max-width: 1059px) {
  .header-wrapper .desktop-header-nav .header-upper-wrapper .header-right-menu ul li {
    margin-left: 17px;
  }
}
.header-wrapper .desktop-header-nav .header-upper-wrapper .fa-user {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  color: #9a3324;
  background-color: white;
  text-align: center;
  padding-top: 1px;
}
.header-wrapper .desktop-header-nav .sliding-search-bar {
  margin-top: -80px;
  position: relative;
  display: none;
  width: 100%;
  background-color: #ffffff;
}
.header-wrapper .desktop-header-nav .sliding-search-bar .sliding-search-wrapper {
  height: 80px;
  border: 0;
  width: 100%;
}
.header-wrapper .desktop-header-nav .sliding-search-bar .sliding-search-wrapper .sliding-search-icon {
  color: #9a3324;
  font-size: 30px;
  background-color: #ffffff;
  top: 0;
  border: 0;
  right: 25px;
  position: absolute;
  height: 80px;
  padding: 0px;
}
.header-wrapper .desktop-header-nav .sliding-search-bar .sliding-search-wrapper .sliding-search-icon:focus {
  border: 0;
}
.header-wrapper .desktop-header-nav .sliding-search-bar .sliding-search-wrapper .sliding-search-icon .search-icon {
  display: block;
  width: 40px;
  height: 34px;
  background: url("../bundles/loginetelte/images/right-arrow.png") center no-repeat;
}
.header-wrapper .desktop-header-nav .sliding-search-bar .sliding-search-wrapper input {
  height: 80px;
  font-size: 1.5em;
  border: 0;
  padding: 0px 105px 0px 0px;
  width: 100%;
  color: #000000;
}
.header-wrapper .desktop-header-nav .sliding-search-bar ::-webkit-input-placeholder {
  color: #626c77;
  font-size: 21px;
}
.header-wrapper .desktop-header-nav .sliding-search-bar :-moz-placeholder {
  /* Firefox 18- */
  color: #626c77;
  font-size: 21px;
}
.header-wrapper .desktop-header-nav .sliding-search-bar ::-moz-placeholder {
  /* Firefox 19+ */
  color: #626c77;
  font-size: 21px;
}
.header-wrapper .desktop-header-nav .sliding-search-bar :-ms-input-placeholder {
  color: #626c77;
  font-size: 21px;
}
.header-wrapper .desktop-header-banner {
  background-color: #ceaf87;
}
@media (max-width: 1060px) {
  .header-wrapper .desktop-header-banner {
    background-color: #9a3324;
  }
}
.header-wrapper .desktop-header-banner .banner-wrapper {
  height: 130px;
  display: table;
  width: 100%;
  position: relative;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-container {
  display: block;
  text-align: center;
  vertical-align: middle;
  margin: 20px 0 10px 0;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-container a {
  padding: 0;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-container a img {
  height: 75px;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 2px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-container a img .header-banner-image--redesigned {
  height: 80px;
}
.header-wrapper .desktop-header-banner .banner-wrapper .li-sub-item {
  color: white !important;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper {
  display: block;
  vertical-align: bottom;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs {
  margin: 0;
  padding: 0;
  text-align: center;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item {
  z-index: 10;
  display: inline-block;
  margin-bottom: -5px;
}
@media (min-width: 1440px) {
  .header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item {
    margin-left: 10px;
  }
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item a {
  color: black;
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  height: 40px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item a.actual {
  font-weight: bold;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item a:focus {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #9a3324;
  color: white !important;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper {
  z-index: 10;
  position: absolute;
  display: none;
  right: 0;
  left: 0;
  margin: auto;
  width: 80%;
  -webkit-box-shadow: 0px 7px 16px -1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 7px 16px -1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 7px 16px -1px rgba(0, 0, 0, 0.35);
  background-color: #9a3324;
  text-align: center;
}
@media (max-width: 1440px) {
  .header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper {
    width: 100%;
  }
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper {
  padding: 30px;
  font-size: 0;
  text-align: center;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper .sub-menu-element {
  position: relative;
  display: inline-block;
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0;
  text-align: left;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper .sub-menu-element.text-center {
  text-align: center !important;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper .sub-menu-element a {
  display: inline-block;
  min-height: 40px;
  height: auto;
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  word-wrap: normal;
  white-space: normal;
  -ms-word-break: break-word;
  word-break: break-word;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper .sub-menu-element a:before {
  content: "";
  height: 100%;
  display: inline-block;
  width: 0;
  vertical-align: middle;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper .sub-menu-element a &gt; span {
  display: inline-block;
  vertical-align: middle;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus {
  width: 100%;
  max-height: 300px;
  display: inline-block;
  padding: 30px;
  position: relative;
  text-align: left;
  font-size: 0;
  white-space: normal;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus li {
  width: 25%;
  display: inline-block;
  padding: 5px;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-element,
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus li {
  vertical-align: top;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-element a,
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus li a {
  color: white;
  position: relative;
  height: 40px;
  font-size: 13px;
  font-weigth: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-element a:after,
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus li a:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  margin: 0 auto;
  width: 0px;
  height: 1px;
  background: white;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus li.li-sub-item,
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-element {
  padding-top: 0;
  padding-bottom: 10px;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus li.li-sub-item a,
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-element a {
  vertical-align: top;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus .li-sub-item:hover,
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper .li-sub-item:hover,
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus .sub-menu-element:hover,
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper .sub-menu-element:hover {
  position: relative;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus .li-sub-item:hover a,
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper .li-sub-item:hover a,
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus .sub-menu-element:hover a,
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper .sub-menu-element:hover a {
  position: relative;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus .li-sub-item:hover a:after,
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper .li-sub-item:hover a:after,
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus .sub-menu-element:hover a:after,
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper .sub-menu-element:hover a:after {
  width: 100%;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus .li-sub-item:focus,
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper .li-sub-item:focus,
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus .sub-menu-element:focus,
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper .sub-menu-element:focus {
  outline: auto;
  outline-color: #00A8FF;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item:last-child .sub-menu-wrapper .sub-menus {
  border-radius: 0;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item:hover .sub-menu-wrapper {
  z-index: 1000;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item:hover,
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item:focus,
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item.active {
  text-decoration: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #9a3324;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item:hover a,
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item:focus a,
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item.active a {
  color: white;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs .menu-item:focus .sub-menu-wrapper {
  display: block;
}
.header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper .banner-navs:after {
  clear: both;
}
/* ------------------ academic header -------------- */
.academic-header .banner-container a {
  white-space: nowrap;
}
.academic-header .banner-container a .header-banner-image {
  top: calc(50% - 42px);
}
.academic-header .banner-container a .academic-title {
  font-family: 'Open Sans', serif;
  font-weight: 300;
  margin-left: 10px;
  white-space: normal;
}
.academic-header .banner-navs .menu-item {
  float: none !important;
  display: inline-block;
}
.academic-header.banner-wrapper-tablet .banner-title-wrapper a {
  white-space: nowrap;
}
.academic-header.banner-wrapper-tablet .banner-title-wrapper a .academic-title {
  font-family: 'Open Sans', serif;
  font-weight: 300;
  white-space: normal;
}
.sticky-header .academic-header .banner-container a .header-banner-image {
  top: 4px;
  transition: top 0.5s;
}
.sticky-header .academic-header .banner-container a .academic-title {
  transition: margin 0.5s;
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
h5 {
  font-weight: normal !important;
}
ul {
  list-style: none;
  padding: 10px 10px;
}
.box {
  display: table-cell;
  vertical-align: middle;
}
button {
  padding: 0;
}
.display-inline-block {
  display: inline-block;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #000000;
}
.relative {
  position: relative;
}
@media (max-width: 549px) {
  body #main-content {
    padding-top: 20px;
  }
}
body .page-wrapper .datepicker .datepicker-inline table {
  color: #000000;
}
body .page-wrapper .datepicker .datepicker-inline table .hasEvent {
  color: white;
  background-color: #9a3324;
}
body .page-wrapper .datepicker .datepicker-inline table .hasEvent.focused {
  background-color: #71251a;
}
body .page-wrapper .datepicker .datepicker-inline table .hasEvent:hover,
body .page-wrapper .datepicker .datepicker-inline table .hasEvent:focus {
  background-color: #b7b9bb;
}
body .page-wrapper .datepicker .datepicker-inline table .active {
  color: #ffffff;
  background-color: #9a3324;
}
body .page-wrapper .datepicker .datepicker-inline table .active:hover,
body .page-wrapper .datepicker .datepicker-inline table .active:focus {
  background-color: #9a3324;
}
body .page-wrapper .datepicker .datepicker-inline table .today {
  color: #000000;
  background-color: #ceaf87;
}
body .page-wrapper .datepicker .datepicker-inline table .today.focused {
  background-color: #bf9763;
}
body .page-wrapper .datepicker .datepicker-inline table .today:hover,
body .page-wrapper .datepicker .datepicker-inline table .today:focus {
  background-color: #b7b9bb;
}
body .page-wrapper .carousel img {
  width: 100%;
  height: 405px;
}
body .page-wrapper .index-news .elte-message {
  overflow: hidden;
}
body .page-wrapper .index-news .elte-message img {
  width: auto;
  float: right;
  top: 0;
  left: 0;
  height: 125px;
}
@media (max-width: 549px) {
  body .page-wrapper .index-news .elte-message {
    margin-top: 30px;
    margin-bottom: 5px;
  }
}
body .page-wrapper .index-news .index-carousel {
  width: 100%;
  margin-bottom: 30px;
  background-color: #818992;
}
@media (max-width: 549px) {
  body .page-wrapper .index-news .index-carousel {
    margin-bottom: 0px;
    height: 380px;
  }
}
body .page-wrapper .index-news .index-carousel img {
  width: 100%;
}
@media (max-width: 549px) {
  body .page-wrapper .index-news .index-carousel img {
    height: 100%;
  }
}
body .page-wrapper .index-news .title-wrapper {
  overflow: hidden;
}
body .page-wrapper .index-news .title-wrapper .title {
  text-transform: uppercase;
  margin-left: 0;
  margin-top: 60px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: bold;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  color: #000000;
  letter-spacing: 0.3px;
}
@media (max-width: 549px) {
  body .page-wrapper .index-news .title-wrapper .title {
    font-size: 28px;
    line-height: 33px;
    margin-top: 15px;
    margin-bottom: 12px;
  }
}
body .page-wrapper .index-news .title-wrapper .title.event-title {
  margin-bottom: 40px;
}
body .page-wrapper .index-news .title-wrapper div.news-logo--small {
  float: right;
  margin-left: 0;
  margin-top: 37px;
  margin-bottom: 5px;
}
body .page-wrapper .index-news .title-wrapper div.news-logo--small img {
  height: 50px;
}
body .page-wrapper .index-news .container-list-make-title-blue &gt; h1 {
  color: #192b64;
}
body .page-wrapper .index-news .news-block-wrapper {
  padding-bottom: 25px;
  padding-top: 25px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 549px) {
  body .page-wrapper .index-news .news-block-wrapper {
    padding-bottom: 0;
    padding-top: 0;
  }
}
body .page-wrapper .index-news .news-block-wrapper .mobile-details {
  padding: 16px 10px 0 10px;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}
body .page-wrapper .index-news .news-block-wrapper hr {
  margin: 16px 0;
  border-color: #000000;
}
body .page-wrapper .index-news .news-block-wrapper .news-block {
  overflow: hidden;
  position: relative;
  min-height: 227px;
}
@media (max-width: 1440px) {
  body .page-wrapper .index-news .news-block-wrapper .news-block {
    min-height: 186px;
  }
}
body .page-wrapper .index-news .news-block-wrapper .news-block.datepicker {
  background-color: #ffffff;
}
@media (max-width: 549px) {
  body .page-wrapper .index-news .news-block-wrapper .news-block.datepicker {
    height: auto !important;
    padding-bottom: 20px;
  }
}
body .page-wrapper .index-news .news-block-wrapper .news-block.datepicker .datepicker {
  margin: auto;
}
body .page-wrapper .index-news .news-block-wrapper .news-block.datepicker .datepicker-inline {
  width: 90%;
}
body .page-wrapper .index-news .news-block-wrapper .news-block.datepicker .datepicker-inline .datepicker-days,
body .page-wrapper .index-news .news-block-wrapper .news-block.datepicker .datepicker-inline .datepicker-months,
body .page-wrapper .index-news .news-block-wrapper .news-block.datepicker .datepicker-inline .datepicker-years {
  width: 100%;
}
body .page-wrapper .index-news .news-block-wrapper .news-block.datepicker .datepicker-inline .datepicker-days table.table-condensed,
body .page-wrapper .index-news .news-block-wrapper .news-block.datepicker .datepicker-inline .datepicker-months table.table-condensed,
body .page-wrapper .index-news .news-block-wrapper .news-block.datepicker .datepicker-inline .datepicker-years table.table-condensed {
  width: 100%;
}
body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr td span {
  height: 53px;
  line-height: 53px;
}
body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr td,
body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 28px;
  border-radius: 0px;
  border: none;
  padding: 0px!important;
}
body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr td.prev,
body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr th.prev {
  font-size: 21px;
  color: #000000;
}
body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr td.next,
body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr th.next {
  font-size: 21px;
  color: #000000;
}
body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr td.datepicker-switch,
body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr th.datepicker-switch {
  font-size: 19px;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  color: #000000;
}
@media (min-width: 550px) {
  body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr td span {
    height: 58px;
    line-height: 58px;
  }
  body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr td,
  body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr th {
    height: 27px;
  }
}
@media (min-width: 1060px) {
  body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr td span {
    height: 50px;
    line-height: 50px;
  }
  body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr td,
  body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr th {
    height: 22px;
  }
}
@media (min-width: 550px) {
  body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr td span {
    height: 58px;
    line-height: 58px;
  }
  body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr td,
  body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr th {
    height: 27px;
  }
}
@media (min-width: 1060px) {
  body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr td span {
    height: 50px;
    line-height: 50px;
  }
  body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr td,
  body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr th {
    height: 22px;
  }
}
@media (min-width: 1440px) {
  body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr td span {
    height: 53px;
    line-height: 53px;
  }
  body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr td,
  body .page-wrapper .index-news .news-block-wrapper .news-block .datepicker table tr th {
    height: 28px;
  }
}
body .page-wrapper .index-news .news-block-wrapper .news-block img {
  background-color: #eeeeee;
  width: 100%;
  height: 100%;
}
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  overflow-y: hidden;
  background-color: rgba(154, 51, 36, 0.91);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  cursor: pointer;
  margin-top: -55px;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-transform: none;
  min-height: 227px;
  letter-spacing: 0.3px;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper {
    min-height: 186px;
    font-size: 12px;
  }
}
@media (max-width: 1060px) {
  body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper {
    min-height: 216px;
  }
}
@media (max-width: 549px) {
  body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper {
    min-height: 0;
    bottom: 0;
    left: 0;
  }
}
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper a.name {
  color: #ffffff;
  margin-top: 0;
  font-size: 16px;
  height: 55px;
  padding: 10px 20px;
  float: left;
  width: 100%;
}
@media (max-width: 549px) {
  body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper a.name {
    font-size: 20px;
  }
}
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper h2 {
  font-family: "Open Sans Condensed", Arial, sans-serif;
  color: white;
  text-transform: none;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  padding: 7px 20px;
  margin: 0;
}
@media (max-width: 1060px) {
  body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper h2 {
    padding: 10px;
  }
}
@media (min-width: 550px) {
  body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper h2 {
    font-size: 16px;
    margin-bottom: 10px;
    height: 55px;
  }
}
@media (min-width: 1060px) {
  body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper h2 {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper h2 {
    font-size: 16px;
  }
}
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper p {
  padding: 0 20px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: normal;
  line-height: normal;
}
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper p b {
  font-size: 15px;
}
@media (min-width: 550px) {
  body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper p {
    font-size: 15px;
  }
}
@media (min-width: 1060px) {
  body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper p {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper p {
    font-size: 15px;
  }
}
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper span &gt; p {
  display: inline;
  padding: 0;
}
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper:hover,
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper:focus,
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper._active-block {
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  font-size: 15px;
}
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper:hover h2,
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper:focus h2,
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper._active-block h2 {
  color: #000000;
  font-weight: bold;
  padding-bottom: 0;
  height: auto;
  font-size: 17px;
}
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper:hover a.name,
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper:focus a.name,
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper._active-block a.name {
  color: #192b64;
  font-weight: bold;
}
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper:hover p,
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper:focus p,
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper._active-block p {
  color: #000000;
}
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper:hover .text,
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper:focus .text,
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper._active-block .text {
  color: #000000;
}
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper.academic-block {
  background-color: rgba(49, 49, 49, 0.88);
}
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper.academic-block:hover,
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper.academic-block:focus,
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper.academic-block._active-block {
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
}
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper.academic-block:hover h2,
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper.academic-block:focus h2,
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper.academic-block._active-block h2 {
  color: #192b64;
  font-weight: bold;
  height: auto;
}
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper.academic-block:hover a.name,
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper.academic-block:focus a.name,
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper.academic-block._active-block a.name {
  color: #192b64;
  font-weight: bold;
}
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper.academic-block:hover p,
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper.academic-block:focus p,
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper.academic-block._active-block p {
  color: #626c77;
}
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper.academic-block:hover .text,
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper.academic-block:focus .text,
body .page-wrapper .index-news .news-block-wrapper .news-block .text-wrapper.academic-block._active-block .text {
  color: #626c77;
}
body .page-wrapper .index-news .news-block-wrapper.news-facelift {
  color: white;
}
@media screen and (max-width: 1060px) {
  body .page-wrapper .index-news .news-block-wrapper.news-facelift .news-block .news-inner-block {
    height: auto!important;
  }
  body .page-wrapper .index-news .news-block-wrapper.news-facelift .news-block .news-inner-block h2 {
    color: white;
  }
  body .page-wrapper .index-news .news-block-wrapper.news-facelift .news-block .mobile-details .text {
    margin-bottom: 0;
  }
  body .page-wrapper .index-news .news-block-wrapper.news-facelift .news-block .event-link &gt; span {
    display: block;
  }
  body .page-wrapper .index-news .news-block-wrapper.news-facelift .news-block .event-date {
    font-weight: bold;
    color: black;
  }
  body .page-wrapper .index-news .news-block-wrapper.news-facelift .news-block h2 {
    margin: 0;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(154, 51, 36, 0.91);
    font-size: 17px;
    line-height: 22px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 550px) {
  body .page-wrapper .index-news .news-block-wrapper.news-facelift .news-block .mobile-details {
    height: auto;
  }
}
@media screen and (min-width: 550px) and (max-width: 1060px) {
  body .page-wrapper .index-news .news-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
  }
  body .page-wrapper .index-news .news-wrapper .news-item-wrapper {
    width: 50%;
  }
  body .page-wrapper .index-news .news-wrapper .news-item-wrapper article {
    width: 100%;
  }
}
@media (max-width: 549px) {
  body .page-wrapper .index-news .video-block {
    background: #F2F2F2;
  }
}
body .page-wrapper .index-news .video-block .video-row {
  padding-top: 25px;
  padding-bottom: 20px;
}
@media (max-width: 549px) {
  body .page-wrapper .index-news .video-block .video-row {
    padding: 0 0 17px;
    background: white;
    border-bottom: 1px solid rgba(154, 51, 36, 0.81);
    margin-bottom: 16px;
  }
}
@media (min-width: 550px) {
  body .page-wrapper .index-news .video-block .video-row.video-row-reverse &gt; div {
    float: right;
  }
}
body .page-wrapper .index-news .video-block .video-row .video {
  height: 300px;
}
body .page-wrapper .index-news .video-block .video-row .video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
body .page-wrapper .index-news .video-block .video-row .video-description {
  padding: 0 0;
}
@media (max-width: 549px) {
  body .page-wrapper .index-news .video-block .video-row .video-description {
    padding: 0 10px;
  }
}
body .page-wrapper .index-news .video-block .video-row .video-description h2 {
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (max-width: 549px) {
  body .page-wrapper .index-news .video-block .video-row .video-description h2 {
    margin-top: 16px;
    font-size: 22px;
    line-height: 26px;
  }
}
body .page-wrapper .index-news .video-block .video-row .video-description h3 {
  margin-top: 15px;
  margin-bottom: 35px;
}
body .page-wrapper .index-news .video-block .video-row .video-description p {
  padding: 0;
  font-family: "Open Sans", Arial, sans-serif;
  text-align: justify;
  font-size: 15px;
  color: #000000;
}
@media (max-width: 549px) {
  body .page-wrapper .index-news .video-block .video-row .video-description p {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
  }
}
body .page-wrapper .index-news .video-block .video-row .video-description p b {
  font-size: 15px;
}
.eu-logo-top {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
}
.eu-logo-top img {
  height: 64px;
  width: auto;
}
.eu-logo-bottom {
  display: none;
}
.eu-logo-bottom img {
  height: 64px;
  width: auto;
}
@media (max-width: 940px) {
  .eu-logo-top {
    display: none;
  }
  .eu-logo-bottom {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 1060px) {
  .news-block-dt {
    display: none;
  }
}
@media screen and (min-width: 1060px) {
  .news-block-mobile {
    display: none;
  }
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
.list-wrapper .list-pagination {
  text-align: center;
  font-size: 20px;
  color: #626c77;
}
.list-wrapper .list-pagination .pagination-item {
  cursor: pointer;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  bottom: 1px;
}
.list-wrapper .list-pagination .pagination-item.active {
  color: #192b64;
}
.list-wrapper .search-bar {
  background-color: #9a3324;
  color: #ffffff;
  margin-bottom: 25px;
}
.list-wrapper .search-bar .search-bar-wrapper {
  overflow: hidden;
  display: none;
}
.list-wrapper .search-bar .search-input-bar {
  padding: 3px;
  position: relative;
}
.list-wrapper .search-bar .search-input-bar .search-input {
  color: #626c77;
  height: 74px;
  font-size: 1.5em;
  border: 0;
  width: 100%;
  padding-right: 105px;
  padding-left: 25px;
}
.list-wrapper .search-bar .search-input-bar .search-button {
  font-size: 3em;
  background-color: #9a3324;
  top: 0;
  border: 0;
  right: 0;
  position: absolute;
  width: 77px;
  height: 74px;
  margin: 3px 0px 3px 0px;
  padding: 0px;
}
.list-wrapper .search-bar .search-input-bar .search-button:focus {
  border: 0;
}
.list-wrapper .search-bar .search-input-bar .search-button .search-icon {
  text-align: center;
  margin-top: auto;
  display: block;
  margin-bottom: auto;
}
.list-wrapper .search-bar .search-toggle-bar {
  height: 60px;
  clear: both;
  font-size: 1.5em;
}
.list-wrapper .search-bar .search-toggle-bar .search-button-container {
  height: 100%;
  background-color: #9a3324;
  border: 0;
  padding-left: 28px;
}
.list-wrapper .search-bar .search-toggle-bar .search-button-container:focus {
  border: 0;
}
.list-wrapper .search-bar .search-toggle-bar .search-button-container .search-button-down {
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.list-wrapper .article-container-wrapper {
  padding-bottom: 25px;
  padding-top: 25px;
  width: 100%;
}
@media (max-width: 549px) {
  .list-wrapper .article-container-wrapper {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
.list-wrapper .article-container-wrapper .article-container {
  overflow-y: hidden;
  position: relative;
}
.list-wrapper .article-container-wrapper .article-container img {
  background-color: #eeeeee;
  width: 100%;
}
.list-wrapper .article-container-wrapper .article-container .text-wrapper {
  position: absolute;
  width: 100%;
  margin-top: -45px;
  display: block;
  background-color: rgba(154, 51, 36, 0.91);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  padding: 0;
  cursor: pointer;
}
.list-wrapper .article-container-wrapper .article-container .text-wrapper .icon-container {
  text-align: center;
  background-color: rgba(154, 51, 36, 0.91);
  color: #ffffff;
  position: relative;
}
.list-wrapper .article-container-wrapper .article-container .text-wrapper .icon-container .icon {
  font-size: 3em;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 60px;
  left: 0;
  right: 0;
}
@media (max-width: 549px) {
  .list-wrapper .article-container-wrapper .article-container .text-wrapper {
    margin-top: -75px;
  }
}
.list-wrapper .article-container-wrapper .article-container .text-wrapper h3 {
  color: #ffffff;
  margin-top: 0;
  font-size: 12px;
  height: 55px;
  padding: 10px 20px;
  text-transform: none;
}
@media (max-width: 549px) {
  .list-wrapper .article-container-wrapper .article-container .text-wrapper h3 {
    font-size: 20px;
  }
}
.list-wrapper .article-container-wrapper .article-container .text-wrapper hr {
  margin-top: 0;
  margin-bottom: 0;
  border-color: #ffffff;
}
.list-wrapper .article-container-wrapper .article-container .text-wrapper p {
  padding: 10px 20px;
  color: #ffffff;
  font-size: 12px;
}
.list-wrapper .article-container-wrapper .article-container .text-wrapper:hover {
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
}
.list-wrapper .article-container-wrapper .article-container .text-wrapper:hover h3 {
  color: #192b64;
  font-weight: bold;
}
.list-wrapper .article-container-wrapper .article-container .text-wrapper:hover p {
  color: #626c77;
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
.missing-page {
  text-align: center;
}
.missing-page img {
  max-width: 600px;
  height: auto;
}
@media (max-width: 549px) {
  .missing-page img {
    width: 300px;
  }
}
.username {
  position: absolute;
  right: 135px;
  padding-top: 18px;
  bottom: 17px;
}
input {
  color: #192b64;
}
body * {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
body .darkblue-back {
  background-color: #9a3324;
  color: #ffffff;
}
body .lightblue-back {
  background-color: #1D6BB8;
  color: #ffffff;
}
body .grey-back {
  background-color: #dad9d8;
  color: #000000;
}
hr {
  border-top: 1px solid #818a93;
}
address {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: bold;
  text-decoration: none !important;
  color: #000000;
}
address a,
address strong,
address em,
address i,
address u {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  text-decoration: none !important;
}
address sup,
address sub {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif !important;
}
/*BOOTSTRAP CUSTOM*/
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  min-height: 0;
}
pre {
  display: block;
  padding: 25px 15px;
  margin: 10px 0 10px 0;
  font-size: 17px;
  line-height: 1.42857143;
  word-break: normal;
  word-wrap: normal;
  color: #000000;
  background-color: #EBEBEB;
  border: none;
  border-radius: 0;
  white-space: normal;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-wrapper {
  overflow: hidden;
}
@media screen and (min-width: 800px) and (max-width: 1060px) {
  .container.mobileFull {
    width: 80%;
  }
  .elementMobilePadding {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 550px) and (max-width: 799px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .elementMobilePadding {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 549px) {
  .container.mobileFull {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container.mobileFull .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .container.mobileFull .row .col-xs-1,
  .container.mobileFull .row .col-sm-1,
  .container.mobileFull .row .col-md-1,
  .container.mobileFull .row .col-lg-1,
  .container.mobileFull .row .col-xs-2,
  .container.mobileFull .row .col-sm-2,
  .container.mobileFull .row .col-md-2,
  .container.mobileFull .row .col-lg-2,
  .container.mobileFull .row .col-xs-3,
  .container.mobileFull .row .col-sm-3,
  .container.mobileFull .row .col-md-3,
  .container.mobileFull .row .col-lg-3,
  .container.mobileFull .row .col-xs-4,
  .container.mobileFull .row .col-sm-4,
  .container.mobileFull .row .col-md-4,
  .container.mobileFull .row .col-lg-4,
  .container.mobileFull .row .col-xs-5,
  .container.mobileFull .row .col-sm-5,
  .container.mobileFull .row .col-md-5,
  .container.mobileFull .row .col-lg-5,
  .container.mobileFull .row .col-xs-6,
  .container.mobileFull .row .col-sm-6,
  .container.mobileFull .row .col-md-6,
  .container.mobileFull .row .col-lg-6,
  .container.mobileFull .row .col-xs-7,
  .container.mobileFull .row .col-sm-7,
  .container.mobileFull .row .col-md-7,
  .container.mobileFull .row .col-lg-7,
  .container.mobileFull .row .col-xs-8,
  .container.mobileFull .row .col-sm-8,
  .container.mobileFull .row .col-md-8,
  .container.mobileFull .row .col-lg-8,
  .container.mobileFull .row .col-xs-9,
  .container.mobileFull .row .col-sm-9,
  .container.mobileFull .row .col-md-9,
  .container.mobileFull .row .col-lg-9,
  .container.mobileFull .row .col-xs-10,
  .container.mobileFull .row .col-sm-10,
  .container.mobileFull .row .col-md-10,
  .container.mobileFull .row .col-lg-10,
  .container.mobileFull .row .col-xs-11,
  .container.mobileFull .row .col-sm-11,
  .container.mobileFull .row .col-md-11,
  .container.mobileFull .row .col-lg-11,
  .container.mobileFull .row .col-xs-12,
  .container.mobileFull .row .col-sm-12,
  .container.mobileFull .row .col-md-12,
  .container.mobileFull .row .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container.mobileFull .mobilePadding.row .col-xs-1,
  .container.mobileFull .mobilePadding.row .col-xs-2,
  .container.mobileFull .mobilePadding.row .col-xs-3,
  .container.mobileFull .mobilePadding.row .col-xs-4,
  .container.mobileFull .mobilePadding.row .col-xs-5,
  .container.mobileFull .mobilePadding.row .col-xs-6,
  .container.mobileFull .mobilePadding.row .col-xs-7,
  .container.mobileFull .mobilePadding.row .col-xs-8,
  .container.mobileFull .mobilePadding.row .col-xs-9,
  .container.mobileFull .mobilePadding.row .col-xs-10,
  .container.mobileFull .mobilePadding.row .col-xs-11,
  .container.mobileFull .mobilePadding.row .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .elementMobilePadding {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row.mobileFull {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.mobileFull .col-xs-1,
  .row.mobileFull .col-sm-1,
  .row.mobileFull .col-md-1,
  .row.mobileFull .col-lg-1,
  .row.mobileFull .col-xs-2,
  .row.mobileFull .col-sm-2,
  .row.mobileFull .col-md-2,
  .row.mobileFull .col-lg-2,
  .row.mobileFull .col-xs-3,
  .row.mobileFull .col-sm-3,
  .row.mobileFull .col-md-3,
  .row.mobileFull .col-lg-3,
  .row.mobileFull .col-xs-4,
  .row.mobileFull .col-sm-4,
  .row.mobileFull .col-md-4,
  .row.mobileFull .col-lg-4,
  .row.mobileFull .col-xs-5,
  .row.mobileFull .col-sm-5,
  .row.mobileFull .col-md-5,
  .row.mobileFull .col-lg-5,
  .row.mobileFull .col-xs-6,
  .row.mobileFull .col-sm-6,
  .row.mobileFull .col-md-6,
  .row.mobileFull .col-lg-6,
  .row.mobileFull .col-xs-7,
  .row.mobileFull .col-sm-7,
  .row.mobileFull .col-md-7,
  .row.mobileFull .col-lg-7,
  .row.mobileFull .col-xs-8,
  .row.mobileFull .col-sm-8,
  .row.mobileFull .col-md-8,
  .row.mobileFull .col-lg-8,
  .row.mobileFull .col-xs-9,
  .row.mobileFull .col-sm-9,
  .row.mobileFull .col-md-9,
  .row.mobileFull .col-lg-9,
  .row.mobileFull .col-xs-10,
  .row.mobileFull .col-sm-10,
  .row.mobileFull .col-md-10,
  .row.mobileFull .col-lg-10,
  .row.mobileFull .col-xs-11,
  .row.mobileFull .col-sm-11,
  .row.mobileFull .col-md-11,
  .row.mobileFull .col-lg-11,
  .row.mobileFull .col-xs-12,
  .row.mobileFull .col-sm-12,
  .row.mobileFull .col-md-12,
  .row.mobileFull .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-xs-1.mobileFull,
  .col-sm-1.mobileFull,
  .col-md-1.mobileFull,
  .col-lg-1.mobileFull,
  .col-xs-2.mobileFull,
  .col-sm-2.mobileFull,
  .col-md-2.mobileFull,
  .col-lg-2.mobileFull,
  .col-xs-3.mobileFull,
  .col-sm-3.mobileFull,
  .col-md-3.mobileFull,
  .col-lg-3.mobileFull,
  .col-xs-4.mobileFull,
  .col-sm-4.mobileFull,
  .col-md-4.mobileFull,
  .col-lg-4.mobileFull,
  .col-xs-5.mobileFull,
  .col-sm-5.mobileFull,
  .col-md-5.mobileFull,
  .col-lg-5.mobileFull,
  .col-xs-6.mobileFull,
  .col-sm-6.mobileFull,
  .col-md-6.mobileFull,
  .col-lg-6.mobileFull,
  .col-xs-7.mobileFull,
  .col-sm-7.mobileFull,
  .col-md-7.mobileFull,
  .col-lg-7.mobileFull,
  .col-xs-8.mobileFull,
  .col-sm-8.mobileFull,
  .col-md-8.mobileFull,
  .col-lg-8.mobileFull,
  .col-xs-9.mobileFull,
  .col-sm-9.mobileFull,
  .col-md-9.mobileFull,
  .col-lg-9.mobileFull,
  .col-xs-10.mobileFull,
  .col-sm-10.mobileFull,
  .col-md-10.mobileFull,
  .col-lg-10.mobileFull,
  .col-xs-11.mobileFull,
  .col-sm-11.mobileFull,
  .col-md-11.mobileFull,
  .col-lg-11.mobileFull,
  .col-xs-12.mobileFull,
  .col-sm-12.mobileFull,
  .col-md-12.mobileFull,
  .col-lg-12.mobileFull {
    padding-left: 0px;
    padding-right: 0px;
  }
  /*
  .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .col-md-12 {
    padding-left: 25px;
    padding-right: 25px;
  }
  */
  .endpage-wrapper .event-text-lead {
    font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #9a3324;
  }
  .endpage-wrapper .subpage-description table {
    display: block;
    border: 0;
    width: 100%;
    overflow-x: scroll;
  }
}
@media (max-width: 549px) and (max-width: 549px) {
  .padding-xs-0 {
    padding: 0;
  }
}
.rotate-180-deg {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.desktop-show {
  display: block;
}
@media (min-width: 1060px) {
  .desktop-hide {
    display: none !important;
  }
}
.tablet-show {
  display: block;
}
@media (min-width: 550px) and (max-width: 1059.99999px) {
  .tablet-hide {
    display: none!important;
  }
}
.mobile-show {
  display: block;
}
@media (max-width: 550px) {
  .mobile-hide {
    display: none!important;
  }
}
.menu-lvl-uno {
  color: #000000;
  background: #dad9d8;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
}
.link-more {
  width: 100%;
  text-align: right;
  padding: 0px 25px;
  font-weight: bold;
  margin-top: 15px;
}
@media (max-width: 1060px) {
  .link-more {
    margin: 0 0 10px;
    padding: 0;
  }
}
@media (max-width: 549px) {
  .link-more {
    margin: 0 0 10px;
    padding: 0;
  }
}
.link-more a {
  color: #337ab7 !important;
}
@media (max-width: 549px) {
  .link-more a {
    font-size: 16px;
    line-height: 19px;
    text-decoration: none !important;
  }
}
.link-more hr {
  margin-top: 50px;
  margin-bottom: 10px;
  border-color: #000000;
}
@media (max-width: 1060px) {
  .link-more hr {
    margin-top: 20px;
  }
}
@media (max-width: 549px) {
  .link-more hr {
    margin-top: 25px;
    margin-bottom: 0px;
  }
}
.endpage-wrapper h1,
.endpage-wrapper h2,
.endpage-wrapper h3,
.endpage-wrapper h4,
.endpage-wrapper h5 {
  font-style: normal;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.3px;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  text-transform: uppercase;
}
.endpage-wrapper .news-block-mobile h2 {
  text-transform: none;
  color: white;
}
.endpage-wrapper h1 {
  font-size: 25px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
}
@media (max-width: 1059px) {
  .endpage-wrapper h1 {
    margin-bottom: 35px;
  }
}
.endpage-wrapper h1.title {
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 25px;
  letter-spacing: 0.3px;
  margin-bottom: 40px;
}
.endpage-wrapper h1.thanks-h1 {
  margin-top: 220px;
  margin-bottom: 125px;
}
@media (max-width: 1440px) {
  .endpage-wrapper h1.thanks-h1 {
    margin-top: 220px;
    margin-bottom: 170px;
  }
}
@media (max-width: 1060px) {
  .endpage-wrapper h1.thanks-h1 {
    margin-top: 175px;
    margin-bottom: 145px;
  }
}
@media (max-width: 550px) {
  .endpage-wrapper h1.thanks-h1 {
    margin-top: 220px;
    margin-bottom: 175px;
  }
}
.endpage-wrapper .event-text-lead {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #9a3324;
}
.endpage-wrapper strong,
.endpage-wrapper b {
  color: #000000;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.endpage-wrapper strong a,
.endpage-wrapper b a {
  color: #337ab7;
}
.endpage-wrapper ul {
  list-style: disc;
  line-height: 1.5;
  font-size: 15px;
}
.endpage-wrapper h2 {
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-size: 21px;
  margin-top: 40px;
  font-weight: bold;
}
.endpage-wrapper h2.title {
  margin-top: -26px;
  margin-bottom: 40px;
}
.endpage-wrapper h3 {
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: white;
  background: #9a3324;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-weight: bold;
}
.endpage-wrapper h4 {
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-size: 17px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}
.endpage-wrapper h5 {
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-size: 17px;
}
.endpage-wrapper p {
  color: #000;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}
.endpage-wrapper p:first-child {
  margin-top: 0;
}
.endpage-wrapper a {
  color: #337ab7;
  font-weight: bold;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 15px;
}
.endpage-wrapper pre {
  font-size: 15px;
}
.endpage-wrapper blockquote {
  padding: 15px 10px;
  font-size: 24px;
  color: black;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: block;
  margin: 0 auto;
  width: 85%;
  border: 2px solid #9a3324;
  border-left: 0;
  border-right: 0;
}
.endpage-wrapper blockquote a {
  font-size: 24px;
  font-weight: normal;
  color: #337ab7 !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
@media (min-width: 1060px) {
  .endpage-wrapper blockquote {
    padding: 20px 20px;
    width: 70%;
  }
}
.endpage-wrapper blockquote p {
  font-weight: 300;
  font-size: 22px !important;
  color: black;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
@media (min-width: 1060px) {
  .endpage-wrapper blockquote p {
    font-size: 24px !important;
  }
}
.endpage-wrapper .highlight {
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  font-size: 24px;
  color: #192b64;
  margin-top: 35px;
  margin-bottom: 35px;
}
.endpage-wrapper .quote {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 24px!important;
  font-weight: normal;
  color: black;
  margin-top: 35px;
  margin-bottom: 35px;
}
.endpage-wrapper small {
  font-size: 12px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.endpage-wrapper small a {
  font-size: 12px;
}
.endpage-wrapper table {
  font-size: 15px;
}
@media (max-width: 549px) {
  .endpage-wrapper .subpage-description [style="text-align: justify;"] {
    text-align: left !important;
  }
}
@media (max-width: 549px) {
  .endpage-wrapper .subpage-description [align="justify"] {
    text-align: left !important;
  }
}
.endpage-wrapper .subpage-description:first-child {
  margin-top: 0;
}
.endpage-wrapper .subpage-description table {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 15px;
  width: 100% !important;
  border-spacing: revert;
}
.endpage-wrapper .subpage-description table caption {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  color: black;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  letter-spacing: 0.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}
.endpage-wrapper .subpage-description table tbody th,
.endpage-wrapper .subpage-description table thead th {
  background-color: #9a3324;
  color: white !important;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  padding: 5px 10px;
  font-weight: 700;
  letter-spacing: 0.3px;
  border-bottom: 1px;
}
.endpage-wrapper .subpage-description table tbody th:not(:first-child),
.endpage-wrapper .subpage-description table thead th:not(:first-child) {
  text-align: center;
}
.endpage-wrapper .subpage-description table tbody th p,
.endpage-wrapper .subpage-description table thead th p {
  color: white !important;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 700 !important;
}
.endpage-wrapper .subpage-description table tbody th strong,
.endpage-wrapper .subpage-description table thead th strong {
  color: white;
}
.endpage-wrapper .subpage-description table thead {
  color: #ffffff !important;
}
.endpage-wrapper .subpage-description table thead* {
  color: #ffffff !important;
}
.endpage-wrapper .subpage-description table thead tr {
  text-transform: uppercase;
}
.endpage-wrapper .subpage-description table thead + tbody tr:first-child th:first-child {
  border-top: 1px solid white;
}
.endpage-wrapper .subpage-description table tbody tr:not(:last-child) th {
  border-bottom: 1px solid white;
}
.endpage-wrapper .subpage-description table tbody tr:last-child th {
  border-bottom: 1px solid black;
}
.endpage-wrapper .subpage-description table tbody tr td {
  color: #000000;
  padding: 5px 10px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.endpage-wrapper .subpage-description table tbody tr td p {
  margin: 0!important;
  padding: 0!important;
  color: #000000;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.endpage-wrapper .subpage-description table tbody tr td ul {
  padding: 0 0 0 40px;
}
.underline-animation:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  margin: 0 auto;
  width: 0px;
  height: 1px;
  background: #ffffff;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}
.underline-animation:hover:after,
.underline-animation.active-underline:after {
  width: 100%;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.grey-text-box {
  display: block;
  padding: 25px 15px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #dad9d8;
  text-align: justify;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.grey-text-box:first-child {
  margin-top: 0;
}
.meet-student-card .div-like-paragraph {
  color: #626c77;
  font-weight: bold;
  font-size: 15px;
  padding: 0 20px;
  margin: 0 0 10px;
}
.meet-student-card span {
  font-size: 15px;
}
.border-xs-0 {
  border: 0!important;
}
@media screen and (max-width: 1060px) {
  #news_wrapper_content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
.footer-wrapper {
  background-color: #9a3324;
}
@media (max-width: 550px) {
  .footer-wrapper {
    margin-top: 80px;
  }
}
@media (max-width: 1440px) {
  .footer-wrapper {
    margin-top: 40px;
  }
}
.footer-wrapper .mobile-footer {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 15px;
  padding-bottom: 25px;
}
.footer-wrapper .mobile-footer .footer-block {
  padding-bottom: 10px;
  padding-left: 40%;
}
@media (max-width: 549px) {
  .footer-wrapper .mobile-footer .footer-block {
    border-bottom: 1px solid white;
    padding: 15px 0;
  }
}
.footer-wrapper .mobile-footer .footer-block.footer-menu {
  text-transform: uppercase;
}
.footer-wrapper .mobile-footer .footer-block.token-block {
  padding-top: 25px;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 549px) {
  .footer-wrapper .mobile-footer .footer-block.token-block {
    padding-top: 15px;
    border: 0;
  }
}
.footer-wrapper .mobile-footer .footer-block.token-block p {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 549px) {
  .footer-wrapper .mobile-footer .footer-block.token-block p {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
  }
}
.footer-wrapper .mobile-footer .footer-block.token-block a {
  margin-left: auto;
  margin-right: auto;
}
.footer-wrapper .mobile-footer .footer-block.token-block a img {
  height: 16px;
}
.footer-wrapper .mobile-footer .footer-block a {
  text-align: left;
  display: block;
  color: white;
}
@media (max-width: 549px) {
  .footer-wrapper .mobile-footer .footer-block a {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 32px;
  }
  .footer-wrapper .mobile-footer .footer-block a:last-of-type {
    margin-bottom: 0;
  }
}
.footer-wrapper .mobile-footer .footer-block p {
  text-align: left;
  display: block;
  color: white;
}
.footer-wrapper .mobile-footer .tablet-show .col-sm-6:first-child .footer-block:after {
  content: " ";
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: white;
}
@media (max-width: 549px) {
  .footer-wrapper .mobile-footer .tablet-show .col-sm-6:first-child .footer-block:after {
    display: none;
  }
}
.footer-wrapper .mobile-footer .newsletter-social-wrapper {
  padding-left: 28px;
  padding-right: 26px;
  width: 100%;
  min-height: 30px;
  float: left;
  padding-top: 20px;
  color: white;
}
.footer-wrapper .mobile-footer .newsletter-social-wrapper .brand-wrapper a {
  color: #ffffff;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
.footer-wrapper .mobile-footer .newsletter-social-wrapper .newsletter {
  float: left;
  background-color: #9a3324;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
  padding: 5px 20px;
}
.footer-wrapper .mobile-footer .newsletter-social-wrapper .newsletter .glyphicon-envelope {
  font-size: 25px;
  margin-right: 10px;
  vertical-align: middle;
}
.footer-wrapper .mobile-footer .newsletter-social-wrapper .social {
  float: left;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.footer-wrapper .mobile-footer .newsletter-social-wrapper .social a {
  color: white;
  font-size: 25px;
  margin-right: 10px;
}
.footer-wrapper .mobile-footer .newsletter-social-wrapper .social:after {
  clear: both;
}
.footer-wrapper .mobile-footer .newsletter-social-wrapper .social .website-of-the-year {
  display: block;
  width: 100%;
}
.footer-wrapper .mobile-footer .newsletter-social-wrapper .social .website-of-the-year img {
  width: 75px;
}
.footer-wrapper .mobile-footer .newsletter-social-wrapper .social .ajk-350 {
  display: block;
  width: 100%;
}
.footer-wrapper .mobile-footer .newsletter-social-wrapper .social .ajk-350 img {
  width: 150px;
}
.footer-wrapper .desktop-footer:after {
  clear: both;
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
/* MOBILE HEADER */
@media (max-width: 1059px) {
  .header-wrapper .desktop-header-nav .sliding-colleague-bar .login-bar-wrapper .login-inputs input {
    margin: 0 5px 0 0;
    border: 0;
    border-bottom: 5px;
    height: 26px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 5px;
    width: 85px;
  }
}
@media (max-width: 549px) {
  .header-wrapper .custom-mobile-header {
    padding: 0 16px;
  }
}
.header-wrapper .banner-wrapper-mobile {
  height: 60px;
  display: table;
  width: 100%;
  position: relative;
}
@media (orientation: landscape) and (max-width: 549px) {
  .header-wrapper .banner-wrapper-mobile {
    height: 60px;
  }
}
.header-wrapper .banner-wrapper-mobile .banner-container {
  display: table-cell;
  vertical-align: middle;
}
.header-wrapper .banner-wrapper-mobile .banner-container a .academic-title {
  margin-left: 65px;
}
@media (max-width: 549px) {
  .header-wrapper .banner-wrapper-mobile .banner-container a .academic-title {
    margin-left: 15px;
  }
}
.header-wrapper .banner-wrapper-mobile .banner-container a img {
  height: 38px;
}
@media (max-width: 549px) {
  .header-wrapper .banner-wrapper-mobile .banner-container a img.header-banner-image--redesigned {
    position: relative !important;
  }
}
.header-wrapper .banner-wrapper-tablet {
  width: 100%;
  position: relative;
}
.header-wrapper .banner-wrapper-tablet a {
  padding: 0;
}
.header-wrapper .banner-wrapper-tablet a img {
  height: 80px;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper {
  height: 40px;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs {
  margin: 0;
  float: right;
  padding: 0;
  max-width: 100%;
  background-color: white;
  display: table;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item {
  z-index: 10;
  display: table-cell;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item a {
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  height: 40px;
  display: block;
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item a.actual {
  font-weight: bold;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper {
  z-index: 10;
  position: absolute;
  display: none;
  right: 0;
  width: 80%;
  background-color: #ceaf87;
  text-align: center;
}
@media (max-width: 1059px) {
  .header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper {
    width: 100%;
  }
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper,
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus {
  max-height: 300px;
  padding: 40px;
}
@media (max-width: 1059px) {
  .header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper,
  .header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus {
    padding: 40px 25px;
  }
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper,
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: left;
  font-size: 0;
  white-space: normal;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper .sub-menu-element,
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus .sub-menu-element,
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper li,
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus li {
  display: inline-block;
  width: 25%;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper {
  text-align: center;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper .sub-menu-element {
  text-align: left;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper .sub-menu-element a {
  word-wrap: normal;
  white-space: normal;
  -ms-word-break: break-word;
  word-break: break-word;
  height: auto;
  min-height: 40px;
  color: #ffffff;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-elements-wrapper .sub-menu-element.text-center {
  text-align: center !important;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus li,
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-element {
  vertical-align: top;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus li a,
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-element a {
  color: #ffffff;
  position: relative;
  height: auto;
  text-align: left;
  display: inline-block;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus li a:after,
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-element a:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 95%;
  height: 1px;
  background: #ffffff;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus .li-sub-item:hover,
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-element:hover {
  position: relative;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus .li-sub-item:hover a,
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-element:hover a {
  position: relative;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus .li-sub-item:hover a:after,
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menu-element:hover a:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .sub-menus .li-sub-item:focus,
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item .sub-menu-wrapper .div-sub-item:focus {
  outline: auto;
  outline-color: #00A8FF;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item:hover .sub-menu-wrapper {
  z-index: 1000;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item:hover,
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item:focus,
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item.active {
  text-decoration: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #9a3324;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item:hover a,
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item:focus a,
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item.active a {
  color: #ffffff;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item:hover .sub-menu-wrapper,
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item:focus .sub-menu-wrapper,
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs .menu-item.active .sub-menu-wrapper {
  display: block;
}
.header-wrapper .banner-wrapper-tablet .banner-nav-wrapper .banner-navs:after {
  clear: both;
}
.header-wrapper .burger-container {
  display: table-cell;
  vertical-align: middle;
  padding-left: 7px;
}
.header-wrapper .burger-container button.hamburger {
  height: 100%;
  float: right;
  position: relative;
  border: none;
  background-color: transparent;
}
.header-wrapper .burger-container button.hamburger.opened:after {
  content: " ";
  display: block;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10px solid #ceaf87;
  width: 20px;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header-wrapper .burger-container button.hamburger i {
  font-size: 3em;
  color: white;
}
@media (max-width: 549px) {
  .header-wrapper .burger-container button.hamburger i {
    font-size: 2em;
  }
}
.header-wrapper .search-container {
  display: table-cell;
  vertical-align: middle;
}
.header-wrapper .search-container button.search-bar-toggler {
  height: 100%;
  float: right;
  border: none;
  background-color: transparent;
}
.header-wrapper .search-container i {
  font-size: 3em;
  color: white;
}
@media (max-width: 549px) {
  .header-wrapper .search-container i {
    font-size: 2em;
  }
}
.header-wrapper .mobile-menu .mobile-menus {
  display: none;
  height: auto;
  width: 100%;
  background: #ceaf87;
}
@media (min-width: 550px) and (max-width: 1060px) {
  .header-wrapper .mobile-menu .mobile-menus {
    width: 100vw;
    position: absolute;
    z-index: 9001;
    left: 0px;
  }
  .header-wrapper .mobile-menu .mobile-menus.opened {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9001;
    overflow: auto;
    height: 100vh;
    padding-bottom: 80px;
  }
}
.header-wrapper .mobile-menu .mobile-menus .col-xs-6 {
  padding: 25px 25px 0;
}
.header-wrapper .mobile-menu .mobile-menus .banner-navs {
  padding: 0;
  position: relative;
}
.header-wrapper .mobile-menu .mobile-menus .banner-navs .line-after {
  position: absolute;
  top: 0;
  right: -25px;
  width: 1px;
  height: 100%;
  background: black;
}
.header-wrapper .mobile-menu .mobile-menus .banner-navs .menu-item {
  width: 100%;
  text-align: right;
}
.header-wrapper .mobile-menu .mobile-menus .banner-navs .menu-item a {
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
  width: auto;
  padding: 10px;
  display: inline-block;
  position: relative;
}
.header-wrapper .mobile-menu .mobile-menus .banner-navs .menu-item a:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: black;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}
.header-wrapper .mobile-menu .mobile-menus .banner-navs .menu-item a:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.header-wrapper .mobile-menu .mobile-menus .banner-navs .menu-item .sub-menu-wrapper {
  display: none;
}
.header-wrapper .mobile-menu .mobile-menus .right-menu-wrapper ul {
  padding: 0;
}
.header-wrapper .mobile-menu .mobile-menus .right-menu-wrapper ul li a {
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  padding: 10px;
  display: inline-block;
}
.header-wrapper .mobile-menu .mobile-menus .languages {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  float: none;
  padding-top: 25px;
  padding-bottom: 25px;
}
.header-wrapper .mobile-menu .mobile-menus .languages li {
  display: inline-block;
}
.header-wrapper .mobile-menu .mobile-menus .languages a {
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  display: inline-block;
}
.header-wrapper .mobile-menu .mobile-menus .languages a.accessibility img {
  width: 14px;
  height: 14px;
}
.header-wrapper .mobile-menu .mobile-menus .languages a:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: black;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}
.header-wrapper .mobile-menu .mobile-menus .languages a:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.header-wrapper .mobile-menu .mobile-menus .languages a.active-language:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.text-left-menu {
  text-align: left !important;
}
.mobile-list {
  list-style: none !important;
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
.events-wrapper .last-menu-wrapper.mobile-submenu-wrapper {
  height: 80px;
  display: table;
  position: relative;
}
.events-wrapper .last-menu-wrapper.mobile-submenu-wrapper h1 {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
}
.events-wrapper .last-menu-wrapper.mobile-submenu-wrapper .burger-container {
  display: table-cell;
  vertical-align: middle;
}
.events-wrapper .last-menu-wrapper.mobile-submenu-wrapper .burger-container button.sub-hamburger {
  height: 100%;
  float: right;
  border: none;
  position: relative;
  background-color: transparent;
}
.events-wrapper .last-menu-wrapper.mobile-submenu-wrapper .burger-container button.sub-hamburger.opened:after {
  content: " ";
  display: block;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10px solid #dad9d8;
  width: 20px;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.events-wrapper .last-menu-wrapper.mobile-submenu-wrapper .burger-container button.sub-hamburger i {
  font-size: 3em;
  color: black;
}
@media (max-width: 549px) {
  .events-wrapper .sub-menus-wrapper.opened .col-xs-6._mobile-xs-padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.events-wrapper .sub-menus-wrapper .col-xs-12 {
  min-height: 0;
}
.events-wrapper .sub-menus-wrapper .col-xs-6 {
  min-height: 0;
}
.events-wrapper .sub-menus-wrapper .submenus.mobile-submenus {
  display: none;
  float: left;
  padding: 0;
  background-color: #dad9d8;
}
@media (max-width: 549px) {
  .events-wrapper .sub-menus-wrapper .submenus.mobile-submenus {
    display: block;
  }
}
.events-wrapper .sub-menus-wrapper .submenus.mobile-submenus li.li-sub-item {
  width: 100%;
  margin: 0;
}
.events-wrapper .sub-menus-wrapper .submenus.mobile-submenus li.li-sub-item a {
  padding: 10px;
  padding-left: 0;
  font-size: 13px;
  text-align: right;
  color: #000000;
}
.events-wrapper .sub-menus-wrapper .submenus.mobile-submenus div.sub-menu-element a {
  color: #000000;
}
.events-wrapper .sub-menus-wrapper .submenus.mobile-submenus.t-left li a,
.events-wrapper .sub-menus-wrapper .submenus.mobile-submenus.t-left .sub-menu-element a {
  text-align: left;
  padding-left: 10px;
}
.events-wrapper .sub-menus-wrapper .submenus.mobile-submenus.t-left .last-menu a {
  text-align: left;
  padding-left: 10px;
}
.events-wrapper .sub-menus-wrapper .submenus.mobile-submenus .last-menu {
  width: 100%;
  margin: 0;
}
.events-wrapper .sub-menus-wrapper .submenus.mobile-submenus .last-menu a {
  display: inline-block;
  width: 100%;
  padding: 10px;
  padding-left: 0;
  font-size: 13px;
  text-align: right;
  color: #000000;
}
.events-wrapper .sub-menus-wrapper .submenus.mobile-submenus .sub-menu-element {
  width: 100%;
  margin: 0;
}
.events-wrapper .sub-menus-wrapper .submenus.mobile-submenus .sub-menu-element a {
  display: inline-block;
  width: 100%;
  padding: 10px;
  padding-left: 0;
  font-size: 13px;
  text-align: right;
  color: #ffffff;
}
.events-wrapper .sub-menus-wrapper .submenus .linebefore {
  position: absolute;
  top: 0;
  margin-top: 0;
  left: -25px;
  width: 1px;
  height: 100%;
  background: #000000;
}
.events-wrapper .sub-menus-wrapper .submenus .line-after {
  position: absolute;
  top: 0;
  right: -25px;
  width: 1px;
  height: 100%;
  background: #000000;
  margin-top: 0;
}
.events-wrapper .last-menu-wrapper.mobile-last-menus {
  display: none;
  float: left;
  background-color: #9a3324;
}

.news-list .title {
  text-transform: uppercase;
  margin-left: 25px;
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: bold;
  font-family: "Open Sans Condensed", Arial, sans-serif;
}

@media only print {
  body {
    margin: 0;
    padding: 0 !important;
    min-width: 1010px !important;
    /*Bootstrap nyomtathatï¿½sï¿½g*/
  }
  body * {
    font-family: sans-serif !important;
  }
  body .container {
    width: 1010px !important;
    min-width: 1010px!important;
  }
  body .page-wrapper .mobile-hide,
  body .page-wrapper .tablet-hide,
  body .page-wrapper .desktop-hide,
  body .page-wrapper .mobile-show,
  body .page-wrapper .tablet-show {
    display: none !important;
  }
  body .page-wrapper .desktop-show {
    display: block !important;
  }
  body .page-wrapper .header-wrapper.sticky-header,
  body .page-wrapper .header-wrapper {
    position: static;
    height: 60px !important;
    margin-bottom: 5px;
  }
  body .page-wrapper .header-wrapper {
    margin-top: 30px;
    position: static;
  }
  body .page-wrapper .header-wrapper .desktop-header-nav {
    display: none !important;
  }
  body .page-wrapper .header-wrapper .desktop-header-banner .banner-wrapper .banner-nav-wrapper {
    display: none !important;
  }
  body .page-wrapper a[href]:after {
    content: "" !important;
  }
  body .page-wrapper a {
    text-decoration: underline;
    font-weight: normal;
  }
  body .page-wrapper .breadcrumb {
    padding-top: 10px;
    margin-top: 10px;
  }
  body .page-wrapper .content-wrapper {
    margin-top: 0px !important;
  }
  body .page-wrapper .content-wrapper table {
    border: 1px solid black !important;
    border-radius: 0px;
    display: table;
  }
  body .page-wrapper .content-wrapper table thead,
  body .page-wrapper .content-wrapper table tbody,
  body .page-wrapper .content-wrapper table tfoot {
    border: 1px solid black !important;
  }
  body .page-wrapper .content-wrapper table thead tr,
  body .page-wrapper .content-wrapper table tbody tr,
  body .page-wrapper .content-wrapper table tfoot tr {
    border: 1px solid black !important;
  }
  body .page-wrapper .content-wrapper table thead tr th,
  body .page-wrapper .content-wrapper table tbody tr th,
  body .page-wrapper .content-wrapper table tfoot tr th,
  body .page-wrapper .content-wrapper table thead tr td,
  body .page-wrapper .content-wrapper table tbody tr td,
  body .page-wrapper .content-wrapper table tfoot tr td {
    border: 1px solid black !important;
  }
  body .page-wrapper .content-wrapper blockquote {
    border: 0;
    display: block;
  }
  body .page-wrapper .content-wrapper h1,
  body .page-wrapper .content-wrapper h2,
  body .page-wrapper .content-wrapper h3,
  body .page-wrapper .content-wrapper h4,
  body .page-wrapper .content-wrapper h5 {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  body .page-wrapper .content-wrapper .facebook-wrapper,
  body .page-wrapper .content-wrapper .fb_iframe_widget {
    display: none !important;
  }
  body .page-wrapper .content-wrapper .search-wrapper .search-bar {
    display: none !important;
  }
  body .page-wrapper .footer-wrapper {
    display: none !important;
  }
  body .iframe-print-wrapper[data-src]:after {
    content: " (" attr(data-src) ")";
  }
  body .iframe-print-wrapper[data-src] iframe {
    display: none !important;
  }
  body video[src]:after {
    content: " (" attr(src) ")";
  }
  body .col-xs-12 {
    width: 100%;
  }
  body .col-xs-11 {
    width: 91.66666667%;
  }
  body .col-xs-10 {
    width: 83.33333333%;
  }
  body .col-xs-9 {
    width: 75%;
  }
  body .col-xs-8 {
    width: 66.66666667%;
  }
  body .col-xs-7 {
    width: 58.33333333%;
  }
  body .col-xs-6 {
    width: 50%;
  }
  body .col-xs-5 {
    width: 41.66666667%;
  }
  body .col-xs-4 {
    width: 33.33333333%;
  }
  body .col-xs-3 {
    width: 25%;
  }
  body .col-xs-2 {
    width: 16.66666667%;
  }
  body .col-xs-1 {
    width: 8.33333333%;
  }
  body .col-sm-12 {
    width: 100%;
  }
  body .col-sm-11 {
    width: 91.66666667%;
  }
  body .col-sm-10 {
    width: 83.33333333%;
  }
  body .col-sm-9 {
    width: 75%;
  }
  body .col-sm-8 {
    width: 66.66666667%;
  }
  body .col-sm-7 {
    width: 58.33333333%;
  }
  body .col-sm-6 {
    width: 50%;
  }
  body .col-sm-5 {
    width: 41.66666667%;
  }
  body .col-sm-4 {
    width: 33.33333333%;
  }
  body .col-sm-3 {
    width: 25%;
  }
  body .col-sm-2 {
    width: 16.66666667%;
  }
  body .col-sm-1 {
    width: 8.33333333%;
  }
  body .col-md-12 {
    width: 100%;
  }
  body .col-md-11 {
    width: 91.66666667%;
  }
  body .col-md-10 {
    width: 83.33333333%;
  }
  body .col-md-9 {
    width: 75%;
  }
  body .col-md-8 {
    width: 66.66666667%;
  }
  body .col-md-7 {
    width: 58.33333333%;
  }
  body .col-md-6 {
    width: 50%;
  }
  body .col-md-5 {
    width: 41.66666667%;
  }
  body .col-md-4 {
    width: 33.33333333%;
  }
  body .col-md-3 {
    width: 25%;
  }
  body .col-md-2 {
    width: 16.66666667%;
  }
  body .col-md-1 {
    width: 8.33333333%;
  }
  body .col-lg-12 {
    width: 100%;
  }
  body .col-lg-11 {
    width: 91.66666667%;
  }
  body .col-lg-10 {
    width: 83.33333333%;
  }
  body .col-lg-9 {
    width: 75%;
  }
  body .col-lg-8 {
    width: 66.66666667%;
  }
  body .col-lg-7 {
    width: 58.33333333%;
  }
  body .col-lg-6 {
    width: 50%;
  }
  body .col-lg-5 {
    width: 41.66666667%;
  }
  body .col-lg-4 {
    width: 33.33333333%;
  }
  body .col-lg-3 {
    width: 25%;
  }
  body .col-lg-2 {
    width: 16.66666667%;
  }
  body .col-lg-1 {
    width: 8.33333333%;
  }
  body .page-wrapper .content-wrapper .endpage-wrapper .last-menu-wrapper {
    display: none !important;
  }
  body .page-wrapper .content-wrapper .events-wrapper .last-menu-wrapper {
    display: none !important;
  }
  body .page-wrapper .content-wrapper .events-wrapper .sub-menus-wrapper {
    display: none !important;
  }
  body .page-wrapper .content-wrapper .events-wrapper .endpage-wrapper .subpage-img {
    border: 0;
  }
  body .page-wrapper .content-wrapper .events-wrapper .endpage-wrapper .eventend-title #map {
    display: none !important;
  }
  body .page-wrapper .content-wrapper .events-wrapper .endpage-wrapper .eventend-title .event-start-date {
    font-size: 5.5em;
  }
  body .page-wrapper .content-wrapper .events-wrapper .endpage-wrapper .eventend-description ._registration-wrapper {
    display: block !important;
  }
  body .page-wrapper .content-wrapper .index-news .news-block-wrapper .news-block {
    height: auto!important;
    word-wrap: break-word;
  }
  body .page-wrapper .content-wrapper .index-news .news-block-wrapper .news-block img {
    width: 100%;
    height: auto;
  }
  body .page-wrapper .content-wrapper .index-news .news-block-wrapper .news-block .text-wrapper {
    position: relative;
    margin-top: 0!important;
    border: 1px solid black !important;
    height: auto!important;
    overflow-x: hidden;
  }
  body .page-wrapper .content-wrapper .index-news .news-block-wrapper .news-block .text-wrapper:after {
    padding: 5px;
  }
}


/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
.events-wrapper .subpage-carousel {
  width: 100%;
  border-top: 2px solid #9a3324;
}
.events-wrapper .subpage-carousel img {
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
}
.events-wrapper .sub-menus-wrapper {
  background-color: #dad9d8;
}
.events-wrapper .sub-menus-wrapper .submenus {
  width: 100%;
  height: auto;
  padding: 15px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.events-wrapper .sub-menus-wrapper .submenus.desktop-submenus {
  padding-bottom: 25px;
}
.events-wrapper .sub-menus-wrapper .submenus .div-sub-item {
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1060px) {
  .events-wrapper .sub-menus-wrapper .submenus .div-sub-item {
    min-height: 42px;
  }
}
.events-wrapper .sub-menus-wrapper .submenus .div-sub-item a {
  width: 100%;
  display: block;
  color: #000000;
  text-align: center;
}
.events-wrapper .sub-menus-wrapper .submenus .col-xs-3.div-sub-item a {
  text-align: left;
}
.events-wrapper .sub-menus-wrapper .submenus li {
  width: 25%;
  float: left;
  margin-top: 15px;
}
.events-wrapper .sub-menus-wrapper .submenus li a {
  display: block;
  width: 100%;
  color: #000000;
  padding-left: 35px;
}
.events-wrapper .sub-menus-wrapper .submenus li a :hover {
  color: #000000;
}
.events-wrapper .sub-menus-wrapper ul.submenus {
  width: 100%;
  height: auto;
  padding: 15px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  list-style: none;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.events-wrapper .last-menu-wrapper {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.events-wrapper .last-menu-wrapper .last-menu {
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.events-wrapper .last-menu-wrapper .last-menu a {
  text-align: center;
  color: #000000;
  font-size: 16px;
  position: relative;
  display: inline-table;
  font-weight: bold;
}
.events-wrapper .last-menu-wrapper .last-menu a.active {
  text-decoration: underline;
}
.events-wrapper .last-menu-wrapper .last-menu a:after {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 1px;
  background: #000000;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}
.events-wrapper .last-menu-wrapper .last-menu:hover {
  position: relative;
}
.events-wrapper .last-menu-wrapper .last-menu:hover a:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.events-wrapper .last-menu-wrapper .active {
  position: relative;
}
.events-wrapper .last-menu-wrapper .active a:after {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
}
.events-wrapper .subpage-img {
  border-right: 1px solid #818a93;
}
.events-wrapper .subpage-img img {
  width: 100%;
  height: auto;
}
@media (max-width: 549px) {
  .events-wrapper .subpage-img {
    border-right: 0;
    border-bottom: 1px solid #818a93;
    margin-bottom: 15px;
  }
}
.events-wrapper .facebook-wrapper {
  margin-bottom: 0;
}
@media (max-width: 549px) {
  .events-wrapper .facebook-wrapper {
    margin-bottom: 15px;
  }
}
.events-wrapper .fb-like {
  min-width: 80px;
  height: 20px!important;
}
.events-wrapper .fb-like span {
  min-width: 80px;
  height: 20px!important;
}
.events-wrapper .fb-like span iframe {
  min-width: 80px;
  height: 20px!important;
}
.events-wrapper .subpage-description {
  font-size: 15px;
  /*SUBPAGE REGISTRATION*/
}
.events-wrapper .subpage-description ul li {
  margin: 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}
.events-wrapper .subpage-description ul li p {
  margin: 0;
}
.events-wrapper .subpage-description table {
  width: 100% !important;
}
.events-wrapper .subpage-description table td {
  padding: 5px 10px;
}
.events-wrapper .subpage-description table td ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.events-wrapper .subpage-description table td p {
  margin: 0;
}
.events-wrapper .subpage-description &gt; :first-child {
  margin-top: 0;
}
.events-wrapper .subpage-description table:first-child {
  margin-top: 0;
}
.events-wrapper .subpage-description address {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.events-wrapper .subpage-description ul,
.events-wrapper .subpage-description ol {
  color: #000;
  font-size: 15px;
}
.events-wrapper .subpage-description ul &gt; li &gt; ul {
  list-style-type: circle!important;
  margin-bottom: 0;
}
.events-wrapper .subpage-description ul &gt; li &gt; ul &gt; li &gt; ul {
  list-style-type: square!important;
}
.events-wrapper .subpage-description p:first-child,
.events-wrapper .subpage-description h1:first-child,
.events-wrapper .subpage-description h2:first-child,
.events-wrapper .subpage-description h3:first-child,
.events-wrapper .subpage-description h4:first-child,
.events-wrapper .subpage-description h5:first-child,
.events-wrapper .subpage-description h6:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.events-wrapper .subpage-description p {
  display: block;
}
.events-wrapper .subpage-description p.inline-link {
  display: inline-block;
}
.events-wrapper .subpage-description p.inline-link:before {
  content: ' ';
  display: block;
}
.events-wrapper .subpage-description p.inline-link + p {
  display: inline-block;
}
.events-wrapper .subpage-description small a {
  font-size: 13px;
}
.events-wrapper .subpage-description strong {
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  padding: 0;
  color: #000000;
}
.events-wrapper .subpage-description a {
  padding: 0;
}
.events-wrapper .subpage-description a.inline {
  display: inline-block;
}
.events-wrapper .subpage-description a.simple-link {
  display: block;
}
.events-wrapper .subpage-description a.highlight {
  font-style: normal;
  font-weight: normal;
  display: block;
  font-size: 24px;
  text-decoration: underline;
}
.events-wrapper .subpage-description .registration-button {
  margin-top: 20px;
  color: white;
  padding: 10px 40px;
  background-color: #192b64;
  border-radius: 5px;
  font-size: 18px;
  border: none;
}
.events-wrapper .subpage-description .active-regbutton {
  border-radius: 5px 5px 0 0;
}
.events-wrapper .subpage-description .registration-form {
  display: none;
  position: relative;
  width: 625px;
  padding: 55px 60px 35px 40px;
  border: 1px solid #192b64;
  border-radius: 0 5px 5px 5px;
  color: #192b64;
}
.events-wrapper .subpage-description .registration-form p {
  font-size: 14px;
  color: #192b64;
  font-weight: bold;
}
.events-wrapper .subpage-description .registration-form input {
  margin-bottom: 25px;
  border-radius: 3px;
  border: 1px solid #192b64;
  width: 400px;
  padding: 5px 10px;
}
.events-wrapper .subpage-description .registration-form input[type=checkbox] {
  display: none;
}
.events-wrapper .subpage-description .registration-form select[name*="field"] {
  margin-bottom: 15px;
}
.events-wrapper .subpage-description .registration-form .checkboxes-wrapper {
  margin: 20px 0px;
}
.events-wrapper .subpage-description .registration-form .checkbox {
  cursor: pointer;
  display: table;
  width: auto;
  float: left;
  margin-top: 10px;
}
.events-wrapper .subpage-description .registration-form .checkbox .fake-checkbox-wrapper {
  display: table-cell;
  vertical-align: top;
  padding-right: 13px;
}
.events-wrapper .subpage-description .registration-form .checkbox .fake-checkbox-wrapper .custom-checkbox {
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #192b64;
  height: 25px;
  width: 25px;
}
.events-wrapper .subpage-description .registration-form .checkbox .fake-checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox {
  background-image: url('../bundles/loginetelte/images/checkbox-checked.png');
  background-position: center;
  background-repeat: no-repeat;
}
.events-wrapper .subpage-description .registration-form .checkbox .checkbox-text {
  display: table-cell;
}
.events-wrapper .subpage-description .registration-form .hidden-radiobutton {
  display: none;
}
.events-wrapper .subpage-description .registration-form .radiobuttons-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
.events-wrapper .subpage-description .registration-form .radiobuttons-wrapper .radiobutton {
  float: left;
}
.events-wrapper .subpage-description .registration-form .radiobuttons-wrapper .radiobutton label {
  font-size: 12px;
}
.events-wrapper .subpage-description .registration-form .radiobuttons-wrapper .radiobutton label span {
  border: 2px solid #939393;
  width: 20px;
  height: 20px;
  border: 1px solid #192b64;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 4px;
}
.events-wrapper .subpage-description .registration-form .radiobuttons-wrapper .radiobutton label span div {
  background-color: white;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.events-wrapper .subpage-description .registration-form .radiobuttons-wrapper .hidden-radiobutton:checked + label span div {
  background-color: #192b64;
}
.events-wrapper .subpage-description .registration-form label {
  font-size: 14px;
  color: #192b64;
  width: 120px;
}
.events-wrapper .subpage-description .registration-form .remark {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 100px;
  resize: none;
  border-radius: 3px;
  border: 1px solid #192b64;
  padding: 10px;
  font-size: 14px;
}
.events-wrapper .subpage-description .registration-form hr {
  border-color: #818992;
}
.events-wrapper .subpage-description .registration-form .submitbutton {
  padding: 10px 40px;
  border: none;
  background-color: #1d6bb8;
  color: white;
  font-size: 18px;
  border-radius: 5px;
  width: 150px;
  margin: 0;
}
.events-wrapper .subpage-description .registration-form .formtext {
  font-size: 12px;
  color: #626c77;
  font-weight: bold;
}
.events-wrapper .subpage-description .registration-form .left-checkbox-text {
  padding-right: 25px;
}
.events-wrapper .subpage-description h4.text-block-header {
  cursor: pointer;
  margin: 15px 0 15px 0;
}
.events-wrapper .subpage-description h4.text-block-header:after {
  content: '\25BC';
  margin-left: 5px;
}
.events-wrapper .subpage-description h3.text-block-header {
  cursor: pointer;
}
.events-wrapper .subpage-description h3.text-block-header:after {
  content: '\25B2';
  margin-left: 5px;
}
.creation-info-wrapper {
  margin-bottom: 50px / 4;
}
.author {
  color: #000000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
@media (max-width: 549px) {
  .author {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.created-at {
  color: #000000;
  font-size: 12px;
}
@media (max-width: 549px) {
  .created-at {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
body .page-wrapper .search-wrapper .title-wrapper h1.title {
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 15px;
}
@media (max-width: 1059px) {
  body .page-wrapper .search-wrapper .title-wrapper h1.title {
    margin-bottom: 30px;
  }
}
body .page-wrapper .search-wrapper .tablet-search-bar .search-bar {
  border-radius: 4px;
}
body .page-wrapper .search-wrapper .search-bar {
  background-color: #9a3324;
  color: #ffffff;
}
body .page-wrapper .search-wrapper .search-bar ._search-settings-wrapper {
  display: none;
  width: 100%;
}
body .page-wrapper .search-wrapper .search-bar ._search-settings-wrapper .search-settings-wrapper {
  display: inline-block;
  width: 100%;
}
body .page-wrapper .search-wrapper .search-bar ._search-settings-wrapper .search-settings-wrapper .fullWidth {
  width: 100%;
}
body .page-wrapper .search-wrapper .search-bar ._search-settings-wrapper .search-settings-wrapper .halfWidth {
  border: 0;
  width: 48%;
}
body .page-wrapper .search-wrapper .search-bar ._search-settings-wrapper .search-settings-wrapper .pullLeft {
  float: left;
}
body .page-wrapper .search-wrapper .search-bar ._search-settings-wrapper .search-settings-wrapper .pullCenter {
  width: 4%;
  float: left;
  display: inline-block;
  text-align: center;
}
body .page-wrapper .search-wrapper .search-bar ._search-settings-wrapper .search-settings-wrapper .pullRight {
  float: right;
}
body .page-wrapper .search-wrapper .search-bar ._search-settings-wrapper .search-settings-wrapper label {
  margin-top: 10px;
}
body .page-wrapper .search-wrapper .search-bar ._search-settings-wrapper .search-settings-wrapper input,
body .page-wrapper .search-wrapper .search-bar ._search-settings-wrapper .search-settings-wrapper select {
  padding: 3px 1px 3px 10px;
  border-radius: 3px;
  color: #626c77;
}
body .page-wrapper .search-wrapper .search-bar ._search-settings-wrapper .search-settings-wrapper input {
  margin-bottom: 15px;
}
body .page-wrapper .search-wrapper .search-bar ._search-settings-wrapper .search-settings-wrapper .blueSelectWrapper {
  background-color: #ffffff;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}
body .page-wrapper .search-wrapper .search-bar ._search-settings-wrapper .search-settings-wrapper .blueSelectWrapper .blueSelect {
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
}
body .page-wrapper .search-wrapper .search-bar ._search-settings-wrapper .search-settings-wrapper .blueSelectWrapper .blueSelect i {
  width: 25px;
  position: absolute;
  right: 0;
  text-align: center;
  padding: 5px;
  height: 28px;
  background-color: #9a3324;
}
body .page-wrapper .search-wrapper .search-bar ._search-settings-wrapper .search-settings-wrapper .blueSelectWrapper .blueSelect select {
  border: 0;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  background: transparent;
}
body .page-wrapper .search-wrapper .search-bar .search-input-bar {
  padding: 3px;
  position: relative;
}
body .page-wrapper .search-wrapper .search-bar .search-input-bar .search-input {
  color: #626c77;
  height: 74px;
  font-size: 25px;
  border: 0;
  width: 100%;
  padding-right: 105px;
  padding-left: 25px;
}
body .page-wrapper .search-wrapper .search-bar .search-input-bar .search-input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 25px;
}
body .page-wrapper .search-wrapper .search-bar .search-input-bar .search-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 25px;
}
body .page-wrapper .search-wrapper .search-bar .search-input-bar .search-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 25px;
}
body .page-wrapper .search-wrapper .search-bar .search-input-bar .search-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 25px;
}
body .page-wrapper .search-wrapper .search-bar .search-input-bar .search-button {
  font-size: 3em;
  background-color: #9a3324;
  top: 0;
  border: 0;
  right: 0;
  position: absolute;
  width: 77px;
  height: 74px;
  margin: 3px 0px 3px 0px;
  padding: 0px;
}
body .page-wrapper .search-wrapper .search-bar .search-input-bar .search-button:focus {
  border: 0;
}
body .page-wrapper .search-wrapper .search-bar .search-input-bar .search-button .search-icon {
  text-align: center;
  margin-top: auto;
  display: block;
  margin-bottom: auto;
}
body .page-wrapper .search-wrapper .search-bar .search-toggle-bar {
  height: 60px;
  clear: both;
  font-size: 1.5em;
}
body .page-wrapper .search-wrapper .search-bar .search-toggle-bar div {
  height: 100%;
}
body .page-wrapper .search-wrapper .search-bar .search-toggle-bar .search-button-container {
  height: 100%;
  background-color: #9a3324;
  border: 0;
}
body .page-wrapper .search-wrapper .search-bar .search-toggle-bar .search-button-container:focus {
  border: 0;
}
body .page-wrapper .search-wrapper .search-bar .search-toggle-bar .search-button-container .search-button-down {
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
body .page-wrapper .search-wrapper .article-container-wrapper {
  padding-bottom: 25px;
  padding-top: 25px;
  width: 100%;
}
@media (max-width: 549px) {
  body .page-wrapper .search-wrapper .article-container-wrapper {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
body .page-wrapper .search-wrapper .article-container-wrapper .article-container {
  overflow-y: hidden;
  position: relative;
}
body .page-wrapper .search-wrapper .article-container-wrapper .article-container img {
  background-color: #eeeeee;
  width: 100%;
  height: 100%;
}
body .page-wrapper .search-wrapper .article-container-wrapper .article-container .text-wrapper {
  position: absolute;
  width: 100%;
  margin-top: -55px;
  display: block;
  background-color: rgba(49, 49, 49, 0.88);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  padding: 0;
  cursor: pointer;
}
body .page-wrapper .search-wrapper .article-container-wrapper .article-container .text-wrapper .icon-container {
  text-align: center;
  background-color: rgba(49, 49, 49, 0.88);
  color: #ffffff;
  position: relative;
}
body .page-wrapper .search-wrapper .article-container-wrapper .article-container .text-wrapper .icon-container .icon {
  font-size: 3em;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 60px;
  left: 0;
  right: 0;
}
@media (max-width: 549px) {
  body .page-wrapper .search-wrapper .article-container-wrapper .article-container .text-wrapper {
    margin-top: -75px;
  }
}
body .page-wrapper .search-wrapper .article-container-wrapper .article-container .text-wrapper h3 {
  color: #ffffff;
  margin-top: 0;
  font-size: 15px;
  height: 55px;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  padding: 10px 20px;
  margin-bottom: 0;
}
@media (max-width: 549px) {
  body .page-wrapper .search-wrapper .article-container-wrapper .article-container .text-wrapper h3 {
    font-size: 20px;
  }
}
body .page-wrapper .search-wrapper .article-container-wrapper .article-container .text-wrapper hr {
  margin-top: 0;
  margin-bottom: 0;
  border-color: #ffffff;
}
body .page-wrapper .search-wrapper .article-container-wrapper .article-container .text-wrapper p {
  padding: 0 20px 10px 20px;
  color: #ffffff;
  font-family: "Open Sans", Arial, sans-serif;
}
body .page-wrapper .search-wrapper .article-container-wrapper .article-container .text-wrapper:hover {
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
}
body .page-wrapper .search-wrapper .article-container-wrapper .article-container .text-wrapper:hover h3 {
  color: #192b64;
  font-weight: bold;
  height: auto;
  padding-top: 0;
}
body .page-wrapper .search-wrapper .article-container-wrapper .article-container .text-wrapper:hover p {
  color: #626c77;
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
table.col-table {
  width: 100%;
}
table.col-table thead,
table.col-table tfoot,
table.col-table tbody {
  display: table;
  width: 100%;
}
table.col-table thead tr th,
table.col-table tfoot tr th,
table.col-table tbody tr th {
  padding-top: 5px;
  padding-bottom: 5px;
}
table.col-table thead tr td,
table.col-table tfoot tr td,
table.col-table tbody tr td,
table.col-table thead tr th,
table.col-table tfoot tr th,
table.col-table tbody tr th {
  word-break: break-word;
  vertical-align: top;
  padding-left: 25px;
  padding-right: 25px;
}
table.col-table thead tr td:first-child,
table.col-table tfoot tr td:first-child,
table.col-table tbody tr td:first-child,
table.col-table thead tr th:first-child,
table.col-table tfoot tr th:first-child,
table.col-table tbody tr th:first-child {
  font-weight: bold;
}
table.col-table thead tr td ul,
table.col-table tfoot tr td ul,
table.col-table tbody tr td ul,
table.col-table thead tr th ul,
table.col-table tfoot tr th ul,
table.col-table tbody tr th ul {
  padding: 0;
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
.loginet-tooltip .tooltip-content {
  display: none;
  padding: 10px;
  color: #ffffff;
  background-color: rgba(25, 44, 99, 0.9);
  position: absolute;
  width: 200px;
  border-radius: 3px;
  margin-left: -20px;
  z-index: 1;
}
.loginet-tooltip:hover .tooltip-content,
.loginet-tooltip.hover .tooltip-content {
  display: block;
}

._loginet-carousel {
  overflow: hidden;
  position: relative;
}
._loginet-carousel iframe {
  width: 100%;
  border: 0;
}
._loginet-carousel ._loginet-carousel-items-wrapper {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
}
._loginet-carousel ._loginet-carousel-items-wrapper ._loginet-carousel-item {
  display: inline-block;
  float: left;
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
/*--------------------------------------- custom independent stlye --------------------------------------------------*/
._elte_carousel {
  width: 100%;
  height: 532px;
  border-top: 2px solid #9a3324;
}
._elte_carousel a:focus {
  outline: none;
}
@media (max-width: 1440px) {
  ._elte_carousel {
    height: 480px;
  }
}
@media (max-width: 549px) {
  ._elte_carousel {
    overflow: hidden;
  }
}
@media (max-width: 549px) {
  ._elte_carousel {
    height: 220px;
  }
}
._elte_carousel ._loginet-carousel-items-wrapper {
  height: 405px;
  width: 200000px;
}
@media (max-width: 550px) {
  ._elte_carousel ._loginet-carousel-items-wrapper {
    height: 480px;
    z-index: 1;
    background-color: transparent;
  }
}
@media (max-width: 550px) {
  ._elte_carousel .carousel-images {
    display: none!important;
  }
}
._elte_carousel .carousel-item-description-wrapper {
  position: relative;
  left: 0;
  right: 0;
  height: 60px;
  bottom: 140px;
}
@media (max-width: 1060px) {
  ._elte_carousel .carousel-item-description-wrapper {
    bottom: 60px;
  }
}
@media (max-width: 549px) {
  ._elte_carousel .carousel-item-description-wrapper {
    position: absolute;
    z-index: 10;
    top: auto;
    bottom: 32px;
    left: 32px;
    right: auto;
    height: auto;
  }
}
._elte_carousel .carousel-item-description-wrapper .carousel-item-description {
  position: relative;
  float: right;
  padding: 10px 24px;
  font-size: 32px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: rgba(154, 51, 36, 0.81);
}
@media (max-width: 1060px) {
  ._elte_carousel .carousel-item-description-wrapper .carousel-item-description {
    width: 80%;
    text-align: left;
    font-size: 15pt;
    color: white;
    background-color: rgba(154, 51, 36, 0.81);
    padding: 10px 40px;
    font-family: "Open Sans", Arial, sans-serif;
  }
}
@media (min-width: 550px) and (max-width: 1060px) {
  ._elte_carousel .carousel-item-description-wrapper .carousel-item-description {
    width: auto;
    font-size: 17px;
  }
}
@media (max-width: 549px) {
  ._elte_carousel .carousel-item-description-wrapper .carousel-item-description {
    width: 100%;
    padding: 5px 16px 5px 11px;
    font-size: 24px;
    line-height: 28px;
  }
}
._elte_carousel .paginator-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 38px;
  color: #9a3324;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  height: 80px;
  line-height: 80px;
  width: 32px;
  text-align: center;
  cursor: pointer;
}
._elte_carousel .paginator-arrow.left {
  left: 0;
}
._elte_carousel .paginator-arrow.right {
  right: 0;
}
._elte_carousel .mobile-carousel-background {
  display: none;
}
@media (max-width: 550px) {
  ._elte_carousel .mobile-carousel-background {
    display: block;
    height: 530px;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  ._elte_carousel .mobile-carousel-background img {
    visibility: hidden;
    width: 100%;
  }
}
._elte_carousel .custom-carousel-pagination-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 549px) {
  ._elte_carousel .custom-carousel-pagination-wrapper .col-xs-11 {
    bottom: -8px;
  }
}
@media (max-width: 549px) {
  ._elte_carousel .custom-carousel-pagination-wrapper {
    background: rgba(154, 51, 36, 0.81);
  }
}
._elte_carousel .custom-carousel-pagination-wrapper .custom-loginet-paginator {
  width: 65px;
  height: 5px;
  background-color: white;
  display: inline-block;
  float: left;
  margin: 15px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 549px) {
  ._elte_carousel .custom-carousel-pagination-wrapper .custom-loginet-paginator {
    width: 20px;
    margin: 10px;
  }
}
._elte_carousel .custom-carousel-pagination-wrapper .custom-loginet-paginator:first-child {
  margin-left: 0;
}
._elte_carousel .custom-carousel-pagination-wrapper .custom-loginet-paginator .paginator-loader {
  background-color: white;
  opacity: 0.2;
  position: absolute;
  width: 0;
  height: 5px;
  bottom: 0;
  left: 0;
}
._elte_carousel .custom-carousel-pagination-wrapper .custom-loginet-paginator .paginator-hover-box {
  position: absolute;
  bottom: 10px;
  width: 260px;
  left: -142%;
  padding: 8px;
  border-radius: 5px;
  background-color: white;
  display: block;
  opacity: 0;
  transition: opacity 0.4s;
}
._elte_carousel .custom-carousel-pagination-wrapper .custom-loginet-paginator .paginator-hover-box &gt; div {
  display: inline-block;
}
._elte_carousel .custom-carousel-pagination-wrapper .custom-loginet-paginator .paginator-hover-box .paginator-image-wrapper {
  vertical-align: middle;
  margin-right: 10px;
  width: 95px;
  height: 50px;
  overflow: hidden;
  position: relative;
}
._elte_carousel .custom-carousel-pagination-wrapper .custom-loginet-paginator .paginator-hover-box .paginator-image-wrapper img {
  background-size: cover;
  width: 95px;
  height: 50px;
}
._elte_carousel .custom-carousel-pagination-wrapper .custom-loginet-paginator:first-child .paginator-hover-box {
  left: 0;
  border-bottom-left-radius: 0;
}
._elte_carousel .custom-carousel-pagination-wrapper .custom-loginet-paginator:not(.active-carousel-item):hover:before {
  opacity: 1;
  transition: opacity 0.4s;
}
._elte_carousel .custom-carousel-pagination-wrapper .custom-loginet-paginator:not(.active-carousel-item):hover .paginator-hover-box {
  opacity: 1;
  transition: opacity 0.4s;
  display: block;
}
._elte_carousel .custom-carousel-pagination-wrapper .custom-loginet-paginator.active-carousel-item {
  background-color: #9a3324;
  cursor: default;
}
._elte_carousel .custom-carousel-pagination-wrapper .carousel-toggle {
  width: 51px;
  height: 50px;
  display: inline-block;
  border: none;
  position: relative;
  /* right: 25px; */
  bottom: 10px;
  float: left;
  color: #ffffff;
  background-color: rgba(134, 38, 51, 0.85);
}
@media (max-width: 549px) {
  ._elte_carousel .custom-carousel-pagination-wrapper .carousel-toggle {
    width: 30px;
    height: 30px;
    z-index: 10;
    bottom: 0;
  }
}
._elte_carousel .custom-carousel-pagination-wrapper .carousel-toggle .fa-play {
  display: none;
}
._elte_carousel .custom-carousel-pagination-wrapper .carousel-toggle.stop .fa-pause {
  display: none;
}
._elte_carousel .custom-carousel-pagination-wrapper .carousel-toggle.stop .fa-play {
  display: inline-block;
}
._elte_carousel .pd-5 {
  padding: 5px;
}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.__loginet-carousel {
  position: relative;
  overflow: hidden;
  /*
  This is the container of the carousel items.
  You must ensure that the position is relative or absolute and
  that the width is big enough to contain all items.
  */
}
.__loginet-carousel .__loginet-carousel-item-container {
  width: 200000px;
  position: relative;
  /* Optional, required in this case since it's a &lt;ul&gt; element */
  list-style: none;
  margin: 0;
  padding: 0;
  /*
    These are the item elements. jCarousel works best, if the items
    have a fixed width and height (but it's not required).
    */
}
.__loginet-carousel .__loginet-carousel-item-container .__loginet-carousel-item {
  /* Required only for block elements like &lt;li&gt;'s */
  float: left;
  width: 960px;
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
._registration-wrapper {
  display: none;
}
._registration-wrapper .form {
  border-radius: 0px;
}
@media (min-width: 550px) {
  ._registration-wrapper .form {
    border-radius: 5px;
  }
}
@media (min-width: 1060px) {
  ._registration-wrapper .form.activeForm {
    border-radius: 0 5px 5px 5px;
  }
}
label span * {
  pointer-events: none;
}
.form {
  position: relative;
  width: 100%;
  padding: 55px 60px 35px 40px;
  border: 1px solid #192b64;
  color: #192b64;
  border-radius: 5px;
  /* ERROR MESSAGES */
}
.form .error-box {
  color: red;
}
.form input.error,
.form select.error,
.form input[type="checkbox"].error,
.form textarea.error,
.form .custom-checkbox.error,
.form .fake-radio.error,
.form .g-recaptcha.error iframe {
  border-color: red !important;
}
.form .g-recaptcha.error iframe {
  border: 1px solid red;
}
.form.alumni-form {
  padding: 0;
  border: none;
  border-radius: 0;
}
.form.alumni-form .glyph-wrapper {
  position: absolute;
  right: 50px/2;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 17px;
}
.form.alumni-form .glyph-wrapper .glyphicon {
  float: left;
  display: block;
  margin-left: 20px;
  font-size: 17px;
  cursor: pointer;
}
.form.alumni-form .glyph-wrapper .glyphicon .tooltip-content {
  font-size: 15px;
}
.form p {
  font-size: 14px;
  color: #000000 !important;
  font-weight: bold;
}
.form p b,
.form p strong,
.form p i,
.form p em,
.form p mark,
.form p small,
.form p del,
.form p ins,
.form p sub,
.form p sup {
  color: #000000;
}
.form input {
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid #000000;
  width: 100%;
  padding: 5px 10px;
}
.form input[type=checkbox] {
  display: none;
}
.form .checkboxes-wrapper {
  margin-bottom: 10px;
  display: inline-block;
}
.form .checkboxes-wrapper.last-box .formtext {
  float: right;
  width: 89%;
  color: #626c77;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.form .checkbox {
  cursor: pointer;
  display: block;
  width: 100%;
  float: left;
  margin-top: 10px;
}
.form .checkbox .fake-checkbox-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-right: 13px;
}
.form .checkbox .fake-checkbox-wrapper .custom-checkbox {
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #192b64;
  height: 25px;
  width: 25px;
}
.form .checkbox .fake-checkbox-wrapper input[type=checkbox] {
  display: none;
}
.form .checkbox .fake-checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox {
  background-image: url('../bundles/loginetelte/images/checkbox-checked.png');
  background-position: center;
  background-repeat: no-repeat;
}
.form .checkbox .fake-checkbox-wrapper input[type=checkbox].error + .custom-checkbox {
  border: 1px solid #FF0000;
}
.form .checkbox .checkbox-text {
  display: table-cell;
  line-height: 25px;
}
.form select {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #000000;
  border-radius: 3px;
  padding: 5px 10px;
}
.form label {
  font-size: 14px;
  color: #000000;
  width: 100%;
}
.form .remark {
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  min-height: 100px;
  border-radius: 3px;
  border: 1px solid #192b64;
  padding: 10px;
  font-size: 14px;
}
.form hr {
  border-color: #818992;
}
.form .submitbutton {
  padding: 10px 40px;
  border: none;
  background-color: #9a3324;
  color: white;
  font-size: 18px;
  border-radius: 5px;
  width: 150px;
  margin: 0;
}
.form .formtext {
  font-weight: bold;
  padding-top: 2px;
  display: inline-block;
}
.form .left-checkbox-text {
  padding-right: 25px;
}
.form .active-regbutton {
  border-radius: 5px 5px 0 0;
}
.form textarea {
  border-radius: 3px;
  border: 1px solid #192b64;
  resize: vertical;
  min-height: 140px;
  width: 100%;
  padding: 5px 10px;
}
.form .form-field .form-field-error {
  color: red;
  font-weight: bold;
  margin-bottom: 20px;
}
.form .captcha-error {
  color: red !important;
  font-weight: bold;
}
.form .filename,
.form select,
.form textarea,
.form input {
  color: #000000;
}
.registration-button {
  margin-top: 20px;
  color: white;
  padding: 10px 40px;
  background-color: #9a3324;
  border-radius: 5px;
  font-size: 18px;
  border: none;
}
.file-type .fileselect-button {
  padding: 5px 40px;
  border: none;
  background-color: #9a3324;
  color: white;
  font-size: 14px;
  border-radius: 5px;
  margin: 0 0 20px 0;
}
.file-type .input-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.file-type .input-wrapper .filename {
  padding: 5px;
}
.file-type .input-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media (max-width: 549px) {
  padding: 55px 25px 35px 25px;
}
.hidden-radiobutton {
  display: none;
}
.radiobuttons-wrapper {
  margin-top: 0px;
  margin-bottom: 10px;
  display: inline-block;
}
.radiobuttons-wrapper .radiobutton label {
  font-size: 14px;
  width: auto;
}
.radiobuttons-wrapper .radiobutton label span {
  border: 2px solid #939393;
  width: 20px;
  height: 20px;
  border: 1px solid #192b64;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 4px;
}
.radiobuttons-wrapper .radiobutton label span div {
  background-color: white;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.radiobuttons-wrapper .hidden-radiobutton:checked + label span div {
  background-color: #192b64;
}
.radiobuttons-wrapper .hidden-radiobutton:checked + label {
  background: white;
}
/*------ALUMNI FORM-----*/
.password_tooltip {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media (max-width: 1059px) {
  .password_tooltip {
    position: relative;
  }
}
@media (max-width: 1059px) {
  .tbl-tablet .alumni-checkbox-member .checkboxes-wrapper {
    padding-bottom: 15px;
  }
}
@media (max-width: 1059px) and (max-width: 1059px) {
  .tbl-tablet .alumni-checkbox-member .checkboxes-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1060px) {
  .tbl-tablet {
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }
  .tbl-tablet .alumni-label {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .tbl-tablet .alumni-input-full {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .tbl-tablet .alumni-input-full input {
    margin: 0;
  }
  .tbl-tablet .alumni-checkbox-member {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .tbl-tablet .alumni-checkbox-member .checkboxes-wrapper {
    margin: 0;
    display: block;
    position: relative;
    float: left;
  }
  .tbl-tablet .alumni-checkbox-member .checkbox {
    margin: 0;
  }
  .tbl-tablet .alumni-checkbox-member .checkbox .formtext {
    margin-right: 20px;
  }
  .tbl-tablet .alumni-checkbox-member .checkbox + .checkbox {
    margin: 0;
  }
}
.tbl-tablet .alumni-checkbox-member .checkboxes-wrapper {
  margin: 0;
  display: block;
  position: relative;
  float: left;
}
.tbl-tablet .alumni-checkbox-member .checkbox {
  margin: 0;
}
.tbl-tablet .alumni-checkbox-member .checkbox .formtext {
  margin-right: 20px;
}
.tbl-tablet .alumni-checkbox-member .checkbox + .checkbox {
  margin: 0;
}
.faculty .checkboxes-wrapper {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 0;
}
.faculty .checkboxes-wrapper .loginet-select {
  margin-bottom: 0;
}
.faculty .checkboxes-wrapper .loginet-select .select-button {
  border: 1px solid #192b64;
  height: 50px;
  padding-top: 10px;
}
.faculty .checkboxes-wrapper .loginet-select .loginet-list .checkbox {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
}
.faculty .checkboxes-wrapper .checkbox {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
}
.faculty .checkboxes-wrapper .checkbox .custom-checkbox {
  float: left;
  display: block;
  margin-right: 15px;
}
.pd-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.pd-top-10 {
  padding-top: 10px;
}
.pd-left-0 {
  padding-left: 0 !important;
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
.title-wrapper .title.tablet-show {
  margin-bottom: 35px;
}
.picture-description {
  border-right: 1px solid #818a93;
}
.picture-description.tablet-show {
  border-right: none;
}
.picture-description.tablet-show .picture-description-tablet-wrapper {
  border-bottom: 1px solid #818a93;
  padding-bottom: 13px;
  margin-bottom: 35px;
}
.picture-description p._gallery_preview {
  text-align: justify!important;
  font-size: 15px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.gallery-paginator-wrapper {
  width: 100%;
  height: 33px;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0;
}
.gallery-paginator-wrapper .roll-left,
.gallery-paginator-wrapper .roll-right {
  background: url("../bundles/loginetelte/images/paginator_pager_left.png") no-repeat;
  width: 20px;
  height: 33px;
  display: inline-block;
  position: absolute;
  border: none;
  box-sizing: border-box;
  margin: auto 0;
  padding: 0;
  z-index: 10;
  filter: grayscale(1);
}
.gallery-paginator-wrapper .roll-right {
  background: url("../bundles/loginetelte/images/paginator_pager_right.png");
  right: 40px;
  filter: grayscale(1);
}
@media (max-width: 549px) {
  .gallery-paginator-wrapper .roll-right {
    padding: 20px;
    background-repeat: no-repeat;
    background-position: right center;
  }
}
.gallery-paginator-wrapper .roll-left {
  left: 40px;
  filter: grayscale(1);
}
@media (max-width: 549px) {
  .gallery-paginator-wrapper .roll-left {
    padding: 20px;
    background-repeat: no-repeat;
    background-position: left center;
  }
}
.custom-col {
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}
@media (max-width: 549px) {
  .custom-col {
    margin-top: 0;
  }
}
.paginator-paginator-wrapper {
  width: 100%;
  height: 33px;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0;
}
.paginator-paginator-wrapper .roll-left,
.paginator-paginator-wrapper .roll-right {
  background: url("../bundles/loginetelte/images/paginator_pager_left.png") no-repeat;
  width: 20px;
  height: 33px;
  display: inline-block;
  position: absolute;
  border: none;
  box-sizing: border-box;
  margin: auto 0;
  padding: 0;
  z-index: 10;
  filter: grayscale(1);
}
.paginator-paginator-wrapper .roll-right {
  background: url("../bundles/loginetelte/images/paginator_pager_right.png");
  right: 0;
  filter: grayscale(1);
}
.paginator-paginator-wrapper .roll-left {
  left: 0;
  filter: grayscale(1);
}
.overflow-gallery-pagi-wrapper {
  overflow: hidden;
}
.overflow-gallery-pagi-wrapper .paginator-item-wrapper {
  width: 20000px;
}
.overflow-gallery-pagi-wrapper .paginator-item-wrapper .gallery-paginator-box {
  height: 66px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto!important;
}
.overflow-gallery-pagi-wrapper .paginator-image-wrapper img,
.overflow-gallery-pagi-wrapper .paginator-image-wrapper iframe,
.overflow-gallery-pagi-wrapper .paginator-image-wrapper video {
  height: 66px;
}
._tofind {
  height: 370px;
  text-align: center;
}
._tofind iframe {
  max-height: 370px;
}
._tofind img {
  max-width: 100%;
}
@media (max-width: 1059px) {
  ._tofind img {
    max-width: 98%;
  }
}
._tofind .center-image-span {
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
@media (max-width: 549px) {
  ._tofind .center-image-span {
    height: 100%;
  }
}
.loop-index-wrapper {
  display: inline-block;
  text-align: center;
}
.loop-index-wrapper p {
  display: inline-block;
  color: #626c77;
}
.loop-index-wrapper.first-loop-index-wrapper {
  font-size: 20px;
  float: right;
  clear: both;
}
.loop-index-wrapper.first-loop-index-wrapper p {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
/*--------------------------------------- custom independent stlye --------------------------------------------------*/
.gallery-paginator-box {
  display: block;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}
._elte_gallery {
  width: 100%;
  height: 405px;
}
@media (max-width: 549px) {
  ._elte_gallery {
    max-height: 370px;
  }
}
._elte_gallery ._loginet-carousel-items-wrapper {
  width: 200000px;
}
._elte_gallery .custom-carousel-pagination-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
._elte_gallery .custom-carousel-pagination-wrapper .carousel-toggle {
  background: url("../bundles/loginetelte/images/carousel_stop.png");
  width: 51px;
  height: 50px;
  display: block;
  border: none;
  position: absolute;
  right: 25px;
  bottom: 10px;
}
._elte_gallery .custom-carousel-pagination-wrapper .carousel-toggle.stop {
  background: url("../bundles/loginetelte/images/carousel_play.png");
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
.pagination-wrapper {
  margin-top: 110px;
  margin-bottom: -65px;
  text-align: center;
  font-size: 20px;
  color: black;
}
@media (max-width: 1440px) {
  .pagination-wrapper {
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.pagination-wrapper .pagination-item {
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  bottom: 1px;
  cursor: pointer;
}
.pagination-wrapper .pagination-item:hover {
  color: #9a3324;
  font-weight: bold;
}
.pagination-wrapper .pagination-item.active_pagi {
  color: #9a3324;
  font-weight: bold;
}
.pagination-wrapper .pagination-item-pager {
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  bottom: 1px;
  cursor: pointer;
}
.pagination-wrapper .pagination-item-pager:hover {
  color: #9a3324;
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
.search-result-wrapper {
  margin-top: 60px;
}
.subject-page {
  color: #626c77;
  font-size: 16px;
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
.student-page {
  color: #626c77;
  font-size: 15px;
}
.student-page a {
  font-size: 15px;
}
.student-page p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.student-page-description {
  margin-top: 20px;
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
.dataTables_info {
  display: none;
}
.data-tables-mobile-actions-wrapper .mobile-clear-toggle {
  display: none;
  background-color: #e3e3e3;
  color: #7f8891;
  text-align: center;
  position: relative;
  line-height: 1em;
  cursor: pointer;
  font-size: 28px;
  height: 28px;
  width: 28px;
}
.data-tables-mobile-actions-wrapper .mobile-search-toggle {
  background: #9a3324;
  text-align: center;
  position: relative;
  line-height: 28px;
  font-size: 21px;
  cursor: pointer;
  color: #ffffff;
  display: none;
  height: auto;
  width: 28px;
}
@media (max-width: 549px) {
  .data-tables-mobile-actions-wrapper .clear-toggle-mobile {
    display: block;
  }
  .data-tables-mobile-actions-wrapper .search-toggle-mobile {
    display: block;
  }
}
.data-tables-mobile-actions-wrapper div {
  float: left;
}
table.dataTable {
  border-collapse: collapse;
  color: #7f8891;
}
table.dataTable td {
  padding: 5px 10px!important;
}
table.dataTable.stripe tbody tr.odd {
  background-color: #ffffff;
}
table.dataTable.stripe tbody tr.even {
  background-color: #efefef;
}
table.dataTable tr.child ul.dtr-details &gt; li:last-child {
  display: none;
}
table.dataTable thead {
  background-color: #9a3324;
}
table.dataTable thead .sorting:before {
  content: "\f078";
  width: 25px;
  position: absolute;
  right: 0;
  text-align: center;
  padding: 5px;
  height: 28px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
table.dataTable thead .sorting_asc:before {
  content: "\f077";
  width: 25px;
  position: absolute;
  right: 0;
  text-align: center;
  padding: 5px;
  height: 28px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
table.dataTable thead .sorting_desc:before {
  content: "\f078";
  width: 25px;
  position: absolute;
  right: 0;
  text-align: center;
  padding: 5px;
  height: 28px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
table.dataTable thead tr {
  text-decoration: none;
}
table.dataTable thead th {
  padding: 5px 23px 5px 10px !important;
  border-bottom: 0;
  border-left: none!important;
  text-align: left!important;
  color: #ffffff;
  font-weight: normal;
  position: relative;
}
@media (max-width: 1439px) {
  table.dataTable thead th:after {
    content: none;
  }
}
table.dataTable thead th.last-visible {
  border-right: 1px solid #000000;
}
table.dataTable thead :last-child:after {
  content: none;
}
table.dataTable thead td {
  border-bottom: none;
  border-right: none!important;
  border-left: none!important;
  padding: 0!important;
}
table.dataTable thead .search-toggle {
  color: #ffffff;
  position: relative;
  cursor: pointer;
  height: auto;
  max-width: 28px;
  min-width: 28px;
  width: 28px!important;
  margin: 0;
  bottom: 0;
  top: 0;
}
table.dataTable thead .search-toggle:before {
  content: ' ';
  height: auto;
  background: #9a3324;
  bottom: 0;
  top: 0;
  position: absolute;
  display: inline-block;
}
table.dataTable thead .search-toggle:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ceaf87;
}
table.dataTable thead .search-toggle .fa {
  position: absolute;
  line-height: 33px;
  font-size: 22px;
  right: 12px;
  z-index: 1;
  top: 0;
}
table.dataTable tbody td {
  padding: 8px 24px;
}
table.dataTable tbody td.child {
  height: auto;
}
table.dataTable tbody td.search-toggle-td {
  background-color: white;
  pointer-events: none;
  max-width: 28px;
  min-width: 28px;
}
table.dataTable tbody td.search-toggle-td:hover {
  background-color: white;
}
table.dataTable tfoot {
  background-color: #efefef;
}
table.dataTable tfoot th {
  border-top: 0;
  padding: 5px 10px 5px 10px;
}
table.dataTable tfoot td {
  border-top: none;
}
table.dataTable tfoot td.clear-toggle {
  background-color: #e3e3e3;
  position: relative;
  cursor: pointer;
  height: auto;
  margin: 0;
  bottom: 0;
  width: 28px;
  max-width: 28px;
  min-width: 28px;
  top: 0;
}
table.dataTable tfoot td.clear-toggle:before {
  content: ' ';
  height: auto;
  background: #efefef;
  bottom: 0;
  top: 0;
  position: absolute;
  display: inline-block;
}
table.dataTable tfoot td.clear-toggle:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(130, 130, 130, 0.2);
}
table.dataTable tfoot td.clear-toggle .fa {
  position: absolute;
  line-height: 33px;
  font-size: 25px;
  right: 13px;
  z-index: 1;
  top: 0;
}
table.dataTable tfoot input {
  font-weight: normal;
  border: 1px solid #f3f3f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 4px;
  padding-bottom: 0;
  padding-left: 3px;
  padding-top: 0;
  width: 100%;
}
table.dataTable tfoot input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c1c2c6;
}
table.dataTable tfoot input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c1c2c6;
}
table.dataTable tfoot input:-ms-input-placeholder {
  /* IE 10+ */
  color: #c1c2c6;
}
table.dataTable tfoot input:-moz-placeholder {
  /* Firefox 18- */
  color: #c1c2c6;
}
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr[role="row"] &gt; td:first-child:before,
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr[role="row"] &gt; th:first-child:before {
  top: auto!important;
  margin: 0;
  color: #9a3324;
  content: "\f077" !important;
  width: 25px;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome !important;
  border: none;
  box-shadow: none;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
}
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr.parent &gt; td:first-child:before,
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr.parent &gt; th:first-child:before {
  content: "\f078" !important;
}
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr[role="row"] &gt; td:first-child,
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr[role="row"] &gt; th:first-child {
  position: relative;
  padding-left: 30px!important;
  cursor: pointer;
}
table.dataTable &gt; tbody &gt; tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 15px;
}
.dtr-data {
  padding-left: 0;
  padding-right: 10px;
}
.dtr-data:empty {
  display: none;
}

/*-----WEBSITE COLORS-----*/
/*-----COMMON COLORS-----*/
/*-----FONT COLORS-----*/
/*-----SIZE-----*/
/*-----MIXINS-----*/
/*-----FACULTY ANIMATION-----*/
/*-----QUERIES-----*/
.move-student-left,
.move-student-right {
  position: absolute;
  border: none;
  top: 90px;
  z-index: 1;
  width: 20px;
  height: 33px;
}
.move-student-left {
  left: 5px;
  background: url("../bundles/loginetelte/images/paginator_pager_left.png") no-repeat;
}
.move-student-right {
  right: 5px;
  background: url("../bundles/loginetelte/images/paginator_pager_right.png");
}
.carousel-wrapper {
  position: relative;
}
.carousel-wrapper .student-carousel {
  width: 100%;
}
.carousel-wrapper .student-carousel .ul-student .students {
  min-width: 53px;
}
</pre></body></html>