﻿/*menu*/

.modal
{
    top: 5% !important;
}
.top-wrapper {
    position: relative;
}
.col-md-1-5 {
    width:12.5%;
}
.thin .input-search{
    width:120px !important;
}
.thin {
    margin-top: 15px;
    vertical-align: middle;
}
.searchProduct {
    /*height: 36px;*/
    width: 231px;
    background-color: #3cb7b6;
    opacity: 1;
    padding: 0px;
    border-radius: 3px;
    margin-bottom: 1%;
    border: 1px solid gray;
    display: inline-block;
}
.tooltip .titl
{
    position: absolute;
    z-index: 999;
    white-space: nowrap;
    bottom: 9999px;
    right: 60%;
    background: #000;
    color: #e0e0e0;
    padding: 0px 7px;
    line-height: 24px;
    height: 24px;
    transition: opacity 0.4s ease-out;
}

    .tooltip .titl::before
    {
        content: "";
        display: block;
        border-right: 6px solid #000000;
        border-top: 6px solid transparent;
        position: absolute;
        top: -3px;
        right: 0px;
    }

.tooltip:hover .titl
{
    opacity: 1;
    bottom: -10px;
}

.searchProductSmall
{
    background-color: #3cb7b6;
    top: 220px;
    /*right: 0px;*/
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    float: right;
    position: fixed;
    opacity: 1 !important;
}

.searchImg
{
    font-size: 20px;
}

    .searchProduct:hover
    {
        background-color: #3cb7b6;
    }

    .searchProduct .angucomplete-dropdown
    {
        text-align: right;
        overflow: auto;
        height: 300px;
        width: 270px !important;
        direction: rtl;
    }

    .searchProduct .angucomplete-selected-row
    {
        background-color: #d0d2d3;
    }

    .searchProduct .divinput
    {
        /*text-align: right;
        height: 50px;
        font-size: 20px;*/
        border: none;
        width: 270px;
    }

        .searchProduct .divinput .input1::-webkit-input-placeholder
        {
            color: black;
        }

        .searchProduct .divinput .input1:-moz-placeholder
        {
            color: black;
        }

        .searchProduct .divinput .input1::-moz-placeholder
        {
            color: black;
        }

        .searchProduct .divinput .input1:-ms-input-placeholder
        {
            color: black;
        }
        .searchProduct .divinput .input1
{
    background-color: #dbdcdd !important;
    height: 23px;
    font-size: 16px;
    padding-right: 2%;
}
        .closeSearch
{
    /* width: 35px; */
    height: 50px;
    /*right: 270px;*/
    font-size: 35px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #3cb7b6;
    position: fixed;
    top: 220px;
    opacity: 0.8;
    border-right: none!important;
    border: 1px solid #929497;
    cursor: pointer;
}

.buttonA {
    background-color: rgba(0, 0, 255, 0) !important;
    border-color: rgba(0, 0, 255, 0) !important;
    color: #387bb5 !important;
    font-size: 15px !important;
    font-family: sans-serif !important;
    margin-right: -13px !important;
}
.Gray {
background-color:rgba(128, 128, 128, 0.21);
}

.half {
    height: 50px;
    height: 3px;
    margin-bottom: 200px;
    padding-bottom: 200px;
    margin-top: 200px;
    padding-top: 200px;
    background-color: yellow;
}
/*.top-wrappe-expand {
position:fixed;
top:0;
background:#f5f5f5;
z-index:30;
width:100%;

}*/

/*message*/
input[type=checkbox] {
    width: 25px;
    height: 20px;
    vertical-align: middle;
}

.errorMessage {
    color: #bf2e2e;
}

.message_popUp {
    width: 250px;
    position: fixed;
    left: calc(50% - 125px);
    top: 15%;
    padding: 8px 25px;
    background: #eee;
    opacity: 0.8;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 9999999;
}

.full-height {
    height: 100%;
}

.message_popUp.success {
    background: #1ed528;
}

