﻿.settings .padding-small {
    padding: 5px;
}

.settings .padding-medium {
    padding: 10px;
}

.settings .padding-large {
    padding: 15px;
}

.settings .editMappingContainer {
    display: flex;
    flex-direction: row;
    position: relative;
    height: calc(100vh - 90px);
    overflow: hidden;
}

.settings .colonnaEdit {
    width: 50vw;
    padding-right: 10px;
    height: 100%;
}

.settings .colonnaMappingCollapsed {
    width: 25px;
    height: 100%;
    background: #f2f2f2;
}

.settings .colonnaMappingCollapsed img{
    cursor:pointer;
}

    .settings .colonnaMappingCollapsed.fullScreen img {
        transform: scaleX(-1);
    }

    .settings .colonnaMappingCollapsed .btnExpandDettaglio {
        width: 100%;
        height: 30px;
        top: 50%;
        position: relative;
    }


.settings .colonnaPreview {
    position:relative;
    width: 50vw;
    padding: 0px 10px 10px 10px;
    overflow-y: scroll;
}

.settings .colonnaPreview.fullScreen 
{
    width: 97vw;
}

    .settings .colonnaPreview .loadingPreview {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background-color: rgba(242, 242, 242, 0.4);
    }

.settings .table-mapping {
    width: 100%;
    border-collapse: collapse
}

    .settings .table-mapping th,
    .settings .table-mapping td {
        border: 1px solid #ddd;
    }

.settings .drop {
    width: 220px;
}

.settings .table-mapping th {
    padding: 10px;
    background-color: #f2f2f2;
    color: #4db648
}

.settings .table-mapping td {
    padding: 10px;
}

.settings .table-mapping tr.hidden {
    display:none;
}

/*tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr.hidden ~ tr:nth-child(odd) {
    background: #f2f2f2;
}

tr.hidden ~ tr:nth-child(even) {
    background: #fff;
}*/

        

.settings .form-group {
    margin: 0 0 15px 0;
    float: left;
    z-index: 2;
    position: relative;
    width: calc(33% - 15px);
}

.settings .form-group-4c {
    margin: 0 0 10px 0;
    float: left;
    z-index: 2;
    position: relative;
    width: calc(25% - 10px);
}

.settings .form-control {
    display: block;
    width: 100%;
    border-radius: 4px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    height: 30.4px;
}
.settings .form-control.inline {
    display: inline-block;
    margin-left:10px;
}

    .settings .form-control.check {
        width: 18px;
        float: left;
        display: inline-block;
    }

.settings .labelsCheck {
    margin-top: 9px;
    margin-left: 9px;
    margin-right: 21px;
    display: block;
    padding-top: 0;
    padding-left: 20px;
}



.settings .form-control.drop {
    border: 0;
}

.settings .k-button {
    padding: 0 7px 0;
}

.settings a.btnSuccess {
    background: #5cb85c;
    color: #ffffff;
    font-size: 18px;
    padding: 4px 20px;
    margin: 50px 0px;
    transition: ease 0.2s;
}

    .settings a.btnSuccess:hover {
        background: #309130;
        color: #ffffff;
    }

.settings a.btnError {
    background: #f35800;
    color: #ffffff;
    font-size: 18px;
    padding: 4px 20px;
    margin: 50px 0px;
    transition: ease 0.2s;
}

    .settings a.btnError:hover {
        background: #a94442;
        color: #ffffff;
    }
