@charset "UTF-8";

/* generic class to centre text */
/* use bootstrap class text-center instead */
.centered_text {
    text-align: center;
}

.tooltip {
    /* Make sure tooltip is positioned on top of modals (whose z-index is 1030) */
    z-index: 1060;
}

/* Overwrites bootstrap class to align thumbnails in the carousel in the centre */
.carousel-inner>.item>a>img {
    display: inline;
}

/* used in results list/grid pages */
.listpreview {
    margin-right: 2px;
    width: 100px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
}

/*needed so the host logo stays within the navbar */
#host-logo {
    max-width: 100%;
}

.resultsgrid_preview {
    height: 100px;
    background-color: silver;
    background-position: center;
    background-repeat: no-repeat;
}

.resultsgrid_preview img {
    float: left;
}

.retailergrid_preview {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    /*	display: table-cell; */
    width: 250px;
    vertical-align: middle;
    background-color: #ddd;
}

.retailergrid_text,
.retailergrid_text a {
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mainPage-area {
    padding-right: 15px;
}

/* @group Retailer Grid */

.campaigngrid_text,
.campaigngrid_text a {
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
}

.campaigngrid_container {
    float: left;
    height: 230px;
    color: #ccc;
    margin: 0 12px 12px 0;
}

.selected_campaignfile,
.table-striped tbody>tr:nth-child(odd)>td.selected_campaignfile {
    background: #feff85;
}

.campaigngrid_preview {
    width: 216px;
    height: 200px;
    text-align: center;
    background-color: silver;
    background-position: center center;
    background-repeat: no-repeat;
}

div.trafficlight_icon {
    background: #fff;
    border: 1px solid black;
    float: right;
    position: relative;
    height: 55px;
    padding: 5px;
}

.vz-trafficlight {
    background-color: black;
    margin: auto;
    border: 2px solid white;
    border-radius: 100px;
    height: auto;
}

.vz-trafficlight-small {
    width: 20px;
}

.vz-trafficlight-large {
    width: 60px;
}

.vz-traffic-bulb {
    transition: background-color 0.3s ease;
    padding-top: 70%;
    width: 70%;
    border: 1px solid black;
    border-radius: 100px;
    margin: auto;
    margin-top: 5%;
    cursor: pointer;
}

.vz-traffic-red {
    margin-top: 15%;
}

.vz-traffic-red:hover,
.vz-traffic-red-on {
    background-color: red;
}

.vz-traffic-orange {}

.vz-traffic-orange:hover,
.vz-traffic-orange-on {
    background-color: orange;
}

.vz-traffic-green {
    margin-bottom: 15%;
}

.vz-traffic-green:hover,
.vz-traffic-green-on {
    background-color: #0aad01;
}

/* @end */

/* These hacks are needed to make the results grid line up in results_grid.lasso */

ul.thumbnails li.span4:nth-child(3n + 4) {
    margin-left: 0px;
}

ul.thumbnails li.span3:nth-child(4n + 5) {
    margin-left: 0px;
}

ul.thumbnails li.span2:nth-child(6n + 7) {
    margin-left: 0px;
}

ul.thumbnails li.span12+li {
    margin-left: 0px;
}


/* Changes colour of the fontawesome icons when they are links */
a [class^="icon-"],
a [class*="icon-"],
a [class*="fa-"] {
    color: #666;
}

a [class^="icon-"]:hover,
a [class*="icon-"]:hover,
a [class*="fa-"]:hover {
    color: #888;
}

.resultsgrid_icon a [class*="icon-"],
.resultsgrid_icon a [class*="fa-"] {
    font-size: 1.5em;
    margin-right: 2px;
}

/* Specific to the categorybrowse_files.lasso page */
.dhtmlgoodies_tree ul>li {
    margin-left: 10px;
}

/* @group Folder Tree */

.tree_header {
    padding-bottom: 12px;
    margin-bottom: 8px;
    height: 1.2em;
    background: #666;
    color: #fff;
}

.tree_column_z {
    /*position: absolute;*/
    left: 305px;
}

.tree_column_a {
    position: absolute;
    right: 5%;
}

.tree_column_b {
    position: absolute;
    right: 30%;
}

.dhtmlgoodies_tree {
    margin: 0px;
    padding: 0px;
}

.dhtmlgoodies_tree dl {
    display: inline;
    width: 200px;
}

.dhtmlgoodies_tree dt {
    width: 150px;
    float: right;
    margin: 0px;
    padding: 0px;
    position: relative;
    clear: left;
}

.dhtmlgoodies_tree ul

/* Sub menu groups */
    {
    margin-left: 30px;
    /* Left spacing */
    padding: 0px;
    display: none;
    /* Initially hide sub nodes */
}

.dhtmlgoodies_tree li {
    /* Nodes */
    list-style-type: none;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    background-position: right top;
    background-repeat: repeat-y;
    background-color: #fff;
    color: #555;
}

.dhtmlgoodies_tree li li {
    border-bottom: none;
}

.dhtmlgoodies_tree li a {
    /* Node links */
    color: #555;
    text-decoration: none;
    padding-left: 6px;
    position: relative;
    /* bottom: .5em;*/
}

/* @end */

/* makes the dl lists wrap */
.dl-horizontal dt {
    white-space: normal;
    width: 200px;
}

.dl-horizontal dt,
dd {
    padding: 1px;
}

/* lightbox in the sidebar */
.lb_preview {
    margin-bottom: 2px;
    width: 55px;
    height: 55px;
    background-position: center center;
    background-repeat: no-repeat;
}

/* image previews on the right side of the index page */
.index_previews {
    height: 200px;
    text-align: center;
    background-color: silver;
    background-position: center;
    background-repeat: no-repeat;
}

.folder_popover {
    max-width: 80vw;
}

#screenshot {
    /*
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    z-index: 1000;
    color:#fff;
    */
    display: none;
}

