/* Calculadora */

.table-fill {
	background: white;
	border-radius:3px;
	border-collapse: collapse;
	margin: auto;
	max-width: 600px;
	padding:5px;
	width: 100%;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	animation: float 5s infinite;
  }
   
  th {
	color:#D5DDE5;;
	background:#1b1e24;
	border-bottom:4px solid #9ea7af;
	border-right: 1px solid #343a45;
	font-weight: 100;
	padding:24px;
	text-align:left;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	vertical-align:middle;
  }
  
  th:first-child {
	border-top-left-radius:3px;
  }
   
  th:last-child {
	border-top-right-radius:3px;
	border-right:none;
  }
	src="
  trsrc="
	src="
	src="
	color:#666B85;
	font-weight:normal;
	text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
  }
   
  tr:hover td {
	background:#4E5066;
	color:#FFFFFF;
	border-top: 1px solid #22262e;
  }
   
  tr:first-child {
	border-top:none;
  }
  
  tr:last-child {
	border-bottom:none;
  }
   
  tr:nth-child(odd) td {
	background:#EBEBEB;
  }
   
  tr:nth-child(odd):hover td {
	background:#4E5066;
  }
  
  tr:last-child td:first-child {
	border-bottom-left-radius:3px;
  }
   
  tr:last-child td:last-child {
	border-bottom-right-radius:3px;
  }
   
  td {
	background:#FFFFFF;
	padding:5px;
	text-align:left;
	vertical-align:middle;
	font-weight:300;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  }
  
  td:last-child {
	border-right: 0px;
  }
  
  th.text-left {
	text-align: left;
  }
  
  th.text-center {
	text-align: center;
  }
  
  th.text-right {
	text-align: right;
  }
  
  td.text-left {
	text-align: left;
  }
  
  td.text-center {
	text-align: center;
  }
  
  td.text-right {
	text-align: right;
  }

.mod_calculadora{
	width: 100%;
	padding: 30px;
	border: 1px solid rgb(170, 162, 162) !important;
	border-radius: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	webkit-display: -webkit-flex !important;
	display: -webkit-flex !important;
	display: flex !important;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}
.mod_calculadora .mod_calc_range{
	width: calc(100% - 300px);
	padding-right: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mod_calculadora .mod_calc_range .monitos{
	width: 205px;
	height: 40px;
	margin: 15px auto 0;
	background-image: url(../../front/img/calculadora/monitos.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.mod_calculadora .mod_calc_range .monitos.p1{
	background-position: 0 0;
}
.mod_calculadora .mod_calc_range .monitos.p2{
	background-position: 0 -40px;
}
.mod_calculadora .mod_calc_range .monitos.p3{
	background-position: 0 -80px;
}
.mod_calculadora .mod_calc_range .monitos.p4{
	background-position: 0 -120px;
}
.mod_calculadora .mod_calc_range .monitos.p5{
	background-position: 0 -160px;
}
.mod_calculadora .mod_calc_range .monitos.p6{
	background-position: 0 -200px;
}
.mod_calculadora .mod_calc_range .monitos.p7{
	background-position: 0 -240px;
}
.mod_calculadora .mod_calc_range .monitos.p8{
	background-position: 0 -280px;
}
.mod_calculadora .mod_calc_range .monitos.p9{
	background-position: 0 -320px;
}
.mod_calculadora .mod_calc_range .monitos.p10{
	background-position: 0 -360px;
}

.mod_calculadora .mod_calc_percent{
	width: 300px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	webkit-display: -webkit-flex !important;
	display: -webkit-flex !important;
	display: flex !important;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}
.mod_calculadora .mod_calc_percent p{
	color: #5572ed;
	padding-left: 30px;
	text-align: center;
}
.mod_calculadora .mod_calc_percent p strong{
	width: 100%;
	display: inline-block;
	font-size: 42px;
	font-weight: normal;
}

.nb-form {
    position: fixed;
    z-index: 9999;
    width: 300px;
    background: #FFF;
    right: 20px;
    bottom: -367px;
    transition: all .8s cubic-bezier(.22, .67, .43, 1.22) .2s;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}
.nb-form:hover {
    bottom: 0px;
}

/*-- User Icon --*/

.nb-form .user-icon {
    position: absolute;
    top: -49px;
    right: 12px;
    display: block;
    width: 58px;
    margin: 20px auto 15px;
    border-radius: 100%;
}

/*-- Title --*/

.nb-form .title {
    background: #e04646;
    font-size: 16px !important;
    padding: 20px 18px !important;
    color: #fff !important;
    border-radius: 10px 10px 0 0;
}

/*-- Text --*/

.nb-form p {
    font-size: 13px;
    margin: 0;
    padding: 15px;
    color: #666;
}

.nb-form p.message {
    margin-left: 7px;
}

/*-- Form Elements --*/

.nb-form form {
    padding: 0 15px 15px 15px;
}

.nb-form input,
.nb-form textarea {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    width: 254px;
    max-width: 254px;
    margin-bottom: 10px;
    margin-left: 7px;
    padding: 6px;
    border: none;
    border-radius: 4px;
    color: #999;
    border-bottom: 1px solid #f0f0f0;
}

.nb-form input:focus,
.nb-form textarea:focus {
    outline: none;
    box-shadow: none;
}

.nb-form input[type='submit'] {
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .4s ease;
    color: #fff !important;
    border: none;
}

.nb-form input[type='submit']:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.07),0 1px 7px 0 rgba(0,0,0,0.02),0 3px 1px -1px rgba(0,0,0,0.1);
}

.nb-form textarea {
    min-height: 110px;
}


.nb-form ::-webkit-input-placeholder {
    color: #ccb0b0;
}

.nb-form ::-moz-placeholder{
    color: #ccb0b0;
}

.nb-form :-ms-input-placeholder {
    color: #ccb0b0;
}

.nb-form :-moz-placeholder {
    color: #ccb0b0;
}

.nb-form input[type='submit'] {
    background: #e04646;
}



@media only screen and (max-width: 680px) {
	.mod_calculadora{
		flex-wrap: wrap;
		-webkit-box-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	.mod_calculadora  .mod_calc_range{
		width: 100%;
		padding: 0;
	}
	.mod_calculadora .mod_calc_percent{
		width: 100%;
		order: -1;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		webkit-display: -webkit-flex !important;
		display: -webkit-flex !important;
		display: flex !important;
		align-items: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		flex-direction: column;
		-webkit-box-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}
	.mod_calculadora .mod_calc_percent img{
		max-width: 50px;
	}
	.mod_calculadora .mod_calc_percent p{
		padding: 0;
	}

	.nb-form:hover .user-icon {
        display: none;
    }

    .nb-form .message {
        display: none;
    }

    .nb-form form {
        padding-top: 15px;
    }
    .nb-form{
        right: 50%;
        bottom: -320px;
        left: 50%;
        transform: translateX(-50%);
    }
}


