@font-face{
	font-family:"poppins";
	src:url("../fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* Rules for sizing the icon. */
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-30 { font-size: 30px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-60 { font-size: 60px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

body{
    font-family: 'poppins';
}
hr{
    border-color: rgb(255,120,120);
}

#nav{
    background-image: linear-gradient(rgb(255,30,30), rgb(255,120,120))
}

.table{
    font-size:14px;
}

.flot-info{
    background-image: linear-gradient(rgb(0,180,0), rgb(0,255,0));
    position: absolute;
    bottom: 10px;
    right: 25px;
    padding: 5px 35px;
    border-radius:150px;
    border: 2px solid rgb(0,150,0);
    color: rgb(80,80,80);
    display: flex;
    justify-content: flex-end;
}

.align-v{
    display: flex;
    justify-content: center;
    align-items: center;
}

.seccion-background{
    background-image: linear-gradient(to right, rgb(210,210,210), rgb(245,245,245));
}

.sesion-box{
    background-color: rgb(245,245,245);
    padding: 25px 35px;
    color: rgb(255,120,120) !important;
    box-shadow: 5px 10px 10px rgb(110,110,110);

    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.shadow-box{
    background-color: rgb(250,250,250);
    padding: 25px 35px;
    color: rgb(10,10,10) !important;
    box-shadow: 5px 10px 10px rgb(150,150,150);
}

.alert{
    min-height: 35px;
    font-size:14px;
}

.form-control{
    border-radius: 0px !important;
}

.text{
    color: rgb(255,30,30) !important;
}

.campo{
    background-color: transparent;
    /*border-bottom: 1px solid rgb(65,224,0);*/
    border-bottom: 1px solid rgb(150,150,150);
    border-left: 1px solid rgb(150,150,150);
    border-right: 1px solid rgb(150,150,150);
    border-top: none;
    height: 30px;
    padding: 0px 15px;
    border-radius:0px;
    font-size:14px;
    color: rgb(255,30,30) !important;
}

.campo:focus{
    border-bottom: 1px solid rgb(255,120,120);
    border-left: 1px solid rgb(255,120,120);
    border-right: 1px solid rgb(255,120,120);
    background-color: transparent;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.campo:disabled{
    background-color: rgba(235,235,235,.75) !important;
    color: rgb(185,185,185) !important;
}

.campo:read-only{
    background-color: transparent;
    color: rgb(100,100,100) !important;
    /*color: rgb(0,170,205) !important;*/
}

.cambio_contraseña{
    height: 45px !important;
}

.item-list-datos-activo{
    background-color: transparent;
    border-radius: 0px !important;
    border-right: 0px;
    border-left: 7.5px solid rgb(255,120,120) !important;
    border-top: 0px;
    border-bottom: .5px solid rgb(255,30,30) !important;
    transition:all .25s ease-in-out;
    
    padding:5px;
    
    margin-bottom: 1.5px;
    font-size: 13px;
    font-weight:lighter;
    color: rgb(255,120,120);
}

.item-list-datos-activo:hover{
    box-shadow: 3px 3px 3px rgb(255,120,120) !important;
    border-left: 7.5px solid rgb(255,30,30) !important;
    color: rgb(255,30,30);
}


.btn-small{ 
    border: 2px solid rgb(255,30,30);
    border-radius:25px !important;
    background-color: rgb(255,30,30);
    margin-top:5px;
    padding: 2.5px 25px;
    color: rgb(255,255,255);
    transition: all .35s ease-in-out;
    
    font-size: 14px;
}

.btn-small:hover{
    background-color: rgb(255,255,255);
    border: 2px solid rgb(255,30,30);
    color: rgb(255,30,30) !important;
    cursor:pointer;
}

.btn-small:disabled{
    background-color: rgb(150,150,150);
    border: .5px solid rgb(185,185,185);
    color: rgb(220,220,220) !important;
    cursor:not-allowed;
}

.btn-small-cancelar{ 
    border: 2px solid rgb(255,120,120);
    border-radius:25px !important;
    background-color: rgb(255,120,120);
    margin-top:5px;
    padding: 2.5px 25px;
    color: rgb(255,255,255);
    transition: all .35s ease-in-out;
    
    font-size: 14px;
}

.btn-small-cancelar:hover{
    background-color: rgb(255,255,255);
    border: 2px solid rgb(255,120,120);
    color: rgb(255,120,120) !important;
    cursor:pointer;
}


.item-icon{
    background-color: rgb(255,255,255);
    border: 1px solid rgb(255,30,30) !important;
    border-radius: 50px;
    padding:2.5px;
    color:rgb(255,30,30) !important;
    cursor: pointer;
}

.item-icon:hover{
    background-color: rgb(255,30,30) !important;
    color: rgb(255,255,255) !important;
}

.item-eliminar:hover{
    background-color: rgb(255,0,0);
    color: rgb(255,255,255) !important;
    border-radius:50px;
    cursor:pointer;
}

.item-imagen:hover{
    cursor:pointer;
    transition: all .25s ease-in-out;
    filter: grayscale(80%);
    -webkit-transform:scale(1.05);
    transform:scale(1.05);
}

/* Jquery-ui */

.ui-autocomplete {
    max-height: 350px;
    border: none !important;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.ui-autocomplete-loading {
    background: white url("../jquery-ui/images/ui-anim_basic_16x16.gif") right center no-repeat;
}

.ui-menu-item{
    font-size: 12px !important;
    font-family: 'calibri' !important;
    border-bottom: .5px solid rgba(35,180,0,.75) !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background-color: rgb(245,245,245);
    padding: 5px 10px;
}


/* ESTILOS MENU FORMULARIO */

.material-icons-lens{
    color: rgb(255,120,120) !important;
    transition: all .25s ease-in-out;
}

.item-list{
    box-shadow: 5px 10px 10px rgb(150,150,150) !important;
    background-color: rgb(255,255,255) !important;
    color: rgb(0,0,0) !important;
    cursor: pointer;
    transition: all .25s ease-in-out;
}

.material-icons-lens-active{
    color: rgb(255,30,30) !important;
    transition: all .25s ease-in-out !important;
}

.item-list-active{
    margin-left:5px;
    box-shadow: 3px 3px 3px rgb(255,120,120) !important;
    background-color: rgb(255,255,255) !important;
    color: rgb(255,30,30) !important;
    cursor: pointer;
    transition: all .25s ease-in-out !important;
    z-index: 1000;
}

.badge-pink{
    background-color: rgb(255,30,30);
    color: #ffffff;
}