﻿
@font-face {
    font-family: 'iYekan';
    src: url(../fonts/yekan/woff2/IRANYekanWebLight.woff2);
    src: url(../fonts/yekan/eot/IRANYekanWebLight.eot?#iefix) format("embedded-opentype"),
        url(../fonts/yekan/woff/IRANYekanWebLight.woff) format("woff"),
        url(../fonts/yekan/woff2/IRANYekanWebLight.woff2) format("woff2"),
        url(../fonts/yekan/ttf/IRANYekanWebLight.ttf) format("truetype"),
        url(../fonts/yekan/svg/IRANYekanWebLight.svg) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display:fallback;
}
@font-face {
    font-family: 'iYekan';
    src: url(../fonts/yekan/woff2/IRANYekanWebBold.woff2);
    src: url(../fonts/yekan/eot/IRANYekanWebBold.eot?#iefix) format("embedded-opentype"),
        url(../fonts/yekan/woff/IRANYekanWebBold.woff) format("woff"),
        url(../fonts/yekan/woff2/IRANYekanWebBold.woff2) format("woff2"),
        url(../fonts/yekan/ttf/IRANYekanWebBold.ttf) format("truetype"),
        url(../fonts/yekan/svg/IRANYekanWebBold.svg) format("svg");
    font-weight: 600;
    font-style: normal;
    font-display:fallback;
}
html, body, #map_canvas {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background:#eee;
    overflow:hidden;
}
body,input{
    direction:rtl;
    font-family: 'iYekan',sans-serif;
    font-size:14px;
}
.gmnoprint *,.gm-style-cc *,.uNGBb-dialog-view--content *{
    font-family: 'iYekan',sans-serif !important;
}
input, button, select, textarea,.btn{
    font-weight:600;
}
a{
    text-decoration:none !important;
}
.field-validation-valid{
    display:none !important;
}
*{
    border-radius:0;
    outline:none !important;
}
.relative{
    position:relative;
}
img{
    max-width:100%;

}
.w50{
    width:50px;
}
.w20{
    width:20px;
}
.infoWindow {
    font-family: 'iYekan';
    line-height:2;

}
.infoWindow b{
    color:#f15a27;
    display:inline-block;
    margin-left:5px;
}
.infoWindow p{
    text-align:center;
    direction:ltr;
    padding:5px;
}
#map_canvas {
    position: absolute !important;
    top:50px;
    left:0;
}

#site_header,#site_footer {
    z-index: 500;
    border-color: #ccc;
    background-color: #f8f8f8;
    top: 0;
    border-width: 0 0 1px;
    position: fixed;
    right: 0;
    left: 0;
    min-height: 50px;
}
#site_footer{
    min-height:30px;
    top:auto;
    bottom:0;
    background:#848688;
    color:white;
}
.header_logo{
    float:right;
    line-height:50px;
    margin: 3px 15px;
}
.header_logo img{
    display:block;
}
#site_content {
    position:relative;
    height:100%;
}
.showParams {
    position: absolute;
    width: 150px;
    height: 30px;
    content: "map";
    background: #fff;
    right: 0px;
    top: 50px;
    z-index: 99;
    line-height: 30px;
    padding: 0 20px;
    font-size: 13px;
    color: #f15a27;
    transition:transform 500ms;
    transform:translateX(100%)
}
.showParams .glyphicon{
    position:relative;
    right:-3px;
    top:3px;
}
.showParams.active{
    transform:translateX(0)
}
.navbar{
    margin:0;
    min-height:inherit;
}
.navbar-collapse,.navbar-default{
    border:none !important;
    background:none !important;
    padding:0 !important;
}
#site_navbar{
    margin:0;
    padding:0;
    
    list-style:none;
    height:50px;
}
#site_navbar li{
    float:right;
    height:50px;
}
#site_navbar li>a{
    line-height:50px;
    padding:0 25px;
    border-right:1px solid #eee;
    display:block;
    color:#666;
}
#site_navbar li:last-child{
    border-left:1px solid #eee;
}
#site_navbar li>a:hover,#site_navbar li>a.active{
    background:#fff;
    color:#f15a27;
}
.ltr{
    direction:ltr;
}
.text-right{
    text-align:right;
}
.text-center{
    text-align:center;
}
.text-left{
    text-align:left;
}
.input-validation-error, .field-validation-error {
    color: red;
    border-color: red;
    font-size: 12px;
    
}
.field-validation-error{
    display:none
}

