html, body, div, h1, h2, h3, p, b, i, strong, em, strike, sub, sup, ul, ol, li, 
blockquote, form, input, textarea, select, button, td, tr, th, table, span, 
header, footer, article, aside, nav, section, main  {
	padding:0;
	margin:0;
	vertical-align:baseline;
}
 ul li{list-style-type: none;}

 html, body{font-family: Tahoma;}

 .xclearfix:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
        }
* html .xclearfix             { zoom: 1; } /* IE6 */
*:first-child+html .xclearfix { zoom: 1; } /* IE7 */


a{text-decoration: none;}

body{background: #eee;}
.xheader{
	max-width: 1024px;
	margin: 0px auto 25px auto;
}
.xheader_content{
	width:100%;
	padding-top: 20px;
}

.xlogo_sign{float: left; width: 20%; min-width: 170px;}

a.xlogo{
	display: block;
	height: 50px;
	width: 100%;
	background: #fff url("../img/logo.png") no-repeat center center;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #cccccc; 
    padding: 5px 0px;
}
a.xlogo:hover{
    background: #faf9f9 url("../img/logo.png") no-repeat center center;
}

a.xsign_in_btn{
	background:  #fff url("../img/sign_in.png") no-repeat 25% center;
    width:100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #cccccc; 
    padding: 5px 0px;
    margin-top: 8px;
    display: block;
    text-align: center;
    color:#222;
}
a.xsign_in_btn:hover{
    background:  #faf9f9 url("../img/sign_in.png") no-repeat 25% center;
}

.xlang_btn{
    width:100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #cccccc;
    padding: 3.5px 0px;
    margin-top: 8px;
    display: block;
    text-align: center;
    color:#222;
    background: #fff;
}

.xlang_btn a{
    color: #00b0ff;
}

.xlang_btn .active{
    color: #222;
}

.xloged_in_btn{
    width:100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #cccccc;
    padding: 5px 0px;
    margin-top: 8px;
    display: block;
    text-align: center;
    color:#222;
}
.xbtn_wrap{
    float:left;
    width: 54%;
    margin-left:3%;
    text-align: center;
    position: relative;
}
.xbtn{
	display: inline-block;
	padding: 59px 25px 3px;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #cccccc;
    text-align: center;
    font-size: 1.2em;
    min-height: 35px;
    color:#222;
}
.xbtn:hover{
   color:#727272;
}
.xtable{
	background: #fff url("../img/table.png") no-repeat 50% 20%;
}
.xmap{
	background: #fff url("../img/map.png") no-repeat 50% 20%;
    margin-left: 20px;
}
.xchart{
	background: #fff url("../img/chart.png") no-repeat 50% 20%;
    margin-left: 20px;
}

.xdate_filter{
    float:left;
    margin-left: 3%;
    width: 20%;
}
a.xfilter_btn{
    background: #fff url("../img/filter.png") no-repeat 30% center;
    height: 45px;
    width:100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #cccccc;
    padding: 5px 0px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color:#222;
    box-sizing: border-box;
}
a.xfilter_btn:hover{
    background:  #faf9f9 url("../img/filter.png") no-repeat 30% center;
}
.xdate{
    background:  #fff url("../img/calendar.png") no-repeat 30% center !important;
    height: 40px;
    width: 100%;
        border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #cccccc; 
    padding: 5px 0px;
    display: block;
    text-align: center;
    font-size: 1em;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-padding-start:80px;
margin-top: 8px;
}
.xdate:focus {
    outline: 0;
}
.xdate:hover{
    background:  #faf9f9 url("../img/calendar.png") no-repeat 30% center;
}
.xoverlay{
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: 3;
  background-color: rgba(0,0,0,0.5);
  position:fixed;
  display:none;
}
.xshow{display:block !important;}
div.xsign_in{
    height:350px;
    width:70%;
    margin:auto;
    background:#ffffff;
    -webkit-box-shadow: 0px 5px 15px 2px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 5px 15px 2px rgba(0,0,0,0.7);
    box-shadow: 0px 5px 15px 2px rgba(0,0,0,0.7);
    text-align: center;
    z-index: 22;
    display:none;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 9999;
}
div.xfilter{
    background:#ffffff;
    -webkit-box-shadow: 0px 5px 15px 2px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 5px 15px 2px rgba(0,0,0,0.7);
    box-shadow: 0px 5px 15px 2px rgba(0,0,0,0.7);
    text-align: center;
    z-index: 22;
    width: 50%;
    height: 50%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    overflow: auto;
    padding: 10px 0;
}
.xform_sign_in{
    width: 90%;
    margin: 0px auto;
    padding: 40px 0px;
}
.xlog_in{
    width: 100%;
    margin:10px 0px;
    font-size: 1.2em;
    border: 1px solid #d2d8d8;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    padding: 16px 20px;
    box-sizing: border-box;
}
.xsubmit{
    padding: 16px 0px;
    cursor: pointer;
    background: #f56363;
    color: #FFF;
    font-weight: bold;
    border: none;
    width: 100%;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    font-size: 1.2em;
    margin-top: 30px;
    opacity: 0.9;
    box-sizing: border-box;
}
.xsubmit:hover{
    opacity: 1;
}
@media screen and (max-width: 1024px){
    .xlogo_sign {
        float: left;
        width: 70%;
        min-width: 170px;
        margin: 0% 15%;
    }

    .xdate{
        background:  #fff url("../img/calendar.png") no-repeat 30% center;
        height: 40px;
        width: 100%;
            border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border: 2px solid #cccccc; 
        padding: 5px 0px;
        display: block;
        text-align: center;
        font-size: 1em;
        cursor: pointer;
        box-sizing: border-box;
        -webkit-padding-start:70px;
    }
    .xdate_filter{
        width: 180px;
        margin: 0px auto;
        float: none;
    }
    a.xsign_in_btn{
         width:180px;
         margin: 0px auto;
         margin-top: 8px;
    }
    .xbtn_wrap{
        width: 90%;
        margin: 15px 5%;
    }
    a.xfilter_btn{
        margin-top: 10px;
    }
}
@media screen and (max-width: 430px){
    .xbtn{
        width: 40%;
    }
    .xmap{margin-left: 0px; margin-top:10px;}
    .xchart{margin-left: 0px; margin-top:10px;}
}
/*
@media screen and (max-width: 870px){
    .btn{
        width: 30%;
        margin: 0px auto;
        float: none;

    }
    .btn_wrap{
        width: 90%;
        margin: 0% 5%;
    }
    .btn{
        margin-top: 15px;
    }
}*/

.k-grouping-header{background-color: #8f8f8f;}
.xheader:after{content:"";clear:both;display:table;}
.nav-tabs > li > a{padding: 10px;min-width:40px}
.tab-content > .active{padding: 19px 0;}
.k-selectable tr{cursor:pointer;}
.k-selectable tr:hover{background-color: #00b0ff;}
.xform-group {margin-top: 20px;text-align: center;}
.select2{width: 100%;}
.search-btn{margin-top: 20px;}
.carousel{margin-bottom: 20px;}
.year-btn{border: 1px solid #b4b9be !important;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;}
.nav-tabs > li.active > a{border-radius: 0px !important;}
.nav-tabs > li.active{margin-top: -1px;border: 1px solid #b4b9be;border-top: none;}
.k-window-content {background-color: #F8F8F8;padding: 0 !important;}
.main{background-color: #F8F8F8;padding: 10px 30px;}
.nav.nav-tabs{background-color: #F8F8F8;}
.text-align-right{text-align: right;}
.table td {padding-right: 5px !important;padding-left: 5px !important;width: 48%;}
.tab-content{border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border: 1px solid #b4b9be;border-top: none;padding-bottom: 20px;}
.sign-out{float: right;margin: -10px 5px 0 5px;display: inline-block;font-size: 25px;color: #d32f2f;}
#container{height: 600px;position: relative;}
.k-grid-toolbar{background: #e6e6e6;border:none;}
#single-map{margin-bottom: 10px;}
.archive{cursor: pointer;float: right;margin-top: 7px;margin-right: 5px;}
#tab2 li:not(.active) {display: none}
.edit-btn{margin-left: 30px;}
/* #month-date{margin-top: 5px;} */
.ktable:hover .xtable{border-bottom: none;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;padding-bottom: 10px;}
.ktable{position: relative;}
.sections{position: absolute;left: 0;background: #fff;padding: 7px 15px;width: 300px;border: 2px solid #cccccc;border-radius: 10px;border-top-left-radius: 0;display: none;z-index: 99;}
.sections a{display: block;padding: 3px 0px;border-bottom: 1px dashed #ccc;color:#727272;}
.sections a:hover{color:#222;}
#ssearch:after{content: " ";display: table;clear: both;}
#container .k-button{color: #fff;background-color: #3f51b5;border-color: #3f51b5;-webkit-box-shadow: none;box-shadow: none;}