.tabel_circuite_activitati{width:100%!important}
span.tara {
    width: 150px;
    display: inline-flex;
    height: 50px;
    align-items: center;
    border: 1px solid #ccc;
    margin: 5px;
    padding: 5px;
}
ul.tip_hotel_list {
    white-space: nowrap;
}
.criteriu {
    DISPLAY: inline-block;
    border: 1px solid #efefef;
    padding: 5px;
    margin: 5px;
}

span.cheie {
    font-weight: bold;
    text-transform: capitalize;
    color: #999;
}

span.valoare{text-transform:uppercase}
.destinatii ul {
    display: none;
}
.plus {
    float: right;
    font-weight: bold;
}
.plus:after {
    content: "+";
}
.minus {
    float: right;
    font-weight: bold;
	display:none
}
.minus:after {
    content: "-";
}
.continent {
    background: #001234!important;
    color: #fff;
}
span.tip {
    padding: 10px;
}
.hotel .numeHotel span {
    color: #001234;
}
.link a {
    color: #5bbaff!important;
}
.dataFeedback {
    float: right;
    display: inline;
}
details {
    margin: 10px;
}
.paginare {justify-content: center;}

.paginare a {
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0 5px;
}
.paginare .active{background:#efefef}
.feedbackHotel span {
    color: gold;
    font-size: 18px;
}
img {
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 2px 4px 6px -1px #ccc;
}
.flex_images {
	
    flex-direction: column;
}
body,html{margin:0;padding:0;}
    *{box-sizing:border-box;} 
ul{list-style:none;margin:0;padding:0;width:100%;display:block}
    a{text-decoration:none;color:#151e3b!important;font-weight:bold;}
	.cols{float:left}
	.col-1-3{width:33.33%}
	.col-2-3{width:66.66%}
	.destinatii{padding:10px!important}
	.destinatii > li div{background:#efefef;padding:5px;font-weight:bold;}
	.destinatii ul {padding:10px 0!important}
	.destinatii ul ul {font-weight:bold;}
	.destinatii ul ul ul {font-weight:normal;}
	.destinatii ul ul ul li{border-bottom:1px dotted #ccc;padding:10px;}
	
	.hotel{border:1px solid #efefef; box-shadow:2px 2px 2px 2px #999;border-radius:5px; margin:10px; padding:10px;}
	.hotel .numeHotel{color:#5bbaff;font-weight:bold;font-size:20px;}
	.hotel .locatieHotel{border-bottom:1px solid #ccc;padding:5px 0;}
/****************************************************/
/*                   BUTOANE RADIO                  */
/****************************************************/
input[type="radio"]:focus{
  outline:none;
}
input[type="radio"]{
  -webkit-appearance:button;
  -moz-appearance:button;
  appearance:button;
  border:4px solid #ccc;
  border-top-color:#bbb;
  border-left-color:#bbb;
  background:#fff;
  width:15px;
  height:15px;
  border-radius:50%;
}
input[type="radio"]:checked{
  border:5px solid #151e3b;
}
 fieldset{
	border: none;
    max-width:1024px;
    width:100%;
    margin: 0 auto
}
 legend {
	font-size: 1.4em;
	margin-bottom: 10px;
}
 label {
	display: block;
	margin-bottom: 8px;
}
 input[type="text"],
 input[type="password"],
 input[type="date"],
 input[type="datetime"],
 input[type="email"],
 input[type="number"],
 input[type="search"],
 input[type="time"],
 input[type="url"],
 textarea,
 select {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 4px;
	font-size: 15px;
	margin: 0;
	outline: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: #e8eeef;
	color:#8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	
}
 input[type="text"]:focus,
 input[type="date"]:focus,
 input[type="datetime"]:focus,
 input[type="email"]:focus,
 input[type="number"]:focus,
 input[type="search"]:focus,
 input[type="time"]:focus,
 input[type="url"]:focus,
 textarea:focus,
 select:focus{
	background: #d2d9dd;
}
 select{
	-webkit-appearance: menulist-button;
	height:40px;
}
 .number {
	background: #151e3b;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px 15px 15px 0px;
}

 input[type="submit"],
 input[type="button"]
{
	position: relative;
	display: block;
	padding: 19px 39px 18px 39px;
	color: #FFF;
	margin: 0 auto;
	background: #151e3b;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 100%;
	border: 1px solid #151e3b;
	border-width: 1px 1px 3px;
	margin-bottom: 10px;
}
 input[type="submit"]:hover,
 input[type="button"]:hover
{
	background: #109177;
    cursor:pointer;    
	border: 1px solid #109177;
	border-width: 1px 1px 3px;
}

.menu{width:100%;margin:0 0 20px 0;padding:10px;background:#efefef;}
.menu ul{display:flex;margin:0 auto;justify-content:center;}
.menu a{color:#151e3b; font-weight:bold;}
.menu li{border-right:1px solid #ddd;padding:10px;}
.menu li:last-child{border-right:none}

#content{max-width:100%;width:1024px;margin:0 auto;padding:20px}

table{width:100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);}

table thead {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

table th {
  font-family: Lato-Bold;
  font-size: 18px;
  color: #337ab7;
  line-height: 1.4;
  padding: 18px;
  background-color: transparent;
}

table td {
  font-family: Lato-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 1.4;
  padding:16px;
}

table tbody tr {
  border-bottom: 1px solid #f2f2f2;
}


.flex{display:flex;}
.flex li {
    align-items: center;
    align-content: center;
    align-self: center;
    justify-content: center;
    display: flex;
    padding: 20px; 
}
.flex div{padding: 10px; width:100%}

/****************************************************/
/*                 INPUT TYPE FILE                  */
/****************************************************/
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}


.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.inputfile-6 + label {
    color: #fff;
}

.inputfile-6 + label {
    border: 1px solid #4a6c2f;
    background-color: #7dad3f;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #192f44 ;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
}

.inputfile-6 + label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    
    color: #fff;
    background-color: #4a6c2f;
    display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #192f44 ;
}

@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
}
.cols table{width: calc(50% - 10px);float:left;display: inline-block;margin: 5px;}
.cols table tr,.cols table td,.cols table tbody,.cols table thead {width: 100%;}
.cols img{max-width:100%;}
.clear{clear:both;float:none;}

@media screen and (max-width: 800px) {
    .cols table{width: 100%;margin:5px 0;}
}