@import url(http://fonts.googleapis.com/css?family=Lato:400,300,100,700,900);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700&display=swap');

html, body{
	min-height: 100vH;
}
body {
	font-family: 'Open Sans', sans-serif;
	background: #f8f8f8;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .control-label{
	font-family: 'Open Sans', sans-serif;
}


input[type=submit], button {
	color: #333333;
	background-color: #ffffff;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-color: #cccccc;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

input[type=submit]:focus, button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}


input[type=submit]:hover,
input[type=submit]:focus,
button:hover,
button:focus {
	color: #333333;
	background-color: #ebebeb;
	border-color: #adadad;
	text-decoration: none;
}

input[type=submit]:active,
input[type=submit].active,
button:active,
button.active {
	color: #333333;
	background-color: #ebebeb;
	border-color: #adadad;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

input[type=submit]:disabled,
input[type=submit].disabled,
button.disabled,
button[disabled],
fieldset[disabled] button {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}




input[type=password]:-moz-placeholder, input[type=text]:-moz-placeholder {
	color: #999999;
}

input[type=password]::-moz-placeholder, input[type=text]::-moz-placeholder {
	color: #999999;
}

input[type=password]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder {
	color: #999999;
}

input[type=password]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder {
	color: #999999;
}

input[type=password], input[type=text] {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type=password]:focus, input[type=text]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input[type=password][disabled],
input[type=password][readonly],
fieldset[disabled] input[type=password],
input[type=text][disabled],
input[type=text][readonly],
fieldset[disabled] input[type=text] {
	cursor: not-allowed;
	background-color: #eeeeee;
}







select:-moz-placeholder {
	color: #999999;
}

select::-moz-placeholder {
	color: #999999;
}

select:-ms-input-placeholder {
	color: #999999;
}

select::-webkit-input-placeholder {
	color: #999999;
}

select {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

select:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

select[disabled],
select[readonly],
fieldset[disabled] select {
	cursor: not-allowed;
	background-color: #eeeeee;
}

select[multiple],
select[size] {
	height: 34px;
}




/*=========================*/


.errormessage, .error-message
{
	background-color: #F2DEDE;
	border-color: #EED3D7;
	color: #B94A48;
	border-radius: 4px 4px 4px 4px;
	margin-bottom: 20px;
	padding: 15px;
	font-size: 14px;
	line-height: 1.42857;
}

textarea[name=show_on_viewids]
{
	width:98%;
}

.common-groupselector
{
	height:75px !important;
	width:98%;
}

#robotstxtcontent
{
	height:400px;
}
.navbar {
    border: 0 none;
    border-radius: 0;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 40px;
    padding: 0;
}

.navbar-default {
    background: none repeat scroll 0 0 #189cdc;
    border: medium none;
    color: #a0a0a0;
    min-height: 80px;
    width: 100%;
	box-shadow: 0px -2px 7px 0px rgba(0,0,0,0.3);
}
.breadcrumb{
    margin-top:20px;
}
.navbar-default .navbar-nav li a, .navbar-default .navbar-nav li a:focus {
    border-top: 2px solid transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding: 30px 10px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.navbar-default .navbar-nav li a .fa{
	margin-left: 3px;
}
.navbar-default .navbar-nav li a, .navbar-default .navbar-nav li a:focus {
    font-size: 16px;
	text-transform: none;
    line-height: 18px;
    padding: 30px 15px;
}
.navbar-default .collapse {
    border: medium none;
    float: right;
    margin: 0;
    padding: 0;
}
a {
    color: #0072c1;
    text-decoration: none;
}
.featuredicontext {
    display: table;
    float: left;
    width: 70%;
}
.feature-icon {
    display: table;
    float: left;
    margin-right: 15px;
    text-align: center;
}
.feature-icon .fa {
    background: none repeat scroll 0 0 #0072c1;
    border-radius: 100px;
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    height: 64px;
    padding: 15px;
    width: 65px;
}
.navbar > .container .navbar-brand{
    color:#fff;
	font-size: 30px;
	font-style: italic;
    line-height: 45px;
	min-width: 330px;
}
@media (min-width: 1200px) {
	.navbar-inverse .navbar-nav > li > a:hover:after,
	.navbar-inverse .navbar-nav > .active > a:after, .navbar-inverse .navbar-nav > .active > a:hover:after, .navbar-inverse .navbar-nav > .active > a:focus:after {
		content: "";
		display: table-caption;
		width: calc(100% - 30px);
		height: 2px;
		background: #fff;
		position: absolute;
		bottom: 0;
	}
	.navbar-inverse .navbar-nav > li.dropdown > a:hover:after,
	.navbar-inverse .navbar-nav > .dropdown.active > a:after, .navbar-inverse .navbar-nav > .dropdown.active > a:hover:after, .navbar-inverse .navbar-nav > .dropdown.active > a:focus:after {
		width: calc(100% - 45px);
	}
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
	background: transparent;
	color: #f0f0f0;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
	color: #f0f0f0;
}
.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret,
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
	border-top-color: #366ed8;
	border-bottom-color: #366ed8;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{
	background: transparent;
	color: #fff;
}
.upperMenuSelected,
.navbar-default .navbar-nav .dropdown-menu li a:hover{
	color: #fff!important;
	background: #366ed8;
}
.navbar-default .navbar-nav .dropdown-menu li a, .navbar-default .navbar-nav .dropdown-menu li a:focus{
	padding: 15px 10px;
	font-size: 14px;
	color: #000;
}
.navbar-inverse .navbar-nav > .dropdown.active > a .caret{
	border-top-color: #366ed8;
	border-bottom-color: #366ed8;
}

.functions {
	margin-bottom: 30px;
}
.functions .thirdcard .card-wrap {

	background: url("images/firstcolumn.png") no-repeat;
	display: table;
	background-size: cover;
	border-radius: 5px !important;
	padding: 20px 25px;
	width: 100%;
	height: 127px;

}
.functions .card-wrap .pull-left {
	width: 180px;
	position: relative;
	height: 100%;
	display: table;
}
.functions .card-wrap .title {
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 300;
	line-height: 38px;
	color: #fff;
}
.functions .card-wrap .info {
	color: #fff;
	font-weight: 400;
	font-size: 34px;
}
.functions .secondcard .card-wrap {
	background: url("images/secondcolumn.png") no-repeat;
	display: table;
	background-size: cover;
	border-radius: 5px !important;
	padding: 20px 25px;
	width: 100%;
	height: 127px;
}
.functions .firstcard .card-wrap {
	background: url("images/thirdcolumn.png") no-repeat;
	display: table;
	background-size: cover;
	border-radius: 5px !important;
	padding: 20px 25px;
	width: 100%;
	height: 127px;
}
.dashboardstats{
	margin-top:50px;
}
.dashboardcontrols{
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.3);
	background: #fff;
	padding: 30px 25px;
	display: flex;
	width: 100%;
}
.dashboardcontrols > div:last-child{
	border-right: 0;
	margin: 0;
}
.dashboardcontrols > div{
	border-right: 1px solid #f0f0f0;
	margin-right: 30px;
}
@media (max-width: 1200px) {
	.dashboardcontrols{
		flex-direction: column;
	}
	.dashboardcontrols > div{
		border-right: 0px solid #f0f0f0;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.functions > div{
		margin-bottom: 20px;
	}
}
.breadcrumb a{
	color: #4d4e53;
}
.breadcrumb{
	background: transparent;
	margin-bottom: 0;
	padding: 0px 0;
}
#block0title{
	color:#4d4e53;
	font-weight: 600;
	font-size: 25px;
}
.ab-button{
	background: transparent;
	border: 1px solid #366ed8;
	color:#366ed8;
	padding: 5px 25px;
}
#payment-form{
	background: transparent;
	padding: 0;
	box-shadow: none;
	max-width: inherit;
}
#admintablerow-multiple_qty_allowed td:nth-child(2){
	width: 30px!important;
}
#admintablerow-multiple_qty_allowed{
	flex-direction: row-reverse;
}
#admintablerow-shippable td:nth-child(2){
	width: 30px!important;
}
#admintablerow-shippable{
	flex-direction: row-reverse;
}
#admintablerow-downloadable td:nth-child(2){
	width: 30px!important;
}
#admintablerow-downloadable{
	flex-direction: row-reverse;
}
#uiform-0 input[type="checkbox"]{
	min-height:inherit;
}