.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;
}

.photo-machine {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
}

.photo-machine h4 {
    color: #dc2c34;
}

@media(max-width: 767px) {
    .photo-machine h4 {
        font-size: 14px;
    }
}

.photo-machine .photo-image {
    padding: 10px;
}

#data-table-1 tr th:nth-child(1), #data-table-2 th:nth-child(1), #data-table-3 th:nth-child(1) { width: 5%; }
#data-table-1 tr th:nth-child(2), #data-table-2 th:nth-child(2), #data-table-3 th:nth-child(2) { width: 25%; }
#data-table-1 tr th:nth-child(3), #data-table-2 th:nth-child(3), #data-table-3 th:nth-child(3) { width: 25%; }
#data-table-1 tr th:nth-child(4), #data-table-2 th:nth-child(4), #data-table-3 th:nth-child(4) { width: 15%; }
#data-table-1 tr th:nth-child(5), #data-table-2 th:nth-child(5), #data-table-3 th:nth-child(5) { width: 22.5%; }
#data-table-1 tr th:nth-child(6), #data-table-2 th:nth-child(6), #data-table-3 th:nth-child(6) { width: 7.5%; }

select[multiple] {
    height: 300px;
}

select[multiple] option {
    padding: 5px;
    font-size: 16px;
}
