﻿.drophover .drp-element-area {
    /*    border: 2px #fec017 dashed;*/
    background-color: rgba(254, 192, 23, 0.22);
}

#accordion ul {
    cursor: move;
}

#formdesign .form-group label {
    font-weight: normal;
    margin-bottom: 5px !important;
}

#formdesign .form-group {
    margin-bottom: 5px !important;
}

.drp-element-area {
    min-height: 3.5em;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    border: 1px #fec017 dashed;
}

div.drp-element-area img {
    margin: 0;
}

.drop-zone {
    cursor: pointer;
}

quick-insert {
    display: block;
    border: 2px black solid;
}

a:hover + div {
    display: block;
}

.plusIcon {
    /*background-image: url(/Admin/images/icons/plus.png);
    width: 64px;
    height: 64px;
    font-style: italic;*/
    color: rgba(134, 134, 134, 0.58);
    font-size: 0.8em;
    text-align: center;
    position: relative;
    top: 15px;
    /*-ms-transform: translateY(80%);*/
}

.field-option div.disabled {
    pointer-events: none;
    /* for "disabled" effect */
    opacity: 0.5;
    background: #CCC;
}

.field-option {
    display: none;
    width: 184px;
    text-align: justify;
    /* border: 1px solid #3c8dbc;*/
}

.options {
    float: left;
    text-align: -webkit-center;
    padding: 4px;
    font-size: 10px;
    width: 26px;
    cursor: pointer;
    /* background-color: #fec017; */
    z-index: 999;
    border-radius: 62px;
    font-size: 12px;
    margin-right: 4px;
    border: 1px solid #57aec3;
}

    .options a {
        color: #5c5f67;
    }



.form-elements {
    padding: 5px 10px 2px 10px;
    position: relative;
    width: 100%;
    display: inline-block;
}

#formdesign .showBorder {
    background: rgba(254, 192, 23, 0.22);
}


#formdesign .showedit {
    display: block;
    position: absolute;
    top: 40px;
    z-index: 840;
    /* right: 0; */
    left: 20px;
    background-color: #c7f2ff;
    padding: 2px;
}

/*.disbale-option a {
    color: #ccc !important;
    cursor: default !important;
}


.form-addelements {
    padding: 10px;
    position: relative;
}

.field-addoption {
    display: none;
    width: 53px;
    text-align: justify;
    border: 1px solid #282c37;
}*/

.disbale-option a {
    color: #b9b9b9 !important;
    cursor: not-allowed !important;
}

/*.disbale-option {
    background-color: #e7ebee;
}*/

.form-addelements {
    padding: 10px;
    position: relative;
}

.field-addoption {
    display: none;
    text-align: justify;
}

.showadd-edit {
    display: block;
    position: absolute;
    right: 30px;
    top: 15px;
    z-index: 1000;
}

.cuted .showBorder {
    background: rgba(208, 208, 208, 0.18);
}


.showadd-edit {
    display: block;
    position: absolute;
    left: 30px;
    z-index: 1000;
}

#preview-modal .modal-dialog {
    /*width: 91% !important;*/
    width: 1200px !important;
    height: 70% !important;
}


.new-column-ele {
    width: 5px;
    display: inline-block;
    height: 100%;
    position: absolute;
    z-index: 1000;
}

.add-new-column {
    display: none;
}

/*#formdesign .new-column-ele:hover .add-new-column {
    display: block;
}

#formdesign .new-column-ele:hover {
    border: 1px solid #FFB442;
}*/

.add-column-ele-border {
    border: 1px solid #0ba6cb; /*#FFB442;*/
}

.paddingleft7 {
    padding-left: 6px;
}

.plus-column {
    position: absolute;
    top: 0;
    z-index: 999;
    background-color: #fff;
    color: #0ba6cb; /*#fec017;*/
    left: -5px;
}

.sidebar-collapse .content {
    padding-left: 3px;
}

