@import url('https://fonts.googleapis.com/css2?family=Open Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Monaco:wght@400&display=swap');

body {
	font-family: 'Open Sans'; 
}

.card {
	border-radius: 0px;
}

.alert-danger {
	color: #842029;
	border-left: solid 2px #842029;
	background: #f8d7da !important;
	border-radius: 0px;
	font-size:  13px;
	padding: 7px !important;
}

.highcharts-data-table table {
	width: 100%;
}

.highcharts-data-table table tr:nth-child(even) {
	background:  #EEE;
}

.highcharts-data-table table tr th {
	border-bottom: solid 2px #DDD;
}

.highcharts-data-table table tr th, 
.highcharts-data-table table tr td {
	border: solid 1px #DDD;
	padding:  5px;
}

.modal {
  	overflow-y:auto !important;
} 

.table-sm tr th, 
.table-sm tr td {
	vertical-align: middle !important;
}

body.sidebar-mini .main-sidebar .sidebar-menu > li.active > a i {
	color: #FFF !important; 
}

.img-thumb {
	max-width: 60px;
}

.form-inline select.form-control {
	padding: 5px !important;
	font-size: 13px !important; 
	height: 31px !important; 
}

.code-container {
	background: #1b2428; 
	color: #AAA; 
	font-family: 'Monaco';
	padding: 5px; 
	font-size: 11px; 
	border-radius: 10px; 
	max-width: 300px;
}

.text-700 {
	font-weight: 700; 
}

.navbar-bg {
	background: #009688; 
}

.edit-hide {
	visibility: hidden;
}

.btn {
	font-weight: 400;
	font-size: 13px; 
	text-transform: uppercase;
}

.table tr:hover {
	cursor: pointer;
}

.table tr:hover .edit-hide {
	visibility: visible;
}

.table-analisa thead tr th {
	vertical-align: middle !important;
}

.table-analisa tr.row-condensed td {
	padding: 2px; 
	font-size: 13px; 
}

.img-analisa {
	width: 100%;  
	display: block;
	margin-bottom: 5px; 
}

.btn-group-xs > .btn, .btn-xs {
	padding: .25rem .4rem;
	line-height: .5;
}

.modal-ultra {
	max-width: 1200px; 
}
.modal-ultra .modal-content {
	border-radius: 0px; 
}

.table td img {
	display: block;
	width: 130px;
}

.modal-form .modal-content {
	border-radius: 0px;
}

.table-form {
	font-size: 14px;
	border-collapse: collapse;
	width: 100%; 
}

.table-form tr th {
	background: #EEE; 
}

.table-form tr th, 
.table-form tr td {
	border-top: dotted 1px #EEE; 
	border-bottom: dotted 1px #EEE; 
	padding: 8px;
}

.info-box {
	color: #FFF; 
	padding: 15px;
}

.info-box .progress {
	background-color: rgba(0,0,0,0.2); 
	border-radius: 0px;
	height: 3px;
	margin-bottom: 10px;
}

.info-box .progress-bar {
	background-color: #FFF; 
}

.info-box .info-box-text {
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	font-weight: 700; 
}

.info-box .info-box-number {
	font-weight: 700; 
	letter-spacing: 1.5px;
	font-size: 17px;
	display: block;
	margin-bottom: 10px;
}

.img-profile {
	text-align: center;
	padding-top: 110px;
}

.img-profile img {
	border-radius: 50%;
	max-width: 200px;
}

.section-subtitle {
	border-bottom: 2px solid #999;
	color: #777;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#container .chart {
	height: 200px;
}

.sidebar-menu .dropdown-menu li {
	padding: 5px 0px;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
	padding-left: 25px;
}

.alert-info {
	background-color: #71b5d4 !important;
	padding: 10px;
}

.table.table-bordered td, .table.table-bordered th {
	border-color: #CCC;
}