/* added USPSIMBStandard from font face generator */
/*@font-face {
    /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 5, 2020 */
/*     src: url('localhost/trackmailpro/vendor/webfontkit-20200305-200421/uspsimbstandard-webfont.woff2') format('woff2'),
         url('localhost/trackmailpro/vendor/webfontkit-20200305-200421/uspsimbstandard-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 5, 2020 */
    font-family: 'uspsimbstandardstandard';
    src: url('../vendor/webfontkit-20200305-200421/uspsimbstandard-webfont.woff2') format('woff2'),
         url('../vendor/webfontkit-20200305-200421/uspsimbstandard-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*! used usps fontface */
@font-face {
      font-family: 'uspsimbcompact';
      src: url('../vendor/usps/scalable/trueType/USPSIMBCompact.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'uspsimbstandard';
      src: url('../vendor/usps/scalable/trueType/USPSIMBStandard.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
  }

.uspsssBarCode{
    font-family: 'uspsimbstandardstandard';
    font-size:14pt;
    }

.uspscampactBarCode{
  font-family: 'uspsimbcompact';
  font-size:14pt;
  }

.uspsstandardBarCode{
  font-family: 'uspsimbstandard';
  font-size:16pt;
}

/* your styles go here */
.red {
  color: red;
}

.form-errors{
  boarder-radius: 8px;
  margin: 10px 25px 45px 25px;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.6);
}

/* Shrinking the sidebar from 250px to 80px and center aligining its content*/
#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

/* Toggling the sidebar header content, hide the big heading [h3] and showing the small heading [strong] and vice versa*/
#sidebar .sidebar-header strong {
    display: none;
}
#sidebar.active .sidebar-header h3 {
    display: none;
}
#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

/* Same dropdown links padding*/
#sidebar.active ul ul a {
    padding: 10px !important;
}

/* Changing the arrow position to bottom center position,
   translateX(50%) works with right: 50%
   to accurately  center the arrow */
#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
