h1, h2, h3, h4, h5, h6  {
    font-family: 'Roboto', sans-serif;
}
body {
    font-family: 'DM Sans', sans-serif;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
    width: 70px;
    height: 20px;
  margin-top: 1px \9; // IE8-9
  line-height: normal;
  
}

textarea { width: 100% }

.percent .form-control {
    width: 50px;
	display: inline-block;
}
.green{ color:green }
.red{ color:red }

.container {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
	font-size: 12px;
}
.customerSkin, .customerSkin .content {
    min-height: 800px;
	background: #000;
	color:#fff;
}
.login-page b {
	color:#fff;
}
.customerSkin .login-box-body, .customerSkin .register-box-body {
    background: none;
    color: #fff;
} 
.customerSkin .main-sidebar {
    background-color: #1e3629;
	color:#000;
}
.customerSkin .logo{
    width: 200px;
	text-align: center;
	padding-bottom: 30px;
}
.customerSkin .main-header .navbar {
    background-color: #4EC785;
}
.customerSkin .main-header .sidebar-toggle {
    padding: 10px 15px;
}
.customerSkin .main-header .sidebar-toggle:before {
    font-size: 25px;
}
.customerSkin .main-header .navbar .sidebar-toggle:hover {
    background-color: #4EC785;
}
.customerSkin .sidebar a {
    color: #fff;
    font-size: 1.4em;
    text-align: center;
}
.customerSkin .sidebar-menu>li.active>a {
    border: none;
    background-color: #000;
}
.customerSkin .sidebar-menu>li:hover>a, .customerSkin .sidebar-menu>li.active>a, .customerSkin .sidebar-menu>li.menu-open>a {
    color: #4EC785;
    background: #000;
}
.customerSkin .box-title {
    color: #4EC785;
    font-size: 1.6em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 600;
}
.customerSkin .nav-tabs>li {
    margin: 10px 10px 0 0;
}
.customerSkin .nav-tabs>li>a {
    background-color: #1e3629;
	color:#fff;
	font-size: 16px;
	font-weight: 500;
	border: none;
}
.customerSkin .nav-tabs>li.active>a, .customerSkin .nav-tabs>li.active>a:focus, .customerSkin .nav-tabs>li.active>a:hover  {
    background-color: #4EC785;
	color:#fff;
	font-size: 16px;
	font-weight: 500;
	border: none;
}
.customerSkin .panel-default>.panel-heading {
	padding: 0;
    color: #333;
    background-color: transparent;
    border-color: transparent;
	border-bottom: none;
}
.customerSkin .table {
	color:#fff;
	margin-bottom: 40px;
}
.table-responsive {
    border: none;
}
.customerSkin .table>thead>tr>th {
	border: none;
    border-bottom: 2px solid #4EC785;
	text-align: center;
}
.customerSkin .table>tbody>tr>td {
    border: none;
	vertical-align: middle;
	text-align: center;
}
.customerSkin .box {
    background: none;
	border: none;
}
.customerSkin .panel {
    background: none;
	border: none;
}
.customerSkin .panel-body {
    padding: 0px;
}
.customerSkin .tab-content {
    padding: 30px;
    margin: 60px 0px;
    border: 2px solid #4EC785;
    background: #1e3629;
	color: #fff;
}
.customerSkin .nav-tabs {
    border-bottom: none;
}
.customerSkin .features{
	float:left;
    margin: 100px 0;
	padding-right: 15px;
    padding-left: 15px;
}
.customerSkin .rub {
    margin-bottom: 20px;
	margin-right: 15px;
}
.customerSkin .top{
    color: #fff;
	padding: 5px 0;
}
.customerSkin .bottom{
    width: 150px;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    border: 2px solid #4EC785;
	background: #1e3629;
}
.customerSkin .features .col-md-4 {
    /*width: 250px;*/
}
.customerSkin .features .box-title {
    text-align: left;
	margin-bottom: 20px;
}
.customerSkin .images {
	text-align: center;
}
.customerSkin .images .image {
	border-radius: 50%;
	width: 50%;
	text-align: center;
	vertical-align: middle;
	margin-top: 70px;
}
.customerSkin .images .banner {
	width: 90%;
	text-align: center;
	vertical-align: middle;
}

.customerSkin .description {
	margin: 30px 0;
	color: #fff;
	font-size: 15px;
}

.customerSkin .description h2 {
    font-size: 1.4em;
	color: #4EC785;
}
.customerSkin .description .top{
    color: #4EC785;
    font-size: 1.2em;
	text-align: center;
	padding: 5px 0;
}
.customerSkin .links {
    padding: 20px 30px 30px 19px;
    margin-right: 20px;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    background: #1e3629;
	background-image: url(/assets/images/picto-download.png);
    background-repeat: no-repeat;
    background-position: right 20px bottom 20px;
}
.customerSkin .form-control {
    border-color: #4EC785;
    background: #1e3629;
    color: #fff;
}
.customerSkin label {
    font-weight: 500;
    color: #4EC785;
}
.customerSkin .alert-info {
    background-color: #4ec785 !important;
}
.customerSkin .btn-primary {
    background-color: #4ec785;
    border-color: #4ec785;
}
.customerSkin .btn-warning {
    background-color: #1b2821;
    border-color: #1b2821;
}
.customerSkin .btns {
	margin-top: 30px;
}
.customerSkin .modal-content {
    background: #1e3629;
}
.customerSkin .modal-content a, .customerSkin .modal-content a:hover, .customerSkin .modal-content a:visited{
    color: #4ec785;
	text-decoration: none;
}
.customerSkin .modal-header .close {
    margin-top: -20px;
}
.customerSkin .manageTable th:first-child, .customerSkin .manageTable td:first-child
{
  position:sticky;
  left:0px;
  background: #1e3629;
}
.customerSkin .main-footer {
    background: #1e3629;
    color: #4ec785;
    border-top: 1px solid #4ec785;
}
.customerSkin .green{ color:#4ec785 }
@media (min-width: 992px){
	.customerSkin .features .col-md-2 {
		width: 17.666667%;
	}
	.manageTablePerformance {
		width: 60%;
	}
}

@media (max-width: 767px){
	.customerSkin .description {
		margin-right: 0px;
		margin-left: 0px;
	}
	.customerSkin .col-md-3  {
		margin-bottom: 20px;
	}
	.customerSkin .logo {
		display: none;
	}
	.manageTablePerformance {
		width: 80%;
	}
	.box-body {
		padding: 0px;
	}
	.customerSkin .tab-content {
		padding: 5px;
	}
	.customerSkin .table>tbody>tr>td, .customerSkin .table>tbody>tr>th, .customerSkin .table>thead>tr>td, .customerSkin .table>thead>tr>th {
		padding: 8px 4px;
	}
	.customerSkin .images .image {
		margin-top: 0px;
	}
}

@media (min-width: 768px){
	.customerSkin .main-header {
		display: none;
	}
}div.dataTables_wrapper div.dataTables_filter {    margin-top: 70px !important;}