.form-label{margin-top:0 !important}



.sidebar .tabs-menu ul li .active{

	background:#0e4879;

    color:  #fff;

}

a {

	color: #0e4879;

}

a:hover {

	color: #0e4879;

}

.bg-primary {

	background:#26c2f7 !important;

}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {

	background-color: #7c36f4 !important;

}

.bg-secondary {

	background: #e44374 !important;

}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {

	background-color: #d63d6c !important;

}

/*--- gradient-backgrounds --*/

.bg-primary-gradient {

	background:linear-gradient(to right,#0e4879,#03adf7)!important;

}

a.bg-primary-gradient:hover, a.bg-primary-gradient:focus, button.bg-primary-gradient:hover, button.bg-primary-gradient:focus {

	background-color: linear-gradient(to right,#0e4879,#03adf7) !important;

}

.bg-secondary-gradient {

	background: linear-gradient(to bottom right, #da3d6d 0% , #fb8321 100%) !important;

}

a.bg-secondary-gradient:hover, a.bg-secondary-gradient:focus, button.bg-secondary-gradient:hover, button.bg-secondary-gradient:focus {

	background-color: linear-gradient(to bottom right, #da3d6d 0% , #fb8321 100%) !important;

}

.border-primary {

	border-color:#0e4879 !important;

}

.border-secondary {

	border-color: #e44374 !important;

}

.text-primary {

	color: #0e4879 !important;

}

a.text-primary:hover, a.text-primary:focus {

	color: #0e4879  !important;

}

.text-secondary {

	color: #e44374 !important;

}

a.text-secondary:hover, a.text-secondary:focus {

	color: #e44374 !important;

}

.table-primary, .table-primary>th, .table-primary>td {

	background-color: #d5d5f1;

}

.table-hover .table-primary:hover {

	background-color: #d5d5f1;

}

.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {

	background-color: #d5d5f1;

}

.table-secondary, .table-secondary>th, .table-secondary>td {

	background-color:#ffe1ea;

}

.table-hover .table-secondary:hover {

	background-color: #ffe1ea;

}

.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {

	background-color: #ffe1ea;

}

.select2-container--default.select2-container--focus .select2-selection--multiple {

	border-color:#0e4879 !important;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice {

    background-color: #0e4879 !important;

    border: 1px solid #0e4879 !important;

}

.form-control:focus {

	border-color:#0e4879;

}

.btn-primary {

	color: #fff;

	background: #353438 !important;

	border-color: #353438  !important;

}

.btn-primary:hover {

	color: #fff;

	background-color: #6f55da;

	border-color:#6f55da;

}

.btn-primary:focus, .btn-primary.focus {

	box-shadow: 0 0 0 2px rgb(118, 91, 230,0.9);

}

.btn-primary.disabled, .btn-primary:disabled {

	color: #fff;

	background-color: #0e4879;

	border-color: #0e4879;

}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {

	color: #fff;

	background-color: #0e4879;

	border-color: #0e4879;

}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {

	box-shadow: 0 0 0 2px rgb(118, 91, 230,0.9);

}

.btn-secondary {

	color: #fff;

	background: #e44374 !important;

	border-color: #e44374;

}

.btn-secondary:hover {

	color: #fff;

	background-color: #d63d6c;

	border-color:#d63d6c;

}

.btn-secondary:focus, .btn-secondary.focus {

	box-shadow: 0 0 0 2px rgba(228, 67, 116, 0.9);

}

.btn-secondary.disabled, .btn-secondary:disabled {

	color: #fff;

	background-color: #e44374;

	border-color: #e44374;

}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle {

	color: #fff;

	background-color: #e44374;

	border-color: #e44374;

}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-secondary.dropdown-toggle:focus {

	box-shadow: 0 0 0 2px rgb(228, 67, 116,0.9);

}

.btn-primary-light {

	color: #0e4879;

    background: #bec0f7 !important;

    border-color: #bec0f7 !important;

}

.btn-primary-light:hover {

	color: #fff;

	background-color: #0e4879 !important;

	border-color: #0e4879 !important;

}

.btn-primary-light:focus, .btn-primary-light.focus {

	box-shadow: 0 0 0 2px rgb(118, 91, 230,0.9);

}

.btn-secondary-light {

	color: #e44374;

	background:#ffe1ea !important;

	border-color:#ffe1ea;

}

.btn-secondary-light:hover {

	color: #fff;

	background-color: #e44374 !important;

	border-color: #e44374;

}

.btn-secondary-light:focus, .btn-secondary-light.focus {

	box-shadow: 0 0 0 2px rgba(240, 239, 241, 0.9);

}

.btn.dropdown-toggle.btn-primary~.dropdown-menu .dropdown-plus-title{

	border-color: rgb(118, 91, 230)  !important

}



/*--gradient-buttons--*/

.btn-primary-gradient {

	color: #fff;

	background: linear-gradient(to right, #0e4879 0%, #03adf7 100%) !important;

	border-color: #0e4879 !important;

}

.btn-primary-gradient:hover {

	color: #fff;

	background-color: #0e4879;

	border-color: #0e4879;

}

.btn-primary-gradient:focus, .btn-primary-gradient.focus {

	box-shadow: 0 0 0 2px rgb(118, 91, 230,0.9);

}

.btn-primary-gradient.disabled, .btn-primary-gradient:disabled {

	color: #fff;

	background-color: #0e4879;

	border-color: #0e4879;

}

.btn-primary-gradient:not(:disabled):not(.disabled):active, .btn-primary-gradient:not(:disabled):not(.disabled).active, .show>.btn-primary-gradient.dropdown-toggle {

	color: #fff;

	background-color: #0e4879;

	border-color: #0e4879;

}

.btn-primary-gradient:not(:disabled):not(.disabled):active:focus, .btn-primary-gradient:not(:disabled):not(.disabled).active:focus, .show>.btn-primary-gradient.dropdown-toggle:focus {

	box-shadow: 0 0 0 2px rgb(118, 91, 230,0.9);

}

.btn-secondary-gradient {

	color: #fff;

	background:linear-gradient(to right, #da3d6d 0% , #fb8321 100%) !important;

	border-color: #e44374;

}

.btn-secondary-gradient:hover {

	color: #fff;

	background-color: #e44374;

	border-color: #e44374;

}

.btn-secondary-gradient:focus, .btn-secondary-gradient.focus {

	box-shadow: 0 0 0 2px rgba(228, 67, 116, 0.9);

}

.btn-secondary-gradient.disabled, .btn-secondary-gradient:disabled {

	color: #fff;

	background-color: #e44374;

}

.btn-secondary-gradient:not(:disabled):not(.disabled):active, .btn-secondary-gradient:not(:disabled):not(.disabled).active, .show>.btn-secondary-gradient.dropdown-toggle {

	color: #fff;

	background-color: #e44374;

	border-color:#e44374;

}

.btn-secondary-gradient:not(:disabled):not(.disabled):active:focus, .btn-secondary-gradient:not(:disabled):not(.disabled).active:focus, .show>.btn-secondary-gradient.dropdown-toggle:focus {

	box-shadow: 0 0 0 2px rgb(228, 67, 116,0.9);

}

.btn-outline-primary {

	color: #0e4879;

	background: transparent;

	background-image: none;

	border-color: #0e4879;

}

.btn-outline-primary:hover {

	color: #fff;

	background: #0e4879;

	border-color: #0e4879;

}

.btn-outline-primary:focus, .btn-outline-primary.focus {

	box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.1);

}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {

	color: #0e4879;

	background-color: transparent;

}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle {

	color: #fff;

	background-color: #0e4879;

	border-color: #0e4879;

}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {

	box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.1);

}

.btn-outline-secondary {

	color: #e44374;

	background-color: transparent;

	background-image: none;

	border-color: #e44374;

}

.btn-outline-secondary:hover {

	color: #fff;

	background-color: #e44374;

	border-color: #e44374;

}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {

	box-shadow: 0 0 0 2px rgb(228, 67, 116,0.9);

}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {

	color: #e44374;

	background-color: transparent;

}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show>.btn-outline-secondary.dropdown-toggle {

	color: #fff;

	background-color: #e44374;

	border-color: #e44374;

}

.btn-link {

	color: #0e4879;

}

.btn-link:hover {

	color: #6d55d2;

}

/*------Drop Downs-------*/

.notifyimg {

	background-image:linear-gradient(to right, #0e4879 0%, #03adf7 100%);

}

.drop-icon-wrap .drop-icon-item:hover{

	color: #0e4879;

}	

.dropdown-item:hover, .dropdown-item:focus {

	color: #0e4879;

}

.dropdown-item.active, .dropdown-item:active {

	color: #0e4879;

}

/*----- Custom control -----*/

.timeline__item:after {

    border: 6px solid #0e4879;

}

.custom-control-input:checked~.custom-control-label::before {

	background-color: #0e4879;

}

.custom-control-label::before {

	background-color: #eae8ef;

}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {

	background-color: #0e4879;

	border-color: #0e4879;

}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {

	background-color: #0e4879;

}

.custom-radio .custom-control-input:checked~.custom-control-label::before {

	background-color: #0e4879;

	border-color: #0e4879;

}

.custom-select:focus {

	border-color: #0e4879;

}

.custom-file-label::after {

	background-color: #0e4879;

}

.custom-range::-webkit-slider-thumb {

	background-color: #0e4879;

}

.custom-range::-moz-range-thumb {

	background-color: #0e4879;

}

.custom-range::-ms-thumb {

	background-color: #0e4879;

}



/*------ Navigation -------*/

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {

	background-color: #0e4879;

}



/*------ Accordion -------*/

.page-link:hover {

	color: #0e4879;

}

.page-item.active .page-link {

	color: #fff;

	background-color: #0e4879;

}



/*------ Email services -------*/

.range.range-primary input[type="range"]::-webkit-slider-thumb {

	background-color: #0e4879;

}

.range.range-primary input[type="range"]::-moz-slider-thumb {

	background-color: #0e4879;

}

.range.range-primary output {

	background-color: #0e4879;

}

.range.range-primary input[type="range"] {

	outline-color: #0e4879;

}



/*------ Pricing Styles ---------*/

.panel.price>.panel-heading {

	background:#0e4879;

}

.nav-tabs .nav-item1 .nav-link:hover:not(.disabled) {

	background: #0e4879;

}

.nav-tabs .nav-item1 .nav-link.active {

	background: #0e4879;

}



/*alerts*/

.pop-primary {

	color: #0e4879;

}

.popsecondary {

	color: #e44374;

}



/*----- Typography ------*/



.heading-primary {

	background-color: #0e4879;

}

.heading-secondary {

	background-color:#e44374;

}

/*------ Breadcrumb ------*/

.breadcrumb-item.active {

	color: #0e4879;

}

.breadcrumb-item1 a {

	color: #0e4879;

}

.breadcrumb-item1 a:hover {

	color: #6f55da;

}



/*-------Accordion-----------*/

.panel-default>.panel-heading {

	color: #0e4879;

}



/* ----- v CAN BE DELETED v ----- */

.panel-title1 a {

	color:#fff;

	background:linear-gradient(to right, #0e4879 0%, #03adf7 100%);

}



/*-----Badges-----*/

.badge-primary {

	color: #fff;

	background: #0e4879;

}

.badge-primary[href]:hover, .badge-primary[href]:focus {

	color: #fff;

	text-decoration: none;

	background-color: #0e4879;

}

.badge-secondary {

	color: #fff;

	background: #e44374  !important;

}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {

	color: #fff;

	text-decoration: none;

	background: #e44374 ;

}



/*-----Badges-----*/

.badge-primary-gradient {

	color: #fff;

	background-image:linear-gradient(to right, #0e4879 0%, #03adf7 100%);

}

.badge-primary-gradient[href]:hover, .badge-primary-gradient[href]:focus {

	color: #fff;

	text-decoration: none;

	background-color: #0e4879;

}

.badge-secondary-gradient {

	color: #fff;

	background: linear-gradient(to bottom right, #da3d6d 0% , #fb8321 100%) !important;

}

.badge-secondary-gradient[href]:hover, .badge-secondary-gradient[href]:focus {

	color: #fff;

	text-decoration: none;

	background:#e44374;

}

.badge-secondary-gradient[href]:hover, .badge-secondary-gradient[href]:focus {

	color: #fff;

	text-decoration: none;

	background:linear-gradient(to bottom right, #da3d6d 0% , #fb8321 100%) !important;

}

.progress-bar{

	background-color: #0e4879;

}

/*-----Alerts-----*/

.alert-primary {

	color: #e1daff;

    background-color: #0e4879;

    border-color: #0e4879;

}

.alert-primary hr {

	border-top-color: #0e4879;

}

.alert-primary .alert-link {

	color: #172b46;

}

.alert-secondary {

	color: #fbe9ee;

    background-color: #e44374;

    border-color: #e44374;

}

.alert-secondary hr {

	border-top-color: #e44374;

}

.alert-secondary .alert-link {

	color: #2e3133;

}





/*-----Lists-----*/

.list-group-item-action:hover, .list-group-item-action:focus {

	color: #0e4879;

}



/*------ Background colors -------*/

.text-blue {

	color: #0e4879!important;

}

.nav-tabs .nav-link:hover:not(.disabled) {

	color: #fff;

	background: #0e4879;

}

.nav-tabs .nav-link.active {

	color: #fff;

	background: #0e4879;

}

@media (max-width: 992px) {

	.nav-item.with-sub .sub-item{

		border-top:2px solid #0e4879;

	}

}	



/*--------panel----------*/

.expanel-primary>.expanel-heading {

	color: #fff !important;

	background-color: #0e4879!important;

	border-color: #0e4879!important;

}

.expanel-secondary>.expanel-heading {

	color: #fff !important;

	background-color: #e44374 !important;

	border-color: #e44374 !important;

}



/*----- Avatars -----*/

.avatar {

	background: #0e4879 no-repeat center/cover;

}





/*-------- Loaders ---------*/

.spinner {

	background-color: #0e4879;

}

.spinner-lg {

	background-color: #0e4879;

}

.double-bounce1, .double-bounce2 {

	background-color: #0e4879;

}

.cube1, .cube2 {

	background-color: #0e4879;

}

.lds-heart div {

	background: #0e4879;

}

.lds-heart div:after,

.lds-heart div:before {

	background: #0e4879;

}

.lds-ring div {

	border: 6px solid #0e4879;

	border-color: #0e4879 transparent transparent transparent;

}

.lds-hourglass:after {

	border: 26px solid #0e4879;

	border-color: #0e4879 transparent ;

}

.form-signin .form-control:focus{

	border-bottom:1px solid #0e4879;

}





/*-----Icon input-----*/

a.chip:hover {

	background-color: #0e4879;

}



/*---- Tags-----*/

.tag-primary {

	background-color: #0e4879;

	color: #fff;

}

.tag-secondary {

	background-color:#e44374;

	color: #fff;

}

.selectgroup-input:checked+.selectgroup-button {

	border-color: #0e4879;

	color: #0e4879;

}

.selectgroup-input:focus+.selectgroup-button {

	border-color: #0e4879;

	color: #0e4879;

}

.custom-switch-input:checked~.custom-switch-indicator {

	background:#0e4879;

}



/***** time-line*****/

.timeline--horizontal .timeline-divider {

	background: #0e4879!important;

}



/*-----Back to Top-----*/

#back-to-top {

	background:#0e4879;

}



#back-to-top:hover {

	color: #0e4879!important;

	border: 2px solid #0e4879;

}



.tabs-menu ul li .active{

	background:#0e4879;

}

.tabs-menu1 ul li .active{

	border-bottom:5px solid #0e4879;

}

.tab-content i{

	color:#3d4354;

}

.tabs-menu2 ul li .active{

	color: #0e4879;

}



/*-- rating--*/



.message-feed:not(.right) .mf-content {

    background: #0e4879;

}

.message-feed:not(.right) .mf-content:before{

    border-right-color: #0e4879;

}

.msb-reply button {

    background: #0e4879;

}



/* --------Added--------- css*/

.wizard-card .moving-tab {

	margin-top:5px;

	background:linear-gradient(to right, #0e4879 0%, #03adf7 100%);

}

.cal1 .clndr .clndr-table .header-days {

	background: #0e4879;

}

.cal1 .clndr .clndr-table tr .day.today.event,

.cal1 .clndr .clndr-table tr .day.my-today.event {

	background: #0e4879;

}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {

    background: #0e4879;

}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {

    background: #0e4879;

}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {

    background: #0e4879;

}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {

    background: #0e4879;

}

.cal1 .clndr .clndr-table tr .day.event:hover, .cal1 .clndr .clndr-table tr .day.my-event:hover{

	background: #0e4879 !important;

}

.fc-event {

	border: 1px solid #0e4879;

}

.fc-event,

.fc-event-dot {

	background-color: #0e4879;

}



/* ----Added css----*/

div.conv-form-wrapper div.options div.option {

	color: #0e4879;

	border: 1px solid #0e4879;

}

form.convFormDynamic button.submit {

	color:#0e4879;

    border:1px solid #0e4879!important;  

}

div.conv-form-wrapper div.options div.option.selected {

    background: #0e4879;

}

div.conv-form-wrapper div.options div.option.selected:hover {

    background: #0e4879;

}

form.convFormDynamic button.submit:hover {

    background:#0e4879!important;

}

div.conv-form-wrapper div#messages div.message.from {

    background:#0e4879;

}

.addui-slider .addui-slider-track .addui-slider-handle:after {

	background: #0e4879;

}

.addui-slider .addui-slider-track .addui-slider-range {

	background: #0e4879;

}

/* line 77, C:/wamp/www/github/addSlider/src/partials/_addSlider.scss */

.timeline__item:after {

	 border: 6px solid #0e4879;

}

.accordionjs .acc_section.acc_active > .acc_head {

    background: #0e4879;

}

.tab_wrapper > ul li.active {

    border-color: #0e4879;

    background: #0e4879;

}

.tab_wrapper.right_side > ul li.active:after {

	background:linear-gradient(to right, #0e4879 0%, #03adf7  100%);

}

.cal1 .clndr .clndr-table tr .day.today,

.cal1 .clndr .clndr-table tr .day.my-today {

	background: #0e4879;

}

.cal1 .clndr .clndr-table tr .day.today:hover,

.cal1 .clndr .clndr-table tr .day.my-today:hover {

	background:#6f55da;

}



.weather-card .top {

	background:linear-gradient(to right,#0e4879,#03adf7);

}

.primary .pricing-divider{

	background:linear-gradient(to right,#0e4879,#03adf7) !important;

}

.secondary .pricing-divider{

	background:linear-gradient(to bottom right, #da3d6d 0% , #fb8321 100%) !important;

	padding: 1em 0 4em;

	position: relative;

}

.product-grid6 .title a:hover{

	color:#0e4879;

}

.product-grid6 .icons li a{

	color:#0e4879;

	border:1px solid #0e4879;

}

.product-grid6 .icons li a:hover{

	background-image:linear-gradient(to right,#0e4879,#03adf7);

	color:#fff;

}

.product-grid6 .icons li a:after,.product-grid6 .icons li a:before{

	background-image:linear-gradient(to right,#0e4879,#03adf7);

}

 .card-counter.primary{

    background-image:linear-gradient(to right,#0e4879,#03adf7);

    color: #FFF;

}

.card-counter.secondary{

    background:linear-gradient(to bottom right, #da3d6d 0% , #fb8321 100%) !important;

    color: #FFF;

  }  



 

/*-----user-profile----*/

#user-profile .profile-details a > i {

	color: #0e4879;

}

#user-profile .profile-details i{

	color: #0e4879;

}



/* CONVERSATION */

@media (max-width: 767.98px) and (min-width: 576px){

	.search-show .search-element {

		background-image:linear-gradient(to right,#0e4879,#03adf7);

	}

}

@media (max-width: 575.98px){

	.search-show .search-element {

		background-image:linear-gradient(to right,#0e4879,#03adf7);

	}

}



.text-primary-gradient {

	background: #0e4879;

}

.text-primary-gradient {

	background: #0e4879;

}

.text-secondary-gradient{

	text-transform: uppercase;

	background: linear-gradient(to bottom right, #da3d6d 0% , #fb8321 100%);

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;

}

.fc button {

	background: #0e4879 !important;

}

/*---about us---*/

.statistics-info .counter-icon i {

    color: #0e4879;

}

.statistics-info .counter-icon {

    border: 1px solid #0e4879;

}



/*--home2 category effect--*/

.item-card-img{

	overflow:hidden;

}

.chat .msg_head{

	background:#0e4879;

}

.msb-reply button {

    background:#0e4879;

}



.top-footer p:hover{

	color:#0e4879;

}

.top-footer a address:hover{

	color:#0e4879;

}

.top-footer a:hover{

	color:#0e4879;

}

.footer-payments a:hover{

	color:#0e4879;

}

.footer-social-list a:hover{

	color:#0e4879;

}

.sw-theme-dots .nav-tabs .nav-link:hover:not(.disabled) {

	color: #0e4879;

}



/*--header-3--*/

.custom-switch-input:checked~.custom-switch-indicator {

	background: #0e4879;

}

.custom-switch-input:focus~.custom-switch-indicator {

	border-color:#0e4879;

}

.label-primary{

	background:#0e4879;

}

.sweet-alert button {

	background-color: #0e4879!important;

}

.header.top-header{

	background:linear-gradient(to right,#0e4879,#03adf7);

}

/*--bg-transparents--*/

.bg-secondary-transparent {

    background-color: rgba(228, 67, 116, 0.1) ;

}

.bg-primary-transparent {

    background-color: rgb(150, 79, 240,0.1) ;

}

.richText .richText-form button{

	background-color: #0e4879;

}

.countdown li{

	background: #0e4879;

}

/*--left-menu--*/

.first-sidemenu{

	background:#002b4f;

}

.side-account li a:hover{ 

	color:#0e4879;

}

.sidetab-menu .panel-tabs li a.active:before{

	background:#3d4354;

}

.sidetab-menu .panel-tabs li a:hover:before{

	background:#3d4354;

}

.sidetab-menu .panel-tabs li a.active{

	color:#3d4354;

	background:none;

}

.sidetab-menu .panel-tabs li a.hover{

	color:#0e4879;

	background:none;

}

/*--Resposive tabs left-menu--*/

 .app-sidebar.resp-vtabs li.resp-tab-active, aside.app-sidebar .resp-vtabs li.resp-tab-active, aside.app-sidebar .resp-vtabs li.resp-tab-active:hover {

	background-color:#0e4879 !important;

}

.resp-vtabs .first-sidemenu  li.active{

	background: rgba(255,255,255,0.05)!important;

}

.resp-vtabs .first-sidemenu  li:hover{

	background:#0e4879 !important;

	color:#fff;

}

.resp-vtabs .first-sidemenu  li.active .side-menu__icon,  .resp-vtabs .first-sidemenu  li:hover .side-menu__icon{

	color:#fff !important;

}

.app-header{

	background:linear-gradient(to right,#fcd3c1,#002b4f);
}

/*--Horizontal menu--*/

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a.active {

    color: #0e4879 !important;

}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {

    color: #0e4879;

}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a.active {

    color: #0e4879;

}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a.active{

	color: #0e4879;

}

.hor-menu .horizontalMenu>.horizontalMenu-list>li>a.active{

	color: #0e4879;

    background: transparent;

}

.hor-menu .horizontalMenu>.horizontalMenu-list>li>a:hover{

	color: #0e4879;

    background: transparent;

}

.hor-menu .horizontalMenu>.horizontalMenu-list>li>a.active:hover{

	color: #0e4879;

}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover {

	color: #0e4879;

}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover{

	color:#0e4879;

}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a:hover{

	color:#0e4879;

}

.horizontal-main2.horizontal-main {

    background: #0e4879;

}

.horizontal-main1.horizontal-main {

    background: #0e4879;

}

@media only screen and (max-width: 991px) {

	.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu li:hover>a {

		color: #0e4879!important;

	}

	.horizontalMenu>.horizontalMenu-list>li:hover>a {

		background:#0e4879;

	}

	.hor-menu .horizontalMenu>.horizontalMenu-list>li>a.active{

		background: #0e4879 !important;

	}

	.hor-menu .horizontalMenu>.horizontalMenu-list>li>a:hover{

		background: #0e4879 !important;

	}

	.horizontalMenu>.horizontalMenu-list>li:hover>a {

		background:#0e4879;

	}

}

.card-header:before, .resp-tabs-list li.active:before{

	background: #0e4879 !important;

}

/*header logo*/

@media (max-width: 575.98px){

	.color-headerlogo .header-mobile{

		background: url(../../../assets/images/VG-Logo-GREY.png);

		background-repeat: no-repeat;

	}

}

@media (max-width: 767.98px) and (min-width: 576px){

	.header-desktop{

		background: url(../../../assets/images/VG-Logo-GREY.png);

		background-repeat: no-repeat;

	}

}

@media (max-width: 992px) and (min-width: 767px){

	.header-desktop{

		background: url(../../../assets/images/VG-Logo-GREY.png);

		background-repeat: no-repeat;

	}

}

@media (min-width: 992px){

	.header-desktop{

		background: url(../../../assets/images/VG-Logo-GREY.png);

		background-repeat: no-repeat;background-size:contain;height:50px;

	}

}



.onoffswitch-checkbox:checked + .onoffswitch-label {

    background-color: #0e4879;

}

.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {

   border-color: #0e4879;

}

.onoffswitch2-checkbox:checked + .onoffswitch2-label {

    background-color:#0e4879;

}

.onoffswitch2-checkbox:checked + .onoffswitch-label2, .onoffswitch2-checkbox:checked + .onoffswitch2-label:before {

   border-color:#0e4879;

}



/*dark-mode */

.dark-mode .side-account li a:hover{ 

	color:#0e4879 !important;

}

.dark-mode .sidetab-menu .panel-tabs li a.active:before{

	background:#0e4879 !important;

}

.dark-mode .sidetab-menu .panel-tabs li a:hover:before{

	background:#0e4879 !important;

}

.dark-mode .sidetab-menu .panel-tabs li a.active{

	color:#0e4879 !important;

	background:none;

}

.dark-mode .sidetab-menu .panel-tabs li a.hover{

	color:#0e4879 !important;

	background:none;

}

.dark-mode .breadcrumb-item.active{

	color:#0e4879;

}

.dark-mode.color-leftmenu.app.sidebar-mini .first-sidemenu{

	background: linear-gradient(to right,#0e4879,#03adf7);

}

/*.default-header .sidemenu-sidebar {

    background: linear-gradient(to right,#0e4879,#03adf7);

}*/

.color-hor .horizontal-main.hor-menu {

	background:linear-gradient(to right,#0e4879,#03adf7);	

}

@media only screen and (max-width: 991px){

	.color-hor .horizontalMenu>.horizontalMenu-list {

		background:linear-gradient(to right,#0e4879,#03adf7);	

	}

	.color-hor .header.top-header{

		background:linear-gradient(to right,#0e4879,#03adf7);	

	}

}

.dark-hor .hor-menu .horizontalMenu>.horizontalMenu-list>li>a.active {

	color:#9982fb;

}

.dark-hor .hor-menu .horizontalMenu>.horizontalMenu-list>li>a:hover{

	color:#9982fb;

}

.color-leftmenu .first-sidemenu{

	background:linear-gradient(135deg, #0e4879 10%, #03adf7 100%);

}

.color-leftmenu .sidemenu-sidebar{

	background:linear-gradient(135deg, #0e4879 10%, #03adf7 100%);

}

.color-hor.dark-mode .horizontal-main.hor-menu {

	background:linear-gradient(to right,#0e4879,#03adf7);	

}