@charset "utf-8";
/* CSS Document */
#lenguajes a:not(.active) img{
		filter: grayscale(100%);
}
#lenguajes a img{
	height: 40px;
	width: auto;
}
nav.sidebar{
      width: 200px;
      height: 100%;
      margin-left: 0px;
      float: left;
      margin-bottom: 0px;
    }
.ui-menu {
    width: 100px;
    font-size: 100%;
    z-index: 3; /* over ext-wide titles */
}
html,body {
	height: 100vh; 
}
body {
	background: -webkit-linear-gradient(#FFF 0%, #DDD 100%);
	background: -o-linear-gradient(#FFF 0%, #DDD 100%);
	background: linear-gradient(#FFF 0%, #DDD 100%);
	color: #333;
}
table:not(#example):not(#clientes){
	position: relative;
	display: block;
}
.select_sala{

}
.glyphicon.normal-right-spinner {
    -webkit-animation: glyphicon-spin-r 2s infinite linear;
    animation: glyphicon-spin-r 2s infinite linear;
}
.videoplayer_window .bootstrap-dialog-message{
	text-align: center;
}
.editing-dialog .modal-dialog {
  width: 95%;
  height: 100%;
  margin: auto;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
#editorModal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#editorModal .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
.last-col {
    position: fixed;
	width: 100px;
	right: 15px;
	background: #000;
	text-align: center;
}
.last-col .btn {
	padding: 2px 5px;
}
.next-col {
	padding-right: 100px!important;
}
.bootstrap-dialog-message{
	color: #000;
}
button, input, optgroup, select, textarea {
    color: #000;
}
h1,h2,h3,h4,h5{
	font-family: 'Oswald', sans-serif;
}
nav h4{
	color:#000;
	line-height:70px;
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 5px;
	margin:0px 10px;
  width: auto;
}
.navbar-brand {
  height: 90px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
    background-color: #333;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #000;
    background-color: coral;
}
.tit_menu{
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
	border-right: 1px solid #CCC;
	margin-right: 5px;
	padding-right: 5px;
}
.nav >li >a {
  padding-top: 35px;
  padding-bottom: 35px;
}
.cat{
	display: inline-block;
	margin-left: .5em;
}
span.fancytree-title {
    padding-left: .5em!important;
}
.fancytree-connectors .fancytree-exp-nl span.fancytree-expander, .fancytree-connectors .fancytree-exp-nl span.fancytree-expander:hover {
    background-position: -16px -64px;
}
.fancytree-connectors .fancytree-exp-n span.fancytree-expander, .fancytree-connectors .fancytree-exp-nl span.fancytree-expander {
    background-image: url("icons.gif");
    margin-top: 0;
}
ul.fancytree-connectors.fancytree-container li {
    background-image: url("vline.gif");
    background-position: 0 0;
}
.fancytree-connectors .fancytree-exp-n span.fancytree-expander, .fancytree-connectors .fancytree-exp-n span.fancytree-expander:hover {
    background-position: 0px -64px;
}
.sala{
	background: #000;
	border-bottom: 1px dotted #111;
}
.sala span.fancytree-title {
	color: #CCC!important;
}
.sala span.fancytree-title:hover {
	background:coral!important;
	color: #FFF!important;
}
.glyphicon{
	color: coral;
}
.complejo{
	background: #555!important;
}
.zona{
	background: #FFF;
}
ul.fancytree-container {
    font-size: 18px!important;
}
.fancytree-drag-source.fancytree-drop-accept{
	color:#FFF!important;
}
.consola {
	position: absolute;
	border: solid 1px #CCC;
	background: rgba(255,255,255,0.80);
	display: inline-block;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#consola_cuerpo{
	top:200px;
	left:30px;
}
.consola h3 {
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
.consola .herramientas {
	/*display: none;*/
}
.drag_cons, .open_cons{
	position: relative;
	width: 30px;
	height: 30px;
	border: solid 1px #FF0000;
	line-height: 27px;
	text-align: center;
	cursor: pointer;
	font-size: 24px;
	background: #111;
	color: #FFF;
}
.consola h4{
	border-bottom: coral solid 2px;
}
.consola .row{
	margin-bottom: 10px;
}
.consola #bot_logo .thumbnail, .consola #bot_aux .thumbnail{
	cursor: pointer;
	height:100px;
	margin:10px;
}
.consola #logoSize .slider-selection {
	background: #BABABA;
}
.consola .input-group .form-control {
    width: auto;
}
.input-group {
    display: inline-table;
	vertical-align: middle;
}
.consola .input-group-addon, .consola .input-group-btn {
    width: auto;
}

/*CSS encuestas*/
#contenido{
	text-align: center;
}
.dataTables_wrapper{
	text-align: left;
}
/*#example_wrapper #example{
	display: block;
	width: 100%;
}*/
#workarea{
	border: 3px #000 dotted;
	transition: width 1s, height 1s;
	width: 100%;
	height: 768px;
}
/*Custom radio buttons*/
/* The container */
.type_1{
	font-family: 'Slabo 27px', serif;
}
.type_2{
	font-family: 'Oswald', sans-serif;
}
.type_3{
	font-family: 'Ubuntu', sans-serif;
}

#encuesta .active, .radio_but input:checked ~ .checkmark {
	color: #D9D813;
}
#encuesta .pregunta {
	color: #26259C;
}
#encuesta .respuesta {
	color: #CCCC0C;
}
.radio_but {
    display: block;
    position: relative;
    /*padding-left: 35px;*/
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio_but input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    /*left: 0;
    height: 24px;
    width: 24px;*/
    color: #eee;
    border-radius: 50%;
	/*font-size: 24px;*/
}
.radio_but{
	color: #eee;
}

.estrellas .estrella{
	top: 0;
    left: 0;
    /*height: 24px;
    width: 24px;*/
    color: #eee;
	margin-right: 5px;
    border-radius: 50%;
	/*font-size: 24px;*/
	cursor: pointer;
}
.seccion{
	min-height: 30px;
}
.seccion, .cont_pregunta{
	position: relative;
}
.resaltar{
	border-width:5px;  
    border-style:double;
}
.editor{
	position: absolute;
	opacity: .1;
	background-color: #FFF;
	z-index: 100;
}
.editor>span{
	display: inline-block;
	font: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 10px;
	margin: 0px 10px;
}
.editor>.glyphicon{
	width: 30px;
	height: 30px;
	border: solid 1px #FF0000;
	line-height: 27px;
	text-align: center;
	cursor: pointer;
	font-size: 24px;
	background: #111;
	color: #FFF;
}
.seccion>.editor{
	top:-30px;
	right:0px;
}
.cont_pregunta>.editor{
	top:0px;
	left:-30px;
}
.delinea>.editor{
	opacity: 1;
}
.delinea{
	border: dashed 1px #FF0000;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {

}
/* Landscape tablets and medium desktops */
@media (max-width: 1199px) {

}
/* Portrait tablets and small desktops */
@media (max-width: 991px) {
	#usuario{
		display: none;
	}
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.consola .row .col{
		margin-bottom: 10px;
	}
}
/* Portrait phones and smaller */
@media (max-width: 480px) {

}

