/* main.css */
*, ::after, ::before{
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
  font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px
  -webkit-tap-highlight-color: var(--color-content-primary-faded);
}

main {
  flex: 1; /* pushes footer down */
  display: flex;
  padding: 20px;
  font-weight: 400;
  font-size: 17px;
  /*line-height: 28px*/

}
/* Content area grows to fill space */
/*
main {
  flex: 1 0 auto;
}
*/


/* Footer at bottom */
footer {
  background-color: #007bff;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  flex-shrink: 0;
}

footer a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}

footer a:hover {
  text-decoration: underline;
}

/* -------------------------------------------------------------------  */
.clearMe {clear:both; visibility:hidden; height:0px; width:99% }
.clearMe2 {clear:both; visibility:hidden; height:5px; width:99% ;}

/* Top blue line */
.top-bar {
  height: 20px;
  width: 100%;
  background-color: #007bff;
  flex-shrink: 0;
}

.login-card {
  width: 100%;
  max-width: 400px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.btnIcon {
  width: 48px;
  height: 48px;
  display: inline-block;
  object-fit: contain;
  aspect-ratio: 1/1;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
  cursor: pointer;
}
/* -------------- Agent First Original content end --------------- */

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #1d72c2; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 9000; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  top: 30px; /* 30px from the bottom */
  border: 4px solid #63b8ff;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbar.hide {
  visibility: hidden;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 30px; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {top: 30px; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 30px; opacity: 0;}
}

@keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 30px; opacity: 0;}
}

/* Snackbar end */


/*----------------------------------------------------------*/

/* Main Content and Forms - Start --------------- */
#mainContent{
  width: 99%;
  padding:  3px 1px 25px 1px;
  font-size: 17px;
}
input[type="button"] {
    font-size: 18px;
    line-height: 1.2 !important;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0.3em;
    padding: 0.8em 1.0em;
    box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
    background: #1d72c2;
    border-color: transparent;
    color: #ffffff !important;
    width: auto;
}


/*----------------------------------------------------------*/
/* formContent  Start   */
/*----------------------------------------------------------*/

.formContent{
  width: 94%;
  margin-left: 3%;
  border: 4px solid #63b8ff;
  display: block;
}
.formContent p{
  float: left;
  width: 30%;
  padding-left: 2%;
  line-height: 1.2rem;
  /* display: block; */
  margin:0 0 0.8rem;
  font-size:0.9rem;
}
.formContent p label{
  line-height: 1.8rem;
  margin-bottom: 0.2rem;
}
.formContent input:not([type="button"]){
  height: 1.8rem;
  min-height: 1.8rem;
  line-height: 1.8rem;
  border-width: 2px;
  border-radius: 2rem;
  border-color: #d4d5d6;
  background-color: #f5f5f5;
}
.formContent select{
  height: 1.8rem;
  min-height: 1.8rem;
  line-height: 1.8rem;
  border-width: 2px;
  border-radius: 2rem;
  border-color: #d4d5d6;
}
/* formContent end */

.formContentTitle{
  clear:both;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #63b8ff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.formContentTitle::after{
  content: "";
  display: block;
  clear: both;
}
.formContentMid{
  clear:both;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  display: block;
}
.formContentMid::after{
  content: "";
  display: block;
  clear: both;
}
.formContentMid2{
  clear:both;
  width: 100%;
  display: block;
}
.formContentMid2::after{
  content: "";
  display: block;
  clear: both;
}
.formContentMidHeader{
  clear:both;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
  border-top: 1px solid #63b8ff;
  border-bottom: 1px solid #63b8ff;
}
.formContentMidHeader::after{
  content: "";
  display: block;
  clear: both;
}
.formContentFooter{
  clear:both;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 1px;
  padding-top: 5px;
  border-top: 1px solid #63b8ff;
}
.formContentFooter::after{
  content: "";
  display: block;
  clear: both;
}
.formContentTA{
  width: 96%;
  height:260px;
  min-height: 1.8rem;
  line-height: 1.8rem;
  border-width: 2px;
  border-radius: 2rem;
  border-color: #d4d5d6;
}
.formContentShort{
  width: 96%;
  height:50px;
}

