/*div.remember {
	margin-top: 7px;
	color: #969696;
}

div.remember label {
	padding-top: 15px;
}

div.forgot {
	margin-top: 7px;
	color: #dadada;
}

footer {
    background: url("../img/feature-gradient.png") no-repeat scroll center 100% white;
    color: #B7B7B7;
    font-size: 12px;
    padding: 30px 0;
    text-align: center;
}

footer a {
	margin-left: 10px;
	margin-right: 10px;
}

table.signup td {
	padding: 10px;
}

table.signup .alert {
	margin-bottom: 0;
    margin-top: 3px;
}

table.perms select {
	margin-top: 5px;
	margin-right: 10px;
}

table.perms label {
	margin-right: 10px;
}

div.main-container {
	min-height: 450px;
}*/

.cat__core__step--default2 {
	background-color: #f9f9f9;
	border: 1px solid #e0e3e6;
}

.gradient {
	/*background: url('../../img/feature-gradient.png') no-repeat center 100%;*/
	background-color: #f6f6f6
}

.sidebar_color {background-color: #f6f6f6}

.white_color {color: white}

.cat__pages__login__block__inner2 {
	max-width: 97.14rem;
	padding: 1.71rem 1.71rem 0.57rem;

	min-width: 21.42rem;

	margin: 0 auto;

	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
}

.cat__pages__login__block__inner_small {
	max-width: 47.14rem;
	padding: 1.71rem 1.71rem 0.57rem;

	min-width: 21.42rem;

	margin: 0 auto;

	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
}

.cat__pages__login__block__sidebar_small {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 15.42rem;
	padding: 1.71rem 1.71rem;
	color: #ffffff;
	background: #222034;
}

.cat__pages__login__block__sidebar2 {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 21.42rem;
	padding: 1.71rem 1.71rem;
	color: #ffffff;
	background: #222034;
}

.sweet-alert {
	border: 3px solid #4e4e4e;
}

.unbordered {border: none}

.hide {display: none}
.show {display: block}
.flex {display: flex}

#order th {text-align: center}

#order_addons th {text-align: center}

form .form-control::-moz-placeholder {
    color: #B7BDC9;
    opacity: 1;
}
form .form-control:-ms-input-placeholder {
    color: #B7BDC9;
}
form .form-control::-webkit-input-placeholder {
    color: #B7BDC9;
}

.form-control::-moz-placeholder {
	color: #B7BDC9;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #B7BDC9;
}
.form-control::-webkit-input-placeholder {
	color: #B7BDC9;
}

.text-red {
	color: #ff0000;
}

.text-through {
	text-decoration:line-through
}

.cat__apps__chat-block__content_y {
	padding: 0.71rem 1.07rem 0.07rem;
	background: #fffde5;
	margin-left: 5rem;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	border: 1px solid #E5D68A;
}
.cat__apps__chat-block__content_y:after {
	position: absolute;
	top: 1.57rem;
	left: -1rem;
	width: 0;
	height: 0;
	display: block;
	content: '';
	border: 0.5rem solid transparent;
	border-right-color: #E5D68A;
}

.cat__apps__chat-block__content_y2 {
	padding: 0.71rem 1.07rem 0.07rem;
	background: #feff9c;
	margin-left: 5rem;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	border: 1px solid #E5D68A;
}
.cat__apps__chat-block__content_y2:after {
	position: absolute;
	top: 1.57rem;
	left: -1rem;
	width: 0;
	height: 0;
	display: block;
	content: '';
	border: 0.5rem solid transparent;
	border-right-color: #E5D68A;
}



/* Bootstrap 3.2.0 Snippet by i-heart-php */

.checkbox {
	padding-left: 20px; }
.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px; }
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555; }
.checkbox input[type="checkbox"] {
	opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'FontAwesome';
	content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
	opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
	border-radius: 50%; }
.checkbox.checkbox-inline {
	margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
	background-color: #428bca;
	border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
	color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
	background-color: #d9534f;
	border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
	color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
	background-color: #5bc0de;
	border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
	color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
	color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #5cb85c;
	border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
	color: #fff; }

.radio {
	padding-left: 20px; }
.radio label {
	display: inline-block;
	position: relative;
	padding-left: 5px; }
.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out; }
.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
	opacity: 0; }
.radio input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
	opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
	cursor: not-allowed; }
.radio.radio-inline {
	margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
	background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
	border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
	background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
	background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
	border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
	background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
	background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
	border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
	background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
	background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
	border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
	background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
	background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
	border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
	background-color: #5cb85c; }
/*END Bootstrap 3.2.0 Snippet by i-heart-php */

 .vLine {
	 border-left: 1px solid #cccccc;
	 height: 20px;
	 position: relative;
	 left: 50%;
	 margin-left: -3px;
	 top: 0;
 }


.wizard .content {
	min-height: 100px;
}
.wizard .content > .body {
	width: 100%;
	height: auto;
	padding: 15px;
	position: relative;
}

.sel_error {
	border: 1px solid red;
}


/******************************************/
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 20px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

#order th {text-align: center}

.pointer {
	cursor: pointer
}

.ta-center {text-align: center}


/************ Circle wait indicator *************/
 .sk-fading-circle {
	 margin: 100px auto;
	 width: 40px;
	 height: 40px;
	 position: relative;
 }

.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
	0%, 39%, 100% { opacity: 0; }
	40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
	0%, 39%, 100% { opacity: 0; }
	40% { opacity: 1; }
}

/******* Spinner wait indicator *******/
.spinner {
	margin: 100px auto 0;
	width: 70px;
	text-align: center;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #333;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% {
		  -webkit-transform: scale(1.0);
		  transform: scale(1.0);
	  }
}

/*******Bar wait indicator*******/
.spinner-bar {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner-bar > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner-bar .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner-bar .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner-bar .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner-bar .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}

/***************Cube wait indicator***********/
.spinner-cube {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: relative;
}

.cube1, .cube2 {
	background-color: #333;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
	animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
	25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
	50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
	75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
	100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
	25% {
		transform: translateX(42px) rotate(-90deg) scale(0.5);
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
	} 50% {
		  transform: translateX(42px) translateY(42px) rotate(-179deg);
		  -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
	  } 50.1% {
			transform: translateX(42px) translateY(42px) rotate(-180deg);
			-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
		} 75% {
			  transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
			  -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
		  } 100% {
				transform: rotate(-360deg);
				-webkit-transform: rotate(-360deg);
			}
}

.cat__apps__chat-block__content_y_pre {
	background: #fffde5;
	border: none;
}

.cat__apps__chat-block__content_y2_pre {
	background: #feff9c;
	border: none;
}

.cat__apps__chat-block__content_pre {
	border: none;
}

.bblock__content_g {
	background: #f4fef4;
}


/*loading...*/

.loading:after {
 overflow: hidden;
 display: inline-block;
 vertical-align: bottom;
 -webkit-animation: ellipsis steps(4,end) 900ms infinite;
 animation: ellipsis steps(4,end) 900ms infinite;
 content: "\2026"; /* ascii code for the ellipsis character */
 width: 0px;
}

@keyframes ellipsis {
	to {
		width: 20px;
	}
}

@-webkit-keyframes ellipsis {
	to {
		width: 20px;
	}
}

.modal.modal-size-xlarge {
	padding-left: 10px;
	padding-right: 10px;
}

.modal.modal-size-xlarge .modal-dialog {
	max-width: 1200px;
	width: auto;
}