.top-bar{
    height: 50px;
    background-color: #3a3e48;
}
table tr.even, table tr.alt, table tr:nth-of-type(even){
    background-color:inherit !important;
}
table tr.even, table tr.alt, table tr:nth-of-type(odd){
    background-color:inherit !important;
}

table tr:nth-of-type(even).resposta-active{
    background-color:#b7b7b7 !important;
}
table tr:nth-of-type(odd).resposta-active{
    background-color:#b7b7b7 !important;
}
.reveal-modal{
    position: fixed !important;
}
body{
   margin:0;
   padding:0;
   height:100%;
   font-family: Roboto !important;
   /*min-width: 1024px;*/
   font-size: 14px;
   font-weight:400;
   line-height: 20px;
   min-height: 600px;
}
h1 {
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    font-family: Roboto !important;
}
h2{
    font-weight:bold;
    font-size: 18px;
    line-height: 26px;
    font-family: Roboto !important;
}
h3{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: Roboto !important;
}
.legends{
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    color: #b7b7b7;
    font-family: Roboto !important;
}
.nav-icon{
    margin-left:15px;
    margin-right:15px;
    width: 20px;
    height: 12px;
}

.nav-title{
    font-family: Roboto;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
}
.row{
    max-width:95%;
}

.partial-title{
    font-family: Roboto;
    color: #3a3e48;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}

.container{
    border-radius: 2px;
    background-color: #f2f2f2;
    padding:15px;
    margin-bottom:15px;
}


.btn-white{
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 14px;
    /*width: 101px;*/
    height: 30px;
    color:#0082c8;
    border-color:#0082c8;
    border-width:thin;
    line-height:2px;
    margin-right: 20px;
}

.btn-blue{
    border-radius: 3px;
    font-size: 14px;
    background-color: #0082c8;
    /*width: 101px;*/
    height: 30px;
    color:#ffffff;
    line-height:2px;
}

.partial-nav{
    margin-bottom: 10px;
    margin-top: 15px;
}
.partial-nav > *{
    display:inline-block;
}

.configurar-nota{
    font-family: Roboto;
    color: #b7b7b7;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.questionIcon{
    width:10%;
    border-right:1px solid white;
    text-align:center;
    display:inline-block;
    margin-right:5px;
}
.questao-item{
    border-radius: 3px;
    border-width:1px;
    background-color: #ffffff;
    font-family: Roboto;
    color: #3a3e48;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-bottom: 10px;
    padding: 5px;
    padding-right:15px !important;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.questao-item-text {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align:top
}
.questao-item-text-short{
    width: 50% !important;
}
.questao-item-text-adding {
    display: inline-block;
    width: 59%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align:top
}
.questao-item-text-short-adding{
    width: 45% !important;
}

.questao-item:active{
    cursor:grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: -webkit-grabbing !important;
}
.no-grab{ cursor: context-menu !important}
.no-grab:active{ cursor: context-menu !important}

.questao-activa{
    background-color:#4da8d9;
    color: #ffffff;
}

.question-editing-label{
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.2);
    border-radius: 3px;
    color: #FFFFFF;
    padding: 0 5px;
    cursor:help;
}

.help-icon{
    border-radius: 3px;
    background-color: #b7b7b7;
    width:17px;
    height:18px;
    display:inline-block;
    color:white;
    text-align: center;
    /*padding: 3px;*/
    font-size: 10px;
    font-weight:bold;
    position:absolute;
    top:0;
    right: 15px;
    cursor: help;
}
.help-icon-value{
    right: 0 !important;
}
.help-icon:hover{
    background-color:#0082c8;
}

.help-icon a{
    cursor: help;
}
.include-helper{
    padding-right: 20px;
}
.include-helper-value{
    position:relative;
}
.scroll-template{
    max-height: 300px;
    height: 300px;
    overflow-y: scroll;
    overflow:auto;
}

.template-apply-btn{
    margin-top:15px;
    width: 150px;
}

.resposta-item {

}

table{
     border-collapse: collapse;
     width:100%;
     background-color:inherit !important;
     border:none !important;
}
table thead{
    background-color: inherit;
}
td{
    vertical-align: middle;
}
td input[type="text"], td input[type="radio"],td input[type="checkbox"], td input[type="number"]{
    margin: 0;
}

input[type="number"].valueInput {
    width:33%;
    float:right;
}
.valueHeader{
    text-align:right;
}

.container-header{
    margin-bottom: 15px !important;
}
.mainQuestionItem{
    width: 32px;
    height: 32px;
    line-height: 20px;
    text-align:center;
    padding:5px;
    border-radius: 3px;
    background-color:  white;
    border: 1px solid #b7b7b7;
    position: relative;
    margin-right: 15px;
    color:#b7b7b7;
}
.mainQuestionItem:hover{
    background-color:#0082c8;
    color: white;
}

.mainQuestionSelect{
    border-radius: 3px;
    margin-right: 15px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    text-align:right;
}
.mainQuestionSelect select{
    margin:0 !important;
    direction: rtl;
    padding-right: 15px;
    background-color:white;
}

.mainQuestionTitle{
    padding-left:15px;
    float:left;
}
.pagination-menu{

}

.pagination-menu > ul > li{
    padding: 15px;
}
.pagination-menu > ul > li > ul > li:nth-child(odd){
    padding: 5px 10px;
}
.pagination-menu > ul > li > ul > li:nth-child(even){
    padding: 5px 10px;
    text-align:center;
}

.pagination-menu select{
    margin:0 !important;
    background-color:white;
    border-radius: 3px;
}

.pagination-arrow{
    background-color: #0082c8;
    border-radius:3px;
    color:white;
    text-align:center;
    cursor:pointer;
}
.footer{
    margin-top: 5px;
    padding-left: 30px;
    background-color: #b7b7b7;
    width: 100%;
    height: 30px;
    font-family: Roboto;
    color: #ffffff;
    font-size: 10px;
    text-align: left;
    position:absolute;
    bottom:0;
}
.footer p{
    margin-bottom:0 !important;
}

.tab{
    color:  #b7b7b7;
    font-size: 14px;
    line-height: 40px;
    cursor:pointer;
}

.activeTab{
    border-bottom: 3px solid #0082c8 !important;
    color:#3a3e48;
}

.tab-title{
    padding: 5px;
}

.pointer{
    cursor:pointer;
}
.bold{
    font-weight: bold;
}

.accordion{
    list-style-type:none;
}
ul.accordion {
    margin-left:0;
}

.parentCheckBox{
    margin-left: 10px !important;
}
.childCheckBox{
    margin-left: 70px !important; 
}


.accordionHeader{
    font-family: Roboto;
    color: #3a3e48;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-left: 25px !important;
}
i.accordionHeader{
    width: 15px;
}

.accordionContent{
    height:auto !important;
}
.fixAccordion{
    max-height:200px;
    overflow-y:scroll;
}
.invalidInput{
    border: 2px solid #bb1f1f !important;
    border-radius: 4px !important;
}
.fixUl{
    margin-left: 0px !important;
}

#mainContainer{
   min-height:100%;
   position:relative;
}
#body{
   padding-bottom:35px; 
   height:100%;
}


