/* light colors */
/* Font Smoothing */
:root {
    --font: arial;
    --s430: 22.97008547008547vw;
    --s300: 16.025641025641026vw;
    --s200: 10.683760683760683vw;
    --s95: 5.0747863247863245vw;
    --s90: 4.8076923076923075vw;
    --s60: 3.2051282051282053vw;
    --s55: 2.9380341880341883vw;
    --s50: 2.6709401709401708vw;
    --s47: 2.5106837606837606vw;
    --s46: 2.4572649572649574vw;
    --s45: 2.4038461538461537vw;
    --s43: 2.297008547008547vw;
    --s40: 2.1367521367521367vw;
    --s34: 1.8162393162393162vw;
    --s32: 1.7094017094017093vw;
    --s30: 1.6025641025641026vw;
    --s26: 1.3888888888888888vw;
    --s22: 1.1752136752136753vw;
    --s20: 1.0683760683760684vw;
    --s19: 1.014957264957265vw;
    --s18: 0.9615384615384616vw;
    --s17: 0.9081196581196581vw;
    --s16: 0.8547008547008547vw;
    --s15: 0.8012820512820513vw;
    --s14: 0.7478632478632479vw;
    --s13: 0.6944444444444444vw;
    --s12: 0.6410256410256411vw;
    --s11: 0.5876068376068376vw;
    --s10: 0.5341880341880342vw;
}
*:focus, *:active {
    outline: 0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, a, .td-name, td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--font)
}
h1, .h1 {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}
h2, .h2 {
    font-size: 36px;
    font-weight: normal;
}
h4, .h4 {
    font-size: 22px;
    line-height: 30px;
}
h5, .h5 {
    font-size: 18px;
    margin-bottom: 15px;
}
h6, .h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.nav-bar ul {
    margin: 0px auto;
    list-style: none;
    padding: 0px 10px;
}
.nav-bar li {
    float: left;
    top: 0px;
    overflow: visible;
    text-align: left;
    font-family: var(--font);
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(190, 190, 190, 1);
    letter-spacing: 0.5px;
    padding: 5px;
    text-transform: lowercase;
}
.nav-bar li:first-letter {
    text-transform: uppercase;
}
/*p {
    font-size: 16px;
    line-height: 1.5;
}
*/
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 {
    color: #9A9A9A;
    font-weight: 300;
    line-height: 1.5;
}
h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 60%;
}
.error {
    color: #FF3B30;
}
.text-primary, .text-primary:hover {
    color: #3472F7 !important;
}
.text-info, .text-info:hover {
    color: #2CA8FF !important;
}
.text-success, .text-success:hover {
    color: #05AE0E !important;
}
.text-warning, .text-warning:hover {
    color: #FF9500 !important;
}
.text-danger, .text-danger:hover {
    color: #FF3B30 !important;
}
/* General overwrite */
body {
    font-family: var(--font);
}
.main {
    background-color: #FFFFFF;
    position: relative;
}
a {
    color: inherit
}
a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}
a:focus, a:active, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, select::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner {
    outline: 0;
}
.ui-slider-handle:focus, .navbar-toggle {
    outline: 0 !important;
}
/* Animations */
.form-control, .input-group-addon, .tagsinput, .navbar, .navbar .alert {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.margin-top {
    margin-top: 50px;
}
/* CT colors */
.ct-blue, .ct-blue.checkbox.checked .second-icon, .ct-blue.checkbox.checked, .ct-blue.radio.checked .second-icon, .ct-blue.radio.checked {
    color: #3472F7;
}
.ct-azzure, .ct-azzure.checkbox.checked .second-icon, .ct-azzure.radio.checked .second-icon, .ct-azzure.checkbox.checked, .ct-azzure.radio.checked {
    color: #2CA8FF;
}
.ct-green, .ct-green.checkbox.checked .second-icon, .ct-green.radio.checked .second-icon, .ct-green.checkbox.checked, .ct-green.radio.checked {
    color: #05AE0E;
}
.ct-orange, .ct-orange.checkbox.checked .second-icon, .ct-orange.radio.checked .second-icon, .ct-orange.checkbox.checked, .ct-orange.radio.checked {
    color: #FF9500;
}
.ct-red, .ct-red.checkbox.checked .second-icon, .ct-red.radio.checked .second-icon, .ct-red.checkbox.checked, .ct-red.radio.checked {
    color: #FF3B30;
}
input.ct-blue+span.switch-left, input.ct-blue+span+label+span.switch-right {
    background-color: #3472F7;
}
input.ct-azzure+span.switch-left, input.ct-azure+span+label+span.switch-right {
    background-color: #2CA8FF;
}
input.ct-green+span.switch-left, input.ct-green+span+label+span.switch-right {
    background-color: #05AE0E;
}
input.ct-orange+span.switch-left, input.ct-orange+span+label+span.switch-right {
    background-color: #FF9500;
}
input.ct-red+span.switch-left, input.ct-red+span+label+span.switch-right {
    background-color: #FF3B30;
}
.btn, .btn:focus, .btn:active, .btn:active:focus, a.btn {
    border: 1px solid #DDDDDD;
    background-color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 16px;
    color: #f5891f !important;
}
.btn-default, .btn-default:focus, .btn-default:active, .btn-default:active:focus, a.btn-default {
    background-color: #f5891f;
    color: #fff !important;
    border-color: #f5891f;
}
.btn:hover, a.btn:hover, btn:active:hover, .btn.active:focus, .btn.active:hover, .open>.btn.dropdown-toggle, .open>.btn.dropdown-toggle:focus, .open>.btn.dropdown-toggle:hover {
    background-color: #04757a;
    color: #fff !important;
    border-color: #04757a;
}
.homecont .btn:hover, .homecont .btn:focus, .homecont .btn:active, .homecont .btn.active, .homecont .btn:active:focus, .homecont .btn:active:hover, .homecont .btn.active:focus, .homecont .btn.active:hover, .homecont .open>.btn.dropdown-toggle, .homecont .open>.btn.dropdown-toggle:focus, .homecont .open>.btn.dropdown-toggle:hover {
    background-color: #fff;
    color: #f5891f !important;
    border-color: #fff !important;
}
.btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn.disabled:active, .btn.disabled.active, .btn:disabled, .btn:disabled:hover, .btn:disabled:focus, .btn:disabled.focus, .btn:disabled:active, .btn:disabled.active, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus, .btn[disabled]:active, .btn[disabled].active, fieldset[disabled] .btn, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn.focus, fieldset[disabled] .btn:active, fieldset[disabled] .btn.active {
    background-color: #fff;
    border-color: #888888;
}
.btn.btn-fill {
    color: #FFFFFF;
    background-color: #888888;
    opacity: 1;
    filter: alpha(opacity=100);
}
.btn.btn-fill:hover, .btn.btn-fill:focus, .btn.btn-fill:active, .btn.btn-fill.active, .open>.btn.btn-fill.dropdown-toggle {
    background-color: #777777;
    color: #FFFFFF;
}
.btn.btn-fill .caret {
    border-top-color: #FFFFFF;
}
.btn .caret {
    border-top-color: #888888;
}
.btn:hover, .btn:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    outline: 0 !important;
}
.btn:active, .btn.active, .open>.btn.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}
.btn-primary, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus {
    border-color: #04757a;
    background-color: #04757a;
    color: #fff;
}
.btn-primary:hover, .btn-primary:active:hover, .btn-primary.active:focus, .btn-primary.active:hover, .open>.btn-primary.dropdown-toggle, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover {
    background-color: #f5891f;
    border-color: #f5891f;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary:disabled, .btn-primary:disabled:hover, .btn-primary:disabled:focus, .btn-primary:disabled.focus, .btn-primary:disabled:active, .btn-primary:disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: transparent;
    border-color: #3472F7;
}
.btn-primary .caret {
    border-top-color: #3472F7;
}
.btn:disabled, .btn[disabled], .btn.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.btn-round {
    border-width: 1px;
    border-radius: 30px !important;
    padding: 9px 18px;
}
.btn-simple {
    border: 0;
    font-size: 16px;
    padding: 8px 16px;
}
.btn-lg {
    font-size: 18px;
    border-radius: 6px;
    padding: 14px 30px;
    font-weight: 400;
}
.btn-lg.btn-round {
    padding: 15px 30px;
}
.btn-lg.btn-simple {
    padding: 16px 30px;
}
.btn-sm {
    font-size: 12px;
    border-radius: 3px;
    padding: 5px 10px;
}
.btn-sm.btn-round {
    padding: 6px 10px;
}
.btn-sm.btn-simple {
    padding: 7px 10px;
}
.btn-xs {
    font-size: 12px;
    border-radius: 3px;
    padding: 1px 5px;
}
.btn-xs.btn-round {
    padding: 2px 5px;
}
.btn-xs.btn-simple {
    padding: 3px 5px;
}
.btn-wd {
    min-width: 140px;
}
.btn-group.select {
    width: 100%;
}
.btn-group.select .btn {
    text-align: left;
}
.btn-group.select .caret {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 8px;
}
.form-control {
    background-color: #FFFFFF;
    color: #444444;
    border: 1px solid #E5E5E5;
    padding: 10px 12px;
    border-radius: 4px;
    height: 44px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    background-color: #FFFFFF;
    border: 1px solid #9A9A9A;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}
.has-success .form-control, .has-error .form-control, .has-success .form-control:focus, .has-error .form-control:focus {
    border-color: #E3E3E3;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-success .form-control {
    color: #05AE0E;
}
.has-success .form-control:focus {
    border-color: #05AE0E;
}
.has-error .form-control {
    color: #FF3B30;
}
.has-error .form-control:focus {
    border-color: #FF3B30;
}
.form-control+.form-control-feedback {
    border-radius: 6px;
    font-size: 14px;
    padding: 0 12px 0 0;
    position: absolute;
    right: 25px;
    top: 13px;
    vertical-align: middle;
}
/*.open > .form-control {
    border-radius: 4px 4px 0 0;
    border-bottom-color: transparent;
}
*/
.input-lg {
    height: 55px;
    padding: 14px 30px;
}
.has-error .form-control-feedback {
    color: #FF3B30;
}
.has-success .form-control-feedback {
    color: #05AE0E;
}
.input-group-addon {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.has-success .input-group-addon, .has-error .input-group-addon {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
}
.has-error .form-control:focus+.input-group-addon {
    border-color: #FF3B30;
    color: #FF3B30;
}
.has-success .form-control:focus+.input-group-addon {
    border-color: #05AE0E;
    color: #05AE0E;
}
.form-control:focus+.input-group-addon, .form-control:focus~.input-group-addon {
    background-color: #FFFFFF;
    border-color: #9A9A9A;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-right: 0 none;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child) {
    border-left: 0 none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #E3E3E3;
    color: #888888;
    cursor: not-allowed;
}
.input-group-btn .btn {
    border-width: 1px;
    padding: 11px 16px;
}
.input-group-btn .btn-default:not(.btn-fill) {
    border-color: #f5891f;
}
.input-group-focus .input-group-addon {
    border-color: #9A9A9A;
}
/*! * jQuery UI Slider 1.10.4 * http://jqueryui.com * * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/slider/#theming */
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: 4px;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -10px;
    top: -9px;
    border: 2px solid #D81921;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
/* Component containers ----------------------------------*/
.ui-widget {
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 1em;
}
.ui-widget-content {
    background-color: transparent;
}
.ui-widget-content a {
    color: #222222;
}
.ui-widget-header {
    background: #999999;
    color: #222222;
    font-weight: bold;
}
.ui-widget-header a {
    color: #222222;
}
.slider-primary .ui-widget-header {
    background-color: #3a9498;
}
.slider-info .ui-widget-header {
    background-color: #85bbbd;
}
.slider-success .ui-widget-header {
    background-color: #05AE0E;
}
.slider-warning .ui-widget-header {
    background-color: #FF9500;
}
.slider-danger .ui-widget-header {
    background-color: #FF3B30;
}
/* Interaction states ----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: white;
   /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, #f1f1f2 100%);
   /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f1f1f2));
   /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, #f1f1f2 100%);
   /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, #f1f1f2 100%);
   /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 0%, #f1f1f2 100%);
   /* IE10+ */
    background: linear-gradient(to bottom, white 0%, #f1f1f2 100%);
   /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f2', GradientType=0);
   /* IE6-9 */
    border-radius: 50%;
    box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.4);
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}
/* Interaction Cues ----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee;
    color: #363636;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #FF3B30;
    background-color: #FF3B30;
    color: #FF3B30;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #FF3B30;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #FF3B30;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
   /* For IE8 - See #6059 */
}
.alert {
    border: 0;
    border-radius: 0;
    color: #FFFFFF;
    padding: 10px 15px;
    font-size: 14px;
}
.container .alert {
    border-radius: 4px;
}
.navbar .alert {
    border-radius: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 85px;
    width: 100%;
    z-index: 3;
}
.navbar:not(.navbar-transparent) .alert {
    top: 70px;
}
.alert-info {
    background-color: rgba(91, 202, 255, 0.98);
}
.alert-success {
    background-color: rgba(76, 217, 100, 0.98);
}
.alert-warning {
    background-color: rgba(255, 149, 0, 0.98);
}
.alert-danger {
    background-color: rgba(255, 76, 64, 0.98);
}
/* Labels & Progress-bar */
.label {
    padding: 0.2em 0.6em 0.2em;
    border: 1px solid #999999;
    border-radius: 3px;
    color: #999999;
    background-color: #FFFFFF;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px;
}
.label-primary {
    border-color: #3472F7;
    color: #3472F7;
}
.label-info {
    border-color: #2CA8FF;
    color: #2CA8FF;
}
.label-success {
    border-color: #05AE0E;
    color: #05AE0E;
}
.label-warning {
    border-color: #FF9500;
    color: #FF9500;
}
.label-danger {
    border-color: #FF3B30;
    color: #FF3B30;
}
.label.label-fill {
    color: #FFFFFF;
}
.label-primary.label-fill, .progress-bar, .progress-bar-primary {
    background-color: #3472F7;
}
.label-info.label-fill, .progress-bar-info {
    background-color: #2CA8FF;
}
.label-success.label-fill, .progress-bar-success {
    background-color: #05AE0E;
}
.label-warning.label-fill, .progress-bar-warning {
    background-color: #FF9500;
}
.label-danger.label-fill, .progress-bar-danger {
    background-color: #FF3B30;
}
.label-default.label-fill {
    background-color: #999999;
}
.progress {
    background-color: #E5E5E5;
    border-radius: 3px;
    box-shadow: none;
    height: 4px;
}
.progress-thin {
    height: 2px;
}
.tooltip {
    font-size: 14px;
    font-weight: 600;
}
.tooltip.top {
    margin-top: -11px;
    padding: 0;
}
.tooltip.top .tooltip-inner:after {
    border-top: 11px solid #FAE6A4;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: -10px;
}
.tooltip.top .tooltip-inner:before {
    border-top: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: -11px;
}
.tooltip.bottom {
    margin-top: 11px;
    padding: 0;
}
.tooltip.bottom .tooltip-inner:after {
    border-bottom: 11px solid #FAE6A4;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    top: -10px;
}
.tooltip.bottom .tooltip-inner:before {
    border-bottom: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    top: -11px;
}
.tooltip.left {
    margin-left: -11px;
    padding: 0;
}
.tooltip.left .tooltip-inner:after {
    border-left: 11px solid #FAE6A4;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    right: -10px;
    left: auto;
    margin-left: 0;
}
.tooltip.left .tooltip-inner:before {
    border-left: 11px solid rgba(0, 0, 0, 0.2);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    right: -11px;
    left: auto;
    margin-left: 0;
}
.tooltip.right {
    margin-left: 11px;
    padding: 0;
}
.tooltip.right .tooltip-inner:after {
    border-right: 11px solid #FAE6A4;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    left: -10px;
    top: 0;
    margin-left: 0;
}
.tooltip.right .tooltip-inner:before {
    border-right: 11px solid rgba(0, 0, 0, 0.2);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    left: -11px;
    top: 0;
    margin-left: 0;
}
.tooltip-arrow {
    display: none;
    opacity: 0;
}
.tooltip-inner {
    background-color: #FAE6A4;
    border-radius: 4px;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(115, 71, 38, 0.23);
    color: #734726;
    max-width: 260px;
    min-width: 86px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
}
.tooltip-inner:after {
    content: "";
    display: inline-block;
    left: 100%;
    margin-left: -60%;
    position: absolute;
}
.tooltip-inner:before {
    content: "";
    display: inline-block;
    left: 100%;
    margin-left: -60%;
    position: absolute;
}
/* Checkbox and radio */
.checkbox, .radio {
    padding-left: 22px;
    margin: 0;
    position: relative;
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
    font-size: 14px;
    font-weight: normal;
   /*color: #333333;
   */
    cursor: pointer;
}
.checkbox input, .radio input {
    outline: none !important;
    display: none;
}
.checkbox .icons, .radio .icons {
    color: #DDDDDD;
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    text-align: center;
    line-height: 21px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.checkbox .icons .first-icon, .radio .icons .first-icon, .checkbox .icons .second-icon, .radio .icons .second-icon {
    display: inline-table;
    position: absolute;
   /*left: 0;
    top: 0;
   */
    background-color: transparent;
    margin: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.checkbox .icons .second-icon, .radio .icons .second-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox:hover, .radio:hover {
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.checkbox:hover .first-icon, .radio:hover .first-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox:hover .second-icon, .radio:hover .second-icon {
    opacity: 1;
    filter: alpha(opacity=100);
}
.checkbox.checked .icons, .radio.checked .icons {
    color: #f5891f;
}
.checkbox.checked .first-icon, .radio.checked .first-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox.checked .second-icon, .radio.checked .second-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #f5891f;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.checkbox.disabled, .radio.disabled {
    cursor: default;
    color: #DDDDDD !important;
}
.checkbox.disabled .icons, .radio.disabled .icons {
    color: #DDDDDD !important;
}
.checkbox.disabled .first-icon, .radio.disabled .first-icon {
    opacity: 1;
    filter: alpha(opacity=100);
}
.checkbox.disabled .second-icon, .radio.disabled .second-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox.disabled.checked .icons, .radio.disabled.checked .icons {
    color: #DDDDDD;
}
.checkbox.disabled.checked .first-icon, .radio.disabled.checked .first-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox.disabled.checked .second-icon, .radio.disabled.checked .second-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #D9D9D9;
}
/* ============================================================ * bootstrapSwitch v1.3 by Larentis Mattia @spiritualGuru * http://www.larentis.eu/switch/ * ============================================================ * Licensed under the Apache License, Version 2.0 * http://www.apache.org/licenses/LICENSE-2.0 * ============================================================ */
.has-switch {
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.72222;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
   /* this code is for fixing safari bug with hidden overflow for border-radius */
    -webkit-mask: url("../img/mask.png") 0 0 no-repeat;
    -webkit-mask-size: 60px 24px;
    mask: url("../img/mask.png") 0 0 no-repeat;
}
.has-switch.deactivate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}
.has-switch.deactivate label, .has-switch.deactivate span {
    cursor: default !important;
}
.has-switch>div {
    position: relative;
    top: 0;
    width: 100px;
}
.has-switch>div.switch-animate {
    -webkit-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
}
.has-switch>div.switch-off {
    left: -35px;
}
.has-switch>div.switch-on {
    left: 0;
}
.has-switch>div label {
    background-color: #FFFFFF;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f1f1f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f1f1f2));
    background: -webkit-linear-gradient(top, white 0%, #f1f1f2 100%);
    background: -o-linear-gradient(top, white 0%, #f1f1f2 100%);
    background: -ms-linear-gradient(top, white 0%, #f1f1f2 100%);
    background: linear-gradient(to bottom, white 0%, #f1f1f2 100%);
    box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}
.has-switch input[type=checkbox] {
    display: none;
}
.has-switch span {
   /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    */
    cursor: pointer;
    float: left;
    font-size: 11px;
    font-weight: 400;
    height: 24px;
    line-height: 15px;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    text-indent: -10px;
    width: 50%;
    z-index: 1;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}
.has-switch span.switch-left {
    background-color: #2CA8FF;
    border-left: 1px solid transparent;
    border-radius: 30px 0 0 30px;
    color: #FFFFFF;
}
.has-switch .switch-off span.switch-left {
    background-color: #DDDDDD;
}
.has-switch span.switch-right {
    border-radius: 0 30px 30px 0;
    background-color: #2CA8FF;
    color: #ffffff;
    text-indent: 1px;
}
.has-switch .switch-off span.switch-right {
    background-color: #DDDDDD;
}
.has-switch label {
    border-radius: 12px;
    float: left;
    height: 22px;
    margin: 1px -13px;
    padding: 0;
    position: relative;
    transition: all 0.25s ease-out 0s;
    vertical-align: middle;
    width: 22px;
    z-index: 100;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}
.has-switch .switch-on .fa-check:before {
    margin-left: 10px;
}
.has-switch:hover .switch-on label {
    margin: 1px -17px;
    width: 26px;
}
.has-switch:hover .switch-off label {
    margin: 1px -13px;
    width: 26px;
}
.btn-group.select {
    overflow: hidden;
}
.btn-group.select.open {
    overflow: visible;
}
.line {
    border-top: 1px solid #ccc;
}
.paging-content {
    width: 100%;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination li:first-child {
    flex: 1;
}
.pagination li:last-child {
    flex: 1;
    text-align: right;
}
.pagination .active span {
    background-color: #D81921 !important;
    color: #fff;
    border-color: #D81921 !important;
}
/* .page-item.active{
    background:#D81921;
    border-color: #D81921;
    color: #fff;
}
*/
.pagination .active span:hover {
    background-color: #D81921 !important;
    color: #fff;
    border-color: #D81921 !important;
}
.pagination>li:first-child>span::after {
    content: "PREV";
    padding: 5px;
    font-weight: 600;
}
.pagination>li:first-child>span {
   /* background: url('../img/icon_prev.png') no-repeat left center;
    */
    border: 0px !important;
    background-color: transparent !important;
    padding: 15px 22px;
    color: rgba(0, 0, 0, 1);
}
.pagination>li:last-child>a::after {
    content: "NEXT";
    padding: 5px;
    font-weight: 600;
    position: relative;
    left: -60px;
}
.pagination>li:last-child>a {
   /* background: url('../img/icon_next.png') no-repeat right center;
    */
    border: 0px !important;
    background-color: transparent !important;
    padding: 15px 25px;
    color: rgba(0, 0, 0, 1);
    position: relative;
    right: -60px;
}
.pagination>li>a:hover {
    color: #1a1919 !important;
    border: 1px solid #0a0909;
}
.pagination>li>a, .pagination>li>span {
    color: #1a1919;
    border-radius: 50%;
    padding: 8px 14px;
    margin: 10px;
    background-color: transparent !important;
    border: 0px;
}
.panel-group .panel {
    border: 0;
    border-bottom: 1px solid #DDDDDD;
    box-shadow: none;
}
.panel-group .panel-default>.panel-heading {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.panel-group .panel {
    border-radius: 0;
}
.panel-group .panel-title {
    font-size: 18px;
}
.panel-group .panel-title a:hover, .panel-group .panel-title a:focus {
    text-decoration: none;
}
.panel-group .gsdk-collapse {
    display: block;
    height: 0px;
    visibility: visible;
    overflow: hidden;
    transition: all 400ms;
}
.panel-group .panel-title a:hover, .panel-group .panel-title a:focus {
    color: #777777;
}
.panel-group .panel-default>.panel-heading+.panel-collapse.gsdk-collapse>.panel-body {
    box-shadow: inset 0 7px 10px -7px rgba(0, 0, 0, 0.14);
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.carousel-control .fa {
    font-size: 35px;
}
.carousel-control .fa, .carousel-control .icon-prev, .carousel-control .icon-next {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
    margin-top: -17px;
    margin-left: -9px;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
   }
    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
   }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
   }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
   }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
   }
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
   }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
   }
}
@keyframes jump {
    0% {
        transform: translateY(0);
   }
    20% {
        transform: translateY(0);
   }
    40% {
        transform: translateY(-4px);
   }
    50% {
        transform: translateY(0);
   }
    60% {
        transform: translateY(4px);
   }
    80% {
        transform: translateY(0);
   }
    100% {
        transform: translateY(0);
   }
}
@keyframes float {
    0% {
        transform: translatey(0px);
   }
    50% {
        transform: translatey(-30px);
   }
    100% {
        transform: translatey(0px);
   }
}
@keyframes jump3 {
    0% {
        transform: translateY(0);
   }
    20% {
        transform: translateY(0);
   }
    40% {
        transform: translateY(-20px);
   }
    50% {
        transform: translateY(0);
   }
    60% {
        transform: translateY(-10px);
   }
    80% {
        transform: translateY(0);
   }
    100% {
        transform: translateY(0);
   }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .container {
        width: 75%;
       /* text-align: center;
        */
   }
}
/*Ipad ngang(1024 x 768)*/
@media screen and (max-width: 1024px) {
    .container {
        width: 100%;
       /* text-align: center;
        */
   }
}
/*Ipad dọc(768 x 1024) Custom: 812*/
@media screen and (max-width: 812px) {
}
/* Mobile */
@media only screen and (max-width: 480px) {
    .pagination {
        padding: 10px;
   }
    .pagination>li:first-child>span {
        padding: 10px 20px;
   }
    .pagination>li:last-child>a {
        padding: 10px 23px;
        top: -20px;
   }
    .pagination>li>a, .pagination>li>span {
        margin: 7px;
   }
    .pagination>li>a, .pagination>li>span {
        padding: 8px 14px;
   }
}
