

.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;

}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 1.333em;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    /*border-radius: 10;*/
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 0px solid #dee2e6;
}

table.dataTable td .btn {
    float: right;
}

table.dataTable thead {
    background-color: #6c757d !important;
    color: #fff !important;

}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    /* border-bottom: 5px solid #dee2e6; */
    border-bottom: 1px solid #6c757d !important;
    padding-bottom: 50spx;
    margin-bottom: 50px;
}

.select2 {
    max-width: 100%;
    width: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.btn {
    /*border-radius: 7px;*/
}


/* .nav-item {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
} */

/* .nav-item li a{
    padding-left: 33px !important;
   padding-left: 40px !important;
    margin-left: 0px !important;
    background-color: white;
    color: #42A5F5 !important;
    font-size: 15px;
    border-left-color: #42A5F5;
    border-left: 2px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

} */

.nav-item li a{
    font-size: 15px;
}

/* .nav-item li p {
    padding-left: 30px !important;
    margin-left: 0px !important;
    background-color: white;
    color: #c2c7d0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
} */


a.nav-link.nav-dropdown-toggle {
    background-color : #1d2531 !important;
    color: #fff !important;

}

.nav-item.menu-open {
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    margin-bottom: 3px !important;
    /* padding: 4px; */
    color: #58A8FF !important;
    background-color : #1d2531 !important;
    border-left: 2px solid;
    border-left-color: #42A5F5;
    border-radius: 5px;
}

.menu-close{
    border-left: 2px solid;
    border-left-color: #1d253100;
}


/* a.nav-link.active p{
    background-color : orange !important;
    color: #58A8FF !important;
} */

/* a.nav-link.active i{
    background-color : orange !important;
    color: #58A8FF !important;
} */

/* a.nav-link.active {
    background-color : #1d2531 !important;
    color: #fff !important;
} */

/* a.nav-link:hover{
    background-color : #1d2531 !important;
} */

/* a.nav-link:hover i{
    color : #58A8FF !important;
    } */

/* a.nav-link:hover p{
    color : white !important;
    } */

/* .main-sidebar {
   width: 300px !important;
} */
/* color of background expanded menu

/* .nav ul {
    background-color : purple !important;
} */

/* color of background expanded menu + header
li.nav-item.has-treeview.menu-open {
    background-color : rgb(128, 128, 128)!important;
} */

div.card-header {
    /* background-color : #ffc107 !important; */
    background-color : #fff !important;
}
div.card {
    margin: 30px 0 20px 20px 0 !important;

    padding: 10px 0px 30px 30px px!important;
    /* border: 0; */
    border: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    /* background: #f4f6f9 !important; */
}

/*Select2 ReadOnly Start*/
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    /* background: #eee; */
    background: white;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}
/*Select2 ReadOnly End*/

.rightMenuFix {
    /*top: 30px;*/
    position: fixed;
  }
