/* Minification failed. Returning unminified contents.
(141,21): run-time error CSS1039: Token not allowed after unary operator: '-kommers-blue-color'
(172,28): run-time error CSS1039: Token not allowed after unary operator: '-kommers-dark-blue-color'
(305,17): run-time error CSS1039: Token not allowed after unary operator: '-kommers-dark-blue-color'
(634,17): run-time error CSS1039: Token not allowed after unary operator: '-kommers-dark-blue-color'
(640,21): run-time error CSS1039: Token not allowed after unary operator: '-kommers-dark-blue-color'
(662,28): run-time error CSS1039: Token not allowed after unary operator: '-kommers-red-color'
(666,28): run-time error CSS1039: Token not allowed after unary operator: '-kommers-yellow-color'
(674,28): run-time error CSS1039: Token not allowed after unary operator: '-kommers-green-color'
(923,32): run-time error CSS1039: Token not allowed after unary operator: '-kommers-blue-50-color'
(1374,32): run-time error CSS1039: Token not allowed after unary operator: '-kommers-red-color'
 */
html, body, form {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
}

html, body {
    height: 100%;
}

html {
    /* obs detta fixar "hoppet" som blir när man får en sida som tar fram en scrollbar och man inte hade det innan
        alltså det hoppar pga margin-auto och att på en sida har man inte scrollbar och på en annan har man det.
        detta tvinga fram scrollbar hela tiden. tycker det blir lite bättre än att det hoppar iaf.
    */
    overflow-y: scroll;
}

/* Application wide element style */
body, html, form, table, input, option {
    font-family: Segoe UI, Trebuchet MS, Arial, Verdana, MS Sans Serif;
    font-size: 1em;
    color: black;
}

#OldContent, #OldContent * {
    box-sizing: content-box;
}

.riSingle .riTextBox, .riSingle .riContentWrapper, .RadComboBox, .RadComboBox * {
    box-sizing: border-box !important;
}

.border-box-fix, .border-box-fix * {
    box-sizing: border-box !important;
}


p {
    margin: 0;
    padding: 0;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    clear: both;
}

#PageContent h1, #PageContent h2, #PageContent h3, #PageContent h4, #PageContent h5 {
    color: black;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2.2em;
    font-weight: 200;
    clear: both;
}

h2 {
    font-size: 1.4em;
    font-weight: 200;
    margin-bottom: 0.4em;
    padding-top: 1em;
    clear: both;
}

    h2 * {
        font-weight: 200;
    }

h3 {
    font-size: 1.1em;
    padding-top: 1em;
    padding-bottom: 0.4em;
    clear: both;
    font-weight: 400;
}

    h3 * {
        font-weight: 400;
    }

h4 {
    font-size: 0.9em;
    padding-bottom: 0;
    margin-bottom: 2px;
    padding-top: 0.8em;
    clear: both;
    font-weight: 600;
}

    h4 * {
        font-weight: 400;
    }

h5 {
    font-size: 0.8em;
    margin-top: 1em;
    clear: both;
    font-weight: 400;
}

    h5 * {
        font-weight: 400;
    }

ul.CleanStyle {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.CleanStyle li {
        margin: 0;
        padding: 0;
        line-height: normal;
    }

ul {
    list-style: circle;
    margin: 0;
    padding-left: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    ul li {
        margin: 0;
        padding-bottom: 4px;
    }

a, a:hover {
    text-decoration: none;
}

    a, a:hover, a:visited, a:link {
        color: var(--kommers-blue-color);
        /*font-size: 0.8em;*/
    }

img {
    border: none;
}


/* match all single/multiline textboxes (IE 7+ for the attribute selector) */
TEXTAREA, INPUT[type="text"], select {
    /* font size, line height, face */
    font-family: Segoe UI, Trebuchet MS, Arial, Verdana, MS Sans Serif;
    font-size: 1em;
    color: GrayText !important;
}

#Footer INPUT[type="text"], #Footer select {
    color: white !important;
}

input[type=radio], input[type=checkbox] {
    margin-left: 0.3em;
    margin-right: 0.3em;
    position: relative;
    top: 1px;
}

input[type=submit], input[type=button], a.Button {
    margin: 0;
    border: 0;
    background-color: var(--kommers-dark-blue-color) !important;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 1em;
    padding-right: 1em;
}

    input[type=submit]:disabled, input[type=button]:disabled {
        color: lightgrey;
    }


.progress {
    background-color: inherit !important;
}

#PageContent {
    margin: 0 !important;
    padding:0 !important;
    max-width:none;
}

