@font-face {
    font-family: "impat";
    src: url(impact.ttf) format("truetype");
}
html {
    margin: 0;
    padding: 0;
}
body {
    margin: auto;
    width: 100%;
    padding: 0;
    font-family: Arial !important;
    font-size: 12px;
    color: #888888;
     background:#ffffff url(../images/all_icons.png) -17px -1120px no-repeat;
    /*background: url(../images/all_icons.png) -17px -1120px no-repeat;*/
}
a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}
.portalresult {
    margin:80px 0px 10px 0px;
    padding:0;
    font-weight:bold;
    font-size:16px;
    text-align:center;
    line-height:30px;
}
  .portalresult ul {
        margin:auto;
        padding:10px;
        width:450px;
    }
    .portalresult ul li {
        margin:0;
        padding:0;
        text-align:left;
    }
    a:link, a:visited,
    a:active, a:hover {
        color: #00a84f;
    }
    a:hover {
        background-color: #c7d1d6;
    }
.main {
    min-height: 400px;
	 width: 100%;
    margin: 0 auto;
}
mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}
.float-left {
 }
.float-right {
    margin: 0px -30px 0px 0px;
    padding: 0;
    float: right;
    width: 700px;
}
.clear-fix:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.75em;
}
h3 {
    font-size: 15px;
    margin: 0px 0px 4px 0px;
    padding: 5px 0px 5px 10px;
}
.popup-h3 {
    color: #888888;
    font-weight: normal;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 28px;
    padding: 0px 0px 5px 0px;
    width: 40%;
    float: left;
}
h4 {
    font-size: 1.1em;
}
h5, h6 {
    font-size: 1em;
}
    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }
/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
}
#body {
    clear: both;
    padding-bottom: 0px;
}
.main-content {
    margin: 0;
    padding: 20px 25px;
}
/*    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }
*/
header .content-wrapper {
    padding-top: 20px; 
}
footer {
    clear: both;
    padding: 12px;
    background-color: #eeeeee;
    font-size: .8em;
    text-align: center;
}
/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    /*font-family: Rockwell, Consolas, "Courier New", Courier, monospace;*/
    font-size: 2.3em;
    margin: 0;
}
.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}
/* login
----------------------------------------------------------*/
/*
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}
    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }
    #login a {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
		color:#ffffff;
    }
	    #login a.username
		{
		}
    #login ul {
        margin: 0px;
        padding: 0px;
    }
    #login li {
        display: inline;
        list-style: none;
    }
*/

/* globalidsearch ----------------------------------------------------------*/

.caseidsearch {
    float: right;
    right: 2px;
    position: relative;
    z-index: 99;
    overflow: auto;
    display: inline-block;
    margin-left: 5px;
    }

.globalidsearch {
    float: right;
    right:2px;
    position: relative;
    z-index: 99;
    overflow: auto;
    background:#fff url(../images/all_icons.png) -17px -217px no-repeat;
    border-radius:3px;
    border:1px #000 solid;
    display: inline-block;
    width:12px;
    height:17px;
    
    }
#displayText {
}

.top_settings {
    position: fixed;
    z-index: 99;
    margin-top: 12px;
    margin-left: 0px;
}

.top_settings ul {
	
	padding: 10px;
	width:200px;
	list-style-type: none;
    background-color: #eeeeee;
    -webkit-border-radius: 35px 0px 35px 35px;
	-moz-border-radius: 35px 0px 35px 35px;
	border-radius: 5px;
	border:1px #333333 solid;
	}

    .top_settings ul li {
        padding-bottom:10px;
    }

.top_settings ul li a {
	text-decoration: none;
	
	}


.top_settings ul li a:hover{
	color: #4c3100;
	}


.k-i-search {
    background-position: -32px -241px;
    background-color:#fff;
    width:11px;
    border-radius:3px;
    border:1px #000 solid;
    
}

/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}
    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }
        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }
        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }
/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}
/*
    .featured .content-wrapper {
        /*background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);        
        width: 1100px;
        padding: 10px 35px 15px;
        border-radius: 10px 10px 0px 0px;
        background-color: #2B074F;
        color: #C7D1D6;
    }
        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }
        .featured p {
            font-size: 1.1em;
        }
*/
/* page titles */
hgroup.title {
    margin-bottom: 10px;
}
hgroup.title h1, hgroup.title h2 {
    display: inline;
}
hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}
/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}
/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}
    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }
        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }
        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }
        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }
        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }
        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }
        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }
        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }
        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }
        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }
        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }
/* content */
article {
    float: left;
    width: 70%;
}
aside {
    float: right;
    width: 25%;
}
    aside ul {
        list-style: none;
        padding: 0;
    }
        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }
.label {
    font-weight: 700;
}
/* login page */
/*#loginForm {
    border-right: solid 2px #c8c8c8;
}*/
    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }
    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }
    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }
    #loginForm input {
    }
    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
    }
#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}
    #socialLoginForm h2 {
        margin-bottom: 5px;
    }
#socialLoginList button {
    margin-bottom: 12px;
}
#logoutForm {
    display: inline;
}
/* contact */
.contact h3 {
    font-size: 1.2em;
}
.contact p {
    margin: 5px 0 0 10px;
}
.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}
/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
    fieldset legend {
        display: none;
    }
    fieldset ol {
        padding: 0;
        list-style: none;
    }
        fieldset ol li {
            padding-bottom: 5px;
        }
label {
    display: inline-block;
    font-size: 12px;
    color: black;
    margin: 6px;
    width: 136px;
    vertical-align: middle;
}
.uploadSucessMessage {
    display: inline-block;
    color: #7ac0da;
    font-size: 1.2em;
    font-weight: bold;
    margin: 6px;
    width: 100%;
    vertical-align: middle;
}
.uploadErrorMessage {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
label.checkbox {
    display: inline;
}
input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    /*width: 300px;*/
}
.RadioStyle {
    border: 1px solid #E2E2E2;
    background: none repeat scroll 0% 0% #FFF;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0px 6px;
    padding: 5px;
    width: 3%;
}
.RadioLabel {
    padding: 0px 10px 9px 5px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 10px;
    color: black;
}
.EPA-fields .RadioGroup
{
margin:-23px 0px 0px 172px;
padding:0;
display:block;

}
.EPA-fields select
{
padding:0!important;
}
.EPA-fields .RadioGroup .RadioLabel
{
    padding: 0px 10px 9px 5px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 10px;
    color: black;
}
.RadioGroup {
    vertical-align: middle;
}
textarea {
    /*font-family: inherit;*/
    /*width: 500px;*/
    resize: none;
    vertical-align: top;
    border-color: gray;
}
    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }
    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }
    input[type="submit"],    
    input[type="button"],
    button, .k-button {
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        /*margin-right: 8px; */
        width: auto;
    	border-radius: 10px;
    	padding: 5px 10px 5px 10px;
        margin: 0px 2px 5px 0px;
    }
