@import url("../../../admin/exe/system/css/elements/central.css");
@import url("../../../admin/exe/system/css/forms/central.css");
@import url("../../../admin/exe/popup/css/central.css");
@import url("../../../admin/exe/system/css/errors/central.css");
@import url("../../../admin/exe/system/css/social/central.css");
@import url("../../../admin/exe/system/css/profile/central.css");

 
 
#topmast {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    height: 65px;
    width: 100%;
    background: #FFF;

    position: absolute;
    top: 0;
    z-index: 10;
    /*  */
    -webkit-border-bottom: 1px solid #efbb80;
    -moz-border-bottom: 1px solid #efbb80;
    border-bottom: 1px solid #efbb80;
    /* background: -webkit-linear-gradient(to right, #000000, #534f38, #000 );
    background: -moz-linear-gradient(to right, #000000, #534f38, #000 );
    background: linear-gradient(to right, #000000, #534f38, #000 ); */

    /* -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 7px 3px;
    -moz-box-shadow: rgba(17, 17, 26, 0.05) 0px 7px 3px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 7px 3px; */
}





#topmast2 {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    height: 65px;
    width: 100%;
    background: #FFF;

    position: relative;
    top: 0;
    z-index: 10;
    /*  */
    -webkit-border-bottom: 1px dotted #e6e6e6;
    -moz-border-bottom: 1px dotted #e6e6e6;
    border-bottom: 1px dotted #e6e6e6; 
 
}




#topmast2 > div,
#topmast > div {
    min-height: 10px;
    /* background: #08BBD1; */
    padding: 0;
    width: 40%;
    /* min-width: 350px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#topmast2 > div:nth-child(1),
#topmast > div:nth-child(1) {
    display: flex;
    justify-content: flex-start;  
    padding: 0;
    width: 10%;
    min-width: 120px;
    min-height: 20px;
    /* background: #CCC; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#topmast2 > div:nth-child(1) > a
#topmast > div:nth-child(1) > a {
    display: flex;
    justify-content: flex-start;  
    padding: 4px 0;
    min-height: 20px;
    font-size: 15px;
    color: #eaebae;
    /* background: #CCC; */
}

#topmast2 > div:nth-child(1) > span:nth-child(1),
#topmast > div:nth-child(1) > span:nth-child(1) {
    display: block;
    width: 0px;
    overflow: hidden;
    height: 70px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/* menu trigger */
#topmast2 > div:nth-child(1) > span:nth-child(1) > a,
#topmast > div:nth-child(1) > span:nth-child(1) > a {
    display: grid;
    place-items: center;
    width: 55px;
    height: 70px;
    padding: 0;
    background: rgb(41, 41, 41);
    color: #dddaac;
    font-size: 18px;
}



#topmast2 > div:nth-child(1) > span:nth-child(1) > a:hover,
#topmast > div:nth-child(1) > span:nth-child(1) > a:hover { 
    background: -webkit-linear-gradient(to bottom right, #bea860, #ebdaa3);
    background: -moz-linear-gradient(to bottom right, #bea860, #ebdaa3);
    background: linear-gradient(to bottom right, #bea860, #ebdaa3);
    color: #2a220c; 
}


/* logo */
#topmast2 > div:nth-child(1) > span:nth-child(2),
#topmast > div:nth-child(1) > span:nth-child(2) {
    display: block;
    width: 220px;
    height: 40px;
    padding: 0 0 0 1em;
    /* background: rgb(41, 41, 41); */
}


  



.padded {
    display: block;
    padding: 3em;
    min-height: 200px;
    background: rgb(245, 244, 244);
    /*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




 
 
/* xxxxxxxxxxxxxxxxxxxxxxxxxxx */


#topmast2 > div:nth-child(2),
#topmast > div:nth-child(2) {
    display: flex;
    justify-content: flex-end;  
    padding: 1em 2em 0 0;
    min-height: 20px;
    /* background: rgb(77, 30, 30); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#topmast2 > div:nth-child(2) > a,
#topmast > div:nth-child(2) > a {
    display: block;
    padding: 1em;
    min-height: 20px;
    color: rgb(123, 123, 123);
    border-bottom: 2px none solid;
    /* background: #CCC; */
    white-space: nowrap;
}

#topmast2 > div:nth-child(2) > a:hover,
#topmast > div:nth-child(2) > a:hover {
    border-bottom: 2px  solid;
    color: var(--red);
 
}

 


