﻿input {
    z-index: 1;
}
.ui-helper {
    width: 100% !important;
    height: auto !important;
}
/* For drag and drop */
.highlight {
    border: 2px dashed #0099FF;
    padding: 10px;
    background-color: transparent;
}

.colsec1, .colsec2, .colsec3 {
    min-height: 60px;
    padding-bottom: 30px;
}

/* For Field mouse hover controls */ 
.mdfield:hover {
    position:relative;
    border: 1px dashed #328ac9;
    box-shadow: 0 5px 6px 0 rgba(0,0,0,0.2);
    border-radius: 5px;    
}


    .mdfield:hover .movefield {
        display: block;
    }

    .mdfield:hover .movefieldform a {
        display: block;
    }


    .mdfield:hover .propfield {
        display: block;
    }

    .mdfield:hover .propfieldform a {
        display: block;
    }

    .mdfield:hover .settingfield {
        display: block;
    }

    .mdfield:hover .settingfieldform a {
        display: block;
    }
    .mdfield:hover .actfieldform a {
        display: block;
    }

.propertiesfield {
    background: #fff;
    padding: 0 3px;
    position: absolute;
    right: 33px;
    top: -14px;
    display: none;
}

.mdfield:hover .propertiesfield {
    display: block;
}

.mdfield:hover .propertiesfieldform a {
    display: block;
}

.mdfield:hover .deletefield {
    display: block;
}

.mdfield:hover .deletefieldform a {
    display: block;
}
/* For Section mouse hover controls */
.mdsection h4 {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    border: none;
}

.mdsection {
    padding: 0;
    position: relative;
    margin-top: 15px;
    padding: 0 10px 10px;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

    .mdsection hr {
        border: 0;
        border-bottom: 1px solid #328ac9;
        margin: 0;
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .mdsection h5 {
        background: #328ac9;
        text-transform: uppercase;
        color: #fff;
        padding: 3px 10px;
        margin-top: -12px;
        white-space: nowrap;
        display: block;
        max-width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 15px;
        margin-bottom: 0;
        position: absolute;
        z-index: 2;
    }

    .mdsection:hover {
        border: 1px dashed #328ac9;
        box-shadow: 0 5px 6px 0 rgba(0,0,0,0.2);
    }

        .mdsection:hover hr {
            visibility: hidden;
        }

.settingsection {
    position: absolute;
    right: 33px;
    top: -14px;
    background: #fff;
    padding: 0 3px;
    display: none;
}

.mdsection:hover .settingsection {
    display: block;
}

.deletesection {
    position: absolute;
    right: 10px;
    top: -14px;
    display: none;
}

.mdsection:hover .deletesection {
    display: block;
}


.settingtabs {
    position: absolute;
    right: 20px;
    top: -12px;
    padding: 0 3px;
    display: none;
}

.deletetabs {
    position: absolute;
    right: 0;
    top: -12px;
    padding: 0 3px;
    display: none;
}
.actfieldtabs {
    position: absolute;
    right: 40px;
    top: -12px;
    padding: 0 3px;
    display: none;
}


.mobilescnhold {
    margin-top: 30px;
    position: relative;
}
.mobileinner .mdsection:hover hr {
    visibility: visible;
}
.mobileinner .mdsection:hover .mblsettingsection {
    display: block;
}
.mobileinner .mdsection:hover .mbldeletesection {
    display: block;
}

.tabletinner .mdsection:hover hr {
    visibility: visible;
}

.tabletinner .mdsection:hover .mblsettingsection {
    display: block;
}

.tabletinner .mdsection:hover .mbldeletesection {
    display: block;
}

    .mobilescnhold:hover hr {
        visibility: visible;
    }

.mblsettingsection {
    position: absolute;
    right: 33px;
    top: -14px;
    background: #fff;
    padding: 0 3px;
    display: none;
}

.mobilescnhold:hover .mblsettingsection {
    display: block;
}

.mbldeletesection {
    position: absolute;
    right: 10px;
    top: -14px;
    display: none;
}

.mobilescnhold:hover .mbldeletesection {
    display: block;
}


.ui-tabs-tab:hover .settingtabs {
    display: block;
}

.ui-tabs-tab:hover .deletetabs {
    display: block;
}

.ui-tabs-tab:hover .actfieldtabs {
    display: block;
}

.ui-tabs-tab:hover .settingtabs a {
    border-bottom: 0;
}

.ui-tabs-tab:hover .deletetabs a {
    border-bottom: 0;
}
.ui-tabs-tab:hover .actfieldtabs a {
    border-bottom: 0;
}

/* Loading Panel */
.loadingElement {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    -moz-opacity: 0.6;
}

.MenuloadingElement {
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    -moz-opacity: 0.6;
}

.progressLoader {
    position: absolute;
    top: 47%;
    left: 51%;
    margin: -11px 0 0 -55px;
}

.swal-button--confirm {
    background: #328ac9 !important;
}

    .swal-button--confirm:hover {
        opacity: 0.8;
    }

.swal-button--cancel {
    background: #eaf3f9 !important;
}

    .swal-button--cancel:hover {
        opacity: 0.8;
    }

.ui-tabs-tab:hover .actfieldform {
    display: block;
}

    .ui-tabs-tab:hover .actfieldform a {
        border-bottom: 0;
    }

