﻿@import url("Formulario.css");
@import url("tabla/estilo.css");
@import url("StyledForm.css");
@import url("Tabs/Gris/tabs.css");
@import url("../tip-yellowsimple/tip-yellowsimple.css");
@import url("PieMenu/estilo.css");
@import url("DropKick.css");
@import url("Botones/Botones.css");

* {
  margin: 0;
  padding: 0;
}

body, #maincontent, .main-full, .modal {
  background-color: #2F3133;
}

body {
  color: #333333;
  font-family: Arial;
  font-size: 10px;
  padding-top: 0;
}

  body.close, .close #maincontent, .close .main-full, html.close {
    padding: 0 !important;
    margin: 0 !important;
    background: #f3f3f3;
    height: 100%;
  }

a {
  color: #CC3300;
  text-decoration: none;
}

  a:hover {
    color: #C00;
    text-decoration: underline;
  }

  a.selected:active {
    color: #CC3300;
  }

  a.disabled {
    color: #333333;
  }

    a.disabled:hover {
      color: #333333;
      text-decoration: none;
    }

ul, ul li {
  list-style: none;
  margin: 0;
}

img {
  border: 0;
}

  img.agregaNota {
    cursor: pointer;
  }

input[type="text"], textarea, select {
  font-size: 11px;
  font-family: Arial;
  line-height: 1.3;
  padding: 3px 4px 3px 0;
  text-indent: 2px;
  background: #fff;
  /*color: #7c7c7c;*/
  outline: none;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #ad9c9c;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px rgba(34, 25, 25, 0.2) inset, 0 1px #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

  input[type="text"]:focus, textarea:focus, select:focus {
    background: #fff;
    color: #5d5d5d;
    -moz-box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px #669999;
    -webkit-box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px #669999;
    box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px #669999;
  }

input[type="image"] {
  background-color: Transparent;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  padding: 2px 4px 2px 0;
  text-transform: uppercase;
}

option {
  text-indent: 5px;
}

  option:disabled {
    color: #999999;
  }

input[type="radio"], input[type="checkbox"] {
  color: #000;
  background-color: transparent;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

  input[type="radio"]:checked + label {
    color: red;
  }



.required {
  border: solid 1px #F1795E !important;
}


input:disabled, textarea:disabled, select:disabled {
  border: solid 1px #ccc !important;
  -moz-box-shadow: none;
  box-shadow: none;
}

.tabla input[type="text"], .tabla select {
  text-indent: 2px !important;
  width: 100% !important;
}

.tabla option {
  text-align: left !important;
}

.icon {
  background-color: transparent;
  margin: 0;
  margin-left: 5px;
  padding: 0;
  vertical-align: text-bottom;
  box-shadow: none;
}

.readonly {
  background-color: #FFF;
  border: solid 1px #FFF;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.FnxPrincipal {
  z-index: 1;
}

  .FnxPrincipal .FnxContenido {
    margin: 2em 1% 2.5em 1%;
    width: 98%;
  }

  .FnxPrincipal .GysSepara {
    margin: 4em 1% 2.5em 1%;
  }

.FnxIdeasPie {
  color: #999999;
  height: 15px;
  margin: 1%;
  margin-bottom: 5px;
  text-align: right;
  vertical-align: top;
  width: 98%;
}

  .FnxIdeasPie img {
    margin-bottom: -2px;
    vertical-align: text-bottom;
  }

.FnxMainZ-clean .FnxPrincipal {
  margin: 0;
  padding: 0;
  width: 100%;
}

.FnxMainZ-clean .FnxContenido {
  margin: 0;
  padding: 0;
  width: 100%;
}

.FnxMainZ-clean fieldset {
  margin: 0;
  padding: 0;
}

  .FnxMainZ-clean fieldset li .campoFull {
    width: auto;
  }

  .FnxMainZ-clean fieldset li .campo {
    width: auto;
  }

    .FnxMainZ-clean fieldset li .campo ul {
      width: auto;
    }
/* ESTILOS PARA MENU SUPERIOR*/
.FnxTopLinks {
  background: rgb(227,234,237);
  background: -moz-linear-gradient(top, rgba(227,234,237,1) 1%, rgba(200,215,220,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1)));
  background: -webkit-linear-gradient(top, rgba(227,234,237,1) 1%,rgba(200,215,220,1) 100%);
  background: -o-linear-gradient(top, rgba(227,234,237,1) 1%,rgba(200,215,220,1) 100%);
  background: -ms-linear-gradient(top, rgba(227,234,237,1) 1%,rgba(200,215,220,1) 100%);
  background: linear-gradient(top, rgba(227,234,237,1) 1%,rgba(200,215,220,1) 100%);
  border-bottom-color: #8BABB6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3eaed', endColorstr='#c8d7dc',GradientType=0 );
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1em;
  position: fixed;
  text-transform: capitalize;
  top: 0;
  width: 100%;
  z-index: 80;
}

  .FnxTopLinks ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }

  .FnxTopLinks ul, .FnxTopLinks li {
    text-indent: 0;
  }

  .FnxTopLinks a {
    border-left: 1px solid #C2D5DA;
    border-left-color: #E8EEF0;
    border-right: 1px solid #8BABB6;
    border-right-color: #B4C9CF;
    color: #333333;
    display: block;
    float: left;
    line-height: 22px;
    padding: 0 1em;
    text-transform: capitalize;
  }

    .FnxTopLinks a:first-child {
      border-left: none;
    }

    .FnxTopLinks a:last-child {
      border-right: none;
    }

    .FnxTopLinks a:hover {
      color: #fff;
      text-decoration: none;
    }

    .FnxTopLinks a.right {
      border-right: none;
      float: right;
      margin: 0;
    }

    .FnxTopLinks a.boton {
      border: none;
      float: right;
      margin: 0;
      margin-top: -20px;
      padding: 0px 0px 0px 6px;
    }

    .FnxTopLinks a img {
      vertical-align: middle;
    }

    .FnxTopLinks a.combo {
      background: url(images/down.png) no-repeat right center;
      padding-right: 20px;
    }
