html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    /*background: #f7f7f7;*/
}

@font-face {
    font-family: 'FoundrySterlingOT3W03-Light';
    src: url('webfont.eot'); /* IE9 Compat Modes */
    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('FoundrySterlingOT3W03-Light.woff2') format('woff2'), /* Super Modern Browsers */
         url('../css/FoundrySterlingOT3W03-Light.woff2') format('woff2'), /* Super Modern Browsers */
         url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'FoundrySterlingOT3W03-Bold';
    src: url('webfont.eot'); /* IE9 Compat Modes */
    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('FoundrySterlingOT3W03-Bold.woff2') format('woff2'), /* Super Modern Browsers */
         url('../css/FoundrySterlingOT3W03-Bold.woff2') format('woff2'), /* Super Modern Browsers */
         url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'FoundrySterlingOT3W03-ExtraBold';
    src: url('webfont.eot'); /* IE9 Compat Modes */
    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('FoundrySterlingOT3W03-ExtraBold.woff2') format('woff2'), /* Super Modern Browsers */
         url('../css/FoundrySterlingOT3W03-ExtraBold.woff2') format('woff2'), /* Super Modern Browsers */
         url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

h1 {
    color: #345D84;
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;/*2em;*/
    margin-bottom: 1rem;
    margin-top: 0px;
    font-family: FoundrySterlingOT3W03-Light,FoundrySterlingOT3W10-Light,Arial,Helvetica,sans-serif;
}
h2 {
    margin-top: 10px;
    color: #345D84;
    font-size: 14px;
    font-weight: bold;
} 
h3 {
    color: #345D84;
    font-size: 12px;
    font-weight: bold;
}
a {
    color: #345D84;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

a[href^="http"] {
    background: url("../graphics/external_link.gif") no-repeat scroll right center transparent;
    padding-right: 13px;
}

td, th {
    vertical-align: top;
    font-weight: normal;
}
th {
    text-align: left;
    /*font-weight: normal;*/
    font-size: 10px;
}
strong, b, .bold_weekend {
    font-weight: bold;
}
cite, em, i {
    font-style: italic;
}
.tiny {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
}
#login {
    position: absolute;
    width: 250px;
    height: 200px;

    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -100px;

    padding: 10px;

    border: 2px solid #345D84;
    color: #000000;
    /*background: #f7f7f7;*/ /* Citrix visar inte innehï¿½llet i loginboxen om man sï¿½tter en bakgrundsfï¿½rg pï¿½ den!!! */
}

#login .input {
    width: 103px;
    font-size: 12px;
    padding-left: 2px;
    font-family: tahoma, geneva, sans-serif;
}

select {
    font-size: 12px;
    height: 20px;
    background: #fcfcfc;
    border: 1px solid #ccc;
    width: 143px;
    height: 25px;
}
input {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 20px;
    width: 130px;
    background: #fff;
    border: 1px solid #ccc;
    padding-left: 5px;
    padding-right: 5px;
}
input[type="checkbox"] {
    width: 20px;
}
input[type="file"] {
    padding-left: 0px;
}
input.rights_checkbox {
    height: 13px;
}
input[readonly] {
    background:#eee none;
    color:#222;
    font-style: italic;
}
.number {
    text-align: right;
}
textarea {
    font-family: Arial, sans-serif;
    font-size: 12px;
    background: #fff;
    border: 1px solid #ccc;
}
textarea[readonly] {
    background:#eee none;
    color:#222;
    font-style: italic;
}
#main {
    /*background: #f7f7f7;*/
}
#logo {
    padding: 15px;
    float: left;
}
#title {
    float: left;
    padding-top: 42px;
    padding-left: 0px;
    line-height: 1em;
    color: #666;
    font-size: 0.8em;
}
#page {
}
#top {
    height: 75px;
    font-size: 14px;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 0px solid #345D84;
    overflow: hidden;
}
#container {
    display: block;
}
#menu {
    overflow: hidden;
    /*border-top: 0px solid #345D84;*/
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #dedede;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0px;
    color: #345D84;
    /*background: #52799E url(images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x;*/
    min-height: 27px;
}
.mainmenu {
    float: left;
    width: auto;
    margin: 0;
    line-height: 59px;
}
.mainmenu a {
    text-decoration: none;
    color: #345D84;
    margin: 0 10px;
    font-family: 'FoundrySterlingOT3W03-Bold',Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 14px; /*.75em;*/
    padding-bottom: 4px;
    margin-bottom: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    letter-spacing: 1px;
}
.submenu {
    padding-top: 1rem;
    padding-bottom: 0rem;
    display: inline-block;
    vertical-align: top;
    width: 200px;

	opacity: 0.5;
	visibility: visible;
	animation-name: doAnimStay;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;/* Makes it stay after animation */
}
@keyframes doAnimStay {
    0%   {opacity:0; margin-top: -10px;}
    100% {opacity:1; margin-top: 0;}
}
@-webkit-keyframes doAnimStay {
    0%   {opacity:0; margin-top: -10px;}
    100% {opacity:1; margin-top: 0;}
}
.submenu a {
    display: block;
    text-decoration: none;
    color: #182a61;
    font-size: 14px;
    line-height: 1.2rem;
    letter-spacing: 1px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 40px;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #f5f5f5;
}
.submenu a:hover, .submenu a.active {
    text-decoration: none;
    color: #7ea5c7;
}

.mainmenu a:link, .mainmenu a.active, .mainmenu a:visited {
}

.mainmenu a:hover, .mainmenu a.active {
    text-decoration: none;
    /*background: #ADC5DC;*/
    color: #7ea5c7;
    border-bottom: 1px solid #9ea5bb;
}
.login {
    padding: 3px;
    float: right;
}
.login a {
    color: #345D84;
}