/* LOADING ICON */
.spinner {
  margin: 100px auto;
  width: 20px;
  height: 20px;
  position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #333;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* --- LOADING ICON --- */

hr {
    margin: 0;
    margin-bottom: 15px;
}

#selectScopeAll{
    margin-left: 50px;
}
.fixUl > input {
    margin-left: 20px;
}

a.tooltips {
    position: relative;
    display: inline;
    color: white;
}
a.tooltips span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  background: #000000;
  height: auto;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  visibility: hidden;
  border-radius: 5px;
  padding: 3px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.help-icon:hover a.tooltips span {
  visibility: visible;
  opacity: 0.7;
  bottom: 30px;
  left: 50%;
  margin-left: -70px;
  z-index: 999;
}

.alert-modal{
    background-color: white;
    text-align: center;
    border-radius: 3px;
    max-width:33%;
    padding: 0;
    top: 50% !important;
	transform: 	translateY(-50%);
    -webkit-transform: 	translateY(-50%);
}

.alert-header{
    background-color: #b7b7b7;
    height: 50px;
    line-height: 50px;
}

.alert-content{
    padding: 20px;
}
.alert-content button{
    margin: 15px;
}

.question-list{
    max-height: calc(100vh - 170px);
    overflow-y:scroll;
    border:solid 5px #f2f2f2;
}

