.panel-stat3>a {
    color: white;
    text-decoration: none;
}

small.pull-right.njPrice>span {
    color: #ff6d6d;
    font-weight: 800;
    font-size: 14px;
}

small.pull-right.njIcon,small.pull-right.njPrice {
    color: #ff6d6d;
}
select.input-sm {
    /* height: 30px; */
    line-height: 15px !important;
}

img.logo-menu-nj {
    width: 70%;
    padding: 0px !important;
}

.btn.btn-default-alt-yellow.njSubmit.active {
    border: none;
}

h1.titleNj {
    text-transform: uppercase !important;
    text-align: center;
    color: #ffc527 !important;
	font-weight: 600;
}

select#service {
    width: 100%;
    height: 50px;
    display: inline-block;
    color: #181b22;
    border-color: #eaeaea;
    background-color: #fff;
   /* margin-left: 10%; */
}

select {
    display: block;
    vertical-align: top;
    z-index: 2;
    border: 0;
    outline: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
    appearance: none;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 8px 30px 8px 15px;
    line-height: 150%;
    margin: 0 0 5px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-appearance: menulist;
}

input#searchService {
    width: 100%;
    color: #181b22;
    border-color: #eaeaea;
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #e3e3e3;
    font-size: 14px !important;
    height: 50px;
    -webkit-appearance: none;
    border-radius: 5px;
}

.search-form form:after {
    content: "\e935";
    font-family: 'nucleo-interface';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    font-size: 16px;
    padding-right: 20px;
    position: absolute;
    float: right;
    top: 50%;
    right: 0;
    margin-top: -14px;
    opacity: .7;
}

input.njSubmit {
    height: 50px;
}

.service-section.njSection {
    height: 200px !important;
    padding: 30px 20px !important;
}
img#serviceImgNJ{
width: 25%;border: 1px solid #ccc;border-radius: 40px;padding: 3px;
}

.section-content {
    padding: 3% 0% 7% 0% !important;
    height: auto;
}

img#njHowImage {
    width: 100%;
    padding: 2% 0%;
    margin-bottom: -15px;
}

img#managaeOfferImg {
    width: 100%;
    height: 215px;
}

.product-title.titleNjOffer>h3 {
    padding: 5px;
    line-height: 15px;
    font-size: 12px;
}

.product-title.titleNjOffer>h3:hover {
    padding: 5px;
    line-height: 15px;
    font-size: 12px;
}

.cities {
    background-color: rgb(33, 37, 46);
    padding-top: 60px;
    padding-bottom: 60px;
}

#recentButton
{
    width: 4%;
    height: 32%;
}

.padding-md {
    padding: 20px!important
}
.bg-white {
    background-color: #fff
}

.bg-light {
    background-color: #f1f5fc
}

.bg-dark {
    background-color: #222
}

.bg-grey {
    background-color: #eee;
    text-shadow: 0 1px #fff
}

.bg-primary {
    background-color: #424f63;
    color: #BECFDF
}

.bg-primary a {
    color: #BECFDF
}

.bg-primary a:focus,
.bg-primary a:hover {
    color: #fff
}

.bg-warning {
    background-color: #f3ce85;
    color: #fff
}

.bg-info {
    background-color: #6bafbd;
    color: #fff
}

.bg-success {
    background-color: #65cea7;
    color: #fff
}

