/*
* Author: YAKUZI
* Template: Maniac
* URL: http://themeforest.net/user/YAKUZI
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp");
/* Basic 
================================================== */
body {
  background: #f3f3f4;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
  color: #293c4e;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
a:hover,
a:active,
a:focus {
  color: #2e4c69;
  outline: none;
  text-decoration: none;
}
/* Header
================================================== */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
header .navbar {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  height: 50px;
  margin-bottom: 0;
  margin-left: 210px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
header .navbar .nav a {
  color: #5e5e5e;
}
body > .navbar .nav > li > a:hover,
body > .navbar .nav > li > a:active,
body > .navbar .nav > li > a:focus,
body > .navbar .nav .open > a,
body > .navbar .nav .open > a:hover,
body > .navbar .nav .open > a:focus {
  background: #ffffff;
  color: #999999;
}
body > .navbar .navbar-right > .nav {
  margin-right: 10px;
}
header .navbar .sidebar-toggle {
  float: left;
  padding: 9px 5px;
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 8px;
  margin-left: 5px;
  background-color: transparent;
  background-image: none;
}
header .navbar .sidebar-toggle:hover .icon-bar {
  background: #999999;
}
header .navbar .sidebar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #333333;
}
header .navbar .sidebar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
header .navbar .navbar-header {
  width: 20%;
  float: left;
}
header .navbar .navbar-header .navbar-form .form-control {
  border: 0 !important;
  font-size: 13px;
  background: #f3f3f4;
}
header .navbar .navbar-header .navbar-form button {
  background: #f3f3f4;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
header .navbar .nav > li.user > a {
  font-weight: bold;
}
header .navbar .nav > li.user > a > i {
  margin-right: 5px;
}
header .navbar .nav > li > a > .label {
  position: absolute;
  top: 7px;
  right: 5px;
  font-size: 10px;
  width: 18px;
  height: 16px;
  line-height: 1em;
  text-align: center;
  padding: 2px;
}
header .logo {
  color: #f9f9f9;
  float: left;
  font-size: 20px;
  padding: 0;
  width: 210px;
  font-weight: 600;
  height: 50px;
  display: block;
  background-color: #172b3e;
  background-image: url("../images/logo2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
}
header .logo i {
  margin-right: 8px;
  background-color: #273849;
  box-shadow: inset 4px 0 0 0 #191919;
  padding: 15px 15px;
}
/* 2 Column
================================================== */
.rightside,
.leftside {
  min-height: 100%;
  display: table-cell;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.leftside {
  width: 210px;
  top: 0;
  padding-top: 50px;
  background: #253646;
  box-shadow: inset 4px 0 0 0 #191919;
  vertical-align: top;
}
.rightside {
  padding-top: 50px;
  background-color: #f3f3f4;
  margin-left: 210px;
}
/* Fixed Layout
================================================== */
.fixed > header,
.fixed .leftside,
.fixed .navbar {
  position: fixed;
}
.fixed > header {
  top: 0;
  right: 0;
  left: 0;
}
.fixed .navbar {
  left: 0;
  right: 0;
}
.fixed .rightside,
.fixed .leftside {
  display: block;
}
.wrapper {
  width: 100%;
}
.content {
  padding: 15px 15px 15px 15px;
}
/* Small Sidebar
================================================== */
.sidebar-sm .leftside,
.sidebar-sm header .logo {
  width: 42px;
  background-color: #172b3e;
  background-image: url("../images/isotipo2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120%;
}
.sidebar-sm header .logo span,
.sidebar-sm .sidebar .alert,
.sidebar-sm .sidebar .sidebar-widget,
.sidebar-sm .title,
.sidebar-sm .leftside .sidebar span,
.sidebar-sm .leftside .sidebar .label,
.sidebar-sm .leftside .sidebar .pull-right.fa,
.sidebar-sm .leftside .user-box {
  display: none;
}
.sidebar-sm .rightside,
.sidebar-sm header .navbar {
  margin-left: 42px;
}
.sidebar-sm .leftside .slimScrollDiv {
  overflow: inherit !important;
}
.sidebar-sm .sidebar .sidebar-menu .sub-menu {
  position: absolute !important;
  z-index: 9999 !important;
  margin-left: 40px !important;
  margin-top: -45px !important;
  box-shadow: none;
  display: none !important;
}
.sidebar-sm .sidebar .sidebar-menu .sub-menu > li > a {
  padding: 10px 25px 10px 10px;
}
/* Typography
================================================== */
.text-success {
  color: #14a610;
}
.badge {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.help-block {
  font-size: 11px;
}
.bold {
  font-weight: bold !important;
}
/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
}
.page-header > small {
  color: #666;
  display: block;
  margin-top: 5px;
}
.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
.box .label {
  font-weight: normal;
}
.hr {
  border-bottom: 1px solid #e1e1e1;
  box-shadow: 0 1px 0 0 #fff;
  margin: 0 15px 20px 15px;
  display: block;
}
.full-width,
.iframe iframe {
  width: 100% !important;
}
.display-inline {
  display: inline !important;
}
.alert i {
  margin-right: 5px;
}
.padding {
  padding: 10px;
}
.margin {
  margin: 10px;
}
.no-border {
  border: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-margin {
  margin: 0px !important;
}
.no-margin-top {
  margin-top: 0px !important;
}
.no-shadow {
  box-shadow: none !important;
}
.no-radius {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.padding-xs {
  padding: 5px !important;
}
.padding-sm {
  padding: 10px !important;
}
.padding-md {
  padding: 20px !important;
}
.padding-lg {
  padding: 30px !important;
}
/* Progress Bars */
.progress-xs {
  height: 5px !important;
}
.progress-sm {
  height: 10px !important;
}
.progress {
  background: #ebedef;
  border-radius: 32px;
  height: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar {
  background: #1abc9c;
  line-height: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #2ecc71;
}
.progress-bar-warning {
  background-color: #f1c40f;
}
.progress-bar-danger {
  background-color: #e74c3c;
}
.progress-bar-info {
  background-color: #3498db;
}
.inline {
  width: auto;
  display: inline;
}
/* Background colors */
.pallete-item {
  width: 140px;
  float: left;
  margin: 0 0 20px 20px;
}
.palette {
  font-size: 14px;
  line-height: 1.214;
  color: #ffffff;
  margin: 0;
  padding: 15px;
  text-transform: uppercase;
}
.palette dt,
.palette dd {
  line-height: 1.429;
}
.palette dt {
  display: block;
  font-weight: bold;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.palette dd {
  font-weight: 300;
  margin-left: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-font-smoothing: subpixel-antialiased;
}
.palette-white {
  background-color: #fff !important;
}
.palette-turquoise {
  background-color: #1abc9c !important;
}
.palette-green-sea {
  background-color: #16a085 !important;
}
.palette-emerald {
  background-color: #2ecc71 !important;
}
.palette-nephritis {
  background-color: #27ae60 !important;
}
.palette-peter-river {
  background-color: #3498db !important;
}
.palette-belize-hole {
  background-color: #2980b9 !important;
}
.palette-amethyst {
  background-color: #9b59b6 !important;
}
.palette-wisteria {
  background-color: #8e44ad !important;
}
.palette-wet-asphalt {
  background-color: #34495e !important;
}
.palette-midnight-blue {
  background-color: #2c3e50 !important;
}
.palette-sun-flower {
  background-color: #f1c40f !important;
}
.palette-orange {
  background-color: #f39c12 !important;
}
.palette-carrot {
  background-color: #e67e22 !important;
}
.palette-pumpkin {
  background-color: #d35400 !important;
}
.palette-alizarin {
  background-color: #e74c3c !important;
}
.palette-pomegranate {
  background-color: #c0392b !important;
}
.palette-clouds {
  background-color: #ecf0f1 !important;
}
.palette-silver {
  background-color: #bdc3c7 !important;
}
.palette-concrete {
  background-color: #95a5a6 !important;
}
.palette-asbestos {
  background-color: #7f8c8d !important;
}
.rightside > .page-head {
  background: transparent;
  box-shadow: none;
  position: relative;
  padding: 20px 0 15px 0;
  margin: 0 15px;
}
.rightside > .page-head > h1 {
  margin: 0;
  font-size: 24px;
}
.rightside > .page-head > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
}
.rightside > .page-head > .breadcrumb {
  position: absolute;
  top: 20px;
  right: 0;
  float: right;
  background: #fff;
  font-size: 12px;
  border: 1px solid #ededed;
  padding: 7px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.rightside > .page-head > .breadcrumb > li > a {
  color: #444;
}
.rightside > .page-head > .breadcrumb > li + li:before {
  content: "\f0da";
  font-family: "FontAwesome";
}
/* Sidebar
================================================== */
.sidebar a {
  color: #bdcfe0;
  font-weight: 600;
  font-size: 13px;
}
.sidebar a:hover {
  text-decoration: none;
}
.sidebar .alert {
  padding: 10px 15px;
  font-size: 11px;
  margin: 5px 0 0 5px;
  color: rgba(0, 0, 0, 0.6);
}
.sidebar .alert button {
  margin-right: 15px;
}
.sidebar .sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .sidebar-widget {
  padding: 0px 0 0px 4px !important;
  margin: 0px 0 0 0 !important;
}
.sidebar .sidebar-widget .body {
  margin: -10px 0 0 0;
}
.sidebar .sidebar-widget .title {
  color: #bdcfe0;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 10px 15px 10px;
  margin-bottom: 5px;
}
.sidebar .sidebar-widget.online-users a.full-width {
  display: inline-block;
  padding: 4px 10px;
}
.sidebar .sidebar-widget.online-users a.full-width:hover {
  background: rgba(0, 0, 0, 0.2);
}
.sidebar .sidebar-widget.online-users img {
  width: 34px;
  height: 34px;
}
.sidebar .sidebar-widget.online-users .img {
  display: block;
  position: relative;
  margin: 4px 0;
}
.sidebar .sidebar-widget.online-users .img::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.sidebar .sidebar-widget.online-users .img.online::before {
}
.sidebar .sidebar-widget.online-users .img.away::before {
  box-shadow: inset 3px 0 0 0 #f0ad4e;
}
.sidebar .sidebar-widget.online-users .img.inactive::before {
  box-shadow: inset 3px 0 0 0 #e74c3c;
}
.sidebar .sidebar-widget.online-users .info {
  padding: 3px 10px;
  line-height: 1;
}
.sidebar .sidebar-widget.online-users .name {
  color: #fff;
  font-size: 12px;
  margin: 5px 0;
}
.sidebar .sidebar-widget.online-users .status {
  font-size: 10px;
  margin-bottom: 2px;
}
.sidebar .sidebar-widget.online-users .activity {
  font-size: 10px;
  margin: 13px 0 0 0;
}
.sidebar .sidebar-widget.online-users .activity i {
  margin-right: 2px;
}
.sidebar .sidebar-widget.online-users .footer {
  width: 205px;
  height: 60px;
  padding: 15px 10px;
  background: #21303f;
  position: fixed;
  z-index: 999;
  bottom: 0;
}
.sidebar .btn-primary {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.sidebar .btn-primary:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.sidebar .sidebar-widget.online-users .footer input[type="text"] {
  padding: 7px;
  font-size: 11px;
  height: auto;
  border: 0;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.sidebar .sidebar-menu > li.title {
  padding: 15px 15px;
  color: #bdcfe0;
  font-weight: 700;
  background: #273849;
  font-size: 13px;
}
.sidebar .sidebar-menu > li {
  margin: 0;
  padding: 0;
  background-color: #293c4e;
  box-shadow: inset 4px 0 0 0 #191919;
}
.sidebar > .sidebar-menu > li > a:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.sidebar > .sidebar-menu > li.active > a {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 4px 0 0 0 #f0ad4e;
}
.sidebar > .sidebar-menu > li > .sub-menu {
  margin: 0;
  padding: 0;
  background: #253646;
}
.sidebar .sidebar-menu > li > a {
  padding: 13px 15px;
  display: block;
}
.sidebar .sidebar-menu > li > a > i {
  width: 20px;
}
.sidebar .sidebar-menu .sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: inset 4px 0 0 0 #f0ad4e;
}
.sidebar .sidebar-menu .sub-menu > h4 {
  color: cornsilk;
  font-weight: bold;
  margin-left: 10px;
  padding-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
}
.sidebar .sidebar-menu .sub-menu > li {
  margin: 0;
}
.sidebar .sidebar-menu .sub-menu > li > a {
  padding: 5px 7px 7px 35px;
  display: block;
  margin: 0;
  font-weight: normal;
}
.sidebar .sidebar-menu .sub-menu > li.active > a,
.sidebar .sidebar-menu .sub-menu > li > a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.sidebar .sidebar-menu .sub-menu > li > a > i {
  width: 20px;
}
.sidebar .label {
  padding: 5px 7px;
  text-transform: uppercase;
}
.user-box {
  padding: 15px 12px 5px 12px;
  background: #273849;
  box-shadow: inset 4px 0 0 0 #191919;
}
.user-box:before,
.user-box:after {
  display: table;
  content: " ";
}
.user-box:after {
  clear: both;
}
.user-box .avatar {
  float: left;
  position: relative;
  width: 48px;
  height: 48px;
  display: block;
}
.user-box .avatar::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.user-box img {
  width: 48px;
  height: 48px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.user-box .details {
  float: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 0 12px;
  color: #eee;
}
.user-box .details > p {
  margin-bottom: 14px;
  font-size: 15px;
}
.user-box .details > a > i {
  margin-right: 3px;
}
.user-box .position {
  font-size: 11px;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 8px 5px 12px;
  margin-left: -12px;
}
.user-box .button {
  float: right;
}
.user-box .button a {
  display: block;
  color: #fff;
  padding: 0px 10px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin-right: 5px;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
}
.user-box .button a:hover {
  background: rgba(0, 0, 0, 0.2);
}
/* Dropdown Menu */
.dropdown-menu {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 2300;
  padding: 0;
}
.dropdown-menu > li > a > i {
  margin-right: 10px;
}
.dropdown-menu > li > a:hover {
  background-color: #3c8dbc;
  color: #f9f9f9;
}
.navbar-nav .dropdown-menu {
  width: 270px;
  padding: 0 !important;
  margin: 0 !important;
  top: 100%;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.navbar-nav .dropdown-menu > li.header {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background-color: #f5f5f5;
  padding: 10px;
  color: #444444;
  font-size: 14px;
  box-shadow: inset 0 1px 0 0 #fff;
  text-shadow: 1px 1px 0 #fff;
}
.navbar-nav .dropdown-menu > li.header i {
  color: #696969;
  margin-right: 5px;
}
.navbar-nav .dropdown-menu > li.footer > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  font-size: 12px;
  background-color: #f5f5f5;
  padding: 8px;
  color: #444444;
  text-align: center;
}
.navbar-nav .dropdown-menu > li.footer > a:hover {
  background: #f0f0f0;
  text-decoration: none;
  font-weight: normal;
}
.navbar-nav > .dropdown-notifications > .dropdown-menu > li ul,
.navbar-nav > .dropdown-messages > .dropdown-menu > li ul,
.navbar-nav > .dropdown-tasks > .dropdown-menu > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .dropdown-notifications > .dropdown-menu > li ul > li > a,
.navbar-nav > .dropdown-messages > .dropdown-menu > li ul > li > a,
.navbar-nav > .dropdown-tasks > .dropdown-menu > li ul > li > a {
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #f0f0f0;
}
.navbar-nav > .dropdown-tasks > .dropdown-menu .progress {
  height: 10px;
}
.navbar-nav > .dropdown-notifications > .dropdown-menu > li ul > li > a:hover,
.navbar-nav > .dropdown-messages > .dropdown-menu > li ul > li > a:hover,
.navbar-nav > .dropdown-tasks > .dropdown-menu > li ul > li > a:hover {
  background: #f6f6f6;
  text-decoration: none;
}
.navbar-nav > .dropdown-notifications > .dropdown-menu > li ul > li > a {
  padding: 7px 0;
  font-size: 12px;
  color: #444444;
}
.navbar-nav > .dropdown-notifications > .dropdown-menu > li ul > li > a > span {
  font-size: 11px;
}
.navbar-nav > .dropdown-notifications > .dropdown-menu > li ul > li > a > i {
  width: 25px;
  text-align: center;
  padding: 6px 0px;
  margin: 5px 5px;
  background: #00c0ef;
  border-radius: 4px;
  color: #fff;
}
.navbar-nav
  > .dropdown-notifications
  > .dropdown-menu
  > li
  ul
  > li
  > a
  > i.danger {
  background: #e74c3c;
}
.navbar-nav
  > .dropdown-notifications
  > .dropdown-menu
  > li
  ul
  > li
  > a
  > i.warning {
  background: #f39c12;
}
.navbar-nav
  > .dropdown-notifications
  > .dropdown-menu
  > li
  ul
  > li
  > a
  > i.success {
  background: #27ae60;
}
.navbar-nav
  > .dropdown-notifications
  > .dropdown-menu
  > li
  ul
  > li
  > a
  > i.info {
  background: #3498db;
}
.navbar-nav > .dropdown-messages > .dropdown-menu > li ul > li > a {
  margin: 0px;
  line-height: 20px;
  padding: 10px 5px 10px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar-nav > .dropdown-messages > .dropdown-menu > li ul > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
}
.navbar-nav > .dropdown-messages > .dropdown-menu > li ul > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
}
.navbar-nav
  > .dropdown-messages
  > .dropdown-menu
  > li
  ul
  > li
  > a
  > h4
  > small {
  color: #999999;
  font-size: 10px;
  float: right;
  margin-top: -15px;
}
.navbar-nav > .dropdown-messages > .dropdown-menu > li ul > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
}
.navbar-nav > .dropdown-messages > .dropdown-menu > li ul > li > a:before,
.navbar-nav > .dropdown-messages > .dropdown-menu > li ul > li > a:after {
  display: table;
  content: " ";
}
.navbar-nav > .dropdown-messages > .dropdown-menu > li ul > li > a:after {
  clear: both;
}
.navbar-nav > .dropdown-tasks > .dropdown-menu > li ul > li > a {
  padding: 10px;
}
.navbar-nav > .dropdown-tasks > .dropdown-menu > li ul > li > a > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666;
}
.navbar-nav > .dropdown-tasks > .dropdown-menu > li ul > li > a > h3 > small {
  margin-top: -10px;
}
.navbar-nav > .dropdown-tasks > .dropdown-menu > li ul > li > a > .progress {
  padding: 0;
  margin: 0;
}
.navbar-nav > .widget-user {
  background-color: #f0f0f0;
  margin-left: 10px;
}
.navbar-nav > .widget-user a {
  color: #5e5e5e;
  font-weight: 700;
}
.navbar-nav > .widget-user > .dropdown-menu {
  max-width: 100px;
  border: 0;
  padding: 0;
  margin: 0;
  border: 1px solid #cfcfcf;
}
.navbar-nav > .widget-user > .dropdown-menu > li {
  padding: 0;
  margin: 0;
}
.navbar-nav > .widget-user > .dropdown-menu > li.footer > a {
  text-align: left;
}
.navbar-nav > .widget-user > .dropdown-menu > li > a,
.box .dropdown-menu > li > a {
  padding: 10px !important;
  font-size: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.navbar-nav > .widget-user > .dropdown-menu > li > a:hover,
.box .dropdown-menu > li > a:hover {
  background-color: #f0f0f0;
  color: #5e5e5e;
}
.navbar-nav > .widget-user img {
  width: 30px;
  height: 30px;
  margin: -5px 10px 0 0;
  box-shadow: 0 0 0px 2px #fff;
}
/* Error Page */
.error-template i {
  font-size: 80px;
}
.error-template h1 {
  font-size: 60px;
}
.error-template h2 {
  margin-bottom: 30px;
}
.error-template {
  padding: 40px 15px 5px 15px;
  text-align: center;
  width: 500px !important;
  margin: 0 auto;
}
.error-actions {
  margin-top: 20px;
  margin-bottom: 15px;
}
.error-actions .btn {
  margin-right: 20px;
}
.error-actions span {
  margin-right: 10px;
}
.invoice-title h2,
.invoice-title h3 {
  display: inline-block;
  margin: 0 !important;
}
.table > tbody > tr > .no-line {
  border-top: none;
}
.table > thead > tr > .no-line {
  border-bottom: none;
}
.table > tbody > tr > .thick-line {
  border-top: 2px solid #fff;
}
/* Forms */
.form-control {
  box-shadow: none;
  border-radius: 2px;
  background: #fefefe;
  border-color: #d8dde5 !important;
}
.form-control:focus {
  border-color: #afafaf !important;
  box-shadow: none;
}
.form-group.has-success label {
  color: #00a65a;
}
.form-group.has-success .form-control {
  border-color: #00a65a !important;
  box-shadow: none;
}
.form-group.has-warning label {
  color: #f39c12;
}
.form-group.has-warning .form-control {
  border-color: #f39c12 !important;
  box-shadow: none;
}
.form-group.has-error label {
  color: #f56954;
}
.form-group.has-error .form-control {
  border-color: #f56954 !important;
  box-shadow: none;
}
/* Input group */
.input-group .input-group-addon {
  border-radius: 0;
  background-color: #f4f4f4;
}
.label-normal label {
  font-weight: normal;
}
/* Checkbox and radio inputs */
.checkbox,
.radio {
  padding-left: 0;
}
/* Custom Box */
.custom-box {
  position: relative;
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  box-shadow: 1px 1px 0 0 #fff, inset 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.custom-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.custom-box p {
  font-size: 15px;
}
.custom-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.custom-box h3,
.custom-box p {
  z-index: 5px;
}
.custom-box i {
  position: absolute;
  font-size: 90px;
  right: 15px;
  bottom: 0px;
  line-height: auto;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.1);
}
.custom-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
/* Box */
.box {
  position: relative;
  background: #ffffff;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.1);
}
.box .box-title {
  position: relative;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #444;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 1);
  background: #f8f8f8;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px;
}
.box .box-title:before,
.box .box-title:after {
  display: table;
  content: " ";
}
.box .box-title:after {
  clear: both;
}
.box .box-title > i {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 18px;
  float: left;
  cursor: default;
}
.box .box-title h3 {
  display: inline-block;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  float: left;
  cursor: default;
}
.box .box-title a:not(.btn) {
  color: #444;
}
.box .box-title > .box-toolbar .dropdown-menu {
  margin-top: -7px;
  min-width: 60px !important;
}
.box .box-body {
  padding: 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.box .box-body > table,
.box .box-body > .table {
  margin-bottom: 0;
}
.box .box-body.chart-responsive {
  width: 100%;
  overflow: hidden;
}
.box .box-body > .chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.box-body .external-event {
  color: #fff;
  padding: 10px;
  font-size: 12px;
}
.box-body #external-events .well {
  padding: 10px;
  margin: 10px 0 0 0;
}
.box .box-body .fc {
  margin-top: 5px;
}
#color-chooser a {
  color: #fff !important;
}
.fc-event-inner {
  padding: 5px 10px;
}
.fc-event {
  background: #e74c3c;
  border: none !important;
}
.box .box-body .fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  margin-left: 10px;
}
.box .box-body .fc-header-right {
  padding-right: 10px;
}
.box .box-body .fc-header-left {
  padding-left: 10px;
}
.box .box-body .fc-widget-header {
  padding: 10px 0;
}
.box .box-body .fc-widget-header:first-of-type,
.box .box-body .fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}
.box .box-body .fc-widget-header:last-of-type,
.box .box-body .fc-widget-content:last-of-type {
  border-right: 0;
}
.box .box-body .fc-widget-content {
  padding: 5px;
}
.box .box-body .table {
  margin-bottom: 0;
}
.box .box-footer {
  border-top: 1px solid #f4f4f4;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
  background-color: #ffffff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box-bordered {
  background: #f6f6f6;
  border: 2px dotted #dbdbdb;
  padding: 10px;
}
/* ToDo */
.todo {
  margin: 0;
  padding: 0px 0px;
  list-style: none;
}
.todo > li {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
  background: #f4f4f4;
  margin-bottom: 2px;
  color: #444;
}
.todo > li:last-of-type {
  margin-bottom: 0;
}
.todo > li > input[type="checkbox"] {
  margin: 0 10px 0 5px;
}
.todo > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
.todo > li .label {
  margin-left: 10px;
  font-size: 9px;
}
.todo > li:hover {
  background-color: #f1f1f1;
}
.todo > li.through {
  color: #999;
}
.todo > li.through .text {
  text-decoration: line-through;
  font-weight: 500;
}
.todo > li.through.label {
  background: #eaeaec !important;
}
/* Chat */
.box .chat {
  padding: 5px 20px 5px 10px;
}
.box .chat .item {
  margin-bottom: 10px;
}
.box .chat .item:before,
.box .chat .item:after {
  display: table;
  content: " ";
}
.box .chat .item:after {
  clear: both;
}
.box .chat .item > img {
  width: 40px;
  height: 40px;
}
.box .chat .item > img.online {
  border: 2px solid #00a65a;
}
.box .chat .item > img.offline {
  border: 2px solid #f56954;
}
.box .chat .item > .message {
  position: relative;
  margin-left: 55px;
  margin-top: -40px;
  border: 1px solid #dddddd;
  padding: 10px;
}
.box .chat .item > .message:after,
.box .chat .item > .message:before {
  right: 100%;
  top: 23%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.box .chat .item > .message:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 8px;
  margin-top: -8px;
}
.box .chat .item > .message:before {
  border-color: rgba(221, 221, 221, 0);
  border-right-color: #dddddd;
  border-width: 9px;
  margin-top: -9px;
}
.box .chat .item > .message > .name {
  display: block;
  font-weight: 600;
  margin: -5px 0 5px 0;
}
/* Timeline */
.timeline-centered {
  position: relative;
  margin-bottom: 30px;
}
.timeline-centered:before,
.timeline-centered:after {
  content: " ";
  display: table;
}
.timeline-centered:after {
  clear: both;
}
.timeline-centered:before,
.timeline-centered:after {
  content: " ";
  display: table;
}
.timeline-centered:after {
  clear: both;
}
.timeline-centered:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  background: #fff;
  left: 50%;
  top: 20px;
  bottom: 20px;
  margin-left: -4px;
}
.timeline-centered .timeline-entry {
  position: relative;
  width: 50%;
  float: right;
  margin-bottom: 70px;
  clear: both;
}
.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}
.timeline-centered .timeline-entry:after {
  clear: both;
}
.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}
.timeline-centered .timeline-entry:after {
  clear: both;
}
.timeline-centered .timeline-entry.begin {
  margin-bottom: 0;
}
.timeline-centered .timeline-entry.left-aligned {
  float: left;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
  margin-left: 0;
  margin-right: -18px;
}
.timeline-centered
  .timeline-entry.left-aligned
  .timeline-entry-inner
  .timeline-time {
  left: auto;
  right: -100px;
  text-align: left;
}
.timeline-centered
  .timeline-entry.left-aligned
  .timeline-entry-inner
  .timeline-icon {
  float: right;
}
.timeline-centered
  .timeline-entry.left-aligned
  .timeline-entry-inner
  .timeline-label {
  margin-left: 0;
  margin-right: 70px;
}
.timeline-centered
  .timeline-entry.left-aligned
  .timeline-entry-inner
  .timeline-label:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -9px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -22px;
}
.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  left: -100px;
  text-align: right;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
  display: block;
}
.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-time
  > span:first-child {
  font-size: 15px;
  font-weight: bold;
}
.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-time
  > span:last-child {
  font-size: 12px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  background: #fff;
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  -moz-box-shadow: 0 0 0 5px #f5f5f6;
  -webkit-box-shadow: 0 0 0 5px #f5f5f6;
  box-shadow: 0 0 0 5px #fff;
  line-height: 40px;
  font-size: 15px;
  float: left;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #fff;
  padding: 15px 20px;
  margin-left: 70px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e0e0;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #fff transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
  color: #737881;
  font-size: 12px;
  margin: 0;
  line-height: 1.428571429;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
  margin-top: 15px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #293c4e;
}
.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-label
  h2
  span {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60);
}
/* Buttons
====================================*/
.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent !important;
}
.file-inputs {
  color: #fff !important;
}
.file-inputs:hover {
  color: #4d4d4d !important;
}
.btn.btn-default {
  background-color: #fafafa;
  color: #666;
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default.hover {
  background-color: #f4f4f4 !important;
}
.btn.btn-primary {
  background-color: #293c4e;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.hover {
  background-color: #1d364f;
}
.btn.btn-success {
  background-color: #27ae60;
}
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success.hover {
  background-color: #1c8348;
}
.btn.btn-info {
  background-color: #3498db;
}
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info.hover {
  background-color: #2980b9;
}
.btn.btn-danger {
  background-color: #e74c3c;
}
.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger.hover {
  background-color: #c0392b;
}
.btn.btn-warning {
  background-color: #e67e22;
}
.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning.hover {
  background-color: #d35400;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  width: 120px;
  height: 35px;
  overflow: hidden;
}
.btn.btn-file > input[type="file"] {
  display: block !important;
  width: 100% !important;
  height: 35px !important;
  opacity: 0 !important;
  position: absolute;
  top: -10px;
  cursor: pointer;
}
.btn.btn-link {
  color: #666;
}
.btn.btn-white {
  background-color: #fff;
  color: #666;
}
.btn-color {
  color: #fff;
}
.btn-color:hover,
.btn-color:active,
.btn-color.hover {
  color: #fff;
  opacity: 0.9;
}
.btn-label {
  position: relative;
  left: -14px;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
}
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}
.btn-outline {
  background-color: transparent !important;
  color: inherit;
  transition: all 0.5s;
}
.btn-primary.btn-outline {
  color: #293c4e;
  border-color: #293c4e !important;
}
.btn.btn-primary.btn-outline:hover,
.btn.btn-primary.btn-outline:active,
.btn.btn-primary.btn-outline.hover {
  background-color: #293c4e !important;
}
.btn-success.btn-outline {
  color: #27ae60;
  border-color: #27ae60 !important;
}
.btn.btn-success.btn-outline:hover,
.btn.btn-success.btn-outline:active,
.btn.btn-success.btn-outline.hover {
  background-color: #27ae60 !important;
}
.btn-info.btn-outline {
  color: #3498db;
  border-color: #3498db !important;
}
.btn.btn-info.btn-outline:hover,
.btn.btn-info.btn-outline:active,
.btn.btn-info.btn-outline.hover {
  background-color: #3498db !important;
}
.btn-warning.btn-outline {
  color: #e67e22;
  border-color: #e67e22 !important;
}
.btn.btn-warning.btn-outline:hover,
.btn.btn-warning.btn-outline:active,
.btn.btn-warning.btn-outline.hover {
  background-color: #e67e22 !important;
}
.btn-danger.btn-outline {
  color: #e74c3c;
  border-color: #e74c3c !important;
}
.btn.btn-danger.btn-outline:hover,
.btn.btn-danger.btn-outline:active,
.btn.btn-danger.btn-outline.hover {
  background-color: #e74c3c !important;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
.icheckbox_minimal,
.iradio_minimal {
  background-color: #fff;
}
.btn-social {
  position: relative;
  padding-left: 44px !important;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px !important;
  line-height: 34px !important;
  font-size: 1.6em !important;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 60px !important;
}
.btn-social.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px !important;
}
.btn-social.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px !important;
}
.btn-social.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px !important;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px !important;
  line-height: 34px !important;
  font-size: 1.6em !important;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 60px !important;
}
.btn-social-icon.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px !important;
}
.btn-social-icon.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px !important;
}
.btn-social-icon.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-bitbucket {
  color: #ffffff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  color: #ffffff;
  background-color: #183c60;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket.disabled,
.btn-bitbucket[disabled],
fieldset[disabled] .btn-bitbucket,
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled:active,
.btn-bitbucket[disabled]:active,
fieldset[disabled] .btn-bitbucket:active,
.btn-bitbucket.disabled.active,
.btn-bitbucket[disabled].active,
fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: #ffffff;
}
.btn-dropbox {
  color: #ffffff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  color: #ffffff;
  background-color: #0d70b7;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox.disabled,
.btn-dropbox[disabled],
fieldset[disabled] .btn-dropbox,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled:active,
.btn-dropbox[disabled]:active,
fieldset[disabled] .btn-dropbox:active,
.btn-dropbox.disabled.active,
.btn-dropbox[disabled].active,
fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #ffffff;
}
.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #30487b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #ffffff;
}
.btn-flickr {
  color: #ffffff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  color: #ffffff;
  background-color: #d6006f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr.disabled,
.btn-flickr[disabled],
fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled:active,
.btn-flickr[disabled]:active,
fieldset[disabled] .btn-flickr:active,
.btn-flickr.disabled.active,
.btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: #ffffff;
}
.btn-foursquare {
  color: #ffffff;
  background-color: #0072b1;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:hover,
.btn-foursquare:focus,
.btn-foursquare:active,
.btn-foursquare.active,
.open .dropdown-toggle.btn-foursquare {
  color: #ffffff;
  background-color: #005888;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open .dropdown-toggle.btn-foursquare {
  background-image: none;
}
.btn-foursquare.disabled,
.btn-foursquare[disabled],
fieldset[disabled] .btn-foursquare,
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled:active,
.btn-foursquare[disabled]:active,
fieldset[disabled] .btn-foursquare:active,
.btn-foursquare.disabled.active,
.btn-foursquare[disabled].active,
fieldset[disabled] .btn-foursquare.active {
  background-color: #0072b1;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare .badge {
  color: #0072b1;
  background-color: #ffffff;
}
.btn-github {
  color: #ffffff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover,
.btn-github:focus,
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  color: #ffffff;
  background-color: #303030;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github.disabled,
.btn-github[disabled],
fieldset[disabled] .btn-github,
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled:active,
.btn-github[disabled]:active,
fieldset[disabled] .btn-github:active,
.btn-github.disabled.active,
.btn-github[disabled].active,
fieldset[disabled] .btn-github.active {
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github .badge {
  color: #444444;
  background-color: #ffffff;
}
.btn-google-plus {
  color: #ffffff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  color: #ffffff;
  background-color: #ca3523;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  background-image: none;
}
.btn-google-plus.disabled,
.btn-google-plus[disabled],
fieldset[disabled] .btn-google-plus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus:hover,
.btn-google-plus.disabled:focus,
.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-google-plus:focus,
.btn-google-plus.disabled:active,
.btn-google-plus[disabled]:active,
fieldset[disabled] .btn-google-plus:active,
.btn-google-plus.disabled.active,
.btn-google-plus[disabled].active,
fieldset[disabled] .btn-google-plus.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus .badge {
  color: #dd4b39;
  background-color: #ffffff;
}
.btn-instagram {
  color: #ffffff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  color: #ffffff;
  background-color: #335d7e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: #ffffff;
}
.btn-linkedin {
  color: #ffffff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  color: #ffffff;
  background-color: #005f8d;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #ffffff;
}
.btn-tumblr {
  color: #ffffff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  color: #ffffff;
  background-color: #1f3346;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr.disabled,
.btn-tumblr[disabled],
fieldset[disabled] .btn-tumblr,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled:active,
.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-tumblr:active,
.btn-tumblr.disabled.active,
.btn-tumblr[disabled].active,
fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #ffffff;
}
.btn-twitter {
  color: #ffffff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #309aea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #ffffff;
}
.btn-vk {
  color: #ffffff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  color: #ffffff;
  background-color: #4a6a89;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active,
fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk .badge {
  color: #587ea3;
  background-color: #ffffff;
}
/* Icons List */
.icon-list {
  margin: 20px -15px 30px -15px;
}
.icon-list div {
  line-height: 26px;
  height: 26px;
  padding-left: 10px;
}
.icon-list div i {
  width: 26px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
.icon-list div:hover i {
  font-size: 26px;
  vertical-align: -4px;
}
/* Modal */
.modal-header {
  background: #f5f5f5;
  box-shadow: inset 0 1px 0 0 #fff;
  border-radius: 5px 5px 0 0;
  color: #696969;
  text-shadow: 1px 1px 0 #fff;
}
.modal-header i {
  margin-right: 7px;
}
.modal-footer {
  margin-top: 0;
}
/* Pagination */
.pagination > li > a {
  color: #666;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}
.nav.nav-pills {
  margin-bottom: 10px;
}
.nav.nav-pills > li > a {
  border-top: 3px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #444;
  padding: 13px 10px;
}
.nav.nav-pills > li > a > i {
  margin-right: 5px;
}
.nav.nav-pills > li.active > a,
.nav.nav-pills > li.active > a:hover {
  background-color: #f6f6f6;
  border-top-color: #3c8dbc;
  color: #444;
}
.nav.nav-pills > li.active > a {
  font-weight: 600;
}
.nav.nav-pills.nav-stacked > li > a {
  border-top: 0;
  background-color: #f6f6f6;
  border-left: 3px solid transparent;
  color: #444;
}
.nav.nav-pills > li > a:hover {
  background-color: #fff;
}
.nav.nav-pills.nav-stacked > li.active > a,
.nav.nav-pills.nav-stacked > li.active > a:hover {
  background-color: #27ae60;
  color: #fff;
}
/* Mailbox */
.mailbox-text {
  font-size: 13px;
}
.mailbox-avatar {
  width: 100px;
  height: 100px;
  margin: 5px 10px 0 0;
}
.mailbox-info {
  background: #f0efef;
  padding: 10px 10px 10px 0;
  margin-bottom: 10px;
}
.mailbox-info .from span {
  background: #dcdcdc;
  padding: 10px 12px;
  margin-right: 10px;
}
.mailbox-info .from a {
  color: #5a5a5a;
}
.mailbox-info span.label {
  color: #5a5a5a;
  font-weight: normal;
}
.mailbox-info i {
  margin-right: 5px;
}
.mailbox-attachment {
  background: #f0efef;
  padding: 10px;
  margin-top: 15px;
  line-height: 30px;
}
.mailbox-attachment small {
  margin-left: 10px;
}
.mailbox .mailbox-tools {
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
.mailbox .mailbox-buttons {
  margin-bottom: 10px;
}
.mailbox .box-bordered input,
.mailbox .box-bordered textarea {
  margin-bottom: 10px;
}
.mailbox .search-form {
  margin-bottom: 15px;
}
.mailbox .table tr.unread > td {
  background-color: rgba(0, 0, 0, 0.03);
  color: #000;
  font-weight: 600;
}
.mailbox .table tr > td > .fa.fa-star,
.mailbox .table tr > td > .fa.fa-star-o,
.mailbox .table tr > td > .glyphicon.glyphicon-star,
.mailbox .table tr > td > .glyphicon.glyphicon-star-empty {
  color: #f39c12;
  cursor: pointer;
}
.mailbox .table tr > td.small {
  width: 32px;
}
.mailbox .table tr > td.name {
  font-weight: 600;
  width: 145px;
  color: #444;
}
.mailbox .table tr > td.time {
  text-align: right;
  width: 140px;
}
.mailbox .table tr > td.time i {
  margin-right: 10px;
}
.mailbox .table tr > td {
  padding: 13px 10px;
}
.mailbox .table tr > td > a {
  color: #444;
}
/* ------ Pace ------ */
.pace .pace-progress {
  background: #0f99f5;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace-inactive {
  display: none;
}
/* ------ Flot ------ */
.flot {
  height: 350px;
  margin: 15px 0 10px 0;
}
#flot_tip {
  position: absolute;
  display: none;
  padding: 2px 5px;
  color: #fff;
  background-color: #000;
  opacity: 0.8;
}
.flot-placeholder {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
}
.legendColorBox {
  padding-left: 10px;
}
.legendLabel {
  padding-left: 4px;
}
/*  Lockscreen */
.login .lock-image {
  text-align: center;
  margin-bottom: 20px;
}
.login .lock-image .name {
  box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.1),
    inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  background: #13212f;
  margin: 30px -20px 0 0px;
  padding: 10px 25px 10px 20px;
  color: #fff;
  border-radius: 6px 0 0 6px;
  display: inline-block;
}
.login .lock-image .img-circle {
  width: 100px;
  box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.1),
    inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  background: #13212f;
  padding: 4px;
  position: relative;
  z-index: 9999;
}
.login .lock-image .action {
  box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.1),
    inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  background: #13212f;
  padding: 10px 2px 10px 0px;
  color: #fff;
  margin-left: -7px;
  border-radius: 0 6px 6px 0;
  display: inline-block;
}
.login .lock-image .action a {
  background: #e74c3c;
  color: #fff;
  padding: 8px 15px;
  border-radius: 0 6px 6px 0;
}
/* Login, Register etc.. */
.login {
  background-color: #273849;
}
.login .well {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding: 10px 20px;
  box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.1),
    inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  border: none;
}
.login .logo {
  font-size: 36px;
  margin: 0 auto !important;
  text-align: center;
  border-radius: 6px;
  padding-bottom: 20px;
}
.login .logo span {
  font-size: 32px;
}
.login .logo a {
  color: #fff;
}
.login .wrapper {
  width: 430px;
  margin: 140px auto 0 auto;
}
.login .box {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  margin-bottom: 0;
}
.login .box small {
  margin-left: 5px;
  color: #828282;
}
.login .box .header {
  background: #2b4a6a;
  padding: 12px 10px 15px 17px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px 5px 0 0;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}
.login .box .header a {
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.login .box .header i {
  margin-right: 10px;
}
.login .box-footer {
  padding: 15px 0 0 0;
}
.login a {
  color: rgba(255, 255, 255, 0.5);
}
.login a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.login .box-extra {
  padding: 10px 0;
}
.footer-position {
  bottom: 0;
}
footer {
  color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  padding: 20px 0;
  margin-top: 50px;
  text-align: center;
}
footer ul {
  margin-top: 15px;
}
footer ul li a {
  font-size: 12px;
}
.volver {
  margin-bottom: 10px;
}
.titulo_der {
  text-align: left;
  font-weight: bold;
  color: #444;
}
/* Responsive Layout */
@media screen and (max-width: 992px) {
  .flot {
    height: 300px;
  }
  .sidebar .sidebar-menu .sub-menu > li > a {
    padding: 10px 25px 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-header {
    float: left;
    width: 60% !important;
  }
  .navbar-form {
    margin: -2px 0 0 0px;
  }
  .navbar .navbar-nav > li {
    float: left;
  }
  .navbar-nav {
    margin: 0;
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
  .navbar .navbar-right {
    float: right;
  }
  .rightside > .page-head > .breadcrumb {
    display: inline-block;
    position: relative;
    float: none;
    width: 100%;
  }
  .navbar-nav > .dropdown-notifications > .dropdown-menu,
  .navbar-nav > .widget-user > .dropdown-menu,
  .navbar-nav > .dropdown-tasks > .dropdown-menu,
  .navbar-nav > .dropdown-messages > .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 480px) {
  .login .wrapper {
    width: 80%;
  }
  /*
  .navbar-form, .fixed .leftside, .leftside, header .logo {
    display: none;
  }
  .rightside, header .navbar {
    margin-left: 0;
  }
*/
  .dropdown.widget-user {
    height: 50px;
    width: 60px;
  }
  .dropdown.widget-user span {
    display: none;
  }
}
.no-print,
.no-print * {
}
@media print {
  input {
    border: none;
  }
  select {
    border: none;
  }
  .no-print,
  .no-print * {
    display: none !important;
  }
  .rightside {
    margin-left: 0px;
    padding-top: 0px;
  }
  .rightside > .page-head {
    padding: 0px;
  }
  a[href]:after {
    content: none !important;
  }
  #form1 {
    display: none;
  }
  .volver {
    display: none;
  }
}
