.pagination{
  display: block;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

a.current_page {
  color: green;
  font-weight: bold;
}

a {
  /*  font-size: 1.1em;*/
  }
   li {
    list-style-type: none; /* Убираем маркеры */
  text-align: center;
   }
   ul {
    margin-left: 0; /* Отступ слева в браузере IE и Opera */
    padding-left: 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
  text-align: center;
   }
  #description, #archive{
    padding:0;
  }
        .placemark_layout_container { 
			font-family: "Lucida Grande", "Arial", sans-serif;
            font-size: 12px;
            text-align: center;
            font-weight: bold;
			white-space:nowrap;
        }
		
        .text_layout {
        }
        .icon_layout {
        }
  html, body {
    background: #666;
    width:    100%;
    height:   100%;         
    padding:  0;
    margin:   0;    
    font: 85.01% "Trebuchet MS", sans-serif;
    overflow: auto; /* when page gets too small */
  }
  .header-right-top {
    font-size: 110%;
    top:0px;
    right:0px;
    position: absolute;
  }
  .header-center-top {
    font-size: 130%;
    top:0px;
    right:0px;
    left:0px;
    text-align:center;
    position: absolute;
	padding-top: 2px;
  }
  .header-right-top a {
    color:#000;
    padding:0 10px 0 0;
  }
  .header-right-bottom {
    font-size: 110%;
    bottom:0px;
    right:0px;
    position: absolute;
    padding-right:0;
  }
  .header-right-bottom a {
    color:#000;
    padding:0 25px 0px 0;
  }
  a.grayed {
    color:#777;
  }
  .reloaded {
    padding:0;
    margin:0;
	position:absolute;
	top:0px;
	left:35px;
  }
  .reloaded em {
    padding:0;
    margin:0 50px 0 0;
  }
  .reloaded p {
    padding:0;
    margin:-3px 50px 0 0;
  }
  #container {
    background: 777;
    /* HEIGHT */
    height:   100%;         
    min-height: 300px;
    _height:  300px; /* min-height for IE6 */
    /* WIDTH */
    width:    100%;
    /*max-width:  900px;*/
    min-width:  700px;
    _width:   700px; /* min-width for IE6 */
    /* HORIZONTAL CENTERING */
    margin:   0 auto;
  }
  /*
   *  Container sizing
   *
   *  Borders and padding are normally *added* to the width/height of the DIV
   *  However you can get height:100% AND padding/borders by using a nested layout. 
   *  The outer-layout is just a single pane: center, which is where you add your vertical padding.
   *  Inside this is your *real layout*. 
   */
  #paddingWrapper {
    border:   1px solid #BBB;
  }
  .pane {
    display:  none; /* will appear when layout inits */
  }
table.tablesorter tbody td a {
    color: #000000;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}
table.tablesorter tbody tr.odd td {
    background-color: #BBBBBB;
    font-weight: bold;
}
table.tablesorter tbody tr.even td {
    background-color: #FFFFFF;
    font-weight: bold;
}
table.tablesorter tbody tr.odd.warn-yellow td {
    background-color: #BBBB44;
    font-weight: bold;
}
table.tablesorter tbody tr.even.warn-yellow td {
    background-color: #FFFF88;
    font-weight: bold;
}
table.tablesorter tbody tr.odd.warn-red td {
    background-color: #DD6666;
    font-weight: bold;
}
table.tablesorter tbody tr.even.warn-red td {
    background-color: #FF8888;
    font-weight: bold;
}
table.tablesorter tbody tr.odd.blocked td {
    background-color: #884444;
    color: #FFFFFF;
}
table.tablesorter tbody tr.odd.blocked td a {
    color: #FFFFFF;
}
table.tablesorter tbody tr.even.blocked td {
    background-color: #662222;
    color: #FFFFFF;
}
table.tablesorter tbody tr.even.blocked td a {
    color: #FFFFFF;
}
.grayed td a {
    font-style: italic;
    font-weight: normal;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url("asc.gif") no repeat;
}
table.tablesorter thead tr .headerSortDown {
    background-image: url("desc.gif") no repeat;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background: repeat-x scroll 0 -100px #A8A8AA;
}
.MyButtonItemActive { 
  width:  65px;  
  height: 20px;
  background-image: url("images/osm_route.png");
}
.MyButtonItemInactive { 
  width:  65px;  
  height: 20px;
  background-image: url("images/osm_route_act.png");
}
#Toogleform{
	vertical-align:center;
}
#ruler{
	position: absolute; 
	width: auto; 
	height: auto;
	z-index:3999; 
	bottom: 15px; 
	left: 40px; 
	background-color: liteblue;
}
#geolocate{
	position: absolute; 
	width: auto; 
	height: auto;
	z-index:3999; 
	bottom: 15px; 
	left: 90px; 
	background-color: liteblue;
}
#insurance_count{
	color: brown;
}
#alert_count{
  color: red;
}
#message_count{
  color: blue;
}
.ins_conainer{
	display: none;
	padding-left: 30px;
}
.tr_ins_name{
	cursor: pointer;
	text-decoration: underline;
	text-decoration-style: dotted;
}
.red {
  color: red;
}
#dialog{
	height: auto !important;
	width: auto !important;
	max-height: 600px !important;
}
/*
.dialog{
  overflow:scroll;
}
*/
.img_message{
  width: 15px;
  height: 15px;
}
.mes_count{
  margin-left: 3px;
  cursor: default;
}

#tr_list{
  border-collapse: collapse;
}
#tr_list, #tr_list th, #tr_list td {
    border: 2px solid white;
}
#tr_list th{
  text-align: center;
}

.jPicker{
	top: auto !important;
  z-index: 1000 !important;
}
.tr_text{
  font-size: 11px;
}
.track-c{
  width: 26px;
  height: 26px;
  cursor: pointer;
  padding: 4px 0;
  margin: 2px 0;
  color: white;
  box-sizing: border-box;
}
.icon-check{
  width: 26px;
  height: 26px;
  padding: 4px 0;
  margin: 2px 0;
  color: white;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
}
.icon-check:after{
  /*content: "\2705";*/
  content: "\2714";
  /*content: "\0474";*/
}
#tracks_tracker_checklist{
  
}

.clear {
  clear: left; /* Отмена обтекания */
}

#main_options_data{
  width: 68%;
  float: left;
}
#tracker_data{
  margin-left: 20px;
  width: 28%;
  float: left;
  height: 100%;
}

#tracks_tracker_checklist{
  width: auto !important;
}
#tracks_tracker_checklist li{
  text-align: left;
}
.linkToFit{
  cursor: pointer;
}
#add_route{
	color: white;
	margin: 10px;
}
.route_edit_icon{
	width: 15px;
}
.route_delete_icon{
	height: 15px;
}

/* Custom menu */

#custom-menu  {
  display: none;
  z-index:30;
  position: absolute;
  background-color: rgb(229, 229, 229);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(114, 114, 114);
  font-family: helvetica;
  padding: 0px 0.25em 0px 1.5em;
  width: 12em;
  font-size: 12px;
  overflow: hidden;
  white-space:nowrap;
  list-style: none;
  margin: 0;
}
#custom-menu button {
  display: block;
  padding: 5px;
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  text-align: left;
  color: #333;
}
#custom-menu button:hover {
  background-color: #DDD;
  cursor: pointer;
  color: #000;
}

/* end Custom menu */