@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600|ABeeZee|Share+Tech|Roboto);

/* Validation */
.formError {
	position: absolute;
	top: 300px;
	left: 282px;
	display: block;
	z-index: 998;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	background: #202020;
	position: relative;
	z-index: 5001;
	color: #fff;
	width: 150px;
	font-size: 11px;
	border: 1px solid #000;
	padding: 2px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position: relative;
	z-index: 5006;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	margin: 0px 0 0 12px;
	top: 2px;
}

.formError .formErrorArrow div {
	font-size: 0px;
	height: 1px;
	background: #202020;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

/* Theme Margins/Padding */

.login {
  
}

.login .content {
	overflow: visible;
}

.page-footer .page-footer-inner {
    text-align: center;
    width: 100%;
}

.page-footer .page-footer-inner .copyright {
	/*padding-bottom:10px;*/
}

.page-sidebar .page-sidebar-menu .sub-menu li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > a {
	font-weight: 500;
}	

.page-sidebar .page-sidebar-menu > li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a {
	font-weight: 500;
}	

.form-group.form-md-line-input {
    margin: 0 0 20px;
    padding-top: 15px;
    position: relative;
}

.form-group.form-md-line-input .form-control.edited:not([readonly]) ~ label::after, .form-group.form-md-line-input .form-control.edited:not([readonly]) ~ .form-control-focus::after, .form-group.form-md-line-input .form-control:focus:not([readonly]) ~ label::after, .form-group.form-md-line-input .form-control:focus:not([readonly]) ~ .form-control-focus::after, .form-group.form-md-line-input .form-control.focus:not([readonly]) ~ label::after, .form-group.form-md-line-input .form-control.focus:not([readonly]) ~ .form-control-focus::after {
    /*background: #26a69a none repeat scroll 0 0;*/
}

.form-group.form-md-line-input .form-control.input-sm {
	padding: 0px;
}

.portlet.light > .portlet-title > .caption > i {
    font-size: 25px;
    font-weight: 500;
    margin-top: 3px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	line-height: 1.22857;
	padding: 4px 2px;
}

.table > thead > tr > td, .table > thead > tr > th {
	line-height: 1.42857;
	padding: 4px 2px;
}

.table-advance thead th, .table-advance tbody, .table thead th, .table tbody {
	font-size:13px !important;
}

.dataTable > thead > tr > th.sorting, .dataTable > thead > tr > th.sorting_asc, .dataTable > thead > tr > th.sorting_desc {
    padding-right: 5px;
}

.fl-right {
	float:right;
}

textarea {
    resize: none;
}

.hideB {
	width: 0px !important;
	height: 0x !important;
	padding: 0px !important;
	margin: 0px !important;
	line-height: 0px !important;
	border: 0px !important;
}

hr {
	border: 0 none;
	height: 3px;
}

.icon_link i {
	font-size:17px !important;
	line-height: 17px !important;
}

li.paginate_button {
	font-size:10px;
}

.datepicker td, .datepicker th {
	font-size: 13px !important; 
}

div.tagsinput {
   border: 0px;
   border-bottom: 1px solid #eee;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}

.ui-menu .ui-menu-item a.ui-corner-all:hover, .ui-menu .ui-menu-item a.ui-corner-all:focus, .ui-menu .ui-menu-item a.ui-corner-all:active {
    background:#c0c0c0!important;
    color:#000;
    border-radius:0;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #c0c0c0;
    border: none;
    color:#000;
    border-radius:0;
    font-weight: normal;
}

.page-header.navbar .page-logo .logo-default {
	margin: 14px 0 0 0;
}

.clear {clear:both;}

.note.note-success {color: #ffffff;}
.note.note-success a {color: #ffffff;}


a {
	color: #132246;
}
.goods-data a, .checkout-page .checkout-description a {
    color: #132246;
    font-weight: 500;
}









li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index:1000;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.show {display:block;}


.green-rs.btn {
	background-color: #85B818;
	color: #ffffff;
}

.green-rs.btn:hover, .green-rs.btn:focus, .green-rs.btn:active, .green-rs.btn.active {
	background-color: #729E15;
	color: #ffffff;
}

.red-rm.btn {
	background-color: #4bc0ec;
	color: #ffffff;
}

.red-rm.btn:hover, .red-rm.btn:focus, .red-rm.btn:active, .red-rm.btn.active {
	background-color: #4bc0ec;
	color: #ffffff;
}

.blue-rs.btn {
	background-color: #161A34;
	color: #ffffff;
}

.blue-rs.btn:hover, .blue-rs.btn:focus, .blue-rs.btn:active, .blue-rs.btn.active {
	background-color: #15162D;
	color: #ffffff;
}