/**
 * WHMCS Bootstrap Override Sheet
 *
 * These styles override Bootstrap's defaults.
 *
 * @project   WHMCS
 * @cssdoc    version 1.0-pre
 * @package   WHMCS
 * @author    WHMCS Limited <development@whmcs.com>
 * @copyright Copyright (c) WHMCS Limited 2005-2015
 * @license   http://www.whmcs.com/license/
 * @link      http://www.whmcs.com/
*/

@import url("//fonts.googleapis.com/css?family=Open+Sans:400,600|Exo:400,700|Exo:100,200,300,400,500,600,700");

body {
  font-family: "Trebuchet MS", Verdana, Tahoma, serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333333;
  background: #ececec url('/templates/denit/img/background.png');
  background-repeat: no-repeat;
  background-position: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Exo', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.navbar-main {
    margin-bottom: 0;
    background-color: #004479;
    border: 0;
    min-height: 40px;
    font-family: 'Exo', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    z-index: 5;
}

select {
    background: transparent;
    border: 1px solid #fff;
}

.navbar-main .navbar-nav > li > a {
    color: #fff;
}

input:focus {
    outline: none !important;
}

*:focus {
    outline: none !important;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.space-login {
    border-bottom: 1px solid #46779e;
    padding: 5px 0;
}

.space-login-last {
    border-bottom: 0px solid #46779e;
    padding: 5px 0;
}

.space-login-kb {
    border-bottom: 1px solid #46779e;
}

.space-login-kb-last {
    border-bottom: 0px solid #46779e;
}

.btn-login-order {
    color: #fff;
}

.btn-login-order a {
    color: #fff;
}

.btn-login-order:hover {
    text-decoration: underline;
    color: #fff;
}

.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus,
.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > .active > a:focus,
.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #fb8431;
}

#main-menu .navbar-nav {
    margin-left: -15px;
    margin-right: -15px;
}

.navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 0px;
}

.display-mobile, .mobile-only {
   display: none !important;
}

.panel-kb-body {
    padding-bottom: 30px;
}

.panel-kb-body form {

}

.form-kb {
    display: block;
    width: 100%;
    height: auto;
    padding: 29px 12px;
    font-family: 'Exo';
    line-height: 1.42857143;
    color: #a1a1a1;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 7px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
}

@media (max-width: 992px) and (min-width: 768px) {
    .container {
        width: initial;
        padding-left: 0px !important;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: right!important;
        margin-right: 0px !important;
    }
}


@media (max-width: 768px) {
     .mobile-menu-container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-main .navbar-nav .open .dropdown-menu > li > a {
            color: #fff !important;
    }
    .navbar-main .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
    }
    .navbar-main .navbar-nav .open .dropdown-menu-nav > li > a {
            color: #fff;
    }
    .navbar-main .navbar-nav .open .dropdown-menu-nav > li > a:hover {
        color: #fff;
    }
    .mainFooter-socialIcons {
        float: none !important;
        margin: 0 auto;
        padding: 30px 0 6px 100px;
    }
    .navbar-right {
        margin-right: 0px !important;
    }
    .home-padding {
       padding: 40px 40px 125px 40px;
    }
}

