/* ================================
    CSS STYLES FOR Module DNN.UserDefinedTable
   ================================
*/



.UDT_UponSubmit {
    margin-top: 1em;
}

.UDT_Caption {
    display: block;
}

.fnlSettingsWarning {
    margin: 4% 0 0 32%;
    padding: 0;
}

.dnnFormItem span.CommandButton {
    clear: both;
    display: block;
    margin-left: 32%;
    overflow: hidden;
}

.dnnForm .dnnFormItem .dnnFormLabelWithoutHelp label span {
    line-height: 1.4;
    padding-right: 1.8em;
    display: block;
    position: relative;
}

.dnnForm .dnnFormItem .dnnFormLabelWithoutHelp {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

#dnnFormAndListConfig .Sortable .Draggable {
    cursor: move;
}


.dnnFormAndList .dnnGridHeader th {
    font-size: 100%;
    white-space: nowrap;
}


.fnlForm {
    margin: 1em auto 1em;
}
/*
#ssPageSettings .dnnTextEditor
{
    margin-left: 32%;
}*/

.pushRight {
    margin-left: 32%;
}

.dnnForm input.dnnFormRequired {
    border-left: 5px red solid !important;
    padding-right: -5px !important;
}

.dnnFormItem textarea.dnn2rows {
    min-height: 1em;
}

.amcRegistrationRequired {
    border-left: 5px red solid !important;
    padding-right: -5px !important;
}

.dnnFormItem input[type="text"], .dnnFormItem input[type="password"], .dnnFormItem input[type="email"], .dnnFormItem input[type="tel"], .dnnFormItem select, .dnnFormItem textarea {
    width: 65%;
    max-width: 445px;
}

.dnnFormMessage.panelSuccess {
    background-color: rgba(0,255,0,0.15);
    border-color: rgba(0,255,0,0.5);
}

.dnnFormMessage.panelFail {
    background-color: rgba(220,20,60,0.15);
    border-color: rgba(220,20,60,0.5);
}

.modalLoader {
    position: fixed;
    z-index: 11999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.centerLoader {
    z-index: 12000;
    margin: 25% 50%;
    padding: 10px;
    width: 150px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
}

    .centerLoader img {
        height: 128px;
        width: 128px;
    }

.text-danger,
.text-danger:hover {
    color: #e74c3c;
}

.combo {
    width: 60% !important;
}

.combo80 {
    width: 80% !important;
}

.comboMax {
    width: 100% !important;
}

.datePickerStyle {
    box-shadow: none !important;
    border: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.textBoxMax {
    width: 100% !important;
}

div.RadUpload .ruBrowse {
    background-position: 0 -23px;
    width: 159px;
}

.labelFont12 {
    font-size: 14px !important;
}

/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
    .popup .popuptext {
        visibility: hidden;
        width: 160px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -80px;
        font-family: Georgia, serif;
    }

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

.arrow-move {
    display: inline-block;
    animation: moveRight 1s infinite ease-in-out;
}

@keyframes moveRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}
