﻿/*
 * 1.0 Video repeater
 *   1.1 Video repeater popup
 * 2.0 Gallery full repeater
 * 3.0 User repeater
 */
.repeater_block_wrapper {
    /* padding-bottom: 15px; */
    padding-left: 0;
    overflow: visible;
    position: relative;
    padding-bottom: 50px;
    background: #fff;
    padding-right: 0;
    /* margin-right: 15px; */
    margin-bottom: 15px;
    width: 31%;
    margin: 0 2% 3% 0;
  }
.repeater_block_wrapper.answered .inner_wrap,
.repeater_block_wrapper.video_repeater_wrapper.answered footer{
    background-color: #ffdfd3;
}
.repeater_block_wrapper.video_repeater_wrapper footer{
padding:0 10px 10px;
}
.repeater_block_wrapper .inner_wrap{
    padding: 15px;
    background: #fff;
    position: relative;
    overflow: hidden;
    min-height: 180px;
}
.repeater_block_wrapper.item-new-row{
    clear:both;
}
.repeater_block_wrapper h3,
h3.custom_tab_linktitle{
    color: #d75c30;
    font-weight: normal;
    padding: 0;
    margin: 0 0 5px;

}
.repeater_block_wrapper hr{
    margin-top: 0;
    margin-bottom: 0;
}
.repeater_block_wrapper .driver_image_placeholder{
  float: left;
  border: 1px solid #d3d3d3;
  margin-right: 3%;
  max-width: 27%;
  /*height:111px;*/
}
.repeater_block_details{
    margin-top: 4px;
    width: 70%;
    margin: 4px auto;;

}
.repeater_block_details.driver_data_details{
  margin-left: 0;
}
.repeater_block_details tr{

}
h3.repeater-block-title{
margin-bottom: 15px;
}
.repeater_block_details th,
.repeater_block_wrapper .data-label{
    font-size: 10px;
    color: #393434;
    opacity: 0.5;

}
.repeater_block_details td,
.repeater_block_wrapper .data-value{
    color: #1a1a1a;
    font-size: 15spx;
    text-align: left;
    margin-bottom: 5px;

}
.repeater_block_wrapper p
{
    line-height: 1;
    margin-bottom: 2px;
}
.data-value a{
display: block;
color:#d75c30;
font-size: 16px;

    }
.repeater_block_wrapper footer{
/*    background: #efe8e8;
    padding: 10px;
    width: 100%;
    float: left;*/

background: #efe8e8;
    padding: 10px;
    /* width: 100%; */
    float: left;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0;
}

.repeater_block_wrapper .button_actions{

}
.repeater_block_wrapper .button_actions a{

}
.left_button_actions{
float: left;

}
.right_button_actions{
float:right;

}
.right_button_actions a{
    float: right;
    margin-left: 5px;
}

.repeater_block_wrapper.video_repeater_wrapper footer{
    background-color: #fff;
}
 /* 1.0 Video repeater */
.answered_label{
    position: absolute;
    top: 0;
    right: 5px;
    color:#d75c30;
    font-weight: bold;
    font-size: 11px;
    text-transform: capitalize;

}
.video-wrapper{
  position: relative;
  width: 190px;
  height: 130px;
  overflow: hidden;
}
 .videoPlayBtn {
          left: 50%;
        margin-left: -45px;
        position: absolute;
        bottom: 10px;
        opacity: 0.7;
        cursor:pointer;
    }
    .video-wrapper:hover .videoPlayBtn,
    .video-wrapper:hover,
    .videoPlayBtn:hover{
    opacity: 1;
    cursor: pointer;
}
    .video-wrapper .videoPlayBtn{
        left:0;
        margin:0;
    }

    .video-wrapper .videoThumbNail{
        max-height:190px;
    }
