﻿@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
}

html, body {
    height: 100%;
    color: #666;
	font-family: "Roboto-Regular", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-size: 12px;
}

#wrapper-header {
	padding: 0px 50px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    min-height: 100%;
}

#wrapper {
    padding: 0px 50px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    min-height: 100%;
}

.bdr-btm {
		border-bottom: 1px solid #CCC;
		
}

.dropdown100 {
    width: 100% !important;
}

#footer-wrapper {
	padding: 0px 50px;
    width: 100%;
	min-width:1160px;
    margin: 0px auto;
	display: table;
}

a {color:	#009fc2;}

hr {
	margin-top: 30px;
    border-top: 1px solid #ddd;
    margin-bottom: 30px;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
	color: #009fc2;
}
a:hover, a:focus {
    color: #009fc2;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #555;
	font-family: "Roboto-Regular", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-weight: 500;
}

h2 {
	letter-spacing: -1px;
}

.full-container {
    width: 100%;
    background-color: #f9f9f9;
}

.homecontainer {
	line-height: 17px;
}

.pad-12 {
    padding-top: 12px;
}

.padLeft20 {
    padding-left: 25px !important;
}

.user > ul > li {
    float: left;
    margin-right: 8px;
    padding-right: 8px;
    list-style-type: none;
}

.user ul li:nth-child(2) {
    border-right: 1px solid #CCC !important;
    padding-right: 8px;
    margin-right: 8px;
}

ul.secure-messenger li, ul.ulanch li{
    padding-inline-start: 0px !important;
}

.btn-group-align > ul > li {
    float: left;
    margin-right: 8px;
    padding-right: 8px;
    list-style-type: none;
}

.btn-group-align ul li:nth-child(2) {
    padding-right: 8px;
    margin-right: 8px;
}

.btn-group-align ul li:nth-child(3) {
    padding-right: 8px;
    margin-right: 8px;
}

/*.bootbox-close-button {
    display: none;
}*/

.image-message {
    max-width: 580px;
    max-height: 500px;
    width:auto;
    height:auto;
    border-radius: 5px;
    padding: 0px !important;
    margin-left: -10px !important;
}


.user ul li a {
    text-decoration: none;
}

.menu ul li a {
    font-size: 23px;
    color: #00a1bf;
}

nav {
	margin-top: -27px;
    font-size: 20px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -2px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 7px 8px;
	border-bottom: 0px solid #CCC;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    box-shadow: 0px -3px 4px #E2E2E2;
	-moz-box-shadow: 0px -3px 4px #E2E2E2;
	-webkit-box-shadow: 0px -3px 4px #E2E2E2;
	border: 1px solid #049fbd;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nav>li>a:hover {
	border-bottom: 1px solid #009fc2;
}

.nav-tabs {
    border-bottom: none;
}

.menu-border {
    border-bottom: 1px solid #d2d2d2 !important;
}

.border-none {
    border-right: none !important;
}

.table {
    border: 1px solid #cbcbcb;
}

    .table th {
        font-size: 13px !important;
        color: #616161;
    }

    .table thead {
        background-color: #e5e5e5;
    }

    .table tr:nth-child(odd) {
        background-color: #f9f9f9;
    }

.table thead>tr>th {
    border-bottom: 1px solid #ddd;
}
	
.announc {
    margin-bottom: 10px;
}

.date {
    font-weight: bold;
}

.announc-style {
    background: #f9f9f9;
    padding: 11px;
    border: 1px solid #009ec5;
    border-radius: 5px;
}

.border-btm {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 50px;
}

.mar-tp {
    margin-top: 20px;
}

.footer-menu ul li {
    float: left;
    margin-right: 5px;
    border-right: 1px solid #959595;
    list-style-type: none;
    padding-right: 5px;
}

    .footer-menu ul li:last-child {
        border-right: none;
    }

.clr {
    color: #59accc;
}

.nav-tabs > li > a:hover {
    border-color: #F8F8F8;
	border-bottom: 1px solid #009fc2;
	box-shadow: 0px 1px 0px solid #009fc2;
	color: #009fc2;
	text-decoration: none;
}

.nav-tabs > li.active > a {
	text-decoration: none;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #F8F8F8;
}

.table p {
    margin: 0 0 0 !important;
}

.form-inline .form-group input {
    width: auto;
}

#ValidateLogin .form-inline .form-group input {
	width: 300px;
}

.pad-0 {
    padding: 0 !important;
}

.form-styl {
    background-color: #f9f9f9;
    border: 1px solid #019fc6;
    padding: 25px;
}

.padr-0 {
    padding-right: 0 !important;
}

.padt-7 {
	padding-top: 7px;
}

.padl-0 {
    padding-left: 0 !important;
}

.mar-t16 {
    margin-top: 16px;
}

.mar-t8 {
    margin-top: 8px;
}

.mar-t5 {
    margin-top: 5px;
}

.btn-style {
    background-color: #666666;
    color: #FFF;
}

.voffset {
    margin-top: 5%;
}

.col-centered {
    float: none;
    text-align: left;
    margin-right: -4px;
}

.jumbotron.vertical-center {
    margin-bottom: 0; /* Remove the default bottom margin of .jumbotron */
}

.vertical-center {
    min-height: 100%; /* Fallback for vh unit */
    min-height: 100vh; /* You might also want to use
                        'height' property instead.
                        
                        Note that for percentage values of
                        'height' or 'min-height' properties,
                        the 'height' of the parent element
                        should be specified explicitly.
  
                        In this case the parent of '.vertical-center'
                        is the <body> element */
    /* Make it a flex container */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* Align the bootstrap's container vertically */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
    width: 100%;
    /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.
  
     Therefore, we should use the following declarations to get it centered again */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pad-10 {
    padding: 20px 10px 30px 10px;
}

.pad-30 {
    padding: 30px;
}

.pdl2 {
    padding-left: 2px !important;
}

.bdr-radius {
    -webkit-border-radius: 5px;
}

.mar-b20 {
    margin-bottom: 20px !important;
}

.mar-b70 {
    margin-bottom: 70px !important;
}

.mar-b10 {
    margin-bottom: 10px !important;
}

.mar-bottom_zero {
    margin-bottom: 0px !important;
}

.pad_left_40 {
    padding-left: 40px;
}

.panel label {
    font-size: 13px !important;
    margin-top: 5px;
}

.bg {
    background-color: #f8f8f8;
}

.panel-heading {
    padding: 8px 12px;
}

.panel-title {
	font-size: 14px;
}

.panel-default {
    border-color: #d6d6d6;
}

.error {
    border-color: #f00;
    color: #f00;
}

#authenticateUser label.error {
    position: absolute;
    right: 19px;
    top: 31px;
    font-style: normal;
}

