/* Header related styles */

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    font-family: Helvetica, Arial, sans-serif;
    behavior: url('../javascripts/csshover.htc');
}

#header .container {
    width: 960px;
    margin: 0 auto 5px auto;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    padding: 0;
    height: 85px;
    z-index: 1;
}

.statusarea {
    font-size: 80%;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    line-height: 1;
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

#header form {
    display: inline;
}

#footer fieldset,
#header fieldset {
    display: inline;
    line-height: 1em;
    vertical-align: middle;
}

#header #searchSet {
    display: inline;
}


/* Logo */
#companyLogo {
    float: right;
    width: 35%;
    overflow: auto;
    text-decoration: none;
}

#companyLogo img {
    margin: 0px 15px 0 20px;
    float: right;
    display: inline;
    border: 0;
    max-height: 85px;
}

#headerNavigation {
    float: right;
    width: 65%;
    text-align: right;
    color: #AFB4B4;
}

#headerNavigation a {
    margin: 0 4px;
    color: #00AFF0;
    text-decoration: none;
}

#headerNavigation a:hover {
    text-decoration: underline;
}

#headerNavigation input {
    margin: 0 20px 0 6px;
}

#headerNavigation span {
    margin: 0 4px;
    color: #636363;
}


/* Footer related styles */
#footer {
    height: 45px;
    background: #fff;
    padding: 5px;
    clear: both;
    color: #AFB4B4;
    font-size: 0.786em;
    margin: 5px 0 0 0;
}

#footer a {
    color: #636363;
    text-decoration: none;
    margin: 0 4px;
}

#footer a:hover {
    color: #444444;
    text-decoration: underline;
}

#footer strong {
    color: #7FD7F7;
    margin: 0 4px;
}

#footerContent {
    width: 960px;
    margin: 0 auto;
    overflow: auto;
}

#footerNavigation {
    float: left;
    padding: 0 0 0 20px;
    line-height: 26px !important;
}

#footerNavigation #language {
    display: inline-block; margin: 0 10px 0 5px;
}

#footerNavigation select {
    margin: 0;
}

#footerNavigation .flag {
    margin-top: 5px;
}

#userLanguage {
    width: 185px;
}

#legalLinks {
    float: right;
    text-align: right;
    padding: 0 20px 0 0;
    line-height: 26px !important;
}

#legalLinks span {
    margin: 0 0 0 4px;
}


/* Navigation related styles */
#mainNavigation {
    background: #fff;
    border-bottom: 1px solid #194390;
    min-height: 28px;
    z-index: 1;
}

* html #mainNavigation {
    /* height: 31px; */
}

#mainNavigation ul {
    width: 960px;
    margin: 0 auto;
}

#mainNavigation ul,
#subNavigation ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-family: Helvetica, Arial, sans-serif;
}

#mainNavigation li {
    float: left;
    margin: -4px -12px 0 15px;
    font-size: 0.8em;
    font-weight: bold;
    min-height: 24px;
    padding-left: 1px;
    list-style: none;
    display: inline;
}

* html #mainNavigation li {
    height: 25px;
    margin-top: 0;
}

#mainNavigation li a,
#mainNavigation li strong {
    text-decoration: none;
    color: #636363;
    display: block;
    padding: 8px 5px 4px 4px;
    min-height: 20px;
}

#mainNavigation li.active a,
#mainNavigation li.active strong {
    color: #fff;
    background: #194390;
}

#mainNavigation li.active,
#mainNavigation li:hover {
    background: #194390;
}

#mainNavigation li.active strong,
#mainNavigation li:hover a {
    background: #194390;
}

#mainNavigation li:hover a {
    color: #fff;
}
		
#subNavigation {
    position: relative;
    z-index: 500;
    text-align: center;
}

#subNavigation ul {
    font-size: 0.929em;
}

#subNavigation li {
    margin: 0 -25px 0 25px;
    font-size: 1em;
    padding: 7px 15px 5px 15px;
    display: inline-block;
    white-space: nowrap;
}

#subNavigation li.active a {
    text-decoration: underline;
}

#subNavigation li a {
    color: #636363;
    text-decoration: none;
    font-weight: normal;
}

