* {
    margin: 0;
    padding: 0;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

button:focus {
    outline: none !important;
}

html,
body {
    background-color: #F0F0F0;
    width: 100%;
    height: 100%;
    font-size: 10pt;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    overflow:hidden;
}

.clear {
    clear: both;
}

#content_default {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

#alerts-form {
    display: none;
}

#rightside {
    position: relative;
    float: right;
    height: 100%;
    width: calc(100% - 50px);
    padding: 15px;
}

/* ----------- O CONTEUDO DE RIGHTSIDE | TITULO - MENULIST -DIV IFRAME ------------ */

#title_baseloc {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-top: -12px;
    margin-bottom: 12px;
    cursor:default;
}

.menulista {
    position: relative;
    width: 270px;
    float: left;
    height: 90vh;
    overflow-y: auto;

}

#divContentPages {
    position: relative;
    float: right;
    width: calc(100% - 280px);
    height: 91.8%;
    margin-bottom: 20px;
    border: 0px;
    box-shadow: -5px 5px 5px #888888;
}

.headers {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #444;
    border: 0px;
    font-weight: 700;
    color: #FFF !important;
    border-radius: 0px !important;
}

.headers:hover {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #444 !important;
    border: 0px;
    font-weight: 700;
    color: #FFF !important;
    border-radius: 0px !important;
}

.subheaders {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff !important;
    font-weight: 700;
    color: #000 !important;
    border-radius: 0px !important;
    border: 1px solid #ddd;
}
.subheaders:hover{
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff !important;
    font-weight: 700;
    color: #000 !important;
    border-radius: 0px !important;
    border: 1px solid #ddd;
}

.docs {
      padding: 6px 15px;
      color:#444 !important;
}

.docs:hover {
      padding: 6px 15px;
      background-color: #f3f3f3 !important;
      color:#444 !important;
}

.subdocs {
      padding: 6px 15px;
      padding-left: 20px;
      font-weight: 400;
      color:#444 !important;
}

.subdocs:hover {
      padding: 6px 15px;
      padding-left: 20px;
      font-weight: 400;
      background-color: #f3f3f3 !important;
      color:#444 !important;
}

.selected{
  color: #888 !important;
  background-color: #eee !important;
}

.linkpdf {
    position: relative;
    float: right;
    z-index: 1;
    margin-top: -25px;
    margin-right: 30px;
    transition: all .2s ease-in-out;
}
.linkzip {
    position: relative;
    float: right;
    z-index: 1;
    margin-top: -25px;
    margin-right: 10px;
    transition: all .2s ease-in-out;
}

.linkpdf:hover {
    color: #000;
    font-weight: bold;
    transform: scale(1.1);
    color:#c80000 !important;
}

.linkzip:hover {
    color: #000;
    font-weight: bold;
    transform: scale(1.1);
    color: #BF7206 !important;
}

a:active, a:focus {color: #000;}

.subheaders:hover, .headers:hover{cursor:default;}
