﻿@font-face {
    font-family: 'ZeissFrutigerNextPro-Bold_1';
    src: url('../fonts/ZeissFrutigerNextPro-Bold_1.eot') format('embedded-opentype');
    src: url('../fonts/ZeissFrutigerNextPro-Bold_1.otf') format('opentype');
    src: url('../fonts/ZeissFrutigerNextPro-Bold_1.woff') format('woff');
}

@font-face {
    font-family: 'ZeissFrutigerNextPro-Light_1';
    src: url('../fonts/ZeissFrutigerNextPro-Light_1.eot') format('embedded-opentype');
    src: url('../fonts/ZeissFrutigerNextPro-Light_1.otf') format('opentype');
    src: url('../fonts/ZeissFrutigerNextPro-Light_1.woff') format('woff');
}

@font-face {
    font-family: 'ZeissFrutigerNextPro-Md_1';
    src: url('../fonts/ZeissFrutigerNextPro-Md_1.eot') format('embedded-opentype');
    src: url('../fonts/ZeissFrutigerNextPro-Md_1.otf') format('opentype');
    src: url('../fonts/ZeissFrutigerNextPro-Md_1.woff') format('woff');
}

@font-face {
    font-family: 'ZeissFrutigerNextPro-Rg_1';
    src: url('../fonts/ZeissFrutigerNextPro-Rg_1.eot') format('embedded-opentype');
    src: url('../fonts/ZeissFrutigerNextPro-Rg_1.otf') format('opentype');
    src: url('../fonts/ZeissFrutigerNextPro-Rg_1.woff') format('woff');
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #F4F4F4;;
    font-family: ZeissFrutigerNextPro-Rg_1;
    width: 100%;
    overflow: auto;
}

.topline {
    width: 100%;
    height: 2pt;
    background-color: #055EE2;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
    border-radius: 0;
}

.container-fluid-custom {
    padding-right: 24px;
    padding-left: 24px;
    margin-right: 0px;
    margin-left: 0px;
}

.nav-zeiss-logo {
    margin-top: 8px;
}

.navbar-shadow {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(183, 183, 183, 0.5);
    -moz-box-shadow: 0px 4px 4px 0px rgba(183, 183, 183, 0.5);
    box-shadow: 0px 4px 4px 0px rgba(183, 183, 183, 0.5);
}

.body-content {
    background-color: #FFFFFF;
    margin-bottom: 5%;
}

.paddingbottom {
    margin-bottom: 20px;
}

#dvLoading {
    background: url(../Images/loading.gif) no-repeat center center;
    height: 200px;
    width: 300px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -25px;
    /*opacity: 2px;*/
}

#dvLoadingReport {
    background: url(../Images/loading.gif) no-repeat center center;
    height: 200px;
    width: 300px;
    position: fixed;
    z-index: 1000;
    left: 42%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

#dvLoadingImg {
    height: 200px;
    width: 300px;
    position: fixed;
    z-index: 1000;
    left: 42%;
    top: 50%;
}

.layout_header {
    padding-top: 10px;
    width: 100%;
    font-size: 18px;
}

.navbar-inverse {
    background-color: #fff;
    border: none;
}

.header-height {
    height: 70px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 6px 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

.header_user_text_font {
    font-size: 16px;
}

.navbar-inverse {
    background-color: #fff;
    box-shadow: 5px 5px 10px #CCCCCD;
}


.layout_dropdown {
    color: #4D8BDA;
    border-color: #fff;
    width: auto;
}

.header_padding_12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.header_padding_14 {
    padding-top: 14px;
    padding-bottom: 14px;
}

.padding-top_15 {
    padding-top: 15px;
    padding-left: 0px;
}

.padding-top-12p {
    padding-top: 12px;
}

.font-size-20p {
    font-size: 20px;
}


.padding-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.divwidth {
    width: 25%;
    background-color: #F8F8F8;
    border-right: solid;
    border-width: 2px;
    border-color: #E6E6E6;
}

.linegap {
    height: 12px;
}

.well1 {
    min-height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px #000000;
    box-shadow: inset 0 1px 1px #000000;
}

.well2 {
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f5f5f5;
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    height: auto;
}

.well3 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f5f5f5;
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    height: auto;
}

