﻿/* Default SafeSeaNet Styles */
@media (min-width: 1260px) {
    .PageBodyWrap {
        min-width: 1260px;
    }

    .PageTable {
        width: 1260px;
        border: none;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-collapse: collapse;
        /*text-align: left;*/
    }

    .PageFooter {
        min-width: 1260px;
        margin: auto;
    }
}

/* 
	Use PageTable as container for SSN.
	Alternative to using Bootstrap containers with 1140px max width. 
*/
@media (max-width: 1260px) {
    .PageTable {
        padding: 0 15px;
    }
}

/* Start overrides */
/* Move inside styleset above to only affect regular desktop layout */

legend {
    font-size: 12px;
    width: auto !important;
    margin-bottom: unset !important;
}

label {
    margin-bottom: unset !important;
}


/* jQuery UI overrides */


.ui-dialog {
    z-index: 1050; /* Matching Bootstrap z-index for modals */
    position: absolute;
    top: 0;
    left: 0;
    outline: 0;
    padding: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        background-color: #ced6e0;
        color: #000667;
        padding: .4em 1em;
        position: relative;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid silver;
    }

/*  End overrides  */


.PageTable {
    text-align: left;
    /*padding: 0 15px;*/
}

.PageBodyWrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -62px;
    width: 100%;
    position: relative;
}

.PageFooter {
    background-color: #000667;
    text-align: center;
    position: relative;
    color: white;
    height: 62px;
}

    .PageFooter img {
        height: 50px;
    }


.PagePush {
    height: 155px;
}

@media (max-width: 1200px) {
    .PageBodyWrap {
        margin: 0 auto -160px;
    }

    .PageFooter {
        height: 160px;
    }

        .PageFooter img {
            height: 40px;
        }

    .PagePush {
        height: 205px;
    }
}

/* ----- Basic global styles -----*/
html, body {
    font-size: 12px;
    height: 100%;
}

body {
    background-color: White;
    margin: 0px 0px 0px 0px;
    width: 100%;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica;
    color: #404040;
    overflow-y: scroll;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    font-family: Verdana, Arial, Helvetica;
    padding: 4px;
    margin-top: 3px;
    margin-bottom: 3px;
}

    input[type="text"], input[type="password"], textarea, select {
        border: 1px solid silver;
    }

select {
    background-color: white;
}

textarea:disabled {
    /*font-family: Verdana, Arial, Helvetica;
    padding: 4px;*/
    background-color: #EFECEA;
}

caption {
    font-size: 8pt;
    font-family: Verdana;
    background-color: #E5E9EB;
    text-align: left;
}

h2 {
    font-size: medium;
    font-weight: bold;
}

a {
    color: #15799D;
    text-decoration: underline;
}

    a:active {
        text-decoration: none;
    }

    a:hover {
        color: #0596CB;
        text-decoration: none;
    }

    a.boldHelpLink {
        font-weight: bold;
        cursor: pointer;
    }

    a.toOverview {
        display: block;
        margin: 10px 0;
    }

    a.item-with-icon {
        text-decoration: none;
    }

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}




/* ----- Login Page Styles ----- */
td.LoginBoxHeader {
    /*background-color: #CED6E0;*/
    font-weight: bold;
    height: 25px;
    width: 215px;
    color: white;
    padding-left: 8px;
    border: none;
    background-color: #00508c;
}

td.LoginBoxContent {
    padding: 8px;
    vertical-align: top;
    font-size: 12px;
}

input.LoginTextBox {
    padding: 4px;
    font-size: 14pt;
}

fieldset.LoginBox {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
}

/* ----- New Main Menu Styles ----- */
tr.MainMenuNode {
    width: 100%;
}

td.MainMenuNode {
    width: 100%;
    padding: 5px;
}

tr.MainMenuRootNode {
    font-size: small;
    font-weight: bold;
    background-color: #000667;
    background-color: rgba(0, 45, 80, 0.9);
    border-bottom: 1px solid silver;
}

    tr.MainMenuRootNode > td {
        padding: 5px;
        vertical-align: middle;
    }

a.MainMenuRootNode {
    color: White;
}

    a.MainMenuRootNode:hover {
        text-decoration: underline;
    }

tr.MainMenuSelectedNode {
    background-color: #EEEEEE;
}

tr.MainMenuLeafNode:hover {
    background-color: #CCDEFF;
}

div.MainMenu > table {
    width: 100%;
}

div.MainMenu {
    border-right: 1px solid #000667;
    border-right: 1px solid rgba(0, 45, 80, 0.9);
}



/* ----- Fieldsets ----- */
fieldset, fieldset.Level1 {
    /*border: 1px solid #CCCCCC;*/
    background: #F2F2F7;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
}

    fieldset legend {
        /*color: white;*/
        background: #F2F2F7;
        padding: 1px 4px;
        font-weight: bold;
        /*border: 1px solid silver;*/
    }

    fieldset fieldset legend {
        background: #d9d9e8cc;
    }

    fieldset fieldset fieldset legend {
        background: #FAF7F4;
    }

    fieldset fieldset fieldset fieldset legend {
        background: white;
    }


.councilContainer > legend {
    padding-right: 20px;
    background-image: url(../Images/expand.png);
    background-repeat: no-repeat;
    background-position: right center;
}

    .councilContainer > legend.open {
        background-image: url(../Images/collapse.png);
    }

fieldset fieldset {
    background: #d9d9e8cc;
    margin-top: 5px;
    /*border-style: solid;*/
}

    fieldset fieldset fieldset {
        background: #FAF7F4;
        box-shadow: none;
    }

        fieldset fieldset fieldset fieldset {
            background: white;
        }

fieldset.InlineFieldset {
    display: inline;
}

