/* Minification failed. Returning unminified contents.
(2303,37): run-time error CSS1039: Token not allowed after unary operator: '-bs-rows'
(2304,40): run-time error CSS1039: Token not allowed after unary operator: '-bs-columns'
(2305,15): run-time error CSS1039: Token not allowed after unary operator: '-bs-gap'
 */
body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 0 15px;
}

#body {
    min-height: 420px;
    background: #fefefe;
    border: 1px solid #CCC;
    border-bottom: 1px solid #AAA;
    margin: 4px auto !important;
    padding: 2px 18px;
    -webkit-box-shadow: 0 1px 3px #CCC;
    -moz-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #CCC;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

h1 {
    color: #f58220;
    font-size: 25px;
    letter-spacing: 0.01em;
    text-decoration: none;
    font-weight: normal;
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 0;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    color: #f58220;
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 10px;
    margin-top: 4px;
    padding-bottom: 10px;
}

h3 {
    margin-bottom: 17px;
}

a {
    color: #0f4c92;
    text-decoration: none;
    font-weight: bold;
}

    a:hover {
        text-decoration: underline;
    }

    a img {
        border: 0px;
    }

p {
    line-height: 22px;
    margin-bottom: 17px;
}

li {
    line-height: 22px;
}


header, footer, nav, section {
    display: block;
}

table tr td {
    vertical-align: top;
}

.smallText {
    font-size: 11px;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.boldtext {
    font-weight: bold;
}

.boldUnderline {
    font-weight: bold;
    text-decoration: underline;
}
/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 0px solid #ddd;
    padding: 0;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    font-size: 0.9em;
    font-family: Arial;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
    font-size: 11px;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* Styles added
-----------------------------------------------------------*/


#divflash, .alertDiv {
    background: #f9edbe;
    text-align: center;
    color: black;
    margin: 4px auto 4px auto;
    padding: 4px;
    width: 600px;
    font-weight: bold;
    border: 1px solid #ff0000;
    z-index: 99;
    position: absolute;
    top: 10px;
    left: 310px;
}

.flashClose {
    float: right;
}

#header-sm {
}

    #header-sm #logo {
        margin-top: 6px;
    }

    #header-sm #login {
        padding-top: 10px;
        width: 400px;
        display: inline-block;
        float: right;
        margin-right: 15px;
    }

    #header-sm #loginform {
        height: 71px;
        padding-top: 5px;
        position: absolute;
        right: 0;
        top: 15px;
        width: 269px;
    }

#login {
    text-align: right;
    font-size: 14px;
    line-height: 20px;
}

#loginform {
    text-align: right;
    font-size: 14px;
    line-height: 20px;
}

div.clear {
    clear: both;
    font-size: 0;
    height: 0;
    width: 0;
}

.inline_spacer {
    display: inline-block;
    padding: 0 10px 0 10px;
    width: 1px;
}

.error {
    color: red;
    margin-bottom: 20px;
    font-size: 11px;
    font-weight: bold;
}

.text-red {
    color: red;
    font-weight: bold;
    font-size: 14px;
}

#footer {
    background-color: #78777a;
    color: #ffffff;
    padding: 4px;
}

ul#footer-nav {
    margin-left: 0;
    margin-left: 15px;
    display: inline-block;
}

    ul#footer-nav li {
        border-right: 1px solid;
        display: inline;
        padding-right: 6px;
        padding-left: 6px;
    }

    ul#footer-nav a {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: normal;
    }

        ul#footer-nav a:hover {
            color: gray;
        }

    ul#footer-nav li.last {
        border-right: 0px solid;
    }

#footer div.copyright {
    font-size: 12px;
    margin-right: 15px;
    margin-top: 8px;
    float: right;
    display: inline-block;
}

#appversion {
    float: right;
    font-size: 10px;
}

