body{
    font-family: adobe-clean-ux,adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;
}
.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 a.active{
	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;
}
.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: 18px; 
	font-weight: 600;
}
.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('../img/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;
}
.table-padding-10 td, .table-padding-10 th{
	padding:10px;
}
#sortable-list tr:hover{
	cursor:move;
}
.note-toolbar.panel-heading{
	color:black;
}
#todos_los_modulos.fixed {
    position: fixed;
    right: 0;
    width: 40%;
}
.ui-draggable:hover, .ui-sortable:hover{
	cursor:move;
	cursor: -webkit-grab;
}
.ui-draggable-dragging{
	cursor: -webkit-grabbing;
}
.page-header {
    padding-bottom: 9px;
    margin: 20px 0 7px;
    border-bottom: 1px solid #D0CFCF;
}

@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;
}

}