@media (max-width: 991px) {
    .mobile-menu-container {
        padding-right: 0px;
    }
    .domeinBlok {
        font-family: 'Exo', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.3em;
        color: #004479;
        float: left;
        text-align: left;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        /*margin-left: -50px;*/
    }
    .domeinBlok span {
        float: none !important;
        text-align: left;
    }
    .mobileTop {
        top: 170px;
        position: absolute;
        right: 0;
    }
    .mobileTopTLD {
        top: 84px;
        position: absolute;
        right: 0;
    }
    .mobile-only {
        display: initial !important;
    }
   .navbar-main .navbar-nav > li > a {
        color: #fff;
        border-bottom: 1px solid #5f88a7;
    }
    .mobile-margin {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .mobile-gone {
        display: none;
    }
    .light-blue {
        background: #336a94;
        color: #fff;
    }
     .light-blue a {
        color: #fff;
    }
    .dark-blue a {
        color: #fff;
    }
    .right-mobile {
        float: right;
        display: block;
        margin: 0;
        padding: 13px;
    }
    .display-mobile {
        display: initial !important;
    }
    .block-phone {
        display: none;
    }
    .block-home-height {
        margin-left: 20px;
        margin-right: 20px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #004479;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #336a94;
    }
    .navbar {
        border-radius: 0px;
    }
    .blue-link a {
        color: #fff !important; /*#4e789c */
        border-left: 0px solid #80a2bc !important;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        float: left;
        background: #336a94;
        margin: 0px;
        border-radius: 0px;
        padding: 17px 10px;
    }
    .navbar-default .navbar-toggle {
       border-color: #336a94;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .btn-readmore, .btn-login {
        position:  static !important;
        margin-top: 40px;
    }
}
@media (max-width: 440px ) {
    .mobile-margin {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .mobileTop {
        top: 155px;
        position: absolute;
        right: 0;
    }
    .mobileTopTLD {
        top: 73px;
        position: absolute;
        right: 0;
    }
}

@media (max-width: 610px) {
    .mainFooter-socialIcons {
        float: none !important;
        margin: 0 auto;
        padding: 50px 0 6px 100px;
    }
}

@media (max-width: 379px) {
    .mainFooter-socialIcons {
        float: none !important;
        margin: 0 auto;
        padding: 90px 0 6px 100px;
    }
}
.panel {
  font-size: 16px;
  color: #004479;
}

.list-group {
  font-size: 15px;
  color: #004479;
  background: transparent;
  font-weight: 500;
  font-family: 'Exo', sans-serif;
}

.list-group-contact {
  font-size: 15px;
  color: #fff;
  background: #fb8431;
  font-weight: 500;
  font-family: 'Trebuchet MS', sans-serif;
}

.list-group-calamiteiten {
  font-size: 15px;
  color: #fff;
  background: #336a94;
  font-weight: 500;
  font-family: 'Trebuchet MS', sans-serif;
}

a.list-group-item {
    color: #004479;
    font-weight: 600;
}

a.list-group-item:focus, a.list-group-item:hover {
    color: #fb8431;
    text-decoration: none;
    background-color: transparent;
}

a.list-group-item-contact {
    color: #fb8431;
    font-weight: 600;
}

a.list-group-item-contact:focus, a.list-group-item-contact:hover {
    color: #fb8431;
    text-decoration: none;
    background-color: transparent;
}

a.list-group-item-calamiteiten {
    color: #336a94;
    font-weight: 600;
}

a.list-group-item-calamiteiten:focus, a.list-group-item-calamiteiten:hover {
    color: #336a94;
    text-decoration: none;
    background-color: transparent;
}


.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: transparent!important;
    border: 1px solid #fff;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #fff !important;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fb8431!important;
    background-color: #fff !important;
    border-color: transparent !important;
}

.pagination {
    font-size: 0.8em;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: white;
    background-color: #006687;
    border-color: #006687;
}

.navbar-main .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #fb8431;
}

.navbar-main .dropdown-menu-nav > li > a:hover, .dropdown-menu-nav > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #fb8431;
}

.label {
    border-radius: 0;
}

input[type='file'].form-control {
    height: inherit;
    margin-bottom: 5px;
}

.list-group-item {
    padding: 7px 15px;
}
.panel-body {
    padding: 10px 15px;
    font-family: "Trebuchet MS", arial, sans-serif;
    font-size: 15px;
    color: #004479;
    background: transparent;
    /*border-bottom: 1px solid #ddd;*/
}

.panel-default>.panel-heading {
    color: #0f4f80;
    background-color: transparent!important;
    border-color: transparent;
}

.panel-default>.panel-heading-contact {
    color: #fff;
    background-color: #fb8431!important;
    border-color: #fb8431;
}

.panel-default>.panel-heading-calamiteiten {
    color: #fff;
    background-color: #336a94 !important;
    border-color: #336a94;
}

.panel-default>.panel-heading-white {
    color: #0f4f80;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 20px;
}

.panel-body-white {
    padding: 0 20px;
}

.panel-footer-white {
    padding: 0 20px;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent!important;
    border: 1px solid #fff;
    border-radius: 11px;
    -webkit-box-shadow: 0px !important;
    box-shadow: 0px !important;
}

.panel-contact {
    margin-bottom: 20px;
    background-color: #fb8431 !important;
    border: 1px solid #fb8431;
    border-radius: 11px;
    -webkit-box-shadow: 0px !important;
    box-shadow: 0px !important;
}

.panel-calamiteiten {
    margin-bottom: 20px;
    background-color: #336a94 !important;
    border: 1px solid #336a94;
    border-radius: 11px;
    -webkit-box-shadow: 0px !important;
    box-shadow: 0px !important;
}