.visible_submenu {
    position: absolute;
    float: left;
    margin-top: 20px;
    border: 1px solid #999999;
    background: #ADC5DC;
    padding: 5px;
    width: 180px;
}
.hidden_submenu {
    font-family: 'FoundrySterlingOT3W03-Bold';
    font-weight: 400;
    display: none;
    border-bottom: 1px solid #dedede;
    /*border-top: 0px solid #333333;*/
    padding-left: 1rem;
    padding-right: 1rem;
    left: 0px;
    width: 100%;
    /*text-align: center;*/
    background-color: #f5f5f5;
    z-index: 100;
}
#leftbar {
    display: inline;
    width: 200px;
    float: left;
    /*height: 100%;*/
    height: 400px;
    border-right: 1px dotted #000000;
    /*background: #ff99ff;*/
}
#content {
    padding: 15px;
    /*padding-left: 0;
    padding-right: 0;*/
    /*display: inline;*/
    /*float: left;*/
    /*width: 500px;*//*470px;*/
    background: #f5f5f5;
    /*overflow: hidden; Removed the so needed horizontal scrollbar */
}

a > img {
    /*padding-left: 50px;*/ /* Does this also on the logo... */
    vertical-align: sub;
}
/* :has - CSS spec version 4. Better to update the html with some classes...
a:has(> img) {
    background: #fff;
    font-size: 1.2rem;
}
*/

/* EXPERIMENT WITH DSV ICONS */
.icon {
    background-image: url(img/icons_2019_24_04.png);
    background-repeat: no-repeat;
    background-size: 500px 500px;
    text-decoration: none;
    background-position: -125px -177px;
    background-size: 250px 250px;
}
.profile_icon {
    background-image: url(../graphics/icons_2019_24_04.png);
    background-repeat: no-repeat;
    background-size: 500px 500px;
    text-decoration: none;
    background-position: -126px -177px;
    background-size: 250px 250px;
    height: 25px;
    width: 25px;
    display: inline-block;
}
.download_icon {
    background-image: url(../graphics/icons_2019_24_04.png);
    background-repeat: no-repeat;
    background-size: 500px 500px;
    text-decoration: none;
    background-position: -130px -28px;
    background-size: 150px 150px;
    height: 25px;
    width: 25px;
    display: inline-block;
}
.print_icon {
    background-image: url(../graphics/icons_2019_24_04.png);
    background-repeat: no-repeat;
    background-size: 500px 500px;
    text-decoration: none;
    background-position: -126px -102px;
    background-size: 150px 150px;
    height: 25px;
    width: 25px;
    display: inline-block;
}
/* END EXPERIMENT */
#news {
}
.news_nav {
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
}

.error {
    font-size: 0.8em;
    color: #CA4649;
}
.info {
    font-size: 0.8em;
    color: #3EA539;
}
.extra {
    color: #646464;
}
.paging {
    text-align: center;
}
.hidden {
    display: none !important;
}
.list_header {
    display: inline-block;
    margin-right: 30px;  
}

.form_item {
    display: inline-block;
    margin-left: 10px;
}
.form_item .label {
    display: inline-block;
    font-weight: normal;
    font-size: 10px;
}
.form_item .element {
    display: inline-block;
}
.form_item .element input {
    /*height: 15px !important;*/
}
#system_aggregated_data_box {
    padding: 1rem;
    background: #fff;
    border-bottom: 1px solid #dbdcdd;
    max-width: 800px;
    margin-top: 2rem;
    margin-right: 2rem;
}
#calendar_box > table {
    width: 100%;
}
#right_info_box {
    display: inline-block;
    vertical-align: top;
    padding: 1rem;
    background: #fff;
    border-bottom: 1px solid #dbdcdd;
    width: 170px;
    margin-top: 2rem;
    margin-right: 0;
}
.search_box { 
    padding: 1rem;
    background: #fff;
    border-bottom: 1px solid #dbdcdd;
    /*max-width: 1000px;*/
}

#advanced_search_box {
    border-bottom: 1px solid #dbdcdd;
    background: #fff;
    padding: 1rem;
    overflow: hidden;
    /*max-width: 1000px;*/ /* hides part of the search field... capa list */
}
.main_proj_btn {
    font-size: 1.4rem;
    font-weight: normal;
    border: 0px solid #333;
    padding: 0 0.4rem;
}
.main_proj_btn:hover {
    text-decoration: none;
    font-weight: bold;
}

#advanced_search_box td, #advanced_search_box th {
    padding: 1px;
}
#advanced_search_box th {
    padding-top: 10px;
}

#advanced_search_box select {
    height: 24px;
}

#letter_list {
    text-align: center;
}
#letter_list a {
    color: #646464;
    font-weight: bold;
}
#hover_box {
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    border: 1px solid #646464;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    backdrop-filter: blur(5px);
    position: absolute;
}

#image_pos {
    display: inline;
}
#image_pos td {
    border: 1px solid #646464;
    width: 12px;
    text-align: center;
}

.errormsg {
    color: #ffffff;
    background: #f42020;
}
div.errormsg {
    border: 1px solid #f42020;
    padding: 10px;
    /*
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    */
    margin-bottom: 3px;
}
.errormsg a {
    font-weight: bold;
    border: 1px solid #f42020;
    background: #f42020;
    color: #ffffff;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    /*
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    */
}
.warning {
    color: #fff;
    background: #f42020;
}
div.warning {
    border: 1px solid #f42020;
    padding: 10px;
    /*
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    */
    margin-bottom: 3px;
}
.warning a {
    font-weight: bold;
    border: 1px solid #f42020;
    background: #f42020;
    color: #fff;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    /*
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    */
}
.information {
    color: #fff;
    background: #152556;
}
div.information {
    border: 1px solid #152556;
    padding: 10px;
    /*
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    */
    margin-bottom: 3px;
}
.information a {
    font-weight: bold;
    border: 1px solid #152556;
    background: #152556;
    color: #fff;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    /*
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    */
}
.system {
    color: #ffffff;
    background: #152556;
}
div.system {
    border: 3px solid #152556;
    padding: 10px;
    /*
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    */
    margin-bottom: 3px;
}
.system a {
    font-weight: bold;
    border: 1px solid #152556;
    background: #152556;
    color: #ffffff;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    /*
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    */
}

