﻿@charset "UTF-8";

[class^="icon-"], [class*=" icon-"] {
	font-family: 'imm_icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* UI Elements */


body {
	background: #f1f1f1;
	font-family: 'robotoregular', sans-serif;
	margin:0;
    scrollbar-face-color: #005da6;
	scrollbar-highlight-color: #f1f1f1;
	scrollbar-arrow-color: #f1f1f1;
	}
	
/*Font Styles */	

p {
	margin:5px 0;}

a {
	color:#005da6;
	}	

a:hover {
	color:#005da6;
	}

a.no-dec:hover {
    color:#005da6;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	}	

p {	font-weight:400;
	color: #53565a;
	font-size: 12px;
	line-height: 18px;
	}

	
h1 {
	font-weight: 300;
	font-size: 22px;
	color: #53565a;
	line-height: 36px;
	}
	
h2 {
	font-weight: 300;
	font-size: 16px;
	color: #53565a;
	line-height: 36px;
	}	
	
h3, h4, h5, h6  {
	font-size: 13px;
	color:#53565a;
	line-height: 24px;
}

table {
	border: none;
	}


/* Header */

.header {
	width: 100%;
	height: 62px;
	background: #f5f5f5;
		}
.logo {
	margin: 10px 0;
}
.title {
	width: 100%;
	background: #fff;
	box-shadow: 0 3px 5px #dadada;
	padding: 15px 0;
	}
.title_icon {
	color: #005da6;
	font-size: 29px;
	margin-right: 5px;
	}

.product-logo {
	/*width: 10%;*/
	float: right;
	display: flex;
	margin-right:15px;
}

.eatlas {
	font-size: 24px;
	font-weight: 300;
	color: #00383F;
}
	
/*main navigation */

.header > .container ul {
	display: inline;
	list-style: none;
 	float: right;
 	margin-top: 24px;
	padding: 0;
	margin-bottom: 0;
	
}

.header > .container ul li {
	display: inline-block;
	position: relative;
	cursor: pointer;
 	float: left;
	height: 50px;
}

.header > .container ul li a {
	color: #000;
	font-size: 17px;
	padding: 15px 15px 30px;
	line-height: 18px;
	text-decoration: none;
	height: 20px;
	font-weight: 300;
	}

.header > .container ul li a:hover {
	color: #333333;
}

.header > .container > ul a:active, ul a.active {
	visibility:visible;
}

.header > .container ul li > .dropdown_div > ul {
  background: #f8f8f8;     
}

.header > .container ul li > .dropdown_div ul {
    min-width: 215px;
}

.header > .container ul li ul {
  padding: 0;
  position: absolute;
  top: 25px;
  left: 14px;
  width:100%;
  opacity: 0;
  visibility: hidden;
  border-top: 5px solid #005da6;
 }
 
.header > .container ul li ul li { 
  background: #f8f8f8;
  display: block; 
 width:100%;
  height: 30px;
padding:7px;
}

.header > .container ul li ul li a { 
  color: #000;
  font-size: 14px;
  height: 20px;
  display:block;
  padding:0 15px 10px;
}

.header > .container ul li ul li a:hover {
color: #fff;
}

.header > .container ul li ul li:hover { 
    background: #78787a;
    border-bottom: none;
  
}

.header > .container ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.header > .container ul li .dropdown_div ul li > .dropdown_div { /* Positions sub-sub-menu such as Remote Signatures sub-menu in header menu */
  top:-60px;
}

	
/* List Styles */

ol, ul, li {margin: 0; padding:0;}	

ul {
	color: #161b21;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
    margin-left: 10px;
    padding-left:10px;
	margin-bottom:20px;
	}
	
ul ul {
	margin-bottom: 0;
	}
	
ol {
	color: #161b21;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	margin-left: 10px;
	padding-left:10px;
	}	

/* Table Styles */	

.table {
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	text-align:left;
	font-family: 'robotoregular', sans-serif; /*needed for IE support */
	border: 1px #d9d9d9 solid !important;
	}

.table td, .table th .table tr {
	border-top: 0px !important;
}

.table td {
	border-bottom: 1px solid #EAEBED !important;
}


#ctl00_cph1_grdFiles {
	border: 1px solid #ccc;
	border-radius: 12px;
	overflow: hidden;
	border-collapse: separate;
}

table.table > tbody > tr:first-of-type {
    border-top: 1px #d9d9d9 solid;
}
table.table > tbody > tr:last-of-type {
    border-bottom: 1px #d9d9d9 solid;
}
table.table > tbody > tr > td:first-of-type {
    border-left:1px #d9d9d9 solid;
}

.table>thead>tr>th {
	background:#fff;
	font-weight: 300;
	font-size: 16px;
	color: #000;
	padding:5px 8px;
	border-bottom: 1px solid #d9d9d9;
	height: 45px;
    vertical-align: middle;
	}
	
.table>tbody>tr>th {
	background:#fff;
	font-weight: 300;
	font-size: 16px;
	color: #000;
	padding:5px 8px;
	border-bottom: 1px solid #d9d9d9;
	height: 45px;
    vertical-align: middle;
	}
		
.table>tbody>tr>td {
	padding: 0 5px;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	border-bottom: 1px solid #d9d9d9;
	height: 35px;
	}	
	

.table>tbody>tr:nth-child(odd) {
	background:#fff;
	}	
.table>tbody>tr:hover {
	background: #d0d0d0
	}	
.bottom td {
	border:none;
	background: #fff;
		height: 45px;
	}	


.table_icons {
	color: #b7b7b7;
	font-size: 18px;
	margin-left:15px;
	cursor: pointer;
	}	

/* Form Styles */		

.formfields, .dropdown {
	text-align:left;
	font-weight:400;
	font-size:12px;
	color:#161b21;
	float: left;
	margin:10px;
	}	

.clear {clear:both;}	

input  {
	border: 1px solid  #e0e0e0;
	width: 220px;
	height: 30px;
	padding: 0 5px;
    border-radius: 0;
    font-weight:400;
	color: #1e1e1e;
	font-size: 12px;
	line-height: 18px;
    box-shadow:none;
}

textarea {
    border: 1px solid #e0e0e0;
    padding: 0 5px;
    border-radius: 0;
    font-weight: 400;
    color: #1e1e1e;
    font-size: 12px;
    line-height: 18px;
    box-shadow: none;
    resize: none;
    width: 100%;
}

label {
    font-weight:400;
	color: #1e1e1e;
	font-size: 12px;
	line-height: 18px;
}
.checkbox input {
    display: none;
}

.checkbox > span.checkbox {
    width: 20px;
	float:left;
    height: 20px;
	margin-top:8px;
    display: block;
    background:#fff;
	border: 1px solid  #e0e0e0;
}

.checkbox > span > span.checkbox {
    width: 20px;
	float:left;
    height: 20px;
	margin-top:8px;
    display: block;
    background:#fff;
	border: 1px solid  #e0e0e0;
}

.radio, .checkbox {
    margin-top:0;
    padding-left:0;
    margin-bottom:0;
}

.table .checkbox > span.checkbox  {
	margin: 0 auto;
    float:none;
}

.table .checkbox > span > span.checkbox  {
	margin: 0 auto;
    float:none;
}

.checkbox input:checked + span:before {
 	font-family: 'imm_icons';
	content: "\e619";
	color: #005da6;
	font-size: 16px;
	padding: 2px;
	line-height: 20px;
}

.table .checkbox input:checked + span:before {
	color: #005da6;
	}

.label {
	float:left;
	margin:10px 10px 0 5px;
    font-weight:400;
	color: #1e1e1e;
	font-size: 12px;
	line-height: 18px;
	}	
	
.dropdown select {
   border: 1px solid  #e0e0e0;
   padding:5px;     
   border-radius: 0;  
   -webkit-appearance: none;      
   -moz-appearance: none;                
    width: 220px;             
	height: 30px; 
	}

.dropdown label {position:relative}

.dropdown label:after {
  	content: "\e631";
	font-family: 'imm_icons';
    color:#fff;
    right:7px; 
	top:6px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}

.dropdown label:before {
    content:'';
    right:0; 
    width:26px; 
	height:30px;
    background:#005da6;
    position:absolute;
    pointer-events:none;
    display:block;
}	 

select::-ms-expand {
    display: none; /*Removes IE styling forms */
}


ul.radio-group li {
    position: relative;
    list-style: none;
    padding: 14px 5px 0;
    display:inline-block;
}

.table ul.radio-group li {
    padding:0;
}

ul.radio-group li span {
	border:none;
	width: 10px;
	float: left;
	height: 20px;
	margin-top: 0;
	background: transparent;
}

.radio-group input[type="radio"] {
  opacity: 0;
  position: absolute;
  border:none;
}


.radio-group input[type="radio"] + label > span {
  position: relative;
  border-radius: 12px;
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  border: 1px solid #bcbcbc;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}


.radio-group input[type="radio"]:checked + label > span span {
   display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 1px;
    top: 1px;
    border-radius: 10px;
    border: none;
    background: #005da6;
}

	 
	
button.btn, .btn {
	color:#ffffff;
	background:#005da6;
	font-size:16px;
    margin:0 4px;
	padding: 4px 10px;
	border:none;
	height: 30px;
	font-weight: 400;
	text-decoration:none;
	min-width: 60px;
	text-align: center;
    border-radius: 0;
}

	.btn:hover {
		background: #00383F;
		border-color: #00383F;
		color: #ffffff ;
		box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.24);
	}

		.btn:focus {
			color: #ffffff;
		}

		.btn:active {
			border: 1px solid var(--button-teal-primary-border, #057186);
			box-shadow: 0 0 0 2px var(--tint-celeste-50, rgba(80, 230, 205, 0.50));
		}

	.btn .btn_icon + .btn-text {
		margin-left: 8px !important;
	}

.btn_icon {
	font-size: 20px;
	margin-right:5px;
}

.action {
	background:#005da6;
}

.action:hover {
	background: #a3a0a0;
	color: #fff;
	}	

button.action {
	background:#005da6;
}

button.action:hover {
	background: #a3a0a0;
	color: #fff;
	}


button.capture {
    width: 230px;
    height: 55px;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    padding: 5px 0;
    background: #a3a0a0;
    }


button.capture_active {
    background: #005da6;
	}	

.capture_icon {
	font-size: 22px;
	margin-right:5px;
	}	
	

.capture_descrption {
	font-size: 12px;
	font-weight: 300;
	}	
	
.disabled {
	opacity: 0.2;
	}
	
button.btn.disabled:hover {
	background: #057186;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.24);
}

#btnTransfer {
	margin-left: 4px !important;
}

#divSessionStatusFilterGroup .btn {
	border-radius: 8px !important
}

