﻿body 
{
   font-family: "verdana";
   font-size: 10pt;
   
   /*font-family: Bodoni MT Black !Important;*/ /* works */


}



p
{
    /* margin-left: 10px;*/ /* 5px */

    /* padding: 5px;
    padding-left: 5px;*/

    margin: 10px 10px 10px 10px;
}

table
{
    /*margin-left: 50px;*/ /*not desirable*/
}

#main {
    /* background-color:  white;*/
    background-color: white;
    clear: left;
    float: left;
}

#kmaps
{
    background-color:  white;
    float: left;
  
}

#hormenu1
{
    /*background-color: green;*/
    float: left;

}

#hormenu2
{
    /*background-color: red;*/
    float: right; 
}

#links
{
    clear: left;
  
}

#right
{
    float: left;
  
}

#left
{
    clear:both;
  
}

#buttons
{
    clear: both;
  
}


.menuhor {
	list-style-type: none;
	position: absolute;
	left: 180px;
	top: 15px;
}
.menuhor a {
	color: blue;
	text-decoration: none;
	font-weight:bold;
}
.menuhor a:hover 
{
    text-decoration: underline;
}
   
a:link
{
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
    text-decoration: none;
}

/* effort 1 */
 label.custom-select {
    position: relative;
    display: inline-block;

}

    .custom-select select {
        display: inline-block;
        padding: 4px 3px 3px 5px;
        margin: 0;
        font: inherit;
        outline:none; /* remove focus ring from Webkit */
        line-height: 1.2;
        background: #000;
        color:white;
        border:0;
    }

    /* Select arrow styling */
    .custom-select:after {
        content: "▼";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        font-size: 60%;
        line-height: 30px;
        padding: 0 7px;
        background: #000;
        color: white;
    }

    .no-pointer-events .custom-select:after {
        content: none;
    }

/* effort 2 */

