﻿/* LZ_screen.css Overrides */
/* TODO - Once the redesign is done, we should get rid of LZ_screen.css and these overrides.*/
div.t_o1, div.main_oo { border: none; }
h1 { height: auto; }



/* Site-wide styles */
body { background-color: #fff;}
.lz-main-navigation-bar { height: 10px;}
.lz-blue-background {background-color: #2D3E50; color: #fff;}
.lz-orange-background {background-color: #F57E00;}
.lz-iso a:link {text-decoration: none;}
.lz-iso h1 { color: inherit;}


div.paging_bottom_redesign {
    margin-top: 8px;
    padding: 3px 0px;
    background: #e0e0e0;
}


/* Bootstrap overrides */

a.btn-info:link {
    color: #fff;
}

a.btn:visited {
    color: white; 
}

.bootstrap-iso .custom-switch .custom-control-label::before, .bootstrap-iso .custom-switch .custom-control-label::after {
    cursor: pointer;
}

/* Make the header links a bit bigger and bolder */
.bootstrap-iso #navbar .nav a {
    font-weight: bold !important;
    font-size: 1.3em !important;
}

/* Add a couple more sizes to the bootstrap display classes */
.bootstrap-iso .display-5 {
    font-family: Segoe UI;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    color: rgb(61, 146, 225);
}
.bootstrap-iso .display-6{font-size:1.5rem;font-weight:300;line-height:1.2}

.bootstrap-iso .navbar-light .nav_text .navbar-nav .nav-link:focus, .bootstrap-iso .navbar-light .nav_text .navbar-nav .nav-link:hover {
    text-decoration: underline;
}


.bootstrap-iso .btn-light.my_account:hover, .bootstrap-iso .btn-light .my_account:focus {
    text-decoration: underline;
}

.bootstrap-iso .my_account .dropdown-item:focus, .bootstrap-iso .my_account .dropdown-item:hover {
    text-decoration: underline;
}

.bootstrap-iso #navbar .dropdown-item:focus, .bootstrap-iso #navbar .dropdown-item:hover {
    text-decoration: underline;
}


.navbar {
    padding: 0 !important;
}

.navbar-default {
    background-color: #fff;
    border: none;
    margin-bottom: 0;
}

.dashboard-menu-row{
    margin-right: 0 !important;
}

.lz-account-dropdown {
    padding-right: 0;
}

.account-menu-desktop {
    float: right !important;
}

.nav_text span svg {
    fill: white;
}

/*
*  position: relative gives a new position context
*/
.logo-account-menu-wrapper {
    position: relative;
}

/*
*  Position the #account-menu-section element in the top-right
*  of the .logo-account-menu-wrapper element
*/
#account-menu-section {
    position: absolute;
    top: 0;
    right: 0;
    /*
  *  Styling only, the below can be changed or removed
  *  depending on your use case
  */
    height: 20px;
    padding: 5px 5px;
}

/*mobile view*/
@media only screen and (max-width: 990px) {
    .account-menu-desktop,
    .desktop-logo,
    .student-dashboard-header,
    .bookshelf-item .course-description,
    .bookshelf-item .course-description-sm,
    .bookshelf-item .path-description,
    .showMoreLess
    {
        display: none !important;
    }
    .announcement div .modal-dialog {
        margin: 3.5rem !important;
    }
    .mobile-logo {
        height: 60px !important;
    }
    .nav_text span svg {
        margin-right: 0.7rem;
    }
    .feather-alert-circle {
        margin-top: 0.7rem;
    }
    .navbar-toggler-icon {
        background-image: none !important;
        font-weight: bolder;
        transform: scaleX(1.3);
    }
    #logo-wrapper {
        padding-right: 0 !important;
    }

    .login-form {
        width: 80% !important;
    }

    .login-form input {
        font-size: 3.5em !important;
        height: 125px !important;
        margin-top: 25px !important;
    }
    .login-form label {
        font-size: 2.8em !important;
    }
    #rememberMe {
        width: 35px !important;
        height: 35px !important;
        border-radius: 50% !important;
    }

    .login_txt, .alert-danger {
        font-size: 3em !important;
    }
}

