body
{
	margin: 0;
	padding: 0;
	color: #333;
/*	font: normal 10pt Arial,Helvetica,sans-serif;*/
        font: 12px Helvetica, Sans-Serif;
	background: #EFEFEF;
}

#page
{
	margin-bottom: 5px;
	background: white;
	
}

#topnav
{
	margin: 0;
	padding: 5px;
	background-color:#EFEFEF;
	color:#000;
	text-align:right;
        display:inline;
        float:right;
}

.topnav_text a
{
	color: #000!important;
	font: normal 8pt Arial,Helvetica,sans-serif;
	text-decoration:underline;
}


#header
{
	margin: 0;
	padding: 0;
        height: 81px;
	background: #EFEFEF; 
}
#header .leftslide{
    padding: 0;  
    text-decoration: none;  
    color: white;  
    font-weight: bold;  
    display: inline;  
    width:280px;
    border-right: 80px solid transparent;  
    border-top: 80px solid #04368B;
    height: 0; 
    position:absolute;
}

#header .leftslide #logo{
    margin-top: -90px;
}


#header .rightslide{
    padding: 0;  
    text-decoration: none;  
    color: white;  
    font-weight: bold;  
    display: inline;  
    width:540px;
    border-left: 80px solid transparent;  
    border-bottom: 80px solid #7A9C12;
    height: 0; 
    float:right;
}
#header .rightslide > div{
    margin-top:8px;
    margin-right:30px;
    /**background:#FFF;*/
    padding:5px 15px;
    /**border: 1px solid #CCC;*/
    display:inline;
    border-radius:3px;
  -moz-border-radius:3px;	
  -webkit-border-radius:3px;
}
#content
{
    margin-top:-1px;
    padding: 20px;
    border: 1px solid #BBB;
    border-radius:3px;
  -moz-border-radius:3px;	
  -webkit-border-radius:3px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 1px 10px;
        padding-top:10px;
	font-size: 0.8em;
	text-align: center;
	background:#EFEFEF;
	color: #FFFFFF!important;
}
#footer a{
    color: #FFFFFF!important;
    
}

#logo
{
	padding: 10px 20px;
        margin-left:20px;
}
#logo img{
    margin-top:10px;
}
#mainmenu
{
	/*background:white url(bg.gif) repeat-x left top;background-image:url(http://inventory.simpson.com/dashboard-download/images/el_bg.png);*/
	background-color:#1772B3;
	height: 42px;
	
  

}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
	
}

#mainmenu ul li
{
	display: inline;
  background-attachment:initial;
  background-clip:initial;
  background-color:#00378C;
  background-image:url(../images/el_bg3.png);
  background-origin:initial;
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-color:initial;
  border-bottom-style:none;
  border-bottom-width:initial;
  border-image:initial;
  border-left-color:#222222;
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:#222222;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:#222222;
  border-top-style:solid;
  border-top-width:1px;
  float:left;
  list-style-type:none;
  margin-bottom:0;
  margin-left:0.1em;
  margin-right:0.1em;
  margin-top:0;
  position:relative;
  padding-left:20px;
  padding-right:20px;
  height:35px;
}

#mainmenu ul li.active
{
  display: inline;
  background-attachment:initial;
  background-clip:initial;
  background-color:#FFF;
  background-image:none;
}

#mainmenu ul li.active a
{
  color:#333333!important;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:35px;
	padding-top:10px;

}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #cccc;
}
.infoBar {
  border: solid 1px #CCCCCC;
  background-color:#F9F9F9;
  margin-bottom:10px;
  padding:10px;
  width:690px;
}

.dashboardIcons {
  overflow-x:auto;
  overflow-y:hidden;
}
.dashIcon:hover{
    background-color:#FFF;
    border: solid 1px #BBB;
}
.dashIcon {
  float:left;
  /*padding-left:4px;width:123px;*/
  border: solid 1px #CCC;	
  background-color:#F9F9F9;
  padding-top:8px;
  margin-bottom:10px;
  text-align:center;
  height: 108px;
  border-radius:3px;
  -moz-border-radius:3px;	
  -webkit-border-radius:3px;
  
}
.dashIconText{
	padding-top:5px;
	padding-bottom:10px;
        
	
}

.dashIconText a{
    color: #7A9C12;
    text-decoration: none;
}
div.flash-error, div.flash-notice, div.flash-success, div.flash-notice-tip
{
	padding:.8em;
	margin-bottom:1em;
	border:1px solid #ddd;
    padding-left:2.5em;
    border-radius:3px;
  -moz-border-radius:3px;	
  -webkit-border-radius:3px;
    
}

div.flash-error
{
	color:#8a1f11;
	border-color:#FBC2C4;
    background: url(../images/exclamation.png) left center no-repeat #FBE3E4;
    background-position: 10px 10px;
    
}

