:root {
    --btn-text-hover-color: #fff;
    --content-background-color: #F5F6FA;
    --sidebar-width: 280px;
    --body-color: #f1f5f5;
    --primary: #337ab7;
    --primary-dark: #286090;
    --secondary: #6c757d;
    --secondary-dark: #5e666e;
    --default: #fff;
    --default-dark: #fff;
    --success: #5cb85c;
    --success-dark: #54a854;
    --info: #5bc0de;
    --info-dark: #31b0d5;
    --warning: #f0ad4e;
    --warning-dark: #ec971f;
    --danger: #931F1D;
    --danger-dark: #751917;
    --light: #f8f9fa;
    --dark: #343a40;
}


/** general **/

html {
    font-size: 16px;
}

body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow-y: auto !important;
}

/** helper **/

.nth-op-05{
    opacity: 0.5;
}

a {
    color: var(--primary);
}

a:hover,
a:focus {
    color: var(--primary-dark);
    text-decoration: none;
}

h4,
.h4 {
    font-size: 1.4rem;
    font-weight: 300;
}

button,
a {
    outline: none !important;
}

.container-fluid {
    padding-top: 23px !important;
}

/** navbar **/

#bootstrap-overrides nav.navbar .dropdown-menu#nth-lang-selector a{
    line-height: 20px;
}

textarea,
textarea.form-control,
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
[type=text].form-control,
[type=password].form-control,
[type=email].form-control,
[type=tel].form-control,
[contenteditable].form-control {
    padding: 0;
    border: none;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 -1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd;
    font-size: 16px;
    border-radius: 0;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    -webkit-box-shadow: inset 0 -2px 0 var(--primary);
    box-shadow: inset 0 -2px 0 var(--primary);
}

:focus {
    outline: none !important;
}

.form-control {
    box-shadow: none;
    height: 45px;
    padding: 10px 16px;
}

.help-block {
    font-size: .8rem;
}

.nth-optional {
    opacity: 0.6;
    font-size: 90%;
    margin-left: 5px;
}

/*helper*/

.mb-0 {
    margin-bottom: 0;
}

/**select**/

select:focus,
select.form-control:focus {
    -webkit-box-shadow: inset 0 -2px 0 var(--primary);
    box-shadow: inset 0 -2px 0 var(--primary);
}

#bootstrap-overrides .checkboxinput {
    margin-right: 4px;
}

#bootstrap-overrides .radio {
    margin-left: 25px;
}

#bootstrap-overrides .table-action {
    width: 45px;
    height: 45px;
    margin: 0 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
}

#bootstrap-overrides .fresh-table {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 37, 132, .06);
    padding: 10px;
}

.fresh-table .fixed-table-toolbar .columns label {
    font-size: 11px !important;
}

#bootstrap-overrides .fresh-table:hover {
    box-shadow: 0 10px 30px rgba(0, 37, 132, 0.095) !important;
}

.fresh-table .fixed-table-container thead th .th-inner {
    padding: 20px 17px !important;
}

#bootstrap-overrides .modal {
    margin-top: 50px;
}

#bootstrap-overrides .navbar-toggle span {
    background-color: rgba(0, 0, 0, 0.5);
}

#bootstrap-overrides .wrapper {
    width: 100% !important;
}

#bootstrap-overrides .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
}

#bootstrap-overrides .modal-content {
    margin: 0 10px 0 10px;
    border-radius: 15px;
    width: 55%;
    box-shadow: none;
}

#bootstrap-overrides .btn-nethive {
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.03), 0 2px 10px 0 rgba(0, 0, 0, 0.04);
    padding: 8px 25px;
    opacity: 1;
    background-color: var(--primary);
    color: #fff;
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 400;
}

#bootstrap-overrides .btn {
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06), 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    padding: 8px 25px;
    opacity: 1;
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 400;
}

#bootstrap-overrides .btn-primary {
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.03), 0 2px 10px 0 rgba(0, 0, 0, 0.04);
    padding: 8px 25px;
    opacity: 1;
    background-color: var(--primary);
    color: #fff;
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 400;
    border: none;
}

#bootstrap-overrides .btn-danger {
    background-color: var(--danger);
    color: #fff;
}

#bootstrap-overrides .btn-danger:hover {
    background-color: var(--danger-dark);
}

#bootstrap-overrides .btn-nethive:hover {
    background-color: var(--primary-dark);
    color: #fff;
}

