#wpcontent {
    padding-left: 0px;
    margin-left: 160px;
}
#iaa_bootstraped.iaa_bootstraped.iaa_panel {
  /*  position: relative;*/
    position: absolute;
    width: 100%;
    top: 0px;
    min-height: 100%;
    background-color: #f1f1f1;
    z-index: 10;
    font-size: 16px;
}
#iaa_bootstraped.iaa_bootstraped h3, #iaa_bootstraped.iaa_bootstraped .h3 {
    font-size: 32px;
}
#iaa_bootstraped.iaa_bootstraped p {
    font-size: 16px;
}
#iaa_bootstraped.iaa_bootstraped h2 {
    margin-top: 0px;
}
#iaa_bootstraped.iaa_bootstraped .btn > span[class^=fui-], #iaa_bootstraped.iaa_bootstraped .btn > span[class^=glyphicon]  {
    margin-right: 6px;
}
#iaa_bootstraped.iaa_bootstraped .palette{
    text-transform: inherit;
}
#iaa_bootstraped.iaa_bootstraped #iaa_formWrapper {
    position: relative;
}
#wpfooter {
    display: none;
}
#iaa_bootstraped.iaa_bootstraped #iaa_actionsWrapper,#iaa_bootstraped.iaa_bootstraped #iaa_interactionsWrapper {
    min-height: 110px;
}
#iaa_bootstraped.iaa_bootstraped #iaa_stepsContainer {
    min-height: 480px;
    min-width: 10800px;
    height: 650px;

   /* -webkit-transition: all 1s;
    transition: all 1s;*/
}
#iaa_bootstraped.iaa_bootstraped  #iaa_winActivation {
  background-color: rgba(0, 0, 0, 0.6);
  top: 28px;
  z-index: 9999999;
}

#iaa_bootstraped.iaa_bootstraped  #iaa_winActivation #iaa_iconLock {
    display:  block;
    float: left;
    margin-right: 28px;
    width: 128px;
    height: 128px;
    background-image: url('../img/lock-128.png');
}
#iaa_bootstraped.iaa_bootstraped  .modal-dialog {
    margin-top: 0px;
}
#iaa_bootstraped.iaa_bootstraped .modal-content{
    
}
#iaa_bootstraped.iaa_bootstraped  .modal-dialog .modal-header {
    background-color: #34495e;
    color: #FFF;
    font-size: 18px;
    padding: 8px;
}
#iaa_bootstraped.iaa_bootstraped  #iaa_winActivation .modal-dialog {
      width: 650px;
}
#iaa_bootstraped.iaa_bootstraped #iaa_stepsOverflow {
    max-width: 90%;
    max-height: 670px;
    border: 1px dashed #BDC3C7;
   /* padding: 28px;*/
    border-radius: 15px;
    position: relative;
  /*  padding-bottom: 68px;*/
    margin: 0 auto;
    margin-bottom: 48px;
    background-color: white;
    overflow-x: auto;
    overflow-y: auto;
}
#iaa_bootstraped.iaa_bootstraped #iaa_btnNewStep {
    position: absolute;
    bottom: 28px;
    margin: 0px;
}
#iaa_bootstraped.iaa_bootstraped .iaa_stepBloc {
    position: absolute !important;
    display: inline-block;
    width: 128px;
    height: 128px;
    border-radius: 64px;
    color: white;
    font-size: 18px;
    text-align: center;
    -webkit-transition: color 2s;
    transition: color 2s;
    margin: 18px;
}
#iaa_bootstraped.iaa_bootstraped .iaa_stepBloc.iaa_selected {
    background-color: #1abc9c;
    color: white;
}

