body {
  background-color: #d6dae0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 0px;    
  font-weight: 400;  
  padding-bottom: 40px;
}

.center_box {
  max-width: 986px;
  margin: 0 auto;
  position: relative;
}

#header {
  background: #FFFFFF;
  width: 100%;
  position:relative;
  height: auto;
}
#header > div:first-child {
  background: #395981;
  /*background: #24344e;*/
}
#header > div:first-child > div {
  text-align: right;
}
#header > div:nth-child(2) {
  padding: 7px 10px 10px 0px;
}
#header_centered > a {
  margin-left: 5px;
}
#header_navigation {
  position: absolute;
  right: 15px;
  top: 22px;
  color: #395981;
}
#header_navigation li.active {
  color: #b45e0e;
}

#header_navigation a {
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

#header_navigation a:hover {
  color: tomato;
}

#header_navigation input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -6px;
  left: -7px;
  cursor: pointer;
  opacity: 0;
  z-index: 3;
  -webkit-touch-callout: none;
}

#header_navigation span {
  display: none;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #395981;
  border-radius: 3px;
  z-index: 2;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#header_navigation span:first-child {
  transform-origin: 0% 0%;
}

#header_navigation span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#header_navigation input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #395981;
}

#header_navigation input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#header_navigation input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#header_navigation #menu {
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
  right: 0px;
}

#header_navigation #menu li {
  padding: 10px 10px 10px 10px;
  font-size: 22px;
  position: relative;
  float: left;
  white-space: nowrap;
}
#header_navigation #menu li:nth-last-child(2) {
  padding-right: 0px;
}
#header_navigation li a i {
  left: 0px;
  position: absolute;
}

#header_navigation input:checked ~ ul {
  transform: none !important;
  display: block !important;
}
#header_navigation #menu li.subnavigation {
  display: none;
}

#menu_user {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 17px;
  margin-top: 2px;
  margin-right: 10px;
  display: inline-block;
}
#menu_user li {
  float: left; cursor: pointer; font-size: 14px;
  margin-left: 5px;
}
#menu_user li:last-child {
  margin-left: 20px;
}
#menu_user li i:before {
  margin-right: 5px; 
}
#menu_user li a:link, #menu_user li a:visited  {
  color: #ffffff;
}
#menu_user li a:active, #menu_user li a:hover {
  color: #b45e0e;
}
#menu_user li.lang.active  {
  font-weight: bold;
}

/* below 800 px */
@media only screen and (max-width: 800px) {
  #header_navigation {
    top: 32px;
    right: 10px;
  }
  #header_navigation span {
    display: block;
  } 
  
  #header_navigation #menu {
    display: none;
    background: #ededed;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    position: absolute;
    margin: -48px 0px 0px 0px;
    padding: 25px;
  } 
  
  #header_navigation #menu li {
    float: none; 
  }
  
  #header_subnavigation {
    display: none;
  }
  #header_navigation #menu li.subnavigation {
    display: inline-block;
  }
  #content { width: auto; }
  #content_left { width: calc(100% - 20px); margin-right: 0px; }
  #sharing { width: 280px; }
  #company_exc_left { width: 100% !important; }
  #company_exc_right { width: 100% !important; margin-left: 0px !important; }
  #company_exc_right table { width: calc(50% - 8px) !important; float: left; margin-top: 16px; }  
  #company_exc_right table:nth-of-type(2n) { margin-left: 16px; }
  #company_exc_right>br { display: none; }
  .message_box_success, .message_box_error { width: 100%; }
}
.only_liquid { display: none; }

