/************************************************/
/*         Madmatica Bordal Css v1.0            */
/*												*/
/************************************************/

/* button */
.calendar .button,
#jform_profile_dob_img {
  height: auto;
  line-height: 14px;
  padding: 2px;
  display: table-cell;
}
#jform_profile_dob_img {
  margin-top: 5px;
  width: 30px;
  line-height: 30px;
  border-radius: 0;
}
#jform_profile_dob_img i {
  font-style: normal;
}
#jform_profile_dob_img i:before {
  content: "\f073";
  font-size: 14px;
  font-family: FontAwesome;
  position: relative;
  right: 0px;
  top: 0px;
}
.button,
.addtocart-button,
.vm-button-correct,
.k2user .button {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  text-transform: none;
  color: #ffffff;
  font-weight: 300;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  background: #002857;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1100ms ease;
  -moz-transition: all 1100ms ease;
  -ms-transition: all 1100ms ease;
  -o-transition: all 1100ms ease;
  transition: all 1100ms ease;
}
.button:hover,
.button:focus,
.addtocart-button:hover,
.addtocart-button:focus,
.vm-button-correct:hover,
.vm-button-correct:focus,
.k2user #form-login .button:hover,
.k2user #form-login .button:focus {
  background: #85A3E0;
  color: #ffffff;
}
.button.reset,
.button.reset2 {
  color: #ffffff;
  background: #85A3E0;
}
.button.reset:hover,
.button.reset:focus,
.button.reset2:hover,
.button.reset2:focus {
  color: #ffffff;
  background: #002857;
}
.button.floatright {
  float: right;
}
.proddet .addtocart-button {
  height: 40px;
  line-height: 38px;
}
.proddet .addtocart-button i {
  margin-right: 5px;
}
@-moz-document url-prefix() {
  button.button {
    padding-bottom: 1px;
  }
}
.itVMProductBlock {
  position: relative;
  width: 100%;
}
.itVMProductBlock #container {
  width: 100%!important;
}
.itVMProductBlock #container .prod-row .product-box .browseImage {
  max-height: inherit;
}
#options {
  overflow: hidden;
  margin: 0 0 30px 0;
}
#options .button {
  background: #e4e4e4;
  color: #252525;
}
#options .button:hover,
#options .button:focus,
#options .button.selected {
  background: #85A3E0;
  color: #ffffff;
}
#filters,
#sort-by,
#sort-direction {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#filters li,
#sort-by li,
#sort-direction li {
  float: left;
  margin: 0 4px 4px 0;
}
#sort-by,
#sort-direction {
  float: right;
}
@media (min-width: 320px) and (max-width: 1199px) {
  #sort-by,
  #sort-direction {
    float: left;
  }
}
#filters {
  float: left;
}
/*end button */


/* system message container */
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}

#system-message .alert- {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-message {
  color: #000000;
}
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-message .alert-link {
  color: #000000;
}
.alert-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}

/* End system message container */

/* Default input Changes */
.form-login-username input[type="text"], .form-login-username input[type="password"], .form-login-username input[type="email"] {
    border: 1px solid #e4e4e4;
    background: #f4f4f4;
    height: 30px;
    width: 80%;
    line-height: 20px;
    padding: 9px 35px 9px 14px;
    box-shadow: none;
    border-radius: 0;
    color: #252525;
    font-size: 14px;
    font-weight: 300;
}


.form-login-username label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    padding-bottom: 10px;
}

.form-geral input[type="text"], .form-geral input[type="password"], .form-geral input[type="email"]{
    border: 1px solid #e4e4e4;
    background: #f4f4f4;
    height: 30px;
    width: 80%;
    line-height: 20px;
    padding: 9px 35px 9px 14px;
    box-shadow: none;
    border-radius: 0;
    color: #252525;
    font-size: 14px;
    font-weight: 300;
}


.form-geral label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    padding-bottom: 10px;
}


/* Error Page */
.error-page {
  background-size: cover !important;
  background-origin: border-box;
}
.error-page .error-page-inner {
  text-align: center;
  width: 100%;
  height: 100%;
}
.error-page .error-page-inner .container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.error-page .error-page-inner .content-wrapper {
  background-color: #fff;
  padding: 60px;
  text-align: center;
}
.error-page .error-page-inner .error-logo-wrap {
  display: inline-block;
  padding: 30px 0;
}
.error-page .error-code {
  color: #fff;
}
.error-page .error-message {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 50px;
}
.error-page .btn-primary {
  border-radius: 8px;
}
.error-page .btn-primary i {
  display: none;
}




