/* infozuilen.nl style (included in layout.html) */
/*.header-top-strip {*/
/*    background-color: #937b57;*/
/*    width: 100%;*/
/*    height: 10px;*/
/*}*/
.navbar {
    margin-bottom: 0;
    padding: 0 15px 0 15px;
}
.main-container {
    margin-top: 75px!important;
    margin-bottom: 40px!important;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #DF9231;
    border-color: #DF9231;
    height: 50px;
    margin: 0 3px 5px 0;
}
.btn:hover {
    color: #fff;
    border-color: #bd7f2c;
    background-color: #bd7f2c;
}
.btn-default, .btn-primary, .btn-secondary {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #DF9231;
    border-color: #DF9231;
    height: 50px;
    margin: 0 3px 5px 0;
}
.web2py_paginator a {
    color: #eb621c;
    text-decoration: none;
    background-color: transparent;
}
.web2py_htmltable thead a {
    color: #DF9231;
}
.web2py_grid .row_buttons a, .web2py_paginator ul li a, .web2py_search_actions a, .web2py_console input[type=submit], .web2py_console input[type=button], .web2py_console button, .web2py_console a {
    line-height: 1.5;
    padding: 8px 15px;
}
.web2py_console .form-control {
    height: 50px;
}
.application-background {
    background-color: white;
    margin: 0 auto 5px auto;
    box-shadow: 0 0 5px #a1a1a1;
    border-radius: 5px;
    padding: 20px;
    opacity: 0.9;
}
.modal-header .btn {
    margin: -1rem -1rem -1rem auto;
    display: inline-block;
    font-weight: 700;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
