@import url('https://fonts.googleapis.com/css?family=Mulish:400,700,300');

* {
    font-family: Mulish, Arial, sans-serif;
}

.fullContent {
    width           : 75%;
    min-height      : 100vh;
    position        : absolute;
    top             : 0;
    left            : 25%;
    background-color: #ededed;
}

.innerContent {
    margin: 50px;
}

.formElement {
    margin-top: 20px;
}

label.formLabel {
    text-transform: uppercase;
    color         : #000000;
}

.formInput {
    width       : 100%;
    height      : 42px;
    border      : none;
    color       : black;
    margin-top  : 11px;
    padding-left: 10px;
}
textarea.formTextarea {
    width: 100%;
    height: 192px;
    margin-top: 11px;
    border: none;
    padding-left: 10px;
    padding-top: 10px;
}

input.formButtonSubmit {
    padding       : 17px 65px;
    border        : none;
    background    : #75c377;
    color         : white;
    text-transform: uppercase;
}
.buttonArtigos{
    margin-top    : 20px;
    margin-left   : 20px;
    padding       : 17px 65px;
    border        : none;
    background    : #7777c3;
    color         : #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.buttonArtigos:hover{
    color: #fff;
}

:focus {
    outline: 0;
}


.pageTitle h1 {
    font-size     : 20px;
    text-transform: uppercase;
    color         : #000000;
    margin-top    : 10px;
}

.tabelHeader .col1 {
    display       : inline-block;
    width         : 75%;
    text-align    : center;
    padding       : 4px 0px;
    background    : #000000;
    text-transform: uppercase;
    color         : white;
    margin        : 0;
}

.tabelHeader .col2 {
    display       : inline-block;
    width         : 24%;
    text-align    : center;
    padding       : 4px 0px;
    background    : #000000;
    text-transform: uppercase;
    color         : white;
    margin        : 0;
}

.tabelHeader {
    background: #000000;

}

.tabelBody .col1 {
    line-height   : 30px;
    background    : white;
    margin        : 10px 0px;
    height        : 30px;
    padding-left  : 30px;
    text-transform: uppercase;
    width         : 73%;
    display       : inline-block;
}


.tabelBody .col2 {
    display   : inline-block;
    width     : 23%;
    height    : 30px;
    margin    : 10px 0px;
    text-align: center;
}

.tabelBody .col2 .options {
    display    : inline-block;
    width      : 49%;
    background : #000000;
    height     : 100%;
    line-height: 30px;
}

.tabelBody .col2 .options a {
    color: white;
}

.tabelBody .col2 .options a i { 
    line-height: 30px !important;
    margin     : 0px;
}


.tabelBody .col2 .optionsAdd {
    display    : inline-block;
    width      : 99%;
    background : #000000;
    height     : 100%;
    line-height: 30px;
}

.tabelBody .col2 .optionsAdd a {
    color: white;
}

.tabelBody .col2 .optionsAdd a i { 
    line-height: 30px !important;
    margin     : 0px;
}

.imgFooter {
    text-align: right;
}

.imgFooter img {
    width: 190px;
}

.galeriaEdit {
    display: inline-block;
    width: 20%;
    position: relative;
    margin: 10px;
}

img.imagemGaleria {
    width: 100%;
}
.galeriaEdit:hover .removeButton {
    display: block;
    
}

.removeButton {
    position: absolute;
    top: 0;
    background: #0000009e;
    width: 100%;
    height: 100%;
    display: none;
}

.removeButton a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-size: 40px;
}


button.validar {
    background: #75c377;
    width: 100px;
    height: 30px;
    border: none;
    border-radius: 5px;
    margin-right: 30px;
    color: white;
    text-transform: uppercase;
}

button.reprovar {
    background: #c37575;
    width: 100px;
    height: 30px;
    border: none;
    border-radius: 5px;
    margin-right: 30px;
    color: white;
    text-transform: uppercase;
}

h2 a i{
    font-size: 0.7em;
    color: #000;
    margin-left: 1rem;
}