/*menu*/

:root {
  --color-gris-claro: #D6DDDD;
    --color-gris-oscuro: #2D2D2D;
    --color-negro: #222222;
    --color-blanco: #fff;
    --color-naranja: #FF6600;

}


/* data picker */

.ui-datepicker table.ui-datepicker-calendar {
    font-size: 1.0rem;
}

 .ui-datepicker.ui-widget.ui-widget-content {
    font-size: 1.15rem;
}


/*  data picker end */


.alert.alert-danger {
    margin: 5px 0 10px;
    padding: 10px 15px;
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
    color: #a94442;
    background-color: #f2dede;
}

.alert .alert-danger {
    margin: 5px 0 10px;
    padding: 10px 15px;
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
    color: #a94442;
    background-color: #f2dede;
}

.alert .alert-info {
			    
    margin: 66px auto 10px;
    padding: 10px 15px;
    background-image: linear-gradient(to bottom, #def2e1 0%, #c3e7c6 100%);
    background-repeat: repeat-x;
    border-color: #a7dca7;
    color: #42a94f;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-color: #f2dede; 
			    
			}

.alert.alert-success {
    padding: 10px 15px;
    background-image: linear-gradient(to bottom, #def2e1 0%, #c3e7c6 100%);
    background-repeat: repeat-x;
    border-color: #a7dca7;
    color: #42a94f;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-color: #f2dede; 

}


div.flex--center {
    /* position: fixed; */
    left: 0;
    right: 15px;
    display: flex;
    z-index:10;
    justify-content: space-evenly;
    background-color: #fff; 
}

a.btn-menu.btn-menu-selected:last-of-type {
    border-right: none;
}


div.flex--center a.btn-menu {
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    background-color: #2d2d2d;
    display: inline-block;
    flex-basis: calc(100%/8);
    box-sizing: border-box;
    border-right: 2px solid #3A3A3A;
    color: white;
}

div.flex--center a.btn-menu.btn-menu-selected {
    background-color: #ff6600;

}


/* General*/

div#pregunta, div#passwordTab, div#profile, div#terminos, div#bonus, div#saldo {
display: none;
}

div#profile.active, div#terminos.active, div#bonus.active ,div#saldo.active {
display:block;
}



div#pregunta.active, div#passwordTab.active, div#profile-options, .members_flex_box, div#helpreport, form#reportFilterForm, .flex-bonos    {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  /* padding: 20px 0;*/
}

div#pregunta .col-xs-12.col-sm-6 , div#passwordTab .col-xs-12.col-sm-6  {
    flex-basis: 47%;
    padding: 20px 0;
}

.col-xs-12.col-sm-4.form-group {
  flex-basis: calc(100%/3 - 10px);
 padding: 20px 0; 
}

.hidden {
display:none;
}
.col-xs-12.col-sm-4  {  
    padding-top: 20px;
}

.col-xs-12.text-right {
    flex-basis: 100%;
}

label {
display: block;
}

select, input {
width:100%;
    font-size: 18px;
    padding: 7px;

}

.text-right {
    text-align: right;
    padding: 10px 0 20px;
}

a {
    color: #FF6600;
    text-decoration: underline;
    display: initial;
}


ul#paginador {
    display: flex;
 
}

ul#paginador  li { 
    list-style: none;
    font-size: 14px;
}

ul#paginador  li:nth-of-type(1) { 
    margin-left:auto;
}


/*Bonos Y saldo*/

.col-sm-12.col-md-6 {
    flex-basis: 49%;
}

.col-xs-12 {
    flex-basis: 100%;
}


   
.flex-bonos .table > tbody > tr > td {
padding: 0 20px;
}

.flex-bonos .membersarea {
    padding: 0;
}



.progress-bar.progress-bar-info{

    
    white-space: nowrap;
    font-size: 12px;
    line-height: 20px;
    
    background-color: #ff6600;
    box-sizing: border-box;
}

.progress {

    border: 1px solid #CCC;
    border-radius: 4px;
    height: 20px;
    overflow: hidden;
    background-color: #F3F3F3;

}

@media only screen and (max-width: 1024px) {
#bonus .membersarea {
margin:0;
}
}

