input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.bg-2e3192{
	background-color: #2e3192 !important;
}
.bg-ed154d{
	background-color: #ed154d !important;
}
.color-b{
	color: #2e3192 !important;
}
.small-box-footer:hover,.btn-b:hover{
	color: #ed154d !important;
}
.btn-custom:hover{
	background-color: #2e3192 !important;
	border: none !important;
}
.btn-custom{
	border: none !important;
}
label, table th{
	text-transform: uppercase !important;
}
table td{
	text-transform: capitalize !important;
}
/*.card-outline:hover{
	border-top: 3px solid #2e3192 !important;
}*/
.page-item.active .page-link{
	background-color: #17a2b8 !important;
	border-color: #17a2b8!important;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-right: 5px;
}
/*------calander css-------*/
button:focus{
	outline: none !important;
}
.fc-day-number{
	color: #5C5B65 !important;
}
.fc-row, .fc-view table , .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th  {
    border-color: #dadfdb !important;
}
.fc-state-default{
	background-image : none !important;
}
.fc-today-button {
    color: white !important;
    background-color: #17a2b8 !important;
}
.fc-month-button {
    color: white !important;
    background-color: #17a2b8!important;
}
.fc-agendaWeek-button {
    color: white !important;
    background-color: #28a745!important;
}
.fc-agendaDay-button {
    color: white !important;
    background-color: #dc3545!important;
}
.r-style{
    font-size: 32px;
    width: 55px;
    height: 55px;
    text-align: center;
 }