body {
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

a, a:link,a:active, a:hover {
	color: #4682B4;
	text-decoration: none;
}

a:hover {
	color: #4682B4;
	text-decoration: underline;
}

label {
   margin-bottom: 5px;
}

a.toggle-vis {
	color: #4682B4 !important;
	cursor: pointer;
}

a.toggle-vis:hover {
	text-decoration: underline !important;
}


.navbar-toggler {
   background-color: #fff;
    border: 1px solid #4682B4;
    border-radius: .25rem;
    padding: .2rem .5rem;
    font-size: 1rem;
}

.navbar-light .navbar-toggler {
    color: #4682B4;
    border-color: #4682B4;

}

.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(70,130,180, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

}

.header {
	padding: 0px 15px;
}

.logo {
	padding: 0px 40px 0px 0px;
	margin-bottom: 0px;
}

.login_wrapper  {
	margin: 0 auto;
}


.login_wrapper h1 {
	padding: 80px 0px 30px 0px;	
    font-size: 40px;
}

.logo h1, h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 28px;
	color: #4682B4;
}

.login_wrapper {
	width: 100%;
	max-width: 450px;
}


.navbar {
   padding: 5px 15px 0px;
}

ul.nav-tabs {
	margin-bottom: -7px;
}

body.history ul.nav-tabs {
    margin-bottom: -7px;
}

.navbar-text {
	font-size: 14px;    
}

.nav-tabs .nav-link {
    border-color: #aaa #aaa #4682B4 #aaa;
    border-width: 2px;
    color: #666;
    padding: 10px 15px !important;
    font-family: 'Roboto', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 13px;    
	white-space: nowrap;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: inherit;
    padding-left: inherit;

}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,  .nav-tabs .nav-link.active:hover {
    color: #fff;
    background-color: #4682B4;
    border-color: #4682B4 #4682B4 #4682B4 #4682B4;
    border-width: 2px;
	text-decoration: none !important;
}

nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #4682B4 #4682B4 white #4682B4;
    color: #4682B4;
    border-width: 2px;
	text-decoration: none !important;
}

.header {
	background-color: #fff;
}

.content {
	padding: 0px 0px 0px 0px;
}

.table td, .table th {
    vertical-align: middle;
}

#data_table_filter {
	padding-right: 0px;
	padding-top: 5px;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 14px;
    display: inline-block;
    padding-top: 0em;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_filter {
    font-size: 14px;
    display: inline-block;
    padding-left: 40px;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length {
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    float: right;
    padding-right: 20px;
}

body.dashboard div.dataTables_wrapper div.dataTables_info {
    font-size: 12px;
}

#data_table_filter {
    padding-left: 30px;
    padding-top: 0px;
    display: inline-block;
}

.view_criteria .form-control {
	height: 30px;
	padding: 4px 12px;
	font-size: 15px;
	line-height: 1.4;
    border-radius: .2rem;
}


body.dashboard .form-control-sm {
    height: 20px;
    padding: 4px 8px;
    font-size: 13px;
    line-height: 1;
    border-radius: .2rem;
}



#log_table_filter {
	padding-right: 20px;
}

.page-item.active .page-link {
    background-color:#4682B4;
    border-color: #4682B4;
}

#log_table_paginate {
	padding-right: 20px;
}

.table-sm .form-control {
    display: block;
    height: auto;
    padding: .2rem .3rem;
    font-size: 0.8rem;
    line-height: 1.2;
    color: #495057;
}

.content-inner {
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px 0px 10px 0px;
    border: 2px solid #4682B4;
}

.table-sm .form-group {
    margin-bottom: 0px;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 30px;
}

.form-group.has-feedback.datepick {
	width: 140px;
}

.form-group.has-feedback.datepick  .form-control {
	width: 140px;
}



.form-control-feedback {
    width: 26px;
    height: 26px;
    line-height: 26px !important;
    top: 0;
	position: absolute;
	z-index: 2;
	text-align: center;
	pointer-events: none;

}

.has-feedback .form-control-feedback {
    right: 0px;
}


.badge-orange {
	background-color: #FF851B !important;
    color: #000 !important;
}

.badge-danger {
    color: #fff !important;
    background-color: #FF4136;
}

.badge-warning {
    color: #000 !important;
    background-color: #FFDC00;
}

.badge-success {
    color: #000 !important;
    background-color: #2ECC40;
}

span.badge {
	font-size: 80%;
}

img.flag {
	margin-right: 5px;
}

td.larger {
	font-size: 14px;
}

table.dataTable {
    border-collapse: collapse !important; 

}

table.dataTable.table-sm > thead > tr > th {
    padding-right: 17px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dddddd;
}

table.table thead tr {
	background-color: #ccc !important;
	color: #000;
}

table.table {
    font-family: 'Roboto Condensed', serif;
}

.condensed {
    font-family: 'Roboto Condensed', serif;
}

table.table thead tr:first-of-type {
	background-color: #333 !important;
	color: #fff;
}

table#data_table thead tr {
	height: 0px;
	line-height: 0px;
	border: 0px none transparent;
	background-color: #fff !important;
}

.table thead th {
    font-size: 14px;
}

.table tfoot th {
    font-size: 14px;
}

body.dashboard .table-sm td, body.dashboard .table-sm th {
    padding: 2px 4px;
}

table#data_table tr.active {
	background-color: #FFFF66 !important;
}

table.dataTable.table-sm .sorting::before, table.dataTable.table-sm .sorting_asc::before, table.dataTable.table-sm .sorting_desc::before {
    top: 0px;
}

table.dataTable.table-sm .sorting::after, table.dataTable.table-sm .sorting_asc::after, table.dataTable.table-sm .sorting_desc::after {
    top: 0px;
}

.btn-xs {
    padding: .25rem .5rem;
    font-size: 0.7rem;
    line-height: 1;
    border-radius: .25rem;
}

.btn-xxs {
    padding: .2rem .3rem;
    font-size: 0.5rem;
    line-height: 1;
    border-radius: .25rem;
}


.btn-primary,  .btn-primary a {
	background-color: #4682B4 !important;
	color: #ffffff !important;
}

td.small {
	font-size: 12px;
}
td{
	font-size: 13px;
}

td span.countryname {
	display: inline-block;
	padding-top: 5px;
}

.copyright {
    font-weight: 400;
    font-size: 13px;
    padding: 10px 0px 0px 10px;
}

.txtSmall {
    font-weight: 300;
    font-size: 13px;
}

div.view_criteria {
	padding: 20px;	
	background-color: #eeeeee;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 15px;
}


@media (min-width: 992px) and (max-width: 1199px) {

.navbar-text {
    padding-left: .5rem;
}

.navbar-text a.btn {
	float: right;
}

ul.nav-tabs {
    margin-bottom: -28px;
}

body.history ul.nav-tabs {
    margin-bottom: -28px;
}

}

@media (min-width: 1073px) and (max-width: 1199px) {

ul.nav-tabs {
    margin-bottom: -8px;
}

body.history ul.nav-tabs {
    margin-bottom: -8px;
}

}

@media (max-width:991px) {

.logo {
	padding: 0px 40px 10px 0px;
}

.navbar-text {
	margin-top: 10px;
}	
	
.nav-tabs .nav-link {
    border-color: #aaa #aaa #aaa #aaa;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
   border-color: #4682B4 #4682B4 #4682B4 #4682B4;
}


}