.flex-control-paging { display: none; }

#content-wrap { padding-bottom: 10px; }

.grid {
    margin-top: 10px;
}

.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 .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: 12px;
}

.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: 16%;
    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 {
    margin: 13px 0px;
    font-size: 35px;
    color: #373737;    
    display: block;
}

.mobile-menu ul li span.heading {
    margin: 0px;
    display: inline-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;
}

.mobile-menu ul .buttons a {
    width: auto;
    padding: 0px 10px;
    display: inline-block;
}

.calendar .body {
    overflow: auto;
    max-height: 230px;
}

.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;
}

.footer-block span {
    padding: 15px;
    padding-right: 5px;
    float: left;
    display: inline-block;
    color: #fff;
}

.footer-block img {
    display: inline-block;
}

.over-block li a.active {
    font-weight: 700;
}

.content-block .collegas {
    position: relative;
}

.content-block .collegas .collega_nr {
    top: 20px;
}

div[class^="col-sm-"] {
    background: transparent !important;
    float: none !important;
    width: 100% !important;
}

div[class^="col-sm-"] .grid-item {
    width: 100%;
}

.profile-block {
    background: #fff;
    margin-bottom: 20px;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: #000;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

#header-custom {
    position: relative;
    background: #fff;
    padding: 20px;
}

#header-custom h3 {
    font-size: 26px;
}

.panel .panel-heading {
    background: #f1f1f1;
    padding: 20px;
}

.panel .panel-heading .panel-title {
    font-size: 18px;
    font-weight: 500;
}

.panel .panel-body {
    background: #fff;
    padding: 20px;
    max-width: 100%;
}

.panel .panel-body img {
    max-width: 100%;
}

.panel .panel-body .info {
    color: #8e8e8e;
}

.side-note {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}

.side-note span {
    background: #fff;
    text-transform: uppercase;
    padding: 5px;
    position: absolute;
    width: auto;
    margin-top: -16px;
    margin-left: -42px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 600;
}

input[type=text].form-control, select.form-control {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #000;
}

select.form-control {
    color: #000;
}

.form-group {
    margin: 15px 0px;
}

.form-group-small-margin {
    margin: 5px 0px;
}

.btn {
    cursor: pointer;
}

.btn.btn-primary {
    padding: 10px;
    color: #000;
    cursor: pointer;
    border: none;
    background: #f93c10;
    color: #fff;
    line-height: inherit;
    height: auto;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    line-height: inherit;
}

.btn.btn-default {
    padding: 10px;
    cursor: pointer;
    border: none;
    background: #000;
    color: #fff;
    text-decoration: none;
    line-height: inherit;
}

.btn.btn-danger {
    padding: 10px;
    cursor: pointer;
    border: none;
    background: rgb(165, 25, 25);
    color: #fff;
    text-decoration: none;
    line-height: inherit;
}

.btn.btn-default:hover {
    background: rgba(0, 0, 0, 0.7);
}

.btn.btn-block {
    display: block;
    width: 100%;
}

.btn.btn-camera {
    padding: 10px;
    cursor: pointer;
    border: none;
    background: #003a77;
    color: #fff;
    line-height: inherit;
    height: auto;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    line-height: inherit;
    border-radius: 7px;
    float: none;
}

.hidden {
    display: none;
    visibility: hidden;
}

.btn.btn-camera:hover {
    background-color: #002A66;
    outline: none;
    color: #fff;
}

.btn.btn-custom {
    background: none;
    color: #000;
    text-decoration: underline;
    border: none;
    padding: 10px 0px;
}

.btn.btn-default:hover i {
    color: #fff;
}

.btn.btn-primary:hover {
    background-color: #c33513;
    outline: none;
}

.btn.btn-round { 
    padding: 10px 20px;
    border-radius: 25px;
}

#holder-images .image span {
    display: inline-block;
}