.select {
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  width: 200px;

  position: relative;
}
.select,
.select div {
  border-bottom: 1px solid #ccc;
  background: #f5f5f5;
  color: #bbb;
}
.select div { 
  width: 100%;
  border-width: 0;
}
.select:hover div {
  border-width: 1px; 
  position: absolute;
  z-index: 4;
  top: 30px;
}
/* Arrow */
.select:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #bbb;
  content: '';
  height: 0;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 0;
  z-index: 3;
}
.select label {
  height: 0;
  display: block;
  padding: 0 10px; 
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select input {
  max-height: 0;
  max-width: 0;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
.select input:checked + label { height: 30px; }
.select:hover input {
  min-height: 30px;
  min-width: 100%;
  height: 30px;
  width: 100%;
}
/* Change to ".select:hover div label" if you want to hide first option after select */
.select:hover label {
  height: 30px;
  line-height: 30px; 
  -ms-transition:.25s ease-in-out;
  -moz-transition:.25s ease-in-out;
  -o-transition:.25s ease-in-out;
  -webkit-transition:.25s ease-in-out;
  transition:.25s ease-in-out;}
 
  /* new 03-11*/
.table1
{
    border: 1;
    /*float: left;*/ /* disabled 05-03 */ 
}

.table3
{
    border: 1;
    float: left;
}

.table5
{
    border: 1;
    /*float: none;*/ /*disabled 12-07*/
    /*margin-left: 30px;*/
    /*margin left needs to extra large because of image floating left, both are in same div*/
}

#login
{
    float: right; 
    /*background-color:Orange;*/
    background-color:white;
    /*clear:both;*/
}

 
#LoginInfo
{
   width: 100%;
    float: none;
    /*background-color: #EFEECB;*/
    /* background-color: #E5E4E2;*/
    /*display: inline-block; */
    display: inline-block;
    height: inherit;
    background-color:#F4F8FF; /*#DFD9FF*/
}

#hormenus
{
    float: none;
}

#tree
{
    /*float: left;
    clear: both;*/
    margin-left: 4px;
    margin-top: 4px;
    margin-right: 10px;

    /*background-color:green;*/
}

#tabs
{
    display: inline-block;
    
}

#filesandtabs
{
    /*display: inline-block;*/
    
}

.logininfo
{
    /*clear:left;*/
    /*border: 1px solid #4C3C1B;
    padding: 5px;*/
    /*width: 300px;*/
    /*background-color: #EFEECB;*/
    width: inherit;
    background-color: #EFEECB;
    /*height: 300px;*/
}

.test
{
    border: 1;    
}

.style1
{
    float: left;
    /*background-color: #E5E4E2;*/
    /*width: 580px;*/ /* new 19-11*/
    /* font-weight:bold;*/
     
}

.style2
{
   float: none;
   background-color:#E5E4E2;
   /*font-weight:bold;*/
   
    
}

.content1
{
   float:none;
   background-color: Gray;
}

.menuhor1
{
    list-style-type: none;
    left: 500px;
    clear: both;
}

.myprojects
{
    float: none;
    clear: both;
}


#kmap
{
    float: left;
}

#appliedrecom
{
    float: right;
}

#data
{
    /* clear: both; */
    float: none;
}

#distri
{
    /* clear: both; */
    float: left;
}

#url1
{
    
    
}

#comments
{
    float: right;
    
}

#pagenkp
{
    float: none;
    clear: both;
}

.page
{
    float: none;
    clear: both;
}

.roundtop
    {
        background-image: url(../images/rounded-top.jpg);
        width: 315px;
        height: 10px;
    }
    .roundside 
    {
        /*background-image: url(../images/rounded-sides.jpg);
        background-repeat: repeat-y;
        width: 315px;
        text-align: center;*/
        background-image: url(../images/rounded-sides.jpg);
        background-repeat:repeat-y;
        width: 315px;
        /*height: inherit;*/
    }
    .roundbottom 
    {
        background-image: url(../images/rounded-bottom.jpg);
        width: 315px;
        height: 10px;
    }
#contents
{
    margin-left: 20px;
}


.extrabest {
    background-color: white; /*#F3F8FC*/
  color:rgb(101, 119, 134);
  padding: 10px 10px; /* Some padding */
  font-size: 16px !important; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
  display:inline-block;
  border:1px solid #F5F5F5;
 
}

.extrabest:hover {
  background-color: #A8DFFD;
  color:white;
}

.extrabest:visited {
  background-color: white; /*#F3F8FC*/
  color:rgb(101, 119, 134);
}

.extrabest:hover i{
  background-color: #A8DFFD;
}

.extrabest:hover {
  background-color: #A8DFFD;
}

 img.avatar {
    /*width: 50px;
    height:50px;*/
    border-radius: 50%;
}

 .checkbox label {
        border: 2px outset #F5F5F5;
                background-color:white;
                position: relative;
                /*z-index: 3;*/
                padding: 9px;
                font-weight:normal;
                width:165px !important;
                 display: block;
                 text-align:center;
                 cursor:pointer;
    }

    .checkbox label:hover {

                /* opacity: 0.5;*/

                background-color: white;
                text-decoration:underline;
                /* border: 2px outset white !important;*/
              
    }

    .selected_type {
      background-color: lightgreen !important;
      border: 2px outset #FAFFF4 !important;
                position: relative;
                /* z-index: 3;*/
                padding: 9px;
                font-weight:bold;
                width:15px !important; display: block;
                 text-align:center;
     
    }

    .checkbox {
    column-count:3;
    }
    .checkbox li {
    list-style:none;
    padding:12px;
    display: inline-block;
    }

  a.hublink:link, a.hublink:visited {
    color:white !important;
}

    a.hublink:hover i {
    text-decoration:underline;
}

        a.hublink:hover  {
    text-decoration:none !important;
    border-bottom: 1px solid white;
}


  .modalBackground 
        {
            height:100%;
            background-color:#EBEBEB;
            filter:alpha(opacity=70);
            opacity:0.7;
        }

  img.avatar {
    /*width: 50px;
    height:50px;*/
    border-radius: 50%;
}

table.customtable { 
        border: 0px outset grey;
        padding: 1px;
        background-color:white; 
  }

table.customtable td { 
            /* border: thin inset grey;*/
            margin: 1px;
            padding:3px; /*7px*/
    }

.balkje
{
    width: inherit;
    height:23px;
    background-color: #3B3C36; /* navy; olivine, #9AB973; Olive Drab #6B8E23; Olive (RAL) #3B3C36*/
}

table.maintable td { 
            /* border: thin inset grey;*/
            margin: 1px;
            padding:1px; /*7px*/
    }

table.maintable th { 
            /* border: thin inset grey;*/
            margin: 1px;
            padding:1px; /*7px*/
    }

a:visited {
color:purple;
}

.btnRegister {
    background-color: #704FB5;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100% !Important;
}

.btnRegister2 {
    background-color:forestgreen;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;

}

.btnRegister3 {
    background-color: darkblue;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
}

.btnRegister4 {
    background-color:lightgreen;
    color: darkgreen;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
}

.btnRegister5 {
    background-color: lightblue;
    color: purple;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
}

.button6 {
    background-color: inherit;
    border: 0px solid LightGray;
    /*color: 	Blue !Important;*/
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    text-shadow: none !Important;
    width: 120px !Important;
    display: table-cell;
    vertical-align: middle;
    font-family: "Segoe UI", Helvetica, sans-serif;
}
    .button6 a {
                color:blue !important; /* #F8DE7E #1034A6*/
                /* text-shadow: 1px 1px 2px black, 0 0 15px #344049, 0 0 5px #217483;*/
            }

        .button6 a:hover {
            color: blue !important; /* #FFC627 #F8DE7E*/
            /* text-shadow: 1px 1px 2px black, 0 0 15px #344049, 0 0 5px #217483;*/
        }

        .button6 a:visited {
            color: blue !important;
            /* text-shadow: 1px 1px 2px black, 0 0 15px #344049, 0 0 5px #217483;*/
        }

        /*gridview7*/
#div1_grid7 {
     
    padding-right:5px !Important;margin-left:0px;background-color:inherit;border-spacing: 0px;border-collapse: separate;padding:0px;padding-left:0px;display:inline-block;height:auto;border-left:0px solid LightGray;margin-top:3px;
}

#div2_grid7 {
width:65px;
}

