@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
#zoom-embeddable-phone-iframe {
    height: 700px;
    width: 640px;
}
#mobile-side-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: darkblue;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

body #mobile-navbar {
    display: none;
}

body #mobile-navbar svg {
    color: white !important;
    font-size: x-large !important;
}

body #mobile-navlinks.hidden {
    display: none;
}

body #mobile-navlinks {
    background-color: white;
}

    body #mobile-navlinks a {
        display: ruby;
    }

/*************Payment Page*******************/
@media only screen and (max-width: 600px) {
    #paymentinput {
        width: auto !important;
    }

    #paymentImgTD {
        display: none !important;
    }

    footer div.footer-margin {
        width: auto !important;
    }

    #paymentinput table {
        width: auto !important;
    }

    #paymentinput #email {
        width: auto !important;
    }

    #paymentinput #comments {
        width: auto !important;
    }

    #CreditCard table {
        width: auto !important;
    }

    #body {
        min-height: auto !important;
    }

    #CreditCard #cardholder {
        width: auto !important;
    }

    footer {
        margin-top: 0 !important;
    }

    #menu-footermenu {
        margin-right: 0 !important;
    }
}
/*******************************************/

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    color: #06558d;
    display: inline-block;
    line-height: 80%;
    position: relative;
    top: 4px;
    padding: 1px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

html, body {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    height:98%;
    font-size: 14px;
    color: #000;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    background-image: url('/images/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#body #bodyspacer{
       text-align:left;
       height:6000px;
       width:auto;
       background-color:transparent;
       vertical-align:top;
}

#bodyspacer::after{
    display:table
}

#nav-top-half {
    display: flex;
    justify-content: space-between;
}


#tagline {
    color: white;
    display: inline-block;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    height: 40px;
}

#toll-free-numbers {
    color: #ccc;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}

#mobile-banners {
    display: inline-flex;
    height: 5vh;
    padding-top: 2vh;
}

.header {
    background: url('/Images/cjf-header-bg.jpg');
    width: auto;
    text-align: center;
    padding: 5px 15px 0px 15px;
}
#headerheight{
    width:1px;
    height:110px;
    display:inline-block;
}
.header-nav{
    padding:3px 10px;
    background-color:white;
    border:1px solid #ddd;
    border-radius:10px;
    z-index: 10;
    float: left;
    margin-left: 50px;
}
#AssignmentTrackingDiv {
    background-color: #ffffff;
    width: 1210px;
    padding: 3px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #aaa;
}
#QuoteBanner {
    background-color: white;
    display:inline-block;
    padding: 2px 10px;
    height: auto;
    border-radius: 5px;
    border-color: #004588;
    color: #333;
    font-size: 16px;
    font-style: italic;
    text-align: center;
}
.LoginHeader{
    color:black;
    background-color:#fff;
    text-align:center;
      -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #fff;
}
.whitebox{
    background-color:#fff;
    padding:5px;
    margin:15px;
    -webkit-box-shadow:0px 2px 4px 0px rgba(0, 57, 47, .32);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 57, 47, .32);
    box-shadow: 0px 2px 4px 0px rgba(0, 57, 47, .32);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.AdminTag {
    border: 1px solid #ccc;
    white-space:nowrap;
    font-weight: bold;
    color: cadetblue;
    background-color: #f7f8e1;
    padding: 3px;
    overflow: hidden;
    width:auto;
    float: right;
    margin: 2px 3px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.atremove {
    cursor: pointer;
    background-color: aliceblue;
    border: 1px solid #ccc;
    padding: 2px 4px;
    margin-left:5px;
    float:right;
    font-size: 10px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}
}
.atname{
    overflow:hidden;
    display:inline-block;
    float:left;
}
.LoginContainer{
    background-color:#d7ebf9;
    padding:5px;
    margin:15px;
    -webkit-box-shadow:0px 2px 4px 0px rgba(0, 57, 47, .32);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 57, 47, .32);
    box-shadow: 0px 2px 4px 0px rgba(0, 57, 47, .32);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* menu
----------------------------------------------------------*/
ul#menu {
    padding: 0;
    margin:0;
}

