﻿body {
	background-color: #FFFFFF;
}

.info {
	font-style:italic;
	font-size: 0.9em;
	color: #666666;
}
.testingmessage {
    position: relative;
    background-color: red;
    top: 0;
    height: 120px;
    text-align: center;
    font-size: 16pt;
    font-weight: bold;
    width: 100%;
    margin-bottom:20px;

    padding: 40px;
    color: white;
    z-index:99999999;
}
.loginheader {
    background-color: white;
    position: absolute;
    z-index: 1999;
    display: block;
    height: 140px;
    top: 0px;
    left: 0px;
    right: 0px;
}
.messages {
    z-index: 2000;
    background-color: white;
    position: absolute;
    width: 100%;
    margin: 0;
    top: 140px;
    left: 0;
    right: 0;
}
.errorMessage {
    color: red;
    width: 100%;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 16pt;
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    background-color: #ff05000a;
    font-weight: bold;
    -webkit-animation: fadeinerror 1s;
    animation: fadeinerror 1s;
}

.informationMessage {
    color: darkgreen;
    width: 100%;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 16pt;
    border-top: 2px solid darkgreen;
    border-bottom: 2px solid darkgreen;
    background-color: #00ff0517;
    font-weight: bold;
    -webkit-animation: fadeininfo 1s;
    animation: fadeininfo 1s;
}




