﻿@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Barlow+Condensed);
@import url('https://fonts.googleapis.com/css?family=Dosis:400,500,600|Source+Sans+Pro:400,600,700');
body, html
{
    font-family: 'Roboto';
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}
.imgLogo
{
    padding: 10px;
    width: auto;
    height: auto;
}
.LogoName
{
    color: #254971;
    font-weight: bold;
}
.LogoName:hover
{
    text-decoration: none;
}
.imgLogo img
{
    height: 70px;
}
.MenuStrip
{
    background-color: #254971;
    min-height: 50px;
    width: 100%;
}
.carousel-inner > .item > img
{
    width: 100%;
    height: 400px;
}
.links
{
    width: 100%;
    margin-left: auto;
    display: block;
    padding-left: 10px;
    margin-right: auto;
}
.links a
{
    color: White;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
}
.links > a:hover
{
    color: #254971;
    background-color: #fff;
}
.Addr1
{
    vertical-align: top;
    width: 100%;
    padding: 5px 4px;
    box-shadow: 1px 1px 1px 0px #aba5a5;
}
.Addr1 h5
{
    vertical-align: top;
}
.Addr1 td:nth-child(1)
{
    width: 10%;
}
.pad5
{
    padding: 10px 0px;
}
.noticeBoard
{
    width: 100%;
    height: 400px;
    background-color: #f7f5f5;
    overflow: auto;
    border: 1px solid #fbf5f5;
}
.noticeHeader
{
    text-align: center;
    margin: 0px;
    border-bottom: 1px solid #dcd7d7;
    font-size: 18px;
}
.MobileLink
{
    display: none;
    width: 50px;
}
.MobileLink span
{
    width: 30px;
    background-color: White;
    height: 2px;
    margin: 4px 5px;
    display: inline-block;
}
.carousel-control.right, .carousel-control.left
{
    background-image: none;
}
.logoIcon
{
    font-size: 25px;
}
.LogoAddr
{
    text-decoration: none;
    color: inherit;
    font-family: 'Barlow Condensed' , sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    display: block;
    padding: 0px 15px 0px 15px;
    color: Gray;
}
.Addr1 td
{
    padding: 5px;
}
.Addr1 tr
{
    vertical-align: middle;
}
.Addr1 td p
{
    margin: 0px;
    padding: 0px;
}
.noticeContent
{
    width: 100%;
    padding: 10px;
}
.noticeContent a
{
    padding: 10px;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
    color: White;
}
.noticeContent a:hover
{
    padding-left: 15px;
    transition: 0.5s;
}
@media only screen and (max-width: 769px)
{
    .Addr1
    {
        box-shadow: none;
    }
    .Addr1 tr
    {
        border-bottom: 1px solid #f1f1f1;
    }

    .carousel-inner > .item > img
    {
        width: 100%;
        height: auto;
    }
    .links
    {
        display: none;
    }
    .MobileLink
    {
        margin-top: 5px;
        float: right;
        cursor: pointer;
        display: block;
    }
    .logoIcon
    {
        font-size: 20px;
    }
    .LogoAddr
    {
        text-decoration: none;
        color: inherit;
        font-family: 'Barlow Condensed' , sans-serif;
        font-weight: 400;
        font-size: 14px;
    }
    .links
    {
        position: fixed;
        width: 70%;
        box-shadow: 1px -1px 5px #dedddd;
        left: 0;
        right: auto;
        top: 0;
        height: 100%;
        z-index: 999;
        background-color: #254971;
    }
    .links a
    {
        width: 100%;
        display: inline-block;
        line-height: normal;
        border-bottom: 1px solid gray;
    }
    .links a:hover
    {
        width: 90%;
    }
}
.removepadding
{
    padding: 0px;
}
.calender
{
    width: 100%;
    text-align: center;
}
.calender th
{
    background-color: #195fad;
    font-size: 16px;
    color: #fff;
    padding: 10px;
    border: 1px solid gray;
    text-align: center;
}
.calender th:nth-child(1)
{
    background-color: #de2626;
}
.calender th:last-child
{
    background-color: #195fad;
}
.calender td
{
    padding: 10px;
    background-color: #f1e5b5;
    font-size: 14px;
    border: 1px solid gray;
    text-align: center;
    transition: 0.5s;
}
td .calender td a
{
    font-size: 20px;
}
td .calender td
{
    font-size: 20px;
}
.calender td:hover
{
    background-color: #a58d2e;
    color: #fff;
}
.bg_main
{
    background-color: #254971;
}
.color_white
{
    color: White;
}
td.OtherMonthDay
{
    background-color: #c4ba92;
}

.PopTime
{
    width: 100px;
    min-height: 20px;
    position: absolute;
    background-color: #254971;
    z-index: 999;
    right: auto;
    top: 100px;
    right: 0;
    color: #fff;
    text-align: center;
}
.MinTable
{
    font-size: 12px;
}

input[type="text"], select
{
    padding: 2px;
    outline: 0px;
    width: 90%;
    border: 1px solid gray;
}
input:active, select:active
{
    border: 1px solid #254971;
}
input:focus, select:focus
{
    border-color: Orange;
}
input, span
{
    display: inline-block;
}
.trHeadL, .trSub
{
    background-color: #ededed;
}
.trHeadL
{
    font-size: 16px;
}
.button
{
    background-color: #254971;
    border: 2px solid #254971;
    color: White;
    padding: 5px;
}
.button:hover, .button:focus, .button:active
{
    background-color: white;
    font-weight: bold;
    color: #254971;
    padding: 5px;
}
.tbrecord
{
    width: 100%;
    margin-top: 10px;
}
.tbrecord td
{
    padding: 5px;
}

.tbrecord tr:nth-child(odd)
{
    background-color: #edefef;
}
.Box
{
    box-shadow: 0px 2px 6px;
    padding: 10px;
}
.heading
{
    background-color: #26a759;
    color: white;
    margin: 0px;
}
h2
{
    margin: 0px;
    padding: 5px;
}

.popUpcalender
{
    position: absolute;
    background-color: Black;
    color: White;
    border-radius: 5px;
    padding: 5px;
}


@media only screen and (max-width: 769px)
{
    .PopTime
    {
        top: 0;
    }
}
.ui-widget-header
{
    border: 1px solid #ddd;
    background: #696868 !important;
    color: White !important;
    font-weight: bold;
}
