body {
  font-family: Verdana, arial, sans-serif;
  font-size: 12px;
  color: #000000;
  background: #ffffff;
}

.HTMLComboBox input:disabled{
  border: solid 2px color #84B1CB;
}

.HTMLMemo textarea[readonly=readonly]{
  background: rgba(199, 219, 255, 0.39);
}

.component { background: #e0dfe3; }

.buttonComponent { background: #e0dfe3; }

.navigation { background: #F2F2EE; }

a       { text-decoration: none; color: #000000; }
a:focus { outline-style: dotted; outline-width: 1px; }
a:hover { text-decoration: none; color: #000000; }
a.cont       { text-decoration: none; color: #000000; }
a.cont:hover { text-decoration: none; color: #000000; }

img[src=""] {
  border: 1px solid #EFEFEF;
}

td { font-family: Verdana, arial,sans-serif; font-size: 11px; color: #000000; }
.b { font-size: 14px; font-weight: bold; }
.u { font-weight: bold; text-decoration: underline; }

.des { color: #FE5400; }

.label { font-family: Verdana, arial, sans-serif; font-size: 12px; }

.edit {
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  border: solid 2px color #84B1CB;
  padding-left: 3px;
  padding-right: 3px;
}

.editMark {
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  border: solid 2px color #84B1CB;
  background: #E6F2FF;
}

.button {
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  outline: none;
}

.duallist {
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  border: solid 2px color #84B1CB;;
}

.duallistMark {
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  border: solid 2px color #84B1CB;
  background: #E6F2FF;
}

.lookup {
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  border: solid 2px color #84B1CB;
  padding-left: 3px;
  padding-right: 3px;
}

.lookupMark {
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  border: solid 2px color #84B1CB;
  background: #E6F2FF;
}

.checkbox { }

.checkboxMark { }

.editLogon {
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.calendar>tbody>tr>td>table {
  font-size: 14px;
  background: #2D8EFF;
  width:101%;
  color: #000000;
}

.calendarHeader {
  color: #000000;
  background:#f2f2f2;
}

.calendarLine1 {
  color: #000000;
  background: #ffffff;
}

.calendarLine2 {
  color: #000000;
  background: #ffffff;
}

.lookupSearch {
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  border: solid 2px color #84B1CB;
}

.lookupSearchInput {
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  border: solid 2px color #84B1CB;
  background: #E5E5E5;
}

.tabButton {
  background: #F6F6F4;
}
.tabBack {
  background: #f6f6f4;
}

.clickText            { text-decoration: none; color: #000000; }
.clickText:hover      { text-decoration: none; color: #000000; }
.clickText.cont       { text-decoration: none; color: #000000; }
.clickText.cont:hover { text-decoration: none; color: #000000; }

.cur {
  cursor: pointer;
}

.grid {
  margin: 1px;
}

.gridMark {
  border: 2px solid #ffcc29;
  background: #f78e0f;
  margin: 0px;
  border-radius: 10px;
}

.gridDiv {
  border: 2px solid #84B1CB;
  border-radius: 10px;
}

.gridDiv .HTMLEdit > div:last-child {
  left: calc(100% - 26px) !important;
}

.gridMark .HTMLEdit > div:last-child {
  left: calc(100% - 26px) !important;
}

.gridDiv:hover{
  border: 2px solid;
  border-color: #255068;
}
.exitProgressBar {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #999999;
  display: none;
  cursor: pointer;
}

.divProgressBar {
  z-index: 99999999;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.searchInteger {
  text-align: right;
}

.searchDouble {
  text-align: right;
}

.searchTime {
  text-align: left;
}

.searchDate {
  text-align: left;
}

.searchBoolean {
  text-align: left;
}

.searchString {
  text-align: left;
}

input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

textarea {
  overflow: auto;
}

/*****************************************/
/* HTMLButton: Componente Botão          */
/*****************************************/
.HTMLButton button {
    cursor: pointer;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#dadbe9' );
    padding: 0;
    vertical-align: middle;
    outline: none;
    border-left: 1px solid #ffcc29;
    border-right: 1px solid #ffcc29;
    border-top: 0px solid #ffcc29;
    border-bottom: 1px solid #ffcc29;
    border-top-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 8px;
    color: #ffffff;
    background: #255068;
}
.HTMLButton button:enabled:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#dadbe9', endColorstr='#ffffff' );
  outline:none;
  color: #000000;
  background: #ffcc29;
}

.HTMLButton button:disabled {
  cursor: default;
  background: #ffffff;
  outline:none;
  border-left: 1px solid #255068;
  border-right: 1px solid #255068;
  border-top: 1px solid #255068;
  border-bottom: 1px solid #255068;
  color: #255068;
}

.HTMLButton button[readonly=readonly] {
  cursor: default;
  color: #255068;
}

.HTMLButton button,.HTMLButton span {
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
}

.HTMLButton span {
}

.HTMLButton img {
  vertical-align: middle;
}

.HTMLButton {
  overflow: hidden;
}

/*****************************************/
/* Div que bloqueia acesso ao formulário */
/*****************************************/
.formViewDiv {
  background: #FFFFFF;
  filter: alpha(opacity = 1);
  opacity: 0;
  position: absolute;
  z-index: 99998;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/*****************************************/
/* HTMLTabArea: Área do Form/Componentes */
/*****************************************/
.HTMLTabArea {
  height: 100%;
  left: 0px;
  z-index: 1;
  display: none;
  position: absolute;
  width: 100%;
  -moz-user-select:none;
  -ms-user-select:none;
  -webkit-user-select:none;
  user-select:none;
  border-left: 0px solid #919B9C;
  border-right: 0px solid #919B9C;
  border-top: 1px solid #919B9C;
  border-bottom: 0px solid #919B9C;
  background: #f6f6f4;
}

/*****************************************/
/* HTMLTab: Botão das Abas (Formulário)  */
/*****************************************/
.HTMLTab {
  cursor: pointer;
  display: inline;
  float: left;
  height: 18px;
  padding-left: 4px;
  padding-right: 4px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top: 1px solid #ffcc29;
  border-left: 1px solid #ffcc29;
  border-right: 1px solid #ffcc29;
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 8px;
  background: white;
  color: black;
  font-family: Verdana;
  font-size: 13px;
}
.HTMLTab:hover {
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 8px;
  background: #ffcc29;
  color: #000000;
}

.HTMLTab div {
  float: left;
}

.HTMLTab span,.HTMLTab img {
  vertical-align: middle;
}
.HTMLTab-Selected {
  background: #255068;
  float: left;
  height: 18px;
  display: inline;
  cursor: pointer;
  padding-left: 4px;
  padding-right: 4px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-left: 1px solid #ffcc29;
  border-right: 1px solid #ffcc29;
  border-top: 1px solid #ffcc29;
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 8px;
  font-size: 13px;
  font-family: Verdana;
  color: white;
}

.HTMLTab-Selected div  {
  float: left;
}

/*****************************************/
/* HTMLTabController: Área das Abas      */
/*****************************************/
.HTMLTabController {
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  position: absolute;
}

/*****************************************/
/* HTMLTabContainer: Container da Aba    */
/*****************************************/
.HTMLTabContainer {
  width: 100%;
  position: absolute;
  z-index: 1;
}

/*****************************************/
/* HTMLGroupBox: Componente Moldura      */
/*****************************************/
.HTMLGroupBox-Top {
}
.HTMLGroupBox-Left {
}
.HTMLGroupBox-Right {
}
.HTMLGroupBox-Bottom {
}


.HTMLGroupBox {
  box-sizing: border-box;
  border-left: 1px solid #cde1fb;
  border-right: 1px solid #cde1fb;
  border-top: 1px solid #cde1fb;
  border-bottom: 1px solid #cde1fb;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.HTMLGroupBox-Box-Inset {/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  border: 1px inset #cde1fb;
  border-radius: 8px;  
}

.HTMLGroupBox-Box-Outset {/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  border: 1px outset #cde1fb;
  border-radius: 8px;  
}

.HTMLGroupBox-None {/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  border-style: none;
}
/*NÃO ESTÁ PRESENTE NA VERSÃO 3.6.0.42 WEBRUN
.HTMLGroupBox-Box {
  border: 1px solid #2389ff;
  border-radius: 4px;  
}

.HTMLGroupBox-Dashed {
  border-style: dashed;
}
*/

/*****************************************/
/* HTMLRadioGroup: Componente Opções     */
/*****************************************/
.HTMLRadioGroup
.HTMLLabel>div>div {
  color: #000000;
  background: #f6f6f4;
}

.HTMLRadioGroup #HTMLRadioGroupOptions {
  height: 100%;
  display: table;
  width: 100%;
  border: 2px solid #84B1CB;
  border-radius: 8px;
}

.HTMLRadioGroup #HTMLRadioGroupOptionsRow {
  display: table-row;
}
.HTMLRadioGroup #HTMLRadioGroupOption {
  margin: 2px 2px;
  display: table-cell;
  vertical-align: middle;
}

.HTMLRadioGroup #HTMLRadioGroupOption input:enabled {
  cursor: pointer;
}

.HTMLRadioGroup #HTMLRadioGroupOption input:disabled {
  cursor: default;
}
.HTMLRadioGroup #HTMLRadioGroupOption label {
  cursor: pointer;
  font-family: Verdana, arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

/*****************************************/
/* HTMLLabel: Componente Text            */
/*****************************************/
.HTMLLabel {
  display: table !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.HTMLLabel>div {
  display: table-cell;
}

.HTMLLabel>div>div {
  cursor: default;
  background: transparent;
}

/*****************************************/
/* HTMLEdit: Componente Edit             */
/*****************************************/

.HTMLEdit div > div:last-child{
  top: 0px !important;
}

.HTMLEdit div > div {
  width: 24px !important;
  height: 24px !important;  
}

.HTMLEdit input {
  padding-left: 3px;
  padding-right: 3px;
  outline: none;
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  border: solid 2px;
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 8px;
  border-color: #84B1CB;
}
.HTMLEdit input:focus {
  outline: none;
  border-left: 2px solid #f78e0f;
  border-right: 2px solid #f78e0f;
  border-top: 2px solid #f78e0f;
  border-bottom: 2px solid #f78e0f;
  border-color: #ffcc29;
}

.HTMLEdit input:hover {
  border-left: 2px solid #cde1fb;
  border-right: 2px solid #cde1fb;
  border-top: 2px solid #cde1fb;
  border-bottom: 2px solid #cde1fb;
  border-color: #255068;
}

.HTMLEdit input:disabled {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-color: #84B1CB;
  background: #f4f4f4;
}
.HTMLEdit input:disabled:hover {/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  border: 2px solid #FF0000;
}

.HTMLEdit input[readonly=readonly]:hover {/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  border: 2px solid red;
}
.HTMLEdit input[readonly=readonly] {
  background: rgba(199, 219, 255, 0.39);
  border-left: 0px solid #FFFFFF;
  border-right: 0px solid #FFFFFF;
  border-top: 0px solid #FFFFFF;
  border-bottom: 0px solid #FFFFFF;
  border: solid 2px;
  border-color: #84B1CB;
}
.HTMLEdit font {
  cursor: default;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  font-family: Verdana, arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

.HTMLEditCalendar {
  position: absolute;
  width: 240px;
  height: 150px;
  z-index: 999999;
  box-shadow: 10px 10px 15px -2px #888888;
}

.HTMLEditCalendar > iframe {
  border: 1px solid #2D8EFF;
  width: 100%;
  height: 100%;
}

.HTMLEditCalendarLock {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999998;
  opacity: 0.1;
}

/*****************************************/
/* HTMLNavigationForm: Barra de Navegação*/
/*****************************************/
.HTMLNavigationForm {
  width: 100%;
  height: 34px;
  padding-top: 3px;
  position: absolute;
  top: 0px;
  text-align: center;
  -moz-user-select:none; 
  -ms-user-select:none; 
  -webkit-user-select:none;
   user-select:none;
}
/*Antes do seletor div abaixo era o seletor img - João Anderson 21/01/2015*/
.HTMLNavigationForm div {
  margin-right: 5px;
  border-radius: 100px;
}

.HTMLNavigationForm img {
  border-radius: 100px; 
}

/*Barra de Fundo da Navegação*/
.HTMLNavigationFormBar { 
  width: 100%;
  height: 62px;
  background: #ffffff;
}

.HTMLNavigationForm {
  width: 100%;
  height: 28px;
  padding-top: 5px;
  position: absolute;
  top: 0px;
  text-align: center;
  -moz-user-select: none; 
  -ms-user-select: none; 
  -webkit-user-select: none;
  user-select: none;
}

.HTMLNavigationForm img {
  width: 34px;
  height: 34px; 
}
.HTMLNavigationForm .HTMLNavigationFormButton,.HTMLNavigationButton /*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/ {
  display: inline-block;
  position: relative;
  padding-left: 3px;
}
/*Barra de Fundo da Navegação*/
.HTMLNavigationFormBar { 
  width: 100%;
  height: 62px;
  background: #DAEBFF;
}
.HTMLNavigationFormButton-pt_BR img {
  background: url('HTMLNavigationForm/navIcons.gif');
}

.HTMLNavigationFormButton-en_US img {
  background: url('HTMLNavigationForm/en_US/navIcons.gif');
}

.HTMLNavigationFormButton-es_ES img {
  background: url('HTMLNavigationForm/es_ES/navIcons.gif');
}

.HTMLNavigationFormButton-fr_FR img {
  background: url('HTMLNavigationForm/fr_FR/navIcons.gif');
}

/*Botões da Barra de Navegação*/
.HTMLNavigationFormButton-Include img {
  background-position: 0px;
}

.HTMLNavigationFormButton-Include-Des img {
  background-position: -34px;
}

.HTMLNavigationFormButton-Include-Over img {
  background-position: -68px;
}

.HTMLNavigationFormButton-Edit img {
  background-position: -102px;
}

.HTMLNavigationFormButton-Edit-Des img {
  background-position: -136px;
}

.HTMLNavigationFormButton-Edit-Over img {
  background-position: -170px;
}

.HTMLNavigationFormButton-First img {
  background-position: -204px;
}

.HTMLNavigationFormButton-First-Des img {
  background-position: -238px;
}

.HTMLNavigationFormButton-First-Over img {
  background-position: -272px;
}

.HTMLNavigationFormButton-Previous img {
  background-position: -306px;
}

.HTMLNavigationFormButton-Previous-Des img {
  background-position: -340px;
}

.HTMLNavigationFormButton-Previous-Over img {
  background-position: -374px;
}

.HTMLNavigationFormButton-Next img {
  background-position: -408px;
}

.HTMLNavigationFormButton-Next-Des img {
  background-position: -442px;
}

.HTMLNavigationFormButton-Next-Over img {
  background-position: -476px;
}

.HTMLNavigationFormButton-Last img {
  background-position: -510px;
}

.HTMLNavigationFormButton-Last-Des img {
  background-position: -544px;
}

.HTMLNavigationFormButton-Last-Over img {
  background-position: -578px;
}

.HTMLNavigationFormButton-Delete img {
  background-position: -612px;
}

.HTMLNavigationFormButton-Delete-Des img {
  background-position: -646px;
}

.HTMLNavigationFormButton-Delete-Over img {
  background-position: -680px;
}

.HTMLNavigationFormButton-Refresh img {
  background-position: -714px;
}

.HTMLNavigationFormButton-Refresh-Des img {
  background-position: -748px;
}

.HTMLNavigationFormButton-Refresh-Over img {
  background-position: -782px;
}

.HTMLNavigationFormButton-Print img {
  background-position: -816px;
}

.HTMLNavigationFormButton-Print-Des img {
  background-position: -850px;
}

.HTMLNavigationFormButton-Print-Over img {
  background-position: -884px;
}

.HTMLNavigationFormButton-Log img {
  background-position: -918px;
}

.HTMLNavigationFormButton-Log-Des img {
  background-position: -952px;
}

.HTMLNavigationFormButton-Log-Over img {
  background-position: -986px;
}

.HTMLNavigationFormButton-DefaultValues img {
  background-position: -1020px;
}

.HTMLNavigationFormButton-DefaultValues-Des img {
  background-position: -1054px;
}

.HTMLNavigationFormButton-DefaultValues-Over img {
  background-position: -1088px;
}

.HTMLNavigationFormButton-Help img {
  background-position: -1122px;
}

.HTMLNavigationFormButton-Help-Des img {
  background-position: -1156px;
}

.HTMLNavigationFormButton-Help-Over img {
  background-position: -1190px;
}

.HTMLNavigationFormButton-Exit img {
  background-position: -1224px;
}

.HTMLNavigationFormButton-Exit-Des img {
  background-position: -1258px;
}

.HTMLNavigationFormButton-Exit-Over img {
  background-position: -1292px;
}

.HTMLNavigationFormButton-EditSave img {
  background-position: -1326px;
  width: 80px;
}

.HTMLNavigationFormButton-EditSave-Des img {
  background-position: -1408px;
  width: 80px;
}

.HTMLNavigationFormButton-EditSave-Over img {
  background-position: -1486px;
  width: 80px;
}

.HTMLNavigationFormButton-EditCancel img {
  background-position: -1806px;
  width: 80px;
}

.HTMLNavigationFormButton-EditCancel-Des img {
  background-position: -1886px;
  width: 80px;
}

.HTMLNavigationFormButton-EditCancel-Over img {
  background-position: -1966px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeSaveMore img {
  background-position: -1566px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeSaveMore-Des img {
  background-position: -1646px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeSaveMore-Over img {
  background-position: -1726px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeSave img {
  background-position: -1326px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeSave-Des img {
  background-position: -1408px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeSave-Over img {
  background-position: -1486px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeCancel img {
  background-position: -1806px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeCancel-Des img {
  background-position: -1886px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeCancel-Over img {
  background-position: -1966px;
  width: 80px;
}

/*****************************************/
/* HTMLNavigationGridButton: Botões Grade*/
/*****************************************/
.HTMLNavigationGrid {
}

.HTMLNavigationGridButton img {
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.HTMLNavigationGridButton-pt_BR img {
  background: url('HTMLNavigationGrid/navGridIcons.gif');
}

.HTMLNavigationGridButton-en_US img {
  background: url('HTMLNavigationGrid/en_US/navGridIcons.gif');
}

.HTMLNavigationGridButton-es_ES img {
  background: url('HTMLNavigationGrid/es_ES/navGridIcons.gif');
}

.HTMLNavigationGridButton-fr_FR img {
  background: url('HTMLNavigationGrid/fr_FR/navGridIcons.gif');
}

.HTMLNavigationGridButton-Include img {
  background-position: 0px;
}

.HTMLNavigationGridButton-Include-Des img {
  background-position: -16px;
}

.HTMLNavigationGridButton-Edit img {
  background-position: -32px;
}

.HTMLNavigationGridButton-Edit-Des img {
  background-position: -48px;
}

.HTMLNavigationGridButton-Delete img {
  background-position: -64px;
}

.HTMLNavigationGridButton-Delete-Des img {
  background-position: -80px;
}

.HTMLNavigationGridButton-Refresh img {
  background-position: -96px;
}

.HTMLNavigationGridButton-Refresh-Des img {
  background-position: -112px;
}

.HTMLNavigationGridButton-EditSave img, .HTMLNavigationGridButton-IncludeSave img {
  background-position: -128px;
}

.HTMLNavigationGridButton-EditSave-Des img, .HTMLNavigationGridButton-IncludeSave-Des img {
  background-position: -144px;
}

.HTMLNavigationGridButton-EditCancel img, .HTMLNavigationGridButton-IncludeCancel img {
  background-position: -160px;
}

.HTMLNavigationGridButton-EditCancel-Des img, .HTMLNavigationGridButton-IncludeCancel-Des img {
  background-position: -176px;
}


/*****************************************/
/* HTMLPaging: Paginação da Grade        */
/*****************************************/
.HTMLPagingButton img {
  background: url('HTMLPaging/paging.gif');
  background-repeat: no-repeat;
  width: 8px;
  height: 7px;
}

.HTMLPagingButton-First img {
  background-position: 0px;
}

.HTMLPagingButton-First-Des img {
  background-position: -8px;
}

.HTMLPagingButton-Previous img {
  background-position: -16px;
  width: 4px;
}

.HTMLPagingButton-Previous-Des img {
  background-position: -20px;
  width: 4px
}

.HTMLPagingButton-Next img {
  background-position: -24px;
  width: 4px;
}

.HTMLPagingButton-Next-Des img {
  background-position: -28px;
  width: 4px;
}

.HTMLPagingButton-Last img {
  background-position: -32px;
}

.HTMLPagingButton-Last-Des img {
  background-position: -40px;
}
/*****************************************/
/* HTMLMemo: Componente Texto Longo      */
/*****************************************/
.HTMLMemo textarea {
  padding-left: 3px;
  padding-right: 3px;
  outline:none;
  font-family: Verdana, arial, sans-serif;
  font-size: 12px;
  color: #000000;
  border: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 8px;
}

.HTMLMemo textarea:disabled {
  cursor: default;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f2f2f2;
  border: 0;
}
.HTMLMemo textarea:hover {
  border: 0;
}
.HTMLMemo textarea:focus {
  border: 0;  
}
.HTMLMemo font {
  cursor: default;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  font-family: Verdana, arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

/*****************************************/
/* HTMLDualList: Componente Lista Dupla  */
/*****************************************/
.HTMLDualList {
  font-family: Verdana, arial, sans-serif;
  font-size: 12px;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  outline: none;
  background: #ffffff;
}

.HTMLDualList select {
  height: 100%;
  width: 100%;
  outline: none;
}

.HTMLDualList #dlTop {
  height: 7%;  
  width: 100%;
}

.HTMLDualList #dlMiddle {
  height: 86%;  
  width: 100%;
}

.HTMLDualList #dlBottom {
  height: 7%;  
  width: 100%;
}

.HTMLDualList #dlLeftSeparator,#dlRightSeparator {
  float: left;
  height: 100%;  
  width: 5%;
}

.HTMLDualList #dlMiddleSeparator {
  float: left;
  height: 100%;
  text-align: center;  
  width: 6%;
}

.HTMLDualList #dlMiddleSeparator div:first-child {
  height: 34%;
}

.HTMLDualList #dlMiddleSeparator div[id*="bt"] {
  padding-bottom: 3px;
}

.HTMLDualList div[id*="WFRComponentLEFT"] {
  float: left;
  height: 90%;
  width: 42%;
}

.HTMLDualList div[id*="WFRComponentRIGHT"] {
  float: left;
  height: 90%;
  width: 42%;
}

.HTMLDualList #celDescPrincipal,#celDescSelecionados {
}

/*****************************************/
/* HTMLLookup: Componente Lista Dinâmica */
/*****************************************/
.HTMLLookup input {
  padding-left: 3px;
  padding-right: 3px;
  outline: none;
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  color: #000000;
  border: solid 2px #84B1CB;
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 8px;
}
.HTMLLookup input:focus {
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  background: #E6F2FF;
  border: solid 2px #ffcc29;
}

.HTMLLookup input:hover {
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  outline: none;
  border: solid 2px #255068;
}
.HTMLLookup-ReadOnly input {
  background: rgba(199, 219, 255, 0.39);
  border: solid 2px #84B1CB;
}

.HTMLLookup input:disabled{
  border: solid 2px #84B1CB;
  background: #f4f4f4;
}
.HTMLLookup input:disabled:hover {/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  border: solid 2px red;
}
.HTMLLookupDetails {
  box-shadow: 3px 5px 10px #747171;
  border-radius: 8px;
}

.HTMLLookupDetails #lookupHeader div {
  float: left;
  height: 18px;
}

.HTMLLookupDetails #lookupHeader img {
  cursor: pointer;
  margin: 0;
}

.HTMLLookupDetails #lookupSearchQuery {
  border-right: 0px solid #999999;
  border-left: 0px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background: #EAF3FF;
  outline:none;
 }
.HTMLLookupDetails #lookupQueryNavigation {
  background: #ffffff;
  height: 14px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.HTMLLookupDetails #lookupQueryContent {
  background: #CCCCCC;
}

.HTMLLookupDetails #lookupInput {
  font-family: Verdana, arial, sans-serif;
  font-size: 12px;
  border-right: 0px solid #999999;
  border-left: 0px solid #999999;
  border-top: 0px solid #FFFFFF;
  border-bottom: 1px solid #999999;
}


div[id*="WFRLookupSubForm"] {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  z-index: 99999;
}

/*****************************************/
/* HtmlComboBox: Componente Lista        */
/*****************************************/
.HTMLComboBox input {
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  padding-left: 3px;
  padding-right: 3px;
  outline: none;
  border: solid 2px;
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 8px;
  border-color: #84B1CB
}
.HTMLComboBox input:focus {
  background: #E6F2FF;
  outline: none;
  border-left: 2px solid #f78e0f;
  border-right: 2px solid #f78e0f;
  border-top: 2px solid #f78e0f;
  border-bottom: 2px solid #f78e0f;
  border-color: #ffcc29;
}

.HTMLComboBox input:hover {
  outline: none;
  border-left: 2px solid #cde1fb;
  border-right: 2px solid #cde1fb;
  border-top: 2px solid #cde1fb;
  border-bottom: 2px solid #cde1fb;
  border-color: #255068;
}

.HTMLComboBox-ReadOnly input {
  background: rgba(199, 219, 255, 0.39);
  border-left: 0px solid rgba(199, 219, 255, 0.39);
  border-right: 0px solid rgba(199, 219, 255, 0.39);
  border-top: 0px solid rgba(199, 219, 255, 0.39);
  border-bottom: 0px solid rgba(199, 219, 255, 0.39);
}

.HTMLComboBoxDetails {
   box-shadow: 3px 5px 10px #747171;
   border-radius: 8px;
}
.HTMLComboBoxDetails #lookupHeader div {
  float: left;
  height: 18px;
}

.HTMLComboBoxDetails #lookupHeader img {
  cursor: pointer;
  margin: 0;
}

.HTMLComboBoxDetails #lookupSearchQuery {
  font-family: Verdana, arial, sans-serif;
  font-size: 12px;
  border-right: 0px solid #999999;
  border-left: 0px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background: #EAF3FF;
  height: 18px;
  outline: none;
}

.HTMLComboBoxDetails #lookupQueryNavigation {
  background: #ffffff;
  height: 14px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.HTMLComboBoxDetails #lookupQueryContent {
  background: #CCCCCC;
}

.HTMLComboBoxDetails #lookupInput {
  font-family: Verdana, arial, sans-serif;
  font-size: 12px;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-top: 0px solid #FFFFFF;
  border-bottom: 1px solid #999999;
}

/*****************************************/
/* HTMLCheckBox: Componente Check        */
/*****************************************/
.HTMLCheckBox #chkLabel {
  font-family: Verdana;
  font-size: 14px;
  margin-top: 3px;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  
  outline: none;
  color: #000000;
}

.HTMLCheckBox #chkLabel-disabled {
  cursor: default;
  color: #999999;
}

.HTMLCheckBox input {
  cursor: pointer;
}

.HTMLCheckBox input:disabled {
  cursor: default;
}

/*****************************************/
/* HTMLImage: Componente Imagem          */
/*****************************************/
.HTMLImage #HTMLImageLock {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  outline: none;
}

.HTMLImage #HTMLImageNoImage {
  background: #FFFFFF;
  display: table;
  height: 100%;
  width: 100%;
  outline: none;
  border: 1px solid #84B1CB;
  
  cursor: pointer;  
}

.HTMLImage #HTMLImageNoImageRow {
  display: table-row;
}