ul#menu li {
    float:left;
    list-style: none;
    padding: 0px;
    margin: 0;
}
ul#menu li a {
    display:block;
    text-align:center;
    width:65px;
    margin:0px 2px;
    padding:2px;
    line-height:16px;
    font-size:13px;
    background: none;
    border:1px solid white;
    color: #222;
    text-decoration: none;
}
ul#menu li a:hover {
    text-decoration: none;
    background: none !important;
    border:1px solid #ddd;
    border-radius:10px;
}
.mtype {
    width: auto;
    padding: 3px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

footer{
  margin-top: -140px; /* negative value of footer height keeps footer at bottom */
  height: 140px;
  clear: both;
}
.footer-margin{
    background:url('/Images/cjf-footer-top.jpg');
     padding:5px;
     height:65px;
     width:100%;
}
footer nav{
    background:url('/Images/cjf-footer-bottom.png');
    background-repeat: repeat-x;
    background-position: center top;
    margin-top: -4px;
    padding-top:30px;
    text-shadow: 1px 1px black;
    height:75px;
    width: 100%;
}
footer nav ul{
        float:right;
        margin-right:200px;
}
footer nav ul li:first-child, nav.footer ul li:first-child a {
    border: none;
}

footer nav ul li {
    list-style-type: none;
    float: left;
    margin-left: 10px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #5681a7;
}
footer nav ul li a{
    margin-left: 10px;
    color:#5681a7 !important;
}
footer nav ul li a:hover {
    background-color:transparent;
}
.qtip-content {
    font-size: 14px;
    color:black;
    padding:4px;
}

.NumberBox {
    width: 90px;
    text-align: right
}

.DateBox {
    width: 90px;
    text-align: right
}

.timepicker {
    width:80px;
}

.Phone {
    width: 150px;
    text-align: right
}
.Phone::-ms-clear {
        display: none;
}
.Fax {
    width: 150px;
    text-align: right
}
.Fax::-ms-clear {
    display: none;
}

.SSN {
    width: 100px;
    text-align: right
}
.SSN::-ms-clear {
    display: none;
}

.NotValid {
    color: red;
    font-weight: bold;
    font-size: 16px
}

.SelectBox {
    font-size: 11px;
    font-family: Tahoma;
    font-weight: bold;
    width: 200px;
}

select {
    font-size: 11px;
    font-family: Tahoma;
    font-weight: bold;
}
.Smaller {
    width: 60px !important;
}

.Small {
    width: 80px !important;
}

.Medium {
    width: 115px !important;
}

.Large {
    width: 150px !important;
}

.Error {
    color: darkred;
    font-weight: bold;
}

.Success {
    color: green;
    font-weight: bold;
}

input[type='number'] {
    -moz-appearance: textfield !important;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.btn-default,  input.btn-default {
    background-color: #fff;
    border-color: #ccc;
}
a.btn-bad:hover, a .btn-bad:active {
    background-color: red !important;
    color: white !important;
    border-color: #ccc;
}
a.btn-good:hover, a .btn-good:active {
    background-color: green !important;
    color: white !important;
    border-color: #ccc;
}

a.btn-disabled {
    background-color: lightgray;
    color: gray !important;
    cursor: default;
}

    a.btn-disabled:hover {
        background-color: lightgray;
        color: gray !important;
        cursor: default;
    }

#AffiliateLogo.exists {
    display: block;
    border: 1px solid black;
    margin-top:1vh;
}

#AffiliateLogo.file-dragover {
    opacity: 0.5;
}

#AffiliateLogo.exists:hover {
    box-shadow: 0 0 1px 1px #fff, 0 0 3px 4px #87b6d9, 0 0 2px 6px #fff
}

#AffiliateLogo:hover {
    cursor: pointer;
}

.indent-left {
    padding-left: 20px;
}

