﻿

    /* Catalyst Equipment Status */


.fault {
    padding: 5px 5px 5px 5px ;
    margin-bottom: 10px;
    border: 3px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}

.bootstrap-tighten {
    padding-left:8px;
    padding-right:8px;
}


.fault-danger {
    color: #8a0300;
    background-color: #f3b2b2;
    border-color: #ff0029;
}

.fault-near-danger {
    color: #6f2d00;
    background-color: #eac4ab;
    border-color: #ff6600;
}

.fault-warning {
    color: #676400;
    background-color: #e0e0a6;
    border-color: #ffff00;
}

.fault-ok {
    color: #006711;
    background-color: #58ff58;
    border-color: #15c100;
}

.fault-noequipment{
    color: #8a0300;
    background-color: #ffffff;
    border-color: #ff0029;
}

.locationComment {
    max-width:65%;
    overflow: hidden;
    white-space:  nowrap;
    text-overflow:  ellipsis;
    font-weight:700;

}

.statusBar {
    max-width:80%;
    overflow: hidden;
    white-space:  nowrap;
    text-overflow:  ellipsis;
    font-weight:700;
        margin-top: 3px;
}


.locationCode {
    max-width :35%;
    overflow: hidden;
    white-space:  nowrap;
   text-overflow:  ellipsis;
      font-weight:700;
}

.locationDate {
    max-width :50%;
    overflow: hidden;
    white-space:  nowrap;
   text-overflow:  ellipsis;
      font-weight:700;
          font-size: 14px;
}


/*Control the height of the smll map*/
@media (min-width: 992px) {
    .sm-map {
        min-height: 280px;
        height: 0;
        display: block;
        position: static;
        clear:both;
    }
}

@media (max-width: 991px) {
    .sm-map {
        min-height: 250px;
        height: 0;
        display: block;
        position: static;
         clear:both;
    }
}


/*Status Icons*/
.StatusIcon{
    background-repeat: no-repeat;
	background-position: left;
	background-image: url("../../Images/IconsStatus.png");
    /*background-position: 0 0;*/
    width:20px;
	height: 18px;
	margin-left: 0;
	vertical-align: top;
	border-style: none;
    border-width: 0;
	
    border-image-width:0;
    float:right;
}

.comms{
	background-position-x:-1px;
}
.battery{
    background-position-x: -21px;
}
.clock{
    background-position-x: -41px;
}
.setup{
       background-position-x: -59px;
}
.hardware{
      background-position-x: -81px;
    
}
.sensors {
    background-position-x: -100px;
}

.validation{
      background-position-x: -121px;
}
.sensors-ANPR{
      background-position-x: -141px;
}

.unknown{
    background-position-x: 50px;
}


.level-0{
    background-position-y:0;
}
.level-1{
	background-position-y:-18px;
}
.level-2{
	background-position-y: -36px;
}
.level-3{
	background-position-y:-54px;
}

/*Equipment Icons*/
.equipImage{
    background-repeat: no-repeat;
	background-position: left;
    background-position: 0 0;
    width: 100px;
	height: 111px;
	margin-left: 0;
	vertical-align: top;
	border-style: none;
    border-width: 0;
	background-size: 100%;
    border-image-width:0;
    float:right;
    /*margin-left:15px;*/
}

.bcCompact{
	background-image: url("../../Images/Equipment/Compact Drawing for Catalyst.png");
}

.bcRadar{
	background-image: url("../../Images/Equipment/RadarCat.png");
}

.bcMidi{
	background-image: url("../../Images/Equipment/Midi Drawing for Catalyst.png");
}

.bcRack{
    background-image: url("../../Images/Equipment/Rack Drawing for Catalyst.png");
}

.evo8{
     background-image: url("../../Images/Equipment/ANPR.png");
}

.evoX{
    background-image: url("../../Images/Equipment/evoX.png");
}

.bcCompact-blue{
    background-image: url("../../Images/Equipment/BlueCatCompact.png");
}

.bcMini-blue{
    background-image: url("../../Images/Equipment/BlueCatMini.png");
}

.cs30{
    background-image: url("../../Images/Equipment/cs30.png");
}

.cs50{
     background-image: url("../../Images/Equipment/cs50.png");
}

.UTMCSign{
    background-image: url("../../Images/Equipment/pngUTMCSign.png");
}

.corePro{
    background-image: url("../../Images/Equipment/pro.png");
}

.coreTM{
    background-image: url("../../Images/Equipment/TM.png");
}

.blackbird{
    background-image: url("../../Images/Equipment/Blackbird.png");
}



/*Equipment Icons*/
.equipImageList{
    background-repeat: no-repeat;
	background-position: center;
    background-position: 0 0;
    width: 100px;
	height: 111px;
	vertical-align: top;
	border-style: none;
    border-width: 0;
	background-size: 100%;
    border-image-width:0;
   /*  float:right;*/
    margin-left: auto;
    margin-right: auto;
}