#authenticateUser input[type="checkbox"] {
    height: 15px !important;
}

#clinic-selector {
	width: 100%;
	margin: 8px 0 5px;
}

.wid100 {
    width: 100% !important;
}

.mgn0 {
    margin: 0 !important;
}

.text-link {
    text-decoration: underline;
}

.clear-b, .modal-footer {
    clear: both;
}


/*internet explorer hack*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .col-centered {
        margin-top: 150px !important;
    }

	/*
    #savedReportsPV {
        width: 24% !important;
        right: 18px !important;
    }
	*/

    .jobdetails_textarea {
        width: 100% !important;
    }

    .jobdetails_jobtype > span {
        width: 150px !important;
    }
}

.lin-ht label {
    line-height: 25px !important;
}

.bdr {
    /*border: 1px solid #d2d2d2;*/
    border: 1px solid #009fc2;
    border-radius: 10px;
}

.padlr0 {
    padding-left: 0;
    padding-right: 0;
}

.padlr15 {
    padding-right: 15px;
}

li.selected {background:#CCC}

.pdt10 {
    padding-top: 10px;
}

.pdb10 {
	padding-bottom: 10px;
}

.pdt20 {
	padding-top: 20px;
}

.pdb20 {
	padding-bottom: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt7 {
    margin-top: 7px;
}

.mt5 {
    margin-top: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}
.mlp30 {
    margin-left: 30%;
}

.w50 {
    width: 50%;
}

.img div {
    padding: 7px;
    border: 1px solid #ccc;
    float: left;
    margin-left: 8px;
}

.img img {
    width: 100px;
    height: 100px;
}

.width-960p {
    width:960px !important;
}
.mt3 {
    margin-top: 3px !important;
}

.player img {
    width: 100%;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.ftr {
    position: fixed;
    bottom: 0;
}

.badge {
    background: rgb(5, 166, 202);
    padding: 4px 6px;
}

.mr30 {
    margin-right: 30px;
}


.ml30 {
    margin-left: 30px;
}

.mc230 {
    margin-left: 230px;
    background-color: lightyellow !important;
}

.mt4 {
    margin-top: 4px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}



/*------------portal secure messenger css--------------*/
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

.search-text-box {
    width: 220px !important;
	display: table-cell;
	float: left;
}

.search-text-box-input {

}

.search-text-box-placeholder {
	width: 100%
}

.conversation-sort-button-placeholder, .conversation-create-button-placeholder {
	display: table-cell;
	float: left;
}

.secure-messenger-main-window {

}

.conversation-sort-button-placeholder {
    margin: 0px 20px 0 10px;
    padding: 0px !important;
}

.conversation-create-button-placeholder {
    padding: 0px !important;
    margin-left: -10px;
}

.secure-messenger-inner-window {
	display: table;
	margin: 0px;
}

.dialog-sort {
    background-color: #f0ad4e;
    text-shadow: #f0ad4e;
    box-shadow: #f0ad4e;
    color: #fff;
    margin-top: 10px;
}

.dialogs-section {
	margin-right: 20px;
}

h2.secure-messenger-title {
	margin-top: 0px;
}

.dialog-edit {
    float: right;
    padding-left: 120px;
    /*margin-left:-50px !important;*/
}

.dialogs-holder {
    margin-left: 0px !important;
	float: left;
    width: 300px !important;
    padding-right: 20px !important;
}

textarea {
    resize: none;
}

.dialog-messages-container {
    width: 100%;
	min-width: 740px;
    background-color: #f0eff5;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1) inset;
}


.dialog-messages {
    overflow-y: auto;
}

.dialog-size {
    height: auto !important;
    width: auto !important;
}

.dialogs {
    overflow-y: auto;
}

.send-message-spinner {
    position: relative;
    bottom: 40px;
    left: 200px;
    z-index: 999;
}

.active-dialog {
    background-color: #def9ff !important;
}

.load-more-mesages-buton {
    background-color: rgb(5, 166, 202);
    color: #333;
}

.dialog-image {
    width: 60px;
    height: 60px;
	margin: 0 0 0 -20px;
    /*border-radius: 5px;*/
}

#contact-supportPopup .modal-body {
	float: left;
}

/*==================================================
 * Effect 6
 * ===============================================*/
.modal-content, .popup
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.modal-content:before, .modal-content:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.modal-content:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 7
 * ===============================================*/
.effect7
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect7:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.tooltip-arrow,
.tooltip > .tooltip-inner {
    background-color: #f9f9f9;
    font-size: 20px !important;
    font-family: "Roboto-Regular", "Helvetica Neue", Helvetica, Arial, Sans-serif;
    color: #222 !important;
}


.dialog-name {
    font-size: 16px !important;
    font-family: "Roboto-Regular", "Helvetica Neue", Helvetica, Arial, Sans-serif;
    color: #222 !important;
}

.dialog-participants-name {
    font-size: 14px !important;
    font-family: "Roboto-Regular", "Helvetica Neue", Helvetica, Arial, Sans-serif;
    color: #666 !important;
}

.dialog-message-time {
    font-size: 10px !important;
	line-height: 22px;
    font-family: "Roboto-Regular", "Helvetica Neue", Helvetica, Arial, Sans-serif;
    color: #666 !important;
}

.chat-sender-name {
    font-size: 14px !important;
    font-family: "Roboto-Medium", "Helvetica Neue", Helvetica, Arial, Sans-serif;
    color: #52CE88 !important;
	
}

.chat-message {
    font-size: 12px !important;
    font-family: "Roboto-Regular", "Helvetica Neue", Helvetica, Arial, Sans-serif;
    color: #333333 !important;
}

.chat-message-date {
    font-size: 10px !important;
    font-family: "Roboto-Regular", "Helvetica Neue", Helvetica, Arial, Sans-serif;
    color: #979797 !important;
	margin: 5px 0 0 0;
}

.admin-name {
    float: right;
}

.message-text-area {
    height: 40px !important;
	line-height: 26px;
    width: 100%;
    margin-left: 0px;
}

.message-text-area-placeholder {
	box-shadow: 0px -5px 20px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px -5px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -5px 20px rgba(0,0,0,0.05);
    border-top: outset 1px #b7b4b4;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
    padding-top: 10px !important;
	padding-bottom: 10px;
    background-color: #F8F8F8;
}

.chat-dialog {
    min-height: 4em !important;
    height: auto !important;
	width: auto;
    min-width: 11em !important;
    max-width: 55% !important;
	margin-right: 20px;
}

.message-text-area-placeholder .form-control {
    line-height: 26px;
    font-size: 14px;
    height: auto;
}


.rgt-chat {
    height: 100px;
    background-color: #def9ff;
    border-radius: 8px;
	padding: 5px 10px 5px 10px;
    max-width: 55%;
    display: inline-block;
	border-bottom: 1px solid #d4d4d9;
}

/*.rgt-chat .chat-sender-name {
	visibility: hidden;
	display: none;
}*/

.dialog-groupname {
    font-size: 20px !important;
    font-family: "Roboto-Regular", "Helvetica Neue", Helvetica, Arial, Sans-serif;
    color: #444444 !important;
}

.dialog-all-participants-names {
    font-size: 20px !important;
    font-family: "Roboto-Regular", "Helvetica Neue", Helvetica, Arial, Sans-serif;
    color: #444444 !important;
    width: 100%;
}

.list-group-item:hover {
	background-color: #F8F8F8;
}

.list-group-item.active a {
    color: #fff !important;
}

    .list-group-item.active a:hover {
        text-decoration: none;
    }

.list-group-item a:hover {
    text-decoration: none;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 15px solid rgb(255, 255, 255);
    left: -15px !important;
    top: 35px !important;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid rgb(222, 249, 255);
    right: -15px !important;
    top: 35px !important;
}

.pad5 {
    padding: 5px;
}

.popup {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    /*left: 122px;*/
}

.popup-cntcs {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
    height: 295px;
    overflow-y: scroll;
}

.ml5 {
    margin-left: 5px;
}

.bg_lightgrey {
    background: #f8f8f8;
}

.bdr-btm {
    border-bottom: 1px solid #b8b8b8;
}

.bdr-btm2p {
    border-bottom: 2px solid #b8b8b8;
}

.padder_6v {
    padding-top: 6px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

#divlogoutcontainer {
	padding: 15px 0px 0;
}

header {
    background: #F8F8F8;
}

header .logo {
	float: left;
	padding: 0px;
}

.header-padlr {
	display: table;
	width: 100%;
	margin: 0 auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#search-section {
	min-height: 28px;
}

#search {
	left: 47%;
    position: absolute;
    float: none;
    text-align: center;
    margin-left: -160px;
}

#search .form-control {
    color: #666;
	border-color: #009fc2;
}