.pop-form {
    padding: 5px;
    background-color: #caf4fb;
    border: 1px solid white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 8px 2px rgba(0, 57, 47, .32);
    -moz-box-shadow: 2px 2px 8px 2px rgba(0, 57, 47, .32);
    box-shadow: 2px 2px 8px 2px rgba(0, 57, 47, .32);
}
.pop-form-title {
    background-color: white;
    border: 1px solid white;
    text-align:center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.btn, input.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.toolbar {
    border-radius: 5px;
    padding:5px;
    width:90%;
    margin:3px auto;
    background-color:white;
}
.svg-inline--fa {
    vertical-align: middle;
    width: 1em;
    margin: 2px 4px;
    font-size: 16px;
    height: 1em;
}
.toolbar svg {
    vertical-align: middle;
    margin: 2px;
    font-size: 18px;
}
.fa-file-excel {
    color: green;
}
.fa-sign-out-alt {
    color: darkkhaki !important;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
svg.fa-caret-down {
    padding: 1px;
    margin:2px;
    vertical-align: top;
    cursor: pointer;
    box-shadow: 0px 2px 2px 0px #aaa;
    width: 14px !important;
    height: 16px !important;
}

.nav a.btn:link, .nav a.btn:hover, .nav a.btn:visited, .nav a.btn:active, .nav a.btn {
    text-decoration: none;
    color: #222;
    border: 1px solid #ddd;
    font-weight: bold;
    padding: 2px 4px;
    margin: 0px 5px 5px 0px;
}

a.btn:link, a.btn:hover, a.btn:visited, a.btn:active, a.btn{
        text-decoration:none;
        color:#222;
        border:1px solid #ddd;
        font-weight:bold;
        padding: 2px 4px;
        margin-right:3px;
}
svg {
    color: #06558d;
    cursor:pointer;
}
a.fa-remove, svg.fa-remove, svg.fa-times-circle, svg.fa-circle-xmark, a.fa-trash, svg.fa-trash, svg.fa-trash-alt, svg.fa-trash-can {
    color: red !important;
    font-size: 16px;
    cursor: pointer;
    margin: 2px;
}
ul#menu li a svg, #ReportsTab a svg, #AdminTab a svg {
    font-size: 30px;
    margin: 3px 8px 3px 2px;
}
svg.fa-edit {
    font-size: 16px;
    cursor: pointer;
    margin: 1px;
}
.bb {
     font-size:14px;
     font-weight:bold
 }
.boldred {
    font-weight:bold;
    color:red;
}
input{
    font-weight: bold;
    font-size:12px;
    padding: 2px 5px 2px 5px !important;
}

a, a:link, a:visited,
    a:active, a:hover{
    color:green;
    text-decoration: none;
    font-weight:bold;
    outline: none;
}
a:hover {
    text-decoration: underline;
    background-color: #f7f8e1;
  
}
header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    text-align:left;
    margin-top: 5px;
    margin-bottom: 3px;
    padding-bottom: 0;
}

h1 {
    font-size: 1.75em;
    color:#2F9CC0;
}

h2 {
    font-size: 1.5em;
    color:#2F9CC0;
}

h3 {
    font-size: 1.25em;
    font-weight: bold;
    color: #01356f;
}

h4, h5, h6 {
    font-size: .9em;
}


    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 10px auto;
    max-width:1300px;
}
.ui-autocomplete {
	max-height: 450px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
}

.datalist {
    border: 1px solid #ccc;
    margin: auto;
    background-color: #CBE7E7;
    border-spacing: 1px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.datalist th {
    border: 1px solid #ccc;
    background-color: #CBE7E7;
    color: #333;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.datalist td {
    border: 1px solid #ccc;
    padding: 4px;
    color: black;
}

.datalist .tdblack {
    font-weight: bold;
    color: black;
}

.datalist .tdblue {
    font-weight: bold;
    color: black;
}

.datalist .tdgreen {
    font-weight: bold;
    color: darkgreen;
}

.datalist .tdred {
    font-weight: bold;
    color: darkred;
}

.datalist .fa-comment {
    font-size: 18px;
}

.datalist .sbmsg td {
    background-color: #ffffff;
    min-height: 1px;
}

.datalist .sbmsg div {
    display: none;
    padding: 2px 2px 2px 20px;
}


table th.sortable {
    cursor: pointer;
}

table th.sortable:hover {
    background-color: #f7f8e2;
}

.main-content {
    margin: auto;
    padding: 10px;
    background-color: #e6f5f9;
    border: 1px solid lightblue;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 8px 2px rgba(0, 57, 47, .32);
    -moz-box-shadow: 2px 2px 8px 2px rgba(0, 57, 47, .32);
    box-shadow: 2px 2px 8px 2px rgba(0, 57, 47, .32);
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 1.5em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    margin: 0 0 10px;
    text-align: right;
}

#login a {
    background-color: #d3dce0;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}

#login a.username {
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#login ul {
    margin: 0;
}

#login li {
    display: inline;
    list-style: none;
}

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}


/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

.sysrow, .retrow {
    display: none;
    background-color: #fffff6;
}

.delrow {
    display: none;
    border: 2px #ddd dashed;
    background-color: #fbf0f0;
}

