/* Start CSS */
html {

}

html, body {

}

body {
    background: rgba(0, 0, 0, 0) url("../images/bg.jpg") no-repeat fixed center center / cover ;
}

body.action-login, body.action-stemhulp-environment {
    height: 100%;
}

body.action-privacy-statement .wrapper {
    max-width: 600px;
}

.privacy-statement-link {
    color: #333333;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.privacy-statement-link:hover {
    color: #333333;
    text-decoration: underline;
}

@media(min-width: 521px) {
    .privacy-statement-link {
        float: right;
    }
}

.container.wrapper {
    background: rgba(255, 255, 255, 0.90) none repeat scroll 0 0;
    border-top: 5px solid #00a1e2;
    border-bottom: 5px solid #00a1e2;
}

@media (min-width: 768px) {
    .container.wrapper {
        width: 750px;
    }
    .action-login .container, .action-stemhulp-environment .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container.wrapper {
        width: 970px;
    }
    .action-login .container, .action-stemhulp-environment .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container.wrapper {
        width: 1170px;
    }
    .action-login .container, .action-stemhulp-environment .container {
        width: 970px;
    }
}

@media (min-width: 1500px) {
    .container.wrapper {
        width: 1480px;
    }
    .action-login .container, .action-stemhulp-environment .container {
        width: 970px;
    }
}

.action-stemhulp-environment .container {
    width: 550px;
}