#subNavigation li a:hover {
    color: #444444;
    text-decoration: underline;
}

#subNavigation li.active a:hover {
    text-decoration: none;
}

#subNavigation li strong {
    color: #194390;
}

#main div.filter {  }
#main div.filter input.text {
    border: 1px solid #000;
}

.pagination {
    display: block;
    margin: 0;
    padding: 10px 0 10px 0;
    font-size: 13px;
    text-align: center;
}

.pagination a {
    color: #194390;
    text-decoration: none;
}

.pagination a:hover {
    text-decoration: underline;
}

span.current {
    font-weight: bold;
    color: #000;
}

#container {
    width: 960px;
    margin: -37px auto 0 auto;
    overflow: auto;
    clear: left;
}

#container #content {
    padding: 0;
}

#container #content.wide {
    padding: 45px 0;
}

div.default {
    margin: 10px auto 0 auto !important;
}

#content #paddedContent { /* So we can have backgrounds outside the 20px left margin */
    padding: 0 5px 0 0;  /* was 0 30px 0 10px before */
}

#paddedContent .contentSplit {
    overflow: visible;
    clear: both;
}

#paddedContent .contentSplit .leftColumn,
#paddedContent .contentSplit .rightColumn {
    width: 335px;
    overflow: visible;
}

#paddedContent .contentSplit .leftColumn {
    float: left;
    padding-left: 5px;
    margin-left: -5px;
}

#paddedContent .contentSplit .rightColumn {
    float: right;
    padding-left: 5px;
    margin-left: -5px;
}

#paddedContent .contentSplit .leftQuarter,
#paddedContent .contentSplit .rightQuarter {
    width: 160px;
}

#paddedContent .contentSplit .leftQuarter {
    float: left;
}

#paddedContent .contentSplit .rightQuarter {
    float: right;
}

#paddedContent .thirdsColumnsLeft {
    width: 215px;
    float: left;
    display: inline;
    padding-left: 5px;
    margin-left: -5px;
}

#paddedContent .thirdsColumnsRight {
    width: 220px;
    float: right;
    display: inline;
}

#paddedContent .wide {
    width: 455px !important;
    padding-left: 5px;
    margin-left: -5px;
}


/* OSF specific stuff */
tr.header {
    background:#999999 none repeat scroll 0%;
    font-weight:bold;
}

.tablewrapper {
    width: 100%;
    clear: both;
}

.tabletop {
    background: #194390;
    width: 100%;
}

.tablebottom {
    background: #194390;
    width: 100%;
}

img.corner {
    width: 2px;
    height: 2px;
    border: none;
    display: block !important;
}

table {
    border-left: 2px solid #194390;
    border-right: 2px solid #194390;
}

