
.button-content {
    font-size: 1.4rem;
    height:30px ;

}
.button-border{
    /*border-radius: 0;*/
    /*padding: 3px 18px;*/
}

.pv-modal .btn{
    padding: 3px 18px !important;
}
.close{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    color: unset;
    margin-top: -14px;
}
.modal-cross-btn {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;

    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.button-on{
    visibility: visible;
}
.button_checker {

    visibility: hidden;
    /*button_checker __web-inspector-hide-shortcut__*/
  /*content: ':( this user has not posted any items yet';*/
}

.modal-logo-img {
    max-height: 30px;
    width: auto;
    font-size: 1.4rem;
    text-align: left;
    align-content: left;
    }

.modal-close-btn {
    height: 15px;
    text-align: center;
}

#theImg{
    width: auto;
    max-height: 30px;
}


.cm-button-border{
    border: 1px solid #204d74;
}
#custom_modal_content{
     top: 0px;

}
#page_thead{
  position: fixed;
  top: 0;
  width: 100%

}

.cm-border{
    border: 1px solid #bbbbbb;
}
.hide-custom-modal{

}
.custom-modal-reopen {
    position: absolute;
    left: 50%;
    bottom: 2em;
    height: 2.6em;
    width: 9em;
    margin-left: -3.5em;
    display: none;
     border: 1px solid #000000;
    z-index: 1000;
}

.modal-reopen-first-layer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.sandbox-landing-modal-toggle{
            position: absolute;
            left: 50%;
            bottom: 2em;
            height: 2.6em;
            width: 9em;
            margin-left: -3.5em;
            display: none;
            border: 2px solid white;
            z-index: 1000;
        }

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}