.add-row {
    display: none;
    padding: 1px;
    border: 1px solid #0ba6cb; /*#FFB442;*/
    /*background-image: url(../images/plus.png);*/
    position: relative;
}

.plus-row {
    position: absolute;
    top: -4px;
    z-index: 999;
    background-color: #fff;
    color: #0ba6cb; /*#fec017;*/
}

#formdesign .new-row-ele:hover .add-row {
    display: block !important;
}

#formdesign .new-row-ele {
    height: 5px;
    cursor: pointer;
    position: relative;
}

.disable-controls .drop-zone .form-group {
    pointer-events: none;
}

.new-row-tool-tip {
    font-family: inherit;
    font-size: 11px;
    position: absolute;
    background: #ffffff;
    padding: 5px 10px;
    border: 1px solid #0ba6cb;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.1s linear;
    z-index: 999;
}

.new-col-tool-tip {
    font-family: inherit;
    font-size: 11px;
    position: absolute;
    background: #ffffff;
    padding: 5px 10px;
    border: 1px solid #ffb442;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.1s linear;
    z-index: 999;
    white-space: nowrap;
}

.paste {
    background-color: rgb(199, 242, 255);
}


.modal-dialog .panel {
    border: none;
    box-shadow: none;
    margin-bottom: 0px;
}

/*.modal-body {
    padding: 0px;
}*/

.modal-dialog .add-btn, .modal-dialog .cancel-btn {
    padding: 5px 25px;
}

.modal-dialog .tab-content {
    margin-top: 0px;
}

/*.form-submit {
    background-color: #8775A7;
    color: #fff;
    padding: 10px 50px;
    border-radius: 0px !important;
    font-weight: 600;
}*/

/*.form-submit:hover {
    color: #fff;
    background-color: #715f8f;
}*/

.form-submit, .button-primary {
    border-radius: 0px !important;
    background-color: #67809F;
    font-weight: 600;
    color: #fff;
}

    .form-submit, .button-primary:hover {
        color: #FFF;
        background-color: #5e7591;
    }

.btn-custom:hover {
    border: 1px solid #00A9BE !important;
    background: #00A9BE !important;
    color: #ffffff !important;
}

.btn-custom {
    font-size: 14px !important;
    color: #6d6d6d !important;
    background: #ffffff !important;
    border: 1px solid #00A9BE !important;
    border-radius: 5px !important;
    padding: 7px 25px !important;
    margin: 0 !important;
}




#accordion .accorHeader {
    background-color: #2b3643;
    padding: 5px;
}

#designContainer hr {
    margin-bottom: 0px;
    margin-top: 0px;
}

[data-type="line"] .form-group, [data-type="label"] .form-group {
    margin-bottom: 0px;
}

/* Floating Icons Wrapper Start */
.floating-btn-bar {
    right: 0px;
    position: fixed;
    top: 120px;
    width: 50px;
    z-index: 1001;
}

    .floating-btn-bar .left-arrow {
        background: #E26A6A;
        border: 0;
        color: #ffffff;
        outline: 0;
        padding: 0;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        padding-left: 18px;
        cursor: pointer;
        font-size: 18px;
    }

.floating-btn-link {
    background: #8e8e93;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 50px;
    right: 0;
    line-height: 50px;
    margin-bottom: 0px;
    padding: 0;
    position: relative;
    text-align: center;
    transition: all 250ms ease 0s;
    width: 50px;
}

a.floating-btn-link, a.floating-btn-link:hover, a.floating-btn-link:active, a.floating-btn-link:focus {
    color: #fff;
}

.floating-btn-link.cb-hidden {
    right: -50px;
}

.icon-save {
    background: #578EBE;
}

.icon-cancel {
    background: #67809F;
}

.icon-preview {
    background: #f3c200;
}

.icon-publish {
    background: #1BBC9B;
}
/* Floating Icons Wrapper End */


