﻿.leftNavBar {
    background: transparent none repeat scroll 0 0;
    float: left;
    font-size: 16px;
    left: 0;
    max-height: 100%;
    overflow-y: auto;
    padding-top: 18px;
    position: fixed;
    top: 50px;
    width: 15%;
    z-index: 999;
    color: white;
    height: 100%;
}

    .leftNavBar ul {
        list-style: outside none none;
    }

    .leftNavBar ul, .leftNavBar li, .leftNavBar a, .leftNavBar span {
        border: 0 none;
        font: inherit;
        margin: 0;
        padding: 0;
        vertical-align: text-bottom;
    }

        .leftNavBar a, .leftNavBar a:hover, .leftNavBar a:focus, .leftNavBar a:active {
            text-decoration: none;
        }

        .leftNavBar ul > li > a {
            z-index: 10;
            display: block;
            background-color: transparent;
            color: #031b24;
            padding: 10px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            line-height: 1.5;
            position: relative;
        }

    .leftNavBar i {
        width: 25px;
    }

        .leftNavBar i:before {
            margin-right: 4px;
            font-size: 20px;
        }

    .leftNavBar .nav-footer {
        padding: 10px 30px;
        bottom: 10%;
        color: #233237;
        font-size: 13px;
        line-height: 1.6;
        position: absolute;
        width: 100%;
    }

@media (max-height: 760px) {
    .leftNavBar ul > li > a {
        padding-top: 7px;
        padding-bottom: 7px;
        line-height: 1.7;
    }
}

@media (max-height: 710px) {
    .leftNavBar ul > li > a {
        font-size: 89%;
    }
}

@media (max-height: 656px) {
    .leftNavBar ul > li > a {
        font-size: 75%;
    }
}

.leftNavBar ul > li:hover > a {
    background-color: #e3e3e3;
}

@media (min-width: 768px) {
    .content-page {
        width: 748px;
    }
}

@media (min-width: 842px) {
    .content-page {
        width: 822px;
    }
}

@media (min-width: 980px) {
    .content-page {
        width: 960px;
    }
}

@media (min-width: 1000px) {
    .content-page {
        width: 980px;
    }
}

@media (min-width: 1024px) {
    .content-page {
        width: 1000px;
    }
}

@media (min-width: 1150px) {
    .content-page {
        width: 940px;
    }
}

@media (min-width: 1250px) {
    .content-page {
        width: 1028px;
    }
}

@media (min-width: 1420px) {
    .content-page {
        width: 1165px;
    }
}

@media (min-width: 1666px) {
    .content-page {
        width: 1345px;
    }
}

@media (min-width: 1900px) {
    .content-page {
        width: 1555px;
    }
}

.content-page {
    background: white;
    padding: 10px 30px 30px;
    box-sizing: border-box;
    margin-top: 10px;
    -moz-border-radius: 4px !important;
    -khtml-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 2px 3px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 2px 2px 3px rgba(0, 0, 0, 0.02);
}

@media (max-width: 1150px) {
    .content-page {
        margin: 10px auto;
    }
}

