.field {
    text-align: left;
}

.field > div {
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: 0px;
}

.field .title {
    width: 180px;
    text-transform: none;
    font-weight: normal;
    padding-top: 4px;
}

.field .content {
    width: 300px;
    margin-bottom: 0px;
}

.field .content input[type="text"] {
    width: 240px;
    padding: 6px 10px;
    left: 0px;
    position: static;
}

.field .content textarea {
    width: 240px;
    padding: 6px 10px;
    left: 0px;
    position: static;
    height: 100px;
    border: 1px solid #90b3c9;
}

.field .content select {
    width: 240px;
    padding: 5px 10px;
    left: 0px;
}

form .field .content .small {
    width: 262px;
    margin-right: 11px;
}


form .field .content .small2 {
    width: 102px;
    margin-right: 11px;
}

.field .description {
    width: 200px;
    padding-top: 4px;
    margin-left: 20px;
}

.field .description span {
    color: #999;
}

.field .content label {
    text-align: left;
    width: 265px;
    vertical-align: top;
    padding-top: 3px;
}

.field-top-border {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
}

.field-bottom-border {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.submit-button {
    padding: 6px 10px !important; 
    text-decoration: none;
    margin: 0px !important;
    width: auto;
    height: auto !important;
    line-height: 12px;
}

.store-item {
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #eee;
    border-radius: 6px;
}

.store-item-name {
    display: block;
    margin-bottom: 16px;
    color: #555;
    font-size: 16px;
    line-height: 24px;
    padding-left: 4px;
    text-transform: capitalize;
    text-decoration: none !important;
}

.store-actions {
    position: absolute;
    top: 12px;
    right: 10px;
}

.store-actions select {
    width: 150px;
}

.store-actions a {
    margin-left: 10px;
}

.store-messages {
    margin-bottom: 20px; 
}

.store-message {
    background: #f2f2f2;
    padding: 16px;
    border-radius: 6px;
    text-align: left;
    margin-bottom: 10px;
}

.store-message_admin {
    background: #FFF0D6;
}

.store-message_header {
    color: #555; 
    margin-bottom: 10px;
}

.phones {
    margin: 6px 0 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    width: 395px;
    position: relative;
    list-style: none;
}

.ui-state-highlight {
    padding: 8px 0;
    height: 14px;
    display: inline-block;
    width: 100%;
    background: #f2f2f2;
}

.phone-item {
    padding: 8px;
    background: #f2f2f2;
    margin-bottom: 4px;
    font-size: 14px;
}

#phones .phone-item{    cursor: move;
}

.phone-item a {
    float: right;
}

.field .content .phone-form input {
    width: 100%;
}

.phone-form div {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}

.phone-country {
    width: 20px;
}

.phone-city {
    width: 30px;
}

.phone-number {
    width: 166px;
}

.phone-info {
    width: 58px;
}

.phone-form .submit-button, .schedule-form .submit-button {
    float: right;
    text-decoration: none;
    margin-right: 20px !important;
}

.store-filters input, .store-filters select {
    margin-bottom: 10px;
}

.store-filters input {
    width: 390px;
}

.store-filters .button {
    position: relative;
    top: -18px;
    left: 20px;
}

.store-filters {
    padding-bottom: 0px;
}

.store-delete {
    display: none;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
    height: 100%;
    background: rgba(0,0,0, 0.4);
}

.store-delete > div {
    width: 400px;
    height: auto;
    padding: 20px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -220px;
    margin-top: -128px;
}

.store-delete textarea {
    width: 378px;
    padding: 10px;
    margin: 4px 0 10px;
    height: 100px;
}

.store-delete h2 {
    font-size: 19px;
}

.store-delete button {
    float: right;
    margin-left: 10px !important;
    padding: 4px 20px;
}

.icon {
    width: 22px;
    height: 22px;
    float: right;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    cursor: pointer;
}

.icon-edit {
    background: url(../core/images/admin/icons/draw.png) 50% no-repeat;
}

.icon-remove {
    background: url(remove.png) 50% no-repeat;
}

.schedule-form .button, .phone-form .button {
    margin-right: 20px !important;    
}

.schedule-form, .phone-form {
    margin-right: -115px;
    margin-bottom: 40px;
}

.schedule-days {
    vertical-align: top;
    display: inline-block;
    width: 180px;
}

.schedule-time {
    vertical-align: top;
    display: inline-block;
    width: 220px;
}

.schedule-time select {
    margin-bottom: 10px;
}

.schedule-time span {
    display: inline-block;
    width: 52px;
    overflow: hidden;
}
.schedule-time .time_pick {
    display: inline-block;
    margin: 4px 4px 8px 4px;
}
.schedule-time .time_pick .timepicker_wrap {
    width: 182px;
}

.field .content .schedule-form select, .field .content .schedule-time input {
    width: 68px;
    padding: 5px 0 5px 5px;
}
.field .content .schedule-form select {
    margin-top: -5px;
}