#holder-images .image span:before {
    display: inline-block;
    content: '';
    max-width: 90px;
    width: 90px;
    height: 90px;
    background-size: cover;
    background: url(../images/meld_schade/icon-image.png) no-repeat center center;
    float: left;
}

#table-history {
    width: 100%;
    border-spacing: 0px;
}

#table-history thead th {
    text-align: left;
    padding: 5px;
}

#table-history tbody tr td {
    padding: 5px;
}

#table-history tbody tr:nth-child(even) {
    background: #fff;
}

#table-history tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.05);
}

#table-history tbody tr:hover {
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

#holder-images .image.active span:before {
    background: none;
    width: 0px;
}

.toelichting-block {
    margin-bottom: 20px;
}

.toelichting-block p {
    padding: 10px;
}

.cursus-overview {
    display: grid;
    grid-template-columns: 25% 75%;
}

.cursus-overview .screen {
    background-size: cover;
    background-attachment: inherit;
    margin-bottom: 2px;
}

.cursus-overview .screen .youtube-cover {
    display: none;
}

.cursus-overview .info {
    padding: 15px;
}

.cursus-overview .info p {
    color: rgba(0, 0, 0, 0.6);
}

.cursus-overview .info * {
    padding: 5px 0px;
}

.cursus-overview .info a {
    padding-top: 0px;
    text-decoration: none;
}

.cursus-overview .info .finish-date {
    background: rgba(0, 0, 0, 0.05);
    padding: 5px;
    font-weight: 500;
}

.cursus-overview .info .finish-date.success {
    color: #64DD17;
}

.video-block {
    margin-bottom: 20px;
}

.video-block .desc {
    padding: 20px;
}

.video-block .error {
    padding: 20px;
    color: #f00;
    font-weight: bold;
}

.video-block iframe {
    margin: 20px;
}

.form {
    background: rgba(0, 0, 0, 0.01);
    margin: 20px;
}

.form .btn {
    background: #044b97;
    padding: 10px;
    margin: 0px 0px 20px 20px;
    text-decoration: none;
    color: #fff;
    float: left;
    border: none;
    cursor: pointer;
}

form .btn:hover {
    text-shadow: #fff 0px 0px 4px;
}