input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {
    outline: none;
}
    td input[type="submit"],
    td input[type="button"],
    td button, .k-button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }
/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}
.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.message-success {
    color: #7ac0da;
    font-size: 13px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.error {
    color: #e80c4d;
}
/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    vertical-align: middle;
}
.field-validation-valid {
    display: none;
}
input.input-validation-error {
    border: 1px solid #e80c4d;
}
input[type="checkbox"].input-validation-error {
    border: 0 none;
}
.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}
.validation-summary-valid {
    display: none;
}
/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    /*margin-top: 0.75em;*/ /*Removed because it is causing problems with code effects dropdown menus styling*/
    border: 0 none;
}
th {
    font-size: 13px;
    text-align: left;
    border: none 0px;
    padding-left: 0;
    color: black;
}
    th a {
        display: block;
        position: relative;
    }
    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }
    th a:hover {
        color: #000;
    }
    th.asc a, th.desc a {
        margin-right: .75em;
    }
    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }
    th.asc a:after {
        content: '?';
    }
    th.desc a:after {
        content: '?';
    }
td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}
tr.pager td {
    padding: 0 0.25em 0 0;
}
/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }
    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }
    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }
       /* #login ul {
            margin: 5px 0;
            padding: 0;
        }
      */
        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }
        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }
        #login a:hover {
            color: #333;
        }
    /* menu */
    /*
    nav {
        margin-bottom: 5px;
    }
    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }
        ul#menu li {
            margin: 0;
            padding: 0;
        }
*/
    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }
    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }
    .featured .content-wrapper {
        padding: 10px;
    }
    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }
    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }
        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }
            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }
     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }
        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }
    /* forms */
    input {
        width: 90%;
    }
    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }
        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }
    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }
    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }
    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }
        footer p {
            margin: 0;
        }
}
    /* Multisearch
    ----------------------------------------------------------*/
.deleteConditionBtn {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 5px;
    color: transparent;
    border-width: 0;
}
.AndImage {
    height: 15px;
    width: 28px;
}
.conditionbuilder {
    margin:0px 0px 4px 0px;
}
    /* htmlHelper/Kendo UI fixes 
    ----------------------------------------------------------*/
select.k-dropdownfix {
    border-width: 1px;
    border-radius: 4px;
    font-size: 1em;
    padding: 6px;
    display: inline;
}
.RadioButton input {
    float: left;
    width: 25px;
}
.RadioButton label {
    float: left;
    width: auto;
}
/*.CheckBox input{width:25px}*/
.CheckBox label {
    width: 128px;
    vertical-align: baseline;
}

.multicolumn {
   /* -moz-column-width: 30em;
    -webkit-column-width: 30em;*/
      column-width: 30em;
	 column-count:3;
}

.multicolumn_leftside {
    -moz-column-width: 20em;
    -webkit-column-width: 20em;
    column-width: 20em;
}


.regstr-logn {
    margin: -34px 0px 0px 0px;
    padding: 4px 50px 4px 40px;
    background: url(../Images/left-skew.png) no-repeat left, url(../Images/right-skew.png) no-repeat right #f36b39;
    text-align: center;
    color: #ffffff;
    float: right;
    font-weight: bold;
}



/*
nav
{
	margin:10px 0px 0px 10px;
	padding:10px 0px 0px 0px;
	width:760px;
	float:right;
	color:#777777;
	font-weight:bold;
	text-align:right;
}
nav a
{
	margin:8px;
	padding:0px 5px 8px 5px;
	color:#777777;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}
nav a:hover
{
	border-bottom:2px solid #f36b39;
}
*/
header {
    margin: 0px 0px 20px 0px;
}
.dm {
    clear: both;
}
.popupbx {
    position: fixed;
    padding: 0;
    color: #ffffff;
    z-index: 100;
    top: auto;
    right: 10px;
    bottom: 0px;
    display: none;
}
.popup_inner {
    margin: 0;
    padding: 20px 15px 0px 15px;
    border-radius: 20px 20px 0px 0px;
    width: 250px;
}
.popup_btm {
    margin: 0;
    padding: 0;
    width: 280px;
    height: 58px;
    background: url(../images/all_icons.png) -17px -486px no-repeat;
}
.popupbx h2 {
    margin: auto;
    padding: 0px 0px 8px 35px;
    width: 60px;
    background: url(../images/all_icons.png) -17px -161px no-repeat;
    font-size: 20px;
    float: none;
}
.alert_icon
{
    margin:0;
    padding:0;
width:30px;
height:30px;
display:inline-block;
background:url(../images/all_icons.png) -17px -161px no-repeat
}
.alert_head
{
    margin:0;
    padding:0;
    text-align:center;
    font-weight:bold;
	font-size:20px;
}
.alert_txt {
    display:inline-block;
    vertical-align:top;
}
.alrt_spl_tx {
    text-decoration: underline;
}
    .alrt_spl_tx:hover {
        text-decoration: none;
        background-color: transparent;
}
.alrt_spl {
    text-decoration: none;
}
    .alrt_spl:hover {
        text-decoration: none;
        background-color: transparent;
}
.altmsg {
    margin: 0;
    padding: 0px 0px 10px 0px;
    display: block;
    text-align: center;
}
.lst_alrt {
    margin: 0;
    padding: 0px 0px 3px 0px;
    display: block;
    font-weight: bold;
}
.alrt_btn {
    margin: 15px 0px 0px 140px;
    padding: 6px 15px 6px 15px;
    border: none;
    border-radius: 10px;
}
.quick_info_head {
    margin: 0;
    padding: 5px;
    text-align: center;
    width: 150px;
    color: #ffffff;
    border-radius: 12px 12px 0px 0px;
    background-color: #00a84f;
}
.quick_info {
    margin: 0;
    padding: 5px 10px 5px 10px;
    background-color: #ffffff;
    overflow: auto;
}
    .quick_info label, .quick_info a {
        margin:0px 10px 0px 0px;
        padding:0px;
        width:150px;
        font-size:12px;
        float:left;
        display:block;
        height:20px;
        overflow: auto;
}
.main_qck_info {
    margin: 0px 0px 10px 0px;
    padding: 5px 5px 2px 0px;
    border: 1px solid #00a84f;
    border-radius: 0px 12px 0px 0px;
}
.quick_link_head {
    margin: 0;
    padding: 5px;
    text-align: center;
    width: 100px;
    color: #ffffff;
    border-radius: 12px 12px 0px 0px;
    background-color: #00a84f;
}
.main_qck_Link {
    margin: inherit;
    padding: 5px 5px 2px 0px;
    border: 1px solid #00a84f;
    border-radius: 0px 12px 0px 0px;
    width: 360px;
}
.cent {
    margin: auto;
}
.centwidth {
    width: 100%;
}

