body {
  color: #525252;
  /*background: #6AA6D6 url(../img/devoops_pattern_b10.png) 0 0 repeat;*/
  background: #EBEBEB;
  font-size: 12px;
}
@font-face {
  font-family: 'FrankfurterMedium';
  src: url('../fonts/frankfurter-medium.ttf') format('truetype');
}
.body-expanded, .modal-open {
  overflow-y:hidden;
  margin-right: 15px;
}
.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;
  background: #222d32 none repeat scroll 0 0;
  padding-top: 2px;
  padding-bottom: 6px;
}
#logo a {
  color: #fff;
  font-family: 'Righteous', cursive;
  display: block;
  font-size: 20px;
  line-height: 50px;
  background-color: #f6f6f6;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#logo a:hover {
  background-position: right 25px;
  text-decoration: none;
}
.navbar {
  margin: 0;
  border: 0;
  position: fixed;
  top:0;
  left: 0;
  width:100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 -3px 16px #272727;
  z-index: 1040;
}
.body-expanded .navbar {
  z-index: 9;
}
a.show-sidebar {
  float: left;
  color:#FFF;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  outline: none;
}
a.show-sidebar:hover {
  color:#75ECFF;
}
#sidebar-left {
  position:relative;
  z-index: inherit;
  padding-bottom: 3000px !important;
  margin-bottom: -3000px !important;
  background: #222D32 0 0 repeat;
  -webkit-box-shadow: inset 0px 25px 7px -22px rgba(117,236,255,1);
-moz-box-shadow: inset 0px 25px 7px -22px rgba(117,236,255,1);
box-shadow: inset 0px 25px 7px -22px rgba(117,236,255,1);
  /*background: #6AA6D6 url(../img/devoops_pattern_b10.png) 0 0 repeat;*/
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#content {
  position: relative;
  z-index: 10;
  background: #ebebeb;
  box-shadow: 0 0 6px #131313;
  padding-bottom: 3000px !important;
  margin-bottom: -2980px !important;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.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:#b8c7ce;
  min-height: 40px;
  border-left: 3px solid transparent;
  /*-webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;*/
}
.nav .open > a, .nav .open > a:hover, .nav .open > 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,
.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(0, 0, 0, 0.9);
  border-left: 3px solid #75ECFF;
  color: #75ECFF;
}
 .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li.active > a{
  background:rgba(0, 0, 0, 0.9);
  border-radius: 5px;
 }