.question-list::-webkit-scrollbar{
    width:12px;
}
.question-list::-webkit-scrollbar-thumb{
    -webkit-border-radius:10px;
    background: #b7b7b7;
}

select {
    margin: 0 !important;
}

.dropdown-main{
    background-color: white;
    border: solid 1px #ccc;
    margin-bottom:15px;
    font-size: 14px; 
    color: rgba(0,0,0,0.75) !important;
    position:relative;
    width: 100%;
    padding: 8px;
}
.dropdown-main-disabled{
    background-color: #f2f2f2 !important;
    cursor: default !important;
}
.dropdown-default{
    min-height: 20px;
}
.dropdown-icon{
    line-height: 20px;
}

.dropdown-options {
    border: solid 1px #ccc;
    position:absolute;
    top:100%;
    left: -1px;
    right: -1px;
    float: left;
    z-index:10;
    background-color: inherit;
    padding: 8px;
    max-height: 150px;
    overflow-y: auto;

}
.dropdown-options.ng-hide {
    height: 0;
}

.dropdown-option:hover{
    background-color:#f3f3f3;
}

.dropdown-option-selected{
    display: inline-block !important;
    color: #4d4d4d;
    padding: 3px;
    margin: 3px;
    border-radius: 5px;
    border: solid 1px #ccc;
    text-align: center;
    background-color:rgb(242, 242, 242);
    line-height: 18px;
    font-size: 12px;
    text-align: left;
}
.dropdown-option-selected i{
    margin-left: 7px;
}
.dropdown-option-selected:hover{
    color: black;
    background-color:rgb(242, 242, 242);
}
.current-icon{
    position:absolute;
    left:-20px;
}

.no-templates-row{
    display:table;
    width: 100% !important;
}
.no-templates-content{
    display: table-cell;
    vertical-align:middle;
    text-align: center
}
.container-select-template{
    background-color:#f5f5f5;
    padding: 15px;
    margin-bottom: 15px;
}
.select-template-separator{
    background-color:#b7b7b7;
    margin-bottom: 10px !important;
}
.select-template-header{
    padding-left: 15px;
}
.margin-bottom-20{
    margin-bottom: 20px !important;
}
.margin-bottom-10{
    margin-bottom: 10px !important;
}
.margin-left-15{
    margin-left: 15px !important;
}
.display-inline-block{
    display: inline-block !important;
}
.padding-left-15{
    padding-left:15px !important;
}
.line-height-30{
    line-height: 30px;
}
.line-height-18{
    line-height: 18px;
}
.options-container{
    margin-top: 10px !important;
}

.preview-form{
    border-radius: 3px;
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.3);
    padding: 20px;
    margin: 20px;
    border: 1px solid rgba(0,0,0,0.3);
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.preview-question-answers {
    margin-top: 20px;
}
.preview-question-disabled{
    opacity: 0.6;
}

