﻿body {
    padding-top: 35px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
.btn-default,
input,
select,
textarea {
    max-width: 280px;
}

    input.text-box {
        padding-left: 5px;
        height: 28px;
        margin-bottom: 2px;
    }

.btn {
    height: 50px;
    padding: 12px 12px;
    width: 100%;
}

.truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.no-left-padding {
    margin: 0px !important;
    padding-left: 0px !important;
    padding-right: 2px !important;
}

.minimal-padding {
    margin: 0px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.no-right-padding {
    margin: 0px !important;
    padding-left: 2px !important;
    padding-right: 0px !important;
}

.no-rpad {
    padding-right: 0px !important;
}

@media (max-width: 768px) {
    .hide-on-xs {
        display: none;
    }
}

@media (max-width: 576px) {
    .hide-on-sm {
        display: none;
    }
}

.bottom-padding {
    padding-bottom: 2px;
}

footer p {
    float: left;
    margin-right: 0.5em;
    margin-bottom: 0em;
}


/*loader*/
/* Center the loader */
#loader, #InformatieLoader {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
}

    #loader, #InformatieLoader #animation {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #3498db;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}
/*end loader*/
