﻿@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'NunitoSansRegular';
	src: url('../fonts/fonts/NunitoSansRegular.eot');
	src: url('../fonts/fonts/NunitoSansRegular.eot') format('embedded-opentype'), url('../fonts/fonts/NunitoSansRegular.woff2') format('woff2'), url('../fonts/fonts/NunitoSansRegular.woff') format('woff'), url('../fonts/fonts/NunitoSansRegular.ttf') format('truetype'), url('../fonts/fonts/NunitoSansRegular.svg#NunitoSansRegular') format('svg');
}
@font-face {
	font-family: 'NunitoSansBold';
	src: url('../fonts/fonts/NunitoSansBold.eot');
	src: url('../fonts/fonts/NunitoSansBold.eot') format('embedded-opentype'), url('../fonts/fonts/NunitoSansBold.woff2') format('woff2'), url('../fonts/fonts/NunitoSansBold.woff') format('woff'), url('../fonts/fonts/NunitoSansBold.ttf') format('truetype'), url('../fonts/fonts/NunitoSansBold.svg#NunitoSansBold') format('svg');
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #f2f4f8;
	font-family: 'NunitoSansRegular';
	font-size: 13px;
	color: #514d6a;
}
body {
}
/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.body-inner {
	height: 100%;
	position: relative;
}
.body-inner-login {
	background-image: url(../images/login-bgnew.png);
	min-height: 100%;
	position: relative;
}
#triangle_left {
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-right: 350px solid #E9D30E;
	border-bottom: 25px solid transparent;
	float: left;
}
.box {
	width: 300px;
	height: 50px;
	float: left;
	text-align: center;
	background-color: transparent;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom: 0px solid #eee;
}
.mainbox {
	width: 300px;
	margin: 0 auto;
}
.form-header {
	text-align: left;
	padding-bottom: 15px;
	font-weight: normal;
	font-family: 'NunitoSansBold';
}
.form-wrap {
	padding: 15px 30px 0px 30px!important;
}
#login-password, #login-username {
    font-size: 11px;
    font-weight: normal;
    background-color: #f1f7fa !important;
    border-color: #d3dee4 !important;
    height: 42px;
    box-shadow: none;
    padding: 5px 18px;
    font-weight: normal;
    text-shadow: none;
    border-radius: 3px;
}

.loginmain-box {
    width:100%;
    height:auto;
    margin:0px;
    padding:0px;
}
.login-top-logo {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    text-align: center;
}
.loginmain-subbox {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
    border-radius: 10px;
    background-color: rgba(142, 96, 3, 0.8);
}
.login-form-box {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 25px 25px 0px 25px;
    border-radius: 10px;
    background-color: #fff;
}
.login-overview {
    width: 100%;
    height: auto;
    float: left;
    /*padding: 50px; */
    padding: 20px 50px 50px 25px;
}
.login-overview-main-heading {
    width: 100%;
    height: auto;
   /* margin: 0px 0px 20px 0px;*/
    float: left;
}
    .login-overview-main-heading h2 {
        font-weight: normal;
        font-family: 'NunitoSansBold';
        color: #3e434a;
        font-size:25px;
        margin:0px;
        padding:0px;
        text-transform:uppercase;
    }

.login-overview-details {
    width: 100%;
    height: auto;
    margin: 0px;
    float: left;
}
    .login-overview-details h3 {
        font-weight: normal;
        font-family: 'NunitoSansBold';
        color: #3e434a;
        font-size: 15px;
        margin: 0px;
        padding: 0px 0px 5px 0px;
    }

.loginform-section {
    width: 100%;
    height: auto;
    margin: 0px;
    float: left;
    padding: 40px 60px 40px 40px;
}
form {
    margin: 0px;
}
.input-icon {
	background-color: #F4F7FC !important;
	border-color: #DAE3EC !important;
	background-image: url(../images/user.png);
}
#login-username {
	background-image: url(../images/user.png);
	width: 100%;
	background-repeat: no-repeat;
	background-position: 95% 50%;
	box-shadow: none;
}
#login-password {
	background-image: url(../images/locked.png);
	width: 100%;
	background-repeat: no-repeat;
	background-position: 95% 50%;
	box-shadow: none;
}
.forgot-footer {
	text-align: center;
	width: 100%;
	background-color: #fff;
	padding: 0px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	font-size: 12px;
	font-family: 'NunitoSansBold';
	font-weight: normal;
}
/* input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
 -webkit-text-fill-color: #000;
 -webkit-box-shadow: 0 0 0px 1000px #000 inset;
 transition: background-color 5000s ease-in-out 0s;
}*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}
.forgot-footer a {
   font-style:italic;
    color: #a1a2a2;
    text-decoration:underline;
    font-family: 'NunitoSansRegular';
}
#loginbox {
	border-radius: 3px;
}
.loginbtn, .backbutton, .create-btn {
    background-color: #8e6003 !important;
    width: 100%;
    color: #fff !important;
    border: none !important;
    box-shadow: 2px 2px 10px #d9d9d8;
    background-image: none !important;
    border-radius: 2px;
    font-weight: normal;
    font-family: 'NunitoSansBold';
    text-shadow: none;
}
.loginbtn {
	padding: 10px;
}
.loginbtn:focus {
	outline: none !important;
}
.loginbtn:active {
	box-shadow: 2px 2px 10px #D9D9D8;
}
.footer-main {
	width: 100%;
	height: auto;
	/*position: absolute;*/
	bottom: 0;
	left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: transparent;
	border: none;
	border-radius: 0px;
    display:inline-block;
}
    .footer-main p {
        font-size: 12px;
        color: #8e6003;
        font-family: 'NunitoSansBold';
        margin-bottom:0px;
    }
    .footer-main p a {
      
        color: #8e6003;
    }