#ErrorMessage {
    padding: 0 15px;
    clear: both;
    display: none;
    background: red;
    color: #fff;
    margin: 15px 0;
    line-height: 20px;
}
.popover-content{
    font-size:12px;
}
.echart_div{
    position:fixed;
    bottom:30px;
    left:0;
    width:50%;
    transition:transform 500ms;
    min-height:100px;
    background:rgba(255,255,255,1);
    display:none;
}
.echart_div:after,.echart_div:before{
    position:absolute;
    width:32px;
    height:42px;
    bottom:10px;
    left:0px;
    content:"";
    display:block;

    z-index:2;
    background-image: url(../images/tx.png);
}
.echart_div:after{
    left:auto;
    background-image: url(../images/rx.png);
    right:10px;
}
.echart_div.full{
    transform:translateX(150%)
}
.echart_div.full>div>div>div{
    margin:auto;
}
div.google-visualization-tooltip { display:none }

.ptpCurrentValues{
    line-height:30px;
    padding:0 15px;
    font-size: 12px;
    float:right;
}
.ptpCurrentValues b{
    margin-right:5px;
    font-weight:normal;
}
.ptpCurrentValues i {
    display: inline-block;
    background: #ddd;
    line-height: 30px;
    position: relative;
    margin: 0 10px;
    width: 1px;
    height: 20px;
    top: 5px;
}
.col-kmz .input-group-addon.input-sm{
    padding:0 0;
}
.btn-red {
    color: #fff;
    background-color: #f15a27;
    border: 1px solid #f15a27;
}
.btn-main {
    min-width: 127px;margin-top: 10px;
}
/***********************FORM*/
.form-control:focus{
    box-shadow:inherit !important;
    border-color:#ccc;
}
.tabs {
    top: 50px;
    transition:all 500ms;
    width: 97%;
    position: absolute;
    display: block;
    z-index: 100;
    max-width: 900px;
    background:#fff;
    padding: 1em ;
    height: 93%;
    transform:translateX(110%);
    opacity:1;
    direction:ltr;
    overflow-x:hidden;
    overflow-y: scroll;
}
.tabs>div,#linkDataForm{
    direction:rtl;
    margin-bottom: 25px;
}
.tabs.active{
    transform:translateX(0px);
    opacity:1;
}
#form_tabs.params{
    max-width:426px;
}

#parameters_form {
    background: none;
    display: none;
    margin: 0;
    width: 97%;
    padding-left: 5px;
    border-radius: 0 5px 5px 5px;
    margin-left: -5px;

}
.form-group-search{
    color: #222;
    background-color: #eee;
    border:1px solid #ddd;
    padding: 15px;
}
.form-group-search .form-control {
    border: 1px solid #ddd;
}
.alert-warning {
    color: #222;
    background-color: #eee;
    border-color: #ddd;
}
.input-group-addon:last-child {
    border-right: 0;
    border-left:1px solid #ccc;
}
.form-group-sm label {
    line-height: 30px;
    margin: 0;
}


