.hideText {
  text-indent: -999em;
  letter-spacing: -999em;
  overflow: hidden;
}
body {
  font-family: 'Open Sans', sans-serif;
  background: #FBFAFA;
  font-size: 13px!Important;
  color: #3a4a57!Important;
}
*,
a:focus {
  outline: none !important;
}
button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0;
}
a:hover {
  color: #eb762f;
}
a {
  color: #83a2bb;
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 5px;
  font-weight: 700;
  color: #516779;
}
h1.glyphicons,
h2.glyphicons,
h3.glyphicons,
h4.glyphicons,
h5.glyphicons,
h6.glyphicons {
  color: #516779;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #a3a3a3;
  font-weight: 400;
  padding: 0 5px;
}
h1 span,
h2 span,
h3 span {
  font-size: 60%;
  text-transform: none;
  padding: 0;
  position: relative;
  top: -3px;
  font-weight: 400;
}
h2 {
  font-size: 26pt;
}
.heading-buttons h1,
.heading-buttons h2,
.heading-buttons h3,
.heading-buttons h4,
.heading-buttons h5,
.heading-buttons h6 {
  display: inline-block;
  margin: 0 10px;
}
.heading-buttons h1.glyphicons,
.heading-buttons h2.glyphicons,
.heading-buttons h3.glyphicons,
.heading-buttons h4.glyphicons,
.heading-buttons h5.glyphicons,
.heading-buttons h6.glyphicons {
  display: inline-block;
}
.heading-buttons .buttons {
  margin-top: 3px;
  margin-right: 10px;
  text-align: right;
}
.heading-buttons .btn {
  margin-right: 10px;
}
.heading-buttons .btn:last-child {
  margin-right: 0;
}
p {
  margin: 0 0 10px;
  line-height: normal;
}
.lead {
  margin: 0 0 10px;
}
ul.icons {
  text-align: left;
  padding: 0;
}
ul.icons li {
  display: block;
  padding: 0 0 0 25px;
  line-height: 22px;
}
ul.icons li i:before {
  color: #484848;
  font-size: 17px;
  left: 0;
  top: 4px;
}
input,
button,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
}
pre.prettyprint {
  word-break: normal;
  word-wrap: normal;
  white-space: pre;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #f8f8f8), color-stop(50%, #eeeeee));
  background-image: -webkit-linear-gradient(#f8f8f8 50%, #eeeeee 50%);
  background-image: -moz-linear-gradient(#f8f8f8 50%, #eeeeee 50%);
  background-image: -o-linear-gradient(#f8f8f8 50%, #eeeeee 50%);
  background-image: linear-gradient(#f8f8f8 50%, #eeeeee 50%);
  -moz-background-size: 38px 38px;
  background-size: 38px 38px;
  border: 1px solid #e5e5e5;
  display: block;
  line-height: 19px;
  margin-bottom: 10px;
  overflow: visible;
  overflow-y: hidden;
  padding: 0 0 0 4px;
}
pre.prettyprint .glyphicons {
  padding: 0 0 0 20px;
}
pre.prettyprint .glyphicons i:before {
  font-size: 17px;
  top: 1px;
}
blockquote {
  margin: 0;
  padding: 0 0 0 5px;
}
blockquote,
blockquote.pull-right {
  border: none;
}
blockquote p {
  font-weight: 400;
  font-size: 13px;
  margin: 0 0 10px;
}
blockquote small {
  color: #83a2bb;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right;
}
.margin-bottom-none {
  margin-bottom: 0 !important;
}
.margin-none {
  margin: 0 !important;
}
.relativeWrap {
  position: relative;
}
.text-primary {
  color: #83a2bb;
}
.separator {
  padding: 5px 0;
  display: block;
}
.separator.bottom {
  padding: 0 0 0px;
}
.separator.top {
  padding: 10px 0 0;
}
hr {
  border-top-color: #cbcccd;
  margin: 10px 0;
}
hr.separator {
  padding: 0;
}
hr.separator.top {
  margin: 10px 0 0;
}
hr.separator.bottom {
  margin: 0 0 10px;
}
@media print {
  @page  {
    size: auto;
    margin: 10mm 10mm 10mm 10mm;
  }
  #content {
    margin: 0 !important;
    padding: 0 !important;
  }
  #tlyPageGuideWrapper,
  .filter-bar {
    display: none !important;
  }
  .table td,
  .table th {
    vertical-align: middle;
  }
  .table th {
    padding: 3px;
    text-align: center;
  }
  .table img {
    float: left;
  }
}
.map_canvas img {
  max-width: none !important;
}
.streetview {
  width: 100%;
  height: 300px;
}
.ui-dialog-vevent .dtstart {
  display: none;
}
.ui-dialog-vevent .website {
  margin: 0 0 1em;
}
.innerLR {
  padding-left:20px;
  padding-top:20px;
  padding-right:10px;
  padding-bottom:10px;
  position: relative;
  min-height:650px;
  z-index:9999;
}
.innerAll {
  padding: 10px;
  position: relative;
}
.innerL {
  padding-left: 10px;
  position: relative;
}
.innerR {
  padding-right: 10px;
  position: relative;
}
.innerT {
  padding-top: 10px;
  position: relative;
}
.innerB {
  padding-bottom: 10px;
  position: relative;
}
.row-merge {
  position: relative;
}
.row-merge > [class*="span"] ~ [class*="span"] {
  margin-left: 0;
}
.row-merge > [class*="span"] ~ [class*="span"]:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e5e5e5;
  content: "";
}
.row-merge > [class*="span"] ~ [class*="span3"] {
  width: 25.26315789473684%;
}
.row-merge > [class*="span"] ~ [class*="span4"] {
  width: 33.68421052631579%;
}
.row-merge > [class*="span"] ~ [class*="span5"] {
  width: 42.10526315789473%;
}
.row-merge > [class*="span"] ~ [class*="span6"] {
  width: 50.52631578947368%;
}
.row-merge > [class*="span"] ~ [class*="span9"] {
  width: 75.78947368421052%;
}
.row-merge.border-top,
.row-merge ~ .row-merge {
  border-top: 1px solid #e5e5e5;
}
.row-merge.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
#wrapper {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}
body > .container-fluid {
  padding: 0;
  background: #f9f9f9;
}
body > .container-fluid.fixed {
  width: 960px;
  margin: 30px auto;
}
body > .container-fluid.fluid-boxed {
  width: 91%;
  margin: 30px auto;
}
body > .container-fluid.documentation {
  background: #ededed;
}
#content {
  position: relative;
  margin: 0 0 0 230px;
  background: #fbfafa;
  min-width: 320px;
  min-height: 890px;
  padding: 0 0 10px;
  z-index:9999;
}
.inner  {
  margin: 0 auto;
}
#content.padding-none {
  padding: 0;
}
#content > .menubar {
  border-left: none;
  border-right: none;
}
#content > p {
  padding: 0 10px 5px;
}
#content > h1,
#content > h2,
#content > h3,
#content > h4,
#content > h5,
#content > h6 {
  margin: 0 10px 10px;
}
#content > .filter-bar {
  border-right: none;
  border-left: none;
}
#content .heading-mosaic {
  height: 39px;
  line-height: 39px;
  padding: 0 10px;
  background: url("../images/mosaic-pattern.png") repeat;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 10px;
  font-weight: 400;
}
#content h3.heading-mosaic {
  font-size: 16pt;
}
#content h2.heading-mosaic {
  font-size: 20pt;
  height: 49px;
  line-height: 49px;
}
#content .heading-arrow {
  text-transform: uppercase;
  border-bottom: 1px solid #cdd9e3;
  margin: 0 0 10px;
  padding: 0 15px;
  font-size: 11pt;
  height: 35px;
  line-height: 30px;
  position: relative;
}
#content .heading-arrow:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 8px solid #ddd;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  bottom: 0;
  left: 15px;
}
#content .heading-arrow.glyphicons {
  padding: 0 10px 0 40px;
}
#content .heading-arrow.glyphicons i:before {
  font-size: 17px;
  left: 15px;
}
#content .heading-arrow.margin-bottom-none {
  margin-bottom: 0;
}
#content > .widget {
  border-left: 0;
  border-right: 0;
}
#content > .widget .widget-head,
#content > .widget .widget-body {
  border-left: 0;
  border-right: 0;
}
#content > .widget:last-child {
  margin: 0;
}



#content > .table {
  border-left: none;
  border-right: none;
}
#content > .table tr td:first-child {
  border-left: none;
}
#footer {
  
background: #40637e;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#40637e), to(#0f273b));
background: -webkit-linear-gradient(#40637e, #0f273b);
background: -moz-linear-gradient(#40637e, #0f273b);
background: -ms-linear-gradient(#40637e, #0f273b);
background: -o-linear-gradient(#40637e, #0f273b);
background: linear-gradient(#40637e, #0f273b);
-pie-background: linear-gradient(#40637e, #0f273b);
behavior: url(PIE.htc);
  border-top: 1px solid rgba(255, 101, 255, 0.2);
  color: #fff;
font-size:12px;
  border-top: 1px solid rgba(255, 101, 255, 0.2);
  color: #fff;
  padding: 10px 10px 0px 0px;
  position: relative;
  overflow: hidden;
  height: 20px;
 
}
#footer h4 {

    color: #c2d4e6;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    margin: 0 0 5px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
 }   
 
#footer a:not(.btn) {
  color: #8fb4d2;
}
#footer a:hover {
  color: #fff;
}
#footer .copy {
  
  padding: 5px 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
}
#footer .copy a {
  color: #8fb4d2;
}
#footer .row-menu {
  padding: 10px;
}
#footer .row-menu [class*="span"] > ul {
  margin: 0;
}



.ui-resizable-helper.menu {
  border: 1px dotted gray;
  border-left: none;
  background: rgba(0, 0, 0, 0.3);
}
.ui-resizable-handle {
  width: 3px;
  border-style: solid;
  border-width: 0;
  border-color: rgba(0, 0, 0, 0.4);
}
#menu {
  width: 230px;
  float: left;
  position: absolute;
  left: 0;
  top: 0px;
  overflow: hidden;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
  background: #f3f4f5;
  color: #698296;
}
#menu .Perfil {
  display: block;
  height: 74px;
  line-height: normal;
  padding: 10px;
  border-bottom: 1px solid #dce7f0;
  background: linear-gradient(180deg, rgba(243, 244, 245, 0.7) 25%, rgba(255, 255, 255, 0.99) 90%) repeat scroll 0 0 transparent;
}
#menu .Perfil span {
  text-align: left;
  display: block;
  padding: 3px 0 8px 0;
  width: 150px;
  float: right;
}
#menu .Perfil span strong {
  display: block;
  color: #516779;
  font-size: 12px;
  font-weight: normal;
}
#menu .Perfil span a {
  color: #ea6f30;
  font-size: 12px;
  padding: 0 25px 0 0;
}
#menu .Perfil span a i:before {
  font-size: 17px;
  color: #ea6f30;
  left: auto;
  right: 0;
  top: 2px;
}
#menu .Perfil .img {
  border: 0px solid #696765;
  display: block;
  width: 150px;
  float: center;
  
}
#menu .Perfil .img img {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;

}
#menu .Perfil .img:hover {
  border-color: #9c9a98;
}
#menu #notif ul {
  margin: 0;
  padding: 10px;
  list-style: none;
  text-align: center;
}
#menu #notif ul li {
  height: 22px;
  line-height: 22px;
  display: inline-block;
  padding: 0 2px;
}
#menu #notif ul li:last-child {
  padding: 0 0 0 2px;
}
#menu #notif ul li > a {
  display: block;
  background: #363432;
  color: #ffffff;
  text-decoration: none;
  padding: 0 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;

}

#menu .notasdesactivado i:before {
color: #676677;
    font-size: 25px;
    left: 35px;
    top: -5px;
}	
	
#menu .notasdesactivado {
  display: block;
    height: 83px;
    line-height: 73px;
	color: #676677;
    
    left: 25px;
    position: relative;
    top: 13px;
}
#menu #notif ul li > a .text {
  display: inline-block;
  padding-left: 10px;
}
#menu #notif ul li > a.glyphicons {
  padding: 0 5px 0 25px;
}
#menu #notif ul li > a.glyphicons i:before {
  color: #64625f;
  font-size: 15px;
  top: 3px;
  left: 5px;
}
#menu #notif ul li > a:hover {
  color: #ffffff;
  background: #504e4b;
}
#menu #notif ul li > a:hover.glyphicons i:before {


  color: #ffffff;
}
#menu .slim-scroll > ul,
#menu > ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  background:#ffffff; 
  border-top: 1px solid #ffffff;
}
#menu .slim-scroll > ul ~ ul,
#menu > ul ~ ul {
  border-top: none;
}
#menu .slim-scroll > ul.affix,
#menu > ul.affix 
{
  z-index: 1000;
  top: 0;
  width: 203px;
}
#menu .slim-scroll > ul > li,
#menu > ul > li {
  display: block;
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: linear-gradient(180deg, rgba(217, 223, 229, 0.7) 25%, rgba(255, 255, 255, 0.99) 90%) repeat scroll 0 0 transparent;
}
#menu .slim-scroll > ul > li .count,
#menu > ul > li .count {
  display: inline-block;
     background: #ec6f23;
  color: #ffffff;
  font-weight: 600;
  font-size: 10px;
  padding: 10px 5px 5px 5px;
  position: absolute;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  top: 10px;
  right: 15px;
  line-height: 18px;
  height:20px;
  width:20px;
  text-align:center;

 
}
#menu .slim-scroll > ul > li a,
#menu > ul > li a {
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  color: #676677;
  height: 39px;
  line-height: 39px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
   
 
}
#menu .slim-scroll > ul > li label,
#menu > ul > li label {
  display: block;
  width: auto;
  padding-left: 55px;
  margin: 0;
  color: #9ea4a9;
  height: 39px;
  line-height: 39px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  cursor:text!Important;
 
   
 
}
#menu .slim-scroll > ul > li .menu_deshabilitado,
#menu > ul > li .menu_deshabilitado {
  display: block;
  width: auto;
  padding-left: 55px;
  margin: 0;
  color: #9ea4a9;
  height: 39px;
  line-height: 39px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  cursor:;
}

 .menuPrincipal_deshabilitado {
  display: block;
  width: auto;
  padding: 0 0 0 45px;
  margin: 0;
  color: #9ea4a9;
  height: 39px;
  line-height: 39px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  cursor:;
}

#menu .slim-scroll > ul > li.subgenerico a,
#menu > ul > li.subgenerico a {
  padding: 0 0 0 55px;
  display: block;
  width: auto;
  background:#F3F4F5!Important;
  
 
  color: #7c8a96;
  height: 39px;
  line-height: 39px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
   
}

#menu .slim-scroll > ul > li.subgenerico a:hover,
#menu > ul > li.subgenerico a:hover {
 
    font-weight: 500;
 
  color: #fff!Important;
  
   
}

#menu .slim-scroll > ul > li a.glyphicons,
#menu > ul > li a.glyphicons {
  padding: 0 0 0 45px;
   
}
#menu .slim-scroll > ul > li a.glyphicons i:before,
#menu > ul > li a.glyphicons i:before {
  font-size: 17px;
  color: #676677;
  top: 10px;
  left: 15px;
 

}
#menu .slim-scroll > ul > li a:hover,
#menu > ul > li a:hover {
   background: linear-gradient(180deg, rgba(236, 109, 33, 0.6) 25%, rgba(212, 92, 20, 0.8) 90%) repeat scroll 0 0 transparent !important;
     filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e89d72', endColorstr='#dd7d43');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e89d72', endColorstr='#dd7d43');
    color: #fff!Important;
}
#menu .slim-scroll > ul > li.active,
#menu > ul > li.active {
  position: relative;
  overflow: visible;
}
#menu .slim-scroll > ul > li.active > a,
#menu > ul > li.active > a {
   background: linear-gradient(180deg, rgba(236, 109, 33, 0.6) 25%, rgba(212, 92, 20, 0.8) 90%) repeat scroll 0 0 transparent !important;
   filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e89d72', endColorstr='#dd7d43');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e89d72', endColorstr='#dd7d43');
    color: #fff!Important;
  font-weight: 600!Important;
    
   
    text-shadow: none;
}
#menu .slim-scroll > ul > li.glyphicons a,
#menu > ul > li.glyphicons a {
  padding: 0 0 0 45px;
}
#menu .slim-scroll > ul > li.generico,
#menu > ul > li.generico  {
  padding: 0 0 0 45px;
  color: #676677;
    font-size: 13px;
    font-weight: 600;
    line-height: 39px;
}
#menu .slim-scroll > ul > li.glyphicons.generico i:before,
#menu > ul > li.glyphicons.generico i:before {
  font-size: 17px;
  color: #676677;
  top: 10px;
  left: 15px;
  
}

#menu .slim-scroll > ul > li.glyphicons a i:before,
#menu > ul > li.glyphicons a i:before
{
  font-size: 17px;
  color: #676677;
  top: 10px;
  left: 15px;
  
}
#menu .slim-scroll > ul > li.hasSubmenu,
#menu > ul > li.hasSubmenu,
#menu .slim-scroll > ul > li .hasSubmenu,
#menu > ul > li .hasSubmenu {
  position: relative;
}
#menu .slim-scroll > ul > li.hasSubmenu.active,
#menu > ul > li.hasSubmenu.active {
  height: auto;
  background: #f1f1f1;
  padding: 0;
  
}
#menu .slim-scroll > ul > li.hasSubmenu.active > a,
#menu > ul > li.hasSubmenu.active > a {
  background:#fdfdfd;
  color: #676677;
 
}
#menu .slim-scroll > ul > li.hasSubmenu.active > a i:before,
#menu > ul > li.hasSubmenu.active > a i:before {
  color: #676677;
}
#menu .slim-scroll > ul > li.heading,
#menu > ul > li.heading {
  height: 25px;
  line-height: 25px;
  background: #234e79 url("../images/mosaic-pattern.png") repeat;
}
#menu .slim-scroll > ul > li.heading span,
#menu > ul > li.heading span {
  display: block;
  color: #ffffff;
  border-bottom: 1px solid #64625f;
  text-align: center;
  font-size: 9pt;
  text-transform: uppercase;
}
#menu .slim-scroll > ul > li.large,
#menu > ul > li.large {
  height: 70px;
  line-height: 70px;
}
#menu .slim-scroll > ul > li.large > a,
#menu > ul > li.large > a {
  height: 70px;
  line-height: 70px;
}
#menu .slim-scroll > ul > li.large a,
#menu > ul > li.large a {
  text-align: center;
  padding: 0 0 0 0;
}
#menu .slim-scroll > ul > li.large.glyphicons > a i,
#menu > ul > li.large.glyphicons > a i {
  display: block;
  height: 37px;
  line-height: 37px;
}
#menu .slim-scroll > ul > li.large.glyphicons > a i:before,
#menu > ul > li.large.glyphicons > a i:before {
  font-size: 24px;
 color: #676677;
  top: 13px;
  left: auto;
  position: relative;
}
#menu .slim-scroll > ul > li.large.glyphicons > a span,
#menu > ul > li.large.glyphicons > a span {
  display: block;
  height: 33px;
  line-height: 33px;
}
#menu .slim-scroll > ul ul,
#menu > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu .slim-scroll > ul ul li,
#menu > ul ul li {
  height: auto;
}
#menu .slim-scroll > ul ul li a,
#menu > ul ul li a {
  padding: 0 0 0 55px;
  height: 35px;
  line-height: 35px;
  font-weight: 400;
  color: #676677;
}








