/*
    DOURO VERDE APP STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

.printable { display: none; }

@media print
{
    .non-printable { display: none; }
    .printable { display: block; }
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a{
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover, a:focus {
    color: gray;
    text-decoration: none;
    transition: all 0.3s;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.green-text{
    color:#5B9A32;

}

.blue-text{
    color:#3B9BB4; 

}

.white-text{
    color:white; 

}

.white-text-transparent{
    color:white; 
    opacity: 0.6;

}

/* ---------------------------------------------------
    FOOTER STYLE
----------------------------------------------------- */

.sticky-footer{
    font-size: 12px;
    padding-top: 1%; 
    padding-bottom: 1%; 
    background-color: #101010; 
    color: white; 
}

.icons-footer{
    padding-top: 0; 
    padding-bottom: 0; 
    background-color: #232323; 
    color: white;
}

.card-img-top{
    width: 50%; 
    height: 50%; 
    display: block;
    margin-top: 15%;
    margin-left: 20%;

}

.card-img-top-small{
    width: 50%; 
    height: 50%; 
    display: block;
    margin-top: 10%;

}

.card-img-top-bigger{
    width: 70%; 
    height: 70%; 
    display: block;
    margin-top: 10%;
}

@media  screen and (min-width: 768px) {
    #main_logo{
        width: 250px;
        height: 110px; 
        margin-right:10%;
        margin-left:10%;
    }

    .m-nav-sticky{
        margin-top: 50px;
    }

}

@media  screen and (max-width: 768px) {
    #main_logo{
        width: 180px;
        height: 90px; 
        margin-right:10%;
        margin-left:10%;
    }

    .m-nav-sticky{
        margin-top: 50px;
    }

}

.img-user{
    width:55px!important;
    height:55px!important;
    margin-bottom: 8px;
}

.img-perfil{
    width:300px!important;
}


.user-item{
    margin-left: 50px;
    background: #086B8B;
    margin-top: 0px; 
    height: 140px; 
    width: 100%;
}

.user-item .form-group{
    margin-top: 20px; 
    margin-left: 10%;
    margin-bottom: 10px;
}

.modal { overflow: scroll !important; }
/* ---------------------------------------------------
    NAVBAR STYLE
----------------------------------------------------- */
.navbar {
    padding: 0px 0px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.dark-nav{
    background-color: #2D84A0;

}

.navbar .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.navbar .nav-item{
    background: #086B8B;
    margin-right: 3px; 
    margin-top: 0px; 
    height: 140px; 
    width: 100px; 
    cursor:pointer;
}

.navbar .active{
    background: #0B2531;
    margin-right: 3px; 
    margin-top: 0px; 
    height: 140px; 
    width: 100px; 
    cursor:pointer;
}

.navbar .active .button-navbar{
    background: #0B2531; 

}

.navbar .nav-item:hover .button-navbar{
    background: #0B2531; 
}

.navbar .nav-item:hover,  .button-navbar{
    background: #0B2531; 
}

.navbar-toggler{
    font-size: 70%;

}

#nav-link-home {
    background:url('../images/home2.svg')  center center  no-repeat;
    height: 40%;
    margin-top: 30%; 
}

#nav-link-globo {
    background:url('../images/globe.svg')  center center  no-repeat;
    height: 40%;
    margin-top: 30%; 
}

#nav-link-lupa {
    background:url('../images/search.svg')  center center  no-repeat;
    height: 40%;
    margin-top: 30%; 
}

#nav-link-pergunta {
    background:url('../images/question.svg')  center center  no-repeat;
    height: 40%;
    margin-top: 30%; 
}

#nav-link-app {
    background:url('../images/desktop-application.svg')  center center  no-repeat;
    height: 40%;
    margin-top: 30%; 
}

#nav-link-sair {
    background:url('../images/logout2.svg')  center center  no-repeat;
    height: 40%;
    margin-top: 30%; 
}

.navbar .button-navbar{
    height:30%;
    width:100%;
    font-size: 12px;
    border-radius:0;
    color: white !important;
    background-color: #096A8D; 
    margin-top: 12%;
    text-align: center;
    padding-left: 10%;
    padding-top: 14%;
}



#navbarsapp{ 
    width: 30vw;
    margin-right: 10px;
    margin-left: 8%; 
}

.nopadding{
    padding-right: 1px;
    padding-left: 1px; 
}

.paddding-top{
    padding-top: 3px;

}

.relative{
    position:relative; 
}

@media  screen and (min-width: 768px) {
    .margintop{
        margin-top: 140px!important;  
    }
}
@media screen and (max-width: 768px) {

    .margintop{
        margin-top: 90px!important; 
    }
}

#navbarslogin{
    cursor:pointer;
    width: 16vw;
    min-width: 200px!important;
    max-width: 350px!important;
    margin-right: 8px;
}

#navbarslogin-backoffice{
    cursor:auto;
    width: 16vw;
    min-width: 200px!important;
    max-width: 350px!important;
    margin-right: 8px;

}