#bootstrap-overrides .btn-nethive:disabled,
.btn-nethive[disabled],
.btn-nethive.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#bootstrap-overrides .fileinput-upload,
#bootstrap-overrides .fileinput-remove {
    border-radius: 0;
}

#bootstrap-overrides .btn.btn-file {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#bootstrap-overrides .form-control.file-caption {
    border: 1px solid #ddd;
}

#bootstrap-overrides #scroll-up {
    z-index: 9999;
    width: 60px;
    height: 60px;
}

.fixed-table-toolbar .dropdown-menu {
    max-height: none !important;
}

#bootstrap-overrides .btn-secondary {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
}


/*bootstrap-btn*/

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.7 !important;
}

#bootstrap-overrides .btn-default {
    color: #333;
    background-color: var(--default);
    border-color: var(--default);
}

#bootstrap-overrides .btn-default:focus,
#bootstrap-overrides .btn-default.focus {
    color: #333;
    background-color: var(--default-dark);
    border-color: var(--default-dark);
}

#bootstrap-overrides .btn-default:hover {
    color: #333;
    background-color: var(--default-dark);
    border-color: var(--default-dark);
}

#bootstrap-overrides .btn-default:active,
#bootstrap-overrides.btn-default.active,
#bootstrap-overrides.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: var(--default-dark);
    border-color: var(--default-dark);
}

#bootstrap-overrides .btn-default:active:hover,
#bootstrap-overrides .btn-default.active:hover,
#bootstrap-overrides .open > .dropdown-toggle.btn-default:hover,
#bootstrap-overrides .btn-default:active:focus,
#bootstrap-overrides .btn-default.active:focus,
#bootstrap-overrides .open > .dropdown-toggle.btn-default:focus,
#bootstrap-overrides .btn-default:active.focus,
#bootstrap-overrides .btn-default.active.focus,
#bootstrap-overrides .open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: var(--default-dark);
    border-color: var(--default-dark);
}

#bootstrap-overrides .btn-default:active,
#bootstrap-overrides .btn-default.active,
#bootstrap-overrides .open > .dropdown-toggle.btn-default {
    background-image: none;
}

#bootstrap-overrides .btn-default.disabled:hover,
#bootstrap-overrides .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 {
    color: #333;
    background-color: var(--default-dark);
    border-color: var(--default-dark);
    opacity: 0.7 !important;
    cursor: not-allowed;
}

#bootstrap-overrides .btn-default .badge {
    color: #333;
    background-color: var(--default);
}

#bootstrap-overrides .btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

#bootstrap-overrides .btn-primary:focus,
#bootstrap-overrides .btn-primary.focus {
    color: #fff;
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

#bootstrap-overrides .btn-primary:hover {
    color: #fff;
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

#bootstrap-overrides .btn-primary:active,
#bootstrap-overrides .btn-primary.active,
#bootstrap-overrides .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

#bootstrap-overrides .btn-primary:active:hover,
#bootstrap-overrides .btn-primary.active:hover,
#bootstrap-overrides .open > .dropdown-toggle.btn-primary:hover,
#bootstrap-overrides .btn-primary:active:focus,
#bootstrap-overrides .btn-primary.active:focus,
#bootstrap-overrides .open > .dropdown-toggle.btn-primary:focus,
#bootstrap-overrides .btn-primary:active.focus,
#bootstrap-overrides .btn-primary.active.focus,
#bootstrap-overrides .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

#bootstrap-overrides .btn-primary:active,
#bootstrap-overrides .btn-primary.active,
#bootstrap-overrides .open > .dropdown-toggle.btn-primary {
    background-image: none;
}

#bootstrap-overrides .btn-primary.disabled:hover,
#bootstrap-overrides .btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
#bootstrap-overrides .btn-primary.disabled:focus,
#bootstrap-overrides.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
#bootstrap-overrides .btn-primary.disabled.focus,
#bootstrap-overrides .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    opacity: 0.7 !important;
    cursor: not-allowed;
}

#bootstrap-overrides .btn-primary .badge {
    color: var(--primary);
    background-color: #fff;
}

#bootstrap-overrides .btn-success {
    color: #fff;
    background-color: var(--success);
    border-color: var(--success);
}

#bootstrap-overrides .btn-success:focus,
#bootstrap-overrides .btn-success.focus {
    color: #fff;
    background-color: var(--success-dark);
    border-color: var(--success-dark);
}

#bootstrap-overrides .btn-success:hover {
    color: #fff;
    background-color: var(--success-dark);
    border-color: var(--success-dark);
}