#menu .slim-scroll > ul ul li a.glyphicons i:before,
#menu > ul ul li a.glyphicons i:before {
  font-size: 12px;
  top: 7px;
  left: 22px;
  color: #222;
   background:#444!important;
}
 
 
#menu .slim-scroll > ul ul li a:hover,
#menu > ul ul li a:hover {
  background: rgba(131, 165, 199, 0.6);
}
#menu .slim-scroll > ul ul li a,
#menu > ul ul li a {
  border-top:1px solid #ebebeb;
}
#menu .slim-scroll > ul ul li .count,
#menu > ul ul li .count {
  top: 9px;
}
#menu .slim-scroll > ul ul li.active > a,
#menu > ul ul li.active > a {
  font-weight: 600;
  background: #83a5c7;
}
#menu .slim-scroll > ul ul li.hasSubmenu.active,
#menu > ul ul li.hasSubmenu.active {
  background: rgba(131, 165, 199, 0.1);
}
#menu .slim-scroll > ul ul li ul li a,
#menu > ul ul li ul li a {
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#menu .slim-scroll > ul ul li ul li a span:before,
#menu > ul ul li ul li a span:before {
  font-family: "Glyphicons";
  font-size: 14px;
  content: "\e369";
  display: block;
  float: left;
  font-weight: 400;
  margin: 0 5px 0 0;
}
#menu .slim-scroll > ul ul li ul li:first-child a,
#menu > ul ul li ul li:first-child a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#menu .slim-scroll > ul ul li ul li.active > a,
#menu > ul ul li ul li.active > a,
#menu .slim-scroll > ul ul li ul li:hover > a,
#menu > ul ul li ul li:hover > a {
  color: #ffffff;
  text-decoration: underline;
}
#menu .slim-scroll > ul ul li ul li.active > a span:before,
#menu > ul ul li ul li.active > a span:before,
#menu .slim-scroll > ul ul li ul li:hover > a span:before,
#menu > ul ul li ul li:hover > a span:before {
  color: #ffffff;
}
#menu.ui-state-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}
.menu-derecho .ui-resizable-e {
  background: rgba(255, 255, 255, 0.2);
  right: 0;
  border-left-width: 0px;
  border-right-width: 0px;
}
.menu-derecho .ui-resizable-e:hover {
  background: rgba(255, 255, 255, 0.4);
}
.menu-right .ui-resizable-w {
  background: rgba(255, 255, 255, 0.2);
  left: 0;
  border-left-width: 1px;
  border-right-width: 1px;
}
.menu-right .ui-resizable-w:hover {
  background: rgba(255, 255, 255, 0.4);
}
.menu-right #menu {
  left: auto;
  right: 0;
}
.menu-right #content {
  margin: 0 210px 0 0;
}
.menu-hidden #menu {
  display: none;
}
.menu-hidden #content {
  margin: 0;
}
.menu-hidden .navbar.main .appbrand {
  display: none;
}
.menu-hidden .navbar.main .btn-navbar {
  left: 5px;
}
.menu-hidden .navbar.main .topnav.tn1 {
  left: 45px;
}
.menu-hidden.login .navbar.main .appbrand,
.menu-hidden.documentation .navbar.main .appbrand {
  display: inline-block;
  border: none;
}
.menu-hidden.login .navbar.main .appbrand span,
.menu-hidden.documentation .navbar.main .appbrand span {
  border: none;
}
.navbar.main {
    height: 52px;
    background: linear-gradient(180deg, rgba(238, 238, 238, 0.9) 25%, rgba(214, 214, 214, 0.99) 90%) repeat scroll 0 0 transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5e82a0', endColorstr='#17456a');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5e82a0', endColorstr='#17456a');
    margin: 0;
    position: relative;
    border-bottom: 0px solid #171819;
}
.navbar.main .appbrand {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  height: 46px;
  padding: 0 0 0 0px;
  line-height: 46px;
  width: 210px;
}
.navbar.main .appbrand > span {
  display: block;
  height: 46px;
  line-height: 46px;
  background: url("../images/logo_fondo.png") no-repeat;
  background-position: center;
}
.navbar.main .appbrand > span span {
  font-size: 10px;
  font-weight: 400;
}
.navbar.main .btn-navbar {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  margin: 0;
  position: absolute;
  float: none;
  left: 205px;
  top: 6px;
  display: block;
  background: none repeat scroll 0 0 #1b496b;
    border: 1px solid #5a8db5;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2) inset, -1px -1px 1px rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
   
  -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2) inset, -1px -1px 1px rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2) inset, -1px -1px 1px rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    

 
}
.navbar.main .btn-navbar .icon-bar {
  background: #fff;
}
.navbar.main .btn-navbar:hover {
  background: #ec6f23;
}
.navbar.main .btn-navbar.ui-state-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar.main .topnav.tn1 {
  position: absolute;
  left: 246px;
  top: 0;
}
.navbar.main .topnav,
.navbar.main .topnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar.main .topnav {
  padding: 6px 5px 0 0;
}
.navbar.main .topnav > li {
  position: relative;
  float: left;
  height: 32px;
  line-height: 32px;
  display: block;
  padding: 0 3px;
}
.navbar.main .topnav > li:last-child {
  padding: 0 0 0 3px;
}
    .navbar.main .topnav > li > a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 0 10px;
        box-shadow: 0 1px 0 #a41b1b;
        -moz-box-shadow: 0 1px 0 #a41b1b;
        -webkit-box-shadow: 0 1px 0 #a41b1b;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        background: none repeat scroll 0 0 #4d7496;
        border: 1px solid #5a8db5;
        box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2) inset, -1px -1px 1px rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    }
.navbar.main .topnav > li > span {
  display: block;
 
  color: #fff;
  font-weight:400;
  text-decoration: none;
  padding: 0 30px;
  box-shadow: 0 1px 0 #a41b1b;
  -moz-box-shadow: 0 1px 0 #a41b1b;
  -webkit-box-shadow: 0 1px 0 #a41b1b;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;

  background: none repeat scroll 0 0 #4d7496;
    border: 1px solid #1b496b;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2) inset, -1px -1px 1px rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(0, 0, 0, 0.2);

    

}

.navbar.main .topnav > li > a .text {
  display: inline-block;
  padding-left: 10px;
}
.navbar.main .topnav > li > a > img {
  margin: 0 0 3px;
}
.navbar.main .topnav > li > a.glyphicons {
  padding: 0 10px 0 35px;
}
.navbar.main .topnav > li > a.glyphicons i:before {
  color: #fff;
  font-size: 17px;
  top: 7px;
  left: 10px;
}

.navbar.main .topnav > li > span.glyphicons {
  padding: 0 10px 0 35px;
}
.navbar.main .topnav > li > span.glyphicons i:before {
  color: #b9c4db;
  font-size: 17px;
  top: 7px;
  left: 10px;
}

