body
{
	font-family: Muli,Helvetica Neue,Arial,sans-serif !important;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	-webkit-text-stroke: 0.45px;
	-webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
	color: #555;
	font-size: 1.1rem;
}

@media only screen and (max-width: 480px)
{
	.row label
	{
		font-weight: 700;
	}
}


/* ///////////////////////////////////////// */
.tabs-line-top .nav-item.open .nav-link, .tabs-line-top .nav-item.open .nav-link:focus, .tabs-line-top .nav-item.open .nav-link:hover, .tabs-line-top .nav-item.show .nav-link, .tabs-line-top .nav-item.show .nav-link:focus, .tabs-line-top .nav-item.show .nav-link:hover, .tabs-line-top .nav-link.active, .tabs-line-top .nav-link.active:focus, .tabs-line-top .nav-link.active:hover {
    color: #ffffff;
    background-color: #3e8ef6;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel .nav-tabs-horizontal .nav-tabs .nav-item .nav-link {
	line-height: 26px;
	border-top: 2px solid transparent;
}
.tabs-line-top .nav-item .nav-link:hover, .tabs-line-top .nav-link:hover {
    border-top: 2px solid #ccd5db !important;
    border-bottom-color: transparent;
}
/* ///////////////////////////////////////// */

/* ///////////////////////////////////////// */



