﻿/* GLOBAL STYLES
    -------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-bottom: 40px;
    color: #5a5a5a;
    /*overflow: scroll;*/
    /**/ background-color: #eaebe7;
}

#language-selection {
    margin-right: 10px; margin-top: 20px; color: #ccc;

}

#language-selection a {
    color: #faa519 !important

}
#wrapper {
    /*margin-top: 60px;*/
}

.padding-top {
    padding-top: 20px;
}

.alert {
    margin: 10px;
}

.filler {
    background-color: #ffffff;
    min-height: 200px;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    padding: 20px;
    overflow: auto;
    margin-bottom: 15px;
}

.box {
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
   /* border-radius: 4px 4px 4px 4px;*/
    padding: 20px;
    overflow: auto;
    margin-bottom: 15px;
}

/* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

#language-selection a {
    text-align: left;
}

#language-selection .dropdown-menu {
    margin-left: -120px;
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin-top: 20px;
    margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}

    .navbar-wrapper .navbar {
    }

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
    border: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
    box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

/* Downsize the brand/project name a bit */
.navbar .brand {
    padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
    padding: 15px 20px;
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
    margin-top: 10px;
}



.nav .dropdown-toggle .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}


/* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 60px;
}

    .carousel .container {
        position: relative;
        z-index: 9;
    }

.carousel-control {
    height: 80px;
    margin-top: 0;
    font-size: 120px;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    background-color: transparent;
    border: 0;
    z-index: 10;
}

.carousel .item {
    height: 500px;
}

.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

.carousel-caption {
    background-color: transparent;
    position: static;
    max-width: 550px;
    padding: 0 20px;
    margin-top: 200px;
}

    .carousel-caption h1,
    .carousel-caption .lead {
        margin: 0;
        line-height: 1.25;
        color: #fff;
        text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }

    .carousel-caption .btn {
        margin-top: 10px;
    }



/* MARKETING CONTENT
    -------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .span4 {
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .span4 p {
    margin-left: 10px;
    margin-right: 10px;
}


/* Featurettes
    ------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

.featurette {
    padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
    overflow: hidden; /* Vertically center images part 2: clear their floats. */
}

.featurette-image {
    margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
        margin-right: 40px;
    }

    .featurette-image.pull-right {
        margin-left: 40px;
    }

/* Thin out the marketing headings */
.featurette-heading {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.chappsproinfo {
    padding-bottom: 20px;
}
.chappsproinfo ul {
    list-style: square outside none;
}


/* RESPONSIVE CSS
    -------------------------------------------------- */

@media (max-width: 979px) {

    .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
    }

    .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
    }

    .carousel .item {
        height: 500px;
    }

    .carousel img {
        width: auto;
        height: 500px;
    }

    .featurette {
        height: auto;
        padding: 0;
    }

    .featurette-image.pull-left,
    .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
    }
}


@media (max-width: 767px) {

    .navbar-inner {
        margin: -20px;
    }

    .carousel {
        margin-left: -20px;
        margin-right: -20px;
    }

        .carousel .container {
        }

        .carousel .item {
            height: 300px;
        }

        .carousel img {
            height: 300px;
        }

    .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
    }

        .carousel-caption h1 {
            font-size: 30px;
        }

        .carousel-caption .lead,
        .carousel-caption .btn {
            font-size: 18px;
        }

    .marketing .span4 + .span4 {
        margin-top: 40px;
    }

    .featurette-heading {
        font-size: 30px;
    }

    .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
    }
}


.topmenu .navbar .brand, .topmenu .navbar {
    color: white;
}

.topmenu .navbar .navbar-inner {
    background-color: #88cac8;
    background-image: none;
    filter: none;
    background-image: none;
    box-shadow: none;
}

.topmenu .navbar .nav > li > a {
    color: white;
    text-shadow: none;
}

.topmenu .navbar .nav > li > a:hover {
    color: #ddd;
}


.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}


