﻿.sch__content {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
}

.sch__list {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 214px;
    position: relative;
}

    .sch__list div[id*='GridData'].GridDataDiv_WebBlue {
        height: calc(100% - 69px) !important;
        min-height: 122px;
    }

.sch__configuration {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: row;
    height: 346px;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
}


.sch__configuration-programmer {
    min-height: 245px;
    position: relative;
    width: 50%;
}

    .sch__configuration-programmer fieldset,
    .sch__configuration-actions fieldset {
        min-height: 297px;
    }

.sch__configuration-actions {
    width: 50%;
}


.sch__configuration-programmer-form {
    display: flex;
    flex-direction: column;
}

    .sch__configuration-programmer-form > div {
        width: 50%;
        display: flex;
        flex-direction: column;
        padding-bottom: 1px;
    }


        .sch__configuration-programmer-form > div > span {
            padding-bottom: 2px;
            box-sizing: content-box;
        }

        .sch__configuration-programmer-form > div.content-schRepeat {
        }

            .sch__configuration-programmer-form > div.content-schRepeat > div {
                display: flex;
                margin-left: 5px;
            }

        .sch__configuration-programmer-form > div.content-dates {
            width: 100%;
            display: flex;
            flex-direction: row;
        }

.content-buttons {
    position: absolute;
    bottom: 0;
    right: 9px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    text-align: right;
    margin-bottom: 4px;
}

    .content-buttons > a {
        padding-right: 8px;
        position: relative;
        top: 2px;
    }

    .content-buttons .buttonlogin,
    .sch__list .buttonlogin,
    .sch__configuration-actions .buttonlogin {
        height: 20px;
        box-sizing: border-box;
        float: none;
        line-height: 15px;
        margin: 0;
    }

.sch__list .RadGrid_WebBlue {
    height: calc(100% - 25px) !important;
}

.sch__list > div:nth-child(1) {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2px;
}

.sch__configuration-programmer-form > div.content-dates .pickerWrapper_Default,
.sch__configuration-programmer-form > div.content-dates .pickerWrapper_Default table {
    width: 100% !important;
}

.sch__configuration-programmer-form > div > input,
.sch__configuration-programmer-form > div.content-schRepeat > div input,
.action__add-form input {
    width: 100% !important;
    height: 20px !important;
    box-sizing: border-box;
    padding: 5px;
}

.action__add-form input {
    width: calc(100% - 22px) !important;
}

.sch__configuration-programmer-form > div.content-schRepeat > div input {
    margin-left: 0px;
}

.sch__configuration-programmer-form > div > select,
.action__add-form > div select {
    width: 100%;
    margin-left: 4px;
    height: 20px;
    padding: 0;
}

.action__add-form > div select {
    width: calc(100% - 7px);
}

.action__add-form {
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 4px;
}

    .action__add-form > div {
        width: 25%;
    }

        .action__add-form > div:nth-child(2) {
            display: flex;
            flex-direction: column;
        }

            .action__add-form > div:nth-child(2) img {
                cursor: pointer;
            }

            .action__add-form > div:nth-child(2) > div {
                display: flex;
            }

        .action__add-form > div span {
        }

        .action__add-form > div select {
            margin-left: 0;
        }

.content__button-new-action {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 4px;
}

.content__button-relate-action {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}

    .content__button-relate-action .view-template {
        width: 120px;
        cursor: pointer;
    }

        .content__button-relate-action .view-template > span:nth-child(2) {
            text-transform: lowercase;
        }

.content-buttons .survey-setting-link--right {
    width: 180px !important;
    margin-left: 6px;
}
