@font-face {
    font-family: koodak;
    src: url('fonts/koodak.ttf');
}

.mymdtoolbar {
    min-height: 50px !important;
    max-height: 50px !important;
}

.mymdtoolbarTools {
    min-height: 50px !important;
    max-height: 50px !important;
}

.logoImage {
    width: auto;
    height: 40px;

}
.logoImage2 {
    width: auto;
    height: 40px;
}

html, body {
    /*direction: rtl;*/
    font-family: koodak;
    overflow-x: hidden;
}

body {
    background-color: #0f0f0f;
}

input, label {
    font-family: koodak;
    direction: rtl;
}

::-webkit-scrollbar {
    width: 0px; /* for vertical scrollbars */
    height: 0px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
}

.header-item {
    color: #ffffff;
    margin-right: 20px;
    margin-left: 10px;
    font-size: 20px;
    cursor: pointer
}

.header-item:hover {
}

.upper_row {

}

.upper_row input[type=text] {
    height: 25px;
    text-align: right;
    padding: 5px;
    font-family: koodak;
    width: 150px;
}

.user {
    color: #ffffff;
    font-size: 20px;
    font-family: koodak;
    padding: 10px;
}

.button {
    height: 38px;
    width: 70px;
    font-size: 18px;
    background-color: #4f7458;
    /*background-color: #0f4973;*/
    border: 0px #0f4973;
    color: #eeefff;
    font-family: koodak;
}

.button:hover {
    height: 38px;
    width: 70px;
    font-size: 18px;
    background-color: #0f4973;
    border: 0px #0f4973;
    color: #eeefff;
    font-family: koodak;
    cursor: pointer;
}

.setting {
    background-color: #ffffff;
    height: 100%;
}

.invisible {
    display: none;
}

.visible {
    /*display: block;*/
}

.nav_row {
    color: #000000;
    font-size: 20px;
    font-family: koodak;
    padding: 10px;
}

.nav_row span {
    vertical-align: middle;
}

.nav_row:hover {
    color: #cbccc9;
    cursor: pointer;
}

.selected_nav_row {
    background-color: #fa610d;
    color: #4f7458;
}

.car_item {
    background-color: #4f7458;
}

.tab {
    font-size: 20px;
    font-family: koodak;
    padding: 1%;
    border: 0px;
    width: 48%;
    /*background-color: #125688;*/
    background-color: #4f7458;
    color: #ffffff;
}

.active {
    background-color: #d9d9d9;
    color: #4f7458;
}

.tab:hover {
    cursor: pointer;
}

.sensor-cell {
    background-color: #515654;
    height: 80px;
    color: #2cffb0;
    text-align: center;
    font-size: 14px;
    align-content: center;
    cursor: hand;
}

.active-cell {
    background-color: #00b405;
    color: #ffffff;
}

.sensor-icon {
    width: 100%;
}

.onHover:hover {
    cursor: pointer;
}

.show-on-map {
    color: #244d99;
}

.hide-on-map {
    color: rgb(201, 22, 0);
}

.polygon-label {
    font-size: 9px;
    text-align: center;
    color: #222;
    text-shadow: 0 0 5px #fff;
    font-family: koodak, Helvetica, Arial, sans-serif;
}

md-input-container.md-input-focused label:not(.md-no-float),
md-input-container.md-input-has-placeholder label:not(.md-no-float),
md-input-container.md-input-has-value label:not(.md-no-float) {
    -webkit-transform: translate3d(45px, 6px, 0) scale(.75);
    transform: translate3d(5px, 6px, 0) scale(.75);
}

[dir=rtl] md-input-container ._md-placeholder, [dir=rtl] md-input-container
label:not(.md-no-float):not(._md-container-ignore) {
    padding-right: 10px !important;
}

md-input-container .md-char-counter {
    position: absolute;
    left: 2px;
    top: 30px;
}

.odd {
    background: #d9d9d9;
}