/*LIMITER BOX*/
.limiterBox {
  background-color: #ffc;
  border: 1px solid #c7bf93;
  border-top: none;
  color: #000;
  padding: 3px 6px;
  font: 12px/16px arial,helvetica,sans-serif;
}
/* PROGRESS */
.progress {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  position: relative;
  width: 120px;
  z-index: 200;
  background: #f3f3f3;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

  .progress .header {
    background-position: 5px top;
    color: #313131;
    -webkit-text-shadow: 0px 1px 0px #fff;
    text-shadow: 0px 1px 0px #fff;
    font-family: helvetica;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    /*background-image: url(images/avaluos.gif);
    background-repeat: no-repeat;*/
  }

  .progress .body {
    padding: 0 10px;
  }
/*ESTILOS PARA MENUS DESPLEGABLES*/
#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 90;
}

  #nav a {
    border: none;
    float: none;
  }

  #nav li {
    border-left: 1px solid #E8EEF0;
    border-right: 1px solid #B4C9CF;
    float: left;
    list-style: none;
    position: relative;
  }

  #nav .FnxSubMenu {
    background: rgb(227,234,237);
    background: -moz-linear-gradient(top, rgba(227,234,237,1) 1%, rgba(200,215,220,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1)));
    background: -webkit-linear-gradient(top, rgba(227,234,237,1) 1%,rgba(200,215,220,1) 100%);
    background: -o-linear-gradient(top, rgba(227,234,237,1) 1%,rgba(200,215,220,1) 100%);
    background: -ms-linear-gradient(top, rgba(227,234,237,1) 1%,rgba(200,215,220,1) 100%);
    background: linear-gradient(top, rgba(227,234,237,1) 1%,rgba(200,215,220,1) 100%);
    border: 1px solid #8BABB6;
    display: none;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3eaed', endColorstr='#c8d7dc',GradientType=0 );
    height: auto;
    left: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 80;
  }

