/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 1, 2019, 3:18:34 PM
    Page Creator: rwolf
    Styles Author: jvessel      
    Copied from: https://www.pbisrewards.com/pattern-library/css/pbis-rewards-css.css
*/

/*////////////////////// Typography //////////////////////*/			
/* General */

:root {
    --Base-Black: #000;
    --Base-White: #fff;

    --color-primary-25: #E6F2F4;
    --color-primary-50: #CCE5E9;
    --color-primary-100: #B3D8DD;
    --color-primary-200: #99CBD2;
    --color-primary-300: #66B2BC;
    --color-primary-400: #3398A5;
    --color-primary-500: #007E8F;
    --color-primary-600: #006572;
    --color-primary-800: #003239;

    --color-orange-50: #FFE6CF;
    --color-orange-100: #FDEAD7;
    --color-orange-400: #F38744;
    --color-orange-500: #EF6820;
    --color-orange-600: #E04F16;

    --color-orange-dark-25: #FFF9F5;
    --color-orange-dark-300: #FF9C66;
    --color-orange-dark-400: #FF692E;
    --color-orange-dark-600: #E62E05;

    --color-gray-25: #F4F5F5;
    --color-gray-50: #E4E7E7;
    --color-gray-100: #D9DCDD;
    --color-gray-200: #C0C4C6;
    --color-gray-300: #969CA0;
    --color-gray-400: #697277;
    --color-gray-500: #29353D;
    --color-gray-700: #212A31;

    --color-success-25: #EFFBE6;
    --color-success-50: #DFF6CC;
    --color-success-100: #CEF2B3;
    --color-success-300: #9EE566;
    --color-success-500: #5DD400;
    --color-success-600: #4AAA00;
    --color-success-700: #387F00;
    --color-success-800: #255500;

    --color-error-25: #FDE8E8;
    --color-error-50: #FAD1D1;
    --color-error-100: #F8B9B9;
    --color-error-300: #F17474;
    --color-error-500: #E81717;
    --color-error-600: #BA1212;
    --color-error-700: #8B0E0E;

    --color-warning-25: #FFDAB7;
    --color-warning-100: #FFF3E7;
    --color-warning-700: #B54708;

    --color-purple-200: #D9D6FE;
    --color-purple-300: #BDB4FE;
    --color-purple-500: #7A5AF8;

    --color-blue-dark-400: #528BFF;
    --color-blue-dark-900: #00359E;

    --color-yellow-50: #FFFDE7;
    --color-yellow-100: #FFF9C4;
    --color-yellow-600: #FDD835;
    --color-yellow-800: #F9A825;

    --color-fuchsia-600: #BA24D5;
    --color-fuchsia-900: #6F1877;
}

body {
    font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #343333;
	font-size: 1.5em;
	line-height: 1.5;
	}
			
h1, h2, h3, h4, h5 {
    color: #262729;
	margin: 0;
	padding: 0;
    }

#content{
    font-size:12pt;
    display: inline-table;
    height: 100%;
    width:100%;
    }

small {
    color: var(--color-gray-400);
	}
			
a {
	text-decoration: none;
    color: var(--color-primary-500);
	}
				
a:hover {
        color: var(--color-primary-600);
        text-decoration: none;
	}
			
p a {
	text-decoration: underline;			
	}
			
p a:hover {
	text-decoration: none;
    color: var(--color-primary-600);
	}
        
/* Raffle Winners */
.firstplace{
    border: 10px solid #436cf2;
    border-radius: 50% !important;
    color: #436cf2;
}
.secondplace{
    border: 10px solid #cc2314;
    border-radius: 50% !important;
    color: #cc2314;
}
.thirdplace{
    border: 10px solid #c8912b;
    border-radius: 50% !important;
    color: #c8912b;
}

.fourthplace{
    border: 10px solid #35964f;
    border-radius: 50% !important;
    color: #35964f;
}

.fithplace{
    border: 10px solid #3cb5c2;
    border-radius: 50% !important;
    color: #3cb5c2;
}

.sixthplace{
    border: 10px solid #bc40db;
    border-radius: 50% !important;
    color: #bc40db;
}

.seventhplace{
    border: 10px solid var(--color-orange-dark-400);
    border-radius: 50% !important;
    color: var(--color-orange-dark-400);
}

.eighthplace{
    border: 10px solid #39b870;
    border-radius: 50% !important;
    color: #39b870;
}

.ninthplace{
    border: 10px solid #7044c2;
    border-radius: 50% !important;
    color: #7044c2;
}

.tenthplace{
    border: 10px solid #e64d23;
    border-radius: 50% !important;
    color: #e64d23;
}

.firstplaceNumber{
    border: 5px solid var(--Base-White);
    border-radius: 50% !important;
    background-color: #436cf2;
    width: 65px;
    height: 65Px;
    position: absolute;
    margin-top: 90px;
    margin-left: 60px;
    text-align: center;
}
.secondplaceNumber{
    border: 5px solid var(--Base-White);
    border-radius: 50% !important;
    background-color: #cc2314;
    width: 65px;
    height: 65Px;
    position: absolute;
    margin-top: 90px;
    margin-left: 60px;
    text-align: center;
}
.thirdplaceNumber{
    border: 5px solid var(--Base-White);
    border-radius: 50% !important;
    background-color: #c8912b;
    width: 65px;
    height: 65Px;
    position: absolute;
    margin-top: 90px;
    margin-left: 60px;
    text-align: center;
}
.fourthplaceNumber{
    border: 5px solid var(--Base-White);
    border-radius: 50% !important;
    background-color: #35964f;
    width: 65px;
    height: 65Px;
    position: absolute;
    margin-top: 90px;
    margin-left: 60px;
    text-align: center;
}
.fifthplaceNumber{
    border: 5px solid var(--Base-White);
    border-radius: 50% !important;
    background-color: #3cb5c2;
    width: 65px;
    height: 65Px;
    position: absolute;
    margin-top: 90px;
    margin-left: 60px;
    text-align: center;
}
.sixthplaceNumber{
    border: 5px solid var(--Base-White);
    border-radius: 50% !important;
    background-color: #bc40db;
    width: 65px;
    height: 65Px;
    position: absolute;
    margin-top: 90px;
    margin-left: 60px;
    text-align: center;
}
.seventhplaceNumber{
    border: 5px solid var(--Base-White);
    border-radius: 50% !important;
    background-color: var(--color-orange-dark-400);
    width: 65px;
    height: 65Px;
    position: absolute;
    margin-top: 90px;
    margin-left: 60px;
    text-align: center;
}
.eighthplaceNumber{
    border: 5px solid var(--Base-White);
    border-radius: 50% !important;
    background-color: #39b870;
    width: 65px;
    height: 65Px;
    position: absolute;
    margin-top: 90px;
    margin-left: 60px;
    text-align: center;
}
.ninthplaceNumber{
    border: 5px solid var(--Base-White);
    border-radius: 50% !important;
    background-color: #7044c2;
    width: 65px;
    height: 65Px;
    position: absolute;
    margin-top: 90px;
    margin-left: 60px;
    text-align: center;
}
.tenthplaceNumber{
    border: 5px solid var(--Base-White);
    border-radius: 50% !important;
    background-color: #e64d23;
    width: 65px;
    height: 65Px;
    position: absolute;
    margin-top: 90px;
    margin-left: 60px;
    text-align: left;
    text-indent: 3px;
}

/* Table */

table {
	width: 100%;
	}
			
th {
        background-color: var(--color-gray-50);
        color: #262729;
	justify-content: space-between;
	}
			
td {
        color: #343333;
	}
			
thead th {
	/*border-right: var(--stroke-50) solid var(--color-gray-15);*/
        border-right: 2px;
        border-style: solid;
        border-color: var(--color-gray-100);
        border-bottom: none !important;
        border-left: none;
	}

.table>tbody>tr:first-child>td {
            border-top: none;
        }
			
thead th:last-child {
	border-right: none;
	}
			
tbody tr {
	/*border-bottom: var(--stroke-50) solid var(--color-gray-5);*/
        /*border-bottom: 2px;*/
        /*border-style: solid;*/
        /*border-color: var(--color-gray-50);*/
	}
			
tbody tr:last-child {
	border-bottom: none;
        }
			
tr:nth-child(odd) {
	/*background-color: var(--color-gray-2);*/
        background-color: #fafafa;
	}
			
tr:hover {
	/*background-color: #f5f5f5;*/
	}
			
td, th {
	/*flex: 1 0 auto;*/
	padding: 12px;
/* 	text-align: center; */
	}
        
.table-hover>tbody>tr.info>th {
    pointer-events:none;
}

.hoverExempt>tbody>tr:hover>th {
    background-color: var(--color-gray-50);
}

/* truncate and add ellipsis based on the width of the container */
.overflow-ellipsis {
    display: block;
    white-space: nowrap; /* forces text to single line */
    overflow: hidden;
    text-overflow: ellipsis;
}
					
/* /////////////////////// Buttons //////////////////*/

.button {
	text-decoration: none;
	height: 47px;
    border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5rem;	
    line-height: 3em;

    display: inline-flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
}

input[type="button"]{
    height:auto;
    line-height:inherit;
}

a.button{
    line-height:inherit;
}
        
.button-primary {
    background-color: var(--color-primary-500);
    border: 1px;
    border-style: solid;
    border-color: var(--color-primary-500);
	    color: var(--Base-White);
}
			
.button-primary:hover {
	background-color: var(--Base-White);
    border: 1px;
    border-style: solid;
    border-color: var(--color-primary-100);
    color: var(--color-primary-500);                 
}
			
.button-primary .button-icon-minor {
	margin-left: .5rem;
	background-color: var(--Base-White);
    color: var(--color-orange-dark-400);
	border: none;
}
			
.button-primary:hover .button-icon-minor {
    background-color: var(--color-orange-dark-400);
	color: var(--Base-White);
}
/* For when <button> is used instead of <a> */        
.button-primary:focus {
    outline: none;
}

.button-secondary:focus {
    outline: none;
}

.button-cancel:focus {
    outline: none;
}

.button-delete:focus {
    outline: none;
}

.button-create:focus {
    outline: none;
}
			
.button-secondary {
	background-color: var(--Base-White);
    border: 1px;
    border-style: solid;
    border-color: var(--color-primary-100);
    color: var(--color-primary-600);
}
        
        
.button-secondary-active:hover {
    background-color: var(--color-primary-600);
    border: 1px;
    border-style: solid;
    border-color: var(--color-primary-100);
	color: var(--Base-White);
}
        
.button-secondary-active {
    background-color: var(--color-primary-600);
    border: 1px;
    border-style: solid;
    border-color:  var(--color-primary-800);
	color: var(--Base-White);
}
        
			
.button-secondary .button-icon-minor {
	margin-left: .5rem;
    border: 1px;
    border-style: solid;
    border-color: var(--color-orange-dark-300);
	background-color: var(--Base-White);
    color: var(--color-orange-dark-400);
}
			
.button-secondary:hover .button-icon-minor {
    border: 1px;
    border-style: solid;
    border-color: var(--Base-White);
    background-color: var(--Base-White);
    color: var(--color-orange-dark-400);
}
        
.button-icon-minor:focus {
    outline: 0;
}
			
.button-secondary:hover {
    background-color: var(--color-primary-600);
    border: 1px;
    border-style: solid;
    border-color: var(--color-primary-600) !important;
	color: var(--Base-White);
}
        
.adjust-height{
        margin-bottom: 5px;
        height: auto;
        }
			
.button-cancel {
    background-color: var(--color-gray-50);
    border: 1px;
    border-style: solid;
    border-color: var(--color-gray-50);
    color: #a6a6a6;
}
			
.button-cancel:hover {
    border: 1px;
    border-style: solid;
    border-color: #a6a6a6;
    background-color: #a6a6a6;
    color: var(--color-gray-50);
}
			
.button-delete {
	background-color: var(--Base-White);
    border: 1px;
    border-style: solid;
    border-color: var(--color-error-500);
    color: var(--color-error-500);
}
        
.button-delete:hover {
    background-color: var(--color-error-500);
    border: 1px;
    border-style: solid;
    border-color: var(--color-error-500);
	color: var(--Base-White);
}
			
.button-create {
	background-color: var(--Base-White);
    border: 1px;
    border-style: solid;
    border-color: var(--color-success-300);
    color: var(--color-success-600) !important;
}
			
.button-create:hover {
    background-color: var(--color-success-600);
    border: 1px;
    border-style: solid;
    border-color: var(--color-success-600);
	color: white !important;
}
        
.button-student {
	background-color: var(--color-primary-500);
    border: 2px;
    border-style: solid;
    border-color: var(--color-primary-500);
    color: white !important;
    border-radius: 8px;
}
			