#topmast2 > div:nth-child(2) > a:nth-child(1),
#topmast > div:nth-child(2) > a:nth-child(1) {
    display: block;
    border-bottom: 2px #086da8 solid;
    color: #086da8;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


#footer {
    display: block;
    min-height: 20px;
    max-height: 40px;
    padding: 1em 0;
    width: 100%;
    /* width: 105%; */
    margin: 0 auto;
    font-family: 'cal';
    background: #DDD;
 
    /*  */
 

    /* -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px -7px 2px;
    -moz-box-shadow: rgba(17, 17, 26, 0.05) 0px -7px 2px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px -7px 2px; */
    
}





#footer2 {
    display: block;
    min-height: 20px;
    max-height: 40px;
    padding: 1em 0;
    width: 100%;
    /* width: 105%; */
    margin: 0 auto;
    font-family: 'cal';
    position: relative;
    z-index: 15;
    background: #f5f5f5;

    /*  */
    /* -webkit-background: linear-gradient(to bottom, #EEE, #FFF);
    -moz-background: linear-gradient(to bottom, #EEE, #FFF);
    background: linear-gradient(to bottom, #EEE, #FFF);     */
 
    
}



/* //////////////////////// */
#footer2 > div:nth-child(1),
#footer > div:nth-child(1) {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 1.5em;
    width: 97%;
    min-width: 600px;
    margin: 0 auto;
    color: rgb(100, 100, 100);
    font-family: 'cal';
    padding: 0;
    position: relative;
    top: -5px;
    /*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}



#footer2 > div:nth-child(1) > div:nth-child(1),
#footer > div:nth-child(1) > div:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    font-size: 13px;
    padding-left: 1em;
    padding-top: 0.2em;
    /* width: 90%; */
    width: 55%;
    color: #7e7e7e;
 
}


#footer2 > div:nth-child(1) > div:nth-child(1) > span,
#footer > div:nth-child(1) > div:nth-child(1) > span {
    display: block;
    padding: 0.6em 0 0 1em;
}



#footer2 > div:nth-child(1) > div:nth-child(2),
#footer > div:nth-child(1) > div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    /* width: 90%; */
 
}



#footer2 > div:nth-child(1) > div:nth-child(2) > a,
#footer > div:nth-child(1) > div:nth-child(2) > a {
    display: block;
    padding: 0.6em;
    color: #cc1e2c;
    font-size: 16px;
    /* width: 90%; */
 
}


/* xxxxxxxxxxxxxxxxxx */









 
/* //////////////////////// */
/* 2nd side */
#footer2 > div:nth-child(2),
#footer > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    width: 70%;
 
    margin: 0 auto;
    color: rgb(100, 100, 100);
    font-family: 'cal';
    padding:  0;
}



/* 1st of 2nd */
#footer2 > div:nth-child(2) > div:nth-child(1),
#footer > div:nth-child(2) > div:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1em;
    min-height: 20px;
    margin: 0;
    padding: 0 0 0 3em;
    text-align: left;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 20px;
    width: 40%;
}



#footer2 > div:nth-child(2) > div:nth-child(1) > span:nth-child(1),
#footer > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) {
    display: block;
    min-height: 100px;
}


#footer2 > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > a,
#footer > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > a {
    display: block;
    color: #F2E3C2;
    font-size: 15px;
    padding: 0.7em 0;
}