.main_qck_info .quick_info label, .main_qck_info .quick_info a
{
width:200px;
}



/*----------------------- CHECK ELIGIBLE POP UP STYLES ----------------------------------------------------*/
.ui-draggable .ui-dialog-titlebar {
  background-color:#00a84f!important;
  background-image:none!important;
  color:#ffffff;
}

.ui-dialog
{
	padding:0px;
}

.overlay_bg
{
	background-color:#000000;
	height:100%;
	width:100%;
	z-index:5;
	position:absolute;
	top:0;
	left:0;
	opacity:.5;
    display:none;
}


/*-------------------------------------------------------------TOP PART STYLES------------------------------------------------------------------------------*/
.sub_main {	
    margin: auto;
    padding: 0;
    background: url(../images/Banner_Bg.png) top repeat;
    overflow: hidden;
    height: 150px;
}
.top {
    background: url(../images/Banner_Right.png) top Right no-repeat;
    font-size: 14px;
    height: 138px;
    margin: 0px;
    Padding: 0px;
}
.Logos_Main
{
	margin:0px;
	Padding:0px;
	height:115px;
	Width:40%;
	float:Left;
}

.Menu_Main
{
	margin:0px;
	Padding:0px;
	height:115px;
	Width:58%;
	float:Right;
}
.username {
    margin: 0px;
    width: auto;
}
.logo {
    margin: 0px 10px 0px 85px;
    padding: 10px;
    float: left;
    background: url(../images/Anovo_Logo.png) center no-repeat;
	/*background-size:100%;*/
	Width:156px;
	height:115px;
}
.nexus_logo {
    margin: 6px 10px 0px 20px;
    padding: 0;
    width: 165px;
    height: 47px;
    background: url(../images/all_icons.png) -66px -366px no-repeat;
    float: right;
}
.app_tittle {
    margin: 0;
    padding: 18px 0px 0px 0px;
    float: left;
    font-size: 25px;
    font-weight: bolder;
    color: #000000;
}
.top_lnks {
    margin: 10px 40px 0px 0px;
    padding: 0;
    float: right;
    font-weight: bold;
}
    .top_lnks nav {
        float: left;
}
        .top_lnks nav a {
            cursor: pointer;
            cursor: hand;
}
            .top_lnks nav a:hover {
                text-decoration: none;
                background-color: transparent;
}
    .top_lnks form {
        margin: 0;
        padding: 0;
        float: left;
}
        .top_lnks form a {
            float: left;
}
            .top_lnks form a:hover {
                text-decoration: none;
                background-color: transparent;
}
.app_name {
    margin: 0;
    padding: 10px 0px 10px 10px;
    float: left;
    font-weight: bold;
    font-size: 22px;
    color: #000000;
}
.menu {
    margin: 74px 25px 0px 0px;
    padding: 0;
    float: left;
    height: 16px;
    clear: both;
}
    .menu a {
        margin: 0px 0px 0px 2px;
        padding: 3px 10px 3px 10px;
        text-decoration: none;
        font-weight: bold;
        border-radius: 10px 10px 0px 0px;
}

.id_search {
    float: right;
    clear: both;
    margin: 10px 25px;
    overflow: auto;
}

/*----------------------------------------------------------FOOTER STYLES-------------------------------------------------------------------*/
.footer {
    margin: 0;
    padding: 0px 0px 1px 0px;
    text-align: center;
}
/*--------------------------------------------------------------MIDDLE PART STYLES---------------------------------------------------*/
h2 {
    margin: 0;
    padding: 0;
    float: left;
    color: #000000;
    font-size: 20px;
}
/*-----------------------------------------------------------------LOGIN STYLES-----------------------------------------------------------------*/
.login_bx {
    margin: 120px auto;
    padding: 25px 10px 10px 10px;
    width: 500px;
    border-radius: 10px;
}
.login_elemnts {
    margin: auto;
    padding: 20px;
    width: 300px;
}
    .login_elemnts label {
        margin: 5px 0px 5px 0px;
    }
    .login_elemnts a {
        margin: 0px 0px 0px 0px;
        padding: 0;
        color: #888888;
        display: inline-block;
}
        .login_elemnts a:hover {
            color: #000000;
            text-decoration: none;
}
    .login_elemnts input {
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 0px 5px;
        border: 1px solid #a9a9a9;
        height: 40px;
        width: 290px;
}
    .login_elemnts span {
        color: #ff0000;
}
.login_btn {
    margin: 25px 0px 25px 0px;
    padding: 0px 0px 0px 5px;
    border: 1px solid #a9a9a9;
    height: 40px;
    width: 297px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}
/*-----------------------------------------------------------------------------ICON STYLES----------------------------------------------------------------------*/
.add_email {
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    background: url(../images/all_icons.png) -66px -92px no-repeat;
    border: none;
    float: right;
    cursor: pointer;
    cursor: hand;
    display:inline-block;
}
.phonecall_icon {
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    background: url(../images/SMS.jpg);   
    border: none;
    float: right;
    cursor: pointer;
    cursor: hand;
    display: inline-block;
}
.add_fax{
    margin: 0px 5px 0px 0px;
    padding: 0;
    width: 30px;
    height: 30px;
    background: url(../images/all_icons.png) -66px -8px no-repeat;
    border: none;
    float: right;
    cursor: pointer;
    cursor: hand;
    display:inline-block;
}

.bin_icon {
    margin: 0;
    padding: 0;
    width: 22px;
    height: 27px;
    background: url(../images/all_icons.png) -17px -313px no-repeat;
    border: none;
    float: right;
    cursor: pointer;
    cursor: hand;
}

.folder_icon {
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    background: url(../images/all_icons.png) -66px -135px no-repeat;
    border: none;
    float: right;
    cursor: pointer;
    cursor: hand;
}
        
.print_icon {
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    background: url(../images/all_icons.png) -66px -48px no-repeat;
    border: none;
    float: right;
    cursor: pointer;
    cursor: hand;
}