.detail-page-container {
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 0px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
}

.form-container {
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    height: auto;
    height: auto;
    margin-top: 15px;
}

.nav_partial {
    width: 100%;
    height: 40px;
    color: black;
}

a {
    color: #000000;
    text-decoration: none;
}

    a.a-menu-font {
        color: #fff;
        text-decoration: none;
    }

.page-navigation {
    padding-bottom: 9px;
    margin: 10px 0 10px;
    color: #58595B;
    border-bottom: 1px solid #ACADAE;
}

.divheader {
    width: 150px;
    font-weight: bold;
}

.reportsidebar {
    padding: 4px;
    border-bottom: 1px solid #ACADAE;
}


.sidebar {
    background-color: #ACADAE;
    padding: 4px;
    border-bottom: 1px solid #ACADAE;
    color: #fff;
}

select {
    border: 1px;
}

.left-bar {
    background-color: #e6e7e8;
    margin-top: 80px;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    bottom: 0;
}

.content-right {
    top: 90px;
    left: 16.666666666666664%;
    bottom: 0;
    width: 83.33333333333334%;
    color: #000;
    background-color: #fff;
}

.rapper {
    color: #000;
    background-color: #fff;
}

.headertext {
    color: #4D8BDA;
    font-size: 16px;
    border-bottom: 1px solid #4183D7;
    margin-bottom: 12px;
    height: 40px;
    padding: 8px;
    font-weight: 600;
}

.blue-border {
    color: #4D8BDA;
    font-size: 16px;
    border-bottom: 1px solid #4183D7;
    font-weight: 600;
}

.detail-label {
    font-size: 14px;
    width: 150px;
    color: #404041;
    margin: 6px 0px 6px 0px;
}

.tablewidth {
    font-size: 14px;
    width: 175px;
    color: #404041;
    margin: 6px 0px 6px 0px;
}

.textbox_div {
    font-size: 14px;
    color: #404041;
    margin: 6px 0px 6px 0px;
    font-weight: normal;
}

.header-text {
    font-size: 14px;
    color: #404041;
    font-weight: bold;
}

.detail-header {
    font-size: 14px;
    width: 200px;
    color: #404041;
    margin: 6px 0px 6px 0px;
    font-weight: bold;
}

.textbold {
    font-weight: 600;
}

.input-group-addn {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    /* background-color: #eee; */
    border: 1px solid #ccc;
    border-radius: 4px;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: #ff0000;
}

.footertest {
    background-color: #4183D7;
    height: 40px;
    margin-bottom: 0px;
    padding-top: 3px;
}

.footertxt {
    background-color: #4183D7;
    height: 40px;
    margin-top: 50px;
    margin-bottom: 0px;
    padding-top: 3px;
}

.footer_Logintext {
    color: black;
    text-align: center;
    font-size: 16px;
}

.btn-color {
    margin-left: 10px;
    background-color: white;
    color: #4D8BDA;
    font-weight: 600;
}

.btn-clr {
    margin-left: 10px;
    background-color: #4D8BDA;
    color: #ffffff;
    font-weight: 600;
}

.dotted_border {
    border-bottom: 1px dotted #4D8BDA;
    margin-top: 55px;
}

.dotted_border_bottom {
    border-bottom: 1px dotted #4D8BDA;
    margin-top: 10px;
}

.dotted_border_lesstop {
    border-bottom: 1px dotted #4D8BDA;
    margin-top: 25px;
    margin-bottom: 25px;
}

