input[type=button], input[type=submit], input[type=reset] {
  background-color: #e3e3e3;
  /*border: none;*/
  border-color: #000000;
  padding: 5px 20px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  border: 1px solid #999;
  /*text-decoration: none;*/
}
textarea {
	resize: none;
}
input[type=text],input[type=password],input[type=tel] {
  position: relative;
  padding: 8px 0px 5px 0;
  /*width: 100%;*/
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #000000;
  transition: box-shadow 150ms ease-out;
  margin: 5px 0;
}  
input[type=text],input[type=password],input[type=tel]:focus {
	border-color: #aaa;
	box-shadow: 0 2px 0 0 rgba(0, 153, 252, .7);
	color: #222;
	outline: none;
	/*box-shadow: 0 0 1px 3px rgba(0, 153, 252, .7);*/
    /*box-shadow: 0 2px 0 0 blue;
	background-color: #0099CC;*/
  }

/*prueba*/
select{
/*	display: block;*/
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
	/*font-weight: 700;*/
	color: #444;
	line-height: 1.3;
/*	padding: .6em 1.4em .5em .8em;*/
	padding: 8px 1.4em .5em .8em;
	/*width: 100%;*/
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fffffff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
select::-ms-expand {
	display: none;
}
select:hover {
	border-color: #888;
}
select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(0, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
select option {
	font-weight:normal;
}
option:checked {
  background-color: #0099CC;
  color: #ffffff;
}
/*otra prueba*/
input[type=file] {
  /*color: transparent;*/
  background-color: #f9f9f9;
}
input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
input[type=file]::before {
  content: 'Examinar';
  background-color: #e3e3e3;
  color: #000000;
  display: inline-block;
  /*background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);*/
  border: 1px solid #999;
  border-radius: 5px;
  padding: 5px 20px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #ccc;
  /*font-weight: 700;*/
  font-size: 13px;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
}
input[type=file]:hover::before {
  border-color: black;
}
input[type=file]:active {
  outline: 0;
}
input[type=file]:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}
p{
  font-size: 13px;
  font-family: Arial,Helvetica,sans-serif;
}
label{
  font-size: 13px;
  font-family: Arial,Helvetica,sans-serif;
}
/*input[type="radio"]:checked {
  width: 20px;
  height: 20px;
}*/
input[type=radio]:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(0, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
input[type=radio]:checked + label {
  color: #0099CC;
  font-weight:bold;
}
input[type=checkbox]:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(0, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
input[type=checkbox]:checked + label {
  color: #0099CC;
  font-weight:bold;
}
a {
  text-decoration: none;
}
table {
  font-family: Arial,Helvetica,sans-serif;
  border-collapse: collapse;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 1px;
}

table tbody tr:nth-child(even){background-color: #f2f2f2;}

table tbody tr:hover {background-color: #ddd;}

table th {
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: left;
  background-color: #2B8BD2;
  text-align:center;
  color: #ffffff;
}
footer {
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height:100px;
}
#progress {
 width: 250px;   
 border: 1px solid black;
 position: relative;
 padding: 3px;
 border-radius: 10px;
 text-align:center;
}

#percent {
 /*position: absolute;   
 left: 50%;*/
 text-align:center;
 border-radius: 10px;
}

#bar {
 height: 20px;
 background-color: green;
 border-radius: 10px;
}
#grabar {
  background-color: #11C10E;
  /*border: none;*/
  border-color: #FFFFFF;
  padding: 9px 20px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  color: #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  border: 1px solid #999;
  text-decoration: none;
}
#cancelar {
  background-color: #ED2A2A;
  /*border: none;*/
  border-color: #FFFFFF;
  padding: 9px 20px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  color: #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  border: 1px solid #999;
  text-decoration: none;
}
#cancelar_s {
  background-color: #ED2A2A;
  /*border: none;*/
  border-color: #FFFFFF;
  padding: 5px 15px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  color: #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  border: 1px solid #999;
  text-decoration: none;
}
#btn_login {
  background-color: #323E48;
  /*border: none;*/
  border-color: #FFFFFF;
  padding: 5px 20px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  color: #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #999;
  text-decoration: none;
  width: 100%;
}
#form_login{
	margin:auto;
	width: 50%;
	max-width:350px;
	background-color: rgba(255,255,255,.15);
	width: 390px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 77px 15px 33px 15px;
	
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}
#welcome {
	/*content: 'Dicotex';*/
	font-size: 27px;
}
#cont_cab {
  width: 100%;
  display: flex;
  text-align: center;
  place-items: center;
  padding: 0;
  margin: 0;
  vertical-align: text-bottom;                         
}
.box1 {
  flex: 1;
  display: flex;
  align-items: left;
  justify-content: left;
}
.box2 {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box3 {
  flex: 1;
  align-items: right;
  justify-content: right;
  vertical-align: text-bottom;
}
  .loader-page {
    position: fixed;
    z-index: 25000;
    background: rgb(255, 255, 255);
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all .3s ease;
  }
  .loader-page::before {
    content: "";
    position: absolute;
    border: 2px solid rgb(50, 150, 176);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176,0);
    border-top: 2px solid rgba(50, 150, 176,0);
    animation: rotarload 1s linear infinite;
    transform: rotate(0deg);
  }
  @keyframes rotarload {
      0%   {transform: rotate(0deg)}
      100% {transform: rotate(360deg)}
  }
  .loader-page::after {
    content: "";
    position: absolute;
    border: 2px solid rgba(50, 150, 176,.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176, 0);
    border-top: 2px solid rgba(50, 150, 176, 0);
    animation: rotarload 1s ease-out infinite;
    transform: rotate(0deg);
  }
 @media (max-width: 576px) {
	#btn_login {
		font-size: 17px;
	}
	#welcome {
		/*content: 'Dicotex';*/
		font-size: 20px;
    }
	#image_logo{
		content:url('../images/logos/small_logo_dico3.png');
	}
	#image_home{
		content:url('../images/smbico_mbmcp_3.png');
	}
	#image_conf{
		content:url('../images/smbico_mbmcp_4.png');
	}
	#image_off{
		content:url('../images/smbico_mbmcp_2.png');
	}
}
.box {
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  padding: 10px;
  width: 100%;
  min-height: 450px;
}
