body {
    overflow-x: hidden;
}

#toast-container {
    margin-top: 30px;
}

.MsoNormal {
    color: #000;
}

.left-menu {
    width: 300px;
    height: 100vh;
    background-color: #eeeeee;
    box-shadow: 0 0 5px #000;
    float: left;
    overflow-y: scroll;
    transition: .3s;
    z-index: 999;
    position: fixed;
}

.ic-disapprove{
   padding-right: 10px; 
}

.site-content {
    width: calc(100% - 300px);
    float: right;
    transition: .3s;
}

.menubtn-style {
    width: 38px;
    height: 38px;
    font-size: 22px;
    border-radius: 5px;
    padding: 0;
}

.menubutton {
    position: fixed;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 999;
    background-color: #221c1c;
    transition: .5s;
}

.menubtn {
    margin-left: 10px;
    background-color: transparent;
    color: #000;
}

.hiddenmenu {
    margin-left: -305px;
    transition: .3s;
}

@media (max-width: 992px) {
    .left-menu {
        margin-left: -305px;
        position: fixed;
        transition: .3s;
    }
    .hiddenmenu {
        margin-left: 0px;
        transition: .3s;
    }
    .site-content {
        width: 100%;
        transition: .3s;
    }
    .menubutton {
        margin-left: 10px;
    }
}


.fullcontent {
    width: 100%;
    transition: .3s;
}

.site-header {
    width: 100%;
    background-image: linear-gradient(#3e5380, #354567);
    display: inline-block;
    text-align: center;
}


.menu-content {
    margin-top: 10px;
    margin-left: 5%;
    width: 90%;
}

.cadastro {
    float: right;
}

.recuperar {
    margin-top: -30px;
}

a:hover {
    text-decoration: none;
}

.logar img {
    margin-top: 10px;
    margin-bottom: 5px;
}

.logar h1 {
    font-size: 26px;
    margin-bottom: 0;
}

.menu-content hr {
    margin: 20px 0;
}

.small-text {
    margin-bottom: 10px;
}

.menu-options ul {
    list-style: none;
    margin: 0;
    padding-left: 15px;
    padding-bottom: 15px;
}

.menu-options li {
    margin-bottom: 5px;
}

.menu-options a {
    font-size: 18px;
    color: #131313;
}

.menu-options a:hover {
    color: #424242;
    transition: .3s;
}

.menu-options i {
    text-align: right;
    font-size: 18px;
    padding: 4px;
    margin-right: 15px;
    width: 25px;
}

.site-body {
    width: 95%;
    max-width: 1200px;
    margin-left: 50%;
    transform: translate(-50%);
    margin-top: 25px;
    padding-bottom: 40px;
}

.edital {
    box-shadow: 0 0 5px #000;
    margin-bottom: 20px;
    background-color: #eeeeee;
}

.edital-thumb {
    float: left;
    width: 100%;
}

.edital-thumb img {
    width: 100%;
    max-height: 250px;
    margin-bottom: 10px;
}

.edital-content {
    word-wrap:  break-word;
    display: inline-block;
    padding: 14px;
}

.edital-content h1 {
    font-size: 26px;
    margin-bottom: 15px;
}

.btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-novo {
    margin-bottom: 15px;
}

.btn-voltar {
    margin-left: 5px;
}

.btn-voltar2 {
    margin-bottom: 15px;
    margin-right: 5px;
}

.btn-right {
    margin-right: 5px;
}

.edital-preview {
    max-height: 70px;
    overflow: hidden;
}

.message {
    margin-bottom: 20px;
    border-radius: 20px;
}

.form-h4 {
    margin-top: 40px;
}

.profile-picture {
    width: 120px;
    height: 120px;
    border-radius: 5px;
}

.nomeLogado {
    margin-top: 10px;
}

input[type = radio] {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 2px;
    width: 18px;
    height: 18px;
    cursor: pointer;
} 

.table {
    margin-top: 30px;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.table > thead > tr > th > a {
    color: #000;
}

.table > thead > tr > th {
    font-size: 16px;
    font-weight: 500;
}

.actions i {
    font-size: 16px;
    width: 15px;
}

.actions {
    text-align: right;
}

.file-icon {
    font-size: 22px;
    color: #000;
}

.center {
    text-align: center;
}

.language {
    max-width: 120px;
    height: 38px;
    padding: 0 10px;
}

.menu-content .input-group-text {
    width: 85px;
    padding-left: 5px;
}

.menu-content .input-group {
    margin-bottom: 10px;
    width: 100%;
}

.menu-content .input-group button {
    position: absolute;
    right: 0;
}

.userinfo {
    text-align: center;
}

label {
    font-weight: 700;
    width: 100%;
    cursor: default;
}

.input p {
    margin-bottom: 10px;
    margin-top: -5px;
    line-height: normal;
    font-size: 14px;
}

.checktable {
    width: 18px;
    height: 18px;
}

.checkwidth {
    width: 50px;
}
.checkbox {
    float: left;
}

.radio label {
    width: 100%;
}

table input[type = checkbox] {
    width: 18px;
    height: 18px;
    margin-bottom: 0px;
    cursor: pointer;
} 

.table-checkbox {
    width: 40px;
}

.researchLines {
    margin-top: 80px;
}

.table td {
    word-break: normal;
    min-width: 100px;
}

.head-text {
    min-width: 250px;
}

.head-buttons {
    min-width: 160px;
}

.search-btn {
    margin: 0;
    margin-top: -54px;
    width: auto;
    float: right;
}

.article {
    margin-top: 30px;
}

.news_item {
    display: block;
}

.news_file {
    margin-top: 15px;
    margin-bottom: 20px;
}

.correcao {
    background-color: #f4f4f4;
    padding: 5px;
    border-radius: 5px;
    max-width: 100%;
    width: 615px; 
}

.correcao2 {
    padding: 5px;
    border-radius: 5px;
    max-width: 100%;
    width: 615px; 
}

.rolador {
    word-break: break-word;
    overflow-y: scroll;
    max-height: 400px;
    width: 625px;
}

.badge {
    font-size: 16px;
    font-weight: 500;
}

.title-h2 {
    margin-bottom: 30px;
}

.bg-grey {
    padding: 5px;
    border-radius: 5px;
    background-color: #f4f4f4;
}

.formconvite {
    max-width: 480px; 
    margin-left: 50%; 
    transform: translate(-50%); 
    margin-top: 40px;
}


@media (max-width: 700px) {
    .formconvite {
        min-width: 80%;
    }
}

@media (max-width: 480px) {
    .formconvite {
        min-width: 95%;
    }
}

.card {
    margin-bottom: 30px;
}

.date select, .time select {
    padding: 0 25px 0 10px;
}

.msg {
    background-color: #ebebeb;
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.msg-user {
    background-color: #e8efff;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    text-align: right;
}

.msg p, .msg-user p, .msg h6, .msg-user h6 {
    margin: 0;
}

.chat {
    overflow-x: scroll;
    overflow-x: hidden;
}

.msg-user .delete-msg {
    color: #e8efff;
    margin-right: 5px;
    transition: .3s;
    cursor: pointer;
}

.msg-user:hover .delete-msg {
    color: red;
    transition: .3s;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}