.overlay {
    background-color: rgba(250, 235, 215, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    display: none;
    cursor: not-allowed;
}
/*
#preview-form .form-group label {
    word-wrap: break-word;
}
*/
.padding-left-0 {
    padding-left: 0px;
}

.padding-right-0 {
    padding-right: 0px;
}

.sidebar-mini.sidebar-collapse .content-header {
    padding: 0px 15px 0px 8px !important;
}

.sidebar-mini.sidebar-collapse .leftpadding {
    padding-left: 40px;
}

.leftpadding {
    padding-left: 0px;
}

.paddingnone {
    padding-left: 5px !important;
}

#formdesign .has-feedback {
    padding: 0px;
}


.rules-tab .fa-plus, .fa-trash-o {
    cursor: pointer;
    font-size: 1.3em;
}

/*.rules-tab .fa-trash-o:hover {
    color: red;
}*/

.rules-tab .fa-trash-o {
    margin-left: 50%;
    /*margin-top: 7%;*/
    cursor: pointer;
    font-size: 1.3em;
}

.form-rules-gradient {
    background: linear-gradient(to right,white, rgba(236,236,236,1)); /*rgba(128, 128, 128, 0.24);*/
    padding: 4px 15px 4px 15px;
    margin-bottom: 5px;
}

.rules-tab .removeRule {
    /*float: right;*/
    margin-right: 2%;
    margin-top: 1%;
}


.rules-tab .addRule {
    margin-top: 1%;
    padding-left: 0;      
   padding: 10px 10px; 
}

/*.control-modal .modal-body {
    height: 515px;
    max-height: 515px;
}*/


.when-label {
    margin-left: 1%;
}

.rules-tab .fa-calendar {
    cursor: pointer;
    pointer-events: all;
}

.sidebar-mini.sidebar-collapse .content-header {
    padding: 0px 15px 0px 8px !important;
}



/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style glyph */
    .inner-addon .fa {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align glyph */
.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}



#preview-form .form-group {
    margin-left: 0px;
}

#preview-form .drop-zone {
    cursor: default;
}

#fbUserForm .drop-zone {
    cursor: default;
}

.rules-tab .validationMessage {
    color: #ff3939;
    font-weight: 700;
}

.rules-tab .fa-calendar {
    cursor: pointer;
    pointer-events: all;
}

/*for changing the jquery.ui.datepicker widget's theme*/
.ui-datepicker {
    background: white;
}
/*
        .ui-state-default:not(.ui-state-active){
           /* color: aliceblue; /

        }

        .ui-datepicker-calendar .ui-state-highlight {
            color: darkblue !important;
        }

        .ui-state-highlight {
    color: white !important;
    background:#2B3643 !important;
}

.ui-state-active {
    border: 1px solid #dad55e !important;
    background: #fffa90 !important;
    color:black !important;
}

.ui-datepicker-today a {
    border: 1px solid #001ff9 !important;
    background: #fff !important;
    color:black;
}

#designContainer input[readonly] {
    background-color: #fff !important;
    /* opacity: 1;/
}*/


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-datepicker-calendar .ui-state-default:hover {
    background-color: #e9e9e9;
    color: #333333;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}
/*datepicker theme ends*/

/* For Events starts here ----->    */
#placeholder {
    resize: none;
}

.js-validator-info {
    background-color: #c60f13;
    color: white;
    font-weight: bold;
    padding: 0;
    height: 25px;
    padding-left: 1%;
}

.js-validator-div {
    margin-top: 1%;
}

    .js-validator-div.visible {
        display: block;
    }

    .js-validator-div.invisible {
        display: none;
    }

.added-field {
    float: left;
    font-size: 15px;
}

.add_field_button {
    float: left;
}

.remove_field_button {
    float: left;
    color: #c5c5c5;
}

    .remove_field_button:hover {
        color: red;
    }

