/*
*
* AT&T Master CSS
*
*/
@media (max-width: 767.99.99px) {
  /** Pull left xs **/
  .pull-left-xs {
    float: left;
  }
  /** Pull right xs **/
  .pull-right-xs {
    float: right;
  }
  /** Pull left sm **/
  .pull-left-sm {
    float: left;
  }
  /** Pull right sm **/
  .pull-right-sm {
    float: right;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /** Pull left **/
  .pull-left-md {
    float: left;
  }
  /** Pull right **/
  .pull-right-md {
    float: right;
  }
}

@media (min-width: 1025px) {
  /** Pull left **/
  .pull-left-lg {
    float: left;
  }
  /** Pull right **/
  .pull-right-lg {
    float: right;
  }
}

/* Headings */
@font-face {
  font-family: "Omnes_ATT";
  src: url("../fonts/omnes_att.ttf") format("truetype");
}

@font-face {
  font-family: "Clearview_ATT";
  src: url("../fonts/ClearviewATT-Bk.eot") format("embedded_opentype");
  src: url("../fonts/ClearviewATT-Bk.woff") format("woff");
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Omnes_ATT";
  font-weight: inherit;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: inherit;
}

.background-gray {
  background-color: #F2F2F2;
}

.background-white {
  background-color: #FFFFFF;
}

.no-padding-col {
  padding: 0;
}

.no-padding-row {
  padding: 0;
}

@media (max-width: 767.99.99px) {
  .hidden-mobile {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-tablet {
    display: none;
  }
}

@media (min-width: 1025px) {
  .hidden-widescreen {
    display: none;
  }
}

.att-btn {
  background-color: #FFF;
  border-color: #0574AC;
  color: #0574AC;
  text-decoration: none;
}

.att-btn:hover {
  background-color: #0574AC;
  border-color: #0574AC;
  color: #FFF;
}

.att-btn-sm {
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.att-btn-sm-icon {
  font-size: 14px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

html {
  height: auto;
}

body, #wrapper {
  height: 100%;
  min-height: 100%;
  max-width: 100% !important;
}

#page-content-wrapper {
  height: 100%;
  min-height: 100vh;
  min-width: 320px;
  position: relative;
  padding-top: 50px;
}

body {
  font-family: "Clearview_ATT", Arial, sans-serif;
  min-width: 320px;
  /* Minimum Width */
  width: auto !important;
  /* Firefox will set width as auto */
  width: 320px;
  /* As IE ignores !important it will set width as 1000px; */
  overflow-x: hidden;
}

.nav > li > a.menu-button {
  color: #777;
  background-color: #FFF;
}

.nav > li > a.menu-button:focus, .nav > li > a.menu-button:hover, .nav > li > a.menu-button:active {
  color: #0574AC;
  background-color: #FFF;
}

img.nav-profile-img {
  margin-top: 10px;
  height: 30px;
  width: 30px;
}

#notifications-popper-reference {
  position: relative;
}

#notifications-popper-button.active i.icon-notifications {
  color: #0091d9;
}

.notif-ctr {
  border: 1px solid #CF2A2A;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 14px;
  width: 14px;
  background-color: #CF2A2A;
  color: #FFF;
  text-align: center;
  font-size: 11px;
  vertical-align: middle;
  line-height: 14px;
  position: absolute;
  top: 9px;
  right: 8px;
}

.nav-profile-placeholder {
  margin-top: 10px;
  display: inline-block;
  background-color: #e5e5e5;
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  color: #FFF;
  line-height: 30px;
}

.nav-content {
  min-width: 320px;
}

.nav-content .nav .button-icon a {
  font-size: 20px;
  color: #444444;
  text-decoration: none;
}

.nav-content .nav .button-icon a:hover, .nav-content .nav .button-icon a:focus, .nav-content .nav .button-icon a .active {
  color: #0091d9 !important;
}

.nav-content .nav .nav-text-link {
  border: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  color: #555;
  text-decoration: none;
}

.nav-content .nav .nav-text-link:hover, .nav-content .nav .nav-text-link:focus, .nav-content .nav .nav-text-link:active {
  color: #0091d9 !important;
}

