﻿/** {
    pointer-events:all !important;
}*/
body {
    font: Arial, sans-serif;
	min-height:100%;
	position:relative;
	background:#ccc;
}

.messageList p, .messageList h2 {
    margin: 1px 2px;
}

.messageList p, .messageList h3 {
    margin: 1px;
}

.messageList p, .messageList h3 {
    color: #777;
}

    .messageList h3.time {
        color: #369;
        margin: 1px; /*font-size: .9em;*/
        float: left;
    }

.urgent:before {
    content: "!";
    color: #CA000F;
    display: block;
    position: absolute;
    font-size: 3.5em;
    padding-top: 7px;
}

.buttonArea, .footerText, #helloWorldText, #notUserLink {
    text-align: center;
    font-size: 1.1em;
}

#loginHeader, #fullLogInHeader {
    text-align: center;
}

#helloWorldInput, #fullLoginButton {
    text-align: center;
    font-size: 1em;
    margin: 0 0 0 0;
}

#loginBlock {
}

#fullLoginUserId, #fullLoginPassword {
    margin: 0 0 0 10px;
}

#notUserLink {
    text-align: center;
    font-size: 1.1em;
    margin: 0 0 0 0;
}

.attachment {
    background-image: url('images/pin.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.MessagePhoto {
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 1px 3px #333333;
    float: left;
    height: 3em;
    margin: 1em 1em 1em 1.2em;
    vertical-align: middle;
    width: 3em;
}

.ordercount {
    background-color: hsl(210, 51%, 40%);
    border-radius: 15px 15px 15px 15px;
    color: #FFFFFF;
    font-size: 0.667em;
    margin-left: 50px;
    padding: 5px 8px 4px 7px;
    background-clip: padding-box !important;
}

.km-loader {
    -moz-box-sizing: border-box;
    background-color: black;
    /*border-radius: 20px 20px 20px 20px;*/
    height: 130px;
    left: 50%;
    margin-left: -90px;
    margin-top: -70px;
    opacity: 0.85;
    padding: 30px;
    position: absolute;
    top: 50%;
    width: 180px;
    z-index: 100000;
}

    .km-loader h1 {
        color: white;
        font-size: 1.6em;
        margin-top: 10px;
        text-align: center;
    }

    .km-loader .km-loading, .km-load-more .km-icon, .km-scroller-refresh .km-icon {
        animation: 1s linear 0s normal none infinite km-spin;
        display: block;
        font-size: 2.333em;
        height: 35px;
        margin: 0 auto;
        width: 35px;
    }

    .km-loader .km-loading {
        height: 15px !important;
        width: 15px !important;
        position: relative !important;
    }

        .km-loader .km-loading:after, .km-load-more .km-icon:after, .km-scroller-refresh .km-icon:after {
            color: #CCCCCC;
        }

/**************************************************BEGINING OF COMMON CLASSES**********************************************/
.padL5 {
    padding-left: 5px;
}

.searchBar{
    min-height: 49px; 
    max-height: 60px;
}

#mobileHeader{
   float:left; 
   width:auto; 
   padding-left: 5px;
}

#ccmTimerColor{
    float:right;
     background-color: hsl(45, 100%, 81%);
     padding: 3px; 
     margin: 2px 4px;
}
/**************************************************END OF COMMON CLASSES**********************************************/

.gray {
    color: gray;
    font-size: 0.9em;
}

.msgcmpltdsts {
    position: absolute;
    right: 4%;
    top: 10px;
}

.search-query {
    border: medium none !important;
    border-radius: 14px 14px 14px 14px;
    height: 2em !important;
    width: 240px !important;
    float: left !important;
    font-size: 1em;
}

.small-font {
    font-size: 0.8em;
}

/*.txtName, .txtUserName, .txtPassword, #txtValidatePIN {
    background: none repeat scroll 0 0 white;
    border: 1px solid #AAAAAA;
    border-radius: 15px 15px 15px 15px;
    color: black;
    margin-bottom: 0.3em;
    margin-left: 1em;
    margin-top: 0.3em;
    padding: 7px;
    position: static;
    font-size: 1.3em;
}*/

#viewlogin #txtUserName, #viewlogin #txtPassword, #viewlogin {
    left: 100px;
    min-width: 200px;
}

.message-center {
    margin-top: 2.5em;
    min-height: 3em;
    text-align: center;
    color: #FFFFFF;
}