.bin_icon {
    margin: 0;
    padding: 0;
    width: 22px;
    height: 27px;
    background: url(../images/all_icons.png) -17px -313px no-repeat;
    border: none;
    float: right;
    cursor: pointer;
    cursor: hand;
}


.add_icon {
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    background: url(../images/all_icons.png) -17px -47px no-repeat;
    border: none;
    float: right;
    cursor: pointer;
    cursor: hand;
}

.edit_icon {
    margin: 0;
    padding: 0;
    width: 21px;
    height: 25px;
    background: url(../images/all_icons.png) -17px -357px no-repeat;
    border: none;
    float: right;
    cursor: pointer;
    cursor: hand;
}

.view_icon {
    margin: 0;
    padding: 0;
    width: 23px;
    height: 25px;
    background: url(../images/all_icons.png) -17px -275px no-repeat;
    border: none;
    float: right;
    cursor: pointer;
    cursor: hand;
}

.help_btn {
    margin: 6px 0px 0px 0px;
    padding: 0;
    float: right;
    width: 25px;
    height: 25px;
    background: url(../images/all_icons.png) -17px -393px no-repeat;
    text-decoration: none;
    border: none;
    cursor: pointer;
    cursor: hand;
}



.rotateleft_icon {
    margin: 3px 3px 3px 3px !important;
    padding: 3px !important;
    width: 30px !important;
    height: 30px;
    background-color: #FFF !important;
    background: url(../images/all_icons.png) -300px -13px no-repeat;
    border: none !important;
    float: right;
    cursor: pointer;
    cursor: hand;
    display:inline-block;
}

.rotateright_icon {
    margin: 3px 3px 3px 3px !important;
    padding: 3px !important;
    width: 30px !important;
    height: 30px;
    background-color: #FFF !important;
    background: url(../images/all_icons.png) -350px -13px no-repeat;
    border: none !important;
    float: right;
    cursor: pointer;
    cursor: hand;
    display:inline-block;
}

.deletepage_icon {
    margin: 3px 3px 3px 3px !important;
    padding: 3px !important;
    width: 30px !important;
    height: 30px;
    background-color: #FFF !important;
    background: url(../images/all_icons.png) -400px -10px no-repeat;
    border: none !important;
    float: right;
    cursor: pointer;
    cursor: hand;
    display:inline-block;
}

.downloadimage_icon {
    margin: 3px 3px 3px 3px !important;
    padding: 3px !important;
    width: 30px !important;
    height: 30px;
    background-color: #FFF !important;
    background: url(../images/all_icons.png) -450px -10px no-repeat;
    border: none !important;
    float: right;
    cursor: pointer;
    cursor: hand;
    display:inline-block;
}

.downloadpdf_icon {
    margin: 3px 3px 3px 3px !important;
    padding: 3px !important;
    width: 30px !important;
    height: 30px;
    background-color: #FFF !important;
    background: url(../images/all_icons.png) -500px -10px no-repeat;
    border: none !important;
    float: right;
    cursor: pointer;
    cursor: hand;
    display:inline-block;
}

.copypage_icon {
    margin: 3px 3px 3px 3px !important;
    padding: 3px !important;
    width: 30px !important;
    height: 30px;
    background-color: #FFF !important;
    background: url(../images/all_icons.png) -550px -10px no-repeat;
    border: none !important;
    float: right;
    cursor: pointer;
    cursor: hand;
    display:inline-block;
}

.movepage_icon {
    margin: 3px 3px 3px 3px !important;
    padding: 3px !important;
    width: 30px !important;
    height: 30px;
    background-color: #FFF !important;
    background: url(../images/all_icons.png) -600px -10px no-repeat;
    border: none !important;
    float: right;
    cursor: pointer;
    cursor: hand;
    display:inline-block;
}


.stopreturn_icon {
    margin: 3px 3px 3px 3px !important;
    padding: 3px !important;
    width: 30px !important;
    height: 30px;
    background-color: #FFF !important;
    background: url(../images/all_icons.png) -700px -10px no-repeat;
    border: none !important;
    float: right;
    cursor: pointer;
    cursor: hand;
    display:inline-block;
}


.editpdf_icon {
    margin: 3px 3px 3px 3px !important;
    padding: 3px !important;
    width: 30px !important;
    height: 30px;
    background-color: #FFF !important;
    background: url(../images/all_icons.png) -650px -10px no-repeat;
    border: none !important;
    float: right;
    cursor: pointer;
    cursor: hand;
    display:inline-block;
}




    .help_btn:hover {
        background-color: transparent;
}

.page_hdr {
    margin: 0px 0px 15px 0px;
    padding: 5px 5px 5px 10px;
    border-radius: 5px;
    clear:both;
}
#CallDetailSection a {
    float: left;
    display: block;
    margin: 5px 50px 0px 10px;
}
.search_icon {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/all_icons.png) -15px -123px no-repeat;
    border: none;
    float: left;
    cursor: pointer;
    cursor: hand;
}

.search_icon_select {
    background: url(../images/all_icons.png) -15px -123px no-repeat;
    display: inline-block;
    width: 25px;
    height: 26px;
    margin: 0px 0px -10px 0px;
}

.search_icon_patient {
    background: url(../images/all_icons.png) -15px -123px no-repeat;
    display: inline-block;
    width: 25px;
    height: 38px;
    margin: 0px 0px -22px 0px;
}
.search_icon_label {
    background: url(../images/all_icons.png) -15px -123px no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0px 0px -10px 3px;
}

.collapsible_search {
    margin: 0px 0px -3px 0px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    cursor: pointer;
    height: 25px;
    width: 25px;
    background: url(../images/all_icons.png) -15px -123px no-repeat;
}

.collapsible_search_no_color {
    background-color: inherit;
}

.collapsible_search_select {
    background: url(../images/all_icons.png) -15px -123px no-repeat;
      display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0px 0px -10px 3px;
}

.search_content {
    clear: both;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    border-radius: 0px 10px 10px 10px;
    display: none;
}
.default_search {    
    margin-bottom: 6px;
}

.search_content_show {
    display: block;
}

.search_content_hide {
    display: none;
}

.search_content label {
    margin: 10px 10px 0px 10px;
    padding: 4px;
    width: 100px;
    display: block;
    float: left;
    font-size: 15px;
    color: #444444;
}

.search_content input {
    margin: 0px 0px 5px 0px;
    padding: 2px 2px 2px 5px;
    width: 180px;
    border: 1px Solid #777777;
}

