html {
    height: 815px;
}

body {
    height: 815px;
}

body {
    color: rgb(0, 0, 0);
    line-height: 21px;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 400;
}

    body em {
        color: rgb(0, 0, 0);
        line-height: 21px;
        font-family: "PT Sans Bold";
        font-size: 14px;
        font-weight: 700;
    }

.input-sm {
    font-size: 1.1em!important;
    padding-top: 2px!important;
}

.glossarytitle {
    color: rgb(255, 136, 0);
    font-size: 30px;
}

.tfmh1 {
    color: rgb(229, 110, 37);
    line-height: 40px;
    font-family: "PT Sans";
    font-size: 28px;
    font-weight: 400;
}

.tfmh2 {
    color: rgb(0, 0, 0);
    line-height: 40px;
    font-family: "PT Sans";
    font-size: 28px;
    font-weight: 400;
}

.tfmh3 {
    color: rgb(229, 110, 37);
    line-height: 24px;
    font-family: "PT Sans";
    font-size: 15px;
    font-weight: 400;
}

.tfmh4 {
    color: rgb(0, 0, 0);
    line-height: 24px;
    font-family: "PT Sans";
    font-size: 15px;
    font-weight: 400;
}

.inputcontrol {
    background: rgb(255, 255, 255) !important;
    padding: 0px 2px 1px !important;
    border: 1px rgb(255, 136, 0) !important;
    border-image: none !important;
    width: 150px;
    height: 20px !important;
    color: black !important;
    font-family: "PT Sans" !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    outline-style: none !important;
}

    .inputcontrol:hover {
        border: 1px rgb(192, 192, 192) !important;
        border-image: none !important;
    }

    .inputcontrol:focus {
        border: 1px rgb(255, 136, 0) !important;
        border-image: none !important;
        outline-color: orange;
    }

.logincontrol {
    width: 250px;
}

.headerpartial {
}

.footerpartial {
}

.logo {
    height: 100px;
    margin-top: 16px;
    margin-left: 16px;
}

.menu {
    width: 100%;
    height: 60px;
    background-color: rgb(94, 68, 93);
}

.menutext, .menulink {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding-top: 5px;
    padding-right: 16px;
    padding-left: 16px;
    font-family: PT Sans;
    font-size: 15px;
    text-decoration: none;
    display: inline-table;
}

.menulink {
    cursor: pointer;
}

    .menulink:hover {
        text-decoration: underline;
    }

.button {
    width: 90px;
    height: 32px;
}

    .button a {
        background: rgb(229, 110, 37);
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 32px;
        text-decoration: none;
        display: block;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        -transition: all 0.1s linear;
    }

        .button a:hover {
            background: rgb(94, 68, 93);
        }

.getpasswordbutton {
    width: 160px;
    height: 32px;
}

    .getpasswordbutton a {
        background: rgb(229, 110, 37);
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 32px;
        text-decoration: none;
        display: block;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        -transition: all 0.1s linear;
    }

        .getpasswordbutton a:hover {
            background: rgb(94, 68, 93);
        }

.getusernamebutton {
    width: 190px;
    height: 32px;
}

    .getusernamebutton a {
        background: rgb(229, 110, 37);
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 32px;
        text-decoration: none;
        display: block;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        -transition: all 0.1s linear;
    }

        .getusernamebutton a:hover {
            background: rgb(94, 68, 93);
        }

.requestaccountbotton {
    width: 220px;
    height: 32px;
}

    .requestaccountbotton a {
        background: rgb(229, 110, 37);
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 32px;
        text-decoration: none;
        display: block;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        -transition: all 0.1s linear;
    }

        .requestaccountbotton a:hover {
            background: rgb(94, 68, 93);
        }

.requestaccounttextboxfor {
    width: 250px;
}

.loginbotton {
    width: 90px;
    height: 32px;
}

    .loginbotton a {
        background: rgb(229, 110, 37);
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 32px;
        text-decoration: none;
        display: block;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        -transition: all 0.1s linear;
    }

        .loginbotton a:hover {
            background: rgb(94, 68, 93);
        }

.generaltitle {
    color: rgb(229, 110, 37);
    line-height: 20px;
    font-family: "PT Sans";
    font-size: 25px;
    font-weight: 400;
}

