﻿@charset "utf-8";
/* CSS Document */


#login {
    background: #f5f5f5;
    width: 70%;
    border: 1px solid #fff;
    margin: 0 auto;
    box-shadow: 0px 3px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 3px 4px rgba(0,0,0,0.5);
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    position: relative;
}

.btm-padd {
    padding-bottom: 50px;
}

textarea {
    resize: none;
}
.k-button.k-upload-selected {
    background-color: rgb(53, 198, 244);
}

.photoupl {
    cursor: pointer;
   
}

.login-tab {
    background: url(../../Images/login-tab.png) no-repeat top center;
    height: 61px;
    width: 274px;
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -137px;
}

.Plogin-tab {
    background: url(../../Images/patient-login.png) no-repeat top center;
    height: 61px;
    width: 274px;
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -137px;
}

.login .form-signin {
    max-width: 90%;
    padding-top: 50px;
}

.login .lock-img {
    height: 250px;
    line-height: 100%;
    vertical-align: middle;
    text-align: center;
}

    .login .lock-img img {
        vertical-align: middle;
        top: 30%;
        position: relative;
    }

.log-form {
    background: url(../../Images/left-shadow.png) no-repeat left center;
    padding: 50px 30px !important;
}

.usename {
    background: url(../../Images/username.png) no-repeat left center;
    height: 49px;
    padding-left: 58px;
}

.password {
    background: url(../../Images/password.png) no-repeat left center;
    height: 49px;
    padding-left: 58px;
}

.login .form-group {
    margin-bottom: 25px;
}

.login .btn-lg.leftarrow span {
    display: inline-block;
    padding: 2px 0px 2px 32px;
    background: url(../../Images/left-arrow.png) no-repeat left center;
}

.login .btn-lg.rightarrow span {
    display: inline-block;
    padding: 2px 32px 2px 0px;
    background: url(../../Images/right-arrow.png) no-repeat right center;
}

.login .list-inline {
    padding-top: 20px;
}

    .login .list-inline li a {
        color: #fff;
    }

#left {
    /*transition: all 0.8s ease-in-out 1.2s;*/
}

#content {
    transition: margin 0.1s ease 0s;
}

.welcome-text {
    text-align: right;
    color: #999;
    line-height: 25px;
    padding-right: 30px;
}

.spnPatient {
    padding-right: 10px;
}

.welcome-text span {
    font-weight: bold;
}

.main-bar .col-xs-6 h3 {
    margin: 0px;
}

.bttm-padd {
    padding-bottom: 20px;
}

.bttm-padd10 {
    padding-bottom: 10px;
}

.top-padd {
    padding-top: 20px;
}

.flt-right {
    float: right;
}

.textArea-height {
    height: 50px;
}

.flt-right-input input {
    float: right;
}

.flt-left {
    float: left;
}

.popgrid {
    width: 450px;
    height: 370px;
    padding-left: 20px;
}

.top-Padding {
    padding-top: 5px !important;
}

.flt-rgt-err span span {
    float: right;
}

.full-width {
    width: 100%;
}

/*----------------------------------------------------------CSS Updated on 29-11-2013----------------------------*/
.patient-info h3 {
    margin-top: 0px;
}

.patient-info {
    margin: 5px;
    padding: 4px;
    background: #E4E4E4;
    border: 2px solid #222222;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    .patient-info ul {
        margin: 0px;
        padding: 0;
    }

    .patient-info li {
        border-bottom: 1px solid #ccc;
        padding: 5px;
    }

        .patient-info li:after {
            display: block;
            content: ".";
            clear: both;
            visibility: hidden;
            line-height: 0px;
            font-size: 0px;
        }

        .patient-info li label {
            float: right;
            margin: 0;
            text-align: left;
            width: 40%;
            margin-left: 5px;
        }

/*------------------------------------------CSS Updated on 03-03-2014---------------------------------------------*/
.Patientlog-form {
    background: url(../../Images/left-shadow.png) no-repeat left center;
    padding: 10px 30px !important;
}

.login .Patientform-group {
    margin-bottom: 20px;
}

#Signup {
    background: #f5f5f5;
    width: 100%;
    border: 1px solid #fff;
    margin: 0 auto;
    box-shadow: 0px 3px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 3px 4px rgba(0,0,0,0.5);
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