.pathMarkerLabel{
    background-color:rgba(0,0,0,0.8);
    color:#fff;
    z-index:9999;
    position:absolute;
    
    font-family: 'iYekan';
    padding:5px;
    text-align:center;
}
.siteLabel {
    color: #fff;
    background-color:rgba(0,111,224,0.4);
    border: 1px solid rgba(0,111,224,0.4);
    font-family: 'iYekan';
    font-size: 12px;
    text-align: center;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.siteLabelTx{
    background-color:rgba(50,142,18,0.4);
    border-color:rgba(50,142,18,0.4);
}

.col-header {
    background-color: #fdfbfb;
    background-image: url('../images/tx.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    border: 1px solid #f5f0f0;
    border-bottom: none;
    line-height: 2;
    background-size: auto 100%;
    padding: 0 15px;
}
.col-Rx .col-header{
    background-image:url('../images/rx.png');
}
.col-xs-12.border-left{
    margin-top:15px;
}
.col-search{
    margin-top: 8px;
}
.form_border {
    border: 1px solid #f5f0f0;
    padding: 5px 0;
}
label{
    font-weight:normal;
    font-size:12px;
}
.btn-primary{
    min-width:100px;
}
.full-width {
    width: 100%;
}
.width-half {
    width: 50%!important;
}
#tab_form .input-group {
    margin-bottom: 2px;
}
#locationFind{
    height:34px;
}
.dropdown-toggle{
    border-right:none;
}
.dropdown-menu{
    text-align:right;
    font-weight:normal;
    font-size: 12px;
        min-width: 280px;
}
.dropdown-menu li{
    width:50%;
    float:right;
}
@media (min-width: 768px){
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: right;
}
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: right;
}

.ltr .input-group-addon:last-child{
    /*border-right: 1px solid #ccc;
    border-left:none;*/
}

#results_tabs .input-group{
    margin-bottom:3px;
}
.results_values{
    background:#eee;padding: 15px 0;
}
#chart_div {
    min-height: 350px!important;
}
.input-group-addon:first-child {
    border-left: 0;
    border-right:1px solid #ccc;
}
#obsHeight{
    min-height:36px;
    border-left:0;
}







/****************************************************MyLinks*/
#mylinks_list{
    margin-bottom:40px;
}
#mylinks_tabs{
    max-width:750px;
}
#users-data-list th{
    text-align:right;
}
#users-data-list .btn{
    display:inline-block;padding: 1px 10px;
}
table.dataTable tbody td {
    padding: 8px 0;
}
.map-help{
    float:left;
}
.map-help ul,.map-help li{
    margin:0;
    padding:0;
    list-style:none;
    margin:0 15px;
    font-size:12px;
    line-height:30px;
}
.map-help li{
    float:right;
}
.map-help li .glyphicon {
    color: #037cc1;
    margin-left: 3px;
}
.towersTrigger{
    display:none;
    position:absolute;
    top:60px;
    left:150px;    
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    background:#fff;
    min-width: 16px;
    padding:0 5px;
    line-height: 28px;
}
.towersTrigger .checkbox{
    margin:0;
}
.checkbox label{
    padding-left:inherit;
    padding-right:0;font-size: 11px;
}
input[type="checkbox"]{
    margin-left: 0;
    margin-right: -17px;top: 5px;
}

input[type="checkbox"].styled:checked + label:after{
    content: "\e013";
    font-family: 'Glyphicons Halflings';
}

#results_btns{
    display:none;
}
.disclaimerNote{
    width: 96%;
    margin:35px 0;
    font-size: 11px;
    color: #444;
}
#calculateLink{
    margin-left:15px;
}
#resetForm{
    margin-top: 10px;
}


.input-group-addon.input-sm i{
    font-style:normal;
    display:block;
    width:34px;
    font-weight:600;
}


.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius:3px;
    border-top-left-radius:3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius:0;
    border-top-left-radius:0;
}
.input-group-addon {
   
}

