.icon
{
    font-family: "defaulticons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 1px;
}

#mobileOverlay
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(102,188,197,0.4);	
}

#mobilePopup
{
	margin:0 auto;
	width:80%;
	max-width:600px;
	background:white;
	margin-top:20px;
	padding:2%;
}

#mobilePopup.dialog .title
{
	text-align:center;
	text-transform:uppercase;
	font-size:1.1rem;
	font-weight:700;
	margin-top:20px;
}

#mobilePopup.dialog .message
{
    padding: 10px 30px;
    text-align: center;
    color: #555;
}

#mobilePopup.dialog .buttons 
{
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
    padding-bottom: 30px;
}

#mobilePopup.dialog .button 
{
    display: inline-block;
    margin-right: 15px;
    width: 110px;
    height: 30px;
    line-height: 30px;
    color: white;
    background: #66bcc5;
    cursor: pointer;
}

#mobilePopup.dialog .button:last-child 
{
    margin-right: 0px;
}

#mobilePopup.dialog .button.no 
{
    background: #d58989;
}

#mobilePopup.dialog .button .icon 
{
    font-size: 12px;
    margin-right: 5px;
}

#mobilePopup.dialog .message #inhabitantpassform li
{
    width:100%;
    box-sizing:border-box;
}

#mobilePopup.dialog .message #inhabitantpassform li input
{

	width: 100%;
	border: 1px solid #e8e8e8;
	height: 40px;
	font-size: 16px;
	background-color: #f6f6f6;
	padding-left: 10px;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	margin-top: 20px;
}

#mobilePopup.dialog .message #inhabitantpassform
{
	clear: both;
	padding:20px 0px;
	overflow:hidden;
}

[data-type="TampuuriContacts"] .itemcontent > div
{
	padding:0 0 5px 0;
}

[data-type="TampuuriContacts"] .itemcontent .company
{
	font-weight:700;
	padding:10px 0;
}


#content #modules .message  table
{
	border-collapse:collapse;
	border:0px;
	width:100%;
	
}

#content #modules .message table td
{
	width:100%;
	border:0;
}

#content #modules .message table[data-columns="2"] td
{
	width:50%;	
}

#content #modules .message table[data-columns="3"] td
{
	width:33.3%;	
}

#content #modules .message table[data-columns="4"] td
{
	width:25%;	
}

#content #modules .message table[data-columns="5"] td
{
	width:20%;	
}

#content #modules .message table[data-columns="6"] td
{
	width:16.67%;	
}

#content #modules .message table[data-columns="7"] td
{
	width:33.3%;	
}

#content #modules .message table[data-columns="8"] td
{
	width:12.5%;	
}

#content #modules .message table[data-columns="9"] td
{
	width:11.1%;	
}

#content #modules .message table td p
{
	margin:0;
	padding:5px;
}
@font-face {
  font-family: "defaulticons";
  src:url("/fonts/defaulticons/untitled-font-5.eot");
  src:url("/fonts/defaulticons/untitled-font-5.eot?#iefix") format("embedded-opentype"),
    url("/fonts/defaulticons/untitled-font-5.woff") format("woff"),
    url("/fonts/defaulticons/untitled-font-5.ttf") format("truetype"),
    url("/fonts/defaulticons/untitled-font-5.svg#untitled-font-5") format("svg");
  font-weight: normal;
  font-style: normal;

}

@-ms-viewport 
{
  width: device-width;
}

html,body
{
	background:white;
	width:100%;
	font-family:"Maven Pro",sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	min-height:100%;
}

html,body,ul
{
	padding:0px;
	margin:0px;
	border:0px;
}

#datebrowser
{
    text-align:center;
    font-weight:bold;
    padding:20px 0;
    
    -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;  
}

#datebrowser .label
{
    display:inline-block;
    width:200px;
}

#datebrowser .fa
{
    font-size:18px;
    cursor:pointer;
    opacity:0.7;
}

#datebrowser .fa:hover
{
    opacity:1;
}

ul
{
    list-style-type:none;
}

.cname, .date
{
    float:left;
    width:10%;
    min-width:150px;
    clear:both;
    box-sizing:border-box;
    padding-left:15px;
    border-right:1px solid #ccc;
    line-height:45px;
    font-weight:bold;
}

li[data-layers="2"] .cname
{
    line-height:90px;
}

li[data-layers="3"] .cname
{
    line-height:135px;
}

