html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
small, .small {
    font-size: 85%;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
*:focus{
    outline: none;
}
body{
	font-family: 'Open Sans', sans-serif;
	background: #f8f8f8;
    color: #5a5a5a;
    position: relative;
    height: 100%;
    overflow-y: scroll;
}
.tar{
    text-align: right;
}
.tac{
    text-align: center;
}

.m0{
    margin:0;
}
.m30x0{
    margin:30px 0;
}
.p0{
    padding: 0;
}
.p0x30{
    padding: 0 30px;
}
.pl30{
    padding-left: 30px;
}
a:hover,
a:focus,
a:active{
    text-decoration: none;
}
b,
strong{
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6{
    font-weight:700;
    position: relative;
}
a{
	color:#4a90d6;
}
a:hover{
	text-decoration: none;
	color:#346da7;
}
.mb100{
    margin-bottom: 100px;
}
p{
    color: #5a5a5a;
}
.navbar-brand>img{
    width: 100px;
}

/* login page */
.form-control, .select2-container--default .select2-selection--single {
    /*background: rgb(0 0 0 / 5%);*/
    color: #333;
    /*border: 1px solid transparent;*/
    background: rgb(255 255 255);
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    box-shadow: none;
    height: auto;
    min-height: 31px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.select2-container--default .select2-selection--single{
    margin-bottom: 0;
}
.form-control:focus{
    box-shadow: none;
    background: rgb(0 0 0 / 2%);
    border: 1px solid rgb(0 0 0 / 8%);
}
.admin-login .top{
	height: 400px;
	background: #263a4e;
	position: relative;
	text-align: center;
	padding: 0 15px;
}
.logo{
	margin-top:40px;
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}
body.admin-login, body.installer{
	background: #fff;
	text-align: center;
}
footer{
	background: none;
	border-top: none;
	height: auto;
    margin-top:40px;
    color: #a7b4bf;
    font-size: 14px;
    padding: 0;
    text-align: center;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    padding-bottom: 15px;
}
footer p{
    color: #a7b4bf;
    font-weight: 300;
}
footer a,
footer a:hover{
	color: #a7b4bf;
}
a:focus{
	outline: none;
}
.dib {
    display: inline-block;
}
.admin-login .card, .installer .card{
	background: -moz-linear-gradient(105deg, rgba(50 82 115,1) 0%, rgba(44 67 91,1) 100%);
    background: -webkit-linear-gradient(105deg, rgba(50 82 115,1) 0%,rgba(44 67 91,1) 100%);
    /*background: linear-gradient(145deg, rgb(76 115 146) 0%,rgb(66 84 98) 100%);*/
    background: linear-gradient(105deg, rgb(50 82 115) 0%,rgb(44 67 91) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#325273', endColorstr='#2c435b',GradientType=1 );
    max-width: 420px;
    margin: 0 auto;
    padding: 30px 30px;
    border-radius: 5px;
    color: #fff;
    margin-top: -190px;
    z-index: 10;
    position: relative;
    text-align: center;
    box-shadow: none;
}
.admin-login .card-header{
	background: none;
	padding: 0;
	border:none;
}
.admin-login .card-title{
	font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
}
.admin-login .card-body{
	padding: 0;
}
.admin-login .form-group{
	margin:0;
}
.admin-login .card .form-control {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 16px 20px;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.admin-login .input-group>.form-control:not(:first-child), .admin-login .input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.admin-login .form-control::placeholder{
	color:#fff;
}
.admin-login .form-control:hover, .admin-login .form-control:focus {
    background: rgb(255 255 255 / 25%);
}
.admin-login .card-footer{
	padding: 0;
	background: none;
	border:none;
	/*text-align: center!important;*/
    margin-top: 15px;
}
.btn, .btn-primary {
    background: #263a4e;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    padding: 6px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover, .btn:focus, .btn.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .breadcrumb li.btn-outline-primary:not(:disabled):not(.disabled):focus:last-child, .show>.btn-outline-primary.dropdown-toggle:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .breadcrumb li.btn-outline-secondary:not(:disabled):not(.disabled):focus:last-child, .show>.btn-outline-secondary.dropdown-toggle:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .breadcrumb li.btn-outline-success:not(:disabled):not(.disabled):focus:last-child, .show>.btn-outline-success.dropdown-toggle:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .breadcrumb li.btn-outline-danger:not(:disabled):not(.disabled):focus:last-child, .show>.btn-outline-danger.dropdown-toggle:focus {
    color: #fff;
    box-shadow: none;
}
.btn-outline-primary,
.btn-outline-secondary:hover,
.btn-outline-success:hover,
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .breadcrumb li.btn-outline-success:not(:disabled):not(.disabled):last-child, .show>.btn-outline-success.dropdown-toggle,
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .breadcrumb li.btn-outline-secondary:not(:disabled):not(.disabled):last-child, .show>.btn-outline-secondary.dropdown-toggle {
    background-color: #4a90d6;
}
.btn-outline-danger:hover,
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .breadcrumb li.btn-outline-danger:not(:disabled):not(.disabled):last-child, .show>.btn-outline-danger.dropdown-toggle{
    background-color: #929292;
}
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .breadcrumb li.btn-outline-primary:not(:disabled):not(.disabled):last-child, .show>.btn-outline-primary.dropdown-toggle{
    background-color: #4a90d6;
}
.btn-outline-danger{
    background: #b1b1b1;
}
.btn .fa{
    margin-right: 5px;
}
.btn .fa-0 {
    margin-right: 0 !important;
}
.btn-check-sku,
.btn-suggest-category {
    display: inline-block;
    float: right;
    margin-top: -44px;
    margin-right: 2px;
}
.btn-refresh-pl-price .fa {
    padding-top: 5px;
}
.btn-check-sku .fa,
.btn-refresh-pl-price .fa,
.btn-suggest-category .fa {
    margin-right: 0;
}
.show.fade{
    opacity: 1;
}
.admin-login .btn{
	/*border: 2px solid #fff;*/
    background: #fff;
    color: #263a4e;
    max-width: none;
    text-transform: uppercase;
    font-size: 16px;
    padding: 14px 25px;
    width: 100%;
}
.admin-login .btn:hover, .admin-login .btn:focus {
    background: #4a90d6;
    color: #fff;
}
.admin-login .forgot, .installer .forgot{
	color:#fff;
	margin-bottom: 6px;
	display: inline-block;
	font-weight: 600;
    font-size: 14px;
}
.back{
	margin-top: 40px;
	color:#263a4e;
	display: inline-block;
	font-weight: 700;
    font-size: 14px;
    padding: 0;
    white-space: normal;
    margin-right: 0;
}
.admin-login .input-group-prepend {
    margin-right: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block;
}
.admin-login .input-group-text{
	background: none;
	border:none;
	border-radius: 0;
	padding: 0;
	color:#fff;
	font-size: 16px;
}
.admin-login .input-group-text .fa{
	font-size: 16px;
}
.admin-login .input-group{
	margin-bottom: 10px;
    display: block;
}
.admin-login .input-group .form-control{
    float:none;
    display: block;
}
.admin-login .top p{
	color:#fff;
	font-size: 16px;
	text-align: center;
}
.alert{
	color: #ffffff;
    background-color: #1d6298;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
}
.alert-success {
    color: #ffffff;
    background-color: #1d6298;
    border: none;
}
.close {
    font-size: 24px;
    color: #fff;
    text-shadow: none;
}
.close:hover {
    color: #fff;
}
button:focus,
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
	outline: none;
}
.btn:active, .btn.active{
    box-shadow: none;
}


header .form-inline .form-control{
    background: rgb(0 0 0 / 50%);
    border: 1px solid rgb(0 0 0 / 50%);
    color: #fff;
    padding: 5px 10px;
    width: 100%;
}
header .form-inline{
    width: 100%;
    flex-flow: row;
}
header .form-inline .form-group{
    width: 100%;
    flex: auto;
    margin:0;
}
header  .form-inline .btn{
    display: flex;
}
.navbar-nav{
    display: flex!important;
}
.navbar-nav>li{
    margin:0 2px;
}






/* dashboard */

header.navbar{
	background: -moz-linear-gradient(105deg, rgba(50 82 115,1) 0%, rgba(44 67 91,1) 100%);
    background: -webkit-linear-gradient(105deg, rgba(50 82 115,1) 0%,rgba(44 67 91,1) 100%);
    background: linear-gradient(105deg, rgb(50 82 115) 0%,rgb(44 67 91) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#325273', endColorstr='#2c435b',GradientType=1 );
    color:#fff;
    height: auto;
    border:none;
    border-radius: 0;
    min-height: none;
    margin:0;
    margin-bottom: 0px;
    padding: 0 10px;
    position: fixed;
}
.navbar-nav{
    list-style: none;
}
.navbar-brand {
    height: auto;
    padding: 5px 10px;
    margin-right: 15px;
    /*float: none;*/
    display: inline-block;
    vertical-align: middle;
}
#top-right-menu {
    float: right;
}
.btn-left {
    float: left;
}
.btn-right {
    float: right;
}
.navbar-nav>li>a{
    color:#fff;
}
#wrap{
	background: none;
    padding-top: 50px;
    /*padding-bottom: 40px;*/
}
#wrap .card-header{
	background: none;
	border:none;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
    color: #263a4e;
    margin-bottom: 15px;
}
#wrap .card-header .fa{
    margin-right: 10px;
}
#wrap .card-body{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.card-buttons {
    display: block!important;
}
.actions .fa, .card-buttons .fa {
    margin-right: 6px;
}
.card .form-group{
    position: relative;
}
.card .form-group label{
    position: absolute;
    top: -5px;
    left: 8px;
    background: #fff;
    padding: 2px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}