.focusedEqu {

    background-color: rgba(255, 160, 9, 0.90) !important;
    border-radius: 5px;

}


.equipSerialList{
        margin-left:auto;
    margin-right:auto;
   text-align:center;

}

.equEntry:hover{
    background-color: rgba(255, 160, 9, 0.45);
    border-radius: 5px;
}

.selectedUnit{

        background-color: rgba(255, 160, 9, 0.75) !important;
        border-radius: 5px;
}


@media (min-width: 992px) {

    .list-holder{
        overflow-y: scroll;
        max-height: 300px;
        min-height: 300px;
    }

    .list-holder-clear{
        overflow-y: scroll;
        max-height: 250px;
        min-height: 250px;
    }

}

@media (max-width: 991px) {

    .list-holder{
        overflow-y: scroll;
        max-height: 300px;
     
    }

    .list-holder-clear{
        overflow-y: scroll;
        max-height: 250px;
    }
}


.fault-text{
    overflow: hidden;
    white-space:  nowrap;
    text-overflow:  ellipsis;
    font-weight:700;
}

.update-image{
    background-repeat: no-repeat;
    background-image: url(/Images/wait30trans.gif);
    width: 30px;
    height: 30px;
    z-index: 50;
    margin-left: auto;
    margin-right: auto;
}

.width-70{
    width:70%;
}

.fault-suggestions{
        width: max-content;
        cursor:pointer;
}


#overlay {
    position: absolute;
    display: none;
    width: 80%;
    /*height: 80%;*/
    /*top: 10%;
    left: auto;
    right: auto;
    bottom: 0;*/
    background-color: rgba(0,0,0,0.8);
    z-index: 2;
    cursor: pointer;
    max-width: 300px;
    /*max-height: 300px;*/
    border-radius: 5px;
}

#overlaySite {
    position: absolute;
    display: none;
    width: 80%;
    /*height: 80%;*/
    /*top: 10%;
    left: auto;
    right: auto;
    bottom: 0;*/
    background-color: rgba(0,0,0,0.8);
    z-index: 4;
    cursor: pointer;
    max-width: 400px;
    /*max-height: 300px;*/
    border-radius: 5px;
    padding: 5px;
}

#overlayLane {
    position: absolute;
    display: none;
    width: 80%;
    /*height: 80%;*/
    /*top: 10%;
    left: auto;
    right: auto;
    bottom: 0;*/
    background-color: rgba(0,0,0,0.8);
    z-index: 1051;
    cursor: pointer;
    max-width: 400px;
    /*max-height: 300px;*/
    border-radius: 5px;
    padding-bottom: 5px;

}



#overlayMap {
    position: absolute;
    display: none;
   /* width: 80%;*/
    /*height: 80%;*/
    /*top: 10%;
    left: auto;
    right: auto;
    bottom: 0;*/
    background-color: rgba(0,0,0,0.8);
    z-index: 1051;
    cursor: pointer;
    max-width: 600px;
    /*max-height: 300px;*/
    border-radius: 5px;
    padding-bottom: 5px;
}

.text-title{
    /*position: absolute;*/
    font-size:18px;
    color: white;
    padding: 5px;
    /*transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);*/
}

.text{
    /*position: absolute;*/
    font-size:14px;
    color: white;
    padding:2px 5px;
    /*transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);*/
}


.text-title-map{
    /*position: absolute;*/
    font-size:0;
    color: white;
    padding: 2px;
  
    /*transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);*/
}

.text-title-map-show{
    /*position: absolute;*/
    font-size:14px;
    color: white;
    padding: 2px;
  
    /*transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);*/
}

.text-map{
    /*position: absolute;*/
    font-size:12px;
    color: white;
    padding:1px 3px;
    /*transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);*/
    overflow:hidden;

}





/* Monitoring Loction Page*/
.noequipment{
    color: #8a0300;
    background-color: #eeeeee !important;
    border-color: #ff0029;
}


.nofault{
        /*background-repeat: no-repeat;
	background-position: center;
	background-image: url("../../Images/pngFullAccess.png");*/
    background-color: #15c100 !important;
}

.dangerfault{
    background-color: #ff0029 !important;
}

.neardangerfault{
    background-color: #ff6600 !important;
}

.warningfault{
    background-color: #ffff00 !important;
}

.inline-form-extender{
    margin-left: 6px;
}


#locationMap{
    min-height:400px;
    margin :5px;
}




#locationMapControls{
    padding: 5px;
    text-align: right;
}

.overlaySpacing{
     margin: 5px;
}

.surveyText{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0;
    padding-right: 0;
}


/*Data OutPuts*/

