/* 
    Document   : style.css
    Created on : December 19, 2013, 10:05:15 AM
    Author     : jenniferjunio
*/


/*
    http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
    CSS Reset 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Basic Layout */
body {
    background: #F0F0F0;
    font: 100%/130% Arial, Helvetica, sans-serif;
    color: #555;
}

#header {
    margin: 0 -20px 30px;
    padding: 30px 20px 0;
}

#footer {
    margin: 40px -20px 0;
    height: 1px;
}

#header h1 {
    text-indent: -99999px;
    height: 0;
    margin: 0;
    display: block;
}

.logo img {
    max-width: 300px;
}

.small-navi {
    text-align: right;
    margin: 0 0 15px 0;
    position: relative;
    display: block;
}

.small-navi a {
    font: bold 9pt Arial, Helvetica, sans-serif;
    background: #409FDA;
    color: #FFF;
    padding: 7px 20px;
    border: 1px solid #0C9AD8;
    margin: 0 0 0 3px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.small-navi a:hover {      
    background-color: #1A7299;
    border-color: #1A7299;
    /* box-shadow: inset 0 -13px 27px 4px #B83400; */        
}

.go-back a {
    background: url('../images/back-icon.png') 0px 2px no-repeat;
    text-indent: 22px;
    padding: 0;
    display: inline-block;
    color: #439C2D;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9pt;
    margin: 0 0 10px 0;
}

.go-back a:hover {
    color: #777;
}


#container {
    background: #FFF;
    max-width: 800px;
    padding: 0 20px 40px;
    margin: 1em auto 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

select, input, textarea {
    border: 1px solid #DBDBDB;
    outline: none;
    margin: 0;
    display: inline-block;
}

select:focus, input:focus, textarea:focus,
select:hover, input:hover, textarea:hover {
    border-color: #B4B4B4;
}

input.disabled:hover,
select.disabled:hover {
    border-color: #DADADA;
}

input[type="text"],
input[type="password"] {
	font: 105% Arial, Helvetica, sans-serif;
	padding: 7px 8px 9px;
}

textarea {
    
width: calc( 100% - 180px );
    
height: 150px;
    
resize: vertical;
    
font: 105% Arial, Helvetica, sans-serif;
    
padding: 7px 8px 9px;
}

form .highlight {
    border-color: #C70000;
    color: #C70000;
}

form h1,
form h2,
h1, h2 {
    font: bold 150%/100% Arial, Helvetica, sans-serif;
    margin: 0;
    position: relative;
    letter-spacing: 0px;
    word-spacing: -1px;
    color: #161616;
}

div h1,
div h2 {
    display: inline-block;
    vertical-align: middle;
    margin: 4px 0 0;
}

span#step {
    font: bold 150%/100% Arial, Helvetica, sans-serif;
    color: #161616;
    display: inline-block;
    margin: 4px 0 0;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

.divider {
    height: 1px;
    width: 100%;
    display: block;
    margin: 20px 0 18px;
    background: #DDDDDD;
}

.divider._header {
    margin-bottom: 2.5em;
}

.divider.less-margin {
    margin: 5px 0;
}

.divider.less-margin2 {
    margin: 15px 0 0;
}

.form-checkbox input {
    vertical-align: middle;
    margin: 0 2px 2px 0;
}

.form-checkbox .desc {
    font-size: 11pt;
}



form p{
    padding: 5px 0;
}
form p.not-allowed {
    opacity: .5;
}
form p.only-reservation {
    display: none;
}

p.kasverschil {
    background: #FFB169;
    color: #914500;
}

p.uitkassanemen {
    background: #61FFB9;
    color: #087545;
}

form p.kasverschil input.answers {
    background: #FFF !important;
    border-color: #FF7900 !important;
}

form p.uitkassanemen input.answers {
    background: #FFF !important;
    border-color: #0FC776 !important;
}

form#user_login label {
	display: inline-block;
	width: 160px;
	color: #161616;
	font-size: 11pt;
}

form#user_login input[type="text"],
form#user_login input[type="password"] {
	width: 200px;
}

input[type="submit"], input[type="button"].display-steps {
    text-transform: uppercase;
    font: bold 90% sans-serif, Arial, Helvetica, sans-serif;
    background: #3BBBF4;
    color: #FFFFFF;
    padding: 11px 30px 10px;
    border: 1px solid #0C9AD8;
    margin: 20px 0 0;
    cursor: pointer;
}

