

html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  cursor: pointer;
}

#root {
  height: 100%;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.success-msg,
.error-msg{
  border: 1px solid #ff304f;
  padding: 10px;
  color: #ff304f;
  font-weight: bold;
  border-radius: 2px;
  background-color: #ffbcbc;
  margin-bottom: 10px;
}

.success-msg {
  border-color: green;
  background-color: #c3ffc3;
  color: darkgreen;
}

.initialien {
  border-radius:50%; 
  background-color: gainsboro;
  padding: 10px;
  margin-right: 15px;
  display: inline-block;
  color: #3f70f9;
  font-size:1.5em;
}

.initialien::first-letter {
  color: #123bad;
}

.logout {
    color: #fff;
    font-size: 16px;    
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.6;
    text-transform: uppercase;
    cursor: pointer;
}

.logout:hover {
  color: #ff3366;
}

.NavigatorRoot ul {
  padding: 20px;
  margin-top: 50px;
}

.NavigatorRoot ul li {
  list-style: none;
  padding-bottom: 10px;
}

.navigatorIcon {
  fill: #ffffff !important;
  color: #ffffff !important;
}

.navigatorIconActive {
  fill: #3779b8 !important;
}

.partnersListRoot {
  color: #e2e2e2;
}

.partnersListContent {
  min-height: 150px;
}

.partnerOnlineDiv ul {
  margin-top: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.partnerOnlineDiv li {
  list-style: none;
  width: 100%;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #666666;  
}

.partnerOnlineDiv li.active {
  background-color: #272727;
}

.partnerOnlineDiv li:hover {
  background-color: #333333;
}

.partnerOnlineDiv li a {
  width: 100%;
  height: 100%;
  color: #e2e2e2;
  padding: 10px;  
}

.partnerOnlineDivNameMessage {
  margin-left: 10px;
  width: 100%;
  
}

.partnerOnlineDivNotifyBadge span {
  background-color: #3498db !important;
}

.partnerOnlineDivNotifyBadge  {
  margin-left: 10px;
}

.partnerOnlineDivNotifyBadgePartnerRequest span {
  background-color: #be1f00  !important;
}

.partnerOnlineDivUserName {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.partnerOnlineDivUserName span {
  padding-top: 3px;
}

.partnerOnlineDivLastMessage, .partnerOnlineDivMessageDate {
  font-size: 12px;
}

.partnerOnlineDiv li.active .partnerOnlineDivDivider {
  display: none;
}

.partnerOnlineDivDivider {
  display: block;
  width: 90%;
  border-bottom: 1px solid #494949;
  z-index: 1;
}

.partnerOnlineDiv li:last-child .partnerOnlineDivDivider {
  border-bottom: none; 
}



.preloader {
  height: 100%;
  width: 100%;
  background-color: #28282a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progressCircle {
  color: #ff304f;
  
}

#shareProgress {
  display: 'block';
  padding-left: 10px;
  padding-right: 10px;
}



/* css von pshare */
.panel {
  font-style: bold;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  z-index: 2;
  padding: 10px;
  min-width: 300px;
  max-width: 500px;
  width: 50%;
  /* background-color: #e5e7e9 !important; */
}

.buttonLink {
  background: none !important;
  border: none;
  padding: 0 !important;
  /*optional*/
  font-family: "Nunito Sans", sans-serif;
  /*input has OS specific font-family*/
  color: #069;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
}

.flex {
  display: flex;
}

.centerelement {
  justify-content: "center";
  text-align: center;
  padding: 2ex 0 2ex 0;
}

.margin3 {
  margin: 3ex;
}

.margin5 {
  margin: 5ex;
  text-align: justify;
}

.flexbox-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flexbox-container-spece-between {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.flexbox-item {
  width: 100%;

  /* border-style: solid; */
}

.flexbox-item-grow-justify {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
/* ende css von pshare */


/* CSS partner.js/files.js */

#searchMainDiv {
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #fff;
  max-width: 936px;
  margin: auto;
}

.filesSearchMainDiv{
  max-width: 100% !important;
  box-shadow: none !important;
  margin-bottom: 30px !important;
}

#searchInputDiv {
  margin: auto;
  overflow: hidden;  
  display: flex;  
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;

}

#searchInputDiv header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: #f5f5f5;

}

#searchInputDiv header div {
  min-height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  align-items: center;
}

#searchInputDiv input {
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
}

input:focus {
  outline: none;
}

#searchInputDiv svg {
  margin-right: 10px;
}

#searchResult {
  padding: 30px 16px;
  text-align: center;
}

#myPartnerDiv, #invitationDiv {
  max-width: 936px;
  margin: auto;
}

#invitationDiv {
  position: relative;
  cursor: pointer;
}

#invitationDiv:hover {
  color: #be1f00;
}

#partnerList {
  list-style: none;
  width: 100%;
  padding-left: 0px;
  background-color: #f5f5f5;
}

.partner {
  display: flex;
  align-items: center;
  height: 5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: white;
  background-color: #707070;  
  cursor:  pointer !important;

}

