/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version: 2.0.5
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

b { font-weight:bold !important;}

.hidden { display:none; }

.fitsinput { border-top: none; border-left:none; border-right:none; box-shadow:none; -webkit-box-shadow:none; border-radius: 0px; border-color: #000000;}
.bloque { margin-top:30px; }
.titulo { margin-top:30px; font-weight:bold; }
.noUi-connect { background: #21bb9d; }

/*Para el label de error*/    
input.error { border: 1px dotted red; }
label.error { white-space: nowrap;color: #ffffff;position:absolute;z-index:2000;padding-left:5px;background:red;padding:5px;box-sizing:border-box;border-radius: 3px;box-shadow: 2px 2px 3px #000000;} 

.hoverred:hover {color:Red;}

/*Para quitar los arrows de los number*/
input[type='number'] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.tablemarginbottom table { margin-bottom:20px; }