.HTMLImage img {
  position: absolute;
  left: 0px;
  top: 0px;
}

.HTMLImage #HTMLImageNoImageCell {
  display: none;
}

.HTMLImage #HTMLImageWebCam {
  cursor: pointer;
}

.HTMLImage #HTMLImageWebCam img {
  height: 24px;
  width: 25px;
}

.HTMLImage #HTMLImageZoom {
  cursor: pointer;
}

.HTMLImage #HTMLImageZoom img {
  height: 24px;
  width: 25px;
}

.HTMLImage #HTMLImageSelf {}

/*****************************************/
/* HTMLDetailPanel: Componente Sub-Form  */
/*****************************************/
.HTMLDetailPanel {
  border: 1px solid #CDE1FB;
  box-sizing: border-box;
  border-radius: 8px;
}

/*****************************************/
/* HTMLInteraction: Mensagem de Interação*/
/*****************************************/
div[id*="HTMLInteraction"] { 
 -webkit-box-shadow: 5px 5px 25px #e4e4e4;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  -moz-box-shadow: 5px 5px 25px #e4e4e4;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  box-shadow: 5px 5px 25px #e4e4e4;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  display: block;
  background: #FFFFFF;
  width: 382px;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #94A6B5;
  outline:none;
}

div[id*="HTMLInteraction"] #intTitle {
  opacity: 1.0;
  background: #FFFFFF;
  height: 26px;
  width: 100%; 
  outline:none;
}