.nav.main-menu a.active, .nav.msg-menu a.active {
  background:rgba(0, 0, 0, 0.6);
  border-left: 3px solid #75ECFF;
  padding-left: 12px;
  color: #75ECFF;
}
.nav.main-menu a.active:hover, .nav.msg-menu a.active:hover {
  background:rgba(0, 0, 0, 0.6);
}
.nav.main-menu a.active-parent, .nav.msg-menu a.active-parent {
  background: rgba(0, 0, 0, 0.3);
}
.nav.main-menu a.active-parent:hover, .nav.msg-menu a.active-parent:hover {
  background: rgba(0, 0, 0, 0.3);
}
.nav.main-menu > li > a > i, .nav.msg-menu > li > a > i {
  font-size: 18px;
  width: auto;
  display: block;
  text-align: center;
  vertical-align: middle;
}
.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: #6AA6D6 url(../img/devoops_pattern_b10.png) 0 0 repeat;
  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:#f0f0f0;
}
.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: 0px;
  height: 58px;
  background: #222d32;
  padding-top: 4px;
  /*border-bottom: 2px solid #75ECFF;*/
}
#main {
  margin-top: 50px;
  min-height: 800px;
  overflow: hidden;
}
#search {
  position: relative;
  margin-left: 20px;
}
#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;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#search > input:focus {
  width:100%;
  outline:none;
}
#search > input:focus + i {
  opacity:1;
}
.panel-menu {
  margin: 0;
}
.top-panel-right {
  padding-left: 0;
}
.panel-menu > li > a {
  padding: 0 5px 0 10px;
  line-height: initial;
}
.panel-menu > li > a:hover {
  background: none;
}
.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: initial;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.panel-menu > li > a:hover > i {
  background: #777;
}
.panel-menu i.pull-right {
  color: #FFF;
  border: 0;
  box-shadow: none;
  font-size: 16px;
  background: none !important;
}
.panel-menu .badge {
  margin-top: 3px;
  padding: 3px 6px;
  vertical-align: top;
  background: #CEA9A9;
}
.avatar {
  width: 40px;
  float: left;
  margin-right: 5px;
}
.avatar > img {
  width:40px;
  height:40px;
  border: 1px solid #F8F8F8;
}
.user-mini > span {
  display: block;
  font-size: 12px;
  color:#FFFFFF;
  margin-bottom: -4px;
}
.user-mini > span.welcome {
  font-weight: bold;
  margin-top: 2px;
}
.panel-menu .dropdown-menu {
  position: absolute !important;
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  border: 0;
  right: 0;
  left: auto;
  min-width: 100%;
}
.panel-menu .dropdown-menu > li > a {
  padding:5px 10px !important;
  color:#f0f0f0;
}
.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;
}
.well {
  padding:15px;
}
.box {
  display: block;
  z-index: inherit;
  position: relative;
  /*border: 1px solid #f8f8f8;*/
  border: none;
  box-shadow: 0 0 4px #D8D8D8;
  background: transparent;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.full-content .box {
  border: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.box-header {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #363636;
  font-size: 16px;
  position:relative;
  overflow: hidden;
  background: #FFF;
  border-bottom: 1px solid #E4E4E4;
  border-top: 3px solid #3c8dbc;
  /*height: 28px;*/
}
.box-header-yellow{
  border-top: 3px solid #f0ad4e !important;  
}
.box-header-green{
  border-top: 3px solid #5cb85c !important;  
}
.box-name, .modal-header-name {
 /*padding-left: 15px;*/
  padding: 0px 13px;
  line-height: 28px;  
  font-size: 15px;
  font-weight: 900;
}
/*.box-name:hover {
  cursor: move;
}*/
.box-name > i {
  margin-right:5px;
  font-size: 18px;
}
.box-icons {
  position: absolute;
  top: 2px;;
  right:0;
  z-index: 9;
  display: inline-block;
  padding: 0 13px;
}
.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;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 15px;
  background: #FCFCFC;
}
.box-content.dropbox, .box-content.sortablebox {
  overflow: hidden;
}
.full-content .box-content {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.box-icons a {
  cursor: pointer;
  text-decoration: none !important;
  border-left: 1px solid #fafafa;
  height: 26px;
  line-height: 26px;
  width: 28px;
  display: block;
  float: left;
  text-align: center;
  color: #8b8b8b !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.box-icons a.beauty-table-to-json {
  width: auto;
  padding: 0 10px;
  font-size: 14px;
}
.box-icons a:hover {
  box-shadow:inset 0 0 1px 0 #CECECE;
}
.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;
  height: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.text-expanded {
  
}
.no-padding {
  padding:0 !important;
}
.padding-15 {
  padding:15px !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-heading thead tr {
  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);
}
table.no-border-bottom tr:last-child td {
  border-bottom:0;
}
.dataTables_wrapper {
  /*overflow: hidden;*/
}
.dataTables_wrapper table.table {
  clear: both;
  /*max-width: inherit;*/
  margin-bottom: 0;
  font-size:15px !important;
}
.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: 30px;
}
.bs-callout {
  padding: 15px;
  border-left: 3px solid #525252;
  background: #dfdfdf;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #525252;
}
.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: 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: #525252;
  background-color: rgba(129, 199, 199, 0.2);
  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;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th,
td.beauty-hover {
  background-color: rgba(219, 219, 219, 0.3) !important;
}
.table-hover > tbody > tr:hover > td.beauty-hover:hover {
  background-color: rgba(219, 219, 219, 0.9) !important;
}
.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-escalas{
  width: 85px;
}
.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: #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);
}
.progress-bar .ui-widget-header {
  background: #D8D8D8;
}
.progress-bar-primary .ui-widget-header {
  background: #6AA6D6;
  color:#f8f8f8;
}
.progress-bar-success .ui-widget-header {
  background: #63CC9E;
  color:#f8f8f8;
}
.progress-bar-info .ui-widget-header {
  background: #7BC5D3;
  color:#f8f8f8;
}
.progress-bar-warning .ui-widget-header {
  background: #DFD271;
  color:#f8f8f8;
}
.progress-bar-danger .ui-widget-header {
  background: #D15E5E;
  color:#f8f8f8;
}
.progress-bar .ui-state-default {
  background: #b8b8b8;
}
.progress-bar-primary .ui-state-default {
  background: #5a8db6;
}
.progress-bar-success .ui-state-default {
  background: #54ae86;
}
.progress-bar-info .ui-state-default {
  background: #69a8b4;
}
.progress-bar-warning .ui-state-default {
  background: #beb360;
}
.progress-bar-danger .ui-state-default {
  background: #b25050;
}
.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%;
  border-collapse:separate;
  border-spacing:0;
}
.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;
}
.radio label, .checkbox label, .radio-inline label, .checkbox-inline label {
  font-weight: normal;
  cursor: pointer;
  padding-left: 6px;
  padding-top: 2px;
  -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: 2;
}
#messages-menu {
  position:fixed;
  top:90px;
  background:#a5a5a5;
  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: 27px;
  padding: 2px 12px;
}
.input-lg {
  height:39px;
}
.input-sm {
  height:18px;
}
.bg-default {
  background: #D8D8D8 !important;
}
.bg-primary {
  background: #6AA6D6 !important;
  color:#f8f8f8 !important;
}
.bg-success {
  background: #63CC9E !important;
  color:#f8f8f8 !important;
}
.bg-info {
  background: #7BC5D3 !important;
  color:#f8f8f8 !important;
}
.bg-warning {
  background: #DFD271 !important;
  color:#f8f8f8 !important;
}
.bg-danger {
  background: #D15E5E !important;
  color:#f8f8f8 !important;
}
.txt-default {
  color: #D8D8D8 !important;
}
.txt-primary {
  color: #6AA6D6 !important;
}
.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: #63CC9E !important;
}
.txt-info {
  color: #7BC5D3 !important;
}
.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: #DFD271 !important;
}
.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: #D15E5E !important;
}
.has-primary .form-control,.has-primary .input-group-addon {
  border-color:#6AA6D6;
}
.has-success .form-control {
  border-color:#63CC9E;
}
.has-warning .form-control {
  border-color:#DFD271;
}
.has-error .form-control {
  border-color:#D15E5E;
}
.has-success .form-control:focus {
  border-color: #63CC9E;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #63CC9E;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #63CC9E;
}
.has-warning .form-control:focus {
  border-color: #DFD271;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #DFD271;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #DFD271;
}
.has-error .form-control:focus {
  border-color: #D15E5E;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #D15E5E;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #D15E5E;
}
.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: 5px 10px;
}
.form-group .form-control, .form-group .input-group {
  margin-bottom: 5px;
}
.input-group .form-control {
  margin:0;
}
#ui-datepicker-div {
  background: rgba(0, 0, 0, 0.7) !important;
  border:0;
}
#ui-datepicker-div .ui-widget-header {
  background: rgba(0, 0, 0, 0.2);
  border: 0;
  border-bottom: 1px solid #686868;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: black;
  padding: 1px 0;
}
#ui-datepicker-div.ui-widget-content {
  color:#f8f8f8 !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:#f8f8f8;
  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:#ECF0F5;
  border:1px solid #d8d8d8;
  border-bottom: 0;
}
.ui-tabs .ui-tabs-nav {
  padding: 0;
}
.ui-tabs .ui-tabs-panel {
  padding: 1em 0;
  background: #ECF0F5;
}
.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 #A4A4A4;
  /*border-left: 0;
  border-right: 0;*/
}
.ui-accordion-header.ui-state-default:first-child{
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.ui-accordion-header.ui-state-default:last-child{
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.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: #FFFFFF;
  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;
}
.justifiedGallery {
  overflow: hidden;
  width: 100%;
}
.jg-row {
  position: relative;
  white-space: nowrap;
}
.justifiedGallery .jg-image {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.justifiedGallery .jg-image a {
  text-decoration: none;
}
.justifiedGallery .jg-image img {
  border: none;
}
.justifiedGallery .jg-image-label {
  white-space: normal;
  font: normal 12px arial;
  background: #000;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  padding: 5px 5px 10px 8px;
  text-align: left;
  opacity: 0;
}
.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_links {
  padding: 0;
}
#dashboard_links .nav {
  background:#3575A0 url(../img/devoops_pattern_b10.png) 0 0 repeat;
  -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 rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  padding: 0;
  margin: 0;
}
#dashboard_links .nav-pills > li > a {
  color: #f8f8f8;
  display: block;
  padding: 20px 10px 20px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline:none;
}
#dashboard_links .nav-pills > li.active {
  border-top-color: rgba(0, 0, 0, 0.11);
  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:rgba(0, 0, 0, 0.1);
}
#dashboard_links .nav-pills > li.active > a:before {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  left: -2px;
  font-size: 30px;
  color: #f8f8f8;
}
#dashboard_tabs {
  background:#f8f8f8;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#dashboard-overview {
  padding-bottom:15px;
}
.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;
}
#ow-marketplace {
  margin-top: 20px;
}
.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: 2000;
}
.modal {
  z-index: 2001;
}
.fc-event {
  border: 1px solid #6AA6D6;
  background-color: #6AA6D6;
}
.qq-upload-drop-area {
  position: absolute;
  background: #fcfcfc;
  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;
}
#page-login .text-right {
  margin-top: 15px;
}
#page-login .box {
  margin-top:15%;
}
.one-result {
  margin-top:20px;
}
.one-result p {
  margin:0;
}
.large {
  font-size: 1.25em;
}
.nav-search > li.active > a {
  background: #F0F0F0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #525252;
  border-bottom: 1px solid #CECECE;
  font-weight: bold;
}
.page-feed .avatar {
  width: 50px;
  float: left;
  margin: 6px 6px;
  text-align: center;
  overflow: hidden;
  /*background: #FFFFFF;*/ 
}
.page-feed .avatar img{
  width: 35px;
  height: 35px;
  border: none;  
}
.page-feed-hosp .avatar {
  width: 50px;
  position: relative;
  display: inline;
  margin: 6px 6px;
  text-align: center;
 /* overflow: hidden;*/
  /*background: #FFFFFF;*/ 
}
.page-feed-hosp .avatar img{
  width: 30px;
  height: 30px;
  border: none;  
}
.page-feed-min .avatar img,
.page-feed-min .avatar .alta-medica {
  width: 25px;
  height: 25px;
  border: none;
}
.page-feed-min .avatar img,
.page-feed-min .avatar .alta-medica{
  display: inline;
  margin-left: 4px;
  margin-top: 4px;
}
.page-feed-content {
  position: relative;
  padding: 3px 15px 5px;
  background: #FFFFFF;
  margin-left:63px;
  min-height: 145px;
  border-top-right-radius: 1.5px;
  border-bottom-right-radius: 1.5px;
}
.page-feed-hosp .page-feed-content {
  position: relative;
  padding: 3px 6px;
  background: #FFFFFF;
  margin-left:63px;
  min-height: 55px;
  border-top-right-radius: 1.5px;
  border-bottom-right-radius: 1.5px;
}
.page-feed-hosp .page-feed-content label{
  margin: 0;
}
.page-feed-hosp .page-feed-content .hab-info{
  font-weight: 900 !important;
  display: inline-block;
}
.page-feed-hosp .page-feed-content .patient-info{
  font-style: italic;
  display: block;
}
.page-feed-content small.time {
  font-style: italic;
}
.page-feed .page-feed-content:before {
  font-family: FontAwesome;
  content: "\f0d9";
  position: absolute;
  left: -10px;
  top: 3px;
  font-size: 30px;
  color: #FFFFFF;
}
.page-feed-hosp .box{
  -webkit-box-shadow: 0px 11px 4px -10px rgb(57, 53, 53);
     -moz-box-shadow: 0px 11px 4px -10px rgb(57, 53, 53);
          box-shadow: 0px 11px 4px -10px rgb(57, 53, 53);
}
.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;margin-left: -300px;left: 50%;
  border: 1px solid #f8f8f8;
  box-shadow: 0 0 20px #6AA6D6;
  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: #363636;
  font-size: 16px;
  position:relative;
  overflow: hidden;
  background: #f5f5f5;
  border-bottom: 1px solid #E4E4E4;
  height: 28px;
}
#modalbox .devoops-modal-inner {
  position: relative;
  overflow: hidden;
  padding: 15px;
  background: #FCFCFC;
}
#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;
}
#social a {
  margin: 10px 3px;
  color: #666;
  display: block;
  float: left;
}
#event_delete {
  margin-left:20px;
}
@media (min-width: 768px) {
  #sidebar-left.col-sm-2 {
    opacity: 1;
    width: 16.666666666666664%;
    padding: 0 15px;
    margin-top: 10px;
  }
  .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(0, 0, 0, 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: 100px;
  }
  #messages-menu {
    top:140px;
  }
  .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;
  }
}