.position-event-buttons {
    top: 50px;
    position: relative;
}

.eventTypeError, .eventHandlerError {
    color: #ff3939;
}

/* For Events ends here -----<    */

.modal-dialog {
    overflow-y: initial !important;
}

.form-control-body {
    height: 650px;
    max-height: 650px;
    overflow-y: auto !important;
}

.form-control-body-Address {
    height: 700px;
    max-height: 700px;
    /*overflow-y: hidden !important;*/
}

.modal-body-Address {
    max-height: 700px;
    overflow-y: auto;
}

.modal-body {
    max-height: 650px;
    overflow-y: auto;
}

.modal-dialog-wide {
    width: 60%;
}

.modal-dialog-tab {
    width: 70%;
}
/*.delete-btn {
    color: #fff;
    background-color: #ed6b75;
    
}

    .delete-btn:hover {
        color: #fff;
        background-color: #e73d4a;
    }

.warning-btn {
    color: #fff;
    background-color: #F1C40F;
    
}

    .warning-btn:hover {
        color: #fff;
        background-color: #c29d0b;
    }*/

.content-formdetails {
    text-align: right;
    /*position: absolute;*/
    width: 100%;
    /* display: none; */
}

.mywidth2 {
    width: 49.6%;
    display: inline-block;
}

.mywidth {
    width: 33%;
    display: inline-block;
}

.ctrlAddress label.error {
    display: table !important;
}

select.error {
    color: black;
}

#designContainer textarea {
    resize: none;
}

#preview-modal .new-column-ele, #preview-modal .new-row-ele {
    visibility: hidden;
}


/* Button WEB API styles starts here ---- > */
.webAPI .addParameter {
    margin-top: 1%;
    padding-left: 0;
    width: 4%;
}

.webAPI .removeParameter {
    /*float: right;*/
    margin-right: 2%;
    margin-top: 1%;
}

.webAPI .checkbox label input[type="checkbox"] {
    display: block;
}

.webAPI .api-raw-textarea {
    resize: none;
    overflow-y: auto;
}

.advancedProperties-tab .form-group {
    padding: 4px 0px 4px 0px;
    margin-bottom: 5px;
}

.advancedProperties-tab .api-parameterList .form-group:not(.paramter-custom) {
    background: linear-gradient(to right,white, rgba(236,236,236,1)); /*rgba(128, 128, 128, 0.24);*/
    padding: 4px 0px 4px 0px;
    margin-bottom: 5px;
}

.advancedProperties-tab .paramter-custom-div {
    padding-right: 0;
}

.advancedProperties-tab .add-parameter, .removeParameter {
    cursor: pointer;
}

/*.advancedProperties-tab .fa-trash-o:hover {
    color: red;
}*/

.advancedProperties-tab .ANDLabel {
    cursor: default;
}

/* Button WEB API styles ends here ---- > */

.validationElement {
    display: none !important;
}

.submit-field-option {
    width: 154px;
}

.advancedProperties-tab .validationMessage {
    color: #ff3939;
    font-weight: 700;
}

.advancedProperties-tab .username {
    color: black !important;
}

.advancedProperties-tab .password {
    color: black !important;
}

input::-webkit-calendar-picker-indicator {
    display: none;
}

/*.button-primary {
    background-color: #578ebe;
    color: #fff;
    padding: 10px 50px;
    border-radius: 0px !important;
    font-weight: 600;
}

    .button-primary:hover {
        color: #fff;
        background-color: #3572a8;
    }*/


/* Style for Button Parameters starts here -----> */
@media (min-width: 768px) {
    .btn-params .col-sm-1 {
        width: 7.333333%;
    }

    .btn-params .col-sm-3 {
        width: 30%;
    }

    .btn-params .col-sm-12 {
        margin-right: 0px;
        margin-left: 0px;
        padding: 0;
    }

    .btn-params .col-md-1 {
        width: 7.333333%;
    }

    .btn-params .col-md-3 {
        width: 30%;
    }

    .btn-params .col-md-12 {
        margin-right: 0px;
        margin-left: 0px;
        padding: 0;
    }

    .btn-params .btn-params-padding-0 {
        padding-left: 0;
    }
}

