﻿@font-face {
    font-family: myFirstFont;
    src: url(/fonts/IRANSansWeb.woff2);
}

* {
    font-family: myFirstFont;
    margin: 0;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
    outline-style: none;
    text-decoration: none;
    /*border: 1px solid red;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/*MasterPage****************************************************************/
body {
    direction: rtl;
    background-color: #f9f9f9;
    width: 100%;
}

#header {
    position: relative;
    width: 1300px;
    margin: auto;
    height: 55px;
}

#LlogoImg {
    position: absolute;
    left: 2px;
    top: 3px;
    height: 40px;
}

#HeaderTitle {
    color: #555;
    font-size: 23px;
    line-height: 50px;
}

#subheader {
    width: 100%;
    margin: auto;
    background-color: #d3d3d3;
    height: 30px;
    z-index: 1000;
    transition: 0.4s;
}

#subHeaderbound {
    position: relative;
    width: 1300px;
    margin: auto;
}

#loginDiv {
    position: absolute;
    left: 2px;
    text-align: right;
    display: block;
    line-height: 30px;
    color: white;
    font-weight: normal;
}

    #LoginStatus1, #loginDiv a, #LoginName1 {
        color: white;
        font-size: 12px;
        transition: 0.7s;
    }

        #LoginStatus1:hover {
            font-size: 13px;
        }

#main {
    width: 1300px;
    margin: auto;
    min-height: 500px;
    padding: 5px;
}

#footer {
    width: 1200px;
    margin: auto;
    margin-top: 20px;
}

    #footer a {
        font-size: 12px;
        text-align: right;
        display: block;
        color: #666;
        text-shadow: 1px 1px 1px #FFF;
    }


/*MasterPage****************************************************************/
/*GeneralCSS****************************************************************/
.FormDiv {
    display: inline-block;
    width: 370px;
    text-align: right;
    min-height: 300px;
    margin-left: 50px;
    margin-top: 20px;
    vertical-align: top;
    padding: 0 15px;
}

    .FormDiv p {
        color: #555;
        font-size: 18px;
        line-height: 45px;
        border-bottom: 1px solid silver;
    }

        .FormDiv p img {
            width: 33px;
            vertical-align: middle;
            margin-left: 7px;
            display: inline-block;
        }

    .FormDiv a {
        padding: 10px;
        display: block;
        text-align: right;
        line-height: 20px;
        color: rgba(42, 187, 7, 0.7);
    }

        .FormDiv a:hover {
            font-size: 18px;
            background-color: #CCFF99;
            color: white;
            transition: steps(1, start);
        }

        .FormDiv a::before {
            content: ". ";
        }

.Box, .Box1, .Box2 {
    padding: 5px 10px;
    margin: 5px 0;
}

.Box {
    background-color: white;
}

.Box1 {
    background-color: #e9e9e9;
}

.Box2 {
    background-color: #e6e6e6;
}

.GeneralBox {
    background-color: #f6f6f6;
    margin-top: 10px;
    padding: 10px;
}

.popupBox {
    position: fixed;
    width: 100%;
    min-height: 5000px;
    background-color: rgba(1,1,1,0.5);
    top: 0;
    right: 0;
    z-index: 1000;
}

.popupBoxContent {
    position: relative;
    top: 55px;
    width: 95%;
    margin: auto;
}

.popupBoxClose {
    position: absolute;
    left: 15px;
    top: 15px;
    height: 35px;
    width: 35px;
    color: white;
    border: 1px solid white;
    border-radius: 4px;
    padding: 5px;
    font-size: 30px;
    line-height: 25px;
}

    .popupBoxClose:hover {
        color: red;
        border: 1px solid red;
    }

.ma5 {
    margin: 5px;
}

.ma10 {
    margin: 10px;
}

.ma15 {
    margin: 15px;
}

.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}

.pad20 {
    padding: 20px !important;
}

.pad40 {
    padding: 40px !important;
}

.pad50 {
    padding: 50px !important;
}

.ofa {
    overflow: auto;
}

.RHV:hover {
    color: red;
}

.h1 {
    display: block;
    padding: 3.5vw;
    font-size: 22px;
    color: #2abb07;
    line-height: 25px;
}