.account-detail-icon {
    background-image: url('../Images/arrow.png');
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.devicelogo {
    background-image: url('../Images/devicetrue.png');
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    float: left;
    border: none;
    display: inline;
} 

.logo {
    background-image: url('../Images/arrow_blue1.png');
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    float: left;
    border: none;
    display: inline;
}

.edit-icon_details {
    background-image: url('../Images/Edit_Pencil.png');
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    float: left;
    border: none;
    display: inline;
}

.signature-icon {
    background-image: url('../Images/signature.png');
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    float: left;
    border: none;
    display: inline;
}

.edit-icon {
    background: no-repeat url('../Images/edit1.png') 0 0;
    height: 40px;
    width: 40px;
    float: left;
    border: none;
    display: inline;
}

.back-icon {
    background: no-repeat url('../Images/back_arrow.png') 0 0;
    height: 40px;
    width: 40px;
    float: left;
    border: none;
    display: inline;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px #000000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px #000000;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.customform-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px #000000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px #000000;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-horizontal .control-label {
    text-align: left;
}

.lbl-text {
    font-size: 14px;
    font-family: ZeissFrutigerNextPro-Md_1;
}

.placeholder-text {
    font-size: 14px;
    font-family: ZeissFrutigerNextPro-Light_1;
}

.page-header {
    background-color: #E6E7E8;
}

.cancel-button {
    background: no-repeat url('../Images/cancel_blue.png');
    height: 29px;
    width: 159px;
    float: left;
    border: none;
    display: inline;
}

.add-account {
    background: no-repeat url('../Images/addNewAccount.png');
    height: 26px;
    width: 128px;
    float: left;
    border: none;
    display: inline;
}

.add-association {
    background: no-repeat url('../Images/Add_Association.png');
    height: 26px;
    width: 161px;
    float: left;
    border: none;
    display: inline;
}

.add-site {
    background: no-repeat url('../Images/addNewSite.png');
    height: 26px;
    width: 128px;
    float: left;
    border: none;
    display: inline;
}

.add-user {
    background: no-repeat url('../Images/addNewUser.png');
    height: 26px;
    width: 128px;
    float: left;
    border: none;
    display: inline;
}

.add-device {
    background: no-repeat url('../Images/AddNewDevice.png');
    height: 26px;
    width: 140px;
    float: left;
    border: none;
    display: inline;
}

.search-button {
    background: no-repeat url('../Images/search.png');
    height: 30px;
    width: 62px;
    float: left;
    border: none;
    display: inline;
}

.done-button {
    background: no-repeat url('../Images/done1.png');
    height: 29px;
    width: 159px;
    float: left;
    border: none;
    display: inline;
}

.sidebar-dropdown {
    width: 250px;
    background-color: #ACADAE;
    border: none;
    padding: 0px;
}

.dotted_border_detail {
    border-bottom: 1px dotted #4d8bda;
    margin-top: 10px;
}

.odd {
    background-color: #ecf2fb;
}

table.sortable tbody tr:nth-child(odd) td {
    background-color: #ecf2fb;
}

.table {
    font-size: 0.9em;
    border-color: #ffffff;
    border-collapse: collapse;
    background-color: #ffffff;
    color: #1d1919;
}

    .table td {
        line-height: -3px;
    }

tr.noBorder td {
    border: 0;
}

.table td:first-child {
    border-left: none;
}

.table tbody > tr > td {
    padding: 2px;
    padding-left: 22px;
    border-collapse: collapse;
}

.table thead > tr > th {
    vertical-align: middle;
    border: none;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
    vertical-align: middle;
    border-top: none;
}

.table thead > tr > th {
    vertical-align: bottom;
    border-bottom: none;
}

.sitecount {
    text-align: right;
    color: #4D8BDA;
    font-weight: bold;
    text-decoration: underline;
}

.backgroundImage {
    background: url('../Images/background_eye.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#bg {
    position: fixed;
    padding: 0px;
    width: 100%;
    height: 100%;
    margin-top: 80px;
}

    #bg img {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 100%;
        min-height: 100%;
    }

.horntl-bar {
    background-image: url('../Images/bar.jpg');
    height: 2px;
    background-repeat: no-repeat;
}

.main-rapper {
    width: 1365px;
    margin-left: auto;
    margin-right: auto;
}

.zeisslogo {
    background-image: url('../Images/cz_logo_35x35.png');
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
}

.container-non-responsive {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
}

.modal-dialog {
    right: auto;
    width: 500px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
}

.modal-contentselectsdite {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 400px;
    border: 0px;
    padding-bottom: 10px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin-right: 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.dropdown_test {
    background-color: white;
    border: None;
    color: #141E8C;
    padding-left: 0px;
    font-weight: 700;
}

.bottom {
    border-bottom-color: #CBEAF7;
    border-bottom-width: 2px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border-radius: 4px 4px 0 0;
}

.numberCircle {
    float: left;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 5px;
    background: #b6ff00;
    color: #fff;
    text-align: center;
    font-family: ZeissFrutigerNextPro-Md_1;
}

.form-control-custom {
    height: 32px;
    width: 320px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #999999;
    vertical-align: middle;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: ZeissFrutigerNextPro-Light_1;
}

.columnheader {
    color: #000000;
    font-size: 12px;
    font-family: ZeissFrutigerNextPro-Md_1;
    font-style: normal;
}

.gridtext {
    color: #1A1A1A;
    font-size: 12px;
    /*font-family: ZeissFrutigerNextPro-Md_1;*/
    font-family: ZeissFrutigerNextPro-Rg_1;
    font-style: normal;
    text-align: left;
}

.gridtext-time {
    color: #008BD0;
    font-size: 12px;
    font-family: ZeissFrutigerNextPro-Md_1;
    font-style: normal;
    text-align: left;
}

.subheadertext {
    color: #131d8b;
    font-size: 20px;
    font-style: normal;
    font-family: ZeissFrutigerNextPro-Md_1;
    padding-top: 24px;
    padding-bottom: 24px;
}

.graderlabeltext {
    font-family: 'ZeissFrutigerNextPro-Light_1 Regular';
    font-size: 16px;
    color: #2b3d4f;
    padding-bottom: 28px;
}

.chkboxgap {
    padding-left: 12px;
}

.search-btn {
    color: #fff;
    text-align: center;
    font-family: ZeissFrutigerNextPro-Light_1;
}

.gridredtext {
    color: #F7798E;
    font-size: 12px;
    font-family: ZeissFrutigerNextPro-Md_1;
    font-style: normal;
    text-align: left;
}

.footerpagenav {
    padding-bottom: 9px;
    margin: 10px 0 10px;
    color: #58595B;
}

.modalpopup-header {
    background-color: #f7798e;
    font-family: 'ZeissFrutigerNextPro-Light_1 Bold';
    color: #ffffff;
    height: 60px;
}

.modalheadertext {
    font-family: ZeissFrutigerNextPro-Md_1;
    font-size: 14px;
    color: #000000;
    padding-bottom: 8px;
}

.popupBox {
    height: 28px;
    background-color: #f2f2f2;
    padding-left: 24px;
    padding-right: 24px;
    font-family: ZeissFrutigerNextPro-Md_1;
    color: #000000;
    font-size: 18px;
}

.modalregulartest {
    font-family: 'ZeissFrutigerNextPro-Light_1 Regular';
    font-size: 14px;
    color: #2b3d4f;
    padding-top: 12px;
}

.modaloverdue {
    font-family: ZeissFrutigerNextPro-Light_1;
    font-size: 18px;
    color: #f7798e;
}

.timediff {
    font-family: ZeissFrutigerNextPro-Md_1;
    font-size: 14px;
    color: #2b3d4f;
}

.modalredtest {
    font-family: ZeissFrutigerNextPro-Md_1;
    font-size: 18px;
    color: #ff1900;
}

.loginuser {
    font-family: 'ZeissFrutigerNextPro-Light_1 Regular';
    font-size: 14px;
    color: #000000;
    text-decoration: underline;
}

.logout {
    font-family: 'ZeissFrutigerNextPro-Light_1 Regular';
    font-size: 14px;
    color: #0094ff;
    padding-right: 10px;
}

.logout-18px {
    font-size: 18px;
}

.tdpadding {
    padding: 4px 15px 4px 0px;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.zeiss-font-Md {
    font-family: ZeissFrutigerNextPro-Md_1;
}

.zeiss-font-Lht {
    font-family: ZeissFrutigerNextPro-Light_1;
}

.zeiss-font-bold {
    font-family: ZeissFrutigerNextPro-Bold_1;
}

#pagerbackground {
    background-color: #b0e0e6;
}

.border-0 {
    border-radius: 0px;
    border: 0px;
}

.padding-10 {
    padding: 10px;
}

.dropdownheader {
    margin-left: 0px;
    margin-top: 8px;
    margin-right: 8px;
    background-color: #fff;
    padding-left: 24px;
    height: 569px;
}

.dropdown-padding {
    text-align: right;
    padding-right: 40px;
}

.media > .pull-right1 {
    margin-left: 5px;
    margin-bottom: 5px;
}

.dropdowntext {
    /*font: 12pxZeissFrutigerNextPro-Light_1;
    background-color: white;
    border: None;
    color: black;*/
    font-size: 12px;
    font-family: ZeissFrutigerNextPro-Light_1;
    background-color: white;
    border: solid;
    color: black;
    border-width: 1px;
    border-color: #6AB0E2;
}

.tablebackground {
    background-color: #E6E6E6;
}

.tableboader {
    border-right: 1px solid;
    border-right-color: white;
    text-align: center;
}

.text_center {
    text-align: center;
}

.dropbtn {
    /*background-color: #4CAF50;*/
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #192746;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    color: #ffffff;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }


/*For table sorting*/
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
    background-image: url(Images\asc.gif);
    border-bottom: #000 1px solid;
}

.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
    background-image: url(Images\desc.gif);
    border-bottom: #000 2px solid;
    background-color: #E7E7E7;
}

.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
    background-image: url(Images\bg.gif);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #E7E7E7;
    white-space: normal;
    padding: 4px 20px 4px 4px;
    font-family: ZeissFrutigerNextPro-Md_1;
}