.button-student:hover {
    background-color: var(--color-primary-500);
    border: 1px;
    border-style: solid;
    border-color: var(--color-primary-500);
    color: white !important;
    -webkit-filter: brightness(80%);
}
		
.button-inactive {
    border: 2px solid var(--color-gray-400);
    color: var(--color-gray-400);
    background-color: #fafafa;
}

.button-inactive:hover {
    border: 2px solid var(--color-gray-400);
    background-color: var(--color-gray-400);
    color: var(--Base-White);
}
        
.button-unavailable {
    border: 1px;
    border-style: dotted;
    border-color: var(--color-gray-100);
    color: #bfbfbf;
    pointer-events: none;
    background-color: var(--Base-White);
}

.button-unavailable span {
    opacity: 0;
    transition: opacity 1s;
}

.button-unavailable:hover span {
    opacity: 1;
}

.button-unavailable span {
    position: absolute;
    background-color: #343333;
    color: var(--Base-White);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
        
.button-success {
    border: 1px;
    border-style: solid;
    border-color: #479b5e;
	color: var(--Base-White);
    background-color: #479b5e;
}

.alert-success {
    background-color: #479b5e;    
}
        
.alert-danger {
    background-color: #E81717;  
}
        
.button-success:hover {
    border: 1px;
    border-style: solid;
    border-color: #479b5e;
    color: #479b5e;
    background-color: var(--Base-White);
}
        
.button-warning {
    border: 1px;
    border-style: solid;
    border-color: var(--color-orange-dark-400);
    color: var(--Base-White);
    background-color: var(--color-orange-dark-400);
}
        
.button-warning:hover {
    border: 1px;
    border-style: solid;
    border-color: var(--color-orange-dark-400);
    color: var(--color-orange-dark-400);
    background-color: var(--Base-White);        
}
        
.button-danger {
    border: 1px;
    border-style: solid;
    border-color: var(--color-error-500);
    color: var(--Base-White);
    background-color: var(--color-error-500);
}
        
.button-danger:hover {
    border: 1px;
    border-style: solid;
    border-color: var(--color-error-500);
    color: var(--color-error-500);
    background-color: var(--Base-White);        
}        
        
/* Buttons Main Nav */

.button-suspense {
    border: 1px;
    border-style: solid;
    border-color: #7044c2;
	color: var(--Base-White);
    background-color: #7044c2;
}

.button-suspense:hover {
    border: 1px;
    border-style: solid;
    border-color: #7044c2;
	color: #7044c2;
    background-color: var(--Base-White);
}

.button-main-nav-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.button-main-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
    color: var(--color-gray-400);
}

.button-main-nav:focus {
    color: var(--color-gray-400);
}

.button-main-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
    color: var(--color-gray-400);
}

.button-main-link:focus {
    color: var(--color-gray-400);
}

.button-main-link:hover {
    background-color: var(--color-gray-50);
    border-radius: 8px;
    color: var(--color-gray-400);
}

.button-homepage{
    margin: 10px 0px 10px 0px;
    width: 125px;
}
        
.navMiddleAlign{
    line-height: inherit;
}

.button-main-nav .nav_icon{
    font-size: 12px;
    width: inherit;
    min-width: 28px;
}

.nav_icon_notification {
    position: relative;
}

.nav_icon_notification_exclaim {
    position: absolute;
    top: 5px;
    right: -8px;
}

.nav_icon_force_width {
    min-width: 28px;
}

.button-main-nav .icon {
	width: 15px;
	height: 15px;
	/*fill: var(--color-gray-50);*/
        fill: var(--color-gray-400);
	}
			
.nav-section-header {
	text-transform: uppercase;
    color: var(--Base-Black);
    border-radius: 8px;
}
			
.button-main-nav:hover .icon {
	fill: var(--color-gray-400);
}
        
.button-main-nav:hover {
    background-color: var(--color-gray-50);
    border-radius: 8px;
    color: var(--color-gray-400);
}
        
.button.disabled, .button[disabled], fieldset[disabled] .button .button-info[disabled]{
    border: 2px dotted var(--color-gray-100);
    color: #bfbfbf;
    pointer-events: none;
    background-color: var(--Base-White);
}
 
/* Just for mosys page */
.btn-material-grey {
    color: var(--color-gray-100);
}

/* Third Party buttons */

.button-party {
        background-color: var(--Base-White);
        border-radius: 5px;
        border: 2px solid;
        border-color: var(--color-primary-100);
        color: #bfbfbf;
}

.button-party svg{
        width: 27px;
        height: 27px;
        margin-right: 10px;
}

.classlink {
        border-color: rgba(83,168,201, 0.8);
        color: rgba(83,168,201, 1);
}

.classlink .cls-1 {
        fill: rgba(83,168,201, 1);
}

.clever {
        border-color: rgba(75,118,238, 0.8);
        color: rgba(75,118,238, 1);
}

.clever .cls-1 {
        fill: rgba(75,118,238, 1);
}

.clever:hover {
        background-color: rgba(75,118,238, 0.8);
        border-color: rgba(75,118,238, 0);
}

.classlink:hover {
        background-color: rgba(83,168,201, 0.8);
        border-color: rgba(83,168,201, 0);
}

.clever:hover, .classlink:hover {
        color: var(--Base-White);
}

.clever:hover .cls-1, .classlink:hover .cls-1 {
        fill: var(--Base-White);
}

/*Overrides material file in bootstrap*/
.btn-info {
        /*background-color: var(--color-blue);*/
        background-color: var(--color-primary-500);
        }

.btn-info:not(.btn-link){
        /*background-color: var(--color-blue);*/
        background-color: var(--color-primary-500);
        }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn .btn-info[disabled]{
        border: 1px;
        border-style: dotted;
        border-color: var(--color-gray-100);
        color: #bfbfbf;
        pointer-events: none;
        background-color: var(--Base-White);
        }
			
.current-page {
	background-color: var(--color-gray-50);
    border-radius: 8px;
}
			
.current-page .icon {
    fill: var(--color-gray-500);
}
				
.current-page:hover {
    background-color: var(--color-gray-50);
}	
			
.current-page:hover .icon {
	fill: var(--color-gray-500);
}
			
.current-page-triangle {
	height: 1px;
	border-top: 22px solid transparent;
	border-right: 16px solid var(--Base-White);
	border-bottom: 22px solid transparent;
	position: absolute;
	right: 0;
	top: 0;
        }
				
/* Buttons Icon */	

.message-icon {
    width: 40px; 
    height: 40px; 
    padding: 12px; 
    border-radius: 32px; 
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.close-icon-outer{
    width: 12px; 
    height: 12px; 
    position: relative
}

.close-icon-inner{
    width: 10px; 
    height: 10px; 
    left: 0px; 
    top: 0px; 
    position: absolute; 
    cursor:pointer;
}
			
.button-icon {
	text-decoration: none;
    text-align: center;
	border-radius: 50%;
	height: 50px;
	width: 50px;

    display: inline-flex;
    padding: 14px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}	
			
.button-icon:focus {
    outline: none;
}        
        
.button-icon i {
	font-size: 2em;
    line-height: inherit;
}
			
.button-icon-add {
    color: var(--color-success-600) !important;
    border: 1px;
    border-style: solid;
    border-color: var(--color-success-300);
    background-color: var(--Base-White);
}
        
.button-icon-mid {
    display: block;
	text-decoration: none;
    text-align: center;
	border-radius: 50%;
	width: 37px;
    height: 37px;
}
        
.button-icon-mid i {
    margin-top: 4px !important;
    font-size: 1.5em;
}
			
.button-icon-add:hover {
	/*background-color: var(--color-green-50);*/
    background-color: var(--color-success-600);
    /*border: var(--stroke-50) solid var(--color-green-50);*/
    border: 1px;
    border-style: solid;
    border-color: var(--color-success-600);
	color: white !important;
}

/*Bit of a hack but this fixes color issue on button vs anchor*/
button.button-icon-delete {
    /* background-color: initial */
}
        
.button-icon-delete {
    color: var(--color-error-500);
    border: 1px;
    border-style: solid;
    border-color: var(--color-error-500);
    background-color: white;
    cursor: pointer;
}
			
.button-icon-delete:hover {
    background-color: var(--color-error-500);
    border: 1px;
    border-style: solid;
    border-color: var(--color-error-500) !important;
    color: white;
}
					
.button-icon-close {
    color: var(--color-gray-400);
    width: 30px;
    height: 30px;
    position: relative;
    top: -5px;
    float: right;
}
			
.button-icon-close:hover {
    color: #a6a6a6;
    text-decoration: none;
}
 
/*<a href="#" class="button-icon button-icon-photo"><i class="fa fa-image" aria-hidden="true"></i></a>*/     
   
.button-icon-photo {
        color: var(--color-primary-600);
        border: 1px;
        border-style: solid;
        border-color: var(--color-primary-100);
        background-color: var(--Base-White);
        }        

.button-icon-photo:hover {
        background-color: var(--color-primary-600);
        border: 1px;
        border-style: solid;
        border-color: var(--color-primary-600);
	color: var(--Base-White);
}	
/* Buttons Minor Icon */	

.button-icon-minor {
    /* display: block; */
    text-decoration: none;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    text-align: center;
    align-content: center;
}	
			
.button-icon-minor i {
	font-size: 14px;
	}
        
.button-icon-unavailable {
    border: 2px !important;
    border-style: dotted !important;
    border-color: var(--color-gray-100) !important;
    color: #bfbfbf !important;
	pointer-events: none !important;
    background-color: var(--Base-White);
}
        
.button-clone {
	font-size: 18px !important;
        padding: 5px 0px 0px 7px;
        color: var(--Base-White);
        height: inherit;
	} 
        
.button-clone:hover {
	font-size: 18px !important;
        padding: 5px 0px 0px 7px;
        color: var(--color-success-600);
        height: inherit;       
	}  
        
.favgroup {
        background-color: var(--color-orange-dark-400) !important;
	border: 2px solid var(--color-orange-dark-400) !important;
        color: white !important;
	}
        
.favgroup:hover {
        background-color: white !important;
	border: 2px solid var(--color-orange-dark-400) !important;
        color: var(--color-orange-dark-400) !important;
	}
        
.group_name_card{
            font-size: 13px;
            line-height: normal;
            margin-bottom: 0px;
        }
        
.card_staff_name{
    color: var(--color-primary-500);
    position: absolute;
    bottom: 5px;
    width: 132px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
			
.button-icon-blue {
    color: var(--color-primary-600) !important;
    border: 1px;
    border-style: solid;
    border-color: var(--color-primary-100);
}
			
.button-icon-blue:hover {
    background-color: var(--color-primary-600) !important;
    border: 1px;
    border-style: solid;
    border-color: var(--color-primary-600);
	color: white !important;
}
			
.button-icon-favorite {
    color: var(--color-orange-dark-400);
    border: 1px;
    border-style: solid;
    border-color: var(--color-orange-dark-300);
    background-color: var(--Base-White);
}
        
.button-icon-favorite-filled {
    color: var(--Base-White);
    border: 1px;
    border-style: solid;
    border-color: var(--color-orange-dark-400);
	background-color: var(--color-orange-dark-400);
}
			
.button-card .button-icon-favorite {
	position: absolute;
	top: -14px;
	right: -10px;
	}
        
.button-card .button-icon-favorite-filled {
	position: absolute;
	top: -14px;
	right: -10px;
	}
			
.button-icon-favorite:hover {
	/*background-color: var(--color-orange-50);*/
        background-color: var(--color-orange-dark-400);
	/*border: var(--stroke-50) solid var(--color-orange-50);*/
        border: 1px;
        border-style: solid;
        border-color: var(--color-orange-dark-400);
	color: var(--Base-White);
	}
        
.button-icon-favorite-filled:hover {
	/*background-color: var(--color-orange-50);*/
        background-color: var(--Base-White);
	/*border: var(--stroke-50) solid var(--color-orange-50);*/
        border: 1px;
        border-style: solid;
        border-color: var(--color-orange-dark-300);
	color: var(--color-orange-dark-400);
	}
			
.button-icon-favorite i {
    line-height: 22px;
    /*padding-left: 1px;*/
}

.button-icon-favorite-filled i {
	padding-top: 2px;
        position: absolute;
        top: 5px;
        left: 5px;
	}
              
.button-icon-info {
    color: var(--color-primary-600);
    border: 1px;
    border-style: solid;
    border-color: var(--color-primary-100);
	background-color: var(--Base-White);
}
			
.button-card .button-icon-info {
	position: absolute;
	top: -10px;
	left: -10px;
	}
			
.button-icon-info:hover {
    background-color: var(--color-primary-600);
    border: 1px;
    border-style: solid;
    border-color: var(--color-primary-600);
	color: var(--Base-White);
}

.button-icon-info > .redeem_page_check {
    color: var(--Base-White);
}
        
.button-icon-info:hover > .redeem_page_check {
    color: var(--color-primary-500);
}

.button-icon-info > div > div > .redeem_page_check {
    color: white !important;
}
        
.button-icon-info:hover > div > div > .redeem_page_check {
    color: var(--color-primary-500) !important;
} 
        
.button-icon-notification {
	color: var(--Base-White);
    border: 3px;
    border-style: solid;
    border-color: var(--Base-White);
    background-color: var(--color-orange-dark-400);
}
			
.button-card .button-icon-notification {
	position: absolute;
	top: -10px;
	right: -10px;
	}

.button-icon-notification-long {
    display: inline;
    border-radius: 100px;
    width: auto;
}
        
.button-icon-gray {
    color: var(--color-gray-400);
    border: 2px solid #bfbfbf;
}

.button-icon-gray:hover {
    color: var(--Base-White);
    border: 2px solid var(--color-gray-400);
    background-color: var(--color-gray-400);
}

.button-icon-green {
    color: #0f9d58;
    border: 2px solid var(--color-success-300);
}

.button-icon-green:hover {
    color: var(--Base-White);
    border: 2px solid #0f9d58;
    background-color: #0f9d58;
}

/* Buttons Close Notification Box */

.button-icon-success-close {
	color: var(--Base-White);
	/*border: var(--stroke-50) solid var(--color-green-25);*/
        border: 1px;
        border-style: solid;
        border-color: var(--color-success-300);
	margin-right: 12px;
	}
			
.button-icon-success-close:hover {
	/*background-color: var(--color-green-50);*/
        background-color: var(--color-success-600);
	/*border: var(--stroke-50) solid var(--color-green-50);*/
        border: 1px;
        border-style: solid;
        border-color: var(--color-success-600);
	color: var(--Base-White);
	}
			
.button-icon-failure-close {
	color: var(--Base-White);
	/*border: var(--stroke-50) solid var(--color-red-25);*/
        border: 1px;
        border-style: solid;
        border-color: var(--color-error-500);
	margin-right: 12px;
	}
			
.button-icon-failure-close:hover {
	/*background-color: var(--color-red-50);*/
        background-color: var(--color-error-500);
	/*border: var(--stroke-50) solid var(--color-red-50);*/
        border: 1px;
        border-style: solid;
        border-color: var(--color-error-500);
	color: var(--Base-White);
	}
        
        #registeredUsersIcon:hover {
            color:white !important;
        }
				
/* Buttons Card */
				
.button-card {	
	height: 210px;
	width: 150px;
	padding: 1rem;
    border: 1px;
    border-style: solid;
    border-color: var(--color-gray-100);
	position: relative;
    color: #343333;
	align-items: center;
    display: block !important;
    margin: 8px;
    float: left;
}
			
.button-card .icon {
	font-size: 8rem;
	padding: 10px 0 0px;
    color: var(--color-primary-500);
}
				
.button-card:hover {
    border: 1px;
    border-style: solid;
    border-color: #bfbfbf;
    color: #343333;
}
        
.button-card i {
    display: block;
    padding-top: 0px;
}

.button-card img {
	width: 100px;
        height: 100px;
        top: -50%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
	}

.button-card .name_box{
        overflow: hidden;
        position: absolute;
        bottom: 10px;
        left: 0px;
        width: 100%;
        text-align: center;
        }
        
.button-card .group_name_card{
        font-size: inherit;
        text-transform: capitalize;
        }
        
/*//////////////////////// Form /////////////////*/
			
			
/* Input */

input.input-text {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch; /*This only applies if parent is also flex, so keep width: 100% below*/
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--color-gray-100);
    background: var(--Base-White);
    line-height: 24px;
    height: 47px;
    color: var(--color-gray-400);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}
			