/* end */

/* @group Comments Table */

/*#mediafileComments {
    width: 505px;
}
*/
#mediafileComments-content {
    /*width: 375px;*/
    height: 280px;
    /*float: left;*/
    overflow: auto;
    border: 1px gray solid;
}

/*
#mediafileComments form {
    margin-top: 10px;
    width: 340px;
    float: left;
    display: inline-block;
}

#mediafileComments textarea {
    width:  375px;
    height: 100px;
}*/

table.commentsTable {
    clear: left;
    border-collapse: collapse;
    width: 100%;
}

tr.evenRow {
    background-color: #f0f0f0;
}

tr.statuschange {
    color: #fff;
    background-color: #e38783;
}

tr.bottomrow {
    border-bottom: 1px solid #ccc;
}

table.commentsTable tr td {
    padding: 5px;
}

.table tbody tr.statuschange>td {
    background-color: #e38783;
}

.table-hover tbody tr.statuschange:hover>td {
    background-color: #c1524d;
}

/* @end */

#resultsWrapper {
    /*    padding-right:20px; */
}

div#trafficlight-campaign {
    float: right;
    padding: 0 20px;
}

.span1.affix {
    position: fixed;
    top: auto;
    right: 10px;
}

div.large-trafficlight {
    float: right;
}


.bottom-navbar {
    margin-bottom: 40px;
}

.backbtn {
    font-size: 15px;
    font-weight: bold;
    color: rgb(102, 102, 102);
}

div.has-clippingpath-small {
    background: url(/_system/css/images/clippath.png)no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    z-index: 100;
}

.label-textwrap {
    white-space: normal;
}

