/* CSS Document */

body{
	margin:0 0;
}
canvas{z-index:-1;}
/**************************************************
define TSIPS Page header Class
*/
.TS_Header
{
	background-color:#327EBC;
	height:60px;
	width:100%;
	display: table;
    table-layout: fixed;
}

footer{
    height:20px;
    background-color: #19577c;
}

.HeaderMenu
{
	height:100%;
	width:100%;
}

.HeaderFont
{
	color:#ffffff;
	font-size:16px;
}

.AccountInfo
{
	padding-right:20px;
	padding-top:20px;
}

.vcenter {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
	padding-top:10px;
}

/*********** Drop Menu******************************/

.nav {
    left:50%;
    margin-left:-150px;
    top:50px;
    position:absolute;
}
.nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background:#fff;
}
.dropdown {
    
}
.dropdown-menu>li>a {
    color:#428bca;
}
.dropdown ul.dropdown-menu {
    border-radius:4px;
    box-shadow:none;
    margin-top:20px;
}
.dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;
}
.dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}

/**********************Left Menu Navbar **************************************/
.LeftMenuNavbar li{
    list-style:none; /* 将默认的列表符号去掉 */
    padding:0; /* 将默认的内边距去掉 */
    margin:0; /* 将默认的外边距去掉 */
    float:left;
    width: 224px;
    padding-left: 40px;
    margin-left: -55px;
    color: #19577B;
    font-size: 14px;
    font-family: "微软雅黑";
    height:40px;
    cursor: pointer;
    padding-top: 10px;
}
.LeftMenuNavbar li.Selected{
    list-style:none; /* 将默认的列表符号去掉 */
    padding:0; /* 将默认的内边距去掉 */
    margin:0; /* 将默认的外边距去掉 */
    float:left;
    padding-left: 40px;
    width: 226px;
    margin-left: -55px;
    
    background-image: url(../images/menuselectarrow.png);
    background-position-x: 218px;
    background-position-y: 11px;
    background-repeat: no-repeat;
    background-color: #19577b;
    color: #fff;
    font-size: 14px;
    font-family: "微软雅黑";
    height:40px;
    cursor: pointer;
    padding-top: 10px;
}


.LeftMenuNavbar li span{
   font-size: 16px;
}
/**********************TS Navigate Bar **************************************/
.TS_Nav{
    height:100%;
}

.TS_Nav li{
    list-style:none; /* 将默认的列表符号去掉 */
    padding:0; /* 将默认的内边距去掉 */
    margin:0; /* 将默认的外边距去掉 */
    float:right;
    height:100%;
}

.TS_Nav li.TS_NavItem{
    width:90px;
    text-align: center;
    font-family: 微软雅黑;
    height:40px;
    cursor: pointer;
}

.TS_Nav li.Selected{
    border-bottom: 2px solid #ffffff;
}

.TS_Nav li.TS_divider{
    width:1px;
    height:100%;
}
.TS_Nav li.TS_divider:before {
    content: "|";
    color:#cdcdcd;
}
/**********************Main Page Left MenuNavPanel *************************/
.MenuNavPanel{
    background-color: #f2f3f7;
    height:100%;
    padding: 15px 15px;
   border-right: 1px solid #E1e1e1;
}

.MenuNavPanelInfo{

}

.TSMainContent{
    
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }



/****************************TSMapContent CSS **************************************/
.TSMapContent
{
    z-index: 9999;
}

#FloatPanelTopbar
{
    width:100%;
    height:45px;
    display: inline-flex;
    overflow: hidden;
}

#FloatPanelContent{
    background-color: #F1F2F6;
    width:100%;
}

#FloatPanelContent .ContetNav{
    width:50px;
}

#FloatPanelContent .selected{
   border-top: 1px solid #ababab;
   border-bottom: 1px solid #ababab;
   border-left: 2px solid #5c95ca;
}

#FloatPanelContent .ContetNav span{
    width:50px;
    padding-top: 20px;
    height:70px;
}

#FloatPanelContent .ContetNav span::before{
    font-size: 24px;
    padding-left: 12px;
    color:#125373;
}

#FloatPanel
{
    position: absolute;
    width:50px;
    height:100%;
    background-color: #FBFBFB;
    border: 1px solid #E1e1e1;
}

#FloatPanel #toggleBtn{
    width:50px;
    height:45px;
    text-align: center;
    padding-top: 12px;
}
/*************************** TS_Toolbar ********************************************/
.TS_Toolbar{
    background-color: #19577c;
    height:48px;
    padding-top: 10px;
}

.ToolbarLabel{
    font-size:14px;
    color:#ffffff;
}

.ToolbarBtn{
    background-color: #19577c;
    height:30px;
}


.btn-group button{
    height:30px;
    width:40px;
    background-color: #e4eff1;
}

.btn-group button.view3d{
    background-image: url(../images/ic_3d_rotation.svg);
    background-size: 22px 22px;
    background-position-x: 8px;
    background-position-y: 4px;
    background-repeat: no-repeat;
}

.btn-group button.view2d{
    background-image: url(../images/ic_2d.svg);
    background-size: 22px 22px;
    background-position-x: 8px;
    background-position-y: 4px;
    background-repeat: no-repeat;
}

.btn-group button.view3dfix{
    background-image: url(../images/ic_3d-fixed.svg);
    background-size: 22px 22px;
    background-position-x: 8px;
    background-position-y: 4px;
    background-repeat: no-repeat;
}

.btn-group button.active{
    background-color: #307fba;
}

#CurOption{
    height:100%;
    font-size: 18px;
    color:#fff;
}