div[id*="HTMLInteraction"] #intTitleIcon {
  height: 100%;
  width: 30px;
  float: left;
  text-align: center;
}

div[id*="HTMLInteraction"] #intTitleIcon img {
  vertical-align: middle;
}

div[id*="HTMLInteraction"] #intTitleMessage {
  cursor: default;
  display: table;
  float: left;
  height: 100%;
  width: 332px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;    
}

div[id*="HTMLInteraction"] #intTitleMessage span {
  display: table-cell;
  vertical-align: middle;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#333333;
  font-weight: bold;
  text-decoration: none;
  padding-left: 50px;
  text-align: center;/*NÃO PRESENTE NA VERSÃO 3.6.0.42 WEBRUN MAS FOI MANTIDO PARA DEIXAR O TÍTULO DA CAIXA DE MENSAGEM NO CENTRO*/
}

div[id*="HTMLInteraction"] #intTitleClose {
  cursor: pointer;
  float: left;
  position: absolute;
  right: 0%;
  width: 20px;
  text-align: center; 
  padding-right:8px;/* NÃO PRESENTE NA VESÃO 3.6.0.42 WEBRUN MAS FOI MANTIDO PARA NÃO DEIXAR O BOTÃO FECHAR DA CAIXA DE MENSAGEM ENCONTADO A DIREITA*/
  top: 1px;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
}

