﻿@charset "utf-8";

/* html tag ************************************************************************************************************************************************/

.disabled-element {
    background-color: #c0c0c0 !important;
    color: #877676 !important;
    border-color: #939393 !important;
}

.button_bar_btm {
    background-repeat: repeat-x;
    background-position: center center;
    border-bottom-style: none;
    background-size: auto 100%;
    background-color: #FAFAFA;
    background-image: url(/Interface/Internal/image/site/button_tab.jpg);
    font-size: 7pt;
    margin: 0;
    min-height: 13px;
    padding: 6px 0 6px 0;
    text-align: right;
    width: auto;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

a {
    text-decoration: none;
    color: #009345;
}

    a:link {
        text-decoration: none;
        color: #009345;
    }

    a:hover {
        text-decoration: underline;
        color: #009345;
    }

    a:visited {
        text-decoration: none;
        color: #009345;
    }

    a:focus {
        outline: none;
    }


body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    background-repeat: repeat;
    background-position: bottom;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #444;
    background-color: #898989;
}

fieldset {
    margin: 20px;
    border: 1px solid #666;
    border-radius: 5px;
}


    fieldset .cssFsEntity {
        padding: 10px;
        border: 1px inset #C0C0C0;
        vertical-align: middle;
        text-align: left;
        /*margin-top: 5px;*/
        width: auto;
    }

    fieldset .cssFsLogin {
        width: 350px;
        margin: 1% auto 1% auto;
        vertical-align: middle;
        font-size: 1.0em;
    }


h4 {
    margin: 0;
    padding-top: 4px 0 6px 0;
    border: 0;
}

html {
    height: 100%;
    padding: 0;
    margin: 0;
}

    html .hitarea {
        display: inline;
        float: none;
    }

img {
    border: 0;
    height: auto;
}


input {
    min-height: 17px;
}

    input[type="image"] {
        border: none;
        outline: none;
    }

legend {
    padding: 0 10px 0 10px;
}

li.bg, .bg {
    clear: both;
    padding: 0;
    list-style: none;
    background-image: url(/Interface/Internal/image/site/purple_stripe.png);
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-bottom-color: #dedede;
    height: 20px;
    margin-top: 15px 0 15px 0;
    background-repeat: no-repeat;
}

p.response {
    text-align: center;
    color: #2c2c2c;
    font: bold 11px Arial, Helvetica, sans-serif;
    line-height: 1.8em;
    width: auto;
}

p.clr, .clr {
    clear: both;
    padding: 0;
    margin: 0;
}

select:focus {
    outline: none;
}


table {
    height: 100%;
    width: 100%;
}

td, th {
    margin: 2px;
    border: 0;
}

textarea, input {
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    padding: 2px;
}

    textarea:focus, input:focus {
        outline: none;
        border-color: #FFCC66;
        box-shadow: 0 0 10px #FFCC66;
    }

ul.Navigation {
    padding: 20px 0;
    margin: 0;
    list-style: none;
    border: 0;
}

    ul.Navigation li {
        margin: 0;
        padding: 0 10px;
        border: 0;
        line-height: 0;
    }

        ul.Navigation li a {
            display: block;
            padding: 5px 0 2px 20px;
            margin: 0;
            border-bottom: 1px solid #dedede;
            background: url(/Interface/Internal/image/site/ul_li.gif) left no-repeat;
            color: #979797;
            font: normal 12px Arial, Helvetica, sans-serif;
            text-decoration: none;
            line-height: 1.6em;
        }

            ul.Navigation li a:hover {
                background: #f8f8f8 url(/Interface/Internal/image/site/ul_li_hover.gif) left no-repeat;
                border-bottom: 1px solid #dedede;
                color: #F05A22;
                text-decoration: none;
            }

            ul.Navigation li a.active {
                background: #f8f8f8 url(/Interface/Internal/image/site/ul_li_hover.gif) left no-repeat;
                border-bottom: 1px solid #dedede;
                color: #F05A22;
                text-decoration: none;
            }


/* name with # **************************************************************************************************************************************************/

/*class tag *********************************************************************************************************************************************************/


.active {
    background-color: #009345;
}

.block {
    width: 255px;
    float: left;
    margin: 10px;
    padding: 0;
}

.blok_header {
    margin: 0;
    padding: 0;
    background: url(/Interface/Internal/image/site/header_bg.gif) top repeat-x;
}

.body {
    width: auto;
    margin: 20px auto 20px auto;
    padding: 20px 10px 20px 10px;
    background-repeat: repeat-x;
    background-color: #FFF;
    background-position: bottom;
}

    .body h2 {
        color: #F05A22;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        font-style: italic;
        font-weight: normal;
        font-variant: normal;
        border-bottom-width: thin;
        border-bottom-style: none;
        border-bottom-color: #444;
        text-align: left;
        margin: 0;
        padding: 0 0 5px 0;
    }

        .body h2 span {
            font: normal 11px Arial, Helvetica, sans-serif;
            color: #b3b3b3;
        }

    .body h3 {
        color: #F05A22;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        font-style: italic;
        font-weight: bold;
        font-variant: normal;
        margin: 0 0 10px 0;
        background-repeat: no-repeat;
        padding: 0 0 5px 0;
    }

    .body h4 {
        color: #444;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        padding-top: 5px 0 5px 14px;
    }

    .body h5 {
        color: #444;
        margin: 0;
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        padding: 0;
    }

    .body img {
        padding: 0;
        margin: 0px auto;
    }

        .body img.floated {
            float: left;
            padding: 0;
            margin: 10px 15px 10px 0;
        }

    .body ul {
        list-style: none;
        margin: 10px auto;
        padding: 20px 0;
    }



    .body li {
        padding: 3px 5px;
        margin: 0;
        font: normal 12px Arial, Helvetica, sans-serif;
        color: #7d7d7d;
    }

        .body li a {
            font: normal 12px Arial, Helvetica, sans-serif;
            color: #7d7d7d;
            text-decoration: none;
        }

            .body li a:hover {
                color: #F05A22;
            }

    .body p {
        color: #444;
        padding: 0;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
    }

        .body p span {
            font: normal 11px Arial, Helvetica, sans-serif;
            color: #b3b3b3;
        }

    .body a {
        text-decoration: none;
        color: #444;
        font: normal 14px Arial, Helvetica, sans-serif;
    }

        .body a:hover {
            text-decoration: underline;
            color: #F05A22;
            font: normal 14px Arial, Helvetica, sans-serif;
        }

