div.ui-tooltip {
    border: 0px solid #DDDDDD;
    box-shadow: 0 0 0px #AAAAAA;
    max-width: 800px;
    padding: 0px;
}

.TooltipBody{
    padding:10px;
    background-color:#FFFFFF;
    border: solid 2px #80C5EE;
}

.TooltipCaption {
    background-color:#80C5EE;
    padding:5px;
    font-weight:bold;
    color:#FFFFFF;
    font-size:110%;
    
}

.TooltipError {
    background-color: #FFD9D9;
    border:solid 1px;
    border-color:#FF9B9D;
    background-image:url(../images/error.gif);
    background-repeat:no-repeat;
    background-position:5px 5px;
    
    padding:7px;
    padding-left:27px;
    line-height:15px;
    margin-bottom:10px;
 }

.TooltipWarning {
    background-color: #ECD177;
    border:solid 1px;
    border-color: #FF9900;
    
    background-image:url(../images/warning.gif);
    background-repeat:no-repeat;
    background-position:5px 5px;
    
    padding:7px;
    padding-left:27px;
    line-height:15px;
    margin-bottom:10px;
}

.TooltipExample {
    background-color:#C4DAF4;
    border:solid 1px #4294f4;
    
    background-image:url(../images/example.gif);
    
    background-repeat:no-repeat;
    background-position:5px 5px;
    
    padding:7px;
    padding-left:27px;
    line-height:15px;
    margin-bottom:10px;
}

.TooltipSubtit {
    font-weight:bold;
    margin-bottom:10px;
}

.TooltipText {
    line-height:18px;
    font-size: 12px;
    margin-bottom:10px;
}

a.tooltip {
    text-decoration: none !important;
}/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  /*background-image: url(../javascript/clueTip/images/wait.gif);*/
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #eff9ff;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #eff9ff;
  border:2px solid #2694e8;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #2694e8;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #0b578f;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(../javascript/clueTip/images/barrowleft.png);
}
.clue-left-default .cluetip-arrows {
  background-image: url(../javascript/clueTip/images/barrowright.png);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(../javascript/clueTip/images/barrowdown.png);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(../javascript/clueTip/images/barrowup.png);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(../javascript/clueTip/images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(../javascript/clueTip/images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(../javascript/clueTip/images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(../javascript/clueTip/images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(../javascript/clueTip/images/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(../javascript/clueTip/images/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(../javascript/clueTip/images/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(../javascript/clueTip/images/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(../javascript/clueTip/images/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(../javascript/clueTip/images/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(../javascript/clueTip/images/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(../javascript/clueTip/images/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}.ui-multiselect {
    padding: 3px 4px 0px 6px;
    text-align:left;
    
    color: #000000 !important;
    font-weight: normal !important;
    height:25px;
    overflow-x:hidden;
    font-family:Open Sans, Arial, Verdana, Helvetica, sans-serif;
}
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:auto; max-height:250px; }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }.ui-multiselect-hasfilter ul { position:relative; top:2px }
.ui-multiselect-filter { float:left; margin-right:10px; font-size:11px }
.ui-multiselect-filter input { width:150px; font-size:10px; margin-left:5px; height:15px; padding:2px; border:1px solid #292929; -webkit-appearance:textfield; -webkit-box-sizing:content-box; }
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{/*padding: 0; margin: 0;*/}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
    font: 12px Arial, Helvetica, sans-serif;
    color: #333333;
}

#TB_secondLine {
    font: 10px Arial, Helvetica, sans-serif;
    color:#666666;
}

#TB_window #TB_title a:link {color: #919191;font-size: 17px;}
#TB_window #TB_title a:visited {color: #666666;}
#TB_window #TB_title a:hover {color: #000;}
#TB_window #TB_title a:active {color: #666666;}
#TB_window #TB_title a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
    background-color:#000;
    filter:alpha(opacity=25);
    -moz-opacity: 0.25;
    opacity: 0.25;
}

* html #TB_overlay { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
    position: fixed;
    background: #ffffff;
    z-index: 102;
    color:#000000;
    display:none;

    text-align:left;
    top:50%;
    left:50%;
}

* html #TB_window { /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
    display:block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

#TB_caption{
    height:25px;
    padding:7px 30px 10px 25px;
    float:left;
}

#TB_closeWindow{
    height:25px;
    padding:11px 25px 10px 0;
    float:right;
}

#TB_closeAjaxWindow{

    padding:7px 10px 5px 0;
    margin-bottom:1px;
    text-align:right;
    float:right;
}

#TB_ajaxWindowTitle{
    float:left;
    padding:7px 0 5px 10px;
    margin-bottom:1px;
    color:#919191;
    font-weight: bold;
}


#TB_title{
    background-color:#eaeaea;
    height:33px;
}

#TB_title a:hover {color: lightgray;}

#TB_ajaxContent{
    clear:both;
	padding:2px 15px 15px 15px;

    width: 95%;
    overflow:auto;
    text-align:left;
    line-height:1.4em;
    padding-bottom: 25px;
}

#TB_ajaxContent.TB_modal{
    padding:15px;
}

#TB_ajaxContent p{
    padding:5px 0px 5px 0px;
}

#TB_load{
    position: fixed;
    display:none;
    height:13px;
    width:208px;
    z-index:103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
    z-index:99;
    position:fixed;
    top: 0;
    left: 0;
    background-color:#fff;
    border:none;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height:100%;
    width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
    clear:both;
    border:none;
    margin-bottom:-1px;
    margin-top:1px;
    _margin-bottom:1px;
}
/*
#TB_overlay { position: absolute; z-index:100; top: 0px; left: 0px; background-color: #00ff8f; filter:alpha(opacity=85); -moz-opacity: 0.7; opacity: 0.75; min-height:100%; height: auto; _height:100%; /* pour IE 6 */ height : 1px; } /* pour les autres navigateurs */ * > #TB_overlay { height: auto; } /* pour IE 7 */ *+html #TB_overlay { min-height : 1px; }
*/
.box {
	background-color:none;
}

.box {
	width:455px;
	height:184px;
	background:url("../../images/boxes/boxText.png") 149px 25px no-repeat;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15px;
	z-index:1;
}

.boxInfo,.boxInfo:hover,.boxInfo:link,.boxInfo:visited 
{
    background: url("../../images/boxes/info.png") no-repeat scroll 30px 0 rgba(0, 0, 0, 0);
    bottom: -3px;
    color: #3A67E5;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    padding-left: 3px;
    padding-right: 43px;
    padding-top: 3px;
    position: absolute;
    right: 4px;
    text-align: right;
    text-decoration: none;
    width: 137px;
}

.boxInfoNew,.boxInfoNew:hover,.boxInfoNew:link,.boxInfoNew:visited 
{
    bottom: -3px;
    color: #4E70D6;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    padding-left: 3px;
    padding-right: 43px;
    padding-top: 3px;
    position: absolute;
    right: -12px;
    text-align: right;
    text-decoration: none;
    /*width: 137px;*/
} 

.boxIcon{
	width:149px;
	height:157px; 
	float:left; 
	position:relative; 
	text-align:center; 
	*top:1px;
	cursor:pointer;
}

.boxEnter{
	position:relative; 
	top:135px; 
	color:#FFFFFF; 
	font-size:15px;
	cursor:pointer;
}

.boxText {
	margin:11px; 
	float:left; 
	font-size:12px; 
	width:262px; 
	top:10px; 
	*top:10px;
}

.boxPoints+br
{
	margin-bottom:5px;
}

.boxPoints{
	background:url(../../images/boxes/flecha.png) -20px 4px no-repeat; 
	padding-left:10px;
}

.boxTitle{
	font-size:18px;
	cursor:pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 96%;
    text-transform: uppercase;
}
/*********************************************************************************

 * SugarCRM is a customer relationship management program developed by
 * SugarCRM, Inc. Copyright (C) 2004 - 2008 SugarCRM Inc.
 * 
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License version 3 as published by the
 * Free Software Foundation with the addition of the following permission added
 * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
 * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
 * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
 * 
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
 * details.
 * 
 * You should have received a copy of the GNU General Public License along with
 * this program; if not, see http://www.gnu.org/licenses or write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301 USA.
 * 
 * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
 * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
 * 
 * The interactive user interfaces in modified source and object code versions
 * of this program must display Appropriate Legal Notices, as required under
 * Section 5 of the GNU General Public License version 3.
 * 
 * In accordance with Section 7(b) of the GNU General Public License version 3,
 * these Appropriate Legal Notices must retain the display of the "Powered by
 * SugarCRM" logo. If the display of the logo is not reasonably feasible for
 * technical reasons, the Appropriate Legal Notices must display the words
 * "Powered by SugarCRM".
 ********************************************************************************/



/*********************************************************************************



 ********************************************************************************/

/* MAIN NAV STYLES */

.menu {

    position:absolute;

    display:none;

    visibility:hidden;

    background-color:#f6f6f6;

    z-index: 2;

    border: #999999 solid 1px;

    filter:alpha(opacity=90);

    -moz-opacity:0.9;

    opacity: 0.9;

    /*	width:150px;*/

}

.subDmenu {

    position:absolute;

    display:none;

    visibility:hidden;

}

.menuItem, .menuItemHilite, .menuItemX, .menuItemHiliteX,

.menuItem:visited, .menuItemHilite:visited, .menuItem:hover, .menuItemHilite:hover,

.menuItem:active, .menuItemHilite:active, .menuItem:link, .menuItemHilite:link,

.menuItemX:visited, .menuItemHiliteX:visited, .menuItemX:hover, .menuItemHiliteX:hover,

.menuItemX:active, .menuItemHiliteX:active, .menuItemX:link, .menuItemHiliteX:link {

    font-family: Arial,Verdana, Helvetica, sans-serif ;

    font-size: 11px;

    font-style: normal;

    line-height: 18px;

    color: #000;

    text-decoration: none;

    width: 120px;

    border-left: none;

    border-right: none;

    display: block;

    padding: 1px 5px 1px 7px;

    border-bottom: 1px solid #c0c0c0;

}



.menuItem:hover, .menuItemHilite:hover, .menuItem:active, .menuItemHilite:active,

.menuItemX:hover, .menuItemHiliteX:hover, .menuItemX:active, .menuItemHiliteX:active {

    color: #000;

}



.menuItem {

    background-color:#f6f6f6;

}



.menuItemHilite {

    background-color:#FFFFFF;

}



.menuItemX {

    background-color:#CCCCCC;

}



.menuItemHiliteX {

    background-color:#999999;

}

/* UNUSED STYLES */

/*********************************************************************************

 * SugarCRM is a customer relationship management program developed by
 * SugarCRM, Inc. Copyright (C) 2004 - 2008 SugarCRM Inc.
 *
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License version 3 as published by the
 * Free Software Foundation with the addition of the following permission added
 * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
 * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
 * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
 * details.
 *
 * You should have received a copy of the GNU General Public License along with
 * this program; if not, see http://www.gnu.org/licenses or write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301 USA.
 *
 * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
 * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
 *
 * The interactive user interfaces in modified source and object code versions
 * of this program must display Appropriate Legal Notices, as required under
 * Section 5 of the GNU General Public License version 3.
 *
 * In accordance with Section 7(b) of the GNU General Public License version 3,
 * these Appropriate Legal Notices must retain the display of the "Powered by
 * SugarCRM" logo. If the display of the logo is not reasonably feasible for
 * technical reasons, the Appropriate Legal Notices must display the words
 * "Powered by SugarCRM".
 ********************************************************************************/

/*********************************************************************************



 * Description:  Contains a variety of utility functions used to display UI

 * components such as form headers and footers.  Intended to be modified on a per

 * theme basis.

 ********************************************************************************/



/* Default Styles */
#main{
    padding-right: 10px;
    padding-left: 12px;
    padding-top:13px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ddd;
    vertical-align: top;
    width: 100%;
}

body {
    margin: 0px 0px 0px 0px;
    font-family:Open Sans, Arial, Verdana, Helvetica, sans-serif !important;
    font-size: 12px;
}

img {
    behavior:	url("include/pngbehavior.htc");
}

.body {
    font-size: 12px;
}

table,td {
    font-size: 11px;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
}

form {
    margin: 0px;
}

h2, h1 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}

h3, .monthHeaderH3, .schedulerTopDateCell {
    font-family:Open Sans, Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 3px;
    padding-top: 3px;
    font-size: 14px;
}

.h3Row, .monthHeader, .schedulerTopDateCell {
    padding: 6px 5px 4px 3px;
    margin-bottom: 0;
    margin-top: 10px;
    vertical-align: middle;
    background-repeat: repeat-x;
    background-position: top;
    background-color: #fff;
}

h4, h4.dataLabel, h5, h5.listViewSubHeadS1 {
    font-family:Open Sans, Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
    padding-left: 4px;
}

h4.dataLabel {
    margin-top: 0;
    padding-left: 0;
    padding-top: 0;
}

ul {
    margin-top: 2px;
}

hr {
    height: 1px;
}

a:link, a:visited {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

/* Form Styles */
.button {
    padding: 4px 6px;
    background: transparent;
    border-right: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
    font-size: 1.1em;
    text-decoration: none !important;
    cursor: pointer;
    overflow: visible;
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3em;
    text-transform: uppercase;
    padding: 7px 9px;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    -webkit-box-shadow: 0 1px 1px rgba(19,21,23,0.09);
    box-shadow: 0 1px 1px rgba(19,21,23,0.09) ;
    font-family: Open Sans,Arial,Verdana,Helvetica,sans-serif !important;
}
/* .button:focus{
    border-bottom: 0px !important;
    box-shadow: none;
    -webkit-border-bottom: 0px !important;
    -webkit-box-shadow: none !important;

    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
} */

div.button:not(.wizardButton):not(.miniButton), a.button:not(.wizardButton):not(.miniButton){
    padding-top:8px;
}


.btnUpdater{
    background-color:  #00BAB8;
    color:white;
    border: 1px solid #00BAB8;
    font-weight: bold;
    text-decoration: none !important;
    cursor: pointer;
    margin-right: 0.1em;
    overflow: visible;
    position: relative;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 7px 8px;
    -webkit-border-radius: 2px !important;
    border-radius: 1px !important;
    -webkit-box-shadow: 0 1px 1px rgba(19,21,23,0.09);
    box-shadow: 0 1px 1px rgba(19,21,23,0.09) ;
    font-family: Open Sans,Arial,Verdana,Helvetica,sans-serif !important;
}

.buttonDisplayFilters{
    padding: 4px 6px;
    background-color:#acacac;
    color:white;
    border: 1px solid #acacac;
    font-size: 1.1em;
    text-decoration: none !important;
    cursor: pointer;
    margin-right: 0.1em;
    overflow: visible;
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3em;
    text-transform: uppercase;
    padding: 7px 9px;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    -webkit-box-shadow: 0 1px 1px rgba(19,21,23,0.09);
    box-shadow: 0 1px 1px rgba(19,21,23,0.09) ;
    font-family: Open Sans,Arial,Verdana,Helvetica,sans-serif !important;
}
#badgetNumFiltrosOcultos{
    border: 2px solid #fafbff;
    position: relative;
    margin-top: -10px;
    margin-left: -32px;
    border-radius: 15px;
    width: 18px;
    height: 15px;
    text-align: center;
    font-size: 11px;
    padding-top: 3px;
    float: left;

}

.linkButton:link {
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
}

.tabDetailView .button img{
    margin-right: 5px;
    margin-left: 5px;
}

#listViewPaginationButtons .button {
    width: 25px;
}

table.reportDataChildtablelistView td {
    border-color: #ccc;
}

input,select {
    border: 1px solid;
    font-size: 12px;
    font-family:Open Sans, Arial, Verdana, Helvetica, sans-serif;
}

input[type="checkbox"] {
    border: 0px;
    background-color: transparent !important;
    vertical-align:middle;
}

textarea {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    border: 1px solid;
    font-size: 12px;
}

.checkbox,.radio {
    border:0px;
    background-color: transparent;
    margin: 0px;
    vertical-align: bottom;
}

/* Content Specific Styles */
/* body text */
.contentBox {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0px 10px 0px 0px;
    margin: 10px 0 10px 0;
}

.teamNoticeBox {
    border: 1px solid;
    padding: 0px 10px 0px 10px;
    background: #fff;
}

a.body:link, a.body:visited {
    text-decoration: underline;
}

a.body:hover {
    text-decoration: underline;
}

/*for the main screen navigation tabs*/
.tabRow {
    background-position: top;
    background-repeat: repeat-x;
    border-bottom: 2px solid;
}

.currentTab, .currentTabOff {
    font-size: 12px;
    font-weight: bold;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    background-position: top center;
    border-bottom: 2px solid;
}

.currentTabLeft, .otherTabLeft, .currentTabOffLeft {
    background-position: top left;
    border-bottom: 2px solid;
}

.currentTabRight, .otherTabRight, .currentTabOffRight {
    background-position: top right;
    border-bottom: 2px solid;
}

a.currentTabLink:link, a.currentTabLink:visited {
    text-decoration: none;
}

a.currentTabLink:hover {
    text-decoration: none;
}

.otherTab {
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 3px;
    background-position: top center;
    border-bottom: 2px solid;
    color: #444;
}

.otherTabRight , .otherTabLeft, .otherTab {
    border-bottom: 2px solid;
}

a.otherTabLink:link, a.otherTabLink:visited {
    text-decoration: none;
    padding-top: 0px;
}

a.otherTabLink:hover {
    text-decoration: none;
}

#groupTabs {
    margin-top: 20px;
}

.moreHandle {
    color: #444;
    background: url('../images/more.gif') no-repeat bottom left;
}

.subMenu {
    width: 100%;
    padding: 0px;
    border-top: 0px;
    margin: 0px 0px 10px 0px;
    font: normal 12px Arial, Verdana, Helvetica, sans-serif;
    color: #000;
    background: #f1f1f1;
}

ul.subMenu li{
    list-style: none;
    margin: 0px;
    border: 0px;
    border-bottom: 1px solid;
}

ul.subMenu li a {
    display: block;
    border: 0px;
    text-decoration: none;
    color: #444;
    text-align: left;
    padding: 3px 3px 3px 6px;
}

ul.subMenu li a:hover {
    background: #cedce9;
    color: #000;
}

ul.subMenu li span {
    display: block;
    border: 0px;
    text-decoration: none;
    text-align: left;
    padding: 3px 3px 3px 6px;
}

ul.subMenu li span:hover {
    color: #000;
}

table.leftColumnModuleHead th {
    text-align: left;
    padding-left: 6px;
    padding-top: 8px;
    padding-bottom: 4px;
}

.subMenuLink {
    text-decoration: none;
    border-bottom: 0px;
    padding-left: 0px;
    cursor: pointer;
}

a.subMenuLink:hover {
    text-decoration: none;
    border-bottom: 0px;
}

.moduleTitle {
    padding-bottom: 3px;
}

.logo {
    padding: 10px 10px 15px 15px;
    height: 60px;
    vertical-align: bottom;
}

.divContainerLogo
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.welcome {
    font-size: 12px;
    font-weight: normal;
    padding: 3px 10px 3px 0px;
    vertical-align: middle;
    height: 23px;
}

.searchField {
    border: 1px solid;
    font-size: 11px;
}

.search {
    padding: 0 3px 0 5px;
}

ul.subTabs{
    padding: 4px 0;
    margin: 0px 0 0 0;
    border: none;
    font: 12px Arial, Verdana, Helvetica, sans-serif;
}

ul.subTabs li{
    list-style: none;
    margin: 0;
    display: inline;
}

.activeSubTab, ul.subTabs li a.activeSubTab:link, ul.subTabs li a.activeSubTab:visited, ul.subTabs li a.activeSubTab:hover{
    font-weight: bold;
}

ul.subTabs li a{
    padding: 0 8px 0 8px;
    margin: 0px;
    border-right: 1px solid;
    border-bottom: none;
    text-decoration: none;
}

ul.subTabs li a:link, ul.subTabs li a:visited {
    text-decoration: none;
}

.subTabMore {
    font-size: 11px;
    text-decoration: none;
    padding-top: 3px;
}

.date {
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-right: 10px;
}

.lastView {
    padding-left: 10px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding-top: 5px;
    padding-bottom: 3px;
    vertical-align: middle;
}

a.lastViewLink:link, a.lastViewLink:visited, .lastViewLink {
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-left:1px #cccccc solid;
}

a.lastViewLink:hover {
    text-decoration: underline;
}

.leftColumn {
    border-right: 2px #dddddd solid;
    padding-right: 8px;
}

.leftColumnModuleName {
    padding-left: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.leftColumnModuleS3  {
    font-size: 11px;
    border-bottom: 1px solid;
    padding: 8px 8px 5px 8px;
    background-repeat: repeat-x;
    background-position: bottom;
}

.leftColumnModuleS3 input, .leftColumnModuleS3 select {
    margin-bottom: 4px;
    margin-top: 2px;
}

td.leftColumnModuleS3 .button {
    padding-top: 0px;
    vertical-align: bottom;
    font-size: 11px;
}

td.leftColumnModuleS3 .dataLabel {
    padding-bottom: 2px;
    padding-top: 3px;
    padding-left: 0px;
    vertical-align: bottom;
    font-size: 11px;
}

td.leftColumnModuleS3 .dataField {
    padding-bottom: 3px;
}

.leftColumnModuleS3 #jscal_trigger {
    margin-bottom: 4px;
    margin-top: 2px;
    vertical-align: bottom;
}

a.leftColumnModuleS3Link:link, a.leftColumnModuleS3Link:visited {
    text-decoration: underline;
    border-bottom: 0px;
    padding-left: 0px;
    font-size: 11px;
}

a.leftColumnModuleS3Link:hover {
    text-decoration: underline;
    border-bottom: 0px;
}

/*right main content (suffix S1 stands for Style 1) */
.listView {
    border: 1px solid;
}

table.listView th, .listViewThS1{
    /* this definition should be exactly the same as .listViewThS1 */
    font-size: 11px;
    font-weight: bold;
    background:#ffffff;
    border-bottom: 2px solid #e0e3e5;
    padding: 4px 5px;
    text-align: left;
}

table.reportlistViewRC{
    background:Black;
}