#footer > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > a:hover,
#footer > div:nth-child(2) > div:nth-child(1) > span:nth-child(3) > a:hover,
#footer > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > a:hover,
#footer > div:nth-child(1) > div:nth-child(2) > a:hover {
    color: #e399be;
 
}

/* //////////////////////// */
 
 

#footer > div:nth-child(2) > div:nth-child(1) > span:nth-child(2),
#footer > div:nth-child(2) > div:nth-child(1) > span:nth-child(3) {
    display: block;
    min-height: 100px;
}


#footer > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) > a,
#footer > div:nth-child(2) > div:nth-child(1) > span:nth-child(3) > a {
    display: block;
    color: #c5c5b1c4;
    font-size: 15px;
    padding: 0.7em 0;
}






/* xxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxx */



/* 2nd of 2nd */
#footer > div:nth-child(2) > div:nth-child(2) {
    display: block;
    min-height: 20px;
    margin: 0;
    text-align: left;
    font-size: 14px;
    width: 50px;
    text-align: right;
}



#footer > div:nth-child(2) > div:nth-child(2) > img{
    display: block;
    width: 100%;
    height: auto;

}





#footer > div:nth-child(2) > div:nth-child(2) > form {
    display: block;
    padding: 4em 0 0 0;
    min-height: 10px;
    font-family: 'cal';
    font-size: 14px;
}


#footer > div:nth-child(2) > div:nth-child(2) > form > span {
    display: block;
    padding: 0 0 0.8em 0;
    text-align: right;
    font-family: 'cal';
    font-size: 14px;
}

#footer > div:nth-child(2) > div:nth-child(2) > form > div {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    min-height: 10px;
    font-family: 'cal';
    font-size: 14px;
    background: #373532;
    border: none;
  
}



#footer > div:nth-child(2) > div:nth-child(2) > form > div > input[type='text']{
    display: block;
    padding: 0;
    min-height: 10px;
    font-family: 'cal';
    font-size: 14px;
    background: none;
    border: none;
    padding: 0;
    outline: none;
    margin-right: 1em;
    width: 80%;
    color: #ebdcbd !important;
    font-family: 'cal';
 
}


#footer > div:nth-child(2) > div:nth-child(2) > form > div > input[type='submit']{
    display: block;
    padding: 0.6em 1em;
    min-height: 10px;
    font-family: 'cal';
    font-size: 14px;
    background: none;
    border: none; 
    /*  */
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
    /*  */
    background: -webkit-linear-gradient(to bottom right, #c5a436, #ffe9a0);
    background: -moz-linear-gradient(to bottom right, #c5a436, #ffe9a0);
    background: linear-gradient(to bottom right, #c5a436, #ffe9a0);
 
}


/* xxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxx */











/* xxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxx */



#smalllogo {
    display: block;
    width: 80px;
    min-height: 30px;
    
}

#smalllogo > img {
    display: block;
    width: 100%;
    height: auto;
    
}

.backer {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 100px;
    left: -15px;
    z-index: 4;

}

.backer > a {
    display: grid;
    place-content: center;
    width: 30px;
    height: 30px;
    background: #FFF;
    color: #222;
    /*  */
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;    
    /*  */
    -webkit-border: #CCC 2px solid;
    -moz-border: #CCC 2px solid;
    border: #CCC 2px solid;
    /*  */
}



.backer > a:hover {
 
    background: #1c67f3;
    color: #FFF;
    /*  */
    -webkit-border: 1px dotted #1c67f3;
    -moz-border: 1px dotted #1c67f3;
    border: 1px dotted #1c67f3;
 
}


#loginscreen {
    display: block;
    margin: 0 auto;
    width: 55%;
    padding: 7em 0;
 
    min-height: 700px;
    position: relative;
    z-index: 1;
    font-family: 'EncodeSans-CondensedThin';
}


#loginscreen > div > h3 {
    display: block;
    min-height: 10px;
    padding: 0.4em 0 0 0;
    margin: 0;
    color: #545ba4;
    font-family: 'EncodeSans-CondensedThin';
    /* font-family: 'PassionOne-Regular'; */
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

 


