body {
    background-color: #2c5882;
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    background-color: #efefef;
}

#wrapper-geral {
    padding: 0px;
    background-color: #fff;
}

.page-header {
	border-bottom:1px solid #ccc;
}

.dropdown-toggle i {
	color:#fff;
}

ol.breadcrumb {
	background:transparent;
	padding:12px 40px;
	margin:0px !important;
	
}

.titulo {
	background:#fafafa;
	padding:12px 0 0 12px;
}

.titulo h3 {
	margin:0px;
}

.rodape {
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(90deg, #005CA0 0.35%, #003663 51.64%, #82279E 86.87%);
	padding:12px 8px;
	color:#696969;
}



@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 15px 30px 10px 30px;
        border-left: 1px solid #e7e7e7;
    }
    #wrapper-geral {
        margin: 0 0 0 250px;
        border-left: 1px solid #e7e7e7;
        border-bottom:2px solid #e2e4e8;
    }
    
    .rodape {
    	margin: 0 0 0 250px;
    }
}

.form-input {
	background:#eee;
	padding:3px;
}

.navbar-inverse .navbar-brand {
	color:#fff !important;
}

.navbar-inverse {
	background-color:#2d6eab;
	border-bottom:4px solid #1d5e9c;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li.msg {
    padding: 15px;
    color:#fff;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    background:#2c5882;
}

.sidebar ul li a.active {
    background:#457bb3;
    color:#fff;
}

.sidebar ul li a {
    color:#f1f1f1;
}

.sidebar ul li a:hover, .dropdown a:hover, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background:#457bb3 !important;
    color:#f1f1f1 !important;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f107";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f106";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 55px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-padrao {
	border:0px;
}

.panel-padrao .panel-heading {
	color:#457bb3;
	border-top:2px solid #cbcbcb;
	border-bottom:1px solid #eee;
	
}

.panel-padrao a {
	color:#2c5882;
}

