/*
    DEMO STYLE
*/

@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700';
body {
	font-family: 'Poppins', sans-serif;
	background: #ecedf0 !important;
}

p {
	font-family: 'Poppins', sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.7em;
}

a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}

.navbar {
	padding: 15px 10px;
	background: #fff;
	border: none;
	border-radius: 0;
	margin-bottom: 0px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
	box-shadow: none;
	outline: none !important;
	border: none;
}

.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 40px 0;
}

i,
span {
	display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
	display: flex;
	align-items: stretch;
}

#sidebar {
	min-width: 250px;
	max-width: 250px;
	background: #232938;
	color: #fff;
	transition: all 0.3s;
}

#sidebar.active {
	min-width: 80px;
	max-width: 80px;
	text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
	display: none;
}

#sidebar.active .sidebar-header strong {
	display: block;
}

#sidebar ul li a {
	text-align: left;
}

#sidebar.active ul li a {
	padding: 20px 10px;
	text-align: center;
	font-size: 0.85em;
}

#sidebar.active ul li a i {
	margin-right: 0;
	display: block;
	font-size: 1.8em;
	margin-bottom: 5px;
}

#sidebar.active ul ul a {
	padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
	top: auto;
	bottom: 10px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

#sidebar .sidebar-header {
	padding: 20px;
}

#sidebar .sidebar-header strong {
	display: none;
	font-size: 1.8em;
}

#sidebar ul.components {
	padding: 20px 0;
	border-bottom: 1px solid #47748b;
	font-size: 1.2rem;
}

#sidebar ul li a {
	padding: 0.5rem 1rem;
	font-size: 0.8em;
	display: block;
	color: white;
}

#sidebar ul li a:hover {
	color: #1d2332;
	background: #fff;
}

#sidebar ul li a i {
	margin-right: 10px;
}

#sidebar ul li.active > a,
a[aria-expanded='true'] {
	color: #fff;
	background: #1d2332;
}

a[data-toggle='collapse'] {
	position: relative;
}

.dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

ul ul a {
	font-size: 0.9em !important;
	padding-left: 30px !important;
	background: #6d7fcc;
}

ul.CTAs {
	padding: 20px;
}

ul.CTAs a {
	text-align: center;
	font-size: 0.9em !important;
	display: block;
	border-radius: 5px;
	margin-bottom: 5px;
}

a.download {
	background: #fff;
	color: #7386d5;
}

a.article,
a.article:hover {
	background: #6d7fcc !important;
	color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
	width: 100%;
	padding: 20px;
	min-height: 100vh;
	transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
	#sidebar {
		min-width: 80px;
		max-width: 80px;
		text-align: center;
		margin-left: -80px !important;
	}
	.dropdown-toggle::after {
		top: auto;
		bottom: 10px;
		right: 50%;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
	}
	#sidebar.active {
		margin-left: 0 !important;
	}
	#sidebar .sidebar-header h3,
	#sidebar .CTAs {
		display: none;
	}
	#sidebar .sidebar-header strong {
		display: block;
	}
	#sidebar ul li a {
		padding: 20px 10px;
	}
	#sidebar ul li a span {
		font-size: 0.85em;
	}
	#sidebar ul li a i {
		margin-right: 0;
		display: block;
	}
	#sidebar ul ul a {
		padding: 10px !important;
	}
	#sidebar ul li a i {
		font-size: 1.3em;
	}
	#sidebar {
		margin-left: 0;
	}
	#sidebarCollapse span {
		display: none;
	}
}

/*----poupu login*/
.login {
	background: none repeat scroll 0 0 #f2f2f2; /*--#382821*/
	display: none;
	height: 270px;
	border: 1px solid #000;
	left: 50%;
	margin-left: -158px;
	margin-top: -150px;
	padding: 24px 25px;
	position: fixed;
	top: 50%;
	width: 266px;
	z-index: 250;
}
.fondoBox {
	background: #d2d2d2;
	opacity: 0.5;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 200;
}
.tabla-descuento-cerrar {
	overflow: hidden;
	text-align: right;
}
.login p {
	color: #808080;
	font-size: 8pt;
	margin: 3px 0 0;
	padding: 2px;
	text-transform: uppercase;
}

.title {
	margin: 0;
	padding: 0 2.25rem 0 0;
	font-size: 1.6rem;
	font-weight: 500;
	color: #333;
}

.title-user-age {
	font-size: 1.6rem;
	padding: 10px 2.25rem 0 0;
	font-weight: 800;
	color: #333;
}

.content-nav {
	width: 100%;
	min-height: 100vh;
	transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
	#logoDesktop {
	  display:none;
	}
	.logoMobile{
		display: block;
	}
}
@media (min-width: 1281px)  {
	.logoMobile {
		display:none !important;
	}
	#logoDesktop {
		display: inline-block;	
	}
}