.panel-footer {
    padding: 10px 15px;
    background-color: transparent !important;
    border-top: 1px solid transparant;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-footer-contact {
    padding: 10px 15px;
    background-color: #fb8431 !important;
    border-top: 1px solid #fb8431;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-footer-calamiteiten {
    padding: 10px 15px;
    background-color: #336a94 !important;
    border-top: 1px solid #336a94;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-accent-white {
    background-color: #fff !important;
}

.panel-footer-white {
    padding: 10px 15px;
    background-color: #fff !important;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    /*width: 230px;*/
}

.panel-title {
    color: #004479;
    background: transparent !important;
    border-color: #fff;
    font-family: 'Exo', sans-serif;
    font-weight: 300;
    font-size: 27px;
}

.panel-title-contact, .panel-title-calamiteiten {
    color: #fff;
    background: transparent !important;
    border-color: #fff;
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 27px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0 !important;
    margin: 0px 0 0 !important;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu>li>a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: 500;
    line-height: 1.42857143;
    color: #004479 !important;
    white-space: nowrap;
    font-size: 16px;
    font-family: 'Exo', sans-serif;
    border-bottom: 1px solid #ededed;
}

.dropdown-menu>li>a:hover {
    color: #fff !important;
    background-color: #fb8431;
}

.dropdown-menu-nav {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0 !important;
    margin: 0px 0 0 !important;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu-nav>li>a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: 500;
    line-height: 1.42857143;
    color: #004479;
    white-space: nowrap;
    font-size: 16px;
    font-family: 'Exo', sans-serif;
    border-bottom: 1px solid #ededed;
}

.dropdown-menu-nav>li>a:hover {
    color: #fff;
    background-color: #fb8431;
}

/*
 * We use a larger font-size than the bootstrap default, which requires an increase
 * in the top offset to maintain correct alignment in form control feedback.
 */
.has-feedback label ~ .form-control-feedback {
    top: 27px !important;
}

.list-group-item > i.fa.fa-circle-o {
    color: #808080;
}


.bg-color-blue {
    background: #004479;
    border-radius: 8px;
    color: #fff;
    font-family: "Trebuchet MS", Arial, sans-serif;
    padding: 10px 20px;
    font-weight: bold;
}

.blue-link a {
    color: #fff !important;
//    border-left: 1px solid #80a2bc;
}

.blue-link a:hover {
    color: #fff !important;
//    border-left: 1px solid #80a2bc;
}


/*
**
** POPUP
**
*/

.form-control-popup {
    display: block;
    width: 100%;
    padding: 29px 12px;
    font-size: 15px;
    font-style: normal;
    border-radius: 7px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    padding: 2px 1px;
}

.input-group-btn-popup {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    padding: 20px 0;
}

.btn-popup {
    color: #fff;
    background-color: #004479;
    border: 1px solid #fff;
    font-size: 15px;
    border-radius: 7px;
    padding: 11px 20px;
    margin: 20px 0;
}

.input-group-popup {
    position: relative;
    border-collapse: separate;
    border-radius: 7px !important;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 500;
    vertical-align: middle;
    cursor: pointer;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 13px;
}

.popover-content {
    padding: 9px 14px;
    font-family: 'Trebuchet MS';
    font-size: 13px;
    background: #1a5787 !important;
    border: 2px solid #1a5787 !important;
    border-radius: 9px;
    color: #fff;
}

.white-link a {
    color: #fff;
}

.checkbox-inline, .radio-inline a {
    color: #fff;
}
/*
input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="tekst" i] {
    padding: 1px 0px;
    padding: 14px 12px;
    width: 100%;
    background: #e9eff3;
    border: 1px solid #e9eff3;
    color: #333;
}*/


/*
**
** KNOWLEGDEBASE
**
*/

.form-control {
    display: block;
    width: 100%;
    padding: 0px 12px;
    font-size: 21px;
    font-family: 'Exo';
    font-style: italic;
    line-height: 1.42857143;
    color: #a1a1a1;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 7px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 55px;
}

.btn-primary {
    color: #fff;
    background-color: #004479;
    border-color: #004479;
    font-family: 'Exo';
    font-size: 15px;
    border-radius: 7px;
    padding: 14px;
}

.input-group {
    position: relative;
    height: 59px !important;
    display: table;
    border-collapse: separate;
    background: #fff !important;
    border-radius: 7px !important;
    -webkit-box-shadow: 1px 4px 45px 12px rgba(205,205,205,1);
    -moz-box-shadow: 1px 4px 45px 12px rgba(205,205,205,1);
    box-shadow: 1px 1px 25px 5px rgba(205,205,205,1);
}

@media (max-width: 640px) {

    .form-control {
        font-size: 16px;
    }
}

h2.kb {
    color: #004479;
    font-weight: 300;
    text-align: center;
    padding: 20px 0 30px;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: -1px;
    border-radius: 8px !important;
}

.input-group-btn-popup:last-child>.btn, .input-group-btn-popup:last-child>.btn-group {
    margin-left: -1px;
    border-radius: 8px !important;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #004479 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: transparent !important;
    border-radius: 10px;
}

/*
**
** KNOWLEGDEBASE ARTICLE
**
*/

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: 0px solid #eee;
    font-family: 'Trebuchet MS', Arial, sans-serif;
}

