﻿/* Base */
body
{
    background-color:#FFF;
    font-family:Verdana, Geneva, sans-serif;
}

a {
    color: #39c;
}

img {
    border: none;
}

h1, h2, h3, h4
{
    margin-top:0;
    padding:0;
}

h1, .h1 {
    font-size: 34px;
}

/* Layout */
/* + Used in external pages to provide extra padding away from the address bar. */
/* + Just a bit of negative space so that the logo is not flushed against the chrome. */
.l-away-from-top {
    margin-top: 10px;
}

#Footer {
    border-top: solid 1px #CCC;
    color: #666;
    margin: 60px auto 0 auto;
    padding: 10px;
}

/* + Used in external pages to generate the containing box with the shadow at the bottom simulating a piece of paper */
.l-container-with-shadow {
    max-width: 710px;
}

.l-centered {
    text-align: center;
}

.l-form-buttons {
    margin-bottom: .5em;
}

/* Modules */
.alert-text {
    color: #D4145A;
}

.field-validation-error {
    color: #D4145A;
    font-weight: normal;
}

.black-text {
    color: black;
}

.discreet-link {
    color: #666;
    text-decoration: underline;
}

.discreet-text {
    color: #999;
}

.block {
    display: block;
}

.small-text {
    font-size: .8em;
}

.inline-block {
    display: inline-block;
}

/* + Overrides the bootstrap styles to form input components with the GRP colors, look and feel */
.tall-text-line {
    line-height: 2.5em;
}

/* + Overrides the bootstrap style increasing the bootom margin from 15px to 20px */
.form-group {
    margin-bottom: 20px;
}

.form-control {
    border: 1px solid #666;
    border-radius: 0;
}

.form-control:focus {
    border-color: #FBB03B;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(251, 176, 59, .6);
    outline: 0 none;
}

/* Modules UI */
.ui-button
{
    background-color:#FC0;
    border:solid 1px #666;
    cursor: pointer;
    
	-webkit-box-shadow:2px 2px 5px #999;
	-moz-box-shadow:2px 2px 5px #999;
	box-shadow:2px 2px 5px #999; /* IE 8 */
	/* DO NOt USE - We removed this style.  It affects the text an images on the children and there seems to be no way to turn it off on IE 7 */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999');*/ /* For IE 5.5 - 7 */
}

.ui-button .background
{
    border-top:solid 1px #FF9;
    display:block;
    margin-bottom: 0;
    
    background: -moz-linear-gradient(top, #FCD121, #FBB03B);
    background: -webkit-gradient(linear, left top, left bottom, from(#FCD121), to(#FBB03B));
    background: -ms-linear-gradient(top, #FCD121 0,#FBB03B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCD121', endColorstr='#FBB03B');
}

.ui-button .hit-area
{
    background:none;
    border:none;
    cursor: pointer;
    display: block;
    font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
    font-size:9pt;
    font-weight: bold;
    margin:0;
    outline:none;
    overflow:visible;
    padding:15px 12px;
    text-align:left;
    white-space:nowrap;
}

.ui-button.ok .hit-area {
    background: no-repeat right center url('data:image/gif;base64,R0lGODlhFQAQAJECAE1NTfzRIf///wAAACH5BAEAAAIALAAAAAAVABAAAAIyRISpq8bPHJxCTvBsBnhpz3HekXRVaJbkiaGpirgoZMlvs7LilbNU1av8gMNMsPgpCgoAOw==') /*../../Images/uiButtonOk.gif*/;
    *background: no-repeat right center url(../../Images/uiButtonOk.gif); /* For IE 6 and 7 */

    padding-right: 36px;
}

/* Modules Alerts */
.callout {
    border: solid 1px #E6E6E6;
    border-left-color: #999;
    border-left-width: 5px;
    border-radius: 4px;
    padding: 1em 1.3em;
}

.callout-alert {
    border-left-color: #D4145A;
}

/* States */
.is-hidden {
    display: none;
}

.is-invalid {
    color: #D4145A;
}

.form-control.is-invalid {
    border-color: #D4145A;
}

.form-control.is-invalid:focus {
    border-color: #D4145A;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(212, 20, 90, .6);
    outline: 0 none;
}

/* Specific */


@media only screen and (min-width: 710px) {
    /* Layout */
    /* + Used in external pages to provide extra padding away from the address bar. */
    /* + Just a bit of negative space so that the logo is not flushed against the chrome. */
    .l-away-from-top {
        margin-top: 70px;
    }

    .l-soft-frame {
        border:solid 1px #CCC;
        padding: 30px;
    }
    
    /* + Used in external pages to generate the containing box with the shadow at the bottom simulating a piece of paper */
    .l-container-with-shadow {
        background: no-repeat center bottom url("../../Images/logon-shadow.jpg");
        padding-bottom: 25px;
    }

    /* Modules UI */
    .ui-button .hit-area
    {
        padding:10px 12px;
    }
}