a{
  
  cursor:pointer;
}

.dev{
  
  border:1px solid red;
}

table{
  
  padding:0!important;
  margin:0!important;
  border-spacing:0!important;
  border-collapse:collapse;
}

input[type="radio"], input[type="checkbox"]{
  
  height:12px!important;
}

#divConsentW2, #divConsent1095C, #divConsentT4{
  overflow-y: auto;
  height: 200px;
}

.simple-page-wrap{
  
  width:100%!important;
}

.body-initialsetup{
  
  background-color:#188ae2;
}

.ppchr-content{
  
  padding:10px;
  margin:0!important;
}

.ppchr-content .btn{

  width:100%;
}

.form-control{

  border:1px solid #eee!important;
}

.ddl {
  background-color: white;
  box-shadow: 0 1px 2px #ccc;
  display: none;
  position:absolute;
  z-index:9999;
}

#ulCompanies {
  background-color: white;
  box-shadow: 0 1px 2px #ccc;
  position: absolute;
  z-index: 9999;
}

#ulCompanies li{

  display:block;
}

.linkddl:hover + .ddl, .ddl:hover {
  display: block;
}

.linkddl:focus + .ddl, .ddl:hover {
  display: block;
}

.linkItem:hover {
  background-color: #F6F7FA;
  color: #188AE2;
}

.centered{
  
  margin:auto!important;
}

html, body{
  
  margin:0!important;
}

.row::after {
  
  content: "";
  clear: both;
  display: table;
  margin:0!important;
}

.row{
  
  margin:0!important;
  padding:0!important;
}

.border-red{
  border: 1px solid red !important;
}

.passToggle {
  text-align: center;
  display: block;
  margin-top:14px;
  padding-right:14px;
}

.calToggle {
  cursor: pointer !important;
  vertical-align: middle !important;
  border:1px solid red;
}

.passToggle-ssn {
  width: 100% !important;
  cursor: pointer !important;
  vertical-align: middle !important;
  margin-top: 20%;
  margin-bottom: 50%;
}

.label-error{
  
  color:red;
}

.label-green {
  color: green;
}

.label-required {
  color: orange;
}

.hidden{
  
  display:none!important;
}

.right{

  float:right;
}

#div_prompt{
  
  position: fixed;
  top: 30%;
  left: 50%;
  margin-top: -30px;
  margin-left: -100px;
  width:20%!important;
  z-index:10001!important;
}

.overlay {
  
  background-color: rgba(1, 1, 1, 0.3);
  bottom: 0;
  left: 0;
  position: fixed!important;
  right: 0;
  top: 0;
  z-index:10000;
}

.iframe {
  width: 100%;
  height: 700px;
}

.message-result {
  background: white;
  margin-bottom: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 1px 2px #ccc;
  display:block;
  /*position:fixed;
  left:0;
  top:0;
  width:100%;
  z-index:1000000;*/
}

.message-result i{
  float:right;
  cursor:pointer;
}

.btn-link {
  background: none !important;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  /*border is optional*/
  border-bottom: 1px solid #444;
  cursor: pointer;
}

.btn-link-menu {
  background: none !important;
  color: #6A6C6F;
  border: none;
  padding: 0 !important;
  font: inherit;
  /*border is optional*/
  border:none;
  cursor: pointer;
}

.company-label {
  display: block;
  height: 60px;
  line-height: 28px;
  padding: 16px 20px;
}

.company-list {
  border:none;
  width: 100%;
  background-color: #1371b9!important;
  color:white;
}

.company-list li{
  padding:5px;
  cursor:pointer;
}

.company-list-link {
  display:block!important;
  text-decoration: none !important;
  outline: none !important;
  color: white !important;
}

.company-list li:hover {
  background-color: #188AE2;
}

.company-list-head {
  text-decoration: none;
  outline: none;
  color: white;
  height: 60px;
  line-height: 28px;
  display: block;
  background-color: #188AE2;
  width: 100%;
  padding: 16px 20px;
  cursor: pointer !important;
  border-width: 0px;
}

