@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
body {
  background: #e9e9e9 url(../img/tiny_grid.png) repeat 0 0;
  font: 12px/1.5em 'Open Sans', sans-serif;
}
p {
  font: 12px/1.5em 'Open Sans', sans-serif;
  margin-bottom: 0.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.form-control{font: 13px/1.7em 'Open Sans', sans-serif;}
.navbar-brand{height:auto;}
[class^="icon-"]:not(.ui-icon),
[class*="icon-"]:not(.ui-icon) {
  background: none;
}
[class^="icon-"] {
  background: none\9;
}
.dropdown .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-icon-only {
  padding-right: 6px;
  padding-left: 3px;
}
.table td {
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
.chart-holder {
  width: 100%;
  height: 250px;
}
.clear {
  clear: both;
}
.destacado{color:#FFD700;}
.desactivado{color:#C30;}
.activado{color:#6C6;}
hr{box-sizing: inherit}
/*------------------------------------------------------------------
[ Navbar / .navbar ]
*/
.navbar {
  margin-bottom: 0;
  border-radius: 0 !important;
}
.navbar.navbar-inverse {
	background: #00175A;
	border-color: #292929;
	border-bottom: 1px solid #000;
}
.navbar.navbar-inverse .navbar-toggle {
  padding: 9px;
  margin-top: 6px;
  margin-right: 5px;
  margin-bottom: 0;
  color: #666;
  font-size: 18px;
  line-height: 0;
  border-color: transparent;
}
.navbar .navbar-nav > li > a {
  font-size: 12px;
}
.navbar .navbar-header .navbar-brand {
  color: #CCC;
  font-weight: 600;
  position: relative;
  top: 0;
}
.navbar .navbar-header .navbar-brand:hover {
  color: #FFF;
}
.navbar .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
	z-index: 1;
}
.navbar .navbar-nav > li > .dropdown-menu::before,
.navbar .navbar-nav > li > .dropdown-menu::after {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .navbar-nav > li > .dropdown-menu::after {
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-bottom-color: #fff;
  top: -6px;
  left: 10px;
}
.navbar .navbar-nav.navbar-right > li > .dropdown-menu::before,
.navbar .navbar-nav.navbar-right > li > .dropdown-menu::after {
  left: auto;
  right: 9px;
}
.navbar .navbar-nav.navbar-right > li > .dropdown-menu::after {
  left: auto;
  right: 10px;
}
.navbar.navbar-inverse .navbar-form .search-query {
  width: 225px;
  margin-top: 2px;
  background-color: #333;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  border-color: #000;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
}
.navbar.navbar-inverse .navbar-form .search-query:focus {
  background-color: #FFF;
}
.navbar.navbar-inverse .navbar-form .search-query::-webkit-input-placeholder {
  color: #666;
}
.navbar.navbar-inverse .navbar-form .search-query::-moz-placeholder {
  color: #666;
}
/*------------------------------------------------------------------
[ Main / .main ]
*/
.main {
  padding-bottom: 2em;
}
/*------------------------------------------------------------------
[ Extra / .extra ]
*/
.extra {
  border-top: 1px solid #000;
  padding: 20px 0;
  font-size: 11px;
  color: #BBB;
  background: #1A1A1A;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.extra a {
  color: #666;
}
.extra h4 {
  margin-bottom: 1em;
  font-weight: 400;
}
.extra ul {
  padding: 0;
  margin: 0;
}
.extra ul li {
  margin-bottom: .6em;
  list-style: none;
}
/*------------------------------------------------------------------
[ Footer/ .footer ]
*/
.footer {
  margin-top: 0;
  border-top: 1px solid #000;
  padding-top: 15px;
  padding-bottom:15px;
  font-size: 12px;
  background: #111;
  color: #999;
  -webkit-box-shadow: inset 0 1px 0 #292929;
  box-shadow: inset 0 1px 0 #292929;
}
.footer #footer-terms {
  text-align: right;
}
.footer a {
  color: #FFF;
}
.footer a:hover {
  color: #FFF;
  text-decoration: none;
}
/*------------------------------------------------------------------
[ Validation / .control-group ]
*/
.form-group {
  position: relative;
}
.form-group span.error {
  display: inline-block !important;
  color: #B94A48;
  font-size: 11px;
  font-weight: 600;
  position: relative;
  top: -5px;
  padding: 4px 8px;
  margin-bottom: 1em;
  color: #FFF;
  background: #B94A48;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}
.form-group span.error::after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #B94A48;
  position: absolute;
  bottom: -6px;
  left: 7px;
}
.form-group.error {
  padding-bottom: .5em;
}
.form-group.error div.clean {
  display: none;
}
.form-group.success span.error {
  display: none !important;
}
.form-group.success span.error::after {
  border: none;
}
.form-group.success div.clean {
  display: none;
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../img/validation/validation-success.png) no-repeat 0 0;
}
.form-horizontal .form-group span.error {
  margin-left: 1.5em;
  margin-left: 15px;
}
.form-group {
  margin-bottom: 20px;
}
label {
    margin-bottom: 0rem;
	font-weight: 700;
}
.form-check {height: calc(2.25rem + 2px);}
.btn-primary {
    color: #fff;
    background-color: #fa733b;
    border-color: #fa733b;
    padding: 10px 25px;
}
/*------------------------------------------------------------------
[ Widget / .widget ]
*/
.widget {
  position: relative;
  clear: both;
  width: auto;
  margin-top: 1rem;
  /* Clearfix Hack */

  /* Widget Table */

  /* Widget Plain */

  /* Widget Box */

}
.widget .widget-header {
  position: relative;
  line-height: 40px;
  background: #E9E9E9;
  background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* IE10+ */

  background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
  border: 1px solid #D5D5D5;
  -webkit-background-clip: padding-box;
}
.widget .widget-header h3 {
  top: 0;
  position: relative;
  left: 10px;
  display: inline-block;
  margin-right: 3em;
  font-size: 15px;
  font-weight: 400;
  color: #555;
  line-height: 18px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
.widget .widget-header [class^="icon-"],
.widget .widget-header [class*=" icon-"] {
  display: inline-block;
  margin-top: -3px;
  margin-left: 13px;
  margin-right: -2px;
  font-size: 16px;
  color: #555;
  vertical-align: middle;
}
.widget .widget-content {
  padding: 25px 15px 15px;
  background: #FFF;
  border: 1px solid #D5D5D5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.widget .widget-header + .widget-content {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.widget .widget-content:before,
.widget .widget-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget .widget-content:after {
  clear: both;
}
.widget .widget-content:before,
.widget .widget-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget .widget-content:after {
  clear: both;
}
.widget.widget-table .widget-content {
  padding: 0;
}
.widget.widget-table .table {
  margin-bottom: 0;
  border: none;
}
.widget.widget-table .table tr td:first-child,
.widget.widget-table .table tr th:first-child {
  border-left: none;
}
.widget.widget-plain {
  background: transparent;
  border: none;
}
.widget.widget-plain .widget-content {
  padding: 0;
  background: transparent;
  border: none;
}
.widget.widget-box .widget-content {
  background: #E3E3E3;
  background: #FFF;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding: 7px 12px;
}
.tab-content {
  margin-top: 1.75em;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #eee;
}
.nav-pills > li > a,
.nav-pills > li > a:hover {
  color: #555;
}
.nav-pills > li > a .caret,
.nav-pills > li > a:hover .caret {
  margin-top: -2px;
  border-top-color: #555;
  border-bottom-color: #555;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #ff9900;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #555;
  border-top-width: 3px;
}
.nav-tabs > li > a .caret,
.nav-tabs > li > a:hover .caret,
.nav-tabs > li > a:focus .caret {
  margin-top: -2px;
  border-top-color: #555;
  border-bottom-color: #555;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-top: 3px solid #ff9900;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #555;
}
.account-container {
	max-width: 390px; 
	display: block;
	margin: 60px auto 0 auto;
	background: #f9f9f9;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.account-container .content {
	padding: 16px 28px 23px;
}
.account-container h1 {
    margin-bottom: .4em;
    color: #00175A;
    font-size: 32px;
}
.login-action {
    float: right;
    margin-top: 18px;
}
.login-actions {
    float: left;
    width: 100%;
    margin-top: -1em;
    margin-bottom: 1.25em;
}
.login-fields .field {
    margin-bottom: 1.25em;
}
.login-fields input {
    font-family: 'Open Sans';
    font-size: 13px;
    color: #8e8d8d;
    padding: 11px 15px 10px 50px;
    background-color: #fdfdfd;
    width: 100%;
    display: block;
    margin: 0;
    box-shadow: inset 2px 2px 4px #f1f1f1;
    height: 40px;
}
.login-fields label {
    display: none;
}

/*------------------------------------------------------------------
[ Dropdown Menu / .dropdown-menu ]
*/
.dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dropdown-menu > li > a {
  padding: 5px 9px;
  margin: 0 6px;
  font-size: 12px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #FFF;
  background-color: #ff9900;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  background: #ff9900;
  text-shadow: none;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -5px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/*------------------------------------------------------------------
[ Pagination / .pagination ]
*/
ul.pagination li a {
  padding: 0 10px;
  margin-right: .25em;
  margin-left: .25em;
  color: #444;
  line-height: 32px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
ul.pagination li.active a {
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  background-color: #F90;
  border-color: #F90;
}
ul.pagination li.active a:hover {
  background-color: #F90;
  border-color: #F90;
}
.pager li {
  margin-right: .25em;
  margin-left: .25em;
}
.pager li > a {
  color: #444;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.btn-default,
.btn-primary,
.btn-secondary,
.btn-tertiary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-secondary:active,
.btn-tertiary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-secondary.active,
.btn-tertiary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e6e6e6, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e0e0e0;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:active,
.btn-default.active {
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}

.btn-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffbb1c), to(#e8a300));
  background-image: -webkit-linear-gradient(top, #ffbb1c, 0%, #e8a300, 100%);
  background-image: -moz-linear-gradient(top, #ffbb1c 0%, #e8a300 100%);
  background-image: linear-gradient(to bottom, #ffbb1c 0%, #e8a300 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffbb1c', endColorstr='#ffe8a300', GradientType=0);
  border-color: #de9b00;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #e8a300;
  border-color: #de9b00;
}
.btn-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  border-color: #c12e2a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  border-color: #2aabd2;
}
.btn-info:active,
.btn-info.active {
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #cc7a00;
  border-color: #c27400;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.navbar .navbar-nav > .active > a {
  background-color: #f8f8f8;
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse .navbar-nav > .active > a {
  background-color: #222222;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #cc7a00;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ff9900), to(#d98200));
  background-image: -webkit-linear-gradient(top, #ff9900, 0%, #d98200, 100%);
  background-image: -moz-linear-gradient(top, #ff9900 0%, #d98200 100%);
  background-image: linear-gradient(to bottom, #ff9900 0%, #d98200 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9900', endColorstr='#ffd98200', GradientType=0);
  border-color: #d98200;
}

/*------------------------------------------------------------------
[ Subnavbar / .subnavbar ]
*/
.subnav-toggle {
  display: none;
  padding: .5em 0;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  color: #ff9900;
}
.subnav-toggle:hover {
  text-decoration: none;
}
.subnavbar-inner {
  height: 80px;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#414141), to(#323232));
  background-image: -webkit-linear-gradient(top, #414141, 0%, #323232, 100%);
  background-image: -moz-linear-gradient(top, #414141 0%, #323232 100%);
  background-image: linear-gradient(to bottom, #414141 0%, #323232 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff414141', endColorstr='#ff323232', GradientType=0);
  border-bottom: 1px solid #000;
}
.btn-subnavbar {
  display: none;
  padding: 10px 0 8px;
  color: #F90;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.btn-subnavbar:hover {
  text-decoration: none;
}
.dropdown .caret {
  margin-top: -16px;
  border-top-color: #888;
  border-bottom-color: #888;
  opacity: 35;
  filter: alpha(opacity=3500);
}
.dropdown.open .caret {
  display: none;
}
.mainnav {
  display: inline-block;
  height: 80px;
  padding: 0;
  margin: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.mainnav > li {
  float: left;
  min-width: 90px;
  height: 80px;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.mainnav > li > a {
  display: block;
  height: 100%;
  padding: 0 15px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.mainnav > li > a:hover {
  color: #000;
  text-decoration: none;
}
.mainnav > li > a > i {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 32px;
  height: 24px;
  margin-top: 12px;
  margin-bottom: 9px;
  font-size: 28px;
}
.mainnav > li > a > span {
  display: block;
  padding-bottom: 0px;
}
.mainnav > li.open > a {
  text-decoration: none;
}
.mainnav > li.active > a {
  background: #333;
  color: #F90;
}
.mainnav > li.active > a .caret {
  border-top-color: #ff9900;
  border-bottom-color: #ff9900;
}
.dropdown > .dropdown-menu {
  top: 97%;
  text-align: left;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown > .dropdown-menu a {
  font-size: 12px;
}
.dropdown > .dropdown-menu::before,
.dropdown > .dropdown-menu::after {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.dropdown > .dropdown-menu::after {
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-bottom-color: #fff;
  top: -6px;
  left: 10px;
}
.dropdown-submenu .dropdown-menu:after,
.dropdown-submenu .dropdown-menu:before {
  display: none;
}
.subnav-collapse.collapse {
  height: auto\9;
  overflow: visible\9;
}
.nav .show>a:focus, .nav .show>a:hover {
    background-color: #ffa46e;
    border-color: #337ab7;
}
.check-multiple{font-weight: 400; margin-right: 40px; margin-bottom:15px; min-width: 190px;}
.contenedor_cambiar_img{position: relative; float: left; width: 100px; height: 100px; overflow: hidden; margin-left: 5px; margin-right: 10px;}
.img-perfil-actua{position: absolute; width: 100%; height: 100%; z-index: 0;}
.usr_img_label{position: absolute; width: 100px; line-height: 100px; z-index: 1; color: transparent; background-color: rgba(0,0,0,0.1); transition: all 0.2s; font-size: 14px; font-weight: 700; text-align: center; padding: 0 5px;}
.contenedor_cambiar_img:hover .usr_img_label{background-color: rgba(0,0,0,0.8); color: #FFF;}
.seleccion_img_perf{position: relative; padding-top: 20px; width:70%}
.input_img{position: absolute; width: 100%; height: 100%; z-index: 3; opacity: 0;}
#usr_img-error{margin-left: 115px; margin-top: -50px;}
.nota {position: relative;}
.nota .notaimg {display: block; -webkit-transition: 0.2s opacity;transition: 0.2s opacity;}
.nota .notaimg:hover, .nota .notaimg:focus {opacity: 0.9;}
.notacont {position: absolute;bottom: 0px; padding: 20px 15px; width:100%;
background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,0.73) 38%, rgba(0,0,0,0.73) 64%, rgba(0,0,0,0.73) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(1%, rgba(0,0,0,0)), color-stop(38%, rgba(0,0,0,0.73)), color-stop(64%, rgba(0,0,0,0.73)), color-stop(100%, rgba(0,0,0,0.73)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,0.73) 38%, rgba(0,0,0,0.73) 64%, rgba(0,0,0,0.73) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,0.73) 38%, rgba(0,0,0,0.73) 64%, rgba(0,0,0,0.73) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,0.73) 38%, rgba(0,0,0,0.73) 64%, rgba(0,0,0,0.73) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 1%, rgba(0,0,0,0.73) 38%, rgba(0,0,0,0.73) 64%, rgba(0,0,0,0.73) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );}
.notacat {
    font-size: 13px;
    text-transform: uppercase;
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 2px;
    margin-right: 15px;
    color: #FFF;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}
select#prioridad option.prioridad_1{background-color: #ee220c; color: #000; font-weight: 700;}
select#prioridad option.prioridad_2{background-color: #ff9300; color: #000; font-weight: 700;}
select#prioridad option.prioridad_3{background-color: #f8ba00; color: #000; font-weight: 700;}
select#prioridad option.prioridad_4{background-color: #61d836; color: #000; font-weight: 700;}
select#prioridad option.prioridad_5{background-color: #b676ff; color: #000; font-weight: 700;}
select#prioridad option.prioridad_6{background-color: #a9a9a9; color: #000; font-weight: 700;}
select#prioridad option.prioridad_7{background-color: #76d6ff; color: #000; font-weight: 700;}
.prioridad_1{background-color: #ee220c; color: #000; font-weight: 700;}
.prioridad_2{background-color: #ff9300; color: #000; font-weight: 700;}
.prioridad_3{background-color: #f8ba00; color: #000; font-weight: 700;}
.prioridad_4{background-color: #61d836; color: #000; font-weight: 700;}
.prioridad_5{background-color: #b676ff; color: #000; font-weight: 700;}
.prioridad_6{background-color: #a9a9a9; color: #000; font-weight: 700;}
.prioridad_7{background-color: #76d6ff; color: #000; font-weight: 700;}
select#prioridad, select#estado, select#estado_prepago, select#estado_fee{
	display: block;
    width: 100%;
    height: calc(1.8rem + 2px);
    padding: .375rem .5rem;
    background-clip: padding-box;
    border: 1px solid #f8ba00;
    border-radius: .7rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
h2 em {
    font-size: 20px;
    width: 100%;
    background-color: #FFF;
    display: block;
    padding: 10px 15px;
}
.dropdown-toggle::after {margin-bottom: 5px;}
.bg-dark {background-color: #ff680d !important;}
td i {color: #ff680d;}
.tooltip-inner {white-space:pre-wrap;}
.table .thead-dark th {
    color: #000;
    background-color: #d6d5d5;
    border-color: #d6d5d5;
}
.table-striped tbody tr {
    background-color: #f4f6f6;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
label{text-transform:uppercase;}
#loadingDiv{display:flex; position: absolute; height:100%; width:100%; background-color:rgba(0,0,0,0.80); z-index: 1; color:#fff;}
.font-naranja{color:#ff680d !important}
.fondo-blanco{background-color:#ffffff;}
.dropleft .menu_left::before {display: none;}