/* End Default input changes */



/* Responsiveness */

/* ipad land*/
@media only screen and (min-width: 960px) and (max-width: 1199px) {

	#Topo2 {
		font-size: 15px;
		margin-left: 0px;
		margin-top: -40px;
		padding-left: 165px;
		height: 39px;
	}
	
	#Topo2 ul.menu {
		padding-bottom: 28px;
		margin: auto;
	}		

	#Topo2 ul.menu li {
		 float: left;
		 text-decoration: none;
		 color: #153c65;
		 margin-top: -8px;
		 padding-left: 2px; /* modificado 11072017 MADMATICA */
	}
	
	/* ALTURA DO MENU */
	#Topo2 ul.menu > li > a {
		color: #153c65;
		text-align: center;
		margin-top: 0;
		padding: 10px 15px;
		
	}	
	
	.footer-inner .bmenu a {
		color: #153C65;
		text-decoration: underline;
		font-size: 12px;
	}

}

/* ipad port*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.blogo img{
		max-height: 80px;
		max-width: 200%
	}
	
	.btopMenu { margin-top: 0px;}
	.btopMenu-inner { font-size: 12px; text-align: right; } /* Inicio menu */
	.btopMenu-inner > ul > li {
		display: inline-block;
		margin-top: 0px;
	}
	.btopMenu-inner > ul > li > a {
		margin-top: -4px;
		background-color: transparent !important;
		color: #153c65;
		padding-left: 5px;
	}
	.btopMenu-inner > ul > li > a:hover {
		background-color: transparent !important;
		color: #FFF;
	}

	.btopMods-inner{
		margin-top: -15px;
		text-align: right;
	}

	.topmenuSpan img {
		width: 16px;
		height: 10px;
	}
	
	.topmenuSpan i {
		display: none;
	}

	.topmenuSpan a {
		color: #153C65;
		text-decoration: none;
		font-weight: bold;
		font-size: 12px; /* Login menu search etc*/
	}
	
	.topmenuSpan a:hover {
		color: #fff;
		text-decoration: none;
	}
		
	.search .input-bor {
		height:20px;
		width: 80px; 
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
		line-height: 18px;	 
	}		
	
	.search {
		margin-top: -3px;
	}
		
		
		
	.mini-cart-title {
	  font-size: 12px;
	}
	.mini-cart-title i {
	  font-size: 12px;
	  width: 26px;
	  height: 17px;
	}
	
	.mini-cart-title .cart-icon {
	  height: 30px;
	  width: 46px;
	}	

	.mini-cart .mini-cart-title .total strong {
	  font-size: 12px;
	  margin-left: 3px;
	}
	
	.mini-cart .mini-cart-title .number {
	  font-size: 12px;
	  line-height: 18px;
	  font-weight: bold;
	  z-index: 1;
	}	
		
	#Topo2 {
		font-size: 11px;
		margin-left: 0px;
		margin-top: -34px;
		height: 36px;
	}
	
	#Topo2 ul.menu li {
		height: 35px;
		margin-top: 5px; 
	}		

	#Topo2 ul.menu > li > a {
		height: 35px;
		padding: 10px 10px;
	}
	
	#Topo2 ul.menu > li:hover > a {
		height: 35px;
	}
	

}

@media only screen and (min-width: 480px) {
	.error-page body,
	.error-page {
	  height: 100%;
	}
	.error-page-inner {
	  height: 100%;
	}
	.error-page .error-page-inner .container {
	  position: absolute;
	  left: 0;
	  top: 50%;
	  width: 100%;
	  height: auto;
	  -webkit-transform: translate(0,-50%);
	  -ms-transform: translate(0,-50%);
	  -o-transform: translate(0,-50%);
	  transform: translate(0,-50%);
	  margin: auto auto;
	}
	.error-page .error-page-inner .container .error-message {
	  color: #fff;
	  font-size: 22px;
	  line-height: 30px;
	}
	.error-page .error-page-inner .container .error-code {
	  font-weight: bold;
	  font-size: 80px;
	  line-height: 34px;
	  margin-bottom: 30px;
	  display: block;
	  color: #fefefe;
	  font-weight: normal;
	}
	.error-page .error-page-inner .container .error-desc {
	  font-size: 58px;
	  line-height: 60px;
	  font-weight: 900;
	  color: #fff;
	  padding-bottom: 30px;
	}
}