input[type="submit"]:hover, input[type="button"].display-steps:hover {
    border-color: #1A7299;  
    background: #1A7299;    
    color: #F7F7F7;
    /* box-shadow: inset 0 -20px 40px 1px #44331F; */        
}

input[type="button"]#cancel, input[type="button"].display-steps.back {
    text-transform: uppercase;
    font: bold 90% sans-serif, Arial, Helvetica, sans-serif;
    background: #DADADA;
    color: #FFFFFF;
    padding: 11px 30px 10px;
    border: 1px solid #DADADA;
    margin: 10px 0 0 5px;
    cursor: pointer;
}

input[type="button"]#cancel:hover, input[type="button"].display-steps.back:hover {
    background: #C7C7C7;
    border-color: #C7C7C7;
}

form#add_shift input[type="button"]#cancel, form#add_shift input[type="button"].display-steps.back,
form#add_shift input[type="submit"], form#add_shift input[type="button"].display-steps,
form#edit_shift input[type="button"]#cancel, form#edit_shift input[type="button"].display-steps.back,
form#edit_shift input[type="submit"], form#edit_shift input[type="button"].display-steps {
    margin: 0;
}

form#remove_tip input[type="button"]#cancel {
    margin-top: 20px;
}

input[type="submit"][disabled]{
    background: #DADADA;
    border-color: #DADADA;
    cursor: wait;
}

.note.success a {
    color: #165526;
}

.disabled, #disabled {
    background: #DADADA;
    color: #2E2E2E;
    border: 1px solid #DADADA;
    cursor: not-allowed;
}

.disabled:hover,
input[type="button"]#disabled:hover {
}

input[type="button"]#export, input[type="button"]#compute, a#downloadcsv {
    text-transform: uppercase;
    font: bold 90% sans-serif, Arial, Helvetica, sans-serif;
    background: #40943D;
    color: #FFF;
    padding: 11px 30px 10px;
    border: 1px solid #266624;
    box-shadow: inset 0 -20px 40px 1px #266624;
    margin: 5px 5px 0 0;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

input[type="button"]#export:hover, input[type="button"]#compute:hover,a#downloadcsv:hover {
    border-color: #235A21;
    box-shadow: inset 0 -20px 40px 1px #1A4E18;
}

.buttons {
	margin: 0px 0 2em;
	border-bottom: 3px solid #1A7299;
}

.buttons .fleft {
    width: 100%;
}

.buttons .fleft a {
    margin: 0 2px 0 0;
    display: inline;
    text-decoration: none;
    color: #FFF;
    background: #3BBBF4;
    padding: 14px 10px 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font: bold 80% Arial, Helvetica, sans-serif;
    border: 1px solid #3BBBF4;
}

.buttons .fleft a.logout {
    margin-left: 0;
}

.buttons .fleft a:hover {
    background: #1A7299;
    border-color: #1A7299;
}

.buttons .fleft a.active {
    border-color: #1A7299;
    background: #1A7299;
    cursor: text;
    padding: 14px 10px;
    z-index: 10;
}

.buttons .fleft a.active:hover {
    border-color: #1A7299;
    background: #1A7299;
}

#greetings {
/*    margin-bottom: 10px;
    font-size: 10pt;*/
    margin-bottom: -30px;
    margin-top: 20px;
    font-size: 10pt;
}


form {
    background: #F4F4F4;
    display: block;
    border: 1px solid #E5E5E5;
    padding: 20px 20px;
    width: auto;
}

form div.fleft.half-container {
width: calc( 50% - 50px );
}

form div.half-container p.note {
}

form div.fright.half-container {
    border-left: 1px solid #DADADA;
    padding-left: 50px;
    width: calc( 50% - 51px);
}

form div.half-container input {
    width: calc(100% - 208px);
}

form div.half-container select {
    width: calc(100% - 190px);
    max-width: calc(100% - 190px);
}



form#add_shift label, form#edit_shift label,
form#view_shift label {
    display: inline-block;
    width: 150px;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-size: 10pt;
    line-height: 130%;
    padding-right: 25px;
}

form label.tooltip {
    background: url('../images/question-icon.png') right center no-repeat;
}

