/* font color #2a2a2a 
    header color: #5b5b5b
    rood    : #de3337
    groen: #77dcae 
    donkergroen: #31bd7c */


@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(tekstfonts/Poppins/Poppins-Regular.ttf) format('ttf');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(tekstfonts/Open_sans/OpenSans-Regular.ttf) format('ttf');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

body {
  /* font-family: "Poppins", sans-serif; */
  font-family: "OpenSans", sans-serif;
  height: 100vh;
  font-size: 14px;
}

a {
    text-decoration: none;
    color: #2a2a2a;
    cursor: pointer;
}

a:hover {
    color: #31bd7c !important;
    border-radius: 10px;
    padding-left:10px;
    padding-right:10px;
    background-color:#ebebeb;
}

a.hovernone:hover{
    color:inherit;
    background-color: inherit;
    text-decoration:underline;
}

a.active:hover{
    color: #ffffff;
    background-color:#535353;;
}

h5 {
    font-size: 1.1em;
}
.nav-link.active{
    background-color:#9d9d9d;
    color:#ffffff;
    border-radius: 10px;
}
.LSloader {
    display: none;

    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2000;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
}
.btn-small{
    padding: 4px 10px;
    font-size: .9em;
}

.btn-action{
  background-color: #77dcae;
  box-shadow: 1px 1px rgba(57,106,84,1);
  border-radius: 25px;
  color:  #2a2a2a;
}

.btn-action:hover{
  box-shadow: 4px 4px rgba(57,106,84,1);
}

.btn-action:disabled:hover{
    box-shadow: 1px 1px rgba(57,106,84,1);
}

.btn-yellow{
  background-color: #ffc107;
  box-shadow: 1px 1px rgba(186,141,5,1);
  border-radius: 25px;
  color:  #2a2a2a;
}
.btn-yellow:hover{
    box-shadow: 4px 4px rgba(186,141,5,1);
}

.btn-yellow:disabled:hover{
    box-shadow: 1px 1px rgba(186,141,5,1);
}

.btn-annul{
 background-color: #dc323a;
  color: #ffffff;
  box-shadow: 1px 1px rgba(101,23,27,1);
  border-radius: 25px;
   color: #ffffff; /*#2a2a2a; */
}

.btn-annul:hover{
    box-shadow: 4px 4px rgba(101,23,27,1);
}
.navbar-toggler{
    border: 1px solid #2a2a2a;
}
.navbar-toggler-icon{
    background-color:#2a2a2a;
    color: #2a2a2a;
}
nav {
    width: 100% !important;
}

.zorg_link{
    padding: 3px;
}

#upper-menu-holder {
    position: relative;
    z-index: 100;
}

@media (max-width: 765px) {
    .upper-menu {
        float: right;
        font-size: .85em;
        right: 1px;
        top: 1px;
    }
    .upper-menu label {
        margin-left: 5px;
        float: right;
        margin-left: 15px;

        margin-left: 5px;
    }
}
@media (min-width: 766px) {
    .upper-menu {
        position: absolute;
        font-size: .85em;
        right: 8%;
        top: 1px;
    }
    .upper-menu label {
        margin-left: 5px;
        float: right;
        margin-left: 15px;

        margin-left: 5px;
    }
}

@media (min-width: 1446px) {
    .upper-menu {
        position: absolute;
        float: right;
        font-size: .85em;
        right: 20%;
        top: 1px;
    }
        .upper-menu label {
            margin-left: 5px;
            float: right;
            margin-left: 15px;
            margin-left: 5px;
        }
}
@media only screen and (max-width:640px) {

    .navbar-toggler {float:right;position:relative;max-width:49%;}
}

@media (min-width: 1920px) {
    .upper-menu {
        position: absolute;
        float: right;
        font-size: .8em;
        right: 30%;
        top: 1px;
    }
        .upper-menu label {
            margin-left: 5px;
            float: right;
            margin-left: 15px;
            font-weight: 100;
            margin-left: 5px;
        }
}
.navbar-nav>li a:hover,  .navbar-nav>li a:focus {
    border-bottom:1px solid #686868;
    text-decoration:none;
    color: #2a2a2a;
    border-radius:0px !important;
}

.navbar-nav>li{
    margin-top:30px;
}
.navbar-nav>li>a {
    padding-bottom: 5px;
    line-height: 1em;
    height: 2.2em;
    color: #2a2a2a;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-default{
    height: auto;
    line-height: 1em;
}

#grippatopmenu > ul > li.active > a {
    font-weight: 800;
}
li.selected, li a.selected{
    font-weight : 800;
}