.even {
    background: #97cca8;
}

.list-item {
    padding: 5px;
    cursor: pointer;
}

.rtl {
    direction: rtl;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.circle {
    width: 50px;
    height: 50px;
    background: red;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.table-days tbody tr td span {
    font-family: koodak;
}

.btn-switch, .btn-today {
    font-family: koodak;
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
    font-family: koodak;

}

.blink_text {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    color: red;
}

#mainPanel {
    height: 100%;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    60% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    60% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }
    60% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}



.mmmm {
/ / color: #ff944f;
    color: #ffffff;
}

.menuItem {
/ / color: #ff944f;
    color: #ffffff
}

.menuImages {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);

    height: 25px;
    width: 25px;
    padding: 7px;

}

@media (min-width: 480px) and (min-height: 480px) {
    .menuImages {
        -ms-transform: rotate(180deg); /* IE 9 */
        -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
        transform: rotate(180deg);

        height: 30px;
        width: 30px;
        padding: 10px;
    }
}

.c-circle-menu__toggle {

}

.fa-2x {
    vertical-align: middle;
}

.my_c-circle-menu__item {
    cursor: hand;
}

.itemList_menu_icon {
    color: #3DF4FD !important;
/ / color: #ff944f !important;
    font-size: 16px !important;
    margin-right: 0px;
    margin-bottom: 5px;
}

.header_menu_icon {
    color: #3DF4FD !important;
/ / color: #ff944f !important;
    font-size: 18px !important;
    margin-right: 2px;
    margin-bottom: 5px;
}

.findPath_downBar_icon {
    color: #ff944f !important;
    font-size: 18px !important;
    margin-right: 2px;
    margin-bottom: 5px;
}

.findPath_downBar_icon_active {
    color: #e9fd29 !important;
/ / color: #ff944f !important;
    font-size: 21px !important;
    margin-right: 2px;
    margin-bottom: 5px;
}

.header_menu_button {
    border: solid;
    border-color: #ff944f;
    border-radius: 20px;
    border-width: 1px;

}

#mm1 {
    width: 0px;
    visibility: hidden;
    -webkit-transition: width 2s;
    transition: width 2s;
    height: 20px;
    font-size: 15px;
/ / background-color: #ff944f;
    background-color: #ffffff;
    border-width: 0px;
}

.transformInput {
    visibility: visible !important;
    width: 200px !important;
}

._md {
    margin: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12) !important;
}

.settingTabs {
    min-height: 450px !important;
}

.settingTabs md-tab-content {
    padding: 25px;
}

.settingTabs .after-tabs-area > span {
    margin-top: 25px;
    padding-right: 15px;
    vertical-align: middle;
    line-height: 30px;
    height: 100%;
}

.settingTabs .after-tabs-area > md-checkbox {
    margin-top: 26px;
    margin-left: 0;
}

/*.md-primary {
    color: rgba(255, 255, 255, 0.87);
    background-color: rgb(16, 108, 200) !important;
} */ /*commited by blackSheep */

/* md-tabs-wrapper {
    background-color: #0878ff !important;
}

md-tabs.md-default-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper >
md-tab-item:not([disabled]).md-active, md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas >
md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-default-theme.md-accent >
md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper >
md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-accent >
md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper >
md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-default-theme.md-accent >
md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-accent >
md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-default-theme.md-accent >
md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon, md-tabs.md-accent >
md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
    color: #fffd33;
    background-color: #0a3bb4 !important;
}

md-tabs.md-default-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper >
md-tab-item:not([disabled]), md-tabs.md-accent >
md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) {
    color: #72ff5b;
}*/

/*.dashboardToolTip {
    padding: 3px;
    font-size: 14px;
    color: #fffd33 !important;
    position: absolute !important;
} */ /* commented by blackSheep */

