/* LOGIN PAGE */

.heading_font{
	color: #4F49A1;
}
.bgColor{
	background-color: #4F49A1;
}
.dashBgColor{
	background-color: #ececec;
}
.inputColor{
    background-color: #f5f5f5 !important;
}
.form_bgColor {
    background-color: #c4c4c4 !important; 
}



input.btn.btnLogin.loginBtn {
    background-color: #4F49A1;
}
input.btn.btnLogin.loginBtn:hover {
    background-color: #6c66bf;
    color: white;
}
input.btnRegister {
    background-color: #4F49A1;
}
input.btnRegister:hover {
    background-color: #6c66bf;
    color: white;
}


input.form-control {
    border: none;
    border-radius: 1.5rem;
    background: #F5F5F5;
    outline: none;
}
input:focus{
    box-shadow: none !important;
    background: #F5F5F5;
   
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa !important;
    border-radius: 3px;
    padding: 5px;
    background-color: #f5f5f5 !important;
    margin-left: 3px;
}
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    padding: 5px;
    background-color: #f5f5f5 !important;
    padding: 4px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
    border: 1px solid #4f49a1 !important;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    background: linear-gradient(to bottom, white 0%, #4f49a1 100%) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
   
    border: 1px solid #4f49a1 !important;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    background: linear-gradient(to bottom, white 0%, #4f49a1 100%) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: white !important;
}
input[type="date"] {
    padding: 0px 10px;
    border: none;
    border-radius: 1.5rem;
    color: #343a40;
    font-size: 13px;
    height: calc(1.5em + 0.75rem + 2px);
    outline: none;
}
.form_bgColor select.custom-select {
    font-size: 13px !important;
    border: none !important;
    border-radius: 1.5rem;
}
.btn-success {
    color: #fff !important;
    background-color: #4F49A1 !important;
    border-color: #4F49A1 !important;
    border-radius: 1.5rem;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.9rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 1.5rem;
}
/* SELECT2 select box css*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 33px !important;
    font-size: 13px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: none !important;
    border-radius: 1.5em !important;
    height: 33px !important;
}
.select2-results__option {
    padding: 2px 6px !important;
    user-select: none;
    -webkit-user-select: none;
    font-size: 13px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 4px !important;
    right: 4px !important;
    width: 20px;
}
input#searchText {
    border-radius: 1.5rem;
    border: 1px solid #4f49a1;
    padding: 2px 0px;
    outline: none;
}
input#searchText::placeholder {
    font-size: 14px;
    color: #a7a4d0;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
    outline: none;
}