input.input-error {
    border: 1px;
    border-style: solid;
    border-color: var(--color-error-500);
}
			
input.input-error:hover,  input.input-error:focus {
    border: 1px;
    border-style: solid;
    border-color: var(--color-error-500);
}
			
small.input-error-text {
    color: var(--color-error-500);
}
			
input.unavailable-input, input.unavailable-input:hover, input.unavailable-input:focus {
    border-radius: 12px;
    border: 1px solid var(--color-gray-100);
    background: var(--color-gray-25);
	pointer-events: none;
}

input.input-checkbox.unavailable-input, input.input-checkbox.unavailable-input:hover, input.input-checkbox.unavailable-input:focus {
    border-radius: 4px;
}

textarea.textarea-unavailable, textarea.textarea-unavailable:hover, textarea.textarea-unavailable:focus {
    border-radius: 12px;
    border: 1px solid var(--color-gray-100);
    background: var(--color-gray-25);
    pointer-events: none;
}

.pointer-events-auto {
    pointer-events: auto !important;
}
        
textarea.unavailable-input, textarea.unavailable-input:hover, textarea.unavailable-input:focus {
    border-radius: 12px;
    border: 1px solid var(--color-gray-100);
    background: var(--color-gray-25);
    pointer-events: none;
}
       
::-ms-clear {
  display: none;
}      

/*user search results dropdown*/

.contact_search_results span {
    border: 2px solid var(--color-gray-100);
    border-radius: 5px;
    margin-left: 1%;
    width: 98%;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    font-size: 10pt;
    cursor: pointer;
}

.contact_search_results span a {
    color: #343333;
    pointer-events: none;
}

.contact_search_results span:hover {
    border-color: #bfbfbf;
}
 
.contact_search_results_report{
  position: absolute;
  border: 0px !important;
  text-align: left;
  max-height:300px;
  right: 0px !important;
  top: 50px !important;
  width: 100% !important;
}

.nobox {
    border: 0px !important;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle !important;
    padding-left: 5px;
    background-color: transparent;
}
			
.input-icon {
    display: grid;
    grid-template-columns: calc(100% - 16px);
    width: 100%;
    border: 1px solid var(--color-gray-100);
    border-radius: 12px;
    align-items: center;
    padding: 8px 12px;
    background: var(--Base-White);
}
			
.input-icon .fa {
    color: var(--color-gray-400);
    grid-row: 1;
    grid-column: 2;
    z-index: 2;
}

.input-icon .fas {
    color: var(--color-gray-400);
    grid-row: 1;
    grid-column: 2;
    z-index: 2;
}

.input-icon .select-multiple {
    grid-row: 1;
    grid-column: 1/3;
    border: none;
    width: 100%;
}

.input-icon .input-text {
    grid-row: 1;
    grid-column: 2;
    border: none;
    width: calc(100% - 16px);
    padding-bottom: 0;
    padding-top: 0;
}

.input-icon:has(input.unavailable-input) {
    background-color: var(--color-gray-25);
}

.input-icon:has(select.unavailable-input) {
    background-color: var(--color-gray-25);
    background: var(--color-gray-25);
}
.input-icon:has(select.unavailable-input) > div {
    background-color: var(--color-gray-25);
    background: var(--color-gray-25);
    pointer-events: none;
}

.input-icon .fa-search {
    color: var(--color-gray-400);
    grid-row: 1;
    grid-column: 1;
    z-index: 2;
    cursor: pointer;
}

.search-grid {
    grid-template-columns: 16px;
    position: relative;
    width: 350px;
}

.search-grid > .input-text {
    height: 30px;
}

.date-container {
    grid-template-columns: 16px;
    position: relative;
    width: 350px;
}

.date-container .fa-calendar-alt {
    color: var(--color-gray-400);
    grid-row: 1;
    grid-column: 1;
    z-index: 2;
}

.date-container .input-text {
    height: 28px;
}