.content-page.current-home {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-title .title {
    margin-top: 3px;
    line-height: 24px;
    display: inline-block;
}

.page-title, .page-title .title {
    background: #FFF;
    color: #616161;
    font-size: 30px;
    padding: 10px 0;
    margin-bottom: 10px;
    position: relative;
}

    .page-title .title-btn {
        margin-top: 14px;
        margin-left: 10px;
        font-size: 16px;
        float: right;
    }

        .page-title .title-btn .noti_bubble {
            position: relative !important;
            float: right !important;
            right: 0px !important;
            margin-left: 5px !important;
        }

        .page-title .title-btn .buttonCS {
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            margin-top: -7px;
        }

    .page-title .dropdown {
        margin-top: -2px;
    }
/*----------------------------------------------------------
Styles for Image Arrow Up
----------------------------------------------------------*/
.arrow_up {
    background: transparent url('../Images/arrow_up.png') no-repeat;
    border: none;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    margin-top: 5px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*----------------------------------------------------------
Styles for Image Forward
----------------------------------------------------------*/
.Forward-B {
    background: transparent url('../Images/Forward-B.png') no-repeat;
    border: none;
    height: 12px;
    width: 6px;
    margin-right: 5px;
    margin-top: 5px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*----------------------------------------------------------
Styles for Image Viewer Buttons 
----------------------------------------------------------*/
.ivi {
    background: transparent url('../Images/viewericons.png') no-repeat;
    overflow: hidden;
    border: none;
    cursor: pointer;
    z-index: 615;
}
/*----------------------------------------------------------
Black Color Close Button and Hover Small
----------------------------------------------------------*/
.ivibs {
    height: 12px;
    width: 12px;
    background-position: -16px -82px;
}

    .ivibs:hover {
        background-position: -16px -71px;
    }

/*----------------------------------------------------------
White Color Close Button and Hover
----------------------------------------------------------*/
.ivic {
    float: right;
    margin-top: 10px;
    height: 14px;
    width: 14px;
    background-position: 0px -15px;
}

    .ivic:hover {
        background-position: 0px 0px;
    }

/*----------------------------------------------------------
Black Color Close Button and Hover
----------------------------------------------------------*/
.ivicb {
    float: right;
    margin-top: 10px;
    height: 14px;
    width: 14px;
    background-position: 0px -42px;
}

    .ivicb:hover {
        background-position: 0px -28px;
    }

/*----------------------------------------------------------
Navigation Left and Right Button and Hover
----------------------------------------------------------*/
.ivinl {
    background-position: -15px -51px;
    height: 19px;
    width: 20px;
}

    .ivinl:hover {
        background-position: -15px -33px;
    }

.ivinr {
    background-position: -15px -17px;
    height: 15px;
    width: 20px;
}

    .ivinr:hover {
        background-position: -15px 0px;
    }

.ivinG {
    background-position: -15px -119px;
    height: 20px;
    width: 20px;
}

    .ivinG:hover {
        background-position: -15px -97px;
    }

/*---------------- PopUp ----------------*/
.loginPopup {
    padding: 32px 32px 0px 32px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    position: relative;
}

    .loginPopup input[type=text], .loginPopup input[type=password] {
        font-size: 16px;
        height: 64px;
        padding: 10px 35px 10px 10px;
        width: 100% !important;
        -webkit-box-shadow: 0px 0px 0px 0px transparent !important;
        box-shadow: 0px 0px 0px 0px transparent !important;
        -moz-border-radius: 0px !important;
        -khtml-border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        border-radius: 0px !important;
        padding: 8px;
        border: 1px solid #bbb;
        outline: none;
        font-weight: normal;
        color: #555;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
    }

        .loginPopup input[type=text]:focus, .loginPopup input[type=password]:focus {
            border-color: #AAA;
            -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
            -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
            box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
        }

    .loginPopup input[type=submit] {
        font-size: 16px;
        height: 40px;
        padding: 10px;
        width: 100%;
        -webkit-box-shadow: 0px 0px 0px 0px transparent !important;
        box-shadow: 0px 0px 0px 0px transparent !important;
        -moz-border-radius: 0px !important;
        -khtml-border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        border-radius: 0px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
    }

    .loginPopup input[type=submit] {
        height: 65px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
    }

label {
    cursor: pointer;
}

#dvLogin {
    line-height: 1.6875;
    height: 415px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
}

.space-bottom {
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}

.btsingup {
    padding: 5px 21px !important;
    margin-top: -4px !important;
    -webkit-box-shadow: 0px 0px 0px 0px transparent !important;
    box-shadow: 0px 0px 0px 0px transparent !important;
    -moz-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

@media all and (max-width:767px) {
    #dvLogin {
        height: 100%;
        width: 100%;
        -moz-border-radius: 0px /*{cornerRadiusShadow}*/;
        -khtml-border-radius: 0px /*{cornerRadiusShadow}*/;
        -webkit-border-radius: 0px /*{cornerRadiusShadow}*/;
        border-radius: 0px /*{cornerRadiusShadow}*/;
        max-width: 100%;
    }

    .loginPopup {
        padding: 25px 15px 0;
    }
}

/* --------------------- Popup Window ---------------------*/
.Dialog {
    text-align: left !important;
    display: none;
    left: 0px;
    cursor: default;
    right: 0px;
    bottom: 0px;
    z-index: 100006;
    max-width: 453px;
    top: 0px;
    margin: auto;
    position: fixed;
    width: 97%;
    min-width: 290px;
    -moz-border-radius: 7px /*{cornerRadiusShadow}*/;
    -khtml-border-radius: 7px /*{cornerRadiusShadow}*/;
    -webkit-border-radius: 7px /*{cornerRadiusShadow}*/;
    border-radius: 7px /*{cornerRadiusShadow}*/;
    background-color: white;
    overflow: hidden;
}

.DialogHead {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #5B5B5B;
    padding: 8px 15px;
    color: White;
    font-size: 20px;
    font-weight: bold;
}

/* --------------------- End Popup Window ---------------------*/

.newpanga .OrderDiv {
    height: auto !important;
    min-height: 200px !important;
}

.newpanga .OrderInfo {
    position: relative !important;
    bottom: auto !important;
    height: auto !important;
}

.newpanga .OrderPhotoCount {
    display: table-cell !important;
    position: relative !important;
    bottom: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    height: auto !important;
    line-height: 15px !important;
}

.newpanga .OrderInfo table {
    margin-bottom: 1px;
}

.OrderInfo .fileProp {
    color: #aaaaaa;
    display: block;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin: 0 10px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    vertical-align: top;
}

    .OrderInfo .fileProp .sizeDiv {
        position: absolute;
        right: 0;
        top: 0;
    }

#fileinfoDv {
    bottom: 10px;
    left: 10px;
    top: auto;
}

.tpSt {
    font-size: 12px !important;
    list-style: disc inside none !important;
    padding-top: 5px !important;
}

    .tpSt li {
        float: left !important;
        padding: 2px 0px !important;
        text-align: left !important;
        width: 50% !important;
    }

.optTexthid {
    display: none;
}

#dvSelectedOrderInstructions {
    margin-right: 20px;
    width: 400px;
}