.message {
    background: #152556;
    border: 1px solid #152556;
    color: #fff;
    padding: 10px;
    /*width: 320px;*/
    margin: 10px;
    line-height: 16px;
    /*
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    */
}

.list {
    margin-top: 10px;
    border-collapse: collapse;
    background: #fff;
}
.list th {
    /*border: 1px solid #ccddff;*/
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 15px;
    padding-left: 12px;
    font-weight: normal;
    padding-right: 10px;
    padding-bottom: 5px;
}

th .help_6, th .nav {
    display: none;
}
th:hover .help_6, th:hover .nav {
    display: inline-block;
}

.list td {
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    /*border: 1px solid #ddd;*/
    /*border-left: 1px solid #eee;
    border-right: 1px solid #eee;*/
    border-bottom: 1px solid #ddd;
    background: #fff;
    vertical-align: top;
    line-height: 1.9em;
}
/*
.list tr:nth-child(even) td {
    background: #fcfcfc;
}
.list tr:nth-child(odd) td {
    background: #f3f3f3;
}
*/
.list td.title {
    padding: 2px;
    border: 0px solid #eeeeee;
    background: #ffffff;

}
.list tr.urgent td {
    border-bottom: 1px solid #ffb580;
    background: #fde0cb;

}
.list tr.hidden_1 td {
    color: #999999;
}
.list tr.hidden_1 td a {
    color: #666666;
}
.list .total td {
    border-bottom: 1px solid #666666;
    background: #7c9dbe !important;
}
.form {
    margin-top: 5px;
    border-collapse: collapse;
    background: #fff;
    padding: 10px;
    margin-right: 20px;
}
div.form {
    border-bottom: 1px solid #dbdcdd;
}
.form th, .form td {
    border: 0px solid #eeeeee;
    padding: 2px;
}
.form th {
    padding-top: 5px;
    padding-left: 5px;
    font-weight: normal;
}

.form textarea {
    width: 292px;
    height: 230px;
}

.search_form {
    max-width: 100% !important;
    margin-right: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.search_form.small {
    max-width: 600px !important;
}
.search_form h2, .search_form h3 {
    width: 100%;

}
.mi_expand_button {
    margin-top: 5px !important;
    position: absolute !important;
    margin-left: 4px;
}
.expand_button {
    border: 2px solid #182A61;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    right: 1rem;
    margin-top: -0.3rem;
    cursor: pointer;
}
.expand_button:hover {
    background: #7C9EBE;
}
.notes_text {
    height: 100px;
    margin-top: 5px;
    width: 233px;
}
/* NEW */
.button {
    cursor: pointer;
    background: none repeat scroll 0 0 #182A61; /*#52799E;*/
    border: 0px solid #52799E;
    /*box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);*/
    color: #fff;
    /*font-weight: bold;
    text-transform: uppercase;*/
    display: inline-block;
    font-size: 0.9rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    padding: 0.1rem 1rem;
    /*border-radius: 2px;*/
    width: auto !important;
    height: 1.6rem;
    line-height: 1.3rem;
    /* Important: Do not use line-height here, insted trust the vertical-align: middle; below */
    vertical-align: middle;
    text-decoration: none;
    transition: transform .3s cubic-bezier(.22,.61,.36,1);
}
/* NEW */


.red {
    color: #f42020;
}

.green {
    color: #3EA539;
}

a.button, div.button, span.button {
    /* Important: Vertical-align does not work here, so we need to set a line-height */
    height: 1.4rem;
    line-height: 1.4rem;
    margin-top: -1px;
    margin-bottom: -1px;
}
.button.red {
    background: #f42020;
    color: #ffffff;
}
.button.grey, .button[disabled="disabled"] {
    background: #999999;
    color: #ffffff;
}
.one_click.working_btn, .one_click.working_btn[disabled="disabled"] {
    background-color: #ADC5DC;
    animation-name: one_click_animation;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
  
@keyframes one_click_animation {
    0% {
        background-color: #ADC5DC;
    }
    50% {
        background-color: #347ebe;
    }
    100% {
        background-color: #ADC5DC;
    }
}

.button.action {
    /*color: #F47920; */
    font-weight: bold;
}
.button:hover {
    text-decoration: none;
    /*box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.5);*/
    color: #fff;
    background: none repeat scroll 0 0 #333333; /*#52799E;*/
    transform: translateX(0) translateY(-2px);
    transition: background-color .3s cubic-bezier(.22,.61,.36,1);
}
.button:focus, .button:active {
    margin-top: 1px;
    margin-bottom: -1px;
    outline: 0;
    /*box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);*/
    background: none repeat scroll 0 0 #333333; /*#52799E;*/
    transform: translateX(0) translateY(-2px);
    transition: background-color .3s cubic-bezier(.22,.61,.36,1);
}
.button + .button {
    margin-left: 0px; /* Issue in [handle] [i] buttons in list. Make them on two lines if larger than 0 */
}
.obs {
    font-weight: bold;
    font-style: italic;
}

.delete_button {
    color: #ffffff;
    background: #f42020;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    width: 12px;
    height: 12px;
    font-size: 9px;
    text-align: center;
    font-weight: bold;
    line-height: 9px;
}
.tab_menu#details {
    margin-top: 1rem;
}
.tab_menu {
    border-bottom: 1px solid #182A61;
}
.tab_menu a {
    display: inline-block;
    padding: 8px;
    margin-right: 5px;
    text-decoration: none;
    text-transform: uppercase;
    color: #8ba7c2;
    font-weight: bold;
}
.tab_menu a:hover {
    color: #182A61;
}
.tab_menu a.selected {
    color: #182A61;
}

.tab_box {
    /* border-bottom: 1px solid #dbdcdd; */
    padding: 10px;
    overflow: hidden;
    /*margin-top: 5px;*/
    /*min-width: 400px;*/
    background: #fff;
}
.comment_container {
    overflow:auto;
    display: flex;
    flex-direction: column-reverse;
}
.mandatory {
    border: 1px solid #52799E;
}
.mandatory_static {
    border: 1px solid #52799E;
}
.mandatory_prod {
    border: 1px solid #52799E;
}
.missing {
    border: 1px solid #CA4649;
}
.noedit {
    color: #777777;
}
.noedit input, .noedit select {
    color: #999999;
    background: #eeeeee;
}
#dim_background {
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    border: 2px solid #333333;
    background: #cccccc;
    opacity: 0.4;
    width: 100%;
    z-index: 100;

}
#popup_box {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    position: fixed;
    border: 1px solid #999;
    height: 200px;
    width: 300px;
    background: #fff;
    z-index: 200;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    padding: 1rem;
    box-shadow: 6px 8px 15px -7px;
}
#pop_close_btn {
    -webkit-border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -o-border-radius: 30px 30px 30px 30px;
    -ms-border-radius: 30px 30px 30px 30px;
    -khtml-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;

    background: #F17477;
    height: 30px;
    width: 30px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    border: 2px solid #CA4649;
    cursor: pointer;
    box-shadow: 6px 8px 15px -7px #000;
}
#popup_box .content_container {
    padding-top: 1rem;
}