.user-item:hover{
    background-color: #0B2531;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
@media  screen and (min-width: 768px) {
    #sidebar {
        width: 200px;
        position: fixed;
        top: 140px;
        left: -250px;
        height: 100vh;
        z-index: 999;
        background: #373737;
        color: #fff;
        transition: all 0.3s;
        overflow-y: scroll;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }
}
@media screen and (max-width: 768px) {
    #sidebar {
        width: 200px;
        position: fixed;
        top: 90px;
        left: -250px;
        height: 100vh;
        z-index: 999;
        background: #373737;
        color: #fff;
        transition: all 0.3s;
        overflow-y: scroll;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #5B9A32;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #5B9A32;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #373737;
}

#sidebar ul.components {
    padding-top: 20px; 
    border-bottom: 1px dotted white;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 0.9em;
    display: block;
    border-top: 0.5px dotted white;
}

#sidebar ul li a i {
    padding-right: 10px;
}

#sidebar ul li a:hover {
    color: #5B9A32;
    background: #303030;
    border-right: solid; 
    border-right-width: 5px; 
    border-right-color: #5B9A32; 
}

#sidebar ul li a:hover  .fa{
    color: #5B9A32;

}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #5B9A32;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

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;
}

#sidebarCollapse{
    background: #6CA544;
    cursor:pointer;
}

#nav-icon {
    color: white;
    margin: 5px; 
}

.badge-notify{
    height: 26px;
    width: 26px; 
    color: white; 
    background:red;
    position:absolute;  
    left: 83%; 
    margin-top: 8px; 
    border-radius: 100%; 
    font-size: 14px; 
    padding-top: 5px;
    padding-left: 0.3rem; 
}

.no-notify{
    display:none; 
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, #80B5BD , #AACAA1); 

}

.back-image-line {
    width: 100%;
    height: 100%;
    min-height: 70vh;
    transition: all 0.3s;
    position: relative;
    top: 0;
    right: 0;
    background-image: url("../images/bk-line.png");
    background-repeat: no-repeat;
    background-position: top; 

}

.back-image-dots {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    position: relative;
    top: 0;
    right: 0;
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 3px 3px;
}

.back-image-line-login {
    width: 100%;
    height: 100%;
    min-height: 70vh;
    transition: all 0.3s;
    position: relative;
    top: 0;
    right: 0;
    background-image: url("../images/bk-line.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; 

}

#content-transparent {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent; 
}

.margin-container{
    margin-top: 5vh; 
    margin-bottom: 5vh; 
}

.special-margin{
    margin-top: 10vh; 
    margin-bottom: 10vh; 
}

.marginbottom{
    margin-bottom: 10vh; 
}

@media  screen and (min-width: 768px) {
    .margintop{
        margin-top: 140px!important;  
    }
}
@media screen and (max-width: 768px) {

    .margintop{
        margin-top: 90px!important; 
    }
}

.container-text h1{
    font-size: 25px; 
    color: #3B9BB4; 
    margin-top: 3%;
    margin-left: 12%; 
    margin-bottom: 2%; 
}

.container-text{
    background-color: #E3E3E3; 
    color: #737373; 
    font-size: 14px; 
    padding-top: 1%; 
    padding-bottom: 1%;
    padding-left: 10%; 
    padding-right: 10%;

}

.container-no-text{
    background-color: #E3E3E3; 
    color: #737373; 
    font-size: 14px; 
    padding-top: 1%; 
    padding-bottom: 1%;
    padding-left: 10%; 
    padding-right: 10%;
}

.container-no-text h1{
    font-size: 25px; 
    color: #3B9BB4; 
    margin-top: 1%;
    margin-left: 12%; 
    margin-bottom: 1%; 
}

.container-form h1{
    font-size: 25px; 
    color: #3B9BB4; 

}

.container-form{
    background-color: #EDEDED; 
    color: #737373; 
    font-size: 14px; 
    padding-top: 16px; 
    padding-bottom: 16px; 
    padding-left: 10%; 
    padding-right: 10%;

}


.text-icon{
    margin-top: 22%;
    color:white;
    background-color: #0B2531; 
    height: 40px; 
    width: 100%;
    padding-top: 2%;
    padding-left: 6%;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
}

.text-icon:hover{
    background-color: #086B8B; 
}

.icon-home:hover{
    background-color: #0B2531; 
}

.icon-home{
    margin-top: 70%;
    height: 60px; 
    width: 60px;
    background-color: #086B8B;
    padding: 10% 10% 10% 10%;


}

.icon-table{
    height: 60px; 
    width: 60px;
    background-color: #086B8B;
    padding: 1% 1% 1% 1%;

}

.card-img-home{
    width: 93px; 
    height: 93px; 
    display: block;
    margin-left: 35%;

}

.card-no-border{
    border-style:none;
}

.card-light-blue{
    background-color: #086B8B;
}

.card-dark-blue{
    background-color: #0B2531; 
}

.card-header a{
    color:white;
}

.card-header p{
    font-size:16px;
    margin-bottom: 0px;
}

.disabled-card{
    opacity:0.5;
}

.card-home{
    cursor:pointer;
}

.card-home .card-body{
    box-shadow: 0 0 1px #086B8B;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #086B8B  inset;
}