.body_blue {
    width: auto;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-repeat: repeat-x;
    background-position: center;
    /*	border-top-width: thin;
	border-top-style: solid;*/
    border-top-color: #CCC;
    background-color: #5abb9e;
    color: #fff;
}

    .body_blue h2 {
        color: #68AD44;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        font-style: italic;
        font-weight: normal;
        font-variant: normal;
        border-bottom-width: thin;
        border-bottom-style: none;
        border-bottom-color: #444;
        text-align: left;
        margin: 0;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
    }

    .body_blue h3 {
        color: #444;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        font-style: italic;
        font-weight: normal;
        font-variant: normal;
        border-bottom-width: thin;
        border-bottom-style: solid;
        border-bottom-color: #CBCBCB;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 10px;
        margin-left: 0;
        background-repeat: no-repeat;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
    }

    .body_blue h4 {
        color: #444;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 14px;
    }

    .body_blue h5 {
        color: #444;
        margin: 0;
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .body_blue h2 span {
        font: normal 11px Arial, Helvetica, sans-serif;
        color: #b3b3b3;
    }

    .body_blue img {
        padding: 0;
        margin: 0px auto;
    }

        .body_blue img.floated {
            float: left;
            padding: 0;
            margin: 10px 15px 10px 0;
        }

    .body_blue ul {
        list-style: none;
        margin: 10px auto;
        padding: 20px 0;
    }

    .body_blue li {
        padding: 3px 5px;
        margin: 0;
        font: normal 12px Arial, Helvetica, sans-serif;
        color: #7d7d7d;
    }

        .body_blue li a {
            font: normal 12px Arial, Helvetica, sans-serif;
            color: #7d7d7d;
            text-decoration: none;
        }

            .body_blue li a:hover {
                color: #c52100;
            }

    .body_blue p {
        color: #444;
        padding: 0px 0px;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
    }

        .body_blue p span {
            font: normal 11px Arial, Helvetica, sans-serif;
            color: #b3b3b3;
        }

    .body_blue a {
        text-decoration: none;
        color: #444;
        font: normal 14px Arial, Helvetica, sans-serif;
    }

        .body_blue a:hover {
            text-decoration: none;
            color: #68AD44;
            font: normal 14px Arial, Helvetica, sans-serif;
        }


.body_resize {
    margin: 0;
    padding: 0;
}

.bottom_banner {
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #CCC;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

.button_bar {
    background-repeat: repeat-x;
    background-position: center center;
    border-bottom-style: none;
    background-size: auto 100%;
    background-color: #FAFAFA;
    background-image: url(/Interface/Internal/image/site/button_tab.jpg);
    font-size: 7pt;
    margin: 0;
    min-height: 13px;
    padding: 6px 0 6px 0;
    text-align: right;
    width: auto;
}

    .button_bar a {
        text-transform: uppercase;
    }

.button_bar_left {
    width: auto;
    background-repeat: repeat-x;
    background-position: center center;
    border-bottom-style: none;
    padding-top: 6px 0 6px 0;
    background-color: #FAFAFA;
    background-image: url(/Interface/Internal/image/site/button_tab.jpg);
    text-align: right;
    margin: 0;
}

.button_bar_nobg {
    width: auto;
    background-repeat: repeat-x;
    background-position: center center;
    border-bottom-style: none;
    padding: 6px 0 6px 0;
    text-align: right;
    margin: 0;
}

.button_bar_left_nobg {
    width: auto;
    background-repeat: repeat-x;
    background-position: center center;
    border-bottom-style: none;
    padding-top: 6px 0 6px 0;
    text-align: left;
    margin: 0;
}


.button_style {
    font-style: italic;
    text-transform: capitalize;
    font-weight: bolder;
}

    .button_style a:link {
        -moz-border-radius: 5px;
        -webkit-border-radius: 0px;
        border-radius: 20px;
        border: medium none #D0DF62;
        margin-bottom: 0px;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        background-color: #009444;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

    .button_style a:active {
        -moz-border-radius: 5px;
        -webkit-border-radius: 0px;
        border-radius: 20px;
        border: medium none #D0DF62;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        margin-bottom: 0px;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        background-color: #009444;
    }

    .button_style a:hover {
        -moz-border-radius: 5px;
        -webkit-border-radius: 0px;
        border-radius: 20px;
        border: medium none #D0DF62;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        margin-bottom: 0px;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        background-color: #097221;
    }

    .button_style a:visited {
        -moz-border-radius: 5px;
        -webkit-border-radius: 0px;
        border-radius: 20px;
        border: medium none #D0DF62;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        margin-bottom: 0px;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        background-color: #009444;
    }

    .button_style a:focus {
        outline: none;
    }

.button_action {
    color: white;
    background-color: cadetblue;
}
/*.button_style {
    font-size: 7pt;
}

    .button_style a:link {
        border: thin solid #CCCCCC;
        margin-bottom: 0;
        text-align: center;
        color: #333;
        text-decoration: none;
        padding: 3px 6px 3px 6px;
        background-color: #EBEBEB;
        font-weight: normal;
        text-transform: capitalize;
        font-style: normal;
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 5px;
    }

    .button_style a:active {
        border: thin solid #CCCCCC;
        padding: 3px 6px 3px 6px;
        margin-bottom: 0;
        text-align: center;
        color: #333;
        text-decoration: none;
        background-color: #EBEBEB;
        font-style: normal;
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 5px;
    }

    .button_style a:hover {
        border: thin solid #CCCCCC;
        padding: 3px 6px 3px 6px;
        margin-bottom: 0;
        text-align: center;
        color: #000000;
        text-decoration: none;
        background-color: #F5F5F5;
        font-style: normal;
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 5px;
    }

    .button_style a:focus {
        outline: none;
    }

    .button_style a:visited {
        border: thin solid #CCCCCC;
        padding: 3px 6px 3px 6px;
        margin-bottom: 0;
        text-align: center;
        color: #333;
        text-decoration: none;
        background-color: #EBEBEB;
        font-style: normal;
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 5px;
    }*/

.calendarImage {
    height: 16px;
    width: 15px;
    /*text-align: center;
    vertical-align: middle;
    background-color: transparent;*/
}

.collapsible {
    background-image: url(/Interface/Internal/image/site/tab_bar_normal.jpg);
    background-repeat: repeat-x;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    height: 20px;
    line-height: 1px;
}

    .collapsible:hover {
        background-color: #009345;
    }


.contact_headers {
    color: #fff;
    text-transform: uppercase;
    font-size: 12pt;
}


.contact_table {
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
    width: 100%;
}

.content {
    /*padding: 0 18px;*/
    display: block;
    overflow: hidden;
    background-color: #f1f1f1;
}

.credits {
    padding: 0;
    margin: 0;
    background-repeat: repeat-x;
    text-align: center;
    background-position: top;
    padding-bottom: 0;
    border-top-width: thin;
    border-top-style: none;
    border-top-color: #CCC;
    border-bottom-width: thin;
    border-bottom-style: none;
    border-bottom-color: #CCC;
    width: auto;
}

.credits_blue {
    padding: 1px;
    margin: 0;
    background-repeat: repeat-x;
    text-align: center;
    background-position: top;
    padding-bottom: 0;
    border-top-width: thin;
    border-top-style: none;
    border-top-color: #CCC;
    border-bottom-width: thin;
    border-bottom-style: none;
    border-bottom-color: #CCC;
    width: auto;
}

.current_page a {
    background-color: #FFF3B1;
    color: #262425;
    text-decoration: none;
}

.current_topmenu {
    background-color: #cef1e7;
    color: #262425;
    text-decoration: none;
}

.current_submenu {
    color: #262425;
    text-decoration: none;
    background-image: url(/Interface/Internal/image/site/tab_bar_highlight.jpg);
}

.disabledLink {
    color: gray;
    cursor: not-allowed;
    opacity: 0.3;
    text-decoration: none;
}


.docFile {
    display: none;
}

div.delete, div.deleteDoc {
    background-image: url('/Interface/Internal/image/icon/delete.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    cursor: pointer;
    text-align: left;
    background-size: 80%;
    float: left;
}

.drop_down_select {
    border-bottom-width: thin;
    border-bottom-style: none;
    border-bottom-color: #D8D8D8;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-left: 0;
    margin-left: 25px;
}

.dynamic_content {
    width: 732px;
    float: right;
    margin-top: 0;
    margin-left: 0;
    background-image: url(/Interface/Internal/image/site/table_back.png);
    background-repeat: repeat-x;
    min-height: 200px;
    padding: 15px;
    background-color: #F6F6F6;
}

.dynamic_content_wide {
    background-image: url(/Interface/Internal/image/site/table_back.png);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.dynamic_content_wide_tutorial {
    width: auto;
    margin: 0;
    background-image: url(/Interface/Internal/image/site/table_back.png);
    background-repeat: repeat-x;
    min-height: 0;
    background-color: #FFFFFF;
    padding: 10px 25px 25px 0;
    height: 550px;
}

.dynamic_content_wide_green {
    width: 50%;
    margin: 0;
    background-repeat: repeat-x;
    min-height: 100px;
    padding: 10px 25px 10px 0;
    background-color: #CCCCCC;
    float: right;
}

.dynamic_content_white {
    width: auto;
    margin: 0;
    margin: 0;
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    padding: 10px 25px 10px 25px;
}

.error {
    border: 1px solid #f00;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.footer {
    background-repeat: repeat;
    background-position: center;
    background-color: #898989;
    color: #f7f7f7;
    text-align: center;
}

    .footer a {
        font: 12px Arial, Helvetica, sans-serif;
        color: #F7F7F7;
        text-decoration: none;
        padding: 5px;
        margin: 0;
    }

        .footer a:hover {
            text-decoration: underline;
        }

.footer_blue {
    background-repeat: repeat-x;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #CCC;
    background-position: center top;
    background-image: url(/Interface/Internal/image/site/footer_gradient.png);
    height: 100px;
}

.footer p {
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #F7F7F7;
}

    .footer p.right {
        text-align: right;
        width: 350px;
        margin: 0;
        padding: 15px 0 0 0;
        float: right;
    }

    .footer p.left {
        text-align: center;
        width: auto;
        margin: 0;
        color: #999;
        padding: 15px 0 0 0;
    }

.footer_resize {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    background-position: center top;
    border-top-width: thin;
    border-top-style: none;
    border-top-color: #CCC;
    padding: 20px 10px 20px 10px;
    min-height: 160px;
    background-color: #FFF;
}

.footer_resize_backend {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    background-position: center top;
    border-top-width: thin;
    border-top-style: none;
    border-top-color: #CCC;
    padding: 20px 10px 20px 10px;
    min-height: 160px;
    background-color: #FFF;
}

.footer_resize_230 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    background-position: center top;
    border-top-width: thin;
    border-top-style: none;
    border-top-color: #CCC;
    padding: 20px 10px 20px 10px;
    background-color: #FFF;
    min-height: 230px;
}

.footer_resize_230_backend {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    background-position: center top;
    border-top-width: thin;
    border-top-style: none;
    border-top-color: #CCC;
    padding: 20px 10px 20px 10px;
    background-color: #FFF;
    min-height: 230px;
}

.footer_resize_long {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    background-position: center top;
    border-top-width: thin;
    border-top-style: none;
    border-top-color: #CCC;
    padding: 20px 10px 20px 10px;
    background-color: #FFF;
    min-height: 100%;
}

.footer_resize_long_backend {
    background-repeat: repeat-x;
    background-position: center top;
    padding-top: 0px;
    min-height: 100%;
}

.header {
    position: relative;
    background-image: url(/Interface/Internal/image/site/Bote_Requests_Banner.png);
}

.headerlive {
    position: relative;
    background-image: url(/Interface/Internal/image/site/Bote_Requests_Banner.png);
}

.headerdemo {
    position: relative;
    background-image: url(/Interface/Internal/image/Site/Bote_Requests_Banner_Demo.png);
}

.headerdevelop {
    position: relative;
    background-image: url(/Interface/Internal/image/site/Bote_Requests_Banner_Develop.png);
}

.header, .headerdemo, .headerdevelop {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom-color: #666;
    height: 139px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}

    .header .click, .headerdemo .click, .headerdevelop .click {
        width: 180px;
        float: right;
        padding: 0px 0;
        margin: 0;
    }

        .header .click p, .headerdemo .click p, .headerdevelop .click p {
            font: italic 12px Arial, Helvetica, sans-serif;
            color: #888;
            padding: 10px 0 0 0;
            margin: 0;
            line-height: 1.8em;
        }

        .header .click a, .headerdemo .click a, .headerdevelop .click a {
            color: #F05A22;
            text-decoration: none;
        }



.header__menu {
    background-image: url(/Interface/Internal/image/ico/hamburger.png);
}

.header_image {
    height: 139px;
    width: calc(100% - 285px);
    float: left;
}

.header_text {
    margin: 0;
    padding: 10px 0;
}

.header_text_bg {
    background-color: #FFF;
    border-right-width: thin;
    border-left-width: thin;
    border-right-style: none;
    border-left-style: none;
    border-right-color: #68B44D;
    border-left-color: #68B44D;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
    padding: 0;
}

.header_text_resize {
    padding: 5px 10px;
    width: 940px;
    margin: 0 auto;
}

.hide_over_768 {
    display: none;
}

.label_RadioCheckBox {
    padding: 0 5px 0 5px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.progress {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1003 !important;
}

.divProgress {
    background-color: #ebebeb;
    color: #000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    top: 0;
    width: 100%;
}

.imgProgress {
    background-color: transparent;
    background-image: url("/Media/Images/FilingRequest/LoadingStarGreen.gif");
    background-repeat: no-repeat;
    height: 100%;
    left: 50%;
    margin-left: -128px;
    margin-top: -128px;
    overflow: auto;
    padding: 16px;
    position: fixed;
    top: 50%;
    width: 100%;
    z-index: 1003 !important;
}

.imageOrigin {
    width: auto;
    max-width: 100%;
    height: auto;
}

.inline_photo_left {
    padding-right: 15px;
    padding-bottom: 15px;
}

.inputfield {
    padding: 0;
    margin: 2px;
}



div.pop, div.addDays, label.docButton, label.btnImportExcel {
    border: 1px #bed6fb outset;
    border-color: #bed6f8;
    background-color: #bed6f8;
    background-repeat: repeat-x;
    background-position: left top;
    background-image: url('/Interface/Internal/image/Site/pop.png');
    width: 20px;
    width: 19px \9;
    height: 15px;
    cursor: pointer;
    text-align: center;
    border-top-style: solid;
    border-left-style: solid;
    font-size: smaller;
}

label.docButton, label.btnImportExcel {
    width: auto;
    display: block;
    height: 19px;
    line-height: 19px;
    overflow: hidden;
}



.left {
    width: 810px;
    float: left;
    padding: 0;
    margin: 0;
}

.left2 {
    width: 45%;
    float: left;
    padding-left: 15px;
}

    .left2 h2 {
        color: #333;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        font-style: normal;
        font-weight: bolder;
        font-variant: normal;
        border-bottom-width: thin;
        border-bottom-style: none;
        border-bottom-color: #444;
        margin-top: 0 0 8px 0;
        text-align: left;
        padding: 0;
        text-transform: uppercase;
    }

    .left2 h3 {
        color: darkgreen;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-style: italic;
        font-weight: normal;
        font-variant: normal;
        border-bottom-width: thin;
        border-bottom-style: none;
        border-bottom-color: #444;
        margin: 0 0 10px 0;
        padding: 0;
        text-align: left;
    }

.left3 {
    width: 300px;
    float: left;
    padding-left: 0;
    background-repeat: no-repeat;
    padding-top: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 0;
    border-radius: 10px;
}

    .left3 h2 {
        color: #333;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        font-style: normal;
        font-weight: bolder;
        font-variant: normal;
        border-bottom-width: thin;
        border-bottom-style: none;
        border-bottom-color: #444;
        margin: 0 0 8px 0;
        padding: 0;
        text-align: left;
        text-transform: uppercase;
    }

.left5 {
    width: 75%;
    float: left;
    padding-left: 15px;
}

    .left5 h2 {
        color: #333;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        font-style: normal;
        font-weight: bolder;
        font-variant: normal;
        border-bottom-width: thin;
        border-bottom-style: none;
        border-bottom-color: #444;
        margin: 0 0 8px 0;
        padding: 0;
        text-align: left;
        text-transform: uppercase;
    }


.login_box {
    width: 24%;
    float: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
}

.login_style {
    border: thin none #CCC;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-size: auto 100%;
    background-image: url(/Interface/Internal/image/site/login_box.png);
    background-position: center top;
    color: #262425;
    font-size: 8pt;
    margin-top: 15px;
    margin-bottom: 0px;
    overflow: auto;
    padding: 5px 5px 5px 0px;
}

.login_text {
    color: #000;
    font-size: 8pt;
}

.login_container {
    width: 260px;
    float: right;
}


.logo {
    width: 318px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main {
    min-height: 420px;
    padding: 0;
    margin: 0, auto, 0, auto;
    background-position: top;
    background-image: url(/Interface/Internal/image/site/main_back_4.png);
    background-repeat: repeat-x;
    background-color: #f5f5f5;
}

.menu {
    padding: 0;
    margin: 0;
    width: 500px;
    float: left;
}

    .menu ul {
        text-align: left;
        padding: 0;
        margin: 0;
        list-style: none;
        border: 0;
        float: left;
    }

        .menu ul li {
            float: left;
            margin: 0;
            padding: 0 5px;
            border: 0;
        }

            .menu ul li a {
                float: left;
                margin: 0;
                padding: 12px 0;
                color: #101010;
                font: normal 11px Arial, Helvetica, sans-serif;
                text-decoration: none;
                text-transform: uppercase;
            }

                .menu ul li a span {
                    padding: 12px 9px;
                    background: none;
                }

                .menu ul li a:hover {
                    color: #fff;
                    background: url(/Interface/Internal/image/site/r_menu.gif) no-repeat right;
                }

                    .menu ul li a:hover span {
                        color: #fff;
                        background: url(/Interface/Internal/image/site/images/l_menu.gif) no-repeat left;
                    }

                .menu ul li a.active {
                    color: #fff;
                    background: url(/Interface/Internal/image/site/r_menu.gif) no-repeat right;
                }

                    .menu ul li a.active span {
                        color: #fff;
                        background: url(/Interface/Internal/image/site/l_menu.gif) no-repeat left;
                    }

.navbar {
    width: 1140px;
    min-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    background-position: center top;
    border-bottom-style: none;
}

.navbar_text {
    color: #262425;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-right: 10px;
    width: auto;
    margin-left: 0;
    padding: 10px;
    height: 18px;
}

    .navbar_text a:link {
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #FFF;
        color: #262425;
        font-size: 11pt;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        margin-left: -4px;
        padding: 10px;
        width: auto;
    }

    .navbar_text a:hover {
        background-color: #cef1e7;
        color: #262425;
        text-decoration: none;
    }

    .navbar_text a:visited {
        text-decoration: none;
        border-style: none solid none none;
        border-right-width: thin;
        border-right-color: #FFF;
        color: #262425;
    }



.right {
    width: 45%;
    float: right;
    -moz-border-radius: 5px;
    -webkit-border-radius: 0;
    border-radius: 10px;
    padding-right: 15px;
    margin-top: 0;
    margin-left: 50px;
}

.right2 {
    width: 1100px;
    float: right;
    -moz-border-radius: 5px;
    -webkit-border-radius: 0;
    border-radius: 10px;
    padding-right: 0;
    margin-top: 0;
}

.right h2 {
    color: #F05A22;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-style: italic;
    font-weight: normal;
    font-variant: normal;
    border-bottom-width: thin;
    border-bottom-style: none;
    border-bottom-color: #444;
    margin: 0;
    text-align: left;
    padding: 0;
}

.right3 {
    width: 1130px;
    float: left;
    margin-left: 50px;
}

.right4 {
    width: 68%;
    float: right;
    -moz-border-radius: 5px;
    -webkit-border-radius: 0;
    border-radius: 10px;
    padding-right: 0;
    margin-top: 0;
    margin-left: 0;
}

.right5 {
    width: 45%;
    float: right;
    -moz-border-radius: 5px;
    padding-right: 0;
    margin-top: 0;
    margin-left: 0;
}

.rightside {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top-style: none;
    border-bottom-style: none;
    text-align: left;
    -ms-word-wrap: normal;
    word-wrap: normal;
    padding: 3px 0px 3px 10px;
}


.rounded_corners_left {
    -moz-border-radius: 5px;
    -webkit-border-radius: 0;
    border-radius: 10px;
}

.rounded_corners_padding {
    -moz-border-radius: 5px;
    -webkit-border-radius: 0;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 12px;
}

.rounded_corners_colored {
    -moz-border-radius: 5px;
    -webkit-border-radius: 0;
    border-radius: 5px;
    background-image: url(/Interface/Internal/image/site/login_back.png);
    border: thin solid #ECEDC2;
}

.rounded_corners_gray {
    -moz-border-radius: 5px;
    -webkit-border-radius: 0;
    border-radius: 5px;
    background-color: #E5E5E5;
    border: thin solid #CCC;
}

.statusColorWAITING {
    color: darkorange;
    font-weight: 700;
}

.statusColorPENDING {
    color: brown;
    font-weight: 700;
}


.statusColorCOUNTERED {
    color: darkblue;
    font-weight: 700;
}

.statusColorACCEPTED {
    color: black;
}

.statusColorAUTHORIZED {
    color: darkgreen;
    font-weight: 700;
}

.statusColorAPPROVED {
    color: black;
}

.statusColorDECLINED {
    color: black;
}

.statusColorSUBMITTOFILED {
    color: black;
}

.statusColorWITHDRAWN {
    color: black;
}


.scrollingControlContainer {
    overflow: auto;
    vertical-align: top;
}



.scrollingCheckBoxList {
    /*border: 1px #808080 solid;*/
    margin: 5px 5px 5px 5px;
    vertical-align: top;
    text-align: left;
    width: 1000px;
    line-height: 30px;
}

.search {
    padding: 0;
    margin: 0;
    width: 320px;
    float: right;
}

    .search form {
        display: block;
        float: right;
        padding: 0;
    }

    .search span {
        display: block;
        float: left;
        background: url(/Interface/Internal/image/site/search_bg.gif) left top no-repeat;
        width: 206px;
        padding: 0 5px;
        height: 29px;
    }

    .search form .keywords {
        line-height: 15px;
        height: 15px;
        float: left;
        width: 206px;
        background: none;
        border: 0;
        padding: 7px 5px;
        margin: 0;
        font: normal 12px Arial, Helvetica, sans-serif;
        color: #101010;
    }

    .search form .button {
        float: left;
        margin: 0;
        padding: 0;
    }

.selectfield {
    width: 450px;
    padding: 2px;
    margin: 1px;
}

.single_buttons {
    font-size: 9pt;
}

    .single_buttons a:link, .single_buttons span.action-command {
        border: thin solid #ccc;
        color: #333;
        padding: 3px 6px 3px 6px;
        background-color: #ebebeb;
        border-radius: 5px;
        margin-right: 20px;
    }

    .single_buttons a:link {
        margin-right: 20px;
        border: thin solid #CCCCCC;
        color: #333;
        text-decoration: none;
        padding: 3px, 6px, 3px, 6px;
        background-color: #EBEBEB;
        font-weight: normal;
        text-transform: capitalize;
        font-style: normal;
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 5px;
    }

    .single_buttons a:active {
        border: thin solid #CCCCCC;
        padding: 3px, 6px, 3px, 6px;
        margin-bottom: 0;
        color: #333;
        text-decoration: none;
        background-color: #EBEBEB;
        font-style: normal;
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 5px;
    }

    .single_buttons a:focus {
        outline: none;
    }

    .single_buttons a:hover {
        border: thin solid #CCCCCC;
        padding: 3px, 6px, 3px, 6px;
        margin-bottom: 0;
        color: #000000;
        text-decoration: none;
        background-color: #F5F5F5;
        font-style: normal;
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 5px;
    }

    .single_buttons a:visited {
        background-color: #EBEBEB;
        border: thin solid #CCCCCC;
        border-radius: 5px;
        color: #333;
        font-style: normal;
        margin-bottom: 0;
        text-decoration: none;
        padding: 3px, 6px, 3px, 6px;
    }


.single_tool {
}

    .single_tool a:link {
        padding-right: 0;
        padding-left: 20px;
    }

    .single_tool a:active {
        padding-right: 0;
        padding-left: 20px;
    }

    .single_tool a:hover {
        padding-right: 0;
        padding-left: 20px;
    }

    .single_tool a:visited {
        padding-right: 0;
        padding-left: 20px;
    }

    .single_tool a:focus {
        outline: none;
    }

.tabs ul li.ui-state-active, .tabs .ui-widget-content .ui-state-active, .tabs .ui-widget-header .ui-state-active, .accordion h3, .accordion .ui-state-active, .accordion .ui-widget-content .ui-state-active, .accordion .ui-widget-header .ui-state-active {
    background-image: url('/Interface/Internal/image/Site/tab_bar_highlight.jpg');
    background-image: url(/Interface/Internal/image/site/tab_bar_highlight.jpg);
    border: 0 none;
    background-size: auto 100%;
}


.tab_navbar_top {
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-image: url(/Interface/Internal/image/site/tab_bar_normal.jpg);
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    height: 39px;
    font-size: 11pt;
    text-align: left;
    width: auto;
}

.tab_navbar_top_text {
    color: #fff;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-left: 0;
    padding: 10px;
    width: auto;
}

    .tab_navbar_top_text a:link {
        padding: 10px;
        color: #fff;
        font-size: 11pt;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        padding-right: 10px;
        width: auto;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #FFF;
    }

.tab_navbar_top_text_customerservice a:link {
    padding: 10px;
    color: #fff;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-right: 10px;
    width: auto;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFF;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FFF;
}

.tab_navbar_top_text a:hover {
    color: #fff;
    text-decoration: none;
    background-image: url(/Interface/Internal/image/site/tab_bar_highlight.jpg);
}

.tab_navbar_top_text a:visited {
    text-decoration: none;
    border-style: none solid none none;
    border-right-width: thin;
    border-right-color: #FFF;
    color: #262425;
}

.tab_navbar_bottom {
    background-image: url(/Interface/Internal/image/site/tab_bar_normal.jpg);
    background-repeat: repeat-x;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    height: 38px;
    margin-top: 0;
    margin-left: 0;
    width: auto;
}


.table-rounded-colored {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: thin solid #aaaaaa;
    padding-top: 0;
    padding-bottom: 5px;
    margin: 0px;
}

.tableWithFullBorder {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
}

.tableCellImageIcon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: 0 auto;
    cursor: pointer;
}

.txtReadonly {
    background-color: lightgrey;
}

.txt-right {
    text-align: right;
}

.tools {
    background-repeat: repeat-x;
    background-position: center center;
    background-size: auto 100%;
    background-image: url(/Interface/Internal/image/site/button_tab.jpg);
    border-bottom-style: none;
    margin: 0;
    padding-top: 3px;
}

.top_banner {
    background-image: url(/Interface/Internal/image/site/banner_backdrop.png);
    background-repeat: repeat-x;
    background-position: center top;
    margin-right: auto;
    margin-left: auto;
}

.top_slideshow {
    margin-top: 0, auto, 20px, 0;
    padding: 0;
    background-repeat: repeat-x;
    background-color: #FFF;
    background-position: bottom;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

.treeview, .treeview ul {
    padding: 0 0 0 10px;
    margin: 0;
    list-style: none;
    width: 10%;
}

.treeview, .selectedtreenode {
    color: Blue;
}

    .treeview ul {
        background-color: transparent;
        margin-top: 4px;
    }

    .treeview .hitarea {
        background: url(images/treeview-default.gif) -64px -25px no-repeat;
        height: 16px;
        width: 16px;
        margin-left: -16px;
        float: left;
        cursor: pointer;
        padding-left: 0;
    }

    .treeview li {
        margin: 0;
        padding: 3px 0pt 3px 16px;
        background: url(images/treeview-default-line.gif) 0 0 no-repeat;
    }

        .treeview LI:hover {
            text-decoration: none;
        }

            .treeview LI:hover UL LI {
                text-decoration: none;
            }

    .treeview a.selected {
        color: Maroon;
    }

    .treeview .hover {
        color: red;
    }

    .treeview li.collapsable, .treeview li.expandable {
        background-position: 0 -176px;
    }

    .treeview .expandable-hitarea {
        background-position: -80px -3px;
    }

    .treeview li.last {
        background-position: 0 -1766px;
    }

    .treeview li.lastCollapsable, .treeview li.lastExpandable {
        background-image: url(images/treeview-default.gif);
    }

    .treeview li.lastCollapsable {
        background-position: 0 -111px;
    }

    .treeview li.lastExpandable {
        background-position: -32px -67px;
    }

    .treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
        background-position: 0;
    }

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-datepicker-trigger {
    height: 16px;
    width: 15px;
    padding: 0 0 0 5px;
    border: 0 none;
    text-align: center;
    vertical-align: middle;
}

.ui-datepicker-cover {
    display: none;
    display: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    overflow: auto;
}


.video_titles {
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
    color: #009345;
}

#tblAdditionalNotes tbody td:first-child {
    padding: 7px 3px 7px 10px;
}

#tblOptionalClauses > tbody > tr > td {
    text-align: center;
}

    #tblOptionalClauses > tbody > tr > td:nth-child(3) {
        text-align: left;
    }

#tblContracts td, #tblRcContracts td, tblRcCommodities td {
    font-size: 1em;
}

#tblContracts > tbody > tr > td:last-child,
#tblRcContracts > tbody > tr > td:last-child,
#tblRcCommodities > tbody > tr > td:last-child {
    text-align: center;
    padding: 5px;
}

