﻿body {
    background-image: url('../img/bakcground-image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.containerpadding {
    padding-bottom: 100px;
}

.headercss {
    background-color: rgb(4,37,60); /*#86c0d6c2;*/
}

.navbar-light .navbar-nav .nav-link { color: white !important; }

.navigationcss {
    padding: 5px 10px 5px 10px;
    background-color: #86c0d6c2;
}

.navbar .navbar-brand {
    background: url(../images/RSG-Logo.png) no-repeat left 0 center;
    padding-left: 35px;
    color: #fff;
    font-size: 1.1rem;
}

.logocss {
    width: 120px;
}

.logo {
    text-align: left;
}

.marginlogo {
    margin-right: 50px;
}

.margin-right-10 {margin-right: 10px;}

.content-container {
    width: 95%;
    margin: 0 auto;
    margin-top: 50px;
    padding: 30px 30px 10px 30px;
    border: 1px solid rgba(80, 157, 162);
    border-radius: 5px;
    background-color: #fffffff7; /*#86c0d6c2;*/
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.rounded-7 {
    border-radius: 1rem;
}

.rounded-less {
    border-radius: 0.5rem;
}

.accordion-button {
    display: block;
}

.accordion-button::after {
    background-image: initial;
}

.accordion-button:not(.collapsed)::after {
    background-image: initial;
}

.margin-right5 {
    margin-right: 5px;
}

.btn-scroll-top {
    height: 30px !important;
}

.btn-scroll-top-icon {
    line-height: 2rem !important;
}

.sort-dropdown-toggle::after {
    display: inline-block;
    content: "";
}

.control-label {font-weight: 700;}

.display-inline-form {display: inline;}
.display-inline-form form {display: inline;}
.fixContentHide {padding-bottom: 70px;}
.display-none {display: none !important;}

#map {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}

.disable-control {
    pointer-events: none;
    opacity: 0.6;
}

.mt-4 { margin-top: 1.8rem !important; }

.navbar-nav .dropdown-menu .dropdown-item {padding-left: 1.25rem !important; padding-right: 1.25rem !important;}

.margin-top-m { margin-top: 1.5rem !important; }
.width-50 {width: 50% !important;}
.centerText {text-align: center !important;}
.displayBlock {display: block !important;}
.chkbox-label { display: inline !important; }
.bg-info {
    background-color: #b89c67 !important;
}
.linkText {color: black !important;}

/* Dashboard CSS - Start */

.cardcustom {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: transform 0.3s ease;
}

.cardhover:hover {
    background-color: #e2e6ea;
}

.card-title {
    margin: 0;
}

.badge {
    font-size: 1em;
}

.paddingCard5 {
    padding: 5px !important;
}

.blacktext {
    color: black !important;
}

.paddingright10 {
    padding-right: 10px;
}

.textColor {
    color: #b89c67;
}

.blacktext {
    color: black !important;
}

.textbold {
    font-weight: bold;
}

.cardoperationbg {
    background: #ffffff;
}

.marginCards {
    margin-right: 20px;
    margin-left: 20px;
}

/* Dashboard CSS - End */