/*Additional Styles*/

/*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 {
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    border: 3px solid white;
    border-radius: 3px;
}

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

.dialog2 {
    width: 96%;
    height: 90%;
    padding: 0;
}

.full-Height{
    height: 100%;
}

.content2 {
    height: auto;
    min-height: 90%;
    border-radius: 10;
}

.cust-btn{
    font-size: 16px;
    font-weight: 400;
    padding : 4px 6px 4px 6px;
    width: 100px;
    text-align: center;   
}


.typeCol {
    width: 2px;
    margin-right: -150px;
}

.modal-backdrop {
    visibility: hidden !important;
}
.modal.in {
    background-color: rgba(0,0,0,0.5);
}

table.dataTable tr.group td{font-weight:bold;background-color:#e0e0e0}