#iaa_bootstraped.iaa_bootstraped .iaa_stepBlocWrapper {
    width: 128px;
    height: 128px;
    cursor: move;
    position: absolute;
    top: 0px;
    left: 0px;
}
#iaa_bootstraped.iaa_bootstraped .iaa_stepBloc h4 {
    font-size: 16px;
    text-align: center;
    margin-top: 18px;
    color: #BDC3C7;
    position: relative;
    top: 50%;
    margin-top: -7px;
    -webkit-transition: color 1s;
    transition: color 1s;
}
#iaa_bootstraped.iaa_bootstraped .iaa_stepBloc.iaa_selected h4 {
    color: white;

}
#iaa_bootstraped.iaa_bootstraped .iaa_stepBloc > a {
    color: #BDC3C7;
    position: absolute;
    bottom: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #ECF0F1;
    width: 0px;
    height: 0px;
    border-radius: 16px;
    right: 28px;
    bottom: 16px;
    opacity: 0;
}
#iaa_bootstraped.iaa_bootstraped .iaa_stepBloc > a span {
    font-size: 14px;
    margin-top: 4px;
}
#iaa_bootstraped.iaa_bootstraped .iaa_stepBloc > a span.glyphicon-trash {
    margin-top: 6px;
    margin-left: -1px;

}

#iaa_bootstraped.iaa_bootstraped .iaa_stepBloc:hover {
    background-color: #BDC3C7;
}
#iaa_bootstraped.iaa_bootstraped .iaa_stepBloc:hover > a {
    opacity: 1;
    width: 28px;
    height: 28px;
    right: 0px;
    bottom: 6px;
}
#iaa_bootstraped.iaa_bootstraped .iaa_stepBloc:hover > .iaa_btnEdit {
    right: 6px;
    bottom: 4px;
}
#iaa_bootstraped.iaa_bootstraped .iaa_stepBloc:hover > .iaa_btnLink {
    right: -10px;
    bottom: 33px;
}
#iaa_bootstraped.iaa_bootstraped .iaa_stepBloc:hover > .iaa_btnStart {
    right: -10px;
    bottom: 66px;

}
#iaa_bootstraped.iaa_bootstraped .iaa_stepBloc:hover > .iaa_btnStart.iaa_selected{
    background-color: #1ABC9C;
    color: #FFF;
}

#iaa_bootstraped.iaa_bootstraped .iaa_stepBloc:hover > .iaa_btnSup {
    right: 38px;
    bottom: -8px;
}

#iaa_bootstraped.iaa_bootstraped .iaa_stepBloc > a:hover {
    background-color: #1ABC9C;
    color: #FFF;

}

#iaa_bootstraped.iaa_bootstraped .iaa_stepBloc:hover h4{
    color: white;
}
#iaa_bootstraped.iaa_bootstraped  .iaa_winHeader >  span.glyphicon ,#iaa_bootstraped.iaa_bootstraped  .iaa_winHeader >  span[class^=dashicons-]  {
    margin-right: 8px;
    top: 1px;
    position: relative;
}
#iaa_bootstraped.iaa_bootstraped .iaa_window .iaa_btnWinClose {
    color: #FFF;
}
#iaa_bootstraped.iaa_bootstraped .iaa_window .iaa_btnWinClose {
    opacity: 0.7;
}
#iaa_bootstraped.iaa_bootstraped .iaa_window {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    display: none;
    padding: 0px;
    min-height: 100%;
    background-color: #FFF;
}
#iaa_bootstraped.iaa_bootstraped .btn-toolbar {
    float: right;
    position: absolute;
    right: 10px;
    top: 2px;
}
#iaa_bootstraped.iaa_bootstraped .btn-toolbar > .btn-group {
    margin-top: 2px;
}
#iaa_bootstraped.iaa_bootstraped #iaa_stepsContainer #iaa_stepsCanvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
#iaa_bootstraped.iaa_bootstraped #iaa_componentsRow {
    background-color: #FFF;
    /*overflow-x: auto;
    overflow-y: hidden;*/
    height: 76px;
    max-height: 76px;
    width: 100%;
    clear: both;
}
#iaa_bootstraped.iaa_bootstraped  a.iaa_itemComponent {
    display: inline-block;
    margin: 6px;
    width: 64px;
    height: 64px;
}
#iaa_bootstraped.iaa_bootstraped #iaa_stepPreview {
    min-height: 380px;
    border: 1px dashed #BDC3C7;
    margin-bottom: 18px;
    margin-left: -14px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #FFF;
    background-position: 40px bottom;
    background-repeat: no-repeat;
    position: relative;

}
#iaa_bootstraped.iaa_bootstraped .iaa_conditionDelBtn {
    margin-top: 11px;
    display: block;
}
#iaa_bootstraped.iaa_bootstraped #iaa_interactionContent > [data-type="select"] > .form-group{
    margin-bottom: 8px;
}
#iaa_bootstraped.iaa_bootstraped #iaa_interactionContent .form-group input, #iaa_bootstraped.iaa_bootstraped #iaa_interactionContent .form-group select{
    width: 170px;
}
#iaa_bootstraped.iaa_bootstraped #iaa_stepPreview #iaa_avatarPreviewContainer {
    left: 34px;
}
#iaa_bootstraped.iaa_bootstraped #iaa_stepPreview a{
    -webkit-transition: none;
    transition: none;

}
#iaa_bootstraped.iaa_bootstraped #iaa_stepPreview .row-fluid {
    border: 1px dashed #BDC3C7;
    min-height: 48px;
    margin-bottom: 6px;
    text-align: center;
}
#iaa_bootstraped.iaa_bootstraped #iaa_stepPreview .row-fluid > div {
    display: inline-block;
    float: none;
    text-align: center;
    margin-right: -4px;

}
#iaa_bootstraped.iaa_bootstraped #iaa_stepPreview .row-fluid div:last-child:after {
    clear: both;
}
#iaa_bootstraped.iaa_bootstraped .ui-draggable {
    -webkit-transition: none;
    transition: none;
}

