body{
	font-family: 'Poppins', sans-serif;
	font-size:14px !important;
}

.bottom-align-text {
    padding-top: 1rem;
}

.grayIcon{
	background-color: #A1A1A1;
	border-radius: 5px;
	color: #ffffff;
	height: 30px;
	font-size: 18px;
	padding: 3px 4px 0px 4px;
	width: 30px;
	text-align: center;
}

.xenoDateInput{
	margin-top:2px !important;
}

.link-red{
	color:#F24848;
	background: white;
}

.link-red:hover{
	text-decoration: none;
	text-transform: none;
	color:#8B8B8B;
}

.link-gray{
	color:#A1A1A1;
}

.link-red:hover{
	text-decoration: none;
	text-transform: none;
	color:#F24848;
}

.pointer{
	cursor:pointer !important;
}

.row-event-header{
	border: 1px solid #cccccc;
	border-radius: 20px;
	padding-top: 4px;
}

.background-red{
	background-color:#F24848;
}

.background-clear-gray{
	background-color:#70707052;
}

.submessage-notification,
.submessage-message{
	height: auto !important;
    white-space: normal !important;
}

.notify-item{
	border-bottom:1px solid #F24848;
}

.notify-date{
	font-size:0.8rem;
	color:#8B8B8B;
	margin-top: 5px;
	margin-bottom: 3px;
}

/*text styles*/
	.text-red{
		color:#F24848;
	}
	.text-gray{
		color:#8B8B8B;
	}
	.text-big{
		font-size:1.3rem;
	}
	.text-medium{
		font-size:1.1rem;
	}
	.text-small{
		font-size:0.8rem;
	}
	.text-clear-gray{
		color:#70707052;
	}
	.gray-link:hover{
		color:#F24848;
		text-decoration: none;
	}
	.gray-link:visited{
		text-decoration: none;
	}

	.red-link:hover{
		color:#8B8B8B;
		text-decoration: none;
	}
	.red-link:visited{
		text-decoration: none;
	}
	.dark-shadow{
		text-shadow: 2px 2px 4px #000000;
	}
	.info-message,
	.success-message,
	.error-message{
		font-size: 0.8rem;
    	font-weight: 100;
	}
/*end of text styles*/

/* input and placeholders */
	.xeno-input {
	    border-top: none;
	    border-left: none;
	    border-right: none;
	    border-bottom: 1px solid #ECECEC;
	    padding: 5px 15px;
	    outline: none;
	    width:95%;
	    color:#8B8B8B;
	    text-align:center;
	    padding-left: 0;
	    padding-right: 0;
	    font-weight: 100;
	 }

	[placeholder]:focus::-webkit-input-placeholder {
	    transition: text-indent 0.4s 0.4s ease; 
	    text-indent: -10%;
	    opacity: 1;
	    color:#F24848;
	 }
 /* end ofinput and placeholders */

/* buttons*/
	.button-red{
		background-color:#F24848;
		color:#FFFFFF;
		border-radius:18px;
		height:40px;
		width:95%;
		border:0 !important;
	}
/* end of buttons */

/* custom widths */
.w-40{
	width:40% !important;
}
.w-10{
	width:10% !important;
}
.w-15{
	width:15% !important;
}
.w-50{
	width:50% !important;
}
.w-80{
	width:80% !important;
}
.w-90{
	width:90% !important;
}

/* end of custom widths */

.body-login{
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding:0;
    background-color:#FFFFFF !important;
}

.background-login{
	background-image: url(/images/login_background3.jpg);
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
}

.background-register{
	background-image: url(/images/login_register.png);
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
}

.background-register-provider{
	background-image: url(/images/login_register_provider.png);
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
}
/*
@media screen and (max-width: 992px) {
	.background-register-provider,
  	.background-register,
  	.background-login{
  		display:none;
  	}
}*/

@media screen and (max-width: 600px) {
	.body-login{
	background-image: url(/images/login_mobile.png) !important;
	background-position: right center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	}
}


/* Logo Mobile*/

  .logo .mobile {
    display: none;
  }

  @media (max-width: 600px) {
    .logo .mobile {
      display: block;
      margin: auto;
    }
    .logo .desktop {
      display: none;
    }
  }

/* On screens that are 600px or less, set the background color to olive */

