html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {height: 100%;}
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	background-color: #b39ddb;
}
.conteiner {
	display: flex1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;	
}
ol, ul {list-style: none;}
* {
	margin: 0;
	padding: 0;
	outline: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a, a:hover {text-decoration: none;}


.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {clear: both;}

.left {float:left;}
.right {float:right;}
.text-right {text-align: right;}
.text-center {
	text-align: center;
}
.text-center20 {
	text-align: center;
	width: 2%;
}
.text-center50 {
	text-align: center;
	width: 5%;
}
.text-center200 {
	text-align: center;
	width: 20%;
}
.date-center {
	min-width: 90px;
	text-align: center;
}
.img-center {
	text-align: center;
}
.container_1 {
	max-width: 1400px;
	padding: 0 68px;
	margin: 5px auto;
}










@media (max-width: 768px) {
	body {padding-top: 60px}
	header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 50px;
		padding: 0px ;
	}
	
	.con1{
		width: 100%;
		margin: 0px;
	}



}


.row{
	width: 300px;
	height: 260px;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}

.btn{
	width: 80%;
	height: 35px;
	margin: 12px auto;
	display: block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
	border-radius: 4px;
}

.btn-success {
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	color: #fff;
	background-color: #5cb85c;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}

.btn-success:hover{
	background: #2a8a2a;
}

.success-2:hover{
	background: #0e6f8c;
}
.success-2{
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	color: #fff;
	background-color: #5bc0de;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}

.success-3:hover{
	background: #9e6a20;
}
.success-3{
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	color: #fff;
	background-color: #f0ad4e;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}

.success-4 {
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	color: #fff;
	background-color: #b586c9;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}
.success-4:hover {
	background: #5f456b;
}

.table_row{
	width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 14px;
	font-weight: bold;
}


.table_row td{
	padding: 5px;
	font-weight: bold;
}
.table_row2 td{
	padding: 5px;
	font-weight: bold;
}
.id-trip {
 	background-color: white;
	width: 60%;
	text-align: center;
	padding: 3px !important;
	#margin: 5px;
}

.table_row2{
	width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 14px;
	font-weight: 400px;	
}

#startDate,#endDate{
width: 42%;
text-align: center;
padding: 4px;

}
#idTable, #idTablePass {
	max-width: 1400px;
	padding: 0 2%;
	margin: 5px auto;
}
.table_t{
	width: 94%;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 14px;
	font-weight: 400px;
}
.table_t thead{
	padding: 5px;
	border: 1px solid black;
	vertical-align: middle;
	font-weight: bold;
}
.table_t td{
	padding: 2px;
	border: 1px solid black;
	vertical-align: middle;
	#font-weight: bold;
}
.table_t tr:nth-child(2n){
	background: #f9f9f966;
}


#main_screen{
 margin: 20px auto 0 auto;
 text-align: center;
}


#table_packet, #table_pass {
	width: 80%;
	margin: 20px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	background-color: #faf6fbe6;
}

.naber{
	width: 100%;
	color: #150965e6;
	background-color: #d8daf0;
	border-color: #d8daf0;
	border-radius: 5px;
}
.naber p{
	display: block;
	padding: 10px;
}

.block_2 input{
display: block;
width: 95%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
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;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
margin: 5px auto;

}

.block_1 div, .block_2 div {
	margin: 20px 0;
}

.block_1 input{
display: block;
width: 95%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
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;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
margin: 5px auto;

}
#packet input:focus{
		-webkit-box-shadow: 1px 3px 15px #7e887e;
	-moz-box-shadow: 1px 3px 15px #7e887e;
	box-shadow: 1px 3px 15px #7e887e;
}


.block_2{
	width: 50%;
	float: right;
}
.block_1{
	float: left;
	width: 50%;
}
.subm_it{
	clear: both;
}
.bott{
display: inline-block;

}

.bott:hover{

}

#packet .dws-submit{
padding: 7px 30px;
margin: 5px 0 20px 0;
font-size: 15px;
color: #fff;
background-color: #7daab4;
border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
border-bottom: 4px solid #678c92;
cursor: pointer;
width: 160px;
border-radius: 5px;
margin-left: 13px;}

.slyder{
	max-width: 1070px;
	margin: 0 auto;
}

ul.acardion{
	display: flex;
	justify-content: center;
	margin-top: 20px;
	padding: 0;
}

ul.acardion li{
	width: 35px;
	overflow: hidden;
	padding: 1px 1px 0;
	cursor: pointer;
	display: block;
	-webkit-box-shadow: 1px 3px 15px #7e887e;
	-moz-box-shadow: 1px 3px 15px #7e887e;
	box-shadow: 1px 3px 15px #7e887e;
		-webkit-transition:all 2s;
	-moz-transition:all 2s;
	-ms-transition:all 2s;
	-o-transition:all 2s;
	transition: all 2s;
}
ul.acardion img{
	width: 1070px;
	height: 600px;
}

ul.acardion li:hover{
	width: 1070px;
	-webkit-box-shadow: 1px 3px 15px #36c5fa;
	-moz-box-shadow: 1px 3px 15px #36c5fa;
	box-shadow: 1px 3px 15px #36c5fa;
	-webkit-transition:all 1.5s;
	-moz-transition:all 1.5s;
	-ms-transition:all 1.5s;
	-o-transition:all 1.5s;
	transition: all 1.5s;
}

ul.acardion li:nth-child(3){
	width: 1070px;
}
ul.acardion:hover li:nth-child(3){
	width: 35px;
}
ul.acardion li:nth-child(3):hover{
	width: 1070px;
}

.ui-menu .ui-menu-item:nth-child(2n){
	background: #f7f7f7;
}
#packet .dws-submit:hover{
	background: rgb(72, 117, 127);
}

.dws-menu > ul li a:focus{
	background: rgb(224,225,229);
	color: rgb(64, 64, 65);
}

.ui-state-active {
    background: #c39ddb !important;
    color: black !important;
}
.ui-state-highlight {
    border: 2px solid #fcaaa1 !important;
}