
/* **** Style **** */
* {
   margin: 0;
   padding: 0;
   border: 0;
}
body {
   
}
/* Header */
#header {
   position: absolute;
   margin-bottom: 6px;
   right: 0px;
   left: 0px;
   z-index: 100;
   height: 80px;
   width: 100%;
   background: transparent url("//static.maptoolkit.net/images/mtkdemo/header.png") 0px 0px repeat-x !important;
   color: #29303d;
   text-shadow: 0px 1px 0px #fff;
}
#header h1 {
   height: 45px;
   float: left;
   position: absolute;
   left: 30px;
   top: 10px;
   font: normal 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#header h1 {
   display: block;
   height: 45px;
   background: url("//static.maptoolkit.net/images/mtkdemo/mtk-logo.png") 0px 0px no-repeat;
   font: normal 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
   color: #29303d;
   text-decoration: none;
   padding-left: 60px;
}
#header h1 .amp {
   display: -moz-inline-stack;  
   display: inline-block;
   vertical-align: top;
   zoom: 1;
   *display: inline; 
   position: relative;
   width: 19px;
   height: 16px;
   top: 5px;
   left: 29303dpx;
   background: url("//static.maptoolkit.net/images/mtkdemo/amp.png") 0px 0px no-repeat;
   text-indent: -999999px;
}
#header h1 .subline {
   display: block;
   font: normal 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
   text-transform: uppercase;
   color: #767676 !important;
}
#header ul {
   position: absolute;
   top: 0px;
   right: 30px;
   background: transparent url("//static.maptoolkit.net/images/mtkdemo/trenner.png") left 0px repeat-y;
   padding-left: 2px;
}
#header ul li {
   display: -moz-inline-stack;  
   display: inline-block;
   vertical-align: top;
   zoom: 1;
   *display: inline; 
   font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
   height: 63px;
}
#header ul a {
   color: #29303d;
   font-size: 12px;
   text-decoration: none;
   padding: 25px 20px;
   background: transparent url("//static.maptoolkit.net/images/mtkdemo/trenner.png") right 0px repeat-y;
   display: -moz-inline-stack;  
   display: inline-block;
   vertical-align: top;
   zoom: 1;
   *display: inline; 
   height: 13px;
}
#header li.poweredby a {
   padding: 0 20px;
   height: 63px;
}
#header ul li.poweredby span {
   display: block;
   width: 111px;
   height: 63px;
   background: url("//static.maptoolkit.net/images/mtkdemo/poweredby.png") 0px center no-repeat;
   text-indent: -999999px;
}
#header ul a:hover {
   text-decoration: none;
   color: #33c3df;
   cursor: pointer;
   background: #eee url("//static.maptoolkit.net/images/mtkdemo/trenner.png") right 0px repeat-y;
}