.submitButton, .greenBtn {
    margin: 0;
    padding: 6px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.submitButton {
    border: 2px solid #0b77b7;
    border-top: 2px solid #5eb6e8;
    background: #0089d8;
    color: #fff;
}

.greenBtn {
    border: 2px solid #268a16;
    border-top: 2px solid #268a16;
    background: #5cb811;
    color: #000;
}

.submitButtonSmall {
    margin: 0;
    padding: 3px 10px;
    border: 2px solid #0b77b7;
    border-top: 2px solid #5eb6e8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #0089d8;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
}

    .submitButton:hover, .submitButtonSmall:hover {
        border: 2px solid #0b77b7;
    }

.greenBtn:hover {
    border: 2px solid #77d42a;
    color: #FFF;
    text-decoration: none;
}

.missingCaseInfo {
    display: inline-block;
    color: red;
    font-size: 11px;
    vertical-align: top;
    width: 300px;
}

.addToCaseBtn {
    margin: 0;
    padding: 2px 7px;
    border: 2px solid #268a16;
    border-top: 2px solid #268a16;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #5cb811;
    color: #000000;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
}

    .addToCaseBtn:hover {
        border: 2px solid #77d42a;
        color: #FFFFFF;
        text-decoration: none;
    }

.input-long {
    border: 1px solid #c9c9c9;
    width: 400px;
    font-size: 12px;
    padding: 4px;
}

.input-medlong {
    border: 1px solid #c9c9c9;
    width: 300px;
    font-size: 12px;
    padding: 4px;
}

.input-med {
    border: 1px solid #c9c9c9;
    width: 200px;
    font-size: 12px;
    padding: 4px;
}

.input-150 {
    border: 1px solid #c9c9c9;
    width: 140px;
    font-size: 12px;
    padding: 4px;
}

.input-sm {
    border: 1px solid #c9c9c9;
    width: 100px;
    font-size: 12px;
    padding: 4px;
}

.input-verysm {
    border: 1px solid #c9c9c9;
    width: 50px;
    font-size: 12px;
    padding: 4px;
}

.title {
    vertical-align: top;
}

.taskDescription {
    vertical-align: top;
}

.actionBox {
    background: #F7F7F7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #CCC;
    border-bottom: 1px solid #AAA;
    margin: 10px auto !important;
    padding: 10px;
    -webkit-box-shadow: 0 1px 3px #CCC;
    -moz-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #CCC;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}

.myActionButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background: -moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color: #79bbff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #84bbf3;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 12px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #528ecc;
    margin: 0 0px 0 12px;
}

    .myActionButton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
        background: -moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
        background-color: #378de5;
    }

    .myActionButton:active {
        position: relative;
        top: 1px;
    }

.myButton-red {
    -moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
    box-shadow: inset 0px 1px 0px 0px #f5978e;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
    background: -moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
    background-color: #f24537;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #d02718;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #810e05;
}

    .myButton-red:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
        background: -moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
        background-color: #c62d1f;
    }

    .myButton-red:active {
        position: relative;
        top: 1px;
    }
/* This imageless css button was generated by CSSButtonGenerator.com */
.myButton-blue {
    -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background: -moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color: #79bbff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #84bbf3;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #528ecc;
}

    .myButton-blue:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
        background: -moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
        background-color: #378de5;
    }

    .myButton-blue:active {
        position: relative;
        top: 1px;
    }
/* This imageless css button was generated by CSSButtonGenerator.com */
.myButton-green, .myButton-green-small {
    -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
    box-shadow: inset 0px 1px 0px 0px #caefab;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
    background: -moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
    background-color: #77d42a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #268a16;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #000;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
    /*text-shadow:1px 1px 0px #aade7c;*/
    cursor: pointer;
    margin: 2px;
}

    .myButton-green:hover, .myButton-green-small:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
        background: -moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
        background-color: #5cb811;
        text-decoration: underline;
    }

    .myButton-green:active, .myButton-green-small:active {
        position: relative;
        top: 1px;
    }

.myButton-green {
    font-size: 15px;
    padding: 6px 24px;
}

.myButton-green-small {
    font-size: 11px;
    padding: 3px 6px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
.myButton-blue-small {
    -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background: -moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color: #79bbff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #84bbf3;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 6px;
    text-decoration: none;
    margin: 2px;
    /*text-shadow:1px 1px 0px #528ecc;*/
}

    .myButton-blue-small:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
        background: -moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
        background-color: #378de5;
    }

    .myButton-blue-small:active {
        position: relative;
        top: 1px;
    }

.myButton-red-small {
    -moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
    box-shadow: inset 0px 1px 0px 0px #f5978e;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
    background: -moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
    background-color: #f24537;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d02718;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 6px;
    text-decoration: none;
    /*text-shadow:1px 1px 0px #810e05;*/
    margin: 2px;
}

    .myButton-red-small:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
        background: -moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
        background-color: #c62d1f;
    }

    .myButton-red-small:active {
        position: relative;
        top: 1px;
    }

.dashboardRightside {
    display: inline-block;
    vertical-align: top;
    width: 510px;
    float: right;
}

.dashboardLeftside {
    display: inline-block;
    vertical-align: top;
    padding-right: 8px;
    width: 510px;
    float: left;
}

.formLeft {
    display: inline-block;
    vertical-align: top;
    padding-right: 40px;
    width: 500px;
}

.formRight {
    display: inline-block;
    width: 350px;
    vertical-align: top;
}

.intakeformLeft {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    width: 48%;
}

.intakeformRight {
    display: inline-block;
    width: 48%;
    border: 0px solid black;
}

#intakeDescription {
    width: 400px;
    max-width: 400px;
}

#editCaseDescription, #editCaseExpertDescription {
    width: 90%;
    max-width: 90%;
}

#spec2, #spec3, #spec4, #spec5 {
    display: none;
    margin-top: 8px;
}

#specialtySelect, #specialtySelect2, #specialtySelect3, #specialtySelect4, #specialtySelect5 {
    margin-bottom: 8px;
}

