﻿@charset "UTF-8";
/*
    <vars>
        <var name="control-border">#DEDEDE</var>
        <var name="colour2">#A3A3A3</var>
        <var name="blue">#3d5eb7</var>
        <var name="red">#be1818</var>
        <var name="green">#277332</var>
        <var name="black">#434343</var>
        <var name="orange">#ff6f00</var>
    </vars>
*/
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

h1 {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-title {
    margin: 3px 0 15px 0;
    padding: 8px 20px;
    background-color: #EFEFEF;
    margin-bottom: 15px;
    border-bottom: solid 1px #249ac9;
    text-align: left;
    color: #2e2d2d;
}

    .page-title select {
        padding: 5px 40px 6px 6px;
        height: auto;
    }

.page-title-matter {
    float: right;
    text-align: right;
}

.page-title h1 {
    margin: 0;
    float: left;
}

.menu-item{
    white-space:nowrap;
}

figcaption, figure, main {
    display: block
}

    main[role="main"] .content {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 1200px;
        max-width: 100%;
        margin: 0 auto;
        padding: 1em
    }

.hidden {
    display: none;
}

.control-inline {
    display: inline-block !important;
}

.icon-items a:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 14pt;
    vertical-align: middle;
    padding-right: 6px;
    margin-top: -3px;
}

tr.clickable:hover {
    background-color: #E2F8FF;
    cursor: pointer;
}

tr.clickable > td.no-click:hover {
    cursor: default;
}

.gridview-edit-row, .gridview-edit-row:hover {
    background-color: #fff;
    cursor: default;
}

.gridview-edit-cell, .gridview-edit-cell:hover {
    background-color: #fff;
    cursor: default;
}

input[type=file] {
    border: solid 1px #b9d3e6;
    padding: 8px;
    margin-right: 5px;
}

a:hover {
    cursor: pointer;
}

