/* || FOLLOWUPP! ~ Appnormal || */

/* || Media Queries  || */

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 240px;
        min-height: 1000px;
    }

}


@media screen and (max-width: 470px) {

    .updates-tab {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .updates-content {
        width: 320px !important;
        padding-left: 20px !important;
    }

    .cus-label-2 {
        width: 112px !important
    }

    .cus-input-2 {
        width: 168px !important;
    }

    .update-btn {
        width: 112px !important;
    }

    .melding-weergave {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    p.omschrijving {
        width: 280px !important;
    }


    #googleMap {
        width: 280px !important;
    }


}


@media screen and (max-width: 1439px) {


}


@media screen and (max-width: 1200px) {


    .updates-tab {
        width: 100% !important;
        float: left !important;
        margin-top: 60px !important;
    }

    .updates-tab h1 {
        float: left !important;
    }

    .updates-content {
        width: 390px;
        padding-left: 40px;
    }

}


@media screen and (max-width: 767px) {
    .heading-bar h1 {
        margin-left: 25px !important;
    }
}


@media screen and (max-width: 804px) {
    .searchbar {
        display: none !important;
    }
}


/* || Media Queries //// END \\\\ || */


body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #FFF;
}

html {
    -webkit-font-smoothing: antialiased;
}

img {

}

a {
    text-decoration: none;
}

p {
    font-weight: 500;
}

h1 {
    font-weight: 700;
    font-size: 17px;

}

h2 {
    font-size: 20px;
    font-weight: 700;
}

h3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

h4 {
    font-size: 14px;
    font-weight: 700;
}


.row {
    margin-right: 0;
    margin-left: 0;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.float-left {
    float: left;
}

.no-padding {
    padding: 0px;
}

.no-padding-left {
    padding-left: 0px;
}

.content-margin-top {
    margin-top: 175px;
}

.center {
    margin: 0 auto;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.no-border {
    border: 0px !important;
}


/* || Login scherm || */

#login, #generic-external {
    background-image: url(../img/login-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.login-logo-section, .generic-logo-section {
    width: 85px;
    height: 75px;
    background-color: #F66F6F;
    margin: 0 auto;
    position: relative;
    padding-top: 8px;
}

.login-logo-main, .generic-logo-main {
    width: 45px;
    height: 52px;
    background-image: url(../img/logo-main.png);
    margin-left: 20px;
}


.login-wrapper {

}

.login-window {
    background-color: #FFF;
    width: 350px;
    height: 475px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -237px 0 0 -175px;
}

.login-window h3 {
    color: #FFF;
    position: relative;
    top: -50px;
    text-align: center;

}

.login-heading {
    width: 350px;
    height: 75px;
    background-color: #354451;
    padding-top: 19px;
    position: relative;
    bottom: 10px;
}

.login-heading h4 {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}


.login-form {
    width: 275px;
    margin: 0 auto;
    padding-top: 36px;

}

.login-form a {
    font-size: 14px;
    color: #354451;
    text-align: center;
    display: block;
    margin-top: 18px;
    cursor: pointer;
}

form {
    margin: 0 auto;
}

.login-input {
    width: 275px;
    height: 46px;
    margin-bottom: 25px;
    resize: none;
    color: #354451;
    padding-left: 0px;
    font-size: 16px;
    font-weight: 400;
    box-shadow: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid #D8D8D8;
}


.login-input:focus, .login-input:focus {
    background: transparent;
    border: none;
    border-bottom: 1px solid #354451;
    color: #354451;;
}

.login-input[type="text"] {
    color: #354451 !important;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #354451;

}

#submit {
    width: 275px;
    height: 60px;
    margin-top: 38px;
    color: #FFF;
    font-weight: 700;
    background-color: #55A5E8;
    border: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    outline: none;
    padding-left: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: ease-in-out all 0.2s;
    -moz-transition: ease-in-out all 0.2s;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
}

#submit:hover {
    background-color: #61ABE8;
}

.copyright {
    width: 300px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0px 0 0 -150px;
}

.copyright h3 {
    color: #FFF;
    opacity: 0.4;
    text-align: center;
}


/* || Login scherm ------ END ------ || */


.tableview {
    background-color: #ECECEC;
}


#page-wrapper {
    position: relative !important;
}


.topbar {
    width: 100%;
    height: 77px;
    background-color: #354451;
    border-bottom: 2px solid #303D49;
    position: absolute;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2001;

}

.logo-section {
    width: 85px;
    height: 75px;
    background-color: #F66F6F;
    float: left;

}

.logo-main {
    width: 45px;
    height: 52px;
    background-image: url(../img/logo-main.png);
    margin-left: 5px;
    margin-top: -5px;
}

.topbar-title {
    width: 165px;
    height: 75px;
    float: left;

}

.topbar-title h3 {
    color: #FFF;
    text-transform: uppercase;
    margin-left: 40px;
    margin-top: 29px;
}


input[type=search] {
    width: 225px;
    height: 40px;
    display: block;
    color: #BEBEBE;
    font-size: 14px;
    border-radius: 40px;
    border: 0px;
    margin-top: 18px;
    padding-left: 15px;
    float: left;
}

textarea:focus, input:focus {
    outline: 0;
}

.searchbar {
    width: 225px !important;
    height: 40px !important;
    display: block !important;
    color: #BEBEBE !important;
    font-size: 14px !important;
    border-radius: 40px !important;
    border: 0px !important;
    margin-top: 18px !important;
    padding-left: 15px !important;
    float: left !important;
}

.profile-section {
    float: right;
    margin-right: 25px;

}

.profile-section h3 {
    font-size: 14px;
    color: #FFF;
    margin-right: 15px;
    float: right;
    display: inline-block;
    margin-top: 31px;
    font-weight: 700;
    text-transform: none;
}

.profile-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-top: 22px;
    float: right;
    background-image: url(../img/profile-avatar.png);
    background-position: center;
}

.notification-indi {

}


/* || 	NAVBAR	|| */


.navbar {
    min-height: 75px;
}

.navbar-inverse {
    background-color: #354451;
    border-bottom: 2px solid #303D49;
}

.navbar-toggle {
    margin-top: 22px;
}

.navbar-brand:hover, .navbar-brand:focus {
    background-color: #F66F6F !important;

}


.sidebar {
    width: 250px;
    height: 100vh;
    background-color: #394856;
    left: 0;
    top: 0;
    z-index: 1001;
    position: fixed;

}

.sidebar h3 {
    color: #D0D0D0;
    text-align: center;
}

.heading-pad-top {
    padding-top: 95px;
}

.heading-pad-top-2 {
    padding-top: 20px;
}

.cusnav {
    height: auto;
    padding: 0px;
    text-align: center;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: 600;

}

ul.cusnav {
    text-align: center;
    padding: 0px 0;
    list-style: none;
}

ul.cusnav li {
    text-decoration: none;
    text-align: left;
    height: 50px;
    list-style: none;
}

ul.cusnav li a {
    text-decoration: none;
    color: #FFF;
    display: block;
    padding-top: 14px;
    padding-left: 30px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

ul.cusnav li a:active {
    text-decoration: none;
    background-color: transparent;
}

ul.cusnav li a:visited {
    text-decoration: none;
    background-color: transparent;
}

ul.cusnav li a:hover {
    text-decoration: none;
    color: #FF9482;
    background-color: rgba(255, 255, 255, 0);
}

ul.cusnav li a:focus {
    background-color: transparent;
}


.nav > li > a:hover {
    background: none;
}

.active {
    display: block;
    color: #FFF;
    background-color: #526172;
    /*width: 250px;*/
    height: 50px;
    text-decoration: none;
}

.stripe {
    width: 10px;
    height: 50px;
    background-color: #55A5E8;
    float: left;
}

ul.nav-sidebar li.active {
    border-left: 10px solid #55A5E8;
}

ul.nav-sidebar.cusnav li.active a {
    padding-left: 20px;
}

.separator {
    width: 100%;
    height: 2px;
    background-color: #303D49;
    margin-top: 30px;
}

#content {
    background-color: #ECECEC;

}

.heading-bar {
    width: 100%;
    height: 75px;
    background-color: #FFF;
    position: fixed;
    left: 0px;
    top: 77px;
    z-index: 1;
    border-bottom: 1px solid #D8D8D8;
}

.heading-bar h1 {
    color: #4E4E4E;
    text-transform: uppercase;
    margin-left: 275px;
    margin-top: 28px;
    float: left;
}


