﻿html {
    position: relative;
}

body {
    padding-top: 60px;
    padding-bottom: 60px;
    /*margin-bottom: 43px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 1px;
    padding-right: 1px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 320px;
}

/*botão Salvar em cada grupo de perguntas*/
.save-fixed-top,
.save-fixed-bottom,
.save-fixed-right {
  position: fixed;
  border-radius: 6px;
  z-index: 1030;
  padding-right: 0;
  padding-left: 0;
  max-height: 340px;
}
.save-fixed-right{
    float:right!important;
    text-align:right;
    right:40px;
}
.save-fixed-top{
  border-width: 1px 1px 1px;
}
.save-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 1 1;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .save-fixed-top,
  .save-fixed-bottom {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .save-fixed-top,
  .save-fixed-bottom {
    border-radius: 0;
  }
}

/*Menu de Categorias nas Auditorias*/
.questoes{
    position:relative;
    width:80%;
    height:100%;
    float:right;
    overflow-y:auto;
}
.stamp{
    text-align: center;
    font-size:small;
}
.scrollable-menu {
    border-radius: 6px;
    position:fixed;
    width:18%;
    height:90%;
    float:left;
    overflow-y:scroll;
}

/*conteúdo*/
.conteudo {
    padding-bottom: 50px 15px 0;
    min-height: 100%;
    height: auto !important;
    height: 100%;

    /*padding-top: 20px;
    margin: 0 auto -43px;*/
}

.rodape {
  position: relative;
  margin-top: -20px;
  height: 43px;
  clear:both;
  /*padding-top:20px;*/
} 

/*Caixa que contém o botão Salvar acima e última data de atualização*/
.caixa {
  right: 0%;
  padding: 1px 1px;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
.caixa p {
  margin-bottom: 1px;
  font-size: 21px;
  font-weight: 200;
}
.caixa:active,
.caixa:hover {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
@media screen and (min-width: 768px) {
  .caixa {
    padding: 0px 0;
    padding-right: 1px;
    padding-left: 1px;
  }
}
.linkButton { 
     background: none;
     border: none;
     color: #0066ff;
     text-decoration: underline;
     cursor: pointer; 
}

body.wait *, body.wait {
    cursor: progress !important;
}
.esperaOn {
    display: block !important;
    position: fixed;
    background-color: #666;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    vertical-align: middle;
    text-align: center;
    }
.esperaOff {
    display: none;
    }
.espera {
    display: none;
    position: fixed;
    /*background-color: #666;*/
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    vertical-align: middle;
    text-align: center;
    }

.variaveisWYSIWG {
    display: none;
    /*vertical-align: middle;
    text-align: center;*/
    z-index: 1000;
    background: #eee;
    border: 1px solid #ddd;
    position: absolute;
    border-radius: 4px;
    max-width: 50vw;
    max-height: 80vh;
    /*background: #6C7A89;*/
    /*display: flex;*/
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    margin: auto;
    width: 300px;
}

.variaveisWYSIWG_Titulo {
    font-weight: 700;
    font-size: 13px;
    cursor: move;
    position: relative;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding: 10px 12px;
    background: #eee;
}
.variaveisWYSIWG_Button {
    position: absolute;
    cursor: pointer;
    text-align: center;
    top: 9px;
    z-index: 5;
    right:5px;
}
.variaveisWYSIWG_Caixa {
    background-color: #fff;
    overflow: auto;
    padding: 15px 10px 5px;
    margin-top: 35px;
    border-top: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
}
.variaveisWYSIWG ul {
    width: 70%;
    margin: auto;
    background: #6C7A89;
    list-style-type: decimal;
}
.variaveisWYSIWG li {
        display: inline-block;
        line-height: 25px
    }


.after_modal_appended {
    position: relative;
}
.modal, .modal-backdrop {
    position: absolute !important;
}
.esperaMaior {
    display: none;
    z-index: 1234;
    background-color: #666;
    background: url('../Images/bg_pop.png') repeat;
    height: inherit;
    left: inherit;
    position: fixed;
    top: inherit;
    width: inherit;
}
.imgBotao {
    max-width:30px;
    /*max-height:45px;*/
    width: auto;
    height: auto;
}