div.gobacklink {
    color: white;
    padding: 10px 25px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

div.gobacklink a {
    background: gray;
    color: white;
    padding: 10px 25px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    width: 100%;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
}

table.catbrowseitem {
    width: 228px;
    /* min-height: 200px; */
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    margin: 15px 0px;
    text-align: center;
    *display: inline;
    _height: 228px;
    border-collapse: collapse;
    background: url("/_system/css/images/bigbutton-cover.png"), url("/_system/css/images/bigbutton-red.png");
    background-position: top left;
    background-repeat: no-repeat;
    table-layout: fixed;
}

table.catbrowseitem tr td {
    max-width: 228px;
    width: 228px;
    width: expression(this.width > 228 ? "228px" : "228px");
    margin: 0px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
}

td.blankheader {
    height: 30px;
    font-size: 12pt;
    font-weight: bold;
    border: 3px solid #fff;
    line-height: 1;
    background-color: #007088;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
}

td.blankheader:hover {
    text-decoration: underline;
}

div.previewcontainer {
    width: 120px;
    margin: 0;
    height: 145px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

div.previewcontainer a {
    cursor: pointer;
}

table.catbrowseitem img {
    max-width: 90px;
    max-height: 90px;
    height: auto;
    width: auto;
    vertical-align: middle;
    position: relative;
    top: 25px;
    right: 5px;
}

table.catbrowseitem tbody tr td a {
    text-decoration: none;
    color: #fff;
    margin: 0px;
    height: 100px;
}

table.catbrowseitem tbody tr td a:hover {
    text-decoration: underline;
}

div.category_grid {
    text-align: center;
    width: 100%;
}

div.grid-alignment-wrapper {
    text-align: center;
    clear: left;
    width: 100%;
    margin: 20px 0;
}

div.grid-alignment-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* @end */

/* @group Retailer Grid */

.retailergrid_text,
.retailergrid_text a {
    text-align: center;
    text-decoration: none;
    font-family: "Lucida Grande", sans-serif, verdana, arial, helvetica;
    font-size: 9pt;
    color: #444;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.retailergrid_container {
    float: left;
    /*    clear: right; */
    margin: 8px;
    padding: 4px;
    width: 200px;
    height: 230px;
    font-family: "Lucida Grande", sans-serif, verdana, arial, helvetica;
    font-size: 9pt;
    color: #ccc;
}


div.resultsgrid_icon_collection_simple {
    float: left;
    position: relative;
    bottom: 55px;
    height: 18px;
    padding: 5px;
}

div.resultsgrid_icon_collection {}

.resultsgrid_icon_simple {
    font-size: 1.5em;
}

.requires-action {
    color: red;
}

.resultsgrid_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.resultsgrid_icon_collection_preview {
    background: white;
    border: 1px solid black;
    float: left;
    position: relative;
    top: 5px;
    height: 18px;
    padding: 5px;
    z-index: 1000;
}


/* @end */

/* @group Records Navigation */

.simpleresults {
    /*    height: 24px; */
}

.tab-content {
    overflow: hidden;
}


.wrap>.nav>li.active>a {
    display: block;
    background-color: #fff;
    line-height: 20px;
}

.wrap>.nav>li>a {
    display: block;
    background-color: #ddd;
    line-height: 17px;
}

.wrap>.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #bbb;
}

.wrap>.nav>li.active>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #fff;
}

/* @end */

.imagechoose_resultsgrid_text {
    overflow: hidden;
    white-space: nowrap;
}

input.order_qty {
    width: 55px;
    margin-right: 10px;
}

input.lowinput {
    height: 14px;
    font-size: 12px;
    line-height: 14px;
}

select.lowinput {
    height: 25px;
    font-size: 12px;
    line-height: 14px;
}

div.ordernow {
    background: url(/_system/css/images/ordernow.gif) no-repeat;
    width: 177px;
    height: 117px;
    position: absolute;
    z-index: 10;
}

div.must-order {
    background: url(/_system/css/images/orderonly.gif) no-repeat;
    width: 177px;
    height: 117px;
    position: absolute;
    z-index: 10;
}

div.pp-paper {
    background: url(/_system/css/images/preprinted.gif) no-repeat;
    width: 177px;
    height: 117px;
    position: absolute;
    z-index: 10;
}

div.editme {
    background: url(/_system/css/images/editme.gif) no-repeat;
    width: 177px;
    height: 117px;
    position: absolute;
    z-index: 10;
}

div.esign {
    background: url(/_system/css/images/esign.gif) no-repeat;
    width: 177px;
    height: 117px;
    position: absolute;
    z-index: 10;
}

