body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
}
.scclogin {
    width: 100%;
    /* background-image: linear-gradient( 180deg, #213960, #467fd9); */
    background: linear-gradient(180deg, rgba(14, 59, 82, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(135, 157, 169, 1) 25%, rgba(14, 59, 82, 1) 100%);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scclogin-inner {
    background: white;
    border-radius: 10px;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.scclogin-fields {
    max-width: 65%;
    flex: 65%;
}

.scclogin-inner .scclogo img {
    width: 100%;
    margin: auto;
}


.scclogin-inner .scclogo {
    max-width: 35%;
    flex: 35%;
}

.scclogin-inner .inputfield input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.sclogin-fields-inner {
    width: 70%;
    margin: auto;
}


.scclogin-inner .inputfield label {
    max-width: 30%;
    flex: 30%;
}


.scclogin-inner .inputfield {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sclogin-fields-inner h3 {
    margin-bottom: 34px;
}

.sclogin-fields-inner input[type="submit"] {
    background: #be8a5f;
    color: white;
}

.forgotpass {
    text-align: right;
}

.forgotpass a {
    color: #be8a5f
}

.top-navigation .lastview a {
    color: #444444;
}


/*div#divLastViewed {
    background: #f3f3f3;
    padding: 5px 15px;
}*/

div#divLastViewed nobr {
    border-right: 1px solid #bababa;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 10px;
}

.top-navigation {
    padding-top: 20px;
    padding-bottom: 20px;
}



div#divLastViewed nobr:last-child {
    border-right: none;
}


span.info-box-icon {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    flex: 30%;
    background-image: linear-gradient( 180deg, #213960, #467fd9);
}


.info-box {
    display: flex;
    width: 100%;
    max-width: 24%;
    flex: 24%;
    margin-bottom: 20px;
    min-height: 83px;
}
.info-box-content {
    max-width: 80%;
    flex: 80%;
    background: #f6f6f6;
    padding: 10px 20px;
}

.info-box i {
    font-size: 40px;
    color: white;
}

span.info-box-text {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #444444;
}

.dashboard-task-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

span.info-box-number p {
    font-size: 16px;
    padding-top: 19px;
}




.dashboard-task-parent {
    padding: 20px;
}










.calendar-inner div#submit button {
    height: 40px;
    background: orange;
    color: white;
}


.calendar-parentclass fieldset {
    border-radius: 5px;
    padding: 0 20px;
    padding: 10px;
}

.calendar-parentclass legend {
    color: #ffffff;
    padding: 5px;
    border-radius: 3px;
}

.calendar-parentclass input:invalid:required {
    background-color: lightpink;
}

.calendar-parentclass .container {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.calendar-parentclass .container > div {
    background-color: white;
    padding: 5px;
    border-radius: 3px;
    width: 100% !important;
    display: flex;
    align-items: center;
}

.calendar-parentclass .container > div label {
    margin-bottom: 0;
}


select#month {
    outline: none;
}

.calendar-inner div#submit button:hover {
    background: #467fd9;
    color: white;
}

.calendar-parentclass .input {
    border: none;
    border-radius: 4px;
    height: 25px;
    padding: 2px;
    font-size: 0.9em;
    width: 94%;
    outline: none !important;
}

.task-inner-div table td {
    font-size: 13px;
}

.task-inner-div table th {
    font-size: 13px;
}



.calendar-parentclass label {
    font-size: 0.9em;
}

.calendar-parentclass #submit {
    padding: 0;
}

.calendar-parentclass #submit > button {
    background-color: #ccc;
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
}

.calendar-parentclass #submit > button:active {
    box-shadow: 1px 1px 0px gray;
    background-color: #eee;
}

.calendar-parentclass #submit > button:hover {
    background-color: aliceblue;
}

.calendar {
    margin: 20px 0;
}

.calendar > * {
    margin: 10px 0;
}

.calendar-parentclass h1 {
    position: relative;
    padding: 8px 30px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
}