form select {
    font: 105% Arial, Helvetica, sans-serif;
    padding: 8px 6px 7px 5px;
    width: 216px;
}

form {
    margin-bottom: 2em;
}

form .answers {
    text-align: right;
    font: bold 100% Arial, Helvetica, sans-serif;
    padding: 10px 8px 8px;
    width: 197px;
    color: #161616;
    margin: 0;
    background: #DADADA;
    border: 1px solid #DADADA;
    min-height: 21px;
}

form label {
    display: inline-block;
    width: 150px;
    font-size: 14px;
    vertical-align: top;
    margin-top: 10px;
}
form label.checkbox {
    width: auto;
    margin-top: 0;
}

p.note {
    font: 90%/140% Arial, Helvetica, sans-serif;
    padding: 6px 8px 6px 30px !important;
    margin: 0 0 10px !important;
    background: #FFE976 url('../images/note-icon.png') 7px 8px no-repeat;
    border: 1px solid #E0BC00;
    color: #A0880C;
    display: inline-block;
}

p.note.success {
    margin-top: 15px !important;
    border-color: #20773C;
    color: #105526;
    display: block;
}

p.note.success {
    background: #46E277 url('../images/added-icon.png') 7px 7px no-repeat;
}

#edit_user p.note.success {
    background: #46E277 url('../images/user-saved-icon.png') 8px 8px no-repeat;
}

form#edit_profile p.note.success,
form#edit_shift p.note.success,
form#add_skim p.note.success{
    background: #46E277 url('../images/save-icon.png') 8px 7px no-repeat;
}

form.re-notes input[type=email],
form.re-notes input[type=number],
form.re-notes input[type=time] {
    font: 105% Arial, Helvetica, sans-serif;
    padding: 7px 8px 9px;
}
form.re-notes input[type=time] {
    width: 197px;
}
form.re-notes textarea {
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
}
form.re-notes p {
    position: relative;
    text-align: right;
}
form.re-notes p.note {
    text-align: left;
}
form.re-notes p:after {
    content: '';
    width: 100%;
    clear: both;
    display: block;
}
form.re-notes p > label:first-child {
    float: left;
    width: auto;
}
form.re-notes p.only-reservation label.checkbox {
    padding-left: 20px;
    margin-top: 10px;
}

.shiftComments p {
    display: none !important;
}

#view-comments {
    position: relative;
}

#view-comments p.note {
    margin-top: 25px !important;
    margin-bottom: -15px !important;
    background: #FFF1BB url('../images/added-icon.png') 7px 7px no-repeat;
    border-color: #F0C006;
    color: #614D1B;
    padding-right: 30px !important;
}

#view-comments p.note strong {
    text-decoration: underline;
}

#view-comments .close {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #F0C006;
    font-size: 30px;
    cursor: pointer;
}

#tablePagination {
    background: #DFDFDF;
    display: block;
    margin: 20px 0 5px;
    padding: 5px 0;
    color: #222;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 8pt;
    line-height: 23pt;
}
#tablePagination img {
    margin: -3px 6px 0;
    vertical-align: middle;
    cursor: pointer;
}
#tablePagination select {
    margin-right: 5px;
    vertical-align: middle;
}
#tablePagination #tablePagination_perPage {
    margin: 0 18px 0 0;
}
#tablePagination input {
    margin: -3px 8px 0;
    vertical-align: middle;
    padding: 1px 3px;
    font-size: 8pt;
    font-weight: bold;
}

table {
	width: 100%;
	max-width: 100%;
	font: 95% Arial, Helvetica, sans-serif;
	color: #222;
	table-layout: fixed;
	margin-top: 20px;
}

table.no-records {
    margin-top: 20px;
}

table thead {
    background: #C4C0BB;
}

table thead th.header {
    background: url('../images/sort-icon.png') center right no-repeat;
    cursor: pointer;
}

table thead th.header.tright {
    background: url('../images/sort-icon.png') center left no-repeat;
    cursor: pointer;
}

table thead th.header.headerSortDown {
    background: #616161 url('../images/sort-up-icon.png') center right no-repeat;
}

table thead th.header.headerSortUp {
    background: #616161 url('../images/sort-down-icon.png') center right 4px no-repeat;
}

table thead th.header.tright.headerSortDown {
    background: #616161 url('../images/sort-up-icon.png') center left no-repeat !important;
}

