@charset "utf-8";
/* CSS Document */

/* Inactivity popover */
#inactivity-icon {
  display: none;
  position: fixed;
  _position: absolute; /*ie6 and above*/
  bottom: 120px;
  right:50%;
  margin-right:-630px;
  width: 70px;
  height: 70px;  
  z-index: 701;
}
#inactivity-icon .inactivity-content {
  position: relative;
  margin-top: 80px;
  cursor: pointer;
}

#inactivity-icon .inactivity-close {
  position: absolute;
  top: 10px;
  right: 10px;
} 
#inactivity-bubble {
  display: none;
  position: absolute;
  bottom: 90px;
  right: 0; 
  width: 380px;
  background: #363f48;
  border: 1px solid #666;
  border-radius: 8px;
  padding: 24px 12px;
  box-shadow: 0px 1px 2px #999;
  text-align: left;
  font-size: 15px;
  color: #fff;
  z-index: 702;  
}
#inactivity-bubble h2 {
  color: #fff;
}
#inactivity-bubble:before {
   content: "";
   position: absolute;
   bottom: -14px;
   right: 20px;
   width: 0; 
   height: 0; 
   border-top: 14px solid #666;
   border-left: 14px solid rgba(255, 255, 255, 0);
   border-right: 14px solid rgba(255, 255, 255, 0);
   z-index: 703;
}
#inactivity-bubble:after {
   content: "";
   position: absolute;
   bottom: -12px;
   right: 20px;  
   width: 0; 
   height: 0; 
   border-top: 14px solid #363f48;
   border-left: 14px solid rgba(255, 255, 255, 0);
   border-right: 14px solid rgba(255, 255, 255, 0);
   z-index: 704;
}
#inactivity-bubble .inactivity-bubble-logo {
  display: block;
  float: left;
  margin: 0 25px 0 5px;
}

#inactivity-bubble h2 {
  font-size: 20px;
  margin-left: 55px;
}
#inactivity-bubble p {
  padding-bottom: 18px;
  margin-left: 90px;
  width: 265px;
}
.orange {
  color: #FF9900
}
/* Skype button */
.btn-skype .button {
    margin: 18px 0 5px 111px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 2px 15px 4px 40px;
    background: #0090c5 url(../i/skype-button-ico-26px.png) 15px 6px no-repeat;
    box-shadow: 0 0 5px 1px #333;
}
.btn-skype .button:hover {
  background-color: #0079A6;
}

.btn-skype .button span{
    font-size: 22px;
    font-family: 'Open Sans Condensed', 'Open Sans', Arial, Helvetica, sans-serif;
}
/* Rewrite skype popup styles */
#skypeCheckNotice {
    box-shadow: 0 0 10px 2px #aaa;
}
#skypedetectionswf {
  width: 1px;
  height: 1px;
}

/**
 * 
 */

@media all and (max-width: 1240px){
  #inactivity-bubble,
  #inactivity-icon {
    display: none !important;
  }
}

@media all and (min-width:1241px){  
  #inactivity-icon {    
    position: fixed;
    bottom: 120px;
    right: 7px;
    margin-right: 0;
  }
}

@media all and (min-width:1280px){ 
  #inactivity-icon {
    position: fixed;
    bottom: 120px;
    right: 20px;
    margin-right: 0;
  }
}