
/*
.vivo_form
.vivo_field_group
.vivo_field_label
.vivo_field_info
.vivo_field_help

.vivo_input_field

*/

/*------------------------------------------------------------------------------
--- ADMIN TOOLS   --------------------------------------------------------------
------------------------------------------------------------------------------*/

.vivo_t_progress::after {
  content: attr(data-information);
  font-family: Roboto !important;
  font-size: 17px !important;
  line-height: 17px;
  color: #444444;
}

.vivo_t_progress {
  display: hidden;
  border: 1px solid rgba(8, 136, 72, 0.71);
  height: 15px;
}

.vivo_t_progressbar {
  width: 0%;
  background-color: rgba(8, 136, 72, 0.71);
  display: block;
  height: 13px;
}

.vivo_form {
  display: inline-block;
  width: 100%;
  padding-bottom: 3em;
}


.vivo_t_header {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #3f3f3f;
}
.vivo_field_group {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  }

.vivo_field_label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 1.25em;
  text-align: right;
  width: 12em;
  display: block;
  font-weight: 600;
  margin: 0 0 .25em;
  }

.vivo_checkbox_label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 1.25em;
  width: 100%;
  display: block;
  font-weight: 600;
}

.vivo_field_group_requered .vivo_field_label:before {
  content: "*";
  margin-right: .5em;
  color: #dd3c3c;
  display: inline-block;
  font-weight: 600;
}

.vivo_field_input_body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  width: 100%;
  margin-bottom: 10px !important;
}

.vivo_input_field,
.vivo_input_dropbox,
.ss-multi-selected {
  background: #fff;
  border: 1px solid #d4d2d0 !important;
  border-radius: 4px;
  box-sizing: border-box;
  font: inherit;
  font-weight: 400;
  height: 2.30em;
  line-height: 1.42857em;
  padding: .42857em;
  -webkit-transition: border-color .2s cubic-bezier(.4,0,.2,1);
  transition: border-color .2s cubic-bezier(.4,0,.2,1);
  width: 100% !important;
  float: initial !important;
  margin-bottom: 0px !important;
}

.vivo_field_text.hastag-prompter-active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.vivo_input_dropbox {
  padding: 0px 0px 0px 10px;
}

.vivo_input_checkbox {
background: #fff;
    border: 1px solid #d4d2d0 !important;
    border-radius: 4px;
    box-sizing: border-box;
    font: inherit;
    font-weight: 400;
    height: 1.4em;
    line-height: 1.4em;
    vertical-align: middle;
    padding: .42857em;
    -webkit-transition: border-color .2s cubic-bezier(.4,0,.2,1);
    transition: border-color .2s cubic-bezier(.4,0,.2,1);
    width: 1.4em !important;
    float: initial !important;
    margin-bottom: 0px !important;
}

.vivo_input_checkbox + .vivo_field_info {
    font-size: 1em;
    margin-left: 0.5em;
    font-weight: 600;
}

.vivo_checkbox_label + .vivo_field_info {
  padding-left: 2em;
  display: block;  
}

code {
    background: rgba(24,133,172,.3);
    border-radius: 5px;
    color: #000;
    font-family: Menlo,monospace;
    font-size: .9em;
    padding: 2px 5px 1px;
}

.vivo_t_log {
  clear: both;
  list-style: none;
  padding: 0;
}

.vivo_t_logentry {
    background: rgba(8, 136, 72, 0.71);
    border-radius: 5px;
    color: #fff;
    font-family: Menlo,monospace;
    font-size: .9em;
    padding: 2px 20px 1px;
    margin-bottom: 3px;
}

.vivo_log_information { background: rgba(79, 186, 119, 0.71); }
.vivo_log_error       { background: rgba(173, 46, 36, 0.71);  }

.vivo_info {
  font-size: .9em;
}

.vivo_input_checkbox + .vivo_info {
  font-size: 1em;
  margin-left: 0.5em;
  font-weight: 600;
}

