/* Import fonts */
@import url(
	http://fonts.googleapis.com/css?family=Open + Sans:400,
	300,
	300italic,
	400italic,
	600,
	600italic,
	700,
	700italic,
	800,
	800italic
);

body {
	/*color: #3e3e3e;*/
	color:#444444;
	background: #f1f2f7;
	font-family: "Open Sans", sans-serif;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 13px;
	/*background-color:#202020;*/
}

/* Helper Classes*/

.mt-15 {
	margin-top: 15px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-150 {
	margin-top: 150px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-50 {
	margin-right: 50px;
}

.mr-100 {
	margin-right: 100px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-100 {
	margin-bottom: 100px;
}

.ml-15 {
	margin-left: 15px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-50 {
	margin-left: 50px;
}

.ml-100 {
	margin-left: 100px;
}

.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-150 {
	padding-top: 150px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-100 {
	padding-right: 100px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-100 {
	padding-left: 100px;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

/* ------------ login Form ---------------------- */
#login-form {
	background: url("../img/login_bg.jpg");
	background-size: cover;
}
#login-form .login-title {
	padding-top: 80px;
	color: #fff;
}
#login-form .login-title span {
	font-size: 30px;
	line-height: 1.9;
	display: block;
	font-weight: 700;
}
#login-form .form-box {
	position: relative;
	background: #fffc;
	max-width: 375px;
	width: 100%;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	padding: 30px;
}

#login-form .caption {
	margin-bottom: 40px;
}
#login-form .login-form input[type="text"],
#login-form .login-form input[type="password"] {
	margin-bottom: 10px;
}

#login-form .login-form input {
	outline: none;
	display: block;
	width: 100%;
	border: 1px solid #d9d9d9;
	margin: 0 0 20px;
	padding: 10px 15px;
	box-sizing: border-box;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	min-height: 40px;
	font-wieght: 400;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

#login-form .login-form input[type="submit"] {
	cursor: pointer;
	background: #00a65a;
	width: 100%;
	border: 0;
	padding: 8px 15px;
	color: #ffffff;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	min-height: 40px;
}

.info-box-content {
	padding: 20px 10px;
	margin-left: 90px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}

/*state overview*/

.state-overview .symbol,
.state-overview .value {
	display: inline-block;
	text-align: center;
}

.state-overview .value {
	float: right;
}

.state-overview .value h1,
.state-overview .value p {
	margin: 0;
	padding: 0;
	color: #c6cad6;
}

.state-overview .value h1 {
	font-weight: 300;
}

.state-overview .symbol i {
	color: #fff;
	font-size: 50px;
}

.state-overview .symbol {
	width: 40%;
	padding: 25px 15px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}

.state-overview .value {
	width: 58%;
	padding-top: 21px;
}

.state-overview .terques {
	background: #6ccac9;
}

.state-overview .red {
	background: #ff6c60;
}

.state-overview .yellow {
	background: #f8d347;
}

.state-overview .blue {
	background: #57c8f2;
}

/*tag input*/

.tagsinput {
	border: 1px solid #e3e6ed;
	border-radius: 6px;
	height: 100px;
	padding: 6px 1px 1px 6px;
	overflow-y: auto;
	text-align: left;
}
.tagsinput .tag {
	border-radius: 4px;
	background-color: #41cac0;
	color: #ffffff;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	line-height: 15px;
	padding: 6px 13px 8px 19px;
	position: relative;
	vertical-align: middle;
	display: inline-block;
	zoom: 1;
	*display: inline;
	-webkit-transition: 0.14s linear;
	-moz-transition: 0.14s linear;
	-o-transition: 0.14s linear;
	transition: 0.14s linear;
	-webkit-backface-visibility: hidden;
}
.tagsinput .tag:hover {
	background-color: #39b1a8;
	color: #ffffff;
	padding-left: 12px;
	padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
	color: #ffffff;
	opacity: 1;
	display: block\9;
}
.tagsinput input {
	background: transparent;
	border: none;
	color: #34495e;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0 0 0 5px;
	outline: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 12px;
}
.tagsinput-remove-link {
	bottom: 0;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	opacity: 0;
	padding: 7px 7px 5px 0;
	position: absolute;
	right: 0;
	text-align: right;
	text-decoration: none;
	top: 0;
	width: 100%;
	z-index: 2;
	display: none\9;
}
.tagsinput-remove-link:before {
	color: #ffffff;
	content: "\f00d";
	font-family: "FontAwesome";
}
.tagsinput-add-container {
	vertical-align: middle;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.tagsinput-add {
	background-color: #d6dbdf;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	margin-bottom: 5px;
	padding: 6px 9px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
}
.tagsinput-add:hover {
	background-color: #3bb8af;
}
.tagsinput-add:before {
	content: "\f067";
	font-family: "FontAwesome";
}
.tags_clear {
	clear: both;
	width: 100%;
	height: 0px;
}

/*advanced table*/

.adv-table table tr td {
	padding: 10px;
}

.adv-table table.display thead th {
	border-bottom: 1px solid #dddddd;
	padding: 10px;
}

tr.odd.gradeA td.sorting_1,
tr.odd td.sorting_1,
tr.even.gradeA td.sorting_1 {
	background: none;
}

td.details {
	background-color: #eee;
}

td.details table tr td,
.dataTable tr:last-child {
	border: none;
}

.adv-table table.display tr.odd.gradeA {
	background-color: #f9f9f9;
}

.adv-table table.display tr.even.gradeA {
	background-color: #ffffff;
}

.adv-table .dataTables_filter label input {
	float: right;
	margin-left: 10px;
	width: 78%;
}

.adv-table .dataTables_filter label {
	line-height: 33px;
	width: 100%;
}

.adv-table .dataTables_length select {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 5px 8px;
	width: 65px;
}

.adv-table .dataTables_info,
.dataTables_paginate {
	padding: 15px 0;
}

.adv-table .dataTables_length,
.adv-table .dataTables_filter {
	padding: 15px 0;
}

/*Horizontal menu*/

.full-width #main-content {
	margin-left: 0;
}