/*----------------------------------------------------------*/
/* List Content  Start   */
/*----------------------------------------------------------*/

.listContent{
  width: 96%;
  margin-left: 2%;
  border: 4px solid #63b8ff;
  padding: 10px 0;
}

.listFilter{
  display: block;
  width: 100%;
  clear: both;
}   
.listFilter::after{
    content: "";
    display: block;
    clear:both;
}
.listFilter p{
  float: left;
  width: 23%;
  padding-left: 2%;
  display: block;
  vertical-align: top;
  margin: 10px 20px 10px 0;
}

.listFilter input{
  min-height: 2.0rem;
  line-height: 2.0rem;
  border-width: 2px;
  border-radius: 2rem;
  border-color: #d4d5d6;
  background-color: #f5f5f5;
  display: inline-block;
}
#listFilter input[type="text"] {
  height: 1.8rem;             /* shorter and more compact */
  min-height: 1.8rem;
  line-height: 1.6rem;
  padding: 0 0.6rem;
  border: 2px solid #d4d5d6;
  border-radius: 2rem;
  background-color: #f5f5f5;
  font-size: 0.9rem;
}   
#listFilter input[type="tel"] {
  height: 1.8rem;             /* shorter and more compact */
  min-height: 1.8rem;
  line-height: 1.6rem;
  padding: 0 0.6rem;
  border: 2px solid #d4d5d6;
  border-radius: 2rem; 
  background-color: #f5f5f5;
  font-size: 0.9rem;
}
#listFilter input[type="date"] {
  height: 1.8rem;             /* shorter and more compact */
  min-height: 1.8rem;
  line-height: 1.6rem;
  padding: 0 0.6rem;
  border: 2px solid #d4d5d6;
  border-radius: 2rem;
  background-color: #f5f5f5;
  font-size: 0.9rem;
}
.listFilter select{
  height: 2.0rem;
  min-height: 2.0rem;
  padding-bottom: 5px;
  line-height: 2.0rem;
  border-width: 2px;
  border-radius: 2rem;
  border-color: #d4d5d6;
  appearance: none; /* hide native arrow */
  margin-left: 5px;            /* nudge slightly to the right */
  padding: 0 1.8rem 0 0.8rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 14px;
}
.listFilterFieldGroup{
  float: left;
  margin-right: 10px;
}
.listFilter label{
  width: 99%;
  display: block;
  padding-left: 5px;
}
#dateRange1{
  width: 46%;
}
.dateRange input{
  min-height: 2rem;
  line-height: 2.0rem;
  padding: 0 0.4rem;
  width: 30%;
  font-size: 0.9rem;
}
.dateRange2 input{
  min-height: 2rem;
  line-height: 2.0rem;
  padding: 0 0.4rem;
  width: 44%;
  font-size: 0.9rem;
}

.selectMulti{
  height: 80px;
}
.selectMulti option{
  border-bottom: 2px solid #AADDEC;;
}

/*---------------------------------------------------*/
/* List Navigation */
/*---------------------------------------------------*/

.listContent{
  width: 96%;
  margin-left: 2%;
  border: 4px solid #63b8ff;
  padding: 10px 0;
}

#navPrevFirst{
  padding: 0;
  border-radius: 0.8em;
  width: 30px;
  min-height: 1.6rem;
  margin-top: 2px;
  margin-bottom: 2px;
}
#navPrevFirst2{
  padding: 0;
  border-radius: 0.8em;
  width: 30px;
  min-height: 1.6rem;
  margin-top: 2px;
  margin-bottom: 2px;
}
#navPrev{
  padding: 0;
  border-radius: 0.8em;
  width: 30px;
  min-height: 1.6rem;
  margin-top: 2px;
  margin-bottom: 2px;
}
#navPrev2{
  padding: 0;
  border-radius: 0.8em;
  width: 30px;
  min-height: 1.6rem;
  margin-top: 2px;
  margin-bottom: 2px;
}
#navNext{
  padding: 0;
  border-radius: 0.8em;
  width: 30px;
  min-height: 1.6rem;
  margin-top: 2px;
  margin-bottom: 2px;
}
#navNext2{
  padding: 0;
  border-radius: 0.8em;
  width: 30px;
  min-height: 1.6rem;
  margin-top: 2px;
  margin-bottom: 2px;
}
#navNextLast{
  padding: 0;
  border-radius: 0.8em;
  width: 30px;
  min-height: 1.6rem;
  margin-top: 2px;
  margin-bottom: 2px;
}
#navNextLast2{
  padding: 0;
  border-radius: 0.8em;
  width: 30px;
  min-height: 1.6rem;
  margin-top: 2px;
  margin-bottom: 2px;
}