.search_content select {
    margin: -4px 0px 0px 0px;
    padding: 0px 2px 0px 5px;
    border: 1px Solid #777777;
    min-width: 110px;
}

.noCollapsible_header {
    margin: 0;
    padding: 0px 0px 0px 22px;
    display: inline-block;
    background: url(../images/section_arrow_up.png) no-repeat left;
}

.collapsible_header {
    margin: 0;
    padding: 0px 0px 0px 22px;
    display: inline-block;
    cursor: pointer;
    background: url(../images/all_icons.png) -17px -195px no-repeat;
}

.collapsible_header_close {
    background: url(../images/all_icons.png) -17px -217px no-repeat;
}

.add_item {
    margin: 0px 0px -6px 10px !important;
    padding: 0px;
    width: 23px;
    height: 23px;
    background: url(../images/all_icons.png) -15px -453px no-repeat;
    border: none !important;
    cursor: hand;
    display: inline-block;
}

.remove_item {
    margin: 0px 10px 0px 0px !important;
    padding: 0px;
    width: 16px;
    height: 16px;
    background: url(../images/all_icons.png) -15px -427px no-repeat;
    border: none !important;
    float: left;
    cursor: hand;
}

.padbottom20 {
    padding-bottom: 20px;
}

.padbottom10 {
    padding-bottom: 10px;
}

.weboptindetails_header {
    padding-bottom: 10px;
    margin-top: -35px;
}

.button_right_align {
    text-align: right;
    margin-bottom: 8px;
}
/* PA Validation */
.pavalidation {
    width: 500px;
}
/*--------------- Popup styles -----------------------*/
.popup_page_hdr {
    margin: 0px 0px 14px 0px;
    padding: 5px 5px 5px 10px;
    background-color: #ff7701;
    border-radius: 10px;
}
/*--------------- Report styles -----------------------*/
.report-content {
    /*font-family: Verdana;*/
    font-size: small;
}
.iframe-radius {
    margin-top: 20px;
    width: 100%;
    height: 900px;
    scrollbar: no;
    border: 0.2px solid #000;
    -moz-border-radius: 1px;
    border-radius: 15px;
}
/*--------------- SessionTimeoutPopUp styles -----------------------*/
.session-time-out {
    width: 300px;
    z-index: 1000000;
    background-color: coral;
    border: dotted;
    position: absolute;
    top: 400px;
    left: 20px; 
    display: none; 
    padding: 10px 20px 10px 20px;
}
.time-out-counter {
    color: red;
}
.time-out-seconds {
    color: red;
}
.time-out-modal-text {
    background-color: white;
    color: black;
}
/*--------------- Login Page styles -----------------------*/
.login_bx h2 {
    padding: 0px 0px 8px 0px;
    float: none;
}
/*--------------- search box styles -----------------------*/
.AndImage {
    width: auto;
    height: auto;
}
/*--------------- External links styles -----------------------*/
a[data-val-external-link] {
    text-align: left;
    color: brown;
}
input:-webkit-autofill {
    color: #fff !important;
}
.FltLeft {
    float: left;
    width: 49%;
}
.FltRight {
    float: right;
    width: 49%;
}
.NoFlt {
    width: 100%;
}
/*-------------- Intake screen styles --------------------*/
#AnalystSectionId {
    margin: 0px;
    padding: 0px 0px 0px 342px;
}
    #AnalystSectionId label {
        margin: 0;
        padding: 0;
        width: 86px;
}
#AssignFaxId label {
    float: left;
    width: 85px;
}
#AssignFaxId .k-dropdown {
    padding: 1px 3px 1px 0px !important;
}
#AssignFaxId input {
    float: left;
}
#AssignFaxId a {
    float: left;
    display: block;
    margin: 5px 50px 0px 10px;
}
#AssignFaxId .control-group {
    float: left;
    /*height:38px;*/
}

#CallDetailSectionId .search_icon_recipient {
    margin-left: -170px;
    position: absolute;
    z-index: 99;
}

#CreateCase {
    clear: both;
}
    #CreateCase .control-group {
        float: left;
        margin: 20px 127px 0px 97px;
}
.actionbutton {
    background-color: #00a84f;
    border: 1px solid #293645;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    width: auto;
    color: #FFFFFF !important;
    border-radius: 6px;
    padding: 9px 15px 8px 15px;
    margin: 0px 2px 0px 0px;
    text-decoration: none;
}
.actionbutton:hover {
        background-color: #0020b2;
}
/*-----MultiColumn in Popup window  --------------*/
.popup_multicolumn {
    margin: 0;
    padding: 0;
}
.popup_multicolumn_t2b {
    -moz-column-width: 30em;
    -webkit-column-width: 30em;
    column-width: 30em;
} 
.popup_multicolumn_t2b .control-group {
        height: 30px;
        padding: 1px 0px 3px 0px;
}
.popup_multicolumn .control-group {
        float: left;
        width: 50%;
        height: 30px;
        padding: 1px 0px 3px 0px;
}
.RightButtons {
    float: right;
}
.LeftElement {
    float: left;
}

.analytics_iframe {
    margin: 0;
    padding: 0;
    width: 1363px;
    height: 1000px;
    border: none;
}
.logout_links {
    margin: 0;
    padding: 0;
}
    .logout_links nav {
        float: left;
    }
.CheckEligibility:before {
    content: "Check Eligibility";
}

.middle_content {
  margin: 0;
  padding: 100px 0px 30px 0px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}


.search_icon_Question {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/all_icons.png) -15px -123px no-repeat;
    border: none;
    float: right;
    position:relative;
    left:-100px;
    cursor: pointer;
    cursor: hand;
}
.k-dropdown
{
    padding-left:0px!important;;
}
.k-datepicker
{
    padding-left:0px!important;
}

.k-calendar .k-meta-view .k-link
{
width:auto;
}
/* Begin Search Calendar Styles*/
.ui-datepicker .ui-datepicker-header
{
background-color:#00a84f!important;
background:none;
}





.ui-datepicker .ui-datepicker-header .ui-datepicker-title
{
color:#ffffff;
}





.ui-datepicker-calendar tbody tr td
{
border:1px solid #ffe9df!important;
}





.ui-datepicker-calendar tbody tr td a
{
background:none!important;
text-align:center;
color:#515967;
}





.ui-datepicker-calendar tbody tr td a:hover, .ui-datepicker-calendar tbody tr td .ui-state-active
{
background-color:#00a84f!important;
color:#ffffff!important;
}





