/* global style */
body{font-size: 12px;}
.h50{height: 50px;}
.lhmod{line-height: 0px;}
.mr10{margin-right: 10px;}

/* card modif style */
.card .card-content .card-title{line-height: 25px;}
.card .card-title{font-size: 20px;}
.card.small{height: 250px;}
.card-action{height: 30px;}
.card-bot-min{margin-top: -27px;margin-left: -18px;margin-right: -18px;font-size: 10px;line-height: 38px;}

/* pagination modif style */
.pagination li a{font-size: 0.8rem;}

/* Tab modif style */
.tabs {background-color: #FF9800;}
.tabs .tab a{color: white;}
.tabs .tab a:hover {color: #e0e0e0;}
.tabs .indicator{color: #FF9800;}

/***********************************************************/
/*                   Theme: no scroll                      */
/***********************************************************/

/* Let's get this party started */

::-webkit-scrollbar {
    width: 3px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(221,221,221,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.4); 
}

/* Vendor Profile Card */
#profile-card .card-image{height:150px;}
#profile-card .card-profile-image{width:70px;position:absolute;top:110px;z-index:1;cursor:pointer;}
#profile-card .btn-move-up{position:relative;top:-40px;right:-18px;margin-right:10px !important;}
#profile-card .card-content p{font-size:1.2rem;margin:20px 0 12px;}
.card-move-up .move-up{padding:20px;}
#chart-dashboard{padding-top:12px;}
#chart-dashboard .card{overflow:hidden;}
#chart-dashboard .card .card-content{padding:10px 14px;}

/* Paralax header vendor */
.parallax-container {
	height: 300px;
	margin-bottom: -50px;
	margin-top: -20px;
}
