﻿/*==========footer==========*/
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 12px !important;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #212121;
    color: #B6B6B6;
}

.panel-title {
    font-size: 14px !important;
}

.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: 5%;
}

@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: 2px;
}

.modal-header {
    background: #0076b6;
    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;
}