html {
    height: 100%;
}

body {
    height: 100%;
    width : 100%;
    min-width: 1000px;
	background-color: #FFFFFF;
}

#header{
    /*background: -moz-linear-gradient(center top , #7DB9E8 0%, #2989D8 50%, #207CCA 51%, #1E5799 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#1e5799));
    background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%);
    background: -o-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%);
    background: -ms-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 );
    color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    font-family: "IPAPGothic",sans-serif;
    font-size: 40pt;
    text-shadow: 1px 1px 2px #333333;
    padding: 5px 4px;*/
    padding: 0px 4px;
    width: 400px;
    margin: 0 auto;
    height:85px;
    line-height: 60px;
    text-align: center;
}

#container{
    /*height:910px;*/
    height: calc(90% + 88px);
    min-height: 910px;
    margin: 5px auto;
    min-width: 1000px;
    width : 100%;
}

#footer{
    font-family: "IPAPGothic",sans-serif;
    font-size: 10pt;
    width:99%;
    min-width: 900px;
    padding: 10px 30px;
    text-align: center;
    clear:both;
}

#footer ul{
    list-style: none;
    margin: 0;
}
#footer ul li:first-child {
    border-right:1px solid #999999;
}
#footer ul li{
    display: inline-block;
    padding: 0 15px 0 15px;
}
#footer-nied-logo{
    margin-bottom: 5px;
}

#footter.vline{
    background-color:gray;
    width:2px;
}

#container_niedlogo{
    text-align: right;
    margin-bottom: 10px;
    width: 99%;
    border-bottom: #055ba7 2px solid;
}

#header-nied-logo{
    margin: 8px 34px 16px 0;
}

#container_left{
    width:420px;
    /*height:98%;*/
    float :left;
}
#container_right{
    /*height:900px;*/
    height:89%;
    min-height: 844px;
    position: absolute;
    left:430px;
    z-index:9;
    background-color: #FFFFFF;
}

#nied-logo{
    width: 99%;
    text-align: right;
    padding: 2px 0;
}

#announcement_area{
    border:2px solid #999999;
    border-radius: 4px 4px 4px 4px;
    width:98%;
    margin: 5px auto;
    display: none;
}

#calendar_area{
    border:2px solid #999999;
    border-radius: 4px 4px 4px 4px;
    width:98%;
    margin: 5px auto;
}

#report_list_area{
    border:2px solid #999999;
    border-radius: 4px 4px 4px 4px;
    width:98%;
    margin: 5px auto;
}

#display_calendar{
    width:320px;
/*    height:340px;*/
    margin: 4px auto;
    padding: 2px 2px;
}

#display_report_list{
    width:400px;
    height:360px;
    margin: 4px auto;
//    position:relative;
}

#display_estimate_result{
    background-color: #FFFFFF;
    border:2px solid #999999;
    border-radius: 4px 4px 4px 4px;
    width:99%;
    height:97%;
    margin: 2px auto, 2px, 0px;
    padding: 2px 2px;
}

.control_left{
    border-radius: 4px 4px 4px 4px;
    width: 98%;
    height:30px;
    margin: 2px auto;
    padding: 1px 2px;
}

.head_container_left{
    background: -moz-linear-gradient(center top , #7DB9E8 0%, #2989D8 50%, #207CCA 51%, #1E5799 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#1e5799));
    background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%);
    background: -o-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%);
    background: -ms-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 );
    font-family: "IPAPGothic",sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #333333;
    border-radius: 3px 3px 3px 3px;
    height:23px;
    line-height: 23px;
    margin: 1px 2px;
    padding: 3px 10px;
    float:left;
}

#announcement_area .head_container_left{
    background: -moz-linear-gradient(center top , #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827));
    background: -webkit-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
    background: -o-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
    background: -ms-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 );
    font-family: "IPAPGothic",sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #333333;
    border-radius: 3px 3px 3px 3px;
    height:23px;
    line-height: 23px;
    margin: 1px 2px;
    padding: 3px 10px;
    float:left;
}

#announcement_body{
    font-family: "IPAPGothic",sans-serif;
    font-size: 11pt;
    margin: 10px;
    white-space: pre-wrap;
}

.control_right{
    width: 99%;
    height:30px;
    margin: 1px auto, 1px, 0px;
    padding: 1px 2px;
}