/* page */
#iaa_bootstraped.iaa_bootstraped .form-control {
    /*margin-top:20px;*/
}
/* page */
#iaa_bootstraped.iaa_bootstraped .bss_item {
    margin: 6px;
}
#iaa_bootstraped.iaa_bootstraped #iaa_actionBubble,#iaa_bootstraped.iaa_bootstraped #iaa_interactionBubble,#iaa_bootstraped.iaa_bootstraped  #iaa_linkBubble {
    display: none;
    position: absolute;
    min-width: 280px;
    min-height: 200px;
    background-color: #FFF;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.4);
    color: #BDC3C7;
    border-radius: 6px;
    margin-left: -6px;
    font-size: 14px;
    z-index: 999;
}
#iaa_bootstraped.iaa_bootstraped #iaa_actionBubble:before,#iaa_bootstraped.iaa_bootstraped #iaa_interactionBubble:before,#iaa_bootstraped.iaa_bootstraped  #iaa_linkBubble:before{
    content: '';
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color:  transparent transparent #FFF transparent;
    height: 0;
    position: absolute;
    left: 26px;
    top: -12px;
    width: 0;
    -webkit-transform: rotate(360deg);
}
#iaa_bootstraped.iaa_bootstraped  #iaa_linkBubble {
    background-color: #ecf0f1;
    min-width: 400px;
}
#iaa_bootstraped.iaa_bootstraped  #iaa_linkBubble:before {
    border-color:  transparent transparent #ecf0f1 transparent;
}
#iaa_bootstraped.iaa_bootstraped #iaa_actionBubble > div,#iaa_bootstraped.iaa_bootstraped #iaa_interactionBubble > div,#iaa_bootstraped.iaa_bootstraped #iaa_linkBubble > div  {
    margin: 18px;
}

#iaa_bootstraped.iaa_bootstraped .iaa_itemWindowPanel label{
    width: 100px;
    display: inline-block;
}
#iaa_bootstraped.iaa_bootstraped #iaa_interactionBubble .form-group,#iaa_bootstraped.iaa_bootstraped #iaa_interactionBubble .mbl,
#iaa_bootstraped.iaa_bootstraped #iaa_actionBubble .form-group,#iaa_bootstraped.iaa_bootstraped #iaa_actionBubble .mbl {
    margin-bottom: 0px;
}
/*
#iaa_bootstraped.iaa_bootstraped .iaa_itemWindowPanel .form-group {
    margin-bottom: 4px;
    margin-top: 4px;
}
#iaa_bootstraped.iaa_bootstraped .iaa_itemWindowPanel .form-control{
    display: inline-block;
    width: 200px;
    height: 33px;
}
*/
#iaa_bootstraped.iaa_bootstraped .iaa_iconTitleFloat {
    float: none;
    font-size: 24px;
}
#iaa_bootstraped.iaa_bootstraped .clear {
    clear: both;
}
#iaa_bootstraped.iaa_bootstraped textarea {
    height: 90px;
}#iaa_bootstraped.iaa_bootstraped #iaa_stepText {
    height: 90px;
 }
