:root{
	--background-color-tm:white;
	--background-color-tm-titles:rgba(201, 243, 218, 0.384);
}

body{
	background-color: white;
}


.dta-container{
	max-width: 350px;
	width: 95%;
    margin-left: 50%;
	transform: translate(-50%);
	margin-top: 40px;
	border-radius: 10px;
	background-color:var(--background-color-tm);
	border: 2px solid rgb(9, 99, 51);
}

.dta-container-ticket{
	max-width: 350px;
	width: 95%;
    margin-left: 50%;
	transform: translate(-50%);
	margin-top: 40px;
	border-radius: 10px;
	background-color:white;
	border: 2px solid rgb(9, 99, 51);
}

.dta-logo-container{
	padding: 5px;
}

.dta-title-container{
	padding: 5px;
}

.dta-title{
	text-align: center;
	width: 100%;
	border-radius: 5px;
	height: 40px;
	padding-top: 5px;
}


.dta-title, #da_btn_send {
	background: rgb(9, 99, 51);
	color: var(--background-color-tm);
	border: 1px solid white;
}

.dta-field-container{
	padding: 5px;
}

.dta-field{
	width: 100%;
	height: 50px;
	border-radius: 6px;
	border-style: none;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.dta-field-1{
	width: 70%;
	height: 50px;
	border-radius: 6px;
	border-style: none;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.field-title {
    text-align: left;
	width: 100%;
	border-radius: 0px;
	height: 40px;
	padding-top: 5px;
	padding-left: 5px;
    color: rgb(9, 99, 51);
    font-weight: bold;
    background-color: var(--background-color-tm-titles);
}

input {
	background-color: var(--background-color-tm-titles);
}

input:focus {
	outline:none;
	background-color: rgb(216, 218, 236);
}

#da_btn_send{
	width: 100%;
	border-radius: 5px;
	height: 50px;
	outline: none;
	border: none;
}

#da_btn_send:hover {
	outline: none;
	border: none;
	background-color: #686f67;
}

.btn-style {
    width: 100%;
	border-radius: 10px;
	height: 50px;
	outline: none;
	background: rgb(9, 99, 51);
	color: var(--background-color-tm);
	border: 1px solid white;
}

.btn-style:hover {
    outline: none;
	border: none;
	background-color: #686f67;
}

.btn-style-1{
	width: 27%;
	border-radius: 7px;
	height: 50px;
	outline: none;
	background: rgb(9, 99, 51);
	color: var(--background-color-tm);
	border: 1px solid rgb(9, 99, 51);
	font-size: x-large;
	font-weight: bold;
}

.btn-style-2{
	width: 100%;
	border-radius: 7px;
	outline: none;
	background: rgb(9, 99, 51);
	color: var(--background-color-tm);
	border: 1px solid rgb(9, 99, 51);
}

.btn-style-2:hover {
    outline: none;
	border: none;
	background-color: #686f67;
}

.btn-sec-style {
    width: 100%;
	border-radius: 10px;
	border:  rgb(99, 9, 36) solid 3px;
	height: 50px;
	outline: none;
	background: transparent;
	color:  rgb(99, 9, 36);
	font-weight: bold;
}

.btn-sec-style:hover {
    outline: none;
	border: none;
	background-color: #686f67;
	color: var(--background-color-tm);
}

.btn-thr-style {
    width: 100%;
	border-radius: 10px;
	border:  rgb(9, 99, 51) solid 3px;
	height: 50px;
	outline: none;
	background: transparent;
	color:  rgb(9, 99, 51);
	font-weight: bold;
}

.btn-thr-style:hover {
    outline: none;
	border: none;
	background-color: #686f67;
	color: var(--background-color-tm);
}



.event-info {
    text-align: center;
	width: 100%;
	border-radius: 5px;
	height: auto;
	padding-top: 5px;
    font-size: large;
}

.event-title {
    font-weight: bold;
    font-size: x-large;
}

progress {
	width: 100%;
	background-color: rgb(94, 208, 253);
	color: white;
}

/* Para navegadores Webkit */
progress::-webkit-progress-value {
	width: 100%;
	background-color: rgb(94, 208, 253);
	color: white;
}
  
  /* Para navegadores Gecko */
progress::-moz-progress-bar {
	width: 100%;
	background-color: rgb(94, 208, 253);
	color: white;
}

.adv-info {
    text-align: center;
    width: 100%;
	border-radius: 5px;
	height: auto;
	padding-top: 5px;
}

.obj-hidden{
    display: none;
}

.obj-bold{
	font-weight: bold;
}

.right-jus {
    text-align: right;
}

.msg-detail-style {
    text-align: center;
	width: 100%;
	border-radius: 5px;
	height: auto;
	padding-top: 5px;
    font-size: large;
}

.table-style1 {
	width: 100%;
}

.table-style2 {
	width: 100%;
	background-color: rgb(241, 239, 222);
	border: solid white 2px;
}

.td-style1 {
	width: 30%;
}

.td-style2{
	width: 70%;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	border-radius: 3px;
	background-color: var(--background-color-tm-titles);
	color: rgb(9, 99, 51);
    font-weight: bold;
	border: 3px white solid;
}

.td-style3{
	text-align: center;
}

.td-style4{
	text-align: right;
	padding-top: 10px;
	padding-right: 7px;
	background-color: var(--background-color-tm-titles);
	color: rgb(9, 99, 51);
	font-weight: bold;
	border: 3px white solid;
}


.ticket-info-1{
	font-size: small;
}

.ticket-info-0{
	text-align: left;
	width: 100%;
	border-radius: 0px;
	height: 40px;
	padding-top: 5px;
	padding-left: 5px;
    color: rgb(167, 35, 12);
    font-weight: bold;
}

.dta-comment-container{
	padding: 5px;
	background-color: white;
}



.dta-comment-1{
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	color: darkblue;
	font-size: large;
	font-style: italic;
	
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.dta-comment-2{
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.table-event-title{
	border-collapse: collapse;
}

.table-event-title tr{
	border-bottom: 2px solid rgb(9, 99, 51);
}
