﻿form {
    margin: 3rem;
    padding: 2rem;
    background-color: white;
}

.form-horizontal {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0.925vh 1.56vw;
    background-color: white;
    border-radius: 1.02vh 0.573vw 0px 0px;
}

select[readonly] {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}

form .form-group.not-allowed {
    cursor: not-allowed;
}

form .scire-panel-heading.scire-invalid {
    color: red;
}

form h4 {
    position: relative;
    font-family: 'Noto Sans';
    font-style: normal;
    font-size: 2.28vh;
    font-weight: bold;
    color: var(--DarkScire);
    text-align: left;
    margin: 4.17vh 0px;
}

.form-control, .form-horizontal .form-control {
    padding: 1.1vh 0.26vw !important;
    font-family: 'Helvetica Neue';
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 1.52vh !important;
    color: var(--PurpleMedio1) !important;
    border: 0.0926vh solid var(--Gray4) !important;
    border-radius: 0.37vh !important;
    background-color: var(--BG3) !important;
    margin-bottom: 0.926vh !important;
    -webkit-appearance: auto !important;
}

    .form-control:not(textArea), .form-horizontal .form-control:not(textArea) {
        height: 4.4vh !important;
    }

    .form-control.scire-invalid {
        border: 0.0926vh solid red;
        background-color: var(--RedSoft)
    }

    .form-control:hover {
        border: 0.185vh solid var(--BlueScire3);
        background-color: white;
    }

    .form-control:focus {
        border: 0.463vh solid var(--SoftScire1);
        color: var(--BlueScire3);
        background-color: white;
    }

    .form-control.editor-wrapper {
        height: 12vh !important;
        min-height: unset;
    }

select.form-control {
    padding: 0.926vh 0.26vw 1.11vh 0.052vw;
}

    select.form-control:focus {
        border: 0.4vh solid var(--SoftScire1);
        color: var(--BlueScire3);
        background-color: white;
        padding: 0.463vh 0.26vw 0.463vh 0.052vw;
    }

label, .form-horizontal label {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: bold;
    font-size: 1.394vh;
    color: var(--PurpleMedio1);
    margin-bottom: 0.833vh;
}

    label.checkboxlistitem {
        margin-left: 0.2vw;
    }

.control-label {
    display: block;
}

.control-label.radio-label{
    margin-right: 0.5vw;
    font-weight: normal;
}

.form-group, .form-horizontal .form-group {
    margin-bottom: 2.4vh;
}

.form-group-login {
    margin-bottom: 4.4vh;
}

.checkboxlistborder {
    padding: 0.926vh 0.52vw;
    border: 0.0926vh solid var(--Gray4);
    border-radius: 0.37vh;
    max-height: 22vh;
    overflow-y: auto;
    background-color: var(--BG3);
}

    .checkboxlistborder:hover {
        border: 0.185vh solid var(--BlueScire3);
        background-color: white;
    }

.scire-save-button {
    position: absolute;
    top: 8.148vh;
    left: 53.55vw;
    margin: 0px;
}

form .scire-back-link {
    margin-top: 1vh;
    margin-bottom: 1vh;
}

form .editor-wrapper {
    min-height: 25vh;
    background-color: #fff;
    border-collapse: separate;
    border: 1px solid #ccc;
    padding: 0.37vh 0.2vw;
    box-sizing: content-box;
    box-shadow: rgba(0,0,0,.07451) 0 1px 1px 0 inset;
    overflow-y: scroll;
    outline: 0;
    border-radius: 0.278vh;
}

form .form-control.editor-large {
    overflow: hidden;
    height: 12vh !important;
}

form .scire-delete {
    content: url(/img/_old/scire/form/trash-icon.svg);
    height: 2.35vh;
    width: 1vw;
    margin-left: 3vw;
    cursor: pointer;
}

    form .scire-delete:hover {
        border: solid 1px;
    }

.infoonly {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-size: 1.394vh;
    color: var(--PurpleMedio1);
    margin-bottom: 0.833vh;
}

.center-12 {
    margin: 3vh auto;
    text-align: center;
    vertical-align: middle;
    font-size: 1.8vh;
}

.attachedsize {
    position: fixed;
    top: 25px;
    right: 30px;
}

.center-vertical10margin {
    margin: 10vh auto;
    text-align: center;
    vertical-align: middle;
}

.page-70vh{
    height: 70vh;
}

.green-check {
    content: url(/img/_old/scire/form/green-check-icon.svg);
}

.gray-block {
    background-color: #ededed;
    width: fit-content;
    text-align: center;
    font-weight: bold;
    font-size: 1.4vh;
    border-radius: 6px;
    padding: 5px 10px;
    margin: 0 auto;
}
.gray-block .code{
    font-size:2.5vh;
}

.redsubtitle {
    font-size: 1.6vh;
    color: var(--RedMonitoring);
    margin-top: 2vh !important;
}

.dot-yes-filelabel {
    padding: 4vh 1.5vw 1vh;
}

    .dot-yes-filelabel img.dot-yes {
        margin-bottom: 0 !important;
    }

.w-100{
    width: 100% !important;
}
.w-50{
    width: 50% !important;
}

.form-group .btn {
    padding: 4px;
    margin-bottom: 0;
    font-size: 11px;
    border: none;
    border-radius: 4px;
}

