﻿
        .gritter-top-center {
            position: fixed;
            left: 33%;
            right: 33%;
            top: 15px;
        }
.splash {
            text-align: center;
            margin: 10% 0 0 0;
        }

            .splash .message {
                font-size: 5em;
                line-height: 1.5em;
                text-shadow: rgba(0,0,0,.5) 0 0 15px;
            }

            .splash .icon-spinner {
                text-align: center;
                display: inline-block;
                font-size: 5em;
                margin-top: 50px;
            }

        body {
            /*overflow-y: scroll;*/
        }

        input[type=checkbox], input[type=radio] {
            opacity: 0;
            position: absolute;
            z-index: 9;
            width: 18px;
            height: 18px;
        }

            input[type=checkbox]:focus, input[type=radio]:focus, input[type=checkbox]:checked, input[type=radio]:checked {
                outline: none !important;
            }

        

                input[type=checkbox] + .lbl.padding-4::before, input[type=radio] + .lbl.padding-4::before {
                    margin-right: 4px;
                }

                input[type=checkbox] + .lbl.padding-6::before, input[type=radio] + .lbl.padding-6::before {
                    margin-right: 6px;
                }

                input[type=checkbox] + .lbl.padding-8::before, input[type=radio] + .lbl.padding-8::before {
                    margin-right: 8px;
                }

                input[type=checkbox] + .lbl::before, input[type=radio] + .lbl::before {
                    font-family: fontAwesome;
                    font-weight: normal;
                    font-size: 11px;
                    color: #32a3ce;
                    content: "\a0";
                    display: inline-block;
                    background-color: #fafafa;
                    border: 1px solid #CCC;
                    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
                    border-radius: 0;
                    text-align: center;
                    vertical-align: middle;
                    height: 13px;
                    line-height: 13px;
                    min-width: 13px;
                    margin-right: 1px;
                }

            input[type=checkbox]:active + .lbl::before, input[type=checkbox]:checked:active + .lbl::before, input[type=radio]:active + .lbl::before, input[type=radio]:checked:active + .lbl::before {
                box-shadow: 0 1px 2px rgba(0,0,0,0.05),inset 0 1px 3px rgba(0,0,0,0.1);
            }

            input[type=checkbox]:checked + .lbl::before, input[type=radio]:checked + .lbl::before {
                display: inline-block;
                content: '\f00c';
                background-color: #f5f8fc;
                border-color: #adb8c0;
                box-shadow: 0 1px 2px rgba(0,0,0,0.05),inset 0 -15px 10px -12px rgba(0,0,0,0.05),inset 15px 10px -12px rgba(255,255,255,0.1);
            }

            input[type=checkbox]:hover + .lbl::before, input[type=radio]:hover + .lbl::before, input[type=checkbox] + .lbl:hover::before, input[type=radio] + .lbl:hover::before {
                border-color: #ff893c;
            }

            input[type=checkbox].ace-checkbox-2 + .lbl::before {
                box-shadow: none;
            }

            input[type=checkbox].ace-checkbox-2:checked + .lbl::before {
                background-color: #f9a021;
                border-color: #f9a021;
                color: #FFF;
            }

            input[type=checkbox]:disabled + .lbl::before, input[type=radio]:disabled + .lbl::before {
                background-color: #DDD !important;
                border-color: #CCC !important;
                box-shadow: none !important;
                color: #BBB;
            }

            input[type=radio] + .lbl::before {
                border-radius: 32px;
                font-family: Arial,Helvetica,sans-serif;
                font-size: 36px;
            }

            input[type=radio]:checked + .lbl::before {
                content: "\2022";
            }

            input[type=checkbox].ace-switch :active + .lbl::before, input[type=checkbox].ace-switch :checked:active + .lbl::before {
                box-shadow: none;
            }

            input[type=checkbox].ace-switch {
                width: 55px;
                height: 20px;
            }

                input[type=checkbox].ace-switch + .lbl {
                    margin: 0 4px;
                    min-height: 24px;
                }

                    input[type=checkbox].ace-switch + .lbl::before {
                        font-family: Arial,Helvetica,sans-serif;
                        content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
                        color: #999;
                        font-weight: bold;
                        font-size: 11px;
                        line-height: 18px;
                        line-height: 21px\9;
                        height: 18px;
                        overflow: hidden;
                        border-radius: 12px;
                        background-color: #f5f5f5;
                        box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.2);
                        border: 1px solid #CCC;
                        text-align: left;
                        float: left;
                        padding: 0;
                        width: 50px;
                        text-indent: -19px;
                        text-indent: -21px\9;
                        margin-right: 0;
                        -webkit-transition: text-indent .4s ease;
                        -moz-transition: text-indent .4s ease;
                        -o-transition: text-indent .4s ease;
                        transition: text-indent .4s ease;
                    }

                input[type=checkbox].ace-switch:checked + .lbl::before {
                    text-indent: 9px;
                    color: #FFF;
                    background-color: #8ab2c9;
                    border-color: #468fcc;
                }

                input[type=checkbox].ace-switch + .lbl::after {
                    font-family: Arial,Helvetica,sans-serif;
                    content: '|||';
                    font-size: 10px;
                    font-weight: lighter;
                    color: #e5e5e5;
                    background-color: #FFF;
                    text-shadow: -1px 0 0 rgba(0,0,0,0.15);
                    text-align: center;
                    border-radius: 12px;
                    width: 22px;
                    height: 22px;
                    line-height: 20px;
                    position: absolute;
                    top: -2px;
                    left: -3px;
                    padding: 0;
                    box-shadow: 0 1px 1px 1px rgba(0,0,0,.3);
                    -webkit-transition: left .4s ease;
                    -moz-transition: left .4s ease;
                    -o-transition: left .4s ease;
                    transition: left .4s ease;
                }

                input[type=checkbox].ace-switch:checked + .lbl::after {
                    left: 34px;
                    background-color: #FFF;
                    color: #8ab2c9;
                }

            input[type=checkbox].ace-switch-2 + .lbl::before {
                content: "YES\a0\a0\a0\a0\a0\a0\a0\a0NO";
            }

            input[type=checkbox].ace-switch-3 + .lbl::after {
                font-family: FontAwesome;
                font-size: 13px;
                line-height: 23px;
                content: "\f00d";
                top: -1px;
            }

            input[type=checkbox].ace-switch-3:checked + .lbl::after {
                content: "\f00c";
            }

            input[type=checkbox].ace-switch-4 + .lbl::before, input[type=checkbox].ace-switch-5 + .lbl::before {
                content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
                font-family: Arial,Helvetica,sans-serif;
                font-weight: bolder;
                font-size: 12px;
                line-height: 19px;
                height: 20px;
                overflow: hidden;
                border-radius: 12px;
                display: inline-block;
                background-color: #8b9aa3;
                border: 1px solid #8b9aa3;
                color: #FFF;
                width: 52px;
                text-indent: -25px;
                text-indent: -28px\9;
                position: relative;
                margin-right: 8px;
                box-shadow: none;
                -webkit-transition: all .4s ease;
                -moz-transition: all .4s ease;
                -o-transition: all .4s ease;
                transition: all .4s ease;
            }

            input[type=checkbox].ace-switch-4:checked + .lbl::before, input[type=checkbox].ace-switch-5:checked + .lbl::before {
                text-indent: 9px;
                background-color: #468fcc;
                border-color: #468fcc;
            }

            input[type=checkbox].ace-switch-red:checked + .lbl::before {
                background-color: red !important;
                border-color: red !important;
            }

            input[type=checkbox].ace-switch-4 + .lbl::after, input[type=checkbox].ace-switch-5 + .lbl::after {
                font-family: Arial,Helvetica,sans-serif;
                content: '|||';
                text-shadow: -1px 0 0 rgba(0,0,0,0.2);
                font-size: 7px;
                font-weight: lighter;
                color: #8b9aa3;
                text-align: center;
                position: absolute;
                border-radius: 12px;
                top: 2px;
                left: 2px;
                width: 18px;
                height: 18px;
                line-height: 16px;
                background-color: #FFF;
                -webkit-transition: all .4s ease;
                -moz-transition: all .4s ease;
                -o-transition: all .4s ease;
                transition: all .4s ease;
            }

            input[type=checkbox].ace-switch-4:checked + .lbl::after, input[type=checkbox].ace-switch-5:checked + .lbl::after {
                left: 34px;
                background-color: #FFF;
            }

            input[type=checkbox].ace-switch-5 + .lbl::before {
                content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0NO";
            }

            input[type=checkbox].ace-switch-5:checked + .lbl::before {
                text-indent: 8px;
            }

            input[type=checkbox].ace-switch-6 + .lbl {
                position: relative;
            }

                input[type=checkbox].ace-switch-6 + .lbl::before {
                    font-family: FontAwesome;
                    content: "\f00d";
                    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
                    box-shadow: none;
                    border: 0;
                    font-weight: lighter;
                    font-size: 16px;
                    border-radius: 12px;
                    display: inline-block;
                    background-color: #888;
                    color: #f2f2f2;
                    width: 52px;
                    height: 22px;
                    line-height: 20px;
                    text-indent: 32px;
                    -webkit-transition: background .1s ease;
                    -moz-transition: background .1s ease;
                    -o-transition: background .1s ease;
                    transition: background .1s ease;
                }

            input[type=checkbox].ace-switch-6:checked + .lbl::before {
                content: "\f00c";
                text-indent: 6px;
                color: #FFF;
                border-color: #b7d3e5;
                background-color: #ff893c;
            }

            input[type=checkbox].ace-switch-6 + .lbl::after {
                content: '';
                text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
                position: absolute;
                top: 2px;
                left: 3px;
                border-radius: 12px;
                box-shadow: 0 -1px 0 rgba(0,0,0,0.25);
                width: 10px;
                height: 10px;
                text-align: center;
                background-color: #f2f2f2;
                border: 4px solid #f2f2f2;
                -webkit-transition: left .2s ease;
                -moz-transition: left .2s ease;
                -o-transition: left .2s ease;
                transition: left .2s ease;
            }

            input[type=checkbox].ace-switch-6:checked + .lbl::after {
                left: 32px;
                background-color: #FFF;
                border: 4px solid #FFF;
                text-shadow: 0 -1px 0 rgba(0,200,0,0.25);
            }

            input[type=checkbox].ace-switch-7 {
                width: 75px;
            }

                input[type=checkbox].ace-switch-7 + .lbl {
                    position: relative;
                }

                    input[type=checkbox].ace-switch-7 + .lbl::before {
                        content: "OFF\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0ON";
                        font-weight: bolder;
                        font-size: 14px;
                        line-height: 20px;
                        display: inline-block;
                        background-color: #FFF;
                        border: 2px solid #AAA;
                        border-radius: 0;
                        box-shadow: none;
                        color: #aaa;
                        width: 70px;
                        height: 22px;
                        overflow: hidden;
                        text-indent: 4px;
                        position: relative;
                        margin-right: 8px;
                        -webkit-transition: all .2s ease;
                        -moz-transition: all .2s ease;
                        -o-transition: all .2s ease;
                        transition: all .2s ease;
                    }

                input[type=checkbox].ace-switch-7:checked + .lbl::before {
                    color: #468fcc;
                    background-color: #FFF;
                    text-indent: -33px;
                    border-color: #6fb3e0;
                }

                input[type=checkbox].ace-switch-7 + .lbl::after {
                    content: '\f00d';
                    font-family: FontAwesome;
                    font-size: 16px;
                    position: absolute;
                    top: 3px;
                    left: 39px;
                    width: 32px;
                    height: 20px;
                    line-height: 18px;
                    text-align: center;
                    background-color: #aaa;
                    color: #FFF;
                    border-radius: 0;
                    box-shadow: none;
                    -moz-transition: all .2s ease-in-out;
                    -o-transition: all .2s ease-in-out;
                    -webkit-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out;
                }

                input[type=checkbox].ace-switch-7:checked + .lbl::after {
                    left: 3px;
                    content: '\f00c';
                    background-color: #468fcc;
                    color: #FFF;
                }

        .input-prepend .add-on, .input-append .add-on {
            border-radius: 0 !important;
        }

    td.very-high-risk {
        background-color: #FF3333 !important;
        color: white !important;
    }
    td.high-risk {
        background-color: #FF9933 !important;
    }
    td.moderate-risk {
        background-color: #FFFF33 !important;
    }
    td.low-risk {
        background-color: #99ff66 !important;
    }

    table.dataTable {
        border-bottom-width: 0px !important;
        border-style: solid !important;
        border-color: #dddddd !important;
        border-collapse: collapse !important;
    }
    
    table.dataTable thead tr th,
    table.dataTable thead tr td {
        padding: 5px !important;
        border-bottom-width: 0px !important;
    }

    table.dataTable tbody tr th,
    table.dataTable tbody tr td {
        padding: 5px !important;
        border-top-width: 0px !important;
    }

    div.dataTables_scrollBody table.dataTable thead tr th {
        border-left-width: 0px !important;
    }

    div.dataTables_scrollBody table.dataTable thead tr th,
    div.dataTables_scrollBody table.dataTable thead tr td,
    div.DTFC_LeftBodyWrapper table.dataTable thead tr th {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    table.dataTable tfoot tr th,
    table.dataTable tfoot tr td {
        border-top-width: 1px !important;
    }

    table.dataTable.no-footer {
        border-bottom-width: 1px !important; 
    }

    div.dataTables_wrapper.no-footer {
        border-bottom: 1px solid #dddddd !important;
    }

    div.dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom-width: 0px !important;
    }
    
    .text-block-wrap {
        overflow-wrap: break-word;
    }

    .text-block-padding {
        padding-right: 20px;
    }

    .margin-bottom-8 {
         margin-bottom: 8px;
    }

    .input-focus input[type=checkbox]:focus + .lbl::before, .input-focus input[type=radio]:focus + .lbl::before {
        border-color: #ff893c;
    }

    .templateComponentSelected {
        border-color: #6fb3e0 !important;
    }

    .template-input-group .input-group-addon,
    .template-other .input-group-addon {
        text-align: left;
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
        background-color: #f5f5f5 !important; 
    }
    
    .template-input-group .input-group-addon label,
    .template-other .input-group-addon label {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .template-input-group .form-control,
    .template-other .form-control {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }
        
    .template-input-group span.form-control {
        border-left: 0px;
        background-color: #f5f5f5;
    }


    .template-panel {
        margin-bottom: 0px;
    }

    .template-panel .panel-heading {
        padding: 5px 10px 2px 10px;
    }

    .template-panel .panel-body {
        padding-top: 5px;
        padding-bottom: 5px;
    }


    .template-well {
        margin-bottom: 5px !important;
    }

    .template-widget-box {
        margin-top: 5px !important;
        margin-bottom: 6px !important;
    }

    .template-widget-box .widget-header {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        height: 0px !important;
    }

    .template-widget-box .widget-body {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        padding: 0px;
    }
    
    .template-widget-box .widget-main {
        padding: 5px;
    }


    .template-has-error .template-input-group .input-group-addon,
    .template-has-error .template-input-group .form-control,
    .template-has-error .template-panel,
    .template-has-error .template-panel .panel-heading,
    .template-has-error .template-widget-box .widget-header,
    .template-has-error .template-widget-box .widget-body,
    .template-other-has-error .template-other .input-group-addon,
    .template-other-has-error .template-other .form-control {
        border-color: #a94442 !important;
    }

    .template-has-error .template-input-group .input-group-addon,
    .template-has-error .template-input-group .input-group-addon label,
    .template-has-error .template-panel .panel-heading label,
    .template-has-error .template-widget-box .widget-header,
    .template-other-has-error .template-other .input-group-addon,
    .template-other-has-error .template-other .input-group-addon label {
        color: #a94442 !important;
    }

    .template-has-error .template-input-group .input-group-addon,
    .template-has-error .template-input-group span.form-control,
    .template-has-error .template-panel .panel-heading,
    .template-has-error .template-widget-box .widget-header,
    .template-other-has-error .template-other .input-group-addon,
    .template-other-has-error .template-other span.form-control {
        background-color: #f2dede !important;
    }
  
    .template-has-error .template-widget-box .widget-header {
        background-image: none !important;
    }

    .template-widget-box .widget-body .md-header {
        margin: 0px !important;
    }
    .template-widget-box .widget-body .md-header .btn {
        padding: 4px 9px !important;
        border-width: 2px !important;
    }
    .template-widget-box .widget-body .md-header .btn-default {
        border-color: #abbac3 !important;
        background: #abbac3 !important;
    }
    .template-widget-box .widget-body .md-header .btn-default:hover {
        background: #8b9aa3 !important;
        border-color: #abbac3;
    }
    .template-widget-box .widget-body .md-header .btn-primary {
        border-color: #428bca !important;
        background: #428bca !important;
    }
    .template-widget-box .widget-body .md-header .btn-primary:hover {
        background: #1b6aaa !important;
        border-color: #428bca;
    }
    .template-widget-box .widget-body .md-header .btn > [class*="icon-"] {
        font-size: 13px !important;
        width: auto !important;
        max-width: initial !important;
    }
    .template-widget-box .widget-body .md-preview {
        min-height: 98px !important;
    }
    .template-widget-box .widget-body .md-input {
        border: 0px !important;
    }

    .md-input {
        background-color: #FFF !important;
        font-family: inherit !important;
        padding: 8px !important;
    }
    .md-preview {
        padding: 8px !important;
    }

    .btn-left-side-collapse {
        float: left !important;
        background-color: #f5f5f5 !important;
        border: 1px solid #e3e3e3 !important;
        margin-top: -10px;
        margin-left: -32px;
        padding-top: 8px;
        padding-left: 6px;
        padding-right: 2px;
    }

    .col-md-0 {
        visibility: hidden !important;
        width: 0 !important;
        padding: 0 !important;
        margin-left: 0 !important;
        float: left !important;
    }

    .transition-side-collapse {
        -webkit-transition: width 0.3s ease-in-out, padding 0.3s ease-in-out, margin 0.3s ease-in-out, visibility 0.02s ease-out;
        -moz-transition: width 0.3s ease-in-out, padding 0.3s ease-in-out, margin 0.3s ease-in-out, visibility 0.02s ease-out;
        -o-transition: width 0.3s ease-in-out, padding 0.3s ease-in-out, margin 0.3s ease-in-out, visibility 0.02s ease-out;
        transition: width 0.3s ease-in-out, padding 0.3s ease-in-out, margin 0.3s ease-in-out, visibility 0.02s ease-out;
    }

    .client-details-table {
        table-layout: fixed;
        margin-bottom: 0px;
    }
    .client-details-table > tbody > tr > th {
        width: 15%;
        text-align: right;
        padding: 6px !important;
    }
    .client-details-table > tbody > tr > td {
        padding: 6px !important;
    }

    .markdown table {
        margin-bottom: 14px;
    }
    .markdown p + table {
        margin-top: 20px;
    }
    .markdown ul + table {
        margin-top: 18px;
    }
    .markdown ol + table {
        margin-top: 18px;
    }
    .markdown p {
        margin-bottom: 12px;
    }
/*    
    .markdown ul, ol {
        margin-bottom: 14px;
    }
*/
    .markdown p + ul {
        margin-top: -12px;
        margin-bottom: 14px;
    }
    .markdown p + ol {
        margin-top: -12px;
        margin-bottom: 14px;
    }

    .editor-preview-active table {
        margin-bottom: 14px;
    }

    .editor-preview-active p + table {
        margin-top: 20px;
    }

    .editor-preview-active ul + table {
        margin-top: 18px;
    }

    .editor-preview-active ol + table {
        margin-top: 18px;
    }

    .editor-preview-active p {
        margin-bottom: 12px;
    }

    .editor-preview-active p + ul {
        margin-top: -12px;
        margin-bottom: 14px;
    }

    .editor-preview-active p + ol {
        margin-top: -12px;
        margin-bottom: 14px;
    }

    .CodeMirror, .CodeMirror-scroll {
	    min-height: initial;
    }

    .CodeMirror {
	    height: 210px;
    }

    .popover {
      color: rgb(57,57,57) !important;
      border-color: rgb(111,179,224) !important;
      border-radius: .5em !important;
    }
    .popover-title {
      border-top-left-radius: .5em !important;
      border-top-right-radius: .5em !important;
      font-weight: bold !important;
    }
    .popover-content {
      font-weight: normal !important;
    }
    .popover.top .arrow:after {
      border-top-color: rgb(111,179,224) !important;
    }
    .popover.bottom .arrow:after {
      border-bottom-color: rgb(111,179,224) !important;
    }
    .popover.left .arrow:after {
      border-left-color: rgb(111,179,224) !important;
    }
    .popover.right .arrow:after {
      border-right-color: rgb(111,179,224) !important;
    }

    .fc-time-grid-event > .fc-content {
        text-overflow: ellipsis;
    }

    .no-padding-top-bottom {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .input-group-addon-left {
        text-align: left !important;
    }

    select:invalid {
        color: #999;
    }

    .widget-main table thead tr {
        background: #f2f2f2 !important; 
        background-image: linear-gradient(to bottom,#f8f8f8 0,#ececec 100%) !important;
    }

    .bootstrap-datetimepicker-widget table td span:hover {
        color: #337ab7;
    }

    .email-template {
        line-height: 1.4 !important;
        font-size: 14px !important;
        font-family: arial,helvetica,sans-serif !important;
    }

    .email-template table {
        font-family: inherit !important;
        font-size: inherit !important;
    }

    .email-template tbody th {
        text-align: left !important;
        vertical-align: top !important;
        width: 100px !important;
        padding-left: 0px !important;
    }

    .email-template table td {
        vertical-align: top !important;
    }

    .email-template li {
        font-size: 13px !important;
        margin-bottom: .4em !important;
    }

    .email-template li > ol {
        list-style-type: lower-alpha !important;
    }

    .email-template li > ol > li > ol {
        list-style-type: lower-roman !important;
    }

        .email-template h1,
        .email-template h2,
        .email-template h3,
        .email-template h4,
        .email-template h5,
        .email-template h6 {
            font-weight: 700 !important;
            margin-top: 1.4em !important;
            margin-bottom: .5em !important;
            font-family: inherit !important;
        }

    .email-template h1 {
        font-size: 30px !important;
    }

    .email-template h2 {
        font-size: 26px !important;
    }

    .email-template h3 {
        font-size: 22px !important;
    }

    .email-template h4 {
        font-size: 18px !important;
    }

    .email-template h5 {
        font-size: 16px !important;
    }

    .email-template h6 {
        font-size: 14px !important;
    }

    .email-template a {
        white-space: nowrap !important;
    }

    .email-template .two-columns td {
        width: 50%;
    }

    .email-template .three-columns td {
        width: 33%;
    }

    .email-template .disclaimer-text {
        font-size: 10px;
        font-weight: bold;
        font-style: italic;
        line-height: 90%;
    }

    .email-template .advocacy-content {
        text-align: center !important;
    }

        .email-template .advocacy-content h1,
        .email-template .advocacy-content h2,
        .email-template .advocacy-content h3,
        .email-template .advocacy-content h4,
        .email-template .advocacy-content h5,
        .email-template .advocacy-content h6 {
            margin-top: 1.6em !important;
            color: #4d627b !important;
        }

            .email-template .advocacy-content h5 + p,
            .email-template .advocacy-content h6 + p {
                margin-top: 0px !important;
            }

        .email-template .advocacy-content p {
            margin-top: 1em !important;
            margin-bottom: .5em !important;
        }

        .email-template .advocacy-content div p {
            margin-top: 0px !important;
            margin-bottom: .6em !important;
            font-size: 13px !important;
        }

        .email-template .advocacy-content ul,
        .email-template .advocacy-content ol,
        .email-template .advocacy-content div {
            margin-top: 0px !important;
            margin-right: 50px !important;
            text-align: left !important;
        }

        .email-template .advocacy-content ul,
        .email-template .advocacy-content div {
            margin-left: 125px !important;
        }

        .email-template .advocacy-content ol {
            margin-left: 200px !important;
        }

            .email-template .advocacy-content ul li,
            .email-template .advocacy-content ol li {
                text-align: left !important;
            }

                .email-template .advocacy-content ul li:first-child,
                .email-template .advocacy-content ol li:first-child {
                    margin-top: 0px !important;
                }

                .email-template .advocacy-content ul li ul,
                .email-template .advocacy-content ol li ol {
                    margin-top: .2em !important;
                    margin-left: 0px !important;
                    padding-inline-start: 35px;
                }

        .email-template .advocacy-content table {
            width: 100% !important;
            text-align: center !important;
        }

    /*table.scroll {
        width: 100%;
        border-spacing: 0;
        border: 2px solid black;
    }

    table.scroll tbody,
    table.scroll thead { display: block; }

    thead tr th { 
        height: 30px;
        line-height: 30px;
    }

    table.scroll tbody {
        height: 100px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    tbody { border-top: 1px solid black; }

    tbody td, thead th {
        width: 10%;
        border-right: 1px solid black;
    }

    tbody td:last-child, thead th:last-child {
        border-right: none;
    }*/

    .profile-info-name {
        width: 145px !important;
    }

    .profile-info-value {
        margin-left: 145px !important;
    }

    .profile-info-name-wide {
        width: 200px !important;
    }

    .profile-info-value-wide {
        margin-left: 200px !important;
    }

    .health-plan-name {
        text-align: left;
        padding-left: 10px;
        width: 185px !important;
    }

    .health-plan-value {
        min-height: 31px;
        margin-left: 185px !important;
    }

    .scroll-div {
        border: 1px solid #d5d5d5;
        overflow: auto;
    }
        .scroll-div ul,
        .scroll-div ol {
            list-style: none;
            margin-left: 10px !important;
        }

        .scroll-div input[type=checkbox],
        .scroll-div input[type=radio] {
            vertical-align: middle !important;
            position: relative !important;
            width: 0px !important;
        }

.physician-form-admin .header-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

    .physician-form-admin .header-flex > * {
        margin-right: 1rem;
    }

    .physician-form-admin .header-flex select {
        width: inherit;
    }

    .physician-form-admin .header-flex:last-child {
        justify-content: flex-end;
    }

        .physician-form-admin .header-flex:last-child .ti-download {
            border-radius: 50%;
            border: 2px solid #fff;
            padding: 0.3rem;
            font-size: 0.9rem;
        }

    .physician-form-admin table.table th {
        font-weight: 600;
    }

.physician-form-admin table.table .Pending:before, .physician-form-admin table.table .Denied:before, .physician-form-admin table.table .Approved:before, .physician-form-admin table.table .Downloaded:before, .physician-form-admin table.table .New:before, .physician-form-admin table.table .Upcoming:before, .physician-form-admin table.table .Past:before, .Pending-color:before, .Denied-color:before, .Approved-color:before, .Downloaded-color:before, .New-color:before {
    content: '';
    width: 1rem;
    height: 1rem;
    border-radius: 2px;
    display: inline-block;
    margin-right: 0.25rem;
}

    .physician-form-admin table.table .Pending:before, .Pending-color:before {
        background-color: #f1c84a;
    }

    .physician-form-admin table.table .Denied:before, .physician-form-admin table.table .Past:before, .Denied-color:before {
        background-color: #ff2827;
    }

    .physician-form-admin table.table .Approved:before, .physician-form-admin table.table .Upcoming:before, .Approved-color:before {
        background-color: #2dca7b;
    }

    .physician-form-admin table.table .Downloaded:before, .physician-form-admin table.table .New:before, .Downloaded-color:before, .New-color:before {
        background-color: #39f;
    }

.physician-form-admin .status_select {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
}

    .physician-form-admin .status_select > div {
        padding: 0 1rem;
    }

        .physician-form-admin .status_select > div:first-child {
            flex: 2;
        }

        .physician-form-admin .status_select > div:nth-child(2) {
            flex: 3;
            display: flex;
            flex-direction: column;
        }

    .physician-form-admin .status_select .confirm_row {
        flex-basis: 100%;
        margin-left: 12px;
        margin-right: 12px;
    }

    .physician-form-admin .status_select div.span {
        height: 3rem;
        display: block;
    }

    .physician-form-admin .status_select select {
        font-size: 13px;
        height: 3.5rem;
        margin-bottom: 0.5rem;
    }

/*        .physician-form-admin .status_select select option {
            font-size: 12px;
        }*/

    .physician-form-admin .status_select textarea {
        resize: none;
        border-radius: 6px;
        border: solid 1px #cbd3e4;
        height: calc(100% - 8rem);
        padding: 1rem;
    }

    .physician-form-admin .status_select .status_selector {
        text-align: center;
        padding: 0 1rem;
        border-radius: 6px;
        border: solid 2px #cbd3e4;
        margin-bottom: 1rem;
    }

        .physician-form-admin .status_select .status_selector:hover {
            cursor: pointer;
        }

        .physician-form-admin .status_select .status_selector.approved.selected {
            border-color: #2dca7b;
            color: #2dca7b;
        }

            .physician-form-admin .status_select .status_selector.approved.selected h4 {
                color: #2dca7b;
            }

        .physician-form-admin .status_select .status_selector.denied.selected {
            border-color: #ff2827;
            color: #ff2827;
        }

            .physician-form-admin .status_select .status_selector.denied.selected h4 {
                color: #ff2827;
            }

.panel-primary.Pending {
    border-color: #f1c84a;
}

.panel-heading.Pending {
    background-color: #f1c84a;
    border-color: #f1c84a;
}

.panel-primary.Approved {
    border-color: #2dca7b;
}

.panel-heading.Approved {
    background-color: #2dca7b;
    border-color: #2dca7b;
}

.panel-primary.Denied {
    border-color: #ff2827;
}

.panel-heading.Denied {
    background-color: #ff2827;
    border-color: #ff2827;
}

.panel-primary.Downloaded, .panel-primary.New {
    border-color: #39f;
}

.panel-heading.Downloaded, .panel-heading.New {
    background-color: #39f;
    border-color: #39f;
}

.panel-body.Pending h3 {
    color: #f1c84a;
}

.panel-body.Approved h3 {
    color: #2dca7b;
}

.panel-body.Denied h3 {
    color: #ff2827;
}

.panel-body.Downloaded h3, .panel-body.New h3 {
    color: #39f;
}

.body-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .body-flex div:nth-child(1) {
        flex: 3;
    }

    .body-flex div:nth-child(2) {
        text-align: right;
        flex: 2;
    }

.header-buttons {
    display: flex;
    justify-content: flex-end;
}

    .header-buttons .ti-download {
        margin-right: 0.5rem;
    }

    .header-buttons a.btn:first-child {
        margin-right: 1rem;
    }

.form-group label.radio {
    border: 1px solid #bebebe;
    background-color: #eee;
    padding: 0 13px 0 0;
    display: inline-flex;
    grid-template-columns: 1fr 3fr;
    width: 50%;
    margin: 5px 0 0 0;
}

    .form-group label.radio:nth-of-type(2) {
        margin-left: -5px;
    }

    .form-group label.radio div {
        text-align: center;
        padding: 5px 0 1px;
    }

        .form-group label.radio div input[type="radio"] {
            opacity: 1;
            position: relative;
            margin: 4px 0 0;
        }

        .form-group label.radio div:nth-child(1) {
            background-color: #fff;
            border-right: 1px solid #bebebe;
            padding: 0.25rem 0.5rem 0;
            height: 3rem;
        }

        .form-group label.radio div:nth-child(2) {
            padding-left: 0.5rem;
        }

.form-group div.bp {
    display: flex;
    justify-content: space-between;
}

    .form-group div.bp input {
        border: none;
        text-align: center;
        display: block;
        width: 45%;
    }

    .form-group div.bp:focus-within {
        border-color: #25476a;
        box-shadow: none;
        transition-duration: 0.5s;
    }

.form-group .has-error div.bp:focus-within {
    border-color: #ea1c0d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.release label, .release small {
    display: flex;
    margin-left: 12px;
    padding-right: 12px;
}

    .release label input[type="checkbox"] {
        margin-right: 12px;
    }

.disabled-textarea {
    background-color: #f7f7f7 !important;
}

.datepicker-months {
    min-width: 224px !important; /* Adjust width as needed */
}

    .datepicker-months table {
        width: 100%; /* Ensure the table takes full width */
    }

.datepicker-years {
    min-width: 224px !important; /* Adjust width as needed */
}

    .datepicker-years table {
        width: 100%; /* Ensure the table takes full width */
    }

    .datepicker-years .year {
        /*display: inline-block;*/ /* Ensure proper spacing of year elements */
        /*width: 50px;*/ /* Adjust width for individual year spans */
        /*text-align: center;*/ /* Center-align the years */
    }

.has-border {
    border: 1px solid #c5d0dc !important;
}

.sidebar {
    width: 220px;
    bottom: 0;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
}

    .sidebar:before {
        width: 0px;
    }

.main-content {
    margin-left: 220px;
}

.breadcrumbs {
    margin-left: 30px;
}

.dollar-sign {
    font-size: 0.85em;
    vertical-align: baseline;
    position: relative;
    top: -2px;
    font-weight: 600;
    padding-left: 1px;
    padding-right: 1px;
}

.email-template .bodyContent {
    font-size: 16px !important;
}

    .email-template .bodyContent .smaller-font {
        font-size: 12px !important;
    }

    .email-template .bodyContent .small-font {
        font-size: 11px !important;
    }

    .email-template .bodyContent table.visible-table {
        font-size: 14px !important;
    }

table.visible-table {
    font-family: inherit !important;
    font-size: 14px !important;
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
    margin-bottom: 12px;
}

.visible-table th {
    width: 100px !important;
    background-color: #f2f2f2;
}

.visible-table th,
.visible-table td {
    vertical-align: top !important;
    border: 1px solid lightgrey;
    padding: 4px 10px;
}

th.center-cell,
td.center-cell {
    text-align: center !important;
}

.chosen-single {
    height: 28px !important;
    border-radius: 0px !important;
    background: #fff !important;
}

.chosen-default {
    color: #000 !important;
}

#gritter-notice-wrapper {
    top: 47px !important;
    z-index: 1029 !important;
}