.intOnlyMessage {
  height: 40px;
}

div[id*="HTMLInteraction"] #intMessage {
  cursor: default;
  height: 80px;
  width: 100%;
  text-align: center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
}

div[id*="HTMLInteraction"] #intIcon {
  float: left;
  top: 31%;
  width: 13%;
}

div[id*="HTMLInteraction"] #intIconTable {
  display: table;
  height: 80px;
  padding:5px;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
}

div[id*="HTMLInteraction"] #intIconCell {
  display: table-cell;
  vertical-align: middle;
}

.intOnlyText {
  width: 100%;
  height: 40px;
}

div[id*="HTMLInteraction"] #intText {
  display: table;
  height: 80px;
  width: 332px;
  word-break: break-word;
}

div[id*="HTMLInteraction"] #intText #intTextCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  overflow-y: auto;
}

div[id*="HTMLInteraction"] #intText #intTextCenter {
  padding: 0px 5px;
  margin-left: 12px;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  text-align: center;
  width: 310px;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  overflow-y: auto;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  word-break: break-all;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
}

div[id*="HTMLInteraction"] #intText #intTextAux {
  max-height: 80px;
  word-break: break-word;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
}

div[id*="HTMLInteraction"] #intText span {
  font-family: Verdana, Arial, Helvetica, san-serif;
  font-size: 12px;
  color:#333333;
  outline:none;
}

div[id*="HTMLInteraction"] #intUserOptions {
  background: #efebe7;
  padding-left: 15px;
}

div[id*="HTMLInteraction"] #intUser {
  background: #efebe7;
}

div[id*="HTMLInteraction"] #intUserRadio {
  float: left;
  width: 100%;
}

div[id*="HTMLInteraction"] #intUserRadio input {
  float:left;
}

div[id*="HTMLInteraction"] #intUserRadio label {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  padding-left: 5px;
  text-decoration:none;
}

div[id*="HTMLInteraction"] #intBtnCancel {
  left: 0%;
  bottom: 0%;
  height: 28px;
  width: 50%;
  background-repeat:no-repeat;
  background-position-y: bottom;
  background-position:100% bottom;
  float: left;
}

div[id*="HTMLInteraction"] #intBtnDetails {
  left: 0%;
  bottom: 0%;
  height: 28px;
  width: 50%;
  background-repeat:no-repeat;
  background-position-y: bottom;
  background-position:100% bottom;
  float: left;
}

div[id*="HTMLInteraction"] #intBtnOk {
  right: 0%;
  bottom: 0%;
  height: 28px;
  width: 50%;
  background-repeat:no-repeat;
  background-position-y: bottom;
  float: right;
}

div[id*="HTMLInteraction"] #intBase {
  left: 0%;
  bottom: 0%;
  height: 12px;
  width: 50%;
  position: absolute;
}
div[id*="HTMLInteraction"] #intBtnCancel button {
  border: 0px solid #a6a7b0;
  /*-webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  NÃO ESTÁ PRESENTE NA VERSÃO 3.6.0.42 WEBRUN*/
  border-radius: 8px;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#dadbe9' );/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  padding: 0;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  vertical-align: middle;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  outline: none;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  bottom: 1%;
  position: absolute;
  height: 26px;
  min-width: 60px;
  color: #ffffff;
  background: #264472;
}

div[id*="HTMLInteraction"] #intBtnCancel button:hover {
  background: #cde1fb;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#dadbe9', endColorstr='#ffffff' );/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  color: #000000;
  outline: none;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
}

div[id*="HTMLInteraction"] #intBtnDetails button {
  border: 0px solid #a6a7b0;
  /*-webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  NÃO ESTA PRESENTA NA VERSÃO 3.6.0.42 WENRUN*/
  border-radius: 8px;
  cursor: pointer;
  background: #598DCA;
  cursor: pointer;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#dadbe9' );/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  padding: 0;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  vertical-align: middle;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  bottom: 1%;
  position: absolute;
  height: 26px;
  min-width: 60px;
  outline:none;
}

div[id*="HTMLInteraction"] #intBtnDetails button:hover {
  background: #D6492F;
  color: #ffffff;
}
div[id*="HTMLInteraction"] #intBtnOk button {
  border: 0px solid #a6a7b0;
  /*-webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  NÃO ESTÁ PRESENTE NA VERSÃO 3.6.0.42 WEBRUN*/
  border-radius: 8px;
  cursor: pointer;
  cursor: pointer;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#dadbe9' );/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  padding: 0;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  vertical-align: middle;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  position: absolute;
  bottom: 1%;
  right: 0%;
  height: 26px;
  min-width: 60px;
  outline:none;
  background: #598DCA;
}
div[id*="HTMLInteraction"] #intBtnOk button:hover {
  background: #cde1fb;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#dadbe9', endColorstr='#ffffff' );/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  color: #000000;
}

div[id*="HTMLInteraction"] #intBtnCancel img, #intBtnDetails img, #intBtnOk img {
  vertical-align:middle;
}

div[id*="HTMLInteraction"] #intBtnCancel a, #intBtnDetails a, #intBtnOk a {
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration:none;
  /*outline:none; NÃO ESTÁ PRESENTE NA VERSÃO 3.6.0.42 WEBRUN*/
}

div[id*="HTMLInteractionBack"] {
  background: #FFFFFF;
  filter: alpha(opacity = 30);
  opacity: 0.3;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0;
}

/*****************************************/
/* HTMLProgressBar: Barra de Progresso   */
/*****************************************/
div[id*="HTMLProgressBar"] {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

div[id*="HTMLProgressBarBack"] {
  background: #FFFFFF;
  filter: alpha(opacity = 30);
  opacity: 0.3;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0;
}

/*****************************************/
/* HTMLTreeview: Componente Arvore       */
/*****************************************/
.HTMLTreeviewSelectedItem {
  background: #c7dbff;
}

.HTMLTreeview{
  color: #0099DD;
}
.HTMLTreeview span {
  color: #000000;
}
/*
.HTMLTreeview img[id*=folder] {
  display: none;
} NÃO ESTÁ PRESENTE NA VERSÃO 3.6.0.42 WEBRUN*/

/*****************************************/
/* HTMLAlert: Indicadores do Modo do Form*/
/*****************************************/
.HTMLAlert {
  width: 58px;
  height: 53px;
  top: 0px;
  right: 0px;
  text-align: center;
  position: absolute;
}

/**********************************************/
/* HTMLPage: Componente usado na aba localizar*/
/**********************************************/
.HTMLPage {
  border: 0;
  width: 100%;
  top: 0px;
  left: 0px;
  display: block;
  position: absolute;
}

/***********************************************/
/* WFRQueryForm: Aba Localizar: Básico/Avançado*/
/***********************************************/
.WFRQueryForm {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  font-family: arial, sans-serif;
  font-size: 11px;
}

.WFRQueryForm #HeaderSearchParams {
  width: 100%;
  background-repeat: repeat-x;
  float: left;
}

.WFRQueryForm #HeaderSearchParamsTitle {
  text-align: center;
  font-family: Verdana, calibri;
  font-size: 12px;
}
.WFRQueryForm #BodySearch {
  float: left;
  width: 98%;
  background: #FFFFFF;
}

.WFRQueryForm #BodySearchFilterTitle {
  width: 115px;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.WFRQueryForm #HeaderResults {
  width: 100%;
  background-repeat: repeat-x;
  float: left;
}

.WFRQueryForm #HeaderResultsTitle {
  text-align: center;
}

.WFRQueryForm #BodySearchFilter {
  float: left;
  padding-left: 2px;
}

.WFRQueryForm #BodySearchFilterCombo select {
  background: transparent;
  border:0px;
  width: 136px;
  padding: 4px;
  font-size: 11px;
  line-height: 1;
  height: 21px;
  outline:none;
}

.WFRQueryForm #BodySearchFilterCombo {
  position: relative;
  width: 108px;
  height: 18px;
  overflow: hidden;
  background: url(WFRTabSearch/button_select.png) no-repeat right #ffffff;
  border-radius: 8px;
  border-right: 1px solid #0099DD;
  border-left: 1px solid #0099DD;
  border-top: 1px solid #0099DD;
  border-bottom: 1px solid #0099DD;
}

.WFRQueryForm #BodySearchOptions {
  float: right;
}

#WFRQueryResults {
  width: 100%;
}

/*Consulta Avançada*/
.WFRQueryForm #HeaderOptions {
  margin-left: 4px;
  border: 2px solid;
  float: left;
  width: 65px;
}

.WFRQueryForm #HeaderOptionsRow {
  height: 30px;
}

.WFRQueryForm #HeaderOptionsRow div {
  float: left;
  margin: 5px;
}

.WFRQueryForm #HeaderOptionsRow {
  cursor: pointer;
}

.WFRQueryForm #HeaderBasicQueryButton {
  text-align: right;
}