.btn-block {
    display: inline;
    width: 100%;
}

.btn-success {
    color: #fff;
    background-color: #1a5787;
    border-color: #1a5787;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 13px;
    margin: 5px 5px 20px;
}

.btn-nosuccess {
    color: #fff;
    background-color: #1a5787;
    border-color: #1a5787;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 13px;
    margin: 5px 5px 20px;
}

.btn-print {
    color: #fff !important;
    font-family: 'Trebuchet MS', sans-serif !important;
    font-size: 13px !important;
    background-color: #1a5787;
    border-color: #1a5787;
    margin-left: 5px;
}

.btn-print a {
     color: #fff !important;
}

/*
**
** LOGIN
**
*/

.form-control-login {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 15px;
    font-family: 'Trebuchet MS', arial, sans-serif;
    line-height: 1.42857143;
    color: #004479 !important;
    background-color: #e9eff3;
    background-image: none;
    border: 1px solid #e9eff3;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
}

.blok-inloggen-up {
    background: #1a5787;
    border-radius: 8px 8px 0 0 ;
    padding: 20px 0;
}

.blok-inloggen-down {
    background: #1a5787;
    border-radius: 0px 0px 8px 8px;
    padding: 0 20px;
    min-height: 230px;
    max-height: 230px;
}

.blok-bestellen-kb-up {
    background: #336a94;
    border-radius: 8px 8px 0 0 ;
    padding: 20px 0;
}

.blok-bestellen-kb-down {
    background: #336a94;
    border-radius: 0px 0px 8px 8px;
    padding: 0 20px;
    min-height: 160px;
    max-height: 180px;
    color: #fff;
}

.blok-calamiteiten-kb-down {
    background: #336a94;
    border-radius: 0px 0px 8px 8px;
    padding: 0 20px;
    min-height: 145px;
    max-height: 180px;
    color: #fff;
}

.blok-maatwerk-up {
    background: #fb8431;
    border-radius: 8px 8px 0 0 ;
    padding: 20px 0;
}

.blok-maatwerk-down {
    background: #fb8431;
    border-radius: 0px 0px 8px 8px;
    padding: 20px;
    min-height: 230px;
    max-height: 230px;
}

.blok-tickets-down {
    background: #fb8431;
    border-radius: 0px 0px 8px 8px;
    padding: 20px;
    min-height: 180px;
    max-height: 230px;
}

.login-title {
    color: #fff;
    font-size: 24px;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
}

.grey-line {
    border-bottom: 1px solid #316893;
}

.grey-line-domain {
    border-bottom: 1px solid #ccc;
}

.grey-line-domains {
    border-top: 1px solid #dcdcdc;
}

.grey-line-kb {
    border-bottom: 1px solid #3d7299;
}

.orange-line-home {
    border-bottom: 1px solid #fb9146;
}

.login-title-maatwerk {
    color: #fff;
    font-size: 24px;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
}

.blok-tickets-up {
    background: #fb8431;
    border-radius: 8px 8px 0 0;
    padding: 20px;
}

.blok-calamiteiten-kb-up {
    background: #336a94;
    border-radius: 8px 8px 0 0;
    padding: 20px;
}

.login-home {
    font-family: 'Trebuchet MS', arial, sans-serif;
    color: #fff;
}

.login-link {
    font-family: 'Trebuchet MS', arial, sans-serif;
    color: #fff;
    font-size: 14px;
}

.login-link a {
    color: #fff;
}

.login-link a:hover {
    color: #fff;
    text-decoration: underline;
}

.home-text-login {
    color: #fff;
    padding: 0px 0 30px;
}

.small-links-home {
    padding-top: 0px;
}

.small-links-home a, .small-links-home2 a {
    color: #fff;
}

.small-links-home a:hover, .small-links-home2 a:hover {
    color: #fff;
    text-decoration: underline;
}

.btn-login {
    color: #fff;
    background-color: #004479;
    border-color: #fff;
    font-family: 'Trebuchet MS';
    font-size: 15px;
    border-radius: 7px;
    float: right !important;
    font-weight: bold;
    position: absolute;
    left: 256px;
    top: 280px;
}

.btn-login:hover {
    color: #fff;
    background-color: #4c7ca1;
    border-color: #fff;
    font-family: 'Trebuchet MS';
    font-size: 15px;
    border-radius: 7px;
    float: right;
    font-weight: bold;
}

