body {

  padding-top: 50px; 
}


.container{
 color: #3B5998; 
 padding-bottom: 145px;
}

ul.estimated-cost {
		cursor: default;
		text-align: left;
	}

		ul.estimated-cost:last-child {
			margin-bottom: 0;
		}

		ul.estimated-cost li {
			display: inline-block;
			padding: 0 0 0 0.1em;
		}

			ul.estimated-cost li:first-child {
				padding: 0;
			}

		ul.estimated-cost.vertical li {
			display: block;
			padding: 1.5em 0 0 0;
		}

			ul.estimated-cost.vertical li:first-child {
				padding: 0;
			}		

.map{
height: 400px;
}

.nav-member{
	
	width: 80px;
	color: white;
}


.nav-member ul li{
	margin-top: 5px;
}


/* make sidebar nav vertical */ 
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }


.container-jstree{
	min-height: 1px;
}

#table-wrapper {
  position:relative;
}
#table-scroll {
  height:350px;
  overflow-x:hidden;  
  margin-top:20px;
  word-wrap: break-word;

}
#table-wrapper table {
  width:100%;
    
}

#table-wrapper td, th {
padding: 0px 5px;
max-width: 450px; 
    }

#table-wrapper table * {
  background:white;
  color:black;
}
#table-wrapper table thead th .text {
  position:absolute;   
  top:-20px;
  z-index:2;
  height:20px;
  width:35%;
}


#table-wrapper-token {
  position:relative;
  word-wrap: break-word;
}
#table-scroll-token {
  height:600px;
  overflow-x:hidden;  
  margin-top:20px;
  word-wrap: break-word;
 -webkit-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 -o-hyphens: auto;
 hyphens: auto;
}
#table-wrapper-token table {
  width:100%;
  word-wrap: break-word;
   -webkit-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 -o-hyphens: auto;
 hyphens: auto;
}

#table-wrapper-token td, th {
padding: 0px 5px;
max-width: 450px; 
word-wrap: break-word;
    }

#table-wrapper-token table * {
  background:white;
  color:black;
  word-wrap: break-word;
}
#table-wrapper-token table thead th .text {
  position:absolute;   
  top:-20px;
  z-index:2;
  height:20px;
  width:35%;
  word-wrap: break-word;
}




.right {
    position: absolute;
    right: 0px;
  }

.cart {
	border:1px solid black;
  color: black;
}

.container-popup {
 color: #3B5998; 
 padding-bottom: 145px;
}

.xml-code {
  background-color:#E6E6E6;
    margin: 2% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
}


* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 2% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 98%; /* Could be more or less, depending on screen size */
}

/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #00a4d8;
    color: white;
}

.modal-body {
  color: black;
}

xmp{ 
  margin: 1% auto;
  white-space:pre-wrap; 
  word-wrap:break-word; }


.btnAdd {
    background-color: #00a4d8; /* Green */
    border: 1px solid;
    outline:none;
    color: white;
    padding: 0px 0px;
    width: 80px;
    height: 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}