.nav-content .nav > li > a:hover, .nav-content .nav > li > a:focus, .nav-content .nav > li > a:active {
  background-color: transparent;
}

@media (max-width: 1224px) {
  .nav-content {
    padding-right: 20px;
  }
}

@media (min-width: 1225px) {
  .nav-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper .navbar {
  background-color: #FFF;
  border-bottom: 1px;
  border-style: solid;
  border-bottom-color: #F2F2F2;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-height: 51px;
}

#wrapper .navbar .brand span {
  vertical-align: middle;
}

#wrapper.toggled {
  padding-left: 200px;
}

#wrapper.toggled .menu-button {
  background-color: #0574AC;
  color: #FFF;
}

#wrapper.toggled #sidebar-nav-wrapper {
  width: 200px;
  z-index: 10000;
}

#wrapper.toggled .navbar {
  padding-left: 200px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #page-content-wrapper {
  position: relative;
  margin-right: -200px;
  max-width: 100%;
  overflow-x: hidden;
}

#sidebar-nav-wrapper {
  z-index: 100;
  position: fixed;
  left: 200px;
  width: 0;
  height: 100%;
  margin-left: -200px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #FFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-right: 1px;
  border-right-style: solid;
  border-color: #F2F2F2;
}

#sidebar-nav-wrapper .brand {
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 205px;
  margin: 0;
  padding: 60px 0 0 0;
  list-style: none;
  overflow-y: hidden;
  overflow-x: hidden;
}

.sidebar-nav li {
  font-size: 14px;
  text-indent: 20px;
  line-height: 40px;
  list-style: none;
  position: relative;
}

.sidebar-nav li:before {
  -o-transition: width .2s ease-in;
  -moz-transition: width .2s ease-in;
  -ms-transition: width .2s ease-in;
  -webkit-transition: width .2s ease-in;
  transition: width .2s ease-in;
  background-color: #FFF;
  content: "";
  height: 100%;
  width: 0px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.sidebar-nav li:hover:before,
.sidebar-nav li a:hover:before, .sidebar-nav li a:focus:before {
  content: "";
  -o-transition: width .2s ease-in;
  -moz-transition: width .2s ease-in;
  -ms-transition: width .2s ease-in;
  -webkit-transition: width .2s ease-in;
  transition: width .2s ease-in;
  width: 4px;
  position: absolute;
  background-color: #067AB4;
  color: #067AB4;
}

.sidebar-nav li.active:before {
  content: "";
  width: 4px;
  position: absolute;
  background-color: #067AB4;
  color: #067AB4;
  z-index: 1;
}

.sidebar-nav li.active a {
  color: #067AB4;
  font-weight: bold;
}

.sidebar-nav li a {
  background-color: #fff;
  color: #444;
  display: block;
  text-decoration: none;
  padding: 0;
  border: none;
}

.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus {
  background-color: transparent;
  text-decoration: none;
  color: #067AB4;
  font-weight: bold;
}

@media (min-width: 1225px) {
  #wrapper {
    padding-left: 200px;
  }
  #wrapper #sidebar-nav-wrapper {
    width: 205px;
    padding-top: 50px;
  }
  #wrapper .sidebar-nav {
    width: 205px;
    padding-top: 70px;
    position: relative;
  }
  #wrapper.toggled {
    padding-left: 200px;
  }
  #wrapper.toggled #sidebar-nav-wrapper {
    width: 200px;
  }
  #wrapper.toggled .navbar {
    padding-left: 0px;
    z-index: 10001;
  }
  #wrapper.toggled #page-content-wrapper {
    margin-right: 0;
    min-width: 100vw;
  }
}

@media (max-width: 1224px) and (min-width: 768px) {
  #page-content-wrapper {
    min-width: 100vw;
  }
}

@media (max-width: 767.99.99px) {
  #page-content-wrapper {
    min-width: 100vw;
  }
}

@media (max-width: 767.99px) {
  #page-content-wrapper {
    padding-bottom: 200px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #page-content-wrapper {
    padding-bottom: 165px;
  }
}

@media (min-width: 1025px) {
  #page-content-wrapper {
    padding-bottom: 165px;
  }
}