.card-home:hover .card-body{
    box-shadow:0 200px 0 white inset;
}

/*#users:hover .card-img-home{
    content:url("../images/users_green.svg");
}

#home:hover .card-img-home{
    content:url("../images/home2_green.svg");
}


#docs:hover .card-img-home{
    content:url("../images/users_green.svg");
}


#colab:hover .card-img-home{
    content:url("../images/users_green.svg");
}*/




/* ---------------------------------------------------
    FOOTER STYLE
----------------------------------------------------- */

.sticky-footer{
    font-size: 12px;
    padding-top: 1%; 
    padding-bottom: 1%; 
    background-color: #101010; 
    color: white; 
}

.icons-footer{
    padding-top: 0; 
    padding-bottom: 0; 
    background-color: #232323; 
    color: white;
}

.card-img-top{
    width: 50%; 
    height: 50%; 
    display: block;
    margin-top: 15%;
    margin-left: 20%;

}

/* ---------------------------------------------------
    UNDER CONSTRUCTION/INVESTIR AQUI STYLE
----------------------------------------------------- */
.overlay-masthead
{
    position:absolute;
    height:100%;
    width:100%;
    opacity:.75;
    z-index:-1;
}

.masthead{
    position:relative;
    overflow:hidden;
    padding-bottom:3rem
}

.paddingmasthead{
    padding-top: 10%!important;
    padding-bottom: 20%!important;
}

.masthead .masthead-bg{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    width:100%;
    height:100%;
    background-color:gray;
    opacity: 0.4; 
    transform:skewY(4deg);
    transform-origin:bottom right
}

.masthead-col{
    height:100%; 
}

.masthead .masthead-content h1{font-size:2.5rem}
.masthead .masthead-content p{
    color:white;
    font-size: 14px; 
}
.masthead .masthead-content p strong{font-weight:700}
.masthead .masthead-content .input-group-newsletter input{font-size:1rem;padding:1rem}
.masthead .masthead-content .input-group-newsletter button{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:1rem}

@media (min-width:768px){
    .masthead{height:100%;width:40.5rem;padding-bottom:0}
    .masthead .masthead-bg{transform:skewX(-8deg);transform-origin:top right}
    .masthead .masthead-content{padding-left:3rem;padding-right:10rem}
    .masthead .masthead-content h1{
        color:white;
        padding-top: 28%;
        font-size:3.5rem
    }
    .masthead .masthead-content p{
        padding-top: 5%; 
        color:white;
        font-size: 17px; 
    }
}

/* ---------------------------------------------------
    SIDE TOOLBOX RIGHT STYLE
----------------------------------------------------- */

.m-nav-sticky {
    width: 40px;
    position: fixed;
    top: 35%;
    right: 0;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    z-index: 110;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px; }
.m-nav-sticky .m-nav-sticky__item {
    margin: 0;
    padding: 5px;
    text-align: center; }
.m-nav-sticky .m-nav-sticky__item > a > i {
    font-size: 1.4rem; }
.m-nav-sticky .m-nav-sticky__item > a:hover {
    text-decoration: none; }

.m-nav-sticky {
    background: #086B8B;
    border-style: solid;
    border-width: 2px;
    border-color: #086B8B;
    border-right-style:none;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2) ;
    -moz-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2) ;
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2) ; }
.m-nav-sticky .m-nav-sticky__item > a > i {
    color: white; 
}
.m-nav-sticky .m-nav-sticky__item > a:hover > i {
    color: #232323;}

.m-tooltip.tooltip .tooltip-inner {
    padding: 7px 20px 7px 20px;
    font-size: 1rem;
    border-radius: 30px; }

.m-tooltip.tooltip.m-tooltop--auto-width .tooltip-inner {
    white-space: nowrap;
    max-width: none; }

.m-tooltip.tooltip.show {
    opacity: 1 ;
    filter: alpha(opacity=100) ; }

.m-tooltip.tooltip.bs-tooltip-left .arrow::before, .m-tooltip.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.m-tooltip.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: -1px; }

.m-tooltip.tooltip.bs-tooltip-right .arrow::before, .m-tooltip.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.m-tooltip.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: -1px; }

.m-tooltip .tooltip-inner {
    color: #086B8B;
    background: white;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1) ;
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1) ;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1) ; }

.m-tooltip.bs-tooltip-top .arrow::before, .m-tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: white; }

.m-tooltip.bs-tooltip-right .arrow::before, .m-tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: white; }

.m-tooltip.bs-tooltip-bottom .arrow::before, .m-tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: white; }

.m-tooltip.bs-tooltip-left .arrow::before, .m-tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: white; }

.m-tooltip.m-tooltip--skin-dark .tooltip-inner {
    color: #9093ac;
    background: #282a38;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.5) ;
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.5) ;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.5) ; }

.m-tooltip.m-tooltip--skin-dark.bs-tooltip-top .arrow::before, .m-tooltip.m-tooltip--skin-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #282a38; }

.m-tooltip.m-tooltip--skin-dark.bs-tooltip-right .arrow::before, .m-tooltip.m-tooltip--skin-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #282a38; }