/*desktop view*/
@media only screen and (min-width: 990px) {
    .account-menu-mobile, .mobile-logo {
        display: none;
    }
    .desktop-logo {
        height: 75px !important;
    }
    .announcement{
        text-align: right;
    }
    .nav_text span svg {
        margin-top: 0.7rem;
        margin-right: 0.7rem;
    }
}

/*remove bootstrap focus outline to allow custom colors*/ 
button.navbar-toggler:focus {
    outline: 1px none;
}

/* hide close when burger shown */
.navbar-toggler.collapsed .close-icon {
    display: none;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    display: none;
}

/* Footer */
#lz-footer a {
    --color: #2D3E50;
    font-weight: bold;
    font-size: 1.2em;
}
#lz-footer h3 { color: #2D3E50; }
#lz-footer .glyphicon { font-size: 1.3em; margin-right: 10px; }
#lz-footer hr { border-color: #2D3E50; }



/* Portal Switcher */
#lz-portal-switcher ul { list-style: none; padding: 0; margin: 0; }
#lz-portal-switcher li { padding: 5px; }
#lz-portal-switcher li:nth-child(even) { background: #ccc; }
#lz-portal-switcher img { width: 250px; height: 37.5px; border: none; }



/* Portal Messages */
#lz-portal-message-icon, #lz-system-message-icon {
    cursor: pointer;
}


/*My Account Header*/
.bootstrap-iso h1.my-account {
    display: contents
}


/*Dashboard widgets*/
.card-body > .row {
    margin-top: 0;
}

.widget-item .row {
    margin-top: 20px;
}

.widget-item hr {
    margin-bottom: 0;
}

.widget-item.cant-take {
    background-color: grey;
    opacity: 0.7;
}

.widget-item.deleted {
    background-color: grey;
    opacity: 0.7;
}


.progress {
    margin-bottom: 0;
}

.list-group {
    margin-bottom: 0;
}

#recent-activity-list {
    max-height: 450px;
    overflow-y: scroll;
    overflow: scroll;
    overflow-x: hidden;
}

#new-assignments-list {
    max-height: 450px;
    overflow-y: scroll;
    overflow: scroll;
    overflow-x: hidden;
}

#completed-courses-list {
    max-height: 450px;
    overflow-y: scroll;
    overflow: scroll;
    overflow-x: hidden;
}

.widget-item {
    cursor: default;
    background: white;
    border-color: white;
    color: black;
}

.widget-item:hover {
    cursor: pointer;
    background: #5bc0de;
    border-color: #46b8da;
    color: white;
}

.red-color {
    color: red;
}
.widget-item .img-fluid {
    max-width: 85.5px;
}

.yellow-color {
    color: #d39e00;
}

.oi-collapse {
    padding-right: 5px;
}


.progress .progress-bar {
    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
}

.card {
    margin-bottom: 20px;
}

.card-title {
    margin-bottom: 0;
    font-size: 15pt;
}

/*************************************************************************/

.bookshelf-item {
    padding: 5px;
    border-bottom: solid 2px #6CB1D5;
    padding-bottom: 10px;
}

.bookshelf-item .thumbnail {
    width: 200px;
}

.bookshelf-item .thumbnail img {
    height: 150px;
    width: 200px;
    border: none;
}

/*
TODO: replace with class="d-inline-block-->
*/
.clearfix {
    display: inline-block;
}

/*
TODO: replace with class="float-left"-->
*/
.bookshelf-item > div {
    float: left;
}

.bookshelf-item .course-info {
    width: 500px;
    padding: 0 10px;
}

.bookshelf-item .actions {
    width: 190px;
    height: 120px;
    position: relative;
    padding-top: 30px;
    text-align: center;
}

.bookshelf-item .course-info .title a {
    color: #1C89B8;
    font-size: 30px;
    font-weight: 500;
}

/*.bookshelf-item .course-info .title {
    font-size: 30px;
    color: #1C89B8;
}*/

.bookshelf-item .course-info .title > div.price-info {
    float: left;
    margin: 10px 0 0 20px;
    font-size: 12px;
    font-weight: bold;
    color: #888;
}

.bookshelf-item .course-description {
    border-left: solid 3px #ccc;
    max-height: 80px;
    line-height: 20px;
    padding-left: 3px;
    margin-top: 5px;
    overflow: hidden;
    font-size: 9pt;
    font-weight: 500;
}