table.reportlistView{
    background:Black;
}

.reportlistViewThS1 {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding: 4px 5px 4px 5px;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background:Gainsboro;
}



.reportevenListRowS1, .reportoddListRowS1 {

    font-size: 12px;

    padding-left: 5px;

    padding-right: 8px;

    padding-bottom: 5px;

    padding-top: 3px;

    vertical-align: middle;

    background:white;

}



.reportlistViewPaginationTdS1 {

    border: none;

    vertical-align: top;

    padding-top: 5px;

    padding-bottom: 5px;

    font-size: 12px;

    background:white;

}



/* These are for summation report */

.reportViewTable {

    border-left: none;

    border-right: none;

    border-top: none;

    background:White;

}

.reportGroupViewTable {

    border-left: 1px solid Black;

    border-top: 1px solid Black;

    background:LightGrey;

}

.reportGroup1ByTable {

    font-size: 15px;

    border-left: none;

    border-right: 1px solid Black;

    border-bottom: 1px solid Black;

    background:LightGrey;

}

.reportGroupNByTable {

    font-size: 13px;

    border-left: none;

    border-right: 1px solid Black;

    border-bottom: none;

    background:White;

}

.reportGroupByDataTableHeader {

    border-left: none;

    border-right: none;

    border-top: none;

    border-bottom: none;

    background:White;

}

.reportDataChildtablelistView {

    border-left: none;

    border-right: none;

    border-top: none;

    border-bottom: none;

    background:Black;

}

.reportGroupByDataChildTablelistViewThS1 {

    font-size: 11px;

    font-weight: bold;

    text-align: left;

    padding: 4px 5px 4px 5px;

    border-left: none;

    border-right: none;

    border-top: none;

    border-bottom: none;

    background:White;

}

.reportGroupByDataEvenListRowS1, .reportGroupByDataOddListRowS1 {

    font-size: 12px;

    padding-left: 5px;

    padding-right: 8px;

    padding-bottom: 5px;

    padding-top: 3px;

    vertical-align: middle;

    background:white;

}

.reportGroup1ByTableEvenListRowS1 {

    font-weight: bold;

    font-size: 14px;

    padding-left: 5px;

    padding-right: 8px;

    padding-bottom: 5px;

    padding-top: 3px;

    vertical-align: middle;

    background:LightGrey;

}

.reportGroupNByTableEvenListRowS1 {

    font-weight: bold;

    font-size: 12px;

    padding-left: 5px;

    padding-right: 8px;

    padding-bottom: 5px;

    padding-top: 3px;

    vertical-align: middle;

    background:LightGrey;

}

.reportGroupBySpaceTableView {

    border-left: none;

    border-right: none;

    border-top: none;

    background:White;

}

.reportGroupByDataTableHeaderEmptyCell {

    border-bottom: 1px solid Black;

    border-top: 1px solid Black;

    background:White;

}



/* End of summation report classes */





/* Start of Matrix Report Class */

.reportlistView {

    border-top: 1px solid #000;

    border-left: 1px solid #000;

}

table.reportlistView td, table.reportlistView th {

    background: #fff;

    border-bottom: 1px solid #000;

    border-right: 1px solid #000;

    color: #000;

    padding: 4px;

    text-align: center;

    font-size: 11px;

}

table.reportlistView th, .reportlistView .reportlistViewMatrixRightEmptyData, .reportlistView .reportlistViewMatrixRightEmptyData1 {

    background: #dcdcdc;

    font-weight: bold;

}



/* End of matrix report classes */



.listViewSubHeadS1 {

}







table.listview th a:link, table.listview th a:visited, 	a.listViewThLinkS1:link, a.listViewThLinkS1:visited {

    /* this definition should be exactly the same

            as a.listViewThLinkS1:link, a.listViewThLinkS1:visited */

    font-weight: bold;

    text-decoration: none;

}



table.listview th a:hover, a.listViewThLinkS1:hover{

    /* this definition should be exactly the same

            as a.listViewThLinkS1:hover */

    text-decoration: underline;

}





a.listViewTdLinkS1:link, a.listViewTdLinkS1:visited {

    font-size: 12px;

    text-decoration: underline;



}

a.listViewTdLinkS1:hover {

}

a.listViewTdToolsS1:link, a.listViewTdToolsS1:visited {

}

a.listViewTdToolsS1:hover {

}

.evenListRowS1, .oddListRowS1 {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-top: 3px;
    vertical-align: middle;
}

.listViewPaginationTdS1 {
    padding: 3px 7px 3px 5px;
    color: #666;
    background: #fafafa;}

a.listViewPaginationLinkS1:link, a.listViewPaginationLinkS1:visited {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 0px 3px 0px;
}

a.listViewPaginationLinkS1:hover {
    text-decoration: underline;
}
.tabDetailView .listViewPaginationTdS1 {
    padding: 4px 5px 5px 8px;
    border-bottom: 2px solid #ddd;
    background: #fff;
}

table#tabFormPagination td,  #tabFormPagination {

    border-bottom: none;

    margin-bottom: 0;

}

.tabDetailView a.listViewPaginationLinkS1:link, .tabDetailView a.listViewPaginationLinkS1:visited {

    text-decoration: underline;

}

a.listViewCheckLink:link, a.listViewCheckLink:visited {

    font-size: 11px;

    font-weight: normal;

    text-decoration: none;

}

a.utilsLink:link, a.utilsLink:visited {

    font-size: 11px;

    font-weight: normal;

    text-decoration: underline;

    padding-bottom: 3px;

    margin-left:5px;

    vertical-align:middle !important;

}

.listViewCalCurrentAppt {

    background-color: #75AF4F;

}

.listViewCalOtherAppt {

    background-color: #4D5EAA;

}

.listViewCalConflictAppt {

    background-color: #AA4D4D;

}

.listViewCalCurrentApptLgnd {

    background-color: #75AF4F;

    border: 1px solid #444444;

}

.listViewCalOtherApptLgnd {

    background-color: #4D5EAA;

    border: 1px solid #444444;

}

.listViewCalConflictApptLgnd {

    background-color: #AA4D4D;

    border: 1px solid #444444;

}

/* charting styles */

.chartBox {

    border: 1px solid;

    padding: 5px;

}



a.chartToolsLink:link, a.chartToolsLink:visited {

    font-size: 11px;

    font-weight: normal;

    text-decoration: none;

}

a.chartToolsLink:hover {

    text-decoration: none;

}



table.chartForm {

    border: 1px solid;

    padding: 5px;

}



table.chartForm td {

}



/* main tab forms */



.tabForm {

    border: 1px solid;
    border-bottom: 2px solid;

    padding: 10px 6px 12px 10px;

    font-size: 12px;

    margin-bottom: 5px;

}

.subpanelTabForm {

    padding: 15px 0px 0 0px;

    font-size: 12px;

}

table.subpanelTabForm td .listViewButtons {

    background-color: #fff;

    padding-bottom: 2px;

}

.subpanelTabForm p {

    margin-bottom:0;

}

.subpanelTabForm h3 {

    padding-left: 3px;

}

.subpanelTabForm .h3Row {

    padding-top: 2px;

    padding-bottom: 4px;

    margin-top: 0;

    background-image: none;

    border-top: 1px solid #dddddd;



}

.subpanelTabForm .listView {

    margin-bottom: 10px;

}

table.tabForm td {

}



h5.dataLabel {

    font-family: Arial, Verdana, Helvetica, sans-serif;

    font-size: 12px;

    font-weight: bold;

    margin-bottom: 0px;

    text-align: left;

    padding-bottom: 15px;

    margin-top: 1px;

    padding-left: 5px;

}

td.dataLabel{

    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 5px;
    padding-top: 7px;
    vertical-align: Top;

}

.dataLabel {

    text-align: left;

    font-size: 12px;

    font-weight: normal;

    vertical-align: top;

}

.dataField {

    font-size: 12px;

    font-weight: normal;

    vertical-align: top;

}

.tabFormAddDel {

    padding-left: 4px;

    padding-right: 4px;

    vertical-align: middle;

    text-align: center;

}



a.tabFormAdvLink:link, a.tabFormAdvLink:visited {

    font-size: 11px;

    text-decoration: none;

    line-height: 20px;

    margin-right: 2px;

}

a.tabFormAdvLink:hover {

    text-decoration: none;

}



/* main tab panel views */

.tabDetailView {
    border: 1px solid;
    border-bottom: 2px solid;
    margin-top: 2px;
    margin-bottom: 10px;
}

.current .tabDetailView {
    border-top: 0;
}

.tabDetailView .listViewPaginationTdS1 .tabDetailViewDL, table.monthHeader td
{
    border: none;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.tabDetailViewDL {
    font-size: 12px;
    padding: 5px 6px 5px 6px;
    vertical-align: top;
    text-align: right;
    border-bottom: 1px solid;
}

h4.tabDetailViewDL {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    text-align: left;
    border: none;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0;
    margin-left: 0;
}

table.tabDetailView th.tabDetailViewDL {

    border-bottom: 2px solid;

    background: #fff;

}

.tabDetailViewDF {

    font-size: 12px;

    border-bottom: 1px solid;

    padding: 5px 10px 5px 8px;

    vertical-align: top;

}



a.tabDetailViewDFLink:link, a.tabDetailViewDFLink:visited {

    text-decoration: underline;

}

a.tabDetailViewDFLink:hover {

}



.tabDetailView2 {

    border-top: 1px solid;

    border-bottom: 2px solid;

    margin-bottom: 20px;

}

.tabDetailViewDL2 {

    font-size: 12px;

    font-weight: normal;

    padding: 3px 6px 4px 6px;

    vertical-align: middle;

}

.tabDetailViewDF2 {

    font-size: 11px;

    font-weight: normal;

    padding: 4px 10px 4px 6px;

    vertical-align: middle;

}

a.tabDetailViewDL2Link:link, a.tabDetailViewDL2Link:visited {

    font-size: 11px;

    text-decoration: underline;

}

a.tabDetailViewDL2Link:hover {

}

/* calendar styles */

.monthBox {

    font-size: 12px;

}



.monthFooterPrev, .monthFooterNext {

    padding-left: 7px;

    padding-right: 7px;

    padding-top: 3px;

    padding-bottom: 5px;

    border-top: 1px solid;

    border-bottom: 2px solid;

}



.monthCalBody {



}

.monthHeader {

}

.monthHeaderPrevTd {

    padding-left: 5px;

}

.monthHeaderNextTd {

    padding-right: 5px;

}

a.NextPrevLink:link, a.NextPrevLink:visited {

    text-decoration: underline;

}



.monthCalBodyTHWeek, .monthCalBodyTHDay {

    padding: 5px;

    border-bottom: 1px solid;

    border-bottom: 1px solid;

}



.monthCalBodyWeek {

    vertical-align: top;

    padding: 5px;

}

a.monthCalBodyWeekLink:link, a.monthCalBodyWeekLink:visited {

    font-size: 11px;

}

.monthCalBodyTodayWeekDay, .monthCalBodyTodayWeekEnd {

    border: 1px solid;

    padding: 3px;

    text-align: right;

}

.monthCalBodyTodayWeekDay a.monthCalBodyWeekDayDateLink:link, .monthCalBodyTodayWeekDay a.monthCalBodyWeekDayDateLink:visited,

.monthCalBodyTodayWeekEnd a.monthCalBodyWeekDayDateLink:link, .monthCalBodyTodayWeekEnd a.monthCalBodyWeekDayDateLink:visited

{

    font-weight: bold;

}

.monthCalBodyWeekDay, .monthCalBodyWeekEnd  {

    padding: 3px;

    text-align: right;

}



a.monthCalBodyWeekDayDateLink:link, a.monthCalBodyWeekDayDateLink:visited {

    font-size: 12px;

}

a.monthCalBodyWeekDayDateLink:hover, a.monthCalBodyWeekEndDateLink:hover {

}

a.monthCalBodyDayItemLink:link, a.monthCalBodyDayItemLink:visited, a.monthCalBodyDayItemLink:hover  {

    font-size: 10px;

}

.monthCalBodyDayItem {

    margin: 7px 0px 7px 0px;

    padding: 5px 0px 8px 0px;

    border-top: 1px solid;

}

.monthCalBodyDayIconTd {

    padding-right: 3px;

    vertical-align: top;



}

.monthCalBodyDayItemTd {

    vertical-align: top;





}

.monthViewDayHeight {

    height: 100px;

}

.yearViewDayHeight {

    height: 40px;

}

.dailyCalBodyTime {

    vertical-align: top;

    padding: 7px;

    height: 20px;

}



.dailyCalBodyItems {

    padding: 5px;

    text-align: left;

    font-size: 12px;

}



a.weekCalBodyDayLink:link, a.weekCalBodyDayLink:visited {

}

a.weekCalBodyDayLink:hover {

}



.yearCalBody {

}

.yearCalBodyMonth {

    padding-top: 5px;

}

.yearCalBodyMonth th {



}

.yearCalBodyMonth #daily_cal_table {

    margin-top: 5px;

    border-top: 1px solid;

}

.yearCalBodyMonth #daily_cal_table .monthCalBodyTHDay {

    border-top: 1px solid;

}



a.yearCalBodyMonthLink:link, a.yearCalBodyMonthLink:visited {





    font-size: 12px;

    font-weight: bold;

    margin: 0px;

    padding: 5px;

    width: 100%;

    margin-bottom: 5px;

    text-decoration: none;

}

a.yearCalBodyMonthLink:hover {

    text-decoration: underline;

}

.calSharedUser {

    height: 20px;

    padding-top: 5px;

    padding-left: 8px;

    font-size: 11px;

    margin-top: 0px;

    margin-bottom: 0px;

    border-top: 1px;

}



/* misc font displays */

.todaysTask {

    color: #FF7800

}

.overdueTask {

    color: #ff0000;

}

.required {

    color: #ff0000;

}

.error {

    color: #ff0000 !important;

}

.errorBorder {
    border-color: #ff0000;
}

.success {

    color: #9FCA45;

}

.successBorder {
    border-color: #9FCA45;
}

.rssItemDate {

    color: #666666;

    font-size: 11px;

}

.dateFormat {

    font-weight: normal;

    font-style: italic;

    font-size: 11px;

}

.chartFootnote {

    font-size: 11px;



}



.copyRight {

}

a.copyRightLink:link, a.copyRightLink:visited {

}

a.copyRightLink:hover {

}



.tm {

    font-size: 8px;

    font-family: Verdana;

}



.footer {

    padding-top: 10px;

}

a.footerLink:link, a.footerLink:visited {

    text-decoration: none;



}

a.footerLink:hover {

    text-decoration: underline;

}



.footerHR {

}

.aboveFooter {

}

.underFooter {

    padding-bottom: 5px;

}

/* Scheduler Styles */

.schedulerDiv {

    font-size: 12px;

    color: #000000;

    text-align: left;

    width: 100%;

    background-color: #FAFAFA;

    border-collapse: collapse;

    border-bottom: 1px solid #999;

    margin-top: 0px;

}

.schedulerTable {

    width: 100%;

    border-collapse: collapse;

}

table.schedulerTable td {

    height: 18px; }



.schedulerTopRow, .schedulerTopDeleteHeaderCell, .schedulerDeleteHeaderCell, .schedulerTopHeaderCell, .schedulerAttendeeHeaderCell, .schedulerAttendeeHeaderCell  {

    height: 22px;

    border-bottom: 1px solid #ddd;

}



.schedulerTimeRow{

    border-top: 1px solid #999;

    border-collapse: collapse;

}

.schedulerTimeCell, .schedulerAttendeeDeleteCell {

    border-left: 1px solid #dddddd;

    padding-left: 4px;

}



.schedulerAttendeeCell {

    border-right: 1px solid #dddddd;

    border-bottom: 1px solid #ddd;

    overflow: hidden;

    padding-left: 4px;

    width: 125px;

}

.schedulerAttendeeIconCell {

    border: 1px solid #dddddd;

    padding: 0px;

    width: 16px;

}

.schedulerSlotEmptyDiv {

    border: 0px solid transparent;

    width: 100%;

    height: 100%;

}

.schedulerSlotCellStartTime {

    border-left: 4px solid #75AF4F;

    border-right: 1px solid #dddddd;

    border-top: 1px solid #dddddd;

    border-bottom: 1px solid #dddddd;

    padding: 0px;

    background-color: #eeeeee;

    width: 15px;

}

.schedulerSlotCellEndTime {

    border-left: 4px solid #ff0000;

    border-right: 1px solid #dddddd;

    border-top: 1px solid #dddddd;

    border-bottom: 1px solid #dddddd;

    padding: 0px;

    background-color: #eeeeee;

    width: 15px;

}

.schedulerSlotCellHour {

    border: 1px solid #dddddd;

    padding: 0px;

    background-color: #eeeeee;

    width: 15px;

}

.schedulerEvenListRow, .schedulerOddListRow {

    padding-top: 2px;

    background-color: #f6f6f6;

}



/* dynamic tab styles */

.myArea {

    white-space: nowrap;

    font: 12px Arial, Verdana, Helvetica, sans-serif;

    color: #ccc;

    padding-right: 8px;

    padding-left:4px;

}

.myAreaLink {

    color: #444444;

    margin-right: 4px;

    margin-left:4px;

}

#colorpicker {

    vertical-align: middle;

}

ul.colorpicker {

    border: none;

    padding: 3px 0 0 0;

    margin: 0 0 0 10px;

}

ul.colorpicker li

{

    list-style: none;

    display: inline;

    padding: 0px;

    cursor: pointer;

    margin: 0;

}

ul.tablist, ul.subpanelTablist
{
    padding: 3px 0 0px;
    margin: 0;
    border-bottom: 2px solid;
    font: 12px Arial, Verdana, Helvetica, sans-serif;
}

ul.tablist li, ul.subpanelTablist li
{
    list-style: none;
    margin: 0;
    display: inline;
    cursor: pointer;
}

ul.tablist li > a, ul.subpanelTablist li > a, ul.tablist li > div, ul.subpanelTablist li > div
{
    padding: 3px 8px;
    margin: 0px;
    border-top: 2px solid;
    border-right: 1px solid;
    border-bottom: none;
    text-decoration: none;
}

ul.subpanelTablist #addPageItem a, ul.subpanelTablist #addPageItem a:hover  {
    border: none;
    background: transparent;
    text-decoration: none;
}

ul.tablist li > a:link, ul.tablist li > a:visited, ul.subpanelTablist li > a:link, ul.subpanelTablist li a:visited
{
    text-decoration: none;
}

ul.tablist li a:hover, ul.subpanelTablist li a:hover
{
    border-top: 2px solid;
}

ul.tablist li > a.current, ul.tablist li > a.current:hover, ul.tablist li > div.current, ul.tablist li > div.current:hover {
    background-image: none;
    font-weight: bold;
    border-bottom:2px solid;
    border-top: 2px solid;
}

ul.subpanelTablist li a.current, ul.subpanelTablist li a.current:hover {
    background-repeat: repeat-x;
    background-position: top;
    font-weight: bold;
    border-top: 2px solid;
    border-bottom: 2px solid;
    background-color: #fff;
}

.olFontClass { }

.olFontClass A { }

.olCapFontClass {

    font-weight: bold;

    color: #444;

    background-color: #dfdfdf;

}

.olCapFontClass A {

    color: #dfdfdf;

    font-size: 9px;

}

.olFgClass td {

    background-color: #fff;

    padding: 5px 7px 7px 10px;

    line-height: 18px;

}

.olCgClass td {

    border-bottom: 2px solid #ddd;

    background-color: #f6f6f6;

    padding: 5px 3px 3px 10px;

}

.olCgClass {

    padding: 0px;

    border: 0px;

}

.olBgClass {

    background-color: #ddd;

    padding: 1px;

}

.olCloseFontClass {

    padding-bottom: 1px;

    text-align: right;

    background-color: #dfdfdf;

}



/* acl role colors */



.aclAll {

    color: #008000;

    font-weight: bold;

}

.aclOwner {

    color: #000000;

    font-weight: bold;

}

.aclNone {

    color: #FF0000;

    font-weight: bold;

}

.aclEnabled {

    color: #008000;

    font-weight: bold;

}

.aclDisabled {

    color: #FF0000;

    font-weight: bold;

}

.aclAdmin {

    color: #0000FF;

    font-weight: bold;



}

.aclNormal {

    color: #008000;

    font-weight: bold;

}



ul.noBullet {

    list-style-type: none;

    margin-left: 0;

    padding-left: 0;

}



li.noBullet {

    list-style-type: none;

    padding: 0;

    margin: 0;

}

/* help styles */

table.tabForm td ul li {

    list-style-type: none;

    margin-bottom: 10px;

}



.helpButton {

    font-weight: bold;

}



.helpShortcut {

    font-weight: bold;

}



/* sitemap */

#sitemap .tabForm {

    padding: 10px 10px 10px 20px;

}

#sitemap a:link, #sitemap a:visited {

    text-decoration:none;

    font-size: 11px;

    color: #444;

}

#sitemap h4 a:link, #sitemap h4 a:visited {

    font-size: 13px;

}

#sitemap ul.nobullet {

    margin-top: 5px;

    margin-left: 5px;

}

#sitemap .tabForm {

    border: 2px solid;

}

#sitemap a:hover, #sitemap h4 a:hover {

    text-decoration:underline;

}

#sitemap ul.nobullet li {

    margin-bottom: 5px;

}



/* gantt styles */



table.days {
    font-size: 11px;

}

td.days {

    border-top: 1px solid #dfdfdf;

    border-bottom: 1px solid #dfdfdf;

    border-left: 0px;

    border-right: 0px;

}



td.sunday {

    border-top: 1px solid #dfdfdf;

    border-bottom: 1px solid #dfdfdf;

    border-left: 1px solid #dfdfdf;

    border-right: 0px;

}



td.saturday {

    border-top: 1px solid #dfdfdf;

    border-bottom: 1px solid #dfdfdf;

    border-left: 0px;

    border-right: 1px solid #dfdfdf;

}



td.date {

    width: 100%;

    padding: 0px;

    border-top: 0px;

    border-bottom: 0px;

    border-left: 0px;

    border-right: 0px;

    font-size: 10px;

}