@media (max-width: 767.99px) {
  #page-content-wrapper.support-toggled {
    padding-bottom: 840px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #page-content-wrapper.support-toggled {
    padding-bottom: 501px;
  }
}

@media (min-width: 1025px) {
  #page-content-wrapper.support-toggled {
    padding-bottom: 501px;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #444;
  font-size: 11px;
  color: #FFF;
}

@media (max-width: 767.99px) {
  .footer {
    height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer {
    height: 165px;
  }
}

@media (min-width: 1025px) {
  .footer {
    height: 165px;
  }
}

@media (max-width: 767.99px) {
  .footer .links-copy-content {
    padding: 35px 0 0 0;
  }
}

@media (min-width: 768px) {
  .footer .links-copy-content {
    padding: 20px 0 0 0;
  }
}

@media (max-width: 767.99px) {
  .footer .copyright {
    padding-top: 15px;
    display: block;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .footer .copyright {
    float: right;
  }
}

@media (max-width: 767.99px) {
  .footer .links {
    display: block;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .footer .links {
    float: left;
  }
}

.footer .support .support-content {
  display: none;
  max-height: 0;
  overflow: hidden;
  /* Set our transitions up. */
  -webkit-transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  transition: max-height 0.8s;
}

.footer .support .btn.btn-support {
  background-color: #FFF;
  color: #444;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 125px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
}

.footer .support .btn.btn-submit {
  height: 30px;
  width: 84px;
  margin-top: 70px;
  background-color: #0574ac;
  border-color: #0574ac;
}

.footer .support .btn.btn-submit:hover {
  background-color: #0574ac;
  color: #FFF;
}

.footer .support hr {
  margin-top: 40px;
  margin-bottom: 0;
}

@media (max-width: 767.99px) {
  #page-content-wrapper.support-toggled .footer {
    margin-top: 840px;
    height: 840px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #page-content-wrapper.support-toggled .footer {
    margin-top: 501px;
    height: 501px;
  }
}

@media (min-width: 1025px) {
  #page-content-wrapper.support-toggled .footer {
    margin-top: 501px;
    height: 501px;
  }
}

#page-content-wrapper.support-toggled .footer .support .support-content {
  display: block;
  -webkit-transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  transition: max-height 0.8s;
  max-height: 800px;
}

#page-content-wrapper.support-toggled .footer .support .support-content p.support-intro {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#page-content-wrapper.support-toggled .footer .support .support-content p.support-note {
  padding-top: 40px;
  font-size: 12px;
}

#page-content-wrapper.support-toggled .footer .support .support-content textarea {
  height: 100px;
  resize: none;
  border-radius: 5px;
  background-color: #444444;
}

@media (max-width: 767.99px) {
  #page-content-wrapper.support-toggled .footer .support .support-content textarea {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #page-content-wrapper.support-toggled .footer .support .support-content textarea {
    width: 95%;
  }
}

@media (min-width: 1025px) {
  #page-content-wrapper.support-toggled .footer .support .support-content textarea {
    width: 95%;
  }
}

.footer a {
  text-decoration: underline;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
  color: #FFF;
}

/*
* Widget Container
* Use to contain 2-column widgets (widescreen)
* Must create new container for each new row
*/
.widget-container {
  max-width: 842px;
}

/*
* Content Container
* Use with class .container from Bootstrap
*/
@media (max-width: 767.99px) {
  .content-container, #page-content-wrapper .container {
    width: 83vw;
    max-width: 637px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .content-container, #page-content-wrapper .container {
    width: 88vw;
    max-width: 900px;
  }
}

@media (min-width: 1025px) {
  .content-container, #page-content-wrapper .container {
    width: calc(83vw - 200px);
    max-width: 900px;
  }
}

.content-container {
  margin-left: auto;
  margin-right: auto;
}

/*
* Page Title Section
* Used on the top of most pages to display the title of the page
*/
.page-title-section {
  background-color: #F2F2F2;
}

.page-title-section h1 {
  font-size: 48px;
  color: #444444;
}

@media (max-width: 767.99px) {
  .page-title-section h1 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page-title-section h1 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
}