.btn-params .fa-plus, .fa-trash-o {
    cursor: pointer;
    font-size: 1.3em;
}

/*.btn-params .fa-trash-o:hover {
    color: red;
}*/

.btn-params .fa-trash-o {
    margin-left: 50%;
    margin-top: 7%;
    cursor: pointer;
    font-size: 1.3em;
}

.btn-params .add-parameter, .removeParameter {
    cursor: pointer;
}

.btn-params .removeParameter {
    float: right;
    margin-right: 2%;
    margin-top: 0.7%;
}


.btn-params .addParameter {
    margin-top: 1%;
    padding-left: 0;
    width: 3.333333%;
}

.btn-params .form-group {
    background: linear-gradient(to right,white, rgba(236,236,236,1));
    padding: 4px 0px 4px 0px;
    margin-bottom: 5px;
}

#button-field-modal .form-control-body {
    max-height: 550px;
    height: 650px;
}
#button-image-modal .form-control-body{
    max-height: 650px;
    height: 650px;
}
#button-field-modal .validationMessage {
    color: #ff3939;
    font-weight: 700;
}
#searchbutton-field-modal  .form-control-body {
    max-height: 550px;
    height: 650px;
}
/* Style for Button Parameters ends here -----< */

/* Style for Search Button Cloumn Data starts here -----> */
#searchbutton-datacontrolmapping-tab .addDataColumn, .removeDataColumn {
    cursor: pointer;
}

#searchbutton-datacontrolmapping-tab .addDataColumn, .removeDataColumn {
    margin-top: 1%;
    padding-left: 0;
    width: 3.333333%;
}

#searchbutton-datacontrolmapping-tab .removeDataColumn .fa-trash-o:hover {
    /*color: red;*/
}

#searchbutton-datacontrolmapping-tab .dataColumnList .form-group {
    background: linear-gradient(to right,white, rgba(236,236,236,1));
    padding: 4px 0px 4px 0px;
    margin-bottom: 5px;
}

#searchbutton-datacontrolmapping-tab .dataColumnHeader {
    padding: 4px 0px 4px 0px;
}

#searchbutton-datacontrolmapping-tab .validationMessage {
    color: #ff3939;
    font-weight: 700;
}


/* Style for Search Button Cloumn Data ends here -----< */

#designContainer .form-group {
    margin-bottom: 0px;
}

    #designContainer .form-group > label:first-of-type {
        padding-top: 0px;
    }

.drop-zone[data-type="list"] .form-group label:first-child, .drop-zone[data-type="DetailsView"] .form-group label:first-child {
    margin-bottom: 0px !important;
    padding-left: 0px;
}

.sqlQueryTextArea {
    resize: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.input-file-upload {
    position: absolute;
    left: -999999px;
    visibility: hidden;
}

/* Events control details pop-over starts here ----> */
.controlDetailsPopOverDiv {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100px;
}

/*.fb-popover {    
    width:300px;
    max-width: 500px;
    left: 0;
}

    .fb-popover .arrow {
        left: 15%;
    }*/

/*.controlDetailsPopOverDiv td {
    word-wrap: break-word;
}*/


.controlDetailsTable {
    table-layout: fixed;
}

    /*
    .controlDetailsTable td {
        word-wrap: break-word;
        border: 1px solid;
    }*/

    .controlDetailsTable .scrollableTable {
        table-layout: fixed;
    }

        .controlDetailsTable .scrollableTable td {
            padding-right: 0;
            padding-left: 0;
        }

        .controlDetailsTable .scrollableTable .first {
            width: 54%;
        }


.pop-over {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: #069;
    text-decoration: underline;
    cursor: pointer;
    float: left;
}


#aspnetForm .validationMessage {
    color: #ff3939;
    font-weight: 700;
}


