@keyframes fadeOut {
   0% {opacity: 1;}
   100% {opacity: 0;}
}

.help_info {
  padding: 5px;
  float: right;
  border: 1px solid black;
  width: 350px;
  font-size: 14px;
  margin-right: 30px;
}

.help {
  color: #043755;
  margin-top: 100px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  /*border: 1px solid black;*/
  padding: 20px;
}

.help .item {
  margin-bottom: 10px;
}

.help .item .title {
  font-size: 20px;
  font-weight: bold;
}

.help .video_title {
  font-size: 20px;
  font-weight: bold;
}

.help .video_date {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.help .section {
  border: 1px solid black;
  margin: 10px;
  padding: 10px;
}

.help .item {
  color: red;
}

.onpoint {
  color: white;
  font-weight: bold;
  width: 550px;
  border: 1px solid #9d9d9d;
  padding: 5px;
  margin-left: auto;
  text-align: center;
}

.onpoint a {
  color: inherit;
  text-decoration: none;
}

.onpoint a:hover {
  color: inherit;
  text-decoration: none;
}

.onpoint a:visited {
  color: inherit;
  text-decoration: none;
}


@media (max-width: 990px) {
  .business-header {
    height: 750px !important;
  }
  .arrow-wrap {
    top: 770px !important;
  }
  .formfooter {
    margin-top: 130px !important;
  }
}

@media (max-width: 500px) {
  .business-header {
    height: 830px !important;
  }
  .arrow-wrap {
    top: 850px !important;
  }
}


@media (max-width: 1200px) {
  .form-free-trial {
    margin-top: -150px;
  }
}

input {
  border-radius: 0 !important;
}

.popover {
  border-radius: 0 !important;
}

.btn-default {
    color: #FFF;
    background-color: #D94E22;
    -webkit-transition: all 0.2s ease-in-out;
}

.btn {
    border-radius: 0px !important;
    display: inline-block;
    padding: 13px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    width:100%;
}


.popover {
  width: 400px !important;
  max-width: 400px !important;
  position: fixed;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  align: right;
}

.navbar-inverse {
  background-color: #043755 !important;
  border-color: #043755 !important;
  font-size: 16px;
  text-align: right;
}

#password_congrats {
  display: none;
}

#password_change {
  display: none;
}

.modal {
  z-index: 1070 !important;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    /*margin-left: 50px !important;*/
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    background-image: url(../images/zapit-logo.png);
    background-repeat: no-repeat;
    width: 150px;
}

.glyphicon .spinning {
    font-size: 30px;
    width: 20px;
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}


.show-text:hover img {
  opacity: .2;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.bio-content {
  opacity: 0;
  display: none;
  position: absolute;
  width: 240px;
}

.show-text:hover .bio-content {
  opacity: 1;
  display: inline;
  margin-top: -150px;
}

/*
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.form-signin input {
  height: 40px;
}

.form-group button {
  margin-left: 0px;
}

.popover {
  max-width: 500px;
  width: 500px;
}

/*.popover-content {
  width: 500px;
}*/

.center {
  text-align: center;
  display: block;
}

.center form {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

.center form input,button {
  margin: 5px;
}

.bold-link {
  color: blue;
  text-decoration: underline;
}

.form-control {
  height: 40px !important;
  padding: 10px 10px;
}

.foot-links img {
  height: 35px;
}

.form-signin {
  width: 350px;
}

.business-header {
    height: 650px;
    background: #043755;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.free-trail a {
    color: #FFF !important;
    background: #D94E22;
    padding: 15px 30px 15px 30px !important;
    margin-bottom: 15px;
    margin-left: 30px;
}

.free-trail a:hover {
    color: #FFF !important;
    background: #DD6D49 !important;
}

.form-free-trial {
    margin-left: 50px;
    /*color: white !important;*/
}

.form-free-trial input {
  background-color: #1B4964;
  color: white !important;
}

.arrow-wrap:hover {
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}



/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    color: #fff;
    margin-top: 220px;
        padding: 0px 30px 0px 16px;
}

.tagline-eqar {
    color: #fff;
    margin-top: 180px;
        padding: 0px 30px 0px 16px;
}

.subline {
    color: #869DB9;
    font-size: 24px;
    font-weight:300;
    margin-top: 20px;
        padding: 0px 30px 0px 16px;
    line-height: 28px;
}

.start-trail {
        color: #fff;
    margin-top: 185px;
    padding: 0px 30px 20px 16px;
    font-weight: 400;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}

.videosection {
    background: #D94E22;
    padding: 150px 0px 150px 0px;
}

.industrysection {
    background: #F6F6F6;
    padding: 150px 0px 150px 0px;
}

.industrysection-whyeqar {
    padding: 150px 0px 150px 0px;

}

.industrysection-white {
     background: #FFF;
    padding: 25px 0px 100px 0px;
}
.all-devices {
    background: #FFF;
    padding: 150px 0px 150px 0px;
}

.about-divider {
    background: #FFF;
    padding: 100px 0px 100px 100px;
}

.radiation-therapy-header {
    margin-top: 100px;
}


.team-divider {
    background: #FFF;
    padding: 0px 0px 100px 0px;
}
.one-app {
    background: #FFF;
    padding: 10px 0px 100px 0px;
}

.sign-up-footer {
    background: #F6F6F6;
    padding: 100px 0px 150px 0px;
}

.sign-up-footer .line-center {
    background: #F6F6F6;
    color: #043755;
}

.contact-footer {
     background: #FFF;
    padding: 100px 0px 150px 0px;
}

.contact-footer .line-center {
    background: #FFF;
    color: #043755;
}



.sign-up-header {
    text-align: center;
    padding-bottom: 50px;
    color: #043755;
    padding-left: 37px;
}

.zapit-headline {
    text-align: center;
    color: #FFF;
    margin-bottom: 100px;
}

.chooseindustry {
    text-align: center;
    color: #043755;
    margin-bottom: 100px;
}

.devices {
    color: #043755;
    margin-bottom: 25px;
}

.devices-info {
    color: #043755;
    font-size: 18px;
    font-weight: 300;
    width: 75%;
    padding: 11px 0px 25px 13px;
}

.devices-all {
    color: #043755;
    font-size: 18px;
    font-weight: 300;
    width: 75%;
    padding: 5px 0px 0px 0px;
}

.list-info {
     color: #043755;
    font-size: 18px;
    font-weight: 300;
    width: 75%;
    margin-top: 30px;
}




.industry-categories {
    text-align: center;
    color: #677B95;
    font-size: 18px;
}

.people {
    text-align: center;
}

p.team-name {
    text-align: center;
    margin: 0px 20px 0px 20px;
    font-weight: 600;
    font-size: 16px;
    color: #043755;
}

p.team-info {
    text-align: center;
    font-weight: 300;
    color: #043755;
    line-height: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}

p.team-title {
  font-style: italic;
}

.testimonial {
    color: #FFF;
    font-size: 24px;
    /*padding: 50px 0px 15px 75px;*/
    font-weight: 300;
    line-height: 40px;
}

.testimonial-info {
  color: #FFF;
}
.arrow-wrap {
  position:absolute;
  z-index:1;
  left:50%;
  top:670px;
  margin-left:-5em;
  background:#FFF;
  width:10em;
  height:10em;
  padding:4em 2em;
  border-radius:50%;
  font-size:0.5em;
  display:block;
    box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.3);
}

