﻿.TransformFontToUpperCase {
    text-transform: uppercase;
}

.FooterCustom {
    position: fixed;
    bottom: 0;
    color: black;
    padding: 5px;
    width: 100%;
    z-index: 100;
    border-top: 1px solid #f1f2f6;
    box-shadow:0 0 15px rgba(0, 0, 0, 0.28);
}

.requiredClass{
    border:1px solid red;
}


#pageLoading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 2147483647;
    text-align: center;
}

#loading-image {
    width: 90px;
    height: 90px;
}

#LoadingText {
    font-size: 20px;
    color: black;
    font-weight:bolder;
}

#LoadigDiv {
    padding-top: 18%;
}

.padding1px {
    padding: 1px;
}

.borderBottom1px {
    border-bottom: 1px solid #ddd;
}

.CIMAFieldIndication {
    color: blue;
}

.btn-flat {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-flat.active,
    .btn-flat:active,
    .btn-flat:focus,
    .btn-flat:hover,
    .open > .dropdown-toggle.btn-flat {
        color: #fff;
        background-color: #3071a9;
        border-color: #285e8e;
    }

    .btn-flat.active,
    .btn-flat:active,
    .open > .dropdown-toggle.btn-flat {
        background-image: none;
    }

    .btn-flat.disabled,
    .btn-flat.disabled.active,
    .btn-flat.disabled:active,
    .btn-flat.disabled:focus,
    .btn-flat.disabled:hover,
    .btn-flat[disabled],
    .btn-flat[disabled].active,
    .btn-flat[disabled]:active,
    .btn-flat[disabled]:focus,
    .btn-flat[disabled]:hover,
    fieldset[disabled] .btn-flat,
    fieldset[disabled] .btn-flat.active,
    fieldset[disabled] .btn-flat:active,
    fieldset[disabled] .btn-flat:focus,
    fieldset[disabled] .btn-flat:hover {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .btn-flat .badge {
        color: #428bca;
        background-color: #fff;
    }
     .ui-autocomplete {
        max-height: 200px;
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: hidden;
        /* add padding to account for vertical scrollbar */
        padding-right: 20px;
    }

     toggle {
      height: 40px;
    float: right;
}

a.dt-button.dropdown-item.button-page-length {
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 5px 15px;
    color: #000;
    font-weight: 500;
}

.dt-button.dropdown-item.buttons-columnVisibility {
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 5px 15px;
    color: #000;
    font-weight: 500;
}

.dt-button-collection.dropdown-menu {
    background: #fff;
    min-width: auto;
}

