* {outline:none !important;}
body {
  color:#666;
  background:#353535;
}
.body-expanded, .modal-open {
  overflow-y:hidden;
  margin-right: 15px;
}
.modal-open #content {z-index: inherit;}
.body-expanded .expanded-panel, .fancybox-margin .expanded-panel, .modal-open .expanded-panel {
  margin-right: 15px;
}
.body-screensaver {
  overflow: hidden;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin:0;
}

#logo {
  position:relative;
  display: block;
  background: url(../img/logo_blanco.png) no-repeat scroll 20px 0;
  background-color: #6eb33f;
  line-height: 80px;
  height: 80px;
}

#logo-chico {
  position:relative;
  display: block;
  background: url(../img/logo_chico_blanco.png) no-repeat scroll 0 -2px;
  background-color: #6eb33f;
  background-size: 35px;
  height: 26px;
}

#logo-200 {
  position:relative;
  display: block;
  background: url(../img/logo-200.png) no-repeat scroll 20px 0;
  background-size: auto 40px;
  height: 40px;
}
#sponsorBanner {
	position: relative;
	/*display: block;*/
	background: no-repeat scroll 20px 0; /*url(../img/logo_blanco.png)*/
	background-color: #6eb33f;
	line-height: 80px;
	height: 80px;
	text-align: center;
    display:none;
}

