﻿
a.btn
{
    text-decoration: none;
}

#tools
{
    float: left;
    margin-left: 10px;
}

.bankDetails
{
    width:260px;
}

    .bankDetails tr
    {
        height:auto
    }

    #logo-mygphcpharmacy
{
    clear: left;
    float: left;
    width: 400px;
    height: 50px;
    margin-top:17px;
    background: url("images/logo-mygphcpharmacy.gif") no-repeat left center; /*ie 6 double margin fix*/
    display: inline;
}


#logo
{
    float: right;
    margin-right: 10px;
    background: url("images/logo-GPC-line.gif") no-repeat right center;
    width: 200px;
    height: 100px;
    margin-top:3px;
}



th
{
    font-size: 1.1em;
    color: rgb(128, 128, 128);
}

/*used on user details page*/
.tableHeader
{
    width: 120px;
    color: rgb(128,128,128);
    font-size: 1.2em;
    font-weight: bold;
    background: rgb(249,249,249);
}

.alert-warning
{
    color: #000000; /*#c38138;*/
    background-color: rgb(252, 248, 227); /*#fffbec;*/
    border-color: #F2E5D3;
    padding: 8px;
    padding-bottom: 5px;
    /*line-height: 1.6em;*/
    height: auto;
}

.quicklinks
{
    border: none;
}

.alert
{
    padding: 8px;
    padding-bottom: 5px;
    height: auto;
    font-size: 1.1em;
}



    .alert-warning a:not(.btn), .alert-grey a:not(.btn):not(.footnote):not(.pdf)
    {
        text-decoration:underline;
    }

.alert-warning strong, .alert-error strong
{
    font-size: 1.1em;
}

.alert-warning a
{
    color: #c38138;
}

    .alert-warning a:hover
    {
        color: #5e370e;
    }

.alert.invalid, tr.invalid
{
    border-color: red;
    background-color: #fff6de;
    border-radius: 4px;
}

.alert-wait
{      
      background: url('images/progress.gif') no-repeat center center;
        background-color: rgb(249,249,249);
    border-color: rgb(240,240,240);
    line-height: 1.4em;
    color: #1A658B;
    font-size: 1.2em;
    padding-bottom:5px

}

.alert-grey
{
    background-color: rgb(249,249,249);
    border-color: rgb(240,240,240);
    line-height: 1.4em;
    color: #1A658B;
    font-size: 1.2em;
}

.alert-white
{
    background-color: #FFFFFF;
    border-color: rgb(240,240,240);
    line-height: 1.4em;
    color: #777777;
    font-size: 1.2em;
}

#content .alert-error h1
{
    color: rgb(185, 74, 72);
}

.validationSummary
{
    color: red;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

    .validationSummary div
    {
        color: red;
        width: 100%;
        text-align: right;
    }

/*.quicklinks ul li a
{
    color:rgb(192, 152, 83);

    text-decoration:none;

}
.quicklinks ul li a:hover
{
    color:rgb(160, 112, 43);

  

}*/
.quicklinks strong
{
    display: block;
    margin-bottom: 8px;
    font-size: 1.1em;
}

.quicklinks li
{
    line-height: 1.8em;
}


#generalcontent th a:link
{
    text-decoration: none;
    color: rgb(128, 128, 128);
}

a
{
    text-decoration: none;
    color: #1A658B;
}

/*----errors----*/
#__errorContainer
{
    display: none;
    margin: 0 auto;
    /*   margin-left:10px;*/
    border-left: 1px solid red;
    border-bottom: 1px solid red;
    border-right: 1px solid red;
    color: Red;
    width: 900px;
    padding-left: 50px;
    padding-top: 12px;
    background: #FFFFCC;
    font-size: 1.3em;
    text-align: center;
    /*height:auto;// 20px;*/
}

#__errorClose
{
    float: right;
    color: #999999;
    margin-right: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

h2
{
    font-size: 2em;
    color: #1A658B;
    padding-bottom: 15px;
}




/*--------------------------- Membership forms ------------------------ */

#browserFailed
{
    width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.validationSummary, .validationSummary ul, .failureNotificaton
{
    font-size: 1.2em;
    color: #1A658B;
}

.validationSummary
{
    margin-top: 3px;
}

#messageContainer
{
    font-size: 1.2em;
    float: left;
    clear: left;
    width: 350px;
    border: 1px solid #abcdde;
    color: #1A658B;
    background-color: #D8E7EE;
    text-align: center;
    padding: 8px;
    padding-top: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#messageHeader
{
    font-weight: bold;
    margin-bottom: 3px;
}

.validationMessage
{
    color: #2E6380;
    float: right;
    clear: right;
    padding-bottom: 3px;
}

.userDetails td
{
    padding-bottom: 12px;
}

.solo
{
    display: inline;
    margin-left: 230px;
}

/*----------------------general----------------------*/
input[type="text"], input[type="password"], textarea
{
    border: 1px solid rgb(204, 204, 204);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 2px;
    padding: 3px;
    /*-moz-transition:all 300ms linear;
	transition:all 300ms linear;*/
}

    input[type=text]:focus, input[type=password]:focus,input[type=text].focus, input[type=password].focus, textarea:focus,textarea.focus
    {
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0px none;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
  
    }

    









#updateProgress, .infuser-loading
{
    width: 185px;
    height: 20px;
    text-align: center;
    display: none;
    background: url('images/progress.gif') no-repeat top center;
}

#loading
{ /*background:#D8E7EE;*/
    font-weight: bold;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #1A658B;
    font-size: 12px;
    width: 200px;
    padding-top: 10px;
    height: 50px;
    display: none;
    text-align: center;
    /*-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.35);
            -moz-box-shadow:  0 5px 5px rgba(0,0,0,0.35);
            box-shadow: 0 5px 5px rgba(0,0,0,0.35);*/
}




.shadow
{
    -moz-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.3);
}


/*---------------------------- Test panel -------------------------- */

#testPanel
{
    position: fixed;
    top: 10px;
    left: 10px;
    width: 200px;
    border: 1px solid #999999;
    padding: 4px;
    background: #FFFFFF;
}

    #testPanel div
    {
        margin-bottom: 5px;
    }

#testUsers li
{
    cursor: pointer;
    margin-left: 3px;
}

#testUsers h3
{
    margin-top: 5px;
    font-weight: bold;
    font-size: 12px;
}

#testPanel h1
{
    cursor: pointer;
    padding-bottom: 5px;
    font-size: 16px;
}

#environment
{
    display: none;
}





/*--------grid view pager----------*/
.pager
{
    font-size: 1.4em;
    font-weight: normal;
}

    .pager span
    {
        color: #CCCCCC;
    }

    .pager table
    {
        margin: 0 auto;
    }

    .pager td:first-child
    {
        padding: 0;
    }

    .pager table td:first-child
    {
        padding: 8px;
        border-left: none;
    }


a.external
{
    color: #25729C;
    text-decoration: none;
    padding: 0px 17px 0px 0px;
    background: url("images/icon-external-site.gif") no-repeat 100% 0;
}

a.pdf
{
    display:block; text-decoration: none;
     text-decoration: none;
    padding-left:  30px;
     padding-top:   3px;
      padding-bottom:  3px;
      font-size:0.8em;

    background: url("images/pdf2.gif") no-repeat left center;
}


a.footnote, .alert-grey a.footnote
{
    transition: color 200ms;

}
a.footnote:hover, .alert-grey a.footnote:hover
{
    color:#000000;

}

    a.footnote .super
    {font-size:0.75em;margin-bottom:0.5em
    }