.card .form-group.checkbox label,
.card .form-group.radio label{
    position: relative;
    top:0;
    left: 0;
    background: none;
    font-size: 14px;
    padding: 0;
    line-height: initial;
    font-weight: 400;
}
#content{
    margin-top:0;
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    min-height: 100%;
    background: none;
    border:none;
    font-size: 14px;
}
#content-container{
    width: 100%;
    /*height: 100%;*/
    display: inline-block;
    vertical-align: top;
    padding: 0;
    padding-left: 0px;
    padding-right: 0px;
    /*max-width: calc(100% - 250px);*/
    float: right;
}
.top-page{
    padding: 10px 15px;
    background:#fff;
}
.top-page .actions{
    margin:0!important;
}
#left-menu{
    width: 20%;
    /*height: 100%;*/
    display: inline-block;
    vertical-align: top;
    min-width: 250px;
    margin-top:0px;
    font-family: inherit;
    background: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 0;
}
.nav-sidebar .sub-nav{
    display:none;
}
.nav-sidebar .sub-nav .sub-nav{
    position:absolute;
}
.nav-sidebar .sidebar-item span{
    margin:0;
}
#left-menu .nav>li>a i{
    margin-right: 8px;
}
.bg-black{
    background:none;
}
#left-menu .nav>li>a {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    color: #7a8d9b;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: none;
    border: none;
    white-space: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#left-menu .nav>li>a:hover {
    background-color: rgb(66 84 98 / 5%);
    color: #425462;
}
#left-menu .nav>li>a.current {
    color: #2c435b;
    border-left: 3px solid #2c435b;
}
#left-menu .nav>li>a.current + .sub-nav{
    display: block;
}
#left-menu .nav.sub-nav>li>a.current{
    color: #2c435b;
    border-left: 3px solid #2c435b;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 12px;
    border-radius: 3px;
    padding: 8px 8px;
    line-height: 1.2;
    text-transform: uppercase;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#wrap .card{
    padding: 10px;
    /*background: -moz-linear-gradient(45deg, rgba(232,232,232,0.4) 0%, rgba(232,232,232,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(232,232,232,0.4) 0%,rgba(232,232,232,1) 100%);
    background: linear-gradient(45deg, rgba(232,232,232,0.4) 0%,rgba(232,232,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66e8e8e8', endColorstr='#e8e8e8',GradientType=1 );*/
    background: #ffffff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
    border: none;
    border-radius: 0px;
}
#top-right-menu .fa {
    margin-right: 7px;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
    color: #fff;
    background-color: rgb(0 0 0 / 30%);
    opacity: 1;
}
#top-right-menu .dropdown-menu,
#top-left-menu .dropdown-menu {
    right: 0;
    left: auto;
    padding: 0;
    border: none;
}
.dropdown-divider{
    margin:0;
}
.attachment-img-preview {
    max-width: 500px;
}
.reference-number-search {
    margin-left: .75rem;
}
.reference-number-search input {
    float: left;
}
.reference-number-search label {
    font-size: 10px;
    color: white;
    text-transform: uppercase;
    float: revert;
    display: block;
}
.message{
    background: rgb(0 0 0 / 30%);
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
}
#top-right-menu .dropdown-item,
#top-left-menu .dropdown-item{
    padding: 10px 10px;
    font-size: 12px;
    color: #525252;
    text-transform: uppercase;
    font-weight: 600;
}
.nav-sidebar .bg-black .sub-nav {
    background: #f6f6f6;
    width: 100%;
}
#breadcrumb-container {
    background: none;
}
#breadcrumb-container.col-12{
    margin-bottom: 10px;
}
nav .breadcrumb{
    background: none;
    padding: 0;
    /*margin: 15px 0!important;*/
}
.breadcrumb a{
    color: #ababab;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.25px;
}
.breadcrumb-item+.breadcrumb-item{
    padding-left: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 5px;
    padding-left: 5px;
    color: #ababab;
    font-size: 10px;
}
.actions .btn, .card-buttons .btn,
#breadcrumb-container+.actions .btn {
    margin-right: 2px;
}
.navbar{
    justify-content: normal;
    padding: 6px;
}