.sqlparameter-Model .fa-plus, .fa-trash-o {
    cursor: pointer;
    /*font-size: 1.3em;*/
}
.form-rules-gradient .fa-plus, .fa-trash-o {
    cursor: pointer;
    /*font-size: 1.3em;*/
}

/*label.radio-inline.control-label {
    margin-left: 10px;
}*/

label.checkbox-inline.control-label {
    margin-left: 10px;
}

.text-areaUndrag {
    resize: none;
}




/*.sqlparameter-Model .fa-trash-o:hover {
    color: red;
}*/
/* Events control details pop-over ends here ----< */

.addressSharedLabel {
    padding-left: 14px;
    padding-top: 6px;
}

.addressSharedColumn {
    padding: 0;
}

/* popupView Styles starts here -----> */

.popUp-View .popUpHeight, .popUpWidth {
    padding-left: 5px;
    padding-right: 5px;
}

.popUp-View .removePopUp {
    float: right;
    padding-top: 8px;
    padding-right:18px; /*popup property tab delete icon alignment issue fix */
}

.popUp-View .fa-plus {
    cursor: pointer;
    font-size: medium;
    padding-top: 10px;
}

.popUp-View .fa-trash-o:hover {
    /*color: red;*/
}

.popUp-View .controlMappingList .form-group {
    background: linear-gradient(to right,white, rgba(236,236,236,1)); /*rgba(128, 128, 128, 0.24);*/
    padding: 4px 0px 4px 0px;
    margin-bottom: 5px;
}

.popUp-View .validationMessage {
    color: #ff3939;
    font-weight: 700;
}

/* popupView Styles ends here -----< */

/* Styles for popUp modal starts here ----> */
.popUpModal .popUpContent {
    border: 0px;
    width: 100%;
    height: 100%;
}

.popUpModal body {
    overflow-y: auto;
}

.popUpModal {
    text-align: center;
    padding: 0 !important;
    z-index: 10000;
}

    .popUpModal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    .popUpModal .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    .popUpModal .modal-body {
        overflow-y: hidden;
    }

    .popUpModal + .modal-backdrop {
        background-color: none !important;
    }

/* Styles for popUp modal ends here ----< */



/* User Info styles */
.user-info-edit {
    float: right;
    margin-right: 10px;
    color: #fff;
}

    .user-info-edit:hover {
        color: #fff;
    }

.user-info {
    min-height: 100px;
}

.user-info-tiltle {
    /*background-color: #0a8fbf;*/
    font-size: 16px;
    padding: 10px;
    margin-top: 0;
    color: #fff;
    margin-bottom:0;
}

.user-info-test {
    background-color: orangered;
    padding: 10px;
    margin-top: 0;
    color: black;
}

/* end */


/*Grid formView DataMapping starts here */
#grid-datacontrolmapping-tab .addDataColumn, .removeDataColumn {
    cursor: pointer;
}

#grid-datacontrolmapping-tab .addDataColumn, .removeDataColumn {
    margin-top: 1%;
    /*padding-left: 0;
    width: 3.333333%;*/
}

.addDataColumn, .removeDataColumn {
    margin-top: 1%;
    /*padding-left: 0;
    width: 3.333333%;*/
}

#grid-datacontrolmapping-tab .removeDataColumn .fa-trash-o:hover {
    /*color: red;*/
}

.mar-top {
    margin-top: 8px;
}

.pad-top {
    padding-top: 0px !important;
}

.head-label {
    padding-top: 6px;
    margin-bottom: 0px;
}

.user-info .form-group {
    margin-bottom: 10px !important;
    margin-right: 0px;
    margin-left: 0px;
}

.cursor {
    cursor: pointer;
}

