.saved { 
	margin: 0px 10px;
  padding: 5px 10px;
  color: #0f6848;
  background-color: #d2f4e8;
  border-color: #bff0de;
  display:none;

 }

.input-error{
    outline: 1px solid red;
}

.table-responsive{
 height:400px;  
  overflow:scroll;
}
 thead tr:nth-child(1) th{
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
  }

a.activel
{
	background: #ffffff;
    color: #000000 !important;
    padding: 6px 0px;
	font-weight: bold;
}

.scroll-nav {
	position: fixed;
    bottom: 0;
    display: block;
    z-index: 999;
    width: 100%;
    transition: opacity 2s linear;
    box-shadow: 5px 1px 8px 1px #cccccc;
    right: 0;
}

@media only screen and (min-width: 768px)  {
	.scroll-nav {
		 width: 49%;
	}
}

.scroll-nav .card-header {
    padding: 0rem 1.25rem;
}

i.greeni {
	color: green;
	background-color: none;
}

i.redi {
	color: red;
	background-color: none;
}



#calendar table td.green a,.green{
	background-color: #97dd19;
}

#calendar table td.orange a, .orange  {
	background-color:orange;
}

#calendar table td.yellow a,.yellow {
	background-color:yellow;
}

#calendar table td.unavail a, .unavail {
	background-color:#EEEEEE;
}

.greencol i {
   color: #97dd19;
}

 .orangecol i  {
	color:orange;
}

.redcol i {
	color:red;
}

.unavailcol i {
	color:#EEEEEE;
}
	

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/img/loading.gif') center no-repeat #fff;
   
}

.hidden {
	visibility:hidden;
}

.dtrg-group {
	background-color: #3a7fd5 !important;
    color: #dddddd;
	}
	
	
label {
       background: #dddddd;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
	width:100%;
}

.bg-login-image {
  background: url(/img/amyklaion.png);
}

.input-group-addon {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0,0,0,.15);
    border-left-color: rgba(0, 0, 0, 0.15);
    border-left-style: solid;
    border-left-width: 1px;
  border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

#calendar {
    -moz-user-select: none;
    border: 1px solid #EEEEEE;
    color: #333333;
    font-family: Arial,sans-serif;
    font-size: 1.1em;
    margin: 10px auto;
    padding: 0.4em;
    width: 100%;
}
#calendar .navigation {
    background-color: #8e2340;
    border: 1px solid #8e2340;
    color: #FFFFFF;
    font-weight: bold;
    padding: 1px;
    position: relative;
}
#calendar .navigation .title {
    background: none repeat scroll 0 0 transparent;
    border-color: rgba(0, 0, 0, 0);
    color: inherit;
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}
#calendar .navigation .prev, #calendar .navigation .next {
    background-image: url(images/nav.png);
    height: 24px;
    opacity: 0.9;
    position: absolute;
    top: 4px;
    width: 24px;
}
#calendar .navigation .prev {
    background-position: 0 0;
    left: 4px;
}
#calendar .navigation .next {
    background-position: -24px 0;
    right: 4px;
}
#calendar .navigation .prev:hover, #calendar .navigation .next:hover {
    opacity: 1;
}
#calendar table {
    border-collapse: collapse;
    font-size: 0.9em;
    table-layout: fixed;
    width: 100%;
}
#calendar table th {
    border: 0 none;
    font-weight: bold;
    padding: 0.7em 0.3em;
    text-align: center;
}
#calendar table td {
    border: 0 none;
    padding: 1px;
}
#calendar table td a {
    background-color:#e5d4dba3;
    border: 1px solid #D8DCDF;
    color: #004276;
    display: block;
    font-weight: normal;
    opacity: 0.7;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}


.unavailable span {
	background-color: #EEEEEE;
	color: #004276;
	opacity: 0.6;
	padding: 0.2em;
	border: 1px solid #D8DCDF;
	text-align: right;
	display: block;
}


#calendar table td a:hover {
    background-color: #F2D75F;
    border: 1px solid #CDD5DA;
    color: #111111;
	text-align: right;
	padding: 0.2em;
	cursor: pointer;
}

#calendar table td:not(.current):not(.today) a:hover  {
	cursor:not-allowed;
}


#calendar table td.current a {
    
    opacity: 1;
}
#calendar table td.today a {
    background-color: #FBF8EE;
    border: 1px solid #FCD3A1;
    color: #444444;
    font-weight: bold;
    opacity: 1;
}



.tooltip1{
    display: inline;
    position: relative;
}


.tooltip1:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}



.tooltip1:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 160px;
	font-size: 1em;
}

.seats {
	text-align: left;
display: block;
float: left;
color: #000;
font-size: 1rem;
font-weight: bold;
}