.zeiss-font-rg {
    font-family: ZeissFrutigerNextPro-Rg_1;
}

.caselogpartial {
    font-weight: bold;
    font-size: 14px;
}

.aletssubtitle {
    color: #141E8C;
    font-weight: normal;
    font-family: ZeissFrutigerNextPro-Md_1;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    line-height: 0.9;
}

.subtextfortiles {
    font-family: ZeissFrutigerNextPro-Light_1;
    color: #afafaf;
    font-size: 12px;
}

.lblpatientId {
    background-color: white;
    height: 600px;
    border-right-width: 2px;
    border-right-color: lightgray;
    overflow: scroll;
    overflow-x: hidden;
    margin-top: 10px;
    color: navy;
}

.headerInfo {
    font-family: 'ZeissFrutigerNextPro-Light_1';
    font-size: 12px;
    color: dodgerblue;
}

.headerinfoback {
    background-color: #D3ECF5;
    height: 20px;
}

.zeissLogoNewPartial {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
}

.radiotext {
    color: black;
    font-family: 'ZeissFrutigerNextPro-Light_1';
    font-size: 12px;
}

.textboxwidth {
    font-family: ZeissFrutigerNextPro-Rg_1;
    font-size: 14px;
    width: 90px;
    margin-bottom: 4px;
}