#divQueryRow {
  width: 100%;
  float: left;
}

#divQueryRadio {
  float: left;
}

#divQueryLabel {
  float: left;
}

#divQuerySelect {
  float: left;
}

#divQueryInput div {
  float: left;
}

#divQueryInput input {
  font-family: Verdana, arial, sans-serif;
  font-size: 12px;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

/********************************************************************/
/* WFRReportMessageWait: Mensagem de espera da geração de relatórios*/
/********************************************************************/
#WFRReportMessageWait {
  position: absolute;
  display: table;
  z-index: 1000000;
  text-align: center;
  background: #FFFFC7;
  border: 1px solid #EFEFEF;
}

#WFRReportMessageWait div {
  display: table-cell;
  vertical-align: middle;
}

/********************************************/
/* WFRNavigation: Paginação da Aba Localizar*/
/********************************************/
#WFRNavigation {
  height: 26px;
  position: absolute;
  right: 2px;
  top: 0px;
  z-index: 2;
}

#WFRNavigation > div {
  float: left;
}

#WFRNavigation button {
  border: 1px solid #a6a7b0;
  border-radius: 8px;
  cursor: pointer;
  color: #747474;
  background: #ffffff;
  cursor: pointer;
  vertical-align: middle;
  outline:none;  
  padding: 0;  
  height: 15px;
  width: 40px;
}

#WFRNavigation button:hover {
  cursor: pointer;
  border: 1px solid #ff0000;
  color: #747474;
  outline:none;  
}

#WFRNavigation button:disabled {
  cursor: default;
  background: #ffffff;
  color: #DFDFDF;
  border: 1px solid #DFDFDF;
  outline: none;
}
  
/*****************************************/
/* HTMLMenu: Componente Menu             */
/*****************************************/

/* Definindo o espaçamento da estrutura de lista (OPCIONAL, mas influencia no posicionamento dos elementos) */
.HTMLMenuContainer ul, li {
  list-style: none;
  margin: 0;
  padding:0;
}

/* Limitando a largura do menu Vertical */
.HTMLMenuVertical {
  display: inline-block;
}

/* Horizontal: Definindo o estilo da lista, a borda cinza e a orientação de flutuação (OPCIONAL, mas influencia no posicionamento dos elementos) */
.HTMLMenuHorizontal .HTMLMenu {
  list-style:none;
  float:left;/* Itens opcionais/customizáveis:*/
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
  background: #255068;
  width: 99%;
  border-bottom: 2px solid #ffcc29;
  margin-left: 15px;
}

/* Vertical: Definindo o estilo da lista, a borda cinza e a orientação de flutuação (OPCIONAL, mas influencia no posicionamento dos elementos) */
.HTMLMenuVertical .HTMLMenu {
  list-style:none;
  /* Itens opcionais/customizáveis: */
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
  background: #333333;
  border-right: 2px solid #256881;
}

/* Horizontal: Definindo a borda interna e a posição superior do menu de level 1 */
.HTMLMenuHorizontal .HTMLMenu li {
  position: relative;
  float: left;
  display: block;
  min-width: 80px;
}

/* Vertical: Definindo a orientação do menu vertical */
.HTMLMenuVertical .HTMLMenu li {
  position: relative;
  display: block;
  min-width: 90px;
}

/* Borda inferior interna do menu Vertical */
.HTMLMenuVertical .HTMLMenu li:not(:last-child) {
  border-bottom: 1px solid #E4E4E4;
}

/* Borda lateral interna do menu Horizontal */
.HTMLMenuHorizontal .HTMLMenu li:not(:last-child) {
}

/* Personalizando os links com o espaçamento top e right */
.HTMLMenu li a {
  display: block;
  text-decoration: none;
  /* Itens opcionais/customizáveis: */
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* Definindo o efeito do mouse over dos links (OPCIONAL) */
.HTMLMenu > li:not(.HTMLMenuFirstLevelDisabled) > a:hover {
  /* background: #5A5A5A; */
  color: #FFFFFF;
  transition: all 1s;
}

/*****************************************/
/* HTMLMenu: Item Horizontal             */
/*****************************************/

/* Exibição do primeiro item no menu vertical */
.HTMLMenuVertical .HTMLMenu > li:not(.HTMLMenuFirstLevelDisabled):hover > .HTMLItem {
  display: block;
}

/* Conserto da dupla borda entre os elementos (menu vertical) */
.HTMLMenuVertical .HTMLMenu > li > .HTMLItem li:not(:first-child) {
  border-top: 0px;
}

/* Definindo o item horizontal */
.HTMLItem  {
  position: absolute;
  left: 100%;
  display: none;
  /* Itens opcionais/customizáveis: */
  top: -1px;
  min-width: 200px;
}

/* Exibição do item horizontal */
.HTMLItem li:not(.HTMLMenuRemainingLevelsDisabled):hover > .HTMLItem {
  display:block;
}

/* Configuração do item horizontal */
.HTMLItem li {
  display:block;
  white-space: nowrap;
}

/*****************************************/
/* HTMLMenu: Item Vertical               */
/*****************************************/

/* Definindo o estilo do item vertical */
.HTMLMenuHorizontal .HTMLMenu > li > .HTMLItem {
  position: absolute;
  left :0px;
  display: none;/* Itens opcionais/customizáveis: */
  top: 43px;
}

/* Exibição de item vertical */
.HTMLMenuHorizontal .HTMLMenu > li:not(.HTMLMenuFirstLevelDisabled):hover > .HTMLItem {
  display: block;
}

/* Configuração do item vertical */
.HTMLMenuHorizontal .HTMLMenu > li > .HTMLItem li {
    display: block;
    width: 100%;
    white-space: nowrap;
    border: 1px solid #ffcc29;
    background: #255068;
}

.HTMLMenuVertical .HTMLMenu > li > .HTMLItem li {
  border: 1px solid #256881;
}

/* Conserto da dupla borda entre os elementos */
.HTMLMenuHorizontal .HTMLMenu > li > .HTMLItem li:not(:first-child) {
  border-top: 0px;
}

.HTMLMenuHorizontal > ul > li:not(.HTMLMenuFirstLevelDisabled):hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffcc29;
  margin-left: -10px;
}

.HTMLMenuVertical > ul > li:not(.HTMLMenuFirstLevelDisabled):hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #256881;
  border-bottom: 5px solid transparent;
  margin-top: -5px;
}


.HTMLMenuHorizontal .HTMLFirstLevel > a{
    padding-left: 15px;
    padding-right: 20px;
    text-align: center;
    line-height: 30px;
    color: #EEEEEE;
    text-transform: uppercase;
}

.HTMLMenuVertical .HTMLFirstLevel > a{
  text-align: left; 
  line-height: 30px;
  color: #CCCCCC;
}

.HTMLRemainingLevels  {
  background: #256881;
}

.HTMLRemainingLevels  > a{
  min-height: 15px;
  color: #FFFFFF;
  text-align: left; 
}

.HTMLRemainingLevels :not(.HTMLMenuRemainingLevelsDisabled):hover {
    color: black;
    background: #ffcc29;
    transition: background 0.5s;
}

/* CSS para links desabilitados */
.HTMLMenuFirstLevelDisabled {
  background: #C0C0C0;
}

/* Desabilitando evento e ponteiro (Atenção o Focus via TABULAÇÃO ainda se mantém) */
.HTMLMenuHorizontal .HTMLMenuFirstLevelDisabled a {
  cursor: default;
  pointer-events: none;
  text-align: center; 
  line-height: 30px;
  color: #646464;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
}

.HTMLMenuVertical .HTMLMenuFirstLevelDisabled a {
  cursor: default;
  pointer-events: none;
  line-height: 30px;
  color: #646464;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
}

/* CSS para links desabilitados */
.HTMLMenuRemainingLevelsDisabled {
  background: #C0C0C0;
}

/* Desabilitando evento e ponteiro (Atenção o Focus via TABULAÇÃO ainda se mantém) */
.HTMLMenuRemainingLevelsDisabled a {
  cursor: default;
  pointer-events: none;
  color: #646464;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
}

.HTMLHorizontalArrowRight > a:after {
    position: absolute;
    top: 15px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: white;
    content: '';
}/* NÃO ESTÁ PRESENTE NA VERSÃO 3.6.0.42 WEBRUN MAS FOI MANTIDA PARA CONTIUNUAR APARECENDO A SETA DIREITA NOS SUBMENUS*/

.HTMLHorizontalArrowRight > a:before {
    position: absolute;
    top: 12px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: white;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.HTMLHorizontalArrowRight:hover > a:before {
    top: 15px;
    height: 0;
}

.HTMLHorizontalArrowDown > a:after {/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
    position: absolute;
    top: 21px;
    right: 7px;
    width: 8px;
    height: 2px;
    display: block;
    background: white;
    content: '';
}

.HTMLHorizontalArrowDown > a:before {
    position: absolute;
    top: 18px;
    right: 10px;
    display: block;
    width: 2px;
    height: 8px;
    background: white;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;  
}

.HTMLHorizontalArrowDown:hover > a:before {
  top: 23px;
  height: 0;
}

.HTMLVerticalFirstLevelArrow > a:after {/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: 5px;
  background-image: url("menu_arrow_r.png");
}

.HTMLVerticalRemainingLevelsArrow > a:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: -5px;/*ANTES DA VERSÃO 3.6.0.42 WEBRUN O VALOR DESTA PROPRIEDADE ERA 5px*/
  top: 50%;
  margin-top: -5px;
  background-image: url("menu_arrow_r.png");
}

/********************************************/
/* Slider: Componente Slider                */
/********************************************/
.SliderBar {
  background: #C0C0C0;
  border-radius: 4px;
  margin-top: 2px;
}