#iaa_bootstraped.iaa_bootstraped .open > .dropdown-menu,#iaa_bootstraped.iaa_bootstraped  .bootstrap-datetimepicker-widget .open > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}
#iaa_bootstraped.iaa_bootstraped #iaa_actionBubble #iaa_actionContent , #iaa_bootstraped.iaa_bootstraped #iaa_interactionBubble #iaa_interactionContent{
    padding-top: 10px;
}
#iaa_bootstraped.iaa_bootstraped #iaa_actionBubble #iaa_actionContent > div,#iaa_bootstraped.iaa_bootstraped #iaa_interactionBubble #iaa_interactionContent > div  {
    display: none;
}
#iaa_bootstraped.iaa_bootstraped #iaa_actionBubble #iaa_actionContent  textarea,#iaa_bootstraped.iaa_bootstraped #iaa_interactionBubble #iaa_interactionContent  textarea  {
    height: 140px;
}
#iaa_bootstraped.iaa_bootstraped #iaa_actionBubble #iaa_actionContent input,#iaa_bootstraped.iaa_bootstraped #iaa_actionBubble #iaa_actionContent select, #iaa_bootstraped.iaa_bootstraped #iaa_actionBubble #iaa_actionContent textarea {
    margin-bottom: 8px;
    width: 100%;
}
#iaa_winStep {
    padding-bottom: 128px;
}
#iaa_loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #1ABC9C;
    z-index: 999999;
}
#iaa_loader .iaa_spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto;
    top: 50%;
}

#iaa_loader  .double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #FFF;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

#iaa_loader .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

#iaa_websiteFrame {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.iaa_selectElementPanel{
    position: fixed;
    z-index: 100001;
    background-color: #2C3E50;
    color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 18px;
    font-size: 18px;
    display: none;
    text-align: center;
    width: 420px;
    top: 0px;
    left: 50%;
    margin-left: -210px;
}
#iaa_actionElementSelected {
    display: inline-block;
    margin-top: 8px;
    margin-left: 4px;
    padding-top: 8px;
}
#iaa_bootstraped.iaa_bootstraped .iaa_actionCircle {
    width: 64px;
    height: 64px;
    display: inline-block;
    text-align: center;
    margin: 10px;
    border-radius: 32px;
    line-height: 64px;
    background-color: #BDC3C7;
    color: white;
    font-size: 24px;
    cursor: pointer;
}
#iaa_bootstraped.iaa_bootstraped .iaa_actionCircle:hover{
    background-color: #1ABC9C;
}
#iaa_bootstraped.iaa_bootstraped .iaa_stepIconPlus {
    display: inline-block;
    font-size: 24px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    margin-bottom: 10px;
    margin-left: 10px;
    color: #BDC3C7;
    text-align: center;

}
#iaa_bootstraped.iaa_bootstraped #iaa_interactionContent label,#iaa_bootstraped.iaa_bootstraped  #iaa_actionContent label {
    width: 120px;
    display: inline-block;
    margin-right: 6px;
}
#iaa_bootstraped.iaa_bootstraped  #iaa_interactionContent .form-control, #iaa_bootstraped.iaa_bootstraped  #iaa_actionContent .form-control {
    display: inline-block;
    width: auto;
}
#iaa_bootstraped.iaa_bootstraped #iaa_stepContainer {
    padding-left: 34px;
    padding-right: 34px;
    margin-left: 18px;
}
#iaa_bootstraped.iaa_bootstraped .iaa_linkPoint {
    position: absolute;
    display: block;
    background-color: #ecf0f1;
    color: #BDC3C7;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    margin-left: 0px;
    -webkit-transition: background-color,color 0.5s;
    transition: background-color,color 0.5s;
}
#iaa_bootstraped.iaa_bootstraped .iaa_linkPoint:hover {
    background-color: #BDC3C7;
    color: #FFF;
}

#iaa_bootstraped.iaa_bootstraped #iaa_winStep > .container-fluid {
    max-width: 1170px;
}

