 * {
    box-sizing: border-box;
}

body {
    font-family: Arial;
    padding: 10px;
    background: #ffffff;
}

a{
	 color: green;
	 text-decoration: none;
	 padding-left: 10px;
	 padding-right: 10px;
 }

 a:hover{
	 text-decoration:underline;
	 #font-weight: bold;
	 #padding-left: 7px;
	 #padding-right: 7px;
	 color: #0a6524;
	 text-shadow: 3px 1px 0px .5px #3b6c48;
 }

input {
		font-size: 1em;
	}
	
table {
    border-collapse: collapse;
    width: 100%;
}

table.datoscepa th, td {
    text-align: left;
    padding: 15px;
}

table.datoscepa tr {
	align-items: stretch;
}

table.datoscepa tr:nth-child(odd) {background-color: #f2f2f2;}

table.datoscepa td:first-child {
	min-width: 280px;
}
table.datoscepa td:last-child {
	width: 100%;
}



textarea {
  width: 100%;
  min-height: 100px;
  resize: vertical;
  margin: 0;
  padding: 2px;
}


/*
/////////////
// classes //
////////////
*/


.algaenames{
    content: url(../images/algae40.png);
    vertical-align: middle;
}

.bacterialnames{
    content: url(../images/bacteria40.png);
    vertical-align: middle;
}

.border{
	border: 2px solid green;
	border-radius: 5px;
	padding: 15px;
	color: green;
}

.border a{
	text-decoration: none;
	color: green;
}
/*
// from index.php
 .border{
	 border-style: solid;
	 border-width: 2px;
 }
*/
.busqnum {
	padding-top: 5px;
}


/* Add a card effect for articles */
.card {
    background-color: white;
    padding: 20px;
    margin-top: 20px;
}

.cat_header {
	color: green;
	font-size: 1.3em;
}
.credits {
	font-size: smaller;
	text-align-last: left;
}

.credits a{
	text-decoration: none;
	color: grey;
}
.cursiva {
	font-style: italic;
}

.derecha {
	float: right;
	padding-right: 0px;
	margin: auto;
}


.div-left{
    float:left;
    padding-left:0px;
}
.div-right{
    float:right;
    padding-right:0px;
}

.en_US {
	background:url(../images/us.png) no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	border: 0px solid black;
	padding: 16px 16px;
 }
 
 .es_ES {
	background:url(../images/es.png) no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0px 0px 0px;;
	border: 0px solid black;
	padding: 14px 16px;
 }

.exit {
	background:url(./images/if_logout_54129_16.png) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0px 0px 0px;;
	border: 0px solid black;
	padding: 14px 16px;
    
}

.feat_header {
	color: green;
	font-size: 1.1em;
}

.features {
	color: green;
	font-weight: bold;
	font-size: 18px;
	#text-shadow: 2px 2px #e7e7e7;
}

.featclass_desc {
	font-size: 20px;
	color:green;
	padding:0;
}

.feather {
  width: 36px;
  height: 36px;
  stroke: green;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  vertical-align: bottom;
}

.feather14top{
		width: 14px;
		height: 14px;
		vertical-align:super;  
}

.feather2 {
  stroke: red;
}

.feather3 {
  stroke: #cccc00;
}

.feather4 {
	width: 24px;
	height: 24px;
	stroke: white;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	vertical-align: middle;
	#padding: 10px;
}

.feather5{
	stroke: #e6e6e6;
}

.feathersm {
	width: 24px;
	height: 24px;
}

/* Footer */
.footer {
    padding: 20px;
    text-align: center;
    background: #ddd;
    margin-top: 20px;
}

.form_data {
	padding-left: 10px;
}

.fungalnames{
    content: url(../images/fungi40.png);
    vertical-align: middle;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { 
	transform: scale(1.3); 
	transform-origin: left bottom;
	transform-style: !important;
}


/* Header/Blog Title */
.header {
    padding: 30px;
    text-align: center;
    background: white;
}

.header h1 {
    font-size: 50px;
}

.icon-bar {
  width: 100%;
  background-color: #255;
  overflow: auto;
  color: white;
}

.icon-bar a:link, a:visited {
  background-color: #255;
  color: white;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.icon-bar li {
  float: right;
 text-align: center;
  padding: 12px 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 16px;
  list-style-type: none; 
}

.icon-bar table{
	display: table;
	table-layout: auto;
	width: 200px;
	white-space: nowrap;
	color: white;
}

.izquierda {
	float: left;
	padding-right: 20px;
	margin: auto;
}

.leftmenu{
	font-size: 1.3em;	
}

.leftmenu li{
	margin: 1.1em 0;
}

.letranorm {
	font-size: 15px;
}

.logout td{
	width:100px;
}

.menus_ico {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.msgsalida {
	font-size: 25px;
	font-style: !important;
	text-align: center;
	margin: auto;
    width: 50%;
    border: 3px solid red;
    padding: 30px;
}

.nohover a:hover {
	background-color: white;
}

.overflow { height: 200px;}

.restable a{
		color:green;
}

.restable a:hover{
		color:green;
}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.search_container{
	border:1px solid grey;
	padding-top: 15px;
}

.search_container2{
	border:1px solid grey;
	padding-top: 15px;
	padding-bottom: 15px;
}


span.nobreak {
	white-space: nowrap;
}

.submit {
	background: #008e42;
	color: #fff;
	padding: 5px 10px;
	border: none;
	cursor: pointer;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
}

 .todo {
	 width:intrinsic;
	 
 }



.ui-autocomplete {
   	max-height: 100px;
   	overflow-y: auto;
   	/* prevent horizontal scrollbar */
   	overflow-x: hidden;
   	position: absolute;
}	

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
   	height: 100px;
}

.ui-dialog.my-dialog a{
	color: green;
	 text-decoration: none;
	 padding-left: 10px;
	 padding-right: 10px;
}

.ui-dialog.my-dialog a:hover{
	text-decoration:underline;
	color: #0a6524;
	text-shadow: 3px 1px 0px .5px #3b6c48;
}
.view{
	stroke:red;
}

.viewOn{
	stroke:grey;
}


table.feat_tbl tr:hover {
    background-color: whitesmoke !important;
}

    fieldset {
      border: 0;
    }
    label {
      display: block;
      margin: 30px 0 0 0;
    }
    .overflow {
      height: 200px;
    }

table.feat_tbl2 td {
    text-align: left;
    padding: 15px;
}

table.feat_tbl2 tr {
	align-items: stretch;
	border-bottom-color: gray;
	border-radius: 15px;
	border-style: solid;
	border-width: 0.5px;
	
}

table.feat_tbl2 th {
	background-color: #f2f2f2;
	padding: 15px;
	text-align: left;

}

table.feat_tbl2 td:first-child {
	min-width: 50%;
}

table.feat_tbl2 td:nth-child(2) {
	min-width: 50%;
}

table.feat_tbl2 td:last-child {
	width: 100px;
}

table.feat_tbl input,table.feat_tbl2 input {
  width: 100%;
}


/* Style the top navigation bar 
.topnav {
	overflow: hidden;
    background-color: #333;
}

/* Style the topnav links 
.topnav a {
   	float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 18px 16px;
    text-decoration: none;
}

.topnav p {
   	float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 18px 16px;
    #padding-top: 2px;
    text-decoration: none;
}


/* Change color on hover 
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.rightcolumn {   
    float: left;
    width: 85%;
}

/* Right column */
.leftcolumn {
    float: left;
    width: 210px;
    background-color: #ffffff;
    padding-left: 10px;
}


/*
	//////////
	// IDs //
	/////////
*/


#lock-modal {
  display: none;
  background-color: black;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
}

#loading-circle {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 0.6s ease-in infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#cepamenu {
	font-size: 15px;
	font-style: !important;
	text-align: left;
	margin: auto;
    width: 100%;
    border: 3px solid green;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
}

#colename {
	padding-left: 20px;
	font-size: 2em;
	color: black;
}


