﻿/*==========footer==========*/
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 12px !important;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #212121;
    color: #B6B6B6;
    padding: 5px 0;
    font-size: 11px;
}


.panel-title {
    font-size: 13px !important;
    font-weight: normal;
}

.form-control {
    font-size: 12px !important;
}

.btn {
    font-size: 12px !important;
}

.with-padding {
    padding: 16px;
}

.glyphicon.fast-right-spinner {
    -webkit-animation: glyphicon-spin-r 1s infinite linear;
    animation: glyphicon-spin-r 1s infinite linear;
}

@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

div.dataTables_wrapper div.dataTables_processing {
    top: 0%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000; 
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .btn {
        width: 100%;
        margin-top: 7px;
    }

    .margin-mobile {
        margin-top: 7px;
    }

    .modal-footer .btn + .btn {
        margin-left: 0 !important;
    }

    .dropdown-toggle {
        margin-top: 0px !important;
    }
}

@media screen and (min-width: 768px) {
    .margin-laptop {
        margin-top: 7px;
    }
}

.mandatory {
    color: #b94a48;
    margin-left: 3px;
}

.modal-header {
    background: #0076b6;
    color: white;
}

.modal-header-warning {
    background: #f0ad4e;
    color: white;
}

/*.modal-footer {
    padding: 10px 0px 0px !important;
}*/

.close {
    color: #fff !important;
    opacity: 1 !important;
}

    .close:hover,
    .close:focus {
        color: #fff !important;
        opacity: 1 !important;
    }

.text-semibold {
    font-size: 14px;
    font-weight: normal;
}

#DivReCaptchaGoogle {
    transform: scale(0.85);
    transform-origin: 0 0;
    padding-left: 25px;
}

#DivReCaptchaGoogle, #rc-imageselect {
    transform: scale(0.85);
    transform-origin: 0 0;
}
.dataTables_wrapper .dataTables_info {
    clear: left;
    float: left;
    padding-top: 0.755em;
}