@-webkit-keyframes fadeinerror {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeinerror {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}




@-webkit-keyframes fadeininfo {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeininfo {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


body, html, input table, td, tr, div, label,input,select,textarea {
    font-family: "Segoe UI", Verdana, Arial, Helvetica, Sans-Serif !important;
    font-size:8pt;
}
div {
    box-sizing: border-box;
}

td
{
    font-size:8pt;
    vertical-align:top;
    
}

td.indentedtext
{
    text-indent: 5pt;
}
td.bigtext
{
    font-size:14pt;
    font-weight:bold;
    
}

.amber {
    background-color: #ffa02a4f;
}

.gold {
    background-color: #fff2ab54;
}

.red {
    background-color: red;
    color:white !important;
}
    .red a {
        color: white !important;
    }

td.biggertext
{
    font-size:12pt;
    
}

.largetext
{
    font-size:14pt;
    font-weight:bold;
}

.modalBackground { 
	background-color:#fff; 
	filter:alpha(opacity=70); 
	opacity:0.7px; 
	} 

input.text {

	color: #000000;
	font-size: 8pt;
	width:150px;
}

input.largebox {

	color: #000000;
	font-size: 8pt;
	width:250px;
}


input.smallbox {

	color: #000000;
	font-size: 8pt;
	width:30px;
}

input.submit{

	color: #000000;
	font-size: 8pt;
	}

input.button{

	color: #000000;
	font-size: 8pt;
	width:75px;
}

input.bigbutton{

	color: #000000;
	font-size: 8pt;
	width:150px;
}

select {

	color: #000000;
	font-size: 8pt;
	width:150px;
}

textarea  {

	color: #000000;
	font-size: 8pt;
	}

input[readonly='readonly'] {
  background-color:#DDDDDD;
  cursor:default;
  color:black;
}

textarea[readonly='readonly'] {
  background-color:#DDDDDD;
  cursor:default;
  color:black;
}





.popupheader
{


	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #000080;
	
}

.fixedWidthFont {
    font-family:'Courier New','Lucida Console';
}


.popupheadersort th a
{


    font-size: 8pt; 
    color: #FFFFFF; 
    font-weight: bold; 
    text-align: center; 
    background-color: #000080;
}
   
       
.searchresults
{

    font-size:8pt;
    border: thin solid #DDDDDD;
	height: 18px;
	vertical-align: middle;
    }


.searchresultshover
{
    background-color:#D2E8FF;
    }


.columndate
{
    border: thin solid #DDDDDD;
	height: 18px;
	vertical-align: middle;  
}

.columnmoney
{
    text-align:right;
    border: thin solid #DDDDDD;
	height: 18px;
	vertical-align: middle;
}

.columncenter
{
    text-align:center;
    border: thin solid #DDDDDD;
	height: 18px;
	vertical-align: middle;
}

.footercolumnmoney
{
    text-align: right;
    border-right-style: none;
    border-left-style: none;
    border-top-width: 2px;
    border-top-color: #000080;
    border-top-style: groove;
    padding-top: 10px;
}


.footercolumn
{
    text-align: left;
    border-right-style: none;
    border-left-style: none;
    border-top-width: 2px;
    border-top-color: #000080;
    border-top-style: groove;
    padding-top: 10px;
}


.blankcell
{
	border: thin none Transparent;
	background-color: Transparent;
}

.blankheader
{

    font-size: 8pt; 
    color: #FFFFFF; 
    font-weight: bold; 
    text-align: center; 
    background-color:Transparent;
}

.boxheader
{

    font-size: 8pt; 
    color: #FFFFFF; 
    font-weight: bold; 
    text-align: center; 
    background-color: #808080;
}
   
   .innercell
{
	border: thin solid #DDDDDD;
	height: 18px;
	vertical-align: middle;
}
.cellbox
{
	font-size: 8pt;
    color:#000000;
}

.cellboxbold
{
    color: #000000;
    font-weight: bold;
}

.hr
{
    background-color: #F0F0F0; 
    width: 100%; 
    height: 1pt;   
}


.pnlMainMenu
    {
    width:100%;
    
    }

        
.pnlMainMenuItem
    {
        float:left;
        width:100px;
        text-align:center;
        margin:0 auto;
    }
    
.MergeTableHeader
{
    border: thin double #000000;
    height: 20px;
    text-align:center;
    width:200px;
}

.MergeTable
{
    height: 200px;
    text-align: center;
    width: 200px;
    border-right-style: double;
    border-bottom-style: double;
    border-left-style: double;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    overflow: scroll;
}

.MergeFieldSelected
{
    border: 2px solid #A0A0A0;
    text-align: left;
    width: 160px;
}

.MergeFieldSelectedRowHeader
{
    border: 2px solid #A0A0A0;
    text-align: left;
    width: 75px;
    background-color: #CCCCCC;
}

.MergeFieldSelectedRowHeaderCell
{
    text-align: right;
    width: 75px;
    height:26px;
    margin: 4px 0px 0px 0px;
    vertical-align:middle;
    border: 1px solid #CCCCCC;

}

.MergeFieldSelectedCellCheckBox 
{
    border: 1px solid #D3D3D3;
    vertical-align: middle;
    background-color: #FFFFFF;
    height:26px;
    text-align: center;
}

.MergeFieldSelectedCell
{
    border: 1px solid #D3D3D3;
    vertical-align: middle;
    background-color: #FFFFFF;
    height:26px;
    text-align: left;
    }

.MergeFieldJoinHeader
{
    border: thin double #000000;
    text-align:  center ;
    width: 200px;
}
.MergeFieldJoinHeaderOperator
{
    border: 1px solid #000000;
    text-align: center;
    width: 40px;
}

.MergeFieldJoinCellLeft
{
    border-left-style: double;
    border-left-width: thin;
    border-left-color: #000000;
    width:100px;
}


.MergeFieldJoinCellRight
{
    border-right-style: double;
    border-right-width: thin;
    border-right-color: #000000;
    width:100px;
}

.MergeFieldJoinCellBottom
{
    border-top-style: double;
    border-top-width: thin;
    border-top-color: #000000;
}

.MergeHeaderText
{

    font-size: 20px;
    font-weight: bold;
}

.AlignLeft
{
    text-align:left;
    padding-top:4px;
    padding-left:3px;
}

.AlignRight
{
     text-align:right;
     padding-top:2px;
}
.AlignCenter
{
     text-align:center;
}

.LockOff { 
 display: none; 
 visibility: hidden; 
} 

.LockOn
{
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=80);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #dee8fe;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("images/maskBGBLUE.png") !important; 
	background-image:none;
	background-repeat: repeat;
	display:block;
	text-align:center;
	
}


.parent {
    width:100%;
    height:100%;
}

.Results {
    width:100%;
    height:90%;
    overflow-y:scroll;
    overflow-x:hidden;
}

/*Modal Popup*/

.modalPopup {
    background-color:#ffffdd;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    text-align:center;
}
.hidden {display:none}

.halfwidthpanel {
    width:40%;
    float:left;
    padding-left:20px;
    padding-right:20px;
}
.halfwidthclear {
       clear:both;
}

 #pnlCustomField {
    margin:auto;
    position:absolute;
    top: 50%;
    left: 50%;
    width:30em;
    height:18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #808080;
    background-color: #FFFFFF;
    }

.errormessage {
    color:red;
    font-size:10px;
}

div.modal_middle {
        position: fixed;
    z-index: 10001;
    left: 676.5px;
    top: 185px;

}



    img.imgError {
        padding-left:0px;
        padding-top:0px;
        margin: auto;
        left: 0;
        right: 0;
    }
    img.imgError {
    float:left;
    display:inline-block;
    width:84px;
    height:84px;
    padding-left:20px;
    padding-top:20px;
}

    label.lblQuestion {
    padding-left:20px;
    padding-top:10px;
    font-size:14px;
    float:left;
    display:inline-block;
    width:400px;
}


div.modal_dialog {
    position: fixed;
    display: none;
    background: #FFFFFF;
    border-radius: 5px;
    z-index: 2000;
    box-shadow: 5px 5px 10px #01355d;
    margin: auto;
    left: 0px;
    right: 0px;
    width: 500px;
    height: 300px;
    top: 0px;
    bottom: 0px;

}

    div.modal_dialog table {
        padding: 20px;
    }

div.modal_dialog_header {
    width: 100%;
    background-color: lightgray;
    padding-left: 10px;
    padding-top: 10px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14pt;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
}

div.modal_dialog_close {
    font-size: 22pt;
    position: absolute;
    top: 0px;
    right: 10px;
    color: grey;
    cursor:pointer;
}
    div.dialog-container {
        position: fixed;
        display: none;
        background: #FFFFFF;
        border: 1px solid #FFFFFF;
        border-radius: 5px;
        z-index: 2000;
        box-shadow: 5px 5px 10px #01355d;
    }

div.dialog-container div.dialog-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 25px;
    background: #01355d;
    color: #ffffff;
    border-bottom: 1px solid #01355d;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    padding: 3px 3px 3px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.dialog-container div.dialog-body {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0px;
    background: #FFFFFF;
    overflow: hidden;
    margin-top: 20px;
}
div.dialog-container div.dialog-body table {
    width:100%;
    padding:20px;
}

div.dialog-container div.dialog-body table tr td{
    padding-top:5px;
    padding-bottom:5px;
}


div#dialog-mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 1000;
    background: #01355d;
    opacity: 0.4;
}

    div.dialog-container div.dialog-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

        div.dialog-container div.dialog-footer input {
            position:relative;
            right:10px;
            bottom:10px;
            float:right;
    }


        div.dialog-container div.dialog-footer div.dialog-action
{
    float:              right;
    display:            inline-block;
    width:              100px;
    height:             28px;
    margin-top:         5px;
    margin-right:       10px;
    padding:            2px 10px 0 10px;
    background:         #FCFCFC;
    color:              #A0A0A0;
    border:             1px solid #E0E0E0;
    border-radius:      5px;
    text-align:         center;
    white-space:        nowrap;
    overflow:           hidden;
    text-overflow:      ellipsis;
    line-height:        26px;
    font-size:          14px;
    padding:            unset;
}

