﻿* {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

a {
    color: #1e73be;
}

html, body {
    height: 100%;
    background-color: #e7e8ea;
    color: #505463;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

/*---------- controls start here ---------------- */

.allergy_button {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background-color: red;
    padding: 1px;
    text-align: center;
}

.btnStyle {
    display: inline-block;
    background-color: #1e73be;
    color: white; /* Text color */
    padding: 1px 1px;
    border: none;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    white-space: pre-line; /* Allows multi-line text */
}

    .btnStyle:hover {
        background-color: #0056b3; /* Darker blue on hover */
        text-decoration: none;
    }

.button_blue {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #1e73be; /* RGB = 30,115,190 */
    padding: 10px;
    text-align: center;
}

    .button_blue:hover {
        background-color: White;
        color: #1e73be;
    }


.button_combobox_add {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: green;
    font-weight: bold;
    background-color: white;
    padding: 0px;
    height: 30px;
    width: 20px;
}

.buttonOval {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 9;
    -moz-border-radius: 9;
    border-radius: 9px;
    font-family: Arial;
    color: #ffffff;
    font-size: 1px: 4px 20px 4px 20px;
    /*border: solid #1f628d 2px;*/
    text-decoration: none;
}

    .buttonOval:hover {
        background: pink; /*#3cb0fd;*/
        background-image: -webkit-linear-gradient(top, pink, pink);
        background-image: -moz-linear-gradient(top, pink, pink);
        background-image: -ms-linear-gradient(top, pink, pink);
        background-image: -o-linear-gradient(top, pink, pink);
        background-image: linear-gradient(to bottom, pink, pink);
        color: blue;
        text-decoration: none;
    }

.button_sidemenu_off {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #666666;
    font-weight: bold;
    background-color: #cccccc;
    text-decoration: none;
    padding: 2px;
    border: none;
    height: 35px;
}

.button_sidemenu_on {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #666666;
    font-weight: bold;
    background-color: #e7e8ea;
    text-decoration: none;
    padding: 2px;
    border: none;
    height: 35px;
}

.CalendarHeader {
    background-color: steelblue;
    font-family: "Trebuchet MS Gothic", Verdana, "MS Reference Sans-Serif Serif", Arial, Tahoma;
    font-size: xx-large;
    color: white;
}

.CalendarCells {
    background-color: #FFF8B7;
    font-size: small;
}

.CalendarDates {
    font-family: 'Trebuchet MS Gothic', Verdana, 'MS Reference Sans-Serif Serif', Arial, Tahoma;
    font-size: x-large;
    font-weight: bold;
    color: darkblue;
}

.CalendarWeekdayNames {
    font-family: 'Trebuchet MS Gothic', Verdana, 'MS Reference Sans-Serif Serif', Arial, Tahoma;
    font-size: small;
    font-weight: bold;
    background-color: #E5E5E5;
    color: black;
}

.CalendarToday {
    font-family: 'Trebuchet MS Gothic', Verdana, 'MS Reference Sans-Serif Serif', Arial, Tahoma;
    font-size: x-small;
    background-color: White;
}


.Classroom_Activity {
    height: 34px;
}

.dropdown1 {
    font-family: 'Montserrat', serif;
    font-size: 16px;
    color: #555555; /*font-weight: bolder;*/ /*width: 650px;*/
    padding: 4px;
}

.headerRow_blue {
    background-color: #003399;
    color: white;
    font-weight: bold;
    font-family: "Trebuchet MS", verdana, "MS Reference Sans Serif", arial, Tahoma;
    font-size: large;
    text-align: left;
}

.heading1 {
    color: #444444;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.hidden {
    /* hide gridview column */
    display: none;
}

.hyperlinkAddNew {
    text-decoration: none;
}

.hyperlinkButton {
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

.label_dark {
    color: #444444;
    font-size: 20px;
    font-weight: bold;
}

.label_normal {
    color: #999999;
    font-size: 20px;
    font-weight: normal;
}

.label_light {
    color: #cccccc;
    font-size: 20px;
    font-weight: bold;
}

.menuLink {
    text-align: center;
    color: #1e73be;
    font-size: 14pt;
    font-weight: bold;
    text-decoration: none;
}

/*    .menuLink:hover {
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        background-color: #1e73be;
        color: White;
    }*/

.menuLinkOff {
    text-align: center;
    color: #1e73be;
    font-weight: bold;
    text-decoration: none;
    height: 30px;
}

.menuLinkOn {
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background-color: #1e73be;
    color: White;
}

.radiobuttonlist1 {
    /*display: inline-block;*/ /* Allow the items to behave like inline elements */
    /*white-space: normal;*/ /* Ensure items wrap within the container */
    /*width: 100%;*/ /* Allow the RadioButtonList to take up the full width of the table cell */

    display: flex;
    flex-wrap: wrap;
}

.rollover-button {
    background-color: #4CAF50 !important;
    color: white !important;
    font-size: 16px;
    width: 200px;
    height: 50px;
    border: none !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .rollover-button:hover {
        background-color: #1E73BE !important;
    }

    .rollover-button:active {
        background-color: #1E73BE !important;
    }


.saveRow {
    background-color: #DDDDDD;
    color: Gray;
    font-weight: bold;
    font-family: "Trebuchet MS", verdana, "MS Reference Sans Serif", arial, Tahoma;
    font-size: large;
}

.spacer {
    height: 34px;
}

a.tabbutton_off:link {
    color: #1e73be;
    text-decoration: none;
}

a.tabbutton_off:hover {
    color: black;
    text-decoration: none;
}

a.tabbutton_on:link {
    color: black;
    text-decoration: none;
}

.table /* set the cell-spacing to 2 for lines to be shown! */ {
    vertical-align: top;
}

.tableHeader {
    /*     background-color: #abc7f6;                   color: #213F60;                          */
    background-color: #CCCCCC;
    text-align: left;
}

.tableSubHeader {
    background-color: #DDDDDD;
    color: Gray;
    font-weight: bold;
    font-family: "Trebuchet MS", verdana, "MS Reference Sans Serif", arial, Tahoma;
    font-size: large;
    text-align: left;
}

.text0 {
    color: #999999;
    font-family: "Trebuchet MS", verdana, "MS Reference Sans Serif", arial, Tahoma;
    font-size: 16pt;
    font-weight: normal;
}

.text1 {
    color: #555555;
    font-family: "Trebuchet MS", verdana, "MS Reference Sans Serif", arial, Tahoma;
    font-size: 16pt;
    font-weight: normal;
}

.text2 {
    color: #444444;
    font-family: "Trebuchet MS", verdana, "MS Reference Sans Serif", arial, Tahoma;
    font-size: 16pt;
    font-weight: bold;
}

.textbox1 {
    font-family: 'Montserrat', serif;
    font-size: 16px;
    color: #555555; /*font-weight: bolder;*/ /*width: 650px;*/
    padding: 4px;
}

.ThemeText {
    font-family: 'Montserrat', serif;
    font-size: 14px;
    font-weight: bold;
}

.toolbar {
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    color: #ffffff;
    padding: 2px;
    border-width: 5px;
    border-color: #ffe #aaab9c #ccc #fff;
    border-style: inset;
}

.toolbarOLD {
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    color: #ffffff;
    padding: 4px;
    border-width: 0px;
    border-color: #ffe #aaab9c #ccc #fff;
    border-style: solid;
}

.ToolbarButton {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-color: #1e73be;
    border-style: none;
    padding: 6px;
}

    .ToolbarButton:hover {
        /*background: pink; 
  color: #1e73be;*/
        background: #FF8AB0;
        color: White;
    }

/*
.ToolbarButton {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-family: Arial;
  color: #ffffff;
  font-size: 1ng: 4px 20px 4px 20px;
  border: solid #1f628d 2px;
  text-decoration: none;
}

.ToolbarButton:hover {
  background: pink;     
  background-image: -webkit-linear-gradient(top, pink, pink);
  background-image: -moz-linear-gradient(top, pink, pink);
  background-image: -ms-linear-gradient(top, pink, pink);
  background-image: -o-linear-gradient(top, pink, pink);
  background-image: linear-gradient(to bottom, pink, pink);
  color: blue;
  text-decoration: none;
}
*/


/* ----------------------------------------
    Modal
---------------------------------------- */
.modal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .center img {
        height: 128px;
        width: 128px;
    }

/*---modal end-----------------------------

/* ----------------------------------------
    This puts the footer at the bottom
---------------------------------------- */
form {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

.footer, .push {
    text-align: center;
    font-size: 10px;
    height: 4em;
}