/* Add or update this for the per-page dropdown */
.selectNav {
  width: 70px !important;
  height: 26px !important;  
  margin-top: 3px;
  appearance: none; /* hide native arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f5f5f5;
  border: 2px solid #d4d5d6;
  border-radius: 0.8em;
  padding: 0 1.8rem 0 0.8rem; /* add right padding for custom arrow */
  margin-left: 5px;            /* nudge slightly to the right */
  font-size: 0.7rem;
  line-height: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 14px;
}
#pageCountInfo{
  font-size: 0.8rem;
  margin-left:3px;
  margin-right:15px;
}
#pageCountInfoBtm{
  border-bottom: 1px solid #63b8ff;
}
#pageNavInfo{
  font-size: 0.8rem;
  margin-left:3px;
  margin-right:3px;
}
#pagePerCountLabel{
  font-size: 0.8rem;
  margin-left:3px;
}
.pagePerCountLabel{
  font-size: 0.8rem;
  margin-left:3px;
}

.contentListL{
  float: left;
  width: 25%;
  padding-left: 20px;
}
.contentListR{
  float: right;
  padding-right: 20px;
}
.contentListFull{
  width: 100%;
  font-size: 0.8rem;
  text-align: center;
}
.readonly{
  color:#63666A;
}


/* Main Content and Forms - End --------------- */

/* Btn Start */
.btnImg1{
  width:18px;
  height:18px;
  margin-top: 0px;
  cursor: pointer;
  z-index: -1;
}
.multiBtnArea{
  margin-right: 6px;
}
.btnImg2{
  width:30px;
  height:30px;
  margin: 2px;
  cursor: pointer;
}
.btnImg3{
  height:30px;
  margin: 2px;
  cursor: pointer;
}
.btnImgSample{
  width:30px;
  height:30px;
}
.btnWrapper{
  float: left;
  width: 10%;
  min-width:60px;
  padding-top: 2%;
  padding-left: 2%;
}
.btnTitle{
  text-align: center;
  width: 99%;
  clear: right;
  padding-bottom: 10px;
}
.btnDisplay{
  text-align: center;
  width: 99%;
}
/* Btn End */


/* Tool Tip - Start */
.tooltiptextDynamic{
  width:330px; visibility:hidden; opacity:0;
  z-index: 1;
}

