*,
:after,
:before {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font: 14px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
a,
body,
div,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
img,
li,
nav,
p,
section,
span,
ul {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
}
footer,
header,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}
/*img,
picture {
  display: block;
  width: 100%;
  height: auto;
}*/
a,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #0c0c0c;
}
a,
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
}
body::-webkit-scrollbar {
  transition: all 3s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  display: block;
}
body::-webkit-scrollbar-track {
  background-color: #ccc;
}
body::-webkit-scrollbar-thumb {
  background-color: #676767;
  border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 14px/22px open_sans, Arial, sans-serif;
}

p {
  display: block;
}
p,
span {
  font-family: open_sans, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
span {
  display: inline-block;
}

a,
button {
  font-weight: 400;
}

a,
button {
  font-size: 14px;
  line-height: normal;
}

a{
	text-decoration: underline;
}

button{
	cursor:pointer;
}



.add_ticket{
	width: 100%;
}


.auth h2, .add_ticket h2{
	font-size: 26px;
	margin-bottom: 10px;
}

.auth form table{ 
	padding: 40px 65px;	
	background-color: #fbfbfb;
    -webkit-box-shadow: 0 0 14px 0 rgba(50, 50, 50, .25);
    -moz-box-shadow: 0 0 14px 0 rgba(50,50,50,.25);
    box-shadow: 0 0 14px 0 rgba(50, 50, 50, .25);
}

.add_ticket .table  #step1 div{
	text-align: left;
	vertical-align:top;
}


.add_ticket .table  #step1 .row{
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.auth td{
	padding: 4px 6px;
}

.add_ticket .table  #step1 .row > div{
	display: inline-block;
	width: calc(100% - 180px);
}

.add_ticket .table #step1 .row > div:first-child{
	font-weight: bold;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	line-height: 30px;
	font-size: 14px;
}

#reis_data{
	width: 98% !important;
	border-collapse: collapse; /* Collapses borders between cells */
	border-spacing: 0; /* Removes space between cells */
}


#reis_data td, #reis_data th{
	font-size: 14px;
	padding: 2px 4px;
}

.reislist .mobile{
	display: none;
}


.reislist{
	width: 100% !important;
	display: flex;
	flex-direction: column;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.reislist .line{
	 display: flex;
}

.reislist .line.legend div{
	background-color: #000;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-right:1px solid #fff;
	vertical-align: middle;
	padding: 2px 4px;
}

.reislist .line:nth-child(odd){
	background-color: #eee;
}



.reislist .line:hover div{
	background-color: #eee;
	cursor: pointer;
}

.reislist .line.legend:hover div{
	background-color: #000 !important;
	cursor: auto !important;
}

.reislist .line.disabled:hover{
	cursor: auto !important;
}

.reislist .line.disabled div{
	color: #aeaeae;
	font-weight: 300;
}

.reislist .line.border-bottom{
	border-bottom: 2px solid #000;
}

.reislist .line div{
	flex: 1;
	font-size: 14px;
	line-height: 16px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 2px 4px;
	
}



.reislist .line div:nth-child(2){
	width: 75px;
	min-width: 75px;
	text-align: center !important;
}

.reislist .line div:nth-child(3){
	width: 100%;
	min-width: 300px;
}

.reislist .line div:nth-child(4){
	width: 60px;
	min-width: 60px;
	text-align: center;
}

.reislist .line div:nth-child(5){
	width: 100px;
	min-width: 100px;
	text-align: center;
}

.reislist .line div:nth-child(6){
	width: 100px;
	min-width: 100px;
	text-align: center;
}


#seats_data{
	width: 98% !important;
}

.docedit_green8pt {
    font-size: 11px;
    color: #006600;
	cursor: pointer;
}

#monyear1{
	display: inline-block;
	width: 200px;
	
}

#monyear_data{
	display: inline-block;
	width:200px;
	margin-top: 10px;
}


.alert{
	color: red;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: center;
}

.inp{
	width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.add_ticket select{
	width: 100%;
	max-width: 300px;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.button{
	width: 260px;
    height: 40px;
    background-color: #337ab7;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    margin-top: 30px;
    outline: 0;
}

.header{
	display: block;
	float: left;
	width: 100%;
	background-color: #ffed00;
	color: #000;
}

.menu{
	float: left;
	margin-left: 20px;
}

.user_info{
	float: right;
	margin-right: 20px;
}

.menu, .menu A, .user_info, .user_info A{
	color: #000;
}

.menu A{
	float: left;
	margin-right: 20px;
	line-height: 30px;
}

.menu A.active{
	color: red;
}

.user_info, .user_info A{
	float: right;
	margin-left: 20px;
	line-height: 30px;
}

.dotted{
	border-bottom: 1px dotted #000;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 6px;
}


.persona_table{
	width: 100% !important;
}


.persona_row{
	display: flex;
}

.persona_passport{
	padding: 20px;
    border-right: 1px solid #000;
	width: 48%;
}

.persona_tariff{
	padding: 20px;
	width: 48%;
}

@media (max-width: 768px) {
	.persona_row{
		display: block !important;
	}
	
	.persona_passport{
		width: 100% !important;
		border-right: 0px;
		padding: 0px;
	}	
	
	.persona_tariff{
		width: 100% !important;
		padding: 0px;
	}	
	
	
	.auth form table, .add_ticket form{
		padding: 20px 5px;	
	}	
	
	.menu{
		margin-left: 4px;
	}
	
	.menu A{
		margin-right: 4px;
	}
	
	.user_info{
		margin-right: 4px;
	}
	
	.user_info, .user_info A{
		margin-left: 4px;
	}
	
	.add_ticket .table .row div, .add_ticket .table .row div:first-child{
		width: 100%;
		text-align: left;
		padding-right: 0px;
	}
	
	.add_ticket select{
		max-width: 100%;
	}
	
	
	.add_ticket .table #step1 .row div:first-child {
		width: 100%;
		text-align: left;
	}	
	
	.add_ticket .table #step1 .row > div{
		width: 100%;
	}
	
	.reislist{
		display: block;
	}
	
	.reislist .mobile{
		display: contents;
	}
	
	.reislist .line {
		display: block;
	}
	
	.reislist .line.legend{
		display: none !important;
	}
	
	.reislist .line div{
		width: 100% !important;
		min-width: 100% !important;
		text-align: left !important;
		border-bottom: 0px;
	}
	
	.reislist .line{
		border-bottom: 1px solid #000;
	}
}	

@media (min-width: 769px) {
	.reislist .line div{
		text-align: center !important;
	}	
	
	.reislist .line div:nth-child(3){
		text-align: left !important;
	}		
}