.navbar-logo, .coming-soon .brand .logo, .login .login-header .brand .logo{
    background:url('/images/logo.png') center center;
    border:0;
    width:50px;
    height:35px;
    display:block;
    margin-top:0px;
    float:left;
}

.login .login-header .brand .logo {
    background:url('/images/logo.png');
    border:0;
    width:50px;
    height:50px;
    display:block;
    margin-top:20px;
    float:left;
    background-repeat: no-repeat;
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--multiple {
    height:auto;
}

.help-block ul.errors {
    margin:0;
    padding:0;
    list-style:none;
}

.help-block ul.errors li {
    color:#ff5b57;
}

.panel-body {
    position:relative;
}

table tr.delivery {
    x-font-size:14px;
}
table tr.total {
    font-size:14px;
    font-weight:bold;
}


.btn-reorder {
    width:16px;
    background:url('/images/move-icon.png')  no-repeat;
    display:block;
    height:16px;
    cursor:move;
}


.tracking {
    font-size:10px;
}


.product-img-thumb{
    width:80px;
    height:80px;
}

.required {
    color:#f00;
}

/* Sortable */
.ui-sortable {
    list-style-type: none; 
    padding: 0; 
}

.ui-sortable li.ui-state-default {
    cursor: move;
    padding:10px 5px;
    background: #ccc;
}

.ui-sortable li.ui-sortable-placeholder {
    border: 3px dashed #aaa;
    height: 30px;
    background: #ddd;
}

.ui-sortable.uploaded-images li.ui-sortable-placeholder {
    border: 3px dashed #aaa;
    height: 260px;
    background: #ddd;
}

.sortable li span {
    position: absolute;
 
    margin-left: -1.3em;
}

.sortable.uploaded-images li span {
    position: relative;
 
    margin-left: 0;
}

.sortable li {
    margin: 3px;
    padding: 0.4em;
    padding-left: 1.5em;
}

.sortable li.ui-state-default {
    margin: 3px;
    padding: 0.4em 0.4em 0.4em 1.5em;
}


.form-field-readonly {
    background:#e6e6e6;
}


.widget-stats .stats-info h3 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
}


.widget-stats .stats-info a {
    color: #fff;
}

.input-daterange{ 
    /*padding-left:12px;*/
    width:100%;
}

.input-daterange #age, .input-daterange #last_service_date{
    text-align:left;
}

.js-news-restrictions span.switchery {
    margin-right:15px; 
}
.js-event-restrictions span.switchery {
    margin-right:15px; 
}

.accessories span.switchery {
    margin-right:15px;
}

.panel-heading {
    min-height: 42px;
}

#accessories {
    min-height: 315px;
}