.login-logo {
	margin-top: 13px;
}
.login-form-input-wrap {
	width: 100%;
	margin: 0 auto !important;
	margin-bottom: 12px !important;
}
.loginbtn-wrap {
	padding-top: 15px !important;
	margin: 0 auto !important;
}
.login-msg {
    width: 100%;
    height: auto;
    float: left;
    color: #51555b;
    padding: 0px;
    margin-bottom: 20px;
    font-family: 'NunitoSansRegular';
}
    .login-msg h2 {
        color: #51555b;
        text-align: left;
        font-family: 'NunitoSansRegular';
        line-height: 30px;
        font-size: 25px;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        font-weight: normal;
    }

    .login-msg span {
        font-family: 'NunitoSansBold';
        color: #8d6004;
    }
        .login-msg p {
	color: #fff;
	text-align: center;
	font-family: 'NunitoSansRegular';
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.login-benefits {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 40px 5px 40px;
    margin: 0px;
}

.login-benefits-main-heading h2 {
    font-weight: normal;
    font-family: 'NunitoSansBold';
    color: #ffffff;
    font-size: 25px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-transform: uppercase;
}

.login-benefits-details {
    width: 100%;
    height: auto;
    margin: 0px;
    float: left;
}

    .login-benefits-details h3 {
        font-weight: normal;
        font-family: 'NunitoSansBold';
        color: #ffffff;
        font-size: 15px;
        margin: 0px;
        padding: 0px 0px 5px 0px;
    }
    .login-benefits-details p {
        color: #ffffff;
    }
        .error-wrap {
    margin-top: 10px;
}
.error-message {
	font-size: 11px;
	color: red;
}
#wrapper {
	min-height: 100%;
	position: relative;
}
#footer {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 260px;
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: #e4e9f0;
	border: none;
	border-radius: 0px;
}
#footer p {
	margin: 0px;
	font-size: 12px;
}
.navbar-default {
    background-color: #8e6003 !important;
    border: none !important;
    border-radius: 0px !important;
    /*box-shadow: 1px 1px 8px rgba(0,0,0,0.10);*/
    border-bottom: 0px solid #e4e9f0 !important;
    box-shadow: 0 0 11px 1px rgba(57,55,73,.4) !important;
}
.login-label {
    font-family: 'NunitoSansRegular';
    font-weight:normal;
    text-transform:uppercase;
    font-size:13px;
}
.navbar {
    position: fixed !important;
    /*    min-height: 60px;*/
    height: 60px;
    padding: 0px;
    margin-bottom: 20px;
    width: 100%;
    z-index: 1;
    display: block;
}
.dropdown {
   /* width: 136px;*/
    height: 20px;
}

.navbar-brand {
    /* float: left;*/
    height: 60px;
    padding: 9px 15px;
    font-size: 18px;
    line-height: 20px;
    width: 230px;
    border: none;
    background-color: #8e6003;
}
.navbar-default  .navbar-default .navbar-brand:focus {
	background-color: #203f80;
}
.navbar-brand img {
	width: 95px;
	margin: 7px;
}
.navbar-nav > li > a {
	padding-top: 20px;
	padding-bottom: 20px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff !important;
	background-color: red;
}
.navbar-default .navbar-nav > li > a {
	color: #ffffff !important;
	text-shadow: none;
	padding: 20px 15px;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #ffffff !important;
}
.navbar-default .navbar-nav > li > a:focus {
	color: #ffffff !important;
}
.adminname {
	font-family: 'NunitoSansBold';
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
    border-radius: 1px;
    border: 0;
    background-color: #ffffff;
    color: #203f80;
    font-family: 'NunitoSansRegular';
    padding: 0px;
    font-size: 13px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #203f80;
	text-decoration: none;
	background-color: #f2f4f8;
	background-image: none !important;
}
.navbar .nav li.dropdown.open>.dropdown-toggle .caret, .navbar .nav li.dropdown.active>.dropdown-toggle .caret, .navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.navbar .nav>li>.dropdown-menu:after {
    content: '';
    display: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 10px;
}
.side-header {
    /* fallback */
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 60px;
    width: 230px;
    overflow: auto;
    transition: left .5s ease-in-out;
    z-index: 1;
    -webkit-box-shadow: 0 0 200px -30px rgba(57, 55, 73, 0.4);
    box-shadow: 0 0 200px -30px rgba(57, 55, 73, 0.4);
}
.main-content {
	padding: 60px 0px 25px 230px;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	/*position: relative;*/
}
.nav-side-menu .brand {
	background-color: #23282e;
	line-height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
}
.nav-side-menu .toggle-btn {
	display: none;
}
.nav-side-menu ul, .nav-side-menu li {
	list-style: none;
	padding: 0px;
	margin: 0px 0px;
	line-height: 40px;
	cursor: pointer;
    height:auto;
}
.nav-side-menu ul :not(collapsed) .arrow:before, .nav-side-menu li :not(collapsed) .arrow:before {
	font-family: FontAwesome;
	content: "\f078";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	float: right;
}
    .nav-side-menu ul .active, .nav-side-menu li .active {
        background-color: #ffffff !important;
    }
        .nav-side-menu ul .active a {
            color: #8e6003;
        }
.nav-side-menu ul .sub-menu li.active, .nav-side-menu li .sub-menu li.active {
	color: #fff;
}
    .nav-side-menu ul .sub-menu li.active a, .nav-side-menu li .sub-menu li.active a {
        color: #8e6003;
    }
    .nav-side-menu ul .sub-menu li, .nav-side-menu li .sub-menu li {
        border: none;
        border-bottom: 1px solid #e4e9f0;
        margin-left: 0;
        background-color: #f2f4f8;
        position: relative;
    }