.partner:nth-child(even) {
  background-color: #666666;
}

#partnerList li:hover {
  background-color: #333333;
}

.partner div {
  padding: 10px;
}

.deletePartner {
  margin-left: auto;
  padding-right: 30px !important;
  color: white;
  cursor: pointer;
}

.addPartner {  
  color: #49b700;
  background-color:rgb(233, 233, 233);
  cursor: pointer;

  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0px !important;  
  padding-top: 7px !important;

  margin-left: 10px;
}

.addPartner:hover {  
  color: hsl(108, 100%, 20%);
  cursor: pointer;
}
.addPartner:active {  
  color: hsl(217deg 100% 38%);
  background-color:rgb(144, 144, 144);
  cursor: pointer;
}

#searchResult li {
  cursor: default;
}

#searchResult li:hover {
  background-color: #333333;
}


/* FIles Table */
.files thead tr:first-child {
  background-color: #d8d8d8;
  border-bottom: 1px solid #7b7a7a;
}

.files tbody tr:nth-child(even){
  background-color: white;
}
.files tbody tr:nth-child(odd){
  background-color: #fbfbfb;
}

.files tbody tr.selected {
  background-color: #fffcd7;
}

.files a {
  text-decoration: none;
  color: black;
}

.item-actions a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.item-actions a:hover {  
  color: #a54137;
} 



.MuiDataGrid-columnHeaderWrapper{
  background-color: #9dadc1;
}

.pointer {
  cursor: pointer;
}

.partnerListLink {
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.navFixedMenuIcon {
  position:absolute;  
  margin-top: 10px;
  color: black;
  cursor: pointer; 
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navFixedMenuIconOn {
  left: 25px;
}

.navFixedMenuIconOn:hover {
  background-color: rgb(155, 155, 155);
}

.navFixedMenuIconOff {
  left: 0px;
  background-color: black;
}

.navFixedMenuIconOff:hover {
  background-color: rgb(155, 155, 155);
}

.menuIcon {
  width: 30px;
  height: 30px;
  color: white;
}

.MuiButtonBase-root  {
  font-size: 14px !important;
}

#uploadStatus {
  display: flex;
}

.editIcon {
  cursor: pointer;
  color: #2e60ab;
}

.editIconCheck {
  cursor: pointer;
  color: #2e60ab;
}

.editIcon:hover,.editIconCheck:hover {
  color: black;
}

.inputEditDeviceName {
  font-size: 1.1em;
  color: black;
  margin-right: 5px;
  width: 630px;
  background-color: #eeeeee;
  margin-bottom: 15px;
}

.inputEditDeviceName div {
  border-radius: 0px !important;
}

.inputEditDeviceNameBGColor {
  background-color: #b1c8ec;
}

.deviceDiv {
  margin-top:'30px';
}

.deviceDiv h3 {
  display: flex;
  align-items: center;
}

.flex {
  display: flex;
}

.flexAlignmentCenter {
  align-items: center;
}

.flexColumn {
  flex-direction: column;
}

.userInfo a {
  padding: 0 5px;
}

.loadingDiv {
  height: 100%;
  width: 100%;
  background-color: #28282a; 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.myFilesAccordionDetails {
  background-color: #eaeff1;
  padding: 0px;
}

.MuiDataGrid-main {
  background-color: white;
}

.MuiDataGrid-columnHeaders {
  background-color: #28282a;
  color: white;
}

.appRootDiv {
  height: 100%;
}

.pn-msg-list {
  height: 500px;
}

.fullHeight {
  height: 100%;
}

/*Ab hier eigene Messenger variante */
#messengerChat {
  width: 100%;
  height: 100%;
  background-color: #f3f5f8;
  display: flex;
  flex-direction: column;

}

.testMessagePeerGuid, #remotePeerGuid {
  height: 40px;
}

.messengerContent {
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-bottom: 1px solid #d7d7d7;
  color: grey;
  font-size: 13px;
  position: relative;
}

.messengerInput {
  width: 100%;
  height: 75px;
  display: flex;

}

.messengerInput input {
  display: flex;
  height: 50px;
  width: 95%;
  border: 0px;
  padding-left: 20px;
  color: grey;
}

.messengerSend {
  height: 75px;
  cursor: pointer;
}

.messengerSend svg {
  height: inherit;
}

.messengerContent ul{
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  overflow-y: auto;
  display: flex;
  flex-direction: column-reverse; /* Scroll always to bottom */
  height: 100%;
  width: 100%;
  padding: 10px;
}

.messengerContent ul li{
  display:inline-block;
  clear: both;
  /*border-radius: 30px;*/
  margin-bottom: 2px;  

}

.messengerContent .li_your{
  float: left;
}

.messengerContent .li_my{
  float: right;

}

.messageRow {
  display: flex;
}

.messageDiv {
  max-width: 300px;
  min-width: 150px;  
}

.messageText {
  overflow-wrap: break-word;
  padding: 10px;
  padding-bottom: 0px;
}