@media(max-width: 1199px) {
    .btn-domains {
        width: 100%;
        margin-top: 30px;
    }
    .btn-domains-home {
        width: 100%;
    }
   .btn-login {
        margin-top: 10px;
        left: 197px;
    }
    .btn-readmore {
        margin-top: 10px;
        left: 167px !important;
    }
    .btn-kb-calamiteiten {
        top: 183px !important;
        left: 38px !important;
    }
    .btn-kb-tickets {
       top: 183px !important;
       left: 34px !important;
    }
}

@media(max-width: 1024px) {
  .btn-kb-tickets, .btn-kb-calamiteiten {
      margin-top: 10px;
      left: 343px;
    }
    .btn-login {
        margin-top: 10px;
        left: 202px;
    }
    .btn-readmore {
        margin-top: 12px;
        left: 166px !important;
      }
    .small-links-home {
        padding-top: 50px;
    }
    .small-links-home2 {
        padding-top: 5px;
    }
    .blok-inloggen-down, .blok-maatwerk-down {
        min-height: 300px;
        max-height: 300px;
    }
    .btn-domains {
        color: #fff;
        background-color: #004479;
        /*border: 2px solid #fff;*/
        font-family: 'Exo', sans-serif;
        font-size: 18px;
        border-radius: 7px;
        padding: 14px;
        width: 100%;
        margin-top: 30px;
    }
    .btn-domains-home {
        color: #fff;
        background-color: #004479;
        font-family: 'Exo', sans-serif;
        font-size: 18px;
        border-radius: 7px;
        padding: 14px;
        width: 100%;
    }
    .space {
        margin: 20px 0px;
        float: left;
    }
    .full-width {
        width: 100%;
        padding: 20px 0;
        font-size: 18px;
    }
}

@media (max-width: 991px) {
       .btn-domains-home {
        color: #fff;
        background-color: #004479;
        font-family: 'Exo', sans-serif;
        font-size: 18px;
        border-radius: 7px;
        padding: 14px;
        width: 100%;
        margin-top: 30px;
    }
    .btn-kb-calamiteiten {
        top: 153px !important;
        left: 383px !important;
        position: static !important;
            margin-top: 44px;
    }
    .btn-kb-tickets {
       top: 183px !important;
       left: 314px !important;
       position: static !important;
      margin-top: 44px;
    }
    .btn-readmore {
        margin-top: 90px;
      }
}

.btn-login a:hover {
    color: #fff;
}

.btn-readmore {
    color: #fff;
    background-color: #fc9d5a;
    border-color: #fff;
    font-family: 'Trebuchet MS';
    font-size: 15px;
    border-radius: 7px;
    float: right;
    font-weight: bold;
    position: absolute;
    left: 230px;
    top: 280px;
}

.btn-readmore:hover {
    color: #fff;
    background: rgba(255,255,255,0.5);
}

.center-search {
    margin: 0 auto;
}

.block-home-height, .block-home-height-middle {
    margin-bottom: 40px;
}

.block-home-height-left {
    margin-bottom: 40px;
    margin-left: -15px;
}

.block-home-height-right {
    margin-bottom: 40px;
    margin-right: -15px;
}


.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 13px;
}

.home-title-kb {
    color: #004479;
    font-size: 31px;
    font-weight: 300;
    font-family: 'Exo', sans-serif;
    text-align: center;
    padding-top: 0px;
}

.home-block {
    padding: 20px 0;
}

/*
**
** DOMAINS
**
*/

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #fb8431;
    border-color: #fb8431;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    background: #fb8431;
    border: 2px solid #fff;
    color: #fff;
    height: 47px;
    font-family: 'Exo', sans-serif;
}

#order-standard_cart .form-control-tld {
    position: relative;
    vertical-align: top;
    display: -moz-inline-stack;
    color: #a1a1a1;
    outline: none;
    background: #fff;
    width: 20%;
    border-radius: 0 8px 8px 0;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Exo', sans-serif;
    padding: 16px 12px;
}

.btn-domains {
    color: #fff;
    background-color: #004479;
    border: 2px solid #fff;
    font-family: 'Exo', sans-serif;
    font-size: 18px;
    border-radius: 7px;
    padding: 16px;
    width: 100%;
    margin-right: -15px;
}

.btn-domains:hover {
    background-color: #fb8431;
}


.btn-domains-home {
    color: #fff;
    background-color: #004479;
    font-family: 'Exo', sans-serif;
    font-size: 18px;
    border-radius: 7px;
    padding: 14px;
    width: 100%;
}