/*
 * Estilos del dashboard definidos por DEDALUS GS
 */

.widget-box-content,
.description-box-content,
.description-header-box-content{
  padding: 0 !important;
}
.widget-box-content .row .panel,
.description-box-content .row .panel,
.description-header-box-content .row .panel{
  border-radius: 0px !important;
  border-top-left-radius: none !important;
  border-top-right-radius: none !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.widget-box-content .row .panel-heading,
.description-box-content .row .panel-heading,
.description-header-box-content .row .panel-heading{
  border-radius: 0px !important;  
  width: 100% !important;
  height: 100% !important;
}
.panel-primary{
  background-color: #428bca !important;  
}
.panel-description{
  background: #FBFBFB;
  color: #323338;
}
.description-header-box-content .panel-description{
  background: #3C8DBC;
  color: #FFFFFF;
  border-color: #174F89 !important;  
}
.description-box-content blockquote{
  margin: 0 13px 8px !important;
  border-left: 5px solid #6390BD !important;
}
.description-header-box-content blockquote{
  margin: 0px 13px !important;
  padding: 5px 20px !important;
  border-left: 5px solid #FFEB00 !important;
}
.box.header-health{
  padding: 3px;
  box-shadow: none;
  background-color: #b3dbf2;
  border-top: 3px solid #3c8dbc;
}
.box.header-health span{
  font-size: 13px;
}
.box.header-health .header-image{
  padding-right: 0;
  text-align: center;
}
.box.header-health .header-image img{
  border-radius: 50px;
  border: 3px solid #fcfdfd;
  background: #FFF;
  width: 57px;
}
.box.header-health .header-content{
  border-left: 2px solid #4089b7;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.box.header-health .header-label{
  text-transform: uppercase;
}
.box.header-health .header-value{
  font-weight: bold;
}
.width-wide-for-pdf{
  width:99.9%;
}
.top-panel{
  /*background: #5a8db6 url("../img/devoops_pattern_b10.png");*/
  padding-top:12px;
}
.top-panel button{
  margin: 7px;
}
#content-modal, #content-modal-render {
  position: relative;
  background: #FFF;
  padding: 10px;
  width: auto;
  max-width: 84%;
  margin: 20px auto;
  border-radius: 3px;
}
#content-modal-render #print-pdf{
  width: 125px !important;
  height: 33px !important;
}
.form-content-modal, .external-view {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  margin: 20px auto;
  border-radius: 3px;
}
.form-content-modal{
  max-width: 80%;  
}
.external-view{
  max-width: 95%;
}
/*====== Move-from-top effect ======*/
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ;
  -moz-transition: all 0.2s;
  transition: all 0.2s ;
}
/* overlay animate in */
.mfp-move-from-top.mfp-bg.mfp-ready {
  opacity: 0.7;
  transform: translateY(0%);
}
.mfp-move-from-top.mfp-ready {
  opacity: 1;
}
/* overlay animate out */
.mfp-move-from-top.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-move-from-top.mfp-removing {
  opacity: 0;
  transition: all 0.2s;
  /*transform: translateY(-100px);*/
  transform:translateY(-50px);
}
/* content at start */
.mfp-move-from-top.mfp-wrap .mfp-content {
 top: -100px;
 opacity: 0;
}
/* content animate it */
.mfp-move-from-top.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transition: all 0.2s;
  /*transform: translateY(100px);*/
  transform: translateY(100px);
}
.box-form-modal{
  border:none;
}
.box-form-modal>.box-content,
.box-form-modal #footer-buttons{
  background: #ECF0F5;
}
.box-form-modal > .error-container{
  background: #FFFFFF;
}
.box-header-form-modal{
  height: 40px;
  border-bottom:3px solid #d4d4d4;
}
.box-header-form-modal .box-name{
  font-size: 17px;
  padding: 0px 15px;
}
.box-header-form-modal .box-icons .close-link{
  width: 43px;
  border-left: none;
  font-size: 20px;
}
.box-form-modal textarea{
  resize:none;
}
.box-form-modal .subtitle{
  border-bottom: 2px dashed #cdcdcd;
  font-style:  oblique;
}
.box-form-modal .btn-group > .btn-group{
  font-weight: bold !important;
}
.box-form-modal .btn.active{
  background: #a2a2a2 -moz-linear-gradient(center top , rgba(100, 100, 100, 0.6), rgba(255, 255, 255, 0)) repeat scroll 0 0;
  color:#FFF;
}
/*Estilos de la ventana modal*/
#dashboardPrintableArea{
  z-index:500;
  position: relative;
}
.mfp-close:before{
  font-family: 'FrankfurterMedium';
  content: '\X';
  font-weight: bolder;
  padding-left: 1px;
}
.mfp-close {
  font-size: 22px !important;
  height: 35px !important;
  line-height: 31px !important;
  right: 6px !important;
  top: 6px !important;
  width: 35px !important;
}
button.mfp-close{
  background: #888988 !important;
  border: 2px solid #090909 !important;
  border-radius: 50px !important;
  z-index: 3000 !important;
}
.mfp-close-btn-in .mfp-close {
    color: #fff !important;
}
.box-content < .content-print{
  padding: 0;
}
.box-content > .table{
  overflow-x: scroll;
}
#printableArea .box-content,
#printableArea .box-content table,{
  max-width: 1020px;
}
.dashed-borders{
  border-top: 1px dashed #C7C7C7;
  padding-top: 9px;
  width: 100%;
}
.top-mini-box{
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18) inset !important;
  padding: 4.4px 10px !important;
  font-style:  italic;
}
.top-mini-box span{
  margin: 0px !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.connected .top-mini-box {
  background: #3FA50B none repeat scroll 0 0 !important;
  color: #fff !important;
}
.unconnected .top-mini-box {
  background: #CC470C none repeat scroll 0 0 !important;
  color: #fff !important;
}
.top-wait-box{
  padding: 9px 5px 4px;
  background: #969494 none repeat scroll 0 0 !important;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18) inset !important;
}
.top-wait-box i{
  box-shadow: none;
  color: #FFF;
}
.nav > li > a{
  outline: 0;
}
#top-panel .nav > li {
  display: inline-block;
}
#top-panel .nav > li > a{
  display: inline-table;
}

