/* TEXT COLORS */
.color-primary { color: #4664a4 !important; }
.color-secundary { color: #cd4e53 !important; }

/* BACKGROUND COlORS */
.bg-primary {background-image: linear-gradient(to right bottom, #4664a3, #795ca2, #a35292, #c04a76, #cd4e53) !important;}
.bg-primary-solid { background-color: #4664a4 !important; }
.bg-secundary { background-image: linear-gradient(to right, #7d02cb, #7102b8, #6602a6, #5b0294, #500282) !important; }
.bg-secundary-solid { background-color: #cd4e53 !important; }


/* BOX SHADOW */
.box-shadow-color {
    box-shadow: 0 3px 15px rgba(230, 166, 33, 0.3) !important;
}


/* CARD */
.card-checkbox { border: 1px solid #4664a4; }
.card-checkbox::before {
	color: white;
	background-color: #4664a4;
}


/* OVERWRITE */
.sidebar {
    background-image: linear-gradient(to right bottom, #4664a3, #795ca2, #a35292, #c04a76, #cd4e53) !important;
}
.title-left { right: 100px !important; color: white; }
.container-fluid, 
.panel { border-radius: 10px !important; }
.ui-select-match { overflow: hidden; }
.navbar .navbar-left .dropdown-menu:after {
    right: auto !important;
    left: 24px !important;
}
@media (min-width: 768px) {
    .navbar-left .dropdown-menu {
        right: auto !important;
        left: 10px !important;
    }
}
.sa-button-container { margin-top: 20px; }
.sweet-alert fieldset { padding: 0 20px; }
.sweet-alert {
    border: 1px solid #e3e3e3;
    box-shadow: 0 3px 16px rgba(0,0,0,0.07) !important;
}
/*.form-control,
.ui-select-match {
    box-shadow: 0 1px 5px rgba(0,0,0,0.15) !important;
    border: 0 !important;
    border-radius: 4px !important;
}*/
.uib-daypicker > table {
    margin: auto;
}
.clip-check input[type="checkbox"]:checked + label:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/* CALENDAR FULLCALENDAR */
.fc-day-top.fc-today .fc-day-number {
    background: rgba(230, 166, 33, 0.2) !important;
    color: white;
}
.fc-day-top.fc-current-today .fc-day-number {
    background: rgba(230, 166, 33, 0.6) !important;
    color: white;
}


/* DROP IMAGE */
.drop-box {
    background: #F8F8F8;
    border: 2px dashed #DDD;
    min-height: 120px;
    text-align: center;
    padding: 30px;
}
.dragover {
    border: 2px dashed #cd4e53;
}