tr.empty {

    height: 2px;

}



div.completed {

    background-color: #777777;

    float: left;

    width: 100%;

    line-height: 10px;

    margin-top: 4px;

}



div.inprogress {

    background-color: #002E4D;

    float: left;

    width: 100%;

    line-height: 10px;

    margin-top: 4px;

}



div.inprogress_bar {

    background-color: #ff0000;

    float: left;

    width: 100%;

    line-height: 10px;

    margin-top: 4px;

}



div.notstarted {

    background-color: #cccccc;

    float: left;

    width: 100%;

    line-height: 10px;

    margin-top: 4px;

}



div.indent_left {

    background-color: #000000;

    float: left;

    line-height: 10px;

    margin-top: 4px;

}



div.indent_bar {

    background-color: #000000;

    float: left;

    margin-top: 4px;

}



div.indent_right {

    background-color: #000000;

    float: right;

    line-height: 10px;

    margin-top: 4px;

}



#horizWrapper {position:relative; margin-left:60px;width:218px;float:left;}

#horizBGDiv {position:relative; top:60px; background:url(horizBg.png) no-repeat; height:26px; width:218px;z-index:5 }

#horizHandleDiv {

    position:absolute;

    left: 100px; /* the default position is the center of the bg */

    top: 8px;  /* force the image down a bit */

    cursor:default;

    width:18px;

    height:18px;

}

.newButtonStyle{
    background: #E0F0FA none repeat scroll 0% 0%;
    border: 1px solid #AED0EA;
    color: #2779AA;
    font-weight: bold;
    padding: 5px;
    cursor:pointer;
    text-align: center;
    width:100px;
    display:inline;
    margin-right: 5px;
}
.newButtonStyle:hover{
    color:white !important;
    background-color: #4E8CCF !important;
    border-color: #4E8CCF !important;

}

.newButtonDisableStyle{
    background: #DEDEDE  none repeat scroll 0% 0%;
    border: 1px solid #757575;
    color: #757575;

}
a.autoLogin{
    text-decoration: none;
}

a.autoLogin i{
    font-size: 16px;
    vertical-align: text-bottom;
}

/* end gantt styles */

/*

 * Ext JS Library 2.0

 * Copyright(c) 2006-2007, Ext JS, LLC.

 * licensing@extjs.com

 *

 * http://extjs.com/license

 */

.loading-indicator{background-image:url(../../default/ext/resources/images/default/grid/loading.gif);background-repeat:no-repeat;background-position:left;padding-left:20px;line-height:16px;margin:3px;}

.x-sqs-list{border:1px solid #d0d0d0;background:#d0d0d0;zoom:1;overflow:hidden;}

.x-sqs-list-inner{overflow:auto;background:white;position:relative;zoom:1;overflow-x:hidden;}

.x-sqs-list-item{padding:1px;border:1px solid #fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

.x-sqs-list .x-sqs-selected{border:1px dotted #f6f6f6!important;background:#d0d0d0;cursor:pointer;}


.monthCalBodyWeekDayDisable
{
    padding: 1px;
    text-align: right;
}

.monthCalBodyWeekDayReserve
{
    padding: 1px;
    text-align: right;
}

.monthCalBodyWeekDayUnavailable, monthCalBodyWeekDayConfirmada, monthCalBodyWeekDayBajopeticion, monthCalBodyWeekDayPropietario, monthCalBodyWeekDayUnpaid, monthCalBodyWeekDayPaid{
    padding: 1px;
    text-align: right;
}

.triangulo {
    border-style: solid;
    border-width: 8px;
    width: 0;
    height: 0;
}
.triangulo>div {
    border-style: solid;
    border-width: 11px;
    width: 0;
    height: 0;
    position: relative;
}

.actionMenu .triangulo {
    border-style: solid;
    border-width: 10px;
    width: 0;
    height: 0;
}
.actionMenu .triangulo>div {
    border-style: solid;
    border-width: 9px;
    width: 0;
    height: 0;
    position: relative;
}
.actionMenu .triangulo.right {
    position: absolute;
    margin-top: 8px;
    margin-left: -25px;

}
.actionMenu .triangulo.right>div {
    border-color: transparent white transparent transparent;
    top: -9px;
    left: -6px;
}

.triangulo.up {
    border-color: transparent transparent #a2b3be transparent;
    position: absolute;
    margin-top: -16px;
    margin-left: 35px;
}
.triangulo.up>div {
    border-color: transparent transparent white transparent;
    top: -10px;
    left: -11px;
}

.twigSearch
{
    background-color: #f6f6f6;
    border: 1px solid;
    border-bottom: 2px solid;
    font-size: 12px;
    margin-top: 1%;
    margin-bottom: 1%;
    border-bottom-color: #abc3d7;
    border-top-color: #4e8ccf;
    overflow: hidden;
    width: 100%;
}

.twigSearchBlock
{
    float: left;
    width: 22.5%;
    padding-top:2%;
    padding-left:2%;
    padding-right:2%;
}
.twigSearchBlockSelectDateRange
{
    padding-right:2%;
    width: 47%;
}
.twigSearchBlock+.twigSearchBlock{
    padding-left:0%;
}


.twigSearchBlock:not(.twigSearchBlockButtons):nth-child(4n+1){
    padding-left:2%;
}
.twigSearchBlock+.twigSearchBlockSelectDateRange{
    padding-left:2%;
}
.twigSearchBlockSelectDateRange+twigSearchBlock{
    padding-right:4%;
}
.twigSearchBlockButtons{
    float: right !important;
}

.twigSearchBlock:empty
{
    padding:0%;
}



.dataFieldTwig {
    width: 100%;
}

.dataFieldTwig input{
    box-sizing: border-box;
}
.dataLabelTwig{
    width: 100%;
    margin-bottom: 2.5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.containerButtonList div + div {
    clear: right;
    float: left;
}

.twigInput95, .twigSelect95 {
    width: 95%;
}

.twigInput90, .twigSelect90 {
    width: 90%;
}

.twigInput85, .twigSelect85 {
    width: 85%;
}

.twigInputFull
{
    width: 100%;
}

.twigInputLarge
{
    width: 87%;
}

.twigInputMedium
{
    width: 41%;
}

.twigInputSmall
{
    width: 30%;
}

.twigInputXSmall
{
    width: 15%;
}

.twigSelectFull
{
    width: 100%;
}

.twigSelectXXLarge
{
    width: 80%;
}

.twigSelectXLarge
{
    width: 70%;
}

.twigSelectLarge
{
    width: 60%;
}

.twigSelectMedium
{
    width: 29%;
}

.twigSelectSmall
{
    width: 20%;
}

.twigSelectXSmall
{
    width: 10%;
}

.buttonsTwig
{
    text-align: right;
    margin-right: 2%;
}

.resetButton
{
    text-decoration: none !important;
    border: 1px solid #e0e3e5 !important;
}

.marginListTwig
{
    margin-top: 30px;
}

#seleccionFuncionalidad{
    color: gray;
    font-size: 20px;
    padding: 0 0 0 10px;
}

#imgSample {
    margin-top: 15px;
    max-width: 890px;
}


.tituloEdit {
    background-color: #CBDAE6;
    color: #444;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    box-sizing: border-box;
}

.contenedorPagos {
    text-align: right;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    padding: 3px;
}

.listaPagos {
    float:left;
    color: #000000;
    font-size: 12px;
}

.ui-input:disabled{
    opacity: 0.35;
}

.listView > tbody > tr:nth-child(odd){
    background-color: #f2f3f7 !important;
}

.listView > tbody > tr:nth-child(even){
    background-color: #ffffff !important;
}

.listView > tbody > tr:hover{
    background-color: #DEEFFF;
}

/**************************************/
/*  INICIO BLOQUE DE PLANTILLAS TWIG  */
/**************************************/
#buttonsEditTwig {
    margin-bottom:      7px;
    display: inline-block;
}

#returnListView {
    margin-left: 25px;
}
#returnListView .fa-arrow-left {
    margin-right: 3px;
}

.tabFormTwig, .contentEditTwig {
    background:         #F6F6F6;
    border: 1px solid #4E8CCF;
    border-bottom: 2px solid #ABC3D7;
    margin-bottom:      5px;
}

.subTitleEditView {
    padding:            4px 8px;
    text-transform:     uppercase;
    background:         #CBDAE6;
    margin-bottom:      5px;
}

.rowEditTwig {
    padding:            5px 2% 7px 2%;
    overflow:           hidden;
    width:              45%;
    display:            inline-block;
    vertical-align:     top;
}

.rowEditTwig * {
    vertical-align:      middle;
    box-sizing:          border-box;
}

.rowEditTwig i {
    vertical-align:      top;
    font-size:           16px !important;
}

.labelEditTwig {
    display:            inline;
    word-wrap:         break-word;
    font-size:          12px;
    padding:            5px 10px 5px 0px;
}

.labelError {
    color:              #FF0000;
    padding-top:        5px;
    visibility:         hidden;
}


#buttonsDetailTwig a {
    text-decoration:    none;
    padding:            4px;
    margin-left:        20px;
    display:            inline-block;
}

#buttonsDetailTwig a i {
    padding:            3px;
}

.contentDetailTwig {
    border-top:         2px solid #4E8CCF;
    border-bottom:      2px solid #e0e3e5;
    clear:              both;
    margin:             10px 0;
    width:              100%;
}

.subtitleDetail {
    font-weight:        bold;
    text-transform:     uppercase;
    padding:            5px 1%;
    background:         #CBDAE6;
    margin-top:         12px;
}

.subTitleGroupDetail {
    font-weight: bold;
    border-bottom: 1px solid #CBDAE6;
    background-color: #F6F6F6;
    font-size: 12px;
    padding: 5px 10px;
    vertical-align: top;
}

.contentDetailTwig .subtitleDetail:first-of-type {
    margin-top:         0;
}

.labelDetailTwig {
    border-bottom:      1px solid #CBDAE6;
    background-color:   #F6F6F6;
    font-size:          12px;
    padding:            5px 10px;
    vertical-align:     top;
    text-align:         right;
}

.dataDetailTwig {
    font-size:          12px;
    border-bottom:      1px solid #CBDAE6;
    padding:            5px 10px;
    vertical-align:     top;
}

.selectPostInputTwig{
    vertical-align:     bottom;
}

.errorTip
{
    float: right;
    position: relative;
    color: #c40000;
    font-weight: normal;
}
/***********************************/
/*  FIN BLOQUE DE PLANTILLAS TWIG  */
/***********************************/
ul.property_extras li.extra div.row,ul.property_extras li.header div.row{
    border-color: #e0e3e5;
}
ul.property_extras li.extra div.row:hover{
    background-color: #e0e3e5;
}

/* checkbox tipo ios */

.toggle,.checkBoxIos,.toggle:before,.toggle:after,.checkBoxIos:before,.checkBoxIos:after{
    box-sizing:border-box;
    margin:0;
    padding:0;
    /*transition*/
    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    outline:none;
    font-family:Helvetica Neue,helvetica,arial,verdana,sans-serif;
}

.toggle{
    width:30px;
    float:left;
    text-align:center;
    margin-right: 20px;
    margin-top: 7px;
}

.ios-toggle,.ios-toggle:active{
    position:absolute;
    height:0;
    width:0;
    opacity:0;
    border:none;
    outline:none;
}
.checkbox-label{
    display:block;
    position:relative;
    font-size:12px;
    line-height:16px;
    width:100%;
    height:15px;
    /*border-radius*/
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
    background:#f8f8f8;
    cursor:pointer;
}
.checkbox-label:after{
    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    content:'';
    display:block;
    position:absolute;
    z-index:1;
    height:15px;
    width:15px;
    /*border-radius*/
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    top:0px;
    left:0px;
    right:auto;
    background:white;
    /*box-shadow*/
    -webkit-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
    -moz-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
    box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
}
.checkbox-label:before{
    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    content:attr(data-off);
    display:block;
    position:absolute;
    z-index:0;
    top:0;
    padding:15px;
    height:100%;
    text-align:right;
    color:#bfbfbf;
    white-space:nowrap;
}
.ios-toggle:checked + .checkbox-label:before{
    content:attr(data-on);
}

.ios-toggle:checked + .checkbox-label:after{

    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    left:calc(100% - 15px);
    /*box-shadow*/
    -webkit-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
    -moz-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
    box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
}

.labelCheckBoxIos{
    float:left;margin-top:7px;text-transform:uppercase;margin-right:5px;color:#989898;
}

.classDisabledAction{
    color: #c9c9c9;
}

.tabAdvancedFilter+.tabAdvancedFilter{
    border-right: 1px solid #E0E3E5;
}
.tabAdvancedFilter{
    background-color: #ECEDF1;
    border-left: 1px solid #E0E3E5;
    border-top: 1px solid #E0E3E5;
    border-bottom: 3px solid #E0E3E5;
    margin-bottom: -3px;
    cursor:pointer;
}
.tabActiveFilter{
    background-color: white;
    border-bottom-color: white;
}
.toolTipMultiWidget{
    color: #B4B4B8;
    margin-top: 2px;font-size: 20px;
}

.badgetTab{
    width: 15px;
    height: 16px;
    border-radius: 10px;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    margin-right: 12px;
    padding-top: 3px;
    color: white !important;
}

.divabsolute{
    position: absolute;
    margin-top: -30px;
}

.badgetWidgetRed{
    background-color: #f15f41;
}
.badgetWidgetGreen{
    background-color: #00c621;
}

.marginListTwig {
   margin-top: 10px;
}

.twigSearch ul.token-input-list-facebook {
    width: 230px !important;
    height: 22px !important;
    display: inline !important;
    float: left !important;
}
.twigSearch div.token-input-dropdown-facebook{
    width: 230px !important;
}

#envolture_listaExport{
    display:none;
}


.actionMenu{
    list-style:none;
    display:none; 
    position: absolute;
    margin-left: -120%;
    z-index:4;
    border:1px solid;
    padding:0px;
    background-color: white;
    top: -14px;
    margin-top: -10px;
    min-width: 100px;
    margin-right: 15px;
}

.actionMenuItem{
    padding-left: 0px;
    padding-right:0px;
    cursor: pointer;
}
.actionMenuItem a{
    display:block;
    text-decoration: none;
}

.triangulo {
			border-style: solid;
            border-width: 8px;
            width: 0;
            height: 0;
		}
.triangulo>div {
			border-style: solid;
            border-width: 11px;
            width: 0;
            height: 0;
            position: relative;
        }

.actionMenu .triangulo {
			border-style: solid;
            border-width: 10px;
            width: 0;
            height: 0;
            border-color: transparent red transparent transparent;
		}
.actionMenu .triangulo>div {
			border-style: solid;
            border-width: 9px;
            width: 0;
            height: 0;
            position: relative;
        }        
.actionMenu .triangulo.right {
            position: absolute;
            margin-top: 8px;
            margin-left: -25px;

        }
.actionMenu .triangulo.left {
            position: absolute;
            margin-top: 8px;
            margin-left: -25px;

		}
.actionMenu .triangulo.right>div {
			border-color: transparent white transparent transparent;
            top: -9px;
            left: -6px;
            }
.actionMenu .triangulo.left {
            position: absolute;
            margin-top: 8px;
            margin-left: 106px;

        }

.actionMenu .triangulo.left>div {
			border-color: transparent  transparent transparent white;
            top: -9px;
            left: -12px;
            }
.actionMenu .triangulo.bottom {
                position: absolute;
                margin-top: -25px;
                margin-left: 40px;
    
            }
.actionMenu .triangulo.bottom>div {
                border-color: transparent  transparent white transparent;
                top: -6px;
                left: -9px;
                }
.contenedorListViewHelp{
    padding-top: 6px;
}        
.contenedorListViewHelp a{
    font-size: 18px;
}       

.errores, .preview {
    float: left;
    padding: 0px 2%;
    background-color: #efefef;
    border: 1px solid #e0e0e0;
    margin-top:	12px;
    margin-bottom:15px;
    width:95%;
}

.reloadErrors{
    float: right;
    margin-top: 8px;
    margin-right: -10px;
}

.reloadErrors i{
    margin-right:8px;
}        

.NewToggle,.newCheckBoxIos,.NewToggle:before,.NewToggle:after,.newCheckBoxIos:before,.newCheckBoxIos:after{
    box-sizing:border-box;
    margin:0;
    padding:0;
    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    outline:none;
    font-family:Helvetica Neue,helvetica,arial,verdana,sans-serif;
}

.NewToggle{
    width:40px;
    text-align:center;
}

.newIos-toggle,.newIos-toggle:active{
    position:absolute;
    top:-5000px;
    height:0;
    width:0;
    opacity:0;
    border:none;
    outline:none;
}

.newCheckbox-label{
    display:block;
    position:relative;
    font-size:12px;
    line-height:16px;
    width:100%;
    height:15px;
    /*border-radius*/
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
    background:#f8f8f8;
    cursor:pointer;
}

.newCheckbox-label:after{
    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    content:'';
    display:block;
    position:absolute;
    z-index:1;
    height:14px;
    width:14px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    top:0px;
    left:0px;
    right:auto;
    background:white;
    -webkit-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
    -moz-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
    box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
}

.newCheckbox-label:before{
    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    content:attr(data-off);
    display:block;
    position:absolute;
    z-index:0;
    top:0;
    padding:5px;
    height:100%;
    text-align:right;
    color:#bfbfbf;
    white-space:nowrap;
}

.newIos-toggle:checked + .newCheckbox-label:before{
    content:attr(data-on);
}

.newIos-toggle:checked + .newCheckbox-label:after{

    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    left:calc(100% - 15px);
    -webkit-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
    -moz-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
    box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
}

.newCheckBoxIos + .newCheckbox-label {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-box-shadow: inset 0 0 0 0px #42ab5b, 0 0 0 2px #ddd;
    -moz-box-shadow: inset 0 0 0 0px #42ab5b, 0 0 0 2px #ddd;
    box-shadow: inset 0 0 0 0px #42ab5b, 0 0 0 2px #ddd; 
}

.newCheckBoxIos:checked + .newCheckbox-label {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-box-shadow: inset 0 0 0 18px #42ab5b, 0 0 0 2px #42ab5b;
    -moz-box-shadow: inset 0 0 0 18px #42ab5b, 0 0 0 2px #42ab5b;
    box-shadow: inset 0 0 0 18px #42ab5b, 0 0 0 2px #42ab5b; 
}

.newIos-toggle:checked + .newCheckbox-label {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-box-shadow: inset 0 0 0 20px #42ab5b, 0 0 0 2px #42ab5b;
    -moz-box-shadow: inset 0 0 0 20px #42ab5b, 0 0 0 2px #42ab5b;
    box-shadow: inset 0 0 0 20px #42ab5b, 0 0 0 2px #42ab5b; 
}

.price-labs {
    border-radius: 2px;
    background-color: #09588F;
    color: #FDFDFD;
    font-size: 9px;
    padding: 2px 6px;
    margin: 1px 0 0 10px;
    float: right;
}

.hiddenReferenceCatastral{
    display: none;
}

/*RESOLVER RESERVA CONFLICTIVA*/
#resolveConflicted {
    padding: 0;
    font-size: 120%;
    color: #5e5e5e;
}

#resolveConflicted .warning {
    background-color: #f6c8cb;
    color: #cb0004;
    display: inline-block;
    position: relative;
    margin: -3px -15px 0 -15px;
    padding: 10px 15px 40px 15px;
    width: 100%;
}



#resolveConflicted .warning .icon {
    font-size: 50px;
    float: left;
    width: 20%;
    text-align: center;
    margin-top: 10px;
}

#resolveConflicted .warning .text {
    float: left;
    width: 75%;
}

#resolveConflicted .warning .text .title {
    font-weight: bold;
}

#resolveConflicted .warning .text .description {
    font-size: 90%;
}

#resolveConflicted .instructions {
    padding-bottom: 20px; 
    padding-top:28px;
}

#resolveConflicted .instructions .option {
    margin-bottom: 0px;
}

#resolveConflicted .instructions .option .number {
    float: left;
    width: 10%;
    font-size: 40px;
    line-height: 45px;
    color: #a0a0a0;
}

#resolveConflicted .instructions .option .description {
    float: left;
    width: 60%;
    margin-right: 20px;
}

#resolveConflicted .instructions .option:nth-child(1) .description {
    width: 100%;
    margin-bottom: 30px;
}

#resolveConflicted .instructions .option .description .buscar {
    float: left;
    width: 100%;
}

#resolveConflicted .instructions .option .description .buscar #alojamiento {
    width: 100%;
    width: 90%;
    padding-right: 10%;
}

#resolveConflicted .instructions .option .description .lupa {
    position: relative;
    float: right;
    top: -20px;
}

#resolveConflicted .instructions .option .action {
    float: right;
    width: 24%;
    text-align: right;
    margin-top: 5px;
}

#resolveConflicted .instructions .option:nth-child(3) .action {
    margin-top: 200px;
}

#resolveConflicted .warningError {
    margin: 0 5%;
    width: 85%;
    padding: 20px;
    font-weight: bold;
    display: none;
}

#resolveConflicted .optionSeparator {
   width: 105%;
   margin-left:-13px;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #DDDDDD;
}

.topFailedPayment{
    margin: 69px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mainTitle{
    font-weight: bold;
    color: #000000;
    font-size: 23px; 
    text-align: center;
}
 .mainDescription{
    text-align: center;
    font-size: 15px;	
    margin-top:18px;
    color: #000000;
    line-height: 20px;
 }

.optionsBody{
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:15px;

} 

.descriptionBody{
    float:left !important;
    color: #000000;
    width:76%;
}
.actionButton{
    float:left !important;
    width:20%;
    color: #000000;


} 

#contactButton{
    color: #9C9C9C !important;
    border: 1px solid #9C9C9C !important;
}

#contactButton:hover{
    color: #ffffff !important;
    background-color: #9C9C9C !important;

}
#chargeButton{
    width:103px;
}
#chargeButton:hover{
   color: #f15f41 !important;
    background-color: #ffffff !important;

}
#cancelButton{
    width:103px;
}

/*POPUP CANCELACIÓN RESERVA*/

#resolveConflicted .cancel_titilo {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #000000;
}

