﻿@font-face {
    font-family: 'IRANSans';
    src: url('/fonts/IRANSansWeb.woff2') format('woff2');
    font-weight: 300 500;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSans';
    src: url('/fonts/IRANSansWeb_Bold.woff2') format('woff2');
    font-weight: 700 900;
    font-style: normal;
}

* {
    font-family: 'IRANSans', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 30px;
    font-size: 13px;
    box-sizing: border-box;
    text-align: center;
    outline-style: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
}

body {
}

form {
}

.Header {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    height: 35px;
    z-index: 800;
    border-bottom: 1px solid #eef2f3;
    width: 100%;
}

#LlogoImg {
    position: absolute;
    right: 5px;
    top: 3px;
    height: 27px;
    z-index: 1010;
}

@media only screen and (max-width: 480px) {
    #LlogoImg {
        width: 100px;
    }
}

.main {
    padding: 3px 15px;
    margin-top: 35px;
    overflow: auto;
    min-height: 100vh;
}

.MasterMenuDiv {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 700;
}

.MasterMenuHandel, .MasterMenuHandel2 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 100px;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 2px 0 5px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.43);
    background-image: url("/w12/fpp/12/doubleleftarrow.png");
    background-repeat: no-repeat;
    background-position: center;
    transition: right 0.4s;
}

.MasterMenuHandel2 {
    right: 151px;
    background-image: url("/w12/fpp/12/doublerightarrow.png");
}

.MasterMenuContainer {
    width: 0;
    background: #fff;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    padding-top: 60px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    transition: width 0.4s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.43);
}

.MasterMenuLink {
    display: block;
    text-align: right;
    margin: 5px 0;
    color: #737373;
    border-bottom: 1px solid transparent;
    padding: 10px 5px;
    white-space: nowrap;
    font-size: 12px;
}

    .MasterMenuLink:hover {
        color: #0774bb;
        background-color: rgba(1,1,1,0.1);
        border-bottom: 1px solid #0774bb;
    }

    .MasterMenuLink img {
        vertical-align: middle;
        margin-left: 5px;
    }


/*GeneralCSS****************************************************************/
.FormDivTop {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
}

.FormDiv {
    text-align: right;
    padding: 10px 0;
    margin: 25px;
    min-width: 220px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}

    .FormDiv p {
        color: #0774bb;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        margin: 10px 5px;
    }

        .FormDiv p img {
            width: 33px;
            vertical-align: middle;
            margin-left: 7px;
            display: inline-block;
        }

    .FormDiv a {
        display: block;
        text-align: right;
        color: #747474;
        font-size: 12px;
        line-height: 20px;
        padding: 5px;
        border-bottom: 1px solid #fff;
    }

        .FormDiv a:hover {
            color: #0774bb;
            background-color: rgba(1,1,1,0.05);
            border-bottom: 1px solid #0774bb;
            transition: steps(1, start);
        }

        .FormDiv a::before {
            content: " \25CF";
            line-height: 18px;
            padding: 10px 5px;
            font-size: 8px;
            color: #0774bb;
            vertical-align: bottom;
        }

        .FormDiv a span svg {
            display: inline-block;
            margin: auto 5px;
            vertical-align: middle;
            width: 12px;
        }

.Box1 {
    border-radius: 4px;
    padding: 20px;
    margin: 5px 0;
    background-color: rgba(7,116,187,0.07);
}

.ma5 {
    margin: 5px;
}

.ma10 {
    margin: 10px;
}

.ma15 {
    margin: 15px;
}

.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}

.pad20 {
    padding: 20px !important;
}

.RHV:hover {
    color: red;
}

.h1 {
    display: block;
    padding: 3.5vw;
    font-size: 22px;
    color: #0774bb;
    line-height: 25px;
}

.h2 {
    color: #0774bb;
    display: block;
    margin: 15px;
    font-size: 22px;
    line-height: 25px;
}

.h3 {
    color: #0774bb;
    display: block;
    margin: 15px;
    font-size: 20px;
    line-height: 20px;
}

.Desc {
    display: block;
    background-color: #CCFF99;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.paragraph {
    text-align: justify;
    margin: 15px auto;
}

.coWhite {
    color: white !important;
}

.co9 {
    color: #999;
}

.co7 {
    color: #777;
}

.co6 {
    color: #666;
}

.co5 {
    color: #555;
}

.co3 {
    color: #333;
}

.coCob {
    color: #0744bb;
}

.Red {
    color: rgb(230,15,15);
}

.Today {
    text-decoration: underline;
}

.fs10 {
    font-size: 10px;
    line-height: 16px;
}

.fs12 {
    font-size: 12px;
}

.fs12v {
    font-size: 1.1vw;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}


.ul {
    list-style-type: disc;
    list-style-position: inside;
}

    .ul li {
        margin: 5px;
        text-indent: 5px;
        text-align: right;
    }

.alr {
    text-align: right;
}

.alJ {
    text-align: justify;
}

.arl, .all {
    text-align: left;
}

