﻿body, input, select, td, textarea {
    font-family: 'Segoe Regular',Segoe,'Segoe UI',Arial, Tahoma, sans-serif;
    font-size: 11px;
}

.confirm-box {
    width: 300px;
    top: 120px;
    left: 486.417px;
    position: fixed;
    border: 1px solid #0099cc;
    box-shadow: 0 0 3px #0099cc;
    padding: 10px;
    background: #fff;
    z-index: 1005;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.confirm-box p {
    border-bottom: 1px dotted #0099cc;
    font-size: 15px;
    color: #0099cc;
    text-align: left;
}
.confirm-box button {
    display: block;
    float: right;
    margin-left: 10px;
}
.form .ctr-frm .fm-ctr td .lookup-td {
    text-align: center;
    width: 100% !important;
}
.form .ctr-frm li.childtable .tblist td .lookup-td input[type=text] 
{
    width: 95% !important;
 }
.ctr-file {
    display: inline-block;
    position: relative;
}
.ctr-file button {
    width: auto;
    position: absolute;
    top: 2px;
    left: 2px;
}
.fixButton {
    float: left;
    width: 100%;
    margin-left: -5px;
}
.bikepoint-bikewash {
    display: none;
}
.form ul.group {
    display: inline-block;
}

*:focus {
    outline: none;
}

fieldset {
    border: 1px solid #ddd;
    margin: 2px;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

button {
    background: #f4f4f4;
    color: #0099cc;
    cursor: pointer;
    border: none;
    padding: 3px;
    font-size: 13px;
    border: 2px solid #0099cc;
}

button:active {
    background: #f8f8f8;
}

    button:hover {
        background: #0099cc;
        color: #fff;
    }
    button.cmd{ padding: 0 3px;border-width: 1px;}
select option {
    padding: 5px;
}

.buttonStyle {
    background-color: #5b74a8;
    border-color: #29447e #29447e #1a356e;
    color: #fff;
    -webkit-box-sizing: content-box;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    text-align: center;
    vertical-align: middle;
}

input{
	color: #000000; 
	border: 1px solid #000000; 
	background-color: #FFFFFF; 
	/*background-image: url('file:///C:/workspace/Consultancy/.deployables/Consultancy/img/bar.gif');*/
	}
input[readonly=readonly]
{
    background:#e6e7e9 !important;
}
input[type=text], input[type=password], input[type=email] {
    padding: 5px !important;
    color: #363636;
    border: 1px solid #ccc;
    background: #fff;
    height: auto !important;
    border-radius: 0 !important;
    font-weight: normal !important;
    font-size: 13px;
}

    input[type=text]:focus, input[type=password]:focus, input[type=email]:focus {
        border-color: #B9D4E7;
    }
label {
    cursor: pointer;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.multil-item {
        list-style: none;
        position: absolute;
        left: 0;
        top: 30px;
        z-index: 500;
        background: white;
        border: 1px solid #ddd;
        display: none;
        max-height: 250px;
        overflow-y: auto;
    }

        ul.multil-item li {
            padding: 3px;
            width: 234px;
            overflow: hidden;
        }

            ul.multil-item li input[type=checkbox] {
                float: left;
                margin: 2px !important;
            }

            ul.multil-item li:hover {
                background: #1e90ff;
                color: white;
            }

            ul.multil-item li[selected=selected] {
                background: #2e6e9e;
                color: white;
            }

input.multil-select-ovelay {
    position: absolute;
    left: 0;
    top: 0;
    width: 210px;
    padding: 4px 25px 3px 5px;
    border: 1px solid #ccc;
    background-color: #f4f4f4;
}

select[multilselect=true] {
    padding: 5px;
}

img, input[type=checkbox], input[type=radio] {
    border: none;
}

input.lookup {
    width: 170px;
}

img.lookuptriger {
    width: 25px;
    margin: 2px;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.inputText {
    margin: 0 22px 0 5px;
    outline: none;
    padding: 1px 5px 2px 0;
    border: 1px solid #bdc7d8;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 3px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.list-result {
    font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
    color: #333;
}

    .list-result li {
        font-size: 14px;
        padding: 2px;
        padding-left: 10px;
        height: 35px;
        vertical-align: middle;
    }

        .list-result li:first-child div div {
            text-shadow: #ECEEF0 0px 1px 0px;
            /*background-color: #ECEEF0;*/
            font-weight: bold;
            padding: 7px 7px 8px;
            /*text-align: left;*/
            font-size: 15px;
            color: #0099CC;
        }

.table-3, .list {
    border: 1px solid #DFDFDF;
    background-color: #F9F9F9;
    width: 100%;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    font-family: 'Segoe Regular',Segoe,'Segoe UI',Arial,sans-serif;
    color: #333;
    border-spacing: 0px;
}

    .table-3 td, .table-3 th, .list td, .list th {
        /*border-top-color: white;*/
        border-right: 1px solid #DFDFDF;
        border-bottom: 1px solid #DFDFDF;
        color: #555;
    }


        .table-3 td:last-child, .table-3 th:last-child {
            border-right: none;
        }

    .table-3 th, .list th, .table-3 tfoot tr td {
        background-color: #ECEEF0;
        font-weight: normal;
        padding: 7px 7px 8px;
        /*text-align: left;*/
        line-height: 1.3em;
        font-size: 15px;
        color: #0099CC;
    }

    .table-3 td, .list td {
        font-size: 14px;
        padding: 2px;
        padding-left: 10px;
        height: 35px;
        vertical-align: middle;
    }

    .table-3 thead td, .list thead td {
        font-weight: bold;
    }

    .table-3 tbody tr td form, .list tbody tr td form {
        text-align: center;
    }

    .table-3 tbody tr:hover, .list tbody tr:hover, .list tbody .selected {
        background-color: #E8E8E8 !important;
    }

    .table-3 tbody tr.odd, .list tbody tr.odd {
        background-color: #F1F4F8;
    }


    .table-3 tbody tr td input[type="submit"], .list tbody tr td input[type="submit"] {
        width: 110px;
        height: 30px;
        font-size: 17px;
    }

.message_frame {
    position: fixed;
    width: 90%;
    bottom: 20px;
    right: 10px;
    padding: 5px;
    text-align: center;
}

    .message_frame .message {
        margin: 5px;
        padding: 10px 5px;
        background: #F17373;
        box-shadow: 0 0 3px #F17373;
        color: white;
        border-radius: 5px;
    }

.loading-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .loading-bg .loading-center {
        margin: auto;
        display: block;
        width: 50px;
        height: 50px;
    }

.overlay-bg {
    background: url("images/ui-bg_flat_0_aaaaaa_40x100.png") repeat-x scroll 50% 50% #AAAAAA;
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
}

.popup-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    width: 100%;
    height: 100%;
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

    .popup-overlay img.popup-image {
        padding: 1px;
        background: white;
        border: 1px solid #0099cc;
        box-shadow: 0 0 3px #0099cc;
        display: block;
        max-width: 95%;
        max-height: 95%;
        margin: 150px auto;
    }

.wind {
    width: 400px;
    position: fixed;
    top: 120px;
    border: 1px solid #0099cc;
    box-shadow: 0 0 3px #0099cc;
    padding: 10px;
    background: #fff;
    z-index: 1005;
}

    .wind .ct,
    .popup-overlay .ct {
        position: relative;
        margin: auto;
    }

        .wind .ct > .close,
        .popup-overlay .ct > .close {
            width: 30px;
            height: 30px;
            position: absolute;
            background: url("../images/popup-close.png") 0px 1px transparent;
            right: 30px;
            top: -15px;
            cursor: pointer;
        }

            .wind .ct > .close:hover,
            .popup-overlay .ct > .close:hover {
                background-position: -31px 1px;
            }

        .wind .ct > .close {
            right: -25px;
            top: -25px;
        }

.tooltip-overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1002;
    display: none;
}

.childLoading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
}

    .childLoading img {
        margin: 30px auto;
        display: block;
    }

.marker-label {
    position: relative;
    white-space: nowrap;
    padding: 2px;
    color: #ED2228;
    font-weight: bold;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    top: -5px;
    left: -15px;
    z-index: 99999;
}

.marker-label-hide {
    display: none !important;
}
/*.maplabel {
    position: relative;
    white-space: nowrap;
    padding: 2px;
    color: #ED2228;
    font-weight: bold;
    background-color: transparent;
    border: 0;
    font-size: 15px;

    top: -20px;
    left: -20px;
    z-index: 99999;
}*/
.img-thumb {
    width: 120px;
    height: 120px;
    box-shadow: 0 0 3px #0099cc;
    display: block;
    padding: 1px;
}

.note {
    margin: 5px;
    padding: 5px;
    overflow: hidden;
    border-radius: 5px;
    opacity: 0.9;
    /*visibility: hidden;*/
    /* Fallback for web browsers that doesn't support RGBa */
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    color: #fff;
}

.note ul {
        list-style: none;
    }

        .note ul li {
            display: inline;
            overflow: hidden;
            float: left;
        }

            .note ul li img {
                float: left;
                margin: 0 5px;
                height: 20px;
            }

            .note ul li span {
                margin: 0;
                line-height: 19px;
            }

            .note ul li .colorPicker {
                display: inline-block;
                width: 15px;
                height: 20px;
                margin: 0 5px;
                border-radius: 5px;
                float: left;
            }

.noteleft {
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
    width: 260px;
    margin: 2px;
    /* For IE 5.5 - 7*/
    filter: none;
    /* For IE 8*/
    -ms-filter: none;
}

.frag-right .map-top-ctr {
    position: absolute;
    left: 70px;
    top: -5px;
    z-index: 10;
    cursor: pointer;
}

    .frag-right .map-top-ctr img.arro {
        position: absolute;
        left: 5px;
        top: 5px;
        display: none;
    }

.frag-right .colap {
    width: 20px;
    height: 20px;
}

    .frag-right .colap img.arro {
        display: block;
    }

    .frag-right .colap ul {
        display: none;
    }

span.arrow {
    width: 9px;
    height: 13px;
    cursor: pointer;
}
span[rel=big].arrow {
    width: 25px;
    height: 36px;
}
span.collapsed {
    background: url("../images/left-arrow.png") left top no-repeat transparent;
}
span[rel=big].collapsed {
    background: url("../images/left-arrow-big.png") left top no-repeat transparent;
}
span.expanded {
    background: url("../images/right-arrow.png") left top no-repeat transparent;
}
span[rel=big].expanded {
    background: url("../images/right-arrow-big.png") left top no-repeat transparent;
}

.template {
    display: none;
}


.active {
    /*background-color: #C7C7C7!important;
    border: 1px solid #DFDFDF;*/
}

.paging {
    overflow: hidden;
    padding: 2px;
    min-height: 18px;
}

    .paging span {
        font-size: 12px !important;
        color: #fff;
        background: #0099CC;
    }

    .paging a, .paging span {
        padding: 5px 8px;
        font-size: 12px;
    }
    .resultinfo{ overflow: hidden;width: 100%;}
        .resultinfo select.pagesize {
            display: inline;
            float: left;
            margin-top: 8px;
            font-size: 13px;
        }
    .resultinfo .paging,.resultinfo .message-frm {
        display: inline;
        margin-right: 50px;
        margin-top: 10px;
        float: left;
    }
.tabitem {
    background: #fff;
    overflow: hidden;
}

.fragment {
}

    .fragment .frag-left {
        display: inline;
        float: left;
        width: 270px;
    }

        .fragment .frag-left > form {
            padding-top: 5px;
            width: 270px;
        }

    .fragment .frag-right {
        position: relative;
        margin-left: 275px;
        margin-top: 15px;
    }
    .fragment .frag-right span.arrow{ top: 5px;}
    .fragment .frag-right span[rel=big].arrow{ top: 25px;}
        .fragment .frag-right span.collapsed {
            position: absolute;
            left: -15px;
            z-index: 100;
        }

        .fragment .frag-right span.expanded {
            position: absolute;
            left: 5px;
            z-index: 100;
        }
.mapcanvas {
    width: 100%;
    height: 100%;
}

.tabitem h3.title {
    color: #0099CC;
    font-size: 13px;
    font-weight: normal;
}

.scroll-x {
    overflow-x: auto;
}

.scroll-y {
    overflow-y: auto;
}
.treelist{}
    .treelist li span.arrow,
    .treelist li span.collap,
    .treelist li span.checkbox,
    .treelist li span.haschild,
    .treelist li span.checked
     {
        background-image: url('../images/tree_icons.png');
    width: 16px;
    height: 18px;
    display: inline-block;
        cursor: pointer;
    }
    .treelist li span.indent{width: 12px;float: left;
    height: 18px;
    display: inline-block;}
.treelist li span.arrow{ 
    background-position: -18px 0px;float: left;
}
.treelist li span.arrow:hover {
    background-position: -50px 0px;
}
.treelist li.collap span.arrow{ 
    background-position: 0 0;
}
.treelist li.collap span.arrow:hover{ 
    background-position: -32px 0;
}
.treelist li.collap ul{ display: none;}
.treelist li span.checkbox{ 
    background-position: -208px -18px;float: left;
}
.treelist li span.haschild{ 
    background-position: -240px -18px;
}
.treelist li span.checked{ 
    background-position: -224px -18px;
}
.treeselect .treeframe{ position: absolute;left: 0;top: 30px;width: 238px;padding: 1px;background: #fff;
z-index: 1;
border: 1px solid #ddd;
overflow: auto;
max-height: 200px;}
.treeselect .treelist{}
.treeselect .treelist li span.text{ cursor: pointer;}
.treeselect .treelist li.selected>span.text{ background: #0099cc;color: #fff;}

.lookup  span.clr,
.treeselect span.clr {
    display: inline-block;position: absolute;right: 20px;top: 9px;width: 20px;height: 20px;
    background: url("../images/x.png") left top no-repeat transparent;cursor: pointer;
}
.form .ctr-frm .fm-ctr .ctr-blk span.arr,
.treeselect span.arr {
    display: inline-block;position: absolute;right: 2px;top: 11px;width: 20px;height: 13px;
    background: url("../images/down.png") left top no-repeat transparent;cursor: pointer;
}
 h3.title {
    color: #0099CC;
    font-size: 17px;
    border-bottom: 1px solid #0099CC;
    font-weight: normal;
    padding: 2px 5px 5px 5px;
}

.form .message-frm {
    margin:10px 15px 5px 15px;
    min-height: 30px;
}

.form .ctr-frm {
}

.form ul.ctr-frm {
    display: inline-block;
}

.form .ctr-frm .fm-ctr {
    padding: 5px;
    display: inline;
    float: left;
 }

    .form .ctr-frm .fm-ctr .ctr-blk {
        display: inline;
        position: relative;
        float: left;
        width: 242px;
    }
    .form .ctr-frm .treeitem{ display: block;clear: both;}
    .form .ctr-frm .treeitem .treeview {
        height: auto;display: block;max-height: 300px;width: 405px;overflow: auto;border: 1px solid #ddd;
    }
    .form .ctr-frm .fm-ctr .fix-height{height: 33px;}
    .form .ctr-frm .treeselect{ height: 33px;}
.form .ctr-frm .ctr-blk img.ui-datepicker-trigger {
    position: absolute;
    right: 5px;
    bottom: 7px;
    cursor: pointer;
}


.form label, .label {
    float: left;
    width: 150px;
    text-align: left;
    margin: 5px 5px 0 0;
    font-weight: normal;
    color: #3378a5;
    font-size: 15px;
}
.form .ctr-frm .fm-ctr label {
    font-size: 13px;
    height: 38px;
    width: 152px;
}

    .form .ctr-frm .fm-ctr label.required {
        font-weight: bold;line-height: 13px;font-size: 12px;
    }

.form .ctr-frm .fm-ctr input[type=text],
.form .ctr-frm .fm-ctr select {
    color: #363636;
}

.form .ctr-frm .fm-ctr select {
    width: 242px;
}

.form .ctr-frm .fm-ctr input[type=text],
.form .ctr-frm .fm-ctr input[type=password] {
    width: 230px;
}

.form .ctr-frm .fm-ctr input[type=checkbox] {
    margin: 10px 225px 10px 0;
}

.form .ctr-frm .fm-ctr .ctr-blk label {
    display: inline;
    float: left;
}

.frag-left .form .ctr-frm .fm-ctr .ctr-blk input[type=checkbox] {
    margin:1px 3px;
}

.form .ctr-frm .fm-ctr input[isnumber] {
    text-align: right;
}

.form .ctr-frm .fm-ctr .ctr-blk > label {
    width: auto;
    margin: 0 4px;
}

.form .ctr-frm .fm-ctr input[type=radio] {
    display: inline;
    float: left;
}
/*.form .ctr-frm .fm-ctr input.hasDatepicker{width:209px;}*/
.form .ctr-frm .lookup {
    position: relative;
}

    .form .ctr-frm .lookup .lkcode {
        padding-right: 25px !important;
        width: 80px !important;
    }

    .form .ctr-frm .fm-ctr input.hasDatepicker,
    .form .ctr-frm .lookup .lkcode1 {
        padding-right: 25px !important;
        width: 210px !important;
    }

    .form .ctr-frm .lookup .lkname {
        width: 100px !important;
    }

    .form .ctr-frm .lookup button.lookuptriger {
        position: absolute;
        right: 127px;
        border: none;
        background: url("../Images/lookup.png") right top no-repeat transparent;
        bottom: 4px;
        padding: 0;
        width: 20px;
        height: 20px;
        cursor: pointer;
        opacity: 0.8;
    }
    .form .ctr-frm .lookup button.lookuptriger:hover,
    .form .ctr-frm .lookup button.lookuptriger:focus{ opacity: 1;}
    .form .ctr-frm .lookup img.lookuptriger {
        position: absolute;
        right: 140px;
        bottom: 2px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .form .ctr-frm .lookup button.trg1 {
        right: 2px;
    }

    .form .ctr-frm .lookup img.trg1 {
        right: 0px;
    }

.form .ctr-frm .fm-ctr .lookupblk {
    width: 242px;
    min-width: 240px;
    display: inline;
    float: left;
    position: relative;
}

    .form .ctr-frm .fm-ctr .lookupblk > input.lkcode {
        padding-right: 25px !important;
        display: inline;
        float: left;
        width: 85px !important;
    }

    .form .ctr-frm .fm-ctr .lookupblk > input.lkname {
        width: 112px !important;
        display: inline;
        float: right;
    }

    .form .ctr-frm .fm-ctr .lookupblk > img.lookuptriger {
        position: absolute;
        right: 130px;
        bottom: 2px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

.form .ctr-frm .fm-ctr textarea {
    padding: 5px;
    border: 1px solid #ddd;
    font-size: 13px;
}

.form .ctr-frm .fm-ctr .col2 {
    width: 230px;
}

.form .ctr-frm .fm-ctr .col3 {
    width: 600px;
}

.form .ctr-frm .fm-ctr select {
    height: 27px !important;
    font-size: 13px !important;
    margin: 3px 0;
    padding: 0;
    border: 1px solid #ccc;
}
.form .ctr-frm .fm-ctr select[multilselect=true]{ display: none;}
.form .ctr-frm .fm-ctr select:focus{ border-color: #B9D4E7;} 
    .form .ctr-frm .fm-ctr select.cbosmall {
        width: 118px;
    }

.form .ctr-frm .fm-ctr span.tooltip {
    position: absolute;
    left: 0;
    top: 30px;
    background: red;
    color: white;
    padding: 5px;
    display: none;
    z-index: 500;
}
.form .ctr-frm li.fix-table{ max-height: 200px;overflow: auto;}
.form ul.one-col {
    width: 410px;
    margin: auto;
    display: block;
}

    .form ul.one-col li {
        display: block;
        clear: both;
    }
    .form .ctr-frm li.childtable { width: 99%;display: block;}
    .form .ctr-frm .childtable .tblist tr.rowvalidate td { position: relative;}
    .form .ctr-frm .childtable .tblist input[type=checkbox] {
        margin: auto;
    }
    .form .ctr-frm li.childtable .tblist input[type=text]{ width: auto !important;}
.form .bt-frm {
    overflow: hidden;
    text-align: right;
    padding: 5px;
}

    .form .bt-frm button {
        margin-right: 20px;
    }

.form select.pagesize {
    float: left;
    width: auto !important;
}

    .form select.pagesize option {
        padding: 2px;
        font-size: 13px;
    }

.form legend {
    color: #0099CC;
    background: transparent;
    font-size: 15px;
    font-weight: normal;
}

.form .message {
    padding: 5px;
    border: 1px solid #ddd;
}

.form > .error-msg {
    color: red;
}

.form > .info-msg {
    color: #0099CC;
}

.form > .warning-msg {
    color: #FCBE04;
}

.frag-left .form .ctr-frm .fm-ctr {
    padding: 0 5px;
}

.frag-left .form label {
    height: auto !important;
    margin-top: 3px;
}

.fieldset {
    border: 1px solid #ddd !important;
    margin: 15px 2px 2px 2px;
    position: relative;
}

    .fieldset .legend {
        background: white;
        border: none !important;
        font-size: 15px !important;
        left: 20px;
        position: absolute;
        top: -26px;
        padding: 0 5px !important;
    }

.label {
    float: none;
    text-align: left !important;
}


.input {
    /*width: 200px;*/
    width: 160px;
    height: 25px;
    border: 1px solid #ccc;
    padding: 2px;
    color: #333;
}

.input {
    width: 168px;
    height: 30px;
    /*moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
    box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);*/
    border: 1px solid #ddd /*{c-body-border}*/;
    color: #333 /*{c-body-color}*/;
    text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #fff /*{c-body-shadow-color}*/;
    background: #fff /*{c-body-background-color}*/;
    border-radius: 0;
    padding-left: 2px !important;
}

    .input[readonly] {
        background: #f4f4f4;
    }

    .input[type="checkbox"] {
        width: auto !important;
        border: none;
    }


.form div select {
    /*width: 207px !important;*/
}

.button, .buttonSearch {
    /*-webkit-appearance: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    color: #FFF;
    border: 1px solid #1C74B3;
    border-top-color: #2C8ED1;
    border-bottom-color: #0D5B97;
    background: #2181CF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#37a3eb", endColorstr="#2181cf");
    background: -webkit-gradient(linear, left top, left bottom, from(#37A3EB), to(#2181CF));
    background: -moz-linear-gradient(top, #37A3EB, #2181CF);
    -moz-box-shadow: 0 1px 0 #ddd,inset 0 1px 0 rgba(255,255,255,0.2);
    -webkit-box-shadow: 0 1px 0 #DDD,inset 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 #DDD,inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
    -webkit-text-shadow: rgba(0,0,0,0.2) 0 1px 0;
    -moz-text-shadow: rgba(0,0,0,0.2) 0 1px 0;*/
    color: #fff;
    background: #0099CC;
    font-size: 14px !important;
    position: relative;
    font-weight: normal;
    float: none;
    margin-right: 3px;
    cursor: pointer;
    padding: 5px 10px;
    border: none;
}

    .button:active {
        opacity: 0.9;
    }

    .button:hover {
        /* border: 1px solid #1C74B3;
        border-top-color: #2C8ED1;
        border-bottom-color: #0D5B97;
        background: #2389DC;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3baaf4", endColorstr="#2389dc");
        background: -webkit-gradient(linear, left top, left bottom, from(#3BAAF4), to(#2389DC));
        background: -moz-linear-gradient(top, #3BAAF4, #2389DC);*/
        opacity: 0.8;
    }

.buttonSearch {
    background: transparent url('../images/lookup.png') center no-repeat !important;
    width: 25px;
    height: 25px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 5px !important;
    border: 1px solid #999 !important;
}

.searchResults {
    overflow: auto;
}
.frag-right>button.export{ position: absolute;top: 3px;right: 2px;}
.frag-right .childlist{ position: relative;}
.frag-right .childlist>button.export{ position: absolute;top: 50px;right: -5px;}
table.tblist {
    width: 100%;
    border-left: 1px solid #ddd;
    font-size: 13px;
    border-spacing: 0;
}

    table.tblist thead {
        background: #0099CC;
    }

    table.tblist tr[onclick] {
        cursor: pointer;
    }
    table.tblist tbody tr:nth-child(odd){ background: rgb(239,241,242);}
    table.tblist tbody tr:nth-child(even){ background: #e6e7e9;}
    table.tblist tbody tr:hover{ background: #DFE0E1;}/*#e6e7e9;#DFE0E1*/
    table.tblist tbody tr:hover td{ }
    table.tblist tr.selected {
        background: #D0D0D0 !important;
    }

    table.tblist th,
    table.tblist td {
        padding: 0 3px;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        font-size: 12px;
        height: 30px;
    }


table.order-detail td {
    font-size: 13px !important;
    height: 40px !important;
}
table.tblist th .hiden,
    table.tblist td .hiden{ display: none;}

table#VisitTracking td a {
    font-size: 14px;
}

table.tblist thead th {
    /*padding:5px;*/
    font-weight: normal;
    color: #fff;
}
    table.tblist thead th a {
        color: #fff;
        text-decoration: underline;
    }
    table.tblist thead th[hidden=true] {
        display: none;
    }

table.tblist tfoot tr.item-template {
    display: none;
}

table.tblist td.code {
    text-align: left;
    min-width: 100px;
}

table.tblist td.name {
    text-align: left;
    min-width: 120px;
}

table.tblist td.date {
    text-align: center;
    width: 150px;
}

table.tblist td.checkbox {
    text-align: center;
    width: 30px;
}

table.tblist td.status {
    text-align: center;
    width: 100px;
}

table.tblist td.address {
    text-align: left;
    min-width: 200px;
    display: flexbox;
}

table.tblist td.datetime {
    text-align: left;
    min-width: 112px;
}

table.tblist td.count {
    text-align: right;
    min-width: 50px;
}

table.tblist td.number {
    text-align: right;
    min-width: 55px;
}

table.tblist td.check {
    text-align: center;
    min-width: 50px;
}
table.tblist td input[type=checkbox]:disabled{ opacity: 0.7;}
table.tblist td[datatype=text] {
    text-align: left;
}

table.tblist td[datatype=number] {
    text-align: right;
}

table.tblist td[datatype=date],
table.tblist td[datatype=datetime],
table.tblist td[datatype=shortdatetime],
table.tblist td[datatype=longdatetime],
table.tblist td[datatype=shorttime] {
    text-align: center;
}

table.tblist th[datatype=date],
table.tblist td[datatype=date] {
    min-width: 50px;
}

table.tblist th[datatype=datetime],
table.tblist td[datatype=datetime] {
    min-width: 100px;
}

table.tblist th[datatype=shortdatetime],
table.tblist td[datatype=shortdatetime] {
    min-width: 90px;
}

table.tblist th[datatype=longdatetime],
table.tblist td[datatype=longdatetime] {
    min-width: 110px;
}

table.tblist td[datatype=shorttime] {
    min-width: 20px;
}

table.tblist td a {
    color: #0099cc;cursor: pointer;
}

table.tblist td b.warning {
    color: red;
}

table.over-width {
    width: auto;
    min-width: 100%;
}

div.fm-req {
    margin-top: 10px;
    font-weight: bold;
}

    div.fm-req div.medium {
        float: left;
    }




#UserWrapper {
    margin: 10px;
}

    #UserWrapper b {
        font-size: 16px;
    }

    #UserWrapper input.button {
        float: none;
        margin-left: 10px;
    }

#validateSummary {
    margin-top: -10px;
    color: red;
}

.wrapper-lookup {
    margin-left: 0px;
}

.wapper {
    width: 950px;
    margin: 0 auto;
}

.clear {
    clear: both;
}


.big-frag{}
.big-frag .frag-left{ width: 715px;}
.big-frag .frag-left .form{ width: auto;}
.big-frag .frag-left .form .ctr-blk{ width: auto;}
.big-frag .frag-left .form input[type=text],
.big-frag .frag-left .form input[type=password]{ width: 192px;}
.big-frag .frag-left .form select{width: 205px;}
.big-frag .frag-left .form label{width: 128px;text-align: center;}
.big-frag .frag-left[mode=mode3] .form label,
.big-frag .frag-left[mode=mode1] .form label{width: 150px;text-align: left;}
.big-frag .frag-left[mode=mode3] .form .ctr-blk,
.big-frag .frag-left[mode=mode1] .form .ctr-blk{ width: 99%;}
.big-frag .frag-left[mode=mode3] .form input[type=text],
.big-frag .frag-left[mode=mode3] .form input[type=password],
.big-frag .frag-left[mode=mode1] .form input[type=text],
.big-frag .frag-left[mode=mode1] .form input[type=password]{ width: 96%;}
.big-frag .frag-left[mode=mode3] .form select,
.big-frag .frag-left[mode=mode1] .form select{width: 100%;}
.big-frag .frag-right{ margin-left: 720px;}
.big-frag .frag-right span.collapsed{ left: -18px;}
.big-frag .frag-left .fieldset,
.big-frag .frag-right .fieldset{ padding-top: 30px;}
.big-frag .frag-right .fieldset{ min-height: 13px;}
.big-frag .frag-right .view-mod{ position: absolute;top: 8px;left: 5px;}
.big-frag .frag-right .view-mod img{ cursor: pointer;width: 25px;height: 25px;margin: 2px;opacity: 0.4;}
.big-frag .frag-right .view-mod img:hover,.big-frag .frag-right .view-mod img.active{ opacity: 1;} 

#map_canvas, #map_sales_person, .inside_rightpanel, .map {
    float: left !important;
    width: 100%;
    height: 100%;
    /*margin: 10px;
            padding: 5px;*/
}

.panel, #statis-box {
    border: 1px solid #DFDFDF;
    background-color: #FFF;
    /* -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}

ul.panel li {
    clear: both;
    border-bottom: 1px solid #DFDFDF;
    line-height: 2 !important;
    font-size: 13px;
}

    ul.panel li a {
    }

        ul.panel li a span:first-child {
            width: 100px;
            float: left;
            font-weight: bold;
            border-right: 1px solid #DFDFDF;
            padding-right: 10px;
        }

        ul.panel li a span.name {
            clear: both;
            padding-left: 10px;
        }

#searchInformation, .leftpanel {
    width: 269px;
    /*margin-top: 5px;*/
}

#clear {
    clear: both;
}