.clientIntakeSearchResults {
    overflow-y: scroll;
    max-height: 200px;
    padding: 8px;
    width: 300px;
    border: 1px solid #f58220;
    text-align: left;
}

.clientHasNotes {
    background-image: url("/Images/sprites.png");
    background-position: -96px -304px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

#clientHasCredit {
    display: none;
}

.clientHasCredit {
    background-image: url("/Images/sprites.png");
    background-position: -128px -320px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.invoiceFormSelect {
    font-size: 11px;
}

.invoiceFormTextBox {
    font-size: 11px;
    width: 95%;
}

.paymentRequestHours {
    font-size: 11px;
    width: 40px;
}

.paymentRequestSelect {
    font-size: 11px;
}

.lineItemDate {
    font-size: 11px;
}

.input-lineItemDate {
    border: 1px solid #c9c9c9;
    width: 60px;
    padding: 2px;
}

#newLine1, #newLine2 {
    display: none;
}

#invoicepaymentform, #invoiceadjustmentform {
    display: none;
}

.invoiceForm {
    margin: 10px 0px;
    border: solid 2px #006400;
    padding: 8px;
}

.taskStatusSelect {
    font-size: 12px;
}

.searchSelect {
    font-size: 11px;
}

#pickClient, #pickCase, #pickExpert {
    display: none;
}

.payExpertinput {
    font-size: 11px;
}

.payExpertamount {
    width: 45px;
    text-align: right;
}

.payExpertDetails {
    width: 100px;
}

.payExpertDate {
    width: 60px;
}

table.clientContactTable {
    font-family: arial;
    background-color: #CDCDCD;
    margin: 10px 0pt 15px;
    font-size: 8pt;
    width: 98%;
    text-align: left;
}

    table.clientContactTable thead tr th, table.clientContactTable tfoot tr th {
        background-color: #ffebcd;
        border: 1px solid #FFF;
        font-size: 8pt;
        padding: 4px;
    }

    table.clientContactTable thead tr .header {
        background-image: url(bg.gif);
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
    }

    table.clientContactTable tbody td {
        color: #3D3D3D;
        padding: 4px;
        background-color: #FFF;
        vertical-align: top;
    }

.contact-us-form tr {
    height: 35px;
    vertical-align: top;
}

.customRecruit-form tr {
    height: 25px;
    vertical-align: top;
}

.dashboardTitle {
    font-weight: bold;
    text-decoration: underline;
    color: #810e05;
}

.clientSearchResults {
    overflow-y: scroll;
    max-height: 250px;
    padding: 3px;
    width: 800px;
    border: 1px solid #f58220;
    text-align: left;
}

.clientIntakeSearchResults {
    overflow-y: scroll;
    max-height: 250px;
    padding: 3px;
    width: 450px;
    border: 1px solid #f58220;
    text-align: left;
}

.quickSearchBox {
    border: 1px solid #c9c9c9;
    text-align: center;
    width: 450px;
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 3px;
    background-color: #fff;
    font-size: 12px;
}

#dashboardTabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#dashboardTabs li {
    float: left;
    border: 1px solid #bbb;
    border-bottom-width: 0;
    margin: 0;
    font-size: 11px;
}

#dashboardTabs a {
    text-decoration: none;
    display: block;
    background: #eee;
    padding: 2px;
    color: #000000;
    width: 120px;
    text-align: center;
    line-height: 18px;
}

    #dashboardTabs a:hover {
        background: #ddf;
    }

#dashboardTabs .selected {
    border-color: #78777a;
}

    #dashboardTabs .selected a {
        position: relative;
        background-color: #f58220;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
    }

#tabContent {
    border: 1px solid grey;
    clear: both;
    padding: 0 1em;
    min-height: 600px;
}

.subTabBox {
    font-size: 12px;
    display: inline-block;
}
/*#subTabs a:hover { background-color:#d9d9d9;color:#212121; font-weight:bold;}
#subTabs a { padding: 2px 4px;margin: 0 3px;}
#subTabs a.sel { background-color:#004365;color:#FFFFFF; font-weight:bold;}*/
#subTabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#subTabs li {
    float: left;
    border: 1px solid #bbb;
    border-bottom-width: 0;
    margin: 0;
    font-size: 11px;
}

#subTabs a {
    text-decoration: none;
    display: block;
    background: #eee;
    padding: 2px;
    color: #000000;
    width: 150px;
    text-align: center;
    line-height: 18px;
}

    #subTabs a:hover {
        background: #ddf;
    }

#subTabs .selected {
    border-color: #78777a;
}

    #subTabs .selected a {
        position: relative;
        background-color: #f58220;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
    }

.newClient {
    display: block;
    background-color: mediumpurple;
    color: white;
    font-weight: bold;
    font-size: 9px;
    border: 0px solid #AAA;
    margin: 0;
    padding: 1px 2px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: help;
}

.caseTabBox {
    font-size: 12px;
    display: inline-block;
    float: right;
    margin-bottom: 10px;
}

