/*================================================================================
	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.  */
body, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Cairo', sans-serif !important;
}
header .brand-logo {    
    padding: 11px 12px;
}
    header .brand-logo img {
        height: 40px;
    }
    header .brand-logo .logo-text {
        font-size: 20px;
        vertical-align: super;
    }
#ul-horizontal-nav {
    overflow-x: hidden;
}
td, th {
    padding: 15px 10px;
}
.btn i, .btn-flat i, .btn-floating i, .btn-large i, .btn-small i{
    vertical-align:middle;
}
textarea {    
    height: auto;    
}
.input-field > label {
    color: #676767;
}
.input-field.col label {
    right: 1.2rem;
}
.input-field > label:not(.label-icon).active {
    -webkit-transform: translateY(-14px) scale(.8);
    -ms-transform: translateY(-14px) scale(.8);
    transform: translateY(-14px) scale(.8);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

@media only screen and (max-width: 600px) {
    .jq-ry-container {
        margin: 0 auto;
    }
}
#breadcrumbs-wrapper .breadcrumbs > li + li::before {
    font-family: "Material Icons";
    position: relative;
    top: 3px;
    padding: 0 4px 0 5px;
    content: "keyboard_arrow_left";
    color: #bdbdbd;
}