#wrapcontent {
    width: 950px;
    margin: 10px auto;
}

#paging a {
    font-size: 18px;
}

#paging a, #paging span {
    padding: 10px;
}

.buttonPlace {
    margin: 5px;
    text-align: center;
    margin-bottom: -15px;
}

#map, .rightpanel {
    /*float: right;
    width: 690px;
    min-width: 280px;
    min-height: 500px;*/
    /*padding: 5px 0 0 0;*/
}

#statis-box {
    /*z-index: 9999;*/
    position: absolute;
    opacity: 0.9;
    /*visibility: hidden;*/
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    color: white;
    font-size: 12px;
}

    /* #statis-box #infoPanel {
        height: 150px;
    }*/

    #statis-box div li {
        padding: 0 10px;
    }

    #statis-box .line {
        border-top: 1px solid #ccc;
        margin-top: 5px;
    }


#distanceMarket {
    font-weight: bold;
}

#btnVisiable {
    font-weight: bold;
    cursor: pointer;
    margin: -5px 10px;
}

    #btnVisiable b img {
        margin: -5px 20px;
    }

.input {
    padding: 0 !important;
}

.image-outlet {
    width: 400px;
    padding: 3px;
}

/*css popup*/
/*.morePopup {
        position: absolute;
        background: white;
        z-index: 10000;
        padding: 5px;
        visibility: visible;
    }

    #background {
        position: absolute;
        background: gray;
        left: 0px;
        top: 0px;
    }

    a.close {
        text-decoration: none;
        float: right;
    }*/