.bookshelf-item .course-description-sm {
    border-left: solid 3px #ccc;
    max-height: 65px;
    padding-left: 3px;
    margin-top: 5px;
    overflow: hidden;
    font-size: 9pt;
    font-weight: 500;
}

.bookshelf-item .path-info {
    width: 500px;
    padding: 0 10px;
}

.bookshelf-item .actions {
    width: 190px;
    height: 120px;
    position: relative;
    padding-top: 30px;
    text-align: center;
}

.bookshelf-item .path-info .title a {
    color: #1C89B8;
    font-size: 30px;
    font-weight: 500;
}

/*.bookshelf-item .course-info .title {
    font-size: 30px;
    color: #1C89B8;
}*/

.bookshelf-item .path-info .title > div.price-info {
    float: left;
    margin: 10px 0 0 20px;
    font-size: 12px;
    font-weight: bold;
    color: #888;
}

.bookshelf-item .path-description {
    border-left: solid 3px #ccc;
    max-height: 80px;
    line-height: 20px;
    padding-left: 3px;
    margin-top: 5px;
    overflow: hidden;
    font-size: 9pt;
    font-weight: 500;
}

.bookshelf-item .actions .buttons .button {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    background: #3498db;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.bookshelf-item .tag {
    background: #1C89B8;
    border-radius: 3px 0 0 3px;
    color: white;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0 15px 0 18px;
    position: relative;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    font-size: .6em;
}

    .bookshelf-item .tag::before {
        background: #fff;
        border-radius: 10px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
        content: '';
        height: 6px;
        left: 10px;
        position: absolute;
        width: 6px;
        top: 5px;
    }

    .bookshelf-item .tag::after {
        background: #fff;
        border-bottom: 8px solid transparent;
        border-left: 5px solid #1C89B8;
        border-top: 8px solid transparent;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
    }

.display-block {
    display: block;
}

h1 {
    color: #004D7B;
    clear: both;
}

.lz-iso a:link {
    color: #00639F;
}

.bookshelf-item {
    padding: 5px;
    border-bottom: solid 2px #6CB1D5;
    padding-bottom: 10px;
}

.course-list {
    position: relative;
    width: 100%;
    border: solid 2px #6CB1D5;
    margin-top: 5px;
}

.course-list > div {
    margin: 5px;
}

div.t_o1 {
    max-width: 970px;
    background-color: #ffffff;
    text-align: left;
    clear: both;
}
/****************************************************************/
/**********************Stepper Styles****************************/

/* Page-specific styles */
.active .bs-stepper-label {
    color: #007bff;
    /*height: 56px;*/
}

.bs-stepper-label {
    height: auto;
}

.bs-stepper .step-trigger {
    font-size: 1.2rem;
}

.bs-stepper-content .border {
    border-width: 5px;
}

.plus-circle, .plus-circle-all, .alert-circle, .minus-circle, .minus-circle-all {
    cursor: pointer;
}

.results .log-info-detail, .modal .log-info-detail {
    display: none;
}

.name {
    font-weight: bold;
    padding-top: 20px;
}

.content > div {
    --max-height: 450px;
    --overflow-y: auto;
}

.label {
    margin-top: 15px;
}

.label hr {
    margin-bottom: 10px;
}

.selectable-items .col-sm-6 .card {
    overflow-y: scroll;
    max-height: 335px;
    margin-bottom: 10px;
}

.selectable-items .card {
    overflow-y: scroll;
    max-height: 430px;
    margin-bottom: 10px;
}

.selected-label {
    text-align: center;
    display: block
}

#review > div > div {
    padding-bottom: 10px;
}

.dummy-step-trigger {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #6c757d;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: none;
    border-radius: .25rem;
    transition: background-color .15s ease-out,color .15s ease-out;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: center;
    align-items: center;
}
.showMoreLess {
    font-weight: bolder;
    color: #1C89B8!important;
    cursor: pointer;
}
/****************************************************************/
@keyframes animateBar {
    0% {
            transform: translateX(-100%);
        }

        100% {
            transform: translateX(0);
        }
    }