#Signup-Header {
    margin-top: -20px;
    margin-bottom: 15px;
}

.HideMe {
    display: none !important;
}

.input-validation-error {
    border: 1px solid red !important;
}

.field-validation-error {
    color: red !important;
}

.DFATool {
    padding: 10px;
    background: #f5f6f6; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f6f6 0%, #ede8ea 50%, #f5f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(50%,#ede8ea), color-stop(100%,#f5f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f6f6 0%,#ede8ea 50%,#f5f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f6f6 0%,#ede8ea 50%,#f5f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f6f6 0%,#ede8ea 50%,#f5f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f5f6f6 0%,#ede8ea 50%,#f5f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
    border: 4px solid #e5e5e5;
}

/************29 aug 2014*************/
.control-head-bg {
    background: #fff !important; /* Old browsers */
    border: 1px solid #B5B5B5 !important;
    box-shadow: none !important;
    -webkitbox-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
}

.bod-non {
    border: none !important;
}

.lft-rgt-pdng-non {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.w-full {
    width: 100% !important;
}

.font12 {
    font-size: 12px;
}

.container-space {
    width: auto;
    padding: 0 20px 10px 0;
    float: left;
}

    .container-space:last-child {
        padding: 0 0 10px 0;
    }

    .container-space:after {
        content: '.';
        clear: both;
        font-size: 0px;
        line-height: 0px;
        visibility: hidden;
        display: block;
    }

    .container-space .k-widget.k-datepicker, .container-space .mask.k-input, .container-space .btn.btn-info, .container-space .k-combobox, .container-space .k-combobox .k-dropdown-wrap .k-input {
        height: 28px;
        line-height: 18px;
    }

.status-box span.status-txt {
    display: block;
    width: 30% !important;
    float: left;
    padding: 7px 0 0 0;
}

.status-box {
    float: left;
}

.container-space .form-control {
    height: 30px;
    box-shadow: none !important; /*******11 nov 2014*******/
}

.dfa-container {
    border: 1px solid #ccc;
    padding: 10px 0;
}

.status-box input[type=text].doc-pre-nxt {
    width: 100% !important;
}

.view-btn {
    padding: 4px 42px !important;
    text-transform: uppercase;
    font-weight: bold;
}

.container-space .k-datepicker {
    width: 120px !important;
}

.container-space .date-txt {
    padding: 0px 15px 0 0px;
}

.status-value {
    width: 100px !important;
}

.collaspe_box {
    float: left;
    margin-top: 10px;
}

.text_box {
    border: none;
    box-shadow: none;
    border: 1px solid #c5c5c5;
    float: left;
    height: 95px !important;
    width: 270px;
}

    .text_box .k-selectable td {
        font-size: 12px;
    }

.select_box {
    border: none;
    box-shadow: none;
    border: 1px solid #c5c5c5;
    height: 30px !important;
    min-width: 200px;
    float: left;
    margin: 0px 20px 0 0px;
}

.flt {
    float: left;
}

.flt_text {
    float: left;
    width: 220px !important;
}

.click_btn {
    float: right;
    margin-left: 10px;
    padding: 4px !important;
    text-align: center;
    width: 95px;
}

.margn_left20 {
    margin-left: 20px;
}

.clearbox {
    float: left;
    clear: both;
    width: 240px;
}

.small_btn {
    padding: 4px;
    width: 80px;
    margin-right: 10px;
    margin-top: 10px;
}

.collaspe_box .k-grid-header {
    display: none;
}

.width420 {
    width: 285px;
}

.clearbox .k-widget {
    width: 100%;
}

.margn_top10 {
    margin-top: 10px;
}
/*.k-widget.k-datepicker.k-header.mask {
    width: 100%;
}
.k-widget.k-combobox.k-header {
    width: 100%;
}*/

.schedularform {
    font-size: 12px;
}


.container-space .date-txt {
    padding: 5px 15px 0 0;
}

.view-btn {
    font-weight: bold;
    padding: 4px 15px !important;
    text-transform: uppercase;
}

.fordate {
    /*border:1px solid #000;*/
    float: left;
    width: 54%;
}

.forstatus {
    /* border:1px solid #db241c; */
    float: left;
    margin-left: 25px;
    width: 190px;
}

.fordate input[type=text] {
    width: 37%;
    float: left;
    background: #fff;
}


.fordate .container-space {
    float: left;
    padding: 0 15px;
    width: auto;
}

.effectivedate {
    float: left;
    width: auto;
    /*  margin-left: 20px;*/
}

.DFATemp {
    border: 1px solid #ccc;
    max-height: 400px;
    margin: 5px;
    overflow: auto;
    padding: 5px;
}

.setfr .k-widget {
    margin: 0 10px 10px 0;
    width: 100%;
}

@media all and (max-width:800px) {

    .fordate {
        /*border:1px solid #000;*/
        float: left;
        width: 51%;
    }

    .forstatus {
        /* border:1px solid #db241c; */
        float: left;
        margin-left: 0;
        width: 35%;
        margin-top: 10px !important;
    }

    .fordate input[type=text] {
        width: 36%;
        float: left;
    }

    .fordate .container-space {
        float: left;
        padding: 0 5px;
        width: auto;
    }


    .setfr .k-widget {
        margin: 0 10px 10px 0;
        width: 100%;
    }
}

@media all and (max-width:768px) {
    .k-widget.k-combobox.k-header, .k-widget.k-datepicker.k-header.mask {
        margin: 5px 0;
    }
}


@media all and (max-width:480px) {

    .fordate {
        float: left;
        width: 100%;
    }

        .fordate .container-space {
            float: left;
            padding: 0 10px;
            width: auto;
        }
}

/********11 nov 2014************/
.container-space .k-input {
    padding: 0px !important;
}

.container-space.margn_top10 .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #fff !important;
}

