@font-face {
	font-family: "Roboto";
	font-weight: 100;
	font-style: normal;
	src: url('../fonts/Roboto/Roboto-Thin.eot');
	src: url('../fonts/Roboto/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto/Roboto-Thin.ttf') format('truetype'), url('../fonts/Roboto/Roboto-Thin.svg#RobotoThin') format('svg');
}

@font-face {
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/Roboto/Roboto-Regular.eot');
	src: url('../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto/Roboto-Regular.svg#RobotoRegular') format('svg');
}

@font-face {
	font-family: "Roboto";
	font-weight: 700;
	font-style: normal;
	src: url('../fonts/Roboto/Roboto-Bold.eot');
	src: url('../fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto/Roboto-Bold.svg#RobotoBold') format('svg');
}

@font-face {
	font-family: "RobotoCondensed";
	font-weight: 700;
	font-style: normal;
	src: url('../fonts/Roboto/RobotoCondensed-Bold.eot');
	src: url('../fonts/Roboto/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/RobotoCondensed-Bold.woff') format('woff'), url('../fonts/Roboto/RobotoCondensed-Bold.ttf') format('truetype'), url('../fonts/Roboto/RobotoCondensed-Bold.svg#RobotoCondensedBold') format('svg');
}

@font-face {
	font-family: "RobotoCondensed";
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/Roboto/RobotoCondensed-regular.eot');
	src: url('../fonts/Roboto/RobotoCondensed-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/RobotoCondensed-regular.woff') format('woff'), url('../fonts/Roboto/RobotoCondensed-regular.ttf') format('truetype'), url('../fonts/Roboto/RobotoCondensed-regular.svg#RobotoCondensedRegular') format('svg');
}

body {
	font-family: "Roboto", arial;
	font-weight: 400;
	font-size: 15px;
	background-color: #FFFFFF;
}

h1 {
	font-family: "RobotoCondensed", arial;
	font-weight: 700;
	font-size: 60px;
	color: #454545;
	padding: 0;
	margin: 0;
}

h2 {
	font-family: "RobotoCondensed", arial;
	font-weight: 400;
	font-size: 22px;
	color: #666666;
	padding: 0;
	margin: 0;
}

h3 {
	font-family: "RobotoCondensed", arial;
	font-weight: 700;
	font-size: 24px;
	color: #454545;
}

h4 {
	font-family: "RobotoCondensed", arial;
	font-weight: 700;
	font-size: 18px;
	color: #454545;
}

input {
	font-family: "Roboto", arial;
}

