/*
    DJANGO Admin styles
*/

@import url(fonts.css);
.login #header{
  background: #58d68d;
  color: #169826;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
    color: #333;
    background: #fff;
}
/* design pedro */

div#chat-box:hover{
    display:flex;
}

.iconebusiness{
    position:fixed;
    right:10px;
    bottom:50px;
}


.iconebusiness:focus{
    width:500px;
    
}
#form-link{
    background-color:yellow;
    display:flex;
    flex-direction:colum;
    align-items:center;
    height:400px;
    width:400px;
    margin:auto:
    border-radius:20px;
}
img.business-intelligence{
    will-change:animation;
    height:17vw;
    transition:all 0.5s;
    animation: business 1s infinite alternate;
}
img.business-intelligence:focus{
    will-change:animation;
    animation:none;
    opacity:0
}
img.business-intelligence:focus ~ ul#lista-links{
    display:flex;
    transition: all 0.5s
}
img.business-intelligence:hover{
    transition:all 0.5s;
    transform:scale(1.025)
}

@keyframes business{
    0%{
        transition:all 0.5s;
        transform:scale(1.0);
    }
    100%{
        transition: all 0.5s;
        transform: scale(1.02)
    }
}
a#link-a{
    display:flex;
    flex-direction:column;
    align-items:center;
}
#iframe {
    width: 100%; /* Ajusta para ocupar o bloco */
    height: auto; /* Mantém a proporção */
    max-height: 10vw; /* Define um tamanho máximo */
    border: none;
    border-bottom: solid 1px #020200;
    border-radius: 10px;
}

ul#lista-links {
    border-radius: 10px;
    background-color: rgba(232, 243, 255, 0.8); 
    height: 35vw;
    padding: 10px;
    width: 60vw;
    position: fixed;
    top: 20%;
    margin-left: -60%;
    display: none;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    transition: all 0.5s;
}

.iconebusiness:focus img.business-intelligence{
    opacity:0
}

ul#lista-links:hover{
    display:flex
}

li#link {
    background-color: #edf0f1;
    height: 50%;
    width: 30%;
    list-style: none !important;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.iconebusiness:focus{
    width:500px;
    
}
#form-link{
    background-color:yellow;
    display:flex;
    flex-direction:colum;
    align-items:center;
    height:400px;
    width:400px;
    margin:auto:
    border-radius:20px;
}
img.business-intelligence{
    will-change:animation;
    height:17vw;
    transition:all 0.5s;
    animation: business 1s infinite alternate;
}
img.business-intelligence:focus{
    will-change:animation;
    animation:none;
    opacity:0
}
img.business-intelligence:focus ~ ul#lista-links{
    display:flex;
    transition: all 0.5s
}
img.business-intelligence:hover{
    transition:all 0.5s;
    transform:scale(1.1)
}

@keyframes business{
    0%{
        transition:all 0.5s;
        transform:scale(1.1);
    }
    100%{
        transition: all 0.5s;
        transform: scale(1.0)
    }
}
a#link-a{
    display:flex;
    flex-direction:column;
    align-items:center;
}
#iframe{
    margin-top:5px;
    width:95%;
    border-style:none;
    border-bottom:solid 1px;
    border-color:#020200;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
ul#lista-links{
    border-radius:10px;
    background-color:#e8f3ff;
    height:35vw;
    padding:10px;
    width:60vw;
    position:fixed;
    top:20%;
    margin-left:-60%;
    display:none;
    aling-items:center;
    justify-content:space-between;
    flex-wrap:nowrap;
    transition: all 0.5s;
}
.iconebusiness:focus img.business-intelligence{
    opacity:0
}

ul#lista-links:hover{
    display:flex
}

li#link{
    background-color:#caced066;
    height:15vw;
    list-style:none !important;
    border-radius:12px;
    display:flex;
    justify-content:center;
    width:200px;
}

#bolaia{
    background: linear-gradient(to right, #fdd100, #000000, #fdd100);
    height: 30px;
    background-size: 200% 100%;
    animation:degradeia 2s ease infinite alternate;
    display: flex;
    width: 30px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
}

@keyframes degradeia{
    0%{
        background-position: 100% 0;
    }
    100%{
        background-position: 0 0;
    }
}

/*#bolainternaia{
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border-radius: 30px;
}*/
div#chat-container {
    background-color: aliceblue;
    border-radius: 20px;
}