.topmenu .navbar .brand {
    font-size: 27px;
}

.topmenu .nav-pills > .active > a, .topmenu .nav-pills > .active > a:hover, .topmenu .nav-pills > .active > a:focus {
    background: none !important;
    background-color: #faaf2a !important;
    /*background: linear-gradient(top, #ffe98f 0%, #c78000 100%) !important;
    background: -moz-linear-gradient(top, #ffe98f 0%, #c78000 100%) !important;
    background: -webkit-linear-gradient(top, #ffe98f 0%, #c78000 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe98f), color-stop(100%,#c78000)) !important;
    background: -o-linear-gradient(top, #ffe98f 0%, #c78000 100%) !important;
    background: -ms-linear-gradient(#ffe98f, #c78000) !important;*/

    color: #000;
    /*font-weight: bold;*/
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe98f', endColorstr='#c78000', GradientType=0);
    box-shadow: none;
}


.topmenu .nav .active .dropdown-toggle .caret {
    border-bottom-color: #000000;
    border-top-color: #000000;
}

.topmenu [class^="icon-"], .topmenu [class*=" icon-"] {
    background-image: url("../bootstrap/img/glyphicons-halflings-white.png");
}

.topmenu .icon-white, .topmenu .nav-pills > .active > a > [class^="icon-"], .topmenu .nav-pills > .active > a > [class*=" icon-"],
.topmenu .nav-list > .active > a > [class^="icon-"], .topmenu .nav-list > .active > a > [class*=" icon-"],
.topmenu .navbar-inverse .nav > .active > a > [class^="icon-"], .topmenu .navbar-inverse .nav > .active > a > [class*=" icon-"],
.topmenu .dropdown-menu > li > a:hover > [class^="icon-"], .topmenu .dropdown-menu > li > a:focus > [class^="icon-"], .topmenu .dropdown-menu > li > a:hover > [class*=" icon-"],
.topmenu .dropdown-menu > li > a:focus > [class*=" icon-"], .topmenu .dropdown-menu > .active > a > [class^="icon-"], .topmenu .dropdown-menu > .active > a > [class*=" icon-"],
.topmenu .dropdown-submenu:hover > a > [class^="icon-"], .topmenu .dropdown-submenu:focus > a > [class^="icon-"], .topmenu .dropdown-submenu:hover > a > [class*=" icon-"],
.topmenu .dropdown-submenu:focus > a > [class*=" icon-"],
.topmenu .dropdown-toggle > a > [class^="icon-"], .topmenu .dropdown-toggle > a > [class*=" icon-"] {
    background-image: url("../bootstrap/img/glyphicons-halflings.png");
}


.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    color: #000000;
    background-color: #FFE98F;
    background-image: none;
    filter: none;
}


.pagemenu [class^="icon-"]
{
    background-image: url("../bootstrap/img/glyphicons-halflings-white.png");
}

.pagemenu.nav-pills > li > a,
.topmenu .nav-pills > li > a {
    color: #fff;
}


.pagemenu.nav-pills > li.active [class^="icon-"]
{
    background-image: url("../bootstrap/img/glyphicons-halflings.png");
}

.pagemenu.nav-pills > li.active > a {
    color:black;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}


.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
    background: none !important;
    background-color: #faaf2a !important ;
    color: #000;
}

.hero-unit {
    background-color: #f2f2f2;
}


.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: #f2f2f2;
}

#tabs {
    text-align: center;
}
#tabs li {
    display: inline-block;
    float: none;
}
#tabs li a {
    background: none !important;
    /*box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);*/
    border: 1px solid #999;
    color: #555;
    font-family: "Century Gothic",arial,verdana,sans-serif;
    font-size: 26px;
    line-height: 25px;
    margin-right: 10px;
    padding: 15px;
    text-shadow: 0 1px 0 #FFFFFF;
}
#tabs li.active a {
    background: #555 !important;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

#contact-tabs {
    text-align: center;
    /*margin-left: -60px;*/
}

