/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_desc_disabled::before {
    content: none !important;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
    content: none !important;
}

table.dataTable.no-footer {

    border-bottom: none !important;

}

#main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper #page-length-option_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper #page-length-option_paginate .paginate_button.current:hover {
    border: 1px solid #00bcd4 !important;
    background: #00bcd4 !important;
    -webkit-box-shadow: 0 0 8px 0 #00bcd4 !important;
    box-shadow: 0 0 8px 0 #00bcd4 !important;
}

#main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button:hover, #main .section-data-tables .dataTables_wrapper #page-length-option_paginate .paginate_button:hover {
    border: 1px solid #00bcd4 !important;
    background: #00bcd4 !important;
    -webkit-box-shadow: 0 0 8px 0 #00bcd4 !important;
    box-shadow: 0 0 8px 0 #00bcd4 !important;
}


#breadcrumbs-wrapper .breadcrumbs .active {
    color: #ffffff!important;
}

.field-icon {
    float: right;
    margin-left: -25px;
    position: relative;
    z-index: 2;
    font-size: 25px !important;
    cursor: pointer;
}

.datepicker-controls .select-month input {
    width: 80px;
}


.select-month:after {
    font-family: 'Material Icons';
    content: "keyboard_arrow_down";
    -webkit-font-feature-settings: 'liga';
    position: absolute;
    top: 30%;
    right: -20%;
}

.select-year:after {
    font-family: 'Material Icons';
    content: "keyboard_arrow_down";
    -webkit-font-feature-settings: 'liga';
    position: absolute;
    top: 30%;
    right: -20%;
}

/*
.selects-container {
    border: 1px solid;
}
*/

.select-wrapper input {
    border-bottom: 1px solid #9e9e9e !important;
    /*box-shadow: 0 1px 0 0  #00bfa5;*/
}

.select-month {
    margin-right: 10px;
}

.select-year {
    margin-right: 10px;
}

.invisible {
    display: none !important;
}

.select2-search--dropdown input:focus {

    border-bottom: 1px solid #e91e63 !important;
    box-shadow: 0 1px 0 0 #e91e63 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
}

.modal {
    background-color: #fff !important;
}


.chip {
    margin-right: unset !important;
    margin-bottom: unset !important;
    font-size: 12px !important;
}

@media screen and (max-width: 827px) and (min-width: 600px) {
    .chip {
        margin-right: unset !important;
        margin-bottom: unset !important;
        font-size: 10px !important;
    }
}

.phone-error-msg{
    color:#e91e63 ;
}

.valid-phone-msg{
    color: #4caf50;
}

input.error[type=tel]:not(.browser-default), input.error[type=tel]:not(.browser-default):focus {
    border-bottom: 1px solid #e91e63 !important;
    box-shadow: 0 1px 0 0 #e91e63 !important;
}