.schedule-title{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;

    /* identical to box height, or 142% */
    display: flex;
    align-items: center;

    /* Шрифт / Основной */
    color: #333333;
}

.setting-radio:not(:checked) {
    color: #272D33;
    background-color: #d9e0e7;
    border-color: #d9e0e7;
}

.setting-radio:checked {
    color: #fff;
    background-color: #272D33;
    border-color: #272D33;
}

/****++fix++*****/
.nav-pills-schedule .nav-link.active, .nav-pills-schedule .show > .nav-link, .nav-pills-schedule > li.active > a, .nav-pills-schedule > li.active > a:hover, .nav-pills-schedule > li.active > a:focus {
    background: #007a7b;
    color: #fff;
}

.nav-pills-schedule .nav-link, .nav-pills-schedule .show > .nav-link {
    background: #00A9AA;
    color: #fff;
}

.selectCrm {
    margin-top: -7px;
}

.typeTitle {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    color: #008EE0;
    cursor: pointer;
}
.typeTitle.disabled {
    color: gray;
}

.shedule-work-types-header:hover .shedule-period-row-delete{
    display: block;
}

.shedule-work-types-header {
    height: 41px;
    line-height: 24px;
}
.shedule-work-types-header-expanded {
    line-height: 24px;
}

.shedule-period-row-delete{
    display: none;
    cursor: pointer;
    font-size: 16px;
}
.shedule-row-title-edit-btn{
    display: inline-block;
    margin-left: 4px;
    margin-right: 2px;
}

.colorTypeSchedule {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 4px;
}

.customCheckboxSchedule input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 6px 0 0 6px
}
.customCheckboxSize {
    position: relative;
    padding: 2px 0 0 36px;
    cursor: pointer
}
.customCheckboxSize:before {
    content: '';
    position: absolute;
    top: -2.5px;
    left: 0;
    width: 28px;
    height: 16px;
    border-radius: 12px;
    background: #cdd1da;
    -webkit-box-shadow: inset 0 1.2px 1.8px rgba(0,0,0,.2);
    box-shadow: inset 0 1.2px 1.8px rgba(0,0,0,.2);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}
.customCheckboxSize:after {
    content: '';
    position: absolute;
    top: -.2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 1.2px 3px rgba(0,0,0,.3);
    box-shadow: 0 1.2px 3px rgba(0,0,0,.3);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}
.customCheckboxSchedule input:checked+.customCheckboxSize:before {
    background: #008EE0
}
.customCheckboxSchedule input:checked+.customCheckboxSize:after {
    left: 14px
}
.customCheckboxSchedule input:focus+.customCheckboxSize:before {
    -webkit-box-shadow: inset 0 1.2px 1.8px rgba(0,0,0,.2);
    box-shadow: inset 0 1.2px 1.8px rgba(0,0,0,.2)
}

.customCheckboxSizeReview {
    position: relative;
    padding: 2px 0 0 36px;
    cursor: pointer
}
.customCheckboxSizeReview:before {
    content: '';
    position: absolute;
    top: -2.5px;
    left: 0;
    width: 28px;
    height: 16px;
    border-radius: 12px;
    background: #cdd1da;
    -webkit-box-shadow: inset 0 1.2px 1.8px rgba(0,0,0,.2);
    box-shadow: inset 0 1.2px 1.8px rgba(0,0,0,.2);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}
.customCheckboxSizeReview:after {
    content: '';
    position: absolute;
    top: -1.2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 1.2px 3px rgba(0,0,0,.3);
    box-shadow: 0 1.2px 3px rgba(0,0,0,.3);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}
.customCheckboxSchedule input:checked+.customCheckboxSizeReview:before {
    background: #008EE0
}
.customCheckboxSchedule input:checked+.customCheckboxSizeReview:after {
    left: 14px
}
.customCheckboxSchedule input:focus+.customCheckboxSizeReview:before {
    -webkit-box-shadow: inset 0 1.2px 1.8px rgba(0,0,0,.2);
    box-shadow: inset 0 1.2px 1.8px rgba(0,0,0,.2)
}


.customCheckbox input:checked+.customCheckboxText:before {
    background: #008EE0
}

