﻿
@font-face {
    font-family: "Roboto";
    src: url(../fontMe/Roboto/Roboto-Regular.ttf) format('truetype');
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}


html{
    background-color:white;
    width:100%;
}
body {
    background-color: white;
    font-size: 1.5rem;
}
.top {
    width:100%;
    max-width:100%;
    float:left;
    top: -45px;
    position: relative;
    height:65px;
}
.topPortal {
    width: 100%;
    max-width: 100%;
    float: left;
    top: -45px;
    position: relative;
    height: 65px;
}
.containercore {
    margin-left: 0.5%;
    margin-right: 0.5%;
}
.containercore_inner{
    width:100%;
    float:left;
    /*padding-block:13px;*/
    margin-bottom:15px;
}
.top-header, .top-header2, .top-header3 {
    width: 100%;
    float: left;
}
.top-header-left, .top-header-right, .top-header-left2, .top-header-right2, .top-header-left2_portal {
    width: 49%;
    float: left;
}
.align_right{
    font-family:Roboto;
    float:right;
    margin-right:3px;
    width:auto;
    height: auto;
}
.imgLoginUser {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
    background-color: white;
    border: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px;
}
.menu_help{
    -webkit-appearance:none;
    -moz-appearance:none;
    font-family: Roboto;
    border:none;
    outline:none;
    cursor:pointer;
    text-align:left;
    padding:3px;
    width:auto;
    font-size:small;
    background-color:transparent;
}
#imgCompanyLogo {
    width: 120px;
    height: 75px;
    object-fit: contain;
    border: none;
    outline: none;
    margin-top:2px;
    margin-left:3px;
}
.nav {
    list-style: none inside;
    padding-top:32px;
}
    .nav li {
        display: block;
        position: relative;
        float: left;
    }
        .nav li a {
            display: block;
            text-decoration: none;
            font-family: sans-serif;
            color: black;
            padding: 5px;
            font-size: 1.5rem;
            /*font-weight:400;*/
        }
li a:hover {
    background-color: whitesmoke;
    border-radius: 4px;
}
.row{
    width:100%;
    float:left;
    margin:2px 0px 2px 0px;
}
.rowbg {
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    background-color: #fcfcfc;
    margin-bottom: 3px;
    border-radius: 4px;
    margin-top: 5px;
    border:1px solid lightgray;
    /*box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;*/
}
.row_nav {
    width: auto;
    float: left;
    padding: 2px;
    margin: 3px 0px 3px 2px;
}
p {
    margin: 0 0 10px;
    font-family: Roboto;
}
#footr {
    bottom: 0;
    left: 0;
    position: page;
    clear: both;
    padding-left:15px;
    margin-top:15px;
}
.innerfootr {
    width: 100%;
    font-family: Roboto;
    text-align: left;
    font-style:normal;
    padding-top: 8px;
    color: darkgray;
    font-size: smaller;
}
#innnerfootr {
    color: darkgray;
}
.pnl{
    font-family: Roboto;
}
.font_for_links_nav {
    font-family: Roboto;
    color: #4a4848;
    font-weight: 100;
    font-size: 13px;
    font-style: normal;
    padding: 2px;
/*    background-color: #2a2727;
    border-radius: 3px;
*/
}
    .font_for_links_nav:hover {
        color: darkgray;
        text-decoration: none;
    }
.font_for_links_nav2 {
    font-family: Roboto;
    color: #4a4848;
    font-weight: 100;
    font-size: 13px;
    font-style: normal;
    padding: 2px;
    text-decoration-thickness: 2px;
    /*background-color: #3db4db;*/
    /*-webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;*/
    text-decoration-line: underline;
    text-decoration-color: red;
    margin-left: -2px;
}
.font_for_links_nav3 {
    font-family: Roboto;
    color: white;
    font-weight: 100;
    font-size: 13px;
    font-style: normal;
    padding: 3px 7px 3px 4px;
    background-color: #4a4848;
    margin-left: -2px;
    margin-right:-2px;
}
    .font_for_links_nav3:hover {
        color: whitesmoke;
        text-decoration: none;
    }
.partition_box{
    width:20%;
    float:left;
    border-radius:4px;
}
.inside_partition {
    margin-left: 16%;
    margin-right: 16%;
    text-align: center;
    margin: 3px;
    /*background-color:whitesmoke;
    width:auto;
    margin-left:25%;
    margin-right:25%;
    border-radius:6px;
    padding:4px;
    word-break:break-word;*/
    word-break: break-word;
    margin-left: 15%;
    margin-right: 15%;
    border: 2px thin rgba(50, 50, 93, 0.25);
    background-color: #fcfcfc;
    border-radius: 5px;
    height: 100px;
}
.inside_partition a{
    padding:4px;
}
    .inside_partition:hover {
        border: 1px groove rgba(0, 0, 0, 0.35);
        background-color: #fcfcfc;
    }
    .inside_partition a:hover {
        text-decoration: none;
    }
    .inside_partition a::after{
        text-decoration:none;
    }