label{
    font-weight: 700;
    font-size: 14px;
    color: #2e3d4a;
    margin-bottom: 3px;
    display: block;
}

.multicheckbox .form-check-label {
    margin-left: 20px;
    font-weight: 400;
}

.admin-login label{
    text-transform: none;
    color:#fff;
    letter-spacing: 0;
}
.admin-login .radio, .admin-login .checkbox{
    text-align: left;
    padding-left: 20px;
}

.radio label, .checkbox label{
    padding-left: 0;
}
.select2-container{
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 1.4;
    padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
    right: 2px;
}
.select2-container--open .select2-dropdown--below{
    /*background: rgb(242 242 242);
    border: none;*/
    background: rgb(255 255 255);
    border: 1px solid #e9e9e9;
    border-top: none;
}
.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #ececec;
}
.select2-search--dropdown {
    padding: 4px 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e2e2e2;
}
.select2-search--dropdown .select2-search__field{
    padding:4px 8px;
    border-radius: 5px;
    font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4a90d6;
}
.select2-results__option{
    min-height: 28px;
    padding: 5px;
}
thead {
    font-size: 14px;
    font-weight: 700;
    color: #2e3d4a;
    text-align: center;
    background: #f9f9f9;
}
.table .thead-light th{
    background:none;
    border: 1px solid #f4f4f4;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fdfdfd;
}
.table>tbody>tr>td, .table>tfoot>tr>td,
table td,
table th {
    border-top: 1px solid #f0f0f0;
    font-size: 14px;
}
table th{
    font-weight: 700;
}
.pagination-wrapper p {
    color: #a7b4bf;
}
.pagination .page-link{
    font-size: 14px;
    border: none;
    font-weight: 700;
    border-radius: 5px;
    padding: 4px 11px;
}
.page-item.active .page-link, .breadcrumb li.page-item:last-child .page-link,
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #2196f3;
    border-color: #2196f3;
}
.page-link:focus{
    box-shadow: none;
}

