/* Theme */
#switcher .theme-click {
	background-color: #2e8ece;
}

/* Buttons*/

.btn-primary {
	background-color: #2e8ece;
    border-color: #2e8ece;
}
.in-body-agent button, .in-size-blue, .in-size, .in-card-body button{
    color:#2e8ece;
}

.owl-theme .owl-dots .owl-dot span, .btn-blue, .mp-wrapper:hover .mp-circle, .mp-wrapper:hover .btn-black, .mp-calendarr table tbody tr .today {
    background-color: #2e8ece;
}

.calendar-wrapper i:hover {
    background-color: #2e8ece;
    color: #FFFFFF;
}

.btn-primary:hover, .btn-blue:hover {
    background-image: -webkit-linear-gradient(right, #28395e, #2e8ece);
    background-image: -ms-linear-gradient(right, #28395e, #2e8ece);
    background-image: -moz-linear-gradient(right, #28395e, #2e8ece);
    background-image: -o-linear-gradient(right, #28395e, #2e8ece);
    background-image: linear-gradient(to left, #28395e, #2e8ece);
    border: 1px solid #2e8ece;
}

.in-product-body button:hover, .mp-calendarr table thead tr td, .mp-portfoli label i{
     color:#2e8ece;
}

.mp-progress .progress-bar, .mp-card span label i, .mp-read i {
    background-color: #2e8ece;
}

textarea:focus, select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="email"]:focus, .form-control:focus {
    box-shadow: 0px 0px 0px 1px #2e8ece;
    border-color: #2e8ece;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-blue:not([disabled]):not(.disabled).active, .btn-blue:not([disabled]):not(.disabled):active, .show>.btn-blue.dropdown-toggle {
    background-image: -webkit-linear-gradient(right, #28395e, #2e8ece);
    background-image: -ms-linear-gradient(right, #28395e, #2e8ece);
    background-image: -moz-linear-gradient(right, #28395e, #2e8ece);
    background-image: -o-linear-gradient(right, #28395e, #2e8ece);
    background-image: linear-gradient(to left, #28395e, #2e8ece);
    border-color: #2e8ece;
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.07);
}

.mp-calendarr table tbody tr .not-current:hover, .mp-calendarr table tbody tr .normal:hover, .mp-calendarr table tbody tr .not-current:focus, .mp-calendarr table tbody tr .normal:focus, .mp-calendarr table tbody tr .not-current.active, .mp-calendarr table tbody tr .normal.active {
    background-color: #2e8ece;
    color: #FFFFFF;
}