@media screen and (max-width:650px) {
    #dvSelectedOrderInstructions {
        width: auto;
        margin-right: 0px;
    }
}

.yellowcss {
    background-color: Yellow !important;
}

.boxsizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.priceguidbox {
    border: 1px solid #d3d3d3;
    position: relative;
    margin-bottom: 40px;
    background-color: White;
}

.priceguidbox-btnHeader {
    background-color: #f9f9f9;
    border-bottom: 1px solid #d3d3d3;
    font-size: 20px;
    padding: 5px 10px;
    position: relative;
}

.priceguidbox-table {
    font-size: 14px;
    margin: 0 auto;
}

#back-top {
    position: fixed;
    bottom: 5px;
    right: 4%;
    display: none;
}

    #back-top a {
        color: #bbb;
        display: block;
        font: 11px/100% Arial,Helvetica,sans-serif;
        text-align: center;
        text-decoration: none !important;
        text-transform: uppercase;
        width: 75px;
    }

        #back-top a:hover {
            color: #888888;
            text-decoration: none !important;
        }

    #back-top span {
        background: url("../Images/up-arrow.png") no-repeat scroll center center #eeeeee;
        -moz-border-radius: 15px /*{cornerRadiusShadow}*/;
        -khtml-border-radius: 15px /*{cornerRadiusShadow}*/;
        -webkit-border-radius: 15px /*{cornerRadiusShadow}*/;
        border-radius: 15px /*{cornerRadiusShadow}*/;
        display: block;
        height: 75px;
        margin-bottom: 7px;
        width: 75px;
    }

    #back-top a:hover span {
        background-color: #cccccc;
    }

@font-face {
    font-family: Agency FB;
    src: url("../Fonts/agency-fb.ttf") format("truetype");
    font-style: normal;
}

.msgLoading {
    background-color: #f9edbe;
    border: 1px solid #f0c36d;
    padding: 5px 10px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 0px 0px 6px 6px /*{cornerRadiusShadow}*/;
    -khtml-border-radius: 0px 0px 6px 6px /*{cornerRadiusShadow}*/;
    -webkit-border-radius: 0px 0px 6px 6px /*{cornerRadiusShadow}*/;
    border-radius: 0px 0px 6px 6px /*{cornerRadiusShadow}*/;
    position: fixed;
    top: 0;
    right: 0;
    left: 0px;
    margin: auto;
    text-align: center;
    z-index: 100000;
    display: none;
    font-size: 12px;
}

#lmsg {
    width: 100px;
}

#donemsg {
    width: 270px;
}

.userNm {
    font-size: 15px;
    padding: 5px 15px 5px 0;
}

.dwmnue {
    text-align: center;
    border: 1px solid #1c3d57;
    border-top: 0px;
    display: none;
    position: absolute;
    left: 0;
    width: 99%;
    z-index: 100000;
    -webkit-box-shadow: 0px 0px 5px -2px #1d1d1d;
    box-shadow: 0px 0px 5px -2px #1d1d1d;
}

.downloadmenu {
    background-color: #648fb1;
    color: white;
    font-size: 13px;
    padding: 5px;
    cursor: pointer;
}

    .downloadmenu:hover {
        background-color: #507b9d;
    }

.fDivPopUp {
    line-height: 2;
    text-align: center;
    height: 335px;
}

.btnMonths {
    margin: 0 0 10px 7px;
    width: 62px;
}

.btnSel {
    background-color: #f99f0f !important;
    font-weight: bold !important;
}

.delSucc {
    display: none;
    background-color: #b5fdc8;
    border: 1px solid #64cb8e;
    font-size: 16px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    max-width: 500px;
}

.noRec {
    font-size: 20px;
    margin: 0 auto;
    padding: 90px;
    text-align: center;
}

.ErrorLimit {
    background-color: #f8e0e0;
    border: 1px solid #f78181;
    margin: 10px auto;
    padding: 6px;
    width: 300px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    display: none;
}

.msgError {
    background-color: #f8e0e0;
    border: 1px solid #f78181;
    float: left;
    padding: 6px;
    width: 148px;
    text-align: center;
    font-weight: bold;
    display: none;
}

#dvBusinessItems .OrderDiv {
    cursor: default !important;
}

.remarksOuter {
    background-color: white;
    padding: 5px;
    -moz-border-radius: 5px !important /*{cornerRadiusShadow}*/;
    -khtml-border-radius: 5px !important /*{cornerRadiusShadow}*/;
    -webkit-border-radius: 5px !important /*{cornerRadiusShadow}*/;
    border-radius: 5px !important /*{cornerRadiusShadow}*/;
    margin-bottom: 5px;
}

