/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Toggle Styles */

:root {
  --main-bg-color: #122A4E;
  /*--main-hover-color: #002966;*/
  --main-hover-color: #689F38;
  --main-active-bgcolor: #9ac221;
  --main-active-color: #fff;
}

md-sidenav {
    max-width: 300px !important;
    width: 260px !important;
}

#wrapper {
    position: absolute;
    padding-left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#wrapper.toggled {
    /*padding-left: 250px;*/
}

.active {
    /* background-color: var(--main-hover-color) !important;     */
    font-size: 14px;
    border-left: 4px solid #255091!important;
    /* color: var(--main-active-color) !important; */
    outline: 0;
    border: none;
    -moz-outline-style: none
}
/*.active:hover {    
    color: #fff !important;
    outline: 0;
    border: none;
    -moz-outline-style: none
}*/

.activeMain { 
    color: #000;
    outline: 0;
    font-size: 16px;
    font-weight: 500;    
}

.activeMainMenuLI {
    /* background-color: var(--main-hover-color) !important;    */
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.24), 0 7px 10px rgba(0, 0, 0, 0.24); 
}

/* .activeMainMenuIcon { */
    /* fill: #eee; */
/* } */

/*#sidebar-wrapper {
    z-index: 10;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y: auto;
}

.sidebar-wrapper a {
    font-family: 'Product Sans', Arial, sans-serif;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    overflow-y: auto;
    position: relative;    
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}


.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}*/

.md-theme-indigo {
    background-color: var(--main-bg-color) !important;
    color: #fff !important;
}

.md-sidenav-left {
    /*background-color: #8BC34A;*/
    -webkit-box-shadow: 1px 0px 3px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    1px 0px 3px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         1px 0px 3px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    
}

.md-sidenav-left li {
    text-indent: 10px;
    line-height: 50px;
    position: relative;
    list-style-type: none;    
    font-family: 'Roboto', Arial, sans-serif;
    outline: 0;
    border: none;
    -moz-outline-style: none
}

.md-sidenav-left li a {
    outline: none;
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: 500;    
    font-family: 'Roboto', Arial, sans-serif;
}

.md-sidenav-left li a:hover {
    text-decoration: none;
    /*color: #fff !important;*/
    /*background-color: var(--main-hover-color) !important;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;  
}

.md-sidenav-left > .sidebar-servicos {
    color: #eee;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    outline: none;    
}

.md-sidenav-left > .sidebar-servicos:hover {
    background-color: #222;
    color: #fff;
    font-size: 17px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;  
}

.sub-nav {
    border-left-style: solid;
    border-width: 5px;
    border-color: var(--main-bg-color);
    margin-bottom: 0px;
    padding-left: 0px !important;
}

.disabled {
    pointer: none;
    pointer-events: none; /*This makes it not clickable*/
    opacity:0.6;         /*This grays it out to look disabled*/
}

.rotate{
    text-align: center;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.rotate.down{
    text-align: center;
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.fa-chevron-up {
    text-align: center;
  color: black !important;
}

.sub2 {      
    background-color: #e5f0ff !important;
    margin-bottom: 0px;
    padding-left: 15px !important;    
}

.sub2Container {
    border-bottom-style: solid;
    border-width: 1px;
    border-color: var(--main-bg-color);
}

.descripTitulo {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: var(--main-bg-color);
    line-height: 20px !important;    
    color: #333 !important;
    font-size: 10px !important;
    pointer-events: none; 
}
.descripTitulo li:hover {

}

/*
.sidebar-nav > .sidebar-brand {
    height: 70px;
    font-size: 18px;
    line-height: 70px; 
    outline: none;   
}

.sidebar-nav > .sidebar-brand img {
    height: 57px; width: 199px;
    left: 15px;
    outline: none;
}

.sidebar-nav > .sidebar-brand a {
    color: #eee;
    background-color: #122a4e;   
    font-size: 25px; 
    font-family: 'Product Sans', Arial, sans-serif;
    outline: none;
}

.sidebar-brand a:hover {
    background-color: #002966;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;  
}



#menu-toggle {
    position: absolute;    
    left: 10px;
    top: 10px;
    z-index: 20;
    display: block;
    background: url(./icons/ic_menu_black_24dp_1x.png) center center no-repeat; 
    width: 25px;
    height: 25px;
    background-size: 100%;
    border: none;
    outline: none;
}*/



.bayleyssvg {
  display: block;
  /*margin: 80px auto;
  width: 800px;*/
  margin-bottom: 15px;
}

#bayleys {
  fill: #ffffff;
  stroke: #ffffff;
}

#bayleys {
  stroke-width: 0;
  animation: logo 15s linear infinite;
  animation-delay: 2s;
}

#borda {
  stroke-width: 2pt;
  transform-origin: center center;
}

@keyframes logo {
  0% {
    stroke-width: 2pt;
    stroke-dashoffset: 2200;
    fill-opacity: 0;
  }
  10% {
    stroke-dashoffset: 1200;
    fill-opacity: 1;
    stroke-width: 0pt;
  }  
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    stroke-width: 0pt;
  }
}

.bt_toggler_sidenav {
    content: '';
    position: absolute;
    background-color: var(--main-active-bgcolor)  !important;
    height: 25px;
    width: 25px;    
    z-index: 5;
    margin-top: 64px;
    outline: none;
}

.toolbar_icon_siga {
    height: 70px;
    width: 70px;
    display: block;
    margin-top: 5px;
    margin-left: 21px;
    position: absolute;
}

.toolbar_icon_public {
    max-height: 50px;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:940px) {
   .toolbar_icon_siga {
        height: 50px;
        width: 50px;
    }
}


@media(min-width:768px) {
    #wrapper {
        /*padding-left: 250px;*/
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

