﻿/*Togglr Css : Start*/

input.cmn-toggle-round + label:before {
	background-color: #2196f3;
}

/*Togglr Css : End*/

table.dataTable thead tr {
	background-color: #2196f3;
}

/*Classification tables start*/
.classification-table thead tr th {
	background-color: #2196f3;
}

.classification-table tbody tr td:first-child, .classification-table thead tr {
	background-color: #2196f3;
}

.classification-table tbody tr:last-child, .classification-table tbody tr td:last-child {
	background-color: #d4eafd;
}

	.classification-table tbody tr:last-child > td:last-child {
		background-color: #2196f3;
	}

.classification-table td, .classification-table th, .costs-table td, .costs-table th {
	border: 1px solid #90caf9;
}

/*Classification tables end*/

.switch-field input:checked + label {
	background-color: #2196f3;
}

ul.new-bg li a:hover,
ul.new-bg li:hover {
	background: #71b2e5;
}

.nav-tabs.new-bg > li.active,
.nav-tabs.new-bg > li.active:hover, .nav-tabs > li.active:focus,
.nav-tabs.new-bg > li.active > a,
.nav-tabs.new-bg > li.active > a:hover,
.nav-tabs.new-bg > li.active > a:focus {
	color: #535858;
}

.dd-item a,
.dd-item a:hover,
.dd-item a:focus {
	text-decoration: none;
}

.dd-item a:hover,
.dd-item a:focus {
	color:#2196f3;
}
