﻿/*
Considerar os seguintes estilos para a CSS global
*/

body {
    border: 0px;
    margin: 5px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: white;
    color: black;
    position: relative;
    min-width: 800px;
    max-width: 2000px;
}

div {
    /*border: 0px;*/
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

li {
    margin: 0px;
}

a {
    text-decoration: underline;
}

th {
    padding: 5px;
    background: #bf425a;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

td {
    margin: 0px;
    padding: 5px;
}

tr:nth-child(even) {
    background: white;
}

tr:nth-child(odd) {
    background: #EEE;
}

tr:hover {
    background: #D6D6D6;
}

tr:active {
    background: #D6D6D6;
}

tr.selected {
    background: #D6D6D6;
}

.AlignRight {
    text-align: right;
}

.MinimumWidth {
    width: 20px;
}

input[type=radio] {
}

/*
Adicionar os seguintes estilos da navegação à CSS global
*/

#CA30Top {
    width: 100%;
}

#bangHome {
    padding: 5px;
    background-color: #FFCCCC;
    text-align: left;
    text-overflow: ellipsis;
    font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
    font-size: 56px;
    font-weight: bold;
    color: #FFFFFF;
}

#CA30Right {
    width: 160px;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
}

#bangHeader {
    padding: 5px;
    text-align: center;
    font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
    font-size: 56px;
    font-weight: bold;
    color: #FFCCCC;
    cursor: pointer;
}

    #bangHeader:hover {
        background-color: #bf425a;
    }

    #bangHeader:active {
        background-color: #bf425a;
    }

#EntTarget {
    text-align: center;
    padding: 5px 0px 5px 0px;
    cursor: pointer;
}

    #EntTarget:hover {
    }

    #EntTarget:active {
    }

    #EntTarget img {
        width: 140px;
    }

#UserName {
    width: 140px;
    margin: 0px;
    padding: 10px 5px;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 14px;
    cursor: pointer;
}

    #UserName:hover {
        background-color: #bf425a;
        color: #FFFFFF;
    }

    #UserName:active {
        background-color: #bf425a;
        color: #FFFFFF;
    }

#Nav {
    width: 150px;
}

#NavStructure {
    width: 150px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.NavStructure {
    width: 150px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.NavButton {
    width: 140px;
    border: 0px;
    margin: 10px 0px 0px 0px;
    padding: 10px 5px;
    text-align: center;
    /*    white-space: pre-wrap;*/
    background-color: #FFCCCC;
    color: #bf425a;
    cursor: pointer;
}

    .NavButton:hover {
        background-color: #bf425a;
        color: #FFFFFF;
    }

    .NavButton:active {
        background-color: #bf425a;
        color: #FFFFFF;
    }

.sessionButton {
    /*width: 140px;*/
    width: 100%;
    border: 0px;
    margin: 10px 0px 0px 0px;
    padding: 10px 5px;
    text-align: center;
    /*    white-space: pre-wrap;*/
    background-color: #FFCCCC;
    background-color: #bf425a;
    color: white;
    cursor: pointer;
}

    .sessionButton:hover {
        background-color: #FFCCCC;
        color: #bf425a;
    }

    .sessionButton:active {
        background-color: #FFCCCC;
        color: #bf425a;
    }

.Padding {
    padding-top: 20px;
    overflow: hidden;
}

.Clear {
    clear: both;
}

/*
Adicionar os seguintes estilos da navegação às páginas de widgets (default,...)
*/

.Widget {
    position: relative;
    background-color: #FFCCCC !important;
    color: #bf425a;
    font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
    text-align: center;
}

    .Widget:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

.WidgetDouble {
}

    .WidgetDouble:before {
        content: "";
        display: block;
        padding-top: 50%;
    }

.WidgetDark {
    background-color: #bf425a !important;
    color: #FFCCCC;
    border: 3px solid #bf425a;
}

.WidgetWhite {
    border-color: #FFCCCC;
    border: 3px solid;
    background-color: #FFFFFF !important;
    color: #bf425a;
}

.WidgetContent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.WidgetTitle {
    font-size: 56px;
    font-weight: bold;
}

.WidgetH1 {
    font-size: 48px;
    font-weight: bold;
}

.WidgetH2 {
    font-size: 40px;
    font-weight: bold;
}

.WidgetH3 {
    font-size: 32px;
    font-weight: bold;
}

.WidgetH4 {
    font-size: 24px;
    font-weight: bold;
}

.WidgetH5 {
    font-size: 18px;
    font-weight: bold;
}

.WidgetText {
    font-size: 24px;
}

.widgetIconContainer {
    width: 95%;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
}

    .widgetIconContainer span {
        margin-right: 5px;
    }

/*
Adicionar os seguintes estilos às páginas listagem
*/

#ContentMain {
    float: left;
    margin-right: 160px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.MainTitle {
    float: left;
    display: inline;
    color: #bf425a;
    font-size: 48px;
    font-weight: bold;
}

#SelectControl {
    height: auto;
    float: right;
}