li[data-layers="4"] .cname
{
    line-height:180px;
}

.timeline
{
    overflow:hidden;
    height:45px;
    position:relative;
}

li[data-layers="2"] .timeline
{
    height:90px;
}

li[data-layers="3"] .timeline
{
    height:135px;
}

li[data-layers="4"] .timeline
{
    height:180px;
}

.timeline .booking
{
    display:inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    background:#1e73be;
    padding-left:5px;
    line-height:30px;
    font-size:12px;
    box-sizing:border-box;
    border:1px solid #333;
    border-radius:3px;
    cursor:pointer;
    color:white;
    margin-top:7px;
    z-index:2;
}

.timeline .booking[data-layer="2"]
{
    top:40px;
}

.timeline .booking[data-layer="3"]
{
    top:80px;
}

.timeline .booking[data-layer="4"]
{
    top:120px;
}


#callist > ul > li
{
    border-bottom:1px solid #ccc;
    overflow:hidden;
}

.timeitems
{
    position: relative;
    width: auto;
    height: 45px;
    overflow:hidden;
}

.titem
{
    display:inline-block;
    position:absolute;
    border-left:1px solid #ccc;
    height:100%;
    
    font-size: 14px;
    padding-top: 13px;
    padding-left: 5px;
    width:6.666666667%;
    box-sizing:border-box;
}

.hourtick
{
    display:inline-block;
    position:absolute;
    border-left:1px solid #efefef;
    height:100%;
    
    z-index:1;
    
}


.titem:first-child
{
    border-left:0;
}

.titem .quart
{
    position:absolute;
    width:1px;
    height:10px;
    background:#ccc;
    left:25%;
    bottom:0;
}

.titem .quart:nth-child(2)
{
    left:50%;
}

.titem .quart:nth-child(3)
{
    left:75%;
}

.titem:nth-child(1):after { content:'05:00'; }
.titem:nth-child(2):after { content:'06:00'; }
.titem:nth-child(3):after { content:'07:00'; }
.titem:nth-child(4):after { content:'08:00'; }
.titem:nth-child(5):after { content:'09:00'; }
.titem:nth-child(6):after { content:'10:00'; }
.titem:nth-child(7):after { content:'11:00'; }
.titem:nth-child(8):after { content:'12:00'; }
.titem:nth-child(9):after { content:'13:00'; }
.titem:nth-child(10):after { content:'14:00'; }
.titem:nth-child(11):after { content:'15:00'; }
.titem:nth-child(12):after { content:'16:00'; }
.titem:nth-child(13):after { content:'17:00'; }
.titem:nth-child(14):after { content:'18:00'; }
.titem:nth-child(15):after { content:'19:00'; }
.titem:nth-child(16):after { content:'20:00'; }
.titem:nth-child(17):after { content:'21:00'; }

#bookingInfo
{
    background:white;
    padding:20px;
    border:1px solid #ccc;
    border-radius:3px;
    min-width:150px;
    max-width:300px;
    margin-top:10px;
}

#bookingInfo:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 7px;
	margin-left: -7px;
}

#bookingInfo .title
{
    font-weight:bold;
}

#bookingInfo .close
{
    position:absolute;
    top:5px;
    right:5px;
    cursor:pointer;
}

@media screen and (max-width: 875px)
{
    .cname, .date
    {
        font-size:14px;
        min-width:115px;
        padding-left:5px;
    }
    
    .titem
    {
        font-size:12px;
    }
}

@media screen and (max-width: 765px)
{
.titem:nth-child(1):after { content:'05'; }
.titem:nth-child(2):after { content:'06'; }
.titem:nth-child(3):after { content:'07'; }
.titem:nth-child(4):after { content:'08'; }
.titem:nth-child(5):after { content:'09'; }
.titem:nth-child(6):after { content:'10'; }
.titem:nth-child(7):after { content:'11'; }
.titem:nth-child(8):after { content:'12'; }
.titem:nth-child(9):after { content:'13'; }
.titem:nth-child(10):after { content:'14'; }
.titem:nth-child(11):after { content:'15'; }
.titem:nth-child(12):after { content:'16'; }
.titem:nth-child(13):after { content:'17'; }
.titem:nth-child(14):after { content:'18'; }
.titem:nth-child(15):after { content:'19'; }
.titem:nth-child(16):after { content:'20'; }

}


@media screen and (max-width: 490px)
{
    .titem
    {
        padding-left:1px;
        font-size:12px;
    }
}

