[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'coloicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-nuevo:before {
    content: "\e90a";
    color: #00b0ca;
}

.icon-pedidos:before {
    content: "\e900";
    color: #00b0ca;
}

.icon-back-orders:before {
    content: "\e901";
    color: #00b0ca;
}

.icon-catalogos:before {
    content: "\e902";
    color: #00b0ca;
}

.icon-cateters:before {
    content: "\e903";
    color: #00b0ca;
}

.icon-configuracion:before {
    content: "\e904";
    color: #00b0ca;
}

.icon-contacto1:before {
    content: "\e905";
    color: #00b0ca;
}

.icon-contacto2:before {
    content: "\e906";
    color: #00b0ca;
}

.icon-contacto3:before {
    content: "\e907";
    color: #00b0ca;
}

.icon-facturas:before {
    content: "\e908";
    color: #00b0ca;
}

.icon-heridas:before {
    content: "\e909";
    color: #00b0ca;
}

.icon-ostomia:before {
    content: "\e90c";
    color: #00b0ca;
}

.icon-ordenes:before {
    content: "\e90d";
    color: #00b0ca;
}

.icon-seguimiento-envios:before {
    content: "\e90e";
    color: #00b0ca;
}

.icon-todos-prods:before {
    content: "\e90f";
    color: #00b0ca;
}

.bg-turquoise {
    background-color: rgb(0, 176, 202);
    color: #fff;
}

.itmUsrSel {
    border: solid 2px #fff;
}

.itmUsr {
    border: solid 2px #fff;
}

.itmUsr:hover {
    border: solid 2px rgb(0, 176, 202);
}

.tile {
    background-color: #f1f1f1;
    width: 95%;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 5%;
    color: #6c6f70;
    font-size: 1.2em;
    font-family: "Coloplast";
}
.tile i{
     color: #00b0ca;
}
.disabled-tile span:before {
    color: grey !important;
    opacity: 0.7;
}

.disabled-tile .tile:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed !important;
    text-decoration: none !important;
}

.disabled-tile:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed !important;
    text-decoration: none !important;
}

.tile:hover {
    text-decoration: none !important;
}

.link-tile:hover {
    text-decoration: none !important;
    color: #6c6f70 !important;
}

.tile span {
    display: inline-block;
    font-size: 6em;
}

.tile .tile-ico {
    padding-top: 5%;
}

.tile .tile-text {
    padding-top: 5%;
    padding-bottom: 5%;
}

.tile:hover {
    -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer !important;
}

.tile:active {
    -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer !important;
}

.text-color-1{
    color: #17b7cf;
}
.text-color-2{
    color:#6c6f70;
}
.form-error{
    font-size: 14px;
    color:red;
    display: inline-block;
    padding-top: 5px;
}
.wp {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 64px;
    z-index: 999;
    transition: all 0.3s ease;
}
.wp img {
    display: block;
    width: 100%;
}
.container-tabla{
    position: relative;
}
.overlay-tabla {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 5;
    cursor: pointer;
}

/* spinner */
.spinner {
    margin: 100px 100px;
    width: 70px;
    color:#17b7cf;
    text-align: center;
}