.imageconntent {
    background-color: white;
    height: 600px;
    border-left-width: 2px;
    border-left-color: lightgray;
}

.imageheaderlbl {
    height: 20px;
    text-align: right;
}

.browsebtn {
    background-color: #428bca;
    color: white;
}

.imagelbl {
    float: left;
    color: #FF0000;
}

.showfiles {
    /*height: 500px;*/
    display: none;
}

.imgthumbnail {
    height: 500px;
}

.thumbnailcontainer {
    height: 430px;
    overflow-y: scroll;
}

.addmoreImg {
    height: 70px;
}

.addimg {
    height: 70px;
    width: 70px;
}

.imgloading {
    display: none;
    width: 100px;
    height: 100px;
}

.floatleft {
    float: left;
}

.panel, .panel-group {
    border-radius: 0px !important;
}

label > input { /* HIDE RADIO */
    display: none;
}

    label > input + img { /* IMAGE STYLES */
        cursor: pointer;
        border: 2px solid transparent;
    }

    label > input:checked + img { /* (CHECKED) IMAGE STYLES */
        border: 4px solid #0588CB;
    }

.toptick-align-right {
    text-align: right;
}

.labelCss {
    color: #028CD0;
    font-weight: bold;
}

.input[type="range"] {
    display: block;
    margin: 15px 0 0 0;
    width: 200px;
}

.header-text-margin-left {
    margin-left: -15px !important;
    color: #141E8C !important;
}

.header-user-name {
    padding-right: 10px;
}


.alert-search-header {
    background-color: white;
    margin-bottom: 4px;
}



.gridheader-thead > th {
    color: #afafaf !important;
    font-family: ZeissFrutigerNextPro-Light_1 !important;
}

.notgradablecolonminddata {
    padding-left: 5px !important;
}

.deviceofflineremainingcoldata {
    padding-left: 5px !important;
}

.deviceofflinecolon1data {
    padding-left: 5px !important;
}