div#input-ia:hover ~ #chat-box {
    display: flex;
    transition: all 0.3s ease-in-out;
}

.home.dashboard div#content-main .app-op.module table caption.section.ordem-de-producao a::before{
    content:"";
    display:block;
    height:160px;
    width:165px;
    background-image:url('../imgs/op.png');
    background-size:contain;
    background-position:center;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:35px;
}
.home.dashboard div#content-main .app-produto.module table caption.section.produto a::before{
    content:"";
    display:block;
    height:140px;
    width:140px;
    background-image:url('../imgs/produto.png');
    background-size:contain;
    background-position:center;
    margin-top:30px;
    margin-bottom:30px;
    margin-left:35px;
}

.home.dashboard div#content-main .app-oss.module table caption.section.ordem-de-servico a::before{
    content:"";
    display:block;
    height:160px;
    width:165px;
    background-image:url('../imgs/os.png');
    background-size:contain;
    background-position:center;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:30px;
}

.home.dashboard div#content-main .app-authtoken.module table caption.section.token-de-autenticacao a::before{
    content:"";
    display:block;
    height:160px;
    width:145px;
    background-image:url('../imgs/sec.png');
    background-size:contain;
    background-position:center;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:35px;
}
.home.dashboard div#content-main .app-supervisor.module table caption.section.supervisor a::before{
    content:"";
    display:block;
    height:160px;
    width:140px;
    background-image:url('../imgs/supervisor.png');
    background-size:cover;
    background-position:center;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:35px;
}
.home.dashboard div#content-main .app-centrals.module table caption.section.linha-de-producao a::before{
    content:"";
    display:block;
    height:160px;
    width:160px;
    background-image:url('../imgs/linhas.png');
    background-size:contain;
    background-position:center;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:30px;
    
}

.home.dashboard div#content-main .app-auth.module table caption.section.autenticacao-e-autorizacao a::before{
    content:"";
    display:block;
    height:150px;
    width:140px;
    background-image:url('../imgs/user.png');
    background-size:contain;
    background-position:center;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:35px;
}
.home.dashboard div#content-main .app-schedule.module table a.section.schedule::before{
    content:"";
    display:block;
    height:150px;
    width:150px;
    background-image:url('../imgs/calendar.png');
    background-size:contain;
    background-position:center;
    margin-top:30px;
    margin-bottom:30px;
    margin-left:35px;
}
.home.dashboard div#content-main .app-notification.module table a.section.notification::before{
    content:"";
    display:block;
    height:140px;
    width:140px;
    background-image:url('../imgs/aviso.png');
    background-size:contain;
    background-position:center;
    margin-top:25px;
    margin-bottom:35px;
    margin-left:35px;
}
.home.dashboard div#content-main .app-aps.module table caption.section.aps a::before {
    content: "";
    display: block;
    height: 150px;
    width: 150px;
    background-image: url('../imgs/aps.png');
    background-size: contain;
    background-position: center;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 35px;
}
.home.dashboard #content h1{
    display:none
}

.home.dashboard div#content-main{
    display:inline-flex;
    width:1100px;
    margin-left:0%;
    align-content:space-around;
    flex-wrap:wrap;
    justify-content:center;
}

#content-related {
    right:20%;
    width: 260px;
    position: absolute;
    margin-right: 0px;
}

.home.dashboard .module caption{
    width:200px;
    transition:all 0.5s ease;
    height:250px;
    text-align:none;
    border-radius:15px;
    margin-left:30px;
}
.home.dashboard #content{
    margin-left:0%;
    margin-top:5%;
    display:flex;
    width:100%;
    justify-content:space-between;
}
/*.home.dashboard div.app-produto.module{
    position:absolute;
    margin-left:120px;
    margin-top:300px;
    z-index:2;
}
.home.dashboard div.app-supervisor.module{
    position:absolute;
    margin-left:370px;
    margin-top:300px;
    z-index:1;
}
.home.dashboard div.app-authtoken.module{
    position:absolute;
    margin-left:620px;
    margin-top:300px;
}*/
body.app-auth.model-group.change-list #changelist-search,
body.app-auth.model-user.change-list #changelist-search{
    display:none;
}
.home.dashboard div#content-main tr{
    display:none;
}
a.ver-o-site,
a.alterar-senha,
a.encerrar-sessao{
    display:none;
}
#mensagem {
  display: none;
}