div.flash-notice
{
	color:#514721;
	border-color:#FFD324;
    background: url(../images/information.png) left center no-repeat #FFF6BF;
    background-position: 10px 10px;
}

div.flash-notice-tip{
    color:#222;
    border-color:#6998F0;
    background: url(../images/information.png) left center no-repeat #D5E2FB;
    background-position: 10px 10px;
}

div.flash-success
{
	color:#264409;
	border-color:#C6D880;
    background: url(../images/tick.png) left center no-repeat #E6EFC2;
    background-position: 10px 10px;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}
div.view
{
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #CCCCCC;
	background-color:#F9F9F9;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 15px 20px 15px 20px ;
	border-bottom: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
}

.breadcrumbs
{
	
  background-color:#EDF6FD;

}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: white;
        
  height: 90%;
}
#searchDialog .divForForm{
    min-height: 95%;
    border: 1px solid #BBB;
    border-radius:3px;
  -moz-border-radius:3px;	
  -webkit-border-radius:3px;
}
.portlet
{
    
 border: 1px solid #CCC;
 background:#F9F9F9;
 margin-bottom:10px;
 border-radius:3px;
  -moz-border-radius:3px;	
  -webkit-border-radius:3px;
}

.portlet-decoration
{
/*	padding: 0px 0px;
	background-color: #333;
    background: url("../images/el_bg4.png") repeat-x;*/
    padding: 0;  
    text-decoration: none;  
    color: white;  
    font-weight: bold;  
    display: inline-block;  
    width:70%;
    border-right: 30px solid transparent;  
    border-top: 30px solid #7A9C12;
    height: 0; 
}

.portlet-title
{

	padding: 0;
	margin: 0;	
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 8px;
        margin-top: -30px;
	color: #FFF;
	
}