th {
    background-color: #194390;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

td {
    font-size: 11px;
}

.rowEven {
    background-color: #DDDDDD;
}

.rowOdd {
    background-color: #EEEEEE;
}

.rowHighLight {
    background-color: #FF9;
}

.innocent {color: white; background-color: green;}
.whitelisted {color: white; background-color: purple;}
.checkingserver {color: white; background-color: grey;}
.verifyingserver {color: white; background-color: grey;}
.autowhitelist {color: white; background-color: purple;}
.spam {color: white; background-color: darkred;}
.spamsuspected {color: white; background-color: darkred;}
.blacklisted {color: white; background-color: darkslategrey;}
.banned {color: white; background-color: crimson;}
.virus {color: white; background-color: orangered;}
.false {color: white; font-weight: bold; background-color: green;}
.missed {color: white; font-weight: bold; background-color: darkred;}
.bounced {color: white; font-weight: bold; background-color: orange;}
.corpus {color: black; background-color: white;}
.relay {color: white; background-color: #994400;}
.handcursor     {cursor:pointer;}
.looping {color: white; background-color: orange;}
.deferred { border: 1px solid yellow; }
.sending { border: 1px dotted yellow; }
.sendertempdenied { color: white; background-color: #B404AE; }
.senderallowed { color: white; background-color: #0000FF; }
.quotaexceeded { color: white; background-color: #B404AE; }

table.statsimages td {
    height: 187px;
}

table.statsimages td img {
    width: 250px;
    height: 187px;
    border: none;
}

#accountusertable td:last-child a {
    display: none;
}

div.submit { margin: 0; padding: 0; }

div.submit input {
    color: #050;
    font-family: 'trebuchet ms',helvetica,sans-serif;
    font-size: 84%;
    font-weight: bold;
    background-color: #fed;
    border: 1px solid;
    border-top-color: #696;
    border-left-color: #696;
    border-right-color: #363;
    border-bottom-color: #363;
    margin: 0;
    padding: 0;
}

div.submit:hover input {
    background-color: #194390 ;
}

div.closebutton {
    text-align: right;
    padding-top: 4px;
}

div.closebutton img {
    float: right;
    margin-bottom: 8px;
    margin-right: -8px;
}

/* Background gray-out */
.popupWindow {
    position: absolute;
    top: 123px;
    z-index: 1002;
    text-align: left;
    padding: 0;
    min-width: 52em;
    left: 50%;
    margin-left: -26em;
}

#popover { z-index: 1006; padding-left: 2em; padding-top: 2em; }


/* Styles for forms in popupWindow */
.popupWindow fieldset {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #fff;
    border: 2px solid;
    border-top-color: #194390;
    border-left-color: #194390;
    border-right-color: #194390;
    border-bottom-color: #194390;
    font-family: 'trebuchet ms',helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding: 0 1em 1em 1em;
}

.popupWindow input, textarea, select, .submit, .button {
    color: #000;
    font-family: 'trebuchet ms',helvetica,sans-serif;
    font-size: 84%;
    font-weight: bold;
    background-color: #FFFF99;
    border: 1px solid;
}

.button.disabled {
    background-color: #a9a9a9;
    border: 2px solid #a0a0a0;
    color: #FFF;
}

.popupWindow legend {
    background: #194390 ;
    padding: 0.2em 1em;
}

.popupWindow label {
    margin-left: 0;
    padding-left: 1em;
}

.popupWindow .submit {
    float: right;
    margin: 0;
    padding: 0 1em;
}

.popupWindow .button {
    float: left;
    margin: 0;
    padding: 0 1em;
}

.popupWindow .submithov, .popupWindow .buttonhov {
    background-color: #194390 ;
}

.locked {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1100;
}

.waiting {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 3000;
}

#flasharea {
    position: absolute;
    z-index: 1010;
    top: 10px;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    font-family: 'trebuchet ms',helvetica,sans-serif;
    font-size: 64%;
    font-weight: bold;
}

.notice {
    border: 3px;
    border-style: solid;
    border-color: #141;
    background-color: #bbffbb;
}

.warning {
    border: 3px;
    border-style: solid;
    border-color: #FFFF00;
    background-color: #F3F781;
}

.error {
    border: 3px;
    border-style: solid;
    border-color: red;
    background-color: #CC6666;
    font-size: 14px;
    color: white;
    padding: 20px !important;
}

.error-text {
    color: red;
}

.text-secondary {
    color: darkgrey;
}

	
/* Styles for login form */
.login-form fieldset {
    padding: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position: relative;
    background: #fff;
    border: 2px solid;
    border-top-color: #194390;
    border-left-color: #194390;
    border-right-color: #194390;
    border-bottom-color: #194390;
    font-family: 'trebuchet ms',helvetica,sans-serif;
    font-size: 84%;
    font-weight: bold;
    color: #000;
    width: 400px;
    top: 100px;
    left: 50%;
    margin-left: -200px;
}

.login-form legend {
    background: #194390 ;
    padding: 0.2em 1em;
}

.login-form label {
    width: 10em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
}

.login-form button,
.login-form .submit {
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

.login-form .submit {
    margin-right: 3.5em;
    float: right;
}

.login-form button {
    margin-left: 3.5em;
    float: left;
}

.login-form .submithov {
    background-color: #194390 ;
}

.login-form input,
.login-form button {
    color: #050;
    font-family: 'trebuchet ms',helvetica,sans-serif;
    font-size: 84%;
    font-weight: bold;
    background-color: #fed;
    border: 1px solid;
    border-top-color: #696;
    border-left-color: #696;
    border-right-color: #363;
    border-bottom-color: #363;
}

.login-form .logo {
    position: relative;
    height: 5em;
    margin-top: -6.5em;
}

.login-form #loginerror {
    text-align: right;
    color: #ff0000;
    padding-right: 1em;
}

.login-form #loginnotice {
    text-align: right;
    color: #669966;
    padding-right: 1em;
}

.login-form a.reset_link,
.login-form a.reset_link:hover,
.login-form a.reset_link:active {
    float: left;
    font-size: 1em;
    color: #000000;
    text-decoration: underline;
    margin: 0 0 0 25px;
    padding: 0;
}

#intro h1, #news h1 {
    color: #194390;
}

#intro fieldset, #news fieldset {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border:2px solid #194390;
    padding: 6px;
}