#mensagem:target {
    background-color:#fff;
    z-index: 8;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    padding:3%;
    width:700px;
    height:300px;
    border-radius:15px;
    opacity:90%;
    position:fixed;
    text-align: center;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#mensagem a {
    margin: 10% auto 0 auto;
    width: 200px;
    height: 50px;
    text-decoration: none;
    align-content: center;
    display: grid;
    background-color: #58d68d;
    border-radius: 30px;
}
#mensagem a p{
    color:black;
    font-size: 25px;
    margin: 0;
}

#mensagem #mensagemdetrancado{
    color:black;
    margin-top:10%;
    font-size: 25px;
}


#container #header #branding img{
    margin-left:20px;
    width:50px;
    height:50px;
    border-radius:50%;
    transition: all 1s ease;
}
.pai, .pai2, .pai3{
    display:grid;
    grid-auto-flow: column;
}
 #container #header #branding img:hover{
    transform:rotatey(360deg);
}
#container #header #user-tools img{
    width:50px;
    height:50px;
    border-radius:50%;
}
#container #header #user-tools strong{
    position:absolute;
    margin-top:43px;
    margin-left:-125px;
    width:200px;
    text-align:center;
    text-decoration:none;
}
.opaco a{
    opacity:30%;
}

.opaco img{
    z-index:2;
    margin-left:50px;
    margin-top:50px;
    position:absolute;
    width:100px;
}

.home.dashboard div#content-main table caption.section:hover .opaco img{
    animation: mover 1s ease infinite alternate;
}

@keyframes mover {
    0% {
        margin-left:40px;
    }
    10% {
        margin-left:60px;
    }
    20% {
        margin-left:40px;
    }
    30% {
        margin-left:60px;
    }

    40% {
        margin-left:40px;
    }
    50% {
        margin-left:60px;
    }
    60% {
        margin-left:50px;
    }
    100% {
        margin-left:50px;
    }

}

}
#branding{
    display:flex;
}
#container #header #user-tools .user-corpo{
    background-color:transparent;
    border-radius:15px;
}
#container #header #user-tools:hover .user-corpo{
    background-color:#58D68D;
    transition: all 0.5s ease;
}

#container #header #user-tools .usuario{
    background-color:transparent;
}

/*#container #header #user-tools:hover{
    height:200px;
    background-color:transparent;
    border-radius:15px;
    transform:scale(1.2);
    margin-top:8px;
    cursor:pointer;
}*/

a.ver-o-site:hover,
a.alterar-senha:hover,
a.encerrar-sessao:hover{
    border-radius:15px;
    background-color: rgba(252, 252, 252, 0.300);
}
#container #header #user-tools:hover a.ver-o-site{
    color:black;
    display:block;
    margin-top:7px;
}
#container #header #user-tools:hover a.encerrar-sessao{
    color:black;
    display:block;
}

#container #header #user-tools:hover a.alterar-senha{
    color:black;
    display:block;
}
.home.dashboard a.section{
    display:block;
    height:264px;
    margin-top:-8px;
    width:220px;
    margin-left:-8px;
    padding:1px;
    text-decoration:none;
}

.home.dashboard div#content-main table caption.section:hover{
    transition:all 0.5s ;
    transform:scale(1.1);
}

@media screen and  (max-width:1410px){
    .home.dashboard #content{
        margin-left:0px;
    }
    .home.dashboard div$content-main {
        margin-left:0px;
    }
    #content-related{
        right:0px;
    }
}

@media screen and  (max-width:1270px){
    .home.dashboard div$content-main {
        margin-left:0%;
    }
    #content-related {
         display:none;
    }
    .home.dashboard .module caption {
        margin-left: 15px;
    }

}
@media screen and  (max-width:1410px){
    .home.dashboard div$content-main {
        margin-left:8%
    }
    #content-related {
        margin-right:0px;
        width: 250px;
    }

}
@media screen and  (max-width:1244px){
    .home.dashboard div$content-main {
        width:900px;
        margin-left:0%;
    }
    #content-related {
        display:none;
    }


}

@media screen and  (min-width:9000px){
    .home.dashboard div#content-main{
        display:flex;
        width:400px;
        justify-content:space-between;
    }
    #content-related {
        display:none;
    }
    

}
/* LINKS */

a:link, a:visited {
    color: #447e9b;
    text-decoration: none;
}

a:focus, a:hover {
    color: #036;
}

a:focus {
    text-decoration: underline;
}

a img {
    border: none;
}