.date-container .button-icon-notification {
    position: absolute;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.date-container .fa-exclamation-circle {
    color: var(--Base-White);
    pointer-events: none;
}

.input-icon > div {
    position: absolute;
    width: 100% !important;
    text-align: left;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    top: 50px;
    z-index: 10000;
    background-color: var(--Base-White);
}

.input-icon .input-text:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

/*Checkbox*/
input.input-checkbox {
	appearance: none;
	-webkit-appearance: none;
	font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
	height: 24px;
	width: 24px;
    border-radius: 4px;
    border: 1px solid var(--color-gray-100);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0.9;
    margin: 0;
    flex-shrink: 0;
}
        
input.input-checkbox:focus {
    border-radius: 4px;
    border: 1px solid var(--Primary-300, #66B2BC);
    background: var(--Base-White, #FFF);
    /* Focus/Primary */
    box-shadow: 0px 1px 2px 0px rgba(25, 32, 37, 0.05), 0px 0px 0px 4px #CCE5E9;
    outline: none;
}        

input.input-radiobutton:focus {
    /* Focus/Primary */
    box-shadow: 0px 1px 2px 0px rgba(25, 32, 37, 0.05), 0px 0px 0px 4px #CCE5E9;
    outline: none;
} 

input.input-checkbox:checked {
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid var(--Primary-300, #66B2BC);
    background: var(--Primary-25, #E6F2F4);
}

input.input-checkbox:checked:before {
    content: url("../images/check.svg");
    flex-shrink: 0;
    height: 12px;
    width: 12px;
    transform: scale(1.5);
}
        
input.input-radiobutton:checked:before {
	color: var(--color-primary-500);
	font-size: .55em;
    border: 6.4px;
    border-style: solid;
    border-color: var(--color-primary-25);
    background-color: var(--color-primary-500);
    inline-size: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    border-radius: 50%;
    content: ""; /*Replaced f1ll with this for firefox fix jredmon*/
    height: 100%;
}        

input.input-radiobutton:checked {
    border-color: var(--color-primary-500);
}       

input.checkbox-unavailable {
    border: 1px solid var(--color-gray-200);
    background-color: var(--color-gray-25);
    border-radius: 4px;
    pointer-events: none;  
}

/* Radiobutton */

input.input-radiobutton {
	appearance: none;
	-webkit-appearance: none;
	height: 24px;
	width: 24px;
	border-radius: 50%;
    border: 1px solid var(--color-gray-100);
    background: var(--Base-White);
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
}

input.input-radiobutton::after {
    margin-left: 15px;
}
 
.radio {
    position: relative;
    display: block;
    min-height: 20px;
}

.radio-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 5px;
    font-weight: 400;
    margin: 0;
}
        
/* Select */

select.select-multiple {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--color-gray-100);
    background: var(--Base-White);
    color: var(--color-gray-400);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
				
	/* Remove native selection icon */
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
			
input:focus, input:hover  {
    border: 1px solid var(--color-gray-200);
	outline: none;
}

select:hover, select:focus {
    border: 1px;
    border-style: solid;
    border-color: #bfbfbf;
	outline: none;
}
     
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.select-dropdown {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--color-gray-100);
    background: var(--Base-White);
    color: var(--color-gray-400) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    height: 47px;
    line-height: 24px;
				
/*	 Remove native selection icon */
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.select-dropdown:hover, .select-dropdown:focus {
    color: #343333 !important;
}

.select-unavailable {
    border: 2px !important;
    border-style: dotted !important;
    border-color: var(--color-gray-100) !important;
    color: #bfbfbf !important;
	pointer-events: none !important;
    background-color: white !important;
}
        
.dropdown-blue {
        border-color: var(--color-primary-100);
        color: var(--color-primary-500);
        text-transform: uppercase;
}

.dropdown-blue:hover, .dropdown-blue:focus {
    background-color: var(--color-primary-600);
    border: 1px;
    border-style: solid;
    border-color: var(--color-primary-600);
    color: var(--Base-White);
}

.dropdown-blue:hover i {
    color: white !important;
}

.dropdown-blue:focus i {
    color: white !important;
}

.select-dropdown .fas{
    color: var(--color-gray-400);
}

.select-dropdown .fa{
    color: var(--color-gray-400);
}

.filter-btn.select-dropdown i {
    margin-left: auto;
}

.select-unavailable .fas{
    color: var(--color-gray-100);
}

.select-unavailable .fa{
    color: var(--color-gray-100);
}

select.unavailable-input, select.unavailable-input:hover, select.unavailable-input:focus {
	pointer-events: none;            
}

/*The div below the dropdown*/
#cheeseburger .dropdown-menu{
    float:right;
    left: inherit;
    right: 0 !important;
    min-width: 100px;
    text-align: right;
    margin-top: -10px;
}
.dropdown-menu{
    min-width: 145px !important;
    margin: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow:visible !important;
    border: 1px solid var(--color-gray-100);
    border-top: 0;
    box-shadow: none;
}

.filter-btn-dropdown{
  left: inherit;
  margin-right: 1px;
  min-width: 100px;
  text-align: left;
  
}

.filter-btn-dropdown ul{
    width:180px;
    padding: 5px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    margin-top: 1px !important;
    list-style:none;
    overflow: auto;
}

.filter-btn-dropdown ul li{
    display: block;
    margin-top: 5px;
}

.filter-btn-dropdown ul li:hover{
    color: var(--color-primary-500);
}

.arrow-up {
    position: absolute;
    right: 10px;
    top: -15px;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--color-gray-100);
}

.arrow-up-2 {
    position: absolute;
    right: 10px;
    top: -12px;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--Base-White);
}

.picker-color {
    width: 25px;
    height: 25px;
    border-radius: 2px;
    margin: auto;
    margin-top: 5px;
    pointer-events: none;
}

.picker-color > i {
    margin-top: 1px;
    font-size: 21px;
}

.dropdown-picker {
    width: 35px; 
    height: 35px;
    position: relative; 
    float: left;
}

.dropdown-picker-selected {
    background-color: var(--color-gray-100);
    border-radius: 4px;
}

.dropdown-picker-selected > div{
    border: 2px solid var(--Base-White);
}

.dropdown-picker-selected.color > div {
    border-radius: 4px;
}

.dropdown-picker-selected.emoji > div {
    border-radius: 50%;
}

.dropdown-picker:hover {
    background-color: var(--color-gray-50);
    border-radius: 4px;
}

.selRisk {
    padding-left: 12px;
}

/* Any element that is not writable */
.styled-select_readonly { 
/*    opacity:0.50 !important; 
    filter:alpha(opacity=50) !important;*/
        /*width: 240px !important;*/
        /*height: 34px !important;*/
        overflow: hidden;
        background: var(--color-gray-100) !important;
        color:black !important;
        }

.styled-select select {
        background: transparent;
        width: 268px;
        padding: 5px;
        font-size: 16px;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 34px;
        -webkit-appearance: none;
        border-radius: 2px;
        }
   
.styled-select select option{
        background: var(--color-primary-500);
        }
.styled-select {
        width: 240px;
        height: 34px;
        overflow: hidden;
        background: url(../images/down_arrow_select_blue.jpg) no-repeat right var(--color-primary-500);
        color:var(--Base-White);
        border-radius: 2px;
        margin:2px;
        }        
    
.student_referral_search_box{
    vertical-align: bottom; 
}   

/* Button */

input.button {
	height: 47px;
	}
			
/* Date */

input[type="date"]::-webkit-calendar-picker-indicator  {
	color: transparent;
	background: none;
	z-index: 1;
	}

input[type="date"]:before {
	color: transparent;
	background: none;
	}
        
/*Number input hide arrows */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
        
/* Textarea */
textarea.input-text {
	width: 100%;
    border: 1px;
    border-style: solid;
    border-color: var(--color-gray-100);
	height: 81px;
	padding: 7px 12px;
	font-family: Roboto,"Helvetica Neue",Helvetica, Arial, sans-serif;
    border-radius: 12px;
    color: #343333;
    resize: none;
}
    
textarea.input-text:focus {
    outline: none;
}

.input-text:focus {
    border-radius: 12px;
    border: 1px solid var(--color-primary-300);
    background: var(--Base-White);
    box-shadow: 0px 1px 2px 0px rgba(25, 32, 37, 0.05), 0px 0px 0px 4px #CCE5E9;
    color: var(--color-gray-900);
}

/*//////////////////////// Sections /////////////////*/
/* Notifications */	
			
.action {
    color: #29353D;
    align-self: stretch;

    font-size: 14px;
    font-weight: bold;
    line-height: 20px;

    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 16px;

    position: relative;
}
			
.action-success {
    width: 500px; 
    padding: 16px; 
    background: #EFFBE6; 
    box-shadow: 0px 1px 2px rgba(25, 32, 37, 0.05); 
    border-radius: 12px; 
    border:1px #CEF2B3 solid
}
			
.action-failure {
    width: 500px; 
    padding: 16px; 
    background: #FDE8E8; 
    box-shadow: 0px 1px 2px rgba(25, 32, 37, 0.05); 
    border-radius: 12px; 
    border: 1px #F8B9B9 solid; 
}

.action-alert {
    width: 500px; 
    padding: 16px; 
    background: #FFF3E7; 
    box-shadow: 0px 1px 2px rgba(25, 32, 37, 0.05); 
    border-radius: 12px; 
    border: 1px #FFDAB7 solid;
}
        
.landingpage_subtitle_label{
        color: var(--color-primary-500);
        }

.landingpage_awardedtoday_value{
        color: var(--color-primary-500);
        }

.landingpage_goal_value{
        color: var(--color-primary-500);
        }

#user_home_photo{
        border-radius: 100% !important;
        height: 90px !important;
        width: 90px !important;
        margin-top: 1px;
        float: left;
        margin-left: 20px;
        }

.landingpage_star_container {
    float: left;
    width: 65px;
    height: 85px;
    text-align: left;
    position: relative;
}
       
.landingpage_star {
    font-size: 55px;
    position: absolute;
}

.landingpage_star_complete {
    color: var(--color-orange-400);
}

.landingpage_star_incomplete {
    color: var(--color-gray-100);
}

.header_star_incomplete {
    color: var(--color-primary-500);
}

.landingpage_star_inner_icon {
    color: var(--Base-White);
    font-size: 23px;
    position: relative;
    top: 19px;
    left: 18px;
}

.landingpage_star_span {
    position: absolute;
    bottom: -3px;
    left: 0;
    text-align: center;
    width: 67px;
    line-height: 1.1;
    font-weight: bold;
    font-size: 12px;
}

#landingpage_searched_student{
        box-shadow: none;
        /*border-radius: var(--stroke-radius-50);*/
        border-radius: 5px;
        /*border: var(--stroke-50) solid var(--color-gray-15) !important;*/
        border: 2px !important;
        border-style: solid !important;
        border-color: var(--color-gray-100) !important;
        }

.landingTextarea{
        box-shadow: none;
        /*border-radius: var(--stroke-radius-50);*/
        border-radius: 5px;
        /*border: var(--stroke-50) solid var(--color-gray-15) !important;*/
        border: 1px;
        border-style: solid;
        border-color: var(--color-gray-100);
        }

.landingTextarea:focus,.landingTextarea:hover{
        border-color: #bfbfbf !important;
        outline-color: #bfbfbf;
        }

.LandingStudentPhoto{
        margin-top: 10px;
        }

.group_ajax_list{
    max-height:400px;
    width:100%;
    z-index: 2002; /*THis is so it can be seen over datepickers*/
    float:left;
    position:absolute;
    display: block;
    background:var(--Base-White);
    /*border-left: 1px solid var(--color-primary-600) !important;*/
    /*border-right: 1px solid var(--color-primary-600) !important;*/
    overflow-y: auto;
}

.landing_comments{
        font-size: 17px;
        }

.landing_comment_help{
        font-size:12px;
        color: #343333;
        }

.RewardPointBox{
        background: white !important;
        border: 2px solid var(--color-gray-50);
        border-radius: 5px;
        }
        
.RewardNumber{
            background: white !important;
            color: black !important;
            border: none !important;
            border-right: 2px solid var(--color-gray-100) !important;
        }
        
.RewardNumber:first-child {
    border-radius: calc(5px - 2px) 0 0 calc(5px - 2px);
}

.RewardNumber:last-child {
    border-right: none !important;
    border-radius: calc(5px - 2px) 0 0 calc(5px - 2px);
}

.RewardPointBox.tenScale{
        width:30.9px;
        margin:.45px;
        }

.RewardPointBox.tenScale:hover{
        background: var(--color-primary-500) !important;
        color: white !important;
        }

.RewardPointBox.CustomAmount:hover{
        background: var(--color-primary-500) !important;
        color: white !important;
        }
        
.RewardPointBox:active {
    box-shadow: none !important;
}

.settings_option_panel {
    width:31%;
    float:left;
    margin: 1%;
    height: 400px;
    overflow-y: hidden;
}
        
.panel-info>.panel-heading {
    color:#262729;
    background-color:var(--color-gray-50);
    border-color: var(--color-gray-50);
    position: relative;
}

.subheader{
    border-top: 2px solid var(--color-gray-50) !important;
    border-bottom: 2px solid var(--color-gray-50) !important;
    font-weight:bold;
    background: var(--color-gray-50) !important;
    padding:5px;
}

.selected_badge_screen{
    background:#f9f9f9;
    border: 2px solid #bfbfbf;
    height:340px;
    width:100%;
    border-radius: 5px;
    
}

.fadeButton{
    /*opacity:0.40 !important;*/ 
    /*filter:alpha(opacity=40) !important;*/
    color: #bfbfbf;
    background-color: #f9f9f9;
    border: none;
}

.unfadeButton{
    /*opacity:1 !important;*/ 
    /*filter:alpha(opacity=100) !important;*/
    color: var(--color-primary-500);
    background-color: #f9f9f9;
    border: 2px solid #bfbfbf;
    padding: 5px;
    border-bottom: 2px solid #f9f9f9;
    padding-bottom: 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*border-bottom: none;*/
}

.primary{
    color: #fff !important;
    background-color: var(--color-primary-600) !important;
    border-color: var(--color-primary-600) !important;
}
/*------PARENT MESSAGING---------*/
/*Parent Link Page (from ltnow) */
.container_parent_inbox{
    display: block;
    height: 95%;
    position: absolute;
    width: 85%;
}

.parent_messaging {
    /*padding: 0 0 50px 0;*/
    height: 90%;
    min-width:860px;
}

.inbox_parent_msg {
  clear: both;
  overflow: hidden;
}

.inbox_parents {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  width: 40%;
  border:2px solid var(--color-gray-50);
  border-radius: 5px;
  background-color: var(--color-gray-50);
  height: 95%;
  border-bottom: 7px solid var(--color-gray-50);
}

.message_heading {float: left; width:40%;}

.message_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto;
}

.message_media{
    /*bottom: 65px;*/
    bottom:6%;
    width: 100%;
    float: right;
    right: 14px;
    display: block;
    height: 10%;
}

.inbox_staff {
    overflow-y: auto; 
    height: 100%; 
    min-width: 338px;
    border-top: 2px solid var(--color-gray-100);
}

.chat_ib h5{ 
    font-size:15px; 
    margin:0 0 8px 0; 
    color: #343333;
    box-shadow: none;
}
.chat_ib h5 span{ 
    font-size:13px; 
    color: #343333;
    box-shadow: none;
}
.chat_ib p{ font-size:14px; color:#989898; margin:auto}
.chat_img {
  float: left;
  width: 10%;
}
.chat_ib {
  float: left;
  width: calc(90% - 15px);
}

.chat_ib_unread h5 {
    font-weight: bold !important;
}

.chat_people{ overflow:hidden;}

.chat_list {
  border-bottom: 2px solid var(--color-gray-100);
  margin: 0;
  padding: 18px 16px 10px;
  cursor: pointer;
  background-color: #fafafa;
}

.chat_list:hover {
    background-color: #f5f5f4;
}

.chat_img img{
    width: 50px;
}

/* Chat containers */
.message_container {
    border: 2px solid var(--color-gray-50);
    background-color: #fafafa;
    border-radius: 0px 20px 20px 20px;
    padding: 10px;
    margin: 20px 0;
    float: left;
    width: 75%;
    text-align: left;
    margin-left: 5px;
    word-break: break-all;
}

/* Darker chat container */
.darker {
    float: right;
    border-radius: 20px 0px 20px 20px;
    margin-right: 5px;
    color: #343333;
}

.message_image_left{
    width: 35px;
    height: 35px;
    border-radius: 50px;
    float: left;
    margin-top: 10px;
    margin-left: 7px;
}

.message_image_right{
    width: 35px;
    height: 35px;
    border-radius: 50px;
    float: right;
}

.time_date {
    color: var(--color-gray-400);
    display: inline-block;
    width: 60%;
    font-size: 12px;
    margin: 8px 0 0;
}

.read_time_date {
    color: var(--color-gray-400);
    display: inline-block;
    width: 40%;
    text-align:  right;
    font-size: 12px;
    margin: 8px 0 0;
}

.active_chat {
    background-color: inherit;
}

.active_chat:hover {
    background-color: #f5f5f4 !important;
}

.active_chat .chat_ib h5{
    color: var(--color-primary-500);
    font-weight: bold !important;
}

.active_chat span {
    color: #343333 !important;
}

.active_chat .chat_date {
    color: #343333;
}

.active_chat .chat_icon i{
    color: var(--color-primary-500) !important;
}
/*--------END PARENT MESSAGING---*/

/*-------Announcements/Message Center--*/
/* Message Center*/

.CenterMenu{
    float:left;
    width:15%;
    height:100% !important;
    display:block;
    background:#e5e5e5;
    position: absolute;
    left:0px;
    top:100px;
    
}

.CenterMenu a{
    border-right: 1px solid #31708F !important;
}

.CenterMenu i{
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}



.CenterContent{
    position: absolute;
    width:85%;
    
    float:left;
    right:0px;
        top: 100px;
}


.messagecenter_page{
    display: none;
    text-align: left;
    padding:15px;
/*    margin-bottom: 100px;*/
}

.messagecenter_pagetitle{
    color:var(--color-primary-500);
    font-size: 24px;
    font-weight: bold;
}

#messagecenter_sent_list td, 
#messagecenter_archived_list td, 
#messagecenter_sent_list_mysent td,
#messagecenter_draft_list td, 
#messagecenter_sent_list_mysent_parent td{
    vertical-align: middle !important;
    line-height: 3;
    padding: 6px !important;
    text-align: left !important;
}

