a, a:hover, a:active, a:focus {
    color: #1C2653;
	outline: none;
}
div.error, label.error {
    color: red;
    font-weight: normal;
    padding: 6px 0px 0px 0px;
}
#sold_product_form  label.error {
	position: absolute;
    left: 0px;
    top: 34px;
}
label {
	font-weight: normal;
}

.row.col-md-12 {
	margin-right: 0px;
}

.login-logo, .register-logo {
	margin-bottom: 40px;
}
.content-wrapper, .right-side {
    background-color: #d6dee8;
}
.skin-blue .main-header li.user-header {
	background-color: #1C2653;
}
.form-action {
    padding-top: 6px;
}
.btn-circle, .btn-circle:active, .btn-circle:focus {
    border-radius: 14px;
	outline: none !important;
	font-size: 16px;
}
.btn-mahle {
	background-color: #1C2653;
    border-color: #1C2653;
	color: #FFFFFF;
}
.btn-mahle:hover, .btn-mahle:active, .btn-mahle:focus {
	background-color: #FFFFFF;
	color: #1C2653;
}
.box-header.with-border, .table-bordered, .table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border-bottom: 1px solid #dedede;
}
.login-box, .register-box {
	width: 420px;
}
.login-box-body, .register-box-body {
    padding: 20px 20px 25px;
}
.login-page, .register-page {
	background: #efefee;
}
.login-box-body .btn-circle {
	margin: 8px 0px 0px;
}
.login-box-msg, .register-box-msg {
	font-size: 18px;
	text-transform: capitalize;
}

.icheckbox_square-blue {
	padding-left: 24px !important;
	margin-right: 6px;
}

.forgot-password {
    margin: 14px 0px 0px;
}
.login-link {
	padding: 12px 0px 0px 10px;
    display: block;
}
#emailval {
	padding: 10px 0px 0px;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
	background-color: #2A2B2F;
}
.skin-blue .main-header .logo, .skin-blue .main-header .logo:hover {
	background-color: #182046;
}
.skin-blue .main-header .navbar, .skin-blue .main-header .navbar .sidebar-toggle:hover {
	background-color: #1C2653;
}
.skin-blue .sidebar-menu>li.header {
	background-color: #262629;
	color: #a9bdc5;
    font-size: 14px;
}

fieldset.scheduler-border {
	border: solid 1px #e0e5f1 !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow:  0px 0px 0px 0px #000;
			box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
	width:auto;
	padding:0 10px;
	border-bottom:none;
}

.summary-grid {
    display: inline-block;
    padding: 0px 14px 20px;
}
span.list-count {
    color: #de3e0efa;
}

.custom-btn, .custom-icon {
	background-color: #FFFFFF;
    border-color: #1C2653;
    color: #1C2653;	
}
.custom-btn:hover, .custom-icon:hover, .custom-btn:active, .custom-icon:focus {
	background-color: #1C2653;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.custom-btn {
	border-radius: 16px !important;
}

.custom-icon {
	padding: 2px 5px 0px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #1C2653;
	outline: none;
}

.view-content .col-md-12 {
	background-color: #FFFFFF;
	padding-top: 15px;
    margin-bottom: 15px;
}

select#dealer_id {
    border-radius: 20px;
    padding: 5px 0px 5px 5px;
    width: 120px;
	border-color: #1C2653;
    color: #1C2653;
	outline: none;
	margin: 4px 0px 8px 8px;
    position: relative;
    top: 2px;
}

.main-header .user-menu span.hidden-xs {
	text-transform: capitalize;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
}

/* Tooltip container */
.tooltips {
    position: relative;
    display: inline-block;
	width: 120px;
}

/* Tooltip text */
.tooltips .tooltiptext {
	visibility: hidden;
    width: auto;
    background-color: #d02727;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    left: 140px;
    top: 0;
}

.tooltip-right::after {
	content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #d02727 transparent transparent;
}

#user_list .btn-default, #customer_list .btn-default, #product_list .btn-default, #sold_product_list .btn-default {
	background-color: #FFFFFF;
	border-color: #1C2653;
	color: #1C2653;
	font-size: 16px;    
}
#sold_product_list .delete-me .fa-times {
	color: #FF0000;
}
.sidebar-menu>li>a>.fa, .sidebar-menu>li>a>.glyphicon, .sidebar-menu>li>a>.ion {
    width: 25px;
}

input[type=checkbox], input[type=radio] {
	margin-right: 4px;
	position: relative;
    top: 2px;
}
.box-header, .box-body {
	padding: 20px;
}
.product-box .box-header {
	padding-bottom: 0px;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
	color: #1C2653;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:hover, .navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:active, .navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:focus {
	color: #FFFFFF;
}

.sidebar-menu li.active>a>.fa-angle-left {
	margin-top: -16px;
	right: 20px;
}
 #userfile {
    display: none;
}
#importForm .custom-btn {
	margin-left: 30px;
}
.export .custom-btn { 
	margin-left: 15px;
}
.sample-doc .custom-btn { 
	position: relative;
    left: 44px;
}
.export-product { 
	width: 80px;
    margin: 0px -5px 0px 20px !important;
}
.view-content ul.list-group.col-md-12 {
    padding-top: 0;
	padding-right: 0;
}
.list-group-item {
    border-top: 0 none;
}
.list-group-item.row {
	margin: 0px;
}
#infoMessage p {
    color: red;
}

.loading.info-box:before {
  width: 100%;
  min-height: inherit;
  z-index: 50;
  background: #FFFFFF;
/*   border-radius: 3px; */
  content: " ";
  position: absolute;
}

.info-box {
	display: none;
}
.loading.info-box .info-box-icon {
	display: block;
	width: 100%;
	height: 380px;
	background: #FFFFFF;
}

.loading.info-box .info-box-icon i{
  display: none;
}

.loading.info-box .info-box-icon:after {
  position: absolute;
  margin-top: 190px;
  margin-left: -.4em;
/*   text-align: center; */
  content: "\f021";
  font: normal normal normal 1em/1 FontAwesome;
  webkit-animation: fa-spin .8s infinite linear;
  animation: fa-spin .8s infinite linear;
  z-index: 999;
  color: #555;
}
select.form-control {
    border-radius: 5px;
}
#other_size {
    position: absolute;
	width: 96%;
}
#lblError   {
	padding-left: 53px;
}


/******* APK Notification List Styles *************/

.panel-default>.panel-heading {
  color: #333;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}
.notify-lists {
	list-style: none;
	padding-left: 0px;
}
.notify-lists li:first-child {
	border-top: 0px;
}	
.notify-lists li {
	border: solid 1px #ccc;
	border-bottom: 0px;
	padding: 8px;
}
.notify-lists li:last-child {
	border-bottom: solid 1px #ccc;
}	

/******* APK Notification List Styles *************/


@media (max-width: 768px) {
	.view-content .list-group-item .col-sm-6 {
		width: 50%;
		float: left;
	}
}

@media (max-width: 480px) {
	.view-content .list-group-item .col-sm-6 {
		width: 100%;
		float: none;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}