.flex-control-paging { display: none; }

#content-wrap { padding-bottom: 20px; }

.grid {
    margin-top: 5px;
}

.account_menu ul,
.account_menu ul li,
.account_menu ul li a {
    height: 60px;
}

.account_menu ul li a {
    border-right: 1px solid #F6F5F4;
}

.account_menu ul li:last-child a {
    border-right: none;
}

.account_menu .envelop img {
    margin-top: -5px;
}

.tweet-block input[name="bericht"] {
    padding: 5px 13px;
    float: left;
    width: 80%;
    height: 37px;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    border: 1px solid #f0f0f0;
}

.tweet-block .comment {
    padding: 0px 20px;
}

.tegel_size {
    border: none;
}

.grid-row .grid-item:first-child {
    border-left: 0px;
}

.grid-row .grid-item:last-child {
    border-right: 0px;
}

.grid {
    background: transparent;
}

.tegel_size {
    border: 2px solid #f6f6f4;
    padding: 15px;
}

.tegel_size .tegel_icon {
   margin-top: 10px;
}

.grid-item a:first-child .tegel_size {
    border-left: none;
}

.grid-item a:nth-child(3n) .tegel_size{
    border-right: none;
}

.grid-item a:nth-child(3n + 4) .tegel_size {
    border-left: none;
}

.mobile-menu {
    display: none;
    position: fixed;
    width: 100%;
    background: #fff;
    bottom: 0;
    z-index: 999;
}

.mobile-menu ul div {
    display: inline;
}

.mobile-menu ul {
    padding-inline-start: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu ul li {
    width: 19%;
    display: inline-block;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu ul li:last-child {
    border-right: none;
}

.mobile-menu ul li a {
    color: #373737;
    text-decoration: none;
}

.mobile-menu ul li.avatar {
    margin-bottom: -15px;
}

.mobile-menu a.mobile em {
    margin: 6px auto;
    display: block;
    height: 2px;
    background-color: #373737;
    max-width: 40px;
}

.mobile-menu ul li span {
    font-size: 35px;
    color: #373737;    
    margin: 10px 0px;
    display: block;
}

.mobile-menu ul li img {
    margin: 0 auto;
    margin: 10px auto;
}

.mobile-menu ul li small {
    position: absolute;
    top: 15px;
    margin-left: 0px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    color: #fff;
}

.mobile-menu ul li.bell {
    margin-bottom: -8px;
}

.mobile-menu ul li.envelop {
    margin-bottom: -3px;
}

.mobile-menu ul li.avatar img {
    border-radius: 50%;
}

.mobile-menu ul ul {
    display: none;
    position: fixed;
    bottom: 57px;
    left: 0;
    height: auto;
    width: 100%;
}

.mobile-menu ul ul li {
    width: 100%;
    background: #fff;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-menu ul ul li a {
    display: block;
    width: 100%;
    padding: 25px;
}

.calendar ul {
    height: 100%;
}

.calendar ul li {
    height: 18%;
    padding: 5px 0px;
}

.calendar ul li .icon {
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 7px 5px;
    height: 42px;
    width: 42px;
    text-align: center;
    margin: 0 auto;
}

.calendar ul li .date {
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    height: 42px;
    width: 42px;
    text-align: center;
    margin: 0 auto;
    padding: 3px 0px;
}

.calendar ul li .date span {
    height: 16px;
}

.calendar ul li .date .day {
    font-weight: 700;
    font-size: 18px;
}

.calendar ul li .date .month {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
}

.calendar ul li .icon span {
    font-size: 25px;
}

.calendar ul li.line {
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 0px;
}

.calendar ul li .side {
    display: inline-block;
    width: 25%;
}

.calendar ul li .text {
    width: 70%;
    text-align: left;
    float: right;
    padding-right: 5px;
}

.account_menu .company-logo {
    border-color: #eeeeee;
}

.tweet-block .likes {
    padding: 0px 20px;
    display: block;
    margin-top: 50px;
}

.login-block {
    margin-top: -30px;
}

#center-wrap_login, .login_top_div {
    margin: 0 auto;
}

.footer-block {
    display: block;
}

.over-block li a.active {
    font-weight: 700;
}

.content-block .collegas {
    position: relative;
}

.content-block .collegas .collega_nr {
    top: 20px;
}

.profile-block {
    background: #fff;
    margin-bottom: 10px;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: #000;
}

/* Responsive */
@media all and (max-width: 1000px){
    .centering { width: 100%; }
    .banner-block .centering { padding: 0px; }
    .tegelnaam { font-size: 12px; }
    .collega-block .content-block span { display: none }
}

@media all and (max-width: 750px){
    .account_menu { position: relative; }
    .account_menu .company-name { display: none; }
}

@media all and (max-width: 720px) and (min-width: 520px){
    .tegel_size { width: 50%; }
    .grid-row .grid-item:first-child { border: 4px solid #f6f6f4; }
    .grid-item a:nth-child(3n) .tegel_size { border: 4px solid #f6f6f4; }
    .grid-item a:nth-child(3n + 4) .tegel_size { border: 4px solid #f6f6f4; }
    .grid-item a:nth-child(odd) .tegel_size { border-left: none; }
    .grid-item a:nth-child(even) .tegel_size { border-right: none; }
}

@media all and (max-width: 650px){
    #banner-wrap .centering { padding: 0px; }
    #banner-wrap .banner-block { margin-top: 0px; }
    .nav-block { margin: 0px; }
    .nav-block a.mobile { display: none; }
    .account_menu .company-name { display: block; }
    .account_menu .link { display: none }
    .account_menu .company-logo { margin-top: -25px; }
    .account_menu .company-logo, .account_menu .bedrijfslogo { height: 75px; width: 75px; }
    .account_menu .company-name { margin-left: 110px; margin-top: 17px }
    .banner-block .centering { height: 90px; }
    .grid-item { border-left: none; border-right: none }
    .grid-item .title-top { text-align: left; padding: 19px 25px; }
    .mobile-menu { display: block; }
    .footer-block { margin-bottom: 70px; margin-top: 10px; }
    .tegel_size { width: 50%; }
    .calendar ul li .side { width: 20%; }
    .calendar ul li .text { width: 80%; }
    .login-block input[type="submit"] { width: 90%; }
    .login-block { width: auto; margin: 0 20px; }

    #left-wrap { width: 100%; display: block; }
    #right-wrap { width: 100%; display: block; }
    
}

@media all and (max-width: 720px) and (min-width: 520px) {
    .grid-row .grid-item:last-child { border-right: 4px solid #f6f6f4; }
}