#clogo > div {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    min-height: 10px;
}

#clogo > div > a {
    display: grid;
    place-items: center;
    width: 100px;
    min-width: 100px;
    background: #fadc7b;
    height: 110px;
}

#clogo > div > a > img {
    display: block;
    width: 70%;
    height: auto;
}

#clogo > div > div {
    display: block;
    width: 10%;
    min-height: 10px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxx */







/* xxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxx */


#unireg {
    display: grid;
    grid-template-columns:  1fr 1fr;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
  
}



#unireg > main:nth-child(1){
    display: block;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    background: #c7e0db;
}



#unireg > main > span:nth-child(1) {
    display: block;
    min-height: 100vh;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

#unireg > main > span:nth-child(1) > img {
    display: block;
    height: auto;
    width: 100%;
    /*  */
    opacity: 0.8;
    filter: alpha(opacity=80);
 
}

#unireg > main > span:nth-child(2) {
    display: block;
    min-height: 20px;
    position: absolute;
    top: 40%;
    width: 40%;
    z-index: 2;
    padding: 2em;
}


#unireg > main > span:nth-child(2) > span:nth-child(1){
    display: block;
    min-height: 20px;
    font-size: 40px;
    text-transform: capitalize;
    line-height: 33px;
}


#unireg > main > span:nth-child(2) > span:nth-child(3){
    display: block;
    min-height: 20px;
    font-size: 40px;
    text-transform: capitalize;
    line-height: 33px;
}



#unireg > main > span:nth-child(2) > span > span {
    display: block;
    right: 0;
}


#unireg > main > span:nth-child(2) > span > span > span > a  {
    display: inline-block;
    margin-top: 1em;
    padding: 0.5em 1em;
    border: #c7e0db;
    color: #FFF;
    /*  */
    -webkit-border: 3px solid #EEE;
    -moz-border: 3px solid #EEE;
    border: 3px solid #EEE;
}


#unireg > main:nth-child(1) > span:nth-child(2) > span > span > span > a {
    color: #5c6a4d;
    /*  */
    -webkit-border: 3px solid #7b886d;
    -moz-border: 3px solid #7b886d;
    border: 3px solid #7b886d;
}




#unireg > main > span:nth-child(2) > span > span > span > a:hover {
    -webkit-background: linear-gradient(to bottom, #5288e5, #5288e5);
    -moz-background: linear-gradient(to bottom, #5288e5, #5288e5);
    background: linear-gradient(to bottom, #5288e5, #5288e5);
    /*  */
    -webkit-border: 3px solid #5288e5;
    -moz-border: 3px solid #5288e5;
    border: 3px solid #5288e5;
    color: #FFF;
}



#unireg > main:nth-child(1) > span:nth-child(2) {
    display: block;
    right: 0;
    text-align: right;
}






/* \\\\\\\\\\\\\\\\\\ */




#unireg > main:nth-child(2){
    display: block;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    background: #2c564e;
    color: #FFF !important;
}



#unireg > main:nth-child(2) > span:nth-child(2) > span.title31 {
    color: #FFF !important;
}




#freeac {
    display: block;
    min-height: 200px;
    width: 50%;
    color: #daf7f1;
    text-align: center;
    position: absolute;
    z-index: 15;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}



#freeac > span:nth-child(1){
    display: block;
    min-height: 10px;
    text-align: center;
    font-size: 40px;
    color: #daf7f1;
    text-transform: capitalize;
}



#freeac > span:nth-child(2){
    display: block;
    min-height: 10px;
    text-align: center;
    font-size: 16px;
    color: #daf7f1;
    text-transform: capitalize;
    padding: 0.5em 0 0 0;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}



/* \\\\\\\\\\\\\\\\\\\\\\\\ */




#selectreg {
    display: block;
    width: 50%;
    margin: 2em auto;
    background: #f3fbff;
    min-height: 200px;
    overflow: hidden;
    /*  */
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  
}