.company-list-head:hover {
  background-color: #167fd0;
  color: white;
}

.font-white{
  color:white;
}

.ppc-control {
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}

.ppc-control input, .ppc-control-error input {
  border: none !important;
  width: 100%;
}

.ppc-control span, .ppc-control-error span {
  color:red!important;
}

.ppc-control-error {
  width: 100%;
  border: 1px solid red;
  border-radius: 3px;
}

.border-red 
{
  border:1px solid red!important;
}

.dash {
  margin-top:50%;
}

.dash-div {
  width: 10px;
  float: left;
  text-align:center;
}

.dash-div .dash {
  margin-top: 60%;
}

input::-ms-clear, input::-ms-reveal {
  display: none;
}

.cal {
  position:fixed;
  z-index:10000;
  background-color:white;
}

.text-align-center{

  text-align:center!important;
}

.w100{

  width:100%;
}

.visible-forced {
  display: initial !important;
}

.notification {
  position: relative !important;
}

.notification-badge {
  position: absolute;
  right: 20px;
  top: 10px;
  border-radius: 50%;
  background: red;
  color: white;
  padding: 3px 6px;
  font-size: x-small;
}

.lbl-contact {
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
}

.request-link {
  width: 100%;
}

.message-recipient-container {

  overflow-x:auto;
}

.message-recipient {
  
  float: left;
  padding: 5px;
  margin-left: 2px !important;
  margin-right: 2px !important;
  border: 1px solid #CCCCCC;
  display: inline-block !important;
}

.message-recipient-icon {

  margin:3px!important;
}

.message-side {
  margin: 0 !important;
  padding: 5px !important;
  width: 100%;
  height: 100%;
  border-right: 1px solid #EEEEEE!important;
}

.message-side-item {
  
  cursor:pointer;
  margin: 0 !important;
  padding: 0 !important;
}

  .message-side-item a {
    color: #6A6C6F;
    text-decoration: none;
    display: block;
    padding: 10px !important;
  }

.message-side-item:hover {
  background-color: #EDF0F5;
}

.select-company {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}

.select-company-link {
  display: block;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  outline: none;
  color: #6A6C6F;
}

.select-company-link:hover {
  color: #188AE2;
  background-color: #f2f2f2;
}

.message-side-item .selected{
  border-right: 5px solid #35B8E0 !important;
}

#ulMenuBarTop {
  height: inherit !important;
  overflow: auto !important;
}

.menubar-scroll {
  height: inherit !important;
}

.menubar-scroll-inner {
  height: inherit !important;
}

::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #EDF0F5;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

button, a {
  white-space: normal !important;
  word-wrap: break-word !important;
}

.tablist-ddl {
  border-bottom: 1px solid #ddd;
  padding-top:20px;
  width:100%;
  display:none;
}

.menubar {
  left: 0px;
}

.account-select {
  display: grid;
  grid-template-columns: 3fr auto;
  gap: 1rem;
}

.label-center {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.flex {
  display: flex;
}

@media (max-width: 767px) {
  .menubar {
    left: -300px;
  }
}

@media (max-width: 426px) {

  .menu-text {
    margin-left: 5px;
  }

  .nav-tabs {
    display: none !important;
  }

  .tablist-ddl {
    display: inline-block !important;
  }
}

/*taxformsservicerequest page*/
.tax-form-service-request input {
  margin-right: 5px;
}

.red-text {
  color: red;
}

.bold {
  font-weight: 800;
}

.tax-form-header {
  font-size: 1.5rem;
}

.top-margin {
  margin-top: 10px;
}

.file-type-label {
  margin-right: 10px;
}

.yes-margin {
  margin-right: 50px;
}

.submission-margin {
  margin-right: 12px;
}

.file-select {
  width: 130px;
}

.next-button {
  display: flex;
  justify-content: flex-end;
}

.back-next-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}

.w2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.section {
  margin-bottom: 30px;
}

.signature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 1rem 0;
}

.card-body {
  padding: 1rem;
}