﻿html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: #606060;
    background-color: #fffdf8;
    /*btn bg:eb5d1e #fffdf8 fffdf8*/
}
@font-face {
    font-family: RobotoCondensed-light;
    /*src: url(sansation_light.woff);*/
    src: url('../fonts/RobotoCondensed-Light.ttf');
    /*src: url('../fonts/ArchivoNarrow-Regular.ttf');*/
}

* {
    box-sizing: border-box;
}

.topdiv {
    width: 100vw;
    height: 100px;
    position: fixed;
    /*border-bottom: solid 1px #058317;*/
    box-shadow: 0px 25px 20px -20px rgba(235,93,30,.7);
    background-color: #fffdf8;
    z-index: 999;
}

.dash-topdiv {
    width: 100vw;
    height: 100px;
    position: fixed;
    /*border-bottom: solid 1px #058317;*/
    box-shadow: 0px 25px 20px -20px rgba(235,93,30,.7);
    background-color: #fffdf8;
    /*border:solid 1px red;*/
    top:0;
    /*background-color: yellow;*/
    z-index: 999;
}
.tallpagehdr {
    display: inline-block;
    line-height: 20pt;
    font-size: 16pt;
    font-weight: lighter;
    font-family: RobotoCondensed-light;
    /*font-weight: 300;*/
    transform: scaleY(1.6);
    /*font-family: Verdana;*/
    font-weight: normal;
    border-bottom: solid 1px #606060;
    padding-bottom: 3px;
    /*letter-spacing: 0.01em;*/
}
.rpttallpagehdr {
    display: inline-block;
    line-height: 20pt;
    font-size: 16pt;
    font-weight: lighter;
    transform: scaleY(1.6);
    font-family: RobotoCondensed-light;
    /*font-weight: normal;*/
    border-bottom: solid 1px #606060;
    padding-bottom: 2px;
    letter-spacing: 0.01em;
}

