 /*!
 * This is a web mapping application based on the open source components 
 * OpenLayers, ExtJS and GeoExt.This application is used to view spatial 
 * data.
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see http://www.gnu.org/licenses/.
 */
 
.newspaper {
  /* column */
  -moz-column-count:2; /* Firefox */
  -webkit-column-count:2; /* Safari and Chrome */
  column-count:2;
    /* gap */
  -moz-column-gap:40px; /* Firefox */
  -webkit-column-gap:40px; /* Safari and Chrome */
  column-gap:40px;
  
  -moz-column-rule:1px outset #444444; /* Firefox */
  -webkit-column-rule:1px outset #444444; /* Safari and Chrome */
  column-rule:1px outset #444444;
}

#headline1 {
  font-family: tahoma;
  font-size: 30px;
  color: #15428b;
}
#text1 {
  font-family: tahoma;
  font-size: 18px;
  color: #444444;
}
#text2 {
  font-family: tahoma;
  font-size: 18px;
  color: #444444;
  line-height: 1.5;
}
#text3 {
  font-family: tahoma;
  font-size: 13px;
  color: #444444;
}
a:link{
  text-decoration:none !important;
  color: #15428b;
}
/*a:visited{
  text-decoration:none !important;
  color: #4d77a1;
}*/

.select-mouseover {
    background-position: -17px 0;
}

.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{

  width: 0px;

}

.x-sliderrrr {
    display: inline-block;
}

.gx-tree-layer-actions {
    /*white-space: nowrap !important;*/
    overflow: hidden !important;
    float: right !important;
    display: inline-block;
    /*vertical-align: middle;*/
}

.gx-tree-layer-actions .remove {
    background: transparent url('../lib/lib/GeoExt/lib/Ext/examples/shared/icons/fam/delete.gif') !important;
}

.x-tree-node{
  white-space: normal;
}

.x-tree-node-anchor{
  font-weight: bold;
  float: left;
  width: 110px;
  overflow: hidden;
}

.inv-bbar{
  padding:0px 0px 0px 5px;
  float: right;
}

.preview-maps{
  cursor: pointer;
  opacity: .4;
}

.preview-maps:hover{
  opacity: 1;
}

.active{
  opacity: 1;
}

.selectTopic{
  border-top:1px solid #B5B8C8;
  border-bottom:1px solid #B5B8C8;
  border-right:1px solid #B5B8C8;
  width: 17px;
  height: 20px;
  margin-left: 2px;
  background-image: url(../lib/lib/GeoExt/lib/Ext/resources/images/gray/form/database.svg);
  /*background-size: cover;*/
  background-size: 10px 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: auto;
}

.selectTopicOver{
  border-top:1px solid #B5B8C8;
  border-bottom:1px solid #B5B8C8;
  border-right:1px solid #B5B8C8;
  width: 17px;
  height: 20px;
  background-color: rgba(128,128,128,0.1);
  background-image: url(../lib/lib/GeoExt/lib/Ext/resources/images/gray/form/database.svg);
  /*background-size: cover;*/
  background-size: 12px 17px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: auto;
}

.tb-left{
  padding: 3px;
  border-bottom-width: 0px;
  /*border-right:1px solid #B5B8C8;*/
}

.x-tab-strip-active span.x-tab-strip-text {
  color:#416aa3;
    font-weight:bold;
}

.x-tab-strip-disabled .x-tabs-text {
  color:#aaaaaa;
}

.x-tab-panel-header, .x-tab-panel-footer {
  border-top: 0px solid;
  overflow:hidden;
  zoom:1;
}

/*::-webkit-scrollbar { 
    display: none; 
}
*/