.calendar-parentclass h1 .btn {
    position: absolute;
    top: 20%;
    height: 60%;
    text-shadow: 2px 2px 5px rgb(35, 35, 46);
    border: 0;
    background: none;
    font-size: 1.2em;
    line-height: 0;
    color: white;
    cursor: pointer;
    opacity: 0.5;
}

.calendar-parentclass h1 .btn:active {
    text-shadow: 0 0 2px rgb(35, 35, 46);
    color: #fff;
    opacity: 1;
}

.calendar-parentclass h1 .prev {
    left: 10px;
}

.calendar-parentclass h1 .next {
    right: 10px;
}

.calendar ul {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    padding-left: 0;
}

.calendar li:nth-child(7n) {
    color: blue;
}

.calendar li:nth-child(7n-1) {
    color: red;
}

.weekdays {
    text-align: center;
    background-color: white;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: black;
    padding: 5px;
}

.days li {
    text-align: center;
    border: 1px solid green;
    background-color: white;
    border-radius: 5px;
    padding: 12px 0 12px 0px;
}

.calendar-parentclass footer {
    font-size: 0.8em;
    text-decoration: underline;
    font-weight: 600;
    background-color: white;
    text-align: center;
    padding: 4px;
}

.calendar-parentclass footer:hover {
    cursor: pointer;
    text-decoration: none;
}

.calendar-parentclass footer:active {
    color: red;
}


.calendar-inner {
    width: 60%;
    padding: 24px;
    background-image: linear-gradient( 180deg, #213960, #467fd9);
    max-width: 50%;
    flex: 50%;
}

.other-tasks {
    max-width: 50%;
    flex: 50%;
}


.other-tasks-inner {
    padding: 0 30px;
}

.task-strip h3 {
    padding: 16px 14px;
    color: white;
    background-image: linear-gradient( 180deg, #213960, #467fd9);
    font-size: 16px;
}


.task-strip h3 {
    margin-top: 0;
}


.calendar-parentclass {
    display: flex;
}

.task-externaldiv {
    margin-top: 60px;
}

.task-inner-div {
    padding-bottom: 50px;
}

div#divFooterMenu {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}

.scclogin-inner .inputfield {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.inputfield input {
    max-width: 70%;
    flex: 70%;
}

.inputfield div.error {
    max-width: 100% !important;
    flex: 100% !important;
    width: 100%;
    color: red;
    font-weight: normal;
    display: inline-flex;
    justify-content: flex-end;
}
.error p {
    color: red;
}

@media only screen and (max-width:1024px){ }
.info-box {
    max-width: 48%;
    flex: 48%;
}

.calendar-parentclass h1 .btn {
    font-size: 20px;
}

span.month-year {
    font-size: 20px;
}


/*}*/

@media only screen and (max-width:768px){
    .sclogin-fields-inner {
        width: 100%;
        margin: auto;
    }

    .scclogin-fields {
        max-width: 100% !important;
        flex: 100% !important;
    }

    .scclogo {
        max-width: 100% !important;
        flex: 100% !important;
    }


    .scclogin-inner {
        flex-wrap: wrap;
    }

    .scclogo img {
        width: 56% !important;
        margin: auto;
        display: block;
        padding-bottom: 30px;
    }


    .scclogin-inner {
        background: white;
        border-radius: 10px;
        padding: 40px 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }



}


@media only screen and (max-width:560px){

    .info-box {
        max-width: 100%;
        flex: 100%;
    }

    .calendar-parentclass {
        display: flex;
        flex-wrap: wrap;
    }


    .calendar-inner {
        max-width: 100%;
        flex: 100%;
    }


    .other-tasks {
        max-width: 100%;
        flex: 100%;
        margin-top: 30px;
    }

    .task-externaldiv {
        margin-top: 0;
    }


    .other-tasks-inner {
        padding: 0;
    }



    .scclogin-inner .inputfield {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .scclogin-inner .inputfield label {
        max-width: 100%;
        flex: 100%;
    }


}