.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon
{
background-image:url('../Images/Sprite/sprite.png');
background-position:-16px -16px!important;
}





.ui-datepicker .ui-datepicker-header .ui-datepicker-next
{
background-color:#ffffff;
border-radius:100px;
width:20px;
cursor:hand;
cursor:pointer;
}





.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon
{
background-image:url('../Images/Sprite/sprite.png');
background-position:-16px -48px;
}





.ui-datepicker .ui-datepicker-header .ui-datepicker-prev
{
background-color:#ffffff;
border-radius:100px;
width:20px;
cursor:hand;
cursor:pointer;
}





.ui-datepicker-calendar thead tr th span
{
color:#515967!important;
font-weight:normal!important;
} 


/*--------------------------- Combobox style -------------------------------------------------------*/

.control-group .k-combobox {
    background: none!important;
    padding: 0px !important;
}

/*---------------------------------------- EPA CHECKBOX with TEXT BOX---------------------------------------------------------*/

.EPA-fields .CheckBox {
    margin: 0;
    padding: 0px 0px 0px 6px;
    width: auto;
    display: inline-block;
}

/*------------------------------------------- Checkbox Label Styles-------------------------------------------------------------------------------*/

.checkbox_rt {
    float: right;
    margin-right: 271px;
}

/*------------------------------------------- Pop up above pop Label Styles-------------------------------------------------------------------------------*/

label[for="k-editor-image-url"] {
text-align:left;
}

label[for="k-editor-image-title"] {
text-align:left;
}

label[for="k-editor-link-url"] {
text-align:left;
}

label[for="k-editor-link-text"] {
text-align:left;
}

label[for="k-editor-link-title"] {
text-align:left;
}




/*-------------------------------------------Intake Page Icons ---------------------------------------------------------------------------*/

.Get_Fax {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 30px;
    background: url(../images/all_icons.png) -180px -92px no-repeat;
    border: none;
    float: right;
    cursor: pointer;
    cursor: hand;
}

.Get_optin {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 30px;
    background: url(../images/all_icons.png) -218px -92px no-repeat;
    border: none;
    float: right;
    cursor: pointer;
    cursor: hand;
}
.Move_inbox {
    margin: 0;
    padding: 0;
    width: 36px;
    height: 30px;
    background: url(../images/all_icons.png) -270px -92px no-repeat;
    border: none;
    float: right;
    cursor: pointer;
    cursor: hand;
}
.Start_optin {
    margin: 0;
    padding: 0;
    width: 26px;
    height: 30px;
    background: url(../images/all_icons.png) -317px -92px no-repeat;
    border: none;
    float: right;
    cursor: pointer;
    cursor: hand;
}
.view_icon_big {
    margin: 0px 0px 0px 6px;
    padding: 0;
    width: 40px;
    height: 30px;
    background: url(../images/all_icons.png) -123px -91px no-repeat;
    border: none;
    float: right;
    cursor: pointer;
    cursor: hand;
}
.call_icon_big {
    margin: 0px 0px 0px 6px;
    padding: 0;
    width: 35px;
    height: 32px;
    background: url(../images/all_icons.png) -123px -133px no-repeat;
    border: none;
    float: right;
    cursor: pointer;
}
/*---------------------------------------------------------------------------- SETUP policy required styles --------------------------------------------------------------------- */
span[for="ModelDTO_QFormName_"]
{
margin:0px 0px 0px 40px!important;
}


/*---------------------------------------------------------------------------- Drop Down Width -------------------------------------------------------------------------------------*/

.k-list-container
{
width:auto!important;
min-width:143px!important;
}


.k-list-container .k-list
{
white-space:nowrap;
display:block;
width:auto!important;
}
.k-list-container .k-list .k-item
{
padding-right:50px;
}


/*------------------------------------EPA Radio Alignment-----------------------------------------------------*/

.EPA-fields label
{
width:160px;
}
.EPA-fields .CheckBox label
{
width:138px;
}



/*------------------------------------------------------------------------------ Blank Space and controls height -----------------------------------------------------------------*/

.k-textbox, .k-input, .k-dropdown-wrap
{
height:20px!important; 
margin: 0!important;
}
.k-i-arrow-s, .k-i-calendar
{
margin:-6px 0px 0px 0px;
}



a[class="k-button"]
{
color:#ffffff!important;
}


.k-combobox .k-dropdown-wrap .k-select
{
    background-color:#ffffff;
}
.k-combobox .k-dropdown-wrap .k-input
{
padding:0px!important;
}
.k-dropdown .k-dropdown-wrap .k-select
{
    background-color:#ffffff;
    border-left:1px solid #666666;
}
.k-state-hover:hover, .k-state-hover:hover .k-input, .k-state-hover:hover .k-select
{
    background-color:#b6bdca;
    box-shadow:none;
}

.k-dropdown .k-select, .k-selectbox .k-select
{
     /*position:relative;
    display:inline-block;
    width:12.4em;*/
    overflow:initial;
    /*border-width:0;
    vertical-align:middle*/
}


div[id="ButtonsId"]
{
text-align:right;
}
div[id="ButtonsId"]:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

input[id="BackId"], input[id="PreviousId"], input[id="GoToCaseIndex"], input[id="backBtn"]
{
float:left;
}

span[class="message-success"]
{
margin:10px;
float:left;
text-align:left;
}
span[class="message-error"]
{
clear:none!important;
float:left!important;
width:50%!important;
text-align:left;
}


a[id="BackId"], a[id="BackId"]:focus, a[id="BackId"]:hover, input[id="BackId"], input[id="BackId"]:focus, input[id="BackId"]:hover, input[id="PreviousId"], input[id="PreviousId"]:focus, input[id="PreviousId"]:hover, input[id="GoToCaseIndex"], input[id="GoToCaseIndex"]:focus, input[id="GoToCaseIndex"]:hover, input[id="backBtn"], input[id="backBtn"]:focus, input[id="backBtn"]:hover {
    background-image: url(../images/all_icons.png);
    background-position: -1645px -445px;
    padding-left: 35px;
}

input[id="Continue"], input[id="Continue"]:hover, input[id="Continue"]:focus {
    background-image: url(../images/all_icons.png);
    background-position: -1667px -475px;
    padding-right: 35px;
}

input[id="SendContinue"], input[id="SendContinue"]:hover, input[id="SendContinue"]:focus {
    background-image: url(../images/all_icons.png);
    background-position: -1667px -475px;
    padding-right: 35px;
}