a { color: #3f5b73; }
a:hover { color: #3f5b73; }

strong {
	font-weight: 700;
	color: #454545;
}

em {
	color: #999999;
}

img {
	max-width: 100%;
}

input.inputdate {
	width: 180px !important;
}

input[type="number"] {
	width: 150px;
}

input[type="text"][inputmode="numeric"] {
	width: 150px;
}

.iradio {
	display: inline-block;
}

	.icheckbox label, .iradio label {
		margin-left: 5px;
		margin-right: 15px;
		font-weight: 400;
	}

.interior h1 {
	font-size: 40px;
}

.interior h2 {
	font-size: 24px;
}

.container {
	max-width: 1200px;
	overflow: hidden;
	background-color: #FFFFFF;
}

.navbar {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

.nav-link {
	color: #454545 !important;
	font-weight: 700;
	font-size: 18px;
	font-family: 'RobotoCondensed', arial;
}

.form-group {
	margin-bottom: 0.5rem;
}

.btn-primary {
	color: #454545;
	background-color: #CCCCCC;
	border-color: #CCCCCC;
	font-weight: 700;
	font-family: "RobotoCondensed", arial;
	text-transform: uppercase;
}

	.btn-primary:hover {
		color: #CCCCCC;
		background-color: #454545;
		border-color: #454545;
	}

	.btn-primary:disabled {
		color: #CCCCCC;
		background-color: #EEEEEE;
		border-color: #CCCCCC;
		cursor: default;
	}

.table th {
	border-top: 0;
	color: #454545;
}

.table-not-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
} 

.follow-scroll {
	position: relative;
}

.crdform {
	margin-top: 15px;
}

	.crdform tr td {
		vertical-align: middle;
	}

		.crdform tr td input:disabled {
			cursor: not-allowed;
		}

.icheckbox_square-blue.disabled {
    cursor: not-allowed;
}
.iradio_square-blue.disabled {
    cursor: not-allowed;
}
        .crdform tr td:first-child {
            font-weight: 700;
            white-space: nowrap;
            width: 1px;
        }

.table-responsive a:hover {
	text-decoration: none !important;
	border-bottom: 1px solid #005e81;
	color: #005e81;
}

.error-text {
	color: red;
}

.parent-input-error {
	background-color: #ffdddd !important;
	border-bottom: 1px solid #000000;
}

	.parent-input-error input, .parent-input-error select {
		display: inline-block !important;
		width: auto;
	}

.error {
	color: red;
}

.limit {
	position: relative;
}

	.limit textarea {
		padding-bottom: 20px;
	}

	.limit div {
		position: absolute;
		bottom: 16px;
		right: 35px;
		color: #CCCCCC;
		font-size: 12px;
	}

.submenu {
	height: 91px;
}

	.submenu ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

		.submenu ul li {
			text-align: left;
			list-style-type: none;
			padding: 0;
			margin: 0;
		}

			.submenu ul li a {
				color: #454545;
			}

				.submenu ul li a.selected {
					font-weight: 700;
				}


.datepicker {
	font-size: 13px;
	font-weight: 400;
	font-family: "Roboto";
}

	.datepicker td, .datepicker th {
		padding: 5px;
	}

	.datepicker table tr td.active.active {
		background-color: #2489c5;
	}

.pnlmessage, .pnlmessage2 {
	padding: 10px 20px;
	color: #FFFFFF;
}

	.pnlmessage.green, .pnlmessage2.green {
		background-color: #a4c74b;
	}

	.pnlmessage.red, .pnlmessage2.red {
		background-color: #CF1919;
	}

	.pnlmessage.yellow, .pnlmessage2.yellow {
		background-color: #ffdd00;
		color: #454545;
	}

	.pnlmessage span:before, .pnlmessage2 span:before {
		font-family: FontAwesome;
		padding: 0 20px 0 0;
	}

	.pnlmessage.green span:before, .pnlmessage2.green span:before {
		content: "\f00c";
	}

	.pnlmessage.red span:before, .pnlmessage2.red span:before {
		content: "\f071";
	}

	.pnlmessage.yellow span:before, .pnlmessage2.yellow span:before {
		content: "\f071";
	}

.alternatecolors .row {
	padding: 20px 0;
}

	.alternatecolors .row:nth-child(even) {
		background-color: #f2f2f2;
	}

.table td.fit,
.table th.fit {
	white-space: nowrap;
	width: 1%;
}

.cambiarbloque {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

/* FOOTER */
footer {
	font-size: 12px;
}

.help { cursor: help; }

@media (max-width: 576px) {
	.pacientetabs .nav-item .nav-link {
		border: 0 !important;
	}

		.pacientetabs .nav-item .nav-link.active {
			background-color: #CCCCCC;
			border-radius: 0;
		}

	.table-responsive .crdform tr td {
		display: block;
	}

		.table-responsive .crdform tr td:first-child {
			display: inline-block;
		}

	.submenu {
		margin: 0 20px;
	}
    .crdform tr td:first-child {
        width: auto;
    }
}

.acr1990 {
	display: inline-block;
	background-color: #bdd6fc;
	color: #606060;
	padding: 3px 7px;
	margin-left: 10px;
}
.meddraitems {
	position: absolute;
	overflow: scroll;
}

.w-30 { width: 30%; }
.w-5 {
    width: 5%;
}
.w-15 { width: 15%; }
.w-60 { width: 60%; }
.w-40 { width: 40%; }

.underlined { text-decoration: underline; }
.clearValue { cursor: pointer; color: #606060; }