#credentials {
	float: right;
	font-size: 12px;
}

#credentials ul {
	margin-bottom: 5px;
}

#credentials ul li.anchusername, #credentials ul li.anch {
	line-height: 12px;
	text-transform: lowercase;
}

#credentials ul li.anchusername a:hover {
	color: #009fc2;
	text-decoration: underline;
}

.padder {
    padding: 15px 0 !important;
}

.cht-rgt {
    position: absolute;
    right: -26px;
    top: 35px;
    font-size: 36px;
    color: rgb(229, 229, 234);
}

.cht-left {
    position: absolute;
    left: -26px;
    top: 35px;
    font-size: 36px;
    color: #3ebd12;
}

.lft-chat {
    /*background-color: #3ebd12;*/
    margin-left: 20px;
	background-color: #fff;
    height: 100px;
    border-radius: 8px;
	padding: 10px 10px 5px 10px;
    max-width: 55%;
    display: inline-block;
	border-bottom: 1px solid #d4d4d9;
}

.notification-message-middle {
    background-color: #ffe7de !important;
    min-height: 2.5em !important;
    height: auto !important;
    text-align: center !important;
	border-bottom: 1px solid #d4d4d9;
	padding:5px 15px;
}

.font30 {
    font-size: 30px;
}

.mr30p {
    margin-right: 30%;
}

.padr0 {
    padding-right: 0;
}




/*------------dashboard css--------------*/

.bg-blue {
    background-color: #2b78e4;
    min-height: 300px;
}

.dashboard-innerpopup {
    position: absolute;
    z-index: 99;
    right: 98px;
    color: #fff;
}

.innerpopup-close {
    font-size: 25px;
    color: #000;
}

.pad5 {
    padding: 5px;
}

.padlbt5{
    padding: 5px;
    padding-right: 0px !important;
}

dd {
    margin-left: 12px;
}

.modal600 .modal-dialog {
    width: 60% !important;
}

.modal600 .modal-content {
    width: 100% !important;
    overflow: visible;
}

.modal500 .modal-dialog {
    width: 50% !important;
}

.modal500 .modal-content {
    width: 100% !important;
}

/* dashboard */
.modal80 .modal-dialog, .modal800 .modal-dialog {
    width: 80% !important;
}

.modal80 .modal-content, .modal800 .modal-content {
    height: 630px;
    overflow: scroll;
    overflow-x: auto;
    width: 100% !important;
}

.modalTX .modal-dialog {
    width: 80% !important;
}

.modalTX .modal-content {
    height: 800px;
    overflow: scroll;
    overflow-x: auto;
    width: 100% !important;
}

a.btn-xs span.toolbar-icon {
    color: white;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
}

.col-sm-12 {
    float: left;
}

.dashboard-popup label {
    line-height: 25px;
}

#newuserreg .field-validation-error {
    clear: both;
    float: left;
    margin-left: 199px;
    color: red;
}

.bdr_rad_5 {
    border-radius: 5px;
}

.popup-paswd-info {
    right: -23px !important;
    bottom: -180px !important;
}

.field-validation-error {
    color: red;
}

.multi-sel > div > div {
    padding: 5px !important;
    background: #fff !important;
    border-radius: 12px !important;
}


.popup-next {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    /*left: 88px;*/
}

.addtocontactspopup {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    /*left: 122px;*/
}

.addpatienttoconversation {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    /*left: 88px;*/
}

.edit-group {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    /*left: 88px;*/
}

.editgroup-addcontacts {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    /*left: 88px;*/
}

.addpatientcontacts {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    /*left: 88px;*/
}

.m10 {
    margin: 10px;
}

.browers {
    background: #fff;
    position: absolute;
    z-index: 99;
    top: 43%;
    left: 29%;
}

    .browers img {
        width: 50px;
    }

.bdr-ryt {
    border-right: 1px solid rgb(221, 120, 35);
}

.hgt261 {
    min-height: 261px;
}

.hgt665 {
    min-height: 665px;
}

.hgt28 {
    height: 28px !important;
}

.aside-addpatient-hgt {
    min-height: 375px;
}

.hgt517 {
    min-height: 517px;
}
    
.hgt100 {
    height: 100px !important;
}

.hgt30 {
    height: 30px;
}

.browsers-heading {
    color: rgb(232, 98, 16);
}

.fnt10 {
    font-size: 10px;
}

.contact-supportPopup {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    top: 108%;
    left: 21%;
}

