@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: "Open Sans", Verdana, Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border-left: 5px solid #3A717E;
    border-right: 5px solid #3A717E;
    height: 100%;
}
 
 
a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

     

.btn {
    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 7px 14px;
    font-size: 16px;
    cursor: pointer;
}

.Correct {

    color: green;
}
.Wrong {

    color: red;
}

.Correct2 {
 
    color: green;
}

.Wrong2 {
 
    color: darkred;
}

.Foundation {
    background-color: white;
    color: #3A717E;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
}

/*.Foundation:hover {
    background-color: #3A717E;
    color: white; 
}*/


.Tech {
    background-color: rebeccapurple;
    color: white;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
}


.Teaching {
    background-color: #8FAA53;
    color: white;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    font-weight:bold;
} 


    /* Green */
    .OK {
        border-color: #8FAA53;
        color: green;
    }

    .OK:hover {
        background-color: #8FAA53;
        color: white;
    }

/* Light blue */
    .OK2 {
    border-color: #4CA8BE;
    color: green;
}

    .OK2:hover {
        background-color: #4CA8BE;
        color: white;
    }

.OK2Selected {
    background-color: #4CA8BE;
    color: white;
}

    .OK2i {
    border-color: darkcyan;
    background-color: #4CA8BE;
    color: white;
}

    .OK2i:hover {
        border-color: #4CA8BE;
        color: green;
        background-color: white;
    }

     
.Program {
    border-color: #3A717E;
    color: green;
}

    .Program:hover {
        background-color: #3A717E;
        color: white;
    }

.Programi {
    border-color: #2F5B66;
    background-color: #3A717E;
    color: white;
}

    .Programi:hover {
        border-color: #3A717E;
        color: green;
        background-color: white;
    }


/* Light blue  = Module*/
    .Module {
    border-color: #4CA8BE;
    color: green;
}

    .Module:hover {
        background-color: #4CA8BE;
        color: white;
    }

    .Modulei {
        border-color: darkcyan;
        background-color: #4CA8BE;
        color: white;
    }

    .Modulei:hover {
        border-color: #4CA8BE;
        color: green;
        background-color: white;
    }


/* Light blue  = Page*/
.Page {
    border-color: #7FAC4A;
    color: green;
}

    .Page:hover {
        background-color: #7FAC4A;
        color: white;
    }

.Pagei {
    border-color: darkcyan;
    background-color: #7FAC4A;
    color: white;
}

    .Pagei:hover {
        border-color: #7FAC4A;
        color: green;
        background-color: white;
    }

.PageiS {
    border-color: darkcyan;
    background-color: #7FAC4A;
    color: white;
    height:30px;
    font-size:12px;
}

    .PageiS:hover {
        border-color: #7FAC4A;
        color: green;
        background-color: white;
        height: 30px;
        font-size: 12px;
    }


.border_blue1 {
    border: 2px solid #4CA8BE; /*Light Blue*/
    border-radius: 5px;
    padding: 3px;  
}
.border_blue12 {
    border: 2px solid #4CA8BE; /*Light Blue*/
    border-radius: 5px;
    padding: 3px;
    display:inline-block;
}

.shl_link {
    font-size: 14pt;
    padding: 3px;
    color: white;
    background-color: #7FAC4A;
    /*font-weight:bold;*/
    text-decoration: none;
    /*text-transform: uppercase;*/
}

    .shl_link:hover {
        font-size: 14pt;
        padding: 3px;
        color: white;
        background-color: #4CA8BE;
        /*font-weight:bold;*/
    text-decoration: none;
    text-transform: uppercase;
}

.shl_coursetitle {
    font-size: 14pt;
    padding: 3px;
    color: white;
    background-color: #3A717E;
    /*font-weight:bold;*/
    text-decoration: none;
    text-transform: uppercase;
}

.shl_moduletitle {
    font-size: 14pt;
    padding: 3px;
    color: white;
    background-color: #4CA8BE;
    /*font-weight:bold;*/
    text-decoration: none;
    text-transform: uppercase;
}

.shl_pagetitle {
    font-size: 14pt;
    padding: 3px;
    color: white;
    background-color: #8FAA53;
    /*font-weight:bold;*/
    text-decoration: none;
    text-transform: uppercase;
}




.shl_titletext {
    font-size: 20pt;
    padding: 3px;
    color: #4CA8BE;
    font-weight: bold;
    text-decoration: none;
}