.row {
    background-color: #ffffff
}
.altrow {
    background-color: #DBE7E7
}
.row:after, .row:before {
        display: table-row;
        content: none;
} 
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
    }

    #loginForm input {
        width: 250px;
    }
#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 13px;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 14px;
    margin: 3px;
    padding: 2px;
}
/*
input:focus, textarea:focus {
    border: 1px solid #7ac0da;
}*/

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    display: inline-block;
    padding: 4px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    box-shadow: 0px 2px 2px 0px #aaa;
    border: 1px solid #2F9CC0;
    border-radius: 4px;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #a11515;
    font-weight: bold;
    font-size: 14px;
}

.validation-summary-valid {
    display: none;
}

.g-tabs {
    display: flex;
    border-radius: 5px 5px 0px 0px;
    background-color: #6aa5cf;
}

.g-tab {
    color: whitesmoke;
    cursor: pointer;
    flex-grow: 1;
    font-weight: bold;
    font-size: medium;
    text-align:center;
}

    .g-tab:hover {
        color: #ffad29;
    }

    .g-tab.active {
        color: #2F9CC0;
        background-color: #c8f4fb;
        cursor: auto;
    }

        .g-tab.active span {
            border-bottom: 2px solid #219bbe;
        }

    .g-tab-content {
        display:none;
        padding: 1em;
    }

    .g-tab-content.active {
        display: block;
    }

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 2px;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 3px;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

table th a.tblOrder {
    cursor: pointer;
    color:black;
}

a.closeWindow {
    position: absolute;
    top: -1vh;
    right: -1vh;
    background-color: white;
    border: 2px solid darkgray;
    border-radius: 2vh;
}
   
/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 500px) {

    div.fixed-header-container {
        overflow-x: auto !important;
    }

    header .float-left,
    header .float-right {
        float: none;
    }
    header .site-title {
        margin: 5px;
        text-align: center;
    }

    #tagline {
        display:none;
    }

    #login {
        margin: 0 0 12px;
        text-align: center;
    }

    #login ul {
        margin: 5px 0;
        padding: 0;
    }

    #login li {
        display: inline;
        list-style: none;
        padding: 0;
    }

    #login a {
        background: none;
        margin: 2px;
        padding: 0;
    }

    #login a:hover {
        color: #333;
    }

    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
        max-width:95% !important;
    }

    #nav-top-half{
        display:flex;
        justify-content: space-between;
        flex-direction:column;
    }

    #mobile-banners {
        display: inline-flex;
        height: 5vh;
        justify-content: center;
        padding-top: 0;
    }

    #toll-free-numbers {
        margin-left:initial !important;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    article, aside {
        float: none;
        width: 100%;
    }

    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

    ol.round li {
        padding-left: 10px;
        margin: 25px 0;
    }

    ol.round li.zero,
    ol.round li.one,
    ol.round li.two,
    ol.round li.three,
    ol.round li.four,
    ol.round li.five,
    ol.round li.six,
    ol.round li.seven,
    ol.round li.eight,
    ol.round li.nine {
        background: none;
    }

    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

    section.feature img {
        color: #999;
        content: attr(alt);
        font-size: 1.5em;
        font-weight: 600;
    }

    input {
        width: 90%;
    }

    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

    footer p {
        margin: 0;
    }
}

.anchornoline {
    text-decoration: none;
}

.k-input{
    margin:0;
    padding:1px 5px;
    width:97% !important
}


.TextBoxLabelCenter {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
}

.ColumnTextCenterBottom {
    text-align: center;
    vertical-align: text-bottom;
}

.ColumnTextCenterTop {
    text-align: center;
    vertical-align: text-top;
}

.ColumnTextRight {
    text-align: right !important;
    vertical-align: middle;
}

.ColumnTextLeft {
    text-align: left !important;
}

.TextBoxLabelRight {
    overflow: hidden;
    white-space:nowrap;
    display: inline-block;
    text-align: right;
}

.TextBoxLabelLeft {
    overflow: hidden;
    display: inline;
    white-space: nowrap;
    text-align: left;
}

.NormalTextBox {
    width: 180px;
}
#modalmask {
    padding: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(45, 80, 113, 0.60);
    height: 2000px;
    width: 100%;
}
.countdown {
    color: darkred;
    font-size: 24px;
    height: 30px;
    width: 30px;
    font-weight: bold;
    padding: 5px;
    border: 1px solid darkred;
    border-radius: 5px;
}
input.NormalTextBox {
    padding: 2px;
    margin: 5px 0 6px 0;
}

