/* CoralVersion:4.9.001.1310 */
/* CORALDIVTABLE */

.coraldivtable_table
{
	display:block;
}

.coraldivtable_header
{
        border-bottom:1px solid grey;
}
.coraldivtable_footer
{
        border-top:1px solid grey;
        border-bottom:1px solid grey;
}
.coraldivtable_header,
.coraldivtable_footer
{
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: calc(100% - 10px);
}
.coraldivtable_body
{
	width: 100%;
}
.coraldivtable_header,
.coraldivtable_body,
.coraldivtable_footer
{
	display:table;
        font-family: arial;
        font-size:12px;
        color: #000;
        table-layout: fixed;
}
.coraldivtable_header,
.coraldivtable_footer
{
	background: #e6e7ea;
        font-weight:bold;
        color: #000;
        padding: 5px 2px;
}
.coraldivtable_body
{
	border-bottom: none;
	background: #fff;
}
.coraldivtable_body_wrapper
{
	display:block;
	width:100%;
        max-height:100px;
        overflow-y:scroll;
        overflow-x:hidden;
}
.coraldivtable_header_tr,
.coraldivtable_body_tr,
.coraldivtable_footer_tr
{
	display:table-row;
}
.coraldivtable_body_tr.selectedRow
{
	background:#82d0e8 !important;
}
.coraldivtable_body_tr:nth-child(even)
{
	background:#f4f4f4;
}
.coraldivtable_body_tr:hover
{
	background:#d4f2fc;
}
.coraldivtable_header_th:last-child,
.coraldivtable_body_td:last-child,
.coraldivtable_footer_th:last-child
{
	border-right:none;
}
.coraldivtable_header_th,
.coraldivtable_body_td,
.coraldivtable_footer_th
{
	display:table-cell;
	border-right:1px solid grey;
        padding:2px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.coraldivtable_footer input
{
	text-align: left;
}
/* END CORALDIVTABLE */


/*
.coralkvptable .kvpTableValueCell
{
	padding-right: 4px;
	color: #000 ;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: table-cell;
	white-space: nowrap;
	width: 144px;
	text-align: left;
	border-left: 1px solid #E6E7E8;
	padding-left: 5px;
	height: 19px;
	font-size: 14px;
	line-height: 12px;
}
*/

.coralkvptable .kvpTableValueCell {
	padding-right: 4px;
	color: #000;
	display: table-cell;
	width: 144px;
	text-align: left;
	border-left: 1px solid #E6E7E8;
	padding-left: 5px;
	height: 19px;
	font-size: 14px;
	white-space: pre-line;
	overflow-wrap: break-word;
	word-break: break-word;
	line-height: 1em;
}

.coralkvptable .kvpTableKeyCell
{
	display: table-cell;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: break-word;	
	padding-left: 10px;
	color: #00ADEF;
	width: 75px;
	text-align: left;
	height: 19px;
	font-size: 14px;
	white-space: pre-line;                                                                                                                                                                          
	overflow-wrap: break-word;
	word-break: break-word;
	line-height: 1em;
}
.coralkvptable .kvpTableRow:first-child 
{
/*
	height: 22px;
	*/
}
.coralkvptable .kvpTableRow:first-child span 
{
	padding-top: 3px;
}
.coralkvptable .kvpTableRow:last-child span 
{
	border-bottom: 1px solid #E6E7E8;
}
.kvpTableRow
{
	/* Changed this from: display: table-row  to make sure agent status worked*/
	display: block;
	width: 100%;
	line-height: 8px;
	/*
	height: 19px;
	*/
}
.coralkvptable
{
	display: table;
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	width:100%;
	resize: none;
}

.coraltable_table tfoot tr:first-of-type td
{
	font-size: 14px;
	/*padding-left: 6px;*/
	background: #FFFFFF url(/images/backBar.png) repeat-x left top;
	color: #CACACA;
	text-align: center;
	border: none;
}

div.coraltable_header_th_resize_handle
{
	position:absolute;
	font-size: 0.1px;
	display: block;
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

th.sorted { background-color:red; }
th.rsorted { background-color:green; }

th.coraltable_header_th_sortable
{
	cursor:pointer;
}
.coraldivtable_header_th.coraltable_header_th_sortable.sorted
{
	background: url(../images/arrowDown.svg) no-repeat 99% center;
	background-size: 6px 6px;
}
.coraldivtable_header_th.coraltable_header_th_sortable.rsorted
{
	background: url(../images/arrowUp.svg) no-repeat 99% center;
	background-size: 6px 6px;
}
th.coraltable_header_th
{
	position:relative;
}

input.coraltable_header_th_input
{
	width: 100%;
	border: none;
	background-color:transparent;
	pointer-events: none;
}
input.coraltable_body_td, .coraltable_cell
{
	width: 100%;
	border: none;
	background-color:transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.searchText input {
	background: url('/images/search.jpg') 5px center no-repeat #FFF;
	border: 1px solid #AAA;
	color: #666;
	float: right;
	font-size: 11px;
	margin: 1px 3px 0 0;
	opacity: 0.6;
	outline: none;
	padding: 0px 0px 0px 20px;
	width: 80px;
	height: 15px;
	/* CSS3 */
	border-radius: 10px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.searchText input:hover {
	opacity: 1
}

.searchText input:focus {
	opacity: 1;
	width: 180px;
}

#searchwrapper {
	height: 20px;
	width: 100%;
	background: #FFFFFF url(/images/backBar.png) repeat-x left top;
	position: relative;
	float: right;
	box-shadow: 2px 0px 2px #222;
}
#searchwrapper #clearButton
{
	position: absolute;
	float: right;
	display: inline;
	left: -webkit-calc(100% - 18px);
	left: -moz-calc(100% - 18px);
	left: -webkit-calc(100% - 18px);
	left: calc(100% - 18px);
	top:5px;
	z-index: 1;
	width:10px;
	height:10px;
}


.agentTableDiv #searchwrapper {
	height: 20px;
	background: #FFFFFF url(/images/backBar.png) repeat-x left top;
	position: relative;
	box-shadow: 2px 0px 2px #222;
}

.coraltable_table {
	box-shadow: 2px 2px 2px #222;
	border-collapse: collapse;
	margin-top: 0;
	border: 1px solid #999;
	width: 100%;
}
.coraltable_table td {
	font-size: 15px;
	border-left: 1px solid;

}
.coraltable_table th {
	font-size: 14px;
	/*padding-left: 6px; */
	background: #FFFFFF url(/images/backBar.png) repeat-x left top;
	color: #CACACA;
	text-align: center;
	font-family: arial;
	color: #444;
	font-weight: normal;
}
.coraltable_table th.coraltable_sortBy-rev {
	color: #D5DBE3;
	background: #FFFFFF url(/images/backBar-up.png) repeat-x left top;
}
.coraltable_table th.coraltable_sortBy-norm {
	color: #D5DBE3;
	background: #FFFFFF url(/images/backBar-down.png) repeat-x left top;
}
.coraltable_table tr.coraltable_normalClass ul {
	max-height: 200px;
	overflow: scroll;
}
.coraltable_table tr.coraltable_normalClass {
	color: #000000;
	background-color: #FFFFFF;
}
.coraltable_table tr.coraltable_normalClass:hover {
	background-color: #AAAAAA;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.coraltable_table tr.coraltable_altinatingClass td {
	color: #000000;
	background-color: #EAEAEA;
}
.coraltable_table tr.coraltable_ownerClass td {
	color: #000000;
	background-color: #DDF7DA;
}
.coraltable_table tr.coraltable_markedClass td input {
	text-decoration: line-through;
	color: red;
}
.coraltable_table tr.coraltable_altinatingClass:hover td {
	background-color: #AAAAAA;
}
.coraltable_table tr.coraltable_ownerClass:hover td {
	background-color: #B0AF8D;
}

#coraltable_pager ul {
	padding: 0;
	margin: auto;
}

#coraltable_pager li {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
}
#coraltable_pager a {
/*	border: solid 1px #FFFFFF;*/
	margin-right: 2px;
	text-align: center;
}
#coraltable_pager .previous-off, #coraltable_pager .next-off {
	color: #a0a0a0;
	display: block;
	float: left;
	font-weight: bold;
	padding: 3px 6px;