/* Sidebar */
.mtk-sidebar {
   background: #ffffff;
   background: -moz-linear-gradient(top, #FFFFFF 0%, #F0F0F0 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F0F0F0));
   background: -webkit-linear-gradient(top, #FFFFFF 0%,#F0F0F0 100%);
   background: -o-linear-gradient(top, #FFFFFF 0%,#F0F0F0 100%);
   background: -ms-linear-gradient(top, #FFFFFF 0%,#F0F0F0 100%);
   background: linear-gradient(top, #FFFFFF 0%,#F0F0F0 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
   opacity: 0.95 !important;
   border: 1px solid #cbcaca;
   border-bottom: 1px solid #7d7e7c;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   width: 158px !important;   
   right: 30px !important;
   margin-top: 60px !important;
   font: normal 11px Arial, Helvetica, sans-serif;
   color: #4c4c4c;
   max-height: 480px;
   overflow-y: auto;
   overflow-x: hidden;
   padding-right: 15px !important;
}
.mtk-sidebar h3 {
   font: bold 11px/11px Arial, Helvetica, sans-serif;
   color: #415264;
   text-transform: uppercase;
   padding: 9px 10px;
   border-bottom: 1px solid #e5e5e5;
}
.mtk-sidebar ul {
   list-style-type: none;
   margin: 8px 0 0 0;
}
.mtk-sidebar li img,
.mtk-sidebar li span {
   cursor: pointer;
}
.mtk-sidebar li {
   clear: both !important;
   margin-bottom: 8px;
   padding: 0px;
}
.mtk-sidebar li:hover,
.mtk-sidebar li.mtk-treemenu-checked {
   color: #47668e;
}
.mtk-sidebar li.mtk-treemenu-child-checked {
   color: #47668e !important;
}
.mtk-sidebar .types .mtk-treemenu-icon {
   float: left;
   margin-right: 5px;
   width: 15px;
   height: 13px;
}
.mtk-sidebar .types,
.mtk-sidebar .themes,
.mtk-sidebar .mtk-slider,
.mtk-sidebar .mtk-sidebarsearch {
   border-bottom: 1px solid #e5e5e5;
}
.mtk-sidebar .types .mtk-treemenu-space {
   display: none;
}
.mtk-treemenu-level1 .mtk-treemenu-title {
   float: left;
   margin-left: 0px;
   width: 85px !important;
   padding: 0px !important;
}
.mtk-sidebar .types .mtk-treemenu-title {
   margin: 0px !important;
   padding: 0px !important;
   float: left;
}
.mtk-sidebar .types .mtk-treemenu-icon {
   margin-left: 8px;
}

.mtk-sidebar .themes .mtk-treemenu-icon {
   float: left;
   margin: 4px 5px 0 8px;
   width: 7px;
   height: 7px;
}
.mtk-sidebar .themes ul ul .mtk-treemenu-icon {
   float: left !important;
   margin-top: 5px;
   width: 4px !important;
   height: 4px !important;
}
.mtk-sidebar .themes .mtk-treemenu-checked {
   color: #4c4c4c;
}
.mtk-sidebar .themes ul ul .mtk-treemenu-checked {
   color: #415264;
}
.mtk-treemenu-node-title {
   float: left;
}

.mtk-sidebar .mtk-slider {
   padding-bottom: 8px;
   color: #999;
}
.mtk-sidebar .slidercontainer {
   position: relative;
   clear: both;
   width: 185px;
   margin: 10px 0 0 10px;
   background: #fff;
   border: 1px solid #b6b6b6;
   border-top: 1px solid #929292;
   border-bottom: 1px solid #d6d6d6;
   -webkit-box-shadow: inset 0px 1px 1px 0px #999;
   -moz-box-shadow: inset 0px 1px 1px 0px #999;
   box-shadow: inset 0px 1px 1px 0px #999;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
}
.mtk-sidebar .slidercontainer .ui-slider-range {
   background: #415264;
   -webkit-box-shadow: inset 0px 1px 1px 0px #444;
   -moz-box-shadow: inset 0px 1px 1px 0px #444;
   box-shadow: inset 0px 1px 1px 0px #444;
}
.mtk-sidebar .slidercontainer .ui-slider-handle {
   width: 15px;
   height: 18px;
   background: url("//static.maptoolkit.net/images/mtkdemo/slider-handle.png") 0px 0px no-repeat;
   border: none;
   outline: none !important;
}
.mtk-yearcontainer {
   width: 100%;
   text-align: center;
   background: url("//static.maptoolkit.net/images/mtkdemo/slidersteps.png") center 0px no-repeat;
   margin-top: -11px;
   padding-top: 8px;
}
.mtk-sidebar .mtk-sidebarsearch{
   padding: 8px;
}
.mtk-sidebar .mtk-sidebarsearch .searchcontainer { 
   background: url("//static.maptoolkit.net/images/mtkdemo/searchinput.png") 0px 0px no-repeat;
   width: 190px;
   height: 30px;
}
.mtk-sidebar .mtk-sidebarsearch input {
   background: transparent;
   height: 28px;
   margin: 1px 0 0 1px;
   width: 155px;
   padding-left: 5px;
   font: 11px Arial, Helvetica, sans-serif;
   color: #888;
   float: left;
   height: 26px !important;
   padding-top: 2px !important;
   line-height: 28px !important;
}

.mtk-sidebar .mtk-sidebarsearch input:focus {
   outline: none;
}

.mtk-sidebar .mtk-sidebarsearch .cancel {
   margin: 10px 0 0 10px;
   float: left;
}

.mtk-sidebar .more .mtk-treemenu-icon {
   width: 14px;
   height: 14px;
   margin-left: -5px !important;
   margin-right: 0px !important;
}
.mtk-sidebar .more .mtk-treemenu-checked {
   color: #4c4c4c;
}
.mtk-sidebar .more .mtk-treemenu-title {
   margin-left: 10px;
   float: left;
   width: 155px;
}

.mtk-searchfield input#mtk-searchinput {
   color: #969696 !important;
   float: left;
   font: 12px Arial,Helvetica,sans-serif;
   height: 26px;
   position: relative;
   width: 164px;
   z-index: 120;
   border: none !important;
   line-height: 22px !important;
   padding-top: 2px !important;
}

/* Controls */
.mtk-menu-container {
   top: 90px !important;
   right: 264px !important;
   z-index: 5 !important;
}
.mtk-menu-button span {
   display: block;
   float: left;
}

.mtk-menu-button:hover {
   background: #fff;
}
.mtk-menu-content {
   background: #fff;
   border: 1px solid #cbcaca;
   border-bottom: 1px solid #7d7e7c;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   font: bold 10px/10px Helvetica, Arial, sans-serif;
   text-transform: uppercase;
   color: #444;
   text-shadow: 0px 1px 1px #fff;
   padding: 0px;
   position: asbolute;
   left: 0px;
   overflow: hidden;
}
.mtk-menu-content li {
   padding: 10px 6px 8px 6px;
   border-bottom: 1px solid #e4e4e3;
}
.mtk-menu-content li:hover {
   background: #597491;
   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5NzQ5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MDY0NzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
   background: -moz-linear-gradient(top,  #597491 0%, #506478 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#597491), color-stop(100%,#506478));
   background: -webkit-linear-gradient(top,  #597491 0%,#506478 100%);
   background: -o-linear-gradient(top,  #597491 0%,#506478 100%);
   background: -ms-linear-gradient(top,  #597491 0%,#506478 100%);
   background: linear-gradient(top,  #597491 0%,#506478 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#597491', endColorstr='#506478',GradientType=0 );
   color: #fff;
   text-shadow: 0px 1px 1px #415264;
   border-bottom: 1px solid #415264;
}
.mtk-menu-content li:last-child,
.mtk-menu-content li:hover:last-child {
   border-bottom: none !important;
}


.mtk-searchfield {
   left: 85px !important;
   margin-left: 0px;
   margin-top: 94px !important;
}
.mtk-control-fullscreen {
   right: 30px !important;
}

.mtk-control-button {
   right: 20px;
   font: bold 10px/10px Helvetica,Arial,sans-serif;
   height: 9px !important;
   letter-spacing: 0.05em !important;
   opacity: 1 !important;
   padding: 7px !important;
   display: block !important;
   clear: both;
   float: left !important;
   position: absolute !important;
   text-shadow: 0 1px 1px #fff !important;
   text-transform: uppercase !important;
   width: auto !important;
   overflow: visible !important;
   background: #ffffff !important;
   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2U0ZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
   background: -moz-linear-gradient(top,  #ffffff 0%, #e3e4e2 100%) !important;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e4e2)) !important;
   background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e4e2 100%) !important;
   background: -o-linear-gradient(top,  #ffffff 0%,#e3e4e2 100%) !important;
   background: -ms-linear-gradient(top,  #ffffff 0%,#e3e4e2 100%) !important;
   background: linear-gradient(top,  #ffffff 0%,#e3e4e2 100%) !important;
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e4e2',GradientType=0 ) !important;
}
.mtk-control-button span {
   float: none !important;
   display: -moz-inline-stack !important;  
   display: inline-block !important;
   vertical-align: top !important;
   zoom: 1 !important;
   *display: inline !important; 
   background: url("//static.maptoolkit.net/images/layout/white/dropdownarrow.png") right 2px no-repeat;
   padding-right: 10px;
   white-space: nowrap;   
}
.mtk-control-button .mtk-control-button-arrow {
   display: none !important;
}

.mtk-control-maptypes-others {
   right: 30px !important;
   left: auto !important;
   width: 200px;
   margin-top: 35px !important;
}
.mtk-treemenu-checkbox, .mtk-treemenu-icon, .mtk-treemenu-space {
   width: auto !important;
   height: auto !important;
   top: 4px;
   position: relative;
}
ul ul .mtk-treemenu-icon {
   top: -1px !important;
   margin-right: 10px;
}
ul ul .mtk-treemenu-checkbox {
   top: -1px !important;
}


/* Cluster */
.mtk-cluster1 {
    background: url("//static.maptoolkit.net/images/mtkdemo/cluster/1.png") 0px 0px no-repeat;
    height: 54px;
    line-height: 54px;
    width: 54px;
}
.mtk-cluster2 {
    background: url("//static.maptoolkit.net/images/mtkdemo/cluster/2.png") 0px 0px no-repeat;
    height: 54px;
    line-height: 54px;
    width: 54px;
}
.mtk-cluster3 {
    background: url("//static.maptoolkit.net/images/mtkdemo/cluster/3.png") 0px 0px no-repeat;
    height: 54px;
    line-height: 54px;
    width: 54px;
}
.mtk-cluster4 {
    background: url("//static.maptoolkit.net/images/mtkdemo/cluster/4.png") 0px 0px no-repeat;
    height: 74px;
    line-height: 74px;
    width: 74px;
}
.mtk-cluster5 {
    background: url("//static.maptoolkit.net/images/mtkdemo/cluster/5.png") 0px 0px no-repeat;
    height: 74px;
    line-height: 74px;
    width: 74px;
}
