body {
    font-size: 16px;
    color: #333;
    font-family: 'Arial', sans-serif;
}

h1, h2, h3,  h5 {
    text-align: center;    
    color: #4a4682;
}

h1, h2 {
    color: purple;
}
h2 {
    margin: 10px auto 0 auto;
}
h4 {   
    text-align: left;
    margin: 5px 0 10px 0;
}
h5 {
    color: blue;
    font-size: 16px;
}  
i {
    color: #444;
    font-size: 14px;
}
a {   
    color:#652c77;
    text-decoration: none;
}
a:hover {
    color: darkmagenta;
}

button {
    border:none;
    background-color: white;
    cursor: pointer;
}
label {
    color: #333;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
b {
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
  font-family: "Roboto", sans-serif;

}

textarea, input {  
    max-width: 100%;  
    vertical-align: bottom;  
    font-size: 1em;
    font-family: "Lato", sans-serif;  
    box-sizing: border-box;
    border: 1px solid #4a4682;   
    padding: 5px;
    background-color: white;  
    width: 100%;
}

input[type=checkbox], input[type=radio], input[type=number] {
    max-width: 20px;
    padding: 0;
    margin: 3px;   
    vertical-align: middle;
    height: auto;
}
input[type=number] {
    max-width: 50px;   
   
}
input.eventdate {
    border: none;
    display: inline-block;
    width: 100px;
    font-size: 12px;
}

#taskdate, #taskyearweek {
   
    display: inline-block;
    width: 130px;
    font-size: 14px;
}
.cell {
    padding: 15px;
    font-size: 12px;
}
.calendar textarea {
    height: 40px;
    width: 300px;
}
/** OUTERWRAP */
.outerwrap {   
    display: block;
    margin: 0 auto;
    max-width: 100%; 
    width: 1200px;
    box-sizing: border-box;  
    padding: 10px;
    text-align: left;
}

/** Header */
.headerwrap  {
    box-sizing: border-box;
    max-width: 100%;
    text-align: center;
    padding: 20px 0 40px 0;
}

/**COLUMNS */
.centered {
    text-align: center;
}
.full-column {
    max-width: 100%;
    text-align: left;
    margin: auto;
    padding: 0 20p;
    width: 800px;
}
.content-column, .sidebar-column, .half-column, .third-column, .two-thirds-column, .fourth-column, .box {      
    display: inline-block;
    text-align: left;     
    box-sizing: border-box; 
    vertical-align: top;    
    max-width: 100%;
}

.content-column {
    width: 75%;
    padding:  0 20px; 
}
.sidebar-column {
    width: 25%;
    text-align: left;
    padding-top: 20px;
}
.half-column {
    width: 50%;
    padding: 20px;
}
.third-column {
    width: 33%;
    padding: 0 20px 0 0 ;
}
.two-thirds-column {
    width: 60%;
    padding-left: 40px;
}
.fourth-column {
    width: 25%;
    padding-left: 20px;
}
.box {
    width: 100%;
    border: 1px solid #bbb;
    padding: 20px 10px;
    margin: 10px;
    background-color:#eee;
}
.error {
    color: red;
}
.hidden {
    display: none;
}

.date-selection-day-cell b {
    color: black;    
    font-size: 14px;
    padding-bottom: 20px;
}
.date-selection-day-cell i {
    color: blue;
    font-style: italic;
    font-size: 12px;
    padding-bottom: 20px;
}
.year-selection {   
    
    font-size: 22px;
}
.date-grid {
    text-align: left;
}
.pink {
    background-color: pink;
}
.white {  
    background-color: white;
}
.blue {
    background-color: lightblue;
}
.task-list {
    background-color: #eee;
    padding: 5px;
}
.gray {
    background-color: #ddd;
}
.task {
    color: darkmagenta;
}
.daynotes {
    color: #035f7b;
}
.event {
    color: #1c139d;
}
/** Buttons */
.adminbutton,  .submitbutton, .edit-view-delete-button {
    color: white;
    padding: 5px 10px;       
    margin:  0 2px; 
    text-decoration: none;   
    font-weight: bold;
    background-color: #4a4682;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    display: inline-block;
    box-sizing: border-box;   
    border: 1px solid #bbb;
    
}

.submitbutton  {
    background-color: pink;   
    border: 1px solid black;
    color: black;  
    width: 100px;    
}
.edit-view-delete-button {    
    background-color: #eee;
    color: black;
    width: 120px;
}

button.pink-button {
    width: 100px;
    cursor: pointer;
    max-width: 100%;
    text-align: center;
    padding: 5px;   
    font-size: 12px;
    border-radius: 2px;  
    background-color: pink;
    border: 1px solid #ddd;
}
 
.dropdowncontent-master-list {
    margin: 0 20px;
    background-color: #eee;
    border: 2px solid #3e4871;
    padding: 20px;
}
.toggle-banner  {
    background-color: #3e4871;
    padding: 12px 0 12px 20px;
    text-align: left; 
    cursor: pointer;
    margin: 1px auto;
    border: none;
    color: white;  
    width: 100%;
    box-sizing: border-box;
}
.toggle-banner a {
    color: white;
}

/** Calendar */

/** year and month dropdowns at top of Calendar */
.navigatewrap {
    padding: 0;
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    box-sizing: border-box;
    width: 10%;
}
#navigate-month, #navigate-year {
    font-size: 16px;
}
#navigate-month-content, #navigate-year-content {
    position: absolute;
    background-color: white;    
    z-index: 9;
    width: 60px;
    padding: 0 10px;
    
}
#navigate-month {
    text-align: right;
}
a.nav-arrow {   
    text-decoration: none;   
    vertical-align: top;    
    padding: 20px 0;
}