a.section:link, a.section:visited {
    color: #000000;
    text-decoration: none;
    text-align: center;

}

a.section:focus, a.section:hover {
    text-decoration: underline;
}

/* GLOBAL DEFAULTS */

p, ol, ul, dl {
    margin: .2em 0 .8em 0;
}

p {
    padding: 0;
    line-height: 140%;
}

h1,h2,h3,h4,h5 {
    font-weight: bold;
}

h1 {
    margin: 0 0 20px;
    font-weight: 300;
    font-size: 20px;
    color: #666;
}

h2 {
    font-size: 16px;
    margin: 1em 0 .5em 0;
}

h2.subhead {
    font-weight: normal;
    margin-top: 0;
}

h3 {
    font-size: 14px;
    margin: .8em 0 .3em 0;
    color: #666;
    font-weight: bold;
}

h4 {
    font-size: 12px;
    margin: 1em 0 .8em 0;
    padding-bottom: 3px;
}

h5 {
    font-size: 10px;
    margin: 1.5em 0 .5em 0;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul li {
    list-style-type: square;
    padding: 1px 0;
}

li ul {
    margin-bottom: 0;
}

li, dt, dd {
    font-size: 13px;
    line-height: 20px;
}

dt {
    font-weight: bold;
    margin-top: 4px;
}

dd {
    margin-left: 0;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid #eee;
}

blockquote {
    font-size: 11px;
    color: #777;
    margin-left: 2px;
    padding-left: 10px;
    border-left: 5px so
TOKEN
lid #ddd;
}

code, pre {
    font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
    color: #666;
    font-size: 12px;
}

pre.literal-block {
    margin: 10px;
    background: #eee;
    padding: 6px 8px;
}

code strong {
    color: #930;
}

hr {
    clear: both;
    color: #eee;
    background-color: #eee;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
}

/* TEXT STYLES & MODIFIERS */

.small {
    font-size: 11px;
}

.tiny {
    font-size: 10px;
}

p.tiny {
    margin-top: -2px;
}

.mini {
    font-size: 10px;
}

p.mini {
    margin-top: -3px;
}

.help, p.help, form p.help, div.help, form div.help, div.help li {
    font-size: 11px;
    color: #999;
}

div.help ul {
     margin-bottom: 0;
}

.help-tooltip {
    cursor: help;
}

p img, h1 img, h2 img, h3 img, h4 img, td img {
    vertical-align: middle;
}

.quiet, a.quiet:link, a.quiet:visited {
    color: #999;
    font-weight: normal;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear {
    clear: both;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.example {
    margin: 10px 0;
    padding: 5px 10px;
    background: #efefef;
}

.nowrap {
    white-space: nowrap;
}

/* TABLES */

table {
    border-collapse: collapse;
    border-color: #ccc;
}

td, th {
    font-size: 13px;
    line-height: 16px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    padding: 8px;
    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
}

th {
    font-weight: 600;
    text-align: left;
}

thead th,
tfoot td {
    color: #666;
    padding: 5px 10px;
    font-size: 11px;
    background: #fff;
    border: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

tfoot td {
    border-bottom: none;
    border-top: 1px solid #eee;
}

thead th.required {
    color: #000;
}

tr.alt {
    background: #f6f6f6;
}

.row1 {
    background: #fff;
}

.row2 {
    background: #f9f9f9;
}

/* SORTABLE TABLES */

thead th {
    padding: 5px 10px;
    line-height: normal;
    text-transform: uppercase;
    background: #f6f6f6;
}

thead th a:link, thead th a:visited {
    color: #666;
}

thead th.sorted {
    background: #eee;
}

thead th.sorted .text {
    padding-right: 42px;
}

table thead th .text span {
    padding: 8px 10px;
    display: block;
}

table thead th .text a {
    display: block;
    cursor: pointer;
    padding: 8px 10px;
}

table thead th .text a:focus, table thead th .text a:hover {
    background: #eee;
}

thead th.sorted a.sortremove {
    visibility: hidden;
}

table thead th.sorted:hover a.sortremove {
    visibility: visible;
}

table thead th.sorted .sortoptions {
    display: block;
    padding: 9px 5px 0 5px;
    float: right;
    text-align: right;
}

table thead th.sorted .sortpriority {
    font-size: .8em;
    min-width: 12px;
    text-align: center;
    vertical-align: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

table thead th.sorted .sortoptions a {
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../img/sorting-icons.svg) 0 0 no-repeat;
    background-size: 14px auto;
}

table thead th.sorted .sortoptions a.sortremove {
    background-position: 0 0;
}

table thead th.sorted .sortoptions a.sortremove:after {
    content: '\\';
    position: absolute;
    top: -6px;
    left: 3px;
    font-weight: 200;
    font-size: 18px;
    color: #999;
}

table thead th.sorted .sortoptions a.sortremove:focus:after,
table thead th.sorted .sortoptions a.sortremove:hover:after {
    color: #447e9b;
}

table thead th.sorted .sortoptions a.sortremove:focus,
table thead th.sorted .sortoptions a.sortremove:hover {
    background-position: 0 -14px;
}

table thead th.sorted .sortoptions a.ascending {
    background-position: 0 -28px;
}

table thead th.sorted .sortoptions a.ascending:focus,
table thead th.sorted .sortoptions a.ascending:hover {
    background-position: 0 -42px;
}

table thead th.sorted .sortoptions a.descending {
    top: 1px;
    background-position: 0 -56px;
}

table thead th.sorted .sortoptions a.descending:focus,
table thead th.sorted .sortoptions a.descending:hover {
    background-position: 0 -70px;
}

/* FORM DEFAULTS */

input, textarea, select, .form-row p, form .button {
    margin: 2px 0;
    padding: 2px 3px;
    vertical-align: middle;
    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
}
.form-row div.help {
    padding: 2px 3px;
}

textarea {
    vertical-align: top;
}

input[type=text], input[type=password], input[type=email], input[type=url],
input[type=number], input[type=tel], textarea, select, .vTextField {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 6px;
    margin-top: 0;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus,
input[type=url]:focus, input[type=number]:focus, input[type=tel]:focus,
textarea:focus, select:focus, .vTextField:focus {
    border-color: #999;
}

select {
    height: 30px;
}

select[multiple] {
    min-height: 150px;
}

/* FORM BUTTONS */

.button, input[type=submit], input[type=button], .submit-row input, a.button {
    background: #58d68d;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

a.button {
    padding: 4px 5px;
}

.button:active, input[type=submit]:active, input[type=button]:active,
.button:focus, input[type=submit]:focus, input[type=button]:focus,
.button:hover, input[type=submit]:hover, input[type=button]:hover {
    background: #609ab6;
}

.button[disabled], input[type=submit][disabled], input[type=button][disabled] {
    opacity: 0.4;
}

.button.default, input[type=submit].default, .submit-row input.default {
    float: right;
    border: none;
    font-weight: 400;
    background: #417690;
}

.button.default:active, input[type=submit].default:active,
.button.default:focus, input[type=submit].default:focus,
.button.default:hover, input[type=submit].default:hover {
    background: #205067;
}

.button[disabled].default,
input[type=submit][disabled].default,
input[type=button][disabled].default {
    opacity: 0.4;
}


/* MODULES */

.module {
    border: none;
    margin-bottom: 30px;
    background: #fff;
}

.module p, .module ul, .module h3, .module h4, .module dl, .module pre {
    padding-left: 10px;
    padding-right: 10px;
}

.module blockquote {
    margin-left: 12px;
}

.module ul, .module ol {
    margin-left: 1.5em;
}

.module h3 {
    margin-top: .6em;
}

.module h2, .module caption, .inline-group h2 {
    margin: 0;
    padding: 8px;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    background: #58d68d;
    color: #fff;
}

.module caption,
.inline-group h2 {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.module table {
    border-collapse: collapse;
}

/* MESSAGES & ERRORS */

ul.messagelist {
    padding: 0;
    margin: 0;
}

ul.messagelist li {
    display: block;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 10px 10px 65px;
    margin: 0 0 10px 0;
    background: #dfd url(../img/icon-yes.svg) 40px 12px no-repeat;
    background-size: 16px auto;
    color: #333;
}

ul.messagelist li.warning {
    background: #ffc url(../img/icon-alert.svg) 40px 14px no-repeat;
    background-size: 14px auto;
}

ul.messagelist li.error {
    background: #ffefef url(../img/icon-no.svg) 40px 12px no-repeat;
    background-size: 16px auto;
}

.errornote {
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 10px 12px;
    margin: 0 0 10px 0;
    color: #ba2121;
    border: 1px solid #ba2121;
    border-radius: 4px;
    background-color: #fff;
    background-position: 5px 12px;
}

ul.errorlist {
    margin: 0 0 4px;
    padding: 0;
    color: #ba2121;
    background: #fff;
}

ul.errorlist li {
    font-size: 13px;
    display: block;
    margin-bottom: 4px;
}

ul.errorlist li:first-child {
    margin-top: 0;
}

ul.errorlist li a {
    color: inherit;
    text-decoration: underline;
}

td ul.errorlist {
    margin: 0;
    padding: 0;
}

td ul.errorlist li {
    margin: 0;
}

.form-row.errors {
    margin: 0;
    border: none;
    border-bottom: 1px solid #eee;
    background: none;
}

.form-row.errors ul.errorlist li {
    padding-left: 0;
}

.errors input, .errors select, .errors textarea {
    border: 1px solid #ba2121;
}

div.system-message {
    background: #ffc;
    margin: 10px;
    padding: 6px 8px;
    font-size: .8em;
}

div.system-message p.system-message-title {
    padding: 4px 5px 4px 25px;
    margin: 0;
    color: #c11;
    background: #ffefef url(../img/icon-no.svg) 5px 5px no-repeat;
}

.description {
    font-size: 12px;
    padding: 5px 0 0 12px;
}

/* BREADCRUMBS */

div.breadcrumbs {
    background: #58d68d;
    padding: 10px 40px;
    border: none;
    font-size: 14px;
    color: #c4dce8;
    text-align: left;
}

div.breadcrumbs a {
    color: #fff;
}

div.breadcrumbs a:focus, div.breadcrumbs a:hover {
    color: #c4dce8;
}

/* ACTION ICONS */

.addlink {
    padding-left: 16px;
    background: url(../img/icon-addlink.svg) 0 1px no-repeat;
}

.changelink, .inlinechangelink {
    padding-left: 16px;
    background: url(../img/icon-changelink.svg) 0 1px no-repeat;
}

.deletelink {
    padding-left: 16px;
    background: url(../img/icon-deletelink.svg) 0 1px no-repeat;
}

a.deletelink:link, a.deletelink:visited {
    color: #CC3434;
}

a.deletelink:focus, a.deletelink:hover {
    color: #993333;
    text-decoration: none;
}

/* OBJECT TOOLS */

.object-tools {
    font-size: 10px;
    font-weight: bold;
    padding-left: 0;
    float: right;
    position: relative;
    margin-top: -48px;
}

.form-row .object-tools {
    margin-top: 5px;
    margin-bottom: 5px;
    float: none;
    height: 2em;
    padding-left: 3.5em;
}

.object-tools li {
    display: block;
    float: left;
    margin-left: 5px;
    height: 16px;
}

.object-tools a {
    border-radius: 15px;
}

.object-tools a:link, .object-tools a:visited {
    display: block;
    float: left;
    padding: 3px 12px;
    background: #999;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
}

.object-tools a:focus, .object-tools a:hover {
    background-color: #417690;
}

.object-tools a:focus{
    text-decoration: none;
}

.object-tools a.viewsitelink, .object-tools a.golink,.object-tools a.addlink {
    background-repeat: no-repeat;
    background-position: right 7px center;
    padding-right: 26px;
}

.object-tools a.viewsitelink, .object-tools a.golink {
    background-image: url(../img/tooltag-arrowright.svg);
}

.object-tools a.addlink {
    background-image: url(../img/tooltag-add.svg);
}

/* OBJECT HISTORY */

table#change-history {
    width: 100%;
}

table#change-history tbody th {
    width: 16em;
}

/* PAGE STRUCTURE */

#container {
    position: relative;
    width: 100%;
    min-width: 980px;
    padding: 0;
}

#content {
    margin-right:3%;
    margin-left:2%;
    padding: 20px 0px;
}


#content-related {
    position: absolute;
    margin-right: 0px;
}

#footer {
    clear: both;
    padding: 10px;
}

/* COLUMN TYPES */

.colMS {
    margin-right: 300px;
}

.colSM {
    margin-left: 300px;
}

.colSM #content-related {
    float: left;
    margin-right: 0;
    margin-left: -300px;
}