.m-tooltip.m-tooltip--skin-dark.bs-tooltip-bottom .arrow::before, .m-tooltip.m-tooltip--skin-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #282a38; }

.m-tooltip.m-tooltip--skin-dark.bs-tooltip-left .arrow::before, .m-tooltip.m-tooltip--skin-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #282a38; }

@media  screen and (min-width: 768px) {
    #main_logo{
        width: 250px;
        height: 110px; 
    }

    .m-nav-sticky{
        margin-top: 50px;
    }

}

@media  screen and (max-width: 768px) {
    #main_logo{
        width: 180px;
        height: 90px; 
    }

    .m-nav-sticky{
        margin-top: 50px;
    }

}

/* ---------------------------------------------------
    MENSAGENS STYLE
----------------------------------------------------- */
.mail-box {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    border-top: 0;
    padding: 0;
    margin-bottom: 20px;
}
.mail-box-header {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    border-bottom: 0;
    padding: 30px 20px 20px 20px;
}
.mail-box-header h2 {
    margin-top: 0;
}
.mailbox-content .tag-list li a {
    background: #ffffff;
}
.mail-body {
    border-top: 1px solid #e7eaec;
    padding: 20px;
}
.mail-text {
    border-top: 1px solid #e7eaec;
}
.mail-text .note-toolbar {
    padding: 10px 15px;
}
.mail-body .form-group {
    margin-bottom: 5px;
}
.mail-text .note-editor .note-toolbar {
    background-color: #F9F8F8;
}
.mail-attachment {
    border-top: 1px solid #e7eaec;
    padding: 20px;
    font-size: 12px;
}
.mailbox-content {
    background: none;
    border: none;
    padding: 10px;
}
.mail-ontact {
    width: 23%;
}

/* FILE MANAGER */
.file-box {
    float: left;
    width: 220px;
}
.file-manager h5 {
    text-transform: uppercase;
}
.file-manager {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.folder-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}
.folder-list li {
    border-bottom: 1px solid #e7eaec;
    display: block;
}
.folder-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}
.category-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}
.category-list li {
    display: block;
}
.category-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}
.category-list li a .text-navy {
    color: #1ab394;
}
.category-list li a .text-primary {
    color: #1c84c6;
}
.category-list li a .text-info {
    color: #23c6c8;
}
.category-list li a .text-danger {
    color: #EF5352;
}
.category-list li a .text-warning {
    color: #F8AC59;
}
.file-manager h5.tag-title {
    margin-top: 20px;
}
.tag-list li {
    float: left;
}
.tag-list li a {
    font-size: 10px;
    background-color: #f3f3f4;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}
.file {
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}
.file-manager .hr-line-dashed {
    margin: 15px 0;
}
.file .icon,
.file .image {
    height: 100px;
    overflow: hidden;
}
.file .icon {
    padding: 15px 10px;
    text-align: center;
}
.file-control {
    color: inherit;
    font-size: 11px;
    margin-right: 10px;
}
.file-control.active {
    text-decoration: underline;
}
.file .icon i {
    font-size: 70px;
    color: #dadada;
}
.file .file-name {
    padding: 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec;
}
.file-name small {
    color: #676a6c;
}
.corner {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 0.6em solid transparent;
    border-right: 0.6em solid #f1f1f1;
    border-bottom: 0.6em solid #f1f1f1;
    right: 0em;
    bottom: 0em;
}
a.compose-mail {
    padding: 8px 10px;
    background-color: #6CA544;
    border-color: #6CA544;
    margin-bottom: 5%;
    border-radius:0;

}
a.compose-mail:hover {
    background-color: gray;
    border-color: gray;
}
.mail-search {
    max-width: 300px;
}

.ibox .label {
    font-size: 10px;
}

.ibox.ui-sortable-placeholder {
    margin: 0 0 23px !important;
}

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
    margin-top: 5px;
}

.ibox-content.text-box {
    padding-bottom: 0;
    padding-top: 15px;
}


.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}
.ibox.collapsed .ibox-content {
    display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
    content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
    content: "\f077";
}
.ibox:after,
.ibox:before {
    display: table;
}
.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 15px 7px;
    min-height: 48px;
    cursor:pointer;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}
.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}
table.table-mail tr td {
    padding: 12px;
}
.table-mail .check-mail {
    padding-left: 20px;
}
.table-mail .mail-date {
    padding-right: 20px;
}
.star-mail,
.check-mail {
    width: 40px;
}
.unread td a,
.unread td {
    font-weight: 600;
    color: inherit;
}
.read td a,
.read td {
    font-weight: normal;
    color: inherit;
}
.unread td {
    background-color: #f9f8f8;
}
.ibox-content {
    clear: both;
}
.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
}
.ibox-heading h3 {
    font-weight: 200;
    font-size: 24px;
}
.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}
.ibox-title .label {
    float: left;
    margin-left: 4px;
}
.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
    padding: 0;
    text-align: right;
}
.ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: #c4c4c4;
}
.ibox-tools a.btn-primary {
    color: #fff;
}
.ibox-tools .dropdown-menu > li > a {
    padding: 4px 10px;
    font-size: 12px;
}
.ibox .ibox-tools.open > .dropdown-menu {
    left: auto;
    right: 0;
}