.insert_partition_text {
    font-family: Roboto;
    font-size: 1.9rem;
    font-weight: bold;
    color: darkgray;
    font-style: normal;
    padding: 2px;
}
    .insert_partition_text:hover {
        text-decoration-line: none;
    }
    .insert_partition_text::after{
        text-decoration-line:none;
    }
.left_part, .right_part{
    width:50%;
    float:left;
}
.lbl_section {
    width: 25%;
    float: left;
    text-align: right;
    padding-right: 3px;
}
.txt_section {
    width: 74%;
    float: left;
    padding-left:3px;
}
.l, .m, .r {
    width: 28%;
    float: left;
}
.l2, .m2, .r2 {
    width: 33.3%;
    float: left;
}
.txt1 {
    width: 250px;
    background-color: whitesmoke;
    font-size: 12px;
    font-family: Roboto;
    max-width: 100%;
    font-style: normal;
    border-radius: 4px;
    border: 1px solid whitesmoke;
    outline:none;
    padding: 4px;
    color: black;
}
    .txt1:hover {
        border: 1px solid lightgray;
        text-decoration: none;
    }
    .txt1:focus {
        outline: none;
        padding: 4px;
    }
.cmbMinECO {
    width: 95px; /*80px*/
    float: left;
    font-family: Roboto;
    border: 0px;
    font-size: 13px;
    margin-top: 1px;
    color: black;
}
    .cmbMinECO:focus {
        border: none;
        outline: none;
    }
.btnSearch, .btnFilter {
    display: inline-block;
    padding: 3px 12px;
    margin-bottom: 0;
    font-size: smaller;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background-color: black;
    border-radius: 12px;
    font-family: sans-serif;
    color: white;
    width: auto;
    height: 22px;
    margin-top: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 15px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 15px;
}
    .btnSearch:hover, .btnFilter:hover {
        color: coral;
    }
.chk {
    font-family: Roboto;
    font-size: 12px;
}
    .chk:hover {
        -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }
.btnximg {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 12px;
    }
    .btnximg:hover,
    .btnximg:focus {
        background-color: whitesmoke;
        color: black;
        text-decoration: none;
    }
.btnximgToggle {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background-color: transparent;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 12px;
}
.rd {
    font-family: Roboto;
    font-size: 14px;
    height: 55px;
    margin: 0px;
    color: black;
    cursor: pointer;
}
    .rd:hover {
        cursor: pointer;
    }
.font_umojabase {
    font-family: Roboto;
    font-style:normal;
    font-size: 14px;
    padding-left: 3px;
    color:black;
}
.pnlGrd {
    height: auto;
}
.grd {
    font-family: sans-serif;
    font-size: 13px;
    color: black;
    width:100%;
}
.grd2 {
    width: 100%;
    font-family: sans-serif;
    font-size: small;
}
.pnlECOShopping {
    width: 100%;
    height: auto;
    margin: 3px 2px 3px 2px;
}
.containerImageECOItemDescr {
    height: 390px;
    width: 250px;
    margin: 2px 1px 2px 1px;
}
.pTabular {
    background-color: white;
    padding: 2px;
}
.imgLabelECOItemDescr {
    margin-bottom: 2px;
    display: block;
    height: 230px;
    width: 250px;
    flex-flow: wrap;
    object-fit: fill;
    object-position: left;
    border-radius: 3px;
}
/*.btn {
    display: inline-block;
    padding: 5px 5px;
    margin-bottom: 0;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: default;
    border: none;
    outline: none;
    background-color: transparent;
    border-radius: 4px;
    font-size: 15px;
    color: black;
    font-weight: normal;
    font-family: Roboto;
    margin: -1px;
}
    .btn:hover {
        outline: none;
        border: none;
        cursor: default;
        color: black;
        text-decoration: none;
        font-weight: normal;
        background-color: whitesmoke;
    }
    .btn:focus {
        outline: none;
        border: none;
    }
*/
.btn_submit {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: none;
    background-color: dimgrey;
    touch-action: manipulation;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 14px;
    color: white;
    width: 90px;
    height: 35px;
    margin-top: 2px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 15px;
}
    .btn_submit:hover {
        background-color: black;
        -webkit-box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 15px;
        -moz-box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 15px;
        box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 15px;
    }
    .btn_submit.active:focus,
    .btn_submit:active {
        background-color: darkgray;
        border: none;
        outline: none;
        -webkit-box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 15px;
        -moz-box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 15px;
        box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 15px;
    }