.message-upper {
    margin-top: 2.5em;
    min-height: 1.2em;
    text-align: center;
    color: red;
}

.red {
    color: Red;
}

.label {
    float: left;
    margin-right: 1em;
    width: 10em;
}

.km-attachment:after, .km-attachment:before {
    content: "\e084";
}

pre {
    white-space: pre-wrap; /* CSS 3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.menuButtons {
    text-align: center;
}

    .menuButtons a.km-button {
        clear: both;
        text-align: center;
        width: 80%;
        padding: 10px 0px 10px 0px;
        margin: 10px 0px 10px 0px;
    }

.Search {
    width: 100%;
    /*background-color: Gray !important;*/
    border-radius: 14px 14px 14px 14px;
    height: 40%;
    color: white;
}

.patientSearch {
    text-align: center;
}

    .patientSearch input[type="text"] {
        width: 80%;
        clear: both;
        text-align: left;
        border: solid 1px inset;
        font-size: 1em;
        border-radius: 4px;
    }

.careTeamSelection div.km-group-title {
    border-top-width: 0em !important;
}

 

.inrButtons {
    width: 5.8em;
    text-align: center;
}


.msgSendingMob {
    font-size: .9em;
    /*padding: .5em .8em;*/
    padding: 0.6em .8em;
    border: 1px solid currentcolor;
    border-radius: 3px;
    color: #686B6E;
    float: right;
}

.timerDisplayMob {
    background-color: hsl(45, 100%, 81%);
    padding: 0.6em 0.7em 0.4em 0.1em;
     color:black !important;

}



.km-timer:after,
.km-timer:before {
    content: "\e08d";
    font-size: 1.1em;
}


#CPOTimelog.km-state-active, #CCMTimeLog.km-state-active {
    background-color: #048076 !important;
    text-shadow: 0 1px 1px rgba(4, 45, 42, 0.79) !important;
}

.formLabel {
    float: right;
    width: 60%;
    margin-top: 0.5em;
}

#viewTimeLogEntry select {
    width: 55%;
    background-color: #FFFFFF;
}

.formBg {
  /*  background-color: #ECEBEB;*/
}

    .formBg li {
       /* background-color: #ECEBEB;*/
        /*font-size: 1em;
        line-height: 2.2em;*/
    }

    .formBg input {
        /*background-color: #FFFFFF !important;*/
        /*width: 56% !important;*/
        border: rgb(203, 198, 198) 1px solid !important;
    }

    .formBg textarea {
        /*background-color: #FFFFFF !important;*/
        width: 60% !important;
        border: rgb(203, 198, 198) 1px solid !important;
    }

    
/*#INRDiagnosis 
     {
    background-color: transparent !important;
    width: 100% !important;
    text-indent: .5em;
}*/

.msgOrderInput {
    float: right;
    border: rgb(203, 198, 198) 1px solid !important;
    width: 53% !important;
}

.msgOrderSelect {
    float: right;
    border: rgb(203, 198, 198) 1px solid !important;
    /*width: 67.3% !important;*/
    line-height: 2.5em;
}

/*#MessageDetail_ddlMedicationQuantity, #MessageDetail_ddlMedicationRefill,*/ .orderApproveDeny_form input, #ReplyMessage_ddlMedicationSIG, #ReplyMessage_ddlMedicationQuantity, #ReplyMessage_ddlMedicationRefill {
    float: right;
    border: rgb(203, 198, 198) 1px solid !important;
    width: 98.3% !important;
    line-height: 2.5em;
    margin-right: 3px;
   background-color: transparent !important;

    
}

#MessageDetail_ddlMedicationSIG,  #MessageDetail_ddlMedicationQuantity, #MessageDetail_ddlMedicationRefill, 
#approvePin{border: rgb(203, 198, 198) 1px solid !important;}
#approvePin {
        border-radius: 0;
    height: 1.65em;
    line-height: 1.65em;
    color: #32364c;
    text-indent: .33em;
    right: 7px;
    margin-top: 14px !important;
}
/*.km-modalview {
    height: auto !important;
}*/

#replydrpMinute,#replydrpCategory,#replydrpProvider,#replydrpSelectedCertification{
        background-color: #fff;
        width: 56%;
    }

input[type=date] {
    line-height: 1em !important;
    min-height: 1.4em !important;
}

.medRx li {
    font-size: 1em;
        line-height: 2.2em;
}