.pathInfo-dialog {
    direction: rtl;
    left: 40px;
    position: absolute;
    top: 5px;
    width: 330px;
    max-height: inherit;
    direction: rtl;
    font-size: 12px;
    background-color: #fff;
}

.pathInfo-hr {
    height: 5px;
    width: 25px;
}

.pathInfo-checkBox {
    margin: 5px 0px 5px 0px;
    cursor: pointer;
    line-height: 15px;
    min-width: 15px;
    min-height: 15px;
}

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #7a7a7a;
}

/*
 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}

/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
    background-color: #000000;
}

/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border: 2px solid #555555;
}


/*
 *  STYLE 5
 */

#style-5::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb
{
    background-color: #0ae;

    background-image: -webkit-gradient(linear, 0 0, 0 100%,
    color-stop(.5, rgba(255, 255, 255, .2)),
    color-stop(.5, transparent), to(transparent));
}


/*
 *  STYLE 6
 */

#style-6::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar-thumb
{
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg,
    rgba(255, 255, 255, .2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, .2) 50%,
    rgba(255, 255, 255, .2) 75%,
    transparent 75%,
    transparent)
}


/*
 *  STYLE 7
 */

#style-7::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-7::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-image: -webkit-gradient(linear,
    left bottom,
    left top,
    color-stop(0.44, rgb(122,153,217)),
    color-stop(0.72, rgb(73,125,189)),
    color-stop(0.86, rgb(28,58,148)));
}

/*
 *  STYLE 8
 */

#style-8::-webkit-scrollbar-track
{
    border: 1px solid black;
    background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar-thumb
{
    background-color: #000000;
}


/*
 *  STYLE 9
 */

#style-9::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar-thumb
{
    background-color: #F90;
    background-image: -webkit-linear-gradient(90deg,
    rgba(255, 255, 255, .2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, .2) 50%,
    rgba(255, 255, 255, .2) 75%,
    transparent 75%,
    transparent)
}


/*
 *  STYLE 10
 */

#style-10::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-10::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-10::-webkit-scrollbar-thumb
{
    background-color: #AAA;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg,
    rgba(0, 0, 0, .2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, .2) 50%,
    rgba(0, 0, 0, .2) 75%,
    transparent 75%,
    transparent)
}


/*
 *  STYLE 11
 */

#style-11::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-11::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-11::-webkit-scrollbar-thumb
{
    background-color: #3366FF;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(0deg,
    rgba(255, 255, 255, 0.5) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.5) 75%,
    transparent 75%,
    transparent)
}

/*
 *  STYLE 12
 */

#style-12::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    border-radius: 10px;
    background-color: #444444;
}

#style-12::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#style-12::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #D62929;
    background-image: -webkit-linear-gradient(90deg,
    transparent,
    rgba(0, 0, 0, 0.4) 50%,
    transparent,
    transparent)
}

/*
 *  STYLE 13
 */

#style-13::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    border-radius: 10px;
    background-color: #CCCCCC;
}

#style-13::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#style-13::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #D62929;
    background-image: -webkit-linear-gradient(90deg,
    transparent,
    rgba(0, 0, 0, 0.4) 50%,
    transparent,
    transparent)
}

/*
 *  STYLE 14
 */

#style-14::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
    background-color: #CCCCCC;
}

#style-14::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-14::-webkit-scrollbar-thumb
{
    background-color: #FFF;
    background-image: -webkit-linear-gradient(90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 25%,
    transparent 100%,
    rgba(0, 0, 0, 1) 75%,
    transparent)
}

/*
 *  STYLE 15
 */

#style-15::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-15::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear,
    40% 0%,
    75% 84%,
    from(#4D9C41),
    to(#19911D),
    color-stop(.6,#54DE5D))
}

/*
 *  STYLE 16
 */

#style-16::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-16::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-16::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top,
    #e4f5fc 0%,
    #bfe8f9 50%,
    #9fd8ef 51%,
    #2ab0ed 100%);
}