.colSM #content-main {
    float: right;
}

.popup .colM {
    width: auto;
}

/* HEADER */

#header {
    width: auto;
    height: 60px;
    display: flex;
    padding: 20px 40px;
    background:#FDD100;
    line-height: 40px;
    color: #169826;
    overflow: hidden;
    
}

#header a:link, #header a:visited {
    color: #169826;
    
}

#header a:focus , #header a:hover {
    text-decoration: underline;
}

#branding {
    display: flex;
    justify-content: space-between;
    float: left;
}

#branding h1 {
    padding: 0;
    margin: 10px 20px 0px 20px;
    font-weight: 300;
    font-size: 26px;
    color: #199629;
    font-family: Ubuntu; 
}

#branding h1, #branding h1 a:link, #branding h1 a:visited {
    color: #000000;
}
169826
#branding h2 {
    padding: 0 10px;
    font-size: 14px;
    margin: -8px 0 8px 0;
    font-weight: normal;
    color: #19ff36;
}

#branding a:hover {
    text-decoration: none;
}

#user-tools {
    right:37px;
    position:absolute;
    width:200px;
    padding: 0;
    margin: 0 0 0 20px;
    font-weight: 300;
    font-size: 10px;
    font-family: Ubuntu;
    color: #000000;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: right;
    margin-right:4%;
    text-align:center;    
    transition:all 1s ease;
    background-color:transparent;
    height:70px;
    z-index:1001;
}