#divSessionStatusFilter .btn.active:hover {
	background: #00383F !important;
}


/* Style the buttons only in the second section */
.col-xs-7 .inline-block > #btnDelete,
.col-xs-7 .inline-block > #btnTransfer {
	border: 1px solid #ccc;
	border-radius: 8px !important;
	box-shadow: none;
}

	.col-xs-7 .inline-block > #btnDelete .btn_icon,
	.col-xs-7 .inline-block > #btnTransfer .btn_icon {
		margin-right: 0px;
	}

/* Hover style for inactive buttons (e.g. not in active mode) */
.col-xs-7 .btn-swith-inactive:hover {
	background: rgba(0, 0, 0, 0.08) !important;
}

/* Hover style for active mode buttons */
.col-xs-7 .action-btn-custom.action:hover {
	background-color: #00383F;
	color: white;
}

#session-info-tabs {
	padding-bottom: 12px;
}

	#session-info-tabs > a {
		border: none;
		border-bottom: 2px solid green;
		border-radius: 0px !important;
		box-shadow: none;
		margin-right: .1px;
		background-color: transparent;
		color: #00383F;
		padding: 0 4px;
	}

		#session-info-tabs > a.reversed-colors {
			border-bottom: 2px solid transparent;
			background: transparent;
			color: #6C7787;
		}

			#session-info-tabs > a.reversed-colors:hover {
				color: #2A2C34;
				border-bottom: 2px solid rgba(0, 0, 0, 0.20);
			}

