/* 
Author: Start Bootstrap - http://startbootstrap.com
'SB Admin' HTML Template by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* ATTN: This is mobile first CSS - to update 786px and up screen width use the media query near the bottom of the document! */

/* Global Styles */

body {
  margin-top: 50px;
  overflow-y:scroll;
  /*font-family: 'latolight';*/
  font-family: 'Raleway';

}

.grafico {
  width: 100%;
  height: 300px;
}

a,li,span,button,input,select{
  transition:all 1s;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
}

#wrapper {
  padding-left: 0;
}

#page-wrapper {
  width: 100%;
  padding: 5px 15px;
}

/* Nav Messages */

.messages-dropdown .dropdown-menu .message-preview .avatar,
.messages-dropdown .dropdown-menu .message-preview .name,
.messages-dropdown .dropdown-menu .message-preview .message,
.messages-dropdown .dropdown-menu .message-preview .time {
  display: block;
}

.messages-dropdown .dropdown-menu .message-preview .avatar {
  float: left;
  margin-right: 15px;
}

.messages-dropdown .dropdown-menu .message-preview .name {
  font-weight: bold;
}

.messages-dropdown .dropdown-menu .message-preview .message {
  font-size: 12px;
}

.messages-dropdown .dropdown-menu .message-preview .time {
  font-size: 12px;
}


/* Nav Announcements */

.announcement-heading {
  font-size: 50px;
  margin: 0;
}

.announcement-text {
  margin: 0;
}

/* Table Headers */

table.tablesorter thead {
  cursor: pointer;
}

table.tablesorter thead tr th:hover {
  background-color: #f5f5f5;
}

/* Flot Chart Containers */

.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* Edit Below to Customize Widths > 768px */

@media(max-width: 768px){
  .xs-mt{
    margin-top: 5px;
  }
}

@media (min-width:768px) {

  .sm-mt{
    margin-top: 10px;
  }

  /* Wrappers */

  #wrapper {
	padding-left: 225px;
  }

  #page-wrapper {
	padding: 15px 25px;
  }

  /* Side Nav */

  .side-nav {
	margin-left: -225px;
	left: 225px;
	width: 225px;
	position: fixed;
	top: 50px;
	height: 100%;
	border-radius: 0;
	border: none;
	background-color: #222222;
	overflow-y: auto;
  }

  /* Bootstrap Default Overrides - Customized Dropdowns for the Side Nav */

  .side-nav>li.dropdown>ul.dropdown-menu {
	position: relative;
	min-width: 225px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
  }

  .side-nav>li.dropdown>ul.dropdown-menu>li>a {
	color: #999999;
	padding: 15px 15px 15px 25px;
  }

  .side-nav>li.dropdown>ul.dropdown-menu>li>a:hover,
  .side-nav>li.dropdown>ul.dropdown-menu>li>a.active,
  .side-nav>li.dropdown>ul.dropdown-menu>li>a:focus {
	color: #fff;
	background-color: #1BBC9B;
  }

  .side-nav>li>a {
	width: 225px;
  }

  /* Nav Messages */

  .messages-dropdown .dropdown-menu {
	min-width: 300px;
  }

  .messages-dropdown .dropdown-menu li a {
	white-space: normal;
  }

  .navbar-collapse {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}

@media (min-width: 992px) {
  .sm-mt{
    margin-top: 0px;
  }

  .md-mt{
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .sm-mt{
    margin-top: 0px;
  }

  .md-mt{
    margin-top: 0px;
  }
}
/***********HACKS**********************/

.mt{
  margin-top: 10px;
}

.mb{
  margin-bottom: 10px;
}

.mt3{
  margin-top: 30px;
}

.table-buttons-panel{
  margin-bottom: -1px;
}

.error{
  box-shadow:0 1px 1px rgba(0,0,0,0.075) inset, 0 1px 8px rgba(255,41,41,0.95);
}

.m0{
  margin: 0 0 0 0;
}
/***************CARGA, LOAD, PRELOAD. PRE-LOAD***********************/
#div_carga{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: url(../images/gris.png) repeat;
    display:none;
    z-index:2000;
}

#cargador{
    position:absolute;
    top:50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    height: 50px;
    width: 50px;
}

textarea.no-resize{
  resize:none;
}

.hidden{
  display: hidden;
}


.notification-wrapper{
  top:77px;
  right: 30px;
  max-width: 300px;
  position: fixed;
  
}

#errorPassmessagge{
  color: red;
  font-weight: bold;
}


