@font-face {
    font-family: 'SansPro';
    src: url('font/sourcesanspro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('font/roboto.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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;
	vertical-align: baseline;
    font-family: "SansPro", sans-serif;
    font-size: 16px;
}

textarea, input {
    font-family: "SansPro", sans-serif;
    font-size: 16px !important;
}


button {
    cursor: pointer;
    padding: 5px 10px 5px 10px;
}

button:not(.tab button, .Zebra_DatePicker_Icon_Wrapper button, .moxman-container button) {
	box-shadow:inset -5px -13px 0px -22px #474747;
	background:linear-gradient(to bottom, #00B9E4 5%, #00A6CA 100%);
	background-color:#00B9E4;
	border:1px solid #f2f2f2;
	display:inline-block;
	cursor:pointer;
	color: black;
	font-family:SansPro;
	font-size: 12px;
	padding: 8px 10px;
	text-decoration:none;
}

button:hover:not(.tab button, .Zebra_DatePicker_Icon_Wrapper button, .moxman-container button) {
	background:linear-gradient(to bottom, #0E92F4 5%, #196BD9 100%);
	background-color:#0E92F4;
    color: white;
}

.grey-button {
    cursor: pointer;
    padding: 5px 10px 5px 10px;
	box-shadow:inset -5px -13px 0px -22px #474747;
	background:linear-gradient(to bottom, #A7DEFB 5%, #68C6F9 100%);
	background-color:#A7DEFB;
	border:1px solid #f2f2f2;
	display:inline-block;
	cursor:pointer;
	color: black;
	font-family:Verdana;
	font-size: 12px;
	padding: 8px 10px;
	text-decoration:none;
}

.grey-button:hover {
	background:linear-gradient(to bottom, #0E92F4 5%, #196BD9 100%);
	background-color:#0E92F4;
    color: white;
}

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;
}

html, body {
    margin: 0;
    padding: 0;
    height: 120%;
    width: 100%;
    font-family: "SansPro", sans-serif;
    font-size: 16px;
}
body {
    overflow: auto;
}
#laden {
    display: none;
    margin: 0 auto;
}

#laden td {
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    height: 40px;
    width: 210px;
    background-color: #b5bfff;
    z-index: 9999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 2px -1px 25px -7px rgba(0,0,0,0.53);
    -moz-box-shadow: 2px -1px 25px -7px rgba(0,0,0,0.53);
    box-shadow: 2px -1px 25px -7px rgba(0,0,0,0.53);
}

.account-box {
    position: fixed;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(100,100,100,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(100,100,100,0.4);
    box-shadow: 0px 0px 5px 0px rgba(100,100,100,0.4);
    border-radius: 2px;
    border: 1px solid #aaa;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    background-color: #fafafa;
    padding: 15px;
    z-index: 40;
}

.account-icon {
    height: 45px;
    width: 45px;
    max-height: 45px;
    max-width: 45px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 40;
    font-size: 35px;
    color: #fff;
    background-color: #2E32E4;
    border-radius: 100%;
}

.account-icon-img img {
    height: 45px;
    width: 45px;
    max-height: 45px;
    max-width: 45px;
    border-radius: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 40;
    border: 1px solid black;
    z-index: 40;
}

.account-box-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 80px;
    width: 80px;
    font-size: 60px;
    color: #fff;
    background-color: #2E32E4;
    border-radius: 100%;
    z-index: 40;
}

.account-box-icon-img img {
    height: 80px;
    width: 80px;
    max-height: 80px;
    max-width: 80px;
    border-radius: 100%;
    border: 1px solid black;
    z-index: 40;
}

.topbar {
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    position: relative;
    height: 46px;
    background-color: #1695B0;
    border-bottom: 1px solid #aaa;
    z-index: 20;
}

.sidebar {
    position: fixed;
    top: 0;
    margin-top: 57px;
    padding: 0 5px 0 0;
    width: 200px;
    background-color: #fff;
    height: 99%;
    border-right: 1px solid #aaa;
    z-index: 20;
}

.sidebar a {
    display: block;
    color: black;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    cursor: pointer;
}

.sidebar a.active {
    background-color: #E7E8FF;
    color: black;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.sidebar a:hover:not(.active) {
    background-color: #eee;
    color: black;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.content {
    margin-left: 220px;
    padding: 0;
    vertical-align: top;
    width: calc(100vw - 200px);
    height: calc(100vh - 70px);
}

.closemenu #sidebar {
    width: 40px !important;
}
.closemenu .menutekst {
    display: none !important;
}
.closemenu #content {
    margin-left: 60px !important;
    width: calc(100vw - 60px) !important;
}

.modal-center-top {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.modal-center-middle {
    z-index: 99999;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pointer {
    cursor: pointer;
}

.menuheader {
    margin-left: 5px;
    margin-top: 5px;
    border-top: 1px solid #aaa;
    padding: 10px 10px 5px 0;
    padding-left: 10px;
    font-weight: bold;
}

#datacontent {
    margin-top: 98px;
}

::-webkit-input-placeholder {
    font-family: "SansPro", sans-serif;
}

::-moz-placeholder {
    font-family: "SansPro", sans-serif;
}

:-ms-input-placeholder {
    font-family: "SansPro", sans-serif;
}

:-moz-placeholder {
    font-family: "SansPro", sans-serif;
}

.grid-header td {
    padding: 5px;
    font-size: 13px;
    background-color: lightgrey;
    border-top: 1px solid darkgrey;
    border-bottom: 1px solid darkgrey;
    border-right: 1px solid darkgrey;
}

.grid-header td:first-child {
    border-left: 1px solid darkgrey;
}

.grid-header td:last-child {
    border-right: 1px solid darkgrey;
}

.grid-rij {
    background-color: white;
    transition: background-color .01s ease-in-out;
    cursor: pointer;
}

.grid-rij:hover {
    background-color: #ddd;
    transition: background-color .01s ease-in-out;
}

.grid-rij td {
    padding: 5px;
    border-bottom: 1px solid darkgrey;
    border-right: 1px solid lightgrey;
    font-size: 13px;
    vertical-align: middle !important;
}

.grid-rij td:first-child {
    border-left: 1px solid darkgrey;
}

.grid-rij td:last-child {
    border-right: 1px solid darkgrey;
}

.grid-filter td {
    background-color: white;
    font-size: 13px;
    border: 0px;
    border-bottom: 2px solid black;
}

.grid-filter input {
    padding: 3px;
    text-indent: 3px;
    font-size: 13px !important;
    outline: 0px;
    border-radius: 0px;
    border: 0px;
    border-left: 1px solid darkgrey;
}

.grid-filter td:last-child input {
    border-right: 1px solid darkgrey;
}

.grid-filter td:last-child {
    border-right: 1px solid darkgrey;
}

.sortering-none {
    float: right;
    margin-top: -3px;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
    font-size: 16px;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
}

.tabcontent {
    display: none;
    padding: 6px 12px 30px 12px;
    border: 1px solid #ccc;
    border-top: none;
}   

.verplicht {
    color: red;
    font-size:20px;
}

.copy-button {
    width:30px;
    height:30px;
}

.maincolumn {
    vertical-align:top;
    padding: 10px;
    border: 1px solid lightgrey;
    border-radius: 10px;
}

.input {
    text-indent: 5px;
    width: 405px !important;
    font-size: 16px;
    line-height: 25px;
    border-radius: 0px !important;
    border: 1px solid lightgrey;
}

.select {
    width: 409px !important;
    font-size: 16px;
    line-height: 29px;
    height: 29px;
    border-radius: 0px !important;
    border: 1px solid lightgrey;
}

.select option {
    min-width: 150px;
    padding-left: 5px;
    padding-right: 5px;
}

.textarea {
    padding:5px;
    width: 400px !important;
    height:60px;
    font-size: 16px;
    resize: none;
    border-radius: 0px !important;
    border: 1px solid lightgrey;
}

.datatable td {
    vertical-align:top;
    padding:5px;
}

.onderdelentabel td, .klantobjectentabel td, .takentabel td {
    vertical-align:top;
    padding: 0;
    padding-top:3px;
    padding-bottom:3px;
}

.imagetable td {
    vertical-align:top;
    padding:5px;
}

.taakfoto, .objectfoto
{
    float:left;
    height: 120px;
    width: 150px;
    max-height: 120px;
    max-width: 150px;
    border: 1px solid lightgrey;
    text-align: center;
    vertical-align: middle;
}    

.fototable img {
    border-radius: 10px;
    cursor: pointer;
    max-width: 150px;
    max-height: 120px;
}

.artikelfoto 
{
    display: table-cell;
    height: 250px;
    width: 250px;
    max-height: 250px;
    max-width: 250px;
    border: 1px solid lightgrey;
    text-align: center;
    vertical-align: middle;
}

.filter {
    background-color:white;
}


@-webkit-keyframes grow {       
    0% {
        display: none;
        opacity: 0;
    }
    50% {
        display: block;
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }       
}

@keyframes grow {
    0% {
        display: none;
        opacity: 0;
    }
    50% {
        display: block;
        opacity: 0.5;
    }
    100% {
        opacity: 1
    }   
}
