.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}
.app-header {
    position: relative;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 55px;
    padding: 0;
    margin: 0;
    background-color: #3f0070 !important;
    border-bottom: 1px solid #c8ced3;
}
table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}
.inv-dateBox {
    text-align: right;
    margin-right: 20px;
    margin-top: -16px;
}
.inv-dateBox input { border-width: 0px;
    font-size: 24px;}
input.invoicedate { border-width: 0px;}
.voilaDetails {
    font-size: 24px;
    font-weight: 700;
}

.btn-purple {
    color: #fff;
    background-color: #3f0070;
    border-color: #3f0070;
}
.listLink {
    color:black;
    font-size: 22px;
    column-gap: 10px;
    display: flex;
    padding-top: 11px;
    text-decoration: none !important;
}
.listLink i {    padding-top: 6px;  }
.iconhome {
    display: inline-block;
    width: 159px;
    height: 159px;
    padding: 35px 11PX;
    text-align: center;
    background: white;
    margin: 11px;
    border-radius: 7px;
    box-shadow: 3px 3px 9px 0px #95959580;
    transition: .3s;
}
.iconhome span,.iconhome2 span {
    color: #33388b;
    font-weight: 500;
    transition: .3s;
}
.iconhome i {
    font-size: 63px;
    color: #ec3489;
    display: block;
    margin: 0px auto;
    margin-bottom: 6px;
    transition: .3s; 
}
.iconhome:hover i{ color: white;text-shadow: none;  }
.iconhome:hover   span{ text-decoration: none;   color: white;}
.iconhome:hover { text-decoration: none;   background: #4a357c; box-shadow: inset 2px 2px 11px 2px #17004c;}

label {
    font-size: 15px;
    font-weight: 500;
}
.homename {
    font-size: 20px; }
.homename span{
    font-weight: 600;
    color: #6b3ed1;
}
.iconhome2 {
    display: inline-block;
    padding: 15px 15PX;
    text-align: center;
    background: white;
    margin: 11px;
    border-radius: 7px;
    box-shadow: 3px 3px 9px 0px #95959580;
    transition: .3s;
}
.iconhome2:hover i{ color: white;text-shadow: none;  }
.iconhome2:hover   span{ text-decoration: none;   color: white;}
.iconhome2:hover { text-decoration: none;   background: #4a357c; box-shadow: inset 2px 2px 11px 2px #17004c;}





/* For other boilerplate styles, see: /docs/general-configuration-guide/boilerplate-content-css/ */
/*
* For rendering images inserted using the image plugin.
* Includes image captions using the HTML5 figure element.
*/

figure.image {
    display: inline-block;
    border: 1px solid gray;
    margin: 0 2px 0 1px;
    background: #f5f2f0;
  }
  
  figure.align-left {
    float: left;
  }
  
  figure.align-right {
    float: right;
  }
  
  figure.image img {
    margin: 8px 8px 0 8px;
  }
  
  figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
  }
  
  /*
   Alignment using classes rather than inline styles
   check out the "formats" option
  */
  
  img.align-left {
    float: left;
  }
  
  img.align-right {
    float: right;
  }
  
  /* Basic styles for Table of Contents plugin (tableofcontents) */
  .mce-toc {
    border: 1px solid gray;
  }
  
  .mce-toc h2 {
    margin: 4px;
  }
  
  .mce-toc li {
    list-style-type: none;
  }
  


  @media print {
    .noprint {
       display: none;
    }

 }