/*****************************************************
    listing type 1 (joinme) 
*****************************************************/
.czlist .full {
    min-height:450px;
}
.czlist .czrows {
    margin: 0 auto;
    background:#EDEDED;
}
.czlist .dateHeader {
    font-weight: bold;
    color:#242424;
}
.czlist .dateHeader:first-letter {
    text-transform: uppercase;
}
.czlist .czrow {
    max-width: 933px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    line-height: 1.6em;
    font-size: 14px;
}
.czlist .grouptitle {
    background-color:#fff;
    font-size: 18px;
    font-weight:bold;
    padding-bottom:10px;
}

.czlist .odd {
     background-color: #ecf0f6; 
}
.czlist .contentRow {
    width: 63%;
    overflow: hidden;
    border-right: 10px solid white;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 12px;
}
.czlist .czrow div {
    display:inline-block;
    vertical-align:middle;
}
.noResults {
    max-width: 910px;
    margin: 0 auto;
    padding:12px;
}
.czlist .buttons  {
    width:33%;
}
.czlist .buttons a {
    background-color: #228BC7;
    width: 126px;
    text-align: center; 
    color: #fff;    
    padding: 5px 0;
    display: inline-block;
    border-radius: 1px;
    margin-left:20px;
    margin-bottom:5px;
}
.czlist .buttons a:hover {
    text-decoration: none;
}
.czlist .buttons .small {
     width: 40px;
}
.sociallist {
    background-color:transparent !important;
    width:20px !important;
    padding:0px !important;    
    margin:0px !important;    
}
.socialshare {
    color:#242424;
    vertical-align:top;
}
.indexTwitter {
    width:40%;
    height:370px;
}
.czlist .avatar { 
    border-radius:35px;
 }  
.czlist .playerslayout {      
    width:74px;
    text-align:center;
    min-width:74px;
    height:122px;
    margin-top:20px;
}
.czlist .playerslayout img {
    border-radius:35px;
}
.czlist .showButtons {
    
}
.czlist .showButtons a{
    width: 130px;
    text-align: center; 
    color: #fff;    
    padding: 5px 0;
    display: inline-block;
    border-radius: 3px;
    margin: 15px;
}
.czlist .showButtons a:hover{
    text-decoration:none;
}
.czlist .level {
    font-size: 10px;
    text-transform:uppercase;
    min-height: 22px;
}
/** tooltips mejoradas **/

a.tooltips {outline:none; }
a.tooltips strong {line-height:30px;}
a.tooltips:hover {text-decoration:none;} 
a.tooltips span {
    z-index:10;
    display:none; 
    padding:14px 20px;
    margin-top:-30px; 
    margin-left:0px;
    width:300px; 
    line-height:16px;
}
a.tooltips:hover span {
    display:inline; 
    position:absolute; 
    color:#111;
    border:1px solid #DCA; 
    background:#fffAF0;
 }

