﻿html {
    scroll-behavior: smooth;
    background-image: linear-gradient(to right, #141e30, #243b55);
}

body {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: "Roboto";
    color: rgba(38, 38, 38, 1);
    font-display: swap;
}

.header1 {
    background-color: white;
    text-align: left;
    width: 100%;
}

.wrapperheader1 {
    position: fixed;
    top: 0;
    left: 0; /* Add this */
    width: 100%; /* Add or confirm this */
    background-color: #1f1f1f; /* Adjust color if needed */
    z-index: 1000;
}


html,
body,
form {
    margin: 0;
    padding: 0;
}


.container {
    min-height: 100%;
    position: relative;
}


.val {
    color: #ff2323;
    font-size: 18px;
    font-weight: bold;
}

.val2 {
    color: #ff2323;
    font-size: 18px;
    font-weight: bold;
    display: block;
}


.allContent {
    background-color: white;
    max-width: 1800px;
}

.labelcontrolrow {
    margin-bottom: 10px;
}

.labelcontrolrow2 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.watermark {
    background-image: url(../Images/ogefremwatermark.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 30px;
    background-origin: border-box;
}

.label {
    max-width: 250px;
    width: 100%;
    vertical-align: top !important;
    display: inline-block !important;
    font-size: 12px !important;
    color: #1D327A !important;
    line-height: 30px !important;
}

.label2 {
    vertical-align: top !important;
    display: inline-block !important;
    font-size: 12px !important;
    color: #1D327A !important;
    line-height: 30px !important;
}

.formlabel {
    display: inline-flex;
    margin-right: 0;
    font-size: 12px;
}

.formcontrol {
    display: block;
}

.requiredfield {
    color: #ff0000;
    vertical-align: middle;
    line-height: 15px;
    font-size: 18px !important;
    display: inline;
}

.invalid {
    font-size: 20px;
    color: #ff0000;
    vertical-align: middle;
    line-height: 15px;
    font-size: 16px !important;
}

.valid {
    font-size: 20px;
    color: #6cb11d;
    vertical-align: middle;
    line-height: 15px;
    font-size: 16px !important;
}


.disabledtextbox {
    background-color: #dcdcdc !important;
}

.radiobutton {
}

.spacer {
    height: 10px;
}


.labelcontrolrow {
    margin-bottom: 10px;
}

.controlrequiredfield {
    vertical-align: top;
}

.admincontent .controlrequiredfield {
    display: inline-block !important;
}

.delegatefieldbox {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

.delegatefieldlabel {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 3px;
    margin-top: 10px;
}

.delegateheader {
    font-size: 16px;
    margin-bottom: 10px;
    font-size: 14px !important;
}

.delegateitem {
    padding: 10px;
    border-radius: 10px;
    background-color: #f3f3f3;
}

.header {
    height: 96px;
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    min-height: 100%;
    position: relative;
}

.logo {
    background-image: url('../Images/PIPC2020.png');
    width: 95px;
    height: 96px;
    display: inline-block;
}

.headerlogo {
    background-image: url('../Images/logo_transcom.png');
    width: 60px;
    height: 61px;
    display: inline-block;
    margin-top: 10px;
}

.africertheaderlogo {
    background-image: url('../Images/logo_africert.png');
    width: 60px;
    height: 61px;
    display: inline-block;
    margin-top: 10px;
}

.ogefremheaderlogo {
    background-image: url('../Images/ogefrem100.png');
    background-repeat: no-repeat;
    width: 100px;
    height: 105px;
    display: inline-block;
    margin-top: 10px;
}

.footer {
    font-size: 12px;
    background: rgba(38, 38, 38, 1) 0% 0% no-repeat padding-box;
    color: #909090;
    opacity: 1;
    text-align: left;
    padding-top: 40px;
    vertical-align: top;
    padding-bottom: 25px;
}

.mainpageview {
    max-width: 1800px;
}

.menu {
    z-index: 3000 !important;
    text-transform: uppercase;
    border-bottom: solid 1px #b9b9b9;
    text-align: left;
}

.footertable {
    margin-left: 152px;
    padding-top: 38px;
}

.maintenancenotification {
    background-color: #1D327A;
    width: 100%;
    padding: 5px 5px 5px 5px;
    top: 0;
    z-index: 9999999;
}

.footerlink {
    font-size: 13px;
    color: white;
    margin-bottom: 4px;
    padding-right: 10px;
    border-right: solid 1px #a8a8a8;
    display: inline-block;
    padding-left: 10px;
}

.footerlinklast {
    font-size: 13px;
    color: white;
    margin-bottom: 4px;
    padding-left: 10px;
    display: inline-block;
}



.subscribetextboxcontainer {
    margin-top: 10px;
    width: 232px;
    border: 2px solid #FFFFFF;
    border-radius: 6px;
    height: 32px;
    padding-top: 2px;
}

.footersmalltext {
    font-size: 11px;
    letter-spacing: 0;
    color: white;
    opacity: 1;
    padding: 5px;
    padding-left: 0px;
    margin-top: 4px;
}

.footerpayfastlogo {
    padding-left: 20px;
    padding-right: 20px;
}

.emailbutton {
    width: 16px;
    opacity: 1;
    vertical-align: top;
}

.socialbutton {
    margin-right: 30px;
}

.rr1 {
    max-height: 385px;
    background-image: url('../Banner/1.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

.main {
    padding: 0px;
    margin: 0px;
    text-align: left;
    letter-spacing: 0;
    color: #171846;
    opacity: 1;
}

.tickerouter {
    background-color: #0D87A8;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.ticker {
    text-align: left;
    font-size: 24px;
    letter-spacing: 0.48px;
    color: #FFFFFF;
    opacity: 1;
    text-align: center;
}

h1 {
    text-align: left;
    font-size: 44px;
    font-weight: normal;
    letter-spacing: 0;
    color: #1D327A;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: 60px;
    margin-bottom: 30px;
    line-height: 54px;
    text-transform: uppercase;
}

h2 {
    text-align: left;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 2.56px;
    color: #304585;
    text-transform: uppercase;
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 32px;
}

h3 {
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2.4px;
    color: rgba(255, 65, 65, 1);
    text-transform: uppercase;
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 36px;
}

h4 {
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2.4px;
    color: #707CA9;
    text-transform: uppercase;
    opacity: 1;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 36px;
    border-bottom: solid 1px #8A8E93;
}

.banner {
    opacity: 1;
    vertical-align: middle;
    text-align: center;
}


bigtext {
    text-align: left;
    font-size: 36px;
    letter-spacing: 2.4px;
    color: #262C7C;
    text-transform: uppercase;
    opacity: 1;
}

.divider {
    border-top: #707CA9 dashed 3px;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 20px;
}

.divider2 {
    border-top: #313131 dashed 1px;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}



.bigbutton {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #000000;
    border: 4px solid #FF3D3D;
    opacity: 1;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.51px;
    color: #FF3D3D;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    z-index: 100;
}

    .bigbutton:hover {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 1px 1px #000000;
        border: 4px solid #222F7B;
        color: #222F7B;
    }

    .bigbutton:active {
        background: #222F7B;
        box-shadow: 0px 1px 1px #000000;
        color: #FFFFFF;
        border: 4px solid #222F7B;
    }




.bigbuttondisabled {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 18px;
    padding-right: 18px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #000000;
    border: 4px solid #8A8E93;
    opacity: 1;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.51px;
    color: #8A8E93;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

    .bigbuttondisabled:hover {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 1px 1px #000000;
        border: 4px solid #8A8E93;
        color: #8A8E93;
    }

.googlemap {
    height: 445px;
    opacity: 1;
}

.pipc2018video {
    max-width: 600px;
    max-height: 336px;
}

.sponsorlogo {
    display: inline;
}

.sponsorlogos {
    margin-top: 30px;
    text-align: center;
}

.rob {
}

.content {
    text-align: left;
    font-size: 1em;
    letter-spacing: 0;
    opacity: 1;
    line-height: 1.6em;
    padding: 10px;
    margin: 0px;
    text-align: left;
}

.contentlarge {
    text-align: left;
    letter-spacing: 2.2px;
    color: #262C7C;
    opacity: 1;
    line-height: 29px;
    text-align: left !important;
}

.biglabel {
    color: #2DA1BF;
    line-height: 48px;
    font-size: 28px;
    letter-spacing: 0;
    opacity: 1;
    text-align: left;
    width: 150px;
    display: inline-block;
}

a {
    text-decoration: underline;
    color: #207de9;
    letter-spacing: 0;
    opacity: 1;
}

    a:hover {
        color: rgba(255, 65, 65, 1);
    }


.contentbox {
    width: 242px;
    height: 480px;
    background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 6px 6px;
    opacity: 1;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 30px;
    letter-spacing: 1.4px;
}

    .contentbox h2 {
        text-align: center;
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 2.4px;
        color: #262C7C;
        text-transform: uppercase;
        opacity: 1;
        margin-top: 10px;
        margin-bottom: 5px;
        padding-bottom: 0;
    }

    .contentbox .content {
        margin-left: 32px !important;
        margin-right: 32px !important;
        margin-top: 0;
        line-height: 24px;
    }

.articlelist a {
    text-decoration: none;
}

.contentbox a {
    text-decoration: none;
}

.contentbox:hover {
    transform: scale(1.07);
}


.articlecontentbox {
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    padding: 20px;
}

    .articlecontentbox h2 {
        text-align: center;
        font-size: 24px;
        font-weight: normal;
        letter-spacing: 2.4px;
        color: #262C7C;
        text-transform: uppercase;
        opacity: 1;
        margin-top: 10px;
        margin-bottom: 5px;
        padding-bottom: 0;
    }

    .articlecontentbox:hover {
        background: #d8d8d8;
        cursor: pointer;
    }


.readmorebutton {
    font-size: 11px;
    letter-spacing: 1.1px;
    color: rgba(34, 47, 123, 1);
    text-transform: uppercase;
    opacity: 1;
    padding: 10px;
    vertical-align: top;
    margin-top: 10px;
    text-align: center;
}

.readmoreicon {
    background-image: url(../Images/readmore.png);
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.readmorebutton:hover {
    color: rgba(8, 101, 222, 1);
    cursor: pointer;
}

.readmorebutton:active {
    color: rgba(34, 47, 123, 1);
}

.readmorebutton:target {
    color: rgba(34, 47, 123, 1);
}

.contentboxcontainer {
    margin-bottom: 0;
    text-align: center
}

.feeboxcontainer {
    text-align: center !important;
    vertical-align: top !important;
}

.feebox1 {
    width: 288px;
    height: 500px;
    background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    opacity: 1;
    text-align: center;
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 20px;
    border-bottom: solid 30px rgba(27, 45, 111, 1);
}

.feebox2 {
    width: 288px;
    height: 500px;
    background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    opacity: 1;
    text-align: center;
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 20px;
    border-bottom: solid 30px #334386;
}

.feebox3 {
    width: 288px;
    height: 624px;
    background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    opacity: 1;
    text-align: center;
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 20px;
    border-bottom: solid 30px #5C689E;
}


.feeboxheader1 {
    background: rgba(27, 45, 111, 1) 0% 0% no-repeat padding-box;
    border-radius: 8px 8px 0px 0px;
    opacity: 1;
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 28px;
    padding-top: 28px;
    line-height: 32px;
}

.feeboxheader2 {
    background-color: #334386;
    border-radius: 8px 8px 0px 0px;
    opacity: 1;
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 28px;
    padding-top: 28px;
    line-height: 32px;
}

.feeboxheader3 {
    background-color: #5C689E;
    border-radius: 8px 8px 0px 0px;
    opacity: 1;
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 28px;
    padding-top: 28px;
    line-height: 32px;
}



.feeboxcontent {
    padding: 10px;
}

.feeboxdate {
    color: rgba(255, 100, 100, 1);
    font-size: 18px;
}

.feeboxsubheading1 {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: rgba(24, 52, 121, 1);
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
}

.feeboxsubheading2 {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #304585;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
}

.feeboxsubheading3 {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #5A699D;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
}

.feeboxtext1 {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.39px;
    color: rgba(24, 52, 121, 1);
}

.feeboxtext2 {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.39px;
    color: #304585;
}

.feeboxtext3 {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.39px;
    color: #5A699D;
}

.feeboxalternatetext {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.39px;
    color: #717BAA;
}

.feeboxdivider {
    border: 1px solid #E4E4E4;
    opacity: 1;
    margin-bottom: 20px;
}

.feeboxregisterbutton1 {
    background-color: #1D327A;
    box-shadow: 0px 1px 1px #000000;
    border-radius: 4px;
    opacity: 1;
    font-size: 12px;
    color: white;
    width: 137px;
    padding: 5px !important;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    vertical-align: middle;
    cursor: pointer;
    letter-spacing: 1.2px;
    border: 4px solid #1D327A;
}

.applybutton {
    background-color: #1D327A;
    box-shadow: 0px 1px 1px #000000;
    border-radius: 4px;
    opacity: 1;
    font-size: 12px;
    color: white;
    width: 60px;
    padding: 5px !important;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    letter-spacing: 1.2px;
    border: 4px solid #1D327A;
}


.feebox1 a, .feebox2 a, .feebox3 a {
    line-height: 15px !important;
    text-align: center;
    font-size: 12px !important;
}

.feeboxregisterbutton2 {
    background-color: #707CA9;
    box-shadow: 0px 1px 1px #000000;
    border-radius: 4px;
    opacity: 1;
    font-size: 12px;
    color: white;
    width: 137px;
    padding: 5px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    vertical-align: middle;
    cursor: pointer;
    letter-spacing: 1.2px;
    border: 4px solid #707CA9;
}

.feeboxregisterbutton3 {
    background-color: #5A699D;
    box-shadow: 0px 1px 1px #000000;
    border-radius: 4px;
    opacity: 1;
    font-size: 12px;
    color: white;
    width: 137px;
    padding: 5px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    vertical-align: middle;
    cursor: pointer;
    letter-spacing: 1.2px;
    border: 4px solid #5A699D;
}

.feeboxalternateregisterbutton {
    background-color: #707CA9;
    box-shadow: 0px 1px 1px #000000;
    border-radius: 4px;
    opacity: 1;
    font-size: 12px;
    color: white;
    width: 137px;
    padding: 5px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    vertical-align: middle;
    cursor: pointer;
    letter-spacing: 1.2px;
    border: 4px solid #707CA9;
}

.feeboxregisterbutton1:hover {
    border: 4px solid #304585;
    border-radius: 4px;
    background-color: white;
    color: #304585;
}

.feeboxregisterbutton2:hover {
    border: 4px solid #707CA9;
    border-radius: 4px;
    background-color: white;
    color: #707CA9;
}

.feeboxregisterbutton3:hover {
    border: 4px solid #5A699D;
    border-radius: 4px;
    background-color: white;
    color: #707CA9;
}

.feeboxalternateregisterbutton:hover {
    border: 4px solid #707CA9;
    border-radius: 4px;
    background-color: white;
    color: #707CA9;
}

.footerlogo {
    vertical-align: top;
    text-align: right;
    margin-left: 20px;
}

.footerlinks1 {
    display: inline-block;
    vertical-align: top;
    border-right: solid 1px white;
    margin-bottom: 20px;
    width: 100px;
    margin-right: 10px;
    height: 81px;
    margin-top: 10px;
}

.footerlinks2 {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    width: 130px;
    margin-right: 10px;
    height: 81px;
    margin-top: 10px;
}

.subscribe {
    display: inline-block;
    vertical-align: top;
}

.social {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

.footer a {
    font-size: 13px;
    color: #ecedef;
    opacity: 1;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: uppercase;
    line-height: 19px;
    letter-spacing: 0.3px !important;
    text-decoration: none;
}

    .footer a:hover {
        color: #4569f7;
    }

.delegatebox {
    background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    opacity: 1;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: none;
}

.delegateboxheader {
    background: #8A8E93;
    border-radius: 2px 2px 0px 0px;
    opacity: 1;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: 16px;
    padding-left: 5px;
}


.delegateboxcontent {
    padding: 10px;
    padding-bottom: 10px;
}

.popupheading {
    text-align: left;
    font-size: 22px;
    letter-spacing: 0;
    color: #1D327A;
    opacity: 1;
    margin-bottom: 20px;
}

.popupsubheading {
    text-align: left;
    font-size: 17px;
    letter-spacing: 0;
    color: #FF7575;
    opacity: 1;
    margin-bottom: 10px;
}

.popupcopy {
    text-align: left;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #262626;
    opacity: 1;
    line-height: 24px;
    margin-bottom: 20px;
}

.popupouter {
    background-color: white !important;
}

.popupinner {
    margin: 30px;
    margin-top: 10px;
}

.RadMenuPopup .rmLink {
    width: 180px !important;
    text-transform: uppercase;
}

.visadiv {
    display: none;
}

.copyright {
    text-align: left;
    padding-top: 10px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: 9px;
    letter-spacing: 2.03px;
    font-size: 9px;
    padding-left: 10px;
    text-align: center;
}

.copyright2 {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2.03px;
    font-size: 9px;
    display: inline-block;
    margin-top: 42px;
}

.subscribetextbox {
    background-color: transparent !important;
    border: none !important;
}

.bluebutton {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 18px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #000000;
    border: 4px solid #222F7B;
    opacity: 1;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.51px;
    color: #222F7B;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    line-height: 19px;
    margin-right: 20px;
}

    .bluebutton:hover {
        background: #222F7B 0% 0% no-repeat padding-box;
        box-shadow: 0px 1px 1px #000000;
        border: 4px solid #222F7B;
        color: white;
    }

.bluebuttonselected {
    background: #222F7B 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #000000;
    border: 4px solid #222F7B;
    color: white;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 18px;
    opacity: 1;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.51px;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    line-height: 19px;
    margin-right: 20px;
}

    .bluebuttonselected:hover {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 1px 1px #000000;
        border: 4px solid #222F7B;
        color: #222F7B;
    }


.programmekey {
    letter-spacing: 1.6px;
    color: #262C7C;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 30px;
}


.plenaryline {
    border-top: solid 3px #62D9FA;
    opacity: 1;
    height: 5px;
    width: 20px;
    display: inline-block;
}

.expertloungeline {
    border-top: solid 3px #222F7B;
    opacity: 1;
    height: 5px;
    width: 20px;
    display: inline-block;
}

.talkshowloungeline {
    border-top: solid 3px #FCC62B;
    opacity: 1;
    height: 5px;
    width: 20px;
    display: inline-block;
}

.speedloungeline {
    border-top: solid 3px #FF4141;
    opacity: 1;
    height: 5px;
    width: 20px;
    display: inline-block;
}

.deepdiveloungeline {
    border-top: solid 3px #0D87A8;
    opacity: 1;
    height: 5px;
    width: 20px;
    display: inline-block;
}


.keylabel {
    display: inline;
    margin-right: 20px;
    margin-left: 10px;
}

.programmeline {
    border-bottom: 1px solid #DDDBDB;
    opacity: 1;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #262C7C;
    font-size: 14px;
    letter-spacing: 1.4px;
}

.clockimage {
    margin-right: 20px;
    padding-bottom: 3px;
    vertical-align: middle;
}

.programmelabel {
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
    display: inline;
}

.timeslot {
    width: 120px;
    display: inline-block;
}

.footerlogo {
    display: inline-block;
    margin-left: 20px;
}

.footerlogolast {
    display: inline-block;
    margin-bottom: 20px;
}

.adminheading {
    background-color: #304585;
    padding: 5px;
    padding-left: 20px;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2.56px;
    color: white;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 0;
    line-height: 40px;
}

.headingimage {
    margin-top: 5px;
    margin-right: 10px;
}

.admincontent {
    padding: 40px;
    font-size: 14px !important;
    text-align: left;
}

    .admincontent a {
        text-decoration: none;
        color: #1D327A;
        letter-spacing: 0;
        opacity: 1;
        text-align: left;
    }

        .admincontent a:hover {
            color: rgba(255, 65, 65, 1);
        }

.backbutton {
    float: right;
    padding-top: 5px;
}

.userphotobox {
    padding-top: 22px;
}

.smallphoto {
    z-index: 1;
    margin: auto;
    background: white;
    border: 1px solid white;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.50);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 0px;
}

.userphotobox a {
    font-size: 14px !important;
    line-height: 15px;
}

.multipage {
    border: solid 1px #dedede;
    border-top: none;
    padding: 40px;
}

.multipage2 {
    border: solid 1px #dedede;
    border-top: none;
    padding: 40px;
    padding-top: 10px;
}

.copyright a {
    font-size: 10px;
}

.pageview {
    border: solid 1px #dedede;
    border-top: none;
    margin-bottom: 30px;
}

.lookupbutton {
    margin-left: 10px;
    vertical-align: middle;
}


.banner1 {
    background: url(../banner/1.jpg) no-repeat center center #000;
    height: 400px;
    background-size: contain;
}

.banner1inner {
    background: no-repeat padding-box;
    background-color: rgba(34,47,123, 0.8);
    border-radius: 10px;
    position: relative;
    top: 74px;
    left: 121px;
    width: 630px;
    height: 135px;
    -webkit-animation: 3s ease 0s normal forwards 1 fadein;
    animation: 3s ease 0s normal forwards 1 fadein;
    z-index: 100;
}

.banner1badgetext {
    background: no-repeat padding-box;
    position: relative;
    top: -60px;
    left: 138px;
    width: 600px;
    height: 135px;
    -webkit-animation: 3s ease 0s normal forwards 1 fadein2;
    animation: 3s ease 0s normal forwards 1 fadein2;
    z-index: 111112;
}

.banner2inner {
    background-color: blue;
    position: relative;
    top: 50px;
    left: calc(100% - 320px);
    width: 300px;
    height: 200px;
    -webkit-animation: 6s ease 0s normal forwards 1 fadein;
    animation: 6s ease 0s normal forwards 1 fadein;
    z-index: 111111;
}

.bannerheading {
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    color: #FFFFFF;
    opacity: 1 !important;
    margin-top: 20px;
}

.bannersubheading {
    text-align: center;
    font-size: 22px;
    letter-spacing: 4.4px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.bannertext {
    margin-top: 10px;
    text-align: center;
    font: 13px;
    letter-spacing: 2.6px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.formsection {
    margin-bottom: 40px;
}

.adminformsection {
    margin-bottom: 40px;
    background-color: #E4E4E4;
    padding: 20px;
    padding-top: 10px;
}

.repeaterdelete {
    padding-right: 5px;
    margin-right: 10px;
    border-right: solid 1px #dcdcdc;
}

.rcbEmptyMessage {
    color: #909090 !important;
}

.sidebar {
    margin-bottom: 40px;
    background-color: #dee7ff;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    float: right;
    font-size: 12px;
    line-height: 20px;
    height: 100%;
    border-radius: 5px;
}

.statusimage {
    margin-right: 10px;
}

.logininfo {
    margin-bottom: 20px;
}

.myupload {
    text-align: left !important;
    padding-top: 6px;
}

.dropdownaddbutton {
    vertical-align: middle;
    margin-left: 3px;
    margin-right: 3px;
    height: 20px;
}

.adminsubheading {
    padding: 10px;
    padding-left: 20px;
    background-color: #68686b;
    font-size: 16px;
    text-align: left;
    color: white;
}

.templatesubheading {
    padding: 10px;
    padding-left: 20px;
    background-color: #6c9d1b;
    font-size: 16px;
    text-align: left;
    color: white;
}

.roadbutton {
    border-bottom: solid 4px #f6ca4f !important;
}

.railbutton {
    border-bottom: solid 4px #34cf58 !important;
}

.airbutton {
    border-bottom: solid 4px #3470cf !important;
}

.maritimebutton {
    border-bottom: solid 4px #9a33e1 !important;
}

.regionalbutton {
}

.continuancebutton {
}

.disastermodebutton {
    border-bottom: solid 4px #FFFFDAB9 !important;
}

.wabbutton {
    border-bottom: solid 4px #FF20B2AA !important;
}

.roadcolumn {
    background-color: #f6ca4f !important;
}

.railcolumn {
    background-color: #34cf58 !important;
}

.aircolumn {
    background-color: #3470cf !important;
}

.maritimecolumn {
    background-color: #9a33e1 !important;
}

.rauInvoiceDiv .ruButton {
    width: 120px !important;
}

.rauInvoiceDiv .RadUpload {
    width: 130px !important;
}

.rauCertificateDiv .ruButton {
    width: 140px !important;
}

.RadGrid_Bootstrap .rgFooter td {
    padding-right: 7px !important;
}

.pulseblackgreenbutton {
    -webkit-animation: pulse 600ms infinite alternate;
    animation: pulseblackgreen 600ms infinite alternate;
}

@-webkit-keyframes pulseblackgreen {
    0% {
        color: black;
    }

    100% {
        color: limegreen;
    }
}

@keyframes pulseblackgreen {
    0% {
        color: black;
    }

    100% {
        color: limegreen;
    }
}


.pulsenonegreenbutton {
    -webkit-animation: pulsenonegreen 700ms infinite alternate;
    animation: pulsenonegreen 700ms infinite alternate;
}

@-webkit-keyframes pulsenonegreen {
    0% {
        color: #f5f5f5;
    }

    100% {
        color: #ff3030;
    }
}

@keyframes pulsenonegreen {
    0% {
        color: #f5f5f5;
    }

    100% {
        color: #ff3030;
    }
}

.documentcontainer {
    background-color: white;
    margin-top: 20px;
    text-align: left;
}

.dropzone {
    margin: 40px;
    margin-top: 20px;
    border-width: 3px;
    border-style: dotted;
    border-color: #262C7C;
    padding: 30px;
    color: #3b3b3b;
    background-color: #f2f2f2;
    font-size: 14px;
    text-align: center;
}

    .dropzone .RadUpload .ruInputs {
        text-align: center !important;
    }

.documentupload .RadUpload {
    width: inherit !important;
    margin-left: 330px !important;
}

.marginbottom {
    margin-bottom: 5px;
}

.indicator {
    background-color: #304585;
    border-radius: 20px;
    padding: 15px;
    padding-bottom: 10px;
    margin-right: 10px;
    margin-top: 20px;
    font-size: 9px;
    color: white;
    display: inline-block;
    text-align: left;
}

.indicatorlabel {
    color: white;
}


.chartbox {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 9px;
    color: white;
    display: inline-block;
    text-align: left;
}


.bannerlogo {
    background-image: url(../Images/OGEFREM200glow.png);
    z-index: 9999999;
    position: relative;
    top: 0px;
    left: 900px;
    width: 220px;
    height: 230px;
    opacity: 1 !important;
    background-color: white;
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.subagentlogo {
    border: solid 1px #8A8E93;
    margin-right: 30px;
    border-radius: 10px;
}

.subagentdetails {
    font-size: 14px;
    line-height: 18px;
}

.byline1 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #4261ac;
}

.subagentheader {
    background-color: #efefef;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px;
}

.clientselect {
    font-size: 30px;
}

    .clientselect input {
        width: 30px;
        height: 30px;
    }

.important {
    color: rgba(255, 65, 65, 1);
    font-weight: bold;
    font-size: 15px;
}

.clientnotapproved {
    background-color: rgba(255, 65, 65, 1);
    padding: 10px;
    color: white;
}

.applicationstatus {
    background-color: white;
    border-radius: 5px;
    padding: 7px;
    font-size: 14px;
    margin: 3px;
}

.smalltext {
    font-size: 10px;
    margin-bottom: 5px;
}

.Chart100 {
    width: 100% !important;
}

.adminfooter {
    font-size: 12px;
    background: rgba(38, 38, 38, 1) 0% 0% no-repeat padding-box;
    color: white;
    opacity: 1;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}

.menupulsegreen {
    -webkit-animation: pulse 600ms infinite alternate;
    animation: pulseblackred 600ms infinite alternate;
}


.pulsered {
    -webkit-animation: pulse 600ms infinite alternate;
    animation: pulseblackred 600ms infinite alternate;
    margin: 10px;
}

@-webkit-keyframes pulseblackred {
    0% {
        color: black;
    }

    100% {
        color: red;
    }
}

@keyframes pulseblackred {
    0% {
        color: black;
    }

    100% {
        color: red;
    }
}

.pulsetabred {
    -webkit-animation: pulse 600ms infinite alternate;
    animation: pulseblackredtab 600ms infinite alternate;
}

@-webkit-keyframes pulseblackredtab {
    0% {
        background-color: none;
    }

    100% {
        color: red;
    }
}

@keyframes pulseblackredtab {
    0% {
        background-color: none;
    }

    100% {
        background-color: red;
    }
}

.pulsegreen {
    -webkit-animation: pulse 600ms infinite alternate;
    animation: pulseblackred 600ms infinite alternate;
    margin: 10px;
}

@-webkit-keyframes pulseblackgreen {
    0% {
        background-color: black;
    }

    100% {
        background-color: green;
    }
}

@keyframes pulseblackgreen {
    0% {
        background-color: black;
    }

    100% {
        background-color: green;
    }
}

@-webkit-keyframes pulsenonegreen {
    0% {
        background-color: #f5f5f5;
    }

    100% {
        background-color: #2ecc71;
    }
}

@keyframes pulsenonegreen {
    0% {
        background-color: #f5f5f5;
    }

    100% {
        background-color: #2ecc71;
    }
}

.invalidemail {
    color: rgba(255, 65, 65, 1) !important;
}

.padtop {
    padding-top: 8px;
}

.operatorcircle {
    margin-right: 5px;
    display: inline-block;
    background-color: #b73d6e;
    border-radius: 15px;
    width: 30px;
    color: white;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
}

.validatorcircle {
    margin-right: 5px;
    display: inline-block;
    background-color: #6f3db7;
    border-radius: 15px;
    width: 30px;
    color: white;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
}

.committercircle {
    display: inline-block;
    background-color: #3da8b7;
    border-radius: 15px;
    width: 30px;
    color: white;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
}

.newsthumbnail {
    z-index: 1;
    margin: auto;
    background: white;
    border: 1px solid white;
    -webkit-box-shadow: 0 1px 4px rgba(30, 28, 28, 0.50);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.50);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 0px;
    background-image: url(../Images/image.png);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 200px;
    min-height: 150px;
    padding: 10px;
    display: inline-block;
}

.logothumbnail {
    z-index: 1;
    margin: auto;
    background: white;
    border: 1px solid white;
    -webkit-box-shadow: 0 1px 4px rgba(30, 28, 28, 0.50);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.50);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 0px;
    background-image: url(../Images/image.png);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 200px;
    min-height: 150px;
    padding: 10px;
}

.thumbnail {
    z-index: 1;
    margin: auto;
    background: white;
    border: 1px solid white;
    -webkit-box-shadow: 0 1px 4px rgba(30, 28, 28, 0.50);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.50);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
}

.newshero {
    z-index: 1;
    margin: auto;
    background: white;
    border: 1px solid white;
    -webkit-box-shadow: 0 1px 4px rgba(30, 28, 28, 0.50);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.50);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 0px;
    background-image: url(../Images/image.png);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 500px;
    min-height: 300px;
    padding: 10px;
}


.articlelist {
}

    .articlelist a {
        color: rgba(38, 38, 38, 1);
    }

        .articlelist a:hover {
            color: rgba(38, 38, 38, 1);
        }

.newslisttitle {
    font-size: 18px;
}



hr {
    border-bottom-color: #8A8E93;
    border-width: 1px;
}

.checkedfilter {
    background-color: #304585;
    color: white;
}

.hideme {
    cursor: pointer;
}

.applicationwarning {
    border-radius: 2px;
    margin: 3px;
    background-color: #e63131;
    color: white;
    padding: 5px;
    padding-left: 10px;
    font-size: 12px;
}

.moreinfo {
    font-size: 12px;
    color: #e1e809 !important;
    text-decoration: underline;
    cursor: pointer;
}

.warningtooltip {
    text-align: left !important;
}

.searchbar {
}

.rsbPopup_Bootstrap .rsbListItem {
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: solid 1px #cdcdce;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 10px !important;
}

.rsbShowAll {
    display: none !important;
}

.infoicon {
    display: inline-block;
    vertical-align: middle;
}

.infoicon2 {
    display: inline-block;
    vertical-align: super;
}

.notebox {
    padding: 20px;
    border: solid 1px #1e3baa;
    background-color: #cfd9ff;
}

.freighttoolbar .RadToolBar_Bootstrap .rtbOuter {
    padding: 0px !important;
    border: none !important;
    background-color: white !important;
}

.freighttoolbar .RadToolBar .rtbOuter {
    padding: 0px !important;
    border: none !important;
    background-color: white !important;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    transform: scale(1);
    transform-origin: 0 0;
}

/*-------------------------------------*/

.form-wrapper {
    width: 550px;
    padding: 15px;
    margin: 50px auto 50px auto;
    background: #444;
    background: rgba(0,0,0,.2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}

    .form-wrapper input {
        width: 410px;
        height: 20px;
        padding: 10px 5px;
        float: left;
        font-weight: bolder;
        border: 0;
        background: #eee;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

        .form-wrapper input:focus {
            outline: 0;
            background: #fff;
            -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
            box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        }

        .form-wrapper input::-webkit-input-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
        }

        .form-wrapper input:-moz-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
        }

        .form-wrapper input:-ms-input-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
        }

    .form-wrapper button {
        overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 40px;
        width: 130px;
        font-weight: bolder;
        color: #fff;
        text-transform: uppercase;
        background: #d83c3c;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        text-shadow: 0 -1px 0 rgba(0, 0,0, .3);
    }

        .form-wrapper button:hover {
            background: #e54040;
        }

        .form-wrapper button:active,
        .form-wrapper button:focus {
            background: #c42f2f;
        }

        .form-wrapper button:before {
            content: '';
            position: absolute;
            border-width: 8px 8px 8px 0;
            border-style: solid solid solid none;
            border-color: transparent #d83c3c transparent;
            top: 12px;
            left: -6px;
        }

        .form-wrapper button:hover:before {
            border-right-color: #e54040;
        }

        .form-wrapper button:focus:before {
            border-right-color: #c42f2f;
        }

        .form-wrapper button::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

.error-msg {
    margin: 50px auto 50px auto;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
    color: #D8000C;
    background-color: #FFBABA;
    text-align: center;
}

.approverejectpanel {
    margin: 0px auto 50px auto;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
    color: #D8000C;
    background-color: #FFBABA;
    text-align: center;
}

.testexternalapplicationbox {
    margin: 0px auto 10px auto;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
    color: black;
    background-color: #FF8040;
    text-align: center;
}

.duplicatewarning {
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
    color: #ffffff;
    background-color: rgba(255, 65, 65, 1);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}


html,
body,
form {
    min-height: 100%; /*all except IE6*/
    margin: 0;
    padding: 0;
}

* html html,
* html body,
* html form {
    height: 100%; /*IE6 only*/
}

/*the following CSS rule takes care of expanding the RadAjaxLoadingPanel to occupy the
full width and height of the browser viewport*/

.MyModalPanel {
    position: absolute;
    z-index: 11000110;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
}

.checkoutpage .RadListBox .rlbItem {
    padding: 0 !important;
    margin: 5px;
}

.apilabel {
    padding: 5px;
    border-radius: 3px 3px 3px 3px;
    color: rgb(0,0,0);
    background-color: #82e4c3;
    text-align: center;
}

.latestnews {
    float: right;
    display: inline;
}

.detailslabel {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    max-width: 500px;
}

.rowfullwidth {
    width: 100%;
    float: left;
}

.rowhalfwidth {
    width: 50%;
    float: left;
}

.rowlabel {
    margin-bottom: 10px;
}

.rowfield {
    display: inline-block;
    vertical-align: top;
    word-wrap: hyphenate;
    font-weight: bold;
}


.searchcard {
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #ddd;
    overflow: hidden;
}

    .searchcard a {
        text-decoration: none !important;
    }

.searchcardheader {
    background-color: white;
    padding: 8px;
    color: #000;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    align-items: center;
    display: flex;
    font-weight: bold;
    border-bottom: solid 1px #d0d0d0;
    cursor: pointer;
}

    .searchcardheader:hover {
        background-color: #c2d4ff;
    }

.searchcardbody {
    background-color: #f9f9f9;
    border-color: gray;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    width: 100%;
    padding: 10px;
}


.searchcardbodymatch {
    background-color: #feffe4;
    border-color: gray;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.searchcardfooter {
    display: inline-block;
    text-align: left;
    width: 100%;
    background-color: #CCCED2;
    border-top: solid 1px #bbaeae;
    padding: 3px;
    margin-right: 10px;
}

.clientcardheader {
    background-color: white;
    padding: 8px;
    color: #000;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    align-items: center;
    display: flex;
    font-weight: bold;
    border-bottom: solid 1px #d0d0d0;
    cursor: pointer;
}

    .clientcardheader:hover {
        background-color: #c2d4ff;
    }

.clientcardbody {
    background-color: #f9f9f9;
    border-color: gray;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    width: 100%;
}

.clientcardbodymatch {
    padding: 15px 15px 5px 15px;
    background-color: #abf7b1;
    border-color: gray;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    width: 100%;
}

.clientcardfooter {
    display: inline-block;
    align-items: center;
    text-align: center;
    width: 100%;
}

.usercardheader {
    background-color: white;
    padding: 8px;
    color: #000;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    align-items: center;
    display: flex;
    font-weight: bold;
    border-bottom: solid 1px #d0d0d0;
    cursor: pointer;
}

.usercardbody {
    padding: 15px 15px 5px 15px;
    background-color: white;
    border-color: gray;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    width: 100%;
}

.usercardbodymatch {
    padding: 15px 15px 5px 15px;
    background-color: #abf7b1;
    border-color: gray;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    width: 100%;
}

.usercardfooter {
    display: inline-block;
    align-items: center;
    text-align: center;
    width: 100%;
}

.clientaccountcardheader {
    background-color: white;
    padding: 8px;
    color: #000;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    align-items: center;
    display: flex;
    font-weight: bold;
    border-bottom: solid 1px #d0d0d0;
    cursor: pointer;
}

.clientaccountcardbody {
    padding: 15px 15px 5px 15px;
    background-color: white;
    border-color: gray;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    width: 100%;
}

.clientaccountcardbodymatch {
    padding: 15px 15px 5px 15px;
    background-color: #abf7b1;
    border-color: gray;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    width: 100%;
}

.clientaccountcardfooter {
    display: inline-block;
    align-items: center;
    text-align: center;
    width: 100%;
}

.searchimage {
    vertical-align: middle;
    background-position: center;
    margin-top: 4px;
}

.searchgrid .RadGrid {
    padding: 5px !important;
    border: none !important;
}

.searchgrid .RadGrid_Bootstrap .rgRow > td, .searchgrid .RadGrid_Bootstrap .rgAltRow > td {
    border: none !important;
}

.searchdocumentlink {
    margin-left: 10px;
    margin-right: 10px;
}


.serverlistcontainer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 10px;
}

.serverblock {
    position: relative;
    text-align: center;
    float: left;
    margin-right: 50px;
}

.serverprocessstatus-indicator {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    float: right;
    margin-left: 10px;
}

.green {
    background-color: green;
}

.red {
    background-color: red;
}


.serverblock-info {
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
}

.serverrow {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.serverlabel {
    font-weight: bold;
    margin-right: 10px;
}

.servervalue {
    font-size: 14px;
    color: #333;
}

.RadMenu {
}

.flagpanel {
    z-index: 9999999;
    position: relative;
    padding-top: 5px;
    display: block;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: solid 1px #464646;
    background-color: #404040;
}

.warningbar {
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: rgba(255, 65, 65, 1);
    color: white;
}

    .warningbar a {
        color: #eedc14 !important;
    }

        .warningbar a:hover {
            color: #fee75b !important;
        }



.ActiveSwitch .RadButton_Bootstrap.k-switch-on .k-switch-container {
    color: #fff !important;
    background-color: #24a612 !important;
}

.OfflineSwitch .RadButton_Bootstrap.k-switch .k-switch-container {
    color: #fff !important;
    background-color: #e54040 !important;
}

.OnlineOfflineToolbar {
}

.articleheroimage {
    margin-top: 20px;
}

.agentlogo {
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 0 5px 1px #ddd;
    overflow: hidden;
    border: solid 1px #d0d0d0;
    background-color: white;
    padding: 3px;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.parent {
    display: table;
    height: 100%;
    width: 100%;
    margin-bottom: 92px;
}

.child {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.panel {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    z-index: 500;
    color: #9d9d9d;
}

.panelfooter {
    background: #626262;
    border: 1px solid #eaeaea;
    border-top: none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 20px;
    position: relative;
    color: #ebebeb;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease;
    z-index: 1;
}

    .panelfooter a:hover {
        color: #304585;
    }

.notloggedin {
    padding-top: 20px;
}

.loginlogo {
    max-width: 200px !important;
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 600px) {
    .loginlogo {
        max-width: 75px !important;
    }
}

.RadTabStrip_Bootstrap {
    font-family: 'Roboto' !important;
}

.RadGrid_Bootstrap .rgMasterTable, .RadGrid_Bootstrap .rgDetailTable, .RadGrid_Bootstrap .rgGroupPanel table, .RadGrid_Bootstrap .rgCommandRow table, .RadGrid_Bootstrap .rgEditForm table, .RadGrid_Bootstrap .rgPager table {
    font: 14px/1.42857143 "Roboto" !important;
    font-weight: normal;
}

.RadGrid_Bootstrap .rgPagerCell {
    font-family: 'Roboto' !important;
}

.RadToolBar_Bootstrap {
    font-family: 'Roboto' !important;
}

.RadToolBarDropDown_Bootstrap {
    font-family: 'Roboto' !important;
}

.RadGrid_Bootstrap .rgMasterTable, .RadGrid_Bootstrap .rgDetailTable, .RadGrid_Bootstrap .rgGroupPanel table, .RadGrid_Bootstrap .rgCommandRow table, .RadGrid_Bootstrap .rgEditForm table, .RadGrid_Bootstrap .rgPager table {
    font-family: 'Roboto' !important;
}

.RadMenu_Bootstrap {
    font-family: 'Roboto' !important;
}

.RadButton_Bootstrap .rbDecorated {
    font-family: 'Roboto' !important;
}

.RadInput_Bootstrap .riTextBox, .RadInputMgr_Bootstrap {
    font-family: 'Roboto' !important;
}

.RadComboBox_Bootstrap {
    font-family: 'Roboto' !important;
}

.RadComboBoxDropDown_Bootstrap {
    font-family: 'Roboto' !important;
}

.RadNotification_Bootstrap {
    font-family: 'Roboto' !important;
}

.RadUpload_Bootstrap {
    font-family: 'Roboto' !important;
}

.RadButton {
    font-family: 'Roboto' !important;
}

.RadMenu_Bootstrap {
    font-family: 'Roboto' !important;
}

.responsiveimage1 {
    max-width: 500px !important;
    width: 100% !important;
    height: auto !important;
}

.responsiveimage2 {
    max-width: 700px !important;
    width: 100% !important;
    height: auto !important;
}

.responsiveimage3 {
    max-width: 456px !important;
    width: 100% !important;
    height: auto !important;
}

.RadLabel_Bootstrap {
    color: inherit !important;
}

.RadButton_Bootstrap {
    font-family: 'Roboto' !important;
}

.freighttoolbar .rtbUL {
    display: flex;
    flex-wrap: wrap;
}

.freighttoolbar .RadToolBar_Horizontal .rtbUL, .freighttoolbar .RadToolBar_Horizontal .rtbItem, .freighttoolbar .RadToolBar_Horizontal .rtbTemplate, .freighttoolbar .RadToolBar_Horizontal .rtbSeparator {
    display: flex !important;
}

    .freighttoolbar .RadToolBar_Horizontal .rtbItem:first-child {
        margin-left: 0 !important;
        margin-right: 5px !important;
        margin-bottom: 5px !important;
    }

.freighttoolbar .RadToolBar_Bootstrap_Horizontal .rtbItem + .rtbItem {
    margin-left: 0 !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
}

.footeragentlogo {
    border-radius: 4px !important;
}

.footer .t-col {
    text-align: center !important;
}

.newslistthumbnail {
    z-index: 1;
    background: white;
    border: 1px solid white;
    -webkit-box-shadow: 0 1px 4px rgba(30, 28, 28, 0.20);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.20);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    margin-right: 10px;
}

.k-breadcrumb .k-breadcrumb-container {
    font-family: inherit !important;
}

.dismissbutton {
    padding: 0 !important;
    font-size: 12px;
}

.freighttoolbar .RadToolBarDropDown_Bootstrap .rtbWrap, .RadToolBarDropDown_Bootstrap .rtbTemplate {
    padding: 0 !important;
}

.amendmentheading {
    border-radius: 2px;
    margin: 3px;
    background-color: #ff8484;
    color: black;
    padding: 5px;
    padding-left: 10px;
    font-size: 16px;
}

.amendmenttooltip {
    margin-left: 3px;
}

.insuranceheadericon {
    background-color: white;
    padding: 3px;
    margin-left: 10px;
    border-radius: 13px;
}

.balanceindicator {
    font-size: 18px;
    color: #1D327A;
}

.balanceage {
    display: block;
    font-size: 10px;
    margin-bottom: 3px;
}

.validamount {
    background-color: #4ab94a;
    color: white;
    border-radius: 5px;
    padding: 3px;
    display: block;
    text-align: right;
}

.invalidamount {
    background-color: rgba(255, 65, 65, 1);
    color: White;
    border-radius: 5px;
    padding: 3px;
    display: block;
    text-align: right;
}

.noamount {
    background-color: white;
    color: #000000;
    border-radius: 5px;
    padding: 3px;
    display: block;
    text-align: right;
}

.insurancecargopanel {
    display: inline;
}

.menuitemplate {
    white-space: normal !important;
    font-size: 10px;
    padding-top: 10px;
}

.menuitemtemplate a {
    text-decoration: none;
}

.menuitemtemplate:hover {
    background-color: #d0d0d0;
}

.menuitemtemplateimage {
    border-radius: 5px;
    margin-top: 5px;
}

.menuitemtemplateheading {
    font-size: 22px;
    margin-top: 4px;
    margin-bottom: 2px;
    color: #1D327A;
    text-decoration: none;
}

    .menuitemtemplateheading:hover {
        text-decoration: none;
        color: #1D327A;
    }

.menuitemtemplatetext {
    white-space: normal !important;
    font-size: 10px;
    color: rgba(38, 38, 38, 1);
    text-decoration: none;
    text-transform: uppercase;
}

    .menuitemtemplatetext:hover {
        text-decoration: none;
        color: rgba(38, 38, 38, 1) !important;
    }


.infobox {
    box-shadow: rgba(0,0,0,.05) 0 6px 24px 0,rgba(0,0,0,.08) 0 0 0 1px;
    padding: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-image: url(../Images/information32.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 12px;
    padding-left: 50px;
}

.infobox2 {
    box-shadow: rgba(0,0,0,.05) 0 6px 24px 0,rgba(0,0,0,.08) 0 0 0 1px;
    padding: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-image: url(../Images/information32.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 12px;
    padding-left: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

.video-grid h2 {
    line-height: inherit;
    line-height: 22px;
    font-size: 17px;
}


.video-grid a {
    text-decoration: none;
    color: inherit;
}


.smallbanner {
    color: white; /* Set text color */
    text-align: center;
    display: inline-block;
    margin: auto;
    box-shadow: rgba(0,0,0,.05) 0 6px 24px 0,rgba(0,0,0,.08) 0 0 0 1px;
}

.headercontainer {
    display: flex;
}

.headerlogocontainer {
    display: contents;
}

.logincontainer {
    display: inline;
    width: 200px;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.video-item {
    transition: transform 0.3s ease;
    overflow: auto;
    min-width: 200px;
    cursor: pointer;
}

    .video-item img {
        width: 100%;
        height: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .video-item h2 {
        font-size: 1.2rem;
        margin: 10px;
    }

    .video-item p {
        font-size: 0.9rem;
        margin: 10px;
        text-align: left !important;
    }

    .video-item:hover {
        transform: scale(1.10);
    }

/* Media query for screens just below 1200px, 3 items */
@media (max-width: 1199px) {
    .video-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Media query for tablets, 2 items */
@media (max-width: 992px) {
    .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Media query for mobile devices, 1 item */
@media (max-width: 768px) {
    .video-grid {
        grid-template-columns: 1fr;
    }
}

.RadWindowOverlay {
    background-color: rgb(128, 128, 0.5); /* Adjust the last value for opacity */
}


.processcontainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.processblock {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    width: 24%; /* Adjust this value if needed */
    box-sizing: border-box;
    background-color: #63C5DA;
}

    .processblock img {
        width: 32px;
        height: 32px;
        margin-right: 10px;
    }

.processblockvalue {
    margin-left: auto;
}

.activitychart {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 10px;
    margin: 10px;
}

.oldvalue {
    background-color: rgba(255, 65, 65, 1);
    color: White;
    border-radius: 5px;
    padding: 3px;
}

.amendmenttoolbar {
    padding: 0 !important;
    margin-bottom: 10px !important;
    border: none !important;
    z-index: 100 !important;
}

    .amendmenttoolbar .RadToolBar_Bootstrap {
        padding: 0px !important;
        border-width: 0 !important;
        margin-bottom: 10px !important;
        z-index: 100 !important;
    }

.rotator {
    max-width: 650px;
    max-height: 72px;
}

.topbanner {
    width: 100%;
    max-width: 600px;
    max-height: 66px;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
}

@media (max-width: 1000px) {
    .topbanner {
        display: none;
    }
}

.topbanner img {
    width: 100%;
    height: auto;
    max-height: 66px;
    display: inline;
}

.stats-bar {
    display: flex;
    justify-content: space-around;
    background-color: #444;
    padding: 15px 0;
    background: #232526; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #414345, #232526); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.stat {
    text-align: center;
    flex: 1;
    color: white;
    margin-bottom: 0;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
}

    .stat .heading {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        color: #ccc;
    }

    .stat .number {
        font-size: 24px;
        font-weight: bold;
        margin: 0 0;
        margin-bottom: 0;
    }

    .stat .sub {
        font-size: 12px;
        color: #aaa;
    }

    .stat .sub1 {
        font-size: 10px;
        color: #aaa;
        line-height: 10px;
        margin-bottom: 10px;
    }

.filter-button {
    background-color: #555; /* Darker button */
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    margin-right: 20px;
}

.filter-panel {
    display: none;
    position: absolute;
    top: 70px;
    right: 10px;
    width: 300px;
    background-color: #444; /* Dark background for the filter panel */
    border: 1px solid #555; /* Darker border */
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); /* Softer shadow */
    color: white;
    border-radius: 10px;
    z-index: 5000;
}

    .filter-panel.active {
        display: block;
    }

    .filter-panel h3 {
        margin-top: 0;
        color: #ddd; /* Lighter heading text */
    }

    .filter-panel label {
        color: #ccc; /* Lighter label text */
    }

    .filter-panel input, .filter-panel select {
        width: 100%;
        padding: 8px;
        margin-top: 5px;
        margin-bottom: 15px;
        background-color: #555; /* Darker input background */
        color: white;
        border: 1px solid #666; /* Darker border for inputs */
        border-radius: 4px;
    }

    .filter-panel .button {
        background-color: #666; /* Darker button */
        color: white;
        padding: 10px;
        border: none;
        cursor: pointer;
        width: 100%;
        border-radius: 4px;
    }

        .filter-panel .button:hover {
            background-color: #777; /* Slightly lighter on hover */
        }

    .filter-panel label {
        color: #ccc; /* Lighter label text */
        font-size: 10px;
    }

.filter-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.label-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #ccc;
    font-size: 12px;
    margin-right: 20px;
    margin-top: 10px;
}



.top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #282828;
    padding: 10px 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.logo-container img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.nav-menu {
    display: flex;
    align-items: center;
    margin-left: 20px; /* Space between logo and menu */
    margin-right: 20px; /* Space between menu and search box */
}

.radmenu {
    margin: 0;
    padding: 0;
}

.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 500px;
    position: relative; /* Ensure the search container is relatively positioned */
}

.search-input {
    max-width: 500px;
    min-width: 100px;
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #555;
    background-color: #444;
    color: #f0f0f0;
    outline: none;
    box-sizing: border-box;
}

.searchimage {
    position: absolute;
    right: 27px; /* Align the icon to the right inside the search container */
    cursor: pointer;
    z-index: 1;
    height: 24px;
    width: 24px;
    top: -2px;
}

.user-profile {
    display: flex;
    align-items: center;
    margin-left: auto; /* Pushes the user-profile to the right */
}

.profile-picture {
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 10px;
}

.user-info {
    text-align: left;
    margin-right: 20px;
    color: #f5f5f5;
}



.user-name {
    font-weight: bold;
    color: #f5f5f5;
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
    text-decoration: none;
}

    .user-name:hover {
        color: #1a4c84;
    }

.profilelink:hover {
    color: #235e78;
}





.user-role {
    font-size: 0.6em;
    color: #aaa;
    display: block;
    margin-top: 3px;
    text-decoration: none;
}



.logout-btn {
    padding: 8px 12px;
    background-color: #e74c3c;
    color: #f0f0f0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-right: 20px;
    text-decoration: none;
}

    .logout-btn a {
        text-decoration: none;
    }

    .logout-btn:hover {
        background-color: #c0392b;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .search-container {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.nav-menu .RadMenu_Bootstrap .rmRootGroup .rmRootLink {
    color: #e9e9e9 !important;
}

    .nav-menu .RadMenu_Bootstrap .rmRootGroup .rmRootLink:hover {
        color: #000000 !important;
    }

.nav-menu .RadMenu_Bootstrap .rmRootGroup {
    background-color: transparent !important;
}

.nav-menu .rmLink .rmRootLink .rmExpanded {
    color: black !important;
}

.nav-menu .RadMenu_Bootstrap .rmExpanded .rmRootLink {
    background-color: #444 !important;
}

.nav-menu .riSingle {
    display: inherit !important;
}

.operatorvalidatorstats {
    margin-right: 20px;
}

.ovstat {
    padding: 4px;
    margin-left: 5px;
    background-color: #4b4b4b;
    color: white;
    display: inline-block;
    border-radius: 3px;
    font-size: 11px;
}

.ovstatlabel {
    display: block;
    font-size: 18px;
}


/* Dark Mode Footer Styles */
footer {
    background-color: #1c1c1c;
    color: #ffffff;
    padding: 20px 0;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-left, .footer-right {
    flex: 0 0 80px;
}

.footer-center {
    text-align: center;
    flex-grow: 1;
    font-size: 11px;
}

.footer-logo-left, .footer-logo-right {
    width: 80px;
    height: auto;
}

.footer-logo-right {
    transition: all 0.3s ease-in-out;
    animation: pulse 20s infinite;
}

    .footer-logo-right:hover {
        filter: brightness(1.2);
        transform: scale(1.1);
        box-shadow: 0 0 20px rgba(255, 0, 0, 0.8);
        background: linear-gradient(45deg, #ff007f, #ff4d4d);
        border-radius: 10%;
        padding: 5px;
    }

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
    }

    50% {
        transform: scale(1.1);
        box-shadow: 0 0 20px rgba(255, 0, 0, 0.8);
    }
}

.footer-center p {
    margin: 5px 0;
}

.footer-center a {
    color: #6d8ec5;
    text-decoration: none;
    margin: 0 5px;
}

    .footer-center a:hover {
        color: #707CA9;
    }

.RadGrid .rgFilterRow > td {
    text-align: center !important;
}

.payfastlogo {
    max-width: 150px;
    margin-right: 20px;
}

.mastercardlogo {
    max-width: 150px;
}

.visalogo {
    max-width: 150px;
}

.RadComboBox .rcbActionButton {
    height: initial !important;
}

.formattedDisplay {
    padding: 5px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 4px;
}

    .formattedDisplay b {
        font-size: 14px;
    }

#importerdetailscontainer {
    background-color: #f9f9f9;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: black;
}

#exporterdetailscontainer {
    background-color: #f9f9f9;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: black;
}

#poedetailscontainer {
    background-color: #f9f9f9;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: black;
}

#poidetailscontainer {
    background-color: #f9f9f9;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: black;
}

#transporterdetailscontainer {
    background-color: #f9f9f9;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: black;
}

#importerdetailsContainer div {
    margin-bottom: 0px;
}

#exporterdetailsContainer div {
    margin-bottom: 0px;
}

#poedetailscontainer div {
    margin-bottom: 0px;
}

#poidetailscontainer div {
    margin-bottom: 0px;
}

#transporterdetailscontainer div {
    margin-bottom: 0px;
}

#importerdetailsContainer strong, #exporterdetailsContainer strong, #poidetailscontainer strong, #poedetailscontainer strong, #transporterdetailscontainer strong {
    font-size: 14px;
}

