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.modificar{
  position: absolute;
  right: 2px;
  font-size: 20px;
  top: 20px;
  font-weight: bold;
  color:#d90c0c;
}

.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:#121f21;
}
.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:#858b8c;
	border-bottom:1px solid #283538;
}
.nav>li>a:focus, .nav>li>a:hover{
	background-color:#232f31;
	/*font-weight:600;*/
	color:white;
}
.nav>li.active>a.sin-submenu{
	background-color:#24383c;
	font-weight:600;
	color:white;
}
.sidebar ul li ul li.active a{
	background-color:#24383c;
	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: 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;
}
.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 0px 20px 0px;
	border-bottom: 5px solid #e6e6e6;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	background-image:url(../../contenido/arrow-tittle.png);
	background-repeat:no-repeat;
	background-position: left 3px;
    padding-left: 25px;
}

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

.table tbody tr:nth-child(even) {
	background: #f9f9f9;
}
.table tbody tr:nth-child(odd) {
	/*background: #e0e0e0;*/
}
.table tbody tr:hover{
	/*background: #aaaaaa;*/
}
.mail-info-detail{
	padding-left: 10px;
}
.mail-info-detail li{
	list-style: none;
}

/* PANELS STYLES */

.huge {
	font-size:16px;
	font-weight:600;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-blue {
    border-color: #DDDDDD;
}

.panel-blue > .panel-heading {
    border-color: #F4F4F4;
    color: #fff; 
    background: rgba(76,173,200,1);
    background: -moz-linear-gradient(-45deg, rgba(76,173,200,1) 0%, rgba(61,157,184,1) 41%, rgba(52,127,147,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(76,173,200,1)), color-stop(41%, rgba(61,157,184,1)), color-stop(100%, rgba(52,127,147,1)));
    background: -webkit-linear-gradient(-45deg, rgba(76,173,200,1) 0%, rgba(61,157,184,1) 41%, rgba(52,127,147,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(76,173,200,1) 0%, rgba(61,157,184,1) 41%, rgba(52,127,147,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(76,173,200,1) 0%, rgba(61,157,184,1) 41%, rgba(52,127,147,1) 100%);
    background: linear-gradient(135deg, rgba(76,173,200,1) 0%, rgba(61,157,184,1) 41%, rgba(52,127,147,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cadc8', endColorstr='#347f93', GradientType=1 );
}

.panel-blue > a {
    color: #388DA4;
}

.panel-blue > a:hover {
    color: #3d8b3d;
}


.panel-green {
    border-color: #DDDDDD;
}

.panel-green > .panel-heading {
    border-color: #F4F4F4;
    color: #fff; 
	background: rgba(167,210,50,1);
	background: -moz-linear-gradient(-45deg, rgba(167,210,50,1) 0%, rgba(113,172,57,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(167,210,50,1)), color-stop(100%, rgba(113,172,57,1)));
	background: -webkit-linear-gradient(-45deg, rgba(167,210,50,1) 0%, rgba(113,172,57,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(167,210,50,1) 0%, rgba(113,172,57,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(167,210,50,1) 0%, rgba(113,172,57,1) 100%);
	background: linear-gradient(135deg, rgba(167,210,50,1) 0%, rgba(113,172,57,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7d232', endColorstr='#71ac39', GradientType=1 );
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #DDDDDD;
}

.panel-red > .panel-heading {
    border-color: #F4F4F4;
    color: #fff;    
	background: rgba(193, 0, 0);
	background: -moz-linear-gradient(-45deg, rgba(193, 0, 0) 0%, rgba(152, 30, 30) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(193, 0, 0)), color-stop(100%, rgba(152, 30, 30)));
	background: -webkit-linear-gradient(-45deg, rgba(193, 0, 0) 0%, rgba(152, 30, 30) 100%);
	background: -o-linear-gradient(-45deg, rgba(193, 0, 0) 0%, rgba(152, 30, 30) 100%);
	background: -ms-linear-gradient(-45deg, rgba(193, 0, 0) 0%, rgba(152, 30, 30) 100%);
	background: linear-gradient(135deg, rgb(193, 0, 0) 0%, rgb(152, 30, 30) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea00', endColorstr='#ffbf00', GradientType=1 );
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #DDDDDD;
}

.panel-yellow > .panel-heading {
    border-color: #F4F4F4;
    color: #fff;   
	background: rgba(251, 208, 0);
	background: -moz-linear-gradient(-45deg, rgba(251, 208, 0) 0%, rgba(232, 161, 0) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(251, 208, 0)), color-stop(100%, rgba(232, 161, 0)));
	background: -webkit-linear-gradient(-45deg, rgba(251, 208, 0) 0%, rgba(232, 161, 0) 100%);
	background: -o-linear-gradient(-45deg, rgba(251, 208, 0) 0%, rgba(232, 161, 0) 100%);
	background: -ms-linear-gradient(-45deg, rgba(251, 208, 0) 0%, rgba(232, 161, 0) 100%);
	background: linear-gradient(135deg, rgb(251, 208, 0) 0%, rgb(232, 161, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea00', endColorstr='#ffbf00', GradientType=1 );
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}

.panel-download {
    border-color: #DDDDDD;
}

.panel-download > .panel-heading {
    border-color: #F4F4F4;
    color: #fff; 
	background: rgba(49, 70, 80);
	background: -moz-linear-gradient(-45deg, rgba(49, 70, 80) 0%, rgba(52, 56, 50) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(49, 70, 80)), color-stop(100%, rgba(52, 56, 50)));
	background: -webkit-linear-gradient(-45deg, rgba(49, 70, 80) 0%, rgba(52, 56, 50) 100%);
	background: -o-linear-gradient(-45deg, rgba(49, 70, 80) 0%, rgba(52, 56, 50) 100%);
	background: -ms-linear-gradient(-45deg, rgba(49, 70, 80) 0%, rgba(52, 56, 50) 100%);
	background: linear-gradient(135deg, rgb(49, 70, 80) 0%, rgb(52, 56, 50) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7d232', endColorstr='#71ac39', GradientType=1 );
}

.panel-download > a {
    color: #5cb85c;
}

.panel-download > a:hover {
    color: #3d8b3d;
}

.panel-download .panel-footer {
	background-color:#343833;
    color: #FFB300;
}

/* PANELS STYLES */

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

}




@media (min-width: 768px){
#page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    padding: 0 30px;
    border-left: none;
    border-top: 8px solid rgb(18, 31, 33);
}
}

a {
    color: #3db1c5;
    text-decoration: none;
}

.logo-sidebar {
	background: ;
	display: block;
}

.form-control {
	border-radius:0px;
}

label {
    font-weight: 600;
}

.panel {
    margin-bottom: 10px;
}

.panel-body {
    padding: 0px;
}

.panel-info>.panel-heading {
    color: #e2e2e2;
    background-color: #121f21;
    border-color: #3c4c4e;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}

thead {
    background-color: #121f21;
    color: aliceblue;
}

th {
	font-weight:600;
}

.bg-asignar {
  background-color:#121f21;
}

.btn {
  font-size: 12px;
  padding: 0.85rem 2.13rem;
}

.btn-buscar {
	margin:0px !important;
}

.btn.btn-lg {
  font-size: 0.9rem;
  padding: 1rem 2.4rem;
}

.btn.btn-md {
  font-size: 0.7rem;
  padding: 0.7rem 1.6rem;
}

.btn.btn-sm {
  font-size: 0.6rem;
  padding: 0.5rem 1.6rem;
}

.btn {
  border-radius: 2px;
  border: 0;
  transition: .2s ease-out;
  color: #fff;
  margin: 6px;
  white-space: normal !important;
  word-wrap: break-word;
  text-transform: uppercase;
}

.btn:hover {
  color: #fff;
}

.btn:active, .btn:focus, .btn.active {
  outline: 0;
  color: #fff;
}

.btn .fa {
  font-size: 1.1rem;
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
}

.btn .fa.right {
  margin-left: 3px;
}

.btn .fa.left {
  margin-right: 3px;
}

.btn-group .btn {
  margin: 0;
}

.btn-block {
  margin: inherit;
}

.btn-secondary {
  background-color: #aa66cc;
}

.btn-secondary:hover, .btn-secondary:focus {
  background-color: #b579d2 !important;
  color: #fff;
}

.btn-secondary.active {
  background-color: #773399 !important;
}

.btn-secondary.active:hover {
  color: #fff;
}

.btn-secondary.active:focus {
  color: #fff;
}

.btn-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #aa66cc !important;
}

.btn-secondary.dropdown-toggle:hover {
  color: #fff;
  background-color: #b579d2 !important;
}

.btn-secondary.dropdown-toggle:focus {
  color: #fff;
  background-color: #aa66cc;
}

.btn-secondary:active:hover {
  background-color: #b579d2 !important;
}

.btn-primary {
  background: #4285F4;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #5a95f5 !important;
}

.btn-primary.active {
  background-color: #0b51c5 !important;
}

.btn-default {
  background: #2BBBAD;
}

.btn-default:hover, .btn-default:focus {
  background-color: #30cfc0 !important;
}

.btn-default.active {
  background-color: #186860 !important;
}

.btn-success {
  background: #00C851;
}

.btn-success:hover, .btn-success:focus {
  background-color: #00d255 !important;
}

.btn-success.active {
  background-color: #006228 !important;
}

.btn-info {
  background: #33b5e5;
}

.btn-info:hover, .btn-info:focus {
  background-color: #4abde8 !important;
}

.btn-info.active {
  background-color: #14799e !important;
}

.btn-warning {
  background: #FF8800;
}

.btn-warning:hover, .btn-warning:focus {
  background-color: #ff961f !important;
}

.btn-warning.active {
  background-color: #cc8800 !important;
}

.btn-danger {
  background: #CC0000;
}

.btn-danger:hover, .btn-danger:focus {
  background-color: #db0000 !important;
}

.btn-danger.active {
  background-color: maroon !important;
}

.btn-link {
  background-color: transparent;
  color: #000 !important;
}

.btn-link:hover, .btn-link:focus {
  background-color: transparent;
  color: #000;
}

.btn-outline-primary {
  border: 2px solid #4285F4;
  color: #0d47a1 !important;
  background-color: transparent;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:active:focus {
  color: #4285F4;
  border-color: #4285F4;
  background-color: transparent;
}

.btn-outline-secondary {
  border: 2px solid #aa66cc;
  color: #9933CC !important;
  background-color: transparent;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary:active:focus {
  color: #aa66cc;
  border: 2px solid #aa66cc;
  background-color: transparent;
}

.btn-outline-default {
  background-color: transparent;
  border: 2px solid #2BBBAD;
  color: #00695c !important;
  background-color: transparent;
}

.btn-outline-default:hover, .btn-outline-default:focus, .btn-outline-default:active, .btn-outline-default:active:focus {
  color: #2BBBAD;
  border-color: #2BBBAD;
  background-color: transparent;
}

.btn-outline-success {
  border: 2px solid #00C851;
  color: #007E33 !important;
  background-color: transparent;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success:active:focus {
  color: #00C851;
  border-color: #00C851;
  background-color: transparent;
}

.btn-outline-info {
  border: 2px solid #33b5e5;
  color: #0099CC !important;
  background-color: transparent;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info:active:focus {
  color: #33b5e5;
  border-color: #33b5e5;
  background-color: transparent;
}

.btn-outline-warning {
  border: 2px solid #ffbb33;
  color: #FF8800 !important;
  background-color: transparent;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning:active:focus {
  border-color: #ffbb33;
  color: #ffbb33;
  background-color: transparent;
}

.btn-outline-danger {
  border: 2px solid #ff4444;
  color: #CC0000 !important;
  background-color: transparent;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger:active:focus {
  color: #ff4444;
  border-color: #ff4444;
  background-color: transparent;
}

.btn-outline-white {
  border: 2px solid #fff;
  color: #fff !important;
  background-color: transparent;
}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white:active:focus {
  color: #e6e6e6;
  border-color: #fff;
  background-color: transparent;
}

.btn-outline-black {
  border: 2px solid #000;
  color: #000 !important;
  background-color: transparent;
}

.btn-outline-black:hover, .btn-outline-black:focus, .btn-outline-black:active, .btn-outline-black:active:focus {
  color: #000;
  border-color: #000;
  background-color: transparent;
}

.pager li a {
  border: 0;
  transition: .2s ease-out;
}

.btn-elegant {
  background: #2E2E2E;
}

.btn-elegant:hover, .btn-elegant:focus {
  background-color: #3b3b3b !important;
}

.btn-elegant.active {
  background-color: black !important;
}

.btn-unique {
  background: #1C2331;
}

.btn-unique:hover, .btn-unique:focus {
  background-color: #252f41 !important;
}

.btn-unique.active {
  background-color: black !important;
}

.btn-pink {
  background: #e91e63;
}

.btn-pink:hover, .btn-pink:focus {
  background-color: #eb3573 !important;
}

.btn-pink.active {
  background-color: #930e3b !important;
}

.btn-purple {
  background: #4a148c;
}

.btn-purple:hover, .btn-purple:focus {
  background-color: #5617a2 !important;
}

.btn-purple.active {
  background-color: #1b0733 !important;
}

.btn-deep-purple {
  background: #311b92;
}

.btn-deep-purple:hover, .btn-deep-purple:focus {
  background-color: #381fa8 !important;
}

.btn-deep-purple.active {
  background-color: #140b3c !important;
}

.btn-indigo {
  background: #1a237e;
}

.btn-indigo:hover, .btn-indigo:focus {
  background-color: #1e2993 !important;
}

.btn-indigo.active {
  background-color: #090c29 !important;
}

.btn-cyan {
  background: #00acc1;
}

.btn-cyan:hover, .btn-cyan:focus {
  background-color: #00c3db !important;
}

.btn-cyan.active {
  background-color: #00515b !important;
}

.btn-light-green {
  background: #7cb342;
}

.btn-light-green:hover, .btn-light-green:focus {
  background-color: #89be50 !important;
}

.btn-light-green.active {
  background-color: #486827 !important;
}

.btn-dark-green {
  background: #007E33;
}

.btn-dark-green:hover, .btn-dark-green:focus {
  background-color: #00983d !important;
}

.btn-dark-green.active {
  background-color: #00180a !important;
}

.btn-lime {
  background: #afb42b;
}

.btn-lime:hover, .btn-lime:focus {
  background-color: #c3c930 !important;
}

.btn-lime.active {
  background-color: #5f6217 !important;
}

.btn-yellow {
  background: #fbc02d;
}

.btn-yellow:hover, .btn-yellow:focus {
  background-color: #fbc846 !important;
}

.btn-yellow.active {
  background-color: #be8904 !important;
}

.btn-amber {
  background: #ff6f00;
}

.btn-amber:hover, .btn-amber:focus {
  background-color: #ff7d1a !important;
}

.btn-amber.active {
  background-color: #994300 !important;
}

.btn-orange {
  background: #e65100;
}

.btn-orange:hover, .btn-orange:focus {
  background-color: #ff5a00 !important;
}

.btn-orange.active {
  background-color: #802d00 !important;
}

.btn-deep-orange {
  background: #bf360c;
}

.btn-deep-orange:hover, .btn-deep-orange:focus {
  background-color: #d73d0e !important;
}

.btn-deep-orange.active {
  background-color: #5f1b06 !important;
}

.btn-brown {
  background: #6d4c41;
}

.btn-brown:hover, .btn-brown:focus {
  background-color: #7d574b !important;
}

.btn-brown.active {
  background-color: #2d1f1b !important;
}

.btn-blue-grey {
  background: #607d8b;
}

.btn-blue-grey:hover, .btn-blue-grey:focus {
  background-color: #6b8a99 !important;
}

.btn-blue-grey.active {
  background-color: #36474f !important;
}

.btn-mdb {
  background: #45526E;
}

.btn-mdb:hover, .btn-mdb:focus {
  background-color: #4f5e7e !important;
}

.btn-mdb.active {
  background-color: #1e232f !important;
}
