/***   Custom.css   ***/

/**************************** HTML Eelements ****************************/
/***   Site-Customisation   ***/

#passwordCopy:hover{cursor:pointer;}

/***   Module Menu   ***/
.menuBG{ background-color:#024358}
.user-logged-in{color:#0F0;}
.user-logged-out{color:#666;}
.userIcon{font-size:40px;}
#userIcon{cursor:pointer;}

/***   Module Profiles   ***/
i.sort:hover{cursor:pointer;}

/***   Module Layouts   ***/
.buttons{max-width:200px; display:block;}

/**************************** Bootstrap Elements ****************************/
/**************************** Custom Elements ****************************/
/* sm breakpoint */
@media screen and (min-width:576px){ 
/**************************** HTML Eelements ****************************/
/**************************** Bootstrap Elements ****************************/
/**************************** Custom Elements ****************************/
}
/* md breakpoint */
@media screen and (min-width:768px){ 
/**************************** HTML Eelements ****************************/
/**************************** Bootstrap Elements ****************************/
/**************************** Custom Elements ****************************/
}
/* lg breakpoint */
@media screen and (min-width:992px){ 
/**************************** HTML Eelements ****************************/
/**************************** Bootstrap Elements ****************************/
/**************************** Custom Elements ****************************/
}
/* xl breakpoint */
@media screen and (min-width:1200px){ 
/**************************** HTML Eelements ****************************/
/**************************** Bootstrap Elements ****************************/
/**************************** Custom Elements ****************************/
}
/* xxl breakpoint */
@media screen and (min-width:1400px){ 
/**************************** HTML Eelements ****************************/
/**************************** Bootstrap Elements ****************************/
/**************************** Custom Elements ****************************/
}