.btn-domains-home:hover {
    background-color: #fb8431;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    background: #fff;
    color: #8b8b8b;
    font-family: 'Exo', sans-serif;
}

.btn-sm:active, .btn-sm:focus, .btn-sm:hover {
    background: #fb8431;
    border: 1px solid #000000 !important;
    color: #ffffff;
    font-family: 'Exo', sans-serif;
}

.btn-sm-contact {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    background: #fcab74;
    color: #fff;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bold;
}

.btn-sm-contact:active, .btn-sm-contact:focus, .btn-sm-contact:hover {
    background: #fcab74;
    color: #fff;
}

.btn-sm-calamiteiten {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    background: #004479;
    color: #fff;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bold;
}

.btn-sm-calamiteiten:active, .btn-sm-calamiteiten:focus, .btn-sm-calamiteiten:hover {
    background: #002f54 !important;
    border: 1px solid #fff !important;
    color: #fff;
    font-size: 12px;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bold;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #a1a1a1;
    font-style: italic;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
}

option {
    color: #004479 !important;
    font-size: 15px;
    font-style: normal;
}

option a {
    color: #004479 !important;
    font-size: 15px;
    font-style: normal;
}

.btn-info {
    color: #fff;
    background-color: #76b82a;
    border-color: #76b82a;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #004479;
    border-color: #fff;
}

.domain-form {
    padding: 40px 40px 0px 40px;
}

.domain-form-under {
    padding: 20px 40px 0px 40px;
}

.domain-form-host {
    padding: 40px 40px 25px 40px;
}

.domainFormNoTopPadding {
    padding: 0px 40px 0px 40px;
}

.hosting-form {
    padding: 18px 0;
}

.domain-form-nopadding {
    padding: 18px 40px 25px 40px;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #76b82a;
    border: 2px solid #fff;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1 !important;
}

.white-text {
    color: #fff;
}


/*
**
** HOME
**
*/

.home-title {
    color: #004479;
    font-size: 25px;
    font-weight: 500;
    font-family: 'Exo', sans-serif
}

.home-text {
    color: #004479;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 0 40px;
    border-bottom: 1px solid #dcdcdc;
    text-align: justify;
}

.home-text a {
    color: #fb8431;
}

.space {
    margin: 20px 0px;
    float: left;
    width: 100%;
}

.home-padding {
   padding: 40px 40px 25px 40px;
}

.block-bestellen {
    padding: 40px 0;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .block-bestellen {
        padding: 40px 0;
        margin-bottom: 40px;
        min-height: 180px;
    }
}

@media (max-width: 460px) {
    .block-bestellen {
        padding: 40px 0;
        margin-bottom: 40px;
        min-height: 280px;
    }
    .login-title-maatwerk, .login-title {
        font-size: 16px;
    }
    .top10-subtitle-prijs {
      margin-top: -15px;
    }
    .domeinBlok span {
    float: left !important;
    text-align: left;
    }
}

.btn-success:hover {
    background-color: #fb8431;
    border-color: #fb8431;
}

.btn-nosuccess:hover {
    background-color: #fb8431;
    border-color: #fb8431;
}

.btn-print:hover {
  background: #fb8431;
  border-color: #fb8431;
}

button:focus, button:active, button:hover  {
    color: #fff !important;
    background-color: #fb8431 !important;
}

@media (max-width: 440px) {
    .block-home-height {
        margin-left: 0px;
        margin-right: 0px;
    }
    .domain-form {
      margin-bottom: 150px;
    }
    .domain-form-under {
      margin-bottom: 150px;
    }
    .searchGone {
      display: none;
    }
    .block-home-height-left {
      margin-left: 0px;
    }
    .block-home-height-right {
      margin-right: 0px;
    }
}

optgroup {
    font-weight: 700;
    color: #004479;
    font-style: normal;
    font-size: 18px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 9px 4px !important;
    font-size: 21px;
    font-family: 'Exo';
    font-style: italic;
    line-height: 1.42857143;
    color: #a1a1a1;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 7px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

div.form-group .form-control {
    border: 1px solid #000
}

input#inputCompanyName {
    display: block;
    width: 100%;
    padding: 9px 4px !important;
    font-size: 21px;
    font-family: 'Exo';
    font-style: italic;
    line-height: 1.42857143;
    color: #a1a1a1 !important;
    background-color: #fff !important;
    border: 1px solid #000 !important;
}

