﻿@font-face {
 font-family:Roboto;
 src:url(./fonts/roboto-light-webfont.woff2) format('woff2'),
 url(./fonts/roboto-light-webfont.woff) format('woff');
 font-weight:300;
 font-style:normal
}
@font-face {
 font-family:Roboto;
 src:url(./fonts/roboto-regular-webfont.woff2) format('woff2'),
 url(./fonts/roboto-regular-webfont.woff) format('woff');
 font-weight:400;
 font-style:normal
}
@font-face {
 font-family:Roboto;
 src:url(./fonts/roboto-medium-webfont.woff2) format('woff2'),
 url(./fonts/roboto-medium-webfont.woff) format('woff');
 font-weight:500;
 font-style:normal
}
@font-face {
 font-family:Roboto;
 src:url(./fonts/roboto-bold-webfont.woff2) format('woff2'),
 url(./fonts/roboto-bold-webfont.woff) format('woff');
 font-weight:700;
 font-style:normal
}

/* see examples for print/noprint little below in this css */
.hide_on_screen {display:none;}
.yes_print, .no_print {display:block;}

@media print {
   .hide_on_screen {display:block;}
   .no_print {display:none;}
}
/*
<div class="hide_on_screen">Hidden on screen and shown in print</div>
<div class="yes_print">Show on screen and print</div>
<div class="no_print">Shown on screen and hidden in print</div>
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Franklin Gothic Book;
    background-color: #ecf4fe;
    min-width: 1024px;
}

@media print {
    body {
        background: transparent !important; 
        color: #000 !important; 
        box-shadow: none !important; 
        text-shadow: none !important
    }
}
/*
table.main {
    width: 960px;
    margin: auto;
}
*/
table.main {
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
/*    border: 10px solid red*/
}

td.main {
    width: 960px;
    /*background: #dada7c;*/
/*    border: 10px solid green;*/
}

td.side {
    width: 100%;
    /*background: #7cdada;*/
/*    border: 10px solid green;*/
}

.main_header {
    background: #00639C;
    color: white;
}

.main_header td {
    padding: 42px 0 56px;
}

.main_header h1 {
    line-height: 48px;
    font-size: 30px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
}

.main_header h2 {
    line-height: 16px;
    font-size: 11px;
    /*color: #6c7a89;*/
    font-weight: 300;
    margin-top: -2px;
}

a.back {
    float: right;
    font-size: 32px;
    font-weight: bolder;
    text-align: right;
    margin-right: 20px;

    color: white;
    text-decoration: none;
}
a.back:visited {
    color: white;
}

.header_date {
    background: white;
    color: black;
    font-size: 15px;
    vertical-align: middle;
    height: 50px;
}

div.nav_date {
    float: right;
}

a.nav_date {
    color: #4183d7;
    text-decoration: none;
    font-size: 22px;
    display: block;
    float: left;
    margin: 0px 5px 0 5px;
}
a.nav_date:visited {
    color: #4183d7;
}

a.today {
    font-size: 13px;
    margin-top: 6px;
}

.nav_date span {
    font-size: 22px;
    font-weight: normal;
}

table.days {
    border-collapse: separate; 
    border-spacing: 0px 25px; 
}

tr.day {
    vertical-align: top;
}

td.day {
    position: relative;
    color: black;
    font-size: 17px;
    font-weight: bold;
    background-color: white;
}

td.times {
    /*vertical-align: top;*/
}

div.day_date {
    color: black;
    font-size: 17px;
    font-weight: bold;
    background-color: white;
    margin-bottom: 10px;
    padding-left: 9px;
    padding-top: 3px;
    width: 87px; /* 96 - 9*/
    min-height: 43px; /* 46 - 3*/
    /*position: absolute;
    /*top: 0;
    bottom: 0;*/
}

div.day_weekday {
    position: absolute;
    color: #6c7a89;
    font-size: 11px;
    font-weight: 400;
    right: 0px;
    left: 0px;
    bottom: 0px;
    /*border: thick solid red;*/
    border-bottom: 10px solid #ecf0f1;
    text-align: right;
    padding-right: 7px;
    padding-bottom: 7px;
}