.NormalLongTextBox {
    width: 500px;
}
.ui-button-text-only .ui-button-text {
    padding: 4px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #2694e8;
    background: #3baae3 url(images/ui-bg_glass_50_3baae3_1x400.png) 50% 50% repeat-x !important;
    font-weight: bold;
    color: #ffffff !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #aed0ea;
    background: #d7ebf9 url(images/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #2779aa;
}

.ui-button {
    padding: .3em .5em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
    display:none;
}

.ui-button.ui-widget.ui-controlgroup-item {
    border: 1px solid #aed0ea;
    background: #d7ebf9 url(images/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #2779aa;
    padding: 5px;
}

input.NormalLongTextBox {
    padding: 2px;
    margin: 5px 0 6px 0;
}


.HeaderLeft {
    text-align: left;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.RowBorderTop td {
    border-top: 2pt solid black;
}

.SubmitButton {
    text-align: center;
}

.NumericInput {
    text-align: right;
    width: 125px;
}

.input-validation-error {
    background-color: #ffeeee;
    outline: 1px solid #ff0000;
}

.ctr {
    text-align: center;
}

.ar {
    text-align: right;
}

.al {
    text-align: left;
}

.required:after {
    color: red;
    font-weight:bolder;
    font-size: 16px;
    display: inline-block;
    white-space: nowrap;
    text-align: left;
    content: "*";
}

.lbl , label {
    color:#333;
    font-family:georgia;
    font-weight:normal;
    margin-right:5px;
}
.SubHead {
    font-size:1.1em;
    font-weight:normal;
    color:#222;
}
.DateClass{
    text-align:right;
    width:125px;
}
.DateBox::-ms-clear {
    display: none;
}
.DateMask{
    text-align:right;
    width:125px;
}
.DateMask::-ms-clear {
    display: none;
}
.BigButton {
    text-align: center;
}

/*#region CustomCalendar*/
#Calendar {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#MonthSelect #PrevMonth:hover,
#MonthSelect #CurrentMonth:hover,
#MonthSelect #NextMonth:hover {
    cursor: pointer;
    background-color: transparent;
}

#MonthSelect #CurrentMonth:hover {
    color: #014b8c;
}

#MonthSelect #CurrentMonth {
    font-size: 1.5em;
}

#MonthSelect div.monthTitle {
    display: flex;
    justify-content: center;
    align-items: center;
}

#Calendar table.calendar {
    width: 90%;
    table-layout: fixed;
}

#Calendar tr.days {
    display: flex;
    flex-direction: row;
    font-weight: bold;
    justify-content: space-evenly;
}

    #Calendar tr.days div {
        flex: 1 1 0%;
    }

#Calendar td.day {
    height: 6vh;
    width: 5rem;
    vertical-align: top;
}

    #Calendar td.day.currentDate {
        background-color: beige;
    }

    #Calendar td.day.selectedDate {
        background-color: cadetblue;
    }

#Calendar table tbody tr {
    border: 1px solid #aaa;
}

#Calendar .day .e {
    border: 1px solid black;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

    #Calendar .day .e:nth-child(odd) {
        background-color: #e6f5f9;
    }

    #Calendar .day .e:nth-child(even) {
        background-color: #85b5d9;
    }

#Calendar div.cs {
    background-color: #6da6d1;
    border: 2px solid darkgray;
    border-radius: 0.5vh;
    padding: 1vh;
    position: absolute !important;
}

    #Calendar div.cs div.cs_dt {
        font-size: medium;
        font-weight: bold;
    }

    #Calendar div.cs div.msgs {
        max-height: 30vh;
        overflow-y: auto;
    }

    #Calendar div.cs div.cs_f span {
        font-weight: bold;
    }

    #Calendar div.cs div.cs_c span {
        font-weight: bold;
    }

#Calendar a.close {
    position: absolute;
    top: -1vh;
    right: -1vh;
    background-color: white;
    border: 2px solid darkgray;
    border-radius: 2vh;
}

#Calendar table.afkTbl {
    background-color:white;
    border-radius:5px;
    border-collapse: inherit;
    border:none;
    width:100%;
}

#Calendar table.afkTbl thead {
    background-color: #f7f8e2;
}