.zeroPixelValidation {
    width: 0px;
    height: 0px;
    padding: 0px;
    background-color: transparent;
    border: 0;
}

.file-input-inline {
    float: right;
    margin: 10px 0;
    text-align: right;
    padding: 7px 10px;    
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
}
.file-input-inline u {
    text-decoration: none;
}
.file-input-inline:hover {
opacity: 0.8;
}
.btn-file-delete {
    border: 0;
    background: transparent;
    text-align: center;
    margin: 0;
    padding: 0 10px 0 0;
    vertical-align: middle;   
}
.btn-file-delete i {
    color: #a94442;
}
.files {
    background: #dfdfdf;
    /*padding: 10px;*/
    border-radius: 4px;
}
.file-row {
    border-bottom: 1px solid #cccccc;
    padding: 6px 0!important;
    height: auto!important;
    vertical-align: middle;
}
.file-row:last-child {
    border-bottom: 0;
}
.file-name {
    padding: 0!important;
    margin: 0!important;
}

.zeroPixelValidation + .error {
    width: 100%;
}


/*checkbox two column layout*/
.checkbox-col-02, .radio-col-02 {
    width: 35%;
    margin-left: 0px !important;
    /*word-wrap: break-word;*/
}
.locationinfolabel {
    font-weight:normal;
}

.grid-list {
    max-height:450px;
}

#fbUserForm .form-group label {
    /*word-wrap: break-word;*/
}

 
 .loading-wrapper {
    display: none;
    /* left: 50%; */
    POSITION: absolute;
    /* top: 50%; */
    width: 100%;
    height: 100%;
    /* margin: -75px 0 0 -75px; */
    z-index: 1050;
    background: rgba(8, 8, 8, 0.32);
}



.loading {

    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1050;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    /* border: 16px solid #f3f3f3; */
    /* border-radius: 50%; */
    /* border-top: 16px solid #05A5B8; */
    /* -webkit-animation: spin 2s linear infinite; */
    /* animation: spin 2s linear infinite; */
}     

/*Tab /Accordian Ctrl*/
.accordionHeadericon {
   color:rgb(139, 35, 70);
   padding-right:10px;
}
 
/* Custom Accordion Start */
.accordionHeader {
  border-color: #999999;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  margin: -8px 0 0;
  padding: 8px 20px 8px 10px;
  width: 100%;
cursor: pointer;
background: url(../images/icons/icon_right_arrow.png) no-repeat calc(100% - 5px) center;
background-size: 16px 16px;
}
.accordionHeader.accordionHeader_active {
/*  border-left-color: #1fb3e8;*/
  background: url(../images/icons/icon_down_arrow.png) no-repeat calc(100% - 5px) center;
background-size: 16px 16px;
}
.custom_tab {
  border-radius: 4px 4px 0 0;
  color: #333333;
  display: inline-block;
  margin: 6px 3px 6px 0;
  padding: 8px 15px;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
	border: 1px solid #dedede;
	border-bottom: 0;
	cursor: pointer;
}

.textarea-caption{
    padding-top:0px !important;
}

.previewLabel{
    margin-bottom:0px !important;
}

.previewDiv{
    border: 1px solid #d9d9d9; 
    min-height: 150px; 
    padding: 10px;
}

.buttonDiv{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right:8px;
    border: 1px solid #d9d9d9;
    min-height: 105px;
    overflow:hidden;
}

.content_preview_wrapper{
                position: absolute;
                top: 50%;
                right: 30px;
                width: 50%;
                transform: translateY(-50%);
                /*border: 1px solid #dedede;*/
                border-radius: 4px;
                padding: 15px;
                box-sizing: border-box;
                /*background: #eeeeee;*/
                z-index: 999;
}

.select_position_right{

    display: inline-block;
    /*width:48%;*/   

    vertical-align: middle;
}