#regions_wrapper select {
    margin-bottom: 10px;
}

.shedule-rest_day {
    margin: 7px;
}

.shedule-rest_day label {
    width: 100px !important;
}

.phone-form {
    position: relative;
}

.phone-form div.progress {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #2873bd;
    font-size: 14px;
}

.phone-form .progress .bar {
    background: lightgreen;
    height: 4px;
}

#regions_helper span {
    display: inline-block;
    width: 110px;
    padding-left: 10px;
    text-transform: capitalize;
}

#regions_helper {
    width: 360px;
    padding-top: 20px;
    border-top: 1px dashed #ccc;
}

#regions_helper div {
    background: #f2f2f2;
    margin-bottom: 4px;
}

#cities-list {
    position: absolute;
    display: none;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 262px;
    z-index: 10;
    background: #fff;
}

#cities-list > div {
    padding: 6px 8px;
    background-color: #99C0F1;
    color: #fff;
    cursor: pointer;
    margin-bottom: 1px;
}

#selected_cities > div, #regions_helper > div {
    padding: 6px 8px;
    background: #eee;
    width: 246px;
    margin-top: 4px;
    border-radius: 4px;
    position: relative;
}

#regions_helper > div {
    width: 345px;
}


#selected_cities > div span, #regions_helper i {
    position: absolute;
    right: 0px;
    display: block;
    height: 100%;
    width: 30px;
    background: lightblue;
    color: #fff;
    font-size: 20px;
    top: 0;
    text-align: center;
    line-height: 31px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

#regions_helper select {
    width: 198px;
    background: none;
    border: 1px solid #fff;
}

#regions_helper i {
    font-style: normal;
    line-height: 38px;
} 

#selected_cities > div span:hover, #regions_helper i:hover {
    background: #99C0F1;
}

#cities-helper {
    margin-bottom: 10px;
}

.online_type, .retail_type {
    display: none
}

.actualize-actions {
    margin: 5px 0 0;
    font-size: 12px;
}

.actualize-actions div {
    margin-top: 5px;
}

.page-title a {
    font-size: 16px !important;
    vertical-align: middle;
}

/** phone edit block **/

.field .content .phone-form div {
    margin-right: 0;
}

.field .content .phone-form div.schedule-form {
    background: #eee;
    padding: 10px;
    margin-bottom: 10px;
    width: 456px;
    position: relative;
}

.field .content .phone-form div.schedule-form .submit-button {
    z-index: 100;
    position: absolute;
    top: 1px;
}

.field .content .phone-form div.schedule-form:first-child .submit-button {
    display: none;
}

.field .content .phone-form input[type="text"] {
    padding: 6px;
    font-size: 14px;
}

.field .content .phone-form .phone-country {
    width: 26px;
}

.field .content .phone-form .phone-city, .field .content .phone-form .phone-info {
    width: 74px;
}

.field .content .phone-form .phone-number {
    width: 208px;
    font-size: 12px;
}

.field .content .phone-form div span {
    font-size: 10px;
}

.field .content .phone-form .submit-button {
    margin-top: 12px !important;
}

.field .content .schedule-form .schedule-days {
    font-size: 10px;
}

.field .content .schedule-form select {
    font-size: 12px;
    margin: 4px 4px 8px 4px !important;
}

.field .content .schedule-form .schedule-time span {
    display: inline-block;
    width: 44px;
    font-size: 10px;
    vertical-align: middle;
}

.field .content .schedule-form .schedule-time {
    font-size: 10px;
}

textarea[name="eco_program_info"] {
    margin-top: 10px;
}

.field.services .content {
    width: auto;
}

#water_analysis_info {
    margin: 10px 0;
}
#water_analysis_info input:first-child {
    width: 240px;
}
#water_analysis_info input:nth-child(2) {
    width: 80px;
}
#water_analysis_info input:last-child {
    width: 160px;
}

#recycling_cartridges {
    margin-top: 10px;
}
#recycling_cartridges .phone-form div:first-child {
    width: 82%;
}
#recycling_cartridges .phone-form div:nth-child(2) {
    width: 12%;
}

.schedule-content-div {
    position: relative;
}

.schedule-content-div-cover {
    position: absolute;
    z-index:101;
    background-color:white;
    opacity: 0.7;
    height: 100%;
    width: 100%;
}

#images .phone-item, #certificates .phone-item, #sites .phone-item {
    cursor:move;
    background-image: url(move-icon.png);
    background-repeat: no-repeat;
    background-position: 391px center;
    background-size: 6%;
}

#images .phone-item span, #certificates .phone-item span, #sites .phone-item span {
    cursor: default;
}

.sortable > div:hover {
  background: #eee;
}
.sortable > div.active {
  background: #ccc;
}
.sortable > div.dragging {
  background: #e0ffff;
  background-image: url(move-icon.png);
    background-repeat: no-repeat;
    background-position: 391px center;
    background-size: 6%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}