.navbar.main .topnav > li > a.glyphicons.logout {
  padding: 0 38px 0 0;
}
.navbar.main .topnav > li > a.glyphicons.logout i:before {
  left: auto;
  right: 10px;
}
.navbar.main .topnav > li > a:hover {
  color: #fff;
  background: #ec6f23;
}
.navbar.main .topnav > li > a:hover.glyphicons i:before {
  color: #fff;
}
.navbar.main .topnav > li:last-child.open .dropdown-menu {
  right: 0;
}
.navbar.main .topnav > li.open {
  height: 40px;
}
.navbar.main .topnav > li.open > a {
  background: #334d63;
  height: 40px;
  color: #f5f5f5;
  position: relative;
  line-height: 34px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;

}
.navbar.main .topnav > li.open > a i:before {
  top: 9px;
  color: #f5f5f5;
}
.navbar.main .topnav > li.open > a .caret {
  border-top-color: #333;
}
.navbar.main .topnav > li.open > a:hover i:before {
  color: #f5f5f5;
}
.navbar.main .topnav > li.open .dropdown-menu {
  background: #363432;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  right: 3px;
  width: 80px;
}
.navbar.main .topnav > li.open .dropdown-menu.pull-left {
  left: 3px;
}
.navbar.main .topnav > li.open .dropdown-menu li {
  border-bottom: 1px solid #4a4947;
}
.navbar.main .topnav > li.open .dropdown-menu li:last-child {
  border-bottom: none;
}
.navbar.main .topnav > li.open .dropdown-menu li:first-child > a,
.navbar.main .topnav > li.open .dropdown-menu li:first-child > a:hover,
.navbar.main .topnav > li.open .dropdown-menu li:first-child > span {
  border-top: none;
}
.navbar.main .topnav > li.open .dropdown-menu li > a,
.navbar.main .topnav > li.open .dropdown-menu li > a:hover,
.navbar.main .topnav > li.open .dropdown-menu li > span {
  height: 29px;
  line-height: 29px;
  padding: 0 10px;
  display: block;
  background: #2a4053;
  color: #eaedef;
  font-size:12px;
}
.navbar.main .topnav > li.open .dropdown-menu li > a.glyphicons i:before,
.navbar.main .topnav > li.open .dropdown-menu li > a:hover.glyphicons i:before,
.navbar.main .topnav > li.open .dropdown-menu li > span.glyphicons i:before {
  left: auto;
  right: 10px;
  top: 8px;
  font-size: 17px;
  color: #c4c4c4;
}
.navbar.main .topnav > li.open .dropdown-menu li > a:hover {
  background: #40586d;
}
.navbar.main .topnav > li.open .dropdown-menu li.active {
  background: #40586d;
}
.navbar.main .topnav > li.open .dropdown-menu li.active a {
  background: linear-gradient(180deg, rgba(236, 109, 33, 0.99) 25%, rgba(212, 92, 20, 0.99) 90%) repeat scroll 0 0 transparent !important;
}
.navbar.main .topnav > li.open .dropdown-menu li .btn {
  margin: 3px 0;
}
.navbar.main .topnav > li.open .dropdown-menu li.highlight > a,
.navbar.main .topnav > li.open .dropdown-menu li.highlight > a:hover,
.navbar.main .topnav > li.open .dropdown-menu li.highlight > span {
  background: rgba(0, 0, 0, 0.1);
}
.navbar.main .topnav > li.open .dropdown-menu li.highlight.Perfil a:hover {
  color: #fff;
  
  background: linear-gradient(180deg, rgba(236, 109, 33, 0.99) 25%, rgba(212, 92, 20, 0.99) 90%) repeat scroll 0 0 transparent !important;
}
.navbar.main .topnav > li.open .dropdown-menu li.highlight.Perfil > a,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.Perfil > a:hover,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.Perfil > span {
  height: auto;
  line-height: normal;
  padding: 5px 10px 10px;
}
.navbar.main .topnav > li.open .dropdown-menu li.highlight.Perfil > a .heading,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.Perfil > a:hover .heading,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.Perfil > span .heading {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
.navbar.main .topnav > li.open .dropdown-menu li.highlight.Perfil > a .heading a,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.Perfil > a:hover .heading a,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.Perfil > span .heading a {
  text-transform: none;
}
.navbar.main .topnav > li.open .dropdown-menu li.highlight.Perfil > a .img,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.Perfil > a:hover .img,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.Perfil > span .img {
  display: inline-block;
  float: left;
  width: 47px;
  height: 45px;
  line-height: 45px;
  background: #272729;
  margin: 0 10px 0 0;
  position: relative;
}
.navbar.main .topnav > li.open .dropdown-menu li.highlight.Perfil > a .img:before,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.Perfil > a:hover .img:before,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.Perfil > span .img:before {
  text-align: center;
  width: 47px;
  height: 45px;
  line-height: 45px;
  content: "\e004";
  color: #595959;
  font-family: "Glyphicons";
  font-size: 24px;
  position: absolute;
  display: block;
}
.navbar.main .topnav > li.open .dropdown-menu li.highlight.Perfil > a .clearfix,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.Perfil > a:hover .clearfix,
.navbar.main .topnav > li.open .dropdown-menu li.highlight.Perfil > span .clearfix {
  display: block;
}
.navbar.main .topnav .dropdown > a .caret {
  border-top-color: #fafafa;
  top: 8px;
  position: relative;
}
.navbar.main .topnav .dropdown-menu {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;

}
.submenu-show {
  display: block;
  margin-top: -29px !important;
  position: absolute;
}
.submenu-show.pull-left {
  left: auto !important;
  right: 100% !important;
}
.submenu-show.pull-right {
  right: auto !important;
  left: 100% !important;
}
.submenu-hide {
  display: none !important;
  position: relative;
  top: auto;
  float: left;
}


/**
 * Login
 */
.login {
    height:0;
    overflow: hidden;
}
.login-box {
    margin: 0 auto !important;
    margin-top: -140px !important;
    margin-left: -175px !important;
    position: absolute !important;
    top: 50%;
    left: 50%;
    width:350px;
}
.login-box form {
    border-bottom:1px solid #DDDDDD;
    margin:10px 0;
}
.login-box ul {
    list-style-type: none;
    padding: 0;
}
.login-box.main-content {
    min-height: 0;
}


.filter-bar {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  line-height: 30px;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 10px;
}
.filter-bar div {
  padding: 5px 0;
  display: block;
  line-height: 30px;
}
.filter-bar div div {
  padding: 0;
  margin: 0;
}
.filter-bar div div:not(.helper) {
  margin: 0 15px 0 0;
}
.filter-bar div div input {
  margin: 3px 0 0;
}
.filter-bar div div.input-append {
  margin: 0;
}
.filter-bar div div.input-append .add-on {
  padding: 1px 3px;
  margin: 3px 0 0 -1px;
  background: #fff;
  color: #d8d9da;
  border-color: #d8d9da;
}
.filter-bar div div.input-append .add-on i:before {
  top: 4px;
  left: 4px;
  font-size: 14px;
  color: #d0d1d1;
}
.filter-bar div div.input-append button.add-on {
  width: 24px;
  height: 24px;
}
.filter-bar div div:last-child {
  margin: 0;
}
.filter-bar div:not(.helper) {
  float: left;
}
.filter-bar div.glyphicons {
  padding: 0 0 0 35px;
}
.filter-bar div.glyphicons i:before {
  top: 12px;
  left: 9px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
}
.filter-bar div.clearfix {
  padding: 0;
  clear: both;
  float: none;
  display: block;
  height: 0;
  margin: 0;
}
.filter-bar div.lbl {
  padding: 0 10px 0 35px;
  background: #83a2bb;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  color: #fff;
}
.filter-bar form {
  margin: 0;
}
.filter-bar form input,
.filter-bar form select {
  margin: 0 5px 3px 0;
  padding: 1px 5px;
  color: #a7a7a7;
}
.filter-bar form select {
  padding: 1px;
  height: 23px;
}
.filter-bar form label {
  float: left;
  margin: 0 5px;
  display: block;
  line-height: 30px;
}
.filter-bar.border-none {
  border: none;
}
.filter-bar.dark {
  background: #64625f;
  color: #ffffff;
}
.filter-bar.dark div div.input-append .add-on {
  background: #42403e;
  color: #fff;
  border-color: #42403e;
}
.filter-bar.dark div div.input-append .add-on i:before {
  color: #767473;
  text-shadow: none;
}
.filter-bar.dark form input:focus {
  border-color: #42403e;
}
.filter-bar.dark form input,
.filter-bar.dark form select {
  border-color: #42403e;
}
.menubar {
  height: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  margin: 0;
  font-size: 9pt;
}
.menubar ul {
  margin: 0;
  padding: 0 5px;
  list-style: none;
  height: 30px;
}
.menubar ul li {
  float: left;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
}
.menubar ul li.divider {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #ffffff;
  width: 0px;
  padding: 0;
  margin: 0 8px;
}
.menubar ul li a {
  color: #4b4b4b;
  font-weight: 700;
  font-size: 9pt;
}
.menubar.links {
  border: none;
  background: none;
  height: 25px;
  padding: 0 0 5px;
}
.menubar.links ul {
  padding: 0;
  height: 25px;
}
.menubar.links ul li {
  height: 25px;
  line-height: 25px;
}
.menubar.links ul li:first-child {
  padding-left: 0;
}
.menubar.links.primary ul li a {
  color: #83a2bb;
}
.widget {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0; 
    -moz-border-radius: 5px 5px 0 0;
    margin: 0 auto 20px;
    position: static;
	
}
.widget.widget-gray .widget-head {
    background: none repeat scroll 0 0 #E9E9E9;
    border-color: #D1D2D3;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6) inset, -1px -1px 1px transparent inset;
}
.widget .widget-head-botones {
     background: none repeat scroll 0 0 #4d7496;
    border: 1px solid #276a9e;
    border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0; 
    -moz-border-radius: 5px 5px 0 0;

    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6) inset, -1px -1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #FFFFFF;
    height: 31px;
    line-height: 31px;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.widget .widget-head {
    background: none repeat scroll 0 0 #4d7496;
    border: 1px solid #276a9e;
    border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0; 
    -moz-border-radius: 5px 5px 0 0;

    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6) inset, -1px -1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #FFFFFF;
    height: 31px;
    line-height: 31px;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.widget:after {
    left: auto;
    right: 5%;
    transform: skew(8deg) rotate(3deg);
}
.widget.widget-gray {
    background: none repeat scroll 0 0 #F5F5F5;
}
.widget .widget-head .glyphicons {
    height: 31px;
    padding: 0;
    width: 30px;
}
.widget .widget-head .glyphicons i:before {
    color: #9faebc;
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    width: 30px;
}
.widget .widget-head .animalicons {
    height: 31px;
    padding: 0;
    width: 30px;
}
.widget .widget-head .animalicons i:before {
    color: #676677;
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    width: 30px;
}
.widget .widget-head .heading.animalicons {
    display: block;
    padding: 0 0 0 35px;
    width: auto;
}
.widget .widget-head .heading {
    color: #fff;
    float: left;
    font-size: 10pt;
    height: 31px;
    line-height: 31px;
    margin: 0;
    padding: 0 10px;
}
.widget .widget-head .heading.glyphicons {
    display: block;
    padding: 0 0 0 35px;
    width: auto;
	
}
.widget .widget-head .heading.glyphicons i:before {
    background:#3e5d78;
    border-radius: 5px 0 0 0;
	 border-radius: 5px 0 0 0;
	-webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;

    border-right: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: normal;
    height: 31px;
    left: 0;
    line-height: 31px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: none;
    top: 0;
    width: 30px;
}
.widget .widget-head a {
    text-shadow: none;
}
.widget .widget-head .heading.animalicons i:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0; 
   -moz-border-radius: 5px 0 0 0;
    behavior: url (PIE.htc);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: normal;
    height: 31px;
    left: 0;
    line-height: 31px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: none;
    top: 0;
    width: 30px;
}
.widget .widget-head .dropdown-menu li > a:hover, .widget .widget-head .dropdown-menu li > a:focus, .widget .widget-head .dropdown-submenu:hover > a {
    background-color: #568cb7;
    background-image: linear-gradient(to bottom, #276a9e, #D24343);
    background-repeat: repeat-x;
}
.widget .widget-body {
    padding: 10px 10px 5px 10px;
	margin-bottom:-10px;
   
}
.widget .widget-body .contenedortablalarga {
   
    width:100%;
    overflow: auto;    
}
.contenedortabla {
     width:100%;
    overflow: auto;  
    overflow-x: hidden;
}
   
.contenedortabla table { position:relative; width:100%; border-collapse:collapse;}
.contenedortabla thead {top:0; left:0; width:100%;}
.contenedortabla thead tr {width:100%; position:relative;}
.contenedortabla thead th {width:200px;}
.contenedortabla tbody {display:block; height:auto; width:100%; overflow:auto; max-height:400px;}
.contenedortabla table th {background:#666; color:#FFF;}
.contenedortabla table th,
.contenedortabla table td {padding:5px; width:200px; border:1px solid #e5e5e5;}
					
.contenedortablalarga .first td {padding-top:35px;}

.widget .widget-body .count {
    font-size: 15pt;
    font-weight: 600;
}
.widget .widget-body.list {
    color: #516779;
    padding: 0;
}
.widget .widget-body.list ul {
    list-style: none outside none;
    margin: 0;
}
.widget .widget-body.list ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
    height: 39px;
    line-height: 39px;
    padding: 0 10px;
    text-align: left;
}
.widget .widget-body.list ul li:first-child {
    border-top: medium none;
}
.widget .widget-body.list ul li:last-child {
    border-bottom: medium none;
}
.widget .widget-body.list ul li .count {
    color: #568cb7;
    float: right;
}
.widget .widget-body.list.fluid ul li {
    height: auto;
    line-height: normal;
    padding: 10px;
}
.widget .widget-body.list.list-2 ul li {
    background: none repeat scroll 0 0 #F8F8F8;
    border-bottom: 1px solid #D8D9DA;
    border-top: medium none;
}
.widget .widget-body.list.list-2 ul li.active {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #b6c2cc;
}
.widget .widget-body.list.list-2 ul li.active i:before {
    background: none repeat scroll 0 0 #276a9e;
    color: #FFFFFF;
    font-weight: normal;
    text-shadow: none;
}
.widget .widget-body.list.list-2 ul li.active a {
    color: #568cb7;
}
.widget .widget-body.list.list-2 ul li:last-child {
    border-bottom: medium none;
}
.widget .widget-body.list.list-2 ul li a {
    color: #568CB7;
    display: block;
    padding: 0 0 0 30px;
    
}
.widget .widget-body.list.list-2 ul li a i:before {
    background: none repeat scroll 0 0 #b6c2cc;
    border: 1px solid #666;
    color: #666;
    font-size: 14px;
    height: 17px;
    left: 0;
    padding-top: 3px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    top: 9px;
    vertical-align: middle;
    width: 20px;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu {
    height: auto;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu ul {
    padding: 0 0 10px;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu ul li {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    height: auto;
    line-height: 20px;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu ul li a {
    color: #333333;
    padding: 0 0 0 20px;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu ul li.active a {
    font-weight: bold;
}
.widget .widget-footer {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #E6E6E6;
    height: 25px;
    line-height: 25px;
}
.widget .widget-footer .glyphicons {
    float: right;
    height: 25px;
    line-height: 25px;
    padding: 0;
    width: 25px;
}
.widget .widget-footer .glyphicons i:before {
    color: #C3C3C3;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 20px;
}
.widget .widget-footer .animalicons {
    float: right;
    height: 25px;
    line-height: 25px;
    padding: 0;
    width: 25px;
}
.widget .widget-footer .animalicons i:before {
    color: #C3C3C3;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 20px;
}
.widget .widget-footer .animalicons:hover i:before {
    color: rgba(0, 0, 0, 0.5);
}

.widget:after {
    left: auto;
    right: 5%;
    transform: skew(8deg) rotate(3deg);
}
.widget.margin-bottom-none {
    margin-bottom: 0;
}
.widget.widget-gray {
    background: none repeat scroll 0 0 #F5F5F5;
}
.widget.widget-gray .widget-head {
    background: none repeat scroll 0 0 #E9E9E9;
    border-color: #D1D2D3;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6) inset, -1px -1px 1px transparent inset;
}
.widget.widget-gray .widget-head .heading {
    color: #555555;
    text-shadow: 0 1px 0 #FFFFFF;
}
.widget.widget-gray .widget-head .heading.glyphicons i:before {
    background: none repeat scroll 0 0 transparent;
    border-color: rgba(0, 0, 0, 0.1);
    color: #555555;
}
.widget.widget-gray .widget-head .heading.animalicons i:before {
    background: none repeat scroll 0 0 transparent;
    border-color: rgba(0, 0, 0, 0.1);
    color: #555555;
}
.widget.widget-2:before, .widget.widget-2:after {
    display: none;
}
.widget.widget-2 .widget-head {
    background: none repeat scroll 0 0 #E2E2E4;
    border-color: #D1D2D3;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6) inset, -1px -1px 1px transparent inset;
    height: 36px;
    line-height: 36px;
}
.widget.widget-2 .widget-head .heading {
    color: #555555;
    font-size: 12pt;
    line-height: 36px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.widget.widget-2 .widget-head .heading i:before {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #555555;
    left: 3px;
    top: 2px;
}
.widget.widget-2 .widget-body {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F5F5F5;
    border-color: -moz-use-text-color #D1D2D3 #D1D2D3;
    border-image: none;
    border-right: 1px solid #D1D2D3;
    border-style: none solid solid;
    border-width: 0 1px 1px;
}
.widget.widget-2.primary .widget-head {
    background: none repeat scroll 0 0 #276a9e;
    border-color: #568cb7;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6) inset, -1px -1px 1px rgba(0, 0, 0, 0.1) inset;
}
.widget.widget-2.primary .widget-head .heading {
    color: #FFFFFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.widget.widget-2.primary .widget-head .heading i:before {
    color: #FFFFFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.widget.widget-3:before, .widget.widget-3:after {
    display: none;
}
.widget.widget-3 .widget-head {
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0) inset, -1px -1px 1px transparent inset;
    height: 36px;
    line-height: 36px;
}
.widget.widget-3 .widget-head .heading {
    color: #FFFFFF;
    display: block;
    float: none;
    font-size: 14pt;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-shadow: 0 1px 0 #555555;
    text-transform: uppercase;
}
.widget.widget-3 .widget-head .heading i:before {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 20px;
    left: 3px;
    text-shadow: 0 1px 0 #555555;
    top: 0;
}
.widget.widget-3 .widget-head .heading .glyphicons {
    height: 36px;
    padding: 0;
    vertical-align: middle;
    width: 35px;
}
.widget.widget-3 .widget-head .heading .animalicons {
    height: 36px;
    padding: 0;
    vertical-align: middle;
    width: 35px;
}
.widget.widget-3 .widget-body {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #b6c2cc #b6c2cc;
    border-image: none;
    border-right: 1px solid #b6c2cc;
    border-style: none solid solid;
    border-width: 0 1px 1px;
}
.widget.widget-3 .widget-body.large {
    font-size: 35pt;
    font-weight: bold;
    line-height: normal;
    padding: 25px 0;
    text-align: center;
    text-shadow: 0 3px 0 #ECECEC;
    vertical-align: middle;
}
.widget.widget-3 .widget-body.large.cancellations span {
    display: inline-block;
    font-size: 17pt;
    line-height: 20px;
    text-align: left;
    text-shadow: none;
}
.widget.widget-3 .widget-body.large.cancellations span span {
    display: block;
}
.widget.widget-3 .widget-body.large.cancellations span span:first-child {
    color: #568cb7;
    font-size: 13pt;
    text-transform: uppercase;
}
.widget.widget-3 .widget-footer {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #b6c2cc #b6c2cc;
    border-image: none;
    border-right: 1px solid #b6c2cc;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}
.widget.widget-3 .widget-footer a {
    border-right: 1px solid #b6c2cc;
    color: #b6c2cc;
    float: none;
    padding: 0 10px 0 30px;
    text-decoration: none;
    width: auto;
}
.widget.widget-3 .widget-footer a i:before {
    color: #b6c2cc;
    left: 5px;
}
.widget.widget-3 .widget-footer a:hover {
    color: #568cb7;
}
.widget.widget-3 .widget-footer a:hover i:before {
    color: #568cb7;
}
.widget.widget-3 .widget-footer.align-center {
    text-align: center;
}
.widget.widget-3 .widget-footer.align-center a:first-child {
    border-left: 1px solid #b6c2cc;
}
.widget.widget-3 .widget-footer.align-right {
    text-align: right;
}
.widget.widget-3 .widget-footer.align-right a:first-child {
    border-left: 1px solid #b6c2cc;
}
.widget.widget-3 .widget-footer.align-right a:last-child {
    border-right: medium none;
}
.widget.widget-tabs .tab-content {
    padding: 0;
}
.widget.widget-tabs .widget-head {
    background: none repeat scroll 0 0 #E1E1E3;
}
.widget.widget-tabs .widget-head ul {
    border-right: 1px solid #F5F5F5;
    display: inline-block;
    height: 36px;
    list-style: none outside none;
    margin: 0;
}
.widget.widget-tabs .widget-head ul li {
    border-right: 1px solid #D1D2D3;
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
}
.widget.widget-tabs .widget-head ul li a {
    border-left: 1px solid #F5F5F5;
    color: #939393;
    display: block;
    height: auto;
    padding: 0 15px;
    width: auto;
}
.widget.widget-tabs .widget-head ul li a i:before {
    color: #9D9D9D;
    left: 5px;
    text-shadow: 0 1px 0 #FFFFFF;
    top: 3px;
}
.widget.widget-tabs .widget-head ul li a.glyphicons {
    padding: 0 15px 0 35px;
}
.widget.widget-tabs .widget-head ul li a.animalicons {
    padding: 0 15px 0 35px;
}
.widget.widget-tabs .widget-head ul li.active {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #555555;
    height: 37px;
}
.widget.widget-tabs .widget-head ul li.active i:before {
    color: #7A7A7A;
}
.widget.widget-tabs .widget-head ul li:first-child {
    border-radius: 5px 0 0 0;
		-webkit-border-radius:5px 0 0 0; 
   -moz-border-radius: 5px 0 0 0;

}
.widget.widget-tabs .widget-head ul li:first-child a {
    border-radius: 5px 0 0 0;
		-webkit-border-radius:5px 0 0 0; 
   -moz-border-radius: 5px 0 0 0;

}
.widget.widget-tabs .widget-body.large {
    padding: 25px;
}
.widget.widget-body-white .widget-body {
    background: none repeat scroll 0 0 #FFFFFF;
}
p.glyphicons {
    padding: 5px 0 10px 75px;
}
p.glyphicons i:before {
    color: #D67170;
    font-size: 45pt;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    top: -10px;
}
p.glyphicons.right {
    padding: 0 75px 0 0;
}
p.glyphicons.right i:before {
    left: auto;
    right: 0;
}
p.glyphicons.envelope i:before {
    top: -5px;
}
p.animalicons {
    padding: 5px 0 10px 75px;
}
p.animalicons i:before {
    color: #D67170;
    font-size: 45pt;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    top: -10px;
}
p.animalicons.right {
    padding: 0 75px 0 0;
}
p.animalicons.right i:before {
    left: auto;
    right: 0;
}
p.animalicons.envelope i:before {
    top: -5px;
}
.fixed .widget-stats-3:not(.widget-sidebar-stats) .txt {
  padding: 3px 0 0;
  display: block;
  text-align: center;
  font-size: 12px;
}
.fixed .widget-stats-3:not(.widget-sidebar-stats) .count {
  font-size: 18px;
  padding: 0;
}
.fixed .widget-stats-2:not(.widget-sidebar-stats) .txt {
  font-size: 12px;
  padding: 0;
}
.fixed .widget-stats-2:not(.widget-sidebar-stats) .count {
  font-size: 18px;
  padding: 5px 5px 0;
}
.fixed .widget-stats-easy-pie .easy-pie {
  width: 50px;
  margin: -15px auto 0;
}
.fixed .widget-stats-easy-pie.txt-single .easy-pie {
  margin: -12px auto 0;
}
.fixed .widget-stats-easy-pie.txt-single .txt {
  padding: 7px 0 0;
  font-size: 12px;
}
.widget-sidebar-stats {
  padding: 7px 7px 7px 10px;
  margin: 0 10px 2px;
  background: rgba(0, 0, 0, 0.4) url("../images/pattern1.png") repeat;
  border: none;
  color: #ffffff;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
 
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.widget-sidebar-stats:last-child {
  margin: 0 10px 0;
}
.widget-sidebar-stats:hover {
  background: rgba(0, 0, 0, 0.5) url("../images/pattern1.png") repeat;
  color: #ffffff;
}
.widget-sidebar-stats.widget-stats-easy-pie {
  background: #ffffff url("../images/mosaic-pattern.png") repeat;
  color: #222;
}
.widget-sidebar-stats.widget-stats-easy-pie .easy-pie {
  margin: 1px auto 0 !important;
}
.widget-sidebar-stats.widget-stats-easy-pie .easy-pie .value {
  font-size: 11px;
}
.widget-sidebar-stats.widget-stats-easy-pie.txt-single .txt,
.widget-sidebar-stats.widget-stats-easy-pie .txt {
  color: #222;
  padding: 0 !important;
  margin: 0;
  font-size: 12px;
}
.widget-sidebar-stats.widget-stats-3 {
  padding: 4px 7px 0;
}
.widget-sidebar-stats.white {
  background: #fff;
  color: #222;
}
.widget-sidebar-stats.black .txt {
  color: #ffffff;
}
.widget-sidebar-stats .progress {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  margin: 0;
  height: 5px;
}
.widget-sidebar-stats span .pull-right {
  font-size: 11px;
}
.widget-sidebar-stats h5 {
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 5px;
  padding: 0;
  line-height: normal;
}
.widget-sidebar-stats p {
  font-size: 12px;
}
.widget-sidebar-stats p:last-child {
  margin: 0;
}
.box-generic {
  border: 0px solid #e5e5e5;
  padding: 10px;
  position: relative;
  background: #fff;
}
.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}
.ribbon-wrapper .ribbon {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  line-height: 20px;
  background-color: #797979;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.ribbon-wrapper .ribbon:before,
.ribbon-wrapper .ribbon:after {
  content: "";
  border-top: 2px solid #797979;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  position: absolute;
  bottom: -2px;
}
.ribbon-wrapper .ribbon:before {
  left: 0;
  bottom: -1px;
}
.ribbon-wrapper .ribbon:after {
  right: 0;
}
.ribbon-wrapper .ribbon.primary {
  background-color: #83a2bb;
}
.ribbon-wrapper .ribbon.success {
  background-color: #609450;
}
.ribbon-wrapper .ribbon.warning {
  background-color: #ab7a4b;
}
.ribbon-wrapper .ribbon.danger {
  background-color: #bd362f;
}
.ribbon-wrapper .ribbon.default {
  background-color: #e5e5e5;
  color: #595959;
}
.ribbon-wrapper .ribbon.default:before,
.ribbon-wrapper .ribbon.default:after {
  border-top: 2px solid #ccc;
}
.ribbon-wrapper.small {
  width: 65px;
  height: 68px;
}
.ribbon-wrapper.small .ribbon {
  width: 90px;
  padding: 0;
  font-size: 13px;
}
.ribbon-wrapper.small .ribbon:before {
  bottom: -2px;
}
.breadcrumb {
 background-color:#fbfafa;
 *background-color: #fbfafa;
    border-radius: 4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
   -moz-border-radius: 4px 4px 4px 4px;

    list-style: none outside none;
    margin: 0px  10px  10px 0px;
    padding: 8px 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 2px 2px rgba(0, 0, 0, 0.1) inset, 0 0 0 1px rgba(222, 222, 222, 0.9) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 2px 2px rgba(0, 0, 0, 0.1) inset, 0 0 0 1px rgba(222, 222, 222, 0.9) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 2px 2px rgba(0, 0, 0, 0.1) inset, 0 0 0 1px rgba(222, 222, 222, 0.9) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border:1px solid #f7f5f5; 
	border-color:#f7f5f5;
}
.breadcrumb a {
  color: #ffffff;
  font-weight: 600;
}
.breadcrumb .glyphicons {
  color: #568cb7;
  padding: 0 0 0 20px;
}
.breadcrumb .glyphicons i:before {
  color: #568cb7;
  font-size: 14px;
  top: 3px;
}
.breadcrumb .divider {
  margin: 0 3px;
  width: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  height: 10px;
}
.breadcrumb li {
  text-shadow: none;
}
.well {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset, 0 2px 2px rgba(0, 0, 0, 0.02) inset, 0 0 0 1px rgba(255, 255, 255, 0.9) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset, 0 2px 2px rgba(0, 0, 0, 0.02) inset, 0 0 0 1px rgba(255, 255, 255, 0.9) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset, 0 2px 2px rgba(0, 0, 0, 0.02) inset, 0 0 0 1px rgba(255, 255, 255, 0.9) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border-color: #DCE7F0;
  position: relative;
  padding: 10px;
  margin: 0 0 10px 0px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
background: #fff;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#f6f7f9));
background: -webkit-linear-gradient(#fff, #f6f7f9);
background: -moz-linear-gradient(#fff, #f6f7f9);
background: -ms-linear-gradient(#fff, #f6f7f9);
background: -o-linear-gradient(#fff, #f6f7f9);
background: linear-gradient(#fff, #f6f7f9);
-pie-background: linear-gradient(#fff, #f6f7f9);

}
.well.small {
  padding: 10px;
}
.well .popover {
   z-index: 2;
  font-size: 13px;
}
.well.well-dark {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset, 0 2px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset, 0 2px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset, 0 2px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
}
.well.inverse {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  border: none;
}
.well.white {
  background: #fff;
}
.pages ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.pages ul li {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 25%, rgba(246, 247, 249, 0.99) 90%) repeat scroll 0 0 transparent!important;
	  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f6f7f9');
   -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f6f7f9');  
  
   
    border: 1px solid #dce7f0;
    border-radius: 5px 5px 5px 5px!important;
    -webkit-border-radius:5px 5px 5px 5px!important;
   -moz-border-radius: 5px 5px 5px 5px!important;

    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5) inset, -1px -1px 1px transparent inset;
	-moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5) inset, -1px -1px 1px transparent inset;
    
    -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5) inset, -1px -1px 1px transparent inset;
    color: #698296;
    display: block;
    margin-bottom: 2.12766%;
    padding: 10px 5px 15px 65px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.pages ul li > i:before {
    color: #7ba5c5;
    font-size: 40px;
    left: 12px;
    top: 16px;
}



.pages ul li.span3:nth-child(4n+5) {
    margin-left: 0;
}
.pages ul li strong {
    display: block;
    font-size: 14px!Important;
    margin: -40px 0 5px 15px;
    
}
.pages ul li .actions {
    display: block;
    padding-left:15px;
}
.pages ul li .actions .glyphicons {
    color: #698296!Important;
    padding: 0 2px 0 20px!Important;
    
}


.pages ul li .actions .deshabilitado {
    color: #c7cbce!important;
    padding: 0 2px 0 20px !important;
	cursor:text!important;
}
.pages ul li .actions .glyphicons i:before {
    color: #9E9E9E;
    font-size: 15px!Important;
    top: 3px;
}
.pages ul li .actions .deshabilitado  i:before {
    color: #c7cbce!Important;
    font-size: 15px!Important;
    top: 3px;
}

.pages ul li .actions .animalicons {
    color: #9E9E9E!Important;
    padding: 0 2px 0 20px!Important;
    
}
.pages ul li .actions .animalicons i:before {
    color: #9E9E9E!Important;
    font-size: 15px!Important;
    top: 3px;
}
.pages ul li .actions .glyphicons.pencil i:before {
    content: "\270F";
    font-size: 14px;
}
.pages ul li .actions .glyphicons.edit i:before {
    top: 1px;
   content: "\e151";
    
}

.pages ul li .actions .animalicons.raton i:before {
    top: 1px;
   content: "kk";
    
}

.pages ul li:hover, .pages ul li.primary {
    background: linear-gradient(180deg, rgba(244, 245, 247, 0.99) 25%, rgba(225, 228, 232, 0.99) 90%) repeat scroll 0 0 transparent !important;
	  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4f5f7', endColorstr='#e1e4e8');
   -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4f5f7', endColorstr='#e1e4e8');
    border-color: #c9d1d9;
    color: #777b88;
    text-shadow: 0 0px 0 rgba(184, 189, 208, 0.1);
     
}
.pages ul li:hover .glyphicons, .pages ul li.primary .glyphicons {
     color: #4d7496;
}

.pages ul li:hover .glyphicons .deshabilitado, .pages ul li.primary .glyphicons .deshabilitado {
     color: #c7cbce!Important;
}

.pages ul li:hover .deshabilitado i:before, .pages ul li.primary .deshabilitado i:before {
    color: #c7cbce!Important;
}
.pages ul li:hover .glyphicons i:before, .pages ul li.primary .glyphicons i:before {
    color: #708ea5;
}
.pages ul li:hover i:before, .pages ul li.primary i:before {
    color: #ec6f23;
}


.pages ul li:hover .animalicons, .pages ul li.primary .animalicons {
    color: #FFFFFF!Important;
}
.pages ul li:hover .animalicons i:before, .pages ul li.primary .animalicons i:before {
    color: #F4CBCB!Important;
}

[data-toggle="collapse-widget"] .collapse-toggle {
  position: relative;
  height: 29px;
  width: 30px;
  display: block;
  cursor: pointer;
  float: right;
  margin-right: -10px;
}
[data-toggle="collapse-widget"] .collapse-toggle:before {
  font-family: "Glyphicons";
  font-size: 24px;
  display: block;
  width: 100%;
  height: 29px;
  line-height: 29px;
  text-align: center;
  color: #797979;
  content: "\e368";
}
[data-toggle="collapse-widget"] a ~ .collapse-toggle {
  margin-right: 0;
}
[data-toggle="collapse-widget"][data-collapse-closed="false"] .collapse-toggle:before {
  content: "\e370";
}
[data-toggle="collapse-widget"][data-collapse-closed="true"] > .widget-head {
  border-bottom: none;
}
[data-toggle="collapse-widget"] .collapse:not(.list) {
  -webkit-transition: padding 0.1s ease;
  -moz-transition: padding 0.1s ease;
  -o-transition: padding 0.1s ease;
  transition: padding 0.1s ease;
  padding: 0px;
}
[data-toggle="collapse-widget"] .collapse:not(.list).in {
  padding: 10px;
}
.glyphicons.standard {
  width: 24px;
  height: 24px;
  padding: 0;
}
.glyphicons.standard i {
  display: block;
  height: 24px;
}
.glyphicons.standard i:before {
  color: #64625f;
  position: relative;
  top: auto;
  left: auto;
}
.glyphicons.standard:not(.disabled):hover i:before {
  color: #83a2bb;
}
.glyphicons.standard.btn {
  padding: 4px;
}
.glyphicons.standard.btn.btn-small {
  padding: 2px 5px;
  width: auto;
  height: auto;
}
.glyphicons.standard.btn.btn-small i:before {
  top: auto;
  line-height: 22px;
}
.glyphicons.primary i:before {
  color: #83a2bb;
}
.glyphicons.single {
  color: #83a2bb;
  padding: 0 0 0 20px;
}
.glyphicons.single i:before {
  font-size: 13px;
  top: 4px;
  color: #83a2bb;
}
.glyphicons.text-error {
  color: #83a2bb;
}
.glyphicons.text-error i:before {
  color: #83a2bb;
}
.glyphicons.text-info {
  color: #5d92b3;
}
.glyphicons.text-info i:before {
  color: #5d92b3;
}
.glyphicons.text-success {
  color: #719d46;
}
.glyphicons.text-success i:before {
  color: #719d46;
}
.glyphicons.btn-action {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9) inset;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9) inset;
  -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9) inset;
  width: 25px;
  height: 25px;
  padding: 0;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  

  border-radius: 5px 5px 5px 5px;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
}
.glyphicons.btn-action i:before {
  font-size: 14px;
  top: 5px;
  left: 5px;
  text-shadow: 0 1px 0 #fff;
}
.glyphicons.btn-action.btn-info {
  background: #c2d5e1;
  border-color: #c2d5e1;
}
.glyphicons.btn-action.btn-info i:before {
  color: #5d92b3;
}
.glyphicons.btn-action.btn-success {
  background: rgba(88, 110, 84, 0.1);
  border-color: rgba(88, 110, 84, 0.2);
}
.glyphicons.btn-action.btn-success i:before {
  color: #586e54;
}
.glyphicons.btn-action.btn-danger {
  background: rgba(116, 70, 70, 0.1);
  border-color: rgba(116, 70, 70, 0.2);
}
.glyphicons.btn-action.btn-danger i:before {
  color: #ec6f23;
}
.glyphicons.btn-action.single {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  background: none;
  margin-right: 10px;
}
.glyphicons.btn-icon {
  text-align: left;
  padding: 5px 7px 5px 30px;
  height:30px;
}
.glyphicons.btn-icon i {
  float: left;
}
.glyphicons.btn-icon i:before {
  font-size: 15px;
  top: 0;
  left: 0;
  width: 33px;
  height: 23px;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  

  vertical-align: middle;
  padding: 7px 0 0;
  text-align: center;
}
.glyphicons.btn-icon.right {
  text-align: left;
  padding: 5px 0 5px 7px;
}
.glyphicons.btn-icon.right i:before {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  

  right: 0;
  left: auto;
  text-align: center;
}
.glyphicons.btn-large {
  padding: 10px 10px 10px 40px;
  font-weight: 600;
}
.glyphicons.btn-large i:before {
  top: 12px;
  left: 12px;
  font-size: 17px;
}
.glyphicons.btn-large.btn-icon i:before {
  top: 0;
  left: 0;
  height: 28px;
  padding: 12px 0 0;
}
.glyphicons.btn-small {
  padding: 2px 10px 2px 35px;
}
.glyphicons.btn-small i:before {
  padding: 5px 0 0;
  width: 28px;
  height: 19px;
  font-size: 14px;
}
.glyphicons.btn-mini {
  padding: 1px 6px 1px 33px;
}
.glyphicons.btn-mini i:before {
  padding: 5px 0 0;
  width: 26px;
  height: 17px;
  font-size: 13px;
}
.glyphicons.orange i:before {
  color: #EDB459;
}
.glyphicons.btn-default i:before {
  color: #9e9e9e;
  text-shadow: none;
}
h4.glyphicons {
  padding: 0 0 0 35px;
  display: block;
}
h4.glyphicons i:before {
  font-size: 22px;
  font-weight: normal;
  color: #516779;
}
h3.glyphicons,
h2.glyphicons {
  padding: 8px 0 0 55px;
  display: block;
 
}
h3.glyphicons i:before,
h2.glyphicons i:before {
  font-size: 30px;
  font-weight: normal;
  left: 2px;
  top: 5px;
  color: #516779;
   width:90px!Important;
}
h3.glyphicons.cogwheels i:before,
h2.glyphicons.cogwheels i:before {
  left: 5px;
}
.finances_summary .well {
  font-size: 16px;
  text-align: center;
}
.finances_summary .well strong {
  display: block;
  font-size: 22pt;
  color: #45494c;
  line-height: normal;
}
.finances_summary .glyphicons.standard i:before {
  color: #cccccc;
}
.widget.widget-tabs {
  border-color: #e5e5e5;
}
.widget.widget-tabs .tab-content {
  padding: 0;
}
.widget.widget-tabs > .widget-head {
  background: #fff;
  border-color: #e5e5e5;
}
.widget.widget-tabs > .widget-head ul {
  list-style: none;
  height: 30px;
  margin: 0;
  display: inline-block;
}
.widget.widget-tabs > .widget-head ul li {
  height: 30px;
  line-height: 30px;
  float: left;
  display: block;
  border-right: 1px solid #e5e5e5;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.widget.widget-tabs > .widget-head ul li a {
  width: auto;
  height: auto;
  display: block;
  padding: 0 15px;
  color: #555;
  text-decoration: none;
}
.widget.widget-tabs > .widget-head ul li a i:before {
  left: 5px;
  top: 3px;
  color: #9d9d9d;
  text-shadow: 0 1px 0 #fff;
}
.widget.widget-tabs > .widget-head ul li a.glyphicons {
  padding: 0 15px 0 35px;
}
.widget.widget-tabs > .widget-head ul li.active {
  background: #64625f;
}
.widget.widget-tabs > .widget-head ul li.active a {
  color: #fff;
}
.widget.widget-tabs > .widget-head ul li.active a i:before {
  color: #fff;
  text-shadow: none;
}
.widget.widget-tabs .widget-body.large {
  padding: 25px;
}
.widget.widget-tabs-double > .widget-head {
  height: 40px;
}
.widget.widget-tabs-double > .widget-head ul {
  height: 40px;
}
.widget.widget-tabs-double > .widget-head ul li {
  height: 40px;
  line-height: 20px;
}
.widget.widget-tabs-double > .widget-head ul li a {
  height: 35px;
  padding: 5px 0 0;
}
.widget.widget-tabs-double > .widget-head ul li a span {
  display: block;
  line-height: 15px;
}
.widget.widget-tabs-double > .widget-head ul li a.glyphicons {
  padding: 5px 15px 0 38px;
}
.widget.widget-tabs-double > .widget-head ul li a.glyphicons i:before {
  left: 4px;
  top: 9px;
  font-size: 20px;
}
.widget.widget-tabs-double-2 {
  border: none;
}
.widget.widget-tabs-double-2 > .widget-head {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  height: 70px;
}
.widget.widget-tabs-double-2 > .widget-head ul {
  height: 70px;
}
.widget.widget-tabs-double-2 > .widget-head ul li {
  height: 70px;
  line-height: 20px;
}
.widget.widget-tabs-double-2 > .widget-head ul li a {
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
  height: 70px;
  padding: 5px 0 0;
  text-decoration: none;
  text-align: center;
}
.widget.widget-tabs-double-2 > .widget-head ul li a span {
  display: block;
  line-height: 30px;
}
.widget.widget-tabs-double-2 > .widget-head ul li a.glyphicons {
  padding: 0 15px;
}
.widget.widget-tabs-double-2 > .widget-head ul li a.glyphicons i {
  display: block;
  height: 24px;
  padding: 13px 0 0;
  line-height: 24px;
  text-align: center;
}
.widget.widget-tabs-double-2 > .widget-head ul li a.glyphicons i:before {
  left: auto;
  top: auto;
  font-size: 24px;
  position: relative;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}
.widget.widget-tabs-double-2 > .widget-head ul li.active {
  height: 70px;
  background: #fff;
}
.widget.widget-tabs-double-2 > .widget-head ul li.active a {
  color: #83a2bb;
}
.widget.widget-tabs-double-2 > .widget-head ul li.active a i:before {
  color: #83a2bb;
}
.widget.widget-tabs-double-2 > .widget-head ul li:hover {
  background: #fff;
}
.widget.widget-tabs-double-2 > .widget-head ul li:hover a {
  color: #83a2bb;
}
.widget.widget-tabs-double-2 > .widget-head ul li:hover a i:before {
  color: #83a2bb;
}
.widget.widget-tabs-double-2 .widget-body {
  padding: 0;
}
.widget.widget-tabs-double-2 .widget-body-regular {
  padding: 10px;
  border: 1px solid #e5e5e5;
}
.widget.widget-tabs-double-2 .widget-body-regular p:last-child {
  margin: 0;
}
.widget.widget-tabs-vertical > .widget-head {
  border: none;
  height: auto;
  padding: 0;
}
.widget.widget-tabs-vertical > .widget-head ul {
  display: block;
  height: auto;
}
.widget.widget-tabs-vertical > .widget-head ul li {
  float: none;
  display: block;
  border-right: none;
  border-bottom: 1px solid #e5e5e5;
}
.widget.widget-tabs-vertical > .widget-head ul li:last-child {
  border: none;
}
.widget.widget-tabs-vertical .widget-body {
  padding: 0;
}
.widget.widget-tabs-vertical .widget-body .tab-content {
  padding: 12px 15px;
}
.widget.widget-wizard-pills > .widget-head {
  height: 60px;
  padding: 10px 0;
}
.widget.widget-wizard-pills > .widget-head ul {
  height: 60px;
}
.widget.widget-wizard-pills > .widget-head ul li {
  height: 60px;
  line-height: 60px;
  color: #222;
  padding: 0 0 0 10px;
  border: none;
  position: relative;
}
.widget.widget-wizard-pills > .widget-head ul li.status {
  height: 45px;
  padding: 15px 15px 0;
  font-weight: 600;
}
.widget.widget-wizard-pills > .widget-head ul li.status span.r {
  display: block;
  line-height: 15px;
}
.widget.widget-wizard-pills > .widget-head ul li a {
  height: 58px;
  line-height: 60px;
  padding: 0;
  width: 58px;
  text-align: center;
  background: #e5e5e5;
  border: 1px solid #d5d5d5;
  color: #c8c8c8;
  font-weight: 600;
  font-size: 16pt;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  

  position: relative;
  z-index: 2;
}
.widget.widget-wizard-pills > .widget-head ul li.active {
  height: 60px;
  background: none;
}
.widget.widget-wizard-pills > .widget-head ul li.active a {
  width: 60px;
  height: 60px;
  background: #64625f;
  border: none;
}
.widget.widget-wizard-pills > .widget-head ul li.primary a {
  width: 60px;
  height: 60px;
  background: #83a2bb;
  border: none;
  color: #fff;
}
.widget.widget-wizard-pills > .widget-head ul li:not(:first-child):before {
  position: absolute;
  background: #e5e5e5;
  height: 1px;
  left: 0;
  right: 0;
  top: 29px;
  display: block;
  content: "";
  z-index: 1;
}
.widget.widget-wizard-pills > .widget-head ul li.no-padding {
  padding: 0;
}
.widget.widget-tabs-2 {
  border-bottom: 1px solid #cdd9e3;
}
.widget.widget-tabs-2.border-bottom-none {
  border-bottom: none;
}
.widget.widget-tabs-2 > .widget-head {
  background: #fff;
  border: none;
  border-bottom: 1px solid #cdd9e3;
  padding: 0 10px;
}
.widget.widget-tabs-2 > .widget-head ul {
  border-color: #ddd;
}
.widget.widget-tabs-2 > .widget-head ul li {
  border: none;
}
.widget.widget-tabs-2 > .widget-head ul li.active {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f7f7f7, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #ffffff);
  background-image: -o-linear-gradient(top, #f7f7f7, #ffffff);
  background-image: linear-gradient(to bottom, #f7f7f7, #ffffff);
  background-repeat: repeat-x;
}
.widget.widget-tabs-2 > .widget-head ul li a {
  border: 1px solid #cdd9e3;
  border-bottom: none;
  border-right: none;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
}
.widget.widget-tabs-2 > .widget-head ul li:first-child a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.widget.widget-tabs-2 .widget-body {
  background: #fff;
  border: none;
  padding: 15px;
}
.widget.tabs-right > .widget-head ul {
  float: right;
}
.widget.widget-tabs-icons-only .widget-body {
  padding: 0;
}
.widget.widget-tabs-icons-only .widget-body p:last-child {
  margin: 0;
}
.widget.widget-tabs-icons-only > .widget-head {
  padding: 0 0 10px;
}
.widget.widget-tabs-icons-only > .widget-head ul {
  display: block;
  overflow: hidden;
  position: relative;
  list-style: none;
  margin: 0;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin-top:5px;
}
.widget.widget-tabs-icons-only > .widget-head ul li {
  color: #dadada;
  float: left;
  display: block;
  padding: 0 10px 0 0;
  font-size: 8pt;
  line-height: 30px;
  
  
}
.widget.widget-tabs-icons-only > .widget-head ul li.glyphicons {
  width: 30px;
  height: 30px;
  padding: 0 3px;
  text-align: center;
  cursor: pointer;
  
}
.widget.widget-tabs-icons-only > .widget-head ul li.glyphicons i {
  background: #1B496B;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  display: block;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;

  height: 30px;
  position: relative;
}
.widget.widget-tabs-icons-only > .widget-head ul li.glyphicons i:before {
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}
.widget.widget-tabs-icons-only > .widget-head ul li.glyphicons:hover i {
  background: #dedede;
}

.widget.widget-tabs-icons-only > .widget-head ul li.glyphicons.active i {
  background: #B9C4DB;
}
.widget.widget-tabs-icons-only > .widget-head ul li.glyphicons.active i:before {
  color: #fff;
}
.widget.widget-tabs-icons-only > .widget-head ul li.glyphicons:last-child {
  padding: 0;
}
.tabsbar {
  height: 60px;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
}
.tabsbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 60px;
}
.tabsbar ul li {
  float: left;
  display: block;
  height: 54px;
  border-right: 1px solid #e5e5e5;
  background: #fff;
  padding: 3px;
}
.tabsbar ul li a {
  display: block;
  height: 54px;
  line-height: 54px;
  background: #e5e5e5;
  padding: 0 15px;
  color: #4c4c4c;
  text-decoration: none;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.tabsbar ul li a i {
  display: inline-block;
  float: left;
  width: 39px;
  height: 54px;
}
.tabsbar ul li a i:before {
  color: #4c4c4c;
  position: relative;
  top: auto;
  left: auto;
  line-height: 54px;
  text-align: center;
}
.tabsbar ul li.active a {
  background: #83a2bb;
  color: #fff;
}
.tabsbar ul li.active a i:before {
  color: #fff;
}
.tabsbar.tabsbar-2 {
  height: 39px;
}
.tabsbar.tabsbar-2 ul {
  height: 39px;
}
.tabsbar.tabsbar-2 ul li {
  height: 39px;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.tabsbar.tabsbar-2 ul li a {
  height: 39px;
  line-height: 39px;
  background: none;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.tabsbar.tabsbar-2 ul li a i {
  height: 39px;
  width: 33px;
}
.tabsbar.tabsbar-2 ul li a i:before {
  line-height: 39px;
  font-size: 20px;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}
.tabsbar.tabsbar-2 ul li.active {
  background: #fff;
}
.tabsbar.tabsbar-2 ul li.active a {
  color: #83a2bb;
}
.tabsbar.tabsbar-2 ul li.active a i:before {
  color: #83a2bb;
}
.tabsbar.tabsbar-2 ul li:not(.active):hover a {
  color: #83a2bb;
}
.tabsbar.tabsbar-2 ul li:not(.active):hover a i:before {
  color: #83a2bb;
}
.tabsbar.tabsbar-2.active-fill ul li.active a {
  background: #83a2bb;
  color: #fff;
}
.tabsbar.tabsbar-2.active-fill ul li.active a i:before {
  color: #fff;
}
.nav-tabs > li > a:hover,
.nav-pills > li > a,
.nav-pills > li > a:hover {
  background: #83a2bb;
  border-bottom-color: #83a2bb;
  color: #fff;
}
.nav-tabs {
  border-bottom-color: #83a2bb;
}
.nav-tabs > li > a {
  padding: 6px 8px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  background: #83a2bb;
  border-top-color: #83a2bb;
  border-left-color: #83a2bb;
  border-right-color: #83a2bb;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.nav-pills a {
  cursor: pointer;
  color: #BAAC98;
  border-bottom: 1px solid #E1D6C7;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  background: #f7f0e8 url("../images/pattern-granite.png") repeat;
  border-top-color: #e0d5c6;
  border-left-color: #e0d5c6;
  border-right-color: #e0d5c6;
  background: #D67170;
  color: #F7F0E8;
}
.nav-pills .glyphicons {
  padding-left: 25px;
}
.nav-pills .glyphicons i:before {
  position: relative;
  font-size: 14px;
  left: -10px;
  top: 2px;
  color: #F5EADB;
  font-weight: normal;
  text-shadow: none;
}
.tab-content {
  overflow: visible;
  padding: 0;
}
.btn {
  font-weight: 600;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.btn-block {
  width: 100%;
}
.btn-default { 
  border: 1px solid #DCDCDC;
 color: #666;
    font-weight: 600;
    text-shadow: 0 1px 0 #FFFFFF;
  }

.btn-group.open .btn-default.dropdown-toggle,
.btn-default.disabled,
.btn-default[disabled],
.btn-default:hover,
.btn-default:focus {
  background: #ec6f23;
  color:#fff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-default:active,
.btn-default.active {
  background: #b5b5b5;
  color: #fff;
  text-shadow: none;
}
.btn-default .caret {
  border-top-color: rgba(0, 0, 0, 0.5);
}
.btn-warning {
    background: #ea5409;
    border: 1px solid #ab7a4b;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-warning.glyphicons i:before {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: none;
}
.btn-group.open .btn-warning.dropdown-toggle,
.btn-warning.disabled,
.btn-warning[disabled],
.btn-warning:hover,
.btn-warning:focus {
  background: #996d43;
  color: #fff;
}
.btn-warning:active,
.btn-warning.active {
  background: #64472c;
  color: #fff;
}
.btn-warning .caret {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.btn-info {
  background: #93B9D8;
  border: 1px solid #93B9D8;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-info.glyphicons i:before {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: none;
}
.btn-group.open .btn-info.dropdown-toggle,
.btn-info.disabled,
.btn-info[disabled],
.btn-info:hover,
.btn-info:focus {
  background: #93B9D8;
  color: #fff;
}
.btn-info:active,
.btn-info.active {
  background: #4888bd;
  color: #fff;
}
.btn-info .caret {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.btn-danger {
  background: #bd362f;
  border: 1px solid #bd362f;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-danger.glyphicons i:before {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: none;
}
.btn-group.open .btn-danger.dropdown-toggle,
.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger:hover,
.btn-danger:focus {
  background: #a9302a;
  color: #fff;
}
.btn-danger:active,
.btn-danger.active {
  background: #6b1f1b;
  color: #fff;
}
.btn-danger .caret {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.btn-primary {
    background: #4d7496;
    border: 1px solid #396795;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-primary.glyphicons i:before {
  color: rgba(255, 255, 255, 0.4);
  text-shadow: none;
}
.btn-group.open .btn-primary.dropdown-toggle,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary:hover,
.btn-primary:focus {
  background: #ec6f23;
  color: #fff;
}
.btn-primary:active,
.btn-primary.active {
  background: #ec6f23;
  color: #fff;
}
.btn-primary .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-inverse {
  background: #45484d;
  border: 1px solid #45484d;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-inverse.glyphicons i:before {
  color: #919293;
  text-shadow: none;
}
.btn-group.open .btn-inverse.dropdown-toggle,
.btn-inverse.disabled,
.btn-inverse[disabled],
.btn-inverse:hover,
.btn-inverse:focus {
  background: #393b40;
  color: #fff;
}
.btn-inverse:active,
.btn-inverse.active {
  background: #151617;
  color: #fff;
}
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-success {
  background: #609450;
  border: 1px solid #609450;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-success.glyphicons i:before {
  color: #a2bc9b;
  text-shadow: none;
}
.btn-group.open .btn-success.dropdown-toggle,
.btn-success.disabled,
.btn-success[disabled],
.btn-success:hover,
.btn-success:focus {
  background: #558347;
  color: #fff;
}
.btn-success:active,
.btn-success.active {
  background: #35522c;
  color: #fff;
}
.btn-success .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group .btn-primary:not(.dropdown-toggle) {
  margin-right: 2px;
}
.btn-group-vertical.block {
  display: block;
}
.btn-group.btn-block {
  padding: 0;
  position: relative;
}
.btn-group.btn-block .leadcontainer {
  left: 0;
  position: absolute;
  right: 29px;
}
.btn-group.btn-block .leadcontainer > .btn:first-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  text-align: left;
  

}
.btn-group.btn-block .dropdown-lead {
  box-sizing: border-box;
  width: 100%;
}
.btn-group.btn-block .dropdown-toggle {
  width: 30px;
  float: right;
  box-sizing: border-box;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.btn-icon-stacked {
  text-align: left;
  padding: 5px 0 5px 45px;
}
.btn-icon-stacked i {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.btn-icon-stacked i:before {
  left: auto;
  top: auto;
  position: relative;
  text-align: center;
}
.btn-icon-stacked span {
  display: block;
  font-size: 13px;
  line-height: normal;
}
.btn-facebook {
  background: #5d7cb6;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  border: none;
}
.btn-facebook i:before {
  color: #fff;
}
.btn-facebook:hover {
  background: #8098c6;
  color: #fff;
}
.btn-google {
  background: #9e3838;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  border: none;
}
.btn-google i:before {
  color: #fff;
}
.btn-google:hover {
  background: #bf4a4a;
  color: #fff;
}
.btn-toggle-code {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.btn-toggle-code.outside {
  bottom: -24px;
}
.btn {
  background-image: url("../images/pattern1.png");
  background-repeat: repeat;
}
#demo_buttons .btn-block {
  max-width: 200px;
  margin: 0 auto;
}
#demo_buttons thead th {
  width: 25%;
}
.form-inline.small input,
.form-inline.small select {
  margin: 0 5px 0 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  padding: 1px 5px;
  border-color: #d8d9da;
  color: #a7a7a7;
}
.form-inline.small select {
  padding: 1px 0;
  height: 23px;
}
.form-inline.small select:last-child {
  margin-right: 0;
}
.form-inline.small label {
  float: left;
  margin: 0 5px 0 0;
  display: block;
}
.form-inline.small .input-append.block {
  display: block;
}
.form-inline.small .input-append input {
  margin: 0;
  width: 85%;
}
.form-inline.small .input-append .add-on {
  padding: 1px 3px;
  margin: 0 0 0 -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  background: #fff;
  color: #d8d9da;
  border-color: #d8d9da;
}
.form-inline.small .input-append .add-on i:before {
  top: 4px;
  left: 4px;
  font-size: 14px;
  color: #d0d1d1;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditarable-input:focus {
  border-color: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditarable-input {
  font-size: 13px;
}
.uniformjs .radio .disabled input[type="radio"],
.uniformjs .checkbox .disabled input[type="checkbox"] {
  margin-left: 0;
}
.uniformjs .radio,
.uniformjs .checkbox {
  padding-left: 15px;
}
.uniformjs .radio {
  height: auto;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 3px;
}
.uniformjs label.radio {
  margin-bottom: 0;
}
.uniformjs label.radio.inline {
  margin: 0;
}
.checkbox.inline {
  padding-bottom: 1px;
}
.uniformjs .radio span {
  margin: 2px 0 0;
}
.uniformjs .checkbox span {
  margin: -2px 0 0;
}
label,
input,
button,
select,
textarea {
  font-size: 12px;
}
.input-full input {
  width: 83%;
  height: 17px;
}
legend {
  line-height: normal;
  height: auto;
  font-size: 18px;
  margin: 0 0 6px;
  text-align: left;
  padding: 0;
  border: 0;
  color: #797979;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 13px;
}
.strong
{
    font-weight: bold;
}
input[type=text],
input[type=password],
select,
textarea {
  border-color: #dfe8f2;
 color: #516779;
}
.control-label.center {
  text-align: center;
}
.form-actions {
  background: none;
  border: none;
  margin: 0;
}
.form-horizontal .form-actions {
  margin-top: 0;
  padding: 0;
}
.form-horizontal .controls {

}
.form-horizontal .control-label {
  
  vertical-align:middle!Important;
 margin-bottom:3px;
 padding-top:2px!Important;
}
.form-horizontal .control-group:last-child {
  margin: 0;
}
.input-prepend .add-on,
.input-append .add-on {
  background: #fff;
}
.input-prepend .add-on i:before,
.input-append .add-on i:before {
  color: #D0D1D1;
}
.input-prepend .add-on icon,
.input-append .add-on icon {
  margin-top: 0;
}
.input-prepend .add-on.glyphicons,
.input-append .add-on.glyphicons {
  background: #fff;
}
.input-prepend .add-on.glyphicons i:before,
.input-append .add-on.glyphicons i:before {
  font-size: 14px;
  left: 7px;
  top: 7px;
  color: #D0D1D1;
}
.input-append .add-on.glyphicons i:before {
  left: 6px;
}
.select2-container img.flag,
.select2-drop img.flag {
  height: 10px;
  width: 15px;
  padding-right: 10px;
}
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled],
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background: #83a2bb;
}

.table {
    margin: 0;
    position: relative;
}
.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #F8F8F8;
}
.table th, .table td {
    border-top-color: #F8F8F8;
}
.table td.center, .table th.center {
    text-align: center;
}
.table td.right, .table th.right {
    text-align: right;
}
.table-condensed {
    font-size: 9pt;
}
.table-condensed th, .table-condensed td {
    padding: 8px 10px;
   
}
.table-bordered {
    border-color: #D7D8DA;
}
.table-bordered th, .table-bordered td {
    border-color: #D7D8DA;
}
.table-fill td {
    background: none repeat scroll 0 0 #F8F8F8;
}
.table .progress:last-child, .table .alert:last-child {
    margin: 0;
}
.table .shortRight {
    text-align: right;
    width: 25%;
}
.table-large-spacing td {
    padding: 20px 15px;
}
.table .thead td {
    font-weight: bold;
    padding: 5px;
}
.table-vertical-center td, .table-vertical-center th {
    vertical-align: middle;
}
.table-primary {
    border-color: -moz-use-text-color #b6c2cc #b6c2cc;
    border-radius: 0px 0px 0px 0px;
    border-top: medium none;
}
.table-primary thead th {
    background-color: #8f969e;
    border-color: #848c95;
    border-radius: 0px 0px 0 0;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2) inset, -1px -1px 1px rgba(0, 0, 0, 0.2) inset;
    color: #FFFFFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    line-height:12px;
    
}
.table-primary thead:first-child tr:first-child > th:first-child, .table-primary thead:first-child tr:first-child > th:last-child {
    border-radius: 0px 0px 0 0;
}
.table-primary.table-thead-simple thead th {
    background: none repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color -moz-use-text-color #b6c2cc;
    border-left: medium none;
    border-radius: 0 0 0 0;
    border-right: medium none;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0) inset, -1px -1px 1px transparent inset;
    color: #555555!Important;
    text-shadow: none;
    text-transform: none;
}
.table-primary tbody td {
    background: none repeat scroll 0 0 #f9f9f9;
    border-width: 0;
    color: #484C50;
}
.table-primary tbody td.important {
    color: #356a9f;
}
.table-primary tbody td.actions {
    padding-right: 1px;
}
.table-primary.table-bordered tbody td {
    border-color: #d9d9d9;
    border-width: 1px;
    box-shadow: 0 0 0 1px #FFFFFF inset;
}
.table-primary tbody tr:nth-child(2n+1) td, .table-primary tbody tr:nth-child(2n+1) th {
    background: none repeat scroll 0 0 #FFFFFF;
}
.table-primary tbody tr.selectable td {
    cursor: pointer;
}
.table-primary tbody tr.selected td, .table-primary tbody tr.selectable:hover td {
    background: none repeat scroll 0 0 #ebc9b5;
    box-shadow: 0 0 0 1px #FFFFFF inset;
}
}
#DataTables_Table_0_filter {
  text-align: right;
}
#DataTables_Table_0_length select {
  width: 80px;
}
#DataTables_Table_0_info {
  padding: 20px 0;
}
.dataTables_paginate {
  text-align: right;
}
.google-visualization-table-div-page {
  margin: 10px 0 0 0 !important;
}
.google-visualization-table-div-page .a-d-e-h-g {
  padding: 0;
  border: none;
  margin: 0;
}
.google-visualization-table-div-page .a-d-e-f-g,
.google-visualization-table-div-page .a-d-e-h-g {
  border-style: none;
}
.google-visualization-table-div-page .a-d-e-o-q .a-d-e-h-g {
  border: none;
}
.google-visualization-table-div-page .a-d-e {
  background: none;
  margin-left: 5px;
}
.google-visualization-table-div-page .a-d-e.a-d-e-o-p {
  margin-left: 0;
}
.google-visualization-table-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5e5e5;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  

  font-size: 10pt;
  background: none !important;
}
.google-visualization-table-table td,
.google-visualization-table-table .tableHeaderRow td {
  padding: 4px 10px;
  border: none;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  line-height: 20px;
}
.google-visualization-table-table .tableHeaderRow td {
  font-weight: bold;
  vertical-align: bottom;
}
.google-visualization-table-table tbody tr:nth-child(odd) td,
.google-visualization-table-table tbody tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 0.5);
}
.google-visualization-table-table .tableHeaderRow:first-child tr:first-child > td:first-child,
.google-visualization-table-table tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;

}
.google-visualization-table-table .tableHeaderRow:first-child tr:first-child > td:last-child,
.google-visualization-table-table tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.google-visualization-table-table tbody:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
 
}
.google-visualization-table-table tbody:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.google-visualization-table-table .tableHeaderRow:first-child tr:first-child td,
.google-visualization-table-table tbody:first-child tr:first-child td {
  border-top: 0;
}
@media only screen and (max-width: 979px) {
  .table-responsive.swipe-horizontal {
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    width: 100%;
    border-left: 1px solid #DDD;
  }
  .table-responsive.swipe-horizontal th,
  .table-responsive.swipe-horizontal td {
    display: block;
    margin: 0;
    vertical-align: top;
  }
  .table-responsive.swipe-horizontal th {
    text-align: right;
    border-bottom: 0;
    border-left: 0;
  }
  .table-responsive.swipe-horizontal td {
    min-height: 1.25em;
    text-align: left;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
  }
  .table-responsive.swipe-horizontal thead {
    display: block;
    float: left;
  }
  .table-responsive.swipe-horizontal thead tr {
    display: block;
  }
  .table-responsive.swipe-horizontal tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    word-spacing: 0;
    letter-spacing: 0;
    font-size: 0;
  }
  .table-responsive.swipe-horizontal tbody tr {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #e5e5e5;
  }
  .table-responsive.block {
    /* Force table to not be like tables anymore */
  
    /* Hide table headers (but not display: none;, for accessibility) */
  
    /* Label the data */
  
  }
  .table-responsive.block table,
  .table-responsive.block thead,
  .table-responsive.block tbody,
  .table-responsive.block th,
  .table-responsive.block td,
  .table-responsive.block tr {
    display: block;
  }
  .table-responsive.block thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-responsive.block tr {
    border: 1px solid #e5e5e5;
  }
  .table-responsive.block td {
    /* Behave  like a "row" */
  
    border: none;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .table-responsive.block td:before {
    /* Now like a table header */
  
    position: absolute;
    /* Top/left values mimic padding */
  
    vertical-align: middle;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
  }
  .table-responsive.block td:before {
    content: attr(data-title);
  }
}
.table-invoice td {
  border: none;
  padding: 0;
}
.table-projects .stats span {
  display: block;
  text-transform: uppercase;
  padding: 2px 0;
}
.table-projects .stats span.count {
  font-size: 18pt;
  font-weight: normal;
  color: #83a2bb;
}
.label.large {
  height: 29px;
  padding: 0 10px;
  line-height: 29px;
  background: #e5e5e5;
  color: #64625f;
  text-shadow: 0 1px 0 #fff;
}
.label.label-primary {
  background: #83a2bb;
}
.label.label-warning {
  background: #74614f;
}
.label.label-important {
  background: #ec6f23;
}
.label.label-success {
  background: #586e54;
}
.label.label-block {
  display: block;
}
.tooltip-inner {
  background: #272a2c;
  color: #bab9b9;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #272a2c;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #272a2c;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #272a2c;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #272a2c;
}
.tooltip.left {
  margin-left: -13px;
}
#flotTip {
  white-space: nowrap;
  border: 1px solid #83a2bb;
  padding: 3px 8px;
  background: #83a2bb;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;

  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 100;
  color: #fff;
}
.popover {
  border-color: #e5e5e5;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}
.popover .popover-title {
  background-image: url("../images/mosaic-pattern.png");
  background-repeat: repeat;
  font-weight: 600;
  padding: 0 10px;
  height: 29px;
  line-height: 29px;
}
#demo_popovers .popover {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
}
.modal-backdrop {
  z-index: 10000;
  background: #000000 url("../images/pattern1.png") repeat;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.modal {
  z-index: 10001;
  border-color: #e5e5e5;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.modal .modal-header {
  padding: 0 10px;
  height: 29px;
  line-height: 29px;
  border-color: #e5e5e5;
  background: #fafafa url("../images/mosaic-pattern.png") repeat;
}
.modal .modal-header h3 {
  font-size: 14px;
}
.modal .modal-header .close {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 0;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal .modal-body {
  padding: 10px;
}
.modal .modal-body p:last-child {
  margin: 0;
}
.modal .modal-footer {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  border-color: #e5e5e5;
  padding: 10px;
  background: #f5f5f5 url("../images/pattern1.png") repeat;
}
.alert {
  margin: 0 0 10px;
  color: #fff;
  border-color: #ab7a4b;
  background: #ab7a4b;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.alert h4 {
  margin: 0 0 5px;
  color: #fff;
}
.alert.alert-error {
  background: #bd362f;
  color: #fff;
  border-color: #bd362f;
}
.alert.alert-error .close {
  color: #fff;
}
.alert.alert-error h4 {
  color: #fff;
}
.alert.alert-primary {
  background: #83a2bb;
  color: #fff;
  border-color: #83a2bb;
}
.alert.alert-primary .close {
  color: #fff;
}
.alert.alert-primary h4 {
  color: #fff;
}
.alert.alert-info {
  background: #dff3f8;
  color: #7399b9;
  border-color: #93b9d8;
}
.alert.alert-info .close {
  color: #7399b9;
}
.alert.alert-success {
  border-color: #609450;
  background: #609450;
  color: #fff;
}
.alert.alert-success .close,
.alert.alert-success h4 {
  color: #fff;
}
.alert .close {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
.progress {
  margin: 0 0 10px;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.progress .bar {
  background: #e8e8e8;
}
.progress .bar.right {
  text-align: right;
  text-indent: 10px;
  direction: rtl;
}
.progress.white {
  background: #fff;
}
.progress.progress-info .bar {
  background: #93b9d8;
}
.progress.progress-success .bar {
  background: #609450;
}
.progress.progress-warning .bar {
  background: #ab7a4b;
}
.progress.progress-primary .bar {
  background: #83a2bb;
}
.progress.progress-danger .bar {
  background: #bd362f;
}
.progress.progress-inverse .bar {
  background: #45484d;
}
.progress.progress-small {
  height: 15px;
}
.progress.progress-small .bar {
  font-size: 8px;
  line-height: 15px;
}
.progress.progress-small .bar.right {
  text-indent: 2px;
}
.progress.progress-mini {
  height: 5px;
}
.accordion {
  margin: 0 0 10px;
  position: relative;
}
.accordion .accordion-group {
  border-color: #e5e5e5;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.accordion .accordion-inner {
  font-size: 13px;
  background: #fff;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.accordion .accordion-heading .accordion-toggle {
  background: #fafafa url("../images/mosaic-pattern.png") repeat;
  color: #222;
  text-decoration: none;
  font-weight: 600;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  height: 29px;
  padding: 0 10px;
  line-height: 29px;
}
.accordion.accordion-2 {
  border: 1px solid #e5e5e5;
}
.accordion.accordion-2 .accordion-heading .accordion-toggle {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  height: 38px;
  line-height: 38px;
}
.accordion.accordion-2 .accordion-heading .accordion-toggle.glyphicons {
  padding: 0 10px;
}
.accordion.accordion-2 .accordion-heading .accordion-toggle.glyphicons i {
  width: 30px;
  line-height: 38px;
  height: 38px;
  display: block;
  float: left;
}
.accordion.accordion-2 .accordion-heading .accordion-toggle.glyphicons i:before {
  font-size: 20px;
  color: #cccccc;
  top: auto;
  left: auto;
  width: 30px;
  line-height: 38px;
  height: 38px;
  position: relative;
  text-align: center;
}
.accordion.accordion-2 .accordion-body.in {
  border-bottom: 1px solid #e5e5e5;
}
.accordion.accordion-2 .accordion-group {
  border: none;
  margin: 0;
}
.accordion.accordion-2 .accordion-group:last-child .accordion-heading .accordion-toggle {
  border: none;
}
.accordion.accordion-2 .accordion-group:last-child .accordion-body.in {
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
}
.accordion.accordion-2 .accordion-inner {
  border: none;
}
.pagination ul {
  background: #fff;
}
.pagination ul > li > a:hover,
.pagination ul > li.primary > a {
  border-color: #a5511e;
  background: #ec6f23!Important;
  color: #fff!Important;
  font-weight:normal!Important;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0.0);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.0) inset;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.0) inset;
  -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2) inset;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  border-color: #a4b3c2;
  background: #cdd8e3;
  color: #1d547e;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0.0);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.0) inset;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.0) inset;
  -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.0) inset;
}
.pagination ul > li > a,
.pagination ul > li > span {
  border-color: #cdd9e3;
}
.pagination ul > .primary.disabled > a,
.pagination ul > .disabled > a,
.pagination ul > .disabled > span {
  border-color: #cdd9e3;
  background: #fafafa;
  color: #cdd9e3;
  text-shadow: none;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.pagination ul > .disabled > a:hover {
  border-color: #cdd9e3;
  background: #fafafa;
  color: #cdd9e3;
  text-shadow: none;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.gritter-item-wrapper .gritter-item p {
  margin: 0 0 10px;
}
.gritter-item-wrapper .gritter-item p:last-child {
  margin: 0;
}
.gritter-item-wrapper.gritter-primary .gritter-top {
  display: none;
}
.gritter-item-wrapper.gritter-primary .gritter-bottom {
  display: none;
}
.gritter-item-wrapper.gritter-primary .gritter-item {
  background: rgba(224, 69, 69, 0.9);
  padding: 10px 10px 15px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;

  color: #fff;
}
.gritter-item-wrapper.gritter-primary .gritter-item a {
  color: #fff;
  text-decoration: underline;
}
.notyfy_wrapper {
  border: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.notyfy_wrapper.notyfy_alert {
  background: #ffffff url("../images/mosaic-pattern.png") repeat;
}
.notyfy_wrapper.notyfy_error {
  background: #bd362f url("../images/mosaic-pattern.png") repeat;
  color: #fff;
}
.notyfy_wrapper.notyfy_success {
  background: #51a351 url("../images/mosaic-pattern.png") repeat;
  color: #fff;
}
.notyfy_wrapper.notyfy_warning {
  background: #74614f url("../images/mosaic-pattern.png") repeat;
  color: #fff;
}
.notyfy_wrapper.notyfy_information {
  background: #57b7e2 url("../images/mosaic-pattern.png") repeat;
  color: #fff;
}
.notyfy_wrapper.notyfy_confirm {
  background: #ffffff url("../images/mosaic-pattern.png") repeat;
}
.notyfy_wrapper.notyfy_primary {
  background: #83a2bb;
  border: none;
}
.notyfy_wrapper.notyfy_primary,
.notyfy_wrapper.notyfy_primary * {
  color: #fff;
}
.notyfy_wrapper.notyfy_default {
  background: #fafafa;
}
.notyfy_wrapper.notyfy_dark {
  background: #4a4846;
}
.notyfy_wrapper.notyfy_dark,
.notyfy_wrapper.notyfy_dark * {
  color: #fff;
}
#notyfy_container_top {
  top: 0;
  left: 0;
  width: 100%;
}
#notyfy_container_top .notyfy_wrapper {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
#content-notification .notyfy_wrapper {
  border: none;
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.2), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.2), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.2), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
#content-notification .notyfy_wrapper p {
  margin: 0;
}
#content-notification .notyfy_wrapper .notyfy_message {
  padding: 15px 10px;
}
#content-notification .notyfy_wrapper.notyfy_default {
  background: #fafafa url("../images/pattern1.png") repeat;
}
#content-notification .notyfy_wrapper.notyfy_dark {
  background: #4a4846 url("../images/pattern1.png") repeat;
}
#content-notification .notyfy_wrapper.notyfy_primary {
  background: #83a2bb url("../images/pattern1.png") repeat;
  box-shadow: inset 0 8px 8px -8px #360909, inset 0 -8px 8px -8px #a41b1b;
  -moz-box-shadow: inset 0 8px 8px -8px #360909, inset 0 -8px 8px -8px #a41b1b;
  -webkit-box-shadow: inset 0 8px 8px -8px #360909, inset 0 -8px 8px -8px #a41b1b;
}
.sliders-vertical span {
  height: 120px;
  float: left;
  margin: 15px;
}
.ui-slider-wrap {
  display: block;
  padding: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 2px 2px rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(255, 255, 255, 0.9) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 2px 2px rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(255, 255, 255, 0.9) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 2px 2px rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(255, 255, 255, 0.9) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
 behavior: url(PIE.htc);
}
.ui-slider-wrap .ui-slider {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;

}
.ui-slider-wrap .ui-slider-horizontal {
  height: 10px;
}
.ui-slider-wrap .ui-slider-horizontal .ui-slider-handle {
  top: -5px;
}
.ui-slider-wrap .ui-slider-vertical .ui-slider-handle {
  left: -4px;
}
.ui-slider-wrap .ui-slider-handle {
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  background: #fff;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3);
  width: 13px;
  height: 13px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  

}
.ui-slider-wrap .ui-slider-range {
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 2px 2px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 2px 2px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 2px 2px rgba(0, 0, 0, 0.05) inset;
  background: rgba(0, 0, 0, 0.2);
  

}
.ui-slider-wrap .slider-primary .ui-slider-handle {
  border-color: #83a2bb;
}
.ui-slider-wrap .slider-primary .ui-slider-range {
  background: #83a2bb;
}
.ui-slider-wrap .slider-warning .ui-slider-handle {
  border-color: #FBB450;
}
.ui-slider-wrap .slider-warning .ui-slider-range {
  background: #FBB450;
}
.ui-slider-wrap .slider-success .ui-slider-handle {
  border-color: #609450;
}
.ui-slider-wrap .slider-success .ui-slider-range {
  background: #609450;
}
.ui-slider-wrap .slider-inverse .ui-slider-handle {
  border-color: #3F4246;
}
.ui-slider-wrap .slider-inverse .ui-slider-range {
  background: #3F4246;
}
.ui-slider-wrap .slider-info .ui-slider-handle {
  border-color: #93B9D8;
}
.ui-slider-wrap .slider-info .ui-slider-range {
  background: #93B9D8;
}
.sliders-vertical {
  position: relative;
  margin: 0 auto;
  display: inline-block;
}
.sliders-vertical .ui-slider-wrap {
  margin: 0 5px;
}
.sliders-vertical .ui-slider {
  margin: 0;
}
.vertical-range-slider .ui-slider-wrap {
  display: inline-block;
  margin: 0 auto;
}
.sliderContainer {
  height: 35px;
  margin-top: 50px;
  width: 100%;
}
.sliderContainer select,
.sliderContainer textarea,
.sliderContainer input[type="text"],
.sliderContainer input[type="password"],
.sliderContainer input[type="datetime"],
.sliderContainer input[type="datetime-local"],
.sliderContainer input[type="date"],
.sliderContainer input[type="month"],
.sliderContainer input[type="time"],
.sliderContainer input[type="week"],
.sliderContainer input[type="number"],
.sliderContainer input[type="email"],
.sliderContainer input[type="url"],
.sliderContainer input[type="search"],
.sliderContainer input[type="tel"],
.sliderContainer input[type="color"],
.sliderContainer .uneditarable-input {
  margin: 0;
  padding: 2px 4px;
}
.sliderContainer .ui-rangeSlider-withArrows .ui-rangeSlider-container {
  margin: 0 20px;
}
.sliderContainer .ui-rangeSlider-bar {
  background: #83a2bb;
  height: 30px;
  margin: 0;
}
.sliderContainer .ui-rangeSlider-withArrows .ui-rangeSlider-container,
.sliderContainer .ui-rangeSlider-noArrow .ui-rangeSlider-container,
.sliderContainer .ui-rangeSlider-arrow,
.sliderContainer .ui-rangeSlider-bar {
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.sliderContainer .ui-rangeSlider-container,
.sliderContainer .ui-rangeSlider-arrow,
.sliderContainer .ui-rangeSlider-label {
  background: #363432;
  font-size: 10px;
}
.sliderContainer .ui-editarRangeSlider .ui-rangeSlider-label {
  padding: 5px;
}
.sliderContainer .ui-rangeSlider-label-inner {
  border-top-color: #363432;
}
.sliderContainer .ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner {
  border-left-color: #83a2bb;
  margin-right: -4px;
}
.sliderContainer .ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner {
  border-right-color: #83a2bb;
  margin-left: -4px;
}
.sliderContainer .ui-rangeSlider-arrow {
  width: 20px;
}
.sliderContainer .ui-rangeSlider .ui-ruler-scale {
  overflow: hidden;
}
.sliderContainer .rangeslider-danger .ui-rangeSlider-bar {
  background: #bd362f;
}
.sliderContainer .rangeslider-danger .ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner {
  border-left-color: #bd362f;
}
.sliderContainer .rangeslider-danger .ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner {
  border-right-color: #bd362f;
}
.sliderContainer .rangeslider-success .ui-rangeSlider-bar {
  background: #609450;
}
.sliderContainer .rangeslider-success .ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner {
  border-left-color: #609450;
}
.sliderContainer .rangeslider-success .ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner {
  border-right-color: #609450;
}
.sliderContainer .rangeslider-warning .ui-rangeSlider-bar {
  background: #ab7a4b;
}
.sliderContainer .rangeslider-warning .ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner {
  border-left-color: #ab7a4b;
}
.sliderContainer .rangeslider-warning .ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner {
  border-right-color: #ab7a4b;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button
{
   background: #fafafa;
  border-color: #cdd9e3;
  color: #797979;
}
.ui-widget-header {
  border-color: #83a2bb;
  background: #83a2bb;
  color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #fafafa;
  border-color: #cdd9e3;
  color: #797979;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #83a2bb;
  color: #fff;
}
.ui-widget-content {
  border: none;
}
.ui-datepicker-inline {
  width: 100%;
  padding: 0;
}
.datepicker-inline {
  margin: 0 0 5px;
}
.wizard .wizard-head {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-bottom: none;
}
.bwizard-steps .label {
  position: relative;
  top: -1px;
  margin: 0 5px 0 0;
  padding: 1px 5px 2px;
}
.bwizard-steps .active .label {
  background-color: #333;
}
.bwizard-steps {
  display: block;
  margin: 0;
  padding: 0;
  height: 40px;
  list-style: none;
}
.bwizard-steps li {
  display: block;
  float: left;
  position: relative;
  margin-right: 5px;
  line-height: 40px;
  height: 40px;
  background: #fafafa;
}
.bwizard-steps li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 40px;
}
.bwizard-steps li.active {
  color: #fff;
  background: #83a2bb;
}
.bwizard-steps li.active:after {
  border-left-color: #83a2bb;
}
.bwizard-steps li.active a {
  color: #fff;
  cursor: default;
}
.bwizard-steps li:after {
  position: absolute;
  right: -20px;
  top: 0;
  height: 0;
  width: 0;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #fafafa;
  border-top: 20px inset transparent;
  content: "";
  z-index: 2;
}
.bwizard-steps li:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #fff;
  border-top: 20px inset transparent;
  content: "";
}
.bwizard-steps li:last-child {
  margin-right: 0;
}
.bwizard-steps li:first-child:before {
  border: none;
}
.bwizard-steps li:first-child a {
  padding-left: 20px;
}
.bwizard-steps a:hover {
  text-decoration: none;
}
.bwizard-steps.clickable li:not (.active ) {
  cursor: pointer;
}
.bwizard-steps.clickable li:hover:not (.active ) {
  background: #ccc;
}
.bwizard-steps.clickable li:hover:not (.active ):after {
  border-left-color: #ccc;
}
.bwizard-steps.clickable li:hover:not (.active ) a {
  color: #08c;
}
@media (max-width: 480px) {
  /* badges only on small screens */
  .bwizard-steps li:after,
  .bwizard-steps li:before {
    border: none;
  }
  .bwizard-steps li,
  .bwizard-steps li.active,
  .bwizard-steps li:first-child,
  .bwizard-steps li:last-child {
    margin-right: 0;
    padding: 0;
    background-color: transparent;
  }
}
.fondoentrada {
 
   position: absolute;
   margin:0px;
   width:100%;
   height:100%;
}
.entrada {
  
}
.entrada #login {
  padding: 0px;
}
.entrada #login .form-signin {
  position: relative;
  max-width: 350px;
  margin: 0 auto 20px;
