﻿html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    direction: rtl;
}

form {
    padding: 0;
    margin: 0;
}

body {
    background-color: #dce5e1;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: black;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

.TextBoxCalendar {
    background-color: #ffffff;
    height: 30px;
    line-height: 25px;
    width: 100px;
    font-family: Tahoma;
    font-size: 13px;
    padding: 7px;
    border: 1px solid #c2c2c2;
    text-align: right;
}

.MarkerData {
    color: Black;
    width: 200px; /*177px;*/
    height: 24px;
}

.MarkerTitle {
    width: 75px;
}

.tblMarker {
    margin: 20px;
}

.Marker {
    /*	border: solid 1px #696969;*/
    padding: 0px;
    /*background-color: #CBD8C3;*/
    font-size: 11px;
    color: DimGray;
    font-family: Tahoma;
    word-wrap: break-word;
    text-align: right;
    /*	width: 256px;
	height: 220px;*/
}

.LanguageAlign {
    text-align: right;
    height: 24px;
}

.dxeRadioButtonList td.dxe, .dxeCheckBoxList td.dxe {
    padding: 0px !important;
}

.olBalloon {
    background-color: #FFE45C;
    border: 1px solid #ABABAB !important;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 5px 5px 5px #CCC;
    -moz-box-shadow: 5px 5px 5px #CCC;
    -webkit-box-shadow: 5px 5px 5px #CCC;
}

    .olBalloon .olBalloonPointer {
        width: 0;
        height: 0;
        border-left: 0 none;
        border-right: 30px dotted transparent;
        border-top: 34px solid #ABABAB;
        border-bottom: 0;
        bottom: -34px;
        left: 2em;
        border-bottom-right-radius: 100px !important;
    }

        .olBalloon .olBalloonPointer .olBalloonPointerInner {
            border-left: 0 none;
            border-right: 27px dotted transparent;
            border-top: 32px solid #FFF;
            bottom: auto;
            top: -34px;
            left: 1px;
            border-bottom-right-radius: 100px !important;
        }

.olBalloonCloseBox {
    left: 0px !important;
    right: auto !important;
}


.tblLogin td {
    line-height: 25px;
    padding: 5px;
}

.LoginTitle {
    font-size: 13px;
    text-align: center;
    padding-bottom: 10px;
    background-color: #253746;
    color: #bbd0cd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.grGroupPanel {
    background-color: #467678;
    height: 39px;
    vertical-align: middle;
    font-size: 13px;
    color: #467678;
    line-height: 39px;
    padding: 0px;
    padding-right: 8px;
}

.grAlternatingRow {
    background-color: #768693 !important;
    height: 30px !important;
    vertical-align: middle;
    font-size: 12px;
    color: #f6f6f6;
    max-height: 30px;
    padding: 0px;
}

.grRow {
    background-color: #a4bcc4;
    height: 30px !important;
    vertical-align: middle;
    font-size: 12px;
    color: #f6f6f6;
    max-height: 30px;
    padding: 0px !important;
}

.grExpandCell {
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #467678 !important;
    border-right: 1px solid #467678 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    padding: 0px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.grMiddleCell {
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #467678 !important;
    border-right: 1px solid #467678 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    padding: 0px !important;
    padding-bottom: 4px !important;
    padding-top: 2px !important;
}

.RightAlign {
    text-align: right !important;
    padding-right: 15px !important;
}

.CenterAlign {
    text-align: center !important;
    padding-Left: 15px !important;
}

.LeftToRight {
    direction: ltr;
}


.grMiddleHeader {
    text-align: center;
    vertical-align: middle;
    border-bottom: 0px !important;
    border-right: 1px solid #467678 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    background-color: #253746;
    height: 42px;
    font-size: 13px;
    color: #f6f6f6 !important;
    line-height: 42px;
    padding: 0px;
}

    .grMiddleHeader table {
        color: #f6f6f6;
    }

.grFooter {
    background-color: #253746;
    color: #f6f6f6;
    border-bottom: 0 !important;
    height: 40px;
    line-height: 40px;
    padding: 0;
}

    .grFooter td {
        padding: 0 !important;
    }

.grFilterCell {
    background-color: #253746;
    border-bottom: 1px solid #467678 !important;
    border-right: 1px solid #467678 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    padding: 0px;
    height: 30px;
    line-height: 30px;
}

.grRightFilterCell {
    background-color: #253746;
    border-bottom: 1px solid #467678 !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    padding: 0px;
    height: 30px;
    line-height: 30px;
}

.PagerBottomPanel {
    background-color: #467678;
}

    .PagerBottomPanel div {
        background-color: #b8c6cf;
    }

.grDetailCell {
    background-color: #a4bcc4;
    border-bottom: 1px solid #467678 !important;
    padding: 24px !important;
}

.grDetailMiddleHeader {
    text-align: center;
    vertical-align: middle;
    border-bottom: 0px !important;
    border-right: 1px solid #253746 !important;
    border-top: 1px solid #253746 !important;
    border-left: 0px !important;
    background-color: #bccad4;
    height: 39px;
    font-size: 14px;
    color: #253746 !important;
    line-height: 39px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-right: 10px;
    padding-left: 10px;
}

    .grDetailMiddleHeader table {
        color: #253746;
    }

.grdtLeftHeaderCell {
    border-left: 1px solid #253746 !important;
    height: 39px;
    padding: 0px !important;
}

.grdtCells {
    background-color: #FFFFFF;
    border-bottom: 1px solid #253746 !important;
    border-right: 1px solid #253746 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    color: #253746;
    height: 30px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}

.grdtLeftCell {
    background-color: #FFFFFF;
    border-bottom: 1px solid #253746 !important;
    border-right: 1px solid #253746 !important;
    border-top: 0px !important;
    border-left: 1px solid #253746 !important;
    height: 30px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-right: 10px;
    padding-left: 10px;
}

#btnNewUser {
    background-color: transparent;
    background-image: url('../Images/NewUser.png');
    width: 112px;
    height: 31px;
    border: 0;
    float: left;
    margin-bottom: 3px;
}

    #btnNewUser:hover {
        background-image: url('../Images/NewUser01.png');
    }