.Status {
    padding: 2px;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    float: right;
}

.FilterON {
    text-decoration: underline;
    cursor: pointer;
}

.StatusFilter {
    float: left;
    padding: 6px 10px 3px 10px;
    font-size: 20px;
    font-weight: bold;
    background-color: #FFCCCC;
    border: 1px solid white;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
}

    .StatusFilter.Selected {
        background-color: #bf425a;
    }

.Pagination {
    padding: 2px;
    font-size: 48px;
    font-weight: bold;
    float: right;
}

.PageFilter {
    margin: 0px 0px 0px 2px;
    float: left;
    padding: 3px 10px 3px 10px;
    font-size: 28px;
    font-weight: bold;
    background-color: #FFCCCC;
    color: #FFFFFF;
    cursor: pointer;
}

    .PageFilter.Selected {
        background-color: #bf425a;
    }

.PaginationSmall {
    padding: 2px;
    float: right;
    font-size: 18px;
    font-weight: bold;
}

.PageFilterSmall {
    margin: 0px 0px 0px 2px;
    float: left;
    padding: 3px 10px 3px 10px;
    font-size: 18px;
    font-weight: bold;
    background-color: #FFCCCC;
    color: #FFFFFF;
    cursor: pointer;
}

    .PageFilterSmall.Selected {
        background-color: #bf425a;
    }

.SubTitle {
    float: left;
    display: inline;
    color: #bf425a;
    font-size: 36px;
    font-weight: bold;
}

.SubTitleInput {
    padding: 2px;
    color: #bf425a;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}

h1, .Heading1 {
    float: left;
    display: inline;
    color: #bf425a;
    font-size: 36px;
    font-weight: bold;
}

h2, .Heading2 {
    float: left;
    display: inline;
    color: #bf425a;
    font-size: 24px;
}

h3, .Heading3 {
    float: left;
    display: inline;
    color: #bf425a;
    font-size: 18px;
}

h4, .Heading4 {
    float: left;
    display: inline;
    color: #bf425a;
    font-size: 14px;
}

.HoverBox, .HoverBoxHidden {
    position: relative;
    width: 150px;
    text-align: center;
    transition: linear;
    transition-property: all;
    transition-delay: 1s;
}

.HoverBoxHidden {
    display: none;
}

/* Corrections: change Input formats to all Inputs*/

input::-webkit-input-placeholder {
    color: #ffcccc;
}

input::-moz-placeholder {
    color: #ffcccc;
}

input::-moz-placeholder {
    color: #ffcccc;
}

input:-ms-input-placeholder {
    color: #ffcccc;
}

.InputBox {
    float: left;
    width: 150px;
    height: 40px;
    padding: 5px 0 5px 10px;
    margin-right: 0px;
    border: 2px solid #ffcccc;
    font-size: 16px;
    color: #bf425a;
    outline: none;
    background: none;
    box-sizing: border-box;
    transition: all 0.15s;
}

    .InputBox:focus {
    }

    .InputBox:read-only {
        background-color: #FFCCCC;
    }

.InputButton {
    float: left;
    border: 0 none;
    background: #ffcccc url(/images/search_white24.png) center no-repeat;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

/* Structural */

.TableStructure {
}

    .TableStructure tbody th {
        padding: 0px;
        background: white;
        color: black;
        font-size: inherit;
        font-weight: inherit;
    }

    .TableStructure tbody td {
        margin: 0px;
        padding: 5px;
        vertical-align: middle;
    }

    .TableStructure tbody tr {
        background: white;
    }


/* Legacy formats to exclude (see previous)*/
#search {
    width: 224px;
    height: 40px;
    margin: 5px 0px 5px 0px;
}

#search_text {
    width: 140px;
    padding: 5px 0 5px 10px;
    font-size: 16px;
    border: 0 none;
    height: 37px;
    margin-right: 0px;
    color: #bf425a;
    outline: none;
    background: none;
    border: 2px solid #ffcccc;
    float: left;
    box-sizing: border-box;
    transition: all 0.15s;
}

    #search_text:focus {
        background: white;
        border: 2px solid #ffcccc;
    }