/*.record_modal {
    width: 920px;
}
*/
    .truncateDriverName
{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncateDriverName:after{
content:”…”;
}


 /* 1.1 Video repeater popup */

.record_modal{

}
.record_modal .modal-dialog{
    width:  65%;
}

.record_modal .modal-content{
  color:#fff;
background: #3a3a3a; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #3a3a3a 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#3a3a3a), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #3a3a3a 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #3a3a3a 0%,#000000 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #3a3a3a 0%,#000000 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #3a3a3a 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.record_modal .modal-header{

}
.record_modal .close{
color:#fff;
}
button.close{
    position:relative;
    z-index:999;
}
.record_modal .modal-body{
  text-align: center;

}
.record_modal .modal-body video,
.record_modal .modal-body iframe
{
    max-width:100%;
}
.modal-video-wrapper{
  position: relative;
  overflow: hidden;
  width: 80%;
  height: 600px;
  margin: 0 auto;
  background:#d75c30 url(../images/web-cam.png) center no-repeat;

  border: 1px solid #fff;
  box-shadow: inset 0px 0px 20px 0px #fff;
  text-align: center;
}
.modal-video-wrapper .bg-image-camera{  position: absolute;
  width: 60%;
  opacity: 0.2;
  left: 50%;
  margin-left: -282px;
  top: 20px;}

#recordingDescription{
    width: 80%;
    margin: 5px auto;
    text-align: left;
    display: block;
}
.record_modal .start_recording_btn{
  top: 50%;
  position: relative;
  display: block;
  width: 150px;
}
.start_recording_btn{

}
.record_modal #preview{

}
.record_modal #container{

}
.record_modal #lblCountDown{

}
.record_modal .video_record_wrap{

}
.record_modal .modal-footer{

}




 /* 2.0 Gallery full repeater */

.galleru_full_repeater_wrapper h3{
margin-bottom: 5px;
min-height: 55px;
}
.galImageWrapper
{
    background: transparent url(gallery_image_bg.png) bottom center no-repeat;
       padding: 0 3px 10px 0;

}
.galImageWrapper img{

      border: 1px solid #d3d3d3;
  display: block;
  margin: 0 auto;
   width:160px;
   height:120px;
}

.gal_in_progress .inner_wrap{
background-color: #e0e0e0;
}
.gal_in_progress .galImageWrapper{
    opacity: 0.5;
}
.data-value.gal_in_progress{
color:#e77d89;
font-weight: bold;
}
.gal_published .inner_wrap{
background-color: #c7e1d9;
}
.data-value.gal_published{
    color: #07815a;
    font-weight: bold;
}
.gal_published footer{
    background-color: #abc7be;
}
.gal_archived{

}
/*.gallleryFull_image_placeholder*/

/* 3.0 User repeater */
.user_repeater_image_wrap{
    padding-right: 0;
}
.repeater_block_wrapper.users_repeater_wrapper h3{
    margin-bottom: 10px;
}
.user_unpublished .inner_wrap{
opacity: 0.35;
}
.user_winner_badge{
 font-size: 10px;
 color:#fff;
 text-transform: uppercase;
 text-align: center;
   display: block;
  background-color: #c72fe3;
  width: 70px;
  height: 70px;
  border-radius: 120px;
    padding-top: 20px;
    position: absolute;
    top: -20px;
    right: -0px;
    z-index: 5;
    transform: rotate(-30deg);

}
.user_winner_badge i{
display: block;
font-size: 14px;
}


/* 4.0 Users row styles */
.row_wrapper{
    background-color: #fff;
    margin-bottom: 0px;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #d3d3d3;

}
.row_wrapper>.row{
    margin:0;
}
.row_wrapper .repeater_block_wrapper{
    /*margin:0;*/
    padding-bottom: 0;
    min-height: 190px;

}
.row_wrapper .repeater_block_wrapper:after{
    content:"";
    width: 1px;
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    background-color: #d3d3d3;
}
.row_wrapper .repeater_block_wrapper footer{
      background-color: #fff;
  width: 100%;
  padding: 0 10px 5px;
}
.row_title{
    font-size: 16px;
    color:#333;
    border-bottom: 5px solid #d75c30;
    float: left;
    padding: 5px 10px;
    margin:0
}
.bottom-med-space{
    margin-bottom: 20px;
}
.row_wrapper .repeater_block_wrapper.users_repeater_wrapper h3{
    margin-bottom: 0;
}
a.inline-link{
    display:inline;
}
