  
  /*  Gray scheme: */


  
  .ms-container, .ms-selection, .ms-selectable{
    background: none !important;
  }

  .form-control,.ms-list{
     border: 1px solid #7e7e7e !important;
  }

  .form-control, .ms-list, .table{
    background-color: #d7d7d7 !important;
  }

   .card-box{
    background-color: darkgray !important;
   }

  body,html{
    background-color: gray !important;
  }

  .ui.segment, .transition, .ui.basic.buttons, .basic {
    background-color: gray !important;
  }
  
  .modal-content{
    background-color: #bbbbbb;
  }

  .item{
    border-top: 1px solid #a1a1a1 !important;
  }

  .row{
    padding:none;
  }

  .ui.basic.buttons{
    background-color: silver !important;
  }
  .ui.basic.buttons:active {
    background-color: none !important;
  }

  .ui.table, .ui.menu,  .input, input, .dropdown, .button {
    background: none !important;
  }

  .dataTables_length select, .dataTables_length select option{
    background: transparent;
    background:rgba(0, 0, 0, 0.2) !important;
    
  }

  thead{
        background-color: #959595 !important;
      }

/* End of gray Scheme */