#bootstrap-overrides .btn-success:active,
#bootstrap-overrides .btn-success.active,
#bootstrap-overrides .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: var(--success-dark);
    border-color: var(--success-dark);
}

#bootstrap-overrides .btn-success:active:hover,
#bootstrap-overrides .btn-success.active:hover,
#bootstrap-overrides .open > .dropdown-toggle.btn-success:hover,
#bootstrap-overrides .btn-success:active:focus,
#bootstrap-overrides .btn-success.active:focus,
#bootstrap-overrides .open > .dropdown-toggle.btn-success:focus,
#bootstrap-overrides .btn-success:active.focus,
#bootstrap-overrides .btn-success.active.focus,
#bootstrap-overrides .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: var(--success-dark);
    border-color: var(--success-dark);
}

#bootstrap-overrides .btn-success:active,
#bootstrap-overrides .btn-success.active,
#bootstrap-overrides .open > .dropdown-toggle.btn-success {
    background-image: none;
}

#bootstrap-overrides .btn-success.disabled:hover,
#bootstrap-overrides .btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
#bootstrap-overrides .btn-success.disabled:focus,
#bootstrap-overrides .btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
#bootstrap-overrides .btn-success.disabled.focus,
#bootstrap-overrides .btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: var(--success-dark);
    border-color: var(--success-dark);
    opacity: 0.7 !important;
    cursor: not-allowed;
}

#bootstrap-overrides .btn-success .badge {
    color: var(--success);
    background-color: #fff;
}

#bootstrap-overrides .btn-info {
    color: #fff;
    background-color: var(--info);
    border-color: var(--info);
}

#bootstrap-overrides .btn-info:focus,
#bootstrap-overrides .btn-info.focus {
    color: #fff;
    background-color: var(--info-dark);
    border-color: var(--info-dark);
}

#bootstrap-overrides .btn-info:hover {
    color: #fff;
    background-color: var(--info-dark);
    border-color: var(--info-dark);
}

#bootstrap-overrides .btn-info:active,
#bootstrap-overrides .btn-info.active,
#bootstrap-overrides .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: var(--info-dark);
    border-color: var(--info-dark);
}

#bootstrap-overrides .btn-info:active:hover,
#bootstrap-overrides .btn-info.active:hover,
#bootstrap-overrides .open > .dropdown-toggle.btn-info:hover,
#bootstrap-overrides .btn-info:active:focus,
#bootstrap-overrides .btn-info.active:focus,
#bootstrap-overrides .open > .dropdown-toggle.btn-info:focus,
#bootstrap-overrides .btn-info:active.focus,
#bootstrap-overrides .btn-info.active.focus,
#bootstrap-overrides .open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: var(--info-dark);
    border-color: var(--info-dark);
}

#bootstrap-overrides .btn-info:active,
#bootstrap-overrides .btn-info.active,
#bootstrap-overrides .open > .dropdown-toggle.btn-info {
    background-image: none;
}

#bootstrap-overrides .btn-info.disabled:hover,
#bootstrap-overrides .btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
#bootstrap-overrides .btn-info.disabled:focus,
#bootstrap-overrides .btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
#bootstrap-overrides .btn-info.disabled.focus,
#bootstrap-overrides .btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: var(--info-dark);
    border-color: var(--info-dark);
    opacity: 0.7 !important;
    cursor: not-allowed;
}

#bootstrap-overrides .btn-info .badge {
    color: var(--info);
    background-color: #fff;
}

#bootstrap-overrides .btn-warning {
    color: #fff;
    background-color: var(--warning);
    border-color: var(--warning);
}

#bootstrap-overrides .btn-warning:focus,
#bootstrap-overrides .btn-warning.focus {
    color: #fff;
    background-color: var(--warning-dark);
    border-color: var(--warning-dark);
}

#bootstrap-overrides .btn-warning:hover {
    color: #fff;
    background-color: var(--warning-dark);
    border-color: var(--warning-dark);
}

#bootstrap-overrides .btn-warning:active,
#bootstrap-overrides .btn-warning.active,
#bootstrap-overrides .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: var(--warning-dark);
    border-color: var(--warning-dark);
}