#search_button {
    border: 0 none;
    background: #ffcccc url(/images/search_white24.png) center no-repeat;
    width: 40px;
    float: left;
    padding: 0;
    text-align: center;
    height: 37px;
    cursor: pointer;
}

#SearchStr {
    width: 150px;
    padding: 5px 0px 5px 10px;
    font-size: 16px;
    border: 0 none;
    height: 39px;
    margin: 0px;
    color: #bf425a;
    outline: none;
    border: 2px solid #bf425a;
    float: left;
    box-sizing: border-box;
    transition: all 0.15s;
}

    #SearchStr:focus {
        background: white;
        border: 2px solid #bf425a;
    }

#searchBttn {
    border: 0 none;
    background: url(/images/search_white24.png) center no-repeat;
    width: 24px;
    height: 24px;
    float: none;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

.search_text {
    width: 140px;
    padding: 5px 0 5px 10px;
    font-size: 16px;
    border: 0 none;
    height: 37px;
    margin-right: 0px;
    color: #bf425a;
    outline: none;
    background: none;
    border: 2px solid #ffcccc;
    float: left;
    box-sizing: border-box;
    transition: all 0.15s;
}

    .search_text:focus {
        background: white;
        border: 2px solid #ffcccc;
    }

.search_button {
    border: 0 none;
    background: #ffcccc url(/images/search_white24.png) center no-repeat;
    width: 40px;
    float: left;
    padding: 0;
    text-align: center;
    height: 37px;
    cursor: pointer;
}

.SearchStr {
    width: 150px;
    padding: 5px 0px 5px 10px;
    font-size: 16px;
    border: 0 none;
    height: 39px;
    margin: 0px;
    color: #bf425a;
    outline: none;
    border: 2px solid #bf425a;
    float: left;
    box-sizing: border-box;
    transition: all 0.15s;
}

    .SearchStr:focus {
        background: white;
        border: 2px solid #bf425a;
    }

.searchBttn {
    border: 0 none;
    background: url(/images/search_white24.png) center no-repeat;
    width: 24px;
    height: 24px;
    float: none;
    padding: 0;
    text-align: center;
    cursor: pointer;
}


#TabIcons {
    float: left;
}

.ResulButton {
    width: 200px;
    border: 0px;
    margin: 10px 0px 0px 0px;
    padding: 10px 5px;
    text-align: center;
    white-space: pre-wrap;
    background-color: #FFCCCC;
    color: #bf425a;
    cursor: pointer;
}


.TaskListIcons img {
    padding: 6px;
    cursor: pointer;
}

.TaskListIcons {
    width: 120px;
    padding: 0px 5px;
}

.TableList {
}

.historico {
    float: left;
    height: auto;
}

    .historico tr:nth-child(even) {
        background: white;
    }

    .historico tr:nth-child(odd) {
        background: white;
    }

    .historico tr:hover {
        background: none;
    }

    .historico tr:active {
        background: none;
    }

    .historico tr.selected {
        background: none;
    }

.um {
    background: white;
}

.dois {
    background: white;
}

.tres {
    background: white;
}

.informacao {
    margin: 5px;
    background: none;
}

    .informacao p {
        line-height: 2px;
    }

.descricao {
    padding: 5px;
    margin: 0px;
    height: auto;
}

    .descricao img {
        float: left;
        margin-right: 10px;
    }

.cinco {
    background: white;
    height: 50px;
}

    .cinco img {
        float: left;
        padding: 5px;
    }

        .cinco img:hover {
            background: none;
        }

.thth {
    padding: 5px;
    background: #bf425a;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    float: left;
}

/*
Adicionar os seguintes estilos às páginas formulário
*/

.FormStandard {
    float: left;
}

.FormLine {
    overflow: auto;
    padding: 2px 5px 8px 5px;
}

.Label {
    float: left;
    font-weight: bold;
    padding: 0px 10px 0px 0px;
    text-align: right;
}

.Field {
    float: left;
}

/*
Adicionar os seguintes estilos às páginas ????
*/

.columnLeft {
    float: left;
    width: 49%;
    min-width: 380px;
}

.columnRight {
    width: 50%;
    float: right;
    min-width: 305px;
}

