/*
* ADMIN CSS FILE
* Client: ČOS
* Author: PixelBrothers.cz
* Theme: Light Bootstrap Dashboard v2.0.1
* Date: 10/19
*/

@font-face {
    font-family: Tyrs;
    src: url(../../../assets/fonts/SokolTyrs-Regular.eot);
    src: url(../../../assets/fonts/SokolTyrs-Regular.eot?#iefix) format("embedded-opentype"),
         url(../../../assets/fonts/SokolTyrs-Regular.woff2) format("woff2"),
         url(../../../assets/fonts/SokolTyrs-Regular.woff) format("woff");
}

@font-face {
    font-family: Fugner;
    src: url(../../../assets/fonts/SokolFugner-Regular.eot);
    src: url(../../../assets/fonts/SokolFugner-Regular.eot?#iefix) format("embedded-opentype"),
         url(../../../assets/fonts/SokolFugner-Regular.woff2) format("woff2"),
         url(../../../assets/fonts/SokolFugner-Regular.woff) format("woff");
}

.f-fugner {
    font-family: Fugner !important
}

.f-tyrs {
    font-family: Tyrs !important
}

.legend > .d-flex {
    padding-right: 1rem;
    align-items: center;
}

div.color-green > span {
    color: #87CB16 !important;
}

div.color-red > span {
    color: #E40521 !important;
}

.legend > .d-flex > span {
    margin-right: .5rem;
}

.input-group.d-flex {
    flex-direction: row;
}

.input-group.d-flex > .input-group-prepend,
.input-group.d-flex > .input-group-append {
    flex: none;
}

.input-group.d-flex > .input-group-prepend > .form-control {
    border-left: 1px solid #E3E3E3 !important;
    border-radius: 4px 0 0 4px !important;
}

.input-group.d-flex > .input-group-append > .form-control {
    border-right: 1px solid #E3E3E3 !important;
    border-radius: 0 4px 4px 0 !important;
}

.sokol-hr {
    border: 1px solid #E40521;
}

.custom-input > input:checked:disabled + span:before {
    background: #888 !important;
    border-color: #888 !important;
}

.custom-input > input:disabled + span:before {
    border-color: #888 !important;
}

.custom-input > input:disabled + span:hover:before {
    box-shadow: none !important;
}

.cursor-no-drop {
    cursor: no-drop !important;
}

.logo.open {
    position: relative;
}

.logo .dropdown-menu {
    width: 90%;
    left: 5%;
    top: 80%;
}

.logo > a:hover {
    background: rgba(255, 255, 255, 0.13);
    border-radius: 4px;
}

.sidebar .nav li > a + a {
    display: none;
    border-radius: 25px;
    background-color: transparent !important;
    position: absolute;
    right: 20px;
    top: 5px;
    margin: 0 !important;
    padding: 5px;
}

.sidebar .nav li > a + a > i {
    margin-right: 0 !important;
}

.sidebar .nav li:hover > a + a {
    display: block;
}

.sidebar .nav li:hover > a + a:hover {
    background-color: rgba(255, 255, 255, 0.13) !important;
}

.flex-direction-column {
    flex-direction: column;
}

.row.classic-gutters > [class*="col-"] {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.d-none {
    display: none;
}

.btn {
    border-width: 1px !important;
}

.text-white {
    color: #fff !important;
}

.text-danger-hover:hover {
    color: #C6041D !important;
}

.right-0 {
    left: auto !important;
    right: 0 !important;
}

.ml-auto {
    margin-left: auto !important;
}

.w-100 {
    width: 100%;
    max-width: 100%;
}

.nowrap {
    white-space: nowrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.main-panel .navbar-fixed {
    position: fixed;
    right: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .main-panel .navbar-fixed {
        width: calc(100% - 260px);
    }
}

@media (max-width: 767px) {
    .main-panel .navbar-fixed {
        left: 0;
    }
}

.main-panel .navbar-fixed + .content {
    padding-top: 90px;
    min-height: calc(100vh - 61px);
}

.nav-config .navbar-inner {
    display: inline-flex;
}

.nav-config .nav > li > ul > li > a {
    padding: 10px 15px;
}

.nav-config .nav > li > ul > li > a.handle,
.nav-config .nav > li > ul > li > ul > li > a.handle {
    cursor: grab !important;
}

.nav-config .nav > li > ul > li > a.handle:active,
.nav-config .nav > li > ul > li > ul > li > a.handle:active {
    cursor: grabbing !important;
}

.nav-config .dropdown > .dropdown-menu {
    border-radius: 0 0 10px 10px;
    border-top: 0 !important;
}

.nav-config .dropright {
    position: relative;
}

.nav-config .dropright:hover {
    background-color: #F5F5F5;
}

.nav-config .dropright > .dropdown-menu {
    top: 0;
    left: calc(100% - 1px);
    border-left: 0 !important;
    border-radius: 0 10px 10px 0 !important;
}

.nav-config .dropright > .dropdown-menu > li:last-child > a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
}

.nav-config .dropright > .dropdown-menu > li:first-child > a {
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
}

.nav-config .dropdown-menu > li:first-child > a {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.middle {
    display: flex;
    align-items: center;
}

.center {
    display: flex;
    justify-content: center;
}

.login .content {
    max-width: 95%;
}

.card-user .avatar.border-custom {
    border-color: #F7F7F8;
}

.login > .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login .login-card {
    width: 450px;
    max-width: 100%;
    margin: 0 !important;
}

/* .sidebar .nav > li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
} */

.noborder input,
.noborder textarea {
    width: 100%;
    text-align: center;
    border: 0;
    background: transparent;
    color: #000;
    padding: 0 20px;
    min-width: 100%;
    max-width: 100%;
}

.form-control.invisible-form {
    border: 0 none !important;
    border-radius: 0 0 0 0 !important;
    border-bottom: 1px solid #eee !important;
}

.team-member {
    position: relative;
    top: 60px;
    margin-bottom: 80px;
}

.partner {
    position: relative;
    top: 60px;
    min-height: 350px;
    margin-bottom: 40px;
}

.team-member .author {
    margin: 0 !important;
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
}

.partner .author {
    margin: 0 !important;
    left: 0;
    right: 0;
}

.partner .author h4,
.partner .author p {
    padding: 0 15px;
}

.team-member .content {
    /* min-height: 156px!important; */
    margin-bottom: 19px;
}

.card-user .avatar.border-gray {
    border-color: #F7F7F8 !important;
}

.partner .content {
    /* min-height: 316px!important; */
    margin-bottom: 19px;
}

.team-member .avatar,
.partner .avatar {
    background-color: #EEEEEE;
    width: auto;
    height: 124px;
}

.team-member .photo,
.partner .photo {
    margin-bottom: 30px !important;
}

.pointer {
    cursor: pointer !important;
}

.invisible-image-input {
    visibility: hidden;
    width: 0 !important;
    height: 0 !important;
}

#sortable > div .handle,
#sortable .handle,
.sortable .handle {
    cursor: move;
}

#memberModal .avatar,
#partnerModal .avatar {
    width: 124px;
    height: 124px;
    border: 5px solid #fff;
    border-radius: 50%;
}

@media (min-width: 768px) {
    #memberModal .avatar,
    #partnerModal .avatar {
        margin-left: -62px;
    }
}

@media (max-width: 767px) {
    #memberModal .avatar,
    #partnerModal .avatar {
        margin: 0 auto;
    }
}

.author .invisible-form {
    background-color: #fff;
    font-weight: 400;
}

.cover-image-input {
    visibility: hidden;
    height: 1px;
    width: 1px;
}

.img-user-admin-photo {
    height: 36px;
}

body:not(.events) .f-cat {
    display: none;
}

body:not(.events) .f-cat.active {
    display: table-row !important;
}

#dad-wrapper {
    text-align: center;
    margin: 0 15px;
    max-width: 100%;
}