.ie .FnxSubMenu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#nav .FnxSubMenu li {
  border-bottom: 1px solid #B4C9CF;
  border-top: 1px solid #E8EEF0;
  float: none;
  height: 24px;
  margin: 0;
  text-transform: none;
  width: 124px;
}

  #nav .FnxSubMenu li:last-child {
    border-bottom: none;
  }

  #nav .FnxSubMenu li a {
    color: #333333;
    z-index: 90;
  }
/*PRUEBAS*/
.GysPruebas {
  background: rgb(255,48,25);
  background: -moz-linear-gradient(top, rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1)));
  background: -webkit-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
  background: -o-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
  background: linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
  font-size: 12px;
  line-height: 15px;
  padding: 4px 5px;
  position: fixed;
  right: 0;
  top: 31px;
  z-index: 99;
}

  .GysPruebas a {
    color: #FFCC66;
    text-decoration: underline;
  }
/* MENU DESPLEGABLE */
#middlebar {
  color: #000;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
  position: relative;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 100%;
  z-index: 99;
}

  #middlebar ul, #middlebar li {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #middlebar .menu li {
    float: left;
    height: auto;
    margin-right: 10px;
    background-color: beige;
  }

  #middlebar .FnxSubMenu {
    background: #F5F5DC;
    border: 1px solid #aaa;
    -moz-box-shadow: 0 0 6px #999;
    -webkit-box-shadow: 0 0 6px #999;
    box-shadow: 0 0 6px #999;
    clear: both;
    margin-left: 10px;
    margin-right: auto;
    padding: 0px;
    position: absolute;
    top: 25px;
    z-index: 2;
    border-radius: 5px;
  }

    #middlebar .FnxSubMenu .gridForm {
      background: beige;
      margin: 0px;
      margin: 0;
    }

    #middlebar .FnxSubMenu .imgClose {
      margin-bottom: 0px;
      padding-top: 1%;
      text-align: right;
      width: auto;
    }

    #middlebar .FnxSubMenu img {
      background-color: #fff;
    }

    #middlebar .FnxSubMenu li a {
      background: none;
      border: 0;
      color: #105cbe;
      display: block;
      float: none;
      height: auto;
      line-height: normal;
      margin: 0;
      padding: 6px 6px;
    }

      #middlebar .FnxSubMenu li a:hover {
        background: #e3edef;
      }

  #middlebar .content {
    width: 98%;
    margin: 0 auto;
  }


.sinMargen {
  margin: 0;
  padding: 0;
  width: 100%;
}
/* ESPECIALES */
.lblNota {
  border: 1px solid #F90;
  color: #333;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  padding: 1px 5px 1px 5px;
}

.FnxStatusArea {
  display: inline;
  float: right;
  font: 10px/1.22 arial,helvetica,clean,sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  right: 2%;
  text-align: right;
  top: 0px;
}

  .FnxStatusArea ul, .FnxStatusArea ul {
    margin: 0;
    padding: 0;
  }

  .FnxStatusArea li {
    display: block;
    height: 20px;
  }

  .FnxStatusArea label {
    float: right;
    margin-bottom: 5px;
    width: 100%;
  }

a.FnxStatusLink {
  color: #369;
  font: 10px/1.22 arial,helvetica,clean,sans-serif;
  font-weight: bold;
  margin: 0px 0px 0px 3px;
  padding: 0px;
  vertical-align: middle;
}

.FnxDownload label {
  float: left;
  margin-bottom: 5px;
}

.FnxDownload ul {
  border: 0;
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  margin-left: 150px;
  padding: 5px;
  position: relative;
}

