body {
	font-family: 'Open Sans', sans-serif;
	background-color: #f7f7f7;
	position: relative;
	margin: 0px;
	font-size: 12px;
	padding: 0px;
	/*-webkit-font-smoothing: antialiased;*/
}
h1,h2,h3,h4,h5 {
	margin: 5px 0 10px;
	line-height: inherit;
	color: #29323d;
	line-height: 1.2em;
}
h1 small,h2 small,h3 small,h4 small,h5 small {
	margin-left: 15px;
	font-style: italic;
}

input.search{
	background: url("../img/lens.png") #fcfcfc no-repeat 95%;
	box-shadow: none;
	height: 19px;
	font-size: 13px;
	padding: 2px 6px;
	border:1px solid #d0dde9;
	margin: 0;
	border-radius: 2px;
	top: 11px;
}
fieldset {
	padding:0 10px 10px;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 15px;
}
fieldset legend {
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 -10px;
}

.header{
	margin-bottom: 60px;
}
.header h1,
.header h2,
.header h3,
.header h4,
.header h5 {
	float: left;
	margin-top: 5px;
}

/* Tables */
.table-bordered th,
.table-bordered td {
  border-left: none;
}
.ie table thead:first-child tr:first-child th {
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.table {
  border-collapse: separate;
  border-color: #cfcfd6;
  border: 1px solid #cfcfd6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  border-right: 0px;
  /*Data Tables*/

}

.table-large td{
padding: 2px;
font-size: 11px;
	
}
.table-center td{
	text-align: center;
}
.table-center tfoot td{
	text-align: left;
	padding: 5px;
}
.table thead:first-child tr:first-child th {
  background: #e5e5e9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e5e5e9), color-stop(1, #fbfbfc));
  background: -ms-linear-gradient(bottom, #e5e5e9, #fbfbfc);
  background: -moz-linear-gradient(center bottom, #e5e5e9 0%, #fbfbfc 100%);
  background: -o-linear-gradient(bottom, #e5e5e9, #fbfbfc);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#dddde2', EndColorStr='#f9f9f9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfc',EndColorStr='#e5e5e9')";
  border-right: 1px solid #c4c4cd;
  color: #707083;
  text-shadow: 1px 1px 0px #ffffff;
  font-size: 1em;
  -webkit-box-shadow: inset 1px 0px 0px #f6f6f7;
  -moz-box-shadow: inset 1px 0px 0px #f6f6f7;
  box-shadow: inset 1px 0px 0px #f6f6f7;
  vertical-align: middle;
  font-weight: normal;
}
.table thead:first-child tr:first-child th:last-child {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.table thead:first-child tr:first-child th:first-child {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.table tr:first-child td {
  border-top: 1px solid #bfbfc8;
}
.table td {
  border-right: 1px solid #cfcfd6;
  border-top: 1px solid #cfcfd6;
  border-left: 0px;
}
.table thead th{
	padding: 8px;
}
.table.table-first-column-check td:first-child,
.table.table-first-column-number td:first-child,
.table.table-first-column-check th:first-child,
.table.table-first-column-number th:first-child {
  width: 16px;
  text-align: center;
}
.table.table-striped tbody tr:nth-child(odd) td,
.table.table-striped tbody tr:nth-child(odd) th {
  background-color: #fafafa;
}
.table.data-table {
  margin-bottom: 0em;
  clear: both;
}
.table.data-table th.sorting_asc,
.table.data-table th.sorting_desc,
.table.data-table th.sorting {
  cursor: pointer;
}
.table.data-table th.sorting_asc:focus,
.table.data-table th.sorting_desc:focus,
.table.data-table th.sorting:focus {
  outline: none;
}
.table.data-table th.sorting_desc .sort-icon {
  float: right;
}
.table.data-table th.sorting_desc .sort-icon::before {
  content: "\f0dd";
  font-family: FontAwesome;
}
.table.data-table th.sorting_asc .sort-icon {
  float: right;
}
.table.data-table th.sorting_asc .sort-icon::before {
  font-family: FontAwesome;
  content: "\f0de";
}
.table.data-table th.sorting .sort-icon {
  float: right;
}
.table.data-table th.sorting .sort-icon::before {
  content: "\f0dc";
  font-family: FontAwesome;
}
td.lbl{
width: 150px;
font-weight: bold;
}
tr.separator td{
	background: #ebebeb !important;
	padding: 4px;
}
.paginate_enabled_next,
.paginate_enabled_previous {
  cursor: pointer;
}
.paginate_disabled_next,
.paginate_disabled_previous,
.paginate_disabled_previous:hover,
.paginate_disabled_next:hover {
  color: #333;
}
.dataTables_paginate {
  margin-top: .75em;
}
.dataTables_info {
  float: left;
  margin-top: .75em;
}
.dataTables_length label {
  width: auto;
  margin-bottom: 0px;
  line-height: 2.75em;
}
.dataTables_length select {
  width: auto;
  margin-bottom: 0px;
}
.dataTables_filter label {
  font-size: .9em;
  color: #777;
}
.dataTables_filter label input {
  margin-left: .5em;
}
.dataTables_filter input {
  width: 100px;
}
.dataTables_filter,
.dataTables_paginate {
  float: right;
}
.dataTables_length {
  float: left;
}

table td.alignleft,
.alignleft{
	text-align: left;
}
table td.alignright,
.alignright{
	text-align: right;
}
td .btn-mini,
td .btn-group{
	margin: -3px 0;
}

th .btn-group{
	margin: -8px 0;
}
th .btn-group a.dropdown-toggle {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  box-shadow: none;
  color: #0088CC;
  font-size: 12px;
  line-height: 1em;
  margin: 0 !important;
  padding: 4px 0;
}
th .search_filter{
	margin: 0;
}
th .search_input {
  font-size: 10.5px;
  line-height: 20px;
  margin: -3px 0;
  padding: 0 6px;
}
td form{
	margin: 0;
}
td .input-append,
td .input-small{
	margin: -5px 0 !important;

}
td .input-append input.input-mini{
	width: 30px;
}

.table-wrapper table td .input-append,
.table-wrapper table td .input-small,
.table-wrapper table .btn{
	margin: -7px 0 !important;
}

.navbar .hidden-label{
/*	display: none;*/
}
.breadcrumb .caret{
display: none;	
	
}
/* Custom navbar stuff */

label.switch{
	padding: 0;
}
label.switch > label{
float: left;
padding: 5px 7px 0 0;
}

.toolbar{
background: none repeat scroll 0 0 #F7F7F7;
border: 1px solid #DAE3E9;
font-size: 13px;
margin: 6px 0 15px;
padding: 0 10px;
list-style: none;
border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e5e5e9), color-stop(1, #fbfbfc));
  background: -ms-linear-gradient(bottom, #e5e5e9, #fbfbfc);
  background: -moz-linear-gradient(center bottom, #e5e5e9 0%, #fbfbfc 100%);
  background: -o-linear-gradient(bottom, #e5e5e9, #fbfbfc);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#dddde2', EndColorStr='#f9f9f9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfc',EndColorStr='#e5e5e9')";
}

.toolbar > li{
display: inline-block;
text-shadow: 0 1px 0 #FFFFFF;
margin: 8px 10px;
}
.toolbar > li.search{
margin: -8px 0;
}
.toolbar > li.search .navbar-search{
margin: 0;
}
.toolbar > li.search .navbar-search .search-query{
padding: 2px 12px;
font-size: 12px;
width: 140px;
background: #FFF url("../img/lens.png") no-repeat 95%;
}
.toolbar > li.order a.dropdown-toggle{
}
.toolbar > li.order .btn-group{
font-size: 13px;
	display: inline;
	vertical-align: inherit;
}
.toolbar > li.order .btn-group .caret{
border-top-color: inherit;
margin: 8px 1px;
}

table.excelformat{
border-collapse:collapse;
border: 1px solid  #E7E6EC;
}
table.excelformat th {
color:   #969696;
  text-align: center;
  border: 1px solid #969696;
  background: #E4E3E4;
  padding: 3px;
}
table.excelformat td{
	border: 1px solid  #E7E6EC;
	padding: 2px;
}

/* search input */
.navbar-inverse input.search {
	background: url("../img/lens.png") #0f1217 no-repeat 95%;
	border: 1px solid #0f1217;
	position: relative;
	border-radius: 4px;
	top: 9px;
	padding: 3px 6px;
	color: #000;
	font-size: 13px;
	margin-right: 40px;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.navbar-inverse input.search:focus {
	background-color: #fff;
}
/* navbar settings and logout icons */
.navbar-inverse .settings i{
	color: #9ba3ad;
	font-size: 21px;
}


/* notification menu with custom dropdowns */
.navbar-inverse .notification-dropdown {
	position: relative;
}
.navbar-inverse .notification-dropdown > a:hover,
.navbar-inverse .notification-dropdown > a.active {
	background: #254261 !important;
	box-shadow: inset 1px 0px 1px 0px rgb(62, 90, 121);
}
.navbar-inverse .notification-dropdown i,
ul.nav > li > a > i{
	font-size: 17px;
	color: #9ba3ad;	
}
#bootstrapmenu-notificaciones{
	position: relative;
}
.navbar-inverse .notification-dropdown .count,
#bootstrapmenu-notificaciones .count {
	position: absolute;
	top: 1px;
	left: 58%;
	background: rgb(53, 186, 196);
	padding: 0px 5px;
	border-radius: 30px;
	color: #fff;
	line-height: 16px;
	z-index: 9999;
	text-align: center;
	font-size: 11px;
}

/* navbar popup dialog */
.navbar-inverse .pop-dialog {
	position: absolute;
	right: -10px;
	top: 55px;
	display: none;
	text-shadow:none !important;
	
}
.navbar-inverse .pop-dialog.is-visible {
	display: block; 
	-webkit-animation: reveal .2s ease-out;
	-moz-animation: reveal .2s ease-out;
	animation: reveal .2s ease-out;
}
.navbar-inverse .pop-dialog .body {
	box-shadow: 0px 1px 9px 1px #c2c2c2;
}
.navbar-inverse .pop-dialog .close-icon {
	float: right;
	text-decoration: none;
	z-index: 9999;
	position: relative;
}
.navbar-inverse  .pop-dialog .footer {
	border-top: 1px solid #e6e8e9;
	background-color: #eff4f7;
	margin: 15px 0px -10px 0px;
	border-radius: 0px 0px 5px 5px;
	padding: 12px 20px;
	text-align: center;
}
.navbar-inverse  .pop-dialog .footer a {
	font-weight: 600;
	color: #7d91a8;
}

/* navar popup dialog for notifications */
.navbar-inverse  .pop-dialog .notifications {
	width: 330px;
	margin: 10px -10px 0px -10px;
}
.navbar-inverse  .pop-dialog .notifications h3 {
	font-size: 13px;
	color: #404951;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.navbar-inverse  .pop-dialog .notifications .item {
	display: block;
	padding: 10px 0px 8px 20px;
	border-top: 1px solid #e7e8ea;
	color: rgb(54, 54, 54);
	text-decoration: none;
	padding-left: 50px;
	position: relative;
	transition: all .25s linear;
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
}
.navbar-inverse  .pop-dialog .notifications .item:hover {
	background: rgb(240, 246, 255);
}
.navbar-inverse  .pop-dialog .notifications .item > i {
	color: rgb(252, 130, 123);
	position: absolute;
	left: 19px;
	font-size: 18px;
}
.navbar-inverse  .pop-dialog .notifications .item > i.muted,
.navbar-inverse  .pop-dialog .notifications .item.muted{
	color: #999999;
}
.navbar-inverse  .pop-dialog .notifications .item > i.icon-user {
	left: 18px;
}
.navbar-inverse  .pop-dialog .notifications .item .time {
	float: right;
	color: #82a3c1;
	font-style: italic;
	font-weight: 600;
	font-size: 11px;
	min-width: 60px;
	margin-right: 5px;
}
.navbar-inverse  .pop-dialog .notifications .item .time i {
	font-size: 13px;
	color: #cfcfcf;
	margin-right: 1px;
}

/* navar popup dialog for messages */
.navbar-inverse .pop-dialog .messages {
	width: 330px;
	margin: 10px -10px 0px -10px;
}
.navbar-inverse  .pop-dialog .messages .item {
	display: block;
	padding: 10px 20px 15px 20px;
	height: 54px;
	border-bottom: 1px solid #e7e8ea;
	color: rgb(54, 54, 54);
	text-decoration: none;
	position: relative;
	transition: all .25s linear;
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
}
.navbar-inverse  .pop-dialog .messages .item.last {
	border-bottom: 0px;
}
.navbar-inverse  .pop-dialog .messages .item:hover {
	background: rgb(240, 246, 255);
}
.navbar-inverse  .pop-dialog .messages .item .display {
	float: left;
	border-radius: 50px;
	margin-right: 15px;
}
.navbar-inverse  .pop-dialog .messages .item .name {
	font-size: 12px;
	color: #404951;
	font-weight: bold;
}
.navbar-inverse  .pop-dialog .messages .item .msg {
	font-size: 11px;
	color: rgb(117, 118, 119);
	font-weight: 600;
	line-height: 13px;
	position: relative;
	top: -1px;
}
.navbar-inverse  .pop-dialog .messages .item .time {
	position: absolute;
	right: 0px;
	bottom: 6px;
	color: #82a3c1;
	font-style: italic;
	font-weight: 600;
	font-size: 11px;
	min-width: 60px;
	margin-right: 5px;
}
.navbar-inverse  .pop-dialog .messages .item .time i {
	font-size: 13px;
	color: #cfcfcf;
	margin-right: 1px;
}
.navbar-inverse  .pop-dialog .messages .footer {
	margin-top: 6px;
}

.control-label .icon-asterisk {
  color: #B94A48;
  font-size: 8px;
  margin: 2px 0 0 3px;
  position: absolute;
}

/* Sidebar */
#sidebar-nav {
	position: absolute;
	width: 180px;
	float: none;
	left: 0;
	margin: 0em;
	padding-top: 5.8em;	
}
.dashboard-menu {
	list-style: none;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0;
	margin-left: 20px;
}
.dashboard-menu > li > a {
	display: block;
	margin-right: -15px;
	margin-left: -15px;
	padding: 19px 14px 15px 14px;
	margin-bottom: 5px;
	border-bottom: 1px solid #dae1e8;
	box-shadow: 0 2px 1px -1px #FFFFFF;
	color: rgb(110, 130, 155);
	outline: 0px;
	width: 88%;
}
.dashboard-menu > li {
	position: relative;
}
/* font awesome icon */
.dashboard-menu > li .icon-group {
	font-size: 22px;
}
.dashboard-menu > li i {
	font-size: 23px;
	top: 17px;
}
.dashboard-menu .pointer {
	position: absolute;
	right: 9px;
	top: 20px;
}
.dashboard-menu .pointer .arrow,
.dashboard-menu .pointer .arrow_border {
	border-color: transparent #fff transparent transparent;
	border-width: 11px;
	border-style: solid;
	font-size: 0;
	left: 50%;
	line-height: 0;
	margin: 0 auto;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1002;
	left: 0;
	margin-left: 45%;
}
.dashboard-menu .pointer .arrow_border {
	border-color: transparent rgb(192, 210, 221) transparent transparent;
	border-width: 11px;
	margin-left: -1px;
	border-style: solid;
	z-index: 1001;
	top: 0px;
}
.dashboard-menu a span {
	margin-left: 35px;
	transition: color .1s linear;
	-moz-transition: color .1s linear;
	-webkit-transition: color .1s linear;
	-o-transition: color .1s linear;
}
.dashboard-menu ul a span {
	margin-left: 0;
}
.dashboard-menu a.ui-elements span {
	margin-left: 25px;
}
.dashboard-menu a i {
	position: absolute;
	left: 0;
	height: 24px;
	width: 24px;
	opacity: 0.7;
	transition: opacity .1s ease;
	-moz-transition: opacity .1s ease;
	-webkit-transition: opacity .1s ease;
	-o-transition: opacity .1s ease;
}
.dashboard-menu a i.icon-chevron-down {
	position: absolute;
	float: right;
	top: 25px;
	left: 103px;
	font-size: 11px;
	color: rgb(104, 104, 104);
	width: initial;
	height: initial;
}
.dashboard-menu > li:hover i{
	opacity: 1;
}
.dashboard-menu > li.active > a,
.dashboard-menu > li > a:hover {
	color: rgba(51, 69, 90, 1);
	text-decoration: none;
}
.dashboard-menu > li.active a {
	font-weight: 600;
	text-shadow: 1px 1px 1px #fff;
}
.dashboard-menu > li.active i{
	opacity: 1;
}

/* sidebar submenus */
.dashboard-menu > li.active .dropdown-toggle {
	border-bottom: 0px;
	box-shadow: none;
}
.dashboard-menu ul.submenu {
	list-style-type: none;
	display: none;
	margin-top: 7px;
	margin-bottom: 15px;
	margin-right: 5px;
	margin-left: -15px;
	padding-left: 15px;
	border-bottom: 1px solid #dae1e8;
	box-shadow: 0 2px 1px -1px #FFFFFF;
	padding-bottom: 10px;
}
.dashboard-menu ul.submenu.active {
	display: block;
}
.dashboard-menu ul.submenu a {
	font-weight: normal;
	font-size: 13px;
	color: rgb(76, 83, 90);
	text-decoration: none;
	display: block;
	margin-bottom: 7px;
}
.dashboard-menu ul.submenu a:hover {
	text-decoration: underline;
}
.dashboard-menu ul.submenu a.active {
	font-weight: bold;
	text-shadow: none;
}

#pad-wrapper {
	padding: 0px 25px;
	margin-top: 25px;
}
#pad-wrapper h4 {
	margin: 0 0 0 20px;
	color: #696d73;
	font-style: italic;
}
.content {
	min-width: 400px;
	min-height: 620px;
	margin-bottom: 100px;
	padding-bottom: 50px;
	overflow: hidden;
	position: relative;
	background: #fff;
	margin-left: 177px;
	border-left: 1px solid #dae3e9;
	border-bottom: 1px solid #dae3e9;
	box-shadow: -3px 3px 3px -2px #f1f1f3;
	border-radius: 0px 0px 0px 5px;
}
.content.wide-content {
	margin-left: 0;
	border-radius: 0;
}

.form-horizontal p.hint{
  display: inline-block;
  margin: 0;
	  vertical-align: middle;
	  padding-left: 5px;
  line-height: 20px;
}

.breadcrumb{
border-bottom: 1px solid #DAE3E9;
border-radius: 0;
margin: 0 -20px 10px;
background: #F7F7F7;
font-size: 13px;
padding: 8px 35px;
}
.breadcrumb .home-icon {
  font-size: 20px;
  margin-left: 4px;
  margin-right: 2px;
  position: relative;
  top: 2px;
}
.breadcrumb .hidden{
display: inline;
visibility: visible;
}
.breadcrumb .count{
display: none;
visibility:hidden;
}
.breadcrumb a{
color: #33455A;	
}



.file_value .icon-remove{
	cursor: pointer;
}
.file_value .icon-remove{
display: none;
	
}
.file_value.with_file .icon-remove{
	display:inline-block;
}

.item-summary {
  list-style: none;
  padding-left: 0em;
  margin-left: 0em;
  border-bottom: 0px;
  border-top: 1px solid #dddde2;
}
.item-summary .icon-collapse-top,
.item-summary .icon-collapse{
	cursor: pointer;
}
.item-summary .description{
background:#f8f8f8;
}
.item-summary .description2{
padding: 10px;
border: 1px dotted #eee;
line-height: 1em;

}

.item-summary .info{
margin-bottom: 0;
}
.item-summary .time{
	float: right;
	font-style: italic;
	font-size: 0.85em;
	clear: right;
}
.item-summary  > li {
  padding: 1em;
  border-bottom: 1px solid #dddde2;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.item-summary  > li.more{
	border-bottom: none;
	text-align: center;
	padding: 3px;
} 
.item-summary  > li:first-child {
  border-top: 0px;
}
.item-summary .overview {
  margin-right: 1em;
  float: left;
  width: 100px;
}
.item-summary .overview .main-detail {
  color: #f89406;
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 0px;
}
.item-summary .icons {
  text-align: center;
}
.item-summary .icons i {
  line-height: 1.75em;
  color: #666633;
}
.user-list .avatar{
float: left;
border: 2px solid #C9D6E5;
border-radius: 100% 100% 100% 100%;
box-shadow: none;
margin-left: 0;
margin-right: 10px;
overflow: hidden;
width: 36px;
height: 36px;
background: #FFF;
}
.user-list .avatar img{
max-width: 36px;	
}
.user-list .content_wrap{
	margin-left:40px;
}
.time{
	font-style: italic;
}
.item-summary .tools {
  float: right;
  clear: right;
  font-size: 13px;
  visibility: hidden;
}
.item-summary.short .tools{
	clear: none;
}
.item-summary.short .time{
	clear: none;
}
.table .tools {
  float: right;
  clear: right;
  font-size: 13px;
  visibility: hidden;
}
.hover .tools{
visibility: visible;	
}
.item-summary .tools a {
  display: inline-block;
  margin: 0 2px;
  opacity: 0.85;
  transition: all 0.1s ease 0s;
}
#pad-wrapper .separator {
  border-top: 1px solid #EDEFF1;
  box-shadow: 0 3px 4px -1px #FAFAFA inset;
  margin-top: 100px;
  padding-top: 45px;
}
/* Errores */
.error_div{
width: 366px;
display: block;
margin: 60px auto 50px;
text-align: center;
}
.error_div h2{
color: #339DF6;
font-size: 26px;
font-weight: bold;
line-height: 1.2em;
}
.error_div h3{
font-size: 18px;
	
}
.error500{
background: url(../img/slices/imgerror_500.png) no-repeat 0 0;
width: 366px;
height: 324px;
padding: 0 0 0 17px;
}
.error500 .text {
  padding: 99px 101px 113px 85px;
}
.error403{
background: url(../img/slices/imgerror_accesodenegado.png) no-repeat 0 0;
width: 366px;
height: 324px;
padding: 158px 0 0;
}
.error403 .text{
	margin-bottom: 50px;
}
.error404{
background: url(../img/slices/imgerror_404.png) no-repeat center top;
width: 366px;
padding: 164px 31px 0;
margin-bottom: 0;
}
.error404 .text{
	margin-bottom: 30px;
}
.error404 h2, .error404 h3{
margin-bottom: 20px;
	
}
.error404 ul{
text-align: left;
}

.control-submit{
	margin-top: 20px;
}

  
/* end skin changer*/


/* Estilos específicos */
.control-group .avatar{
float: left;
margin: 0 15px 0 0;
display: none;

background: none repeat scroll 0 0 #FFFFFF;
border: 2px solid #C9D6E5;
border-radius: 100% 100% 100% 100%;
box-shadow: none;
float: left;
height: 50px;
margin-left: 0;
overflow: hidden;
width: 50px;
}
#generate_password-element{
margin: -25px 0 0;
font-size: 12px;
}
#enviar-element{
margin: -10px 0 15px;
}
#generate_password-element label,
#enviar-element label{
font-size: 12px;
}
.control-group .avatar img{
margin: -2px;
width: 54px;
max-width: 54px;
}
.control-group .avatar .icon-remove{
background: none repeat scroll 0 0 #FFFFFF;
margin: 2px 0 0 35px;
opacity: 0.9;
padding: 1px 2px;
position: absolute;
cursor: pointer;
}
.control-group .avatar.with_avatar{
display: block;
	
}

.control-group .avatar-separator{
clear: both;
}

.bootstrap-timepicker-widget td.separator{
border-top: none !important;
box-shadow: 0px 0px 0px transparent !important;
margin-top: 0 !important;
padding-top: 0 !important;
}

/* Scroll horizontal en iPhone */
.swipe.with_scroll{

}
.swipe.with_scroll .scrollWrapper{
	border: 4px solid rgba(56,56,56,1);
	border-width: 4px 0 4px 4px;
	cursor: move !important;
}
.swipe.with_scroll table{
	margin: 0;
}
.swipe.with_scroll td,
.swipe.with_scroll th{
	white-space: nowrap;
}

/* responsive */
@media (max-width: 1020px) {
	.content {
		margin-left: 65px;
	}
	.dashboard-menu {
		margin-left: 5px;
	}
	.dashboard-menu .pointer {
		display: none;
	}
	.dashboard-menu > li > a > span {
		visibility: hidden;
	}
	
	
	.dashboard-menu ul.submenu{
		width: 55px;
		padding: 0;
		margin-bottom: 0;
	}
	.dashboard-menu ul.submenu li{
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.dashboard-menu ul.submenu span {
		  border-top: 1px solid lightgray;
		  display: block;
		  font-size: 11px;
		  line-height: 1em;
		  padding: 5px 0 0;
		  text-align: center;
		  visibility: visible;
		  width: 55px;
	}
	.dashboard-menu a i.icon-chevron-down {
	left: 25px;
	}
	
}
@media (min-width:900px) and (max-width:1024px) {
	
}
@media (max-width: 600px) {
	.content {
		margin-left: 0em;
		border-left-width: 0px;
	}	
	.section-header .toolbar{
		clear: both;
		float: none;
	}
}
@media (max-width: 822px) {
	.navbar-inverse input.search {display: none;}
}
@media (max-width: 767px) {
	

	#pad-wrapper {  
		padding: 0px 10px;
	}
	.content {
		min-width: 0px;
		margin:0;
	}
	#main-stats .stat{
		width: 50%;
		float: left;
	}

	#sidebar-nav {
		left: -200px;
		position: fixed;
		z-index: 9999;
		background-color: #f7f7f7;
		padding-top: 0px;
		border-right: 1px solid #ccc;
		width: 165px;
		box-shadow: 1px 1px 4px 1px rgb(233, 233, 233);

		-webkit-transition: left .25s ease;
		-moz-transition: left .25s ease;
		-o-transition: left .25s ease;
		-ms-transition: left .25s ease;
		transition: left .25s ease;
	}	
	#sidebar-nav .dashboard-menu {
		margin-left: 10px;
	}
	#sidebar-nav .dashboard-menu li a span {
		visibility: visible;
	}
	#sidebar-nav .dashboard-menu li:last-child a {
		border-bottom: 0px;
		box-shadow: none;
	}
	#sidebar-nav.display {
		position: absolute;
		left: 0;
		height: 100%;
	}
	.dashboard-menu a i.icon-chevron-down {
	left: 103px;
	}
	.dashboard-menu ul.submenu{
	width: auto;
	text-align: left;
	margin: 7px 5px 15px -15px;
	padding-bottom: 10px;
	padding-left:15px;
		
	}
	.dashboard-menu ul.submenu li{
		text-align: left;
	}
	
	.dashboard-menu ul.submenu span {
		text-align: left;
		  border-top: 0 none;
		  display: block;
		  font-size: 13px;
		  font-weight: 600;
		  line-height: 1em;
		  padding: 5px 0 0;
		  visibility: visible;
		  width: auto;
	}

}