#drop-area {
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 165px;
    height: auto;
    background-color: white;
    border: 3px dashed #ccc;
    border-radius: 15px;
}

.drop-text {
    margin-top: 70px;
    color: grey;
    font-size: 25px;
    font-weight: bold;
}

.active .drop-text {
    display: none;
}

#drop-area img {
    max-height: 135px;
    margin: 15px 7.5px;
}

.mt-0 {
    margin-top: 0 !important;
}

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

.mt-1 {
    margin-top: 1em !important;
}

.mt-2 {
    margin-top: 2em !important;
}

.mt-3 {
    margin-top: 3em !important;
}

.mt-4 {
    margin-top: 4em !important;
}

.mb-2 {
    margin-bottom: 2em !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 1em !important;
}

.pb-2 {
    padding-bottom: 2em !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pl-5 {
    padding-left: 2.5rem !important;
}

.gps-autoset {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

.gps-autoset:hover {
    color: #000;
    text-decoration: underline;
}

.admin-img {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin: 15px;
    float: left;
    width: calc(50% - 30px);
    height: 150px;
    background-color: #ccc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    border: 2px solid #fff;
}

.admin-img:hover {
    border: 2px solid #E40521;
}

/* .col-sm for larger mobile phones (devices with resolutions ≥ 576px); */
@media (min-width: 576px) {
    .admin-img {
        width: calc(33.33% - 30px);
        height: 100px;
    }
}

/* .col-md for tablets (≥768px); */
@media (min-width: 768px) {
    .admin-img {
        width: calc(25% - 30px);
        height: 150px;
    }
}

/* .col-lg for laptops (≥992px); */
@media (min-width: 992px) {
    .admin-img {
        width: calc(20% - 30px);
        height: 100px;
    }
}

/* .col-xl for desktops (≥1200px); */
@media (min-width: 1200px) {
    .admin-img {
        width: calc(12.5% - 30px);
        height: 115px;
    }
}

.admin-img > a {
    width: 25px;
    height: 25px;
    background: rgba(228, 5, 33, 1);
    position: absolute;
    color: #fff;
    text-align: center;
    line-height: 25px;
    display: none;
}

.admin-img > a.delete {
    right: -2px;
    bottom: -2px;
    border-radius: 50% 0;
}

.admin-img > a.edit {
    background-color: rgba(255, 255, 255, .9);
    width: auto;
    height: auto;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #E40521;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.admin-img > a.handle {
    left: -2px;
    top: -2px;
    border-radius: 50% 0;
}

.admin-img:hover > a {
    display: block;
}

.admin-img:hover > a.edit {
    display: flex !important;
}

.on-hover {
    visibility: hidden;
}

a:hover > .on-hover {
    visibility: visible;
}

.upload-container {
    position: relative;
    height: fit-content;
}

.upload-viewer {
    /* position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; */
    padding: 15px;
    border: 5px dashed #ccc;
    border-radius: 15px;
    width: 100%;
    height: fit-content;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

input#images,
input#docs {
    padding: 80px;
    position: relative;
    border: 5px dashed #ccc;
    background-color: #f7f7f8;
    border-radius: 15px;
    height: auto;
}

input#images::after,
input#docs::after {
    content: "Přesuňte sem položky nebo klikněte zde";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f7f7f8;
    border-radius: 15px;
    font-size: 25px;
    color: #ccc;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: copy;
}

input#images:valid::after {
    content: "Hotovo. Klikněte na tlačítko Nahrát fotky!";
}