.message_popUp.error {
    background: #bf2e2e;
}
/*end message*/
.margin-top {
    margin-top:20px;
}

.marginL20 {
    margin-left:20px;
}

.loginContainer {
    width: 30%;
    margin: auto;
    margin-top: 10%;
    text-align: center;
    background: #efefef;
    padding: 5%;
}

.loginDiv
{
    margin-top: 8%;
}

.top-wrapper .main-menu-close {
    position: absolute;
    top: 0;
    width: 62%;
    right: 20%;
}

.top-wrapper .main-menu-expand {
    position: static;
    /*padding-top: 5px;
margin-bottom: 15px;*/
}

.main-menu {
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.menu-item-padding {
    width: 12.5%;
}

.menu-item-div {
    cursor: pointer;
    color: white;
    cursor: pointer;
    background-color: white;
    border: 1px solid #e6e6e6;
    border-top-right-radius: 2PX;
    border-top-left-radius: 2PX;
    box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.08);
    height: 90px;
    position: relative;
    /*transition: all .4s ease;*/
}

    .menu-item-div label {
        display: block;
        font-size: 1rem;
        font-weight: normal;
        cursor: pointer;
        margin-bottom: 0px;
        font-size: 15px;
    }

    .menu-item-div i {
        padding-top: 5px;
        cursor: pointer;
        display: block;
    }

.main-menu-close i {
    /*visibility: hidden;*/
    /*height: 0px;*/
}

.main-menu-close label {
    font-size: 15px;
}

.menu-item-padding {
    /*cancel Bootstrap col default tight, left padding*/
    padding-left: 7px;
    padding-right: 7px;
}

/*.menu-div div:last-child .menu-item-padding {
    padding-left: 0;
}*/

.menu-item-div-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.main-menu-expand .menu-item-div-bottom {
    height: 30px;
    border-radius: 1px;
    border: 1px solid;
}

.main-menu-close .menu-item-div {
    height: 60px;
}

    .main-menu-close .menu-item-div i {
        height: 30px;
    }

.main-menu-close .menu-item-div-bottom {
    height: 20px;
    border-bottom-width: 1px;
}

.header-menu {
    color: white;
    font-size: 1rem;
    margin-left: 5px;
}

.header-menu-tab {
    padding: 5px 30px;
    border: 1px solid #00cacc;
    cursor: pointer;
    /*?*/
    transition: all .65s ease;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 10px 20px 11px 20px;
    font-size: 14px;
}

    .header-menu-tab:hover, .header-menu-active {
        border: 1px solid #00a4a6;
        border-radius: 4px;
        box-shadow: 1px 1px 1px rgba(00, 00, 00, 0.1);
    }

.header-menu-active {
    background-color: #00a4a6;
}

.header-container {
    background-color: #00cacc;
    margin: 0;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    width: 100%;
    color: white;
    margin-bottom: 10px;
    margin-top: 2px;
}

.header-title {
    min-width: 310px;
    /*height: 100%;*/
}

.header-title {
    min-width: 310px;
    /*height: 100%;*/
}

.site-name {
    padding: 0;
}

.header-title h2 {
    font-size: 1.6rem;
    margin: 0;
    display: inline;
    position: relative;
    top: 2px;
    white-space: nowrap;
}

.header-title .disabled, .header-title .disabled:hover {
    opacity: 0.3;
}

.header-menu {
    color: white;
    font-size: 1rem;
    margin-left: 5px;
}

.header-menu-tab {
    padding: 5px 30px;
    border: 1px solid #00cacc;
    cursor: pointer;
    /*?*/
    transition: all .65s ease;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 10px 20px 11px 20px;
}

    .header-menu-tab:hover, .header-menu-active {
        border: 1px solid #00a4a6;
        border-radius: 4px;
        box-shadow: 1px 1px 1px rgba(00, 00, 00, 0.1);
    }

