.all-topbar {
  background: #3b2f22;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  width: 100%;
  position: relative;
}

.all-topbar-1 {
  width: 30%;
  text-align: left;
}
.all-topbar-2 {
  width: 40%;
  text-align: center;
}
.all-topbar-3 {
  width: 30%;
  text-align: right;
  vertical-align: middle;
}

.all-epacacca-topbar-1 {
  width: 40%;
  text-align: left;
}
.all-epacacca-topbar-2{
  width: 30%;
  text-align: right;
  vertical-align: middle;
}
.all-topbar table {
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.all-topbar-title {
  padding: 10px 0px;
}

.all-topbar-cominfo {
  padding: 10px 0px;
  text-align: left;
  padding-left: 15px;
  flex:30%;
  font-size:12px;
  color: #fff;
  font-weight: 600;
}

.all-topbar-cominfo-accperiod {
  font-size: .7em;
  color: #fff;
}

.all-topbar-menu-title {
  vertical-align: middle;
  font-size: 16px;
}
.menu-ico {
  margin-right: 5px;    
}
/* account-bar */
/* Dropdown Button */
.accbar-dropbtn {
    background-color: #fff;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='15.499' height='15.499' viewBox='0 0 15.499 15.499'%3E%3Cpath id='solid_user-circle' data-name='solid user-circle' d='M7.75,8a7.75,7.75,0,1,0,7.75,7.75A7.748,7.748,0,0,0,7.75,8Zm0,3A2.75,2.75,0,1,1,5,13.75,2.75,2.75,0,0,1,7.75,11Zm0,10.749a5.988,5.988,0,0,1-4.578-2.131A3.484,3.484,0,0,1,6.25,17.75a.765.765,0,0,1,.222.034A4.137,4.137,0,0,0,7.75,18a4.122,4.122,0,0,0,1.278-.216.765.765,0,0,1,.222-.034,3.484,3.484,0,0,1,3.078,1.869A5.988,5.988,0,0,1,7.75,21.749Z' transform='translate(0 -8)'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position-x: calc(0% + 16px);
    background-position-y: 50%;
    color: #3b2f22;
    padding: 8px 18px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0%, -50%);
    z-index: 99999;
    transition:  all .2ms;
  }

  /* Dropdown button on hover & focus */
  .accbar-dropbtn:hover, .accbar-dropbtn:focus {
    background-color: #f1f1f1;
  }

  /* The container <div> - needed to position the dropdown content */
  .accbar {
    position: relative;
    top: 0;
    right: 0;
    flex: 20%;
  }

  .accbar-menu-row {
      display: inline-flex;
      margin: 0px 25px 0px 25px;
      width: 100%;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 20px;
    top:50px;
    border-radius: 4px;
    padding: 12px 0px;
    overflow: hidden;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 8px 0px;
    font-weight: 400;
    color: #212529;
    text-align: left;
    font-size: 1rem;
  }

  .dropdown-content a.log-out {
    color: black;
    text-decoration: none;
    display: block;
    padding: 8px 0px;
    font-weight: 400;
    color: #212529;
    text-align: left;
    font-size: 1rem;
    margin-top: 20px;
  }

  .dropdown-content p {
    color: black;
    text-decoration: none;
    display: block;
    font-size: 0.875rem;
    color: #6c757d;
    padding: .5rem 0rem .8rem 0rem;
    text-align: left;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
      background-color: #ddd
    }
  
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;}
/* end */



@media (max-width: 700px) {
    .accbar {
        width: 100%;
        text-align: right;
    }

    .accbar-dropbtn {
        font-size: 0;
        width: 30px;
        height: 30px;
        background-position-x: 50%;
        position: relative;
        top: 0;
        right: 0;
        transform: none;
        margin: 10px 15px;
        background-color: #3b2f22;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cpath id='solid_user-circle' data-name='solid user-circle' d='M12.5,8A12.5,12.5,0,1,0,25,20.5,12.5,12.5,0,0,0,12.5,8Zm0,4.839a4.435,4.435,0,1,1-4.435,4.435A4.436,4.436,0,0,1,12.5,12.839Zm0,17.339A9.659,9.659,0,0,1,5.116,26.74a5.62,5.62,0,0,1,4.965-3.014,1.233,1.233,0,0,1,.358.055,6.674,6.674,0,0,0,2.061.348,6.648,6.648,0,0,0,2.061-.348,1.233,1.233,0,0,1,.358-.055,5.62,5.62,0,0,1,4.965,3.014A9.659,9.659,0,0,1,12.5,30.177Z' transform='translate(0 -8)' fill='%23fff'/%3E%3C/svg%3E ");
        background-repeat: no-repeat;
        border-radius: 4px;
        padding: 0px;
    }

    .accbar-dropbtn:hover, .accbar-dropbtn:focus {
      background-color: #000;
    }

    .dropdown-content {
        top: 60;
        width: 98%;
        right:1%
    }

    .dropdown-content p.username {
        padding: .5rem 0rem 0rem 0rem;
      }

    .dropdown-content p {
        padding: 0rem 0rem .8rem 0rem;
    }
    .all-topbar-1 {
      width: 0%;
    }
    .all-topbar-2 {
      width: 50%;
      text-align: left;
    }
    .all-topbar-3 {
      width: 50%;
    }
    .all-topbar-cominfo{
      display: none;
    }
    .all-topbar-title {
      padding: 10px 0px 10px 15px;
    }
  }