/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
.materialert{
    position: relative;
    min-width: 150px;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.1s linear;
    webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.materialert .material-icons{
    margin-right: 10px;
}
.materialert .close-alert{
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
    color: inherit;
    background: 0 0;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    filter: alpha(opacity=40);
    margin-bottom: -5px;
    position: absolute;
    top: 16px;
    right: 5px;
}
.materialert.info{
    background-color: #039be5;
    color: #fff;
}
.materialert.success{
    background-color: #43a047;
    color: #fff;
}
.materialert.error{
    background-color: #c62828;
    color: #fff;
}
.materialert.danger{
    background-color: #c62828;
    color: #fff;
}
.materialert.warning{
    background-color: #fbc02d;
    color: #fff;
}
.navbar-fixed {
  z-index: 998;
}
/** ELEMENTS */
div nav {
    /* padding-left: 43%; */
    font-size: 16px;
}
textarea {
    resize: none;
    border-radius: 4px;
    margin-top: 8px;
    width: 120%;
    height: 20%;
}
select {
    size: 5;
}

/** ID's*/
/* #column-icons-table {
    width: 70px;
} */
#box-identificacao {
    height: 400px;
 }
 #box-contato {
    height: 650px;
 }
 #box-complementares {
     height: 700px;
 }
 #box-formacao-crista {
    height: 85em;
 }

 /** CLASSES */
 .width-06-percent {
    width: 6%;
}
.width-8-percent {
    width: 8%;
}
.width-10-percent {
    width: 10%;
}
.width-12-percent {
    width: 12%;
}
.logo {
    margin-top: -95px;
    margin-left: 0px;
    width: 35%;
    height: 10%;
}
.container div nav {
    padding-left: 1%;
}

.cor-red {
    color: #FF0000;
}
.cor-green {
    color: #4B0082;
}
.cor-green-2 {
    color: #26a69a;
}
.cor-azul-claro {
    color: #1E90FF;
}

.img-navbar {
    position: fixed;
    margin-left: -20.5em;
    margin-top: -8.2em;
    width: 5em;
    height: 45%;
    visibility: visible;
}
.font-size {
    font-size: 18px;
}


.alert .inner {
  display: block;
  padding: 6px;
  margin: 6px;
  border-radius: 3px;
  border: 1px solid rgb(180,180,180);
  background-color: rgb(212,212,212);
}

.alert .close {
  float: right;
  margin: 3px 12px 0px 0px;
  cursor: pointer;
}

.alert .inner,.alert .close {
  color: rgb(88,88,88);
}

.alert input {
  display: none;
}

.alert input:checked ~ * {
  animation-name: dismiss,hide;
  animation-duration: 300ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0s,100ms;
}

.alert.error .inner {
  border: 1px solid rgb(238,211,215);
  background-color: rgb(242,222,222);
}

.alert.error .inner,.alert.error .close {
  color: rgb(185,74,72);
}

.alert.success .inner {
  border: 1px solid rgb(214,233,198);
  background-color: rgb(223,240,216);
}

.alert.success .inner,.alert.success .close {
  color: rgb(70,136,71);
}

.alert.info .inner {
  border: 1px solid rgb(188,232,241);
  background-color: rgb(217,237,247);
}

.alert.info .inner,.alert.info .close {
  color: rgb(58,135,173);
}

.alert.warning .inner {
  border: 1px solid rgb(251,238,213);
  background-color: rgb(252,248,227);
}

.alert.warning .inner,.alert.warning .close {
  color: rgb(192,152,83);
}

@keyframes dismiss {
  0% {
    opacity: 1;
  }
  90%, 100% {
    opacity: 0;
    font-size: 0.1px;
    transform: scale(0);
  }
}

@keyframes hide {
  100% {
    height: 0px;
    width: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    border: 0px;
  }
}
  

/** MÉDIA QUERIES */
 @media (max-width: 575.98px) {
    .container {
        width: 85%;
    }
    .img-navbar {
        margin-top: -110px;
        padding-top: 0px;
        margin-left: -55px;
        width: 30%;
        height: 40%;
        visibility: hidden;
    }
    .font-size {
        font-size: 8px;
    }
    .width-10-percent {
        width: 20%;
    }
}
 @media (min-width: 576px) and (max-width: 767.98px) {
    .container {
        width: 85%;
    }
    .img-navbar {
        margin-top: -110px;
        padding-top: 0px;
        margin-left: -55px;
        width: 100%;
        height: 50%;
        visibility: hidden;
    }
    .font-size {
        font-size: 8px;
    }
    .width-10-percent {
        width: 20%;
    }
    .container div nav {
        padding-left: 0%;
    }
    #box-identificacao { height: 400px; }
    #box-contato { height: 650px; }
    #box-complementares { height: 700px; }
    #box-formacao-crista { height: 85em; }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        width: 70%;
    }
    .img-navbar {
        margin-top: -110px;
        padding-top: 0px;
        margin-left: -55px;
        width: 100%;
        height: 50%;
        visibility: hidden;
    }
    .font-size {
        font-size: 8px;
    }
    .width-10-percent {
        width: 20%;
    }
    #box-identificacao { height: 400px; }
    #box-contato { height: 650px; }
    #box-complementares { height: 700px; }
    #box-formacao-crista { height: 85em; }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .img-navbar {
        margin-top: -80px;
        padding-top: 0px;
        margin-left: -120px;
        width: 45%;
        height: 50%;
    }
    .font-size {
        font-size: 10px;
    }
    #box-identificacao { height: 400px; }
    #box-contato { height: 650px; }
    #box-complementares { height: 700px; }
    #box-formacao-crista { height: 85em; }
}

@media (min-width: 1199.99px) and (max-width: 1200px){
    .img-navbar {
        margin-top: -4.1em;
        padding-top: 0px;
        margin-left: -20em;
        width: 200;
        height: 50%;
    }
}