.nav-pills-x {
    font-size: 1em !important;
}
.unread{
    display:inline-block;
    font-size:0.85em;
    padding:0px 2px;
    background-color: #021a45;
    border-radius: 50%;
    color:#fff;
    text-align:center;
    min-width: 16px;
    min-height: 16px;
    /* margin-right:5px; */
}

#uitloggen:hover{
    cursor: pointer;
    color: #DC323A;
}
.ashowhover{
     color: #2a2a2a;
     text-decoration: none;
}

.hover-menu:hover, .ashowhover:hover {
    cursor: pointer;
    color: #DC323A;
}

.mainpagina{
    display: none;
}

.submenu  {
    background-color:#ebebeb;
    box-shadow: 2px 5px #aaaaaa;
}

.submenu > li{
    padding-left: 20px;
    padding-bottom: 10px;
    font-size:0.9em;
    white-space: no-wrap;
}

.modal-header{
    background-color:#2a2a2a;
    color: #ffffff;
}

.modal-content{
    color:#2a2a2a;
    font-weight: normal;
}

.modal-large{
    max-width:80% !important;
}

.close {
    color:#e7e7e7 !important;
    text-shadow: none !important;
    font-size:1.2rem !important;
    font-weight: normal !important;
    opacity: 1 !important;
}

.close:hover{
   color:#ffffff !important;
}

.lstable{
    table-layout:fixed;
    border: none;
 }

.table td {
    border:none !important;
     padding: 0.2rem;
}

.table thead th{
    padding-bottom:2px;
    padding-left: 0.2rem;
    border-top:none;
}

.kop{
    font-weight:bold;
    border-bottom:2px solid #2a2a2a;
}

.kop > td{
    padding:0px;
}

.subkop{
    font-weight:bold;
    border-bottom:1px solid #2a2a2a;
}

.subkop >td{
    padding: 0px;
}

.datum {
    width: 90px;
    text-align:right;
    padding-right:3px;
}

.triangle-right {
      width: 0;
      height: 0;
      border-top: 24px solid transparent;
      border-left: 30px solid #f1aeb1;
      border-bottom: 24px solid transparent;
}

 .triangle-down {
      width: 0;
      height: 0;
      border-left: 18px solid transparent;
      border-right: 18px solid transparent;
      border-top: 24px solid #f1aeb1;
    }


.tekstblok{
    width: 98%;
    height: 60px;
    margin-top:-5px;
}

.tekstblok > p  {
    text-align:center;
    margin-bottom:0px;
    color:#ffffff;
}

.arrow1{
    margin-left:8px;
    width: 20px;
    height: 20px;
    background-color:#f1aeb1;
}

.puntdeel{

}
.arrowholder{
    margin:auto;
    width:38px;
    margin-bottom:5px;
}

.grayheader{
    background-color: #bbbbbb;
    padding: 5px 10px;
    margin-bottom:0px;
    margin-top:20px
}

.blauwheader{
    background-color:#92AFBB;  /*#a0cae7;*/
     /* #77b3dc; */
    padding: 5px 10px;
    margin-bottom:0px;
    margin-top:20px
}

.roodheader{
    background-color:#dc323a;
    color: #ffffff;
    padding: 5px 10px;
    margin-bottom:0px;
    margin-top:20px
}

.rood{
    color: #de3337;
}

.blauw{
   color: #2bb5be;
}

.groen{
    color:#77dcae;
}

.paars{
    color: #9f77dc;
}

.lijnholder{
    width: 100%;
    height: 7px;
    position:relative;
}

.pijlnaarrechts {
      width: 0;
      height: 0;
      z-index: 200;
      border-top: 6px solid transparent;
      border-left: 10px solid #ebebeb;
      border-bottom:6px solid transparent;
      position:absolute;
      left:101%;
      top:12px;
}

.pijlnaarlinks {
      width: 0;
      height: 0;
      z-index: 200;
      border-top: 6px solid transparent;
      border-right: 10px solid #ebebeb;
      border-bottom:6px solid transparent;
      position:absolute;
      left:101%;
      top:12px;
}

.dunnelijn{
    height:1px;
    width: 48px;
    border-bottom:1px solid #ebebeb;
    position:absolute;
}

.horizontallijn{
    position: absolute;
    height: 1px;
    width: 70%;
    border-bottom:2px solid #dc323a;
}

.driehoeklinks{
      position: absolute;
      left: 0px;
      top: -2px;
      width: 0;
      height: 0;
      border-right: 10px solid transparent;
      border-left: 10px solid #ebebeb;
      border-top:10px solid transparent;
}