/* Adds a help icon to the top right corner of a fieldset*/
fieldset > div.help {
    background: url(../Images/lifebuoy.png) center no-repeat;
    width: 24px;
    height: 24px;
    padding: 3px;
    position: absolute;
    /* Position using javascript (Help.js)*/
}

    fieldset > div.help:hover {
        background-color: #ced6e0
    }

    fieldset > div.help.hover { /* Use class for hover instead of pseudo selector because scripts*/
        background-color: #ced6e0
    }

fieldset .floatedHalf {
    float: left;
    width: 49.5%;
}


/* ----- Body and footer ----- */
/* == page push == footer + date field*/
/*.PageBodyWrap {
	min-width: 1260px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -115px; 
	width: 100%;
	position: relative;
}*/

.PageBodyContainer {
    position: relative;
    /*overflow-x: scroll;*/
}




h1 {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 24pt;
    color: Black;
}

.highlight {
    background-color: yellow;
}

/* ----- Datagrid ----- */

.DataGridHeader {
    font-size: 8pt;
    font-family: Verdana;
    background-color: #676AA4;
    color: white;
    text-align: left;
}

tr.DataGridResultPager td {
    background-color: #676AA4;
    text-align: center;
    color: white;
    border: none !important;
}

.DataGridResultPager * a {
    color: White;
}

tr.DataGridResultHeader, td.DataGridResultHeader {
    background-color: #676AA4;
    text-align: center;
    color: white;
}

    tr.DataGridResultHeader th {
        padding: 5px;
        border: 1px solid silver;
        /*border-left: 1px solid #000667;
        border-top: 1px solid #000667;*/
    }

        tr.DataGridResultHeader th:last-child {
            /*border-right: 1px solid #000667;*/
        }

table.DataGrid * td {
    border: 1px solid silver;
    padding: 5px;
}

tr.DataGridRow {
    line-height: 1;
}

    tr.DataGridRow:hover {
        background-color: #A0E1CD;
    }


.DataGridResultHeader * a {
    color: White;
}

table.DataGrid {
    background-color: white;
    border-color: Gray;
    font-size: small;
    width: 100%;
}



.AlternatingStyle {
    background-color: #faf7f4;
    border: 1px solid silver;
}

.SelectedRowStyle {
    background-color: #A9E5FB;
    border: 1px solid silver;
}

.ErrorRowStyle {
    background-color: #FFBFC8;
    border: 1px solid silver;
}

.DeletedCellStyle {
    color: Gray;
    background-color: #FFD6D6;
    border: 1px solid silver;
    text-decoration: line-through;
}

.DeletedCellActionStyle {
    color: Gray;
    background-color: #FFD6D6;
    border: 1px solid silver;
}

.DeletedCellStyle {
    color: Gray;
    background-color: #FFD6D6;
    border: 1px solid silver;
    text-decoration: line-through;
}

.DeletedCellActionStyle {
    color: Gray;
    background-color: #FFD6D6;
    border: 1px solid silver;
}

.DisabledCellStyle {
    color: darkgray;
    font-style: italic;
}

.PageHeading {
    font-size: medium; /*font-family: Arial Black,Arial;*/
    font-weight: 900;
    font-style: normal; /*letter-spacing:5px;*/
    color: #000667;
    display: block;
    margin-bottom: 7px;
}

.FrontPageFooter {
    font-size: 10pt;
    font-family: Arial;
    color: #CED6E0;
    text-align: center;
}


.PageHeader {
    background: url("../images/header-bg.png") repeat-x scroll left 0px;
    background-size: contain;
    padding-top: 4px;
    padding-bottom: 6px;
    border-bottom: 1px solid white;
    text-align: center;
}

.WizardBody {
    /*border:solid 2px #00508C;*/
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-collapse: collapse;
}

.WizardButton {
    font-size: medium;
    /*padding: 6px;*/
    -moz-min-width: 100px;
    -ms-min-width: 100px;
    -o-min-width: 100px;
    -webkit-min-width: 100px;
    min-width: 100px;
    margin-left: 5px;
}

.NoMargin {
    border-collapse: collapse;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
}

.NoPadding {
    padding: 0px !important;
}

.NoTopBorder {
    border-top: none !important;
}

.NoSideBorder {
    border-right: none !important;
    border-left: none !important;
}

.ReadOnlyText, .ReadOnlyLabel {
    /*color: #6C6C6C*/;
}

.BoldReadOnlyLabel {
    font-weight: bold;
    padding: 0 0 0 3px;
}

.RemarkTextBox {
    height: 83px;
    max-height: 83px;
    width: 100%;
    resize: none;
}

.Button {
    /*    font-family: Arial Black,Arial;    font-weight: 900;       color:White;    letter-spacing: 2px;    background-color: #00508C;*/
}

.boxsizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.FlowMain {
    background-color: #cac8bb;
    color: White;
    white-space: nowrap;
    padding: 20px;
}

.FlowSelected {
    background-color: #000667;
    color: white;
    font-family: Arial Black,Arial;
    white-space: nowrap;
}

.FlowPaddingCell {
    width: 100%;
}

table.FlowBar * td {
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}

table.FlowBar * img {
    width: 100%;
    height: 100%;
    min-width: 17px;
    min-height: 30px;
    margin: 0px;
    vertical-align: middle;
}


table.FlowBar * td.FlowMain, table.FlowBar * td.FlowSelected {
    vertical-align: middle;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: normal;
    font-weight: bold;
    font-size: medium;
    font-family: Arial Black, Arial;
    height: 30px;
}

.errorMsg {
    clear: both;
    background-color: #ffb5a6;
    border-radius: 4px;
    padding: 12px;
    margin: 0;
    display: block;
    text-align: center;
}