a.tooltips span {
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

/*****************************************************
   listing type 2 full width 
*****************************************************/

.czFullList .contentRow {
    max-width:910px;
    margin:0 auto;
    position:relative;
}
.czFullList .czfullRow {
    overflow:hidden;
}
.czFullList .contentRow .left, .czFullList .contentRow .right  {
    width:49%;
    display:inline-block;
}
.czFullList .contentRow .left {
    float:left;
}
.czFullList .fullRowBgRight {
    position:absolute;
    width: 30%;
    height:205px;
    right:0;
} 
.czFullList .contentRow .itemBig {
    float:left;
    width:70%;
    min-height:205px;
}
.czFullList .contentRow .itemSmall {
    float:right;
    width:25%;
    height:205px;
}
.czFullList .right{
    float:right !important;
}

/*****************************************************
   listing type news / tournaments  
*****************************************************/
.czSimpleList {
    padding-bottom:45px;
    padding-top:45px;
    min-height:200px;
    padding-left:12px;
    padding-right:12px;
}
.czSimpleList .itemSmall img {
    border-radius:100px;
}
.czSimpleList .itemSmall {
    margin-right:40px;
}
.czSimpleList .body {
    padding-top:24px;
    padding-bottom:24px;
}
.czSimpleList .innerBody {
    height:125px;
}
.czSimpleList .title a {
    font-size:25px;
}
.czSimpleList .postSubTitle img {
    vertical-align:sub;
}
.czSimpleList .postSubTitle {
    width: 150px;
    float: left;
}
.czSimpleList .readMore {
    text-align:right;
    float: right;
}
.czSimpleList .readMore a {
    color: white;
    display: inline-block;
    text-align: center;
    padding: 13px;
    font-weight:bold;
}
/*** single post **/
.post .itemBig, .post .itemSmall, .post .fullRowBgRight {
    height:100% !important;
}
.post .contentRow .itemBig {
    width:80%;
}
.post .itemSmall {
     width:20% !important;
}
.post .postImage  img {
    max-width:100%;
}
.post .postTitle , .post .postSubTitle, .post .postText, .post .postSocial {
    padding:20px;
}
.post .postTitle {
    font-size:26px;
}
.post .postSubTitle {
    color:#242424;
    font-size:13px;
}
.post .postSubTitle img {
    vertical-align:bottom;
}
.post .postSocial span {
    vertical-align:baseline;
}
.post .postSocial img {
    vertical-align:middle;
}
.post .postTwitter iframe {
    height:450px;
}
.smallNews {
    text-align: left;
    margin-left: 30px;
}
.smallNews img {
    margin-right:7px;
    margin-top:0px !important;
    vertical-align: top;
}
.smallNews .postSubTitle {
    display: inline-block;
    width: 70%;
    padding: 0px;
}
.smallNews .smallDate {
    font-size:11px;
}
/** tournaments **/
.tournament .body img{
    vertical-align:middle;
}
.tournament .categories img {
    margin-left:28px;
}
.tournament .itemSmall {
    position:relative;
}
.tournament .round {
    border-radius: 100px;
    width: 160px;
    height: 160px;
    position:relative;
    margin-top: 20px;
    /* background-color:rgb(59, 89, 130); */
}
.tournament .flayer {
    top:49px;
    left:38px;
    position:absolute;
}
.tournament .inscription {
     color: #fff;
     font-weight: bold;
     font-size: 20px;
     top: 82px;
     left: 36px;
     position: absolute;
     border-radius: 4px;
     padding: 5px;
}
.tournament .defaultButton {
     color: #fff;
     font-size: 16px;
     top: 82px;
     left: 36px;
     position: absolute;
     padding: 10px;
}
.tournament .start {
    background-color: rgb(59, 89, 130);
    border-radius: 100px;
    width: 66px;
    height: 66px;
    position: absolute;
    top: 67px;
    left: -31px;
    text-align: center;
    line-height: 14px; 
}
.tournament .start span {
    color: #fff;
    font-weight: bold;
    font-size: 10px;
}
.tournament .start .dayNumber{
    font-size:13px;
}
.tournament .categories {
    margin-top:20px;
}
.tournament .categories div {
    display:inline;
 }
 .showReservation .poster {
    max-height:200px;
 }

/*****************************************************
   czindex  
*****************************************************/

.czFullList .czIndexLeft {
    padding-top:50px;
    width:22%;
    float:left;
}
.czFullList .czIndexRight {
    padding-top:30px;
    width:69%;
    float:left;
    cursor:pointer;
}
.czFullList .czIndexRight .title {
    font-size:26px;
    color:#6D6868;
}
.czFullList .czIndexRight img {
    vertical-align:sub;
    margin-right:10px;
}
.czFullList .czIndexCenter {
    text-align:center;
    cursor:pointer;
}
.czFullList .czIndexCenter img {
    border-radius:100px;
    margin-top:20px;
}
.czFullList .czIndexCenter .name {
    font-size:30px;
}
.czFullList .czIndexTwitter {
    width:40%;
}
.czFullList .czIndexTwitter iframe {
    height:370px !important;
}
.czFullList hr {
    width: 40%;
    display: inline-block;
    height: 7px;
    vertical-align: bottom;
    background-color: #EDEDED;
    border: none;
 }
/*****************************************************
   czindexbooking 
*****************************************************/
.czFullList .indexBooking {
    padding-left:12px;
    padding-right:12px;
}
.czFullList .indexBooking .itemBig, .czFullList .indexBooking .itemSmall {
    
}
.czFullList .indexBooking .itemBig {
    width:67%;
}
.czFullList .indexBooking .itemSmall {
    float:left;
    overflow:hidden;
    width:33%;
}
.czFullList .indexBooking .login {
    margin-top:14px;
}
.czFullList .indexBooking .bookingmini {
    margin-top:5px;
}
.czFullList .indexBooking .subTitle {
    color:#424242;
    font-size:22px;
    margin-top: 14px;
    margin-bottom: 14px;
}
.czFullList .indexBooking .description {
    min-height:17px;
    margin-left: 2px;
}
.czFullList .indexBooking .checks, .czFullList .indexBooking .bookingClock {
   float:left; 
   margin-top:30px;
   margin-bottom:30px;
}
.czFullList .indexBooking .checks {
    margin-top:30px;
}
.czFullList .indexBooking .checks img {
    vertical-align:middle;
    margin-bottom:10px;
}
.czFullList .indexBooking .bookingClock {
     width:30%
}
.czFullList .indexBooking .checks {
    width:60%
}
.czFullList .indexBooking .arrows {
    height:40px;
    width:90%;
    background-image:url('/public/images/cz/right-arrow.png') !important;
    background-repeat:repeat-x;
    border: none !important;
    background-color:#fff;
}
.czFullList .indexBooking .address {
    text-align:left;
}
.czFullList .indexBooking .address img {
    margin-right:15px;
    vertical-align:text-bottom;
}
.czFullList .indexBookingTwitter {
    margin-left:20px;
    margin-top:20px;
    min-height:331px !important;
}
.czFullList .indexBookingTwitter iframe {
    height:300px !important;
}
.map {
    margin-top:50px;
    margin-bottom:50px;
    width:100%;
    height:250px;
}
.map img {
    max-width:910px;
    max-height: 250px;
}


/*****************************************************
   multiplebooking  
*****************************************************/
.availabilityPeriod {
   
}
.multipleBooking .metadataSubtitle {
    margin-left: 100px;
    font-size: 24px;
    margin-bottom: 26px;
}
.multipleBooking .multipleBookingInfo {
   font-size: 15px; 
   color:#606060;
}
.availabilityPeriod span {
    width:100px;
    display:inline-block;
}
.availabilityPeriod .avatarPanel {
    display:inline-block;
    width:84%;
    padding:16px;
    border-bottom: 8px solid rgb(236, 236, 236);
}
.availabilityPeriod .avatarPanel img {
    vertical-align:middle;
     cursor:pointer;
}
#multipleBookingHelpText {
    position:absolute;
    display:none;
    background-color:rgba(245, 245, 245, 0.9);
    padding:20px 30px;
    border: solid 1px #DFE0E2;
    font-size:16px;
    font-weight:bold;
    border-radius:2px;
}
.multipleBookingSelection {
    margin-left:104px;
    height:30px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.multipleBookingSelection div {
    display:inline-block;
}
.multipleBookingSelection .textRight {
     width:25%;
    text-align:right;
}
.multipleBookingSelection .textLeft {
    padding-top:5px;
    padding-bottom:5px;
    color: #9E9C9C;
    width:65%;
}
.multipleBookingSelection input[type="button"] {
    padding: 5px 12px;
    font-weight: normal;
    font-size: 15px;
}
.multipleBooking .validationSummary {
    margin-left: 100px;
    width:86%;
}
@media only screen and (max-width: 850px) {

    #reservationContentClock{
       display: none;
    }

    .separator {
        height:0px;
    }
    .czlist .buttons {
        margin-top: 5px;
        width: 100%;
        background: white;
        padding: 20px;
    }
    .czlist .contentRow {
        width: 100%;
        border-right:none;
        padding-right: 12px;
        box-sizing: border-box;
    }
    .czlist .contentRow div {
    }
    .czlist .contentRow img { 
        width: 130px;
        height: 130px;
        border-radius:65px;
    }
    .czlist .playerslayout {
        width:50%;
        margin-top: 20px;
        float: left;
        padding:0px !important;
        height: 188px;
    }
    .czlist .playerslayout .playerInfo {
        display:block;
    }
    .czlist .player2 {
        text-align:center;
    }
    .czlist .level {
        display:block;
    }
    .czlist .czrows {
        width:100%;
    }
    .czlist {
        margin-bottom:50px;
    }
    .czlist .buttons a {
        margin-left:0px;
    }
    
    .czFullList {
        text-align:center;
    }
    .czFullList .contentRow .itemBig , .czFullList .contentRow .itemSmall, .czFullList .czIndexLeft, .czFullList .czIndexRight {
        width:100%;
        height:100%;
        float:none;
    }
    .czFullList .fullRowBgRight {
        display:none;
    }
    .czFullList .czIndexLeft , .czFullList .czIndexRight {
        padding-top:0px;
    }
    .czFullList .contentRow .itemSmall {
        padding-bottom:20px;
    }
    .czFullList .czIndexRight .text {
        padding-left: 20px;
        padding-right: 20px;
    } 
    .czFullList  .czIndexRight {
        padding-bottom:20px;
    }
    .czFullList .itemBig img {
        padding-top:20px;
    }
    
    .czFullList .postTitle {
        padding-top:15px;
        padding-left:15px;
        padding-right:15px;
    }
    
    /**czSimpleList noticias torneos **/
    .czSimpleList {
        padding-top:20px;
        padding-bottom:20px;
     }
    .czSimpleList .itemBig {
        text-align:left;
    }
    .czSimpleList .body {
        padding-right:22px;
        padding-left:16px;
        padding-top:0px;
        padding-bottom:0px;
        min-height:50px;
    }
    .czSimpleList .innerBody {
        height:100%;
    }
    .czSimpleList .postSubTitle, .czSimpleList .readMore  {
        float:none;
        text-align:left;
        margin-bottom:20px;
    }
    .czSimpleList .title {
        padding-left:20px;
        padding-right:20px;
        padding-bottom:20px;
    }
    .tournament .itemBig {
        margin: 0 auto;
        width:65% !important;
    }
    .tournament .itemSmall {
        float: none !important;
        width: 25% !important;
        height: 162px !important;
        margin: 0 auto;
        padding-bottom: 0px !important;
    }
   .tournament .flayer {
        top: 26px;
        left: 53px;
    }
    .tournament .start{
         top: 51px;
    }
    .tournament .inscription {
        top:63px;
    }
    
    /** single post **/
    .post .metadataSubtitle {
        width: 100%;
        display: inline-block;
    }
    .post .itemSmall .metadataSubtitle {
        margin-top:24px;
    }
    .post .itemSmall {
        width:100% !important;
    }
    .post .itemSmall, .post .postTitle, .post .postSubTitle, .post .postText {
        padding-left:12px;
        padding-right:12px;
        box-sizing:border-box;
        text-align:left;
    }
    .post .smallNews {
         margin-left:0px;
    }
    .post .smallNews div {
        margin:0px;
        padding:0px;
    }
    .post .postTitle {
        padding-bottom:0px;
    }
    .post .postSubTitle img, .post .postSocial img {
        padding-top:0px;
    }
    .post .socialshare {
        margin-left:12px !important;
    }
    /** tournaments **/
    .tournament .round {
        margin:0 auto;
    }
    .tournament .categories {
        margin-top:0px;
    }
    .tournament .categories div{
        display:block;
    }
    .tournament .body img{
        vertical-align:text-bottom;
    }
   
    /**indexbooking **/
   .czFullList .indexBooking .description, .czFullList .indexBooking .subTitle {
        margin:11px;
        text-align:left;
   }
   .czFullList .indexBooking .checks {
        width: 70%;
        text-align: left;
   }
   .czFullList .indexBooking .checks img {
        margin:0px !important;
        padding:0px !important;
   }
   .czFullList .indexBooking .bookingClock img {
        width:75px;
        height:75px;
        padding-top:10px;
   }
   .czFullList .indexBooking .arrows {
        display:none;
   }
   .czFullList .indexBooking .form input[type=text] {
        width:87% !important;
   } 
   .czFullList .indexBooking .form select,  .czFullList .indexBooking .form input[type="submit"] {
        width:92% !important;
   }
   .czFullList .indexBooking .address {
        text-align:left;
        margin:17px;
    }
    .czFullList .indexBookingTwitter {
        margin-left:0px;
    }
    
    /**multiplebooking **/
    .multipleBooking .metadataSubtitle {
        padding-left: 12px;
        padding-right: 12px;
        margin-left:0px;
     }
     .availabilityPeriod span {
        width: 100%;
        text-align: center;
        margin-bottom:10px;
        margin-top: 10px;
      }
      .availabilityPeriod .avatarPanel {
        width: 100%;
        display:block;
      }
      .multipleBookingSelection {
        margin-left: 0px;
        height: 100%;
        padding-left: 12px;
        padding-right: 12px;
        border-bottom: 8px solid rgb(236, 236, 236);
        padding-top:19px;
      }
      .multipleBookingSelection .textLeft, .multipleBookingSelection .textRight {
        width: 100%;
        text-align: center;
      }
      .multipleBookingSelection input[type="button"] {
        width: initial;
      }
  }

  .czlist.resume .playerslayout {      
    width:94px;
    text-align:center;
    min-width:74px;
    height:122px;
    margin-top:20px;
}