.container {
    max-width:none !important;
}

/* Control Panel*/

#ControlPanel {
    padding-left: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
    background-color: lightgray;
}

/* Test Panel*/

div.SystemAttention {
    padding-left: 1em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    background-color: #F09609;
    color: white;
    font-weight: bolder;
    text-align: center;
}

/* Split Master */

#SplitMasterContainer {
    border: none;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#SplitMasterLeft {
    vertical-align: top;
    padding-top: 0px;
    padding-bottom: 4em;
    padding-right: 0px;
    overflow: hidden;
    max-width: 25em;
    /*background-color:lightgray;*/
}

    #SplitMasterLeft.minsizes {
        min-width: 15em;
    }


    #SplitMasterLeft.show {
        transition: width 0.5s ease;
        display: block;
        width: 100%;
    }

    #SplitMasterLeft.initialHide {
        width: 0;
        min-width: 0;
        display: block;
    }

    #SplitMasterLeft.hide {
        width: 0;
        min-width: 0;
        transition: width 0.5s ease;
        display: block;
    }

    #SplitMasterLeft a {
        /*font-size: 0.9em;*/
    }

    #SplitMasterLeft .rtIn a {
        font-size: 1em;
    }


#SplitMasterRight {
    vertical-align: top;
    min-height: 300px;
    padding-left: 1em;
    width: 80%;
    transition: width 0.5s;
}

    #SplitMasterRight.full {
        width: 100%;
        transition: all 0.5s;
    }

/* End Split Master */
form {
    margin: auto;
    overflow: hidden;
    min-height: 100%;
    position: relative;
}

.slide-out-toggle-button {
    display: none;
}

.pinLeftMenu {
    text-align: right;
    height: 1em;
    padding: 0.3em;
    background-repeat: no-repeat;
    color: var(--kommers-dark-blue-color);
    cursor: pointer;
    width: 8.5%;
    line-height: 5px;
    font-size: 13px;
    width: 10px;
    position: absolute;
    left: 0;
    margin-top: 15px;
} 

    .pinLeftMenu:hover {
        opacity: 0.8;
        text-decoration: underline;
    }

    .pinLeftMenu.show {
        background-image: url("../Images/Arrow/ShowEye.png");
        background-size: 13px 13px;
    }

    .pinLeftMenu.hide {
        background-image: url("../Images/Arrow/HideEye.png");
        background-size: 15px 15px;
    }

.ContentHolderPageContent {
    clear: both;
    padding-bottom: 15em;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

.previousBtn, .barButton1Class {
    margin: 0;
}

.hoverBarButtons input {
    margin-right: 5px;
}

@media print {
    #ControlPanel {
        display: none;
    }

    #Footer {
        display: none;
    }

    #SplitMasterLeft {
        display: none !important;
    }

    #SplitMasterRight {
        word-break: break-word;
        font-size: 0.8em;
    }

        #SplitMasterRight .RadMenu {
            display: none;
        }

    *.NoPrint {
        display: none;
    }

    .pinLeftMenu {
        display: none;
    }
}

.RadWindow {
    height:auto !important;
}



@media print {
    .hovarBarButtonHolder {
        display: none;
    }
}