background: #fff;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#eaeced));
background: -webkit-linear-gradient(#fff, #eaeced);
background: -moz-linear-gradient(#fff, #eaeced);
background: -ms-linear-gradient(#fff, #eaeced);
background: -o-linear-gradient(#fff, #eaeced);
background: linear-gradient(#fff, #eaeced);
-pie-background: linear-gradient(#fff, #eaeced);
behavior: url(PIE.htc);





    border: 8px solid #f3f4f5;
    border-radius: 5px 5px 5px 5px;
		-webkit-border-radius:5px 5px 5px 5px;
   -moz-border-radius: 5px 5px 5px 5px;
    
    box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.9) inset, 1px 1px 10px rgba(0, 0, 0, 0.2) inset;
    padding: 10px 8px;
   
    
}
.entrada #login .form-signin .inner {
  padding: 20px 20px 10px 20px;
  width: 290px;
}
.entrada #login .form-signin form {
  margin: 0;
}
.entrada #login .form-signin p {
  margin: 5px 0;
}
.entrada #login .form-signin p:first-child {
  margin: 0 0 10px;
}
.entrada #login .form-signin p:last-child {
  margin: 10px 0 0;
}
    .entrada #login .logoanibio {
        color: #fff;
        margin: 0;
        padding: 0 0px;
        height: 60px;
        line-height: 37px;
        text-shadow: none;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        background: none repeat scroll 0 0 #eeeeee;
        border: 1px solid #eeeeee;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6) inset, -1px -1px 1px rgba(0, 0, 0, 0.1) inset;
        color: #FFFFFF;
        position: relative;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    }