#tblRcCommodities, #tblRcContracts {
    --dt-row-selected: 176,190,217;
    --dt-row-selected-text: 0,0,0;
}

    #tblContracts > thead th:last-child,
    #tblRcContracts > thead th:last-child,
    #tblRcCommodities > thead th:last-child,
    #tblAdditionalNotes > thead th:last-child {
        text-align: center;
    }

.OptionalClauseTooltipStyle {
    width: 400px;
}

#tblOptionalClauses th:first-of-type {
    padding: 5px;
}

#tblOptionalClauses tbody > tr td:first-of-type {
    padding: 0px;
    text-align: center;
}

.FiltersAndSummarization_content {
    padding: 0px;
    margin: 0px;
    width: auto;
    background-repeat: repeat;
    background-position: bottom;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #444;
}

.FiltersAndSummarization_accordion fieldset {
    margin: 5px;
}

.FiltersAndSummarization_accordion {
    background-image: url(/Interface/Internal/image/site/tab_bar_normal.jpg);
    border-radius: 5px;
}

.FiltersAndSummarization_header {
    background-image: inherit;
    color: #FFF;
}

    .FiltersAndSummarization_header:hover {
        background-image: url(/Interface/Internal/image/site/tab_bar_highlight.jpg);
    }

#divRcTariffTlis thead tr th:first-of-type,
#divRcContractTlis thead tr th:first-of-type,
#divRates thead tr th:first-of-type {
    position: sticky;
    left: -1px;
    background: #f1f1f1;
    z-index: 99;
    box-shadow: inset -1px 0px 0px 0px #d3d3d3;
}