/*css popup end*/

#outletPic {
    /*width: 400px;
        margin: 0 auto;
        padding: 10px;*/
    margin: 0 auto;
    padding: 10px;
    position: relative;
    width: 600px;
}

.imageframe {
    margin: auto 10px;
    padding: 10px;
    position: relative;
}

    .imageframe .slider {
        float: left;
    }

    .imageframe .description {
        float: left;
        margin-left: 10px;
    }
/* Custom style tab control jquery UI */

.toggleButton {
    position: absolute;
    margin-left: -30px;
    /*margin-top: -30px;*/
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.ui-show, .ui-hide {
}

.ui-show {
    background: transparent url('../images/hide-right.png') center no-repeat !important;
}

.ui-hide {
    background: transparent url('../images/hide-left.png') center no-repeat !important;
}

#banner {
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
    background: #F5F5F5;
}

    #banner img.logo {
        float: left;
        margin: 5px;
        height: 35px;
    }

    #banner h2.slogan {
        float: left;
        font-size: 16px;
        margin: 6px 10px;
        color: #DA251C;
        line-height: 30px;
    }

    #banner h3.appname {
        font-size: 20px;
        margin: 6px 20px;
        color:  #043599;
    }



.bannerLeft {
    float: left;
    /* background: url('../images/logo-left.png') left no-repeat;
    width: 600px;
    height: 120px;*/
    background: url('../images/logo.png') left no-repeat;
    width: 160px;
    height: 50px;
}

