﻿/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
    height: 100%;
}

body {
    padding-top: 50px;
    /* body padding for fixed top nav */
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
    margin-bottom: 30px;
}

.tab-pane {
    margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
    padding: 50px 0;
}

.section-colored {
    background-color: #e1e1e1;
    /* change this to change the background color of a colored section */
}

.sidebar {
    margin-top: 40px;
}

    .sidebar ul {
        border-radius: 5px;
        padding: 5px;
        border: 1px solid #cccccc;
    }

/* Half Page Height Carousel Customization */
.carousel {
    height: 50%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
    margin-bottom: 45px;
}

.tooltip-social a {
    text-decoration: none;
    color: inherit;
}

.facebook-link a:hover {
    color: #3b5998;
}

.linkedin-link a:hover {
    color: #007fb1;
}

.twitter-link a:hover {
    color: #39a9e0;
}

.google-plus-link a:hover {
    color: #d14836;
}

/* Service Page Styles */
.service-icon {
    font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
    font-size: 8em;
}

/* Pricing Page Styles */
.price {
    font-size: 4em;
}

.price-cents {
    vertical-align: super;
    font-size: 50%;
}

.price-month {
    font-size: 35%;
    font-style: italic;
}

/* Footer Styles */
footer {
    margin: 50px 0;
}

/* Responsive Styles */
@media (max-width: 767px) {

    .carousel {
        height: 70%;
        /* increases the carousel height so it looks good on phones */
    }
}
/* custom style */

.nobold {
    font-weight: normal !important;
}

.bold {
    font-weight: bold !important;
}

.ui-autocomplete {
    z-index: 2000 !important;
}

input[type="checkbox"] {
    margin-left: 0px !important;
}

.navbar-inverse {
    background-color: #0f1b5a;
}

    .navbar-inverse .navbar-nav > .open > a {
        background-color: #0f1b5a;
    }

.dropdown .open > a {
    background-color: #0f1b5a;
}

.dropdown-menu > li > a {
    color: #0f1b5a;
}

.progress-bar-warning {
    background-color: #f0ad4e !important;
    color: white !important;
}

.progress-bar-danger {
    background-color: #d9534f !important;
    color: white !important;
}

.pointer {
    cursor: pointer;
}

.help {
    cursor: help;
}

.valigntop {
    vertical-align: top;
}

.valignbottom {
    vertical-align: bottom;
}

.valignmiddle {
    vertical-align: middle;
}

.formsheadertable {
    border: none;
}

.formsheadertable td {
    padding: 15px !important;
}

/*colors*/

.red {
    color: #FF0000;
}

.black {
    color: #000000;
}

.green {
    color: #00ff00;
}

.white {
    color: #ffffff;
}

.highlight-error {
    color: #FFFFFF;
    background-color: #FF0000;
}

/*colors*/

/* input */

.smallinput {
    width: 75px !important;
}

.smallinput2 {
    width: 85px !important;
}

/* input */

.tooltip_templates {
    display: none;
}

.nomargin {
    margin: 0px !important;
}

.form-group {
    margin-bottom: 4px !important;
}

/*rotated table headers*/

.table-header-rotated {
    border-collapse: collapse;
}

.no-csstransforms .table-header-rotated th {
    padding: 5px 10px;
}

.table-header-rotated td {
    white-space: nowrap;
}

.csstransforms .table-header-rotated th.rotate {
    height: 140px;
    white-space: nowrap;
    vertical-align: middle !important;
}

    .csstransforms .table-header-rotated th.rotate > div {
        -webkit-transform: translate(25px, 51px) rotate(315deg);
        -ms-transform: translate(25px, 51px) rotate(310deg);
        transform: translate(25px, 51px) rotate(310deg);
        width: 35px;
    }

        .csstransforms .table-header-rotated th.rotate > div > span {
            padding: 1px 3px;
        }

.table-header-rotated th.row-header {
    padding: 0 5px;
    border-bottom: 1px solid #ccc;
}

/*Green to red colors*/

.green-to-red-1 {
    color: white;
    background-color: #00FF00;
}

.green-to-red-2 {
    color: white;
    background-color: #48FF00;
}

.green-to-red-3 {
    color: white;
    background-color: #91FF00;
}

.green-to-red-4 {
    color: white;
    background-color: #DAFF00;
}

.green-to-red-5 {
    color: white;
    background-color: #FFDA00;
}

.green-to-red-6 {
    color: white;
    background-color: #FF9100;
}

.green-to-red-7 {
    color: white;
    background-color: #FF4800;
}

.green-to-red-8 {
    color: white;
    background-color: #FF0000;
}

/*Green to red colors*/

.full-width {
    width: 100%;
}

.nohorizontalscroll {
    width: 95%;
}

.fml-height {
    min-height: 640px !important;
}

.toelichting {
    padding-left: 45px !important;
}

.radio-container input[type=radio] {
    margin-top: 5px;
    float: left;
}

.radio-container label {
    margin-left: 30px;
    display: block;
    cursor: pointer;
    font-weight: normal;
}

.radio-label-bold {
    font-weight: bold !important;
}

.bootstrap-button-small {
    height: 20px;
    width: 20px;
    padding-top: 4px;
    color: blue;
}

.maxWidth500 {
    max-width: 500px !important;
}

.width300 {
    width: 4000px !important;
}

.scrollx {
    overflow-x: auto !important;
}

.fixedTable {
    table-layout: fixed;
}

/*Loading spinner*/
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
/*Loading spinner*/

/* submenu */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #000;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #000;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/* submenu */

.pagebreak {
    page-break-after: always;
}

.notdborder td {
    border-top: none !important;
}

.nomargin {
    margin: 0;
}

/* formtable */

.numbercell {
    background-color: #000000;
    color: #ffffff;
    width: 25px;
    text-align: center;
}

.numbercellwhite {
    background-color: #ffffff;
    color: #000000;
    width: 25px;
    text-align: center;
}

.infocell {
    background-color: gray;
    color: #ffffff;
    width: 70%;
}

.infocellsub {
    background-color: #BFBFBF;
    width: 70%;
}

.alineacell {
    width: 40px;
}

.checkbox-td {
    width: 25px;
    text-align: center;
}

.checkbox-toelichting {
    width: 25%;
}

.onethird {
    width: 33%;
}

.onefifth {
    width: 20%;
}

.date-td {
    width: 10%;
}

.omschrijving {
    width: 50%;
}

.prognose {
    width: 17%;
}

.formselect {
    height: 26px;
}

/* formtable */

/* panel collapse */

.panel-heading-collapse a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading-collapse a.collapsed:after {
    content: "\e080";
}

/* end panel collapse */

.canvasjs-chart-tooltip {
    pointer-events: auto !important;
}

.canvasjs-chart-tooltip {
    margin-left: 20px;
    margin-top: 20px;
}

.redalert {
    background-color: red;
}

.greenalert {
    background-color: greenyellow;
}