.navbar-static-top {
  margin-bottom: 19px;
}

body {
	margin-bottom: 78px;
}

.error {
	color: red;
}

.division {
	border-style: solid;
	border-radius: 5px;
	border-color: green;
	border-width:2px;
	margin-top: 30px;
}

.subtitle {
	background-color: #336633;
	height: 55px;
	font-size: 25px;
	color: white;
	padding-top: 5px;
}

.subjects {
	height: auto;
}

.tableselectmultiple {
	height: 15px;
}

.enroll-progress {
	min-width: 3em;
}

.study-status {
	font-variant: small-caps;
}

.tab-padded {
	padding: 10px;
}

.button-padded {
	margin-bottom: 10px;
}

.modal-default-cursor {
	cursor: default;
}

.pointer-link {
    cursor: pointer;
}

.navbar-brand {
	font-size: 24px;
}

.medium-font {
	font-size: 16px;
}

.padded-list {
	padding-right: 14px;
}

#error-link {
	color: #bd0004;
}

.phone-number-alert {
    margin-bottom: 5px;
}

small.status-tag-completed {
	color: #00994c;
	text-transform: uppercase;
}

small.status-tag-terminated {
	color: #cc0000;
	text-transform: uppercase;
}

small.status-tag-future {
	color: #0066cc;
	text-transform: uppercase;
}

small.status-tag-ongoing {
	color: #F89406;
	text-transform: uppercase;
}

.jumbotron h1 { font-size: 2em; }
.jumbotron h2 { font-size: 1.7em; }
.jumbotron p { font-size: 1.2em; }

.form-group {
    position: relative;
}

/* Modified from original found at: 
http://demo.tutorialzine.com/2014/07/css-inline-help-tips/ */
.help-tip{
    position: absolute;
    bottom: 100%;
    left: 100%;
    margin-bottom: -18px;
    margin-left: -18px;
    text-align: center;
    background-color: #77B0FE;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 20px;
    cursor: default;
}

.help-tip:before{
    content:'?';
    font-weight: bold;
    color: Black;
}

.help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.form-group:hover .help-tip p{
    display:block;
    transform-origin: 100% 0%;
               
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.help-tip p{    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 300px;
    position: relative;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    left: 20px;
    top: 5px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
    z-index: 2;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

.zoomed-xs{
    font-size:1.05em;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

.navbar-fixed-bottom {
    z-index: 1;
}