#tblRcTariffTlis tr td:first-of-type,
#divRcContractTlis tr td:first-of-type,
#divRates tr td:first-of-type {
    position: sticky;
    left: -1px;
    box-shadow: inset -1px 0px 0px 0px #d3d3d3;
}

#tblRcTariffTlis tr.odd td:first-of-type,
#divRcContractTlis tr.odd td:first-of-type,
#divRates tr.odd td:first-of-type {
    background-color: #ebf8fd;
}

#tblRcTariffTlis tr.even td:first-of-type,
#divRcContractTlis tr.even td:first-of-type,
#divRates tr.even td:first-of-type {
    background-color: #fff;
}

#tblRateOptions > tbody > tr > td:first-of-type {
    padding-left: 0px;
    text-align: center;
}

#tblRateOptions > thead > tr > th:first-of-type {
    padding-left: 0px;
    text-align: center;
}

#tblRequestsTabRow {
    text-align: center;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: white;
    height: 30px;
}

    #tblRequestsTabRow > div:first-of-type {
        border-top-left-radius: 5px;
    }

    #tblRequestsTabRow > div:last-child {
        border-top-right-radius: 5px;
    }

    #tblRequestsTabRow > div {
        height: 23px;
    }

.tblRequestsTab {
    padding-top: 5px;
    border: solid 1px grey;
    background-image: url(/Interface/Internal/image/site/tab_bar_normal.jpg);
}

    .tblRequestsTab:hover {
        background-image: url(/Interface/Internal/image/site/tab_bar_highlight.jpg);
    }

    .tblRequestsTab.current_tab {
        background-image: url(/Interface/Internal/image/site/tab_bar_highlight.jpg);
    }

