/* nirvana theme stuff that i stole */
ol, ul {
	list-style: none;
}
/* custom select */
.custom-select {
  position: relative;
  font-family: Arial;
}

.select-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}


/* END SELECT STYLING */




h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: bold;
  margin: 3%;
}

a {
  color:rgb(154, 75, 0)
}
table.submit_research{
  width: 80%;
}


td {
    padding: 1%;
    background-color: #ddd4af;;
    color: #574700;
    word-wrap: break-all;
}

th.submit_form {
    background-color: #ddd4af;;
    color: #574700;
}

th {
    background-color: #ddd4af;;
    color: #574700;
}

hr {
	border: 1px solid transparent;
	clear: both;
	height: 1px;
}

input[type=text]{
  width:100%;
}

/* list stuff stolen from nirvana */

ol {
	list-style-type: decimal;
	margin-left: 1.8em;
}

ol ol {
	list-style-type: upper-alpha;
}

ol ol ol {
	list-style-type: lower-roman;
}

ol ol ol ol {
	list-style-type: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 0 24px 0;
}

dt {
	font-weight: bold;
}

#nav-toggle {
  display: none;
  /*float: left;*/
  margin: 0 auto;
  width: 100%;
  /*height: 44px;*/
  padding: 0 4%;
  cursor: pointer;
}

/* OVERRIDE W3 styles */

.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#7a1109!important}
.w3-orange,.w3-hover-orange:hover{color:#ffffff!important;background-color:#925801!important}
.w3-yellow,.w3-hover-yellow:hover{color:#ffffff!important;background-color:#958600!important}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#2f6b31!important}
.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#16588e!important}
.w3-cyan,.w3-hover-cyan:hover{color:#000!important;background-color:#016876!important}





/* ---------------------------------=================== Digital annex ===========================================----------------------- */
body {
    color: rgb(73, 73, 73);
    background-color: rgb(194, 182, 161);
    padding-bottom: 50px;
  }

  .radio {
    color:green;
    background-color: slategrey;
  }

#logout_main {
    float:right;
  }

#logout_mobile {
    display:none;
}

.mobile-show {
  display:none;
}

.published_pub {
  background-color: rgb(0, 93, 124);
}

.wip_pub {
  background-color: rgb(98, 98, 0);
}

.pending_pub {
  background-color: rgb(140, 102, 109);
}

.side_menu {
    float:left;
    height:90%;
    width:15%;
    overflow:auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: max(14px);
}

.body_text {
    color: rgb(73, 73, 73);
    background-color: rgb(194, 182, 161);
    font-family: museo-slab, georgia, serif;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-right: 80px;
    margin-left: 80px;
    text-align: left;
    position: relative;
    padding: 1%;
    
  }

.body_text_main {
    color: rgb(73, 73, 73);
    background-color: rgb(194, 182, 161);
    font-family: museo-slab, georgia, serif;
    margin-top: 2%;
    margin-bottom: 12%;
    margin-right: 80px;
    margin-left: 80px;
    text-align: left;
    position: relative;
    
  }

.footer {
    height:8%; 
    width: 100%; 
   
    background-image: none;
    background-color: rgb(1, 129, 129);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    position: fixed;
    bottom: 0pt;
    left: 0pt;
    color: rgb(177, 177, 177);
}


  /*DIGITAL OBJECT */
  .digital_object {
    width: 100%;
  }

  .imgbox {
    /*display: grid;*/
    width: 100%;

}

/* media player ========================= */
audio:hover, audio:focus, audio:active
{
-webkit-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
-moz-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: scale(1.05);
}


audio
{
-webkit-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-o-transition:all 0.5s linear;
transition:all 0.5s linear;
-moz-box-shadow: 2px 2px 4px 0px #006773;
-webkit-box-shadow:  2px 2px 4px 0px #006773;
box-shadow: 2px 2px 4px 0px #006773;
-moz-border-radius:7px 7px 7px 7px ;
-webkit-border-radius:7px 7px 7px 7px ;
border-radius:7px 7px 7px 7px ;
width: 100%
}

audio::-webkit-media-controls-timeline {
  background-color: #B1D4E0;
  border-radius: 25px;
  margin-left: 4px;
  margin-right: 4px;
}


  /* ====---------------------------- TABLE FORMATING ------------------------==== */
  table.item_metadata {
    padding: 0.5%;
    border: 1px solid;
   
  }

  table {
    margin-top: 0.5%;
    border: 1px solid;
    width: 75%;
    margin-bottom: 1%;
    
  }
  th, td {
    text-align: left;
    /*border: 1px solid;*/
  }

  table.full_screen {
    width: 100%;
    margin: auto;
    color: white;
    
    /*background-color: aqua;*/
  }

    td.big_text {
        font-size: 18px;
        text-align: center;
    }



  /* COLLECTION RECORD MENU */
  #browse_by_div{
    display:none;
  }
  /* SEARCH BAR */
  #search_term {
    width: 80%;
    float: left;
  }