table thead th.header.tright.headerSortUp {
    background: #616161 url('../images/sort-down-icon.png') left -4px center no-repeat !important;
}

table thead th.header.no-sort {
    background: none;
    cursor: text;
}

table thead th {
    padding: 6px 10px;	
    border: 1px solid #9D9892;
    color: #FFF;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0px;
    word-wrap: normal;  word-break: break-word;  white-space: nowrap;  overflow: hidden;
}

table tbody tr:nth-child(odd) {
    background: #fff;
}

table tbody tr:nth-child(even) {
    background: #F4F4F4;
}
/*
table tbody tr:hover {
    background: #575757;
    color: #FFF;
}
*/
table tbody tr td {
    padding: 8px 10px;
    vertical-align: middle;
    border: 1px solid #E5E5E5;
    font-size: 9pt;  
    word-wrap: normal;  
    /* word-break: break-word; */  
    overflow: hidden;
}

table.no-records tbody tr td {
    border: none;
    height: 44px;
    padding: 0 20px;
    background: #EAEAEA;
    font-weight: bold;
    font-size: 13px;
    color: #838383;
}



table tbody tr td.notconfirmed,
table tbody tr.no-records {
    background: #9B1E1E;
    color: #FFF;
}

table td div.shiftEdit,
table td div.shiftView,
table td div.shiftDelete,
table td div.userEdit,
table td div.userDelete,
table td div.shiftComments {
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 4px;
    cursor: pointer;
}

table td div.shiftComments {
    background: url('../images/question-icon.png') center no-repeat;
    vertical-align: middle;
}

table td div.shiftEdit {
    background: url('../images/edit-icon.png') center no-repeat;
}

table td div.userEdit {
    background: url('../images/user-edit-icon.png') center no-repeat;
}

table td div.shiftView {
    background: url('../images/view-icon.png') center no-repeat;
}

table td div.shiftDelete,
table td div.userDelete {
    background: url('../images/delete-icon.png') center no-repeat;
}

table tr:hover td div.shiftEdit,
table tr:hover td div.shiftDelete,
table tr:hover td div.userEdit,
table tr:hover td div.userDelete {
    visibility: visible;
}

#choose-dates {
    color: #222;
    padding: 7px 10px 8px 32px;
    margin: 0 0 10px;
    display: inline-block;
    text-transform: uppercase;
    font: bold 80% Arial, Helvetica, sans-serif;
    border: 1px solid #AFAFAF;
    float: right;
    cursor: pointer;
}

form#export_xls {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 0;
}

form#export_xls input {
    margin: 0;
}

#choose-dates.off {
    background: #E4E4E4 url('../images/off-icon.png') 8px no-repeat;
}

#choose-dates.on {
    background: #5F5F5F url('../images/on-icon.png') 8px no-repeat;
    border-color: #333;
    color: #FFF;
}

#header #total-balance {
    margin: 47px 0 0 3px;
    background: #19CAEA;      
    border: 1px solid #19CAEA;        
}

#total-balance {
    color: #FFF;
    font-weight: bold;
    font-size: 13pt;
    text-align: right;
    padding: 8px 10px 7px;
    display: inline-block;
}

div#view-amounts h2 {
    display: inline-block;
    margin: 9px 0 0;
}

.copyright {
    text-align: center;
    color: #555;
    font: 10px 'Arial', sans-serif;
    margin-bottom: 4em;
}

.copyright a, #contact a {
    color: #000;
    text-decoration: none;
}

.copyright a:hover, #contact a:hover {
    text-decoration: underline;
}

#ui-datepicker-div { font-size:11px; }

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}


/** Checklist */


#checklist label.title {
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    color: #5F4C36;
}


#checklist ul li {
    display: block;
    border: 1px solid #E9E9E9;
    border-left: none;
    border-right: none;
    padding: 10px 0px;
    position: relative;
    margin: 0 0 -1px 0;
    width: 100%;
    box-sizing: border-box;
}

#checklist ul li.first-element {
    border-top: 0;
}
#checklist ul li.last-element {
    border-bottom: 0;
}

#checklist ul li:nth-child(odd){
    margin-right: -5px;
}

#checklist ul li label {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 12px;
    color: #161616;
}

#checklist .icheckbox_minimal {
    position: absolute;
    top: 9px;
    right: 0px;
    width: 38px;
}

