.hide {
    
     visibility: hidden;
 
 }

 .gocenter{
  text-align: center;
  font-size:12px;
  
}

 .hideandright {
  
   display: none;
   float : right

}
 .heading{
    text-align: center;
    float: center;
    
 }
 body {
    background: rgb(255, 255, 255);
     font-family: 'Open Sans';font-size: 22px;
   
  }
  .saveButton {
    background-color:#33bdef;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    float :right
  }
  .saveButton:hover {
    background-color:#019ad2;
  }
  .saveButton:active {
    position:relative;
  top:1px;
  }
  .currentButton {
    background-color:rgb(108, 206, 108);;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    float :right
  }
  .currentButton:hover {
    background-color:rgb(70, 133, 70);;
  }
  .currentButton:active {
    position:relative;
  top:1px;
  }
  .logoutButton {
    background-color: #d9534f;
    border-color: #d43f3a;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    margin-top: 1px;
    text-decoration:none;
    float :right
  }
  .logoutButton:hover {
    background-color:#d43f3a;
  }
  .logoutButton:active {
    position:relative;
  top:1px;
  }
  .quickview {
    background-color:#33bdef;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #057fd0;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
   
    float: right;
    
      position: relative;
     right:44.5%;  /*or right 50% */
  }
  .quickview:hover {
    background-color:#019ad2;
  }
  .quickview:active {
    position:relative;
  top:1px;
  }
  .loadButton {
    background-color:#33bdef;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #057fd0;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;   
    float:right;
    
      position: relative;
    /* right:44.5%;  /*or right 50% */
  }
  .loadButton:hover {
    background-color:#019ad2;
  }
  .loadButton:active {
    position:relative;
  top:1px;
  }
  .centreBox{
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
  }

  .login {
    width: 400px;
    margin: 16px auto;
    font-size: 16px;
  }
  
  /* Reset top and bottom margins from certain elements */
  .login-header,
  .login p {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  /* The triangle form is achieved by a CSS hack */
  .login-triangle {
    width: 0;
    margin-right: auto;
    margin-left: auto;
    border: 12px solid transparent;
    border-bottom-color: #28d;
  }
  
  .login-header {
    background: rgb(255, 255, 255);
    padding: 20px;
    font-size: 1.4em;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #28d;
  }
  
  .login-container {
   /* background: #f3f2f2;*/
    padding: 12px;
  }
  
  /* Every row inside .login-container is defined with p tags */
  .login p {
    padding: 12px;
  }
  
  .login input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-width: 0px;
    border-style: solid;
    padding: 5px;
    outline: 0;
    font-family: inherit;
    font-size: 1em;
  }
  
  .login input[type="email"],
  .login input[type="password"] {
    background: #fff;
    border-color: #bbb;
    color: #555;
  }
  
  /* Text fields' focus effect */
  .login input[type="email"]:focus,
  .login input[type="password"]:focus {
    border-color: #888;
  }
  
  .btn-action {
    background: #28d;
    border-color: transparent;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 16px;
    outline: 0;
    font-family: inherit;
    font-size: 0.95em;
  }
  


  /* Home */

  .container {
    width: 800px;
    margin: 16px auto;
    font-size: 16px;
  }
  .goRight{
    float: right;
    
 }
  .home-header,
  .login p {
    margin-top: 0;
    margin-bottom: 0;
  }
  

  
  .home-header {
    background: #28d;
    padding: 20px;
    font-size: 1.4em;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }

  #eventType {
    margin:0px;

    float:left;
}

#eventType label {
    float:left;
    width:90px;
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;

}

#eventType label span {
    text-align:center;
    font-size: 10px;
    padding:13px 0px;
    display:block;
}

#eventType label input {
    position:absolute;
    top:-20px;
    visibility: hidden;
}

#eventType input:checked + span {
    background-color:rgb(108, 206, 108);
    color:#F7F7F7;
   
}

#eventType .yellow {
    background-color:#FFCC00;
    color:#333;
}

#eventType .blue {
    background-color:#00BFFF;
    color:#333;
}

#eventType .pink {
    background-color:#FF99FF;
    color:#333;
}

#eventType .green {
    background-color:#A3D900;
    color:#333;
}
#eventType .white {
    background-color:rgb(255, 255, 255);
    color:#333;
}

.tableContent{
 font-size: 9px
}

.tableHeader{

}
table.display td{
  word-wrap:break-word
}

input[type=file]{
  width:90px;
  color:transparent;
}

#boxShadow{
	background: white;

	border-radius:3px;
	box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
  
	
	/*stacking fieldsets above each other*/
position: relative;

top:800px;
 
}
#boxShadow:hover{
  transition: 0.3s;
  box-shadow: 0 8px 26px 1px rgba(0, 0, 0, 0.4);
}
#boxShadow input{
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}