.container-space.status-box .input-group-addon:first-child {
    background: none repeat scroll 0 0 #6e6e6e;
    border-color: #333;
    color: #fff;
    font-size: 13px !important;
}

.container-space.status-box .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff !important;
}

#signedByGrid .k-grid-content, #signerGrid .k-grid-content {
    height: 64px !important;
}

.container-space #signedByGrid {
    height: 64px !important;
}

.container-space .text_box {
    height: 64px !important;
}

.pdng-tp30 {
    margin-top: 30px;
}

.container-space #signerGrid .text_box {
    width: 226px !important;
}

.fordate .form-control {
    height: 30px;
    box-shadow: none !important;
}

.authorname .form-control {
    height: 30px;
    box-shadow: none !important;
}

#Medicinefilter {
    height: 30%;
}
.CTCVer {
    text-align:center;
    font-size:10px;
}
#ContainerPatient .k-select {
        display: none;
}

/*Report Module*/


.report_add {
    padding-top: 10px;
}

.report_ico_list {
    width: 100%;
    float: left;
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
}

    .report_ico_list li {
        width: 150px;
        float: left;
        display: inline;
        margin: 25px 10px;
        padding: 7px;
        position: relative;
        height: 140px;
        background: #f4f4f4;
        border: 1px solid #aaa;
        border-radius: 10px;
    }

        .report_ico_list li:hover {
            background: #cfffff;
            border: 1px solid #34c6f4;
            -webkit-transform: scale(1.1); 
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

            .report_ico_list li:hover .icon_report {
                background: #34c6f4;
            }

.icon_report {
    background: #aaa;
    border-radius: 50%;
    height: 60px;
    left: 27%;
    position: absolute;
    top: -20px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
}

.report_ico_list li:hover h1 {
    color: #34c6f4;
}

.report_content {
    width: 100%;
    float: left;
    padding-top: 50px;
}

    .report_content h1 {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        font-size: 14px;
        font-weight: bold;
        color: #7c7c7c;
        text-align: center;
    }

.report_add .nav-tabs > li.active > a,
.report_add .nav-tabs > li.active > a:hover,
.report_add .nav-tabs > li.active > a:focus {
    background: #34c6f4;
    border-color: #34c6f4;
    color: #000;
}

.report_add .nav-tabs {
    border-bottom: 3px solid #34c6f4;
}

    .report_add .nav-tabs > li > a {
        outline: none;
    }