body {
    font-family: Tahoma, Arial;
    font-size: 11px;
    color: #000000;
    margin: 0 0 0 0;
    scrollbar-face-color: #E9E9E9;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #E9E9E9;
    scrollbar-3dlight-color: #DBDBDB;
    scrollbar-arrow-color: #787878;
    scrollbar-track-color: #F5F5F5;
    scrollbar-darkshadow-color: #AEAEAE;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: auto;
    background-color: #E4E6EB;
    border: 0px;
}

input[disabled="disabled"] {
    color: gray !important;
    background-color: #d8dae0 !important;
    background-image: none !important;
    border: 1px solid #9a9a9a;
}
input:disabled {
    color: gray !important;
    background-color: #d8dae0 !important;
    background-image: none !important;
    border: 1px solid #9a9a9a;
}

select:disabled {
    color: gray !important;
    background-color: #d8dae0 !important;
    background-image: none !important;
    border: 1px solid #9a9a9a;
}

.specialinput {
    overflow: hidden;
    float: left;
    width: 100%;
    max-width: 100%;
    font-family: monospace;
    border: 1px solid lightgray;
    background-color: lightblue;
}

div [class*="xml-element-parent-"] input {
    font-family: monospace;
    font-weight: bold;
}


.xml-element-parent-1 input {
    color: black;
    width: 100%;
    border: none;
    font-family: monospace;
    font-weight: bold;
}

.xml-element-parent-2 input {
    color: #036692;
    width: 100%;
    border: none;
    text-indent: 20px;
    font-family: monospace;
    font-weight: bold;
}

.xml-element-parent-3 input {
    color: #0093d4;
    width: 100%;
    border: none;
    text-indent: 40px;
    font-family: monospace;
    font-weight: bold;
}

.xml-element-parent-4 input {
    color: #20b8fb;
    width: 100%;
    border: none;
    text-indent: 60px;
    font-family: monospace;
    font-weight: bold;
}

.xml-element-parent-5 input {
    color: #20b8fb;
    width: 100%;
    border: none;
    text-indent: 60px;
    font-family: monospace;
    font-weight: bold;
}

.xml-element-child-1 input {
    color: black;
    width: 100%;
    border: none;
    text-indent: 20px;
    font-family: monospace;
    font-weight: bold;
}

.xml-element-child-2 input {
    color: #036692;
    width: 100%;
    border: none;
    text-indent: 20px;
    font-family: monospace;
    font-weight: bold;
}

.xml-element-child-3 input {
    color: #0093d4;
    width: 100%;
    border: none;
    text-indent: 40px;
    font-family: monospace;
    font-weight: bold;
}

.xml-element-child-4 input {
    color: #20b8fb;
    width: 100%;
    border: none;
    text-indent: 60px;
    font-family: monospace;
    font-weight: bold;
}

.xml-element-child-5 input {
    color: #b1b4b6;
    width: 100%;
    border: none;
    text-indent: 80px;
    font-family: monospace;
    font-weight: bold;
}

.xml-element-child-6 input {
    color: #b1b4b6;
    width: 100%;
    border: none;
    text-indent: 80px;
    font-family: monospace;
    font-weight: bold;
}

#UpdatePanel1 {
    height: 100%;
}