.schedule-icon-solid {
    font-size: 16px;
    color: #0aad2e;
    line-height: 1em;
    margin-right: 12px;
    vertical-align: middle !important;
}

.infoAlert {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 16px;

    /* identical to box height, or 178% */
    display: flex;
    align-items: center;
    text-align: center;
    padding: 2px 6px;
    background: #F1F2F3;
    color: #2D353C;
}

.width100-175 {
    width: calc(100% - 188px);
}

.width100-217 {
    width: calc(100% - 600px);
}

.width100-215 {
    width: calc(100% - 215px);
}

.titleStep {
    font-weight: 600;
    font-size: 21px;
    line-height: 20px;
    color: #2F373E;
}

.titleStep span {
    color: #00A9AA;
}

.descriptionStep {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    padding-left: 10px;
    color: #333333;
}

.link-step {
    margin-top: 12px !important;
}

.fa-plus-green {
    color: #00A634;
    font-size: 14px;
}

.nav-pills-schedule > .nav-link {
    height: 40px;
    padding: 12px;
}

.nav-pills-schedule > .nav-link:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.nav-pills-schedule > .nav-link:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills-schedule > .nav-link.disabled {
    background: #F6F7F8;
    color: #A6AAAF;
}

.spanVertCenter {
    top: 2px;
    position: relative;
}

.imgTextCenter {
    top: -2px;
    position: relative;
}

.control-group.form-group.has-error {
    display: inline-block;
}

.icon-calendar-alt {
    color: #A6AAAF;
    font-size: 24px;
    line-height: 1em;
    margin-right: 18px;
    vertical-align: middle !important;
}

.addGraphicTitle {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

#create-manually {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: rgba(0, 3, 4, 0.05);
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid rgba(8, 46, 84, 0.15);
}

#template-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #F6F7F8;
    color: #A6AAAF;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid rgba(8, 46, 84, 0.15);
}

#li-template-selection {
    margin-left: -1px;
}

.rowDatetimepickerSchedule {
    min-width: 115px;
}

.background-create-manually {
    padding-top: 12px;
    padding-bottom: 5px;
    background: #F2F4F5;
    border-radius: 3px;
    margin-left: -14px;
    margin-right: -14px;
}

.title-input-create-manually {
    font-size: 15px;
    line-height: 15px;
    color: #6F7275;
}

.add-graphic-helper-icon-book {
    color: #008EE0;
    font-size: 16px;
    line-height: 1em;
    margin-right: 13px;
}

.add-graphic-helper-title{
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #333333;
}

.add-graphic-helper-content {
    font-size: 14px;
    line-height: 140%;
    color: #333333;
}

#pills-for-a-day {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}
#pills-for-a-week {
    border-radius: 0;
    border-right: none;
}
#pills-for-a-month{
    border-radius: 0;
    border-right: none;
}
#pills-your-period{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nav-item.li-pills {
    margin-left: -1px;
}

.nav-link.a-pills.active {
    background: rgba(0, 3, 4, 0.05);
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid rgba(8, 46, 84, 0.15);
}

.nav-link.a-pills {
    background: #F6F7F8;
    color: #6F7275;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid rgba(8, 46, 84, 0.15);
}

.nav-link.a-pills.active:focus {
    background: rgba(0, 3, 4, 0.05) !important;
    color: #333333;
}

.nav-link.a-pills.active:hover {
    background: rgba(0, 3, 4, 0.05) !important;
    color: #333333;
}

.graphic-step2{
    margin-left: -14px;
    margin-right: -14px;
}

.label-periodicity {
    margin-top: -8px;
}

.simplecolorpicker.icon {
    height: 19px;
}

.simplecolorpicker.picker.fontawesome {
    z-index: 9999 !important;
}

.buttonsWorkDaysDisabled {
    background: rgb(255, 255, 255) !important;
    color: #6F7275 !important;
    cursor: default !important;
}

.help_block > span {
    color: #FF5E59;
}

.review-sms-table th, .review-sms-table td{
    border-top: none !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.start-height-div {
    width: 78vh;
}
.border_radius_on_when_review_off {
    border-bottom-right-radius: 3px!important;
    border-bottom-left-radius: 3px!important;
}