div.position_right{
    /*display: inline-block;*/
    display:none;
    width:100%;
    /*padding: 10px 15px;*/
    border: 1px solid #dedede;
    /*margin-left: 10px;*/
    vertical-align: middle;
    overflow: hidden;
    overflow-y: auto;
}
div.position_bottom{
    display:none;
    padding: 10px 15px;
    border: 1px solid #dedede;
    /*margin-top: 10px;*/
    vertical-align: middle;
    overflow: hidden;
    overflow-y: auto;
}
.position_right ul, .position_bottom ul{
    padding-left:0;
}
.position_right ul li, .position_bottom ul li{
    list-style: none; 
}

.alignLabel{
    padding-top: 5px !important;
}

.ms-list-label{
    /*display: inline-block;*/
    display:none;
    width: 49%;
    margin-left: 10px;
}

.ms-list-label-list{
    display: inline-block;
    width: 98%;    
}

.ms-list-label-btm{
    display:none;
}
.largeWidth {
   width: 60%;
}

/* to disable resize of textarea element*/
textarea.no-resize {
    resize: none;
}
.locoptionshide {
    visibility:hidden;
}
.sm-img-resize {
    display: inline-block;
    margin: 0 8px;
}
.input-sm-img {
    width: 60px;
    display: inline-block;
    margin: 0 5px;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
/* El Finder File Explorer styles starts here*/
.elfinder-toolbar{
    display:none !important;
}
.elfinder-contextmenu{
    display:none !important;
}
#FileMan-field-modal .modal-body {
    overflow: hidden!important;
}
.elfinder-cwd-filename{
    font-size: 12px;
    padding: 2px 5px!important;
}
.fileManager {
    border: 1px solid #dedede!important;
    overflow: hidden;
    width: auto!important;
}

.elfinder-navbar {
    border: 0!important;
    border-right: 1px solid #dedede!important;
    background: #eeeeee!important;
}
.elfinder-tree-dir.ui-state-active {
    background: #1fb3e8!important;
    border: 1px solid #1fb3e8!important;
    font-size: 16px;
    font-weight: normal;
}
.elfinder-statusbar {
    background: #1fb3e8;
    border: 0;
}
.elfinder-statusbar * {
    color: #ffffff!important;
}
.elfinder-cwd-filename.ui-state-hover {
    background: #1fb3e8!important;
    color: #ffffff!important;
}
.elfinder-cwd-file-wrapper.ui-state-hover {
    background: transparent!important;
}
.ui-icon-gripsmall-diagonal-se {
    display: none !important;
}
.elfinder-ltr .elfinder-cwd-view-icons .elfinder-cwd-file{
    float: none;
    margin: 5px 3px;
    display: inline-block;
    border: 1px solid transparent;
}
.elfinder-cwd-view-icons input, .elfinder-cwd-view-icons {
    text-align: left;
}
.browse-btn{
    position: relative;
    font-size: 0;
    white-space: nowrap;
    border: 0;
    border-bottom: 1px solid #578EBE;
    border-right: 1px solid #578EBE;
    border-top: 1px solid #578EBE;
    border-radius: 0 !important;
}
.browse-btn .btn-upload {
    border-radius: 0!important;
}

/* El Finder File Explorer styles ends here*/

/*For Checkbox Tooltip*/
.checkbox-col-02-inline{
    display: inline-block;
} 


/* Show/Hide a div(popup elements) in custom forms*/
.showDiv {
        display: block;
    }

.hideDiv {
    display: none!important;
}



.form-container-control{
    border: 2px solid darkgray;
    width: 100%;
    min-height: 3.5em;
}
div[class^="mainDiv"] {
    padding: 5px 10px 2px 10px;
    position: relative;
    width: 100%;
    display: inline-block;

}
/* Fix - Button control property window width issue in 1440px resolution monitior */
@media only screen and (min-width:800px) and (max-width: 1500px){
.modal-dialog-tab, .modal-dialog-wide {
    width: 70%;
}
}