#tblAvailableCountry_filter, #tblSelectedCountry_filter {
    float: left;
    padding-left: 10px;
}


/* Inland Row features */

.selectCol {
    font-weight: bold;
    font-size: 14px;
}

.inlandrowdialog {
    background-color: gainsboro !important;
}

    .inlandrowdialog input {
        background-color: white;
    }

.dataCol {
    width: 220px;
}

.selectCol {
    width: 220px;
}

.inlandCol {
    display: inline-flex;
    width: 440px;
    padding: 5px;
}

.inlandCol input {
    width: 200px;
}


/* Vertical Datatables */

table.vertical_datatable {
font-size: 9pt;
table-layout: auto;
display: flex;
background-color: #FFF;
width: fit-content;
}

table.vertical_datatable img {
    max-width: 20px;
    max-height: 20px;
}

table.vertical_datatable thead {
    float: left;
    width: 170px;
    background: none;
    background-color: #F3F3F3;
    clear: both;
}

table.vertical_datatable thead tr {
    display: block;
    width: 170px;
    margin-bottom: 4px;
    border-bottom: .5em solid #7dddc1;
}

table.vertical_datatable thead th {
    display: block;
    height: 20px;
    padding: 1px 1px 1px 10px;
    text-align: left;
    border: 1px solid #ddd;
}