.tooltip {
  position: relative;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.2 !important;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  /* color: #000000 !important; */
  color: #fafafa !important;
  text-align: center;
  opacity: 100;
  z-index: 1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #fff;
  border: 3px solid #1d72c2;
  color: #1d72c2;
  text-align: justified;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  /*.transition: opacity 3s; */
  transition: opacity  0.5s linear 1s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltipGroupStart {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 4px solid #63b8ff;
}
/* Tool Tip - End */

@media (max-width: 800px) {
  .formContent p{
    width: 98%;
  }
  .userPhotoWrapper{
    width: 100%;
  }
}

.contentFull{
  float: left;
  width: 98%;
  padding-left: 20px;
  padding-top: 8px;
}
.contentL{
  float: left;
  width: 40%;
  padding-left: 20px;
}
.contentR{
  float: right;
  width: 40%;
  padding: 10px 20px;
  margin-top: 5px;
}
/*
.buttonLower{
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}
*/
.title1{
  font-weight: bold;
  font-size:1.1rem;
}
.title2{
  font-weight: bold;
  font-size:0.9rem;
}


/* Content.css start  */
.menuIcon1{
    width: 18px;
    height: 18px;
    margin-top: 0px;
    cursor: pointer;
}
textarea{
  min-height: 1.8rem;
    line-height: 1.8rem;
    border-width: 2px;
    border-radius: 2rem;
    border-color: #d4d5d6;
}
.textareaRound{
  min-height: 1.8rem;
    line-height: 1.8rem;
    border-width: 2px;
    border-radius: 2rem;
    border-color: #d4d5d6;
}
.rptContent1{
  width: 86%;
  margin-left: 7%;
  border: 4px solid #63b8ff;
  display: block;
}
.rptContent1 p{
  float: left;
  width: 50%;
  padding: 2% 10px;
  line-height: 1.2rem;
  display: block;
  margin:0 0 1rem;
  font-size:0.9rem;
}
.rptContent1 p label{
  line-height: 1.9rem;
  font-weight: bold;
}
.rptContent1 input:not([type="button"]){
  height: 1.8rem;
  min-height: 1.8rem;
  line-height: 1.8rem;
}
.rptContent1 select{
  height: 1.8rem;
    min-height: 1.8rem;
    line-height: 1.8rem;
}
.rptContent1Title{
  clear:both;
  width: 100%;
  border-bottom: 1px solid #63b8ff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.rptContent1Title::after{
  content: "";
  display: block;
  clear: both;
}
.rptContent1Mid{
  clear:both;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  display: block;
}
.rptContent1Mid::after{
  content: "";
  display: block;
  clear: both;
}
.rptContent1Mid2{
  clear:both;
  width: 100%;
  display: block;
}
.rptContent1Mid2::after{
  content: "";
  display: block;
  clear: both;
}
.rptContent1MidHeader{
  clear:both;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
  border-top: 1px solid #63b8ff;
  border-bottom: 1px solid #63b8ff;
}
.rptContent1MidHeader::after{
  content: "";
  display: block;
  clear: both;
}
.rptContent1Footer{
  clear:both;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 1px;
}
.rptContent1Footer::after{
  content: "";
  display: block;
  clear: both;
}
.midArea{
  min-height: 1.8rem;
    line-height: 1.8rem;
    border-width: 2px;
    border-radius: 2rem;
    border-color: #d4d5d6;
}
#writerModeBtn1{
  cursor: pointer;
}
/* Content.css End */

/*--- ListResultTable -----------------------------------------------------------*/
#listResultTable { 
  width: 100%; 
  margin-top: 20px;
  border-collapse: separate;
  border-spacing: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-radius: 6px;
}

tr { border: solid 1px #eaeaea; }

#listResultTable tr:nth-of-type(2n) { 
  background-color: #f5f5f5; 
}
/* Table cells */
#listResultTable td {
  padding: 10px;
  border-bottom: 1px solid #e8e8e8;
  /* border-bottom: 1px solid #777777;  */
}

th, td { padding: 5px 5px 5px 8px ; }
th:first-of-type{ padding: 0 5px; }

th { 
  color: #fafafa;
  text-align: left; 
  background: #888888;
  white-space:nowrap;
}
th:not(:nth-of-type(n+1)) { text-indent: -9999px; }
th:nth-of-type(n+1) { cursor: pointer; }
th:nth-of-type(n+1):hover { background-color: #777777; }

tr:not(:first-child) td:first-child{ 
  text-align: right;
  white-space: nowrap;
  min-width: 40px;
}



/* Table header alignment */
#listResultTable th { 
  color: #fafafa;
  text-align: left; 
  background: #5791d0;
  white-space:nowrap;
}
#listResultTable th:not(:nth-of-type(n+2)) { 
  text-indent: -9999px; 
  border-top: 0.5px #5791d0 solid;
  border-bottom: 0.5px #5791d0 solid;
}
#listResultTable th:nth-of-type(n+2) { 
  cursor: pointer; 
  border-left: 1px #000000 solid; /* ce3cf3  */
  border-top: 0.5px #5791d0 solid;
  border-bottom: 0.5px #5791d0 solid;
}
#listResultTable th:nth-of-type(n+2):hover { background-color: #bc0be9; }
#listResultTable th:nth-of-type(n+2).asc,
#listResultTable th:nth-of-type(n+2).desc {
  padding-right: 30px;
}
#listResultTable th:nth-of-type(n+2).asc { background: #1d72c2 url('/image/asc.png') no-repeat center right; background-size: 25px; }
#listResultTable th:nth-of-type(n+2).desc { background: #1d72c2 url('/image/desc.png') no-repeat center right; background-size: 25px; }