@media (min-width: 1025px) {
  .page-title-section h1 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

.map-placeholder {
  height: 390px;
  width: 100%;
  background-color: #F2F2F2;
  border-style: solid;
  border-width: 1px;
  border-color: #191919;
}

.map-placeholder-mobile {
  height: 130px;
  width: 130px;
  background-color: #F2F2F2;
  border-style: solid;
  border-width: 1px;
  border-color: #191919;
}

.profile-popper {
  background: #FFF;
  border: 1px;
  border-style: solid;
  border-color: #F2F2F2;
  box-shadow: 0px 2px 3px rgba(68, 68, 68, 0.3);
  z-index: 10000;
}

.profile-popper #profile-popper-close-button {
  z-index: 10;
  font-size: 20px;
  color: #000;
  position: absolute;
  top: 20px;
  right: 20px;
}

.profile-popper #profile-popper-close-button:hover {
  text-decoration: none;
  cursor: pointer;
}

.profile-popper .profile-table {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}

.profile-popper .profile-table tr {
	vertical-align: top;
}

.profile-popper table {
  margin-top: 25px;
}

.profile-popper table tr > td {
  padding-bottom: 9px;
  min-width: 93px;
  max-width: 160px;
}

.profile-popper .profile-popper-content {
  padding: 30px;
  max-width:340px;
}

.profile-popper .profile-popper-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.profile-popper .profile-popper-content .btn {
  font-size: 18px;
  padding: 10px 0;
  margin-top: 30px;
}

.profile-popper .popper__arrow {
  width: 0;
  height: 0;
  border: 4px;
  border-style: solid;
  position: absolute;
  z-index: 100000001;
}

@media (max-width: 767.99px) {
  .profile-popper {
    min-width: 320px;
    width: 100%;
    min-height: 303px;
  }
}

@media (min-width: 768px) {
  .profile-popper {
    min-width: 340px;
    min-height: 313px;
  }
}

#profile-popper-arrow.active {
  color: #0574AC;
}

.profile-popper[x-placement^="bottom"] {
  margin-top: 0px;
}

.profile-popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 15px 10px 15px;
  background-color: transparent;
  border-color: transparent transparent #F2F2F2 transparent;
  top: -10px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.profile-popper[x-placement^="bottom"] .popper__arrow:before {
  content: " ";
  border-bottom: 15px solid #000000;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: -15px;
}

.profile-popper[x-placement^="bottom"] .popper__arrow:after {
  content: " ";
}

.notifications-popper {
  background: #FFF;
  border: 1px;
  border-style: solid;
  border-color: #F2F2F2;
  box-shadow: 0px 2px 3px rgba(68, 68, 68, 0.3);
  z-index: 100001;
}

.notifications-popper #notifications-popper-close-button {
  z-index: 10;
  font-size: 20px;
  color: #000;
  position: absolute;
  top: 20px;
  right: 20px;
}

.notifications-popper #notifications-popper-close-button:hover {
  text-decoration: none;
  cursor: pointer;
}

.notifications-popper .notifications-popper-content .bottom-links {
  padding: 15px 25px;
}

.notifications-popper .notifications-popper-content h3 {
  padding: 26px 25px;
  margin: 0;
}

.notifications-popper .notifications-popper-content .notifications-scrollable-container {
  max-height: 270px;
  overflow-y: auto;
}

.notifications-popper .notifications-popper-content .notifications-list {
  list-style: none;
  padding: 0;
}

.notifications-popper .notifications-popper-content .notifications-list .new-tag {
  font-size: 11px;
  border: 1px dashed #444;
  display: inline-block;
  border-radius: 3px;
  padding: 1px 5px;
}

.notifications-popper .notifications-popper-content .notifications-list li {
  background-color: #FFFFFF;
  padding: 20px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #F2F2F2;
}

.notifications-popper .notifications-popper-content .notifications-list li:nth-child(odd) {
  background-color: #f1fafd;
}

.notifications-popper .notifications-popper-content .notifications-list .timestamp {
  font-size: 12px;
  display: inline-block;
}