div.dialog-container div.dialog-footer div.dialog-action-enabled
{
    border:             1px solid #C0C0C0;
    cursor:             pointer;
    background:         #F8F8F8;
    color:              #606060;
}

div.dialog-container div.dialog-footer div.dialog-action-enabled.large
{
    width:              200px;
}

div.dialog-container div.dialog-footer div.dialog-action-enabled:hover
{
    background:         #F0F0F0;
    color:              #003772;
}

div.dialog-container div.dialog-footer div.dialog-bottom
{
    position:           absolute;
    bottom:             0;
    left:               0;
    right:              0;
    height:             20px;
    border-top:         1px solid #A0A0A0;
    border-bottom-left-radius:  5px;
    border-bottom-right-radius: 5px;
    background:         #EFEFEF;
}

/* VALIDATION*/
.invalidField {
    border: 1px solid red !important;
}

/* VALIDATION*/




/* FIELD STYLES */
label.field-label {
    width: 130px;
    height: 20px;
    font-size: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 1px 0px 1px 0px;
    font-weight: bold;
        font-size:10pt
}

    label.field-label.short {
        width: 20%;
    }

        label.field-label.short.nobold {
            font-weight: normal;
        }

label.label {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    display: inline-block;
}

label.field-button {
    display: inline-block;
    margin: 10px;
    padding: 2px 10px 3px 10px;
    background: #F8F8F8;
    color: #606060;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    cursor: pointer;
    float: left;
}

    label.field-button:hover {
        background: #F0F0F0;
        color: #003772;
        border-color: #01355d;
    }

div.field-button {


}
    div.field-button input[type=submit] {
    display: inline-block;
    margin: 10px;
    padding: 2px 10px 3px 10px;
    background: #F8F8F8;
    color: #606060;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    width: 100px;
    height: 30px;
    position: relative;
    left: 0px;
    right: 0px;
}

    div.field-button input[type=submit]:hover {
        background: #F0F0F0;
        color: #003772;
        border-color: #01355d;

    }


    div.field-button input[type=button] {
        display: inline-block;
        margin: 10px;
        padding: 2px 10px 3px 10px;
        background: #F8F8F8;
        color: #606060;
        border: 1px solid #C0C0C0;
        border-radius: 4px;
        cursor: pointer;
        float: right;
        width: 100px;
        height: 30px;
        position: relative;
        left: 0px;
        right: 0px;
    }

        div.field-button input[type=button]:hover {
            background: #F0F0F0;
            color: #003772;
            border-color: #01355d;
        }

        div.field-button input[type=button]:disabled {
            border: 1px solid #C0C0C0;
            background-color: #fff;
            cursor: default;
            color: #C0C0C0;
        }

            div.field-button input[type=button]:disabled:hover {
                border: 1px solid #C0C0C0;
            }

#selectfile {
    margin-left: 0px;
    height: 18px;
    padding-top: 5px;
}

label.lblNavigation {
    padding-left: 10px;
    font-size: 12px;
}

label.lblNavigationSelected {
    font-weight: bold;
    padding-left: 10px;
    font-size: 12px;
}

label.lblConfirmPaymentField {
    display: inline-block;
    clear: both;
    padding-left: 10px;
    font-size: 14px;
    width: 150px;
    float: left;
    margin-top: 15px;
    width: 30%;
    margin-left: 10px;
}

label.lblConfirmPaymentValue {
    font-weight: bold;
    padding-left: 10px;
    font-size: 14px;
    float: left;
    display: inline-block;
    margin-top: 15px;
    width: 60%;
}

label.lblErrorMessage {
    padding-left: 20px;
    padding-top: 35px;
    font-size: 16px;
    float: left;
    display: inline-block;
    width: 400px;
}

label.lblQuestion {
    padding-left: 20px;
    padding-top: 44px;
    font-size: 16px;
    float: left;
    display: inline-block;
    width: 400px;
}

label.lblInfo {
    padding-left: 20px;
    padding-top: 44px;
    font-size: 16px;
    float: left;
    display: inline-block;
    width: 400px;
}

img.imgError {
    float: left;
    display: inline-block;
    width: 84px;
    height: 84px;
    padding-left: 20px;
    padding-top: 20px;
}

div.lblConfirmPaymentValue {
    font-weight: bold;
    padding-left: 10px;
    font-size: 14px;
    float: left;
    display: inline-block;
    margin-top: 10px;
    width: 60%;
}

div#lblMoreInformation {
    height: 280px;
    overflow: scroll;
}

