html, body{
    height: 100%;
}
body{
    overflow-x: hidden;
    overflow-y: auto;
    /* overflow-y: scroll; */
    /* -webkit-overflow-scrolling: touch; */
}
.wrapper0{
    height: 90%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.wrapper1{
    height: 90%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.wrapper2{
    height: 90%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.wrapper3{
    height: 90%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.wrapper4{
    height: 90%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.wrapper5{
    height: 90%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.wrapper0:before,.wrapper0:after {
    content: " ";
    display: table
}
.wrapper0: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;
}

select{
    margin-bottom: 15px;
}

table{
    margin: 0 auto;
}

.wrapper0{
    display: none;
}
.wrapper1{
    display: none;
}
.wrapper2{
    display: none;
}
.wrapper3{
    display: none;
}
.wrapper4{
    display: none;
}
.wrapper5{
    display: none;
}

.listaunidades{
    margin: 0 auto;
    background-color: white;
    width: 50%;
    border-radius: 5px;
    margin-top: 10px;
    padding-top: 10px;
}

#tablelist{
    width: 95%;
    padding: 15px;
}

#tablelist thead tr{
    background-color: rgb(240, 240, 240);
}

#tablelist2{
    width: 95%;
    padding: 15px;
}

#tablelist2 thead tr{
    background-color: rgb(240, 240, 240);
}

.table-responsive .table {
    overflow-y: scroll;
    /* -webkit-overflow-scrolling: touch; */
}

.btn:focus { 
    color: #FFFFFF;
}

.icons {
    /* padding: 5px !important; */
    width: 25px;
    height: 25px;
}

.container-opcoes{
    width: 100%;  
    min-height: 90vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px; 
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: bottom;
}
.container-opcoes1{
    width: 100%;  
    min-height: 90vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px; 
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: bottom;
}

#opcoes-menu ul{
    list-style-type: none;
    width: 100%;
    text-align: center;
}

.opcoes-createuser ul{
    list-style-type: none;
    width: 100%;
}

#container-createuser{
    margin: 0 auto;
    width: 50%;
    background-color: white;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.pad_label{
    padding-top: 20px;
}

.clear_sides{
    clear: both;
}

.label_mod{
    font-weight: 400;
}

.label_p{
    font-weight: 400;
}

.label_units{
    font-weight: 500;
}

#tablelist tr td{
    line-height: 16px;
}

#tablelist2 tr td{
    line-height: 16px;
}

.btn_voltar{
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 9999;
    border: none;
    outline: none;
}

.btn_voltar2{
    position: fixed;
    bottom: 8px;
    left: 5px;
    z-index: 9999;
    border: none;
    outline: none;
}

.btn_att{
    position: fixed;
    bottom: 5px;
    right: 25px;
    z-index: 99999;
    border: none;
    outline: none;
}

.btn_criar{
    position: fixed;
    bottom: 5px;
    right: 25px;
    z-index: 9999;
    border: none;
    outline: none;
}
/* Scroll */
/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(172, 171, 171); 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: white; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: white; 
  }


.label_list{
    margin-left:15px;
}

.itemlist{
    line-height: 1.8;
    cursor: pointer;
    margin-right: 40px;
}

.itemlist:hover{
    background-color: #c3dbff;
}

#ulunidades{
    list-style-type:none;
    background-color: white;
    margin-left: 30%;
    margin-right: 30%;
    padding-left: 40px;
    border-radius: 5px;
}

#searchusers{
    margin: 15px;
    width: 96%;
}

/* loader */
.loader {
    margin: 0 auto;
    border: 7px solid white;
    border-radius: 50%;
    border-top: 7px solid #3498db;
    width: 30px !important;
    height: 30px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }

  /* teste canvas */
  canvas{
    width: 1473px;
    /* height: 1108px; */
    position: fixed;
    top: 0px;
    left: 0px;
    /* opacity: 1; */
    transform: scale(0.6);
    z-index: 99999999 !important;
    transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s, opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  }

  #printscreen{
    /* background: rgba(0, 0, 0, 0.5); */
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999998;
    width: 100%;
    height: 100%;
  }
  /* #imagemprint{
    z-index: 99999998;
  } */
  
  #closebug{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }

  .curriculo{
    cursor: pointer;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
/*  */

@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;
    }
    #ulunidades{
        margin-left: 10%;
        margin-right: 10%;
        padding-left: 20px;
    }
}
@media only screen and (max-width: 1100px){
    #form{
        width: 500px;
    }
    #formedit{
        width: 500px;
    }
    #nome{
        width: 400px;
    }
    #container-createuser{
        width: 70%;
    }
    .listaunidades{
        width: 70%;
    }
}

@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;
    }
    #container-createuser{
        width: 80%;
    }
    .listaunidades{
        width: 100%;
    }
    .container-opcoes{
        min-height: 80vh;
    }
    #ulunidades{
        margin-left: 5%;
        margin-right: 5%;
        padding-left: 5px;
    }
    .itemlist{
        margin-right: 10px;
    }
    
}

@media only screen and (max-width:600px){
    #form{
        width: 250px;
    }
    #formedit{
        width: 250px;
    }

    #nome{
        width: 70px;
    }
    #wrap-login{
        width: 100%;
    }
    .main-header .logo{
        padding: 0 0 0;
    }
    .editcolumn{
        display: none;
    }
    .deletecolumn{
        display: none;
    }
    #container-createuser{
        width: 90%;
    }
}
@media only screen and (max-width:350px){
    .content-header-top{
        height: 80px;
    }
}