/* Bubble */
#iaa_bootstraped.iaa_bootstraped #iaa_talkBubble {
    border-radius: 5px;
    box-shadow: 0 -1px 5px rgba(0,0,0,0.1);
    background-color: #ECF0F1;
    position: absolute;
    width: 210px;
    padding: 18px;
    bottom: 140px;
    min-width: 100px;
    min-height: 24px;
    color: #7f8c8d;
    text-align: left;
    font-family: Verdana,Arial;
    font-size: 12px;
    z-index: 90;
    left: 50%;
    margin-left: -24px;

}
#iaa_bootstraped.iaa_bootstraped #iaa_stepPreview #iaa_talkBubble {
    background-image: url('../img/resize.png');
    background-position: bottom right;
    background-repeat: no-repeat;

}
#iaa_bootstraped.iaa_bootstraped .iaa_right #iaa_talkBubble {
    left: auto;
    right: 50%;
    margin-right: -24px;
}

#iaa_bootstraped.iaa_bootstraped #iaa_talkBubble #iaa_bubbleContent{
    position: relative;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
#iaa_bootstraped.iaa_bootstraped #iaa_talkBubble p {
    margin: 0px;
    line-height: 20px;
}
#iaa_bootstraped.iaa_bootstraped #iaa_talkBubble, #iaa_bootstraped.iaa_bootstraped #iaa_talkBubble * {
    font-size: 12px;
}

#iaa_bootstraped.iaa_bootstraped #iaa_talkBubble:after {
    content: ' ';
    border-style: solid;
    border-width:  10px 10px 0 10px;
    border-color:  #ECF0F1 transparent transparent transparent ;
    height: 0;
    position: absolute;
    left: 14px;
    bottom: -10px;
    width: 0;
   /* display: none;
    -webkit-transform: rotate(360deg);*/
}
#iaa_bootstraped.iaa_bootstraped .iaa_right #iaa_talkBubble:after {
    right: 14px;
    left: auto;
}
#iaa_avatarPreviewContainer #iaa_talkBubble .iaa_talkInteraction .iaa_field *{
    width: 100%;
    margin-bottom: 10px;
}
#iaa_avatarPreviewContainer #iaa_talkBubble .iaa_talkInteraction .iaa_field input,
#iaa_avatarPreviewContainer #iaa_talkBubble .iaa_talkInteraction .iaa_field select,
#iaa_avatarPreviewContainer #iaa_talkBubble .iaa_talkInteraction .iaa_field textarea{

        background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #ffffff 100%);
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #DDD;
    margin: 0px;

}
#iaa_avatarPreviewContainer #iaa_talkBubble .iaa_talkInteraction .iaa_field.iaa_error input,
#iaa_avatarPreviewContainer #iaa_talkBubble .iaa_talkInteraction .iaa_field.iaa_error select
#iaa_avatarPreviewContainer #iaa_talkBubble .iaa_talkInteraction .iaa_field.iaa_error textarea{
    border-color: #c0392b;
    color: #c0392b;
}
#iaa_avatarPreviewContainer #iaa_talkBubble .iaa_talkInteraction .iaa_field label {
    display: block;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-top: 6px;
}
#iaa_bootstraped.iaa_bootstraped #iaa_talkBubble .iaa_talkInteraction .iaa_field label {
    display: block;
    width: 100%;
    margin-right: 8px;
}
#iaa_bootstraped.iaa_bootstraped h4, #iaa_bootstraped.iaa_bootstraped .h4 {
    font-size: 24px;
}
#iaa_bootstraped.iaa_bootstraped .iaa_btn,#iaa_bootstraped.iaa_bootstraped .iaa_btn:hover,#iaa_bootstraped.iaa_bootstraped .iaa_btn:active {
    padding: 10px 15px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    border: none;
    border-radius: 4px;
    color: #fff;
    background-color: #1abc9c;
    display: inline-block;
    margin: 5px;
    margin-right: 0px;
    margin-left: 10px;
    box-sizing: border-box;
}
#iaa_bootstraped.iaa_bootstraped .btn-toolbar > .btn-group > a {
    display: block;
}
#iaa_bootstraped.iaa_bootstraped .iaa_btn:hover {
    opacity: 0.7;
}
#iaa_bootstraped.iaa_bootstraped .iaa_btns {
    text-align: right;
    margin-bottom: 0px;
    margin-top: 6px;
}
#iaa_bootstraped.iaa_bootstraped #iaa_talkBubble p.iaa_btns {
    text-align: right;
    margin-bottom: 0px;
    margin-top: 6px;
}
/* eof bubble */