.pick-icon {
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

    .pick-icon:hover, .pick-icon-picked {
        color: orange;
    }

.js-anti-fraud {
    padding: 15px;
    background-color: #fec4c4;
    border-bottom: solid 1px #c42121;
    border-top: solid 1px #c42121;
    color: #c42121;
    margin-bottom: 5px;
}

    .js-anti-fraud hr {
        background-color: #c42121;
    }

    .js-anti-fraud a {
        color: #c42121;
        text-decoration: underline;
        cursor: pointer;
    }

.page-footer {
    background-color: #000;
    color: #fff;
    padding: 5px 0;
    margin: 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

button.outline[disabled=disabled], input[type=button].outline[disabled=disabled], input[type=submit].outline[disabled=disabled], a.button.outline[disabled=disabled], .button.outline[disabled=disabled] {
    border: solid 1px silver;
    color: silver !important;
}

    button.outline[disabled=disabled]:hover, input[type=button]:hover.outline[disabled=disabled]:hover, input[type=submit].outline[disabled=disabled]:hover, a.button.outline[disabled=disabled]:hover, .button.outline[disabled=disabled]:hover {
        background-color: #fff;
        cursor: not-allowed;
    }

.portal-message {
    border: solid 2px #bf0404 !important;
}

    .portal-message p {
        margin-bottom: 15px;
    }

.multi-case {
    background-color: #fad6d6;
    /*   color: #c42121;*/
    border: solid 1px #c42121;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.rounded-panel-title.large{
    border:solid 1px silver;
    border-radius:5px 5px 0px 0px;
    background-color:#EFEFEF;
    font-weight:bold;
    padding:10px;
}

.rounded-panel.white {
    border: solid 1px silver;
    border-top:0;
    padding:10px;
    border-radius:0 0 5px 5px;
    background-color:#fff;
}

.force-v-align-top{
    vertical-align:top!important;
}

/* Hover close / delete button */
.tm-item {
    position: relative;
}

    .tm-item .tm__close {
        position: absolute;
        top: -20px;
        right: -20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        padding: 0;
        width: 30px;
        background-color: #d8dfe3;
        cursor: pointer;
    }

        .tm-item .tm__close span {
            position: relative;
            right: 1px;
        }


    .tm-item:hover .tm__close {
        opacity: 1;
        visibility: visible;
    }


/* Smaller button */
button.inline-button, input[type=button].inline-button, input[type=submit].inline-button, a.button.inline-button, .button.inline-button {
    padding: 4px 8px;
    min-height: 0;
    margin: 0 4px 4px 0;
    font-size: 12px;
}


.section-tab-workflow {
    height: 130px;
}

/* Letter Tab */
.letter-tab {
    border: 3px solid #434343;
    padding: 68px 40px 40px;
    position: relative;
    min-height: 800px;
    margin-top: 30px;
}

    .letter-tab:before {
        content: '';
        display: block;
        position: absolute;
        height: 40px;
        width: 80px;
        background: #fff;
        top: -9px;
        right: -28px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: 3px solid #434343;
    }

    .letter-tab:after {
        content: '';
        display: block;
        position: absolute;
        height: 56px;
        width: 56px;
        top: -1px;
        right: 0;
        border-bottom: 3px solid #434343;
        border-left: 3px solid #434343;
    }

.info {
    margin-bottom: 15px;
    border: solid 1px #DFDFDF;
    background-color: #EFEFEF;
    border-radius: 5px;
    padding: 15px;
}

.feedback {
    height: 104px;
    width: 104px;
    position: fixed;
    top: 60%;
    right: 0;
    z-index: 999;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

    .feedback a {
        display: block;
        background: #147d19;
        height: 40px;
        width: 200px;
        padding: 10px 16px 10px;
        color: #fff;
        font-family: var(--font-family), sans-serif;
        font-size: 17px;
        font-weight: bold;
        text-decoration: none;
        border-radius: 0 0 6px 6px;
        text-align: center;
    }

        .feedback a:hover {
            background: #146518;
            color: #fff;
            text-decoration: none;
        }

.feedback-panel {
    position: fixed;
    bottom: 10%;
    background-color: #fff;
    right: 0;
    z-index: 1000;
    max-width: 100%;
    width: 0;
    overflow: hidden;
}

.feedback-panel-inner {
    height: 600px;
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-bottom: solid 1px black;
    border-radius: 5px 0 0 5px;
}

.feedback-panel-close {
    text-align: center;
    padding: 10px;
    font-weight:bold;
    background-color: #3E5D72;
    color: #fff;
    cursor: pointer;
    margin-bottom: 15px;
}

@media (max-width:620px) {
    .feedback {
        display: none;
    }
}

.js-anti-fraud .anti-fraud-content {
    padding: 15px;
    background-color: #fec4c4;
    border: solid 2px #c42121;
    margin-bottom: 5px;
    position: fixed;
    top: 50px;
    max-width: 400px;
    max-height: 400px;
    overflow-y:auto;
    left: calc(50% - 200px);
    z-index: 2000;
    border-radius: 5px;
}

    .js-anti-fraud .anti-fraud-content hr {
        background-color: #c42121;
    }

    .js-anti-fraud .anti-fraud-content a {
        color: #c42121;
        text-decoration: underline;
        cursor: pointer;
    }

.padtable {
    width: 100%;
}

    .padtable td, .padtable th {
        padding: 5px;
    }

.gridview {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px;
}

    .gridview:not(.ntb) tbody tr:nth-child(odd) {
        /*background-color:#efefef;*/
    }

    .gridview th {
        font-weight: bold;
        padding: 7px;
        border-bottom: solid 1px black;
        text-align: left;
    }

        .gridview th:not(:last-child) {
            /*border-right: solid 1px #cfcfcf;*/
        }

    .gridview td {
        padding: 7px;
    }

    .gridview:not(.ntb) > tbody > tr:not(:first-of-type) > td {
        border-top: solid 1px silver;
    }

    .gridview.ntb td {
        border-top: 0;
    }

    .gridview tr:last-of-type td, .gridview.nbb td {
        border-bottom: 0;
    }

.page-option-menu {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    border-top: solid 1px #b9d3e6;
    border-left: solid 1px #b9d3e6;
}

    .page-option-menu a {
        /*display:inline-block;*/
        padding: 5px 15px;
        background-color: #ededed;
        flex-grow: 1;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: solid 1px #b9d3e6;
        border-right: solid 1px #b9d3e6;
    }

        .page-option-menu a:hover {
            cursor: pointer;
            background-color: #d8dfe3;
            text-decoration: none;
            -webkit-transition: background-color .5s ease-out;
            -moz-transition: background-color .5s ease-out;
            -o-transition: background-color .5s ease-out;
            transition: background-color .5s ease-out;
        }

.send-note {
    display: inline-block;
    background-color: #EFEFEF;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: solid 1px silver;
    border-radius: 5px;
    padding: 2px 15px;
}

    .send-note:hover {
        text-decoration: none !important;
        background-color: #DFDFDF;
    }

.no-share {
    border: solid 1px gray;
    background-color: #EFEFEF;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px;
    min-height: 75px;
}

    .no-share i {
        font-size: 50px;
        color: #c42121;
        float: left;
        margin: 0 15px 15px 0;
    }

.val-invalid {
    border-color: red !important;
    background-color: #ffe7e7 !important;
}

.val-error-message {
    color: red;
    display: block;
    font-size: 8pt;
}

.ui-datepicker-title select {
    display: inline-block;
    background-position: left;
    background-image: none;
    padding: 2px;
    height: auto;
    border: solid 1px #000;
    border-radius: 3px;
    margin: 2px !important;
    text-align: center;
}

.ui-button {
    min-height: unset;
}

.ui-button-icon {
    background-color:#e0e0e0 !important;
}

.alert-warning {
    border: solid 1px orange !important;
    box-shadow: rgba(0,0,0,.5) 0 0 20px;
}

    .alert-warning .ui-dialog-titlebar {
        border: solid 1px orange !important;
        background-color: orange !important;
        color: #fff !important;
    }

.alert-error {
    border: solid 1px red !important;
    box-shadow: rgba(0,0,0,.5) 0 0 20px;
}

    .alert-error .ui-dialog-titlebar {
        border: solid 1px red !important;
        background-color: red !important;
        color: #fff !important;
    }

.alert-success {
    border: solid 1px green !important;
    box-shadow: rgba(0,0,0,.5) 0 0 20px;
}

    .alert-success .ui-dialog-titlebar {
        border: solid 1px green !important;
        background-color: green !important;
        color: #fff !important;
    }


.inline-form {
}

    .inline-form input, .inline-form textarea, .inline-form select, .inline-form submit, .inline-form button, .inline-form span {
        display: inline-block;
        margin: 0;
    }

        .inline-form input:not(:first-child), .inline-form textarea:not(:first-child), .inline-form select:not(:first-child), .inline-form submit:not(:first-child), .inline-form button:not(:first-child), .inline-form span:not(:first-child) {
            margin-left: 5px;
        }

.to-do {
    background-color: red;
    padding: 2px 10px;
    color: #fff;
    margin: 1px;
    font-size: 9pt;
    font-weight: normal;
    border-radius: 3px;
}

.text-red {
    color: #be1818!important;
}

.text-orange {
    color: #ff6f00!important;
}

.text-blue {
    color: #3d5eb7!important;
}

.text-green {
    color: #277332!important;
}

.text-black {
    color: #434343!important;
}

.badge {
    border-radius: 10px;
    padding: 0px 10px;
    display: inline-block;
    margin: 0 2px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}


.badge-red {
    background-color: #be1818;
    color: #fff;
}

.badge-black {
    background-color: #434343;
    color: #fff;
}

.badge-green {
    background-color: #277332;
    color: #fff;
}

.badge-blue {
    background-color: #3d5eb7;
    color: #fff;
}

.clearfix {
    clear: both;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.ifa-tabs {
    padding: 0;
    margin: 0;
}

    .ifa-tabs ul {
        list-style: none;
        width: 100%;
        padding: 0;
        margin: 0 0 15px 0;
        border-bottom: solid 1px silver;
    }

    .ifa-tabs li {
        display: inline-block;
    }

    .ifa-tabs:not(.ifa-tabs-responsive) ul a {
        display: inline-block;
        padding: 10px 15px;
        border-radius: 5px 5px 0 0;
        border: solid 1px silver;
        margin-bottom: -1px;
        text-decoration: none;
        cursor: pointer;
    }

    .ifa-tabs.ifa-tabs-responsive ul {
        display: flex;
    }

    .ifa-tabs.ifa-tabs-responsive li {
        flex-grow: 2;
        flex: 1;
    }

    .ifa-tabs.ifa-tabs-responsive ul a {
        display: block;
        padding: 10px 15px;
        border-radius: 5px 5px 0 0;
        border: solid 1px silver;
        margin-bottom: -1px;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
    }

    .ifa-tabs ul a:hover {
        text-decoration: none;
    }

    .ifa-tabs ul a:not(.ifa-tabs-active):hover {
        background-color: #4E758F;
        color: #fff;
    }

    .ifa-tabs a.ifa-tabs-active {
        border-bottom: solid 1px #fff !important;
    }

    .ifa-tabs ul li:not(:first-of-type) {
        margin-left: 2px;
    }

@media(min-width:992px) {
    .text-right-lg {
        text-align: right !important;
    }
}

.text-left {
    text-align: left !important;
}

.text-justify {
    text-align: justify !important;
}

.w-100 {
    width: 100%;
}

.m-0 {
    margin: 0;
}

.m-1 {
    margin: 5px;
}

.m-2 {
    margin: 10px;
}

.m-3 {
    margin: 15px;
}

.m-4 {
    margin: 30px;
}

.m-5 {
    margin: 50px;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 5px;
}

.mt-2 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 15px;
}

.mt-4 {
    margin-top: 30px;
}

.mt-5 {
    margin-top: 50px;
}

.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 10px;
}

.mr-3 {
    margin-right: 15px;
}

.mr-4 {
    margin-right: 30px;
}

.mr-5 {
    margin-right: 50px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 5px;
}

.mb-2 {
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 15px;
}

.mb-4 {
    margin-bottom: 30px;
}

.mb-5 {
    margin-bottom: 50px;
}

.ml-0 {
    margin-left: 0;
}

.ml-1 {
    margin-left: 5px;
}

.ml-2 {
    margin-left: 10px;
}

.ml-3 {
    margin-left: 15px;
}

.ml-4 {
    margin-left: 30px;
}

.ml-5 {
    margin-left: 50px;
}

.p-0 {
    padding: 0;
}

.p-1 {
    padding: 5px;
}

.p-2 {
    padding: 10px;
}

.p-3 {
    padding: 15px;
}

.p-4 {
    padding: 30px;
}

.p-5 {
    padding: 50px;
}

.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 5px;
}

.pt-2 {
    padding-top: 10px;
}

.pt-3 {
    padding-top: 15px;
}

.pt-4 {
    padding-top: 30px;
}

.pt-5 {
    padding-top: 50px;
}

.pr-0 {
    padding-right: 0;
}

.pr-1 {
    padding-right: 5px;
}

.pr-2 {
    padding-right: 10px;
}

.pr-3 {
    padding-right: 15px;
}

.pr-4 {
    padding-right: 30px;
}

.pr-5 {
    padding-right: 50px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 5px;
}

.pb-2 {
    padding-bottom: 10px;
}

.pb-3 {
    padding-bottom: 15px;
}

.pb-4 {
    padding-bottom: 30px;
}

.pb-5 {
    padding-bottom: 50px;
}

.pl-0 {
    padding-left: 0;
}

.pl-1 {
    padding-left: 5px;
}

.pl-2 {
    padding-left: 10px;
}

.pl-3 {
    padding-left: 15px;
}

.pl-4 {
    padding-left: 30px;
}

.pl-5 {
    padding-left: 50px;
}

.d-none {
    display: none;
}

.h-0 {
    height: 0;
}

.d-inline-block {
    display: inline-block;
}

.error {
    margin-bottom: 15px;
    border: solid 1px red;
    padding: 15px;
    border-radius: 3px;
    background-color: #ffb6b6;
    font-weight: bold;
}

.success {
    margin-bottom: 15px;
    border: solid 1px green;
    padding: 15px;
    border-radius: 3px;
    background-color: #bffbc3;
    font-weight: bold;
}

hr {
    padding: 0;
    margin: 15px 0;
}

.cc {
    padding: 10px 5px;
}

.pager span {
    margin-left: 1px;
    display: inline-block;
    border: solid 1px yellow;
    background-color: yellow;
    color: #000;
    margin-bottom: 1px;
    padding: 0 1px;
    border-radius: 3px;
    min-width: 40px;
    text-align: center;
}

.pager a {
    margin-left: 1px;
    display: inline-block;
    border: solid 1px silver;
    margin-bottom: 1px;
    padding: 0 1px;
    cursor: pointer;
    border-radius: 3px;
    min-width: 40px;
    text-align: center;
}

    .pager a:hover {
        background-color: #3d8ccf;
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

.pager span {
}

.fs-21 {
    font-size: 21px;
}

.dimmer {
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
}

.modal {
    border: solid 2px black;
    border-radius: 5px;
    padding: 15px;
    background-color: #fff;
    z-index: 1002;
}

.workflow {
    margin-bottom: 5px;
}

    .workflow.group {
        border: solid 1px silver;
        background-color: #fff;
        text-align: center;
        font-weight: bold;
        margin-right: 5px;
        border-radius: 3px;
    }

        .workflow.group.completed {
            border: solid 1px green;
            background-color: #7dd182;
        }

    .workflow td, .workflow td:last-child, .workflow td:first-child, .workflow table tr:first-child td:first-child {
        padding: 0;
        border: 0;
        display: table-cell;
    }

    .workflow a {
        color: #000;
    }

    .workflow.item {
        border: solid 1px silver;
        padding: 0;
        border-radius: 5px;
        width: 100px;
        margin-right: 5px;
        background-color: #fff;
        margin-bottom: 5px;
        display: inline-block;
    }

        .workflow.item.completed .wfi-icon {
            background-color: #7dd182;
            color: #fff;
        }

        .workflow.item.completed {
            border-color: green;
        }

        .workflow.item:hover {
            transition: all 0.3s;
            transform: translateY(1px);
            border: solid 1px black;
        }

        .workflow.item .wfi-title {
            padding-top: 5px;
            height: 50px;
            overflow-y: hidden;
            text-align: center;
            display: flex;
            justify-content: center;
            align-content: center;
            flex-direction: column;
        }

        .workflow.item .wfi-icon {
            text-align: center;
            font-size: 32px;
            padding: 15px 0;
            border-top: solid 1px silver;
            border-bottom: solid 1px silver;
        }

        .workflow.item:hover .wfi-icon {
            border-top: solid 1px #000;
            border-bottom: solid 1px #000;
        }

        .workflow.item.completed .wfi-icon {
            border-top: solid 1px green;
            border-bottom: solid 1px green;
        }

        .workflow.item.completed:hover .wfi-icon {
            border-top: solid 1px #000;
            border-bottom: solid 1px #000;
        }

        .workflow.item .wfi-row {
        }

        .workflow.item .wfi-col {
            width: 50%;
            text-align: center;
            float: left;
        }

            .workflow.item .wfi-col:last-child {
                border-left: solid 1px silver;
            }

.tiny-workflow {
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: center;
}

    .tiny-workflow .tiny-workflow-item {
        background-color: #fff;
        width: 20px;
        height: 30px;
        border-radius: 3px;
        border: solid 1px silver;
        margin: 5px;
        display: inline-block;
    }

    .tiny-workflow div.completed {
        background-color: #7dd182;
        border-color: green;
    }

@media screen and (max-width: 500px) {
    .block-item {
        padding: 10px;
    }

        .block-item.item {
            margin-bottom: 5px;
        }

            .block-item.item div {
                display: inline-block;
                margin: 0;
                padding: 0;
            }

            .block-item.item h2 {
                display: inline-block;
                padding: 0;
                margin: 0;
                margin-left: 20px;
                vertical-align: top;
            }
}


.app-advert img {
    float: right;
    margin: -10px -10px -10px 0;
    height: 45px;
    display: block;
}

@media screen and (max-width: 619px) {
    .header, .header-upper {
        margin: 0 !important;
        padding: 0 !important;
    }

    .page-title h1 {
        float: none;
    }

    .page-title-matter {
        float: none;
        text-align: left;
    }

    .cc {
        padding-top: 0;
        margin-top: 0;
    }

    .app-advert {
        text-align: center;
    }

        .app-advert br {
            display: none;
        }

        .app-advert img {
            float: none;
            max-width: 100%;
            height: auto;
            margin: -10px auto 0 auto;
        }

    .menu {
        margin-top: 15px;
    }

    .main-menu {
        /*padding-left: 15px !important;*/
    }

    .menu-item {
        /*padding-left: 15px;*/
        border-top: solid 1px silver;
    }

    .gridview thead, .gridview th, .padtable thead, .padtable th {
        display: none;
    }

    .gridview tr td:before, .padtable tr td:before {
        float: left;
        content: attr(data-title) "";
        font-weight: bold;
        color: #632249;
    }

    .gridview tr td {
        display: block;
        text-align: right !important;
        min-height: 33px;
        width: auto !important;
    }

        .gridview tr td:last-of-type {
            border-bottom: solid 2px black;
        }

    .padtable tr td {
        display: block;
        text-align: left;
    }
}

@media screen and (max-width:800px){
    .menu-item{font-size:9pt;}
}


@media screen and (min-width: 760px) {

    .cc {
        padding: 10px 40px;
        max-width: 1240px;
    }

    .letter-tab {
        padding: 80px;
    }
}

@media screen and (min-width: 620px) {
    .cc {
        padding: 10px 30px;
    }
}