.tdhover {
    background-color: #CE4159;
    padding: 7px;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

    .tdhover a {
        background-color: #CE4159;
        font-size: 13px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
    }

.button3 {
    font-family: Trebuchet Ms, Tahoma, Arial;
    font-size: 12px;
    border: 1px solid #658DC0;
    background-image: url(../Images/borderbg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: white;
    color: Black;
    height: 25px;
    font-weight: bold;
    text-align: center !important;
    padding-left: 3px;
}

.buttonOn3 {
    border: 2px solid #0378FB;
    cursor: pointer;
    font-family: Trebuchet Ms, Tahoma, Arial;
    font-size: 12px;
    background-image: url(../Images/borderbg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    color: Black;
    height: 25px;
    font-weight: bold;
    padding-left: 3px;
}

.width150px {
    width: 150px;
}

.scroll {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.scroll2 {
    width: 100%;
    height: 100%;
    overflow-x: auto;
}

.height70 {
    height: 100%;
    overflow: auto;
}

.height60 {
    height: 100%;
    overflow: auto;
}

.height40 {
    height: 100%;
    overflow: auto;
}

.height50 {
    height: 100%;
    overflow: auto;
}

.height380 {
    height: 100%;
    overflow: auto;
}

.height175 {
    height: 100%;
    overflow: auto;
}

.height140 {
    height: 100%;
    overflow: auto;
}

.height250 {
    height: 100%;
    overflow: auto;
}

.scrollbudget {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.scrollbudget1 {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.blink {
    color: Black;
}

.textbox {
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    color: #474749;
    border: 1px solid Black;
    padding: 5px;
}

fieldset {
    padding: 10px;
    position: relative;
}

.transparenttxt {
    background-color: transparent;
    border: none;
    font-size: 11px;
}

li {
    list-style: none;
    list-style-position: outside;
    padding-left: 30px;
}

b, .bold {
    font-weight: bold;
    color: #474749;
}

.boldnew {
    font-weight: bold;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
}

.small {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9px;
}

.button {
    background-color: #A5ABB1;
    border: 1px solid #474749;
    color: #474749;
    font-size: 12px;
    cursor: pointer;
}

.buttonNew {
    background-color: #626267;
    border: 1px solid #59595e;
    font-family: 'Trebuchet MS';
    border-radius: 5px;
    padding: 4px;
    color: #FFFFFF;
    font-size: 13px;
    cursor: pointer;
    font-weight: bold;
}

.buttonNewGreen {
    background-color: #8bb437;
    border: none;
    font-family: 'Trebuchet MS';
    border-radius: 5px;
    padding: 7px;
    color: #FFFFFF;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    height: 50px;
    margin-left: 30px;
}

.whitebold {
    font-weight: bold;
    color: #ffffff;
}

.white {
    color: #ffffff;
}

table {
    font-size: 11px;
}

.bluebg {
    background-color: #97ACC2;
}

.lightbg {
    background-color: #E4E6EB;
}

.darkbg {
    background-color: #C6CAD0;
    border: 1px solid #A5ABB1;
}

.blue {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #AAEBFF;
}

.title {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-color: #8BB437;
    text-transform: uppercase;
    border-bottom: 1px solid #FFFFFF;
}

.subtitle {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #339900;
    text-transform: uppercase;
    border-bottom: 1px solid #6282AB;
    border-top: 1px solid #6282AB;
    background: #EBF1FA;
}

.subtitle2 {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #0378FB;
}

.subtitleSelected {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #339900;
    text-transform: uppercase;
    border-bottom: 1px solid #6282AB;
    border-top: 1px solid #6282AB;
    background-color: #FFFFCC;
}

.financialRow {
    font-family: Arial;
    font-size: 11px;
    border-bottom: 1px solid #C0C3CA border-top: 1px solid #C0C3CA;
    background-color: #E4E6EB;
}

a {
    font-family: Verdana;
    color: #036CE7;
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
}

    a:hover {
        color: #0378FB;
        text-decoration: underline;
    }

    a.download:link {
        font-family: Arial, Helvetica, sans-serif;
        color: #0000cc;
        font-size: 7pt;
        text-decoration: none;
        font-weight: bold;
    }

    a.download:visited {
        font-family: Arial, Helvetica, sans-serif;
        color: #0000cc;
        font-size: 7pt;
        text-decoration: none;
        font-weight: bold;
    }

    a.download:hover {
        color: #0000cc;
        text-decoration: underline;
    }

.border {
    font-family: Verdana, Tahoma, Arial;
    font-size: 10px;
    border: 1px solid #658DC0;
    background-image: url(../Images/borderbg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    color: #0378FB;
    height: 21px;
    padding: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.borderRed {
    font-family: Verdana, Tahoma, Arial;
    font-size: 10px;
    border: 2px solid #ff0000;
    background-image: url(../Images/borderbg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    color: #0378FB;
    height: 21px;
    padding: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.bordertree {
    font-family: 'Trebuchet MS', Tahoma, Arial;
    font-size: 11px;
    border: 1px solid #658DC0;
    background-image: url(../Images/borderbg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    color: #0378FB;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    padding: 1px;
}

.border2 {
    font-family: Verdana, Tahoma, Arial;
    font-size: 10px;
    border: 1px solid #658DC0;
    background-image: url(../Images/borderbg.gif);
    background-repeat: repeat-x;
    color: Black;
    height: 22px;
    padding: 3px;
}

.border3 {
    font-family: Verdana, Tahoma, Arial;
    font-size: 10px;
    border: 1px solid #658DC0;
    background-image: url(../Images/borderbg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    color: Black;
    background-color: White;
    padding: 3px;
}

.head {
    font-family: Verdana, Tahoma, Arial;
    font-size: 12 px;
    border: 1px solid #658DC0;
    background-color: #495B70;
    color: #ffffff;
    height: 22px;
    padding: 3px;
    font: bold;
}

.row td, tr {
    background-color: #F4F8FD;
    border-bottom: 1px solid #E4E9FE;
}

.altrow td, tr {
    BACKGROUND-COLOR: transparent;
    border-bottom: 1px solid #E4E9FE;
}

.header {
    background-color: #778288;
    HEIGHT: 20px;
    color: White;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
}

.pager td {
    HEIGHT: 20px;
    color: #3D3D3D;
    font-family: Verdana;
    font-size: 10px;
    border-bottom: 1px solid #6282AB;
    background-color: #F4F8FD;
    text-align: right;
}

.imgoff {
    border: 1px solid #E6EFFC;
}

.imgon {
    border: 1px solid #0378FB;
    cursor: pointer;
}

.nobg {
    background: transparent;
    border: transparent;
    font-family: Tahoma;
    font-size: 11px;
}

.nobgGreen {
    background: transparent;
    border: transparent;
    color: Green;
}

.caption {
    color: Green;
    font-family: Verdana;
    font-size: 10px;
    border-bottom: 1px solid #6282AB;
}

.captionBig {
    color: Green;
    font-family: Verdana;
    font-size: 13px;
    border-bottom: 1px solid #6282AB;
}


.top1 {
    position: absolute;
    font-family: Trebuchet MS;
    font-size: 11px;
    color: black;
    font-weight: bold;
}

.top2 {
    top: 46px;
    left: 7px;
    font-family: Trebuchet MS;
    font-size: 11px;
    color: #FEFF79;
    font-weight: bold;
}

.top3 {
    position: absolute;
    top: 66px;
    left: 7px;
    font-family: Trebuchet MS;
    font-size: 11px;
    color: #FEFF79;
    font-weight: bold;
}

.banner {
    position: absolute;
    top: 90px;
    left: 50%;
    font-family: Trebuchet MS;
    font-size: 17px;
    color: #225b11;
    font-weight: bold;
    border-width: thin;
    border-color: #225b11;
    border-style: solid;
    vertical-align: middle;
    width: 600;
    height: 70px;
    text-align: center;
    cursor: default;
}

.list {
    font-family: Verdana, Tahoma, Arial;
    font-size: 10px;
    border: 1px solid #658DC0;
    background-image: url(../Images/borderbg.gif);
    background-repeat: repeat-x;
    color: #0378FB;
    padding: 3px;
}


.Normal {
    border: dashed 1px #000000;
    background-color: #FFFFFF;
    cursor: auto;
    width: 1px;
    text-align: center;
}

.Progress {
    border: dashed 1px #000000;
    background-color: #EEEEEE;
    background-image: url(../Images/spinner.gif);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: wait;
    width: 1px;
    text-align: center;
}

.ddlSearch {
    font-family: Arial;
    font-size: 11px;
    color: #0378FB;
    background-color: White;
    margin-left: 0px;
    margin-right: 0px;
}

.button2 {
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    border: 1px solid #658DC0;
    background-image: url(../Images/borderbg.gif);
    background-repeat: repeat-x;
    color: Black;
    height: 19px;
    width: 120px;
}

.buttonOn2 {
    border: 2px solid #0378FB;
    cursor: pointer;
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    background-image: url(../Images/borderbg.gif);
    background-repeat: repeat-x;
    color: Black;
    height: 20px;
    width: 120px;
}

.bluebg2 {
    background-color: #6495ED;
}

.buttonSearchI {
    font-weight: bold;
    font-family: Verdana, Tahoma, Arial;
    font-size: 10px;
    color: #474749;
    background-color: #EFF7FF;
    width: 100px;
    height: 22px;
    border: 1px solid #93AFD3;
}

.buttonSearchIover {
    font-weight: bold;
    font-family: Verdana, Tahoma, Arial;
    font-size: 10px;
    color: #474749;
    background-color: #EFF7FF;
    width: 100px;
    height: 22px;
    border: 2px solid #658DC0;
}


.Upload {
    font-weight: bold;
    font-family: Verdana, Tahoma, Arial;
    font-size: 10px;
    color: #474749;
    background-color: #EFF7FF;
    height: 22px;
    border: 1px solid #93AFD3;
}

.textboxM {
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    color: #474749;
    border: 1px solid Black;
    background-color: #D9E8F7;
    padding: 5px;
}

.internlink {
    color: #FFFFFF;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    cursor: hand;
    background-image: url(../Images/boxOffLeft.png);
    background-repeat: no-repeat;
    background-position: left;
    background-color: #0B83C0;
    height: 24px;
}

    .internlink span {
        color: #FFFFFF;
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        cursor: hand;
        background-image: url(../Images/boxOffRight.png);
        background-repeat: no-repeat;
        background-position: right;
        height: 24px;
        padding-left: 15px;
        padding-right: 15px;
        /*padding-top: 5px;*/
        white-space: nowrap;
    }

.internlinkover {
    color: #FFFFFF;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    cursor: hand;
    background-image: url(../Images/boxOnLeft.png);
    background-repeat: no-repeat;
    background-position: left;
    background-color: #90B83E;
    height: 24px;
}

    .internlinkover span {
        color: #FFFFFF;
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        cursor: hand;
        background-image: url(../Images/boxOnRight.png);
        background-repeat: no-repeat;
        background-position: right;
        height: 24px;
        padding-left: 15px;
        padding-right: 15px;
        /*padding-top: 5px;*/
        white-space: nowrap;
    }

.noborder {
    border: none;
    font-family: Arial, Verdana, Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #49484F;
    background: transparent;
}

.alertMessage {
    font-family: Arial, Verdana, Tahoma;
    background-color: rgb(198, 202, 208);
    height: 190px;
}

    .alertMessage span {
        font-size: 12px;
    }

    .alertMessage input {
        margin-top: 30px;
        font-weight: bold;
        font-family: Verdana, Tahoma, Arial;
        font-size: 10px;
        color: #474749;
        background-color: #EFF7FF;
        width: 100px;
        height: 22px;
        border: 1px solid #93AFD3;
    }

        .alertMessage input:hover {
            font-weight: bold;
            font-family: Verdana, Tahoma, Arial;
            font-size: 10px;
            color: #474749;
            background-color: #EFF7FF;
            width: 100px;
            height: 22px;
            border: 2px solid #658DC0;
        }

.companyCipTitle {
    display: block;
    width: 100%;
    margin-top: 10px;
    background-color: rgb(151, 172, 194);
    font-size: 13px;
    padding: 5px 0;
}

/*#Searchcontainer1_rmpSearch_pageCompanies {
overflow:auto;
height:500px!important;
}*/



span.object {
    color: #0000cc;
}

span.log_oper {
    color: #cc0000;
}

.padding10 {
    margin-right: 5px;
    margin-bottom: 5px;
}

.seg_section {
    float: left;
    width: 100%;
    margin-top: 10px;
}


img.static {
    float: left;
    margin-right: 10px;
}

img.add_group {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

img.add_field {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

img.delete_group {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

img.delete_field {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

img.error {
    float: left;
    margin-right: 10px;
}

div.filter_first_row {
    float: left;
    width: 100%;
    margin: 3px 0 3px 0;
}

div.filter_row {
    float: left;
    clear: left;
    margin: 3px 0 3px 18px;
}

.filter_row select {
    float: left;
    margin-right: 10px;
    border: 1px solid #9eabbb;
    border-radius: 2px;
    padding: 3px;
    font-family: Trebuchet MS;
    font-size: 12px;
}

.filter_row input {
    float: left;
    margin-right: 10px;
    border: 1px solid #9eabbb;
    border-radius: 2px;
    padding: 3px;
    font-family: Trebuchet MS;
    font-size: 12px;
}

.label_group {
    float: left;
    margin-right: 10px;
}


.blinkblink {
    font-family: 'Trebuchet MS';
    font-size: 14px;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1.0;
    }
}

#frmTimer {
    visibility: hidden;
}

@media (max-width:1667px) {
    .iframelogin {
        height: 225px;
    }
}

.customMessages {
    font-family: Arial;
    font-size: 18px;
    font: bold;
}

#MessagePop {
    position: absolute;
    top: 0;
    min-height: 100px;
    max-height: 300px;
    background-color: white;
    left: 33vw;
    width: 33vw;
    box-shadow: 0px 0px 6px 4px grey;
    z-index: 899;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: left;
    padding: 0 10px;
}

.CloseMessagePop {
    position: absolute;
    bottom: 2px;
    right: 3px;
    cursor: pointer;
    font-weight: bold;
    padding: 5px;
}

    .CloseMessagePop:hover {
        text-shadow: 0px 1px 2px grey;
    }

.HelperH {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#MessagePopBar {
    vertical-align: middle;
    display: inline-block;
}

.MessagePopCell {
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
}

/*#region mainTable */

.mainTable {
    border-spacing: 0px;
}

    .mainTable thead tr {
        background-color: #778288;
        height: 20px;
        color: White;
        font-family: Verdana;
        font-size: 10px;
        font-weight: bold;
    }

        .mainTable thead tr th {
            border: hidden;
            text-align: left;
        }

    .mainTable tbody tr:nth-child(odd) {
        background-color: #F4F8FD;
        border-bottom: 1px solid #E4E9FE;
    }

    .mainTable tbody tr:nth-child(even) {
        background-color: transparent;
        border-bottom: 1px solid #E4E9FE;
    }

    .mainTable tbody tr:hover {
        background-color: lightyellow;
    }

    .mainTable tbody tr td {
        text-align: left;
    }
/*#endregion */


.gdprOverlay {
    position: fixed;
    z-index: 900;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}

.gdprContent {
    z-index: 901;
    position: absolute;
    left: 35%;
    top: 35%;
    width: 30vw;
    height: 30vh;
    background-color: white;
    color: black;
    padding: 10px;
    overflow: auto;
    box-sizing: content-box;
    box-shadow: 1px 1px 7px black;
}

.alignContent {
    display: table
}

    .alignContent > div {
        display: table-cell;
        vertical-align: middle;
    }

.btnInvisible {
    background: none;
    padding: 0px;
    border: none;
}

.spanScoring {
    color: darkslategray;
    cursor: pointer
}


.footer > .container
{
    padding-right: 1rem;
    padding-left: 1rem;
}
body.main
{
    /* Margin bottom by footer height */
    padding-bottom: 60px;
    padding-top: 60px;
} 
body.main a
{
   font-size: 16px!important;
   font-weight: unset;
}
body.main label
{
    margin: unset;
}
.navbar-brand
{
    color: #0079b5 !important;
    font-size: 24px !important;
    font-weight: bold;
    text-shadow: 0px 0px 10px #fff;
    line-height: 28px;
}
footer
{
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #e4ecf8;
}
body.main .bg-light
{
    background-color: #97ACC2 !important;
}

body.main
{
    background-color: #E4ECF8 !important;
}