#btnResize{
    display: inline-block;
    padding: 0px 3px;
    margin: 0px 3px;
    cursor: pointer;
    font-weight: bold;
    height: 100%;
    /*float: left;*/
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
}

#btnprev{
    display: inline-block;
    padding: 0px 3px;
    margin: 0px 2px 0px 15px;
    width: 100px;
    cursor: pointer;
    font-weight: bold;
    height: 100%;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
}
#btnnext{
    display: inline-block;
    padding: 0px 3px;
    margin: 0px 15px 0px 2px;
    width: 100px;
    cursor: pointer;
    font-weight: bold;
    height: 100%;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
}
#btnDownload{
    display: inline-block;
    padding: 0px 3px;
    margin: 0px 3px;
    cursor: pointer;
    font-weight: bold;
    height: 100%;
    float: right;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
}

#btnprev.disabled, #btnnext.disabled {
    background-color: #E6E6E6;
    color: #999999;
    background-image: none;
    opacity: 0.65;
    cursor: default;
}

table#table_report_list{
    border-collapse: collapse;
    border-spacing: 0;
    width:400px;
    font-size: 12px;
}

table#table_report_list tbody{
    font-size: 12px;
}

table#table_report_list thead tr{
    height: 25px;
} 

table#table_report_list th{
    height: 25px;
    border: 1px #E3E3E3 solid;
}

table#table_report_list tbody tr{
    border: 1px #888888 dashed;
    border-spacing: 0;
    height: 25px;
    font-size: 12px;
    cursor: pointer;
}

table#table_report_list tr.selected{
    background-color: #000000;
    color: #FFFFFF;
    cursor: default;
}

table#scroll_report td{
    height: 25px;
    padding: 1px;
    border: 1px #E3E3E3 solid;
    text-align:center;
}

.dataTables_scrollBody {
    /*background-color: #E2E4FF;*/
    background-color: #eeeeee;
}

table.dataTable td{ background-color: transparent;  border:1px lightgrey; padding-left: 0px;font-size: 12px;padding: 3px;}
table.dataTable tr.odd { background-color: #eeeeee;  border:1px #ff0000;}
table.dataTable tr.even{ background-color: #eeeeee; border:1px lightgrey; }

#checkbox{
    margin-top: 8px;
    float: right;
}

#sel_year{
    margin: 4px 2px;
    padding: auto;
    width: 80px;
    height: 25px;
    font-family: 'Courier New';
    font-size: 12pt;
}

#sel_month{
    padding: auto;
    width: 60px;
    height: 25px;
    font-family: 'Courier New';
    font-size: 12pt;
}

.fc-header-title h2{
    font-size: large;
    font-family: 'serif';
}

.pager_reportlist {
    font-size: 14px;
    width: 225px;
    float: left;
    text-align: center;
    vertical-align: middle;
    margin: 4px 4px;
}
.pager_reportlist_en {
    width: initial;
}


.pager_reportlist li{
    display: inline;
}

.pager_reportlist li button {
    display: inline-block;
    margin: 0px 3px;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    padding: 2px 3px;
    margin: 0px 1px;
    border:  1px #AAAAAA solid;
    font-weight: bold;
}

.pager_reportlist li button.now {
    background-color: #999999;
    background-image: linear-gradient(to bottom, #E6E6E6, #A1A1A1);
    background-repeat: repeat-x;
}

.pager_reportlist li button.disabled {
    padding: 2px 3px;
    margin: 0px 1px;
    background-color: #E6E6E6;
    color: #999999;
    background-image: none;
    opacity: 0.65;
}

.pager_reportlist li button:hover {
    background-color: #000000;
    background-image: none;
    color: #FFFFFF;
}

.fc-event-time, .fc-event-title{
    color: #0000FF;
}

.control_left a span{
    display: inline;
    line-height: 1.8;
    margin: 0 0 0 1px;
    padding-left: 6px;
    white-space: nowrap;
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
    font-family: sans-serif;
}

.control_left a span:hover {
    color: #FFFFFF;
    background: #000000;
    text-decoration: none;
}

#other_link {
    text-align: right;
}

#other_link a{
    /*border-left: 1px solid #CCCCCC;*/
    display: inline;
    line-height: 1.8;
    margin: 0 0 0 1px;
    padding-bottom: 2px;
    padding-left: 6px;
    white-space: nowrap;
    font-size: 0.78em;
    color: #888888;
}