.shl_coursetitlesmall {
    font-size: 16pt;
    padding: 3px;
    color: #3A717E;
    font-weight:bold; 
    text-decoration: none; 
}
.shl_coursetext{
    font-size: 13.5pt;
    padding: 3px;
    color: #3A717E;
    /*font-weight:bold;*/
    text-decoration: none;
}

.container {
    display: grid;
    grid-template-columns: 1fr 1fr; /* fraction*/
}

.container1 {
    display: grid;
    grid-template-columns: 1fr; /* fraction*/
}
.container3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* fraction*/
}

.border_blue2 {
    border: 2px solid #3A717E; /*Dark Blue*/
    border-radius: 5px;
    padding: 1px;
    display: inline-block;
}
.border_green {
    border: 2px solid #7FAC4A; /*Green*/
    border-radius: 5px;
    padding: 1px;
    display: inline-block;
}

.border_blue3 {
    border: 2px solid #3A717E; /*Dark Blue*/
    border-radius: 5px;
    padding: 1px;
    display: inline-block;
}
.border_blue31 {
    border: 2px solid #3A717E; /*Dark Blue*/
    border-radius: 5px;
    padding: 1px;
    display: inline-block;
}

.div_list{
    padding:2px
}

.top_bar {
    background-color: #3A717E;
    color: white;
    text-align:right;
    height:60px;
    
}

.shl_top_link {
    font-size: 14pt;
    padding: 3px;
    color: white; 
    /*font-weight:bold;*/
    text-decoration: none; 
}

    .shl_top_link:hover {
        font-size: 14pt;
        padding: 3px;
        color: white;
        /*font-weight:bold;*/
        text-decoration:underline; 
    }

.shl_logo {
    position:absolute;
    top:2px;
    left:2px;
}
.shl_input {
    border: 1px solid #7FAC4A;
}

.e-richtexteditor {
    min-width: 200px;
    
    min-height: 100px;
}

.sidebarSHMainMenu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 5px;
    right: 0;
    /*background-color: white;*/
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 60px;*/
}

.sidebarSHLR {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 60px;
    right: 0;
    /*background-color: white;*/
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebarSHL{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 60px;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidebarSHL a {
        padding: 2px 2px 2px 2px;
        text-decoration: none;
 
        display: block;
        transition: 0.3s;
    }

        .sidebarSHL a:hover {
            color: #f1f1f1;
        }

.closebtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #7FAC4A;
    color: white;
    padding: 10px 15px;
    border: none;
    text-align:right;
}

    .closebtn:hover {
        background-color: #4CA8BE;
    }

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #7FAC4A;
    color: white;
    padding: 10px 15px;
    border: 1px solid white;
    text-decoration: none;
    border-radius: 5pt;
}

    .openbtn:hover {
        background-color: white;
        color: #7FAC4A;
        border: 1px solid #7FAC4A;
    }

#main {
    transition: margin-left .5s;
    padding: 16px;
}

.bottom_bar {
    height: 40px;
    position: fixed;
    bottom: 0px;
    width: 100vw;
    background-color: #4CA8BE;
    opacity: 1;
    /*max-width:900px;*/
}

.growButtonMinX {  
    cursor:pointer;
}

    .growButtonMinX:hover, .growButtonMinX:focus, .growButtonMinX:active {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebarSHL{
        padding-top: 15px;
    }

        .sidebarSHLa {
            font-size: 18px;
        }
}

.e-message {
    width: 300px;
}


.GoldStar {
    /*background-image: linear-gradient(red, green);*/
    /*background: -webkit-linear-gradient(#DAA520, #FFD700);*/
    /*-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: #DAA520;
    font-size: 20pt;
}


MainTitle { 
    color: #4BA7BF; 
    font-weight:bold;
    line-height:1.15;
    font-size:24px;
}


h1:focus {
    outline: none;
}

h1 {
    /*    border-color: #3A717E;
    background-color: #2F5B66;
    color: white;
    border-radius: 5pt;
    text-align: center;*/
    font-family:  "Open Sans",Helvetica,Arial,sans-serif;
    color: #4BA7BF;
    font-weight: bold;
    line-height: 30px;
    font-size: 24pt;
}

.conBluMain {
    /*color: #6EAFEC;*/
    font-family: Arial;
    color: #00b0f0;
    font-weight: bold;
    padding-top:30px;
}

.conBlu {
    /*color: #6EAFEC;*/
    font-family: Arial;
    color: #00b0f0;
    font-weight: bold;
}

.h1old {
    border-color: #3A717E;
    background-color: #2F5B66;
    color: white;
    border-radius: 5pt;
    text-align: center;
    font-size: 24pt;
}

 