/* Form styles */
.formtable {
    border: 0;
}

.formtable td { vertical-align: top; }

.formtable .small {
    color:#000000;
    font-size:11px;
}

.formtable .formheader {
    background-color:#194390;
    /*border-bottom:2px solid #545454;*/
    padding:5px;
    color: #fff;
}

.formtable .cellLabel {
    background-color: #F5F5FF;
    border-bottom: 1px solid #DADAEE;
    border-top: 1px solid #fff;
    color: #545454;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
}

.formtable .cellEdit {
    border-bottom:1px solid #EFEFEF;
    padding-left:10px;
    padding-right:10px;
    padding-top: 2px;
    padding-bottom: 2px;
    overflow: auto;
    word-wrap: anywhere;
    display: flex;
    flex-direction: row;
}

.mailhistory_link {
    margin-left: auto;
}

.formtable input {
    color: #000000;
    font-family: 'trebuchet ms',helvetica,sans-serif;
    font-size: 84%;
    font-weight: bold;
    background-color: #FFFF99;
    border: 1px solid;
}

.formtable .submit {
    float: right;
    margin: 0;
    padding: 0 1em;
}

.formtable .submithov {
    background-color: #194390 ;
}

#webmailcontainer {
    position: absolute;
    width: 1000px;
}

#browsertypes {
    font-size: 70%;
    width: 80%;
    margin-left: 5%;
}

/* submenu */
ul.popmenu { margin: 0; padding: 0; width: 100%; display: inline-block;  }
ul.popmenu:after { content:'.'; display:block; clear:both; visibility:hidden; }
ul.popmenu li { list-style: none; float: left; margin: 0; padding: 0; }
ul.popmenu li a { list-style: none; float: left; display: block; padding: 2px 15px; font-size: 13px; font-weight: normal; text-decoration: none; color: #333333; }
ul.popmenu a:hover { text-decoration: underline; }
ul.popmenu a:visited { color: #444444; }
ul.popmenu a.active:hover { }
ul.popmenu li.active a { text-decoration: none; font-weight: bold; }
	
th a {
    background-color: #194390;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

.notice,
.warning,
.error {
    padding:0 10px;
}

a.submit {
    padding: 3px 5px;
    text-decoration: none;
}

#statistics_progressbar{
    width: 300px;
    margin: 20px auto;
}

.ui-progressbar-value {
    background: #F79224;
}




/* Resend messages progress bar */
#resend_progress {
    display: block;
    margin-top: 20px;
}

.ui-progressbar {
    position: relative;
}

#resend_progress_label {
    position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

.hidden_change_password_fields {
    display: none;
}



/* Terms of use */
#term_description {
    width: 800px;
    height: 150px;
    background-color: #FFFFFF;
    border: 1px solid #dedede;
    overflow:auto;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 10px;
}

.searchbox {
    display: flex;
    padding: 10px 0;
}

.searchbox .items_per_page {
    margin-left: 10px;
}

.searchbox .items_per_page_label {
    margin-left: auto;
}

/* Statistics graph*/
#statistics_graph {
    display: block;
    margin: 20px 0;
}



/* Translation tooltip */
.ui-tooltip.ui-widget {
    z-index: 2000;
    position: absolute;
    font-size: 12px;
    padding: 5px;
    color: #ffffff;
    border: 1px solid #ff0000;
    background: #ff0000;
}