.add-user-details {
    padding: 15px;
}

    .add-user-details p {
        padding-left: 50px;
        line-height: 12px;
    }

    .add-user-details span {
        width: 105px;
        height: 105px;
        margin-right: 10px;
        float: left;
        padding: 2px;
    }

    .add-user-details p:last-child {
        margin-bottom: 25px;
    }

    .add-user-details a {
        margin-bottom: 25px;
    }

    .add-user-details .add-user-details-img {
        clear: both;
    }


    .add-user-details .list-inline {
        margin: 40px 0 0 0;
        padding: 0;
        clear: both;
    }

        .add-user-details .list-inline li a {
            text-decoration: underline;
            ;
        }

            .add-user-details .list-inline li a:hover {
                text-decoration: none;
            }


    .add-user-details li::after {
        content: " | ";
        margin: 0 0 0 10px;
    }


    .add-user-details li:last-child::after {
        content: "  ";
    }

.clr {
    clear: both;
}

.mar0 {
    margin: 0;
}

.worklist-table {
    margin-bottom: 0 !important;
}

.date-hide {
    visibility: hidden;
}

.file {
    font-size: 32px;
}

#chat-column {
	vertical-align: top;
	width: 100%;
	display: table-cell;
}

.chat-msg-box {
    height: 365px;
    overflow-y: scroll;
}

.chat {
    margin: 7px 0 0 0;
    overflow: hidden;
    padding: 0;
}

.modal-header .close {
    margin: 7px 9px 0 0 !important;
}


/* -------------------------------home page css------------------------------------ */


.mar-top6 {
    margin-top: 6%;
}

.mar-top3 {
    margin-top: 3%;
}

.bdr-btm2p {
    border-bottom: 2px solid #b8b8b8;
}

.bdr-btm {
    border-bottom: 1px solid #b8b8b8;
}

.navbar-collapse {
	padding-left: 0px;
}

.navbar-default {
    background-color: #dddddd;
}

    .navbar-default li {
        border-right: 1px solid #7c7c7c;
    }

        .navbar-default li:last-child {
            border-right: none;
        }

.navbar-default {
    border: 1px solid #7c7c7c;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #000;
        background-color: #7f4c4c;
    }

    .navbar-default .navbar-nav > li > a {
        color: #000;
    }


/* -------------------------------Job Reports css------------------------------------ */

.wdth-100 {
    width: 100% !important;
}

.btns {
    text-align: center;
}
/*
.pad-20p {
    padding: 20px;
}

.job-bdr {
    border: 1px solid rgba(169, 169, 169, 0.99);
}
*/
.min-hgt {
    min-height: 500px;
}


.main_nav {
    list-style: none;
    padding: 0;
}

    .main_nav li {
        margin-right: 1px;
        display: inline-block;
    }

        .main_nav li.active a {
            color: #fff !important;
        }

        .main_nav li.active:hover {
            background: #286090;
        }

        .main_nav li.active a:hover {
            text-decoration: none;
        }

.right_top_sec {
    margin-top: 5px;
}

    .right_top_sec li:last-child {
        margin: 0;
    }
/* paddings */
.no_padding {
    padding: 0 !important;
}

.padder_v {
    padding: 15px 0;
}

.padder_5v {
    padding: 5px 0;
}

.padder {
    padding: 10px;
}

.padder_6v {
    padding-top: 6px;
}

.pb10 {
    padding-bottom: 10px;
}

.no_rightpad {
    padding-right: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}
/* margins */
.mb10 {
    margin-bottom: 10px;
}

.mt34 {
    margin-top: 34px;
}

.mt0 {
    margin-top: 0 !important;
}

.mt2 {
    margin-top: 2px !important;
}

.no_margin {
    margin: 0 !important;
}

.clear_b {
    clear: both;
}

.mar-tp {
    margin-top: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mt14 {
    margin-top: 14px;
}

.mt25 {
    margin-top: 25px;
}

.mt12 {
    margin-top: -12px;
}
/* background colors */
.bg_lightgrey {
    background: #f8f8f8;
}
/* custom classes */
ul {
    text-decoration: none;
}

.input_group input[type="checkbox"] {
    margin-top: 2px !important;
}

.text-center-itm {
    float: none;
    display: inline-block;
}

.mar-l10p {
    margin-left: 10px;
}
/* accordion */
.panel-heading a:hover, .panel-heading a:focus {
    text-decoration: none;
}

/* savedReports */
.savedReports {
    height: auto;
    overflow: scroll;
    overflow-x: hidden;
	margin: 0 -20px;
}

.SearchGrid {
    height: 270px;
    overflow: auto;
    clear: both;
}

.column_multiselect {
    height: 184px;
}

.vmiddle {
    display: table;
}

    .vmiddle .mid {
        display: table-cell;
        vertical-align: middle;
    }

.mt105 {
    margin-top: 105px;
}

.header {
    /*position: fixed;*/
    /*z-index: 999;*/
    width: 100%;

}

#SearchFilterPV {
	padding: 0px;
}

#main-col {
	width: 100%;
    display: table-cell;
}

#DetailsViewPV {
	padding: 0px;
}

#JobDoc h3, #currentJobDocID1 h3 {
	margin: 10px 0;
    padding: 20px 20px 10px;
    border-bottom: 1px solid #CCC;
}

#currentJobDocID1 {
	padding: 0px;
	border-left: 2px solid #CCC;
}

span.SelectedJobNumber {
	color: #666666;
}

.sidebar-left {
	margin-right: -2px;
    padding: 10px 20px 20px 0px;
    border-right: 2px solid #CCC;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 */
}

.sidebar-left h3 {
	margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
    letter-spacing: -1px;
    padding-bottom: 10px;
}

.sidebar {
    padding: 30px 20px 0px;
    border-left: 1px solid #CCC;
    background: -moz-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(246,246,246,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(246,246,246,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

#JobReportsMain {
	float: left;
	width: 100%;
    min-width: 1160px;
}

#JobReportsLeft {
	padding: 20px 30px 0 0;
}

#JobReportGrid .k-grid-content {
    width: 100%;
    height: auto;
    overflow: scroll;
}
#ActiveUsersGrid .k-grid-content {
    width: 100%;
    height: auto;
    overflow: scroll;
}

#JobDashboardChild {
	margin-bottom: 15px;
}

#dialog-form {
    display: none;
}
/* border radius */
.bdr_rad_3 {
    border-radius: 3px !important;
}