.bg-danger {
    background-color: #fc8675!important;
    color: #fff!important
}
.panel-stat3 {
    position: relative;
    overflow: hidden;
    padding: 25px 20px;
    margin-bottom: 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.m-top-none {
    margin-top: 0;
}
.m-left-xs {
    margin-left: 5px;
}
.panel-stat3 .stat-icon {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 30px;
    opacity: .3
}

.panel-stat3 .refresh-button {
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    color: rgba(0, 0, 0, .3)
}

.panel-stat3 .refresh-button:hover {
    color: #fff;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}




/* --- User Dashboard */
.user-profile-sidebar {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 30px;
  padding: 20px 0;
  background: #4d4d4d;
  color: #fff;
  margin-bottom: 30px;
}
.user-profile-sidebar .user-profile-avatar {
  padding: 0 20px;
  margin-bottom: 20px;
}
.user-profile-sidebar .user-profile-avatar img {
  max-width: 120px;
  margin-bottom: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.user-profile-sidebar .user-profile-avatar h5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}
.user-profile-sidebar .user-profile-avatar p {
  font-size: 10px;
}
.user-profile-sidebar .user-profile-nav > li {
  border-bottom: 1px solid #404040;
}
.user-profile-sidebar .user-profile-nav > li:first-child {
  border-top: 1px solid #404040;
}
.user-profile-sidebar .user-profile-nav > li.active > a {
  background: #ed8323;
  color: #fff;
  cursor: default;
}
.user-profile-sidebar .user-profile-nav > li.active > a:hover {
  background: #ed8323;
  color: #fff;
}
.user-profile-sidebar .user-profile-nav > li.active > a:hover > i {
  color: #fff;
}
.user-profile-sidebar .user-profile-nav > li > a {
  padding: 10px 20px;
  color: #d9d9d9;
  display: block;
  font-size: 13px;
}
.user-profile-sidebar .user-profile-nav > li > a:hover {
  color: #fff;
  background: #404040;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.user-profile-sidebar .user-profile-nav > li > a:hover > i {
  color: #ed8323;
}
.user-profile-sidebar .user-profile-nav > li > a > i {
  margin-right: 7px;
  display: inline-block;
  width: 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.user-profile-statictics > li {
  margin-right: 20px;
  text-align: center;
  padding: 20px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 140px;
}
.user-profile-statictics > li:last-child {
  margin-right: 0;
}
.user-profile-statictics > li .user-profile-statictics-icon {
  font-size: 70px;
  display: inline-block;
  margin-bottom: 10px;
  color: #8c8c8c;
}
.user-profile-statictics > li h5 {
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1em;
  margin-bottom: 3px;
  color: #ed8323;
}
.user-profile-statictics > li p {
  margin-bottom: 0;
  line-height: 1em;
  font-size: 13px;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* --- End User Dashboard */


a.top-user-area-avatar > img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid rgba(0,0,0,0.1);
}
a.top-user-area-avatar:hover > img {
  border: 2px solid #ffc527;
}
img.origin {
    width: auto;
}
.round {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


/* Location Home */
.select-overlay {
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: none;
}

.top_location_btn {
	/*
    position: relative;
    display: block;
    margin: 0;
    padding: 20px 22px 20px 20px;
    font-size: 16px;
    color: #333;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    transition: none;
    -webkit-transition: none;
    */
    padding: 4px 5px;
    margin-top: -2px;
    margin-bottom: 1px;
}

.top_location_form {
	float:right;
	position:relative;
}

.top_location_form .top_location_btn:hover:before,
.top_location_form .top_location_btn:hover:after {
	content:'';
	position:absolute;
	left:-1px;
	right:-1px;
	top:-2px;
	height:2px;
	background-color:#333;
}
.top_location_form .top_location_btn:hover:before {top:auto; bottom:-2px;}
.top_location_form.form_active .top_location_btn:before {
	content:'';
	position:absolute;
	z-index:9999;
	left:0;
	right:0;
	bottom:-2px;
	height:3px;
	background-color:#fff;
}


.location-search-container {
    cursor: default;
    width: 355px;
    border: 1px solid #5b6164;
    text-align: left;
    display: none;
    background: #5b6164;
    position: absolute;
    top: 100%;
    right: -15px;
    padding: 0!important;
    z-index: 0
}

.location-search-container:after {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #5b6164;
    position: absolute;
    top: -16px;
    right: 10%;
    bottom: inherit;
    left: inherit
}

#event,
#explore,
#location,
#movie,
#search {
    position: fixed;
    top: 40px
}

.location-search-container .__dd-sec-top {
    background: #5b6164;
    padding: 25px
}

.location-search-container .__dd-sec-top p {
    float: left;
    font-weight: 100;
    font-size: 11px;
    letter-spacing: .1em
}

.location-search-container .__dd-sec-top li a {
    color: #666
}

.location-search-container .__dd-sec-bottom {
    background: #fff;
    padding: 0 25px 25px
}

.location-search-container .__dd-sec-bottom .__dropdown-head {
    padding: 15px 0 10px
}

.location-search-container .__dd-sec-bottom .__dropdown-head .__red-bar {
    margin-top: 10px
}

.location-search-container .__dd-sec-bottom .__top-cities {
    font-size: 11px;
    line-height: 20px;
    color: #A8ACB4
}

.location-search-container .__dd-sec-bottom .__top-cities a {
    word-wrap: break-word;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
}

.location-search-container .__dd-sec-bottom .__top-cities a:hover {
    color: #333
}

.location-search-container .__dd-sec-bottom .__top-cities a:after {
    color: #666;
    content: ","
}

.location-search-container .__dd-sec-bottom .__top-cities a:last-child:after,
.mobile-menu .location-search-container .__dd-sec-bottom .__top-cities a:after {
    content: ""
}

.location-search-container .__dd-sec-bottom .__view-all-cities {
    color: #d8383e;
    text-decoration: none;
    font-size: 11px
}

.location-search-container .__dd-sec-bottom .__view-all-cities:hover {
    color: #ac1623
}

.mobile-menu .location-search-container {
    overflow-y: auto
}

.mobile-menu .location-search-container .__dd-sec-top {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px
}

.mobile-menu .location-search-container .__dd-sec-bottom {
    padding-left: 15px;
    padding-right: 15px
}

.mobile-menu .location-search-container .__dd-sec-bottom .__top-cities a {
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd
}

.mobile-menu .location-search-container .__dd-sec-bottom .__view-all-cities {
    display: block;
    margin-top: 15px
}


.struktur input[type=text]
{
    border: 1px solid #b9b9ba;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    padding: 10px 18px;
    border-radius: 2px;
    color: #333;
    outline: 0;
    width: 100%;
    vertical-align: middle;
    resize: none;
    text-transform: uppercase;
}

.struktur .form-input {
    text-align: left;
    width: 100%;
    outline: 0;
    margin-bottom: 0;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #dfe3e7;
    border-radius: 2px;
    font-size: 14px;
    color: #666;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

body._fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

.ui-menu .ui-menu-item {
    width: 100%!important !important;
    padding: 8px 12px 8px 20px !important;
    border-bottom: 0 !important;
    color: #666 !important;
    text-transform: capitalize !important;
    cursor: pointer !important;
    font-size: 12px !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #f4f4f4 !important;
}

ul#ui-id-1 {
    width: 86% !important;
}
.autocomplete-suggestions-nj{
	position: absolute !important;margin-top: -10px;width: 100%;	
}


/* Manage List of services*/

.border-1 {
    border-bottom: 2px solid #3498db;
}

.border-2 {
    border-bottom: 2px solid #FF5353;
}

.border-3 {
    border-bottom: 2px solid #1DD2AF;
}

.border-4 {
    border-bottom: 2px solid #FE4080;
}

.border-5 {
    border-bottom: 2px solid #24A69A;
}

.border-6 {
    border-bottom: 2px solid #8E4162;
}

.border-7 {
    border-bottom: 2px solid #9A63C1;
}

.border-8 {
    border-bottom: 2px solid #512DA7;
}

.color-1 {
    background-color: #3498db!important;
}

.color-2 {
    background-color: #FF5353!important;
}

.color-3 {
    background-color: #1DD2AF!important;
}

.color-4 {
    background-color: #FE4080!important;
}

.color-5 {
    background-color: #24A69A!important;
}

.color-6 {
    background-color: #8E4162!important;
}

.color-7 {
    background-color: #9A63C1!important;
}

.color-8 {
    background-color: #512DA7!important;
}

.category-box {
    background-color: #fff;
    margin: 30px 0;
    height: 280px;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
    position: relative;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.category-box:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.category-box .icon {
    text-align: center;
    position: absolute;
    top: -25px;
    margin: 0 auto;
    width: 100%;
}

.category-box .icon i {
    display: inline-block;
    font-size: 22px;
    width: 52px;
    height: 52px;
    color: #fff;
    line-height: 48px;
    box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.25);
}

.category-box .category-header {
    width: 100%;
    background-color: #f8f8f8;
    display: inline-block;
    text-align: center;
    padding: 40px 15px 20px;
    border-bottom: 1px solid #EEE;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.category-box .category-header h4 {
    font-size: 18px;
    color: #444;
}

.category-box .category-header:hover {
    background: #3498db;
}

.category-box .category-header:hover h4 {
    color: #fff;
}

.category-box .category-content li {
    float: left;
    font-size: 13px;
    line-height: 16px;
    margin-top: 10px;
    width: 100%;
}

.category-box .category-content li a {
    float: left;
    color: #888;
    margin-left: 15px;
}

.category-box .category-content li a:hover {
    color: #3498db;
}

.category-box .category-counter {
    margin-right: 15px;
}

ul li {
    list-style: none;
    margin: 0;
}
.category-counter {
    font-size: 12px;
    color: #888;
    float: right;
}
.category-box .category-counter {
    margin-right: 15px;
}


.glb-ldr-prt {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    text-align: center;
    background: rgba(37, 45, 59, 0.8);
}
.gl-ldr-cld {
    vertical-align: middle;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
}
#global_loader .gl-ldr-ctr {
    width: 80px;
    height: 80px;
    padding: 20px 45px;
}
.gl-ldr-ctr {
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 10px;
}
.gl-loader, .gl-loader:after {
    border-radius: 50%;
}
.gl-loader {
    margin-left: -20px;
    width: 40px;
    height: 40px;
    content: "";
    background: #1d1d1d;
    border-radius: 100px;
    border: 8px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.58);
    border-bottom-color: rgba(255, 255, 255, 0.58);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.loading-overlay{
       position: fixed;
       width: 100%;
       height: 100%;
       top: 0;
       left: 0;
       z-index: 99999;
       background: rgba(37, 45, 59, 0.8) url(https://www.caffediartisan.us/admin-assets/img/loading.gif) no-repeat center center;
       /*background: rgba(0,0,0,0.5);*/
       display: none;
}
       

.table>thead>tr>th.orderNum
{
    width:10% !important;    
}
.table>thead>tr>th.dateTimeNum
{
    width:13% !important;    
}
.table>thead>tr>th.dropNum
{
    width:30% !important;    
}
.table>thead>tr>th.statusNum
{
    width:15% !important;    
}
.table>thead>tr>th.driverNum
{
    width:15% !important;    
}
.table>thead>tr>th.returnNum
{
    width:14% !important;    
}
.table>thead>tr>th.codNum
{
    width:10% !important;    
}
.table>thead>tr>th.actionNum
{
    width:10% !important;min-width:100px;
}
.table>thead>tr>th {
    border-top: 4px solid #3d577e!important;
    border-bottom: 2px solid #3d577e!important;
    padding: 5px 5px;
    color: #333;
    text-align: center;
    font-size: 90%;
    font-weight: 700;
    vertical-align: middle;
}       