.green-background
{
   color: #fff !important;
   background-color: #036F5A !important;
}

.green-border
{
   border-color: #036F5A !important;
}

.float-element{right:0;position:fixed;bottom:10px;z-index:999;display:block; margin-bottom: 5px}
.floating-shadow{box-shadow:0 5px 10px 0 rgba(0,0,0,.32),0 2px 10px 0 rgba(0,0,0,.12)}
.float-info-ug{margin-bottom: 10px; width:40px; position:relative;z-index:1;min-width:40px;overflow:visible;height:80px;max-height:80px;padding:0;background-color:#036F5A;vertical-align:middle;display:inline-block;text-align:center;line-height:15px;-webkit-border-top-left-radius:10px;-webkit-border-bottom-left-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-bottomleft:10px;border-top-left-radius:10px;border-bottom-left-radius:10px;-moz-transition:all linear .2s;-o-transition:all linear .2s;-webkit-transition:all linear .2s;transition:all linear .2s}
.float-info-ug:hover{-moz-transition:display linear 2s;-o-transition:display linear 2s;-webkit-transition:display linear 2s;transition:display linear 2s; width: 400px}
.float-info-ug:hover .div-info-notice{display:none;}
.float-info-ug span{padding:10px; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 14px; cursor: pointer}

.form-slideIn > .x-window-header-default-top
{
    padding: 8px 5px 7px 8px !important;
}
.form-slideIn>.x-window-header-default-top>.x-header-body>.x-box-inner>.x-box-target>.x-header-text-container>.x-header-text
{
	font-size: 15px !important;	
}

.pnl-form-modal
{
    margin-left: 0.5% !important;
	border-top: 1px solid #c7c7c7a1 !important;
}

.pnl-bottom-modal
{
	border-top: 1px solid #c7c7c7a1 !important;
}

.form-slideIn {
	top: 10% !important;	
	-webkit-animation-name: form-slideIn;
	-webkit-animation-duration: 0.6s;
	animation-name: form-slideIn;
	animation-duration: 0.6s;
	border: 1px solid rgba(0,0,0,.2) !important;
	-webkit-box-shadow: -1px 3px 6px 0px rgba(184,184,184,1);
	-moz-box-shadow: -1px 3px 6px 0px rgba(184,184,184,1);
	box-shadow: -1px 3px 6px 0px rgba(184,184,184,1);	
}
.form-slideOut {
	-webkit-animation-name: form-slideOut;
	-webkit-animation-duration: 0.6s;
	animation-name: form-slideOut;
	animation-duration: 0.6s;
}

@-webkit-keyframes form-slideIn {
  from {top:-300px; opacity:0} 
  to {top:10%; opacity:1}
}
@keyframes form-slideIn {
  from {top:-300px; opacity:0}
  to {top:10%; opacity:1}
}
@-webkit-keyframes form-slideOut {
  from {top:10%; opacity:1} 
  to {top:-300px; opacity:0}
}
@keyframes form-slideOut {
  from {top:10%; opacity:1} 
  to {top:-300px; opacity:0}
}

.msgAlertaCont{
	padding: 5px;
	color: white;
	border-radius: 3px;
	margin-top: 4px;
	box-shadow: 0px 2px 5px -1px rgba(135,135,135,1);
}

.msgAlertaCont-danger{
	background-color: #f44336bf;
}

.msgAlertaCont-info{
	background-color: #24d6d2;
}

.closeBtnAlerta{
	margin-right: 8px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 11px;
	line-height: 18px;
	cursor: pointer;
	transition: 0.3s;	
}


.div-selected-items {
    background-color: #fcfcfc;
    height: 65px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.div-selected-item {
    cursor: pointer;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 3px 3px 3px 3px;
    border-radius: 5px;
    border: 1px solid black;
    -webkit-transition: background 0.6s ease-out;
    -moz-transition: background 0.6s ease-out;
    -o-transition: background 0.6s ease-out;
    -ms-transition: background 0.6s ease-out;
    background-color: #f3f3f399;
    border: 1px solid #c6c6c6;
}

.div-selected-items-menu {
    height: 100%;
    padding: 5px 0px 0px 3px;
    display: inline-block;
    overflow-y: auto;
	font-size: 10px;
}