.field-validation-error span {
    color: red;
    margin-left: 13px !important;
}
/* box shadows */
.shadow {
    position: relative;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

    .shadow:before, .shadow:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        box-shadow: 0 0 20px rgba(0,0,0,0.8);
        top: 0;
        bottom: 0;
        left: 10px;
        right: 10px;
        -moz-border-radius: 100px / 10px;
        border-radius: 100px / 10px;
    }

    .shadow:after {
        right: 10px;
        left: auto;
        -webkit-transform: skew(8deg) rotate(3deg);
        -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
        -o-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    }

.savedReportsList tr.active-tr td {
    background-color: #009fc2;
    color: #fff;
}

.padl0 {
    padding-left: 0;
}

.navcenter {
    margin: auto;
    width: 60% !important; 
}
.header-clinic-mr-25{
    margin-right:-25px !important;
}
#dialog-form1 {
    display: none;
}

.jobdetails-popup {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    top: 18%;
    left: 10%;
}

.modal-content {
    float: left;
}
.header-contact-button
{
    padding-bottom:5px;
}

.pad-3
{
    padding:3px !important; 
}

.filteredSearchDefinition {
    display: none;
    /*width:320px !important;*/
}

    .filteredSearchDefinition li {
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
        padding: 3px 4px;
    }

        .filteredSearchDefinition li:hover {
            background-color: rgba(0, 0, 0, 0.1);
        }

.ml18 {
    margin-left: 18px;
}

.resetpass-passinfo {
    bottom: -111px !important;
    right: 22px !important;
}

.newuser-passinfo {
    /*bottom: -112px !important;*/
    right: 68px !important;
}

.centerfilerSearch
{
    margin:auto;
    width:320px;
}

.centerheader-menu
{
	display: table;
    margin: 10px auto 0;

}

#SearchDefinition-List {
    background: #fff;
    z-index: 9;
    overflow: auto;
    width: 370px;
    height: 150px;
    position: absolute;
    top: 6.4%;
    /*left: 24%;*/
     margin: 25px auto 0;
    border: 1px solid #009fc2;
    border-radius: 10px;
    border-top: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
	-webkit-box-shadow: 0px 10px 50px -15px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 10px 50px -15px rgba(0,0,0,0.6);
	box-shadow: 0px 10px 50px -15px rgba(0,0,0,0.6);
}

#SearchDefinition-SearchTyped li {
    border-bottom: 1px solid #ddd;
}

/*safari hack*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, .col-centered {
        margin: 10% 0 !important;
    }

    ::i-block-chrome, .jobdetails_jobtype > span {
        width: 150px !important;
    }

    ::i-block-chrome, .jobdetails_textarea {
        width: 100% !important;
    }
}

/*mozilla fireofox hack*/
@-moz-document url-prefix() {
    .jobdetails_jobtype > span {
        width: 150px !important;
    }

    .job-details-section {
        width: 140px !important;
    }

    .jobdetails_textarea {
        width: 100% !important;
    }
}


/*opera hack*/
@media all and (-webkit-min-device-pixel-ratio:0) {
    .jobdetails_textarea {
        width: 100% !important;
    }

    .jobdetails_jobtype > span {
        width: 150px !important;
    }
}



.browers {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 99;
    top: 43%;
    left: 29%;
}

/*** Chase Pattison's Edits made 7/20/15 through 7/22/15 - ***/

/** LOGIN **/

.bg {
    background: url(../../images/login-bg-clouds.png) no-repeat bottom;
    background-color: #f8f8f8;
}

.shadow {
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.vertical-center {
    min-height: 93vh;
}

/* Login Box */

.form-control {
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #CCC;
    border-radius: 5px;
    height: auto;
    padding: 6px;

}

#ValidateLogin .btn-primary {
    color: #fff;
    background-color: #ff3A30;
    border-color: none;
    border: 0px;
    text-shadow: 0px -1px 0px #e82d23;
    font-family: "Roboto-Regular", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-size: 14px;
    box-shadow: inset 0px -2px 3px #de372f;
}

    #ValidateLogin .btn-primary:hover {
        background-color: #de372f;
    }

#ValidateLogin .panel {
	width: 300px;
    margin-top: -130px;
}

#ValidateLogin label {
    font-weight: normal;
}

#ValidateLogin a.text-link {
    color: #009fc2;
    font-size: 11px;
}

/* Footer */

footer {
	margin: 0px auto;
    text-align: center;
    padding: 15px 0 25px;
    border-top: 1px solid #CCC;
    background-color: #FFF;
    font-size: 11px;
}

#ValidateLogin footer {
	margin: 0px auto;
}

footer .mar-tp {
    padding-left: 10%;
    padding-right: 0px;
    padding-bottom: 10px;
    margin: 10px 0;
    margin-top: 10px;
}

    footer .col-sm-5 {
        padding-left: 0px;
        padding-right: 0px;
    }

    footer .mt105 {
        margin-top: 0px;
    }
	
footer #footer-links {
	line-height: 12px;
}

footer #footer-links ul li.footer-links-right {
	margin-left: 0px;
}

footer #footer-links ul li.footer-links-right-last {
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

/** JOB REPORTS **/

/* GLOBAL */

/* HEADER */

.bdr-btm2p {
    border-bottom: 1px solid #CCC;
}

/* JOB FILTERS */

.btn-primary {
    color: #fff;
    background-color: #666666;
    border-color: none;
    border: 0px;
    text-shadow: 0px -1px 0px #777777;
    box-shadow: inset 0px -2px 3px #555555;
}

.btn-header {
    color: #fff;
    background-color: #009FC2;
    border-color: none;
    border: 0px;
    text-shadow: 0px -1px 0px #00a2c2;
    box-shadow: inset 0px -2px 3px #008ec2;
}

.btn-header:hover {
    color: #fff;
    background-color: #008ec2;
}

button.load-more-messages-button {
	color: #009fc2;
	font-size: 10px;
    background-color: #fff;
    border: 1px solid #009fc2;
    box-shadow: inset 0px -2px 3px #EEE;	
	margin: 20px 0;
}

button.load-more-messages-button:hover {
	background-color: #FFF;
	box-shadow: none;
}

    .btn-primary:hover {
        background-color: #777777;
        box-shadow: inset 0px -2px 3px #777777;
    }

    .btn-primary[disabled] {
        background-color: #bbb;
        border-color: 1px solid #444;
    }

#RunReport, #auditRunReport, .contact-support {
    color: #fff;
    background-color: #ff3A30;
    border-color: none;
    border: 0px;
    text-shadow: 0px -1px 0px #e82d23;
    box-shadow: inset 0px -2px 3px #de372f;
}

    #RunReport:hover, .contact-support:hover {
        background-color: #de372f;
		box-shadow: none;
    }

.modal-content {
    width: 600px !important;
    margin: 30px auto !important;
}

table.savedReportsList {
    border: 0px;
    margin-bottom: 0;
}