#listResultTable th {
  background-color: #1d72c2;
  color: white;
  font-weight: 600;
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}



/* Smooth hover effect for rows */
#listResultTable tr:hover td {
  background-color: #f9f9ff;
}


/*--- ListResultTable End -----------------------------------------------------------*/


.headerMessageArea{
  padding-right: 50px;
  font-weight: bold;
  font-size: 1.3rem;
}


input:not([type="submit"]),.w-form-checkbox,.w-form-radio{
  font-size:1rem;
  font-weight:400;
  letter-spacing:0em;
  border-width:0px;
  border-radius:0rem;
  background:#f5f5f5;
  border-color:#e8e8e8;
  padding: 0 0.8rem;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08) inset;
}
/* input:not([type="submit"]), textarea, select { */
input:not([type="submit"]), textarea, select {
    width: 100%;
    border: 0px solid transparent;
    background: none;
    transition: all 0.2s;
}
input:not([type="submit"]), select, textarea {
    outline: none !important;
}
button, input, optgroup, select, textarea {
    vertical-align: top;
    text-transform: none;
    color: inherit;
    font: inherit;
    border: none;
    margin: 0;
}
input[type="text"], input[type="date"], input[type="email"], input[type="search"], input[type="number"], input[type="password"], textarea {
    -webkit-appearance: none;
}
input:not([type="submit"]), select, textarea {
    outline: none !important;
}
button, input, optgroup, select, textarea {
    vertical-align: top;
    text-transform: none;
    color: inherit;
    font: inherit;
    border: none;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
/*
.w-filter.state_desktop.style_drop_default .w-filter-item-title, .select2-selection, select, input:not([type="submit"]) {
    min-height: 2.8rem;
    line-height: 2.8rem;
    padding: 0 0.8rem;
}
.w-filter.state_desktop.style_drop_default .w-filter-item-title, .select2-selection, select, textarea, input:not([type="submit"]), .w-form-checkbox, .w-form-radio {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0em;
    border-width: 0px;
    border-radius: 0rem;
    background: #f5f5f5;
    border-color: #e8e8e8;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08) inset;
}
input:not([type="submit"]), textarea, select {
    width: 100%;
    border: 0px solid transparent;
    background: none;
    transition: all 0.2s;
}
*/
/* Chat GPT  */
/* ===== Form Style Sync with CMS Look ===== */

/* General Input, Select, and Textarea Styling */
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  border: 1px solid #e8e8e8;
  border-radius: 8px;           /* Rounded Edges */
  background-color: #f5f5f5;
  color: #333;
  padding: 1px 12px;
  /* font-size: 1rem;*/
  font-family: 'Montserrat', sans-serif;
  transition: all 0.2s ease-in-out;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Focus and Active States */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  outline: none;
  background-color: #fff;
  border-color: #1d72c2;        /* Match CMS blue */
  box-shadow: 0 0 0 2px rgba(29, 114, 194, 0.3);
}

/* Placeholder color */
::placeholder {
  color: #999;
}

/* Dropdowns */
/*
select {
  height: 38px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px;
  padding-right: 32px;
}
*/

/* Labels */
label {
  font-weight: 500;
  color: #333;
  font-size: 0.95rem;
  margin-bottom: 4px;
  display: inline-block;
}

/* Tooltip icons alignment */
label .btnImg1 {
  vertical-align: middle;
  margin-left: 4px;
  cursor: help;
}


/* Buttons and Navigation */
.buttonNav{
  background: #1d72c2 !important;
}
.buttonNav:hover{
  background-color: #1d72c2;
  color: #fff;
  border-color: #1d72c2;
}



/* Tooltip consistency */
.tooltiptext {
  border-radius: 6px;
  background-color: #333;
  color: #fff;
  font-size: 0.85rem;
  padding: 6px 10px;
}

