

#adminLoginForm{
	background:transparent;
	bottom:auto;
	top:15px;
}
#adminLoginForm .panel{
	/* background: linear-gradient(180deg, #f0f0f0 , white 50%); */
	/* border-radius: 5px 5px 0 0; */
	position: relative;
	/* border: 0; */
	margin-top:15px;
	box-shadow: none;
}

form:not(#listForm) .form-control {
    height: 45px;
}

.list .item{
	padding:10px 5px;
	transition:0.2s;
	border-radius:10px;
}
.iconic{
	padding:0;
}
.iconic .item{
	padding:15px 30px;
	border-radius:5px;
	text-align:center;
}
.iconic .item:hover:not(.disable){
	background: #f4ac6447;
}
.iconic .item:hover:not(.disable) *{
	color: #000;
}
.iconic .item.disable a *{
	color:#ccc;
	cursor:text;
}
.iconic .item.active, .iconic .item.active *{
	background:#0a66c2;
	color:#FFF;
}
@media (max-width:912px){

	.iconic .item i{
		float:right;
		margin-left:5px;
	}
	.iconic .item{
		text-align:right;
	}
}
.wizard {
	position: relative;
}
.wizard-line {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	border: 1px solid #f0f0f0;
}
.wizard .item {
	text-align:center;
}
.wizard .item span{
    display: block;
    width: 25px;
    height: 25px;
    background: transparent;
    margin: auto;
    margin-top: 2px;
    border-radius: 50%;
    padding: 10px 0px;
    color: #f5c43c;
}
.wizard .item.active span{
	background: #008bf1;
	color: #FFF;
	margin-top: 7px;
	border: 2px solid #008cec;
}
.wizard .item h6{
	margin: 0;
	margin-top: 5px;
	font-weight: normal;
}
.wizard .item.active h6{
	font-weight: bold;
}
.btn-container{
	color: #0ac27e;
    background-color: transparent;
    border: 2px solid #0ac27e;
    padding: 5px 30px;
    border-radius: 15px;
	font-weight:bold;
	background: #ceffed;
}
.btn-container:hover{
	color: #FFF;
    background-color: #0ac27e;
    border: 2px solid #0ac27e;
}
.btn-upload{
	color: #c20a33;
    background-color: transparent;
    border: 2px solid #c20a33;
    padding: 5px 30px;
    border-radius: 15px;
	font-weight:bold;
	background: #ffedf1;
}
.btn.remove-container{
	display: block;
    margin: -5px 0 10px 0;
    border-radius: 5px 0 5px 0;
    padding: 1px 5px;

}
.btn-upload:hover{
	color: #FFF;
	background-color: #c20a33;
    border: 2px solid #c20a33;
}

.sub-form{
	margin-bottom:15px;
	
}
.sub-form>div, .sub-form>ul{
	background:rgba(0,0,0,0.02);
	padding: 30px 15px;
	margin: 10px -15px;
	border-radius: 15px;
}

.btn-remove-container{
	position: absolute;
	left: 5px;
	top: -10px;
	margin: auto;
	z-index: 10;
	padding: 3px 10px;
	background-color: #ffdada;
	border-color: #FFF;
}

.btn-remove-container:hover{
	color:#FFF;
	background-color: #ff8c8c;
	border-color: #ff8c8c;
}

.alert-validation{
    padding: 2px 5px;
    color: #c20a33;
    margin: 0;
	margin-right:15px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 2px;
    margin-top: -1px;
    display: inline-block;
    background: #c21d3c1f;
}
.alert-upload-done{
	color: #333;
    background-color: #e8f3ff;
    border: 1px solid #ccc;
	font-weight: bold;
	margin:5px 0 0 0 ;
	padding:10px 15px;
	height: 40px;
	border-radius: 20px;
}
.alert-upload-done .btn.btn-warning{
    font-size: 12px;
    padding: 10px;
	margin-left:-5px;
    border-radius: 50%;
	
}


.select2-container--bootstrap .select2-results__group {
    color: #000;
    display: block;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    white-space: nowrap;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
    padding: 6px 30px;
}

.select2-container--bootstrap .select2-results__group {
	background-color: #e0e0e0 !important;
	font-size:14px !important;
}

.select2-container--bootstrap .select2-dropdown{
	padding:5px;
	border-radius: 15px;
}

.help-item{
	color: #31708f;
	background-color: #f2fbff;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #c6f4fd;
    border-radius: 15px;
}
.help-item .title{
	font-size:16px;
	font-weight: bold;
}
.help-item .body{
	padding:2px 30px;
}

.loading-box{
	margin: auto;
    width: 300px;
    height: 100px;
    text-align: center;
    padding: 40px 15px;
    background: #e8f4ff;
    border-radius: 15px;
}

.cke_top {
    border-radius: 15px 15px 0 0 !important;
}

.cke_bottom {
    border-radius: 0 0 15px 15px !important;
}

.cke_reset{
	border-radius: 15px !important;
}



[class*=icheck-]>input:first-child+input[type=hidden]+label::before, [class*=icheck-]>input:first-child+label::before{
	    content: "";
	    display: inline-block;
	    position: absolute;
	    width: 22px;
	    height: 22px;
	    border: 1px solid #D3CFC8;
	    border-radius: 0;
	    margin-left: auto;
	    right: -10px;
	    top: -2px;
}


.icheck-wisteria>input:first-child:checked+input[type=hidden]+label::before, .icheck-wisteria>input:first-child:checked+label::before {
    background-color: #058af7 !important;
    border-color: #058af7 !important;
}

.icheck-wisteria>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before, .icheck-wisteria>input:first-child:not(:checked):not(:disabled):hover+label::before {
    border-color: #058af7 !important;
}