﻿/* #wrapper {
    padding-top: 94px;
} */

#wrapper.dashboard {
    padding-top: 74px;
    min-height: 100vh;
}

/* fieldset.newui {
    margin-bottom: 10px;
} */

/* .newui .form-group {
    margin-bottom: 5px;
} */

.newui .tab-content {
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: -1px;
}

.newui textarea {
    resize: none;
}

.label.label-default a {
    color: white;
}

.bg-muted {
    background-color: #bbb;
    color: white; 
}

.flush-top {
    margin-top: 0;
}

.flush-bottom {
    margin-bottom: 0;
}

.flush-vertical {
    margin-top: 0;
    margin-bottom: 0;
}

.modal-header.bg-primary {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header.bg-primary .close {
    color: white;
    opacity: 0.8;
}

.show-ellipses {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.attachment-warning {
    border: 2px solid #777;
    font-weight: bold;
    padding: 5px 5px 0;
    background-color: #999;
    color: white;
    margin-bottom: 10px;
    text-align: justify;
}

    .attachment-warning .warning-checkbox-container label {
        background-color: #fc4242;
        padding: 3px;
    }

@keyframes rotation {0% {transform: rotate(0deg);}25% {transform: rotate(90deg);}50% {transform: rotate(180deg);}75% {transform: rotate(270deg);}100% {transform: rotate(360deg);}}
@keyframes rotation1 {0% {transform: rotate(0deg);}25% {transform: rotate(-90deg);}50% {transform: rotate(-180deg);}75% {transform: rotate(-270deg);}100% {transform: rotate(-360deg);}}
.loader-wrap {position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 9999;background-color: rgba(0,0,0,0.15);}
.loader {position: absolute;width: 84px;height: 84px;left: calc(50% - 42px);top: 45%;padding: 2px;}
.loader > img:first-child,.loader > img:last-child {position: relative;animation: rotation 2s linear infinite;z-index: 9;/*left: 50%;top: 45%;*/height: 80px;width: 80px;}
.loader > img:last-child {animation: rotation1 1.5s linear infinite;position: absolute;left: 2px;top: 2px;}

/* Outline buttons start: This is already present in Bootstrap V4, but not in V3 */
.btn.btn-outline-primary-mp {
    color: #009344;
    background-image: none;
    background-color: transparent;
    border-color: #009344;
}

.btn.btn-outline-primary-mp:hover {
    color: #fff;
    background-color: #009344;
    border-color: #009344;
}

.btn.btn-outline-primary-mp.focus, .btn.btn-outline-primary-mp:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(0,147,68,.5);
    box-shadow: 0 0 0 2px rgba(0,147,68,.5);
}

.btn.btn-outline-primary-mp.active, .btn.btn-outline-primary-mp:active, .show>.btn.btn-outline-primary-mp.dropdown-toggle {
    color: #fff;
    background-color: #009344;
    border-color: #009344;
}
/* End Outline buttons*/

@media (min-width: 1600px) {
    .container {
        width: 1500px;
    }
}

@media (min-width: 992px) {
    .col-md-2-5 {
        width: 20.833333335%;
    }

    .col-md-9-5 {
        width: 79.166666665%;
    }
}