@media (max-width: 321px) {
    #order-standard_cart .field, #order-standard_cart .form-control {
        position: relative;
        vertical-align: top;
        border: 1px solid #fff;
        display: -moz-inline-stack;
        display: inline-block;
        color: #a1a1a1 !important;
        outline: none;
        background: #fff;
        height: auto;
        width: 80%;
        border-radius: 3px;
        font-size: 15px !important;
        font-style: normal !important;
    }
    #order-standard_cart .form-control-tld {
        display: none;
    }
    .btn-domains {
        color: #fff;
        background-color: #004479;
        border: 2px solid #fff;
        font-family: 'Exo', sans-serif;
        font-size: 15px;
        border-radius: 7px;
        padding: 0px;
    }

}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px !important;
    line-height: 1.5;
    border-radius: 3px;
}

.kbarticles img, .kbarticles object {
    max-width: 720px;
}

.domeinTitel {
    font-family: 'Exo', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3em;
    color: #004479;
    margin-top: -10px;
/*    margin-left: -40px;*/
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.domeinBlok {
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3em;
    color: #004479;
    float: left;
    text-align: left;
    /*padding-bottom: 50px;*/
 /*   margin-left: -50px;*/
}

.domeinBlok span {
    float: left;
    text-align: left;
}

.gratis-domein {
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3em;
    color: #004479;
    padding-top: 20px;
}


/* Home - Calamiteiten */
.panel-calamiteiten .panel-heading {
  border-bottom: 0px !important;
}

.panel-calamiteiten .panel-title {
  color: #fff !important;
}

.panel-calamiteiten .list-group a {
  color: #fff !important;
}

.panel-calamiteiten .list-group a:hover {
  background: : #4c7ca1 !important;
}

#Primary_Sidebar-Nood_informatie-Storingsdienst {
   border: 0px solid #fff !important;
   background: #004479;
   padding: 10px;
   border-radius: 4px;
   padding: 5px 10px;
}

/* Home - Contact */
.panel-contact .panel-heading {
  border-bottom: 0px !important;
}

.panel-contact .panel-title {
  color: #fff !important;
}

.panel-contact .list-group a {
  color: #fff !important;
}

.panel-contact .list-group-item {
  border: 0px !important;
}

.panel-contact .list-group a:hover {
  background: : #4c7ca1 !important;
}

.panel-contact .btn-sm {
    background: #FCAB74;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Trebuchet MS', sans-serif;
}

.panel-contact .btn-sm:active, .panel-contact .btn-sm:focus,.panel-contact .btn-sm:hover {
    background: #b07751;
    border: 1px solid #fff !important;
    color: #fff;
    font-family: 'Trebuchet MS', sans-serif;
}

#Secondary_Sidebar-Client_Contacts-No_Contacts {
  color: #fff !important;
}

/* Top 10 layout */
.top10-title {
  color: #004479;
  font-size: 24px;
  font-family: 'Exo', sans-serif;
  font-weight: 300;
  padding: 40px 0 10px;
}

.top10-title-new {
  color: #004479;
  font-size: 24px;
  font-family: 'Exo', sans-serif;
  font-weight: 300;
  padding: 5px 0;
}



.top10-subtitle {
  color: #a1a1a1;
  font-size: 12px;
  font-family: 'Exo', sans-serif;
  font-weight: 300;
  font-style: italic;
}

.top10-subtitle-prijs {
  color: #a1a1a1;
  font-size: 12px;
  font-family: 'Exo', sans-serif;
  font-weight: 300;
  font-style: italic;
  text-align: right;
}

.noLeftPadding {
  padding-left: 0px !important;
}

.noPaddingRight {
  margin-right: -15px !important;
}

.top10-lijn {
  border-bottom: 1px solid #a1a1a1;
  margin: 25px 0;
}

.top10-lijn-bottom {
  border-bottom: 1px solid #a1a1a1;
  margin: 25px 0 60px;
}

.top10-ext {
  color: #fb8431;
  font-size: 13px;
  font-family: 'Exo', sans-serif;
  font-weight: 500;
  padding: 5px 0;
}

.top10-prijs {
  color: #004479;
  font-size: 13px;
  font-family: 'Exo', sans-serif;
  font-weight: 500;
  padding: 5px 0;
  text-align: right;
}


.btn-kb-tickets {
    color: #fff;
    background-color: #fc9d5a;
    border: 1px solid #fff !important;
    font-family: 'Trebuchet MS';
    font-size: 15px;
    border-radius: 7px;
    float: right;
    font-weight: bold;
    position: absolute;
    left: 36px;
    top: 200px;
    padding: 10px;
}

.btn-kb-tickets:hover {
    color: #fff;
    background-color: #fb8431;
    text-decoration: none;
}