#user-tools a:focus, #user-tools a:hover {
    text-decoration: none;
    border-bottom-color: #000000;
    color: #58d68d;
}

/* SIDEBAR */

#content-related {
    background: #f8f8f8;
}

#content-related .module {
    background: none;
}

#content-related h3 {
    font-size: 14px;
    color: #666;
    padding: 0 16px;
    margin: 0 0 16px;
}

#content-related h4 {
    font-size: 13px;
}

#content-related p {
    padding-left: 16px;
    padding-right: 16px;
}

#content-related .actionlist {
    padding: 0;
    margin: 16px;
}

#content-related .actionlist li {
    line-height: 1.2;
    margin-bottom: 10px;
    padding-left: 18px;
}

#content-related .module h2 {
    background: none;
    padding: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eaeaea;
    font-size: 18px;
    color: #333;
}

.delete-confirmation form input[type="submit"] {
    background: #ba2121;
    border-radius: 4px;
    padding: 10px 15px;
    color: #fff;
}

.delete-confirmation form input[type="submit"]:active,
.delete-confirmation form input[type="submit"]:focus,
.delete-confirmation form input[type="submit"]:hover {
    background: #a41515;
}

.delete-confirmation form .cancel-link {
    display: inline-block;
    vertical-align: middle;
    height: 15px;
    line-height: 15px;
    background: #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    color: #333;
    margin: 0 0 0 10px;
}