.notyf
{
	z-index: 999999999 !important;
}
.notyf__toast {
	max-width: 500px;
}
	.notyf__toast.bg__success
	{
		background-color: #6DA611;
	}
	.notyf__toast.bg__warning
	{
		background-color: #FAA700;
	}
	.notyf__toast.bg__error,
	.notyf__toast.bg__danger
	{
		background-color: #CD5C5C;
	}
	.notyf__toast.bg__dark
	{
		background-color: #263238;
	}
	.notyf__toast.w__full
	{
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.notyf__toast.w__full .notyf__message
	{
		text-align: center;
		width: 100%;
	}
	.notyf__toast--upper {
	    margin-bottom: 10px;
	}
.notyf__ripple {
	height: 650px;
	width: 650px;
}
.notyf__wrapper_nopadright .notyf__wrapper
{
	padding-right: 0px;
}

/* ///////////////////////////////////// */
.fullScreenNotify i
{
	margin-bottom: 20px;
}
.fullScreenNotify
{
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	z-index: 999999999999;
}
#fullScreenNotify-message
{
	width: 100%;
    height: auto;
    position: absolute;
    top: calc(50% + -76px);
    text-align: center;
    color: #fafafa;
	font-size: 3vh;
	font-weight: bold;
	padding: 0px 15px 0px 15px;
}
/* ///////////////////////////////////// */
.form-control-label,
.col-form-label
{
	font-weight: 600;
}

/* //// OTHERS //// */
i.fas[disabled="true"],
i.fas.disabled
{
	opacity: 0.5;
	cursor: not-allowed;
}


/* //// NAVBAR //// */
.page-content {
	padding: 1.0715rem;
}


.site-menubar
{
	*background-color: #21292e!important;
}
.site-menu .site-menu-sub .site-menu-item>a
{
	margin-left: 0px;
	padding: 0px 30px 0px 37px;
}
.site-menu>.site-menu-item.open
{
	background-color: #21292e!important;
	border-left: 2px solid #9fa22f;
}
.site-menubar,
.site-menubar .site-menu-title
{
	font-family: Muli,Helvetica Neue,Arial,sans-serif !important;
	font-weight: 400;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	-webkit-text-stroke: 0.45px;
	-webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
	color: #f0f0f0 !important;
}
.site-menubar .animsition-link
{
	font-family: Muli,Helvetica Neue,Arial,sans-serif !important;
	font-weight: 400;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	-webkit-text-stroke: 0.45px;
	-webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
	color: #f0f0f0 !important;
}
.site-menu .site-menu-item.hover>a,
.site-menu .site-menu-sub .site-menu-item.hover>a,
.site-menu .site-menu-sub .site-menu-item.active.hover>a,
.site-menu .site-menu-sub .site-menu-item.open.hover>a,
.site-menu-item a.active:hover
{
	background-color: #294552 !important;
	color: #FFFFFF;
}


.site-menu .site-menu-sub .site-menu-item.split
{
	line-height: 16px;
}


/* ***** site.min.css ***** */
.site-menubar-unfold .site-menu>.site-menu-item>a
{
	padding: 3px 30px !important;
}
.site-menu .site-menu-sub {
	padding: 0 0 0 0 !important;
}
/*****************************/

.site-menu>.site-menu-item.open>a
{
	background: #294552;
}
.site-menu-item a.active,
.site-menu-item a.active:hover
{
	background-color: #a0a22f;
	color: #fff;
}
.site-menu-item.has-sub.active a.active,
.site-menu-item.has-sub.open a.active
{
	background-color: #a0a22f;
}
.animsition-link.active
{
	background-color: #327e9e !important;
}
.site-menu>.site-menu-item.open
{
    *background: #20292d;
}

.site-menu-item.has-sub.open .site-menu-item.is-shown
{
	*background: rgb(35, 46, 51) !important;
}

.site-menubar-unfold .site-menu-icon
{
	font-size: 20px;
}
.site-menu-item.has-sub .site-menu-sub i.site-menu-icon
{
	font-size: 14px;
}

.navbar-header
{
	background-color: #212a2d !important;
}
.site-menubar-fold .site-menu>.site-menu-item>a .site-menu-icon,
.site-menubar-fold .site-menu>.site-menu-item>a .site-menu-title
{
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    *height: 60px;
    text-align: center;
    transition: visibility .25s,opacity .25s;
    *vertical-align: middle;
    line-height: 60px;
}

#site-navbar-collapse .dropdown-item
{
	width: 100%;
}
#site-navbar-collapse .dropdown-menu-left .scrollable-container
{
	height: 100% !important;
}
#site-navbar-collapse .media-item-dropdown-info
{
	padding: 20px 20px;
	margin: 0px;
	line-height: 20px;
	text-align: justify;
	font-size: 14px;
}

.page-content {
    *padding: 10px;
    *padding-right: 10px!important;
    *padding-left: 10px!important;
}
.panel {
    margin-bottom: 0px;
}

/******************************************************/
/******************************************************/
.side-panel
{
	display: none;
	position: fixed;
	left: 0px;
	background-color: #fff;
	min-width: 340px;
	max-width: 100%;
	height: calc(100% - 66px);
	padding: 10px 20px 10px;
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.3);
	z-index: 1300;
	overflow: auto;
}
.side-panel .sidehead
{
	display: flex;
	justify-content: space-between;
}
.side-panel .sidehead .title
{

}
.side-panel .sidehead .closebtn
{
	opacity: 0.8;
}
.side-panel .sidehead .closebtn:hover
{
	opacity: 1;
	cursor: pointer;
}
.side-panel .sidehead .closebtn i
{
	padding: 6px 8px;
	color: #565656;
}




.side-panel.open
{
	display: block;
}


.site-menubar-fold .side-panel.open
{
	left: 90px;

	/* for chrome and safari*/
	-webkit-animation-duration: 0.75s;
	-webkit-animation-name: slidein_nine;

	/*for firefox*/
	-moz-animation-duration: 0.75s;
	-moz-animation-name: slidein_nine;

	  /* for opera*/
	-o-animation-duration: 0.75s;
	-o-animation-name: slidein_nine;

	  /* Standard syntax*/
	animation-duration: 0.75s;
	animation-name: slidein_nine;
}
.site-menubar-unfold .side-panel.open
{
	left: 260px;

	/* for chrome and safari*/
	-webkit-animation-duration: 0.75s;
	-webkit-animation-name: slidein_twosix;

	/*for firefox*/
	-moz-animation-duration: 0.75s;
	-moz-animation-name: slidein_twosix;

	  /* for opera*/
	-o-animation-duration: 0.75s;
	-o-animation-name: slidein_twosix;

	  /* Standard syntax*/
	animation-duration: 0.75s;
	animation-name: slidein_twosix;
}
@media (max-width: 640px)
{
	.site-menubar-hide.site-menubar-unfold .side-panel.open
	{
		left: 0px !important;
		width: 100% !important;
	}
	.site-menubar-unfold .side-panel.open
	{
		left: 260px !important;
		width: 100% !important;
	}
}



