.topnavbar {
	background-image: linear-gradient(90deg,#094CBF 0,#094CBF) !important;
	background-color: #094CBF !important;
}

.bg-primary-light{
	background-color:#094CBF !important;
	color:#fff !important;
}

.sidebar>.nav>li>.nav-item:focus, .sidebar>.nav>li>.nav-item:hover, .sidebar>.nav>li>a:focus, .sidebar>.nav>li>a:hover{
	text-decoration: none;
	outline: none;
	color: #094CBF;
}

.sidebar-subnav>li>.nav-item:focus, .sidebar-subnav>li>a:hover {
	color: #055fb9 !important;
}

.btn-primary {
    background-color: #094CBF !important;
}

.header-partner{
	background: #f1f2f3
}

/*Datatable*/
tr.selected{
	background: #d8dade !important;
}

.bg-status-active{
    background-color: #39c420;
}

.location-facebook ul {
    list-style-type: none;
}

.m-b-1 {
	margin-bottom: 1%;
}

.select-disabled {
  	pointer-events: none;
  	background: #eee;
    cursor: not-allowed !important;
}

.error {
    color: #FF0000;
}

label.error {
	margin-top: 3px;
    color: #FF0000;
    font-size: 12px;
    font-weight: normal;
}

.d-none {
    display: none !important;
}

.tooltip {
	z-index: 1000 !important;
}

.invalid-input {
    font-size: 11px;
    color: red;
}

.check-disabled {
    cursor: not-allowed !important;
}

.button-bucket {
	cursor: pointer;
	text-decoration: none;
}

.button-bucket:hover {
  text-decoration: none;
}

.disabled-href {
  cursor: not-allowed; /* El padre maneja el cursor */
}

.disabled-href a {
  pointer-events: none;
  text-decoration: none;
}

.disabled-href a:hover {
  text-decoration: none;
}

fieldset.scheduler-border {
    border: 1px solid #e5e5e5 !important;
    border-radius: 16px;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin-bottom: 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #DDE6E9;
            box-shadow:  0px 0px 0px 0px #DDE6E9;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}

.anti-disabled {
    color: white !important;
    cursor: initial !important;
    opacity: initial !important;
}