.dialogNavigation {
    padding: 10px;
    border-top-color: #01355d;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #01355d;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

label.field-labeloneline {
    display: block;
    width: 34%;
    font-size: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    padding: 1px 0px 1px 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 10pt


}

    label.field-labeloneline.short {
        width: 20%;
    }

div.field-readonlyoneline {
    white-space: nowrap;
    overflow: hidden;
    -ms-user-select: text;
    user-select: text;
    font-weight: normal;
    padding: 1px 0px 1px 0px;
    font-size:10pt;
    margin-top:5px;
}

div.field-readonlymultiline {
    white-space: nowrap;
    overflow: hidden;
    -ms-user-select: text;
    user-select: text;
    font-weight: normal;
    padding: 1px 0px 1px 0px;
    font-size: 10pt;
    margin-top: 5px;
}



.oneline_left {
    text-align: left;
}

.oneline_right {
    text-align: right;
}

.oneline_bold {
    font-weight: bold;
}

.oneline_link {
    cursor: pointer;
    color: navy;
}

.oneline_border_top {
    border-top: black;
    border-top-style: solid;
    border-top-width: 1px;
}

.oneline_border_bottom {
    border-bottom: black;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

div.field-readonly {
    height: 28px;
    margin-top: 1px;
    background: #F4F4F4;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    padding: 2px 5px 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-user-select: text;
    user-select: text;
}

div.inputfile {
    padding: 2px 10px 3px 10px;
    margin-top: 10px;
    background: #FFFFFF;
    font-style: italic;
    font-size: 10pt;
}

label.field-label-checkbox {
    display: block;
    width: 40%;
    font-size: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    padding: 1px 0px 1px 0px;
}

div.field-readonly-checkbox {
    white-space: nowrap;
    overflow: hidden;
    -ms-user-select: text;
    user-select: text;
    font-weight: bold;
    padding: 1px 0px 1px 0px;
    text-align: right;
}

div.field-multiline-readonly {
    height: 100px;
    margin-top: 1px;
    background: #F4F4F4;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    white-space: pre-wrap;
    overflow: visible;
    text-wrap: normal;
    -ms-user-select: text;
    user-select: text;
    float: left;
    width: 100%;
    padding: 1px 0px 1px 0px
}

div.field-multiline {
    /* height:             60px;*/
    margin-top: 1px;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    padding: 1px 0px 1px 0px;
    overflow: visible;
    text-wrap: normal;
    -ms-user-select: text;
    user-select: text;
    float: left;
    width: 100%;
}

div.field-contenteditable {
    height:             400px;
    margin-top: 1px;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    padding: 1px 0px 1px 0px;
    overflow-y: auto;
    text-wrap: normal;
    -ms-user-select: text;
    user-select: text;
    float: left;
    width: 100%;
    
}

    div#divNewMessage {
        height:400px;
    }
    div.field-multiline textarea {
        width: 100%;
        border-style: none;
        height: 100px;
    }


div.field-multiline-readonly-oneline {
    /* height:             60px;*/
    margin-top: 1px;
    border-width: 0px;
    border-radius: 4px;
    white-space: pre-wrap;
    overflow: auto;
    text-wrap: normal;
    -ms-user-select: text;
    user-select: text;
    font-weight: bold;
}

div.field-textbox {
    height: 28px;
    margin-top: 1px;
    background: #FFFFFF;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    padding: 2px 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

div.field-radio {
    height: 28px;
    margin-top: 1px;
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 6px;
    width: 25px;
}


div.field-textbox.error {
    border-color: #FF0000;
}

div.field-radio input[type="radio"] {
    margin-left: 0px;
    background-color: transparent;
}

div.field-textbox input[type="text"] {
    height: 20px;
    width: 90%;
    border: none;
    font-size:10pt;
    background-color: transparent;
}

div.field-textbox input[type="password"] {
    height: 20px;
    width: 90%;
    border: none;
    font-size: 10pt;
    background-color: transparent;
}

input.field-inputfile {
    height: 0.1px;
    width: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    input.field-inputfile:focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

div.field-search {
    height: 28px;
    margin-top: 1px;
    background: #FFFFFF;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    padding: 2px 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    div.field-search input[type="text"] {
        height: 20px;
        width: 100%;
        border: none;
        background-color: transparent;
    }

div.field-select {
    height: 28px;
    margin-top: 1px;
    background: #FFFFFF;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    padding: 2px 5px 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    div.field-select select {
        height: 20px;
        width: 100%;
        border: none;
        font-size:10pt;
        background-color:transparent;
    }

div.note {
    padding: 0 10px 0 10px;
    color: #808080;
    font-style: italic;
}

.imgBottomRight {
    position: absolute;
    bottom: 50px;
    right: 15px;
    width: 80px;
}
div.field-blank {
    height: 28px;
    margin-top: 1px;
    background: #FFFFFF;
    border: none;
    padding: 2px 5px 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
input.highlight {
    border-color: red !important;
    background-color: #fff5f5 !important;
}

select.highlight {
    border-color: red !important;
    background-color: #fff5f5 !important;
}

table.highlight {
    border-color: red !important;
    background-color: #fff5f5 !important;
}

div.highlight {
    border-color: red !important;
    border-width: 1px;
    border-style: solid;
    background-color: #fff5f5 !important;
    border-radius: 5px;
}

.selected {
    background-color:darkgrey;
    color:white;
}

/* FIELD STYLES */


/* GRID STYES */
div.grid-row {
    padding: 0px 0px 0px 0px;
    margin-bottom: 2px;
}

    div.grid-row div.columns1 {
        float: left;
        padding: 0 25px;
        width: 8.33333333%;
    }

    div.grid-row div.columns2 {
        float: left;
        padding: 0 25px;
        width: 16.66666667%;
    }

    div.grid-row div.columns3 {
        float: left;
        padding: 0 25px;
        width: 25%;
    }

    div.grid-row div.columns4 {
        float: left;
        padding: 0 25px;
        width: 33.33333333%;
    }

    div.grid-row div.columns5 {
        float: left;
        padding: 0 25px;
        width: 41.66666667%;
    }

    div.grid-row div.columns6 {
        float: left;
        padding: 0 25px;
        width: 50%;
    }

    div.grid-row div.columns7 {
        float: left;
        padding: 0 25px;
        width: 58.33333333%;
    }

    div.grid-row div.columns8 {
        float: left;
        padding: 0 25px;
        width: 66.66666667%;
    }

    div.grid-row div.columns9 {
        float: left;
        padding: 0 25px;
        width: 75%;
    }

    div.grid-row div.columns10 {
        float: left;
        padding: 0 25px;
        width: 83.33333333%;
    }

    div.grid-row div.columns11 {
        float: left;
        padding: 0 25px;
        width: 91.66666667%;
    }

    div.grid-row div.columns12 {
        float: left;
        padding: 0 25px;
        width: 100%;
        margin:0;
        display:block;
    }
/* GRID STYES */

div.dialogtextheader {
    background-color:aliceblue;
    padding-top:10px;
}
div.dialog-hr {
    border-bottom-style:solid;
    border-color:#01355d;
    border-width:1px;
    margin-bottom:20px;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    clear:both;
}

div.dialog-text {
    padding-left:15px;
    padding-right:15px;
    padding-bottom:10px;
    font-size:13px;
    width:100%;
}

div.dialog-container div.dialog-close-button {
    position:absolute;
    right:4px;
    top:0px;
}

div.dialog-container div.dialog-close-button img {
    width:16px;
    height:16px;
}
div#CardPayment_CardTypes {
    position: relative;
    padding: 2px 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
    border:1px solid transparent;
}
div.link
{
    display: inline-block;
    margin-left:25px;
    margin-top:5px;
    color: #01355d;
    cursor: pointer;
    height: 30px;
    font-size: 85%;
}

div.link:hover
{
    color:              #f05123;

}

div.dialog-generate-document {
    margin-top:20px;
}

div.editTemplatePanel {
    margin-top: 20px;
}
div#dialog-card-payment-iframe {
    width: 100%;
    height: 77%;
}
    div#dialog-card-payment-iframe iframe {
        width: 90%;
        height: 80%;
        border: none;
        margin: auto;
        left: 0;
        right: 0;
        position: absolute;
    }

div#dialog-repeat-card-payment-iframe {
    width: 100%;
    height: 77%;
    display:none;
}

    div#dialog-repeat-card-payment-iframe iframe {
        width: 90%;
        height: 80%;
        border: none;
        margin: auto;
        left: 0;
        right: 0;
        position: absolute;
    }