.OrderDiv, .suppContainer, .NewOrder {
    border: 1px solid #e6e6e6;
    -moz-border-radius: 4px !important /*{cornerRadiusShadow}*/;
    -khtml-border-radius: 4px !important /*{cornerRadiusShadow}*/;
    -webkit-border-radius: 4px !important /*{cornerRadiusShadow}*/;
    border-radius: 4px !important /*{cornerRadiusShadow}*/;
    -webkit-box-shadow: 0 2px 2px 3px rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 2px 3px rgba(0, 0, 0, 0.02);
    cursor: pointer;
    height: 185px;
    margin: 10px 9px;
    position: relative;
    width: 170px;
    }

    .OrderCoverPhoto {
        cursor: pointer;
        height: 137px;
        overflow: hidden;
        width: 100%;
        text-align: center;
    }

        .OrderCoverPhoto > img {
            height: 100%;
        }

.OrderInfo {
    background-color: rgb(255, 255, 255);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top: 1px solid #e6e6e6;
    color: rgb(66, 127, 237);
    display: block;
    font-family: Roboto,arial,sans-serif;
    font-size: 13px;
    height: 48px;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.OrderName {
    color: #262626;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 16px;
    overflow: hidden;
    padding: 5px 0 0 10px;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}

.OrderPhotoCount {
    bottom: 3px;
    color: #858585;
    display: block;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    text-overflow: ellipsis;
    vertical-align: top;
}

.OrderDate {
    color: #aaaaaa;
    display: block;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    vertical-align: top;
}

.detailheading {
    font-size: 13px;
    font-weight: bold;
    width: 90px;
}

.detailcontainer {
    padding: 5px 0;
}

.photostatus {
    font-size: 23px;
    font-weight: bold;
    padding: 7px 10px;
    text-align: center;
}

.OrderInfo .photostatus {
    font-size: 11px !important;
    font-weight: normal !important;
    text-align: left !important;
}

.NewOrder {
    background-color: #434343;
    border: 3px dashed #dedede;
    color: #b8b8b8;
    font-size: 15px;
    height: 180px;
    line-height: 12em;
    text-align: center;
    width: 166px;
}

    .NewOrder:hover {
        background-color: #353535;
    }

.imgContainer {
    border: 1px solid #D3D3D3;
    height: 100%;
    max-height: 325px;
    max-width: 400px;
    position: relative;
    width: 48%;
}

.imgContainerimg {
    max-height: 325px;
    max-width: 400px;
}

.ig2 {
    margin-left: 10px;
}

#datav {
    float: left;
    margin-top: -2px;
}

#imgcotouter {
    padding: 5px;
    text-align: center;
    height: 328px;
    overflow-x: hidden;
    overflow-y: auto;
}

.popfootin {
    padding: 7px;
    text-align: right;
}

.pophead {
    background-color: #5B5B5B;
    padding: 8px 15px;
    color: White;
    font-size: 14px;
    font-weight: bold;
    height: 18px;
}

.photolabel {
    background-color: #000000;
    border-radius: 2px;
    color: #ffffff;
    font-size: 14px;
    left: 23px;
    filter: alpha(opacity=80);
    opacity: 0.80;
    padding: 2px 6px;
    position: absolute;
    top: 20px;
    z-index: 1;
}

#dvInst {
    position: absolute;
    display: none;
    background-color: #f3f3f3;
    z-index: 10000;
    border-top: 1px solid #d3d3d3;
    width: 100%;
}

.dvView-popup, #dvLogin-popup {
    display: none;
}

.dvView-popup, #dvView-popup, #dvLogin-popup {
    background-color: White;
    top: 0px !important;
    left: 0px !important;
    bottom: 0px !important;
    right: 0px !important;
    margin: auto !important;
    height: 100% !important;
    width: 100% !important;
    position: fixed !important;
    max-width: 835px !important;
    max-height: 550px !important;
    text-align: left !important;
    cursor: default;
    z-index: 100006;
    border: 3px solid #858585;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}

#dvLogin-popup {
    max-width: 268px !important;
    max-height: 350px !important;
}

.ui-popup {
    height: 100% !important;
    width: 100% !important;
}

#popfoot {
    background-color: #ECECEC;
    border-top: 1px solid #d3d3d3;
    position: relative;
    width: 100%;
    max-width: 1000px;
}

.popfoot {
    background-color: #ECECEC;
    border-top: 1px solid #d3d3d3;
    position: relative;
}

#dvLogin-popup .popfoot {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.bb1 {
    margin: 0 10px;
    width: 100px;
}

.bb3 {
    margin: 0 10px;
    width: 75px;
}

