/**
 * MaxxFitness Schedule — for HTML, exclusively on Envato Market: http://themeforest.net/user/torbara
 * @encoding     UTF-8
 * @version      1.0
 * @copyright    Copyright (C) 2015 Aklare (http://torbara.com). All rights reserved.
 * @license      GNU General Public License version 2 or later, see http://www.gnu.org/licenses/gpl-2.0.html
 * @author       Alexandr Khmelnytsky (support@torbara.com)
 */

.akmf-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    overflow-y: hidden !important;
    overflow-x: auto;
    border: 3px solid #02a7df;
    border-radius: 10px;
}

.akmf-scroll {
    position: absolute;
    width: 180px;
    z-index: 99;
    left: 3px;
    top: 0px;
}

.akmf-scroll .akmf-header-placeholder {
    height: 78px;
    border-top-left-radius: 15px;
}

.ggrey {
    background: -moz-linear-gradient(left, rgba(243,243,244,1) 0%, rgba(243,243,244,1) 81%, rgba(243,243,244,0.7) 93%, rgba(243,243,244,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(243,243,244,1)), color-stop(81%,rgba(243,243,244,1)), color-stop(93%,rgba(243,243,244,0.7)), color-stop(100%,rgba(243,243,244,0)));
    background: -webkit-linear-gradient(left, rgba(243,243,244,1) 0%,rgba(243,243,244,1) 81%,rgba(243,243,244,0.7) 93%,rgba(243,243,244,0) 100%);
    background: -o-linear-gradient(left, rgba(243,243,244,1) 0%,rgba(243,243,244,1) 81%,rgba(243,243,244,0.7) 93%,rgba(243,243,244,0) 100%);
    background: -ms-linear-gradient(left, rgba(243,243,244,1) 0%,rgba(243,243,244,1) 81%,rgba(243,243,244,0.7) 93%,rgba(243,243,244,0) 100%);
    background: linear-gradient(to right, rgba(243,243,244,1) 0%,rgba(243,243,244,1) 81%,rgba(243,243,244,0.7) 93%,rgba(243,243,244,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f4', endColorstr='#00f3f3f4',GradientType=1 );
}

.gwhite {
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 81%, rgba(255,255,255,0.7) 93%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(81%,rgba(255,255,255,1)), color-stop(93%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 81%,rgba(255,255,255,0.7) 93%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 81%,rgba(255,255,255,0.7) 93%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 81%,rgba(255,255,255,0.7) 93%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 81%,rgba(255,255,255,0.7) 93%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.gblue {
    background: -moz-linear-gradient(left, rgba(2,167,223,1) 0%, rgba(2,167,223,1) 81%, rgba(2,167,223,0.7) 93%, rgba(2,167,223,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(2,167,223,1)), color-stop(81%,rgba(2,167,223,1)), color-stop(93%,rgba(2,167,223,0.7)), color-stop(100%,rgba(2,167,223,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(2,167,223,1) 0%,rgba(2,167,223,1) 81%,rgba(2,167,223,0.7) 93%,rgba(2,167,223,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(2,167,223,1) 0%,rgba(2,167,223,1) 81%,rgba(2,167,223,0.7) 93%,rgba(2,167,223,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(2,167,223,1) 0%,rgba(2,167,223,1) 81%,rgba(2,167,223,0.7) 93%,rgba(2,167,223,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(2,167,223,1) 0%,rgba(2,167,223,1) 81%,rgba(2,167,223,0.7) 93%,rgba(2,167,223,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a7df', endColorstr='#0002a7df',GradientType=1 ); /* IE6-9 */
}

.akmf {
    overflow: hidden;
    width: 2790px;
    position: relative;
}

.akmf-header {
    background: #02a7df;
    color: #ffffff;
    height: 60px;
    padding-top: 15px;
}

.akmf-header > div {
    float: left;
    width: 110px;;
}

.akmf-header > div.placeholder {
    width: 150px;
}

.akmf-header > div span.hour {
    display: block;
    float: left;
    padding: 0 10px;
    position: relative;
}

.akmf-header > div span.hour:after {
    content: " ";
    position: absolute;
    top: 40px;
    left: 50%;
    width: 1px;
    height: 1000px;
    background: #dddddd;
    display: block;
}

.akmf-header > div span.half {
    display: block;
    font-size: 0.8rem;
    float: left;
    margin-top: 15px;
    padding: 0 10px;
    position: relative;
}

.akmf-header > div span.half:after {
    content: " ";
    position: absolute;
    top: 25px;
    left: 50%;
    width: 1px;
    height: 1000px;
    background: #dddddd;
    display: block;
}

.akmf-row {
    background: #ffffff;
    float: left;
}

.akmf-row:nth-child(2n+1) {
    background: #f3f3f4;
}

.akmf-dayname {
    float: left;
    width: 180px;
}

.akmf-row .akmf-day {
    float: left;
    width: 2610px;
    height: 78px;
}

.akmf-dayname h3 {
    text-transform: uppercase;
    color:  #1c1c1c;
    font-size: 16px;
    line-height: 18px;
    padding: 30px 40px;
}

.akmf-day {
    position: relative;
}

.akmf-class {
    border-radius: 3px;
    border: 1px solid #dddddd;
    background-color:  #ffffff;
    color:  #151925;
    font-size: 11px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    margin-top: 25px;
}

.start-time-00-00, .start-time-24-00 {left: 0px;}
.start-time-00-30, .start-time-0-30 {left: 54px;}

.start-time-01-00, .start-time-1-00 {left: 108px;}
.start-time-01-30, .start-time-1-30 {left: 161px;}

.start-time-02-00, .start-time-2-00 {left: 219px;}
.start-time-02-30, .start-time-2-30 {left: 273px;}

.start-time-03-00, .start-time-3-00 {left: 329px;}
.start-time-03-30, .start-time-3-30 {left: 383px;}

.start-time-04-00, .start-time-4-00 {left: 439px;}
.start-time-04-30, .start-time-4-30 {left: 494px;}
 
.start-time-05-00, .start-time-5-00 {left: 549px;}
.start-time-05-30, .start-time-5-30 {left: 603px;}
 
.start-time-06-00, .start-time-6-00 {left: 659px;}
.start-time-06-30, .start-time-6-30 {left: 713px;}
 
.start-time-07-00, .start-time-7-00 {left: 768px;}
.start-time-07-30, .start-time-7-30 {left: 822px;}
 
.start-time-08-00, .start-time-8-00 {left: 879px;}
.start-time-08-30, .start-time-8-30 {left: 934px;}
 
.start-time-09-00, .start-time-9-00 {left: 989px;}
.start-time-09-30, .start-time-9-30 {left: 1043px;}

.start-time-10-00 {left: 1098px;}
.start-time-10-30 {left: 1151px;}

.start-time-11-00 {left: 1207px;}
.start-time-11-30 {left: 1259px;}

.start-time-12-00 {left: 1318px;}
.start-time-12-30 {left: 1370px;}

.start-time-13-00 {left: 1428px;}
.start-time-13-30 {left: 1480px;}

.start-time-14-00 {left: 1538px;}
.start-time-14-30 {left: 1591px;}

.start-time-15-00 {left: 1648px;}
.start-time-15-30 {left: 1700px;}

.start-time-16-00 {left: 1758px;}
.start-time-16-30 {left: 1811px;}

.start-time-17-00 {left: 1867px;}
.start-time-17-30 {left: 1919px;}

.start-time-18-00 {left: 1978px;}
.start-time-18-30 {left: 2031px;}

.start-time-19-00 {left: 2088px;}
.start-time-19-30 {left: 2141px;}

.start-time-20-00 {left: 2199px;}
.start-time-20-30 {left: 2253px;}

.start-time-21-00 {left: 2308px;}
.start-time-21-30 {left: 2360px;}

.start-time-22-00 {left: 2418px;}
.start-time-22-30 {left: 2472px;}

.start-time-23-00 {left: 2528px;}
.start-time-23-30 {left: 2582px;}



.end-time-00-00, .end-time-24-00 {right: 2610px;}
.end-time-00-30, .end-time-0-30  {right: 2555px;}

.end-time-01-00, .end-time-1-00  {right: 2501px;}
.end-time-01-30, .end-time-1-30  {right: 2448px;}
 
.end-time-02-00, .end-time-2-00  {right: 2391px;}
.end-time-02-30, .end-time-2-30  {right: 2337px;}
 
.end-time-03-00, .end-time-3-00  {right: 2280px;}
.end-time-03-30, .end-time-3-30  {right: 2226px;}
 
.end-time-04-00, .end-time-4-00  {right: 2170px;}
.end-time-04-30, .end-time-4-30  {right: 2115px;}
  
.end-time-05-00, .end-time-5-00  {right: 2060px;}
.end-time-05-30, .end-time-5-30  {right: 2006px;}
  
.end-time-06-00, .end-time-6-00  {right: 1950px;}
.end-time-06-30, .end-time-6-30  {right: 1896px;}
  
.end-time-07-00, .end-time-7-00  {right: 1841px;}
.end-time-07-30, .end-time-7-30  {right: 1787px;}
  
.end-time-08-00, .end-time-8-00  {right: 1730px;}
.end-time-08-30, .end-time-8-30  {right: 1675px;}
  
.end-time-09-00, .end-time-9-00  {right: 1620px;}
.end-time-09-30, .end-time-9-30  {right: 1566px;}

.end-time-10-00 {right: 1511px;}
.end-time-10-30 {right: 1458px;}

.end-time-11-00 {right: 1402px;}
.end-time-11-30 {right: 1350px;}

.end-time-12-00 {right: 1291px;}
.end-time-12-30 {right: 1239px;}

.end-time-13-00 {right: 1181px;}
.end-time-13-30 {right: 1129px;}

.end-time-14-00 {right: 1071px;}
.end-time-14-30 {right: 1018px;}

.end-time-15-00 {right: 961px;}
.end-time-15-30 {right: 909px;}

.end-time-16-00 {right: 851px;}
.end-time-16-30 {right: 798px;}

.end-time-17-00 {right: 742px;}
.end-time-17-30 {right: 690px;}

.end-time-18-00 {right: 631px;}
.end-time-18-30 {right: 578px;}

.end-time-19-00 {right: 521px;}
.end-time-19-30 {right: 468px;}

.end-time-20-00 {right: 410px;}
.end-time-20-30 {right: 356px;}

.end-time-21-00 {right: 301px;}
.end-time-21-30 {right: 249px;}

.end-time-22-00 {right: 191px;}
.end-time-22-30 {right: 137px;}

.end-time-23-00 {right: 81px;}
.end-time-23-30 {right: 27px;}

@media (max-width: 490px) {
    
    .akmf-dayname h3 {
        text-transform: uppercase;
        color: #1c1c1c;
        font-size: 13px;
        line-height: 18px;
        padding: 30px 10px;
    }
    
    .akmf-dayname {
        width: 110px;
    }
    
    .akmf-row .akmf-dayname {
          width: 180px;
    }
    
    .akmf-scroll {
        width: 110px;
    }
}


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 14px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #ebebeb;
        border-radius: 7px;
	position: relative;
}

.jspDrag
{
	background: #cbced4;
        border-radius: 7px;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}