.pagination>li>a, .pagination>li>span{
    margin-left: 0;
}
.pagination>li>a, .pagination>li>span{
    color: #2196f3;
}
.page-item.disabled .page-link {
    color: #868686;
}
.pagination .page-link:hover{
    background: #f6f6f6;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#bulk-action .form-group, .table-search .form-group {
    margin-right: 3px;
}
.nav-tabs>li>a,
.nav-tabs .nav-link{
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    color: #7a8d9b;
    border:none;
    border-radius: 0;
    margin:0;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav-tabs .nav-item {
    margin-bottom: 0;
    display: block;
    float: none;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
    background-color: rgb(66 84 98 / 5%);
    color: #425462;
}
.tab-content{
    width: calc(100% - 200px);
    padding: 15px;
    margin-left: 200px;
    border-left: 5px solid #f8f8f8;
}
.title-tab{
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    color: #4a90d6;
    font-weight: 600;
}
.tab-content .wayPoint{
    margin-bottom: 25px;
}
.sections-content{
    float: left;
    width: 100%;
    display: flex;
    padding: 0 15px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus{
    color: #2c435b;
    border-left: 3px solid #2c435b;
}
.nav-tabs{
    width: 200px;
    display: inline-block;
    /*background: #fff;*/
    margin-left: -15px;
    margin-right: 15px;
    margin-top: -15px;
    /*border-right: 5px solid #f8f8f8;*/
    border-bottom: 0;
    padding: 15px 0;
    position: absolute;
    height: 100%;
}
.nav-tabs.fixed{
    position: fixed;
    top:50px;
    z-index: 100;
}
.navbar-nav {
    margin: 0;
    flex-direction: row;
}
input[type="radio"], input[type="checkbox"] {
    /*margin: 5px 0 0;*/
}
input[type="file"]{
    font-size: 14px;
}
table,
.table{
    width: 100%;
    color: #4d5357;
}
td, th{
    padding: 8px;
}
.badge{
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
}
.badge-warning{
    background-color: #2196f3;
    background: -moz-linear-gradient(52deg, rgba(33,150,243,0.9) 0%, rgba(70,106,243,0.9) 100%);
    background: -webkit-linear-gradient(52deg, rgba(33,150,243,0.9) 0%,rgba(70,106,243,0.9) 100%);
    background: linear-gradient(52deg, rgba(33,150,243,0.9) 0%,rgba(70,106,243,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d62196f3', endColorstr='#d6466af3',GradientType=1 );
}
.badge-danger{
    background-color: #dc3545;
    background: -moz-linear-gradient(52deg, rgb(220 53 69 / 90%) 0%,rgb(216 35 77 / 90%) 100%);
    background: -webkit-linear-gradient(52deg, rgb(220 53 69 / 90%) 0%,rgb(216 35 77 / 90%) 100%);
    background: linear-gradient(52deg, rgb(220 53 69 / 90%) 0%,rgb(216 35 77 / 90%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc3545e6', endColorstr='#d8234de6',GradientType=1 );
}
.badge-success{
    background: -moz-linear-gradient(52deg, rgb(51 190 93 / 90%) 0%,rgb(22 178 153 / 90%) 100%);
    background: -webkit-linear-gradient(52deg, rgb(51 190 93 / 90%) 0%,rgb(22 178 153 / 90%) 100%);
    background: linear-gradient(52deg, rgb(51 190 93 / 90%) 0%,rgb(22 178 153 / 90%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33be5de6', endColorstr='#16b299e6',GradientType=1 );
}
.input-group.date{
    display: flex;
}
.input-group-text{
    color: #315070;
    background-color: #ebeced;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}
.input-group-text.limit-error {
    color: #a70000;
}
.input-group-append{
    /*margin: 2px 2px 0px -2px;*/
}
.form-inline .form-control.input-sm {
    margin-top: 22px;
}
.form-inline .form-control.input-before-padding {
    padding-left: 32px;
    max-width: 110px;
    margin-top: 0;
}
.field-before-input {
    position: relative;
    margin-top: 10px;
    margin-left: 7px;
    margin-bottom: -28px;
    width: 20px;
}
.date .form-control:focus{
    border: 1px solid #ebeced;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.datepicker .table>tbody>tr>td.active {
    background-color: #007bff;
}
.bootstrap-datetimepicker-widget table td.day:last-child{
    min-width: auto;
}
.btn-group.show, .btn-group-vertical.show{
    display: inline-block!important;
}
.card-columns{
    column-count: 1;
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    z-index: 100;
}
#wrap .card{
    border-radius: 0;
    margin-bottom: 0;
}
#content .card-header{
    display: none;
}
#wrap .card .form-control,
#wrap .card .form-group{
    margin-bottom: 0;
}
#wrap .card-buttons{
    margin-bottom: 0;
}
h1{
    color: #4a90d6;
    font-size: 20px;
}
.page-title{
    /*margin-bottom: 20px;*/
}
.breadcrumb>li{
    line-height: 1;
}
#inner-content {
    margin: 0!important;
    background: #fff;
    border-radius: 5px;
    padding: 15px!important;
}
.card .form-control{
    padding: 5px 10px;
    font-size: 12px;
}
.card .form-group{
    margin:0 2px;
}
.navbar-collapse{
    box-shadow: none;
}

.navbar-expand-md .navbar-toggler{
    display: none;
}
#bulk-action{
    display: block;
}
#bulk-action .form-group, .table-search .form-group{
    display: inline-block;
}
.input-group{
    display: flex;
}
#media .btn,
#product-media .btn {
    margin-right: 4px;
}
.media-single{
    display: inline-block;
    position: relative;
    padding: 5px;

    background: white;

    border: 1px solid #ddd;
    border-radius: 4px;

    margin: 4px;
}
.media-single.ui-sortable-helper {
    background: #bed8f1;
}
.ui-state-highlight {
    display: inline-block;
    position: relative;
    padding: 5px;

    height: 1.5em;
    line-height: 1.2em;
    width: 1.5em;

    background: #263a4e;
    border: 1px solid #ddd;
    border-radius: 4px;

    margin: 4px;
}
.container-with-logo,
.container-no-logo {
    border: 1px solid rgb(38 58 78 / 50%);
    width: 48.5%;
    padding: 10px;
    border-radius: 4px;
    display: inline-block;
    margin: 0.5%;
}
.container-with-logo label.label-in-border,
.container-no-logo label.label-in-border {
    font-size: 12px;
    color: #4a90d6;
    margin-top: -18px;
    background: white;
    padding: 0 5px;
    display: inline-block;
    position: absolute;
}
.media-single .select {
    width: 150px;
    margin: 5px;
}
.media-single .select label,
.bulk-container .select label {
    font-size: 12px;
}
.media-container{
    margin-top: 10px;
}
.bulk-container {
    width: 100%;
    background: #f8f8f8;
    padding: 10px;
    margin-top: 50px;
}
.bulk-container .select {
    min-width: 20%;
    margin: 0 1%;
}
h2{
    margin-bottom: 10px;
    font-size: 14px;
    color: #a2a2a2;
    text-transform: uppercase;
}
.media-single .remove-photo{
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 5px 9px;
    background: #263a4e;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    z-index: 9;
}
.media-single .remove-photo:hover {
    background: #ad0c00;
}
.tab-content .col-12 .form-group{
    padding-left: 0;
}
.modal-backdrop.show{
    opacity: 0.8;
}
.ekko-lightbox a{
    color:#fff;
}
.ekko-lightbox .modal-body{
    padding: 6px;
}
.pt50{
    padding-top: 50px;
}
label.error{
    font-size: 13px;
    color: #be1111;
}
.form-group .input-group label.error{
    position: absolute;
    bottom: -22px;
}
.form-control.error,
.form-control.error:focus{
    border-color:#be1111;
}

.img-thumbnail {
    max-width: 110px;
    vertical-align: top;
}
table .item-actions .btn{
    padding: 0;
    background: none;
    color: #4a90d6;
    font-weight: 400;
    font-size: 14px;
}
table .item-actions .btn:hover{
    color: #346da7;
}
table .item-actions .btn:active:focus{
    background: none;
    border:none;
    color: #346da7;
}
.toggle-link,
.toggle-link:hover,
.toggle-link:visited {
    text-transform: uppercase;
    margin: 0 0 10px;
    font-size: 14px;
    color: #4a90d6;
    font-weight: 700;
    display: block;
}
.product-options-container,
.product-options-uk-container,
.product-options-de-container,
.product-options-fr-container,
.product-options-allegro-container {
    display: none;
}
.ebay-uk-container,
.ebay-de-container,
.ebay-fr-container,
.allegro-pl-container {
    display: none;
}
.po-container-visible {
    display: block;
}
.select2-container {
    width: 100% !important;
}
.stock-column .field-editable {
    font-weight: 600;
}
.stock-column .flag-icon {
    margin-right: 5px;
}
.dashboard-statistics h2 strong {
    color: #4a90d6;
    font-size: 20px;
}
.dashboard-statistics ol {
    margin-left: 25px;
    list-style: none;
}
#statistics-graph {
    margin-top: 25px;
}
.auction-status {
    color: #7a8d9b;
    float: right;
    margin-top: -50px;
    position: relative;
    z-index: 9;
}
.toggle-tab:hover {
    cursor: pointer;
}
.small-auction-logo {
    max-width: 50px;
    vertical-align: middle;
}
.alert-label {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 400;
}
.orders-top{
    margin-bottom: 30px;
}
.orders-top h3,
.orders-bottom h3{
    color: #4a90d6;
    font-size: 20px;
    margin-bottom: 5px;
}
.orders-top p span{
    font-weight: 700;
    min-width: 65px;
    display: inline-block;
}
.orders-bottom .small-auction-logo{
    max-width: 100px;
    margin-bottom: 15px;
}
.orders-bottom h2{
    margin-top: 20px;
    color:#5a5a5a;
}
.orders-bottom p strong{
    min-width: 160px;
    display: inline-block;
}
.orders-bottom p span{
    display: inline-block;
    vertical-align: top;
}
.orders-top p,
.orders-bottom p{
    margin-bottom: 3px;
}
.bar {
    width: 10px;
    display: inline-block;
    height: 1.5em;
    vertical-align: -5px;
    margin-right: 5px;
}
.bar-green { background: green; }
.bar-yellow { background: yellow; }
.bar-red { background: red; }
.checkboxesContent{
    /*padding-left: 15px;*/
}
.checkboxesContent .col-12{
    padding-left: 35px;
}
.checkboxesContent .col-12.pl20{
    padding-left: 20px;
}
.checkboxCol{
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding-left: 15px;
}
.attachment-checkbox-div {
    position: absolute;
    top: -7px;
    right: 0;
}
.dNone{
    display: none;
}
.catLabel label{
    font-weight: 700;
}
.pl15{
    padding-left: 15px;
}
.filter-information {
    text-align: right;
    font-size: 12px;
    margin: -20px 15px 0px;
    color: #4a90d6;
    font-weight: 700;
}

