html, body {
    background-color: #eee;
}

body {
    padding-top: 50px;
    padding-bottom: 50px;
}

body > footer {
    margin-top: 45px;
    padding: 25px 0 26px 0;
    border-top: 1px solid #e5e5e5;
    color: #aaaaaa;
}

a.navbar-brand {
    padding-left: 180px;
    background: url("images/navbar-logo.png") 0px -17px no-repeat;
    height: 45px;
}

main > .container {
    background-color: #fff;
    padding: 20px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

.video-background {
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
.video-container {
    width: 533px;
    height: 300px;
    padding: 8px;
    background: #FFFFFF;
    margin: 20px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
    text-align: center;
}

.content-start .video-container {
    width: 640px;
    height: 400px;
}

td.number {
    font-family: monospace;
    text-align: right;
}

td.date {
    text-align: right;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}

td small {
    display: block;
    clear: both;
    color: #777777;
}

.date-formatted {
    border-bottom: 1px dotted;
}

.data-status {
    text-align: right;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.data-status .value {
    font-weight: bold;
    font-size: 140%;
    display: block;
    text-align: right;
}

.data-status .description {
    font-size: 120%;
    text-align: right;
    display: block;
}

td .player-remote-id {
    clear: both;
}
td .list-unstyled {
    margin-bottom: 0;
}
td .identicon {
    margin-right: 5px;
}

.identicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    text-transform: uppercase;
}
.identicon.identicon-min {
    font-size: 12px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.identicon.identicon-med {
    font-size: 24px;
    width: 64px;
    height: 64px;
    line-height: 64px;
}
.identicon.identicon-max {
    font-size: 64px;
    width: 128px;
    height: 128px;
    line-height: 128px;
}

.media-player .identicon{
    margin-bottom: 4px;
}

.content .nav.nav-tabs {
    margin-top: 10px;
    margin-bottom: 20px;
}

table.heat-map tbody td {
    color: #777777;
    font-size: 0.9em;
}

.dColLeft {
	text-align: left;
}
.dColCenter {
	text-align: center;
}
.dColRight {
	text-align: right;
}
.dColTop {
	vertical-align: top;
}
.dColMiddle {
	vertical-align: middle;
}
.dColBottom {
	vertical-align: bottom;
}
.hide_me {
	display: none !important;
}
.colorBox {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
}
.gestionFontHigh {

}
.gestionFontHigh a {
	display: inline-block;
	font-size: 1.4em;
	margin: 0 3px;
}
.caretContent {
	cursor: pointer;
}
.caretContent:hover .caret2 {
	color: #428bca;
}
.caret2 {
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0px 3px;
	vertical-align: middle;
	border-top: 8px solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	cursor: pointer;
	-moz-transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.caret2:hover {
	color: #428bca;
}
.caret2.up {
	transform:         rotate(180deg); /* CSS3 */
	-moz-transform:    rotate(180deg); /* Firefox */
	-webkit-transform: rotate(180deg); /* Webkit */
	-o-transform:      rotate(180deg); /* Opera */
	-ms-transform:     rotate(180deg); /* IE 9 */
}
#packContent .questionContent {
	height: 0;
	padding-left: 20px;
	overflow: hidden;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}
#questionContent .answerContent {
	height: 0;
	padding-left: 20px;
	overflow: hidden;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}
.hAuto {
	height: auto !important;
}
.hr_a {
	border-color: #aaa;
	margin: 0.5em 0px;
}
.color_ok {
	color: #5cb85c;
}
.color_error {
	color: #d9534f;
}
.cuadrado {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}
/* datatables */
.dataTable {
	font-size: 0.9em;
}
.dataTables_info {
	font-style: italic;
	color: #999;
	font-weight: normal;
	text-align: center;
}
.dataTable thead tr th {
	cursor: pointer;
	vertical-align: middle;
}
.dataTable thead tr th.no-sort {
	cursor: default;
	color: #222222;
}
.dataTable thead .sorting,
.dataTable thead .sorting_asc,
.dataTable thead .sorting_desc {
	cursor: pointer;
	*cursor: hand;
}
.dataTable thead .sorting,
.dataTable thead .sorting_asc,
.dataTable thead .sorting_desc,
.dataTable thead .sorting_asc_disabled,
.dataTable thead .sorting_desc_disabled {
	background-repeat: no-repeat;
	background-position: center right;
}
.dataTable thead .sorting {
	background-image: url("/css/backend/datatables/images/sort_both.png");
	padding-right: 20px;
}
.dataTable thead .sorting_asc {
	background-image: url("/css/backend/datatables/images/sort_asc.png");
	padding-right: 20px;
}
.dataTable thead .sorting_desc {
	background-image: url("/css/backend/datatables/images/sort_desc.png");
	padding-right: 20px;
}
.dataTable thead .sorting_asc_disabled {
	background-image: url("/css/backend/datatables/images/sort_asc_disabled.png");
	padding-right: 20px;
}
.dataTable thead .sorting_desc_disabled {
	background-image: url("/css/backend/datatables/images/sort_desc_disabled.png");
	padding-right: 20px;
}
.dataTables_wrapper {
	/*display: none;*/
	position: relative;
}
.dataTables_processing {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 123456789;
	background-color: rgba(255,255,255,0.5);
	text-align: center;
	top: 0;
	border-radius: 4px;
	border: 1px solid #ccc;
}
.dataTables_length label {
	font-weight: inherit;
}
.dataTables_length label select {
	height: 34px;
}
.dataTables_filter {
	float: right;
}
.dataTables_filter label {
	font-weight: inherit;
}
.dataTables_filter input {
	margin-left:5px;
	display:inline-block;
	width:auto;
}
#loader2 {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
/* FIN */
/* select-2 CSS */
.select2-container .select2-selection--single {
	height: 34px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	cursor: not-allowed;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;
}
/* FIN */