/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/

/* notifications for preview/edit mode */
.ou-notification { background-color: #fcf8e3; color: #8a6d3b; border-radius: 4px; border: 1px solid #faebcc; padding: 15px; margin: 10px 0; }
.ou-notification li { padding-left: 10px !important; }
.ou-notification ul, .ou-notification p, .ou-notification h4 { margin: inherit; }

/* used for ou galleries */
.fancybox-button img { margin-bottom: 0px !important; }

/* extend existing styles for news block widget */
.icon--linkedin { background-image: url("/_resources/images/linkedin.svg"); }
.icon--linkedin-3 { background-image: url("/_resources/images/linkedin-3.svg"); }
.icon--linked-in-4 { background-image: url("/_resources/images/linkedin-4.svg"); } /* ---> Added by ABN for use on Faculty Directories and Profiles. */
.icon--youtube-3 { background-image: url("/_resources/images/youtube-3.svg"); }

/* Added by AN just testing to see if new SVGs will work */
.icon--youtube-2--blue{background-image:url("../images/youtube-2-blue.svg")} /* ---> a blue version of this svg ../images/youtube-3.svg */
.icon--instagram-2--blue{background-image:url("../images/instagram-2-blue.svg")} /* ---> a blue version of this svg ../images/instagram-2.svg */
.icon--snapchat-2--blue{background-image:url("../images/snapchat-2-blue.svg")} /* ---> one has already been created by Lee but might need be enlarged */
.icon--pinterest-2--blue{background-image:url("../images/pinterest-2-blue.svg")} /* ---> a blue version of this svg ../images/pinterest-3.svg */

.icon--internal-link{background-image:url("../images/internal-link.svg")} /* ---> Added by ABN for use on Faculty Directories and Profiles. */

/* 04/30/2018 - Trying to remove inline styling from programs pages. (ABN) */
/* 04/30/2018 - Removing for now because it appears that text-align left is set by default. (ABN) */
/*.program-list {text-align:left;} */

/* ou forms */
form label { display: block; }
form label input { margin-right: 3px; }
form div.control-group:not(:first-of-type) { margin-top: 10px; }
form .form-actions { margin-top: 20px; }
form #spin img { margin-bottom: 0px; }
