/* Custom container */
.container-full {
  margin: 0 auto;
  width: 100%;
}

.container-semi {
  margin: 10 auto;
  margin-top :10;
  padding:0 24px 0 24px;
  width: 100%;
}

.linkright {
	text-align:right;
	width:100%;
	background-color:orange;
	padding:3px 5px 3px 5px;
	height:100px;
	
}

.savelink {
	color:white;
	font-size:1.13em;
}
.toggleshow {
	display:none;
}

.showspan {
	display:block;
}

table3 input {
	margin-bottom:5px;
}

.namespan {
	font-size:1.2em;
	font-weight:bold;
}

.phonespan {
	
	font-size:0.95em;
	font-weight:normal;
	color:darkgreen;
	margin-top:10px;
	
}

body {
	background-color: #f5d9d7;
	color: #850b03;
	/* text-align: center; */
}

.goback {
    text-align: right;
    width: 640px;
    border: 0px solid;
    margin: 0 auto;
    font-size: 1.2em;
    margin-bottom: 10px;
	font-family:inherit;
	text-decoration:none;
	font-weight:normal;
}



.langindex {
	text-align: right;
    width: 95%;
    border: 0px solid;
    margin: 0 auto;
    font-size: 1.4em;
    margin-bottom: 10px;
	font-family:inherit;
	text-decoration:none;
	font-weight:normal;
}

#lang a { text-decoration:none; }


.table {
	
	background-color:#f5e1e8;
}
table.table-bordered{
    /* border:1px solid #850b03; */
    margin-top:20px;
  }
table.table-bordered > thead > tr > th{
    /* border:1px solid #850b03;; */
	text-align:center;
}
table.table-bordered > tbody > tr > td{
    /* border:1px solid #850b03;; */
	border-left:0px;;
}

.tablebig{
	font-size:1.4em;
	align:center;
}

table.tablebig > th {
	text-align:center;
}



/* nav bar and its family */

/* Style the header with a grey background and some padding */
* {box-sizing: border-box;}

body { 
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.header {
  overflow: hidden;
  background-color: #f9b1cb;
  padding: 7px 10px;
}

/* Style the header links */
.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

/* Change the background color on mouse-over */
.header a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active/current link*/
.header a.active {
  background-color: #9f0251;
  color: white;
}

/* Float the link section to the right */
.header-right {
  float: right;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}

@media screen and (max-width: 768px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}


.footer3 {
  overflow: hidden;
  background-color: #ffb876;
  padding: 20px 10px;
  width:100%;
  margin:0 auto;
}


/* login */


body {
  margin: 0;
  padding: 0;
  background-color: #FBE8EF;
  height: 100vh;
}
#login .container #login-row #login-column #login-box {
  margin-top: 120px;
  max-width: 600px;
  height: 320px;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}
#login .container #login-row #login-column #login-box #login-form {
  padding: 20px;
}
#login .container #login-row #login-column #login-box #login-form #register-link {
  margin-top: -85px;
} 



.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -15px 0;
    border: solid #f7f7f9;
    border-width: .2rem 0 0;
}

.marcolor {
	
	background-color:maroon;
}