.automargin {
    margin: auto;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.db {
    display: block !important;
}

.dIb {
    display: inline-block;
}

.vaT {
    vertical-align: top;
}

.vaM {
    vertical-align: middle;
}

.flR {
    float: right;
}

.flL {
    float: left;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Label {
    color: #666;
    text-align: left;
    line-height: 40px;
}

.SortAsc, .SortDesc {
    color: #fff;
    font-size: 12px;
}

    .SortAsc:hover, .SortDesc:hover {
        color: #cdeafeff;
    }

    .SortAsc:after {
        content: ' \25B2';
    }

    .SortDesc:after {
        content: ' \25BC';
    }

.Button, .ButtonCancel, .ButtonIcon, .ButtonRight, .ButtonRound {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    background-color: #0774bb;
    border: none;
    height: 37px;
    min-width: 67px;
    vertical-align: middle;
    margin: 4px;
    padding: 0 5px;
    touch-action: manipulation;
    display: inline-block;
    cursor: pointer;
    line-height: 37px;
    transition: 0.1s;
    border-radius: 4px;
}

.ButtonRound {
    border-radius: 50%;
    min-width: unset;
    width: 37px;
}

.ButtonRight {
    float: right;
    clear: both;
}

    .Button:hover, .ButtonRight:hover, .ButtonRound:hover, .Button:focus, .ButtonRight:focus, .ButtonRound:focus {
        background-color: #0774bbee;
        box-shadow: 1px 0 5px #aaa, 0 1px 5px #aaa;
    }

.ButtonCancel {
    background-color: rgba(252, 0, 0, 0.70);
}


    .ButtonCancel:hover {
        background-color: red;
        transition: 0.3s;
    }

.ButtonIcon {
    min-width: 0;
    width: 40px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    padding: 0;
}

.helpBtn {
    color: yellow;
    background-color: #0774bb;
    height: 40px;
    width: 40px;
    vertical-align: middle;
    margin: -5px;
    padding: 5px;
    border-radius: 7px;
    touch-action: manipulation;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    line-height: 30px;
}

.LovButton {
    position: absolute;
    left: -30px;
    top: 5px;
    font-weight: bold;
    color: #fff;
    background-color: #0774bb;
    height: 30px;
    vertical-align: middle;
    margin: 1px;
    padding: 5px;
    border-radius: 4px;
    touch-action: manipulation;
    display: inline-block;
    cursor: pointer;
    line-height: 10px;
}

.LovDiv {
    position: relative;
    display: inline-block;
    margin: 10px;
    margin-left: 35px;
    min-width: 200px;
    vertical-align: middle;
    background-color: rgba(7, 116, 187, 0.3);
    border-radius: 4px;
    text-align: right;
    padding: 2px 5px;
    color: #666;
    line-height: 40px;
    min-height: 40px;
}

/************ToggleSwitch*******************************/
.switchContainer {
    display: inline-block;
    text-align: right;
    border: 1px inset #eee;
    padding: 3px 5px;
    border-radius: 4px;
}

    .switchContainer a {
        font-size: 12px;
        color: #333;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 24px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ddd;
    -webkit-transition: .4s;
    transition: .3s;
    border-radius: 4px;
}

    .slider:before {
        position: absolute;
        content: "";
        top: 2px;
        height: 15px;
        width: 15px;
        left: 4px;
        bottom: 4px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .3s;
        border-radius: 35%;
    }

    .slider:hover:before {
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/************ToggleSwitch*******************************/

.SearchBox {
    padding: 3px;
    background: #fff;
    text-align: right;
    border-radius: 4px;
}

.SearchTextBox {
    align-items: flex-start;
    border: none;
    padding: 5px;
    width: calc(100% - 54px);
    background: #fff;
    text-align: right;
    font-size: 14px;
}

.SearchBoxBtn {
    border-radius: 4px;
    width: 47px;
    vertical-align: middle;
}

.label1 {
    display: inline-block;
    margin: 5px;
    min-width: 120px;
    text-align: right;
    padding: 1px 5px;
    font-size: 14px;
    line-height: 25px;
    background-color: rgba(7, 116, 187, 0.1);
    border-radius: 4px;
}

.CheckBox {
    border: 1px solid #0774bb;
    box-shadow: inset 0 0 1px #0774bb;
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
}


.CheckBoxList {
    margin: 5px;
    padding: 5px;
    border-radius: 4px;
    background: #fff;
    text-align: right;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
}

    .CheckBoxList input:checked + label {
        color: red;
    }

    .CheckBoxList label {
        text-align: right;
        margin-right: 5px;
        margin-left: 25px;
        line-height: 20px;
        font-size: 10px;
        white-space: nowrap;
    }

        .CheckBoxList label:checked {
            color: red;
        }

    .CheckBoxList td {
        text-align: right !important;
        font-size: 12px;
        line-height: 20px;
        width: auto !important;
    }

.OptiobList {
    margin: 5px;
    padding: 5px;
    border-radius: 4px;
    background: #fff;
}

    .OptiobList td {
        text-align: right;
        line-height: 15px;
        padding-left: 20px;
    }

    .OptiobList label {
        margin: 5px;
        line-height: 20px;
        font-size: 11px;
    }

    .OptiobList input:checked + label {
        color: red;
    }

.CkeckBoxLabel {
    display: inline-block;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: rgba(1,1,1,0.02);
    padding: 3px 7px;
    text-align: right;
    font-size: 11px;
}

    .CkeckBoxLabel input {
        margin-left: 2px;
    }

.TextBox, .TextBoxDesc {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 3px;
    margin: 3px;
    width: 220px;
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    height: 30px;
}

    .TextBox:focus {
        border: 1px solid #0774bb;
    }

.TextBoxDesc {
    height: 200px;
    width: 100%;
    scrollbar-width: thin;
}

.signInForm {
    height: 100vh;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    direction: rtl;
    background: #fff;
}

.signInDiv {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    margin: 20px;
    padding: 50px 70px;
}

    .signInDiv svg {
    }

    .signInDiv p {
        line-height: 5px;
        margin-bottom: 50px;
        font-size: 12px;
    }

.LoginBox {
}

.LoginTextBox {
    border: none;
    background: #fff !important;
    width: 180px;
    text-align: left;
    font-size: 11px;
    padding: 5px 7px;
    margin: 7px 0;
    height: 30px;
    border-bottom: 1px solid #ccc;
    direction: ltr;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: #000 !important;
}

.LoginLabel {
    direction: rtl;
    display: block;
    border: 1px solid #ccc;
    border: none;
    margin: 7px 0;
    height: 30px;
    line-height: 35px;
    background: #fff;
    padding: 0 5px;
    border-bottom: 1px solid #ccc;
}

    .LoginLabel label {
        color: #888;
        font-size: 11px;
        white-space: nowrap;
    }

.DropDown {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 3px;
    margin: 5px;
    width: 220px;
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle !important;
}

    .DropDown option {
        font-family: myFirstFont,'B Nazanin';
        color: #666;
        line-height: 10px;
        font-size: 12px;
        padding: 0;
        padding-top: 5px;
        text-align: right;
    }

    .DropDown:focus {
        border: 1px solid #0774bb;
    }

.GImg {
    max-width: 100%;
}

.CImg {
    position: relative;
    margin: auto;
    width: 160px;
    height: 160px;
    border: 1px solid #0774bb;
    border-radius: 50%;
    padding: 25px 0;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

    .CImg img {
        margin: auto;
        transition: 0.7s;
        width: 100px;
    }

    .CImg:hover img {
        width: 110px;
    }

table {
    border-collapse: collapse;
}
/****************************************NewTable********************************/

/*.ListViewTable {
    width: 100%;
    border: 1px solid #eaeaea;
    margin: 20px auto;
}

    .ListViewTable th {
        line-height: 40px;
        padding: 5px 7px;
        font-size: 12px;
        background-color: #0774bb;
        color: white;
    }

    .ListViewTable tr {
        transition: .4s ease;
        background-color: rgba(7,116,187,0.02);
        border-bottom: 1px solid #eaeaea;
    }

        .ListViewTable tr:nth-child(even) {
            background-color: rgba(7,116,187,0.07);
        }

        .ListViewTable tr:hover {
            background-color: rgba(9,9,9,0.2);
        }

    .ListViewTable td {
        font-size: 11px;
        color: #333;
        padding: 5px 7px;
        line-height: 35px;
    }

        .ListViewTable td a {
            display: inline-block;
            color: #0774bb;
            font-size: 11px;
            line-height: 20px;
            padding: 3px;
            cursor: pointer;
        }

            .ListViewTable td a:hover {
                color: #04588e;
                border-bottom: 1px solid #0774bb;
            }

.ListViewTableSpan1 {
    color: #999;
    font-size: 10px;
    margin: auto 3px;
}
*/
/****************************************NewTable********************************/

.ListViewTable tr {
    transition: .4s ease;
}

    .ListViewTable tr:nth-child(even) {
        background-color: rgba(7,116,187,0.06);
    }

.ListTable tr:hover {
    background-color: rgba(1,1,1,0.3);
}

.ListViewTable th, .th {
    font-size: 11px;
    background-color: #0774bb;
    padding: 5px 5px;
    line-height: 20px;
    color: white;
    font-weight: 800;
    border: 1px solid #fff;
}

.ListViewTable td, .td, .tdParent, .tdChild1, .tdChild2, .tdChild3 {
    font-size: 11px;
    color: #333;
    background-color: rgba(7,116,187,0.05);
    border: 1px solid #fff;
    padding: 5px 7px;
    line-height: 35px;
}

    .ListViewTable td a, .td a, .tdChild1 a, .tdChild2 a, .tdChild3 a {
        display: inline-block;
        font-size: 11px;
        color: #0774bb;
        line-height: 16px;
        padding: 3px;
        cursor: pointer;
        transition: color 0.3s ease;
    }

        .ListViewTable td a:hover, .td a:hover, .tdChild1 a:hover, .tdChild2 a:hover, .tdChild3 a:hover {
            color: #04588e;
            border-bottom: 1px solid #0774bb;
        }

.ListViewTableSpan1 {
    color: #999;
    font-size: 10px;
    margin: auto 3px;
}

.td3 {
    border-radius: 1px;
    padding: 1px 10px;
    line-height: 35px;
    font-size: 13px;
    line-height: 20px;
    border: 1px solid #eee;
}

.trparent td, .tdParent {
    font-size: 14px !important;
    border-radius: 1px !important;
    background-color: rgba(7,116,187,0.3) !important;
}

.tdChild1 {
    background-color: rgba(0,0,255,0.2);
}

.tdChild2 {
    background-color: rgba(0, 255, 0, 0.2);
}

.tdChild3 {
    background-color: rgba(255, 0, 0, 0.2);
}

.listviewtd3, .listviewtd4, .listviewtd5, .listviewtd6 {
    padding: 1px;
    margin: 1px;
    border-color: #F0F0F0;
    border-width: 0.1px;
    border-radius: 1px;
    border-right-style: solid;
    font-size: 14px;
}

.listviewtd3 {
    background-color: #CCCCFF;
}

.listviewtd4 {
    background-color: #CCFF99;
}

.listviewtd5 {
    background-color: #FEC5C5;
}

.listviewtd6 {
    background-color: #E4C9C9;
}
/*GeneralCSS****************************************************************/
/********************************ShowMessage********************************/
#Alert, #AlertMaster {
    display: none;
    position: fixed;
    min-width: 200px;
    width: auto;
    padding: 10px 20px;
    padding-left: 30px;
    color: white;
    z-index: 5000;
    text-align: right;
    border-radius: 4px;
    margin: 10px auto;
    cursor: pointer;
    animation-name: showAlert;
    animation-duration: 0.5s;
    bottom: 20px;
    left: 20px;
}

@keyframes showAlert {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.Alert {
    background-color: #f44336;
}

.Success {
    background-color: #4CAF50;
}

.Info {
    background-color: #2196F3;
}

.Warning {
    background-color: #ff9800;
}

#Alert p {
    font-size: 12px;
    color: White;
    display: block;
    margin: 5px;
    text-align: center;
}

#Alert span, #Alert a {
    color: White;
    font-size: 12px;
    line-height: 30px;
    text-align: right;
    display: block;
}

#AlertClose {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 15px;
    width: 15px;
    color: #666;
    background-color: #efefef;
    border-radius: 50%;
    font-size: 12px !important;
    cursor: pointer;
    transition: 0.3s;
    line-height: 15px !important;
    text-align: center !important;
}

    #AlertClose:hover {
        color: #fff;
        background-color: #aaa;
    }