.bucketTabBox {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
}
/*#subTabs a:hover { background-color:#d9d9d9;color:#212121; font-weight:bold;}
#subTabs a { padding: 2px 4px;margin: 0 3px;}
#subTabs a.sel { background-color:#004365;color:#FFFFFF; font-weight:bold;}*/
#caseTabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#caseTabs li {
    float: left;
    border: 1px solid #bbb;
    border-bottom-width: 0;
    margin: 0;
    font-size: 11px;
}

#caseTabs a {
    text-decoration: none;
    display: block;
    background: #eee;
    padding: 2px;
    color: #000000;
    width: 120px;
    text-align: center;
    line-height: 18px;
}

    #caseTabs a:hover {
        background: #ddf;
    }

#caseTabs .selected {
    border-color: #78777a;
}

    #caseTabs .selected a {
        position: relative;
        background-color: #f58220;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
    }


.highlightLink {
    background-color: #378de5;
    color: white;
    padding: 2px;
}

.highlightLinkYellow {
    background-color: Yellow;
    padding: 2px;
}

.dashboardLinks {
    display: inline-block;
    *display: inline;
    width: 300px;
    float: left;
    vertical-align: top;
    line-height: 24px;
    border: 1px solid #c9c9c9;
    margin: 0px 0 5px 0;
    padding: 3px;
    background-color: #fff;
}

.dashboardSubBoxes {
    display: inline-block;
    *display: inline;
    width: 710px;
    float: right;
}

.dashboardDetailBox {
    border: 0px solid #c9c9c9;
    text-align: center;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 3px;
    background-color: #fff;
    max-height: 580px;
    overflow-y: auto;
}

.dashboardSubTabBox {
    border: 0px solid #c9c9c9;
    text-align: center;
    width: 95%;
    margin: 0 0 5px 0;
    padding: 3px;
    background-color: #fff;
}

.sectionHeader {
    text-decoration: underline;
    font-weight: bold;
}

table.dashboardTable {
    width: 100%;
}

.dashboardTableHeader {
    background-color: #78777a;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

input.basic-input {
    width: 250px;
}

input.quickSearchInput {
    font-size: 12px;
}

input.basic-input-sm {
    width: 100px;
}

input.input200 {
    width: 200px;
}

#other-row, #row-otherIndustry, #row-otherSpecialty, #row-subspecialty, #row-otherSubSpecialty, #other-state, #additionalInfo {
    display: none;
}

#editRankForm {
    display: none;
    margin-top: 5px;
}

#callouts_li {
    text-align: center;
    vertical-align: top;
    margin-left: 80px;
}

.simple-callout_li {
    float: right;
    background-color: #f2f2f2;
    border: 1px solid #d9d9d9;
    width: 300px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 7px;
}

.li_left {
    font-size: 16px;
    font-weight: bold;
}

.li_right {
    display: inline-block;
    font-size: 12px;
}


.remove-employment,
.remove-education {
    background-image: url("/Images/button-x.gif");
    background-repeat: no-repeat;
    display: inline-block;
    height: 26px;
    position: relative;
    right: -5px;
    top: -5px;
    width: 26px;
}

    .remove-employment:hover,
    .remove-education:hover {
        text-decoration: none;
    }

#employment-history .first .remove-employment {
    display: none;
}

#education-history .first .remove-education {
    display: none;
}

#resumeForm, #w9Form {
    display: none;
}

.shadowBox, .shadowBox_lg, .shadowBox_any, .shadowBox_video {
    background: #F7F7F7;
    border: 1px solid #CCC;
    border-bottom: 1px solid #AAA;
    margin: 18px auto !important;
    padding: 18px;
    -webkit-box-shadow: 0 1px 3px #CCC;
    -moz-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #CCC;
}

.shadowBox {
    width: 600px;
}

.shadowBox_lg {
    width: 900px;
}

.shadowBox_video {
    width: 650px;
}

.shadowBox_sm {
    background: #F7F7F7;
    border: 1px solid #CCC;
    border-bottom: 1px solid #AAA;
    margin: 5px;
    padding: 10px;
    -webkit-box-shadow: 0 1px 3px #CCC;
    -moz-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #CCC;
}

#side-nav {
    width: 190px;
    margin-right: 20px;
    float: left;
    margin-bottom: 50px;
}

    #side-nav ul {
        margin-left: 0;
        padding-left: 0;
    }

    #side-nav li {
        list-style: none;
        display: block;
    }

        #side-nav li a {
            text-decoration: none;
            color: #808080;
            font-size: 12px;
            border-top: 1px solid #bfbfbf;
            display: block;
            line-height: 25px;
            padding-left: 12px;
        }

            #side-nav li a.last {
                border-bottom: 1px solid #bfbfbf;
            }

            #side-nav li a:hover, #side-nav li a.sel {
                background-color: #d9d9d9;
                color: #212121;
                font-weight: bold;
            }

    #side-nav h1 {
        margin-bottom: 10px;
    }