.navbar {
  margin: 0;
  border: 0;
  position: absolute;
  top:0;
  left: 0;
  width:100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom:1px solid #242424;
  z-index: 2000;
}
.body-expanded .navbar {
  z-index: 9;
}
a.show-sidebar {
  float: left;
  margin-left: 15px;
  color:#9B9B9B;
  outline: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a.show-sidebar:hover {
  color:#d2d2d4;
}
#sidebar-left {
  position:relative;
  z-index: inherit;
  padding-bottom: 3000px !important;
  margin-bottom: -3000px !important;
  background:#EDEDED;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
#content {
  position: relative;
  background: #FBFBF0;
  box-shadow: 0 0 6px #000;
  padding-bottom: 3000px !important;
  margin-bottom: -2980px !important;
  overflow: hidden;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.full-content {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.nav.main-menu, .nav.msg-menu {
  margin:0 -15px;
}
.nav.main-menu > li > a, .nav.msg-menu > li > a {
  text-align: center;
  color:#000;
  min-height: 40px;
  -webkit-transition: 0.05s;
  -moz-transition: 0.05s;
  -o-transition: 0.05s;
  transition: 0.05s;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a:hover, .nav > li > a:focus {
  background:rgba(0, 0, 0, 0.1);
}
.nav.main-menu > li > a:hover, .nav.main-menu > li > a:focus, .nav.main-menu > li.active > a, .nav.main-menu .open > a, .nav.main-menu .open > a:hover, .nav.main-menu .open > a:focus, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li.active > a,
.nav.msg-menu > li > a:hover, .nav.msg-menu > li > a:focus, .nav.msg-menu > li.active > a, .nav.msg-menu .open > a, .nav.msg-menu .open > a:hover, .nav.msg-menu .open > a:focus {
  background: rgba(110, 179, 63, 0.60)
  color:#CEE5B9;
}
.nav.main-menu a.active, .nav.msg-menu a.active {
  background: rgba(110, 179, 63, 0.60)
}
.nav.main-menu a.active:hover, .nav.msg-menu a.active:hover {
  background: rgba(110, 179, 63, 0.60)
}
.nav.main-menu a.active-parent, .nav.msg-menu a.active-parent {
  background: rgba(110, 179, 63, 0.60)
}
.nav.main-menu a.active-parent:hover, .nav.msg-menu a.active-parent:hover {
  background: rgba(110, 179, 63, 0.60)
}
.nav.main-menu > li > a > i, .nav.msg-menu > li > a > i {
  font-size: 18px;
  width: auto;
  display: block;
  text-align: center;
}
.main-menu .dropdown-menu {
  position: absolute;
  z-index: 2001;
  left: 100%;
  top: 0;
  float: none;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  padding: 0;
  background:rgba(110, 179, 63, 1);
  box-shadow: none;
  visibility:hidden;
}
.main-menu .active-parent:hover + .dropdown-menu {
  visibility:visible;
}
.main-menu .active-parent + .dropdown-menu:hover {
  visibility:visible;
}
.main-menu .dropdown-menu > li > a {
  padding:9px 15px 9px 40px;
  color:#000;
}
.main-menu .dropdown-menu > li:first-child > a {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.main-menu .dropdown-menu > li:last-child > a {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
#top-panel {
  line-height: 80px;
  height: 80px;
  background:#6eb33f;
}
#main {
  margin-top: 81px;
  min-height: 800px;
  overflow: hidden;
}
#search {
  position: relative;
}
#search > input {
  width: 80%;
  background: #dfdfdf;
  border: 1px solid #C7C7C7;
  text-shadow:0 1px 1px #EEE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #686868;
  line-height: 1em;
  height: 30px;
  padding: 0 35px 0 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#search > input + i {
  opacity:0;
  position: absolute;
  top: 18px;
  right: 10px;
  color: #fff;
}
#search > input:focus {
  width:100%;
  outline:none;
}
#search > input:focus + i {
  opacity:1;
  transition-delay:0.2s;
  transition-duration: 0.2s;
}
.panel-menu {
  margin: 0;
}
.top-panel-right {
  padding-left: 0;
}
.panel-menu > li > a {
  padding: 0 5px 0 10px;
  line-height: 50px;
}
.panel-menu a.account {
  height: 50px;
  padding: 5px 0 5px 10px;
  line-height: 18px;
}
.panel-menu i {
  margin-top: 8px;
  padding: 5px;
  font-size: 20px;
  color: #fff;
  line-height: 1em;
  vertical-align: top;
  -webkit-transition: 0.05s;
  -moz-transition: 0.05s;
  -o-transition: 0.05s;
  transition: 0.05s;
}
.panel-menu i.pull-right {
  color: #121212;
  border: 0 !important;
  box-shadow: none;
  font-size: 16px;
  background: none !important;
}
.panel-menu .badge {
  margin-top:5px;
  padding: 3px 6px;
  vertical-align: top;
  border-radius: 2px;
  background:none;
  color: #fff;
  border: 1px solid #fff;
}
.avatar {
  width: 40px;
  float: left;
  margin-right: 5px;
}
.avatar > img {
  width:40px;
  height:40px;
}
.user-mini > span {
  display: block;
  font-size: 12px;
  color:#fff;
  margin-bottom: -4px;
}
.user-mini > span.welcome {
  font-weight: bold;
  margin-top: 2px;
}
.panel-menu .dropdown-menu {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
  border: 0;
  right: 0;
  left: auto;
  min-width: 100%;
}
.panel-menu .dropdown-menu > li > a {
  padding:5px 10px !important;
  color:#fff;
}
.panel-menu .dropdown-menu > li > a > i {
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 14px;
  width: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.panel-menu .dropdown-menu > li > a:hover{
  background-color:#000;
}
.well {
  padding:15px;
}
.box {
  display: block;
  z-index: 1999;
  position: relative;
  border: 1px solid #ccc;
  background: transparent;
  margin-bottom: 20px;
}
.full-content .box {
  border: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.box-header {
  color: #6eb33f;
  position:relative;
  overflow: hidden;
  height: 24px;
  border-bottom: 1px solid #ccc;
  background-color: #eaeaea;
  background-image: -webkit-linear-gradient(top, #eaeaea, #e0e0e0);
  background-image:    -moz-linear-gradient(top, #eaeaea, #e0e0e0);
  background-image:     -ms-linear-gradient(top, #eaeaea, #e0e0e0);
  background-image:      -o-linear-gradient(top, #eaeaea, #e0e0e0);
  background-image:         linear-gradient(to bottom, #eaeaea, #e0e0e0);
}
.box-name, .modal-header-name {
  padding-left: 15px;
  line-height: 24px;
}
.box-name:hover {
  cursor: move;
}
.box-name > i {
  margin-right:5px;
}
.box-icons {
  position: absolute;
  top:0;
  right:0;
  z-index: 9;
}
.no-move {
  display: none;
}
.expanded .no-move {
  position: absolute;
  top:0;
  left: 0;
  width:100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.box-content {
  position: relative;
  padding: 15px;
  background: #FBFBF0;
}
.box-content.tab {
  position: relative;
  /*padding: 0px 15px 0px 15px;*/
  background: #FBFBF0;
}
.box-content.dropbox, .box-content.sortablebox {
  overflow: hidden;
}
.full-content .box-content {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.box-icons a {
  cursor: pointer;
  text-decoration: none !important;
  border-left: 1px solid #FBFBF0;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  width: 28px;
  display: block;
  float: left;
  text-align: center;
  color: #6eb33f;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.box-icons a:hover {background:#FBFBF0;color:#6eb33f;}
.box-icons a.beauty-table-to-json {
  width: auto;
  padding: 0 10px;
  font-size: 14px;
}
.expanded a.close-link {
  display:none;
}
#sidebar-left.col-xs-2 {
  opacity: 0;
  width: 0%;
  padding: 0;
}
.sidebar-show #sidebar-left.col-xs-2 {
  opacity: 1;
  width: 16.666666666666664%;
  padding: 0 15px;
}
.sidebar-show #content.col-xs-12 {
  opacity: 1;
  width: 83.33333333333334%;
}
.expanded {
  overflow-y:scroll;
  border: 0;
  z-index: 3000 !important;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.expanded-padding {
  background: rgba(0, 0, 0, 0.7);
  padding:50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.no-padding {
  padding:0 !important;
}
.padding-15 {
  padding:15px !important;
}
.padding-4 {
  padding:4px !important;
}
.no-padding .table-bordered {
  border:0;
  margin:0;
}
.no-padding .table-bordered thead tr th:first-child, .no-padding .table-bordered tbody tr th:first-child, .no-padding .table-bordered tfoot tr th:first-child, .no-padding .table-bordered thead tr td:first-child, .no-padding .table-bordered tbody tr td:first-child, .no-padding .table-bordered tfoot tr td:first-child {
  border-left: 0px !important;
}
.no-padding .table-bordered thead tr th:last-child, .no-padding .table-bordered tbody tr th:last-child, .no-padding .table-bordered tfoot tr th:last-child, .no-padding .table-bordered thead tr td:last-child, .no-padding .table-bordered tbody tr td:last-child, .no-padding .table-bordered tfoot tr td:last-child {
  border-right: 0px !important;
}
table.no-border-bottom tr:last-child td {
  border-bottom:0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #bbb;
}
.table-bordered {
    border: 1px solid #bbb;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #bbb;
}
.table > thead > tr > th {
  border-bottom: 2px solid #bbb;
}
.dataTables_wrapper table.table {
  clear: both;
  max-width: inherit;
  margin-bottom: 0;
}
.table-datatable *, .table-datatable :after, .table-datatable :before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.table-datatable label {
  position: relative;
  display: block;
  font-weight: 400;
}
.table-datatable tbody td {
  vertical-align: middle !important;
}
.table-datatable img {
  margin-right: 10px;
  border: 1px solid #F8F8F8;
  width: 40px;
}
.table-datatable .sorting {
  background:url(../img/sort.png) right center no-repeat;
  padding-right:16px;
  cursor:pointer;
}
.table-datatable .sorting_asc {
  background:url(../img/sort-asc.png) right center no-repeat;
  padding-right: 16px;
  cursor:pointer;
}
.table-datatable .sorting_desc {
  background:url(../img/sort-desc.png) right center no-repeat;
  padding-right: 16px;
  cursor:pointer;
}
div.DTTT_collection_background {
  z-index: 2002;
}
div.DTTT .btn {
  color: #333 !important;
  font-size: 12px;
}
ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  border: 0;
  margin: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  min-width: 157px;
}
ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}
ul.DTTT_dropdown.dropdown-menu > li > a {
  position: relative;
  display: block;
  padding: 5px 10px !important;
  color: #f0f0f0 !important;
}
ul.DTTT_dropdown.dropdown-menu > li:first-child > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
ul.DTTT_dropdown.dropdown-menu > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
ul.DTTT_dropdown.dropdown-menu > li:hover > a {
  background:rgba(0, 0, 0, 0.3);
  color:#f0f0f0;
}
.dataTables_wrapper input[type="text"] {
  display: block;
  width: 90%;
  height: 26px;
  padding: 2px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  /*border: 1px solid #ccc;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-appearance: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.dataTables_wrapper input[type="text"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#breadcrumb {
  padding: 0;
  line-height: 40px;
  background: #353535;
  margin-bottom: 30px;
}
.breadcrumb {
  padding: 0 15px;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.breadcrumb > li > a {
  color:#d8d8d8;
}
.breadcrumb > li > a:hover, .breadcrumb > li:last-child > a {
  color:#f8f8f8;
}
.bs-callout {
  padding: 15px;
  border-left: 3px solid #6eb33f;
  background: #ededed;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #6eb33f;
}
.no-padding .bs-callout {
  border:0;
}
.page-header {
  margin: 0 0 10px;
  border-bottom: 1px solid #c7c7c7;
}
.box-content .page-header, legend, .full-calendar .page-header {
  margin: 0 0 10px;
  border-bottom: 1px dashed #B6B6B6;
}
.invoice-header {
  margin: 5px 0 0 10px;
  border-bottom: 1px dashed #B6B6B6;
  display: inline-block;
}
.box-content .form-group, .devoops-modal-inner .form-group {
  margin-top:15px;
  margin-bottom:15px;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
}
.show-grid [class^="col-"]:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(107, 134, 182, 0.2);
  border: 1px solid #ebebeb;
}
.show-grid, .show-grid-forms {
  margin-bottom: 15px;
}
.show-grid-forms [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.DTTT.btn-group {
  position: absolute;
  top: -28px;
  right: 83px;
  border-right:1px solid #DBDBDB;
}
.DTTT.btn-group a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 1em;
  font-size: 14px;
  font-weight: bold;
  outline: none;
  box-shadow: none !important;
  padding: 6px 12px;
  margin: 0;
  background: #F7F7F7;
  border: 0;
}
#screensaver {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  background: #000;
  display: none;
}
#screensaver.show {
  display: block;
}
#canvas {
  position: relative;
}
#screensaver i {
  position: absolute;
  top: 50px;
  right: 50px;
  background: rgba(255, 255, 255, 0.5);
  line-height: 100px;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
}
.well pre code {
  white-space: normal;
}
.btn {
  border: 1px solid transparent;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  cursor: pointer;
  font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode","Segoe UI",Verdana,sans-serif;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  margin: 0 0 10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-user-select: none;
  -webkit-user-select: none;
  outline: none !important;
}
.btn-label-left span {
  position: relative;
  left: -10px;
  display: inline-block;
  padding: 0px 8px;
}
.btn-label-right span {
  position: relative;
  right: -10px;
  display: inline-block;
  padding: 0px 8px;
}
.btn i {
/*  vertical-align: middle;*/
    padding: 0px 10px 0px 0px; 
}
.btn-app {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 14px;
}
.btn-app i {
  font-size: 24px;
  line-height: 48px;
  display: block;
}
.btn-app-sm {
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 14px;
}
.btn-app-sm i {
  font-size: 14px;
  line-height: 28px;
  display: block;
}
.btn-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.25);
}
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress {
  overflow: visible;
}
.progress-ui {
  height: 10px;
}
.progress-bar {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress-bar.ui-widget-content {
  background: none;
  border: 0;
  height: 100%;
  position: relative;
}
.progress-bar .ui-state-default {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 10px;
  width: 10px;
  top: 0;
  margin-left: -5px;
  cursor:pointer;
  border:0px solid #d3d3d3;
  outline:none !important;
  background-color: rgba(0,0,0,.5);
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,.5), rgba(100,100,100,.5));
  background-image:    -moz-linear-gradient(top, rgba(255,255,255,.5), rgba(100,100,100,.5));
  background-image:     -ms-linear-gradient(top, rgba(255,255,255,.5), rgba(100,100,100,.5));
  background-image:      -o-linear-gradient(top, rgba(255,255,255,.5), rgba(100,100,100,.5));
  background-image:         linear-gradient(to bottom, rgba(255,255,255,.5), rgba(100,100,100,.5));
}
.ui-widget-header {
  background:none;
}
.progress {
    background: none repeat scroll 0 0 rgba(110, 179, 63, 0.2);
}
.progress-bar .ui-widget-header, .bg-default, .btn-default, .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active, .progress-bar {
  background-color: #6eb33f;
  color: #fff;
  border-color: #111111;
}
.txt-default {color: #D8D8D8;}
.progress-bar-primary .ui-widget-header, .bg-primary, .btn-primary, .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active,
.table > thead > tr > td.primary, .table > tbody > tr > td.primary, .table > tfoot > tr > td.primary, .table > thead > tr > th.primary, .table > tbody > tr > th.primary, .table > tfoot > tr > th.primary, .table > thead > tr.primary > td, .table > tbody > tr.primary > td, .table > tfoot > tr.primary > td, .table > thead > tr.primary > th, .table > tbody > tr.primary > th, .table > tfoot > tr.primary > th {
  background-color: #6EB33F;
  color: #f8f8f8;
  border-color: #6EB33F;
}
.txt-primary {color: #496A84;}
.progress-bar-success .ui-widget-header, .bg-success, .btn-success, .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active, .progress-bar-success,
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #45837A;
  color: #f8f8f8;
  border-color: #34786E;
}
.txt-success, .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {color: #3c763d;}
.has-success .form-control {border-color: #3c763d;}
.progress-bar-info .ui-widget-header, .bg-info, .btn-info, .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active, .progress-bar-info,
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #5D91BC;
  color: #f8f8f8;
  border-color: #5783A8;
}
.txt-info {color: #5D91BC;}
.progress-bar-warning .ui-widget-header, .bg-warning, .btn-warning, .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active, .progress-bar-warning,
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #9C9A78;
  color: #f8f8f8;
  border-color: #8D8B61;
}
.txt-warning, .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {color: #9C9A78;}
.has-warning .form-control {border-color: #8D8B61;}
.progress-bar-danger .ui-widget-header, .bg-danger, .btn-danger, .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active, .progress-bar-danger,
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #AA8383;
  border-color: #A57171;
  color: #f8f8f8;
}
.txt-danger, .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {color: #a94442;}
.has-error .form-control {border-color: #A57171;}
.progress-bar .ui-state-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #6eb33f;
  background-color: #cecece;
  border-color: #CBCBCB;
}
.progress-bar-primary .ui-state-default, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary,
.table-hover > tbody > tr > td.primary:hover, .table-hover > tbody > tr > th.primary:hover, .table-hover > tbody > tr.primary:hover > td, .table-hover > tbody > tr.primary:hover > th {
  color: #fff;
  background-color: #42617A;
  border-color: #315D80;
}
.progress-bar-success .ui-state-default, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success,
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  color: #fff;
  background-color: #3D776E;
  border-color: #34786E;
}
.has-success .form-control:focus {
  border-color: #34786E;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #34786E;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #34786E;
}
.progress-bar-info .ui-state-default, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info,
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  color: #fff;
  background-color: #5384AD;
  border-color: #5783A8;
}
.progress-bar-warning .ui-state-default, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning,
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  color: #fff;
  background-color: #8F8D6C;
  border-color: #8D8B61;
}
.has-warning .form-control:focus {
  border-color: #8D8B61;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #8D8B61;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #8D8B61;
}
.progress-bar-danger .ui-state-default, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger,
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  color: #fff;
  background-color: #9C7676;
  border-color: #A57171;
}
.has-error .form-control:focus {
  border-color: #A57171;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #A57171;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #A57171;
}
.slider-range-min-amount, .slider-range-max-amount, .slider-range-amount {
  border: 0;
  background: none;
  outline: none !important;
}
.progress-bar.ui-slider-vertical {
  width:20px;
}
.progress-bar.ui-slider-vertical .ui-state-default {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 20px;
  width: 20px;
  top: auto;
  margin-left: 0px;
  left: 0;
}
#equalizer .progress {
  height:160px;
  display:inline-block;
  margin:15px;
}
.beauty-table {
  width:100%;
}
.beauty-table input {
  border:1px solid transparent;
  background: none;
  font-size: 16px;
  text-align: center;
  padding:2px 15px !important;
  width:100%;
  outline:none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.beauty-table input:focus {
  border:1px solid #dfdfdf;
  background: #fefefe;
  font-size: 16px;
  text-align: center;
  padding: 2px 15px !important;
  width:100%;
  outline:none;
}
.c {
  color: #999;
  display: block;
}
.nt {
  color: #2f6f9f;
}
.na {
  color: #4f9fcf;
}
.s {
  color: #d44950;
}
.radio, .checkbox, .radio-inline, .checkbox-inline {
  position: relative; padding-left: 20px;
}
.radio label, .checkbox label, .radio-inline label, .checkbox-inline label {
  font-weight: normal;
  cursor: pointer;
  padding-left: 8px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.radio + .radio, .checkbox + .checkbox {
  margin-top: 10px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.checkbox i, .checkbox-inline i, .radio i, .radio-inline i {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.checkbox i.small, .checkbox-inline i.small, .radio i.small, .radio-inline i.small {
  font-size: 18px;
  top:2px;
}
.checkbox input[type=checkbox]:checked + i:before, .checkbox-inline input[type=checkbox]:checked + i:before {
  content:"\f046";
}
.radio input[type=radio]:checked + i:before, .radio-inline input[type=radio]:checked + i:before {
  content:"\f192";
}
.toggle-switch {
  position: relative;
  width: 60px;
}
.toggle-switch input {
  display: none;
}
.toggle-switch label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.toggle-switch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -moz-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.toggle-switch-inner:before, .toggle-switch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  text-shadow: 1px 1px 1px #FFFFFF;
  color:#929292;
  background-color: #F5F5F5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.toggle-switch-inner:before {
  content: "ON";
  padding-left: 15px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.toggle-switch-inner:after {
  content: "OFF";
  padding-right: 15px;
  text-align: right;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
.toggle-switch-switch {
  width: 20px;
  margin: 0;
  border: 2px solid #d8d8d8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  color: #f8f8f8;
  line-height: 1em;
  text-shadow: 0 0px 1px #ADADAD;
  text-align: center;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  background-color: #f0f0f0;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:    -moz-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:     -ms-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:      -o-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:         linear-gradient(to bottom, #f0f0f0, #dfdfdf);
}
.toggle-switch input:checked + .toggle-switch-inner {
  margin-left: 0;
}
.toggle-switch input:checked + .toggle-switch-inner + .toggle-switch-switch {
  right: 0px; 
}
.toggle-switch-danger input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #D15E5E;
  background: #D15E5E;
}
.toggle-switch-warning input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #DFD271;
  background: #DFD271;
}
.toggle-switch-info input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #7BC5D3;
  background: #7BC5D3;
}
.toggle-switch-success input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #63CC9E;
  background: #63CC9E;
}
.toggle-switch-primary input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #6AA6D6;
  background: #6AA6D6;
}
.select2-container {
  width: 100%;
}
.select2-container .select2-choice {
  height: 30px;
}
.knob-slider {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.knob-slider > div {
  display: inline-block !important;
}
.knob-slider input {
  outline: none !important;
}
.ipod {
  background:#dedede;
  text-align: center;
  padding:50px 0;
}
.knob-clock {
  text-align: center;
}
.knob-clock > div {
  font-size:50px;
  text-align: center;
  color:#a2a2a2;
}
.knob {
  border:0;
  background: 0;
}
.box-pricing:hover {
  box-shadow: 0 0 5px #525252;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.box-pricing .row-fluid > div {
  padding: 18px 15px 8px;
  line-height: 1.428571429;
  vertical-align: top;
}
.box-pricing .row-fluid.centered > div {
  background-color: #f5f5f5;
  padding: 8px;
  text-align: center;
}
.box-pricing .row-fluid.centered > div:nth-child(odd) {
  background-color: #f9f9f9;
}
.box-pricing .box-header {
  height: 80px;
  padding: 10px 0;
}
.box-pricing .box-name {
  padding: 0 10px;
  text-align: center;
}
.box-pricing .box-name:hover {
  cursor: inherit;
}
#messages #breadcrumb {
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 2000;
}
#messages-menu {
  position:fixed;
  top:90px;
  background:#353535;
  margin:0;
  height: 100%;
  z-index: 2;
}
#messages-list {
  margin-top: 40px;
  padding: 0;
}
.one-list-message {
  background: #F1F1F1;
  border-bottom: 1px solid #CCC;
  padding: 15px 15px 15px 25px;
  margin: 0;
}
.one-list-message .checkbox {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
}
.one-list-message .message-title {
  overflow: hidden;
  white-space: nowrap;
  width: 80%;
}
.one-list-message .message-date {
  overflow: hidden;
  white-space: nowrap;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  right: 10px;
  font-weight: bold;
  background: #D8D8D8;
  padding: 0;
  width: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #000;
}
.form-control {
  height: 26px;
  padding: 2px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.input-lg {
  height:39px;
}
.input-sm {
  height:18px;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 0;
  margin: 0;
}
.has-feedback .form-control-feedback {
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  min-height: inherit;
  padding-top: 0;
}
.form-horizontal .control-label {
  padding-top: 4px;
}
.input-group-addon {
  padding: 0px 6px;
}
.form-group .form-control, 
.form-group .input-group, 
.form-group .select2-container {
  margin-bottom: 5px;
}

.input-group .form-control {
  margin:0;
}
#ui-datepicker-div {
  background-color: #ffffff;
  border:1px solid #111111;
}
#ui-datepicker-div .ui-widget-header {
  background-color: #6eb33f;
  border: 0;
  border-bottom: 1px solid #686868;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  padding: 1px 0;
}
#ui-datepicker-div select {
    color: #686868;
}
#ui-datepicker-div.ui-widget-content {
  color:#666 !important;
}
#ui-datepicker-div.ui-widget-content{
  background: none;
  background-color: #ffffff !important;
}
#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default {
  background: none;
  border:0;
  color:#666;
  text-align: center;
}
#ui-datepicker-div .ui-state-hover, #ui-datepicker-div.ui-widget-content .ui-state-hover, #ui-datepicker-div .ui-widget-header .ui-state-hover, #ui-datepicker-div .ui-state-focus, #ui-datepicker-div.ui-widget-content .ui-state-focus, #ui-datepicker-div .ui-widget-header .ui-state-focus,
#ui-datepicker-div .ui-state-highlight, #ui-datepicker-div.ui-widget-content .ui-state-highlight, #ui-datepicker-div .ui-widget-header .ui-state-highlight {
  background: rgba(0, 0, 0, 0.3) !important;
  border:0;
  top:2px;
}
#ui-datepicker-div .ui-datepicker-group {
  border-left: 1px solid #686868;
}
#ui-datepicker-div .ui-datepicker-group:first-child {
  border-left:0;
}
#ui-datepicker-div .ui-datepicker-buttonpane {
  margin: 0;
}
#ui-datepicker-div .ui-datepicker-group table {
  margin:0 auto !important;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px !important;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px !important;
  cursor: pointer;
}
.ui-icon-circle-triangle-w {
  background: url(../img/ui-left.png) 0 0 no-repeat !important;
}
.ui-icon-circle-triangle-e {
  background: url(../img/ui-right.png) 0 0 no-repeat !important;
}
.ui-icon-circle-arrow-s {
  background: url(../img/ui-accordion-down.png) 0 0 no-repeat !important;
}
.ui-icon-circle-arrow-e {
  background: url(../img/ui-accordion-right.png) 0 0 no-repeat !important;
}
#ui-datepicker-div .ui-slider-horizontal {
  background: rgba(0, 0, 0, 0.5);
  height: 4px;
  border: 0;
}
#ui-datepicker-div .ui-slider-horizontal .ui-slider-handle {
  background: #D8D8D8 !important;
  border: 1px solid #f8f8f8;
  height: 8px;
  width: 8px;
  top:-2px;
  margin-left: -4px;
  outline: none;
  cursor: pointer;
}
.ui-spinner-input {
  margin:0;
}
.ui-spinner .form-control {
  margin-bottom: 0;
}
#tabs.ui-widget-content, #tabs .ui-widget-header {
  border:0;
  background: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#tabs .ui-widget-header {
  border-bottom: 1px solid #d8d8d8;
}
#tabs .ui-state-default, #tabs.ui-widget-content .ui-state-default, #tabs .ui-widget-header .ui-state-default {
  border:0;
  margin: 0 0 -1px 0;
  background: none !important;
}
#tabs .ui-state-active, #tabs.ui-widget-content .ui-state-active, #tabs .ui-widget-header .ui-state-active {
  background: none !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin: 0;
  padding: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 5px 15px;
  outline: none !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  background:#fcfcfc;
  border:1px solid #d8d8d8;
  border-bottom: 0;
}
.ui-tabs .ui-tabs-nav {
  padding: 0;
}
.ui-tabs .ui-tabs-panel {
  padding: 1em 0;
}
.ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border:0!important;
  text-align:center !important;
  margin:0px!important;
  width:50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding:0px;
}
.ui-accordion .ui-accordion-header {
  padding: 6px 12px;
  margin: 0;
  top:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-accordion .ui-accordion-icons {
  padding-left:28px;
}
.ui-accordion-header.ui-state-default {
  background: #f5f5f5 !important;
  border: 1px solid #fcfcfc;
  border-left: 0;
  border-right: 0;
}
.ui-accordion-header.ui-state-hover, .ui-accordion-header.ui-state-focus {
  background: #ebebeb !important;
}
.ui-accordion-header.ui-state-active {
  background: #d8d8d8 !important;
}
.ui-accordion .ui-accordion-content {
  padding:10px 12px;
  background: none;
  border:1px solid #d8d8d8;
  border-top:0;
  border-bottom:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#simple_gallery {
  text-align: center;
}
#simple_gallery a.fancybox {
  display: inline-block;
  padding: 5px;
}
#simple_gallery a.fancybox img {
  width: 100%;
  padding: 2px;
  border: 1px solid #979797;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#simple_gallery a.fancybox img:hover {
  box-shadow: 0 0 10px #C7C7C7;
}
.ex-tooltip {
  position: absolute;
  display: none;
  z-index: 2000;
}
.morris-hover {
  position:absolute;
  z-index:1000;
}
.morris-hover.morris-default-style, .ex-tooltip {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 20px;
  color: #525252;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label{
  font-weight:bold;
  margin:0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point{
  white-space:nowrap;
  margin:0.1em 0;
}
#dashboard-header {
  margin-bottom:20px;
}
#dashboard-header h3 {line-height:1;margin-top:8px;}
#dashboard_links {
  padding: 0;
}
#dashboard_links .nav {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  overflow: hidden;
}
#dashboard_links .nav-stacked > li {
  border-bottom:1px solid #B9B9B9;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  padding: 0;
  margin: 0;
}
#dashboard_links .nav-pills > li > a {
  display: block;
  padding: 15px 10px 15px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline:none;
  background:#6eb33f;
  color:#fff;
}
#dashboard_links .nav-pills > li.active {
  position: relative;
  margin: 0;
}
#dashboard_links .nav-pills > li.active > a, #dashboard_links .nav-pills > li.active > a:hover, #dashboard_links .nav-pills > li.active > a:focus, #dashboard_links .nav > li > a:hover, #dashboard_links .nav > li > a:focus {
  background:#45837A;
  color:#fff;
}
#dashboard_links .nav-pills > li.active > a:before {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  left: -2px;
  font-size: 30px;
  color: #fff;
}
#dashboard_tabs {
  background:#fff;
  padding-top:15px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.sparkline-dashboard {
  float: left;
  margin-right: 10px;
  text-align: center;
}
.sparkline-dashboard-info {
  float: left;
  display: block;
  text-align: center;
}
.sparkline-dashboard-info span {
  display: block;
  font-weight: bold;
  color: #b25050;
}
.historical span {display:block;}
.ow-server {
  padding-top: 8px;
  padding-bottom: 25px;
}
.ow-server:hover {
  background:#e7e7e7;
}
.ow-server .page-header {
  padding-bottom: 3px;
}
.ow-server h4 i {
  position: absolute;
  left: 15px;
}
.ow-server small {
  position: absolute;
  right: 15px;
  top: 51px;
}
.ow-server-bottom {
  margin-top:25px;
}
.ow-server-bottom .knob-slider {
  font-size: 11px;
}
#ow-server-footer {
  overflow: hidden;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.ow-settings {
  position: absolute;
  top: 7px;
  left: 40px;
  display:none;
}
.ow-settings a {
  color:#525252;
}
.ow-server:hover .ow-settings {
  display: block;
}
#ow-server-footer a {
  display: block;
  padding:10px 0;
  border-left:1px solid #f8f8f8;
  text-decoration:none;
}
#ow-server-footer a:first-child {
  border-left:0;
}
#ow-server-footer span {
  display: block;
}
.m-table > thead > tr > th, .m-table > tbody > tr > th, .m-table > tfoot > tr > th, .m-table > thead > tr > td, .m-table > tbody > tr > td, .m-table > tfoot > tr > td {
  vertical-align: middle;
  padding: 2px 5px;
}
.m-ticker span {
  display: block;
  font-size: 0.8em;
  line-height: 1em;
}
.m-price {
  text-align: right;
}
.m-change .fa-angle-up {
  color:#54ae86;
  font-weight: bold;
}
.m-change .fa-angle-down {
  color:#b25050;
  font-weight: bold;
}
#ow-summary {
  font-size: 12px;
}
#ow-summary b {
  float:right;
  padding:1px 4px;
  margin:1px;
  border:1px solid #d8d8d8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#ow-donut {
  margin:0 0 20px;
}
#ow-donut > div {
  padding:0;
}
#ow-activity .row {
  margin: 0 0 0 -15px;
  font-size: 13px;
}
#ow-setting {
  border: 1px solid #C7C7C7;
  padding: 0;
  position: absolute;
  width: 158px;
  height: 28px;
  top: 1px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  opacity: 0;
  right: -200px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