/*.bannerRight {
    float: right;
    background: url('../images/logo-right.png') right no-repeat;
    width: 280px;
    height: 120px;
    margin-right: 25px;
}*/


.detailTable {
    font-size: 14px;
}

    .detailTable tr td span, .detailTable .row .cell span {
        margin-right: 5px;
        padding: 3px;
        font-weight: normal;
        margin-right: 10px;
        color: #2e6e9e;
    }

    .detailTable tr td label, .detailTable .row .cell label {
        color: #0099CC;
        /*height: 25px;*/
        width: 300px;
        font-weight: bold;
    }



.popupmap {
    margin: 5px;
    line-height:1.35; /* fix scroll bar in window info*/
    overflow:hidden;
    white-space:nowrap;
}

    .popupmap table tr td {
        font-size: 13px;
    }

        .popupmap table tr td b {
            color: #0099CC;
        }

        .popupmap table tr td a {
            text-decoration: underline;
            color: #292A58;
            font-weight: bold;
        }


    .popupmap ul {
        font-size: 13px;
    }

        .popupmap ul li {
            height: 20px;
            width: 250px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

            .popupmap ul li b {
                color: #0099CC;
            }

            .popupmap ul li a {
                text-decoration: underline;
                color: #292A58;
                font-weight: bold;
            }

            .popupmap ul li.title {
                font-size: 15px;
            }

                .popupmap ul li.title b span {
                    color: #3b5998 !important;
                    font-weight: bold;
                }

.grid tr td, .grid tr th {
    border-right: 1px solid #DFDFDF;
}

.infoPanel li b {
    color: #FFFB83;
    margin-right: 5px;
}

.infoPanelTitle {
    font-size: 14px;
    text-decoration: underline;
}

.clickable {
    cursor: pointer;
}

.right {
    text-align: right !important;
    padding-right: 10px !important;
}

.left {
    text-align: left !important;
    padding-left: 10px !important;
}

.center {
    text-align: center !important;
}

#accordion .ui-accordion-content {
    padding: 0px;
}