/***************************************************/
/* HTMLImageGallery: Componente Galeria de Imagens */
/***************************************************/
.HTMLImageGalleryMain {
  border-left: 1px solid #D3D1D1;
  border-right: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.HTMLImageGalleryMain:hover {
  border-left: 1px solid #FF0000;
  border-right: 1px solid #FF0000;
  border-top: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
}

.HTMLImageGalleryThumbnail {
  border-left: 1px solid #D3D1D1;
  border-right: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  opacity: 0.5;
  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
}

.HTMLImageGalleryThumbnail:hover {
  border-left: 1px solid #FF0000;
  border-right: 1px solid #FF0000;
  border-top: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
  opacity: 1;
}

.HTMLImageGalleryThumbnail img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.HTMLImageGalleryRemove {
  background: transparent;
  width: 16px;
  height: 16px;
  top: 2px;
  right: 2px;
  position: absolute;
  background-image: url("remove_item_gallery_disabled.png");
  cursor: pointer;
  transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
}

.HTMLImageGalleryRemove:hover {
  background-image: url("remove_item_gallery.png");
}

.HTMLImageGalleryExpandedBackground {
  width:100%; 
  height:100%; 
  z-index:10010; 
  background: #000000; 
  opacity:0.5; 
  position:absolute;
}

.HTMLImageGalleryExpandedImage {
  z-index:10011;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; 
  box-shadow: 0px 5px 35px #000000;
}
.HTMLTab:enabled:hover {
}
.HTMLEdit input:enabled:hover {
}

.HTMLTab input {
}
.HTMLButton button:hover {
}

.HTMLTab-Selected:hover {
}
.HTMLMemo textarea:enabled:hover {
}/*
.HTMLMemo textarea:focus {
  border-left: 2px solid #f78e0f;
  border-right: 2px solid #f78e0f;
  border-top: 2px solid #f78e0f;
  border-bottom: 2px solid #f78e0f;
} NÃO ESTÁ PRESENTE NA VERSÃO 3.6.0.42 WEBRUN*/

.HTMLLookup input:enabled:hover {
}
.HTMLMemo textarea[readonly=readonly] {
}
.HTMLMemo font:focus {
}
.HTMLRadioGroup #HTMLRadioGroupOptions:focus {
}
.HTMLRadioGroup #HTMLRadioGroupOption input {
}
.HTMLRadioGroup #HTMLRadioGroupOption input:focus {
}
.HTMLNavigationFormBar:focus {
}
.HTMLGroupBox-Top:hover {
}
.HTMLTreeview {
  color: #9e9e9e;
}
div[id*="HTMLInteraction"] #intBtnOk button:enabled:hover {
}

div[id*="HTMLInteraction"] # intBtnDetails button:enabled:hover {
}/*
div[id*="HTMLInteraction"] #intBtnCancel button:enabled:hover {
  background: #cde1fb;
} 
div[id*="HTMLInteraction"] # intBtnDetails button:hover {
  background: #cde1fb;
  color: #000000;
}
div[id*="HTMLInteraction"] # intBtnDetails button {
  background: #264472;
  color: #ffffff;
}NÃO ESTÁ PRESENTE NA VERSÃO 3.6.0.42 WEBRUN*/
.HTMLGroupBox:focus {
}

/***************************************************/
/* HTMLCalendar: Componente Calendário *************/
/***************************************************/
.HTMLCalendarMain {
  background: #DAEBFF;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  border-left: 1px solid #FF3737;
  border-right: 1px solid #FF3737;
  border-top: 1px solid #FF3737;
  border-bottom: 1px solid #FF3737;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-width: 250px;
  min-height: 225px;/* ANTES DA VERSÃO 3.6.0.42 VALOR DA PROPRIEDADE ERA 180px*/
  color:#000;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
   user-select: none;
}

.HTMLCalendarHeader {
  position: relative;
  width: 100%;
  height: 20%;
  border-top-left-radius: 8px;/* ANTES DA VERSÃO 3.6.0.42 VALOR DA PROPRIEDADE ERA 6px*/
  border-top-right-radius: 8px;/* ANTES DA VERSÃO 3.6.0.42 VALOR DA PROPRIEDADE ERA 6px*/


  border-bottom: 1px solid #D3D1D1;
  text-align: center;
  min-width: 250px;
  max-height: 38px;
  min-height: 30px;
  /*background: #FF3737;
  color: #fff; NÃO ESTÁ PRESENTE NA VERSÃO 3.6.0.42 WEBRUN*/
}


.HTMLCalendarPreviousYear {
  position: relative;.
.. display: inline-block;
  background: url('HTMLCalendar/calendar_previous_year.gif');
  height: 28px;
  width: 28px;
  margin-top: 1%;
  margin-right: 4px;
  background-size: 75%;
  background-repeat: no-repeat;
}


.HTMLCalendarSpan {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  font-family: verdana;
  top: 10px;
}


.HTMLCalendarPreviousYear:hover {
  background: url('HTMLCalendar/calendar_previous_year_over.gif');
  background-repeat: no-repeat;
  background-size: 75%;
}


.HTMLCalendarPrevious {
  position: relative;
  display: inline-block;
  background: url('HTMLCalendar/calendar_previous.gif');
  height: 28px;
  width: 15%;
  max-width: 30px;
  min-width: 30px;
  margin-top: 1%;
  margin-right: 4px;
  background-size: 75%;
  background-repeat: no-repeat;
}

.HTMLCalendarPrevious:hover {
  background: url('HTMLCalendar/calendar_previous_over.gif');
  background-repeat: no-repeat;
  background-size: 75%;
}



.HTMLCalendarInformation {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  font-family: verdana;
  top: -10px;
  width: 110px;
  left: -4px;
}


.HTMLCalendarNext {
  position: relative;
  display: inline-block;
  background: url('HTMLCalendar/calendar_next.gif');
  height: 28px;
  width: 15%;
  max-width: 30px;
  min-width: 30px;
  margin-top: 1%;
  margin-right: 4px;
  background-size: 75%;
  background-repeat: no-repeat;
}


.HTMLCalendarNext:hover {
  background: url('HTMLCalendar/calendar_next_over.gif');
  background-repeat: no-repeat;
  background-size: 75%;
}



.HTMLCalendarNextYear {
  position: relative;
  display: inline-block;
  background: url('HTMLCalendar/calendar_next_year.gif');
  height: 28px;
  width: 15%;
  max-width: 30px;
  min-width: 10px;
  margin-top: 1%;
  margin-right: -5px;
  background-size: 75%;
  background-repeat: no-repeat;
}


.HTMLCalendarNextYear:hover {
  background: url('HTMLCalendar/calendar_next_year_over.gif');
  background-repeat: no-repeat;
  background-size: 75%;
}


.HTMLCalendarDaysOfTheWeek {
  position:relative;
  width: 100%;
  height: 11.4%;
  text-align: center;
  background: #f2bbbb;
  color: #fff;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
}



.HTMLCalendarCellDayOfTheWeek {
  position: relative;
  width: 13%;
  height: 100%;
  display: inline-block;
  margin-left: 0.4%;
  margin-right: 0.4%;
  color: #000;
  top: 10%;
  font-family: verdana;
  font-size: 100%;
  /*color: red; NÃO ESTA PRESENTE NA VERSÃO 3.6.0.42 WEBRUN*/
}




.HTMLCalendarDaysOfTheMonth {
  position: relative;
  width: 100%;
  height: 11.4%;
  top: 3%;
  text-align: center;
}




.HTMLCalendarCellDayOfTheMonth {
  position: relative;
  width: 13%;
  height: 100%;
  display: inline-block;
  margin-left: 0.4%;
  margin-right: 0.4%;
  font-family: verdana;
  font-size: larger;
  border-top-left-radius: 8px;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  border-top-right-radius: 8px;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  border-bottom-left-radius: 8px;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  border-bottom-right-radius: 8px;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  cursor: pointer;
}


.HTMLCalendarCellDayOfTheMonth:hover {/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  background: #FFFAFA;
}

.HTMLCalendarOfToday {/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  position: relative;
  width: 13%;
  height: 70%!important;
  display: inline-block;
  margin-left: 0.4%;
  margin-right: 0.4%;
  font-family: verdana;
  font-size: larger;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  cursor: pointer;
  font-weight:bold;
  background:white;
  box-shadow:inset 0px 4px 5px #ccc;
}
.HTMLCalendarCellHoliday {
  position: relative;
  width: 13%;
  height: 100%;
  display: inline-block;
  margin-left: 0.4%;
  margin-right: 0.4%;
  font-family: verdana;
  color: red;
  font-size: larger;
  border-top-left-radius: 8px;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  border-top-right-radius: 8px;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  border-bottom-left-radius: 8px;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  border-bottom-right-radius: 8px;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
  cursor: pointer;
}




.HTMLCalendarCellHoliday:hover {
  background: #FF3737;
  /*color: #fff; NÃO ESTA PRESENTE NA VERSÃO 3.6.0.42 WEBRUN*/
}


.HTMLCalendarCellActivity {
  position: relative;
  width: 13%;
  height: 100%;
  display: inline-block;
  margin-left: 0.4%;
  margin-right: 0.4%;
  font-family: verdana;
  color: green;
  font-size: larger;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
  font-weight: bold;/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
}

.HTMLCalendarCellActivity:hover {
  background: #FF3737;
  /*color: #fff; NÃO ESTÁ PRESENTE NA VERÃO 3.6.0.42 WEBRUN*/
}

/*----------------------------------ADICIONADO POR JOÃO ANDERSON------------------------------*/
#removerLabelGrade{
  display: none;
}
input[name="WFRInput564126"], input[name="WFRInput564132"], input[name="WFRInput553193"], input[name="WFRInput553195"]{
  border-radius: 0;
}
input[name="WFRInput564128"], input[name="WFRInput564134"], input[name="WFRInput551463"], input[name="WFRInput552461"], input[name="WFRInput551535"]{
  border-radius: 0;
 border-color: rgba(199, 219, 255, 0.39);
 background: rgba(199, 219, 255, 0.39) !important;
}

