﻿html, body, #viewDiv {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    
}
/*
select {
    font-size: 1.05em;
}

@media only screen and (max-width: 768px) {
   
    body {
        font-size: 0.9em;
    }
    
}

    */


#searchWidgetDiv {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    top: 0;
    left: 0;  

}

#searchFormDiv {   
    padding: 10px;  
    font-size: 0.8em;
    border-style: solid;
    border-color: darkgray;
    border-width: 0px 1px 1px 0px;
    background-color: white;
}



#resultsWidgetDiv {  
    overflow: auto;
    max-height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#resultsWidgetDiv em {
    color:#824e4c;
}

#reulstsTableDiv {
    display:none; 
    background-color: white; 
    min-width: 20em;
}

#reulstsTableDiv em {
    color:#824e4c;
}

#showSearchDiv {
    display:none; 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    transform: rotate(90deg); 
    transform-origin: left bottom 0;  
    background-color: white;
    position: absolute; 
    left: 0px; 
    Top: 3em;
    z-index:100;
    padding-left: 20px;
    padding-right: 20px;
    border-style: solid;
    border-color: darkgray;
    border-width: 1px 1px 1px 0px;
    margin-bottom: .5em;
}


#showResultsDiv {
    display:none; 
    background-color: white;
    padding-left: 10px;
    padding-right: 20px;
    border-style: solid;
    border-color: darkgray;
    border-width: 0px 1px 1px 1px;
}


#showResultsDiv:hover {
    cursor: pointer;
     background-color: #f0f0f0;
}

.myWidget {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
}

.myWidgetButton {
    font-size: 14px;
}

.myWidgetButton:hover {
    cursor: pointer;
    background-color: #f0f0f0;
}

#mapKeyWidgetDiv img {
    vertical-align: middle;
}

#mapKeyShowButton {  
    padding: 8px 8px 4px 8px;
}

#tourKeyStartButton {  
    padding: 8px 8px 4px 8px;
}

#homeButton {  
    padding: 8px 8px 4px 8px;
}

#mapKeyDiv {
    display:none; 
    padding: 5px;
}

.headerSize {  
    font-size: 1.5em;
}

.padLeft {
    padding-left: 2em;
}

.padRight {
    padding-right: 2em;
}

.padButton {
    padding: 7px;
}

.inline {
    display: inline-block;
    padding-right: 7px;
}

.WidgetTitle {
    font-size: 1.6em;
}

.pad-top {
    padding-top: 1em;
}

.padKey {
    padding-bottom: 3px;
    padding-right: 3px;
}


.RightCornerButton {
    float: right;
}


.projectExplorer label {
    padding-top: .3em;
    font-weight: bold;
    font-size: 1.3em;
    color: #4c8082;  
    margin-bottom: 0px;
   
}


.basicText  {
    color: black !important;
    font-weight:100 !important;
    font-size: 1em !important;
    display: inline !important;
}

.minWidth {
    min-width: 30px;
}

.hoverPointer:hover {
     cursor: pointer;
     background-color: #f0f0f0; 
}

.LinkLike {
    font-weight: bold;
    text-decoration: underline;
}

.LinkLike:hover {
     cursor: pointer;
}

.bold {
    font-weight: bold;
}

.Rotate180 {
    transform: rotate(180deg);
}



/* -----------------------------------------------------------------------------------------------
    Results Table
------------------------------------------------------------------------------------------------*/
#resultsTable {
    border-collapse:collapse;
}


#resultsTable, td {
    border: 1px solid black;

}


#resultsTable td {
    padding: .5em;
}

#resultsTable a {
    font-weight: bold;
    font-size: 1.3em;
    color: #4c8082;
    text-decoration: none;
}


#resultsTable a:hover{
    color: #824e4c;
}


.ButtonSpan {
    border-radius: .50em;
    border-width: 2px;
    border-style: outset;
    background-color: #337ab7;
    border-color: #2e6da4;
    font-size: 1.3em;
    padding: .3em;
    color: white;
    margin: .3em;

}

.ButtonSpan:hover{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.ButtonSpan:active {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.marginRight {
    margin-right: 5px;
}


/* -----------------------------------------------------------------------------------------------
    check Boxes like push Buttons
------------------------------------------------------------------------------------------------*/
.switch {
    display: inline-block;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
    display: block;
}

.switch span {
    width: 5.3em;
    height: 2.3em;
    font-size: 0.9em;
    background-color: 	#e7e7e7;
    color: #7f7f7f;
    font-weight:100;
    display: inline-block;
    user-select: none;
    text-align: center;
    padding: .25em;
    border-radius: 5px 5px 5px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    box-shadow: 2px 2px 3px 1px #666666;
    
}

input:checked + span {
    border-color: #444444;
    background-color: 	#4c8082;
    color: white;
    box-shadow: 5px 5px 8px #555555 inset;
}

/* -----------------------------------------------------------------------------------------------
    Loader spinner
------------------------------------------------------------------------------------------------*/

.Loader {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 80px;
    height: 80px;
    margin: -75px 0 0 -75px;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;

    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;

}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* -----------------------------------------------------------------------------------------------
    Seach Table Layout
------------------------------------------------------------------------------------------------*/
.searchTable {
    border: none;
    border-collapse: collapse;
}

.searchTable td {
    border: none;
}

.searchTable td:nth-child(1) {
    text-align: right;
    padding-right: 3px;
}

/* -----------------------------------------------------------------------------------------------
   ToolTip
------------------------------------------------------------------------------------------------*/
.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;  
    background-color: #333333;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    text-align: Left;
    border-radius: 6px;
    padding: 5px ;
    position: absolute;
    z-index: 1;
        top: 100%;
        left: 5%; 


    width: 500px;
    height: auto;
    box-shadow: none;
    margin-top: 5px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    transition-delay: 0.4s;
    animation: fadein 2s;


}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #333333 transparent;
}





