﻿/*Corporate design tab*/
.colorSettings input {
    width: 75% !important;
    margin-right: 0;
    float: left;
}

.sp-replacer {
    width: 20% !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
}

.sp-preview {
    width: 80% !important;
}

.sp-replacer, .sp-preview {
    height: 32px !important;
    margin-top: 0 !important;
}

.sp-dd {
    padding-left: 4px !important;
    height: 32px !important;
    line-height: 27px !important;
}

.smart-form .input.state-disabled, .smart-form .input.state-disabled input {
    background-color: #eee;
}

iframe {
    border: 2px solid #9A9A9A;
}

@media (min-width: 1700px) {
    .sp-dd {
        padding-left: 8px !important;
    }

   .RibbonColorSettings, #tableColorSettings {
        margin-top: 72px;
    }
}

@media (max-width: 1500px) {
    .sp-preview {
        width: 70% !important;
    }
}

@media (max-width: 550px) {
    .colorSettings input {
        width: 80% !important;
    }

    .sp-preview {
        width: 60% !important;
    }

    .Picture {
        width: 100%;
    }
}

.editor {
    height: 400px;
}

#corporateDesign iframe {
    padding: 0;
}

.themes .columnRight > div {
    float: right;
    width: 95%;
}
    .themes .columnRight > div input {
        width: 80% !important;
    }
.themes .editColumns > div {
    padding: 0 !important;
}
@media (max-width: 767px) {
    .colorSettings input {
        width: 80% !important;
    }
    .themes .columnRight > div {
        width: 100% !important;
    }
}

@media (min-width: 767px) and (max-width:870px) {
    .sp-dd {
        padding-left: 0px !important;
    }
}