#other_link a:hover {
    color: #444444;
    text-decoration: none;
}


/*#footer a {
    border: 1px solid #999999;
    color: #000000;
    letter-spacing: 3px;
    line-height: 3;
    margin-right: 3px;
    padding: 5px 6px 4px 8px;
    text-decoration: none;
    white-space: nowrap;
}

#footer a:hover {
    color: #FFFFFF;
    background-color: #000000;
}*/

.fc-button {
    font-size: 10pt;
}

.fc-day-content {
    /*width: 30px;*/
    text-align: center;
    font-weight: bold;
    color: #0000ff;
}

.fc-grid .fc-day-number {
    float: left;
    text-align: center;
}

.fc-state-disabled {
    color: #999999;
}

.fc-state-highlight {
    cursor: pointer;
}

.selected_event {
    background: #e3e3e3;
    border: #e3e3e3;
}


#municipalitiy_title h2 {
    width: 80%;
    text-align: center;
    font-family:"IPAPGothic", sans-serif;
    font-size:120%;
    background: #7db9e8; /* Old browsers */
    background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 50%, #207cca 51%, #1e5799 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* W3C */
    padding:7px 10px;
    margin:5px auto;
    color:#FFF;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    text-shadow:1px 1px 2px #333;
    -webkit-box-shadow:inset 0 0 50px rgba(0, 0, 0, 0.1);
}

.toggle-check-button {
    display: inline-block;
    padding: 0 5px;
    margin: 0 5px 0 2px;
    cursor: pointer;
    font-weight: bold;
    height: 100%;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
}

.btnDownload {
    display: inline-block;
    padding: 0 3px;
    margin: 0 3px;
    cursor: pointer;
    font-weight: bold;
    height: 100%;
    float: right;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
}

#header {
    line-height: inherit;
    font-size: .95em
}
#header .header-links {
    margin-top: 10px;
    float:right;
    border-style: solid none none none;
    border-width: 1px;
    border-color: #C2C2C2;

}

#header a {
    text-align: right;
    padding: 0px 5px 0px 5px;
    display: block;
    /*color: #000000;*/
    /*text-decoration: none;*/
    font-weight: bold;
    border-style: none none solid none;
    border-width: 1px;
    border-color: #C2C2C2;
    text-decoration: none;
}
#header .header-links a:hover {

    background-color: #C2EBFF;
}
#header .header-links a:hover span {
    color:#000000 !important;
}

#header span {
    color:#555555;
}

.btnDownload { float: right; }

#container.national-mode .municipality-mode-only {
    display: none !important;
}
#container.municipality-mode .national-mode-only {
    display: none !important;
}

#municipalitiy_list li {
    font-weight: bold;
    padding: 0.5em 1em;
    width: 13em;
    display:inline-block;
}

#municipalitiy_list li:hover {
    background-color: #dcdcdc;
    border-radius: 3px;
}

#municipalitiy_list li:before {
    content: "";
}

.ui-dialog-titlebar{
    text-align: center;
    font-family:"IPAPGothic", sans-serif;
    background: #7db9e8; /* Old browsers */
    background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 50%, #207cca 51%, #1e5799 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* W3C */
    padding:7px 10px;
    margin:5px auto;
    color:#FFF;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    text-shadow:1px 1px 2px #333;
    -webkit-box-shadow:inset 0 0 50px rgba(0, 0, 0, 0.1);
}

.ui-widget-content {
    font-size: 1em;
}

#cal-header {
    width: 320px;
    margin: auto;
}

#cal-header span.right-side-buttons {
    float: right;
    text-align: right;
}

.cal-control {
    font-size: .8em;
    display: inline;
    padding: 0px 0em;
    margin: 0 0;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    color: #333333;
    height: 28px;
    vertical-align:top;
}

.cal-control:not(.today) {
    font-weight: bold;
    line-height: .7em;
    font-size: 1.5em;
    font-family: "Courier New", Courier, monospace;
}

.cal-control:hover:not(.disabled) {
    color: #333333;
    background-color: #e6e6e6;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.cal-control.disabled {
    cursor: default;
    color: #999999;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

#btnRssDownload:hover {
    cursor: pointer;
    opacity: 0.8 ;
}

