html.pink-theme body, .pink-theme .bg-template {
    background-color: #FF0068;
}
button, a {
    overflow: hidden;
}
.header {
    overflow: hidden;
    background-color: #E3EAF1;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.footer {
    overflow: hidden;
}
a.program-day-link {
    color: #212529;
}
a.program-day-link:hover {
    text-decoration: none;
}
a.program-day-link:hover .card {
    background-color: #e4005d17;
}
.EatingCatList .link-green {
    color: green;
}
.EatingCatList .btn {
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    width: 100%;
}
.pink-color {
    color: #e4005d;
}
.EatingCatList .green-color {
    color: #212529;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.link-opacity {
    opacity: 0.5;
    pointer-events: none;
    /*display: none;*/
}
/*.eatingFormRow .eatingFormRowPortion {
    pointer-events: none;
}*/
.hidden {
    display: none;
}
.ReviewsStars .ReviewsStar {
    color: #6c757d;
    border: 1px solid #6c757d;
    padding: 6px;
    border-radius: 5px;
    margin-right: 3px;
}
.ReviewsStars .ReviewsStar.StarRed {
    color: #dc3545;
    border-color: #dc3545;
}
.ReviewsStars .ReviewsStar:hover {
    text-decoration: none;
}
.StarsUser {
    color: #e4005d;
}

.pink-theme .btn-default, .pink-theme a.btn-default {
    color: #ffffff !important;
}
.pink-theme .sidebar .main-menu .list-group-item, .pink-theme .sidebar .main-menu a.list-group-item {
    color: #ffffff !important;
}
.pink-theme .sidebar {
    color: #ffff !important;
}

.pink-theme .float-label .form-control + .form-control-label{
    border-color: #e4005d;
}
.float-label .form-control + .form-control-label {
    top: 0;
    font-size: 13px;
    line-height: 20px;
}

.btn-group.GroupsListRow {
    /*position: inherit;*/
    display: block;
}
.GroupsListRow .dropdown-menu.show {
    position: absolute;
    transform: translate3d(-10px, 34px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
    display: table;
    overflow: hidden;
    width: 103%;
}

.pink-theme .footer-menu .btn-default {
    background-color: #bbbbbb;
}
.pink-theme .footer-menu .btn-default.show {
    background-color: #e4005d;
}

.task-page {
    padding-left: 0px;
}

.EatingCatList .dropdown-toggle {
    white-space: normal;
}

.days-list a {
    margin-left: 5px;
    margin-bottom: 5px;
}
.days-list a.btn-outline-success {
    color: #28a745;
}
.days-list a.btn-outline-success:hover {
    color: #fff;
}
.jumbotron-heading {
    font-size: 25px;
}
.notification {
    padding: 0px;
}
.notification .closenotification {
    display: none;
}
.notification.active {
    padding: 15px;
}
.notification.active .closenotification {
    display: block;
}
.notification .btn {
    background: #dd015b;
}
.notification .btn i {
    color: #FFFFFF !important;
}

/*input[type=checkbox], input[type=radio] {
    width: 24px;
    height: 24px;
    opacity: 1;
}*/
.custom-switch .custom-control-label::after {
    height: calc(1.5rem - 4px);
}
.custom-control {
    min-height: 2rem;
}
.custom-control-label::before {
    width: 1.5rem;
    height: 1.5rem;
    left: -2rem;
}
.custom-control-label::before {
    border: #737373 solid 1px;
}
.custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
    left: -2rem;
}
.custom-control-input {
    width: 1.5rem;
    height: 1.5rem;
}
.form-control {
    border: 1px solid #212529;
}
.float-label .form-control-label {
    color: #212529;
}
.text-secondary {
     color: #737373 !important;
}
.dropdown-item {
    white-space: normal;
}
.btn-light-grey, body a.btn-light-grey {
    background-color: #e4005d;
    color: #FFFFFF;
    border-color: #F3F6F8;
}
/* Для андроид */
.pink-theme .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
/*.sidebar {
    pointer-events: none;
}
body.sidemenu-open .sidebar {
    pointer-events: auto;
}*/
#PageCont {
    padding-top: 0px;
    width: 100%;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    top: 55px;
    /* height: calc(100% - 136px); */
    height: calc(100% - 115px);
}
.footer .centerbutton {
    margin-top: 0px;
}
/* Chrome safari scrollbar */
::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar-thumb {
    display: none;
}

::-webkit-scrollbar-track {
    display: none;
}
/*
.btn.btn-link-default {
    color: #737373;
}
.pink-theme .footer-menu .btn-default {
    background-color: #737373;
}*/
.footer .btn {
    /*margin: 15px;
    width: 30px;
    height: 30px;
    line-height: 34px;*/
    overflow: hidden;
}
/*@media screen and (max-width: 374px) {
    .footer .btn:not(.centerbutton) {
        width: 20px;
    }
}*/
.header .btn {
    margin-top: 4px;
    height: 34px;
    width: 54px;
    line-height: 44px;
}
.VisibleFalse {
    pointer-events: none;
    opacity: 0.5;
}
.dropdown-menu {
    display: block;
    visibility: hidden;
}
.dropdown-menu.show {
    visibility: visible;
}

/*.sidemenu-open .wrapperBlockInner {
    pointer-events: none;
}*/

.old-price {
    color: #212529;
    text-decoration: line-through;
}
.price-red {
    color: #dd015b;
}

.discountInfo {
    font-size: 14px;
}
.discountInfo del {
    color: #dd015b;
}
.inputPromocode.notfound {
    color: red;
}
.alert-danger {
    background-color: #ffe6e9;
}
.alert-success {
    background-color: #f0f9f2;
}