#checklist ul li textarea {
    display: block;
    border: 1px solid #DBDBDB;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    outline: none;
    margin: 15px 0 0;
    padding: 10px;
    font: 15px 'Arial', sans-serif;
}



#checklist ul li textarea.highlight {
    border-color: #C70000;
}


#step-2, #step-3 {
    display: none;
}


/** Pagination */
#pagination {
    background: #EAEAEA;
    padding: 10px 10px;
    margin: 20px 0 -20px;
    height: 24px;
}

#pagination li {
    display: inline-block;
}

#pagination li a {
    display: inline-block;
    padding: 2px 5px;    
    background: #838383;
    margin: 0 0 0 5px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;    
    color: #FFFFFF;
    text-decoration: none;
}

#pagination li span {
    display: inline-block;
    padding: 2px 5px;
    background: #F5F5F5;
    margin: 0 0 0 5px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #DDDDDD;
}

#pagination li .number {
    width: 24px;
    padding: 2px 0;
    text-align: center;
}

#pagination li img {
    position: relative;
    vertical-align: middle;
    margin: 0;
}

#pagination li span img {
    opacity: 0.6;
}

#pagination li.active span {
    background: #D3D3D3;
    color: #000000;
}

#pagination span.display {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #838383;
}

#pagination span.display input {
    margin: -1px 5px 0 5px;
    padding: 0 5px;
    position: relative;
    color: #838383;
    height: 24px;
    line-height: 27px;
    width: 60px;
    font-size: 12px;
}

/** Tip */
#total-tips {
    background: #19CAEA;
    margin: 0 0 25px;
    color: #FFF;
    font-weight: bold;
    font-size: 13pt;
    padding: 8px 10px 7px;
}

#total-tips span {
    float: right;
}

#total-tips:after {
    content: '';
    clear: both;
    display: block;
    width: 100%;
}

#filter-log {
    margin: 5px 0 0;
}

#filter-log input {
    margin: 2px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
}

#filter-log label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
}


.column-container {
    width: 100%;
    display: table;
}

.column-container > .half-container {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}

#notes {
    background: url('../images/notes.jpg') center no-repeat;
    background-size: cover;
    padding: 5em 50px calc(5em - 20px);
}
#notes .small-navi {
    margin-bottom: 20px;
}
/** admin buttons */
#notes .buttons {
    margin: 0;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
}
#notes .buttons > div {
    width: 20px;
    height: 20px;
    text-indent: -99999px;
    display: inline-block;
    cursor: pointer;
}
#notes .buttons .noteEdit {
    background: url('../images/pen-icon.png') center no-repeat;
}
#notes .buttons .noteDelete {
    background: url('../images/delete-icon.png') center no-repeat;
}





div#sticky {
    margin-left: 30px;
}

#agenda {
    margin-right: 30px;
}


#agenda ul li {
    position: relative;
    clear: both;
    margin-bottom: 20px;
}
#agenda ul li:after {
    content: '';
    clear: both;
    display: block;
}
#agenda .date {
    width: 50px;
    color: #FFF;
    text-transform: uppercase;
    text-align: right;
    position: absolute;
    top: 0;
}
#agenda .date span {
    display: block;
}
#agenda .event {
    background: #FFFFFF;
    padding: 15px;
    width: calc( 100% - 100px);
    color: #000;
    margin: 0 0 0 70px;
}
#agenda .event h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    word-break: break-word;
}
#agenda .event p {
    font-size: 15px;
    word-break: break-word;
}
#agenda .date ._day,
#agenda .date ._month {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}
#agenda .date ._date {
    font-size: 40px;
    font-family: monospace;
    line-height: 35px;
    font-weight: 600;
    margin: 0 0 3px;
}


form.re-notes,
form#edit_note{
    margin: 0;
}

.note-preview {
    background: url('../images/notes.jpg') center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.note-preview #note {
    width: calc(100% - 100px);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

#notes a {
    color: #FFF;
    font-weight: bold;
    font-size: 10pt;
    text-align: right;
    padding: 15px 30px 13px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
}

#sticky ul:after {
  content: '';
  display: block;
  clear: both;
}

#sticky ul li {
    position: relative;
    margin-bottom: 20px;
}

.sticky {
    padding: 20px;
    box-shadow: 0 5px 2px -3px rgba(0,0,0,1);
    color: #000;
}