.warning {
    /*border: 2px solid #ebbf3f;*/
    border-radius: 4px;
    background: #ffb5a6;
    padding: 12px;
    margin: 0;
}

.warningMsgNoIcon {
    clear: both;
    /*border: 2px solid #ebbf3f;*/
    border-radius: 4px;
    background: #ffb5a6;
    padding: 12px;
    display: block;
    vertical-align: middle;
    margin: 0;
}

.warningMsg {
    clear: both;
    /*border: 2px solid #ebbf3f;*/
    border-radius: 4px;
    background: #ffb5a6 url(../Images/warning_small.png) no-repeat 12px center;
    padding: 12px;
    padding-left: 60px;
    display: block;
    vertical-align: middle;
    margin: 0;
}

.infoMsg {
    clear: both;
    /*color: green;*/
    background-color: #A9E5FB;
    border-radius: 4px;
    /*border: 2px solid green;*/
    padding: 12px;
    margin: 0;
    display: block;
    text-align: center;
}

.tableErrorDialogHead {
    border-collapse: collapse;
}

.tableErrorDialogBody {
    border: solid 1px red;
    width: 100%;
    padding: 0px 0px 0px 0px;
    border-collapse: collapse;
}

.tdErrorTab {
    background-color: Red;
    color: Black;
    font-size: 12px;
    font-weight: bold;
}

.ActionLink {
    color: #0000FF !important;
    text-decoration: underline !important;
}

.completionList {
    font-family: Arial;
    font-size: 12px;
    border: solid 1px #444444;
    margin: 0px;
    padding: 1px;
    overflow: auto;
}

tr.HoverGreen:hover {
    background-color: #33FF99;
}

table.milViewTable td {
    text-align: left;
}

    table.milViewTable td.ReadOnlyLabel {
        text-align: right;
    }

div.HelpContainer > h2 {
    font-size: small;
}

div.HelpContainer {
    font-size: x-small;
}

div.HelpControls {
    text-align: right;
}

img.HelpControl {
    width: 24px;
    cursor: pointer;
}

/* Autocomplete used in dialog. Z-index Adjusted to comply with Bootstrap z-indices. */
.ui-front {
    /*z-index: 1052 !important;*/
}

.ui-autocomplete {
    width: auto;
    -webkit-text-wrap: none;
    -moz-text-wrap: none;
    -ms-text-wrap: none;
    -o-text-wrap: none;
    text-wrap: none;
    white-space: nowrap;
    padding: 0;
    list-style-type: none;
    z-index: 1051; /* Dialog z-index: 1050*/
}

    .ui-autocomplete > li.ui-menu-item {
        padding: 1px 0;
    }

    .ui-autocomplete a.item-with-icon {
        display: block;
        padding: 2px 4px;
        padding-right: 20px;
    }

    .ui-autocomplete .item-with-icon table tr,
    .ui-autocomplete .item-with-icon table th,
    .ui-autocomplete .item-with-icon table td {
        padding: 0;
    }

        .ui-autocomplete .item-with-icon table td:nth-child(2) {
            padding: 0 10px;
        }

.ui-hidden {
    display: none;
}

.ui-disabled {
    display: none;
}

div.ui-datepicker {
    font-size: small !important;
}

input.DTC::-ms-clear {
    display: none;
}

input.DTCDate {
    width: 85px;
}

input.DTCTime {
    width: 50px;
}

/* ----- Latitude/longitude controls */
input.LatLongDegrees {
    width: 32px;
    text-align: right;
}

input.LatLongMinutes {
    width: 32px;
    text-align: right;
}

input.LatLongSeconds {
    width: 46px;
    text-align: right;
}

select.LatLongDirection {
    width: 47px;
}


/* ----- Search panels ----- */
.expandArrowLeft {
    background: url(../Images/expand.png) no-repeat;
    cursor: pointer;
    height: 13px;
}

.collapseArrowLeft {
    background: url(../Images/collapse.png) no-repeat;
    cursor: pointer;
    height: 13px;
}

.expandArrowRight {
    background: url(../Images/expand.png) no-repeat right;
    cursor: pointer;
}


.collapseArrowRight {
    background: url(../Images/collapse.png) no-repeat right;
    cursor: pointer;
}

.collapsible, .collapsible.left {
    color: #15799D;
    text-decoration: underline;
    padding: 2px;
}

.collapsible {
    text-align: right;
    padding-right: 20px;
    height: 22px;
}

    .collapsible.left {
        text-align: left;
        padding-left: 20px;
    }

        .collapsible:hover, .collapsible.left:hover {
            color: #0596CB;
            text-decoration: none;
        }

/* ----- Itinerary control styles -----*/
tr.ItineraryEditorRow td {
    padding: 2px;
    vertical-align: middle;
    text-align: left;
    /*white-space:nowrap;*/
}

    tr.ItineraryEditorRow td span {
        padding: 0px;
        margin: 0px;
        width: 0px;
    }



tr.ItineraryEditorRow input[type="text"], tr.ItineraryEditorRow select {
    padding: 1px;
}

tr.ItineraryEditorRow input[type="submit"] {
    padding: 0px;
}