/********************************ShowMessage********************************/
/********************************Route********************************/
.RouteBox {
    position: absolute;
    right: 100px;
    text-align: right;
    overflow: auto;
}


.RouteBoxDesc, .RouteText {
    font-size: 11px;
    color: #666;
    margin: 0 10px;
    display: inline-block;
    transition: 0.3s;
    line-height: 35px;
}

    .RouteText:hover {
        color: #0774bb;
        font-size: 11.5px;
    }

.RouteSpliter {
    font-size: 10px;
    color: #666;
}

.RouteBox a {
    display: inline-block;
}

    .RouteBox a img {
        width: 18px;
        vertical-align: middle;
    }

        .RouteBox a img:hover {
            width: 22px;
            transition: 0.7s;
        }
/********************************Route********************************/
/********************************CllopsExpand********************************/
.collapsDiv {
    cursor: pointer;
    outline: none;
    display: block;
}

    .expandDiv, .collapsDiv:hover {
        color: blue;
    }

        .expandDiv:after {
            content: '\002B';
            float: right;
            margin: 0 5px;
            display: block;
            border-radius: 4px;
            background-color: silver;
            color: white;
            border: 1px solid silver;
            text-align: center;
            line-height: 23px;
            width: 20px;
            height: 20px;
        }

    .collapsDiv:after {
        content: "\2212";
    }

.collapsDivContent {
    padding: 5px;
    margin-top: 3px;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    display: block;
    background: #fff;
}
/********************************CllopsExpand********************************/
/********************************Animation********************************/
.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}
/********************************Animation********************************/
/********************************Default********************************/

.DefDiv0 {
    margin: 20px auto;
    width: 100%;
    max-width: 1300px;
    text-align: right;
}

.DefDiv1 {
    position: relative;
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    height: 70px;
    width: 200px;
    padding: 3px;
    text-align: right;
}

    .DefDiv1 img {
        position: absolute;
        top: 10px;
        right: 1px;
        width: 50px;
        margin: 0px;
    }

    .DefDiv1 span {
        position: absolute;
        top: 25px;
        right: 55px;
        display: block;
        font-size: 14px;
        color: #666;
        cursor: pointer;
        margin: 0px;
        margin-left: 2px;
        line-height: 25px;
        word-spacing: 0.01px;
        transition: 0.2S;
    }

    .DefDiv1:hover {
        color: #0774bb !important;
        background-color: rgba(1,1,1,0.1);
        border-bottom: 1px solid #0774bb;
    }



.dashbordcounter {
    border-radius: 50%;
    position: absolute;
    right: 110px;
    top: 15px;
    width: 25px;
    height: 25px;
    color: white;
    background-color: red;
    border: 1px solid red;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
}


/********************************Default********************************/
/********************************Paging********************************/
.PagingBtn, .PagingBtnSelected {
    white-space: nowrap;
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 10pt;
    text-align: center;
    line-height: 35px;
    margin-left: 5px;
    color: #666;
    border-radius: 50%;
}

    .PagingBtn:hover {
        background-color: rgba(7,116,187,0.5);
        color: white;
    }

.PagingBtnSelected {
    background-color: rgba(7,116,187,0.5);
    color: #fff;
}

.PagingTotalRecord {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    margin-right: 10px;
    background-color: rgba(7,116,187,0.5);
    padding: 3px 15px;
    border-radius: 4px;
}
/********************************Paging********************************/
/********************ModalPopup*****************************/
.Popup {
    position: fixed;
    top: 0;
    right: 0;
    padding: 50px 5px;
    background-color: rgba(1,1,1,0.1);
    width: 100%;
    height: 100vh;
    z-index: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PopupContainer {
    position: relative;
    background-color: #fff;
    width: 90%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 4px;
    padding: 20px;
    padding-top: 40px;
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    max-height: 80%;
    min-height: 50%;
}

.BtnClosePopup {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 50%;
    background-color: #ccc;
    color: #fff;
    transition: background-color 0.3s ease;
    border: unset;
    cursor: pointer;
}

    .BtnClosePopup:hover {
        background-color: #777;
    }

.Popup .ListTable th {
    top: -20px;
}

/********************ModalPopup*****************************/
/********************steptags*****************************/
.steptags, .stepactive {
    display: inline-block;
    color: #666;
    position: relative;
    padding: 0 5px;
    margin: 0;
    height: 50px;
    width: 100px;
}

    .steptags a, .stepactive a {
        position: absolute;
        color: #fff;
        background-color: #666;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        top: 5px;
        line-height: 20px;
        font-size: 12px;
    }

    .steptags p, .stepactive p {
        position: absolute;
        top: 25px;
        width: 100px;
        font-size: 12px;
    }

.steparrow {
    font-size: 30px;
    font-weight: bold;
    color: #666;
}

.stepactive a {
    background-color: rgba(0,0,255,1);
}

.stepactive p {
    color: rgba(0,0,255,1);
}
/********************steptags*****************************/
/********************ajax*****************************/
.ajaxdiv {
    position: relative;
    display: inline-block;
    min-height: 40px;
    height: auto;
    margin-left: 5px;
    line-height: 20px;
    vertical-align: middle;
    min-width: 220px;
    text-align: right;
}

.ajaxdivHelp {
    position: absolute;
    left: 3px;
    cursor: pointer;
    top: 12px;
    color: white;
    display: block;
    z-index: 570;
    background-color: rgba(7, 116, 187, 0.6);
    width: 17px;
    height: 17px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    border-radius: 50%;
}

    .ajaxdivHelp:hover + .ajaxdivHelpText {
        display: block;
    }

.ajaxdivHelpText {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(7, 116, 187, 0.9);
    color: white;
    font-size: 12px;
    z-index: 560;
    padding: 5px;
    padding-left: 25px;
}

.Txtsearch, .Txtsearch2, .Txtsearch3, .Txtsearch4, .TxtAccounts, .TxtCustomer, .TxtCostCenter, .TxtProject {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 3px;
    margin: 3px;
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 2px;
    width: 220px;
    background-color: #f9f9f9;
    height: 30px;
}

    .Txtsearch:focus {
        border: 1px solid #0774bb;
    }

.Txtsearch2 {
    top: 40px;
}

.Txtsearch3 {
    top: 100px;
}

.Txtsearch4 {
    top: 150px;
}

.ajaxResualtContainerDiv {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.ajaxResultDiv, .ajaxResultDiv2 {
    position: absolute;
    display: none;
    right: 3px;
    top: 30px;
    width: 220px;
    background-color: #f9f9f9;
    padding: 5px;
    z-index: 550;
    border: 1px solid #666;
    border-top: none;
    border-radius: 0 0 2px 2px;
}

.ajaxResultDiv2 {
    top: 75px;
}

    .ajaxResultDiv a, .ajaxResultDiv2 a {
        font-size: 11px;
        line-height: 18px;
        margin-bottom: 12px;
    }


.ajaxresultItem {
    display: block;
    text-align: right;
    font-size: 13px;
}

    .ajaxresultItem:hover {
        cursor: pointer;
        color: #0774bb;
    }

.ajaxresultItemImg {
    vertical-align: middle;
    margin-left: 3px;
}
/********************ajax*****************************/
/********************ajax Accounts*****************************/
.TxtAccounts {
    right: 0;
    width: 400px;
}

.TxtCustomer {
    right: 410px;
    width: 180px;
}

.TxtCostCenter {
    right: 600px;
    width: 180px;
}

.TxtProject {
    right: 790px;
    width: 180px;
}

.divAccounts {
    right: 3px;
    width: 400px;
}

.divCustomer {
    right: 413px;
    width: 180px;
}

.divCostCenter {
    right: 603px;
    width: 180px;
}

.divProject {
    right: 793px;
    width: 180px;
}

/********************ajax Accounts*****************************/
/********************Task*****************************/
.TaskDiv {
    background-color: rgba(1, 1, 1, 0.1);
    vertical-align: middle;
    margin: 1px 5px;
    border-radius: 4px;
    display: inline-block;
    padding: 10px;
    width: 150px;
}

    .TaskDiv p {
        font-size: 12px;
        line-height: 20px;
        color: #333;
    }

.TaskDailyDiv {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px auto;
    overflow: hidden;
    height: 40px;
}

.TaskDailyWeekDate {
    background: #0774bb12;
    color: #333;
    padding: 3px;
    height: 40px;
    cursor: pointer;
}

    .TaskDailyWeekDate svg {
        vertical-align: middle;
        margin: auto 5px;
    }

.TaskDailyInstallerDiv {
    background: rgba(1,1,1,0.02);
    padding: 5px;
    margin: 20px 10px;
    border-radius: 5px;
}

.TaskDailyInstaller {
    text-align: right;
    padding: 10px;
    color: #333;
}

    .TaskDailyInstaller span {
        color: #999;
        font-size: 10px;
    }

    .TaskDailyInstaller svg {
        vertical-align: middle;
        margin: auto 5px;
    }

.TaskArrow {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    line-height: 25px;
    cursor: pointer;
}

.TaskDailyWeekDate:hover .TaskArrow {
    box-shadow: 1px 0 5px #aaa;
}

.ProjectTaskTimeLineDiv {
    position: relative;
    text-align: right;
    padding: 15px;
    border-right: 2px solid #0774bb;
    margin-right: 20px;
}

.ProjectTaskTimeLineCircle {
    position: absolute;
    top: 50%;
    right: -13px;
    width: 25px;
    height: 25px;
    background: #0774bb;
    border-radius: 50%;
    font-size: 8px;
    color: #fff;
    line-height: 25px;
}

.ProjectTaskTimeLineSubDiv {
    padding: 10px;
    background: #f6f6f6;
    border-radius: 5px;
    margin: 10px;
    max-width: 500px;
}

    .ProjectTaskTimeLineSubDiv p, .ProjectTaskTimeLineDiv p {
        text-align: justify;
        font-size: 11px;
        color: #666;
    }

        .ProjectTaskTimeLineSubDiv p span {
            font-size: 11px;
            color: #999;
        }

        .ProjectTaskTimeLineSubDiv p svg {
            vertical-align: middle;
            margin: auto 5px;
            height: 15px;
        }

/********************Task*****************************/
.DialogueMessageDiv {
    line-height: 15px;
}

    .DialogueMessageDiv img {
        width: 35px;
        vertical-align: middle;
        margin: 5px;
    }

    .DialogueMessageDiv a {
        color: #555;
        line-height: 15px;
    }

/********************RDTask*****************************/
.RDTaskDiv {
    display: inline-block;
    padding: 10px 30px;
    margin: 15px;
    border-radius: 5px;
    opacity: 0.7;
    width: 350px;
    vertical-align: top;
}

    .RDTaskDiv p {
        font-size: 12px;
        color: white;
        line-height: 25px;
        margin: 7px 0;
    }

    .RDTaskDiv .RDTaskLongTitle {
        height: 50px;
        overflow: hidden;
    }

    .RDTaskDiv .RDLinkType1 {
        color: white;
        display: inline-block;
        margin: 10px;
        border: 1px solid white;
        padding: 3px 15px;
        font-size: 12px;
        transition: 0.7s;
    }

        .RDTaskDiv .RDLinkType1:hover {
            background-color: white;
            color: #333;
            border: 1px dotted white;
        }


    .RDTaskDiv div {
        border: 1px dotted white;
        border-radius: 5px;
        margin: 10px 0;
        padding: 5px;
    }

    .RDTaskDiv .RDtitle {
        padding: 2px;
        border-bottom: 1px solid silver;
        margin-bottom: 15px;
        color: silver;
    }

    .RDTaskDiv img {
        width: 30px;
        margin-right: 7px;
        vertical-align: middle;
    }

    .RDTaskDiv .RDLinkType2 {
        display: block;
        text-align: left;
        transition: 0.7s;
        color: #fcfcfc;
        font-size: 12px;
        color: silver;
        text-decoration: underline;
    }

        .RDTaskDiv .RDLinkType2:hover {
            color: white;
            font-size: 13px;
        }
/********************RDTask*****************************/
/********************AccountingReport*****************************/
.accountBox {
    width: 100%;
    clear: both;
}

.account {
    display: inline-block;
    float: right;
    font-size: 12px;
    line-height: 50px;
    color: #444 !important;
}

.accountamount {
    display: inline-block;
    float: left;
    text-align: right;
    font-size: 12px;
    line-height: 50px;
    width: 40%;
    color: #444 !important;
}
/********************AccountingReport*****************************/
/********************InLineHelpDiv*****************************/
.InLineHelpDiv {
    position: relative;
    display: inline-block;
    height: 35px;
    vertical-align: middle;
}

.InLineHelpIcon {
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    right: -30px;
    top: 9px;
    cursor: pointer;
    color: white;
    background-color: rgba(7, 116, 187, 0.6);
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    border-radius: 50%;
    z-index: 400;
}

    .InLineHelpIcon:hover + .InLineHelpText {
        display: block;
    }

.InLineHelpText {
    display: none;
    position: absolute;
    top: -5px;
    left: 1px;
    background-color: rgba(7, 116, 187, 0.9);
    color: white;
    font-size: 12px;
    z-index: 450;
    padding: 5px;
    padding-left: 35px;
    white-space: nowrap;
}
/********************InLineHelpDiv*****************************/
.RDReportLink {
    margin-right: 5px;
}

    .RDReportLink img {
        width: 12px;
    }


/***********ProjectPlanning******************/
.Progresstable {
    border: 1px solid #0774bb;
    border-collapse: collapse;
}

    .Progresstable tr:hover {
        background-color: rgba(17, 17, 17, 0.06) !important;
    }

.thProgress p, .thProgressFri p {
    width: 20px;
    font-size: 9px;
    font-weight: lighter;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #777;
    margin-top: 15px;
}

.thProgress, .thProgressFri {
    border-bottom: 1px solid #0774bb;
}

.thProgressFri, .tdProgressFri {
    background-color: rgba(248, 179, 179, 0.10);
}

.tdProgress {
}

.ProgressBarSummary {
    width: 100%;
    height: 7px;
    background-color: #666;
}

.ProgressBar {
    width: 100%;
    height: 7px;
    background-color: blue;
}
/********CustomerAgreement*********/
.CustomerAgreementDiv {
    margin: 0 auto;
    margin-top: 20px;
    text-align: right;
    width: 30cm;
    padding: 20px;
    background-color: #fff;
}

.CAgreementTitle {
    font-size: 20px;
    margin: auto;
    display: block;
    color: #444;
    border: none;
    width: 100%;
    margin-bottom: 50px;
}

.CAgreementClause {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #666;
}

.CAgreementText {
    text-align: justify;
    font-size: 13px;
    display: block;
    color: #888;
    line-height: 30px;
}

.CAgreementDropDown {
    padding: 3px;
    border-radius: 5px;
    background-color: rgba(1,1,1,0.05);
    border: none;
    color: #444;
}

.CAgreementTextBox {
    border: 1px solid #cfcfcf;
    text-align: right;
    margin: 3px 5px;
    background-color: rgba(1,1,1,0.05);
    border-radius: 4px;
    padding: 1px 3px;
}

.CAgreementSigniture {
    width: 100%;
    margin: 50px auto;
}

    .CAgreementSigniture span {
        width: 50%;
        display: inline-block;
        color: #666;
    }

.CustomerAgreementDiv .PDateDiv {
    display: inline-block;
}

.ConfirmAgreementDiv {
    margin: 10px auto;
    width: 90%;
    text-align: right;
    background-color: rgba(1,1,1,0.01);
    padding: 20px;
    border: 1px solid Silver;
}

.ConfirmAgreementP1 {
    text-align: right;
    font-size: 11px;
    color: #666;
}

.ConfirmAgreementP2 {
    text-align: right;
    display: inline-block;
    font-size: 12px;
    color: brown;
    margin: 10px 0;
}

/********CustomerAgreement*********/
/********SendSMS*********/
.TxtCounter {
    text-align: right;
    color: red;
    font-size: 11px;
}

.SMSTextBox {
    width: 450px;
    height: 200px;
    display: block;
}

/********SendSMS*********/
.btntoggle {
    width: 90px;
    border: none !important;
    box-shadow: 2px 1px 2px rgba(1,1,1,0.2);
    margin-right: 5px;
    color: #444;
}

    .btntoggle:hover {
        color: #0774bb;
    }

.L1Expand, .L1Collapse, .L2Expand, .L2Collapse {
    font-size: 14px !important;
}

.RDRowDiv {
    text-align: right;
    border: 1px solid #666;
    vertical-align: middle;
}

.RDTargetDiv {
    background-color: rgb(6, 73, 116, 0.81);
    display: inline-block;
    text-align: right;
    padding: 10px;
    margin: 2px;
    vertical-align: baseline;
    height: stretch;
    width: 200px;
}

.RDProjectDiv {
    background-color: rgb(37, 130, 22, 0.81);
    display: inline-block;
    text-align: right;
    padding: 10px;
    margin: 2px;
    vertical-align: baseline;
    height: stretch;
    width: 200px;
}

.RDTaskDiv {
    background-color: rgb(160, 24, 15, 0.81);
    display: inline-block;
    text-align: right;
    padding: 10px;
    margin: 2px;
    vertical-align: baseline;
    height: stretch;
    width: 200px;
}

.LblSp1, .LblSp2 {
    font-size: 13px;
    color: #222;
}

.LblSp2 {
    color: #555;
}

.ErrMessage {
    display: block;
    text-align: right;
    padding: 5px 10px;
    margin: 10px auto;
    border-radius: 5px;
    color: #fff !important;
    background-color: #ff0000aa;
    border: 1px solid red;
}

    .ErrMessage p {
        text-align: right;
    }

/*********************UserStatusDiv***************/
.MasterLetterLink {
    position: absolute;
    top: 7px;
    left: 110px;
    display: block;
    padding: 0px 5px;
    width: 30px;
}

    .MasterLetterLink a {
        display: block;
    }

.MaterChatIcon {
    position: absolute;
    top: 2px;
    left: 50px;
    display: block;
    padding: 0px 5px;
    font-size: 10px;
}

    .MaterChatIcon:hover {
        color: #0774bb;
    }

    .MaterChatIcon img {
        vertical-align: middle;
    }

    .MaterChatIcon span {
        display: inline-block;
        vertical-align: middle;
        background: #a7e2fa;
        color: #fff;
        border-radius: 50%;
        font-size: 8px;
        width: 19px;
        height: 19px;
        line-height: 22px;
    }

.UserStatusDiv {
    position: absolute;
    top: 2px;
    left: 20px;
    display: block;
    color: white;
    font-weight: normal;
}

.UserProfileIcon {
    display: inline-block;
    vertical-align: bottom;
    border: 1px solid #ccc;
    width: 27px;
    height: 27px;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
}

    .UserProfileIcon:hover {
        box-shadow: 1px 0px 5px rgba(1,1,1,0.5);
    }

    .UserProfileIcon img {
    }

.UserProfileDiv {
    position: absolute;
    z-index: 900;
    top: 32px;
    left: 0px;
    width: 170px;
    padding: 10px 0;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    vertical-align: bottom;
}

    .UserProfileDiv p {
        display: block;
        color: #444;
        font-size: 12px;
        line-height: 18px;
        text-align: right;
        margin-right: 15px;
    }

.UserProfileUserName {
    margin: 15px 0;
    color: #0067A5 !important;
}

.UserProfileDivClose {
    background-image: url("/h15/fpp/2/close2.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 20px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 25px;
    font-weight: 100;
    color: #666;
}

    .UserProfileDivClose:hover {
        background-color: rgba(1,1,1,0.2);
        color: #fff;
    }

.UserProfileDivLink {
    width: 100%;
    height: 40px;
    background-color: #fff;
    display: block;
    text-align: right;
    font-size: 12px;
    color: #666;
    line-height: 40px;
    border-top: 2px solid #efefef;
    cursor: pointer;
    padding-right: 35px;
    background-position: 140px center;
    background-repeat: no-repeat;
}

    .UserProfileDivLink:hover {
        color: #0774bb;
        background-color: rgba(1,1,1,0.1);
        border-bottom: 1px solid #0774bb;
    }

#LnkUserProfile {
    background-image: url("/h20/fpp/2/userhome.png");
}

#LnkUserSetting {
    background-image: url("/h20/fpp/2/usersetting.png");
}

#LnkLogOut {
    background-image: url("/h20/fpp/2/userlogout.png");
}
/*********************UserStatusDiv***************/
/********************************Chat********************************/
.ChatBox {
    margin: 0 auto;
    width: 100%;
    height: calc(100vh - 10px);
    padding: 5px;
}