.btn-kb-calamiteiten {
    color: #fff;
    background-color: #004479;
    border: 1px solid #fff !important;
    font-family: 'Trebuchet MS';
    font-size: 15px;
    border-radius: 7px;
    float: right;
    font-weight: bold;
    position: absolute;
    left: 41px;
    top: 200px;
    padding: 10px;
}

.btn-kb-calamiteiten:hover {
    color: #fff;
    background-color: #336a94;
    text-decoration: none;
}

.panel-large {
  height: 407px !important;
border-radius: 11px;
}

.panel-footer-home {
    padding: 10px 15px;
    background-color: #fff !important;
    border-top: 0px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
    top: 340px;
}

.orange-line-title {
  border-right: 1px solid #fb8431 !important;
}

.dikke-letters {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.less-margin {
  margin-left: -20px;
  margin-right: 11px;
}

.more-margin {
}

.row .domain-suggestions .btn {
  padding: 0 !important;
}

@media (max-width: 500px) {
  #order-standard_cart .field,
  #order-standard_cart .form-control {
    width: 100% !important;
  }
  #order-standard_cart .form-control-tld {
    width: 40% !important;
  }
  .domain-form-nopadding {
      padding: 0px;
  }
  .btn-group-lg>.btn, .btn-lg {
      padding: 5px !important;
      font-size: 14px;
      line-height: 1.3333333;
      border-radius: 6px;
      background: #fb8431;
      border: 2px solid #fff;
      color: #fff;
      font-family: 'Exo', sans-serif;
  }
  .input-group .form-control, .input-group-addon, .input-group-btn {
    display: flex !important;
  }
}

.paddingBottom {
    padding-bottom: 30px;
}

/* Domains */

.domainCheckerOrange {
    color: #004479;
    font-weight: bold;
    font-size: 24px;
}

.domainCheckerBlue {
    font-family: 'Exo';
    color: #004479;
    font-size: 24px;
    font-weight: 300;
}

.domainCheckerGreen {
    font-family: 'Exo';
    color:#004479;
    font-size: 24px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-family: 'Exo';
    color: #265784;
    font-size: 14px !important;
}

.new-button {
/*    border: 2px solid #ccc;
*/    border-radius: 7px;
}

.new-button a {
    border: 2px solid #ccc;
    border-radius: 7px;
}

.new-button a:hover {
    border: 2px solid #FB8434;
    border-radius: 7px;
}

.flexBox {
    display: flex;
}


/* Dropdown menu */

.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: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.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;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: /*whatever width you want*/;
}

.moreSpace {
    padding: 20px 0 0 0;
}

.absoluteTop {
  /*position: absolute;*/
}

/* Flexbox */
.flex-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    /*margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: baseline;*/
}

.flex-group-product {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: baseline;*/
}

.flex-container {
    flex: 0 1 auto;
    display: flex;
    flex-flow: row wrap;*/
    align-items: space-around;
    align-content: flex-start;
    padding: 0;
    margin: 0;
    list-style: none;
}

.flex-item {
  padding: 5px;
  width: 100px;
  height: 100px;
  margin: 10px;
  line-height: 100px;
  text-align: center;
}

.list-features-item {
    padding: 0 ;
    color: #004479;
    font-size: 14px;
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    width: 273px;
/*      height: 25px;*/
}

.product-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}

/* Domainchecker */

.btnSmallDomains {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    background: #fff;
    color: #8b8b8b;
    font-family: 'Exo', sans-serif;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #8b8b8b;
}

.btnSmallDomainsToggle {
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0 3px 3px 0;
    background: #fff;
    color: #8b8b8b;
    font-family: 'Exo', sans-serif;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #8b8b8b;
    border-left: 0 !important;
    margin-left: -10px;
}

button.btnSmallDomains:hover, button.btnSmallDomainsToggle:hover {
    background: #fb8431;
    border: 1px solid #fb8431;
    padding: 5px 10px;
}

.btnAfrekenen {
    font-family: 'Exo', sans-serif;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 6px;
    font-weight: normal;
    background: #004479 ;
    border: 1px solid #004479;
    color: #fff;
    margin-right: 0;;
}

a.btnAfrekenen:hover {
    text-decoration: none !important;
    color: #fff;
    background: #fb8431;
    border: 1px solid #fb8431;
}

button[disabled], html input[disabled] {
    cursor: default;
    background: #ffffff !important;
    color: #a1a1a1 !important;
    border: 1px solid #000 !important;
    padding: 9px 10px !important;
}

.formControlSelect, .formControlSelectOwnDomain {
    color: #000 !important;
    background: none !important;
    border-color: #b6b6b6 !important;
}

#mg-wrapper .module-header, #mg-wrapper .panel-heading, #mg-wrapper .table-header {
    width: 98% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


