html,a,p,body,input,label,select,option,ul,li {
	font-family: 'Open Sans', sans-serif;
    font-size:100%;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4 ;
}
html,body {
    width: 100%;
    height: 100%;
}

section {
    width: 100%;
    padding-top: 50px;
}
.cursor {
	cursor: pointer;
}

.initial-page-padding > div > p{
    font-size: 0.95em;
}
.labreport_head {
	font-weight: 400;
	color: #428bca;
}
.clear_right {
	clear: right;
}
#testContainer:hover {
	cursor: pointer;
	background-color: #eee;
}
.clear_left {
	clear: left;
}
.clear_both {
 	clear: both;
 }
.full-screen{
    width: 100%;
    height: 100%;
}
.white-header{
    background-color: #fff;
    border-radius: 0;
    box-shadow: 1px 0 6px #aaa;
    border : 0;
}
#navbar-collapse>ul>li>a:hover{
    color: #45bf55;
}
#navbar-collapse>ul>.alwaysActive>a{
    color: #fff;
    background-color: #45bf55;
}
#navbar-collapse>ul>.alwaysActive>a:hover{
    color: #fff;
    background-color: #3CA54A;
}
#navbar-collapse>ul>.active>a:hover{
    color: #555;
}
.app-button{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 3px #aaa;
    padding: 10px;
}
.btn-outline:hover,.btn-outline:focus,.btn-outline:active{
    color: #ffffff;
    background-color: rgb(69,171,85);
    border-color: rgb(69,171,85);
}
.btn-outline-providers{
    color: #6db3e3;
    border-color: #6db3e3;
    padding-top: 5px;
    padding-bottom: 8px;
    border: 2px solid;
    background-color: transparent;
}
.btn-outline-providers:hover,.btn-outline-providers:focus,.btn-outline-providers:active{
    color: #fff;
    background-color: #6db3e3;
    border-color: #6db3e3;
}
.btn-outline{
    color: #333333;
    border-color: #333;
    padding-top: 5px;
    padding-bottom: 8px;
    border: 2px solid;
    background-color: transparent;
}

.btn-line{
    color: #2ebee6;
    border-color: #333;
    padding-top: 5px;
    padding-bottom: 8px;
    border: 2px solid;
    background-color: transparent;
}

.bs-footer{
    color: #777;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    position: fixed;
    bottom:0;
    width:100%;
    margin-top:0;
    z-index:1000;
    background-color: white;
}

.footer-links{
    padding-left: 0;
    color: #999;
}
.footer-links li:first-child {
    padding-left: 0;
}
.footer-links li {
    display: inline;
    padding: 0 4px;
}
.half-rule{
    width: 200px;
    margin: 40px auto;
}
.loaderCircle {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    border: solid 5px rgba(255, 255, 255, 0.2);
    border-top-color: #ccc;
    -webkit-animation: spin 1s infinite linear;
    float: left;
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: #ddd;
    text-decoration: none;
}
.app-logo {
    height: 30px;
}
.initial-page-margin {
    margin-top: 8em;
}
.home-maxImage-height {
    max-height: 400px;
}
.span-right-padding{
    padding-right: 10px;
}
.green-anchor,.green-anchor:hover {
    font-size: 1em;
    color: #4caf50;
}
.home-container {
    padding: 10px;
    background-color: #fff;
}
.home-small-image{
    max-height: 300px;
}
.social-icons {
    font-size: 30px;
}
.homepage-background-color{
    background-color: #FFFFFF !important;
}
.request-demo {
    border: 1px solid #eee;
    border-right: 0;
    border-left: 0;
}

.features-container {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0 10px;
    background-color: #fff;
    box-shadow: 1px 1px 3px #eee;
}
.navigation-slider{
    list-style: none;
    padding: 0;
    margin: 0;
}
.navigation-slider>li{
    display: inline;
    margin-right: 10px;
    padding: 0 10px;
}
.navigation-slider .active {
    border-bottom: 5px solid #ddd;
}
.navigation-slider>li>a{
    text-decoration: none;
}

#fileContainer{
    width: 400px;
    height: 350px;
    border: 1px dashed #000000;
    padding:4px;
    overflow:hidden;
}



/* Medium & Large */
@media screen and (min-width: 992px) {
    #side-navbar {
        padding: 0px;
        position: fixed;
        height: 100%;
        z-index: 51;
        background-color: #f1f1f1;
    }
    .baseToggle-navbar{
        display: none;
    }

    .left-panel {
        position: fixed;
        top: 30px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px 0 0 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 1.2em;
        background-color: #f1f1f1;
        border-right: 1px solid #ddd;
    }
    .section__content{
    width: 100%;
    padding-left:4.375rem;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    }
    .positions{
    width: 33%;
    float: left;
    margin-bottom: 0;
    position: relative
   }
   .padding-40{
        padding-left: 40px;
    }

}