#ow-marketplace:hover #ow-setting {
  opacity:1;
  right:15px;
}
#ow-setting a {
  text-align: center;
  float: left;
  margin-left: 10px;
  color: #d8d8d8;
  font-size: 16px;
  display:block;
  line-height: 28px;
  width:20px;
  height:26px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
#ow-setting a:hover {
  font-size:16px;
  color:#222;
  line-height:24px;
}
#ow-licenced {
  margin:20px 0;
}
#ow-licenced .row {
  margin:0;
}
#ow-stat .row {
  margin: 0;
}
#dashboard-clients .one-list-message {
  background:none;
  padding:10px 15px;
}
#dashboard-clients .one-list-message:last-child {
  border-bottom: 0;
}
#dashboard-clients .one-list-message .message-date {
  position: relative;
  width: auto;
  right: auto;
  left: 15px;
  padding: 0 15px;
}
.btn + .dropdown-menu {
  margin-top: -10px;
  background: rgba(0, 0, 0, 0.7) !important; padding: 0; border: 0; 
  right: 0; 
  left: auto; 
  min-width: 100%;
}
.btn + .dropdown-menu > li > a {
  padding: 5px 10px !important;
  color: #f0f0f0;
}
.v-txt {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  position: absolute;
  top: 60px;
  left: -20px;
  color: #d8d8d8;
  font-size: 18px;
  box-shadow: 0 0 10px #d8d8d8;
  padding: 0px 5px;
}
.full-calendar {
  padding: 25px 0;
  background: #FCFCFC;
}
.external-event {
  padding: 2px 6px;
  margin: 4px 0;
  background: #f5f5f5;
}
.external-event:hover {
  cursor: move;
  background: #6AA6D6;
  color:#f8f8f8;
}
#add-new-event {
  background: #EBEBEB;
  margin-bottom: 30px;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.modal-backdrop {
  z-index: 7004;
}
.modal {
  z-index: 7005;
}
.fc-event {
  border: 1px solid #6AA6D6;
  background-color: #6AA6D6;
}
.qq-upload-drop-area {
  position: absolute;
  background: #FBFBF0;
  width: 100%;
  height: 100%;
}
.qq-upload-button {
  float:right;
  margin:20px 15px 0 0;
}
.qq-upload-list {
  position: relative;
  z-index: 3;
  margin: 60px 15px 0;
  padding: 0;
  list-style: none;
}
.qq-upload-list li {
  position: relative;
  display: inline-block;
  padding: 15px;
  margin: 15px;
  border: 1px solid #E6E6E6;
  text-align: center;
  font-size: 12px;
  background: rgba(245, 245, 245, 0.9);
}
.qq-upload-settings {
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 7px 0;
  background: #FFF;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.qq-upload-list li:hover .qq-upload-settings {
  opacity: 1;
  visibility: visible;
}
.qq-upload-list li img {
  border:1px solid #b4b4b4;
  margin-bottom: 5px;
}
.qq-upload-filename {
  display: block;
  overflow: hidden;
}
.qq-upload-file, .qq-upload-size, .qq-upload-status-text {
  display: block;
}
.qq-dropped-zone {
  position: absolute;
  top: 5%;
  left: 50%;
  margin-left: -71px;
  text-align: center;
  font-weight: bold;
}
.qq-dropped-zone i {
  font-size: 5em;
  display: block;
  color: #f5f5f5;
  text-shadow: 0 -1px 1px #d8d8d8;
}
#page-500 h1, .page-404 h1 {
  font-size: 5em;
}
.page-404 .form-inline {
  margin: 40px auto;
  width: 60%;
  padding: 15px;
  background: #FAFAFA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.page-404 .input-group-btn:last-child > .btn, .page-404 .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
  margin-bottom: 0;
  height: 39px;
}
#page-500 h3, .page-404 h3 {
  margin: 5px 0 20px;
}
.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #ebebeb;
  z-index: 2000;
}
.devoops-getdata {
  position: absolute;
  top: 25px;
  left: 15px;
  color:#ebebeb;
}
#page-500, #page-login {
  position: absolute;
  height: 100%;
  width: 100%;
}
#page-500 {
  background: #ebebeb;
}
#page-500 img {
  display: block;
  margin:30px auto;
}
#page-login .logo {
  position:absolute;
}
#page-login h3 {
  font-size:20px;
  /*font-family: 'Righteous', cursive;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#page-login .text-right {
  margin-top: 15px;
}
#page-login .box {
  margin-top:15%;
}
#page-login .panel {
  margin-top:15%;
}
.one-result {
  margin-top:20px;
}
.one-result a.large {
  color: #878787;
}
.one-result p {
  margin:0;
}
.large {
  font-size: 1.25em;
}
.nav-search > li > a {
  background: none !important;
  padding: 6px 12px;
  color: #7a7a7a;
}
.nav-search > li > a:hover, .nav-search > li.active > a {
  border-left: 2px solid #fff;
}
.page-feed .avatar {
  width: 60px;
  float: left;
  margin: 10px 15px;
  text-align: center;
  overflow: hidden;
}
.page-feed .avatar img {
  width: 60px;
  height: 60px;
  border: 1px solid #F8F8F8;
}
.page-feed-content {
  position: relative;
  padding: 3px 15px 5px;
  background: #FCFCFC;
  margin-left:90px;
  min-height: 80px;
}
.page-feed-content small.time {
  font-style: italic;
}
.page-feed .page-feed-content:before {
  font-family: FontAwesome;
  content: "\f0d9";
  position: absolute;
  left: -10px;
  top: 15px;
  font-size: 30px;
  color: #fcfcfc;
}
.likebox {
  overflow: hidden;
}
.likebox .navbar-nav {
  margin:0;
}
.likebox .navbar-nav li {
  margin-right: 15px;
  float: left;
}
.likebox .fa-thumbs-up {
  color:#6AA6D6;
}
.likebox .fa-thumbs-down {
  color:#D15E5E;
}
#modalbox {
  display:none;
  position: fixed;
  overflow: auto;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  background:rgba(0,0,0,0.8);
}
#modalbox .devoops-modal {
  position:absolute;top:90px;left:0;right:0;margin:auto;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #6eb33f;
  background: transparent;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 600px;
  z-index:6000;
}
#modalbox .devoops-modal-header {
  color: #6eb33f;
  position:relative;
  overflow: hidden;
  height: 24px;
  border-bottom: 1px solid #ccc;
  background-color: #eaeaea;
  background-image: -webkit-linear-gradient(top, #eaeaea, #e0e0e0);
  background-image:    -moz-linear-gradient(top, #eaeaea, #e0e0e0);
  background-image:     -ms-linear-gradient(top, #eaeaea, #e0e0e0);
  background-image:      -o-linear-gradient(top, #eaeaea, #e0e0e0);
  background-image:         linear-gradient(to bottom, #eaeaea, #e0e0e0);
}
#modalbox .devoops-modal-inner {
  position: relative;
  overflow: hidden;
  padding: 15px;
  background: #FBFBF0;
}
#modalbox .devoops-modal-bottom {
  position: relative;
  overflow: hidden;
  padding: 15px;
  background: #d8d8d8;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 10px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #969696;
  text-decoration: none;
  background-color: #F5F5F5;
  border: 1px solid #D8D8D8;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #8A8A8A;
  background-color: #eee;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #979797;
  cursor: not-allowed;
  background-color: #FCFCFC;
  border-color: #D8D8D8;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #6AA6D6;
  border-color: #6AA6D6;
}
.fancybox-nav {
  position: fixed;
  width: 50%;
}
.fancybox-close {
  position: fixed;
  top: 20px;
  right: 36px;
  background: url(../img/times.png) 0 0 no-repeat;
}
.fancybox-prev span {
  left: 21px;
  background: url(../img/chevron-left.png) 0 0 no-repeat;
}
.fancybox-next span {
  right: 36px;
  background: url(../img/chevron-right.png) 0 0 no-repeat;
}
#event_delete {
  margin-left:20px;
}

*::before, *::after {
    box-sizing: border-box;
}
.navbar-nav .open .dropdown-menu {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
}
.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}
.panel-menu .dropdown-menu {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7) !important;
    border: 0 none;
    left: auto;
    min-width: 100%;
    padding: 0;
    position: absolute !important;
    right: 0;
}
.thumbnail {margin-bottom:0;}
.control-group {margin-bottom:0px;}
@media (min-width: 768px) {
  #sidebar-left.col-sm-2 {
    opacity: 1;
    width: 16.666666666666664%;
    padding: 0 15px;
  }
  
  .sidebar-show #sidebar-left.col-sm-2 {
    opacity: 0;
    width:0;
    padding:0;
  }
  .sidebar-show #content.col-sm-10 {
    opacity: 1;
    width:100%;
  }
  .page-404 .form-inline {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .nav.main-menu > li > a, .nav.msg-menu > li > a {
    text-align: left;
  }
  .nav.main-menu > li > a > i, .nav.msg-menu > li > a > i {
    font-size:14px;
    width: 20px;
    display: inline-block;
  }
  .main-menu .dropdown-menu {
    position: relative;
    z-index: inherit;
    left:0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background:rgba(110, 179, 63, 0.2);
    visibility: visible;
  }
  .main-menu .dropdown-menu > li > a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .page-404 .form-inline {
    width: 40%;
  }
}
@media (max-width: 767px) {
  #main {
    margin-top: 132px;
  }
  #messages-menu {
    top:140px;
  }
  #logo {
	  position:relative;
	  display: block;
	  background: url(../img/logo_chico_blanco.png) no-repeat scroll 20px 0;
	  background-color: #6eb33f;
	  line-height: 52px;
	  height: 52px;
  }
  .page-404 .form-inline {
    width: 100%;
  }
  #dashboard_links .nav {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  #dashboard_links .nav-stacked > li {
    float:left;
  }
  #dashboard_links .nav-pills > li > a {
    padding:15px;
  }
  #dashboard_links .nav-pills > li.active > a:before {
    bottom: 0;
    left: 50%;
    margin-left: -9px;
  }
}
@media (max-width: 620px) {
  .user-mini {
    display: none;
  }
}
@media (max-width: 400px) {
  .panel-menu a.account {
    padding: 5px 0px 5px 0;
  }
  .avatar {
    margin: 0;
  }
  .panel-menu i.pull-right {
    margin-left: 0;
  }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
  }
  #dashboard_links .nav-stacked > li {
    float:none;
  }
  #dashboard_links .nav-pills > li.active > a:before {
    display: none;
  }
}
.uppercase {
    text-transform: uppercase;
}
.center {
    text-align:center;
}
.acciones i { 
    margin-right:5px;
    cursor: pointer;
}
.accion i { 
    cursor: pointer;
}
.errormessage {
    position: fixed;
    top: 45%;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    z-index: 9999;
}
.flyover {
   left: 150%;
   overflow: hidden;
   position: fixed;
   width: 50%;
   opacity: 0.9;
   z-index: 9999;
   transition: left 0.6s ease-out 0s;
}
.flyover-centered {
   top: 50%;
   transform: translate(-50%, -50%);
}
.flyover.in {
   left: 50%;
}
.flyover-bottom {
   bottom: 10px;
}
.disabled-white .form-control[disabled] {
	background-color:white;
}
.wizard-actions {
    margin: 0;
    background-color: transparent;
    text-align: center;
}
.wizard-actions .btn {
    width: 200px;
}
/*
.wizard-actions .btn span {
    font-size:15px;
}
*/
.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}
form .form-control-feedback {
    pointer-events: auto;
}
form .form-control-feedback:hover {
    cursor: pointer;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #6eb33f;
    box-shadow: 5px 5px 8px #888;
    color: #fff;
}
.nav-pills > li > a {
    color: #ccc;
    border-radius: 3px;
    margin: 0px 1px 0px 1px;
}
.nav-pills > li.disabled > a{
    color: #ccc;
    border: 1px solid #CCC;
    background-color: #eaeaea;
}
.nav-pills > li.disabled > a:hover, .nav-pills > li.disabled > a:focus {
    color: #ccc;
    background-color: #eaeaea;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background-color: #eaeaea;
}
.stepNumber {
    float: left;
    font: bold 45px Verdana,Arial,Helvetica,sans-serif;
    padding: 0 5px 5px;
    position: relative;
    text-align: center;
    width: 30px;
}
.stepDesc {
    display: block;
    float: left;
    font: bold 20px Verdana,Arial,Helvetica,sans-serif;
    padding-top: 5px;
    position: absolute;
    text-align: left;
}
.stepDesc small {
    font: 12px Verdana,Arial,Helvetica,sans-serif;
}
.form-group.tab {
    margin-bottom: 0px;
    margin-top: 0px;
    height: 70px;
}
.well {
    background-color: rgba(245,245,245,0.8);
    margin-bottom: 20px;
    min-height: 20px;
}
.well .form-group {
    margin-bottom: 5px;
    margin-top: 5px;
}
.panel {
    background-color: #f5f5f5;
}
.panel {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffffff 0%, #eaeaea 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ffffff 0%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border-color: rgba(53, 53, 53, 0.32);

}
.panel-default > .panel-heading {
  color: #fff;
   background: #6EB33F;
    background: -moz-linear-gradient(left, #20c400 0%, #b5ed3d 100%);
    background: -webkit-linear-gradient(left, #6EB33F 0%,#478E17 100%);
    background: linear-gradient(to right, #6EB33F 0%,rgb(57, 109, 22) 100%);
  
  border-color: #ddd;
}
.panel-heading {
  font-weight: bold;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.row-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
.row-collapse .btn:hover, .row-collapse .btn:focus {
  color: #6eb33f;
  text-decoration: none;
}
.row-collapse a {
  color: #6eb33f;
  text-decoration: none;
}
.input-prima[disabled] {
  background: none repeat scroll 0 0 rgba(110, 179, 63, 0.1);
}
.input-premio[disabled] {
  background: none repeat scroll 0 0 rgba(110, 179, 63, 0.3);
}
.input-limite[disabled] {
  background: none repeat scroll 0 0 rgba(136, 209, 86, 0.10);
}
.input-total[disabled] {
    background: none repeat scroll 0 0 rgba(239, 255, 0, 0.3);
    font-weight: bold;
}
.numeric {
    text-align: right;
}
.input-group .form-control {
  z-index: 0;
}
#tablaCertificado th {
    background-color: #6eb33f;
    color: #ffffff;
}
#tablaCertificado th, #tablaCertificado td{
    text-align:center;
}
.color-empresa {
    color: #6eb33f;
}
.modal-800 {
    width: 800px;
    margin-left: -400px;
}
/*
.modal-lg {
    width: 1100px;
    margin-left: -550px;
}
*/
.warning-comment {
    padding-top: 4px;
}
.tabs-fix > li {
  padding: 0px 2px 0px 2px;
}
.form-control-feedback :before {
    position: static;
    display: inline-block;
}
.has-error .select2-container a {
    border-color: #A57171;
}
.has-success .select2-container a {
    border-color: #3c763d;
}
.has-feedback .form-control { 
    padding-right: 12px;
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: -15px;
}
.displaynone .ui-datepicker-calendar {
    display:none;
}
.modal .panel {
    background-color: #fff;
}
.error-hidden {
    float:left;
    width: 20px;
}
.error-hidden input {
    opacity: 0;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    z-index: 9999;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
height: 200px;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.well-empresa {
    background: none repeat scroll 0 0 rgba(110, 179, 63, 0.2);
    border: 1px solid #6eb33f;
}
hr {
    /*color: #6eb33f;*/
    /*background-color: #6eb33f;*/
    height: 1px;
}
/*
#frmCotizar .table-datatable .form-control-feedback {
    right: 0px;
}
#frmCotizar .table-datatable .select2-container .select2-choice .select2-arrow {
    display: none;
}
#frmCotizar .table-datatable .has-feedback .form-control { 
    padding-right: 30px;
}
#frmCotizar .table-datatable .input-capital {
    padding-right: 30px;
}
*/
.well-img {
    width: auto;
    text-align: center;
    height: 50px;
}
.container-img {
    height: 50px;
}
.img-logo {
    max-height: 40px;
    width: auto;
    height: auto\9; /* ie8 */
}
.toolbar .box-content{
    background-color:#6eb33f;
    padding: 10px;
}
.toolbar .box-content label{
    color: #fff;
}
.toolbar .box-content input, .toolbar .box-content select{
    color: #111;
    height:30px;
}
.toolbar .box-content .select2-container {
    width:60px;
}
.toolbar.ui-widget-header {
    border: 1px solid #aaaaaa;
    border-bottom: 0px;
    color: #111;
    font-weight: bold;
}
.toolbar .box-content .btn {
    margin: 0;
    color: #fff;
    background-color: #6eb33f ;
    border: 1px outset #8fd75e ;
}
.toolbar .box-content .btn:hover {
    background-color: #42617A ;
    border: 1px outset #315D80 ;
}
.toolbar .box-content label {
    margin-bottom: 0;
}
.toolbar.withButtons .box-content label {
    margin-top: 4px;
}
.toolbar .box-content .buttons {
    float: left;
    margin-right: 7px;
}
.toolbar .box-content .buttons button {
    margin-right: 3px;
}
.ui-widget-header select{
    height:25px;
}
.table.dataTable {
  margin-top: 0px !important;
}
.table.dataTable thead th,.table.dataTable tfoot th {
    color: #6eb33f;
}
.table-row-detail {
    text-align: left;
    cursor: pointer;
}
#cotizarDialog .box , #cotizarDialog .panel-body{
    background-color: #FBFBF0; 
}
.loginErrors {
    display: none;
}
.nav-buttons {
    background-color: #eaeaea; 
}
.nav-buttons {
    margin-bottom:10px;
}
.nav-buttons .btn{
    margin: 0;
}
.dataTables_wrapper input[type="text"]:disabled {
    background-color: #eee;
}
.rowSel {
    background-color: #f5f5f5;
}
.modal-header {
    background-color: #6eb33f;
    color: #fff;
    font-weight: bolder;
}
.modal-header .box-icons a {
    border: 0;
    color: #fff
}
.modal-header .box-icons a:hover {
    background: none;
}
#accesoriosPopForm .table-datatable .form-control-feedback {
    right: 0px;
}
#accesoriosPopForm .table-datatable .has-feedback .form-control { 
    padding-right: 30px;
}
.popover-title {
    background-color: #6eb33f;
    color: white;
    font-weight: bold;
}
.popover-medium {
    max-width: 400px;
}
.table-custom tbody tr.active td,
.table-custom tbody tr.active th {
    font-size: 130%;
    box-shadow: 0px 5px 8px #888;
}
.table-custom tbody tr.active td.highlight {
    font-weight:bold;
    font-size: 150%;
}
.dataTable .highlight {
    font-weight:bold;
    font-size: 150%;
}
.table .table {
    background-color: #f5f5f5;
}
.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 8px;
    text-align: center;
    font-size: 1.2em;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    color: #6eb33f;
    z-index: 100;
    border: 1px solid #6eb33f;
    background-color: white;
    box-shadow: 5px 5px 8px #888;
}
.popover {
    z-index: 9999;
}
.table.table-detail th,
.table.table-detail td{
    font-size:85%;
}
.datatablerowhighlight {
    background: none repeat scroll 0 0 rgba(110, 179, 63, 0.2);
}
.loginTitulo {
    text-align: center;
    padding: 10px 0;
    position: relative;
}
.loginTitulo img { 
    position: absolute; left: 15px; top: -2px; 
}
.label.label-frontend {
    background-color: #fff;
    color:#6eb33f; 
    font-size: 85%;
    border: 1px solid #6eb33f;
}
.label.label-customErr {
    background-color: #fff;
    border: 1px solid #d9534f;
    color: #d9534f;
    font-size: 100%;
}
.label.label-customMsgLight {
    color: #d9534f;
    font-size: 85%;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}
