@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');

/* Navigation style */
.navbar-inverse {
background-color: #6e6d70;
}            

.navbar {
min-height: 68px;
}


/* Modal form style definitions */
.modal-title {
font-family: 'Source Sans Pro', sans-serif;
font-weight: bold; 
color: #1797c0;
text-transform: uppercase;                
}

.form-group.required .control-label:after {
content:" *";
color:red;
}  

.required-text .with-asterisk:before {
content:"* ";
color:red;
} 


/* Salesforce page error/info block style defintation */
.message {
border: 1px solid;
margin-bottom: 15px;
padding: 5px 10px 10px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font-weight: bold;
}

.infoM3 {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../images/Assets/msgInfo.png');
}

.errorM3 {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../images/Assets/msgError.png');
}   

.messageText h4 {
color: #D8000C;
}  


/* Help Text */
.help-content {
font-family: 'Source Sans Pro', sans-serif;
color: #6E6F71;
font-size: 2em;
line-height: 2em;
text-align: center;
padding-top:90px;
padding-bottom: 15px;
}

.help-content-md {
color:#1797c0;
font-size:2em;
line-height:1em;
}

.help-content-sm {
font-size:1.5em;
line-height:1em;
}

.help-chat {
background-color:#1797c0;
border: 2px solid #ffffff;
text-align: center;
color:#ffffff;
padding-top:15px;
}

.help-chat img {
width: 112px;
height: 100px;
}

.help-email {
background-color:#1797c0;
border: 2px solid #ffffff;
text-align: center;
color:#ffffff;
padding-top:35px;
}

.help-email img {
width: 102px;
height: 77px;
}

.help-footer {
margin-top: 20px;
text-align: center;
font-family: 'Source Sans Pro', sans-serif;
color: #6E6F71;
font-size: 1.4em;
line-height: 1.25em;
}

.panel-heading [data-toggle="collapse"]:after {
font-family: 'Glyphicons Halflings';
content: "\e072"; /* "play" icon */
float: right;
color: #202e39;
font-size: 18px;
line-height: 22px;
/* rotate "play" icon from > (up arrow) to down arrow */
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
/* rotate "play" icon from > (down arrow) to ^ (up arrow) */
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
color: #009fe3;
}

.faqCategory {   
font-size: 1.4em;
color: inherit;
font-family: 'Source Sans Pro', sans-serif;
}

.panel-title {            
font-size: 1.2em;
color: inherit;
font-family: 'Source Sans Pro', sans-serif;
}

/* Below 2 style overrides are for columns to have same height */
.row{
overflow: hidden; 
}

[class*="col-"]{
margin-bottom: -99px;
padding-bottom: 99px;
}              