.ibox.fullscreen {
    z-index: 2030;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin-bottom: 0;
}
.ibox.fullscreen .collapse-link {
    display: none;
}
.ibox.fullscreen .ibox-content {
    min-height: calc(100% - 48px);
}

.ibox-content > .sk-spinner {
    display: none;
}
.ibox-content.sk-loading {
    position: relative;
}
.ibox-content.sk-loading:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.ibox-content.sk-loading > .sk-spinner {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2000;
}

.ibox-title,
.ibox-content {
    border-width: 1px;
}
.ibox-content:last-child {
    border-style: solid solid solid solid;
}

.ibox-tools {
    float: none;
    text-align: right;
    display: block;
}

.label {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
}

.label-primary,
.badge-primary {
    background-color: #1ab394;
    color: #FFFFFF;
}
.label-success,
.badge-success {
    background-color: #28a745;
    color: #FFFFFF;
}
.label-warning,
.badge-warning {
    background-color: #f8ac59;
    color: #FFFFFF;
}
.label-warning-light,
.badge-warning-light {
    background-color: #f8ac59;
    color: #ffffff;
}
.label-danger,
.badge-danger {
    background-color: #ed5565;
    color: #FFFFFF;
}
.label-info,
.badge-info {
    background-color: #23c6c8;
    color: #FFFFFF;
}
.label-inverse,
.badge-inverse {
    background-color: #262626;
    color: #FFFFFF;
}
.label-white,
.badge-white {
    background-color: #FFFFFF;
    color: #5E5E5E;
}
.label-white,
.badge-disable {
    background-color: #2A2E36;
    color: #8B91A0;
}

.btn-search{
    padding: 8px 10px;
    background-color: #6CA544;
    border-color: #6CA544;
    padding-bottom: 8%;
    border-radius:0;

}

/* Summernote text editor  */
.note-editor {
    height: auto !important;
}
.note-editor.fullscreen {
    z-index: 2050;
}
.note-editor.note-frame.fullscreen {
    z-index: 2020;
}
.note-editor.note-frame .note-editing-area .note-editable {
    color: #676a6c;
    padding: 15px;
}
.note-editor.note-frame {
    border: none;
}
.note-editor.panel {
    margin-bottom: 0;
}

.btn-green{
    color:white;
    background: #5B9A32;
    border-style: none; 
}

.btn-green:hover{
    color:#5B9A32;
    background: #E3E3E3;
}

.btn-green.disabled, .btn-green:disabled {
    color: #5B9A32;
    background-color: #E3E3E3;
    border-color: #E3E3E3;
}

.btn-blue{
    color:white;
    background: #086B8B;
    border-style: none; 
}

.btn-blue:hover{

    background: #0B2531;
}

/* ---------------------------------------------------
    CALENDARIO STYLE
----------------------------------------------------- */

#calendar {
    max-width: 900px;
    margin: 0 auto;
}

/* ---------------------------------------------------
  TASK STYLE
----------------------------------------------------- */
.slider-selection {
    background: #BABABA;
}

/* ---------------------------------------------------
  PERFIL STYLE
----------------------------------------------------- */
.social-icon{
    padding:0px;
    margin:0px;
}

.social-icon button{display:inline-block;color:#fff;font-size:18px;padding:5px;}

.social-icon .btn:hover, .social-icon .btn:focus{
    background-color: #086B8B;
    color: white; 

}

.gray-color{
    color:white;
    background-color: gray;    
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    margin-right: 10px; 

}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 12px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

/* ---------------------------------------------------
  CONTA STYLE
----------------------------------------------------- */
.ibox-noborder-white{
    background:white!important;
    border-color:transparent!important;
}

.table-conta tr:hover{
    background-color: rgba(8,107,139,0.1)!important;

}

.notopborder{
    border-color:transparent!important;
}

.fit{
    text-align: left;
    position:relative;
    cursor:pointer;
    color:gray;
}

.badge-notify-app{
    height: 26px;
    width: 26px; 
    color: white; 
    background:red;
    position:relative;  
    border-radius: 100%; 
    font-size: 14px; 
    padding-top: 5px;
    left: 20%;
}

/* ---------------------------------------------------
  FORUM STYLE
----------------------------------------------------- */

.forum-post-container .media {
    margin: 10px 10px 10px 10px;
    padding: 20px 10px 20px 10px;
    border-bottom: 1px solid #f1f1f1;
}
.forum-avatar {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 150px;
}
.forum-avatar .img-circle {
    height: 48px;
    width: 48px;
}
.author-info {
    color: #676a6c;
    font-size: 11px;
    margin-top: 5px;
    text-align: center;
}
.forum-post-info {
    padding: 9px 12px 6px 12px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
}
.media-body > .media {
    background: #f9f9f9;
    border-radius: 3px;
    border: 1px solid #f1f1f1;
}
.forum-post-container .media-body .photos {
    margin: 10px 0;
}
.forum-photo {
    max-width: 140px;
    border-radius: 3px;
}
.media-body > .media .forum-avatar {
    width: 70px;
    margin-right: 10px;
}
.media-body > .media .forum-avatar .img-circle {
    height: 38px;
    width: 38px;
}
.mid-icon {
    font-size: 66px;
}
.forum-item {
    margin: 10px 0;
    padding: 10px 0 20px;
    border-bottom: 1px solid #f1f1f1;
}
.views-number {
    font-size: 24px;
    line-height: 18px;
    font-weight: 400;
}
.forum-container,
.forum-post-container {
    padding: 30px !important;
}
.forum-item small {
    color: #999;
}
.forum-item .forum-sub-title {
    color: #999;
    margin-left: 50px;
}
.forum-title {
    margin: 15px 0 15px 0;
}
.forum-info {
    text-align: center;
}
.forum-desc {
    color: #999;
}
.forum-icon {
    float: left;
    width: 30px;
    margin-right: 20px;
    text-align: center;
}
a.forum-item-title {
    color: inherit;
    display: block;
    font-size: 18px;
    font-weight: 600;
}
a.forum-item-title:hover {
    color: inherit;
}
.forum-icon .fa {
    font-size: 30px;
    margin-top: 8px;
    color: #9b9b9b;
}
.forum-item.active .fa {
    color: #086B8B;
}
.forum-item.active a.forum-item-title {
    color: #086B8B;
}
@media (max-width: 992px) {
    .forum-info {
        margin: 15px 0 10px 0;
        /* Comment this is you want to show forum info in small devices */
        display: none;
    }
    .forum-desc {
        float: none !important;
    }
}

.forum-user{
    width: 20px!important;
    height: 20px!important;
}


/* ---------------------------------------------------
  NAVBAR NOTIFICAÇÕES
----------------------------------------------------- */

#navbarsnotify {
    background-color: #086B8B;
    padding-top: 0; 
    padding-bottom: 0; 
    height: 140px;  
    padding-top: 20px;
    max-width: 250px;
    margin-left: 8px;
    min-width: 180px;
    width: 10vw;
}


