
#error-place{
	color: red;
	background-color: #ffff96;
	text-align: center;
	font-weight: bolder;

 	border-radius: 10px;
 	background-color: pink;
}
#error-place [class*="error"]{	
    text-shadow: 0.5px 0.5px palevioletred;		
}
#error-place [class*="error"]:first-child{
	padding-top:10px;
}
#error-place [class*="error"]:last-child
{
	padding-bottom:10px;
}

.check_custom_star label:hover:before{
	content: '\f006';
}

.link-item{
	margin-bottom: 20px;
}

.head-identify{
	text-align: right;
	color: white;
}

.back-level{
	position: absolute;
	right: 20px;
}

.aiot-content .list-section .choose-item{
	padding: 0 25px;
}


.aiot-content .list-section .choose-item .choose-item-star, .aiot-content .list-section .choose-item .choose-item-title{
	padding: 15px 0;
}

.header nav .nav li.active{
	background-color: #ebebf2;
}

.header-list .navbar-toggler:hover{
	outline:0;
}

.form-custom option:disabled
{
	background-color: #eaeaea;
	color: #9f9f9f;
}

.loading-start{
	z-index:99999;
	height: 100%;
}

.loader-text{
    position: absolute;
    transform: translate(-50%, 0%);
    top: calc(50% + 30px);
    left: calc(50% );
    font-size: 40px;
    color: #fff;
}

/*input#range01:disabled::-webkit-slider-thumb{
	background-color:#007bff;
}
input#range01:disabled::-moz-range-thumb {
	background-color:#007bff;
}

input#range01:disabled::-ms-thumb {
	background-color:#007bff;
}*/
label.error{
	display: inline;
	color: red;
	font-size: 14px;
}

@media (max-width: 768px){
	.page-topimg{
		margin: 0 auto;
	}
	.page-topimg img{
		width: 60%
	}
}