#afkCalendar div.cs {
    width: 80%;
}

#afkCalendar div.cs_dt {
    text-align: center;
    cursor:grab;
}

#Calendar table.afkTbl td {
    border: 1px solid #ccc;
    padding: 4px;
    color: black;
}

#Calendar div.tbl-scrollable {
    overflow-x:hidden;
    overflow-y:auto;
    position:relative;
    max-height:50vh;
}

#MonthSelect div.currentMonth {
    background-color: cadetblue;
    border-radius: 0.5rem;
    border: 1px solid lightgray;
}

#MonthSelect .monthYearSelect {
    background-color: #129acc;
    color: #fff;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    left: 40%;
    border: 2px solid darkgray;
}

#MonthSelect .yearSelect {
    border-bottom: 1px solid darkgray;
    display: flex;
    align-items: center;
    justify-content: center;
}

#MonthSelect .year {
    font-size: 2em;
}

#MonthSelect .months {
    display: flex;
    font-size: 1.5em;
    padding: 0.5em;
    flex-direction: column;
}

#MonthSelect .monthRow {
    display: flex;
    gap: 0 1em;
}

#MonthSelect .month:hover {
    background-color: #ffd048;
    cursor: pointer;
}
/*#endregion*/

#AutoReportsContainer .report_sub_list{
    display: flex;
    flex-direction: column;
    gap: 1vh;
}

#AutoReportsContainer .report_sub {
    border: 1px solid black;
    border-radius: 5px;
}

.report_sub .header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 5px 0px 5px 0px;
}

.report_sub .main_content {
    background-color: #f8fdff;
    border-radius: 5px;
    padding: 5px;
    position: relative;
}

.report_sub.checked .mask {
    display:none;
}

.report_sub .mask {
    background-color: gray;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

#AutoReportsContainer .report_sub h2 {
    border-radius: 5px;
    cursor: pointer;
    margin: 0;
    color:white;
    padding: 5px;
}

#AutoReportsContainer .report_sub .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

#AutoReportsContainer .report_sub .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#AutoReportsContainer .report_sub .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

#AutoReportsContainer .report_sub .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#AutoReportsContainer .report_sub input:checked + .slider {
    background-color: green;
}

#AutoReportsContainer .report_sub input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

#AutoReportsContainer .report_sub input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
#AutoReportsContainer .report_sub .slider.round {
    border-radius: 34px;
}

#AutoReportsContainer .report_sub .slider.round:before {
    border-radius: 50%;
}

div.report_sub div.tab_row {
    background-color: cornflowerblue;
}

div.report_sub div.tab_row button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: white;
    font-weight: bold;
    padding: 5px 15px;
    cursor: pointer;
}

div.report_sub div.tab_row button {
    background-color: transparent;
}

div.report_sub div.tab_row button:hover, iv.report_sub div.tab_row button.active {
    background-color: blue;
}

div.report_sub div.content {
    background-color: white;
    border: 1px solid black;
    display: none;
    padding: 0 5px;
}

div.report_sub div.content.active {
    display: flex;
}

.BigButton input[type="submit"],
.BigButton input[type="button"],
.BigButton button {
    font-weight: bold;
    font-size: 18px;
    padding: 10px !important;
    margin:5px;
}

.SmallButton {
    text-align: center;
    display:inline-block;
}
.SmallButton input[type="submit"],
.SmallButton input[type="button"],
.SmallButton button {
    font-weight: normal;
    font-size: 14px;
    background-color:#fff;
    margin:5px;
    padding: 5px !important;
}

.loadmask {
    z-index: 9998;
    position: absolute;
    top:0;
    left:0;
    opacity: .3;
    background-color: #ddd;
    width: 100%;
    height: 100%;
    zoom: 1;
}

#AsmTab > .loadmask-msg {
    top: 200px !important;
}

div.fixed-header-container {
    overflow-x: hidden;
    overflow-y: auto;
}

table.fixed-header, div.fixed-header-container table {
    position: relative !important;
    border-collapse: collapse !important;
}

table.fixed-header th, td,
div.fixed-header-container table th, div.fixed-header-container table td {
    padding: 0.25rem;
}

