﻿/*Estilo específico de página */

.searchTextLabel {
    clear: left;
    padding: 5px 10px 5px 10px;
    min-width: 100px;
    font-weight: normal !important;
}

.modal-content {
    background-color: #eee;
}

.modal-body {
    background-color: #fff;
}

.modal-display {
    display: inline-block;
}

.login-button {
    background-color: #F6901C;
    border-radius: 2px;
}

.spacer {
    height: 10px;
}

.login-table {
    width: 100%;
}

    .login-table label {
        padding-right: 8px;
    }

    .login-table .center-text {
        text-align: center;
    }

.links-text {
    font: 14px Helvetica,arial,sans-serif;
    margin-right: 10px;
    margin-left: 5px;
    font-weight: bold !important;
    color: #005DA2;
    white-space: nowrap;
}

    .links-text:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.linkTextDisabled {
    text-decoration: none !important;
    cursor: default !important;
    pointer-events: none;
    color: grey;
}

.searchBox {
    width: 50%;
    max-width: 250px;
    min-width: 180px;
    display: inline-block;
    margin-left: 5px;
}

.searchTextInput {
    width: 84%;
    padding-left: 5px;
    vertical-align: middle;
    height:25px;
}

.searchImgBtn {
    cursor: pointer;
}

.filterLinks {
    clear: left;
    display: inline-block;
    margin-top: 10px;
}

.submitChecks {
    width: 124px;
    height: 29px;
    border: 0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
    background-color: orange;
    margin: 0 6px 0;
}

    .submitChecks:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

.closeModal {
    float: right;
    border: none;
    text-align: center;
    width: 10%;
    background-color: transparent;
    cursor: pointer;
}

.textEventInfo {
    font-size: 10.5pt;
    font-family: "Segoe UI",sans-serif;
    color: orange;
    font-weight: bold;
}

.eventTable {
    border-spacing: 0;
    border-collapse: collapse;
}

    .eventTable > tbody > tr > td, .eventTable > tbody > tr > th, .eventTable > tfoot > tr > td, .eventTable > tfoot > tr > th, .eventTable > thead > tr > td, .eventTable > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        display: inherit;
    }

.modal-title {
    width: 90% !important;
}

.btn-help {
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 0 3px;
}

.type-matter {
    display: flex;
    align-items: center;
}

.footer-modal {
    background: #fff;
    display: flex;
    padding: 0 30px 15px 0;
    justify-content: flex-end;
}

.flex-div {
    display: flex;
}

.img-info {
    min-width: 24px;
    margin-right: 5px;
}

/************Estilos errores personalizados ************************/
.divError {
    border-color: #ebccd1;
    background-color: #f2dede;
    border: 1px solid transparent;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin-bottom: 0;
    border-radius: 4px;
    margin-top: 5px;
    color: #333;
    margin-left: 1%;
    margin-right: 1%;
}

.lblError {
    font-size: 1.5em;
    color: #a94442;
    font-weight: bold;
    margin-left: 1%;
}

.lblDescError {
    font-size: 1em;
    color: #a94442;
    margin-left: 1%;
}

.divInfo {
    border-color: #638890;
    background-color: #BCE0E8;
    border: 1px solid transparent;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin-bottom: 0;
    border-radius: 4px;
    margin-top: 5px;
    color: #333;
    margin-left: 1%;
    margin-right: 1%;
}

.lblInfo {
    font-size: 1.5em;
    color: #638890;
    font-weight: bold;
    margin-left: 1%;
}

.lblDescInfo {
    font-size: 1em;
    color: #638890;
    margin-left: 1%;
}

.spinner {
    height: 100%;
    width: 100%;
    position:fixed;
    z-index:100;
    top:0px;
}

div.Actions {
    float: left;
    width: 100%;
    border-top: solid 1px #CFCFCF;
    padding: 5px 0;
}

div.ActionAssociate {
    float: left;
}

div.ActionLogout {
    float: right;
    margin-right: 15px;
    margin-top: 5px;
}

.pointer {
    cursor: pointer;
}

.alertExtraSetting {
    background-color: #fff9f1;    
    height: 90px;
    border: 2px solid #d15217;
    text-align: center;
}

.alertText {
    padding: 15px;
}

.alertLink {    
    text-decoration: underline;
    cursor: pointer;
}