input.wp-posts-carousel-field:required,
select.wp-posts-carousel-field:required {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input.wp-posts-carousel-field:required:invalid,
input.wp-posts-carousel-field:focus:invalid,
textarea.wp-posts-carousel-field:required:invalid,
textarea.wp-posts-carousel-field:focus:invalid,
select.wp-posts-carousel-field:required:invalid,
select.wp-posts-carousel-field:focus:invalid,
.wp-posts-carousel-field.field-invalid {
    border-color: #E57337;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #FEEAEB;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #FEEAEB;
}

select.wp-posts-carousel-field {
    width: 89%;
}

.wp-posts-carousel-tooltip {
    display: inline;
    position: relative;
    text-decoration: none;
    color: #00A0D2;
}

.wp-posts-carousel-tooltip.tooltip-warning {
    color: #FF530D;
}

.wp-posts-carousel-tooltip:hover:before {
    border: solid;
    border-color: #00A0D2 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: '';
    left: 50%;
    position: absolute;
    z-index: 99;
}

.wp-posts-carousel-tooltip:hover:after {
    background: #00A0D2;
    background: rgb(0,160,210, .8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 10px;
    position: absolute;
    z-index: 98;
    width: 220px;
    font-size: 12px;
}


.wp-posts-carousel-tooltip.tooltip-warning:hover:before {
    border: solid;
    border-color: #FF530D transparent;
    border-width: 6px 6px 0 6px;
}

.wp-posts-carousel-tooltip.tooltip-warning:hover:after {
    background: #FF530D;
    background: rgb(255,83,13, .8);
    color: #fff;
}

.wp-posts-carousel-left-sidebar .wp-posts-carousel-form {
    overflow: hidden;
    clear: both;
}

.wp-posts-carousel-form table {
    font-size: 12px;
}

.wp-posts-carousel-form h2 {
    color: #A6CF38;
}

.wp-posts-carousel-form table {
    width: 100%;
}

.wp-posts-carousel-form table thead tr th {
    border-bottom: 1px solid #A6CF38;
    color: #A6CF38;
}

.wp-posts-carousel-form table tbody tr th {
    vertical-align: top;
    text-align: left;
    padding: 20px 10px 20px 0;
    width: 200px;
    line-height: 1.3;
    font-weight: 600;
}

.wp-posts-carousel-form table tbody tr td {
    margin-bottom: 9px;
    padding: 15px 10px;
    line-height: 1.3;
    vertical-align: middle;
}

.wp-posts-carousel-form table tbody tr th,
.wp-posts-carousel-form table tbody tr td {
    border-bottom: 1px solid #E5E5E5;
    vertical-align: top;
}

.wp-posts-carousel-form table textarea.widefat {
    width: 90%;
}

.wp-posts-carousel-form fieldset {
    border: 1px solid #dfdfdf;
}

.wp-posts-carousel-form fieldset legend {
    padding: 10px;
    font-weight: 600;
    vertical-align: middle;
}

.wp-posts-carousel-form fieldset table tbody tr th {
    width: 170px;
    padding-left: 10px;
    border: 0 none;
}

.wp-posts-carousel-form fieldset table tbody tr td {
    border: 0 none;
    margin-bottom: 0px;
    padding: 10px 10px;
}

.wp-posts-carousel-left-sidebar {
    float: left;
    width: 62%;
}

.wp-posts-carousel-right-sidebar {
    float: right;
    width: 35%;
}

.widget-content .wp-posts-carousel-form h2 {
    border-bottom: 1px solid #A6CF38;
    padding-bottom: 10px;
}

.widget-content .wp-posts-carousel-form fieldset p {
     margin-top: 0;
}