﻿
@font-face {
    font-family: myfontcon;
    src: url(nimbus1.ttf);
}

@font-face {
    font-family: myfontbold;
    src: url(nimbus1.ttf);
}

body {
    background-color: #cccccc;
}

.mybutton {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 6px 15px;
    border: 1px solid #777fa8;
    border-radius: 4px;
    background: #5f8ead;
    background: -webkit-gradient(linear, left top, left bottom, from(#5f8ead), to(#357199));
    background: -moz-linear-gradient(top, #5f8ead, #357199);
    background: linear-gradient(to bottom, #5f8ead, #357199);
    font: normal normal normal 12px arial;
    color: #ffffff;
    text-decoration: none;
}

    .mybutton:hover,
    .mybutton:focus {
        border: 1px solid #9ba5da;
        background: #72aad0;
        background: -webkit-gradient(linear, left top, left bottom, from(#72aad0), to(#4088b8));
        background: -moz-linear-gradient(top, #72aad0, #4088b8);
        background: linear-gradient(to bottom, #72aad0, #4088b8);
        color: #ffffff;
        text-decoration: none;
    }

    .mybutton:active {
        background: #395568;
        background: -webkit-gradient(linear, left top, left bottom, from(#395568), to(#357199));
        background: -moz-linear-gradient(top, #395568, #357199);
        background: linear-gradient(to bottom, #395568, #357199);
    }


.mybuttongrey {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 6px 15px;
    border: 1px solid #777fa8;
    border-radius: 4px;
    background: #adafb2;
    background: -webkit-gradient(linear, left top, left bottom, from(#adafb2), to(#adb2b3));
    background: -moz-linear-gradient(top, #adafb2, #adb2b3);
    background: linear-gradient(to bottom, #adafb2, #adb2b3);
    font: normal normal normal 12px arial;
    color: #ffffff;
    text-decoration: none;
}

    .mybuttongrey:hover,
    .mybuttongrey:focus {
        border: 1px solid #9ba5da;
        background: #d0d2d6;
        background: -webkit-gradient(linear, left top, left bottom, from(#d0d2d6), to(#d0d6d7));
        background: -moz-linear-gradient(top, #d0d2d6, #d0d6d7);
        background: linear-gradient(to bottom, #d0d2d6, #d0d6d7);
        color: #ffffff;
        text-decoration: none;
    }

    .mybuttongrey:active {
        background: #68696b;
        background: -webkit-gradient(linear, left top, left bottom, from(#68696b), to(#adb2b3));
        background: -moz-linear-gradient(top, #68696b, #adb2b3);
        background: linear-gradient(to bottom, #68696b, #adb2b3);
    }

.mybuttondisabled {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 6px 15px;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    background: #f0f0f0;
    font: normal normal normal 12px arial;
    color: #ffffff;
    text-decoration: none;
}

    .mybuttondisabled:hover,
    .mybuttondisabled:focus {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        padding: 6px 15px;
        border: 1px solid #777fa8;
        border-radius: 4px;
        background: #adafb2;
        background: -webkit-gradient(linear, left top, left bottom, from(#adafb2), to(#adb2b3));
        background: -moz-linear-gradient(top, #adafb2, #adb2b3);
        background: linear-gradient(to bottom, #adafb2, #adb2b3);
        font: normal normal normal 12px arial;
        color: #ffffff;
        text-decoration: none;
    }

    .mybuttondisabled:active {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        padding: 6px 15px;
        border: 1px solid #777fa8;
        border-radius: 4px;
        background: #adafb2;
        background: -webkit-gradient(linear, left top, left bottom, from(#adafb2), to(#adb2b3));
        background: -moz-linear-gradient(top, #adafb2, #adb2b3);
        background: linear-gradient(to bottom, #adafb2, #adb2b3);
        font: normal normal normal 12px arial;
        color: #ffffff;
        text-decoration: none;
    }


hr {
    display: block;
    position: relative;
    padding: 0;
    margin: 8px auto;
    height: 0;
    width: 100%;
    max-height: 0;
    font-size: 1px;
    line-height: 0;
    clear: both;
    border: none;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #ffffff;
}


body {
    font-family: 'Roboto:400',Tahoma,Arial,Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

.chartpanel {
    padding: 5px;
}

p {
    font-family: 'Roboto',myfont,Arial, Verdana,Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

.pagetitle {
    font-family: 'Roboto',Tahoma,Verdana,Arial, Helvetica, sans-serif;
    font-size: 20pt;
    color: #06357a;
    height: 45px;
    font-weight: normal;
    text-decoration: none;
}

.confheading {
    font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;
    font-size: 20pt;
    color: #06357a;
    height: 45px;
    font-weight: normal;
    text-decoration: none;
}

.confsubheading {
    font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #06357a;
    height: 45px;
    line-height: 25px;
    font-weight: normal;
    text-decoration: none;
}



.heading2 {
    font-family: 'Roboto',myfontbold,Tahoma,Verdana,Arial, Helvetica, sans-serif;
    font-size: 18pt;
    color: #06357a;
    font-weight: normal;
}

.heading3 {
    font-family: 'Roboto',myfontbold,Tahoma,Verdana,Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #06357a;
    font-weight: normal;
}

.heading3black {
    font-family: 'Roboto',myfontbold,Tahoma,Verdana,Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: black;
    font-weight: normal;
}



.heading4 {
    font-family: 'Roboto',myfontbold,Tahoma,Verdana,Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: Black;
    font-weight: normal;
}

.heading4ltblue {
    font-family: 'Roboto',myfontbold,Tahoma,Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #00a4e3;
    font-weight: normal;
}

.normaltext {
    font-family: 'Roboto',myfont, Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    margin-left: 0px;
}

.panel_with_padding {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    FONT-FAMILY: Verdana;
}

*, .dxeBase, .dxeEditAreaSys, .dxeListBoxItem {
    font-family: 'Roboto',myfont;
}

.footer > a:link, .footer > a:visited, .footer > a:hover, .footer > a:active {
    font-family: 'Roboto',myfont,'Helvetica Neue',Helvetica, sans-serif;
    font-size: 9pt;
    color: #5283BD;
    text-decoration: none;
}

.footer blacktext {
    font-family: 'Roboto',myfont,'Helvetica Neue',Helvetica, sans-serif;
    font-size: 9pt;
    color: black;
    text-decoration: none;
}

#warningBar > a:link, #warningBar > a:visited, #warningBar > a:active {
    font-family: 'Roboto',myfont,'Helvetica Neue',Helvetica, sans-serif;
    font-size: 9pt;
    color: #5283BD;
    text-decoration: none;
}

#warningBar >  a:hover {
    font-family: 'Roboto',myfont,'Helvetica Neue',Helvetica, sans-serif;
    font-size: 9pt;
    color: #5283BD;
    text-decoration: underline;
}

.copyright-image {
}

.footer > a:hover {
    color: black;
}

.footer h4 {
    font-family: 'Roboto',myfont,'Helvetica Neue',Helvetica, sans-serif;
    font-size: 9pt;
    color: black;
    text-decoration: none;
}



.mainnavtext {
    font-family: 'Roboto',myfont, Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    margin-left: 0px;
}

.accontroltext {
    font-family: 'Roboto',myfont, Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    margin-left: 0px;
}






.normaltextdarkred {
    color: #a33b28;
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    margin-left: 0px;
}

.normaltextdarkredsmall {
    color: #a33b28;
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    margin-left: 0px;
}

.boxnotsubscribed {
    color: #808080;
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    margin-left: 0px;
}


.normaltextbrightred {
    color: #FF0000;
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    margin-left: 0px;
}



.normaltextredbutt {
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    margin-left: 0px;
    background-color: #C04732;
    cursor: pointer;
    text-align: center;
    padding-top: 3px;
    height: 25px;
    width: 175px;
    border-color: Silver;
    border-style: solid;
    border-width: 1px;
    color: white;
}

.navbar {
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    color: Black;
    text-decoration: none;
}


    .navbar a {
        text-decoration: none;
        color: black;
    }


.normaltextred {
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    height: 20px;
    margin-left: 0px;
    color: Red;
}



.normaltextblue {
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #06357a;
    font-weight: normal;
    text-decoration: none;
}

.login {
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    color: #000;
}

.busarea {
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    color: navy;
    font-size: 12pt;
    font-weight: normal;
    text-decoration: none;
}

.reporttype {
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: darkslategray;
    font-weight: normal;
    text-decoration: none;
}

.reporttype-locked {
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: gray;
    font-weight: normal;
    text-decoration: none;
}

.sepdiv2px {
    height: 2px;
    border-bottom: solid;
    border-bottom-color: silver;
    border-bottom-width: 0.25px;
    margin-bottom: 4px;
}

.sepdiv2pxnoborder {
    height: 2px;
    margin-bottom: 8px;
}

.sepdiv2pxfilelink {
    height: 2px;
    margin-bottom: 0px;
}



.replink a:link {
    color: Navy;
    text-decoration: none;
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.replink a:visited {
    color: Navy;
    text-decoration: none;
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.replink a:link:hover {
    color: Red;
    text-decoration: none;
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.replink a:active {
    color: Navy;
    text-decoration: none;
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.hlogin a:link {
    color: Black;
    text-decoration: Underline;
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.hlogin a:visited {
    color: Black;
    text-decoration: Underline;
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.hlogin a:link:hover {
    color: Black;
    text-decoration: Underline;
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.hlogin a:active {
    color: Black;
    text-decoration: Underline;
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}






.mylink2 a:link {
    color: Navy;
    text-decoration: none;
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.mylink2 a:visited {
    color: Navy;
    text-decoration: none;
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.mylink2 a:link:hover {
    color: Red;
    text-decoration: none;
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.mylink2 a:active {
    color: Navy;
    text-decoration: none;
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
}



.clhome a:link {
    color: #a33b28;
    text-decoration: none;
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    height: 25px;
}

.clhome a:visited {
    color: #a33b28;
    text-decoration: none;
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    height: 25px;
}

.clhome a:link:hover {
    color: #ff4e30;
    text-decoration: none;
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    height: 25px;
}

.clhome a:active {
    color: #ff4e30;
    text-decoration: none;
    font-family: 'Roboto',myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    height: 25px;
}


.clhomerep a:link {
    color: Navy;
    text-decoration: none;
    font-family: myfont,myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    height: 25px;
}

.clhomerep a:visited {
    color: #a33b28;
    text-decoration: none;
    font-family: myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    height: 25px;
}

.clhomerep a:link:hover {
    color: #ff4e30;
    text-decoration: none;
    font-family: myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    height: 25px;
}

.clhomerep a:active {
    color: Navy;
    text-decoration: none;
    font-family: myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    height: 25px;
}


.clhomebase {
    font-family: 'Roboto',myfontbold,Tahoma,Verdana,Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none;
    color: #00a4e3;
    font-weight: normal;
    height: 35px;
}

.clhomebase-locked {
    font-family: 'Roboto',myfontbold,Tahoma,Verdana,Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none;
    color: gray;
    font-weight: normal;
    height: 35px;
}

a.clhomebase:hover {
    font-family: 'Roboto',myfontbold,Tahoma,Verdana,Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none;
    color: #a33b28;
    font-weight: normal;
    height: 25px;
}

a.clhomebase:visited {
    font-family: 'Roboto',myfontbold,Tahoma,Verdana,Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none;
    color: #00a4e3;
    font-weight: normal;
    height: 35px;
}

.aspNetDisabled {
    color: gray
}



.accontrolpanel {
    border: 2px dotted #88B8E7;
}

.accheckbox {
    float: left;
    padding: 5px;
}

.aclistbox {
    width: 150px;
    height: 150px;
    font-family: myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
    border-bottom-style: none;
}

.aclabel {
    font-family: myfont,Verdana,Arial, Helvetica, sans-serif;
    width: 195px;
    font-size: 9pt;
}

.clvislink {
    color: #a33b28;
    text-decoration: underline;
    font-family: myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    height: 25px;
}

.aclabelnowidth14 {
    font-family: myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 14pt;
}


.aclabelnowidth11 {
    font-family: myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.aclabelnowidth9 {
    font-family: myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
}


.acdropdown {
    font-family: myfont, Verdana,Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    font-size: 9pt;
    width: 75px;
}

.achelp {
    font-family: myfont,Verdana,Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    font-size: 9pt;
    width: 350px;
}









.aclabelunderlined {
    font-family: myfont,Verdana,Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    width: 195px;
    font-size: 9pt;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #C0C0C0;
}


.acdiv {
    width: 200px;
}

.acbigbluelabel {
    font-family: myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #000000;
}

.acboxeddiv {
    width: 195px;
    font-size: 4pt;
}

.acfirstcolumn {
    width: 175px;
}

.acseperatorcolumn {
    width: 10px;
}

.actitlediv {
    width: 175px;
    background-color: Lime;
}

.acmaincontentpanel {
    border: thin inset #C0C0C0;
    overflow: scroll;
    width: 1000px;
    height: 425px;
}

.acoverflow {
    overflow: scroll;
}

.accontentpanel1 {
    width: 450px;
}

.acintropanels {
    border: 2px solid #C0C0C0;
    width: 400px;
    height: 165px;
}

.ac2labelblue {
    font-family: myfont,Verdana;
    font-size: 9pt;
    color: Navy;
}

.ac2labelblack {
    font-family: myfont,Verdana;
    font-size: 9pt;
    color: Black;
    font-variant: normal;
    font-style: normal;
    font-weight: normal;
}

.ac3labelblack {
    font-family: myfont,Verdana;
    font-size: 9pt;
    color: Black;
    text-decoration: underline;
}


.ac2fullwidthdiv {
    width: 940px;
    position: absolute;
    left: 50%;
    margin-left: -470px;
}

.ac2confdiv {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
}





h2 {
    font: bold 14px 'Roboto',myfont,Verdana,Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    margin: 0px;
    padding: 0px 0px 0px 15px;
}

.diva {
}

.divchart {
    float: left;
    width: 240px;
}




.mysubslabel {
    width: 40px;
    height: 30px;
    text-align: center;
    font-family: myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    height: 20px;
    margin-left: 0px;
}

.clbarheader {
    text-align: left;
    font-family: myfont,Tahoma,Verdana,Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: normal;
    margin-left: 0px;
    color: #004078;
}

.clbarsubheader {
    text-align: left;
    font-family: myfont,Arial, Verdana,Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    margin-left: 0px;
    font-size: 10pt;
    color: #004078;
}

.clbarsubna {
    text-align: left;
    font-family: myfont,Arial, Verdana,Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    margin-left: 0px;
    font-size: 10pt;
    color: silver;
}


a.clbarmorelink:link {
    color: #004078;
    text-decoration: none;
    font-family: myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

a.clbarmorelink:visited {
    color: #004078;
    text-decoration: none;
    font-family: myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

a.clbarmorelink:link:hover {
    color: Red;
    text-decoration: none;
    font-family: myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

a.clbarmorelink:active {
    color: #06357a;
    text-decoration: none;
    font-family: myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.cfbutton {
    background-color: Silver;
    border-style: solid;
    border-width: thin;
    border-color: Silver;
    cursor: pointer;
    font-family: myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    margin-left: 0px;
}

.cursbut {
    cursor: pointer;
}

.conferencetitle {
    letter-spacing: -1px;
    font-family: Verdana;
    font-size: 24px;
    font-weight: lighter;
    color: #144275;
}

.confformlabel {
    font-family: myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    margin-left: 0px;
}

.confformsubhead {
    font-family: myfont,Verdana,Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: normal;
    margin-left: 0px;
    color: #004078;
}

.form-container {
    background-color: #ffffff;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.page-header {
    background-image: url('../Images/wmdarkerblue.jpg'); 
    background-color: #465A92;
}

.logo-container {
    padding: 10px; 
    display:inline-block;
}

.login-details-container {
    float:right; 
    padding-top: 48px;
}

.menu-container {
    background-color: #2B528E;
}

.main-page-content {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.width-100-pc {
    width: 100%;
}

.auto-style1 {
    width:100% !important;
}

.check-edit-text {
    font-family : Verdana;
    color: white;
    font-size: 11px;
}

a.check-edit-text:visited {
    font-family : Verdana;
    color: white;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

a.check-edit-text:link {
    font-family : Verdana;
    color: white;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

a.check-edit-text:hover {
    font-family : Verdana !important;
    color: white !important;
    font-size: 11px !important;
    font-weight: normal !important;
    text-decoration: underline !important;
}

.inline-table {
    display: inline-table;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

margin-bottom-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.vertical-align-top {
    vertical-align: top;
}

.criteria-box {
    background-color: #f1f1f3;
    border: solid 1px #c0c0c0;
    margin-top: 10px;
    padding: 10px;
}

.form-control {
    margin-left: 10px;
}

/*override for form caption*/
.dxflRadioButtonListItemSys .dxflVATSys.dxflCaptionCell {
    padding-top: 0px !important;
}

.button-container {
    padding: 10px;
    padding-right: 0;
    float: right;
}

.warning-bar {
    background-color: #FFEB3B;
    color: black;
    width: 100%;
    min-height: 20px;
    line-height: 20px;
}

.warning-bar p {
    margin-left: 5px;
    margin-right: 5px;
}

.iis-file-link {
    font-size: 12px;
    line-height: 2em;
    color: #00a4e3;
    height:35px;
    text-decoration: none;
}

.iis-file-link:visited {
    font-size: 12px;
    line-height: 2em;
    color: #00a4e3;
    height:35px;
    text-decoration: none;
}

.iis-file-link-archived {
    font-size: 12px;
    line-height: 2em;
    color: gray;
    height:35px;
    text-decoration: none;
}

.iis-file-link-archived:visited {
    font-size: 12px;
    line-height: 2em;
    color: gray;
    height:35px;
    text-decoration: none;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

    #cookieConsent a {
        color: #4B8EE7;
        text-decoration: none;
    }

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}

#closeCookieConsent:hover {
    color: #FFF;
}

#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}

    #cookieConsent a.cookieConsentOK:hover {
        background-color: #E0C91F;
    }
/*Cookie Consent End*/

.login-page-link:link, .login-page-link:visited, .login-page-link:active {
    color: #5283BD;
    font-size: 13px;
    text-decoration: none !important;
    text-decoration-line: none !important;
}

.login-page-link:hover {
    text-decoration: underline !important;
    color: #5283BD;
    font-size: 13px;
}

.dxmLite_MaterialCompact .dxm-main .dxm-item:not(.dxm-tmpl)::before, .dxmLite_MaterialCompact .dxm-popup .dxm-item:not(.dxm-tmpl)::before {
    /*disable menu ripple*/
    content: none !important;
    display: none;
}