ul.steps {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

ul.steps li {
    display: inline-block;
    border: none;
    width: auto;
    padding: 0px 10px;
}

ul.steps span {
    display: inline-block;
}

ul.steps li:not(.active) span {
    color: rgba(0, 0, 0, 0.1);
}

ul.steps .nr {
    border-radius: 50%;
    height: 22px;
    width: 22px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.question-group {
    margin: 20px 20px;
    padding: 0px 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.question-group .question {
    padding: 10px 0px;
}

.question-group .checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.question-group .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
  
.question-group .checkbox .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
    padding: 0px;
}

.info-message {
    background: #0055a4;
    padding: 5px 20px 5px 10px;
    color: rgba(255, 255, 255, 1);
    display: block;
    margin: 20px;
    text-align: left;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.info-message:before {
    content: "\f05a";
    font-family: 'FontAwesome';
}
  
/* On mouse-over, add a grey background color */
.question-group .checkbox:hover .checkmark {
    background-color: #ccc;
}
  
/* When the radio button is checked, add a blue background */
.question-group .checkbox input:checked ~ .checkmark {
    background-color: #000;
}
  
/* Create the indicator (the dot/circle - hidden when not checked) */
.question-group .checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
/* Show the indicator (dot/circle) when checked */
.question-group .checkbox input:checked ~ .checkmark:after {
    display: block;
}
  
/* Style the indicator (dot/circle) */
.question-group .checkbox .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.youtube iframe, .youtube object, .youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.yt-cover {
    position: absolute;
    top: 0;
    bottom:0;
    right:0;
    left:0;
    z-index:1000;
}

.ytp-gradient-top {
    display: none;
}

select.form-control {
	border-radius: 0px;
}

.grid-item {
    background: transparent;
    border: none;
    border-left: 5px solid #333;
    border-top: 5px solid #333;
    border-color: #f6f6f4;
}

.bg-white {
    background: #fff;
}

.flexslider {
    margin-bottom: 10px;
}

/* Responsive */
@media all and (max-width: 1000px){
    .centering { width: 100%; }
    .banner-block .centering { padding: 0px; }
    .tegelnaam { font-size: 14px; }
    .collega-block .content-block span { text-align: center; }
    .home-myprofile-block .name { text-align: center; }
    .grid-item a:nth-child(3n) .tegel_size { border-right: 2px solid #f6f6f4; }
    .question-group img { width: 100%; height: auto; }
    
    .route-block .time { width: 40%; vertical-align: top; }
    .route-block .city { width: 58.5%; }
}

@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 { margin-top: 0px; }
    #banner-wrap .centering { padding: 0px; }
    #banner-wrap .banner-block { margin-top: 0px; }
    .nav-block { margin: 0px; display: none }
    .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; }
    .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; }
    #form-message-send { margin-bottom: 70px; }
    .overview-block #form-message-send input[type="submit"] { font-size: 12px  }

    #left-wrap { width: 100%; display: block; }
    #right-wrap { width: 100%; display: block; }

    #column-history .panel .panel-default { overflow-x: scroll; }

    #section-inbox #block-selected { bottom: 60px; }
    .messages-list li .checkbox { padding: 40px 20px; }
    #section-inbox #block-inbox { margin-bottom: 60px; }

    .mobile-menu ul ul { z-index: 9999999; height: 100%; position: fixed; top: 0px; background: #fff; overflow-x: hidden; overflow-y: auto; }
    .mobile-menu ul ul li { padding: 5px; }
    .mobile-menu ul ul li.title { background: rgba(0, 0, 0, 0.05); font-size: 25px; padding: 0px 20px; line-height: 1.6; }
    .mobile-menu ul div.buttons { float: right; }
    .mobile-menu ul ul li a { padding: 0px; }
    .mobile-menu ul li span:not(.buttons .icon) { margin: 0px; }
    .mobile-menu li li.icon3 a {
        background: url(../images/message_icon_3.png) left 0 no-repeat;
        text-align: left;
        word-break: break-word;
        margin: 2px 15px;
    }
    .mobile-menu li li.icon2 a {
        background: url(../images/message_icon_2.png) left 0 no-repeat;
        text-align: left;
        word-break: break-word;
        margin: 2px 15px;
    }
    .cursus-overview {
        grid-template-columns: none;
    }
    .cursus-overview .screen {
        background-image: none!important;
    }
    .cursus-overview .screen .youtube-cover {
        width: 100%;
        display: inline;
    }
}

@media all and (max-width: 455px) {
    .mobile-menu ul li {
        width: 15%;
    }
}

@media only screen and (max-width: 600px) {
    .overview-block #form-message-send input[type="submit"].long-submit { display: none; }
    .overview-block #form-message-send input[type="submit"].short-submit { display: inline-block; }
    #section-inbox #block-selected .action .btn.long-permanent,
    #section-inbox #block-selected .action .btn.long-restore { display: none; }
    #section-inbox #block-selected .action .btn.short-permanent,
    #section-inbox #block-selected .action .btn.short-restore { display: inline-block; font-size: 12px; }
    #section-inbox #block-selected .info.long-info { display: none; }
    #section-inbox #block-selected .info.short-info { display: block; font-size: 12px; }
}

@media only screen and (max-width: 340px) {
    #section-inbox #block-selected .action .btn.long-permanent,
    #section-inbox #block-selected .action .btn.long-restore,
    #section-inbox #block-selected .action .btn.short-permanent,
    #section-inbox #block-selected .action .btn.short-restore { display: none; }
    #section-inbox #block-selected .action .btn.icon-permanent,
    #section-inbox #block-selected .action .btn.icon-restore { display: inline-block; }
}

@media all and (max-width: 720px) and (min-width: 520px) {
    .grid-row .grid-item:last-child { border-right: 4px solid #f6f6f4; }
}