#popup_box .bottom_container {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    display: flex;
    gap: 0.3rem;
    left: 0;
    width: 100%;
    border: 0px solid #333;
    padding-right: 1rem;
    padding-top: 0.5rem;
    height: 3rem;
}

#popup_box .bottom_container.right {
    justify-content: flex-end;
}

.help {
    color: #fff;
    background: #182A61;
    border: 1px solid #182A61;
    height: 15px;
    width: 15px;
    -webkit-border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    -o-border-radius: 9px 9px 9px 9px;
    -ms-border-radius: 9px 9px 9px 9px;
    -khtml-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
    line-height: 16px;
    text-align: center;
    font-weight: bold;
    margin-left: 5px;
    font-size: 11px;
    cursor: pointer;
    margin-top: 3px;
}
.nohelp {
    color: #f7f7f7;
    background: #ddd;
    border: 1px solid #ccc;
    height: 15px;
    width: 15px;
    -webkit-border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    -o-border-radius: 9px 9px 9px 9px;
    -ms-border-radius: 9px 9px 9px 9px;
    -khtml-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
    line-height: 16px;
    text-align: center;
    font-weight: bold;
    margin-left: 5px;
    font-size: 11px;
    cursor: pointer;
    margin-top: 3px;
}
.help_6 {
    display: inline-block;
    margin-right: 5px;
}
i.sub_text {
    padding-top: 8px;
    margin-left: 90px;
    display: inline-block;
}
.sub_text {
    font-style: italic;
    color: #999;
}
#search_list {
    padding-top: 5px;
    padding-bottom: 5px;
}

#search_list a.selected {
    background: #7C9EBE;
    color: #ffffff;
}
#search_list>a {
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}
#recap_search_list, #recap_search_list_tmp, #tags_dd {
    background: #ffffff;
    border: 1px solid #333;
    position: absolute;
    padding: 10px;
}
#recap_search_list a, #tags_dd a {
    display: block;
    padding: 5px;
    cursor: pointer;
}
#recap_search_list a.selected, #tags_dd a.selected {
    background: #7C9EBE;
    color: #ffffff;
}
#claim_handler_list tr:hover {
    cursor: pointer;
}
.group_select {
    border: 1px solid #f7f7f7;
    padding: 2px;
    cursor: pointer;
}
.group_select.selected {
    background-color: #7C9EBE;
    border: 1px solid #345D84;
    color: #ffffff;
}
.group_select:hover {
    border: 1px solid #999999;
}
.user_group_select {
    border: 1px solid #f7f7f7;
    padding: 2px;
    cursor: pointer;
    margin-top: 2px;
    margin-bottom: 2px;
}
.user_group_select:hover {
    border: 1px solid #999999;
    background: #eee;
}
.user_group_select[selected_id] {
    background : #7C9EBE;
    border: 1px solid #345D84;
    color: #ffffff;
}
.user_group_select[selected_id]:hover {
    background : #77aadd;
    border: 1px solid #345D84;
}
#group_admin_users div {
    position: relative;
}
.group_user_delete {
    position: absolute;
    right: 5px;
    background: #F17477;
    border: 1px solid #CA4649;
    width: 13px;
    height: 13px;
    margin-top: 3px;
    border-radius: 7px;
    color: #fff;
    line-height: 13px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 9px;
}
.group_user_delete:hover {
    background : #FD9EA1;
    border: 1px solid #CA4649;
    text-decoration: none;
}
.rights_title {
    background: #f8f8f8; 
    padding: 5px;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #666;
    color: #333;
    font-weight: normal;
    font-size: 16px;
}

.user_rights_select {
    border: 1px solid #f7f7f7;
    padding: 2px;
    cursor: pointer;
    margin-top: 2px;
    margin-bottom: 2px;
}
.user_rights_select:hover {
    border: 1px solid #999999;
    background: #eee;
}

.user_rights_select[user_granted] {
    color: #345D84;
    font-weight: bold;
}

.user_rights_select[user_revoked] {
    color: #CA4649;
    font-weight: bold;
    /*text-decoration: line-through;*/
}

.user_rights_select[group_granted] {
    background : #7C9EBE;
    border: 1px solid #345D84;
    color: #ffffff;
}
.user_rights_select[group_granted]:hover {
    background : #77aadd;
    border: 1px solid #345D84;
}