.panel-padrao a:hover {
	color:#0066cc;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #c84743;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

label {
	font-weight:normal;
}
.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

/* Pagina de Login =========================== */

/* css do formulário de entrada do projeto */
.body-login-itec {
    background: #003663 !important;
    width: 100%;
    height: 100vh;
  }
  
  .h4-projeto {
    color: var(--gray-600-color)
  }
  
  
  .body-logo-itec {
    width: 700px;
    position: absolute;
    padding: 15px;
    top: 3%;
    left: 6%;
    opacity: 0.3;
  }
  
  .main-tela-login {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 80vh;
    color: azure;
    position: absolute;
    top: 7%;
    left: 0;
  }
  
  .section-cadastro {
    width: 65%;
    height: 65%;
  }
  /*--------------------------------------------------*/
  
  /* css do formulário de entrada do projeto - PADRÃO ITEC */
  
  div.body-login-itec > .main-tela-login > section > div:nth-child(1) > img.img-logo-itec{
    margin-bottom: 2rem;
  }
  
  .body-login-itec > div > section{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  
  .voltar-login{
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: #003663;
    border: 2px solid #005CA0;
    border-radius: 20px;
    background: transparent;
    font-weight: 600;
  }
  
  .voltar-login:hover{
    color: #82279E;
    border: 2px solid #82279E;
  }
  #id_new_password,
  #id_new_password_confirm,
  .input-esqueceu{
    border-radius: 20px !important;
    border: 1px solid #005CA0 !important;
    height: 45px !important;
    font-size: 15px !important;
    font-family: 'Montserrat', sans-serif !important;
  }
  
  #id_new_password::placeholder,
  #id_new_password_confirm::placeholder,
  .input-esqueceu::placeholder{
    font-size: 15px !important;
    font-family: 'Montserrat', sans-serif;
    color: #9e9e9e !important;
  }
  
  .formulario-login > .input-group{
    height: 45px;
    border-radius: 20px;
    border: 1px solid #005CA0;
    margin: 10px 0;
  }
  
  .formulario-login > .input-group:hover{
    border: 2px solid #82279E;
  }
  
  .input-focused-itec {
    border: 2px solid transparent !important;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #4FB3FF, #005CA0, #82279E, #421450) border-box;
    border-radius: 20px;
  }
  
  .span-focused-itec{
    background: #E6EFF6 !important;
  }
  
  .formulario-login > .input-group:hover > span > svg > path{
    fill: #82279E;
  }
  
  #id_username, #id_password{
    border-radius: 0 20px 20px 0;
    background: transparent;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    height: 43px;
  }
  
  #id_username::placeholder, #id_password::placeholder{
    color: #B3CFE3;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  
  #id_username:focus, #id_password:focus{
    background: #E6EFF6;
    box-shadow: none;
  }
  
  .btn-login{
    display: flex;
    height: 45px;
    padding: 10px 17px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 25px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(90deg, #82279E 0.35%, #003663 51.64%, #005CA0 86.87%);
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    margin: 1.5rem 0 0.75rem 0;
  }
  
  .btn-login:hover{
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(90deg, #005CA0 0.35%, #003663 51.64%, #82279E 86.87%) padding-box, linear-gradient(to right, #4FB3FF, #CA83E0) border-box;
    border: 3px solid transparent;
  }
  
  .btn-login:hover span{
    background-image: linear-gradient(to right, #4FB3FF, #CA83E0);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: rgb(255, 255, 255);
  }
  
  .btn-login:hover svg path{
    fill: #4FB3FF;
  }
  
  /* css da marca d'água da página de entrada do projeto - PADRÃO ITEC*/
  
  .img-itec{
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .img-gov-lateral{
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  
  @media (max-width: 1024px) {
    .img-itec, .img-gov, .img-gov-lateral{
        width: 60%;
        height: auto;
    }
  }
  
  div.logo-desktop{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  
  div.secretaria{
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: right;
    width: 220px;
  }
  
  div.secretaria > h2{
    margin-bottom: 0;
  }
  
  div.secretaria > h5{
    margin-top: 5px;
  }
  
  .logo-mobile > .img-logo-itec{
    margin-bottom: .5rem;
  }
  
  div.content-card{
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  div.card.sistema{
    background: rgb(0, 54, 95, 0.1);
    border: 1px solid #001e70;
    border-radius: 20px;
    box-shadow: -36px 42px 50px rgba(0, 0, 0, 0.15);
    width: 374px;
    height: 390px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: slide-left 0.7s linear;
  }
  
  .card.sistema > .card-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .card.sistema > .card-body span{
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    margin-top: 10px;
    color: #FFF;
  }
  
  .card.sistema > .card-body > .icone-projeto{
    display: flex;
  }
  
  .card.sistema > .card-body > .icone-projeto-mobile{
    display: none;
  }
  
  .card.formulario{
    display: flex;
    position: relative;
    width: 365px;
    height: 390px;
    padding: 35px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    z-index: 2;
    margin-left: -30px;
    border-radius: 20px;
    background: linear-gradient(117deg, #FFF 52.91%, rgba(255, 255, 255, 0.00) 141.93%);
    border: 0.5px solid #001e70;
    box-shadow:  28px 17px 51px 0px rgba(0, 92, 160, 0.10) inset;
    filter: drop-shadow(33px 42px 50px rgba(0, 0, 0, 0.15));
    animation: slide-right 0.7s linear;
  }
  
  @keyframes slide-left {
    0%{
        transform: translateX(50%);
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    100%{
        transform: translateX(0%);
        opacity: 1;
    }
  }
  
  @keyframes slide-right {
    0%{
        transform: translateX(-50%);
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    100%{
        transform: translateX(0%);
        opacity: 1;
    }
  }
  
  .formulario-login {
    background: transparent;
  }
  
  .formulario-login h3{
    color: #005CA0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  
  #span-username, #span-password{
    border-radius: 20px 0 0 20px;
    background: transparent;
    border: none;
    padding: 0 10px;
  }
  
  .remember_me{
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  
  [type="checkbox"].filled-in:not(:checked) + label:after {
    height: 17px;
    width: 17px;
    background-color: transparent;
    border: 1px solid #5a5a5a;
    top: 0px;
    z-index: 0;
  }
  
  .remember_me > label{
    color: #212529;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 5px;
  }
  
  p.lh-1.text-sm-center{
    font-family: 'Montserrat', sans-serif;
    color: #5a5a5a;
  }
  
  .input-focused{
    background: #E6EFF6;
    border: 2px solid #0082C6 !important;
    box-shadow: 0px 0px 0px 2px rgba(0, 130, 198, 0.16);
  }
  
  span.span-focused > svg > path{
    fill: #0082C6 !important;
  }
  
  #login > div.mt-4.d-flex.flex-column.pb-2{
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    padding-bottom: 0.5rem;
  }
  
.certificado-itec>span {
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: .5px;
  margin-bottom: 5px;
  display: block;
}

.certificado-itec > div > span {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 5px;
    max-width: 65px;
    display: flex;
    text-align: left;
    margin-right: 10px;
}
  
  div.logo-mobile{
    display: none;
  }
  
  .logo-desktop > div > h5{
    font-family:'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    justify-content: right;
    text-transform: uppercase;
  }

  .forgot-password, .cadastrar{
    color:#545F71;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
  }
  
  /* css do gradiente em animação da página de entrada do projeto */
  
  .grad1{
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    filter: blur(190px);
    animation: gradiente1 linear infinite 12s;
    width: 50%;
    height: 50%;
  }
  
  .grad2{
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    filter: blur(190px);
    width: 50%;
    height: 70%;
    animation: gradiente2 linear infinite 12s;
    width: 50%;
    height: 50%;
  }
  
  .grad3{
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(190px);
    animation: gradiente3 linear infinite 12s;
    width: 50%;
    height: 50%;
  }
  
  .grad4{
    z-index: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    filter: blur(190px);
    animation: gradiente4 linear infinite 12s;
    width: 50%;
    height: 50%;
  }
  
  .div-grad{
    z-index: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
  }
  
  @keyframes gradiente1{
    0%{
        transform: translateY(0%);
    }
    25%{
        transform: translateY(100%);
    }
    50%{
        transform: translateX(-100%) translateY(100%);
    }
    75%{
        transform: translateY(0%) translateX(-100%);
    }
    100%{
        transform: translateX(0%);
    }
  }
  
  @keyframes gradiente2{
    0%{
        transform: translateY(0%);
    }
    25%{
        transform: translateY(-100%);
    }
    50%{
        transform: translateX(100%) translateY(-100%);
    }
    75%{
        transform: translateY(0%) translateX(100%);
    }
    100%{
        transform: translateX(0%);
    }
  }
  
  @keyframes gradiente3{
    0%{
        transform: translateX(0%);
    }
    25%{
        transform: translateX(100%);
    }
    50%{
        transform: translateY(100%) translateX(100%);
    }
    75%{
        transform: translateX(0%) translateY(100%);
    }
    100%{
        transform: translateY(0%);
    }
  }
  
  @keyframes gradiente4{
    0%{
        transform: translateX(0%);
    }
    25%{
        transform: translateX(-100%);
    }
    50%{
        transform: translateY(-100%) translateX(-100%);
    }
    75%{
        transform: translateX(0%) translateY(-100%);
    }
    100%{
        transform: translateY(0%);
    }
  }
  
  /* css da logomarca e certificado itec */
  
  .img-logo-itec {
    animation: zoom-in-zoom-out 1.4s ease-out;
  }
  
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(2, 2);
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      transform: scale(1, 1);
      opacity: 1;
    }
  }
  .certificado-itec{
    animation: fadein 1.6s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2rem;
  }
  
  @keyframes fadein {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
  }
  
  @media (max-width: 425px){
    .img-logo-itec {
        width: 240px;
        height: 43px;
        margin-top: 3rem;
    }
    .certificado-itec{
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
  }
  
  @media (max-width: 425px){
  
    div.content-card{
        flex-direction: column;
    }
  
    div.card.sistema{
        animation: slide-top 0.7s linear;
        width: 330px;
        border-bottom: none;
        margin-bottom: 10px;
        border-radius: 20px 20px 0;
    }
  
    div.card.formulario{
        margin-left: 0;
        margin-top: -340px !important;
        animation: none;
        width: 330px;
    }
  
    @keyframes slide-top {
        0%{
            transform: translateY(30%);
            opacity: 0;
        }
        50%{
            opacity: 0;
        }
        100%{
            transform: translateY(0%);
            opacity: 1;
        }
    }
  
    .card.sistema > .card-body > .icone-projeto{
        display: none;
    }
  
    .card.sistema > .card-body > .icone-projeto-mobile{
        display: flex;
        margin-top: 2px;
    }
  
    .card.sistema > .card-body{
        justify-content: flex-start;
        padding-top: 0;
        height: 100%;
    }
  
    div.main-tela-login {
        top: 8%;
    }
  
    div.logo-mobile{
        display: block !important;
    }
  
    div.logo-desktop{
        display: none !important;
    }
  }
  
  /* FIM --css do formulário de entrada do projeto */

  /* css do footer identificador de ambiente de homologação */

.footer-pagina-formulario.footer-debug{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 72px;
	background-color: #ED332F;
	z-index: 12;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  footer.footer-debug > div{
	display: flex;
	width: 100%;
  }
  
  footer.footer-debug > div > .ambiente-debug{
	display: flex;
	align-items: center;
	align-self: center;
	text-align: end;
  }
  
  footer.footer-debug > div > .ambiente-debug > span{
	margin-left: 10px;
  }
  
  footer.footer-debug > div > .informacoes-debug{
	display: flex;
	align-items: center;
	align-self: center;
	justify-content: right;
  }
  
  .footer-debug > div > div > span{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #FFF;
  }
  
  @media (max-width: 1440px){
	.footer-debug > div > div > span{
		font-size: 14px;
	}
  }
  
  @media (max-width: 834px){
	.footer-pagina-formulario.footer-debug{
		height: 110px;
	}
	.footer-pagina-formulario.footer-debug > div{
		flex-direction: column;
	}
	.footer-pagina-formulario.footer-debug > div > div{
		width: 100%;
		justify-content: center;
		display: flex;
	}
  
  }
  
  /* ------------------------ */