#iaa_bootstraped.iaa_bootstraped #iaa_linkInteractions {
    padding-top: 18px;
    clear: both;
}

#iaa_bootstraped.iaa_bootstraped .datepicker.dropdown-menu {
    visibility: visible;
    opacity: 1;
    width: auto;
}

#iaa_bootstraped.iaa_bootstraped .iaa_conditionItem  {
    margin-top: 18px;
    margin-bottom: 18px;
    clear: both;
    padding-top: 8px;
    padding-bottom: 8px;
}
#iaa_bootstraped.iaa_bootstraped .iaa_conditionItem  > div {
    padding: 6px;
}
#iaa_bootstraped.iaa_bootstraped .iaa_conditionItem  > div:first-child{
    padding-left: 0px;
}

#iaa_bootstraped.iaa_bootstraped #iaa_avatarPreview {
    width: 100%;
    border: 1px dashed #BDC3C7;
    margin-bottom: 28px;
    top: 28px;
    position: relative;
    background-color: #FFF;
    height: 310px;
}
#iaa_bootstraped.iaa_bootstraped #iaa_panelSettings {
    display: none;
    clear: both;
    padding-top: 1px;
    padding-left: 28px;
}
#iaa_bootstraped.iaa_bootstraped #iaa_panelSettings label {
    display: inline-block;
    width: 230px;
    margin-right: 6px;
}
#iaa_bootstraped.iaa_bootstraped #iaa_panelSettings input,#iaa_bootstraped.iaa_bootstraped #iaa_panelSettings select {
    width: 200px;
}
#iaa_bootstraped.iaa_bootstraped .iaa_avatarSettingsField {
    font-size: 28px;
    line-height: 38px;
    padding-top: 8px;
    padding-bottom: 7px;
    margin-right: 32px;
    text-align: center;
}
#iaa_bootstraped.iaa_bootstraped .iaa_avatarSettingsField:first-child{
    margin-top: 48px;
}

#iaa_bootstraped.iaa_bootstraped .iaa_avatarSettingsField a {
    margin-left: 7px;
    margin-right: 8px;
    display: inline-block;
}
#iaa_bootstraped.iaa_bootstraped .iaa_avatarSettingsField a:hover {
    opacity: 0.7;
}
#iaa_bootstraped.iaa_bootstraped .iaa_avatarSettingsField strong {
    width: 200px;
    display: inline-block;
}
#iaa_bootstraped.iaa_bootstraped .iaa_colorPreview {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    border: 2px solid #bdc3c7;
    display: inline-block;
    margin-right: 14px;
    position: relative;
    top: 15px;    
    -webkit-transition: background-color 0.8s;
    transition: background-color 0.8s;
}

/* Avatar */
#iaa_avatarPreviewContainer.iaa_avatarContainer {
    width: 128px;
    height: 146px;
    position: absolute;
    bottom: 0px;
    left: 22px;
    margin-left: -64px;
}
#iaa_avatarPreviewContainer .iaa_avatar_img {
    width: auto !important;
}
#iaa_avatarPreviewContainer.iaa_avatarContainer.iaa_customAvatar {
    width: auto !important;    
}
#iaa_avatarPreviewContainer.iaa_avatarContainer.iaa_customAvatar *[data-num]{
    display: none !important;
}
#iaa_bootstraped.iaa_bootstraped #iaa_stepPreview #iaa_avatarPreviewContainer.iaa_right  {
    right: 22px;
    left: auto;
}

#iaa_avatarPreviewContainer.iaa_avatarContainer .iaa_avatar_corpse {
    position: absolute;
   
    width: 128px;
    height: 146px;
    top: 0px;
    left: 0px;
}

.iaa_avatarContainer .iaa_avatar_hair {
    position: absolute;    
    width: 128px;
    height: 146px;
    top: 0px;
    left: 0px;
    z-index: 3;
}

#iaa_avatarPreviewContainer.iaa_avatarContainer .iaa_avatar_head {
    position: absolute;
    width: 128px;
    height: 146px;
    top: 0px;
    left: 0px;
}
#iaa_avatarPreviewContainer.iaa_avatarContainer .iaa_avatar_eyes {
    position: absolute;
    width: 128px;
    height: 146px;
    top: 0px;
    left: 0px;
}
#iaa_avatarPreviewContainer.iaa_avatarContainer .iaa_avatar_mouth {
    position: absolute;    
    width: 30px;
    height: 13px;
    top: 87px;
    left: 50px;
}

