.dsplayNone {
    display: none;
}

.modal-body-content {
    padding-top: 20px;
}

.loading-block {
    display: none;
    text-align: center;
}

.modal_form_block,
.addressby_formblock {
    display: none;
}

table tr.table-tr {
    background: #f5f5f5;
}

table tr.list-default-row td .default-row-link {
    display: none;
}

table tr.list-default-row {
    background: #48bf37;
    color: #fff;
}

table tr.list-default-row a {
    color: #fff;
}

#modal-load-img img,
#address-load-img img {
    max-width: 100px;
}

.cursor-pointer {
    cursor: pointer;
}

#modal-list-table tr td,
#addressby_table tr td {
    min-width: 100px;
}

.modal-body .modal-table-wrapper {
    width: 100%;
    overflow-x: auto;
    max-height: 600px;
}

.popupLink {
    display: block;
    margin-bottom: 10px;
}

.addressby_add_btn i,
.popupAddLink i,
.popupLink i,
.addressesby_btn i {
    color: #464646;
    font-size: 18px;
}

.table .ui-sortable .td-drag-span {
    display: block;
    clear: both;
    font-size: 12px;
    color: #484848;
    cursor: pointer;
}

.table .ui-sortable i.fa {
    font-size: 16px;
}

.table .ui-sortable .btn-info {
    background: #4e50ee;
    color: #fff;
    padding: 4px 17px;
    border: 1px solid #5031bf;
    border-radius: 0;
}

#proposal-form-switch {
    display: none;
}

#prposal-note-block {
    display: none;
}

@media(min-width:576px) {
    .show-only-mbl {
        display: none;
    }
    #prposal-note-block {
        display: block;
    }
}

#proposal-form-block textarea.form-input {
    min-height: 175px;
}

#proposals-table {
    border: 1px solid grey;
}

#proposals-table thead {
    background-color: #51cf4f;
}

.login-social-link-block {
    padding-top: 30px;
}

.login-social-link-block .loginBtn {
    margin-bottom: 20px;
    display: block;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05);
    position: relative;
    font-size: 14px;
    line-height: 38px;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    padding: 0 20px;
    min-width: 250px;
    color: #3930d8;
    background: white;
    text-decoration: none;
    background-color: white;
    border: 1px solid #3930d8;
}

.login-social-link-block .loginBtn:hover {
    text-decoration: none;
}

.login-social-link-block .loginBtn i {
    position: absolute;
    left: 14px;
    top: 8px;
    font-size: 20px;
}

.login-social-link-block .loginBtn img {
    top: 10px;
    position: absolute;
    left: 14px;
}

.login-social-link-block .loginBtn.loginBtn--facebook {
    background-color: #405499;
    border-color: #ccc;
    color: #fff;
}

.login-social-link-block .loginBtn.loginBtn--facebook:hover {
    background-color: #384a87;
    border-color: #ccc;
    color: #fff;
}

.login-social-link-block .loginBtn.loginBtn--google {
    background: #fff;
    border: 1px solid rgba(76, 87, 102, .1);
    color: #000;
}

.login-social-link-block .loginBtn.loginBtn--google:hover {
    background-color: #f3f3f3;
    border-color: rgba(76, 87, 102, .1);
    color: #000;
}

.innerfolder {
    padding: 10px 60px;
    margin-bottom: 15px;
}

.innerfolder p {
    width: 100px;
}

.notes-main .card-header a {
    text-decoration: none;
    color: #000;
}

.notes-main .card-header a:hover {
    text-decoration: none;
    color: #000;
}

.proposal-main .card .card-header {
    font-size: 20px;
}

.proposal-block .form-group label {
    line-height: 17px;
}

.proposal-block .form-group label span i.field-icon {
    float: right;
    padding-left: 5px;
    font-size: 19px;
    color: #8c8c8c;
}

.proposal-block .form-group label span i.opt {
    font-size: 12px;
}

.proposal-list-table tbody tr td {
    vertical-align: middle;
}

.proposal-list-table tbody tr td a i {
    font-size: 18px;
}