/*****************************/
/* HTMLChat: Componente Chat */
/*****************************/
/*ACRESCENTADO NA VERSÃO 3.6.0.42 WEBRUN*/
.HTMLChat, .HTMLChatError{
  position: absolute;
  border: 1px solid #255068;
  overflow: hidden;
  background-color: white;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.HTMLChatSlider{
  transition: all 0.7s;
  z-index: 999999;
}

.HTMLChatSlider:hover {
  bottom: 0px !important;
}

.HTMLChatHeader{
  border-bottom: 1px solid rgb(226, 226, 226);
  position: relative;
  font-size: 14px;
  padding: 0 10px;
  padding-top: 4px;
}

.HTMLChatHeaderSlider{
  height: 25px;
  background: #255068;
  color: white;
  text-align: left;
  font-weight: bold;
}

.HTMLChatSearch {
  position: relative;
  border-bottom: 1px solid rgb(241,241,241);
}

.HTMLChatSearch input {
  border-radius: 0px !important;
  position: relative;
  height: 20px;
  width: 100%;
  background: #CBCBCB;
  border: 1px solid #ABBFFF;
}

.HTMLChatSearch input:hover {
  border:0px solid;
}

.HTMLChatSearch input:focus {
  border:0px solid;
}

.HTMLChatSendAll {
  position: relative;
  height: 19px;
  border-bottom: 1px solid rgb(241,241,241);
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.HTMLChatSendAll span {
  position: relative;
  vertical-align: middle;
}

.HTMLChatSendAll:hover{
  background-color: #255068;
  color: white;
}

.HTMLChatScroll{
  width: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}

.HTMLChatUsersList{
  position: relative;
  width: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.HTMLChatUsersListRow{
  width: inherit;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}

.HTMLChatUsersListCellUser{
  width: inherit;
  display: inline-block;
  left: -25px;
  height: 20px;
}

.HTMLChatUsersListRow:hover{
  background-color: #255068;
  color: white;
}

.HTMLChatUsersListCellStatus{
  margin: 0px 5px;
  float: left;
  border-radius: 50%;
  top: 2px;
  height: 15px;
  width: 15px;
}

.HTMLChatUsersListCellUser span{
  position:relative;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  width: calc(100% - 25px);
  padding-left: 25px;
  top: 3px;
}

.HTMLChatUsersListCellStatus, .HTMLChatUsersListCellUser{
  position: relative;
  vertical-align: middle;
}

.HTMLChatUserOffline{
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.HTMLChatUserOnline{
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.HTMLChatUserOffline > .HTMLChatUsersListCellStatus {
  background-color: #c3c3c3;
}

.HTMLChatUserOnline > .HTMLChatUsersListCellStatus {
  background-color: lawngreen;
}

.HTMLChatTalk .HTMLMemo {
  width: 100% !important;
  border-radius: 0;
  left: 0 !important;
  top: 487px !important;
  background-color: #E5E5E5;
}

.HTMLChatTalk textarea{
  resize: none;
  height: 100% !important;
  width: 100% !important;
}

.HTMLChatTalk textarea, .HTMLChatTalk textarea:hover, .HTMLChatTalk textarea:focus {
  border: 0;

}

.HTMLChatTalk .HTMLMemo:nth-child(1){
  background-color: #E5E5E5;
  top: 0 !important;
  left: 0 !important;
}

.HTMLChatTalk .HTMLMemo:nth-child(1) textarea{
  background-color: transparent !important;
  border-radius: 0;
  padding: 0 5px;
  font-size: 14px;
  font-family: Consolas;
}

.HTMLChatTalk .HTMLMemo:nth-child(2) textarea{
  border-radius: 0;
  padding: 4px;
  overflow: auto;
  font-size: 14px;
  height: 63px !important;
  border-top: 3px solid #255068;
}

/*************************************************/
/* HTMLPlayer: Reprodutor de Mídia               */
/*************************************************/

.HTMLPlayer{
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}

.HTMLPlayerSliding{
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  z-index: 2147483647;
  padding-top: 30px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4zjOaXUAAAAhlJREFUWEftlzlLA1EUhRNc4hLFxEILkQj+BUs7/4CFYGOhtWBhoZaCYIKoWIqFhTYWdjZilcYqnQEJhEgwSEgCCVlnsvq9+CIjWWCcGRtz4PC2O/edefe+y4ytjz46oVgsOsrlsqvRaLjNpKqqrlwuN0Tf1mIbCoWCo1QqnVYABqaClyrjf59udwHYuK3YvAUhgqa7ACanodXoC9AngOwN1Wo1L11drFarJ/l8/pGwK4y10CcAXMhl3SDr58npW+mnBd0CzuVyE4FAwB4KhcYymcwka4NyuiM4OWe9Xvd9ufmGMQHRaHQiHo+vUi92KVrLrA/LpTaw5oQiJFoYE5BKpTwc7RUxfic/nuhv0i5g13YazI3AQ+FEA2MC0un0IhvecbQKVInxm6IoNwhZw3YG2qWp8GeHu1AL8wSIRdo6sVbI9ldq/VYymRyVpk1gsiPsNLBEgMopRBKJxHYkEhmXpk1gYp0ANq7AFOMHEnKDcPwIgQBjcwVwxB4KzDWbfXATnhHgI/5L2HVKwgG4J5xoYExAOByejMVi64g4yGazK6zPwo71gPkxeAS1MCbA7/fbg8Ggk5OYIgw9CxHPmlIHfl2KOaU5cuOSmlGSvgT0CeDhF970mK4u8oyXm3FPgmYYa6FPgAXoC+gu4A8+SlWa7gIoKA6y9swKEWJzfPf+LBfg6ogfE/EzIcJhGrkRbgT0/jH5Z7DZPgEGiNBQxJe7wQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
}

.HTMLPlayerSliding:hover {
  bottom: -4px !important;
}

.HTMLVideoPlayer, .HTMLAudioPlayer {
  background-color: #000;
  z-index: 1;
}

.HTMLVideoPlayer {
  margin-top: 3px;
  margin-left: 3px;
  margin-right: 3px;
}

.HTMLAudioPlayer {
  height:30px;
}
 
/*************************************************/
/*                 RSS: Leitor RSS               */
/************************************************/

.HTMLRSSBody{
  position: absolute;
  background: #FFF;
  border: #2389ff 1px solid;
  border-radius: 3px;
  min-height:100px;
  z-index:100000;
  padding: 4px;
}

.HTMLRSSSlider{
  position:relative;
  width:100%;
  overflow: hidden;
  z-index:1;
}

.HTMLRSSTitle{
  color: #2B56B0;
  position:relative;
  font-weight: bold;
  width: 94%;
  height:auto;
  font-size: 16px;
  min-height:30px;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index:1;
  left:3%; 
  padding-top: 2%;
  TEXT-TRANSFORM: uppercase;
  margin-bottom: 2px;
  border-bottom: 1px #E6E6E6 solid;
}

.HTMLRSSItem{
  position:relative;
  white-space:pre-wrap;
  overflow:hidden;
  text-overflow: ellipsis;
  z-index:2;
  width: 94%;
  margin-top: 10px;
  margin-left:3%;
}

.HTMLRSSItemTitle{
  position:relative;
  width:100%;
  height:auto;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: bold;
  color:#2B56B0;
}
.HTMLRSSItemTitle span{
   display:table;
   margin-top: auto;
}

.HTMLRSSDescription{
  position:relative;
  width:100%;
  height:auto;
  color: #8495BA;
  float: left;
  font-size: 12px;
}

.HTMLRSSDescription  *{
float:left;
vertical-align: 30%
}
.HTMLRSSDescription  img{
border-radius: 3px;
margin-right: 10px;
max-width:75px;
}

.HTMLRSSDescription br{
 display: none;
}

.HTMLRSSSeparator{
  position:relative;
  width:100%;
  height:1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color:#E6E6E6;
  float: left;
}

/***************************************************/
/* Tabela: Novo Componente Tabela (Feito em Maker) */
/***************************************************/

.HTMLTable {
  border-top: 1px solid #DEF2FB;
  border-bottom: 1px solid #DEF2FB;
  border-left: 1px solid #DEF2FB;
  border-right: 1px solid #DEF2FB;
  background-color: white;
}

.HTMLTableAllModes {
  z-index: 100000;
}

.HTMLTable .HTMLEdit, .HTMLTableSearchEdge {
  height: 22px;
}

.HTMLTable .HTMLEdit{
  float: left;
  border-right: 2px solid #93DAFF;
}

.HTMLTableSearchEdge  {
  overflow: hidden;

}

.HTMLTable .HTMLEdit input{
  width: 100% !important;
  border-radius: 0;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  text-indent: 8px;
  border:1px;
}

.HTMLTable .HTMLEdit input:focus {
   border: 1px solid #62cdf1;
}

.HTMLTable .HTMLEdit input:hover {
  border-color: #77c5df;
}

.HTMLTableHeaderRow, .HTMLTableEdge {
  height: 22px;
  width: 100%;
  white-space: nowrap;
}

.HTMLTableEdge {
  width: 13px;
}

.HTMLTableHeaderCell, .HTMLTableEdge {
  background: linear-gradient(#E0F3FA 0%, #D8F0FC 50%, #B8E2F6 51%, #B6DFFD 100%);
  color:blue;
}

.HTMLTableHeaderCell {
  float: left;
  height: 100%;
  outline: none;
}

.HTMLTableHeaderCell:last-child {
  overflow: hidden;
  float: none;
}

.HTMLTableHeaderCell:hover, .HTMLTableEdge:hover {
  background: #D2EAFE;
}

.HTMLTableHeaderCell span {
  cursor: default;
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
  top: 7px;
  color: #000;
}

.HTMLTableHeaderCellSeparator {
  float: left;
  position: relative;
  cursor: ew-resize;
  height: 100%;
  background-color: #93DAFF;
}

.HTMLTableHeaderCellSeparator:hover, .HTMLTableHeaderCellSeparator:active {
  background-color: #006EFF;
}

.HTMLTableBody {
  white-space: nowrap;
  width: 100%; 
}

.HTMLTableBody2 {
  outline: none;
}

.HTMLTableBodyRow {
  background-color: white;
  position: relative;
  width: 100%;
  height: 21px;
  border-top: 1px solid #FAFAFA;
  border-bottom: 1px solid #B7E0F9;
}

.HTMLTableBodyRowOdd {
  background-color: #F4FBFF;
}

.HTMLTableBodyRow:hover {
  background-color: #B7E0F9;
}

.HTMLTableBodyRowSelected {
  background-color: #B7E0F9;
}

.HTMLTableBodyRowSelected:hover {
  background-color: #5FC0E0;
}

.HTMLTableBodyCell {
  display: inline-block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  margin-left: 2px;
}

.HTMLTableBodyCell span {
  padding-right: 2px;
  color: #0066A0;
}

.HTMLTablePrevious, .HTMLTableNext {
  bottom: -35px;
  position: absolute;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: 0.2s opacity ease-in;
  -moz-transition: 0.2s opacity ease-in;
  -ms-transition: 0.2s opacity ease-in;
  -o-transition: 0.2s opacity ease-in;
  transition: 0.2s opacity ease-in;
  opacity: 0.6;
}

.HTMLTablePrevious:not(.HTMLTablePreviousDisabled):hover, .HTMLTableNext:not(.HTMLTableNextDisabled):hover {
  opacity: 1;
}

.HTMLTablePreviousDisabled, .HTMLTableNextDisabled {
  cursor: default;
}
  
.HTMLTablePrevious {
  right: 35px;
  background-image: url("HTMLTable/previous.png");
}

.HTMLTablePreviousDisabled {
  background-image: url("HTMLTable/previous_disabled.png");
}

.HTMLTableNext {
  right: 0;
  background-image: url("HTMLTable/next.png");
}

.HTMLTableNextDisabled {
  background-image: url("HTMLTable/next_disabled.png");
}

.HTMLTableContextMenu {
  position: absolute;
  z-index: 2147483647;
  background-color: #f5f5f5;
  font-size: 1.2em;
  white-space: nowrap;
  line-height:30px;
  width: 200px;
  text-indent:10px;
  box-shadow: 1px 1.732px 9px 0px rgba(64, 64, 64, 0.5);
  border-radius:4px;
}

.HTMLTableContextMenu > div {
  cursor: pointer;
  border-bottom: 1px solid #e7e7e7;
  color:#434343;
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  border-top: 1px solid #e7e7e7;
}

.HTMLTableContextMenu > div:hover {
  background-color: lightblue;
  color:#171717;
  border-bottom-color: lightblue;
  border-top-color: lightblue;
}

.HTMLTableOrderArrow {
  position: absolute;
  width: 7px;
  left: calc(50% - 3.5px);
  top: 1px;
  display: none;
}

.HTMLTableOrderArrowInverted {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.HTMLTableOrderArrowSort {
  display: block;
}

/*************************************************/
/* HTMLScrollBar: Barra de Rolagem               */
/*************************************************/

.HTMLScrollBar {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: default;
  background-color: rgba(107, 187, 255, 0.3);
  -webkit-transition: 0.5s background-color ease;
  -moz-transition: 0.5s background-color ease;
  -ms-transition: 0.5s background-color ease;
  -o-transition: 0.5s background-color ease;
  transition: 0.5s background-color ease;
}

.HTMLScrollBar:hover , .HTMLScrollBar:active {
  background-color: rgba(107, 187, 255, 0.6);
}

.HTMLScrollThumbX, .HTMLScrollThumbY {
  position: relative;
  background-color: #5CA3D3;
}

.HTMLScrollThumbX {
  height: 14px;
  min-width: 20px;
}

.HTMLScrollThumbY  {
  width: 14px;
  min-height: 20px;
}

/*************************************************/
/*                COMPONENTE ABA                 */
/************************************************/

.HTMLTabComponent, .HTMLTabComponentClose{
  background-color: #FFFFFF;
  color:#000000;
  max-width: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
 
.HTMLTabComponent {
  border-top-left-radius:0px;
}

.HTMLTabComponentClose{
  border-top-right-radius:0px;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
 }
  
.fecharAba>span {
  color:#09D!important; 
 }
 
.fecharAbaDesabilitada>span {
  color:#000!important; 
 }

.HTMLTabComponentSelected{
  border-top: 3px solid #09D;
  border-left: 1px solid #91A7B4;
}

.HTMLTabComponentCloseSelected{
  border-top: 3px solid #09D;
  border-right: 1px solid #91A7B4;
}
 
.HTMLTabComponent{
  border-top: 1px solid #09D;
  border-left: 1px solid #09D000;
}

.HTMLTabComponentClose{
  border-top: 1px solid #09D;
  border-right: 1px solid #09D;
} 

.HTMLTabComponentSelected,.HTMLTabComponentCloseSelected{
  background-color: #FFFFFF;
  color:#000000;
  max-width: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
 
.HTMLTabComponent>a{
  color:#000!important;
} 

.HTMLTabComponentSelected>a{
  color:#000!important;
}
 
 .HTMLTabComponentSelected{
  border-top-left-radius:0px;
}
 
.HTMLTabComponentCloseSelected{
  border-top-right-radius:0px;
  vertical-align: middle!important;
  font-size: 12px;
  text-align: center;
 }
 
.HTMLTabComponentRow table{
  border-bottom:4px solid #3173AD;
  width:100%!important;
}
 
.HTMLTabComponentGroupBox{
  top:50px!important;
}

/********************************************/
/* WFRReport: Janela de Filtros do Relatório*/
/********************************************/
#WFRReport iframe {
  height: 386px;
}

/* Style da cor de fundo da janela de filtro do relatório*/
#WFRReportHeaderActions, #WFRReportHeaderOptions {
  float: left;
  width: 100%;
}

#WFRReportHeaderActions{
background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}

#WFRReportHeaderOptions{
background:#7abcff;
}

#WFRReportHeaderActions div, #WFRReportHeaderActions span {
  cursor: pointer;
  padding: 4px;
}

/* Style da cor de fundo da baorda da janela de filtro do relatório*/
#WFRReportHeaderOptions {
  border-bottom: 1px solid #548ac9;
}

#WFRReportHeaderActionsPreview, #WFRReportHeaderActionsDesign, #WFRReportHeaderActionsOrder,
#WFRReportHeaderActionsReload, #WFRReportHeaderOptionsPlugin, #WFRReportHeaderOptionsReportGenerator,
#WFRReportHeaderOptionsReportFormat {
    float: left;
}

#WFRReportHeaderActions img, #WFRReportHeaderOptionsPlugin img {
  vertical-align: middle;
}

#WFRReportHeaderOptionsPlugin {
  padding-left: 6px;
  padding-top: 2px;
}