/* elipsis on radpanelbar items*/
div.RadPanelBar .rpText {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* due to ellipsis code above we need to define nice widths for radpanel bar otherwise it will be too big for smaller screens*/
div.RadPanelBar {
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    div.RadPanelBar {
        width: 220px;
    }
}

/* qTip2 v2.2.1 | Plugins: tips viewport imagemap svg modal | Styles: core basic css3 | qtip2.com | Licensed MIT | Sat Aug 08 2015 10:10:53 */

.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:0;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:-100em -100em no-repeat}.qtip-default{border:1px solid #F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}.qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon,.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-bootstrap,.qtip-rounded,.qtip-tipsy{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border:0 solid transparent;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:transparent}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"}.qtip-jtools .qtip-content,.qtip-jtools .qtip-titlebar{background:0 0;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:0 0}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,x:-o-prefocus{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:0 0;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:0;top:0;width:100%;height:100%}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}
.clear {
    clear: both;
}

#SplitMasterRight p {
    width: 80%;
}

p.InputDescription {
    max-width: 900px;
    clear: both;
    padding-top: 1em;
    padding-bottom: 1em;
}

div.Input {
    padding-top: 0.8em;
    padding-bottom: 0.4em;
    clear: left;
    min-height: 30px;
}

    div.Input p {
        max-width: 750px;
    }

    div.Input.HelpText {
        display: none;
    }

        div.Input.HelpText p {
            max-width: 830px;
            white-space: pre-line;
            width: 100% !important;
        }

    div.Input .InputLabel .InputHelpIcon {
        cursor: pointer;
    }

div.InputLabel {
    float: left;
    width: 300px;
    margin-top: 10px;
    padding-right: 20px;
    font-size: 0.9em;
    font-weight: bold;
}

    div.InputLabel .Format {
        font-size: 0.8em;
    }

div.InputBox {
    float: left;
    margin-right: 20px;
}

    div.InputBox > .RadPicker {
        width: 512px !important;
    }

    div.InputBox .RadComboBox,
    div.InputBox .RadSearchBox {
        width: 509px !important;
    }

    div.InputBox div.SectionSelector .RadComboBox {
        width: 32% !important;
    }

    div.InputBox .RadDropDownTree {
        width: 509px !important;
    }

    div.InputBox div.RadAutoCompleteBox {
        width: 510px !important;
    }

    div.InputBox > input[type=text], div.InputBox > input[type=password], div.InputBox > textarea, div.InputBox > select, div.InputBox > div.RadAjaxPanel > input[type=text], input[type=text] {
        margin: 0;
        padding: 0;
        width: 500px;
        padding-left: 4px;
        padding-right: 4px;
        border: 1px solid #cdcdcd; /*#abc1de;*/
        background-color: white;
        vertical-align: top;
        text-align: left;
    }

    div.InputBox > input[type=text], div.InputBox > input[type=password], div.InputBox > select, div.InputBox > div.RadAjaxPanel > input[type=text], input[type=text] {
        height: 34px;
    }

    div.InputBox > textarea {
        padding: 4px;
    }

    div.InputBox > select {
        width: 510px;
        padding-right: 0;
    }

    div.InputBox > div.RadEditor {
        width: 510px !important;
    }

    div.InputBox > div {
        width: 500px !important;
    }

div.InputParagraph {
    clear: both;
    white-space: pre-wrap;
    margin-top: 10px;
    margin-left: 6px;
    max-width: 750px;
}

div.InputValidation {
    float: left;
    margin-top: 10px;
    color: red;
    font-size: 0.9em;
    margin-left: 6px;
}

    div.InputValidation > span {
        display: block;
    }

*.Disabled, div.InputBox > input[disabled], div.InputBox > textarea[disabled] {
    background-color: #f2f2f2;
}

input[type=text].Currency {
    text-align: right;
}

/* PanelSection */
.PanelSectionContent {
    padding-left: 8px;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-top: 8px;
    border-right: solid 1px #abc1de;
    border-left: solid 1px #abc1de;
    border-top: solid 1px #abc1de;
    border-bottom: solid 1px #abc1de;
    background-color: White;
    text-align: left;
    min-height: 8px;
}