/*----LOGIN*/
.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .checkbox {
	font-weight: 400;
}
.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type='email'] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type='password'] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/**----- estylos para las tables history */
.odt-main {
	width: 100%;
	margin: 10px auto;
	border: 1px solid #ddd;
	border-collapse: collapse;
	padding: 5px;
}
.odt-main thead {
	background-color: #f1812b;
	color: #fff;
	font-size: 18px;
}
.odt-main thead tr th {
	color: white;
	padding: 12px;
	border: 1px solid #ddd;
	cursor: pointer;
}
.odt-main tr td {
	padding: 8px;
	border: 1px solid #ddd;
}
.odt-main-search {
	float: right;
	margin: 10px;
	margin-right: 0px;
}
.odt-pagination ul {
	float: left;
	display: inline-block;
	padding-left: 0;
	margin: 0px 0px 20px 0;
}
.odt-pagination ul li {
	cursor: pointer;
	display: inline;
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #f1812b;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination a {
	text-decoration: none;
	color: #f1812b;
}

li.odt_Pbtn.active,
li.odt_Pbtn.active a {
	background-color: #f1812b;
	color: #fff;
	cursor: context-menu;
}
.odt-display-record {
	float: left;
	margin: 10px;
	margin-left: 0px;
}
.odt-display-record select {
	width: 70px;
	height: 25px;
	padding: 2px 3px;
}
.odt-main {
	overflow: hidden;
}
.odt-main thead tr th .up-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
}
.odt-main thead tr th .down-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	margin-top: 2px;
}
.odt-col {
	float: left;
}
.odt-arrow {
	float: right;
	margin-top: 5px;
}
.odt-show-entry {
	float: left;
	line-height: 36px;
}
.odt-pagination {
	float: right;
}
.odt-search {
	border-radius: 3px;
	border: 1px solid #ddd;
	height: 28px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	padding: 6px 12px;
	font-size: 14px;
}
.descuento {
	color: red;
	font-size: 20px;
	display: inherit;
}

.total {
	color: darkgreen;
	font-size: 20px;
	display: inherit;
}
.coseguro {
	font-size: 20px;
	display: inherit;
}
.precio {
	font-size: 20px;
	display: inherit;
}

#precio {
	margin-right: 100px;
}

.mleft {
	margin-left: 10px;
}

.loading {
	display: none;
}

.titleTurnos {
	background: #232938;
	color: white;
	text-align: center;
}

#cardLogin {
	border-radius: 10px;
	width: 100px;
	height: 76px;
	background: #68E4D0;
	padding: 0px;
	margin-bottom: 20px;
	left: 100px;
}

.cardLoginLabel {
	font-size: 50px;
	color: white;
	font-weight: 800;
}

.selected {
	background: lightblue !important;
}

.cardPsicoFisico {
	background: white;
	border-radius: 20px;
	padding: 10px 10px;
	border: blue solid 1px;
}

#cardPsicoFisicoSvg {
	width: 40px;
	height: 40px;
	margin-left: 5px;
}

.cardPsicoFisico label {
	font-size: 1.5em;
	text-align: center;
	vertical-align: super;
	margin-left: 10px;
}

.cardPsicoFisicoSelected label {
	font-size: 1.5em;
	text-align: center;
	vertical-align: super;
	margin-left: 10px;
}

.marginTop {
	margin-top: 0px;
}

.center {
	text-align: center;
	width: 100%;
}

.pass a,
a:hover {
	color: #333;
}

/*! jquery-ui autocomplete bootsrap theming */
ul.bs-autocomplete-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 200px;
	overflow: auto;
	z-index: 9999;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.4);
}
ul.bs-autocomplete-menu a {
	font-weight: normal;
	color: #333333;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-state-active,
.ui-state-focus {
	color: #23527c;
	background-color: #eeeeee;
}
.bs-autocomplete-feedback {
	width: 1.5em;
	height: 1.5em;
	overflow: hidden;
	margin-top: 0.5em;
	margin-right: 0.5em;
}
.loader {
	font-size: 10px;
	text-indent: -9999em;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background: #333;
	background: -moz-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
	background: -webkit-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
	background: -o-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
	background: -ms-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
	background: linear-gradient(to right, #333333 10%, rgba(255, 255, 255, 0) 42%);
	position: relative;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.loader:before {
	width: 50%;
	height: 50%;
	background: #333;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.loader:after {
	background: #fff;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
@-webkit-keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.item-derivar {
	border-bottom: 1px solid #c2c2c2;
	padding: 0px !important;
}
