@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff
}

.preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px)
}
.cssload-speeding-wheel {
	width: 49px;
	height: 49px;
	margin: 0 auto;
	border: 3px solid #123;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}

@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

body {
    background: #fff
}

.logo i {
    color: #fff
}

.navbar-header,
.right-sidebar .rpanel-title {
    background: #11263a;
    background: -moz-linear-gradient(left, #11263a 1%, #0FACF3 100%);
    background: -webkit-linear-gradient(left, #11263a 1%, #0FACF3 100%);
    background: linear-gradient(191deg, rgba(13, 163, 103, 1) 33%, rgba(7, 131, 129, 1) 58%) !important;
}

.bg-title .breadcrumb .active {
    color: #e74a25
}

.sidebar-nav,
sidebar {
    background: linear-gradient(2118deg, rgba(13, 163, 103, 1) 33%, rgba(7, 131, 129, 1) 58%) !important;
}

#side-menu li a {
    color: #8d9498
}

.sidebar-nav ul#side-menu li.active {
    color: #6c757d;
    background: #fff;
    font-weight: bold;
}
.sidebar-nav ul#side-menu li.active a {
    color: #6c757d;
    background: #fff;
}

.sidebar-nav #side-menu>li:hover>a {
    color: #dadada;
}

#side-menu ul>li>a.active {
    color: #2b2b2b !important;
    font-weight: 550
}

.fix-sidebar .top-left-part {
    background: #11263a
}

.bg-theme {
    background-color: #e74a25!important
}

.chat-list .odd .chat-text {
    background: #e74a25
}

.btn-custom {
    background: #e74a25;
    border: 1px solid #e74a25;
    color: #fff
}

.btn-custom:hover {
    background: #e74a25;
    opacity: .8;
    color: #fff;
    border: 1px solid #e74a25
}

.customtab li.active a,
.customtab li.active a:focus,
.customtab li.active a:hover {
    border-bottom: 2px solid #e74a25;
    color: #e74a25
}

.tabs-vertical li.active a,
.tabs-vertical li.active a:focus,
.tabs-vertical li.active a:hover {
    background: #e74a25;
    border-right: 2px solid #e74a25
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background: #e74a25;
    color: #fff
}


/***** CSS *****/

.svg-logo {
    width: 120px;
}

a.dt-button,
button.dt-button,
div.dt-button {
    background: #112233;
    color: #fff;
    border-color: #112233;
}

button.dt-button:hover {
    background: #112233 !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.select2-container .select2-selection--single {
    height: 37px;
}

.select2-container .select2-selection--multiple {
    min-height: 37px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 7px;
    margin-left: 5px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #e5ebec;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e5ebec;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e5ebec;
}

/* Breadcrumb */

.breadcrumb {
    background-color: transparent;
    margin-bottom: 5px;
}

#mmvuploadform .select2-container .select2-selection--single {
    height: 35px !important;
}

#mmvuploadform .select2-container--default .select2-selection--single {
    border: 1px solid #e5ebec;
    padding: 5px;
    border-radius: 0 !important;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.ml-1 {
    margin-left: 10px;
}

.daterange-value {
    margin: 10px 25px;
}

/* Excel Download popup button */
.modal1 .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    }

    #excel_popup .modal-header {
        background: #2ecc71;
        text-align: center;
        border-top: 8px solid #00a245;
    }
    #excel_popup .modal-header h5 {
        font-size: 20px;
        color: #fff;
        line-height: 0.8;
    }
    #excel_popup .modal-body {
        font-size: 16px;
        color: #333;
        text-align: center;
        min-height: 120px;
    }
    #excel_popup .modal-body p {
        margin-top: 2em;
    }
    #excel_popup .modal-footer {
        text-align: center;
        border-bottom: 8px solid #2ecc71;
    }
    .modal-dialog-centered {
        min-height: calc(100% -(1.75rem* 2));
    }