/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify main-style.css file.

*/
body {
    color: #333;
}
/* Your custom css codes start here: */
 ul.list li::before {
    color: #00407a!important;
}
 ul.list{
    margin-left: 15px;
  }
   ul.list li:hover{
    color:#00407a;
  }
  table.table th {
  	background-color: #00407a;
  	color:white!important;
  }
  table.table th span {
  	color:white!important;
  }
  table.table td {
  	padding:auto!important;
  }
  .vertical-tab .nav-tabs > li.active a{
    background-color: #00407a!important;
  }
  .text-gray-silver {
    color: #777474 !important;
}
 td.titreTable{
    background-color: #00407a!important;
    color: white!important;
    text-align: center!important;
    padding: 10px;
  }