﻿#ulAddByTemplate {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 210px;
}

.liAddProcByTemplate {
    width: auto !important;
}

.ulAddPacote {
    min-width: 275px !important;
}

#ulAddByTemplate li {
    position: relative;
}

#ulAddByTemplate li ul {
    position: absolute;
    left: 30px;
    top: 20px;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 250px;
    font-size: 8pt;
}

#ulAddByTemplate li a {
    display: block;
    text-decoration: none;
    /*background: #fff;*/
    padding: 2px;
    /*border: 1px solid #ccc;*/
}

#ulAddByTemplate > li > ul > li > a {
    margin-top: 0px;
    margin-bottom: 0px;
}

#ulAddByTemplate > li > ul > li > a:hover {
    background-color: #f8f8f8;
    font-weight: 700;
}

.lnkTituloMenu {
    border: 0px !important;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


#ulAddByTemplate li:hover ul { display: block; }

/* horas sugeridas */
#ulHorasSugeridas {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    min-width: 80px;
}

#ulHorasSugeridas li:hover ul { display: block; }

li.horaSugerida:hover {
    font-weight: 500;
}

#ulHorasSugeridas li {
    position: relative;
    cursor: pointer;
    background-color: white;
}

#ulHorasSugeridas li ul {
    position: absolute;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 8pt;
}

#ulHorasSugeridas li span {
    display: block;
    text-decoration: none;
    background: #fff;
    padding: 2px;
    /*border: 1px solid #ccc;*/
}

#ulHorasSugeridas > li > ul > li > span {
    margin-top: 0px;
    margin-bottom: 0px;
}

.hintHoras {
    color: blue;
    cursor: pointer;
    font-style: italic;
    font-size: 0.70rem;
}

.hintHoras, .horasSugeridas {
    display: inline-block;
}

/* fim horas sugeridas */

/* desc. acres. sugeridos */
#ulDescAcreSugeridos {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    min-width: 50px;
}

#ulDescAcreSugeridos li:hover ul {
    display: block;
}

li.descAcreSugerido:hover {
    font-weight: 500;
}

#ulDescAcreSugeridos li {
    position: relative;
    cursor: pointer;
    background-color: white;
}

#ulDescAcreSugeridos li ul {
    position: absolute;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 10pt;
}

#ulDescAcreSugeridos li ul li {
    background-color: #eee;
    color: blue;
    padding: 0 10px
}

#ulDescAcreSugeridos li span {
    display: block;
    text-decoration: none;
    background: #fff;
    padding: 2px;
    /*border: 1px solid #ccc;*/
}

#ulDescAcreSugeridos > li > ul > li > span {
    margin-top: 0px;
    margin-bottom: 0px;
}

.hintDescAcre {
    color: blue;
    cursor: pointer;
    font-style: italic;
    font-size: 0.70rem;
}

.hintDescAcre, .descAcreSugeridos {
    display: inline-block;
}

/* fim desc. acres. sugeridos */

.tbLinksAddTemplate, .tbLinksAddPacote {
    background-color: white;
    border: solid 1px #eee;
}

.trLinksAddTemplate {
}

.tdLinksAddTemplate {
    min-width: 120px;
    padding: 3px 15px;
    white-space: nowrap;
}

.tdLinksAddTemplate a {
    margin: 0;
}

.tdLinksAddTemplate:hover {
    background-color: #eee;
}

.tdLinksAddTemplate a:hover {
    color: blue;
}

.bypassEspacoExtraAddTemplate {
    left: -120px !important;
}

.bypassEspacoExtraAddTemplate.duplo {
    left: -240px !important;
}

.bypassEspacoExtraAddTemplate.triplo {
    left: -360px !important;
}

.bypassEspacoExtraAddTemplate.quadruplo {
    left: -480px !important;
}

