#soc-main {
    text-align: left;
    min-height: 50vh;
}
#soc-main table {
    width: 100%;
    border-collapse: collapse;
    font-size: .9em;
    border-bottom: 1px solid #ccc;
}
#soc-main table th,
#soc-main table td {
    padding: 10px;
    border-top: 1px solid #ccc;
}
#soc-main table th {
    line-height: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .9em;
    background-color: #f7f7f7;
}
#soc-main table td.document,
#soc-main table td.date {
    white-space: nowrap;
}
#soc-main table td.details {
    padding: 0;
    border: 0;
}
#soc-main table td.details .wrapper {
    display: none;
    background: #f7f7f7;
    padding: 10px;
}
#soc-main table td.details p {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}
#soc-main table td.details .items {
    display: flex;
    flex-wrap: wrap;
}
#soc-main table td.details .box {
    width: 19%;
    display: inline-block;
    background: #ffffff;
    font-size: .85em;
    line-height: 1.4em;
    margin: .5%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#soc-main table td.options {
    width: 1px;
    white-space: nowrap;
    text-align: right;
}
#soc-main table .toggledetails {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #000000;
    transition: all .3s ease;
}
#soc-main table .toggledetails:hover {
    background-color: rgba(0, 0, 0, 0.03);
}
#soc-main table .toggledetails::before,
#soc-main table .toggledetails::after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}
#soc-main table .toggledetails::after {
    width: 2px;
    height: 10px;
    margin-top: -5px;
    margin-left: -1px;
}
#soc-main table .toggledetails.show::after {
    display: none;
}
#soc-main table .btn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border: 1px solid #000;
    color: #000;
    padding: 5px 8px;
    line-height: 1;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 600;
}
#soc-main table .btn:hover {
    background-color: #000;
    color: #fff;
}
#soc-main table td.details .btn {
    margin-top: 5px;
}

.soc-msg {
    display: none;
    font-size: .9em;
    line-height: 1.2em;
    align-items: center;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 5px;
    border: 0;
    box-shadow: none;
}
.soc-msg >i {
    flex: 0 0 auto;
    font-size: 24px;
    margin-right: 10px;
}
.soc-msg .text {
    flex: 1;
}
.soc-msg.error {
    display: flex;
    background-color: rgba(176, 17, 17, 0.1);
    color: #b01111;
}
.soc-msg.error i::before {
    content: "\f06a";
}
.soc-msg.ok {
    display: flex;
    background-color: rgba(17, 176, 118, 0.1);
    color: #11b077;
}
.soc-msg.ok i::before {
    content: "\f058";
}
.soc-msg.adv {
    display: flex;
    background-color: rgb(176 128 17 / 10%);
    color: #b08011;
}
.soc-msg.adv i::before {
    content: "\f06a";
}

.soc-form label,
.soc-form .label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3em;
}
.soc-form input,
.soc-form select,
.soc-form .select2-container {
    margin: 3px 0;
}
.soc-form label.error,
.soc-form .label.error {
    color: #b01111;
}

.soc-btn {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    padding: .66em 1.33em;
    cursor: pointer;
    transition: all .3s ease;
    appearance: none;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.3em;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #ffffff;
    background-color: #426cb4;
    border: 1px solid #426cb4;
    text-align: center;
}
.soc-btn:hover {
    color: #ffffff;
    background-color: #deaa03;
    border: 1px solid #deaa03;
}
.soc-account-content.login {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 40px;
}
.soc-account-content.login .col-text {
    flex: 1;
    margin-bottom: 40px;
}
.soc-account-content.login .col-text h2 {
    text-transform: uppercase;
    font-size: 1.5em;
}
.soc-account-content.login .col-text a {
    display: inline-block;
    background: #deaa03;
    color: #fff;
    padding: .5em 1em;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8em;
}
.soc-account-content.login .col-text a:hover {
    color: #000;
}
.soc-account-content.login .col-form {
    border: 1px solid #ccc;
    width: 100%;
    max-width: 500px;
    border-radius: 5px;
    padding: 40px;
    background-color: #f9f9f9;
}
.soc-account-content.login h3 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 25px;
}