table.vertical_datatable tbody {
    float: left;
    overflow-x: scroll;
    padding: 0px;
    background-color: #FFF;
    max-width: 900px;
}

table.vertical_datatable tbody tr {
    float: left;
    margin-bottom: 2px;
    border-bottom: .5em solid #7dddc1;
}

table.vertical_datatable tbody td {
    display: block;
    height: 20px;
    width: 208px;
    padding: 1px 1px 1px 10px;
    border: 1px solid #ddd;
    overflow-y: auto;
}

table.vertical_datatable tr.even.row_selected td, table.vertical_datatable tr.odd.row_selected td {
    background-color: #b0bed9;
}

table.vertical_datatable tbody tr.odd {
    background-color: #ebf8fd;
}

table.vertical_datatable tbody tr.even {
    background-color: #fff;
}
/* Vertical Datatables - Specific table changes */

table#tblRatesVertical thead th:nth-of-type(14),
table#tblRatesVertical thead th:nth-of-type(15),
table#tblRatesVertical thead th:nth-of-type(16),
table#tblRatesVertical thead th:nth-of-type(17) {
    height: 40px !important;
}

table#tblRatesVertical tbody td:nth-of-type(14),
table#tblRatesVertical tbody td:nth-of-type(15),
table#tblRatesVertical tbody td:nth-of-type(16),
table#tblRatesVertical tbody td:nth-of-type(17) {
    height: 40px !important;
}

#tblRatesVertical .sorting_disabled::after {
    display: none !important;
}

.sorting_disabled::before {
    display: none !important;
}

#tblRatesVertical .sorting_disabled {
    pointer-events: none !important;
    cursor: default !important;
}

#tblRatesVertical_paginate {
    padding-bottom: 4px;
}

table#tblRateRequestsVertical thead th:nth-of-type(7),
table#tblRateRequestsVertical thead th:nth-of-type(9) {
    height: 40px !important;
}

table#tblRateRequestsVertical tbody td:nth-of-type(7),
table#tblRateRequestsVertical tbody td:nth-of-type(9) {
    height: 40px !important;
}

table#tblRateRequestsVertical tbody td:nth-of-type(1) {
    font-weight: bold;
}

table#tblContractRequestsVertical tbody td:nth-of-type(1) {
    font-weight: bold;
}

table#tblContractRequestsVertical thead th:nth-of-type(7),
table#tblContractRequestsVertical thead th:nth-of-type(9) {
    height: 40px !important;
}

table#tblContractRequestsVertical tbody td:nth-of-type(7),
table#tblContractRequestsVertical tbody td:nth-of-type(9) {
    height: 40px !important;
}

table#tblRcTariffTlisVertical thead th:nth-child(3),
table#tblRcTariffTlisVertical thead th:nth-child(4) {
    height: 40px !important;
}

