.skin-blue .main-header .navbar {
    background-color: #3c8dbc;
    background: #00617E !important;
}
.main-header .logo {
	 background: #00526E !important;
}
.skin-blue .main-sidebar, .skin-blue .left-side {

	background: #001D34;
}
.dataTables_wrapper .ui-toolbar {
    padding: 8px !important;
    border-radius: 0px !important;
    background:#0A1A27 !important;
    border: 4px solid white;
   
}
table.dataTable tbody th, table.dataTable tbody td {
	border: 4px solid white;
	background: white;
}
table.dataTable  tr
{
	border: 4px solid white;

}
.bootstrap-select>.btn.btn-default{
	border-radius: 0px !important;
	border: 4px solid white;
}


#add-btn
{
	background: #0A1A27 !important;
	width: 180px;
	height: 40px;
	color: white;
	border-radius: 0px;
	border: 5px solid white;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 18px;

}
#add-btn-anc
{
	display: none;
}
.dataTables_wrapper .ui-toolbar label, .dataTables_wrapper .dataTables_info
{
	 color: white;
}

.dataTables_wrapper .ui-toolbar select, .dataTables_wrapper .ui-toolbar input
{
	color: black !important;
	border: 0px;
}

table.dataTable thead th.ui-state-default, table.dataTable tfoot th.ui-state-default {
    border-width: 1px;
    background: #EFE1C1;
}

.table>caption+thead>tr>td, .table>caption+thead>tr>th, .table>colgroup+thead>tr>td, .table>colgroup+thead>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0;
    border-color: #EFE1C1;
   
 }

.modal-header, .modal-footer
{
	background:  #001D34 !important;
	color: white !important;
}
.modal-body
{
	background: #ECF0F5 !important;
}

.modal-content input, .modal-content select
{
	border-radius: 0px !important;
}

.modal-content .btn
{
	width: 150px;
	height: 40px;
	color: white;
	border-radius: 0px;
	border: 3px solid white;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 16px;
	font-family: 'Anton', sans-serif !important;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #001D34;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.modal-content .btn-primary
{
	background: #0A1A27;

}

.modal-content .btn-default
{
	background: #EFE1C1;
	color: #0A1A27;
	
}

h1
{
	padding-top: 40px;
	font-size: 28px !important;
	font-family: 'Anton', sans-serif;
	color: #001D34;
	padding-left: 15px;
}
.sld h4, .ip h4,.dbu h4
{
	font-family: 'Anton', sans-serif !important;
	font-size: 22px !important;
	color: white;
}

.sld p, .ip p,.dbu p
{
	font-family: 'Anton', sans-serif !important;
	font-size: 20px !important;
}
.sld
{
	border-radius: 0px;

	font-family: 'Anton', sans-serif !important;
	color: black;
	background: #26679A;
}
.ip
{
	border-radius: 0px;

	font-family: 'Anton', sans-serif !important;
	color: black;
	background: #279B69;
}


.dbu
{
	border-radius: 0px;

	font-family: 'Anton', sans-serif !important;
	color: black;
	background: #232323;
}

.inner h3 span, 
{
	font-family: 'Ubuntu', sans-serif !important;
}

/*****************/
/* AUTHENTIFICATION */

/********************/

.pageAuth
{
	background: #0A1A27 !important;
}
#login-form
{
	background: #0A1A27 !important;
	border: 0px !important;	
}
.form-header
{
	border: 0px !important;
}
.signup-form-container
{
	border: 0px !important;
	margin-top: 150px;
	text-align: center;
}
.form-footer ,.alert-info
{
	background: #0A1A27 !important;
	border: 0px !important;	
}
.signup-form-container input
{
	border-radius: 0px;
	background: #E1E5EA;
}

.form-footer button
{
	border-radius: 0px;
	width: 250px !important;
	background: #4A4995;
	border: 3px solid #E1E5EA;
	height: 40px;
}

.form-header i
{
	font-size: 130px;
	color: #E1E5EA;
}

td .btn-warning,td .btn-danger,td .btn-default,td .btn-primary, td .btn-success
{
	border-radius: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .fg-button
{
	border-radius: 0px !important;
}

#save
{
	background: #0A1A27 !important;
	border-radius: 0px !important;
	border:0px;
}