﻿/*  GENERAL SETTINGS used for all clients */

.subHeaderContentlinks ul 
{
	/*width: 13.5em;*/
    width: inherit;
}

#messagesContainer
{
	 height: auto;
}

#browserbackinstruction
{
    color: #eb0000;
    font-weight: bold;
}

.t-datepicker-calendar th
{
   width: auto;
}


.skipnav a 
{ 
    position: absolute; 
    left: -10000px;     
    
} 

.skipnav a:hover, 
.skipnav a:focus, 
.skipnav a:active 
{ 
    position: static; 
    left: 0; 
}


span.visually-hidden 
{ 
    position: absolute !important; 
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 
    clip: rect(1px, 1px, 1px, 1px); 
    padding:0 !important; 
    border:0 !important; 
    height: 1px !important; 
    width: 1px !important; 
    overflow: hidden; 
 }

.redtext{
    color : red;
}

.display-label-wide
{
	float: left;
	font-weight: bold;
	margin-left: 0em;
	margin-right: 1em;
	white-space: nowrap;
}

#verificationcodeContainer
{
	height: 20.833em;		
}

[color=red], .red {
    color: #EB0000 !important;
}
.bold-red {
    color: #EB0000 !important;
    font-weight: bold !important;
    order: 2;
}
ul.inline li{
    display:inline;
}
dl dt, dl dd{
    padding-bottom: 10px;
}
.subHeaderContentlinksWells li a {
    width: inherit !important;
}
.rowheader {
    border-right-style: none !important; 
    border-bottom-style: none !important;
}
.darkBackground {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 9999;
}

.modal {
    background-color: rgba(0,0,0,0.7);
}

.WaitingPageFill {
    /*position: relative;*/
}

.waitingMessageDiv {
    color: #000000;
    font-size: x-large;
    margin: auto;
    position: absolute;
    /*bottom: 50%;*/
    left: 40%;
    right: auto;
    top: 30%;
    width: 100%;
}

.waitingText {
    min-width: 300px;
    max-width:300px;
    min-height:100px;
    background-color: #FFFFFF;
    border-radius:10px;


}
.text-center {
    padding: 25px 20px 20px 30px;
}

/*#mainContentDiv {
    margin-left: 5em;
    width: 79.333em !important;
}
.k-grid-header .k-header > .k-link:focus {
    outline: 2px solid #000000 !important;
}

.k-grid-header .k-header > .k-link {
    display:  table-footer-group !important;
}*/

.k-grid td {
    padding: .20em .6em !important;
    font-size: 12px;
}
.k-grid th {
    padding: 0.83em .6em !important;
    font-size: 10px;
}
.k-grid-header .k-grid-filter {
    right: 1px !important;
    padding: 4px 4px 4px 10px !important;
}

#NewMainContentDiv {
    margin-left: 5em;
    max-width: 89.333em !important;
}
.underlineCancelImage {
    border-bottom: 2px solid #EC2A00;
}

th > a.k-link {
    /*border-bottom: solid 1px #0026ff;*/
    text-decoration: underline;
    padding-bottom: 1px !important;
}

.linkButton {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}
.sr-only {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    padding: 0 !important;
    border: 0 !important;
    white-space: nowrap !important;
    clip: rect(1px 1px 1px 1px) !important; /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
}
.subHeaderContentlinks li a {
    width: inherit /*removed inherit to allow banks to specify width*/
}
.subHeaderContentlinks ul {
    display: inherit !important;
}

.subHeaderContentlinks li ul {
    position: absolute;
    float: left;
    left: -9999em;
    /*left: 0em; 
	display: none; */
    margin: -0.5em 0em 0em .333em;
    padding: 0.333em;
    white-space: nowrap;
    list-style: none;
   /* background-color: #ffffff;*/
    width: 13.5em;
    background-repeat: no-repeat;
    border: thin solid;
}

.subHeaderContentlinks li:hover  ul,
.subHeaderContentlinks li.hover  ul {
    display: inherit;
}
    /* on hover or focus of top level menu, show sub menu */
    .subHeaderContentlinks li:hover > ul,
    .subHeaderContentlinks li.hover > ul {
    /*display: block;*/
    left: 0;
    position: absolute;
    width: 15em;
}
.subHeaderContentlinks li:hover ul a,
.subHeaderContentlinks li.hover ul a {
    display: block;
    height: 1.25em;
    padding: 0em 0.167em;
  /*  color: #0051C6;    ************************************** remove this from global */
    white-space: nowrap;
    margin-bottom: 0.167em;
    margin-left: -38.25em;
    background-repeat: no-repeat;
}
/*removed !important from the outline so banks can specify their own border lengths*/
input:focus, a:focus, button:focus, select:focus/*, .display-field-wider:focus, span:focus*/ {
    outline: 2px solid #000000;
    outline-offset: 2px;
}

.k-grid-header .k-header {
    white-space: break-spaces;
}

strong {
    font-weight: bold;
}

.hiddenfield {
    display: none;
    order: 1;
}

ul li.displaynone {
    display: none;
}

.middle {
    vertical-align: middle;
}

.select2-selection__rendered {
    color: #000000 !important;
    font-family: Arial;
    font-size: 16px;
    cursor: default;
    margin: 0em;
    white-space: pre;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-radius: 2px;
    border-color: #666666 !important;
    line-height: 20px !important;
}

.select2-container--default .select2-selection--single {
    border: 0px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 20px !important;
        position: absolute !important;
        top: 1px !important;
        right: 1px !important;
        width: 20px !important;
    }

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 4px !important;
}

span.select2-selection.select2-selection--single {
    outline: none;
}