/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 .form-group{
    display: flex;
    margin: 0px;
 }
 .frm_skins input{
     width: 100%;
 }
 
.item{
    height: 300px;
}

.edit-btn{
    position: absolute;
    left: 37px;
    bottom: 30px;
    width: 143px;
}

.edit-btn button{
    width: 100%;
}

/*
 .section-data-search-box{
    height: 350px !important;
 }*/

body {
	
	background-color: #ccd9cd;
}
 
body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 17px;
}

h1 {
	font-size: 32px;
	font-weight: 400;
	
}

h4 {
	font-size: 24px;
	font-weight: 400;
	
}


.hr1{
	color:#000000;
	margin-top: 15px;
margin-bottom: 15px;
border: 0;
border-top: 1px solid #000000;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red;
}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}

select {
	color:#000000;
}
}
.topnav {
    font-size: 16px; 
	background-color: #e1d8ad;
	color: #4c7d74;	
}



/* navbar */
.navbar-default {
    background-color: #e1d8ad;
    border-bottom: 0px;
	-webkit-box-shadow: 2px 2px 2px 2px #444444;
    -moz-box-shadow:    2px 2px 2px 2px #444444;
    box-shadow:         2px 2px 2px 2px #444444;
    z-index:999;

}
/* title */
.navbar-default .navbar-brand {
    color: #4c7d74;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #4c7d74;
}
/* link */
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #4c7d74;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #4c7d74;
    background-color: #e1d8ad;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #4c7d74;
    background-color: #e1d8ad;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #e1d8ad;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #e1d8ad;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #4c7d74;
}

.form-inline {
    margin-top: 15px;
	

}


.content-start{
	padding-top: 180px; /*start of content, add padding for nav and search bar */
	
}


.row-data-search{
	padding-bottom: 15px;
}

.row-pagination{
	padding: 10px;
	margin-bottom: 10px;
	background-color:#92ad93;
	color: #ffffff;
	text-align: right;

}

.row-pagination-bottom{
	padding: 10px;
	margin-bottom: 10px;
	background-color:#92ad93;
	color: #ffffff;
	text-align: right;

}

.row-downloadrecords{
	padding: 10px;
	margin-top: -10px;
	margin-bottom: 10px;
	background-color: #e1d8ad;
	color: #000000;
	text-align: left;

}
.section-data-search-box {
	display: inline-block;
    width: 100%;

    border:solid 1px #000000;
	padding: 10px;
	margin: 0 0 0 0;
    background-color:#ffffff;
    -webkit-transition : background-color 200ms ease-out;
	-moz-transition : background-color 200ms ease-out;
	-o-transition : background-color 200ms ease-out;
    -webkit-transition : border 200ms ease-out;
	-moz-transition : border 200ms ease-out;
	-o-transition : border 200ms ease-out;
}

.section-data-detail-box {
	display: inline-block;
    width: 100%;
 
    border:solid 1px #000000;
	padding: 10px;
	margin: 0 0 0 0;
    background-color:#ffffff;
    -webkit-transition : background-color 200ms ease-out;
	-moz-transition : background-color 200ms ease-out;
	-o-transition : background-color 200ms ease-out;
    -webkit-transition : border 200ms ease-out;
	-moz-transition : border 200ms ease-out;
	-o-transition : border 200ms ease-out;
}

.title-field {
	
	color: #557156;
}
.section-data-search-box:hover{
	background-color: #f7f7ee;
	
}
.highlight-field {
	color: #557156;
	font-weight: 800;
	font-size: 18px;
}
}
.lead {
    font-size: 18px;
    font-weight: 400;
}

.top-search-bar {
   
	padding-bottom:15px;
	margin: 0 0 0 0;
    text-align: right;
    background-color: #769878;
	font-size: 16px;
    color: #ffffff;
	
	
}


.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(/images/landing/bg.jpg) no-repeat center center;
    background-size: cover;
	
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
	.top-search-bar {
   
	margin:15px;
	
    text-align: right;
    background-color: #769878;
	font-size: 16px;
    color: #ffffff;
	
	
}

    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;

}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #e1d8ad;
	text-align: center;
}

p.copyright {
    margin: 15px 0 0;
}

.object-image-thumb{
	
	width: 50%;
	float: left;
	padding-right: 10px;
}

.object-image-thumb2{
	
	width: 25%;
	float: left;
	padding-right: 10px;
	padding-top: 10px;
}


.boxAlert{
	top: 25%;
	
	
}

.adminNav{
	background-color: #3f3f3f;
	color: #ffffff;
	padding: 25px;
}

.addMedia{
	background-color: #3f3f3f;
	color: #ffffff;
	padding: 25px;
	margin-bottom: 15px;
}

.addMediaItem{
	width: 100%;
	background-color: #787878;
	color: #ffffff;
	padding: 10px;
	
}
.detail-thumb-container{
	
	
}
.object-image-large{
	
	width: 100%;
	float: left;

	padding-right: 10px;
}

.paginationContainer{
	width: 100%;
	
	float:left;
}
.paginationLeft{
	
		position: relative;
	width: 60%;
	float: left;
	align: left;
	text-align: left;



}

.show-hand
 { cursor: pointer; cursor: hand; }
.paginationRight{
	
	width: 40%;
	float: left;
	text-align: right;
}

@media (max-width: 767px) {
	.collapsing, .in {background-color: #eae3c4};
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #4c7d74;
	}
	.content-start {padding-top: 65px;} /* mobile version, add top padding for content start */
    }
}