.carParkCell{
        background-color: #0000FF !important;
        color: white !important;
        text-align:center;
        font-weight:900 !important;
}


.linkCell{
        background-color: #51faff !important;
        color: black !important;
        text-align:center;
        font-weight:500 !important;
}



/* Map pop-Up*/
      .ol-popup {
        position: absolute;
        background-color: white;
        -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        padding: 15px;
        border-radius: 10px;
        border: 1px solid #cccccc;
        bottom: 12px;
        left: -50px;
        min-width: 280px;
      }
      .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
      }
      .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
      }
      .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
      }
      .ol-popup-closer {
        text-decoration: none;
        position: absolute;
        top: 2px;
        right: 8px;
      }
      .ol-popup-closer:after {
        content: "✖";
      }

.ol-popup-map {
        position: absolute;
      background-color: rgba(0,0,0,0.8);
        -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        padding: 3px;
        border-radius: 5px;
        /*border: 1px solid #cccccc;*/
        bottom: 12px;
        left: -50px;
        min-width: 280px;
      }

      .ol-popup-map:after, .ol-popup-map:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
      }
      .ol-popup-map:after {
        border-top-color: rgba(0,0,0,0.8);
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
      }
      .ol-popup-map:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
      }
      .ol-popup-closer-map {
        text-decoration: none;
        position: absolute;
        top: 2px;
        right: 8px;
        color:white;
      }
      .ol-popup-closer-map:after {
        content: "✖";
      }





/*Car Park Related Section*/
#CarParkMap{
    margin:5px;
    min-height:400px;
}



.btn-info-disabled{
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info-disabled:hover{
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

/*JT Relate Section*/
.jt-number-box{

    text-align:right;
        margin-right: 5px;
}

.numberplate {
    background-color: #ec0;
    background: -webkit-linear-gradient(#ec0, #ca0);
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,.75);
    font-family: Calibri;
    display: inline-block;
    padding :5px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    min-width: 100px;
    text-align: center;
}


/*Control the height of the smart map*/
@media (min-width: 992px) {
    .smartMap {
        min-height: 900px;
        height: 0;
        display: block;
        position: static;
    }
}

@media (max-width: 991px) {
    .smartMap {
        min-height: 700px;
        height: 0;
        display: block;
        position: static;
    }
}


@media (max-width: 450px) {
    .smartMap {
        min-height: 480px;
        height: 0;
        display: block;
        position: static;
    }
}

.graphWell {
    min-height: 20px;
    padding: 0;
    margin-bottom: 4px;
    /*background-color: #f5f5f5;*/
    /*border: 1px solid #e3e3e3;*/
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);*/
}

.butSelector{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 8px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
    

}

.butSelector_active {
    width: 12px;
    height: 12px;
    margin: 7px;
    background-color: #fff;
}

.easytree-modified-icon{
   margin-top:2px;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.85);
    overflow-x: hidden;
    /*transition: 0.5s;*/
    padding-top: 60px;

}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    /*transition: 0.3s;*/
}

.sidenav div {
    padding: 0 8px 8px 8px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    /*transition: 0.3s;*/
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav div:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*Side Menu Toggle Switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 22px;
  margin: 0 4px -4px 4px;
  padding: 0 5px 0 5px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #818181;
  -webkit-transition: .4s;
  transition: .4s;
}

    .slider:hover {

         background-color: #f1f1f1;
    }



.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: black;
  -webkit-transition: .4s;
  transition: .4s;
}

/*input:checked + .slider {
  background-color: #818181;
}*/

input:focus + .slider {
  box-shadow: 0 0 1px #818181;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 22px;
}
.slider.round:before {
  border-radius: 50%;
}

.sliderLabel{
    display: inline-block !important;
 
}

.catalystSetupMenuSelected{
        color: #616161 !important;
}



/*General Set-up*/
.dirtyArea{
    border-color: red;
    border-width : 2px;
    border-style:solid;
    background-color: rgba(213 ,133,18,0.2);
}

.SetupUpdate {
    background-image: url('/images/wait30trans.gif');
    background-repeat: no-repeat;
    background-position: center center;
    /*//height:40px;*/
}


/*Car Park Clear Down Set-up*/
.DayEntryHolder{

    height:250px;
    background-color:gray;
    overflow-y:scroll;

}

.selectedDOW{
    background-color:gainsboro;
}

.btn-padding{
    margin-left: 5px;
}



#CarParkClearDownEditorContainer {
    position: absolute;
    display: none;
    /* width: 80%; */
    /* height: 80%; */
    background-color: rgba(0,0,0,0.8);
    z-index: 1051;
    cursor: pointer;
    max-width: 600px;
    /* max-height: 300px; */
    border-radius: 5px;
    padding-bottom: 5px;
}
.right-align-text{
    text-align:right;
}



.inputAttention{
        border-color: red;
        border-width:3px;
}