.nav-side-menu ul .sub-menu li:hover, .nav-side-menu li .sub-menu li:hover {
	background-color: transparent;
}
.nav-side-menu ul .sub-menu li:before, .nav-side-menu li .sub-menu li:before {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
.nav-side-menu li {
	padding-left: 20px;
	border-bottom: 1px solid #e4e9f0;
	padding-right: 15px;
}
.nav-side-menu li a {
	text-decoration: none;
	color: #7b889c;
}
.nav-side-menu li a i {
	padding-left: 10px;
	width: 20px;
	padding-right: 20px;
}
.nav-side-menu li:hover {
	border-left: 0px solid #ffe400;
	background-color: transparent;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
    .nav-side-menu li:hover a {
        color: #8e6003;
    }
.arrow {
	font-size: 10px;
}
.main-heading {
	color: #4d617f;
	font-size: 18px;
	font-family: 'NunitoSansBold';
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}
.table-heading th {
	font-family: 'NunitoSansBold';
	font-size: 13px;
}
.table-pagenation {
	width: 100%;
	padding: 0px;
	border-radius: 0px;
	float: right;
}
.table-pagenation nav {
	float: right;
}
.page-details {
	float: left;
	font-family: 'NunitoSansBold';
	margin-top: 5px;
}
.navbar-logout {
    /*	 padding-right: 45px; */
    margin-top: 0px !important;
    height: 60px;
    margin-right: 0px !important;
    /*width: 184px;*/
}
.order-details-body {
	background-color: #F7F7F7;
	;
}
.body-login-container, .details-container, .produt-detail-container {
	margin: 0 auto !important;
}
.main-box {
	border-radius: 12px !important;
	border: none;
	box-shadow: 1px 1px 100px rgba(0,0,0,0.2);
}
.logout-caret {
	margin-top: 0 !important;
}
.welcome-tab {
    background-color: transparent !important;
    display: block;
    text-decoration: none;
}
.navbar .nav > li > .dropdown-menu:before {
	display: none !important;
}
.main-blue-bg {
	background-color: #ffffff;
	color: #000;
	padding-bottom: 20px;
}
.product-details-table {
	background-color: #F7F7F7;
}
.backbutton {
	width: 45%;
	box-shadow: none;
	height: 34px !important;
}
.detail-head {
	font-family: 'NunitoSansBold';
	font-size: 14px;
}
.create-btn {
	width: 15% !important;
	box-shadow: none;
	float: right;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
}
.create-btn a {
	color: #fff;
	text-decoration: none;
	font-family: 'NunitoSansBold';
}
.form-bg {
	background-color: #ffffff;
	margin-top: 20px;
	padding: 0px 0px 20px 0px;
}
.form-style {
	display: block !important;
	width: 100% !important;
	height: 32px !important;
	padding: 6px 12px !important;
	font-size: 13px !important;
	line-height: 1.42857143 !important;
	color: #555 !important;
	background-color: #fff;
	background-image: none !important;
	border: 1px solid #e4e9f0 !important;
	border-radius: 2px !important;
	box-shadow: none !important;
	outline: 0 !important;
    margin:0px !important;
	max-width: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}
.form-style:focus {
	border: 1px solid #4e88f4 !important;
	box-shadow: none !important;
}
.form-btn {
	border-radius: 0px;
	font-size: 13px;
	padding: 10px 25px;
	border: 1px solid #e4e4e4;
	background-color: #ffffff !important;
	background-image: none !important;
	margin-top: 10px;
}
.form-label {
	display: block !important;
	font-weight: normal !important;
	font-size: 13px !important;
	margin-top: 0px !important;
	margin-bottom: 5px !important;
	font-family: 'NunitoSansBold';
}
.form-btn:hover {
	background-color: #ffe400;
	border: 1px solid #ffe400;
}
.form-group-change {
	margin: 0 !important;
}
.back-order {
	width: auto !important;
}
.file-upload-button {
	opacity: 0 !important;
	position: absolute !important;
	z-index: 999 !important;
	height: 34px !important;
	width: 200px !important;
	padding: 10px !important;
	margin-top: -10px;
	margin-left: -10px;
}
.file-upload-wrap {
	height: 34px;
	width: 200px;
	text-align: center;
	background-color: #EED70F;
	color: #fff;
	font-family: 'NunitoSansBold';
	padding: 10px;
}
.file-upload-span {
	z-index: 0;
	position: relative;
}
.checkbox-wrap {
	margin-bottom: 20px;
}
.distributor-code-field, .distributor-logo-field {
	display: none;
}
.header-wrap, .line-wrap {
	min-height: 215px;
}
.line-header {
	padding-left: 15px;
}
.line-wrap {
	border-top: 1px solid #f2f2f2;
	margin-top: 20px;
}
.line-add-plus {
	margin-top: 10px;
}
.parentcategoryId {
	display: none;
}
.form-btn {
	float: right;
}
.radio-wrap, .imageradio, .imageradio-wrap {
	float: left;
	padding-right: 10px;
}
.radio-wrap {
	padding-right: 30px;
	text-align: center;
}
.imageradio-wrap {
	max-width: 135px;
	word-break: break-all;
	min-height: 50px;
}
.imageradio, .imagecheckbox {
	margin: 3px 6px !important;
}
.plus-col {
	margin-top: 35px;
}
.right-col {
	z-index: 9999 !important;
}
.hidden-form-element {
	opacity: 0;
}
.isprimary {
	margin-top: 20px !important;
}
input[id^='citytextvalue'] {
	display: none;
	width: 100% !important;
	height: 32px !important;
	padding: 6px 12px !important;
	font-size: 13px !important;
	line-height: 1.42857143 !important;
	color: #555 !important;
	background-color: #fff !important;
	background-image: none !important;
	border: 1px solid #e4e4e4 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	max-width: none !important;
}
label[id^='citytextlabel'] {
	display: none;
	font-weight: normal !important;
	font-size: 13px !important;
	margin-top: 10px !important;
	margin-bottom: 5px !important;
	font-family: 'NunitoSansBold';
}
.with-bg {
	width: 100%;
	background: #fff;
	display:flex
}
.userlineDiv {
	margin: 10px 0px;
}
.fieldset {
	padding: 0.35em 0.625em 0.75em;
	margin: 10px 2px;
	border: 1px solid #c0c0c0;
	box-shadow: 0px 0px 10px 0px #ccc;
}
.legend {
	display: block;
	width: auto;
	padding: 0px 12px;
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 40px;
	color: #333333;
	border: 0;
	border: 1px solid #e5e5e5;
	min-width: 150px;
	font-weight: bold;
	background: #fff;
}
.details-wrap {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	background-color: #ffffff;
}
.main-chk-box {
	padding-top: 10px;
}
.checkbox-wrap {
	float: left;
}
.checkbox-label {
	margin: 2px 0px 0px 0px !important;
	padding: 0px 0px 0px 20px !important;
}
#warranty-textbox {
	display: none;
}
.tbl-icon {
	width: 16px;
	float: left;
	margin-right: 10px;
}
.userlineview-details {
	margin: 0 auto;
	margin-top: 30px;
}
.userlineview-details table th, .userlineview-details table td {
	text-align: center;
}
.user-details-row-wrap {
	margin-bottom: 20px;
}
.brand-first-rows {
	max-width: 300px;
}
.preview-image {
	height: 70px !important;
	width: 60px !important;
}
div[class^='preview-area'] {
	text-align: center;
	margin-bottom: 10px;
}
.parts-edit-image {
	width: 60px !important;
	height: 70px !important;
}
.account-head {
	margin: 10px;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px;
}
.password-field {
	margin-bottom: 0px !important;
}
.password-field-wrap {
	margin-bottom: 10px !important;
}
.detail-right {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 30px;
}
.detail-right-display {
	margin-left: 20px;
}
.back-pending {
	width: 20% !important;
}
.detail-col-wrap {
	margin-bottom: 20px;
}
.category-detail-top {
	vertical-align: middle;
}
.colon {
	margin-right: 35px;
	margin-left: -35px;
}
.download-template {
	margin-right: 20px;
	width: 18% !important;
}
.content-wrapper {
	width: 100%;
	padding: 10px 30px 30px 30px;

}
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
.card {
	/*margin-bottom: 2.3rem;*/
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: none;
}
.card, .card-header, .list-group-item, .card-footer {
	border-color: #e4e9f0;
}
.card-header, .card-footer {
	padding-left: 2.3rem;
	padding-right: 2.3rem;
	background: #ffffff;
}
.card-header:first-child, .card-footer:first-child {
	-webkit-border-radius: -webkit-calc(7px - 1px) -webkit-calc(7px - 1px) 0 0;
	border-radius: calc(7px - 1px) calc(7px - 1px) 0 0;
}
.card-header {
	padding-top: 1.53rem;
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
.card-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0.25 rem 2.3rem;
}
.utils__title {
	text-transform: uppercase;
	font-size: 1.23rem;
	color: #393749;
	font-family: 'NunitoSansBold';
}
.utils__titleDescription {
	color: #c0bdd0;
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
table {
	border-collapse: collapse;
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}
.table th, .table td {
	padding: 0.75rem !important;
	vertical-align: top;
	border-top: 1px solid #e4e9f0 !important;
	line-height: 20px !important;
}
.table td, .table th {
	border-color: #e4e9f0;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
	font-weight: normal;
}
.table thead th {
	border-bottom: 1px solid #e4e9f0;
	outline: none !important;
}
.table .thead-default th {
	background: #f2f4f8 !important;
	font-family: 'NunitoSansBold';
}
.table tbody tr:first-child td {
	border-top: none;
}
.table thead th {
	border-bottom: 1px solid #e4e9f0 !important;
	outline: none !important;
}
.table thead th:focus {
	background: #e4e9f0;
}
.table td, .table th {
	border-color: #e4e9f0;
}
.table td:focus, .table th:focus {
	background-color: #e4e9f0;
}
.table tbody tr:first-child td {
	border-top: none;
}
.table.table-hover tbody tr:hover {
	background: #f2f4f8 !important;
}
.table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th {
	background-color: #f2f4f8;
}
.table tr.active, .table th.active {
	background: #f2f4f8;
}
.table .thead-inverse th {
	background: #222034;
}
.table .thead-default th {
	background: #f2f4f8;
}
.table.table-striped tbody tr:nth-of-type(odd) {
	background: #f2f4f8;
}
.table.table-vertical-middle td, .table.table-vertical-middle th {
	vertical-align: middle;
}
.table-inverse {
	color: #b8beca;
}
.table-inverse thead th {
	border-bottom-color: #393749;
	color: #ffffff;
}
.table-inverse th, .table-inverse td {
	border-top-color: #393749;
}
.table-inverse th, .table-inverse td, .table-inverse thead th {
	background: #222034;
}
.table-inverse th:focus, .table-inverse td:focus, .table-inverse thead th:focus {
	background: #222034;
}
.table-inverse tr.active, .table-inverse th.active {
	background: #eef0f4;
}
.navbar .nav li.dropdown>.dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar-default .navbar-nav>li>a:hover .caret {
	border-top-color: #fff !important;
	border-bottom-color: #fff !important;
}

.navbar-default .navbar-toggler {
	border-color: #ddd;
	/*display: block;*/
	z-index: 99;
	border: 0px;
	left: -50px;
	top: 5px;
}
.navbar-toggler {
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.side-header.open {
	left: -250px;
}
.main-content-fullwidth {
	padding: 60px 0px 110px 0px;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	position: relative;
}
.navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus {
	background-color: transparent !important;
	outline: 0 !important;
}
.navbar-default .navbar-toggler .icon-bar {
	background-color: #fff !important;
}



.dropdown-menu>li>a {
    display: block;
    padding: 10px 18px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    text-decoration:none;
}
.dropdown-menu>li {
    border-bottom: 1px solid #e4e9f0;
}
.dropdown-menu>li:last-child {
    border-bottom: 0px solid #e4e9f0;
}
/******PAGENATION*****/
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #8e6003;
    border: 1px solid #8e6003;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 4px;
}

.pagination li a {
    border-color: #e4e9f0;
    color: #74708d;
    outline: none;
    margin-bottom:0;
}
.pagination li a:hover, .pagination li a:focus {
    background: #acb7bf;
    color: #ffffff;
    border-color: #acb7bf;
}

.form-control {
    font-family: 'NunitoSansRegular' !important;
    padding: 0.84rem 1.23rem !important;
    border-color: #e4e9f0 !important;
    color: #74708d !important;
}

.page-title-bar {
	width: 100%;
	padding: 1.15rem 2.3rem;
    background: #ffffff;
    border-bottom: 1px solid #e4e9f0;
	display: inline-block;
	height: auto;
}

.ladda-button {
	background-color: #fff;
    color: #879198;
	padding: 5px 18px;
    border: 1px solid #acb7bf;
    background-image: none;
    text-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}

.ladda-button:hover {
	background-color: #bdc6cc;
    color: #fff;
    border: 1px solid #acb7bf;
    background-image: none;
    text-shadow: none;
} 
.ladda-button a {
	text-decoration: none;
    color: #879198;
   
} 
.ladda-button:hover a {
	text-decoration: none;
    color: #fff;
   } 

.breadcrumb {
    padding: 5px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 4px;
    text-align: right;
    float:right;
}

.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #74708d;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
    .breadcrumb .breadcrumb-item a:hover {
        text-decoration: none;
        color:#8e6003;
    }

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item.active {
    color: #8e6003;
}
.OrderId {
    position: absolute;
    right: 35px;
    top: -18px;
    background-color: #8e6003;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0px;
}
   /* .OrderId:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 38px 10px 0 0;
        border-color: transparent #8e6003 transparent transparent;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .OrderId:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 39px 10px;
        border-color: transparent transparent transparent #8e6003;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
*/
.font-bold {
    font-family: 'NunitoSansBold';
}

.C-Billing-Address {
    background: #fff;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px;
    padding: 2.3rem 2.3rem;
    margin-bottom: 20px;
    border: 1px solid #e4e9f0;
    height: auto;
}
.order-amount {
    width: 100%;
    float: left;
    padding: 10px 0px 20px 0px;
    display:flex;
    margin-left:10px;
}
.Oamount {
    font-family: 'NunitoSansBold';
    font-size: 20px;
   width:100%;
   float:left;
}

.Oamount-title {
    text-transform: uppercase;
    margin: 0px;
    border-radius: 2px;
    width: 100%;
    float: left;
    /*color: #fff;*/
}

.order-placed {
    float: right;
    padding-top: 10px;
    padding-left:25px;
}
    .order-placed:last-child {
        padding-right: 25px;
        border-right: 1px solid #dde1ea;
    }
.order-amount-view {
   float:left;
    padding: 0px;
        width:100%;
}
    
.font-uppercase {
    text-transform: uppercase;
}
.order-status {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px 0px 40px 0px;
    border-top: dashed 1px #d4dae2;
    border-bottom: dashed 1px #d4dae2;
}

.sub-heading {
    font-family: 'NunitoSansBold';
    font-size: 13px;
}

.order-status-flow {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.track-progress {
    margin: 0;
    padding: 0px;
    background: white;
    height: auto;
    border-radius: 0px;
 }
    .track-progress li {
        list-style-type: none;
        display: inline-block;
        position: relative;
        font-family: 'NunitoSansRegular';
        text-transform: uppercase;
        text-align: center;
        color: #c7cbd5;
        border-bottom: 4px #dde1ea solid;
        line-height: normal;
        width:20%;
        float: left;
        margin-top: 0px;
    }

        .track-progress li:after {
            content: "\00a0\00a0";
            /*non-breaking space */
        }

        .track-progress li:before {
            position: relative;
            bottom: -1.2em;
            float: left;
            left: 40%;
            line-height: 1em;
        }


.order-total-amount {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0px 48px 0px;
    border-bottom: dashed 0px #d4dae2;
    background-color: #fff;
    border-radius: 0px;
}

.display-none {
    display:none;
}
.total-amount-value {
    font-size: 35px;
    float: right;
}

.btn-true, .btn-false {
    display:inline-block;
}

    .btn-true a {
        background-color: #0b5ed8;
        border-color: #0b5ed8;
        color: #fff;
        float: left;
        text-decoration: none;
        padding: 10px 25px;
        border-radius: 2px;
        -webkit-transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out;
        -o-transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out;
        transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out;
    }
    .btn-true a:hover {
        background-color: #2071e8;
        border-color: #2071e8;
        color: #fff;
        text-decoration: none;
        padding: 10px 25px;
        border-radius: 2px;
    }


    .btn-false a {
        background-color: #6a7a84;
        border-color: #6a7a84;
        color: #fff;
        float:left;
        text-decoration: none;
        padding: 10px 25px;
        border-radius: 2px;
        -webkit-transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out;
        -o-transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out;
        transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out;
    }

        .btn-false a:hover {
            background-color: #889aa6;
            border-color: #889aa6;
            color: #fff;
            text-decoration: none;
            padding: 10px 25px;
            border-radius: 2px;
        }


.btn-box {
    width:100%;
    float:left;
}

.mini-stats {
    width: 100%;
    background-color: #ffffff;
    float: left;
    -webkit-box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
    box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
    border-radius: 5px;
    margin-bottom: 30px;
    height:179px;
}

.mini-stats-icon-box {
    /*background: -webkit-gradient(linear,left top,right top,from(#0b5ed8),to(#655be6));
    background: linear-gradient(to right,#0b5ed8,#655be6);*/
    background-color: #1e2c59;
    padding: 20px 20px 30px 20px;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    float: left;
    width: 100%;
    background-image: url(../images/dashboard-box.png);
    background-size: cover;
}

.dashboard-value {
    background-color: white;
    margin: -30px 20px 20px 20px;
    height: auto;
    -webkit-box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
    box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
    border-radius: 5px;
    padding: 10px 20px;
}

    .dashboard-value h6 {
        font-family: 'NunitoSansBold';
        font-size: 13px;
        font-weight: normal;
        color:#514d6a;
    }

.dashboard-value-count {
    width: auto;
    height: auto;
    float: right;
    border-radius: 0;
    /* background-color: #fff; */
    font-family: 'NunitoSansBold';
    text-align: center;
    line-height: 65px;
    color: #fff;
    font-size: 40px;
}

.mini-stats-value-box {
    background-color: #fff;
    padding: 0px;
    height: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    float: left;
    width: 100%;
}
.dashboardicon {
    color: #fff;
    font-size: 25px;
    border: 2px solid #f9fafa;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    /* background-color: #0b5ed8; */
    text-align: center;
    line-height: 46px;
    float: left;
}

.bg-green {
    background-color: #4caf50;
}
.bg-blue {
    background-color: #0b5ed8;
}
.bg-violet {
    background-color: #7f63f4;
}
.bg-blue-green {
    background-color: #07cab5;
}
.bg-red {
    background-color: #e6193c;
}
.bg-orange {
    background-color: #f94e00;
}
.bg-D-gray {
    background-color: #607D8B;
}
.bg-brown {
    background-color: #a04b2d;
}

.address-view-create {
    margin: 0px 0px 15px 0px;
    padding: 17px;
    background-color: #f2f4f8;
    width: 100%;
}

    .address-view-create li {
        margin: 0px;
        padding: 0px 0px 5px 0px;
        list-style: none;
    }

.bgo-btn-active {
    border: 0px;
    background-color: #8e6003;
    border-color: #8e6003;
    color: #fff;
    float: left;
    text-decoration: none;
    background-image: none;
    font-size: 13px;
    box-shadow: none;
    text-shadow: none;
    /*  padding: 10px 25px;*/
    padding: 7px 25px;
    margin-right: 3px;
    outline: 0px !important;
    border-radius: 2px;
    -webkit-transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out;
    transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out;
}

    .bgo-btn-active:hover {
        background-color: #b99140;
        border-color: #b99140;
        color: #fff;
        text-decoration: none;
        padding: 10px 25px;
        border-radius: 2px;
    }
    .bgo-btn-active:focus {
        background-color: #8e6003;
        border-color: #8e6003;
        color: #fff;
        text-decoration: none;
        padding: 10px 25px;
        border-radius: 2px;
    }

.bgo-btn-unactive {
    border: 0px;
    background-color: #6a7a84;
    border-color: #6a7a84;
    color: #fff;
    float: left;
    text-decoration: none;
    background-image: none;
    font-size: 13px;
    box-shadow: none;
    text-shadow: none;
    /*padding: 10px 25px;*/
    padding: 7px 25px;
    border-radius: 2px;
    margin-right: 3px;
    outline: 0px !important;
    -webkit-transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out;
    transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out;
}

    .bgo-btn-unactive:hover {
        background-color: #889aa6;
        border-color: #889aa6;
        color: #fff;
        text-decoration: none;
        padding: 10px 25px;
        border-radius: 2px;
    }
    .bgo-btn-unactive:focus {
        background-color: #889aa6;
        border-color: #889aa6;
        color: #fff;
        text-decoration: none;
        padding: 10px 25px;
        border-radius: 2px;
    }

.padding-top-10 {
    padding-top:10px;
}
.padding-left-40 {
    padding-left:40px !important;
}
.success-message {
    color: #fff !important;
    background-color: #51cd80;
    padding: 10px;
    display: none;
    border-radius: 3px;
    margin-top: 18px;
}

.help-box {
    width: 20px;
    height: 20px;
    background-color: #8e6003;
    border-radius: 50%;
    float: left;
    /*position: absolute;
    left: 15px;
    top: 0px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;*/
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 0;
    padding-top: 5px;
    margin-top: -1px;
    margin-left: 6px;
}
.display-inlineblock {
    display:inline-block !important;
}
.float-left {
    float:left;
}
.margin-top-20 {
    margin-top:20px;
}
.margin-bottom-25 {
    margin-bottom: 25px;
}
.margin-bottom-0 {
    margin-bottom: 0px;
}
.font-35 {
    font-size: 35px;
}
.min-height-155 {
    min-height:155px;
}

.Total-amount {
    padding: 25px;
    background-color: #f2f4f8;
    width: 100%;
    border-radius: 3px;
}
.amount-col-md 
{
    padding-right:30px;
    padding-left: 30 px;
}
/*.tooltip > .tooltip-inner {
    background-color: #6a7a84 !important;
    opacity:unset !important;
    display: block !important;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #6a7a84 ;
    opacity:unset !important;
}*/

.modal-content {
       border-radius: 5px;
     }

.modal-footer {
    border-radius: 0 0 2px 2px;
}
.modal-header {
    border-radius: 2px 2px 2px 0px;
    background-color: #8e6003;
    text-transform: uppercase;
}
.modal-title {
    font-family: 'NunitoSansBold';
    color:#ffffff;
}

.heightAuto {
    height:auto !important;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: auto ;
}

.span12 {
    width: 100%;
    margin:0px;
}

.position-relative {
    position:relative;
}

.select-item {
    width: auto;
    height: auto;
       position: absolute;
    z-index: 1;
    right: 30px;
    top: 15px;
}

.checkbox {
    display: none;
}

    .checkbox, .checkbox:after, .checkbox:before, .checkbox *, .checkbox *:after, .checkbox *:before, .checkbox + .checkbox__label {
        box-sizing: border-box;
    }

.checkbox--toggle + .checkbox__label {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 4rem;
    height: 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.3s ease;
    border-radius: 1rem;
    outline: 0;
    background-color: #ececec;
}

    .checkbox--toggle + .checkbox__label:before {
        display: none;
    }

    .checkbox--toggle + .checkbox__label:after {
        position: relative;
        display: block;
        width: 50%;
        height: 100%;
        content: '';
        transition: 0.3s ease;
        -webkit-transform: translateX(0) scale(0.8);
        transform: translateX(0) scale(0.8);
        border-radius: 50%;
        background-color: #fff;
    }

    .checkbox--toggle + .checkbox__label::-moz-selection {
        background-color: none;
    }

    .checkbox--toggle + .checkbox__label::selection {
        background-color: none;
    }

.checkbox--toggle:checked + .checkbox__label {
    background-color: #ddd;
}

    .checkbox--toggle:checked + .checkbox__label:after {
        -webkit-transform: translateX(100%) scale(0.8);
        transform: translateX(100%) scale(0.8);
    }

.checkbox--radio + .checkbox__label {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s ease;
    border-radius: 50%;
    outline: 0;
    background-color: #ececec;
}

    .checkbox--radio + .checkbox__label:before {
        display: none;
    }

    .checkbox--radio + .checkbox__label:after {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        content: '';
        transition: 0.3s ease;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        border-radius: 50%;
        background-color: #fff;
    }

    .checkbox--radio + .checkbox__label::-moz-selection {
        background-color: none;
    }

    .checkbox--radio + .checkbox__label::selection {
        background-color: none;
    }

.checkbox--radio:checked + .checkbox__label:after {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.checkbox--checkbox + .checkbox__label {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.3s ease;
    outline: 0;
    background-color: #ffffff;
    border: 2px solid #e1e5ec;
}

    .checkbox--checkbox + .checkbox__label:before {
        display: none;
    }

    .checkbox--checkbox + .checkbox__label:after {
        position: absolute;
        top: 9px;
        left: 14px;
        width: 7px;
        height: 12px;
        content: '';
        transition: 0.3s ease;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border: solid transparent;
        border-width: 0 3px 3px 0;
    }

    .checkbox--checkbox + .checkbox__label::-moz-selection {
        background-color: none;
    }

    .checkbox--checkbox + .checkbox__label::selection {
        background-color: none;
    }

.checkbox--checkbox:checked + .checkbox__label:after {
    border-color: #fff;
}

.checkbox__text {
    color: #c4c4c4;
    text-transform: uppercase;
    position: absolute;
    font-size: 80%;
    top: 50%;
    right: 0;
    padding-left: 0.5rem;
    -webkit-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
}

.checkbox--primary:checked + .checkbox__label {
    background-color: #ddd;
    
}

.checkbox--success:checked + .checkbox__label {
    background-color: #5cb85c;
    border: 0px;
}

.checkbox--danger:checked + .checkbox__label {
    background-color: #d9534f;
}


.horizontal-view {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 8px 0px;
    background-color: transparent;
    display: inline-block;
    text-align:center;
}
.tbl-label-img {
    width: 30px;
    height: 30px;
   
}
    .tbl-label-img img {
        width: 30px;
        height: 30px;
        border: 3px solid #d7dde8;
        border-radius: 50%;
    }
.horizontal-view li {
    margin: 0px 10px;
    padding: 9px 14px;
    /* display: inherit; */
    min-width: 200px;
    height: 60px;
    border-radius: 2px;
    text-align: left;
    transition: transform .5s;
    line-height: normal;
    border: 2px solid #e7eaef;
    background-color: #f2f4f8;
    cursor: pointer;
    float: left;
}
.horizontal-view li:first-child {
    margin-left:0px;
}
    .horizontal-view li:hover {
            -ms-transform: scale(1.3); /* IE 9 */
            -webkit-transform: scale(1.3); /* Safari 3-8 */
            transform: scale(1.3);
    }


.bgo-form-textbox {
    border: 0.1rem solid #e3e5ef !important;
    height: calc(1.5em + 1.5rem + 2px) !important;
    padding: 10px 15px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    box-shadow:none !important;
}





    .bgo-radio-button input{
        margin-top: 0px !important;
    }

    .bgo-radio-button label{
        margin: 0px 0px 0px 12px !important;
    }

    @media (max-width: 1280px) {
        .C-Billing-Address {
                height: auto;
            }
        }

        @media (max-width: 800px) {
            .track-progress li {
                font-size: 0.7em;
            }
        }

        .track-progress li span {
        padding-left: 0.75em;
    }

    @media (max-width: 640px) {
        .track-progress li span {
            display: none;
        }
    }

.track-progress li span {
    display:none;
}
.track-progress li.done {
    color: #4caf50;
    font-weight: normal;
    font-family: 'NunitoSansBold';
    border-bottom: 4px #4caf50 solid;
}

    .track-progress li.done:before {
        content: "\f00c";
        background: #ffffff;
        font: normal normal normal 10px/1 FontAwesome;
        height: 30px;
        width: 30px;
        line-height: 2.1em;
        border: 3px solid #4caf50;
        border-radius: 50%;
        margin-top: 0px;
    }

.track-progress li.todo:before {
    content: "";
   
    background: white;
    border: 3px solid #dde1ea;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.track-progress em {
    display: none;
    font-weight: 700;
    padding-left: 0.75em;
  
}

.bg-gray {
    /*padding: 25px;
    background-color: #f2f4f8;*/
    width: 100%;
    border-radius: 3px;
    margin-bottom:25px;
}
.product-img {
    margin:0px;
    padding:0px;
}
    .product-img li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        padding: 10px 10px 35px 10px;
        background-color: #f2f4f8;
        width: 120px;
        border-radius: 3px;
        margin-bottom: 5px;
        margin-right: 5px;
        display: inline-block;
        cursor: pointer;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }
        /*.product-img li:hover {
            background-color: #8e6003;
        }*/
.status-view {
    width:100%;
    float:left;
}

.dow-file-view {
    position: relative;
    padding: 8px 25px;
    margin-bottom: 7px;
    background: #f2f4f8;
    color: #4d4d4c;
    width: 100%;
    border-radius: 5px;
    display: inline-block;
}
    .dow-file-view .dow-file-view-icon {
        font-size: 30px;
        color: #48A0DC;
        float: left;
        padding-top: 4px;
    }


    .dow-file-view .dow-file-view-details  {
        color: #4d4d4c;
        font-family: 'NunitoSansBold';
        text-decoration:none;
    }
.dow-file-view-details {
    padding-left: 40px;
    padding-top: 15px;
}
.dow-file-view-btn {
    position: absolute;
    display: block;
    right: 16px;
    top: 50%;
    margin-top: -10px;
}


    .dow-file-view-btn a {
        padding: 6px 10px 6px 10px;
        cursor: pointer;
        background: #fafafa;
        color: #777;
        border-radius: 4px;
        border: 1px solid #e3e3e3;
        float: left;
        margin-left: 3px;
    }
    .dow-file-view-btn a:hover {
        padding: 6px 10px 6px 10px;
        cursor: pointer;
        background: #fafafa;
        color: #4caf50;
        border-radius: 4px;
        border: 1px solid #e3e3e3;
    }

.count-view {
    background-color: #8BC34A;
    /* padding: 5px; */
    border-radius: 50%;
    /* float: right; */
    position: absolute;
    right: 15px;
    width: 25px;
    font-size: 11px;
    height: 25px;
    text-align: center;
    line-height: 2.3;
    color: #ffffff;
    top: 8px;
  
}
.margin-bottom-15 {
    margin-bottom:15px;
}
/*.order-status-flow .order-placed {
    background-color: #dde1ea;
    padding: 14px 20px;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 10px;
}*/

.delete-icon {
    padding: 6px 10px 6px 10px;
    cursor: pointer;
    background: #fafafa;
    color: #777;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    float: left;
    margin-left: 3px;
    position: absolute;
    right: 30px;
    transition: all 0.25s ease-out;
}
    .delete-icon:hover {
        color: #ff0000;
        }


.chart-btn {
    width: 100%;
    float: left;
    margin-top: -15px;
}

.year-select {
    float: right;
}
.export-btn {
    float: right;
}
.right-0 {
    right:0 !important;
    left:inherit;
}

.bgo-btn-normel {
    border-radius: 0px;
    background: #8e6003;
    text-shadow: none;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 15px;
    box-shadow: 0 13px 21px -4px #c3baa8;
    -moz-box-shadow: 0 13px 21px -4px #c3baa8;
    -webkit-box-shadow: 0 13px 21px -4px #c3baa8;
}

    .bgo-btn-normel:hover {
        background: #6d4d0e;
        background-color: #6d4d0e;
        border-color: #6d4d0e;
        color: #fff;
    }

    .bgo-btn-normel:focus {
        background: #6d4d0e;
        background-color: #6d4d0e !important;
        border-color: #6d4d0e !important;
        color: #fff;
    }
.dropdown .bgo-btn-normel .caret {
    margin-top: 0px;
    border-top: 4px solid #ffffff;
}

.bgo-dropdown-menu {
    border: 0px;
    padding: 0px 0;
}
.dropdown-menu {
    font-size: 13px;
}
#bill-error {
    margin-top: -23px;
    float: left;
    margin-left: 3px;
}
#ship-error {
    margin-top: -23px;
    float: left;
    margin-left: 3px;
}


.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #3d4465;
    width: 150px;
    height: 31px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 7px 17px;
    border-radius: 75px;
    /* box-shadow: 1px 2px 20px #bb9f66; */
    background: #ffffff;
    text-shadow: none;
    border: 1px solid #e8e6e6;
    color: #3d4465;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 10px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .select-styled:after {
        content: "";
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-color: #3d4465 transparent transparent transparent;
        position: absolute;
        top: 13px;
        right: 14px;
    }

    .select-styled:hover {
        background-color: #fff;
    }

    .select-styled:active, .select-styled.active {
        background-color: #fff;
    }

        .select-styled:active:after, .select-styled.active:after {
            top: 9px;
            border-color: transparent transparent #3d4465 transparent;
        }

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;

    padding: 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
}

    .select-options li {
        margin: 0;
        padding: 9px 0;
      
        font-size: 12px;
        font-weight: normal;
        text-indent: 15px;
        border-top: 1px solid #e3e3e3;
        -moz-transition: all 0.15s ease-in;
        -o-transition: all 0.15s ease-in;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
    }
    .select-options li:first-child {
        border-top:0px;
    }
        .select-options li:hover {
         
            background: #eaeaf1;
        }

        .select-options li[rel="hide"] {
            display: none;
        }
