* {
  font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
.ifs_link {
  color: #333;
  font-weight: 900;
}
.ifs_link:hover,
.ifs_link:focus {
  color: #fff;
  font-weight: 900;
}
#header {
  position:fixed;
  left:280px;
  right:0;
  top:0;
  background-color:#00a419;
  height:50px;
  padding:5px;
  color:#fff;
}


#header p {
  margin:5px 0;
  line-height:30px;
}

#rightContent {
  position:fixed;
  left:280px;
  right:0;
  top:50px;
  bottom:0;
  background-color:#efefef;
  overflow-y:auto;
  padding:15px;
}

#leftContent {
  position:fixed;
  left:0;
  top:0;
  bottom:0;
  width:280px;
  background-color:#333;
  padding:0;
  overflow-y:auto;
}

#leftContent .top-level-heading {
  margin:0 0 30px;
  font-weight:900;
  font-size:18px;
  border-bottom:1px solid #fff;
  padding:15px 15px 6px;
  color:#fff;
}

#leftNavTabs li {
  width:100%;
  display:block;
  text-align:left;
}

#leftNavTabs li a {
  text-align:left;
  border-radius:0px;
  background-color:transparent;
  color:rgba(255, 255, 255, 0.4);
  border-right:0;
  border-top:0;
  border-left:0;
  text-transform:none;
  font-weight:300;
}

#leftNavTabs li a:hover, #leftNavTabs li a:focus, #leftNavTabs li.active a {
  background-color:rgba(0, 0, 0, 0.5);
  color:rgba(255, 255, 255, 1);
}

#leftNavTabs li a:hover .material-icons, #leftNavTabs li a:focus .material-icons, #leftNavTabs li.active a .material-icons {
  color:rgba(255, 255, 255, 1);
}

#footer {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:10px;
}

@media (max-width:767px) {
  #footer {
    background-color:#333;
  }
  #installGroup .btn {
    border-right:0.5px solid #efefef;
    background-color:#333;
    padding:0;
  }
}

#installGroup .btn {
  text-align:left;
  font-family:"Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif !important;
  border-right:2px solid #efefef;
}

#installGroup .btn:last-child {
  text-align:left;
  font-family:"Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif !important;
  border-right:0px solid #efefef;
}

#installGroup .btn i {
  font-size:25px;
  display:block;
  width:34px;
  float:left;
  margin-right:15px;
}

@media (max-width:767px) {
  #installGroup .btn i {
    font-size:25px;
    display:block;
    width:100%;
    float:none;
    margin-right:0;
    text-align:center;
  }
}

#installGroup .span-text {
  display:inline-block;
  font-family:"Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif !important;
  text-transform:uppercase;
  font-size:12px;
  margin-top:10px;
}

@media (max-width:767px) {
  #installGroup .span-text-xs {
    display:block;
    white-space:normal;
    text-align:center;
    margin-top:0;
    font-size:8px;
    letter-spacing:1px;
  }
}

#installGroup .btn span.small {
  display:block;
  font-size:10px;
  color:#999;
}

.margin-right {
  margin-right:15px;
}

.left-toggle {
  display:none;
}
@media (max-width: 767px) {
  .left-toggle {
    float: left;
    background: transparent;
    border: none;
  }
  .m-currency-desc {
    position: relative;
    top: 0px;
    left: -20px;
  }
  .m-currency-selector {
    position: relative;
    top: 1px;
    left: -3em;
    width: 50%;
  }
}

@media (max-width:767px) {
  .left-toggle {
    display:block;
    font-size:30px;
    color:#fff;
  }
}

@media (max-width:767px) {
  #leftContent {
    display:block;
    left:-280px;
    transition:all ease-in-out 0.5s;
  }
}

@media (max-width:767px) {
  #leftContent.in {
    display:block;
    left:0;
    transition:all ease-in-out 0.5s;
  }
}

@media (max-width:767px) {
  #rightContent {
    left:0;
    transition:all ease-in-out 0.5s;
  }
}

@media (max-width:767px) {
  #rightContent.in {
    left:280px;
    transition:all ease-in-out 0.5s;
    right:-280px;
  }

}

@media (max-width:767px) {
  #header {
    left:0;
    transition:all ease-in-out 0.5s;
  }
}

@media (max-width:767px) {
  #header.in {
    left:280px;
    transition:all ease-in-out 0.5s;
    right:-280px;
  }
}