.FnxDownload li {
  display: block;
}

a.FnxStatusLink:hover {
  color: #F00;
}

.ModalAlert {
  background-image: url(/Resources/IMG/Iconos/warning/dialog-warning.gif);
  background-position: 5px 5px;
  background-repeat: no-repeat;
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  padding-left: 70px;
}

.FnxBookmartlet {
  color: #393;
}

  .FnxBookmartlet:hover {
    color: #393;
  }

.ui-accordion-content h3 img.file {
  position: absolute;
  right: 5px;
  top: 5px;
}

.ui-accordion-content h3 .noHeader {
  font-weight: normal;
  margin-left: 1em;
}

tr.formRowHeader td {
  color: #333333;
  vertical-align: text-bottom;
}
/*JQUERY AUTOCOMPLETE*/
.autocomplete-suggestions {
  border: 1px solid #F1795E;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}
/*POPUP*/
.PopUpBackground {
  background-color: #999999;
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
  position: relative;
}

.FramePopUp {
  background-color: White;
  background-color: #333333;
  border: 1px solid #666666;
  padding: 0px;
}

  .FramePopUp fieldset.principal {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%; /* or whatever */
  }

  .FramePopUp fieldset .content {
    height: 100%;
    min-height: 100%;
    overflow: auto;
  }

  .FramePopUp div.button_area {
    position: absolute;
    bottom: 0;
  }

/* ESTILOS PARA BARRA DE OPCIONES Y FILTROS*/
.filtroCustom {
  background-color: #FBFBFB;
  border: solid 1px #DCDCDC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 10px 0 0 0;
  width: 100%;
}

.options {
  display: block;
  background-color: #fcfcfc;
  border: 1px solid #DCDCDC;
  color: #000;
  text-align: left;
  text-indent: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 0;
}

  .options .wait {
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .options .img {
    clear: none;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    position: relative;
    top: 0px;
    vertical-align: middle;
  }

  .options input, .options textarea, .options select {
    border: 1px dotted #C0C0C0;
    margin: 0px 0px 0px 5px;
  }

    .options input.IdsBoton {
      border-style: solid;
      font: .9/.9 Arial;
      font-weight: normal;
      padding: 2px 5px;
    }

.smallbutton input.IdsBoton, .smallbutton a.IdsBoton {
  border-style: solid;
  font: .9/.9 Arial;
  font-weight: normal;
  padding: 2px 5px !important;
}
/*EARLY WARNINGS*/
.listaPendientes {
  color: #000;
  display: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 5px;
  right: 5px;
  text-align: left;
  width: 350px;
  z-index: 90;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

  .listaPendientes li {
    background: repeat-x left top;
    background-color: #FFC;
    background-position: left top;
    border: 1px solid #C0C0C0;
    -moz-box-shadow: 0 0 6px #999;
    -webkit-box-shadow: 0 0 6px #999;
    box-shadow: 0 0 6px #999;
    color: #333;
    font: 12px/14px Arial;
    list-style: none;
    margin-bottom: 1px;
    padding: 4px 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-indent: 2px;
    vertical-align: middle;
    width: 100%;
  }

    .listaPendientes li.tskImportante {
      background: rgb(255,48,25);
      background: -moz-linear-gradient(top, rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1)));
      background: -webkit-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
      background: -o-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
      background: -ms-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
      background: linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
      border-color: #C00;
      color: #FFF;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
    }

    .listaPendientes li a {
      color: #00C;
    }

  .listaPendientes img {
    margin: 0 4px;
    vertical-align: text-top;
  }

    .listaPendientes img.iconclose {
      position: absolute;
      right: 4px;
      top: 8px;
    }

.ie6 .listaPendientes li {
  filter: progid:DXImageTransform.Microsoft.Shadow(enabled='0');
}
/*BADGE*/
.badge {
  font-family: Arial;
  font-size: 10px;
  font-weight: normal;
  padding: 0 4px;
  color: #fff;
  border: solid 1px #962225;
  background: #f44336;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  border-radius: .3em;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  -webkit-text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
}
/*DOS COLUMNAS PARA DETALLE DE SERVICIO*/
.colmask {
  clear: both;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}

.colright, .colmid, .colleft {
  float: left;
  width: 100%;
  z-index: 1;
}

.FNX_Col1, .FNX_Col2, .FNX_Col3 {
  float: left;
  padding: 0 0 1em 0;
  z-index: 1;
}

.rightmenu .FNX_Col1 {
  width: 55%;
}

.rightmenu .FNX_Col2 {
  margin-left: 1%;
  width: 43%;
}
/*REORDER PARA EL MODULO DE COMPARABLES */
#gridComparables {
  background-color: #F5F5F5;
  border-color: #999999;
  border-style: solid none solid none;
  border-width: 1px;
  font-family: Arial;
  font-size: 10px;
  margin: 2px 0;
  width: 100%;
}

  #gridComparables .header {
    background-color: #333333;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 13px;
    line-height: 20px;
    text-indent: 5px;
    vertical-align: middle;
  }

  #gridComparables .rowHeader {
    background-color: #DADADA;
    border-right: 1px solid #999999;
  }

  #gridComparables .foto {
    border-color: #C0C0C0;
    border-style: solid solid none none;
    border-width: 1px;
    padding-left: 3px;
    padding-top: 2px;
    width: 80px;
  }