.subtextcolor {
    color: #008BD0;
    font-family: ZeissFrutigerNextPro-Light_1;
}

.padding-bottom-6p {
    padding-bottom: 6px;
}

.btn-submit {
    margin-right: 0px;
    color: #ffffff !important;
    background-color: #141E8C !important;
    border-color: #141E8C !important;
    border: 1px solid;
    padding: 5px 15px;
    font-family: ZeissFrutigerNextPro-Rg_1;
}

.btn-cancel {
    margin-right: 0px;
    color: #141E8C !important;
    background-color: #ffffff !important;
    border-color: #141E8C !important;
    padding: 5px 20px;
    border: 1px solid;
    font-family: ZeissFrutigerNextPro-Rg_1;
}

.pull-right-cutom {
    text-align: right;
}

.lable-custom {
    margin-bottom: 0px !important;
}

.padding-right-0p {
    padding-right: 0px;
}

.padding-left-8p {
    padding-left: 8px;
}

.vrtical-align-center {
    vertical-align: text-bottom !important;
}

.width-120p {
    width: 120px;
}

.width-80p {
    width: 80px;
}

.margin-top-10p {
    margin-top: 10px;
}

.margin-top-5p {
    margin-top: 5px;
}

.margin-top-12p {
    margin-top: 12px;
}

.margin-top-30p {
    margin-top: 30px;
}

.btn-saveasdraft {
    margin-right: 0px;
    color: #ffffff !important;
    background-color: #5cb85c !important;
    border-color: #5cb85c !important;
    border: 1px solid;
    font-family: ZeissFrutigerNextPro-Rg_1;
}

.padd-left-0 {
    padding-left: 0px;
}

.background-color-lightgreen {
    background-color: #94CE72 !important;
}

.opacityclass {
    opacity: .5;
}

.margin-right-0p {
    margin-right: 0px;
}

.margin-right-minus-18p {
    margin-right: -18px !important;
}

.btn-font-family-zeiss-reg {
    font-family: ZeissFrutigerNextPro-Rg_1;
}

.font-family-zeiss-reg {
    font-family: ZeissFrutigerNextPro-Rg_1;
}

.height-with-160p {
    height: 120px;
    width: 120px;
}

.commonsearch-cId-gridtext {
    padding-left: 10px !important;
}

.padding-left-right-24p {
    padding-right: 24px;
    padding-left: 24px;
    margin-right: 0px;
    margin-left: 0px;
}

.padding-bottom-top-0p {
    padding-top: 0px;
    padding-bottom: 0px;
}

@media print {
    body.modal-open {
        visibility: hidden;
    }

    .to-print {
        visibility: visible;
        position: absolute;
        top: 0;
        margin-left: 10%;
    }

    .to-print-caseId {
        visibility: visible;
        position: absolute;
        margin-left: 65%;
        padding-top: 20px;
        font-weight: bold;
        font-size: 24px;
        font-family: ZeissFrutigerNextPro-Md_1;
    }

    #non-printable {
        display: none;
    }

    #myQrCodeModal {
        display: block;
    }
}

.caseId {
    cursor: pointer;
}

#myQrCodeModal {
    display: none;
}

.my-layoutlog {
    overflow-x: auto;
}

.my-gridlog {
    min-width: 1360px;
}

.fit-contain {
    object-fit: contain;
}

.addMore {
    height: 90px;
    width: 78px;
}
/*  Use Below Css property for Password field to display password string as default password format*/

.passwordcss {
    font-family: sans-serif !important;
}


.popupmodal-footer {
    background-color: #f4f4f4;
}


.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: none;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: none;
}

.white-bg {
    background-color: #fff;
}

.header {
    width: auto !important;
}

.remove-padding {
    padding: 0px;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 12px;
    padding-left: 10px;
}

/*#tblRecords th:last-child:after {
    opacity: 0;
}*/

/*#tblRecords td:last-child {
    cursor: pointer;
    opacity: 0.3;
}

    #tblRecords td:last-child:hover {
        opacity: 1;
    }*/

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 12px;
    right: 27px;
}

table.dataTable .uploaded:after {
    bottom: 12px;
    right: 40px !important;
}

table.dataTable .slno:after {
    bottom: 12px;
    right: 10px !important;
}