#messagecenter_sent_list tr, 
#messagecenter_archived_list tr,
#messagecenter_sent_list_mysent tr,
#messagecenter_draft_list tr, 
#messagecenter_sent_list_mysent_parent tr{
    cursor: pointer;
}

#messagecentermessage_from{
    padding:5px;
    float:left;
    position: relative;
}


#messagecentermessage_from_name{
    padding-left:10px;
    float:left;
    font-size: 14px;
    height:18px;
    position: absolute;
    top: 4px;
    width: 300px;
    left: 36px;
    font-weight:bold;
}


#messagecentermessage_from_date{
    padding-left:10px;
    float:left;
    font-size: 14px;
    height:18px;
    position: absolute;
    bottom: 4px;
    left: 36px;
    width: 300px;
    
}
#messagecentermessage_from_sentto{
    float:left;
    font-size: 14px;
    height:18px;
    width: 300px;
    line-height: 1.8;
}

#messagecentermessage_subject{
    float:left;
    margin-bottom: 10px;
    display:none;
}

#messagecentermessage_message{
    float:left;
    width:95%;
}


#MessageCenter_SchoolMessage hr{
    width:95%;
    float:left;
    margin-top:0px;
    margin-bottom: 15px;
}

#messagecenter_from_icon{
    margin-top: 0px;
    float: left;
/*    border-radius: 100% !important;*/
    height: 32px !important;
    width: 32px !important;
}

.unread_message_messagecenter {
    background: blanchedalmond;
    z-index: 20;
    width: 100%;
    opacity: 0.6!important;
    filter: alpha(opacity=60) !important;
    position: absolute;
    margin-top: -49px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    left: 0px;
}

.newmessage td{
    background: var(--color-gray-50) !important;
    color: #343333 !important;
    font-weight:bold;
}

.newmessage_header{
    background: var(--color-primary-100) !important;
    color: var(--color-primary-500) !important;
    font-weight:bold;
}

.message_preview_card_icon{
    margin-top: 8px;
    float: left;
    height: 32px !important;
    width: 32px !important;
    float: left;
}
/*------End Announce/Message Center--*/

.point-selector {
    border: 2px solid var(--color-gray-50);
    border-radius: 5px;
    height: 47px;
    display: flex;
    justify-content: stretch;
    align-items: center;
}

.point-selector label:first-child {
    border-radius: calc(5px - 2px) 0 0 calc(5px - 2px);
}

.point-selector label:last-child {
    border-right: none;
    border-radius: calc(5px - 2px) 0 0 calc(5px - 2px);
}

.point-selector input {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
}

.point-selector input:focus {
    border: none;
    border-style: none;
}

.point-selector input:hover {
    border: none;
    border-style: none;
}

.point-selector label{
    margin: 0;
    flex: 1 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid var(--color-gray-100);
    font-size: 18px;
    font-weight: bold;
    height: 100%;
    color: #343333;
}

.point-selector:focus{
    outline: -webkit-focus-ring-color auto 1px;
}

.point-selector label:hover {
    background-color: var(--color-primary-500);
    color: var(--Base-White);
}

.point-selector.input-checkbox:checked:before {
    color: var(--Base-White);
    font-size: 1.1rem;
    border-radius: 3px;
    line-height: 1.3;
    border: 1.65px solid var(--color-primary-500);
    content: "\f00c";
    background-color: var(--color-primary-500);
}

.collaspedNotification{
    float: left !important;
    margin: 0px !important;
}

.desktop_group_badge {
    background-color: var(--color-orange-dark-400);
    position: absolute;
    top: -15px;
    left: -8px;
    font-size: 18px;
    border: 2px solid white !important;
}

.active-dropdown-students {
    display: flex;
}

.dropdown-students {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    display: none;
    flex-direction: column;
}

.selector-student {
    border-radius: 5px;
    border: 2px solid var(--color-gray-100) !important;
    padding: 10px;
    margin-bottom: 5px;
    background-color: var(--Base-White);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.selector-student:hover{
    border: 1px;
    border-style: solid;
    border-color: #bfbfbf;
    outline: none;
}

.selector-student .profile-image {
    margin-right: 15px;
    height: 50px;
    width: 50px;
}

.profile-image {
    border-radius: 100%;
    height: 34px;
    width: 34px;
    border: 2px solid var(--color-gray-100);
}

.selector-student p {
    margin: 0;
}

.groupSearch{
    z-index: 300;
    max-height: 500px;
    overflow: auto;
    border: none !important;
    top: auto;
    left: auto;
    padding-left: 6px; 
    margin-top: -3px; 
    background-color: var(--Base-White);
}

.btn-primary:not(.btn-link) {
    background-color: var(--color-primary-500);
}

.btn:active:not(.btn-link):not(.btn-flat) {
    box-shadow: none;
}

.btn:hover:not(.btn-link):not(.btn-flat) {
    box-shadow: none;
}

.desktop_badge_student_delete{
        position: absolute;
        top: -15px;
        right: -10px;
        font-size:16px;
        border-radius:100%;
        border: 2px solid var(--color-error-500) !important;
        z-index: 100;
        padding:3px;
        cursor: pointer !important;
        -webkit-transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);
        transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);
        display: none;
        background-color: var(--Base-White);
    }
    
.desktop_badge_student_delete i {
/*        padding-top: 2px;
        position: absolute;
        top: -11px;
        left: 6.5px;
        padding-left: 1px;*/

            line-height: 20px;
            margin-left: 1.5px;
        }
        
.desktop_badge_student_delete button:hover{
    background-color: var(--color-error-500) !important;
    border: 2px solid var(--color-error-500) !important;
    color: white !important;
}

.groupNumbers{
    width: 20px;
}

.groupRedeem{
    width: 115px;
}


/*Modal Popups*/

.module-background {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 3rem 0;
}

.module-container-footer {
    border: none;
}

.module-container{
    margin: 1rem 1rem;
    width: 90%;
    background-color: var(--Base-White);
    border-radius: 5px;
    border: 2px solid var(--color-gray-50);
}

.module-header {
    background-color: var(--color-gray-50);
    padding: 1rem;
    border-radius: 2px 2px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module-content {
    padding: 1rem 3rem;
}

.card-collapse-hide {
    display: none;
}

.icon-flip {
    transform: rotate(180deg);
    margin-top: -1px;
}

.form-element {
    display: flex;
    margin: 1rem 0;
    align-items: center;
    justify-content: flex-end;
}

.form-element label {
    flex: 0 0 100px;
    font-weight: bold;
}

.module-footer {
    grid-area: footer;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

.footer-cancel-actions, .footer-complete-actions {
    flex: 1 0 100px;
    display: flex;
}

.footer-cancel-actions a, .footer-cancel-actions form {
    margin-right: 1rem;
}

.footer-complete-actions {
    justify-content: flex-end;
}

.footer-cancel-actions, .footer-complete-actions {
    flex: 1 0 100px;
    display: flex;
}

.footer-complete-actions a, .footer-complete-actions form {
    margin-left: 1rem;
}

.activeButton{
    background-color: var(--color-primary-600);
    color: var(--Base-White);
}

.progress {
    margin-bottom: 5px !important;
    border-radius: 0;
    box-shadow: none;
    background: var(--color-gray-100);
    overflow: hidden;
    
}

.progress.active .progress-bar {
    animation: progress-bar-stripes 2s linear infinite;
}

.progress .progress-bar {
    background-color: var(--color-primary-400);
}

.progress .progress-bar {
    box-shadow: none;
}

.progress-bar {
    float: left;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: var(--Base-White);
    text-align: center;
    transition: width .6s ease;
}

/*Events*/
.event_info_label{
    font-size:14px;
    font-weight: bold;
    width:100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event_info_data{
font-size: 14px;
  display: block;
  text-align: left;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.disabledNoBan {
    cursor: default !important;
}

.disabledNoBan:hover {
    border-color: var(--color-gray-100);
}

/*Raffles*/
.RaffleWinnerTable{
    width: 180px;
    height: 280px;
    font-size: 18px;
    float: left;
    margin: 10px;
    border-radius: 10px !important;
}

.RaffleWinnerTable td{
position: relative;
}

.RaffleWinnerTable .raffleentryname{
    position: absolute;
    bottom: 15px;
    width: 160px;
    text-align: center;
    float: left;
    left: 10px;
    height: 51px;
    font-size: 14px;
    line-height: normal;
    color: var(--Base-White);
}

.RaffleWinnerTable img{
    width:150px;
    height:150px;
    float: left;
    right: 15%;
    left: 15%;
    top: 8px;
    position: absolute;
    bottom: 0;
}

.RaffleWinnerTable .nameOnly{
    margin-right: -25px;
    margin-top: 160px !important;
    text-align: center;
    width: 180px;
    margin-left: 5px !important;
    font-size: large;
}

.RaffleWinnerTable .lastnameOnly{
    margin-right: -25px;
    text-align: center;
    width: 180px;
    margin-left: 5px !important;
    font-size: large;
}

.RaffleWinnerTable .gradeGender{
    margin-right: -25px;
    margin-left: -3px;
    margin-top: -35px;
    text-align: center;
    width: 180px;
}

.RaffleEntryTable .raffleentryname{
    position: absolute;
    bottom: 15px;
    width: 180px;
    text-align: center;
    float: left;
    left: 20px;
    height: 51px;
    font-size: 14px;
    line-height: normal;
    color: var(--Base-White);
}

.RaffleEntryTable img{
    width:150px;
    height:150px;
    float: left;
    right: 15%;
    left: 21%;
    top: 8px;
    position: absolute;
    bottom: 0;
    border: 10px solid #bfbfbf;
    border-radius: 50% !important;
    color: var(--color-primary-500);
}

.RaffleEntryTable td{
position: relative;
}

.RaffleEntryTable{
    width: 180px;
    height: 280px;
    font-size: 18px;
    margin: 10px;
    border-radius: 10px !important;
}

.RaffleWinnerTable .rafflehide{
    display:none;
}

#RafDescription:hover {
    border: 2px !important;
    border-style: solid !important;
    border-color: #bfbfbf !important;
    outline: none;    
}

.well {
    padding: 10px !important;
    margin-bottom: 20px;
    border: 2px solid var(--color-gray-100) !important;
    border-radius: 2px !important;
    box-shadow: none !important;
}

/* Deskview-groups */
.deskview-groups{
    float:left;
    margin:10px;
    cursor: pointer !important;
    width:150px;
    height:250px;
    border-radius: 10px !important;
    position: relative;
}
.deskview-groups:hover{
    box-shadow: 0 1px 2px rgba(0,0,0,.16);
/*    background: #B9FFFE !important; */
}
.deskview-groups img{
    width:100px;
    height:100px;
}

.deskview-groups .group_name{
  font-weight: bold;
  overflow:hidden;
/*  font-size: 18px;*/
  display: block;
/*  padding-top: 15px !important;*/
}

.deskview-groups .group_name_index{
    font-weight: bold;
    font-size:16px;
    color:#03a9f4;
}

.deskview-groups_store img {
    width: 100px;
    height: 100px;
    /* position: absolute; */
    top: -50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.deskview-groups_store{
    float:left;
    margin:10px;
    cursor: pointer !important;
    width:150px;
    height:200px;
    border-radius: 10px !important;
    position: relative;
    border: 2px solid var(--color-gray-100) !important;
}
.deskview-groups_store:hover{
    /*box-shadow: 0 1px 2px rgba(0,0,0,.16);*/
    /*    background: #B9FFFE !important; */
    border: 2px solid #bfbfbf !important;
}

.deskview-groups_store-hili{
    border: 2px solid var(--color-primary-100) !important;
    border-radius: 10px !important;
    background: var(--color-primary-500) !important;
    color: white !important;
}


.deskview-groups_store .item_name{
    font-weight: bold;
    font-size: 13px;
    width: 130px;
    display: block;
    word-break: break-all;
}

.deskview-groups_store_mobile-hili{
/*    border: 2px solid black !important;
    border-radius: 10px !important;*/
    background: var(--color-primary-500) !important;
    color: white !important;
}
.deskview-groups_store_mobile-hili_child{
    background: var(--color-primary-500) !important;
    color: white !important;
}

#card_menu_Reports .deskview-groups {
    float: left;
    margin: 10px;
    cursor: pointer !important;
    width: 115px;
    height: 150px;
    border-radius: 10px !important;
    position: relative;
}

#card_menu_Reports .deskview-groups .group_name_index {
    font-weight: bold;
    font-size: 14px;
    color: #03a9f4;
}
/* End Deskview-Groups */

/* Tab Containers */
.tab-container {
    width: 100%;
    height: 50px;
    font-size: 0px; /*Removes spacing between buttons */
    text-align: left;
}

.tab-container button:hover {
    color: #a6a6a6;
    cursor: default;
}
.tab-container button:focus {
    outline: none;
}

.tab-container button.selected {
    border: 2px solid var(--color-gray-100);
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    color: var(--color-primary-500);
    padding-bottom: 5px; /*Gives empty bottom border*/
}

.tab-container button {
    text-decoration: none;
    color: var(--color-gray-400);
    background-color: var(--Base-White);
    border: none;
    border-bottom: 2px var(--color-gray-100) solid;
    box-shadow: none;
    align-items: center;
    width: 220px;
    height:48px;
    font-size: 16px; /*Resets from parent div 0*/
}

.tab-container .bottom-line-remote {
    width: calc(100% - 440px); /*Adjust this number based on how many tabs */
    height: 2px;
    background-color: var(--color-gray-100);
    margin-left: 438px;
    position: relative;
    bottom: 2px;    
}
/* End Tab Containers */

.numAmount{
    background-color: #a6a6a6;
}

.alert-info{
    background-color: var(--color-primary-500);
}

.alert-warning{
    background-color: #cc2314;
}

.menuitem:hover{
    background-color: var(--color-gray-50) !important;
    border-radius: 5px;
}

.menuitem-inverted:hover {
    background-color: var(--color-gray-50) !important;
    border-radius: 5px;
}

.oosItem{
    top: 9px;
    font-size:104px !important;
    color:#a6a6a6;
    opacity:.6;
}

.card-disabled, .card-disabled:hover{
    border: 2px dotted var(--color-gray-100) !important;
    color: #bfbfbf !important;
    background-color: white !important;
}

/*The group page hides the group menu option sometimes because of a fixed position. This should fix it*/
@media (max-width:1400px){
    #groupMenuOptions{
        margin-left: 5px;
    }
}

@media (max-width:1100px){
    #groupMenuOptions{
        margin-left: 10px;
    }
}