@media screen and (max-width: 600px) {
	.background-register-provider,
	.background-register,
	.background-login{
		display: none;
	}
}

.clear-gray-spacer{
	border-top:1px solid #ECECEC;
}


/* theme overrided */
	.topbar .topbar-left,
	.side-menu{
		background: #ffffff !important;
    	border-right: 1px solid #CCCCCC;
	}
	#sidebar-menu > ul > li > a{
		color:#8B8B8B !important;
		font-size: 0.9rem;
	}
	.btn-primary {
		background-color: #F24848 !important;
	    border: 1px solid #F24848 !important;
	}
	.footer{
		border:0 !important;
	}
	html,
	body {
    	background: #ffffff !important;
	}

	.form-control {
	    font-weight: 100 !important;
	    color: #8B8B8B !important;
	    border: 1px solid #ced4da8c !important;
	    text-align-last: center;
	}

	#sidebar-menu > ul > li > a.active {
		color: #F24848 !important;
	}
	.dropzone {
		min-height: 100px !important;
	}
	.dropzone-cover{
		min-height: 200px !important;
		padding-top:50px !important;
	}

	.button-menu-mobile {
		color: #F24848;
	}
	.btn-secondary {
	    background-color: #ffffff !important;
	    border-color: #ffffff !important;
	    color:#F24848;
	}
	.btn-cancel {
	    background-color: #e8e8e8 !important;
    	border-color: #e8e8e8 !important;
    	color: #f24848;
	}
	.btn-cancel:hover {
	    color: #ffffff !important;
	    background-color: #666666 !important;
	    border-color: #666666 !important;
	}
	.page-item.active .page-link {
	    background-color: #F24848 !important;
	    border-color: #F24848 !important;
	}
	.nav-user {
		z-index: 5;
		border-radius: 50%;
		text-align: center;
	}
	.dashboard-input-left {
		border-radius: .9rem 0rem 0rem .9rem;
		height: 60px;
	}
	.dashboard-input-inner {
		border-radius: 0rem;
		height: 60px;
	}
	.dashboard-row {
		padding: 0;
		height: 60px;
	}
	.dashboard-input-right {
		border-radius: 0rem .9rem .9rem 0rem !important;
		height: 60px;
	}
	.h4, h4 {
	    font-size: 1.2rem !important;
	}
	.h1, h1{
		font-size: 2rem;
	}
	.nav-tabs-custom > li > a.active {
	    color: #F24848 !important;
	}
	.input-group-text{
		background: none;
		border: 0;
		border-bottom: 1px solid #ECECEC;
		color: #8B8B8B;
		font-size: 0.9rem;
		padding-right: 0 !important;
		padding-left: 0 !important;
		font-weight: 100;
	}
	.select2-container--default.select2-container--focus .select2-selection--multiple,
	.select2-container--default .select2-selection--multiple {
	    border: 1px solid #ECECEC !important;
	    color: #8B8B8B !important;
	}
	.select2-container--default .select2-selection--multiple .select2-selection__choice {
	    background-color: #F24848 !important;
	    border: 0 !important;
	    color: #ffffff !important;
	}
	.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    	color: #fff !important;
    }
    .select2-results__option {
	    color: #8B8B8B !important;
	}
	.big-icon{
		font-size: 1.3rem !important;;
	}
	#datatable-buttons_filter label{
		display: flex !important;
		font-size: 1rem;
		padding-top: 10px;
	}
	#datatable-buttons_filter{
		width: auto;
		float: right;
		margin-right: 4px;
	}
	#datatable-buttons_filter input{
		width: 200px !important;
		margin-top: -7px;
		margin-left: 8px;
	}
	.text-primary {
    	color: #f24848 !important;
	}
	.btn {	 
	    border-radius: 80px !important;
	}
	.notification-list .noti-icon-badge {	
	    background-color: #f24848;
	}
	.mce-container, .mce-container-body {
	    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.08);
	    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.08);
	    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
	}
	.notification-list .notify-all {
	    margin: 0 0 0 0;
	    background-color: #ffffff;
	    color: #f24848;
	    border-radius: 5px;
	}
	.notification-list .notify-item {
	    padding: 15px 20px 5px 20px !important;
	}
/* end of theme overrided */


