@import url('/css/notifications.css');
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('/fonts/montserrat/Montserrat-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
a.tag-item {
  display: inline-block;
  border-radius: 2px 0px 0px 2px;
  padding: 4px 8px;
  font-weight: normal;
  font-size: 12px;
  /*margin-right: 3px;*/
  margin-bottom: 5px;
  transition: background-color 0.2s ease;
  width: 600px;
}

a.tag-item:active, a.tag-item:focus {
  text-decoration: none;
}

a.tag-item-default {
  color: #fff;
  background-color: #999999;
  border-color: #888;
}

a.tag-item-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

a.tag-item-default:hover {
  text-decoration: none;
  background: #777;
}

a.tag-item-danger:hover {
  text-decoration: none;
  background-color: #d2322d;
  border-color: #ac2925;
}

h4.tag-letter-header {
  padding-bottom: 5px;
  border-bottom: solid 1px #ccc;
}

h4.tag-letter-header span {
  float: right;
  color: #ccc;
  font-size: 14px;
}

.striped-odd {
  background-color: #f5f5f5;
}

.remove-icon {
  /*font-size: 0.8em;*/
  /*padding: 2px;*/
  color: #940609;
  display: inline-block;
  border-radius: 0px 2px 2px 0px;
  padding: 4px 8px;
  font-weight: normal;
  font-size: 12px;
  /*margin-right: 3px;*/
  margin-bottom: 5px;
  transition: background-color 0.2s ease;
  background-color: #999999;
  border-color: #888;
}

.remove-icon:hover {
  /*color: #d2322d;*/
  cursor: pointer;
  background-color: #666;
}

.remove-icon {
  border-left: solid 1px #777;
  background: #888;
  height: 25px;
  font-size: 0.8em;
}

div.tagsinput span.tag {
  text-decoration: none;
  background: #777;
}

.tag-wrap .delete-tag {
  display: none;
  padding-left: 3px;
}

.tag-wrap:hover .delete-tag {
  display: block;
}

.tag-wrap {
}

.tag-wrap:hover {
}

#tags_tag {
  width: 400px;
}

#tags_item_tag {
  width: 400px;
}

.pointer {
  cursor: pointer;

}

.disable {
  cursor: not-allowed;
}

.byline {
  color: #999;
  font-size: 0.8em;
}

div.comment-theirs > .comment-wrap > .comment {
  position: relative;
  width: 75%;
  min-height: 50px;
  padding: 15px;
  background: #e7e7e7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

div.comment-theirs > .comment-wrap > .comment:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e7e7e7;
  display: block;
  width: 0;
  z-index: 1;
  left: -10px;
  top: 15px;
}

div.comment-mine > .comment-wrap > .comment {
  position: relative;
  width: 75%;
  min-height: 50px;
  padding: 15px;
  background: #e7e7e7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: right;
}

div.comment-mine > .comment-wrap > .comment:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent #e7e7e7;
  display: block;
  width: 0;
  z-index: 1;
  right: -10px;
  top: 15px;
}

.comment {
  text-align: initial;
}

div.comment-theirs > .comment-wrap > .comment-preview {
  position: relative;
  width: 95%;
  min-height: 50px;
  padding: 15px;
  background: #e7e7e7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

div.comment-theirs > .comment-wrap > .comment-preview:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e7e7e7;
  display: block;
  width: 0;
  z-index: 1;
  left: -10px;
  top: 15px;
}

div.comment-mine > .comment-wrap > .comment-preview {
  position: relative;
  width: 95%;
  min-height: 50px;
  padding: 15px;
  background: #e7e7e7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: right;
}

div.comment-mine > .comment-wrap > .comment-preview:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent #e7e7e7;
  display: block;
  width: 0;
  z-index: 1;
  right: -10px;
  top: 15px;
}

.comment-preview {
  text-align: initial;
}

.comment-meta {
  font-size: 0.9em;
  color: #999;
  font-style: italic;
  width: 75%;
}

.comment-preview-meta {
  font-size: 0.9em;
  color: #999;
  font-style: italic;
  width: 95%;
}

div.comment-mine > .comment-wrap > .comment-meta {
  float: right;
  text-align: right;
  margin-right: 10px;
}

.comment-wrap {
  width: 100%;
}

