﻿html, body {
    height: 100%;
    box-sizing: content-box;
    position: relative;
}


*,
*:before,
*:after {
    box-sizing: inherit;
}

.modal-dialog input, .modal-dialog select, .modal-dialog textarea {
    box-sizing: border-box;
}

#modal-dialog {
    animation-fill-mode: none !important;
}

@font-face {
    font-family: "GrundfosTheSans";
    src: url("../fonts/GrundfosTheSansV2_8_.eot");
    src: url("../fonts/GrundfosTheSansV2_8_.eot?#iefix") format("embedded-opentype"), url("../fonts/GrundfosTheSansV2_8_.woff") format("woff"), url("../fonts/GrundfosTheSansV2_8_.svg#GrundfosTheSansV2_8_") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Get rid of all the rounded corners in Twitter Bootstrap */
.btn,
.form-control,
.input-group-addon,
.pagination,
.pagination *,
.panel,
.modal-content,
.swal2-actions:not(.swal2-loading) button {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.site-name {
    color: rgb(140, 187, 221);
    float: right;
    font-family: GrundfosTheSans, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 18px;
    margin-left: 5px;
    margin-top: 14px;
    padding-left: 5px;
    text-transform: uppercase;
}

#footer-container {
    width: 100%;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    position: absolute;
    bottom: 0;
    left: 0;
}

#main-container {
    min-height: 100vh; /* will cover the 100% of viewport */
    overflow: hidden;
    display: block;
    position: relative;
}

#main-content-v1 {
    padding-bottom: 250px; /* height of your footer */
    box-sizing: border-box;
}

#main-content-v2 {
    margin-top: 30px;
    box-sizing: border-box;
}

.repeater :not(.error):not(:first-of-type) {
    margin-top: 10px;
}

.repeater .input-group .input-group-btn .btn {
    border: 1px solid transparent;
    border-radius: 4px;
}

.repeater > button {
    margin-top: 10px;
}

@media (min-width: 992px) {    
    .modal-xl {
        width: 900px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        width: 1140px;
    }
}

dd:not(:first-of-type),
dt:not(:first-of-type) { 
    margin-top: 5px;
}

.dl-horizontal > dt {
    text-align: left;
}

.swal2-container > div {
    font-size: 1.2rem;
}

.swal2-actions.swal2-loading .swal2-cancel {
    display: none !important;
} 

.swal2-actions.swal2-loading .swal2-confirm {
    border-left-color: rgb(17, 73, 123) !important;
    border-right-color: rgb(17, 73, 123) !important;
}

fieldset {    
    margin-bottom: 10px;
}

.react-bootstrap-daterangepicker-container {
    width: 100%;
}