html, body{
    height: 100%;
}
body{
    overflow-x: hidden;
    overflow-y: auto;
    /* overflow-y: scroll; */
    /* -webkit-overflow-scrolling: touch; */
}
.wrapper{
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.wrapper:before,.wrapper:after {
    content: " ";
    display: table
}
.wrapper:after {
    clear: both
}

.content{
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
/* 
a{
    color:white; cor dos links em geral
} */

/* a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: white;
} */
.main-header{
    position: relative;
    max-height: 50px;
    z-index: 1030;
    /* background-color: #000000; */
    background-color: rgba(0, 39, 122, 0.877);
}

/* arrumando o dropdown do user */
#dropdownMenuButton{
    cursor: pointer;
}

#dropdownMenuButton:hover{
    background-color: rgba(0, 39, 122, 0.877);
}

.dropdown-item{
    background-color: rgba(0, 39, 122, 0.877);
    color: white;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: rgba(0, 39, 122, 0.877);
    color: white;
}

.navbar-nav {
    margin: 0;
}

.user-option1{
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.user-option2{
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.user-option1:hover{
    background-color: rgba(92, 112, 155, 0.877);
}

.user-option2:hover{
    background-color: rgba(92, 112, 155, 0.877);
}

.main-header .navbar{
    margin-bottom: 0;
    margin-left: 210px;
    border: none;
    min-height: 50px;
    border-radius: 0;
}
.main-header .nav.navbar-nav{
    max-height: 50px;
}
.main-header .navbar-custom-menu{
    float: right;
    max-height:  50px;
}

/*Aqui é  logo da esquerda*/
.main-header .logoweb{
    display: block;
    float: left;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    padding: 0 15px;
    overflow: hidden;
    color: white;
}
.logoweb:hover{
    color: white;
}

.content-header{
    position: relative;
    padding: 15px 15px 0 15px;
}
.content-header > h1{
    margin: 0;
    font-size: 24px;
}

/*content-header-top
    botão cancelar*/
.content-header-top{
    position: relative;
    padding: 5px;
    height: 44px;
    background: #b6cdece8;
    /* background: rgba(255, 255, 255, 0.5); */
}
/* 
.sidebar{
    padding-bottom: 10px;
}
.sidebar-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-menu > li{
    position: relative;
    margin: 0;
    padding: 0;
}
.sidebar-menu> li > a{
    padding: 12px 5px 12px 15px;
    display: block; */
    /* color: #000000; cor dos links apenas do sidebar */
/* }
.sidebar-menu > li > a:hover{
    color: white !important;
}
.sidebar-menu > li.active{
    background: #b6cdece8; */
    /* background-color: rgba(0, 39, 122, 0.877); */
/* }
.sidebar-menu > li > a > .glyphicon{
  width: 20px;
}
.sidebar-menu li.header{
  padding: 10px 25px 10px 15px;
  font-size: 12px;    
}
.sidebar-menu:hover{
  overflow: visible;
}
.sidebar-menu> li:hover{
    background-color: rgba(0, 39, 122, 0.877);
    color: white;
}

.sidebar-menu > li.header{
  overflow: hidden;
  text-overflow: clip;
}
.sidebar-menu li > a{
  position: relative;
} */

select{
    margin-bottom: 15px;
}

table{
    margin: 0 auto;
}

#tableMes{
    width: 100%;
}
#mytable> thead>tr>td>.btn-sm{
    width: 100%;
    cursor: auto;
}
#mytable{
    width: 100%;
    margin-top: 0;
    font-size: 5pt;
}

#tabledias{
    width: 100%;
    margin-top: 1px;
}

#tableturno1{
    background-color: rgb(247, 247, 247);
}
#tableturno2{
    background-color: rgb(247, 247, 247);
}
#tableturno3{
    background-color: rgb(247, 247, 247);
}
#tableturno4{
    background-color: rgb(247, 247, 247);
}

/* .modal{
    position: relative;
} */
/* form{
    padding: 30px;
} */

#modalbusca{
    overflow-y:auto;
}
#table{
    margin-top: 0;
}

#drop{
    display: none;
}

/* input::-webkit-calendar-picker-indicator {
    display: none;
} */

#btnPrint{
    color: white;
}
#btnPrint:hover{
    background-color: rgba(0, 39, 122, 0.877);
}
#btnConfig{
    color: white;
}
#btnConfig:hover{
    background-color: rgba(0, 39, 122, 0.877);
}

.wrapper{
    background-color: white;
    display: none;
}

.form-group{
    padding: 0;
    margin: 0;
}
/* speech */

