.dashboardIcons {
  width:100%;  
  overflow-x:hidden;
  overflow-y:hidden;
}
.logo
{
    height: 30px;
}

.dashIcon {
  float:left;
  padding-left:4px;
  width:30%;
  border: solid 1px #CCCCCC;	
  background-color:#F9F9F9;
  padding-top:8px;
  margin-right: 1px;
  margin-left: 1px;
  margin-bottom:10px;
  text-align:center;
  
}
.dashIconText{
	padding-top:5px;
	padding-bottom:10px;
	
}
div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:1px solid #ddd;
        padding-left:2.5em;
    
}
.dashIcon2 {
  float:left;
  padding-left:4px;
  width:40%;
  border: solid 1px #CCCCCC;	
  background-color:#F9F9F9;
  padding-top:8px;
  margin-right: 1px;
  margin-left: 1px;
  margin-bottom:10px;
  text-align:center;
  
}


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-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;
}

.triangle-isosceles.left {
    
  position: relative;
  padding: 15px;
  width: 90%;
  margin: 1em 0em 3em;
  margin-left: 3em;
  color: #fff;
  background: #f3961c;
  border-radius: 10px;
  background: #b5bdc8; /* Old browsers */
    background: -moz-linear-gradient(top,  #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(36%,#828c95), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* IE10+ */
    background: linear-gradient( bottom,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

/* creates triangle */
.triangle-isosceles.left:after {
  content: "";
 
  position: absolute;
  top:16px; /* controls vertical position */
  left: -40px; /* value = - border-left-width - border-right-width */
  border-width:0 0 10px 40px;
  border-style: solid;
  border-color: #b5bdc8 transparent;
}
.triangle-isosceles.right {
  position: relative;
  padding: 15px;
  width: 90%;
  margin: 1em 0em 3em -1em;
  color: #fff;
  border-radius: 10px;
  border-color: #CCCCCC;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);


}
.triangle-isosceles.right:after {
  content: "";

  position: absolute;
  top:16px; /* controls vertical position */
  right: -40px; /* value = - border-left-width - border-right-width */
  border-width: 0 40px 10px 10px;
  border-style: solid;
  border-color: rgb(76,76,76) transparent;
  
}
.datep{
    padding-right: 1%;
    margin-left: auto;
    color: #AEA04B;
    font-size: 12px;
    
    
}
.datep a{
   padding-left: 20px;
    background: transparent url(../img/attach.png) no-repeat scroll left top; 
}
.ui-widget-header{
    background: #fff url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #0088cc;
    background-color: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;

}
.ticketMessageClient {
background: #d3d3d3 url(images/info.gif) center no-repeat;
background-position: 15px 50%; /* x-pos y-pos */
text-align: left;
margin-left: 10%;
padding: 5px 20px 5px 45px;
border-top: 2px solid #7a7a7a;
border-bottom: 2px solid #7a7a7a;
color:#7a7a7a;
}


.ticketMessage {
background: #E7F9F8 url(images/info.gif) center no-repeat;
background-position: 15px 50%; /* x-pos y-pos */
text-align: left;
padding: 5px 20px 5px 45px;
border-top: 2px solid #1DB9E8;
 

border-bottom: 2px solid #1DB9E8;
color:#1DB9E8;
}
.ticketNone {
background: #FFF6BF url(images/info.gif) center no-repeat;
background-position: 15px 50%; /* x-pos y-pos */
text-align: left;
padding: 5px 20px 5px 45px;
border-top: 2px solid #FBC383;
border-bottom: 2px solid #FBC383;
color:#fbb450;
}
.ticketRemedy {
background: #FBE3E4 url(images/info.gif) center no-repeat;
background-position: 15px 50%; /* x-pos y-pos */
text-align: left;
padding: 5px 20px 5px 45px;
border-top: 2px solid #FBC2C4;
border-bottom: 2px solid #FBC2C4;
color:#8a1f11;
}

.ticketApprove {
    background: #C6D880 url(images/info.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #458049;
    border-bottom: 2px solid #458049;
    color:#458049;
}
approveTicket{
    text-align: right;
    
}
.ticket {
    color: #FFD324;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}
.ticket a{
    color: white  ;
    font-size: 16px;
    font-family: “Lucida Grande”, Verdana, Helvetica, Arial, sans-serif;
}
.ticket a.tooltip{
    
  position: relative;
  display: inline;

}
.ticket a.tooltip span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  box-shadow: 0px 0px 4px #458049;


}
.ticket a.tooltips span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.ticket a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  top: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}
#circle{
   width: 30px;
   height: 30px;
   
       background-color: #828c95;
   -moz-border-radius: 30px; 
   -webkit-border-radius: 30px; 
   border-radius: 30px;
   display: inline-block;
}
a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:200px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  box-shadow: 0px 0px 4px #458049;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  top: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}

#circle1{
   width: 30px;
   height: 30px;
   background-color: #828c95;
   -moz-border-radius: 30px; 
   -webkit-border-radius: 30px; 
   border-radius: 30px;
   display: inline-block;
}
#circle2{
   width: 30px;
   height: 30px;
   background-color: #828c95;
   -moz-border-radius: 30px; 
   -webkit-border-radius: 30px; 
   border-radius: 30px;
   display: inline-block;
}
.messageButtonb { /* clase general */
  text-align: center;
  width: 30%;
  border: 1px solid #dedede;
  border-radius: 3px;
  color: #555;
  display: inline-block;
  font: bold 12px/12px HelveticaNeue, Arial;
  padding: 8px 11px;
  text-decoration: none;
  
}
.messageButtonb.blue{
 margin-top: 10px;
 margin-right: 5px;
  background: #f5f5f5;
  border-color: #dedede #d8d8d8 #d3d3d3;
  box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
  color: #555;
  text-shadow: 0 1px 0 #fff;
  background: -moz-linear-gradient(top,  #f9f9f9, #f0f0f0);
  background: -webkit-linear-gradient(top,  #f9f9f9, #f0f0f0);
  background: o-linear-gradient(top,  #f9f9f9, #f0f0f0);
  background: ms-linear-gradient(top,  #f9f9f9, #f0f0f0);
  background: linear-gradient(top,  #f9f9f9, #f0f0f0);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0');
}
.messageButtonb.blue img{
    width: 80px;
}

.messageButtonb.blue:hover{
    background: #f4f4f4;
    border-color: #c7c7c7 #c3c3c3 #bebebe;
    box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    text-shadow: 0 1px 0 #fdfdfd;
    background: -moz-linear-gradient(top,  #efefef, #f8f8f8);
    background: -webkit-linear-gradient(top,  #efefef, #f8f8f8);
    background: -o-linear-gradient(top,  #efefef, #f8f8f8);
    background: -ms-linear-gradient(top,  #efefef, #f8f8f8);
    background: linear-gradient(top,  #efefef, #f8f8f8);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8');
}
messageButtonb.blue.dashIconText a{
    color:#1694B7;
}


