.gj-button-md {
    background: rgb(200,200,200) !important;
    }
     .gj-button-md:hover {
          background: rgb(100,100,100) !important;
    color: rgb(255,255,255) !important;
    }
    .dropdown-menu.inner .dropdown-item:hover,.navbar-menumod .dropdown-item:hover{
color:#AAA !important;
    }
    input:focus,select:focus,.form-control[readonly]:focus{
        color:#f0f8ff !important;
    }
    .form-control[readonly]{
        color:#000 !important;
    }
    .inputGroupNew {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
}
    .inputGroupNew label {
      padding: 12px 30px;
      width: 100%;
      display: block;
      text-align: left;
      color: #3C454C;
      cursor: pointer;
      position: relative;
      z-index: 2;
      transition: color 200ms ease-in;
      overflow: hidden;
}
     .inputGroupNew label:before {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        content: '';
        background-color: #5562eb;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale3d(1, 1, 1);
        transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
        opacity: 0;
        z-index: -1;
      }
     .inputGroupNew label:after {
        width: 32px;
        height: 32px;
        content: '';
        border: 2px solid #D1D7DC;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
        background-repeat: no-repeat;
        background-position: 2px 3px;
        border-radius: 50%;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        transition: all 200ms ease-in;
      }
    .inputGroupNew input:checked ~ label {
      color: #fff;
}
.inputGroupNew input:checked ~ label:before {
        transform: translate(-50%, -50%) scale3d(100, 100, 1);
        opacity: 1;
      }
.inputGroupNew input:checked ~ label:after {
        background-color: #54E0C7;
        border-color: #54E0C7;
      }
    .inputGroupNew input {
      width: 32px;
      height: 32px;
      order: 1;
      z-index: 2;
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      visibility: hidden;
    }
    .fc .fc-button-group .fc-button {
    background-color: transparent !important;
}
    .fc .fc-button-group .fc-button:hover {
    background-color: #2C3E50 !important;
}
    .navbar-elwilliam .dropdown-item:hover{
        color:#FFF;
        font-weight: bold;
    }
    .app-fullcalendar{background: transparent !important; }
    .app-fullcalendar a{color: white !important; }
/*NEWS*/
.menu-titulo,.menu-titulo .nav-link{
color:#5bc0de !important;
}
.menu-titulox,.menu-titulox .nav-link{
color:#0275d8 !important;
}
select.form-control, select.asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row select, .select2-container--default select.select2-selection--single, .select2-container--default .select2-selection--single select.select2-search__field, select.typeahead, select.tt-query, select.tt-hint{
color: #CCCCCC !important;
}
.bootstrap-select .dropdown-toggle:focus {
	color: #CCCCCC !important;
	font-weight: 500;
}