/* input#docs:valid::after {
  content: "Hotovo. Klikněte na tlačítko Nahrát dokumenty!";
  padding: 80px; } */
input#images:valid,
input#docs:valid {
    border-color: #A1E82D;
}

input#images:hover,
input#docs:hover {
    border-style: solid;
}

input#images:invalid ~ .upload-viewer,
input#docs:invalid ~ .upload-viewer {
    display: none;
}

input#images:valid ~ .upload-viewer {
    display: flex;
}

input#docs:valid ~ .upload-viewer {
    display: flex;
    padding: 80px 15px;
}

/* input#docs:valid ~ .upload-viewer::after {
  content: "Hotovo. Klikněte na tlačítko Nahrát dokumenty!";
  padding: 80px 15px;
  font-size: 25px;
  color: #ccc; } */
input#images:valid {
    position: absolute;
    padding: 0;
    z-index: -1;
}

input#docs:valid {
    position: absolute;
    padding: 0;
    z-index: -1;
}

input#images:valid::after,
input#docs:valid::after {
    display: none;
}

.upload-viewer > img {
    height: 80px;
    width: auto;
    border-radius: 8px;
    margin: 15px;
}

.upload-viewer > img:first-child {
    margin-left: 0 !important;
}

.upload-viewer > img:last-child {
    margin-right: 0 !important;
}

