﻿body
{
    background-color: #ececec;
    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
    font-weight: normal;
}
a
{
    outline: 0;
}


h1
{
    font-size: 1.5em;
    font-weight: normal;
}
h2
{
    font-size: 1.2em;
    font-weight: normal;
}
h3
{
    font-size: 1em;
    font-weight: normal;
}
h4
{
    font-size: .8em;
    font-weight: normal;
}
h5
{
    font-size: .6em;
    font-weight: normal;
}
h6
{
    font-size: .4em;
    font-weight: normal;
}

h1 span
{
    font-size: .5em;
    font-weight: normal;
    color: #878787;
}




/*Errors*/
.error, .alert, .notice, .success, .info
{
    padding: 0.8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
    font-size: .8em;
}

.error, .alert
{
    background: #d5edf8;
    color: #161c1e;
    border-color: #ffffff;
}
.notice
{
    background: #fff6bf;
    color: #514721;
    border-color: #ffd324;
}
.success
{
    background: #e6efc2;
    color: #264409;
    border-color: #c6d880;
}
.info
{
    background: #e9f8fc;
    color: #205791;
    border-color: #92cae4;
}
.error a, .alert a
{
    color: #8a1f11;
}
.notice a
{
    color: #514721;
}
.success a
{
    color: #264409;
}
.info a
{
    color: #205791;
}

/*Fixed Message Windows*/

.errorFixed, .alertFixed, .noticeFixed, .successFixed, .infoFixed
{
    border-top: 1px solid #d5edf8;
    background-position: bottom center;
    height: 40px;
    margin-bottom: 5px;
    font-size: .8em;
}

.errorFixed, .alertFixed
{
    border-bottom: 1px solid #64a1b2;
    background-color: #d5edf8;
    color: #161c1e;
}
.noticeFixed
{
    background: #fff6bf;
    color: #514721;
    border-color: #ffd324;
}
.successFixed
{
    background: #e6efc2;
    color: #264409;
    border-color: #c6d880;
}
.infoFixed
{
    background: #e9f8fc;
    color: #205791;
    border-color: #92cae4;
}
.errorFixed a, .alertFixed a
{
    color: #8a1f11;
}
.noticeFixed a
{
    color: #514721;
}
.successFixed a
{
    color: #264409;
}
.infoFixed a
{
    color: #205791;
}


.errorFixed div, .error div
{
    background-position: left center;
    padding: 11px;
    padding-left: 50px;
    background-repeat: no-repeat;    
    max-width: 400px;
    margin: 0 auto;
}

.weberror div
{
   max-width:none;
   font-weight:bold;
}

/* Clearfixes */
.clearfix:before, .clearfix:after
{
    content: "";
    display: table;
}
.clearfix:after
{
    clear: both;
}
.clearfix
{
    zoom: 1;
}




.overlay
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=50);
    z-index: 53;
    background-color:#fff; /* IE lets click events pass through if there's no color, so we have to specify one*/
}

.headerOverlay
{
    background: #413F41;
}
.headerPlacement
{
    padding-left: 5px;
    padding-right: 5px;
}
.headerPlacement h1
{
    font-size: 12pt;
    font-weight: normal;
    padding: 10px 0px 0px 0px;
    margin: 0;
    text-align: center;
}
.headerTitle
{
    float: left;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.headerLeftControls
{
    padding-top: 2px;
    float: left;
}

.headerRightControls
{
    float: right;
    padding-top: 2px;
    padding-right: 8px;
}

.headerRightControls div
{
    float: right;
}
.headerRightControls a, .headerLeftControls a
{
    cursor: pointer;
}
.link
{
    margin-right: 10px;
}
.header-divider
{
    position: absolute;
    height: 36px;
    width: 2px;
    top: 4px;
    right: 50px;
    background-image: url("images/header/headerSplitter.png");
}
.header-ge-logo {
    margin-left: 2px;
}

.Windowheader h1
{
    text-align: center;
    font-size: 13pt;
    font-weight: normal;
    color: #515151;
}

.popup
{
    z-index: 51;
    float: right;
    right: -50%;
    position: relative;
}

.popupWrapper
{
    opacity: .6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    margin: 0px auto;
    z-index: 50;
}


#subheader
{
    float: right;
    width: 100%;
    background-color: #e3e3e3;
}

.acknowledgeButton
{
    width: 50%;
    margin: 0 auto 5px auto;
}

.patientListing
{
    display: block;
}

.ieNoTouchActionHorizontal
{
    -ms-overflow-style: scrollbar;
    -ms-touch-action: pan-y; /* IE10 */
    touch-action: pan-y; /* IE11 */
}

.indent-sm {
    margin-left: 6px;
}

.outdent-sm {
    margin-right: 6px;
}

/* NOT iPhone Landscape */
@media only screen and (min-height : 400px) {
    .cpn-mobile .headerLeftControls, 
    .cpn-mobile .headerRightControls {
        padding-top: 18px;
    }
}