#savedReportsPV .table thead, #savedReportsPV .table tr:nth-child(odd) {
	background: transparent;
}

#savedReportsPV .table thead tr:hover {
	background: transparent;
}

#savedReportsPV .table tr:hover {
	background-color: #DEF9FF;
}

.savedReportsList tr.active-tr td .clsDeleteSavedReports {
    color: #fff;
}

#JobReportGrid tbody tr:hover,#macroListGrid tbody tr:hover{
    background: #DEF9FF !important;
    color: #000 !important;
}
#ActiveUsersGrid tbody tr:hover, #macroListGrid tbody tr:hover {
    background: #DEF9FF !important;
    color: #000 !important;
}

#ChargeCaptureJobReportGrid tbody tr:hover, #macroListGrid tbody tr:hover {
    background: #DEF9FF !important;
    color: #000 !important;
}

#ImageOnlyAndChatUploadJobReportGrid tbody tr:hover, #macroListGrid tbody tr:hover {
    background: #DEF9FF !important;
    color: #000 !important;
}

#macroListGrid .k-state-selected {
    background-color: rgb(113, 172, 189) !important;
    border: none !important;
    color: #000 !important;
}

#iframeMacroTextContainer {
    width: 100%;
    height: 100%;
    border-style: none;
    overflow: scroll;
}

#dummyMacroContainer {
    width: 100%;
    height: 370px;
    border-style: solid;
    border-width: thin;
}

#macroTextContainer {
    width: 100%;
    height: 370px;        
    border-style: solid;
    border-width: thin;
    margin-top: 10px;        
}

#SearchGrid .k-state-selected {
    color: #000 !important;
    background-color: rgba(243, 88, 0, 0) !important;
    border: none !important;
}
#AuSearchGrid .k-state-selected {
    color: #000 !important;
    background-color: rgba(243, 88, 0, 0) !important;
    border: none !important;
}

#SearchGrid .k-pager-numbers .k-state-selected {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54d8f5+0,009fc2+100 */
    background: #54d8f5; /* Old browsers */
    background: -moz-linear-gradient(top, #54d8f5 0%, #009fc2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54d8f5), color-stop(100%,#009fc2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #54d8f5 0%,#009fc2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #54d8f5 0%,#009fc2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #54d8f5 0%,#009fc2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #54d8f5 0%,#009fc2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d8f5', endColorstr='#009fc2',GradientType=0 ); /* IE6-9 */
}

#AuSearchGrid .k-pager-numbers .k-state-selected {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54d8f5+0,009fc2+100 */
    background: #54d8f5; /* Old browsers */
    background: -moz-linear-gradient(top, #54d8f5 0%, #009fc2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54d8f5), color-stop(100%,#009fc2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #54d8f5 0%,#009fc2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #54d8f5 0%,#009fc2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #54d8f5 0%,#009fc2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #54d8f5 0%,#009fc2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d8f5', endColorstr='#009fc2',GradientType=0 ); /* IE6-9 */
}
/*Dashboard JobDashboard */


#JobDashboard tbody tr:hover {
    background: #DEF9FF !important;
    color: #000 !important;
}

#JobDashboard .k-state-selected {
    color: #FFF !important;
    background-color: rgba(243, 88, 0, 0) !important;
    border: none !important;
}

#JobDashboard .k-pager-numbers .k-state-selected {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54d8f5+0,009fc2+100 */
    background: #54d8f5; /* Old browsers */
    background: -moz-linear-gradient(top, #54d8f5 0%, #009fc2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54d8f5), color-stop(100%,#009fc2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #54d8f5 0%,#009fc2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #54d8f5 0%,#009fc2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #54d8f5 0%,#009fc2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #54d8f5 0%,#009fc2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d8f5', endColorstr='#009fc2',GradientType=0 ); /* IE6-9 */
}

/*Dashboard JobDashboardChild */

#JobDashboardChild tbody tr:hover {
    background: #DEF9FF !important;
    color: #000 !important;
}

#JobDashboardChild .k-state-selected {
    color: #000 !important;
    background-color: rgba(243, 88, 0, 0) !important;
    border: none !important;
}

#JobDashboardChild .k-pager-numbers .k-state-selected {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54d8f5+0,009fc2+100 */
    background: #54d8f5; /* Old browsers */
    background: -moz-linear-gradient(top, #54d8f5 0%, #009fc2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54d8f5), color-stop(100%,#009fc2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #54d8f5 0%,#009fc2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #54d8f5 0%,#009fc2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #54d8f5 0%,#009fc2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #54d8f5 0%,#009fc2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d8f5', endColorstr='#009fc2',GradientType=0 ); /* IE6-9 */
}

.dictatorslistClass {
    width: 100% !important;
}

.mdl-cls {
    left: 132px !important;
}

    .mdl-cls .form-control {
        height: 30px !important;
    }

.search_right_part {
    font-size: 12px;
    color: rgb(132, 136, 136);
}


.job-details-section {
	width: 100%;
    background-color: #eee !important;
    resize: none;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 6px 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
}

.job_details_jobnumber {
	font-size: 30px;
	letter-spacing: -1px;
}

.jobdetails_textarea {
    resize: none;
}

.sendMessage {
    color: #fff;
    background-color: rgb(5, 166, 202);
    border-color: none;
    border: 0px;
    padding: 10px 3em;
    /*text-shadow: 0px -1px 0px #2a8599;*/
    box-shadow: inset 0px -2px 3px #2a8599;
    margin-top: 5px;
}

.job-details-image {
    width: 40px !important;
    height: 30px !important;
    float: left;
    margin-right: 5px;
}

.dashboard_configuration {

}


.temp_unavailable {
    min-height: 64vh;
}

.ml40p {
    margin-left: 40% !important;
}

.img_carsl {
    position: absolute;
    top: 15%;
    left: 30%;
}

.imageLink {
    width: 31px;
    height: 29px;
    background-image: url("/Images/IMG.png") !important;
    position: absolute;
}

.carsl_img img {
    width: 100%;
}

.lft_icn {
    font-size: 14px;
    margin-top: 151px;
}

.rgt_icn {
    font-size: 14px;
    margin-top: 151px;
}


.loading {
    margin: auto;
}

    .loading span {
        line-height: 32px;
        margin-left: 12px;
        font-size: 16px;
        vertical-align: middle;
    }

    .loading img {
        vertical-align: middle;
    }

.loading_wrp {
    background-color: #FFF;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1020;
}

    .loading_wrp .x16 span {
        line-height: 16px;
        font-size: 12px;
        margin-left: 6px;
    }

    .loading_wrp .x32 img {
        width: 32px;
        height: 32px;
    }

