@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');

body{
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	padding-top: 40px;
	background: #dddbdf;
}

p{
	font-family: 'Ubuntu', sans-serif;
}

label{
	margin-bottom: 0;
	font-size: 14px;
}

input.form-control{
	height: 30px;
	font-size: 14px;
}

input[value="Mal"]{
	margin-left: 20px;
}

table.table{
	font-size: 14px;
}

h3, h4{
	color: #133b92;
}

h5{
	color: #133b92;
}

hr{
	border-width: 2px;
}

textarea{
	font-size: 14px !important;
}

abbr{
	color: #FF0000;
}

ul.nav-tabs > li.nav-item > a.nav-link{
	font-weight: bold;
}

a.unstyled{
	color: #000;
}

.accordion>.card {
	overflow: visible !important;
}

.chosen-container-single .chosen-single{
	padding: 2px 0 0 8px !important;
	height: calc(1.5em + .5rem + 2px) !important;
}

.chosen-container-single .chosen-single div{
	padding-top: 2px;
}

.chosen-container-single .chosen-single abbr {
	top: 9px !important;
}

.container-alert{
	position: relative;
	padding-left: 0;
	padding-right: 0;
}

.container-home{
	margin-top: 80px;
	border-radius: 10px;
	background: #f1f2f7;
	padding: 30px;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.10);
}

.container-inside{
	position: relative;
	border-radius: 10px;
	background: #FFF;
	padding: 40px;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.10);
}

.container-new{
	padding-left: 0;
}

.container-bs{
	padding: 30px;
}

.download-xlsx{
	position: absolute;
	right: 39px;
	font-size: 14px;
	font-weight: normal;
}

.card-title{
	font-size: 16px;
	font-weight: bold;
}

.fields{
	width: 100%;
}

.visit{
	border: 2px solid #e8e8e8;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 13px;
}

.btn-radius{
	border-radius: 50% !important;
	color: #FFF !important;
}

.dropdown-item-delete:active {
	background-color: #FF6060 !important;
}

.dropdown-item-delete:hover{
	background-color: #FF6060 !important;
	color: #FFF;
}

.color-red{
	color: red;
}

.color-blue{
	color: #133b92;
}

.sc-comment{
	font-size: 9px;
	line-height: 10px
}

.radio-button{
	padding-right: 40px;
}

.surgery-total{
	font-size: 25px;
}

.custom-alert{
	position: absolute;
	top: 32px;
	border: 1px solid transparent;
	border-radius: 5px;
	height: 46px;
	display: block;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	z-index: 1000;
	color: transparent;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #cce5cb;
	color: #3c763d;
}

.alert-danger{
	color: #FFF;
}

.alert button.close{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -13px;
	z-index: 1033;
	background-color: #FFFFFF;
	display: block;
	border-radius: 50%;
	opacity: .4;
	line-height: 11px;
	width: 25px;
	height: 25px;
	outline: 0 !important;
	text-align: center;
	padding: 3px;
	padding-top: 1px;
	font-weight: 300;
	color: #000;
}

td.alert-info{
	background-color: #4582EC !important;
}

.popover{
	max-width: 500px;
	max-height: 400px;
}

@media only screen and (max-width: 991px){
	.navbar-expand-lg .navbar-nav .nav-link {
		margin-top: 20px;
	}
	.role-name{
		text-align: left !important;
		padding-left: 10px !important;
	}
}

.input-group-text{
	font-size: 14px;
}

.input-group-text{
	height: 30px;
}

.form-control:focus{
	border-color: #4c8af6;
	-webkit-box-shadow: 0 0 8px .1rem rgba(0,123,255,.25);
	box-shadow: 0 0 8px .1rem rgba(0,123,255,.25);
}

.invalid-feedback{
	font-size: 12px;
}