#item-info-tabs > a {
	border: none ;
	border-bottom: 2px solid green;
	border-radius: 0px !important;
	box-shadow: none;
	margin-right: .1px;
	background-color: transparent !important;
	color: #00383F !important;
	padding: 0 4px;
}

	#item-info-tabs > a.reversed-colors {
		border-bottom: 2px solid transparent;
		background: transparent;
		color: #6C7787;
	}

		#item-info-tabs > a.reversed-colors:hover {
			color: #2A2C34;
			border-bottom: 2px solid rgba(0, 0, 0, 0.20);
		}

.imm-tab-switch > a {
	justify-content: center;
	border-radius: 0px !important;
	align-items: center;
	color: #6C7787;
	padding: 0 12px;
	height: 40px;
	min-width: 64px;
	background: transparent;
	border: none;
	border-bottom: 2px solid transparent;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 100%;
	margin-right: 10px;
	box-shadow: none !important;
	text-decoration: none;
}

	.imm-tab-switch > a:last-child {
		margin-right: 0;
	}

	.imm-tab-switch > a.action-btn-custom {
		color: #2A2C34;
		border: none;
		border-bottom: 2px solid #3A9C20;
		background: transparent;
		box-shadow: none;
	}

	.imm-tab-switch > a:not(.action-btn-custom):hover {
		color: #2A2C34;
		border-bottom: 2px solid #ccc;
		background: transparent;
	}

	/* Active tab stays the same on hover */
	.imm-tab-switch > a.action-btn-custom:hover {
		color: #00383F;
		border-bottom: 2px solid #3A9C20;
		background: transparent;
	}

	.imm-tab-switch > a:active {
		border: none;
		background: transparent
	}

ul.nav.nav-tabs {
	height: 40px;
	min-width: 64px;
	font-family: Inter, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 100%;
	border: none;
	border-bottom: none;
	background: transparent;
}

.nav-tabs > li[role="presentation"] {
	margin-right: 10px;
}

	.nav-tabs > li[role="presentation"]:last-child {
		margin-right: 0;
	}

	.nav-tabs > li[role="presentation"] > a {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #6C7787;
		padding: 0 4px;
		box-shadow: none;
		border: none;
		height: 40px;
		min-width: 64px;
		background: transparent;
		border-bottom: 2px solid transparent;
		font-size: 12px;
	}

	.nav-tabs > li[role="presentation"].active > a {
		color: black;
		border: none;
		border-bottom: 2px solid #3A9C20;
		box-shadow: none;
		background: transparent;
	}

	.nav-tabs > li[role="presentation"] > a:hover {
		color: black;
		border-bottom: 2px solid #ccc;
		background: transparent;
	}

.list-item-header-select-enable {
	border-radius: 0px;
	border-bottom: 1px solid #D7DAE2;
	margin-right: 10px;
	margin-left: 10px;
}

.panel {
	border-radius: 12px !important;
}