.JobHistoryDocScreen {
    visibility: collapse !important;
    display: none !important;
}

/*Added by Raghu For Image Zooming*/
img[data-action="zoom"] {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

.zoom-img,
.zoom-img-wrap {
    position: relative;
    z-index: 666;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

img.zoom-img {
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

.zoom-overlay {
    z-index: 420;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    filter: "alpha(opacity=10)";
    opacity: 0;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.zoom-overlay-open .zoom-overlay {
    filter: "alpha(opacity=100)";
    opacity: 0.3;
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
    cursor: default;
}
/*End Image Zooming*/

.badge_totalUnreadCount {
    background: rgb(5, 166, 202);
    padding: 5px 7px;
	margin: 0 0 0 2px;
    vertical-align: middle;
}

#SearchDefinition-List ul li span {
    word-wrap: break-word !important;
}

#ValidateLogin .footer-menu ul {
	padding:0;
}

.search-text-box-placeholder .glyphicon {
	font-size: 25px;
	line-height: 30px;
}

li.list-group-item {
	padding: 0px 20px;
}

li.list-group-item .glyphicon {
	font-size: 10px;
    background-color: #CCC;
    padding: 5px;
    margin: -1px -20px 0 0;
    color: #FFF;
}

.modal-content {
	box-shadow:none;
	max-width: ;
}

.modal80 .modal-content {
    padding-bottom: 25px;
    overflow: scroll;
    overflow-x: auto;
    width: 100% !important;
    height: 100%;
}

/*.modal-header {
    padding: 0;
    border-bottom: none;
    background-color: #efeff4;
}*/

.modal-dialog h4 {
    color: #585656;
    margin: 0 0 -10px 0;
    padding: 0;
    font-weight: 300;
    text-align: center;
    background: #FFF;
    border-bottom: none;
    box-shadow: none;
    border-radius: 5px 5px 0 0;
    text-shadow: 1px 1px 0 #fff;
}
	
@media (max-width: 768px) {
  #ValidateLogin .panel {
	  max-width: 300px;
  }
  
  #ValidateLogin  .form-group {
	width: 100%;
}

#ValidateLogin footer .col-sm-5 {
	width: 100%;
	margin: auto;
	text-align: center;
}

#ValidateLogin .footer-menu ul {
	padding:0;
}

.modal-content {
	box-shadow:none;
}

}

@media screen and ( max-width: 1024px) and (min-width: 768px) {
    .crt-wid470p {
        width: 470px;
    }

    .crt-padlr0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .crt-wid208p {
        width: 208px;
    }
}

@media screen and ( max-width: 1280px) and (min-width: 1024px) {
    .crt-wid470p {
        width: 470px;
    }

    .crt-padlr0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

#qb-dialogs {
    border: 1px solid #009fc2;
    border-radius: 10px;
    margin-left: 0px !important;
    padding: 0px !important;
    width: 300px !important;
}

    #qb-dialogs li:first-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
		border-bottom: 1px solid #CCC;
		margin: 0px;
    }

    #qb-dialogs li:last-child {
		border-left: none;
		border-right: none;
		border-top: none;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
	
.list-group-item {
	margin-bottom: 0px;
	border: none;
	border-bottom: 1px solid #CCC;
}

/*#qb-dialogs li {
        border-left: 1px solid #009fc2;
        border-right: 1px solid #009fc2;
    }*/
#ImageDialogClose:hover {
    cursor: pointer;
}

.not-active {
   pointer-events: none;
   cursor: default;
}

.wdth-200{
    width: 200px !important;
}
/*** Job Details ***/

#patient-details {
	background: #fff;
}

#patient-details input, #patient-details .job-details-section {
	font-size: 10px;
}

#JobPatientDetails {

}

#JobPatientDetails table {
	float: left;
}

#CRNotes {
	margin: 0px 20px;
}

.jb-dtl label {
    line-height: 25px;
}

.job-dec {
	box-shadow: inset 0px -15px 30px -20px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px -15px 30px -20px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px -15px 30px -20px rgba(0,0,0,0.05);
	border-bottom: 1px solid #CCC;
    height: 100%;
    overflow-y: hidden;
    min-height: 400px;
	max-height: 710px;
}
.job-Historydoc {
    height: 700px;
    /*width:950px;*/
    overflow-y: hidden;
	float: left;
    display: inline;
    width: 100%;
}

#job-Historydoc-btn {
	display: table;
	margin: 10px;
}

.box-shadow {
	-webkit-box-shadow: 0px 0px 75px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 75px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 75px 10px rgba(0,0,0,0.2);
}

.ml50{
    margin-left: 50px !important;
}

/*** Profile Management ***/

.k-multiselect.k-header {
	height: 100%;
}

#DivProfile h3 {
    border-bottom: 1px solid #CCC;
    padding: 0 0 5px;
}

#DivProfile .user-profile-section {
	padding: 0px 20px 30px;
	width: 50%;
	display: table-cell;
}

#DivProfile .user-profile-section-bottom {
	padding: 0px 20px;
	width: 50%;
	display: table-cell;
}

#DivProfile .w100 {
	width: 100%;
}

#DivProfile input.form-control {
	font-size: 12px;
	/*line-height: 25px;*/
	height: 25px;
	border: 1px solid #CCC;
}

#DivProfile table td {

}

#DivProfile table td.nowidth {
	width: 100%;
}

#DivProfile table td.top {
	vertical-align: top;
}

#DivProfile select.form-control {
	height: 25px;
	border: 1px solid #CCC;
}

#audioplayer {
	border: 0px;
	width: 100%;
}

#audiocontainer {
	margin: 0px;
    border: 0px;
    overflow: hidden;
    max-width: 100%;
}

div.jp-audio {
    width: 100%;
	border: 1px solid #009fc2;
}

.km-group-title {
	font-size: 16px;
    border-bottom: 1px solid #EEE;
}

span.edtgrp-addcnt {
	line-height: 32px;
}

span.edtgrp-addcnt img {
	padding: 0 10px 0 0;
}

.padl0 {
    padding-left: 0px;
}

.ml0 {
    margin-left: 0px;
}

.k-grid .k-header .k-button{
    color: #0c0c0c !important;
    background-color: #e6e6e9 !important;
    border-color: #c4c6cc !important;
}

.k-grid .k-pager-numbers .k-state-selected{
    border-radius: 12px !important;
    border-color: #009fc2  transparent transparent !important;
    color: #0c0c0c  !important;
    background-color: #009fc2  !important; 
}

.k-grid .k-pager-wrap > .k-link {
    border-radius: 12px !important;
}

