body {
  background-color: #0B62A4;
  font-family: 'Arimo', sans-serif;
}

.page-login {
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius:10px;
  border:2px solid #006AB3;
  transform: translate(-50%, -50%);
  transform: -webkit-translate(-50%, -50%);
  transform: -ms-translate(-50%, -50%);
  max-width: 450px;
  padding: 30px 10px
  
}
.container-login {
	margin: 20px auto 0px auto;
	max-width: 400px;
}

.page-login .logo{
    max-width: 75%;
    margin: 0 auto;
}

.ul-errors-form {
  padding: 0px
}
.ul-errors-form > li {
  list-style: none
}

.showCont {
  display: block
}

.hideCont {
  display: none
}

.containter-form-user {
  max-width: 100%;
  margin: 15px auto;

}

.formDelete {
  display: inline-block;
}

@media(max-width:320px){
  .page-login {
    width:  85%;
  }
  
}
@media only screen and (min-width : 320px) {
  .page-login {
    width:  85%;
  }
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .btn-option {
      display: inline-block;
      margin-bottom: 8px
    }
    .containter-form-user {
      max-width: 85%;
      margin: 15px auto;

    }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .btn-option {
      display: block;
      margin-bottom: 8px
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .btn-option {
    display: inline-block;
  margin: 0px
}

}

input.form-control.input-tel {
  width: auto
}

.call-bagde{
  font-size: 15px;
  background-color: #FF5722;
  font-weight: 400;
}

.call-bagde-dif{
  font-size: 15px;
  background-color: rgba(255, 87, 34, 0.67);
  font-weight: 400;
}

.table-colum-id{
  margin: 0px 0px 3px 0px;
}

.bagde-counter-call{
  cursor:pointer;
}

.info-cotiz {
  font-size:20px; margin-top:5px;cursor:pointer !important; display: block;
}

.lista-sucursales{
  background-color: white;
  margin-top: 20px;
}

.user-profile {
      padding-bottom: 9px !important;
    padding-top: 12px !important;
}

.user-profile img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-right: 10px;
}

/*.navbar-top-links li a {
  padding-bottom: 10px
}

.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
}*/

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }


.easy-autocomplete-container ul li {
  padding-top: 0;
  padding-bottom: 0;
}

.easy-autocomplete-container ul li .eac-item {
  padding-top: 4px;
  padding-bottom: 4px;
}

h3{
  margin-top: 0;
  color: rgb(12, 107, 183)
}

.btn-success{
  background: mediumseagreen
}

.alert-danger{
      color: white;
    background-color: #d9534f;
}

.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    /*pointer-events: none;*/
    cursor: pointer;
}

.container{
  max-width: none !important;
  width: 1170px;
}

.dropdown.open a{
  color: black !important
}

.title-mod{
  font-weight: bold;
  color: #0B62A4;
  text-transform: uppercase;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 300px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: rgb(40, 212, 142);
}

.panel-green > .panel-heading {
    border-color: rgb(40, 212, 142);
    color: #fff;
    background-color: rgb(40, 212, 142);
}

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .text {
  position: absolute;
  background-color: rgba(74, 68, 68, 0.1); 
  color: black;
  height: 100%;
  padding: 7px 5px 7px 5px;
}

/* align glyph */
.left-addon .text  { left:  0px;}
.right-addon .text { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  25px; }
.right-addon input { padding-right: 25px; }

.color-text-modal{
  color: #0B62A4;
  font-weight: bold;
  text-transform: uppercase;
}


.center-th>th{text-align: center; color: #0B62A4; text-transform: uppercase;}
.center-td>td{text-align: center}

.btn-success{
  background-color: #0d9347;
  border-color:white: #0d9347;
}

.btn-primary{
  background-color: #0B62A4;
  border-color:white: #0B62A4; 
  border-width: 0;
}

.btn-primary:hover{
  border-width: 0;
}

.btn-danger{
  background-color: #E62117;
  border-color:white: #E62117; 
  border-width: 0;  
}

/*.btn-warning{
  background-color: #308a31;
  border-color: #308a31;
  border-width: 0;
}

.btn-warning:hover{
  background-color: #368436;
  border-color: #368436;
}*/

.label-primary{
  background-color: #0B62A4;
}
.label-danger,.alert-danger{
  background-color: #E62117;
}

.pagination li.active span {
  background-color: #0B62A4;
}

.title-color label{
  color: #0B62A4; text-transform: uppercase;
}

.title-color-field{
  color: #0B62A4; text-transform: uppercase;
}

html, body {
    height: 100%;
    margin: 0;
}

.c-container {
    min-height: -webkit-calc(100% - 50px);     /* Chrome */
    min-height: -moz-calc(100% - 100px);     /* Firefox */
    min-height: calc(100% - 100px);     /* native */
}
.footer { 
    background-color: #ecf0f5;
    padding-top: 5px; 
    text-align: center;
    position: relative;
    clear:both;
    color: black;
}

.m-b-5{
  margin-bottom: 15px
}

.modal-lg {
  width: 90%;
}

.modal { overflow: auto !important; }

.table-responsive {
    overflow: inherit;
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}

.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}

.col-xs-20 {
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}


textarea {
  resize: none;
}




/*#chart {
    height: 440px;
}

.tooltip-header {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5c5c5;
}

.tooltip-body {
    width: 170px;
}

.tooltip-body .series-name {
    font-weight: normal;
    opacity: 0.6;
    display: inline-block;
    line-height: 1.5;
    padding-right: 10px;
    width: 126px;
}

.tooltip-body .value-text {
    display: inline-block;
    line-height: 1.5;
    width: 30px;
}*/

.aaa.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.aaa.nav-tabs, .nav-pills {
    text-align:center;
}

option:disabled {
    color: #dddddd;
}

.btnbuscar {
  font-size: 12px!important;
  padding: 4px;
}