.img-admin-rounded {
    border-radius: 4px 4px 0 0;
}

.input-admin-rounded {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.partner-group > div:first-child,
.partner-item > div:first-child {
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    background-color: #f5f5f5;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
}

.partner-group > div:last-child,
.partner-item > div:last-child {
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

.partner-group .handle,
.partner-item-list .handle {
    cursor: move;
}

.partner-item img,
.partner-group img {
    max-width: 100%;
    cursor: alias;
    height: auto;
}

.partner-group label input,
.partner-item label input {
    visibility: hidden;
    height: 1px;
}

.sortby-partner-x,
.sortby-group-x {
    display: flex;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-4 {
    margin-bottom: 4rem;
}

.hidden-store {
    display: none;
}

.banner .admin-img img {
    max-width: 100%;
}

.banner .admin-img {
    width: calc(50% - 30px);
}

#jednotyvazby,
#akcevazby,
#projektyvazby,
#aktualityvazby {
    max-height: 350px !important;
    overflow-y: auto;
}

#countablelist,
#countablesublist {
    display: none;
}

#countablelist.active,
#countablesublist.active {
    display: block !important;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

label > label {
    margin: 0;
}

label.row-label {
    display: inline-flex !important;
    align-items: center;
}

.switch + label {
    display: inline-block;
    margin-left: 15px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "\f00d";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    font-family: "FontAwesome";
    line-height: 16px;
    text-align: center;
}

input:checked + .slider {
    background-color: #E40521;
}

input:focus + .slider {
    box-shadow: 0 0 1px #E40521;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    content: "\f00c";
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}

.card.top-bordered {
    border-top: 3px solid #E40521;
}

.custom-input > input {
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-input > span {
    margin-right: 25px;
}

.custom-input > input + span:before {
    box-sizing: content-box;
    font-family: "FontAwesome";
    position: absolute;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #E40521;
    background: #fff;
}

.custom-input > input[type="checkbox"] + span:before {
    border-radius: 3px;
}

.custom-input > input[type="radio"] + span:before {
    border-radius: 50%;
}

.custom-input > input:checked + span:before {
    background: #E40521;
    color: #fff;
    text-align: center;
}

.custom-input > input[type="checkbox"]:checked + span:before {
    content: "\f00c";
}

.custom-input > input[type="radio"]:checked + span:before {
    content: "\f111";
}

.custom-input > input + span:hover:before {
    -webkit-box-shadow: 0px 0px 1px 2px rgba(228, 5, 33, .3);
    -moz-box-shadow: 0px 0px 1px 2px rgba(228, 5, 33, .3);
    box-shadow: 0px 0px 1px 2px rgba(228, 5, 33, .3);
}

input.datalist:focus,
input.datalist.open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 0;
    border-color: #aaaaaa;
}

div.datalist {
    background-color: #fff;
    color: #000;
    position: absolute;
    z-index: 99;
    right: 15px;
    left: 15px;
    border: 1px solid #aaaaaa;
    border-top: 0 !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow-y: auto;
    max-height: 70vh;
}

div#stores.datalist {
    max-height: 350px;
    right: 15px !important;
}