.WhatsNewExpander {
    padding-left: 20px;
    background: url(../Images/expand.png) no-repeat 0px 4px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.WhatsNewCollapser {
    padding-left: 20px;
    background: url(../Images/collapse.png) no-repeat 0px 4px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.Banner {
    width: 100%;
    /*overflow-y: hidden;*/
    font-size: small;
    background-repeat: repeat-x;
    line-height: 20px;
    font-family: Verdana, Arial, Calibri;
    border-bottom: 1px solid silver;
}

.BannerWarning {
    color: black;
    background-color: #FF451F;
}

    .BannerWarning a {
        color: white;
    }

.BannerNotice {
    background-color: #A9E5FB;
    color: black;
}

.BannerInformation {
    color: black;
    background-color: #94f596;
    background-image: linear-gradient(#94f596, #59a546);
    /*background-image: url(../Images/GreenGradient.png);*/
}

.BannerTestenvironment {
    color: #fff;
    text-shadow: 1px 1px black;
    font-weight: bold;
    font-size: 42px;
    background-color: #ff4500;
    display: grid;
    padding: 5px;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    height: 64px;
}

/* ----- jQuery Password Requirement list styling ----- */

div.DivPasswordReqList {
    border: 1px dotted silver;
    border-radius: 4px;
    padding: 7px;
    background: #FFFCED;
}

    div.DivPasswordReqList ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

.requirement.invalid {
    color: #ec3f41;
    background-image: url(../Images/Iconic/color/cross_2.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 10px;
    line-height: 8px;
    padding-left: 18px;
}

.requirement.valid {
    color: #3a7d34;
    background-image: url(../Images/Iconic/color/tick_2.png);
    background-repeat: no-repeat;
    background-position: 3px 0px;
    height: 10px;
    line-height: 8px;
    padding-left: 18px;
}

/* Map.js styling */

.MapInfoBox {
    border: 2px solid white;
    border-radius: 5px;
    background-color: black;
    box-shadow: 2px 2px 5px black;
    color: white;
    padding: 8px;
}

.MapContentOverlay {
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    cursor: pointer;
    margin: 10px;
    padding: 5px;
}

.MapFullscreenToggle {
    text-align: center;
}

    .MapFullscreenToggle:hover {
        background-color: #ebebeb;
        border: 2px solid #ebebeb;
    }

    .MapFullscreenToggle img {
        height: 20px;
        width: 20px;
        padding: 0 !important;
    }


.MapLegendRow img {
    vertical-align: middle;
    padding: 2px;
    height: 18px !important;
    width: 18px !important;
}

.MapLegendRow label {
    vertical-align: middle;
    font-size: 12px;
    margin-left: 5px;
}

.MapMessage {
    cursor: default;
    text-align: center;
    z-index: 1;
    position: absolute;
    display: none;
}

.MapLayerSelect {
    font-size: 16px !important;
}

/*---- Error Page styling ----*/
.errorImageStyle {
    display: inline-block;
    vertical-align: bottom;
}

.errorSectionContainerStyle {
    margin: 10px 0 60px 10px;
}

.errorSectionContentStyle {
    margin: 15px 0 0 61px;
}

.errorSectionHeaderDivStyle {
}

.errorSectionHeaderTextStyle {
    font-size: x-large;
    margin-left: 17px;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 2px;
    border-bottom: 1px solid #005089;
    font-variant: small-caps;
}

.ExamProperty div:nth-of-type(1) {
    width: 130px;
    display: inline-block;
}

.ExamProperty div:nth-of-type(2) {
    display: inline-block;
    overflow: visible;
}

.FairwayMenuCell {
    min-width: 350px;
}

div.PecFairwayArea {
    cursor: pointer;
}

div.ApplicationFairwayArea {
    line-height: normal;
}

    div.ApplicationFairwayArea:hover {
        background-color: aliceblue;
        cursor: pointer;
    }

.SelectFairwayArea, .DeselectFairwayArea {
    font-weight: bold;
    vertical-align: middle;
    float: right;
    padding: 2px;
    border: 1px solid #004d99;
    margin-left: 2px;
    border-radius: 3px;
    width: 18px;
    height: 21px;
    display: inline-block
}

    .SelectFairwayArea:hover {
        border-radius: 3px;
        background-color: #ABEBC6;
    }

    .DeselectFairwayArea:hover {
        border-radius: 3px;
        background-color: #F5B7B1;
    }

@media(max-width: 575.98px) {
    .SelectFairwayArea, .DeselectFairwayArea {
        padding: 4px;
    }

    .DeselectFairwayArea {
        margin-left: 5px;
    }
}


div.FairwayLegend {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin: 5px;
    margin-right: 0.5em;
    vertical-align: middle;
    border: 1px solid gray;
    border: none;
}

ul.FairwayMenu {
    list-style: none;
    padding: 0;
    margin-top: 0px;
}

li.FairwayMenuItem {
    padding: 0px;
    padding-left: 0px;
    font-weight: bold;
}

    li.FairwayMenuItem > a {
        text-decoration: none;
        padding: 5px;
        background-color: #004d99;
        color: white;
        margin: 0;
        border-bottom: 1px solid silver;
    }

li.ExpiringFairway > a {
    background-color: red;
}

li.FairwayMenuItem > a.CommonChoice {
    background-color: gray;
    font-weight: normal;
    padding: 4px;
}

li.FairwaySubMenuItem {
    padding: 3px;
    padding-left: 5px;
    font-weight: normal;
}

#FairwayMenuShow, #FairwayMenuHide {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
    height: 20px;
    width: 20px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid silver;
    border-radius: 3px;
    opacity: 1;
}

#FairwayMenuShow {
    background: white url(./../Images/Show.png) no-repeat center center;
    background-size: 7px;
}

#FairwayMenuHide {
    background: white url(./../Images/Hide.png) no-repeat center center;
    background-size: 7px;
}


li.FairwayMenuItem > a.trigger {
    display: block;
    padding-left: 20px;
    background-image: url(./../Images/node-closed.png);
    background-repeat: no-repeat;
    background-position: 4px 50%;
}

    li.FairwayMenuItem > a.trigger.open {
        background-image: url(./../Images/node-open.png);
    }

/*		DangerousCargo Control		*/
.DangerousCargoRow {
    display: inline-block;
    width: 100%;
    min-height: 25px;
}

    .DangerousCargoRow > div {
        display: inline-block;
        vertical-align: middle;
    }

.DangerousCargoImdgClassDescription {
    width: 180px;
}

.DangerousCargoImdgClassNumber {
    width: 40px;
    text-align: center;
    vertical-align: middle;
}

.DangerousCargoTonnage {
    margin-left: 10px;
}

.DangerousCargoCheckbox {
    margin-left: 38px;
    width: 70px !important;
}

.DivInlineBlock {
    display: inline-block;
    width: 100%;
    line-height: 16px;
}

    .DivInlineBlock > div {
        display: inline-block;
    }

.CredentialsLabel {
    width: 175px;
    display: inline-block;
}

legend {
    font-weight: bold;
}

.addressInputDefaultWidth {
    width: 190px;
}

#progressbar .caption {
    width: 50px;
    margin: 0 auto;
}