.driehoekrechts{
      position: absolute;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-right: 10px solid #dc323a;
      right: 0px;
      top:-2px
}

.middlediv{
    height: 100%;
    border-left: 2px solid #aaaaaa;
    width:0px;
}

.bigcircle{
    text-align:center;
    vertical-align: middle;
    width:41px;
    height:41px;
    border:2px solid black;
    border-radius: 100%;
    background-color:#ffffff;
    position:absolute;
    /* //left:69.5%; */
    top:-12px;
}

.centercircle{
    height: 12px;
    width: 12px;
    border:1px solid #ebebeb;
    background-color: #ffffff;
    border-radius:11px;
}

.rood .centercircle, .rood .bigcircle,.rood .dunnelijn,.rood .horizontallijn{
    border-color: #de3337;
}
.blauw .centercircle,.blauw .bigcircle,.blauw .dunnelijn,.blauw .horizontallijn{
    border-color: #2bb5be;
}
.groen .centercircle,.groen .bigcircle,.groen .dunnelijn,.groen .horizontallijn {
    border-color: #77dcae;
}
.paars .centercircle,.paars .bigcircle,.paars .dunnelijn,.paars .horizontallijn {
    border-color: #9f77dc;
}

.blauw .driehoekrechts{
    border-right-color :#2bb5be;
}
.rood .driekhoekrechts{
     border-right-color :#dc323a;
}
.groen .driehoekrechts{
    border-right-color :#77dcae;
}
.paars .driehoekrechts{
    border-right-color :#9f77dc;
}

.rood .driehoeklinks {
    border-left-color: #dc323a;
}
.blauw .driehoeklinks {
    border-left-color: #2bb5be;
}
.groen .driehoeklinks  {
    border-left-color :#77dcae;
}
.paars .driehoeklinks  {
    border-left-color :#9f77dc;
}

.rood .pijlnaarrechts,.rood .pijlnaarlinks{
    border-left-color: #dc323a;
    border-right-color: #dc323a;
}
.blauw .pijlnaarrechts,.blauw .pijlnaarlinks{
    border-left-color: #2bb5be;
    border-right-color: #2bb5be;
}
.groen .pijlnaarrechts,.groen .pijlnaarlinks{
    border-left-color: #77dcae;
    border-right-color: #77dcae;
}
.paars .pijlnaarrechts,.paars .pijlnaarlinks{
    border-left-color: #9f77dc;
    border-right-color: #9f77dc;
}
.nomargin{
    margin-bottom:0px;
}


/* *********** upload *********** */
.uploadinput {
    border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    -webkit-border-radius:2px;
    border:1px solid #ccc;
    font-size:12pt;
    padding:5px 10px;
}

.main-footer {
    text-align: center;
    font-size: .8em;
    background-color:#2a2a2a;
    color: #ffffff;
    padding: 30px;
   /* color: #DC353C; */
    border-top: 1px solid #ebebeb;
}
.teamviewer-download{
    margin-left:20px;
    color: #ffffff;
    opacity:.6;
}
.teamviewer-download:hover{
    opacity:1;
}
.showhover:hover{
    background-color:#c9f1df;
}

.overlayTransparent {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #e3303b;
    opacity: .1;
    z-index: 1055;
}

.kalenderheader ,
    .table thead th.kalenderheader,
    .table th.kalenderheader {
    text-align:center;
    font-weight: normal;
    background-color: #C0D0CD;
    vertical-align: middle;
    padding: 0.6rem;
    border: 1px solid #B6C4C3 ;
    border-bottom:none;
}
.weekend,
    .table thead th.weekend,
    .table tr.weekend{
    background-color: #AABCB8;
}
.weeknr,
    .kalenderheader.weeknr,
    .table thead th.weeknr{
    background-color: #AABCB8;
    width: 40px;
    padding-left: 3px;
}
.dagholder,
    .table td.dagholder{
    height: 90px;
    border: 1px solid #B6C4C3 !important;
    text-align:center;
}
.anderemaand{
    color: #85918F;
}
.feestdag{
    background-color:#ECD9EA !important;
}
.feestdag.weekend {
    filter:brightness(70%);
}
.table td.dagholder.vandaag, .dagheader.vandaag {
    /* border: 2px solid #F10930 !important; */
    background-color:#FFB152; /*#77dcae;*/
}

