/*================================================================================
	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.  */
a {
    color: #F2692E;
}

.error_message {
    color: #ff5252;
    font-size: 12px;
}

.gradient-45deg-purple-deep-orange {
    background: #D99440;
    background: -webkit-linear-gradient(45deg, #D99440, #F2692E) !important;
    background: linear-gradient(45deg, #D99440, #F2692E) !important;
}

.navbar-full .brand-sidebar {
    background: #fff;
    background: -webkit-linear-gradient(45deg, #fff, #D99440);
    background: linear-gradient(45deg, #fff, #D99440);
}

.brand-sidebar .brand-logo {
    padding: 17px 12px 17px 22px;
}

.brand-sidebar .logo-wrapper a.brand-logo img {
    height: 28px;
}

.nav-collapsed .brand-sidebar .logo-wrapper a.brand-logo img {
    height: 18px;
}

.nav-collapsed .brand-sidebar .brand-logo {
    padding: 22px 8px 22px 8px;
}

.sidenav li a.active {
    background: #F2692E;
    background: -webkit-linear-gradient(45deg, #F2692E, #D99440);
    background: linear-gradient(45deg, #F2692E, #D99440);
}

#main .section-data-tables .dataTables_wrapper .dataTables_filter {
    display: block;
}

#main .section-data-tables .dataTables_wrapper .dataTables_filter label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

#main .section-data-tables .dataTables_wrapper table.dataTable tbody {
    height: auto;
}

.btn,
.btn-large,
.btn-small,
.btn-floating {
    background-color: #F2692E;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover,
.btn-floating:hover,
#main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
#main .section-data-tables .dataTables_wrapper #page-length-option_paginate .paginate_button:hover {
    background-color: #D99440;
}

#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-color: #D99440;
    box-shadow: 0 0 8px 0 #D99440;
}

#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-color: #F2692E;
    background: #F2692E;
    box-shadow: 0 0 8px 0 #D99440;
}

.fileinput-preview img {
    width: 80px;
}

#img-preview {
    margin-top: 20px;
}
#img-preview img {
    width:80px;
}