#selectreg > span:nth-child(1) {
    display: block;
    margin: 0;
    padding: 1em;
    
    color: #2a220c;
    min-height: 10px;
    text-transform: capitalize;
    font-size: 20px;
    width: 70% !important;
    margin: 0 auto;
 
}

/* \\\\\\\\\\\\\\\\\\\\\\ */


#selectreg > span:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    padding: 0;
    background: #067059;
    color: #2a220c;
    min-height: 10px;
    font-size: 20px;
      /*  */
      -webkit-box-shadow: rgba(17, 17, 26, 0.4) 0 0 33px;
      -moz-box-shadow: rgba(17, 17, 26, 0.4) 0 0 33px;
      box-shadow: rgba(17, 17, 26, 0.4) 0 0 33px;
 
}


#selectreg > span:nth-child(2) > a {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    color: #2a220c;
    min-height: 220px;
}


#selectreg > span:nth-child(2) > a:hover {
  background: #086da8;   
}



#selectreg > span:nth-child(2) > a > span:nth-child(1) {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #2a220c;
    height: 300px;
    position: relative;
    z-index: 1;
    background: #111;
}


#selectreg > span:nth-child(2) > a > span:nth-child(1):hover {
    background: #62072a;
}



#selectreg > span:nth-child(2) > a > span:nth-child(1) > img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    -webkit-mask-image: linear-gradient(to bottom, #fff, transparent);
    -moz-mask-image: linear-gradient(to bottom, #fff, transparent);
    mask-image: linear-gradient(to bottom, #fff, transparent);
 
}


#selectreg > span:nth-child(2) > a > span:nth-child(2) {
    display: block;
    margin: 0 auto;
    padding: 0;
    color: #FFF;
    font-size: 16px;
    min-height: 10px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 2;
    font-family: 'cal';
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxx */




#intri {
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 1;
    top: 0;
    overflow: hidden;
    opacity: 0.55;
	filter: alpha(opacity=55);
}


#intri > img {
    display: block;
    width: 100%;
    height: auto;
    /* opacity: 0.35;
	filter: alpha(opacity=35); */
    /*  */
    -webkit-mask-image: linear-gradient(to bottom right,  #fff, transparent, transparent);
    -moz-mask-image: linear-gradient(to bottom right,  #fff, transparent, transparent);
    mask-image: linear-gradient(to bottom right,  #fff, transparent, transparent);
 
}



.downer {
    padding-top: 0;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#tbars {
    display: block;
    min-height: 20px;
    padding: 5em 1em 1em 1em;
    background: #646464;
    color: #EEE;
    opacity: 0.55;
	filter: alpha(opacity=15);
}



#lister {
    display: block;
    min-height: 100vh;
    background: #DDD;
    opacity: 0.55;
	filter: alpha(opacity=15);

}


#lister > span {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    min-height: 10px;
    border-bottom: 1px dotted #999;
}



#lister > span > span {
    display: block;
    min-height: 10px;
    padding: 1em;
    font-family: 'lato-H6';
}




#simmer {
    display: block;
    background: #475074;
    position: absolute;
    width: 100%;
    height: 100vh !important;
    z-index: 5 !important;
    top: 0;
    margin: 0;
    left: 0;
    /*  */
    opacity: 0.55;
	filter: alpha(opacity=55);
    -webkit-backdrop-filter: blur(180px);
    -moz-backdrop-filter: blur(180px);
    backdrop-filter: blur(100px);
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */




#schoollist {
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 1;
    top: 0;
    overflow: hidden;
}






/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */





/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */

#teachregistr {
    display: block;
    height: 100vh;
    padding:  6em 0 0 0;
    /* background: #9daaaf; */
    position: relative;
    z-index: 5;
    /*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



#teacherentry {
    display: block;
    width: 30%;
    background: #FFF;
    margin: 4em auto 1em auto;
    padding: 0 0 1em 0;
    /*  */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