.controlUI{
    background-color:#555;
    color:#fff;
    margin:15px 10px 0;
    cursor:pointer;
    border-radius:3px;
}
.controlUI:hover{
    background-color:#f15a27;
    
}
.controlText{
    padding:0 8px;
    font-size:21px;
    line-height:37px;
        width: 37px;
        text-align:center;
}
.controlText>span{
    
        display: inline-block;
}
.btn-zoom-in{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
   
}
.btn-zoom-out{
    border-top-left-radius:0;
    border-top-right-radius:0;
    margin-top:0;
    border-top:1px dotted #999;
   
}
.btn-zoom-in .controlText,.btn-zoom-out .controlText{
    font-size: 16px;
}
.popover{
    font-family: 'iYekan';
        min-width: 170px;
}
.popover-title{
   
}
.list-unstyled,.list-unstyled li{
    margin:0;
    padding:0;
    list-style:none;
}

.popover-content h4 {
    color: #969ba3;
    font-size: 1.35rem;
    line-height: 1rem;
    font-weight: 600;
    margin:5px  0 1rem ;
}
.po-help.popover{
    min-width:300px;
}
.po-help.popover img{
    max-height:24px;
    margin-left:5px;
}
.po-help.popover li{
    margin-bottom:5px;
    
}

.MapKey-link{
    height: 15px;
    width: 15px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 2px;
    margin-left: 10px;
}
.link-good {
    border-color: #13bb72;
}
.link-poor {
    border-color: #f09300;
}
.link-critical {
    border-color: #ff3516;
}
.savePdfLink{

}

#SignalLevelRx{
    direction:ltr;
    text-align:right;
}

.loader{
    position:fixed;
    background:rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    z-index:9999;
    display:flex;
    justify-content:center;
    align-content:center;
    align-items:center;
    top:0;
    left:0;
}
.loader p{
    background:#fff;
    width:200px;
    text-align:center;
    height:90px;
    padding:15px 0;
    border-radius:6px;

}
.loader p span{
    display:block;
    color:#888;
    animation:colorchange 10s infinite alternate;
}
 @keyframes colorchange {
      0% {
        
        color: #999;
      }
      
      25% {
        
        color: #f58634;
      }
      
      50% {
        
        color: #000;
      }
      
      75% {
        
        color: #2980b9;
      }
      
      100% {
        
        color: blue;
      }
      

    }


 .iconsdemo{
     position:fixed;
     width:100%;
     height:100%;
     background:#fff;
     z-index:999999;
     left:0;
     right:0;
     display:none;
 }
 .iconsdemo a{
     display:inline-block;
     font-size:24px;
 }









 /****************************************************HELP*/

 .form-group-sm{
     position:relative;
     clear:both;
 }
 .reqHeight{
     position:absolute;
     width:36px;
     color:#fff;
     text-align:center;
     height:24px;
     left:75px;
     background:red;
     z-index:12;
     top:3px;
     line-height:24px;
     font-size:12px;
     display:none;
     cursor:pointer;
     direction:ltr;
 }
  .reqHeight:hover{
      background:#000;
      color:#fff;
  }
 .help>div{
     direction:rtl;
 }
  .help span{
      color:#f15a27;
  }

  #help_tabs{
      font-size:14px;
  }
    #help_tabs ul{
        line-height:2;
    }
    #help_tabs ul small{
        display:block;
        font-size:80%;
    }

 /****************************************************Rent Form*/
 #tower_tabs p{
     direction:rtl;
 }
    
 .header{
     display:none;
 }
