/*================================================================================
	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.  */


/* #ff9800 orange */
/* #ef6c00 orange darken-3 */
/* #ffb74d orange lighten-2 */

/* #9e9e9e grey */
/* #424242 grey darken-3 */
/* #eeeeee grey lighten-3 */
#main
{
    min-height: calc(100% - 180px) !important;
}

#client-card .card-content .profile-card-i, #chantier-card .card-content .profile-card-i
{
    position: relative;
    top: 6px;
    margin-right: 10px;
}

.gradient-45deg-orange-orange-light
{
    background : linear-gradient(45deg, #ef6c00, #ffb74d) !important;
}

.gradient-45deg-grey-grey-light
{
    background : linear-gradient(45deg, #424242, #9e9e9e) !important;
}

.gradient-45deg-light-pink-light-orange
{
    background : linear-gradient(45deg,  #f8bbd0, #ffe0b2) !important;
}

.gradient-45deg-light-blue-light-pink
{
   
    background : linear-gradient(45deg, #bbdefb,  #f8bbd0) !important;
}

.gradient-45deg-light-oranges-light-green
{
    
    background : linear-gradient(45deg, #ffe0b2,  #c8e6c9) !important;
}

.pd-15-0{
    padding: 15px 0px !important;
}

.br-light-grey
{
    border-right:1px solid #e0e0e0;
}

tr {
    border-bottom: 1px solid #e0e0e0;
}


td, th{
    border-radius:0;
}

#users-list-datatable_filter,#clients-list-datatable_filter,#devis-list-datatable_filter, #prospects-list-datatable_filter
{
    display:none;
}

.mt-15{
    margin-top:8% !important;
}

#echange-client-card .card-content p
{
    font-size: 1rem;

    margin: 10px 0 12px;
}

#echange-client-card .card-content .profile-card-i
{
    position: relative;
    top: 6px;

    margin-right: 10px;
}

#chantier-title{
    font-weight : bold;
    font-size:1.5rem;
    color: #444;
    text-shadow: 0px 0px 8px #fff;
}

/* TABS */
.tabs
{
  background:none;
 font-weight:bold
}

.tabs .tab {
    padding: 0 !important;
    padding-right: 5px !important;
    
   
}
.hidden
{
    display:none;
}

.tabs .tab a{
    color:#555;
    border-radius : 5px ;
} /*Black color to the text*/

.tabs .tab a:hover {
    background-color:#e0e0e0;
    text-shadow: 0px 0px 4px #fff;
	color:#ef6c00;
} /*Text color on hover*/

.tabs .tab a.active {
    background-color:#bdbdbd;
    text-shadow: 0px 0px 4px #555;
	color:#fff;
} /*Background and text color when a tab is active*/

.tabs .indicator {
	background-color:#ffab40;
    height:4px;
    border-radius : 5px ;
} /*Color of underline*/

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color:#bdbdbd;
    color:#fff;
    text-shadow: 0px 0px 4px #555;
  outline: none;
}

.btn-small
{
    padding : 0 1rem;
    /* background-color:#ffab40; */
    background-color:#bbdefb;
    color:#333;
}

.btn-small:hover
{
    padding : 0 1rem;
    background-color:#ffab40;
   
    color:#eee;
}

.subscriber-list-card table th {
    font-size: 1rem;
    font-weight: bold;
    text-transform: none;
    color : black;
}

.users-list-wrapper .users-list-table .dataTable th {
    border-bottom: 3px solid #7e7e7e !important;
    font-size: 1.2rem;
    
}

.fat {
    font-weight : bold;
    font-weight : extra-bold;
    font-size: 1.2rem;
}

#breadcrumbs-wrapper .breadcrumbs-title{
    font-size: 1.9rem;
    line-height : 1.9rem;
}

.dashboard-stats-table tr td, .dashboard-stats-table tr th {
    padding:5px !important;
}

#modalIntervenant{
    max-width:90%;
    max-height:85%;
}

.flash
{
    position: fixed;
    bottom:-200px;
    z-index:999;
    width:100%;
	margin: 0;
	text-align:center;
	padding:21px;
    transition : bottom 0.5s, opacity 1s;
    opacity:1;
    color: #000;
    font-size: 20px;
    font-weight:bold;
    opacity:0.7;
}

#green-flash{
    background-color: #007E33;
    color: white;
    text-shadow: 0px 0px 3px #000;
}

#red-flash{
    background-color: #CC0000;
    color: white;
    text-shadow: 0px 0px 3px #000;
}