.entrada #login .logoanibioconempresa {

  color: #fff;
  margin: 0;
  padding: 0 0px;
  height: 90px;
  line-height: 37px;
  text-shadow: none;
  font-size: 20px;
  font-weight: 400;
  text-align:center;
  
  
  background: none repeat scroll 0 0 #f3f4f5;
    border-left: 1px solid #e7e9ea;
    border-top: 1px solid #e7e9ea;
    border-right: 1px solid #e7e9ea;
    border-bottom: 1px solid #e7e9ea;
    border-radius: 5px 5px 0 0;
   -webkit-border-radius:5px 5px 0 0;
   -moz-border-radius: 5px 5px 0 0;

    color: #FFFFFF;
    
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    
    
}

    .entrada #login .logoanibio > span {
        background: url("../images/logo_fondo.png") no-repeat scroll 80px 5px transparent;
        background-position: center;
        display: block;
        height: 55px;
        line-height: 46px;
    }


.entrada #login .logoanibioconempresa img {
   max-width:200px;
   max-height: 70px;
    display: block;
    height: auto;
    line-height: 46px;
    float:center;
    text-align:center;
     margin:0 auto;
     padding:5px 5px;
   
    
}
.entrada #login .logoanibioconempresa > span {
   max-width:200px;
   max-height: 70px;
    display: block;
    height: auto;
    line-height: 46px;
    text-align:center;
     margin:0 auto;
    
}
.entrada #login .logoempresa > span {
    
    display: block;
    padding-bottom:20px;
    padding-top:-5px;
    line-height: 46px;
    float:center;
    text-align:center;
}