table.dataTable .casestatus:after {
    bottom: 12px;
    right: 15px !important;
}

table.dataTable .assigned:after {
    bottom: 12px;
    right: 32px !important;
}

table.dataTable .monitorpatientid:after {
    bottom: 12px;
    right: 55px !important;
}

table.dataTable .monitoruploaded:after {
    bottom: 12px;
    right: 75px !important;
}

table.dataTable .monitorassignto:after {
    bottom: 12px;
    right: 72px !important;
}

table.dataTable .monitoraction:after {
    bottom: 12px;
    right: 40px !important;
}

table.dataTable .monitoruploadedtime:after {
    bottom: 12px;
    right: 80px !important;
}

table.dataTable .monitorslno:after {
    bottom: 12px;
    right: 30px !important;
}

table.dataTable .status:after {
    bottom: 12px;
    right: 140px !important;
}

table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.dataTables_wrapper .dataTables_paginate {
    padding-bottom: 0.25em;
    padding-right: 0.25em;
    /*position: absolute;
        bottom: 0;
        right: 0;*/
}

table.dataTable.no-footer {
    border-bottom: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.4em 0.8em;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
    background-image: none;
}

.remove-right-padding {
    padding-right: 0px;
}

.margin-15px {
    margin: 0px 15px;
}

.margin-top-1per {
    margin: 1% auto;
}

.margin-top-10per {
    margin-top: 10%;
}

.btn-gray {
    background-color: #A5AAB1;
    color: #000;
    border: none;
    padding: 5px 10px;
    width: 160px;
    font-family: ZeissFrutigerNextPro-Light_1;
}

.btn-black-primary {
    background-color: #404143;
    color: #fff;
    border: none;
    padding: 5px 10px;
    width: 160px;
    font-family: ZeissFrutigerNextPro-Light_1;
}

.exp-excel:hover {
    text-decoration: none !important;
    color: #fff;
}

.exp-excel:active,
.exp-excel:after,
.exp-excel:before,
.exp-excel:focus {
    text-decoration: none !important;
    color: #000;
}

.placeholder {
    color: #999CB8;
    font-size: 12px;
    padding: 5px 0px;
    font-family: ZeissFrutigerNextPro-Light_1;
}

.no__border__radius {
    border-radius: 0px;
}

.btn__new__s {
    color: #000 !important;
    background-color: #fff !important;
    border-left: 1px solid #fff;
    border-top: 1px solid #606773;
    border-bottom: 1px solid #606773;
    border-right: 1px solid #606773;
}

    .btn__new__s:hover {
        border-left: 1px solid #fff;
        border-top: 1px solid #606773;
        border-bottom: 1px solid #606773;
        border-right: 1px solid #606773;
    }

.srch__btn__upload {
    padding: 6px 5px !important;
    margin-right: 0px !important;
}

.srch__img__upload {
    height: 14px;
}

.form-control {
    border: 1px solid #606773;
}

.transaction-number {
    color: #000;
    font-size: 24px;
    font-family: ZeissFrutigerNextPro-Rg_1;
    vertical-align: middle;
}

.transaction {
    color: black;
    font-size: medium;
    vertical-align: middle;
    margin-left: 10px;
}

.input-group-addon {
    border-top: 1px solid #606773 !important;
    border-right: 1px solid #606773 !important;
    border-bottom: 1px solid #606773 !important;
    border-radius: 0px !important;
}

.body-content {
    margin-bottom: 0px;
}

.table thead > tr > th {
    vertical-align: bottom;
    border-bottom: none;
    padding: 13px;
    background-color: #e6e6e6;
    font-size: 13px;
}

.table tbody > tr > td {
    padding: 6px 13px;
    border-collapse: collapse;
    font-size: 12px;
}

    .table tbody > tr > td img {
        height: 15px;
        width: 15px;
    }

    .table tbody > tr > td p {
        margin-bottom: 0px;
    }

#tblRecords_filter,
#tblRecords_length,
#tblRecords_info {
    display: none;
}

#tblRecords_wrapper {
    height: 68vh;
    position: relative;
}

.trans-log {
    font-weight: 100;
    font-size: 21px;
}
.truncatetext {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.devicewidth {
    width: 4%;
} 