#exporterdetailsContainer strong {
    font-size: 14px;
}

#poedetailscontainer strong {
    font-size: 14px;
}

#poidetailscontainer strong {
    font-size: 14px;
}

#transporterdetailscontainer strong {
    font-size: 14px;
}




.ailabel {
    border: 1px dotted #ffd800;
    border-radius: 4px;
    background: linear-gradient(45deg,#f0f0f0,#dcdcdc);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: linear-gradient(45deg, rgb(240, 240, 240), rgb(220, 220, 220));
    background-size: auto;
    background-image: url('../images/aibrain.png');
    background-position: 2px 3px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-left: 23px;
    font-size: 11px;
    color: #000;
    display: inline-block;
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    box-sizing: border-box;
    margin-bottom: 5px;
    padding-right: 5px;
}

.aipanel {
    border: 1px dotted #ffd800;
    border-radius: 4px;
    background: linear-gradient(45deg,#f0f0f0,#dcdcdc);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: linear-gradient(45deg, rgb(240, 240, 240), rgb(220, 220, 220));
    background-size: auto;
    background-image: url('../images/aibrain.png');
    background-position: 2px 3px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-left: 23px;
    font-size: 11px;
    color: #000;
    display: inline-block;
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    box-sizing: border-box;
    margin-bottom: 5px;
    padding-right: 5px;
}

.warningbox {
    margin: 20px;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    background-color: #f2f2f2;
    border-radius: 4px;
    color: #000;
    text-align: center;
    display: inline-block;
    max-width: 500px;
    font-size: 15px;
}

.ailabel2 {
    border: 1px dotted #ffd800;
    border-radius: 4px;
    background: linear-gradient(45deg,#f0f0f0,#dcdcdc);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: linear-gradient(45deg, rgb(240, 240, 240), rgb(220, 220, 220));
    background-size: auto;
    background-image: url('../images/aibrain.png');
    background-position: 2px 3px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-left: 23px;
    font-size: 11px;
    color: #000;
    display: block;
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    box-sizing: border-box;
    margin-bottom: 5px;
    padding-right: 0px;
}

.menuouter {
}

    .menuouter .RadMenu {
        text-align: center !important;
        word-wrap: normal!important;
    }

        .menuouter .RadMenu .rmItem {
            float: none !important;
            text-align: left!important;
        }

    .menuouter .RadMenu_Bootstrap .rmRootGroup {
        border-radius: 0px !important;
        background-color: #f0f0f0!important;
        
    }