#content-area-1 {
    float: left;
    color: #000000;
    font-size: 14px;
    margin-bottom: 50px;
}

.input-signature {
    font-family: Lucida Handwriting;
    font-size: 18px;
}

#CaseQuestions p {
    margin: 0px !important;
    line-height: normal !important;
    display: inline-block;
    vertical-align: top;
}

.QNumber {
    display: inline-block;
    width: 30px;
    vertical-align: top;
    font-weight: bold;
    font-size: 14px;
}

.QText {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    font-weight: bold;
    width: 90%;
}

    .Qtext p {
        margin-bottom: 0px !important;
        line-height: normal !important;
        display: inline-block;
        vertical-align: top;
    }

.Qlabel {
    padding: 0 0 0 5px;
    font-size: 14px;
    display: inline;
    vertical-align: top;
    font-weight: bold;
}

.answerArea {
    width: 95%;
    padding-left: 40px;
}

.hiddenTextarea, #addNote, #deadlineDateField, #esaTypeRow, #icrTypeRow {
    display: none;
}

.projectInfoBox {
    border-bottom: solid 1px #999;
    padding: 5px 5px;
    background-color: #EBEBEB;
    margin-bottom: 12px;
}

    .projectInfoBox label {
        display: inline;
        padding-right: 18px;
        cursor: auto;
    }

.projectDesc, .projectQuestions {
    width: 90%;
    padding: 5px 10px;
    text-align: left;
}

.caseDesc {
    width: 55%;
    padding: 5px 10px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.caseInfoBox {
    display: inline-block;
    background: #f8f8f8;
    border: 2px solid #AAA;
    margin: 18px 5px;
    padding: 10px;
    width: 100%;
    -webkit-box-shadow: 0 1px 3px #CCC;
    -moz-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #CCC;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.clientNotesBox {
    display: inline-block;
    background: lightyellow;
    border: 2px solid #f00;
    margin: 0px 5px 8px 5px;
    padding: 10px;
    width: 100%;
    -webkit-box-shadow: 0 1px 3px #CCC;
    -moz-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #CCC;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.clientNotesBoxBlue {
    display: inline-block;
    background: #e3f2fd; /* light blue */
    border: 2px solid #1976d2; /* darker blue */
    border-left: 5px solid #dc3545; /* red accent to maintain importance */
    margin: 0px 5px 8px 5px;
    padding: 10px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    border-radius: 8px;
}
    .clientNotesBoxBlue small {
        font-weight: 700;
        font-size: 15px;
        color: #1a1a1a; /* very dark gray */
        display: block;
        line-height: 1.6;
        margin-top: 8px;
        padding: 10px;
        background: white;
        border-radius: 4px;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    }

.caseDescriptionBox {
    max-height: 150px;
    overflow-y: auto;
    font-size: 12px;
}

.caseStatusSummary {
    width: 35%;
    display: inline-block;
}

.onCaseActivity {
    display: inline-block;
    background: #f8f8f8;
    border: 2px solid #AAA;
    margin: 0;
    padding: 10px;
    -webkit-box-shadow: 0 1px 3px #CCC;
    -moz-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #CCC;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 270px;
}

.caseActionItems {
    width: 20%;
}

.aiCaseSummary {
    font-size: 12px;
    width: 100%;
}

.caseActionBox {
    margin: 0px auto 8px auto;
    padding-left: 20px;
    display: inline-block;
    float: right;
    text-align: right;
}

.proposalPrepBox {
    margin: 8px auto 8px auto;
    width: 530px;
    padding: 10px;
    border: 2px solid #AAAAAA;
    font-size: 10pt;
}

table.proposalPrepTable {
    border-collapse: collapse;
    width: 100%;
}

    table.proposalPrepTable tr td {
        border: 1px solid #c9c9c9;
        padding: 3px;
    }

.myPagedisplay {
    display: inline-block;
    border: 1px solid #330000;
    text-align: center;
    padding: 4px;
}

.clientSearchBox {
    vertical-align: top;
    margin: 0 0 5px 0;
    width: 700px;
    display: inline-block;
    border: 1px solid #c9c9c9;
    padding: 3px;
    background-color: #fff;
}

.searchBox {
    vertical-align: top;
    margin: 0 0 5px 0;
    width: 500px;
    display: inline-block;
    border: 1px solid #c9c9c9;
    padding: 3px;
    background-color: #fff;
}

.searchInputsmall {
    border: 1px solid #c9c9c9 !important;
    width: 50px;
    vertical-align: top;
    padding: 4px;
}

.searchInput {
    border: 1px solid #c9c9c9 !important;
    width: 300px;
    vertical-align: top;
    padding: 4px;
}

.snapshotTitle {
    color: #f58220;
    font-size: 25px;
    letter-spacing: 0.01em;
    text-decoration: none;
    font-weight: normal;
}

.snapshotHeaderMenu {
    float: right;
    display: inline-block;
    margin-bottom: 3px;
    margin-top: 3px;
    padding-bottom: 3px;
}

.snapshotMenuBox {
    display: inline-block;
    border: solid 1px #c9c9c9;
    padding: 6px;
    margin-left: 40px;
}

#snapshotMenu a:hover {
    background-color: #d9d9d9;
    color: #212121;
    font-weight: bold;
}