h2 {
    font-family:  "Open Sans",Helvetica,Arial,sans-serif;
    color: #4BA7BF;
    font-weight: bold;
    line-height: 30px;
    font-size: 20pt;
}

h3 {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    color: #4BA7BF; 
    font-weight: bold;
    line-height: 30px;
    font-size: 16pt; 
}

h4 {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    /*color: #4BA7BF;*/
    font-weight: bold;
    line-height: 30px;
    font-size: 14.5pt;
}

h5 { /* Normal text */
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    color: #333333;
    line-height: 30px;
    font-size: 13.5pt;
}

p { /* Normal text */
    font-family:  "Open Sans",Helvetica,Arial,sans-serif; 
    line-height: 30px;
    font-size: 13.5pt;
    display: block;
}


 li {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    line-height: 30px;
    font-size: 13.5pt;  
}

td {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    line-height: 30px;
    font-size: 13.5pt;
}

h6 {
    /* Hyperlink */
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    color: #437d89;
    line-height: 30px;
    font-size: 13.5pt;
}

pre {
    /* Hyperlink */ /* had to hijack these standard tags for the SyncFusion editor to work, does not appear to work with custom tags  */
    color: #437d89;
    line-height: 30px;
    font-size: 13.5pt;
    font-family:  "Open Sans",Helvetica,Arial,sans-serif;
}

h7 {
    /* Image Captions  */
    color: #827972;
    line-height: 30px;
    font-size: 10pt;
    font-style: italic;
    font-family:  "Open Sans",Helvetica,Arial,sans-serif;
}

BlockQuote {
    /* Image Captions  */
    color: #827972;
    line-height: 30px;
    font-size: 10pt;
    font-style: italic;
    font-family:  "Open Sans",Helvetica,Arial,sans-serif;
}

h8 {
    /* References */
    color: #7D8E41;
    line-height: 30px;
    /* font-size: 10pt;*/
    font-style: italic;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

tableEditMode {
    /* References */
    padding: 10px;
}


.wrapper { 
    overflow: hidden;
}

 

#one { 
    float: left;
 
}

#two { 
    overflow: hidden;
    margin: 10px; 
}

@media screen and (max-width: 400px) {
    #one {
        float: none;
        margin-right: 0;
        width: auto;
        border: 0; 
    }
}


/*

    Main Title 	Bold	24	1.15	#4ba7bf
Level 2 heading 	Bold	20	1.15	#4ba7bf
Level 3 heading 	Bold	16	1.15	#4ba7bf
Level 4 heading 	Bold	13.5	1.15	#437d89
Normal text	normal	13.5	1.15	#333333
 Hyperlinks in text 	normal	13.5	1.15	#437d89 
Image Captions 	italics	10	1.15	#827972
References at page end 	normal	12	1.15 Add space between paragraphs	#437d89 

*/

/* From old platform to make copy work, not ideal
p:first-of-type {
    font-weight: bold;
    font-size: 24px;
    color: #00b0f0;
}
    */

 
@media (min-width: 641px) {
    .wide_menu {
        display: none;
    }


}

div.bigmenu {
 
}
div.smallmenu {
}
@media screen and (max-width: 800px) {
    div.bigmenu {
        display: none;
    }
    div.smallmenu {
        display: block;
    }
}



@media screen and (min-width: 800px) {
    div.smallmenu {
        display: none;
    }
    div.bigmenu {
        display: block;
    }
}

.column {
    float: left;
    width: 33.33%;
    border:1px solid black;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

.imgContent {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
}

.borderT {
    border-collapse: collapse;
    border: 1px solid #FF0000;
}

    tdB {
        border: 1px solid #FF0000;
    }

.FullW {
    width: 100%; 
    /*Need contents full width*/
}


.t{
    border-collapse: collapse;
    border: 1px solid black;
}

.td2 {
    border: 1px solid black;
    padding: 8px; 
    vertical-align: top;
}

th {
    background-color: #f2f2f2;
    border: 1px solid black;
    vertical-align: top;
}

.th2 {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    background-color: #e0e0e0;
    vertical-align: top;
}


.BoldLightBlue {
    font-weight: bold;
    color: #00b0f0;
}

.ReferenceGreen {
    color: #4f6128;
    font-style: italic;
}

.BoldLightGreen {
    font-weight: bold;
    color: #00b050;
}
.BoldBlue {
    font-weight: bold;
    color: #00b0f0;
}
.Indent25 {
    margin-left: 25px;
}
 
.BlackText {
    color: #000000;
}
.AlignCenter {
    text-align: center;
}
.Font10 {
    font-size: 10px;
}