#span1_grid7 {
    height:54px !Important;color:#9090C0;margin-right:30px;font-size:11px;vertical-align:middle;display:table-cell;
}

#div3_grid7{
    width:50px;height:50px;background-color:inherit;margin:auto;vertical-align:middle;border-bottom:0px solid Gray;margin-top:0px;padding:1px;
}

#span2_grid7{
    height:22px !Important;font-size:11px;font-weight:normal;color:#9090C0;
}

.triggerclass{
    height:auto;padding-top:7px;margin-right:2px;display:block;vertical-align:top;background-color:inherit;padding-right:2px !Important;padding-left:0px !Important;width:auto !Important;word-wrap:break-word;margin-right:25px;
}

#div4_grid7{
    font-family: "Segoe UI", Helvetica, sans-serif !important;
    height:auto;overflow-y:hidden;background-color:inherit;font-size:17px !important;width:100% !important;padding-right:4px;padding-bottom:14px;
}

#span3_grid7{
    color:darkslategrey !important;width:100%;font-variant:small-caps;

}

#attentionhere{
    float:left;padding-bottom:5px;padding-right:7px;padding-top:10px;
}

#bsln{
    font-size:10px;color:#A8A8CE;margin-bottom:0px;float:right;margin-right:-7px;margin-top:-10px;
}

#div5_grid7
{
    margin-left:-3px !important;margin-top:-1px !important;height: 1.2em; line-height: 1em;padding:0px 0px 0px 0px !Important;width:90%;float:left;margin-bottom:4px;
}

.div_quote1 {
    text-align:left;padding:3px;color:#B82156;font-style:italic;
}

#table1_grid7{
    width:400px;padding:10px 10px 10px 10px;
}

#div6_grid7 {
    height:180px;Background-color:white;border:0px;width:inherit;padding:3px;
}

#div7_grid7 {
    width:100%;Background-color:White;
}

#div1 ul {
  list-style-type:disc;
  margin-left: 10px;
  padding: 0;
  background-color: white; /*#EAEBEE*/
list-style-position: inside;
}

.newtable table tr td {
    padding: 4px !important;
}

.grid-container {
    display: grid;
    grid-template-columns: 180px 180px 180px; /*1fr minmax(auto, 20%); auto auto auto*/
    background-color: #F3F8FC; /*#2196F3*/
    padding: 5px;
}

.grid-item {
    background-color: #F3F8FC;
    border: 1px solid #F3F8FC; /*1px solid rgba(0, 0, 0, 0.8)*/
    padding: 5px;
    text-align: center;
}

    