#navbarsnotify .nav-item{
    background: white;
    margin-right: 5px; 
    margin-top: 0px; 
    margin-bottom: 5px; 
    height: 80px; 
    width: 80px; 
    border-radius: 20px;
}


#navbarsnotify{
    cursor:pointer;
}

#navbarsnotify:hover{
    background-color: #0B2531;
}

.button-navbar-notify{
    height:30%;
    width:100%;
    font-size: 10px;
    border-radius:0;
    color: white;
    background-color: #6CA544; 
    margin-top: 15px; 
    text-align: center;
    padding-left: 4px; 
    color: white; 
    background-color: transparent; 

}

.button-navbar-notify:hover{
    color: white; 
    background-color: transparent; 
    border-color: transparent; 

}

.btn-notify-top{
    background: transparent; 
    border-radius: 0; 
    border-color: transparent;
    margin-bottom: 4px; 
    padding-top: 0; 
    padding-bottom: 0; 
    font-size: 12px; 
    color: #1296BD!important;
    display: block; 
    padding-right: 140px; 
}

#nav-link-notify {
    background:url('../images/alarm.svg')  center center  no-repeat;
    height:70%;
    margin-top: 12%; 
}

.nav-notify:hover #nav-link-notify{
    background:url('../images/alarm.svg')  center center  no-repeat;
    height:70%;
    margin-top: 12%; 

}

.notify #nav-link-notify{
    background:url('../images/alarm.svg')  center center  no-repeat;
    height:70%;
    margin-top: 12%;

}

.button-navbar-notify:focus,.button-navbar-notify:active {
    outline: none !important;
    box-shadow: none;
}

.nav-notify{
    position:inherit;  
    margin-right: 10px!important; 
}

#navbarsnotify .badge-notify{

    color: white; 
    background:red;
    position:relative;
    top: -118px;
    left: -10px;
    border-radius: 100%;
    height: 26px;
    width: 26px; 
    font-size: 12px; 
    padding-top: 7px;
    padding-left: 0.3rem; 
}

.no-notify{
    display:none; 
}

.notify .button-navbar-notify{
    color: white; 
    background-color: transparent; 
    border-color: transparent; 

}

.dropdown-menu-notify{
    top: 140px;
    left:0px; 
    background-color: white; 
    width: 100%;  
    min-width: inherit;

}

#navbarsnotify .dropdown-message{
    color:black;
    font-size: 12px;
}

.dropdown-menu-notify{
    height: auto;
    max-height: 70vh;
    overflow-x: hidden;
}


#navbarsnotify .dropdown-item:hover{
    background-color: rgba(8,107,139,0.4)!important;
}

.text-blue{

    color:#086B8B;
}

/* ---------------------------------------------------
  LOGIN STYLE
----------------------------------------------------- */

.padding-container{
    padding-top: 25vh;
}

.block {
    display: block;
}

.full-width {
    width: 100% !important;
}

.btn-login{
    border-radius: 0; 
    border-width:0px 0px 0px 0px;
}

.form-login{
    margin-bottom:5px;

}

.btn-login-square{
    color:white!important;
    border-radius: 0;
    height:77px;
    width: 77px;    
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #31708f  inset;
}

.btn-login-square:hover{
    box-shadow:100px 0 0 #086B8B inset;

}