.messageDate {
  padding: 0 10px 5px 0;
}

.messageUserOffline {
  color: #db3535;
  font-size: 14px;
  padding: 10px;
}




/*Nach jedem Wechsel my/your margin einfügen */
.li_your + .li_my, .li_my + .li_your{
  margin-bottom: 15px;
}

.yourChatStart {
  border-top-right-radius: 15px;
}

.myChatStart {
  border-top-left-radius: 15px;
}

/* durch die Umsortierung des Chatverlaufs in js-code-render (.reverse()), muss die letzte Message mit 'first-of-type' abgefragt werden*/
.li_your + .li_my .myMessageDiv, .li_my:first-of-type .myMessageDiv{
  border-bottom-left-radius: 15px;
}

/* durch die Umsortierung des Chatverlaufs in js-code-render (.reverse()), muss die letzte Message mit 'first-of-type' abgefragt werden*/dsf
.li_my + .li_your .yourMessageDiv, .li_your:first-of-type .yourMessageDiv{
  /* Irgendwie geht das nicht */
  border-bottom-right-radius: 15px;
}


.myMessageDiv {
  
  background: #0084ff;
  color: #fff;
  /*border-radius: 15px;*/
  
}

.yourMessageDiv {
  background: #e0e0e0;
  /*border-radius: 15px;*/
  
}

.messageUserAvatar {
  display: block;
  width: 40px;
  padding-top: 5px;
}

.messageMyUserAvatar {
  margin-left: 15px;
}

.messageYourUserAvatar {
  margin-right: 15px;
}





.messageDate {
  text-align: right;
}

.refreshButton {
  margin-top: 12px;
  color: grey;
  width: 24px;
  height: 24px;
}

.refreshButton:hover {
  color: black;
  cursor: pointer;
}

.rotateButton{
  animation: spinner 1.2s linear infinite;
}

@keyframes spinner {
  to {
  transform: rotate(360deg);
  }
}

.zoomIn {
  cursor: zoom-in;
}

.EnlargedImage {
  display: none;
}

.imageEnlarge_img {
  width: 40px; 
  height: auto;
}

.myAccordionRow {
  display: flex;
}
 
.deviceId {
  margin-top: 20px;
}


.productHeroLayout .logo {
  margin-bottom: 10em;
}

.css-ksffm-MuiTypography-root {
  text-align: center !important;
}

/*body {
  background-size: 'cover';
  background-repeat: 'no-repeat';
  background:url("../public/assets/images/bg2.jpg");
}*/

.MuiDataGrid-footerContainer {
  background-color: white;
}

#downloadHash {
  background-color: white;
}

.invitationMethod {
  position: relative;
  background-color: white;
  line-height: 4em;
  font-size: 1.2em;
  padding-left: 2em;
  cursor: pointer;
}

.invitationMethod:hover {
  background-color: gainsboro;
  
}

.alertFadeIn {
  margin-top: 1em;
  animation: fadeIn 0.3s;
  -webkit-animation: fadeIn 0.3s;
  -moz-animation: fadeIn 0.3s;
  -o-animation: fadeIn 0.3s;
  -ms-animation: fadeIn 0.3s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

.svgAbsolute {
  position: absolute;
  top: 25px;
}

.svgAbsoluteMin1 {
  top: -1px;
}

.copyText {
  margin-left: 30px;
}

/*SIGNUP*/
.TextField-root-24 {
  margin-top: 0px !important;
}

.TextField-formLabel-32 {
  font-size: 15px !important;
}

.TextField-inputBorder-26:focus, .TextField-input-25 {
  border: inherit !important;
}

/*END-SIGNUP*/

#demo-customized-button {
  background-color: #3779b8;
  text-transform: inherit;
  border-radius: 0px;
  height: 100%;
}

#demo-customized-button:hover {
  background-color: #529de4;
}

#basicMenuDiv {
  height: 100% !important;
}

.basicMenuItemActive {
  color: #3779b8 !important;
  font-weight: bold;
}