ul.allow .sticky {
    cursor: move;
}

.sticky h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    word-break: break-word;
}
.sticky p {
    font-size: 15px;
    line-height: normal;
    word-break: break-word;
}
/** colors */
.sticky.blue {
    background: #daf6fa;
}
.sticky.green {
    background: #d1fecb;
}
.sticky.pink {
    background: #f6d0f6;
}
.sticky.purple {
    background: #ded2f4;
}
.sticky.white {
    background: #fbfafa;
}
.sticky.yellow {
    background: #fcfccb;
}





@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari only override */
    ::i-block-chrome, form#add_shift label, form#edit_shift label {
        width: 300px;
    }
    
    ::i-block-chrome, form#add_shift .answers, form#edit_shift .answers {
	margin: 10px 0 10px 304px;
        width: 196px;
    }
    
    ::i-block-chrome, form#add_shift select, form#edit_shift select, form#add_user select, form#edit_user select {
        height: 30px;
        width: 214px;
        text-indent: 5px;
        line-height: 30px;
    }
}




@-moz-document url-prefix() {
    input[type="button"]#export, input[type="button"]#compute, a#downloadcsv, .disabled, input[type="button"]#disabled {
        margin: 8px 5px 0 0;
    }
    
    form#add_shift select, form#edit_shift select, form#add_user select, form#edit_user select {
        width: 216px;
    }
    
    .buttons .fleft a {
        margin: 0 4px 0 0;
        padding: 10px 15px 12px;
        position: relative;
    }
    
    .buttons .fleft a.active {
        padding-bottom: 13px;
    }
    
}

/* IE FIX */
body.ie select {
    width: 196px !important;
}

body.ie .answers {
    width: 178px !important;
}

body.ie .buttons .fleft a {
    margin: 0 4px 0 0;
    padding: 14px 15px 12px;
    position: relative;
}

body.ie #tablePagination select {
    max-width: 50px;
}

body.ie form div.half-container input {
    max-width: 120px;
}
    
body.ie .buttons .fleft a.active {
    padding-bottom: 15px;
}


@media screen and (max-width: 768px) {
    body {
        padding: 10px;
    }
    
    #container {
        padding: 10px 10px 20px;
        margin: 0 0 10px;
    }
    
    #header {
        margin-bottom: 10px;
        padding: 10px 20px 0;
    }
    
    #header .fleft, #header .fright {
        float: none;
    }
    
    #header #total-balance {
        width: auto;
        display: block;
        text-align: center;
        margin: 10px 0;
        font-size: 13pt;
    }
    
    .buttons {
        margin: 0 0 1em;
        border-bottom: none;
    }
    
    .buttons .fleft, .buttons .fright {
        float: none;
    }
    
    .buttons .fleft a {
        display: block;
        width: auto;
        margin: 0;
    }
    
    .buttons #greetings {
        margin: 10px 0 20px;
        text-align: right;
    }
    
    .small-navi {
        float: none;
    }
    
    .small-navi a {
        display: block;
        text-align: center;
    }
    
    div h1, div h2 {
        margin-bottom: 10px;
    }
    
    form {
        width: auto !important;
        max-width: auto !important;
        display: block;
    }
    
    form label {
        font-size: 10pt;
        font-weight: bold;
        margin-bottom: 5px;
    }
    
    form div.half-container {
        width: auto;
        display: block;
        float: none;
        padding: 0 !important;
    }
    
    form div.half-container p.note {
        width: auto;
        max-width: 100%;
        display: block;
    }
    
    form div.fright.half-container {
        border: none;
    }
    
    form div.half-container input {
        width: 160px;
    }
    
    form div.half-container select {
        width: 178px;
        max-width: 178px;
    }
    
}

