.site_management-form .site_management-input {
   	border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.35) inset;
    color: #626161;
    display: inline-block;
    font-size: 15px;
    margin: 0 0 5px;
    padding: 5px;
    transition: all 0.3s ease-out 0s;
}

.site_management-input.site_management_param_template {
    width: 97%;
}

.site_management-form label {
	font-size: 20px; 
	color: #333; 
	font-weight: 400; 
	margin: 10px 0 5px 0;
}

#list_small_pagination > li.active > a {
    color: #B31B34 !important;
}

#list_small_pagination > li > a {
    color: #000000 !important;
}

#sitecreate-progress div {
    background: url("../img/process.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 44px;
    margin: auto;
    width: 44px;
}

#progress-indicator {
    background: url("../img/process.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 44px;
    margin: auto;
    width: 44px;
}

#sitecreate-progress {
    margin: 10px;
    text-align: center;
}

.process-percent {
    display: inline-block;
    margin-top: 10px;
    position: relative;
}

.sitecreate-stage, .sitedelete-stage {
    font-size: 16px;
    text-align: center;
}

.info-progress-label {
	font-size:16px;
	margin-bottom: 10px;
	text-align: center;
}
.result-btn {
    text-align: center;
}
.edit-link {
    display: none;
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
}
.edit-link a{
   	color: #C21D38;
}
.edit-link a:hover{
  	color: #B31B34;
}
#closeModal {
    margin-top: 30px;
    padding: 6px 40px;
}
.domain-second-level > label {
    margin: 5px 0;
}
.domain-second-level {
    left: -25px;
}
#confirm_site_deletion .btn-primary {
    background-color: #B31B34;
    border-color: #B00C27;
    color: #FFFFFF;
}
#confirm_site_deletion .btn-primary:hover {
    background-color: #DE596F;
}

#maxSiteAmountLimitReachedByUser .btn-primary {
    background-color: #B31B34;
    border-color: #B00C27;
    color: #FFFFFF;
}
#maxSiteAmountLimitReachedByUser .btn-primary:hover {
    background-color: #DE596F;
}

.confirmation-head {
	font-size: 18px !important;
	font-weight: bold;
}
#confirm_site_deletion .modal-body > p {
    font-size: 14px;
}
.add-site-container {
    display: inline-block;
    margin-bottom: 10px;
}
.add-site-container .create-btn {
    margin-left: 0;
}
.btn-next-back {
    margin-top: 40px;
}
.btn-next {
    background-color: #B31B34;
	border-color: #B00C27;
    color: #FFFFFF;
}
.btn-next:hover {
    background-color: #DE596F;
    color: #FFFFFF;
}
.back-link .btn-default {
    padding: 6px 12px !important;
}
.back-link a:before {
    font-size: 14px;
}
.btn-next:focus, .btn-next:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.btn-site-template-check:focus, .btn-site-template-check:hover {
    color: #FFFFFF;
	background-color: #B31B34;
    text-decoration: none;
}
.result-check-site-template {
 	display: none;
}
.template-container {
    border: 1px solid #80858A;
    border-radius: 10px !important;
    margin-bottom: 20px;
    padding: 10px 20px;
}
.template-description {
    font-size: 15px;
	line-height: 1.3;
}

.template-categories {
	 margin-bottom: 10px;
}

.category_filter, .category_filter_off{
	margin-bottom: 5px;
}