#currentInfoSetSets .list-item-hover {
	padding: 6px 8px;
	border-radius: 12px;
}

.list-item-hover:hover {
	background-color: #f0f0f0 !important;
}

.list-item-hover.collapsed {
	border-radius: 12px;
	padding: 6px;
}


	.list-item-hover.collapsed:hover {
		background-color: #f0f0f0 !important;
	}

li.pull-right.marginT-5 button {
	margin-top: 4px;
	margin-bottom: 12px;
}

.left {
	float:left;
	}

/* Buttons for WFCases Page*/

#divSessionStatusFilter {
	border-radius: 12px;
	border: 1px solid var(--border-container-border-2, #D7DAE2);
	background: var(--bg-surface-1, #FFF);
	padding: 4px;
}

#divSessionStatusFilterGroup input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.btn.btnWF {
	box-shadow: none;
	background: transparent;
	border-color: transparent;
	border-radius: 8px;
}

	.btn.btnWF:hover {
		box-shadow: none;
		background: rgba(0, 0, 0, 0.08);
		border-color: transparent;
	}

	.btn.btnWF:active {
		box-shadow: none;
		border-color: transparent;
	}

#divSessionStatusFilterGroup {
	display: flex !important;
	justify-content: flex-start;
	gap: 4px; /* space between buttons */
}

	#divSessionStatusFilterGroup .btn {
		flex: 0 0 81.7px; 
	}

/* IG Combo Box overrides */

.ui-corner-left{
    -moz-border-radius-topleft:0;
    -webkit-border-top-left-radius:0;
    border-top-left-radius:0;
    -moz-border-radius-bottomleft:0;
    -webkit-border-bottom-left-radius:0;
    border-bottom-left-radius:0
}
.ui-igcombo-field, .ui-igcombo .ui-igcombo-field {
    padding:1px 2px 1px 7px;
}
.ui-igcombo-field, .ui-igcombo-fieldholder, .ui-igcombo-fieldholder-ltr {
    box-shadow:none;
}

.ui-widget input {
       font-family: 'robotoregular';
    color:#333;
}

.ui-igcombo-clear .ui-icon {
    display:none;
}

.ui-igcombo-button.ui-state-default {
    background:#005da6;
    border-left: 1px solid  #e0e0e0;
    width:25px;
}

.ui-igcombo-buttonicon.ui-icon-triangle-1-s.ui-icon {
    background-image:none;
    text-indent:0;
    text-shadow:none;
    padding: 5px;
}

.ui-igedit-list .ui-igedit-listitem.ui-state-highlight, .ui-igcombo-listitemholder li.ui-state-highlight, .ui-igcombo-listitemholder li.ui-state-highlight a {
    background:#005da6;  
    text-shadow:none;
    color:#fff;
}

.ui-igcombo-listitemholder li.ui-state-hover {
    background:#e0e0e0;
    text-shadow:none;
    color:#333;
}

.ui-corner-all {
   -moz-border-radius: 0;
    -webkit-border-radius:0;
    border-radius: 0;
}

.ui-igcombo-listitem, .ui-igcombo-list .ui-igcombo-listitem  {
    padding-right:0;
}

/* IG Grid */


.ui-widget{ /* inherits font from prevoius styels */
	font-family: 'robotoregular', sans-serif; 
	}
	
.ui-iggrid-table > thead > tr > .ui-iggrid-header	 { /* styles the header - title area information */
	background: #fff;
	color: #373737;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid #d9d9d9;
	font-weight: 300;	
	text-shadow: none;
	height: 45px;
	}
.ui-iggrid .ui-widget-content, .ui-iggrid-scrolldiv table {
	border: 1px solid #d9d9d9;
	border-width: 1px 1px 0 1px;

	}
	
.ui-iggrid tbody td {
	border: none;
	}
	
.ui-iggrid-table > tbody > tr { /* styles the white background records  */
	background: #f5f5f5;
	color: #373737;
	font-size: 12px;
	height: 30px;
		}
.ui-iggrid-table > tbody > .ui-iggrid-altrecord {  /* styles alternate record */
	background: #fff;
	color: #373737;
	font-size: 13px;
	height: 35px;
	}	

.ui-iggrid td.ui-state-hover, .ui-iggrid .ui-ig-altrecord td.ui-state-hover {
	background: #d0d0d0;
	border: none;
	}
	
.ui-iggrid .ui-iggrid-tablebody>tr>td, .ui-iggrid .ui-iggrid-table>tbody>tr>td, .ui-iggrid thead .ui-iggrid-editingcell, .ui-iggrid .ui-iggrid-tablebody>tr>td:first-child, .ui-iggrid .ui-iggrid-table>tbody>tr>td:first-child, .ui-iggrid thead .ui-iggrid-editingcell:first-child, .ui-iggrid .ui-iggrid-addrow+.ui-iggrid-activerow td:first-child, .ui-iggrid th.ui-iggrid-rowselector-class:first-child {
	box-shadow:none !important; /* We have to use important because the ig style has important - removes box shadow on grid and uses a border between columnns  */
	border-bottom: 1px solid #d9d9d9!important;
	}	
	