#ajax-content{
  padding-top: 12px;
}
.breadcrumb {
    padding: 0;
    margin: 15px;
    height: 30px;
    line-height:28px; /* line-height MUST be the same as height */
    display: inline-block;
    list-style-type:none;    
    border: 1px solid #ADA8A8;
    background: transparent none repeat scroll 0 0;
}
.breadcrumb li {
    float: left; /*ie6/7 needs this */
}
.breadcrumb li:first-child{
  background: #CCCCCC;
  border-left: 1px solid #cccccc;
  border-radius: 3px;
}
.breadcrumb li:last-child{
  border-right: 1px solid transparent;
  border-radius: 3px;
}
.breadcrumb li:last-child > a{
  padding-right: 10px;
}
.breadcrumb a {
    float: left;
    position:relative;
    padding: 0 20px 0 10px;
    color: #404040;
    text-decoration: none;
    outline: none;
}
.breadcrumb a.odd {
    background: #e9e9e9;
}
.breadcrumb span {
    position: absolute;
    display: block;
    line-height: 0px;
    height: 0px;
    width: 0px;
    right: 0px;
    top: 0px;
    border-left: 10px solid #CCCCCC;
    border-right: none;
    border-top: 15px solid #e9e9e9;
    border-bottom: 13px solid #e9e9e9;
}
.breadcrumb a.odd span {
    border-left: 10px solid #e9e9e9;
    border-top: 15px solid #CCCCCC;
    border-bottom: 15px solid #CCCCCC;
}
.breadcrumb > li + li::before{
  content: "" !important;
  padding: 0px;
}
.breadcrumb .breadcrumb-link:hover {
  text-decoration: none;
  background: #0E1214;
  border-left: 1px solid #0E1214;
  border-radius: 3px;
}
.breadcrumb .breadcrumb-link:hover > a{
  color: #75ECFF;  
}
.breadcrumb-link:hover .arrow{
  border-left: 10px solid #0E1214;
}
.breadcrumb .odd{
  cursor: default;
}
.font-size8{
  font-size: 8px !important;
}
.font-size10{
  font-size: 10px !important;
}
.font-size12{
  font-size: 12px !important;
}
.font-size14{
  font-size: 14px !important;
}
.font-size16{
  font-size: 16px !important;
}
.font-size18{
  font-size: 18px !important;
}
.font-size20{
  font-size: 20px !important;
}
.font-size22{
  font-size: 22px !important;
}
.font-size23{
  font-size: 23px !important;
}
.font-size24{
  font-size: 24px !important;
}
.font-size28{
  font-size: 28px !important;
}
.font-size32{
  font-size: 32px !important;
}
.font-size36{
  font-size: 36px !important;
}
header{
  border-bottom: 2px solid #75ecff !important;
  background: #222D32;
}
table.dataTable thead th, table.dataTable thead td{
  padding: 0px 17px 0px 5px !important;
}
.page-feed{
  height:auto;
}
#contenedor-camas .page-feed .box,
#contenedor-camas .page-feed-hosp .box,
#contenedor-camas .page-feed-min .box{
  font-size: 11px;
  cursor: pointer;
}
.page-feed-hosp .box{
  padding-bottom: 33px;
}
/*#contenedor-camas .status-bed{
  position: absolute;
  top:82%;
  left:-50px;
}*/
.page-feed-hosp .status-bed{
  position: relative;
  margin-top: 2px;
}
#contenedor-camas .badge{
  border-radius: 6px;
  font-size: 11px;
}
.btn-social {
    overflow: hidden;
    padding-left: 44px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#contenedor-camas .btn{
  padding: 2px 7px;
  border-radius:3px;
}
#contenedor-camas .page-feed-min .btn{
  padding: 4px 0px;
  margin-top: 2px;
  margin-right: 2px;
}
#contenedor-camas .bed-actions-patient{
  top: 70%;
  position: absolute;
  right: 0px;
}
#contenedor-camas .dropdown-bed{
  top:38px;
  right: -189px;
}
#contenedor-camas .dropdown-pat{
  top:38px;
  right: -17px;
}
#contenedor-camas .bed-actions-min{
  position: relative;
  display: inline;
}
/*CAMAS LIBRES*/
#contenedor-camas .box-success{
  border: 1px solid #88B788;
  background: #60A660 none repeat scroll 0 0;
}
#contenedor-camas .box-success .patient-info{
  border-top: 1px dashed #88B788;
}
.badge-success{
  color: #fff;
  background-color: #398339;
  border-color: #398339;
}
/*CAMAS OCUPADAS*/
.box-primary{
  border: 1px solid #8186D0;
  background: #3c8dbc none repeat scroll 0 0;
}
/*#contenedor-camas .box-primary .patient-info{
  border-top: 1px dashed #8186D0;
}*/
.badge-primary{
  color: #fff;
  background-color: #244968;
  border-color: #244968;
}
/*CAMAS BLOQUEADAS*/
#contenedor-camas .box-danger{
  border: 1px solid #D08181;
  background: #dd4b39 none repeat scroll 0 0;
}
#contenedor-camas .box-danger .patient-info{
  border-top: 1px dashed #D08181;
}
/*CAMAS FEMENINAS*/
.box-female{
  border: 1px solid #C579C7;
  background: #C579C7 none repeat scroll 0 0;
}
.badge-female{
  color: #fff;
  background-color: #744975;
  border-color: #744975;
}
#contenedor-camas .box-default{
  border: 1px solid #857A86;
  background: #857A86 none repeat scroll 0 0;
}
.badge-danger{
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.badge-warning{
  color: #fff;
  background-color: #f39c12;
  border-color: #f39c12;
}
.gender{
  position: absolute;
  margin-top: 8px;
}
.gender .fa{
  font-size: 17px;
  padding: 4px 8px;
  border-radius: 2px;
  color: #FFFFFF;
  position: absolute;
  left:28px;
}
.gender .fa-female{
  background: #C579C7;
}
.gender .fa-male{
  background: #8CC8FB;  
}
.page-feed .category{
  position: absolute;
}
.page-feed .category .category-value{  
  font-size: 17px;
  padding: 1px 0;
  border-radius: 2px;
  color: #000000;
  position: absolute;
  left: 28px;
  top:39px;
  background: #EBEBEB;
  height: 26px;
  width: 27px;
}
div.dt-buttons {
  position: relative;
  float: left;
  /*display: inline-table;*/
  margin-right: 30px;
  margin-bottom: 10px;  
}
div.dt-buttons.buttons-right {
  float: right;
}
.btn-datatable{
  margin: 0 10px;
}
div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 2002;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0;
}
div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: #dadada;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');
  box-shadow: inset 1px 1px 3px #666;
}
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Fallback */
  background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* IE10 Consumer Preview */
  background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Firefox */
  background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Opera */
  background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
  /* Webkit (Safari/Chrome 10) */
  background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Webkit (Chrome 11+) */
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C Markup, IE10 Release Preview */
  z-index: 2001;
}
.buttons-columnVisibility{  
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, white 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}
#content-wide {
  position: relative;
  z-index: 10;
  background: #ebebeb;
  padding-bottom: 3000px !important;
  margin-bottom: -2980px !important;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-top: 30px;
}
#content-wide .box-header-form-modal .box-name{
  font-size: 25px;
}
.content-info{
  border: 1px solid #020b3a;
  border-radius: 3px;
  padding: 15px 0;
  background-color: #3c8dbc;
  display: inline-table;
  color: #FFFFFF;
}
.content-info input{
  background-color: #EEEEEE !important;
  height: 30px;
  padding: 6px 12px !important;
  border-radius: 2px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: none;
  border-color: #CCCCCC !important;
}
.ui-accordion-content .add-border-bottom {
  margin-bottom:160px !important;
}
.ui-accordion-content .add-medium-border-bottom {
  margin-bottom:90px !important;
}
.plan-enf-layer {
    position: absolute;
    background: rgba(56, 61, 84, 0.29);
    height: 50%;
    z-index: 555;
    width: 100%;
}
#plan-enf-content table th, 
#plan-enf-content table td{
  font-size: 12px;
}
.ui-accordion .btn {
  color:#FFFFFF;
}
.ui-accordion .btn + .dropdown-menu {
    margin-top: -10px;
    background-color: #F3F3F3 !important;
    padding: 0;
    border: 1px solid #C7C1C1;
    right: 0;
    left: auto;
    min-width: 270%;
    z-index: 9999999999999;
}
.form-dropdown{
  padding: 8px 12px;
}
.fields-drpdwn{
  display: block;
}
.fields-group-drpdwn{
  margin: 2px 0;
  display: inline-block;
}
.form-dropdown input[type=text].form-control{
  display: block !important;
  width: 60% !important;
  /*margin-left: 7px;*/
}
.form-dropdown textarea{
  border-radius: 4px;
  padding: 2px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  /*margin-left: 7px;*/
  display: block !important;
  width: 100% !important;
}
.bg-green-medium-dark{
  background-color: #05A760;
  color: #FFFFFF; 
}
.bg-orange-medium-dark{
  background-color: #F5A747;
  color: #FFFFFF;
}
.widget-fancy-header{
  padding: 8px 0 8px 22px;    
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #FFFFFF;
}
.widget-fancy-title{
  font-size: 23px;
}
.widget-fancy-content{
  position: relative;
  background-color: #FFFFFF;
  color:#C5C5C5;
  font-size: 13px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  max-height: 227px;
  overflow-y: auto;
}
.widget-fancy-content ul{
  list-style: none;
  color: #5A5555;
  padding: 5px;
  margin-bottom: 0;
}
.widget-fancy-content ul li{
  padding: 6px 15px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 5px;
}
.widget-fancy-content ul li:last-child{
  border-bottom: none;
}
.widget-fancy-content ul li h4{
  margin: 2px 0;
}
.widget-fancy-content ul li p{
  padding-left: 10px;
  margin: 0; 
}
.widget-fancy-date{
  display: table;
  font-size: 12px;
  font-style: italic;
  display: inline;
  padding: 0 10px;
}
.widget-fancy-footer{
  position: relative;
  border-top: 1px solid #C5C5C5;
  background-color: #FFFFFF;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.widget-fancy-footer{
  text-align: center;
}
.widget-fancy-footer a{
  display: inherit;
  padding: 7px 10px;
  outline: 0;
  text-decoration: none;
}
.widget-fancy-footer a:hover{
  cursor: pointer;
  text-decoration: none;
}
.announce{
  border-radius: 3px;
  margin-bottom: 5px;
}
.announce > h4{
  font-weight: bold;
  font-size: 15px;
}
.announce .badge
{
  font-size: 11px;
  font-weight: normal;
  float: right;
}
.announce .badge-success
{
  background-color: #43b985;
  border-color: #43b985;
}
.announce .badge-warning
{
  background-color: #f7b462;
  border-color: #f7b462;
}
.announce .badge-danger
{
  background-color: #c36868;
  border-color: #c36868;
}
.announce-success{
  border: 1px solid #43b985 !important;
  border-left: 20px solid #43b985 !important;
}
.announce-warning{
  border: 1px solid #f7b462 !important;
  border-left: 20px solid #f7b462 !important;
}
.announce-danger{
  border: 1px solid #c36868 !important;
  border-left: 20px solid #c36868 !important;
}
.filter .filter_has_sub{
    padding: 0px;
    margin: 0px;
    float: left;
    margin-left: 7px;
}
/*.filter_pages{
    display: table;
    font: normal 12px 'mpregular', san-serif;
    padding: 7px;
    color: #7e7e7e;
    margin-top: 4px;
}*/
.filter_pages span, .filter_sub a span{
    float: left;
    display: block;
}
.filter_pages span:first-child, .filter_sub a span:first-child{
    margin-right: 6px;
}
.filter_pages span:last-child{
    font-size: 8px;
    padding-top: 3px;
}
.filter_has_sub:first-child .filter_sub{
    margin-left: -100px;
    width: 170px;
}
.filter_has_sub:first-child .filter_sub .filter_datepicker{
    border: 1px solid #ccc;
    display: table;
    margin: 5px auto;
}
.filter_has_sub:first-child .filter_sub .filter_datepicker span{
    display: block;
    margin: 0px 5px 0px 0px;
    float: left;
    font-size: 20px;
    padding: 5px 0px 0px 5px;
    color: #7e7e7e;
}
.filter_has_sub:first-child .filter_sub .datepicker{
    padding: 5px;
    border: none;
    margin: 0px;
    display: block;
    float: left;
    width: 120px;
}
.filter_sub{
    background: #F3F3F3;
    position: absolute;
    z-index: 99999999;
    /*padding: 3px 5px;*/
    padding: 0px;
    margin-top: 0px;    
    /*margin-left: -180px;*/
    right: 22px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.filter_sub_bh{
    background: #F3F3F3;
    position: absolute;
    z-index: 99999999;
    /*padding: 3px 5px;*/
    padding: 0px;
    margin-top: 0px;    
    /*margin-left: -180px;*/
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.filter_sub a{
    clear: both;
    float: none;
    display: block;
    padding: 5px 10px;
    font: normal 14px 'mplight', sans-serif;
    color: #555;
    text-transform: uppercase;
}
.filter_sub a:hover{
    color: #555;
}
.thehide{
  display: none;
}
table.no-padding tbody th, table.no-padding tbody td {
  padding: 0 !important;
}
table.no-padding > thead > tr > th, .no-padding > tbody > tr > th, .no-padding > tfoot > tr > th, .no-padding > thead > tr > td, .no-padding > tbody > tr > td, .no-padding > tfoot > tr > td {
  padding: 0 !important; 
}
.accordion-form{
  background-color: transparent;
}
.accordion-form .ui-accordion-content{
  border: 1px solid #EDEDED;
  border-top: 0;
  position: relative;
}
.accordion-form .ui-accordion-header{
  background: #FFFFFF !important;
  border: 1px solid #EDEDED;
  font-size: 16px;
  border-radius: 3px 3px 0 0;
  border-top: 3px solid #3c8dbc;
}
.accordion-form .form-group{
  position: relative;   
  margin-top: 0px;
  margin-bottom: 5px;
}
#validation-content{
  /*border-top: 1px dashed #cdcdcd;
  margin-top: 10px;*/
}
#validation-content span, #confirm-authorize-content span{
 color: #75ECFF;
}
.fixed-nav-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  height: 90px;
  background-color: #222D32;
  border-top: 2px solid #75ecff !important;
}