@media screen and (max-width: 991px){
    .h1 {font-weight: 300 !important;
    font-size: 55px;}

    #side-navbar {
        position: absolute;
        margin-left: -35%;
        padding: 0px;
        height: 100%;
        z-index: 51;
        font-size: 1em;
        background-color: #f1f1f1;
    }

    .baseToggle-navbar {
        display: block ;
    }
    .container{
        width:100%;
    }
    .container>.navbar-header{
        width:100%;
    }

    .left-panel {
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 40px 0 0 0;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #efefef;
        border-right: 1px solid #ddd;
    }
    .baseToggle-navbar{
      position: relative;
      float: right;
      padding: 9px 10px;
      margin-top: 8px;
      margin-right: 15px;
      margin-bottom: 8px;
      background-color: transparent;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px;
    }

    .baseToggle-navbar:focus {
      outline: none;
    }
    .baseToggle-navbar .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px;
    }
    .baseToggle-navbar .icon-bar + .icon-bar {
      margin-top: 4px;
    }
    .navbar-default .baseToggle-navbar {
      border-color: #ddd;
    }
    .navbar-default .baseToggle-navbar:hover,
    .navbar-default .baseToggle-navbar:focus {
      background-color: #ddd;
    }
    .navbar-default .baseToggle-navbar .icon-bar {
      background-color: #888;
    }
    .navbar-inverse .baseToggle-navbar .icon-bar {
        background-color: black;
    }
    .navbar-inverse .baseToggle-navbar:hover, .navbar-inverse .baseToggle-navbar:focus{
        background-color: #ffffff;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: black;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
        background-color: #ffffff;
    }

    .clear-float-mobile
    {
        float: none !important;
    }
    .clear-textAlign-mobile
    {
        text-align: inherit;
    }

    .navigation-slider > li{
        margin-right: 0px;
    }

    .section__content{
     width: 100%;
    }

  .positions{
    width: 100%;
    float: left;
    margin-bottom: 0;
    position: relative
   }

   .padding-40{
        padding-left: 20px;
    }

}

.left-navigation {
        list-style: none;
        padding: 0;
        margin: 0;
    }
.left-navigation >li{
    padding: 10px 10px;
    background-color: #efefef;
    cursor: pointer;
}

.left-navigation >li:hover{
    background-color: #fafafa;
}


.left-navigation >li>a{
    cursor: pointer;
    text-decoration: none;
    color: #428bca;
}

.left-navigation .active {
    border-right: 10px solid #8BC34A;
}

.body-content{
    margin-bottom: 20px;
    padding-left: 7px;
    padding-top: 60px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #f1f1f1;
    color: #fff;
}
.simple-border {
    border: 1px solid #888;
}
.pricing-td {
    border-right: 1px solid #000;
    padding: 10px;
}
.pricing-small-text{
    font-size: 1.2em;
}
.pricing-medium-text{
    font-size: 1.5em;
}
.pricing-large-text{
    font-size: 1.7em;
}
.text-right{
    text-align: right;
}
.letter-spacing-1{
    letter-spacing: -1px
}
.border-right-0 {
    border-right: 0;
}
.premium-color {
    background-color: #fbc02d;
    border-bottom: 1px solid #fbc02d;
    border-top: 1px solid #fbc02d;
    box-shadow: 0 6px 6px 0px rgba(0,0,0,0.5);
}
.typeahead {
    background-color: #fff;
}
.typeahead:focus {
    border: 2px solid #0097cf;
}
#typeaheadDiv .twitter-typeahead {
    width: 100%;
}
.tt-hint {
    color: #999;
    padding: 0 5px;
    font-size: 18px;
}
.tt-dropdown-menu {
    width: inherit;
    margin-top: 1px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.tt-suggestion {
    padding: 3px 20px;
    font-size: 14px;
    line-height: 24px;
}
.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}
.tt-suggestion p {
    margin: 0;
}

.userContainer{
    border-color: #000;
    border: 1px solid;
    border-radius: 5px;
    padding: 10px 5px 5px 10px;
    margin-bottom: 20px;
}
.carousel-control.right,.carousel-control.left{
    background-image: none;
}
.carousel-control.right > span,.carousel-control.left > span{
    color: #45bf55;
}
.white-color {
    background-color: #fff;
}
section {
    padding: 0;
}