#accordion {
    margin-top: 30px;
}
#accordion h3 {
    padding-left: 30px;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#ListSalesPerson .table-3 {
    margin-top: 15px;
}


.maplabel {
    position: relative;
    white-space: nowrap;
    padding: 2px;
    color: #ED2228;
    font-weight: bold;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    top: -20px;
    left: -20px;
    z-index: 99999;
}

.label-title {
    font-weight: bold;
}

.dialog-title {
    position: relative;
    text-align: center !important;
    width: auto !important;
    font-size: 25px;
}

.labelLeft {
    float: left;
    font-weight: bold;
    margin-top: 5px;
    width: 131px;
    text-align: right !important;
    margin-right: 10px;
}

.item {
    /* margin: 15px auto;*/
}



/* SLIDE THREE */
.slideThree {
    width: 150px;
    height: 26px;
    background: #333;
    margin: 20px auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

    .slideThree:after {
        content: 'View Map';
        font: 12px/26px Arial, sans-serif;
        color: #000;
        position: absolute;
        right: 10px;
        z-index: 0;
        font-weight: bold;
        text-shadow: 1px 1px 0px rgba(255,255,255,.15);
    }

    .slideThree:before {
        content: 'View Table';
        font: 12px/26px Arial, sans-serif;
        color: #00bf00;
        position: absolute;
        left: 10px;
        z-index: 0;
        font-weight: bold;
    }

    .slideThree label {
        display: block;
        width: 80px;
        height: 20px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
        cursor: pointer;
        position: absolute;
        top: 3px;
        left: 3px;
        z-index: 1;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    }

    .slideThree input[type=checkbox]:checked + label {
        left: 67px;
    }

.loading {
    background: transparent url('../images/loading2.gif') no-repeat;
    width: 32px;
    height: 32px;
    position: relative;
    top: -27px;
    /*left: 200px;*/
    z-index: 9999;
    display: none;
    margin: 5px auto;
    margin-top: -37px;
}

.background-waiting {
    width: 100%;
    height: 100%;
    background-color: #8b8b8b;
    opacity: 0.5;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.small {
    width: 120px !important;
}

.medium {
    width: 220px !important;
}

select.medium {
    width: 233px !important;
}

.larger {
    width: 300px !important;
}

.largerX {
    width: 355px !important;
}

select.largerX {
    width: 368px!important;
}

.largerXX {
    width: 500px !important;
}

.fm-req .largerXX {
    float: left;
}



.fullsize {
    width: 100% !important;
}

.nodata {
    background-color: white !important;
    color: red !important;
}

#dialogGetSalesRegion #main {
    /*height: 510px;*/
    height: 95%;
    width: 250px;
    border: 1px solid #ccc;
    overflow: auto;
    float: left;
    margin-top: 20px;
}

#dialogGetSalesRegion .form {
    float: left;
    margin-top: 20px;
}

    #dialogGetSalesRegion .form button {
        width: 200px;
    }