/* EmailContactList */
.EmailContactList {
    margin: 0;
    margin-bottom: 3px;
    padding: 0;
    width: 200px;
    padding-left: 5px;
    border: 1px solid #abc1de;
    background-color: #FFFFD6;
    min-height: 19px;
    line-height: 19px;
    vertical-align: top;
    text-align: left;
}

table.CleanStyle {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    margin-bottom: 10px;
}

    table.CleanStyle td {
        padding: 0;
    }

/*Validation Summary*/
div.ValidationFailure {
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
    /*padding-left:5px;*/
}

    div.ValidationFailure * {
        color: #000;
    }

div.ValidationSummary {
    padding-top: 1em;
    clear: both;
}

span.ValidationSummaryHeader {
    color: #f00;
    font-weight: bold;
}

div.ValidationSummary ul {
    font-weight: normal;
    font-size: inherit;
    margin: 0;
    margin-left: 15px;
    padding: 0;
    padding-top: 4px;
    padding-left: 10px;
    list-style: square;
    color: Red;
}

div.NoPageContentSplash {
    padding-top: 12px;
    margin-bottom: 24px;
}

.GeneralNotification, .GeneralWarning, .GeneralActiveAndOK {
    padding: 6px;
    margin-top: 1em;
    color: var(--kommers-dark-blue-color);
    /*text-align: center;*/
    margin-bottom: 1em;
}

    .GeneralNotification *, .GeneralWarning * {
        color: var(--kommers-dark-blue-color) !important;
    }

    .GeneralWarning ul {
        font-weight: normal;
        font-size: inherit;
        margin: 0;
        margin-left: 15px;
        padding: 0;
        padding-top: 4px;
        padding-left: 10px;
        list-style: square;
    }

    .GeneralNotification a,
    .GeneralNotification a:hover,
    .GeneralNotification a:visited,
    .GeneralNotification a:link {
        color: #537fca !important;
    }

.GeneralWarning {
    background-color: var(--kommers-red-color);
}

.GeneralNotification {
    background-color: var(--kommers-yellow-color);
}

.Warning {
    background-color: #E51400;
}

.GeneralActiveAndOK {
    background-color: var(--kommers-green-color);
}


/* orderlines */
ul.OrderLineQuantityList {
    padding: 0;
    height: 15px;
    margin: 0;
    margin-top: 10px;
    list-style-type: none;
}

    ul.OrderLineQuantityList li {
        float: left;
        padding: 0;
        margin: 0;
        margin-right: 40px;
    }

table.AccountAndCommentTable {
    border-collapse: collapse;
    margin-top: 10px;
}

    table.AccountAndCommentTable tr {
        border: none;
    }

    table.AccountAndCommentTable th {
        font-weight: normal;
        vertical-align: top;
        text-align: left;
        border: none;
        padding-right: 4px;
    }

    table.AccountAndCommentTable td {
        font-weight: normal;
        vertical-align: top;
        text-align: left;
        border: none;
    }


/* use this class on surrounding div if labels disapear in IE compatability mode ... */
.CompatabilityViewFix {
    position: relative;
}

.progressbar {
    text-align: left;
}

    .progressbar progress {
        margin-bottom: 10px;
    }

.warningbackground {
    background-color: #ffeeee;
    border: 1px solid #a00;
}

/* used by jquery.blockUI.js */
div.blockMsg {
    /* defaults */
    width: 40%;
    top: 30%;
    left: 30%;
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px;
    padding: 10px;
    background-color: white;
    color: black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* verkar som att IE <10 har problem med inline styles ibland. Denna style fanns i attestchooseropener.ascx och sattes på knappen.
   den sattes på knappen men det "hände" inget. Flyttar man ut den hit fungerar det.
*/
.hiddenButtonStyle {
    display: none;
}

div.TendererFinancialInfoExternalService {
    float: left;
    padding-right: 2em;
    padding-bottom: 2em;
    width: 16em;
}


div.BackNavigation {
    padding: 10px;
    padding-left: 0;
}

    div.BackNavigation a {
        text-decoration: none;
        font-size: 13px;
        padding-left: 2px;
        font-family: inherit;
    }

    div.BackNavigation img {
        border: none;
        height: 44px;
        width: 44px;
        vertical-align: middle;
        margin-bottom: 15px;
    }



div.ContentPane {
    padding-bottom: 1em;
}


.DetailsTable {
    width: 100%;
}

    .DetailsTable > tr > td,
    .DetailsTable > tbody > tr > td {
        padding-right: 20px;
        vertical-align: top;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .DetailsTable > tr > td:first-child,
        .DetailsTable > tbody > tr > td:first-child {
            min-width: 320px;
            max-width: 320px;
            width: 320px;
            font-weight: bold;
            font-size: 0.9em;
            padding-top: 7px;
        }

.Details {
    margin-bottom: 2em;
}

.CheckBoxItem {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    min-height: 30px;
    content: "";
    display: table;
    clear: both;
}

    .CheckBoxItem .CheckBox {
        float: left;
        padding-right: 20px;
        width: 400px;
    }

    .CheckBoxItem .Description {
        float: left;
        margin-right: 20px;
        min-width: 200px;
    }

div.AgreementNotificationTooltip {
    cursor: pointer;
}

table.rgMasterTable tbody td .cLabel {
    display: none;
}


.InfoBoxHolder {
    width: 100%;
}

.InfoBox {
    text-align: center;
    padding: 10px;
    display: inline-block;
    margin-left: 4%;
}

    .InfoBox a {
        text-decoration: none;
    }


.NormalActionMenu {
    display: block;
}

.SlimActionMenu {
    display: none;
}

.AdminBlock {
    float: left;
    width: 50%;
}

.AdminBlockBreak {
    float: left;
    width: 50%;
    clear: both;
}

.ViewportSwitch {
    display: none;
}

.GroupDiscussionTile {
    color: white !important;
    width: 25em;
    height: 7em;
    padding: 1em;
    margin-bottom: 0.4em;
    margin-right: 0.4em;
    display: block;
    overflow: hidden;
    cursor: pointer !important;
    background-color: #2672EC;
}

    .GroupDiscussionTile:hover {
        background-color: #2E8DEF;
    }

.ChatHolder {
    height: 30em;
    width: 40em;
    border: 1px solid #cdcdcd;
    display: block;
    min-height: 1em;
    overflow: scroll;
}

.ChatArea {
    padding: 1em;
    color: white;
}

    .ChatArea .PosterSelf {
        float: right;
        background-color: var(--kommers-blue-50-color);
        clear: both;
        padding: 0.3em;
        margin-bottom: 0.2em;
        border-radius: 5px;
        margin-left: 1em;
    }

    .ChatArea .PosterOther {
        float: left;
        background-color: #F09609;
        clear: both;
        padding: 0.3em;
        border-radius: 5px;
        margin-bottom: 0.2em;
        margin-right: 1em;
    }

.ChatBox {
    height: 6em;
    width: 40em;
    display: inline-flex;
    padding-top: 1em;
    padding-bottom: 2em;
    clear: both;
}

.TrustLevelTooltipPanel .TrustLevelTooltip {
    height: 0.6em;
    width: 1.2em;
    border: solid 1px grey;
}

.CompanyStructureHeader {
    font-weight: 400;
    font-size: 0.8em;
    padding-top: 1em;
}

.hoverBarButtonHolder {
    display: inherit;
}

.hoverBarButtons {
    position: fixed;
    bottom: 0;
    padding-bottom: 3px;
    background-color: lightgrey;
    padding-top: 5px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    border-radius: 1.6em 1.6em 0 0;
    z-index: 900;
}

    .hoverBarButtons:before,
    .hoverBarButtons:after {
        position: absolute;
        bottom: -1px;
        width: 1.5em;
        height: 1em;
        content: " ";
    }

    .hoverBarButtons:before {
        left: -1.5em;
    }

    .hoverBarButtons:after {
        right: -1.5em;
    }

    .hoverBarButtons:after, .hoverBarButtons:before {
        border: 1px solid lightgrey;
    }

    .hoverBarButtons:before {
        border-bottom-right-radius: 1.5em;
        border-width: 0 1px 1px 0;
    }

    .hoverBarButtons:after {
        border-bottom-left-radius: 1.5em;
        border-width: 0 0 1px 1px;
    }

    .hoverBarButtons:before {
        box-shadow: 0.5em 0.2em 0 lightgrey;
    }

    .hoverBarButtons:after {
        box-shadow: -0.5em 0.2em 0 lightgrey;
    }

input.ruButton {
    color: white !important;
}
    
@media only screen and (max-device-width: 640px) {
    .ViewportSwitch {
        display: block;
    }
}

div.SearchSection {
    padding-bottom: 1em;
    margin-bottom: 2em;
}

    div.SearchSection ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        div.SearchSection ul li {
            margin: 0px;
            padding: 0px;
            line-height: normal;
        }


div.SearchHeading {
    text-align: left;
    padding-top: 0.6em;
    padding-bottom: 1.2em;
}

div.FilterHeading {
    padding-bottom: 2px;
    padding-left: 4px;
    font-size: 0.9em;
}

div.FilterContent {
    padding-bottom: 10px;
}

/*Advanced search*/


.AdvancedSearch {
    display: none;
}

#pAdvancedSearchLink a {
    text-decoration: none;
    cursor: pointer;
}

    #pAdvancedSearchLink a:hover {
        text-decoration: none;
        cursor: pointer;
    }