.ui-iggrid .ui-iggrid-tablebody>tr>td:last-child, .ui-iggrid .ui-iggrid-table>tbody>tr>td:last-child, .ui-iggrid thead .ui-iggrid-editingcell:last-child {
	box-shadow:none !important; /* We have to use important because the ig style has important- removes box shadow on grid as well as the border-right on the last child  */

	}
.ui-iggrid > .ui-iggrid-pagesizedropdowncontainerabove { /*  Removes the container above the grid that allows you to change the numbever of records. */
	display:none;
	}	
.ui-iggrid .ui-iggrid-footer, .ui-iggrid .ui-iggrid-toolbar { /* styles the area below the grid  */
	background: #f5f5f5;
	border: none;
	font-size: 14px;
	color: #005da6;
	}	
.ui-iggrid-footer, .ui-iggrid-scrolldiv {
	border: none !important; /* We have to use important because the ig style has important - Removes border for grid*/
	}	
	
.ui-iggrid .ui-iggrid-toolbar .ui-iggrid-results { /* styles "showing 1-10" records*/
	font-size: 14px;
	color: #005da6;
	}	
.ui-iggrid .ui-iggrid-footer .ui-iggrid-paging-item.ui-state-default { /* makes footer area with records and pagination white */
	color:#005da6;
	background-color:#f5f5f5; 
	border:none;
	background-image: none;

	}	
	
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { /* Creates disabled state of 40% */
	opacity:.40;
	}	
	
.ui-iggrid-pagedropdowncontainer {
	font-weight:400;
	color: #1e1e1e;
	font-size: 12px;
	line-height: 18px;
	}
	
.ui-iggrid .ui-iggrid-paging input {
	padding: 0 5px!important;
	}
		
.ui-iggrid-pagedropdownlabels {
	padding: 10px!important;
	}	
	
.ui-iggrid .ui-iggrid-pagedropdowncontainer.ui-state-default, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { /* changes the drowpdown border */
	border: 1px solid #e0e0e0;
	height: 28px !important;
	-moz-border-radius: 0;
	-webkit-border-radius:0;
	border-radius: 0;
    background:none;
	}

.ui-igedit-button.ui-igedit-buttondefault.ui-state-default { /* changes background color for dropdown arrow */
	background-color:#f8f8f8; 
	width: 26px;
	padding:0;
	background-image:none;
	border: none;
	border-left: 1px solid #d9d9d9;
	}	
	
.ui-iggrid-pageimg.ui-iggrid-nextpageimg.ui-icon-triangle-1-e, .ui-iggrid-pageimg.ui-iggrid-nextpageimgdisabled.ui-icon.ui-state-disabled.ui-icon-triangle-1-e { /* Removes the ui prev page arrow */
	background: none;
	text-indent:0;
	color:#005da6;
	}
	
.ui-iggrid-pageimg.ui-iggrid-nextpageimg.ui-icon-triangle-1-e:before, .ui-iggrid-pageimg.ui-iggrid-nextpageimgdisabled.ui-icon.ui-state-disabled.ui-icon-triangle-1-e:before { /* Uses imm icon font back arrow */
	content: "\e624";
	font-family: 'imm_icons';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	} 
.ui-iggrid-pageimg.ui-iggrid-prevpageimg.ui-icon.ui-icon-triangle-1-w, .ui-iggrid-pageimg.ui-iggrid-prevpageimgdisabled.ui-icon.ui-state-disabled.ui-icon-triangle-1-w { /* Removes the ui next page arrow */
	background: none;
	text-indent:0;
	color:#005da6;
	}
 .ui-iggrid-pageimg.ui-iggrid-prevpageimg.ui-icon.ui-icon-triangle-1-w:before, .ui-iggrid-pageimg.ui-iggrid-prevpageimgdisabled.ui-icon.ui-state-disabled.ui-icon-triangle-1-w:before{ /* Uses imm icon font next arrow */
	content: "\e625";
	font-family: 'imm_icons';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	}	
.ui-iggrid-lastpage.ui-iggrid-paging-item.ui-state-default.ui-corner-right, .ui-iggrid-firstpage.ui-iggrid-paging-item.ui-state-default.ui-corner-left, .ui-iggrid-nextpagelabel, .ui-iggrid-prevpagelabeldisabled, .ui-iggrid-prevpagelabel, .ui-iggrid-nextpagelabeldisabled.ui-state-disabled { /* Removes last page, first page buttons, removes next/previous copy */
	display:none;
	}
	
.ui-igedit-buttonimage.ui-icon-triangle-1-s.ui-icon,  .ui-igedit-buttonimage.ui-icon-triangle-1-s.ui-icon.ui-igedit-buttonimagehover, .ui-igedit-buttonimage.ui-icon-triangle-1-s.ui-icon.ui-igedit-buttonimagepressed {  /*  Removes ui background image and styles the font icon */
	background:none;
	text-indent:0;
	color:#005da6;
	font-size:12px;
	padding: 0 0 0 3px;
	}	