.required {
}

    .required:after {
        content: "*";
        font-weight: bold;
        color: red;
    }

.input-validation-error {
    border: 1px solid #B03535 !important;
    /*box-shadow: 0 0 5px #D45252 !important;*/
}

.input-validation-valid {
    border: 1px solid #28921f !important;
    box-shadow: 0 0 5px #5cd053 !important;
}

.error {
    position: absolute;
    background: white;
    border: 1px solid gray;
    z-index: 10000;
    box-shadow: 3px 3px gray;
}

#tooltip {
    position: relative;
    border: none;
    background: red;
    padding: 5px 10px;
    color: #333;
    display: none;
    color: white;
}

.progressbar {
}

.up-down span {
    float: left;
    margin-top: 8px;
}

.liveboardUp, .liveboardDown {
    width: 10px;
    height: 30px;
    float: right;
}

.liveboardUp {
    background: transparent url('../images/liveboard_up.png') right no-repeat;
}

.liveboardDown {
    background: transparent url('../images/liveboard_down.png') right no-repeat;
}

.more-info {
    background: transparent url('../images/more-info.png') right no-repeat;
    width: 20px;
    height: 20px;
    float: right;
}

.link {
    color: #175F93 !important;
    text-decoration: none !important;
}

    .link:hover {
        text-decoration: underline !important;
    }