.horizontal-menu {
	margin-left: 50px;
	float: left;
}

.horizontal-menu .navbar-nav > li > a {
	padding-bottom: 20px;
	padding-top: 20px;
}

.full-width .navbar-header {
	width: 100%;
}

.full-width .nav > li > a:hover,
.full-width .nav li.active a,
.full-width .nav li.dropdown a:hover,
.full-width .nav li.dropdown.open a:focus,
.full-width .nav .open > a,
.full-width .nav .open > a:hover,
.full-width .nav .open > a:focus {
	background-color: #f77b6f;
	text-decoration: none;
	color: #fff;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.full-width .dropdown-menu {
	box-shadow: none;
}

.full-width .dropdown-menu > li > a {
	padding: 10px 20px;
	font-size: 13px;
}

/*  My Default Setting */

.box {
	border: 0;
}

.box-header {
	color: #fff;
	padding: 4px 0 0 15px;
	margin-bottom: 20px;
	background: #00bcd4;
}
.box-title {
	padding: 10px;
}
.box-body {
	padding: 20px;
}
.my-form-body {
	margin: 0 auto;
	width: 70%;
	padding-top: 40px;
}
label {
	font-weight: 500;
}
.form-control {
	border-radius: 4px;
}

.flash-msg {
	display: inline-block;
	position: absolute;
	top: 50px;
	right: 0px;
	z-index: 1;
}

/*advanced form*/

.form-body {
	padding: 20px;
}

.panel-heading {
	margin-bottom: 10px;
}

/*  IOS Checkhox*/
input[type="checkbox"].tgl-ios {
	position: absolute;
	margin: 8px 0 0 16px;
}
input[type="checkbox"].tgl-ios + label {
	position: relative;
	padding: 5px 0 0 50px;
	line-height: 2em;
}
input[type="checkbox"].tgl-ios + label:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 50px; /* x*5 */
	height: 24px; /* x*3 */
	border-radius: 16px; /* x*2 */
	background: #fff;
	border: 1px solid #d9d9d9;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