table.fixed-header th, div.fixed-header-container table th {
    position: sticky !important;
    top: 0 !important;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.loadmask-msg {
    z-index: 9999;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #6593cf;
    background: #c3daf9;
    padding: 2px;
}

.loadmask-msg div {
    height: 220px;
    width: 325px;
    padding: 5px 10px 5px 25px;
    background: #a4d4e6 url('/content/images/photon.svg') no-repeat center;
    background-size: cover;
    color: #333;
    font: normal 18px tahoma, arial, helvetica, sans-serif;
    cursor: wait;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}

.details {
    display: none;
}

div.filter_list {
    display:flex;
    flex-wrap: wrap;
}

div.filter_list div {
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
}

div.filter_list div.firm {
    background-color: #fff4b0;
}

div.filter_list div.ic {
    background-color: #e0f6fc;
}

.pssmsg {
    background-color: #fbfc74;
    width: auto;
    color: black;
    padding: 3px;
    margin-bottom: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.ivsmsg {
    background-color: #d4f1d4;
    width: auto;
    color: black;
    padding: 3px;
    margin-bottom: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.icsmsg {
    background-color: #c0edfe;
    width: auto;
    color: black;
    padding: 3px;
    margin-bottom: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.rtnsmsg {
    background-color: #fbacac;
    width: auto;
    color: black;
    padding: 3px;
    margin-bottom: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.nvsmsg {
    background-color: #f1dbf2;
    width: auto;
    color: black;
    padding: 3px;
    margin-bottom: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.fmsg {
    background-color: #86B5D9;
    width: auto;
    font-weight: bold;
    color: black;
    padding: 3px;
    margin-bottom: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.icmsg {
    background-color: #BB7004;
    width: auto;
    font-weight: bold;
    color: white;
    padding: 3px;
    margin-bottom: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.ssmsg {
    background-color: #bcfafe;
    width: auto;
    color: black;
    padding: 3px;
    margin-bottom: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.bm {
    font-weight: bold;
}

svg.overlay-left, i.overlay-left {
    position: absolute;
    margin: 0px !important;
    padding: 0px !important;
    line-height: 12px;
    font-size: 18px !important;
    left: 8px;
    top: -1px;
    font-weight: normal;
    color: darkgreen;
    background-color: transparent !important;
}

.ui-widget-overlay.custom-overlay
{
    background-color: white;
    background-image: none;
    opacity: 0.5;
    z-index: 10001;    
}
.ac-wrapper input{
    margin:1px !important;
    font-size:14px;
    padding:2px;
}
.ui-widget-header {
    background:url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;
}
.ui-tabs .ui-tabs .ui-widget-header {
    background:none;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    background-color:#ffffff;
    color:#ffac00;
    font-weight:bold;
}

.ui-menu {
    background-color:#ffffff !important;
    z-index:999999;	
    overflow: hidden;
}
.ui-autocomplete {
    background-color:#ffffff !important;
    max-height: 350px;
    overflow-y: scroll;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 10px;
    -webkit-box-shadow:2px 2px 4px 2px rgba(0, 57, 47, .32);
    -moz-box-shadow: 2px 2px 4px 2px rgba(0, 57, 47, .32);
    box-shadow: 2px 2px 4px 2px rgba(0, 57, 47, .32);

} 
.ui-menu.ps-container > .ps-scrollbar-y-rail {
        opacity: 0.6;
}
.ui-menu .ui-menu-item {
    padding:1px;
    margin:0;
}
.ui-menu .ui-menu-item a {
    font-family:"Segoe UI",Arial, Helvetica, sans-serif;	
    font-weight:500; 
    font-size:14px;
    color:#000;
    width: auto;
    text-decoration:none;	
    white-space:nowrap;
    display:block;
    padding:2px 2px 2px 4px;	
    background-color:#fcfef6;
    border:1px solid #ddd;
}
.ui-tabs { position: relative; padding: 2px; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: 3px 3px 0px 10px; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px 1px 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs .ui-tabs-nav li a:visited { float: left; padding: 2px; text-decoration: none; font-weight:bold !important;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active { 
    margin-top:2px; 
    padding-bottom: 0px; 
    bottom:-2px;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 

}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
        -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
     cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 2px; background: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { top: 1px;}
.ui-tabs .ui-tabs-hide  { display:none !important; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, 
.ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, 
.ui-state-focus a:link, .ui-state-focus a:visited {
    color: darkgreen;
    background-color:#fff !important;
    font-weight:bold !important;
    text-decoration: none;
     -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
}

.qtip {
    max-width: 800px;
    min-width: 150px;
    line-height:18px;
    font-size: 14px;
}
.qtip-bootstrap .qtip-titlebar {
    font-weight:bold;
    font-size: 16px;
    padding:4px 10px;
}
.qtip-bootstrap .qtip-content {
    font-size: 12px;
    padding:4px;
}
.FileLink, a.FileLink {
    color: green;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1em;
}

#TabsContainer {
    display: block !important;
}
.gritter-item{
    background-color:darkblue;
    opacity: 1;
}
.gritter-alert .gritter-item {
    background: url('');
    color: black;
    border-radius: 8px;
    background-color: white;
    opacity: 1;
    min-width:0px;
}

/*Prevents links from overflowing in gritter notifications*/
.gritter-alert .gritter-item a {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.gritter-title {
    font-size: 16px;
    font-weight: bold;
    text-shadow: none !important;
}
.gritter-popup {
    width: 190px;
    right: -140px;
    top: 140px;
}
.gritter-alert {
    right: 225px;
    top: -100px;
    border-radius: 4px;
    width: 301px;
}
.gritter-notify {
    position: fixed;
    left: 5px;
    top: 140px;
    border-radius: 4px;
    width: 301px;
}
#gritter-notice-wrapper {
    position: fixed;
    top: 140px;
    left: 1250px;
    width: 301px;
    z-index: 9000;
}

.gritter-item img,
.gritter-item iframe{
    max-width:100%
}

.ui-datepicker {
    width:auto;
}
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family:"Segoe UI",Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.ac-wrapper i{
    font-size: 16px !important;
    margin:1px 2px 1px 4px !important;
    box-shadow: 0px 2px 2px 0px #aaa;
}
.ac-wrapper{
    background-color:#fff;
    display:inline-block; 
    border:1px solid #ddd;
    margin: 2px;
    padding:1px;
    width:auto;
    height:auto;
    z-index:999;
}
#FirmDetailTabs {
    height: auto;
}
.EntityInfo{background-color:#d7ebf9;vertical-align:top;margin:auto;padding:5px 20px;
               -webkit-box-shadow:0px 2px 4px 0px rgba(0, 57, 47, .32);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 57, 47, .32);
    box-shadow: 0px 2px 4px 0px rgba(0, 57, 47, .32);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.EntityInfo th{border:1px solid #fff;background:blue;color:white;text-align:center;font-weight:bold;font-size:13px;}
.EntityInfo .inst {font-style:italic}
.EntityInfo td{font-weight:normal;font-size:14px;padding-left:2px;text-align:left}
.EntityInfo td svg {font-size: 22px;margin-left:2px;font-weight:normal;}
.EntityInfo text, .EntityInfo textarea{font-weight:bold;font-size:13px;padding: 2px 5px}
.EntityInfo .note{height:100px;width:300px;}
.fa-square-check {color:green}
.check{font-size:20px}
.EntityInfo .bb {font-size:14px;font-weight:bold}
.EntityInfo table{width:100%}
.EntityInfo .q{width:300px !important;border-top:2px solid #fff;padding:3px 20px 3px 3px;}
.EntityInfo .a{width:300px;border-top:2px solid #fff;padding-top:3px;text-align:left}
.EntityInfo .c{border-top:2px solid #fff;padding:3px 10px 3px 10px;text-align:right;width:30px}
.EntityInfo .box{
    background-color:#f7f8e1;
    padding:5px;
    -webkit-box-shadow:0px 2px 4px 0px rgba(0, 57, 47, .32);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 57, 47, .32);
    box-shadow: 0px 2px 4px 0px rgba(0, 57, 47, .32);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#qtip-toolbox table a{
    margin: 0 !important;
}

/*Custom Switch Element*/
label.switch-elm {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

    label.switch-elm input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    label.switch-elm .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        label.switch-elm .slider:before {
            position: absolute;
            content: "";
            height: 16px;
            width: 16px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    label.switch-elm input:checked + .slider {
        background-color: green;
    }

    label.switch-elm input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    label.switch-elm input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

/* Rounded sliders */
    label.switch-elm .slider.round {
        border-radius: 24px;
    }

    label.switch-elm .slider.round:before {
        border-radius: 50%;
    }
/*End of Custom Switch Element*/

.is-busy-mask {
    z-index: 50;
    position: absolute;
    background-color: lightgray;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 10px;
    border-radius: 5px;
    opacity: 0.8;
}