@-webkit-keyframes slidein_nine {
	from {
		left: 0px;
	}

	to {
		left: 90px;
	}
}
@-moz-keyframes slidein_nine {
	from {
		left: 0px;
	}

	to {
		left: 90px;
	}
}
@-o-keyframes slidein_nine {
	from {
		left: 0px;
	}

	to {
		left: 90px;
	}
}
@keyframes slidein_nine {
	from {
		left: 0px;
	}

	to {
		left: 90px;
	}
}
@-webkit-keyframes slidein_twosix {
	from {
		left: 0px;
	}

	to {
		left: 260px;
	}
}
@-moz-keyframes slidein_twosix {
	from {
		left: 0px;
	}

	to {
		left: 260px;
	}
}
@-o-keyframes slidein_twosix {
	from {
		left: 0px;
	}

	to {
		left: 260px;
	}
}
@keyframes slidein_twosix {
	from {
		left: 0px;
	}

	to {
		left: 260px;
	}
}
/******************************************************/
/******************************************************/

.sk-cube-grid {
  width: 48px;
  height: 48px;
  margin: 100px auto;

  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px; /* margin is -0.5 * dimension */
  margin-top: -24px; 
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #f0f0f0;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}
/******************************************************/
.full-screen-loader
{
	background-color: #3e8ef7;
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	z-index: 99999999999;
}
#full-screen-message
{
	color: #f0f0f0;
	width: 100%;
	height: auto;
	margin: 100px auto;
	position: absolute;
	top: calc(50% + 60px);
	text-align: center;
	margin-top: -24px;
}

/******************************************************/




.page-login-v3:before
{
	*background-color: #0d376d;
	*background-image: linear-gradient(to bottom,#9ba11a 0,#0075a1 100%) !important;
	*background-image: linear-gradient(to bottom,#0d376d 0,#0d376d 100%) !important;
	background-image: linear-gradient(to bottom,#05b1e0 0,#0481f4 100%) !important;
}

.note-editor.note-frame.card
{
	margin: 0px;
}


.rowSearch
{
	padding: 3px 0px 3px 0px;
}
.rowSearch img
{
	border-radius: 100%;
}
.rowSearch div
{
	line-height: 60px;
	vertical-align: middle;
}
.rowSearch:hover
{
	background-color: #3e8ef7!important;
	color: #fff;
	border-radius: 3px;
}


.select2-container
{
	*width: 100% !important;
}
.select2-results__option
{
	padding: .429rem 1.858rem .429rem 1rem;
}
.select2-container
{
	*width: 100% !important;
}
.select2-results__option
{
	padding: .429rem 1.858rem .429rem 1rem;
}
select:required + span .select2-selection
{
	border-left: 1px solid #ff4c52;
}
select.autoadd + span.select2-container
{
	display: inline-block;
	width: calc(100% - 115px) !important;
	max-width: calc(100% - 115px) !important;
}
input.autoadd
{
	display: inline-block;
	width: calc(100% - 115px) !important;
	max-width: calc(100% - 115px) !important;
}

.tooltip
{
	z-index: 999999993 !important;
}
.tooltip.bs-tooltip-bottom
{
  left: 0px !important;
}
.tooltip .tooltip-inner
{
	background-color: rgba(0,0,0,1) !important;
}


/* SE EXISTIR MAIS DO QUE UMA JANELA DE BOOTBOX, corrige erro das dropshadow*/

.bootbox.modal.confirm
{
	z-index: 999999998 !important;
}
.modal-backdrop.confirm,
.bootbox.modal.confirm + .modal-backdrop
{
	z-index: 999999997 !important;
}

/* corrige pequeno bug no SELECT2 quando em utilização em BootBox/Modals */
.modal-open .select2-container.select2-container--default.select2-container--open
{
	z-index: 999999992 !important;
}


button
{
	font-weight: 400 !important;
}
button.autoadd,div.divautoadd
{
	display: inline-block;
	max-width: 110px;
	float: right;
}
button.autoadd i,
button i
{
	margin-right: 5px;
}
.modal-fill-in.autoadd
{
	background-color: rgba(255,255,255,1) !important;
}
.modal-content .modal-footer
{
	background: #fafafa;
}
.modal-fill-in.no-height .modal-content
{
	overflow: auto !important;
}
.modal-fill-in.no-height
{
	height: auto !important;
}
.modal-fill-in.show.no-opacity
{
    background-color: rgba(255,255,255,1) !important;
}
.modal-fill-in .modal-dialog.modal-xl .modal-content
{
	width: 90% !important;
	max-width: 90% !important;
	min-width: 90% !important;
	height: inherit;
}

/*
select.autoadd
{
	display: inline-block;
	width: calc(100% - 125px);
}
*/
@media (min-width: 992px)
{
	.modal-md
	{
		max-width: 750px;
	}
}
.modal-dialog .modal-content .modal-title
{
	width: 100%;
}
.modal-dialog .modal-content .modal-title img.brand-logo
{
	width: 16px;
	margin-right: 10px;
	vertical-align: middle;
}


.panel-subtitle
{
	font-size: 13px;
}
.panel-subtitle:before
{
	display: inline-block;
	padding: 0px .5rem;
	color: #ccd5db;
	content: "*";
}

.notie-container
{
	z-index: 999999999 !important;
}
.notie-background-error
{
	background-color: #E62020;
}
.modal-backdrop
{
	z-index: 999999990 !important;
}
.modal
{
	z-index: 999999991 !important;
}



.hidden
{
	display: none !important;
	visibility: hidden !important;
}

.page-title .page-description
{
	display: inline-block;
	font-size: 14px;
	font-weight: 100;
}
/*
.breadcrumb
{
	background-color: #dbdfe6 !important;
	border-radius: 3px;
	font-size: 12px;
	padding: .55rem 1rem;
}
.breadcrumb-item+.breadcrumb-item
{
	padding-left: 0px;
}
.breadcrumb-item+.breadcrumb-item::before
{
	color: #b4b7b9;
}
*/

input[required],
select[required],
textarea[required]
{
	border-left: 1px solid #ff4c52;
}
	
	.has-success .select2-dropdown,
	.has-success .select2-selection
	{
		*border-color: #11c26d;
		border-color: #e4eaec;
	}
	div.has-success label.error
	{
		display: none !important;
	}
	.has-error label.error
	{
		width: 100%;
		margin-top: .286rem;
		font-size: 80%;
		color: #ff4c52 !important;
		float: left;
		text-align: left;
		font-weight: 400;
	}
	.has-error input,
	.has-error textarea,
	.has-error select
	{
		border: 1px solid #ff4c52;
	}

	#toast-container>div
	{
		-moz-box-shadow: 0 0 12px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.3);
		box-shadow: 0 0 12px rgba(0,0,0,0.3);
		opacity: 0.9;
		padding: 20px 20px 20px 50px;
	}

	#toast-container.toast-bottom-full-width>div,
	#toast-container.toast-top-full-width>div
	{
		width: 100% !important;
	}

.loader-content
{
	position: fixed;
	margin: 50vh auto 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 0px;
	left: 0px;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	background: #09f;
}
.loader-content .loader-index
{
	margin: 50vh auto 0;
}

/* MELHORIAS NO INTERFACE */
.nav-tabs .nav-item
{
    margin-bottom: 0px;
}
/*
-webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);

    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
        -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
        -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
        transition: transform .3s ease-in-out,width .3s ease-in-out;
*/


.cursor-pointer
{
	cursor: pointer;
}
/***************************************/
.badge-md
{
	font-size: 14px;
	margin-bottom: 0px;
}
/***************************************/
.modal-footer
{
	padding: 16px 28px !important;
	border-top: 1px solid #e4eaec !important;
}
.modal-footer button i
{
	margin-right: 5px;
}
/***************************************/
table th[z-hidden="true"],
table col[z-hidden="true"]
{
	visibility: collapse;
}


table a.dropdown-item
{
	text-decoration: none;
}
table a.dropdown-item i
{
	font-size: 14px !important;
}
table a.dropdown-item.bg-danger:hover
{
	color: #fff;
}
table td button i
{
	font-size: 14px;
}
table .panel-group a.panel-title {
    text-decoration: none;
}

.dropdown-item.bg-danger:hover
{
	color: #ffffff;
}
a.dropdown-item
{
	color: #5d666f;
}

a.link-btn
{
	-webkit-text-stroke: 0.45px rgb(81 136 231) !important;
	opacity: 0.8;
}
a.link-btn:hover
{
	opacity: 1;
}
/***************************************/
th i.sorter
{
	float: right;
	position: relative;
	margin-top: 3px;
	cursor: pointer;
	opacity: 0.75;
	font-size: 16px;
}
th i.sorter:hover
{
	opacity: 1;
}
table tr i
{
	font-size: 28px;
	cursor: pointer;
	opacity: 0.8;
}
table tr i:first-child
{
	margin-right: 10px;
}
table tr i[action=update]
{
    color: #333;
}
table tr i:hover
{
	opacity: 1;
}
table tr button i
{
	opacity: inherit;
}

/* ============================ */
table.table i[action="delete"],
table.table i[action="href"],
table.table i[action="update"]
{
	font-size: 1.3rem;
	padding: 0.6rem 0.75rem 0.6rem;
	opacity: 1;
	color: #fff !important;
}
table.table tr i[action="delete"]:first-child,
table.table tr i[action="href"]:first-child,
table.table tr i[action="update"]:first-child {
    margin-right: 2px;
}
table.table  i[action="delete"]:hover,
table.table  i[action="update"]:hover,
table.table  i[action="href"]:hover
{
	opacity: 0.8;
}
table.table i[action="delete"]
{
	background: #dc3544;
}
table.table i[action="update"],
table.table i[action="href"]
{
	background: #526069;
}
/* ============================ */
table tr i:first-child {
    margin-right: 10px;
}


table tr td,
table td,
.table tr td,
.table td
{
	vertical-align: middle !important;
}

.table tfoot th, .table thead th
{
	font-weight: 700 !important;
}
table td span.highlight
{
	background-color: #FFE54F;
	color: #000;
	*padding: 0px 2px;
}

/********************************************/
embed img
{
	display: block;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/********************************************/
.checkbox-custom label::before {
	border: 1px solid #a9afb4;
}
.checkbox-custom.checkbox-primary.show-border label::before
{
	border: 2px solid #007bff;
}
.checkbox-custom.checkbox-success.show-border label::before
{
	border: 2px solid #28a745;
}
.checkbox-custom.checkbox-info.show-border label::before
{
	border: 2px solid #17a2b8;
}
.checkbox-custom.checkbox-warning.show-border label::before
{
	border: 2px solid #ffc107;
}
.checkbox-custom.checkbox-danger.show-border label::before
{
	border: 2px solid #dc3545;
}
.checkbox-warning input[type=checkbox]:checked+input[type=hidden]+label::before,
.checkbox-warning input[type=checkbox]:checked+label::before,
.checkbox-warning input[type=radio]:checked+input[type=hidden]+label::before,
.checkbox-warning input[type=radio]:checked+label::before {
    background-color: #ffc107;
    border-color: #ffc107;
}

.checkbox-primary.border-only input[type=checkbox]:checked+input[type=hidden]+label::before,
.checkbox-primary.border-only input[type=checkbox]:checked+label::before,
.checkbox-primary.border-only input[type=radio]:checked+input[type=hidden]+label::before,
.checkbox-primary.border-only input[type=radio]:checked+label::before
{
	background-color: transparent;
	border-width: 2px;
}
.checkbox-primary.border-only input[type=checkbox]:checked+input[type=hidden]+label::after,
.checkbox-primary.border-only input[type=checkbox]:checked+label::after,
.checkbox-primary.border-only input[type=radio]:checked+input[type=hidden]+label::after,
.checkbox-primary.border-only input[type=radio]:checked+label::after
{
	color: #3e8ef7;
}
/* loader CSS FIX */
.loader-circle.loader-primary
{
	border-top: .125em solid rgba(11,105,227, 0.5);
	border-right: .125em solid rgba(11,105,227, 0.5);
	border-bottom: .125em solid rgba(11,105,227, 0.5);
	border-left: .125em solid #0B69E3;
}
.loader-circle.loader-danger
{
	border-top: .125em solid rgba(230, 32, 32, 0.5);
	border-right: .125em solid rgba(230, 32, 32, 0.5);
	border-bottom: .125em solid rgba(230, 32, 32, 0.5);
	border-left: .125em solid #E62020;
}
.loader-circle.loader-success
{
	border-top: .125em solid rgba(0, 140, 77, 0.5);
	border-right: .125em solid rgba(0, 140, 77, 0.5);
	border-bottom: .125em solid rgba(0, 140, 77, 0.5);
	border-left: .125em solid #008C4D;
}
/********************************************/
/* badge CSS FIX */
.badge-lg
{
	font-size: 16px !important;
}
.badge-md
{
	font-size: 14px !important;
	margin-bottom: 0px !important;
}
.badge-sm
{
	padding: .1em .5em .1em !important;
	font-size: 10px !important;
}

.badge {
  display: inline-block;
  padding: .25em .6em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .215rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:focus,.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:focus,.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus,.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus,.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #3e4854;
  background-color: #ffc107;
}

.badge-warning[href]:focus,.badge-warning[href]:hover {
  color: #3e4854;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus,.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #3e4854;
  background-color: #f8f9fa;
}

.badge-light[href]:focus,.badge-light[href]:hover {
  color: #3e4854;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus,.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* -----------------------------------
**  Preloader
-------------------------------------*/
.loader-wrapper #full-screen-message{
	color: #000000;
	width: 100%;
	height: auto;
	margin: 100px auto;
	position: absolute;
	top: calc(50% + 10px);
	text-align: center;
}
.loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;

background: rgb(255 255 255 / 95%);
z-index: 9999999999 !important;
}
#loader {
display: block;
position: relative;
left: 50%;
top: 50%;
width: 150px;
height: 150px;
margin: -75px 0 0 -75px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #3498db;
z-index: 1001;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
#loader:before {
content: "";
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #e74c3c;
-webkit-animation: spin 3s linear infinite;
animation: spin 3s linear infinite;
}
#loader:after {
content: "";
position: absolute;
top: 15px;
right: 15px;
left: 15px;
bottom: 15px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #f9c922;
-webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite;
}
.loader-wrapper .loader-section {
position: fixed;
top: 0;
width: 51%;
height: 100%;
background: #fff;
z-index: 1000;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.loader-wrapper .loader-section.section-left {
left: 0;
}
.loader-wrapper .loader-section.section-right {
right: 0;
}
 @keyframes spin {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
.loaded .loader-wrapper .loader-section.section-left {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded .loader-wrapper .loader-section.section-right {
-webkit-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
opacity: 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.loaded .loader-wrapper {
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: all 0.3s 1s ease-out;
transition: all 0.3s 1s ease-out;
}
/*  Preloader Ends */