div.file-updated {
    background: url(/_system/css/images/updated.png) no-repeat;
    width: 177px;
    height: 117px;
    position: absolute;
    z-index: 10;
}

div.headerbutton {
    width: 250px;
    float: left;
}

#dataTable2 tr.rowSummary td {
    background-color: #ddd;
    border: 1px solid #bbb;
}

.table-bordered th,
.table-bordered td {
    overflow: visible;
}

h3.popover-title {
    color: #000;
}

#dataTable tbody tr.active td .editable-click,
#dataTable tbody tr.active td a.editable-click,
#dataTable tbody tr.active td a.editable-click:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: dashed 1px #fff;
}

#dataTable tbody tr td {
    overflow: hidden;
}

tr.campaignrow td {
    white-space: normal;
}

.table-striped>tbody>tr.row_archived:nth-child(odd)>td,
.table-striped>tbody>tr.row_new:nth-child(odd)>td,
.table-striped>tbody>tr.row_pending:nth-child(odd)>td,
.table-striped>tbody>tr.row_rejected:nth-child(odd)>td {
    background-color: #f2dede;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.table-striped>tbody>tr.row_archived:nth-child(even)>td,
.table-striped>tbody>tr.row_new:nth-child(even)>td,
.table-striped>tbody>tr.row_pending:nth-child(even)>td,
.table-striped>tbody>tr.row_rejected:nth-child(even)>td {
    background-color: #eed3d7;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

div.row_archived,
div.row_new,
div.row_pending,
div.row_rejected {
    background-color: #f2dede;
}

.table-striped>tbody>tr.row_deleted:nth-child(odd)>td {
    background-color: #ba6060;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.table-striped>tbody>tr.row_deleted:nth-child(even)>td {
    background-color: #994451;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

div.row_deleted {
    background-color: #994451;
}

#latestCarousel a.carousel-control.left,
#latestCarousel a.carousel-control.right {
    position: absolute;
    top: 30px;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

div.recentmarker {
    background: url(/_system/images/screamer_32.png) no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 10;
}

#results_detail_preview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#file-action-links {
    background: #fff;
    padding-top: 10px;
}


div#campaign_files .dataTables_scrollBody {
    overflow: hidden !important;
}

/*#serveractivity pre {max-height:40em; overflow: auto;}*/

div#search_box {
    border-color: rgb(221, 221, 221);
    border-style: solid;
    border-width: 1px 1px 1px 0;
    margin: 0 0 0 -15px;
    padding: 12px 0 10px 12px;
    background-color: rgb(250, 250, 250);
}

#playlistswitch {
    width: auto;
}

.removeFromPlaylist:hover,
.statusInfo:hover {
    cursor: pointer;
}

#menu_Playlist_Items ul.thumbnails .thumbnail.failed {
    background-color: #FFC9BA;
}

#menu_Playlist_Items ul.thumbnails .thumbnail.pending {
    background-color: #FFDABA;
}

#menu_Playlist_Items ul.thumbnails .thumbnail.processing {
    background-color: #EEFFBA;
}

#menu_Playlist_Items ul.thumbnails .thumbnail.ready {
    background-color: #D6FFD4;
}

#menu_Playlist_Items ul.thumbnails .thumbnail.xibo {
    background-color: #a0ef83;
}

table.multipage_table td {
    border: 0;
}

.multipage_table tbody>tr:nth-child(odd)>td,
.multipage_table tbody>tr:nth-child(odd)>th,
.multipage_table tbody>tr:nth-child(even)>td,
.multipage_table tbody>tr:nth-child(even)>th {
    background-color: #f9f9f9;
}

tr.dataTableDrag td {
    border-bottom: 2px solid black;
    border-top: 2px solid black;
}

.icon-counter {
    border-radius: 50%;
    behavior: url(PIE.htc);
    /* remove if you don't care about IE8 */
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    padding: 5px;
    /*    margin:2px; */
    border: 1px solid #666;
    background: #666;
    color: #666;
    text-align: center;
    vertical-align: baseline;
}

.gray {
    background-color: #666;
    color: #fff;
}