#bootstrap-overrides .btn-warning:active:hover,
#bootstrap-overrides .btn-warning.active:hover,
#bootstrap-overrides .open > .dropdown-toggle.btn-warning:hover,
#bootstrap-overrides .btn-warning:active:focus,
#bootstrap-overrides .btn-warning.active:focus,
#bootstrap-overrides .open > .dropdown-toggle.btn-warning:focus,
#bootstrap-overrides .btn-warning:active.focus,
#bootstrap-overrides .btn-warning.active.focus,
#bootstrap-overrides .open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: var(--warning-dark);
    border-color: var(--warning-dark);
}

#bootstrap-overrides .btn-warning:active,
#bootstrap-overrides .btn-warning.active,
#bootstrap-overrides .open > .dropdown-toggle.btn-warning {
    background-image: none;
}

#bootstrap-overrides .btn-warning.disabled:hover,
#bootstrap-overrides .btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
#bootstrap-overrides .btn-warning.disabled:focus,
#bootstrap-overrides .btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
#bootstrap-overrides .btn-warning.disabled.focus,
#bootstrap-overrides .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: var(--warning-dark);
    border-color: var(--warning-dark);
    opacity: 0.7 !important;
    cursor: not-allowed;
}

#bootstrap-overrides .btn-warning .badge {
    color: var(--warning);
    background-color: #fff;
}

#bootstrap-overrides .btn-danger {
    color: #fff;
    background-color: var(--danger);
    border-color: var(--danger);
}

#bootstrap-overrides .btn-danger:focus,
#bootstrap-overrides .btn-danger.focus {
    color: #fff;
    background-color: var(--danger-dark);
    border-color: var(--danger-dark);
}

#bootstrap-overrides .btn-danger:hover {
    color: #fff;
    background-color: var(--danger-dark);
    border-color: var(--danger-dark);
}

#bootstrap-overrides .btn-danger:active,
#bootstrap-overrides .btn-danger.active,
#bootstrap-overrides .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: var(--danger-dark);
    border-color: var(--danger-dark);
}

#bootstrap-overrides .btn-danger:active:hover,
#bootstrap-overrides .btn-danger.active:hover,
#bootstrap-overrides .open > .dropdown-toggle.btn-danger:hover,
#bootstrap-overrides .btn-danger:active:focus,
#bootstrap-overrides .btn-danger.active:focus,
#bootstrap-overrides .open > .dropdown-toggle.btn-danger:focus,
#bootstrap-overrides .btn-danger:active.focus,
#bootstrap-overrides .btn-danger.active.focus,
#bootstrap-overrides .open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: var(--danger-dark);
    border-color: var(--danger-dark);
}

#bootstrap-overrides .btn-danger:active,
#bootstrap-overrides .btn-danger.active,
#bootstrap-overrides .open > .dropdown-toggle.btn-danger {
    background-image: none;
}

#bootstrap-overrides .btn-danger.disabled:hover,
#bootstrap-overrides .btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
#bootstrap-overrides .btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
#bootstrap-overrides .btn-danger.disabled.focus,
#bootstrap-overrides .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: var(--danger-dark);
    border-color: var(--danger-dark);
    opacity: 0.7 !important;
    cursor: not-allowed;
}

#bootstrap-overrides .btn-danger .badge {
    color: var(--danger);
    background-color: #fff;
}


/*panel*/

.panel-group .panel {
    border-radius: 15px;
}

.panel {
    margin: 0 0 23px 0 !important;
    padding: 0;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 37, 132, .06);
}

.panel-body {
    padding: 2rem;
}

.panel-default > .panel-heading {
    padding: .75rem 2rem;
    border-bottom: 1px dashed #22222212;
    background-color: transparent;
}

.panel-heading {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.panel-footer {
    padding: 1rem 2rem;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: transparent;
}

.nav-tabs {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #f7f7f7;
    margin: 0 -2rem;
}

.nth-panel-tabs > .panel-body {
    padding-top: 0;
}

.nav-tabs.nav-justified {
    margin: 0;
}


/*tabs*/

#bootstrap-overrides .nav.nav-tabs > li a {
    border-radius: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    padding: 16px 20px;
    background-color: #f7f7f7;
    color: #444;
}

#bootstrap-overrides .nth-timing-card .nav.nav-tabs > li a {
    padding: 15px 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
    border-radius: 15px;
    background-color: #fff !important;
}

#bootstrap-overrides .nav.nav-tabs li:last-child a {
    border-top-right-radius: 15px;
}

#bootstrap-overrides .nav.nav-tabs li:first-child a {
    border-top-left-radius: 15px;
}

.nav.nav-tabs li:first-child a {
    border-top-right-radius: 15px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}


/****/

#navbar-header.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