.h2 {
    color: #2abb07;
    display: block;
    margin: 15px;
    font-size: 22px;
    line-height: 25px;
}

.Desc {
    display: block;
    background-color: #CCFF99;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.paragraph {
    text-align: justify;
    margin: 15px auto;
}

.ht400 {
    height: 400px;
}

.ht500 {
    height: 500px;
}

.coWhite {
    color: white;
}

.co9 {
    color: #999;
}

.co6 {
    color: #666;
}

.coCob {
    color: #0744bb;
}

.Red {
    color: rgb(230,15,15);
}

.fs10 {
    font-size: 10px;
}

.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;
}

.br4 {
    border-radius: 4px;
}

.CurserP {
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Label {
    color: #666;
    text-align: left;
    line-height: 40px;
}

.Button, .ButtonCancel, .ButtonIcon, .ButtonRight {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    background-color: rgba(42, 187, 7, 0.7);
    border: none;
    height: 37px;
    min-width: 67px;
    vertical-align: middle;
    margin: 4px;
    padding: 5px;
    touch-action: manipulation;
    display: inline-block;
    cursor: pointer;
    line-height: 20px;
}

.ButtonRight {
    float: right;
    clear: both;
}

    .Button:hover, .ButtonRight:hover {
        background-color: rgba(42, 187, 7, 1);
        transition: 0.3s;
    }

.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: #2abb07;
    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: #2abb07;
    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(42, 187, 7, 0.3);
    border-radius: 4px;
    text-align: right;
    padding: 2px 5px;
    color: #666;
    line-height: 40px;
    min-height: 40px;
}

.Button2, .Button3, .Button4 {
    font-weight: bold;
    color: #2abb07;
    background-color: white;
    height: 45px;
    vertical-align: middle;
    margin: 10px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #2abb07;
    touch-action: manipulation;
    min-width: 90px;
    display: inline-block;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
}

.Button3 {
    font-size: 1.5vw;
    color: #e41414;
    height: 60px;
    padding: 20px;
    border: 1px solid #e41414;
    line-height: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

    .Button3:hover {
        background-color: #2abb07;
        color: white;
        border: 1px solid #2abb07;
    }

.Button4 {
    font-size: 1.5vw;
    color: white;
    background-color: #e41414;
    height: 60px;
    padding: 20px;
    border: 1px solid #e41414;
    line-height: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

    .Button4:hover {
        background-color: white;
        color: #2abb07;
        border: 1px solid #2abb07;
    }

/************ToggleSwitch*******************************/

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 4px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        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(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* 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(42, 187, 7, 0.1);
    border-radius: 4px;
}

.CheckBox {
    border: 1px solid #2abb07;
    box-shadow: inset 0 0 1px #2abb07;
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
}


.CheckBoxList {
    margin: 5px;
    padding: 5px;
    border-radius: 4px;
    background: #fff;
    text-align: right;
    line-height: 20px;
}

    .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;
        font-size: 12px;
        line-height: 20px;
    }

.TextBox {
    border: 1px solid #2abb07;
    box-shadow: inset 0 0 2px rgba(42, 187, 7, 0.9);
    border-radius: 4px;
    background: #fff;
    padding: 3px;
    margin: 3px;
    width: 220px;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
}

.DropDown {
    border: 1px solid #2abb07;
    box-shadow: inset 0 0 1px rgba(42, 187, 7, 0.9);
    border-radius: 4px;
    background: #fff;
    padding: 3px;
    margin: 5px;
    width: 220px;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle !important;
}

    .DropDown option {
        color: #2abb07;
        font-family: 'B Nazanin';
        font-weight: bold;
        line-height: 10px;
        padding: 0;
    }

.GImg {
    max-width: 100%;
}

.CImg {
    position: relative;
    margin: auto;
    width: 160px;
    height: 160px;
    border: 1px solid #2abb07;
    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;
    }


.th, .th2 {
    font-size: 13px;
    background-color: #2abb07;
    border-radius: 3px;
    padding: 10px 10px;
    line-height: 20px;
    color: white;
}

.th2 {
    font-size: 14px;
    line-height: 30px;
}

.td a, .td2 a {
    color: rgba(42, 187, 7, 0.7);
}

    .td a:hover, .td2 a:hover {
        transition: 0.2s;
        color: #2abb07;
    }


.td, .td2, .tdNum {
    font-size: 13px;
    color: #222;
    background-color: rgba(42, 187, 7, 0.1);
    border-radius: 3px;
    padding: 5px 10px;
    line-height: 20px;
}

.td2 {
    font-size: 13px;
    line-height: 20px;
}

.tdNum {
    background-color: rgba(42, 187, 7, 0.1);
    color: #777;
}

.td3 {
    border-radius: 1px;
    padding: 1px 10px;
    line-height: 35px;
    font-size: 13px;
    line-height: 20px;
}

.td4 {
    font-size: 13px;
    color: #222;
    background-color: rgba(7,116,187,0.05);
    line-height: 10px;
    padding: 0px;
    margin: 0px;
}

    .td4 p, .td4 a {
        line-height: 15px;
    }

.listviewtd3, .listviewtd4, .listviewtd5 {
    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;
}

/*GeneralCSS****************************************************************/
/********************************ShowMessage********************************/
#Alert {
    display: none;
    position: relative;
    width: calc(100% - 20px);
    padding: 20px;
    color: white;
    z-index: 5000;
    text-align: right;
    border-radius: 4px;
    margin: 10px;
    cursor: pointer;
    animation-name: showAlert;
    animation-duration: 4s;
}