.delete-confirmation form .cancel-link:active,
.delete-confirmation form .cancel-link:focus,
.delete-confirmation form .cancel-link:hover {
    background: #ccc;
}

/* POPUP */
.popup #content {
    padding: 20px;
}

.popup #container {
    min-width: 0;
}

.popup #header {
    padding: 10px 20px;
}

/* adicionar links*/

#lista-links {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    justify-content: center;
  }
  
  #link,
  #adicionar-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 120px;
  }
  
  #link-a, 
  #botao-adicionar {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    width: 100%;
  }
  
  #iframe, 
  .icone-mais {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
  }
  
  .nome-link {
    font-weight: bold;
    margin-top: 8px;
  }
  
  .descricao-link {
    font-size: 12px;
    color: #666;
  }
  
  .icone-mais {
    background-color: #e0e0e0;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
  }
  
  .icone-mais:hover {
    background-color: #ccc;
  }
  
  /* Modal */

  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
  }
  
  .modal-conteudo {
    background-color: #ffffff;
    padding: 25px 30px;
    border-radius: 12px;
    width: 340px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    font-family: Arial, sans-serif;
  }
  
  .modal-conteudo h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
  }
  
  .campo-formulario {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
  }
  
  .campo-formulario label {
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
  }
  
  .campo-formulario input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.2s ease-in-out;
  }
  
  .campo-formulario input:focus {
    outline: none;
    border-color: #4caf50;
  }
  
  .botoes-modal {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 10px;
  }
  
  .botao-concluir,
  .botao-cancelar {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .botao-concluir {
    background-color: #303080;
    color: #fff;
  }
  
  .botao-concluir:hover {
    background-color:  #41419c;
  }
  
  .botao-cancelar {
    background-color: #e0e0e0;
    color: #333;
  }
  
  .botao-cancelar:hover {
    background-color: #eed1d1;
  }
  