
/*
 *   Additional to default composer styles.
 */


.vc_edit_form_elements .vc_col-xs-4, .vc_edit_form_elements .wpb_element_label, .vc_edit_form_elements .vc_element_label {
    margin-bottom: 15px;
}

.vc_description {
    font-size: .9em;
}

.vc_edit_form_elements .ult-param-heading-wrapper {
    margin-top: 30px;
    padding-top: 10px;
}
.vc_edit_form_elements .ult-param-heading-wrapper.no-top-margin, .vc_edit_form_elements .no-top-margin{
    margin-top: 0;
}
.vc_edit_form_elements .no-top-padding{
    padding-top: 0 !important;
}

/*
 *   Typography module styles  
 */


.crum_vc input[type=text], .crum_vc input[type=number] {
    height: 40px;
    max-width: none !important;
}

.wp-picker-container .wp-color-result, .wp-picker-container:active .wp-color-result {
    height: 40px;
    line-height: 40px;
    margin: 0 6px 0 0;
    padding-left: 40px;
    background: #eaeaea;
    border-width: 0;
    border-radius: 0;
}

.wp-picker-container .wp-color-result:before {
    width: 40px;
    height: 40px;
}

.wp-picker-container .wp-color-result:after {
    font-size: 12px;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    color: #454545;
    border-left-width: 0;
    border-radius: 0;
    top: -1px;
}

.wp-picker-open:after {
    display: none;
}

.wp-picker-container input[type=text].wp-color-picker, .crum_vc .wp-picker-clear {
    height: 40px !important;
}

.vc_shortcode-param .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 35px;
    font-size: 14px;
    background: #fff;
    border-radius: 0;
}

.vc_shortcode-param .chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none !important;
}

.vc_shortcode-param .chosen-container-single .chosen-search input[type="text"] {
    height: 40px;
    border-color: #dddddd;
    background: url("../img/search_icon.png") 98% center no-repeat;
}

.vc_shortcode-param .chosen-container-active.chosen-with-drop .chosen-single div b, .vc_shortcode-param .chosen-container-single .chosen-single div {
    background: #454545;
    width: 34px;
    box-shadow: none !important;
}

.vc_shortcode-param .chosen-container-single .chosen-single div b:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    border: 4px solid transparent;
    border-top-color: #ffffff;
}

.vc_shortcode-param .chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #dddddd;
}

.vc_shortcode-param .chosen-container-single .chosen-single div b {
    background: none;
}

.vc_shortcode-param .chosen-container .chosen-results li {
    padding: 12px 6px;
}

.vc_shortcode-param .chosen-container .chosen-results li.highlighted {
    background: #454545;
}

.vc_wrapper-param-type-checkbox {
    margin-top: 15px;
}

.vc_wrapper-param-type-google_fonts {
    margin-top: 30px;
}

.vc_wrapper-param-type-google_fonts .vc_description.clear {
    margin-bottom: 20px;
}

.crum-select-styled {
    position: relative;
}

.crum-select-styled:before {
    content: "";
    display: block;
    background: #454545;
    width: 34px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.crum-select-styled:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -2px;
    right: 12px;
    border: 4px solid transparent;
    border-top-color: #ffffff;
}
.crum-number-wrap .edit_form_line,
.crum-number-field-wrap {
    padding-right: 36px;
    position: relative;
}
.crum-number-wrap .edit_form_line:before,
.crum-number-field-wrap:before {
    content: "px";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    width: 35px;
    height: 38px;
    line-height: 38px;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    text-align: center;
}

/*
 *   Image select Js component styles  
 */

ul.thumbnails.image_picker_selector {
    overflow: auto;
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

ul.thumbnails.image_picker_selector ul {
    overflow: auto;
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

ul.thumbnails.image_picker_selector li.group_title {
    float: none;
}

ul.thumbnails.image_picker_selector li {
    margin: 0 12px 12px 0;
    float: left;
}

ul.thumbnails.image_picker_selector li .thumbnail {
    border: 2px solid #dddddd;
    transition : border 200ms ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

ul.thumbnails.image_picker_selector li .thumbnail img {
    -webkit-user-drag: none;
}

ul.thumbnails.image_picker_selector li .thumbnail.selected {
    border: 2px solid #454545;
}

/*
 *   Datapicker Js component styles  
 */

.ui-datepicker {
    background-color: #fff;
    border: 1px solid #66AFE9;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(102,175,233,.6);
    display: none;
    margin-top: 4px;
    padding: 10px;
    width: 240px;
}
.ui-datepicker a,
.ui-datepicker a:hover {
    text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
    color: #2A6496;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title {
    font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    line-height: 1;
    margin-top: 2px;
    width: 30px;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
    float: left;
    text-align: left;
}
.ui-datepicker .ui-datepicker-next {
    float: right;
    text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
    content: "\f104";
}
.ui-datepicker .ui-datepicker-next:before {
    content: "\f105";
}
.ui-datepicker .ui-icon {
    display: none;
}
.ui-datepicker .ui-datepicker-calendar {
    table-layout: fixed;
    width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
    text-align: center;
    padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
    border-radius: 4px;
    -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
    background-color: #eee;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-current-day {
    background-color: #4289cc;
}
.ui-datepicker .ui-datepicker-current-day a {
    color: #fff
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
    background-color: #fff;
    cursor: default;
}


/* Fix for Section controls align in pagable content block */
.wpb_vc_tta_section>.wpb_element_wrapper>.vc_tta-panel-body>.vc_controls{
    width: 20%;
    margin-top: 0;
}
/* Datepicker default icon */
.ult-datetime .add-on{
    padding: 7px 8px 8px !important;
}
.Defaults-time:before{
    content: "\f508";
    font-family: dashicons;
    font-size: 20px;
    font-style: normal;
}