.ChatContactList {
    width: 400px;
    background-color: rgba(1,1,1,0.01);
    display: inline-block;
    height: calc(100vh - 30px);
    vertical-align: top;
    float: right;
    border: 1px solid #eee;
}

.ChatContactListHeader {
    position: relative;
    background-color: #0774bb;
    width: 100%;
    height: 60px;
}

.ChatMyLogoBox {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 5px;
    background-color: #efefef;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #efefef;
}

.ChatMyName {
    position: absolute;
    top: 20px;
    right: 52px;
    font-size: 12px;
    color: #fff;
}

.ChatSearchContactBox {
    width: 100%;
    height: auto;
    background-color: #0774bb25;
}

.TxtSearchContact {
    margin: 10px auto;
    width: 96%;
    text-align: right;
    padding: 3px 5px;
    font-size: 11px;
    height: 25px;
    border: 1px solid #0774bb;
}

.ChatContactListContent {
    width: 100%;
    overflow-x: hidden;
    height: calc(100vh - 120px);
    scrollbar-width: thin;
}

    .ChatContactListContent::-webkit-scrollbar {
        width: 8px;
    }

    .ChatContactListContent::-webkit-scrollbar-thumb {
        background-color: #888;
    }

    .ChatContactListContent::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }


.ChatContactDiv {
    position: relative;
    display: block;
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 60px;
    cursor: pointer;
}