.generallink a {
    color: rgb(229, 110, 37);
    font-size: 12px;
    text-decoration: none;
}

    .generallink a:hover {
        border-bottom-color: rgb(229, 110, 37);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

.container {
    margin: 0px auto;
    padding: 0px;
    top: 0px;
    width: 1056px;
    height: 100%;
    /*overflow: hidden;*/
}

.content {
    height: 100%;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 16px;
    margin-right: 200px;
    margin-left: 200px;
    background-color: rgb(255, 255, 255);
}

.logincontainer {
    background-image: url(../images/LoginScreen_background.jpg);
    margin: 0px auto;
    padding: 0px;
    top: 0px;
    width: 1056px;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 1056px;
}

.logincontent {
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 150px;
    margin-right: 300px;
    margin-left: 300px;
    background-color: rgb(255, 255, 255);
}

.imprintcontainer {
    margin: 0px auto;
    padding: 0px;
    top: 0px;
    width: 1056px;
    height: 100%;
    background-size: 1056px;
}

.imprintcontent {
    height: 100%;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 16px;
    margin-right: 200px;
    margin-left: 200px;
    background-color: rgb(255, 255, 255);
}

.timeoutcontainer {
    margin: 0px auto;
    top: 0px;
    width: 1056px;
    height: 100%;
    position: relative;
}

.timeoutcontent {
    padding: 16px;
    left: 16px;
    top: 0px;
    right: 0px;
    margin-top: 16px;
    margin-right: 16px;
    position: absolute;
    background-color: rgb(255, 255, 255);
}

.timeouttitle {
    line-height: 20px;
    font-family: "PT Sans";
    font-size: inherit;
    font-weight: 200;
}

#terminalpanel {
    left: 0px;
    width: 180px;
    margin-bottom: 100px;
    position: absolute;
    min-height: 95%;
}

.terminalradio {
    color: rgb(200, 200, 200);
}

#dashboardtitle {
    left: 208px;
    width: 384px;
    height: 64px;
    color: rgb(229, 110, 37);
    line-height: 40px;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    font-family: "PT Sans";
    font-size: 28px;
    font-weight: 400;
    margin-top: 0px;
    margin-right: 16px;
    position: absolute;
}

#toggle {
    left: 704px;
    width: 320px;
    height: 64px;
    position: absolute;
}

#stockbytank {
    left: 208px;
    top: 398px;
    width: 384px;
    height: 316px;
    position: absolute;
}

#currentloadings {
    left: 640px;
    top: 96px;
    width: 384px;
    height: 270px;
    position: absolute;
}

#stockbyproduct {
    left: 208px;
    top: 96px;
    width: 384px;
    height: 270px;
    position: absolute;
}

#last5loadings {
    left: 640px;
    top: 398px;
    width: 384px;
    height: 270px;
    position: absolute;
}

#movements {
    left: 640px;
    top: 398px;
    width: 384px;
    height: 316px;
    position: absolute;
}

.partialslayout {
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 16px;
    margin-right: 16px;
    background-color: rgb(255, 255, 255);
}

.partialscontainer {
    margin: 0px auto;
    width: 1056px;
    height: 100%;
    position: relative;
    background-image: url(../images/Background.png);
}

.linkcontainer {
    width: 25px;
    height: 32px;
    overflow: auto;
    display: inline-table;
}

    .linkcontainer span {
        cursor: pointer;
        background: rgb(229, 110, 37);
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 32px;
        font-size: 20px;
        font-weight: bolder;
        text-decoration: none;
        display: block;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        -transition: all 0.1s linear;
    }

    .linkcontainer a:hover {
        background: rgb(94, 68, 93);
    }

.linkcontainergray {
    width: 25px;
    height: 32px;
    overflow: auto;
    display: inline-table;
}

    .linkcontainergray span {
        cursor: not-allowed;
        background: rgb(230, 230, 230);
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 32px;
        font-size: 20px;
        font-weight: bolder;
        text-decoration: none;
        display: block;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        -transition: all 0.1s linear;
    }

    .linkcontainergray a:hover {
        background: rgb(230, 230, 230);
    }

.showdetailcontainer {
    margin-bottom: 16px;
    position: absolute;
    left: 320px;
    top: 300px;
}

    .showdetailcontainer button {
        right: 16px;
        bottom: 16px;
        position: absolute;
    }

.showdetailcontainer_dashboard {
    margin-bottom: 16px;
    position: absolute;
    left: 380px;
    top: 270px;
}

    .showdetailcontainer_dashboard button {
        right: 16px;
        bottom: 16px;
        position: absolute;
    }

