/*
	File            : /ORMDI/site-styles.css
	Description     : Styles available for use across ORMDI web sites.
*/
/* CSS Document */


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* OCHCO WEB TEAM ---- CUSTOMIZED CSS BELOW FOR ADDING A BUTTON THAT POINTS TO THE HRA/OSP ORGANIZATIONAL PAGES ON DEPARTMENT.VA.GOV  ---- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
            
.button-hra {
	background-color: #f2f2f2;
  	border: none;
  	color: #000000;
    padding: 10px 25px 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}
.button-hra:hover {
  	background-color: #004795;
  	color: #ffffff;
  	text-decoration: none;
}

.button-hra:hover, a.button-hra:focus {
  	text-decoration: none;
}

/* 
a.button-hra:focus {
	outline: 2px solid #27B;
} 
*/


/* the maxcdn FA css file is blocked by OIT as of 1/11/2021
link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */