/*Additional Styles*/
.logo{
    display: none;
}

/*Altername Styles*/
.message.sent {
    background: #e1ffc7;
    border-radius: 5px 0px 5px 5px;
    float: left;
    padding: 10px;
    margin: 10px;
}
.metadata {
    display: inline-block;
    float: right;
    padding: 0 0 0 7px;
    position: relative;
    bottom: -4px;
}
 /*-----------*/
.auth {
    background: url('/images/safedocbackground-223.png') no-repeat;
    background-size: cover;
}

.bg-overlay{
    color:#1f95f4; ;
    background-color: #ffffff;
}


body.auth.widescreen {
    margin-top: 280px;
}


.bg-picture{
    margin: -15px -25px 0 -25px;
    padding:10px 0;
}

.tab-content{
    width: 100%;
}

#videos {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#subscriber {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#publisher {
    width: 100%;
    height: 420px;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    border: 3px solid white;
    border-radius: 3px;
}

.btn-gray{
    color: rgb(128,128,128);
}

