* {
    padding: 0;
    margin: 0;
}
body {
    background: #f4f4f4;
}
.over {
    margin-top: 100px;
    max-width: 1225px;
    margin-left: auto;
    margin-right: auto;
}
.over-resp {
    position: relative;
    max-width: 1174px;
    display: block;
    margin-left: 25px;
    margin-right: 25px;
}
.resp-tab {
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    font-family: 'Rubik', sans-serif;
    border-spacing: 0 8px;
    border-collapse: separate;
}
.resp-tab th, .resp-tab td {
    border: none;
    padding-left: 15px;
    padding-right: 15px;
}
.resp-tab th {  
    text-transform: uppercase;    
    font-size: 12px;
    letter-spacing: .03em;
    font-weight: normal;
    padding-bottom: 10px; 
    vertical-align: top;
    text-align: left;
    font-weight: 500;
}
.resp-tab th:last-child {
    text-align: right;
}
.resp-tab td:last-child {
    text-align: right;
}


.resp-tab td { 
    height: 76px;
    vertical-align: middle;
    background: white;
    font-size: 14px;
}
.resp-tab td:first-child, .resp-tab td.rel {
    position: relative;
}

.resp-tab td span {
    display: none;   
    text-transform: uppercase;        
    top: 0;
    left: 0;    
}
.rest-text {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.rest-tits strong {
    display: block;
    padding-bottom: 4px;
    word-break: break-all;
    font-weight: 500;
}
.rest-text.dis, .rest-text.dis a {
    color: white;
}
.resp-more {
    position: relative;
    z-index: 12;
    width: 36px;
    display: inline-block;
}
.main-table__cell-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #828282;
    cursor: pointer;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    position: relative;
    background: none;
    font-family: Rubik,sans-serif;
    border: none;
    padding: 0;
    margin: 0;
}
.main-table__cell-btn:hover {
    color: #222;
}
.main-table__cell-btn svg:last-child {
    display: none;
}
.main-table__over-list {
    z-index: 1;
}
.main-table__over-list.isActive .main-table__cell-btn {
    background: #f4f5f6;
    color: #222;
    z-index: 1;
}
.main-table__over-list.isActive .main-table__cell-btn svg:last-child {
    display: block;
    z-index: 1;
}
.main-table__over-list.isActive .main-table__cell-btn svg:first-child {
    display: none;
    z-index: 1;
}
.rest-text_status {

}
.rest-text_status.green {
    color: #149C08;
}
.rest-text.dis .rest-text_status.green {
    color: white;
}
.rest-text_status.red {
    color: #FF3636;
}
.rest-text.dis .rest-text_status.red {
    color: white;
}
.rest-sectext {
    font-size: 12px;
    color: #828282;
    white-space: nowrap;
}

.main-table__over-list {
    z-index: 1;
}

.main-table__over-list.isActive .main-table__cell-btn,
.main-table__over-list:hover .main-table__cell-btn {
    background: #f4f5f6;
    color: #222;
    z-index: 1;
}
.main-table__over-list.isActive .main-table__cell-btn svg:last-child, 
.main-table__over-list:hover .main-table__cell-btn svg:last-child {
    display: block;
    z-index: 1;
}
.main-table__over-list.isActive .main-table__cell-btn svg:first-child, 
.main-table__over-list:hover .main-table__cell-btn svg:first-child {
    display: none;
    z-index: 1;
}

.main-table__action-list {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding-right: 102px;
    display: flex;
    height: 100%;
    grid-auto-flow: column;
    align-items: center;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.main-table__over-list.isActive .main-table__action-list,
.main-table__over-list:hover .main-table__action-list {
    opacity: 1;
    visibility: visible;
    height: 76px;
    /*background: pink;*/
    margin-top: -20px;
}
.main-table .main-table__action-list {
    width: calc(100% - 420px);
}
.main-table__action-list-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 30px;
}
.main-table__action-list>div {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    z-index: 1;
}

.main-table__action-list-item-img {
    cursor: pointer;
    position: relative;
}