.headlineSocialMedia {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pshareButton {
  color: white;
}


/* Ab hier MetaMask css */
.MetaMaskButton {
  display: flex;
  color: white;
  background: -webkit-linear-gradient(left, #e5771b, #753d16);
  background-size: 200% 200%;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  border-width: 1px;
  cursor: pointer;
  font-size: 19px;
  margin: 5px;
  width: calc(100% - 10px);
  overflow: hidden;
  padding: 0px 10px;
  height: 50px;
}
.MetaMaskButton:hover {
  background: -webkit-linear-gradient(left, #e5771b, #e5771b);
}

.MetaMaskButton img {
  width: 26px;
}

.MetaMaskAddress {
  background-color: #e5771b;
  color: black;
  padding: 5px;
  border-radius: 5px;
  border: none;
}


/* Ende MetaMask css */


.h2CenterDiv {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 75px;
}

.aboutPshareTextDiv {
  z-index: 1;
  background-color: white;
  padding: 30px;
  box-shadow: 1px 1px 10px gainsboro;
}

/* Language Picker */
.languagePicker {
  position: absolute;
  top: 20px;
}


.lang{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lang .dropdown {
  position: relative;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;  
}

.lang:hover .dropdown{  
    display: flex;
    flex-direction: column;
    align-items: center;  
} 

.lang:hover .dropdown li{
  margin: 0;
  display: block;
  padding: 10px 0;
}

.lang:hover .dropdown li div:hover{
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.en-US{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Ccircle style='fill:%23F0F0F0;' cx='256' cy='256' r='256'/%3E%3Cg%3E%3Cpath style='fill:%230052B4;' d='M52.92,100.142c-20.109,26.163-35.272,56.318-44.101,89.077h133.178L52.92,100.142z'/%3E%3Cpath style='fill:%230052B4;' d='M503.181,189.219c-8.829-32.758-23.993-62.913-44.101-89.076l-89.075,89.076H503.181z'/%3E%3Cpath style='fill:%230052B4;' d='M8.819,322.784c8.83,32.758,23.993,62.913,44.101,89.075l89.074-89.075L8.819,322.784L8.819,322.784 z'/%3E%3Cpath style='fill:%230052B4;' d='M411.858,52.921c-26.163-20.109-56.317-35.272-89.076-44.102v133.177L411.858,52.921z'/%3E%3Cpath style='fill:%230052B4;' d='M100.142,459.079c26.163,20.109,56.318,35.272,89.076,44.102V370.005L100.142,459.079z'/%3E%3Cpath style='fill:%230052B4;' d='M189.217,8.819c-32.758,8.83-62.913,23.993-89.075,44.101l89.075,89.075V8.819z'/%3E%3Cpath style='fill:%230052B4;' d='M322.783,503.181c32.758-8.83,62.913-23.993,89.075-44.101l-89.075-89.075V503.181z'/%3E%3Cpath style='fill:%230052B4;' d='M370.005,322.784l89.075,89.076c20.108-26.162,35.272-56.318,44.101-89.076H370.005z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23D80027;' d='M509.833,222.609h-220.44h-0.001V2.167C278.461,0.744,267.317,0,256,0 c-11.319,0-22.461,0.744-33.391,2.167v220.44v0.001H2.167C0.744,233.539,0,244.683,0,256c0,11.319,0.744,22.461,2.167,33.391 h220.44h0.001v220.442C233.539,511.256,244.681,512,256,512c11.317,0,22.461-0.743,33.391-2.167v-220.44v-0.001h220.442 C511.256,278.461,512,267.319,512,256C512,244.683,511.256,233.539,509.833,222.609z'/%3E%3Cpath style='fill:%23D80027;' d='M322.783,322.784L322.783,322.784L437.019,437.02c5.254-5.252,10.266-10.743,15.048-16.435 l-97.802-97.802h-31.482V322.784z'/%3E%3Cpath style='fill:%23D80027;' d='M189.217,322.784h-0.002L74.98,437.019c5.252,5.254,10.743,10.266,16.435,15.048l97.802-97.804 V322.784z'/%3E%3Cpath style='fill:%23D80027;' d='M189.217,189.219v-0.002L74.981,74.98c-5.254,5.252-10.266,10.743-15.048,16.435l97.803,97.803 H189.217z'/%3E%3Cpath style='fill:%23D80027;' d='M322.783,189.219L322.783,189.219L437.02,74.981c-5.252-5.254-10.743-10.266-16.435-15.047 l-97.802,97.803V189.219z'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 25px;
  height: 25px;
}

.de-DE{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath style='fill:%23FFDA44;' d='M15.923,345.043C52.094,442.527,145.929,512,256,512s203.906-69.473,240.077-166.957L256,322.783 L15.923,345.043z'/%3E%3Cpath d='M256,0C145.929,0,52.094,69.472,15.923,166.957L256,189.217l240.077-22.261C459.906,69.472,366.071,0,256,0z'/%3E%3Cpath style='fill:%23D80027;' d='M15.923,166.957C5.633,194.69,0,224.686,0,256s5.633,61.31,15.923,89.043h480.155 C506.368,317.31,512,287.314,512,256s-5.632-61.31-15.923-89.043H15.923z'/%3E%3C/svg%3E%0A");
  width: 25px;
  height: 25px;
}

/*Notification in AppAppBar*/
.notificationDiv {
  /*width: 75px;*/
  padding-left: 50px;
  padding-right: 50px;
}

.notificationIcon {
  cursor: pointer;
  width: 24px;

}

.notificationRequestsDiv {
  width: 300px;
  height: auto;
  position: absolute;
  top: 70px;
  right: 200px;
  background-color: #424242;
}

.notificationRequestsDiv h2 {
  padding-left: 10px;
}

.notificationRequestsDiv button, .partnerInfoPartnerRequest button {
  background-color: #3779b8;
}


.requestDiv:nth-child(even){
  background-color: #424242;  
}
.requestDiv:nth-child(odd) {
  /*background-color: #6b798a;  */
}

.requestDiv {
  padding: 20px 15px;
  font-size: 13px;
}

.requestDiv:hover {
  background-color: #2c2c2c;
}
.requestAnswerButtons, .requestUserData {
  display: flex;
}

.requestAnswerButtons {
  padding-top: 15px;
}

.requestAnswerButtons button {
  font-size: 11px !important;
}

.requestAnswer {
  margin-right: 15px;
}

.requestUserAvatar {
  margin-right: 10px;
}

#appAppBarDiv a, .startSignUpButton {
  text-decoration: none !important;
}

.userDeviceNameDiv {
  padding-right: 50px;
  font-size: small;
}

/* FirstNavigationBar, SecondNavigationBar */
.firstNavigationBar, .secondNavigationBar {
  height: 4rem;
}

.firstNavigationBar {
  background-color: #333333;
}

.secondNavigationBar {
  background-color: none;
}

.firstNavigationBar, .secondNavigationBar {
  padding: 12px;
}

.firstNavigationBarContent, .secondNavigationBarContent {
  display: flex;
}

.secondNavigationBarContent {
  justify-content: space-around;
}

.firstNavigationBarContent .myProfileAvatar {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  
}

.firstNavigationBarContent .moreOptions {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#firstNavigationBarMenuButton {
  border-radius: 0px;
  background-color: inherit !important;
}

.firstNavigationBarMenuIcon {
  background-color: none !important;
}

/* Ende FirstNavigationBar */

/* MyProfile */
.myProfile {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #424242;
  left: -350px;
  top: 0px;
  z-index: 100; 
  transition: 0.3s; 
  color: white;;
}

.myProfileSlide {
  left: 0px;
}

.myProfileHead {
  background-color: #333333;
  padding: 12px;
  padding-top: 5em;
  display: flex;
  font-weight: bold;;
}

.myProfileBackIcon {
  cursor: pointer;
  fill: #ffffff;  
  margin-right: 1.5em;
  margin-left: 0.5em;
}

.myProfileContent {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.editMyProfileImage {
  padding: 3em 0em;
}

.myProfileContent .userAvatarDiv {
  display: flex;
  justify-content: center;
}

.myProfileContent .userAvatarDiv .userAvatar {
  height: 10em;
  width: 10em;
  font-size: inherit !important;
}

.editMyUserNameDiv, .moreInfosDiv {
  background-color: #5b5b5b;
  padding: 0.5em;
}

.editMyUserNameDivSettingsView, .moreInfosDivSettingsView {
  background-color: #eeeeee;
  width: 600px;
  color: black;
  padding: 8.5px 14px;
  border: 1px solid #b0b0b0;
}

.editMyUserNameDivSettingsView .editMyUserName .editIcon, .editMyUserNameDivSettingsView .editMyUserName .editIconCheck {
  cursor: pointer;
  color: #2e60ab;
}

.editMyUserNameDivSettingsView .editMyUserName .editIcon:hover, .editMyUserNameDivSettingsView .editMyUserName .editIconCheck:hover {
  color: black;
}

.editMyUserNameDivSettingsView .editMyUserName .inputEditUserName input  {
  opacity: 1;
  color: black;
  -webkit-text-fill-color: rgb(0, 0, 0);
}

.editMyUserNameDivSettingsView .editMyUserName .inputEditUserName input:disabled, .moreInfosDivSettingsView input:disabled  {
  opacity: 1;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.38) !important;
}


.myProfileLabelSmall {
  font-size: small;
  padding-top: 10px;
}

.editMyUserName {
  display: flex;
  justify-content: space-between;
}

.editMyUserName .editIcon, .editMyUserName .editIconCheck {
  cursor: pointer;
  color: #ffffff;
}

.editMyUserName .inputEditUserName, .editMyUserName .userNameEditorDiv {
  width: 100%;
}

.editMyUserName .inputEditUserName input, .moreInfosDiv input {
  color: white;
  padding-left: 0px;
  padding-top: 0px;
}


.editMyUserName .inputEditUserName input:disabled, .moreInfosDiv input:disabled {
  color: #c9c9c9;
  -webkit-text-fill-color: #c9c9c9;
}

.editMyUserName .inputEditUserName fieldset {
  border: none;
}

.editMyUserName .inputEditUserNameBGColor {
  border-bottom: 1px solid;
}

.moreInfosDiv {
  margin-top: 2em;
  margin-bottom: 2em;
}

.moreInfosDiv input {
  background: none;
  font-size: 1rem;
  border: none;
}

/* Ende MyProfile */

.userAvatar {
  cursor: pointer;
}

.socialLoginButtonDisabled, .signInUpButtonDisabled, .shareDataGridDisabled, .isLoadingDivDisabled, .hideComponent {
  opacity: 0.4;
  pointer-events:none;
}

/* profileImageUploader */

.profileImageUploaderDiv  .card{
    width: 310px;
    height: 310px;
    padding: 15px;
    display: flex;
    justify-content: center;
    /*background-image: url('https://github.com/OlgaKoplik/CodePen/blob/master/leaf2.png?raw=true'), url('https://github.com/OlgaKoplik/CodePen/blob/master/leaf.png?raw=true');*/
    background-repeat: no-repeat, no-repeat;
    background-position: 120% -5%, 200% -40%;
    background-size: 40%, 80%;
    animation: open .5s;
  }
  @keyframes open {
    0%  {background-position: 166% -25%, 220% -69%;}
    100%{background-position: 120% -5%, 200% -40%;}
  }
  .profileImageUploaderDiv form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .profileImageUploaderDiv .field{
    margin: 5px;
    display: flex;
    flex-direction: column;
    }
  .profileImageUploaderDiv input[type="file"] {
    display: none;
  }
  
  .profileImageUploaderDiv .custom-file-upload {
    border-radius: 50%;
    display: inline-block;
    position: relative;
    padding: 6px;
    cursor: pointer;
    background: linear-gradient(270deg, #3fa1a9, #79f1a4);
    margin-bottom: 25px;
  }
  
  .profileImageUploaderDiv .img-wrap{
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
  }
  
  .profileImageUploaderDiv .img-upload:before{
    position: absolute;
    padding-top: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #63d3a6;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    opacity: 0;
    transition: .5s ease;
    background-color: #fff;
  }
  .profileImageUploaderDiv .img-upload:hover:before{
   opacity: 1;
  }
  .profileImageUploaderDiv img {
    width: auto;
    height: 100%;
  }
  
  .profileImageUploaderDiv label{
    text-transform: uppercase;
    font-weight: 700;
    color: #676767;
  }
  
  .profileImageUploaderDiv input{
    border-radius: 15px;
    border: 1px solid #b7b7b7;
    padding: 5px 5px 5px 10px;
    font-size: 18px;
    transition: 0.2s;
  }
  .profileImageUploaderDiv input:focus{
    outline: none;
    border: 1px solid #64d488;
  }
  .profileImageUploaderDiv input::placeholder{
    color: #bebebe;
  }
  .profileImageUploaderDiv .name{ 
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #676767;
    max-width: 220px;
    overflow-wrap: break-word;
  }
  .profileImageUploaderDiv .status{
    text-align: center;
    max-width: 220px;
    overflow-wrap: break-word;
  }
  .profileImageUploaderDiv button{
    position: relative;
    color: #054231;
    letter-spacing: 1px;
    margin: 20px;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    transition: 0.5s;
    border-radius: 10px;
    cursor: pointer;
    border-radius: 25px;
    border: none;
    background: #64d488;
  }
  .profileImageUploaderDiv .save{
    font-weight: 600;
    left: -20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 20px;
    box-shadow: 20px 0px 40px 0px  #63d3a6;
  }
  .profileImageUploaderDiv .edit{
    color: #fff;
    width: 180px;
  }
  .profileImageUploaderDiv button:hover{
    left: 0;
    color: #fff;
    width: 180px;
    box-shadow: 0px 0px 20px 0px  #63d3a6;
  }
  .profileImageUploaderDiv button:focus{
    outline: none;
  }
  .profileImageUploaderDiv .lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
  }
  .profileImageUploaderDiv .lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .profileImageUploaderDiv .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }

  .profileImageUploadIcon {
    position: absolute;
    color: white;
    top: 33%;
    left: 33%;
    width: 5em !important;
    height: 5em;
    opacity: 0.7;
  }


/* profileImageUploader Ende */

.justifyContentCenter {
  justify-content: center;
}

.alignItemsCenter {
  align-items: center;
}

.padding1ex {
  padding: 1ex 0 1ex 0;
}

/* partner Info Bar*/
.partnerInfo {
  background-color: #cccccc;
  box-shadow: 4px 5px 13px 5px rgb(0 0 0 / 21%);
}

.partnerInfoBar {
  background-color: #333333;
  width: 100%;
  height: 70px;
  padding: 15px;
  color: #e2e2e2;;;
  display: flex;
  align-items: center;
  
}

.partnerInfoProfileImage {
  padding-right: 10px;
}

.partnerInfo div.MuiBox-root {
  padding: 0px;
}

.partnerInfoPartnerRequest {
  padding-left: 100px;
}

.partnerInfoPartnerRequest .requestAnswerButtons {
  padding-top: 0px !important;
}

.partnerTabs {
  height: 48px;
}

/* TabPanel - partnerTabs - partnerInfo */
.partnerTabPanel {
  height: calc(100% - 70px - 48px);
  max-height: calc(100% - 70px - 48px);
}
/* ENDE partner Info Bar*/

.MuiAccordion-rounded, .MuiDataGrid-columnHeaders {
  border-radius: 0px !important;
}

.fullHeight .MuiBox-root, .fullHeight .MuiTypography-root {
  height: 100%;
  position: relative;
}

.appAppBarVersion {
  padding-left: 40px;
}

/*
rejactjs-popup
*/

.popup-content {
  position: absolute !important;
  left: 50% !important;  
  top: 50% !important;
  transform: translate(-50%, -50%);

  max-width: 600px !important;
  width: 90% !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 3px !important;
  background-color: #292d3e !important;
  border: 1px solid #464545 !important;
  color: #fff !important;
  border-radius: 5px !important;
  padding: 1.5rem !important;
  padding-top: 0px !important;
}

.popup-overlay {
  background: rgba(0,0,0,.5) !important;
}

.popup-arrow  {
  display: none;
}

.popupDiv {
  font-size: 0.9em;
}

.popupDiv h3 {
  font-family: 'Arial';
  font-size: 1.5em;
  text-align: center;
}

.popupContent div {
  padding-top: 20px;
}

.popupDevicesList {
  overflow-x: auto;
  max-height: 400px;
  padding-top: 0px;
  margin-top: 20px;
}

.popupDevicesList div {
  padding-top: 10px;
}

.popupDeviceRow:first-of-type {
  border-top: 1px solid gainsboro !important;
}

.popupDeviceAdditionalInfo {
  color: gainsboro;
  padding-top: 0px !important;
}

.popupDeviceName {
  color: #8888e0;
  text-decoration: underline;
}

.popupDeviceName:hover {
  color: white;  
}

.divider {
  border-bottom: 1px solid gainsboro;
  padding-bottom: 10px;
}

/*
End rejactjs-popup
*/

.myPshareStartButton {
  background-color: #64c1f7 !important;
}

.myPshareStartButton svg {
  display: none !important;
}

.oldVersionDiv {
  padding-left: 10px; 
  color: #be1f00;
}

/* Browser Update org */
#buorg {
  background-color: #fe7575 !important;
  border-bottom: 1px solid #ffffff !important;
}

#buorgul {
  background: #b90a0a !important;
  border-radius: 0px !important;
  margin-top: 15px;
}

#buorgul:hover {
  background: #ff9494 !important;
}

