/* For Record.php */

.greybody {
    background-color: #efefef;
}

.greyblue {
  background-color: #ffffff;
  /*background-image: linear-gradient(to bottom right, #eeefea, #dadbd6);*/
  /*background-image: linear-gradient(to bottom right, #ebefde, #d1d8bc);*/
  /*background-image: linear-gradient(to bottom right, #dee4ef, #c7d1e5);*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 20px;
  border-radius: 4px;

}

.greyblue_box {
  margin-left: 10px;
  margin-right: 10px;
}

/*audio-stories*/
.black {
    background-color: #000000;
}

.back-color {
  background-color: #cccccc;
  /*background-image: linear-gradient(to right, #666666, #333333);*/
}

.fill-colour {
  background-color: #222222;
  border: 1px solid red;
}

.returnnav {
	float: left;
	/*border: 1px solid #b0bcd2;*/
	margin-left: -20px;
	margin-bottom: 6px;
	margin-right: 28px;
	padding: 8px;
	font-weight: normal;
	font-size: 0.9em;
	color: #ffffff;
	/*background-color: #ccc;*/
	border-radius: 8px;
}

.recordformat {
  margin-top: -18px;
  border-bottom: 1px solid #444444;
	padding: 8px;
	padding-top: 0px;
}

.recordlayout {
	font-weight: normal;
  font-family: 'Roboto'; font-size: 1.2em; color: #ffffff;
	font-family: 'Roboto', Arial, sans-serif;
}

.container-index .content-index {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

.textintro {
	font-weight: normal;
  font-family: 'Roboto'; font-size: 1.2em; color: #dddddd;
	font-family: 'Roboto', Arial, sans-serif;
  line-height: 30px;
  /*border-bottom: 1px solid #dddddd;*/
  padding-bottom: 20px;
  padding-top: 20px;
}

.textaudio {
	font-weight: normal;
  font-family: 'Roboto'; font-size: 1.2em; color: #555555;
	font-family: 'Roboto', Arial, sans-serif;
  line-height: 30px;
  /*border-bottom: 1px solid #dddddd;*/
  padding-bottom: 20px;
  padding-top: 20px;
}

.headerbar {
  padding-top: 0px;
  margin-bottom: 0px;
  border-bottom: 6px solid #333;
}

.audiomenu-grey {
  color: #888888;
}

.audiomenu-white {
  color: #ffffff;
}


.table {
  border-collapse: collapse;
  background-color: #000000;
  font-weight: normal;
  font-family: 'Roboto'; font-size: 1.1em; color: #dddddd;
	font-family: 'Roboto', Arial, sans-serif;
  box-shadow: 10px 10px 20px #111111;
  margin-top: 20px;
  margin-bottom: 30px;
}

.tablerow {
  display: grid;
  text-decoration: none;
  color: inherit;
  grid-template-columns: 4% 30% 25% 25% 20%;
  /*border: 2px solid #ccd2ff;*/
  border-bottom: none;
  cursor: pointer;
}

.tablerow:nth-child(even){background-color: #000000;}
.tablerow:hover {background-color: #333; color: white;}

.tablerow a {
  color: white;
}

.tablerow-header {
  border-bottom: 1px solid #cccccc;
}

.tablerow-header:hover {background-color: #000000; color: #dddddd; cursor: default;}

.tablecell {
  padding: 16px;
  border-right: none;
}



.table-doc {
  border-collapse: collapse;
  /*background-color: #ffffff;*/

  font-weight: normal;
  font-family: 'Roboto'; font-size: 1.1em; color: black;
	font-family: 'Roboto', Arial, sans-serif;
  box-shadow: 10px 10px 20px #111111;
  margin-top: 20px;
  margin-bottom: 30px;
}

.tablerow-doc {
  display: grid;
  text-decoration: none;
  color: inherit;
  grid-template-columns: 5% 14% 10% 10% 6% 10% 6% 10% 15% 12%;
  /*place-items: lefttext;*/
  /*border: 2px solid #ccd2ff;*/
  border-bottom: 1px solid #000000;
  /*cursor: pointer;*/

}

.tablerow-doc:nth-child(even){background-color: #ffffff;}
.tablerow-doc:hover {color: black;}

.tablerow-doc a {
  color: white;
}

.tablerow-header-doc {
  background-color: #dddddd;
  border-bottom: 1px solid #cccccc;
}

.tablerow-header-doc:hover {background-color: #dddddd; color: black; cursor: default;}

.tablecell-doc {
  padding: 16px;
  border-right: none;

}


.table-geikie-art {
  border-collapse: collapse;
  /*background-color: #ffffff;*/

  font-weight: normal;
  font-family: 'Roboto'; font-size: 1.1em; color: black;
	font-family: 'Roboto', Arial, sans-serif;
  box-shadow: 10px 10px 20px #111111;
  margin-top: 20px;
  margin-bottom: 30px;
}



.hide-me {
  display: none;
}

.hide-me-2 {
  display: block;
}

.hide-me-text {
  display: none;
}

/* grid images start*/

.container-geikie{
  width: 100%;
  /*border: 2px solid red;*/
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  /*background-color: #ffffff;*/
}
.grid-geikie{
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  justify-content: center;
  grid-gap: 20px;
  /*border: 2px solid blue;*/
}

.item-geikie{
  border: 3px solid white;
  background-color: #222222 /* #718969 /*#7C877C /*#618761 #547D94*/;
  justify-content: center;
  display: flex;
  height: auto;
  padding-top: 10px;
  border: 0px solid purple;
  /*box-shadow: 4px 4px 10px #444444;*/
  border-radius: 10px 10px 10px 10px;
}

.img-container .cardpic {
  width: 100%;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 0px #000000;
  background-color: #444444;
  border-top: 10px solid #444444;
  border-bottom: 10px solid #444444;
}

.img-container .imgmenu-geikie {
  position: relative;
  bottom: 10px;
  margin-bottom: 0px;
  /*background-color: #444444;*/
  /*color: #000000;*/
  width: 100%;
  line-height: 2px;
  padding: 4px 10px 4px 10px;
  border-radius: 0px 0px 10px 10px;
  /*border-top: 6px solid #444444;*/
}

.item-geikie:hover {
  /*background-color: #333333;*/
}

.img-container .imgmenu-geikie h2 {
  text-align: left;
  line-height: 24px;
  font-family: 'Roboto'; font-size: 1.1em; color: #ffffff;
	font-family: 'Roboto', Arial, sans-serif;
}

.img-container .imgmenu-geikie p {
  text-align: left;
  line-height: 24px;
  font-family: 'Roboto'; font-size: 1em; color: #ffffff;
	font-family: 'Roboto', Arial, sans-serif;
}

.item-geikie .img-container img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}




@media all and (min-width: 800px){
  .container-geikie{
    width: 100%;
  }
  .grid-geikie{
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: min-content;
    /*grid-gap: 10px;*/
  }
	
   .movesearch {
    width: 100%;
  }
	
	.dataview {
		width: 100%;
	}
}

/*
@media all and (min-width: 1000px){
  .grid-geikie{
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
  }


}
*/

@media all and (min-width: 1300px){
  .grid-geikie{
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
	   .movesearch {
    width: 25%;
	}	   

	.dataview {
		width: 75%;
	}

  
}


/* grid images end */


/* Textiles view start */
.grid-container-card {
  display: grid;
  grid-template-columns: auto;
  gap: 1px;
  background-color: #aaaaaa;
  padding: 0px;
  box-shadow: 2px 2px 14px #111111;
  border-radius: 10px;
  border: 10px solid #dddddd;
}

.grid-container-card > div {
  /*background-color: rgba(255, 255, 255, 1);*/
  background-color: #dddddd;
  text-align: left;
  padding: 4px 10px;
  font-size: 30px;
  line-height: 24px;
  font-family: 'Roboto'; font-size: 1em; color: black;
	font-family: 'Roboto', Arial, sans-serif;
}

.grid-container-card h2 {
  line-height: 4px;
  font-family: 'Roboto'; font-size: 1.1em; color: #444444;
	font-family: 'Roboto', Arial, sans-serif;
}


.item1 {
  grid-row: 1 / 10;
}

.item1 img {
  width: 100%;
}


@media all and (min-width: 900px){
  .grid-container-card {
    grid-template-columns: 50% 50%;
  }
}


@media all and (min-width: 1100px){
  .grid-container-card {
    grid-template-columns: 35% 65%;
  }
}




/* Textiles view end */

@media only screen and (max-width: 1000px){
  .table-doc {
    display: grid;
    border-collapse: collapse;
    grid-template-columns: 20% 30% 20% 30%;
    background-color: #ffffff;
    font-weight: normal;
    font-family: 'Roboto'; font-size: 1.1em; color: black;
	  font-family: 'Roboto', Arial, sans-serif;
    box-shadow: 10px 10px 20px #111111;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .hide-me {
    display: block;
  }

  .hide-me-2 {
    display: none;
  }

  .tablerow-doc {
    display: grid;
    text-decoration: none;
    color: inherit;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-row-gap: 10px;
    /*width: 50%;*/
    /*place-items: lefttext;*/
    /*border: 2px solid #ccd2ff;*/
    border-top: 2px solid #000000;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 10px;
    /*cursor: pointer;*/

  }



  .tablerow-doc:nth-child(even){background-color: #00ffff;}
  .tablerow-doc:hover {background-color: #ffffff; color: black;}



  .tablerow-header-doc:hover {background-color: #dddddd; color: black; cursor: default;}
  .tablerow-header-doc{
    border-left: 2px solid #000000;
  }

.cell-record {
  border-right: 2px solid #000000;
}

  .tablecell-doc {
    display: grid;
    grid-template-rows: 50px;

    grid-template-columns: 100%;
    padding: 4px;
    border-right: none;
    /*border: 2px solid #ccd200;*/
    border-bottom: 1px solid #cccccc;

  }

}

@media only screen and (max-width: 600px){
  .table-doc {
    display: grid;
    border-collapse: collapse;
    grid-template-columns: 40% 60%;
    background-color: #ffffff;
    font-weight: normal;
    font-family: 'Roboto'; font-size: 1.1em; color: black;
	  font-family: 'Roboto', Arial, sans-serif;
    box-shadow: 10px 10px 20px #111111;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}


.modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.8)}

/*.modal-content{margin:auto;background-color:#fff;position:relative;padding:20px;width:50%;}*/

.modal-content {
  margin: auto;
  background-color:#333333;
  opacity: 0.8;
  padding:20px;
  display: block;
  max-height: 600px;
  margin-top: 150px;
  transform: scale(1.5,1.5);
}

.modal-content img{
  height: 50%;
}

.modal-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}

@media only screen and (max-width: 800px){
  .modal-content {
    height: 50%;
  }
}

.hr_1 {
    display: block;
    margin-top: 0em;
    margin-bottom: 0.8em;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
    /*border-style: inset;*/
    /*border-width: 1px;*/
    /*border-radius: 4px;*/
    /*background-color: #ffffff;*/

}

.borderline {border-bottom: 1px solid #dddddd; }



.imageborder {
     border: 1px solid #ddd;
     border-radius: 4px;
     padding: 5px;
     margin: auto;
     width: 100%;
     color: #333333;
     text-align: center;
     background-color: #000000;
}

.imageborder img {width: 100%;}

/*in use*/
.imageborder_object {
     border: 1px solid #000;
     box-shadow: 5px 5px 20px #000;
     padding: 0px;
     margin: auto;
     width: 100%;
     text-align: left;
     background-color: #000000;
     overflow-x: scroll;
     scroll-margin-bottom: 150px;
     font-family: 'Roboto'; font-size: 0.9em; color: #818181;
	font-family: 'Roboto', Arial, sans-serif;
}

/*in use*/
.imageborder_object img {}

/*in use*/
.imageborder_object2 {
     border: 1px solid #000;
     box-shadow: 5px 5px 20px #000;
     /*max-height: 70vh;*/
     padding-top: 30px;
     padding-bottom: 30px;
     margin: auto;
     width: 100%;
     text-align: center;
     background-color: #000000;
}

.imageborder_object2 img {
     width: 60%;
}




.lefttext {
      text-align: left;
      color: #888;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 0.9em;
}

.catnumber {
  color: #333;
  font-size: 1.4em;
}

.lefttext label {
      color: #444;
      font-size: 1em;
      width: 100px;
      line-height: 0.2em;
}




/* End of Reocrd.php */

/* For Search.php */


/* Rate Books search form */
/*in use*/
.ratebooksformcontainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: -10px;
  border-radius: 5px;
  opacity: 1;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  background-color:#ffffff; /*#718969; #657789; #3F785A;*/
  /*background: #eeeeee;*/
  background-origin: content-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 16px;
  color: black;
  width: 100%;
}
/*in use*/
.ratebooksformcontainer p {
  font-family: 'Roboto'; font-size: 0.9em; color: #000000;
	font-family: 'Roboto', Arial, sans-serif;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 14px;
}
/*in use*/
.ratebooksformcontainer a:link {
  font-family: 'Roboto'; font-size: 1em; color: #333;
	font-family: 'Roboto', Arial, sans-serif;
  line-height: 20px;
  margin-top: 60px;
  margin-bottom: 0px;
}
/*in use*/
.ratebooksformcontainer a:hover {
  font-family: 'Roboto'; font-size: 1em; color: #349160;
	font-family: 'Roboto', Arial, sans-serif;
  line-height: 20px;
  margin-top: 60px;
  margin-bottom: 0px;
}
/*in use*/
.ratebooksform {
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 20px;
  font-family: 'Roboto';font-size: 1em; color: #000000;
	font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 0px;
}
/*in use*/
.ratebooksform h2 {
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 30px;
  font-family: 'Roboto';font-size: 1.6em; color: #000000;
	font-family: 'Roboto', Arial, sans-serif;
  padding-bottom: 0px;
}

/*in use*/
.ratebooksform p {
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  font-family: 'Roboto';font-size: 1em; color: #000000;
	font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 0px;
}
/*in use*/
.ratebooksform .login-container {
  float: right;
  margin-top: 0px;
  margin-bottom: -8px;
}


/* Style inputs, select elements and textareas */
/*in use*/
.ratebooksform input[type=text] {
  width: 100%;
  padding: 11px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  font-weight: normal;
  font-family: 'Roboto';font-size: 0.9em; color: #555555;
	font-family: 'Roboto', Arial, sans-serif;
}

/* Style inputs, select elements and textareas */
/*in use*/
.ratebooksform select{
  padding: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: 'Roboto';font-size: 1em; color: #555555;
	font-family: 'Roboto', Arial, sans-serif;
}
/*in use*/
.ratebooksform label{
  width: 100%;
  /*padding-bottom: 80px;
  margin-bottom: 80px;*/
  font-weight: normal;
  font-family: 'Roboto';font-size: 1em; color: #000000;
	font-family: 'Roboto', Arial, sans-serif;
}


/* buttons */
/*in use*/
.ratebooksform .loginbutton {
  background-color: #2E597F; /*#913465; /*#349160;*/
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 4px;
  padding: 10px;
  width: 100%;
  border: 1px solid #bbb;
  cursor: pointer;
  float: right;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  font-weight: normal;
  font-family: 'Roboto'; font-size: 1em; color: #ffffff;
	font-family: 'Roboto', Arial, sans-serif;
  opacity: 0.8;
}
/*in use*/
.ratebooksform .loginbutton:hover {
    /*border: 1px solid blue;*/
    /*background-color: #56d190;*/
    opacity: 1;
}










/* New Design */


 .formcontainer {
  border-radius: 5px;
  /*background-color: #ebefde;
  background-color: #41607b;*/
  /*background-image: linear-gradient(to bottom right, #eeefea, #dadbd6);*/
  background-image: linear-gradient(to bottom right, #fcfdfe, #f7f9fa);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 20px;
  /*color: #000000;*/
}

.refine-label {
  font-size: 1em;
  /*background-color: #41607b;*/
  /*background-image: linear-gradient(to bottom right, #eeefea, #dadbd6);
  background-image: linear-gradient(to bottom right, #699bc6, #5b8db9);*/
  /*background-image: linear-gradient(to bottom right, #dee4ef, #c7d1e5);*/
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  /*background-image: linear-gradient(to bottom right, #f7f9fa, #eaeff3);*/
  /*box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 6px 4px 0 rgba(0, 0, 0, 0.10);*/
  background-color: #fff;
  width: 100%;
  border: 1px solid #bbb;
  padding: 0.4em;
  cursor: pointer;
  color: black;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  font-weight: normal;
  font-family: 'Roboto'; font-size: 1em; color: #333;
	font-family: 'Roboto', Arial, sans-serif;
  /*display: inline-block;*/
  margin-bottom: 1em;
/*	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
	box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
*/
}

.refine-label:hover {
    border: 1px solid blue;
}


.refine-input {
    display: none;
} /*Hide input element*/

.refine-content {
    margin-bottom: 1.5em;
}
.refine-input:not(checked) ~ .refine-content {
    display: none;
}
.refine-input:checked ~ .refine-content {
    display: block;
}

.searchinnerwrapper {
	float:left;
}



/* Clear floats after the columns */
.rowfilter:after {
  content: "";
  display: table;
  clear: both;
}

.recordtext {
	font-weight: normal;
	font-size: 0.8em;
	color: #ffffff;
	/*text-align:center;*/
	line-height: 1.4;
  /*border: 1px solid blue;*/
}

.recordtext .column{
  float: left;
  width: 16.6%;
  padding: 20px;
}

@media screen and (max-width: 1800px) {
.recordtext  .column {
    width: 20%;
  }
}

@media screen and (max-width: 1200px) {
.recordtext  .column {
    width: 33.33%;
  }
}

@media screen and (max-width: 900px) {
.recordtext  .column {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
.recordtext  .column {
    width: 100%;
  }
}

/*    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;} */

.databaseformat {
	height: 230px;
  width: 230px;
	/*background-color: #eeefea;*/
  /*background-color: #41607b;*/
	border: 1px solid #eee;
  box-shadow: rgba(0,0,0, 0.1) 0px 10px 18px;
  /*padding-top: 8px;*/
  /*border: 1px solid yellow;*/
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;

}



/*.databaseformat img:hover{box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);}*/


/*@media only screen and (max-width: 1100px) {*/
    /* For desktop: */
  /*  .recordtext .column {
      float: none;
      width: auto;
    }
}*/





.frame1 {
    /*display: block;
    margin-left: auto;
    margin-right: auto;*/
    float: left;
    height: 220px;
    width: 190px;
    /*border: 1px solid #563345;*/
}

.frame2 {
    /*display: block;
    margin-left: auto;
    margin-right: auto;*/
    float: right;
    width: 294px;
    height: 220px;
    margin-right: 4px;
    /*border: 1px solid #563345;*/
}

/*
.databaseformat img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    background-color: #ffffff;

    height: 60%;
    margin-left: auto;
    margin-right: auto;

    border: 1px solid green;
}*/

.databox1 {
  text-align: left;
  margin-top: 10px;
  margin-left: 8px;
  color: #000000;
  /*width: 240px;*/
  height: 160px;
  line-height: 1.1em;
  /*border: 1px solid red;*/
}

.databox1 .pic {
  height: 130px;
}

.databoxlabels {
  text-align: left;
  width: 70px;
  float:left;
  margin-top: 10px;
  margin-left: 8px;
  color: #0d5c93;
  height: 160px;
  line-height: 1.1em;
  /*border: 1px solid red;*/
}

.databox2 {
  text-align: left;
  margin-top: 10px;
  margin-left: 8px;
  color: #000000;
  padding-top: 4px;
  /*width: 240px;*/
  /*height: 150px;*/
  border-top: 1px solid #ccc;
}



/*in use*/
#searchresults {
	float: none;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: normal;
	font-size: 1.2em;
	color: #000000;
  line-height: 2em;
  background-color: #fff;
  box-shadow: rgba(0,0,0, 0.3) 0px 4px 6px;
  border-radius: 5px;
}
/*in use*/
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 75%;
    /*border: 1px solid #563345;*/
}
/*in use*/
.centre {
    text-align: center;
}

.spacer {margin-bottom: 10px;}

/* End of Search.php */


/* Rate Books */
/*in use*/
.recordtextrate {
	font-weight: normal;
	font-size: 0.8em;
  text-align: left;
  padding: 10px;
  margin: 10px;
	color: #000000;
  background-color: #eeeeee;
  border-radius: 5px;
	/*text-align:center;*/
	line-height: 1.4;
  /*border: 1px solid blue;*/
}
/*in use
.recordtextrate table {
  font-family: 'Roboto';font-size: 1.2em; color: #333;
  border-collapse: collapse;
  width: 100%;
}

.recordtextrate td, th {
  border: 1px solid #bbbbbb;
  text-align: left;
  padding: 8px;
}

.recordtextrate tr:nth-child(even) {
  background-color: #dddddd;
}*/

.recordtextrate table {
  font-family: 'Roboto';
	font-family: 'Roboto', Arial, sans-serif;
  width: 100%;
  border-collapse:separate;
  border-spacing:0 11px;
  margin-top:-11px;
}

.recordtextrate th {
    font-family: 'Roboto';font-size: 1em; color: #333; font-weight: normal;
	font-family: 'Roboto', Arial, sans-serif;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #565e53; /*#4A8049;*/
  color: white;
}

.recordtextrate th:first-child {
   border-left-style:solid;
   border-top-left-radius:11px;
   border-bottom-left-radius:11px;
}

.recordtextrate th:last-child {
   border-right-style:solid;
   border-bottom-right-radius:11px;
   border-top-right-radius:11px;
}

.recordtextrate tr:nth-child(even) {
  background-color: #ddd;
}

.recordtextrate tr {
  font-family: 'Roboto';font-size: 1.2em; color: #333; font-weight: normal;
	font-family: 'Roboto', Arial, sans-serif;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 8px 0 rgba(0, 0, 0, 0.19);
  border-left-style:solid;
  border-top-left-radius:11px;
  border-bottom-left-radius:11px;
  border-right-style:solid;
  border-bottom-right-radius:11px;
  border-top-right-radius:11px;
  border: 10px solid #00ffff;
}

.recordtextrate td, th {
  border: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 10px;
}

.recordtextrate td:first-child {
   border-left-style:solid;
   border-top-left-radius:11px;
   border-bottom-left-radius:11px;
}

.recordtextrate td:last-child {
   border-right-style:solid;
   border-bottom-right-radius:11px;
   border-top-right-radius:11px;
}

.recordtextrate .pic {
  background-color: #000000;
  border-radius: 6px;
  padding: 1px;
}




.databaseformatrate {
	height: 245px;
  width: 100%;
	/*background-color: #eeefea;*/
  /*background-color: #41607b;*/
	border: 1px solid #eee;
  box-shadow: rgba(0,0,0, 0.1) 0px 10px 18px;
  /*padding-top: 8px;*/
  /*border: 1px solid yellow;*/
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;

}



/*.databaseformat img:hover{box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);}*/

.frame1rate {
    /*display: block;
    margin-left: auto;
    margin-right: auto;*/
    float: left;
    width: 190px;
    height: 220px;
    /*border: 1px solid #563345;*/
}

.frame2rate {
    /*display: block;
    margin-left: auto;
    margin-right: auto;*/
    float: right;
    width: 294px;
    height: 220px;
    margin-right: 4px;
    /*border: 1px solid #563345;*/
}

/*
.databaseformatrate img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    background-color: #ffffff;

    height: 60%;
    margin-left: auto;
    margin-right: auto;

    border: 1px solid green;
}*/

.databox1rate {
  text-align: left;
  margin-top: 10px;
  margin-left: 8px;
  color: #000000;
  /*width: 240px;*/
  height: 160px;
  line-height: 1.1em;
  /*border: 1px solid red;*/
}

.databox1rate .pic {
  height: 130px;

}

.databoxlabelsrate {
  text-align: left;
  width: 70px;
  float:left;
  margin-top: 10px;
  margin-left: 8px;
  color: #0d5c93;
  height: 160px;
  line-height: 1.1em;
  /*border: 1px solid red;*/
}

.databox2rate {
  text-align: left;
  margin-top: 10px;
  margin-left: 8px;
  color: #000000;
  padding-top: 4px;
  /*width: 240px;*/
  /*height: 150px;*/
  border-top: 1px solid #ccc;
}



/* End of Rate Books */





/* Global */

/*Banner section*/

.backg {
    /* The banner for search.php, record.php */
    background-image: url("../images/topheader.jpg");

    /* Full height */

    padding: 100px;
    margin-top: -54px;



    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*border: 1px solid red;*/
}

/*End of banner section*/

/*body {
    font-family: 'Roboto';font-size: 1.2em; color: #333;
}*/

.spacer {
  margin-right: 10px;
}

.spacer-left {
   margin-left: 14px;
}

.spacerhi {
   margin-top: 20px;
}

.spacerlo {
   margin-bottom: 20px;
}

.logsearch {
    background-color: #444;

}

.containerlog {
    padding-top: 0px;
    padding-right: 10px;
    margin-bottom: -2px;
    text-align: right;
    color: white;
    font-size: 16px;
}

.containerlog img {
     float: right;
     padding-top: 4px;
     padding-left: 10px;
}

.hrgrey {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}


/* Style inputs, select elements and textareas */
.formcontainer input[type=text], select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  font-weight: normal;
  font-family: 'Roboto';font-size: 0.8em; color: #333;
	font-family: 'Roboto', Arial, sans-serif;
}

/* Style inputs, select elements and textareas */
.formcontainer textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  font-weight: normal;
  font-family: 'Roboto';font-size: 0.8em; color: #333;
	font-family: 'Roboto', Arial, sans-serif;
}

/* Style inputs, select elements and textareas */
.formcontainer input[type=password] {
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
.formcontainer label {
  padding: 12px 12px 0px 0;
  display: inline-block;
  /*color: #496099;*/
  color: black;
  font-size: 0.9em;
}

/* Style the submit button */
.formcontainer input[type=submit] {
  background-color: #718969;
  color: white;
  font-size: 1em;
  padding: 12px 40px;
  margin-left: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
}

/* Nav */
/*in use*/
.pagination {
    display: inline-block;
}
/*in use*/
.pagination a {
    color: black;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    -webkit-transition: 0.3s; /* Safari */
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
    background-color: #ffffff;
    font-family: 'Roboto';font-size: 1.2em; color: #333;
	font-family: 'Roboto', Arial, sans-serif;
}
/*in use*/
.pagination a.active {
    /*background-color: #adb2ab;*/
    background-color:#718969; /*#276D48; /*#913465; #4A8049; #41607b;*/
    color: white;
    border: 1px solid #475642;
}
/*in use*/
.pagination a:hover:not(.active) {background-color: #B6BFB3;/* #BDDDBC; /*#eaf5ff;*/
}


/* buttons */
.searchbtn {
  display: inline-block;
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 10px;
  /*margin-left: 4px;*/
  padding: 4.5px;
  width: 100px;
  border: 1px solid #bbb;
  cursor: pointer;
  /*float: right;*/
  border-radius: 4px;
  -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  font-weight: normal;
  font-family: 'Roboto'; font-size: 1em; color: #333;
	font-family: 'Roboto', Arial, sans-serif;
}

.searchbtn:hover {
    border: 1px solid blue;
}



.buttons {
  background-color: #718969;
  color: white;
  font-size: 1em;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px;
  width: 200px;
  border: none;
  cursor: pointer;
  float: left;
  border-radius: 5px;
}

.buttons:hover {
  opacity: 0.7;
}

.buttons img {
	border: 0px;
}

.button2 {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  width: 160px;
  border: 1px solid #bbb;
    border-style: solid;
    /*border-width: 2px;*/
  cursor: pointer;
  float: left;
  border-radius: 10px;
  -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  font-family: 'Roboto';font-size: 1em; color: #333;
	font-family: 'Roboto', Arial, sans-serif;
  background-image:linear-gradient(to top, #f1f1f1 0%,#fff 100%);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.button2:hover {
    background-image:linear-gradient(to top, #ffffff 0%,#eee 50%);
}



/* test area */
.button3{
  display: inline-block;
  width: 115px;
  height: 42px;
  font-size: 0.8em;
  border-radius: 30px;
  background-image: linear-gradient(to top, #efeeee 0%,#bcb9b8 100%);
  border-top: solid 2px #fafafa;
  border-bottom: solid 2px #ada39d;
  box-shadow:
    1px 5px 6px rgba(0, 0, 0, 0.4),
    0 0 3px rgba(0, 0, 0, 0.3);
  /*position: relative;*/
  /*top: 5px;
  left: 6px;
  z-index: 99;  */
}

.button3:hover{
  background-image: linear-gradient(to top, #eaf5ff 0%,#d5e4f2 100%);
  cursor: pointer;
}

.button3:active{
  border-bottom: none;
  top: 6px;
  box-shadow:
    1px 4px 7px rgba(0, 0, 0, 0.5),
    0 0 3px rgba(0, 0, 0, 0.4);
}

/*in use*/
.button4a {
  background-color: #3F564A;
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 8px;
  /*margin-right: 10px;*/
  padding: 10px;
  width: 100%;
  border: 2px solid #3F564A;
  cursor: pointer;
  float: right;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  text-align: center;
  font-weight: normal;
  font-family: 'Roboto'; font-size: 1em; color: white;
	font-family: 'Roboto', Arial, sans-serif;
}
/*in use*/
.button4a:hover {
    border: 2px solid #c3c9c1;
    opacity: 0.9;
    /*background-color: #c3c9c1;*/
    color: white;
}

.button4b {
  background-color: #3F564A;
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 10px;
  /*margin-right: 10px;*/
  padding: 10px;
  width: 140px;
  border: 1px solid #bbb;
  cursor: pointer;
  float: right;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  text-align: center;
  font-weight: normal;
  font-family: 'Roboto'; font-size: 14px; color: #ffffff;
	font-family: 'Roboto', Arial, sans-serif;
}
/*in use*/
.button4b:hover {
    border: 1px solid #333;
}

.button4c {
  background-color: #3F564A;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 8px;
  /*margin-right: 10px;*/
  padding: 10px;
  /*width: 100px;*/
  border: 1px solid #bbb;
  cursor: pointer;
  float: right;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  text-align: center;
  font-weight: normal;
  font-family: 'Roboto'; font-size: 1em; color: #ffffff;
	font-family: 'Roboto', Arial, sans-serif;
}
/*in use*/
.button4c:hover {
    border: 1px solid #eeeeee;
}

/*in use*/
.button4d {
  background-color: #3F564A;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 8px;
  /*margin-right: 10px;*/
  padding: 10px;
  width: 100%;
  border: 1px solid #bbb;
  cursor: pointer;
  float: right;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  text-align: center;
  font-weight: normal;
  font-family: 'Roboto'; font-size: 1em; color: #ffffff;
	font-family: 'Roboto', Arial, sans-serif;
}
/*in use*/
.button4d:hover {
    border: 1px solid #333;
}

.button4e {
  background-color: #3F564A;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 8px;
  /*margin-right: 10px;*/
  padding: 10px;
  /*width: 100px;*/
  border: 1px solid #bbb;
  cursor: pointer;
  float: left;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  text-align: center;
  font-weight: normal;
  font-family: 'Roboto'; font-size: 1em; color: #ffffff;
	font-family: 'Roboto', Arial, sans-serif;
}
/*in use*/
.button4e:hover {
    border: 1px solid #cccccc;
    opacity: 1;
    color: #ffffff;
	
}

/*in use*/
.button5 {
  background-color: #3F564A;
  margin-top: 4px;
  margin-left: 10px;
  /*margin-bottom: 8px;*/
  /*margin-right: 10px;*/
  padding: 10px;
  width: 100%;
  border: 1px solid #bbb;
  cursor: pointer;
  float: right;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  text-align: center;
  font-weight: normal;
  font-family: 'Roboto'; font-size: 1em; color: #ffffff;
}
/*in use*/
.button5:hover {
    border: 1px solid #333;
}

/*in use*/
.button6 {
  background-color: #3F564A;
  margin-top: 4px;
  margin-left: 0px;
  /*margin-bottom: 8px;*/
  /*margin-right: 10px;*/
  padding: 4px;
  /*width: 100%;*/
  border: 1px solid #bbb;
  cursor: pointer;
  float: left;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  text-align: center;
  font-weight: normal;
  font-family: 'Roboto'; font-size: 0.8em; color: #ffffff;
	font-family: 'Roboto', Arial, sans-serif;
}
/*in use*/
.button6:hover {
    border: 1px solid #333;
}