table#tblRcTariffTlisVertical tbody td:nth-child(3),
table#tblRcTariffTlisVertical tbody td:nth-child(4) {
    height: 40px !important;
}

table#tblContractRequestsVertical tbody td:nth-of-type(7),
table#tblContractRequestsVertical tbody td:nth-of-type(9) {
    height: 40px !important;
}

table#tblRcContractTlisVertical tbody td:nth-of-type(5),
table#tblRcContractTlisVertical tbody td:nth-of-type(6) {
    height: 40px !important;
}

table#tblRcContractTlisVertical thead th:nth-of-type(5),
table#tblRcContractTlisVertical thead th:nth-of-type(6) {
    height: 40px !important;
}

#tblRatesVertical_wrapper,
#tblRcTariffTlisVertical_wrapper,
#tblRcContractTlisVertical_wrapper,
#tblContractRequestsVertical_wrapper,
#tblRateRequestsVertical_wrapper {
    width: fit-content !important;
}

.vertical_tbl_filters {
    display: none;
    font-size: 12px;
    width: 35%;
    border: 1px solid black;
    border-radius: 5px;
    background-color: lightgray;
    background-color: #00000012;
    margin-top: 2px;
    min-width: 320px;
}

    .vertical_tbl_filters tr input {
        width: 98%;
    }

/* Commodity Description Prompt*/
#dialog_commodityConfirm .select2-selection {
    background-color: #ddd
}

#dialog_commodityConfirm table tr {
    height: 30px;
}

#dialog_commodityConfirm table td {
    border: solid 1px #bbb;
}

#dialog_commodityConfirm {
    font-size: 12px;
}

#dialog_commodityConfirm table tr td:first-child {
    background: none;
    background-color: #F3F3F3;
    font-weight: bold;
}

.requests_dialog > .ui-widget-header {
    background-image: url(/Interface/Internal/image/site/tab_bar_highlight.jpg);
    border: 0 none;
    background-size: auto 100%;
}

/* Commodity Description Prompt*/
#dialog_commodityConfirm .select2-selection {
    background-color: #ddd
}

#dialog_commodityConfirm table tr {
    height: 30px;
}

#dialog_commodityConfirm table td {
    border: solid 1px #bbb;
}

#dialog_commodityConfirm {
    font-size: 12px;
}

    #dialog_commodityConfirm table tr td:first-child {
        background: none;
        background-color: #F3F3F3;
        font-weight: bold;
    }

.requests_dialog > .ui-widget-header {
    background-image: url(/Interface/Internal/image/site/tab_bar_highlight.jpg);
    border: 0 none;
    background-size: auto 100%;
    color: white;
}

.leftButton {
    position: absolute;
    left: 15px;
}