.tablaComparables {
  margin: 0 auto;
  width: 98%;
}

  .tablaComparables th.header {
    background-color: #DDDDDD;
    border: 1px solid #999999;
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
  }

  .tablaComparables td.col {
    border-color: #999999;
    border-style: none solid solid solid;
    border-width: 1px;
  }

.ReorderItemAreaComp .img {
  margin: 0px;
  padding: 0px;
}
/*FORMULARIOS
fieldset {margin: 1em 0px;color: #333;padding: 10px 0px 0px 0px;border: none;width: 100%; }
fieldset ol {font-size:1.1em;}
fieldset ol li {list-style: none;padding:6px 10px;margin: 0;}
fieldset ol label { vertical-align: baseline; text-align: right; font-size: 12px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; }
fieldset li label {display: inline-block;vertical-align: baseline;width: 140px;margin-right: 5px;height:auto;}
fieldset li .campo {display: inline-block;text-align: left;}
fieldset .min {width: 80px;}
fieldset input, fieldset textarea,fieldset select{color:#000; font-family:Arial; font-size:11px;}
fieldset legend a { color: #999999; }
fieldset li label.max { width: 250px; }
fieldset li label.max350 { width: 350px; }*/

/*FOTOS*/
.fotoSombra:hover {
  -moz-box-shadow: 0 0 6px #999;
  -webkit-box-shadow: 0 0 6px #999;
  box-shadow: 0 0 6px #999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3,Direction=135,Color='#999')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3,Direction=135,Color='#999');
}

#accordeon .floatRight {
  display: block;
  margin-top: -10px;
  text-align: right;
}

  #accordeon .floatRight input {
    vertical-align: text-bottom;
  }

.fotoFlotante {
  border: 1px solid #808080;
  display: inline;
  float: left;
  margin: 5px;
  position: relative;
}

  .fotoFlotante img {
    border: none;
    cursor: pointer;
    height: 53px;
    margin: 0 auto;
  }

  .fotoFlotante input {
    background-color: transparent;
    border: none;
    bottom: 2px;
    padding: 0;
    position: absolute;
    right: 2px;
    z-index: 80;
  }

  .fotoFlotante .resize {
    border: none;
    bottom: 3px;
    left: 3px;
    position: absolute;
    z-index: 80;
  }

    .fotoFlotante .resize img {
      border: none;
      height: auto;
    }