/*@media print {

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left;
}
.col-sm-12 {
  width: 100%;
}
.col-sm-11 {
  width: 91.66666666666666%;
}
.col-sm-10 {
  width: 83.33333333333334%;
}
.col-sm-9 {
  width: 75%;
}
.col-sm-8 {
  width: 66.66666666666666%;
}
.col-sm-7 {
  width: 58.333333333333336%;
}
.col-sm-6 {
  width: 50%;
}
.col-sm-5 {
  width: 41.66666666666667%;
}
.col-sm-4 {
  width: 33.33333333333333%;
 }
 .col-sm-3 {
   width: 25%;
 }
 .col-sm-2 {
   width: 16.666666666666664%;
 }
 .col-sm-1 {
  width: 8.333333333333332%;
 }
}*/

.print-container{
  width: 100%;
}




select[multiple]>option{
  height: auto;
  /*background-color: #1bbc9b;*/
  border-color: #17aa90;
}

select[multiple] option:hover,
select[multiple] option:focus,
select[multiple] option:active,
select[multiple] option.active,
select[multiple] option:checked{
  background-color: #1bbc9b;
}

/* Para Safari */
::selection {
  background-color: #1bbc9b;
}

/* Para Firefox */
::-moz-selection {
  background-color: #1bbc9b;
}

/****** BORDERS ******/
.bor-tp-1{
  border-top:1px solid #444;
}

.bor-rt-1{
  border-right: 1px solid #444;
}

.bor-lf-1{
  border-left:1px solid #444;
}

.bor-bt-1{
  border-bottom:1px solid #444;
}

.bor-n-1{
  border-top:1px solid #444;
  border-right: 1px solid #444;
  border-left:1px solid #444;
  border-bottom:0px solid #444;
}

.bor-u-1{
  border-top:0px solid #444;
  border-right: 1px solid #444;
  border-left:1px solid #444;
  border-bottom:1px solid #444;
}

.bor-o-1{
  border-top:1px solid #444;
  border-right: 1px solid #444;
  border-left:1px solid #444;
  border-bottom:1px solid #444;
}
/****** BORDERS ******/



/********IMPRIMIR************/
.printBox{
  font-size: 10px;
}
/********IMPRIMIR************/


.item > .fa{
  font-size: 3.5rem;
}


.btn-min{
  padding: 0px 5px;
}

.table-marginless{
  margin: 0 0 0 0;
}


.table-white > thead > tr > th, .table-white > tbody > tr > th, .table-white > tfoot > tr > th, .table-white > thead > tr > td, .table-white > tbody > tr > td, .table-white > tfoot > tr > td {
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #000;
}

#lista-grupo > .item-grupo{
  cursor: pointer;
}

#lista-grupo > .item-grupo:hover,
#lista-grupo > .item-grupo:focus,
#lista-grupo > .item-grupo.active,
#lista-contacto > .item-contacto:hover,
#lista-contacto > .item-contacto:focus,
#lista-contacto > .item-contacto.active{
  background-color: #1BBC9B;
  border-color: #17AA90;
  color: #fff;
}

#lista-contacto{
  overflow: scroll;
  height: 245px;
}
.panel-heading-with-input{
  padding-top: 5px;
}

.panel-heading input,
.item-contacto input{
  height: 26px;
  margin:0px;
}

.contactoAgregado{
  margin-right: 1px;
}

#contactos-para.panel,
#contactos-copia.panel{
  min-height: 35px;
  padding-right: 3px;
  padding-top: 5px;
  overflow: auto;
}

#menu-mantenedores{
  background-color: #111;
  box-shadow: inset 0px 0px 7px #000;
}

.contacto{
  font-size: 1.25rem;
  margin-left: 2px;
  float:left;
  margin-bottom: 2px;
}

.contacto i {
  cursor: pointer;
}

.clickUnlock[readonly=""]{
  background-color: rgba(255,255,255,0);
  border-color: rgba(255,255,255,0);
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.clickUnlock[readonly=""]:hover,
.clickUnlock[readonly=""]:focus{
  border-color: rgba(255,255,255,0);
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*superponer nav*/
.nav-superpuesto{
 z-index: 1060;
}

.nav-superpuesto.navbar-inverse, .nav-superpuesto .side-nav {
 background-color: rgba(34,34,34,0.8) !important;
 box-shadow: 0px 0px 8px 2px #222;
}



/**imagen del producto**/
#imagen-producto{
  cursor: pointer;
}

.breadcrumb.primary{
  background-color: #ffffff;
}

.breadcrumb.primary li{
  color: #000000;
}