#iaa_avatarPreviewContainer.iaa_avatarContainer img.iaa_avatar_mouth:not(.iaa_talk){
    display: none;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#iaa_avatarPreviewContainer.iaa_avatarContainer .iaa_avatar_mouth.iaa_talk {
    background-image: url('../img/avatars/mouths/mouth_talk.png');
}

#iaa_avatarPreviewContainer.iaa_avatarContainer[data-talk="1"] div.iaa_avatar_mouth:not(.iaa_talk) {
    background-image: url('../img/avatars/mouths/mouth.png') !important;
}


/* loader */
#iaa_loader {
    display: none;
}
#iaa_bootstraped.iaa_bootstraped .ouro {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -23px;
    z-index: 999999;
    display:inline-block;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    background: none repeat scroll 0 0 #DDDDDD;
    overflow:hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.1) inset, 0 0 25px rgba(0,0,255,0.075);
}

#iaa_bootstraped.iaa_bootstraped .ouro:after {
    content: "";
    position: absolute;
    top: 9px; left: 9px;
    display: block;
    height: 28px; width: 28px;
    background: none repeat scroll 0 0 #F2F2F2;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
#iaa_bootstraped.iaa_bootstraped .ouro > span {
    position: absolute;
    height: 100%; width: 50%;
    overflow: hidden;
}
#iaa_bootstraped.iaa_bootstraped .left  { left:0   }
#iaa_bootstraped.iaa_bootstraped .right { left:50% }

#iaa_bootstraped.iaa_bootstraped .anim {
    position: absolute;
    left: 100%; top: 0;
    height: 100%; width: 100%;
    border-radius: 999px;
    background: none repeat scroll 0 0 #1ABC9C;
    opacity: 0.8;
    -webkit-animation: ui-spinner-rotate-left 3s infinite;
    animation: ui-spinner-rotate-left 3s infinite;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
}
#iaa_bootstraped.iaa_bootstraped .left .anim {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
#iaa_bootstraped.iaa_bootstraped .right .anim {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    left: -100%;
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
}
#iaa_bootstraped.iaa_bootstraped .ouro2 .anim {
    -webkit-animation-delay:0;
    animation-delay:0;
}
#iaa_bootstraped.iaa_bootstraped .ouro2 .right .anim{
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
#iaa_bootstraped.iaa_bootstraped .ouro3 .anim {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration:3s;
    -webkit-animation-timing-function: linear;
    animation-delay: 0s;
    animation-duration:3s;
    animation-timing-function: linear;
}
#iaa_bootstraped.iaa_bootstraped .ouro3 .right .anim{
    -webkit-animation-name: ui-spinner-rotate-right;
    -webkit-animation-delay:0;
    -webkit-animation-delay: 1.5s;
    animation-name: ui-spinner-rotate-right;
    animation-delay:0;
    animation-delay: 1.5s;
}
#iaa_bootstraped.iaa_bootstraped .round .ouro:after {display:none }
#iaa_bootstraped.iaa_bootstraped .double .ouro:after {
    height: 13px; width: 13px;
    left: 7px; top: 7px;
    border: 10px solid #ddd;
    background: transparent;
    box-shadow: none;
}

#iaa_bootstraped.iaa_bootstraped .field_description p {
    line-height: 11px;
    font-size: 12px;
}
#iaa_bootstraped.iaa_bootstraped #iaa_avatarCustom {
    display: none;
}
#iaa_bootstraped.iaa_bootstraped #iaa_avatarCustomPreview {
    padding: 14px;
    border: 1px dashed #BDC3C7;
    border-radius: 15px;
    position: relative;
    display: inline-block;
}
#iaa_bootstraped.iaa_bootstraped #iaa_avatarCustomPreviewContent {
    position: relative;
}
#iaa_bootstraped.iaa_bootstraped #iaa_avatarCustomPreview img {
    max-width: 128px;
    max-height: 128px;
}
#iaa_bootstraped.iaa_bootstraped #iaa_avatarCustomPreview #iaa_avatarCustomPreview_mouth {
    position: absolute;
    z-index: 999;
}