#contact-tabs li {
    display: inline-block;
    float: none;
}

#contact-tabs li a {
    background: none !important;
    font-family: "Century Gothic",arial,verdana,sans-serif;
    font-size: 26px;
    line-height: 25px;
    margin-right: 10px;
    padding: 15px;
    color: #777; 
    border: 1px solid #777;
}

#contact-tabs li.active a {
    color: #FFFFFF; 
    border: 1px solid #fff;
}

/*.btn {
    background-image: none;
    filter: none;
    background-image: none;
    box-shadow: none;
}*/

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000 !important;
    margin-left: 5px !important;
}

.field-validation-valid {
    display: none !important;
}

.select2-container.input-validation-error .select2-choice {
    border-color: #ff0000;
    background-image: -moz-linear-gradient(center bottom, #ffeeee 0%, white 50%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #ffeeee), to( #ffeeee));
    background-image: -webkit-linear-gradient(top, #ffeeee, #ffeeee);
    background-image: -o-linear-gradient(top, #ffeeee, #ffeeee);
    background-image: linear-gradient(to bottom, #ffeeee, #ffeeee);
}

textarea.input-validation-error,
input[type="text"].input-validation-error,
input[type="password"].input-validation-error,
input[type="datetime"].input-validation-error,
input[type="datetime-local"].input-validation-error,
input[type="date"].input-validation-error,
input[type="month"].input-validation-error,
input[type="time"].input-validation-error,
input[type="week"].input-validation-error,
input[type="number"].input-validation-error,
input[type="email"].input-validation-error,
input[type="url"].input-validation-error,
input[type="search"].input-validation-error,
input[type="tel"].input-validation-error,
input[type="color"].input-validation-error,
.error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.radio-error {
    background-color: #ffeeee !important;
}

.validation-summary-errors {
    font-weight: bold !important;
    color: #ff0000 !important;
}

.validation-summary-valid {
    display: none !important;
}


/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}


.display-label {
    float: left;
    clear: left;
    width: 250px;
}

.display-field {
    float: left;
    clear: right;
}


.btn.btn-chapps {
    background-image: none;
    filter: none;
    background-image: none;
    box-shadow: none;
    background-color: #006DCC;
    color: white;
    text-shadow: none;
}

    .btn.btn-chapps:hover {
        background-color: #0044cc;
        color: white;
        text-shadow: none;
    }

.template-created, .template-htmltext {
    font-size: 0.8em;
    margin-left: 5px;
}

.template-htmltext {
    margin-top: 3px;
}

.prettyfied-select {
    height: 33px;
    display: inline-block;
    min-width: 330px;
    position: relative;
    background: #fff;
}

    .prettyfied-select .prettyfied-select-box,
    .prettyfied-select .dropDown {
        /*font-size: 11px;*/
        /*font-weight: bold;*/
        color: #444;
    }

    .prettyfied-select .prettyfied-select-box {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 33px;
        cursor: pointer;
        background-position: right 9px;
        background-repeat: no-repeat;
        border: 1px solid #ccc;
        border-radius: 2px;
    }

        .prettyfied-select .prettyfied-select-box span {
            padding-left: 8px;
        }

    .prettyfied-select .dropDown {
        position: absolute;
        z-index: 999;
        top: 32px;
        left: 0px;
        min-width: 330px;
        padding: 0;
        list-style-type: none;
        margin: 0;
        border: 1px solid;
        border-top: 0;
        background: #fff;
        border-radius: 0 0 2px 2px;
    }

    .prettyfied-select .dropDown {
        border-top: 1px black solid;
        max-height: 280px;
        overflow: auto;
    }

    .prettyfied-select .prettyfied-select-box.expanded {
        max-height: 200px;
        overflow: auto;
    }

    .prettyfied-select .prettyfied-select-box:hover,
    .prettyfied-select .prettyfied-select-box.expanded,
    .prettyfied-select .dropDown {
        box-shadow: 1px 1px 1px #fff;
        border-color: #666;
    }

        .prettyfied-select .dropDown.is-hidden {
            border-color: #fff;
            box-shadow: none;
        }

        .prettyfied-select .dropDown li {
            display: block;
            line-height: 16px;
            padding: 8px 0 8px 8px;
            cursor: pointer;
        }

            .prettyfied-select .dropDown li.hover {
                background: #eee;
            }

            .prettyfied-select .dropDown li img {
                float: left;
                margin-right: 5px;
            }

            .prettyfied-select .dropDown li i {
                display: block;
                margin: 0 0 0 21px;
                font-weight: normal;
            }

    .prettyfied-select .optgroup {
        font-weight: bold;
        text-decoration: underline;
    }

.form {
    padding: 20px 10px 15px 10px;
    border: 1px solid #DDDDDD;
    background-color: #ffffff;
    /*border-radius: 4px 4px 4px 4px;*/
    margin-bottom: 8px;
}

.modal .form {
    border: none;
}


/* GENERAL */
body {
    color: #333;
}

.rsform-input-box textarea {
    margin-bottom: 20px !important;
    opacity: 0.7;
}

/* TYPOGRAPHY */
.mainmenu a, #signUpLink a{
    color:#faa519  ;
}

.loginLink {
    color:#faa519  !important;
}
#passwordResetLink {
    color: #fff;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: -moz-linear-gradient(center top, #FFE98F 0%, #C78000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    background: -ms-linear-gradient(top, #FFE98F, #C78000);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFE98F), to(#C78000));
    background: -webkit-linear-gradient(top, #FFE98F, #C78000);
    background: -o-linear-gradient(top, #FFE98F, #C78000);
    background: linear-gradient(#FFE98F, #C78000);
    box-shadow: none;
    color: #000000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe98f', endColorstr='#c78000', GradientType=0);

    /*border: none;*/
}


.nav-pills > li > a {
    color: #000;
}

.form .nav-pills > li > a {
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #ccc;
}

.form .nav-pills > li > a:hover {
    background-color: #eee;
}

.table thead tr {
    height: 40px;

}

.table thead th {
     vertical-align: middle;
    padding: 5px;
}


.table td, .table th {
    padding-bottom: 10px;
    padding-top: 10px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #E09D00;
    background-image: none;
    filter: none;
}


.breadcrumb a {
    color: #faa519 ;
}

.form-horizontal .control-group {
    margin-bottom: 10px;
}

h1, h2, h3 {
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-family: "Century Gothic", arial, verdana, sans-serif;
}

h2 {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
   
    padding-bottom: 40px;
    text-shadow: 0px 1px 0px #FFF;
}

h3 {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 20px;
    text-shadow: 0px 1px 0px #FFF;
}

div.dark h1, div.dark h2, div.dark h3, div.dark p, div.dark li, div.dark label {
    color: white;
    text-shadow: 0px 1px 0px #000;
}

p {
    margin: 0 0 20px 0;
}

/* SYSTEM MESSAGES */
dt.message, dt.error {
    display: none;
}

dd.message {
    color: #3A87AD;
    background-color: #D9EDF7;
    display: block;
    padding: 8px 35px 8px 14px;
    margin: 0 0 20px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #BCE8F1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    dd.message.error {
        color: #b94a48;
        background-color: #f2dede;
        border: 1px solid #eed3d7;
    }

    dd.message ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

/* TOPMENU */
div.topmenu {
    /*height: 70px;*/

    /*background-color: rgba(0, 0, 0, 0.86);*/
    
    padding: 20px 0;
    color: white;
    /*position: fixed;*/
    top: 0;
    width: 100%;
    z-index: 1000;
    /*border-bottom: 2px solid #fff;*/
}


    div.topmenu div.logo a, div.topmenu div.logo a:hover {
        color: white;
        font-size: 40px;
        line-height: 50px;
        font-family: "Century Gothic", arial, verdana, sans-serif;
        text-decoration: none;

    }

    div.topmenu div.languages {
        text-align: right;
    }

    div.topmenu div.mainmenu {
        text-align: right;
    }

/* MAIN MENU */
div.mainmenu ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

    div.mainmenu ul.menu li {
        float: left;
        margin-left: 20px;
        padding-top: 24px;
    }

        div.mainmenu ul.menu li a {
            text-transform: uppercase;
            color: #606060;
            text-decoration: none;
            font-size: 15px;
        }

        div.mainmenu ul.menu li.active a {
            color: white;
        }

        div.mainmenu ul.menu li a:hover {
            color: white;
            text-decoration: none;
        }

        .input-large {
    width: 240px;
}


/* INTRODUCTION */
div.component {
    background: url("../images/component-shade.png") repeat-x left bottom;
}

div.introduction h1 {
    font-size: 78px;
    line-height: 72px;
    padding-bottom: 20px;
    font-weight: normal;
}

div.introduction h2 {
    padding-bottom: 25px;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: none;
}

div.introduction {
    font-size: 16px;
    line-height: 28px;
}

div.introcontent {
    padding-top: 80px;
}

div.introcontent p, div.introcontent ul {
    font-family: "Century Gothic", arial, verdana, sans-serif;
}

.no-wrap {
    white-space: nowrap;
}

div.adressen div.feature h3 {
    font-size: 20px;
    line-height: 20px;
}

.dark a {
    color: #faa519;
}

/* CONTACT */
div.contact div.modulecontent {
    padding: 40px 0 20px 0;
    background: url("../images/top-gradient.png") repeat-x left top;
}

.formResponsive {
    margin-bottom: 20px;
}

div.contact label {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.formResponsive input.rsform-error, .formResponsive textarea.rsform-error, .formResponsive select.rsform-error {
    color: #b94a48;
    border-color: #ff0000;
    opacity: 0.7;
    background: #f7eeee;
}

.formResponsive .formError {
    display: inline !important;
}

div.contact textarea {
    margin-bottom: 0 !important;
}

/*#Verstuur {
    border: 0;
    font-size: 18px;
    background-position-y: center;
}*/
div.modulecontent {
 font-family: "Century Gothic",arial,verdana,sans-serif;
    font-size: 15px;
    line-height: 24px;
}
div.modulecontent ul {
    margin-bottom: 40px;
}

div.modulecontent li {
    line-height: 28px;
}
 
#inbeeld div.modulecontent li {
    line-height: 24px;
}
#inbeeld div.modulecontent ul {
    margin-bottom: 10px;
}

.feature .span3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
/* ADRESSEN */


    div.adressen div.modulecontent {
        padding: 40px 0 0px 0;
        background: url("../images/top-gradient.png") repeat-x left top;
    }

    div.adressen div.feature h3 {
        font-size: 20px;
        line-height: 20px;
    }

    div.adressen div.feature p {
        font-size: 14px;
        line-height: 20px;
    }

/* GOOGLE MAPS */
div.googlemaps div.modulecontent {
    position: relative;
}

div.gmaps_shade {
    position: absolute;
    z-index: 5000;
    background: url("../images/top-gradient.png");
    height: 38px;
    width: 100%;
    top: 0;
    border-top: 1px solid #f3f3f3;
}

div#map_canvas {
    height: 400px;
}

tr.clickable:hover {
    background-color: #5a5a5a;
    color: white;
}


/*added Css for the Jos*/
.column-view-container {
    border: 0px !important;
}

.column {
    border-right-color: #ddd !important;
}

    .column:only-child {
        border-right: 0px solid black !important;
    }

    .column:last-child {
        border-right: 0px solid #000 !important;
    }

    .column .ul .li {
        font-size: 14px !important;
    }

        .column .ul .li:hover, .column .ul .li.active {
            background-color: #FCE286 !important;
            color: #000 !important;
        }


            .column .ul .li:hover [class*=" icon-"], .column .ul .li.active [class*=" icon-"], .column .ul .li:hover [class^=" icon-"], .column .ul .li.active [class^=" icon-"] {
                background-image: url("../bootstrap/img/glyphicons-halflings.png");
            }


    .column .toolbar {
        /*background-color: #e09d00;
        background: linear-gradient(top, #ffe98f 0%, #c78000 100%) !important;
        background: -moz-linear-gradient(top, #ffe98f 0%, #c78000 100%) !important;
        background: -webkit-linear-gradient(top, #ffe98f 0%, #c78000 100%) !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe98f), color-stop(100%,#c78000)) !important;
        background: -o-linear-gradient(top, #ffe98f 0%, #c78000 100%) !important;
        background: -ms-linear-gradient(#ffe98f, #c78000) !important;*/
        background-color: #eeeeee !important;
        border-bottom: 1px solid black;
        height: 30px;
        padding: 5px;
        text-align: right;
    }

/*.btn-danger{
    background-color:#000 !important;
    color:#fff;
    border-right:2px solid #fff   !important;
    color: #FFFFFF;
    text-shadow:none;
    opacity:1 !important;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    background-color:#000 !important;
    color:#fff;
    border-color: #000 !important;
    color: #FFFFFF;
    text-shadow:none;
    opacity:1 !important;

}*/
/*.createtemplate-button{
    background-color:#000;
    border-color:#000;
    color:#fff;
    text-shadow:none;
}

a.createtemplate-button:hover{
    background-color:#000;
    border-color:#000;
    color:#e09d00;
    text-shadow:none;
}*/


/*.btn.btn-small.dropdown-toggle.disabled{
    background-color:#bbb !important;
    color:#DDDDDD;
    border-color: #bbb !important;
    text-shadow:none;
    opacity:1 !important;
    box-shadow:none !important;

}

.btn.btn-small.dropdown-toggle.disabled .caret{
    border-top: 4px solid #ddd !important;
}
.btn-danger[disabled]{
    background-color:#bbb !important;
    color:#DDDDDD;
    border-color: #bbb !important;
    border-right:2px solid #fff !important;
      text-shadow:none;
    opacity:1 !important;
}

.btn.btn-small.dropdown-toggle{
       background-color:#000 !important;
    color:#fff;
    border-color: #000 !important;
    color: #FFFFFF;
    text-shadow:none;

}*/

/*.btn-small{
    font-size:14px !important;
}
#save_node{
           background-color:#000 !important;
    color:#fff;
    border-color: #000 !important;
    color: #FFFFFF;
    text-shadow:none;
}*/


.breadcrumb {
    background-color: transparent !important;
    color: #fff !important;
    padding: 0px !important;
}

    .breadcrumb > li {
        text-shadow: none !important;
    }

    .breadcrumb > .active {
        text-shadow: none !important;
        color: #fff !important;
    }

.jstree-clicked {
    background-color: #fce286 !important;
    border: 1px solid #e09d00 !important;
}


.disabled {
    opacity: 0.4;
    cursor: default;
}

.btn-primary.disabled, .btn-primary[disabled],.btn-primary.disabled:hover, .btn-primary[disabled]:hover  {
    background-color: #333333;
}


.question-row {
    display: none;
}

/*Pictures on home page from team*/
.picture-table .first {
    font-size: 24px;
    width: 360px;
}

.picture-table img {
    cursor: pointer;
}

.picture-table .first img {
    cursor: default;
}

.picture-table .first span {
    padding: 15px;
    margin-top: -80px;
    display: block;
}



.picture-table {
    font-size: 18px;
}

.picture-table span {
    position: relative;
    margin-top: -50px;
    color: white;
    padding: 10px;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000000;
    width: 70%;
    display: none;
}

.no-margin {
    margin: 0;
}

ul.features {
    margin-bottom: 20px;/*equal to spacing after p*/
}

.jqueryHidden {
    display: none;
}


.table {
    border-radius: 0 !important;
}