.button {
    background: -webkit-linear-gradient(top, #018bfc 0, #0058bd 100%);
    border: 1px solid #0b7beb;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 35px;
    text-align: center;
    text-shadow: 1px 1px 1px #1680eb;
    letter-spacing: normal;
  }
  
  /* .center {
    text-align: center;
  } */
  
  .final {
    color: black;
    padding-right: 0;
    margin: 0;
  }

  .interim {
    color: gray;
  }
  
  .info {
    font-size: 14px;
    text-align: center;
    color: #777;
    display: none;
  }
  
  .right {
    margin-bottom: 15px;
  }
  
  .sidebyside {
    display: inline-block;
    width: 45%;
    min-height: 40px;
    text-align: left;
    vertical-align: top;
  }
  
  #dados_input {
    text-align: center;
    margin-bottom: 5px;
  }
  
  #info {
    font-size: 12px;
    color: #777;
    visibility: hidden;
    padding: 5px;
    margin-left: -35px;  
  }
  
  #results {
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: left;
    min-height: 300px;
    overflow: auto;
    display: none;
  }
  
  #final, #transcriptarea {
    font-size: 14px;
    /* font-weight: bold; */
    border: 1px solid #ddd;
    padding: 15px;
    text-align: left;
    min-height: 400px;
    margin-top: 20px;
    width: 100%;
    overflow: auto;
    border-radius: 5px;
    resize: vertical; 
  }
    
  #start_button {
    border: 0;
    background-color: transparent;
    padding: 0;
  }
  #start_go {
    border: 0;
    background-color: transparent;
    padding: 0;
  }
  
  #miclingua {
    text-align: center;
    padding: 10px;
  }
  
  #copy_button {
    display: none;
  }
  
 #editar {
    display: none;
  }
/*  
  #save {
    display: inline-block;
  } */
  
#div_language{
    display: none;
}

#start_record {
    border: 0;
    background-color: transparent;
    padding: 0;
}

#info_record {
    font-size: 12px;
    color: #777;
    padding: 5px;
    margin-right: -35px;
}
.table-responsive .table {
    overflow-y: scroll;
    /* -webkit-overflow-scrolling: touch; */
}

.modal-body::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
.modal-body::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}
.modal-body::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

#recordingImg {
    width: 50px;
}

#recordingsList{
    margin: 0px;
    padding: 0px;
}

#recordButton,#pauseButton,#stopButton:hover {
    background:#ffffff;
}
.btn:active { 
    color: #FFFFFF;
}
#stopButton:disabled { 
    color: #FFFFFF;
    background-color: white
}
#recordButton:disabled { 
    color: #FFFFFF;
    background-color: white
}
#pauseButton:disabled { 
    color: #FFFFFF;
    background-color: white
}
.btn:focus { 
    color: #FFFFFF;
}

#textanamnese{
    width:100%; 
    min-height: 400px; 
    border: 1px solid #ddd; 
    border-radius: 5px; 
    padding: 10px;
    resize: vertical;
}

#cod_text{
    width:100%; 
    min-height: 400px; 
    border: 1px solid #ddd; 
    border-radius: 5px; 
    padding: 10px;
}

.btnslaudo{
    margin: 2px;
}

.icons {
    /* padding: 5px !important; */
    width: 25px;
    height: 25px;
}

#depara{
    display: none;
}

#retirante{
    margin: 0 auto;
    width: 55%;
}

.iconw{
    padding-top: 0 !important; 
    padding: 2px !important;
}

@media only screen and (max-width: 1400px){
    .dropmenu:hover{
        display: inline-block;
    }
    
}

@media only screen and (max-width: 1200px){
    #form{
        width: 600px;
    }
    #formedit{
        width: 600px;
    }
    #nome{
        width: 500px;
    }
    #spanagenda{
        display: none;
    }

    #dropclick .fa.fa-plus{
        display: none;
    }

    li ul {
        position: absolute;
        left: 40px;
        top: 0;
        display: none;
    }
        
    #agenda1{
        display: none;
    }
}
@media only screen and (max-width: 1100px){
    #form{
        width: 500px;
    }
    #formedit{
        width: 500px;
    }
    #nome{
        width: 400px;
    }
}

@media only screen and (max-width:767px){
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        background-color:rgba(0, 39, 122, 0.877);
    }
}

@media only screen and (max-width: 780px){
    body{
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .main-sidebar{
        width: 40px;
    }

    .pull-right-container{
        display: none;
    }
    .content-header-top{
        height: 40px;
    }

    /*media query de consultas*/
    #tableMes>a{
        display: inline-block;
        width: 20%;
    }
    #form{
        width: 400px;
    }
    #formedit{
        width: 400px;
    }
    #nome{
        width: 250px;
    }
    .modal-backdrop {
        /* bug fix - no overlay */    
        display: none;    
    }
    .modal {
        background: rgba(0,0,0,0.5);
    }

    #retirante{
        width: 100%;
    }
}

@media only screen and (max-width:992px){
    #tableMes>a{
        display: inline-block;
        width: 20%;
    }
    #nome{
        width: 250px;
    }
}

@media only screen and (max-width:770px){
    #dropdownMenuButton{
        line-height: 29px;
    }
}

@media only screen and (max-width:600px){
    #form{
        width: 250px;
    }
    #formedit{
        width: 250px;
    }

    #nome{
        width: 70px;
    }
    #wrap-login{
        width: 100%;
    }
    /* .main-header .logoweb{
        padding: 0 0 0;
    } */
    .editcolumn{
        display: none;
    }
    .deletecolumn{
        display: none;
    }
}
@media only screen and (max-width:350px){
    .content-header-top{
        height: 80px;
    }
}