#JobReportGrid .k-grid-header .k-header,#JobDashboard .k-grid-header .k-header,#WorklistGrid .k-grid-header .k-header,#JobHistoryDetailsVieGrid .k-grid-header .k-header,#JobDashboardChild .k-grid-header .k-header, #groupSection .k-grid-header .k-header, #userSection .k-grid-header .k-header, #accessibleUserSection .k-grid-header .k-header,#AdvPatientListGrid .k-grid-header .k-header {
    background-color: #e4e4e4 !important;
}

.k-grid .k-alt {
     background-color: #f5f5f5 !important;
}

#dvContactListView .km-list{
    padding-left:40px !important;
}

.k-list > .k-state-selected.k-state-focused{
    color:#F8F8F8 !important;
}

.k-pager-info{
    color:#080707 !important;
}

.k-list > .k-state-selected:hover {
    color: #444 !important;
    background-color: #bcb4b0 !important;
    border-color: #bcb4b0 !important;
}
.k-tooltip-content {
    text-align: left !important;
    word-break: break-word;
}

#pswd_info > h4 {
    padding-bottom:0.5em;
}

.chat-message-read {
    margin: 0.3em 1em 0 0;
    color:#009FC2;
}

.text-content-pre-wrap {
    white-space: pre-wrap;
}

.display-none {
    display: none;
}

.load-text {
    color: #888;
    text-shadow: 1px 1px #ddd;
    margin-top: 2px;
}

.dict-acc-header {
    background-image: url("../Images/question-circle.png");
    background-position: center center;
    padding-left: 30px;
    background-repeat: no-repeat;
}

.title-help-icon {
    background-image: url("../Images/question-circle.png");
    background-position: center center;
    padding-left: 30px;
    background-repeat: no-repeat;
}

.remove-from-j2d {
    color: #fff;
    background-color: #ff3A30;
    border-color: none;
    border: 0px;
    text-shadow: 0px -1px 0px #e82d23;
    box-shadow: inset 0px -2px 3px #de372f;
}
.checkbox .chkspan {
    margin-left: 21px;
}

.auto-scroll {
    overflow-y: auto;
}

.modal500 .modal-footer {
    margin-top: 0px !important;
}

.btn-width {
    width: 100px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.modal500 .modal-header .close {
    margin: 4px 9px 0 0 !important;
}

.closeicon-align {
    padding-right: 21px !important;
}
@media (min-width:1900px) {    
    #adminReportView {
        height:782px !important;
    }
    #search {
        left:47% !important;
    }
    .no_padding.centerheader-menu {
        margin-right:13% !important;
    }
}
.modal900 .modal-dialog {
    width: 70% !important;
}

.modal900 .modal-content {
    width: 100% !important;
    overflow: visible;
}

ul.tabs {
    margin: 0;
    list-style-type: none;
    line-height: 35px;
    max-height: 35px;
    overflow: hidden;
    display: inline-block;
    padding-right: 20px;
}


ul.tabs > li.active {
    z-index: 2;
    background: #fafafa;
    color: #000;
}

ul.tabs > li {
    float: right;
    margin: 0 -10px 0 0;
    border-top-right-radius: 22px 100px;
    border-top-left-radius: 5px 10px;
    padding: 0 30px 0 25px;
    height: 170px;
    background: #ddd;
    position: relative;
    max-width: 200px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px grey;
}

    ul.tabs > li > a {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
        color: #009fc2;
    }

ul.tabs > li > a.active {
    color: #000;
    font-weight: bold;
}

.savedrptcontainer {
    height: 909px;
    min-width: 278px;
}

.savedrpttab {
    border: 1px solid #ccc;
    margin-top: -6px;
    padding-top: 4px;
    min-height: 500px;
}

.spin-background {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 5;
}

.spin-loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #009fc2;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tab-report {
    max-height:800px;
    overflow-y:auto;
    overflow-x:hidden;
}

.phone-text {
    width: 200px;
}

.phone-conf-container {
    width: 500px;
    padding: 20px !important;
    text-align: center;
}

.phone-conf-button {
    width: 80px;
    height: 32px;
}

.phone-conf-button-panel {
    padding: 10px 20px;
}

.profile-sms-number {
    padding-top: 4px;
    font-size: 13px;
    font-weight: bold;
}

.profile-sms-number-country-code {
    padding-top: 4px;
    font-size: 13px;
    font-weight: bold;
}

.btn-blue {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-blue:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-gray {
    color: #fff;
    background-color: #666666;
    border-color: none;
    border: 0px;
    text-shadow: 0px -1px 0px #777777;
    box-shadow: inset 0px -2px 3px #555555;
}

.btn-gray:hover {
    color: #fff;
    background-color: #777777;
    box-shadow: inset 0px -2px 3px #555555;
}

button:focus {
    color: #fff !important;
}

.k-scheduler-layout .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-grid tr.k-state-selected, .k-grid td.k-state-selected, .k-grid td.k-state-selected.k-state-focused, .k-marquee-color, .k-gantt .k-treelist .k-state-selected, .k-gantt .k-treelist .k-state-selected td, .k-gantt .k-treelist .k-alt.k-state-selected, .k-gantt .k-treelist .k-alt.k-state-selected > td, .k-listview > .k-state-selected, .k-state-selected.k-line {
    background-color: #fff;
    color: #000 !important;
}

::-ms-clear {
    display: none;
}

.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
    top: -23px !important;
    float: right;
    margin-right: 10px;
}

.img-icon-fullscreen {
    width: 15px;
    height: 15px;
}

.pop-out-doc {
    border-bottom: none !important;
    margin: 0px 12px 37px 0px !important;
    padding: 0px !important;
    cursor: pointer;
}

.doc-image-dialog .modal-footer {
    display: none;
}

.img_gallery_model {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.ml-15 {
    margin-left:15px;
}

.remove {
    position: relative;
    top: -2px;
    right: 5px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    line-height: 1;
    font-size: 13px;
    text-shadow: 1px 0px, 1px 0px, 1px 0px;
    transform: scaleX(1.5);
    -webkit-transform: scaleX(1.5);
}

.job-report-fullscreen {
    padding: 0 0 0 0 !important;
    height: 77vh !important;
}

.pr100 {
    padding-right: 100px !important;
}

.mfaNotification {
    background-color: #e8e8e8;
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
    margin-bottom: -10px;
    height: 68px;
}

.mfaNotificationContent {
    float: left;
    margin: 10px 0px 0px 10px;
    font-size: 22px;
}

.mfaButton {
    width: 131px;
    height: 36px;
    font-size: 18px;
    margin: 6px;
}

#token::-webkit-outer-spin-button,
#token::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#token input[type="number"] {
    -moz-appearance: textfield;
}