ul.frameform li {
    float: left;
    /*width: 400px;*/
    margin-right: 20px;
}



.shadown {
    /*  box-shadow: 0 0 3px #888;*/
}

input:disabled, select:disabled {
    background-color: #f4f4f4;
}

.even {
    background-color: white;
}

.table-3 tbody td #Sequence, .table-3 .Sequence {
    width: 30px;
    text-align: right;
}

.get-location {
    bottom: 150px;
    height: 48px;
    width: 48px;
    position: absolute;
    right: 50px;
    cursor: pointer;
    border: 1px solid #DFDFDF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 3px #888;
    border: none;
    background: url("../Images/location.png") center top no-repeat transparent;
}

    .get-location:hover {
        background: url("../Images/location.png") center top no-repeat transparent !important;
        color: transparent !important;
    }

/* SQUARED THREE */
.squaredThree {
    width: 20px;
    margin: 20px auto;
    position: relative;
}

    .squaredThree label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        border-radius: 4px;
        -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
        background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
        background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
        background: -o-linear-gradient(top, #222 0%, #45484d 100%);
        background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
        background: linear-gradient(top, #222 0%, #45484d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
    }

        .squaredThree label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: transparent;
            top: 4px;
            left: 4px;
            border: 3px solid #fcfff4;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .squaredThree label:hover::after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            filter: alpha(opacity=30);
            opacity: 0.3;
        }

    .squaredThree input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

/* SQUARED FOUR */
.squaredFour {
    /*width: 20px;	
	margin: 20px auto;*/
    position: relative;
    margin-left: 110px;
}

    .squaredFour label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 4px;
        left: 28px;
        /*border-radius: 4px;*/
        -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    }

    .squaredFour input {
        position: absolute;
        top: 4px;
        left: 28px;
    }

    .squaredFour label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        content: '';
        position: absolute;
        width: 9px;
        height: 5px;
        background: transparent;
        top: 4px;
        left: 4px;
        border: 3px solid #333;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .squaredFour label:hover::after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        opacity: 0.5;
    }

    .squaredFour input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }



.visited, .registed, .line {
    font-weight: bold;
}

.line {
    color: #1570a6;
}

.registed {
    color: #0099CC;
}

.visited {
    /*color: #FF0000;*/
    color: #B11514;
}

.multichoice input {
    /* float: left;*/
    margin-left: -5px;
    margin-top: 9px;
}

ul.inline {
    /*margin-top: 5px;*/
    margin-left: 15px;
    position: relative;
}

    ul.inline li {
        display: inline;
        float: left;
        margin-right: 10px;
    }
/*
.list-item li {
    height: 30px;
}
    .list-item ul li {
    float: none;
    display: list-item;
}
*/

.list-item ul li img {
    height: 25px;
}

.free-item {
    content: 'free';
    background: url("../images/free_logo.png") right top no-repeat transparent;
    padding-right: 40px !important;
}

#outlet-more-detail.detailTable tr td, #tableInfo.detailTable tr td {
    border-right: none !important;
}

.up, .down {
    width: 60px;
    height: 30px;
}

.up {
    background: transparent url('../Images/nav_up.png') center no-repeat;
}

.down {
    background: transparent url('../Images/nav_down.png') center no-repeat;
}

.ui-state-hover {
    color: #000 !important;
}



.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

* html .ui-autocomplete {
    height: 400px;
}

.slider-wrapper {
    margin: 10px auto;
    padding: 1px;
    background: white;
    border: 1px solid #0099cc;
    box-shadow: 0 0 3px #0099cc;
    display: block;
}

.ui-popup-overlay, .ui-popup {
}

.ui-popup-overlay {
    background: black;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 9997;
    width: 100%;
    height: 100%;
}

.ui-popup {
    /*background: rgba(0, 0, 0, 0.5);*/
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 9998;
    /*width: 100%;
    height: 100%;*/
}

.close-popup, .close-popup:hover {
    background: transparent url('../Images/popup-close.png') no-repeat;
    background-position: -31px 0px;
    position: absolute;
    z-index: 9998;
    height: 30px;
    width: 30px;
    top: -20px;
    right: -20px;
    cursor: pointer;
}

    .close-popup:hover {
        background-position: 0px 0px;
    }

