/*================================================================================
	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.  */
.display-none{
    display: none;
}

/* product list css */
/*--------------*/
.products-list-wrapper i
{
    vertical-align: middle;
}

.products-list-wrapper .products-list-filter .show-btn
{
    padding-top: 43px !important;
}

.products-list-wrapper .products-list-table
{
    overflow: hidden;
}

.products-list-wrapper .products-list-table .dataTables_filter label input
{
    width: auto;
    height: auto;
    margin-left: .5rem;
}



.products-list-wrapper .products-list-table .dataTables_length label select
{
    display: none;

    width: auto;
    height: auto;
}

.products-list-wrapper .products-list-table .dataTable
{
    border-collapse: collapse;
}

.products-list-wrapper .products-list-table .dataTable th
{
    width: auto !important;
    padding: 19px 15px;

    border-bottom: 1px solid #e0e0e0;
}

.products-list-wrapper .products-list-table .dataTable tbody td
{
    padding: .8rem .8rem;
}

.products-list-wrapper .products-list-table .dataTables_paginate
{
    /* Pagination button styling */
}

.products-list-wrapper .products-list-table .dataTables_paginate .paginate_button
{
    margin-top: .25rem;
    padding: .25em .65em;
}

.products-list-wrapper .products-list-table .dataTables_paginate .paginate_button.current,
.products-list-wrapper .products-list-table .dataTables_paginate .paginate_button:hover
{
    color: white !important;
    border: 1px solid #3f51b5;
    border-radius: 4px;
    background: #3f51b5;
    box-shadow: 0 0 8px 0 #3f51b5;
}

/* user view css*/
/*-------------*/
.products-view i
{
    vertical-align: middle;
}

/* category list css */
/*--------------*/
.category-list-wrapper i
{
    vertical-align: middle;
}

.category-list-wrapper .category-list-filter .show-btn
{
    padding-top: 43px !important;
}

.category-list-wrapper .category-list-table
{
    overflow: hidden;
}

.category-list-wrapper .category-list-table .dataTables_filter label input
{
    width: auto;
    height: auto;
    margin-left: .5rem;
}



.category-list-wrapper .category-list-table .dataTables_length label select
{
    display: none;

    width: auto;
    height: auto;
}

.category-list-wrapper .category-list-table .dataTable
{
    border-collapse: collapse;
}

.category-list-wrapper .category-list-table .dataTable th
{
    width: auto !important;
    padding: 19px 15px;

    border-bottom: 1px solid #e0e0e0;
}

.category-list-wrapper .category-list-table .dataTable tbody td
{
    padding: .8rem .8rem;
}

.category-list-wrapper .category-list-table .dataTables_paginate
{
    /* Pagination button styling */
}

.category-list-wrapper .category-list-table .dataTables_paginate .paginate_button
{
    margin-top: .25rem;
    padding: .25em .65em;
}

.category-list-wrapper .category-list-table .dataTables_paginate .paginate_button.current,
.category-list-wrapper .category-list-table .dataTables_paginate .paginate_button:hover
{
    color: white !important;
    border: 1px solid #3f51b5;
    border-radius: 4px;
    background: #3f51b5;
    box-shadow: 0 0 8px 0 #3f51b5;
}

/* user view css*/
/*-------------*/
.category-view i
{
    vertical-align: middle;
}

.product-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: #363a41 0 0 10px;
    box-shadow: #363a41 0 0 10px;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
}

.form-control-default::placeholder {
  color: #74788d;
  opacity: 1;
}

.form-control-default:disabled, .form-control-default[readonly] {
  background-color: #f5f6f8;
  opacity: 1;
}

.form-control-default {
  display: block;
  width: 100%;
  padding: .47rem .75rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.adjustament-label{
    position: relative; 
    top: 5px;
}

.custom-loader-mask {
    background: rgba( 0, 0, 0, 0.8 );
    bottom: 0;
    left: 0;
    position:
    fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.custom-loader {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate( -50%, -50% );
    -webkit-transform: translate( -50%, -50% );
}

.custom-loader:before {
    border-top: 1em solid #21759b;
    border-right: 1em solid #21759b;
    border-bottom: 1em solid #21759b;
    border-left: 1em solid transparent;
    border-radius: 50%;
    content: '';
    display: block;
    height: 5rem;
    width: 5rem;
    animation: animation 1.1s infinite linear;
    -webkit-animation: animation 1.1s infinite linear;
}

@keyframes animation {
    0% {
        -webkit-transform: rotate( 0deg );
        transform: rotate( 0deg );
    }
    100% {
        -webkit-transform: rotate( 360deg );
        transform: rotate( 360deg );
    }
}
@-webkit-keyframes animation {
    0% {
        -webkit-transform: rotate( 0deg );
        transform: rotate( 0deg );
    }
    100% {
        -webkit-transform: rotate( 360deg );
        transform: rotate( 360deg );
    }
}

.navbar #databases-dropdown
{
    width: 400px;
}

.navbar #databases-dropdown h5
{
    font-size: 1rem;
    font-weight: 500;

    text-transform: uppercase;
}

.navbar #databases-dropdown li
{
    font-size: 1rem;

    padding: 8px 16px;
}

.navbar #databases-dropdown li > a
{
    font-size: 1.1rem;
    font-weight: 300;

    padding: 0;
}

.navbar #databases-dropdown li > a > span
{
    font-size: 1.2rem;

    position: relative;
    top: 4px;

    display: inline-block;

    margin-right: 5px;
}

.navbar #databases-dropdown li > time
{
    font-size: .8rem;
    font-weight: 400;

    position: relative;
    top: -4px;

    margin-left: 38px;
}

.navbar #databases-dropdown li.divider
{
    padding: 0;
}

.btn, .btn-large, .btn-small {
  /*background-color: #ff0d5f;*/
  background-color: #f44336;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
  /*background-color: #ff0d5f;*/
  background-color: #f44336;
}

.btn:focus, .btn-large:focus, .btn-small:focus {
  /*background-color: #ff0d5f;*/
  background-color: #f44336;
}

.btn:active, .btn-large:active, .btn-small:active {
  /*background-color: #ff0d5f;*/
  background-color: #f44336;
}

.btn:visited, .btn-large:visited, .btn-small:visited {
  /*background-color: #ff0d5f;*/
  background-color: #f44336;
}