#resolveConflicted .cancel_titilo .title {
    font-size: 23.1px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
}

#resolveConflicted .cancel_titilo .description {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
}

#resolveConflicted .cancelContent {
    margin-left: 96px;
    width: 75%;
    color: #000000;
    font-size: 13px;
}

#resolveConflicted .bloqueCalculado {
    margin-top: -5px;
}

#resolveConflicted .cancelContent .rowText .description {
    margin-left: 7px;
    width: 90%;
    margin-bottom: 20px;
}

#resolveConflicted .rowText .description {
    height: 15px;
    width: 231px;
    line-height: 15px;
}

#resolveConflicted .cancelContent .rowText .description p {
    padding: 0px !important;
    width: 60%;
}

#resolveConflicted .inputFields {
    float: right;
    margin-top: -20px;
}

#resolveConflicted .inputFields input {
    width: 105px;
    background-color: #F9F9F9;
    text-align: right;
}

.informacionAdicional{
    font-size: 11px;
    margin-left: 7px;
    padding-top: 10px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /*Para chrome o safari*/
    #resolveConflicted .inputFields input {
        width: 100px;
        background-color: #F9F9F9;
        padding-left: 8px;
        text-align: right;
    }
}

#resolveConflicted .inputFields select {
    width: 113px;
}

#resolveConflicted .toggle {
    margin-right: 82px !important;
}

.botonesCheck {
    color: #8F8F8F;
}

#resolveConflicted #cancelarReserva, #resolveConflicted #aceptarIncremento {
    float: left;
    margin-left: 18%;
}

#resolveConflicted #volver {
    float: right;
    margin-right: 18%;
}

#resolveConflicted .toolTipCancelBo {
    margin-top: -17px;
    color: #F15F41 !important;
    font-size: 12px;
}

#resolveConflicted .condicion_bk{
    position: absolute;
    width: 300px;
}

#resolveConflicted .textosPopUp{
    width: 300px;
    position: absolute;
    float: left;
    margin-top: -20px;
}

#resolveConflicted .bookingSummary{
    width: 100%;
    height: 110px;
    background-color: #F9F9F9;
    position: absolute;
    z-index: -1;
    margin-top: 20px;
}

.TooltipCaption {
    display: none !important;
}

.TooltipBody {
    border: none !important;
    background-color: #F2F2F2 !important;
    box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.73) !important;
    color: #777;
}

.transparentToPointerEvents{
    pointer-events: none;
}


/* popup cedolareSecca */

#cedolare .cancel_titilo {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #000000;
}

#cedolare .cancel_titilo .title {
    font-size: 23.1px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
}

#cedolare .cancel_titilo .description {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
}

#cedolare .cancelContent {
    margin-left: 96px;
    width: 75%;
    color: #000000;
    font-size: 14px;
}

#cedolare .cancelContent .rowText .description {
    margin-left: 7px;
    width: 90%;
    margin-bottom: 20px;
}

#cedolare .rowText .description {
    height: 15px;
    width: 231px;
    line-height: 15px;
}

#cedolare .cancelContent .rowText .description p {
    padding: 0px !important;
}

#cedolare .inputFields {
    float: right;
    margin-top: -20px;
}

#cedolare .inputFields input {
    width: 105px;
}

/*POPUP ACTUALIZAR DORMITORIOS*/

#updDormitorios{
    padding: 50px;
    padding-bottom: 30px !important; 
}
#updDormitorios img{
    margin-bottom: 30px;
}
#updDormitorios .cancel_titilo {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #444444;
}
#updDormitorios .cancel_titilo .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    text-align: center;
    margin-bottom: 20px;
}
#updDormitorios .cancel_titilo .description {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 45px;
}
#updDormitorios #btnActualizar {
    float: left;
    margin-left: 80px;
}

#updDormitorios #volver {
    float: right;
    margin-right: 95px;
}
#updDormitorios .updSpinner{
    width: 31px;
    height: 31px;
}
#updDormitorios .loadUpdate{
    font-size: 25px;
    color:#F15F41;
    margin-left: 204px;
}

/* Replicate .button { but for the swal popup  */
.buttonInput {
    border: 1px solid !important;
    font-size: 12px !important;
    font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif !important;
    font-weight: bold !important;
    padding: 7px 9px !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.hoverActionSelector:hover{
    background-color: white !important;
}

.actionSelectorHover:hover{
    background-color: #EEEEEE;}


.actionSelectorButton.actionMenuFocus{
    border-bottom-width: 0;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    box-shadow: none;
    outline: none;
    z-index:55 !important;
}#inbody {
    height: 100%;
}
.leftColumn{
    border:0px;
}
#headerGeneralBody{
    padding-top: 1px;
}
#generalHeaderContainer{
    border-bottom: 2px solid #ec604d;
    background-color: #f7f7f7;
}
body{
    margin: 0;
    padding: 0;
    height: 100%; /*Vital*/
    background-color: #fafbff;
}

.bigContainer{
    /*width:960px; /*Vital*/
    min-height:100%; /*Vital*/
    margin: 0px auto; /*Vital*/
    position: relative; /*Vital*/
}

.containerPaddingBottom{
    padding-bottom:180px; /*Vital*/ /* Altura del pie */
}

.footer{
    background-color: #f2f3f7;
    border-top: 1px solid #dddee1;
    width: 100%; /*Vital*/
    position: absolute; /*Vital*/
    bottom: 0px; /*Vital*/
    left: 0;
    padding-top:2%;
    padding-bottom:2%;
}

html{
    height:100%;
}

#contenidoGeneralBody{
    /*width:100%;*/

}

.centered-content{
    margin: 0 auto;
}

.limiteAncho {
    width:1213px;
}

.loginContainer .limiteAncho
{
    width:auto;
}

.fullScreen{
    margin: 0 2%;
    width: 96%;
}

a.monthCalBodyWeekDayPropietarioDateLink:link, a.monthCalBodyWeekDayPropietarioDateLink:visited,a.monthCalBodyWeekDayPropietarioDateLink:hover{
    color: #FFFFFF;
}
a.monthCalBodyWeekDayConfirmadaDateLink:link, a.monthCalBodyWeekDayConfirmadaDateLink:visited,a.monthCalBodyWeekDayConfirmadaDateLink:hover{
    color: #000000;
}
a.monthCalBodyWeekDayUnavailableDateLink:link, a.monthCalBodyWeekDayUnavailableDateLink:visited,a.monthCalBodyWeekDayUnavailableDateLink:hover,
a.monthCalBodyWeekDayStop_sellDateLink:link, a.monthCalBodyWeekDayStop_sellDateLink:visited,a.monthCalBodyWeekDayStop_sellDateLink:hover{
    color: #FFFFFF;
}
a.monthCalBodyWeekDayBajopeticionDateLink:link, a.monthCalBodyWeekDayBajopeticionDateLink:visited,a.monthCalBodyWeekDayBajopeticionDateLink:hover{
    color: #FFFFFF;
}
a.monthCalBodyWeekDayUnpaidDateLink:link, a.monthCalBodyWeekDayUnpaidDateLink:visited,a.monthCalBodyWeekDayUnpaidDateLink:hover{
    color: #000000;
}
a.monthCalBodyWeekDayPaidDateLink:link, a.monthCalBodyWeekDayPaidDateLink:visited,a.monthCalBodyWeekDayPaidDateLink:hover{
    color: #FFFFFF;
}
a.monthCalBodyWeekDayCancelledDateLink:link, a.monthCalBodyWeekDayCancelledDateLink:visited,a.monthCalBodyWeekDayCancelledDateLink:hover{
    color: #FFFFFF;
}



/* acl role colors */


/* help styles */

/* Estilo para la Navegación del Gestor de Zonas */
.navegaZonas{
    text-decoration:none;
    padding:1px;
    background-color:#FFFFFF;
    border-right:solid 1px;
    border-color:#9999CC;
    font-size:12px;
    color:#0b578f;

}

.navegaZonas:hover{
    font-weight:bold;
}

.tabDetailViewTITLE{
    font-size:120%;
    font-weight:bold;
    text-transform: uppercase;
    padding:3px;
    background-color: #f2f3f7;

}

.ErrorText{
    color:#CC0000;
    font-weight:bold;
    display:none;
    background-color: #FFD9D9;
    border:solid 1px;
    border-color:#FF9B9D;
    padding:7px;
    background-image:url(../images/error.gif);
    background-repeat:no-repeat;
    background-position:5px 5px;
    padding-left:27px;
    line-height:15px;
    width:300px;
    margin-top:3px;
    margin-bottom:3px;
}

.WarningText {
    background-color: none;
    border:solid 2px;
    border-color: #E3A900;
    padding:7px;
    line-height:15px;
}

.NoteText {
    background-color: #B5D6EE;
    border:solid 1px;
    border-color: #80B8E1;
    padding:7px;
    padding-left:27px;
    line-height:15px;
}

.InfoText{
    padding:10px;
    background-color:#E9F8C7;
    margin-top:-1px;
    border:solid 1px;
    border-color:#BDEA55;
    text-align:left;
    line-height:17px;
}


.IntranetText{
    border:solid 1px;
    border-color: #CCCCCC;
    padding:7px;
    line-height:15px;
    font-style: italic;
    margin-right: 40px;
    margin-bottom: 25px;
}

.tabSelected {
    background-repeat:no-repeat;
    text-transform: uppercase;
    width:185px;
    color: #FFFFFF;
    height:25px;
    font-weight:bold;
    background-color: #BEBEBE;
    margin-left:7px;
    margin-right:7px;
    padding:7px;
    font-size:110%;
    border:solid 3px #FFFFFF;
}
.tabSelected a {
    color: #FFFFFF;
    text-decoration: none;
}
.tabNotSelected {

    background-repeat:no-repeat;
    text-transform: uppercase;

    background-color: #EEEEEE;
    margin-left:7px;
    margin-right:7px;
    padding:7px;
    font-size:110%;
    border:solid 3px #FFFFFF;
}

.tabNotSelected a {
    color: #666666;
    text-decoration: none;
}
/*
.monthCalBodyWeekDayDisable{
    background-color: #FF7777!important;
    color:#FFFFFF;
}

.monthCalBodyWeekDayReserve{
    background-color: #900000!important;
    color:#FFFFFF;
}

.monthCalBodyWeekDayCancelled{
    background-color: #CA6B6B!important;
    color:#FFFFFF;
}

.monthCalBodyWeekDayPaid{
    background-color: #66CC33!important;
    color:#FFFFFF;
}

.monthCalBodyWeekDayUnpaid{
    background-color: #FF9900!important;
    color:#FFFFFF;
}

.monthCalBodyWeekDayPropietario{
    background-color: #6699FF!important;
    color:#FFFFFF;
}

.monthCalBodyWeekDayBajopeticion{
    background-color: #DF95FF!important;
    color:#FFFFFF;
}

.monthCalBodyWeekDayUnavailable{
    background-color: #FF3300!important;
    color:#FFFFFF;
}

.monthCalBodyWeekDayConfirmada{
    background-color: #FFFF33!important;
    color:#000000;
}

.monthCalBodyWeekDayGarantia{
    background-color: #60BFBF!important;
    color:#FFFFFF;
}

.monthCalBodyWeekDayStop_sell{
    background-color: #5b2525!important;
    color:#FFFFFF;
}
*/
.yearCalBodyMonth {
    padding-top: 2px;
}

.yearCalBodyMonth th {

}

.yearCalBodyMonth #daily_cal_table {
    margin-top: 2px;
    border-top: 1px solid;
}

.yearCalBodyMonth #daily_cal_table .monthCalBodyTHDay {
    border-top: 1px solid;
}

.monthCalBodyDayItem {
    margin: 7px 0px 7px 0px;
    padding: 5px 0px 8px 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.monthCalBodyDayIconTd {
    padding-right: 3px;
    vertical-align: top;

}

.monthCalBodyDayItemTd {
    vertical-align: top;
}

.monthViewDayHeight {
    height: 100px;
}

.yearViewDayHeight {
    height: 0px;
}

.dailyCalBodyTime {
    vertical-align: top;
    padding: 7px;
    height: 20px;
}

.dailyCalBodyItems {
    padding: 5px;
    text-align: left;
    font-size: 12px;
}

.black_overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index:501;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

#masAvanzado{
    padding: 0px 10px;
    background-color: #fff;
    border: 2px solid #ccc;
    display: none;
    position: fixed;
    top: 15%;
    left: 5%;
    z-index:502;
    overflow: auto;
}

#masAvanzado td{
    vertical-align: top;
    width: auto;
}

#calendarioTarifas caption{
    font-size: 24px;
    font-weight: bold;
}
#calendarioTarifas caption span
{
    float:left;
    font-weight: bold;
}
#calendarioTarifas caption span img
{
    float: left;
}
#calendarioTarifas tbody tr td
{
    vertical-align: top;
    text-align: center;
}
#calendarioTarifas tbody tr td form
{
    margin: 0px;
    padding: 0px;
}
#calendarioTarifas>thead>tr>th
{
    border-top:1px solid #000;
}
.numDiaMes
{
    border-top:1px solid #000;
    display: block;
    margin: 0;
    padding: 2px;
    width:105px;
    background-color:#ddd;
    text-align:right;
}
.columnaSemana
{
    background-color: #bbb;
}
.separacionTabla
{
    width: 20px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.columnaSemana .numDiaMes
{
    background-color: #bbb;
}
.separacionTabla .numDiaMes
{
    border-top:1px solid #fff;
    background-color: transparent;
    width:25px;
    vertical-align: top;
}
.separacionTabla td
{
    vertical-align: middle;
}
.separacionTabla td img,#calendarioTarifas caption span img
{
    cursor: pointer;
}

.clear_both{
    clear: both;
}

#calendarioTarifas tbody .valoresInput
{
    clear: both;
}
#calendarioTarifas tbody .valoresInput tr td
{
    height: 25px;
    padding: 0px;
    padding-left: 5px;
    white-space: nowrap;
    text-align: left;
}
#calendarioTarifas tbody .valoresInput tr td+td
{
    padding-left: 0px;
}
#calendarioTarifas tbody .valoresInput tr td label
{
    font-weight: bold;
    padding: 0px;
}
#botonModificadorFecha
{
    background-color: #E8E8E8;
    font-size: 14px;
    float:left;
    height: 27px;
    border: 1px solid #333333;
    margin-left: 10px;
}
#formularioTarifas, #listadoTarifas, #formularioTarifasMes
{
    padding: 0px 10px;
    margin-top: 10px;
}
#formularioTarifas, #formularioTarifasMes
{
    width: 780px;
    background-color: #fff;
    border: 2px solid #4e8ccf;
}
#formularioTarifas th, #masAvanzado th, #formularioTarifasMes th
{
    text-align: left;
    font-size: 120%;
    padding: 5px;
}
#masAvanzado th
{
    text-align: center;
}
#formularioTarifas td, #formularioTarifasMes td
{
    padding: 5px 10px;
}
#listadoTarifas
{
    width: 780px;
}
#listadoTarifas td,#listadoTarifas th
{
    text-align: center;
    padding: 5px 0px;
}
.miniDetalleTemporada
{
    width: 100%;
    text-align: left;
}
.miniDetalleTemporada td
{
    vertical-align: top;
    text-align: left;
}
div#leyenda
{
    margin: 5px 0px;
    text-align: left;
    padding-right: 15px;
}
div#leyenda table td,div#leyenda table th{
    text-align: left;
    padding-left: 10px;
}
#cuadroCalendario
{
    width:auto;
}
#contenedorListadoTarifas img,
#calendarioTarifas tbody .valoresInput tr td img,
.miniDetalleTemporada img
{
    width: 12px;
    border: 0px;
    vertical-align: bottom;
}
#fadeForm
{
    display: none;
    width: 800px;
    height: 100%;
    background-color: white;
    position: absolute;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    text-align: center;
    vertical-align: text-bottom;
}
#fadeCalendario
{
    display: none;
    width: 950px;
    height: 100%;
    background-color: white;
    position: absolute;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    text-align: center;
    vertical-align: text-bottom;
}
#fadeGuardando
{
    display: none;
    width: 100%;
    height: 1000px;
    background-color: white;
    position: absolute;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    text-align: center;
    vertical-align: text-bottom;
    z-index: 99999;
}
#contenedorListadoTarifas
{
    width:500px;
}
#contenedorListadoTarifas
{
    margin-top:10px;
}
.zebra
{
    background-color: #f2f3f7;
}
table.zebraScrollableTable thead tr
{
    background-color: #ddd;
}
table.zebraScrollableTable thead tr td,table.zebraScrollableTable thead tr th
{
    border-bottom:1px solid navy;
}
table.zebraScrollableTable tbody tr:nth-child(odd) td
{
    background-color: #EFF5FB;
}
table.zebraScrollableTable tbody tr td
{
    border-bottom: 1px;
    border-bottom-color:#000;
    border-bottom-style: solid;

}
.subApartadoPop
{
    text-align: left;
    font-size: 110%;
    font-weight: bold;
    padding: 5px;
}
.finDeSemana
{
    background-color: #FFE79F;
}

div.floatingWindow
{
    min-width:500px;
    height:90%;
    width:90%;
    position:absolute;
    top:5%;
    left:5%;
    right:5%;
    bottom:5%;
    border:3px solid navy;
    background-color:white;
    z-index:10;
    overflow:hidden;
}
div.floatingWindow div.header
{
    width:100%;
    background-color:navy;
    padding:5px;
    color:white;
    font-weight:bold;
    cursor:default;
}
div.floatingWindow div.content
{
    padding:20px;
    overflow-y:scroll;
    cursor:default;
}

div.floatingWindow div.header a.close
{
    margin-top:-5px;
    background-color:firebrick;
    text-align:center;
    padding:1px 10px;
    position:absolute;
    right:5px;
    color:white;
    text-decoration:none;
    cursor:pointer;
}

div.floatingWindow div.header a.close:hover
{
    background-color:darkred;
}
div.floatingWindow div.footer
{
    position:absolute;
    bottom:0;width:100%;
    background-color:#ddd;
    padding:5px;
    font-weight:bold;
    border-top:1px solid #777;
    z-index:2;
    white-space: nowrap;
}

.responsiveEdit
{
    position:relative;
    width:98%;
    float:left;
    clear:both;
}

.responsiveDetail
{
    position:relative;
    width:100%;
    float:left;
    clear:both;
}

.responsiveBotonera
{
    position:relative;
    width:98%;
    margin:5px auto;
    float:left;
}
.responsiveBotonera a.noResaltar
{
    text-decoration:none;
}
.responsiveColumn
{
    position:relative;
    float:left;
    margin:0;
}
.responsiveColumn .responsiveLabel
{
    position:relative;
    width:20%;
    float:left;
    min-height:25px;
    height:100%;
    padding:8px;
    margin:0;
}
.responsiveColumn .responsiveField
{
    position:relative;
    float:left;
    min-height:25px;
    height:100%;
    padding:8px;
    margin:0;
}
.botonIdioma {
    float:left;
    margin:0;
    padding:10px;
    border:1px solid darkgray;
    border-bottom:0;
    text-decoration:none;
    text-align: center;
}
.textIdioma
{
    display:none;
}
.textIdioma.selected
{
    display:block;
}
.botonIdioma:hover
{
    background-color:lightgray;
}
.botonIdioma+.botonIdioma
{
    border-left:0;
}
.botonIdioma.selected
{
    font-weight:bold;
    background-color:darkgray;
    color:white;
    text-decoration:none;
}
#pestanyasContainerIdiomas
{
    width:100%;
}
div.contenedorIdiomas
{
    width:100%;
}
div.contenidoIdioma
{
    clear:both;
    float:left;
    padding:5px;
    border:1px solid darkgray;
    border-top:0;
    background-color:darkgray;
    width:550px;
}
div.contenidoIdioma textarea
{
    width:100%;
}

.progressBarContainer {
    padding: 85px 0;
}

.progressBar {
    width:50%;
    margin: 0 auto;
    padding: 1px;
    height:50px;
}

.headerMenuItem {
    padding: 3px 10px;
    margin:5px 0px;
    float:right;
    display: inline-block;
    vertical-align: middle;
    font-size: 100%;
}

.headerMenuItem + .headerMenuItem
{
    border-right:1px solid #94C1E8;
}

.headerMenuItemClearLeft
{
    clear:left;
}
.headerMenuItemClearRight
{
    clear:right;
}
.headerMenuItem + .headerMenuItemClearRight
{
    border-right:0;
}

.headerMenuItem + .headerMenuItemClearLeft
{
    border-left:0;
}

.headerMenuItem > a:hover{
    text-decoration: underline;
    cursor: pointer;
}

.headerMenuItemIcon
{
    margin-right:10px;
}

.fa{
    text-decoration: none !important;
}
.fa-cabecera{
    width: 22px;
}

.fa-md {
    font-size: 1.2em !important;
}
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-13x {
    font-size: 1.3em;
}
.fa-14x {
    font-size: 1.4em;
}
.fa-15x {
    font-size: 1.5em;
}
.fa-16x {
    font-size: 1.6em;
}
.fa-17x {
    font-size: 1.7em;
}
.fa-18x {
    font-size: 1.8em;
}
.fa-19x {
    font-size: 1.9em;
}
/*INICIO DE LA PANTALLA PARA VALIDAR RESERVA*/


#contenedorVal {
    width: 500px;
    background-color: #F7F9F9;
    border: 1px solid #E1E6E9;
    height: auto;
    margin: 0 auto;
    padding: 25px 30px;
    overflow: hidden;
}
#contenedorVal .titulo {
    color: #616D73;
    font-size: 18px;
    margin-bottom: 15px;
}
#contenedorVal .label {
    color: #929CA2;
    font-size: 17px;
    padding-bottom: 15px;
}
#contenedorVal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #616D73;
}
#datosReserva {
    color: #616D73;
    margin: 10px 0px;
    overflow: hidden;
}
#datosReserva table, #datosReserva table tr {
    width: 100%;
}
#datosReserva table tr td:nth-child(odd) {
    width: 18%;
    text-align: right;
    padding-right: 5px;
    color: #616D73;
}
#datosReserva table tr td:nth-child(even) {
    width: 32%;
    text-align: left;
    padding-left: 5px;
    color: #616D73;
}
#datosReserva li{
    margin: 5px 0;
}

