﻿.card {
	border-color:#000;
	border-width:15px;
	width: 400px; 
	margin:10px;
	/*border:2px solid #00a9e0!important;*/
	border-radius: 10px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	margin-left:auto;
	margin-right:auto;
	/*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3);*/
}

.glass{
background: rgba(200, 200, 255, 0.5)!important;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(3.1px);
--webkit-backdrop-filter: blur(3.1px);
border: 1px solid rgba(255, 255, 255, 0.4)!important;
}

.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
}
.cardcontainer {
	font-size: 12px;
	padding: 2px 16px;
	background-color: white;
	padding:20px;
	border-color:#112;
	border-width:5;
}


.cardtitle {
	font-size: 22px;
	text-align: center;
	font-weight:bold;
	color:#134859;
	text-shadow: 1px 1px 2px rgba(82, 168, 236, 0.6);
	margin:0px;
	height:30px;
	background-color:#DFE3E3;
	height:36px;
	vertical-align:middle;
	padding:2px;
	border-radius: 10px 10px 0px 0px;
	border-bottom:2px solid #B0D3DE;
}
.cardcolapse {
	float: right;
	padding-top:5px;
	font-size: 20px;
	margin-right: 10px;
	color:#CCC;
	text-shadow: 2px 1px 1px black;
	font-weight:bold;
	cursor:pointer;
}
.cardcolapse:hover {
	color:#FFF;
	text-shadow: 3px 1px 1px black;
}
.labeltext {
	color:#114;
	margin-top:2px;
	font-size: 15px;
}
.credit {
	color:#999;
	font-size: 12px;
	text-align: center;
}


input[type=text], input[type=password] {width: 100%;padding: 3px 3px;margin: 5px 0;display: inline-block;border: 1px solid #55a;box-sizing: border-box;border-radius: 5px;} 
.btn{border: 1px solid black;margin:0px;background-color: gray;color: black;padding: 5px 5px;font-size: 16px;cursor: pointer;border-radius: 10px 5px;position: relative;top:10px;box-shadow: 3px 3px 4px rgba(80,80,100, 0.6);}
.btn:disabled {background-color: "gray";opacity:0.4;}
.success {background-color: #43f436;color: #050;}
.success:hover {background-color: #4CAF50;color: white;}
.info {background-color: #65f;color: #005;}
.info:hover {background-color: #4C50AF;color: white;}
.danger {background-color: #f44336;color: #500;}
.danger:hover {background-color #f44336;color: white;}
.metal{background-image: linear-gradient(to bottom right, #454, #aaa);}
.dark{background-image: linear-gradient(to bottom, #112, #565);}
.marmol{background-image: linear-gradient(to bottom right, #ddc, #fff);}
.invertbackground{background-color: rgba(255,255,255,0.1);}
.interfase{background-image: linear-gradient(to bottom, #222, #345);color: #ccc;}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td {
  border: 1px solid #000;
  text-align: left;
  padding: 8px;
  cursor:pointer;
}

th {
  border: 1px solid #000;
  text-align: left;
  padding: 8px;
  background-color: #aae;
}


.separador{
	width:98%;
	left:1%;
	height:2px;
	background-color: rgba(50,50,50,0.5);
	box-shadow: 3px 3px 4px rgba(0,0,0, 0.6);
	margin:5px;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color:#DDD;
  padding:0;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  background: linear-gradient(#719cb3, #000000);background: linear-gradient(#b9cadb, #47494f);
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
  border-left:1px solid #4C4D4D;
  background: linear-gradient(#ffffff, #a1a1a1);
}

.topnav a:hover, .dropdown:hover .dropbtn, .dropdown-content a:hover {
  background-color: #ddd;
  color: black;
  box-shadow: inset  0 3px 3px rgba(82, 168, 236, 0.6);
}

.topnav a.active {
  background-color: #FFF;
  color: black;
  padding: 4px 8px 0px 0px;
}

.topnav .icon {
  display: none;
}

.nav-icon {
  margin: 4px;
  width: 30px;
}

.nav-icon:after, 
.nav-icon:before, 
.nav-icon div {
  background-color: rgb(79,96,126);
  border-radius: 3px;
  content: '';
  display: block;
  height: 2px;
  margin: 3px 0;
}

.myProgress {
  margin:10px;
  width: 100%;
  background-color: grey;
  height: 23px;
}

.myBar {
  width: 1%;
  height: 23px;
  background-color: green;
}





@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {

	
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
}

@media screen and (max-width: 425px) {
	
	  .card {
	  width: 90%; 
	  margin-left:auto;
	  margin-right:auto;
	}

  
}

.dropdown {
    float: left;
    overflow: hidden;
    
}

.dropdown .dropbtn {
  font-size: 14px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  border-left:1px solid #4C4D4D;
}

.con_icono{
	background-position: 4px 6px !important;
	background-repeat: no-repeat !important;
	padding-left:40px !important;
	padding-right:4px !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-right:1px solid #4C4D4D;
  border-bottom:1px solid #4C4D4D;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}


.dropdown:hover .dropdown-content {
display: block;
}

/*
@media screen and (min-width: 600px) {
	.dropdown:hover .dropdown-content {
    display: block;
	}
}


@media screen and (max-width: 600px) {
	.dropdown:active .dropdown-content {
    display: block;
	}
}*/

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
  
  