/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 28, 2020, 12:20:40 PM
    Author     : adiaz
*/

@media screen and (max-width: 768px ) {
  .modalResponsive { width: 90% !important;} 
}

@media screen and (max-width: 500px ) {
  .dashboardPictures { display: flex; flex-direction: column}
  .textImageResponsive {max-width: 95%}
  .contactModal { display: flex; flex-direction: column; align-items: center}
  .contactModal > * {width: 90% !important;} 
  #divPaymentImages {flex-direction: column;}
}

@media screen and (min-width: 1024px ) {
  .modalResponsive { width: 60% !important; }
}

.greenButton {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.centerDiv {
  margin: auto;
  padding: 10px;
}

.centerBox {
  margin: 40px auto auto auto;
  min-width: 300px; 
  width: 50%;
  border: 3px solid #2155A1;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center !important;
}

.rcorners {
  border-radius: 15px 50px 30px;
  background: #2155A1;
  padding: 20px;
  width: 98%;
  height: 400px;
}


.leftBox {
  width: 100%;
  height: 400px;
  border: 3px solid #2155A1;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center !important;
 
}

.row {
  display: flex;
  min-height: 55vh;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create two equal columns that sits next to each other */
.columnright {
  flex: 80%;
  padding: 10px;
  height: auto; /* Should be removed. Only for demonstration */
  flex-direction: column;
  align-items: center;
  justify-content: center !important;
}


.columnLeft {
  flex: 20%;
  background-color: #2155A1;
  min-width: 300px;
  min-height: 450px;
  max-height: 450px;
  border: 3px solid #2155A1;
  border-radius: 15px 50px 30px;
  padding: 10px;
  height: auto; /* Should be removed. Only for demonstration */
  flex-direction: column;
  align-items: center;
  justify-content: center !important;
}

@media screen and (max-width: 600px) {
  .row 
  {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}



.roundedcorners {
  border-radius: 25px;
  background: #2155A1;
  padding: 20px;
  width: 100%;
  height: 450px;
}

.roundedcornersAndCenter {
  border-radius: 25px;
  background: #2155A1;
  padding: 20px;
  min-width: 300px;
  width: 35%;
  height: 400px;
  margin: auto;
}

.roundedcornersAndCenterNotFill {
  border-radius: 25px;
  border-color: #2155A1;
  border-style: solid;
  border-width: 2px;
  background: whitesmoke;
  padding: 20px;
  min-width: 300px;
  width: 35%;
  height: 400px;
  margin: auto;
}


 .label {
        width:20%;
        padding:4px;
    }
 
    .value {
        width:80%;
        padding:4px;
    }
 
    .grid {
        width:100%;
    }
 
    .error {
        color: red;
    }
 
    .outputLabel {
        font-weight: bold;
    }
 
    .grid {
        width:33%;
        padding:4px;
    }
    
    
.container-botton-validate{
display: flex;
justify-content: center;
}
.container-botton-validate a{
width: 40%;
min-width: 250px;
margin-bottom: 10px;
border-radius: 10px;
padding: 1em;
font-size: 20px;
text-align: center;
background: #2155a1;
color:#fff;
font-weight: bold;
box-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.container-botton-validate a:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
}

.logo
{
    display: inline-block;
    margin-right: 40px;
}