div#repeatable-payments {
    width:95%;
    margin:auto;
    margin-top:20px;
}
div#repeatable-payment-info {
    width: 95%;
    margin: auto;
    margin-top: 20px;
}
div#pnlPaymentSuccess img {
    position: absolute;
    display: inline-block;
    right: 20px;
    top: 20px;
}

div#grid-repeatable-payments {
    height:300px;
    overflow:auto;
}

div#pnlPaymentFailed img {
    position: absolute;
    display: inline-block;
    right: 20px;
    top: 20px;
}
div#pnlPaymentSuccess span {
    width: 350px;
    display: inline-block;
}

div#pnlPaymentFailed span {
    width: 350px;
    display: inline-block;
}

div.iframe-dialog-footer {
    position: absolute;
    bottom: 0;
    right: 0;
}

div#pnlSpinner {
    width: 50%;
    height: 50%;
    display: block;
    position: absolute;
    background-color: transparent;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
    div#pnlSpinner img {
        width: 250px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    #snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    /*background-color: #333;*/
    background-color: darkgreen;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 50px;
    font-size: 16px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 1.5s 2.5s;
    animation: fadein 0.5s, fadeout 1.5s 2.5s;
}

#snackbar.show.red {
        background-color:red;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 50px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 50px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 50px; opacity: 1;} 
    to {bottom: 0px; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 50px; opacity: 1;}
    to {bottom: 0px; opacity: 0;}
}



#snackbarError {
    background-color: #fff5f5;
    color: red;
    text-align: left;
    border-radius: 5px;
    padding: 32px;
    position: fixed;
    z-index: 2000;
    bottom: 80px;
    font-size: 14pt;
    right: 20px;
    border-color: red;
    border-style: solid;
    border-width: 1px;
    width: 350px;
    visibility: hidden;
}

#snackbarError_close {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    font-size: 15pt;
    font-family: monospace !important;
}

#snackbarError.show {
    visibility: visible;
    -webkit-animation: fadeinerror 0.5s, fadeouterror 0.5s 9.5s;
    animation: fadeinerror 0.5s, fadeouterror 0.5s 9.5s;
}

div#snackbarError ul li {
    font-size:12pt;
}


@-webkit-keyframes fadeinerror {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 80px;
        opacity: 1;
    }
}

@keyframes fadeinerror {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 80px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeouterror {
    from {
        bottom: 80px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeouterror {
    from {
        bottom: 80px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}




div.main-footer {
    position:fixed;
    bottom:0px;
    width:100%;
    height:30px;
    border-top:1px solid #A0A0A0;
    margin-left:0px;
    padding-top:5px;
    padding-left:10px;
    left:0px;
    background-color:#DDDDDD;

}

div.LWETitle {
    font-size:16pt;
    width:250px;
}
div.LWEOpenAccount {
    margin-top:10px;
    padding-left:10px;
    font-size: 8pt;
    width: 250px;
    font-weight:normal;
}
div.LWEOpenAccount input{
    margin-left:10px;
    width:130px;
}
div.LWEOpenAccount img {
    bottom:-4px;
    position:relative;
    margin-left:5px;
}

img.riskassessment {
    margin-top: -5px;
    width: 30px;
    vertical-align: middle;
}

div.imagespinner {
    text-align: center;
    height: 100%;
    width: 100%;
    background-color:white;
    position: absolute;
    z-index: 1000;
    opacity: 1;

}

div.imagespinner img {

    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    margin:auto;
    width:200px;
    }

div#downloads {
    position: fixed;
    right: 0px;
    width: 300px;
    border-left: solid 1px black;
    background-color: whitesmoke;
    height: 100%;
    top: 0px;
    z-index: 5000;
    box-shadow: -2px 0px 10px #CCC;
    display:none;
}

.side-button {
    position: fixed;
    right: 0px;
    width: 20px;
    transform: rotate(-90deg);
    transform-origin: right bottom 0;
    float: right;
    border: 1px solid #C0C0C0;
    width: 200px;
    top: 40%;
    text-align: center;
    cursor: pointer;
    padding: 2px 10px 0 10px;
    background: #C0C0C0;
    font-size: 14px;
    border-radius: 2px;
    height: 25px;
    padding: 1px;
}
    .side-button.right {
        right: 300px;
    }
.client-button {
    float: right;
    display: inline-block;
    width: 100px;
    height: 28px;
    margin-top: 5px;
    margin-right: 10px;
    padding: 2px 10px 0 10px;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
    font-size: 14px;
    padding: unset;
    border: 1px solid #C0C0C0;
    cursor: pointer;
    background: #F8F8F8;
    color: #606060;
}

    .client-button:hover {
        background: #F0F0F0;
        color: #003772;
    }

div#downloadstitle {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    padding: 10px;
    position: absolute;
    top: 300px;
}

div#refreshdownloadslink {
    font-size: 10pt;
    color: blue;
    text-decoration: underline;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    padding: 2px;
    cursor: pointer;
    position: absolute;
    top: 335px;
}

    div#refreshdownloadslink:hover {
        color: red;
    }


