﻿/* CUSTOM */
body {
	padding: 0 !important;
	color: #252525;
	font-size: 15px;
}

a {
	cursor: pointer;
}

thead tr th {
	font-weight: bold !important;
}

thead tr th, tbody tr td {
	color: #333;
}

.form-control {
	color: #333
}

label {
	font-weight: 600;
}

/* Cards */
.card-with-error .card-header {
	background: #ef5350 none repeat scroll 0 0;
	border-color: #ef5350;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 6px 0;
}

.card-success-msg {
	background: #00b320 none repeat scroll 0 0;
	border-color: #00b320;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 6px 0;
}

.card-error-msg {
	background: #ef5350 none repeat scroll 0 0;
	border-color: #ef5350;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 6px 0;
}

.show-record div div h5:first-child {
	margin: 0;
}

.show-record div div h5:last-child {
	margin-top: 10px;
	margin-bottom: 25px;
}

/* Forms */
span.form-control-feedback {
	font-size: 85%;
	width: 110px;
	font-weight: bold;
}

/* Login */
.bg-login {
	background-image: url('../images/bg/backgroundLogin.png');
	background-size: cover;
	-webkit-filter: blur(4px);
	filter: blur(4px);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* General */
.text-primary {
	color: #004488 !important;
}

tbody tr td a {
	font-weight: bold;
}

a {
	color: #585858;
}

	a:hover, a:focus {
		color: #004488;
	}

input .filter {
	height: 34px;
}

label.filter {
	/*position: absolute;*/
	bottom: 0;
	right: 0;
	font-weight: 700;
}

div.alterations {
	height: auto;
}

	div.alterations .form-control {
		display: inline-block;
		width: 50%;
		height: auto;
	}

textarea.form-control {
	height: auto;
}

.modal-header .close {
	font-size: 25px;
}

.btn-add-flyout {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1;
}

.fixed-top {
	top: 0 !important;
}

.form-control:hover, .form-control:focus {
	border-color: #0068d0 !important;
}

.form-control {
	border-color: #99abb4;
}

.sidebar-nav ul li a {
	color: #3d4d54;
}

.pointer:hover {
	cursor: pointer;
}

.form-control.underline {
	border-top: none;
	border-left: none;
	border-right: none;
	margin-bottom: 5px;
}

.care {
	display: flex;
	flex-wrap: wrap;
}

	.care a {
		margin: 0 10px;
		line-height: 25px;
		height: 42px;
	}

@media only screen and (max-width: 575px) {
	.care .date {
		width: 80% !important;
	}
}

/* ATTACHMENTS */
.attachment-item {
	margin-bottom: 30px;
}

	.attachment-item i.pdf {
		font-size: 6em;
	}

@media only screen and (max-width: 500px) {
	.container-fluid {
		padding: 0 !important;
	}
}



/* PRINT */
body.print {
	color: #333 !important;
	font-size: 30px;
}

	body.print h3 {
		font-size: 35px;
		color: #333 !important;
		font-weight: bold;
	}

	body.print .item {
		border: 1px solid #aaa;
	}

	body.print .proc {
		border: 1px solid #aaa;
	}

		body.print .proc h3 {
			border: 1px solid #555;
		}

		body.print .proc h3 span {
			font-size: 30px;
		}

	body .print p {
		font-size: 30px;
		color: #333 !important;
	}

	body.print div.card {
		margin: 0 !important;
	}

	body.print hr {
		border-top: 2px solid rgba(136, 136, 136, 0.38);
	}

.deleted {
	opacity: 0.6;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(33, 150, 243, 0.2) !important;
}

.left-sidebar {
	font-weight: bold;
}

.sidebar-nav > ul > li.active > a {
	background: rgba(153, 171, 180, 0.18);
	font-weight: bold;
}

.sidebar-nav ul li a.active {
	color: #004488;
	font-weight: bold;
}

.card-body {
	position: relative;
}

.status-label {
	position: absolute;
	right: 0;
	top: 0;
}

.media-body p {
	color: #455a64;
	font-size: 18px;
}

.sidebar-nav ul li a {
	font-size: 16px;
}

.card-title {
	font-size: 22px;
}

.page-wrapper {
	background: url('../images/bg/background1.jpg');
	background-size: cover;
	/*background: url(../images/bg/abstract-transp.png);
	background-size: contain;*/
}

select.form-control:not([size]):not([multiple]) {
	height: 42px;
}

.navbar {
	margin-bottom: 0;
}

.navbar-nav {
	margin: 0;
}


.payment-card {
	display: inline-block;
	padding: 8px 14px;
	margin-right: 5px;
	margin-top: 4px;
	min-width: 120px;
	border: 2px solid #ccc;
	transition: ease .4s;
	cursor: pointer;
}

	.payment-card:hover {
		border-color: #004488;
	}
	.payment-card.selected {
		border-color: #004488;
		background: #004488;
		color: #fff;
		font-weight: bold;
	}

button.arrow-table {
	font-size: 16px;
	background: none;
	border: none;
}