.columnBottom {
    float: none;
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
}

.info {
    background-image: url('../images/info.png');
    background-repeat: no-repeat;
    padding-left: 25px;
    min-height: 32px;
}


.erro {
    color: rgb(255,0,0);
    background-image: url('../images/error.png');
    background-repeat: no-repeat;
    padding-left: 30px;
}

.error {
    color: #bf425a;
    background-image: url('../images/error.png');
    background-repeat: no-repeat;
    padding-left: 30px;
}

/*
Adicionar os seguintes estilos globais
*/

.Title {
    font-size: 36px;
    color: #FFCCCC;
}

.TitleSeleted {
    padding: 0px 0px 10px 0px;
    font-size: 32px;
    color: #bf425a;
}

.DockLeft {
    float: left;
    /*	margin-right: 10px;*/
}

    .DockLeft dl {
        margin: 5px 0px 5px 0px;
    }

    .DockLeft dd {
        margin: 0px;
    }


.DockRight {
    float: left;
    padding: 4px;
    min-height: 300px;
    margin-top: 50px;
}

    .DockRight dl {
        margin: 5px 0px 5px 0px;
    }

    .DockRight dd {
        margin: 0px;
    }

#Entities {
    display: inline-block;
}


.Tab {
    width: 50px;
    border: 0px;
    margin: 0px 10px 0px 0px;
    padding: 5px;
    text-align: center;
    background-color: #FFCCCC;
    color: #660066;
    cursor: pointer;
}


.formulario {
    font-size: 14px;
    font-weight: bold;
    color: #bf425a;
    float: left;
    text-align: right;
    padding: 0px 10px 0px 0px;
}

.formulario2 {
    font-size: 12px;
    color: #bf425a;
    float: left;
}

.FormLineAction {
    float: right;
}

.EntButton {
    width: 150px;
    border: 0px;
    margin: 10px 0px 10px 0px;
    padding: 10px 5px 10px 5px;
    text-align: center;
    white-space: pre-wrap;
    background-color: #FFCCCC;
    color: #bf425a;
    cursor: pointer;
    float: left;
    margin-right: 5px;
}

    .EntButton:hover {
        background-color: #bf425a;
        color: #FFFFFF;
    }

    .EntButton:active {
        background-color: #bf425a;
        color: #FFFFFF;
    }

.corpoEnd {
    width: 30%;
    margin: 5px 0px;
    padding: 0px 0px;
    float: left;
    padding-right: 10px;
    height: auto;
    background: white;
}

#cinco .corpoEnd {
    width: 15%;
}

.quatro {
    float: none;
}

.quarto img {
    float: left;
    margin-right: 10px;
}

.informacao {
    margin: 5px;
    background: none;
    float: left;
}

    .informacao p {
        line-height: 2px;
    }


#EntDescrNew {
    margin: 20px 0px;
}

    #EntDescrNew img {
        float: left;
        margin-left: 10px;
    }

    #EntDescrNew input {
        height: 29px;
        border: 2px solid #ffcccc;
        font-size: 20px;
        color: #bf425a;
        padding: 0px 10px;
        margin-left: 15px;
    }

.FormLineInfo {
    display: none;
    text-align: right;
    padding-top: 5px;
    color: #bf425a;
}

.TableLineInfo {
    display: none;
    text-align: right;
    color: #bf425a;
}


.imagePreview img {
    height: 200px;
    width: 200px;
}

.hide {
    display: none !important;
}

.TextEditor {
    width: 99.5%;
    /*height: 450px;*/
    height: 300px;
    resize: none;
    overflow-y: auto;
}

.DisabledText {
    width: 97%;
    height: 250px;
    border: 1px solid black;
    padding: 5px 8px;
    background-color: #EEE;
    overflow-y: auto;
    overflow-x: hidden;
}

.DisabledTaskSituation {
    width: 95%;
}

.warning {
    background-color: #bf425a !important;
    color: white;
}

.off{
    background-color: #999999 !important;
    color: white;
}

.ErrorMessageContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #bf425a;
    height: 100%;
    width: 99.8%;
}

.ErrorTitle {
    height: 10%;
    width: 90px;
    background-color: #bf425a;
    color: white;
    padding: 5px;
    text-align: center;
    font-size: 18px;
}

.Message {
    height: 90%;
    width: 99%;
    color: #bf425a;
    padding: 5px;
    font-size: 18px;
}