div#viewdownloadslink {
    font-size: 10pt;
    color: blue;
    text-decoration: underline;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    padding: 2px;
    cursor: pointer;
    position: absolute;
}
    div#viewdownloadslink:hover {
        color: red;
    }
div#stopjoblink {
    font-size: 10pt;
    color: blue;
    text-decoration: underline;
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
    height:40px;
    margin-top:10px;

}

    div#stopjoblink:hover {
        color: red;
    }
div#downloadslist {
    width: 100%;
    display: block;
    float: left;
    overflow-y: hidden;
    position: absolute;
    top: 360px;
}

div#downloadslistall {
    width: 100%;
    display: block;
    float: left;
    overflow-y: scroll;
    position: absolute;
    top: 0px;
    height: 90%;
}

    div#downloadslist ul li {
        font-size: 12px;
        margin-bottom:10px;
    }

div#jobenginelist {
    width: 100%;
    display: block;
    float: left;
    height: 50%;
}

div#jobname {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 10px;
    position:relative;
    top:0px;
}

div#jobenginetitle {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 10px;
    position: absolute;
    top: 0px;
}

div#downloadgroupheader {
    font-size:14px;
    margin:10px;
    font-weight:bold;
}

div#downloaditemfilename {
    font-size: 12px;
    margin-left: 20px;
    font-weight: normal;
    margin-bottom: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

div#downloaditemtime {
    font-size: 10px;
    margin-left: 20px;
    font-weight: normal;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}



div#downloaditem {
    height: 55px;
    margin-left: 10px;
}


img.downloadicon {
    width:32px;
    height:32px;
}


div#downloaditemimage {
    width: 32px;
    height: 32px;
    float:left;
    margin-right:5px;

}

div#downloadsviewall {
    padding-top: 15px;
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: 0;
    z-index: 1000;
    background-color: white;
    text-align: center;
    border-top: solid 1px grey;
    
    font-size: 10pt;
    box-shadow: 0px -30px 50px whitesmoke;
}

span.refeshing {
    font-size: 12pt;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}
/* Pie Chart */
.progress-pie-chart {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #E5E5E5;
    position: relative;
}

    .progress-pie-chart.gt-50 {
        background-color: #81CE97;
    }

.ppc-progress {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
    width: 200px;
    height: 200px;
    clip: rect(0, 200px, 200px, 100px);
}

    .ppc-progress .ppc-progress-fill {
        content: "";
        position: absolute;
        border-radius: 50%;
        left: calc(50% - 100px);
        top: calc(50% - 100px);
        width: 200px;
        height: 200px;
        clip: rect(0, 100px, 200px, 0);
        background: #81CE97;
        transform: rotate(0deg);
    }

.gt-50 .ppc-progress {
    clip: rect(0, 100px, 200px, 0);
}

    .gt-50 .ppc-progress .ppc-progress-fill {
        clip: rect(0, 200px, 200px, 100px);
        background: #E5E5E5;
    }

.ppc-percents {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 173.91304px/2);
    top: calc(50% - 173.91304px/2);
    width: 173.91304px;
    height: 173.91304px;
    background: #fff;
    text-align: center;
    display: table;
}

    .ppc-percents span {
        display: block;
        font-size: 2.6em;
        font-weight: bold;
        color: #81CE97;
    }

.pcc-percents-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.progress-pie-chart {
    margin: 50px auto 0;
}

div#main_container {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

body {
    padding-right:20px;
}

.txtEmailTemplateFile {
    display:none;
}
.txtUploadFile {
    display: none;
}

div#emailInfoFields {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

div#txtViewEmail {
    padding: 20px;
    overflow-y: auto;
    height: 530px;
}


div.txtViewEmailInfo {
padding-left: 20px;
padding-top: 5px;
font-size: 10pt;
width: 88%;
float: left;

}

div.txtViewEmailInfoLabel {
    padding-left: 20px;
    padding-top: 5px;
    font-weight: bold;
    width: 12%;
    float: left;
    clear: both;
    font-size: 10pt;
}

div.txtViewEmailInfoSep {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.emailinfobottom {
    padding-bottom: 20px;
}

div#newEmailFields {
    padding-top:20px;
}


div.field-multiline textarea.txtNewEmail {
    width: 99%;
    border-style: none;
    height: 350px;
    margin-left: 5px;
    margin-top: 5px;
}

