@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
html, body {
 font-family: 'Open Sans', sans-serif;
 font-size: 100%;
 background-color: hsla(0, 0%, 95%, 1.00);
 width: 100%;
 height: 100%;
 margin: 0px;
}
img.FondoFull {
 min-height: 100%;
 min-width: 1024px;
 width: 100%;
 height: auto;
 position: fixed;
 top: 0;
 left: 0;
 -webkit-transition: all 1s ease-in;
 -moz-transition: all 1s ease-in;
 -o-transition: all 1s ease-in;
 transition: all 1s ease-in;
}
img.FondoFull.F_Pri {
 z-index: 2;
 opacity: 1;
}
img.FondoFull.F_Sec {
 z-index: 1;
 opacity: 1;
}
/* Transicion */
#Main div, #Main span, #Main a, #Main input {
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
}
#Main {
 min-height: 570px;
 position: absolute;
 top: 0px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 background-repeat: no-repeat;
 /* [disabled]background-image: url(../IMG/F1FH1.jpg); */
 background-attachment: fixed;
 /* [disabled]background-position: 65% 50%; */
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 /* [disabled]background-size: cover; */
 z-index: 3;
}
#Main .Filtro {
 position: absolute;
 top: 0px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 /*background-color: hsla(0, 0%, 0%, 0.5);*/
 z-index: 1;
}
#Main .Filtro:after {
 content: '';
 position: absolute;
 top: 0px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 background-color: hsla(180, 74%, 56%, 0.100);
 z-index: 1;
}
#Main .Filtro:before {
 content: '';
 position: absolute;
 top: 0px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 background-color: hsla(0, 0%, 0%, 0.5);
 z-index: 1;
}
#Main .Cont {
 width: 360px;
 margin-left: auto;
 margin-right: auto;
 position: absolute;
 z-index: 2;
 top: 0%;
 left: 50%;
 /*+transform: translateX(-50%);*/
 -webkit-transform: translateX(-50%);
 -moz-transform: translateX(-50%);
 -o-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 margin-top: 30px;
 text-align: center;
 opacity: 0;
 /*+transition: 1s all;*/
 -webkit-transition: 1s all;
 -moz-transition: 1s all;
 -o-transition: 1s all;
 transition: 1s all;
}
#Main .Cont.Act {
 top: 5%;
 opacity: 1;
}
#Main .Cont .Logo {
 display: inline-block;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 50%;
 text-align: center;
 color: #FFFFFF;
 font-size: 40px;
 font-weight: 100;
 width: 300px;
 /*+transition: 0.2s all;*/
 -webkit-transition: 0.2s all;
 -moz-transition: 0.2s all;
 -o-transition: 0.2s all;
 transition: 0.2s all;
 text-transform: uppercase;
 border-left: 3px solid #FFFFFF;
 border-right: 3px solid #FFFFFF;
}
#Main .Cont.Act .Logo {
 margin-bottom: 60%;
}
#Main .Cont .Registro .Titulo {
 color: #FFFFFF;
 text-align: center;
 font-size: 22px;
 margin-bottom: 20px;
 font-weight: bold;
}
#Main .Cont .Registro .Formulario {
 /*width: 285px;*/
 margin-left: auto;
 margin-right: auto;
 /*+transition: 0.2s all;*/
 -webkit-transition: 0.2s all;
 -moz-transition: 0.2s all;
 -o-transition: 0.2s all;
 transition: 0.2s all;
}
.Formulario input {
 font: 100 18px 'Open Sans', sans-serif;
 width: 100%;
 padding: 15px 10px;
 /*margin-left: -9px;*/
 margin-bottom: 40px;
 border: 0px solid #EAEAEA;
 background-color: rgba(255, 255, 255, 0);
 border-bottom: 1px solid #FFFFFF;
 color: #FFFFFF;
}
.Formulario input::placeholder {
 color: rgba(255, 255, 255, 0.7);
 text-transform: uppercase;
 font-size: 16px;
}
.Formulario input:focus {
 outline: none;
 border-bottom: 1px solid #5A77FF;
}
.Formulario input#Envia {
 width: 106%;
 /*background-color: #3D99F4;*/
 /*border-color: #1986F1;*/
 color: #FFFFFF;
 border-width: 1px;
 font-size: 21px;
 padding-bottom: 7px;
 padding-top: 7px;
 /*margin-top: 30%;*/
 background-color: rgba(255, 255, 255, 0);
 border-color: rgba(255, 255, 255, 0.5);
 margin-top: 30px;
 /*+border-radius: 5px;*/
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 border-radius: 5px;
}
.Formulario input#Envia:hover {
 cursor: pointer;
 /*background-color: #FFB313;*/
 /*border-color: #F5A700;*/
 /*background-color: #5FAAF5;*/
 /*border-color: #439CF3;*/
 background-color: rgba(255, 255, 255, 0.4);
 border-color: rgba(255, 255, 255, 1);
}
.Formulario .Terminos {
 color: #FFFFFF;
 font-size: 12px;
 width: 100%;
 display: block;
 padding-left: 9px;
 padding-right: 9px;
 margin-left: -9px;
 margin-top: 10px;
 text-align: center;
}
.Formulario .Terminos a {
 display: block;
 font-weight: bold;
 text-decoration: none;
}
.Formulario .Terminos a:hover {
 cursor: pointer;
 color: #FFD580;
}
#Main .Pie {
 position: absolute;
 height: 65px;
 bottom: 5px;
 right: 0px;
 left: 0px;
 z-index: 2;
}
#Main .Pie span {
 height: 100%;
 display: inline-block;
 margin-right: -5px;
 vertical-align: top;
 position: relative;
}
#Main .Pie .wBorde {
 width: 30%;
}
#Main .Pie .wMedio {
 width: 40%;
 color: #FFFFFF;
 cursor: default;
}
#Main .Pie .wMedio span {
 width: 33%;
 text-align: center;
 opacity: 0.8;
}
#Main .Pie .wMedio span:hover {
 opacity: 1;
 margin-top: -10px;
}
#Main .Pie .wMedio span strong {
 display: block;
 font-size: 31px;
 text-indent: -10px;
}
#Main .Pie .wBorde .N_Imagen {
 color: #FFFFFF;
 font-size: 12px;
 text-indent: 5px;
 position: absolute;
 height: 18px;
 bottom: 0px;
 opacity: 0.5;
}
#Main .Pie .wBorde .N_Imagen:hover {
 opacity: 1;
 cursor: default;
}
#Main .Pie #InicioSesion {
 width: 130px;
 position: absolute;
 bottom: 0px;
 background-color: hsla(0, 0%, 100%, 0.20);
 border: 2px solid hsla(0, 0%, 100%, 0.50);
 padding-top: 7px;
 padding-bottom: 7px;
 right: 10px;
 font-size: 18px;
 color: #FFFFFF;
 opacity: 0.7;
}
#Main .Pie #InicioSesion:hover {
 opacity: 1;
 cursor: pointer;
}
#Main .Pie #InicioSesion:focus {
 outline: none;
}
.Formulario .Error {
 position: relative;
 height: 0px;
}
.Formulario .Error i {
 background-image: url(../Src/Img/Extra/Error.svg);
 display: block;
 width: 22px;
 height: 22px;
 background-size: 100% auto;
 background-repeat: no-repeat;
 position: absolute;
 top: -30px;
 right: 0px;
 opacity: 0.5;
}
#Main .Formulario .Error span {
 -webkit-transition: none;
 -moz-transition: none;
 -o-transition: none;
 transition: none;
}
.Error span {
 position: absolute;
 right: 0px;
 padding: 5px;
 font-size: 12px;
 border-radius: 4px;
 background-color: hsla(7, 100%, 61%, 1.00);
 border: 1px solid hsla(7, 82%, 57%, 1.00);
 top: -3px;
 color: hsla(0, 0%, 100%, 1.00);
 z-index: 2;
 display: none;
}
.Error i:hover {
 opacity: 1;
 cursor: pointer;
}
.Error span:before {
 content: '';
 position: absolute;
 border-left: 10px solid transparent;
 border-right: 10px solid transparent;
 border-bottom: 10px solid hsla(7, 100%, 61%, 1.00);
 border-top-style: solid;
 border-top-width: 0px;
 top: -6px;
 right: 0px;
 z-index: -1;
}
/*Dialogos*/
.ui-dialog:focus {
 outline: none;
}
.ui-dialog {
 position: absolute;
 min-width: 300px;
 max-width: 400px;
 top: 20%;
}
.PopUp:before {
 position: absolute;
 content: '';
 left: 0px;
 right: 0px;
 height: 7px;
 top: -43px;
 background-image: -webkit-repeating-linear-gradient(0deg, rgba(31, 195, 0, 1.00) 66.32%, rgba(31, 195, 0, 1.00) 77.72%, rgba(29, 179, 0, 1.00) 77.72%, rgba(27, 169, 0, 1.00) 89.12%, rgba(25, 158, 0, 1.00) 89.12%, rgba(25, 158, 0, 1.00) 100%);
 background-image: repeating-linear-gradient(90deg, rgba(31, 195, 0, 1.00) 66.32%, rgba(31, 195, 0, 1.00) 77.72%, rgba(29, 179, 0, 1.00) 77.72%, rgba(27, 169, 0, 1.00) 89.12%, rgba(25, 158, 0, 1.00) 89.12%, rgba(25, 158, 0, 1.00) 100%);
 background-size: 700px auto;
 border-top-right-radius: 5px;
 border-top-left-radius: 5px;
}
.PopUp#D_OlvContr:before, .PopUp#ReenviarMail:before {
 background-image: -webkit-repeating-linear-gradient(0deg, rgba(255, 169, 19, 1.00) 66.32%, rgba(255, 169, 19, 1.00) 77.72%, rgba(255, 179, 46, 1.00) 77.72%, rgba(255, 179, 46, 1.00) 89.12%, rgba(255, 150, 0, 1.00) 89.12%, rgba(255, 150, 0, 1.00) 100%);
 background-image: repeating-linear-gradient(90deg, rgba(255, 169, 19, 1.00) 66.32%, rgba(255, 169, 19, 1.00) 77.72%, rgba(255, 179, 46, 1.00) 77.72%, rgba(255, 179, 46, 1.00) 89.12%, rgba(255, 150, 0, 1.00) 89.12%, rgba(255, 150, 0, 1.00) 100%);
}
.PopUp .Campo {
 padding: 0px 20px 20px;
}
.PopUp .Campo #OlvdContra {
 margin-right: -10px;
}
.PopUp .Campo input, .PopUp .Campo select {
 width: 100%;
 margin-top: 15px;
 height: 40px;
 border: thin solid hsla(129, 35%, 55%, 1.00);
 padding-left: 10px;
}
.PopUp .Campo input:focus, .PopUp .Campo select:focus {
 outline: none;
 box-shadow: 0px 0px 5px hsla(129, 75%, 40%, 0.50);
 -webkit-box-shadow: 0px 0px 5px hsla(129, 75%, 40%, 0.50);
}
.PopUp .Campo .chkrec {
 width: 100px;
 height: 23px;
 margin-top: 5px;
 display: inline-block;
 margin-left: -4px;
}
.PopUp .Campo .chkrec input {
 width: 15px;
 float: left;
 height: 15px;
 display: inline-block;
 margin-top: 10px;
 margin-right: 5px;
}
.PopUp .Campo .chkrec label {
 float: left;
 display: inline-block;
 margin-top: 8px;
 font-weight: normal;
 font-size: 14px;
}
.PopUp .Campo a {
 font-size: 14px;
 display: inline-block;
 color: hsla(110, 100%, 25%, 1.00);
 text-decoration: none;
 float: right;
 padding-top: 12px;
 height: 50px;
}
.PopUp .Campo a:hover {
 cursor: pointer;
 color: hsla(110, 100%, 35%, 1.00);
}
.PopUp .Btn {
 width: 100%;
 height: 50px;
 background-color: hsla(110, 100%, 32%, 1.00);
 margin-top: 5px;
 text-align: center;
 /* position: absolute; */
}
.PopUp .Btn:hover {
 background-color: hsla(110, 100%, 36%, 1.00);
}
.PopUp .Btn a {
 width: 100%;
 height: 100%;
 display: block;
 color: hsla(0, 0%, 100%, 1.00);
 font-size: 26px;
 font-weight: 300;
 padding-top: 8px;
 text-decoration: none;
}
.PopUp .Btn a:hover {
 cursor: pointer;
}
.PopUp .Btn a span {
 margin-left: 30px;
 font-size: 21px;
}
.PopUp .btn2 {
 margin-top: 5px;
 height: 28px;
 padding-top: 2px;
 background-color: hsla(0, 0%, 100%, 1.00);
 border-color: hsla(34, 100%, 55%, 1.00);
 border-width: 1px;
 border-top-style: solid;
 border-bottom-style: solid;
}
.PopUp .btn2:hover {
 background-color: hsla(37, 100%, 56%, 1.00);
 border: 0px;
}
.PopUp .btn2:hover a {
 color: hsla(0, 0%, 100%, 1.00);
}
.PopUp .btn2 a {
 padding-top: 0%;
 font-size: 16px;
 color: hsla(34, 100%, 55%, 1.00);
 height: 100%;
}
.PopUp .btn3 {
 background-color: hsla(183, 77%, 44%, 1.00);
}
.PopUp .btn3:hover {
 background-color: hsla(183, 77%, 52%, 1.00);
}
.PopUp .Terminos {
 font-size: 11px;
 margin-top: 5px;
 color: hsla(0, 0%, 40%, 1.00);
}
.PopUp .Terminos a {
 font-size: 11px;
 display: inline-block;
 float: none;
 margin-top: -10px;
}
.PopUp .Logo {
 height: 100px;
 width: 100%;
 background-size: 100% auto;
 background-repeat: no-repeat;
 background-position: 0% 50%;
}
.PopUp .Titulo {
 font-size: 21px;
 text-align: center;
 padding-bottom: 10px;
 color: hsla(127, 44%, 50%, 1.00);
 margin-top: 5px;
}
.PopUp .t1 {
 font-size: 14px;
 text-align: left;
}
.PopUp .t1B {
 font-size: 18px;
 font-weight: bold;
 color: hsla(110, 100%, 35%, 1.00);
 text-align: left;
}
.PopUp .t2 {
 font-size: 10px;
 color: hsla(0, 0%, 40%, 1.00);
}
#EnvioOK .Logo, #RegistroOK .Logo {
 background-image: url(../Src/Img/Extra/ok.png);
 background-position: 50% 0%;
 background-size: auto 95%;
}
#MailenUso .Logo {
 background-image: url(../Src/Img/Extra/mailvalido.png);
 background-position: 50% 0%;
 background-size: auto 100%;
 height: 130px;
}
#MailenUso .Campo {
 padding-bottom: 0px;
}
#ReenviarMail .Logo {
 background-image: url(../Src/Img/Extra/reenviamail.png);
 background-position: 50% 0%;
 background-size: auto 100%;
}
#D_OlvContr .Logo {
 background-image: url(../Src/Img/Extra/mail.png);
 background-position: 50% 50%;
 background-size: auto 80%;
}
/*@media (max-width: 625px)
{
	#Main .Pie .wBorde
	{
		width: 50%;
	}
	#Main .Pie .wMedio
	{
		opacity: 0;
		visibility: hidden;
		width: 0px;
		height: 0px;
		margin: 0px;
		padding: 0px;
	}
	#Main .Pie .wBorde
	{
		margin-right: -10px;
		margin-bottom: -10px;
	}
}*/
/*@media (max-width: 360px)
{
	#Main .Cont
	{
		width: 300px;
	}
	#Main .Cont .Registro .Titulo
	{
		font-size: 21px;
	}
	#Main .Cont .Logo
	{
		width: 95%;
	}
}*/
/*@media (max-height: 600px)
{
	#Main .Cont .Logo
	{
		margin-bottom: 25px;
	}
}*/
/*@media (max-height: 400px) and (max-width: 400px)
{
	#Main .Cont .Logo
	{
		margin-bottom: 10%;
	}
	#Main .Cont .Registro .Titulo
	{
		font-size: 0px;
		margin-bottom: 15px;
	}
	#Main
	{
		min-height: 460px;
	}
}*/
/*! jQuery UI - v1.10.4 - 2014-05-22
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.dialog.css, jquery.ui.menu.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
 display: none;
}
.ui-helper-hidden-accessible {
 border: 0;
 clip: rect(0 0 0 0);
 height: 1px;
 margin: -1px;
 overflow: hidden;
 padding: 0;
 position: absolute;
 width: 1px;
}
.ui-helper-reset {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 line-height: 1.3;
 text-decoration: none;
 font-size: 100%;
 list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
 content: "";
 display: table;
 border-collapse: collapse;
}
.ui-helper-clearfix:after {
 clear: both;
}
.ui-helper-clearfix {
 min-height: 0;
}
.ui-helper-zfix {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 position: absolute;
 opacity: 0;
 filter: Alpha(Opacity=0);
}
.ui-front {
 z-index: 100;
}
.ui-state-disabled {
 cursor: default !important;
}
.ui-icon {
 display: block;
 text-indent: -99999px;
 overflow: hidden;
 background-repeat: no-repeat;
}
.ui-widget-overlay {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: hsla(0, 0%, 0%, 0.70);
}
.ui-resizable {
 position: relative;
}
.ui-resizable-handle {
 position: absolute;
 font-size: 0.1px;
 display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
 display: none;
}
.ui-resizable-n {
 cursor: n-resize;
 height: 7px;
 width: 100%;
 top: -5px;
 left: 0;
}
.ui-resizable-s {
 cursor: s-resize;
 height: 7px;
 width: 100%;
 bottom: -5px;
 left: 0;
}
.ui-resizable-e {
 cursor: e-resize;
 width: 7px;
 right: -5px;
 top: 0;
 height: 100%;
}
.ui-resizable-w {
 cursor: w-resize;
 width: 7px;
 left: -5px;
 top: 0;
 height: 100%;
}
.ui-resizable-se {
 cursor: se-resize;
 width: 12px;
 height: 12px;
 right: 1px;
 bottom: 1px;
}
.ui-resizable-sw {
 cursor: sw-resize;
 width: 9px;
 height: 9px;
 left: -5px;
 bottom: -5px;
}
.ui-resizable-nw {
 cursor: nw-resize;
 width: 9px;
 height: 9px;
 left: -5px;
 top: -5px;
}
.ui-resizable-ne {
 cursor: ne-resize;
 width: 9px;
 height: 9px;
 right: -5px;
 top: -5px;
}
.ui-autocomplete {
 position: absolute;
 top: 0;
 left: 0;
 cursor: default;
}
.ui-button {
 display: inline-block;
 position: relative;
 padding: 0;
 line-height: normal;
 margin-right: 0.1em;
 cursor: pointer;
 vertical-align: middle;
 text-align: center;
 overflow: visible;
}
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
 text-decoration: none;
}
.ui-button-icon-only {
 width: 2.2em;
}
button.ui-button-icon-only {
 width: 2.4em;
}
.ui-button-icons-only {
 width: 3.4em;
}
button.ui-button-icons-only {
 width: 3.7em;
}
.ui-button .ui-button-text {
 display: block;
 line-height: normal;
}
.ui-button-text-only .ui-button-text {
 padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
 /* [disabled]padding: .4em; */
 /* [disabled]text-indent: -9999999px; */
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
 padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
 padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
 padding-left: 2.1em;
 padding-right: 2.1em;
}
input.ui-button {
 padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
 position: absolute;
 top: 50%;
 margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
 left: 50%;
 margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
 left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
 right: 0.5em;
}
.ui-buttonset {
 margin-right: 7px;
}
.ui-buttonset .ui-button {
 margin-left: 0;
 margin-right: -0.3em;
}
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
.ui-dialog {
 position: absolute;
 top: 0;
 left: 0;
 background-color: hsla(0, 0%, 100%, 1.00);
}
.ui-dialog .ui-dialog-titlebar {
 padding-top: 0.4em;
 /* [disabled]padding-right: 1em; */
 padding-left: 1em;
 padding-bottom: 0.4em;
 position: relative;
}
.ui-dialog .ui-dialog-title {
 float: left;
 margin: 0.1em 0;
 white-space: nowrap;
 width: 90%;
 overflow: hidden;
 text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
 position: absolute;
 top: 60%;
 width: 30px;
 margin-top: -20px;
 margin-bottom: 0;
 padding: 1px;
 height: 30px;
 background-color: hsla(0, 0%, 100%, 0.00);
 border-left: thin none hsla(0, 0%, 95%, 1.00);
 border-right-style: none;
 border-top-style: none;
 border-bottom: thin solid hsla(110, 100%, 36%, 0.45);
 right: 0%;
 z-index: 999;
 overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
 color: hsla(110, 100%, 35%, 1.00);
}
.ui-dialog button:focus {
 outline: none;
}
.ui-dialog .ui-dialog-titlebar-close .ui-button-text:before {
 content: "X";
 margin-right: 50px;
 padding: 5px 0px 0px 8px;
 font-size: 21px;
 font-weight: lighter;
}
.ui-dialog .ui-dialog-content {
 position: relative;
 border: 0;
 /* [disabled]padding: .5em 1em; */
 background: none;
 /* [disabled]overflow: auto; */
}
.ui-dialog .ui-dialog-buttonpane {
 text-align: left;
 border-width: 1px 0 0 0;
 background-image: none;
 margin-top: 0.5em;
 padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
 float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
 margin: 0.5em 0.4em 0.5em 0;
 cursor: pointer;
}
.ui-dialog .ui-resizable-se {
 width: 12px;
 height: 12px;
 right: -5px;
 bottom: -5px;
 background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
 cursor: move;
}
.ui-menu {
 list-style: none;
 padding: 2px;
 margin: 4px 0px 0px 5px;
 display: block;
 outline: none;
 background-color: hsla(0, 0%, 0%, 0.50);
 border: 2px solid hsla(0, 0%, 80%, 0.60);
}
.ui-menu .ui-menu {
 margin-top: -3px;
 position: absolute;
}
.ui-menu .ui-menu-item {
 margin: 0;
 padding: 0;
 width: 100%;
 list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
 margin: 5px -2px 5px -2px;
 height: 0;
 font-size: 0;
 line-height: 0;
 border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
 text-decoration: none;
 display: block;
 padding: 2px 0.4em;
 line-height: 1.5;
 min-height: 0;
 font-weight: normal;
 color: hsla(0, 0%, 100%, 1.00);
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
 font-weight: normal;
 margin: -1px;
 color: hsla(128, 100%, 50%, 1.00);
 border: 1px solid hsla(0, 0%, 100%, 0.50);
 background-color: hsla(0, 0%, 0%, 0.45);
}
.ui-menu .ui-state-disabled {
 font-weight: normal;
 margin: 0.4em 0 0.2em;
 line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
 cursor: default;
}
.ui-menu-icons {
 position: relative;
}
.ui-menu-icons .ui-menu-item a {
 position: relative;
 padding-left: 2em;
}
.ui-menu .ui-icon {
 position: absolute;
 top: 0.2em;
 left: 0.2em;
}
.ui-menu .ui-menu-icon {
 position: static;
 float: right;
}
