/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.nav navbar-nav navbar-right{
	
display:none;	
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #2DA7DF none repeat scroll 0 0;
    color: white;
    opacity: 0.5;
}


.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    background: #2DA7DF none repeat scroll 0 0;
    
}

a:focus, a:hover {
    color: #2DA7DF;
    text-decoration: underline;
}



.btn-default {
    background-color: #2DA7DF;
    border-color: #2DA7DF;
    color: white;
}

.btn-primary {
    background-color: #2DA7DF;
    border-color: #2DA7DF;
    color: #fff;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {

    background-color: #7cc8eb;
    border-color: #7cc8eb;
    color: #fff;

}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	
	color:#2DA7DF;
	
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
	
	background: #d3d3d3 none repeat scroll 0 0;
	color:white;
   
}


.btn-success{
	
	background-color:#4CAE4C;
	text-align:center;
	/* width:70%; */
	
	
}

#top-nav a.quick-nav {
    color:#2DA7DF;
    
}

.panel-default > .panel-heading {
    background-color: #2DA7DF;
    border-color: #ddd;
    color: white;
}

.client-home-panels .panel > .panel-heading {
  
	 color:white;
}

.dataTables_wrapper .dataTables_info {
	  background-color: #2DA7DF;
}

html, body {
    background-color: #FFFFFF;
}

.tile .title :hover{
color:white;
}

#order-premium_comparison .price-table-container .order-button, #order-premium_comparison .price-table-container .order-button:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #4a92b7 0%, #006699 100%) repeat scroll 0 0;
	
}
.domain-checker-container {
    background: rgba(0, 0, 0, 0) url("http://izispotpro.webmasterstudio.fr/templates/wstudio-six/img/domaine.jpg") no-repeat scroll 0 0;
}

.btn-warning {
    background-color: #46a546;
    border-color: #46a546;
    color: #fff;
}

div.header-lined h1 {
    color: black;
}

div.product-details-tab-container {
background:white	
	
	
}	
.tile .icon {
    color: #2DA7DF;
}

.tile .icon:hover {
    color: white;
}

.info-wstudio {
	background:#2DA7DF;
	padding: 2px 4px 2px 10px;
	border-radius:6px 6px 0 0;
}
.info-wstudio h2 a{
	
	color:white;
	font-size: 18px;
}

.padding-0 {
    padding-right:0;
    padding-left:0;
}