#teacherentry > span:nth-child(1) {
    display: flex;
    justify-content: space-between;
    padding: 1em;

    /*  */
    -webkit-border-bottom: 1px dotted #CCC;
    -moz-border-bottom: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    
}



#teacherentry > span:nth-child(1) > span:nth-child(1) {
    display: block;
 
    
}


#teacherentry > span:nth-child(1) > span:nth-child(1) > a {
    display: flex;
    justify-content: flex-start;
    padding: 0.4em 1em;
    color: #0039ca;
    /*  */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}



#teacherentry > span:nth-child(1) > span:nth-child(1) > a:hover {
    background: #de0752;
    color: #FFF;
}





#teacherentry > span:nth-child(1) > span:nth-child(1) > a > span:nth-child(1) {
    display: grid;
    place-content: center;
    padding: 0 0.8em 0 0;
 
}


/* \\\\\\\\\\\\\\\\\\\\ */


#teacherentry > span:nth-child(2) {
    display: block;
    padding: 0.4em 0 0 0.4em;
    font-size: 40px;
    text-transform: capitalize !important;
    letter-spacing: -1px;
    word-spacing: 2px;
    line-height: 40px;
    width: 80%;
 
}




#teacherentry > span:nth-child(3) {
    display: block;
    padding: 1em;
    font-size: 16px;
    width: 80%;
    text-transform: capitalize !important;
    word-spacing: 2px;
    line-height: 20px;
 
}


#teacherentry > form {
    display: flex;
    justify-content: space-between;
    padding: 0;
    font-size: 16px;
    width: 90%;
    max-height: 50px;
    margin: 4em auto 1em auto;
    /*  */
    -webkit-border: 2px solid #373532;
    -moz-border: 2px solid #373532;
    border: 2px solid #373532;
    text-transform: capitalize !important;
}



#teacherentry > form > input[type="text"] {
    display: block;
    padding: 1em;
    font-size: 16px;
    width: 80%;
    margin: 0;
    outline: none;
    /*  */
    -webkit-border: none;
    -moz-border: none;
    border: none;
    /*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 
}


#teacherentry > form > button {
    display: grid;
    place-items: center;
    background: #111;
    color:#f5f4f4;
    width: 35px;
    height: 32px;
    margin: 0.6em 0.6em 0 0;
    outline: none;
    border: none;
}



#teacherentry > form > button:hover {
 
    background: rgb(227, 41, 66);
 
}




/* xxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxx */


#gotschoolcode {
    display: block;
    width: 95%;
    margin: 3em auto 0 auto;
    padding: 1em;
    background: #EEE;
    /*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.nots {
    display: block;
    min-height: 10px;
}




/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */




/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */


#schresults {
    display: block;
    min-height: 10px;
}


#schresults > span:nth-child(1) {
    display: flex;
    justify-content: space-between;
    min-height: 10px;
    text-transform: capitalize;
}


#schresults > span:nth-child(2) {
    display: block;
    min-height: 10px;
    text-transform: capitalize;
    font-size: 12px;
    color:#7b7b7b;
}






/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */

















/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */


#contents {
    display: block;
    min-height: 100vh;
    width: 100%;
    position: relative;
}



/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxx */







#logtitle {
  
    display: block;
    min-height: 10px;
    margin: 0;
    padding: 1.5em 0 0.3em 0;
    font-size: 23px;
    color: #222;
    font-size: 25px;
    font-family: 'GraphikLCG-Bold';
    border: none;
}
  


#nadasmall {
    display: block;
    width: 100%;
    height: 200px;
    position: relative;
    z-index: 1;
    color: '#FFF';
}


#nadasmall > div {
    display: grid;
    place-items: center;
    background: #4867b7 !important;
    width: 80px;
    color: #eff3f9;
    font-family: 'cal';
    font-size: 14px;
    /*  */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*  */ 
    min-height: 26px;
    /* padding: 11px; */
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}