﻿body { background-color: #fff; }

h1, h2, h3, h4, h5, h6, p { color: #000; }


/*TOP MENU WITH LOGOS*/

.pamslogo { max-height: 20px; }

.logon-info {
    min-height: 3.5em;
    background-color: #957fe6;
    float: right;
    color: #fff;
    clear: both;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 20px;
}


.pamsl {
    float: left;
    padding-top: 20px
}

.bexleyLogo { float: right; }

.logon-info a:hover { color: #009EE0; }



.log { border-left: solid 2px #fff; }

.top-barL {
    padding-left: 0;
    padding-top: 10px;
    font-size: 14px;
    margin-left: 0;
}

top-barL input { margin-left: 0; }

.top-barR {
    padding-right: 0;
    padding-top: 24px;
}

.log-R { text-align: right; }

.log-R a {
  
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.logbtn { padding-top: 15px; }

.logbtn .btn {
    float: right;
    margin-left: 9px;
    margin-right: 9px;
}

.logbtn a {
    color: #fff;
    text-decoration: none;
}





/*TOP MENU BAR*/

.bluemenu {
    margin-bottom: 15px;
    display: inline;
    float: left;  
}

.navbar-nav {
    background-color: #fff;
    padding-top: 8px;
    margin-bottom: 0;
    min-height: 4em;
}

#ctl00_ctl09 {
    background-color: #fff;
    padding-top: 8px;
    margin-bottom: 0;
    min-height: 4em; 
}

.navbar-nav a {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    
    font-size: 12px;
    text-transform: uppercase !important;
    color: #071743;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-top: 14px;
    padding-bottom: 10px;
    margin-left: 40px;
}

#ctl00_ctl09 a {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    
    font-size: 12px;
    text-transform: uppercase !important;
    color: #071743;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-top: 14px;
    padding-bottom: 10px;
    margin-left: 40px;
}

#ctl00_ctl09 li :hover {
    color: #009EE0;
    text-decoration: none !important;    
}

#ctl00_ctl09 li :active { text-decoration: none !important; }

#ctl00_ctl092 li :focus {
    color: #b6ff00 !important;
    text-decoration: none !important;
}


.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid transparent;
    border-color: #dddddd;
    border-radius: 4px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #dddddd !important; }

.icon-bar { background-color: #808080 !important; }

/*-------------*/

/*INBOX*/

.bg-success2 { background: #f6f7f8; }

caption {
    background-color: #e9eaed;
    text-align: center;
    border: 1px solid #dddddd;
    margin-top: 6px;
    border-bottom: none;
}

caption h4 { font-weight: bold; }

.left-corr {
    font-size: 12px;
    font-weight: bold;
    padding-left: 0;
}

.left-corr input {
    padding-bottom: 6px;
    margin-left: 0;
}

.left-messages {
    padding-top: 0;
    padding-left: 0;
    max-height: 500px;
    overflow-y: auto;
}

/*------*/


/*CORRESPONDENCE MESSAGE*/

.bg-danger {
    background: #e9eaed;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 40px 0;
    clear: both; 
}

.bg-danger tr:hover {
    width: 100%;
    color: #f6f7f8;
}

.bg-danger h4 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 4px 0;
}

.right-corr {
    font-size: 12px;
    margin-bottom: 17px;
    padding-left: 0;
}


.right-messages {
    padding-right: 0;
    padding-left: 10px;   
}



.alertsum {
    font-weight: bold;
    padding-top: 20px;
    clear: both;
    margin-top: 40px;
}

/*-----------*/



.pams-table td { padding: 5px; }

.pop { margin-top: 20px; }

.pop-corr { margin-left: 0; }

.pop-box {
    overflow-x: hidden;
    border-radius: 10px;
    padding: 20px 30px;
    overflow-y: hidden;    
}

.apl {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 1093px) {
    .right-messages {
        padding-left: 0;
        margin-top: 20px;        
    }
}

@media (min-width: 933px)and (max-width: 1038px) {
    .pamsl { width: 20%; }
}


@media (max-width: 778px) {
    .logbtn .btn { margin-bottom: 15px; }
}

@media (max-width: 767px) {
    .logon-info { width: 100% !important; }
}

@media (max-width: 766px) {
    #ctl00_ctl09 li {
        display: block;
        clear: both;
    }
}

@media (max-width: 500px) {    
    .pamsl { width: 50%; }

    .progress-bar-success { background-color: darkgreen !important; }

    .progress-bar-red { background-color: red !important; }

    .progress-bar-green { background-color: green !important; }

    .paddingLeftRight2px {
        padding-left: 2px;
        padding-right: 2px;
    }
}

/*input[type='radio'] {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid darkgray;
    border-radius: 50%;
    outline: none;
    margin-left: 5px;*/
    /* box-shadow: 0 0 5px 0px gray inset;*/
/*}*/

    /*input[type='radio']:hover {
        box-shadow: 0 0 5px 0px #b9aaee inset;
    }

    input[type='radio']:before {
        content: '';
        display: block;
        width: 60%;
        height: 60%;
        margin: 20% auto;
        border-radius: 50%;
    }

    input[type='radio']:checked:before {
        background: #957fe6;
    }

    input[type="radio"]:focus, input[type="checkbox"]:focus {*/
        /* outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;*/
        /*outline-offset: -2px;
        outline: none !important;
    }*/


.ReasonReferral{
    width:100%;
}

.InputNotes {
    background-color: #edeafb;
    padding: 5px;
    border-radius: 3px;
}
