/**	FORMS SELECT **/
input.error, select.error{
	width: 100%!important;
	font-size: 1rem;
}

div.input-group input.error{
	width: 1%!important;
}

textarea.error{
	font-size: 1rem;
}

label.error{
	width: 100%;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 500;
	color: red;
}


/**	BOOTSTRAP SELECT **/
.bootstrap-select{
	border: 1px solid #d1d3e2!important;
}

.bootstrap-select>.dropdown-toggle{
	background-color: white!important;
	border: unset!important;
	outline: none!important;
}


/** SIDEBAR **/
.sidebar .sidebar-brand .sidebar-brand-text{
	font-size: 12px;
}


/** PAGE ACTION BUTTONS **/
#page-action-buttons-inline-list a:not(:last-child){
	margin-right: 10px;
}


/** CKE **/
.input-group .cke{
	position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

/** WELCOME PAGE **/
.welcome-page-image-wrapper{
	width: 100%;
	height: 200px;

	border-top-left-radius: calc(.35rem - 1px);
    border-top-right-radius: calc(.35rem - 1px);

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/** WELCOME PAGE **/
.animation-wrapper {
	width: 80%;
	padding-bottom: 40%;
}

.stagger-visualizer {
	position: absolute;

	width: 1100px;
	height: 550px;

	overflow: hidden;

	transform-origin: left top;
}

.stagger-visualizer::after{
	content: "";
	
	background: url(/apps/leads/frontend/img/hisonia-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;

	opacity: 0.3;
	
	position: absolute;
	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	z-index: -1;   
}

.stagger-visualizer .dots-wrapper {
	transform: translateZ(0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.stagger-visualizer .dot {
	position: relative;
	z-index: 1;
	width: 23px;
	height: 23px;
	margin: 16px;
	background-color: currentColor;
	border-radius: 50%;
}

@media (min-width: 740px) {
	.stagger-visualizer .dot {
		background-color: transparent;
		background-image: linear-gradient(180deg, #64cae0 8%, #9ddb27 100%);
	}
}

.stagger-visualizer .cursor {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 37px;
	height: 37px;
	margin: 9px;
	background-color: #60c8b6;
	border-radius: 50%;
}
/** WELCOME PAGE END **/

/** ARTICLE PUBLISH ACTION **/
#article-publish-date-row{
	display: none;
}

/** LEADS **/
.lead-file-button{
	width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.lead-file-button i{
	font-size: 72px;
}


/* Paginator */
.paginator {    
    margin: 1em auto;
    width: 500px;
    padding: 0px;    
    display: flex;    
}

.paginator a {    
    width: 8%;	
    padding: 5px;
	margin-right: 0.5em;
	margin-left: 0.5em;
    margin-bottom: 2em;
    text-align: center;
    background-color: white;    
    border-radius: 3px;
    box-shadow: 0px 0px 15px rgb(20, 20, 20, 30%);
    color: black;
    text-decoration: none;    
	font-size: 0.8em;
}

.paginator a:hover {
    background-color: gray;    
    color: white;
}

.paginator a.current_page {
    background-color: lightgray;
}

.text-small {
	font-size: 0.8em;
}

.text-centered {
	text-align: center;
}

.clickable-row {
	cursor: pointer;

}

.clickable-row:hover {
	background-color: rgb(120,120,120,5%);
}

th {
	background-color: rgb(80,80,80,5%);
}