

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.gradient_gris{

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
box-shadow: 1px 1px 17px rgba(51, 51, 51, 0.34);
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.add_pointer{
  cursor:pointer;
}

.alerta_roja{
    background-color:#FF0000; color:#fff;
    background: #c91414; /* Old browsers */
    background: -moz-linear-gradient(top,  #c91414 0%, #a30303 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c91414), color-stop(100%,#a30303)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c91414 0%,#a30303 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c91414 0%,#a30303 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c91414 0%,#a30303 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c91414 0%,#a30303 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c91414', endColorstr='#a30303',GradientType=0 ); /* IE6-9 */
}

.alerta_naranja{
    background-color:#FF0000; color:#fff;
    background: #c91414; /* Old browsers */
    background: -moz-linear-gradient(top,  #c91414 0%, #a30303 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c91414), color-stop(100%,#a30303)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c91414 0%,#a30303 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c91414 0%,#a30303 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c91414 0%,#a30303 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c91414 0%,#a30303 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c91414', endColorstr='#a30303',GradientType=0 ); /* IE6-9 */
}

.alerta_amarilla{
    background-color:#FFBF00; color:#fff;
    background: #e09500; /* Old browsers */
    background: -moz-linear-gradient(top,  #e09500 0%, #f9bd22 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e09500), color-stop(100%,#f9bd22)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e09500 0%,#f9bd22 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e09500 0%,#f9bd22 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e09500 0%,#f9bd22 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e09500 0%,#f9bd22 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e09500', endColorstr='#f9bd22',GradientType=0 ); /* IE6-9 */
}

.alerta_verde{
    background-color:#86B404; color:#fff;
    background: #a4b357; /* Old browsers */
    background: -moz-linear-gradient(top,  #a4b357 0%, #75890c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4b357), color-stop(100%,#75890c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a4b357 0%,#75890c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a4b357 0%,#75890c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a4b357 0%,#75890c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a4b357 0%,#75890c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 ); /* IE6-9 */
}
