/*

form.tt-form label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
form.tt-form .form-input {
    padding: 1em;
}

p.exito {
    font-size: 1.5em;
    padding: 1em;
    border: 2px solid green;
    background: lightgreen;
}
p.error {
    font-size: 1.5em;
    padding: 1em;
    border: 2px solid red;
    background: #ff8787;
}
*/
.tt-form {
    width: 100%;
}

/*
.tt-btn{
	padding: 4.5px 10px !important;
}*/

.tt-form .form-input input[type='text'],
.tt-form .form-input input[type='email'] {
    display: block;
    width: 100%;
}

.column {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
/*
.row {
    display: flex;
}
*/
 
body, button, input, textarea, .ast-button, .ast-custom-button {
font-family: "Lato";
font-size: 18px;
color: #444444;
font-style: normal;
font-weight: 400;
	height: 40px;
}

.tt-center-title{
            text-align: center;
            font-size: 25px;
            color: #024772;
            font-family: "Titillium Web", Sans-serif;
        }

input[type="email"], input[type="number"], input[type="password"], input[type="reset"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  color: #666;
  padding: .75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  border-radius: 2px;
  background: #fafafa;
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s linear;
}

input[type="radio"], input[type="checkbox"]{
	height: auto;
	margin-right: 5px
}

input::placeholder {
    font-size: 16px;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	height: 56px;
}

.space-15{
	padding-top:15px;
}

.tt-green {
  color: red;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
	font-family: "Lato";
	font-size: 18px;
	letter-spacing: 0px;
	color: rgb(42, 42, 42);
}

.ms-options-wrap > button:focus, .ms-options-wrap > button {
	  position: relative;
	  width: 100%;
	  height: 56px;
	  text-align: left;
	  border: 1px solid #ced4da!important;
	  background-color: #fff;
	  padding: 5px 20px 5px 5px;
	  margin-top: 1px;
	  font-size: 13px;
	  color: #aaa;
	  outline-offset: -2px;
	  white-space: nowrap;
		border-radius: 4px;
}

.ms-options-wrap.ms-has-selections > button {
  color: #333;
  font-size: 18px;
}

.dropzone {
        background: white;
        border-radius: 5px;
        border: 2px dashed rgb(0, 135, 247);
        border-image: none;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }
    .dz-progress{
        display:none;
    }
    .dropzone .dz-preview {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 6px;
        min-height: 106px!important;
    }

    .dropzone .dz-preview .dz-image {
        border-radius: 20px;
        overflow: hidden;
        width: 60px!important;
        height: 60px!important;
        position: relative;
        display: block;
        z-index: 10;

    }

    .dropzone .dz-preview .dz-details {
        z-index: 20;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        font-size: 8px;
        min-width: 60px!important;
        max-width: 60px!important;
        padding: 2em 1em;
        text-align: center;
        color: rgba(0, 0, 0, 0.9);
        line-height: 150%;
    }

    .dz-size{
        display:none;
    }

    .dz-size{
        font-size: 10px!important;
        text-align: center;

    }
    .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
        overflow: hidden;
        max-width: 30px;
        max-height: 40px;
        margin-top: -10px;
        font-size: 8px;
    }

    .dz-filename .dz-image-preview{
        font-size:11px!important;
        padding:20px!important;
    }
    .dz-filename{
        font-size:11px!important;
        padding:5px 5px!important;
        width: fit-content;
        width: -moz-fit-content;
        display: table;
    }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 80px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: .5em 1.2em;
  color: #fff;
}

.btn-sub {
  z-index: 12;
  background-color: rgb(1, 110, 49);
  font-family: "Lato";
  width: auto;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: nowrap;
  height: 40px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  text-align: left;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 32px;
  border-radius: 3px;
  filter: brightness(100%);
  transform-origin: 50% 50% 0px;
  opacity: 1;
  transform: translate(0px);
  visibility: visible;
  border-width: 0px;
}

.f-size{
	font-size: 18px;
}

.form-tt-container{
	margin-top:20px
}
/*
.tt-btn {
    padding: 1.5px 10px !important;
}*/

.error-account_name{
	font-size: 12px;
}

.short-name{
  width: 10em; 
  overflow: hidden;
  text-overflow: ellipsis; 
}

.tt-modal{
  height: 200px;
  text-align: center;	
}
/*
.short-name{:hover
  overflow: visible;
}
*/

#radio-img { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
#radio-img + img {
  cursor: pointer;
}

/* CHECKED STYLES */
#radio-img:checked + img {
  outline: 2px solid #f00;
}

@media only screen and (max-width: 480px) {
	label {
    font-size: 18px
  }
	
	.form-tt-container{
	margin-top:10px
}
}
