@media only screen and (min-width: 500px) {
.mobileshow  {
display: none !important;
}
}
@media only screen and (max-width:767px){
.page-wrapper {
	margin-left: 0 !important;
}
.sidebar {
	width: 0 !important;
}
.descktopview {
display: none;
}
.sidebarcolapse{
	display: none !important;
}
}
.modal-content{border:0;}
@media only screen and (min-width: 500px) {
.mobileshow  {
display: none !important;}
}
@media only screen and (max-width:767px)
{
.descktopview {
display: none;
}
}		
@media only screen and (min-width: 500px) {
.mobileshow  {
display: none !important;}
}
@media only screen and (max-width:767px)
{
.descktopview {
display: none;
}
}

#sidebar-container {
    min-height: 100vh;
	/*background-color: white !important;*/
    padding: 0;
	/*flex: 0 0 20% !important;*/
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
	/*max-width: 33.333333%;*/
	flex: 0 0 18% !important;
}
.sidebar-collapsed {
    width: 70px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color: white;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}
.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #333;
    height: 35px;
}
.sidebar-separator {
    background-color: #333;
    height: 25px;
}
.logo-separator {
    background-color: #333;    
    height: 60px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}

.card-body-padding{
	padding: 25px !important;
}

.card-body-padding-left{
	padding-left: 13px !important;
}

.card-body-padding-left.active{
    color:green !important;
}
.hide{
	display:none;
}

.card-title-font-size-taxpayer{
	font-size: 16px !important;
}
.modal-dialog {
    max-width: 850px !important;
}

.blink_me {
    animation: blinker 5s linear infinite;
  }
  
  @keyframes blinker {
      0% 
      {
      color: #ecebf4;
      }
      
      100% 
      {
          color:#f6f6f6;
      }
  }

.blink_war {
    animation: blinker2 5s linear infinite;
  }
  
  @keyframes blinker2 {
      0% 
      {
      color: #000000;
      }
      
      100% 
      {
          color:#383636;
      }
  }
  
.btn-link-upload{
	background-color:hsl(206deg 73% 55%) !important;
}
.bookpersonalli{
	display: -webkit-box !important;
}
.section-search-3{
	position: relative !important;
	padding-top: 100px !important;
}
.list-group-item.active {
    z-index: 2;
    color: #4001f2;
    background-color: #ffffff !important;
    border-color: #f0f0f0 !important;
}
.dashcarddiv{
	/*position: fixed;
    z-index: 1;
    right: auto;
    left: auto;
    width: 1161px;*/
}
.card-body-top-menu{
	padding: 1rem !important;
}
.hideheadnavtabtop{
	/*top: 15px !important;*/
}
.displayinexdiv{
	display: inline-flex !important;
}
.imgresponsivediv{
	width: 100% !important;height:100% !important;
}

.rowtopdiv{
	/*padding-top: 90px !important;*/
}
.active .a{
background-color: hsl(210deg 17% 98%) !important;
}
.profile-info-widget-display{
    display: inline-flex !important;
}