.dagheader{
   background-color: #AABCB8;
}
.dagheader.weekend{
    background-color: #D8E5E3;
    color: #dddddd;
}
.afspraak.weekend{
    background-color: #dddddd;
    color:#888888 ;
}
.warningBG{
    background-color: #dc323a ;
    color: #fff;
}

.gz-toaster{
    position: absolute;
    z-index:9999;
}
.gz-toaster-message{
    background-color: #333;
    padding:15px;
    color:#fff;
    border-radius:10px;
    box-shadow: #aaa 5px 5px 5px;
}
.fa {
    /* color: #2a2a2a; */
}

.gz-pdf-viewer{
    display:none;
    background-color: #fff;
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:10000;
    background-color: #555;
    overflow:auto;
}
#pdf-viewer{
    position: relative;
    width:900px;
    left:50%;
    margin-left:-450px;
}
#close-pdf-viewer{
    position: relative;
    top:-30px;
    right:30px;
    font-size: 1.5em !IMPORTANT;
    cursor:pointer;
}
.pdf-controls{
    position: absolute;
    background-color: #222;
    opacity: .4;
    height:50px;
    width:100%;
    z-index:2000000;
    top:0px;
}
.pdf-controls:hover{
    top:0;
    opacity:1;
}
.pdf-controls .fa-download{
    font-size: 1.6em;
    position:absolute;
    left: 210px;
    top: 10px;
}
#prev, #next{
    color:#fff;
    font-size:1.4em;
    margin-top:10px;
    cursor:pointer;
}
.pdf-navigate{
    color:#fff;
    width:200px;
    /*border:1px solid #fff;*/
    position: relative;
    left:50%;
    margin-left:-100px;
}
.ffrow{
    display:block;
}
 
.nav-tabs{
    border-bottom: 1px solid #BEBEBE;
} 
.nav-item {
    margin-right: 5px;
    padding: 0px;
} 

.nav-link.tabclass,  .nav-tabs .nav-link.tabclass{
    font-size: 1.1em;
    background-color: #ffffff; 
    color:#717171;
    border:1px solid #BEBEBE;
    border-radius:0px;
    border-top-left-radius:5px;
    border-top-right-radius: 5px;
}

.nav-link.tabclass.active{
    background-color:#92AFBB;
    color: #000000;
    border: 1px solid transparent;
}

.nav-link.tabclass:hover{
     color:#31bd7c; /*#F10930; */
    text-decoration: none; 
    background-color:#DAE1E4;
}

.nav-link.tabclass.active:hover{
    background-color:#B5C2CA;
    color: #165A34;
}

.disableAsTekst:disabled, input:disabled{
    
    border:none;
    color: #111111;
}
.disableAsTekst:disabled{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance: none;
}

.context-menu{
    display:none;
    position: absolute;
    width: 140px !important;
    padding: 20px;
    /* border: 1px solid #94939C; */
    border-radius: 5px;
    background-color:#E1E0E3;
    box-shadow: 2px 2px 3px #94939C;
    z-index: 15000;
}
.context-menu > ul{
   margin:0px;
   padding: 0px; 
}
.context-menu.active{
    display:block;
}

.curtainrod{
    height: 6px;
    width: 100%;
    background-image: linear-gradient(#CBCFCF ,#EEEFEF 32%,#FDFDFD 49%,#EEEFEF 51%,#CBCFCF 70%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left:1px solid #B2B5B5;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 2px solid #B2B5B5;
}

.verticaltext{
    text-align: center;
    vertical-align: middle;
    width: 50px;
    margin: 0px;
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 10px;
    white-space: nowrap;
    -webkit-transform: rotate(-45deg); 
    -moz-transform: rotate(-45deg);  
}

#drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  width: 480px;
  font-family: sans-serif;
  margin: 100px auto;
  padding: 20px;
}
#drop-area.highlight {
  border-color: purple;
}
.drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  width: 95%;
  font-family: sans-serif;
  margin: 10px auto;
  padding: 20px;
  transition: 200ms ease-in-out
}

#DropFileLoader div.drop-area{
   border-color: #b7b7b7;
   background-color:#F7F9FA; 
}

#drop-area-holder.highlight div.drop-area{
   background-color:#E0E5EB; 
}
p {
  margin-top: 0;
}
.my-form {
  margin-bottom: 10px;
}
#gallery {
  margin-top: 5px;
}
#galleryoverlay{
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left:0;
    border-radius: 20px;
    font-family: sans-serif;
    color:#000;

    display:none;
    z-index:10;
    background-color:#cccccc;
    opacity:0.6
}

#fileElem {
  display: none;
}