.ChatContactLogo {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 7px;
    right: 5px;
    background-color: #efefef;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ccc;
}

.ChatContactName {
    position: absolute;
    top: 20px;
    right: 53px;
    font-size: 12px;
    color: #333;
}

    .ChatContactName span {
        display: inline-block;
        margin-right: 10px;
        color: #fff;
        height: 18px;
        width: 18px;
        font-size: 10px;
        border-radius: 50%;
        background-color: #F00;
        line-height: 20px;
        position: absolute;
        left: -25px;
        top: 5px;
    }

.ChatMessageBox {
    position: relative;
    display: inline-block;
    width: calc(100% - 400px);
    max-width: 100%;
    min-width: 250px;
    background-color: #efefef;
    height: calc(100vh - 30px);
    border: 1px solid #eee;
    border-right: none;
}

.ChatBackBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 100;
    display: none;
    background-image: url("/h30/fpp/12/backwhite.png");
}

.ChatMessageBoxHeader {
    position: absolute;
    top: 0;
    height: 60px;
    width: 100%;
    background-color: #0774bb;
}

.ChatReceiverLogoBox {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 7px;
    right: 45px;
    background-color: #efefef;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #efefef;
}

.ChatReceiverName {
    position: absolute;
    top: 20px;
    right: 97px;
    font-size: 12px;
    color: #fff;
}

.ChatMessageBoxBody {
    position: absolute;
    top: 60px;
    right: 0;
    overflow: auto;
    overflow-y: scroll;
    width: 100%;
    scrollbar-width: thin;
    height: calc( 100vh - 140px);
    padding: 10px;
}

    .ChatMessageBoxBody::-webkit-scrollbar {
        width: 8px;
    }

    .ChatMessageBoxBody::-webkit-scrollbar-thumb {
        background-color: #888;
    }

    .ChatMessageBoxBody::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }

.ChatSendBox {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 5px auto;
    height: 40px;
}

