﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
@font-face {
    font-family: 'Nunito';
    src: url('fonts/Nunito/Nunito-Regular.ttf') format('truetype');
}
body {
    background-color: #FFFFFF;
    font-size: .8em;
    font-family: Nunito,Tahoma, Verdana, Arial, "Trebuchet MS", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #000000;
    overflow-x: hidden;
}

a:link {
    color: #003f59;
    text-decoration: underline;
}

a:visited {
    color: #003f59;
}

a:hover {
    color: #003f59;
    text-decoration: none;
}

a:active {
    color: #003f59;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

header, footer, section
{
    display: block;
}

nav
{
    float: right;
    margin-top: 35px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page
{
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

header, #header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main
{
    padding: 0px 1px 0px 1px;
    background-color: #FFFFFF;
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
}

footer, #footer
{
    background-color: #FFFFFF;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 0 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

#row
{
    display: table-row;
}

#cell
{
    display: table-cell;
}

#buttonContainer
{
    padding: 5px 0 5px 0;
}
/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 0px #5C87B2 solid;
    position: relative;
    margin-top: -3px;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    display: inline-block;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

input[type="text"], input[type="password"]
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1em;
    color: #444;
    width: 200px;
}

select
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1em;
    color: #444;
}

input[type="submit"]
{
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 0px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding: 3px;
    border: solid 0px #e8eef4;
}

table th
{
    font-weight: normal;
    padding: 6px 5px;
    text-align: left;
    background-color: #c8e9e9;
    border: solid 0px #1aa1bd;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

div#title
{
    display: inline;
    text-align: left;
    height: 78px;
}

#logindisplay
{
    display: inline;
    float: right;
    margin-right: 5px;
    width: 355px;
    height: 70px;
    font-size: 1em;
    border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    background-color: #FFFFFF;
}

#logindisplay a:link
{
    color: #000000;
    text-decoration: none;
}

#logindisplay a:visited
{
    color: #000000;
    text-decoration: none;
}

#logindisplay a:hover
{
    color: #000000;
    text-decoration: underline;
}
.k-view
{
    background: url(images/grid.png) !important;
}
.k-tick
{
    background: url("images/ticker.png") no-repeat scroll 0 0 transparent !important;
    /*margin-top: 7px;*/
}

.k-compact tr
{
    height: auto !important;
}
.k-compact tr td
{
    padding: 0 0.5em 0 0.6em !important;
}
.k-compact tr td .schedule_actions .k-button
{
    padding: 0 6px 0 7px !important;
}
.k-compact tr td .schedule_actions a
{
    height: 20px !important;
}
.k-compact tr td .schedule_actions .k-scheduler .k-down
{
    background-position: 0 -33px !important;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
    display: block;
    font-size: 10px;
}

/*.field-validation-error 
{
    position: absolute;
    background-color: #FFF4C9;
    border: 1px solid #FFE79E;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 3px;
    color: #ff0000;
    display:block;
    margin-top: -15px;
    margin-left: 120px;
    z-index:99999;
    cursor: pointer;
}*/

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    position: absolute;
    width: 100%;
    background-color: #FFF4C9;
    border: 1px solid #FFE79E;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    padding: 3px;
    display: block;
    z-index: 99999;
    color: #ff0000;
}

.validation-summary-errors ul
{
    list-style-type: none;
    list-style-position: inside;
}

.validation-summary-errors ul li:before
{
    content: "\00BB \0020";
}

.validation-summary-valid
{
    display: none;
}
/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 1em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.complete-address
{
    display: none;
}

.configSelector
{
    background-color: transparent;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
}

.configSelector:hover
{
    text-decoration: underline;
    cursor: pointer;
}

.schedulerCaption
{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    font-size: 1.5em !important;
    padding-top: 25px;
}

.RadScheduler .rsTopWrap .rsHeader
{
    z-index: 99 !important;
}

.popContainer
{
    display: none;
    position: absolute;
    width: 300px;
    height: 85px;
    z-index: 999;
}
.popArrow
{
    background: url(images/arrow.png) left top no-repeat;
    width: 10px;
    height: 85px;
    float: left;
}
.popContainerText
{
    width: 278px;
    float: left;
    height: 70px;
    padding: 5px;
    border-right: solid 1px #688caf;
    border-top: solid 1px #688caf;
    border-bottom: solid 1px #688caf;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    background: url(images/bg.gif) repeat-x top left #FFFFFF;
}

.t-scheduler
{
    background-image: url('Outlook/sprite.png');
    height: 16px;
    width: 16px;
    display: block;
}
.schedule_actions a
{
    height: auto !important;
    min-width: 0 !important;
    width: auto !important;
}
.schedule_actions a#aDelete img
{
    position: absolute;
    right: 45px;
}

.ajaxloader
{
    height: 50px;
    left: 44%;
    position: absolute;
    top: 42%;
    width: 50px;
    z-index: 99999;
}

.markerinfo
{
    width: 300px;
}
.markerinfo ul
{
    width: 100%;
    padding: 0;
    margin: 0;
}
.markerinfo ul li
{
    width: 280px;
    list-style: none;
    display: inline-block;
}
.markerinfo ul li label
{
    float: left;
}
.markerinfo ul li span
{
    float: right;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 143px;
}
.markerinfo h5
{
    margin: 5px 0 5px 0;
}

/*--- overrided tracker map marker popup width ----*/
.ero-body
{
    width: 330px !important;
}


.iconStyle
{
    position: relative;
    top: -15px;
}

.markerheader
{
    padding: 0;
}

.addressInformation
{
    color: #696969;
    font-size: .8em;
}

dt
{
    width: 10px;
    height: 10px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #000;
    clear: both;
    margin-left: 10px;
}
.complete
{
    background-image: url('images/green.jpg');
}
.cancel
{
    background-image: url('images/red.jpg');
}
.active
{
    background-image: url('images/orange.jpg');
}

dd
{
    display: inline-block;
    width: 4em;
    margin: 0 0 0 0.2em;
}
.map-legend
{
    width: 100%;
}

.map-legend dl
{
    width: 300px;
    float: left;
    margin-top: 5px;
}

.map-legend label
{
    float: left;
}

.k-resetpwd
{
    background-image: url('images/cpw.png') !important;
    /*background-position: 3px 0px;*/
    background-position: 1px 1px;
    width:13px !important;
}

.k-lock
{
    background-image: url('images/lock.png') !important;
    /*background-position: 2px 0px;*/
    background-position: 1px 0px;
    width:14px !important;
}

.k-unlock
{
    background-image: url('images/unlock.png') !important;
    /*background-position: 2px 0px;*/
    background-position: 1px 0px;
    width:14px !important;
}
.k-play
{
    width: 34px !important;
    height: 27px !important;
}
.k-play span
{
    background-image: url('images/play.png') !important;
    background-position: 2px 0;
}
.k-ambulance
{
    background-image: url('images/ambulance_small.png') !important;
    background-position: 0px -2px;
}
.t-detail
{
    background-image: url('images/callDetail.png') !important;
    background-position: 0px 0;
}
.resetpwd
{
}
.k-icon.k-excel
{
    background-image: url("images/excel.jpg") !important;
    background-position: 0px 0;
    margin: 2px 2px 2px 2px !important;
}

.k-drag
{
    background-image: url("images/drag.png") !important;
}
.k-nodrag
{
    background-image: url("images/no-drag.png") !important;
    background-position: 0px 0;
    margin: 0 -1px !important;
}
.k-download
{
    background-image: url("images/download.png") !important;
    background-position: 0px 0;
    margin: 0 -1px !important;
}
.k-print
{
    background-image: url("images/print.png") !important;
    background-position: 0px 0;
    margin: 0 -1px !important;
}
.resetpwd input
{
    float: right;
}

.resetpwd label
{
    float: left;
}

.editor-popup ul
{
    margin: 0;
    padding-left: 10px;
}

.editor-popup ul li
{
    list-style: none;
    height: 38px;
}

.editor-popup ul li input
{
    float: right;
    margin-right: 20px;
}
.editor-popup ul li label
{
    float: left;
}
.editor-popup ul li span
{
    clear: both;
    float: right;
    width: 224px;
    text-align: left;
}

.drag-component
{
    background-color: #c8e9e9;
    border: 1px solid #1aa1bd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 2px;
    height: 20px;
    width: 150px;
    display: none;
}

.drag-text
{
    width: 145px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

.k-dropzone em
{
    display: none;
}
.k-dropzone
{
    padding: 0 !important;
}


.attachfile
{
    display: block;
    float: left;
    height: 30px;
    text-decoration: none !important;
    width: 27px;
}

.attachfile img
{
    border: 0;
}

.k-upload 
{
    float: left;
    /*width: 115px !important;*/
    width: 92px !important;
    border-color:transparent !important;
}

#AttachmentsGrid .t-state-hover
{
    background-color: #FFFFFF;
}
#AttachmentsGrid .t-state-selected
{
    background-color: #FFFFFF;
}

.k-attach
{
    background-image: url('images/add_new.png') !important;
}

.patientdetails tr
{
    height: 10px;
}
.alertHeader
{
    border-color: #FF0000;
    color: #FFFFFF;
    font-size: 2em;
    background-color: #C11B17;
}

.bulk-upload
{
    height: 200px;
    margin: 15px;
    width: 500px;
}

.bulk-upload .k-upload
{
    width: 250px;
    padding: 4px\0/IE8+9;
    margin: 5px 0 0 5px;
}

.bulk-upload .submit-button
{
    margin: 10px 0 20px 6px;
    clear: both;
    float: left;
}

.bulk-upload label
{
    color: #555555;
    font-size: 11px;
    padding-left: 5px;
    margin-top: 7px;
    display: block;
}

.message
{
    font-size: 13px;
    width: 350px;
}

.message .error
{
    color: #FE001C !important;
    padding-left: 5px;
}

.message .success
{
    color: #109800 !important;
    padding-left: 5px;
}

.message .processing
{
    color: #E36A00 !important;
    padding-left: 5px;
}
.caption
{
    color: #222222;
    line-height: 23px;
}
.header
{
    color: #222222;
}

.caption span
{
    line-height: 15px !important;
}

.tips ul
{
    margin: 0;
}

/* Medapoint voice styles */
.mv_container
{
    width: 100%;
    height: 125px;
    float: left;
}
.mv_containerText
{
    width: 100%;
    float: left;
    height: auto;
}
.mv_containerText ul
{
    list-style: none;
    float: left;
    width: 100%;
    padding-left: 0px !important;
}
.mv_containerText ul li
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    clear: left;
}
.mv_containerText ul li a
{
    text-decoration: none;
    padding: 5px 5px 5px 15px;
    float: left;
    color: #333333;
    width: 98.8%;
    border-bottom: 1px solid #CCCCCC;
}
.mv_containerText ul li a:hover
{
    background: #c8e9e9 url(images/tick.png) no-repeat left;
    width: 98.8%;
}
.mv_containerText ul li a.active
{
    background: #c8e9e9 url(images/tick.png) no-repeat left;
}
/* Medapoint voice styles */

/* Medapoint incoming call styles */
.call_container
{
    width: 257px;
    height: auto;
    position: fixed;
    bottom: 0px;
    right: 10px;
    background: #ffffff;
    border: 3px solid #CCCCCC;
    border-style: solide;
    border-bottom: none;
}
.holder
{
    width: 257px;
    float: left;
}
.logo
{
    width: 257px;
    height: 20px;
    float: left;
    background: #242424;
    padding: 10px 0px 5px 0px;
}
.logotxt
{
    width: 210px;
    float: left;
    margin: 0px;
}
.logotxt p
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    margin: 0px 0px 0px 10px;
}
.mute
{
    width: 20px;
    height: 16px;
    float: left;
}
.minimize
{
    width: 16px;
    height: 16px;
    float: left;
}
.no_place
{
    width: 257px;
    height: 60px;
    overflow: hidden;
    float: left;
    background: url(images/bg_pattern2.jpg) center no-repeat;
    padding: 15px 0px 0px 0px;
}
.number
{
    width: 178px;
    margin: 0px auto 0px auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding: 0px;
    overflow: hidden;
    text-shadow: 0px 2px #000000;
    text-align: center;
}
.place
{
    width: 178px;
    margin: 0px auto 0px auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    overflow: hidden;
    text-align: center;
}
.no_name
{
    width: 257px;
    overflow: hidden;
    float: left;
    background: url(images/bg_pattern.jpg) center no-repeat;
    padding: 0px 0px 0px 0px;
}
.number
{
    width: 200px;
    margin: 0px auto 0px auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    padding: 0px;
    overflow: hidden;
    text-shadow: 0px 2px #000000;
    text-align: center;
}
.name
{
    width: 178px;
    margin: 10px auto 10px auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    overflow: hidden;
    text-align: center;
}
.button_holder
{
    width: 220px;
    overflow: hidden;
    margin: 15px auto 15px auto;
    padding-top: 15px;
}
.button_accept
{
    width: 100px;
    height: 28px;
    float: left;
    background: url(images/button_accept.jpg) repeat-x left top;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    border: none;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
.button_reject
{
    width: 100px;
    height: 28px;
    float: right;
    background: url(images/button_reject.jpg) repeat-x left top;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    border: none;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
.bg_connect
{
    width: 220px;
    height: 28px;
    float: right;
    background: url(images/bg_call.jpg) repeat-x left top;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    border: none;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
.bg_connect p
{
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin: 6px -5px 0px 0px;
    padding: 0px;
    overflow: hidden;
    text-shadow: 0px 1px #999999;
    text-align: center;
}
/* Medapoint incoming call styles */
.k-attachmentbutton
{
    width: 60px !important;
}
.k-attachmentbutton .k-button
{
    height: 21px;
    margin-top: 3px !important;
    width: 55px !important;
}
.k-attachmentbutton .k-button span
{
    vertical-align: top;
    font-size: 11px;
}
.date-font input
{
    max-width: 98% !important;
}

.check-returntrip
{
    margin-top: 10px;
    display: block;
}
.check-returntrip input
{
    margin-right: 5px;
    display: block;
    float: left;
}


/* ---  Kendo............ */
.k-link
{
    text-decoration: none !important;
}
.k-timepicker, .k-datepicker
{
    /*width: 105px !important;*/
    width: 122px !important;
}

#SelectedPatient-list
{
    width: 420px !important;
}
#SelectedPatient-list .k-list li
{
    overflow: hidden;
    height: 25px;
}
#SelectedPatient-list .k-list dd.first-item
{
    width: 175px !important;
}
#SelectedPatient-list .k-list dd
{
    width: 100px !important;
}

.k-grid tbody .k-button 
{
    height: 30px;
    /*width: 26px;*/
    width: 31px;
    min-width: 0px !important;
    float: left;
}
/*.k-grid tbody td > .k-grid-delete
{
    margin-top: 0 !important;
}*/

.k-grid-content tr
{
    cursor: pointer;
}
/*.k-hierarchy-cell{display:none;}*/

input[type=text]
{
    border-color: #1aa1bd;
    border-radius: 2px 2px 2px 2px;
}
.alert-msg input
{
    width: 600px;
}

.patient-room input
{
    width: 50px;
}
.patient-reason input
{
    width: 150px;
}

#SchedulerGrid.k-grid tbody .k-button
{
    width: 28px !important;
}
input::-webkit-input-placeholder
{
    color: #999;
}
input:-moz-placeholder
{
    color: #999;
}
input:-ms-input-placeholder
{
    color: #999;
}
input[readonly=readonly]
{
    border-color: #CCC;
}

.k-grid table
{
    table-layout: fixed;
}
.k-grid tbody tr
{
    height: 38px;
}
.k-grid th,
.k-grid td
{
    white-space: nowrap;
    overflow: hidden;
    padding: 0.1em 0.1em;  
}

.k-button:focus
{
    border-color: #1F5F79;
}

#ContentUrl_validationMessage
{
    right: 30px;
    top: 34px;
}

/* ----Begin Context Menu---- */
.k-context-menu
{
    border-width: 0 !important;
}
.k-scheduler .k-down
{
    background-position: 0 -31px;
}

.k-scheduler .k-up
{
    background-position: 0 0;
}
.k-picker-wrap, .k-dropdown-wrap, .k-numeric-wrap
{
    height: 26px;
}

.k-filter-menu-container .k-picker-wrap, .k-dropdown-wrap, .k-numeric-wrap {
    height: 28px;
    min-width:90px;
}

ul.dropdownlist {
    list-style-type: none;
    border: 1px solid #1aa1bd;
    background-color: #c8e9e9;
    box-shadow: 0 2px 2px 0 #1aa1bd;
    -moz-box-shadow: 0 2px 2px 0 #1aa1bd;
    -webkit-box-shadow: 0 2px 2px 0 #1aa1bd;
}
    ul.dropdownlist li {
        list-style: none;
        padding: 5px 3px 5px 3px;
        margin: 0;
        overflow: hidden;
        width: 80px;
        border-bottom: 1px solid #1aa1bd;
        background-color: #c8e9e9;
        height: 20px;
        cursor: pointer;
    }
ul.dropdownlist li label
{
    padding-left: 2px;
}
ul.dropdownlist li label:hover
{
    cursor: pointer !important;
}
/* ----End Context Menu---- */

.k-upload-files
{
    min-width: 300px !important;
}


.menu-container
{
    width: 142px;
    height: auto;
    overflow: hidden;
    float: right;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    background: none repeat scroll 0 0 white;
    top: 20px;
    right: 5px;
    position: absolute;
    z-index: 99999;
}
.menu-container ul
{
    float: left;
    list-style: none;
    width: 100%;
    margin-bottom: 0 !important;
    margin: 0;
    padding: 0;
}
.menu-container ul li
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    float: left;
    width: 100%;
    height: 36px;
}
.menu-container ul li a
{
    text-decoration: none;
    color: #333333;
    width: 185px;
    height: 36px;
    display: block;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
    z-index: 9999;
}
.menu-container ul li a span
{
    padding: 11px 0px 6px 0px;
    float: left;
    font-size: 11px;
    top: -2px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    z-index: 10;
}
.menu-container ul li a img
{
    width: auto;
    height: auto;
    float: left;
    padding: 0px 5px 6px 8px;
    border: 0px;
}
.menu-container ul li a:hover
{
    background: #c8e9e9;
    color: #333333;
    text-decoration: none;
}

.k-compact tr
{
    height: auto !important;
}
.k-compact tr td
{
    padding: 0 0.5em 0 0.6em !important;
}

/*---------------------------------------*/
/*  Accurint Search                      */
/*---------------------------------------*/

#AccurintSearchResultGrid .k-grid-content tr
{
    cursor: inherit;
}

.k-grid .asr-ssn-valid
{
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    background-color: #FAFFBD;
    border-radius: 3px;
    background-color: #BDFFBD;
    padding: 2px;
    font-size: 0.8em;
}
.k-grid .asr-ssn-valid.notvalid
{
   background-color: #FFBDBD;
}

.k-grid .asr-ssn-valid.possiblyvalid
{
   background-color: #BDFFBD;
}

.k-grid .asr-address-verified
{
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    background-color: #FAFFBD;
    border-radius: 3px;
    background-color: #BDFFBD;
    padding: 2px;
    font-size: 0.8em;
}

.k-grid .asr-date-range
{
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    background-color: #FAFFBD;
    border-radius: 3px;
    padding: 2px;
    text-align: center;
    font-size: 0.8em;

}

#statusBorder
{
    position:relative;
    height:5px;
    width:100px;
    border:solid 1px gray;
    display:none;
}
#statusFill
{
    position:absolute;
    top:0;
    left:0;
    width:0px;
    background-color:Blue;
    height:5px;
}

a.PrivacyPolicyLinkshadow {
    color: grey;
    font-size: 8pt;
    position: fixed;
    bottom: 3px;
    right: 3px;
    background: #fff;
    padding: 10px;
    text-decoration: none;
}

    a.PrivacyPolicyLinkshadow.active {
        color: grey !important;
    }

button.mastergrid-header {
    float: right;
    font-size: 0.7em;
    margin-right: 3px;
}

.k-jobrun{
    background-image:url('images/RunJob.png') !important;
}

.hide-file-attachment-button {
    visibility: hidden;
}

.aob-attchment-icon {
    background-image: url('images/attchfile_link.png');
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background-size: 26.75px,27.5px;
    background-repeat: no-repeat;
    background-position: center;
}

.tag-urlhyperlink {
    color: #00a2e8;
}

.tag-urlhyperlink:hover {
    color: #000000 !important;
}

.tag-urlhyperlink:visited {
    color: #00a2e8;
}

.disable-search-button {
    color: #64a1bb !important;
    border-color: #1aa1bd !important;
    background-color: #c8e9e9 !important;
    box-shadow: none;
}

.disable-search-button:active {
    color: #fff !important;
    background-color: #126183 !important;
    border-color: #126183 !important;
    background-image: url(textures/highlight.png);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 100%);
}

.disable-search-button:focus, .disable-search-button:focus:hover {
    border-color: #1F5F79 !important;
    box-shadow: 0 0 2px 1px #7bd2f6;
    background-color: #7dd3f6 !important;
    background-image: none,linear-gradient(to bottom,#1aa1bd 0,#1aa1bd 100%);
}

/*------------------------------------------------------------------*/
/* Added below css after mvc version upgraded from 3.0 to 5.2.9   */
/*------------------------------------------------------------------*/
input[type=email] {
    border-color: #1aa1bd;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #1aa1bd;
    padding: 2px;
    font-size: 1em;
    color: #444;
    width: 200px;
}

input[type="number"] {
    width: 200px;
    border-color: #1aa1bd;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #1aa1bd;
    padding: 2px;
    font-size: 1em;
    color: #444;
}

#address-resultbtn .k-button {
    display: block !important;
}
.k-grid-table tr a.k-icon:before {
    left: 5px !important;
    right: unset !important;
}
.k-gridtoolbar-invoiceLogMarkAsWorked, .k-gridtoolbar-markAsBulkValidationWorked {
    margin-left: 0;
    padding: 0 1 0 0px;
    height: 27px;
    color: #003f59;
    text-decoration: none
}
.k-selected {
    color: #fff;
    background-color: #13688c !important;
    border-color: #146b90 !important;
}

#aSearchViewer.k-scheduler {
    display: inline;
}

/*set width form multi select dropdown*/
/*Comment by AMit*/
/*ul li dd.first-item, ul li dd.second-item {
    width: fit-content;
}*/
ul li dd.second-item {
    margin-left: 10px;
}
/*Use for export button margin on every grid */
.k-grid .k-button, .k-grid .k-grid-toolbar > * {
    margin: .16em;
}
/*.k-tabstrip.k-widget.k-tabstrip-top css use for add background color for grid tab*/
.k-tabstrip.k-widget.k-tabstrip-top {
    background-image: none,linear-gradient(to bottom,#c8e9e9,#c8e9e9 100%);
}
/*.k-calendar-td.k-today.k-focus css use for add background color for default selected date*/
.k-calendar-td.k-today.k-focus {
    background-image: none,linear-gradient(to bottom,#1aa1bd 0,#1aa1bd 100%);
}
/*.k-datepicker input[data-maskcontrol] css use for remove extra border*/
.k-datepicker input[data-maskcontrol], .k-combobox input[role="combobox"], .k-timepicker input[role="combobox"],
.k-numerictextbox input[role="spinbutton"], .k-autocomplete input[role="combobox"] {
    border: 0px;
}
/*Patient Siganture Grid date picker and combobox border set*/
.k-datepicker.k-focus, .k-combobox.k-focus, #PatientSigantureGrid .k-datepicker.k-focus,
#PatientSigantureGrid .k-combobox.k-focus,
.insuranceTable .k-combobox.k-focus, .insuranceTable .k-datepicker.k-focus, input[role="combobox"].k-focus,
.k-numerictextbox.k-focus input[role="spinbutton"],
.k-autocomplete.k-focus {
    border: 1px !important;
    border-style: solid !important;
    border-color: #1aa1bd !important;
}
/*Patient Siganture Grid date picker width increase*/
#PatientSigantureGrid .k-datepicker {
   width: 130px;
}
/*.k-calendar-table.k-content.k-month css use for calendar popup design*/
.k-calendar-table.k-content.k-month {
    padding: 0;
    margin: 0;
    width: 100%;
}
/*Patient Siganture Grid header column text set in two lines*/
#PatientSigantureGrid .k-column-title {
    white-space: normal;
}
/* Use for check duplicate patient search UI */
.k-grid tbody .k-grid-Merge {
    width: 73px !important;
}
/*Claim attachment select button design*/
.k-attachmentbutton .k-button.k-upload-button {
    min-width: unset !important;
    margin-right: 1.6em;
}
.k-attachmentbutton .k-icon.k-font-icon.k-i-check {
    color: #9fcee2;
    margin-left: 10px;
}
/*Claim code dropdown UI li design set in signle line*/
#ClaimCode_listbox .k-list-item {
    display: list-item !important;
}
/*increase/decrease extra margin remove*/
.k-spinner-increase, .k-spinner-decrease {
    margin: 0 !important;
}
/*Save button color set for adjustment and denial*/
.k-grid-save-command {
    color: #003f59 !important;
}
/*dropdown selected color*/
.k-selected.k-focus .k-list-item-text, .k-dropdownlist.k-focus .k-list-item-text {
    color: #fff;
}
/*dropdown li set is 100%*/
.k-list .k-list-ul li{
    width: 100%;
    display: block;
}
/*Set background color image for dropdown claim UI*/
.k-multiselect {
    background-image: none,linear-gradient(to bottom,#c8e9e9 0,#c8e9e9 100%);
    display: block !important;
}
/*placeholder color for dropdown*/
.k-multiselect .k-input-values {
    background-color: #fff;
    color: #003f59;
    border: 1px solid #1aa1bd;
}
/*Table pager number*/
.k-pager-numbers .k-selected .k-button-text {
    color: #fff;
    z-index: 1;
}
.k-pager-numbers .k-button-text {
    color: #003f59;
}
/* Field lable tool tip*/
.k-tooltip, .k-tooltip.k-popup, .k-tooltip.k-widget {
    border-radius: 4px;
    border-color: #a3d0e4;
    color: #00435e;
    background-color: #d9ecf5;
    box-shadow: 0 4px 6px rgba(0,0,0,.3);
}