.portlet-content
{
	font-size:0.9em;
	margin: 0;
	padding: 5px 8px;
	background:#F9F9F9;
        
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li:first-child{
    border-top:none;
}
.portlet-content li
{
	padding: 2px 0 4px 0px;
	color: #000;
	border-top-color:#CCCCCC;
  border-top-style:dotted;
  border-top-width:1px;
}

.portlet-content li a
{
	color: #04368B!important;
	text-decoration:none;
}
.portlet-content li .postIt{
    padding:5px 5px 5px 8px;
    
}

.portlet table th {
	background-color: #333;
	border-bottom: 1px solid #ccc;
	color:#FFF;
}
.portlet table td {
	border-bottom: 1px solid #ccc;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #EFEFEF;
	
}

.dashbox{

	border: solid 1px #d5dae0;
  	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	
  background-color:#FFF;
  background-position:50% 0;
  background-repeat:no-repeat no-repeat;
  margin-bottom:10px;
  overflow-x:hidden;
  overflow-y:hidden;
  width:910px;

}


.infoColumn, .infoColumnUp, .infoColumnDown, .infoColumnSame
{
	float: left;
	width: 162px;
	height: 70px;
	background-image: url("../images/ws_sep.png");
	background-position: center right;
	background-repeat: no-repeat;
	padding: 12px 0px;
	margin: 0px 10px;
	position: relative;
	text-align: center!important;;
}

.infoColumnIcon
{
	position: absolute;
	top: 16px;
	left: 0px;
}

.infoColumnNumber
{
	position: absolute;
	top: 23px;
	left: 48px;
	line-height: 24px;
	height: 24px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-left: 10px;
}

.infoColumnUp .infoColumnNumber
{
	color: #4e7310;
	background-image: url("../images/quick_info_up_left.png");
	background-position: top left;
	background-repeat: no-repeat;
}

.infoColumnUp .infoColumnNumberBg
{
	background-image: url("../images/quick_info_up_right.png");
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 8px;
}

.infoColumnDown .infoColumnNumber
{
	color: #870812;
	background-image: url("../images/quick_info_down_left.png");
	background-position: top left;
	background-repeat: no-repeat;
}

.infoColumnDown .infoColumnNumberBg
{
	background-image: url("../images/quick_info_down_right.png");
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 8px;
}

.infoColumnSame .infoColumnNumber
{
	color: #333;
	background-image: url("../images/quick_info_same_left.png");
	background-position: top left;
	background-repeat: no-repeat;
}

.infoColumnSame .infoColumnNumberBg
{
	background-image: url("../images/quick_info_same_right.png");
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 8px;
}

.infoColumn p, .infoColumnUp p, .infoColumnDown p, .infoColumnSame p
{
	position: absolute;
	top: 50px;
	left: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center!important;
}

.infoColumn div
{
	font-size: 24px;
	font-weight: bold;
}

.infoColumn p
{
	color: #666;
}

.infoColumnUp p
{
	color: #4e7310;
	text-align:center!important;
}

.infoColumnDown p
{
	color: #870812;
}

.infoColumnSame p
{
	color: #333;
}
.last {
  background-attachment:initial;
  background-clip:initial;
  background-color:initial;
  background-image:none;
  background-origin:initial;
  background-position:initial initial;
  background-repeat:initial initial;
}

.cal_theme .fc-grid thead th{
	background-color:#333333!important;
	background:url(../images/el_bg3.png) repeat-x;
	color: #FFFFFF!important;
	height:35px;
	vertical-align:middle;
	
}
.fc-event, .fc-agenda .fc-event-time, .fc-event a , .fc-event a span{
  background-color:#3333!important;
  border:#3333 solid 1px!important;
  color:#FFFFFF;
}
.pager-class{
	text-align:right;
	
}

.pager-class ul.yiiPager
{
	font-size:11px;
	border:0;
	margin:0;
	padding:0;
	line-height:100%;
	display:inline;
}

.pager-class ul.yiiPager li
{
	display:inline;
}

.pager-class ul.yiiPager a:link,
ul.yiiPager a:visited
{
	border:solid 1px #CCCCCC;
	font-weight:bold;
	color:#333333;
	padding:1px 6px;
	text-decoration:none;
}

.pager-class ul.yiiPager .page a
{
	font-weight:normal;
	padding:5px 10px 5px 10px;
}

.pager-class ul.yiiPager .next a, .pager-class ul.yiiPager .previous a,
.pager-class ul.yiiPager .first a, .pager-class ul.yiiPager .last a
{
	font-weight:normal;
	padding:5px 10px 5px 10px;
}

.pager-class ul.yiiPager a:hover
{
	border:solid 1px #3333;
}

.pager-class ul.yiiPager .selected a
{
	background:#7A9C12;
	border:solid 1px #3333;
	color:#FFFFFF;
	font-weight:bold;
}

.pager-class ul.yiiPager .hidden a
{
	border:solid 1px #cccc;
	color:#888888;
}

/**
 * Hide first and last buttons by default.
 */
.pager-class ul.yiiPager .first,
.pager-class ul.yiiPager .last
{
	display:inline;
}

.button {
    border-top: 1px solid #aacde3;
    background: #2150a8;
    background: -webkit-gradient(linear, left top, left bottom, from(#578cee), to(#2150a8));
    background: -moz-linear-gradient(top, #578cee, #2150a8);
    padding: 6.5px 13px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 11px;
    font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
}
.button:hover {
    border-top-color: #2150a8;
    background: #2150a8;
}
.button:active {
    border-top-color: #04358b;
    background: #04358b;
}
.icon {
  background-position:0 -14px;
  padding-left:24px;
}
	
.button_list{
    width: 100%;}
	
.button_list ul{
    margin-bottom: 10px; padding: 0;
    float: left;}
 
.button_list ul li{
    display: inline;
	}
 
.button_list ul li a{
    float: left; text-decoration: none;
    color: white!important;
	text-decoration:none!important;
    padding: 10.5px 11px;
	margin-right:5px;
	margin-bottom:5px;
	border:solid 1px #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	text-shadow:black 0.1em 0.1em 0.2em;
	}
 
.button_list ul li a:visited{
    color: white;}
 
.button_list ul li a:hover, .button_list ul li .current{
    color: #fff;
    background-color:#0b75b2;}

.green{
    background:url(../images/background_green.gif) repeat-x;
    border: solid 1px #cccccc;
    color: #ffffff;
}

.red{
    background:url(../images/background_red.png) repeat-x;
    border: solid 1px #cccccc;
    color: #ffffff;
}

.blue{
    background:url(../images/background_blue.gif) repeat-x;
    border: solid 1px #cccccc;
    color: #ffffff;
}

.yellow{
    background:url(../images/background_yellow.gif) repeat-x;
    border: solid 1px #cccccc;
    color: #ffffff;
}

.grey{
    background:url(../images/background_grey.gif) repeat-x;
    border: solid 1px #cccccc;
    color: #ffffff;
}

/*Error Pages*/
.error_header{
	font-size:35px;
	font-family:Verdana, Geneva, sans-serif;
	
	text-align:center;
	color:#333333;
	text-shadow:#CCC 0.1em 0.1em 0.1em;
}

.error_message{
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	color:#F00;
	text-shadow:#CCC 0.1em 0.1em 0.1em;
}
	

.alert{
    color:#111;
    font-weight: bold;
    border-radius:3px;
    -moz-border-radius:3px;	
    -webkit-border-radius:3px;
    position:absolute;
    float:left;
    margin-left: 15px;
}

.float{
    position:absolute;
    float:right;
}

.orange_alert{
    background-color: #FFF6BF;
}
.red_alert{
    background-color: #FBE3E4;
}
.green_alert{
    background-color: #E6EFC2;
}

.userId *{
    display:inline-block;
    float:right;
}
.userId{
    float:right;
    margin-left:20px;
    margin-right:-5px;
    margin-top:-5px;
    background: white;
    border:1px solid #CCC;
    border-top:none;
    padding:7px;
    padding-top:8px;
    border-bottom-left-radius:     3px;
    border-bottom-right-radius:    3px;
    -moz-border-bottom-right-radius:3px;	
    -moz-border-bottom-left-radius:3px;	
    -webkit-border-bottom-right-radius:3px;
    -webkit-border-bottom-left-radius:3px;
}

#userMenuData{
    position: absolute; 
    width: 100px;
    border:1px solid #CCC;
    background: white;
    border-radius:3px;
  -moz-border-radius:3px;	
  -webkit-border-radius:3px;
    -moz-box-shadow: 2px 2px 5px #333;
    box-shadow: 2px 2px 5px #333;
    -webkit-box-shadow: 2px 2px 5px #333;
    z-index:5;
}

#userMenuData ul{
    list-style: none;
    margin:0;
    padding:0;
    
}
#userMenuData li a{
    text-decoration: none;
    padding-right: 5px;
}
#userMenuData li:hover, #userMenuData li:hover a{
   color:#04368B !important;
    
}
#userMenuData li{
    margin:2px 0;
    
    padding:5px;
}