input[id="SaveId"], input[id="SaveId"]:hover, input[value="Save"], input[value="Save"]:focus, input[value="Save"]:hover, input[id="SaveId"]:focus {
    background-image: url(../images/all_icons.png);
    background-position: -1645px -409px;
    padding-left: 35px;
}

.k-window-content input[value="Save"] {
    padding-top:8px;
    padding-bottom:10px;
}

a[id="BackId"]
{
padding-bottom:8px;
}


/*--------------------------------------------------------- QUICK LINKS STYLES ----------------------------------------------------------------------------------------*/


.quick_links_new {
    margin: -8px 0px 0px 0px;
    padding: 5px;
    width: 250px;
    border-right: 1px solid #00a84f;
    border-left: 1px solid #00a84f;
    border-TOP: 1px solid #00a84f;
	border-bottom: 1px solid #00a84f;
    border-radius: 10px 10px 10px 10px;
    float: right;
}
.quick_links_new a
{
margin:0px 1px 0px 1px;
}



.ql_add_fax {
    margin:0;
    padding:0;
    width:34px;
    height:31px;
    background: url(../images/all_icons.png) -798px -15px no-repeat;
    display:inline-block;
}

.ql_add_email {
    margin:0;
    padding:0;
    width:34px;
    height:31px;
    background: url(../images/all_icons.png) -848px -15px no-repeat;
    display:inline-block;
}

.ql_add_doc {
    margin:0;
    padding:0;
    width:31px;
    height:31px;
    background: url(../images/all_icons.png) -1098px -15px no-repeat;
    display:inline-block;
}

.ql_add_notes {
    margin:0;
    padding:0;
    width:34px;
    height:31px;
    background: url(../images/all_icons.png) -898px -15px no-repeat;
    display:inline-block;
}


.ql_add_insurance {
    margin:0;
    padding:0;
    width:34px;
    height:31px;
    background: url(../images/all_icons.png) -948px -8px no-repeat;
    display:inline-block;
}



.ql_view_doc {
    margin:0;
    padding:0;
    width:30px;
    height:31px;
    background: url(../images/all_icons.png) -1148px -15px no-repeat;
    display:inline-block;
}


.ql_view_notes {
    margin:0;
    padding:0;
    width:33px;
    height:31px;
    background: url(../images/all_icons.png) -998px -15px no-repeat;
    display:inline-block;
}


.ql_view_task {
    margin:0;
    padding:0;
    width:27px;
    height:31px;
    background: url(../images/all_icons.png) -1048px -15px no-repeat;
    display:inline-block;
}







.k-dropdown .k-dropdown-wrap .k-input
{
padding:0;
}





/*-- ***************************************************************************************************************************************************************************** --*/
/* css for firefox save icon*/
input[value="Save"], x:-moz-any-link, x:default {
background-position: -1645px -411px
}

input[value="Save"]:hover, x:-moz-any-link, x:default {
background-position: -1645px -411px
}


/*-- ***************************************************************************************************************************************************************************** --*/
.main-content {
    background-color: #fefdf8;
  /*  border-right: 1px solid #000000;
    border-left: 1px solid #000000;*/
    min-height :600px;
}
.login_bx h2 {
    border-bottom: 2px solid #00a84f;
}
.login_btn {
    background-color: #00a84f;
    color: #ffffff;
}
.login_bx {
    background-color: #ffffff;
    border: 1px solid #333333;
}
.page_hdr {
    background-color: #00a84f;
}
    .page_hdr h2 {
        color: #ffffff;
    }
h3 {
    border-bottom: 2px solid #00a84f;
}
.footer {
    color: #ffffff;
    background-color: #00a84f;
    border-top: 2px solid #293645;
}
input[type="submit"], input[type="button"], button, .k-button {
    background-color: #00a84f;
    border: 1px solid #293645;
    color: #ffffff;

        -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}
    input[type="submit"]:hover, input[type="button"]:hover, button:hover, .k-button:hover {
        background-color: #005979;
        color: #ffffff;


        -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
    }
.popup_inner {
    background-color: #005979;
    color: #ffffff;
}
.popupbx h2 {
    color: #ffffff;
}
.alrt_spl {
    color: #ffffff;
}
    .alrt_spl:hover {
        color: #ffffff;
    }
.alrt_spl_tx {
    color: #ffffff;
}
    .alrt_spl_tx:hover {
        color: #ffffff;
    }
.alrt_btn {
    background-color: #00a84f;
    color: #ffffff;
}
    .alrt_btn:hover {
        color: #000000;
        background-color: #00a84f;
    }
.menu a {
    /*color: #444444;
    background-color: #ffcc00;
    border: 1px solid #950000;*/
    color: #ffffff;
    background-color: #00a84f;
    border: 1px solid #005979;
}
    .menu a:hover, #current-tab, .active_tab {
        /*background-color: #950000;
        color: #ffff00;*/
        background-color: #005979;
        color: #ffffff;
    }
.username {
    color: #ffffff;
}
.top_lnks {
    color: #ffffff;
}
    .top_lnks nav a {
        color: #ffffff;
    }
        .top_lnks nav a:hover {
            color: #000000;
        }
    .top_lnks form a {
        color: #ffffff;
    }
        .top_lnks form a:hover {
            color: #000000;
        }
.search_content {
    background-color: #efecdd;
}
.k-grid, .k-grid .k-alt {
    background-color: #fefdf8;
    border: 1px solid #ffe9df;
}
    .k-grid .k-header, .k-grid .k-header a {
        background-color: #f0e6dd;
        color: #916666;
    }
    .k-grid .k-header:hover, .k-grid .k-header a:hover {
	color:#ffffff;
    background-color:#6c6f70;
}
    .k-grid table tr td {
        border-color: #ffe9df;
    }
.k-window-titlebar.k-header {
    background-color: #00a84f;
}
.k-window-titlebar .k-window-title {
    color: #ffffff;
}
.k-pager-numbers .k-state-selected {
    background-color: #00a84f;
    color: #ffffff;
}
.k-pager-numbers .k-link {
    color: #000000;
}
    .k-pager-numbers .k-link:hover, .k-pager-wrap .k-pager-nav:hover, .k-pager-numbers .k-state-selected:hover {
        background-color: #00a84f;
        color: #ffffff;
    }
.k-calendar-container .k-header, .k-calendar-container .k-header .k-link {
    background-color: #00a84f;
    color: #ffffff;
}
    .k-calendar-container .k-header .k-link:hover {
        background-color: transparent!important;
    }