.TxtChatMessage {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: calc(100% - 60px);
    overflow: hidden;
    height: 30px;
    text-align: right;
    padding: 1px;
    padding-right: 5px;
    vertical-align: bottom;
    resize: none;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.ChatSendBtn {
    position: absolute;
    bottom: 5px;
    left: 15px;
    background-image: url("/h20/fpp/7/sendwhite.png");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 5px;
    width: 30px;
    height: 30px;
    border: 1px solid #0774bb;
    border-radius: 5px;
    background-color: #0774bb;
    cursor: pointer;
}

    .ChatSendBtn:hover {
        background-image: url("/h20/fpp/7/sendBlue.png");
        background-color: #fff;
    }

.ChatMessageFromDiv, .ChatMessageToDiv {
    position: relative;
    float: left;
    clear: both;
    background-color: #e3f2fb;
    margin: 5px;
    padding: 10px;
    text-align: right;
    min-width: 100px;
    max-width: 80%;
    word-break: break-word;
    border-radius: 0 5px 5px 0;
    color: #333;
    margin-left: 10px;
    padding-bottom: 20px;
}

.ChatMessageToDiv {
    float: right;
    background-color: #fff;
    border: 1px solid #efefef;
    margin-right: 10px;
    border-radius: 5px 0px 0 5px;
}

.ChatMessageFromDate {
    position: absolute;
    bottom: 0;
    left: 5px;
    display: block;
    color: #555;
    font-size: 8.5px;
    text-align: left;
}

.ChatDeliverd, .ChatRead {
    position: absolute;
    bottom: 0;
    right: 3px;
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    background-position: center center;
}

.ChatDeliverd {
    background-image: url("/h10/fpp/18/chatdelivered.png")
}

.ChatRead {
    background-image: url("/h10/fpp/18/chatread.png")
}

@media only screen and (max-width: 800px) {
    .ChatBox {
        padding: 0;
    }

    .ChatContactList {
        width: 100%;
        border: none;
    }

    .ChatMessageBox {
        width: 100%;
        display: none;
        background-color: #efefef;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
    }

    .ChatBackBtn {
        display: block;
    }
}
/********************************Chat********************************/
.PISDiv {
    position: relative;
    display: inline-block;
    margin: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    width: 320px;
    height: 350px;
    text-align: right;
    float: right;
    background: #E0EAFC;
    background: -webkit-linear-gradient(to left, #e3eaf3, #f3f7fc);
    background: linear-gradient(to left, #e3eaf3, #f3f7fc);
    padding: 10px;
}

    .PISDiv img {
        margin-right: 5px;
        margin-left: 5px;
        vertical-align: middle;
    }

.PISP1 {
    text-align: right;
    color: #666;
    font-size: 10px;
}

.PISP3 {
    text-align: right;
    color: #666;
    margin: 5px 3px;
    font-size: 11px;
    background: #f8f8f8;
    padding: 2px 7px;
    border-radius: 4px;
    line-height: 20px;
}

    .PISP3 span {
        font-size: 10px;
        margin: 3px 5px;
        line-height: 20px;
    }

.PISP2, .PISP2 a {
    color: #0774bb;
    text-decoration: underline;
}

    .PISP2 a:hover {
        color: #f00;
    }

.PISTypeP, .PISTypeP span {
    display: inline-block;
    width: 50%;
    text-align: right;
    font-size: 10px;
    color: #666;
    line-height: 15px;
    float: right;
}

    .PISTypeP span {
        color: #f34a14;
        width: unset;
        float: unset;
    }

.PISTypeDiv {
    position: relative;
    height: 100px;
    padding: 3px;
    clear: both;
}

.WeeklyTable {
    width: 100%;
    border-collapse: collapse;
}

    .WeeklyTable tr:nth-child(even) {
        background-color: #f6f6f6;
    }

    .WeeklyTable tr:nth-child(odd) {
        background-color: #fcfcfc;
    }

    .WeeklyTable th {
        color: #666;
        font-size: 11px;
        font-weight: 100;
        line-height: 35px;
        background-color: #f1f1f1;
        border: 1px solid #e9e9e9;
    }

    .WeeklyTable td {
        font-weight: 100;
        font-size: 12px;
        padding: 5px;
        border: 1px solid #e9e9e9;
        vertical-align: top;
    }


.TaskDiv2 {
    background-color: #efefef;
    margin: 5px auto;
    padding: 10px 3px;
    width: 215px;
    overflow: hidden;
    border-radius: 5px;
}

    .TaskDiv2 p {
        text-align: right;
        font-size: 11px;
        line-height: 20px;
        color: #333;
        margin: 5px;
    }

        .TaskDiv2 p img {
            margin-left: 5px;
            vertical-align: middle;
        }

.taskStraightP {
    white-space: nowrap;
    cursor: pointer;
}

.TaskDiv2 a {
    display: inline-block;
    margin: 5px;
    margin-left: 10px;
    color: #0774bb;
    text-align: right;
    font-size: 10px;
    line-height: 15px;
    border-radius: 10px;
    cursor: pointer;
}

    .TaskDiv2 a:hover {
        color: red;
    }

    .TaskDiv2 a img, .TaskDiv2 a svg {
        margin-left: 3px;
        vertical-align: middle;
    }

.DocDiv {
    display: inline-block;
    border: 1px solid #cfcfcf;
    vertical-align: top;
    margin: 5px;
    border-radius: 4px;
    padding: 10px;
    width: 310px;
    height: 420px;
    background: #ECE9E6;
    background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);
    background: linear-gradient(to right, #FFFFFF, #ECE9E6);
}

.DocDiv2 {
    display: block;
    height: auto;
    width: 100%;
}

.DocDiv p, .DocDiv p span {
    text-align: right;
    color: #666;
    font-size: 11px;
    line-height: 20px;
    margin: 10px 0;
}

    .DocDiv p span {
        font-size: 10px;
    }

    .DocDiv p img {
        vertical-align: middle;
        margin-left: 5px;
    }

.DocDiv a {
    color: #0774bb;
    cursor: pointer;
}

    .DocDiv a:hover {
        color: #f00;
    }

.ComCusDiv {
    display: inline-block;
    border: 1px solid #cfcfcf;
    vertical-align: top;
    margin: 5px;
    border-radius: 4px;
    padding: 10px;
    width: 310px;
    height: 500px;
    background: #ECE9E6;
    background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);
    background: linear-gradient(to right, #FFFFFF, #ECE9E6);
}

    .ComCusDiv p, .ComCusDiv p span {
        text-align: right;
        color: #666;
        font-size: 10px;
        line-height: 15px;
        margin: 1px 0;
    }

.ComCusDivTitle {
    font-size: 12px !important;
    font-weight: 400;
    margin: 10px 1px !important;
    color: #111 !important;
}

.ComCusDiv p span {
    font-size: 10px;
}

.ComCusDiv p img {
    vertical-align: middle;
    margin-left: 5px;
}

.ComCusDiv a {
    line-height: 20px;
    color: #0774bb;
    font-size: 9px;
    text-align: left;
    display: block;
}

    .ComCusDiv a:hover {
        color: #f00;
    }

.ComCusDivHr {
    display: block;
    margin: 3px 10px;
    border: none;
    border-top: 0.1px solid #cfcfcf;
}

.ComCusDivShowTele {
    display: inline-block !important;
    text-align: right !important;
    cursor: pointer;
}

.ComCusDivLink {
    display: inline-block !important;
    margin: 7px 5px !important;
    font-size: 12px !important;
    text-align: center !important;
    cursor: pointer;
}

    .ComCusDivLink img {
        vertical-align: middle;
    }

.UploadEmpPic {
    position: relative;
    width: 100px;
    height: 100px;
    border: 1px solid #999;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.EmpPicImg {
    max-width: 100%;
    height: 100px;
}

.EmpPicContainer {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.SelectPicImg {
    position: absolute;
    left: 5px;
    bottom: 3px;
    border: 1px solid #0774bb;
    border-radius: 50%;
    background: #0774bb;
    padding: 2px;
    cursor: pointer;
}

    .SelectPicImg:hover {
        background: #f00;
        border: 1px solid #f00;
    }

.Form {
    text-align: right;
    padding: 10px;
}

    .Form .TextBox, .Form .DropDown, .Form .Txtsearch {
        margin-top: 0;
        border: 1px solid #999;
    }

.FormCaption {
    font-size: 10px;
    text-align: right;
    margin-top: 5px;
    margin-right: 5px;
    color: #666;
    line-height: 20px;
}

.ConfirmDialogueBoxmodal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
    z-index: 2000;
}

.ConfirmDialogueBox {
    position: absolute;
    width: 270px;
    height: 180px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: #c8eaf8;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 5px;
}

.ConfirmDialogueMessage {
    color: #333;
    text-align: right;
    margin: 10px;
    margin-bottom: 30px;
    line-height: 20px;
    font-size: 12px;
}

    .ConfirmDialogueMessage img {
        vertical-align: top;
        margin-left: 5px;
    }

.ProductionDiv {
    margin: 5px;
    border-radius: 4px;
    padding: 10px;
    width: 250px;
}

    .ProductionDiv P {
        text-align: right;
        font-size: 12px;
        color: #333;
        line-height: 25px;
    }

    .ProductionDiv a {
        display: inline-block;
        font-size: 12px;
        cursor: pointer;
        color: #0774bb;
        margin: 7px;
    }

        .ProductionDiv a:hover {
            color: #f00;
        }

.ContinueLink {
    font-size: 16px !important;
    margin: 5px;
}

.ItemBox {
    position: relative;
    display: inline-block;
    border: 1px solid #0774bb87;
    background-color: #0774bb11;
    border-radius: 4px;
    padding: 5px;
    margin: 5px;
    text-align: right;
    height: 35px;
    line-height: 20px;
}

    .ItemBox p {
        display: inline-block;
        font-size: 10px;
        margin-left: 10px;
        color: #666;
        line-height: 20px;
        padding: 0;
    }

    .ItemBox a {
        display: inline-block;
        padding: 0;
        border-radius: 50%;
        background: #aaa;
        font-size: 8px;
        line-height: 17px;
        width: 15px;
        height: 15px;
        color: #fff;
        cursor: pointer;
    }

        .ItemBox a:hover {
            background: red;
        }

.MoreLink {
    display: inline-block;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 20px;
    transition: background-color .3s ease;
}

    .MoreLink:hover {
        background-color: #ccc;
    }

.FormTable {
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: rgba(7,116,187,0.05);
    border-radius: 4px;
    padding: 15px;
    display: block;
    border: 1px solid #efefef;
}

    .FormTable td {
        text-align: right;
        padding: 3px 5px;
        line-height: 20px;
        position: relative;
        min-width: 100%;
    }

        .FormTable td:first-child {
            text-align: left;
            color: #666;
            font-size: 11px;
            min-width: 130px;
            width: 130px;
        }

.ErrorMessageLabel {
    color: #ed1c24;
    text-align: right;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
    .FormTable td {
        display: inline-block;
    }

        .FormTable td:first-child {
            display: inline-block;
            text-align: right;
            min-width: unset;
            width: 100%;
        }
}

.spinner {
    position: fixed;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    z-index: 1000;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 480px) {
    #LlogoImg {
        width: 60px;
    }

    .UserStatusDiv {
        left: 10px;
    }

    .MaterChatIcon {
        left: 40px;
        font-size: 8px;
    }

        .MaterChatIcon img {
            height: 20px;
        }

    .RouteBox {
        right: 70px;
    }

    .RouteText {
        font-size: 9px;
        margin: 0 5px;
    }
}
/****************************************Letters********************************/
.LetterTable {
    width: 100%;
    border: 1px solid #e1e1e1;
}

    .LetterTable tr {
        transition: .4s ease;
        background-color: rgba(7,116,187,0.05);
        cursor: pointer;
    }

    .LetterTable .Unread {
        background-color: #fff;
    }

    .LetterTable tr:hover {
        background-color: rgba(1,1,1,0.3);
    }

    .LetterTable td {
        font-size: 11px;
        color: #333;
        padding: 5px 7px;
        line-height: 40px;
        border-bottom: 1px solid #e1e1e1;
    }

        .LetterTable td a {
            color: rgb(0, 70, 255);
            font-size: 12px;
            line-height: 20px;
            display: inline-block;
            cursor: pointer;
            transition: color 0.3s ease;
        }

            .LetterTable td a:hover {
                color: red;
                text-decoration: underline;
            }

.LineButton {
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin: 10px 5px;
    padding: 7px 10px;
    text-align: right;
    cursor: pointer;
    border-bottom: 2px solid #fff;
}

    .LineButton svg {
        vertical-align: middle;
        margin: auto 5px;
    }

    .LineButton:hover {
        background-color: rgba(7,116,187,0.05);
        border-bottom: 2px solid #0774bb;
    }

    .LineButton.Selected {
        border-bottom: 2px solid #0774bb;
    }

.LetterBoxMain {
    position: relative;
    padding: 25px 10px;
    margin: 10px auto;
    border-bottom: 1px solid #ccc;
}

.LetterBox {
    position: relative;
    padding: 25px 10px;
    padding-top: 15px;
    margin: 10px auto;
    border-bottom: 1px solid #ccc;
    height: 40px;
    overflow: hidden;
}

.LetterSubject {
    font-size: 18px;
    font-weight: 900;
    text-align: right;
    margin: 15px;
    color: #444;
}

.LetterInfo, .LetterDate {
    text-align: right;
    color: #666;
    font-size: 10px;
    line-height: 20px;
}

.LetterDate {
    position: absolute;
    top: 12px;
    left: 40px;
    font-size: 10px;
}

.LetterBoxArrow {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 1px solid #ccc;
    padding: 0px;
    line-height: 25px;
    cursor: pointer;
}

    .LetterBoxArrow:hover {
        box-shadow: 1px 0 5px #aaa;
    }

.LetterContent {
    text-align: justify;
    color: #444;
    padding: 10px 20px;
}

.LetterReplyBox {
    position: relative;
    margin: 20px auto;
    text-align: right;
    padding: 15px;
    box-shadow: 1px 0 3px #aaa;
    border-radius: 10px;
}

.UreadLettersCount {
    background: #0774bb66;
    color: #fff;
    width: 18px;
    height: 18px;
    font-size: 6px;
    line-height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.letterAttLink {
    display: inline-block;
    text-align: right;
    color: #0774bb;
    padding: 5px 15px;
    border-radius: 20px;
    margin: 5px;
    font-size: 10px;
}

    .letterAttLink svg {
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
    }

    .letterAttLink:hover {
        background: #efefef;
        width: auto;
    }

.ListThreadCount {
    font-size: 9px;
    color: #999;
    display: inline-block;
    margin-right: 5px;
}

.ReplyLetterLink {
    cursor: pointer;
    color: #0774bb;
    width: 90px;
    border-radius: 20px;
    border: 1px solid #ccc;
}

    .ReplyLetterLink:hover {
        background: #efefef;
    }

    .ReplyLetterLink svg {
        display: inline-block;
        margin-left: 8px;
        vertical-align: middle;
    }

.LetterReciverSearchResult {
    position: absolute;
    display: none;
    right: 3px;
    top: 31px;
    width: 100%;
    background-color: #fff;
    padding: 5px;
    z-index: 550;
    border: 1px solid #0774bb;
    border-top: none;
    border-radius: 0 0 2px 2px;
}

    .LetterReciverSearchResult a {
        font-size: 11px;
        line-height: 18px;
        margin-bottom: 12px;
    }

.LetterSelectFile {
    text-align: right;
    margin: 20px 5px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 3px 10px;
    width: auto;
    display: inline-block;
}

    .LetterSelectFile:hover {
        color: #0774bb;
    }

    .LetterSelectFile svg {
        display: inline-block;
        margin-left: 8px;
        vertical-align: middle;
    }
/****************************************Letters********************************/

.SearchContainer {
    position: relative;
    display: inline-block;
}

.SearchResult {
    position: absolute;
    display: none;
    right: 3px;
    left: 3px;
    top: 28px;
    background-color: #fff;
    z-index: 550;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 2px 2px;
    padding: 3px;
    text-align: right;
}

    .SearchResult p {
        cursor: pointer;
        text-align: right;
        font-size: 11px;
        margin-bottom: 3px;
    }

        .SearchResult p:hover {
            background: #efefef;
        }

.SearchResultClose {
    text-align: left;
    line-height: 0;
}

    .SearchResultClose span {
        display: inline-block;
        margin-left: 3px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        border-radius: 50%;
        color: #666;
        transition: background-color 0.3s ease;
        border: unset;
        cursor: pointer;
    }

        .SearchResultClose span:hover {
            background-color: #eee;
        }
/****************************************SearchPanel********************************/
.SearchPanel {
    position: relative;
    background-color: rgba(7,116,187,0.07);
    border-radius: 4px;
    text-align: right;
    margin: 15px auto;
    transition: height 0.4s ease;
    padding: 20px;
}

.SearchCaption {
    position: absolute;
    top: 3px;
    right: 20px;
    color: #747474;
    font-size: 12px;
    display: none;
}

    .SearchCaption svg {
        vertical-align: middle;
    }

.SearchToggle {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    color: #0774bb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .SearchToggle:hover {
        background-color: #0774bb;
        color: #fff;
    }

.SearchPanel.collapsed {
    height: 30px !important;
    padding: unset;
    padding-top: 36px;
    overflow: hidden;
}

    .SearchPanel.collapsed .SearchCaption {
        display: block;
    }

@media (max-width: 768px) {
    .SearchPanel {
        padding-top: 36px;
    }

        .SearchPanel .TextBox, .SearchPanel .DropDown, .SearchPanel .ajaxdiv, .SearchPanel .Txtsearch, .SearchPanel .ajaxResultDiv {
            width: 100% !important;
        }

        .SearchPanel .ajaxResualtContainerDiv {
            width: 100% !important;
            height: 40px;
        }
}
/****************************************SearchPanel********************************/