.header-menu-active {
    background-color: #00a4a6;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }

    .main-menu-expand.container {
        width: calc(100% - 14px) !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 98%;
    }

    .main-menu-expand.container {
        width: calc(100% - 14px) !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 98%;
    }

    .main-menu-expand.container {
        width: calc(98% - 14px) !important;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 95%;
    }

    .main-menu-expand.container {
        width: calc(95% - 14px) !important;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 93%;
    }

    .main-menu-expand.container {
        width: calc(93% - 14px) !important;
    }
}

/*end menu*/

.header-user-div {
    padding-top: 34px;
}

    .header-user-div span {
        cursor: pointer;
    }

.button-submit {
    background: #e4e4e4;
    border: 1px solid #e4e4e4;
    width: 68px;
    height: 37px;
    border-radius: 6px;
    color: black;
}

.button-line div,
.btn-blue {
    background: #1C75BB;
    border: 1px solid #0564af;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    color: white;
    display: inline-block;
}

    .button-line div span {
        margin-right: 7px;
    }

.taskFilter {
    width: auto;
    margin-left: 5px;
    display: inline-block;
}

.button-line div:hover,
.btn-blue:hover {
    background: #0564af;
    cursor: pointer;
}

.button-line span:before {
    font-size: 19px;
    vertical-align: -webkit-baseline-middle;
}

#exportFromExcelTsk {
    font-size: 19px;
    vertical-align:bottom;
}

.btn-blue span:before {
    font-size: 19px;
    vertical-align: bottom;
}





.right-main {
    position: absolute;
    right: 89px;
    top: 0px;
    width: 83%;
}

.right-main-header {
    background: #F1F1F1;
    padding: 14px 13px;
    font-weight: bold;
    font-size: 18px;
}

.right-menu-new {
    background: #F1F1F1;
    padding: 7px;
}

.btn-next {
    background-color: #CCCBCB !important;
    border: 1px solid #787879 !important;
    color: black;
    float: left;
}

.choose-all {
    font-size: 12px;
    width: 34px;
    padding: -1px 0px;
    margin-right: -8px;
    background-color: white;
    border: 1px solid #787879;
    border-radius: 3px;
}

.form-Polygon .form-group {
    display: block;
}

.marginB19 {
    margin-bottom: 19px;
}

.add-design-form-group {
    height: 51px;
}

    .add-design-form-group label {
        width: 205px;
        float: right;
    }


.design-form-group {
    margin-bottom: 16px !important;
}


    .design-form-group label {
        width: 200px;
    }

    .design-form-group input {
        width: 280px;
    }

    .design-form-group div {
        width: 280px;
        display: inline-table;
    }

.track-summary {
    border: 1px solid gray;
    width: 261px;
    padding: 15px 33px;
    border-radius: 11px;
    line-height: 36px;
    margin: 21px auto;
}

.input-down {
    padding-right: 20px;
    line-height: 31px;
}

    .input-down input {
        margin-left: 9px;
        vertical-align: sub;
    }


.btn-end {
    background-color: #ddd;
    margin-right: 8px;
}

.creating-Polygon {
    position: absolute;
    z-index: 1;
    left: 23px;
    float: left;
    top: 19px;
    width: initial;
    padding: 8px 26px;
    background-color: #1C75BB;
    border: 1px solid gray;
    color: white;
    border-radius: 6px;
}

.creating-Polygon-Red {
    background: #bf2e2e;
}

.bCreatePoligon-btn, .bCreatePoligon-btn1 {
    position: absolute;
    z-index: 1;
    left: 23px;
    float: left;
    top: 70px;
    background-color: #1C75BB;
    border: 1px solid gray;
    color: white;
}

.bCreatePoligon-btn1 {
    top: 110px;
}

.span-creating {
    margin-right: 18px;
    float: left;
    font-size: 13px;
    padding-top: 3px;
}

    .span-creating:hover {
        cursor: pointer;
    }

.background-red {
    background-color: #ec9a9a;
}