.vivo_button {
  border: 0px;
  display: block;
  overflow: hidden;
/*  border-radius: 5px 5px 5px 5px; */
  width: 100%;
  margin-top: 10px;
  color: #ffffff !important;
  width: 32%;
/*  float: left; */
  font-size: 19px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px !important;
  background-color: #d16d36;
  cursor: pointer;
  text-align: center;
  box-shadow: rgba(255, 255, 255, 0.35) 0px 0px 1px 1px inset, rgba(0, 0, 0, 0.1) 0px 3px 1px -1px;
}

.vivo_button i {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.7em;
  vertical-align: middle;
  line-height: 50px;
  padding: 0px .7em 0px .7em;
}

.vivo_group {
  margin-bottom: 10px;
}


/*----------------------------------------------------------------------------*/
/*  TextArea -----------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

textarea.vivo_input_field{
    height: 4em;
}

/*----------------------------------------------------------------------------*/
/*  Info ---------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

.vivo_t_info {
  margin-bottom: 1em;
  display: inline-block;
}

/*----------------------------------------------------------------------------*/
/*  Upload File Button -------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

.vivo_inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.vivo_inputfile + label {
    color: #ffffff;
    background-color: #5f6b64 !important;
    width: 100%;
    /* font-size: 1.25em; */
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.325em 1.25em;
    border-radius: 5px;
    text-align: center;
}

.vivo_inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

/*----------------------------------------------------------------------------*/
/*  Upload Image Button ------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

.upload-demo-wrap,
.ready .vivo_upload_image_message { display: none; }

.ready .upload-demo-wrap { display: block; }

.vivo_upload_image_message  {
    text-align: center;
    padding: 50px;
    font-size: 22px;
    color: #aaa;
    width: 260px;
    margin: 50px auto;
    border: 1px solid #aaa;
}


.vivo_viewport_guide_circle .cr-viewport {
  border: 1px solid #fff !important;
  border-radius: 50% !important;
}


/*----------------------------------------------------------------------------*/
/*  Tabs ---------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

.vivo_form.vivo_form_tabs_top {
  margin-top: 0px;
  border-width: 0px 1px 1px 1px;
  border-radius: 0px 0px 4px 4px;
  border-color: #ccc;
  border-style: solid;
  padding: 1em;
}

.vivo_form_tabs fieldset.vivo_group {
  border: 0px solid red;
  margin: 0px;
  padding: 0px;
}

.vivo_form_tabs legend {
  display: none;
}

.vivo_form_tab_navigation {
  width: 100%;
  color: #000!important;
  border: 1px solid #ccc;
  background-color: #f1f1f1!important;
  border-radius: 4px 4px 0px 0px;
}

button.vivo_form_tab {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: .7em 1em;
  transition: 0.3s;
  font-size: 1em;
  color: #444444;
  font-weight: bold;
}

button.vivo_form_tab:hover {
    background-color: #ddd;
}

.vivo_form_tab.vivo_form_tab_active {
  background-color: #ccc;
}

/*------------------------------------------------------------------------------
--- LESS Color Picker   --------------------------------------------------------
------------------------------------------------------------------------------*/


.vivo_field_group_less_colorpicker .vivo_colored_option {
  color: black;
  width: 2em !important;
  height: .9em;
  margin-right: .5em;
  border: 1px solid #ccc;
}

.vivo_field_group_less_colorpicker ._ss-main { width: initial; }

.vivo_field_group_less_colorpicker.userdefined-mode {}
._vivo_field_group_less_colorpicker.predefined-mode .wp-picker-container { display: none !important;  }
.vivo_field_group_less_colorpicker .ss-main { width: 70%; float: right; }

.vivo_field_group_less_colorpicker .vivo_field_info { display: block; }

.vivo_field_group_less_colorpicker.colorpicker-active .ss-main { display: none; }

.wp-picker-container .screen-reader-text { font-size: 0px; }