.MDialogCSS {
    text-align: left !important;
    display: none;
    left: 0px;
    cursor: default;
    right: 0px;
    bottom: 0px;
    z-index: 100006;
    max-width: 453px;
    top: 0px;
    margin: auto;
    position: fixed;
    height: 386px;
    width: 97%;
    min-width: 290px;
}

.ShareProductPopup {
    z-index: 100007 !important;
    background-color: white;
    border: 4px solid #858585;
    -moz-border-radius: 4px /*{cornerRadiusShadow}*/;
    -khtml-border-radius: 4px /*{cornerRadiusShadow}*/;
    -webkit-border-radius: 4px /*{cornerRadiusShadow}*/;
    border-radius: 4px /*{cornerRadiusShadow}*/;
}

.PopupHeader {
    background-color: #5B5B5B;
    padding: 8px 15px;
    color: White;
    font-size: 14px;
    font-weight: bold;
}

.PopupFooter {
    padding: 7px;
    background-color: #ECECEC;
    border-top: 1px solid #d3d3d3;
    text-align: right;
    position: relative;
}

.footerMain {
    position: relative;
    color: #9a9a9a;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    max-width: 800px;
}

    .footerMain a, .footerMain a:link, .footerMain a:visited, .footerMain a:hover {
        color: #9a9a9a !important;
        text-decoration: none !important;
    }

.IdContent {
    width: auto !important;
    border: 0px;
    margin: 0px !important;
    background-color: transparent !important;
    min-height: 245px !important;
    position: relative;
}

.noti_Container {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    position: relative;
    margin-right: 3px;
    float: left;
    cursor: pointer;
}

.noti_bubble {
    position: absolute;
    top: 0 !important;
    right: 10px !important;
    bottom: 0 !important;
    margin: auto !important;
    height: 20px !important;
    padding: 0 2px !important;
    background-color: Red;
    color: white;
    font-size: 12px !important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 1;
}

.panelloader {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    filter: alpha(opacity=65) !important;
    opacity: 0.65 !important;
    background-color: #F5F5F5;
    height: 99%;
    left: 3px;
    position: absolute;
    top: 1px;
    width: 99%;
    z-index: 10000;
    display: none;
}

.paneloaderinner {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    left: 0px;
    height: 18px;
    width: 100%;
}

.pnlloaderinnercss {
    position: absolute;
    top: -20px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    left: 0px;
    height: 75px;
    text-align: center;
    font-size: 20px;
}

.cat-notch4 {
    position: absolute;
    left: 67px;
    top: 23px;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0; /* ie6 height fix */
    font-size: 0;
    line-height: 0; /* ie6 transparent fix */
    _border-right-color: #F9F9F9;
    _border-left-color: #F9F9F9;
    _filter: chroma(color=#F9F9F9);
    border-bottom: 12px solid #F9F9F9;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 0;
}

.cat-notchS4 {
    border-bottom-color: #c0c0c0 !important;
    top: 22px !important;
}

.idhs, .pgMenu .idhss {
    background-color: #0B8FAC;
    color: #f9f9f9 !important;
    cursor: pointer;
    font-family: helvetica;
    font-size: 13px;
    font-weight: bold;
    padding: 7px 10px 10px;
    text-decoration: none !important;
    border: 1px solid #0B8FAC;
    border-bottom: 0px solid transparent;
    -moz-border-radius: 4px 4px 0px 0px !important /*{cornerRadiusShadow}*/;
    -khtml-border-radius: 4px 4px 0px 0px !important /*{cornerRadiusShadow}*/;
    -webkit-border-radius: 4px 4px 0px 0px !important /*{cornerRadiusShadow}*/;
    border-radius: 4px 4px 0px 0px !important /*{cornerRadiusShadow}*/;
}

    .idhs:hover, .pgMenu .idhss:hover {
        text-decoration: none !important;
        border: 1px solid #dedede;
        color: #fcfcfc !important;
        background-color: #F99F0F !important;
        border-bottom: 0px solid #dedede !important;
    }

        .idhs:hover .selec, .pgMenu .idhss:hover .selCh {
            color: #fcfcfc !important;
        }

.selec, .selCh {
    color: #fcfcfc !important;
    background-color: #969696 !important;
}

.subMenuChild {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    border: 1px solid #DEDEDE;
    border-top: 0px;
    background-color: #ececec !important;
    position: relative;
    float: right;
}

ul {
    padding: 0px;
    margin: 0;
}

li {
    padding: 8px 5px;
}

.main ul li {
    padding: 5px 10px;
}

.main ul {
    margin: 14px 0px;
    padding: 0 0 0 25px;
}

.tpSt li {
    padding: 0px;
}

.storeContent {
    background-color: White;
    border: 1px solid #E2DFDF;
    margin-top: -2px;
    padding: 20px;
    position: relative;
    color: #787878 !important;
    min-height: 400px;
}

textarea {
    font: 12px tahoma !important;
    border: 1px solid #e3e3e3 !important;
    resize: none !important;
    padding: 5px !important;
    direction: ltr !important;
}

#dvorderctrls {
    position: absolute;
    right: 2px;
    top: 45px;
    width: 153px;
}