@media (min-height: 520px) and (min-width: 600px) {
    .action-login .container, .action-stemhulp-environment .container {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .container.wrapper {
       margin-top: 30px;
       margin-bottom: 30px;
    }

    .action-login .container.wrapper, .action-stemhulp-environment .container.wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.header .main-row {
    padding: 10px 0;
}

.header .main-row img {
    max-height: 50px;
    display: inline-block;
}

@media (max-width: 991px) {
    .header .main-row .text-center {
        text-align: right;
    }
}

.small-hr {
    margin: 10px 0;
    clear: both;
}

.panel {
    background-color: #fff;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    border-color: #dfe8f1;
}

.panel-body {
    padding: 15px 20px;
    position: relative;
}

.panel-body .img-responsive {
    border-radius: 0px;
}

h3.panel-title {
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    line-height: 30px;
}

h3.panel-title span {
    font-weight: normal;
}

h3.panel-title .btn {
    margin-left: 5px;
}

.btn-primary {
    background-color: #00a1e2;
    border-color: #00a1e2;
    white-space: normal;
}

.btn-primary.no-white-space-break {
    white-space: nowrap;
}

.overview .btn-primary {
    white-space: nowrap;
}

.notification-legend {
    display: none;
}

@media (max-width: 767px) {
    .btn-primary {
        margin-bottom: 5px;
    }

    .btn-primary.pull-right {
        float: none !important;
    }
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active:active,
.btn-primary.focus:hover, .btn-primary.focus:focus, .btn-primary.focus:active,
.btn-primary.hover:hover, .btn-primary.hover:focus, .btn-primary.hover:active
{
    background-color: #4cb3e3;
    border-color: #4cb3e3;
}

.ui-dialog .ui-dialog-buttonpane button {
    border-radius: 4px;
}

.fa.warning {  color: #f0ad4e;  }
.fa.success {  color: #5cb85c;  }
.fa.info {  color: #5bc0de;  }
.fa.alert {
    color: #d9534f;
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.btn .fa {
    margin-right: 3px;
}

.content-tabs-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.content-tabs-menu li {
    background-color: #eee;
    border: 1px solid #dfe8f1;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 99;
}

@media (max-width: 577px) {
    .content-tabs-menu li {
        width: 100%;
        display: block;
    }
}

.content-tabs-menu li.disabled a {
    cursor: not-allowed;
    color: #888888;
}

.content-tabs-menu li a {
    font-size: 16px;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
    font-weight: bold;
    color: #333333;
}

.content-tabs-menu li.active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.content-tabs-menu li.active a {
    color: #00a1e2;
}

.content-tabs-content {
    background-color: #fff;
    border: 1px solid #dfe8f1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    top: -1px;
    padding: 15px 15px;
    z-index: 90;
}

.content-tabs-title {
    margin-top: 0;
}

.pop {
    cursor: pointer;
}

address {
    margin-bottom: 0;
}

.table {
    border-spacing: 0;
    font-size: 14px;

    clear: both;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    max-width: none !important;
}

.table.table-clean {
    width: auto;
}

.table.table-clean > tbody > tr > td, .table.table-clean > tbody > tr > th {
    border: none;
    padding: 5px 10px;
}

.table.table-clean > tbody > tr > td:first-child {
    padding-left: 0;
}

.table.borderless td {
    border: none;
    padding: 10px 0;
}

.table tr.active td {
    font-weight: bold;
}

.table th.text-right, .table td.text-right  {
    text-align: right;
}

.table.marginless {
    margin-bottom: 0 !important;
}

.table > tfoot > tr > th,
.table > thead > tr > th {
    background-color: #f9fafe;
    color: #4b5056;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    line-height: 1.42857;
    padding: 10px;
    text-align: left;
}

.table > thead > tr > th {
    font-weight: 700;
    vertical-align: bottom;
}

.table th.col-icon, .table td.col-icon, .table td.col-fit, .table th.col-fit {
    white-space: nowrap;
    width: 1px;
}

.table th input[type='checkbox'] {
    margin: 0 0 4px 0;
}

.table.stembureau-data {
    margin-top: 0 !important;
}

.station-planning-table > .table {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.station-temp-planning-legenda td, .station-temp-planning-legenda th {
    padding: 0 10px;
}

.station-temp-planning {
    max-height: 800px;
    overflow-y: auto;
    border: 1px solid #dfe8f1;
    border-left: none;
}

.station-temp-planning .station-status-icon {
    margin-bottom: 3px;
}

.temp-station-arrangement span.pull-right i.fa {
    margin-top: 3px;
}

.temp-station-arrangement label {
    margin-bottom: 0px;
    width: 100%;
    font-weight: inherit;
}

@media (max-width: 768px) {
    .station-temp-planning {
        max-height: 250px;
    }

    #station_members address {
        padding-top: 15px;
    }
}

.station-temp-planning .btn-primary {
    white-space: nowrap;
}

.station-temp-planning-details.selected {
    -moz-box-shadow: 0 0 15px #4cb3e3;
    -webkit-box-shadow: 0 0 15px #4cb3e3;
    box-shadow: 0 0 15px #4cb3e3;
}

.preferences-table i {
    line-height: inherit;
}

.preferences-table span {
    cursor: pointer;
}

.preferences-table .form-control {
    padding: 0px 2px;
    height: auto;
}

.checklist-items tbody tr td.item-field {
    text-align: right;
}

.checklist-items tbody tr td input[type='text'] {
    min-width: 150px;
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
}

.ellipsis {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.station-planning-table td > div {
    border: 2px solid transparent;
}

.station-planning-table .fa {
    color: #555555;
}

div.draggable {
    cursor: move;
}

.droppable > div {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid transparent;
}

.droppable.droppable-style > div {
    border: 1px dashed #00A1E1;
}

span.bold {
    font-weight: bold;
}

.ui-dragging {
    background-color: #00a1e2;
    border: 1px solid #00a1e2;
    border-radius: 3px;
    color: white;
    z-index: 1000;
    width: auto;
    line-height: 1.42857;
    padding: 5px;
}

.ui-dragging .member-status, .ui-dragging .member-status:hover {
    color: #00a1e2;
}

.ui-dragging .drag-icon, .ui-dragging .member-function, .ui-dragging .member-status {
    display: none;
}

.drag-icon i.draggable-handler {
    margin-top: 4px;
}

.station-planning-table .not-available .fa {
    color: #cecece;
}

.station-planning-table .droppable.available > div,
.station-planning-table .droppable.preffered > div {
    border: 2px dashed #555555;
}

.drag-station-arrangement .no-white-space-break {
    width: 92px;
    text-align: left;
}

.fa-stack {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
}

.fa-stack.popup {
    cursor: pointer;
}

.fa-stack-icon {
    font-size: 25px;
    color: #00a1e2;
}

.fa-stack-text {
    position: absolute;
    top: 3px;
    left: 18px;
    font-size: 10px;
}

.draggable-handler {
    cursor: pointer;
}

.planning-mode {
    margin-top: 3px;
}

.icons-table tbody td {
    padding: 4px;
}

.icons-table tbody td .fa {
    margin-top: 2px;
    font-size: 20px;
    cursor: pointer;
}

.icons-table tbody td input {
    margin: 0;
}

#form_errors ul {
    padding-left: 0;
    color: red;
}

.error {
    color: red;
}

.action-login #form_errors ul {
    list-style-type: none;
}

.ui-widget-header,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-color: #00a1e2;
}

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    border-top: 1px solid #00a1e2;
}

.form-horizontal input[type="checkbox"].checkbox-move-left {
    width: auto;
    margin: 0;
}

.email-message-container {
    border: 1px solid #dfe8f1;
    border-radius: 4px;
    padding: 10px;
}

.form-horizontal.list-item-dialog .control-label {
    text-align: left;
}

#google {
    display: block;
    height: 325px;
}

.message-conversation {
    padding: 15px 10px;
    border: 1px solid #cecece;
    border-radius: 3px;
}

.message-content {
    padding: 10px 10px;
    border: 1px solid #cecece;
    border-radius: 3px;
}

.message-content.message-content-stripped {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.message-sent {
    margin-left: 180px;
    text-align: right;
}

.message-received {
    text-align: left;
    margin-right: 180px;
}

.message-received table {
    width: 100%;
    border-collapse: collapse;
}

.message-received .message-create-content {
    background-color: white;
    border: 1px solid #cecece;
    border-left: none;
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.message-received .message-create-content a {
    display: block;
    padding: 10px 10px;
    font-size: 20px;
    color: #333333;
}

.message-received .message-create-content a:hover {
    color: #333333;
    text-decoration: none;
}

.message-create {
    width: 60px;
}

.message-state {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .message-sent {
        margin-left: 50px;
    }

    .message-received {
        margin-right: 50px;
    }
}

@media (max-width: 576px) {
    .message-sent {
        margin-left: 0;
    }

    .message-received {
        margin-right: 0;
    }

    .message-received .message-state {
        display: block;
        width: 100%;
        float: none !important;
    }
}

.message-sent .message-content {
    background-color: white;
}

.message-received .message-content {
    background-color: #f9f9f9;
}

.message-container label {
    font-size: 11px;
}

.message-container .message-container:last-child {
    margin-bottom: 0px;
}

.message-stations {
    display: none;
}

.state-overview.table-striped tbody tr.state-notify {
    background-color: #f0ad4e;
    color: white;
}

.state-overview.table-striped tbody tr.state-alert {
    background-color: #d9534f;
    color: white;
}

.state-overview.table-striped tbody tr.state-normal .fa {
    color: #00A1E1;
}

.state-overview.table-striped tbody .fa span {
    color: #333333;
}

.checkbox-table input[type='checkbox'], .checkbox-table label {
    margin: 0;
}

.checkbox-table tbody tr td:first-child {
    padding-right: 5px;
}

.hasDatepicker.form-control {
    display: inline-block;
}

table#available_table td {
    padding: 2px 0;
}

table#available_table td:first-child {
    width: 195px;
}

table#available_table select {
    width: 100%;
}

table.dialog-form-table td {
    padding: 2px 0;
}

.footer {
    padding: 0 0 10px 0;
    font-weight: bold;
}

.footer img.img-responsive {
    display: inline-block;
}

.footer .version-info {
    color: #333333;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

@media (max-width: 519px) {
    .footer div {
        text-align: center;
    }

    .footer .pull-right {
        float: none !important;
        display: block;
    }
}

.custom-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 276px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

    line-break: auto;
    color: #333;
    padding: 8px 14px;
    margin: 0;
}

/* jQuery CSS aanpassingen (voorheen in jquery-ui.css) */
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable {
    border: solid 1px #00a1e2;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 0;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background-color: #00a1e2;
    color: #ffffff;
    font-weight: bold;
}

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #00a1e2;
    background-color: #00a1e2;
    color: #ffffff;
    font-weight: bold;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    border: 1px solid #00a1e2;
    background-color: #00a1e2;
    color: #ffffff;
    font-weight: bold;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #00a1e2;
    background-color: #00a1e2;
    color: #ffffff;
    font-weight: bold;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #00a1e2;
    background-color: #00a1e2;
    color: #ffffff;
    font-weight: bold;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #00a1e2;
    background-color: #00a1e2;
    color: #ffffff;
    font-weight: bold;
}


#send {
   color: green;
}