.showdetailcontainer_dashboard2 {
    margin-bottom: 16px;
    position: absolute;
    left: 384px;
    top: 322px;
}

    .showdetailcontainer_dashboard2 button {
        right: 16px;
        bottom: 16px;
        position: absolute;
    }

.navi {
    width: 100%;
    margin-bottom: 5px;
    float: left;
}

.prevbutton {
    width: 28px;
    float: left;
}

.widgettitle {
    overflow: auto;
}

.nextbutton {
    width: 28px;
    float: right;
    position: relative;
}

.tankcontainer {
    width: 101px;
    height: 132px;
    display: inline-table;
    background-repeat: no-repeat;
}

.tanklevel {
    width: 90px;
    margin-top: 16px;
    margin-left: 6px;
    background-repeat: no-repeat;
}

.productcontainer {
    width: 100px;
    height: 132px;
    display: inline-table;
    background-repeat: no-repeat;
    background-image: url(../images/ImageProduct.png);
}

#maptitle {
    left: 208px;
    width: 448px;
    height: 64px;
    color: rgb(229, 110, 37);
    line-height: 40px;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    font-family: "PT Sans";
    font-size: 28px;
    font-weight: 400;
    margin-top: 16px;
    margin-right: 16px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
}

#location {
    left: 208px;
    width: 480px;
    padding-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 16px;
    position: absolute;
    min-height: 94%;
    background-repeat: no-repeat;
}

#widgetselection {
    left: 704px;
    top: 96px;
    width: 320px;
    height: 150px;
    position: absolute;
}

#mapwidget {
    left: 704px;
    top: 278px;
    width: 320px;
    height: 300px;
    position: absolute;
    background-color: rgb(255, 255, 255);
}

#togglepartial {
    width: 310px;
}

    #togglepartial a {
        color: rgb(103, 103, 103);
        padding-top: 5px;
        padding-right: 16px;
        padding-left: 26px;
        font-family: PT Sans;
        font-size: 15px;
        text-decoration: none;
        vertical-align: middle;
        display: inline-table;
    }

        #togglepartial a:hover {
            text-decoration: underline;
        }

.currentloadingtdleft {
    border-left-color: rgb(213, 213, 213);
    border-left-width: 1px;
    border-left-style: solid;
}

.currentloadingtdright {
    border-right-color: rgb(213, 213, 213);
    border-right-width: 1px;
    border-right-style: solid;
}

#detailstockbytankpartial {
    left: 208px;
    top: 90px;
    width: 816px;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 0px;
    margin-right: 16px;
    position: absolute;
    min-height: 86%;
    background-color: rgb(255, 255, 255);
}

#stockbytankoverview {
    left: auto;
    top: auto;
    width: 354px;
    padding-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 0px;
    margin-right: 16px;
    position: absolute;
    min-height: 86%;
    background-color: rgb(255, 255, 255);
}

#detailstockbyproductpartial {
    left: 208px;
    top: 80px;
    width: 816px;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 16px;
    margin-right: 16px;
    position: absolute;
    min-height: 85.5%;
    background-color: rgb(255, 255, 255);
}

#detailcurrentloadingspartial {
    left: 208px;
    top: 80px;
    width: 816px;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 16px;
    margin-right: 16px;
    position: absolute;
    min-height: 86%;
    background-color: rgb(255, 255, 255);
}

#detailmovementspartial {
    left: 208px;
    top: 80px;
    width: 816px;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 16px;
    margin-right: 16px;
    position: absolute;
    min-height: 86%;
    background-color: rgb(255, 255, 255);
}

#loadingshistorysearchpanelpartial {
    left: 208px;
    top: 80px;
    width: 816px;
    height: 340px;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 16px;
    margin-right: 16px;
    position: absolute;
    background-color: rgb(255, 255, 255);
}

#detailloadingshistorypartial {
    left: 208px;
    top: 400px;
    width: 816px;
    height: 375px;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 16px;
    margin-right: 16px;
    position: absolute;
    background-color: rgb(255, 255, 255);
}

#detailcurrentloading {
    height: 280px;
    overflow: auto;
}

.backbtncontainer {
    left: 208px;
    top: 16px;
    position: absolute;
    width: 360px;
    height: 32px;
    overflow: auto;
    display: inline-table;
    background: rgb(255, 255, 255);
    padding: 16px;
}

.exportprint {
    width: 150px;
}

    .exportprint button {
        background: rgb(229, 110, 37);
        color: rgb(255, 255, 255);
    }

