div.bootstrap-tagsinput {
    min-width: 100%;
}

img.admin-preview {
    max-height: 300px;
    max-width: 300px;
}

table#weeklyPrices .icheckbox_square-blue, div.addressList .icheckbox_square-blue {
    display: none;
}

/* Slider Start */
div#red .slider-selection {
    background: #f56954;
}

div#blue .slider-selection {
    background: #3c8dbc;
}

div#green .slider-selection {
    background: #00a65a;
}

div#yellow .slider-selection {
    background: #f39c12;
}

div#aqua .slider-selection {
    background: #00c0ef;
}

div#purple .slider-selection {
    background: #932ab6;
}
/* Slider End */

/* Appointment Address Search Start */
div.select2-auto-container {
    width: 60px;
    height: 76px;
}

div.select2-auto-container .select2-autocomplete {
    clear: both;
    height: 60px;
}

div.select2-auto-container .select2-choice {
    height: 80px !important;
}

.autocompleteClient {
    font-weight: bold;
}

.autocompletePhone {
    font-style: italic;
}
/* Appointment Address Search End */

/* Contract Css Block Start */
ul.contractDayList>li {
    width: 66px;
    float: left;
}
/* Contract Css Block End */

div.nav.navbar-right.btn-group {
    display: none;
}

/* Dashboard Calendar Right ToolBox Remove */
div.bg-green-gradient div.box-tools {
    display: none;
}

input.cancelReasonOtherMessage, input.howToLetCleanerOtherMessage {
    margin-bottom:20px;
}

.sonata-ba-field {
    position: relative;
}

tr.sonata-ba-view-container th:first-child {
    width: 166px;
}

select {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    bottom: 0;
    right: 0;
}

div.removeFirstLabel>div>label {
    display: none;
}

.logo img {
    max-width: 160px !important;
}

.sonata-ba-list-field-actions div.btn-group {
    position: static;
}

.nationalityContainer {
    margin-bottom: 40px;
}