form .scire-toggle {
    position: relative;
    height: 1.5vh;
    width: 1.35vw;
    background-color: var(--DarkPurple3);
    border-radius: 0.75vh;
    float: left;
    margin: 0px;
    transition: 0.3s background-color ease-out;
    cursor: pointer;
}

    form .scire-toggle.off {
        background-color: var(--Gray3);
    }

    form .scire-toggle .lever {
        position: absolute;
        top: 0.1vh;
        left: 0.65vw;
        height: 1.3vh;
        width: 0.65vw;
        background-color: white;
        border-radius: 0.65vh;
        transition: 0.3s left ease-out;
    }

    form .scire-toggle.off .lever {
        left: 0.1vh;
    }

form .scire-sub-label {
    font-size: 1vh;
}

form .scire-bigger-label {
    font-size: 2vh;
}

.imagePreview {
    max-height: 25vh !important;
    width: 23vw;
    margin: 1vh 0.5vw;
}

.scire-flex-space-between {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
}

.scire-flex-space-around {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: baseline;
}

.scire-input-file {
    display: none !important;
}

.input-img-label {
    width: calc(4 * 1.82vw);
    padding: 2.3vh 1.5vh 0 1.5vh;
}

img.scire-input-pdf {
    width: 2.06vw;
    content: url(/img/_old/scire/form/pdf-icon.svg);
}

img.scire-input-image {
    width: 2.06vw;
    content: url(/img/_old/scire/form/img-icon.svg);
}

img.scire-input-arq {
    width: 2.06vw;
    content: url(/img/_old/scire/form/arq-icon.svg);
}

img.scire-input-xls {
    width: 2.06vw;
    content: url(/img/_old/scire/form/excel-icon.svg);
}

.scire-label-input-file {
    width: fit-content;
    border-radius: 3px;
    font-family: 'Roboto';
    padding: 0 0.31vw;
    font-size: 1.394vh;
    font-weight: normal !important;
    color: var(--PurpleMedio1);
    border: 1px solid var(--PurpleMedio1);
    cursor: pointer
}

#file-upload-button {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.strechy-flex-component {
    position: relative;
    flex: 1 1 0px;
    display: inline-block;
    align-self: stretch;
    height: auto;
    margin: 3px;
}

.separator > * {
    display: inline-block;
    vertical-align: middle;
}

.separator {
    text-align: center;
    border: 0;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

    .separator:before, .separator:after {
        content: "";
        height: 2px;
        width: 50%;
        background-color: gray;
        margin: 0 5px 0 5px;
        display: inline-block;
        vertical-align: middle;
    }

    .separator:before {
        margin-left: -100%;
    }

    .separator:after {
        margin-right: -100%;
    }

form .scire-group {
    margin-bottom: 3vh;
}

form .icon_excel {
    content: url("/img/_old/scire/form/excel-icon.svg");
    height: 3vh;
    width: 1.5vw;
    cursor: pointer;
}

form .file-input-label {
    font-weight: 400;
}

.form-info {
    padding: 0.53vh 0.26vw;
    margin-bottom: 2vh;
    font-size: 1.52vh;
    font-weight: bold;
    text-align: center;
}

.scire-container .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    vertical-align: middle;
}

.scire-container .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: white;
    border: 0.5px solid var(--BlueScire3);
    margin: 0.53vh 0.26vw;
    padding: 0 0.26vw;
    font-size: 1.52vh;
}

.scire-container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: red;
}

.pwd-invalid {
    color: var(--Red);
}

    .pwd-invalid.ok {
        color: var(--Green);
    }

form .image-container {
    text-align: center;
}

form .modal.form-modal {
    left: 25vw;
    top: 22vh;
    width: 52vw;
}

    form .modal.form-modal .close {
        position: absolute;
        right: 0.5vw;   
        z-index: 1;
        font-size: 18px;    
    }

    form .modal.form-modal hr {
        border-width: 0;
        background-color: #E5E5E5;
        height: 2px;
    }

    form .modal.form-modal .modal-content {
        padding: 2vh 0;
    }

        form .modal.form-modal .modal-content .scire-flexend-options {
            justify-content: space-between;
        }

        form .modal.form-modal .modal-content h4 {
            margin: 1vh 1vw;
        }

        form .modal.form-modal .modal-content div{
            padding: 0 1vw;
        }

form .blast .google_map {
    height: 40vh;
    width: 100%;
    border-radius: 0.5vh;
}

.form-control.col-xs-2 {
    width: 16.66666666%;
}

.form-control.col-xs-3 {
    width: 25%;
}

.form-control.col-xs-4 {
    width: 33.33333333%;
}

.form-control.col-xs-5 {
    width: 41.66666667%;
}

.form-control.col-xs-7 {
    width: 58.33333333%;
}

.form-control.col-xs-10 {
    width: 83.33333333%;
}

.form-control.col-xs-11 {
    width: 91.66666667%;
}

.file-input-area {
    display: flex;
    height: 4.4vh;
    align-items: center;
}

.color-picker {
    height: 4.4vh;
    width: 16.66666667%;
}

form .blast .google_map {
    height: 40vh;
    border-radius: 0.5vh;
}

form .blast-report-map {
    width: 50vw;
    height: 28.51vw;
    border-radius: 0.5vh;
}

form .report-map {
    width: 50vw;
    height: 28.51vw;
    border-radius: 0.5vh;
}

form .blastReportChart {
    width: 50vw;
}

#buildChart button {
    position: relative;
    left: 40%;
}

#buildChart img {
    display: none;
    width: 30%;
    left: 35%;
    position: relative;
}