.template-cards .panel-title {
  color:#fff;
  font-weight:900;
  font-size:14px;
}

.template-cards .panel-body {
  height:150px;
  background-size:cover;
  background-position:center;
}

.template-cards .panel-footer {
  padding:0;
}

.template-cards .panel-footer .btn {
  border-right:1px solid #999;
}

.template-cards .panel-footer .btn i {
  font-size:25px;
}

.template-cards .panel-footer .btn:last-child {
  border-right:0px solid #999;
}

.well {
  min-height:20px;
  padding:19px;
  margin-bottom:20px;
  background-color:#fff;
  border:1px solid #ccc;
  border-radius:4px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
}

.well-lg h3 {
  color:#999;
  margin:0;
  font-weight:900;
}

.well-lg p {
  margin:15px 0 0;
}

#rightContent .tab-content > .tab-pane.active {
  display: block;
  position: fixed;
  left: 280px;
  right: 0;
  top: 50px;
  overflow-y: auto;
  bottom: 0;
  background-color: #fff;
  padding: 15px 0;
  transition: all ease-in-out 0.5s;
}
@media (max-width: 767px) {

  #rightContent .tab-content > .tab-pane.active {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 50px;
    overflow-y: auto;
    bottom: 0;
    background-color: #fff;
    padding: 15px 0;
    transition: all ease-in-out 0.5s;
  }
  #rightContent.in .tab-content > .tab-pane.active {
    display: block;
    position: fixed;
    left: 280px;
    right: -280px;
    top: 50px;
    overflow-y: auto;
    bottom: 0;
    background-color: #fff;
    padding: 15px 0;
    transition: all ease-in-out 0.5s;
  }

}
#rightContent .tab-content > .tab-pane {
  display: none;
  position: fixed;
  left: 280px;
  right: 0;
  top: 50px;
  bottom: 0;
  background-color: #fff;
  padding: 15px 0;
}

.material-icons {
  font-size:21px;
  margin-top:-1px;
  display:block;
  padding:0;
  float:left;
  color:rgba(255, 255, 255, 0.4);
}

.logo {
  padding:15px 30px;
  background-color:rgba(255, 255, 255, 0.2);
}

.overlay {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
}
.topBar {
  background-color: #424242;
}
span#viewTitle {
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  margin-right: 15px;
  max-width: auto;
}

#viewTitle i {
  display: none;
}

.loading {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  background-image: url('../img/loading_ifs_2.gif');
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
}
.sectionContent {

}
.primaryBtn {
  background-color: #00a419;
  color: #fff;
}
iframe {
  background-color: #ccc;
}
#home {
  background-image: url('../img/WebsiteStage.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.main-welcome-text {
  background-color: rgba(0, 164, 25, 0.8);
}

.main-welcome-text h3 {
  font-size: 60px;
  font-weight: 900;
  line-height: 50px;
}

.main-welcome-text p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  margin: 15px 0;
}

@media (max-width: 767px) {
  span#viewTitle {
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    margin-right: 15px;
    max-width: 228px;
    overflow: hidden;
    max-height: 38px;
    text-align: right;
  }
}
#leftNavTabs li a .label-info {
  background-color: rgba(255, 255, 255, 0.4);
  color: #333;
  width: 20px;
  height: 20px;
  display: block;
  padding: 0;
  line-height: 20px;
  border-radius: 20px;
}
#leftNavTabs li a:hover .label-info, #leftNavTabs li a:focus .label-info, #leftNavTabs li.active a .label-info
{
  background-color: rgba(255, 255, 255, 1);
  color: #333;
  width: 20px;
  height: 20px;
  display: block;
  padding: 0;
  line-height: 20px;
  border-radius: 20px;
}

.eventBar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    background-color: #333;
    text-align: center;
    transition: all ease-in-out 0.5s;
    z-index: 9999999;
}

.topBar > #viewTitle > span.label {
  display: none;
}

div#installGroup .btn.visible-xs {
  display: table-cell !important;
}
.disabled > a {
    background-color: #464646 !important;
    color: #585858 !important;
    border-bottom: 1px solid #dddddd;
}
.disabled > a > .label-info {
    background-color: #464646 !important;
    color: #585858 !important;
}
.nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #dddddd;
}
a.panel-body {
  display: block;
  cursor: pointer;
}