.URLContainer {
    display: flex;
    flex-direction: row;
}

.ErrorURL {
    height: 8%;
    width: 99%;
    height: 22px;
    border: 1px solid green;
    font-size: 16px;
}

.ErrorLabel {
    padding: 5px;
    background-color: #bf425a;
    color: white;
    width: 30px;
    margin: 0 0 5px 5px;
}

.horizontalDisplay {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.alignCenter {
    text-align: center;
}

.pointerCursor {
    cursor: pointer;
}

/*.messageContainer {
    display: flex;
    width: fit-content;
    padding: 10px;
    font-size: 18px;
}*/

.messageLowLevel {
    border: 1px solid #bf425a;
    color: #bf425a;
}

.messageMediumLevel {
    background-color: #FFCCCC;
    color: #bf425a;
}

.messageHighLevel {
    background-color: #bf425a;
    color: white;
}

.messageContainer {
    height: 100%;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:10px;
    font-size:18px;
    /*margin-left: auto;
    margin-right: auto;*/
}

    .messageContainer p {
        font-size: 20px;
    }

/*.modalForm {
    position: relative;
    width: 70vw;
    height: 100%;
    z-index: 12;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    border: 2px solid #bf425a;
    padding: 5px;
}*/

.modalForm {
    position: fixed;
    width: 70vw;
    z-index: 12;
    border: 2px solid #bf425a;
    padding: 5px;
    background-color: white;
    left: 50%;
    transform: translate(-50%, -10%);
    box-shadow: 10px 8px 5px #bf425a;
}

.material-icons {
    cursor: pointer;
}

.material-icons-filled {
    cursor: pointer;
    background-color: #bf425a;
    color: white;
    padding: 1px 2px;
}

.material-icons.md-48 {
    font-size: 48px;
    color: #bf425a;
}

.material-icons.md-30 {
    font-size: 30px;
    color: #bf425a;
}

.material-icons.md-20 {
    font-size: 20px;
    color: #bf425a;
}

.material-icons.white {
    color: white;
}


.blink {
    animation: blinker 1s linear infinite;
}

.flex-column {
    display: flex;
}

.flexRow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mainContainer {
    height: 100%;
    width: 100%;
}

.taskSituationContainer {
    width: 45%;
}

.fixed-width tr td {
    max-width: 170px;
}

.mediumWith {
    width: 120px;
}

.errorContainer {
    width: 50%;
    padding: 15px;
    background-color: #f8f8f8;
}

.errorIcon {
    width: 150px;
    height: 150px;
    fill: #bf425a;
}

.p-lg {
    font-size: 2.5rem;
    font-weight: bold;
}

.p-md {
    font-size: 1rem;
}

.text-center {
    text-align: center;
}

/*EduModule*/

.loadingMessage {
    border: 2px solid #BF425A;
    color: #BF425A;
    font-size: 16px;
    height: 20px;
    width: 200px;
    padding: 10px;
    text-align: center;
    margin-top: 25px;
}

.contentContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 25px;
    width: 100%;
}

.divContentInfo {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px;
}

.divContent {
    padding: 20px;
}

.contentContainer table, .contentContainer img {
    width: 100%;
}

    .contentContainer table, .contentContainer table tr, .contentContainer table th, .contentContainer table td {
        border: 1px solid;
        border-collapse: collapse;
    }

        .contentContainer table th {
            border: 1px solid black;
        }

.contentSection {
    margin-top: 20px;
}

.contentSeparator {
    height: 5px;
    width: 100%;
    border: 1px solid #BF425A;
    background-color: #BF425A;
}

.contentIndex {
    width: 180px;
    padding: 10px;
    background-color: #EEE;
}

    .contentIndex ol {
        /*list-style-type:none;*/
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: flex-start;
        margin: 0 0 0 10px;
        padding: 0;
    }

        .contentIndex ol li {
            margin-top: 8px;
        }

            .contentIndex ol li a {
                text-decoration: underline;
                color: black;
            }

                .contentIndex ol li a:visited {
                    text-decoration: underline;
                    color: black;
                }

                .contentIndex ol li a:active {
                    text-decoration: underline;
                    color: black;
                }

/* /EduModule*/

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media screen and (min-width:1300px) {
    .DisabledText {
        width: 98.5%;
    }

    .DisabledTaskSituation {
        width: 97.5%;
    }
}

@media screen and (max-width:1100px) {
    .taskSituationContainer {
        width: 65%;
    }
}
