/*
	Description: This is the Stylesheet for the Default form Presentation
	Version: 0.0.1
	Author: Martin Neitz
	Author URI: http://www.neitz.at
	License: Martin Neitz
*/

/*----------------------------------------------------------------------------*\

\*----------------------------------------------------------------------------*/

select:focus,
input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}


.form-control {
    width: 100%;
    height: 44px;
    padding: 11px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -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 .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control {
    box-shadow: none;
    font-size: 16px;
    padding: 10px 12px;
    transition: border-color .08s ease-in-out,box-shadow .08s ease-in-out;
}

.form-control, output {
    display: block;
    font-size: 15px;
    line-height: 1.43;
    color: #555;
}

.form-actions {
    margin-top: 10px;
}
.vivo_form {
    background: transparent;
    box-shadow: none;
    margin-top: 10px;
}

.vivo_form .vivo_field_group {
    margin-top: 10px;
    position: relative;
}

.vivo_form .vivo_field_group_icon i {
    color: #d3d3d3;
    font-size: 20px;
    left: 10px;
    line-height: 1;
    margin-top: 15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
    z-index: 2;
}

.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;
}

.vivo_form input[type=text],
.vivo_form input[type=password],
.vivo_form .vivo_input_dropbox,
.vivo_form textarea {
    border-radius: 5px;
    color: #355368;
    font-size: 18px;
    height: auto;
    padding: 11px 20px 12px 18px;
}

.vivo_form .vivo_field_group_icon input[type=text],
.vivo_form .vivo_field_group_icon input[type=password],
.vivo_form .vivo_field_group_icon textarea {
  padding: 11px 20px 12px 40px;
}

.vivo_form .vivo_field_group_icon .vivo_input_dropbox {
  padding: 11px 20px 12px 38px !important;
}

.vivo-datetimepicker { width: 100%; border: 1px solid #ccc; }

.vivo_field_info { margin-left: 10px; display: block; font-size: .8em; }

.pos-r {
    position: relative;
}

.vivo_form.default  label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.vivo_asterisk_field { display: none; }
.vivo_field_group_requered .vivo_asterisk_field {
    display: initial;
    position: absolute;
    right: 12px;
    top: 9px;
    color: red;
    z-index: 10;
}

.vivo_input_dropbox {
  width: 100%;
  border: none;
  font-size: 20px;
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 5px;
  color: #355368;
  font-size: 18px;
  height: auto;
  padding: 11px 20px 12px 18px;
  border: 1px solid #ccc;
}

.vivo_input_dropbox:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

.vivo_input_dropbox_wrapper::before {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 3em;
  text-align: center;
  line-height: 45px;
  pointer-events: none;
  color: #737373;
}

.vivo_input_dropbox_wrapper select option {
  padding: 30px;
}

.submit-row {
    text-align: center;
}

.submit-row>input {
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  width: 100%;
}

.vivo_button {
    border: 0px;
    display: block;
    overflow: hidden;
    border-radius: 2px;
    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: #abba05;
    cursor: pointer;
    text-align: center;
}

.vivo_button i {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.7em;
    vertical-align: middle;
    line-height: 50px;
    padding: 0px .7em 0px 0em;
}

.vivo_group {
  margin-bottom: 10px;
  -webkit-animation: fadeEffect .5s;
  animation: fadeEffect .5s;
}


.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);  }

.ss-main .ss-multi-selected .ss-values {
  padding: 10px 15px 10px 15px;
}

.ss-main .ss-multi-selected .ss-values:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}


/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