.ui-icon-triangle-1-s.ui-icon:before {  /* inserts font icon */
	content: "\e631";
	font-family: 'imm_icons';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}	

.ui-igedit-dropdown.ui-igedit-list.ui-widget.ui-widget-content.ui-corner-all {  /* styles the dropdown box */
	font-size: 12px;
	border-right: 1px solid #e0e0e0;
	}	
.ui-igedit-list .ui-igedit-listitem.ui-state-highlight {  /* styles the highlighted current item in dropdown */
	border:none;
	background: #f1f1f1;
	text-shadow:none;
	}	
.ui-igedit-list .ui-igedit-listitemhover.ui-state-hover {  /* styles the hover for the dropdown */
	background: #005da6;
	color: #fff;
	border: none;
	text-shadow:none;
	
	}	
	
/* New Styles */		
	
.ui-icon.ui-iggrid-expandbutton.ui-iggrid-expandbuttonexpanded.ui-icon-minus, .ui-iggrid-expandbutton.ui-icon.ui-icon-plus { /* Removes the IG expand/collaps arrow and styles icon */
	background: none;
	text-indent:0;
	color:#005da6;
	font-size: 24px;
	background-color:transparent;
	height: 24px;
	width: 24px;
	font-family: 'imm_icons';
	line-height: 24px;
	box-shadow:none;
	}
	
.ui-icon.ui-iggrid-expandbutton.ui-iggrid-expandbuttonexpanded.ui-icon-minus:before { /* inserts the collapse button */
	content: "\e60a";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}	
 
.ui-iggrid-expandbutton.ui-icon.ui-icon-plus:before { /* inserts the expand button */
	content: "\e61b";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}	
		
.ui-iggrid-pagecurrent.ui-state-active.ui-corner-all {
	background: none;
	border:none;
	border-radius:0;
	color: #005da6;	
	margin-top: 5px;
	}
.ui-iggrid-pagecurrent.ui-state-active.ui-corner-all a {
	color: #005da6;
	text-shadow:none;
	}	
	
.ui-iggrid-table > tbody > tr > .ui-iggrid-childarea {
	background: #fff;
	padding: 0 0 0 175px; /* Adjust this number based on the alignmnet of the documents expand/collapse icon */
	}	
	
	
.ui-iggrid .ui-iggrid-headertable {
	padding-right: 0!important;
	border: 1px solid #d9d9d9;
	border-width: 1px 1px 0 1px;
	}
.ui-iggrid td.ui-iggrid-filtercell {
	border:none;
	}	
	
.ui-iggrid-header.ui-widget-header {
	background: none;
	border: none;
	text-shadow:none;
	color: #005da6;
	font-family: 'robotoregular', sans-serif; 
	font-weight: 300;
	font-size: 16px;
	height: 45px;
	}
	
.ui-iggrid-filterbutton.ui-corner-all.ui-icon.ui-icon-triangle-1-s {
	background: none !important;
	border: none;
	text-indent: 0;
	color: #005da6;
	font-family: 'imm_icons';
	text-shadow: none;
	font-size: 16px;
	line-height:20px;
	height: 30px;
	padding-top: 2px;
	}

.ui-iggrid-filterbutton.ui-corner-all.ui-icon.ui-icon-triangle-1-s:before  {
	content: "\e617";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	}	
.ui-iggrid-filtercell .ui-iggrid-indicatorcontainer {
	text-indent:0;
	border: none;
	}	
.ui-iggrid-filtercell .ui-iggrid-indicatorcontainer a:before {
	content: "";
	}	
	
.ui-igedit-field.ui-igedit-nullvalue.ui-iggrid-filtereditor {
	font-family: 'robotoregular', sans-serif; 
	font-weight: 300;
	font-size: 12px;
	}
.ui-iggrid-pagecurrent.ui-state-active .ui-corner-all a {
	color: #005da6;
	}	
.ui-iggrid-page.ui-state-default.ui-corner-all{
	background: none;
	border:none;
	margin-top: 5px;
	}
.ui-iggrid-page.ui-state-default.ui-corner-all a {
	color: #005da6;
	text-decoration:underline;
	}
	
.ui-iggrid-filtercell > .ui-igedit {
	border:none;
	}
	
.ui-iggrid-headertable {
	border-bottom-width: 0;
	}

.ui-iggrid-headertext > a {
	color:#005da6 !important;
    text-shadow:none!important;
	}	

.ui-iggrid-headertext > a:hover {
	color:#005da6 !important;
    text-shadow:none!important;
    background-color:transparent !important;
	}
	
	
/* Accordian */	
	
.module	{
	background: #fff;
	padding: 10px;
	border: 1px solid #d9d9d9;
	}
	
.module_nav {
	text-decoration: none;
	float: right;
	font-size: 12px;
	color: #fff;	
	padding: 3px 5px;
    background: #005da6;
	}

/* Tabs (document selection screen) */

.tabs {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	height: 52px;
	}

.sub-nav {
	list-style:none;
	float: left;
	}