/*Bonos cancell popup*/
div#myModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    background-color: #000000b5;
}

div#myModal .modal-dialog.modal-sm {
    text-align: center;
    position: absolute;
    padding: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)!important;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-sizing: border-box;
}

div#areyousure h2 {
    padding: 0 10px;
    white-space: nowrap;
}

div#areyousure a {
min-width: 92px;
}



/*historial*/

form#reportFilterForm .col-xs-12.col-sm-4 {

flex-basis: calc(100%/3 - 1px);
}
form#reportFilterForm .col-xs-12.text-right {
flex-basis: 100%;
}

/*marketing*/
.btn-marketing {
    width: 100%;
    height: 45px;
    background-color: #2d2d2d;
    background-image: url(/img/Betsson-btn-mas.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    border:none;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    text-align: left;
    padding-left: 20px;
color:white;
}

.input--new[type="checkbox"] {
    display: none;}

.input--new[type="checkbox"] + label {
   width: 95%;
    height: auto;
    min-height: 50px;
    margin: 20px auto;
    display: block;
    padding-right: 50px;
    padding-left: 0px;
    cursor: pointer;
    font-size: 1.2em;
    position: relative;
    color: var(--color-negro);
    box-sizing: border-box;
}

.input--new[type="checkbox"]:checked + label::before {
    content: "";
    display: block;
    width: 50px;
    height: 30px;
    background-color: var(--color-naranja);
    border: 2px solid var(--color-naranja);
    border-radius: 30px;
    margin-right: 0px;
    position: absolute;
    top: 0px;
    left: inherit;
    right: 0px;
    transition: all .2s ease-in-out; }

.input--new[type="checkbox"] + label::before {
    content: "";
    display: block;
    width: 50px;
    height: 30px;
    background-color: var(--color-gris-claro);
    border: 2px solid var(--color-gris-claro);
    border-radius: 30px;
    margin-right: 0px;
    position: absolute;
    top: 0px;
    left: inherit;
    right: 0px;
    transition: all .2s ease-in-out;
}



.input--new[type="checkbox"] + label::before {
    content: "";
    display: block;
    width: 50px;
    height: 30px;
    background-color: var(--color-gris-claro);
    border: 2px solid var(--color-gris-claro);
    border-radius: 30px;
    margin-right: 0px;
    position: absolute;
    top: 0px;
    left: inherit;
    right: 0px;
    transition: all .2s ease-in-out;
}

.input--new[type="checkbox"] + label::after {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 30px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
    background-color: var(--color-blanco);
    position: absolute;
    top: 3px;
    right: 22px;
    transition: all .2s ease-in-out;
}

.input--new[type="checkbox"]:checked + label::after {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 30px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
    background-color: var(--color-blanco);
    position: absolute;
    top: 3px;
    right: 2px;
    transition: all .2s ease-in-out;
}


.btn-save {
    width: 30%;
    background-color: var(--color-naranja);
    color: var(--color-blanco);
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: 300;
    border: 0px;
    margin-bottom: 28px;
    margin-top: 20px;}

/* Buttons*/

a.brn.btn-info, a.btn.btn-info {
    font-size: 14px!important;
    font-weight: 400;
    color: #ffffff!important;
    border: 1px solid #2d2d2d;
    border-radius: 2px;
    display: inline-block;
    min-width: 120px;
    line-height: 40px;
    padding: 0 20px;
    text-decoration: none;
    text-align: center;
    background: #2d2d2d; }

/* members container*/

.membersarea {

    max-width: 1170px;
    display: block;
    margin: 0 auto;
    padding: 50px;
}
/*Support*/

div#helpreport .col-xs-12.col-sm-4 {
     flex-basis: calc(100%/3 - 1px);
}

div#helpreport .col-xs-12.col-sm-4.text-right {
   flex-basis: 100%;
}

/* Loyality points*/

li.list-group-item.clearfix {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

li.list-group-item.clearfix p {
flex-basis: 100%}

select#redemptionCombo {
    flex-basis: 50%;
}

.bonus_checkboxes {
 
    flex-basis: 40%; 
}

li.list-group-item {
list-style: none;
}

