/**
 * * Adaptación de Bootstrap e Inspinia a Botbit
 * */
.btn:not(:disabled):not(.disabled):not(.btn-white) {
	color: #fff;
}

a:not([href]):not([tabindex]) {
	color: #a7b1c2;
}

.swal2-container {
	z-index: 1000000 !important;
}

.fill-height {
	min-height   : 100%;
	height       : auto !important;
	/* cross-browser */
	height       : 100%;
	/* cross-browser */
	display      : flex;
	padding-right: 0px;
	padding-left : 0px;
}

.custom-body {
	margin          : 0;
	padding         : 0;
	overflow        : auto;
	padding-right   : inherit !important;
	background-color: #f3f3f4;
}

.display-none-cs {
	display: none
}

.display-inline-cs {
	display: inline;
}

.display-block-cs {
	display: block;
}

.no-margin-bottom {
	margin-bottom: 0;
}

code {
	font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
		monospace;
}

/**
 * * Compatibilidad del los menues dropdown con bootstrap 4
 * */
.open>.dropdown-menu {
	display: block;
}

.dropdown-menu {
	color: #676a6c;
}

.dropdown-menu>a,
.dropdown-menu>li>a {
	border-radius: 3px;
	color        : inherit;
	line-height  : 25px;
	margin       : 4px;
	text-align   : left;
	font-weight  : normal;
}

.word-wrap-cs {
	word-wrap: break-word;
}


.custom-file {
	margin-bottom: 1rem;
}

/*
 * Sacar de aca
 * */

.menu {
	cursor     : pointer;
	z-index    : 100;
	margin-top : -1rem;
	margin-left: -1rem;
	min-width  : 150px;

}

.menu-content>*:hover {
	border-left: 2px solid transparent;
}


#hamburguerBtn {
	margin: 0 0 0 14px;
}

#fcBtnContainer {
	min-height: inherit;
}

#smFcBtn {
	padding: 5px 9px;
}

#fcBtnTitle {
	font-size: 14px;
}

.animated-short {
	-webkit-animation-duration : 300ms;
	animation-duration         : 300ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode        : both;
}

#page-wrapper {
	height: 100%
}

.navbar-static-top {
	z-index: 100 !important;
}

/*
 * Parche espantoso, para que funcione el datepicker de mdb sobre un modal
 */
div.fade+div[role="dialog"] {
	z-index: 500000 !important;
}

/*#page-wrapper {
	height: 100%
}

.navbar-static-top {
	z-index: 100 !important;
}*/

.btn-flat:hover {
	background-color: #ccc;
	transition      : .2s ease-out;
}

.botbit-form-input,
.botbit-form-input+label,
.botbit-form-input label,
.botbit-form-input input {
	font-size: 11pt !important;
	color    : black;
}

.botbit-mdb-datepicker>div {
	width: 100%;
}

.botbit-mdb-datepicker label {
	top: -10px;
}

.form-control input,
.form-control label,
.form-control+label,
.select-wrapper input.select-dropdown,
.select-wrapper label.select-dropdown,
.select-wrapper .select-dropdown+label {
	font-size  : 11pt;
	font-weight: 400;
	color      : black;
}

/** ----- SCROLLBARS ----- */
.scrollbar {
	overflow: scroll;
}

.scrollbar::-webkit-scrollbar {
	width : 6px;
	height: 6px;
}

.scrollbar::-webkit-scrollbar-thumb {
	border-radius     : 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background        : rgba(0, 0, 0, 0.2);
}

/* custom colors  */
.scrollbar-primary::-webkit-scrollbar {
	background-color: #F5F5F5;
}

.scrollbar-primary {
	scrollbar-color: #4285f4 #f5f5f5;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
	border-radius     : 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color  : #4285F4;
}

.scrollbar-secondary::-webkit-scrollbar {
	background-color: #F5F5F5;
}

.scrollbar-secondary {
	scrollbar-color: #6b6b6b #f5f5f5;
}

.scrollbar-secondary::-webkit-scrollbar-thumb {
	border-radius     : 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	/* background-color  : #4285F4; */
}

.radio-button.selected svg path{
    fill: #2383E2;
}

.radio-group > .radio-button > .title {
    font-weight: 600;
}