.tableheader {
    height: 32px;
    color: rgb(255, 255, 255);
    font-family: PT Sans;
    font-size: 15px;
    font-weight: 400;
    background-color: rgb(94, 68, 93);
}

.tablerow {
    height: 24px;
    color: rgb(0, 0, 0);
    line-height: 21px;
    font-family: PT Sans Narrow;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    border-bottom-color: rgb(213, 213, 213);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: rgb(255, 255, 255);
}

.tablerowdotted {
    height: 24px;
    color: rgb(0, 0, 0);
    line-height: 21px;
    font-family: PT Sans Narrow;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    border-bottom-color: rgb(213, 213, 213);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    background-color: rgb(255, 255, 255);
}

.tablerowdashed {
    height: 24px;
    color: rgb(0, 0, 0);
    line-height: 21px;
    font-family: PT Sans Narrow;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    border-bottom-color: rgb(213, 213, 213);
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    background-color: rgb(255, 255, 255);
}

.tablerowsmall {
    height: 20px;
    color: rgb(0, 0, 0);
    line-height: 12px;
    font-family: PT Sans Narrow;
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
    border-bottom-color: rgb(213, 213, 213);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: rgb(255, 255, 255);
}

.dropdownlistfor {
    padding: 3px 0px 0px;
    width: 155px;
}

.admincontainer {
    margin: 0px auto;
    top: 0px;
    width: 1056px;
    height: 100%;
    position: relative;
}

.admincontent {
    left: 16px;
    top: 0px;
    right: 0px;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 16px;
    margin-right: 16px;
    position: absolute;
    background-color: rgb(255, 255, 255);
}

.adminbutton {
    width: 160px;
    height: 32px;
}

    .adminbutton a {
        background: rgb(229, 110, 37);
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 32px;
        text-decoration: none;
        display: block;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        -transition: all 0.1s linear;
    }

        .adminbutton a:hover {
            background: rgb(94, 68, 93);
        }

.userDetailControl {
    width: 320px;
    float: left;
    position: relative;
}

.userdetailtitle {
    color: rgb(229, 110, 37);
    line-height: 20px;
    font-family: "PT Sans";
    font-size: 20px;
    font-weight: 300;
}

.preferencescontainer {
    margin: 0px auto;
    top: 20px;
    width: 1056px;
    height: 100%;
    position: relative;
    background-image: url(images/Background.png);
}

.preferencescontent {
    padding: 16px;
    left: 16px;
    top: 0px;
    right: 0px;
    margin-top: 16px;
    margin-right: 16px;
    position: absolute;
    background-color: rgb(255, 255, 255);
}

.preferencesbutton {
    width: 150px;
    height: 32px;
    background-color: rgb(229, 110, 37) !important;
}

.preferencesbuttonhover {
    border: 1px solid rgb(94, 68, 93) !important;
    border-image: none !important;
    background-color: rgb(94, 68, 93) !important;
}

.preferencesbutton a {
    background: rgb(229, 110, 37);
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 32px;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -transition: all 0.1s linear;
}

    .preferencesbutton a:hover {
        background: rgb(94, 68, 93);
    }

.preferenceserrortext {
    color: red;
    line-height: 20px;
    font-family: "PT Sans";
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 20px;
}

.preferencestitle {
    margin-bottom: 10px;
}

.update {
    width: 80px;
    height: 21px;
    overflow: auto;
    display: inline-table;
}

    .update button {
        background: rgb(229, 110, 37);
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 21px;
        text-decoration: none;
        display: block;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        -transition: all 0.1s linear;
    }

#detailproduct {
    background-color: white;
    position: absolute;
    left: 208px;
    top: 90px;
    width: 820px;
    padding: 10px;
}

#detailtank {
    -webkit-print-color-adjust: exact;
}

/* Dashboard */

.tankcontainer {
    background-image: url(images/TFMimagesImageTankFull.png);
}

.tanklevel {
    background-image: url(images/TFMimagesImageTankLevel.png);
}

.tankallterminals {
    background-repeat: no-repeat;
    height: 132px;
    width: 101px;
    display: inline-table;
    background-image: url(images/TFMimagesImageTankAllTerminals.png);
}

compinfo {
    position: absolute;
    color: lightgray;
    font-size: 1.5em;
    left: 10px;
    top: 10px;
}

.pointer {
    cursor: pointer;
}

.ico_toppanel_badge {
    margin-top: 6px;
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #ff8800 !important;
    color: white !important;
}