#SalesPerson_VisitTracking .form .message-frm, form.login .message-frm {
    min-height: 0 !important;
}

.description {
    text-align: justify;
}

    .description ul li {
        margin-bottom: 10px;
    }

        .description ul li img {
            margin-top: 7px;
        }

        .description ul li span b {
            color: #FFFB83;
        }

#SalesRegionTreeView .filetree ul li span {
    cursor: pointer;
}

.noteleft ul li span b {
    color: #DA251C;
}



.tblist .sortable {
    cursor: pointer;
}
.tblist th[ordinal]{ cursor: pointer;}
.tblist th[ordinal=ASC],
.tblist .asc {
    background: url('../Images/asc.png') right center no-repeat transparent;
    padding-right: 15px !important;
}
.tblist th[ordinal=DESC],
.tblist .desc {
    background: url('../Images/desc.png')right center no-repeat transparent;
    padding-right: 15px !important;
}

.treeview-warpper {
    /*height: 300px;*/
    max-height: 400px;
    overflow: auto;
    background: white;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 1px 0 #ddd,inset 0 1px 0 rgba(255,255,255,0.2);
    -webkit-box-shadow: 0 1px 0 #DDD,inset 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 #DDD,inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 500;
    width: 99%;
}
.fixed {
    display: inline-block;
    
}
ul.bjqs li.bjqs-slide {
    overflow-y: auto;
}
.sumary-money{
    color: #0099cc;
    font-size: larger;
}
.msg-frame {
    border-radius: 5px;
    box-shadow: 3px 3px 5px #888888;
    position: fixed;
    color: #fff;
    font-size: 15px;
    background-color: transparent;
    overflow: hidden;
    z-index: 999999;
}
.aui-message {
    position: relative;
    width: 100%;
    background-color: #0099cc;
    overflow: auto;
    z-index: -1;
}
.aui-message.error{
    background-color: #d04437;
}
.aui-message .aui-icon{
    background: url("../Images/ok-icon2.png") 0px 0px transparent ;
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}
.aui-message.error .aui-icon {
    background: url("../Images/error-icon.png") 0px 0px transparent ;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.aui-message .title {
    font-weight: bold;
    padding-top: 6px;
    margin: 0px 40px 0px 24px;
}
.aui-message .message {
    margin: 0px 40px 10px 24px;
    padding-left: 5px;
}
.close-icon {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/popup-close.png") 0px 1px transparent;
    top: 0px;
    right: 5px;
    cursor: pointer;
}
.close-icon:hover {
    background-position: 30px;
}
#ajax-loader {
    background: url("../Images/ajax-loader1.gif") 0px 0px transparent;
    width: 128px;
    height: 128px;
    position: absolute;
    top: 20%;
    left: 45%;
    display: none;
    opacity: 1;
}
.listmarker {
    width: 220px;
    height: 200px;
    display: none;
}
.listmarker .banner {
    background-color: #0099cc;
    border-radius: 10px 10px 0px 0px;
    background-position: 10px 35px;
    padding: 10px;
    font-size: 12px;
    color: #dfdfdf;
}
.listmarker .banner b {
   
}
.listmarker .banner .clicked {
   
}
.listmarker .list {
    background-color: #f5f5f5;
    height: 170px;
    overflow: auto;
    
}
.listmarker li {
    border-bottom: 1px solid #175f93;
    cursor: pointer;
    height: 25px;
    overflow: hidden;
    padding: 10px;
}
.listmarker ul li:hover {
     background-color: #d0d0d0;
 }
.listmarker li:nth-child(odd) {
     background-color: #eceef0;
 }
.form .ctr-frm .fm-ctr.display-none {
    display: none;
}
.result-info {
    margin: 10px 15px 5px 15px;
    min-height: 30px;
}
.error-message {
    color: red !important;
}
.ok-message {
    color: #0099cc;
}

/*
    Css for module slide.
    */
.slide-container {
    margin:auto;
    border-radius:10px;
    box-shadow: 10px 10px 5px #888888;
    position:relative;
    width:850px;
    height: 500px;
    background:white;
}
.slide-container a {
    cursor: pointer;
}
.slide-wrapper {
    overflow:hidden;
    margin:auto;
    width:100%;
}
.slide-wrapper > ul{
    width:5000px;
    height:100%;
    max-height: 500px;
    margin:auto;
    list-style:none;
    padding:0px;
    overflow:hidden;
    position: relative;
}
.slide-close {
    position:absolute;
    top: -15px;
    right:-15px;
    width:30px;
    height:30px;
    background-image:url("../Images/popup-close.png");
    background-repeat:no-repeat;
    background-position: 0px, 0px;
    border:none;
}
.slide-prev {
    position:absolute;
    left:3px;
    top:40%;
    width:28px;
    height:48px;
    background-image:url("../Images/arrows2.png");
    background-position:top left;
    background-color: #555555;
    background-repeat: no-repeat;
    border:none;
    display: none;
}
.slide-next {
    position:absolute;
    right:3px;
    top:40%;
    background-image:url("../Images/arrows2.png");
    background-position:top right;
    background-color: #555555;
    background-repeat: no-repeat;
    width:28px;
    height:48px;
    border:none;
    display: none;
}
.slide-close:hover {
}
.slide-prev:hover {
    background-color: #555555;
}
.slide-next:hover {
    background-color: #555555;
}
.slide-wrapper > ul  li{
    display:inline-block;
    width:850px;
    height: 100%;
    margin:auto;
    vertical-align: middle;
    text-align: center;
}
.slide-wrapper > ul  li img {
    max-width: 100%;
    max-height: 100%;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
/* height: auto; */
    image-rendering: optimizeQuality;
    width: 100%;
}
.slide-title {
    position: absolute;
    display: inline-block;
    bottom: 2em;
    left: 1em;
    margin-right: 1em;
    background: #00bfff;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    color: #ffffff;
    z-index: 50;
    font-family: 'Exo 2',Arial,Helvetica,sans-serif;
    line-height: 2.2em;
    font-weight: normal;
    text-shadow: none;
    box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.7);
    -moz-box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.7);
    -webkit-box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.7);
    font-size: 1.2em;
    border-radius: 10px;
}
.image-description.OverPhoto {
    background-color: red;
    border-radius: 5px;
}