@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: 18px;
    color: White;
    font-weight: bold;
    display: block;
    margin: 5px;
    text-align: center;
}

#Alert span, #Alert a {
    color: White;
    font-size: 14px;
    line-height: 30px;
    text-align: right;
    display: block;
}

#AlertClose {
    position: absolute;
    top: 15px;
    left: 15px;
    color: white;
    border-style: none;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

    #AlertClose:hover {
        color: rgba(1,1,1,.5);
    }

/********************************ShowMessage********************************/
/********************************Route********************************/
.RouteBox {
    position: absolute;
    right: 0;
    text-align: right;
    overflow: auto;
}


.RouteBoxDesc, .RouteText {
    font-size: 11px;
    color: white;
    margin: 0 10px;
    display: inline-block;
    transition: 0.7s;
}

    .RouteText:hover {
        font-size: 13px;
    }

.RouteSpliter {
    font-size: 10px;
    color: white;
}
/********************************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********************************/

.DefDiv1 {
    position: relative;
    display: inline-block;
    margin: 7px;
    overflow: hidden;
    height: 70px;
    width: 170px;
    padding: 5px;
    border: 2px solid rgba(135, 197, 245, 0.00);
    transition: 0.7s;
}

    .DefDiv1:hover {
        border: 2px solid #2abb07;
    }

    .DefDiv1 img {
        position: absolute;
        right: 10px;
        width: 50px;
        margin: 0px;
    }

    .DefDiv1 span {
        position: absolute;
        right: 65px;
        display: block;
        font-size: 16px;
        color: #4CAF50;
        cursor: pointer;
        font-weight: bolder;
        margin: 0px;
        line-height: 60px;
    }


.dashbordcounter {
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 5px;
    width: 25px;
    height: 25px;
    color: white;
    background-color: red;
    border: 1px solid red;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
}

/********************************Default********************************/
/********************************AbsolutCarosel********************************/

.AbsolutCarosel {
    position: relative;
    padding: 25px;
    height: 250px;
}

.AbsolutCaroselInner {
    position: absolute;
    height: 240px;
    top: 5px;
    right: 0;
    border: 1px solid rgba(7,116,187,1);
    overflow: hidden;
    border-radius: 4px;
    width: 90%;
}

    .AbsolutCaroselInner img {
        max-width: 100%;
        height: 250px;
        margin: auto;
    }

    .AbsolutCaroselInner a {
        background-color: rgba(7,116,187,0.8);
        position: absolute;
        bottom: 20px;
        width: 100%;
        color: white;
        display: block;
        right: 0;
        font-size: 18px;
        line-height: 30px;
    }


.carousel .col-2, .carousel .col-3, .carousel .col-4 {
    overflow: hidden;
}