.logo {
    display: block;
    width: 290px;
    height: 55px;
    margin-top: 20px;
    margin-left: 20px;
    background-image: url(../logos/logo_name_orange_426_100.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 200px 47px;
    border: none 1px green;
}
.sort_dn_30 {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 30px;
    color: #faf9f8;
    text-decoration: none;
    border-radius: 5px;
    background-color: #eb5d1e;
    background-image: url(../logos/arrow_down_30.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    border: none 1px green;
}

    .sort_dn_30:hover {
        background-color: #f7d5c7;
        color: #c94910;
    }
.sort_up_30 {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 30px;
    color: #faf9f8;
    text-decoration: none;
    border-radius: 5px;
    background-color: #eb5d1e;
    background-image: url(../logos/arrow_up_30.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    border: none 1px green;
}

    .sort_up_30:hover {
        background-color: #f7d5c7;
        color: #c94910;
    }

.select_all_30 {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 30px;
    color: #faf9f8;
    text-decoration: none;
    border-radius: 5px;
    background-color: #eb5d1e;
    background-image: url(../logos/selected_30.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    border: none 1px green;
}

.select_all_30:hover {
    background-color: #f7d5c7;
    color: #c94910;
}

.deselect_all_30 {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 30px;
    color: #faf9f8;
    text-decoration: none;
    border-radius: 5px;
    background-color: #eb5d1e;
    background-image: url(../logos/deselected_30.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    border: none 1px green;
}

    .deselect_all_30:hover {
        background-color: #f7d5c7;
        color: #c94910;
    }

.login_30 {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 30px;
    color: #faf9f8;
    text-decoration: none;
    border-radius: 5px;
    background-color: #eb5d1e;
    background-image: url(../logos/login_30.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    border: none 1px green;
}

    .login_30:hover {
        background-color: #f7d5c7;
        color: #c94910;
    }
.submit_30 {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 30px;
    color: #faf9f8;
    text-decoration: none;
    border-radius: 5px;
    background-color: #eb5d1e;
    background-image: url(../logos/submit_30.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    border: none 1px green;
}

    .submit_30:hover {
        background-color: #f7d5c7;
        color: #c94910;
    }

.signup_30 {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 30px;
    color: #faf9f8;
    text-decoration: none;
    border-radius: 5px;
    background-color: #eb5d1e;
    background-image: url(../logos/signup_30.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    border: none 1px green;
}

    .signup_30:hover {
        background-color: #f7d5c7;
        color: #c94910;
    }
.refresh_30 {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 30px;
    color: #faf9f8;
    text-decoration: none;
    border-radius: 5px;
    background-color: #eb5d1e;
    background-image: url(../logos/refresh_30.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    border: none 1px green;
}
    .refresh_30:hover {
        background-color: #f7d5c7;
        color: #c94910;
    }
.add_new_30 {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 30px;
    color: #faf9f8;
    text-decoration: none;
    border-radius: 5px;
    background-color: #eb5d1e;
    background-image: url(../logos/add_30.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    border: none 1px green;
}

    .add_new_30:hover {
        background-color: #f7d5c7;
        color: #c94910;
    }
.save_tick_30 {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 30px;
    color: #faf9f8;
    text-decoration:none;
    border-radius: 5px;
    background-color: #eb5d1e;
    background-image: url(../logos/save_tick_30.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    border: none 1px green;
}

    .save_tick_30:hover {
        background-color: #f7d5c7;
        color: #c94910;
    }
.download_30 {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 30px;
    color: #faf9f8;
    text-decoration: none;
    border-radius: 5px;
    background-color: #eb5d1e;
    background-image: url(../logos/download2_30.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    border: none 1px green;
}

    .download_30:hover {
        background-color: #f7d5c7;
        color: #c94910;
    }
.edit_30 {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 30px;
    color: #faf9f8;
    text-decoration: none;
    border-radius: 5px;
    background-color: #eb5d1e;
    background-image: url(../logos/edit_orange_30.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    border: none 1px green;
}

    .edit_30:hover {
        background-color: #f7d5c7;
        color: #c94910;
    }
.cancel_30 {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 30px;
    color: #faf9f8;
    text-decoration: none;
    border-radius: 5px;
    background-color: #eb5d1e;
    background-image: url(../logos/cancel_30.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    border: none 1px green;
}

    .cancel_30:hover {
        background-color: #f7d5c7;
        color: #c94910;
    }
.back_30 {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 30px;
    color: #faf9f8;
    text-decoration: none;
    border-radius: 5px;
    background-color: #eb5d1e;
    background-image: url(../logos/back_30.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    border: none 1px green;
}

    .back_30:hover {
        background-color: #f7d5c7;
        color: #c94910;
    }
.back_40 {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 5px 0 40px;
    color: #faf9f8;
    text-decoration: none;
    border-radius: 5px;
    background-color: #eb5d1e;
    background-image: url(../logos/back_30.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px 40px;
    border: none 1px green;
}

    .back_40:hover {
        background-color: #f7d5c7;
        color: #c94910;
    }
.print_30 {
    display: block;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    border-radius: 5px;
    background-image: url(../logos/prn_30.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px 25px;
    border: none 1px green;
}

.check_list_60_30 {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 30px;
    color: #faf9f8;
    text-decoration: none;
    border-radius: 5px;
    background-color: #eb5d1e; /* #eb5d1e;*/
    background-image: url(../logos/check_list_60_30.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 30px 60px;
    border: none 1px green;
}

    .check_list_60_30:hover {
        background-color: #f7d5c7; /*#f7d5c7*/
        color: #c94910;
        background-position: left bottom;
    }
.ok_30 {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 30px;
    color: #faf9f8;
    text-decoration: none;
    border-radius: 5px;
    background-color: #eb5d1e; /* #eb5d1e;*/
    background-image: url(../logos/select30.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 30px 30px;
    border: none 1px green;
}

    .ok_30:hover {
        background-color: #f7d5c7; /*#f7d5c7*/
        color: #c94910;
    }

    .menu40 {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url(../logos/menuicon_orange.png);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 30px 30px;
    }
.btn40 {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #faf9f8;
    border-radius: 5px;
    background-color: #eb5d1e;
    text-decoration: none;
    padding: 0 8px 0 8px;
}

    .btn40:hover {
        background-color: #f7d5c7;
        color: #c94910;

    }
    .btn40_selected {
        display: block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 5px;
        background-color: #f7d5c7;
        color: #c94910;
        text-decoration: none;
        padding: 0 8px 0 8px;
    }

.btn30 {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #faf9f8;
    border-radius: 5px;
    background-color: #eb5d1e;
    text-decoration: none;
    padding: 0 4px 0 4px;
}

    .btn30:hover {
        background-color: #f7d5c7;
        color: #c94910;
    }

.btn30_selected {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background-color: #f7d5c7;
    color: #c94910;
    text-decoration: none;
    padding: 0 4px 0 4px;
}

.three_dots_30 {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../logos/3dots_30.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 25px;
}
.resetpass_30 {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../logos/resetpass_30.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 25px;
}

.editbtn_30 {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../logos/edit_30.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 25px;
}
.selectbtn_30 {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../logos/arrow_right_30.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 25px;
}
.deletebtn_30 {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../logos/del_red_30.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 25px;
}

.deletebtn_30_disabled {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../logos/del_gray_30.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 25px;
}
.removebtn_30 {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../logos/remove_30.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 25px;
}
.searchbtn_30 {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../logos/search_30.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 25px;
}
    .input25 {
        height: 25px;
        line-height:25px;
        padding: 5px;
        margin: 5px 0 5px 0;
        border-radius: 5px;
        border: solid 1px #fbe7df;
    }
    .input25:hover {
        border: solid 1px #f8bca3;
    }

    .input35 {
        height:35px;
        padding: 10px;
        margin: 5px 0 5px 0;
        border-radius: 5px;
        border: solid 1px #fbe7df;
    }

    .input35:hover {
        border: solid 1px #f8bca3;
    }
.topmenu {
    color: #eb5d1e;
    text-decoration: none;
    font-size: 12pt;
    margin-right: 30px;
}
    .topmenu:hover {
        color: #eb9b1e;
    }

.leftmenu {
    color: #cd4a0f;
    text-decoration: none;
    font-size: 12pt;
    margin-right: 30px;
}
    .leftmenu:hover {
        color: #eb9b1e;
        /*color: yellow;*/
    }
.leftmenu_selected {
    color: #eb9b1e;
    text-decoration: none;
    font-size: 12pt;
    margin-right: 30px;
}
.hiddenfields{
    display:none;
}
/****** GV Pager******/
.gvpager {
    height: 25px;
    border:none;
}

    .gvpager a {
        width: 25px;
        height: 25px;
        background-color: #eeeeee;
        border: solid 2px #dddddd;
        border-radius: 2px;
        display: block;
        text-align: center;
        color: #606060;
        text-decoration: none;
        line-height: 25px;
    }

        .gvpager a:hover {
            background-color: #aaaaaa;
        }

    .gvpager span {
        width: 25px;
        height: 25px;
        background-color: #aaaaaa;
        border: solid 2px #dddddd;
        border-radius: 2px;
        display: block;
        text-align: center;
        color: #606060;
        text-decoration: none;
        line-height: 25px;
    }
/****************************/
/*****two column *****/
.col-container {
    display: table;
    width: 100%;
}

.col1 {
    display: table-cell;
    padding: 16px 16px 16px 25px;
    width: 50%;
    font-size: calc(7pt + .5vw);
}

.col2 {
    display: table-cell;
    padding: 16px 16px 16px 25px;
    width: 50%;
    font-size: calc(7pt + .5vw);
}




/******dashboard columns*******/
.div-dash-chart img{
    width:100%;
    max-width:600px;
}
.dash-main-col-container {
    display: table;
    width: 100%;
}
.dash-main-col1 {
    display: table-cell;
    padding: 16px 16px 16px 25px;
    width: 250px;
    font-size: calc(7pt + .5vw);
    border:none 1px red;
}

.dash-main-col2 {
    display: table-cell;
    padding: 0px;
    width: calc(98vw - 250px);
    font-size: calc(7pt + .5vw);
    border: none 1px blue;

}
.dash-col2-col { /*3 columns*/
    float: left;
    width: 30.33%;
    padding: 10px;
    height: 100%; /* Should be removed. Only for demonstration */
}
.dash-col2-row:after {
    content: "";
    display: table;
    clear: both;
}

.col-container-sh {
    display: table;
    width: 100%;
}

.col-sh-30 {
    display: table-cell;
    padding: 16px;
    width: 30%;
    /*margin:0 5px 5px 0;*/
}
.col-sh {
    display: table-cell;
    padding: 16px;

    
    /*margin:0 5px 5px 0;*/
}
.w40-100{
    width:45%;
}
w20-100{
    width:10%;

}

/*------------3 colum-----------------*/
.ftrcolumn {
    float: left;
    width: 33.33%;
    padding: 10px 10px 10px 30px;
    font-size: 12pt;
    line-height: 16pt;
    /*height:100%;*/
    height:250px;
    border:none 1px red;
    background-color:#444444;
    /*height: 300px;*/ /* Should be removed. Only for demonstration */
}
    .ftrcolumn .bottommenu {
        color: #aaaaaa;
        text-decoration: none;

    }
    .row:after {
        content: "";
        display: table;
        clear: both;
    }

    /******** gv ***********/
    .gv td {
        border: solid 1px #dddddd;
    }
.gvhdr {
    background-color: #eb5d1e;
    color: #ffffff;
}
    .gvrow {
        background-color: #ffffff;
        color: #606060;
    }
    .gvalt {
        background-color: #dddddd;
        color: #606060;
    }
    

    /**********************/
.pdgl5 {
    padding-left: 5px;
    text-align:left;
}
.pdgr5 {
    padding-right: 5px;
    text-align:right;
}

@media only screen and (max-width: 800px) {
    .col1 {
        display: block;
        width: 98%;
        font-size: calc(7pt + 1.2vw);
    }

    .col2 {
        display: block;
        width: 98%;
        font-size: calc(7pt + 1.2vw);
    }
    .col-sh-30 {
        display: block;
        width: 100%;
        margin: 5px;
        font-size: calc(7pt + 1.2vw);
    }
    .col-sh {
        display: block;
        width: 100%;
        margin: 5px;
        font-size: calc(7pt + 1.2vw);
    }

    .logo {
        background-size: 40vw;
    }

    .col-container {
        display: table;
        width: 90%;
    }

    .ftrcolumn {
        width: 98%;
        height: auto;
    }

    .dash-main-col1 {
        display: none;
    }

    .dash-main-col-container {
        width: 100%;
    }
    .dash-main-col2 {
        width: 100%;
        
    }

    .dash-col2-col {
        width: 100%;
        height:100%;
    }
    .div-dash-chart img {
        width: 100%;
        max-width: 100%;
        margin: 5px;
    }
    .w40-100 {
        width: 100%;
    }

    w20-100 {
        width: 100%;
    }

    
}
/************************


@media only screen and (max-width: 800px) {
    /*.col1 {
        display: block;
        width: 100%;
        font-size: calc(7pt + 1.2vw);
    }

    .col2 {
        display: block;
        width: 100%;
        font-size: calc(7pt + 1.2vw);
    }

    .topright_div {
        visibility: hidden;
    }

    .topright_div40 {
        visibility: visible;
    }

    .logo {
        background-size: 40vw;
    }

}
************************/