.box-login{
    color:white!important;
    cursor:auto!important;
}

.padding-login{
    padding-right: 5px;
}

.padding-play{
    padding-top: 8px;
}

#main_logo_login{
    width: 220px;
    margin-left: 35px!important;
}


/* ---------------------------------------------------
  BACKOFFICE STYLE
----------------------------------------------------- */

.padding-top20vh{
    padding-top: 20vh;
}

.btn-backoffice {
    border-radius: 0; 
    border-width:0px 0px 0px 0px;
    color:white!important;
    cursor:auto!important;
    font-size: 25px;
    box-shadow: 0 0 1px #5B9A32;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #5B9A32  inset;
}

.btn-backoffice:hover{
    box-shadow:300px 0 0 #086B8B inset;

}

/* ---------------------------------------------------
    MISC STYLE
----------------------------------------------------- */

.btn-center{
    margin:0px auto;
}

.fixed-height {
    height: 250px;

}

.fixed-height-big{
    width: 100%;
    height: 300px;
}

.fixed-height-iniciativas{
    width: 100%;
    height: 350px;
}

.text-small-10{
    font-size: 10px!important; 
}

.text-small-11{
    font-size: 11px!important; 
}

.text-small-12{
    font-size: 12px!important; 
}

.text-small-14{
    font-size: 14px!important; 
}

.text-small-15{
    font-size: 15px!important; 
}

.bounce {
    display: inline-block;
    position: relative;
    -moz-animation: bounce 0.8s infinite linear;
    -o-animation: bounce 0.8s infinite linear;
    -webkit-animation: bounce 0.8s infinite linear;
    animation: bounce 0.8s infinite linear;
}
@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: 0.2em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: 0.2em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: 0.2em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: 0.2em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: 0.2em; }
    100% { top: 0; }
}

/* ---------------------------------------------------
    PERFIS STYLE
----------------------------------------------------- */

.img-user-perfis{
    width:80px;
    height: 80px;
    border-radius: 40px;
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px;
}

/* ---------------------------------------------------
    AJUDA STYLE
----------------------------------------------------- */

.icon-pdf{
    height: 50px;
    width: 50px;
}

/* ---------------------------------------------------
    REPOSITORIO STYLE
----------------------------------------------------- */

.paddingrepository{
    padding: 50px 50px 50px 50px;
}


.icon-tab{
    height: 100%; 
    text-align: left; 
}

#empreendedortab{
    display: flex;
}

#empreendedortab li {
    flex: 1;
}

#empreendedortab li  a {
    flex: 1;
}

#empreendedortab .nav-link{ 
    height: 100px;
    border-width: 1px;
    border-color: #E3E3E3; 
    border-radius: 0; 
}

#empreendedortab .nav-item{
    background: #E3E3E3; 
    height: 100px;
}


#empreendedortab .nav-link.active{
    background: white
}

#empreendedortab .nav-item p{
    color: inherit;
    margin-top: 18px; 
    margin-left: 40%;
}

#empreendedortabcontent .tab-pane{
    background-color: white; 
    border-style: solid;
    border-color: #E3E3E3; 
}

#empreendedortabcontent .tab-pane p{
    margin-left: 10%;
    margin-right: 10%; 
    font-size: 14px; 
}

.icon-pdf{
    height: 50px;
    width: 50px;
}

.icon-margin{
    margin-left: 4px;
    margin-right: 4px;
}

#empreendedortabcontent .tab-pane .row p{
    margin-left: 11%;
    margin-right: 2%; 
    font-size: 14px; 
}

.candidaturasabertas{
    color: #64824E; 
    padding-left: 1%; 
    padding-top: 1%; 
    padding-bottom: 1%; 
    border-style: solid;
    border-color: white; 
    border-width: 0.25px; 
    background-color: #D5E3CA; 
}

.container-repo h1{
    font-size: 25px; 
    color: #3B9BB4; 

}

.container-repo{
    background-color: transparent; 
    color: #737373; 
    font-size: 14px; 
    padding-top: 16px; 
    padding-bottom: 16px; 
    padding-left: 10%; 
    padding-right: 10%;

}

.btn-notify{
    width: 90%;
    margin-left: 5%;
}

.pagination>li>a,
.pagination>li>span {
    color: #3B9BB4; 
}
.pagination>li.active>a {
    background: #3B9BB4!important;
    color: #fff;
    border-color: #3B9BB4!important;
}

/* ---------------------------------------------------
    CANDIDATURAS PROGRAMA INCUBACAO STYLE
----------------------------------------------------- */

#empreendedortab-1{
    display: flex;
}

#empreendedortab-1 li {
    flex: 1;
}

#empreendedortab-1 li  a {
    flex: 1;
}

#empreendedortab-1 .nav-link{ 
    height: 100px;
    border-width: 1px;
    border-color: #E3E3E3; 
    border-radius: 0; 
}

#empreendedortab-1 .nav-item{
    background: #E3E3E3; 
    height: 100px;
}


#empreendedortab-1 .nav-link.active{
    background: white
}

#empreendedortab-1 .nav-item p{
    color: inherit;
    margin-top: 18px; 
    margin-left: 40%;
}

