body {
  position: relative;
}
.btn {
    cursor: pointer;
}

.navbar-bg {
   background-color:#ccc;    
}

.logo {
    height: 50px;
    width: 210px;
    padding: 5px;
}

.navButton {
    text-decoration: none;
    color: white;
    margin-top: 4px;
    margin-right: 5px;  
}

.green-slide {
    position: relative;
    background-color: #1e841d;
}

.glide__arrow {
    background-color: black;
}

/*************  FONT COLORS ******************/
.white-font {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
.green-font {
    color: #1E841D;
    font-family: Arial, Helvetica, sans-serif;
}
.lime-font {  
    color: #00ff00;
    font-family: Arial, Helvetica, sans-serif;
}
.blue-font {
    color: #003366;
    font-family: Arial, Helvetica, sans-serif;
}
.black-font {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}
.label-font {
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
}

/************ BACKGROUND COLORS ************/
.black-bg {
    background-color: #000000;
}
.white-bg {
    background-color: #ffffff;
}
.green-bg {
    background-color: #1E841D;
}
.blue-bg {
    background-color: #003366;
}
.lightblue-bg {
    background-color: #93e1f3;
/*    background-color: #0EA8CC;*/
}


/*********** FONT SIZES ***************/
.font-14 {
    font-size: 14pt;
}
.font-18 {
    font-size: 18pt;
}
.font-24 {
    font-size: 24pt;
}
.font-42 {
    font-size: 42pt;
}

.font-arial {
    font-family: Arial, Helvetica, sans-serif;
}

/************ SPACING *****************/
.bottom20 {
    padding-bottom: 20px;
}
.bottom40 {
    padding-bottom: 40px;
}
.bottom80 {
    padding-bottom: 80px;
}
.bottom120 {
    padding-bottom: 120px;
}
.top10 {
    padding-top: 10px;
}
.top15 {
    padding-top: 15px;
}
.top30 {
    padding-top: 30px;
}
.top50 {
    padding-top: 50px;
}
.top70 {
    padding-top: 70px;
}
.top100 {
    padding-top: 100px;
}
.top150 {
    padding-top: 150px;
}

.padleft5 {
    padding-left: 5px;
}
.padright5 {
    padding-right: 5px;
}


.navbar-footer {
/*    background-color: slategray; */
    background-color: white;
}
.footer-text {
    font-size: 8pt;
    color: #131266;
    padding: 10px;  
}
.policy-text {
    font-size: 9pt;
    color: #131266;
    margin-top: 25px;
    margin-right: 10px;
    font-weight: bold;
}



/*********** Images ****************/

.go-green {
    height: 150px;
    background-image: url("../images/gogreen_1.png");
    background-size: 100% 100%;
}
.green-keyboard {
    height: 100%;
    background-image: url("../images/keyboard_upload1.png");
    background-repeat: no-repeat;
    background-size: 100% 90%;
}
.cloud-sharing {
    max-width: 100%; 
    height: auto;
    content:url("images/cloud-sharing.png");
}
.mri-slide {
    height: 100%;
    background-image: url("../images/homepage_mri.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
 }
.storage-discs {
    height: 100%;
    background-image: url("../images/Picture3-4.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} 
.ssae16 {
    height: 100%;
    background-image: url("../images/ssae16_key.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} 
.aicpa {
    height: 100%;
    background-image: url("../images/aicpa.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.hipaa {
    height: 100%;
    background-image: url("../images/hipaa.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} 
.doctor-image {
    height: 100%;
    background-image: url("../images/doctor_prescription_v2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#Glide {
    display: none;
}

/* form labels */

/* img-responsive */
.webinarDiv .img-responsive {
    margin: 0 auto;
}

#imgWebinar {
    cursor: pointer;
}

.jqx-validator-hint {
    height: 25px;
}
.jqx-validator-error-label {
    color: #a00303;
    font-weight: bold;
}
#submitMsg {
    display: none;
}
.bg-orange {
    background-color: #F4653D;
}