input[type="checkbox"].tgl-ios + label:after {
	content: "";
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 24px; /* x*3 */
	height: 24px; /* x*3 */
	border-radius: 16px; /* x*2 */
	background: #fff;
	border: 1px solid #d9d9d9;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
input[type="checkbox"].tgl-ios + label:hover:after {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
input[type="checkbox"].tgl-ios:checked + label:after {
	margin-left: 26px;
}
input[type="checkbox"].tgl-ios:checked + label:before {
	background: #55d069;
}

/* SMALL */

input[type="checkbox"].tgl-ios-sm {
	margin: 5px 0 0 10px;
}
input[type="checkbox"].tgl-ios-sm + label {
	position: relative;
	padding: 0 0 0 32px;
	line-height: 1.3em;
}
input[type="checkbox"].tgl-ios-sm + label:before {
	width: 25px; /* x*5 */
	height: 15px; /* x*3 */
	border-radius: 10px; /* x*2 */
}
input[type="checkbox"].tgl-ios-sm + label:after {
	width: 15px; /* x*3 */
	height: 15px; /* x*3 */
	border-radius: 10px; /* x*2 */
}
input[type="checkbox"].tgl-ios-sm + label:hover:after {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
input[type="checkbox"].tgl-ios-sm:checked + label:after {
	margin-left: 10px; /* x*2 */
}

/* LARGE */

input[type="checkbox"].tgl-ios-lg {
	margin: 10px 0 0 20px;
}
input[type="checkbox"].tgl-ios-lg + label {
	position: relative;
	padding: 7px 0 0 60px;
	line-height: 2.3em;
}
input[type="checkbox"].tgl-ios-lg + label:before {
	width: 50px; /* x*5 */
	height: 30px; /* x*3 */
	border-radius: 20px; /* x*2 */
}
input[type="checkbox"].tgl-ios-lg + label:after {
	width: 30px; /* x*3 */
	height: 30px; /* x*3 */
	border-radius: 20px; /* x*2 */
}
input[type="checkbox"].tgl-ios-lg + label:hover:after {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
input[type="checkbox"].tgl-ios-lg:checked + label:after {
	margin-left: 20px; /* x*2 */
}

.btn-blue1 {
	color: #ffffff;
	background-color: #407ae8;
	border: 1px solid #407ae8;
}
.btn-blue1:hover {
	color: #ffffff;
	background-color: #2b60c5;
}

.btn-blue2 {
	color: #ffffff;
	background-color: #54c129;
	border: 1px solid #54c129;
}
.btn-blue2:hover {
	color: #ffffff;
	background-color: #4eb127;
}

.btn-white_red1 {
	color: #d73925;
	background-color: #ffffff;
	border: 1px solid #d73925;
}
.btn-white_red1:hover {
	color: #ffffff;
	background-color: #d73925;
}

.widgetInnerBox {
	/*width: 100%;*/
	/*height: 443px;*/
	/*height: 299px;*/
	/*overflow: scroll;*/
	box-sizing: border-box;
	padding: 5px 0;
	/*border: 1px solid #ccc;*/
	/*background-color: #042842;*/
}

.boxHeader {
	margin-bottom: 0;
}

.accordionWrapper {
	width: 100%;
}

/*.iBlue{color:#00bcd4; cursor:pointer;}*/
.iBlue {
	color: #ffffff;
	cursor: pointer;
}
.iGrey {
	color: #a0a0a0;
}

.supportMediaTitle {
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
}
.supportMediaFileList {
	list-style: none;
	padding: 0;
}
.supportMediaFileList li {
	line-height: 20px;
}
.supportMediaFileList li a {
	color: #dd4b39;
}
.supportMediaFileList li a:hover {
	color: #af1300;
}

.accordionHeader {
	float: left;
	width: 100%;
	color: #444; /*background-color: #d2d6de;*/
}
.accordionHeader i {
	float: left;
	margin: 10px 15px 0;
	font-size: 20px;
	display: block;
	width: 3%;
}

.accordionTitle {
	display: inline-block;
	color: #ffffff;
	padding: 10px 0 10px;
	width: 79%;
}
.accordionStatus {
	float: right;
	color: #ffffff;
	display: inline-block;
	padding: 10px 2px 10px 0;
}
.accordionVid {
	float: right;
}
.accordionVid i {
	color: #ffffff;
	cursor: pointer;
	font-size: 15px !important;
	margin: 12px 15px 0 !important;
}

.accordionbody {
	float: left;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	padding: 0 0 0 50px;
}

.accordionHeaderQon {
	/*background-color:#bbd88d;*/
}
.accordionHeaderQoff {
	/*background-color:#ffb0b0;*/
}

.bg-greenfab {
	background-color: transparent;
	color: #ffffff !important;
}

.heroWrapper {
	background-color: #1781ad;
	/*background-color: #dd3d31;*/
	/*margin: 0 0 3rem 0 !important*/
}
.heroGap {
	padding: 20px 0;
}
.heroCenterTxt {
	box-sizing: border-box;
	padding: 10px 0 0 0;
}

.heroCenterTxt .os_title {
	font-size: 38px;
	font-weight: 700;
	margin: 0 0 15px 0;
}
.heroCenterTxt .os_subtitle {
	font-size: 30px;
	font-weight: 400;
}

.btn-twitter {
	color: #fff;
	background-color: #1da1f2;
	border-color: #1da1f2;
}

.navbar {
	margin-bottom: 3rem;
}

.logoWrapper {
}
.logoWrapper .sccLogo {
	width: 100%;
	max-width: 250px;
}

/*--- INI :: Global styles --------------------------*/
.main-content {
	width: 100%;
	height: 100vh;
	min-height: 300px;
	background-color: #ecf0f5;
	box-sizing: border-box;
	padding: 25px;
}

.bradius {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.topmargin {
	margin-top: 30px;
}

.containerBox {
	/*margin-top: 30px;*/
	/*border: 1px solid #d4d4d4;*/
	/*border-radius: 5px;*/
	color:#444444;
	box-sizing: border-box;
	padding: 30px 15px 15px;
	font-size: 16px;
	width: 99%;
	min-height: 88vh;
	/*background-color:#202020;*/
	background-color:#f1f2f7;
}
.colContainer {
	/*margin-top: 30px;*/
	margin-top: 2px;
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
	padding: 30px 15px 15px;
	border-radius: 5px;
	font-size: 16px;
	width: 99%;
}
.mgT-10 {
	margin-top: 10px;
}
.mgT-15 {
	margin-top: 15px;
}
.mgT-20 {
	margin-top: 20px;
}
.mgT-25 {
	margin-top: 25px;
}
.mgT-30 {
	margin-top: 30px;
}

.mgR-10 {
	margin-right: 10px;
}
.mgR-15 {
	margin-right: 15px;
}
.mgR-20 {
	margin-right: 20px;
}
.mgR-25 {
	margin-right: 25px;
}
.mgR-30 {
	margin-right: 30px;
}

.mgB-10 {
	margin-bottom: 10px;
}
.mgB-15 {
	margin-bottom: 15px;
}
.mgB-20 {
	margin-bottom: 20px;
}
.mgB-25 {
	margin-bottom: 25px;
}
.mgB-30 {
	margin-bottom: 30px;
}

.mgL-10 {
	margin-left: 10px;
}
.mgL-15 {
	margin-left: 15px;
}
.mgL-20 {
	margin-left: 20px;
}
.mgL-25 {
	margin-left: 25px;
}
.mgL-30 {
	margin-left: 30px;
}

/*--- END :: Global styles --------------------------*/

/*--- INI :: Shopping Cart Page styles --------------*/
.cartTitle {
	text-align: left;
	font-weight: 400;
	font-size: 24px;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 10px 10px;
}
.cartHeaders {
	background-color: #000000;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	box-sizing: border-box;
	padding: 10px;
}
.cartContent {
	background-color: #ffffff;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
	padding: 7px 10px;
}
.cartSubtitle {
	background-color: #ffffff;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
	padding: 7px 10px;
	border-top: 1px solid #d6d6d6;
}
.cartShipping {
	background-color: #ffffff;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
	padding: 7px 10px;
	border-top: 1px solid #d6d6d6;
}
.cartTax {
	background-color: #ffffff;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
	padding: 7px 10px;
	border-top: 1px solid #d6d6d6;
}
.cartTotal {
	background-color: #ffffff;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
	padding: 7px 10px;
	border-top: 1px solid #d6d6d6;
}

.cartButtons {
	background-color: #ffffff;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
	padding: 20px 10px;
	border-top: 1px solid #d6d6d6;
	text-align: right;
}
.cartEmpty01 {
	float: left;
	width: 80%;
	color: #444444;
	box-sizing: border-box;
	padding: 20px 2px 20px 10px;
	background-color: #ffffff;
	font-weight: 700;
}
/*--- INI :: Shopping Cart Page styles --------------*/

/*--- INI :: Checkout Page Cart Styles --------------*/
.cartHeaders01 {
	background-color: #cccccc;
	color: #4e4e4e;
	font-size: 16px;
	font-weight: 700;
	box-sizing: border-box;
	padding: 10px;
}
.cartContent01 {
	background-color: #ececec;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
	padding: 7px 10px;
}

.cartTotals {
	background-color: #cccccc;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
	padding: 7px 10px;
	border-top: 1px solid #d6d6d6;
}
/*--- END :: Checkout Page Cart Styles --------------*/

/*--- INI :: SHOP Page cart -------------------------*/
.cartOuterBox {
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	background-color: #fff;
}
.cartOuterBox .cartPrTitle {
	text-align: left;
	font-weight: 700;
	font-size: 19px;
	padding: 3px 0;
	color: #1881ad;
}

.cartOuterBox .cartPrTitleCol01 {
	float: left;
	width: 40%;
	text-align: left;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
	background-color: #000000;
}
.cartOuterBox .cartPrTitleCol02 {
	float: left;
	width: 15%;
	text-align: right;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
	background-color: #000000;
}
.cartOuterBox .cartPrTitleCol03 {
	float: left;
	width: 15%;
	text-align: right;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
	background-color: #000000;
}
.cartOuterBox .cartPrTitleCol04 {
	float: left;
	width: 15%;
	text-align: right;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
	background-color: #000000;
}
.cartOuterBox .cartPrTitleCol05 {
	float: left;
	width: 15%;
	text-align: right;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
	background-color: #000000;
}

.cartOuterBox .cartPrRow {
	float: left;
	width: 100%;
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #f5f5f5;
}
.cartOuterBox .cartPrRow .cartPrCol01 {
	float: left;
	width: 40%;
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	color: #444;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px; /*background-color:#bfbf43;*/
}
.cartOuterBox .cartPrRow .cartPrCol02 {
	float: left;
	width: 15%;
	text-align: right;
	font-size: 13px;
	font-weight: 400;
	color: #444;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px; /*background-color:#e49f21;*/
}
.cartOuterBox .cartPrRow .cartPrCol03 {
	float: left;
	width: 15%;
	text-align: right;
	font-size: 13px;
	font-weight: 400;
	color: #444;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px; /*background-color:#bfbf43;*/
}
.cartOuterBox .cartPrRow .cartPrCol03 input[type="number"] {
	width: 40px;
	text-align: center;
}
.cartOuterBox .cartPrRow .cartPrCol04 {
	float: left;
	width: 15%;
	text-align: right;
	font-size: 13px;
	font-weight: 400;
	color: #444;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px; /*background-color:#e49f21;*/
}
.cartOuterBox .cartPrRow .cartPrCol05 {
	float: left;
	width: 15%;
	text-align: right;
	font-size: 13px;
	font-weight: 400;
	color: #444;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px; /*background-color:#bfbf43;*/
}

.cartOuterBox .cartPrTotalRow {
	float: left;
	width: 100%;
	border-top: 1px solid #000;
	margin-top: 2px;
}
.cartOuterBox .cartPrTotalRow .cartPrTotal01 {
	float: left;
	width: 80%;
	font-size: 14px;
	font-weight: 700;
	color: #444;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
	background-color: #ffffff;
}
.cartOuterBox .cartPrTotalRow .cartPrTotal02 {
	float: left;
	width: 20%;
	text-align: right;
	font-size: 14px;
	font-weight: 700;
	color: #444;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
	background-color: #ffffff;
}

.cartOuterBox .btnWrapperRow {
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: right;
}

.cartOuterBox .cartPrEmpty {
	float: left;
	width: 80%;
	color: #444444;
	box-sizing: border-box;
	padding: 9px 2px 10px 0px;
}

.cartOuterBox .cBtnMod {
	background-color: #189e47;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	padding: 1px 5px 1px 4px;
	border-radius: 2px;
	margin-right: 8px;
	cursor: pointer; /*box-shadow:1px 1px 1px #8c8c8c;*/
}
.cartOuterBox .cBtnDel {
	background-color: #ff0000;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	padding: 1px 5px 1px 4px;
	border-radius: 2px;
	margin-right: 4px;
	cursor: pointer; /*box-shadow:1px 1px 1px #8c8c8c;*/
}

/*--- END :: SHOP Page cart -------------------------*/

/*--- INI :: SHOP Page Product filter ---------------*/
.shopProdFilter{ background-color: #ececec; padding: 15px 15px; }
.shopProdFilter span{ font-weight: 700; }
.shopProdFilter small{ color: #d80000; font-weight: 700; }
.shopProdFilter input{ width: 100%; border: 1px solid #cecece; padding: 5px; border-radius: 5px; color: #5f5f5f; }
/*--- END :: SHOP Page Product filter ---------------*/

/*--- INI :: Shopping cart styles -------------------*/
.cartWrapper01 {
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	background-color: #fff;
}
.shoppingCartTitle01 {
	text-align: left;
	font-weight: 400;
	font-size: 24px;
	padding: 3px 0 10px;
}
.prodTitle01a {
	float: left;
	width: 80%;
	font-size: 16px;
	text-align: left;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
	padding: 7px 2px 7px 10px;
	background-color: #000000;
}
.prodTitle02a {
	float: left;
	width: 20%;
	font-size: 16px;
	text-align: right;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
	padding: 7px 10px 7px 2px;
	background-color: #000000;
}
.cartProdRow01 {
	float: left;
	width: 100%;
}
.prodText01a {
	float: left;
	width: 80%;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #444;
	box-sizing: border-box;
	padding: 4px 2px 4px 10px;
}
.prodText02a {
	float: left;
	width: 20%;
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	color: #444;
	box-sizing: border-box;
	padding: 4px 10px 4px 2px;
}
.cartTotalRow01 {
	float: left;
	width: 100%;
	border-top: 1px solid #000;
	margin-top: 10px;
}
.prodTotal01a {
	float: left;
	width: 80%;
	font-size: 14px;
	font-weight: 700;
	color: #444;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
	background-color: #ffffff;
}
.prodTotal02a {
	float: left;
	width: 20%;
	text-align: right;
	font-size: 14px;
	font-weight: 700;
	color: #444;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
	background-color: #ffffff;
}

.cartWrapper {
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	background-color: #fff;
}
.shoppinCartTitle {
	text-align: left;
	font-weight: 700;
	font-size: 19px;
	padding: 3px 0;
}

.cartEmpty {
	float: left;
	width: 80%;
	color: #444444;
	box-sizing: border-box;
	padding: 9px 2px 10px 0px;
}

.prodTitle01 {
	float: left;
	width: 80%;
	text-align: left;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
	background-color: #000000;
}
.prodTitle02 {
	float: left;
	width: 20%;
	text-align: right;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
	background-color: #000000;
}

.prodCartTitle01 {
	float: left;
	width: 40%;
	text-align: left;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
	background-color: #000000;
}
.prodCartTitle02 {
	float: left;
	width: 20%;
	text-align: right;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
	background-color: #000000;
}
.prodCartTitle03 {
	float: left;
	width: 20%;
	text-align: right;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
	background-color: #000000;
}
.prodCartTitle04 {
	float: left;
	width: 20%;
	text-align: right;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
	background-color: #000000;
}

.cartProdRow {
	float: left;
	width: 100%;
}
.prodText01 {
	float: left;
	width: 80%;
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	color: #444;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
}
.prodText02 {
	float: left;
	width: 20%;
	text-align: right;
	font-size: 13px;
	font-weight: 400;
	color: #444;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
}
.prodCartTxt01 {
	float: left;
	width: 40%;
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	color: #444;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
}
.prodCartTxt02 {
	float: left;
	width: 20%;
	text-align: right;
	font-size: 13px;
	font-weight: 400;
	color: #444;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
}
.prodCartTxt03 {
	float: left;
	width: 20%;
	text-align: right;
	font-size: 13px;
	font-weight: 400;
	color: #444;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
}
.prodCartTxt04 {
	float: left;
	width: 20%;
	text-align: right;
	font-size: 13px;
	font-weight: 400;
	color: #444;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
}

.cartTotalRow {
	float: left;
	width: 100%;
	border-top: 1px solid #000;
	margin-top: 2px;
}
.prodTotal01 {
	float: left;
	width: 80%;
	font-size: 14px;
	font-weight: 700;
	color: #444;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
	background-color: #ffffff;
}
.prodTotal02 {
	float: left;
	width: 20%;
	text-align: right;
	font-size: 14px;
	font-weight: 700;
	color: #444;
	box-sizing: border-box;
	padding: 2px 2px 2px 2px;
	background-color: #ffffff;
}

.cartClearRow {
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: right;
}

/*.linksubmit{cursor:pointer;color:#007bff;display:block;border:1px solid #007bff;border-radius:3px;}*/
.linksubmit {
	cursor: pointer;
	color: #007bff;
	display: block;
}
.btnBackWrapper {
	width: 100%;
	padding: 12px 0 3px;
}
/*--- END :: Shopping cart styles -------------------*/

.chkbtnWrapper {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 5px 5px 5px;
	/* background-color: #6ebb8d; */
	margin: 0 0 3px 0;
	border: 1px solid #cecece;
	font-weight: 700;
	text-transform: capitalize;
	overflow: hidden;
}
.chkbtnWrapper .prodCol01 {
	float: left;
	/*width: 140px;*/
	width:100%;
	/*background-color:#cccca1;*/
}
.chkbtnWrapper .prodCol02 {
	float: left;
	/*width: 100px;*/
	width: 100%;
	/*background-color:#c3c300;*/
    padding: 0 0 0 18px;
    min-width: 120px;
}

.chkbtnWrapper .prodRow01 { float: left; width:100%; font-size:13px;box-sizing: border-box; padding: 5px 0 5px 0; }
.chkbtnWrapper .prodRow02 { float: left; width: 100%; border-top: 1px solid #dfdfdf; font-size: 13px; padding: 5px 0 5px 0; }

.chkbtnWrapper .prodRow02 .pCol01{float:left;width:33%;}
.chkbtnWrapper .prodRow02 .pCol02{float:left;width:33%;}
.chkbtnWrapper .prodRow02 .pCol03{float:left;width:34%;}

.chkbtnWrapper .prodChk {
	margin: 0 8px 0 0;
}

.chkbtnWrapper .prodQty {
	margin: 0 8px 0 5px;
	width: 42px;
	padding: 0 0 0 3px;
	font-size: 13px;
	text-align: center;
}

.clientName {
	font-size: 18px;
	font-weight: 700;
}
.clientContent {
	line-height: 25px;
}

/*--- INI :: BUG REPORT VIEW PG -----------------------------------------------------*/
.br_margin_bottom {
	margin-bottom: 10px;
}
.br_title {
	text-align: right;
	font-weight: 700;
	font-size: 18px;
	padding: 3px 15px 3px 15px;
	/*background-color: #adad75;*/
}
.br_text {
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	padding: 6px 15px 5px 15px;
	/*background-color: #d8d8a1;*/
}
/*--- END :: BUG REPORT VIEW PG -----------------------------------------------------*/

/*--- INI :: Kloudville Checkout page1 - Product Summary ----------------------------*/
.prodSummaryBox {
	/*background-color: #96a5f3;*/
}
.prodSummaryRow {
	background-color: #fff;
	margin-bottom: 3px;
}
.prodSummaryTitle01 {
	font-size: 16px;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 8px;
}
.prodSummaryTitle {
	background-color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-top: 4px;
	padding-bottom: 4px;
}
.prodSummaryRow {
	background-color: #fff;
	font-size: 13px;
	font-weight: 400;
}

.shipOptTitle {
	background-color: #98cce2;
	padding: 7px 15px;
	font-size: 16px;
	font-weight: 700;
	margin: 15px 0 0 0;
}
.shipOptColTitle {
	background-color: #98cce2;
	padding: 3px 15px;
	font-size: 14px;
	font-weight: 700;
	margin: 3px 0 0 0;
}
.shipOptRow {
	background-color: #ffffff;
	padding: 2px 15px;
	font-size: 14px;
	font-weight: 400;
	margin: 3px 0 0 0;
}
/*--- END :: Kloudville Checkout page1 - Product Summary ----------------------------*/

/*--- INI :: Kloudville PayPlan Radio Buttons layout --------------------------------*/
	.payplanOuter{
		width: 100%;
		background-color: #e8e8e8;
		margin: 0 0 2px 0;
		overflow:hidden;
		color:#444444;
	}
	.payplanOuter .payplanValue{
		float: left;
		width: 20%;
		height: 50px;
		max-width: 37px;
		text-align: center;
		margin: 0 5px 0 0;
		padding: 13px 0 0 0;
		background-color: #c7c7c7;
	}
	.payplanOuter .payplanName{
		float: left;
		width: 80%;
		font-size: 16px;
    	font-weight: 700;
	}
	.payplanOuter .payplanDescription{
		float:left;
		width:80%;
		font-size: 14px;
    	font-weight: 300;
	}
/*--- END :: Kloudville PayPlan Radio Buttons layout --------------------------------*/

/*--- INI :: KV THANK YOU PAGE PAYMENT SCHEDULE INFORMATION -------------------------*/
	.infoBoxOuter{
		background-color: #ffffff;
		margin:50px 0 50px 0
	}
	.infoBoxOuter .infoBoxTop{
		color: #5a6167;
		font-size: 18px;
		font-weight: 700;
		padding-top: 5px;
		padding-bottom: 5px;
		Background-color: #e3e7ea;
		border: 1px solid #d4dbdf;
	}	
	.infoBoxOuter .infoBoxBody{
		Background-color:#ffffff;
		border:1px solid #d4dbdf;
	}

	.infoBoxBody .InfoGridTerm{
		color: #5a6167;
		font-size: 16px;
		padding-top: 10px;
		padding-bottom: 5px;
	}

	.infoBoxBody .InfoGridTermCode{
		color: #5a6167;
		font-size: 16px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.infoBoxBody .InfoGridChecout{
		color: #5a6167;
		font-size: 16px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.infoBoxBody .infoGridTitle{
		color: #5a6167;
		font-weight:700;
		font-size: 16px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.infoBoxBody .infoGridHeader{
		border-top: 1px solid #d4dbdf;
		border-bottom: 1px solid #d4dbdf;
		padding-top: 7px;
		padding-bottom: 7px;
		font-weight: 700;
		color: #5a6167;
		font-size: 16px;
	}
	.infoBoxBody .infoGridText{
		border-top: 1px solid #d4dbdf;
		border-bottom: 1px solid #d4dbdf;
		padding-top: 7px;
		padding-bottom: 7px;
		color: #5a6167;
		font-size: 14px;
	}
	
/*--- END :: KV THANK YOU PAGE PAYMENT SCHEDULE INFORMATION -------------------------*/

.containerBox .shopifyLink{ box-sizing: border-box;padding: 3px 18px 27px;border-bottom: 1px solid #ccc;margin: 0 0 24px 0; }
.containerBox .shopifyLink .btnOpenShopify {
    background-color: #1781ad;
    color: white;
    padding: 8px 10px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    opacity: 0.9;
    display: inline;
    font-size: 14px;
    border-radius: 3px;
}
.containerBox .shopifyLink .btnOpenShopify:hover { text-decoration: none; background-color: #0a6185; }
.containerBox .segTitle h2{font-weight:700;color:#1781ad;font-size:1.6rem;}

.containerBox .segContent { border:1px solid #e9e9e9; height:500px; overflow: scroll;background: white; }
.containerBox .segContent h3 { font-weight:700;font-size:1.4rem; }

.segContent::-webkit-scrollbar {
    width: 12px;
}

.segContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.segContent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.segContent .segContentCol{ float:left; width:80%; }
.segContent .segBtnCol{float:left; width:20%; text-align:center;}
.segContent .segBtnCol .btnAll{display: block;width: 120px;font-size: 14px;text-decoration: none;border: 1px solid #dfdfdf;box-sizing: border-box;padding: 1px 5px 0px 5px;text-transform: lowercase;}
.segContent .segBtnCol .btnAll:hover{ background-color: #f1f1f1;cursor: pointer; }
.segContent .segBtnCol .btnFirst{ margin:5px auto 15px; }
.segContent .segBtnCol .btnPrev{ margin:5px auto 15px; }
.segContent .segBtnCol .btnNext{ margin:5px auto 5px; }


.containerBox .recTitle { font-weight:700;color:#1781ad;font-size:1.6rem; }
.containerBox .recControl { box-sizing: border-box;padding:2px 10px 30px; }
.containerBox .recControl strong{ font-weight: 400; font-size: 14px; }
.containerBox .recControl label{ margin-bottom: .01rem; }
.containerBox .recControl .recordingStatusText{background-color: #e5e5e5;margin: 7px 0 0 0;box-sizing: border-box;padding: 5px 0 5px 5px;color: #fd3232;}

.recordingGreenTxt{ color: green;}
.recordingRedTxt { color: red}

.ctWording{
	font-size: 14px;
    background-color: #ffffff;
    margin: 0 0 15px 0;
}
.ctWording p{
	margin: 10px 0 0 0;
    color: #2e2e2e;
}

.ctMsgWrapper{
	float:left;width:100%;
	border: 1px solid #e9e5e5;background-color: #fdfbfb;border-radius: 5px;box-sizing: border-box;padding: 15px;font-size: 0.8rem; margin: 15px 0 0 0;
}

.ctMsgWrapper .ctHungUpBtnWrapper{
	float: left;
    width: 100%;
    background-color: #ebebeb;
    border: 1px solid #ccc;
    border-radius: 5px;
	text-align: right;
	box-sizing: border-box;
    padding: 5px 15px;
}

.ctMsgWrapper .ctHungUpBtnWrapper .btnHungUp{
	box-sizing: border-box;
    background-color: #f50000;
    padding: 2px 5px 3px 5px;
    color: #ffc;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
}

.ctMsgWrapper .ctTimerBox{
	float: left;
    width: 30%;
    text-align: right;
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
    box-sizing: border-box;
    padding: 0 18px 0px 0;
}

.ctMsgWrapper .ctAgentHungUpErrorMsg{
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	border-radius:5px;
    margin: 5px 0 14px 0;
	box-sizing: border-box;
	padding: 10px 15px 10px;
    background-color: #ebebeb;
    color: red;
}
.ctMsgWrapper .ctAgentHungUpErrorMsg .serverMsg{
	margin: 0;
    padding: 0;
	color: #727272;
}
.ctMsgWrapper .ctAgentHungUpErrorMsg .agentMsg{
	margin: 0;
    padding: 0;
}

.ctMsgWrapper .ctMsgTitle{
	float: left; width: 70%;
    color: #565656; font-size: 1rem; font-weight: 700; margin: 0; box-sizing: border-box; padding: 7px 0 5px 0;
}
.ctMsgWrapper .ctMsgMainContent{
	float:left;width:100%;
	float:left;width:100%;margin: 0 0 1px 0;
}
.ctMsgWrapper .ctMsgMainContent p{
	margin:2px 0; padding: 0;
}
.ctMsgWrapper .ctMsgCallStatus{
	float:left;width:100%;
	border: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 3px 5px 3px 5px;
    border-radius: 5px
}

.ctMsgWrapper .ctMsgNewContent{
	float:left;width:100%;
	font-weight: 700;
    margin: 3px 0 3px 0;
}
.ctMsgWrapper .ctMsgNewContent img{
	width: 20px;
    display: inline;
    margin-right: 2px;
    filter: grayscale(100%);
}

.ctMsgWrapper .ctErrorDescWrapper{
	float:left;width:100%;
	border: 1px solid #e3e3e3;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 6px 15px;
    margin: 15px 0 0 0;
    background-color: #f3f3f3;
}
.ctMsgWrapper .ctErrorDescWrapper .ctErrorDescTitle{
	float:left;width:100%;
	font-weight: 700;
    font-size: 18px;
	/*color: #ff0000;*/
}

.ctMsgWrapper .ctErrorDescWrapper .ctErrorDesc{
	float:left;width:100%;
	font-size: 13px;
    /*color: #ff0000;*/
}

.ctErrorTextRed{
	color:#ff0000;
}

.ctErrorTextGreen{
	color:#279926;
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 1001px) and (max-width: 1199px) {
}
@media only screen and (max-width: 1000px) {
}

@media only screen and (min-width: 981px) and (max-width: 1000px) {
}
@media only screen and (max-width: 980px) {
	.accordionHeader i {
		width: 4%;
	}
	.accordionTitle {
		width: 70%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
}
@media only screen and (max-width: 767px) {
	.accordionHeader i {
		width: 4%;
	}
	.accordionTitle {
		width: 72%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
}
@media only screen and (max-width: 575px) {
	.accordionHeader i {
		width: 4%;
	}
	.accordionTitle {
		width: 67%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
}
@media only screen and (max-width: 479px) {
	.accordionHeader i {
		width: 6%;
	}
	.accordionTitle {
		width: 53%;
	}
}

/* Required Fields CSS */
.required-field{
	font-size: 20px;
	font-weight: 1000;
}
.required-field-head{
	font-size: 16px;
}

a.catalog_request.update.btn.btn-xs.btn-success {
    /* margin: 2px; */
    margin-top: 3px;
}
@keyframes shake {
	0% { transform: translateX(0); }
	25% { transform: translateX(-10px); }
	50% { transform: translateX(10px); }
	75% { transform: translateX(-10px); }
	100% { transform: translateX(0); }
  }
  
.shake-animation {
 animation: shake 0.5s ease-in-out;
}