.k-calendar-container .k-link:hover, .k-calendar-container .k-state-hover a, .k-calendar-container .k-state-selected {
    background-color: #00a84f;
    color: #ffffff;
}
.k-content tr td, .k-content tr th {
    border-color: #ffe9df;
}
.k-calendar-container .k-header .k-nav-prev, .k-calendar-container .k-header .k-nav-next, .k-calendar-container .k-header .k-nav-prev:hover, .k-calendar-container .k-header .k-nav-next:hover {
    background-color: #ffffff;
    border-radius: 100px;
    width: 20px !important;
}
.k-calendar-container .k-content .k-state-selected .k-link, .k-calendar-container .k-content .k-state-selected, .k-calendar-container .k-content .k-state-hover
{
	background-color:#00a84f!important;
	box-shadow:none;
}
.k-calendar .k-footer .k-link, .k-calendar .k-footer .k-link:hover {
  border-radius: 0;
  color: #333333;
}

.k-dropdown .k-dropdown-wrap:hover, .k-picker-wrap:hover span
{
	background-color:#b6bdca;
    }

.k-list-container .k-list .k-state-hover
{
	background-color:#ee7d00;
    color:#ffffff;
}
#ui-datepicker-div {
 z-index: 9999999!important;
}

.sliderBar { width: 80% !important; margin:0 auto; padding: 2px;}
.k-slider .k-button-increase { 
    background: none !important;
    border:none !important;
    color:#888888 !important;
    font-size:10px !important;

}
.k-slider .k-i-arrow-e {
     background: none !important;
    border:none !important;
    color:#888888 !important;
    font-size:10px !important;
    width:20% !important;
    height:12px !important;
    line-height:normal !important;
    overflow:visible  !important;
}

.k-slider .k-button-decrease { 
    background: none !important;
    border:none !important;
    color:#888888 !important;
    font-size:10px !important;

}
.k-slider .k-i-arrow-w {
     background: none !important;
    border:none !important;
    color:#888888 !important;
    font-size:10px !important;
    width:20% !important;
    height:12px !important;
    line-height:normal !important;
    overflow:visible  !important;
}

.k-slider-items {
    width:62%  !important;
    margin-left:90px   !important;
    font-size:0px    !important;
}

.k-slider-track {

width:58%  !important;
    margin-left:59px   !important;    background-color: orange; !important;
}

.k-slider .k-draghandle {
    width: 1px;
    height: 25px;
    background-color: green;
    margin: -6px -5px 0px 0px;
}

.questionText .k-label {
	width: 95% !important;
	padding:4px 2px;
    font-weight: bold;
}


.questionText input[type="checkbox"]{ display: block; margin: 0px auto 2px auto; vertical-align:middle; left:80px;  }

.questionText .CheckBox {
    clear: both;
    float: none;
    position: relative;
    vertical-align: top;
}
.questionText .CheckBox label {
   text-align:center;
   word-wrap: break-word;
}

.float-left1{
    float:left;

}
.clearfix::after{
    content: "";
    clear: both;
}
.five-cols{
    column-count:5;
}
.six-cols{
    column-count:6;
}

.three-cols{
    column-count:3;
}

span.k-tooltip
{
    padding: 2px 5px 1px 10px !important;
}
.createcallbutton {
    float: right;
    right:2px;
    position: relative;
    z-index: 99;
    border-radius:3px;
    border:1px #000 solid;
    display: inline-block;
  overflow: auto;
    background:#fff;
   /*background: url(../images/all_icons.png) -123px -133px no-repeat;*/

    width: 25px;
    height: 17px;
    
    cursor: pointer;

    /*margin: 0;
    padding: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/Phonecallicon.jpg) -15px -123px no-repeat;
    border: none;
    float: right;
    cursor: pointer;
    cursor: hand;*/
       
}

.control-group .CheckBox  label {
    width: 170px;
    vertical-align: baseline;
}
#ReceivedFaxButton {
    clear: both;
}
#ReceivedFaxButton .control-group {
    float: left;
}
#ReceivedFaxGrid {
    clear: both;
    margin: 2px 5px 0px 2px;
}
#ClaimSpecialistListSection .control-group .k-label{
width:135px !important;
}
#ReviewCaseSection .control-group .k-label{
width:130px !important;
}
#CaseContactSectionId .control-group .CheckBox{
float:left !important;
}
.onlytext {
margin: 0;
padding: 80px 0px 80px 0px;
font-size: 20px;
font-weight: bold;
text-align: center;
}
#DeniedSectionId .CheckBox label{
width:200px !important;
vertical-align: baseline;
}
/*#DeniedSectionId label{
display:inline !important;
}*/


#AddPatientPrescriptionPopup #StartDate_validationMessage {
    padding-left:33px !important;
}
#AddPatientPrescriptionPopup #EndDate_validationMessage {
    padding-left:33px !important;
}

#AddPatientDiagnosisPopup #DiagnosisDate_validationMessage {
    padding-left:33px !important;
}

#AddPatientHospitalPopup #StartDate_validationMessage {
    padding-left:33px !important;
}
#AddPatientHospitalPopup #EndDate_validationMessage {
    padding-left:33px !important;
}
#EditPatientHospitalPopup #StartDate_validationMessage {
    padding-left:33px !important;
}
#EditPatientHospitalPopup #EndDate_validationMessage {
    padding-left:33px !important;
}


#AddCaseCoPayCardPopup #AssignedDate_validationMessage {
    padding-left:33px !important;
}
#AddCaseCoPayCardPopup #ExpirationDate_validationMessage {
    padding-left:33px !important;
}
#AddCaseCoPayCardPopup #ApprovalDate_validationMessage {
    padding-left:33px !important;
}
#EditCaseCoPayCardPopup #AssignedDate_validationMessage {
    padding-left:33px !important;
}
#EditCaseCoPayCardPopup #ExpirationDate_validationMessage {
    padding-left:33px !important;
}
#EditCaseCoPayCardPopup #ApprovalDate_validationMessage {
    padding-left:33px !important;
}
.required:after 
{
    content: "*";
    font-weight: bold;
    color: red; 
}
.calllinkimage {
        background: url("../Images/Phonecallicon.jpg") no-repeat;
        width:50px;
        height:50px;
    }
.w200{
    width:200px !important;
}

/* POPUP style sheets */


#AddPatientEchoPopup .multicolumn {

	column-width: 28em;

}
 
#PatientBasicPopupField .multicolumn {

	column-width: 25em;

}
 
#ContactBasicPopupField .multicolumn {

	column-width: 25em;

}

.rptCombobox .k-combobox {
    width: 60%;
}
 