#btnNewInspectionCenter {
    background-color: transparent;
    background-image: url('../Images/AddUser.jpg');
    width: 72px;
    height: 37px;
    border: 0;
    float: left;
    margin-bottom: 3px;
}

    #btnNewInspectionCenter:hover {
        background-image: url('../Images/AddUser01.jpg');
    }

.btnLogin {
    background-color: transparent;
    background-image: url('../Images/enter.png');
    width: 112px;
    height: 31px;
    border: 0;
    margin-bottom: 10px;
}

    .btnLogin:hover {
        background-image: url('../Images/enter01.png');
    }

.btnRefresh {
    background-color: transparent;
    background-image: url('../Images/search.png');
    width: 112px;
    height: 31px;
    border: 0;
    margin: 40px;
    cursor: pointer;
}

    .btnRefresh:hover {
        background-image: url('../Images/search01.png');
    }

.modalDiv {
    position: fixed;
    z-index: 10000;
    background-color: #000000;
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: .80;
    filter: Alpha(Opacity=80);
}

.btnCancel {
    background-image: url('../Images/closeF.png');
    width: 112px;
    height: 31px;
    cursor: pointer;
    position: absolute;
    left: 130px;
    bottom: 44px;
    border: 0;
}

    .btnCancel:hover {
        background-image: url('../Images/closeF01.png');
    }

.btnSave {
    background-image: url('../Images/submit.png');
    width: 112px;
    height: 31px;
    cursor: pointer;
    position: absolute;
    left: 250px;
    bottom: 44px;
    background-color: transparent;
    border: 0;
}

    .btnSave:hover {
        background-image: url('../Images/submit01.png');
    }


.lblMessage {
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    font-family: Tahoma;
}


#dvConfirm {
    z-index: 100001;
    height: 150px;
    width: 395px;
    background-color: transparent;
    font-family: Tahoma;
    font-size: 1em;
    position: fixed;
    top: 200px;
    margin: 5px;
    display: none;
}

#dvInnerConfirm {
    z-index: 100002;
    height: 113px;
    width: 321px;
    background-color: #768693;
    font-family: Tahoma;
    position: absolute;
    top: 37px;
    left: 37px;
    padding-right: 37px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}


.btnCloseAlert {
    background-image: url('../Images/clsbtn.png');
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    width: 37px;
    height: 37px;
    border: 0px solid #ffffff;
    border-width: 0px !important;
}

    .btnCloseAlert:hover {
        background-image: url('../Images/clsbtn01.png');
    }