.soc-account-user {
    text-align: right;
    margin-bottom: 20px;
}
.soc-account-user a {
    color: #426cb4;
}
.soc-account-menu {
    display: flex;
    flex-wrap: wrap;
}
.soc-account-menu .item {
    display: inline-block;
    border: 1px solid #426cb4;
    padding: 5px 15px;
    margin: 0 7px 7px 0;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 500;
    color: #426cb4;
}
.soc-account-menu .item:hover,
.soc-account-menu .item.active {
    background: #426cb4;
    color: #fff;
}
.soc-account-content {
    padding-top: 40px;
}
.soc-account-content h1 {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding-bottom: 10px;
    color: #426cb4;
}
.soc-account-content h3 {
    font-size: 22px;
}

.soc-wrapper-payment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.soc-wrapper-payment .col {
    width: 100%;
}
.soc-wrapper-payment .epayco-message {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #11b077;
    padding: 15px 25px;
    color: #11b077;
    border-radius: 10px;
    font-weight: 500;
}
.soc-wrapper-payment .epayco-message.failed {
    color: #b01111;
    border-color: #b01111;
}
.soc-wrapper-payment .epayco-message a {
    color: inherit;
    text-decoration: underline;
}
.soc-wrapper-payment .credits-count {
    background: #fff9dd;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 1.2em;
    border: 1px solid #b08011;
    color: #b08011;
    margin-bottom: 40px;
}
.soc-wrapper-payment .expiry {
    font-size: .7em;
    line-height: 1.2em;
    border: 1px dashed #b08011;
    background: #fff5c8;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 10px;
}

.credits-cart .pay-radio {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.credits-cart .pay-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.credits-cart .pay-radio .checkmark {
    background-color: #f9f9f9;
    padding: 10px 10px 10px 35px;
    border-top: 1px solid #dde0e5;
    border-bottom: 1px solid transparent;
    display: block;
    cursor: pointer;
    transition: all .3s ease;
}
.credits-cart .pay-radio:last-of-type .checkmark {
    border-bottom: 1px solid #dde0e5;
}
.credits-cart .pay-radio:last-of-type {
    margin-bottom: 20px;
}
.credits-cart .pay-radio:hover input ~ .checkmark {
    background-color: #dde0e5;
}
.credits-cart .pay-radio input:checked ~ .checkmark {
    background-color: #426cbb;
    color: #fff;
}
.credits-cart .pay-radio .checkmark:before {
    content: "\f058";
    display: block;
    font: normal normal normal 20px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: all .3s ease;
}
.credits-cart .pay-radio input:checked ~ .checkmark:before {
    opacity: 1;
}
.credits-cart form {
    margin-bottom: 20px;
}
.credits-cart fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.credits-cart fieldset .full {
    width: 100%;
}
.credits-cart fieldset .mid {
    width: 100%;
}
.credits-cart .doc_num {
    display: flex;
}
.credits-cart .doc_num input::-webkit-outer-spin-button,
.credits-cart .doc_num input::-webkit-inner-spin-button {
    appearance: textfield;
    -webkit-appearance: none;
    margin: 0;
}
.credits-cart .doc_num input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}
.credits-cart .doc_num .dv {
    display: none;
    flex: 0 0 auto;
    align-items: center;
    margin-left: 10px;
}
.credits-cart .doc_num .dv.show {
    display: flex;
}
.credits-cart .doc_num .dv input {
    max-width: 70px;
    margin-left: 10px;
    text-align: center;
}

.soc-wrapper-payment .orders-list {
    overflow: hidden;
    overflow-y: auto;
    max-height: 500px;
    font-size: 14px;
}
.soc-wrapper-payment .orders-list .item {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.soc-wrapper-payment .orders-list .item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.soc-wrapper-selector .actions {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.soc-wrapper-selector .actions .list-off {
    flex: 0 0 auto;
    width: 100%;
    font-size: 14px;
    order: 2;
}
.soc-wrapper-selector .actions select {
    width: 100%;
    margin-top: 3px;
}
.soc-wrapper-selector .actions .soc-open-popup {
    width: 100%;
    order: 1;
    margin-bottom: 10px;
}
.soc-wrapper-selector .officer-details .info {
    border: 1px solid #cccccc;
    padding: 20px 25px;
    background: #f9f9f9;
    border-radius: 5px;
    font-size: .9em;
    margin-bottom: 20px;
}

.soc-upload-box {
    border: 1px dashed #888;
    background-color: #f7f7f7;
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.soc-list-request .head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}
.soc-list-request .head .list-req {
    flex: 1;
    font-size: 14px;
    margin-bottom: .5em;
    display: flex;
    align-items: flex-end;
}
.soc-list-request .head .list-req .list-select {
    flex: 1;
    margin-right: 5px;
}
.soc-list-request #soc-request-update {
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.3em;
    padding: .66em 1.33em;
    color: #fff;
    background-color: #426cb4;
    border: 1px solid #426cb4;
}
.soc-list-request #soc-request-update:hover {
    background-color: #deaa03;
    border-color: #deaa03;
}
#soc-search-request {
    display: flex;
    width: 100%;
}
#soc-search-request .input {
    flex: 1;
    position: relative;
    margin-right: 5px;
}
#soc-search-request input {
    padding-right: 25px;
}
#soc-search-request .clear {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    line-height: 1.5em;
    width: 25px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    font-size: 1.5em;
}
#soc-pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    line-height: 1;
    font-size: .8em;
    font-weight: 500;
    width: 100%;
    justify-content: center;
}
#soc-pagination a,
#soc-pagination span {
    display: inline-block;
    padding: 10px 5px;
    border: 1px solid #CCCCCC;
    margin: 3px;
    min-width: 35px;
    text-align: center;
    border-radius: 5px;
    color: #000;
}
#soc-pagination span {
    background: #426cb4;
    color: #FFF;
    border-color: #426cb4;
}
#soc-pagination a:hover {
    color: #426cb4;
}

.soc-list-request .footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.soc-list-request .footer .count {
    flex: 1;
}

.soc-show-results {
    display: flex;
    align-items: center;
    background: #fff9dd;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #b08011;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 10px;
}
.soc-show-results input {
    margin-right: .5em;
}

.soc-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #00000091;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}
.soc-popup.show {
    display: flex;
}
.soc-popup .content {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 700px;
    margin: auto;
    max-height: calc(100vh - 40px);
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
}
.soc-popup .content h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.soc-popup .wrap {
    flex: 1;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.soc-popup .cancel {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #b01111;
    border-radius: 50%;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
    transition: all .3s ease;
}
.soc-popup .cancel:hover {
    background: #000;
}

#soc-upload-db p {
    font-size: .9em;
}
#soc-upload-db img {
    display: block;
    margin: 20px auto;
}
#soc-upload-db .actions {
    margin-top: 20px;
}

@media (min-width: 768px) {

    .soc-account-content.login .col-text {
        margin-bottom: 0;
        padding-right: 8%;
    }
    .soc-account-content.login .col-form {
        width: 50%;
    }

    .credits-cart fieldset .mid {
        width: 48%;
    }

    .soc-wrapper-selector .actions .list-off {
        flex: 1;
        width: auto;
        order: 1;
    }
    .soc-wrapper-selector .actions .soc-open-popup {
        width: auto;
        order: 2;
        margin-bottom: 0;
        margin-left: 10px;
    }

    .soc-list-request .head .list-req {
        max-width: 500px;
        margin-right: 20px;
        margin-bottom: 0;
    }
    #soc-search-request {
        width: auto;
    }

    #soc-pagination {
        width: auto;
        justify-content: center;
    }

    .soc-popup .content {
        padding: 30px;
    }

}

@media (min-width: 1024px) {

    .soc-wrapper-payment .col {
        width: 48%;
    }

}

@media (max-width: 767px) {

    #soc-main table thead {
        display: none;
    }
    #soc-main table tr {
        display: flex;
        flex-wrap: wrap;
    }
    #soc-main table td {
        display: block;
        width: 100%;
        border-top: 0;
        padding: 0;
    }
    #soc-main table td:first-of-type {
        border-top: 1px solid #ccc;
        padding-top: 10px;
        margin-top: 10px;
    }
    #soc-main table td::before {
        content: attr(data-title);
        display: block;
        font-weight: 600;
        color: #000;
        line-height: 1;
        margin-top: 5px;
    }
    #soc-main table td.result {
        width: auto;
        flex: 1;
    }
    #soc-main table td.options {
        width: auto;
        display: flex;
        align-items: center;
    }
    #soc-main table td.details {
        border: 0;
        padding: 0;
        margin: 0;
    }
    #soc-main table td.details .box {
        width: 49%;
    }

}