.btnss {
    margin: 0 5px 10px;
    width: 120px;
}

.btns1 {
    top: 45px;
}

.btns2 {
    top: 83px;
}

.btns3 {
    top: 122px;
}

.btns4 {
    top: 8px;
}

#dvSelectedOrderTitle {
    font-size: 13px;
    font-weight: bold;
    max-width: 320px;
}

.pritpnl {
    position: relative !important;
    overflow: visible !important;
    margin-left: 50px;
    width: 65%;
    text-align: justify !important;
    font-size: 13px;
}

.abtdv {
    height: 50px;
}

.paddvlp {
    min-height: 70px;
    position: relative;
    overflow: visible !important;
    text-align: right;
    padding-right: 40px;
}

.plftpnl {
    min-height: 70px;
    position: relative;
    overflow: visible !important;
    text-align: right;
    width: 25%;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

.pnllhed {
    font-weight: normal;
    font-family: Agency FB, Impact;
    font-size: 36px;
}

    .pnllhed h1 {
        font-weight: normal;
        font-family: Agency FB, Impact;
        font-size: 36px;
    }

.floatMenu {
    cursor: pointer;
    display: none;
    margin: 5px 10px;
    z-index: 999 !important;
}

#headerline {
    background: url("/Images/MenuLine.png") no-repeat scroll 0 0px rgba(0, 0, 0, 0);
    max-width: 1018px;
    height: 20px;
    margin: 0 auto;
    background-size: 100%;
}

.lgpnl {
    overflow: visible !important;
    position: relative;
    text-align: right;
    padding-right: 3px;
    padding-top: 4px;
    width: 480px;
}

.logotd {
    margin-top: 7px;
    margin-left: 1px;
}

    .logotd img {
        width: 100%;
        z-index: 100;
    }

.header {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    border-bottom: 2px solid #555555;
    position: fixed;
    top: 0px;
    z-index: 100000;
    height: 41px;
    max-width: 1000px;
}


.heading {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    background-color: #eaeaea;
    border-bottom: 1px solid #d9d9d9;
    color: #7e7e7e;
    font-size: 16px;
    padding: 10px;
}

.logdiv {
    float: right;
    margin-right: 10px;
    margin-top: 25px;
}

.divContent {
    border: 1px solid #D9D9D9;
    -moz-border-radius: 0 0 2px 2px !important /*{cornerRadiusShadow}*/;
    -khtml-border-radius: 0 0 2px 2px !important /*{cornerRadiusShadow}*/;
    -webkit-border-radius: 0 0 2px 2px !important /*{cornerRadiusShadow}*/;
    border-radius: 0 0 2px 2px !important /*{cornerRadiusShadow}*/;
}

.ProfDiv {
    position: relative;
    border: 1px solid #d3d3d3;
    height: 150px;
    width: 150px;
    background-color: #fcfcfc;
    margin-right: 10px;
    cursor: pointer;
}

    .ProfDiv:hover .dvtxt {
        display: inline-block;
    }

.chngImg {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    bottom: 0;
    left: 0;
    padding: 0 5px;
    position: absolute;
    width: 100%;
    z-index: 3;
    font-size: 12px;
    font-weight: bold;
    color: White;
    filter: alpha(opacity=80);
    opacity: 0.80;
}

    .chngImg .dvtxt {
        padding: 8px 0;
        margin-top: 1px;
        display: none;
    }

    .chngImg:hover {
        background-color: #000000 !important;
        filter: alpha(opacity=90) !important;
        opacity: 0.90 !important;
    }

.ProfDiv:hover .chngImg {
    background-color: #000000;
}

.msgErrorfb {
    background-color: #f8e0e0;
    border: 1px solid #f78181;
    display: none;
    float: left;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 145px;
}

.feedbackcss {
    position: fixed;
    right: 0;
    top: 18%;
    z-index: 100001;
    cursor: pointer;
    width: 41px;
}

.AdminHome {
    background: url("../Images/home.png") no-repeat scroll 0 0px rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    font-size: 0;
    height: 25px;
    line-height: 0;
    width: 25px;
}

    .AdminHome:hover {
        background-position: 0 -24px;
    }

.adown {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    background: url("../Images/arrow_down.png") no-repeat scroll 0 0px rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    font-size: 0;
    height: 16px;
    line-height: 0;
    width: 16px;
    margin: 3px 0 0 8px;
}

.lines {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    border-bottom: 11px double white;
    border-top: 4px solid white;
    content: "";
    height: 3px;
    width: 25px;
}

    .lines:hover {
        border-bottom: 11px double #e0e0e0;
        border-top: 4px solid #e0e0e0;
    }

.linesH {
    border-bottom: 11px double #e0e0e0 !important;
    border-top: 4px solid #e0e0e0 !important;
}

