/* Write your custom CSS here */
.survey-detail-tabs-items {
    line-height: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    text-align: left;
    overflow-x: hidden;
    overflow-y: hidden;
}
.survey-detail-tabs-items>li {
    visibility: visible!important;
    display: inline-block!important;
    padding: 1px 0;
}
.survey-detail-tabs-items .selected-tab, .survey-detail-tabs-items>li>div:hover {
    border-bottom: 3px solid #0f6efa;
    text-decoration: none;
}
.survey-detail-tabs-items div {
    color: #333;
    padding: 5px 10px 5px 0;
    margin-right: 25px;
    border-bottom: 3px solid #fff;
    font-weight: 700;
}
.survey-detail-header {
    background: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 12px;
}
.survey-detail-tabs {
    background: #eee;
    text-align: center;
    background: #fff;
    margin-top: 20px;
}
.btn-add-question-body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    line-height: 2rem;
    font-weight: 600;
    border: 2px dashed #cbd6e2;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.form-survey-container {
    background: #fff;
    width: 71%;
    padding: 20px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    min-height: 400px;
}

.dropdown-menu {
    position: absolute;
   
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.custom-options {
    top: -300%;
}
.lbl-input {
    font-size: 14px;
    font-weight: 700;
}

.add-question-form {
    border: 1px solid #c9d7df;
    border-radius: 4px;
    box-shadow: 0 0 7px 0 rgba(188,205,215,.7), 0 4px 10px 0 rgba(188,205,215,.7), 0 3px 1px -1px rgba(188,205,215,.7);
    padding-bottom: 10px;
}

.add-question-header, .add-question-header-tite {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.add-question-header {
    justify-content: space-between;
    background: #f8fafb;
    padding: 12px 16px;
    border: 1px solid var(--border-color);
}

.add-question-title {
    font-weight: 700;
    font-size: 14px;
    margin-right: 12px;
}

.add-question-options {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.add-question-body {
    background: #fff;
    padding: 12px 20px;
}

.add-question-footer {
    padding: 5px 26px;
}

.controls-small {
    padding: 5px 0;
}
.controls {
    padding: 10px 0;
    position: relative;
    width: 100%;
}
.input {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #fff;
    border-radius: 2px;
    color: #565a5c;
    padding: 8px 12px 9px;
    border: 0;
    width: 100%;
    font-size: 14px;
}

.input-underline {
    border: none;
    padding: 16px 0;
    box-shadow: inset 0 -1px 0 0 #ccc;
}

.containerAppButon {
    display: inline-block;
    padding: 0 5px;
}

.btn-principal, .btn-principal:focus, .btn-principal:hover {
    border-color: #0f6efa!important;
    background-color: #0f6efa!important;
    color: #fff;
}
.detail-survey-container, .table-users {
    background: #fff;
    padding: 20px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
}

.detail-survey-container {
    width: 71%;
    margin-bottom: 10px;
}
.survey-user-container {
    margin: 20px 0;
}


.alert-box-inline {
    background-color: #feefeb;
    border-bottom: 4px solid #ca3b27;
}
.alert-box {
    background-color: #feefeb;
    color: #494949;
    font-size: 12px;
    padding: 16px 15px 16px 24px;
    border-radius: 0;
    position: relative;
    margin-bottom: 10px;
}
.answer-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 40px;
}

.containerAppButon {
    display: inline-block;
    padding: 0 5px;
}

.btn-without-border {
    border: none!important;
    background: transparent;
}

.answer-scala-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
    margin-top: 15px;
}

.answer-scala-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
    margin-top: 15px;
}

.scala-item {
    padding: 5px;
}

.scala-item-label {
    border: 1px solid #ccc;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.answer-scala-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
    margin-top: 15px;
}

.add-question-item {
    margin-bottom: 12px;
    list-style: none;
}

.add-question-header, .add-question-header-tite {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.add-question-options {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.add-question-item {
    margin-bottom: 12px;
    list-style: none;
}

.label.label-default {
    background-color: #777;
}

.modal-confirmation {
    text-align: center;
    
    font-weight: 600;
    padding: 0;
    background: #3bcf75;
}

.header-confirmation {
    background: #3bcf75;
    padding: 30px 20px;
    color: #fff;
    margin-bottom: 0;
}

.body-confirmation {
    padding: 10px 40px;
}

.orden-confirm-body {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-weight: 700;
}

.survey-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.item-survey-link, .item-survey-link:focus, .item-survey-link:hover {
    text-decoration: none;
    color: #333;
}
.item-survey {
    display: flex;
    cursor: pointer;
    box-sizing: content-box;
    width: 45%;
    height: 110px;
    margin: 8px 0;
    border: 1px solid rgba(217,219,224,.5);
    -webkit-border-image: none;
    border-image: none;
    -webkit-border-image: initial;
    border-image: initial;
    border-radius: 3px;
    flex-direction: column;
    padding: 12px 18px;
    background: #fff;
}

.item-survey-body {
    flex: 2 1;
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
}

.survey-name {
    font-size: 18px;
    font-weight: 700;
    height: 50px;
}

.survey-date {
    font-size: 12px;
}

.item-survey-footer {
    display: flex;
    flex: 1 1;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.survey-num-answers, .survey-status {
    font-weight: 700;
}

.survey-status {
    color: #4fc510;
}
.survey-num-answers, .survey-status {
    font-weight: 700;
}

.item-survey:hover {
    background: rgba(53,48,151,.1);
}


@media screen and (max-width:640px) {
 .form-survey-container {
    background: #fff;
    width: 100%;
    padding: 20px;
    border: 1px solid #0f6efa;
    border-radius: 3px;
    min-height: 400px;
}

.survey-detail-tabs-items div {
    color: #333;
    padding: 5px 5px 5px 0;
    margin-right: 0px;
    border-bottom: 3px solid #fff;
    font-weight: 500;
	font-size:10px;
}

.item-survey {
    display: flex;
    cursor: pointer;
    box-sizing: content-box;
    width: 90%;
    height: 110px;
    margin: 8px 0;
    border: 1px solid rgba(217,219,224,.5);
    -webkit-border-image: none;
    border-image: none;
    -webkit-border-image: initial;
    border-image: initial;
    border-radius: 3px;
    flex-direction: column;
    padding: 12px 18px;
    background: #fff;
}

.detail-survey-container {
    width: 100%;
    margin-bottom: 10px;
}
}

.loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  widows: 100%;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #0f6efa;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}