h1 { font-size: 20px; margin: 0px; padding: 0px; }
h1.active { background: #395981; }

h2 { font-size: 20px; margin: 10px 0px 10px 0px; padding: 0px; font-weight: normal; position: relative; }
h2.akt { background: #395981; padding: 4px 4px 4px 6px; color: #FFFFFF; }
h2.del { background: #888888; padding: 4px 4px 4px 6px; color: #FFFFFF; }

h3 { font-size: 20px; margin-top: 0px; margin-bottom: 2px; font-weight: normal; position: relative; }
h3.akt { color: #395981; }
h3.del { color: #888888; }

img { border: none; }
             
button { 
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    line-height: normal;
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}
button { padding: 2px 10px; border: none; font-size: 16px; font-weight: bold; color: #FFFFFF; background: #b45e0e; cursor: pointer; }
button:hover {background: #395981; }
button.small { font-size: 16px; height: 28px; font-weight: normal; }

a:link, a.icon_link { color: #395981; text-decoration: none; }
a:visited { color: #395981; text-decoration: none;  }
a:active { color: #b45e0e; text-decoration: none;  }
a:hover { color: #b45e0e; text-decoration: none; }

div.labels, div.values { float: left; }
form div.labels, form div.values { line-height: 30px; }
form input[type=text], form input[type=password], form textarea { width:170px; background: #e9e9e9; border: none; border-bottom: 1px dotted #3a3a3d; color: #3a3a3d; padding: 4px; }
form select { width:175px; background: #b5bac3; border: 1px solid #98BAA7; color: #FFFFFF; }
div.labels label { display: block; padding-right: 10px; white-space: nowrap; }
div.values span { display: block; white-space: nowrap; }
form button { margin-top: 10px; }

.message_box_success, .message_box_error {
  position: relative;
  float: left;
  padding: 10px 10px 10px 10px;
  margin: 10px 0px 0px 0px;
  width: 655px;
  line-height: 17px;
  font-weight: bold;
  background-color: #FFFFFF;
}

.message_box_success {
  color: #39b757;
}

.message_box_error {
  color: #c5573d;
}

.invalid_input {
  border: 1px solid #D8000C !important;
  background: #FFBABA !important;
}

.invalid_label {
  color: #D8000C !important;
}

.jqplot-data-label {font-family: 'Cabin', sans-serif; color: #FFFFFF; font-size: 12px; }
 
table {
  width: 100%;
}
     
th { 
  text-align: left;
  background: #395981;
  color: #FFFFFF;
  text-overflow: ellipsis;
  white-space:nowrap; 
  overflow: hidden;
  height: 18px;
  margin-bottom: 2px;
  padding: 3px; 
  font-size: 14px; 
  font-weight: normal;     
}    

td {
 padding: 3px;
 vertical-align: top;
 font-size: 13px;
}
tr:nth-child(even) { background: #f6f6f6; }
tr.even { background: #f6f6f6 !important; }

tr:nth-child(odd) { background: #ededed; }
tr.odd { background: #ededed !important; }


table.property_table td {
  background: #FFFFFF;
  white-space: nowrap;
}         
table.property_table tr>td:first-child { font-weight: bold; }

.strikethrough {
  text-decoration: line-through;
}

.icon_right {
  position: absolute; top: 0px; right: 0px; width: 18px;
}    

fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
}

.clear { clear: both; }

ul {
  padding-left: 18px; 
  margin-top: 0px;
  margin-left: 0px;
}

li label {
  position:absolute;
}

li span {
  margin-left:90px;display:block;width:480px;
} 

.dialog {
  position: absolute;z-index:100;background: #ECECEC; border: 1px solid #ADADAD; 
}

.dialog_header {
  background: #395981;
  padding: 3px; 
  font-weight: bold; 
  color: #FFFFFF; 
  height: 18px; 
  margin-bottom: 2px;
  position: relative;
}

.dialog_header span {
  position: absolute; top: 3px; right: 5px; cursor: pointer;
}


.dialog_body {
  padding: 3px;
}

input::-webkit-input-placeholder {
  color: #979797;
}
input:-moz-placeholder {
  color: #979797;
  opacity: 1;  /* FF sets opacity to 0.54 by default */
}
input::-moz-placeholder {
  color: #979797;
  opacity: 1;  /* FF sets opacity to 0.54 by default */
}
input:-ms-input-placeholder {
  color: #979797;
}

#search_background { background: #FFFFFF; width:100%; height:38px;position:absolute; display: none; }
#content>div#search {
  background: #FFFFFF; width: 300px; height: 38px; position: absolute; right: 0px;
}

#content>div#search form { margin: 0px; padding: 0px; }
#content>div#search button { width: 108px; font-size: 14px; height: 28px; margin-top: 0px; white-space: nowrap; }

#content>div#search input {
  height:24px;background:#e9e9e9;border:0px; padding: 2px 2px 2px 6px; margin-right: 7px; margin-left: 10px; width: 154px; border-bottom: 1px dotted #3a3a3d; color: #3a3a3d;
}

#sharing {
  background: #FFFFFF; width: 280px; height: 16px; position: absolute; right: 0px; /*top: 260px; */ padding: 10px; color: #395981; font-size: 14px; font-weight: bold; 
}
#sharing>span { display:inline-block; }

#sharing>div { float: right; margin-top: -4px; }

#sharing i { font-size: 25px; }

#rectangle {
  position: absolute;
  top: 48px; right: 0px;
  width: 300px;  
  background: #FFFFFF;
}

#rectangle > ins {
  border-bottom: 10px solid #d6dae0;
}

#content {
  max-width:986px;
  margin: 0 auto;
  position: relative;
}

#content_left {
  background: #FFFFFF;
  position: relative;
  float: left; 
  min-height: 318px;
  padding: 10px 10px 10px 10px;
  margin: 10px 10px 10px 0px;
  width: 656px;
}

#content_right {
  position: relative;
  float: right;
  width: 300px;
  margin-top: 90px;
}

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

.content_box a { color: #FFFFFF; text-decoration: underline; }
.content_box a:active,.content_box a:hover { color: #b45e0e; text-decoration: none;  }

.title_box {
  height: 80px; 
  background-color: #395981; 
  padding:10px; 
  color: #FFFFFF; 
  font-size: 14px;
  position: relative;
}

.title_box button { font-size: 11px; padding: 1px; position: relative; top: -1px; }
.title_box button:hover { background: #FFFFFF; color: #395981; }

.title_box h1 {
  font-size: 20px;
  line-height: 20px;
  padding-right: 100px;
}

.title_box div.page_navigation.top { left: -1px; right: inherit; }
.title_box div.page_navigation.top a { color: #FFFFFF; }

.title_box>div {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding-right: 110px;
  line-height: 16px;
}

.title_box a:link { color: #b45e0e; font-weight: bold; }
.title_box a:visited { color: #b45e0e; font-weight: bold;}
.title_box a:active { color: #e8a05d; font-weight: bold; }
.title_box a:hover { color: #e8a05d; font-weight: bold; }


.icon_link {
  cursor:pointer; 
  position: relative; 
  top: -5px; 
  left: 1px; 
}
.icon_link:active, .icon_link:hover {
  color: #b45e0e;
}
td .icon_link {
  font-size: 15px;
  top: -2px;
  left: 0px;
}


.section_body {
  margin-bottom: 20px; 
  margin-top: 10px;
  padding: 0 10px;
}

.section_body h3 {
  padding-right:25px;
}

.section_body_delim {
  border-bottom: 2px dashed #BFBFBF;
  margin: 20px 0px;
}


.page_navigation ul {
  float: right;
  list-style-type:none; 
  padding: 0px;
  margin: 0px; 
}

.page_navigation li {
  float: left;    
  color: #FFFFFF;
  background: #395981;
  margin-right: 1px; 
  text-align: center;
  padding: 2px 2px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
}

.page_navigation li.active, .page_navigation li:hover {
  background: #b45e0e;
}

.page_navigation a {
  color: #FFFFFF;
  text-decoration: none;
}

.page_navigation.top {
  background: #FFFFFF !important;
  display: inline-block;
  position: absolute; 
  bottom: 0px; 
  right: -1px;
  padding: 1px 0px 0px 1px;
}

.page_navigation.bottom {
  margin-top: 12px;
}          


.sub_navigation { }
.sub_navigation a { color: #FFFFFF; text-decoration: none; }
.sub_navigation li { height: 18px; padding: 6px; background: #395981; margin-bottom: 1px; cursor: pointer; font-size: 16px;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.sub_navigation ul { font-weight: bold; list-style: none; padding: 0px; margin: 0px; } 
.sub_navigation li.active, .sub_navigation li:hover { background: #b45e0e; }
.sub_navigation font { color: #FFFFFF; margin-right:3px;position:relative;top:-1px; }


table.list td {
  height: 20px;
}
table.list a {
  color: #000000;
  text-decoration: none;
}
table.list a:hover,table.list a:active {
  text-decoration: underline;
}
table.list tr.showmore td {
  padding-top: 10px;
}
table.list tr.showmore a {
  color: #395981; text-decoration: none;    
}

table.list tr.showmore a:hover, table.list tr.showmore a:active {
  color: #b45e0e; text-decoration: none;    
}

.graph_big {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #FFFFFF;
  margin: 10px;
  z-index: 9999;
  -moz-box-shadow: 1px 1px 2px 2px  #3a3a3a; -webkit-box-shadow: 1px 1px 2px 2px  #3a3a3a; box-shadow: 1px 1px 2px 2px #3a3a3a;
  behavior: url(/includes/PIE.htc); 
}

#graph_closelabel {
  display: none; cursor: pointer; position: absolute; right: 0px;top: 0px; background: #ffffff; padding: 4px;
}

#graph_title {
  font-size: 18px;
  font-weight: bold;
  position: absolute; left: 10px; top: 10px;
}

#graph_detail {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  background-repeat: no-repeat; padding: 4px 4px 4px 48px;
  background-position: 8px 8px;
  background-color: #FFFFFF;
  left: 15px; border-top: 1px solid black; border-right: 1px solid black;
  bottom:15px;
  -moz-box-shadow: 1px 1px 2px 2px  #3a3a3a; 
  -webkit-box-shadow: 1px 1px 2px 2px  #3a3a3a; 
  box-shadow: 1px 1px 2px 2px #3a3a3a;
  cursor:pointer;

  behavior: url(/includes/PIE.htc);
}     
#graph_detail:hover a {
  color: #b45e0e;
} 

#graph_detail img {
  float:left; margin-right: 5px; max-height: 64px;
}

#graph_detail span {
  font-size: 12px; font-weight: normal; 
}

#graph_detail a {
  font-size: 12px; display: block; margin-top: 10px; 
}

#graph_dashboard {
  position: fixed; 
  z-index: 99999;
  position:fixed; right: 150px; top: 17px; font-weight: bold;font-size:13px; color: #7a7a7a;
}

#graph_dashboard span .repulsion,#graph_dashboard span .friction,#graph_dashboard span .gravity {
  cursor: col-resize;
  margin-left: 15px;
}


#graph_dashboard span .gravity {
  cursor: pointer;
  margin-left: 15px;
}

.frob,
.adjusting:hover{
  cursor:col-resize;
}

.frob.adjusting{
  color:#C98300;
}

.frob.huge{
  color:#AA4A02;
}

.frob.tiny{
  color:#C1BE85;
}

.toggle{
  cursor:pointer;
}


#footer a:link { color: #3a3a3d; }
#footer a:visited { color: #3a3a3d; }
#footer a:active { color: #b45e0e; }
#footer a:hover { color: #b45e0e; }

#footer {
  padding: 6px 4px 4px 5px; font-size: 12px; color: #3a3a3d;  
  margin-bottom: 25px;
}

#footer>div {
  float: left;
}
#footer>div h3 {
  color: #395981;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}
#footer>div#copy {
  color: #3a3a3d; 
  margin-right: 10px; 
}

.svg-icon {
  vertical-align: bottom;
  margin-bottom: 1px;
  margin-right: 5px;
}
.svg-icon.x14 { width: 14px; height: 14px; }
.svg-icon.x20 { width: 20px; height: 20px; }
.svg-icon.x25 { width: 25px; height: 25px; }  
.svg-icon.x90 { width: 90px; height: 90px; }  

.svg-icon.akt { color: #46ab5e; }
.svg-icon.del { color: #c5573d; }
.svg-icon.kod { color: #83b739; }
.svg-icon.kos { color: #c5a73d; }
.svg-icon.liq { color: #c5a73d; }

.svg-icon.x90.akt { color: #c4fbd1; }
.svg-icon.x90.del { color: #fbc1b3; }
.svg-icon.x90.kod { color: #d7fba2; }
.svg-icon.x90.kos { color: #ffedad; }
.svg-icon.x90.liq { color: #ffedad; }

#sharing a {
  padding: 2px 0px 0px 2px;
  color: #ffffff;
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 2px;
}
#sharing a.twitter { background: #04adee; }
#sharing a.facebook { background: #3b579d; }
#sharing a.xing { background: #397453; }
#sharing a.linkedin { background: #0077b5; }

.title_box .svg-icon {
  position: absolute;
  bottom: -1px;
  right: 5px;
}

#content_left table tr td .svg-icon.x14 {
  margin-bottom: 2px;
  margin-right: 0px;
}

h3 a.icon_right .svg-icon.x14 {
  width: 15px;
  height: 20px;
  margin-bottom: 3px;
}


/* Responsive layout */
@media only screen and (max-width: 1004px) {
  /*#header_navigation li { padding: 10px 5px 10px 10px; }   */
  #content>div#search { text-align: right; width: 100%; position: relative; } 
  #content>div#search div { position:absolute; right:10px; }
  #content>div#search button {
    width: 35px;
    color: #b45e0e;
    font-size: 0px;
    line-height: 0px;
    margin-left: -11px;
  }
  #content>div#search button svg {
    font-size: 13px;
    color: #fff;
  }
  
  
  #content_left { margin-top: 10px; margin-bottom: 0px; }
  #rectangle > ins { display: none; }
  #content_right { margin-top: 10px !important; float: left; margin-left: 10px; width: 366px; }
  #content { width: 676px; }
  #search_background { display: block; }  
  #content_right { margin-left: 0px; margin-right: 10px; } 
}

 @media only screen and (max-width: 676px) {
    #content { width: 100%; }
    #content_left { width: calc( 100% - 20px ); }
    #content_right { width: 100%; }
}


@media only screen and (max-width: 566px) {
    #content_right { margin-left: 0px; margin-top: 80px; }
    #sharing { position: static; margin: 10px auto auto; } 
    .message_box_success, .message_box_error { width: 100%; }
}

@media only screen and (max-width: 450px) {
  body, td {
    font-size: 16px;
  }

  .sub_navigation li {
    font-size: 18px;
    padding: 10px;
  }

  .sub_navigation li font {
    font-size: 22px;
    line-height: 13px;
    position: relative;
    top: 0px;
  }

  #footer {
    font-size: 14px;
  }

  .message_box_success, .message_box_error { width: 100%; }
  #header_centered { padding-bottom: 20px; }
  
  #company_exc_right { margin-top: 16px; }
  #company_exc_right table { width: 100% !important; margin-left: 0px !important; float: none; margin-top: 0px; }
  #company_exc_right>br { display: block; }
  
  .only_liquid { display: block; }
  .hide_liquid { display: none !important; }
                     
  table.liquid, table.liquid thead, table.liquid tbody, table.liquid th, table.liquid td, table.liquid tr { 
    display: block; 
  }

  table.liquid th { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
    
  table.liquid tr { border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }    
  table.liquid tr:first-child { border: none; }
  table.liquid tr:last-child {  border-bottom: 1px solid #ccc;  }
    
  table.liquid td { 
    border: none;
    border-bottom: 1px solid #eee;  
    position: relative;
    padding-left: 40%; 
    min-height:16px;
  }
    
  table.liquid td:before { 
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%; 
    padding-right: 10px; 
    white-space: nowrap;
    color: #395981;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px; 
    font-weight: bold;  
  }
    
  table.liquid td:before { content: attr(data-label); }

  table.property_table { width: 100% !important; }
  table.property_table tr > td:first-child {
    width: 50%;
  }
  table.property_table td {
      white-space: normal;
  }

  iframe {
    max-width: 100%;
  }

  #footer>div#copy {
    margin-bottom: 5px;
  }

  #content>div#search input { 
    height: 23px;
    top: -4px;
    position: relative;
    width: calc(100% - 55px);
  }

  #content>div#search > form > div {
    width: calc(100% - 10px);
  }
}

div.cc_banner-wrapper>div {
  background: #24344e;
  padding: 0;
  height: 24px;
}

 div.cc_container p.cc_message {
  margin: 0px;
  font-family: Arial, sans-serif; 
  font-size: 14px;
  padding: 4px;
}

div.cc_container a.cc_btn {
  font-family: Arial, sans-serif; 
  background:#b45e0e; 
  border-radius: 0px; 
  font-size:13px;
  padding:5px;
  color: #FFFFFF !important;
  font-weight: bold;
  transition: none !important;
  text-decoration: none !important;
}

div.cc_container a.cc_btn:hover, div.cc_container a.cc_btn:active {
  background: #395981;
  color: #FFFFFF;
}

div.cc_container a:link { color: #999; text-decoration: underline; }
div.cc_container a:visited { color: #999; text-decoration: underline;  }
div.cc_container a:active { color: #b45e0e; text-decoration: none;  }
div.cc_container a:hover { color: #b45e0e; text-decoration: none; }

.results mark {
  background: none;
  font-weight: bold;
}
  
/* icon cumstomization */
i { position: relative; }
i:after {
  display: block;
  width: 100%;
  height: 100%;
  content: ' ';
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: 100%;
}
a:hover i:after, a:active i:after {
  background: none !important;
}

/* json editor */
.je-ready * {
  box-sizing: border-box;
}

.je-ready .row {
  margin-bottom: 20px;
}

.je-ready input[type="text"], .je-ready input[type="password"], .je-ready textarea {
  width: auto;
}

.je-ready button {
  margin-top: 0px;
  padding: 2px 4px;
  font-weight: normal;
  font-size: 14px;
}

.je-ready span > button:not(:first-child) {
  margin-left: 5px;
}

.je-ready .je-table tr th {
  visibility: visible !important;
}
.fa-city:before {
  content: "\f64f"; 
}

.fa-user-friends:before {
  content: "\f500"; 
}

.fa-newspaper:before {
  content: "\f1ea"; 
}

.fa-chart-pie:before {
  content: "\f200"; 
}

.fa-user-alt:before {
  content: "\f406"; 
}

.fa-sign-in-alt:before {
  content: "\f2f6"; 
}

.fa-search:before {
  content: "\f002"; 
}

.fa-linkedin:before {
  content: "\f08c"; 
}

.fa-xing-square:before {
  content: "\f169"; 
}

.fa-twitter-square:before {
  content: "\f081"; 
}

.fa-facebook-square:before {
  content: "\f082"; 
}

.fa-font:before {
  content: "\f031"; 
}

.fa-trash-alt:before {
  content: "\f2ed"; 
}

.fa-check:before {
  content: "\f00c"; 
}

.fa-times:before {
  content: "\f00d"; 
}

.fa-edit:before {
  content: "\f044"; 
}

.fa-file-pdf:before {
  content: "\f1c1"; 
}

.fa-file-word:before {
  content: "\f1c2"; 
}

.fa-file-excel:before {
  content: "\f1c3"; 
}

.fa-file-alt:before {
  content: "\f15c"; 
}

.fa-building:before {
  content: "\f1ad"; 
}

.fa-comments:before {
  content: "\f086"; 
}

.fa-binoculars:before {
  content: "\f1e5"; 
}

.fa-shopping-cart:before {
  content: "\f07a"; 
}

.fa-sync-alt:before {
  content: "\f2f1"; 
}

.fa-exclamation-circle:before {
  content: "\f06a"; 
}

.fa-gavel:before {
  content: "\f0e3"; 
}