.Expanded {
    display: block !important;
}

    .Expanded #AdvancedSearchDown {
        display: none;
    }

    .Expanded #AdvancedSearchUp {
        display: block !important;
    }

#AdvancedSearchDown img, #AdvancedSearchUp img {
    vertical-align: middle;
    border: none;
    width: 16px;
    height: 16px;
}

/* Search Icon Link */

a.svg {
    position: relative;
    display: inline-block;
}

    a.svg:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.WebShopFooter {
    clear: both;
    border-top: 1px solid #a7bac5;
    margin-top: 2em;
}

*.WebshopStatus {
    background-color: #F3F4F5;
    padding-bottom: 1em;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

table.ArticleWrapperTable {
    font-size: 0.8em;
    border: none;
    margin: 0px;
    border-collapse: collapse;
    float: left;
    padding: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 239px;
    border: 1px solid #DDDDDD;
}

    table.ArticleWrapperTable td.ArticleTitle {
        padding: 5px;
        background-image: url(../Images/WebShop/ArticleTop.bmp);
        background-repeat: repeat-x;
        vertical-align: top;
        text-align: left;
        font-size: 0.8em;
        font-weight: bold;
        color: #707070;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        table.ArticleWrapperTable td.ArticleTitle a{
            font-size: 11px;
            font-weight: bold;
            color: #707070;
        }

    table.ArticleWrapperTable td.ArticleImage {
        border: none;
        text-align: left;
        width: 100px;
        height: 100px;
        padding: 5px;
    }

    table.ArticleWrapperTable td.ArticleDescription {
        text-align: left;
        vertical-align: top;
    }

    table.ArticleWrapperTable td.ArticleMoreInfo {
        text-align: left;
        background-color: #F3F4F5;
        height: 26px;
        vertical-align: middle;
        padding-left: 5px;
    }

        table.ArticleWrapperTable td.ArticleMoreInfo a {
            color: #4DA6FF;
            text-decoration: none;
            font-weight: bold;
            font-size: 11px;
        }

    table.ArticleWrapperTable td.ArticleBuyBox {
        text-align: right;
        background-color: #F3F4F5;
        height: 26px;
        vertical-align: middle;
    }

        table.ArticleWrapperTable td.ArticleBuyBox input[type=text], td.BuyColumn input[type=text] {
            width: 50px;
            height: 1.6em;
            text-align: right;
        }

    table.ArticleWrapperTable td.ArticleBuy {
        text-align: right;
        background-color: #F3F4F5;
        height: 26px;
        padding-right: 0.4em;
        vertical-align: middle;
        font-weight: bold;
        font-size: 11px;
    }

        table.ArticleWrapperTable td.ArticleBuy a {
            color: #4DA6FF;
            text-decoration: none;
            font-weight: bold;
            font-size: 11px;
        }

#ShoppingCart {
    float: right;
    width: 238px;
    border: 1px solid LightGray;
}

    #ShoppingCart #Title {
        text-align: center;
        width: 100%;
        font-size: 0.9em;
        font-weight: 400;
        padding-bottom: 0.2em;
        padding-top: 0.4em;
        border-bottom: 1px solid LightGray;
    }

    #ShoppingCart .Content {
        padding-bottom: 0.4em;
        padding-left: 0.4em;
        padding-right: 0.4em;
        padding-top: 0.4em;
        background-repeat: no-repeat;
        background-position: right bottom;
    }

        #ShoppingCart .Content div, #ShoppingCart .Content td {
            font-size: 0.8em;
        }

    #ShoppingCart table {
        padding: 0px;
        margin: 0px;
        border: none;
        border-collapse: collapse;
    }