@media (min-width: 992px) {
    .card form [class*="col-"] + [class*="col-"] div#stores.datalist {
        right: 6px !important;
        left: 6px;
    }
}

@media (min-width: 992px) {
    div.datalist {
        right: 6px;
    }

    .card form [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

input[list="events"] + div.datalist,
input[list="stores"] + div.datalist {
    display: none;
}

input[list="events"]:focus + div.datalist,
input.open[list="events"] + div.datalist,
input[list="stores"]:focus + div.datalist,
input.open[list="stores"] + div.datalist {
    display: block !important;
}

div.datalist > .datalist-item {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

div.datalist > .datalist-item:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

div.datalist > .datalist-item:hover {
    background: #E40521;
    color: #fff;
}

.text-muted-desc {
    color: #9a9a9a;
    font-size: 12px;
    font-style: italic;
    margin: 5px 0 0 0;
}

body.vytvorit div[fillable="after"] {
    display: none;
}

.table-calculation {
    max-width: 100%;
    height: calc(100vh - 90px - 61px - 100px);
    overflow: auto;
    margin-left: 0;
}

.table-calculation > table tr > td:not(:first-child),
.table-calculation > table tr > th:not(:first-child) {
    border-left: 1px solid #000;
}

.table-calculation > table > tbody > tr > td,
.table-calculation > table > thead > tr > td,
.table-calculation > table > tbody > tr > th {
    text-align: center;
}

.table-calculation > table tr > td:first-child {
    white-space: nowrap;
}

.table-calculation > table tr > td:first-child,
.table-calculation > table tr > th:first-child {
    padding-left: 15px;
    text-align: left !important;
    font-weight: 700;
}

.table-calculation > table.vykaz tr > td:last-child,
.table-calculation > table.statistika tbody tr:last-child > td {
    font-weight: 700;
    background-color: #87CB16;
}

.table-calculation > table > thead > tr > td > div > div {
    text-align: left !important;
    -moz-transform: rotate(-90.0deg);
    -o-transform: rotate(-90.0deg);
    -webkit-transform: rotate(-90.0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
    font-weight: 700;
    position: absolute;
    width: 150px !important;
}

.table-calculation > table > thead > tr > td > div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 75px;
    height: 150px;
}

/* .table-calculation > table > thead > tr > td {
  -moz-transform: rotate(-90.0deg);
  -o-transform: rotate(-90.0deg);
  -webkit-transform: rotate(-90.0deg);
  filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
  font-weight: 700; } */

.mr-4 {
    margin-right: 2rem;
}

.table-calculation td.color-green > i.fa.fa-check {
    color: #87CB16 !important;
}

.table-calculation td.color-red > i.fa.fa-check {
    color: #E40521 !important;
}

.table-calculation td > i.fa.fa-times,
.table-calculation td > i.fa.fa-check {
    color: #888;
}

.pl-2 {
    padding-left: 1.5rem !important;
}

.pl-3 {
    padding-left: 2rem !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.px-2 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.project-selector {
    border-radius: 5px;
}

.project-selector.prosokoly {
    background-color: #555;
}

.project-selector.sokol {
    background-color: #E40521;
}

.project-selector.sokol:hover,
.navbar-default .navbar-nav > .open > .project-selector.sokol,
.navbar-default .navbar-nav > .open > .project-selector.sokol:hover,
.navbar-default .navbar-nav > .open > .project-selector.sokol:focus {
    background-color: #C6041D !important;
}

.project-selector.prosokoly:hover,
.navbar-default .navbar-nav > .open > .project-selector.prosokoly,
.navbar-default .navbar-nav > .open > .project-selector.prosokoly:hover,
.navbar-default .navbar-nav > .open > .project-selector.prosokoly:focus {
    background-color: #444 !important;
}

.project-selector p {
    color: #fff;
}

.nav-config ul li:hover {
    z-index: 9999;
}

.nav-config .dropdown-menu {
    opacity: 0.2;
}

.nav-config ul li:hover .dropdown-menu {
    opacity: 1;
}

.or-login {
    clear: both;
    width: 100%;
    display: block;
    text-align: center;
    margin: 10px 0;
}

.g-signin2 {
    width: fit-content;
    margin: 0 auto;
}

.logout-trigger svg {
    height: 15px;
}

.ml-4 {
    margin-left: 1.5rem;
}

.sticky-header thead {
    background-color: #fff;
    border-bottom: 1px solid #000;
    position: sticky;
    top: 60px;
    z-index: 999;
}

.sticky-header thead th {
    font-weight: bold !important;
    color: #000 !important;
    padding-bottom: 11px !important;
}

.sticky-header thead::after {
    content: "";
    height: 1px;
    display: block;
    background-color: #000;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.sport .fa-times {
    color: #eee;
}

.sports-table tbody tr:hover {
    background-color: #E40521;
    color: #fff;
}

.sports-table tbody tr td.sport-group:hover {
    cursor: pointer;
    background-color: #C6041D;
}

input:invalid,
select:invalid {
    border-color: #f00 !important;
    box-shadow: 0 0 0 1px #f00;
}

#sortable1, #sortable2 {
    border: 1px solid #eee;
    width: 100%;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px;
    float: left;
}

#sortable1 li, #sortable2 li {
    padding: 5px;
    font-size: 1.2em;
    border: 1px dotted #000;
    margin: 0 0 5px 0;
    cursor: grab;
    background: #fff;
}

#sortable1 li:active, #sortable2 li:active {
    cursor: grabbing;
}

#sortable1 li:last-child,
#sortable2 li:last-child {
    margin: 0;
}