.entrada #login select {
    
    width:80%;
}
.entrada #login .version {
    color:#276A9E;
    text-align:center;
    padding-top:25px!Important;
    font-size:11px!Important;
}
.entrada #login .btn-primary {

    border: 1px solid #276A9E;
    border-radius: 5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
   -moz-border-radius: 5px 5px 5px 5px;

    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6) inset, -1px -1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #FFFFFF;
    padding:2px 25px;
    line-height: 27px;
    margin: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    
 }  
.entrada #login .btn-warning {

    border: 1px solid #276A9E;
    border-radius: 5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
   -moz-border-radius: 5px 5px 5px 5px;

    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6) inset, -1px -1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #FFFFFF;
  padding:2px 15px;
     line-height: 27px;
    margin: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    
 } 
 
.entrada #login .form-signin p {
  font-size: 14px;
  color: #544f49;
 padding-top:6px;
 
 
}


.entrada #login .form-signin h3 a {
  color: #fff;
}
.entrada #login .form-signin label {
  font-size: 14px;
  color: #544f49;
 
 
 
}
.entrada #login .form-signin .checkbox {
  margin-bottom: 10px;
}
.entrada #login .form-signin .password {
  float: right;
  font-size: 13px;
  font-weight: 400;
}
.entrada #login .form-signin input[type="text"],
.entrada #login .form-signin input[type="password"] {
border: 1px solid #ccc;
    color: #516779;
   
    color: #516779;
  height: auto;
  margin-bottom: 10px;
  padding: 5px 9px;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  

  background: #fff;
  width:92%;
}
.gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gallery ul li .thumb {
  position: relative;
  background: #356a9f;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  z-index: 1;
}
.gallery ul li.span2:nth-child(6n+7) {
  margin-left: 0;
}
.gallery ul li.span3:nth-child(5n+6) {
  margin-left: 0;
}
.gallery ul li.span4:nth-child(3n+4) {
  margin-left: 0;
}
.gallery.gallery-masonry li[class*="span"] {
  margin-left: 0;
}
.gallery.gallery-2 li .thumb {
  padding: 0;
  border-color: #4c4c4c;
}
.thumb {
  display: block;
  padding: 3px;
  border: 1px solid #e5e5e5;
}
.thumb.no-max img {
  max-width: none;
  width: 100%;
}
.thumb img[data-src] {
  display: none;
}
.thumbnails {
  margin: 0;
}
.thumbnails > li {
  margin-bottom: 10px;
}
.thumbnails > li .thumbnail {
  border-color: #e5e5e5;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.thumbnails > li a.thumbnail:hover,
.thumbnails > li a.thumbnail:focus {
  border-color: #83a2bb;
  -webkit-box-shadow: 0 1px 4px rgba(224, 69, 69, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(224, 69, 69, 0.25);
  box-shadow: 0 1px 4px rgba(224, 69, 69, 0.25);
  text-decoration: none;
}
a.thumbnail .caption {
  display: block;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #83a2bb;
  -webkit-box-shadow: 0 1px 4px rgba(224, 69, 69, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(224, 69, 69, 0.25);
  box-shadow: 0 1px 4px rgba(224, 69, 69, 0.25);
  text-decoration: none;
}
.carousel {
  margin-bottom: 10px;
}
.carousel .carousel-control {
  font-size: 45px;
}
.carousel .carousel-control.right {
  text-align: center;
}
.fc-state-highlight {
  background: rgba(0, 0, 0, 0.2);
}
#external-events ul {
  list-style: none;
  margin: 0 0 20px;
}
#external-events li {
  margin: 0 0 5px;
  padding: 2px 5px;
  background: #83a2bb;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  font-size: .85em;
  cursor: pointer;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
 

}
#external-events li.glyphicons {
  padding: 2px 5px 2px 30px;
  display: block;
}
#external-events li.glyphicons i:before {
  font-size: 14px;
  color: #fff;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);

}
.fc-header-title h2 {
  font-size: 16pt;
  line-height: 25px;
}
.fc-event-skin {
  border-color: #83a2bb;
  background-color: #83a2bb;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.fc-event-time,
.fc-event-title {
  padding: 0 5px;
}
#calendar .btn-group .btn-primary {
  margin-right: 2px;
}
.shop-client-products.list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop-client-products.list ul li {
  margin-bottom: 10px;
}
.shop-client-products.list ul li.span4:nth-child(3n+4) {
  margin-left: 0;
}
.shop-client-products.list ul li a {
  position: relative;
  display: block;
  border: 1px solid #e5e5e5;
  padding: 7px;
}
.shop-client-products.list ul li a .glyphicons {
  width: 30px;
  height: 30px;
  display: block;
  padding: 0;
}
.shop-client-products.list ul li a .glyphicons i {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  background: #83a2bb;
}
.shop-client-products.list ul li a .glyphicons i:before {
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  display: block;
  text-align: center;
  width: 30px;
}
.shop-client-products.list ul li a:hover {
  text-decoration: none;
}
.shop-client-products.list ul li a h5 {
  line-height: 13px;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  padding: 0;
}
.shop-client-products.list ul li a .img {
  display: block;
  height: 200px;
  background: #eaeaea;
  margin: 5px 0 0;
}
.shop-client-products.list ul li a .img span.icon {
  display: block;
  position: relative;
}
.shop-client-products.list ul li a .img span.icon:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 200px;
  text-align: center;
  content: "\e012";
  font-family: "Glyphicons";
  font-size: 45px;
  color: #cfcfce;
  display: block;
}
.shop-client-products.product-details .box {
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin: 0 0 10px;
  position: relative;
}
.shop-client-products.product-details .box p:last-child {
  margin: 0;
}
.shop-client-products.product-details .box h5 {
  margin: 0 0 10px;
}
.shop-client-products.product-details .share {
  height: 32px;
  line-height: 32px;
  display: block;
}
.shop-client-products.product-details .share a {
  vertical-align: middle;
  margin: 0 3px 2px;
}
.shop-client-products.product-details .share a i {
  height: 24px;
}
.shop-client-products.product-details .share a:last-child {
  margin: 0 0 2px 3px;
}
.shop-client-products.product-details .form-horizontal .control-label {
  width: 80px;
  text-align: left;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}