#lastEventsModal .modal-header {
    background: #f9f9f9;
}

#lastEventsModal .modal-title {
    color: #4a90d6;
}

#lastEventsModal .modal-header button {
    color: #172534;
    padding: 0;
    margin-right: 5px;
}
.searchMoreFilters{
    margin-left: 3px;
}
.searchMoreFilters .dropdown-menu{
    padding:5px 10px;
}
.searchMoreFilters .btn{
    padding: 10px;
}
.searchMoreFilters input.form-check-input{
    margin-right: 8px;
}
.searchMoreFilters input.form-check-input,
.searchMoreFilters label{
    display: inline-block;
    vertical-align: middle;
}
.searchMoreFilters label{
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #525252;
}
.searchMoreFilters li{
    margin: 5px 0;
}



@media (max-width: 1199px){
    .tab-content{
        width: 80%;
        margin-left: 20%;
    }
    .nav-tabs {
        width: 20%;
    }
    .checkboxCol{
        width: 33%;
    }
}

@media (max-width: 991px){
    #left-menu {
        min-width: 200px;
    }
    #content-container {
        /*max-width: calc(100% - 200px);*/
    }
}
@media (max-width: 767px){
    nav#breadcrumb-container{
        display: block!important;
    }
    .btn, .btn-primary {
        font-size: 12px;
        padding: 3px 8px;
    }
    .navbar-dark .navbar-nav .nav-link{
        font-size: 10px;
    }
    #top-right-menu .fa{
        margin-right: 0;
    }
    #top-right-menu .dropdown-menu .fa{
        margin-right:7px;
    }
    /*.form-control, .select2-container--default .select2-selection--single {
        padding: 7px 14px;
        min-height: 36px;
    }*/
    header .form-inline .form-control{
        padding: 3px 10px;
        font-size: 12px;
        min-height: 25px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 6px;
    }
    #sidebar-menu {
        text-align: center;
        padding: 0 15px;
    }
    #sidebar-menu.nav>li {
        display: inline-block;
    }
    #left-menu .nav>li>a {
        padding: 10px;
        font-size: 12px;
        border-radius: 0;
        padding: 5px 6px;
        border-bottom: 3px solid transparent;
    }
    #left-menu .nav>li>a.current{
        border-bottom: 3px solid #2c435b;
        border-left:none;
    }
    #left-menu {
        width: 100%;
        position: relative;
        min-width: auto;
    }
    #content-container {
        width: 100%;
        max-width: none;
        padding-left: 0;
        float: none;
    }
    .nav {
        display: block;
    }
    #wrap{
        display: block;
    }
    header.navbar{
        /*margin-bottom: 10px;*/
    }
    .navbar-expand-md .navbar-nav .dropdown-menu{
        position: absolute;
    }
    #top-right-menu .dropdown-menu{
        right: 0;
        left: auto;
    }
    .table-responsive{
        border:none;
    }
    #sidebar-menu.nav>li{
        position: unset;
    }
    #left-menu .nav>li>a.current + .sub-nav{
        /*position: absolute;
        z-index: 10;
        width: auto;*/
        text-align: left;
    }
    #left-menu .nav.sub-nav li{
        display: inline-block;
    }
    .nav-sidebar .sub-nav .sidebar-item span{
        margin:0;
    }
    #left-menu .nav>li>a.current + .sub-nav{
        font-size: 0;
    }
    .card .form-group .form-control{
        max-width: 115px;
    }
    #wrap .card-body{
        display: block;
    }
    .card .form-group{
        display: inline-block;
    }
    #wrap .card .form-control{
        margin-bottom: 5px;
    }
    .nav-tabs>li>a, .nav-tabs .nav-link{
        padding: 8px 10px;
    }
    .order-col{
        margin-bottom: 20px;
    }
    .orders-top .col-xs-12{
        flex:none;
        max-width: none;
    }
    .checkboxCol{
        width: 50%;
    }
}