.card-label{
    position: absolute;
    top: 66px;
    z-index: 30;
    padding: 0px 5px 0px 5px;
    border-radius: 5px;
    border: 2px solid var(--color-gray-100);
    background-color: rgba(255,255,255,0.8);
    left: 50%;
    transform: translateX(-50%);
    font-weight: normal;
    font-size: 12px;
    color: #a6a6a6;
    height: 30px;
    line-height: 30px;
}

.card-label-student{
    width: 105px;
    top: 110px;
}

.landingpage-hall-pass {
    background:#fafafa;
    float:left;
    margin-top:80px;
    margin-right:-55px;
    margin-left:-53px;
    position:unset;
    width:80px;
}

.button-card-inactive{
    border: 2px solid var(--color-gray-100) !important;
    color: var(--color-gray-400) !important;
    background-color: #fafafa;
}

.button-card-inactive .icon {
    color: #bfbfbf !important;
}

.button-card-inactive .group_name_card {
    color: #bfbfbf !important;
}

.button-card-inactive img {
    opacity: .5;
}

.button-icon-error-close{
    color: var(--color-gray-400);
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    float: right;
    margin-right: 8px; 
    top: -5px;
}

.button-icon-error-close:hover{
    color: var(--color-gray-100);
}

.button-card-auto{
    color: var(--color-primary-100) !important;
}

.button-card-auto .icon{
    color: var(--color-primary-100) !important;
}

.button-card-auto .group_name_card{
    color: #343333;
}

.button-card-auto .card_staff_name{
    color: var(--color-primary-100);
}

.authCard:hover{
    border: 2px !important;
    border-style: solid !important;
    border-color: #bfbfbf !important;
}

/* ------ CICO Daily Check-In Status Select Styling ------- */
/*
.select-multiple.no-checkin{
    background-color: #fafafa;
    border: 1px solid var(--color-gray-100);
    color: var(--color-gray-400);
}

.select-multiple.no-checkin:hover{
    border: 1px solid var(--color-gray-400);
}

.select-multiple.checked-in{
    background-color: var(--color-primary-500);
    border: 1px solid var(--color-primary-500);
    color: var(--Base-White);
}

.select-multiple.checked-in:hover{
    border: 1px solid var(--color-primary-100);
}

.select-multiple.missed-checkin{
    background-color: var(--Base-White);
    border: 1px solid var(--color-primary-100);
    color: var(--color-primary-600);
}

.select-multiple.missed-checkin:hover{
    border: 1px solid var(--color-primary-600);
}

.input-icon .no-checkin{
    color: var(--color-gray-400);
}

.input-icon .missed-checkin{
    color: var(--color-primary-600);
}

.input-icon .checked-in{
    color: var(--Base-White);
}
*/
/*  ------------------------------  */

/*New Reports Style */
.report_name_card{
    font-size: 15px;
    line-height: normal;
    margin-top: 10px;
    text-transform: none;
    position: relative;
    top: 100px;
    height: 70px;
}

.report_name_card_staff {
    top: 0px;
}

.report_student_details {
    float: left;
    font-weight: 700;
}

.report_caret {
    float: right;
    color: var(--color-primary-500);
    pointer-events: none;
}

#left_side {
    float: left;
    width: 435px;
    margin-left: 5px;
}

#right_side {
    float: right;
    width: calc(100% - 460px);
    margin-right: 20px;
}

.module-container-report {
    margin: 1rem 1rem;
    background-color: var(--Base-White);
    border-radius: 5px;
    border: 2px solid var(--color-gray-50);
    width: 100%;
    float: left;
    text-align: left;
}

#reportTable th{
    cursor:pointer;
}

#reportTable2 th{
    cursor:pointer;
}

.paginationUL {
    list-style-type: none; 
    margin: 0;
    padding: 0; 
    overflow: hidden; 
    background-color: var(--Base-White); 
    border-radius: 5px;
/*    border: 2px solid var(--color-gray-50);*/
/*    border-right: 2px solid var(--color-gray-50);*/
    display: inline-block;
    position: relative;
    top: 2px;
}

.paginationList {
    float: left;
    width: 32px;
    border-right: 1px solid var(--color-gray-50);
    border-left: 1px solid var(--color-gray-50);
}

.paginationList a {
    display: block;
    color: var(--color-primary-500);
    text-align: center;
    text-decoration: none;
}

.paginationList a:hover {
    background-color: var(--color-primary-500);
    color: var(--Base-White);
}

.disableLi {
    pointer-events: none;
}

.disableLi a{
    color: #bfbfbf;
}

.loadMoreSpan {
    position: relative; 
    top: -6px; 
    font-size: 12px; 
    color: var(--color-gray-400);
    margin-right: 10px;
}

.loadMoreDiv {
    text-align: center;
    display: none;
    padding-right: 20px;
}

.favorite-corner {
    float: right;
    margin-right: -28px;
    margin-top: -20px;
    cursor: pointer;
}

#ReferralDetailsIframe {
    border-width: 0;
}
/*End New Reports Style */

/*Toggle Sliders*/

/* The switch - the box around the slider */
.switchtoggle {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 30px;
}

/* Hide default HTML checkbox */
.switchtoggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--Base-White);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 2px;
  bottom: 2px;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--color-primary-500);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--color-primary-500);
}

input:checked + .slider:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
  background-color: var(--Base-White);
}

input:inactive+ .slider {
    
}

/* Rounded sliders */
.slider.round {
  border-radius: 30px;
  border: 2px solid var(--color-gray-100);
}

.slider.round:before {
  border-radius: 50%;
  background-color: var(--color-gray-400);
}

/* Student Dashboard */
.student_dashboard_div {
    display: inline-block;
    width: 150px;
    text-align: center;
}

.student_dashboard_line {
    display: inline-block;
    width: 2px;
    background-color: var(--color-gray-100);
    height: 75px;
    position: fixed;
    margin-top: -12px;
}

.student_dashboard_label {
    font-weight: 400;
    font-size: 14px;
}

.nav_menu_icon_overlay {
    color: var(--color-gray-25);
    font-size: 13px;
    position: relative;
    bottom: 31px;
}

.clever-onboard-label {
    width: 160px;
}

.clever-onboard-label-multiple {
    width: 205px;
}

.SELRadioButtonTable td {
    padding: 0px !important;
}

.SELRadioButtonTable tr {
    background-color: var(--Base-White);
}

table.SELRadioButtonTable td input{
    background-color: var(--Base-White);
}

.radiobutton-connector {
    width: 100%;
    margin-left: 50%;
    border-top: 3px solid var(--color-gray-50);
    position: relative;
    top: 16px;
}

em {
    font-style: normal;
}

.hiddenHeaderStore {
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid var(--color-gray-100) !important;
    padding: 0px !important;
}
    
.tab-button-container {
    background-color: var(--Base-White);
    border: 2px solid var(--color-primary-100);
    color: var(--color-primary-600);
    outline: 0;
    width: 100%;
    height: 52px;
    display: flex;
    border-radius: 7px;
}

.tab-button-container button.selected2, .tab-button-container button:hover {
    background-color: var(--color-primary-500);
    color: var(--Base-White);
}

.tab-button-container button:first-child {
    border: none;
    border-radius: 5px 0 0 5px;
}

.tab-button-container button {
    text-decoration: none;
    flex: 1 0 auto;
    background-color: var(--Base-White);
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    border-left: 2px solid var(--color-primary-100);
    box-shadow: none;
    font-size: .95em;
    color: var(--color-primary-500);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ineligibleStudentBan {
    color: var(--Base-White);
    font-size: 47px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -23px 0px 0px -23px;
}

.settings-tab {
    cursor: pointer;
    border: 2px solid var(--color-primary-100);
    border-top: 2px solid var(--color-primary-100) !important; /*To override default table styling removing top border*/
    font-size: 14px;
    background-color: var(--Base-White);
    color: var(--color-primary-600);
}

.current-tab {
    border: 2px solid var(--color-primary-100);
    background-color: var(--color-primary-500);
    color: var(--Base-White);
}

.settings-tab:hover {
    background-color: var(--color-primary-500);
    color: var(--Base-White);
}

.inactive-tab {
    border: 2px solid var(--color-gray-100);
    border-top: 2px solid var(--color-gray-100) !important; /*To override default table styling removing top border*/
    font-size: 14px;
    background-color: var(--Base-White);
    color: var(--Base-Black);
    cursor: default;
}

.inactive-tab:hover {
    background-color: var(--Base-White);
    color: var(--Base-Black);
    pointer-events: none;
}

.inactive-tab.current-tab {
    background-color: var(--color-gray-25);
}
/****** New landing page *****/

#landingpage_container{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    z-index: 5;
}

.column {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-content: flex-start;
}

.two-thirds {
    flex: 1 1 600px;
}

.one-third {
    flex: 1 1 250px;
}

article.panel {
    border: 2px solid var(--color-gray-50);
    border-radius: 7px;
    flex: 1 1 100%;
    overflow-y: auto;
    position: relative;
    box-shadow: none;
    margin-bottom: 0px;
}

article.panel .panel-heading {
    background-color: var(--color-gray-50);
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 10px;
}

article.panel .panel-body {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
}

/*This before and after overrides a default from bootstrap that causes an issue with flex*/
article.panel .panel-body:before {
    display: none;
}

article.panel .panel-body:after {
    display: none;
}

.search-find-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
}

article.panel .group_name {
    color: #343333;
    line-height: 1.2;
    text-transform: capitalize;
}

article.panel .button-card {
    height: 150px;
    margin: 0px;
    display: flex !important;
    flex: 1 1 150px;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: content-box;
    position: relative;
}