form.pagination {
   display:inline;
   margin:0;
   padding:0;
}



.checkbox{
	margin-top: 10px;
}

.row {
   margin-left:0;
   margin-right:0;
}


.item img.image {
  max-width: 100%;
  margin-top: 9px;

}

.item{
	  padding-bottom: 15px;
	 
}

.item-record-display {
	  padding-bottom: 15px;
	 
}




/* Isotope Transitions
------------------------------- */
/*
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}
 */ 
  
/* responsive media queries */

@media (max-width: 768px) {

  .isotope .item {
    position: static ! important;
    -webkit-transform: translate(0px, 0px) ! important;
       -moz-transform: translate(0px, 0px) ! important;
            transform: translate(0px, 0px) ! important;
  } 
}

a.div-link{
	color: black;
}



/* record detail page */

.detail-field {
    clear: both;
    margin-bottom: 8px;
	
    float: left;
    width: 100%;
}

.detail-field-label {
    float: left;
    margin-right: 5px;
	padding: 5px;
    min-width: 50%;
    width: auto;
	font-weight: bold;
	background-color: #e6ece7;
    
}

.detail-field-value {
    float: left;
    max-width: 45%;
	padding: 5px;
}



.pager-button {
    background-color: #e1d8ad;
    color: #000000;
    height: 25px;
    width: 90px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #769878; 

}


.object-pager{
	
	vertical-align: bottom;
}

.pagination {
margin: 0px !important;
}

.btn-primary .btn_default {
	margin-bottom: 10px;
	
}

	#debug {
	    width: 100%;
	    float: left;
	    background-color: red;
	    border-radius: 3px;
		color: #ffffff;
		padding: 10px;
		font-weight: bold;
		clear: both;
	}
	
	.egg_card_box {
	    
	    float: left;
	    background-color: #e6ece7;
		border-width: 1px;
		border-style: solid;
		border-color: #000000;
		
		padding: 10px;
		font-weight: bold;
		clear: both;
	}
	
	
	.admin-box {
	    
	   
	    background-color: #e6ece7;
		border-width: 1px;
		border-style: solid;
		border-color: #000000;
		
		padding: 10px;
		font-weight: bold;
		clear: both;
	}
.empty{
	clear:both;
	float:left;
}

.frmContainer{
	clear:both;
	float: inherit;
	
	background-color: #ffffff;
	
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding:10px;
	margin-left: 15px;
	margin-top:25px;
		

}
.frmLabel {
		clear: both;
	    float: left;
	    padding:5px;
		font-size: 11pt;
		width: 40%;
		text-align: right;
		font-weight: normal;
	
	}
	label {
    font-weight: normal ;
}
	
	.frmInput {
	    float: left;
		font-size: 11pt;
		width: 60%;
		text-align: left;
		font-weight: normal;
		
		padding-right: 40px;
		
	
	}
	
	.frmFullWidth {
	  clear: both;
	    float: left;
		
	
	}
	
	.frm_section_header{
		padding-bottom: 10px;
		font-weight: bold;
	}
	.frm_skins {
		background-color: #e8e8e8;
		border-width: 1px;
		border-style: solid;
		border-color: #000000;
		clear: both;
	    float: left;
		padding: 10px;
		margin-bottom: 10px;
		
		
		
	}
	
	.frm_eggs {
		clear: both;
	    float: left;
		padding: 10px;
		margin-bottom: 10px;
		background-color: #e8e8e8;
		border-width: 1px;
		border-style: solid;
		border-color: #000000;
		
		
		
	}
	
	.frmSubmit {
		
		text-align: center;
		padding: 10px;
	}
	
	.boxHeader {
	   color: #ffffff;
	   background-color: #92ad93;
	   width: 100%;
	   text-align: center;
	   padding: 5px;
	   margin-bottom: 10px;
	   
		
	
	}
	
	
	
	@media only screen and (max-width: 920px) {
		
		
		.frmLabel {
		
		width: 100%;
		text-align: left;
	
		}
	
	
		.frmInput {
	    width: 100%;
		
	
		}
	}
	
	.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #5cb85c;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #3d8b3d;
}


/* style 2 */

.inputfile-2 + label {
    color: #d3394c;
    border: 2px solid currentColor;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #722040;
}


/* style 3 */

.inputfile-3 + label {
    color: #d3394c;
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
    color: #722040;
}


/* style 4 */

.inputfile-4 + label {
    color: #d3394c;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
    color: #722040;
}

.inputfile-4 + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #d3394c;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
    background-color: #722040;
}

.inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}


/* style 5 */

.inputfile-5 + label {
    color: #d3394c;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
    color: #722040;
}

.inputfile-5 + label figure {
    width: 100px;
    height: 135px;
    background-color: #d3394c;
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
    background-color: #722040;
}

.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.inputfile-5 + label figure::before {
    border-top: 20px solid #dfc8ca;
    border-left: 20px solid transparent;
}

.inputfile-5 + label figure::after {
    border-bottom: 20px solid #722040;
    border-right: 20px solid transparent;
}

.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
    border-bottom-color: #d3394c;
}

.inputfile-5 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}


/* style 6 */

.inputfile-6 + label {
    color: #d3394c;
}

.inputfile-6 + label {
    border: 1px solid #d3394c;
    background-color: #f1e5e6;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #722040;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #d3394c;
    display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #722040;
}

@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
}