#not_send {
   color: red;
}

#warning_send {
   color: #f0ad4e;
}

.badge-number-container {
    height: 20px;
    text-align: center;
    vertical-align: middle;
}

.badge-number {
    font-size: 12px;
    top: -2px;
    color: white;
}

.badge-circle {
    font-size: 1.6em;
    color: #f44336;
}

body.action-members table tr {
    cursor: default;
}

#customer_survey {
    max-width: 220px;
    margin-right: 10px;
}

.custom-inputs {
    /* verander de form-control 100% width, zodat de inputs naast de labels komen */
    width: 61%;
}
.custom-label {
    /* display om te zeggen dat het ok is voor de inputs om rechts naast de label te mogen staan */
    display: inline-block;
    /* Margin om de label in het midden verticaal gelijk is aan de inputs, zodat de label niet hoger dan de input staat */
    margin: 7px 0px;
}

.custom-label.required {
    font-weight: bold;
}

.form-group {
    /* overflow voor wanneer de scherm kleiner wordt, dat de velden op een goeie manier onder elkaar komen */
    /*overflow: auto*/
}

/* Haal de top margin weg van h4 elementen */
.custom-tabel-row {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    /* Haal de informatie voor grootere schermen weg */
    .custom-big-screen-row { display: none }
    /* Dit is voor de titels van kenmerkgroepn  */
    .custom-topic { font-size: medium; margin-top: 20px }
}
@media screen and (min-width: 767px) {
    /* Haal de informatie voor kleinere schermen weg */
    .custom-small-screen-row { display: none }
}