#CurrencySelector {
    float: right;
    width: 240px;
    margin-top: 4px;
}

div.Pane h1 {
    font-weight: 300 !important;
    clear: both;
    padding-top: 1em !important;
    padding-left: 4px !important;
    padding-bottom: 2px !important;
    text-transform: none !important;
    font-variant: normal !important;
}

div.Pane {
    float: left;
}

    div.Pane .DashBoardPanel {
        float: left;
    }

    div.Pane img {
        width: 3em;
        height: 3em;
        border: none;
    }

div.TileIcon {
    padding-bottom: 1em;
    padding-top: 0.6em;
    vertical-align: middle;
}

div.Pane a.Tile {
    color: white !important;
    width: 10em;
    height: 10em;
    padding: 1em;
    margin-bottom: 0.4em;
    margin-right: 0.4em;
    float: left;
    display: block;
    overflow: hidden;
    cursor: pointer !important;
}

    div.Pane a.Tile * {
        color: white !important;
    }

div.Pane a.General {
    background-color: #ee1111;
    /*background-color: #D24726;*/
}

    div.Pane a.General:hover {
        background-color: #f27979;
        /*background-color: #DC572E;*/
    }

div.Pane a.Attest {
    background-color: #D24726;
}

    div.Pane a.Attest:hover {
        background-color: #DC572E;
    }

div.Pane a.Task {
    background-color: #4bc428;
}

    div.Pane a.Task:hover {
        background-color: #77e358;
    }

div.Pane a.Procurement {
    background-color: #2672EC;
}

    div.Pane a.Procurement:hover {
        background-color: #2E8DEF;
    }

div.Pane a.Orders {
    background-color: #008A00;
    /*background-color: #008A00;*/
}

    div.Pane a.Orders:hover {
        background-color: #00a300;
        /*background-color: #00A600;*/
    }


div.Pane a.Messages {
    background-color: #8C0095;
}

    div.Pane a.Messages:hover {
        background-color: #A700AE;
    }

div.Pane a.Agreement {
    background-color: #33CCFF;
}

    div.Pane a.Agreement:hover {
        background-color: #4DD2FF;
    }

div.Pane a.RFI {
    background-color: #bd0023;
}

    div.Pane a.RFI:hover {
        background-color: var(--kommers-red-color);
    }


div.Pane a.Invoice {
    background-color: #bf0087;
}

    div.Pane a.Invoice:hover {
        background-color: #ff00fa;
    }

div.Pane a.PurchaseOrders {
    background-color: #00aba9;
    /*background-color: #de5f00;*/
}

    div.Pane a.PurchaseOrders:hover {
        background-color: #79f2f0;
        /*background-color: #fe8400;*/
    }

div.Pane a.Users {
    background-color: #99b433;
}

    div.Pane a.Users:hover {
        background-color: #A8C738;
    }