.validationError {
}

/* Clone of ValidationErrorText. Differentiated to be able to dynamically add and remove by class 
   without interfering with existing validation errors etc. */
.DynamicValidationError {
    background-color: #ffb5a6;
    border-radius: 4px;
    text-align: left;
    margin: 0 0 0 2px;
    padding: 5px;
}

    .DynamicValidationError ul {
        margin: 0.5rem 0;
    }

.ActionWidget {
    width: 340px;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
}

.ActionWidgetHeader {
    background-color: #000667;
    color: white;
    padding: 10px;
    /*
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
		*/
}

    .ActionWidgetHeader, .ActionWidgetHeader a {
        color: white;
        font-size: medium;
        text-decoration: none;
    }

.ActionWidgetBody {
    padding: 20px;
    border: 1px solid silver;
    border-top: none;
    /*
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
		*/
}


/*	LinkTile styling  */
a.tile {
    color: #fff;
    font-size: 0;
    display: block;
    text-decoration: none;
}

.tile .image {
    line-height: 0;
    /*width: 280px;*/
    height: 105px;
    width: 100%;
    overflow: hidden;
}

    .tile .image img {
        width: 100%;
    }

.tile .title {
    font-weight: bold;
    font-size: medium;
    color: #00bcf2;
    margin-bottom: 10px;
    display: inline-block;
}

.tile .textContent {
    background-color: #252525;
    color: #fff;
    font-size: 13px;
    padding: 16px 12px 0;
    min-height: 85px;
}

.tile .linkText {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    text-align: right;
    /*line-height: 1.25em;*/
}

    .tile .linkText:after {
        display: inline-block;
        margin-left: 10px;
        overflow: hidden;
        content: '\bb';
    }

.IconDescriptionTable td {
    padding: 5px;
    vertical-align: middle;
}

.VoyageGridIcon {
    width: 18px;
    vertical-align: middle;
}

    /* 
    Quick work around to transform color for deliveries from old green color to new profile blue.
    Instead of generating new icons. Ideally, should switch to using SVGs instead of static images.
*/
    .VoyageGridIcon.delivered {
        filter: brightness(0) saturate(100%) invert(75%) sepia(88%) saturate(1265%) hue-rotate(180deg) brightness(118%) contrast(97%);
    }

.VoyageGridImgBtn {
    width: 18px;
    vertical-align: middle;
    padding: 0;
    margin: 1px;
    cursor: pointer;
}

    .VoyageGridImgBtn:hover {
        width: 20px;
        margin: 0;
    }

.VoyageGridImgBtnDisabled {
    width: 18px;
    vertical-align: middle;
    padding: 1px;
    margin: 0;
    cursor: not-allowed;
}

.VoyageGridImgBtn:active {
    width: 18px;
    padding: 1px;
}

@media(max-width: 991.98px) {

    .VoyageListDeliveryColumn {
        min-width: 300px;
    }

    .VoyageListActionColumn {
        min-width: 220px;
    }

    .DataGridRow {
        font-size: 14px;
    }

    .VoyageGridIcon {
        width: 24px;
        vertical-align: middle;
    }

    .VoyageGridImgBtn {
        width: 24px;
        vertical-align: middle;
        padding: 0;
        margin: 2px;
        cursor: pointer;
    }

        .VoyageGridImgBtn:hover {
            width: 28px;
            margin: 0;
        }

    .VoyageGridImgBtnDisabled {
        width: 24px;
        vertical-align: middle;
        padding: 2px;
        margin: 0;
        cursor: not-allowed;
    }

    .VoyageGridImgBtn:active {
        width: 24px;
        padding: 2px;
    }
}

.maxInput {
    width: 100%;
}

.resizeBoth {
    resize: both;
}

.wideInput {
    width: 370px;
}

@media(max-width: 575.98px) {
    .wideInput {
        width: 280px;
    }
}

.wideCountryInput {
    width: 300px;
}

.SpaceAfter {
    margin-bottom: 1em;
}

.PaddingAfter {
    padding-right: 1em;
}

.RightAlign {
    text-align: right;
}

table.FormLayout {
    margin: 0px;
    padding: 0px;
}

    table.FormLayout > td {
        margin: 0px;
        padding: 0px;
        vertical-align: top;
    }

.ChdlWebserviceInfoMsg {
    border: 2px solid rgb(255, 210, 0);
    border-radius: 4px;
    padding: 12px;
    display: block;
    vertical-align: middle;
}