.user_rights_select[group_granted].user_rights_select[user_revoked] {
    color: #ffffff;
    font-weight: bold;
    background : #F17477;
    border: 1px solid #CA4649;
}
.user_rights_select[group_granted].user_rights_select[user_revoked]:hover {
    background : #FD9EA1;
    border: 1px solid #CA4649;
}

tr.incomplete td a {
    color: #CA4649;
}
tr.incomplete td {
    color: #CA4649;
}

.ui-draggable-dragging {
    border: 1px solid #666666;
    height: 30px;
    width: 200px;
    overflow: hidden;
}
#contract_document_list tr {
    cursor: pointer;
}
#contract_document_list tr[draggable=true] {
    cursor: grab;
}
.dragging {
    opacity: .25;
}
.over td {
    background-color: #c5dbf1;
    font-weight: bold;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

#country_integration_login_box {
    display: none;
    padding: 10px;
    border: 1px solid #333;
    background: #fff;
    /* height: 140px;
    width: 370px; */
    position: absolute;
    overflow: hidden;
}

#request_list_view {
    width: 38px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-top: 13px;
    padding: 5px;
}

.month_calendar {
    border: 1px solid #666;
    border-collapse: collapse;
}
#calendar_pick_box .month_calendar {
    width: 100%;
    min-width: 200px;
    max-width: 300px;
    height: 250px;
}
.month_calendar tr th {
    border-top: 0px solid #666;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #f7f7f7;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 3px;
}

.month_calendar tr td {
    border: 1px solid #666;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    vertical-align: middle;
    padding: 3px;
}

.month_calendar .prev, .month_calendar .next {
    color: #999;
}

