@import url(bootstrap.min.css);
body,html{
	height:100%
}

.ui-datepicker.ui-datepicker-multi {

    color: #faa123 !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid red !important;
} 

#form h1,#form h2,#form h3,#form h4,#form h5,#form h6{
	margin-left:15px
}

btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #00b3db !important;
    border-color: #285e8e !important;

    
}
.wrap{
	min-height:100%;
	height:auto;
	margin:0 auto -60px;
	padding:0 0 60px
}

p{
 font-size:16px

}

.wrap>.container{
	padding:70px 15px 20px
}

.navbar-default{
	font-weight:700
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{
	color:#faa123
}

.jumbotron{
	text-align:center
}

hr.home{
	max-width:100px;
	margin:15px auto;
	border-width:4px;
	border-color:#D88C00
}

hr.post-devider{
	border-width:1px;
	border-color:#444;
	border-style:dashed;
	text-align:left
}

hr.first-post{
	border-width:1px;
	border-color:#333;
	text-align:left
}

.author{
	margin-bottom:20px;
	font-size:16px;
	font-weight:300;
	line-height:1.2
}

.time{
	font-size:14px
}

aside{
	margin-top:20px
}

#tags{
	margin-top:15px
}

.tags{
	padding-left:0
}

.tags li{
	display:inline;
	padding:5px
}

.tags li:first-child{
	font-size:16px
}

.admin-menu .label,.tags .label{
	font-size:90%
}

.admin-menu li{
	margin-bottom:10px;
	font-size:15px
}

.footer{
	margin-top:20px
}

.footer p{
	font-size:14px
}

.not-set{
	color:#c55;
	font-style:italic
}

a.asc:after,a.desc:after{
	position:relative;
	top:1px;
	display:inline-block;
	font-family:'Glyphicons Halflings';
	font-style:normal;
	font-weight:400;
	line-height:1;
	padding-left:5px
}

a.asc:after{
	content:"\e151"
}

a.desc:after{
	content:"\e152"
}

.sort-numerical a.asc:after{
	content:"\e153"
}

.sort-numerical a.desc:after{
	content:"\e154"
}

.sort-ordinal a.asc:after{
	content:"\e155"
}

.sort-ordinal a.desc:after{
	content:"\e156"
}

.grid-view th{
	white-space:nowrap
}

.hint-block{
	display:block;
	margin-top:5px;
	color:#999
}

.error-summary{
	color:#a94442;
	background:#fdf7f7;
	border-left:3px solid #eed3d7;
	padding:10px 20px;
	margin:0 0 15px
}

div.required label:after{
	content:" *";
	color:#e13431
}

.comment-manage td:last-child,.profile-manage td:last-child,.tutorial-manage td:last-child,.user-index td:last-child{
	width:98px
}

.comment-view th:first-child{
	width:110px
}

.boolean-true{
	font-weight:700;
	color:#00b100
}

.boolean-false{
	font-weight:700;
	color:#cd211e
}

.role-theCreator{
	font-weight:700;
	color:#e7eaeb
}

.role-admin{
	font-weight:700;
	color:#c4a500
}

.role-support{
	font-weight:700;
	color:#009d00
}

.role-member{
	font-weight:700;
	color:#7373ff
}

.role-premium{
	font-weight:700;
	color:#b600b6
}

.table-striped>tbody>tr:nth-child(2n+1)>td,.table-striped>tbody>tr:nth-child(2n+1)>th{
	background-color:#303030;
	border-bottom:1px solid #282828
}

.nz-meter-container{
	display:none
}

#form-signup table,#form-user table,#reset-password table{
	background-color:transparent
}

.user-row{
	margin-bottom:14px
}

.user-row:last-child{
	margin-bottom:0
}

.dropdown-user{
	margin:13px 0;
	padding:5px;
	height:100%
}

.dropdown-user:hover{
	cursor:pointer
}

.table-user-information>tbody>tr{
	border-top:1px solid #969696
}

.table-user-information>tbody>tr:first-child,.table-user-information>tbody>tr>td{
	border-top:0
}

#comment{
	min-height:66px;
	margin:15px 0 10px
}

#admin{
	min-height:75px;
	margin-bottom:10px
}

.comment p{
	font-size:14px
}

.admin{
	border:1px solid #222;
	color:#c4a500;
	background:#242424;
	padding:5px 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:7px 7px 5px 0 rgba(0,0,0,.75);
	-moz-box-shadow:7px 7px 5px 0 rgba(0,0,0,.75);
	box-shadow:7px 7px 5px 0 rgba(0,0,0,.75)
}

.img-comment{
	width:64px;
	height:64px
}

a[name=list]{
	visibility:hidden
}

input[type=file] {
    display: initial;
}


.anulado {
    text-decoration: line-through;
}


