body{
	font-family: 'Raleway', sans-serif;
}

.dos-lineas, .tres-lineas{
	overflow: hidden;
}
.font-13{
	font-size:13px;
	line-height: 17px;
}
.font-13.dos-lineas{
	height: 32px;
}




.container-full{
	width: 100%;
}
.lista_productos{
	margin-top:40px;
	list-style:none;
}
.lista_productos li{
	border:1px solid black;
	padding:10px;
	width:320px;
	height:188px;
	margin:5px;
	float:left;
	position:relative;
	overflow:hidden;
}
.lista_productos li:hover{
	cursor:move;
}
.lista_productos li a.eliminar{
	position:absolute;
	top:0px;
	right:2px;
	font-size:30px;
	text-decoration:none;
	display:block;
	line-height: 15px;
	color: #D90C0C;
	font-weight: bold;
}
.lista_productos li a.agregar-repositorio{
	position: absolute;
    top: 4px;
    right: 22px;
    text-decoration: none;
    display: block;
    line-height: 15px;
    color: #17D90C;
}

#wrapper{
	background-color:#2d303f;
}
.navbar{
	min-height:0px;
}
.navbar-default{
	background-color:inherit;
	border:none;
}
.navbar-default.navbar-static-top{
	/*background-color: #F8F8F8;*/
}
.sidebar .sidebar-nav.navbar-collapse{
	border:none;
}
.sidebar ul li{
	border:none;
}
.sidebar ul li a{
	color:#B8B7BD;
	border-bottom:1px solid #2f3444;
}
.nav>li>a:focus, .nav>li>a:hover{
	background-color:#D9534F;
	font-weight:600;
	color:white;
}
.sidebar ul li ul li.active a{
	background-color:#D9534F;
	color:white;
	font-weight:600;
}
.sidebar .active>a>.fa.arrow:before{
	content: "\f104";
}
.sidebar .fa.arrow:before{
	content: "\f107";
}
.panel{
	border:none;
}
.panel-default>.panel-heading{
	border-bottom:none;
	border-top:6px solid #595b58;
	background-color:#D9534F;
	color:white;
}
input[type=checkbox], input[type=radio]{
	height:24px;
	width: 24px;
    display: block;
    margin: 0 auto;
}
.lista_checkbox .form-group{
	width:25%;
	float:left;
	text-align:center;
}
.login-panel.panel-default{
	/*background-color:#2d303f;*/
	background-color: rgba(255,255,255,0.4);
}
.login-panel.panel-default>.panel-heading{
	border-top:none;
	background-color: transparent;
	text-align:center;
}
.login-panel input[type=submit].btn-block{
	background-color:#0bb6fe;
	border-color:#0bb6fe;
}
.login-panel {
    margin-top: 25vh;
}
.login-panel h3{ 
	font-size: 16px; 
	font-weight: 100;
}
.pie-login{
	position: absolute;
    bottom: 10px;
    width: 100%;
}
.pie-login p{ 
	font-weight: 600; 
	font-size: 14px;
}

.cds{	 
  	font-size: 13px;
	color: white;    
	background-image: url('../contenido/cds.png');
	background-repeat: no-repeat;
	padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
}
.cds:hover{
	color: white;    
	text-decoration: none;
}
#colorSelector{
	position: relative;
	width: 36px;
	height: 36px;
	background: url(../images/select.png);
}
#colorSelector div {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  background: url(../images/select.png) center;
}
.colorSelector{
	position: relative;
	width: 36px;
	height: 36px;
	background: url(../images/select.png);
}
.colorSelector div {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  background: url(../images/select.png) center;
}
.table-padding-10 td, .table-padding-10 th{
	padding:10px;
}
#sortable-list tr:hover{
	cursor: move;
	cursor: -webkit-grab;
}
#sortable-list .ui-sortable-helper:active{
	cursor: -webkit-grabbing;
}
.note-toolbar.panel-heading{
	color:black;
}
#todos_los_modulos.fixed {
    position: fixed;
    right: 0;
    width: 40%;
}
.ui-draggable:hover, .ui-sortable:hover{
	cursor:move;
}
.page-header {
    padding-bottom: 9px;
    margin: 20px 0 7px;
    border-bottom: 1px solid #D0CFCF;
}

.table-responsive{
	overflow: inherit;
}

.jqdragndrop-drop{
	width: 100%;
	background: none;
}
.jqdragndrop-drop.A{
	height: 60vh;
}
.jqdragndrop-drop.C{
	height: 60vh;
}
.jqdragndrop-drop.D{
	height: 70px;
	margin:0;
	padding-left: 10%;
	background-image: url('../img/cesto.jpg');
	background-repeat: no-repeat;
	background-position: 10px center;
}
.jqselection-selectable, .jqdragndrop-hole{
    height: auto;
    width: 100%;
    padding: 4px;
    margin:0;
    font-size: 12px;
}
.asignar-multiple h3{
	border-bottom: 4px solid #c9c9c9;
	padding-bottom: 6px;
}

@media (max-width: 768px){
.navbar-top-links .dropdown-user{
	right:auto;
}
.lista_checkbox .form-group{
	width:100%;
}
}
@media (min-width: 768px){
.sidebar{	
	margin-top: 20px;
}
.modal-dialog {
	width: 990px;
}

}