#next_month, #prev_month {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.color_1 {
    background: #B8ECB5 !important;
}
.color_2 {
    background: #B8ECB5 !important;
}
.color_3 {
    background: #ADC5DC !important;
}
.color_3.disabled {
    background: #ccc !important;
}
.color_4 {
    background: #FD9EA1 !important;
}
.color_1h {
    background-image: linear-gradient(bottom, #B8ECB5 50%, #fff 50%) !important;
    background-image: -o-linear-gradient(bottom, #B8ECB5 50%, #fff 50%) !important;
    background-image: -moz-linear-gradient(bottom, #B8ECB5 50%, #fff 50%) !important;
    background-image: -webkit-linear-gradient(bottom, #B8ECB5 50%, #fff 50%) !important;
    background-image: -ms-linear-gradient(bottom, #B8ECB5 50%, #fff 50%) !important;

    background-image: gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.5, #B8ECB5),
        color-stop(0.5, #fff)
        ) !important;
}
.color_2h {
    background-image: linear-gradient(bottom, #B8ECB5 50%, #fff 50%) !important;
    background-image: -o-linear-gradient(bottom, #B8ECB5 50%, #fff 50%) !important;
    background-image: -moz-linear-gradient(bottom, #B8ECB5 50%, #fff 50%) !important;
    background-image: -webkit-linear-gradient(bottom, #B8ECB5 50%, #fff 50%) !important;
    background-image: -ms-linear-gradient(bottom, #B8ECB5 50%, #fff 50%) !important;

    background-image: gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.5, #B8ECB5),
        color-stop(0.5, #fff)
        ) !important;
}
.color_3h {
    background-image: linear-gradient(bottom, #ADC5DC 50%, #fff 50%) !important;
    background-image: -o-linear-gradient(bottom, #ADC5DC 50%, #fff 50%) !important;
    background-image: -moz-linear-gradient(bottom, #ADC5DC 50%, #fff 50%) !important;
    background-image: -webkit-linear-gradient(bottom, #ADC5DC 50%, #fff 50%) !important;
    background-image: -ms-linear-gradient(bottom, #ADC5DC 50%, #fff 50%) !important;

    background-image: gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.5, #ADC5DC),
        color-stop(0.5, #fff)
        ) !important;
}
.color_4h {
    background-image: linear-gradient(bottom, #FD9EA1 50%, #fff 50%) !important;
    background-image: -o-linear-gradient(bottom, #FD9EA1 50%, #fff 50%) !important;
    background-image: -moz-linear-gradient(bottom, #FD9EA1 50%, #fff 50%) !important;
    background-image: -webkit-linear-gradient(bottom, #FD9EA1 50%, #fff 50%) !important;
    background-image: -ms-linear-gradient(bottom, #FD9EA1 50%, #fff 50%) !important;

    background-image: gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.5, #FD9EA1),
        color-stop(0.5, #fff)
        ) !important;
}

.away_reason_sum {
    padding-left: 20px;
}

#pwd_complexity {
    /* display: none;
    height: 10px; */
    width: 240px;
    border: 0px solid #333333;
    margin-top: 2px;
    font-size: 10px;
}
/* #pwd_bar {
    height: 10px;
} */

/*
.slider-area figure figcaption {
font-size: 1.0769em;
max-width: 950px;
}

.slider-area figure figcaption {
  width: 100%;
}
.slider-area figure figcaption, .slider-area figure figcaption h2, .slider-area figure figcaption .manchet {
color: #345D84;
}
.slider-area figure figcaption {
background: 0;
padding: 0;
text-align: left;
position: absolute;
z-index: 9;
}
figure figcaption {
padding: 6px 10px;
background: #eaebec;
}
.slider-area figure {
visibility: hidden;
text-align: center;
}

figure figcaption div {
margin: 0 20px;
}

.slider-area figure figcaption h2 {
font-size: 3.2143em;
line-height: normal;
}
.slider-area figure figcaption h2 {
font-size: 1.9231em;
bottom: .24em;
padding-bottom: 0;
}
.slider-area figure figcaption h2, .slider-area figure figcaption .text {
width: 43%;
position: absolute;
left: 0;
}
.slider-area figure figcaption h2 {
font-size: 1.3846em;
padding-bottom: .5em;
line-height: normal;
}
.slider-area figure figcaption h2, .slider-area figure figcaption div {
margin: 0 20px;
}
.slider-area figure figcaption, .slider-area figure figcaption h2, .slider-area figure figcaption .manchet {
color: #345D84;
}

.slider-area figure figcaption .text {
top: 0;
}
.slider-area figure figcaption h2, .slider-area figure figcaption .text {
width: 43%;
position: absolute;
left: 0;
}

.slider-area figure .fade {
  height: 100px;
  position: relative;
  z-index: 3;
  display: block;
  max-width: 1610px;
  margin: 0 auto;
  border: 1px solid #333;
  background-image: url("graphics/fade-left-grad-light.png") repeat-y;
  background-position: 100% 0;
  width: 63.85093%;
  left: 0;
}

.slider-area figure img {
height: 100%;

z-index: 2;
}
*/

#TheGreatStory {
    overflow: hidden;
    border: 0px solid #666666;
    z-index: 10;
    max-width: 1280px;
    height: 460px;
    margin: 3rem auto;
}
.banner_element {
    overflow: hidden;
    position: relative;
}

.banner_image {
    width: 1280px;
    text-align: center;
    position: relative; 
    float: left;
    z-index: 5;
    margin: 0 auto;
}

/*
.fade_left {
    background: url("../graphics/fade-left-grad-light.png") repeat-y;
    height: 370px;
    position: absolute;
    float: left;
    width: 1060px;
    z-index: 11;
}
.fade_right {
    background: url("../graphics/fade-right-grad-light.png") repeat-y;
    height: 370px;
    position: absolute;
    float: right;
    width: 300px;
    z-index: 12;
    right: 16px;
}
*/

.banner_text {
    position: absolute;
    color: #fff;
    background: #182A61;
    float: left;
    z-index: 13;
    font-size: 1.0769em;
    max-width: 420px;
    height: 270px;
    width: 40%;
    left: 4rem;
    bottom: 0;
    margin-top: 4rem;
    padding: 4rem;
}

.banner_text h2 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 45px;
    color: #fff;
    font-weight: normal;
    font-family: FoundrySterlingOT3W03-Light,FoundrySterlingOT3W10-Light,Arial,Helvetica,sans-serif;
}

.banner_text .text {
    font-size: 1.4rem;
    color: #fff;
    margin: 0 0 .8em;
    font-family: FoundrySterlingOT3W03-Light,FoundrySterlingOT3W10-Light,Arial,Helvetica,sans-serif;
}

#banner_links {
    text-align: center;
    width: 100%;
    padding-top: 10px; 
}
#banner_links a {
    font-size: 16px;
    padding-left: 30px;
    text-decoration: none;
}
#banner_links .active {
    color: #CC9546;
    font-weight: bold;
}

#version {
    float: right;
    right: 15px;
    top: 5px;
    position: absolute;
    font-size: 0.7em;
}

#calendar_box_details {
    border: 0px solid #dbdcdd;
    padding: 10px;
    width: 140px;
    margin-top: 5px;
    background: #eef;
}
#calendar_box_details a {
    margin-bottom: -8px;
    display: block;
}
#calendar_pick_box .disabled {
    background: #eee;
}
.month_calendar.disabled .curr {
    background: #eee;
}
#news_feed_box {
    border: 0px solid #dbdcdd;
    padding: 0;
    margin-top: 1rem;
    max-width: 100%;
}
.news_title {
    line-height: 1.3rem;
}
.news_data {
    font-size: 0.8rem;
    line-height: 1rem;
    color: #999;
    font-style: italic;
    padding-bottom: 1rem;
}
.pie_chart path {
    cursor: pointer
}
.signed {
    color: #3EA539;
    font-weight: bold;
}
.not_signed {
    color: #CA4649;
    font-weight: bold;
}

.line {
    width: 100%;
}
.line .element {
    display: inline-block;
    width: 170px;
    height: 20px;

}
.rotate_x {
    display: inline-block;
    white-space: nowrap;
    /* this is for shity "non IE" browsers
       that dosn't support writing-mode */
    -webkit-transform: translate(1.1em,0) rotate(-90deg);
    -moz-transform: translate(1.1em,0) rotate(-90deg);
    -o-transform: translate(1.1em,0) rotate(-90deg);
    transform: translate(1.1em,0) rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    /* IE9+ */
    -ms-transform: none;
    -ms-transform-origin: none;
}

th.rotate {
    /* Something you can count on */
    height: 140px;
    white-space: nowrap;
    vertical-align: bottom;
}

th.rotate > div {
    transform: 
        /* Magic Numbers */
        translate(25px, 51px)
        /* 45 is really 360 - 45 */
        rotate(315deg);
    width: 30px;
}
th.rotate > div > span {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}


.table-header-rotated th.row-header{
    width: auto;
}

.table-header-rotated td{
    width: 30px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    vertical-align: middle;
    text-align: center;
}

.table-header-rotated th.rotate-45{
    height: 180px;
    width: 31px;
    min-width: 31px;
    max-width: 31px;
    position: relative;
    vertical-align: bottom;
    padding: 0;
    font-size: 12px;
    line-height: 0.8;
}

.table-header-rotated th.rotate-45 > div{
    position: relative;
    top: 0px;
    left: 91px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
    height: 100%;
    -ms-transform:skew(-45deg,0deg);
    -moz-transform:skew(-45deg,0deg);
    -webkit-transform:skew(-45deg,0deg);
    -o-transform:skew(-45deg,0deg);
    transform:skew(-45deg,0deg);
    overflow: hidden;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: #fff;
}

.table-header-rotated th.rotate-45 span {
    -ms-transform:skew(45deg,0deg) rotate(315deg);
    -moz-transform:skew(45deg,0deg) rotate(315deg);
    -webkit-transform:skew(45deg,0deg) rotate(315deg);
    -o-transform:skew(45deg,0deg) rotate(315deg);
    transform:skew(45deg,0deg) rotate(315deg);
    position: absolute;
    bottom: 80px; /* 40 cos(45) = 28 with an additional 2px margin*/
    left: -90px; /*Because it looked good, but there is probably a mathematical link here as well*/
    display: inline-block;
    width: 210px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
    text-align: left;
}

.debug_err td {
    background: #FD9EA1 !important;
    padding-left: 5px;
    padding-right: 5px;
}
.debug_warn td {
    background: #FFD89F !important;
    padding-left: 5px;
    padding-right: 5px;
}
.debug_info td {
    background: #B8ECB5 !important;
    padding-left: 5px;
    padding-right: 5px;
}

.debug_td > div {
    margin: 1px;
    padding: 3px;
    /*background-color: #ffffff66;*/

    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(256, 256, 256);
    /* RGBa with 0.6 opacity */
    background-color: rgba(256, 256, 256, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
}
.debug_line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

}
.debug_line div {
    /*display: inline-block;*/
    max-width: 400px;
    overflow: auto;
    max-height: 300px;
}

.editable {
    min-width: 175px;
    border: 1px solid #ccc;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    min-height: 23px;
    max-width: 180px;
}

.form_frame {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.form_column {
    /*max-width: 400px*/
    min-width: 400px;
    /* border: 1px solid #eee; */
    /* background-color: #f7f7f7; */
    /* margin: 5px;
    padding: 5px; */
}
.form_row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    /* justify-content: flex-start; */
}
.form_line {
    padding: 3px;
}
.page_block {
    /* border-bottom: 1px solid #dbdcdd; */
    background: #fff; /* Not sure about this */
    margin-top: 10px;
    margin-right: 10px;
    padding: 5px;
    padding-top: 1.3rem;
    padding-bottom: 0.8rem;
}

.form_column .page_block {
    min-width: 320px;
}
.form_row .page_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.form_row .mobile_form_element {
    display: flex;
    flex-wrap: nowrap;
    overflow: unset;
    min-width: auto;
}

.form_row .mobile_form_input {
    overflow: unset;
    min-width: auto;
}

.mobile_box {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.mobile_box>div {
    margin: 5px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 2px 6px -4px #000;
    -moz-box-shadow: 0px 2px 6px -4px #000;
    box-shadow: 0px 2px 6px -4px #000;
}

.mobile_box div:first-child {
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -o-border-radius: 6px 6px 0px 0px;
    -ms-border-radius: 6px 6px 0px 0px;
    -khtml-border-radius: 0px 0px 6px 6px;
    border-radius: 6px 6px 0px 0px;
}
.mobile_box div:last-child {
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -o-border-radius: 0px 0px 6px 6px;
    -ms-border-radius: 0px 0px 6px 6px;
    -khtml-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
}
.mobile_form_input>textarea {
    width: 200px;
    height: 100px;
    box-sizing: border-box;
    max-width: 100%;
}

.mobile_form_div {
    margin-top: 10px;
    border-collapse: collapse;
    border: 2px solid #333333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #eee;
    overflow: hidden;
}
.mobile_form_top {
    margin-top: 10px;
    padding-left: 5px;
    border-bottom: 1px solid #eee;
}
.mobile_form_bottom {
    margin-top: 10px;
}
/*
.mobile_form_element:first-of-type {
    border-top: 1px solid #eee;
}
*/
.mobile_form_element {
    /*border-bottom: 1px solid #eee;*/
    /*background: #fff;*/
    overflow: hidden;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    display: grid;
    grid-template-columns: 120px 1fr 30px;
    grid-template-rows: 1fr;
    x_max-width: 400px;
    min-width: 320px;
}
.mobile_form_element.double_form {
    grid-template-columns: 15% 80% 5%;
    max-width: 600px;
}
.mobile_form_element h3 {
    padding: 10px;
}
#reply_text {
    padding: 10px;
    width: calc(100%-20px);
    height: 300px;
}
#reply_text .post {
    border: 0px solid #ccc;
    padding: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
#reply_text .post.dsv_user {
    background: #ADC5DC;
}
#reply_text .post.customer_user {
    background: #d5e3ef;
}

#internal_text {
    padding: 10px;
    width: calc(100%-20px);
    height: 300px;
    overflow: auto;
}
#internal_text .post {
    background: #FEC3C4;
    border: 0px solid #ccc;
    padding: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
.post a.reply_text_delete_post, .post a.internal_text_delete_post  {
    border-radius: 50%;
    background: #c00;
    color: #fff;
    text-align: center;
    display: block;
    width: 1rem;
    height: 1rem;
    line-height: 0.9rem;
    position: relative;
    float: right;
}
.mobile_form_label {
    /* float: left; */
    grid-column: 1/2;
    grid-row: 1/2;
    min-height: 25px;
    width: 35%;
    max-width: 150px;
    min-width: 110px;
    padding: 5px;
    overflow: hidden;
    /*border-right: 1px solid #eee;*/
    font-size: 0.6rem;
    /*color: hsl(0, 0%, 50%);*/
    font-weight: normal;
    line-height: 0.8rem;
    padding-bottom: 0;
}
.list .mobile_form_label {
    width: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.mobile_form_input label, td label {
    vertical-align: top;
    padding: 5px;
    overflow: hidden;
    /*border-right: 1px solid #eee;*/
    font-size: 0.6rem;
    /*color: hsl(0, 0%, 50%);*/
    font-weight: normal;
    line-height: 1.8rem;
    padding-bottom: 0;
}
.list th {
    min-height: 25px;
    padding: 5px;
    padding-left: 0.7rem;
    overflow: hidden;
    font-size: 0.8rem;
    color: hsl(0, 0%, 50%);
    font-weight: normal;
    line-height: 1.4rem;
    /*padding-bottom: 0;*/
}
.mobile_form_input, .mobile_form_list {
    grid-column: 2/3;
    grid-row: 1/2;
    min-height: 25px;
    padding: 5px;
    padding-top: 0;
    overflow: hidden;
    min-width: 45%;
    line-height: 22px;
}
.mobile_form_full {
    grid-column: 1/4;
    grid-row: 1/2;
    min-height: 25px;
    padding: 5px;
    padding-top: 0;
    overflow: hidden;
    min-width: 45%;
    line-height: 22px;
}
.mobile_form_extra {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.5rem;
}
.mobile_form_help {
    /* float: right; */
    grid-column: 3/4;
    grid-row: 1/2;
    min-height: 25px;
    min-width: 25px;
    width: 10%;
    padding: 0px; /*5px;*/
    overflow: hidden;
}
.mobile_form_text {
    float: left;
    width: 100%;
    padding: 5px;
    overflow: hidden;
    font-family: arial;
}
.mobile_form_list {
    min-height: 0;
    line-height: 22px;
    /* padding-left: 150px; */
    padding-bottom: 1.4rem;
}
.mobile_table .mobile_form_label {
    padding-bottom: 0rem;
    line-height: 0.8rem;
}
.mobile_table td, .mobile_table th {
    padding: 0.3rem;
}
.mobile_form_input > .button + .button {
    margin-left: 5px;
}

.test_ok {
    font-weight: bold;
    color: #3EA539;
}

.test_fail {
    font-weight: bold;
    color: #CA4649;
}
.test_description {
    display: inline-block;
    width: 300px;
}
.test_error_msg {
    display: inline-block;
    font-size: 1em;
    color: #999;
    font-style: italic;
    margin-top: 3px;
    margin-bottom: 10px;
}

.light_icon {
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    width: 14px;
    border-radius: 8px;
    border-top: 2px solid #999;
    border-right: 2px solid #777;
    border-bottom: 2px solid #777;
    border-left: 2px solid #999;
    background: #888;
}
.light_icon.ok {
    border-top: 2px solid #93b9da;
    border-right: 2px solid #6994b9;
    border-bottom: 2px solid #6994b9;
    border-left: 2px solid #93b9da;
    background: #7badd8;
}
.light_icon.error {
    border-top: 2px solid #d66d6d;
    border-right: 2px solid #bd3939;
    border-bottom: 2px solid #bd3939;
    border-left: 2px solid #d66d6d;
    background: #cc5454;
}

.fill_height {
    display: flex;
    position: relative;
    flex-flow: column;
    height: 600px;
    overflow: auto;
}
.fill_height > .fill_container {
    flex: 1 1 auto;
}

.top_right_info {
    font-size: 10px;
    color: #999;
    display: block;
    text-align: right;
    padding: 0.3rem;
    padding-right: 1.3rem;
}

.cr_light {
    margin-left: 0.5rem;
}
.cg_light, .cr_light {
    border-top: 2px solid #777;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    border-left: 2px solid #777;
    background: #666;
}
.cg_light.ok, .cr_light.ok {
    border-top: 2px solid #6994b9   ;
    border-right: 2px solid #347ebe;
    border-bottom: 2px solid #347ebe;
    border-left: 2px solid #6994b9;
    background: #4e94d1;
}
.cg_light.error, .cr_light.error {
    border-top: 2px solid #bd3939;
    border-right: 2px solid #bd2222;
    border-bottom: 2px solid #bd2222;
    border-left: 2px solid #bd3939;
    background: #be2d2d;
}

.image_container {
    overflow: hidden;
    padding: 1rem;
    max-width: 600px !important;
}

.rights_container {
    max-width: 610px !important;
    width: 100%;
}

.info_table {
    border: 1px solid #666666;
    width: 100%;
    background: #DCE8F3;
    font-size: 10px;
}
.info_table th, .info_table td {
    padding: 3px;
}

.request_list_info_popup td {
    padding: 1rem;
    font-size: 14px;
}
.request_list_info_popup td.comment {
    max-width: 300px;
}
.request_list_info_popup p {
    padding-top: 0.8rem;
}
.request_list_info_popup .list,
.request_list_info_popup .list th,
.request_list_info_popup .list td {
    background: none;
}

#holder { background: #ADC5DC; border-radius: 6px; min-height: 50px; margin: 1rem; padding:10px; font-size: 1rem; }
#holder.hover { background: #B8ECB5; }
#holder img { display: block; margin: 0px; }
#holder p { margin: 0px; font-size: 14px; }

#holder_internal { background: #FEC3C4; border-radius: 6px; min-height: 50px; margin: 1rem; padding:10px; font-size: 1rem; }
#holder_internal.hover { background: #B8ECB5; }
#holder_internal img { display: block; margin: 0px; }
#holder_internal p { margin: 0px; font-size: 14px; }                

progress { width: 100%; height: 2rem; }
progress:after { content: ''; margin-left: 40%; line-height: 2rem; }
.fail { background: #FEC3C4; padding: 2px; color: #fff; }
.hidden { display: none !important; }

/*outbound product line*/
.ob-product { display: none !important; }
.ob-head { display: none !important; }
.shot-ship-tr { padding-top: 26px !important;}

/*Request Handler Tool Tip*/
.rhl-tooltip {
  position: relative;
  display: inline-block;
}
.rhl-tooltip-content {
  display: none;
  position: absolute;
  background: #fff;
  padding: 2px;
  border-radius: 2px;
  top: 10%;
  left: 36px;
  z-index: 10;
  min-width: 1254px;
  color: #000;
  border: 1px solid #000;
}
.rhl-tooltip:hover .rhl-tooltip-content {
  display: block;
}
.rhl-tooltip-content .list th {
    min-width: 100px;
}