.notifications-popper .notifications-popper-content .notifications-list .primary-text {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

.notifications-popper .notifications-popper-content .notifications-list .secondary-text {
  display: block;
  font-size: 12px;
}

.notifications-popper .popper__arrow {
  width: 0;
  height: 0;
  border: 4px;
  border-style: solid;
  position: absolute;
  z-index: 100001;
}

@media (max-width: 767.99px) {
  .notifications-popper {
    min-width: 320px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .notifications-popper {
    width: 340px;
  }
}

.notifications-popper[x-placement^="bottom"] {
  margin-top: 0px;
}

.notifications-popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 15px 10px 15px;
  background-color: transparent;
  border-color: transparent transparent #F2F2F2 transparent;
  top: -10px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.notifications-popper[x-placement^="bottom"] .popper__arrow:before {
  content: " ";
  border-bottom: 15px solid #000000;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: -15px;
}

.notifications-popper[x-placement^="bottom"] .popper__arrow:after {
  content: " ";
}

#search-popper-box {
  width: 87%;
  margin: auto;
  max-width: 329px;
}

#header-search.on {
  display: block;
}

#header-search {
  display: none;
}

@media (min-width: 768px) {
  #header-search.on ~ #header-tools #search-popper-reference {
    display: none;
  }
}

.header-search-input {
  height: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-appearance: none;
  box-shadow: none;
  border-color: #888;
  border-style: solid;
  border-right: none;
  width: 1px;
  -webkit-transition: all 1.5s width;
  -moz-transition: all 1.5s width;
  transition: all 1.5s width;
}

.header-search-input:focus {
  border-color: #0574AC;
  border-style: solid;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-right: none;
  width: 200px;
}

.header-search-input:focus ~ span .header-search-button {
  border-color: #0574AC;
}

.header-search-input.ng-not-empty ~ span .header-search-button {
  background-color: #0574AC;
  color: #FFF;
}

.header-search-button {
  height: 40px;
  font-size: 20px;
  line-height: 1px;
  border-left: 0;
  border-color: #888;
}

.header-search form {
  padding: 0;
}

@media (max-width: 767.99px) {
  .header-search {
    position: absolute;
    top: 50px;
    width: 100%;
    border-width: 1px 0;
    border-style: solid;
    border-color: #F2F2F2;
    background-color: #FFF;
  }
  .header-search .input-group .input-group-btn {
    width: 1%;
  }
}

#notificationModal {
  display: none;
  position: fixed;
  top: 70px;
  right: 20px;
  min-height: 100px;
  min-width: 320px;
  max-width: 354px;
  z-index: 1000000;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  background: #FFF;
  border: 1px;
  border-radius: 6px;
  border-style: solid;
  border-color: #0574AC;
}

#notificationModal.show, #notificationModal[style="display: block;"] {
  display: block;
}

#notificationModal .btn {
  margin-bottom: 10px;
}

#notificationModal .btn.primary-action {
  background-color: #0574AC;
  color: #FFF;
}

#notificationModal #notification-icon {
  font-size: 48px;
  color: #1B7E28;
}

#notificationModal #notification-title {
  font-size: 18px;
  color: #1B7E28;
}

#notificationModal #notification-description {
  font-size: 12px;
}

@media (max-width: 767.99px) {
  #notificationModal {
    width: 100%;
    max-width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    border: none;
    border-radius: 0;
    padding: 25px 0 50px 0;
  }
  #notificationModal .btn {
    display: block;
    text-align: center;
    margin: auto;
  }
  #notificationModal #notification-description {
    text-align: center;
  }
  #notificationModal #notification-title {
    text-align: center;
  }
  #notificationModal #notification-icon {
    text-align: center;
  }
}

@media (max-width: 767.99px) {
  #notificationModal.show ~ #overlay, #notificationModal[style="display: block;"] ~ #overlay {
    content: " ";
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100000;
  }
}

/*
*
* This file is meant for overriding structure-breaking styles from other CSS files.
*
*/
@media only screen and (min-width: 1280px) {
  .Ent_Comp_Nav, .mainWarapperDash .wrapperDashboard, .footer {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1280px) {
  body {
    margin-left: inherit !important;
  }
}

a.menu-button {
  padding: 12px 15px !important;
  border: none;
}

.links a {
  border: none;
}

footer a {
  border: none;
}

a[class^="icon-"] {
  border: none;
}

/*# sourceMappingURL=custom.css.map */