.section_white {background-color: #ffffff; padding: 50px 0px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}

.absolute-center{
    margin: auto;
    position: absolute;
    top: 0;left: 0;bottom: 0;right: 0;
}

.infoCenter {
    color: #000;
}

.viewAll-style{
    font-size: 14px;
    text-decoration: underline;
    color: #000000;
    padding: 5px 0 0 15px;
}

#animateblock,#animateblock1,#animateblock2,#animateblock3,#animateblock4,#animateblock5,#animateblock6 {
    opacity: 0;
}
.overflow-hidden {
    overflow: hidden;
}
.position-relative {
    position: relative;
}
.padding-0 {
    padding: 0;
}
.margin-top-0 {
    margin-top: 0;
}
.border-top-bottom {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.border-right {
    border-right: 1px solid #ddd;
}
.border-left-right {
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa
}
.fixed-stretched-right-image {
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}
.fixed-stretched-left-image {
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
}
.green-color {
    background-color: #36a64f;
}
.directional-icons {
    font-size: 40px;
    color: #888;
}
.max-height-450 {
    max-height: 450px;
}
.max-height-600 {
    max-height: 600px;
}
.border-color-d {
        border-color: #ddd;
}
.red-green-range {
    background: #eaf5e9;
    background: -moz-linear-gradient(left, #FFEBEE 0%, #FFEBEE 33%, #eaf5e9 33%, #eaf5e9 67%, #FFEBEE 67%, #FFEBEE 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FFEBEE), color-stop(33%,#FFEBEE), color-stop(33%,#eaf5e9), color-stop(67%,#eaf5e9),color-stop(67%,#FFEBEE), color-stop(100%,#FFEBEE));
    background: -webkit-linear-gradient(left, #fff 0%, #fff 33%, #eaf5e9 33%, #eaf5e9 67%, #FFEBEE 67%, #FFEBEE 100%);
    background: -o-linear-gradient(left, #FFEBEE 0%, #FFEBEE 33%, #eaf5e9 33%, #eaf5e9 67%, #FFEBEE 67%, #FFEBEE 100%);
    background: -ms-linear-gradient(left, #FFEBEE 0%, #FFEBEE 33%, #eaf5e9 33%, #eaf5e9 67%, #FFEBEE 67%, #FFEBEE 100%);
    background: linear-gradient(to right, #FFEBEE 0%, #FFEBEE 33%, #eaf5e9 33%, #eaf5e9 67%, #FFEBEE 67%, #FFEBEE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEBEE', endColorstr='#eaf5e9',GradientType=1 );
}
.green-range {
    background: #eaf5e9;
    background: -moz-linear-gradient(left, #fff 0%, #fff 33%, #eaf5e9 33%, #eaf5e9 67%, #fff 67%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fff), color-stop(33%,#fff), color-stop(33%,#eaf5e9), color-stop(67%,#eaf5e9),color-stop(67%,#fff), color-stop(100%,#fff));
    background: -webkit-linear-gradient(left, #fff 0%, #fff 33%, #eaf5e9 33%, #eaf5e9 67%, #fff 67%, #fff 100%);
    background: -o-linear-gradient(left, #fff 0%, #fff 33%, #eaf5e9 33%, #eaf5e9 67%, #fff 67%, #fff 100%);
    background: -ms-linear-gradient(left, #fff 0%, #fff 33%, #eaf5e9 33%, #eaf5e9 67%, #fff 67%, #fff 100%);
    background: linear-gradient(to right, #fff 0%, #fff 33%, #eaf5e9 33%, #eaf5e9 67%, #fff 67%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eaf5e9',GradientType=1 );
}
#reportItem{
    font-size: 1em;
}
.margin-0 {
    margin: 0;
}
.margin-top-10 {
    margin-top: 10px;
}
.padding-10-0 {
    padding: 10px 0;
}

.jobs-list{
    list-style-type: none;
    font-size: 18px
}

.location{
   font-size: 1.125rem;
}

.priceTable .plans .spacing {
    padding: 10px 0px 10px;
    text-align: right;
    padding-right: 6px;
    font-weight: 500;
}

.priceTable .vertical-column-100 {
    float: left;
    width: 100%;
    padding: 0 2.5%;
}

.large {
    font-size: 18px;
    color: #666;}

.priceTable dd.price {
    background: #fafafa;
    font-size: 35px;
    font-weight: 700;
    height: 110px;
    line-height: 110px;
    padding: 5px 0;
}

.priceTable dd {
    border: 1px solid #e5e5e5;
    border-top: none;
    margin: 0px;
    line-height: 28px;
    text-align: center;
    padding: 19px 0 16px;
}

.priceTable dd .check {
    display: inline-block;
    width: 24px;
    height: 20px;
}

.reduce{
    padding-bottom: 5px;
}

.priceTable dl.extra {
    background: #fafafa;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin: -7px;
    margin-top: -8px;
    position: relative;
    z-index: 1;
}

.premium-color {
    background-color: #fbc02d;
    border-bottom: 1px solid #fbc02d;
    border-top: 1px solid #fbc02d;
    box-shadow: 0 6px 6px 0px rgba(0,0,0,.5);}

.priceTable {
    color: #666;
}

.priceTable dt {
    text-align: center;
    font-size: 25px;
    font-weight: 100;
    color: #fff;
    line-height: 60px;
}

.priceTable dl.plans dt {
    background: #3D3D3D;
}

.priceTable .blue dt {
    background-color: #5F98DA;
}

.priceTable dl.extra dt {
    background: #F49F35;
    height: 68px;
    line-height: 65px;
}

.priceTable dl.extra dd.price {
    background: #fff;
    font-size: 35px;
    height: 110px;
    line-height: 110px;
}

.priceTable dd.spacing {
    padding: 20px 0;
}