ul.sub-nav {
	display: inline;
	margin-left: 0;
	padding-left: 0;
}

	ul.sub-nav li {
		display: inline-block;
		float: left;
		width: 168px;
		background: #fff !important;
		height: 52px !important;
		padding: 15px;
		text-align: center;
		font-size: 15px;
		border-right: 1px solid #cccccc;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}

ul.sub-nav li:hover a {
    color:#005da6;
}
	
ul.sub-nav li a {
	width:168px;
	height: 10px;
	text-decoration: none;
	color: #005da6;
	font-weight: 300;
	}			
ul.sub-nav li a:hover {
	color: #005da6;
	}

ul.sub-nav li.current {
	background: #f5f5f5 !important;
	border: 1px solid #cccccc;
	border-bottom: 3px solid #f5f5f5;
	}
	
ul.sub-nav li.current a:hover {
	color: #005da6;
	cursor: default;
	
	}	

ul.sub-nav li.disabled {
	color: #e0dada;
	background: #fff;
	opacity: 1;
	}	
ul.sub-nav li.disabled a {
	color: #e0dada;	
	}
	
ul.sub-nav li.disabled:hover {
	cursor: default;
	background: #fff;
	opacity: 1;
	}	
	
ul.sub-nav li.disabled a:hover {
	cursor: default;
	color: #005da6;
	opacity: 1;
	}	

/* Scroll Bar & iframe */	
		
.iframe {
	 width: 400px;
      height: 300px;
     border: 1px solid #e0e0e0;
	 padding:10px;	
	 overflow-y: scroll; /* showing scrollbars */	
	 overflow-x: hidden;
	 scrollbar-face-color: #005da6;
	 scrollbar-highlight-color: #f1f1f1;
	 scrollbar-arrow-color: #f1f1f1;
	 background: #fff;
	}


::-webkit-scrollbar-track {
      background-color: #f1f1f1;
	  /*margin-right:5px;*/
} /* the new scrollbar will have a flat appearance with the set background color */
 
::-webkit-scrollbar-thumb {
      background-color: #005da6; 
} /* this will style the thumb, ignoring the track */
 
/* Status Icons */

.status_icon {
	width: 12px;
	height: 12px;
	float: left;
	color: #b7b7b7;
	font-size: 18px;
	margin: 3px;
	}

.preworkflow {
	border-radius: 12px;
 	background-color: #FFFFFF;
  	border: 2px solid #bcbcbc;	
	margin-top: 5px;
	}
	
.icon_active {	
	border:none;
	background: #68df48;
	border-radius: 12px;
	margin-top: 5px;
	}
	
.icon_cancel {	
	border:none;
	background: #ff0000;
	border-radius: 12px;
	margin-top: 5px;
	}	

/* List for signing documents */

ul.documents {
	width: 252px;
	border: 1px solid #e0e0e0;
	margin: 0;
	color: #1e1e1e;
	font-size: 14px;
	line-height: 32px;
	padding: 10px 0;
	background: #fff;
	}
	
ul.documents li {
	list-style: none;
	width: 232px;
	padding: 0 10px;
	}	
	
ul.documents li a {
	text-decoration: none;
	color: #1e1e1e;
	}	
ul.documents li:hover {
	background:#f5f5f5;
	}	
.icon_documents {
	font-size: 15px;
	margin-right:5px;
	color: #b7b7b7;
	} 
	
.green	{
	color: #73a92c;	
	}

/* Error Messaging */

.text-error {
	font-weight: 600;
	color: #ff0000;
	}
.green_error {
	border-left: 5px solid #8bc53e;
	padding: 5px 10px;
	background: #fff;	
	}
.red_error {
	border-left: 5px solid #ff0000;
	padding: 5px 10px;
	background: #fff;	
	}
.warning_error {
    border-left: 5px solid #f7921e;
    padding: 5px 10px;
    background: #fff;
}
.module .green_error, .module .red_error { /* removed '>' selector */
	background: #f5f5f5;
	border-width: 0 0 0 5px;
	}	


/* Steps */

.steps {
    background:#005da6;
    width: 75px;
    height: 100px;
    border: 1px solid #d9d9d9;
    text-align:center;   
}

.steps p {
    font-size: 18px;    
    color: #ffffff; /* Color fix added by Zach L on July 16*/
}

.steps p.number {
    line-height:60px;
    font-size:80px;
    font-weight:300;
}

/*         Infragistic Web Upload Overrides
***********************************************************/

.ui-igprogressbar{background-color:#fff !important;}
.ui-igprogressbar-range{background-color:#fff !important; border:1px solid #005da6 !important;}
.ui-igupload-progressbar-icon-default,.ui-igupload-progressbar-icon-default{content:"\e609"!important;}
.ui-igupload .ui-igprogressbar{background-color:#fff !important;}


/*         eSignature Management Border Settings
***********************************************************/

/*.ui-iggrid-expandheadercell {
    background-color:rgb(245,245,245) !important;
}*/

table[id$="gridSignerInformation"] > thead > tr {
    border-left-color: rgb(217,217,217) !important;
    border-right-color: rgb(217,217,217) !important;
}


table[id$="gridSignerInformation"] > tbody > tr {
    border-left-color: rgb(217,217,217) !important;
    border-right-color: rgb(217,217,217) !important;
}  

table[id$="gridSignerInformation"] tr {
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-color: rgb(217,217,217) !important;
}

/*         Session Details Border Settings
***********************************************************/

table#gridSessionDetails {
    border: 1px solid #e0e0e0 !important;
}

#gridSessionDetails.ui-iggrid #gridSessionDetails.ui-iggrid-tablebody > tr > td, #gridSessionDetails.ui-iggrid #gridSessionDetails.ui-iggrid-table > tbody > tr > td, #gridSessionDetails.ui-iggrid thead #gridSessionDetails.ui-iggrid-editingcell, #gridSessionDetails.ui-iggrid #gridSessionDetails.ui-iggrid-tablebody > tr > td:first-child, #gridSessionDetails.ui-iggrid #gridSessionDetails.ui-iggrid-table > tbody > tr > td:first-child, #gridSessionDetails.ui-iggrid thead :first-child#gridSessionDetails.ui-iggrid-editingcell, #gridSessionDetails.ui-iggrid #gridSessionDetails.ui-iggrid-addrow + #gridSessionDetails.ui-iggrid-activerow td:first-child, #gridSessionDetails.ui-iggrid th:first-child#gridSessionDetails.ui-iggrid-rowselector-class {
    border-bottom: 1px solid #e0e0e0 !important;
}

#gridSessionDetails.ui-iggrid-table > tbody > tr:last-child > td:last-child {
    border-bottom:none !important;
}

/*jquery plagins*/
.dropdown-menu{left: -1px}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{background-color:#005da6;color:#ffffff}
.selectize-input input{height:auto}
.selectize-input{-ms-border-radius:0;border-radius:0}
.selectize-control.single .selectize-input.dropdown-active::after{margin-top:-14px}
.selectize-control.single .selectize-input::after,
.selectize-control.single .selectize-input.dropdown-active::after {
	color: #057186;
	border-color: #057186 transparent #057186 transparent;
	border-width: 0 8px 8px 8px
}

.selectize-dropdown .active {
	color: black;
	background-color: #daf8ec;
}

.selectize-control.single .selectize-input:after {
	border-width: 8px 8px 0 8px;
	border-color: #057186 transparent transparent transparent;
	height: 20px; /* or whatever your consistent height is */
	line-height: 20px;
}

.selectize-dropdown-content {
	border: 1px solid #c8c9c7
}

.selectize-dropdown-content {
	scrollbar-arrow-color: #057186
}

.liteAccordion .slide > div {
	background: #f1f1f1
}

.btn-switch-wrapper .action:hover {
	border-color: #00383F
}

.single-action-btn .action-border-color:hover {
	border-color: #00383F;
	background-color: #00383F;
	color: #ffffff
}

#nav-accordion li.slide h2 button {
	color: #ffffff
}

input[type='checkbox'] + .pure-toggle:before {
	background-color: white;
	width: 16px;
	height: 16px !important;
	border-radius: 100px;
}

.pure-toggle.brick {
	height: 20px !important;
	width: 36px !important;
	font-size: 2px;
	color: transparent;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

	.pure-toggle.brick > span {
		line-height: 21px;
	}

label[data-value="Not Applicable"] {
	font-size: 11px;
}


.wrapperDropDownCustom:after {
	border-color: #057186 transparent transparent
}

.wrapperDropDownCustom.active:after {
	border-color: #057186 transparent #057186
}

/*defaults color clacces for use*/
.action-color{color:#005da6}
.action-color:hover{color:#005da6}
.action-color-nohover{color:#005da6}
.action-border-color{border-color:#005da6}
.action-background-color{background-color:#005da6}
.grey-border-color{border-color:rgb(217,217,217)}
.default-border-color{border-color:#e0e0e0}
.disabled-color{color:#ffffff}
.disabled-background-color{background-color:#ffffff !important}
.default-color{color:#c8c9c7}
.default-background-color{ background-color:#c8c9c7}
.default-border-color{ border-color:#e0e0e0}
.reversed-colors{background-color:#ffffff;color:#c8c9c7}
.ui-iggrid-scrolldiv{background-color:#fff !important}
.btn-primary.disabled{background-color:#a3a0a0;border-color:#a3a0a0}

.panel-alternative-background-color{background: #f5f5f5;}
.panel-default-background-collor{background-color:#ffffff !important}

.btn-default.active,.btn-default:active,.btn-default.focus,.btn-default:focus{color:#ffffff;background-color:#a3a0a0;border-color:#a3a0a0}

/*Zach Added Button Disabled*/
.disabled.btn.action, [disabled].btn.action, fieldset[disabled] .btn.action{
    opacity: .4;
}

/* styles for SearchRemoteArchivedDocuments.aspx */
.signer-url {
	max-width: 350px;
	margin-left: -3px;
	padding: 7px;
}

.signer-url span {
	display: inline-block;
	max-width: 330px
}

.table-header {
	padding: 7px;
	font-weight: bold;
	font-size: 12px;
	height: 35px;
}