#snapshotMenu a {
    padding: 2px 4px;
    margin: 0 3px;
}

    #snapshotMenu a.sel {
        background-color: #004365;
        color: #FFFFFF;
        font-weight: bold;
    }

.actionListFilterBox {
    display: inline-block;
    border: solid 1px #c9c9c9;
    padding: 6px;
    margin-left: 10px;
    font-size: 10pt;
}

.caseDoc {
    margin: 5px 0;
}

.caseDocDate {
    font-size: 11px;
}

.file-type-icon {
    background-image: url('../images/file-type-sprite.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
    background-position: 0 -528px;
}

    .file-type-icon.pdf {
        background-position: 0 -272px !important;
    }

    .file-type-icon.docx, .file-type-icon.doc {
        background-position: 0 -48px !important;
    }

    .file-type-icon.xls, .file-type-icon.xlsx, .file-type-icon.csv {
        background-position: 0 -208px !important;
    }

.caseDocBox {
    display: inline-block;
    background: #f8f8f8;
    border: 2px solid #AAA;
    margin: 18px auto !important;
    padding: 10px;
    -webkit-box-shadow: 0 1px 3px #CCC;
    -moz-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #CCC;
    -moz-border-radius: 15px;
    border-radius: 15px;
    vertical-align: top;
}

.medChronLink {
    width: 350px;
    background: gold;
    border: 2px solid #AAA;
    margin: 18px auto !important;
    padding: 10px;
    -webkit-box-shadow: 0 1px 3px #CCC;
    -moz-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #CCC;
    -moz-border-radius: 15px;
    border-radius: 15px;
    vertical-align: top;
}

.caseInvoiceBox {
    width: 90%;
}


td.tdWidth100 {
    width: 110px;
}

.noShow, #aiHistory, #aiCloseReason, #caseCloseReason, #expertWitnessRow, #hideadditionalInfo {
    display: none;
}

.dot {
    color: #000000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 1px 5px;
    margin-right: 3px;
    border: solid 1px;
}

.dotred {
    background: red;
    color: red;
    border-color: red;
}

.dotgreen {
    background: green;
    color: green;
    border-color: green;
}

.dotblue {
    background: blue;
    border-color: blue;
}

.dotyellow {
    background: yellow;
    color: yellow;
    border-color: yellow;
}

.dotclear {
    background: #FFFFFF;
    color: #FFFFFF;
    border-color: #000000;
}

.caseCountNum {
    color: #000000;
}

.qGuide {
    width: 90%;
    background: #F7F7F7;
    border: 1px solid #CCC;
    border-bottom: 1px solid #AAA;
    margin: 18px auto !important;
    padding: 10px;
    -webkit-box-shadow: 0 1px 3px #CCC;
    -moz-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #CCC;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #444;
    font-size: 12px;
}

.qGuideHeader {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    display: block;
    padding-bottom: 5px;
}

.topic {
    font-weight: bold;
    text-decoration: underline;
    display: block;
}


.QnASection {
    display: none;
    width: 90%;
    border: 1px solid #c9c9c9;
    margin: 7px auto;
    padding: 10px;
}

.caseInterest {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    background: #F7F7F7;
    border: 1px solid #CCC;
    border-bottom: 1px solid #AAA;
    margin: 18px auto !important;
    padding: 20px;
    -webkit-box-shadow: 0 1px 3px #CCC;
    -moz-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #CCC;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #444;
    width: 90%;
}

.paymentDetailsBox {
    font-size: 11px;
    border: solid 2px #c9c9c9;
    border-radius: 3px;
    background-color: #f9f9f9;
    padding: 10px;
    font-size: 12px;
    margin: 3px 0 8px 0;
}

#depoDetails, #newNoteForm, #newTaskForm, #outsideRepTermsRow {
    display: none;
}

table.newCaseTaskTable {
    border: 1px solid #232323;
    padding: 4px;
    margin: 6px 0;
    text-align: left;
}

.caseExpertHeader {
    float: right;
    font-size: 16px;
}

.paymentInstructions {
    font-size: 11px;
    border: solid 2px #c9c9c9;
    border-radius: 3px;
    background-color: #f9f9f9;
    padding: 10px;
    font-size: 12px;
    margin: 3px 0 8px 0;
}

#faqs li ul li {
    list-style: none;
    padding-bottom: 10px;
}

.reportsMenuBox {
    width: 250px;
}

.reportMenu {
    display: inline-block;
    padding: 4px 20px 4px 4px;
    vertical-align: top;
    font-size: 10pt;
}

.reportContent {
    display: inline-block;
    vertical-align: top;
}