@media (max-width: 575px){
    .form-inline .form-group{
        margin-bottom: 0;
    }
    #top-left-menu{
        display: block!important;
    }
    .nav-tabs{
        width: 100%;
        height: auto;
        position: relative;
        margin:0;
        padding: 0;
        margin-bottom: 20px;
    }
    .nav-tabs .nav-item{
        display: inline-block;
    }
    .tab-content{
        width: 100%;
        margin-left: 0;
        border-left: 0;
    }
    .sections-content{
        display: block;
    }
    .nav-tabs>li>a, .nav-tabs .nav-link{
        border-bottom: 3px solid transparent;
    }
    .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
        border-left:none;
        border-bottom: 3px solid #2c435b;
    }
    .nav-tabs.fixed{
        background: #fff;
    }
    .navbar-brand>img {
        width: 85px;
    }
    .navbar-expand-md .navbar-toggler{
        display: block;
    }
    header.navbar{
        display: block;
    }
    .navbar-expand-md .navbar-toggler{
        float: right;
        margin-top: 6px;
        border: none;
    }
    .navbar-brand{
        margin-top: 5px;
        float: none;
    }
    #top-right-menu{
        float:none;
        display: block!important;
        text-align: left;
    }
    #top-right-menu .dropdown-item, #top-left-menu .dropdown-item{
        font-size: 10px;
        color: #fff;
    }
    #top-right-menu .dropdown-menu, #top-left-menu .dropdown-menu{
        right: auto;
        position: relative;
        background: none;
        box-shadow: none;
        color: #fff;
        left: 0;
    }
    header span.twitter-typeahead .tt-suggestion:focus, .dropdown-item:hover, span.twitter-typeahead .tt-suggestion:hover,
    header .dropdown-item:hover, header .dropdown-item:focus{
        background: none;
    }
    header .dropdown-divider{
        border-top: 1px solid rgb(255 255 255 / 20%);
    }
    .card .form-group.checkbox label,
    .card .form-group.radio label{
        font-size: 12px;
    }
    .card .form-group input[type="radio"],
    .card .form-group input[type="checkbox"] {
        margin: 3px 0 0;
        margin-left: -20px;
    }
}

@media (min-width: 576px){
    .navbar-collapse.collapse{
        display: flex!important;
    }
}

@media (max-width: 480px){
	.logo {
	    max-width: 170px;
	}
    .admin-login .top p{
        font-size: 14px;
    }
    .admin-login .card, .installer .card{
        margin-top: -170px;
    }
	.admin-login .top {
	    height: 350px;
	}
    #breadcrumb-container{
        display: block!important;
    }
    .navbar-brand{
        margin-right: 0;
    }
    #top-left-menu{
        display: inline-block!important;
    }
    .navbar{
        display: block;
    }
    #top-right-menu{
        /*display: inline-block;*/
        float: none;
    }
    .navbar-brand{
        float: none;
    }
    nav#breadcrumb-container{
        margin-bottom: 15px;
    }
    .orders-bottom p strong,
    .orders-top p span{
        display: block;
    }
    .orders-bottom p,
    .orders-top p{
        margin-bottom: 10px;
    }
    .checkboxCol{
        width: 100%;
    }
}