#VoyageViewAccordion {
    border: 0;
    padding: 0;
}

    #VoyageViewAccordion .ui-accordion-content {
        padding: 0;
    }

    #VoyageViewAccordion .ui-accordion-content-active {
        border: 0;
        padding: 0;
    }

    #VoyageViewAccordion div {
        border: 0;
    }

    #VoyageViewAccordion h3.ui-state-active {
        border: 1px solid silver;
        border-radius: 4px;
    }

    #VoyageViewAccordion h3 {
        color: #00508c;
        font-weight: bold;
        background: #e5e5e5;
        margin-top: 5px;
    }

    #VoyageViewAccordion .ui-state-disabled {
        opacity: 1;
        filter: Alpha(Opacity=100);
        /*cursor: not-allowed!important;*/
        background: #F5F5F5;
    }

    #VoyageViewAccordion h3 .ui-accordion-header.ui-state-active {
        color: #00508c;
        font-weight: bold;
    }

    #VoyageViewAccordion img {
        float: right;
    }

/* ----- START, UC: PecApplicationTile.ascx ----- */

.PecApplicationTile {
    width: 100%;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.PecApplicationTileHeader {
    background-color: #000667;
    color: white;
    padding: 15px;
    font-size: large;
}

.PecApplicationTileBody {
    padding: 5px;
    border: 1px solid silver;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.PecApplicationTileLinkWrapper {
    border-bottom: 1px solid silver;
    text-align: right;
}

.PecApplicationTileLink {
    display: inline-block;
    font-size: larger;
    margin-right: 0.7em;
    margin-bottom: 0.7em;
    padding: 6px;
    text-decoration: none;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: white;
    background-color: #003860;
    white-space: nowrap;
}

    .PecApplicationTileLink:hover {
        background-color: #4D7490;
        color: white;
    }

    .PecApplicationTileLink:active {
        opacity: 0.5;
    }

.PecApplicationTileInfoAndRequirements {
}

.PecApplicationTileGridsDiv {
    margin-top: 15px;
}

.PecApplicationTileDataGrid {
    width: 100%;
    background-color: white;
}

table.PecApplicationTileDataGrid * td {
    border: 1px solid silver;
    padding: 3px;
}

tr.PecApplicationTileDataGridResultHeader {
    background-color: #676aa4;
    border-width: 1px;
    border-color: Gray;
    color: white;
}

    tr.PecApplicationTileDataGridResultHeader th {
        padding: 5px;
        border: 1px solid silver;
        color: white;
    }

.PecApplicationTileDataGridResultHeader * a {
    color: white;
}

.PecApplicationTileOverlay {
    position: relative;
    top: 180px;
    left: 80px;
    font-size: 30px;
    font-weight: bold;
    color: black;
    -ms-opacity: 1;
    opacity: 1;
    height: 0;
    margin-right: 150px;
    text-align: center;
}

.hidden {
    visibility: hidden;
}

.transparent {
    zoom: 1;
    -webkit-filter: alpha(opacity=50);
    -moz-filter: alpha(opacity=50);
    -o-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
    -ms-opacity: 0.4;
    opacity: 0.4;
}
/* ----- END ----- */

.CloseMessageButton {
    width: 16px;
    vertical-align: middle;
    padding: 1px;
    margin: 0;
    cursor: pointer;
}

    .CloseMessageButton:hover {
        width: 18px;
        padding: 0;
    }


.pec.classExpired {
    font-style: italic;
    font-size: smaller;
    padding-left: 10px;
    color: red;
}

.widthInit {
    display: block;
    float: left;
    clear: both;
    height: 12px;
    vertical-align: bottom;
    padding: 10px;
}

.width-narrow {
    width: 80px;
}


.width-medium {
    width: 125px;
}

.width-60 {
    width: 60px;
}

.width-large {
    width: 200px;
}

.width-larger {
    width: 280px
}

.width-mediumLarge {
    width: 150px
}


/* Export to excel style */
.exportToExcel {
    color: white;
    border: 0;
    border-radius: 5px;
    padding: 5px 10px 5px 25px;
    background-image: url(../Images/microsoft-excel-white.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 3px 4px;
    background-color: #003860;
}

    .exportToExcel:hover {
        background-color: #4D7490;
        color: white;
        cursor: pointer;
    }

    .exportToExcel:active {
        opacity: 0.5;
    }

/* Print button style */
.printButton {
    color: white !important;
    border: 0;
    border-radius: 5px;
    padding: 5px 5px 5px 30px;
    background-image: url(../Images/printer-white.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 5px 4px;
    background-color: #003860;
}

    .printButton:hover {
        background-color: #4D7490;
        color: white;
        cursor: pointer;
    }

    .printButton:active {
        opacity: 0.5;
    }

/* jQuery tooltips */
.tooltip {
    position: absolute;
    font-size: small;
    border: none;
    opacity: 0.8;
    padding: 10px;
}

.portAuthMessage {
    width: 70%;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    margin-top: 1em;
}

.portAuthMessageLeft {
    background-color: white;
    float: left;
}

.portAuthMessageRight {
    background-color: white;
    float: right;
}

.portAuthMessageText {
    line-height: 1.5em;
}

div.PortAuthIssueLegend {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 5px;
    margin-right: 2px;
    vertical-align: middle;
    border: 1px solid gray;
}

.wrapblock {
    width: 100%;
    clear: both;
}

.leftfloat-half {
    float: left;
    width: 49.75%;
}

.leftspace-half {
    margin-left: 5px;
}

img.EuLol {
    float: left;
    width: 96px;
    margin-right: 8px;
}

.btnExcelValidationError {
    vertical-align: middle;
    border: 1px solid rgb(220, 0, 0);
    background: #FFD1D0;
    padding-left: 25px;
    background-image: url(../Images/Validation/32x32/icon-alert-error.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 3px 4px;
    font-size: x-small;
    font-weight: bold;
}

    .btnExcelValidationError:hover {
        background-color: #ffbfc8;
        cursor: pointer;
    }

.btnExcelValidationWarning {
    vertical-align: middle;
    background: #F7F1D9;
    border: 1px solid #ebbf3f;
    padding-left: 25px;
    background-image: url(../Images/Validation/32x32/icon-alert-warning.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 3px 4px;
    font-size: x-small;
    font-weight: bold;
}

    .btnExcelValidationWarning:hover {
        background-color: #f5deb3;
        cursor: pointer;
    }

.ssnTooltips {
    position: absolute;
    padding: 8px;
    background: #e3eaee;
    border: 1px solid #ccc;
}

.searchTextboxWithIcon {
    background: url("../Images/icon-search-grey.png") no-repeat white;
    background-size: 16px;
    background-position: 4px center;
    padding-left: 25px;
}

.PortFacilityTopNavArrow {
    font-size: x-large;
    text-decoration: none;
    padding: 0 10px;
}

    .PortFacilityTopNavArrow:hover {
        color: red;
    }

.PortFacilityTopNavLabelWrapper span {
    font-size: larger;
    font-weight: bold;
}

.DisabledLink {
    color: gray !important;
    text-decoration: none;
    cursor: not-allowed;
}

/*.serializedFormErrorClass { }*/

input.serializedFormErrorClass[type="text"] {
    border: 1px solid red !important;
}

select.serializedFormErrorClass {
    border: 1px solid red !important;
}

label.serializedFormErrorClass {
    color: red !important;
}

textarea.serializedFormErrorClass {
    border: 1px solid red !important;
}


*::-webkit-input-placeholder {
    font-size: xx-small;
}

*:-moz-placeholder {
    /* FF 4-18 */
    font-size: xx-small;
}

*::-moz-placeholder {
    /* FF 19+ */
    font-size: xx-small;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    font-size: xx-small;
}


.clear {
    clear: both;
    line-height: 0;
}

.mapButton {
    background-image: url("../Images/Map.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    min-width: 115px;
    vertical-align: middle;
    box-shadow: 1px 1px silver;
}

    .mapButton:hover {
        box-shadow: 1px 1px grey;
    }

.MaritimeAuthorityShipDropdown {
    max-width: 280px;
}

.SecurityAdminEtLabel {
    display: inline-block;
    width: 80px;
}

.SecurityAdminLocationLabel {
    display: inline-block;
    width: 150px;
}


/* Bright flowbar v2 */
.FlowBarBright {
    letter-spacing: normal;
    font-size: 12px;
    font-family: Arial Black, Arial;
    margin-top: 20px;
}

    .FlowBarBright a {
        font-family: "Arial Black", Arial;
        /* Firefox fix */
        font-weight: 900;
        text-decoration: none;
        color: black;
    }

    .FlowBarBright div {
        display: inline-block;
        text-align: center;
        padding: 0 7px;
        margin-bottom: 8px;
        width: 52px;
        /*vertical-align: top;*/
        box-sizing: content-box !important;
        white-space: normal;
    }

    .FlowBarBright .FlowBarImageContainer {
        text-align: center;
        display: block;
        border-radius: 50%;
        padding: 12px;
        /*width: 20px !important;
	height: 20px !important;*/
        width: 20px;
        height: 20px;
        /*width: 45px;
	height: 45px;*/
        margin-left: auto;
        margin-right: auto;
    }

    .FlowBarBright div:not(.valid):not(.invalid) .FlowBarImageContainer {
        /*border: 2px solid #000667;*/
        background: #f2f2f7
    }

    .FlowBarBright img {
        height: 20px;
        width: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    /*.FlowBarBright .valid img, .FlowBarBright .invalid img {
        -webkit-filter: invert(1);
    }*/


    /* Hover */
    .FlowBarBright div:hover:not(.disabled) {
        cursor: pointer;
    }

        .FlowBarBright div:hover:not(.disabled) .FlowBarImageContainer {
            /*height: 26px;
        width: 26px;
        padding: 7px;*/
            box-shadow: 0 3px 6px 0 rgba(0,0,0,.5);
        }

    /*.FlowBarBright div:hover:not(.disabled) .FlowBarImageContainer img  {
	height: 26px;
	width: 26px;
}*/

    /* Disabled */
    .FlowBarBright .disabled {
        opacity: 0.5;
    }


        .FlowBarBright .disabled:hover {
            cursor: not-allowed;
        }

            .FlowBarBright .disabled:hover .FlowBarImageContainer {
                cursor: not-allowed;
            }

    /* Selected */
    /*.FlowBarBright > div.selected .FlowBarImageContainer {
	position: relative;
	top: -3px;
}*/

    .FlowBarBright > div.selected {
        padding-bottom: 5px;
        border-bottom: 4px solid black;
    }

        .FlowBarBright > div.selected.valid {
            padding-bottom: 5px;
            border-bottom: 4px solid #A9E5FB;
        }

        .FlowBarBright > div.selected.invalid {
            padding-bottom: 5px;
            border-bottom: 4px solid #FFB5A6;
        }



    .FlowBarBright .selected .FlowBarImageContainer {
        /*height: 26px;
        width: 26px;
        padding: 7px;*/
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.50);
    }

    /*.FlowBarBright .selected img {
	height: 26px;
	width: 26px;
}*/

    .FlowBarBright .selected a {
    }

    /* Invalid */
    .FlowBarBright .invalid .FlowBarImageContainer {
        background-color: #FFB5A6;
    }

    .FlowBarBright .invalid a {
        color: crimson;
    }

.invalidToolTip {
    position: absolute;
    padding: 8px;
    border: 1px solid crimson !important;
    box-shadow: none !important;
    background: #ffe5e5;
    opacity: 1;
}

/* Valid */
.FlowBarBright .valid .FlowBarImageContainer {
    /*border: 2px solid darkgreen;*/
    background-color: white;
    /*background-color: rgba(0, 255, 0, 0.1);*/
    background-color: #A9E5FB;
}

.FlowBarBright .valid a {
    color: darkgreen !important;
}

/*.FlowBarBright span {
    color: #3BA460 !important;
}*/



.RatingLow {
    background-color: green;
    color: white;
}

.RatingMedium {
    background-color: yellow;
    color: black;
}

.RatingHigh {
    background-color: orange;
    color: black;
}

.RatingCritical {
    background-color: red;
    color: white;
}

.RatingDefault {
    background-color: white;
    color: black;
}


.InnerFieldSet {
    background-color: #EBEFF2;
    border-style: solid;
}

.centered-checkbox {
    display: block;
    height: 12px;
    padding: 10px;
}

    .centered-checkbox input {
        margin-top: 0 !important;
    }

.picker__table * {
    border: none !important;
}

input[type="checkbox"] + label {
    display: inline !important;
    margin-left: 4px;
    vertical-align: text-bottom;
}

input[type="checkbox"]:disabled + label {
    color: dimgrey;
}

span.AutoChecked {
    border: 1px solid #ebbf3f;
    background-color: #f7f1d9;
    padding-top: 4px !important;
    padding-right: 4px !important;
}

.InlineLabelRadiobutton label {
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
    margin-top: 1px;
}

.InlineLabelRadiobutton input[type="radio"]:disabled + label {
    color: darkgrey;
}

.RadioButtonStrikeThroughWhenDisabled input[type="radio"]:disabled + label {
    text-decoration: line-through;
}

.AlignedRadioButtonList input[type="radio"]:disabled + label {
    color: darkgrey;
}

.GoogleMapsSearchBar {
    margin: 10px;
    padding: 5px;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    height: 40px;
    font-size: 16px !important;
}



/* ############################### MENU STYLING ############################### */

.SafeSeaNetFs {
    list-style: none;
    font-size: 12px;
    font-family: Verdana; /* TODO: Legg til Museo Sans som font */
    background-color: #000667 !important;
    z-index: 1050;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 4px;
    padding: 5px 0 20px 10px;
    font-weight: lighter;
}


    .SafeSeaNetFs li {
        width: 100%;
        font-size: 12px;
        padding-left: 6px !important;
        cursor: pointer !important;
        vertical-align: middle;
    }

    .SafeSeaNetFs ul {
        padding: 0 10px;
        color: white;
        list-style: none;
    }

    .SafeSeaNetFs h4 {
        font-size: 12px !important;
        font-weight: bold;
        text-transform: uppercase;
        margin: 15px 0px;
    }

        .SafeSeaNetFs h4:hover {
            text-decoration: underline;
        }

    .SafeSeaNetFs a {
        text-decoration: none;
        color: #A9E5FB !important;
    }

        .SafeSeaNetFs a:hover {
            text-decoration: underline;
        }

nav.SafeSeaNetFs {
    position: absolute;
}

.SafeSeaNetFs a.selected {
    color: #FF451F !important;
}

#lnkSsnMainMenu {
    color: white;
    cursor: pointer;
}

    #lnkSsnMainMenu:hover {
        text-decoration: underline;
    }

.LocationWithAutocomplete {
    min-height: 30px;
}

.PortFacilitySelect {
    min-height: 30px;
}

/* Input group appended button SSN styles */
.ssn-btn {
    background-color: white;
    border: 1px solid silver;
}

.ssn-btn-append {
    margin-top: 3px;
    margin-bottom: 0;
    padding: 4px !important;
}

    .ssn-btn-append:focus {
        box-shadow: none;
    }

/* Bootstrap input-group and form-control overrides*/

.form-control {
    padding: 4px !important; /*Matching global input settings*/
    color: black;
    border-radius: 0;
}

    .form-control:focus {
        outline: -webkit-focus-ring-color auto 1px;
        box-shadow: none;
    }

    .form-control:disabled {
        color: rgb(84, 84, 84);
        cursor: default;
        background-color: rgb(235, 235, 228);
    }


@media (max-width: 991.98px) {

    /* Show mobile content in main menu when width is smaller than 992px */
    nav.SafeSeaNetFs ul.narrow {
        display: block;
    }
}

/* Adjust font and padding below XL breakpoint */
@media (max-width: 1199.98px) {
    .SafeSeaNetFs {
        border-right: 0 !important;
        border-radius: 0 !important;
    }

        .SafeSeaNetFs li {
            font-size: large !important;
            padding: 2px 0;
        }
}

@media (min-width: 992px) {

    /* Hide mobile content in main menu when width is greater than 1260px */
    nav.SafeSeaNetFs ul.narrow {
        display: none;
    }
}

@media (max-width: 575.98px) {

    #lnkSsnMainMenu {
        color: white;
        font-size: medium;
    }

    nav.SafeSeaNetFs {
        width: 100%;
    }
}


/* ############################### END MENU STYLING ############################### */



@media(max-width: 575.98px) {
    .FairwayMenuCell {
        min-width: unset !important;
        width: 100%;
    }

    .PecFairwaysMenuContainer {
        height: unset !important;
        max-height: 500px;
    }

    #FairwayMenuHide, #FairwayMenuShow {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .PecFairWayItem {
        display: inline-block;
        max-width: 260px;
        font-size: 12px;
        white-space: normal;
    }
}


/* TopMenu styling 30.06.2021 */

.SSNTopMenu {
    background-color: #000667 !important;
}

    .SSNTopMenu img {
        height: 24px;
        margin-bottom: 8px;
    }

    .SSNTopMenu a {
        color: white;
        text-decoration: none;
    }

a.deco-none {
    color: inherit;
    text-decoration: none;
}

@media(max-width:992px) {

    .SSNTopMenu img {
        height: 18px;
        margin: 8px 0;
    }
}