/*	border: solid 1px #FFFFFF;*/
	margin-right: 2px;
	min-width: 50px;
}
#coraltable_pager .next a {
	font-weight: bold;
/*	border: solid 1px #FFFFFF;*/
	width: 50px;
}
#coraltable_pager .previous a {
	font-weight: bold;
/*	border: solid 1px #FFFFFF;*/
	width: 50px;
}
#coraltable_pager .active {
	color: #ff0084;
	font-weight: bold;
	display: block;
	float: left;
	padding: 3px 7px;
	margin-right: 2px;
	width: 20px;
	height: 13;
}

#coraltable_pager a:link, #coraltable_pager a:visited {
	color: #1A84B6;
	display: block;
	padding: 3px 6px;
	text-decoration: none;
	min-width: 20px;
	float: left;
}
#coraltable_pager a:hover {
font-weight: bold;
}

.coraltable_pager {
	height: 31px;
	margin-left: auto;
	margin-right: auto;
	min-width: 400px;
	max-width: 600px;
	text-align: center;
}

ul.pagination 
{
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: arial;
}

ul.pagination li 
{
	display: inline;
}
ul.pagination li button 
{
	color: #58585b;
	float: left;
	padding: 5px 13px 6px 13px;
	text-decoration: none;
	border-top: 1px solid #bbbdc0; 
	border-bottom: 1px solid #bbbdc0; 
	border-right: 1px solid #bbbdc0; 
	background: #fff;
	border-width: 1px;
	border-left: none;
	margin:0;
	height: 26px;
}
ul.pagination li button:hover 
{
	text-shadow: 1px 1px 0 #bbbdc0;
	background: #f1f1f2;
}
ul.pagination li button:active 
{
	text-shadow: none;
	color: #000;
	background: #e6e7e8;
}
ul.pagination li button:focus 
{
	outline: none;
}
ul.pagination li button:disabled,
ul.pagination li button:disabled:hover,
ul.pagination li button:disabled:active
{
	color: #bbbdc0;
	background: #e6e7e8;
	text-shadow: none;
}
ul.pagination li button.selected 
{
	color: #fff;
	background: #404041;
	font-weight: bold;
	border: 1px solid #404041;
}