ul.list-group {
padding:0;
}

span.badge {
    float: right;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}


.accordion:after {
    margin-left: 10px;
     font-family: FontAwesome;
    content: "\f078";
 
}



/* Datos personale - profiel */

div#profile-options .col-xs-12.col-sm-4.text-center {
    flex-basis: calc(25% - 1px);
    text-align: center;
    line-height: 20px;
    font-size: 18px;
}


div#profile-options 
.col-xs-12.col-sm-4.text-center.current a {
    background-color: #ff6600;
    color: white!important;}

a[role="tab"] {
    display: inline-block;
    font-size: 18px;
    width: 100%;
    line-height: 35px;
    color: #ffffff;
    text-decoration: none;
    background-color: #696E73;
}

.col-xs-12.col-sm-6 {
    float: left;
    width: 50%;
}

@media only screen and (max-width: 1024px) {

#profile .col-xs-12.col-sm-6  {
    flex-basis: 100%;
    line-height: 21px;
    font-size: 13px;
    padding-left: 20px;
    float:none;
    width:auto;
}
}



/*table --- my documents*/

table {
   
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

table.table.table-striped {
    margin: 50px auto 50px;
    width: 100%;
    text-align: center;
    line-height: 35px;
}

.table > tbody > tr > td {
    background-color: #F3F3F3;
    border-bottom: 1px solid #CCC;
    color: #333;
     word-break: break-all;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #FFF;
}


th { 

background-color: #696E73;
    border: none;
    color: #FFF;
    text-transform: uppercase;

}
th {
    width: 20%;
}

div#description_div {
    margin: 10px 0 0;
}

div#file_div {
    padding: 10px 0;
}

input#file, input#file2 {
    padding: 10px 0;
}

textarea#descriptionEnter {
    width: 100%;
    height: 140px;
}

.col-sm-push-2 input.btn.btn-warning {
    width: 20%!important;
}

@media only screen and (max-width: 767px) {
		.col-sm-push-2 input.btn.btn-warning {
						width: 100%!important;
}

table.table.table-striped {
						margin-top: 20px;
}

.veryfication-img img {
					width: 98%;
                                        margin-top: 20px;
}
}

/*marketing*/
input.input--new {
    height: 33px;
    width: 36px;
    background-color: #FF6600;
    border: 0;
    border-radius: 0px;
}


div.marketing-section .text-center {
text-align: right;
}

div.marketing-section  p {
    width: 95%;
    margin: 0 auto;

}

#profile  .col-xs-12.col-sm-6 {
    height: 26px;}

.col-sm-push-2 a {
    display:block!important;
    padding: 10px 0;
}

/*autoexlusion*/

form#autoexclusion {
    display: flex;
    flex-wrap: wrap;
} 

form#autoexclusion p {
flex-basis: 100%;
}


form#autoexclusion .col-xs-12.col-sm-4  {
    flex-basis: 50%;
    text-align: right;
    padding-top: 20px;
}

form#autoexclusion .col-xs-12.col-sm-4.text-center {
 flex-basis: 100%;
}





@media only screen and (max-width: 1024px) { 
.membersarea {
    margin: 0 20px;
    padding:0;
}

 .col-xs-12.col-sm-6, .bonus_checkboxes {
    flex-basis: 50%;
}

#pregunta .col-xs-12.col-sm-6 , .col-sm-12.col-md-6, select#redemptionCombo, .col-xs-12.col-sm-4 {
flex-basis: 100%!important;
}

.col-xs-12.text-right {
    padding: 20px 0;
}


a.brn.btn-info, a.btn.btn-info {
/*padding: 0;*/
}

.btn-save {
    width: 100%;}

table.active-bonus tr {

    display: flex;
    flex-flow: column;
    margin-bottom: 20px;
    width: calc(100vw - 40px);
    box-shadow: 5px 5px 5px #888;
}

.documents thead tr {
display:none;
}

.documents tbody tr {

    display: flex;
    margin-bottom:25px;
    flex-direction: column;
    box-shadow: 5px 5px 5px #888;

}

.documents tbody tr td{
    display: flex;
    justify-content: space-between;
}


table.table.table-striped th {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}

}