.clientReportMenuBox {
    font-size: 12px;
    display: inline-block;
    border: solid 1px #c9c9c9;
    padding: 6px;
    float: right;
    margin-right: 30px;
}

.clientDbLeft, .clientDbRight {
    display: inline-block;
    margin: 5px;
    border: 0px solid #000;
    padding: 5px;
    vertical-align: top;
}

.clientDbLeft {
    float: left;
    width: 720px;
}

.clientDbRight {
    float: right;
    width: 180px;
}

.accountTeam {
    border: solid 2px #c9c9c9;
    border-radius: 3px;
    background-color: #f9f9f9;
    padding: 10px;
    font-size: 12px;
    margin: 3px 0 8px 0;
}

    .accountTeam span {
        font-weight: bold;
    }

.headerScoreBox {
    vertical-align: top;
    margin: 5px 0 0 40px;
    display: inline-block;
    *display: inline;
}

.weeklyscore {
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 5px;
    /*    height: 50px;*/
    /*    width: 325px;*/
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 0 0;
    border: 2px solid #03547D;
    zoom: 1;
    padding-top: 2px;
    *display: inline;
}

.score-blue {
    background-color: #1e90ff;
    color: #FFFFFF;
}

.score-green {
    background-color: #32cd32;
    color: #000000;
}

.score-yellow {
    background-color: #ffff00;
    color: #000000;
}

.score-red {
    background-color: #ff0000;
    color: #FFFFFF;
}

.weeklyscore a {
    color: #FFFFFF;
    text-decoration: underline;
    margin: 0;
}

.scoreTitle {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    text-decoration: underline;
}

.scoreCount {
    font-size: 10px;
    line-height: 10px;
}

table.scoreTable {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    border-collapse: collapse;
}

    table.scoreTable tr {
        margin: 0;
        line-height: 10px;
    }

        table.scoreTable tr td {
            line-height: 10px;
        }


.des-paid {
    background-color: #32cd32;
    color: #FFFFFF;
    padding: 0px 2px;
    font-weight: bold;
    border-radius: 8px;
    border: 1px solid #32cd32;
    cursor: help;
}

.des-notpaid {
    background-color: #ff0000;
    color: #FFFFFF;
    padding: 0px 2px;
    font-weight: bold;
    border-radius: 8px;
    border: 1px solid #ff0000;
    cursor: help;
}

.des-paynotreqd {
    background-color: #ffffff;
    color: #000000;
    padding: 0px 2px;
    font-weight: bold;
    border-radius: 8px;
    border: 1px solid #000000;
    cursor: help;
}

.selectedReferralName {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}

table.caseUpdateTable {
    border: 1px solid #232323;
    padding: 4px;
    margin: 6px 0;
    text-align: left;
    width: 100%;
}

table.caseUpdateSummary {
    padding: 0 4px 4px 4px;
    margin: 0 0 6px 0;
    text-align: left;
    width: 600px;
    font-size: 12px;
}

.caseNotesText {
    font-size: 12px;
}

.caseNotesBox {
    max-height: 280px;
    overflow-y: auto;
}

.agingCaseNotesBox {
    max-height: 50px;
    overflow-y: auto;
}

.redPlus {
    vertical-align: top;
    text-decoration: none;
}

ul.actionTakenList {
    padding-left: 6px;
}

    ul.actionTakenList li {
        line-height: 1.2em;
    }

ul.expertActionList {
    padding-left: 0px;
    list-style: none;
}

    ul.expertActionList li {
        line-height: 1.1em;
    }


.expertSelectCaseBox {
    background: #F7F7F7;
    border: 1px solid #CCC;
    border-bottom: 1px solid #AAA;
    margin: 18px auto !important;
    padding: 18px;
    -webkit-box-shadow: 0 1px 3px #CCC;
    -moz-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #CCC;
    width: 500px;
    background-color: #eeeeee;
}

.expertSelectTaskBox {
    background: #F7F7F7;
    border: 1px solid #CCC;
    border-bottom: 1px solid #AAA;
    margin: 10px;
    padding: 10px;
    -webkit-box-shadow: 0 1px 3px #CCC;
    -moz-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #CCC;
    width: 500px;
    background-color: #eeeeee;
}

.expertForm {
    border: 1px solid #CCC;
    border-bottom: 1px solid #AAA;
    margin: 10px;
    padding: 10px;
    -webkit-box-shadow: 0 1px 3px #CCC;
    -moz-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #CCC;
}

table.caseBucketTable tr th {
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

.center {
    text-align: center;
}

.italic {
    font-style: italic;
}

.kcText {
    font-weight: bold;
    font-size: 14pt;
    line-height: 24px;
}

#kc_education, #kc_documents {
}

ul.kc_subLinks li {
    padding-left: 10px;
}