.background-Gray {
    background-color: gray;
}
.background-rrr {
background-color:green;
}
.background-Gray-light {
    background-color: gray;
}

.background-hover {
        background-color: #f5f5f5 !important;
}
.background-hover:focus {
        background-color: red !important;
}
.background-blue {
    background-color: #9ab1ef;
}

.background-green {
    background-color: #d2e8ba;
}

.background-yellow {
    background-color: #f9eb96;
}

.background-red-light {
    background-color: #f9dddd;
}

.background-blue-light {
    background-color: #dee5fa;
}

.background-green-light {
    background-color: #f0f7e8;
}

.background-yellow-light {
    background-color: #fdf8dc;
}

.text-color-red {
    color: red;
}

.pac-container {
    z-index: 10000000 !important;
}

.isSelect {
    border: 2px solid #2a6496;
}

.redBorder {
    border: 2px solid #bf2e2e !important;
}


/*message*/



.message-div {
    width: 450px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-align: center;
    background: #fff;
    box-shadow: -4px -4px 2px #e0e0e0;
    position: fixed;
    left: calc(50% - 225px);
    top: 15%;
    z-index: 9999999;
}

.message-div-text {
    padding-top: 40px;
    padding-bottom: 80px;
    color: #4D4D4D;
    font-size: 20px;
}

.message-div-header {
    height: 70px;
    background: #5CB85C;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 2px solid #fff;
}

.message-div-header-circle {
    border-radius: 50%;
    border: 2px solid #fff;
    background: #5CB85C;
    width: 90px;
    height: 90px;
    margin: auto;
    margin-top: -45px;
    color: #fff;
}

    .message-div-header-circle i {
        color: #fff;
        font-size: 70px;
        padding-top: 8px;
    }

.error .message-div-header-circle, .error .message-div-header {
    background: #D9534F;
}

.info .message-div-header-circle, .info .message-div-header {
    background: #f7d554;
}


.message-div-close {
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
    color: #fff;
}

    .message-div-close:hover {
        opacity: 0.8;
    }

/*end message*/

/*dashbord*/

.all-dashbord {
    height: 100%;
}

    .all-dashbord .rowHeight {
        height: 375px;
    }

.commond-div {
    height: 60px !important;
}

    .commond-div .col-md-4 {
        background-color: white;
        height: 60px;
    }

.dashbord-wrap-div {
    height: 100%;
    padding: 0 46px;
}

.dash-div {
    background-color: white;
    height: 300px;
    box-shadow: 2px 0px 12px rgba(128, 128, 128, 0.57);
    margin: auto;
    position: relative;
    margin-top: 25px;
    text-align: center;
    padding-top: 13px;
    font-size: 18px;
}

.dashbord-bottom {
    width: 100%;
    height: 88px;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: white;
}

.dashC,
.dashF {
    background-color: white;
}

.dashA .dashbord-bottom {
    background-color: #4454A5;
}

.dashB .dashbord-bottom {
    background-color: #F2BC22;
}

.dashC .dashbord-bottom {
    border: 2px inset #009688;
    color: #009688 !important;
}

.dashD .dashbord-bottom {
    background-color: #AF1F7B;
}

.dashE .dashbord-bottom {
    background-color: #118EA5;
}

.dashF .dashbord-bottom {
    border: 2px inset #224EA1;
    color: #224EA1 !important;
}

.dashbord-bottom label {
    display: block;
    font-size: 18px;
    margin-top: 8px;
}

.dashbord-bottom div {
    padding: 0 35px;
    font-size: 14px;
}

.graph {
    width: 100%;
    height: calc(100% - 105px);
    direction: ltr !important;
}

/*end dashbord*/
.WrongAddress {
    background-color: #fff2b7;
}

.icon-excel {
    background-image: url(../images/excel-icon.png);
    height: 25px;
    width: 25px;
    background-size: 100% 100%;
    margin: auto;
    margin-top: 2px;
}