.red {
    background-color: #e50b45;
    color: #fff;
}

.orange {
    background-color: #ffaa00;
    color: #fff;
}

.green {
    background-color: #0aad01;
    color: #fff;
}

.icon-counter-number {
    position: relative;
    top: -0.25em;
    font: 1em Arial, sans-serif;
    font-weight: bold;
}

#vid-tandc-box {
    height: 200px;
    float: left;
    clear: both;
    overflow: scroll;
    padding: 5px;
    margin-bottom: 10px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.15) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.15) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.15) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=0);
    /* IE6-9 */
}

#campaign_details ul {
    list-style-type: disc;
    list-style-position: outside;
    margin: 0 0 10px 30px;
}

#campaign_details ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin: 0 0 10px 30px;
}

#campaign_details ul ul,
ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 50px;
}

#campaign_details ol ol,
ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 50px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid black;
    margin: 6px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid black;
    margin: 6px;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid black;
    margin: 6px;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid black;
    margin: 6px;
}

.latestFilesStatusColumn {
    width: 1.5em;
}

.campaignstatuscircle {
    border-radius: 50%;
    behavior: url(PIE.htc);
    /* remove if you don't care about IE8 */
    float: left;
    width: 1.2em;
    height: 1.2em;
    padding: 5px;
    margin: 2px;
    border: 1px solid #666;
    background: #fff;
    color: #666;
    text-align: center;
    line-height: 1.2em;
    font: 1em Arial, sans-serif;
}

.campaignstatuscircle.lozenge {
    border-radius: 25px;
    width: 2.2em;
}

.red {
    background-color: #e50b45;
    color: #fff;
}

.orange {
    background-color: #ffaa00;
    color: #fff;
}

.green {
    background-color: #0aad01;
    color: #fff;
}

table#SendFilesForm th {
    width: 25%;
}

/* FILE UPLOAD BUTTON AND MODAL OVERLAY STYLING */
/* Upload Files button */
/*
#uploadFiles {
background: #e5002b;
height: 140px;
color: #fff;
padding: 20px;
}

#uploadFiles > div {
margin-top: 40px;
text-align: center;
cursor: pointer;
}

#uploadFiles > div::before {
  font-family: FontAwesome, verdana, arial;
  content: "\f0e0";
  font-size: 48px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: table;
}
*/
/* File Upload Modal Overlay Styling */
#uploadFilesModal>div.modal-body {
    height: calc(100% - 49px - 116px - 30px);
}

#actions {
    margin: 2em 0;
}

.dropzone {
    display: table;
    border: 2px dashed lightgray !important;
    height: 100%;
}

.dropzone.dz-started {
    border: hidden !important;
}

/* Mimic table appearance */
/*
div.table {
display: table;
}
*/
div.table .file-row {
    display: table-row;
}

div.table .file-row>div {
    display: table-cell;
    vertical-align: top;
    border-top: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

div.table .file-row:nth-child(odd) {
    background: #f9f9f9;
}

/* Hide the progress bar when finished */
#myDropzone .file-row.dz-success .progress {
    opacity: 0;
    transition: opacity 0.3s linear;
}

/* Hide the delete button initially */
#myDropzone .file-row .delete {
    display: none;
}

/* Hide the start and cancel buttons and show the delete button */
#myDropzone .file-row.dz-success .start,
#myDropzone .file-row.dz-success .cancel {
    display: none;
}

#myDropzone .file-row.dz-success .delete {
    display: block;
}

/* Display the total upload status */
#uploadStatus {
    float: left;
    margin: 2em 0;
}

#uploadStatus.processing>p::before {
    content: '\231B Processing...';
    color: orange;
}

#uploadStatus.success>p::before {
    content: '\2713   Success!';
    color: green;
}

#uploadStatus.error>p::before {
    content: '\2718   Error';
    color: red;
}

#campaign-inputform th {
    width: 25%;
}

form#qryformNav input[type=text] {
    background: white;
}

/* 
Add the following declaration to /_domain/css/custom.css 
in order to enable user profile on individual VID domains: 

div#VzProfileLink {
  display: inline-block; 
}

*/