.tblHistory {
    border: 1px solid #c0c0c0;
}

    .tblHistory tr {
        text-align: center;
        height: 40px;
    }

    .tblHistory td {
        border-top: 1px solid #d3d3d3;
    }

    .tblHistory th {
        background-color: Gray;
        color: #fcfcfc;
    }

    .tblHistory tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }

#dvListSource td {
    border-top: 1px solid #e3e3e3;
}

.caicPopup {
    background-color: white;
    border: 2px solid #858585;
    -moz-border-radius: 4px !important /*{cornerRadiusShadow}*/;
    -khtml-border-radius: 4px !important /*{cornerRadiusShadow}*/;
    -webkit-border-radius: 4px !important /*{cornerRadiusShadow}*/;
    border-radius: 4px !important /*{cornerRadiusShadow}*/;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    z-index: 10003 !important;
}

.progressbar {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    display: none;
    background: url('/Images/dloading.gif') no-repeat scroll 50% 50% white;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    z-index: 7;
    filter: alpha(opacity=85);
    opacity: 0.85;
}

.Post {
    background-color: #FFFFFF;
    padding: 15px;
    border-bottom: 1px solid #f3f3f3;
}

.statusDiv {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    border: 1px solid #E2DFDF;
    -moz-border-radius: 4px /*{cornerRadiusShadow}*/;
    -khtml-border-radius: 4px /*{cornerRadiusShadow}*/;
    -webkit-border-radius: 4px /*{cornerRadiusShadow}*/;
    border-radius: 4px /*{cornerRadiusShadow}*/;
    font-size: 16px;
    padding: 10px !important;
    background-color: #F5F5F5;
    position: relative;
}

.statusDiv2 {
    border: 1px solid #E2DFDF;
    -moz-border-radius: 4px /*{cornerRadiusShadow}*/;
    -khtml-border-radius: 4px /*{cornerRadiusShadow}*/;
    -webkit-border-radius: 4px /*{cornerRadiusShadow}*/;
    border-radius: 4px /*{cornerRadiusShadow}*/;
    padding: 10px !important;
    background-color: #F5F5F5;
    position: relative;
    font-family: verdana,Arial,Sans-Serif !important;
    font-size: 11px !important;
}

h1 {
    padding: 0px;
    margin: 0px;
}

a, a:hover, a:link, a:visited, a:active {
    text-decoration: none !important;
}