.nav.tabs-fix > li > a {
    padding: 10px 0 10px;
}
.highlightvalor:disabled {
    background-color:rgba(250, 253, 38, 0.4);
}
.normalvalor:disabled {
    background-color:rgba(110,179,63,0.2);
}
.image-preview {
    width: 100px;
    height: 40px;
    /*border:1px solid gray;*/
}
.image-preview .image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1250px) {
  .nav-justified > li {
    display: block;
    width: 100%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.icon-highlight {
    color:#6eb33f;
}
.label-datatable {
    font-size: 90%;
    padding: 5px;
}
.label-custom {
    background-color:#6eb33f;
}
.rowDetail * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.rowDetail .panel-heading{
    padding:3px;
}
.rowDetail .panel-body{
    padding:5px;
}
.rowDetail fieldset legend {
    font-size: 85%;
    margin-bottom: 5px;
}
.rowDetail .panel-body label,
.rowDetail .panel-body span{
    padding-right: 15px;
    padding-left: 15px;
    font-size: 90%;
    margin-bottom: 0px;
}
.rowDetail .panel-body label {
    text-align:right;
    font-weight: bold;
}
.rowDetail i.download {
    cursor:pointer;
}
#frmCotizar .radio + .radio, .checkbox + .checkbox {
    margin-top: 0;
}


.checkbox input[type="checkbox"] {
    display: none;
    top: -10px;
    left: -20px;
}
.checkbox {
    top: -10px;
    left: -20px;
}

.checkbox-inrow {
    top: 3px;
    left: 0;
}

input[type="checkbox"]:optional + label:before {
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 display: none;
}

.fa-square-o {
    background: url(../img/checkgrey.png) no-repeat;
    background-position: 0 0;
    width: 22px;
    height: 22px;
    transition: none !important;
    margin-top: -4px;
    margin-left: -1px;
}

.fa-square-ob {
    background: url(../img/checksquare.png) no-repeat;
    background-position: 0 0;
    width: 22px;
    height: 22px;
    transition: none !important;
    margin-top: -4px;
    margin-left: -1px;
}

.checkbox input[type=checkbox]:hover + i, .checkbox-inline input[type=checkbox]:hover + i {
    background-position: -24px 0;
}

.checkbox input[type=checkbox]:checked + i, .checkbox-inline input[type=checkbox]:checked + i {
    background-position: -48px 0 !important;
    content: '' !important;
}

.fa-square-o:before {
    content: '' !important;
    top: -10px;
    left: -20px;
}

.fa-square-ob:before {
    content: '' !important;
    top: -10px;
    left: -20px;
}

/* FIX PARA QUE LOS CHECKS CLASICOS SE VEAN IGUALES A LOS ICHECKS */

/**********************logo login *********************/
.logoLogin {
            -webkit-animation-duration: 5s;
            animation-duration: 5s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
         }
         
         @-webkit-keyframes logoLoginAN {
            0% {
               opacity: 0;
               -webkit-transform: translateX(10px);
            }
            100% {
               opacity: 1;
               -webkit-transform: translateX(0);
            }
         }
         
         @keyframes logoLoginAN {
            0% {
               opacity: 0;
               transform: translateX(10px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
         }
         
.logoLoginAN {
            -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
         }
/**********************fin logo login *********************/
 
.prodOrgCombo {
    line-height: 40px;
}

.prodOrgCombo i {
    margin-right: 10px;
}

/* Version*/
.fe-footer {
	background-color: #6eb33f;/*#1b1e24;*/
	color: #f8f8f8;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-radius: 0;
	border-top: 1px solid #242424;
}

/* Impuestos Detalle*/
.hidden-content2 {
    display: none;
    background-color: #FFF;
    border-radius: 10px;
    padding-bottom: 10px;
}
.btn-circle-impuestos {
     width: 20px;
    height: 20px;
    text-align: center;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 0;
    border-radius: 15px;
    background-color: #477f21;
    color: #f5f5f5;
    margin-left: 10px;
}
.btn.toolImpuestos {
  position: relative;
  display: inline;
}
.btn.toolImpuestos span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  background: #000000;
  height: 61px;
  line-height: 61px;
  text-align: center;
  visibility: hidden;
  border-radius: 18px;
}
.btn.toolImpuestos span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 52%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.btn:hover.toolImpuestos span {
  visibility: visible;
  opacity: 0.8;
  top: 30px;
  left: 60%;
  margin-left: -76px;
  z-index: 999;
}

.barsT {
    height: 40px;
}

.input-group.coIdPersona.has-feedback .form-control-feedback {
    top: 5px;
    right: -25px;
}

.errorFont {
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
    color: #a94442;
}