.monthyear  {
    width: 80%;
    text-align: center;
    font-size: 26px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
.monthyear-small {
    display: none;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
}
a.navigate-item, a.navigate-item.highlight {     
    display: block;
    font-size: 12px;
    margin: 3px 0;  
    position: relative;
    width: 100%;
}
a.navigate-item.highlight {   
   color: magenta;  
    background-color: transparent;
}

.heading-dow-cell {  
    display: inline-block;  
    width: 14.28%;
    box-sizing: border-box;
    vertical-align: top;   
    line-height: 120%;  
    margin:  0;
    position: relative;
    border-top: 1px solid #bbb;
    text-align: left;   
    padding: 5px 0;
}

/** Body of calendar */

 
.calendar-cell {
    display: inline-block;  
    width: 14.28%;
   
    box-sizing: border-box;
    vertical-align: top;   
    line-height: 100%; 
    position: relative;
    min-height: 180px;
    padding: 0;       
    border-top: 1px solid #bbb;
    text-align: left;  
    font-size: 14px;
}
.inner-cell {
    padding: 10px;
}
.highlight {
    background-color: #eed5ee;
}
a.day-num {   
    font-weight: bold;
    
}
.week-bar {
    display: inline-block;
    width:100%;
    background-color: lightblue;
    margin-bottom: 5px;
    font-size: 12px;
    font-style: italic;
}
.event-cell {    
    margin: 5px auto;
    box-sizing: border-box;
    padding: 7px;
    font-size: 12px;
}
.event-cell a {   
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
}
.event-cell a b {
    color: black;
}
.day-entry-wrap {
    display: block;
    padding: 15px;
    border: 1px solid #666;
    margin: 10px;
}
.day-entry-inner {
    padding: 0 10px;
}

/** EVENT PAGES */
.event-box {
   padding: 20px;
   text-align: left;
   margin: 10px auto;
   border: 1px solid #bbb;
   box-sizing: border-box;
   width: 800px;
   max-width: 100%;
   box-sizing: border-box;
   min-height: 200px;
	
}
.event-box img {  
    padding: 0;   
	max-height: 160px;
	max-width: 90%;
	margin: auto;
}
.single-event-page .event-box {
	text-align: left;
}
/** EDIT CALENDAR */

.date-selection-day-cell, .date-selection-dow-cell {  
    display: inline-block;  
    width: 14.28%;
    box-sizing: border-box;
    vertical-align: top;   
    line-height: 120%;  
    margin:  0;
    position: relative;
}

.date-selection-day-cell {
    height: 30px;
    border: 1px solid black;    
}

.date-selection-dow-cell {
    min-height: 30px;
    font-size: .8em;
    padding-top: 5px;
}
.yearly-date-cell {   
    height: 40px;
    border: 1px solid black;  
    width: 27px;
    text-align: center;
    font-size:  .8em;
     box-sizing: border-box;
    vertical-align: top;   
    line-height: 120%;  
    margin:  0;
    display: inline-block;
}

.checkbox-date-selection {
    margin: 0 5px;       
}

.print-calendar .calendar-grid, .print-calendar .calendar-cell {
    background-color: white;
}
.calendar-grid {
    background-color: #eee;
}
footer {
    padding-top: 60px;
}
/**  */
/**  KEYFRAMES */
/**  */

@keyframes pageload2 {
   0% {
        opacity: .8;
    }
    100% {
        opacity: 1;
    }
}

/**  */
/**  BREAKPOINTS */
/**  */
@media only screen and (max-width: 1200px) {

    .add-update-task .third-column {
        width: 50%;
    }

}
@media only screen and (max-width: 800px) {
   
    
   .day-number {
        font-size: 12px;
        width: auto;
        padding: 3px;
        box-sizing: border-box;
    }
    
    .heading-dow-cell, .dow-cell {
        font-size: 12px;
    }   
    .event-cell {
        padding: 2px;
        overflow: hidden;  
        font-size: 11px;
    }  
    .add-update-task .third-column {
        width: 100%;
    }
    

}

@media only screen and (max-width: 750px) {
    body {
        font-size: 14px;
    }
    .adminbutton, .submitbutton {
        padding: 5px 7px;
        margin:  2px 0;
    }
    .date-selection-day-cell b {        
        padding-bottom: 0;
        font-size: 12px;
    }
    .date-selection-day-cell i {        
        padding-bottom: 0;
    }
    .half-column {
        padding: 0 5px;
    }
    
    
}
@media only screen and (max-width: 600px) {
    
    .calendar-description {
        display: none;
    }
	.half-column {
        width: 100%;
    }
    .calendar-cell {       
        min-height: 120px;
    }

    .calendar-cell a {
        font-size: 12px;
    }
    .monthyear  {
        font-size: 18px;
    }    
}


@media only screen and (max-width: 500px) {
    .event-cell {
        font-size: 12px;
        line-height: 1;  
        padding: 0;
    }
    
    .event-cell .event-info {
        display: none;
    }
    .inner-cell {
        padding: 5px;
    }
    
    .navigate-item {        
        margin: 0;
        font-size: 12px;
        line-height: 140%;
    }    
	.calendar-cell {
        font-size: 10px;
    }
}
@media only screen and (max-width: 400px) {
    .inner-cell {
        padding: 3px;
    }
    .calendar-cell {
        font-size: 9px;
        overflow: hidden;
    }
    
    .single-week-page .day-num {
        font-size: 16px;
    }
    .monthyear {
        display: none;
    }
    .monthyear-small {
        display: block;
        
    }
    .navigatewrap {
        width: 50%;
       
    }
    #navigate-month, #navigate-year {
        font-size: 14px;
    }
    .headerwrap {
        padding: 10px 0;
    }

    
}   

