﻿
/* //////// label styling */
    .labelLeftPlacement {
        position: absolute;
        padding-top: 5px;
    }


/* //////// email boxes styling */
    .divEmailInputsLeft {
        margin-left: 110px;
        padding-right: 15px;
    }
    #divName {
        margin-left: 66px;
        padding-right: 6px;
    }

/* //////// department styling */
    .divDepartmentInputsRight {
        margin-left: 130px;
        padding-right: 10px;
    }

/* //////// changing color of 'Please select an option' to grey */
    .selectOption { color:lightgrey; }


/* //////// change color of FontAwesome icon to blue-grey (btn-blue295) */
    .fontAwesomeIconColor {
        color: #295578;
    }


/* //////// changing margin on h5 h6 */
    #bootstrapOverride h5, h6 {
        margin: 2px;
    }


/* //////// changes the font to look like the one in SkyForms */
    #bootstrapOverride .skyText { /*p*/
        /*box-shadow: 0 0 20px rgba(0,0,0,.3);*/
        font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
    }

    a.linkDrivingDirections {
        color: darkblue !important; 
    }

/* //////// 'driving directions' links:hover - removes underscore + changes color */
    a.linkDrivingDirections:hover {
        text-decoration: none;
        color: black !important;
        /*was NCJUA blue: #162B43*/
    }


/* //////// taking borders off SkyForms */
    .skyFormNoBorders {
        border: 0px;
    }