/* Style referente a fonte para o texto de download do plugin do adobe*/
#WFRReportHeaderOptionsPlugin span {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
}

/* Style referente as fontes dos textos da janela de filtro do relatório*/
.WFRUserSelectReport{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
}

#WFRReportHeaderOptionsReport {
  float: right;
}

#WFRReportHeaderOptionsReport span {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  cursor: default;
}

/* Style referente a linha que envolve as opções de gerador e formato*/
#WFRReportHeaderOptionsReportGenerator {
  padding: 3px;
  border-top-left-radius: 8px;
  padding-left: 6px;
  width: 130px;
  color:#fff;
}

/* Style referente a linha que envolve as opções de gerador e formato*/
#WFRReportHeaderOptionsReportFormat {
}

#WFRReportHeaderOptionsReportGenerator div {
  float: left;
}

/********************************************/
/* WFRReportOrder: Janela de Ordenação do Relatório*/
/********************************************/

/* Style da cor de fundo da janela de Ordenação do Relatório*/
#WFRReportBackgroundOrder {
  float: left;
  width: 100%;
  background:#93C2F9;
}


/* Style dos textos da janela de Ordenação do Relatório*/
.WFRUserSelectReportOrder{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #0034FF;
}
/*Estilo dos botões*/
.WFRReportButtonOrderOk,.WFRReportButtonOrderClose{
  width:70px;
  height:20px;
  border: 0px solid #a6a7b0;
  border-radius: 8px;
  cursor: pointer;
  background: #598DCA;
  cursor: pointer;
  color: #ffffff;
  padding: 0;
  vertical-align: middle;
  outline: none;
}

.WFRReportButtonOrderOk:hover,.WFRReportButtonOrderClose:hover{
  background: #D6492F;
  color: #ffffff;
  outline: none;
}

/********************************************/
/* AccessManager: Janela Modo Gerente*/
/********************************************/

#AccessManagerBackground{
    background:#C7EDFF;
}

#AccessManagerBackgroungTitleBar{
   background:#5288C8;
}

#AccessManagerFontTitleAccessPermissions{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

#AccessManagerFontTitleOptionBar{ 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
}

#AccessManagerFontText{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #0064FF;
}

#AccessManagerFontMenu{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

#AccessManagerFontUpdateGroups{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #0064FF;
  font-weight: bold;
}

#AccessManagerAccessPermissionsBackground{
   background:#5288C8;
}



/********************************************/
/* INICIO SWEETALERT */
/********************************************/
body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: Verdana, Arial, sans-serif;
  width: 478px;
  padding: 12px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #000000;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #000000;
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 12px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #ffcc29; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #000000; }
    .sweet-alert input::-ms-clear {
      display: none; }
    .sweet-alert input:-ms-input-placeholder {
      color: #000000; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #000000; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #3c6b7f;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 12px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #255068; }
    .sweet-alert button:active {
      background-color: #255068; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #868686; }
      .sweet-alert button.cancel:active {
        background-color: #868686; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1;
        left: 50%; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); }
   }