.supersize-button {
    border: 1px solid transparent;
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.supersize-button .btn-text {
    background-color: #00a1e2;
    padding: 20px;
    width: 220px;
    display: inline-block;
    float: left;
}

.supersize-button .btn-icon {
    background-color: #4cb3e3;
    padding: 20px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    float: left;
}

.supersize-container {
    margin: 20px 0;
}

@media (max-width: 1199px) {
    .col-count-3 .supersize-button .btn-text {
        width: 190px;
        padding: 10px;
    }

    .col-count-3 .supersize-button .btn-icon {
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .col-count-3 .supersize-button .btn-icon {
        display: none;
    }

    .col-count-3 .supersize-button .btn-text {
        width: 148px;
    }
}

@media (max-width: 767px) {
    .col-count-3 .supersize-button .btn-icon {
        display: block;
    }
}

@media (max-width: 377px) {
    .supersize-button .btn-text {
        width: auto;
    }

    .supersize-button .btn-text, .supersize-button .btn-icon {
        padding: 10px;
    }
}

.qr-switch-toggle-ghost, .qr-switch-toggle-ghost:focus {
    background: transparent;
    border: 1px solid rgba(160,160,160, 0.6);
    color: #464646;
    outline: none;
}

.toggle-group input[type=radio]{
    display: none;
}

.toggle-group input[type=radio]:checked+label{
    background-color: #00a1e2;
    color: #fff;
}

#qr_2 {
    display: none;
}

.fixed-table {
    overflow: auto;
    max-height: 500px;
}

.fixed-table table {
    width: 100%;
}

.fixed-table thead th, .fixed-table tfoot th {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    left: 0;
}

.fixed-table thead th {
    top: 0;
}

.fixed-table tfoot th {
    bottom: 0;
}

.fixed-table .overview tbody tr td, .fixed-table .overview > tbody > tr > td {
    vertical-align: middle;
}

.fixed-table table.overview {
    border: none;
    max-height: 100%;
}

.fixed-table {
    border: 1px solid #ddd;
    margin-bottom: -1px;
}

.custom-overview {
    margin-top: 0;
}

.overview_content_body tr {
    cursor: pointer;
}

.priority_1 {
    color: #FFFFFF;
    background: #d9534f;
}

.priority_2 {
    color: #FFFFFF;
    background: #f0ad4e;
}