.radio.horizontal {
    float: right;
    
    margin: 0;
    padding: 15px 0;
}
.radio.horizontal:hover,.radio.horizontal.active{
    color:#f15a27;

}
.radio.horizontal label{
    margin-right:25px;
}
.radio.horizontal input {
    right: 8px;
    top: 15px;
    padding: 31px;
    width: 105px;
}
#tower_tabs .eforms{
    width:100% !important;
        
}
#tower_tabs .eforms h4 {
    color: #f15a27;
    background: #eee;
    line-height: 30px;
    border-radius: 2px;
    padding: 0 5px;
}
.col-id-196 h5,.col-id-205 h5,.personal h5,.col-id-250 h5{
    display:none;
}
.col-id-221 .radio.horizontal{
    margin:7px 0;
        padding: 0;
}
.col-id-221 .radio.horizontal input{
    top:0;
}
.col-SecurityImage {
    position: absolute;
    left: 22px;
    top: 30px;
}
#ErrorMessage2{
    float: left;
    background: red;
    color: white;
    padding: 0 15px;
    border-radius: 4px;
    line-height:34px;
    display:none;
}
#ErrorMessage2.success{
    background:green;
}
.has-success .form-control{
    border-color:#ccc;
}
#tower_tabs .eforms .hidden{
    display:block !important;
    opacity:0;
    height:0;
    overflow:hidden;
}
.help-block-gray{
    color: #b3b3b3;
    font-size: 70%;
    margin: 0;
    margin-bottom: 15px;
}
.rTabHolder{
    margin-bottom: 60px;
    border:1px solid #eee;
}
.rTab{
    height:0px;
    overflow:hidden;
    transition:all 200ms,300ms;
        display: block;
    width: 100%;
    opacity:0;
    transform:translateY(500px);
}
.rTab.active{
    height:100%;
    opacity:1;
    transition:all 300ms;
    transform:translateY(0);
}
.towerRentTabs ul{
    margin:0;
    padding:0;
    list-style:none;
    height:30px;
}
.towerRentTabs li{
    float:right;
    width:180px;
    

}
.towerRentTabs li a{
    color:#555;
    display:block;
        line-height: 30px;
        border:1px solid #eee;
        background:#eee;    padding: 0px 20px;
}
.towerRentTabs li a.active{
    border-bottom-color:#fff;
    background:#fff;
}

.rTab>p{
    padding:10px;
    margin:0;
}
.towerRentTabs{
    overflow:hidden;
}

.loaderSpan {
    float: right;
    display: block;
    line-height: 30px;
    width: 110px;
    margin-right: 10px;
}
.bar {
    float: right;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background-color: #4b9cdb;
}
.bar {animation: loadingJ 2s cubic-bezier(.17,.37,.43,.67) infinite;}
@keyframes loadingJ {
  0%,100% {transform: translate(20px,0);}
  
  50% {
      transform: translate(120px,0);
      background-color: #f5634a;
      width: 25px;
  }
}
 /****************************************************Responsive*/
@media (min-width: 768px) And (max-width: 1024px){
    #footerInfo{
        display:none;
    }
    #site_navbar li>a{
        padding: 0 20px;
    }
    .results_values .col-md-4{
        padding:3px 0;
    }

}


@media (max-width: 767px) {
    #footerInfo{
        display:none;
    }
    #site_navbar li>a{
        padding: 0 8px;
    }
    .header_logo {
        margin: 3px 2px;
    }
    .navbar-default.pull-right{
        float:none !important;
    }
    .navbar-toggle{
        margin: 8px;
        float:left;
    }
    #xs-searchButton{
        margin: 8px;
        position: absolute;
        top: 0px;
        left: 50px;
        z-index: 999;
    }
    .col-search{
        position: absolute;
        background: #f8f8f8;
        padding: 10px;
        top: 42px;
        display:none;
    }
    #tab_form{
        margin-bottom:20px;
    }
    .navbar-toggle,#site_navbar{
        height:auto;
    }
    .navbar-collapse{
        width:100%;
    }
    #site_navbar li{
        float:none;
    }

}
@media (max-width: 480px){
    .echart_div{
        display:none !important;
    }
    #users-data-list th:nth-child(2n+2),#users-data-list td:nth-child(2n+2)
    {
        display:none !important;
    }
    #users-data-list_wrapper .col-sm-12{
        overflow-x:auto;
    }
}
.map-error{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(1px);
    z-index: 9999;
    color: #fff;
}