.navbar{
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.navbar-dark .navbar-nav .active>.nav-link{
	color: #133b92;
	font-weight: bold;
}

.new{
	padding-top: 10px;
	padding-bottom: 50px;
}

.new-outside{
	float: left;
	margin-top: 40px;
	margin-left: -40px;
}

.breadcrumb-info{
	padding-left: 0;
	padding-top: 40px;
}

.btn{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	border-radius: 5px;
}

.btn:hover{
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

.btn-light:hover {
	color: #212529;
	background-color: #fafafa;
	border-color: #fafafa;
}

.customer-info{
	font-size: 14px;
}

#patient_gender_hembra{
	margin-left: 25px;
	margin-top: 30px;
}

.collection_radio_buttons{
	margin-left: 3px;
}

.search-input{
	height: 25px !important;
}

.fa-arrow-left, .edit-customer{
	padding-right: 6px;
}

.fa-plus, .fa-clipboard-check, .fa-tasks, .fa-print, .fa-save{
	padding-left: 6px;
}

.fa-left{
	padding-left: 6px;
}

.fa-right{
	padding-right: 6px;
}

.fix-padding{
	margin-left: 5px;
	padding-left: 2px;
	border-radius: 50%;
	margin-bottom: 5px;
}

.patient-info{
	font-size: 14px;
}

.patient-photo{
	max-height: 300px;
}

.patient-name{
	font-size: 35px;
	font-weight: bold;
	color: #133b92;
	line-height: 30px;
}

.patient-breed{
	font-size: 20px;
	font-weight: bold;
}

.pacient-breed{
	font-size: 15px;
	font-weight: bold;
}

.new-beauty-shop{
	position: absolute;
	left: -25px;
	padding-top: 50px;
}

#last-bs{
	font-size: 14px;
	border: 1px solid #e6e6e6;
	height: 100%;
	border-radius: 7px;
	padding: 20px;
	display: none;
	box-shadow: rgba(0, 0, 0, 0.0784314) 8px 8px 12px;
}

#welcome-bs{
	display: none;
	font-size: 17px;
}

#quality_question_answer_mal{
	margin-left: 20px;
	margin-top: 30px;
}

.beauty-shop-photo{
	width: 100%;
	margin-bottom: 10px;
	cursor: pointer;
}

.beauty-shop-photo:hover{
	opacity: 0.7;
}

.modal-body{
	font-size: 14px;
}

.modal-header{
	background: #e6e6e6;
}

.collection_radio_buttons{
	margin-left: 7px;
}

.role-name{
	margin: -3px;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

.veterinary-info{
	font-size: 12px;
	text-align: center;
}

.quality-control-thead{
	background: #00A090;
	color: #FFF;
}

.recommendations{
	font-size: 14px;
	padding-bottom: 50px;
}

.promotion{
	padding: 10px;
	border: 2px dashed #000000;
	background-color: #FF6060;
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 10px;
}

#discount-div{
	display: none;
}

.bs-discount-applied{
	float: right;
	padding-top: 28px;
}

#bs-discount{
	font-size: 20px;
	font-weight: bold;
}

#rewardsModal, #statusModal{
	padding-top: 10%;
}

.filter{
	padding: 10px;
	cursor: pointer;
}

.filter-right{
	position: absolute;
	right: 40px;
	z-index: 99;
}

.card-transparent{
	border: 0 !important;
}

/***** INPUT STYLE FOR FILE UPLOAD  *****/
.inputfile {
	opacity: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	z-index: -1;
}

.inputfile + label {
	max-width: 100%;
	font-size: 11px;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	padding: 0.325rem 1.25rem;
	margin-bottom: 40px;
	color: #000;
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.0784314) 0px 4px 12px;
}

.inputfile:focus + label, .inputfile.has-focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label:hover {
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 8px 8px;
}

/***** INPUT STYLE FOR FILE UPLOAD  *****/

/***** TABS STYLE *****/
#tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.container-tabs{
	padding-left: 0;
	padding-right: 0;
}

#tabs li {
	float: left;
	margin: 0 .5em 0 0;
}

#tabs a {
	position: relative;
	background: #ddd;
	background-image: linear-gradient(to bottom, #fff, #ddd);  
	padding: 0.7em 2.5em;
	float: left;
	text-decoration: none;
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	border-radius: 5px 0 0 0;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.10);
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
	background: #fff;
}

#tabs a:focus{
	outline: 0;
}

#tabs a::after{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: -.5em;
	bottom: 0;
	width: 1em;
	background: #ddd;
	background-image: linear-gradient(to bottom, #fff, #ddd);  
	box-shadow: 2px 2px 2px rgba(0,0,0,.4);
	border-radius: 0 5px 0 0;  
}

#tabs #current a,
#tabs #current a::after{
	background: #fff;
	z-index: 3;
}

#content{
	background: #fff;
	padding: 40px;
	min-height: 220px;
	position: relative;
	z-index: 2;
	border-radius: 0 5px 5px 5px;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.10);
}
/***** TABS STYLE *****/


/***** MODAL IMAGE FULLSCREEN *******/
/* The Modal (background) */
.modal-image{
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 4; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-img-content{
	margin: auto;
	display: block;
	width: 80%;
	max-width: 600px;
}

/* Add Animation - Zoom in the Modal */
.modal-img-content{ 
	animation-name: zoom;
	animation-duration: 0.6s;
}

@keyframes zoom {
	from { transform:scale(0) } 
	to { transform:scale(1) }
}

/* The Close Button */
.close-img {
	position: absolute;
	top: 90px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close-img:hover, .close-img:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
	.modal-img-content {
		width: 100%;
	}
}
/***** MODAL IMAGE FULLSCREEN *******/