div.time_disabled {
    float: left;
    background-color: #dbdfe1;
    color: white;
    font-size: 15px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    width: 62px;
    height: 46px;
    line-height: 46px;
    margin: 0 0 10px 10px;
}

a.time_enabled {
    float: left;
    display: inline-block;
    box-sizing: border-box;
    outline: none;
    width: 62px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    margin: 0 0 10px 10px;

    cursor: pointer;
    border: solid 1px #4183d7;
    background: white;
    text-decoration: none;
    font-size: 15px;
    color: #4183d7;
}
a.time_enabled:hover {
    background: #e1f4ff;
}
a.time_enabled:active {
    background: #e1f4ff;
}
a.time_enabled:visited {
    color: #4183d7;
}


/*
.service {
    width: 960px;
    margin-bottom: 20px;

    display: inline-block;
    outline: none;
    cursor: pointer;
    border: solid 1px #da7c0c;
    background: #7cda7c;
    text-align: left;
    text-decoration: none;
    font-size: 24px;
    color: black;
    padding: .5em 2em .5em;
    /*text-shadow: 0 1px 1px rgba(0,0,0,.3);*//*
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .3em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    /*box-shadow: 0 1px 2px rgba(0,0,0,.2);*//*
}
.service:hover {
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.service:active {
    /*position: relative;
    top: 1px;*//*
    background: #f49c40;
}
.service:visited {
    color: black;
}
*/

ul.List {
    margin-top: 20px;
    list-style-type: none;
    padding: 0;
}

.Element a {
    /*width: 898px;*/
    width: 900px;
    margin-bottom: 20px;

    display: inline-block;
    outline: none;
    cursor: pointer;
    /*border: solid 1px #da7c0c;*/
    border: 0 none;
    /*background: #7cda7c;*/
    background: #ffffff;
    /*background: #4183d7;*/
    
    text-align: left;
    text-decoration: none;
    font-size: 24px;
    color: #00639C;
    padding: 15px 30px 15px 30px;
    /*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
    /*-webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .3em;*/
    /*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
}

.Element:hover a {
    background: #e1f4ff;
/*    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');*/
}


.Element:active a {
    /*position: relative;
    top: 1px;*/
    background: #e1f4ff;
}
.Element:visited a, .UpFolder:visited a, .Folder:visited a {
    color: #4183d7;
}

.UpFolder a, .Folder a {
    /*width: 898px;*/
    width: 900px;
    margin-bottom: 20px;

    display: inline-block;
    outline: none;
    cursor: pointer;
    /*border: solid 1px #da7c0c;*/
    border: 0 none;
    background: #4183d7;
    text-align: left;
    text-decoration: none;
    font-size: 24px;
    color: white;
    padding: 15px 30px 15px 30px;
    /*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
    /*-webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .3em;*/
    /*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
}
.Folder:hover a, .UpFolder:hover a {
    background: #f47c20;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');*/
}
.Folder:active a, .UpFolder:active a {
    /*position: relative;
    top: 1px;*/
    background: #f49c40;
}

table.field_input {
    width: 100%;
    border-collapse: separate; 
    border-spacing: 10px 25px; 
    background-color: #ffffff;
}

td.field_name {
    width: 200px;
}

.field_input input[type=text] {
	/*height: 20px;
	line-height: 20px;*/
    width: 100%;
	padding: 0;
	margin: 0;
	font-size: 22px;
	border: 0;
	border-radius: 0;
    border-bottom: 1px solid #dbdfe1;
	box-shadow: none;
	background: 0 0 !important;
	color: #24313e;
	/*letter-spacing: .6px;*/
	transition: none;
	outline: 0;
}

input[type=submit], input[type=button] {
    /*padding: 5px 15px; 
    height: 50px;*/
    padding: 15px 30px 15px 30px;
    width: 100%;
    background: #4183d7; 
    border: 0 none;
    /*border: 2px solid #d78341;*/
    cursor: pointer;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: white;
    font-size: 24px;
	margin-bottom: 20px;
}

p.note {
    color:#6c7a89;
	font-size: 12px;
}

div.done {
    margin-top: 15px;
    margin-bottom: 20px;
}

div.another_service {
    margin-top: 20px;
}