#bodyc
{
    margin: 0;
    padding: 0;
    border: 0;			
    width: 100%;
    overflow-x: hidden;
    background: #333333;
    background: -webkit-linear-gradient(#333333, black; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#333333, black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#333333, black)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#333333, black); /* Standard syntax */
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Corbel, sans-serif;
}

a
{
    text-decoration: none;
}

.links
{
    text-decoration: none;
    color: #cceeff;
}
.links:hover
{
    text-decoration: underline;
    color: #cceeff;
}

table.overr
{
    font-family: Corbel, sans-serif;
    align-content: center;
    background: white;
    color: #000096;
    min-width: 1000px;
    padding: 20px;
    border: 1px dashed #000096;
    border-spacing: 15px !important;
    max-width: 100%;
    background-color: white;
    border-collapse: separate;
}

.imglisttr:hover
{
    background-color:  #e6e6e6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#sessionTable
{
    /* border-collapse: separate; */
    /* border-spacing: 10px !important; */
    align-content: center;
    text-align: center;
}

.imglist
{
    background: white;
    color: #000096;
    align-content: center;
    column-span: all;
    width: 80%;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
    /* padding: 20px; */
    margin: auto;
    border-collapse: collapse;
}

.blue
{
    background: #333333;
    padding: 15px;
    color: white;
    text-align: center;
}

.ourbutton
{
    color: #2B80B6;
    background: none;
    border: none;

}

.ourbutton:hover
{
    background: #297EB7;
    color: white;
    padding: 11px;
    border-radius: 7px;
    cursor: pointer;
}

.ourbutton:focus
{
    background: none;
    color: #2B80B6;
}

.opac
{
    border: none;
}
.opac:hover
{
    opacity: 0.75;
}

.deleteicon
{
    width: 30px;
}

.deleteicon:hover
{
    opacity: 0.75;
}

.imglogos
{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

img
{
	max-width: 500px;
}

.buttonc
{
    /* background: #6D93D1; */
    background: none;
    color: white;
    border: 0;
    border-bottom: 3px solid #333333;
}

.buttonc:hover
{
    border-bottom: 3px solid #fff;
    opacity: 0.75;
    cursor: pointer;
}

input[type=text].magnify
{
    width: 295px;
    padding: 5px;
    outline: none;
    border: 2px solid #999999;
    border-radius: 5px;
    background-color: white;
    color: black;
    font-family: Corbel, sans-serif;
    font-size: 16px;
    background-image: url('https://www.visagetechnologies.com/uploads/2016/01/search1.png');
    background-position: 250px -5px;
    background-repeat: no-repeat;
}

input[type=text], input[type=button]
{
    color: black;
}

input[type=text]:focus.magnify
{
    background-color: white;
    color: black;
    border-color: #333333;
    box-shadow: 0px 0px 25px -2px #333;
    background-image: url('http://www.visagetechnologies.com/uploads/2016/01/search1.png');
    background-position: 250px -75px;
    background-repeat: no-repeat;
}

input[type=text]
{
    color: black;
}

input[type=submit]
{
    color: white;
    font-size: 12pt;
    font-family: Corbel, sans-serif;
}

input [type=password]
{
    width: 295px;
}


.modalDialog
{
	position: fixed;
    font-family: Corbel, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target
{
	opacity: 1;
	pointer-events: auto;
}

.modalDialog > div
{
	width: 600px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #333333;
    color: white;
}

.close
{
	background: #333333;
	color: white;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover
{
    background: #00d9ff;
}


/* modal */

.tabs
{
    position: relative;
    clear: both;
    margin: -300px 0px 0px 0px;
}

.tab
{
    float: left;
}

.tab label
{
    background: #3569A0;
    padding: 8px; 
    margin-left: -1px; 
    position: relative;
    left: 1px;
    color: white;
}

.tab [type=radio]
{
    display: none;
}

.content {
    position: absolute;
    height: 558px;
    width: 558px;
    top: 28px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
    z-index: 1;
    background: white;
}

[type=radio]:checked ~ label
{
    background: white;
    color: black;
    z-index: 1;
}

[type=radio]:checked ~ label ~ .content
{
    z-index: 1;
    
}
/* end modal */


.gallery
{
	height: 90px; 
	max-width: 280px;
}

.buttonimg
{
	background-color: rgb(58,58,58);
	border: 1px solid black;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
    overflow: hidden;
}

.buttonimg:hover
{
	background-color: #e6e6e6;
}
	
.pickimg
{
	height: 65px;
	width: 65px;
}

.active
{
	background-color: rgb(0,113,188);
	border: 1px solid black;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
}

#galleryAndData
{
	position: relative;
    width: 50%;
    float: right;
}

#nameAndDesc
{
	position: relative;
    width: 50%;
    float: left;
}

#sessionDetails
{
	position: relative;
}

#durationInput
{
	position: relative;
}

.emograph
{
    float: left;
    width: 100%;
    border-radius: 25px;
    background-color: #333333;
    color: white;
    padding: 15px;
    height: 100%;
    text-align: center;
    align-content: center;
}

/* start sliders */
#slideout
{
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: white;
    color: #333333;
    width: 90px;
    padding: 10px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    position: fixed;
    margin-left: -202px; /* a bit of maths, so that it sticks to the centered table */
    margin-top: -100px;
}

#slideoutcontent
{
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: white;
    color: #333333;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    width: 250px;
    padding: 10px;
    position: fixed;
    top: -300px; /* where it resides before sliding */
    left: -300px;
}

#slideout:hover #slideoutcontent
{
    position: absolute;
    margin-left: 140px; /* to where it slides */
    margin-top:  300px;
}

#imageslider
{
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: white;
    color: #333333;
    width: 195px;
    max-height: 400px;
    padding: 10px;
    overflow: auto;
    align-content: center;
    text-align: center;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    position: fixed;
    margin-left: 908px;
    margin-top: -100px;
}
/* end sliders */

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.5) -1.5em 0 0 0, rgba(255, 255, 255, 0.5) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.html5-progress-bar {
	padding: 2px 2px;
}
.html5-progress-bar progress {
	background-color: #f3f3f3;
	border: 0;
	width: 80%;
	height: 18px;
	border-radius: 9px;
}
.html5-progress-bar progress::-webkit-progress-bar {
	background-color: #f3f3f3;
	border-radius: 9px;
}
.html5-progress-bar progress::-webkit-progress-value {
	background: #3569A0;
	background: -moz-linear-gradient(top,  #3569A0 0%, #73AFEF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3569A0), color-stop(100%,#73AFEF));
	background: -webkit-linear-gradient(top,  #3569A0 0%,#73AFEF 100%);
	background: -o-linear-gradient(top,  #3569A0 0%,#73AFEF 100%);
	background: -ms-linear-gradient(top,  #3569A0 0%,#73AFEF 100%);
	background: linear-gradient(to bottom,  #3569A0 0%,#73AFEF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3569A0', endColorstr='#73AFEF',GradientType=0 );
	border-radius: 9px;
}
.html5-progress-bar progress::-moz-progress-bar {
	background: #3569A0;
	background: -moz-linear-gradient(top,  #3569A0 0%, #73AFEF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3569A0), color-stop(100%,#73AFEF));
	background: -webkit-linear-gradient(top,  #3569A0 0%,#73AFEF 100%);
	background: -o-linear-gradient(top,  #3569A0 0%,#73AFEF 100%);
	background: -ms-linear-gradient(top,  #3569A0 0%,#73AFEF 100%);
	background: linear-gradient(to bottom,  #3569A0 0%,#73AFEF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3569A0', endColorstr='#73AFEF',GradientType=0 );
	border-radius: 9px;
}
.html5-progress-bar .progress-value {
	padding: 0px 5px;
	line-height: 20px;
	margin-left: 5px;
	font-size: .8em;
	color: #555;
	height: 18px;
	float: right;
}