@media only screen and (max-width: 576px) {
    .carousel .col-2 {
        width: 75%;
    }

    .carousel .col-3 {
        width: 60%;
    }

    .carousel .col-4 {
        width: 60%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    /* For desktop: */
    .carousel .col-2 {
        width: 40%;
    }

    .carousel .col-3 {
        width: 40%;
    }

    .carousel .col-4 {
        width: 40%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* For desktop: */
    .carousel .col-3 {
        width: 30%;
    }

    .carousel .col-4 {
        width: 30%;
    }
}

@media only screen and (min-width: 992px) {
    /* For desktop: */
    .carousel .col-3 {
        width: 22%;
    }

    .carousel .col-4 {
        width: 30%;
    }
}
/********************************AbsolutCarosel********************************/
/********************************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;
}

    .PagingBtn:hover {
        background-color: blue;
        color: white;
    }

.PagingBtnSelected {
    background: rgba(7,116,187,1);
    color: white;
    font-size: 15px;
}
/********************************Paging********************************/
/********************ModalPopup*****************************/
.Popup {
    position: fixed;
    top: 0;
    right: 0;
    padding: 50px 150px;
    background-color: rgba(1, 1, 1, 0.85);
    width: 100%;
    height: 100%;
    overflow: auto;
    transition: steps(1, start);
    z-index: 1000;
}

.BtnClosePopup {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #2abb07;
    color: white;
    transition: 0.3s;
}

    .BtnClosePopup:hover {
        font-size: 16px;
    }
/********************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: 250px;
}

.ajaxdivHelp {
    position: absolute;
    left: 3px;
    cursor: pointer;
    top: 12px;
    color: white;
    display: block;
    z-index: 800;
    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: 700;
    padding: 5px;
    padding-left: 25px;
}

.Txtsearch, .Txtsearch2, .Txtsearch3, .Txtsearch4, .TxtAccounts, .TxtCustomer, .TxtCostCenter, .TxtProject {
    border: 1px solid #2abb07;
    box-shadow: inset 0 0 2px rgba(7, 116, 187, 0.9);
    border-radius: 4px;
    background: #fff;
    padding: 3px;
    margin: 3px;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0px;
    width: 250px;
}

.Txtsearch2 {
    top: 40px;
}

.Txtsearch3 {
    top: 100px;
}

.Txtsearch4 {
    top: 150px;
}

.ajaxResultDiv, .ajaxResultDiv2 {
    position: absolute;
    display: none;
    right: 3px;
    top: 34px;
    width: 250px;
    background-color: #f9f9f9;
    padding: 5px;
    z-index: 600;
    border: 1px solid #2abb07;
    border-radius: 0 0 4px 4px;
    box-shadow: inset 0 0 1px #2abb07;
}

.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: #2abb07;
    }

/********************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, .TaskDiv1 {
    background-color: rgba(0, 0, 0, .1);
    vertical-align: middle;
    margin: 1px 5px;
    border-radius: 4px;
    display: inline-block;
    padding: 10px;
}

.TaskDiv1 {
    color: white;
}

.TaskDiv p, .TaskDiv a {
    font-size: 12px;
    line-height: 20px;
    color: #333;
}

    .TaskDiv a:hover {
        color: #333;
    }

.TaskDiv1 p, .TaskDiv1 a {
    font-size: 12px;
    line-height: 20px;
    color: white;
}

    .TaskDiv1 a:hover {
        color: white;
    }

.TaskDivLink {
    display: inline-block;
    margin: 1px 3px;
    font-size: 13px;
    line-height: 13px;
    color: white;
}

    .TaskDivLink:hover {
        color: red !important;
    }

.TaskBar {
    background-color: #0ee10b;
    vertical-align: top;
    display: block;
    padding: 10px;
    margin: 5px 0;
    height: 20px;
}
/********************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*****************************/
/********************InLineHelpDiv*****************************/
.RDReportLink {
    margin-right: 5px;
    margin-left: 5px;
}

    .RDReportLink img {
        width: 12px;
    }
/********************InLineHelpDiv*****************************/
table {
    border-collapse: collapse;
}
.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;
}
.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%;
        }
}