.main-table__action-list-item-img:hover {
    color: #025dff;
}
.main-table__action-list-item-img:hover svg path {
    stroke: #025dff;
}
.main-table__action-list-item-img.basket {
    margin-left: 48px;
}
.main-table__action-list-item-img.basket:before {
    content: "";
    width: 1px;
    height: 42px;
    background: #ebebeb;
    position: absolute;
    margin-left: -32px;
    margin-top: -6px;
}
.main-table__action-list-item-img.basket:hover {
    color: #FF3636;
}
.main-table__action-list-item-img.basket:hover svg path {
    stroke: #FF3636;
}
.main-table__action-list-item-hint {
    display: none;
    position: absolute;
    bottom: calc(100% + 18px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 8px 14px;
    box-shadow: 0 7px 50px rgba(0,0,0,.12);
    border-radius: 2px;
    background: #222;
    color: #fff;
    z-index: 2;
    text-transform: none;
    white-space: nowrap;
}
.main-table__action-list-item-hint>* {
    position: relative;
    z-index: 1;
}
.main-table__action-list-item-img:hover .main-table__action-list-item-hint {
    display: block;
}

.main-table__action-list-item-hint:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 20px;
    left: 0;
    right: 0;
    z-index: 0;
}
.main-table__action-list-item-hint:after {
    content: "";
    width: 0;
    height: 0;
    border-color: #222 transparent transparent;
    border-style: solid;
    border-width: 14px 15.5px 0;
    position: absolute;
    top: calc(100% - 4px);
    left: calc(50% - 15px);
    -webkit-filter: drop-shadow(0 15px 10px rgba(0,0,0,.12));
    filter: drop-shadow(0 15px 10px rgba(0,0,0,.12));
    background: transparent;
    z-index: 0;
}
.resp-tab td .main-table__action-list-item-hint span{
    display: block;
    text-transform: none;
}
.main-table__item-avatar {
    border-radius: 50%;
    min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #3137bd;
    font-weight: 500;
    font-size: 14px;
    margin-right: 16px;
}
.rest-name {
}
.rest_fullname {
    display: flex;
    align-items: center;
}
.resp-tab tbody tr {
    /*box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);*/
    transition: all .2s ease;
}
.resp-tab tbody tr:hover {
    cursor: pointer;
    /*box-shadow: 0 8px 32px rgba(0,0,0,.15)!important;*/
}


.lll {
    position: absolute;
    max-width: 10000px;
    left: 0;
    height: 76px;
    width: 1175px;
    box-shadow: 0 2px 25px rgba(0,0,0,.05);
    transition: all .2s ease;
    z-index: 12;
    top: 0;
}
.lll:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.15);
}

.container.gray {
    max-width: 1174px;
    width: 1174px;
    padding-left: 25px;
    padding-right: 25px;
}
.gray_header__back svg {
    margin-right: 12px;
}