.list-templates-icon{
    margin: 7px;
    margin-right:0;
}
@media (max-width: 1120px){
    .btn-white{
        padding-left: 10px;
        padding-right: 10px;
    }
    .fix-padding{
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}
.remove-padding-left{
    padding-left: 0 !important;
}
.remove-padding-right{
    padding-right: 0 !important;
}
.remove-margin-left{
    margin-left: 0 !important;
}
.remove-margins{
    margin: 0 !important;
}
.remove-max-width{
    max-width:none !important;
}

.modal-fix{
    overflow-x: hidden !important;
    max-height:480px !important;
    height: 480px !important;
}

.list-form{
    border-radius: 3px;
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.3);
    margin: 20px;
    border: 1px solid #f2f2f2;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.list-item {
    padding: 20px;
    line-height: 30px;
}
.list-item > div{
        display: inline-block;
}
.list-form > div:nth-child(even){
    background-color:#f2f2f2;
}
.list-item-button {
    color: white;
    font-size: 14px;
    text-align: center;
    background-color: #0082c8;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -10px;
}
.list-item-text{
    vertical-align: top;
}
.list-header{
    max-width: 960px;
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

/*NOVO*/
.row .row{
    margin: 0 0 !important;
}


/*.radio, .checkbox {
    position: relative;
    display: inline-block;
}*/

.float-left
{
    float: left;
}

.container-radiobutton {
    /*background-color: #2E4272;*/
    display: flex;
}

.fixed {
    /*background-color: #4F628E;*/
    width: 200px;
}

.flex-item-radiobutton {
    flex-grow: 0.04;
    text-align: center;
}

.preview-question-answers-privacy 
{
    margin-top: 50px!important;
}

.box-privacy {
    margin-left: 40.5% !important;
}

.flex-privacy {
    flex-grow: 0.1 !important;
}

.modal-url {
    padding-top: 15px;
    padding-bottom: 15px;
    font-style: italic;
}

/* ng-dropdown-multiselect */
.ng-dropdown-multiselect .multiselect-parent{
}

.ng-dropdown-multiselect  .btn-group{
    /*position: relative;*/
    display: inline-block;
    /*vertical-align: middle;*/
} 

.ng-dropdown-multiselect button{
    margin: 0;
    font: inherit;
    color: inherit;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.ng-dropdown-multiselect button[disabled]{
    cursor: default;
}
.ng-dropdown-multiselect button[disabled]:hover {
    background-color:inherit;
}
.ng-dropdown-multiselect .dropdown-multiselect{
    width:100%;
}

.ng-dropdown-multiselect .dropdown-toggle{
    /*margin-bottom: 10px;*/
    background-color: white;
    border: solid 1px #ccc;
    color:initial !important;
    min-width:218px;
}



.ng-dropdown-multiselect .btn-default{
    padding-left: 15px;
}
.ng-dropdown-multiselect .btn-default i{
    position: absolute;
    line-height: 2rem;
    top: 0;
    right: 15px;
}

.ng-dropdown-multiselect .dropdown-menu{

}

.ng-dropdown-multiselect .dropdown-menu-form{
    overflow:auto !important;
    margin-left:0;
    display:inline-block;
    background-color: white;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 6px 15px 0 rgba(0,0,0,0.3);
    border: 1px solid rgba(0,0,0,0.3);
    position:absolute;
    z-index:1;
    color:#222 !important;
    max-width: 900px;
}
.ng-dropdown-multiselect .dropdown-menu-form li{
    list-style-type: none;
    font-size:14px;
}
.ng-dropdown-multiselect .dropdown-menu-form > li{
    margin-bottom: 10px;
}
.ng-dropdown-multiselect .dropdown-menu-form li a{
    color: initial !important;
}
.ng-dropdown-multiselect .dropdown-menu-form .dropdown-header input{
    line-height:1.5rem;
    padding-left: 30px;
    margin-bottom:10px;
}
.ng-dropdown-multiselect .dropdown-menu-form .dropdown-header i{
    position: absolute;
    line-height: 2rem;
    margin-left: 10px;
    color: #ccc;
}
.ng-dropdown-multiselect .dropdown-menu-form .all-action{
    display:inline-block;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    padding: 5px;
    min-width: 196px;
    text-align: center;
}

.ng-dropdown-multiselect .divider{

}
.btn-default{
    border-radius: 3px;
    font-size: 14px;
    background-color: #0082c8;
    /* width: 100%; */
    height: 30px;
    color: #ffffff !important;
    line-height: 2px !important;
    display:block !important;
}

/*test*/
.input-number-custom {
  position: relative;
  float: right;
}

.input-number-custom input[type=number]::-webkit-inner-spin-button,
.input-number-custom input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

.input-number-custom input[type=number]
{
  -moz-appearance: textfield;
  width: 65px;
  height: 45px;
  padding-right: 25px;
  padding-left: 10px;
}

.input-number-custom input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #ccc;
}

.input-number-custom input:focus {
  outline: 0;
}

.input-number-custom .quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.input-number-custom .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 25px;
  text-align: center;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 0.85rem;
}

.input-number-custom .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
  top: 1px;
}

.input-number-custom .quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}