a.btn-add {
    margin-top: 100px;
    background-color: transparent;
    border: 1px solid #55A5E8;
    color: #55A5E8;
    padding: 10px 54px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-top: 17px;
    margin-right: 25px;
    float: right;
    text-decoration: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

a.btn-add:hover {
    background-color: #55A5E8;
    color: #FFF;
}


a.btn-back {
    margin-top: 100px;
    background-color: #F0F0F0;
    border: 1px solid #DBDBDB;
    color: #767779;
    padding: 10px 54px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-top: 17px;
    margin-right: 25px;
    float: right;
    text-decoration: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

a.btn-back:hover {
    background-color: #354451;
    color: #FFF;
    border: 1px solid #354451;
}


tbody {
    font-size: 16px;
}


tbody tr {
    height: 75px;
}

.table > tbody > tr > td {
    border: 0px;
    padding-top: 25px;
}


.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th,
.table .odd > td {
    background-color: #FFF !important;
}


.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th,
.table .even > td {
    background-color: #FAF9F9 !important;
}

table > tbody > tr > td:first-child {
    padding-left: 20px;
}

table > thead > tr > th:first-child {
    padding-left: 20px;
}

thead tr td {
    background-color: #354451;
    color: #FFF;
    text-transform: uppercase;
}


.table > thead > tr > th {
    border: 0px;
    padding-bottom: 15px;
    vertical-align: center;
}

.table-img {
    width: 40px;
    height: 40px;
    background-color: grey;
    border-radius: 50%;
    position: relative;
    bottom: 8px;
    margin: 0 auto;
}

.reports-table > thead > tr > th {
    position: relative;
}

table > thead > tr > th.green-indi {
    background: #354451 url('/img/status_green.png') repeat-y;
}

table > thead > tr > th.blue-indi {
    background: #354451 url('/img/status_blue.png') repeat-y;
}

table > thead > tr > th.red-indi {
    background: #354451 url('/img/status_red.png') repeat-y;
}

.spacer {
    height: 10px;
}

.afgehandeld-op {
    opacity: 0.4
}


/* || Form sectie  || */


.formview {
}


.form-container {
    width: 100%;
    background-color: #FFF;
    float: left;
    padding-top: 40px;
    padding-left: 60px;
}

.form-container h1 {
    font-weight: 500;
    font-size: 18px;
    color: #4E4E4E;
}

.form-margin {
    margin-top: 60px;
    width: 600px;
    float: left;
}

.cus-label {
    background-color: #F7F7F7;
    border: 1px solid #DBDBDB;
    font-size: 16px;
    font-weight: 500;
    color: #4D4D4D;
    padding-left: 20px;
    padding-top: 18px;
    width: 200px;
    height: 60px;
    border-radius: 4px 0px 0px 4px;
    display: inline-block;
    margin-right: -4px;
}


.cus-input {
    background-color: #FFF;
    border: 1px solid #DBDBDB;
    font-size: 16px;
    font-weight: 500;
    color: #4D4D4D;
    padding-left: 20px;
    padding-top: 1px;
    width: 400px;
    height: 60px;
    border-radius: 0px 4px 4px 0px;
    display: inline-block;

}

.cus-optional-message {
    height: 160px !important;
    float: left;
    padding-top: 18px;
    margin-right: -1px;

}

textarea {
    resize: none;
}


select {
}

.cus-select {
    -webkit-appearance: none;


}

.cus-input::-webkit-input-placeholder { /* WebKit browsers */
    color: #C8C8C8;

}

.cus-input-2::-webkit-input-placeholder { /* WebKit browsers */
    color: #C8C8C8;

}

.cus-input::-webkit-select-placeholder { /* WebKit browsers */
    color: #C8C8C8;

}

.cus-optional-message-2::-webkit-textarea-placeholder { /* WebKit browsers */
    color: #C8C8C8;

}

.margin-bot {
    margin-bottom: 30px;
    float: left;
}

.verstuur {
    width: 188px;
    height: 50px;
    color: #FFF;
    font-weight: 700;
    background-color: #55A5E8;
    border: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    outline: none;
    padding-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: ease-in-out all 0.2s;
    -moz-transition: ease-in-out all 0.2s;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    float: left;
}

.verstuur:hover {
    background-color: #61ABE8;
}


/* || Melding weergave  || */

.melding-weergave {
    margin-top: 302px;
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
}

.melding-weergave h1 {
    font-size: 22px;
    font-weight: 500;
    color: #354451;
}

.melding-weergave h1 span {
    display: inline-block;
}

.melding-weergave h1 span.indi-afgehandeld {
    width: 10px;
    height: 10px;
    background-color: #F66F6F;
    border-radius: 50%;
    margin-left: 10px;
    margin-bottom: 1px;
}

.melding-weergave h1 span.indi-behandeling {
    width: 10px;
    height: 10px;
    background-color: #55A5E8;
    border-radius: 50%;
    margin-left: 10px;
    margin-bottom: 1px;
}

.melding-weergave h1 span.indi-nieuw {
    width: 10px;
    height: 10px;
    background-color: #00BDA7;
    border-radius: 50%;
    margin-left: 10px;
    margin-bottom: 1px;
}

.melding-weergave h4 {
    font-size: 16px;
    font-weight: 700;
    color: #354451;
    margin-bottom: 15px;
}

.melding-weergave p {
    font-size: 16px;
    font-weight: 500;
}

p.date {
    color: #858E96 !important;

}

p.omschrijving {
    width: 400px;
}

.content-group {
    margin-top: 30px;
}

.photobar {
    width: 100%;
    height: 225px;
    background-image: url(../img/ict-hardware-img.png);
    background-size: cover;
    background-position: center;
    /*background-color: grey;*/
    position: absolute;
    top: 77px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.cus-label-2 {
    background-color: #F7F7F7;
    border: 1px solid #DBDBDB;
    font-size: 16px;
    font-weight: 500;
    color: #4D4D4D;
    padding-left: 20px;
    padding-top: 8px;
    width: 140px;
    height: 40px;
    border-radius: 4px 0px 0px 4px;
    display: inline-block;
    margin-right: -4px;
}


.cus-input-2 {
    background-color: #FFF;
    border: 1px solid #DBDBDB;
    font-size: 16px;
    font-weight: 500;
    color: #4D4D4D;
    padding-left: 20px;
    padding-top: 1px;
    width: 200px;
    height: 40px;
    border-radius: 0px 4px 4px 0px;
    display: inline-block;
}

.cus-optional-message-2 {
    height: 80px;
    float: left;
    padding-top: 18px;
    margin-right: -1px;
}


#googleMap {
    width: auto;
    height: 200px;
}

.updates-tab {
    width: 400px;
    height: auto;
    background-color: #F8F7F7;
    float: right;
    margin-top: 277px;
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}

.updates-content {
}

.update-margin {
    margin-top: 70px;
}

.updates-tab h1 {
    font-size: 22px;
    font-weight: 500;
    color: #354451;
    float: right;

}

.updates-tab h4 {
    font-size: 16px;
    font-weight: 700;
    color: #354451;
    margin-bottom: 15px;
    float: left;
}

.update-form {
    height: 290px;
    margin-top: 5px;
    float: left;
}

.update-form-top {
    margin-top: 5px;
    float: left;
}

.update-btn {
    width: 140px;
    height: 40px;
    color: #79797A;
    font-size: 16px;
    font-weight: 500;
    background-color: #F7F7F7;
    border: 1px solid #DBDBDB;
    margin-bottom: 0px;
    cursor: pointer;
    outline: none;
    padding-left: 0;
    margin-top: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: ease-in-out all 0.2s;
    -moz-transition: ease-in-out all 0.2s;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;

}

.update-btn:hover {
    border: 1px solid #354451;
    background-color: #354451;
    color: #FFF;
}

.update-item {
    float: left;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DBDBDB;

}

.update-item h4 {
    float: none;

}

.update-item h5 {
    font-size: 16px;
    font-weight: 500;
    color: #354451;
    margin-bottom: 15px;
}


.update-item h5 span {
    display: inline-block;
    margin-right: 5px;
}

.update-item h5 span.black {
    color: #354451;
}

.update-item h5 span.green {
    color: #00BDA7;
}

.update-item h5 span.blue {
    color: #55A5E8;
}

.update-item h5 span.red {
    color: #F66F6F;
}

.update-item p {
    font-size: 16px;
    color: #354451;
}