.page_title-text.crumbs {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.breadcrumbs {
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    color: #828282;
    min-height: 18px;
}
.breadcrumbs__item {
    -webkit-transition: color .1s,-webkit-text-decoration .1s;
    transition: color .1s,-webkit-text-decoration .1s;
    transition: color .1s,text-decoration .1s;
    transition: color .1s,text-decoration .1s,-webkit-text-decoration .1s;
    color: #828282;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
}
.breadcrumbs__item:after {
    content: "/";
    display: block;
    margin: 0 8px;
}
.over.card-content {
    margin-top: 236px;
}
.card {
    background: white;
}
.card-column {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: 1fr 370px;
    position: relative;
    max-width: 1174px;
}
.card-column__left {

}
.card-column__right {
    /*background: gray;*/
}
.newcard {
    background: #fff;
    box-shadow: 0 2px 25px rgba(0,0,0,.05);
    border-radius: 1px;
    padding: 28px 24px;
    position: relative;
    margin-bottom: 20px;
}
.newcard h3 {
    font-weight: 700;
    line-height: 22px;
    color: #222;
    font-size: 16px;
    margin-bottom: 28px;
}
.formgroup {
    margin-bottom: 24px;
}
.formgroup.last {
    margin-bottom: 0;
}
.formgroup label {
    color: #828282;
    font-size: 12px;
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    line-height: 12px;
    letter-spacing: .03em;
}
.formgroup .formgroup__text {
    font-size: 14px;
    line-height: 22px;
    color: #222;
    position: relative;
}
.code {
    border: 1px solid #ddd;
}
.formgroup__hinttext {
    font-size: 13px;
    margin-top: 8px;
}
.formgroup__link {
    color: #025dff;
    text-decoration: none;
    display: inline-flex;
    margin-top: 8px;
    font-size: 13px;
    align-items: center;
}
.formgroup__link svg {
    padding-left: 5px;
}
.manage__cont {
    display: flex;
    flex-direction: column;
    width: calc(100% + 48px);
    margin-left: -24px;
}
.manage__cont a {
    padding-left: 24px;
    padding-right: 24px;
    height: 48px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #222;
    border-top: 1px solid #ddd;
}
.manage__cont a svg {
    padding-right: 16px;
}
.manage__cont a:hover {
    background: #f6f6f6;
    transition: 0.3s;
}
.newcard.nomargbot {
    margin-bottom: 0;
    padding-bottom: 0;
}
.formgroup.nomargbotfg {
    margin-bottom: 0;
}

















@media only screen and (max-width: 1224px) {
    .over {
        max-width: 100%;
        /*border: 1px solid;*/
        width: 100%;
    }
}

.gray_header .container.no_button {
    display: flex;
    justify-content: center;
}


/*@media only screen and (max-width: 991px) {
    .resp-tab .lll {
        box-shadow: none;
        height: 100%;
        display: none;
    }
    .resp-tab tr {
        background: white;
    }
    .resp-tab td:nth-child(1) {
        order: -1;
        border-bottom: 1px solid #ebebeb;
        padding-top: 17px;
        padding-bottom: 17px;
        width: calc(100% - 82px);
        margin-bottom: 10px;
    }
    .resp-tab td:last-child {
        order: -1;
        flex-shrink: 0;
        width: 34px;
        padding-left: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #ebebeb;
    }
    .resp-tab td:nth-last-child(2) {
        margin-bottom: 10px;
    }
    .resp-tab thead {
        display: none;
    }
    .resp-tab tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 8px;
    }
    .resp-tab td {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .resp-tab td span {
        display: block;
        text-transform: none;
        width: 50%;
        text-align: left;
    }
    .rest-text {
        width: calc(50% - 16px);
        padding-left: 16px;
    }
    .rest-tits strong {
        font-weight: 500;
    }
    .rest-text.tit {
        padding-left: 0;
    }



    .main-table__action-list {
        width: 227px!important;
        left: auto;
        top: 42px;
        padding-right: 0;
        background: #FFFFFF;
        box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.22);
        border-radius: 1px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        height: max-content;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .main-table__action-list-item {
        margin-left: 0px;
    }
    .main-table__action-list-item-hint {
        display: flex;
        color: #222;
        z-index: 2;
        text-transform: none;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        width: 100%;
        transform: none;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        padding-left: 10px;
        background: transparent;
        box-shadow: none;
    }
    .main-table__action-list-item-hint span {
        
    }
    .resp-tab td .main-table__action-list-item-hint span {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        padding-left: 10px;
    }
    .main-table__action-list-item-hint:before {
        display: none;
    }
    .main-table__action-list-item-hint:after {
        display: none;
    }
    .main-table__action-list-item-hint>* {
        position: absolute;
    }

    .main-table__action-list>div {
        background: white;
        width: 36px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border-radius: 50%;
        cursor: pointer;
        position: relative;
        -webkit-transition: all .1s ease;
        transition: all .1s ease;
        z-index: 1;
        width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
        border-radius: 0;
        margin-left: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .main-table__action-list>a:hover {
        background: #f6f6f6;
    }
    .main-table__action-list>a:hover svg path {
        stroke: #222;
    }
    .main-table__action-list-item-img.basket {
        margin-left: 0;
    }
    .main-table__action-list-item-img.basket svg path {
        stroke: #222;
    }
    .main-table__action-list-item-img.basket:before {
        display: none;
    }
    .main-table__over-list.isActive .main-table__action-list {
        margin-top: 0;
    }
    .main-table__over-list.isActive .main-table__action-list.mob230 {
        height: 230px;
    }
    .main-table__over-list.isActive .main-table__action-list.mob180 {
        height: 150px;
    }
    .main-table__action-list-item-img {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .main-table__action-list-item-img:hover svg path {
         stroke: #222;
    }
    .main-table__action-list-item-img.basket:hover svg path {
        stroke: #222;
    }
    .main-table__action-list-item-img:hover {
        color: #222;
    }
    .over {
        margin-top: 8px;
    }

.main-table__action-list>div:hover {
    background: #f6f6f6;
}
.resp-tab {
    margin-bottom: 20px;
}

}
@media(max-width: 480px) {
    .resp-tab td {
        width: 100%;
    }
}
*/









.ModalOverlay_modal__qmq8z {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9990;
    display: block;
    display: none;
}
.ModalOverlay_modal__qmq8z.active {
    display: block;
}
.ModalOverlay_modal__qmq8z .ModalOverlay_content__1B_XR {
    pointer-events: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
}
.ModalOverlay_modal__qmq8z .ModalOverlay_bg__AHbdN {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(0,0,0,.4);
}
.ModalOverlay_modal__qmq8z .ModalOverlay_dialog__1RZ_f {
    margin: 20px auto;
    width: 100%;
    pointer-events: none;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ModalOverlay_modal__qmq8z .ModalOverlay_dialog__1RZ_f>div {
    pointer-events: all;
}
.styles_container__1sXT5 {
    max-width: 774px;
    width: 100%;
}
.styles_card__1P-6Y {
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 25px rgba(0,0,0,.05);
    border-radius: 1px;
    padding: 17px 22px;
    position: relative;
    -webkit-transition: box-shadow .1s;
    transition: box-shadow .1s;
}
.styles_header__38nkX {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.styles_title__2eE_E {
    flex: 1 0 auto;
    max-width: calc(100% - 60px);
}
.styles_close__1SkBd {
    margin-left: 24px;
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f4f5f6;
    justify-content: center;
    align-items: center;
}
.styles_close__1SkBd svg {
    cursor: pointer;
    color: #222;
}

.styles_buttons__2flGF {
    margin-top: 40px!important;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.button.button_autoWidth {
    min-width: auto;
}
.button.button_transparent {
    background: transparent;
    color: #025dff;
    border: 1px solid #025dff;
}
.styles_buttons__2flGF>* {
    margin-right: 20px;
}
.styles_buttons__2flGF>:last-child {
    margin-right: 0;
}
.button.button_autoWidth {
    min-width: auto;
}
.manage__cont a {
    cursor: pointer;
}
.modal-content {
    /*border: 1px solid red;*/
    padding-top: 32px;
}
.input label {
        color: #828282;
    font-size: 12px;
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    line-height: 12px;
    letter-spacing: .03em;
}
.input input {
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 1px;
    height: 48px;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    font-family: Rubik,sans-serif;
    color: #222;
    
    transition: border .1s;
}

    
.input input:focus {
    outline: none;
    border: 1px solid #025dff;
}

.daterangepicker {
    z-index: 123456!important;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 18px 50px rgba(0, 0, 0, 0.16);
    border-radius: 1px;
}
.daterangepicker .calendar-table table {
    font-family: Rubik,sans-serif;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    font-size: 14px;
}
.daterangepicker th.month {
    font-weight: 500;
    color: #222!important;
    text-transform: none!important;
}

.daterangepicker .calendar-table th {
    color: #828282;
    text-transform: uppercase;
    font-weight: 500;
}



.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #025DFF;
    border-radius: 0;
}

.daterangepicker td {
    border-radius: 0!important;
}
.daterangepicker td:hover {
    border-radius: 0;
}
.daterangepicker td.available.in-range {
    background-color: #E3ECFF;
}

.daterangepicker td.in-range.end-date {
    background-color: #025DFF;
}
.daterangepicker .drp-calendar.left {
    padding: 28px 0 28px 28px;
}
.daterangepicker .drp-calendar.right {
    padding: 28px;
}
.daterangepicker .drp-buttons {
    display: none!important;
}


.styles_table__3jrp_ {
    width: calc(100% + 56px);
    min-width: 100%;
    overflow-x: auto;
    position: relative;
    margin-bottom: 15px;
    margin-left: -28px;
    margin-top: 32px;
}
.styles_table__3jrp_ table {
    max-width: 100%;
    min-width: 100%;
}
.styles_table__3jrp_ tr {
    border-top: 1px solid #ebebeb;
}
.styles_table__3jrp_ th:first-child {
    padding-left: 28px;
}
.styles_table__3jrp_ th {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #222;
}
.styles_table__3jrp_ {
    max-height: 300px;
    overflow: auto;
}
    
.styles_table__3jrp_ thead {
}
.styles_table__3jrp_ th:first-child {
    padding-left: 28px;
}
.styles_table__3jrp_ td {
    font-size: 14px;
    line-height: 18px;
    color: #222;
}
.modal-table { 
    border-spacing: 0;
}
.modal-table th {
    padding: 15px 23px;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}
.modal-table td {
    padding: 15px 23px;
    text-align: center;
    white-space: nowrap;
}
.modal-table tr:nth-child(even) {
    background: #f8f8f8;
}



/*.formgroup {
    position: relative;
}
.formgroup_overselect {
    position: relative;
}


.formgroup_overselect>div {
    position: relative;
}
.form-group__select {
    display: block;
    position: relative;
    cursor: pointer;
}
.form-group__active {
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 1px;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-left: 14px;
    padding-right: 48px;
    font-size: 14px;
    color: #222;
    transition: border .1s;
    position: relative;
}
.form-group__active span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.form-group__active svg {
    position: absolute;
    top: calc(50% - 12px);
    right: 10px;
    transition: transform .1s;
}
.form-group__dropdown {
    z-index: 1;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 6px 60px rgba(0,0,0,.22);
    border-radius: 1px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all .1s ease;
}
.form-group__dropdown._isOpened {
    opacity: 1;
    visibility: visible;
}
.form-group__item._current {
    color: #828282;
    cursor: default;
}
.form-group__item {
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-left: 14px;
    padding-right: 48px;
    font-size: 14px;
    color: #222;
    background: transparent;
    transition: background .1s;
}*/









.custom-select {
  position: relative;
  width: 100%;
  
}

.custom-select select {
  display: none;
}

.select-selected {
  color: black;
  border: 1px solid #ddd;
}
.select-arrow-active {
    border: 1px solid #025dff;
}
.select-items div,.select-selected {
  padding: 15px 14px 14px 14px;
  cursor: pointer;
  user-select: none;
  height: 17px;
}
.select-items {
  position: absolute;
  background-color: white;
  top: calc(100% + 5px);
  box-shadow: 0 6px 60px rgba(0,0,0,.22);
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom: none;
}
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.custom-select svg {
    position: absolute;
    right: 10px;
    top: 12px;
    transition: transform .1s;
    
}
.custom-select svg.rot {
    transform: rotate(180deg);
}
.overhalf {
    display: flex;
    justify-content: space-between;
}
.half {
    width: calc(50% - 11px);
}
.page_addcont.rightbtn {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}


.menu__children-list a {
    
}




.cloudToggle {
    position: relative;
    margin-top: 12px;
    display: flex;
    align-items: center;
    height: 18px;
 }
 .formgroup__hinttext.fortoggle {
    margin-top: 0;
}
 .cloudToggle_over {
    width: 45px;
    cursor: pointer;
 }
 .cloudToggle label {
    margin-bottom: 0;
 }
 .move-checkbox {
     width: 17px;
     height: 17px;
 }
 .move-checkbox:not(checked) {
     position: absolute;
     opacity: 0;
 }
 .move-checkbox:not(checked) + label {
     /*position: relative;*/
 }
 .move-checkbox:not(checked) + label:before {
     content: '';
     position: absolute;
     top: 0px;
     left: 0;
     width: 35px;
     height: 20px;
     border-radius: 13px;
     background: #CDD1DA;
     background: #d8d8d8;

 }
 .move-checkbox:not(checked) + label:after {
     content: '';
     position: absolute;
     top: 2px;
     left: 2px;
     width: 16px;
     height: 16px;
     border-radius: 10px;
     background: #FFF;
     box-shadow: 0 2px 5px rgba(0,0,0,.3);
     transition: all .2s;

 }
 .move-checkbox:checked + label:before {
     background: #025dff;
 }
 .move-checkbox:checked + label:after {
     left: 17px;
 }
 .move-checkbox:disabled + label:before {
     background: #ebebeb;;
 }
 .move-checkbox:disabled + label:after {
     background: white;
 }      





/* Customize the label (the container) */
.labaCloud {

  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

      height: 12px;

    display: flex!important;
    align-items: center;
    margin-bottom: 18px!important;
}

/* Hide the browser's default checkbox */
.labaCloud input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.labaCloud:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.labaCloud input:checked ~ .checkmark {
  background-color: #025dff;
}

.labaCloud input:disabled ~ .checkmark {
  background-color: #ebebeb;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.labaCloud input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.labaCloud .checkmark:after {
  left: 6px;
  top: 3px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.textCloud {
    font-size: 13px;
    color: black;
    text-transform: none;
    padding-top: 5px;
}


h4.secTitCloud {
    margin-bottom: 20px;
    /*padding-top: 25px;*/
    /*margin-top: -25px;*/
    display: flex;
    margin-top: 40px;
    align-items: center;
}

h4.secTitCloud .cloudToggle {
    margin-left: 15px;
    margin-top: -3px;
}


.CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like {
    padding-left: 20px;
}




.alert {
  padding: 15px;
  margin-bottom: 20px;
}
.alert__top15 {
    margin-top: 15px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  border-color: #3c763d;
  border: 1px solid #149C08;
  border-left: 7px solid #149C08;
  color: black;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {

  border: 1px solid #025dff;
  border-left: 7px solid #025dff;
  color: black;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  border: 1px solid #FF9C08;
  border-left: 7px solid #FF9C08;
  color: black;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  border: 1px solid #FF3636;
  border-left: 7px solid #FF3636;
  color: black;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.select-selected[disabled] {
	background-color: #eee;
	cursor: not-allowed;
}

#event-table {
	border-collapse: separate;
	border-spacing: 0px 8px;
}

#event-table thead th,
#event-table tbody td {
	text-align: left;
	padding: 10px;
}

#event-table tbody td {
	vertical-align: top;
	background-color: #fff;
}

#event-table td .description {
	font-size: 12px;
}

.menu .fa {
	font-size: 25px;
}

.menu .svg {
	display: inline-block;
	width: 45px;
}

.resp-tab td span.label {
    display: inline;   
    text-transform: none;        
    top: 0;
    left: 0;    
}

.label.label-success,
.bg-success {
	background-color: #28a745!important;
}

.label.label-warning,
.bg-warning {
	background-color: #ffc107!important;
}

.label.label-danger,
.bg-danger {
	background-color: #dc3545!important;
}

.label.label-primary,
.bg-primary {
	background-color: #0053e8!important;
}



.main-table__action-list-item a,
.main-table__action-list-item a:hover {
	text-decoration: none;
	color: #000;
}

.main-table__action-list-item .fa {
	font-size: 24px;
	vertical-align: top;
}

.card-column__right nav .fa {
	font-size: 24px;
	margin-right: 15px;
}

.select2-container {
	z-index: 9999;
}

.list-group {
	list-style: none;
	padding: 0px 0px;
}

.list-group-item {
	border: 1px solid #ddd;
    padding: 5px 10px;
    margin: 3px 0px;
}

.btn.btn-sm {
	padding: 3px 10px;
}