/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 13px;
    background: #fafafa;
}

p {
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
color: black;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
       background: #fff;
    border: none;
    height: 110px;
    border-radius: 0;
        width: 99.8%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 225px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background-image:url("../../img/img-menu.jpg") ;
    background-size: 100% 100vh;
    
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -225px;
    background-color: #395ea5 !important;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    /*padding: 20px 0;*/
    /*border-bottom: 1px solid #47748b;*/
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.2em;
    display: block;
}
#sidebar ul li a:hover {
    color: #395ea5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #64c294;
}


a[data-toggle="collapse"] {
    position: relative;
}




ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #395ea5;
}

ul.CTAs {
    padding: 12px;
    font-size: 12px;
    margin-bottom: -20px;
    text-align: center;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;

}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: calc(100% - 225px);
    padding: 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
#content.active {
    width: 100%;
}
#content-page {
       padding: 15px 8px 0px 8px;       
}



/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -170px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 170px);
    }
    #sidebarCollapse span {
        display: none;
    }
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -180px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

}

.row{
    margin: 0px;
}

.modal{
    z-index: 1050;
}

.nlogout{
   margin-right: 0px;
}

.slogo{
    width: 100px;
    height: 100px;
    background: #395ea5;
    border-radius: 10px;
    border-left: solid 30px #fff;
}

.slogo:after{
    width: 100px;
    height: 100px;
     border-left: solid 30px #000;
}

.hover14 figure {
    position: relative;
}
.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}


#menu-dropdown ul ul a {
    font-size: 0.9em !important;
    padding-left: 10px !important;
    background: #fff; 
}

#menu-dropdown a[aria-expanded="true"]::before {
    content: '';
}

#menu-dropdown a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
.titulo-interno {
    border-bottom: 1px solid #e7ecf3;
    padding: 3px 15px;
}
.titulo-interno h6 {
    padding: 0px;
}
.borda-informacao {
    padding: 3px 15px;
}
input[type='text'],
select,textarea,
input[type='date'],
input[type='email'],
input[type='password'],
input[type='number'],
input[type='datetime-local']{
    width: 47%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-left: 30px;
    float: right;
}
#enviarIndividuo,#enviarUsuario {
    float: right;
    padding: 5px 15px 5px 15px;
    margin-top: 10px;
} 
#icone-individuo,#icone-usuario{
    font-size: 310px !important;
    text-align: center;
    margin: 10px 50px;
}
form#individuo div.form-group label,.format-label{
    margin-top: 10px !important;
    margin-bottom: -5px !important;
    font-weight: 100;
    
}
div.data{
    float: right ;
    font-size: 12px ;
    margin:2px;
    color: #777;
}
#disabled{
    background: #dedede;
    

}
#disabled:hover{
    cursor:no-drop;
}
.confirma-exclusao{
    cursor:pointer;
}