.fresh-table .bootstrap-table .table > tbody > tr {
    border-bottom: 1px solid #f1f5f5;
    height: 70px;
}

.fresh-table .table > thead > tr > th,
.fresh-table .table > tbody > tr > th,
.fresh-table .table > tfoot > tr > th {
    border-color: #e8eef3;
}

a[name="collapse_column"] {
    text-decoration: underline;
}

/*deve stare in fondo perchè sovrascrive la classe btn-nethive*/

#bootstrap-overrides .table-action,
#bootstrap-overrides .pager a {
    padding: 5px 14px;
    background-color: #fff;
    border: none;
    color: var(--primary);
    font-size: 14px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.10), 0 2px 10px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.10), 0 2px 10px 0 rgba(0, 0, 0, 0.10);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}


/*checkbox*/

input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
    background-color: #e8e8e8;
    border: 2px solid #e8e8e8;
}

input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before {
    background-color: var(--primary);
}

input[type="radio"]:checked:after,
.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
    border-color: var(--primary);
}

input[type="checkbox"]:focus:after,
.checkbox input[type="checkbox"]:focus:after,
.checkbox-inline input[type="checkbox"]:focus:after {
    border-color: var(--primary);
}

input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
    background-color: var(--primary);
    border-color: var(--primary);
}


/*utility*/

.nth-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.nth-space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nth-btn-footer {
    display: flex;
    justify-content: flex-end;
}

.nth-page-title {
    font-size: 1.8rem;
    margin-bottom: 23px;
    padding: 0 10px;
    font-weight: 400;
    color: #616161;
}


/*add-lang*/

#dropDownLanguage {
    background-color: #F7F7F7 !important;
    color: #444 !important;
}

.panel-default > #lang-tabs-header {
    padding: 0;
    border: none;
}

#lang-tab-content .panel {
    margin: 0 !important;
}

#bootstrap-overrides .nav.nav-tabs#lang-tabs li:nth-child(2) a {
    border-top-left-radius: 15px;
}

#bootstrap-overrides .nav.nav-tabs#lang-tabs li:nth-last-child(2) a {
    border-top-right-radius: 15px;
}

.panel-heading[aria-expanded="true"] .fa.fa-chevron-down {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#bootstrap-overrides .nav.nav-tabs#lang-tabs li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*timing*/

.nth-time-row {
    padding: 0 2rem 3rem;
    border-radius: 15px;
    margin: 20px 0px;
    border: 1px dashed var(--primary);
}

.nth-time-row .nth-space-between {
    margin: 2rem 0;
}

.nth-time-row .nth-space-between span {
    font-size: 20px;
}

.nth-time-row .nth-space-between span.fa.fa-trash {
    color: #fff;
    background-color: #931F1D;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    bottom: 0px;
    right: -14px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06), 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    cursor: pointer;
}

.bootstrap-datetimepicker-widget .btn {
    box-shadow: none;
}

.nth-timing-card.panel-default > .panel-heading {
    padding: 0;
    border: none;
}

#day_ul_div p.nth-space-between {
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 300;
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 15px;
}

#day_ul_div p.nth-space-between .btn {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nth-timing-badge {
    position: absolute;
    right: 0;
    top: -10px;
    background: var(--secondary);
    height: 30px;
    width: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}


/*timepicker*/

#bootstrap-overrides .timepicker-picker .btn {
    background-color: transparent;
    box-shadow: none;
}

#bootstrap-overrides .timepicker-picker .btn span {
    background-color: #eaeaea;
    border-radius: 10px;
}


/*login*/

body.nth-no_authenticated .panel {
    border-radius: 0;
}

body.nth-no_authenticated .navbar-img > img {
    margin: 10px !important;
}

.nth-login .panel {
    width: 80%;
    opacity: 0.96 !important;
    z-index: 10;
}

.nth-login .panel-default > .panel-heading {
    border-bottom: 1px solid transparent;
    text-align: center;
}

.nth-login .panel-title {
    font-size: 2rem;
}

.nth-login .panel-body {
    padding: 4rem 3rem 2rem;
}

.nth-login .panel-footer {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: transparent;
    padding: 2rem;
}

.nth-login .controls.col-md-12 {
    text-align: right;
}

.nth-login .form-horizontal .control-label {
    text-align: left;
}

.nth-login-intro {
    margin-right: 200px;
    display: none;
}

.nth-login-intro h2 {
    color: rgba(255, 255, 255, 0.6);
}

.nth-login-intro h5 {
    color: rgba(255, 255, 255, 0.3);
}