.panel-heading h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.one-third article.panel {
    flex: 1 1 autopx;
} 

article.panel img {
    max-width: 100%;
}

.one-third .panel-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.one-third article.panel img {
    max-width: 350px;
}

article.panel .panel-heading, article.panel .panel-body {
    padding: 10px;
}

#landingpage_container .panel-heading {
    padding: 0 10px;
    height: 40px;
}

.one-half-inner {
    flex: 1 1 300px;
}

.profile-container .profile-image {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 15px;
}

.profile-container {
    flex: 1 1 auto;
    font-weight: bold;
    display: flex;
    align-items: center;
    border: 2px solid var(--color-gray-50);
    border-radius: 5px;
    padding: 20px;
    height: 130px;
}

.search-options {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.radio-check-element {
    display: flex;
    margin: .25rem 0;
    align-items: center;
    justify-content: start;
    flex-direction: row;
}

.radio-check-element label{
    flex: 1 0 15px;
    font-weight: normal;
    margin-right: 0;
    margin-left: .25rem;
    text-align: left;
}
#search-options-1.active-options {
  overflow:auto;  
  transition:opacity 1s ease-out, transform 0.3s ease-out; 
  height:auto;
  transform:scaleY(1); 
  opacity: 1;
  transform-origin:top; 
}

#search-options-1 {
  transform:scaleY(0); 
  opacity: 0;
}

#search-options-2, #search-options-3 {
 position: absolute;
}

#search-options-2.active-options, #search-options-3.active-options {
 position: static;	
}

article.panel #panel-groups, article.panel #panel-store {
    display: grid;
    grid-auto-flow: row dense;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
article.panel #panel-reports {
    display: grid;
    grid-auto-flow: row dense;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

article.panel #panel-groups .button-card, article.panel #panel-store .button-card, article.panel #panel-reports .button-card{
    width: auto;
}

/* Tool Tips */
.tool-tip {
    position: relative;
    display: inline-block;
  }

.tool-tip .tool-tip-text {
  visibility: hidden;
  width: 120px;
  background-color: #262729;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  /*z-index: 1;*/
  top: 125%;
  left: 50%;
  margin-left: -62px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tool-tip .tool-tip-text::before {
  content: "";
  position: absolute;
  bottom: 90%;
  left: 50%;
  margin-left: -9px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid #262729;
}

.tool-tip:hover .tool-tip-text{
  visibility: visible;
  opacity: 1;
  font-size: 14px;
}

.tool-tip-text{
    position: absolute;
    color:var(--Base-White);
    background-color: #262729;
    border-radius: 5px;
    z-index:1000;
}

.pwdsuccess{
    color: var(--color-success-600);
    padding: 5px;
    opacity: 1;
}
.pwdfailed{
    color: var(--color-gray-400);
    padding: 5px;
    opacity: .5;
}

#pointDetailTable th{
    cursor:pointer;
}

.referralInfoContainer {
    text-align: left;
    width: 66%;
}

/*Updated header and menu css */
.MosysAdminMenu{
    float:left;
    width:13%;
    height:100%;
    display:block;
    background:var(--color-gray-25);
    left:0px;
    top:0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    display:none;
    position: fixed;
    z-index: 200;
    margin-top: 50px;
    height: 95%;
    min-width: 200px;
    transition: all 1s;
    transform: scaleX(-1);
}

.MosysAdminMenu .selected_setting2{
    background:#E2F5FE;
    margin-right:-2px !important;
    color:#31708f !important;
}
.MosysAdminMenu li{
    margin-right: 0px;
}

.MosysAdminMenu i{
    height: 38px;
    width: 38px;
    text-align: center;
}

.MosysPageContent{
    width:100%;
    float:left;
    right:0px;
    top: 0px;
    padding:20px;
}

.nav_menu_icon{
    font-size:26px !important;
    padding-top: 6px;
}

.nav_menu_home_icon {
    position: relative;
    top: -8px;
}

.nav_menu_home_image{
    height: 20px;
    width: 30px;
}

.nav_menu_teacher_rewards_image{
    height: 32px;
    width: 30px;
    display: inherit;
    position: relative;
    left: 5px;
    top: -6px;
}

.nav_menu_family_link_image {
    width: 30px;
    height: 20px;
    display: inherit;
    position: relative;
    left: 5px;
}

.nav_menu_cico_coach_outer {
    font-size: 35px;
    position: relative;
    padding-top: 2px;
}

.nav_menu_cico_coach_inner {
    font-size: 16px;
    position: absolute;
    top: 14px;
    left: 0px;
}

.accordion a{
    height:38px !important;
    
}
.nav_menu_text{
    font-size: 13px;
}

.nav_menu_text_cico_teacher {
    min-width: 80px;
}

.nav_menu_text_family_importer {
    max-width: 155px !important;
}

.sub-menu li{
border-right: 1px solid #31708F !important;
}
 
.sub-menu{
    height: inherit !important;
}

.accordion li > a {
	display: block;
	position: relative;
	min-width: 110px;
	padding: 0 10px 0 5px;
	height: 32px;
       
	color: #fdfdfd;
	font: bold 12px/32px Arial, sans-serif;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(0,0,0, .35);

	background: #6c6e74;
	background: -moz-linear-gradient(top,  #6c6e74 0%, #4b4d51 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51));
	background: -webkit-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	background: -o-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	background: -ms-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	background: linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);

	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}

.accordion > li:hover > a,
.accordion > li:target > a,
.accordion > li > a.active {
	color: #31708f;
	text-shadow: 1px 1px 1px rgba(255,255,255, .2);
	    border-right: 1px solid #31708F !important;
	/*background: url(../img/active.png) repeat-x;*/
	background: #C7ECFC;
	background: -moz-linear-gradient(top,  #C7ECFC 0%, #A4D3EC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C7ECFC), color-stop(100%,#A4D3EC));
	background: -webkit-linear-gradient(top,  #C7ECFC 0%,#A4D3EC 100%);
	background: -o-linear-gradient(top,  #C7ECFC 0%,#A4D3EC 100%);
	background: -ms-linear-gradient(top,  #C7ECFC 0%,#A4D3EC 100%);
	background: linear-gradient(top,  #C7ECFC 0%,#A4D3EC 100%);	
}

.accordion li > a span {
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	padding: 0 10px;
	margin-right: 10px;
	
	font: normal bold 12px/18px Arial, sans-serif;
	background: #404247;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
	box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
}

.accordion > li:hover > a span,
.accordion > li:target > a span,
.accordion > li > a.active span {
	color: #fdfdfd;
	text-shadow: 0px 1px 0px rgba(0,0,0, .35);
	background: #31708f;
}

/* Images */

.accordion > li > a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 24px;
	height: 24px;
	margin: 4px 8px;

	background-repeat: no-repeat;
	background-image: url(../img/icons.png);
	background-position: 0px 0px;
}

.accordion li.files > a:before { background-position: 0px 0px; }
.accordion li.files:hover > a:before,
.accordion li.files:target > a:before,
.accordion li.files > a.active:before { background-position: 0px -24px; }

.accordion li.mail > a:before { background-position: -24px 0px; }
.accordion li.mail:hover > a:before,
.accordion li.mail:target > a:before,
.accordion li.mail > a.active:before { background-position: -24px -24px; }

.accordion li.cloud > a:before { background-position: -48px 0px; }
.accordion li.cloud:hover > a:before,
.accordion li.cloud:target > a:before,
.accordion li.cloud > a.active:before { background-position: -48px -24px; }

.accordion li.sign > a:before { background-position: -72px 0px; }
.accordion li.sign:hover > a:before,
.accordion li.sign:target > a:before,
.accordion li.sign > a.active:before { background-position: -72px -24px; }

#menu_bar_name:hover {
    cursor: pointer;
    background-color: var(--color-gray-50) !important;
    border-radius: 5px;
}

#menu_bar_name-district:hover {
    cursor: pointer;
    border-radius: 5px;
}

#menu_bar_name, #menu_bar_name-district{
    color: var(--Base-Black);
}

.header-menu-bar {
    background-color: var(--color-gray-25);
    z-index: 101;
    position: fixed;
    display: flex;
    left: 0;
    border-bottom: 1px solid var(--color-gray-100);
}

.header-menu-collapse {
    color: var(--color-primary-500);
    font-size: 33px;
}

#logo_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 13%;
    min-width: 200px;
    gap: 5px;
}

.header-logo-button {
    max-width: calc(100% - 40px);
    overflow: hidden;
}

.header-logo-menu {
    background: var(--color-gray-25);
    text-align: left;
}

.header-sub-heading {
    align-content: center;
    color: var(--Base-Black);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    margin-left: max(200px, 13%);
}

.header-lockdown-message {
    width: 250px;
    cursor: pointer;
    color: var(--Base-Black);
    display: none;
    margin-left: 10px;
    padding: 3px;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.header-lockdown-message span {
    font-size: 16px;
    font-weight: bold;
}

.header-menu-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-left: auto;
    background-color: var(--color-gray-25);
}

.header-user-button {
    text-transform: none;
    font-size: 16px;
    border: none;
    padding: 5px;
    line-height: inherit;
    height: 35px;
    position: relative;
}

.header-user-button:hover {
    background-color: var(--color-gray-50) !important;
}

.header-messages-button {
    color: var(--color-primary-500);
    padding: 5px 7px;
}

.header-message-button-notifications {
    position: relative;
    float: right;
    left: -15px;
}

.header-help-button {
    font-size: 16px;
    text-transform: none;
    color: var(--color-primary-500);
    border: none;
    background-color: transparent;
    height: 35px;
    padding: 5px;
    margin-right: 15px;
}

#user_menu_bar{
    width:100%;
    height:50px;
    display:flex;
    align-items: center;
}

#user_menu_my_photo{
    border-radius: 100% !important;
    height:34px !important;
    width:34px !important;
}

.header-user-button > .dropdown-menu {
    z-index: 1000;
    display: none;
    border: 1px solid var(--color-gray-100);
    border-radius: 4px;
    text-align: right;
    padding-right: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    right: 0px;
    left: inherit;
}

.hidden-notification {
    display: none;
}

.header-menu-admin {
    overflow-x: hidden;
}

.dashboard-smile {
    color:var(--color-success-600);
    font-size: 13rem !important;
    line-height: 1.1 !important;
}

.dashboard-meh {
    color: var(--color-yellow-600);
    font-size: 8.2em !important;
    line-height: 1.1 !important;
}

.dashboard-frown {
    color:var(--color-error-500);
    font-size: 13rem !important;
    line-height: 1.1 !important;
}

.pyramid-container {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.pyramid-table {
    width: 190px;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
}

.pyramid-section-container {
    padding: 0px !important;
    float: right;
    width:60px;
    background-color: var(--Base-White);
}

.pyramid-top-solid {
    border-bottom: 67px solid var(--color-error-500);
    border-left: 19px solid transparent;
    border-right: 0px solid transparent;
    width: 20px;
    margin-left: 40px;
}

.pyramid-middle-solid {
    border-bottom: 65px solid var(--color-yellow-600);
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    width: 40px;
    margin-left: 20px;
}

.pyramid-bottom-solid {
    border-bottom: 65px solid var(--color-success-600);
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    width: 60px;
}

.pyramid-cico-width {
    width: 80px !important;
}

.pyramid-top-data {
    background-color: var(--color-error-50);
    font-size: 18px;
    font-weight: bolder;
    width: 50px;
}

.pyramid-middle-data {
    background-color: var(--color-yellow-50);
    font-size: 18px;
    font-weight: bolder;
    width: 50px;
}

.pyramid-bottom-data {
    background-color: var(--color-success-50);
    font-size: 18px;
    font-weight: bolder;
    width: 50px;
}

.pyramid-data {
    font-size: 18px;
    font-weight: bolder;
    width: 80px;
}

.pyramid-data-border {
    border-bottom: 2px solid var(--color-gray-50);
}

.pyramid-height {
    height: 65px;
}

.pyramid-label {
    padding: 0px !important;
    vertical-align: top;
    line-height: 1;
    font-size: 12px;
}

.container-time-input {
    display: flex;
    margin-left: 20px;
    gap: 5px;
}

.my-info-dpg-container {
    align-items: center;
    gap: 5px;
}

.my-info-dpg-wrapper {
    font-weight:bold;
    float: left;
    margin-left: 5px;
}

.my-info-dpg-wrapper-goal {
    float: left;
    margin-left: 5px;
}

.flex-center-vertical {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
}

.flex-left-vertical {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
}

.flex-right-vertical {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.flex-left {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 5px;
}

.flex-right {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 5px;
}

.margin-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.settings-options-dpg-input {
    width: 80% !important;
    text-align: center;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
}

.settings-options-dpg-span {
    color: var(--color-gray-400);
    margin-top: 5px;
}

.settings-options-dpg-input-target {
    border-color: var(--color-success-700) !important;
}

.settings-options-dpg-span-target {
    color: var(--color-success-700);
}

.goal-modal-label {
    width: 130px;
    text-align: right;
}

.event-modal-container {
    margin-bottom: 5px;
}

.event-modal-checkbox-container {
    width: 100%;
    display: inline-block;
}

.event-modal-checkbox-container>label{
    margin: 0;
}

.cico-goal-container {
    width:280px;
    float:left;
    margin-bottom: 10px;
    margin-top: 4px;
}

.dailyRefContainer {
    display: inline-table;
}

.login-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 44px;
}

.student-login-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    width: 400px;
}

