﻿
@font-face {
    font-family: 'InspctMainFont';
    src: Url("../Content/Fonts/Montserrat-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'InspctSubFont';
    src: Url("../Content/Fonts/Montserrat-Regular.ttf") format('truetype');
}

.fixedLeft { left: 170px; }

.loadingGif {
    background-image: url(../Content/Images/loadingGif_crossColour.gif);
    background-repeat: no-repeat;
    background-size: contain;
    height: 10px;
    width: 15px;
    padding: 10px;
    opacity:0.7;
    display:inline-block;
}

    .loadingGif.lg_small {
        height: 5px;
        width: 10px;
    }

    .loadingGif.lg_medium {
        background-image: url(../Content/Images/loadingGif_med.gif);
        height: 25px;
        width:40px;
    }

    .loadingGif.lg__large {
        background-image: url(../Content/Images/loadingGif_med.gif);
        height: 100px;
        width:150px;
    }

.progress-bar.green {
    background: #11958d!important;
}

.backgroundImage {
    position: fixed;
    left: 0;
    bottom: 0px;
    height: auto;
    width: 100%;
    z-index: -1;
}

body {
    font-family: InspctMainFont !important;
}

.fa-spin {
    -webkit-filter: blur(0);
}

/*input {
    border: 2px solid #11958d;
    height:45px!important;
}

.form-control, .select2-selection {
    padding: 5px 20px !important;
    height: 50px !important;
    font-size: 16px !important;
    border: 2px solid #11958d !important;
    background-color: white !important;
}*/

.progress-bar.red-haze {
    background: #11958d !important;
}

.font-red-haze {
    color: #11958d !important;
}

/*Dashboard title fonts*/
.font-dark {
    color: #333 !important;
}

.pagination > li > a {
    color: #11958d;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    box-shadow: 0px 0px 12px 0px rgba(48, 48, 48, 0.2);
    background: white;
}

/*Sidebar sub menu hover background*/
.page-sidebar .page-sidebar-menu .sub-menu > li:hover > a {
    background-color: white !important;
    box-shadow: 0px 0px 12px 0px rgba(48, 48, 48, 0.2);
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #489e94;
    padding-bottom: 13px;
}

.tabbable-line > .nav-tabs > li > a {
    padding-bottom: 5px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #489e94;
}

/*Top bar icons hover*/
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover {
    background-color: transparent;
    box-shadow: 4px 0px 12px 0px rgba(48, 48, 48, 0.2);
    padding-bottom: 15px;
}

/*Top title area of the portlet*/
.portlet.box.green {
    border: none;/*2px solid #11958d;*/
}

/*Portlet background*/
.portlet > .portlet-body.green, .portlet.green {
    background-color: white;
}

/*Portlet title*/
.portlet.box.green > .portlet-title {
    border-bottom: 1px solid #11958d;
    background: none;
}

    /*Portlet title text*/
    .portlet.box.green > .portlet-title > .caption {
        background-color: white;
        color: #666;
    }
    .portlet.box.green > .portlet-title > .caption > i {
        font-size: 1.2em;
        color: #11958d;
    }

.select2-container .select2-selection--multiple {
    overflow: auto;
    max-height: 100px;
}

.reportGridRow {
    border-bottom: 1px solid lightgrey;
}

.reportGridCell {
    border-right: 1px solid lightgrey;
    padding: 5px;
}

.dt-button {
    color: #666 !important;
    background-color: white !important;
    border-color: white !important;
    
}

    .dt-button:hover {
        background-color: #e6e6e6 !important;
        border-color: #e0e0e0 !important;
    }

.dt-buttons {
    float: left !important;
    margin-left: 50px;
}

.current {
    
    background: none !important;
}

.paginate_button:hover {
    background: #e6e6e6 !important;
    border-color: #e0e0e0 !important;
}

.DragDropFile {
    padding: 10px;
    /*background-color: white;*/
    margin: 5px;
    max-width: 25%;
    display: grid;
    
}

.DragDropFileImg {
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    max-height: 100px;
    
}

.FileDropZone {
    height: 150px;
    width: 100%;
    border: 2px dashed grey;
    border-radius:15px!important;
    /*background-color: #ededed;*/
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    background: repeating-linear-gradient( 45deg, #fff, #fff 10px, #e3e3e3 10px, #e3e3e3 20px );
}

    .FileDropZone:hover {
        background-color: lightgrey;
    }

.FullImageMainDiv {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.3);
    justify-content: center;
    align-items: center;
    z-index: 1;
    display:none;
}

.FullImageDivCentre {
    border: 1px solid #11958d;
    padding: 5px;
    background-color: white;
    display: inline-block;
    min-width: 200px;
    min-height: 200px;
}

.FullImageDivClose {
    /*position: absolute;
    top: 0px;
    left: 5px;*/
}

.FullImage {
    max-width: 80vw;
    max-height: 80vh;
}

.slideOutPanel {
    transition: .6s ease;
    height: 0px;
    overflow: hidden;
}

.NoInspectionImageLabel {
    font-size: small;
    margin-top: 25px;
    color: dimgrey;
    font-family: InspctMainFont !important;
}

.alertPopup {
    position: fixed;
    min-width: 400px;
    min-height: 100px;
    background-color: white;
    border: 2px solid black;
    text-align: center;
    z-index: 99999;
}

.alertMessage {
    min-height: 70px;
    text-align: center;
    padding: 10px;
}

.alertButton {
    bottom: 10px;
    width: 50px;
}

.outerCentredDiv {
    position: relative;
    width: 100%;
}

.innerCentredDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.prelistTable {
    min-width: 100%;
}

.prelistTHTitle {
    border-right: none !important;
}

.prelistTHSort {
    width: 32px;
    border-left: none !important;
}

.inputOptional {
    background-color: whitesmoke;
}

.inputValidationError {
    border: 1px solid red !important;
}

input[type="text"]:disabled {
    background-color: white;
}

input[type="date"]:disabled {
    background-color: white;
}

.PanelItem {
    min-width: unset;
}

    .PanelItem th, .PanelItem td {
        padding: unset;
    }

    .PanelItem th {
        border: unset;
        white-space: unset;
    }

    .PanelItem tr:nth-child(even) td {
        border: unset;
    }

    .PanelItem tr:nth-child(4n+0) {
        background-color: unset;
        white-space: unset;
    }

    .PanelItem tr:nth-child(4n+1) {
        background-color: unset;
    }

    .PanelItem tr:nth-child(4n+2) {
        background-color: unset;
        white-space: unset;
    }

    .PanelItem tr:nth-child(4n+3) {
        background-color: unset;
    }

    .PanelItem th {
        background-color: unset;
    }

.TileItem {
    width: 300px;
    height: 300px;
    min-width: 300px;
    min-height: 300px;
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .TileItem:hover .TileContent {
        opacity: 0.3;
    }

    .TileItem:hover .TileOverlay {
        opacity: 1;
    }

.TileItem320 {
    width: 320px;
    height: 320px;
    min-width: 320px;
    min-height: 320px;
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .TileItem320:hover .TileContent {
        opacity: 0.3;
    }

    .TileItem320:hover .TileOverlay {
        opacity: 1;
    }

.TileContent {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
    word-wrap: break-word;
    white-space: normal;
}

.TileOverlay {
    text-align: center;
    width: 100%;
    height: auto;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.TileButton {
    margin: 3px;
}

/* SECTION START : Used for theming the Tool Menu delete confirmation popover title and buttons */
.popover-title {
    color: rgb(51, 51, 51) !important;
}

.popover-content > div > a:nth-child(1) {
    color: #fff;
    background-color: #11958d;
    border-color: #11958d;
}

    .popover-content > div > a:nth-child(1):hover {
        background-color: #11958d;
        border-color: #11958d;
    }

.popover-content > div > a:nth-child(2) {
    color: #fff;
    background-color: #ed6b75;
    border-color: #ea5460;
}

    .popover-content > div > a:nth-child(2):hover {
        color: #fff;
        background-color: #e73d4a;
        border-color: #e31d2d;
    }
/* SECTION END ************************************************************************************* */

/* SECTION START : Used for theming the Side Tools Menu */
.RecordToolsMenu {
    height: auto;
    width: 250px;
    position: fixed;
    z-index: 20000;
    right: -250px;
    padding-top: 60px;
    transition: 0.5s;
}

.RecordToolsMenuButton {
    width: 100%;
    margin: 3px;
}

    .RecordToolsMenuButton i {
        margin-right: 7px;
    }

#SideToolsMenuButton {
    position: relative;
    top: 48px;
    left: -46px;
    transform: rotate(270deg);
    border-radius: 4px 4px 0 0;
}
/* SECTION END ************************************************************************************* */
.indexListControl {
    width: 33%;
    min-width: 150px;
    float: left;
    padding: 10px;
    text-align: center;
}

.indexListOuter {
    display: table;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 99998;
}

.indexListMiddle {
    display: table-cell;
    vertical-align: middle;
}

.indexListInner {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.ResLetsDropdown {
    padding-left: 0px;
}

    .ResLetsDropdown > li {
        list-style: none;
    }

        .ResLetsDropdown > li > a {
            color: #6f6f6f;
            text-decoration: none;
            display: block;
            clear: both;
            font-weight: 300;
            line-height: 23px;
            white-space: nowrap;
        }

            .ResLetsDropdown > li > a:hover {
                background-color: #f0f0f0;
            }

.label-excluded {
    background-color: #a0a0a0;
}

.min-width-80 {
    display: inline-block;
    min-width: 80px;
    min-height: 20px;
}

.width-full {
    display: inline-block;
    width: 100%;
    min-height: 20px;
}

.RefineSearchTileItem {
    width: 450px;
    height: 450px;
    min-width: 450px;
    min-height: 450px;
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.reslets-checkbox > span {
    border: 1px solid #333333 !important;
}

.CautionNoticeOuter {
    height: 68px;
    float: left;
    font-size: 32px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.CautionNotice {
    position: relative;
    top: 50%;
    height: 68px;
    margin-top: -26px;
    opacity: 0.6;
}

#divMaintenance {
    background-color: red;
    color: white;
    padding: 5px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: medium;
    position: absolute;
    top: 100%;
    display: none;
}

.DashboardModule {
    box-shadow: 7px 4px 20px 1px rgba(0, 0, 0, 0.2);
    padding: 5px !important;
    margin: 15px;
    background-color: white;
}

.SidebarIcon {
    /*color: #11958d !important;*/
}

.SidebarIconReverse {
    color: #11958d !important;
}
.SidebarTextReverse {
    color: #666 !important;    
}

.page-sidebar-menu > li > a {
    background: transparent !important;
    color: #11958d !important;
}

    .page-sidebar-menu > li > a > i {
        color: #11958d !important;
    }

.page-sidebar-menu > li:hover > a {
    background: transparent !important;
    color: #489e94 !important;
    box-shadow: 4px 0px 12px 0px rgba(48, 48, 48, 0.2);
}

    .page-sidebar-menu > li:hover > a > i {
        /*color: white !important;*/
    }

.page-header.navbar .page-top {
    /*background-image: linear-gradient(90deg, #11958d 5%, white 15%);*/
    background: #11958d;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
    box-shadow: 4px 0px 12px 0px rgba(48, 48, 48, 0.2);
    background-color:transparent;
}

.SidebarBackground {
    background-color: #fff !important;
}

.SidebarBackgroundReverse {
    background-color: white !important;
    
}

.page-sidebar-menu .sub-menu > li:hover > a {
    background-color: #11958d !important;
}

.page-sidebar .page-sidebar-menu > li > a > .sidebarSelected {
    /*border-color: transparent #11958d transparent transparent;*/
    float: right;
    position: absolute;
    right: -1px;
    top: 26px;
    background: 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px double transparent;
    border-bottom: 12px double transparent;
    border-left: 0;
    border-right: 8px solid transparent;
}
.page-sidebar .page-sidebar-menu > li:hover > a > .sidebarSelected {
    border-right: 8px solid #489e94;
}

.page-sidebar-menu.page-sidebar-menu-hover-submenu li:hover > .sub-menu {
    box-shadow: 4px 0px 12px 0px rgba(48, 48, 48, 0.2);
}

.btn.blue:not(.btn-outline), .btn.blue:not(.btn-outline):focus {
    color: white;
    background-color: #3598dc;
    border: 1px solid #3598dc;
    border-radius: 22px !important;
}

    .btn.blue:not(.btn-outline):hover, .btn.blue:not(.btn-outline):active {
        color: #333;
        background-color: white;
    }

.btn.btn-outline.blue, .btn.btn-outline.blue:focus {
    color: #333;
    background-color: white;
    border: 1px solid #3598dc;
    border-radius: 22px !important;
}

    .btn.btn-outline.blue:hover, .btn.btn-outline.blue:active {
        color:white;
        background-color: #3598dc;
    }

.btn.grey:not(.btn-outline), .btn.grey:not(.btn-outline):focus {
    color: #333;
    background-color: #E5E5E5;
    border: 1px solid #E5E5E5;
    border-radius: 22px !important;
}

    .btn.grey:not(.btn-outline):hover, .btn.grey:not(.btn-outline):active {
        background-color: white;
    }

.btn.btn-outline.grey, .btn.btn-outline.grey:focus {
    color: #333;
    background-color: white;
    border: 1px solid #333;
    border-radius: 22px !important;
}

    .btn.btn-outline.grey:hover, .btn.btn-outline.grey:active {
        background-color: #E5E5E5;
        border: 1px solid #333;
    }

.btn.red:not(.btn-outline), .btn.red:not(.btn-outline):focus {
    color: white;
    background-color: #EC3129;
    border: 1px solid #EC3129;
    border-radius: 22px !important;
}

    .btn.red:not(.btn-outline):hover, .btn.red:not(.btn-outline):active {
        color:#333;
        background-color: white;
    }
        .btn.red:not(.btn-outline):hover > i, .btn.red:not(.btn-outline):active > i {
            color: #EC3129;
        }

.btn.btn-outline.red, .btn.btn-outline.red:focus {
    color: #333;
    background-color: white;
    border: 1px solid #EC3129;
    border-radius: 22px !important;
}
    .btn.btn-outline.red > i, .btn.btn-outline.red:focus > i {
        color: #EC3129;
    }

    .btn.btn-outline.red:hover, .btn.btn-outline.red:active {
        color: white;
        background-color: #EC3129;
    }

    .btn.btn-outline.red:hover > i, .btn.btn-outline.red:active > i {
        color:white;
    }

.btn.green:not(.btn-outline), .btn.green:not(.btn-outline):focus {
    color: white;
    background-color: #11958d;
    border: 1px solid #11958d;
    border-radius: 22px !important;
}

    .btn.green:not(.btn-outline):hover, .btn.green:not(.btn-outline):active {
        color:#333;
        background-color: white;
    }
    .btn.green:not(.btn-outline):hover, .btn.green:not(.btn-outline):active {
        color: #11958d;
    }

.btn.btn-outline.green, .btn.btn-outline.green:focus {
    color: #333;
    background-color: white;
    border: 1px solid #11958d;
    border-radius: 22px !important;
}
    .btn.btn-outline.green > i, .btn.btn-outline.green:focus > i {
        color: #11958d;
    }

    .btn.btn-outline.green:hover, .btn.btn-outline.green:active {
        color: white;
        background-color: #11958d;
    }

    .btn.btn-outline.green:hover > i, .btn.btn-outline.green:active > i{
        color:white;
    }

    .btn.btn-outline.green > .badge-info {
        background-color: white;
        color: #11958d;
        border: 1px solid #11958d;
    }

.sectorBtn {
    width: 110px;
    height: 110px;
    margin: 2px;
    white-space: normal;
    padding: 0;
}

.sectorCheck {
    position: absolute !important;
    margin-top: -45px !important;
    margin-left: 25px !important;
    color: white;
    font-size: x-large;
}

.sectorIcon {
    position: absolute;
    margin-left: -13px;
    margin-top: -30px !important;
    font-size: x-large;
}

.sectorLabel {
    position: absolute;
    width: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.UserHierarchyPanel {
    display: grid;
    cursor: grab;
    margin: 10px;
}

.DropHeader {
    display: flex;
    border: 2px solid #df2027;
    
    padding: 5px;
    width: 300px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 25px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0px;
    border: none;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #11958d;
}

input:focus + .slider {
    box-shadow: 0 0 1px #11958d;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px !important;
}

    .slider.round:before {
        border-radius: 50% !important;
    }

.holding-page-img {
    display: flex;
    align-items: center;
    height: 100%;
    width: 60%;
    background: #11958d;
}

    .holding-page-img::after {
        content: " ";
        display: block;
        width: 10%;
        height: 100%;
        background: #11958d;
        position: fixed;
        top: 0;
        right: 0;
        z-index: -1;
        transform-origin: bottom right;
        transform: skewX(-10deg);
        box-shadow: -5px -5px 50px 20px rgba(0,0,0,0.1);
    }

    .holding-page-img::before {
        content: " ";
        display: block;
        width: 30%;
        height: 100%;
        background: #11958d;
        position: fixed;
        right: 0;
        z-index: -2;
        transform-origin: bottom right;
        transform: skewX(-20deg);
        top: 0;
    }

.jstree-default .jstree-icon:empty {
    color: #489e94;
    font-size:small;
}

.jstree-default .jstree-anchor {
    font-size:medium;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: white;
    text-align: left;
}

.portlet-buttons {
    border-top: 1px solid #dee7e7;
    background-color: white;
    padding: 10px;
    float: none;
}

#leftPanel@(Model.FriendlyID) {
    text-align: left;
    padding: 10px;
    min-height: 120px;
    height: 100%;
    float: left;
    width: 15%;
    vertical-align: top;
}

#rightPanel@(Model.FriendlyID) {
    padding: 10px;
    min-width: 300px;
    float: left;
    width: 85%;
    vertical-align: top;
}

/*Select 2 boxes*/
.select2-container--bootstrap .select2-search--dropdown .select2-search__field, .select2-container--bootstrap .select2-selection, .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    height: 39px;
}

.dd3-handle {
    height: 100%;
    border: 1px solid #489e94;
    background: white;
}

    .dd3-handle:before {
        color: #489e94;
    }

.portlet-form .form-actions, .form .form-actions {
    background-color: white;
}

.badge-info {
    background-color: #333;
}

.form-wizard .steps > li.active > a.step .number {
    background-color: #11958d;
}

.primary-link {
    color: #11958d;
}

.page-container-bg-solid .page-content {
    background-color:transparent;
}

.label-info {
    background-color: #28a6ff;
}

.label-success {
    background-color: #58bf58;
}

.label-warning {
    background-color: #f89406;
}

.label-danger {
    background-color: #df2027;
}

.datepicker table td, .datepicker table th, .datetimepicker table td {
    font-family: InspctMainFont !important;
}

.btn-group > .btn.active {
    z-index: 1!important;
}

.md-checkbox label > .box {
    z-index:1;
}

.md-checkbox label > .check {
    z-index:1;
}

.gridRow {
    padding: 10px;
}

.gridCell {
    border: 1px solid lightgrey;
    padding: 5px;
}

.dd3-handle:before {
    top: 20%;
}

.ConditionsContainerDiv {
    margin: 0px;
    overflow-y: scroll;
    height: 220px;
    overflow-x: hidden;
}

.ConditionsContainerDivSmall {
    margin: 0px;
    height: auto;
    overflow: visible;
}


.TileGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    grid-auto-rows: 1fr;
}

    .TileGrid::before {
        content: '';
        width: 0;
        padding-bottom: 100%;
        grid-row: 1 / 1;
        grid-column: 1 / 1;
    }

    .TileGrid > *:first-child {
        grid-row: 1 / 1;
        grid-column: 1 / 1;
    }

    /* Just to make the grid visible */

    .TileGrid > * {
        margin:2.5px;
        /*background: rgba(0,0,0,0.1);
        border: 1px white solid;*/
    }

div.fadeInElement {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    /* Firefox */
    -webkit-animation: fadein 2s;
    /* Safari and Chrome */
    -o-animation: fadein 2s;
    /* Opera */
}

.AdhocField {
    margin: 10px;
    background-color: #e1e5ec !important;
}
    .AdhocField > .collapsableChildren {
        background: none !important;
    }
    .AdhocField > div > .FieldDragHandle {
        display: none !important;
    }
    .AdhocField > .collapsableChildren > li > .hideInEditMode {
        display: none !important;
    }

    @keyframes fadein {
        from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 90em) {
    /*general*/
    .progress {
        display: none;
    }

    .page-header {
        margin-left: 0px !important;
        height: 68px !important;
    }

    .form-horizontal .form-group {
        margin-left: 0px;
        margin-right: 0px;
    }

    #companyBrandingDiv {
        flex-direction: column;
    }

    .fixedLeft {
        left: 5px;
    }

    /*PRICE BRACKETS*/
    .row > .col-md-3 {
        width: 100% !important;
    }

    .column {
        min-height: auto !important;
        width: 100% !important;
    }

    /*dashboard modules*/
    .task-card-list {
        height: auto !important;
    }

    .gridster .gs-w {
        position: unset !important;
        width: 100% !important;
        left: 0px !important;
        margin-top: 20px !important;
    }

    /*overlays*/
    .OverlayForm {
        margin-left: 10% !important;
        width: 80% !important;
    }
}

@media (max-width:100em) {
    .hintBoxDiv {
        display: none !important;
    }
}

@media (max-width: 90em) {
    .backgroundImage {
        height: 100% !important;
        width: auto !important;
    }
}

/*@media (max-width: 100em) {
    .ExampleFieldContainer {
        visibility: hidden;
    }
}*/