﻿html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    direction: rtl;
    overflow:hidden;
}


::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #eee;
    border-right: 1px solid #eee;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}


.main {
    height: 100%;
    overflow-x: auto;
}

.mainMapHe {
    width: 100%;
    height: 100%;
}

.mainMap {
    width: 640px;
    height: 480px;
}

.padding {
    padding: 0px !important;
}

.btnSmall {
    width: 70px;
    margin-left: 5px;
}



.modal-body h3 {
    color: #7A0045;
    font-size: 18px;
    margin-top: 3px;
}

.contect {
    text-align: justify;
    direction: rtl;
    width: 85%;
    padding-right: 12%;
}

.title {
    background-color: #7A0045;
    padding: 17px 30px 17px 0px;
    color: white;
    text-align: right;
    font-size: 21px;
    margin: 0 0 20px 0;
}

    .title:not(:first-child) {
        margin: 13px 0 20px 0;
    }

.btn-group .dropdown-toggle {
    width: 100%;
    direction: ltr;
}

    .btn-group .dropdown-toggle .caret {
        margin-right: 10px;
        border-top: 8px dashed;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

.btn-group .aa {
    width: 100%;
}

.select {
    width: 220px;
    float: right;
    margin-left: 5px;
}

.btnstyle {
    width: 130px;
}

#closeDialog {
    float: left;
}

.none {
    display: none;
}
/*.table {
height:350px;
}*/

/*table.trackTable tbody,
table.trackTable thead { display: block; }


table.trackTable tbody {
    height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}*/

.trackTable {
    margin-top: 20px;
    display: flex;
    flex-flow: column;
    /*width: 95%;*/
    border-color: gainsboro;
}

.PolygonMap td,.PolygonMap th {
    padding: 4px; white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
}

.trackTable thead {
    /* head takes the height it requires, 
    and it's not scaled when table is resized */
    flex: 0 0 auto;
    width: calc(100% - 8px);
    HEIGHT: 35px;
    border: none;
}

.trackTable tbody {
    /* body takes all the remaining available space */
    flex: 1 1 auto;
    display: block;
    overflow-y: scroll;
    height: 300px;
}

    .trackTable tbody tr {
        width: 100%;
    }

    .trackTable thead,
    .trackTable tbody tr {
        display: table;
        table-layout: fixed;
    }

    .trackTable tbody  {
        white-space: nowrap;
        text-overflow: ellipsis;
    overflow-y: auto;
        max-width: 100%;
        font-size: 16px;
        vertical-align: middle;
    }

th {
    padding: 8px;
}

.marginR {
    margin-right: 2.5%;
}

.colorChoose {
    background-color: #e9e7e7;
}

.btnDelete {
    float: left;
    margin-left: 20px;
}

.row1 {
    margin-top: 5px;
}

.dateTimeControl {
    direction: ltr;
}

.datePicker {
    margin-top: 10px;
}

.timePicker .text-center td {
    line-height: 0px;
}

.timePicker input, .timePicker button {
    padding: 0px;
    height: inherit;
}

.timePicker .text-center td a {
    font-size: 8px;
    padding: 0px;
}

.dropdownShort {
    height: 200px;
    overflow-y: scroll;
}

.dropdown-menu {
    padding: 5px;
}

.right-menu {
    box-shadow: 0px -1px 20px #A5A5A5;
    z-index: 1;
}



.productColor {
    color: #FFCDD2;
}

.productColor5 {
    color: #d51e1e;
}

.productColor3 {
    color: #f2d316;
}

.productColor6 {
    color: #9CCC65;
}

.productColor7 {
    color: #1f51db;
}
.productColor8 {
    color: orange;
}
.productColor35 {
    color: green;
}
.wait {
    margin: auto;
    position: fixed;
    width: 60px;
    height: 60px;
    z-index: 500000;
    background: url('../Images/ajax-loader.gif') no-repeat;
    top: 150px;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: 100%;
}

.boldColor {
    font-weight: bold;
}

.circle {
    height: 60px;
    width: 60px;
    border-radius: 50px;
    background-color: #45B9B8;
    box-shadow: 1px 1px 5px #999;
    cursor: pointer;
}

    .circle:hover,.circle.active {
        background-color: #247372;
    }

.circle-span {
    color: white;
    position: relative;
    right: 15px;
    top: 8px;
}

    .circle-span:before {
        font-size: 32px;
    }

.line {
    height: 42px;
    width: 7px;
    background-color: #45B9B8;
    margin-right: 28px;
    margin-top: -1px;
    margin-bottom: -1px;
}

.header-logo {
    margin: 9px 0 !important;
    height: 70px !important;
}