.ui-tooltip.ui-widget.transtipc-red {
    background: red;
    border: 1px solid red;
}

.ui-tooltip.ui-widget.transtipc-green {
    background: green;
    border: 1px solid green;
}

.ui-tooltip.ui-widget.transtipc-yellow {
    background: yellow;
    border: 1px solid yellow;
    color: black;
}

.ui-tooltip.ui-widget.transtipc-blue {
    background: blue;
    border: 1px solid grey;
}

.ui-tooltip.ui-widget.transtipc-grey {
    background: grey;
    border: 1px solid grey;
}

.yellow {
    background: yellow;
}

img.transtip,
img.transtipc-red,
img.transtipc-green,
img.transtipc-yellow,
img.transtipc-blue,
img.transtipc-grey {
    border: none;
}



/*Fix tooltip on term buttons*/
.showterm_button {
    display: inline-block;
}
.showterm_disagree {
    text-align: left;
}
.showterm_agree {
    float: right;
}


/* Monitoring warning error message */
#no_monitoring_warnings {
    display: none;
}

tr.fatal_error {
    color: #FF0000;
}

td.non_fatal_error {
    background-color: #F3F781;
    color: #000000;
}

td.fatal_error {
    background-color: #FF0000;
    color: #FFFFFF;
}



/* Monitoring statistics */
#statistics_filters {
    text-align: right;
}

.statistics_no_graph {
    font-size: 17px;
    color: #FF0000;
    text-align: center;
}

code.code {
    background-color: lightgrey;
}

tr.red-row              { background-color: #f8d7da; }
tr.green-row            { background-color: #d4edda; }

.pricing-wrapper {
    color: black;
}

.pricing-wrapper > table > tbody > tr > th {
    color: black;
}

#container {
    padding-top: 0px !important;
    width: 90vw;
    /*width: 100% !important;*/
    display: flex;
    flex-grow: 1;
}

#content {
    display: flex;
    width: 100%;
}

#paddedContent {
    display: flex;
    width: 100%;
}

#main {
    display: flex;
    flex-direction: column;
    width: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

#header .container {
    width: 90vw;
}

#footerContent {
    width: 90vw;
}

.corrections-table {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
}

.connect-tools .formtable .cellEdit {
    display: flex;
    flex-direction: column;
}

#mainNavigation {
    background-color: #e6c392;
}

#mainNavigation ul {
    display: flex;
    flex-direction: row;
}

.mobile-menu-button-wrapper {
    border: 2px solid white;
    border-radius: 4px;
    height: 28px;
    width: 28px;
    margin: 0.3rem;
    display: none;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.mobile-menu-button-wrapper :hover {
    background-color: #194390;
    cursor: pointer;
}

.mobile-menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.mobile-menu-icon {
    background-image: url(/assets/icons/menu.png);
    height: 18px;
    width: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 900px) {
    #mainNavigation {
        height: auto !important;
        min-height: 41px !important;
        background-color: #e6c392 !important;
        flex-shrink: 0;
    }

    #mainNavigation ul {
        width: auto !important;
        text-align: left !important;
        display: none;
        flex-direction: column;
        margin: 10px 0;
    }

    #subNavigation ul {
        left: auto !important;
        margin: 0 !important;
        clear: none !important;
        float: none !important;
        display: none;
        flex-direction: column;
        text-align: left !important;
        -webkit-box-shadow: -1px 3px 5px 2px rgba(0,0,0,0.29);
        -moz-box-shadow: -1px 3px 5px 2px rgba(0,0,0,0.29);
        box-shadow: -1px 3px 5px 2px rgba(0,0,0,0.29);
    }

    #subNavigation ul li {
        margin: 0;
    }

    .mobile-menu-button-wrapper {
        display: flex;
    }
}

@media only screen and (max-width: 460px) {
    #navbarSupportedContent > span:nth-child(2) {
        display: none;
    }

    #companyLogo {
        width: auto;
        position: absolute;
        right: 0;
    }

    .navbar-nav {
        padding-left: 0 !important;
    }

    #statusdisplay {
        display: none;
    }

    #fullresulttable {
        display: flex;
        flex-direction: column;
    }

    #fullresulttable tr {
        display: flex;
        flex-direction: column;
    }

    #fullresulttable tr td {
        width: 100%;
    }

    .popupWindow {
        position: relative;
        width: 100%;
        height: auto;
        min-width: 100%;
        left: auto;
        top: auto;
        margin: 0;
    }

    .tablewrapper fieldset {
        padding: 3px;
    }

    .tablewrapper #message_info {
        width: auto;
    }

    .tablewrapper .formtable tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .tablewrapper .formtable tr td {
        flex: 1 1;
        border: 0 !important;
    }

    .reseller-layout fieldset {
        padding: 0;
    }

    .formtable input {
        max-width: 200px;
    }

    .popupWindow select {
        max-width: 200px;
    }

    .popupWindow fieldset {
        padding: 3px;
    }

    .popupWindow #message_info {
        width: auto;
    }

    .popupWindow .formtable tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .popupWindow .formtable tr td {
        flex: 1 1;
        border: 0 !important;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .popupWindow .formtable .transtip {
        max-width: 80px;
    }

    .formtable .cellLabel {
        flex-basis: 25% !important;
        width: 25%;
    }

    .formtable .cellLabel {
        white-space: normal;
    }

    .formtable .cellEdit  {
        flex-basis: 60% !important;
    }

    div.closebutton img {
        float: initial;
        margin-bottom: 8px;
        margin-right: 0;
    }

    #message_body_iframe {
        overflow-y: scroll;
        overflow-x: scroll;
    }

    .statcol {
        display: none !important;
    }

    .message-type {
        text-align: left !important;
        padding-left: 5px !important;
    }

    .message-time {
        text-align: right !important;
        position: absolute;
        right: 5px;
        color: white !important;
    }

    #spam_statistics_overview {
        display: none !important;
    }

    .formtable .cellEdit.collapsable {
        display: none;
    }

    .formtable .cellLabel.collapsable {
        display: none;
    }

    .formheader {
        cursor: pointer;
    }

    .mailhistory-container #fulltableheader {
        display: none;
    }

    .formheader.collapsable-header.collapsed:after {
        content: '▼';
    }

    .formheader.collapsable-header.expanded:after {
        content: '▲';
    }

    #header {
        height: auto !important;
    }

    #companyLogo img {
        max-height: 50px;
    }

    #header .container {
        max-height: 50px;
    }

    .popup {
        display: flex;
        position: fixed;
        z-index: 1001;
        align-items: center;
        justify-content: center;
        width: 100vw;
        height: 100vh;
        flex-direction: column;
    }

    .locked {
        opacity: 0.7;
    }

    .login-wrapper {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .login-wrapper.default {
        margin: 0 !important;
    }

    .login-form fieldset {
        padding: 0;
        top: 0;
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    #passwd {
        width: 148px !important;
    }

    #name {
        width: 148px !important;
    }

    #content #paddedContent {
        padding: 0;
    }

    .login-form {
        display: flex;
        justify-content: center;
        padding: 10px;
    }

    ul.popmenu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    ul.popmenu li {
        width: 50%;
        padding: 0;
    }

    .formtable .submit {
        float: none;
        width: 100%;
        padding: 4px;
        margin: 10px 0;
    }

    .mobile-table td {
        display: none;
    }

    .mobile-table th {
        display: none;
    }

    .mobile-table .lock {
        display: table-cell;
    }

    .hidden-mobile {
        display: none;
    }
}

.popup {
    display: flex;
    position: fixed;
    z-index: 1001;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
}

.locked {
    opacity: 0.7;
}

.popupWindow {
    position: relative;
    width: calc(100vw - 100px);
    max-height: 100vh;
    max-width: 100%;
    overflow: scroll;
    height: auto;
    left: auto;
    top: auto;
    margin: 0;
    max-height: 100vh;
    overflow-y: scroll;
}

.correction-actions {
    display: flex;
}

.reseller-layout fieldset {
    border: none;
}

.reseller-layout .closebutton {
    display: none;
}

.prevent_default {
    pointer-events: none;
}

.cellEdit  .disabled {
    pointer-events: none;
    opacity: 0.5;
}