#buorgHide {
  background-color: #f7caca;
  padding: 5px;
  border: 1px solid white;
  margin-left: 20px;
}

#buorgHide:hover {
  background-color: white;
}

/* Ende Browser Update Org */

.TextEditorLengthError {
  color: red;
  padding-top: 5px;
  font-size: 0.75em;
}

.shareHashId {
  cursor: pointer;
}

#simple-tabpanel-1 .progressCircle  {
  left: 40%;
  position: absolute;
}

/* Headless Browser */
#fileChooserHeadless {
  /*display: none;*/
}
div.rendered-react-keyed-file-browser div.action-bar {
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start; }
  div.rendered-react-keyed-file-browser div.action-bar input[type="search"] {
    display: block;
    flex-grow: 2;
    min-width: 300px;
    padding: 0.25rem 0.5rem;
    line-height: 1em;
    margin-bottom: 0.5rem;
    border: 0.1rem solid #ddd; }
  div.rendered-react-keyed-file-browser div.action-bar .item-actions {
    text-align: right;
    margin: 0;
    padding: 0; }
  div.rendered-react-keyed-file-browser div.action-bar ul.item-actions {
    display: block;
    flex-grow: 1;
    min-width: 300px;
    margin-left: 10px;
    white-space: nowrap; }
    div.rendered-react-keyed-file-browser div.action-bar ul.item-actions li {
      display: inline-block;
      margin: 0; }
      div.rendered-react-keyed-file-browser div.action-bar ul.item-actions li:not(:last-child) {
        margin-right: 0.5rem; }

div.rendered-react-keyed-file-browser div.files table {
  width: 100%;
  margin-bottom: 2rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  div.rendered-react-keyed-file-browser div.files table th, div.rendered-react-keyed-file-browser div.files table td {
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 0.5rem; }
  div.rendered-react-keyed-file-browser div.files table th {
    font-weight: bold; }
  div.rendered-react-keyed-file-browser div.files table th.size, div.rendered-react-keyed-file-browser div.files table th.modified, div.rendered-react-keyed-file-browser div.files table td.size, div.rendered-react-keyed-file-browser div.files table td.modified {
    text-align: right; }
  div.rendered-react-keyed-file-browser div.files table th.name i, div.rendered-react-keyed-file-browser div.files table td.name i {
    padding-right: 0.5rem; }
  div.rendered-react-keyed-file-browser div.files table thead th {
    border-bottom: 0.1rem solid #ddd; }
  div.rendered-react-keyed-file-browser div.files table tr:not(:last-child) td {
    border-bottom: 0.1rem solid #eee; }
  div.rendered-react-keyed-file-browser div.files table td.name {
    padding-left: 0.8rem; }
    div.rendered-react-keyed-file-browser div.files table td.name form.renaming {
      display: flex;
      align-items: center; }
      div.rendered-react-keyed-file-browser div.files table td.name form.renaming i {
        flex-grow: 0;
        flex-shrink: 0; }
      div.rendered-react-keyed-file-browser div.files table td.name form.renaming input[type="text"] {
        flex: 1; }
  div.rendered-react-keyed-file-browser div.files table tr td {
    cursor: pointer; }
  div.rendered-react-keyed-file-browser div.files table tr.selected td {
    font-weight: bold; }
    div.rendered-react-keyed-file-browser div.files table tr.selected td input, div.rendered-react-keyed-file-browser div.files table tr.selected td button {
      font-weight: normal; }
    div.rendered-react-keyed-file-browser div.files table tr.selected td.name {
      position: relative; }
      div.rendered-react-keyed-file-browser div.files table tr.selected td.name:after {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        width: 0.3rem;
        height: 100%;
        background: #1d4567; }
  div.rendered-react-keyed-file-browser div.files table tr.dragover td, div.rendered-react-keyed-file-browser div.files table tr.dragover th {
    background: #eee; }

div.rendered-file-browser div.files li.file.pending, div.rendered-file-browser div.files li.file.dragging, div.rendered-file-browser div.files li.folder.pending, div.rendered-file-browser div.files li.folder.dragging {
  opacity: 0.4; }

div.rendered-file-browser div.files li.file.dragover, div.rendered-file-browser div.files li.folder.dragover {
  background: #eee; }

div.rendered-file-browser div.files li.file.selected > div.item, div.rendered-file-browser div.files li.folder.selected > div.item {
  color: #fff;
  background: #ccc; }
  div.rendered-file-browser div.files li.file.selected > div.item .text-muted, div.rendered-file-browser div.files li.folder.selected > div.item .text-muted {
    color: #e6e6e6; }
  div.rendered-file-browser div.files li.file.selected > div.item a:not(.btn), div.rendered-file-browser div.files li.file.selected > div.item.folder a:not(.btn), div.rendered-file-browser div.files li.file.selected > div.item i, div.rendered-file-browser div.files li.folder.selected > div.item a:not(.btn), div.rendered-file-browser div.files li.folder.selected > div.item.folder a:not(.btn), div.rendered-file-browser div.files li.folder.selected > div.item i {
    color: #fff; }

div.rendered-file-browser div.files ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(3, 1fr); }
  div.rendered-file-browser div.files ul li.folder {
    grid-column: 1/4; }
    div.rendered-file-browser div.files ul li.folder > div.item {
      display: flex;
      flex-direction: row;
      align-items: center;
      padding-left: 4px;
      border: 1px solid #eee; }
      div.rendered-file-browser div.files ul li.folder > div.item span.name {
        flex: 1;
        line-height: folder-size; }
      div.rendered-file-browser div.files ul li.folder > div.item span.thumb {
        flex-basis: 45px;
        border: none;
        text-align: center; }
        div.rendered-file-browser div.files ul li.folder > div.item span.thumb > i {
          line-height: 45px;
          font-size: 18px; }
      div.rendered-file-browser div.files ul li.folder > div.item form.renaming {
        margin-top: 8px;
        margin-right: 8px; }
    div.rendered-file-browser div.files ul li.folder > p {
      margin: 8px;
      margin-bottom: 0;
      padding: 0; }
    div.rendered-file-browser div.files ul li.folder.expanded {
      padding-bottom: 8px;
      border-bottom: 1px solid #eee;
      border-left: 4px solid #eee;
      border-right: 1px solid #eee; }
      div.rendered-file-browser div.files ul li.folder.expanded > div.item {
        padding-left: 0px;
        margin-right: -1px;
        margin-left: -1px; }
      div.rendered-file-browser div.files ul li.folder.expanded.selected {
        border-bottom: 1px solid #ccc;
        border-left: 4px solid #ccc;
        border-right: 1px solid #ccc; }
  div.rendered-file-browser div.files ul li.selected.folder > div.item {
    border: 1px solid #bfbfbf; }
    div.rendered-file-browser div.files ul li.selected.folder > div.item span.thumb {
      border: none; }
  div.rendered-file-browser div.files ul li.file {
    margin: 4px;
    padding: 0; }
    div.rendered-file-browser div.files ul li.file > div.item {
      display: flex;
      flex-direction: column;
      padding: 4px;
      margin: 0; }
      div.rendered-file-browser div.files ul li.file > div.item span.thumb {
        flex-basis: 120px;
        text-align: center;
        position: relative;
        border: 1px solid #eee;
        margin-bottom: 10px; }
        div.rendered-file-browser div.files ul li.file > div.item span.thumb > i {
          font-size: 40px;
          line-height: 120px; }
        div.rendered-file-browser div.files ul li.file > div.item span.thumb div.image {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: 50% 50%;
          background-repeat: no-repeat; }
  div.rendered-file-browser div.files ul li.selected.file > div.item span.thumb {
    border: 1px solid #bfbfbf; }
  div.rendered-file-browser div.files ul li.selected.file > div.item span.thumb div.image {
    opacity: 0.8; }

div.rendered-file-browser p.loading, div.rendered-file-browser p.empty {
  margin: 16px 0; }

/*Font Awesome*/
@font-face {
  font-family: 'FontAwesome';
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }
