.CMSLinks {
    color: whitesmoke;
    background: #ff6a00;
    text-align: center;
}

.CMSLinks a {
    color: whitesmoke;
    text-decoration: underline;
}

.main-content p {
    line-height: 1.4;
}

.main-content li {
    list-style: disc;
    margin-left: 30px;
    padding-left: 6px;
}

.main-content li li {
    list-style: circle;
    margin-left: 30px;
    padding-left: 6px;
}

.main-content li li li {
    list-style: square;
    margin-left: 30px;
    padding-left: 6px;
}

.entry-message-modal {
    overflow: unset !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.entry-message-modal-dialog {
    width: 60%;
}

.entry-message-modal-content {
    /*
    commenting this out and changing the height to 140 vh in hopes that it will help
    height: 95%;
    */
    height: fit-content !important;
    width: 85%;
    max-height: 90vw;
    max-width: inherit;
    margin: 0 auto;
    border: 2px solid #B53C45;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    padding:15px;
}

.entry-message-modal-body {
    overflow: unset !important;
    position: relative;

}

.entry-message-modal-close,
.entry-message-modal-close:hover {
    opacity: 1;
    position: absolute;
    top: -25px;
    right: -25px;
    border: 2px solid #B53C45;
    border-radius: 50%;
    padding: 10px;
    background-color: black;
    font-weight: bold;
    color: white;
}

.entry-message {
    line-height: 1.2em;
    font-size: 18pt;
    color: black;
}

.entry-message-footer {
    line-height: 1.6em;
    font-size: 12pt;
    font-style: italic;
    color: #1F6CAA;
}

.entry-message-link,
.entry-message-link:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #1F6CAA;
}

.SlideCaption {
    //float: left;
    position: absolute;
    left:100px;
    top:40px;
    height: 165px;
    z-index:2;
    width: 300px;
    /*transform: skewX(-20deg);*/
    background-color: rgba(255, 255, 255, 0.747);
}

.SlideCaptionBackground {
  background-color: rgba(255, 255, 255, 0.0);
  border: 2px solid white; 
  position: absolute;
  left: 95px;
  top:35px;
  height: 175px;
  width: 310px;
  z-index: 1;
}

.SlideCaptionContent {
    //float: right;
    position: relative;
    //top: 50%;
    left: 5px;
    letter-spacing: -1px;
    //transform: translateY(-50%);
    width: 280px;
    max-width: 300px;
    /*transform: skewX(20deg);*/
    line-height: 2em;
}

.SlideCaptionContent > img {
    height: 75px;
}

.mainCaption,
.subCaption {
    color: black;
}

.mainCaption {
    padding-top: 10px;
    font-size: 16pt;
    font-weight: 800;
    font-family:"Arial Black", sans-serif;
    text-transform: uppercase;
    margin-bottom:10px;
}

.subCaption {
    font-size: 12pt;
    line-height: 1.3em;
}

.linkCaption {
    background-color: #B53C45;
    color:white;
    margin-top:10px;
    padding: 3px 5px 3px 5px;
    font-size: 12pt;
    width: 100px;
}

.slideshow-row {
    z-index: -1;
}

#changePasswordForm {margin-top:-25px;}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: Arial;
    height: 100%;
}

img {
    max-width: 100%;
}

ul,
li {
    /* list-style: none; */
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

.backgroundBox {
    overflow-x: hidden;
    background-color: white;
}

.FeedContent {
    z-index: 0 !important;
    width: 1000px;
}

.FeedContent > ul > li {
    visibility: hidden;
    opacity: 0;
}

.FeedAct {
    visibility: visible !important;
    opacity: 1 !important;
    transition: opacity 3s;
}

.videoContainer {
  width:560px;
  height:315px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    line-height: 1em;
    padding: 0;
}

p {
    line-height: 1.8em;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input {
    outline: none;
    border: 0;
}

input[type="text"],
input[type="email"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

strong,
b {
    font-family: 'FranklinGothic-Demi', sans-serif;
    ;
}

.logo {
    padding: 5px;
    height: 150px;
}

.text-underline {
    text-decoration: underline;
}

.banner {
    position: relative;
    height: 150px;
    background: url(/images/banner.jpg) no-repeat center /*bottom*/;
    background-size: cover;
    /*text-align: center;*/
    color: white;
}

.banner-parallelogram {
    //float: right;
  //  position: relative;
    left: 0px;
    padding:auto;
    text-align: center;
    /*height: 300px;*/
    width: 100%;
    height:50px;
    /*transform: skewX(20deg);*/
    background-color: #B12333;
    //#3C3B6C;
}

.banner-parallelogram-local-info {
   display: inline-block;
   position:relative;
   color:white;
   margin-right:25px;
   font-weight:800;
   font-size:1.6em;
   margin-top:-15px;
   font-family:'Arial Black', sans-serif;
   letter-spacing: -1px;
}

.banner-parallelogram-content {
    position: relative;
    height:100%;
    vertical-align: middle;
    display: inline-block;
  //  right: 15px;
    /*
    bottom: 155px;
    left: 155px;
    */
    text-align: center;
    line-height: 2.4em;
    /*width: 65%;*/
}

.negotiationContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:15px;
  padding:10px;
  width:90vw;
}

.negotiationBox {
  border:1px solid #ccc;
  padding:20px;
  text-align: center;
}

.negotiationBox h3 {
  font-weight: bold;
  font-size:24px;
}

.negotiationButton {
  display: block;
  border-radius: 8px;
  padding:8px 12px 8px 12px;
  font-weight: bold;
  margin:15px auto 0px auto;
  font-size:14px;
  background: #B12333;
  width:fit-content;
  color:white;
}

.negotiationButton:hover {
  color:#ccc;
  background: #88101d;
}

.negotiationFormContainer input {
  display: block;
  width:100%;
  margin-top:-5px;
  padding:6px 8px 6px 8px;
  font-size:16px;
}

.negotiationFormContainer textarea {
  display: block;
  height:200px;
  width:100%;
  margin-top:-5px;
  padding:6px 8px 6px 8px;
  font-size:16px;
}

.negotiationTwoColumn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:15px;
}

.negotiationFormContainer button {
background: #B12333;
color:white;
padding:6px 8px;
border-radius: 8px;
border:0px;
font-size:16px;
font-weight: bold;
margin-top:20px;  
}

.negotiationFormContainer button:hover {
  color:#ccc;
  background: #88101d;
}


@media (max-width: 1460px) {
    .banner-logo {
        /*
        bottom: -85px !important;
        left: -35px !important;
        */
    }
    
    .banner-logo > img {
        /*height: 185px !important;*/
    }
    
    .banner-text-main,
    .banner-text-sub {
        line-height: 1.25em;
    }

    .banner-text-main {
        font-size: 18px !important;
        font-weight:600;
        color:#ccc;
     /*padding-top: 25px;*/
    }

    .banner-text-sub {
        font-size: 14px !important;
        font-weight:500;
        margin-left:-10px;
        color:#ccc;
    }
    
    .member-info {
        /*font-size: 9pt !important;*/
    }
}

.banner-parallelogram-content-item {
    padding-left: 15px;
    padding-right: 15px;
    /*transform: skewX(-20deg);*/
}

.banner-text-main,
.banner-text-sub {
    position: relative;
    display: inline-block;
    /*top: 60px;*/
    text-transform: uppercase;
    text-align: center;
    font-size: 1em;
    color:white;
}

.banner-logo {
    position: relative;
    width:100%;
    text-align:center;
    /*
    top: 50px;
    right: -30px;
    bottom: -115px;
    left: -42px;
    */
}

.banner-logo > img {
    height: 140px;
    
}

#bannerText {
    position: relative;
    top: 23px;
}

#bannerText h3 {
    color: white;
}

.menuArea {
    padding-left: 10px;
    text-transform: uppercase;
    background: #ccc;
    text-align: center;
}

/*---header---*/
.memberArea {
    font-size: 11pt;
    text-transform: uppercase;
    background: white;
}

.memberArea .navbar {
    padding: 15px 0px;
}

a.member-area:hover {
    color: white;
}

.memberLoginText {
   display: inline-block;
   font-weight: 800;
   font-family: "Arial Black", sans-serif;
   font-size:1.1em;
}

#memberMenu {
    position: absolute;
    display: block;
    background: black;
    width: 200px;
    text-transform: none;
    color: white;
    z-index: 1;
}

#memberMenu li {
    list-style: none;
}

.member-area {
    position: relative;
    display: block;
    background: #B12333;
    /*height: calc(100% + 40px);*/
    min-height: 30px;
    text-transform: none;
    color: white;
    z-index: 1;
}

.member-info-main,
.member-area-info-group,
.member-info {
    display: inline-block;
}

.member-info-main {
    padding-right: 15px;
    /*text-align: right;*/
}

.member-area-info-group {
    /*border-top: 8px solid #B53C45;*/
    /*column-count: 2;*/
    padding-right: 5px;
    /*text-align: right;*/
    /*
    padding-top: 10px;
    padding-bottom: 10px;
    */
}

.member-area-info-group > p:nth-child(3) {
    /*clear: both;*/
}

.member-area-info-group > p:nth-child(even) {
    /*float: right;*/
}

.member-area-info-group > p:not(:first-child) {
    /*padding-top: 5px;*/
}

.member-info {
    font-size: 11pt;
    text-transform: uppercase;
}

.member-area,
.member-area-info-group > p,
.member-area-menu-list > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

.member-area-login,
.member-area-menu {
    cursor: pointer;
}

.member-area-menu-item:first-child {
    border-top: 8px solid #B53C45;
}

.member-area-menu-item:last-child {
    border-bottom: 8px solid #B53C45;
}

.member-area-menu-item {
    border-top: 2px solid black;
}

.member-area-menu-item > a {
    color: white;
}

.member-area-menu-item:last-child {
    /*padding-bottom: 15px;*/
}

.member-area-text {
    /*
    position: absolute;
    top: 82.5%;
    right: 0%;
    */
    /*transform: translateY(-50%);*/
    position: relative;
    top: 5px;
    font-weight: bold;
    font-size: 14pt;
}

.member-area-text > a {
    color: white;
}

.member-area-login-text {
    float: unset !important;
    position: relative !important;
    top: -12.5px !important;
    margin: auto !important;
    /*padding-left: 25px;*/
    text-align: center;
}

.member-area-login-message {
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
    color:#ccc;
    letter-spacing: -1px;
    font-size: 1em;
}

ul.memberMenu li {
    display: inline;
    padding: 0 10px;
    text-transform: uppercase;
}

ul.memberMenu li a {
    color: white;
}

img.img.img-responsive {
    display: inline-block;
}

.localContact {
    padding: 8px;
    position: relative;
    float: right;
}

.localContact a {
    color: #ffffff;
    text-shadow: 1px 1px 1px black;

}

#SocialRow {
    /*display: flex;*/
}

#SocialMediaGroup {
    order: 1;
    display:inline-block;
    width:120px;
    padding:auto;
    text-align: center;
    margin-right:15px;
}

#ContactInfoGroup {
    order: 2;
    display:inline-block;
}

.social-row {
    position: relative;
    top: 5px;
    /*
    top: 67px;
    right: 50%;
    transform: translateX(70%);
    float: right;
    */
    padding-left: 30px;
    text-align: center;
    width:auto;
    display:inline-block;
    z-index: 1;
}

.social-item-group {
    /*
    float: right;
    position: relative;
    bottom: 60px;
    right: 90px;
    */
}

.social-item > a > img,
.social-item > img {
    padding: 0px 5px;
    width: 45px;
}

.social-item {
    float: left;
    padding-bottom: 5px;
}

.social-item > a {
    color: white;
}

/*---main---*/
span.glyphicon.glyphicon-menu-hamburger {
    color: black;
}

.navbar {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    
    border-radius: unset;
    min-height: unset;
    padding-top:3px;
    padding-bottom:3px;
}

.navbar-nav > li {
    float: none;
    border-right: 0px solid #888888;
    margin-left:4px;
    margin-right:4px;
    font-size:1.1em;
}

.navbar-nav > li:last-child {
    border-right: none;
}

.navbar-nav > li > a {
    padding: 5px;
    margin-left: -3px;
    color: #B12333;
}

.nav a:hover {
    color: black;
}

.sideBar {
    width: 100%;
    height: 250px;
    color: white;
}

.sideBar > .heading {
    border-bottom: 2px solid white;
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
}

.sideBar > .body {
    padding: 5px;
}

.sideCalendar {
    background: #898576;
}

.sideNewsFeed {
    background: #363833;
}

.sideFaceBook {
    background: #5c8fac;
    height: 350px;
}

.newsFeedLink {
    color: white;
}

.newsFeed {
    display: flex;
    background-color: #3C3B6C;
    font-size: 16pt;
    padding-left: 40px;
    padding-bottom: 6px;
    height: 40px;
    max-height: 68px;
    width: 120%;
}

.newsFeed .heading {
    font-weight: bold;
    color: white;
}

.newsFeed .body {
    z-index: 0;
    line-height: 2.1em;
    font-size: 14pt;
    font-style: italic;
    color: #888888;
}

.newsFeed a {
    color: white;
    font-size: normal;
}

.content {
    min-height: 200px;
    padding: 25px 75px;
}

.box {
    padding: 10px 20px;
    background: gray;
}

.boxLight {
    background: #959595;
}

.calendarLink {
    position: relative;
    padding: 5px;
    color: white;
    background: #094993;
    margin: 8px;
}

.ibew-logo-parallax {
    margin: 0px !important;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 95% auto !important;
    max-height: 400px;
}

.event-calendar-area {
    padding-bottom: 75px;
    padding-left: 50px;
    padding-right: 50px;
}

.event-calendar {
    text-align: center;
}

.event-calendar-header {
    color: #022192;
    font-size: 26pt;
    font-weight: bold;
    text-transform: uppercase;
}

.event-calendar-content {
    padding-top: 25px;
}

.eventItem {
    display: inline-block;
    line-height: 1.2em;
    font-size: 18pt;
    font-weight: bold;
    color: black;
}

.eventItemLine {
    display: block;
}

.eventDay {
    margin: auto;
    height: 48px;
    width: 48px;
    background-color: black;
    border: 2px solid #B53C45;
    border-radius: 50%;
    line-height: 1.8em;
    color: white;
}

.viewFullCalendarLink {
    font-size: 12pt;
    font-weight: normal;
    color: black;
}

/*---footer----*/
.footer {
    padding: 10px 0px;
    background: black;
    text-align: left;
    color: white;
}

.footer-contact-info-item {
    display: block;
    padding: 0px 15px;
    padding-left: 150px;
    font-size: 10pt;
    line-height: 1.2em;
}

.footer-verbiage {
    transform: translateY(-100%);
    padding-left: 15px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 14pt;
    font-weight: bold;
}

.footerBox {
    padding: 25px;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer h3 {
    color: white;
}

.nav a {
    color: black;
    text-decoration: none;
}

.contact-us-box {
    position: relative;
    transform: translateX(-50%);
    bottom: 50px;
    display: inline-block;
    padding: 10px 25px;
    background-color: #B53C45;
    font-size: 24pt;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-us-box a {
    color: black;
}

@media (min-width: 768px) {
    .nav > li {
        display: inline-block;
    }
    
    .navbar-right {
        margin-right: 0;
    }

    .navbar-right .dropdown-menu {
        left: unset;
        right: unset;
    }
}

@media only screen and (min-width: 992px) {
    .nav.navbar-nav {
        float: none !important;
        text-align: center;
    }
    
    /*
    .memberArea {
        display: flex;
    }
    */
    
    .member-area-text {
        /*width: 200px;*/
        float: left;
        padding-left: 15px;
        line-height: 1.2em;
    }
    
    .member-area-login-message > span {
        position: relative;
        top: 50%;
        transform: translateY(25%);
        float: left;
        height: 50px;
    }
}


@media only screen and (max-width: 1600px) {
    .main-content {
        padding-left: 16px;
    }
}

@media only screen and (max-width: 1200px) {
    .banner-logo {
        top: 0px;
    }
    
    /*
    .banner-text-main,
    .banner-text-sub {
        top: 20px;
    }
    */
    
    .member-area {
        height: calc(100% + 68px);
    }
    
    .newsFeed {
        display: flow-root;
        /*padding-left: 15px;*/
        top: -234px;
        height: auto;
        min-height: 68px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-logo {
        display: inline-block;
    }
    
    /*
    .social-item-group:first-child {
        padding-left: 60px !important;
    }
    
    .social-item {
        float: unset;
    }
    
    .banner-parallelogram-content {
        left: 25px !important;
        line-height: 1.6em !important;
    }
    
    .banner-text-main {
        right: 5px !important;
        font-size: 16pt !important;
    }
    
    .banner-text-sub {
        font-size: 10pt !important;
    }
    
    .banner-logo {
        left: 62.5px !important;
    }
    
    .banner-logo > img {
        height: 40px !important;
    }
    */
}

@media only screen and (max-width: 767px) {
    .logo {
        height: 80px;
    }
    
    .videoContainer {
      width:90%;
      height:auto;
    }
    
    .banner-text-main {
        font-size: 18px !important;
    }
    
    .banner-text-sub {
        font-size: 14px !important;
    }

    .localContact {
        font-size: 10px;
    }
    
    .newsFeed {
        margin-right: -15px;
        top: -250px;
    }

    .newsFeed .heading {
        white-space: nowrap;
    }

    #bannerText h3 {
        font-size: 20px;
    }
    
    .content {
        padding: 25px;
    }
}

@media only screen and (max-width: 991px) {
  
  .entry-message-modal {
      overflow: unset !important;
      bottom: 0 !important;
      left: 0 !important;
      right: 0 !important;
  }
  
  .entry-message-modal-dialog {
      width: 60%;
  }
  
  .entry-message-modal-content {
      /*
      commenting this out and changing the height to 140 vh in hopes that it will help
      height: 95%;
      */
      height: fit-content;
      width: 95%;
      max-width: inherit;
      margin: 0 auto;
      border: 2px solid #B53C45;
      border-radius: 10px;
      text-align: center;
      font-weight: bold;
  }
  
  .entry-message-modal-body {
      overflow: unset !important;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
  }
  
  .close {
    font-size:28px;
    margin-top:-4px !important;
  }
  
  .entry-message-modal-close,
  .entry-message-modal-close:hover {
      opacity: 1;
      position: relative;
      top: 15px;
      margin-left:auto;
      margin-right:auto;
      width:90%;
      right:5%;
      height:45px;
      margin-bottom:30px;
      border: 2px solid #B53C45;
      border-radius: 4px;
      display:block;
      padding: 10px;
      background-color: black;
      font-weight: bold;
      color: white;
      z-index:999;
  }
  
  .entry-message {
      line-height: 1.2em;
      font-size: 24pt;
      color: black;
  }
  
  .entry-message-footer {
      line-height: 1.6em;
      font-size: 12pt;
      font-style: italic;
      color: #1F6CAA;
  }
  
  .entry-message-link,
  .entry-message-link:hover {
      cursor: pointer;
      text-decoration: underline;
      color: #1F6CAA;
  }
  
    .social-row {
        /*left: 45px;*/
        padding-left:0px;
    }
    
    #SocialMediaGroup {
       width:100%;
       text-align: center;
       padding:0px;
       margin-right:0px;
       display:block;
       position: relative;
       margin-bottom:5px;
    }
    
    .social-item {
       float:none;
       display: inline-block;
    }
    
    .banner {
       height: 150px;
    }
    
    .banner-parallelogram {
        height: 185px;
    }
    
    .banner-parallelogram-local-info {
       margin-right:0px;
    }
    
    .banner-parallelogram-content-item {
       padding-right:0px;
    }
    
    .banner-parallelogram {
        width: 100%;
    }
    
    .banner-parallelogram-content {
        /*
        bottom: 15px;
        line-height: 2em;
        */
        height:auto;
        margin-top:30px;
    }
    
    .banner-text-main,
    .banner-text-sub {
        top: 0px;
    }
    
    .banner-text-main {
        font-size: 22pt;
    }
    
    .banner-text-sub {
        font-size: 12pt;
    }
    
    .banner-logo {
        /*
        bottom: -70px !important;
        left: -35px !important;
        */
    }
    
    .banner-logo > img {
      //  height: 75px !important;
    }
    
    .menuArea {
        padding-left: 0px;
    }
    
    .memberArea {
        position: relative;
        top: 0px !important;
        left: 15px;
    }
    
    .memberArea .navbar,
    .member-area-login,
    .member-area-menu,
    #memberMenu {
        margin-left: -30px !important;
    }
    
    .member-area-login-text {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .member-area-text {
        /*padding-left: 15px;*/
        width: 100%;
    }
    
    .nav.navbar-nav,
    .member-area,
    #memberMenu {
        text-align: center;
    }
    
    .member-area,
    .member-area-info-group > p,
    .member-area-menu-list > li > a {
        /*
        padding-left: 0px;
        padding-right: 0px;
        */
    }
    
    .member-area-menu {
        /*
        margin-left: -45px !important;
        padding: 15px 0px;
        */
    }
    
    .member-info-main {
        padding-right: 0px;
        text-align: center;
    }
    
    .member-area-info-group {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    
    .member-area-text {
        position: relative;
        /*top: 0px !important;*/
        padding-bottom: 5px;
        transform: unset;
        line-height: 1.2em;
    }
    
    .member-area-login-text {
        top: -12.5px !important;
    }
    
    #memberMenu {
        width: 100%;
    }
    
    .footer {
        text-align: center;
    }
    
    .contact-us-box {
        transform: translateX(0%);
    }
    
    .footer-contact-info {
        bottom: 25px;
    }
    
    .footer-contact-info-item {
        padding-left: 0px;
    }
    
    .footer-verbiage {
        padding-left: 0px;
        transform: translateY(0%);
    }
}

@media only screen and (max-width: 979px) {
    .entry-message-modal {
        top: 10px !important;
    }
    
    .entry-message-modal-dialog {
        width: 85% !important;
    }
}

/* Print styling */
@media print {
    .sidebar {
        display: none;
    }

    .hide-on-print {
        display: none;
    }

    a[href]:after {
        content: "" !important;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.modal-open {
    overflow-y: auto;
}

.modal-backdrop {
    background: black !important;
}

.vertical-align-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}