#content {
	width: 100%;
	padding-left: 130px;
}

#divlogo {
	padding-top: 50px;
}

 #menu_main {
	 padding-right: 50px;
 }

#secondline {
	width: 100%;
	display: inline-block;
	vertical-align: text-top; 
	padding-top: 15px;
}

#secondline div{
	display: inline;
	vertical-align: top;
}

#str_cabecera {
	font-size: 25px;
	text-align: left;
	text-shadow: 2px 2px #e7e7e7;
}


#str_cuerpo p {
	padding-bottom: 20px;
}



/*
/////////////
// Switch //
////////////
*/
.switch {
	width: 60px;
	height: 30px;
	background-color: green;
	z-index: 0;
	margin: 0;
	padding: 0;
	appearance: none;
	border: none;
	cursor: pointer;
	position: relative;
	border-radius: 30px;
}

.switch:before {
	content: ' ';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 54px;
	height: 24px;
	background-color: white;
	z-index: 1;
	border-radius: 35px;
}

.switch:after {
	content: ' ';
	width: 22px;
	height: 22px;
	border-radius: 40px;
	z-index: 2;
	background: #fff;
	position: absolute;
	transition-duration: 500ms;
	top:4px;
	left: 4px;
	box-shadow: 0 2px 5px #999999;
}

.switchOn, .switchOn:before{
	background: green; !important;
	
}

.switchOn:after{
	left: 35px;
}



/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .leftcolumn, .rightcolumn {   
        width: 100%;
        padding: 0;
    }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
    .topnav a {
        float: none;
        width: 100%;
    }
}







/////////////////////
