#empreendedortabcontent-1 .tab-pane{
    background-color: white; 
    border-style: solid;
    border-color: #E3E3E3; 
}

#empreendedortabcontent-1 .tab-pane p{
    margin-left: 10%;
    margin-right: 10%; 
    font-size: 14px; 
}

#empreendedortabcontent-1 .tab-pane .row p{
    margin-left: 11%;
    margin-right: 2%; 
    font-size: 14px; 
}


#empreendedortab-2{
    display: flex;
}

#empreendedortab-2 li {
    flex: 1;
}

#empreendedortab-2 li  a {
    flex: 1;
}

#empreendedortab-2 .nav-link{ 
    height: 100px;
    border-width: 1px;
    border-color: #E3E3E3; 
    border-radius: 0; 
}

#empreendedortab-2 .nav-item{
    background: #E3E3E3; 
    height: 100px;
}


#empreendedortab-2 .nav-link.active{
    background: white
}

#empreendedortab-2 .nav-item p{
    color: inherit;
    margin-top: 18px; 
    margin-left: 40%;
}

#empreendedortabcontent-2 .tab-pane{
    background-color: white; 
    border-style: solid;
    border-color: #E3E3E3; 
}

#empreendedortabcontent-2 .tab-pane p{
    margin-left: 10%;
    margin-right: 10%; 
    font-size: 14px; 
}

#empreendedortabcontent-2 .tab-pane .row p{
    margin-left: 11%;
    margin-right: 2%; 
    font-size: 14px; 
}

.btn-files{
    border-color: #5B9A32;
    background: #5B9A32;
    border-radius: 0px;
}

/* ---------------------------------------------------
    MODAL NOVO PROGRAMA STYLE
----------------------------------------------------- */

#modalnovoprograma .nav{
    display: flex;
}

#tipoprogramatab li{
    flex: 1;
}

#tipoprogramatab li  a {
    flex: 1;
}

#tipoprogramatab .nav-link{ 
    border-width: 1px;
    border-color: #E3E3E3; 
    border-radius: 0;
    padding-bottom: 10%; 

}

#tipoprogramatab .nav-item{
    background: #E3E3E3; 
}


#tipoprogramatab .nav-link.active{
    background: white; 
}

#tipoprogramatab .nav-item p{
    color: inherit;
    margin-top: 14px; 
}

#tipoprogramacontent .tab-pane{
    background-color: white; 
}

#tipoprogramacontent .tab-pane p{
    font-size: 14px; 
}


.editarprogramatab li{
    flex: 1;
}

.editarprogramatab li  a {
    flex: 1;
}

.editarprogramatab .nav-link{ 
    border-width: 1px;
    border-color: #E3E3E3; 
    border-radius: 0; 
}

.editarprogramatab .nav-item{
    background: #E3E3E3; 
}


.editarprogramatab .nav-link.active{
    background: white;
}

.editarprogramatab .nav-item p{
    color: inherit;
    margin-top: 14px!important; 
}

.editarprogramacontent .tab-pane{
    background-color: white; 
    padding-top: 10px; 
    border-width: 0.25px; 
    border-style: solid;
    border-color: #E3E3E3;
    border-top-style: none; 
}

.editarprogramacontent .tab-pane p{
    font-size: 14px; 
}


.icon-modal-programa{
    height: 18%;
    width: 18%; 
    margin-right: 5%; 

}

#modalnovoprograma .card {
    border-top-style: none; 
}

.header-cand{
    margin-left: 30px;
    height: 70px; 
    text-align: left; 
}

.text-black{
    color:black;
}


.icon-tab-small{
    height: 80%; 
    text-align: left;
    margin-right: 5px;
}

.background-green{
    background-color: #5B9A32;
    padding-left: 5px;
    border-radius: 8px;
}

.background-blue{
    background-color: #3a87ad;
    padding-left: 5px;
    border-radius: 8px;
}

.form-control.error {
    border: 2px solid #f00;
}

.form-control.valid {
    border: 2px solid #5B9A32;
}

.error{
    color:#f00;
}

.alert-gray {
    color: white;
    background-color: #C8C8C8;
    border-color: #A9A9A9;
}

.fechado{
    color: #721c24; 
    padding-left: 1%; 
    padding-top: 1%; 
    padding-bottom: 1%; 
    border-style: solid;
    border-color: white; 
    border-width: 0.25px; 
    background-color: #f8d7da 
}

.candidaturasfechadas{
    color: #721c24; 
    padding-left: 1%; 
    padding-top: 1%; 
    padding-bottom: 1%; 
    border-style: solid;
    border-color: white; 
    border-width: 0.25px; 
    background-color: #f8d7da 
}


@media screen and (max-width: 1200px) {
    .padding-mobile{
        padding-left: 15px;
    }
    
}

.back-notify{
    background-color: rgba(8,107,139,0.2)!important;
}

#website{
    
    cursor:pointer;
}

@media (min-width: 992px){
    .modal-lg {
        max-width: 950px !important;
    }
}

.table th, .table td {
    padding: 5px !important;
    font-size: 13px !important;
}