html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */
html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden}
h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
.serif{font-family:serif}.sans-serif{font-family:sans-serif}.cursive{font-family:cursive}.monospace{font-family:monospace}
h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",Arial,sans-serif;font-weight:400;margin:10px 0}.wide{letter-spacing:4px}
hr{border:0;border-top:1px solid #eee;margin:20px 0}


.display-topleft{position:absolute;left:0;top:0}.display-topright{position:absolute;right:0;top:0;float:right}
.animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}

.padding-small{padding:4px 8px!important}.padding{padding:8px 16px!important}.padding-large{padding:12px 24px!important}
.xlarge{font-size:24px!important}.xxlarge{font-size:36px!important}.xxxlarge{font-size:48px!important}.jumbo{font-size:64px!important}
.display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}

.text-green,.hover-text-green:hover{color:#4CAF50!important}
.text-yellow,.hover-text-yellow:hover{color:#d2be0e!important}
.text-amber,.hover-text-amber:hover{color:#ffc107!important}

.green,.hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.red,.hover-red:hover{color:#fff!important;background-color:#f44336!important}

.opacity{opacity: 1}



body,h1 {font-family: "Raleway", sans-serif}
body, html {height: 100%;
color: white;
margin-bottom: -20px;
}

.bgimg {
    background-image: url('/css/korthi.jpg');
    min-height: 100%;
    background-position: center;
    background-size: cover;
    margin: 0;
}

.height100 {
    min-height: 100%;
    height: 100%;
    padding: 40px;
}

.cover {
    margin-bottom: 20px;
    background-color: rgba(0,0,0,0.35);
    padding: 20px;
    display: block;
}

.inside-cover {
    background-color: white;
    display: block;
    color: black;
    padding: 30px;
    overflow: hidden;
}

.jumbo {
    padding-top:15px;
}

.display-topleft{
    margin-left: -10px;
}

.event {
    margin-bottom: 3px;
}

.eventStr {
    width: 120px;
    display: block;
    float:left;
    margin-right: 3px;
}

.offline-warning-msg {
    color: red;
    text-align: center;
    font-size: 22px;
    display: none;
}

.chartContainer {
    min-height: 360px;
    width: 100%;
    margin: 0px auto;
}

.dateName {
    font-size: 20px;
    text-align: center;
}



.calendarTitle {
    margin-top: -34px;
    display: block;
    float:left;
}

.eventList {
    float: left;
    width: 230px;
    height: 100%;
    display: block;
    overflow: hidden;
    position:relative;
    margin-top: 0px;
}

.events {
    display: block;
    width: 230px;
    float: left;
}

.calendarView {
    float: left;
    display: block;
    overflow: hidden;
}

.calendarViewContent {
    width: 722px;
    float: left;
    overflow: hidden;
    height: 120px;
}

.buttons {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
    padding-left: 0px;
    float: left;
    padding-bottom: 20px;
}

.currentDayText {
    text-align: center;
    width: 100px;
    font-size: 14px;
    float: right;
    padding-top: 4px;
}

.noOutage {
    padding-top: 20px;
    text-align: center;
    color: #135202;
}


@media screen and (max-width: 1142px) {
    .title_message {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }

    .cover {
        padding: 10px;
    }

    .inside-cover {
        padding: 10px;
    }

    .height100 {
        padding: 10px;
    }

    .chartContainer {
        min-height: 360px;
        width: 100%;
        margin: 0px auto;
    }

    .eventList {
        width: 100%;
        margin-bottom: 30px;
        margin-top: 0px;
    }

    .calendarView {
        float: left;
        overflow: auto;
        width: 100%;
    }

    .buttons {
        padding-left: 0px;
        padding-top: 30px;
        width: 100%;
    }

    .buttons button {
        width: 49%;
        margin-bottom: 8px;
    }

    .currentDayText {
        text-align: center;
        width: 100%;
        font-size: 20px;
        padding-top: 0px;
    }
}


@media screen and (max-width: 1360px) {
    .events {
        width: 100%;
    }

    .noOutage {
        padding-top: 0px;
    }
}