#kc_side-nav {
    width: 220px;
    margin-right: 20px;
    float: left;
    margin-bottom: 50px;
}

    #kc_side-nav ul {
        margin-left: 0;
        padding-left: 0;
    }

    #kc_side-nav li {
        list-style: none;
        display: block;
    }

        #kc_side-nav li span {
            text-decoration: none;
            color: #808080;
            font-size: 12px;
            border-top: 1px solid #bfbfbf;
            display: block;
            line-height: 25px;
            padding-left: 12px;
        }

        #kc_side-nav li a {
            text-decoration: none;
            color: #808080;
            font-size: 12px;
            border-top: 1px solid #bfbfbf;
            display: block;
            line-height: 25px;
            padding-left: 12px;
        }

            #kc_side-nav li a.last {
                border-bottom: 1px solid #bfbfbf;
            }

            #kc_side-nav li a:hover, #kc_side-nav li a.sel {
                background-color: #d9d9d9;
                color: #212121;
                font-weight: bold;
            }

    #kc_side-nav h1 {
        margin-bottom: 10px;
    }

#kc_content-area {
    float: left;
    color: #000000;
    font-size: 14px;
    margin-bottom: 50px;
    width: 720px;
}

ul.reportSidebar {
    margin-left: 0;
    padding-left: 0;
}

    ul.reportSidebar li {
        list-style: none;
        display: block;
        line-height: 19px;
    }

        ul.reportSidebar li a {
            text-decoration: none;
        }

            ul.reportSidebar li a:hover {
                background-color: #d9d9d9;
                color: #212121;
                font-weight: bold;
            }

.heatMapLeft, .heatMapRight {
    display: inline-block;
    margin: 10px 5px;
    vertical-align: top;
}

.heatMapRight {
    width: 125px;
}

#recordUpload, #payInvoice, #clientContactBox, #mailingAddress, #eCheckForm, #consumerName {
    display: none;
}

.echeckDetailsBox {
    background: #f8f8f8;
    border: 2px solid #AAA;
    margin: 18px 5px;
    padding: 10px;
    -webkit-box-shadow: 0 1px 3px #CCC;
    -moz-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #CCC;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.compliance-alert {
    background: #fff0f5;
    border: 3px solid #ff0000;
    margin: 18px auto !important;
    padding: 18px;
    -webkit-box-shadow: 0 1px 3px #CCC;
    -moz-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #CCC;
}

.mdRepForm {
    border: 1px solid #c9c9c9;
    padding: 3px;
}

#newTaskDetailsAlert, #newTaskTitleAlert {
    display: none;
}

.eNotesBox, #customRecruitList {
    display: none;
}

.columnNoShow {
    display: none;
}

.mybtn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.mybtn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.mybtn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.mybtn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.smsActionBox {
    background: #f8f8f8;
    border: 1px solid #CCC;
    border-bottom: 1px solid #AAA;
    margin: 18px auto !important;
    padding: 8px;
    -webkit-box-shadow: 0 1px 3px #CCC;
    -moz-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #CCC;
    width: 60%;
    /*	color: navy;
*/ text-align: center;
}

.smsActionTable {
    margin: auto;
    width: 80%;
}

.collapse {
    display: none;
}

table.baseTable {
    font-family: arial;
    background-color: #CDCDCD;
    margin: 10px 0pt 15px;
    font-size: 8pt;
    width: 98%;
    text-align: left;
}

    table.baseTable thead tr th, table.baseTable tfoot tr th {
        background-color: #e6EEEE;
        border: 1px solid #FFF;
        font-size: 8pt;
        padding: 4px;
    }

    table.baseTable thead tr .header {
        background-image: url(bg.gif);
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
    }

    table.baseTable tbody td {
        color: #3D3D3D;
        padding: 4px;
        background-color: #FFF;
        vertical-align: top;
    }

.grid {
    display: grid;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    gap: var(--bs-gap, 1.5rem);
}

    .grid .col-6 {
        grid-column: auto / span 6;
    }

.col-6 {
    border: 1px solid #CCC;
    padding: 2px 10px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.grid .col-12 {
    grid-column: auto / span 12;
}

.col-12 {
    border: 1px solid #CCC;
    padding: 2px 10px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
}

#cssmenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url('/Content/CssMenu/images/OFF.gif') repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #555555;
	border-top:1px solid #919191;
}
#cssmenu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	}
    #cssmenu li a {
        display: block;
        float: left;
        color: #0f4c92;
        text-decoration: none;
        font-weight: bold;
        padding: 12px 20px 0 20px;
        height: 24px;
        background: transparent url('/Content/CssMenu/images/DIVIDER.gif') no-repeat top right;
    }
#cssmenu li a:hover{
	background:transparent url('/Content/CssMenu/images/HOVER.gif') no-repeat top right;	
	}
#cssmenu li.active{
	background:transparent url('/Content/CssMenu/images/HOVER.gif') no-repeat top right;	
	}

#cssmenu li.breadcrumb { float: right;margin-right: 20px;margin-top: 10px;}
#cssmenu li.breadcrumb a:hover { text-decoration: underline;color: #FFFFFF; }
#cssmenu li.breadcrumb a { text-decoration: none;background: none;padding: 0;color: #FFFFFF;}
