/* Color Variables */


.fc-scroller {
    max-height: 450px !important;
    overflow: scroll !important;
}


.chat-line {
    display: block;
    margin-bottom: 10px;
}



#suits.active,
#filings.active {
    display: flex;
    flex-flow: column;
}

.suit-form {
    border-radius: 12px;
    flex: 1;
    display: flex;
    flex-direction: row;
    min-height: 0;
}


/********** Suit List *************/

.suit-list {
    background-color: #F7F7F7!important;
    border-radius: 12px;
    flex: 1;
    display: flex;
}

.suit-list-type {
    width: 265px;
    border-top-left-radius: 12px;
    display: flex;
    flex-flow: column;
}

.suit-header {
    padding: 10px 15px;
    background-color: #00405C!important;
    border-top-left-radius: 12px;
    display: inline-block;
    width: 100%;
    height: 40px;
}

.suit-header>p {
    color: #fff!important;
    width: fit-content;
    width: -moz-fit-content;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.suit-list-type-nav {
    flex: 1;
    border-bottom-left-radius: 12px;
}

.suit-list-type-nav>.doc-nav {
    background-color: #F7F7F7!important;
    flex: 1;
}

.suit-list-type-nav>.doc-nav ul {
    padding: 0;
    flex: 1;
}

.suit-list-type-nav>.doc-nav ul li {
    list-style: none;
    padding: 15px 20px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}

.suit-list-type-nav>.doc-nav ul li>a {
    text-decoration: none;
    color: #333333!important;
}

.suit-list-type-nav>.doc-nav ul li.active,
.suit-list-type-nav>.doc-nav ul li:hover {
    background-color: #e4edf1!important;
}

.suit-list-type-nav>.doc-nav ul li.active>.caret-right {
    display: block;
}

.suit-list-type-nav>.doc-nav ul li:not(:last-child) {
    border-bottom: 1px solid #EAEAEA!important;
}

.suit-list-table {
    flex: 1;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #fff!important;
    overflow-x: hidden;
    overflow-y: auto;
}

.registrar .suit-list-table {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.suit-table {
    width: 100%;
    font-size: 13px;
}

.suit-table>thead {
    background-color: #D5D5D5!important;
}

.suit-table>thead th {
    padding: 10px 20px;
    height: 40px;
}

.suit-table>tbody tr:nth-of-type(even) {
    background-color: #fff!important;
}

.suit-table>tbody tr:nth-of-type(odd) {
    background-color: #F7F7F7!important;
}

.suit-table>tbody tr>td {
    padding: 5px 20px;
}

.suit-table>tbody tr>td>p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.registrar .suit-table>tbody tr>td:last-child {
    display: flex;
    justify-content: center;
}


/********** Suit Checklist ***********/


/********** Suit Payment ************/

.suit-payment {
    flex: 1;
    border-radius: 12px;
    border: 1px solid #F7F7F7!important;
    display: flex;
    position: relative;
}

.suit-payment>.docs-details,
.suit-payment>.docs-preview {
    max-height: 600px;
    background-color: #FCFCFC!important;
    display: flex;
    flex-flow: column;
    padding: 10px;
}

.suit-payment>.docs-details {
    width: 450px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    overflow-y: auto;
}

.suit-payment>.docs-preview {
    width: 568px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.preview-table {
    flex: 1;
    min-height: 0;
    /* overflow-x: auto; */
}

.suit-payment>.docs-details>table,
.suit-payment>.docs-preview table {
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
}

.suit-payment>.docs-details>table tr td.header,
.suit-payment>.docs-preview table tr td.header {
    
    text-transform: capitalize;
}

.suit-payment>.docs-details>table tr td,
.suit-payment>.docs-preview table tr td {
    padding: 5px 0;
}

.suit-payment>.docs-details>table tr td:nth-last-child(2),
.suit-payment>.docs-preview table tr td:nth-last-child(2) {
    width: 15%;
}

.suit-payment>.docs-details>table tr td:last-child,
.suit-payment>.docs-preview table tr td:last-child {
    width: 20%;
}

.suit-payment>.docs-preview>.docs-preview-header {
    font-size: 15px;
    
    margin-bottom: 5px;
}

.suit-payment>.docs-preview>.pay {
    display: flex;
    align-items: center;
    padding: 0 25px 0 0;
    margin-top: 10px;
}

.suit-payment>.docs-preview>.pay>p {
    color: #333333!important;
    font-size: 15px;
    
}

.suit-payment>.docs-preview>.pay>h1 {
    font-size: 22px;
    color: #33B514!important;
    flex: 1;
    text-align: right;
    margin-bottom: 0;
}

.suit-payment>.payment-details {
    flex: 1;
    height: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.suit-payment>.payment-details>.pay>p {
    font-size: 13px;
}

.suit-payment>.payment-details>.pay>h1 {
    font-size: 52px;
    color: #33B514!important;
}

/* .suit-payment>.payment-details>.pay>img {
    height: 49px;
    width: 49px;
} */

.suit-payment>.payment-details>.back {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.suit-payment>.case-details {
    flex: 1;
    height: 100%;
    font-size: 15px;
    overflow-y: auto;
}

.suit-payment>.case-details>ul {
    padding: 10px;
}

.suit-payment>.case-details>ul>li {
    list-style: none;
    padding: 6px 10px;
}

.suit-payment>.case-details>ul>li:not(:last-child) {
    border-bottom: 1px solid #ececec !important;
}

.suit-payment>.case-details>ul>li.add-remark {
    display: none;
}

.suit-payment>.case-details>ul>li>div.remark>textarea {
    resize: none;
    width: 100%;
    height: 135px;
    background-color: #F8FAFB!important;
    border: none;
    outline: none;
    padding: 10px;
}


/********** Suit Beginning ***********/

.docs_upload_title {
    text-transform: capitalize;
}

.suit-beginning {
    flex: 1;
    border-radius: 12px;
    border: 1px solid #F7F7F7!important;
    display: flex;
    position: relative;
}

.suit-beginning>* {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
}

.suit-beginning>*>img {
    margin: 10px auto;
    height: 100px;
}

.suit-beginning>* button {
    width: 200px;
    font-size: 12px;
    margin: 0px auto;
}

.suit-beginning>div.upload {
    background-color: #F7F7F7!important;
    position: relative;
}

.suit-beginning>* p,
.suit-beginning div.writ_document>label {
    font-size: 14px;
}

.suit-beginning div.writ_document>label {
    color: #0275d8!important;
    cursor: pointer;
}

.suit-beginning div.writ_document>label:hover {
    text-decoration: underline;
}

.suit-beginning div.writ_document>#writ_file {
    display: none;
}

.suit-beginning>div.upload>.file_doc_progress {
    display: none;
    justify-content: center;
    position: absolute;
    width: 100%;
}

.suit-beginning>div.upload>.file_doc_progress>.progress {
    width: 354px;
    height: 3px;
    margin-top: 6px;
    margin-right: 10px;
}

.suit-beginning>div.upload>.file_doc_progress>.progress>.progress-bar {
    height: 3px;
    background-color: #21D588;
}

.suit-beginning>div.upload>.file_doc_progress>span {
    font-size: 11px;
}

.or {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100px;
    width: 150px;
    z-index: 10;
}




.suit-body {
    flex: 1;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    padding: 10px 19px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.suit-body-header {
    font-family: "Lato Italic", sans-serif;
    font-size: 14px;
}


/************ CLaims **************/

.claims {
    flex: 1;
    padding: 10px 0px 10px 0px;
}

.claims>div {
    border-radius: 4px;
    border: 1px solid #EAEAEA !important;
    margin-bottom: 15px;
}

.claims>div>.claims-header {
    color: #333333!important;
    font-size: 13px;
    padding: 10px 25px;
    background-color: #F7F7F7!important;
    border-radius: 4px;
    display: flex;
}

.claims>div.active>.claims-header {
    background-color: rgba(245, 245, 245, 1) !important;
}

.claims>div>.claims-header>p {
    flex: 1;
}

.claims>div>.claims-header .title {
    margin-right: 20px;
}

.claims>div>.claims-header .desc {
    opacity: 0.5;
}

.claims>div>.claims-header .options {
    cursor: pointer;
    position: relative;
}

.claims>div>.claims-header .options>.claims-options-menu {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #fff!important;
    z-index: 10;
    box-shadow: 1px 2px 16px -1px #b7b7b7;
    display: none;
}

.claims>div>.claims-header .options>.claims-options-menu ul {
    padding: 0;
}

.claims>div>.claims-header .options>.claims-options-menu ul li {
    list-style: none;
    padding: 5px 40px 5px 15px;
    font-size: 12px;
    width: 190px;
}

.claims>div>.claims-header .options>.claims-options-menu ul li>a {
    text-decoration: none;
    color: #43425D!important;
}

.claims>div>.claims-header .options>.claims-options-menu ul li:hover {
    background-color: #EFEFEF!important;
}

.claims>div>.claims-header .options>.claims-options-menu ul li.delete>a {
    text-decoration: none;
    color: #CB310D!important;
}

.claims>div>.edit-claims {
    padding: 0;
    height: 120px;
    /* background-color: #F7F7F7!important; */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.claims>div>.edit-claims textarea {
    height: 100%;
    resize: none;
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    border: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: inherit;
}

.form>p>a {
    text-decoration: none;
    color: #0088BB!important;
    font-size: 14px;
    
}

.preview {
    /* width: 400px; */
    border-bottom: 1px solid #EAEAEA!important;
    overflow-y: auto;
    /* padding: 1.5rem!important; */
}

.save {
    padding: 10px 19px;
}


/************** Witness ***************/

.witness {
    /* padding: 20px; */
    padding: .6rem !important;
    border: 1px solid #ccc;
}

.witness>li {
    list-style: none;
    display: flex;
    padding: 20px;
    /* background: #ddd!important; */
    color: #333333!important;
    margin-bottom: 10px;
}

.witness>li>div {
    flex: 1;
    margin: 0px 10px;
}

.witness>li>div>p,
.witness>li>.no {
    
    font-size: 14px;
    word-break: break-all;
}

.witness>li>div>span {
    font-size: 12px;
}

.witness>li>span.delete {
    cursor: pointer;
}


/**************** Documents *****************/

.docs-table {
    width: 100%;
    font-size: 11px;
}

.docs-table>thead {
    background-color: #D5D5D5!important;
}

.docs-table>thead th {
    width: 20%;
    padding: 10px;
}

.docs-table>thead th:last-child {
    text-align: right;
}

.docs-table>tbody tr {
    background-color: #fff!important;
}

.docs-table>tbody tr>td {
    padding: 10px;
}

.docs-table>tbody tr>td:last-child {
    text-align: right;
}


/******************Records of proceedings*********************/

.judge-rc-preceedings {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    display: flex;
    justify-content: space-between;
}

.add-padding-20 {
    padding: 20px;
}

.add-padding-10 {
    padding: 10px;
}

.record-of-proceeding-area {
    flex: 2;
    height: 100%;
}

.case-info-area {
    flex: 1;
    height: 100vh;
}

.record-of-proceeding-header {
    padding: 24px 26px;
    border-bottom: 1px solid #EAF0F4;
    display: flex;
    justify-content: space-between;
}

.back-arrow {
    height: 16px;
    margin-top: -2.5px;
}

.back-link {
    font-family: 'Lato';
    font-size: 13px;
}

.back-link:hover {
    text-decoration: none;
}

.rec-heading {
    font-family: 'Lato Semibold';
    margin-left: 19px;
}

.header-search-form {
    width: 176px;
    border-radius: 4px;
    border: 2px solid #EAEAEA;
    padding: 6px 13px;
    font-family: 'Lato';
    background-image: url(../img/icons/search.svg);
    background-repeat: no-repeat;
    background-position: 147px 11px;
    background-size: 16px;
}

.record-listing-area {
    width: 100%;
    height: 390px;
    max-height: inherit;
    padding: 25px 28px;
}

.no-record-txt {
    font-size: 15px;
    font-family: 'Lato Bold';
    text-align: center;
    margin-bottom: 24px;
}

.no-record-yet {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .record-info-area {
    width: 170px;
} */

.no-padding {
    padding: 0;
}

.rc-accordion {
    border-radius: 0px 0px 0px 0px !important;
}

.rc-accordion-header {
    padding: 27.5px 48px;
    display: block;
    font-size: 15px;
    font-family: 'Lato Bold';
}

.rc-accordion-header:hover,
.rc-accordion-header:active {
    text-decoration: none;
    color: rgba(51, 51, 51, 1);
}

.info-icon-img {
    height: 20px;
    margin-right: 7px;
    margin-top: -4px;
}

.manage-border-left {
    border-left: 1px solid rgba(234, 240, 244, 1);
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}

.no-border {
    border: 0;
}

.continue-btn-area {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.acc-content-heading {
    padding: 12px 48px;
    display: flex;
    justify-content: space-between;
}

.acc-left-side {
    font-family: 'Lato Bold';
    font-size: 15px;
}

.acc-right-side {
    font-family: 'Lato Regular';
    font-size: 15px;
}

.margin-auto {
    margin: auto;
}

.accord-table {
    width: 84%;
    margin: auto;
    padding: 10px;
}

.accord-table tbody tr td {
    font-size: 13px;
    font-family: 'Lato';
    border: 0;
}

.accord-table tbody tr td:last-child {
    text-align: right;
}

.accord-table tbody tr {
    padding: 100px;
}

.view-accordion-link {
    color: rgba(28, 90, 190, 1);
    font-family: 'Lato Italic';
}

.rec-heading-date {
    font-size: 'Lato Bold';
    font-size: 13px;
    padding-top: 10px;
}

.proceedings-h5-heading {
    font-size: 14px;
    font-family: 'Lato Bold';
    margin-bottom: 16px;
}

.parties-container {
    width: 100%;
    margin-bottom: 25px;
}

.parties-header {
    border-radius: 4px;
    padding: 7px 19px;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.claimant-heading {
    font-size: 14px;
    font-family: 'Lato Semibold';
}

.claimant-checkbox {
    box-shadow: rgba(0, 0, 0, 0.15);
    border: 0;
    margin-right: 13px;
}

.add-rep-btn {
    padding: 10px 21px;
    font-size: 13px;
    text-align: center;
    font-family: Lato;
    border-radius: 6px;
    border: 1px solid rgba(234, 234, 234, 1);
    cursor: pointer;
}

.add-rep-btn span img {
    height: 11px;
    margin-left: 7px;
}

.presence-marker {
    margin-left: 29px;
    font-family: Lato Semibold;
    font-size: 14px;
}

.presence-marker img {
    height: 10px;
}

.display-flex {
    display: flex;
    width: auto;
}

.add-width-manager {
    width: 70px;
    margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.justify-btween {
    justify-content: space-around;
}

.checkbox-container {
    margin-top: 6px;
}

.parties-content {
    border-radius: 4px;
    padding: 7px 19px;
    width: 100%;
}

.parties-content-holder {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EAF0F4;
    padding-bottom: 16px;
    padding-top: 10px;
}

.padding-left-31 {
    padding-left: 31px;
}

.mg-top-20 {
    margin-top: 20px;
}

.proceedings-txt-area {
    width: 100%;
    border-left: 1px solid #1B9A24;
    border-right: 0px;
    border-top: 0;
    height: 294px;
    resize: none;
    padding: 20px 26px;
    font-family: Lato Italic;
    font-size: 13px;
    border-bottom: 0;
}

.rep-form {
    width: 288px;
    padding: 10px 17px;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    font-size: 13px;
    margin-top: 6px;
}


/******************End of Records of proceedings*********************/


/*-----------------This is record of proceedings for lawyers----------------------  */

.nav-tab-padding {
    width: auto !important;
    font-size: 15px !important;
    font-family: 'Lato Semibold' !important;
}

.add-border-bottom {
    border-bottom: 1px solid #EAF0F4 !important;
    margin: 0 !important;
    padding: 0;
}

.manage-active-tab {
    padding: 0px 10px;
}

.manage-active-tab li a {
    padding: 26px 9px !important;
    height: auto !important;
}

.manage-active-tab li .active {
    width: 100% !important;
    border-bottom: 5px solid #02A0E1 !important;
    margin-bottom: 0 !important;
}

/* .manage-active-tab li .active:first-child {
    border-bottom: 1px solid #EAF0F4 !important;
} */

.search-box-area-control {
    margin-left: auto;
    padding: 20px 0px;
}

.tab-content-padding {
    padding: 29px 36px;
}

.rec-proceeding-list {
    margin-bottom: 32px;
}

.rec-of-proceeding-date {
    font-size: 13px;
    font-family: 'Lato Bold';
    margin-bottom: 8px;
}

.rec-of-proceeding-header {
    padding: 16px 19px;
    border-radius: 4px 4px 0px 0px;
}

.rec-of-proceeding-attachment {
    height: 16px;
    width: 16px;
}

.rec-of-proceeding-attachment-area {
    padding: 12px 19px;
    border-radius: 0px 0px 4px 4px;
    font-size: 14px;
    font-family: 'Lato';
}

.overflow-auto {
    overflow: auto;
}

.custom-form-design {
    width: 283.39px;
    padding: 8.5px 13px;
    background-position: 248px 12px;
}

.interluctory-app-form {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.pagination-div {
    width: 200px;
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    align-self: flex-start;
}

.page-count {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 6px #ccc;
    border-radius: 4px;
    font-family: 'Lato Bold';
}

.addflex-between {
    display: flex;
    justify-content: space-between;
}

.addflex-around {
    display: flex;
    justify-content: space-around;
}

.page-count:hover {
    background-color: #ccc;
    color: #fff;
}

.page-count img {
    display: block;
    height: 20px;
}

.display-none {
    display: none;
}

.mg-bottom-50 {
    margin-bottom: 20px;
}


/*-----------------This is the end of record of proceedings for lawyers----------------------  */


/* This is the beginning of LIS PENDENCE */

.lis-pendens-actions {
    width: 300px;
    height: 300px;
    box-shadow: 1px 2px 16px -1px #b7b7b7;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    padding: 20px;
    text-align: center;
    font-family: 'Lato Bold';
    color: #999;
    border-radius: 6px;
}

.lis-pendens-actions:hover {
    box-shadow: 1px 2px 30px -1px #b7b7b7;
    color: #ccc;
}

.padding-top-20 {
    padding-top: 40px;
}

.no-border-radius {
    border-radius: 0;
}

.manage-padding a {
    padding: 10px !important;
}

.lispendens-search {
    width: 300px !important;
    font-size: 14px;
    font-family: 'Lato';
    margin-right: 10px;
    border-radius: 4px !important;
}


/* This is the end of LIS PENDENS */


/* interlocutory apllication */

.upload-page-title {
    font-size: 16px;
    font-family: 'Lato Bold';
    margin-bottom: 24px;
}

.add-padding-24 {
    padding: 24px;
}

.upload-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: auto;
}

.upload-container .upload-holder {
    flex: 1;
    width: 100%;
    height: 400px;
    padding-top: 100px;
    text-align: center;
    position: relative;
}

.upload-container .upload-holder .trigger {
    margin-bottom: 18px;
    font-size: 14px;
    font-family: 'Lato Semibold';
    display: block;
}

.upload-container .upload-holder button {
    display: block;
    margin: auto;
}

.upload-container .upload-holder:first-child {
    border-radius: 12px 0px 0px 12px;
}

.file-upload-img {
    width: 174px;
    margin-bottom: 10px;
}

.file-upload-img2 {
    height: 125px;
    margin-bottom: 10px;
}

.upload-container .upload-holder p span {
    display: block;
}

.file-upload-img:last-child {
    width: 116px;
    margin-bottom: 10px;
}

.document-builder-btn {
    border-radius: 12px;
    padding: 12px 17px;
    border: 0;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Lato';
}

.big-file-upload {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
    opacity: 0;
}

.big-or {
    position: absolute;
    font-size: 95px;
    left: 44.5%;
    top: 50%;
    bottom: 0;
    font-family: 'Lato Bold';
    opacity: .9;
}

.upload-progress-container {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 120px;
    padding-top: 70px;
}

.progress-holder {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: auto;
}

.progress-body {
    width: 85%;
    height: 2px;
    background-color: rgba(198, 198, 198, 1);
    margin: auto;
    margin-bottom: 10px;
}

.progress-movement {
    background-color: rgba(33, 213, 136, 1);
    width: 0%;
    display: block;
    height: 100%;
    ;
}

.upload-text {
    font-size: 13px !important;
    font-family: 'Lato' !important;
}

.progress-count {
    font-size: 12px;
    font-family: 'Lato Italic';
}

.display-none {
    display: none;
}

.proceeding-list--preview-area {
    width: 100%;
    overflow-y: auto;
    /* max-height: 500px; */
    /* height: 500px; */
}

.preview-container {
    width: 80%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    height: auto;
}

.proceeding-title {
    width: 50%;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
}

.proceeding-title p {
    text-transform: capitalize;
    font-size: 20px;
}

.proceeding-title p:first-child {
    font-size: 25px;
    margin-bottom: 10px;
}

.proceeding-address-area {
    margin-bottom: 50px;
}

.proceeding-address-area div p {
    margin-bottom: 5px;
    font-family: 'Lato', san-serif;
}

.claimant-details {
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
}

.claimant-details h4 {
    text-align: center;
    font-size: 20px;
    font-family: 'Lato Bold';
}

.claimant-details div p {
    font-family: 'Lato';
}

.border-radius-0 {
    border-radius: 0 !important;
}

.reg-lis-pendens-btn {
    width: auto;
    padding: 8px 18px;
}

.add-margin-left-auto {
    margin-left: auto !important;
}

.add-mg-t-b {
    margin-top: 40px;
    margin-bottom: 40px;
}


/* certificate area */

.border-img {
    border: 40px solid transparent;
    -webkit-border-image: url('/assets/images/certificate.gif') round;
    -o-border-image: url('/assets/images/certificate.gif') round;
    border-image: url('/assets/images/certificate.gif') round;
    border-image-slice: 10%;
}

.cert-main-header {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}

.cert-main-header div span {
    font-size: 20px;
}

.content-area-one {
    width: 100%;
    height: inherit;
}

.cert-bg-area {
    padding: 0px 40px 40px 40px;
    /* background-color: rgba(191, 207, 242, .4); */
    height: 100%;
}

.add-cert-padding {
    padding: 20px;
}

.header-side-2 {
    font-size: 13px;
}

.header-side-2 div {
    margin-bottom: 10px;
}

.header-side-2 div p b {
    margin-bottom: 10px;
    display: block;
}

.header-side p {
    margin-bottom: 10px;
    font-family: 'Lato';
    font-size: 14px;
}

.header-side-2 p span {
    /* font-weight: bold; */
    font-size: 12px;
}

.header-side p span {
    text-transform: uppercase;
    font-size: 15px;
    margin-right: 10px;
}

.cert-title {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
    font-family: 'Lato Bold';
    font-size: 30px;
    width: 100%;
    margin: auto;
}

.side-address {
    font-size: 16px;
    font-family: 'Lato Black';
    margin-bottom: 20px;
}

.main-cert-text {
    font-size: 14px;
    line-height: 26px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Lato';
}

.main-cert-text p {
    margin-bottom: 10px;
}

.main-cert-text small {
    font-size: 14px;
    display: block;
}

/* .main-cert-text span {
} */

.sig-area {
    margin-top: 10px;
    text-align: center;
}

.sig-area p {
    border-top: 1px solid #000;
    width: 60%;
    margin: auto;
    text-align: center;
    margin-top: 20px
}

.sig-area div {
    padding-top: 5px;
}

@media(max-width:991px) {
    .tabs-header>div.left>#court-view .nav-link {
        padding: 7px;
    }
}

@media (max-width:760px) {
    .dashboard-tabs .nav-tabs .nav-link {
        font-size: 12px;
        padding: 6px;
    }
    .dashboard-tabs .tab-content form select {
        padding-left: 5px;
        padding-right: 5px;
    }
    .suit-list-type {
        width: 25%;
    }
    .suit-header {
        padding: 5px;
        background-color: #00405C!important;
        border-top-left-radius: 12px;
        display: inline-block;
        width: 100%;
        font-size: 12px;
    }
    .suit-list-type-nav>.doc-nav ul li {
        list-style: none;
        padding: 5px;
        cursor: pointer;
        position: relative;
        font-size: 12px;
    }
    .caret-right {
        top: -4%;
    }
}

@media (max-width:450px) {
    .dashboard-top>div.logo>img {
        height: 24px;
    }
    .dashboard-tabs .nav-tabs .nav-link {
        font-size: 8px;
        padding: 4px;
    }
    .dashboard-nav-icon {
        height: 7px;
    }
    .dashboard-tabs .nav {
        display: block;
    }
}


/*  */