div.Pane a.Pricelists {
    background-color: #4100ba;
}

    div.Pane a.Pricelists:hover {
        background-color: #6800ff;
    }

div.Pane a.CustomerComplaints {
    background-color: #e3a21a;
    /*background-color: #4c966b;*/
}

    div.Pane a.CustomerComplaints:hover {
        background-color: #f2cb79;
        /*background-color: #13d470;*/
    }

div.Pane a.Sanctions {
    background-color: #ffc40d;
    /*background-color: #d8e100;*/
}

    div.Pane a.Sanctions:hover {
        background-color: #f2d479;
        /*background-color: #f2de00;*/
    }


/*Kalender*/

div.Reminder {
}

    div.Reminder div.ReminderTitle {
        font-size: 0.8em;
        line-height: 1.2em;
        font-weight: bold;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
    }

    div.Reminder div.ReminderDescription {
        font-size: 0.8em;
        line-height: 1.2em;
    }

.rsApt {
    cursor: pointer !important;
}

.rsHeader {
    background-color: #1581B7 !important;
    border: 0px !important;
}

    .rsHeader h2 {
        display: none !important;
    }

a.rsDateHeader {
    cursor: default;
}

    a.rsDateHeader:hover {
        cursor: default;
        text-decoration: none !important;
    }

.rsSelectedSlot {
    border-color: #e5e5e5 !important;
}

.rsDateWrap:not(.rsLastWrap) {
    height: 25px !important;
}

.rsLastSpacingWrapper {
    height: 25px !important;
}

.rsAllDayRow {
    height: 100% !important;
}

.qtip-kommers {
    /** Taken from Bootstrap body */
    font-size: 1em !important;
    line-height: 1.2em !important;
    color: #333333 !important;
    /** Taken from Bootstrap .popover */
    padding: 1px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .qtip-kommers .qtip-titlebar {
        /** Taken from Bootstrap .popover-title */
        padding: 8px 14px;
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 18px;
        background-color: #2c77ba;
        border-bottom: 1px solid #ebebeb;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

        .qtip-kommers .qtip-titlebar .qtip-close {
            /**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
            right: 11px;
            top: 45%;
            border-style: none;
        }

    .qtip-kommers .qtip-content {
        /** Taken from Bootstrap .popover-content */
        padding: 9px 14px;
    }

    .qtip-kommers .qtip-icon {
        /**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
        background: transparent;
    }

        .qtip-kommers .qtip-icon .ui-icon {
            /**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
            width: auto;
            height: auto;
            /* Taken from Bootstrap .close */
            float: right;
            font-size: 20px;
            font-weight: bold;
            line-height: 18px;
            color: #000000;
            text-shadow: 0 1px 0 #ffffff;
            opacity: 0.2;
            filter: alpha(opacity=20);
        }

            .qtip-kommers .qtip-icon .ui-icon:hover {
                /* Taken from Bootstrap .close:hover */
                color: #000000;
                text-decoration: none;
                cursor: pointer;
                opacity: 0.4;
                filter: alpha(opacity=40);
            }

.qtip-blue * {
    color: #5E99BD;
}

.dashBoxHolder {
    display: flex;
    flex-flow: row wrap;
}

    .dashBoxHolder .break {
        width: 0px;
        height: 0px;
        overflow: hidden;
        display: inline-block;
        flex-basis: 100%;
    }

    .dashBoxHolder .dashBox {
        background-color: #f4f4f4;
        padding: 1em;
        margin: 1em;
    }

        .dashBoxHolder .dashBox .GraphContent {
            height: 100%;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

            .dashBoxHolder .dashBox .GraphContent svg > g:last-child {
                cursor: pointer;
            }

        .dashBoxHolder .dashBox .TextContent {
            height: 100%;
        }

.dashBox .TextCounter {
    color: black;
    text-align: center;
    justify-content: center;
}

    .dashBox .TextCounter h2 {
        font-weight: bold !important;
        font-size: 2em;
        padding-top: 0.5em !important;
    }

.dashBox h3 {
    text-align: center;
}

.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/

}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

