p.help-block.help-block-error
{
	color: #710714;
}
div.help-block
{
	color: #710714;
}
.navbar-nav > .user-menu .user-image {
    object-fit: cover;
}
.authImage {
    object-fit: cover;
}
.advBtn-hide{display: none;}
.adminPhoto{width: 100px;display: inline-block;height: 100px;object-fit: cover;margin-right: 10px;}
    .customInput {
    padding: 13px;
    background: red;
    display: table;
    color: #fff;
    cursor: pointer;
    background: #710714;
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
    line-height: 1 !important;
    border: 0;
    border-radius: 4px !important;
    line-height: 1;
    text-align: center;
    min-width: 112px;
    height: 42px;
    font-weight: 500;
    font-size: 17px;
}

.padd10{padding: 10px;}
.btns a{height: auto;padding: 13px;}

.table-image {
    max-width: 50px;
    height: 50px;
    object-fit: contain;
}
.adv_pending
{
    color: #F46506;
}
.adv_approved
{
    color: #28A234;
}
.adv_reject
{
    color: #E52626;
}
.e-dropdown .list-right-social-link {
   /* width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 6px;
    background: #df671b;
    font-size: 14px !important;
    text-align: center;
    border-radius: 100px;
    padding: 6px 0px;
    margin-top: 0px !important;
    color: white !important;
    text-decoration: none !important;*/
}
.e-dropdown .social-links:first-child {
    margin-right: 0px;
    margin-left: 8px;
}
.e-dropdown {
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    top: 54px;
}
.disabledCheckbox .entry-cover{
    opacity: .3;
    cursor: not-allowed;
}
.relative{
    position: relative;
}
.errorMsg{
    background: red;
    max-width: 500px;
    border-radius: 5px;
    color: #fff;
    padding-left: 15px;
    padding: 1px 20px;
    display: none;
}
.errorMsg .help-block{
    color: #fff !important;
}
.error.errorMsg.visible{
    display: block;
}
.no-style{
    text-decoration: none !important;
    color: #fff !important;
}