/* responsive small screen */
@media only screen and (max-width: 1250px) {
    .docs-container {
        position: absolute;
        left: -30px;
        margin-top: 700px;
        border-color: transparent !important;
        width: 96% !important;
        margin-right: 30px;
    }
}

/* initialize notice success message */
#success-message,
#success-promotions-message {
    display: none;
    font-weight: bold !important;
}

#error-promotions-message {
    display: none;
    font-weight: bold !important;
}

button.notice-dismiss {
    display: none !important;
}

input#range_button,
input#font_size,
input#border_radius,
input#title_size {
    width: 130px;
}

input#text_font_size,
input#text_range_button,
input#text_border_radius,
input#text_title_size {
    cursor: pointer;
    background: transparent;
    color: #444;
    font-size: 14px;
    width: 28px;
    font-weight: bold !important;
    border: none;
}

.slope-setting-container {
    width: 60%;
    float: left;
    margin-top: 25px;
}

.setting-field {
    padding-bottom: 20px;
    margin-top: 20px;
}

.setting-field label {
    font-size: 13px;
    font-weight: bold;
    cursor: default !important;
}

.setting-field input {
    font-weight: normal;
    position: absolute;
    left: 240px;
}

.slope-style-container {
    display: none;
    width: 60%;
    float: left;
    margin-top: 25px;
}

.style-field {
    padding-bottom: 25px;
}

.style-field label {
    font-size: 13px;
    font-weight: bold;
    cursor: default !important;
}

.slope-layout-container {
    display: none;
    width: 60%;
    float: left;
}

.layout-field {
    margin-top: 25px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}

#slope_book_target {
    margin-left: 50px;
}

.docs-container {
    margin-left: 30px;
    width: 35%;
    float: right;
    text-align: left;
    border-left: 1px solid lightgrey;
    margin-right: 10px;
    padding-left: 10px;
}

/* Delect select blu on nav-tab */
.wp-person a:focus .gravatar, a:focus, a:focus .media-icon img {
    box-shadow: none;
}

/* button-save block footer-left */
.button-save {
    position: absolute;
    bottom: 45px;
    left: 0px;
}

/*CSS Checkbox*/
.setting-field input[type="checkbox"],
.layout-field input[type="checkbox"],
.style-field input[type="checkbox"] {
    left: 100px !important;
    position: relative !important;
    width: 45px !important;
    height: 20px !important;
    -webkit-appearance: none !important;
    background: #c6c6c6 !important;
    outline: none !important;
    border-radius: 20px !important;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2) !important;
    transition: .5s !important;
}

.setting-field input:checked[type="checkbox"],
.layout-field input:checked[type="checkbox"],
.style-field input:checked[type="checkbox"] {
    background: #03a9f4 !important;
}

.setting-field input[type="checkbox"]:before,
.layout-field input[type="checkbox"]:before,
.style-field input[type="checkbox"]:before {
    content: '' !important;
    position: absolute !important;
    width: 21px !important;
    height: 21px !important;
    border-radius: 20px;
    top: -1px !important;
    left: 0 !important;
    background: #fff !important;
    transform: scale(1.1) !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2) !important;
    transition: .5s !important;
}

.setting-field input:checked[type="checkbox"]:before,
.layout-field input:checked[type="checkbox"]:before,
.style-field input:checked[type="checkbox"]:before {
    left: 27px !important;
    top: 2px !important;
}

.checkbox-infants input[type="checkbox"] {
    left: 86px !important;
}

.checkbox-children input[type="checkbox"] {
    left: 80px !important;
}

.layout-field input[type="checkbox"] {
    left: 4px !important;
}

/*CSS Range*/
input[type=range] {
    display: block;
}

/* Slope Promotion Admin Page */
/* Promotions nav-tab */
.slope-setting-container-promotions {
    display: block;
}

.slope-style-container-promotions {
    display: none;
}

.slope-layout-container-promotions {
    display: none;
}

.slope-setting-container-promotions {
    margin-top: 25px;
}

.slope-style-container-promotions {
    margin-top: 25px;
}

.slope-layout-container-promotions {
    margin-top: 25px;
}

.border-size-promotions {
    width: 50px;
    text-align: center;
    border: none;
}

input#slope_promotions_uuid {
    width: 280px;
    text-align: center;
    background: transparent;
    color: #0085ba;
    position: absolute;
    left: 280px;
}

#slope_promotions_hide_information,
#slope_promotions_hide_description {
    position: absolute !important;
    left: 300px !important;
    margin-top: 3px !important;
}

input#slope_promotions_border_size {
    margin-left: 35px !important;
    text-align: left !important;
}

.radio-field input[type="radio"] {
    position: relative;
    width: 21px;
    height: 21px;
    margin-bottom: 5px;
    background-color: #c6c6c6;
    margin-top: 1px;
}

.radio-field input[type="radio"]:before {
    /* Outer Circle of radio button */
    background-color: #c6c6c6;
    border: 1px solid #c6c6c6;
    content: ' ';
    display: inline-block;
    margin-right: 5px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    transition: border 0.15s ease-in-out;
}

.radio-field input[type="radio"]:after {
    /* Inner Circle of radio button */
    content: ' ';
    background: transparent;
    display: inline-block;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 3px;
    transition: border 0.15s ease-in-out;
}

/* When button is active */
.radio-field input[type="radio"]:checked:after {
    background: #03a9f4;
}

.radio-field input[type="radio"]:checked:before {
    margin: 1px;
}