ul.pagination li:last-child button 
{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
ul.pagination li:first-child button 
{
	border-left: 1px solid #bbbdc0; 
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

input[name="Password"]
{
	-webkit-text-security: disc;
}

/* CoralTabs 2 */
.CoralTabs2Wrapper
{
	width: 100%;
	height: 100%;
	resize: none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.CoralTabs2Wrapper .tabsWrapper
{
	width: 100%;
	height: 25px;
	float: left;
	margin: 3px 1px 0px 2px;
	position: relative;
	z-index: 1;
}
.CoralTabs2Wrapper .tabsWrapper .moveLeft
{
	display: none;
	width: 20px;
	height: 20px;
	float: left;
	background: url(/images/coralTabArrowLeft.svg);
	background-repeat: no-repeat;
	background-position: left center;
}
.CoralTabs2Wrapper .tabsWrapper .moveRight
{
	display: none;
	width: 20px;
	height: 20px;
	float: left;
	margin-left: 2px;
	background: url(/images/coralTabArrowRight.svg);
	background-repeat: no-repeat;
	background-position: right center;
}
.CoralTabs2Wrapper .tabsWrapper.sideButton .moveLeft,
.CoralTabs2Wrapper .tabsWrapper.sideButton .moveRight
{
	display: block;
}
.CoralTabs2Wrapper .tabsWrapper.sideButton .moveLeft.inactive
{
	width: 20px;
	height: 20px;
	float: left;
	background: url(/images/coralTabArrowLefti.svg);
	background-repeat: no-repeat;
	background-position: left center;
}
.CoralTabs2Wrapper .tabsWrapper.sideButton .moveLeft.new
{
	width: 22px;
	height: 20px;
	float: left;
	background: url(/images/coralTabArrowNewLeft.svg);
	background-repeat: no-repeat;
	background-position: left top ;
}
.CoralTabs2Wrapper .tabsWrapper.sideButton .moveLeft.new:active
{
	background: url(/images/coralTabArrowLefta.svg);
	background-repeat: no-repeat;
	background-position: left center;
}
.CoralTabs2Wrapper .tabsWrapper.sideButton .moveRight:active
{
	background: url(/images/coralTabArrowRighta.svg);
	background-repeat: no-repeat;
	background-position: right center;
}
.CoralTabs2Wrapper .tabsWrapper.sideButton .moveRight.inactive
{
	width: 20px;
	height: 20px;
	float: left;
	background: url(/images/coralTabArrowRighti.svg);
	background-repeat: no-repeat;
	background-position: right center;
}
.CoralTabs2Wrapper .tabsWrapper.sideButton .moveRight.new
{
	width: 22px;
	height: 20px;
	float: left;
	background: url(/images/coralTabArrowNewRight.svg);
	background-repeat: no-repeat;
	background-position: right top ;
}
.CoralTabs2Wrapper .tabsWrapper .tabsContainer
{
	width: calc(100% - 47px);
	width: -webkit-calc(100% - 47px);
	width: -moz-calc(100% - 47px);
	height: 100%;
	float: left;
	overflow: hidden;
	white-space: nowrap;
}
.CoralTabs2Wrapper .tabsWrapper .tabsHolder
{
	width: 100%;
}
.CoralTabs2Wrapper .tabsWrapper .tabSelector
{
	width: 120px;
	height: 21px;
	background: #e5e5e5; 
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-left: 5px;
	margin-top: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #a7a9ab;
}
.CoralTabs2Wrapper .tabsHolder .tabSelector:first-child
{
	margin-left: 0 !important;
}
.CoralTabs2Wrapper .tabsWrapper .tabSelector.selected
{
	background: rgb(76,181,221);
	background: -moz-linear-gradient(top, rgba(76,181,221,1) 0%, rgba(24,123,166,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,181,221,1)), color-stop(100%,rgba(24,123,166,1)));
	width: 120px;
	height: 22px;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	border-top: 1px solid #a7a9ab;
	border-left: 1px solid #a7a9ab;
	border-right: 1px solid #a7a9ab;
	border-bottom: none;
}
.CoralTabs2Wrapper .tabsWrapper .tabSelector .title
{
	width: 100%;
	float: left;
	font: 14px "Arial";
	color: #404041;
	line-height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.CoralTabs2Wrapper .tabsWrapper .tabSelector .title .title
{
	margin-left: 10px;
	width:74%;
}
.CoralTabs2Wrapper .tabsWrapper .tabSelector.selected .title
{
	color: #308eae;
	font-weight: bold;
}
.CoralTabs2Wrapper .tabsWrapper .tabSelector.attention .icon
{
	width: 17px;
	float: left;
	height: 20px;
	background-size: 30px;
	margin-left: 3px;
	display: none;
	background: url(../images/tabAttention.svg) no-repeat center left;
	margin-right:-9px;
}
.CoralTabs2Wrapper .tabsWrapper .tabSelector .notify.notification
{
	float: left;
	margin-left: 3px;
	border-radius: 7px;
	width: 16px;
	height: 16px;
	margin-bottom: 16px;
	background: red;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 16px;
	margin-top:2px;
}