.arrow {
    float: left;
    background-image: url(../images/chevron.png);
    background-repeat: no-repeat;
    position: relative;
    width: 44px;
    height: 20px;
    /* text-align: center; */
    /* border-style: solid; */
    /* border-width: 3em 3em 0 3em; */
    /* border-color: #D94E22 transparent transparent transparent; */
    -webkit-transform: rotate(360deg);
    /* padding: 150px; */
    background-position: center;
}


.testiomonial-info {
   color: #FFF;
    line-height: 20px;
    padding-right: 30px;
    font-weight: 400;
    float: right;
}


.formfooter {
    width: 50%;
    margin: auto;
}

.formfooter input {
  margin: 5;
  background-color: white;
}

.formfooter .form-free-trial input {
  background-color: white !important;
  color: black !important;
  margin: 5px;
}


.form-control-footer {
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #979797;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group-two {
    margin-bottom: 15px;
    background: #FFF;
    color: #38404A;
}

.foot-links a, .foot-links p{
  display: block;
   color: #C6CDD1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-size: 13px;
  color: #C6CDD1;
  padding-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;

}
.foot-links img{
	padding-top: 5px;
}
#footer{
  background: #043755;
  margin-top: -2px;
  padding-top: 100px;
  padding-bottom: 100px;
 }
.foot-header{
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 18px;
  color: #FFF;
  padding-bottom: 20px;
}

#footer .container{
	max-width: 1100px;
}
#bottom-footer{
  margin-bottom: 20px;
	border-top: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}
#bottom-footer a{
	  text-decoration: none;
  color: #C6CDD1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-size: 12px;
  padding: 0px 15px;
  border-right: 1px solid #ccc;
  font-size: 13px;
  color: #C6CDD1;
  padding: 0 12px;
}

.foot-links a:hover {
    color: #D94E22;
}


#final-footer{
	font-size: 11px;
  	color: #666;
}
#final-footer i{
	font-size: auto;
}



a.choose:hover {
    opacity: .7;
     -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.contact-header {
  margin-left: 15px;
  color: #FFF;
  font-size: 18px;
  font-weight: 100;
  line-height: 20px;
}

.contact-header a {
  color: white;
}

.social-contact a {
    margin-left: 15px;
    color: #FFF;
    font-size: 18px;
    font-weight: 100;
    line-height: 30px;
}

.social-contact a:hover {
    color: #D94E22;
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


.social-contact-invert a {
    margin-left: 15px;
    color: #91A7C1;
    font-size: 18px;
    font-weight: 100;
    line-height: 30px;
}

.social-contact-invert a:hover {
    color: #D94E22;
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.form-area
{
    background-color: #FAFAFA;
	padding: 10px 40px 60px;
	margin: 10px 0px 60px;
	border: 1px solid #979797;
    color: #000;
	}

ul {
    list-style-image: url(/static/images/checklist.png);
}

.form-control {
  color: black !important;
}

/*#inputEmail {
  color: black;
}

#inputPassword {
  color: black;
}

#inputPassword1 {
  color: black;
}

#inputPassword2 {
  color: black;
}*/



/*.mediabox-wrapper {
  width: 100%;
}

.mediabox {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mediabox img {
  width: 197%;
  border: 1px solid black;
}

/*.mediabox-wrapper {
  width: 100%;
}*/*/