/**ESTILO PARA SELECCION DE COMBINACION*/
.CombinacionSeleccionDatos {
  width: 500px;
  height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  /*-moz-box-shadow: inset 0 1px 1px #888;
  -webkit-box-shadow: inset 0 1px 1px #888;
  box-shadow: inset 0 1px 1px #888;*/
  border: 1px solid #999999;
  background: #E6E6E6;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(255,255,255,.5) 15px, rgba(255,255,255,.5) 30px);
  padding: 10px 0;
}

  .CombinacionSeleccionDatos tr:hover {
    background: #DFEDFF !important;
  }


/*REORDER PARA SELECION DE FOTOS*/
.FotosSeleccionadas {
  overflow: auto;
  -moz-box-shadow: inset 0 1px 1px #888;
  -webkit-box-shadow: inset 0 1px 1px #888;
  box-shadow: inset 0 1px 1px #888;
  border: 1px solid #999999;
  background: #E6E6E6;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(255,255,255,.5) 15px, rgba(255,255,255,.5) 30px);
}


.listaSeleccion .ReorderItemArea {
  border: 1px solid #999999;
  font: 10px/1.22 Sans-Serif;
  margin: 4px;
  width: 320px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}

  .listaSeleccion .ReorderItemArea .foto {
    width: 70px;
    padding: 3px;
  }

    .listaSeleccion .ReorderItemArea .foto img {
      border: 1px solid #999999;
    }

  .listaSeleccion .ReorderItemArea .etiqueta {
    padding-right: 4px;
    text-align: right;
    width: 50px;
  }

  .listaSeleccion .ReorderItemArea input, .ReorderItemArea select {
    border: 1px solid #999;
  }

/*GMAPS*/
.infobulle {
  background-color: #393939;
  border: 1px solid #2c2c2c;
  -moz-border-radius: 4px 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px 4px;
  clear: both;
  cursor: default;
  height: 38px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

  .infobulle .bg {
    background-color: #5e5e5e;
    border: 0;
    font-size: 1px;
    height: 16px;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .infobulle .text {
    color: #fff;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    line-height: 25px;
    margin-top: -21px;
    padding: 4px 20px;
    -webkit-text-shadow: 0 -1px 0 #000;
    text-shadow: 0 -1px 0 #000;
    white-space: nowrap;
  }

  .infobulle .dist {
    color: #FFFFCC;
    font-family: Verdana;
    font-size: 8px;
    line-height: 8px;
    margin-top: -10px;
    padding: 0px 20px;
    -webkit-text-shadow: 0 -1px 0 #000;
    text-shadow: 0 -1px 0 #000;
    white-space: nowrap;
  }

  .infobulle.drive .text {
    background: url(img/ex-cluster/drive.png) no-repeat 2px center;
    padding: 4px 20px 4px 36px;
  }

.arrow {
  border-color: #2c2c2c transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 0;
  height: 0;
  left: 45px;
  margin-left: 0;
  position: absolute;
  width: 0;
}

.gMapTooltip {
  background-color: #fff;
  border: 1px solid gray;
  font-family: Verdana;
  font-size: 10px;
  padding: 5px;
  position: absolute;
  white-space: nowrap;
}

.gMapTooltipRed {
  background-color: #CC0000;
  border: 1px solid gray;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  white-space: nowrap;
}


.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.compass_icon {
  background-image: url(Images/radiobutton_yes.png);
  height: 16px;
  width: 16px;
}
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-state-active, .ui-widget-header .ui-state-active {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  -webkit-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
  overflow: visible;
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}


  .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
  }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}

  .ui-state-hover a, .ui-state-hover a:hover {
    color: #212121;
    text-decoration: none;
  }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  color: #212121;
}

  .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
  }

.ui-widget :active {
  outline: none;
}


.leaflet-control-fullscreen {
  background-image: url('images/maximize-2-16.png');
}
