/* SAM CSS FOR SCHEDULE*/
@import url('https://fonts.googleapis.com/css?family=Battambang|Chenla|Content|Khmer|Koulen|Montserrat|Roboto|Siemreap|Source+Sans+Pro');

@font-face {
    font-family: 'Quicksand-Regular';
    src: url('KhmerFonts/Quicksand-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'SF-Pro-Display-RegularItalic';
    src: url('KhmerFonts/SF-Pro-Display-RegularItalic.otf') format('opentype');
}

@font-face {
    font-family: 'Digital-7';
    src: url('../../Fonts/Digital-7.otf') format('opentype');
}

.sam-s-time{
    font-family:digital-7;
    font-size:45px;
    color:#333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);    
    color: rgba(0,00,0,0.7);
    text-shadow: 1px 1px 0px rgba(255,255,255,0.15);
    color:#000000;
    text-align:right;
    margin-right:30px;    
    padding-top:0px;
}

.time-mark2-sold-outoffshow {        
    background-color: #333;        
    width:98px;
    height:35px;
	border-radius: 4px;
    border: 1px solid #555;
    display: inline-block;        
    color: #000;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    padding: 5px 10px;
    text-align:center;
    margin-right:10px;
    text-decoration: none;
    pointer-events: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                supported by Chrome and Opera */    
}

.time-mark2{
    width:98px;
    height:35px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 5px;
    margin-left: 0px;
	padding-top: 8px;
    padding-bottom: 5px;       
    color:#904b00;	
	font-size: 16px;
    padding: 5px 20px;
    margin-right:10px;		
	border-radius:4px;
	text-align:center;
	display:inline-block;
	text-decoration:none;
    margin-right:10px;
    margin-bottom:10px;
}
.time-mark2.time-mark2-sold-out{
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #000000));
	    background:-moz-linear-gradient(top, #000000 5%, #000000 100%);
	    background:-webkit-linear-gradient(top, #000000 5%, #000000 100%);
	    background:-o-linear-gradient(top, #000000 5%, #000000 100%);
	    background:-ms-linear-gradient(top, #000000 5%, #000000 100%);
	    background:linear-gradient(to bottom, #000000 5%, #000000 100%);
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0);
	    background-color:#000000;
	    border-radius:4px;
	    border:1px solid #eabf6f;
	    display:inline-block;
	    color:#eabf6f;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	    font-size: 16px;
        width:98px;
        height:35px;        
        padding:5px 10px;
}
.time-mark2.time-mark2-filling-fast{
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4d4b4d), color-stop(1, #eabf6f));
	    background:-moz-linear-gradient(top, #eabf6f 5%, #eabf6f 100%);
	    background:-webkit-linear-gradient(top, #eabf6f 5%, #eabf6f 100%);
	    background:-o-linear-gradient(top, #eabf6f 5%, #eabf6f 100%);
	    background:-ms-linear-gradient(top, #eabf6f 5%, #eabf6f 100%);
	    background:linear-gradient(to bottom, #eabf6f 5%, #eabf6f 100%);
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eabf6f', endColorstr='#eabf6f',GradientType=0);
	    background-color:#eabf6f;            
        border: 1px solid #eabf6f;
        display: inline-block;
        border-radius:4px;
        color: #000000;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	    font-size: 16px;
        width:98px;
        height:35px;        
        padding:5px 10px;
        text-decoration: none;
}

.time-mark2.time-mark2-available{
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #000000));
	    background:-moz-linear-gradient(top, #000000 5%, #000000 100%);
	    background:-webkit-linear-gradient(top, #000000 5%, #000000 100%);
	    background:-o-linear-gradient(top, #000000 5%, #000000 100%);
	    background:-ms-linear-gradient(top, #000000 5%, #000000 100%);
	    background:linear-gradient(to bottom, #000000 5%, #000000 100%);
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0);
	    background-color:#000000;
	    border-radius: 4px;
	    border:1px solid #eabf6f;
	    display:inline-block;
	    cursor:pointer;
	    color:#eabf6f;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	    font-size: 16px;
        width:98px;
        height:35px;        
        padding:5px 10px;        
	    text-decoration:none;
}

.time-mark2:hover,.time-mark2:focus{
         background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4d4b4d), color-stop(1, #eabf6f));
	    background:-moz-linear-gradient(top, #eabf6f 5%, #eabf6f 100%);
	    background:-webkit-linear-gradient(top, #eabf6f 5%, #eabf6f 100%);
	    background:-o-linear-gradient(top, #eabf6f 5%, #eabf6f 100%);
	    background:-ms-linear-gradient(top, #eabf6f 5%, #eabf6f 100%);
	    background:linear-gradient(to bottom, #eabf6f 5%, #eabf6f 100%);
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eabf6f', endColorstr='#eabf6f',GradientType=0);
	    background-color:#eabf6f;    
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
	    border-radius: 2px 2px 2px 2px;
        border: 1px solid #eabf6f;        
        display: inline-block;
        cursor: pointer;
        color: #000000;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	    font-size: 16px;
        width:98px;
        height:35px;        
        padding:5px 10px;
        text-decoration: none;
}

.sam-s-movietitle{
    font-family:'Koulen', Arial;    
    border-radius:2px;
    color:#FFF;
    opacity:1;
    font-size:16px;
    height:40px;   
}

.sam-s-movietitlebackground {
    background-color:#ee4035;
    opacity:0.8;
}

.samcategories {
    font-family:'Koulen', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:16px;
    color:#eadf6f;
}

.sam-s-title{
    font-family:'Koulen', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:25px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);    
    color: rgba(0,00,0,0.7);
    text-shadow: 1px 1px 0px rgba(255,255,255,0.15);
    color:#000000;
    padding-top:13px;            
}

.sam-s-title-socialmedia{
    font-family:'Koulen', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:22px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);    
    color: rgba(0,00,0,0.7);
    text-shadow: 1px 1px 0px rgba(255,255,255,0.15);
    color:#000000;
    padding-top:13px;            
}

.sam-s-title_AllSchedule{
    font-family:'Koulen', Arial ;
    font-size:20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);    
    color: rgba(0,00,0,0.7);
    text-shadow: 1px 1px 0px rgba(255,255,255,0.15);
    color:#000000;
    padding-top:13px;
}

.sam-s-date {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:25px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);    
    color: rgba(0,00,0,0.7);
    text-shadow: 1px 1px 0px rgba(255,255,255,0.15);
    color:#000000;
    padding-top:7px;    
}

.samscheduleheader {
    background-color:#eadf6f;
    height:60px;
    color:#333333;    
}

samtextemboss{
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);    
    color: rgba(0,00,0,0.7);
    text-shadow: 1px 1px 0px rgba(255,255,255,0.15);
}

.samcountcolumntext {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 16px;     /* fallback */
   max-height: 48px;      /* fallback */
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}

#samcounttime {
  position: fixed;
  top: 50%;
  width: 125px;
  height:80px;
  vertical-align: middle;
  padding-top:15px;
  background-color:#eadf6f;
  border-radius:4px;
  display:block;	
  -webkit-animation:blinker 4s linear forwards infinite;
  animation:blinker 4s linear forwards infinite;
  -webkit-animation-delay:1s;
  animation-delay:1s;  
}

.textdispalynone
{
    pointer-events: none;     
}
