﻿form {
    overflow: visible;
    overflow-y: hidden;
    height: 100%;
}


html {
    font-size: 16px;
    overflow-y: scroll;
    background-color: transparent;
}


body {
    background-color: transparent;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="select"] {
    /*max-width: 300px;*/
}

span.input_label {
    /*color: black;*/
    /*margin-right: -15%;*/
    /*margin-left: 2%;*/
}

h3 {
    /*margin-bottom: 30px;
    margin-left: 10%;
    color: black;*/
}

#wrapper {
    width: 95%;
    height: 100%;
    right: 0px;
    margin: 0px auto;
    max-width: 650px;
    position: relative;
    padding: 5% 2%;
}

    #wrapper > div {
        /*display: flex;*/
        /*justify-content: center;*/
    }

#head {
    height: 15%;
    width: 100%;
}

#body {
    height: 65%;
    width: 100%;
}

#footer {
    height: 20%;
    width: 100%;
}

div.col-md-6 {
    margin: 3% 0;
    /*width: 50%;*/
}


#result {
    display: none;
    /*color: steelblue;*/
    font-size: 30px;
}

span.required_field_indicator {
    color: red;
}

#lblProbleme {
    /*margin-left: 4%;*/
}

#observatii {
    max-width: none;
}

#locatiaPanel {
    margin: 5% 0;
}


    #locatiaPanel > div:first-child {
        display: flex;
        align-items: center;
        flex-flow: column nowrap;
        align-items: baseline;
        padding: 0;
    }

        #locatiaPanel > div:first-child > span > input {
            width: 20px;
            height: 25px;
            margin-left: 10px;
        }


#imaginiPanel {
    /*display: flex;
    flex-flow: column nowrap;
    align-items: baseline;*/
}

    #imaginiPanel > span {
        margin: 0 0 5% 15%;
        font-size: 15px;
        font-weight: 600;
        /*color: black;*/
    }

    #imaginiPanel > div {
        /*display: flex;*/
        /*flex-flow: column nowrap;*/
        /*align-items: baseline;
        justify-content: space-between;*/
    }

    #imaginiPanel img {
        margin: 2px;
        padding: 3px;
        border: 3px groove rgba(0, 0, 0, 0.1);
        display: none;
    }

.img_inputs {
    margin: 2% 0 5% 3%;
    margin: 2% 0;
    padding: 3%;
    background: rgba(0, 0, 0, 0.05);
    width: 100%;
}

#inputLocatie > span {
    margin-bottom: 4%;
    width: 100%;
    /*text-align: center;*/
}

    #inputLocatie > span.input_label {
        margin-left: -10px;
        font-weight: 600;
        margin-bottom: 4%;
        width: 100%;
        /*text-align: center;*/
    }

#tbLocatie {
    max-width: none;
}

#shouldSendLocation {
    margin-top: 5%;
    margin-left: 15%;
}

#lblLocatie {
    background: rgba(50,150,150, 0.20);
    padding: 20px 15px;
    color: black;
}

.icheckbox_square-green {
    border: 1px solid green !important;
    margin-left: -20px !important;
}

.blockUI.blockOverlay {
    background-color: rgba(0, 0, 0, 0.3) !important;
}


#emailIncorrectLabel {
    color: red;
    display: none;
    font-size: 15px;
}


#trimiteSesizare {
    margin-left: 10%;
    padding: 10px 50px;
}


#adresaDestinatar {
    line-height: 25px;
    font-size: 15px;
}

div.bootbox .modal-dialog {
    margin-top: 25%;
}

div.bootbox.modal.fade {
    background: rgba(0,0,0,0.5);
}

span.group-span-filestyle > label {
    padding: 5px 30px;
    font-size: 20px;
    margin: 0 auto;
    width: 100%;
}

.bootstrap-filestyle.input-group {
    width: 100%;
}

#pnForm .col-md-12 {
    /*text-align: center;*/
}

@media (max-width: 768px) {

    #imaginiPanel img {
        /*margin-left: 27%;*/
    }

    #imaginiPanel > span {
        margin-left: 20%;
    }

    div.bootbox .modal-dialog {
        margin-top: 100%;
    }

    #probleme {
        left: 2%;
        width: 300px;
    }

    #tbObservatii {
        /*max-width: 300px;*/
    }

    #lblLocatie {
        max-width: 300px;
    }
}

@media (max-width: 400px) {
    /* sesizari*/
    #btAdaugaSesizare {
        width: 100%;
    }
}


.white.transparent {
}

    .white.transparent body {
        background-color: transparent;
        color: white;
    }


.elementor-558 .elementor-element.elementor-element-398c02df > .elementor-container {
    max-width: unset;
}

#loginPanel.fill {
}

#loginPanel.transparent.light {
    color: black;
    background-color: transparent;
}

#loginPanel.transparent.dark {
    color: white;
    background-color: transparent;
}
