@import "core.css";
@import "header.css";
@import "https://shop.cffviseu.com/assets/css/footer.css";

/*#sidebar
{
    width: 200px;
    min-height: 400px;
    height: 100%;
    float: left;
    background-image: url("../images/left.gif");
    background-repeat: repeat-y;
    background-position: left top;
}

#sidebar .exchange-rate 
{
    padding: 10px;
}

#content
{
    width: calc(100% - 200px);        
    float: left;
    color: ##505050;
    padding: 20px;
}*/


.products label
{
    line-height: 38px;
    margin: 0px;
    font-weight: normal;
}

.products .form-group
{
    margin: 0px;
}

.products ul.list-group li
{
    border: 0px;
}

/*.products ul.list-group li:hover
{
    background-color: #00FF00;
}*/

.list-group > a.disabled {
  color: #999999;
}
.list-group > a.disabled:hover,
.list-group > a.disabled:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

input[disabled], button[disabled]
{
    background-color: #eee !important;
}



#sidebar {
    width: 200px;
	top: 160px;
    position: absolute;
}
#sidebar .steps {
    font-size: 16px;
    color: #000;
    padding: 0;
    list-style-type: none; /*EFX*/
    list-style-position: outside; /*EFX*/
}
#sidebar .steps li {
    border: 1px solid #fff;
    border-right: none;
    margin: 0 0 10px 0;
    padding: 0 0 0 5px;
    min-height: 60px;
    line-height: 60px;
    position: relative;
}
#sidebar .steps > li span {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    /*text-indent: 35px;*/
    width: 100%;
    display: block;
    /*position: absolute;*/
    left: 0;
    /*top: 0; EFX*/
}
#sidebar .steps > li.active {
    border-color: #fff;
    background: #fff;
}
#sidebar .steps > li.active > a {
    color: #262626;
    font-weight: bold;
}
#sidebar .sub-options {
    display: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
#sidebar .step-options.active .sub-options {
    display: block;
}
#sidebar .sub-options li {
    font-size: 14px;
    line-height: 16px;
    list-style: none;
    margin: 0 0 10px 0;
    min-height: 0;
}
#sidebar .sub-options li:last-of-type {
    margin-bottom: 25px;
}
#sidebar .sub-options li a {
    color: #333;
}

.container.ng-scope{
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 500px) {
		#content {
			float: none;
			width: 150%;
		}

}

#content {
	min-width: 80%;
    background: #fff;
    /*margin: 0 0 0 200px;*/
	margin: 0 0 0 15%;
    padding: 20px 40px 40px 40px;

    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}
#content h1 {
    margin: 0;
    font-size: 36px;
     color: #000;
    line-height: 36px;
    font-weight: bold;
}
#content h2 {
    font-size: 21px;
    line-height: 20px;
    float: right;
    text-align: right;
}
#content h2 span {
    font-size: 14px;
    color: #a2b538;
    display: block;
    margin: 5px 0 0 0;
}
#content h3 {
    color: #999999;
    font-size: 21px;
    line-height: 20px;
    font-weight: normal;
    margin: 30px 0;
}
#content h3 span {
    display: block;
    font-size: 12px;
}
#content .breadcrumbs {
    color: #666666;
    clear: right;
    /*margin: 50px 0 15px 0;*/
    padding: 0;
    list-style: none;
}
#content .breadcrumbs li {
    display: inline-block;
}
#content .breadcrumbs li::after {
    content: "\\\\";
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0 0 0 10px;
}
#content .breadcrumbs li:last-of-type::after {
    display: none;
}
#content .breadcrumbs a {
    color: #708c57;
}
#content .btn-success {
    background: #708c57;
    font-size: 14px;
    line-height: 60px;
    text-transform: uppercase;
    width: 250px;
    padding: 0;
    border: none;

    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;    
}
#content .btn-success i {
    font-size: 18px;
    margin-right: 10px;
    top: 4px;
}
#content .btn-back i {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
            transform: rotate(180deg);
}


