/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9/10/2019, 10:14:59 PM
    Author     : pospocket
*/

.skin-red .main-header .navbar{
    background-color: #F7E6E5;
    background-repeat: no-repeat;
    background-size: 15% 100%;
}

.skin-red .main-header .logo{
    background-color: #F7E6E5;
}

.skin-red .main-header .logo:hover{
    /* background-color: #F5B7B1; */
}

.skin-red .main-header .navbar .sidebar-toggle:hover{
  background-color: #F5B7B1;
}
  
/*.main-header .sidebar-toggle::after{
  content: 'Menu';
  height: 20px;
  width: 40px;
  position: absolute;
  top: -20px;
  left: 0px;
  background: rgb(178,178,178);
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: black;
}*/


/* version 1.27 */
#fsedesedit #x_direccion, #fsedesedit #x_barrio,
#fsedesadd #x_direccion, #fsedesadd #x_barrio
{
  resize: none;
}


.label-ot-cerrada{
  background-color: #000000 !important;
  color: #FFF;
  font-size: 10px;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

.label-ot-creada {
  background-color: rgb(253, 254, 206) !important;
  color: #000;
  font-size: 10px;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

.label-ot-en-ejecucion {
  background-color: rgb(0, 112, 192) !important;
  color: #FFF;
  font-size: 10px;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  display: block;
}

.label-ot-facturado {
  background-color: rgb(192, 0, 0) !important;
  color: #FFF;
  font-size: 10px;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

.label-ot-anulado {
  background-color: rgb(217, 217, 217) !important;
  color: #000;
  font-size: 10px;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

.label-ot-en-cotizacion {
  background-color: rgb(255, 153, 0) !important;
  color: #000;
  font-size: 10px;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  display: block;
}

.label-ot-en-cerrada {
  background-color: rgb(0, 0, 0) !important;
  color: #FFF;
  font-size: 10px;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}