.btn_submit_portal {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: none;
    touch-action: manipulation;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 14px;
    color: white;
    width: 90px;
    height: 35px;
    margin-top: 2px;
}

    .btn_submit_portal:hover {
        /*background-color: black;
        box-shadow: rgba(0, 0, 0, 0.35) 3px 0px 15px;*/
        -webkit-box-shadow: rgba(0, 0, 0, 0.35) 3px 0px 10px;
        -moz-box-shadow: rgba(0, 0, 0, 0.35) 3px 0px 10px;
        box-shadow: rgba(0, 0, 0, 0.35) 3px 0px 10px;
    }

    .btn_submit_portal.active:focus,
    .btn_submit_portal:active {
        /*background-color: darkgray;*/
        border: none;
        outline: none;
        /*box-shadow: rgba(0, 0, 0, 0.35) 3px 0px 10px;*/
    }

.btn {
    display: inline-block;
    padding: 5px 5px;
    margin-bottom: 0;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: default;
    border: none;
    outline: none;
    background-color: transparent;
    border-radius: 4px;
    font-size: 15px;
    color: black;
    font-weight: normal;
    font-family: 'Roboto';
    margin: -1px;
}
    .btn:hover {
        outline: none;
        border: none;
        cursor: default;
        color: black;
        text-decoration: none;
        font-weight: normal;
        background-color: whitesmoke;
    }
    .btn:focus {
        outline: none;
        border: none;
    }
.cmb {
    width: 195px;
    float: left;
    border-radius: 4px;
    font-family: Roboto;
    border: 1px solid lightgray;
    font-size: 14px;
    margin-top: 1px;
    color: #050505;
    padding: 3.2px;
}
    .cmb:focus {
        border: none;
        outline: none;
        border: 1px solid lightgray;
    }
.cmb100 {
    width: 100%;
    /*float: left;*/
    border-radius: 4px;
    font-family: Roboto;
    border: 1px solid lightgray;
    font-size: 14px;
    margin-top: 1px;
    color: #050505;
    padding: 3.2px;
}
    .cmb100:focus {
        border: none;
        outline: none;
        border: 1px solid lightgray;
    }
