﻿
.checkbox-lable-property {
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.75em;
    margin-right: 20px;
}

.sub-checkbox-lable-property {
    font-weight: 500;
    line-height: 1.1;
    font-size: 1.2em;
    margin-right: 20px;
}

.filedrag {
    display: none;
    font-weight: bold;
    text-align: center;
    padding: 1em 0;
    margin: 1em 0;
    color: #555;
    border: 2px dashed #555;
    border-radius: 7px;
    cursor: default;
}


.hover {
    color: #f00;
    border-color: #f00;
    border-style: solid;
    box-shadow: inset 0 3px 4px #888;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    display: none;
    z-index: 1031;
    height: 2em;
    width: 2em;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#logo{
    width:inherit;
}

#icon-success {
    width:auto;
    height:100px;
}

@media only screen and (max-width: 768px) {
    #jobidgroup{
        margin-left:2em;
        margin-bottom:1em;
    }
    #jobIdLabel {
        margin-bottom: 0;
    }
    .webtitle {
        margin-top: 15vh;
        font-size: 2em;
    }
}

@media only screen and (min-width: 769px) and (max-widt: 1199){
    #jobidgroup {
        margin-top: 0
    }

    #jobIdLabel {
        margin-top: 0
    }

    .webtitle {
        margin-top: 15vh;
        font-size: 2em;
    }
}

@media only screen and (min-width: 1200px) {
    #jobidgroup {
        margin-top:1em
    }
    #jobIdLabel {
        margin-top: 1em
    }

    .webtitle {
        margin-top: 15vh;
        font-size: 3em;
    }
}

.removeButton {
    border: none;
    background: transparent;
    color: #007bff;
}

.removeButton:hover {
    text-decoration: underline;
}

.removeButton:active {
    border: none;
}

.newtooltip {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .newtooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: lightyellow;
        color: black;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .newtooltip:hover .tooltiptext {
        visibility: visible;
    }

.imageResult{
    width:1.2em;
}

#modalNotificationLabel{
    color:white;
}

.modal-header{
    background-color:cornflowerblue;
}

td {
    vertical-align: middle;
}

#submitbutton {
    margin-top: 2em;
    margin-right: 0.8rem;
}

/* Start page */
.body-start-page::after {
    content: "";
    background: url('../images/bunnings-house.jpg');
    -webkit-background-size: contain;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-size: cover;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.state-container {
    background-color: #F7F7F7;
    border-radius: 0.5em;
    border: 1px solid #C8C8C8;
    padding: 3em 2.5em 3em 2.5em;
    box-shadow: 1px 1px 5px 3px #C8C8C8;
}

.form-control:focus {
    border-color: #009687;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

hr.stylehr {
    padding: 0;
    border: none;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    color: #333;
    text-align: center;
}

    hr.stylehr:after {
        display: inline-block;
        position: relative;
        top: -2.1em;
        font-size: 1.5em;
        padding: 19px 1.75em;
        background-size: 90px 90px;
        height: 50px;
    }

.state-list-title {
    font-size:18px;
}

.success-container {
    margin-top: 150px;
}