﻿#login-dp
{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: rgba(255,255,255,.8);
}
#login-dp .help-block
{
    font-size: 12px;
}
    #login-dp .bottom {
        /*background-color: rgba(255,255,255,.8);*/
        border-top: 1px solid #ddd;
        clear: both;
        padding: 14px;
    }

#login-dp .social-buttons a
{
    width: 49%;
}
#login-dp .form-group
{
    margin-bottom: 10px;
}
.btn-fb
{
    color: #fff;
    background-color: #beb7a4;
}
.btn-fb:hover
{
    color: #fff;
    background-color: #cccccc;
}
.btn-tw {
    color: #fff;
    background-color: #beb7a4;
}
.btn-tw:hover
{
    color: #fff;
    background-color: #cccccc;
}
@media (max-width:768px)
{
    #login-dp
    {
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom
    {
        background-color: inherit;
        border-top: 0 none;
    }
}

.social-buttons
{
    display: -webkit-box;
    padding-bottom:5px;
}


.provider-sign-in
{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


.provider-sign-in .provider-sign-in__button
{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 9999px;
    border-radius: 9999px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    height: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 32px;
}

button, input, select, textarea
{
    border: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    resize: none;
}

.provider-sign-in__button .provider-sign-in__button-image
{
    display: -webkit-block;
    height: 17px;
    width: 17px;
}

.provider-sign-in .provider-sign-in__button-image
{
    align-items: center;
    display: inline-block;
    justify-content: space-between;
    margin: 0 auto;
}

.provider-sign-in .provider-sign-in__button--twitter {
    background-color: #beb7a4;
    color: #fff;
    margin-left:5px;
}

.provider-sign-in .provider-sign-in__button--google {
    background-color: #beb7a4;
    color: #fff;
}
.provider-sign-in .provider-sign-in__button--facebook {
    background-color: #beb7a4;
    color: #fff;
}


.txt14
{
    font-size: 14px;
}

.modal-dialog
{
    width: 400px;
    margin-top: 105px;
    margin-left: auto;
    margin-right: auto;
}

/* Portrait phones and smaller */
@media (max-width: 480px)
{
    .modal-dialog
    {
        width: 350px;
        margin-top: 15px;
    }
}

.modal-body
{
    padding-left: 25px;
    padding-right: 25px;
}

::-webkit-input-placeholder
{
    /* WebKit browsers */
    color: #fff;
}
:-moz-placeholder
{
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
::-moz-placeholder
{
    /* Mozilla Firefox 19+ */
    color: #fff;
}
:-ms-input-placeholder
{
    /* Internet Explorer 10+ */
    color: #fff;
}

@media (max-width: 767px)
{
    .navbar-collapse
    {
        max-height: none;
    }
}




/*TAGI*/

.multiple_emails-ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
}

.multiple_emails-email
{
    margin: 3px 5px 3px 5px;
    padding: 3px 5px 3px 5px;
    border: 1px #e38cb7 solid;
    border-radius: 3px;
    max-width: 200px; /*background: #F3F7FD; */
}

.multiple_emails-email.selected
{
    border: 1px #d6619c solid;
    color: #d6619c;
}

.multiple_emails-close
{
    float: right;
    margin: 4px;
}

.accountInfo
{
    max-width: 200px;
}

.has-error .form-control
{
    border-color: #fd378e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .form-control:focus
{
    border-color: #ced4da;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.help-block
{
    color:#fd378e;
    font-size:12px;
    }
.container-fluid{padding-left:0px; padding-right:0px;}