.shop-client-products.product-details .form-horizontal .controls {
  margin-left: 100px;
}
.shop-client-products.product-details .form-horizontal .control-group {
  margin: 0 0 5px;
}
.shop-client-products.product-details .form-horizontal .control-group:last-child {
  margin: 0;
}
.shop-client-products.product-details .form-horizontal .price {
  display: block;
  color: #83a2bb;
  font-size: 16pt;
  font-weight: 600;
  margin: 0 0 10px;
}
.shop-client-products.product-details .heading-buttons .buttons {
  margin: 0;
}
.shop-client-products.product-details h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
  padding: 0;
}
.shop-client-products.cart .product .heading {
  display: block;
  line-height: 13px;
  margin: 0 0 5px;
}
.shop-client-products.cart .product .heading span {
  font-size: 12px;
}
.shop-client-products.cart .product h5 {
  margin: 0;
}
.shop-client-products.cart .product span.col {
  display: block;
  float: left;
  margin: 0 5px 0 0;
}
.shop-client-products.cart .product span.col:last-child {
  margin: 0;
}
.shop-client-products.cart .cart_total {
  font-size: 14px;
}
.shop-client-products.cart .cart_total .strong {
  font-size: 15px;
}
.shop-client-products.cart .cart_total .label.large {
  font-size: 15px;
  color: #222;
}
.tasks.table {
  border: none;
}
.tasks.table tr td,
.tasks.table tr th {
  border-color: #fff;
}
.tasks tr.color-1 td {
  background: rgba(53, 158, 225, 0.05) !important;
}
.tasks tr.color-1 td:first-child {
  border-left: 3px solid #359ee1;
}
.tasks tr.color-1 td .color {
  color: #359ee1;
}
.tasks tr.color-2 td {
  background: rgba(225, 92, 53, 0.05) !important;
}
.tasks tr.color-2 td:first-child {
  border-left: 3px solid #e15c35;
}
.tasks tr.color-2 td .color {
  color: #e15c35;
}
.tasks tr.color-3 td {
  background: rgba(150, 225, 53, 0.05) !important;
}
.tasks tr.color-3 td:first-child {
  border-left: 3px solid #96e135;
}
.tasks tr.color-3 td .color {
  color: #6eaf1a;
}
.tasks .faded {
  color: #cccccc;
}
#guided-tour {
  position: fixed;
  z-index: 10000;
  top: 100px;
  right: -100%;
  width: 40px;
  height: 20px;
  padding: 10px;
  background: #83a2bb;
  font-size: 14pt;
  color: #fff;
  text-align: center;
  box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
  overflow: hidden;
  white-space: nowrap;
}
#guided-tour .hide {
  float: left;
  height: 0;
  display: inline-block !important;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
