/*

16px = 1rem
18px = 1.125rem
20px = 1.25rem
22px = 1.375rem
24px = 1.5rem
26px = 1.625rem
28px = 1.75rem
30px = 1.875rem
32px = 2rem

sm (small devices)
@media (max-width: 575px) {}
@media (min-width: 576px) {}

md (medium devices)
@media (max-width: 767px) {}
@media (min-width: 768px) {}

lg (large devices)
@media (max-width: 991px) {}
@media (min-width: 992px) {}

xl (extra large devices)
@media (max-width: 1199px) {}
@media (min-width: 1200px) {}

*/

/*font-family: lato, sans-serif;
font-weight: 400;
font-style: normal;

font-family: lato, sans-serif;
font-weight: 700;
font-style: normal;*/

.container {
    max-width: 1310px;
}

body {
    font-family: lato, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #555;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: lato, sans-serif;
    margin-bottom: 1rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
}

h1 {
    font-size: 3rem;
    color: #232f3b;
}
h2 {
    font-size: 2.5rem;
    color: #232f3b;
}
h3 {
    font-size: 2rem;
    color: #232f3b;
}
h4 {
    font-size: 1.5rem;
}
p {
    margin-bottom: 1.5rem;
}
a {
    color: #fb7600;
    text-decoration: none;
}
a:hover {
    color: #fb7600;
    text-decoration: underline;
}
td.noWrap {
    white-space: nowrap;
}
td.maxWidth {
    width: 100%;
}
td.alignRight{
    text-align:right;
}
.hidden{
    display:none;
}

/* Bootstrap Extension - Reset Content Image Sizes */
@media (max-width: 991px) {
    .img-fluid {
        width: auto !important;
        height: auto !important;
    }
}

/* Input */
table.form-control {
    height: calc(100% - 10px)
}
table.form-control td label,
input[type=checkbox] + label,
input[type=radio] + label {
    margin-left: 4px;
    margin-right: 10px;
}
span.form-control label {
    margin-left: 4px;
}
.required-field {
    display: none;
}
.inputErr {
    background-color: #ffe5e5;
}
span.inputErr {
    padding: 4px;
}
table.inputErr td {
    padding-left: 10px;
    padding-right: 10px;
    color: #252525;
}
table.inputErr{
    margin-bottom:15px;
}
.RadPicker.inputErr .riTextBox {
    background-color: #ffe5e5
}

.btn.submit-loader,
.btn.submit-loader:hover{
    color: transparent!important;
    background: #fff url(/images/submit-loader.gif) center center no-repeat!important;
}

/* buttons */
.btn-primary {
    background-color: #fb7600;
    border: 2px solid #fb7600;
    color: #fff;
}
.btn-primary:hover, .btn-primary:hover {
    background-color: #fff;
    color: #fb7600;
    text-decoration: none;
    border: 2px solid #fb7600;
}

/* Visual */
#visual {
    height: 60vh;
    max-height: -webkit-fill-available;
}
body.home #visual {
    height: CALC(100vh - 100px);
}
#visual .vegas-content{
    height:100%;
}
#visual .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    text-shadow: 3px 3px 3px #000000;
}
#visual .logo img {
    height: 200px;
    -webkit-filter: drop-shadow(3px 3px 3px #000);
    filter: drop-shadow(3px 3px 3px #000);
}

/* User */
#user {
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: right;
    transition: all ease-in 250ms;
    z-index: 99999;
}
body.scroll #user {
    position: fixed;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
body.fancybox-active #user{
    display:none;
}
#user a {
    color: #000;
}
#user a:hover {
    color: #fb7600;
    text-decoration: none;
}

body.scroll #user a .text {
    display: inline-block;
}
@media (max-width: 991px) {
    #user a .text {
        display: none;
    }
}

/* Main */
main {
    margin-top: 40px;
}

/* dashboard */
.dashboard-icon {
    position: relative;
    float: left;
    text-align: center;
    border: #ccc 1px solid;
    padding: 20px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    width: CALC(50% - 30px);
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.dashboard-icon .icon-icon {
    font-size: 4rem;
}
.dashboard-icon .icon-title {
    clear: left;
    margin-top: 10px;
}
.dashboard-icon:hover {
    color: #fb7600;
    text-decoration: none;
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.dashboard-icon .icon-count {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: auto;
    font-size: 1.2rem;
    color: #fff;
    background-color: #f00;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.dashboard-icon:hover .icon-count {
    -webkit-box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.3);
    -moz-transform: scale(1.5) rotate(10deg);
    -webkit-transform: scale(1.5) rotate(10deg);
    -o-transform: scale(1.5) rotate(10deg);
    -ms-transform: scale(1.5) rotate(10deg);
    transform: scale(1.5) rotate(10deg);
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.btn-big{
    font-size:4rem;
    width:100%;
}
.bordered{
    margin-top:20px;
    padding:10px 10px 10px 10px;
    border:1px solid #ccc;
}
.thumb {
    float: left;
    height: 100px;
    padding: 10px;
}

.thumb-wrapper {
    position: relative;
    display: inline-block;
}

.thumb-wrapper .icon {
    position: absolute;
    left: 15px;
    top: 10px;
    color: #fff;
    text-shadow: 2px 2px 2px #000000;
}

/* Footer */
footer {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #232f3b;
    color:#fff;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .col-md-12 {
    text-align:center;
}
footer .logo{
    height:120px;
}

/* Cookie Alert */
#cookie-alert {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    border-top: 1px solid #ccc;
    padding: 20px;
    z-index: 99999;
    background-color: #fff;
    text-align: center;
}

/* Pagination */
.pagination .RadAjaxPanel{
    display:flex!important;
}
.pagination .page-item .page-link {
    color: #35523e;
    background-color: #fff;
    border-color: #ccc;
}
.pagination .page-item .page-link:hover {
    color: #fff;
    background-color: #eed645;
    border-color: #ccc;
    text-decoration:none;
}
.pagination .page-item.disabled .page-link {
    color: #ccc;
}
.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #35523e;
    border-color: #ccc;
}

/* Berichten */
#message div.new-message{
    display:none;
}
#message #charCnt{
    font-size:smaller;
}
#message .message-sender,
#message .message-buttons,
#message .message-attachment,
#message .add-attachment {
    font-size: smaller;
}
#message .message-attachment a{
    display:block;
}
#message div.add-attachment {
    display: none;
}
#message div.add-attachment .border{
    border:1px solid #fff;
    padding:15px;
    margin-bottom:15px;
}
#message .ruUploadProgress, #message .ruRemove{
    color:#fff;
}
#lnkMessageYes {
    position: relative;
}
.message-count {
    position: absolute;
    right: -2px;
    top: -10px;
    width: 20px;
    height: auto;
    text-align:center;
    line-height:normal;
    font-size: 0.8rem;
    color: #fff;
    background-color: #f00;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
}

/* class for password */
.red {
    color: #f00;
}
.grey {
    color: #ccc;
}
.green {
    color: #a1c838;
}
span.input-group-text {
    height: calc(1.5em + .75rem + 2px);
    width:42px;
}

#loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('/images/ajax-loader.gif') center center no-repeat rgba(0,0,0,0.9);
}