.table .dropdown-menu-tables {
  left: 0; 
  right: auto;
}
#categorizacion label{
  font-size: 30px !important;
}
.files-container .fileinput-new{
  margin: 10px 0;
}
.files-container .fileinput-filename{
  min-width: 185px;
  display: inline-block;
}
.files-container .fileInput{
  display: inline;
  float: left;
}
.files-container .input_description{
  border-radius: 2px;
  border: 1px solid #C5C5C5;
  width: 40%;
  padding-left: 5px;
}
.files-container .btn{
  vertical-align: top;
}
#horarealmedicion label{
  height: 27px;
  padding-top: 3px;
  margin-bottom: 0px !important;
}
#criteriosintrinsecos .box-content .form-group,
#usofarmacos .box-content .form-group{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
#criteriosintrinsecos .box-content .form-group div,
#usofarmacos .box-content .form-group div{
  margin: 3px 0;
}
#totales .box-content .form-group,
#escalas .box-content .form-group{
  margin: 4px 4px;
}
.ui-tabs-nav > li[aria-selected='false'] > a{
  border: 1px solid #d8d8d8 !important;
}
#tabs .ui-tabs-panel{
  padding: 10px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.tab-lista-acciones .btn{
  padding: 5px 12px;
  border: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-front {
  z-index: 1046;
}
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
/* 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;
}
.accordion-predefinido {
  height: auto !important;
}
.close-external-window>i{
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph; /*IE*/
  filter: fliph; /*IE*/
}
.editable .fa {
    margin-right: -2px;
    float: right;
    margin-top: -2px;
}
.required-icon{
  color: #D15E5E;
  font-size: 10px;
  vertical-align: middle;
}
.required-error{
  border-color: red !important;
}
#error-msg-container{
  padding-top: 10px;
}
.alert-container>div{
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px;
  border: 1px solid #D73925;
  margin-left: 20px;
  background-color: #F9B7AF;
  color: #921201;
}
.alert-container ul{
  margin-bottom: 0px;
}
/*
 *Estilos del mapa de camas urgencias-min
 */