.nth-login-row > .col-xs-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 50px);
}

body.nth-no_authenticated #id_email {
    background-image: url("../img/icons/mail.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px;
    color: var(--primary);
    font-weight: 500;
}

body.nth-no_authenticated #id_password {
    background-image: url("../img/icons/password.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px;
    color: var(--primary);
    font-weight: 500;
}

/****NEW****/
body#bootstrap-overrides.nth-no_authenticated #content {
    background-image: none;
}

body.nth-no_authenticated .container-fluid {
    background-image: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: calc(100vh - 50px);
}

body.nth-no_authenticated #navbar-header.container-fluid {
    min-height: auto;
    background-image: none;

}

body.nth-no_authenticated footer {
    background-color: transparent !important;
}

body.nth-no_authenticated footer a {
    color: #fff !important;
    opacity: 0.3;
    font-size: .7rem;
}


/*wave*/

.nth-wave-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.waves {
    position: relative;
    width: 100%;
    height: 120vh;
    margin-bottom: -8px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 350px;
}


/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}


/*animated*/

.nth-animated {
    -webkit-animation: slideIn 1.5s forwards;
    -moz-animation: slideIn 1.5s forwards;
    animation: slideIn 1.5s forwards;
}

@-webkit-keyframes slideIn {
    0% {
        transform: translateY(-900px);
    }
    100% {
        transform: translateY(0);
    }
}

@-moz-keyframes slideIn {
    0% {
        transform: translateY(-900px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(-900px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 520px) {
    #bootstrap-overrides .navbar-right {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .navbar-toggle {
        display: block;
    }

    .panel-default > .panel-heading {
        padding: .75rem 1rem;
    }

    #bootstrap-overrides .navbar-right {
        font-size: 14px;
    }

    .waves {
        height: 150px;
        min-height: 40px;
    }

    .panel-body {
        padding: 1.2rem;
    }

    .panel-footer {
        padding: 1.2rem;
    }

    .nth-time-row .nth-space-between span.fa.fa-trash {
        bottom: 30px;
        right: -14px;
    }

    #bootstrap-overrides .modal-dialog {
        width: 100%;
        margin-left: 0;
    }

    #bootstrap-overrides .modal-content {
        width: 100%;
    }

    #bootstrap-overrides .modal.fade.in {
        display: flex !important;
    }

    /*tabs*/
    .nav-tabs {
        margin: 0 -1.2rem;
        background-color: transparent;
    }

    .nav-tabs {
        margin: 0 -1.2rem;
    }

    #bootstrap-overrides .nav.nav-tabs > li a {
        border-radius: 50px;
        padding: 10px 20px;
        margin: 10px 5px;
    }

    #bootstrap-overrides #lang-tabs.nav.nav-tabs > li a {
        padding: 10px;
        width: 90px;
        height: 45px;
        border-radius: 50px;
        background-color: #f7f7f7;
        margin: 10px 5px;
    }

    .nav-tabs > li > a,
    .nav-tabs > li > a:focus {
        box-shadow: none;
        background-color: #fff;
    }

    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus:hover {
        background-color: var(--primary);
        color: #fff;
    }

    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus:hover {
        box-shadow: none;
        color: var(--primary);
    }

    #bootstrap-overrides .nav.nav-tabs li:first-child a {
        border-top-left-radius: 50px;
    }

    #bootstrap-overrides .nav.nav-tabs li:last-child a {
        border-top-right-radius: 50px;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus {
        background-color: var(--primary) !important;
        box-shadow: none !important;
        color: #fff !important;
    }

    .nav-tabs.nav-justified > li {
        float: left !important;
        width: auto;
    }

    /*language*/
    #bootstrap-overrides .nav.nav-tabs > li a#dropDownLanguage {
        justify-content: center;
        width: 45px;
    }

    #bootstrap-overrides .nav.nav-tabs#lang-tabs li:nth-child(2) a {
        border-top-left-radius: 50px;
    }

    #bootstrap-overrides .nav.nav-tabs#lang-tabs li:nth-last-child(2) a {
        border-top-right-radius: 50px;
    }

    /*timing*/
    #bootstrap-overrides .nth-timing-card .nav.nav-tabs > li a {
        padding: 10px;
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /**/
}


.nth-login .panel {
    margin: 20px 0 !important;
}

@media (max-width: 1600px) {
    .nth-login .panel {
        width: 100%;
    }
}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .nth-login-intro {
        display: block;
    }
}
