/* Some overrides from default bootstrap styles */

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

/* COMPONENTS */


/* labels */
.label, .badge { font-weight: lighter; }
.label-success, .badge-success { background-color: rgb(129, 189, 130); }
.label-info, .badge-info { background-color: rgb(104, 163, 213); }

/* alerts */
.alert [class^="fa-"],
.alert [class*=" fa-"],
.validation-summary-errors [class^="fa-"],
.validation-summary-errors [class*=" fa-"] { font-size: 22px; position: relative; top: 4px; margin-bottom: 8px; margin-right: 10px; display: inline-block; color: #f1c359; }
.alert-success [class^="fa-"],
.alert-success [class*=" fa-"],
.validation-summary-errors [class^="fa-"],
.validation-summary-errors [class*=" fa-"] { color: #81ad53; }
.alert-info [class^="fa-"],
.alert-info [class*=" fa-"],
.validation-summary-errors [class^="fa-"],
.validation-summary-errors [class*=" fa-"] { color: #5d95a0; }
.alert-error [class^="fa-"],
.alert-error [class*=" fa-"],
.validation-summary-errors [class^="fa-"],
.validation-summary-errors [class*=" fa-"] { color: #d5393e; }


/* code*/
code { color: rgb(78, 153, 223); }


/* HTML ELEMENTS */
input,
button,
select,
textarea { font-family: "Roboto", Arial; }
	input[type="text"],
	input[type="password"],
	textarea { font-size: 14px; -webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075); /*border: none;
	-webkit-box-shadow: inset rgba(112, 112, 112, 0.3) 0 1px 1px,inset rgba(0,0,0,0.3) 0 0 1px,rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: inset rgba(112, 112, 112, 0.3) 0 1px 1px,inset rgba(0,0,0,0.3) 0 0 1px,rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: inset rgba(112, 112, 112, 0.3) 0 1px 1px,inset rgba(0,0,0,0.3) 0 0 1px,rgba(255,255,255,0.4) 0 1px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;*/ font-weight: 400; }
		.inline-input input[type="text"],
		.inline-input input[type="password"],
		input[type="text"].inline-input,
		input[type="password"].inline-input { background: #fff; border-top: 0 none; border-left: 0 none; border-right: 0 none; border-bottom: 1px solid #d0dde9; border-radius: 0; box-shadow: none; border-color: #dee3ea; }
			.inline-input input[type="text"]:focus,
			.inline-input input[type="password"]:focus,
			input[type="text"].inline-input:focus,
			input[type="password"].inline-input:focus { box-shadow: none; border-color: #5d6a80; }
			.inline-input input[type="text"]:hover,
			.inline-input input[type="password"]:hover,
			input[type="text"].inline-input:hover,
			input[type="password"].inline-input:hover { border-color: #959fb0; }

		input[type="text"]:focus,
		input[type="password"]:focus,
		textarea:focus { /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(255, 101, 0, 0.6);
	   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(255, 101, 0, 0.6);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(255, 101, 0, 0.6);*/ border: 1px solid #ff6500; }
	input[type="reset"] { text-transform: uppercase; border: 0 none; background: none; text-decoration: underline; font-size: 12px; }
	input[type="password"] { font-size: 16px; letter-spacing: 1px; }
textarea { background: #fff; border-color: #ccc; }
select { margin: 0; height: 24px; border-color: #d0dde9; border-radius: 2px; font-size: 13px; }
input[type="file"] { font-size: 12px; line-height: 12px; }

input[disabled], textarea[disabled], input[readonly], textarea[readonly] { color: rgb(177, 177, 177); }
/* native placeholders */
input:-moz-placeholder,
textarea:-moz-placeholder { color: #9ba0a5; font-family: "Roboto", Arial; font-size: 15px; font-weight: 400; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder { color: #9ba0a5; font-family: "Roboto", Arial; font-size: 15px; font-weight: 400; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { color: #9ba0a5; font-family: "Roboto", Arial; font-size: 15px; font-weight: 400; }


/* PREPEND & APPEND INPUT */
.input-append input,
.input-prepend input,
.input-append .uneditable-input,
.input-prepend .uneditable-input { border: 1px solid #ccc; }
.input-append .add-on,
.input-prepend .add-on { background-color: #f0f0f0; border: 1px solid #ccc; padding: 6px 8px; font-size: 13px; }

/* NAVBAR */

.navbar-inverse { margin-bottom: 0px; }
	
	.navbar-inverse .navbar-inner {
		border-radius: 0px;
		/*border-bottom: 1px solid #191e23;*/
		background: #ffffff; /* Old browsers */
	}
	.navbar-inverse .btn-navbar { float: left; margin-top: 10px; }
	.navbar-inverse .brand { color: #fff; text-transform: uppercase; font-weight: lighter; padding: 10px 40px 8px; }
		.navbar-inverse .brand img { margin-right: 70px }
		.navbar-inverse .brand strong { font-weight: normal; }
	.navbar-inverse .nav > li > a { padding: 15px 15px 13px; border-left: 1px solid #ffff; color: rgb(214, 214, 214); outline: 0px; height: 50px; transition: background .1s linear; -moz-transition: background .1s linear; /* Firefox 4 */ -webkit-transition: background .1s linear; /* Safari and Chrome */ -o-transition: background .1s linear; /* Opera */ }
		.navbar-inverse .nav > li > a:hover { background: rgba(25, 31, 36,0.6); }
	/* TODO: deprecated mobile-menu, ya no se usa, remover despues de migrar todos los htmls al nuevo diseno */
	.navbar-inverse .mobile-menu .nav > li > a { color: #fff; border-left: 0px; }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a { background: #f37021 !important; }


/* PAGINATION */
.pagination { margin: 8px 0; }
	/*.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span,
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span{
	font-size: 23px;
	color: #bcc6d3;
	padding: 1px 9px 3px 9px;
}
.pagination ul > li:last-child > a:hover,
.pagination ul > li:last-child > span:hover,
.pagination ul > li:first-child > a:hover,
.pagination ul > li:first-child > span:hover{
	color: #4f4f4f;
}*/
	.pagination ul > li > a, .pagination ul > li > span { border-color: #d0dde9; color: #4f4f4f; font-weight: 600; padding: 2px 12px; box-shadow: 0px 1px 0px 0px #efefef; transition: background-color .1s linear; -moz-transition: background-color .1s linear; /* Firefox 4 */ -webkit-transition: background-color .1s linear; /* Safari and Chrome */ -o-transition: background-color .1s linear; /* Opera */ }
		.pagination ul > li > a.active { color: #ff6500 }
		.pagination ul > li > a:hover,
		.pagination ul > li > a:focus,
		.pagination ul > .active > a,
		.pagination ul > .active > span { background-color: #f5f5f5; }

/* TABLES*/

.table thead { border-top: 1px solid #dee3ea; }
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th { background-color: #edf0f3; }
.table-hover tbody tr.selected > td { background-color: #ebf2fc; }
.table th.sortable { cursor: pointer; }
	.table th.sortable:hover { text-decoration: underline; }
.table thead th { font-weight: 500; position: relative; padding-top: 6px; text-transform: uppercase; font-size: 11px; vertical-align: top; }
.table td { color: #526273; border-top-color: #edf2f7; vertical-align: middle; }
	.table th.align-right,
	.table td.align-right { text-align: right; padding-right: 10px !important; }
table tr.first td { border-top: 0 none; }
table th span.line { position: absolute; top: 0; left: 0; border-left: 1px solid #dee3ea; height: 10px; }