.store-button-dropdown {
    right: 25px;
    left: inherit;
    margin-top: 15px;
    border-top: 1px solid var(--color-gray-100);
}

.select-container {
    position: relative;
    height: 47px;
    cursor: pointer;
}

.select-container > .select-selected {
    grid-row: 1;
    grid-column: 1 / 2;
    border: none;
    position: initial;
    z-index: inherit;
    /* display: flex;
    gap: 8px;
    align-items: center; */
    color: var(--Base-Black);
    cursor: pointer;
    height: 24px;
    /* overflow: visible; */

    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.select-container select {
    display: none; 
}

.select-container i {
    pointer-events: none; 
}

/* Style items (options): */
.select-items {
    border-radius: 12px;
    border: 1px solid var(--color-gray-100);
    top: 45px !important;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items > div {
    /* padding: 0px 12px 0px 12px; */
    padding: 5px 12px 5px 12px;
    border: 0px, 0px, 1px, 0px solid var(--color-gray-100);
    /* height: 47px; */
    cursor: pointer;
    /* line-height: normal;
    display: flex;
    align-items: center; */
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.same-as-selected {
    background: url(../images/check.svg) no-repeat calc(100% - 12px) center var(--color-primary-25);
}

.select-items div:hover {
    background-color: var(--color-primary-25);
}

.pbisr-toast {
    border: 1px solid var(--color-primary-100);
    border-radius: 12px;
    padding: 16px;
    gap: 16px;
    background-color: var(--color-primary-25);
    width: 100%;
    display: grid;
    grid-template-columns: 32px;
    align-items: center;
}

.pbisr-toast .i-background {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    grid-row: 1;
    grid-column: 1;
    background-color: var(--color-primary-50);
    margin-left: auto;
    margin-right: auto;
}

.pbisr-toast i {
    color: var(--color-primary-500);
    grid-row: 1;
    grid-column: 1;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

.pbisr-toast span {
    grid-row: 1;
    grid-column: 2;
    font-weight: bold;
}

article.panel-hp .panel-heading {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 10px;
    font-size: 16px;
    gap: 5px;
    font-weight: 700;
}

.student-hallpass-label-gray {
    border: 1px solid var(--color-gray-400) !important;
}

.student-hallpass-label-gray > .panel-heading,
.student-hallpass-label-gray > .kiosk-on-hall-pass-header {
    background-color: var(--color-gray-25)  !important;
}

.student-hallpass-label-green {
    border: 1px solid var(--color-success-600) !important;
}

.student-hallpass-label-green > .panel-heading,
.student-hallpass-label-green > .kiosk-on-hall-pass-header {
    background-color: var(--color-success-50) !important;
}

.student-hallpass-label-yellow {
    border: 1px solid var(--color-yellow-600) !important;
}

.student-hallpass-label-yellow > .panel-heading,
.student-hallpass-label-yellow > .kiosk-on-hall-pass-header {
    background-color: var(--color-yellow-100) !important;
}

.student-hallpass-label-red {
    border: 1px solid var(--color-error-600) !important;
}

.student-hallpass-label-red > .panel-heading,
.student-hallpass-label-red > .kiosk-on-hall-pass-header,
.student-hallpass-label-red > .kiosk-overtime-div {
    background-color: var(--color-error-25) !important;
}

.hp-data {
    color: var(--color-gray-400);
    font-size: 14px;
    font-weight: 400;
}

.hp-label {
    color: var(--Base-Black);
    font-size: 14px;
    font-weight: 600;
}

/* Start Merriweather font */
/* cyrillic-ext */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-cSZMZ-Y.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-eCZMZ-Y.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-cyZMZ-Y.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-ciZMZ-Y.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-fCZM.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR71Wvf1jvzRPA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR71Wvf8jvzRPA.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR71Wvf3jvzRPA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR71Wvf2jvzRPA.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR71Wvf4jvw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* End Merriweather font */

.login_error_message {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--color-error-600);
}

.active-badge {
    display: inline-flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 32px;
    border: 1px solid var(--color-primary-100);
    background: var(--color-primary-25);
    mix-blend-mode: multiply;
    color: var(--color-primary-500);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    cursor: default;
    pointer-events: none;
}

.inactive-badge {
    display: inline-flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 32px;
    border: 1px solid var(--color-gray-100);
    background: var(--color-gray-25);
    mix-blend-mode: multiply;
    color: var(--color-gray-500);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    cursor: default;
    pointer-events: none;
}

.photo-icon {
    border-radius: 50%;
    border-color: var(--color-gray-50);
    font-size: 9rem;
    padding-top: 45px;
    color: var(--color-primary-500);
}

.custom-store-photo {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.button-inactive-with-hover-text {
    border-radius: 12px;
    border: 1px solid var(--color-primary-200);
    background: var(--color-primary-200);
    color: var(--Base-White);
}

.button-inactive-with-hover-text:hover {
    cursor: not-allowed;
}

.button-icon-inactive-with-hover-text {
    border-radius: 12px;
    border: 1px solid var(--color-primary-200);
    background: var(--Base-White);
    color: var(--color-primary-200);
}

.button-icon-inactive-with-hover-text:hover {
    cursor: not-allowed;
}

.store-container {
    margin-top: 10px;
    width:95%;
    margin-left:30px;
    margin-right: auto;
}

.hp-modal {
    z-index:6000 !important;
}

.hp-modal > .panel {
    border-radius: 16px; width: 600px;
}

.hp-modal > .panel > .modal-content {
    border-radius:16px;
}

.hp-modal > .panel > .modal-content > .modal_body {
    padding: 20px !important;
    text-align: left;
}

.hp-modal-icon-container {
    width:60px;
    height:60px;
    border-radius:100%;
    background-color:var(--color-orange-50);
    padding-top:5px;
    font-size:xx-large;
    text-align: center;
}

.hp-modal-icon-container > i {
    color:var(--color-orange-500);
}

.hp-modal-header {
    font-weight:900;
    text-align:left;
    font-size:18px;
}

.hp-modal-line {
    border-style: solid;
    border-color:white white var(--color-primary-50) white;
    border-width: thin;
}

.hallpass-usage {
    display: flex; 
    padding: 4px 16px; 
    justify-content: center; 
    align-items: center; 
    color: var(--color-primary-600);
    gap:4px; 
    font-style: normal; 
    font-weight: 600;
    border-radius: 32px; 
    border: 1px solid var(--color-primary-100);
    background: var(--color-primary-25);
    cursor: pointer;
}

.hallpass-usage2 {
    display: inline-flex;
    margin-top: 4px; 
    justify-content: flex-start; /* makes inner content align left */
    align-items: center; 
    color: var(--color-primary-600);
    gap: 4px; 
    font-style: normal; 
    font-weight: 500;
    font-size: 12px; /* smaller than normal text */
    border-radius: 32px; 
    border: 1px solid var(--color-primary-100);
    background: var(--color-primary-25);
    padding: 4px 10px;
    width: auto;
}

.hallpass-usage3 {
    display: inline-flex;
    margin-top: 4px; 
    justify-content: flex-start; /* makes inner content align left */
    align-items: center; 
    color: var(--color-success-700);
    gap: 4px; 
    font-style: normal; 
    font-weight: 500;
    font-size: 12px; /* smaller than normal text */
    border-radius: 32px; 
    border: 1px solid var(--color-success-100);
    background: var(--color-success-25);
    padding: 4px 10px;
    width: auto;
}

.hallpass-usage4 {
    display: inline-flex;
    margin-top: 4px; 
    justify-content: flex-start; /* makes inner content align left */
    align-items: center; 
    color: var(--color-warning-700);
    gap: 4px; 
    font-style: normal; 
    font-weight: 500;
    font-size: 12px; /* smaller than normal text */
    border-radius: 32px; 
    border: 1px solid var(--color-warning-100);
    background: var(--color-warning-25);
    padding: 4px 10px;
    width: auto;
}

.hpLoc-wrapper {
  display: flex;
  flex-direction: column; /* stack input and span vertically */
  align-items: flex-start; /* keep both left aligned */
  gap: 4px; /* spacing between input and span */
}

.desktop_group_badge_hp {
    position: absolute;
    top: -10px;
    left: -8px;
    font-size: small !important;
    padding: 10px !important; 
    height: 16px !important;
}

.n360-modal {
    display: none;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    background: var(--Base-White);
    box-shadow: 0px 20px 24px -4px rgba(25, 32, 37, 0.08), 0px 8px 8px -4px rgba(25, 32, 37, 0.03);
}

.n360-modal-header {
    display: flex;
    width: 684px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-bottom: 1px solid var(--Gray-50, #E4E7E7);
}

.n360-modal-footer {
    display: flex;
    width: 684px;
    padding: 24px;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    border-top: 1px solid var(--Gray-50, #E4E7E7);
}

/*Kiosk styling*/
.kiosk-container {
    border-radius: 12px;
    border: 1px solid var(--color-gray-100);
    display: inline-block;
    margin-top: 24px;
}

.kiosk-on-hall-pass-container {
    border-radius: 12px;
    width: 90%;
    margin-bottom: 24px;
    margin-top: 0px;
    display: none;
    margin-left: auto;
    margin-right: auto;
}

.kiosk-on-hall-pass-header {
    display: flex;
    height: 32px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px 12px 0px 0px;
    font-weight: 700;
}

.kiosk-on-hall-pass-body {
    display: flex;
    padding-bottom: 24px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.kiosk-on-hall-pass-item {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-direction: column;
    min-width: 100px;
    word-break: break-word;
}

.kiosk-on-hall-pass-item > span {
    font-weight: 700;
}

.kiosk-max-student-error-container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    display: none;
    padding: 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--color-orange-600);
    background-color: var(--color-orange-100);
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(25, 32, 37, 0.05);
}

.kiosk-max-student-error-icon {
    display: flex;
    min-width: 40px;
    min-height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--color-light-orange-50);
}

.kiosk-max-student-error-icon {
    font-size: 16px;
    color: var(--color-orange-500);
}

.kiosk-max-student-error-body {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.kiosk-max-student-error-body > span {
    font-weight: 700;
}

.kiosk-max-student-error-body > p {
    text-align: left;
}

#kioskTimedPassDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
    background-color: var(--Base-White);
}

#kioskTimedPassDivInnerContainer {
    width: 500px;
    border: 1px solid var(--color-error-600);
    padding: 12px;
    border-radius: 7px;
}

.hallpass-label-gray {
    border-radius: 8px;
    border: 1px solid var(--color-gray-100);
    background: var(--Base-White);
    color: var(--color-gray-500);
    font-weight: 600;    
}

.hallpass-label-green {
    border-radius: 8px;
    border: 1px solid var(--color-success-500);
    background: var(--color-success-25);
    color: var(--color-gray-500);
    font-weight: 600;
}

.hallpass-label-yellow {
    border-radius: 8px;
    border: 1px solid var(--color-yellow-600);
    background: var(--color-yellow-50);
    color: var(--color-gray-500);
    font-weight: 600;
}

.hallpass-label-red {
    border-radius: 8px;
    border: 1px solid var(--color-error-500);
    background: var(--color-error-25);
    color: var(--color-gray-500);
    font-weight: 600;
}

.elapsed-time-over-limit {
    color: var(--color-error-700);
}

.hallpass-issuer-text {
    color: var(--color-gray-400);
    font-weight: 400;
}

.hallpass-settings-radio-button {
    cursor: pointer;
    line-height: 1.1;
}

.sip-options-container {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--color-gray-50);
    margin-top: 12px;
}

.sip-options-text {
    font-size: 14px;
    margin-top: 8px;
}

.sip-options-button {
    border-radius: 12px;
    width: 32px;
    height: 32px;
    border: 1px solid var(--color-gray-100);
    color: var(--Base-Black);
}

.sip-options-button i {
    font-size: 10px;
}