.btn:hover {
    color: #f8fafc;
}

.btn-link:hover {
    color: #858586;
}

.btn.active {
    color: #f8fafc;
}

.btn-warning:hover{
    color: #535353;
}

.btn-default:hover{
    color: #535353bb;
}

.btn-pink{
    background-color: #d63384;
    color: #f8fafc;
}

.btn-pink:hover{
    color: rgb(250, 223, 223);
}

.btn-orange{
    background-color: #FFBB33;
    color:#383838;
}

.btn-orange:hover{
    background-color: #ffbb33c2;
    color:#383838;
}
.btn-danger{
    color: #f9faf5;
}

.btn-danger:hover{
    color: #ddcfcf;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.btn-circle-sm {
  width: 20px;
  height: 20px;
  padding: 3px 0px;
  border-radius: 11px;
  text-align: center;
  font-size: 10px;
  line-height: 1.42857;
}

.btn-ellipse.btn-xl {
    width: 100px;
    height: 40px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 0.73;
}

.btn-ellipse {
    width: 65px;
    height: 35px;
    padding: 3px 0px;
    border-radius: 25px;
    text-align: center;
    font-size: 14px;
    line-height: 1.8857;
}

.btn-ellipse.btn-sm{
  width: 40px;
  height: 18px;
  padding: 3px 0px;
  border-radius: 11px;
  text-align: center;
  font-size: 10px;
  line-height: 0.92857;
}

.steps-form {
    display: table;
    width: 100%;
    position: relative; 
}
.steps-form .steps-row {
    display: table-row; 
}
.steps-form .steps-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc; 
}
.steps-form .steps-row .steps-step {
    display: table-cell;
    text-align: center;
    position: relative; 
}
.steps-form .steps-row .steps-step p {
    margin-top: 0.5rem; 
}
.steps-form .steps-row .steps-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; 
}
.steps-form .steps-row .steps-step .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    margin-top: 0; 
    position: relative;
} 

.required-error{
    /* border-color: red; */
    border: 1px solid red;
}

.bg-calendar{
    /* width: 100%;
    height: 400px; */
    background-image: url("../img/calendar.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right; 
    background-size: 35% 100%;
    
}

a.dropdown-item.btn:hover{
    color: #535353bb;
}

.addScroll {
    overflow-y: auto;
    max-height: 340px;
}

.addScroll::-webkit-scrollbar, .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
}

.addScroll::-webkit-scrollbar:vertical, .table-responsive::-webkit-scrollbar:vertical {
    width:10px;
}

.addScroll::-webkit-scrollbar-button:increment,.addScroll::-webkit-scrollbar-button, .table-responsive::-webkit-scrollbar-button:increment,.table-responsive::-webkit-scrollbar-button {
    display: none;
} 

.addScroll::-webkit-scrollbar:horizontal, .table-responsive::-webkit-scrollbar:horizontal {
    height: 10px;
}

.addScroll::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 8px solid #fafafa;
}

.addScroll::-webkit-scrollbar-track, .table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.footer {
    position: relative;
    top: 20px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(255, 255, 255);
    color: #656565;
    text-align: center;
}

.contenedor{
    width:90px;
    height:240px;
    position:absolute;
    right:20px;
    bottom:0px;
}
.botonLogo{
    width:60px;
    height:60px;
    border-radius:100%;
    background:transparent;
    right:0;
    bottom:0;
    position:absolute;
    margin-right:16px;
    margin-bottom:16px;
    border:none;
    outline:none;
    color:rgb(94, 89, 89);
    font-size:36px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.16), 0 1px 3px rgba(0,0,0,0.23);
    transition:.3s;  
}

.swal2-popup {
    font-size: 10px !important;
    /*font-family: Georgia, serif;*/
}

/* .swal2-title {
    
    font-size: 1.875em;
    font-weight: 600;
} */

.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
}
  
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
  
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
  
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
  
input:checked + .slider {
    background-color: #2196F3;
}
  
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
  
input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}
  
  /* Rounded sliders */
.slider.round {
    border-radius: 17px;
}
  
.slider.round:before {
    border-radius: 50%;
}

.colorcheckbox input[type="checkbox"] + label {
    color: #ffffff;
}

.colorcheckbox input[type="checkbox"]:checked + label {
    color: #428bca;
}

#searchResult{
    position: absolute !important;
    z-index: 999;
    list-style: none;
    padding: 0px;
    width: 150px;
    margin: 0;
  }
   
  #searchResult li{
    background: rgb(173, 246, 252);
    padding: 2px;
    margin-bottom: 2px;
  }
   
  #searchResult li:nth-child(even){
    background: rgb(126, 211, 214);
    color: white;
  }
   
  #searchResult li:hover{
    cursor: pointer;
  }
.fc{
    width: 100%;
}
.fc-direction-ltr .fc-button-group>.fc-button
{
  font-size: small;
}

.fc-toolbar {
    font-size: small;
}

#logo{
    
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: .5rem;
    height: 33px;
    
}

.style_logo_title{
    display: inline-block;
    position: relative;
    top: 6px;
    left:6px;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    
}

.editable {
    width: 300px;
    min-height: 20px;
    /* border: 1px solid black; */
    word-wrap: break-word;
    /* font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
    font-size: smaller;
  }

  .mycontent{
    display:none;
  }

    .calendar-container{
        width: 100%;
    }

    .calendar-container .fc-view {
        overflow-x: hidden;
    }

    .calendar-container .fc-view > table {
        width: 100%;
    }
@media (max-width: 576px) {
    .fc-day-grid-container.fc-scroller {
        width: 150%!important;
        overflow-x: auto;
    }
   /*  .calendar-container{
        width: 150%;
        overflow-x: scroll;
    }
    .calendar-container .fc-view > table{
        table-layout: auto;
        
    } */

    /*.calendar-container .fc-view {
        overflow-x: scroll;
    } */

    /* .calendar-container .fc-view > table .fc-scrollgrid .fc-scrollgrid-liquid {
        width: 600px;
    } */
}