.comments-popup-wrap {
  font-size: 12px;
  max-height: 250px;
  overflow-y: auto;
  padding: 15px 15px 0 15px;
  margin-bottom: 15px;
}

.comments-preview-submit-wrap {
  min-height: 167px;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

table.table-small-font {
  font-size: 0.8em;
}

.modern-tabs {
  border-bottom: 1px solid #ddd;
  -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
  -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
  box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
  margin-bottom: 20px;
  background: #d8dbde;
  border: 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.modern-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.modern-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 0;
  padding: 14px 20px;
  color: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.modern-tabs > li.active > a,
.modern-tabs > li.active > a:hover,
.modern-tabs > li.active > a:focus {
  background-color: #fcfcfc;
  border: 0;
}

.modern-tabs > li > a:hover {
  background: none;
  color: #333;
}

.modern-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.modern-tabs.nav-justified > li {
  float: none;
}

.modern-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.modern-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (max-width: 768px) {
  .text-center-xs {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .modern-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .modern-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.modern-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.modern-tabs.nav-justified > .active > a,
.modern-tabs.nav-justified > .active > a:hover,
.modern-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .modern-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .modern-tabs.nav-justified > .active > a,
  .modern-tabs.nav-justified > .active > a:hover,
  .modern-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.form-delimited {
  border: 1px solid #ccc;
  margin-top: 5px;
  margin-left: 0px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.bootstrap-select > button.btn.dropdown-toggle.btn-default {
  background-color: #fff;
  color: #000;
}

.panel.expanding-panel > .panel-heading:hover {
  background-color: /* #FCFDD6; */ #fcfcfc;
  cursor: pointer;
}

.panel.expanding-panel > .panel-heading:hover p.not-expanded {
  color: #666;
}

.panel.expanding-panel > .panel-heading .panel-expander {
  color: #999;
}

.panel.expanding-panel > .panel-heading .panel-expander:hover,
.panel.expanding-panel > .panel-heading:hover .panel-expander,
.panel.expanding-panel > .panel-heading:hover > h3.panel-title {
  color: #d9534f;
}

.help-block.inactive {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ccc;
}

.tab-content.profile-tab-content {
  background: #fcfcfc;
}

.totals-row {
  /*background-color: red;*/
  /*border-top: solid 2px #eee;*/
  border-bottom: solid 2px #ccc
}

.totals-row td {
  background-color: #d2d2d2 !important;
  color: #444;
}

.fixheight {
  padding: 7px 15px 7px 15px !important;

}

.dropdown-menu[datepicker-popup-wrap] .active {
  color: #666;
}

.dropdown-menu[datepicker-popup-wrap] .text-info {
  color: #636e7b;
}

.dropdown-menu[datepicker-popup-wrap] div:focus,
.dropdown-menu[datepicker-popup-wrap] table:focus,
.dropdown-menu[datepicker-popup-wrap] li:focus {
  outline: 0 !important;
}

.btn-upload {
  position: relative;
  overflow: hidden;
  /* color: red; */
  background-image: none;
  background-color: red;
}

.btn-upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  -webkit-transform: translate(-300px, 0) scale(4);
  -ms-transform: translate(-300px, 0) scale(4);
  -o-transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
  color: red;
}

* html .btn-upload {
  line-height: 24px;
  margin: 1px -3px 0 0;
}

* + html .btn-upload {
  padding: 2px 15px;
  margin: 1px 0 0 0;
}

.no-overflow {
  overflow-x: hidden;
}

.no-overflow-y {
  overflow-y: hidden;
}

.grandTotalsRow {
  border-top: solid 3px #999;
}

#groups-permissions-table div {

}

#groups-permissions-table div.header-cell {
  font-weight: bold;
  padding: 10px 15px;
}

#groups-permissions-table div.body-cell {
  border-top: solid 1px #eee;
  padding: 10px 15px;
}

#groups-permissions-table div.sub-body-cell {
  padding: 10px 15px;
}

.mobile-menu-top {
  background-color: transparent;
  min-height: 18px;
  margin-bottom: 0px;
  position: relative;
  height: 56px;
}

.mobile-menu-top-font {
  text-decoration: none;
  color: white;
  font-size: 0.9em;
}

.divider-vertical {
  height: 50px;
  border-right: 1px solid #7E7E7E;
  margin-top: 5px;
  margin-bottom: 5px;
  margin: 0px 5px 0px 5px;
  border-right-color: #eef8f1;
}

.mobile-mobile {
  border-bottom: 2px solid #D5D5D5
}

.no_padding {
  padding-left: 0;
  padding-right: 0;
}

.menu_icon-mobile {
  background: transparent url("../images/menu-icon-mobile.png") no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
}

.menu_icon {
  background: transparent url("../images/menu-icon.png") no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  background-size: 28px;
}

.menu_icon_slide {
  background: transparent url("../images/menu-icon.png") no-repeat;
  width: 36px;
  height: 36px;
  position: relative;
}

.menu_icon_slide:hover {
  cursor: pointer;
}

.menu_icon_mobile {
  background: transparent url("../images/menu-icon-mobile.png") no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
}

.menu_icon_slide_mobile {
  background: transparent url("../images/menu-icon-mobile.png") no-repeat;
  width: 36px;
  height: 36px;
  position: relative;
}

.menu_logo_mobile {
  background: transparent url("../images/parkstreet-black-large.png") no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
}

.menu_icon_slide_mobile:hover {
  cursor: pointer;
}

.list-group {
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.mobile-header {
  display: table;
  height: 100%
}

.padding-top-bottom-15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.first_list {
  margin-bottom: 3px;
}

.slidepanel {
  width: 75%;
  /*height: 100%;*/
  position: absolute;
  left: -200px;
  z-index: 10000;
  color: white;
  background-color: black;
  opacity: 1;
  top: 0%;
  display: none;
}

.slidepanel .list-group a {
  border-radius: 0px;
  background-color: transparent;
  color: white;
  padding-left: 10px;
}

.slidepanel .list-group a.active, .slidepanel .list-group a:hover {
  border-radius: 0px;
  background-color: rgba(24, 24, 24, 0.91);
  color: white;
}

.slidepanel .list-group.first_list a {
  border-right: none;
  border-left: none;
  border-color: rgb(134, 134, 134);
}

.slidepanel .list-group.second_list a {
  text-transform: none;
  border: none;
  color: white;
  font-size: 0.9em;
}

.mobile-border-down-menu {
  border-bottom: solid 2px #940609;
}

.mobile-border-down-menu-1 {
  border-bottom: solid 2px #940609;
}

.mobile-border-up-menu {
  border-top: solid 2px #940609;
}

.mobile-border-menu {
  border: solid 1px #940609;
}

.mobile-menu-account {
  cursor: pointer;
  vertical-align: top;
  padding-left: 1px;
}

.pos1 {
  position: absolute;
  width: 265px;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  padding: 10px 15px;
  align-items: center;
  height: 55px;
  background: rgba(216, 216, 216, 0.35);
  border-radius: 0px;
}

.tab-search {
  border: none;
  background: rgba(216, 216, 216, -0.65);
  position: relative;
  width: inherit;
  padding: 0 20px 0 0;
}

.tab-search:focus {
  outline: 0;
}

.im-pos1 {
  width: 35px;
  height: 35px;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px !important;
  display: block !important;
}

.tl-a {
  padding: 16px;
}

.logo{
  height: 23px;
}

.li-style1 {
  padding-left: 15px;
}

.mobile-switcher-dropdown {
  display: none;
}

.mobile-switcher-dropdown-c-p {
  display: none;
}

.switcher-parent-mobile-blade {
  position: absolute;
  width: 265px;
  height: 55px;
  background: rgba(216, 216, 216, 0.35);
  margin: 0;
  margin-right: 35px;
}

.switcher-parent-mobile-blade-l {
  position: absolute;
  width: 265px;
  height: 55px;
  background: rgba(216, 216, 216, 0.35);
  margin: 0;
  margin-right: 35px;
}
.m-15-tb{
margin: -15px 0;
}
.pos-mobile-blade {
  position: absolute;
  border-radius: 0;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  padding: 10px 15px;
  width: 100%;
  align-items: center;
  height: 55px;
}
.pro-drpdwn{
height: 65px;
display: flex;
align-items: center;
}
.logo-wrapper{
display: flex;
height: 65px;
align-items: center;
}
.pos-cursor {
  cursor: pointer;
}

.im-pos-add {
  width: 40px;
  height: 40px;
  background: rgb(216, 216, 216);
  border-radius: 0px 0px 0px 0px;
}

.txt-styl-mobile-blade {
  width: 125px;
  color: rgb(191, 32, 9);
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.2px;
  padding-left: 10px;
}

.algn-glph-mobile-blade {
  right: 0px;
  left: 7px;
  top: 9px;
  font-size: 25px;
  color: rgb(128, 128, 128);
}

.algn-glph-mobile-blade-c-p {
  right: 0px;
  left: 7px;
  top: 5px;
  font-size: 25px;
  color: rgb(128, 128, 128);
}

.switcher-parent-click{
cursor: pointer;
}

.in-pos12 {
  width: 100%;
  top: 0px;
  right: 1px;
  background: rgba(216, 216, 216, 0.35);
  border-radius: 0px 0px 0px 0px;
  padding: 10px 60px 10px 30px;
  color: #4a4a4a;
  font-size: 16px;
  font-family: HelveticaNeue;
  letter-spacing: 0.5px;
  border: 0;
  box-shadow: none;
  height: inherit;
}

.form-control:focus {
  box-shadow: none !important;
}

.mobile-switcher-dropdown .l-s {
  padding-left: 15px;
}

.mobile-switcher-dropdown-c-p .l-s {
  padding-left: 15px;
}

.in-pos1-m {
  position: absolute;
  width: 265px;
  height: 57px;
  top: 0px;
  right: 1px;
  background: rgba(216, 216, 216, 0.35);
  border-radius: 0px 0px 0px 0px;
  padding: 10px 10px 10px 20px;
  color: #4a4a4a;
  font-size: 16px;
  font-family: HelveticaNeue;
  letter-spacing: 0.5px;
  border: 0;
  box-shadow: none;
  transform: translateY(0px);
}

.pos-m {
  position: absolute;
  border-radius: 0;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  padding: 10px 15px;
  width: 100%;
  align-items: center;
  height: 57px;
}

.switcher-dropdown-tab {
  position: absolute;
  top: 100%;
  width: 100%;
  display: block !important;
  background: white;
  z-index: 9999;
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 0 4px 4px !important;
}

.dropdown-mobile .l-s {
  width: 100%;
}

.dropdown-mobile .lbl-algn1 {
  font-weight: 500;
}

.switcher-mobile-display {
  display: initial !important;
}


.selected-company-title {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0px;
}

.dsk-hgt {
  max-height: 61px;
}

.txt-algn1-mob {
  color: black;
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  font-weight: 500 !important;
  height: 19px;
  display: -webkit-box;
  margin: 0px;
  padding-left: 10px;
  width: 250px !important;
}

.hr_rs {
  padding: 0;
}

@media all and (max-width: 991px) {
  .dsk-hgt {
    max-height: 100%;
  }

  .navbar-wrap-switcher {
    border-top: solid 2px rgb(0, 0, 0) !important;
  }

  .mobile-border-down-menu-1-switcher {
    border-bottom: solid 2px rgb(0, 0, 0) !important;
  }
  
}
@media all and (max-width: 991px) and (min-width: 768px){
  .srch-hide-dstp{
    display: none !important;
  }
  .srch-hide-mbl{
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .ml-10 .tx-h { 
    display: none !important;
  }

  .ml-11 .tx-h {
    display: none !important;
  }

  .switcher-parent-mobile-blade {
    width: 70px;
    right: -45px;
  }

  .switcher-parent-mobile-blade-l {
    width: 70px;
    right: 50px;
  }

  .txt-styl-mobile-blade{
    display: none;
  }

  .tab-search { display: none; }

  .glyph-hide { display: none; }

  .hdr-pd {
    padding: 0 20px;
  }

  .mobile-header {
    padding: 0;
    position: relative;
  }

  .mobile-switcher-dropdown .lbl-algn1 {
    display: flex;
  }

  .mobile-switcher-dropdown-c-p .lbl-algn1 {
    display: flex;
  }

  .img-mob-res {
    display: flex !important;
    align-items: center !important;
    width: 96px;
    padding: 0px 4px;
  }

  .img-mob-res-1 {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
  }

  .switcher-parent-header-mobile {
    width: 70px;
    position: relative;
    height: 54px !important;
    margin: 0;
    display: initial !important;
  }

  .im-pos {
    width: 47px !important;
    height: 47px !important;
  }

  .switcher-toggle-header {
    right: 10px;
  }

  .mobile-switcher-dropdown {
    position: absolute;
    display: flex;
    top: 100%;
    width: 100%;
    height: 55px;
  }

  .mobile-switcher-dropdown-c-p {
    position: absolute;
    display: flex;
    width: 100%;
    height: 55px;
    z-index: 2;
    top: 58px;
  }

  .pos1 {
    padding: 10px;
    position: initial;
    margin-right: 15px;
    width: 70px;
  }

  .mobile-switcher-dropdown .pos {
    position: absolute;
    border-radius: 0;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    padding: 10px 0 !important;
    width: 100%;
    align-items: center;
    height: 57px !important;
  }

  .mobile-switcher-dropdown-c-p .pos {
    position: absolute;
    border-radius: 0;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    padding: 10px 0 !important;
    width: 100%;
    align-items: center;
    height: 57px !important;
  }

  .mobile-switcher-dropdown .right-addon .glyphicon {
    right: 20px;
    top: 45px;
  }

  .mobile-switcher-dropdown-c-p .right-addon .glyphicon {
    right: 20px;
    top: 45px;
  }

  .mobile-glyph-srch {
    transform: translateY(-35px);
    padding-right: 25px;
    font-size: 17px;
  }
  
  .switcher-toggle.switcher-toogle-new-design{
    position: absolute !important;
    right: -8px !important;
    top: 56%  !important;
    transform: translateY(-50%) !important;
    color: black;
    cursor: pointer;
    height: auto;
  }
  .switcher-toggle {
    position: initial !important;
    top: 0 !important;
    transform: translateY(0) !important; 
    right: 0px !important;
  }

  .im-pos1 {   
    width: 32px;
    height: 32px;
  }

  .mobile-menu-top {     
    display: flex !IMPORTANT;
    justify-content: flex-end; 
    padding: 0 5px 0 0;
  }

  .srch-hide-tab {
    display: none !important;
  }

  .pad-c-p {
    padding: 0;
  }
  
}

@media all and (max-width: 550px) {
  .mobile-menu-top { padding: 0 5px 0 0; }
  .img-mob-res {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    width: 96px;
  }

  .img-mob-res-1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tl-a { padding: 15px 20px; }
}

@media all and (max-width: 400px) {
  .mobile-menu-account { padding-left: 2px; }
  .pos1 { margin-right: 10px; }
  img.headerImgProfiles { height: 25px; }
  .pos1 { padding: 10px; }
  .logo { height: 25px; }
  .tl-a { padding: 15px 20px; }
  .menu_icon {
    width: 25px;
    height: 25px;
    background-size: 25px;
  }
  .hdr-pd { padding: 0 3px; }
  .in-pos12 { padding: 10px 60px 10px 15px;}
  .mobile-switcher-dropdown .l-s { padding-left: 0px; }
  .mobile-switcher-dropdown-c-p .l-s { padding-left: 0px; }
  .hr_rs { padding: 0 15px; }
}

@media all and (max-width: 350px) {
  .img-mob-res-1{
    display: flex !important;
    justify-content: flex-end;
    align-items: center !important;
    
  }
}

.switcher-dropdown {
  border-radius: 0; 
}

.display-inline-block {
  display: inline-block
}

.mobile-img-margin {
  margin-top: 6px;
  margin-bottom: 2px;
}

.mobile-menu-list {
  width: 149px;
  min-width: 50px;
  background: #f5f5f5;
  text-align: left;
  border-top: solid 1px #eee;
  left: -5%
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

.slidepanel a, .slidepanel label {
  text-transform: none;
  border: none;
  color: white;
  font-size: 0.9em;
}

.slidepanel a, .slidepanel label {
  display: block;
  padding: .85rem;
  color: #fff;
  background-color: #151515;
  box-shadow: inset 0 -1px #1d1d1d;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

.slidepanel a:focus, .slidepanel a:hover, .slidepanel label:focus, .slidepanel label:hover {
  color: rgba(255, 255, 255, 0.5);
  background: #030303;
}

.slidepanel label {
  cursor: pointer;
}

.slidepanel label {
  font-weight: inherit;
  margin-bottom: 5px !important;
}

.group-list a, .group-list label {
  padding-left: 10px;
  background: #252525;
  box-shadow: inset 0 -1px #373737;
}

.group-list a:focus, .group-list a:hover, .group-list label:focus, .group-list label:hover {
  background: #131313;
}

.sub-group-list a, .sub-group-list label {
  padding-left: 4rem;
  background: #353535;
  box-shadow: inset 0 -1px #474747;
}

.sub-group-list a:focus, .sub-group-list a:hover, .sub-group-list label:focus, .sub-group-list label:hover {
  background: #232323;
  padding-left: 10px;
}

.group-list, .sub-group-list, .sub-sub-group-list {
  height: 100%;
  padding-left: 10px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}

.nav__list {
  padding-left: 10px;
  padding-right: 10px;
}

.nav__list input[type=checkbox]:checked + label + ul {
  max-height: 1000px;
}

label > span {
  float: right;
  -webkit-transition: -webkit-transform .65s ease;
  transition: transform .65s ease;
}

.nav__list input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navbar-wrap {
  background: #000;
  border-top: solid 2px #940609;
}

.navbar-wrap-switcher {
  background: #000;
  border-top: solid 2px #940609;
}

._hidden{
  display:none !important;
  visibility: hidden !important;
}

._transition{
  transition:all 0.3s ease-in;
}

._hide{
  opacity: 0;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



div.longFont a {
  font-size: larger;
}

/*Loader popcorn type*/
.spinner {
  position: relative;
  top:40px;
  width: 100%;
  height: 100%;
  pointer-events: all;
  z-index: 1;
}
.spinner .loading-container {
  opacity: 0.8;
  top: 40%;
  left: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  transform: translate(-25px, -25px);
}
.loading-container .ball {
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid rgba(0, 0, 0, 0.9);
  opacity: 0.9;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 0 0 35px rgb(0, 0, 0);
  width: 40px;
  height: 40px;
  margin: 0 auto;
  animation: spin 0.5s infinite linear;
}
.loading-container .ball-inner {
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid rgba(0, 0, 0, 0.9);
  opacity: 0.9;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 0 0 15px rgb(0,0,0);
  width: 20px;
  height: 20px;
  margin: 10px 0 0 10px;
  position: relative;
  top: -40px;
  animation: spin 0.5s infinite reverse linear;
}
.ball-text {
  color: rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  text-align: center;
  opacity: 0.8;
  width: 100vw;
  top: 15px;
  left: -7px;
  font-size: 15px;
  position: absolute;
  transform: translatey(25px);
  animation: pulse 1s infinite alternate ease-in-out;
  margin: 0;
  text-shadow: 0 0 35px rgb(0,0,0), 0 0 35px rgb(0,0,0), 0 0 35px rgb(0,0,0);
}
@keyframes pulse {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes spin {
  0% {
    transform:rotate(0deg);
  }
  100% {
    transform:rotate(360deg);
  }
}

.editor-image img {
  
    max-width: 100%;
  
}

.psi-toast {
  height: 51px;
  width: 100%;
  z-index: 1;
  background: rgb(140, 12, 4);
  color: rgb(255, 255, 255);
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  font-family: 'Helvetica-medium';
}
.psi-toast-message {
  flex: 1;
  display: flex;
  justify-content: center;
}

.psi-toast-here {
  cursor: pointer;
  padding-left: 10px;
  text-decoration: underline;
  color:#FFFFFF;
}
.mob-resposive-cart .cart-select:hover {
  color: #000;
}
.mob-resposive-cart .cart-select {
  color: #000;
  height: 56px;
  padding: 17px 17px 12px 15px !important;
  margin-right: 0px !important;
  background: rgb(241, 241, 241);
  border-radius: 0px 0px 0px 0px;
  padding: 17px 20px 0px;
  /* margin-right: 45px; */
  text-align: center;
  display: inline-table;
  transform: translateY(0px);
  
}
.mob-resposive-cart .fa-shopping-cart {
  font-size: 24px;
}
#cart-num-algn {
  color: white;
  font-size: 10px;
  font-family: 'HelveticaNeue';
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.18px;
  background-color: #bf2009;
  transform: translate(10px, 3px) !important;
  position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 160px;
    top: 4px;
}
@media screen and (max-width: 768px) and (min-width: 551px) {
/* @media all and (max-width: 551) and (min-width: 768px){ */
  #cart-num-algn {
    right: 178px !important;
  }
}
