
.bg-light {
    background-color: #F5F5F5;
}

.p-rounded {
    border-radius: 8px !important;
    line-height: 1.45rem !important;
    margin-top: auto;
    margin-bottom: auto;
}

.pd-15 {
    padding: 15px !important;
}

.tx-success {
    color: #00853e;
}

.tx-big {
    font-size: 1.75rem;
    margin-bottom: 5px !important;
}

mark {
    color: #00853e;
    background-color: transparent;
    font-weight: bold;
}

.tx-warning {
    color: darkorange;
}

.tx-white {
    color: white !important;
}

.d-block {
    display: block;
}

.d-flexbox {
    display: flexbox;
}

.bg-warning {
    background-color: darkorange;
}

.bg-success {
    background-color: #00853e;
}


.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.valign-middle {
    vertical-align: middle;
}

.mg-0 {
    margin: 0px !important;
}

.mg-b-0 {
    margin-bottom: 0px !important;
}

.mg-r-10 {
    margin-right: 10px !important;
}

.mg-l-30 {
    margin-left: 30px !important;
}

.mg-b-15 {
    margin-bottom: 15px !important;
}

.mg-b-30 {
    margin-bottom: 30px !important;
}

.mg-t-15 {
    margin-top: 15px !important;
}

.mg-t-30 {
    margin-top: 30px !important;
}

.pd-0 {
    padding: 0px !important;
}

.pd-5 {
    padding: 5px !important;
}

.pd-10 {
    padding: 10px !important;
}

.pd-15 {
    padding: 15px !important;
}

.pd-30 {
    padding: 30px !important;
}

.pd-b-10 {
    padding-bottom: 10px !important;
}

.pd-b-15 {
    padding-bottom: 15px !important;
}

.pd-l-30 {
    padding-left: 30px !important;
}

.pd-l-15 {
    padding-left: 15px !important;
}

.pd-l-20 {
    padding-left: 20px !important;
}

.pd-t-5 {
    padding-top: 5px;
}

.pd-b-5 {
    padding-bottom: 5px;
}

.pd-b-10 {
    padding-bottom: 10px;
}

.bd-t {
    border-top: 1px solid #ddd;
}

.bd-b {
    border-bottom: 1px solid #ddd;
}

.bd-r-d {
    border-right: 2px dotted #ddd;
}

.bd {
    border: 1px solid #ddd;
}

.bd-dark {
    border: 1px solid #808080;
}

.infocell {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px !important;
}

td,
th {
    font-size: .85rem !important;
    text-align: left !important;
}

td.large {
    font-size: 1.5rem !important;
    text-align: left !important;
    vertical-align: top;
}

td.head {
    background:#efefef;
    font-weight:bold;
}

span.bold {
    font-weight: bold;
}

.logoc {
    text-align: center;
}

.tx-medium {
    font-weight: 400;
}

.tx-bold {
    font-weight: bold;
}

.bold-bd-l {
    border-left: 10px solid #00853e;
}

.moves-list {
    font-size: 14px;
}

.tinierlabel {
    font-size: 9px;
    padding: 0px;
    margin: 0px;
    display: block;
    margin-bottom: -3px;
    color: #00853e;
}

.tiny {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    margin-bottom: -5px;
}

.tinylabel {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    display: block;
    margin-bottom: -5px;
    color: #00853e;
}

.mg-b--5 {
    margin-bottom: -5px;
}

.fieldlabel {
    font-weight: 600;
    color: #585858;
}

.big {
    font-size: 38px;
    font-weight: 400;
    letter-spacing: -1px;
}

.medium {
    font-size: 24px;
    line-height: 2rem;
}

.error {
    color: orangered;
    font-size: 12px;
    font-weight: bold;
    margin: 0px !important;
    padding: 0px;
}

.tx-center {
    text-align: center !important;
}

.tx-loading {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.tx-right {
    text-align: right !important;
}

.tx-status {
    font-size: 24px;
    line-height: 3rem;
    color: #808080;
    font-style: italic;
}

.t-cell {
    display: table-cell;
}

.bd-b {
    border-bottom: 1px solid #ddd;
}

.bd-l {
    border-left: 1px solid #ddd;
}

.bd-r {
    border-right: 1px solid #ddd;
}

.row-striped:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.row-striped:nth-of-type(even) {
    background-color: #fff;
}

/* .hidden {
visibility: hidden;
display: none;
} */

@media screen and (min-width: 769px) {
    .mobile-only {
        visibility: hidden;
        clear: both;
        float: left;
        display: none;
    }
}

@media screen and (max-width: 375px) {
    .mobile-align-center {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 768px) {
    .mobile-hide {
        visibility: hidden;
        clear: both;
        float: left;
        display: none;
    }

    .big {
        font-size: 3.25rem;
        line-height: 3.5rem;
    }
}

.docimage {
    max-width: 100px;
    border: 1px solid #808080;
    padding: 2px;
}

.movefield {
    line-height: 1.5rem;
    margin-bottom: 0px;
    margin-top: 5px;
}

.margin-rl-auto {
    margin-right: auto;
    margin-left: auto;
}

.row>.column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 210000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 1);

}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #000;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1500px;
    margin-bottom: 75px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 30px;
    font-weight: bold;
    opacity: 1;
    background-color: #00853e;
    padding: 5px 12px 5px 12px;
    border-radius: 8px;
}

/* The IMC Logo */
.imctoplogo {
    color: white;
    position: absolute;
    top: 25px;
    left: 25px;
    height: 50px;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.2);
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.topnextprev {
    color: #f2f2f2;
    font-size: 12px;
    padding: 0px;
    position: absolute;
    top: 0;
    right: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.demo:hover {
    opacity: .5;
}

.demo {
    z-index: 100;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bottom-btns {
    margin-top: 15px;
}

.normal-btn {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    color: #fff !important;
    padding-top: 8px;
    padding-bottom: 8px;
}

.download-btn {
    background-color: orangered !important;
}

.btn:hover {
    color: #fff !important;
}

.btn-info:hover {
    color: #fff !important;
}

.b-footer {
    color: white;
    text-align: center;
    margin: 30px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mg-t--200 {
    margin-top: -500px;
}

.tx-centered {
    text-align: center !important;
}

.tx-headline {
    font-weight: bold;
    font-size: 1.15rem;
}

.tx-italic {
    font-style: italic;
}

.tx-normal {
    font-style: normal;
}

.tx-underline {
    text-decoration: underline;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.wd-100p {
    width: 100%;
}

.bg-info {
    background-color: #00853e;
}


.doclistpanel {
    max-height: 200px;
    overflow-y: scroll;
    border-bottom: 1px solid #ddd;

}

.bubble {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
}

.fixrow {
    padding-top: 8px;
    padding-bottom: 8px;
}

.float-none {
    float: none !important;
}

.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {

    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {

    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

.bd-b-green-2 {
    border-bottom: 2px solid #00853f;
}

.bd-grey-1 {
    border: 1px solid #e1e1e1;
}

.pagination li.active {
    background-color: #00853e !important;
}