.inlineDiv {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

*:focus {
    outline: none;
}

.borderShadowBox {
    -webkit-box-shadow: 0 2px 2px 3px rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 2px 3px rgba(0, 0, 0, 0.02);
}

.callout2 {
    width: 100%;
    margin-top: 6px;
    position: relative;
    background-color: #ffffff; /* easy rounded corners for modern browsers */
    -webkit-box-shadow: 0 1px 3px 1px #E3E3E3;
    box-shadow: 0 1px 3px 1px #E3E3E3;
}

    .callout2 .notch2 {
        position: absolute;
        top: -11px;
        right: 57px;
        margin: 0;
        border-top: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 11px solid #ffffff;
        _border-right-color: #ffffff;
        _border-left-color: #ffffff;
        _filter: chroma(color=#ffffff);
        padding: 0;
        width: 0;
        height: 0; /* ie6 height fix */
        font-size: 0;
        line-height: 0; /* ie6 transparent fix */
    }

.border2-callout2 {
    border: 1px solid #E2DFDF;
}

    .border2-callout2 .border2-notch2 {
        border-bottom-color: #E2DFDF;
        top: -12px;
    }

input[type="checkbox"], input[type="radio"] {
    cursor: pointer;
    height: 13px;
    margin: 0 5px 0px 1px;
    position: relative;
    width: 13px;
}

.AutoExtender {
    color: #333333;
    line-height: 25px;
    background-color: White;
    text-align: left;
    margin-left: -2px;
    margin-top: 1px;
    font-size: 12px;
    width: 512px !important;
    border: solid 1px rgb(204, 204, 204);
    -webkit-box-shadow: 2px 2px 2px #E2DFDF;
    box-shadow: 2px 2px 2px #E2DFDF;
    font-size: 11px;
    font-weight: normal;
}

.AutoExtenderList {
    border-bottom: solid 1px #E2DFDF;
    background-color: White;
    cursor: pointer;
    color: #333333;
    text-align: left;
    padding-left: 10px;
    -webkit-box-shadow: 2px 2px 2px #E2DFDF;
    box-shadow: 2px 2px 2px #E2DFDF;
    font-size: 11px;
    font-weight: normal;
}

.AutoExtenderHighlight {
    background: url(../Images/bg_search.gif) repeat-x scroll 0 100% transparent;
    cursor: pointer;
    color: #333333;
    text-align: left;
    padding-left: 10px;
    -webkit-box-shadow: 2px 2px 2px #E2DFDF;
    box-shadow: 2px 2px 2px #E2DFDF;
    font-size: 11px;
    font-weight: normal;
}

active {
    background-color: #F7F7F7;
}

.opaqueLayer {
    display: none;
    position: fixed;
    z-index: 100003;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000000;
    filter: alpha(opacity=30);
    opacity: 0.30;
}
/*-----------------------------------------------------------------------*/
img {
    border-width: 0px;
    border: none;
}

.footerSite {
    border-top: 2px solid #eeeeee;
    font-size: 13px;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
}

.footerSiteOut {
    background-image: url("../Images/ftbg.png");
    background-size: 100% auto;
    background-color: #03213b;
    border-top: 10px solid #f3ad31;
    width: 100%;
}

.footerSiteInn {
    margin: 0px auto;
    text-align:center;
    /*max-width: 1000px;*/
}

    .footerSiteInn a, .footerSiteInn a:link, .footerSiteInn a:visited, .footerSiteInn a:active {
        color: White !important;
        text-decoration: none !important;
        font-family: "Roboto",sans-serif;
        font-size: 13px;
        font-weight: 300;
    }

        .footerSiteInn a:hover {
            color: #2eb83d !important;
        }

    .footerSiteInn ul {
        margin: 0px 35px 0px 35px !important;
        display: inline-block;
        overflow: hidden;
        vertical-align: top;
        zoom: 1;
        *display: inline;
    }

.ftheading {
    color: #666666;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 1px 1px 1px #000000;
}

.f1half {
    background-color: #03213b;
    float: left;
    min-height: 305px;
    width: 100%;
}

.f2half {
    width: 50%;
    min-height: 305px;
    background-color: #f9f9f9;
}

.invalid {
    background-color: #FFEBE8 !important;
}

.validator {
    display: none;
}

.Panel {
    word-wrap: normal;
    word-break: keep-all; /*background-color: #E7E7E7 !important;     border-bottom: 1px solid #fafafa !important;*/
    padding: 3px 0 3px 5px !important;
    cursor: pointer !important;
}

.overlay {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #FFFFFF;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.overlayContent {
    z-index: 999999 !important;
    margin: 250px auto;
    width: 43px;
    height: 16px;
}

.TextBoxes {
    width: 200px;
    font-weight: normal !important;
    color: #333333 !important;
    padding: 5px;
    margin: 0px;
    border: 1px solid #E2DFDF !important;
}

    .TextBoxes:focus {
        -webkit-box-shadow: 2px 2px 2px #E2DFDF;
        box-shadow: 2px 2px 2px #E2DFDF;
    }

.dropdown {
    border: 1px solid #e2dfdf;
    font-size: 16px;
    margin-right: 10px;
}

.register {
    color: White;
    padding: 5px 5px;
    font-size: 20px;
    text-align: left;
}

.errorMessage {
    color: Black;
    background-color: #FF9;
    border: 1px solid #F00;
    font-size: 13px;
    padding-left: 10px;
}

.errorMessage2 {
    color: Black;
    background-color: #FFFFD4;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    padding-left: 10px;
}

body {
    color: #666666;
    background-color: #f6f6f6;
    font-size: 11px;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    margin: 0px;
    padding: 0px;
    cursor: default;
}

.dvcons {
    padding: 5px 0;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    margin-top: -1px;
    padding-top: 1px;
    width: 100%;
    min-width: 1000px;
    color: #333333;
}

.rembchk {
    padding-top: 4px;
}

.mainheader {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    max-height: 96px;
    min-width: 1000px;
    background-color: #03213b;
    border-bottom: 2px solid #1c3a54;
    color: White;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    width: 100%;
}

.mainheaderin {
    max-height: 96px;
    min-width: 1000px;
    border-bottom: 1px solid #000000;
}

.mainheaderinn {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
}

.mainheader h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main {
    min-width: 300px !important;
    margin: 42px auto 0;
    min-height: 540px !important;
    background-color: White;
    border: none !important;
    max-width: 1000px !important;
}
/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

p {
    margin: 0px;
    line-height: 22px;
}

#dvHeader, #dvHeader2 {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    font-size: 14px;
    padding: 5px 5px;
    text-align: center;
    display: block;
    background-color: #03213b;
    color: White;
}

#dvHeader {
    display: none;
}

    #dvHeader ul {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        #dvHeader ul li {
            cursor: pointer;
            display: table-cell;
            list-style-type: none;
            margin: 10px;
            vertical-align: middle;
            list-style: none;
        }

            #dvHeader ul li a {
                display: table-cell;
                vertical-align: middle;
                width: 100%;
                color: White;
            }

                #dvHeader ul li a:hover {
                    color: Yellow !important;
                }

            #dvHeader ul li:hover a {
                color: Yellow !important;
            }

#dvHeader2 a {
    vertical-align: middle;
    width: 100%;
    color: White;
}

    #dvHeader2 a:hover {
        color: Yellow !important;
    }
