.uca-page-wrap .uca-header {
    padding-top: 10px;
}
.uca-page-wrap .uca-label-input .error{
    color:red;
    font-size: 14px;
}
.uca-page-wrap .uca-header h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 15px !important;
    margin: 0 !important;
    background: #e7e7e7;
    border: 1px solid #ccc;
}
.uca-page-wrap .uca-header strong {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 0 !important;
    padding-left: 5px !important;
}
.uca-page-wrap .uca-general-box.uca-overflow-clock {
    height: 500px;
    overflow-y: scroll;
}
.uca-page-wrap .uca-general-box {
    padding: 10px 20px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.uca-page-wrap .uca-label-input {
    display: block;
    width: 100%;
    float: left;
    margin: 10px 0;
}

.uca-page-wrap .uca-left-label label {
    font-size: 14px;
    font-weight: 600;
}

.uca-page-wrap .uca-right-detail .child-label {
    float: left;
    margin-right: 15px;
}
.uca-page-wrap .uca-right-detail .child-label label{
    display: inline-block;
    margin-top: -6px;
}
.uca-page-wrap .uca-right-detail .uca-full-width {
    width: 100%;
}
.uca-page-wrap .uca-left-label {
    width: 30%;
    float: left;
}
.uca-page-wrap .uca-right-detail {
    width: 70%;
    float: left;
}
.uca-page-wrap .uca-label-input-child {
    display: block;
    width: 100%;
    float: left;
    margin: 10px 0;
}
.uca-page-wrap .uca-left-label-child {
    width: 30%;
    float: left;
}
.uca-page-wrap .uca-right-detail-child {
     width: 70%;
    float: left;
}

.uca-page-wrap .uca-label-input-child input[type="number"] {
    width: 15%;
    font-size: 13px;
    font-weight: 400;
}
.uca-page-wrap .uca-label-input-child select {
    width: 16%;
     font-size: 13px;
    font-weight: 400;
}

.uca-page-wrap .uca-label-input-child label{
    font-size: 14px;
    font-weight: 600;
}
.uca-page-wrap .uca-pixel {
    margin-left: -27px;
    width: auto;
    display: inline-block;
    min-width: 16px;
    padding: 3px 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-top: 1px;
    padding-bottom: 5px;
    vertical-align: top;
}
.uca-page-wrap button.button.wp-color-result {
    width: 105%;
}
.uca-page-wrap .uca-label-input-child input::-webkit-inner-spin-button,.uca-page-wrap .uca-label-input-child  input::-webkit-outer-spin-button{
    -webkit-appearance:none;
}
.uca-page-wrap .uca-label-input-child input[type=number]{
    -moz-appearance:textfield;
}
.uca-page-wrap .uca-analog-clocks ul{
    padding-left: 0;
    margin-left: 0;
}
.uca-page-wrap .uca-analog-clocks .uca-analog-clock{
    width: 25%;
    float: left;
    min-height: 250px;
}
.uca-page-wrap .uca-analog-clocks input[type="radio"]:checked + img {
    border: 3px #007cba solid;
}
.uca-page-wrap .uca-analog-clocks input[type="radio"] + img {
    border: 3px #ccc solid;
}
.uca-page-wrap .uca-analog-clocks  .template_ids {
    display: none !important;
}

.uca-page-wrap  .uca-sidemeta-img img {
    width: 100%;
    height: auto;
}

/*** Sidemeta Image Model ***/
.uca-page-wrap .uca-image-model > .uca-model-img {
  padding: 0 8px;
}

.uca-page-wrap .uca-image-model:after {
  content: "";
  display: table;
  clear: both;
}

.uca-page-wrap .uca-model-img {
  float: left;
  width: 100%;
}

/* The Modal (background) */
 .uca-page-wrap .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #4a5b643b;
}

/* Modal Content */
.uca-page-wrap .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.uca-page-wrap .close {
  color: #090909;
  position: absolute;
  top: 81px;
  right: 159px;
  font-size: 35px;
  font-weight: bold;
}
.uca-page-wrap .close:hover,
.uca-page-wrap .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.uca-page-wrap .uca-model-slide {
  display: none;
}

.uca-page-wrap.cursor {
  cursor: pointer;
}
.uca-page-wrap img.hover-shadow {
  transition: 0.3s;
}

.uca-page-wrap .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* Media Query */
@media (max-width: 992px) {
    .uca-page-wrap .uca-label-input .uca-left-label {
        width: 100%;
        float: left;
        margin: 5px 0;
    }
    .uca-page-wrap .uca-label-input .uca-right-detail {
        width: 100%;
        float: left;
    }
}