.chat-bubble-arrow-border {
  border-color: transparent transparent #CCC transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  top:-20px;
  right:20px;
}
.chat-bubble-arrow {
  border-color:  transparent transparent #FFF transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  top:-18px;
  right:20px;
}

div.bg_spacer{
    height: 10px;
    background-color: #EFEFEF;
}
div.contentSpacer{
    height: 10px;
}

.login-square{
    background-color: white;
    width:50%;
    margin:70px auto;
    margin-bottom: 100px;
    -moz-box-shadow: 2px 2px 5px #333;
    box-shadow: 2px 2px 5px #333;
    -webkit-box-shadow: 2px 2px 5px #333;
}

.login-form {
    padding:0 15px;
}

.login-form input[type="text"], .login-form input[type="password"]{
    width:90%;
}



#selectable { height: 250px; }
#selectable .ui-selecting { background: #578CEE; }
#selectable .ui-selected { background: #2151A8; color: white; }
#selectable { list-style-type: none; margin: 0; padding: 10px;  }
#selectable li { margin: -1px; padding: 0 0.4em; font-size: 1.4em;  border: 1px solid silver; cursor: pointer; }
.infHead{
    border-bottom: 1px solid silver;
    color: white;
    background: url("../images/el_bg3.png") repeat-x scroll left top white;/**/
    background-color:#7A9C12;
}
.selectable-cell-header{
    padding:0.4em 30px;
    display: inline-block;
    width:12%;
    text-align: center;
    height: 18px;
    font-weight: bold;
    border-left:1px solid white;
}
.selectable-cell{
    border-left:1px solid silver;
    padding:0.4em 30px;
    display: inline-block;
    width:12%;
    text-align: center;
    height: 18px;
}
.ui-selectee:first-child{
    border:none;
    
}
div.loading{
    background: url("../images/loading.gif") no-repeat;
    width:32px;
    height:32px;
    margin:0 auto;
    position:relative; 
    top:50%;
    
}


.hiddenPage{
    display:none;
}

.dashboardIcons .portlet,.dashboardIcons .portlet-content{
    background: white;
}

.val-squares div{
    float: left;
    width:15px;
    height: 14px;
    margin-right:1px;
    background: grey;
    border:1px solid gray;
    text-align:center;
    color:black;
}
div.square-text{
    border:1px solid gray;
    text-align:center;
    color:black;
}
div.square-Vigilar{
    background:yellow;
}
div.square-Leve{
    background:#FFFFAD;
}
div.square-Medio{
    background:yellow;
}
div.square-Media{
    background:yellow;
}
div.square-Moderado{
    background:yellow;
}
div.square-Grave{
    background:orange;
}
div.square-Alta{
    background:orange;
}
div.square-Peligro{
    background:red;
}
div.square-PELIGRO{
    background:red;
}
div.square-Alto{
    background:red;
}
div.square-Crítica{
    background:red;
}
div.square-Normal{
    background:green;
}
div.square-Bajo{
    background:green;
}
div.square-Baja{
    background:green;
}

.enlaceCuadrado,.enlaceCuadrado:hover  {
	cursor:pointer;
	color: #222222;
	text-decoration: none;
}