.cmb3 {
    width: 195px;
    float: left;
    border-radius: 4px;
    font-family: Roboto;
    border: 1px solid rgba(0, 0, 0, 0.02);
    font-size: 14px;
    margin-top: 1px;
    color: #050505;
    cursor:pointer;
    padding: 3.2px;
    background-color: whitesmoke;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .cmb3:active {
        border: 1px solid red;
    }
    .cmb3:hover{
        border:1px solid darkgray;
    }
.cmb4 {
    width: 155px;
    float: left;
    border-radius: 4px;
    font-family: Roboto;
    border: 1px solid whitesmoke;
    font-size: 14px;
    margin-top: 1px;
    color: #050505;
    cursor: pointer;
    padding: 3.2px;
    background-color: whitesmoke;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .cmb4:active {
        border: 1px solid red;
    }

    .cmb4:hover {
        border: 1px solid darkgray;
    }
.lbl {
    width: 100%;
    text-align: right;
    padding-right: 3px;
    color: black;
    font-family: Roboto;
    font-size: 14px;
}
.txt {
    width: 195px;
    float: left;
    border: 4px;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 13px;
    padding: 3px;
    color: black;
    border: 1px solid lightgray;
}
    .txt:focus {
        border: none;
        outline: none;
        border: 1px solid lightgray;
    }
.cmbajx {
    width: 150px;
    border: none;
    font-family: Roboto;
    font-size: 14px;
    border-radius: 2px;
    background-color: white;
    padding: 3px;
    overflow:hidden;
    outline:none;
}
    .cmbajx:focus,
    .cmbajx:active{
        border:none;
        outline:none;
    }
.logoItm {
    width: 170px;
    height: 140px;
}
.txtcmt2 {
    border: 1px solid lightgray;
    border-radius: 4px;
    width: 95%;
    color: black;
    height: 200px;
    font-family: Roboto;
    font-size: 14px;
    padding: 3px 3px 3px 3px;
}
    .txtcmt2:focus {
        border: none;
        outline: none;
        border: 1px solid lightgray;
    }
.txtMinimal {
    width: 65px;
    /*float: left;*/
    border-radius: 4px;
    font-family: Roboto;
    font-size: 12px;
    padding: 4px;
    color: black;
    margin-left: 3px;
    outline: none;
    border: 1px solid lightgray;
}
.txtMinimal2 {
    width: 110px;
    /*float: left;*/
    border-radius: 4px;
    font-family: Roboto;
    font-size: 12px;
    padding: 4px;
    color: black;
    margin-left: 3px;
    outline: none;
    border: 1px solid lightgray;
}
.rch {
    width: 195px;
    height: 100px;
    float: left;
    border: 1px solid lightgray;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 14px;
    color: black;
}
    .rch:focus {
        border: none;
        outline: none;
        border: 1px solid lightgray;
    }
.PleaseWait {
    height: 20px;
    width: 80%;
    color: red;
    margin-left: 1%;
    padding-left: 30px;
    line-height: 32px;
    font-family: "Roboto";
    font-size: small;
    background-image: url(/Images/internal/loading.gif);
    background-repeat: no-repeat;
}
.PleaseWaitNoText {
    height: 20px;
    color: red;
    background-image: url(/Images/internal/loading.gif);
    background-repeat: no-repeat;
}
.cmb2 {
    width: 100%;
    float: left;
    border-radius: 4px;
    font-family: Roboto;
    border: 1px solid lightgray;
    font-size: 14px;
    margin-top: 1px;
    color: black;
    padding: 2px;
}
    .cmb2:focus {
        border: none;
        outline: none;
        border: 1px solid lightgray;
    }
.editableItm {
    width: 20%;
    float: left;
    background-color: #cc99ff;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    -moz-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.left_partPOS {
    width: 47%;
    float: left;
}
.right_partPOS {
    width: 53%;
    float: left;
    padding-right: 1px;
}
.pnlPOS {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-bottom: 3px;
}
.btn3 {
    display: inline-block;
    padding: 6px 12px;
    margin: 1px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background-color: #fafafa;
    border: 1px solid whitesmoke;
    touch-action: manipulation;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 13px;
    color: black;
    font-weight: normal;
    width: 58px;
    -webkit-box-shadow: whitesmoke 0px 0px 15px;
    -moz-box-shadow: whitesmoke 0px 0px 15px;
    box-shadow: whitesmoke 0px 0px 15px;
}
    .btn3:hover {
        cursor: pointer;
        background-color: lightgray;
        border: 3px solid outset whitesmoke;
        color: white;
        text-decoration: none;
        font-weight: normal;
    }
.containerImage {
    height: 280px;
    width: 170px;
    margin: 1px 1px 1px 1px;
}
.imgLabel {
    border-style: none;
    border-width: 1em;
    border-color: inherit;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    margin-bottom: 2px;
    display: block;
    height: 170px;
    width: 180px;
    flex-flow: wrap;
    object-fit: cover;
    object-position: left;
}
    .imgLabel:hover {
        -webkit-box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
        -moz-box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
        box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
    }
.sub_code {
    width: 100%;
    float: left;
    font-size: smaller;
    font-family: Roboto;
    color: red;
    font-weight: bold;
}
.sub_price {
    width: 100%;
    float: left;
    font-size: small;
    font-family: Roboto;
    color: #585656;
    font-weight: bold;
}
._totalSummary {
    width: 99%;
    float: left;
    font-style: normal;
    font-size: 35px;
    padding-left: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-family: 'Roboto';
    color: black;
    font-weight: bold;
    background-color: #86dc30;
    display: normal;
    border-radius: 2px;
}
.grdItm {
    width: 79%;
    float: left;
    padding-left: 7px;
}
.pTabular {
    background-color: white;
    padding: 2px;
}
.pnlSalesOrder {
    width: 60%;
    float: left;
    border-radius: 4px;
    background-color: #8ac4c6;
    padding-left: 5px;
    padding-bottom: 3px;
    margin-left: 20%;
    margin-right: 20%;
}
.pnlModal {
    width: 60%;
    float: left;
    border-radius: 4px;
    background-color: #428bac;
    padding-left: 5px;
    padding-bottom: 3px;
    margin-left: 20%;
    margin-right: 20%;
}
.pnlModalMessage {
    width: 40%;
    float: left;
    border-radius: 4px;
    background-color: white;
    padding-left: 5px;
    padding-bottom: 3px;
    margin-left: 30%;
    margin-right: 30%;
}
.left_part_30_ {
    width: 30%;
    float: left;
    padding: 1px;
}
.right_part_70_ {
    width: 70%;
    float: left;
    padding: 1px;
}
.txtItm {
    width: 100%;
    float: left;
    border: 2px solid black;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 12px;
    color: black;
    opacity:80;
    padding: 4px;
}
.txtItm {
    outline: none;
    border: none;
}
.btn2 {
    display: inline-block;
    margin: 1px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
}
    .btn2:hover {
        cursor: pointer;
        background-color: #fcfcfc;
        padding:4px;
        border-radius:4px;
        text-decoration: none;
        font-weight: normal;
    }
.txt2 {
    width: 200px;
    background-color: whitesmoke;
    font-size: 12px;
    font-family: Roboto;
    max-width: 100%;
    font-style: normal;
    border-radius: 4px;
    border: 1px solid whitesmoke;
    outline: none;
    padding: 4px;
    color: black;
}
    .txt2:hover {
        border: 1px solid lightgray;
        text-decoration: none;
    }
    .txt2:focus {
        outline: none;
        padding: 4px;
    }
.rd {
    font-family: Roboto;
    font-size: 14px;
    height: 55px;
    margin: 0px;
    color: black;
    cursor: pointer;
}
    .rd:hover {
        cursor: pointer;
    }
.rdSales {
    font-family: Roboto;
    font-size: 15px;
    height: 55px;
    margin: 0px;
    color: black;
    cursor: text;
    font-style: normal;
    font-weight: 400;
}
    .rdSales :hover {
        cursor: pointer;
    }
.pnlrd {
    width: 100%;
    border: 0px;
    font-weight: normal;
}
.cmbCustom {
    border: 1px solid lightgray;
    font-size: 12px;
    width: 190px;
    border-radius: 4px;
    font-family: "Roboto";
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    float: left;
    margin-top: 1px;
    color: white;
    padding: 3px;
}
.cmbMiniMobile {
    width: 170px;
    border-radius: 4px;
    font-family: Roboto;
    border: 1px solid lightgray;
    font-size: 14px;
    color: #050505;
    padding: 3.2px;
}

    .cmbMiniMobile:focus {
        border: none;
        outline: none;
        border: 1px solid lightgray;
    }
.row_rpt {
    margin-left: 1%;
    margin-right: 1%;
    border: 0px;
    /*box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;*/
}
.cmbNoneArrow {
    width: 150px;
    float: left;
    border-radius: 4px;
    font-family: Roboto;
    border: 1px solid lightgray;
    font-size: 12px;
    margin-top: 1px;
    color: black;
    -webkit-appearance: none;
    -moz-appearance:none;
    padding: 3px;
}
    .cmbNoneArrow:focus {
        border: none;
        outline: none;
        border: 1px solid lightgray;
    }
.lgn {
    margin-top: 10%;
    margin-right: 35%;
    margin-left: 35%;
}
.pnlLogin {
    width: 98%;
    float: left;
}
.lgnMain {
    width: 100%;
}
.lgn_section {
    width: 25%;
    float: left;
}
.txt_lgn {
    width: 100%;
    float: left;
}
.lbl_sectionLgn {
    width: 13%;
    float: left;
    font-weight: bold;
}
.txtLgn {
    width: 100%;
    float: left;
    border: 3px;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 14px;
    line-height: 3px;
    padding: 4px;
    color: black;
}
    .txtLgn:focus {
        border: none;
        outline: none;
    }
.imgLogin {
    width: 105px;
    height: 60px;
}
.widerLgn {
    width: 98%;
    float: left;
    margin-left: 1px;
    margin-right: 1px;
}
.leftLgn {
    width: 30%;
    float: left;
}
.rightLgn {
    width: 69%;
    float: left;
}
.pnlTerms {
    width: 100%;
    height: auto;
}
.middleLogin {
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 10%;
    height: auto;
}
.p_login {
    text-align: left;
    font-size: 16px;
    padding-left: 4px;
    font-weight: bold;
    font-family: Roboto;
}
.menux {
    font-family: Roboto;
    color:black;
    float:left;
    position:relative;
    z-index:1;
}
.rch2 {
    border: 1px solid lightgray;
    border-radius: 4px;
    width: 100%;
    float:left;
    color: black;
    height: 450px;
    font-family: Roboto;
    font-size: 14px;
    padding: 3px 3px 3px 3px;
}
    .rch2:focus {
        border: none;
        outline: none;
        border: 1px solid lightgray;
    }
.txt_rch {
    width: 100%;
    float: left;
}
.partition_gap {
    margin-left:15px;
    width: 80%;
    border: 2px solid #4a4848;
    border-radius: 4px;
    height:150px;
}
    .partition_gap:hover {
        text-decoration: none;
        border:2px solid #167adb;
    }
.partition_gap_portal {
    margin-left: 15px;
    width: 95%;
    border: 1px solid rgba(0, 0, 0, 0.03);
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    height: 150px;
}

    .partition_gap_portal:hover {
        text-decoration: none;
        border: 2px solid #167adb;
    }
.lnksalesatt {
    text-decoration: none;
    line-height: 35px;
}
.lnksalesatt:hover{
    text-decoration:none;
}
.userImg {
    width: 100%;
    height: 420px;
    object-fit: fill;
    border-radius: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    -moz-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.left_part_re {
    width: 20%;
    float: left;
}
.right_part_re {
    width: 80%;
    float: left;
}
.partition_box_re_UP {
    width: 24%;
    float: left;
    margin: 2px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    -moz-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.partition_box_re_DW {
    width: 32%;
    float: left;
    border: 1px outset whitesmoke;
    border-radius: 3px;
    height: 210px;
    margin: 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 15px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 15px;
}
.partition_box_re_DWDW {
    width: 32%;
    float: left;
    border: 1px outset whitesmoke;
    border-radius: 3px;
    height: 110px;
    margin: 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 15px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 15px;
}
.inner_partition_box_re {
    width: 100%;
    float: left;
    height: 25px;
    background-color: lightgray; /*#a38205;*/
}
.outer_partition_box_re {
    width: 100%;
    float: left;
    height: auto;
}
.inner_partition_box_re_fn {
    width: 100%;
    float: left;
    height: 25px;
    background-color: lightskyblue;
}
.font_umojabase_re {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    padding-left: 5px;
    color: #7d6a47;
    font-style: normal;
}
.lstBox {
    font-family: Roboto;
    border: 0px;
    font-size:small;
    outline: none;
    border: none;
    margin-left:5px;
}
    .lstBox:hover {
        outline: none;
        border: none;
    }
.iUP {
    font-family: "Roboto", sans-serif;
    font-size: 45px;
    font-weight: bold;
    margin-left: 40%;
    margin-right: 40%;
    color: #4a4848;
    font-style: normal;
}
.iDW {
    font-family: "Roboto";
    font-size: 3rem;
    font-weight: bold;
    margin-left: 3%;
    margin-right: 3%;
    color: #4a4848;
    font-style: normal;
}
.iDWDW {
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    color: darkgray;
    font-weight: bold;
    padding: 5px;
}
.imgLabelECO {
    margin-bottom: 2px;
    display: block;
    height: 250px;
    width: 270px;
    flex-flow: wrap;
    object-fit: fill;
    object-position: left;
    border-radius: 3px;
}
.containerImageForPumps {
    height: 400px;
    width: 350px;
    margin: 2px 1px 2px 1px;
}
.imgPump {
    margin-bottom: 2px;
    display: block;
    height: 230px;
    width: 350px;
    flex-flow: wrap;
    object-fit: fill;
    object-position: left;
    border-radius: 3px;
}
.font_Image_Pump {
    font-family: 'Roboto';
    font-size: 14px;
    color: black;
    font-style: normal;
    word-break: break-all;
    font-weight: bold;
}
.pumpsImage {
    margin-bottom: 2px;
    display: block;
    height: 230px;
    width: 350px;
    flex-flow: wrap;
    object-fit: fill;
    object-position: left;
    border-radius: 3px;
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}
    .pumpsImage img {
        cursor: zoom-out;
    }
    .pumpsImage:hover {
        transform: scale(1.5);
        padding: 5px 5px 5px 25px;
        margin: 10px 10px 10px 40px;
        z-index: 3;
    }
.sub_code {
    width: 100%;
    float: left;
    font-size: smaller;
    font-family: Roboto, sans-serif;
    color: red;
    font-weight: bold;
}
.chartClass2 {
    width: 100%;
    background-color: #fafafa;
}
.chk2 {
    font-family: Roboto;
    font-size: smaller;
}
    .chk2:hover {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }
.mn_css{
    font-family: sans-serif;
    padding-left:5px;
    color:#121111;
}
.lstBoxPayroll {
    font-family: Roboto;
    border: 0px;
    font-size: small;
    outline: none;
    border: none;
    margin-left: 5px;
    height:auto;
    width:100% !important;
}
    .lstBoxPayroll:hover {
        outline: none;
        border: none;
    }
.inner_partition_box_bsn {
    width: 100%;
    float: left;
    height: 25px;
    background-color:rgba(50, 50, 93, 0.25);
}
.font_umojabase_bsn {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    padding-left: 5px;
    color: #262222;
    font-style: normal;
}
.trnd{
    font-family:Roboto;
    color:black;
}
.trnd:hover{
    background-color:rgba(50, 50, 93, 0.25);
}
.trNode{
    width:33%;
    float:left;
}
.pnlModalFUEL {
    width: 94%;
    float: left;
    border-radius: 4px;
    background-color: #428bac;
    padding-left: 5px;
    padding-bottom: 3px;
    margin-left: 2%;
    margin-right: 2%;
}
.logoImg {
    width: 100%;
    height: 180px;
    object-fit: contain;
    /*border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;*/
}
.txtTransactions {
    color: black;
    padding: 4px;
    font-family: Roboto;
    font-size: 1.4rem;
    /*font-weight:bold;*/
    font-style:normal;
    text-decoration:none;
}
    .txtTransactions:hover {
        background-color: whitesmoke;
        border-radius: 4px;
    }
.txtTransactionSelected {
    background-color: whitesmoke;
    border-radius: 4px;
    color: darkgray;
    padding: 4px;
    font-family: Roboto;
    font-size: 1.4rem;
    text-decoration: none;
}
.txtTransactions:hover, .txtTransactionSelected:hover {
    text-decoration: none;
    color:black;
}
.txtMed {
    width: 100%;
    float: left;
    border: 4px;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 13px;
    padding: 3px;
    color: black;
    border: 1px solid lightgray;
}
    .txtMed:focus {
        border: none;
        outline: none;
        border: 1px solid lightgray;
    }
.cmbMed {
    width: 100%;
    border-radius: 4px;
    font-family: Roboto;
    border: 1px solid lightgray;
    font-size: 14px;
    color: #050505;
    padding: 3.2px;
}
    .cmbMed:focus {
        border: none;
        outline: none;
        border: 1px solid lightgray;
    }
.partition_box_py_UP {
    width: 30%;
    float: left;
    margin: 2px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    -moz-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.pnlModalLeave {
    width: 60%;
    float: left;
    border-radius: 4px;
    background-color: orange;
    padding-left: 5px;
    padding-bottom: 3px;
    margin-left: 20%;
    margin-right: 20%;
}
.cntrTopRight {
    font-family: Roboto;
    font-style: normal;
    font-size: 1.2rem;
    font-weight:300;
    color: blue;
    word-break: break-word;
}
.selectedEmp {
    width: 100%;
    font-family: sans-serif;
    padding-left: 3px;
    font-weight: bold;
    color: #10e3dc;
    font-style: normal;
}
.pymImage {
    height: 70px;
    width: 160px;
    /*margin-left:auto;
    margin-right:auto;
    display:block;*/
    border: none;
    outline:none;
    object-fit:contain;
}
.columnGap {
    column-count: 2;
    column-gap: 2em;
    column-rule: thin dotted #999;
    column-width: 12em;
    word-break:break-word;
}
/*.col-md-4 {
    border-radius: 4px;
    background-color: white;
    height: 150px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 15px;
}*/
.rowCount {
    background-color: red;
    border: 2px solid #fcfcfc;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 11px;
    font-style: normal;
    color: white;
    padding: 3px;
    margin-left: 10px;
}
.iText{
    font-family:Roboto;
    font-size:30px;
    color:rgba(0, 0, 0, 0.35);
    font-style:normal;
    font-weight:bold;
}
.iText2 {
    font-family: Roboto;
    font-size: 32px;
    color: #4a4848;
    font-style: normal;
    font-weight:bold;
}
.portal_left{
    width:15%;
    float:left;
    height:auto;
}
.portal_right{
    width:81.5%;
    float:left;
}
.portal_left, .portal_right{
    margin-top:5px;
    margin:0.5%;
}
.imgLoginPortal {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
    background-color: white;
    border: none;
    margin-left: 15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px;
}
.empStyle {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    padding: 5px;
    font-size: 16px;
    color: #fafafa;
    background-color: #2b7386;
    border: 1px solid transparent;
    margin: 2px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px !important;
}
.menuPortal {
    font-family: Roboto;
    color: black;
    float: left;
    position: relative;
    padding:3px;
    z-index: 1;
}
.rowbgPortal {
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    background-color: rgba(0, 0, 0, 0.02);
    margin-bottom: 3px;
    border-radius: 4px;
    margin-top: 5px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}
.left_portal_part_70_ {
    width: 70%;
    float: left;
    padding: 1px;
}
.right_portal_part_30_ {
    width: 30%;
    float: left;
    padding: 1px;
}
.font_umojabase_portal {
    font-family: Roboto;
    font-style: normal;
    font-size: 12px;
    padding-left: 3px;
    color: #2164dc;
}
.row_portal {
    width: 100%;
    float: left;
    margin: 2px 0px 2px 0px;
}
.font_umojabase_portal_dashboard {
    font-family: Roboto;
    font-style: normal;
    font-size: 15px;
    padding-left: 3px;
    color: #0f86ea;
}
.row_diseappear_on_mobile {
    width: 100%;
    float: left;
    margin: 2px 0px 2px 0px;
}
.photo_portal {
    width: 145px;
    height: 145px;
    object-fit: fill;
    /*border: 5px outset whitesmoke;*/
    border-radius: 50%;
    /*border: 2px solid whitesmoke;*/
    margin-left: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px;
}
.show_only_mobile_version{
    font-family:Roboto;
    display:none;
}

.dynamicIndentItem{
    padding-left:5px;
}
.menutask {
    font-family: Roboto;
    color: black;
    float: left;
    position: relative;
    z-index: 1;
    font-size:small;
    text-decoration:none;
    top: 20px;
    left: 0px;
}
    .menutask:hover {
        text-decoration-line: none;
        text-decoration: none;
    }
.monthShowOff {
    font-family: Roboto;
    font-size: medium;
    font-weight: bold;
    font-style: normal;
    padding-left: 5px;
}
.grid_row_style {
    padding-left: 15px;
    border: 1px solid rgba(0, 0, 0, 0.35);
}
/*Phone/Tablet*/
@media screen and (min-width:0px) and (max-width:430px) {
    .top-header-left {
        width: 43%;
        float: left;
        font-size: 1.2rem;
    }

    .top-header-right {
        width: 57%;
        float: left;
        font-size: 1.2rem;
    }

    .top-header-left2 {
        /*display: none;*/
        width: 25%;
    }

    .top-header-right2 {
        width: 74%;
        line-height: 44px;
    }

    .nav {
        padding-top: 16px;
    }

        .nav ul {
            width: 100%;
            float: left;
        }

    body {
        font-size: 1.4rem;
    }

    .nav ul li a {
        font-size: 1.2rem;
    }

    .containercore {
        margin-left: 1.5%;
    }

    .partition_box {
        width: 99%;
        float: left;
        border: 1px solid lightgray;
        border-radius: 4px;
        margin: 3px;
    }

    .partition_box_re_UP, .partition_box_py_UP, .partition_box_re_DW, .partition_box_re_DWDW {
        width: 99%;
        float: left;
        border: 1px solid lightgray;
        border-radius: 4px;
        margin: 3px;
    }

    .inside_partition {
        margin-left: 15%;
        margin-right: 15%;
        text-align: center;
    }

    .left_part, .right_part {
        width: 100%;
        float: left;
    }

    .l, .m, .r, .l2, .m2, .r2 {
        width: 100%;
        float: left;
    }

    .cmbMinECO {
        width: 70px;
        float: left;
    }

    .containerImageECOItemDescr {
        height: 250px;
        width: 90px;
        margin: 1px 1px 1px 1px;
    }

    .pTabular {
        width: 100%;
    }

    .imgLabelECOItemDescr {
        height: 75px;
        width: 100%;
    }

    .txtcmt2 {
        height: 250px;
    }

    .left_partPOS, .right_partPOS {
        width: 100%;
    }

    .containerImage {
        height: 240px;
        width: 85px;
        margin: 1px 1px 1px 1px;
    }

    .imgLabelECO {
        height: 75px;
        width: 75px;
    }

    .editableItm, .grdItm {
        width: 100%;
    }

    .pTabular {
        width: 100%;
    }

    .pnlSalesOrder {
        width: 98%;
        float: left;
        border-radius: 4px;
        background-color: #8ac4c6;
        padding-left: 5px;
        padding-bottom: 3px;
        margin-left: 1%;
        margin-right: 1%;
    }

    .pnlModal {
        width: 95%;
        float: left;
        border-radius: 4px;
        background-color: whitesmoke;
        padding-left: 5px;
        padding-bottom: 3px;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .pnlModalLeave {
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .left_part_30_ {
        width: 100%;
    }

    .right_part_70_ {
        width: 100%;
    }

    .txt2 {
        width: 60%;
        margin-right: 5%;
    }

    .rdSales {
        font-size: 14px;
    }

    .btn {
        font-size: 14px;
    }

    .cmbNoneArrow {
        width: 150px;
    }

    .lgn {
        margin-right: 15%;
        margin-left: 15%;
    }

    .lgnTop {
        display: none;
    }

    .rch2 {
        height: 250px;
    }

    .partition_gap {
        margin-left: 0px;
        border: 1px solid lightgray;
        border-radius: 4px;
        margin-top: 3px;
        width: 100%;
        float: left;
    }

    .userImg {
        width: 195px;
        height: 120px;
    }

    .left_part_re, .right_part_re {
        width: 100%;
        float: left;
    }

    .containerImageForPumps {
        height: 250px;
        width: 100px;
        margin: 1px 1px 1px 1px;
    }

    .imgPump {
        height: 75px;
        width: 120px;
        margin: 1px;
    }

    .font_Image_Pump {
        font-size: 10px;
    }

    .trNode {
        width: 100%;
        float: left;
    }

    .logoImg {
        width: 100%;
        height: 120px;
    }

    .txtTransactions, .txtTransactionSelected {
        font-size: 1.25rem;
    }

    .menu_help {
        font-size: smaller;
        background-color: transparent;
    }

    .cntrTopRight {
        font-size: 1.0rem !important;
        word-break: break-word;
    }

    #footr {
        bottom: 0;
        left: 0;
        position: relative;
        clear: both;
        padding-left: 15px;
        height: 30px;
    }

    .innerfootr {
        text-align: center;
    }

    .iText, .iText2 {
        font-size: 16px;
    }

    .right_portal_part_30_, .portal_left {
        display: none;
        width: 0%;
    }

    .row_portal {
        display: none;
    }

    .left_portal_part_70_, .portal_right {
        width: 100%;
        float: left;
    }

    .row_diseappear_on_mobile {
        display: none;
    }

    .photo_portal {
        display: none;
    }

    .show_only_mobile_version {
        display: block;
    }

    .monthShowOff {
        font-size: small;
    }

    ._totalSummary {
        font-size: 19px;
    }
}

/*Iphone 5/SE*/
@media screen and (min-width:320px) and (max-width:320px) {
    .top-header-left2 {
        display: none;
    }

    .top-header-right2 {
        width: 100%;
        /*line-height: 44px;*/
    }

    .menu_help {
        font-size: xx-small;
        background-color: transparent;
    }

    .cntrTopRight {
        display: none;
    }

    ._totalSummary {
        font-size: 15px;
    }
}