#dvAlert {
    z-index: 100001;
    height: 130px;
    width: 395px;
    background-color: transparent;
    font-family: Tahoma;
    font-size: 1em;
    position: fixed;
    top: 200px;
    margin: 5px;
    display: none;
}

#dvInnerAlert {
    z-index: 100002;
    height: 93px;
    width: 321px;
    background-color: #768693;
    font-family: Tahoma;
    position: absolute;
    top: 37px;
    left: 37px;
    padding-right: 37px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}


#btnConfirmYes {
    background-image: url('../Images/Yes.png');
    width: 41px;
    height: 41px;
    cursor: pointer;
    position: absolute;
    left: 151px;
    bottom: 26px;
    border: 0;
    background-color: transparent;
    margin-left: 20px;
}

    #btnConfirmYes:hover {
        background-image: url('../Images/Yes01.png');
    }

#btnConfirmNo {
    background-image: url('../Images/No.png');
    width: 41px;
    height: 41px;
    cursor: pointer;
    position: absolute;
    left: 90px;
    bottom: 26px;
    border: 0;
    background-color: transparent;
    margin-left: 20px;
}

    #btnConfirmNo:hover {
        background-image: url('../Images/No01.png');
    }

.reject {
    background-image: url('../Images/delete.png');
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: transparent;
    border: 0px;
    margin-left: 8px;
    margin-top: 2px;
}

    .reject:hover {
        background-image: url('../Images/delete01.png');
    }

.on {
    background-image: url('../Images/on.png');
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: transparent;
    border: 0px;
    margin-left: 8px;
    margin-top: 2px;
}

    .on:hover {
        /*   background-image: url('../Images/on01.png');  */
    }

.off {
    background-image: url('../Images/off.png');
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: transparent;
    border: 0px;
    margin-left: 8px;
    margin-top: 2px;
}

    .off:hover {
        /*    background-image: url('../Imagesoff01.png');*/
    }


.access {
    background-image: url('../Images/access.png');
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: transparent;
    border: 0px;
    margin-left: 8px;
    margin-top: 2px;
}

    .access:hover {
        background-image: url('../Images/access01.png');
    }


#imgClose {
    left: 5px;
    top: 5px;
    position: absolute;
    width: 22px;
    height: 20px;
    cursor: pointer;
    background-image: url('../Images/close.png');
}

    #imgClose:hover {
        background-image: url('../Images/close01.png');
    }

#imgExit {
    left: 5px;
    top: 5px;
    position: absolute;
    width: 22px;
    height: 20px;
    cursor: pointer;
    background-image: url('../Images/exit.png');
}

    #imgExit:hover {
        background-image: url('../Images/exit01.png');
    }

.ComboBox {
    background-color: #ffffff;
    height: 30px;
    line-height: 25px !important;
    width: 218px;
    font-family: Tahoma;
    font-size: 13px;
    padding: 0px;
    border: none;
    text-align: right;
}

.TextBox {
    background-color: #ffffff;
    height: 32px !important;
    line-height: 20px;
    width: 218px;
    font-family: Tahoma;
    font-size: 13px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 0px;
    padding-top: 0px;
    border: 1px solid #c2c2c2;
    text-align: right;
}

.lblPosHRF {
    cursor: pointer;
    font-family: tahoma;
    background-color: transparent;
    border: 0;
    color: white;
    font-size: 12px;
    z-index: 10000000;
}

.popup-icon {
    width: 16px;
    height: 16px;
    background-image: url('../images/ui-icons_72a7cf_256x240.png');
}

.popup-icon-closethick {
    background-position: -96px -128px;
}

.popup-titlebar-close {
    position: absolute;
    left: .7em;
    top: 15px;
    width: 16px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 16px;
    cursor: pointer;
}

    .popup-titlebar-close span {
        display: block;
        margin: 1px;
    }

.ViewSelectedOneShowOnMap {
    display: none;
    height: auto;
    width: auto;
    left: 50%;
    top: 100px;
    position: absolute;
    z-index: 2147483640; /*the max z-index is 2147483647 but we have some popup on top so ...*/
    background-color: #C1D2E1;
    font-family: Tahoma;
    font-size: 1em;
    padding: 0;
    border: solid 2px #1C66A5;
    background: #E3E3E3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.SelectedOneShowOnMapContent {
    width: 900px;
    height: 600px;
    margin: 20px 10px 10px 10px;
}

#divSelectedOneMap {
    width: 900px;
    height: 600px;
}