.select-date {
    max-width: 350px;
}
.select-date table,
.check-in-out-group .input-group table {
    background: #f6f7eb;
}
.select-date table button,
.select-date table button:hover,
.select-date table button.active,
.check-in-out-group .input-group table button,
.check-in-out-group .input-group table button:hover,
.check-in-out-group .input-group table button.active {
    color: #708c57;
    border: none;
	 font-weight: bold;
    font-size: 14px;
    background: transparent;
    text-transform: uppercase;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

/*.today {
      background-color: red;}*/



.select-date table button span,
.select-date table button:hover span,
.select-date table button.active span,
.check-in-out-group .input-group .select-date table button span,
.check-in-out-group .input-group .select-date table button:hover span,
.check-in-out-group .input-group .select-date table button.active span {
    color: inherit;
}
/*.select-date table button.active,*/ /*EFX!*/
.select-date table button.btn-info,
.check-in-out-group .input-group .select-date table button.active {
    color: #fff;
    background: #a2b538;


    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;  
}
.select-date table thead tr:first-of-type {
    background: #708c57;
    height: 40px;
    margin: 0 0 10px 0;
}
.select-date table thead tr:first-of-type th button {
    color: #fff;
}
.select-date table thead tr:first-of-type th button strong {
    font-weight: normal;
}
.select-date table thead tr:first-of-type th button i {
    font-size: 16px;
    top: 3px;
}
.select-date table thead tr:first-of-type th:first-of-type button,
.select-date table thead tr:first-of-type th:last-of-type button {
    color: #434343;
    background: #f7f7f7;
    margin: 0 10px;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;    
}
.select-date table thead tr:last-of-type th {
    font-weight: normal;
    padding-top: 10px;
}
.select-date table thead tr:last-of-type small {
    font-size: 100%;
}
.select-date table tbody tr:last-of-type td {
    padding-bottom: 10px;
}

.select-options {
    height: 265px; /*TODO: autoheight*/
}
.select-options label {
    color: #999999;
    width: 50px;
}
.select-options input {
    background: #f7f7f7;
    color: #666666;
    font-weight: bold;
    font-size: 16px;
    /*line-height: 38px;/*EFX!*/
    max-width: 150px;
    height: 38px;
}
.select-options .label {
    font-size: 12px;
    line-height: 38px;
    float: left;
    color: #fff;
    font-weight: normal;
    text-align: left;
    text-indent: 40px;
    margin: 10px 0 0 50px;
    padding: 0;
    width: 100%;
    display: block;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;    
}
.select-options .label-success {
   background: #fff;
   text-align:justify;
   color: green;
   white-space: pre-wrap;
   text-indent: 0px;
   margin: 0;
}

.select-options .label-danger {
    background: #fff;
    text-align:justify;
    color: red;
    white-space: pre-wrap;
	text-indent: 0px;
	margin: 0;
}
.select-options .label-danger-center {
    background: #fff;
    text-align:center;
    color: red;
    white-space: pre-wrap;
	text-indent: 0px;
	margin: 0;
}
.select-options button.btn-success {
    background: #708c57;
    font-size: 14px;
    line-height: 40px !important;
    height: 40px;
    width: 215px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    bottom: 0;


    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;    
}


/*.packets-list .panel-heading h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 36px;
}
.packets-list .panel-body {
    padding: 5px 0;
}*/

.list-group-item {
    padding: 0 10px;
    margin: 0 0 0 0;
    min-height: 0;
    border-bottom: 1px solid #ebebeb !important;
}
.list-group .list-group-item:last-of-type {
    border-bottom: none !important;
}
.list-group-item .toggle-description {
    background: #a2b538;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 0 10px 0 0;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.list-group-item .toggle-description i {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.list-group-item .toggle-description i.minus,
.list-group-item .toggle-description.open i.plus {
    display: none;
}
.list-group-item .toggle-description i.plus,
.list-group-item .toggle-description.open i.minus {
    display: block;
}

.list-group-item label {
    font-size: 12px;
    line-height: 20px;
    width: 300px;
    margin-top: 25px;
    vertical-align: top;
    padding-left: 20px;
}
.list-group-item label.confirm {
    padding-left: 0;
}
.list-group-item .prices {
    width: 125px;
    /*margin-top: 25px;*/
    display: inline-block;
    vertical-align: top;
	/*margin: 5px 0 0 10px;*/
}

.list-group-item .pricesConfirm {
    width: 125px;
    display: inline-block;
    vertical-align: top;
}
.list-group-item .badge {
    color: #fff;
    background: #a2b538;
    font-weight: normal;
    /*width: 75px;*/
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0;
    /*margin-right: 70px;*/
    text-align: center;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;    
}
.list-group-item .badge.transparent {
    color: #cccccc;
    background: transparent;
    /*text-align: left;
    margin-left: 10px;
    width: 50px;*/

    width: auto;
	margin: 0;
}
.list-group-item p {
    color: #999999;
    font-size: 12px;
    line-height: 10px;
    margin: 3px 0 5px;
}

.check-in-out-group {
    display: inline-block;
    margin: 5px 0 0 10px;
    width: 270px;
}
.check-in-out-group.confirm {
    margin-top: 9px;
}
.check-in-out-group .input-group {
    float: left;
    width: 125px;
    margin: 0 10px 0 0;
}
.check-in-out-group .input-group .dropdown-menu {
    padding: 0;
    overflow: hidden;
}
.check-in-out-group .input-group-btn {
    vertical-align: bottom;
}
.check-in-out-group label {
    color: #cccccc;
    width: auto;
    margin: 0;
    /*text-indent: 10px;*/
}

.check-in-out-group label.time {
    color: #fbb888;
    margin: 0;
    padding-left: 10px;
}

.check-in-out-group label.timeOK {
    color: #a2b538;
    margin: 0;
    padding-left: 10px;
}

/*.check-in-out-group input {
    border-right: none !important;
}*/
.check-in-out-group button,
.check-in-out-group button:hover {
    color: #708c57;
    border-color: #ebebeb;
    border-left: none;
    background: transparent;
    /*padding: 0 10px 0 5px;*/
    line-height: 26px;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;    
}

.check-in-out-group input,
.check-in-out-group span.input-group-btn,
.quantity-group input {
    float: none;
    width: 100%;
    color: #999999;
    border: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
}
.check-in-out-group span.input-group-btn {
    border: none;
    /*display: block;*/
    line-height: 20px;
    height: 26px;
    width: auto;
    padding: 0;
    position: absolute;
    top: 21px;
    right: 1px;
}
.check-in-out-group span.input-group-btn button {
    border: none;
}
.check-in-out-group span.input-group-btn i {
    color: #708c57;
    float: right;
    top: 0;
    right: -2px;
}

.quantity-group {
    position: absolute;
    top: 16px;
    right: 10px;
    width: 80px;
}
/*.quantity-group input {
}
.quantity-group span {
    font-weight: bold;
}*/

.free-stuff {
}
.free-stuff .col-md-3 {
    margin: 0 0 30px 0;
}
.free-stuff label {
    color: #cccccc;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 5;
}
.free-stuff label::after {
    content: "";
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    left: 0;
    top: 16px;
    border: 1px solid #ebebeb;
}
.free-stuff input {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 16px;
    position: relative;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}
.free-stuff input:checked + label::after {
    content: "x";
}
.free-stuff input.error + label {
    color: #ff0000;
}
/*.free-stuff input::before,
.free-stuff input:checked::before {
    content: "";
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    left: 14px;
    top: 18px;
    border: 1px solid #ebebeb;
}
.free-stuff input:checked::before {
    content: "x";
}
.free-stuff input.error::before {
    color: #ff0000;
}*/

.totals {
}
.totals .row {
    border-top: 1px solid #000;
    margin: 70px 0 50px 0;
    padding: 15px 0 0 0;
}
.totals dl {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}
.totals dl dt {
    color: #999999;
    width: 290px;
    float: left;
    clear: both;
    font-weight: normal;
}
.totals dl dd {
    color: #000;
    float: right;
    text-align: right;
}
.totals dl dt:first-of-type,
.totals dl dd:first-of-type {
    font-size: 21px;
    margin-bottom: 5px;
}


/* CHOSE PACKAGES / TICKETS */
.products-list {
}
.products-list .panel {
    margin-top: -1px;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.products-list .panel + .panel {
    margin-top: -1px !important;
}
.products-list .panel-heading {
    background: #f6f7eb;
    padding: 0 10px;
}
.products-list .panel-heading h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 36px;
    text-transform: uppercase;
}
.products-list .panel-heading h4 a {
    display: block;
}
.products-list .panel-heading i {
    font-size: 14px;
    line-height: 36px;
    top: 0;
}
.products-list .panel-body {
    padding: 30px 50px;
}


/* REVIEW ORDER */
.products-list-confirm {
}
.products-list-confirm .panel {
}
.products-list-confirm .panel + .panel {
    margin-top: 20px !important;
}
.products-list-confirm .panel-heading {
    background: #e6e6e6;
}
.products-list-confirm .panel-heading a:hover {
    text-decoration: none;
}
.products-list-confirm .panel-body {
    padding: 15px 30px 10px 30px;
}
.products-list-confirm .panel-body p.date {
    color: #666666;
    font-size: 16px;
    line-height: 38px;
    font-weight: bold;
    margin: 0;
}
.products-list-confirm .products {
    margin: 0 -30px;
}
.products-list-confirm .list-group {
    margin: 0;
}
.products-list-confirm .list-group-item {
    padding: 0 30px;
}
.products-list-confirm .list-group-item p {
    margin-top: 0;
}
.products-list-confirm .check-in-out-group span {
    display: block;
    font-weight: bold;
    text-indent: 10px;
    position: relative;
    top: -4px;
}
.products-list-confirm .check-in-out-group span i {
    top: 2px;
    right: 0;
    color: #708c57;
    float: right;
    margin-right: 15px;
}
.products-list-discounts {
	display: block;
	font-size: 12px;
	color: #999999;
	font-size: 12px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	border: 0;
	background-color: transparent;
	text-align: justify;
	text-justify: inter-word;
	padding: 3px;
}

.products .panel-body {
    padding: 0;
}

.products-trains .panel-body {
    padding: 10px 10px 10px 10px;
}

/* TERMS & CONDITIONS */
.terms-conditions {
    background: #2f2f2f;
    padding: 20px 25px;
}
.terms-conditions h1 {
    color: #999999 !important;
    font-size: 18px !important;
    line-height: 40px !important;
}
.terms-conditions .well {
    background: #fff;
    max-height: 485px;
}
.terms-conditions .row {
    text-align: center;
}
.terms-conditions .btn {
    line-height: 40px !important;
    height: 40px !important;
    display: inline-block;
    width: 185px !important;
    margin: 0 5px;
}


/* FINISH */
.complete {
}
.complete .accordion-header {
    background: #e6e6e6;
    color: #000;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-weight: bold;
    font-size: 12px;
    line-height: 36px;
    text-transform: uppercase;
    display: block;
}
.complete .order-code {
    color: #999999;
    font-size: 20px;
    line-height: 20px;
    margin: 10px auto;
    width: 375px;
}
.complete .order-code .well {
    background: transparent;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    margin: 5px 0 0 0;

    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
.complete p {
    color: #999999;
}
.complete img {
    margin: 10px auto;
    /*width: 100%;*/
    height: 30%;
    text-align: center;
    display: block;
}


/* LOGIN */
.login {
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 10;

    color: #fff;
    font-size: 18px;
    line-height: 20px;
}
.login > a,
.login > a:hover {
    color: inherit;
    height: 60px;
    display: block;
    padding: 0 50px;
    margin-bottom: -1px;
    float: right;
    position: relative;
    text-decoration: none;
    border: 1px solid transparent;
    border-bottom: none;

    line-height: 60px;
}
.login > a i {
    position: absolute;
    top: 20px;
}
.login > a i:first-of-type {
    left: 20px;
}
.login > a i:last-of-type {
    right: 30px;
}
.login form {
    display: none;
    clear: both;
    width: 320px;
    padding: 40px 30px 20px 30px;
    border: 1px solid #606060;
}
.login form label {
    display: block;
    color: #999999;
}
.login form input {
    color: #000;
    width: 100%;
    height: 40px;
    border: none;
    display: block;
    padding: 0 10px;
    margin: 0 0 15px 0;
    line-height: 40px;
}
.login form button,
.login form button:hover {
    color: #fff;
    background: #708c57;
    font-size: 18px;
    line-height: 60px;
    width: 200px;
    padding: 0;
    margin: 20px auto;
    border: none;
    display: block;

    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;    
}
.login form a {
    color: #708c57;
    display: block;
    text-align: center;
}
.login:hover > * {
    background: rgba(0, 0, 0, 0.9);
}
.login:hover > a,
.login:hover > a:hover {
    border-color: #606060;
}
.login:hover form {
    display: block;
}



.quantity-icon
{
    display: inline-block;
    color: #fff;
    background: #a2b538;
    font-weight: normal;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    margin-left: -20px;
}


#confirmButton[disabled]
{
    background-color: #222 !important;
}


.input-group.quantity-group
{
    top: 25px;
    width: auto;
}

.input-group.quantity-group .number-spin-btn-container
{
    float: left;
}


.input-group.quantity-group input[type="number"] 
{
    width: 50px;
    padding: 0 0 0 8px;
}

.input-group.quantity-group select 
{
    height: auto;
    width: 60px;
}

.ng-invalid
{
    border-color: #a94442;
}

/*.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}*/
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}

.warningPayment  {
    text-align:justify;
    color: red;
    white-space: pre-wrap;
}