#contenidoNoVal textarea {
    width: 100%;
}
.validarButton{
    border:1px solid #0271A7; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:13px; padding: 13px; text-decoration:none; display:inline-block; color: #FFFFFF;
    background-color: #49c0f0; background-image: -webkit-gradient(linear, left top, left bottom, from(#49c0f0), to(#2CAFE3));
    background-image: -webkit-linear-gradient(top, #0199E3, #0579B1);
    background-image: -moz-linear-gradient(top, #0199E3, #0579B1);
    background-image: -ms-linear-gradient(top, #0199E3, #0579B1);
    background-image: -o-linear-gradient(top, #0199E3, #0579B1);
    background-image: linear-gradient(to bottom, #0199E3, #0579B1);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#49c0f0, endColorstr=#2CAFE3);
    margin-bottom: 5px;
}

.validarButton:hover, .validarButton:focus{
    font-size: 13px;
    border:1px solid #1090c3;
    background-color: #1ab0ec; background-image: -webkit-gradient(linear, left top, left bottom, from(#1ab0ec), to(#1a92c2));
    background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
    background-image: -moz-linear-gradient(top, #1ab0ec, #1a92c2);
    background-image: -ms-linear-gradient(top, #1ab0ec, #1a92c2);
    background-image: -o-linear-gradient(top, #1ab0ec, #1a92c2);
    background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1ab0ec, endColorstr=#1a92c2);
}

.siValida {
    display: none;
}
.message{
    font-weight: bold;
    color:#3F9FDA ;
    text-align: center;
    font-size: 18px;
}
.right {
    float: right;
}
.left {
    float: left;
}
.clear {
    clear: both;
}
.clear_left {
    clear: left;
}
.separador {
    margin: 15px 0;
    border-top: 1px solid #E1E6E9;
    clear: both;
}
#linkOpcionesRechazo span {
    color: #616D73;
    text-decoration: underline;
    cursor:pointer;
    cursor: hand;
}
/*FIN DE LA PANTALLA PARA VALIDAR RESERVA*/

.requiredField{
    border: 1px solid red !important;
}

.requiredText{
    color: red;
}

/* Definicion de colores */
.negro {
    color: #000000;
}
.blanco {
    color: #FFFFFF !important;
}
.azul {
    color: #1486DD;
}
.gris{
    color: #666666;
}
.grisOscuro{
    color: #333333;
}
.rojo {
    color: #FF5B35;
}
.wfrojo {
    font-size:25px;
    color: #D11111;
}
.amarillo {
    color: yellow;
}
.naranja {
    color: #F2BA00;
}

.wfnaranja{
    color: #E3A900;
    font-size:25px;
}
.verde {
    color: #21D383;
}

.LimeGreen  {
    color: LimeGreen ;
}
.inactivo {
    color: #DDDDDD;
    text-shadow: 0 -1px #777777;
}
.azulWF {
    color: #10B8B8;
}

.verdeWF {
    font-size:25px;
    color: #9fca45;
}

/* FUENTE FLATICON */
@font-face {
    font-family: "Flaticon";
    src: url("../font/flaticon.eot");
    src: url("../font/flaticon.eot#iefix") format("embedded-opentype"),
        url("../font/flaticon.woff") format("woff"),
        url("../font/flaticon.ttf") format("truetype"),
        url("../font/flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
    display: inline-block;


}.flaticon-add12:before {
    content: "\e000";
    font-size: 14px;
}
.flaticon-lifesaver:before {
    content: "\e001";
    vertical-align: middle;
    font-size: 29px;
    width: 27px;
}
.flaticon-swimming3:before {
    content: "\e004";
}
.flaticon-new1:before {
    content: "\e002";
    font-size: 32px;
    vertical-align:middle;
}
.flaticon-reply1:before {
    content: "\e003";
    font-size: 27px;
    vertical-align:middle;
}
.flaticon-view1:before {
    content: "\e004";
}

.plus {
    font-size: 10px;
    margin-left: -3px;
    ‪vertical-align: text-bottom;
    color: #209C24;
    vertical-align: bottom;
    font-weight: bold;
}

.estilosTablaNew .dataLabel
{
    padding-top:5px;
}

.radioSelector
{
    padding:0;
}
.radioSelector > li {
    float: left;
    padding: 1% 1% 1% 0;
    margin:2px !important;
}
.radioSelector > li:hover
{
    background-color:#E5E5E5;
}
.radioSelector > li img
{
    width:88%;
    vertical-align: top;
}
.radioSelector .selectedRadio
{
    background-color: #969696;
}
.fa-1_4x
{
    font-size: 1.4em;
}

/*Plain Structure*/
.plainForm
{
    padding-right:1%;
    padding-left:1%;
}

.plainForm .tituloPlain {
    color: #444444;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 10px -1%;
    padding: 3px 0px 3px 9px;
    width: 101%;
    vertical-align:middle;

    text-transform: uppercase;
}

.plainForm .tituloPlain:first-of-type
{
    margin-top:-10px;
}

.plainForm .tituloPlain + .datosPlain.izquierdaPlain,.tituloPlain+ .datosPlain.izquierdaPlain + .datosPlain.derechaPlain
{
    padding-top:10px;
}

.plainForm .datosPlain{
    padding:5px 0 10px;
    overflow:hidden;
    width:50%;
}
.plainForm .derechaPlain{
    height:auto;
    float:right;
    clear:right;
}
.plainForm .izquierdaPlain{
    height:auto;
    float:left;
    clear:both;
}
.plainForm .centradoPlain{
    width:420px;
    height:auto;
    float:none !important;
    margin:0 auto;
    padding:10px 0px;
    clear:both;
}

.plainForm .columnaUnicaPlain{
    width:100%;
    float:left;
    color: #444444;
    margin-bottom: 2px;
    padding:5px 15px 10px;
    margin-top: 8px;
    padding-right:0;
    padding-left:0;
}

.plainForm .dataLabelResponsive{
    width:23%;
    float:left;
    font-weight:bold;
    padding: 0 1%;
}

.plainForm .dataLabelNoBold{
    font-weight:normal;
}

.plainForm .dataInputResponsive{
    float:left;
    width:73%;
    padding: 0 1%;
}

.plainForm a.dataLabelResponsive{
    width:auto;
}
/*END Plain Structure*/


/* INICIO ESTILOS PARA BOTONES DE CHAT, AYUDA IMPRIMIR Y CONFIG DEL PLANNING DE LA CABECERA DE CADA MODULO*/
.chat-online{
    float:right;
    width:95px;
    padding:5px;
    padding-left:8px;
    border-radius:0px;
    color:#ffffff;
    display:table;
    vertical-align:middle;
    text-align:left;
    background:#828282;
    margin-left:15px;
    border-radius: 2px;
    font-weight: bold;
    padding: 3px 3px 3px 6px;
}

.chat-online i {
    display: table-cell;
    vertical-align: middle;
}

.chat-online span {
    font-size: 10px;
    padding-left:6px;
    display:table-cell;
    vertical-align:middle;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:85px;
    white-space:nowrap;
}

.button-info-module {
    float:right;
    width:95px;
    padding:5px;
    padding-left:8px;
    border-radius:0px;
    color:#ffffff;
    display:table;
    vertical-align:middle;
    text-align:left;
    background:#86bde6;
    border-radius: 2px;
    font-weight: bold;
    padding: 3px 3px 3px 6px;
}

.button-info-module i {
    display: table-cell;
    vertical-align: middle;
}

.button-info-module span {
    text-transform: uppercase;
    font-size: 10px;
    padding-left:6px;
    display:table-cell;
    vertical-align:middle;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:85px;
    white-space:nowrap;
}

.button_print_header {
    float:right;
    width:95px;
    padding:5px;
    padding-left:8px;
    border-radius:0px;
    color:#ffffff;
    display:table;
    vertical-align:middle;
    text-align:left;
    background:#828282;
    margin-left:15px;
}

.button_print_header i {
    display: table-cell;
    vertical-align: middle;
}

.button_print_header span {
    font-size: 10px;
    padding-left:6px;
    display:table-cell;
    vertical-align:middle;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:85px;
    white-space:nowrap;
}

.button-info-module span {
    text-transform: uppercase;
    font-size: 10px;
    padding-left:6px;
    display:table-cell;
    vertical-align:middle;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:85px;
    white-space:nowrap;
}

.button_Conf_planner_header {
    float:right;
    width:95px;
    padding:5px;
    padding-left:8px;
    border-radius:0px;
    color:#ffffff;
    display:table;
    vertical-align:middle;
    text-align:left;
    background:#828282;
    margin-left:15px;
}

.button_Conf_planner_header i {
    display: table-cell;
    vertical-align: middle;
}

.button_Conf_planner_header span {
    font-size: 10px;
    padding-left:6px;
    display:table-cell;
    vertical-align:middle;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:85px;
    white-space:nowrap;
}

/* FIN ESTILOS PARA BOTONES DE CHAT Y AYUDA DE LA CABECERA DE CADA MODULO */

/* MULTIBUTTON */
.multiButton ul.multiButtonMenu {
    background-color: #ECF1F4;
    background-position: center top;
    background-repeat: repeat-x;
    border: 1px solid #ABC3D7;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display:none;
    position: absolute;
}

.multiButton li
{
    list-style-type: none;
    margin:0;
    padding: 5px 5%;
    background-color: #ECF1F4;
}
.multiButton li:hover
{
    background-color: #4E8CCF;
    color:white;
}

.multiButton li.deshabilitado
{
    background-color: #848484;
    color: #BDBDBD !important;
}

.multiButton .multiButtonMenu a
{
    text-decoration:none;
}

.align-right{
    text-align: right;
}
.align-left{
    text-align: left;
}
.align-center{
    text-align: center;
}
.displayNone{
    display: none;
}
.valign-middle {
    vertical-align: middle;
}
.mr10 {
    margin-right: 10px;
}
.mb10 {
    margin-bottom: 10px;
}

.barraAnuncios {
    width: 100%;
    background: #F15F41;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}
.cabeceraAFlotar {
    background-color: #EBEBED;
}
.cabeceraAFlotar tr{
    width: 100%;
}
.cabeceraAFlotar td {
    border-bottom: 2px solid #ccc;
}
.imagenBox {
    color: #EBEBEB;
}
.tituloModulo {
    padding: 3px 5px;
    background-color: yellow;
}
.tabDetailDestacado {
    background-color: #E8E8E8 !important;
}
.hrEdit {
    border-top: 1px solid;
    border-bottom:0px;
    border-color: #e0e3e5 !important;
}
.roEntrada {
    border:solid 1px;
    border-color:#8FCBF8;
    background-color:#DBEEFD;
    padding:10px;
    font-weight:bold;
    width:250px;
}
.roEntrada1 {
    float:left;
    border:solid 1px;
    border-color:#8FCBF8;
    background-color:#DBEEFD;
    padding:5px;
    width:60px;
}
.roEntrada2 {
    float:left;
    border:solid 1px;
    border-color:#8FCBF8;
    background-color:#ecf4fa;
    padding:5px;
    width:60px;
}
.roSalida {
    border:solid 1px;
    border-color:#F58B67;
    background-color:#FCDBCF;
    padding:10px;
    font-weight:bold;
    width:250px;
}
.roSalida1 {
    float:left;
    border:solid 1px;
    border-color:#F58B67;
    background-color:#FCDBCF;
    padding:5px;
    width:60px;
}
.roSalida2 {
    float:left;
    border:solid 1px;
    border-color:#F58B67;
    background-color:#fcefea;
    padding:5px;
    width:60px;
}
.roVacio {
    float:left;
    border:solid 1px;
    border-color:#ffffff;
    background-color:#ffffff;
    padding:5px;
    width:60px;
}

/*Cluetip*/
.cluetip-default h3#cluetip-title {
    background-color: #908B8B;/*2694e8*/
    color: #ffffff;/*ffffff*/
}
.cluetip-default #cluetip-outer {
    background-color: white;/*eff9ff*/
    border-color:  #908B8B;/*2694e8*/
}
.cluetip-arrows {
    background-image: none !important; //url(../javascript/clueTip/images/arrowleft.gif);
    width: 0 !important;
    height: 0 !important;
    border-top: 15px solid transparent !important;
    border-bottom: 14px solid transparent !important;
    border-right: 11px solid  #908B8B !important;
}
a.infoV2:hover span, a.infoV3:hover span {
    border-color: #666666;/*9EC4E2*/
}

/* Tooltip */
.TooltipCaption {
    background-color: #908B8B !important;
}
.TooltipBody{
    border-color: #908B8B !important;
}

/* Colors */
.azulBase {/*0000FF*/
    color: #0000FF;
}
.verdeBase {/*008000*/
    color: #008000;
}
.marronBase {/*A52A2A*/
    color: #A52A2A;
}
.color0B578F {/*0B578F*/
    color: #0B578F;
}
.colorBBBBBB {/*BBBBBB*/
    color: #BBBBBB;
}
.color000033 {/*000033*/
    color: #000033;
}
.color999999 {/*999999*/
    color: #999999;
}
.color636365 {/*636365*/
    color: #636365;
}
.color616D73 {/*616D73*/
    color: #616D73;
}
.color5B941D {/*5B941D*/
    color: #5B941D;
}
.colorFF3333 {/*FF3333*/
    color: #FF3333;
}
.colorCCCCCC {/*CCCCCC*/
    color: #CCCCCC;
}
.color7CB6E0 {/*7CB6E0*/
    color: #7CB6E0;
}
.color6E6E6E {/*6E6E6E*/
    color: #6E6E6E;
}
.color979696 {/*979696*/
    color: #979696;
}
.color444444 {/*444444*/
    color: #444444;
}
.color3E2C9D {/*3E2C9D*/
    color: #3E2C9D;
}
.color0B578F {/*0B578F*/
    color: #0B578F;
}
.color2E72C5 {/*2E72C5*/
    color: #2E72C5;
}
.color397BCC {/*397BCC*/
    color: #397BCC;
}
.colorFF6600 {/*FF6600*/
    color: #FF6600;
}
.color0066CC {/*0066CC*/
    color: #0066CC;
}
.colorF5600F {/*F5600F*/
    color: #F5600F;
}
.colorFF4000 {/*FF4000*/
    color: #FF4000 !important;
}
.colorF96526 {/*F96526*/
    color: #F96526;
}
.color2779AA {/*2779AA*/
    color: #2779AA;
}
.colorF15F41 {/*F15F41*/
    color: #F15F41;
}
.colorFFA64D {/*FFA64D*/
    color: #FFA64D;
}
.color00B200 {/*00B200*/
    color: #00B200;
}
.color94C1E8 {/*94C1E8*/
    color: #94C1E8;
}
.color7D7D7D {/*7D7D7D*/
    color: #7D7D7D;
}
/* Background Colors */
.bgTables{/*CBDAE6*/
    background-color: #CBDAE6;
}
.bgAmarillo {/*FFFF00*/
    background-color: #FFFF00;
}
.bgRojo {/*D11111*/
    background-color: #D11111;
}
.bgBlanco {/*FFFFFF*/
    background-color: #FFFFFF;
}
.bgNegro {/*000000*/
    background-color: #000000;
}
.bgCCCCCC {/*CCCCCC*/
    background-color: #CCCCCC;
}
.bgD9DFC3{/*D9DFC3*/
    background-color: #D9DFC3;
}
.bgEFEFEF {/*EFEFEF*/
    background-color: #EFEFEF;
}
.bgDBDFE3 {/*DBDFE3*/
    background-color: #DBDFE3;
}
.bgVerdeBase {/*008000*/
    background-color: #008000;
}
.bgEAEAEA {/*EAEAEA*/
    background-color: #EAEAEA;
}
.bgFDFDFD {/*FDFDFD*/
    background-color: #FDFDFD;
}
.bgECF1F4 {/*ECF1F4*/
    background-color: #ECF1F4;
}
.bgF0F0EE {/*F0F0EE*/
    background-color: #F0F0EE;
}
.bgD6DEEE {/*D6DEEE*/
    background-color: #D6DEEE;
}
.bgEEEEEE {/*EEEEEE*/
    background-color: #EEEEEE;
}
.bg8CDB8C {/*8CDB8C*/
    background-color: #8CDB8C;
}
.bg81BEF7 {/*81BEF7*/
    background-color: #81BEF7;
}
.bgECECEC {/*ECECEC*/
    background-color: #ECECEC;
}
.bgFFAA66 {/*FFAA66*/
    background-color: #FFAA66;
}
.bgF4F090 {/*F4F090*/
    background-color: #F4F090;
}
.bg4477DD {/*4477DD*/
    background-color: #4477DD;
}
.bg66DDEE {/*66DDEE*/
    background-color: #66DDEE;
}
.bg2EA495 {/*2EA495*/
    background-color: #2EA495;
}
.bgFF6666 {/*FF6666*/
    background-color: #FF6666;
}
.bgE6E6E6 {/*E6E6E6*/
    background-color: #E6E6E6;
}
.bgF6F6F6 {/*F6F6F6*/
    background-color: #F6F6F6;
}
.bgCBE2F3 {/*CBE2F3*/
    background-color: #CBE2F3;
}
.bgDDEBF9 {/*DDEBF9*/
    background-color: #DDEBF9;
}
.bgD3E8F7 {/*D3E8F7*/
    background-color: #D3E8F7;
}
.bgFAD984 {/*FAD984*/
    background-color: #FAD984;
}
.bgE3F3C2 {/*E3F3C2*/
    background-color: #E3F3C2;
}
.bgBDEA55 {/*BDEA55*/
    background-color: #BDEA55;
}
.bgE3F3FD {/*E3F3FD*/
    background-color: #E3F3FD;
}
.bgDDDDDD {/*DDDDDD*/
    background-color: #DDDDDD;
}
.bgD5D0F9 {/*D5D0F9*/
    background-color: #D5D0F9;
}
.bgE5E9F1 {/*E5E9F1*/
    background-color: #E5E9F1;
}
.bgFDD197 {/*FDD197*/
    background-color: #FDD197;
}
.bgCFE281 {/*CFE281*/
    background-color: #CFE281;
}
.bgE1EDB1 {/*E1EDB1*/
    background-color: #E1EDB1;
}
.bgE9F8C7 {/*E9F8C7*/
    background-color: #E9F8C7;
}
.bgB7D6EE {/*B7D6EE*/
    background-color: #B7D6EE;
}
.bgFF9933 {/*FF9933*/
    background-color: #FF9933;
}
.bgBEFEA8 {/*BEFEA8*/
    background-color: #BEFEA8;
}
.bgFDE69A {/*FDE69A*/
    background-color: #FDE69A;
}
.bgE0F0FA {/*E0F0FA*/
    background-color: #E0F0FA !important;
}
.bgC4DAF4 {/*C4DAF4*/
    background-color: #C4DAF4;
}
.bgBDBDBD {/*BDBDB*/
    background-color: #BDBDBD;
}
.bgF9F9F9 {/*F9F9F9*/
    background-color: #F9F9F9;
}
.bgD9E1EC {/*D9E1EC*/
    background-color: #D9E1EC;
}
.bgEEF1F7 {/*EEF1F7*/
    background-color: #EEF1F7;
}
.bgA8F7A8 {/*A8F7A8*/
    background-color: #A8F7A8;
}
.bgFF7A7A {/*FF7A7A*/
    background-color: #FF7A7A;
}
.bgC2CFC2 {/*C2CFC2*/
    background-color: #C2CFC2;
}
.bgF1F1F1 {/*F1F1F1*/
    background-color: #F1F1F1;
}
.bgE4E4E4 {/*E4E4E4*/
    background-color: #E4E4E4;
}
/* Border Colors*/
.bordeBlanco {/*FFFFFF*/
    border-color: #FFFFFF !important;
}
.bordeRojo {/*FF0000*/
    border-color: #FF0000 !important;
}
.bordeNegro {/*000000*/
    border-color: #000000 !important;
}
.bordeCCCCCC {/*CCCCCC*/
    border-color: #CCCCCC !important;
}
.bordeAFAFAF {/*AFAFAF*/
    border-color: #AFAFAF !important;
}
.borde999999 {/*999999*/
    border-color: #999999 !important;
}
.borde000033 {/*000033*/
    border-color: #000033 !important;
}
.borde7DB31C {/*7DB31C*/
    border-color: #7DB31C !important;
}
.borde7CB6E0 {/*CB6E0*/
    border-color: #7CB6E0 !important;
}
.borde9999CC {/*9999CC*/
    border-color: #9999CC !important;
}
.bordeC5C0C0 {/*C5C0C0*/
    border-color: #C5C0C0 !important;
}
.borde4AA4DF {/*4AA4DF*/
    border-color: #4AA4DF !important;
}
.bordeE68422 {/*E68422*/
    border-color: #E68422 !important;
}
.bordeA4D838 {/*A4D838*/
    border-color: #A4D838 !important;
}
.borde777777 {/*777777*/
    border-color: #777777 !important;
}
.borde828282 {/*828282*/
    border-color: #828282 !important;
}
.bordeMarron {/*A52A2A*/
    border-color: #A52A2A !important;
}
.bordeAED0EA {/*AED0EA*/
    border-color: #AED0EA !important;
}
.bordeBFCDDF {/*BFCDDF*/
    border-color: #BFCDDF !important;
}
.borde6DA36D {/*6DA36D*/
    border-color: #6DA36D !important;
}
.bordeABC3D7 {/*ABC3D7*/
    border-color: #ABC3D7 !important;
}
.bordeE4E4E4 {/*E4E4E4*/
    border-color: #E4E4E4 !important;
}
.borde00B200 {/*00B200*/
    border-color: #00B200 !important;
}
td.actionsCell
{
    white-space:nowrap;
}
.fastFilterContainer{
    font-size: 13px;
    cursor:pointer;
    font-weight: bold;
    border:1px solid;
    float:right;
}

.fastFilterContainer {
    border-radius: 3px;
}
.fastFilterContainer :first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.fastFilterContainer :last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.fastFilterContainer + .fastFilterContainer{
    margin-right:20px;
}

.menuWidgetHomeData,
.menuWidgetHomeType{
    border:1px solid;
    padding:4px 5px;
    text-transform: uppercase;
    float:left;
}

.urlBadget{
    text-decoration: none;

}
.urlBadgetOne{
    color:black;

}
.urlBadgetTwo{
    color:white;
}

.titleLinkBlock div
{
    padding: 8px 11px;
    font-size: 12px;
    float:right;
    cursor:pointer;
    color:#848484;
    text-decoration: none !important;
}

.titleLinkBlock + .titleLinkBlock div
{
    border-right: 1px solid #D7D7D7;
}

.titleLinkBlock div i
{
    font-size: 19px;
    color:#848484;
    margin-left:11px;
}

.vrmsTag {
    height: auto !important;
    margin: 3px;
    padding: 3px 5px;
    background-color: #EFF2F7;
    color: #000;
    cursor: default;
    border: 1px solid #CCD5E4;
    font-size: 11px;
    border-radius: 5px;
    float: left;
}.Help {
	display:none;
	position: absolute;
	overflow: hidden;
	border:solid 2px;
	border-color: #80C5EE;
}

.HelpBody{
	padding:10px;
	background-color:#FFFFFF;
}

.HelpCaption {
	background-color:#80C5EE;
	padding:5px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:110%;
	background-image:url(../javascript/tooltipHelp/Help.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:27px;
}

.HelpExample {
	background-color:#C4DAF4;
	padding:10px; 
	font-size:90%;
}

.HelpLink {
	cursor:help;
	border:none;
}

.HelpSubtit {
	font-weight:bold;
	margin-bottom:10px;
}

.HelpText {
	margin-bottom:10px;
}

.PuntaInfoTop{
	position:relative;
	background-image:url(../javascript/tooltipHelp/punta_info.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:14px;
}

a.info{ 
	position: relative;
    z-index: 24;
    text-decoration: none;
	font-weight:bold;
	vertical-align: middle;
    }

  a.info:visited{ 
  	/*color: gray;*/
    text-decoration: none;
    }

  a.info:hover{
    z-index: 25;
    color: #333333;
	cursor:pointer;
    }

  a.info:active{ 
  	color: #333333;
    text-decoration: none;
    }

  a.info span{ 
  	display: none;
	/*width:375px;*/
    }

  a.info:hover span{
  	font-weight:normal;
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
	border:solid 2px;
	border-color: #80C5EE;
	text-decoration:none;
	text-align:left;
    }

.ConfirmText{
	padding:10px;
	background-color: #FFCACA;
	margin-top:-1px;
	border:solid 1px;
	border-color: #CC0000;
	text-align:left;
	line-height:17px;
}

.PuntaConfirmTop{
	position:relative;
	background-image:url(../javascript/tooltipHelp/punta_info_red.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:14px;
}

.ConfirmTextGrey{
	padding:10px;
	background-color: #FFFFFF;
	margin-top:-1px;
	border:solid 1px;
	border-color: #999999;
	text-align:left;
	line-height:17px;
}

.PuntaConfirmTopGrey{
	position:relative;
	background-image:url(../javascript/tooltipHelp/punta_info_grey.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:14px;
}

.PuntaConfirmTopGreyLeft{
	position:relative;
	background-image:url(../javascript/tooltipHelp/punta_info_grey.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:14px;
}

.LinkFake{
	text-decoration:underline; 
	color:#0b578f;
	cursor:pointer;
}

.button_upload{
	display:none;
	text-align:left;
	cursor:pointer;
	padding-top:3px;
	padding-left:15px;
	text-transform: capitalize;
	font-size: 12px;
	width:100px;
	height:22px;
	background-repeat:no-repeat;
	background-image: url('../javascript/tooltipHelp/btn_anadir.gif');
	color:#5E8B18;
	
}

.Recomendado{
	background-image:url(../javascript/tooltipHelp/recomendado.gif); 
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:9px;
	padding:2px; 
	width:114px; 
	height:16px; 
	text-align:center;
	font-weight:bold;
}

.HelpBodyV2{
	padding:10px;
	background-color:#FFFFFF;
	width:350px;
}

.HelpSubtitV2 {
	font-weight:bold;
	margin-bottom:10px;
	padding-left:20px;
	padding-top:2px;
}

.HelpTextV2 {
	margin-bottom:10px;
}

a.infoV2{ position: relative;
    z-index: 24;
    text-decoration: none;
	font-weight:bold;
    }

  a.infoV2:visited{ 
    text-decoration: none;
    }

  a.infoV2:hover{
    z-index: 25;
    color: #333333;
	cursor:pointer;
    }

  a.infoV2:active{ 
  	color: #333333;
    text-decoration: none;
    }

  a.infoV2:span{ 
  	display: block;
    }

  a.infoV2:hover span{
  	font-weight:normal;
    display: block;
    position: absolute;
    top: 0em;
    left: 0em;
	border:solid 2px;
	border-color: #9EC4E2;
	text-decoration:none;
	text-align:left;
    }
/*********************************************************************/
a.infoV3{ position: relative;
    z-index: 24;
    text-decoration: none;
	font-weight:bold;
    }

  a.infoV3:visited{ 
    text-decoration: none;
    }

  a.infoV3:hover{
    z-index: 25;
    color: #333333;
	cursor:pointer;
    }

  a.infoV3:active{ 
  	color: #333333;
    text-decoration: none;
    }

  a.infoV3:span{ 
  	display: block;
    }

  a.infoV3:hover span{
  	width:380px;
  	overflow:hidden;
  	font-weight:normal;
    display:inline-block;
    position: absolute;
    top: 0em;
    left: -350px;
	border:solid 2px;
	border-color: #9EC4E2;
	text-decoration:none;
	text-align:left;
    }
   
/*********************************************************************/
.helpSpan{ 
	display: none;
	cursor:default;
}

.helpButton{ 
	cursor:pointer;
	background-color: #0066CC;
	color: #FFFFFF;
	width:125px;
	padding:3px;
	background-image:url(../javascript/tooltipHelp/external_link.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
	padding-left:8px;
}
/*! jQuery UI - v1.10.3 - 2013-08-16
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=0px&bgColorHeader=deedf7&bgTextureHeader=highlight_soft&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=highlight_hard&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=glass&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=glass&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=flat&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=highlight_hard&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.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; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.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-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.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: .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: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .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: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	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 .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url(../javascript/jquery/cupertino/images/animated-overlay.gif);
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -2px;
	padding-bottom: 1px;
	border-bottom: 1px solid #FFFFFF;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: default;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family:Open Sans, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	
        font-family:Open Sans, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #f2f5f7 url(../javascript/jquery/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x;
	color: #362b36;
}
.ui-widget-content a {
	color: #362b36;
}
.ui-widget-header {
	border: 1px solid #aed0ea;
	background: #deedf7 url(../javascript/jquery/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #aed0ea;
	background: #e0f0fa;
	font-weight: bold;
	color: #2779aa;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #2779aa;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #74b2e2;
	background: #e4f1fb url(../javascript/jquery/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #0070a3;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #0070a3;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #2694e8;
	background: #3baae3 url(../javascript/jquery/cupertino/images/ui-bg_glass_50_3baae3_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #f9dd34;
	background: #ffef8f url(../javascript/jquery/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #cd0a0a url(../javascript/jquery/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png) 50% 50% repeat-x;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../javascript/jquery/cupertino/images/ui-icons_72a7cf_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../javascript/jquery/cupertino/images/ui-icons_72a7cf_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(../javascript/jquery/cupertino/images/ui-icons_3d80b3_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../javascript/jquery/cupertino/images/ui-icons_2694e8_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(../javascript/jquery/cupertino/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(../javascript/jquery/cupertino/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../javascript/jquery/cupertino/images/ui-icons_ffffff_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}

/* Overlays */
.ui-widget-overlay {
	background: #eeeeee url(../javascript/jquery/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png) 50% 50% repeat;
	opacity: .8;
	filter: Alpha(Opacity=80);
}
.ui-widget-shadow {
	margin: -7px 0 0 -7px;
	padding: 7px;
	background: #000000 url(../javascript/jquery/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png) 50% top repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}
.ui-menu-item .export-icon {
    margin: 5px 5px 3px 10px;
}

.export-icon {
    background: url('../../images/Sprite-exportar.png') no-repeat 0px 0px;
    vertical-align: middle;	
    height: 25px;
    width: 25px;
    display:inline-block;
}

.export-icon-print {
    background-position: 0px 0px;
}

.export-icon-pdf, .export-icon-pdf_v, .export-icon-pdf_h{
    background-position: -25px 0px;
}
.export-icon-csv {
    background-position: -50px 0px;	
}

.export-icon-xls {
    background-position: -75px 0px;	
}

.ui-menu-item:hover {
    background-color:#F0FAF0;
}

.ui-state-ok {
    background: url("../images/ui-bg_glass_80_deffc6_1x400.png") repeat-x scroll 50% 50% #deffc6;
    border: 1px solid #96cd83;
    color: #2779AA;
    font-weight: bold;
}

.ui-state-ok a, .ui-state-ok a:link, .ui-state-ok a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-icon-white, .ui-widget-content .ui-icon-white {
    background-image: url("images/ui-icons_222222_256x240_white.png");
}

.ui-input {
    padding: 4px 3px;
}
select.ui-input {
    padding: 0;
    height: 26px;
    line-height: 26px;
}
select.ui-input option, select.ui-input optgroup {
    padding: 4px 3px;
}

.ui-multiselect-menu .ui-state-hover {
    font-weight: normal !important;	
    
}

.hasDatepicker {
    padding-right:30px;
    text-align:center;
}

img.ui-datepicker-trigger {
    position: absolute;
    margin-top: 3px;
    margin-left: -20px;
    
}
select[multiple]{
    height:30px;
}

.ui-header-tabs .ui-tabs-active {
    border: 2px solid #ec604d;
    border-bottom-width:2px;
    background-image: none;
    background-color: #ec604d;
    margin-bottom: -2px;
}

.ui-header-tabs .ui-tabs-nav li {
    margin-right:-1px;
}

.ui-header-tabs .ui-tabs-nav li:not(.ui-tabs-active):hover{
    background: #f1f1f1 !important;
}

.ui-header-tabs .ui-tabs-active a,.ui-header-tabs .ui-tabs-active a:link,.ui-header-tabs .ui-tabs-active a:visited {
    color: #FFFFFF;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
    border-bottom-width:0;

}

.ui-tabs{
    background-color: #ECEDF1;
    padding: 0;
    border-top: 1px solid #C1C2C4;
    border-right: 1px solid #C1C2C4;
    border-left: 1px solid #C1C2C4;
}

.ui-tabs .ui-tabs-nav{
    margin: -2px;
    padding: 0;
}

.iconSprite {
    background: url('../../images/Sprite-menu.png') no-repeat 0px 0px;
    border: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.iconSprite-user {
    background-position: 0px 0px;
}

.iconSprite-gear {
    background-position: -16px 0px;
}

.iconSprite-help {
    background-position: -32px 0px;
}

.iconSprite-internet {
    background-position: -48px 0px;
}

.iconSprite-lightning {
    background-position: -64px 0px;
}

.iconSprite-video {
    background-position: -80px 0px;
}

.iconSprite-chat {
    background-position: -96px 0px;
}

.button.miniButton,.button.miniButton:hover,.button.miniButton:focus,.button.miniButton:active {
    font-size: 90%;
    padding-top: 1px;
    vertical-align: middle;
    padding: 0.1em 4px;
    text-transform: uppercase;
    font-weight: normal;
}

.button.miniSqButton,.button.miniSqButton:hover,.button.miniSqButton:focus,.button.miniSqButton:active {
    vertical-align: bottom;
    padding: 0em;
}

.ui-multiselect span {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.ui-multiselect {
    overflow:hidden;
    height: 24px;
}

#tabNavigation .ui-state-default {
    background-color: #ECEDF1;
    border-color: #C1C2C4;
}

#tabNavigation .ui-state-default a, #tabNavigation .ui-state-default a:link, #tabNavigation .ui-state-default a:visited
{
    color: #2e363c;
}

#tabNavigation{
    display:table;
    border-width:0;
}

#tabList{
    display:table-row;
}
#tabList li{
    display:table-cell;
    float:none;
    text-align: center;
}
#tabList li {
    
}
#tabList > li + li
{
    border-left-width:0;
}

#tabList li a{
    
    float:none;
}

.ui-tabs .ui-tabs-nav li a
{
    padding: 10px ;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}
.ui-autocomplete-moreInfo {
    font-style: italic;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.minimalSelect {
    position: relative;
}
  
.minimalSelect:after {
    content: '\f078';
    font: normal normal normal 11px/1 FontAwesome;
    color: #ccc;
    right: 6px;
    top: 8px;
    height: 25px;
    position: absolute;
    pointer-events: none;
}

.minimalSelect select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    height: 27px;
    float: right;
    -ms-word-break: normal;
    -webkit-padding-start:8px !important;
    word-break: normal;
}

.minimalSelect select option{
    background-color: white;
}
	/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */

/* first or middle sibling, no children */
.ygtvtn { background: url(../../img/folders/tn.gif) 0 0 no-repeat; width:17px; height:22px; }

/* first or middle sibling, collapsable */
.ygtvtm { background: url(../../img/folders/tm.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* first or middle sibling, collapsable, hover */
.ygtvtmh { background: url(../../img/folders/tmh.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* first or middle sibling, expandable */
.ygtvtp { background: url(../../img/folders/tp.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* first or middle sibling, expandable, hover */
.ygtvtph { background: url(../../img/folders/tph.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* last sibling, no children */
.ygtvln { background: url(../../img/folders/ln.gif) 0 0 no-repeat; width:17px; height:22px; }

/* Last sibling, collapsable */
.ygtvlm { background: url(../../img/folders/lm.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* Last sibling, collapsable, hover */
.ygtvlmh { background: url(../../img/folders/lmh.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* Last sibling, expandable */
.ygtvlp { background: url(../../img/folders/lp.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* Last sibling, expandable, hover */
.ygtvlph { background: url(../../img/folders/lph.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* Loading icon */
.ygtvloading { background: url(../../img/folders/loading.gif) 0 0 no-repeat; width:16px; height:22px; }

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.ygtvdepthcell { background: url(../../img/folders/vline.gif) 0 0 no-repeat; width:17px; height:22px; }

.ygtvblankdepthcell { width:17px; height:22px; }

/* the style of the div around each node */
.ygtvitem { }  

/* the style of the div around each node's collection of children */
.ygtvchildren { }  
* html .ygtvchildren { height:1%; }  

/* the style of the text label in ygTextNode */
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { 
	margin-left:2px;
	text-decoration: none;
}


.overlay {
	position:absolute;
	display:block;
}

.tt {
	visibility:hidden;
	position:absolute;
	color:#333;
	background-color:#FDFFB4;
	padding:2px;
	border:1px solid #FCC90D;
	font:100% sans-serif;
	width:auto;
}

* html body.masked select {
	visibility:hidden;
}

* html div.panel-container select {
	visibility:inherit;
}

* html div.drag select {
	visibility:hidden;
}

* html div.hide-select select {
	visibility:hidden;
}

.mask {
    z-index:0;   
    display:none;
    position:absolute;
    top:0;
    left:0;
    background-color:#CCC;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
    }
.mask[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

.hide-scrollbars * {
	overflow:hidden;
}

.hide-scrollbars textarea, .hide-scrollbars select {
	overflow:hidden;
	display:none;
}

.show-scrollbars textarea, .show-scrollbars select {
	overflow:visible;
}

.panel-container {
	position:absolute;
	background-color:transparent;
	z-index:6;
	visibility:hidden;
	overflow:visible;
	width:auto;
}

.panel-container.matte {
	padding:3px;
	background-color:#FFF;
}

.panel-container.matte .underlay {
	display:none;
}

.panel-container.shadow {
	padding:0px;
	background-color:transparent;
}

.panel-container.shadow .underlay {
	visibility:inherit;
	position:absolute;
	background-color:#CCC;
	top:3px;left:3px;
	z-index:0;
	width:100%;
	height:100%;
    -moz-opacity: 0.7;
    opacity:.70;
    filter:alpha(opacity=70);
}

.panel {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	font:1em Arial;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:auto;
}

.panel .hd {
	background-color:#bbb;
	color:#FFF;
	font-size:1em;
	height:1.75em;
	border:1px solid #FFF;
	border-bottom:1px solid #000;
	font-weight:bold;
	overflow:hidden;
	padding:4px;
}

.panel .bd {
	overflow:hidden;
	padding:4px;
}

.panel .bd p {
	margin:0 0 1em;
}

.panel .close {
	position:absolute;
	top:5px;
	right:4px;
	z-index:6;
	height:12px;
	width:12px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

.panel .close.nonsecure {
	background-image:url(http://us.i1.yimg.com/us.yimg.com/i/nt/ic/ut/alt3/close12_1.gif);
}

.panel .close.secure {
	background-image:url(https://a248.e.akamai.net/sec.yimg.com/i/nt/ic/ut/alt3/close12_1.gif);
}

.panel .ft {
	padding:4px;
	overflow:hidden;
}

.simple-dialog .bd .icon {
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	margin-right:10px;
	float:left;
}

.dialog .ft, .simple-dialog .ft {
	padding-bottom:5px;
	padding-right:5px;
	text-align:right;
}

.dialog form, .simple-dialog form {
	margin:0;
}

.button-group button {
	font:100 76% verdana;
	text-decoration:none;
	background-color: #E4E4E4;
	color: #333;
	cursor: hand;
	vertical-align: middle;
	border: 2px solid #797979;
	border-top-color:#FFF;
	border-left-color:#FFF;
	margin:2px;
	padding:2px;
}

.button-group button.default {
	font-weight:bold;
}

.button-group button:hover, .button-group button.hover { 
	border:2px solid #90A029;
	background-color:#EBF09E;
	border-top-color:#FFF;
	border-left-color:#FFF;
}

.button-group button:active { 
	border:2px solid #E4E4E4;
	background-color:#BBB;
	border-top-color:#333;
	border-left-color:#333;
}
/* 
    Created on : 15-jun-2015, 16:42:02
    Author     : juanba
*/
.inlineEditField,.inlineEditButton {
    margin-right: 1%;
}/*********************************************************************************
 * SugarCRM is a customer relationship management program developed by
 * SugarCRM, Inc. Copyright (C) 2004 - 2008 SugarCRM Inc.
 *
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License version 3 as published by the
 * Free Software Foundation with the addition of the following permission added
 * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
 * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
 * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
 * details.
 *
 * You should have received a copy of the GNU General Public License along with
 * this program; if not, see http://www.gnu.org/licenses or write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301 USA.
 *
 * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
 * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
 *
 * The interactive user interfaces in modified source and object code versions
 * of this program must display Appropriate Legal Notices, as required under
 * Section 5 of the GNU General Public License version 3.
 *
 * In accordance with Section 7(b) of the GNU General Public License version 3,
 * these Appropriate Legal Notices must retain the display of the "Powered by
 * SugarCRM" logo. If the display of the logo is not reasonably feasible for
 * technical reasons, the Appropriate Legal Notices must display the words
 * "Powered by SugarCRM".
 ********************************************************************************/
/*********************************************************************************

 * Description:  Contains a variety of utility functions used to display UI
 * components such as form headers and footers.  Intended to be modified on a per
 * theme basis.
 ********************************************************************************/

/* Default Styles */
body, .body{
    color: #444444;
}

table,td {
    color: #444444;
}

h1, h2, h3{
    color: #000000;
}

h4, h5, h5.listViewSubHeadS1, a.yearCalBodyMonthLink:link, a.yearCalBodyMonthLink:visited {
    color: #444;
}

.h3Row {
    color: #444;
    background-image: url(../images/bg.gif);
}

.monthHeader {
    color: #444;
    background-color: #fff;
    border-color: #e0e3e5;
    background-image: url(../images/bg.gif);
}

a:link, a:visited, a.body:link, a.body:visited {
    color: #0b578f;
    outline: none;
}
a:hover, a.body:hover {
    color: #000000;
}

/* Form Styles */
.button {
    vertical-align: text-bottom;
}

.buttonOn, .buttonOn:focus {
    background-color: #4e8ccf;
    border-color: #4e8ccf;
}
.button[disabled] {
    cursor: auto;
    opacity: 0.5;
}

input,select {
    border-color: #ccc;
    background-color: #ffffff;
}

input:disabled, select:disabled, textarea:disabled {
    background-color: transparent;
}

input[type="checkbox"] {
    border: 0px;
    background-color: transparent !important;
}

textarea {
    border-color: #ccc;
    background-color: #fff;
}

.ui-multiselect{
    border-color: #ccc !important;
}

.checkbox,.radio {
}

/* Content Specific Styles */
/* body text */
.teamNoticeBox {
    border-color: #abc3d7;
    color: #444444;
}


/*for the main screen navigation tabs*/
.tabRow {
    background-image : url(../images/tabRowBg.gif);

    border-bottom-color: #0046ad;
}
.currentTabLeft, .currentTabRight, .currentTab {

    background-image : url(../images/currentTab.gif);
    background-repeat: no-repeat;
    border-bottom-color: #4e8ccf;

}

a.currentTabLink:link, a.currentTabLink:visited, a.currentTabLink:hover {

    color: #ffffff;
}

.otherTabLeft, .otherTabRight, .otherTab {
    background-image : url(images/otherTab.gif);
    background-repeat: no-repeat;
    border-bottom-color: #0046ad;
}
a.otherTabLink:link, a.otherTabLink:visited {
    color: #444444;
}
a.otherTabLink:hover {
    color: #000000;
}

.subpanelTabSpace  * {
    display: none;
}

a.currentSubpanelTabLink:link, a.currentSubpanelTabLink:visited {
    color: #000000;
}
a.currentSubpanelTabLink:hover {
    color: #000000;
}

a.otherSubpanelTabLink:link, a.otherSubpanelTabLink:visited {
    color: #444444;

}
a.otherSubpanelTabLink:hover {
    color: #000000;
}

.moreHandle {
    background: url('../images/more.gif') no-repeat bottom left;
}
.subMenu {
    border-color: #e0e3e5;
}
.subMenu, ul.subMenu li, .leftColumnModuleS3 {
    color: #444444;
    background-color: #fff;
    border-color: #cbdae6;
}

ul.subMenu li a:hover, ul.subMenu li span:hover  {
    color: #000000;
    background-color: #ecf1f4;
}

.leftColumn {
    border-color: #dddddd;
}

table.leftColumnModuleHead th, table.listView th, .schedulerTopRow {
    /*left column styles*/
    color: #666666;
    background-color: #fff;
    border-color: #e0e3e5;
    border-bottom:2px #e0e3e5 solid;
}

/* myArea is for my account, admin, logout, an about links*/
/*welcome user and date bar and last view*/
.moduleTitle {
    border-color: #e0e3e5;
}
.welcome {
    color: #444444;
    background-color: #ffffff;
    border-right-color: #ddd;
}
a.myAreaLink:link, a.myAreaLink:visited {
    color: #444;
}
a.myAreaLink:hover {
    color: #0b578f;
}
#subtabs {
    background-color:#4e8ccf;
}

ul.subTabs li a{
    border-right-color:#e0e3e5;
}

ul.subTabs li a:link, ul.subTabs li a:visited {
    color: #ffffff;
}

ul.subTabs li a:hover{
    background-color:#0046ad;
}

ul.tablist li a.activeSubTab:hover{
    border-bottom-color: #ddd;
    color: #000000;
}

ul.subpanelTablist li a.activeSubTab:hover{
    color: #000000;
}

.searchField {
    border-color: #6fb0e4;
    background-color: #f6fafd;
}
.search {
    color: #444444;
}
.searchButton {
    background-color: #fafafa;

}
.searchButton:focus{
    background-color: #fafafa;
}

.date {
    color: #444444;
    background-color: #dddddd;
    border-bottom-color: #bbbbbb;
}

.lastView {
    color: #444;
    border-top-color:#0046ad;
    border-bottom-color: #e0e3e5;
    background-color: #f4f9fc;
}

a.lastViewLink:link, a.lastViewLink:visited, .lastViewLink {
    color: #444444;
}
a.lastViewLink:hover {

    color: #000000;
}

a.leftColumnModuleS3Link:link, a.leftColumnModuleS3Link:visited {
    color: #666666;
}

a.leftColumnModuleS3Link:hover {
    color: #444444;
}

/*right main content (suffix S1 stands for Style 1) */
.listView {
    border: 1px solid #e0e3e5;
    border-bottom-width:2px;
}

table.listview th a:link, table.listview th a:visited, a.listViewThLinkS1:link, a.listViewThLinkS1:visited {
    color: #444;
}

table.listview th a:hover, a.listViewThLinkS1:hover {
    color: #000000;
}

a.listViewTdLinkS1:link, a.listViewTdLinkS1:visited {
    color: #0b578f;
}

.evenListRowS1, .oddListRowS1 {
    color: #000000;
}

.listViewHRS1 {
    background-color: #cbdae6;
}

.pageNumbers {
    color: #444444;
}

a.listViewPaginationLinkS1:link, a.listViewPaginationLinkS1:visited {
    color: #444444;
}

a.listViewPaginationLinkS1:hover {
    color: #000000;
}

a.utilsLink:link, a.utilsLink:visited, a.NextPrevLink:link, a.NextPrevLink:visited {
    color: #86bde6;
}

/* charting styles */
.chartBox {
    background-color: #ffffff;
    border-color: #abc3d7;
}

a.chartToolsLink:link, a.chartToolsLink:visited {
    color: #444444;
}
a.chartToolsLink:hover {
    color: #000000;
}

table.chartForm {
    background-color: #efefef;
    border-color: #abc3d7;
}

table.chartForm td {
    background-color: #efefef;
}

/* main tab forms */
.tabForm {
    border-bottom-color: #abc3d7;
    border-top-color: #4e8ccf;
    color: #000000;
    background-color: #f6f6f6;
}
.subpanelTabForm {
    border-color: #e0e3e5;
    color: #000000;
    background-color: #ffffff;
}

h4.dataLabel {
    color: #444444;
}

h5.dataLabel {
    color: #444444;
}

a.tabFormAdvLink:link, a.tabFormAdvLink:visited {
    color: #444444;
}

a.tabFormAdvLink:hover {
    color: #000000;
}

/* main tab panel views */
.tabDetailView {
    border-top-color: #4e8ccf;
    border-bottom-color: #abc3d7;
    background-color: #ffffff;
}

.tabDetailViewDL {
    color: #000000;
    background-color: #f6f6f6;
    border-color: #cbdae6;
}

h4.tabDetailViewDL {
    color: #444444;
}

table.tabDetailView th.tabDetailViewDL {
    border-color: #cbdae6;
}

.tabDetailViewDF {
    color: #444444;
    border-color: #cbdae6;
    background-color: #fff;
}

.tabDetailViewME {
    color: #444444;
    border-color: #cbdae6;
    background-color: #fff;
    border-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
}

a.tabDetailViewDFLink:link, a.tabDetailViewDFLink:visited {
    color: #0b578f;
}

a.tabDetailViewDFLink:hover {
    color: #0b578f;
}

.tabDetailView2 {
    border-color: #abc3d7;
    background-color: #cbdae6;
}

.tabDetailViewDL2 {
    color: #000000;
    background-color: #fafafa;
}

.tabDetailViewDF2 {
    color: #444444;
    background-color: #ffffff;
    border-left-color: #dfdfdf;
}

a.tabDetailViewDL2Link:link, a.tabDetailViewDL2Link:visited {
    color: #444444;
}

a.tabDetailViewDL2Link:hover {
    color: #000000;
}

/* calendar styles */
.monthCalBody {
    background-color: #abc3d7;
}

.monthFooterPrev, .monthFooterNext {
    border-top-color: #abc3d7;
    border-bottom-color: #abc3d7;
    background-color: #ffffff;
}

a.monthCalBodyWeekLink:link, a.monthCalBodyWeekLink:visited, a.monthCalBodyWeekDayDateLink:link, a.monthCalBodyWeekDayDateLink:visited  {
    color: #0b578f;
}

a.NextPrevLink:hover, a.monthCalBodyWeekLink:hover, a.monthCalBodyWeekDayDateLink:hover, a.monthCalBodyWeekEndDateLink:hover,
.monthCalBodyTodayWeekDay a.monthCalBodyWeekDayDateLink:link, .monthCalBodyTodayWeekDay a.monthCalBodyWeekDayDateLink:visited,
.monthCalBodyTodayWeekEnd a.monthCalBodyWeekDayDateLink:link, .monthCalBodyTodayWeekEnd a.monthCalBodyWeekDayDateLink:visited {
    color: #0b578f;
}

.monthCalBodyTHWeek, .monthCalBodyWeek {
    background-color: #ebebeb;
    color: #444444;
    border-color: #abc3d7;
}

.monthCalBodyTHDay {
    background-color: #fafafa;
    color: #444444;
    border-color: #abc3d7;
}

.monthCalBodyTodayWeekDay, .monthCalBodyTodayWeekEnd {
    border-color: #abc3d7;
    background-color: #ffffff;
    color: #444444;
}

.monthCalBodyWeekDay {
    background-color: #fff;
    color: #444444;
}

.monthCalBodyWeekEnd {
    background-color: #f6f6f6;
    color: #444444;
}

.monthCalBodyDayItem {
    background-color: #ffffff;
    border-top-color: #abc3d7;
    border-bottom-color: #ddd;
}

.dailyCalBodyItems {
    background-color: #fff;
    color: #444444;
}

a.weekCalBodyDayLink:link, a.weekCalBodyDayLink:visited {
    color: #000000;
}

.yearCalBody {
    border-top: 2px solid #fff;
    background-color: #fff;
}

.yearCalBodyMonth {
    background-color: #abc3d7;
    border-top: 2px solid #4e8ccf;
    border-bottom: 2px solid #fff;
}

.yearCalBody .monthHeader {
    border: none;
}

.yearCalBodyMonth #daily_cal_table {
    border-top: #abc3d7;
}

.yearCalBodyMonth #daily_cal_table .monthCalBodyTHDay {
    border-color: #abc3d7;
}

a.yearCalBodyMonthLink:link, a.yearCalBodyMonthLink:visited {
    color: #000000;
}

h5.calSharedUser {
    color: #444444;
}

a.footerLink:hover {
    color: #000000;
}

/* dynamic tab styles */
ul.tablist, ul.subpanelTablist{
    border-bottom-color: #e0e3e5;
    width: 100%;
}

ul.tablist li > a:hover, ul.subpanelTablist li > a:hover, ul.tablist li > div:hover, ul.subpanelTablist li > div:hover{
    color: #000000;
    background: #fafafa;
    border-color: #e0e3e5;
}

ul.tablist li > a, ul.subpanelTablist li > a, ul.tablist li > div, ul.subpanelTablist li > div{
    background-color: #fff;
    border-color: #dddddd;
    padding: 6px 2% 2px;
    text-transform: uppercase;
    display: inline-block;
}

ul.tablist li > a:link, ul.tablist li > a:visited, ul.subpanelTablist li > a:link, ul.subpanelTablist li > a:visited,
ul.tablist li > div:link, ul.tablist li > div:visited, ul.subpanelTablist li > div:link, ul.subpanelTablist li > div:visited {
    color: #444444;
}

ul.tablist li > a:hover, ul.subpanelTablist li > a:hover, ul.tablist li > div:hover, ul.subpanelTablist li > div:hover{
    color: #000000;
    background: #fafafa;
}

ul.tablist li > a.current, ul.tablist li > div.current{
    background: #f6f6f6;
    border-bottom-color: #f6f6f6;
    border-right-color: #e0e3e5;
    border-top-color: #e0e3e5;
    padding: 6px 2% 2px;;
    text-transform: uppercase;
}

ul.tablist li > a.current:hover, ul.tablist li > div.current:hover{
    border-bottom-color: #f6f6f6;
    color: #000000;
    border-bottom-color: #f6f6f6;
    border-right-color: #e0e3e5;
    border-top-color: #e0e3e5;
}

ul.subpanelTablist li > a.current, ul.subpanelTablist li > a.current:hover, ul.subpanelTablist li > div.current, ul.subpanelTablist li > div.current:hover{
    color: #4f4f4f;
    border-right-color: #e0e3e5;
    border-top-color: #e0e3e5;
    border-bottom-color: #ffffff;
}

.olCgClass td {
    border-bottom-color: #abc3d7;
}

.olBgClass {
    background-color: #abc3d7;
}

/* sitemap */
#sitemap .tabForm {
    border-color: #4e8ccf;
}

/*
 * Ext JS Library 2.0
 * Copyright(c) 2006-2007, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */
.x-sqs-list{
    border:1px solid #94C1E8;
    background:#fdfdfd;
}

.x-sqs-list .x-sqs-selected{
    border:1px dotted #F4F9FC!important;
    background:#94C1E8;
}
/*
* END Ext JS Library 2.0
*/
/*
    Created on : 28-nov-2014, 13:12:07
    Author     : yquinoy@avantio.com
*/

#generalBodyContainer{
    width:100%;
}

#generalBody{
    vertical-align: top;
    width: 100%;
}

#generalFooterContainer{
    width: 100%;
    text-align:center;
}

#generalHeaderContainer{
    width:100%;
}

#generalHeader{
    padding:5px auto;
}

#configNavigation{
    width:100%;
    display:inline-block;
}

#logoPlace{
    margin: auto;
}
.linkAvantio{
    float: right;
    margin-top: 42px;
}
#logo{
    margin-left:5px;
    margin-top:5px;
}

#idSelectedGA{
    width: 90%;
    height: 35px;
    margin-left: 13px;
}

#showGaName{
    font-weight:bold;
}

#salud{
    background-color: rgb(244, 250, 80);
    margin-bottom: 0px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: center;
    border: 1px solid #C1C2C4;
    font-size: 70%;
    color:#C1C2C4;
    border-radius: 5px;
}

#HideMenu{
    z-index:2;
}

#div_shortcuts_hide{
    width: 180px;
}

.tabUrl{
    cursor: pointer;
    font-size:13px;
    padding: 7px;
    display: block;
}

.MoreHandle{
    cursor: pointer;
}

#menu_help{
    display:none;
    position: absolute;
    z-index:2
}

.barraSuperiorHeader{
    background-color: #343434;
    height: 40px;
}

.tabBarraSuperior{
    position: relative;
    float: left;
    height: 40px;
    margin-right:40px;
    font-size: 15px;
    box-sizing: border-box;
    cursor:pointer;
}

.tabBarraSuperior.tabBarraSuperiorDerecha{
    margin-right: 12px;
    padding: 11px 11px 9px;
}

.tabBarraSuperiorDerecha{
    float: right;
    padding-top: 8px;
    padding-left: 1%;
    padding-right: 1%;
}

.textoBarraAnuncios{
    padding: 7px 13px;
    display: inline-block;
}

.leidoBarraAnuncios{
    float: right;
    margin-top: 7px;
    margin-right: 20px;
    cursor:pointer
}

.colorGrisNuevo{
    color: #525252;
}

.nombreEmpresa{
    color: #CCCCCE;
    display: inline;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.39px;
    line-height: 18px;
}

.contenedorMenuUsuario{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menuUsuarioVRMS{
    display: none;
    position: absolute;
    z-index: 100;
    width: 350px;
    font-size: 15px;
    background-color: white;
    /*right: -1px;*/
    top: 52px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.flechaMenuUsuarioVRMS{
    border-style: dashed dashed solid;
    border-width: 0px 8.5px 8.5px;
    position: absolute;
    left: 9px;
    z-index: 1;
    height: 0px;
    width: 0px;
    top: -7px;
    border-color: transparent transparent #F7F7F7;
    animation: 0.2s ease 0s normal none 1 running gb__a;
}

.ulMenuUsuarioVRMS{
    padding: 0px;
    cursor: default;
    height: 100%;
    background-color: white;
}

.optionSeparator {
    margin: 15px 3%;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1.5px solid #c6c6c6; /*#DDDDDD*/
    padding: 0;
    margin-bottom: -1px !important;
}

.badget{
    color:white;
    position:absolute;
    left: 7px;
    top: 11px;
    background-color: #e41f1d;
    cursor: pointer;
    font-size: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding-left: 3px;
    padding-right: 4px;
    text-transform: lowercase;
}

.primerBloqueMenuUsuarioVRMS{
    height:90px;
    border-bottom: 1px solid #C1C2C4;
    background-color: #F7F7F7;
}

.imgUsuario{
    height:100%;  width:100%;  object-fit: cover;
}

.divFotoUsuario{
    overflow: hidden;
    border: 1px solid #C1C2C4;
    width: 60px;
    height: 60px;
    border-radius: 36px;
    margin: auto;
    background-color: white;
    margin:12%;
}

.divNombreUsuario{
    font-size: 90%;
    font-weight: bold;
}

.divLinksUsuario{
    font-size: 80%;
    margin-top: 5px;
}

.contenedorFotoUsuario{
    float:left;
    width:30%;
    height: 100%;
}

.contenedorLinkUsuario{
    float: left;
    width: 60%;
    margin-top: 3%;
    margin-bottom: 3%;
}

.divMiPerfil{
    display: inline;padding-right: 2px;color:#10B9B8;cursor:pointer
}

.divCerrarSesion{
    cursor:pointer;display: inline;padding-left: 5px;border-left:solid 1px #C1C2C4;
}

.contenedorSalud{
    width: 80%; margin-top: 5px;font-weight: bold;
}

.liMenuUsuarioVRMS{
    padding-top: 20px; padding-bottom: 20px;
    background-color: white;
    border-bottom: 1px solid #C1C2C4;

}

.liPulsableMenuUsuarioVRMS_style{
    padding-left: 14px; padding-top: 1px; font-size: 12px; color: rgb(193, 194, 196);
}

.texto_nameEmpresa{
    padding-left: 14px; font-size: 12px; font-weight: bold;
}

.paddingLiMenuUsuario{
    padding-top: 15px; padding-bottom: 15px;
}

.contenedor_misempresas{
    text-align: center; margin-top: 0px;font-size: 14px;
}
.misEmpresas_texto{
    display: inline;margin-right: 121px;
}
.misEmpresas_iconoGestionar{
    display: inline;cursor:pointer
}

.tokenInputComponente #selectorBoxCLIENT{
    margin-left: -1px !important;
    min-height: 34px !important;
}

.tokenInputComponente #selectorBoxCLIENT i.fa-angle-down{
    padding-top: 50% !important;
}

/*********************************************************************************

 * SugarCRM is a customer relationship management program developed by
 * SugarCRM, Inc. Copyright (C) 2004 - 2008 SugarCRM Inc.
 * 
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License version 3 as published by the
 * Free Software Foundation with the addition of the following permission added
 * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
 * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
 * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
 * 
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
 * details.
 * 
 * You should have received a copy of the GNU General Public License along with
 * this program; if not, see http://www.gnu.org/licenses or write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301 USA.
 * 
 * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
 * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
 * 
 * The interactive user interfaces in modified source and object code versions
 * of this program must display Appropriate Legal Notices, as required under
 * Section 5 of the GNU General Public License version 3.
 * 
 * In accordance with Section 7(b) of the GNU General Public License version 3,
 * these Appropriate Legal Notices must retain the display of the "Powered by
 * SugarCRM" logo. If the display of the logo is not reasonably feasible for
 * technical reasons, the Appropriate Legal Notices must display the words
 * "Powered by SugarCRM".
 ********************************************************************************/
/*********************************************************************************
 * Description:  Contains a variety of utility functions used to display UI 
 * components such as form headers and footers.  Intended to be modified on a per 
 * theme basis.
 ********************************************************************************/

/* Default Styles */
body { 
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

.body { 
    font-size: 12px;
}

table,td {
    font-size: 11px;
}

h2, h1 {
    font-size: 14px; 
}

h3, .monthHeaderH3, .schedulerTopDateCell {
    font-size: 13px; 
}

h4, h4.dataLabel, h5, h5.listViewSubHeadS1 {
    font-size: 12px; 
}

/* Form Styles */
.button {
    font-size: 12px;
}

input,select {
    font-size: 12px;
}

textarea {
    font-size: 12px;
}

/* YUI styles */
.ygrid-row, .ygrid-hd, ygrid-hd-body, .ygrid-hd-body span  {
    font-size: 8pt;
}

.currentTab {
    font-size: 12px;
}	

.otherTab {
    font-size: 12px;
} 

.subMenu {
    font: normal 11px Arial, Verdana, Helvetica, sans-serif;
}

ul.subMenu li a {
    padding: 3px 3px 3px 6px;
}	

table.leftColumnModuleHead th {
    font-size:12px;
}

/*welcome user and date bar and last view*/
.headerBg {
    font-size: 12px;
}

.welcome {
    font-size: 12px;
}

.searchField {
    font-size: 11px;
}

.search{
    font: 12px Arial, Verdana, Helvetica, sans-serif;
}

ul.subTabs{
    font: 12px Arial, Verdana, Helvetica, sans-serif;
}

.subTabMore {
    font-size: 11px;
}	

.leftColumnModuleS3  {
    font-size: 11px;
}

td.leftColumnModuleS3 .button {
    font-size: 11px;
}

td.leftColumnModuleS3 .dataLabel {
    font-size: 11px;
}

a.leftColumnModuleS3Link:link, a.leftColumnModuleS3Link:visited {
    font-size: 11px;
}

/*right main content (suffix S1 stands for Style 1) */
table.listView th, .listViewThS1{
    font-size: 11px;
}

.reportlistViewThS1, .reportGroupByDataChildTablelistViewThS1, .reportGroup1ByTableEvenListRowS1, .reportGroupNByTableEvenListRowS1,  .reportlistViewMatrixThS1, .reportlistViewMatrixThS2, .reportlistViewMatrixThS3, .reportlistViewMatrixThS4 , .reportlistViewMatrixLeftEmptyData, .reportlistViewMatrixRightEmptyData, .reportlistViewMatrixRightEmptyData1 {
    font-size: 11px;
}

.reportGroup1ByTable, .reportGroupNByTable {
    font-size: 11px;
} 

a.listViewTdLinkS1:link, a.listViewTdLinkS1:visited {
    font-size: 12px;
}

.evenListRowS1, .oddListRowS1, .reportevenListRowS1, .reportoddListRowS1 , .reportGroupByDataEvenListRowS1, .reportGroupByDataOddListRowS1, .reportGroupByDataMatrixEvenListRowS1, .reportGroupByDataMatrixEvenListRowS2, .reportGroupByDataMatrixEvenListRowS3, .reportGroupByDataMatrixEvenListRowS4 {
    font-size: 12px;
    padding-bottom: 4px;
    padding-top: 2px;
}

.listViewPaginationTdS1 {	
    font-size: 12px;
}

#listViewPaginationButtons a.listViewPaginationLinkS1:link, #listViewPaginationButtons a.listViewPaginationLinkS1:visited  {	
    font-size: 12px;
}

a.listViewCheckLink:link, a.listViewCheckLink:visited {
    font-size: 11px;
}

a.utilsLink:link, a.utilsLink:visited {
    font-size: 11px;
    vertical-align: top;
}	

/* charting styles */	
a.chartToolsLink:link, a.chartToolsLink:visited {
    font-size: 11px;
}

/* main tab forms */
.tabForm {
    font-size: 12px;
}

.subpanelTabForm {
    font-size: 12px;
}

.subpanelTabForm h3 {
    font-size: 12px;
}

h5.dataLabel {
    font-size: 12px; 
}

.dataLabel {
    font-size: 12px;
}

.dataField {
    font-size: 12px;
}

a.tabFormAdvLink:link, a.tabFormAdvLink:visited {
    font-size: 11px;
}

/* main tab panel views */
.tabDetailViewDL {
    font-size: 12px; 
}

h4.tabDetailViewDL {
    font-size: 12px; 
}

.tabDetailViewDF {
    font-size: 12px;  
}

.tabDetailViewDL2, .tabDetailViewDF2,	a.tabDetailViewDL2Link:link, a.tabDetailViewDL2Link:visited  {
    font-size: 12px; 
}

/* calendar styles */
.monthBox {
    font-size: 12px;
}

a.monthCalBodyWeekLink:link, a.monthCalBodyWeekLink:visited {
    font-size: 11px;
}

a.monthCalBodyWeekDayDateLink:link, a.monthCalBodyWeekDayDateLink:visited, .NextPrevLink {
    font-size: 12px;
}	 

a.monthCalBodyDayItemLink:link, a.monthCalBodyDayItemLink:visited, a.monthCalBodyDayItemLink:hover  {
    font-size: 10px;
}	

.dailyCalBodyItems {
    font-size: 12px;
}

a.yearCalBodyMonthLink:link, a.yearCalBodyMonthLink:visited {
    font-size: 12px;
}

.calSharedUser {
    font-size: 11px;
}

/* misc font displays */
.rssItemDate {
    font-size: 11px;
}

.dateFormat {
    font-size: 11px;
}

.chartFootnote {
    font-size: 11px;	
}	

.tm {
    font-size: 8px;
}

/* Scheduler Styles */
.schedulerDiv {
    font-size: 12px;
}

.schedulerTopRow, .schedulerTopDeleteHeaderCell, .schedulerDeleteHeaderCell, .schedulerTopHeaderCell, .schedulerAttendeeHeaderCell, .schedulerAttendeeHeaderCell  {
    height: 22px; 
}

.schedulerAttendeeCell {
    width: 125px;
}

/* dynamic tab styles */
.myArea, .myAreaLink {
    font: 12px Arial, Verdana, Helvetica, sans-serif;
}

ul.myArea{
    font: 12px Arial, Verdana, Helvetica, sans-serif;
}

ul.tablist, ul.tablist li a{
    font: 12px Arial, Verdana, Helvetica, sans-serif;
}

ul.subpanelTablist, ul.subpanelTablist li a{
    font: 12px Arial, Verdana, Helvetica, sans-serif;
}

.sqsMatchedSmartInputItem {
    font-size:11px;
}

.olCapFontClass A { 
    font-size: 9px; 
}/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    width: 400px;
    border: 1px solid #cccccc;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 22px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
    display:inline-block;
}

ul.token-input-list-facebook li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
}

li.token-input-token-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    margin: 3px;
    width:85%;
    padding: 1px 3px;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
    display: flex;
}

li.token-input-token-facebook p {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

li.token-input-token-facebook span {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
    float:right;
}

li.token-input-selected-token-facebook {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}

li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook {
    position: absolute;
    width: 340px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    z-index:9999999;
}

div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #3b5998;
    color: #fff;
}@charset "UTF-8";
/* CSS Document */

/* kolorpicker palette styles */

div.kolorPicker-wrapper {position:relative !important;}
input.kolorPicker {height:15px; padding:2px 0 2px 5px; border:1px solid #666666 ; width:86px; font-size:12px; line-height:15px; background: #fff url(images/color-wheel.jpg) no-repeat 70px 0; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-family: Verdana,Arial,sans-serif; z-index:100; position:relative !important; float:left; margin:0 0 20px 0;}
div.kolorpicker-palette { float: left; margin: 0 0 10px 78px;width:180px;position:relative;display:inline;}
div.kolorpicker-palette ul { margin:0; padding-left:20px;}
div.kolorpicker-palette ul li { list-style: none; float: left; width: 42px; height: 12px; background: #D0DFE5; border: 1px solid #666666; font-size: 10px; line-height:12px; text-align: center; margin: 0 3px 0 0; padding: 3px 3px 4px 3px; -moz-border-radius: 4px; -webkit-border-radius: 4px; color: #353448; cursor: pointer; }
#kolorPicker .kolorpicker-palette-select { background: #353448; color: #D0DFE5; }
div.x-close-box { float: right !important; width: 15px; height: 12px; font-size: 10px; line-height:12px; background: #353448; border: 1px solid #666666; text-align: center; padding: 3px 3px 4px 3px; margin: 0 2px 0 0; display: block;-moz-border-radius: 4px; -webkit-border-radius: 4px; color: #ffffff; cursor: pointer; }
#kolorPicker { border: 1px solid #353448; margin: 0; background: #f5f9fb; padding: 7px 5px 5px 5px; color: #fff; width: 290px; height: auto; z-index: 99; position: absolute; top: -8px; left: -8px; cursor:pointer; font: 13px/18px Verdana,Arial,sans-serif;}


div#kolorPicker table td.tile {line-height:20px;}


.outerContainer .title{
    float: left;
}

.outerContainer .titleWidget{
    float:left;
    font-size: 17px;
}

.outerContainer .badgetsContainer{
    float: left;
    margin-top: 5px;
    margin-left: 15px;
}

.outerContainer .badgetsContainer .badgetTwo,
.outerContainer .badgetsContainer .badgetOne{
    cursor:pointer;
    padding-top:2px;
    padding-bottom:2px;
    background-color:#e1e1e1;
    color:black;
    font-weight: bold;
    -webkit-border-radius:10px;
                        -moz-border-radius:10px;
                            -o-border-radius:10px;
                                border-radius:10px;
    padding-left: 8px; 
    padding-right: 8px;
    text-transform: lowercase;
}

.outerContainer .filters{
    float: right;
}

.outerContainer .filters .advancedFiltersActivatorContainer{
    cursor:pointer;
    float:right;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 14px
}

.outerContainer .advancedFilterContainer{
    display:none;
    clear:both;
    padding-top:10px;
}

.outerContainer .innerContainer{
    clear:both;
    padding-top:10px;
}
body.swal2-shown {
  overflow-y: hidden; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }
  .swal2-container.swal2-fade {
    -webkit-transition: background-color .1s;
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative; }
  .swal2-modal:focus {
    outline: none; }
  .swal2-modal.swal2-loading {
    overflow-y: hidden; }
  .swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block; }
  .swal2-modal .swal2-spacer {
    height: 10px;
    color: transparent;
    border: 0; }
  .swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 0 5px;
    padding: 10px 32px; }
    .swal2-modal .swal2-styled:not(.swal2-loading)[disabled] {
      opacity: .4;
      cursor: no-drop; }
    .swal2-modal .swal2-styled.swal2-loading {
      box-sizing: border-box;
      border: 4px solid transparent;
      border-color: transparent !important;
      
      width: 40px;
      height: 40px;
      padding: 0;
      margin: -2px 30px;
      vertical-align: top;
      background-color: transparent !important;
      color: transparent !important;
      cursor: default;
      border-radius: 100%;
      -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
              animation: rotate-loading 1.5s linear 0s infinite normal;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  
  .swal2-modal :not(.swal2-styled).swal2-loading::after {
    display: inline-block;
    content: '';
    margin-left: 5px;
    vertical-align: -1px;
    height: 6px;
    width: 6px;
    border: 3px solid #999999;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
            animation: rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%; }
  .swal2-modal .swal2-close {
    font-size: 36px;
    line-height: 36px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 13px;
    cursor: pointer;
    color: #cccccc;
    -webkit-transition: color .1s ease;
    transition: color .1s ease; }
    .swal2-modal .swal2-close:hover {
      color: #d55; }
  .swal2-modal > .swal2-input,
  .swal2-modal > .swal2-file,
  .swal2-modal > .swal2-textarea,
  .swal2-modal > .swal2-select,
  .swal2-modal > .swal2-radio,
  .swal2-modal > .swal2-checkbox {
    display: none; }
  .swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea,
  .swal2-modal .swal2-select,
  .swal2-modal .swal2-radio,
  .swal2-modal .swal2-checkbox {
    margin: 20px auto;
    margin-top: 30px;
    margin-bottom: 20px;  }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    font-size: 18px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    -webkit-transition: border-color box-shadow .3s;
    transition: border-color box-shadow .3s; }
    .swal2-modal .swal2-input.swal2-inputerror,
    .swal2-modal .swal2-file.swal2-inputerror,
    .swal2-modal .swal2-textarea.swal2-inputerror {
      border-color: #f06e57 !important; }
    .swal2-modal .swal2-input:focus,
    .swal2-modal .swal2-file:focus,
    .swal2-modal .swal2-textarea:focus {
      outline: none;
      box-shadow: 0 0 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .swal2-modal .swal2-input:focus::-webkit-input-placeholder,
      .swal2-modal .swal2-file:focus::-webkit-input-placeholder,
      .swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
        -webkit-transition: opacity .3s .03s ease;
        transition: opacity .3s .03s ease;
        opacity: .8; }
      .swal2-modal .swal2-input:focus::-moz-placeholder,
      .swal2-modal .swal2-file:focus::-moz-placeholder,
      .swal2-modal .swal2-textarea:focus::-moz-placeholder {
        -webkit-transition: opacity .3s .03s ease;
        transition: opacity .3s .03s ease;
        opacity: .8; }
      .swal2-modal .swal2-input:focus:-ms-input-placeholder,
      .swal2-modal .swal2-file:focus:-ms-input-placeholder,
      .swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
        -webkit-transition: opacity .3s .03s ease;
        transition: opacity .3s .03s ease;
        opacity: .8; }
      .swal2-modal .swal2-input:focus::placeholder,
      .swal2-modal .swal2-file:focus::placeholder,
      .swal2-modal .swal2-textarea:focus::placeholder {
        -webkit-transition: opacity .3s .03s ease;
        transition: opacity .3s .03s ease;
        opacity: .8; }
    .swal2-modal .swal2-input::-webkit-input-placeholder,
    .swal2-modal .swal2-file::-webkit-input-placeholder,
    .swal2-modal .swal2-textarea::-webkit-input-placeholder {
      color: #e6e6e6; }
    .swal2-modal .swal2-input::-moz-placeholder,
    .swal2-modal .swal2-file::-moz-placeholder,
    .swal2-modal .swal2-textarea::-moz-placeholder {
      color: #e6e6e6; }
    .swal2-modal .swal2-input:-ms-input-placeholder,
    .swal2-modal .swal2-file:-ms-input-placeholder,
    .swal2-modal .swal2-textarea:-ms-input-placeholder {
      color: #e6e6e6; }
    .swal2-modal .swal2-input::placeholder,
    .swal2-modal .swal2-file::placeholder,
    .swal2-modal .swal2-textarea::placeholder {
      color: #e6e6e6; }
  .swal2-modal .swal2-range input {
    float: left;
    width: 80%; }
  .swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  .swal2-modal .swal2-range input,
  .swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0; }
  .swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px; }
    .swal2-modal .swal2-input[type='number'] {
      max-width: 150px; }
  .swal2-modal .swal2-file {
    font-size: 20px; }
  .swal2-modal .swal2-textarea {
    overflow-y: scroll;
    height: 108px;
    padding: 12px; }
  .swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%; }
  .swal2-modal .swal2-radio {
    border: 0; }
    .swal2-modal .swal2-radio label:not(:first-child) {
      margin-left: 20px; }
    .swal2-modal .swal2-radio input,
    .swal2-modal .swal2-radio span {
      vertical-align: middle; }
    .swal2-modal .swal2-radio input {
      margin: 0 3px 0 0; }
  .swal2-modal .swal2-checkbox {
    color: #545454; }
    .swal2-modal .swal2-checkbox input,
    .swal2-modal .swal2-checkbox span {
      vertical-align: middle; }
  .swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px;
    display: none; }
    .swal2-modal .swal2-validationerror::before {
      content: '!';
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: #fff;
      line-height: 24px;
      text-align: center;
      margin-right: 10px; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .x-mark {
      position: relative;
      display: block; }
    .swal2-icon.swal2-error .line {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      border-radius: 2px; }
      .swal2-icon.swal2-error .line.left {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        left: 17px; }
      .swal2-icon.swal2-error .line.right {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        right: 16px; }
  .swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success::before, .swal2-icon.swal2-success::after {
      content: '';
      border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      background: #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .swal2-icon.swal2-success::before {
      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; }
    .swal2-icon.swal2-success::after {
      border-radius: 0 120px 120px 0;
      top: -11px;
      left: 30px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: 0 60px;
              transform-origin: 0 60px; }
    .swal2-icon.swal2-success .placeholder {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.2);
      border-radius: 50%;
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .swal2-icon.swal2-success .fix {
      width: 7px;
      height: 90px;
      background-color: #fff;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .swal2-icon.swal2-success .line {
      height: 5px;
      background-color: #a5dc86;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .swal2-icon.swal2-success .line.tip {
        width: 25px;
        left: 14px;
        top: 46px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .swal2-icon.swal2-success .line.long {
        width: 47px;
        right: 8px;
        top: 38px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

.swal2-show {
  -webkit-animation: showSweetAlert 0.3s;
          animation: showSweetAlert 0.3s; }
  .swal2-show.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

.swal2-hide {
  -webkit-animation: hideSweetAlert 0.15s forwards;
          animation: hideSweetAlert 0.15s forwards; }
  .swal2-hide.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

@-webkit-keyframes animate-success-tip {
  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 animate-success-tip {
  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 animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

.animate-success-tip {
  -webkit-animation: animate-success-tip 0.75s;
          animation: animate-success-tip 0.75s; }

.animate-success-long {
  -webkit-animation: animate-success-long 0.75s;
          animation: animate-success-long 0.75s; }

.swal2-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

.animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
          animation: animate-error-icon 0.5s; }

@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
          animation: animate-x-mark 0.5s; }

@-webkit-keyframes pulse-warning {
  0% {
    border-color: #f8d486; }
  100% {
    border-color: #f8bb86; } }

@keyframes pulse-warning {
  0% {
    border-color: #f8d486; }
  100% {
    border-color: #f8bb86; } }

.pulse-warning {
  -webkit-animation: pulse-warning 0.75s infinite alternate;
          animation: pulse-warning 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.ui-header-tabs .ui-tabs-active, #ventanaEstadoLoading, .textoColorPrincipal, #tooltip_minReservationDate i {
  color: #f15f41 !important; }

.ui-header-tabs .ui-tabs-active, .CRSMAccordionMenu .nav .active, .barraAnuncios, .ui-multiselect-checkboxes.ui-helper-reset .ui-state-active, .cluetip-default h3#cluetip-title, .TooltipCaption, .backGroundColorPrincipal {
  background: none !important;
  background-color: #f15f41 !important; }

.backGroundColorPrincipalClaro {
  background: none !important;
  background-color: #f58771 !important; }

#sortableFormularioReservas1, #sortableFormularioReservas2, .ui-header-tabs .ui-tabs-active, #generalHeaderContainer, .actionMenu, .CRSMAccordionMenu .nav:first-child, .titleMenu, .menuWidgetHome, .colorPrincipalMessageWindow, .zebra, .ui-multiselect-checkboxes.ui-helper-reset .ui-state-active, .ui-multiselect-checkboxes.ui-helper-reset .ui-corner-all.ui-state-hover, .extra .subTitleEditView, .extra .hidden_data, #formularioTarifas, #formularioTarifasMes, #ventanaLoadingPage, .cluetip-default #cluetip-outer, .TooltipBody, .borderColorPrincipal {
  border-color: #f15f41 !important; }

.actionMenu .triangulo.right {
  border-color: transparent #f15f41 transparent transparent; }

.actionMenu .triangulo.left {
  border-color: transparent transparent transparent #f15f41; }

.borderColorPrincipalClaro {
  border-color: #f58771 !important; }

.tabFormTwig, .contentEditTwig, .contentEditTwig, .contentDetailTwig, .tabForm, .tabDetailView, .twigSearch, ul.tablist li > a.current, ul.tablist li > div.current {
  border-top-color: #f15f41 !important; }

.actionMenu .triangulo.right {
  border-color: transparent #f15f41 transparent transparent; }

.actionMenu .triangulo.left {
  border-color: transparent transparent transparent #f15f41; }

.actionMenu .triangulo.bottom {
  border-color: transparent transparent #f15f41 transparent; }

button, .button, .multiButtonMenu, .multiButtonMenu li, a .linkAvantio {
  color: #f15f41 !important;
  background: none !important;
  background-color: #fff !important;
  -webkit-appearance: none; }

.multiButtonMenu li a:link {
  color: #f15f41 !important; }

.trianguloActive {
  border-color: transparent transparent transparent #f15f41 !important; }

.trianguloActiveClaro {
  border-color: transparent transparent transparent #f58771 !important; }

button:not(.resetButton):not(.ui-multiselect), .button:not(.resetButton):not(.ui-multiselect), .multiButtonMenu, .multiButtonMenu li {
  border-color: #f15f41 !important; }

.primaryText {
  color: #d63210 !important; }

.button:not(:disabled):not(.actionSelectorButton):hover, .button:not(:disabled):not(.actionSelectorButton):active, .button:not(:disabled):not(.actionSelectorButton):focus, .primaryButton, .swal2-confirm {
  background: none !important;
  background-color: #f15f41 !important; }

.primaryButton:not(:disabled):hover, .primaryButton:not(:disabled):active, .primaryButton:not(:disabled):focus {
  background: none !important;
  background-color: #d63210 !important;
  border-color: #d63210 !important; }

.swal2-confirm:not(:disabled):hover, .swal2-confirm:not(:disabled):active, .swal2-confirm:not(:disabled):focus, .circleActiveWorkflows {
  background: none !important;
  background-color: #d63210 !important;
  border-color: #d63210 !important; }

.circleActiveWorkflowsClaro {
  background: none !important;
  background-color: #be2c0e !important;
  border-color: #be2c0e !important;
  opacity: 0.6; }

.resetButton, .flechaCategoria {
  background-color: transparent !important;
  color: #f15f41 !important; }

input#login_button, input#recovery_button {
  background: none !important;
  background-color: #f15f41 !important;
  border-color: #f15f41 !important; }

input#login_button:hover, input#login_button:focus, input#recovery_button:hover, input#recovery_button:focus {
  background: none !important;
  background-color: #be2c0e !important;
  border-color: #be2c0e !important; }

.iconIntranetHover {
  box-shadow: inset 0 0 0 2px #f15f41; }

.cluetip-arrows {
  border-right: 11px solid #f15f41 !important; }

.selectTabSuperior {
  border-bottom: 2px solid #f15f41; }

.liPulsableMenuUsuarioVRMS_style, .itemTabMenuVRMS:not(.actionSelectorItem):hover, .liPulsableMenuUsuarioVRMS:hover, .liPulsableMenuUsuarioVRMS:focus, .itemTabMenuVRMS:not(.actionSelectoItem):focus, .menuWidgetSeleccionado {
  background: none !important;
  background-color: #f15f41 !important;
  color: white !important; }

.xchart .color0 .line {
  stroke: #f15f41 !important; }

.xchart .color0 rect, .xchart .color0 circle {
  fill: #f15f41 !important; }

.xchart .color0 .fill {
  fill: #fcd7d0 !important;
  opacity: 0.5 !important; }

.checkBoxIos + .checkbox-label {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 0px #f15f41, 0 0 0 2px #ddd;
  -moz-box-shadow: inset 0 0 0 0px #f15f41, 0 0 0 2px #ddd;
  box-shadow: inset 0 0 0 0px #f15f41, 0 0 0 2px #ddd; }

.checkBoxIos:checked + .checkbox-label {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 18px #f15f41, 0 0 0 2px #f15f41;
  -moz-box-shadow: inset 0 0 0 18px #f15f41, 0 0 0 2px #f15f41;
  box-shadow: inset 0 0 0 18px #f15f41, 0 0 0 2px #f15f41; }

.ios-toggle:checked + .checkbox-label {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 20px #f15f41, 0 0 0 2px #f15f41;
  -moz-box-shadow: inset 0 0 0 20px #f15f41, 0 0 0 2px #f15f41;
  box-shadow: inset 0 0 0 20px #f15f41, 0 0 0 2px #f15f41; }

.checkBoxIos:checked + .checkbox-label:after, .leyendaGraphicPresente, .letraColorPrincipal {
  color: #f15f41; }

.swal2-modal .swal2-styled.swal2-loading {
  border-left-color: #f15f41 !important;
  border-right-color: #f15f41 !important; }

.actionMenu .triangulo.right {
  border-color: transparent #f15f41 transparent transparent; }

.swal2-modal .ui-widget-header {
  background : none;
  background-color: #f15f41 !important; }

.titleMenu, .contentEditTwig, .tituloPlain, .wListView tbody tr:hover, ul.subpanelTablist, .multiButtonMenu:focus, .multiButtonMenu:hover, .multiButtonMenu:active, .multiButtonMenu li:focus, .multiButtonMenu li:hover, .multiButtonMenu li:active {
  background: none !important;
  background-color: #f3f2f2 !important; }

.CRSMAccordionMenu .nav li ul li a {
  border-color: #f3f2f2 !important; }

.button:not(:disabled):not(.actionSelectorButton):hover, .button:not(:disabled):not(.actionSelectorButton):active, .button:not(:disabled):not(.actionSelectorButton):focus, .primaryButton, .swal2-confirm {
  color: #f3f2f2 !important; }

.resetButton:not(:disabled):hover, .resetButton:not(:disabled):focus, .resetButton:not(:disabled):active {
  color: #be2c0e !important;
  background-color: transparent !important; }

.subTitleEditView, .bgTables, .tituloEdit, .subtitleDetail, .b-cell.m-header, .ui-multiselect-checkboxes.ui-helper-reset .ui-corner-all.ui-state-hover {
  background: none !important;
  background-color: #eae7e6 !important; }

.tabDetailViewDL, ul.subpanelTablist, .tabDetailViewDF {
  border-color: #eae7e6 !important; }

.tabFormTwig, .tabForm, .twigSearch, .tabDetailViewDL {
  background: none !important;
  background-color: #fff !important; }

.tabFormTwig, .contentEditTwig, .tabForm, .tabDetailView, .twigSearch {
  border-color: #e0e3e5 !important; }

.xchart .color0.comp .line {
  stroke: #a9b1b6 !important; }

.xchart .color0.comp rect {
  fill: #a9b1b6 !important; }

.xchart .color0.comp circle, .xchart .color0.comp .pointer {
  fill: #a9b1b6 !important; }

.CRSMAccordionMenu .nav li ul li a {
  background: none !important;
  background-color: #fff !important; }

.cluetip-default #cluetip-outer {
  background: none !important;
  background-color: #fff !important; }

.cluetip-default h3#cluetip-title, .textoWhiteActivo {
  color: #fff !important; }