div.field-multiline textarea.txtNewEmail2 {
    width: 99%;
    border-style: none;
    height: 250px;
    height: 250px;
    margin-left: 5px;
    margin-top: 5px;
}
div#addEmailField {
    margin-top:10px;
}
img.loginlogoleft {
    position: fixed;
    left: 20px;
    top: 20px;
    z-index: 100000;
}
img.loginlogoright {
    z-index: 100000;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 300px;
}
div#logotext {
    position: fixed;
    z-index: 100000;
    top: 20px;
    left: 110px;
}
    div#logotext p.navbar-brand {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700;
        line-height: 1em;
        letter-spacing: -1px;
        margin-top: 30px;
        padding: 0 0 0 15px;
        font-family: 'Open Sans', Arial, sans-serif;
        color: #777;
    }
        div#logotext p.navbar-brand span {
            color: #68A4C4;
        }


.pnlExportError {
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 50px;
    height: 80px;
    right: 0px;
    background-color: orange;
    -webkit-animation: fadein 1s;
    animation: fadein 1s;
}

.pnlExportErrorLabel {
    width: 70%;
    color: white;
    font-size: 14pt;
    padding: 20px;
}
.pnlExportErrorButtons {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30%;
    text-align: right;
}
    .pnlExportErrorButtons input.button {
        position: relative;
        width: 120px;
        padding: 8px;
        font-size: 12pt;
        border-radius: 5px;
        height: 40px;
    }




/* Customize the label (the container) */
.checkcontainer {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.optioncontainer {
    display: inline-block;
    position: relative;
    width: 110px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Hide the browser's default checkbox */
.optioncontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: white;
    border-bottom-color: #C0C0C0;
    border-left-color: #C0C0C0;
    border-right-color: #C0C0C0;
    border-top-color: #C0C0C0;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    font-size: 20px;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

.optioncontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* When the checkbox is checked, add a blue background */
.optioncontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
    left: 10px;
    top: 4px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}





/* Create a custom radio button */
.optmark {
    position: relative;
    top: -10px;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: white;
    border-bottom-color: #C0C0C0;
    border-left-color: #C0C0C0;
    border-right-color: #C0C0C0;
    border-top-color: #C0C0C0;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 50px;
    outline: 0;
    display: inline-block;
}


    /* Create the indicator (the dot/circle - hidden when not checked) */
    .optmark:after {
        content: "";
        position: absolute;
        display: none;
    }

/* Show the checkmark when checked */
.optioncontainer input:checked ~ .optmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.optioncontainer .optmark:after {
    width: 65%;
    height: 65%;
    margin: auto;
    border-radius: 50%;
    position: absolute;
    background: #2196F3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.optioncontainer img {
    width: 70px !important;
    height: 50px !important;
    object-fit: scale-down !important;
}


/* Files Page */

div.main {
    position: relative;
    width:100%;
}
div.file-container {
    width: 100%;
    position: absolute;
    bottom: 50px;
    top: 60px;
    left: 0px;
    right: 0px;
    background-color: white;
    border: 1px groove black;
}

div.leftpane {
    width: 295px;
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    overflow-y: auto;
    background-color: #EEEEEE;
}
div.mainpane {
    position: absolute;
    left: 305px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    overflow-y: auto;
    background-color: white;
}
    div.mainpane.noclient {
        background-color: #EDEDED;
    }
div.lblSelectClient {
    font-size: 14pt;
    position: absolute;
    margin: auto;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 400px;
    height: 400px;
}
    div.lblSelectClient span {
        text-align: center;
        width: 100%;
        position: absolute;
        margin: auto;
        top: 0px;
        bottom: 0px;
        height: fit-content;
        width: 400px;
    }
div.uploadButton {
    width: 200px;
    height: 30px;
    display: inline-block !important;
    position: relative;
}
    div.uploadButton img {
        position: absolute;
        left: 10px;
        top: 10px;
        width:16px;
        height:16px;
    }
div.downloadButton {
    width: 200px;
    height: 30px;
    display: inline-block !important;
    visibility:hidden;
    position:relative;
}

    div.downloadButton img {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 16px;
        height: 16px;
    }
    div.selectbox {
        border: 1px dotted black;
        visibility: hidden;
        position: fixed;
        width: 100px;
        height: 100px;
        z-index: 3000;
    }
div.overlaypane {
    background-color: white;
    width: 300px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-left: 1px solid black;
    box-shadow: -8px 0px 15px #ccc;
    display:none;
}
div.file_details_close_button {
    position:absolute;
    top:10px;
    right:10px;

}
div.file_spinner {
    background-color: white;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom:0px;
    display:none;
    
}
img.file_spinner_img {
    position:absolute;
    margin:auto;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    width:32px;
    height:32px;
}
div.file_action_button {
    display: block;
    height: 40px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom:10px;
    padding: 2px 10px 0 10px;
    background: #FCFCFC;
    color: #A0A0A0;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 37px;
    font-size: 10pt;
    padding: unset;
}

    div.file_action_button.enabled {
        border: 1px solid #C0C0C0;
        cursor: pointer;
        background: #F8F8F8;
        color: #606060;
    }

    div.file_action_button:hover {
        background: #F0F0F0;
        color: #003772;
    }

div.file_details {
    width: 100%;
    padding: 20px;
}
div.file_name {
    font-size:14pt;
    font-weight:bold;
    margin-bottom:20px;
    margin-top:20px;
}
label.file_info_label {
    font-size: 8pt;
    font-weight: bold;
    display: block;
    float: left;
    width: 110px;
    margin-bottom:5px;
}

div.file_info {
    font-size: 8pt;
    font-weight: normal;
    display: block;
    white-space: pre-wrap;
    margin-bottom: 5px;
}


div.clientCell {
    width: 100%;
    position: relative;
    height: 60px;
    padding: 5px;
    border: 1px darkgrey solid;
    background: white;
}

    div.clientCell:hover {
        background-color: aliceblue;
        cursor: pointer;
    }

div.clientCell.selected {
    background-color: aliceblue;
    color:black;
}
div.clientCellTitle {
    width: 90%;
    height: 75%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    text-align: center;
}
div.clientCellTitle span {
    font-size: 12pt;
}

div.iconGridTitle {
    width:100%;
    font-size:14pt;
    position:relative;
    top:0px;
    right:0px;
    left:0px;
    height:50px;
    padding:5px;
}

div.iconGrid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(100px, auto);

    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    user-select: none;


}



