﻿body {
    /*background: #ececec;*/
    background-image: linear-gradient(to right top, #620808, #871113, #ad1a1c, #d52425, #ff2e2e);
    color: #616161;
}

    .industrial-placement-body {
        background-image: linear-gradient(180deg, #782f40 50%, #ad1aad 100%);
    }

main {
    background: #ffffff;
    max-width: 60%;
    margin: 5em auto;
    border: 3px solid #e6e6e6;
    border-radius: 10px;
    /*box-shadow: 0 0 30px 1px #dadada;*/
    /*padding: 5em 10em;*/
    padding: 5em 2em;
}

.saved-alert {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed !important;
    padding: 5px !important;
    padding-left: 20px !important;
}

.required-field:after {
    content: " *";
    font-weight: bold;
    color: red;
}

::placeholder {
    color: #d4d4d4 !important;
    opacity: 1;
}

@media (max-width: 1440px) {
    main {
        max-width: 80%;
    }
}

@media only screen and (max-width: 1080px) {
    main {
        max-width: 95%;
        padding: 5%;
        margin: 1em auto;
    }
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


/* When printing, ensure all of textarea is displayed when lots of text */
@media print {
    @page {
        size: A4 portrait;
        margin: 1cm;
        overflow: hidden;
    }
}

.table-background-green {
    background-color: #e7ffdf !important;
}

.table-background-blue {
    background-color: #dfffff !important;
}

.table-background-orange {
    background-color: #ffecdf !important;
}

.table-background-purple {
    background-color: #f1dfff !important;
}

.table-background-gray {
    background-color: #e9e9e9 !important;
}