﻿
#wrapper{
    margin-top: -3%;
}

#datePlata{
    padding-bottom:1em;
    display:inline-block;
    min-width:250px;
}

#datePlata div{
    margin: .25em 0;
}

#datePlata div label {
    margin-bottom: 1.5%
}

.labelInputuri{
    float:left;
    color:#5f6161;
}

#platesteCuCardBancar{
    margin-top:4%;
    float:right;
}

#wrapper{
    display:flex;
    justify-content:center;
}

#footer span{
    float:left;
    text-align:left;
    color:black;
}

h4{
    color:darkred;
}

#textHeader{
    color:aliceblue;
}

#wrapper{
    max-width:85%;
}
#tbDetaliiPlata{
    max-width:250px;
}

@media screen and (min-width: 400px){
    .info_content{
        margin: 10%;
    }
}

@media screen and (min-width: 1200px){
    #wrapper{
    max-width:60%;
    }
    input[type="text"]{
        max-width:400px;
    }
    #tbDetaliiPlata{
    max-width:750px;
    }

    .info_content{
        margin: 0%;
    }

}

@media screen and (min-width: 900px){
      #tbDetaliiPlata{
    max-width:850px;
    }
}


.validatoare{
    color: #e87573;
}

#content_header{
    display:flex;
    justify-content: center;
}

#responseWrapper{

      right: 0px;
    margin: 0px auto;
    margin-top: -5%;
    max-width:1300px;
    position: relative;
}

#responseHeader{
    font-size:140%;
    color: saddlebrown;
}


#responseBodyHeader{
    font-size:130%;
    color: darkslategray;
}



#responseBody > div{
    display:flex;
    justify-content:center;
    align-content:space-around;
    margin: 1% 0;
}

#responseBody .col-md-5 {
    margin: 0 4%;
    padding: 0;
    border-radius:5%;
    text-align:left;
}

#responseFooterEnd{
    font-size:115%;
    float:right;
    margin:2% 0;
    color: rgba(10, 10, 100, 0.65)
}

#responseFooter{
    margin:3% 0 1% 0;
    color: black;
}


#footer, #responseFooter{
    display:flex;
    flex-flow: row wrap;
    justify-content:center;

}

#footer span, #responseFooter span{
    float:left;
    text-align:left;
    margin: 1% 0;
}

#footer span a, #responseFooter span a {
    color:brown;
}

#textFooterDisclaimer{
    float:right !important;
    text-align:left;
    margin: 4% 0 !important;
    color:crimson !important;
}