/* css for "propel-migrate" -- starts here */
div.new-tenant {
    margin: 15px;
}

table.new-tenant, table.new-tenant input[type=text] {
    width: 100%;
}

table.new-tenant td.label {
    width: 200px;
}

table.new-tenant td {
    padding: 2px 10px;
}

#okm-status {
    border: 1px solid #999;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: -1px 0px -1px 3px;
    border-radius: 10px;
    background-color: #ccc;
}

#okm-status.fail {
    background-color: #c45;
    border-color: #800;
}

#okm-status.pass {
    background-color: #4a4;
    border-color: #050;
}

#okm-controls {
    margin-top: 5px;
}

#do-wipe {
    background-color: #a33;
    border-color: #500;
}

#working {
    background-color: rgba(1, 1, 1, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

#work-spinner-box {
    margin: 15% auto;
    width: 200px;
    background-color: #dedede;
    text-align: center;
    border-radius: 5px;
    padding: 40px;
    box-shadow: 0 0 10px black;
}

/* css for "propel-migrate" -- ends here */

/* css for "propel-popups" -- starts here */
body {
    position: relative;
    min-height: 100vh;
}

.launch-propel-popup:hover {
    cursor: pointer;
}

.propel-popup-BG {
    display: none;
}

.propel-popup-BG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0.7);
    min-height: 100%;
    width: 100%;
}

.propel-popup-body {
    background-color: #fff;
    max-width: 80%;
    margin: 5% auto;
    padding: 20px;
}

.propel-close {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    position: relative;
    float: right;
    left: 45px;
    top: -50px;
    transition: all .3s linear;
    transform-origin: center center;
    display: block;
    width: 30px;
    height: 33px;
    text-align: center;
}

.propel-close:hover {
    cursor: pointer;
    text-shadow: 0px 0px 10px #fff;
}

/* css for "propel-popups" -- ends here */

/* css for "propel-redirect-message" -- ends here */
#thank-you .propel-popup-body,
#thank-you-newsletter .propel-popup-body{
    width:50%;
    padding:50px;
}
#thank-you .propel-close ,
#thank-you-newsletter .propel-close {
    left: 75px;
    top: -75px;
}
@media screen and (max-width: 790px){
    #thank-you .propel-popup-body,
    #thank-you-newsletter .propel-popup-body{
        margin-top:100px;
    }
    #thank-you .propel-popup-body,
    #thank-you-newsletter .propel-popup-body{
        width:90%;
        padding:50px;
    }
}
/* css for "propel-redirect-message" -- ends here */

/* css for "propel-AUTHORS" -- starts here */

/** no boxes round photos **/
.single-propel-author{
    display: flex;
    margin: 50px 0;
}
.single-propel-author img{
    border-radius: 50%;
    width: 150px !important;
    height: 150px !important;
}
.single-propel-author .propel-author-bio{
    padding:10px 10px 10px 15px;
}
.single-propel-author .propel-author-bio .propel-author-name{
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
}
.single-propel-author .propel-author-bio p{
    padding-bottom: 10px;
}

.single-propel-author .link-list{
    list-style: none;
    margin-left: 0;
}
.single-propel-author .link-list li{
    list-style: none;
    float:left;
    margin-right:30px;
}


/*****  IE *************************/
@media screen and (min-width:0\0) {


    .single-propel-author{
        display: block;
        clear:both;
    }
    .single-propel-author img{
        float: left;
    }
    .single-propel-author .propel-author-bio{
        float: left;
    }
    .single-propel-author .link-list{
        list-style: none;
        margin-left: 0;
    }
    .single-propel-author .link-list li{
        list-style: none;
        float:left;
        margin-right:30px;
    }
}
/* css for "propel-AUTHORS" -- ends here */

