
@import url(https://fonts.googleapis.com/css?family=Jaldi:400,700); 
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
 background: url("../images/bg1.jpg");
 background-repeat:no-repeat;
 background-position:center;
 background-size:cover;
 font-family: 'Jaldi', sans-serif;
  font-size: 16px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

h1 {
  font-weight: 100;
  font-size: 40px;
  color: white;
  text-align: center;
  
}

.h1link{
  color: white;	
  text-decoration:none;
}

.container {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;*/
  /*min-width: 80%;*/
  max-width: 98%;
  /*width: 50%;*/
  margin: 0 auto;
  /*position: relative;
  box-sizing: border-box;*/
}

.containerOLD {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /*min-width: 80%;*/
  max-width: 98%;
  /*width: 50%;*/
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.SignUp{
	background:#fff;	
	padding-bottom: 30px;
}
.heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 50px;
  background-color: #3498DB;
 
}

/**********from main.css ***************/
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}

mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}


/*--------------------- M Y   S E T T I N G S ---------------------------------*/

a.refresh,
a.refresh:visited {
	color: #000000;
	text-decoration:underline;
	border-style:solid;
	border-color:#232323; 
	border-width: 1px; 
	padding: 3px; 
	background: #FFFFFF;
}
a.refresh:hover {
	color: #0E024A; 
	font-size: 105%;
	text-decoration:underline; 
	background: #DEDEDE;	
}

a.mbr,
a.mbr:visited {
	color: #FFFFFF;
	text-decoration:none;
	border:none;
}
a.mbr:hover {
	color: #DFDADA; 
	text-decoration:underline; 
}

a.navig,
a.navig:visited {
	color: #000000;
	text-decoration:none;
	border-style:solid;
	border-spacing:3px;
	border-radius:6px;
	border-color:#232323; 
	border-top-color:#FFFFFF;
	border-width: 1px; 
	padding: 3px; 
	background: #FFFFFF;
}
a.navig:hover {
	color: #0E024A; 
	border-top-color:#0000;	
	/*font-size: 105%;*/
	text-decoration:underline; 
	background: #DEDEDE;	
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

table.ms {
  margin-right:auto;
  margin-left:auto;	
  border-spacing: 0;
  border-collapse: collapse;
  width: auto;

}

table.login {
  border-spacing: 0;
  border-collapse: collapse;
  width: 40%;
}



td,
th {
  padding: 6px; 
  border-radius: 8px;  
  border: 3px solid white;  
  text-align:left !important;  
}


td.green {
	
  background-color: #7DBDE8;
}

td.gray {
  background-color: #9E9E9E; 
  font-weight:bold;
  color:#FFFFFF;
}
td.reserved {

  background-color: #6F1718; 
  color:#FFFFFF;
}
.day {

  font-weight:bold;
  font-style:italic;
  background-color: #E8F3F7;
}

.gobacklink {
	text-decoration: underline;	
	font-weight:bold;
}

.error {
	text-align:center;
	line-height:18px;
	color:red;
}

.message {
	text-align:center;
	line-height:18px;
}

.contactme {
	text-align:right;
	font-family:monospace;
}

a.cont {
  color: #3498DB;
  text-decoration:none;
  font-family:monospace;
}

/*
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
*/

.portrait {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 30px auto 0;
  border: 4px solid white;
  border-radius: 54px;
  z-index: 2;
}

.slant {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: -100px;
  width: 100%;
  height: 100px;
  z-index: 1;
}

.slant polygon {
  fill: white;
}

.content {
  margin-top: 20px;
}


.SignUp form{
	border:solid 1px #3498db;	
	/*border-right:solid 11px #000000;	
	border-bottom:solid 1px #3498db;*/
    background-color: #EFEFEF;
}

.SignUp input[type="text"],
.SignUp input[type="email"],
.SignUp input[type="number"],
.SignUp input[type="password"] {
 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #aaa;
    display: block;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    /* text-transform: uppercase;*/
    width: 80%;
}
.SignUp button,
.SignUp input[type="submit"] {
  display: block;
  width: 80%;
  margin: 50px auto 0;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px;
  font-size: 16px;
 /* text-transform: uppercase; */
  color: white;
  border: none;
  background-color: #3498DB;
  cursor: pointer;
}

.SignUp .info {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.SignUp .info a {
  /*text-transform: uppercase;*/
  text-decoration: none;
  color: #AAA;
}

.SignUp .info a.sign-in-link {
  color: #3498DB;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