div.pnlIcon {
    border: 1px solid lightgrey;
    
    position:relative;
    height:100%
}

    div.pnlIcon:hover {
        border: 1px solid black;
        background-color: aliceblue;
    }
    div.pnlIcon img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    div.pnlIcon span {
        width: 100%;
        text-align: center;
        display: block;
    }
        div.pnlIcon span.bold {
        font-weight:bold;
        color:blue;
        }

        div .pnlIcon.selected {
        background-color: aliceblue;
        color: black;
        border: 1px solid black;
    }
.drag-area {
    /*

    border: 2px dashed red;
    height: 500px;
    width: 700px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    */
    }

    .drag-area.active {
        border: 2px solid red;
    }

.pnlClientAccess {
    width: 100%;
    height: 200px;
    overflow-y: auto;
    border:1px solid black;
}

#tblClientAccess {
    border-collapse: collapse;
    border-spacing: 0px;
    background-color: #000080;
}



    #tblClientAccess th {
        font-weight: bold;
        text-align: center;
        padding: 3px;
        position: sticky;
        top: 0;
        background-color: #000080;
        color: white;
        
    }

        #tblClientAccess th.lastheaderrow {
            border-bottom: 1px solid darkgrey;
            font-weight: normal;
            position: sticky;
            top: 20px;
        }


    #tblClientAccess th:first-child {
        text-align: left;
    }
    #tblClientAccess td {
        text-align: center;
        padding: 2px;
        background-color:white;
    }
    #tblClientAccess td:first-child {
        text-align: left;
    }

#tblClientAccess th:nth-child(2) {
    border-left: 1px solid white;
}



    #tblClientAccess th:nth-child(3) {
        border-left: 1px solid white;
    }
    #tblClientAccess th:nth-child(4) {
        border-left: 1px solid white;
    }


    #tblClientAccess td:nth-child(2) {
        border-left: 1px solid darkgrey;
    }

    #tblClientAccess td:nth-child(3) {
        border-left: 1px solid darkgrey;
    }
    #tblClientAccess td:nth-child(4) {
        border-left: 1px solid darkgrey;
    }

    #tblClientAccess td:nth-child(5) {
        border-left: 1px solid darkgrey;
    }


    #tblClientAccess tr.maindata td {
        border-bottom: 1px solid darkgrey;
    }


    #tblClientAccess tr.selectedclient td {
        background-color: #D2E8FF;
        
    }


    div#auditTable {
        overflow-y:auto;
        height:480px;
    }
    table.audittable{

    }

table.audittable th {
    text-align:left;
    font-weight:bold;
    padding:10px;
}

        table.audittable td {
            text-align: left;
        }

        table.audittable tr:nth-child(2n+1){
            background-color:#ECECEC;
        }
        table.audittable tr:nth-child(2n) {
            background-color: #FCFCFC;
        }
span.clientBadge {
    background-color: blue;
    border-radius: 15px;
    position: absolute;
    top: 34px;
    right: 4px;
    font-size: 10pt;
    font-weight: bold;
    border: 1px solid blue;
    color: white;
    font-family: "Segoe UI", Verdana, Arial, Helvetica, Sans-Serif !important;
    min-width: 18px;
    height: 18px;
    text-align: center;
    box-shadow: 2px 2px 3px grey;
}

span.fileBadge {
    background-color: blue;
    border-radius: 15px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 1px solid blue;
    color: white;
    font-family: "Segoe UI", Verdana, Arial, Helvetica, Sans-Serif !important;
    max-width: 10px;
    max-height: 10px;
    text-align: center;
    box-shadow: 2px 2px 3px grey;
}


.drag-icon {
    /* Initial position is relative */
    position: relative;
    transition: opacity 0.3s, box-shadow 0.1s; /* Added transition for opacity */
    user-select: none;
    touch-action: none;
    margin: 1rem;
    -webkit-user-drag: none;
    user-drag: none;
}

    .drag-icon:active {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
    }
    .drag-icon img {
        -webkit-user-drag: none;
        user-drag: none;
        /* Prevent selection (often desired alongside 'user-drag: none') */
        -webkit-user-select: none; /* Chrome, Safari, Edge */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE/Edge */
        user-select: none; /* Standard property */
    }
/* Custom styles for the drop target (folder) */
.drag-folder {
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;

}
/* Hover class added dynamically in JS */
.folder-hover-active {
    background-color: #63b3ed; /* light blue */
    border-color: #3182ce; /* darker blue */
    color: white;
    border-style: solid; /* Solid border when active */
}
.iconGridTitle {
    display: flex;
    align-items: center;
    gap: 5px; /* Space between the items */
}

.folder-icon {
    height: 20px;
    width: 20px;
    /* Margin is no longer needed if using gap */
}

.drag-folder.folder-hover-active {
    background-color: #bfdbfe !important; /* light blue */
    border-color: #3b82f6 !important; /* brighter blue */
    box-shadow: 0 0 0 3px #93c5fd !important;
    position: relative; /* Needed to ensure z-index works */
    z-index: 50; /* Ensures the highlight is drawn over neighboring elements */
}
.toast-message {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    z-index: 10000;
    opacity: 1;
    transition: opacity 0.5s, transform 0.5s;
    font-size: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

    .toast-message.toast-hidden {
        opacity: 0;
        transform: translate(-50%, 20px); /* Move down while fading */
    }