#wppt-page-timer{
    background-color:#FFFFFF; 
    //float:right; 
    //position:fixed; 
    //width:10%; 
    //height:400px; 
    //top:200px; 
    right:20px;
    color:#000000;
    width: 300px;
}

#wppt-page-timer p{
    color: #000000;
}


.progress-custom{
  overflow: hidden;
  height: 15px;
  margin-bottom: 20px;
  background-color: #bbbbbb;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);  
}

/* Start BOOTSTRAP Pagination */
.pagination2 {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination2 > li {
  display: inline;
}
.pagination2 > li > a,
.pagination2 > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #1e1e1e;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination2 > li:first-child > a,
.pagination2 > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination2 > li:last-child > a,
.pagination2 > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination2 > li > a:hover,
.pagination2 > li > span:hover,
.pagination2 > li > a:focus,
.pagination2 > li > span:focus {
  color: #1e1e1e;
  background-color: #D74516 ;
  border-color: #dddddd;
}
.pagination2 > .active > a,
.pagination2 > .active > span,
.pagination2 > .active > a:hover,
.pagination2 > .active > span:hover,
.pagination2 > .active > a:focus,
.pagination2 > .active > span:focus {
  z-index: 2;
  color: #D74516;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  cursor: default;
}
.pagination2 > .disabled > span,
.pagination2 > .disabled > span:hover,
.pagination2 > .disabled > span:focus,
.pagination2 > .disabled > a,
.pagination2 > .disabled > a:hover,
.pagination2 > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination2-lg > li > a,
.pagination2-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination2-lg > li:first-child > a,
.pagination2-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination2-lg > li:last-child > a,
.pagination2-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination2-sm > li > a,
.pagination2-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination2-sm > li:first-child > a,
.pagination2-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination2-sm > li:last-child > a,
.pagination2-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}


#wppt_pagetimer_categories_pagination{
    text-align: center;
}
#wppt_pagetimer_categories_pagination ul{
    display: inline-block;
}
/* End BOOTSTRAP Pagination */




#myslider .slider-selection{
    background: #BABABA;
}

#test .slider-track {
	background: #BABABA;
}

#test .slider-selection{
    background: #F0AD4E;
}


.pagetimer_thumbnail{
    background-color:#000000;
    border-radius: 7px;
}
.pagetimer_thumbnail .caption{
    color: #EEA236;
}
.pagetimer_thumbnail i{
    color:white;
    font-size:50px;
    opacity: 0.6;
}

.thumbnail_title{
    color: #eea236;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.pagetimer_thumbnail_image{
    position: relative;
    padding: 4px 4px 4px 4px;
}
.pagetimer_thumbnail_overlay{
    position: absolute;
    right:65px;
    top:30px;
}

#wppt_pagetimer_categories_switch{
padding-right:60px;
height:60px;

}

.progress-custom .progress-bar{
	position: relative;
}

.progress-custom .progress-bar span{
    position: absolute;
    display: block;
    width: 100%;
    text-align:center;
    padding-top:0px;
}

/* CHANGES HORATIU BEGIN */
.pagetimer_thumbnail.thumbnail {
	border: 1px solid #000000;
}
.pagetimer_thumbnail .caption div.th_progress {
	display: block;
	float: left;
	width: 71px;
	font-size: 10px;
	margin-top:-9px;
}
.pagetimer_thumbnail .caption div.th_link {
	display: block;
	float: right;
	width: 90px;
	font-size: 10px;
	margin-top:-9px;
}
.pagetimer_thumbnail .caption div.th_progress i {
	font-size: 13px;
}
.pagetimer_thumbnail .caption div.th_link i {
	font-size: 13px;
}
.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

#pagetimer-category, #pagetimer-views, #pagetimer-author, #pagetimer-total-time, #pagetimer-viewed-time {
	color: #f0ad4e;
	font-weight: bold;
}

/* CHANGES HORATIU END */

/* CHANGES MMF */

.wppt_categories_item{
width: 140px;
}

@media (min-width: 768px) {
  .pagetimer_thumbnail {
    width: 192px;
  }
}
@media (min-width: 992px) {
  .pagetimer_thumbnail{
    width: 192px;
  }
}
@media (min-width: 1200px) {
  .pagetimer_thumbnail{
    width: 180px;
  }
}

.thumbnail-caption {
    padding-bottom:4px;
    paddint-top: 4px;
}

.table-hover > tbody > tr:hover {
    background-color: #df6a45;
    color:black;
}
.table-hover > tbody > tr:hover > td a{
	color:black;
}

.widget-title-custom{
    border-bottom: 1px solid #dddddd;
    color: #333333;
    font-weight: normal;
    width: 100%;
    line-height: 1.333;
    display: inline-block;
    position: relative;
    font-size: 15px;
}

.widget-title-custom a {
    color: black;
    text-decoration: none;
}

.widget-title-custom span {
    border-bottom: 1px solid #dddddd;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    padding-bottom: 10px;
    width: 100%;
    position: relative;
}

.widget-title-custom:after {
    border-bottom: 1px solid #d74515;
    bottom: -1px;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    width: 15%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.widget-title-custom span::after {
    border-bottom: 1px solid #d74515;
    bottom: -1px;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    width: 15%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.widget-title-custom a p {
    margin-left: 10px;
}

.widget-title-custom a i {
    margin-left: 10px;
}

.wppt-bordered-button {
    border-radius: 5px;
    font-size:11px;
	border: 1px solid #EFEFEF; 
    background-color:#C1450D;
    /*width: 100%;*/
    color: #ffffff;
    /*display:block;*/
    /*text-decoration: none;*/
    /*padding: 5px;*/
}

/*.table-hover.wppt-table-subscriptions > tbody > tr:hover {*/
    /*background-color: inherit;*/
    /*color: inherit;*/
/*}*/
/*.table-hover.wppt-table-subscriptions > tbody > tr:hover > td a{*/
    /*color: black;*/
/*}*/

.table-striped > tbody tr.wppt-table-plan-active {
    background-color: #FFEAC1;
}

.table-striped2 tbody tr:nth-child(2){
	background-color:#DFDFDF;
}

.button-lesson {
	text-decoration:none; padding-right:5px; color: #333; background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f4f4f2, #ededeb) repeat scroll 0 0;
    border: 1px solid #d4d4d4 !important;
    border-radius: 4px;
    box-shadow: 0 1px 0 #fdfdfc inset;
    font-size: 14px;
    margin-right: 10px;
    height: 30px;
}

.button-listen {
	text-decoration:none; padding-right:5px; color: #fff; background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #df6a45, #d74516) repeat scroll 0 0;
    border: 1px solid #c1450d !important;
    border-radius: 4px;
    box-shadow: 0 1px 0 #df6a45 inset;
    font-size: 14px;
    margin-right: 10px;
    height: 30px;
}

.button-download {
	text-decoration:none; padding-right:5px; color: #fff; background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #3c3c3c, #262626) repeat scroll 0 0;
    border: 1px solid #3c3c3c !important;
    border-radius: 4px;
    box-shadow: 0 1px 0 #3c3c3c inset;
    font-size: 14px;
    margin-right: 10px;
    height: 30px;
}



.table-hover2 > tbody > tr:hover {
    background-color: #e8e8e8;
    color:black;
}