div#VzProfileLink {
    color: white;
    display: none;
    /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
    position: relative;
    /* All 'absolute'ly positioned elements are relative to this one */
    padding: 2px 5px;
    /* Add some padding so it looks nice */
}

span#VzProfileIcon {
    color: #fff;
    font-size: 2.5em;
    padding-right: 0.25em;
}

span#VzAlertIcon {
    color: #fff;
    font-size: 2.25em;
    padding-right: 0.25em;
}

.navbar-static-top .navbar-inner .button__badge {
    background-color: #fa3e3e !important;
}

.button__badge {
    background-color: #fa3e3e;
    border-radius: 2em;
    line-height: 1;
    color: white;
    border: 2px solid white;
    padding: 2px 5px;
    font-size: 1.25em;
    font-weight: bold;
    position: absolute;
    /* Position the badge within the relatively positioned button */
    top: 0;
    left: 0;
}

.button__badge:empty {
    display: none;
}

ul.VzProfileList {
    list-style: none;
    font-size: 1.5em;
    margin: 0 3px 0 0;
}

ul.VzProfileList>li>a span.menu-icon {
    margin: 0;
}

ul.VzProfileList>li>a span.menu-text {
    padding-left: 0;
    padding-right: 10px;
}

div.VzProfileSeparator {
    border-bottom: 1px solid #fff;
}

ul.VzProfileList li>a {
    color: #fff;
}

ul.VzProfileList li>a:hover,
ul.VzProfileList li>a:active,
ul.VzProfileList li>a:focus {
    text-decoration: none;
}

ul.VzProfileList li>a:active,
ul.VzProfileList li>a:focus {
    background-color: #ccc;
}

#inboxMessageContent {
    overflow: scroll;
}

.modal.fade.ui-draggable-dragging {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

@media (max-width: 767px) {
    .mainPage-area {
        padding-right: 0px;
    }

    #root {
        margin: 0 -20px;
    }
}

a#vzCatIcon {
    color: #fff;
    font-size: 2em;
    padding-right: 0.25em;
    float: left;
    color: white;
    /* display: none; */
    /* position: relative; */
    margin-top: 25px;
    padding: 2px 5px;
}

img#host-banner-logo {
    max-height: 47px;
    max-width: 48vw;
}

form#qryformNavMobile {
    padding-top: 15px;
}

select.first-select {
    width: 100%;
}

.visible-phone.nav-collapse.navbar-responsive-collapse.sidemenu-sticky.in.collapse {
    height: auto;
    position: relative;
    top: 9px;
    background-color: #cccccc;
}

@media (max-width: 979px) {

    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a {
        padding: 9px 15px;
        font-weight: bold;
        color: #FFFFFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border-top: 1px solid #fff;
    }

    .nav-collapse .nav>li>a:hover,
    .nav-collapse .nav>li>a:focus,
    .nav-collapse .dropdown-menu a:hover,
    .nav-collapse .dropdown-menu a:focus {
        background-color: #ccc;
    }

    .tree_column_a,
    .tree_column_b {
        display: none !important;
    }
}

ul.hompeagebuttons,
ul.homepage-buttons {
    text-align: center;
}

@media (min-width: 768px) {

    ul.hompeagebuttons,
    ul.homepage-buttons {
        display: flex;
        align-items: stretch;
        align-content: stretch;
    }
}

ul.homepage-buttons li:hover {
    border-color: #0088cc;
    -moz-box-shadow: 3px 3px 4px #ccc;
    -webkit-box-shadow: 3px 3px 4px #ccc;
    box-shadow: 3px 3px 4px #ccc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
}

/*general VID navbar style*/
.navbar-static-top .navbar-inner #vizzybadge a {
    color: #FFFFFF;
}

.navbar-static-top .navbar-inner .brand a {
    color: #FFFFFF;
    text-shadow: none;
}

div#menuBar {
    margin-top: 20px;
    font-size: 1.25em;
}

#siteTitleLogoDisplay {
    display: block;
}