.modal {
    padding:0px !important;
}
.modal-dialog {
    position:unset !important;
}
 .navbar-collapse1 {
    width: 1265px;
    height: 60px;
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (max-width: 991px) {
    .Oamount {
            font-family: 'NunitoSansBold';
            font-size: 20px;
            width: 100%;
            float: left;
        }

        .order-amount-view {
            float: left;
            padding: 0px;
            width: 100%;
            margin-bottom: 16px;
        }
    }

    @media (max-width: 640px) {
        /*.track-progress em {
            display: inline;
        }*/
    }

    @media only screen and (max-width: 991px) {
        .side-header {
            left: -250px;
        }

        .main-content {
            padding: 60px 0px 110px 0px;
        }

        .side-header.open {
            left: 0px;
        }
    }

    @media (max-width: 767px) {
        .nav-side-menu {
            position: relative;
            width: 100%;
            margin-bottom: 10px;
        }

            .nav-side-menu .toggle-btn {
                display: block;
                cursor: pointer;
                position: absolute;
                right: 10px;
                top: 10px;
                z-index: 10 !important;
                padding: 3px;
                background-color: #ffffff;
                color: #000;
                width: 40px;
                text-align: center;
            }

        .brand {
            text-align: left !important;
            font-size: 22px;
            padding-left: 20px;
            line-height: 50px !important;
        }
    }

    @media (min-width: 768px) {
        .navbar-collapse .navbar-nav.
        :last-child {
            margin-right: 0;
        }
    }

    @media (min-width: 767px) {
        .nav-side-menu .menu-list .menu-content {
            display: block;
        }
    }

@media (min-width: 768px) {
   .navbar-collapse.collapse {
        display: block !important;
       /* height: auto !important;*/
        padding-bottom: 0;
        overflow: visible !important;
    }
}
/* 
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
*/
    @media (max-width: 768px) {
        #footer {
            padding-left: 25px;
        }

        .table-responsive {
            width: 100%;
            margin-bottom: 15px;
            overflow-x: scroll;
            overflow-y: hidden;
            border: 0px solid #ddd;
        }
    }

    input .btn {
        background-color: #2094de !important;
        color: #fff;
        padding: 5px 25px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
        border: 1px solid #ccc;
        min-width: 150px;
    }

img {
    max-width: 100%;

    height: auto;
    vertical-align: middle;
   
}

.navbar-right {
    float: right !important;
    margin-right: -15px;
}

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }

    @media only screen and (max-width: 380px) {
        .mainbox {
            width: 300px;
            margin: 0 auto;
        }
    }

  

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.product-img-bg {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.offset-md-3 {
    margin-left: 25%;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.popupclose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .popupclose:hover,
    .popupclose:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.container.text-center {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}