#sortable1 {
    background-color: #87CB16;
}

#sortable2 {
    background-color: #E40521;
}

.sortable-title {
    font-weight: 700;
    font-size: 120%;
    margin-bottom: 1rem;
    margin-left: 5px;
}

.filter-items.active > .admin-img {
    display: none;
}

.filter-items.active > .admin-img.active {
    display: block !important;
}

.bold-header th {
    font-weight: bold !important;
    color: #000 !important;
}

label.project-miniature {
    display: block;
    border: 1px solid #E40521;
    border-radius: 5px;
    padding: 1rem !important;
}

label.project-miniature.selected {
    font-weight: bold;
    background-color: #E40521;
    color: #fff !important;
}

label.project-miniature.selected {
    font-weight: bold;
    color: #fff !important;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

@media screen and (min-width: 991px) {
    .flex-lg-row {
        flex-direction: row;
    }

    .align-items-lg-center {
        align-items: center;
    }

    .ms-lg-auto {
        margin-left: auto;
    }
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.pl-1 {
    padding-left: .5rem;
}

.pr-2 {
    padding-right: 1.5rem;
}

.m-1 {
    margin: .25rem;
}

.mr-1 {
    margin-right: .25rem;
}

.mr-05rem {
    margin-right: .5rem;
}

.mr-2 {
    margin-right: 1.5rem;
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
}

.mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-4 {
    margin-left: 2rem;
}

.mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.ml-2 {
    margin-left: .5rem;
}

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

.mb-5 {
    margin-bottom: 3rem;
}

.ml-auto {
    margin-left: auto;
}

.ms-auto {
    margin-left: auto;
}

.font-size-75 {
    font-size: 75px;
}

.font-size-150 {
    font-size: 150px !important;
}

.fa {
    width: auto;
}

.fa-fw {
    width: 1.28571429em !important;
    text-align: center;
}

.text-danger {
    color: #E40521 !important;
}

.pagination {
    margin-top: 0 !important;
}

.w-auto {
    width: auto !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #E40521;
    border-color: #E40521;
}

.pagination > li > a,
.pagination > li > span {
    color: #E40521;
}

.card .card-header {
    padding: 15px 15px 0;
    background-color: #FFFFFF;
    border-bottom: none !important;
}

.card .card-category, .card label {
    /* font-size: 0.875rem; */
    font-weight: 400;
    color: #9A9A9A;
    margin-bottom: 0px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card .card-body {
    padding: 15px 15px 10px 15px;
}

.card .card-footer {
    padding: 15px 15px 10px 15px;
    background-color: transparent;
    line-height: 30px;
    border-top: none !important;
    font-size: 14px;
}

.nav-wizard {
    display: flex;
    flex-direction: row;
    margin-top: 2rem;
    background-color: #888888;
}

.nav-wizard > li > a {
    border-radius: 0;
    color: #fff !important;
}

.nav-wizard__item {
    flex: 1;
}

.nav-wizard__item.active {
    background-color: #E40521;
}

.nav-wizard__item.active > a {
    font-weight: bold;
}

table td > div {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.checkbox-switch label::before,
.checkbox-switch label::after {
    display: none;
}

.checkbox.checkbox-switch {
    padding-left: 0;
    justify-content: center;
    display: flex;
}

.checkbox.checkbox-switch label,
.checkbox-inline.checkbox-switch {
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.checkbox.checkbox-switch label input,
.checkbox-inline.checkbox-switch input {
    display: none;
}

.checkbox.checkbox-switch label span,
.checkbox-inline.checkbox-switch span {
    width: 35px;
    border-radius: 20px;
    height: 18px;
    border: 1px solid #dbdbdb;
    background-color: rgb(255, 255, 255);
    border-color: rgb(223, 223, 223);
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.checkbox.checkbox-switch label span:before,
.checkbox-inline.checkbox-switch span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    content: " ";
    top: 0;
    position: relative;
    left: 0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.checkbox.checkbox-switch label > input:checked + span:before,
.checkbox-inline.checkbox-switch > input:checked + span:before {
    left: 17px;
}

/* Switch Danger */
.checkbox.checkbox-switch.switch-danger label > input:checked + span,
.checkbox-inline.checkbox-switch.switch-danger > input:checked + span {
    background-color: #E40521;
    border-color: #E40521;
    box-shadow: #E40521 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checkbox-switch.switch-danger label > input:checked:disabled + span,
.checkbox-inline.checkbox-switch.switch-danger > input:checked:disabled + span {
    background-color: rgb(216, 119, 129);
    border-color: rgb(216, 119, 129);
    box-shadow: rgb(216, 119, 129) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

ul.alert,
ol.alert {
    padding: 10px 15px 10px 30px !important;
}

.nav-item.disabled .nav-link:hover {
    border-color: #fff #fff #ddd !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #000 !important;
}

.text-light {
    color: #888;
}

.dropdown-menu > li > a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

label.public-eye {
    cursor: pointer;
}

label.public-eye > input + span::before {
    content: "\f070";
    color: #E40521;
    font-family: "FontAwesome";
}

label.public-eye > input:checked + span::before {
    content: "\f06e";
    color: #000;
    font-family: "FontAwesome";
}

.input-group-addon {
    background-color: #f5f5f5;
}

.position-handler {
    /*padding: 5px 15px;*/
    cursor: move;
    /*border-radius: 5px;*/
    /*background-color: #f2dede;*/
    /*border: 1px solid #ebccd1;*/
    justify-content: center;
}

h1.formatted-title {
    font-size: 72px;
}

.btn-link {
    border: 0;
}

.bg-light {
    background-color: #f5f5f5;
}

.p-5 {
    padding: 2.5rem;
}

.border-radius-7px {
    border-radius: 7px;
}

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