/* +_+_+_+_+_+_ MENU FORMAT -- DESKTOP --- _+_+_+_+_ */
#logout_button {
  float: right;
}

#logout_button_mobile {
  display: none;
}


/* =============================================== MOBILE HERE DOWN ================ */

@media only screen and (max-width: 768px) {

  /* NIRVANA MENU MOBILE CODE STOLEN */

	#access {
		display: none;
		margin-top: 0;
		padding-bottom: 5px;
	}

	#access .menu ul,
	#access .menu ul li {
		margin:0;
		width: 100%;
	}

	#access ul ul {
		min-width: 1px;
	}

	#access ul li {
		white-space: normal;
	}

	#access > .menu li ul {
		position: inherit;
		margin: 0;
		overflow: hidden;
	}

	#access > .menu ul ul ul {
		left: 0;
		text-indent: 1em;
	}

	#access > .menu ul ul ul ul {
		left: 0;
		text-indent: 1em;
	}

	#access a span {
		padding: 15px 10px;
	}

	.nirvana-menu-center #access > .menu > ul > li > a > span {
		text-align: left;
	}

	#access > .menu ul li > a:not(:only-child) span:after {
		font-family:"Elusive";
		content: '\e80a';
    	position: absolute;
		right: 5px;
		top: 16px;
		z-index: 251;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	#access > .menu ul li:hover > a:not(:only-child) span:after {
		top: 20px;
		opacity: 0;
	}

	#access > .menu ul li > a:not(:only-child) span {
		padding-right: 18px;
	}

	#access ul li:hover,
	#access ul ul li,
	#access ul ul {
		background-color: rgba(255,255,255, .05);
	}

	#access > .menu > ul ul > li a:not(:only-child) span:after {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

  #nav-toggle {
		display: block;
		/*float: left;*/
		margin: 0 auto;
		width: 100%;
		/*height: 44px;*/
		/*padding: 0 4%;*/
		cursor: crosshair;
	}

	#nav-toggle span:before {
		content: "\e820";
		font-family: "elusive";
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	#nav-toggle.active span:before {
		content: "\e814";
	}

  /* END STOLEN CODE */


  .mobile-hide {
    display:none;
  }
  .mobile-show {
    display: block;
  }

    /* THESE ITEMS REFORMAT THE MENU FOR MOBILE */
    #logout_button { 
        display:none;
      }

      #logout_button_mobile {
        display:block;
        width: 100%;
        margin: auto;
        font-size: min(5vw, 14px);
     
      }

      .menu_top {
        width:100%;
      }

      .menu_second {
        width:75%;
        margin: auto;
        border: 3px solid white;
      }
      
    .side_menu {
        float:left;
        height:20%;
        width:100%;
        overflow:auto;
        background-color: lightskyblue;
    }

      /*body format */
      .body_text {
        color: black;
        font-family: museo-slab, georgia, serif;
        margin-top: 3%;
        margin-bottom: 3%; 
        margin-right: 5%;
        margin-left: 5%;
        text-align: left;
      }
audio {
  position: fixed;
    top: 75%;
    left: 0pt;
}

video {
  position: fixed;
    top: 25%;
    left: 25%;
}
}