@media screen and (max-width: 480px) {
    body {
        font-size: 11pt;
	padding: 0;
    }

    #header img {
        width: auto;
        max-width: 80%;
        height: auto;
    }
    
    .divider._header {
        margin-bottom: .5em;
    }
    
    div h1, div h2 {
        margin-bottom: 0;
    }
    
    form {
        padding: 10px;
    }

    form .fleft, form .fright {
	float: none;
    }
    
    span#step {
    float: right;
	
    font-size: 14pt;    
}
    
    form h1, form h2, h1, h2 {
        font-size: 14pt;
        word-spacing: 0px;
    }
    
    .divider {
        margin: 10px 0;
    }
    
    input[type="text"],
    input[type="password"]{
        padding: 11px 2% 10px;
        display: block;
        width: 96% !important;
        max-width:  96% !important;
    }
    
    form select {
        padding: 11px 2% 10px 1%;
        display: block;
        width: 100%;
        max-width: 100%;
    }
    
    input[type="submit"],
    input[type="button"]{
        padding: 11px 0 10px;
        display: block;
        width: 100% !important;
        box-sizing: border-box;
        margin: 10px 0 !important;
    }
    
    table {
        width: 100%;
        table-layout: fixed;
        display: block;
    }
    
    thead, tbody {
        width: 100%;
        table-layout: fixed;
        display: inline-table;
    }

    table#userdata thead th:nth-child(1),
    table#userdata tbody td:nth-child(1),
    table#userdata thead th:nth-child(3),
    table#userdata tbody td:nth-child(3),
    table#userdata thead th:nth-child(4),
    table#userdata tbody td:nth-child(4),
    table#skimdata thead th:nth-child(2),
    table#skimdata tbody td:nth-child(2),
    table#skimdata thead th:nth-child(6),
    table#skimdata tbody td:nth-child(6),
    table#shiftdata thead th:nth-child(2),
    table#shiftdata tbody td:nth-child(2),
    table#shiftdata thead th:nth-child(3),
    table#shiftdata tbody td:nth-child(3),
    table#shiftdata thead th:nth-child(4),
    table#shiftdata tbody td:nth-child(4),
    table#shiftdata thead th:nth-child(5),
    table#shiftdata tbody td:nth-child(5){
        display: none;
    }
    
    table tbody tr td {
	padding: 8px;
    }
    
    table#userdata thead th:last-child,
    table#userdata tbody td:last-child,
    table#shiftdata thead th:last-child,
    table#shiftdata tbody td:last-child {
        width: 50px !important;
	padding: 0 0 0 8px;
    }
    
    table#skimdata thead th:nth-child(5),
    table#skimdata tbody td:nth-child(5) {
	display: none;
    }
    
    form div.half-container input {
        padding: 11px 2% 10px;
        display: block;
        width: 96%;
        max-width: 95.5% !important;
    }
    
    form div.half-container select {
        padding: 11px 2% 10px 1%;
        display: block;
        width: 100%;
        max-width: 100%;
    }
    
    form#add_shift label, form#edit_shift label {
        display: block;
        width: 100%;
        vertical-align: middle;
        margin: 0 0 5px;
        padding: 0;
    }
    
    p.kasverschil .tright {
        text-align: left;
    }
    
    form label.tooltip {
        padding: 0 0 0 25px !important;
        background: url('../images/question-icon.png') left center no-repeat;
    }
    
    form#add_shift input[type="submit"], form#add_shift input[type="button"],
    form#edit_shift input[type="submit"], form#edit_shift input[type="button"] {
        margin: 0 0 5px !important;
    }
    
    .copyright {
	margin-bottom: 10px;
    }
    
    #container {
	box-shadow: none;
	padding: 20px;
    }
    
    #header {
	margin: 0 0 10px;
	padding: 0;
    }
    
    #header #total-balance {
	padding: 8px 5px 7px;
    }
    
    .logo, .buttons #greetings {
	margin: 20px 0;
    }
    
    .buttons {
	margin-top: 10px;
    }
    
    .small-navi a {
	margin: 5px 0;
    }
    
    #tablePagination span#tablePagination_perPage {
	margin: 0 0 0 6px;
    }
    
    span#tablePagination_paginater {
	display: block;
    }
    
    span.form-checkbox {
	display: block;
    }
    
    .uitkassanemen label.tright {
	text-align: left;
    }
    
    #checklist label.title {
	margin-bottom: 1em;
    }
    
    #checklist ul {
	margin: 10px 0 20px;
	padding: 0;
	border-top: none;
    }
    
    #checklist ul li {
	padding: 10px 0;
    }
    
    #checklist ul li:nth-child(odd) {
	margin: 0;
	border-bottom: none;
    }
    
    #checklist ul li label {
	margin-bottom: 0;
    }
    
    table thead th {
	width: auto;
    }
    
    #pagination span.display {
	display: none;
    }
}