@import './sura_fonts.css';

html {
	font-size: 16px;
}

body {
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	overflow-y: scroll;
	width: 100% !important;
	font-size: 16px;
}

.table-responsive {
	overflow-x: auto;
}

.m-r-1 {
	margin-right: 1px !important;
}
.m-r-2 {
	margin-right: 2px !important;
}
.m-r-3 {
	margin-right: 3px !important;
}
.m-r-4 {
	margin-right: 4px !important;
}
.m-r-5 {
	margin-right: 5px !important;
}
.m-l-1 {
	margin-left: 1px !important;
}
.m-l-2 {
	margin-left: 2px !important;
}
.m-l-3 {
	margin-left: 3px !important;
}
.m-l-4 {
	margin-left: 4px !important;
}
.m-l-5 {
	margin-left: 5px !important;
}
.m-b-1 {
	margin-bottom: 1px !important;
}
.m-b-2 {
	margin-bottom: 2px !important;
}
.m-b-3 {
	margin-bottom: 3px !important;
}
.m-b-4 {
	margin-bottom: 4px !important;
}
.m-b-5 {
	margin-bottom: 5px !important;
}
.m-t-1 {
	margin-top: 1px !important;
}
.m-t-2 {
	margin-top: 2px !important;
}
.m-t-3 {
	margin-top: 3px !important;
}
.m-t-4 {
	margin-top: 4px !important;
}
.m-t-5 {
	margin-top: 5px !important;
}
.tooltip-tab {
	margin-left: 1px !important;
}
.card {
	box-shadow: 0px 0px 0px 0px !important;
}

.card .border-primary {
	border: 1px 1px 1px 1px !important;
	border-color: #0058CB !important;
}

.card .border-info {
	border: 1px 1px 1px 1px !important;
	border-color: #00aec7 !important;
}
.btn-info-tabBusqueda {
	background-color: #00aec7 !important;
	color: white !important;
}

.btn-info-tabBusqueda:hover {
	background-color: #00aec7 !important;
	color: black !important;
}

.card .border-warning {
	border: 1px 1px 1px 1px !important;
	border-color: #2DC84D !important;
}

.card-header {
	background-color: #0058CB;
	color: #fff !important;
}

.card-header > label {
	color: #fff !important;
}

.card-header > p {
	color: #fff !important;
}

.text-warning {
	color: #2DC84D !important;
}

.swal-button {
	height: 37px !important;
	display: inline-block !important;
	padding: 8px 15px !important;
	margin-bottom: 0 !important;
	font-size: 13px !important;
	font-weight: bold !important;
	line-height: 1.428571429 !important;
	text-align: center !important;
	white-space: nowrap !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}
.swal-button--confirm {
	color: #fff !important;
	border-top-left-radius: 2px !important;
	border-top-right-radius: 2px !important;
	border-bottom-left-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
	background-color: #0058CB !important;
	border-color: #0058CB !important;
	/*box-shadow: inset 0 -2px #00AEC7 !important;*/
}
.swal-button--confirm:hover {
	color: #2DC84D !important;
	background-color: #0058CB !important;
	border-color: #0058CB !important;
}
.swal-button--cancel {
	color: #fff !important;
	border-top-left-radius: 2px !important;
	border-top-right-radius: 2px !important;
	border-bottom-left-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
	background-color: #00aec7 !important;
	border-color: #00aec7 !important;
}
.swall-width {
	width: 75% !important;
}
.swall-pdf-letter-width {
	width: 40% !important;
}

.label-warning {
	background-color: #2DC84D !important;
	color: #0058CB !important;
}

.font-weight-normal {
	font-weight: normal !important;
}

/* calendar */

.rdr-Calendar {
	display: block !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 285px !important;
}
.rdr-MonthAndYear-innerWrapper {
	font-size: 18px !important;
}
.rdr-WeekDay {
	font-size: 14px !important;
}

.rdr-Day {
	font-size: 15px !important;
}

.rdr-PredefinedRanges {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	width: 100% !important;
}

.rdr-PredefinedRangesItem {
	display: block !important;
	outline: 0 !important;
	line-height: 18px !important;
	padding: 10px 20px !important;
	text-align: left !important;
	background: #00aec7 !important;
	color: #fff !important;
	margin-left: 5px;
}
.rdr-PredefinedRangesItem:focus {
	color: #2DC84D !important;
}
.is-selected,
.is-inRange {
	background-color: #2DC84D !important;
	color: #fff !important;
}

.is-inRange > .is-passive {
	background-color: #2DC84D !important;
	color: #fff !important;
}

/* Display elements */
.d-n {
	display: none;
}

.d-b {
	display: block;
}

.d-i {
	display: inline;
}

.d-ib {
	display: inline-block;
}

.d-f {
	display: flex;
}

.d-if {
	display: inline-flex;
}