/*----------------------------------------------------------*/
/* Other
/*----------------------------------------------------------*/
.formBtn{
  float:right; 
  margin-bottom: 1px; 
  margin-left: 10px; 
  font-size: 1.0rem;
  padding: 0.2em 0.6em; 
  min-height: 2.0rem;
  background: #1d72c2 !important;
  width: auto;
  border-radius: 8px;
}
#saveUser1{
  float:right; 
  margin-bottom: 1px; 
  margin-left: 10px; 
  font-size: 1.0rem;
  padding: 0.2em 0.6em; 
  min-height: 2.0rem;
  background: #1d72c2 !important;
  width: auto;
  border-radius: 8px;
}
#saveUser2{
  float:right; 
  margin-bottom: 1px; 
  margin-left: 10px; 
  font-size: 1.0rem;
  padding: 0.2em 0.6em; 
  min-height: 2.0rem;
  background: #1d72c2 !important;
  width: auto;
  border-radius: 8px;
}
#companyBtn1{
  float:right; 
  margin-bottom: 1px; 
  margin-left: 10px; 
  font-size: 1.0rem;
  padding: 0.2em 0.6em; 
  min-height: 2.0rem;
  background: #1d72c2 !important;
  width: auto;
  border-radius: 8px;
}

.editBtn1{
  float:right; 
  margin-bottom: 1px; 
  margin-left: 5px; 
  margin-right: 5px; 
  font-size: 1.0rem;
  padding: 0.2em 0.6em; 
  min-height: 2.0rem;
  background: #1d72c2 !important;
  width: auto;
  border-radius: 8px !important;
}
.editBtn2{
  float:right; 
  margin-bottom: 1px; 
  margin-left: 5px; 
  margin-right: 5px; 
  font-size: 1.0rem;
  padding: 0.2em 0.6em; 
  min-height: 2.0rem;
  background: #1d72c2 !important;
  width: auto;
  border-radius: 8px !important;
}

#backBtn1{
  float:right; 
  margin-bottom: 1px; 
  margin-left: 5px; 
  margin-right: 1px; 
  font-size: 1.0rem;
  padding: 0.2em 0.6em; 
  min-height: 2.0rem;
  background: #1d72c2 !important;
  width: auto;
  border-radius: 8px;
}
#backBtn2{
  float:right; 
  margin-bottom: 1px; 
  margin-left: 5px; 
  margin-right: 1px; 
  font-size: 1.0rem;
  padding: 0.2em 0.6em; 
  min-height: 2.0rem;
  background: #1d72c2 !important;
  width: auto;
  border-radius: 8px;
}
#changePassword{
  float:right; 
  margin-bottom: 1px; 
  margin-left: 10px; 
  font-size: 1.0rem;
  padding: 0.2em 0.6em; 
  min-height: 2.0rem;
  background: #1d72c2 !important;
  width: auto;
  border-radius: 8px;
}
#emailChangePassword{
  float:right; 
  margin-bottom: 1px; 
  margin-left: 10px; 
  font-size: 1.0rem;
  padding: 0.2em 0.6em; 
  min-height: 2.0rem;
  background: #1d72c2 !important;
  width: auto;
  border-radius: 8px;
}

/*-- Modal ---*/
.modal {
  height: 130px;
}
.modal p{
  line-height: 1.7rem;
  margin: 0 0 0.5rem;
}
.modal input{
  min-height: 1.5rem;
  line-height: 1.7rem;
}
.modal select {
  min-height: 1.5rem;
  line-height: 1.7rem;
}
.modalLookup{
  max-width: 90%;
  min-width: 300px;
  width: 50%;
}
#modalExport{
  max-width: 90%;
  min-width: 300px;
  max-width: 800px;
  width: 70%;
}
#modal1_header1{
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #000000; /* #5791d0; */
  /* min-height: 70%;*/
  clear: both;
  display: block;
  width: 99%;
  border-bottom: 1px solid #63b8ff;
  padding-bottom: 10px;
}
.modalButton {
  float:right;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2!important;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  border-radius: 0.3em;
  padding: 0.8em 1.0em;
  box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
  background: #1d72c2;
  border-color: transparent;
  color: #ffffff!important;
  width:  auto;
  cursor: pointer;
  z-index: 10;
}
.modalButtonSm {
  float:left;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.2!important;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  border-radius: 0.3em;
  padding: 0.3em 1.0em;
  box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
  background: #1d72c2;
  border-color: transparent;
  color: #ffffff!important;
  width:  auto;
  cursor: pointer;
}
.blocker{
  min-height: 65%;
}