#siteTitleTxtDisplay {
    display: none;
}

div#VzProfileLink {
    display: inline-block;
}

.sidemenu-sticky {
    /* position: sticky; */
    top: 74px;
    margin-top: -2px;
    z-index: 10;
}

span.multiselect-selected-text {
    color: #000;
}

.nav-tabs.nav-stacked>li>a,
.nav-tabs.nav-stacked>li>a:hover {
    border: 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.navbar-static-top {
    position: sticky;
    top: 0px;
    z-index: 11;
    margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
    background-image: none;
    background-color: #cccccc;
    min-height: 74px;
}

.navbar-static-top .navbar-inner .nav a {
    color: #FFFFFF;
    text-shadow: none;
}

.navbar-static-top .navbar-inner .nav a:hover {
    color: #FFFFFF;
    text-shadow: none;
}

.navbar-static-top .navbar-inner {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}

.navbar-static-top .navbar-inner li.dropdown.open>.dropdown-toggle {
    background-color: #cccccc;
}

.navbar-static-top .navbar-inner {
    background-color: #cccccc !important;
}

.navbar-static-top .navbar-inner .dropdown-menu:after {
    border-bottom-color: #cccccc;
}

.navbar-static-top .navbar-inner .dropdown a b.caret {
    background-color: #FFFFFF !important;
    border-left-color: #cccccc !important;
    border-right-color: #cccccc !important;
    border-top-color: #FFFFFF !important;
    border-bottom-color: #FFFFFF !important;
}

/* Side Menu */
li.toolkit-logo-sidemenu {
    display: none;
}

ul.ui-autocomplete.ui-menu {
    width: 300px;
    z-index: 10001;
}

.nav-sidemenu {
    font-size: 1.25em;
}

ul.nav>li>ul.dropdown-menu {
    font-size: 0.85em;
    background: #cccccc;
}

.nav-sidemenu>li>a {
    color: #cccccc;
}

span.menu-text {
    /* padding-left: 0.5em; */
    font-weight: bold;
}

span.menu-text.isread {
    font-weight: normal;
}

span.menu-icon {
    width: 1em;
    box-sizing: initial;
    background: #cccccc;
    color: #FFFFFF;
    padding: 0.4em 0.7em;
    border-radius: 0.25em;
    display: inline-block;
    margin-right: 10px;
}

a>span#VzAlertIcon [class^="icon-"],
a>span#VzProfileIcon [class^="icon-"],
a>div>span.menu-icon [class^="icon-"],
a>div>div>span.menu-icon [class^="icon-"] {
    color: #fff;
}

#VzAlertIconPopoverDisplay>.popover-inner>.popover-content {
    max-height: 400px;
    overflow-y: scroll;
}

div.VzProfileSeparator {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
}

div.VzProfileSeparator {
    border-bottom: 1px solid #cccccc;
}

ul.VzProfileList li>a {
    color: #cccccc;
}

a>div.VzProfileSeparator:hover {
    background-color: #eee;
}

.nav-sidemenu li a span [class^="icon-"] {
    color: #fff;
}

.nav-sidemenu span.label.label-textwrap {
    display: none;
}

.visible-phone.nav-collapse.navbar-responsive-collapse {
    height: 0px;
    background: #cccccc;
    position: relative;
    top: 9px;
}

img.homepage-grid-image {
    max-height: 250px;
    max-width: 85vw;
}

@media (max-width: 767px) {
    #promoModalBody {
        overflow-y: scroll;
    }
}

@media (min-width: 768px) {
    #promoModal {
        width: 60%;
        margin-left: -30%;
    }

    #promoModalBody {
        max-height: 80%;
        text-align: center;
        overflow-y: scroll;
    }

    .promoModalPara {
        width: 50%;
        float: left;
        text-align: left;
    }

    .promoModalPara p {
        margin-right: 30px;
        line-height: 1.2em;
    }
}

i.fa.fa-share-alt.icon-white {
    color: #fff;
}

a:focus {
    outline: none;
}

.btn.resultsgrid_icon:hover {
    z-index: 20;
}