﻿input.error, textarea.error, select.error {
    border: 1px solid red !important;
}
#extr-page #header {
    background-color: #dbecf1 !important;
}
.padding-10 {
    padding:10px;
}
.padding-15 {
    padding: 15px;
}

.text-justify {
    text-align: justify;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-10 {
    margin-bottom: 40px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.min-width-110 {
    min-width: 110px
}

#extr-page h4.paragraph-header {
    width: initial;
}
.dataTables_empty {
    padding: initial;
}

nav ul li a
{
    color: white
}
.text-secondary {
    color: #54585a;
}
.btn-secondary {
    background-color: #8f8f8f; /* Or your desired color */
    color: #fff; /* Or your desired color */
    border-color: #8f8f8f; /* Or your desired color */
    /* Add other necessary styles */
}
aside {
    display: block;
    background: #367c2b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left,#367c2b 93%,#2e6425 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(93%,#367c2b),color-stop(100%,#2e6425));
    background: -webkit-linear-gradient(left,#367c2b 93%,#2e6425 100%);
    background: -o-linear-gradient(left,#367c2b 93%,#2e6425 100%);
    background: -ms-linear-gradient(left,#367c2b 93%,#2e6425 100%);
    background: linear-gradient(to right,#367c2b 93%,#2e6425 100%);
    min-height: 100%;
}

.top-padding-0 {
    padding-top: 0 !important;
}

.bg-color-yellow {
    color: #b09b5b !important;
}
.media, .media-body {
    height: 90px !important;
}

@media (max-width: 670px) {
    .tablacross {
        overflow: auto;
    }
}

.window-load {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 3200;
    opacity: 0.65;
    background: #999;
}
.txt-color-white-text {
    color: #fff !important;
}
@media screen and (max-width: 670px) {
    .txt-color-white-text {
        color: black !important;
    }
}