#guided-tour #close-tour {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 0 #fff;
  background: rgba(255, 255, 255, 0.6);
}
#guided-tour #close-tour:hover {
  background: rgba(255, 255, 255, 0.9);
}
#guided-tour:hover {
  width: 100px;
  padding: 10px 40px 10px 10px;
}
#guided-tour:hover .hide {
  padding: 0 5px 0 0;
  opacity: 1;
  height: auto;
}
#guided-tour:hover #close-tour {
  display: block;
}
#tlyPageGuideWrapper #tlyPageGuideMessages {
  margin: 0;
  width: 100%;
  height: auto;
  padding: 20px;
  z-index: 9000;
}
#tlyPageGuideWrapper #tlyPageGuideMessages div {
  margin: 0 90px 0 120px;
}
#tlyPageGuideWrapper #tlyPageGuideMessages h4 {
  color: #fff;
}
#tlyPageGuideWrapper #tlyPageGuideMessages p:last-child {
  margin: 0;
}
#tlyPageGuideWrapper #tlyPageGuide li {
  background: rgba(0, 0, 0, 0.4);
}
#tlyPageGuideWrapper #tlyPageGuide li:hover {
  background: rgba(0, 0, 0, 0.9);
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_right:after,
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_left:after,
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_top:after {
  border-top-color: rgba(0, 0, 0, 0.3);
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_bottom:after {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_right:hover,
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_left:hover,
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_top:hover {
  margin: 0;
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_right:hover:after,
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_left:hover:after,
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_top:hover:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_bottom:hover {
  margin: 0;
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_bottom:hover:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tlypageguide_shadow:after {
  background: rgba(224, 69, 69, 0.2);
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide-active {
  background: #83a2bb;
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide-active.tlypageguide_right:after,
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide-active.tlypageguide_left:after,
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide-active.tlypageguide_top:after {
  border-top-color: #83a2bb;
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide-active.tlypageguide_bottom:after {
  border-bottom-color: #83a2bb;
}
#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_back,
#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_fwd {
  top: 29px;
}
#tlyPageGuideWrapper #tlyPageGuideMessages span {
  top: 20px;
  background: #83a2bb;
}
#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_close {
  background: #83a2bb;
}
#docs_icons {
  text-align: center;
  padding: 0 20px;
}
#docs_icons .glyphicons {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 125px;
  font-size: 12px;
  line-height: 48px;
  overflow: hidden;
}
#docs_icons .glyphicons i:before {
  line-height: 55px !important;
  color: #83a2bb;
}
.documentation ul ul {
  margin-bottom: 10px;
}
.documentation .span3 .menu.affix {
  position: fixed;
  top: 20px;
  width: 220px;
}
.documentation .show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.documentation .show-grid [class*="span"] {
  background-color: #535a5e;
  text-align: center;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  min-height: 40px;
  

  line-height: 40px;
  color: #fff;
}
.documentation .show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.documentation .show-grid .show-grid [class*="span"] {
  background-color: #848d93;
}
#landing_1 .mosaic-line {
  height: 58px;
  line-height: 58px;
  background: url("../images/mosaic-pattern.png") repeat;
  border-bottom: 1px solid #e5e5e5;
}
#landing_1 .banner-1 {
  height: 223px;
  margin-bottom: 30px;
  background: #2e2d2b;
}
#landing_1 .banner-1 .item {
  height: 223px;
  overflow: hidden;
}
#landing_1 .banner-1 .item img {
  min-height: 100%;
}
#landing_1 .banner-1 .carousel-indicators {
  top: auto;
  bottom: -20px;
  right: 0;
}
#landing_1 .banner-1 .carousel-indicators li {
  background: #ef9c9c;
}
#landing_1 .banner-1 .carousel-indicators li.active {
  background: #83a2bb;
}
#landing_1 .banner-1 .carousel-caption {
  height: 223px;
  top: 0;
}
#landing_1 .banner-1 .carousel-caption h4 {
  font-size: 12pt;
}
#landing_1 .banner-1 .carousel-caption a {
  text-decoration: underline;
  color: #83a2bb;
}
#landing_1 .banner {
  background: #000;
  height: 321px;
}
#landing_1 .banner .banner-wrapper {
  height: 321px;
  position: relative;
  overflow: hidden;
}
#landing_1 .banner .banner-wrapper.banner-1 {
  margin: 0;
  background: #000;
}
#landing_1 .banner .banner-wrapper.banner-1 h3 {
  height: 46px;
  top: 65px;
  right: 27px;
  position: absolute;
  background: #fff;
  color: #83a2bb;
  font-size: 22pt;
  font-weight: bold;
  padding: 0 15px;
}
#landing_1 .banner .banner-wrapper.banner-1 p {
  position: absolute;
  top: 126px;
  right: 27px;
  background: #1f1e1e;
  color: #fff;
  line-height: 25px;
  width: 370px;
  text-align: right;
  padding: 10px 15px;
}
#landing_1 .banner .banner-wrapper.banner-1 p a {
  text-decoration: underline;
  color: #83a2bb;
}
#landing_1 .banner .banner-wrapper.banner-1 .btn {
  position: absolute;
  top: 232px;
  right: 27px;
}
#landing_2 .mosaic-line {
  height: 58px;
  line-height: 58px;
  background: url("../images/mosaic-pattern.png") repeat;
  border-bottom: 1px solid #e5e5e5;
}
#landing_2 .mosaic-line h4 {
  line-height: 58px;
}
#landing_2 .mosaic-line.mosaic-line-2 {
  height: 97px;
  line-height: normal;
  border: none;
}
#landing_2 .mosaic-line.mosaic-line-2 h4 {
  line-height: 97px;
}
#landing_2 .banner {
  background: #000;
  height: 321px;
}
#landing_2 .banner .banner-wrapper {
  height: 321px;
  position: relative;
  overflow: hidden;
}
#landing_2 .banner .banner-wrapper.banner-1 {
  margin: 0;
}
#landing_2 .banner .banner-wrapper.banner-1 h3 {
  height: 46px;
  top: 65px;
  left: 27px;
  position: absolute;
  background: #fff;
  color: #83a2bb;
  font-size: 22pt;
  font-weight: bold;
  padding: 0 15px;
}
#landing_2 .banner .banner-wrapper.banner-1 p {
  position: absolute;
  top: 126px;
  left: 27px;
  background: #1f1e1e;
  color: #fff;
  line-height: 25px;
  width: 440px;
  text-align: right;
  padding: 10px 15px;
}
#landing_2 .banner .banner-wrapper.banner-1 p a {
  text-decoration: underline;
  color: #83a2bb;
}
#landing_2 .banner .banner-wrapper.banner-1 .buy {
  display: block;
  position: absolute;
  top: 242px;
  left: 210px;
  color: #fff;
  font-size: 11pt;
}
#landing_2 .banner .banner-wrapper.banner-1 .buy a {
  text-decoration: underline;
  color: #83a2bb;
}
#landing_2 .banner .banner-wrapper.banner-1 .btn {
  position: absolute;
  top: 232px;
  left: 27px;
}
.container-960 {
  width: 960px;
  margin: 0 auto;
}
.separator-line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-bottom: 10px;
}
div.glyphicons {
  padding: 0 0 0 35px;
}
div.glyphicons i:before {
  color: #cccccc;
}
div.glyphicons.glyphicon-large {
  padding: 0 0 0 75px;
}
div.glyphicons.glyphicon-large i:before {
  font-size: 50px;
  left: 0;
}
div.glyphicons.glyphicon-large.group-column {
  padding: 0 0 0 85px;
}
div.glyphicons.glyphicon-large.group-column i:before {
  font-size: 45px;
  left: 12px;
}
div.glyphicons.glyphicon-top {
  padding: 0;
  text-align: center;
}
div.glyphicons.glyphicon-top i {
  display: block;
  position: relative;
}
div.glyphicons.glyphicon-top i:before {
  position: relative;
  left: auto;
  top: auto;
}
div.glyphicons.glyphicon-top.glyphicon-xlarge i {
  padding: 0 0 10px;
}
div.glyphicons.glyphicon-top.glyphicon-xlarge i:before {
  font-size: 70px;
}
div.glyphicons.glyphicon-primary i:before {
  color: #83a2bb;
}
.social-large {
  height: 97px;
}
.social-large a {
  display: block;
  height: 77px;
  float: left;
  padding: 10px 21px;
  color: #d5d5d5;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  text-decoration: none;
}
.social-large a i {
  display: block;
  position: relative;
  padding: 0 0 8px;
}
.social-large a i:before {
  display: block;
  text-align: center;
  top: auto;
  left: auto;
  position: relative;
  font-size: 50px;
  color: #d5d5d5;
}
.social-large a.active,
.social-large a:hover {
  color: #fff;
  background: #83a2bb;
}
.social-large a.active i:before,
.social-large a:hover i:before {
  color: #fff;
}
.social-large a:last-child {
  border: none;
}
.lt-ie9 .widget .widget-body.list ul li {
  border-bottom: 1px solid #efefef;
}
.lt-ie9 .navbar.main .btn-navbar {
  float: left;
}
.lt-ie9 .navbar.main .topnav {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
}
.lt-ie9 .navbar.main .topnav .dropdown > a .caret {
  margin-top: 0;
  top: 8px;
  left: 5px;
}
.lt-ie9 .heading-buttons h1.glyphicons,
.lt-ie9 .heading-buttons h2.glyphicons,
.lt-ie9 .heading-buttons h3.glyphicons,
.lt-ie9 .heading-buttons h4.glyphicons,
.lt-ie9 .heading-buttons h5.glyphicons,
.lt-ie9 .heading-buttons h6.glyphicons {
  float: left;
}
.lt-ie9 #guided-tour .hide {
  display: none !important;
}
.lt-ie9 .filter-bar div div.input-append .add-on {
  width: 24px;
  padding-right: 0;
  padding-left: 0;
}
.lt-ie9 .filter-bar div div.input-append .add-on i {
  width: 24px;
  height: 24px;
  display: block;
  vertical-align: middle;
  line-height: 24px;
}
.lt-ie9 .filter-bar div div.input-append .add-on i:before {
  width: 24px;
  height: 24px;
  line-height: 24px;
  top: auto;
}
.lt-ie9 .navbar.main .topnav .dropdown > a .caret {
  vertical-align: middle;
  margin-top: 0;
  top: 0;
}
.lt-ie9 #footer {
  background: #222;
}
.lt-ie9 #footer .copy {
  background: #111;
}
.lt-ie9 .ribbon-wrapper {
  display: none;
}
@media (max-width: 979px) {
  body > .container-fluid.fixed {
    width: auto;
    border: none;
    margin: 0;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .nav-tabs > li > a {
    font-size: 10pt;
  }
  .nav-tabs > li > a,
  .nav-pills > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .documentation .span3 .menu.affix {
    position: relative;
    top: 0;
    width: auto;
  }
  .phone-margin.bottom {
    margin: 0 0 10px;
  }
  .well {
    padding: 5px;
  }
  .widget .widget-body {
    padding: 5px;
  }
  .widget.margin-bottom-none {
    margin-bottom: 10px;
  }
  .widget.widget-tabs .widget-head {
    height: auto;
    padding: 0;
  }
  .widget.widget-tabs .widget-head ul {
    display: block;
    border-right: none;
    height: auto;
  }
  .widget.widget-tabs .widget-head ul li {
    float: none;
    display: block;
    width: 100%;
  }
  .widget.widget-activity .widget-head {
    height: auto;
  }
  .widget.widget-activity .widget-head .heading {
    float: none;
    display: block;
  }
  .widget.widget-activity .filters {
    float: none;
  }
  .widget.widget-activity .activities li span.ellipsis {
    max-width: 60%;
  }
  .widget-stats:not(.widget-sidebar-stats),
  .widget-stats:not(.widget-sidebar-stats).margin-bottom-none {
    margin: 0 0 10px;
  }
  .tabsbar,
  .tabsbar.tabsbar-2 {
    height: auto;
  }
  .tabsbar ul,
  .tabsbar.tabsbar-2 ul {
    height: auto;
  }
  .media {
    text-align: center;
  }
  .media img.pull-left,
  .media img.pull-right {
    display: inline-block;
  }
  .media blockquote {
    padding: 0;
    text-align: center;
  }
  .media blockquote.pull-right p,
  .media blockquote.pull-right small {
    text-align: center;
  }
  .menu-right #menu {
    left: 0;
    right: auto;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1) inset;
    border-left: none;
    border-right: 1px solid #adafb1;
  }
  .menu-right #content {
    margin: 0 0 0 200px;
  }
  .menu-right.menu-hidden #content {
    margin: 0;
  }
  .row-merge > [class*="span"] ~ [class*="span"] {
    width: auto;
  }
  .row-merge > [class*="span"] ~ [class*="span"]:after {
    display: none;
  }
  .row-merge.border-top,
  .row-merge ~ .row-merge {
    border-top: 1px solid #e5e5e5;
  }
  body.login #login {
    padding: 50px 5px;
  }
  #gritter-notice-wrapper {
    display: none !important;
  }
  .topnav .dropdown.submenu {
    height: auto;
  }
  .topnav .dropdown.submenu .submenu-show {
    position: relative;
    margin: 0 !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }
  .container-960 {
    width: auto;
  }
  #landing_1 .banner-1 {
    height: auto;
  }
  #landing_1 .banner-1 .item {
    height: auto;
  }
  #landing_1 .banner-1 .item img {
    min-height: auto;
  }
  #landing_1 .banner-1 .carousel-caption {
    height: auto;
  }
  #landing_1 .banner {
    height: auto;
  }
  #landing_1 .banner .banner-wrapper {
    height: auto;
  }
  #landing_1 .banner .banner-wrapper.banner-1 h3,
  #landing_1 .banner .banner-wrapper.banner-1 p,
  #landing_1 .banner .banner-wrapper.banner-1 .btn {
    position: relative;
    top: auto;
    right: auto;
  }
  #landing_1 .banner .banner-wrapper.banner-1 .btn {
    display: block;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
  #landing_1 .banner .banner-wrapper.banner-1 p {
    margin: 0 0 5px;
    text-align: center;
  }
  #landing_1 .banner .banner-wrapper.banner-1 h3 {
    font-size: 12pt;
    line-height: 46px;
    text-align: center;
  }
  #landing_2 .banner-1 {
    height: auto;
  }
  #landing_2 .banner-1 .item {
    height: auto;
  }
  #landing_2 .banner-1 .item img {
    min-height: auto;
  }
  #landing_2 .banner-1 .carousel-caption {
    height: auto;
  }
  #landing_2 .banner {
    height: auto;
  }
  #landing_2 .banner .banner-wrapper {
    height: auto;
  }
  #landing_2 .banner .banner-wrapper.banner-1 h3,
  #landing_2 .banner .banner-wrapper.banner-1 p,
  #landing_2 .banner .banner-wrapper.banner-1 .btn,
  #landing_2 .banner .banner-wrapper.banner-1 .buy {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }
  #landing_2 .banner .banner-wrapper.banner-1 .buy {
    height: 25px;
    line-height: 25px;
    padding: 10px;
    text-align: center;
  }
  #landing_2 .banner .banner-wrapper.banner-1 .btn {
    display: block;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
  #landing_2 .banner .banner-wrapper.banner-1 p {
    margin: 0 0 5px;
    text-align: center;
  }
  #landing_2 .banner .banner-wrapper.banner-1 h3 {
    font-size: 12pt;
    line-height: 46px;
    text-align: center;
  }
  #landing_2 .mosaic-line.mosaic-line-2 {
    height: auto;
  }
  #landing_2 .mosaic-line.mosaic-line-2 .right {
    text-align: center;
  }
  #landing_2 .mosaic-line.mosaic-line-2 h4 {
    line-height: 25px;
    margin: 0;
  }
  .social-large {
    height: auto;
  }
  .social-large a {
    float: none;
    display: block;
    border: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .social-large a:last-child {
    border: none;
  }
  #content .heading-mosaic {
    height: auto !important;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: normal !important;
  }
}
@media (max-width: 480px) {
  h1,
  h2,
  h3 {
    line-height: 30px;
    font-size: 18pt;
  }
  h3.glyphicons i:before,
  h2.glyphicons i:before {
    font-size: 24px;
    top: 3px;
    left: 5px;
  }
  .heading-buttons .buttons {
    margin-top: 10px;
    float: none;
    padding: 0 10px;
    text-align: center;
  }
  .heading-buttons .buttons .btn {
    margin: 0;
    float: none;
  }
  .separator {
    padding: 0;
    margin: 10px 0;
  }
  .table-condensed th,
  .table-condensed td {
    padding: 4px 5px;
  }
  p.glyphicons {
    padding: 5px 0 10px 55px;
  }
  p.glyphicons i:before {
    color: #D67170;
    font-size: 35pt;
    top: 0;
  }
  p.glyphicons.right {
    padding: 0 55px 0 0;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
}
@media (max-width: 320px) {
  .nav-tabs > li,
  .nav-tabs > li > a,
  .nav-tabs > li > a:hover {
    display: block;
    float: none;
    margin: 0 0 -1px;
    border-color: #83a2bb;
  }
  .nav-tabs > li:hover {
    border-color: #83a2bb;
  }
  .nav-tabs > li,
  .nav-tabs > li > a {
    border-color: #E0D5C6;
    background: #F5EADB;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .widget-stats {
    padding: 36px 0;
  }
  .widget-stats .glyphicons {
    padding: 0;
  }
  .widget-stats .glyphicons i:before {
    font-size: 30px;
    top: -5px;
  }
  .widget.widget-3 .widget-head {
    padding: 0;
  }
  .widget.widget-3 .widget-head .heading {
    font-size: 13px;
    overflow: hidden;
    padding: 0;
  }
  .widget.widget-3 .widget-head .heading .glyphicons {
    width: 18px;
    float: left;
  }
  .widget.widget-3 .widget-head .heading i:before {
    font-size: 14px;
    left: 0;
    top: 3px;
  }
}
#themer {
  display: block;
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 1000;
  width: 260px;
  margin: -50px 0 0 -130px;
  text-align: left;
}
#themer.collapse {
  height: 0;
}
#themer .close2 {
  position: absolute;
  background: #DDD;
  color: #222;
  font-weight: 600;
  height: 20px;
  top: 14px;
  right: 10px;
  line-height: 20px;
  text-align: center;
  font-size: 10pt;
  padding: 0 10px;
  cursor: pointer;
}
#themer .wrapper {
  position: relative;
  background: #292c2e;
  border: 1px solid #2f3235;
  padding: 15px;
  color: #fafafa;
}
#themer .wrapper hr.separator {
  margin: 10px 0;
  border-top-color: #5e646b;
  border-bottom-color: #2f3235;
}
#themer .wrapper h4 {
  border-bottom: 1px solid #5e6060;
  padding: 0 0 10px;
  margin: 0 0 10px;
  color: #fff;
}
#themer .wrapper h4 span {
  color: #5e6060;
  font-weight: normal;
  font-size: 10pt;
}
#themer .wrapper .btn {
  margin: 0;
}
#themer .wrapper #themer-getcode-less {
  margin: 0 0 0 5px;
}
#themer .wrapper ul {
  margin: 0;
  list-style: none;
}
#themer .wrapper ul li {
  height: 25px;
  line-height: 25px;
  position: relative;
}
#themer .wrapper ul li .minicolors {
  line-height: normal;
  border: none;
  top: 2px;
  right: 0;
  position: absolute;
}
#themer .wrapper ul li .minicolors input {
  border: none;
  height: 20px;
  width: 69px;
  background: #414649;
  color: #fff;
  font-size: 9pt;
  padding: 0 5px;
  margin: 0 0 1px;
}
#themer .wrapper ul li .minicolors-swatch {
  cursor: pointer;
  width: 18px;
  height: 18px;
}
#themer .wrapper ul li .minicolors-panel {
  z-index: 10000;
  top: 24px;
}
#themer .wrapper ul li .minicolors-position-left .minicolors-panel {
  left: -152px;
}
#themer .wrapper ul li select {
  position: absolute;
  top: 3px;
  right: 0;
  width: 100px;
  height: 20px;
  line-height: normal;
  padding: 0;
  margin: 0;
  font-size: 9pt;
  background: #414649;
  border: 1px solid #2F3235;
  color: #fff;
}
#themer .wrapper ul li .link {
  text-decoration: underline;
  cursor: pointer;
}
#themer .wrapper ul li label {
  margin: 0;
  line-height: 25px;
  font-size: 9pt;
}
#themer .wrapper ul li label input {
  margin: 0 0 1px;
}
#themer .wrapper ul li.advanced {
  display: none;
}
#themer.themer-advanced .wrapper ul li.advanced {
  display: block;
}
#choose-preview {
  padding: 50px 0;
}
#choose-preview h2 {
  text-shadow: 0 1px 0 #fff;
  margin-left: 0;
}
#choose-preview h2 span.text-primary {
  font-size: 26pt;
  font-weight: bold;
  top: auto;
}
#choose-preview .heading-buttons {
  margin-bottom: 10px;
}
#choose-preview .box {
  padding: 10px;
}
#choose-preview .box .options {
  display: none;
}
#choose-preview .box .actions a {
  display: none;
}
#choose-preview .box .actions a.btn-active {
  display: inline-block;
}
#choose-preview .box h3 {
  text-transform: uppercase;
  margin: 0 0 12px;
}
#choose-preview .box.active {
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
}
#choose-preview .box.active .options {
  display: block;
}
#choose-preview .box.active h3 {
  color: #c3c3c3;
  text-shadow: 0 1px 0 #fff;
}


.pages ul li i img {
 display:block;
 margin-left:-48px;

 



}
/**
 * TABS
 */
.tab-content {
    border:0px!Important;
    border-width: 0!Important;
    overflow: auto;
    padding: 18px 0 0;
}

/**
 * Login
 */
 
.entrada {
 margin: 0 auto !important;
    margin-top: 20px !important;
    margin-left: -175px !important;
    position: relative !important;
    top: 0;
    left: 50%;
    width:350px;
    padding-bottom:40px;
   
}

.login {
    height:0;
    overflow: hidden;
}
.login-box {
   border:10px solid #DDDDDD;
    margin:10px 0;
}
.login-box form {
   
}
.login-box ul {
    list-style-type: none;
    padding: 0;
}
.login-box.main-content {
    min-height: 0;
}

.fileupload {
    margin-bottom: 9px;
}

.input-append, .input-prepend {
    display: inline-block;
    font-size: 0;
    margin-bottom: 10px;
    vertical-align: middle;
    white-space: nowrap;
}

.fileupload .uneditable-input {
    cursor: text;
    display: inline-block;
    margin-bottom: 0;
	margin-top: 0px;
    vertical-align: middle;
	border: 1px solid #CCCCCC;
	-moz-box-sizing: border-box;
	background-color: #FFFFFF;
    height:17px!Important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border-radius: 4px 0px 0px 4px;
	-webkit-border-radius:4px 0px 0px 4px;
   -moz-border-radius: 4px 0px 0px 4px;

    color: #555555;
}
.fileupload-new .input-append .btn-file {
    border-radius: 0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
   -moz-border-radius: 0 3px 3px 0;

	min-height:18px;
}
.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
    border-radius: 0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
   -moz-border-radius: 0 4px 4px 0;

}
.fileupload .btn {
    vertical-align: middle;
}
.input-append input, .input-append select, .input-append .uneditable-input {
    border-radius: 4px 0 0 4px;
	-webkit-border-radius:4px 0 0 4px;
   -moz-border-radius: 4px 0 0 4px;
	_height:15px;
	border-color: #D8D9DA;
    color: #A7A7A7;
}

.input-append input, .input-append select, .input-append .uneditable-input {
    border-radius: 4px 0 0 4px;
	-webkit-border-radius:4px 0 0 4px;
   -moz-border-radius: 4px 0 0 4px;
}
.input-append .combobox_span12 {
	border-color: rgb(216, 217, 218); border-radius: 4px 0px 0px 4px;  color: rgb(167, 167, 167); background: #fff !important;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 height:16px!important;
 margin-bottom:3px!important;
}

.input-append .btn {
    margin-left: -1px;
	height:18px;
	margin-bottom:2px;
}
.input-append input {
   
	height:20px;
	
}

.topnav select {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    background-color: #123664 !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-top: 5px !Important;
    padding-bottom: 5px !Important;
    height: 33px !Important;
    margin-top: 1px;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #1B496B;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-color: #5A8DB5 !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2) inset, -1px -1px 1px rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    display: block;
}

.table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}
.table {
    margin-bottom: 20px;
    width: 100%;
}
.table th, .table td {
    border-top: 1px solid #DDDDDD;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}
.table th {
    font-weight: bold;
}
.table thead th {
    vertical-align: middle;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0 none;
}
.table tbody + tbody {
    border-top: 2px solid #DDDDDD;
}
.table .table {
    background-color: #FFFFFF;
}
.table-condensed th, .table-condensed td {
    padding: 4px 5px;
}
.table-bordered {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: separate;
    border-color: #DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid #DDDDDD;
}
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top: 0 none;
}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child {
    border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child {
    border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child {
    border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child {
    border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
    border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
    border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #F9F9F9;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #F5F5F5;
}
table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0;
}
.table td.span1, .table th.span1 {
    float: none;
    margin-left: 0;
    width: 44px;
}
.table td.span2, .table th.span2 {
    float: none;
    margin-left: 0;
    width: 124px;
}
.table td.span3, .table th.span3 {
    float: none;
    margin-left: 0;
    width: 204px;
}
.table td.span4, .table th.span4 {
    float: none;
    margin-left: 0;
    width: 284px;
}
.table td.span5, .table th.span5 {
    float: none;
    margin-left: 0;
    width: 364px;
}
.table td.span6, .table th.span6 {
    float: none;
    margin-left: 0;
    width: 444px;
}
.table td.span7, .table th.span7 {
    float: none;
    margin-left: 0;
    width: 524px;
}
.table td.span8, .table th.span8 {
    float: none;
    margin-left: 0;
    width: 604px;
}
.table td.span9, .table th.span9 {
    float: none;
    margin-left: 0;
    width: 684px;
}
.table td.span10, .table th.span10 {
    float: none;
    margin-left: 0;
    width: 764px;
}
.table td.span11, .table th.span11 {
    float: none;
    margin-left: 0;
    width: 844px;
}
.table td.span12, .table th.span12 {
    float: none;
    margin-left: 0;
    width: 924px;
}
.table tbody tr.success td {
    background-color: #DFF0D8;
}
.table tbody tr.error td {
    background-color: #F2DEDE;
}
.table tbody tr.warning td {
    background-color: #FCF8E3;
}
.table tbody tr.info td {
    background-color: #D9EDF7;
}
.table-hover tbody tr.success:hover td {
    background-color: #D0E9C6;
}
.table-hover tbody tr.error:hover td {
    background-color: #EBCCCC;
}
.table-hover tbody tr.warning:hover td {
    background-color: #FAF2CC;
}
.table-hover tbody tr.info:hover td {
    background-color: #C4E3F3;
}


.dxeListBoxItem {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #FFFFFF;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #FFFFFF;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    color: #000000;
    font-family: 'Open Sans', sans-serif!Important;
    font-size: 13px!Important;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    padding-bottom: 4px;
    padding-left: 3px;
    padding-right: 2px;
    padding-top: 3px;
    text-align: left;
    white-space: nowrap;
	max-width:40%;
	z-index:9999!Important;
	 -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius:  4px 4px 4px 4px;
  border-radius:  4px 4px 4px 4px;
	
}
.form-horizontal .well .controls {
z-index:9999!Important;
}

.UpPanelProtocolo  {
	 -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius:  4px 4px 4px 4px;
  border-radius:  4px 4px 4px 4px;
}

.FicheroUpload
{
    cursor: text;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0px;
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    height: 17px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    color: #555555;
    text-align: left;
}