.page-feed-min .avatar{
  width: 100%;
  float: none;
  height: 36px;
}
.avatar-bottom {
  width: 40px;
  float: left;
  margin-right: 5px;
}
.page-feed-min .avatar-bottom{
  width: 100%;
  /*float: none;*/
  height: 25px;
}
#contenedor-camas .page-feed-min .boton-accion{
  padding-top: 2px;
  margin-top: -1px;
  height: 15px;
  text-align: center;
  width: 100%;
  background-color: #f1ebeb;
  border-top: 1px solid #CCC;
  border-radius: 0px !important;
}
#contenedor-camas .page-feed-min .boton{
  vertical-align: top;
  font-size: 11px;
}
.page-feed-min-content{
  position: relative;
  background: #FFFFFF;
  border-top-right-radius: 1.5px;
  border-bottom-right-radius: 1.5px;
  min-height:25px;
}
.page-feed-min-content label{
  margin-top: 3px;
  margin-bottom: 0px;
  font-size: 14px;
}
#contenedor-camas .page-feed-min-content .btn{
  padding: 0px 15px;
}
#contenedor-camas .page-feed-min .box-success{
  box-shadow: none;
}
#contenedor-camas .page-feed-min .box-primary{
  box-shadow: none;
}
#contenedor-camas .page-feed-min .box-danger{
  box-shadow: none;
}
#contenedor-camas .row-floor .box{
  margin-top: 10px;
  margin-bottom: 10px;
}
#contenedor-camas .row-floor{
  border-bottom: 2px solid rgba(204, 202, 202, 0.38);
}
#contenedor-camas .label-floor{
  font-weight: bold;
  margin-top: 10px;
}
.page-feed-min .avatar .icons-beds{
  position: absolute;
  left: -12px;
  top: -15px;  
  width: 110px;
}
.page-feed-min .avatar-bottom .icons-beds-bottom{
  position: absolute;
  left: -12px;
  top: 58px;
  width: 110px;
}
.page-feed-min .avatar .icons-beds>div
{
  position: relative;
  display: table-cell;
}
.page-feed-min .avatar .icons-beds>div>span{
  font-size: 12px;
  border-radius: 100px;
  height: 23px;
  width: 23px;
  border: 1px solid #7A7A7A;
  font-weight: 900;
}
.page-feed-min .avatar-bottom .icons-beds-bottom>div>span{
  font-size: 12px;
  border-radius: 100px;
  height: 23px;
  width: 23px;
  border: 1px solid #7A7A7A;
  font-weight: 900;
}
.page-feed-min .avatar .icons-beds .category-value{
  padding: 2px 3px 3px 3px;
  color: #000000;
}
.page-feed-min .avatar .icons-beds .ley-value{
  padding: 2px 6px 2px 6px;
  background-color: #7D4D32;
  color: #FFF;
  border-color: #000;
}
.page-feed-min .avatar .icons-beds .ges-value{
  padding: 2px 5px 2px 5px;
  background-color: #3A429A;
  color: #FFF;
  border-color: #000;
}
.page-feed-min .avatar-bottom .icons-beds-bottom .botonera-value{
  padding: 2px 5px 2px 5px;
  background-color: #ffffff;
  color: #000;
  border-color: #000;
}
.page-feed-hosp .bed-icons{
  position: absolute;
  padding: 3px 0px;
  width: 100%;
} 
.page-feed-hosp .bed-icons>div
{
  position: relative;
  display: inline;
  margin: 2px;
}
.page-feed-hosp .bed-icons>ul{
  display: inline;  
}
.page-feed-hosp .bed-icons>ul li{
  padding-right: 0;
  vertical-align: middle;
  margin: 0 -2px;
}
.page-feed-hosp .bed-icons>ul li label{
  margin-bottom: 0;
}
.page-feed-hosp .bed-icons .isolation{
  background: #392ba0 none repeat scroll 0 0;
  margin-top: 1px;
  padding: 0px 0px 1px;
  border-radius: 3px;
  border: 1px solid #000000;
}
.page-feed-hosp .bed-icons .isolation>img{
  border-radius: 2px;
  height: 24.4px !important;
  width: 26px !important;
  margin-left: 3px;
  margin-right: -3px;
}
.page-feed-hosp .bed-icons .botonera,
.page-feed-hosp .bed-icons .category,
.page-feed-hosp .bed-icons .ley,
.page-feed-hosp .bed-icons .ges{
  vertical-align: middle;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 18px;
}
.page-feed-hosp .bed-icons .ley,
.page-feed-hosp .bed-icons .ges{
  color: #FFF;  
}
.page-feed-hosp .bed-icons .category{
  color: #000000;
  padding: 0px 2px;
}
.page-feed-hosp .bed-icons .ley{
  /*padding: 2px 2px 3px 4px;*/
  padding: 0px 6px 0px 5px;
  background-color: #7D4D32;
}
.page-feed-hosp .bed-icons .ley>label{
  padding-left: 3px;
}
.page-feed-hosp .bed-icons .ges{
  /*padding: 2px 6px 3px 4px;*/
  padding: 0px 6px 0px 3px;
  background-color: #3A429A;
}
.page-feed-hosp .bed-icons .ges>label{
  padding-left: 2px;
}
.avatar .alta-medica{
  font-size: 25px;
  color: #211F6D;
  background-color: #FFF;
  padding: 0px 4px;
  border-radius: 3px;
}
.avatar .bap-value,
.avatar .bap-alta-value,
.avatar .box-alta-value
{
  display: inline-block;
  background-color: #fff;
  margin-left: 3px;
  margin-top: 3px;
  border-radius: 3px;
  
}
.avatar .bap-value
{
  padding: 2px 6px 3px 7px;
}
.avatar .bap-alta-value,
.avatar .box-alta-value
{
  padding: 2px 4px 3px 3px;
}
.avatar .bap-value img
{
  width: 15px !important;
  height: 23px !important;
  margin: 0;
}
.avatar .box-alta-value img,
.avatar .bap-alta-value img
{
  width: 21px !important;
  height: 23px !important;
  margin: 0;  
}
.avatar .hab-alta-value{
  background: #FFF;
  padding: 3px 0;
  border-radius: 3px;
  width: 44px;
  margin-left: 3px;
}
.avatar .hab-alta-value>img{
  width: 24px;
  height: 24px;
}
.input-group-addon.min-width {
  min-width: 183px;
  text-align: left;
}
.control-label.size-warning {
    color: red;
    font-size: 18px;
    position: absolute;
}
.situacion-tooltip{
  width: 120px;
  font-size: 11px; 
}
.alert {
  padding: 2px 14px; 
  margin-bottom: 5px;
}
.alert .icon-container{
  display: inline-block;
  margin: 0;
  font-size: 17px;
  padding-top: 2px;
}
.alert .alert-content{
  display: inline-block;
}
.box-name .settings:hover {
  cursor: pointer;
}
.margin-checkbox{
  margin-top: 10px !important;
  margin-left: 26px;
}
.margin-top-6{
  margin-top: 6px !important;
}
.margin-top-10{
  margin-top: 10px !important;
}
.margin-top-20{
  margin-top: 20px !important;
}
.margin-top-minus5{
  margin-top: -5px !important;
}
.margin-right-10{
  margin-right: 10px !important;
}
.margin-right-13{
  margin-right: 13px !important;  
}
.margin-bottom-10{
  margin-bottom: 10px !important;
}
.margin-left-10{
  margin-left: 10px !important;
}
.margin-left-13{
  margin-left: 13px !important;
}
.no-bold{
  font-weight: normal;
}
.display-flex{
  display: flex;
}
.display-inline{
  display: inline !important;
}
.width-45px{
  width: 45px;
}
.width-50px{
  width: 50px;
}
.width-100px{
  width: 100px;
}
.width-150px{
  width: 150px;  
}
.width-200px{
  width: 200px;
}
.width-300px{
  width: 300px;
}
.text-left{
  text-align: left !important;
}
.line-height-20{
  line-height: 20px;
}
.radio-disabled{
  color: #C5C5C5;
}
.btn-health, .btn-health:focus{  
  color: #fff;
  background-color: #45add7;
  border-color: #45add7;
  font-weight: normal;
  border-radius: 3px; */
}
.btn-health:hover{  
  color: #fff;
  background-color: #4B9DC5;
  border-color: #4B9DC5;
  font-weight: normal;
}
.etiqueta_xml{
  text-transform: uppercase;
}
.panel-body {
    padding: 15px;
    font-size: 17px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 18px;
}