

/* Everything but the jumbotron gets side spacing for mobile first views */
/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

.helper-box {
  max-width: 650px;
  margin: 0 auto;
  border: 1px solid #eee;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.grey{
  color: #aaa;
}

.nav>li.active>a {
text-decoration: none;
color: white;
/*background-color: #eee;*/
}

.nav>li>a:hover{
  background-color: transparent !important;
}

ul.nav li a{
  background-color: transparent !important;
}

ul.nav li a:hover{
  background-color: transparent !important;
}

ul.nav li a:visited{
  background-color: transparent !important;
}

ul.nav li a:active{
  background-color: transparent !important;
}

ul.nav li ul.nav li a:hover{
  background-color: transparent !important;
}

.wtable{
  background-color: white;
  margin-top: 20px;
  border-collapse: separate;
  border-radius: 4px 4px 0 0;
  border-color: transparent;
  border-spacing: 0;
}
.table>tbody>tr>td{
  padding:16px;
  border-bottom: 1px solid #e8e8e8;
  border-top:none;
  border-left:none;
  border-right:none;
  background-color: white;
}
.table>thead>tr>th{
  background: #fafafa;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-top:none;
  border-left:none;
  padding:16px;
  border-right:none;
  border-bottom: 1px solid #e8e8e8;
}

.table>tbody>tr:hover>td{
  background: #e6f7ff;
}

.table>tfoot>tr>td{
  background: white;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-top:none;
  border-left:none;
  padding:16px;
  border-right:none;
  border-bottom: none;
  text-align: center;
}

.panel {
  margin: 10px;
  border:none;
}

.panel .panel-heading {
  background: none;
  font-size: 18px;
}
.tags{margin: 0;padding: 0}

.tags li{
  border-radius:3px;
  background-color: white;
  border: 1px solid #aaa;
  padding: 5px 8px;
  float: left;
  margin: 5px 5px 5px 0;
  display: block;
  color: #555;
  cursor: pointer;
}

.tags li:hover{
  color: #4285F4;
  border-color: #4285F4;
}

hr{
  margin: 10px 0;
}

.map-tasks-snippet{
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 20px 0px;
  padding: 5px 0;
}

.map-tasks-snippet .column{
  border-right: 1px solid #ddd;
  text-align: center;
}
.map-tasks-snippet .grey{
  font-size: 11px;
}

.section-close{
  position: relative;
  float: right;
  height: 0;
  top: -10px;
  right: -10px;
  color: #777;
  cursor: pointer;
}

.task-details-container{
  max-width: 100%;
  line-height: 2em;
}

.task-row h5{
  color: #4285F4;
}

.task-row b{
  font-size: 13px;
}
.task-row .order-bubble{
  padding: 3px 10px;
  background-color: #a2b5d6;
  color: #fff;
  position: relative;
  top: -20px;
  border-radius: 15px;
  font-size: 13px;
  left: -75%;
}
.header-regions{
  margin-top: 22px;
  margin-left: 18px;
  font-size:14px;
  color: #888;

}
.task-row{
  font-size: 12px;
  border: 1px solid #efefef;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07);
  margin: 25px 0px;
  border-radius: 3px;
  padding: 10px;

}
.task-row .btn-details{
  width: 200px;
  font-size: 14px;
}


.default-container{
  max-width: 100%;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .75rem;
}

.correct{
  color: green;
}

.wrong{
  color: red;
}

.report-text{
  text-align: center;
}

.basic-sp{
  border-right: 1px solid #ddd;
}

.sp-show-data{
  padding: 19px;
}

.profile-pic{
  width:50px;
  float:left;
  margin-top: 8px;
}

.sp-meta-data{
  margin-top: -23px;
  margin-bottom: -32px
}

.circle {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  font-size: 50px;
  color: #fff;
  line-height: 500px;
  text-align: center;
  background: #000
}

.time-spot{
  font-size: 13px;
  font-weight: bold;
}

.site_name{
  font-size: 36px;
}

.common-font{
  font-size: 18px;
}


#map {
    width: 100%;
    height: 100%;
    /*font-family: "Proxima Nova";*/
  }
  .gm-style{
    /*font-family: "Proxima Nova";*/
  }

  #description {
    font-size: 15px;
    font-weight: 300;
  }

  #infowindow-content .title {
    font-weight: bold;
  }

  #infowindow-content {
    display: none;
  }

  #map #infowindow-content {
    display: inline;
  }
  .asset-status{
    border: 1px solid #aaa;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 2px;
    font-weight: bold;
  }

  .asset-status-online{
    border-color: green;
    color: green;
  }

  .asset-status-busy{
    border-color: red;
    color: red;
  }

  .asset-status-offline{
    border-color: grey;
    color: grey;
  }

  .pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
  }
  .pac-container:after{
    display: none;
  }

  #pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
    box-shadow: none;
  }

  .pac-controls {
    display: inline-block;
  }

  .pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
  }

  #pac-input {
    background-color: #fff;
    text-overflow: ellipsis;
    width: 280px;
    float: left;
  }
  .pac-item {
    padding: 5px 10px;
    border-top: 1px solid #efefef;
  }
  #pac-input:focus {
    border-color: #4d90fe;
  }

  #title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
  }
  #target {
    width: 345px;
  }
  #legend{
    margin-bottom:10px;
    vertical-align: bottom;
    padding:10px;
    background: white;
    border-radius: 2px;
    width: fit-content;
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
    margin:0px 0px 0px 18px;
    font-size: 12px;
    /*bottom:0 !important;*/
  }

  #legend input[type=checkbox]{
    margin: 2px 0 0 -15px;
  }
  #legend h5{
    margin-top: 0;
    text-align: center;
  }
  .legend-box{
    float:left;
    width:auto;
    padding: 8px 15px;
    border-right: 1px solid #eeeeee;
  }
  #map-playground{
    padding:15px;
  }
  #map-playground .input-group-addon{
    font-size: 14px;
    width: auto;
    padding: 10px 30px;
    background-color: #4285F4;
    border:none;
    color: white;
  }
  #infoWindow, .playground-cards{

    background-color: white;
    font-size: 13px;
    padding: 20px;
    border-radius:2px;
    border: none;
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
    width:353px;
}
.playground-cards h6{
  color: #aaa;
  font-size: 11px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
}

.playground-cards h5{
  color: #555;
  font-size: 14px;
  margin: 4px 0;
}
.playground-cards .action-button{
  background-color: #222;
  border: 1px solid #fff;
  color: white;
  font-size: 16px;
  padding: 6px 15px;
  min-height: 50px;
  text-align: center;
  width:50%;
  line-height: 34px;
  float: left;
  cursor: pointer;
  border-radius: 3px;
}

.detailed-view{
  width: 390px;
}

  .asset-number{
    font-size: 22px;
  }
  .asset-number-head{
    font-size: 10px;
    font-style: normal;
    text-transform: uppercase;
  }
  .map-search-bar{
    width: 280px !important;
  }

#infoWindow{
  padding: 20px !important;
}

.sp-section-close{
  position: relative;
  float: right;
  height: 0;
  color: #777;
  cursor: pointer;
  top: 15px;
  right: 5px;
}

.box-para{
  margin-top: 4px;
}

.map-tasks-snippet .grey-title {
    font-size: 13px;
}

.adjust-para{
  margin-bottom: -6px;
}

.para-btn{
  margin-left: 113px;
  margin-top: -9px;
}

.grey-adjust{
  margin-left: 132px;
}

.title-adjust{
  margin-bottom: -1px;
}

.phone-adjust{
  margin-bottom: -3px;
}

.nav-tabs.nav-justified>li>a {
  color: #000 !important;
}

.nav-tabs.nav-justified>.active>a{
  color: #853B3D !important;
}

.sp-page-profile-pic{
  width: 89px;
  margin-top: -8px;
  float: left;
  margin-right: 18px;
}

.sp-page-lead{
  margin-bottom: 14px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.4;
}

.pic-text-adjust{
  margin-bottom: -5px;
}

.reporting-manager{
  margin-bottom: -8px;
}

.sp-para-btn{
  margin-left: 183px;
  margin-top: -41px;
}

.create-btn{
  float: right;
  width: 98px;
  background-color: #1890ff !important;
  border-color: #1890ff !important;
  cursor: pointer;
}

.page-head-title{
  padding-top: 25px;
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  float: left;
}
.panel-default>.panel-heading{
  border:none;
}

.btn-task-create{
  margin-right: 20px;
  width: 85px;
  border-radius: 0px;
}

.non-available-tasks{
  text-align: center;
  font-size: 17px;
  margin-top: 52px;
}

.badge-style{
  background-color: red;
}

.sidebar-icons{
  width: 20px;
  margin-right: 8px;
}

.task-report{
  padding: 26px;
}

.question-box-image{
  width: 83px;
  margin-bottom: 13px;
  transform:rotate(90deg);
  -ms-transform:rotate(90deg); /* IE 9 */
  -webkit-transform:rotate(90deg); /* Opera, Chrome, and Safari */
  cursor: pointer;
}

.report-data-box{
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.main-data-box{
  margin-top: -1px;
}

.card-answer-box{
  border-bottom: 1px solid rgba(0,0,0,.125) !important;
  border-left: 1px solid rgba(0,0,0,.125) !important;
  border-right: 1px solid rgba(0,0,0,.125) !important;
  border-top: none !important;
}

.wrapper-answers{
  margin-top: 3px;
  border-top: 1px solid rgba(0,0,0,.125);
}

.non-available-images{
  text-align: center;
  font-size: 17px;
}

.box-area-center{
  text-align: center;
}

.box-text-done{
  margin-top: 21px;
}

.graph-box{
  width: 170px;
  height: 89px;
}

.box-text-align{
  float: left;
  margin-top: -8px;
  font-size: 17px;
  border-bottom: 1px solid #ddd;
}

.total-vehicles{
  color:green;
}

.total-kms{
  color: orange;
}

.box-text-vehicles{
  margin-top: 10px;
}

.peace-chart{
  margin-left: 171px;
  margin-top: 15px;
}

.total-incidents{
  color: red;
}

.image-popup{
  width: 100%;
  height: auto;
  margin-bottom: 81px;
}

.site-report-scroll{
  overflow-x: overlay;
}

.auto-refresh-btn{
  margin-right: 9px;
  margin-top: 4px;
  padding: 4px 9px !important;
}

.fpassword-center{
  text-align: right;
}

#map {
  /*width: 100%;
  min-height: 913px;
  position: unset !important;*/
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #91928f;
  font-size: 12px;
}

.meta .date {
  border: 1px solid #5e6167;
  padding: 5px;
  line-height: 1;
}

.body{
  display: block;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

tags-input .tags .input {
  width: 100%;
}
input[type=radio]{
  margin-right: 5px;
  margin-left: 10px
}

.map-filter-checkbox-inline{
  padding-left: 8px;
}

.form-control{
  color: rgba(0, 0, 0, 0.65);
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
  font-size: 12px;
}
.form-control:focus{
  border-color: #40a9ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.btn{
  font-size: 12px;
  line-height: 20px;
}

.btn-default{
  border: 1px solid transparent;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;

}

.btn-default:hover{
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff;
  outline: none;
}
.btn-default:active, .btn-default:focus{
  color: #096dd9 !important;
    background-color: #fff !important;
    border-color: #096dd9 !important;
    outline: none !important;
}
.dropdown-menu{
  font-size: 12px;
  background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border: none;
}

.dropdown-menu>li>a{
  line-height: 30px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  background-color: #e6f7ff;
}

.input-group-btn .glyphicon{
  line-height: 17px;
}
.create-btn-align{
  padding-top: 20px;
}

.login-btn:hover, .login-btn:active, .login-btn:focus, .create-btn:hover, .create-btn:active, .create-btn:focus{
    background-color: #1890ff !important;
    color: white !important;
    background-color: #40a9ff !important;
    border-color: #40a9ff !important;

  }
.new-main-layout{
  margin: 24px 24px 0px 16px;
}
.reports .panel{
  border: none;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  background: #fff;
  border-radius: 2px;
  transition: all .3s;
  line-height: 1.5;
}
.reports .panel .panel-heading{
  text-align: left;
  background: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 24px;
    border-radius: 2px 2px 0 0;
    zoom: 1;
    margin-bottom: -1px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    min-height: 48px;
    padding: 16px;
}
.box-numbers{
  padding: 16px;
  border: none;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  background: #fff;
  border-radius: 2px;
  margin: 10px 0 20px 10px;
  transition: all .3s;
}
.box-numbers .numbers-top{
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;

}
.box-numbers .numbers-content{
  margin-bottom: 12px;
  position: relative;
  width: 100%;
}

.box-numbers .number{
  color: rgba(0, 0, 0, 0.85);
  font-size: 30px;
  line-height: 38px;
  margin-top: 4px;
}
.box-numbers .numbers-footer{
  border-top: 1px solid #e8e8e8;
    padding-top: 9px;
    margin-top: 8px;
}
.positive{
  color: green;
}
.negative{
  color: red;
}

.dashboard-card{
  padding: 25px;
  background-color: white;
  border-radius: 2px;
  margin: 25px;
}
.warning-badge{
  background: #ff8989;
  font-size: 16px;
  margin-left: -15px;
  color: white;
  padding:25px;
}
.uib-daypicker .btn-default{
  border:none;
}
.uib-daypicker .btn-default:hover{
  box-shadow: none;
}
.uib-datepicker-popup{
  outline:none;
}

.img-label-live-tracking{
  width: 16px;
}

.no-data-available{
  position: absolute;
  top: 49%;
  right: 45%;
}

.beat-plan-btn{
  width: 145px;
}

.new-task-page{
  margin-right: -46px;
}

.text-center{
  text-align: center;
}

.generic-color{
  background-color: rgb(41,98,255) !important;
}

.generic-font-color{
  color: rgb(41,98,255) !important;
}

.visit-place{
  /*margin-top: 8px;*/
}

.card-design{
  border-left: 3px solid rgb(245,0,87) !important;
}

.supervisor-name{
  font-weight: 800;
}

.task-card-header{
  border-radius: 30px !important;
  font-size: 14px !important;
  margin-top: -50px;
}

.visit-list{
  margin: 25px 0px;
}

.push-right-see-more{
  float: right;
  margin-top: -31px;
}

.search-box-sup{
  width: 393px;
}

.lead{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 8px;
}

.general-card-info{
  margin-bottom: 20px;
}

.general-card-second-top{
  margin-top: 10px;
}

.marker-sites{
  margin-bottom: -6px;
}

.last_seen_details{
  margin-top: 10px;
}

.site-visit-info{
  margin-top: 10px;
}

.sp-profile-img{
  width: 89px;
  margin-top: -8px;
  float: left;
  margin-right: 18px;
}

.basic-info-sp{
  margin-bottom: 29px;
  margin-top: 8px;
}

.dark-blue{
  color: rgb(63,81,181) !important;
}

.align-on-visit-sp{
  float: right;
  margin-top: -33px;
}

#map-visit{
  width: 100%;
  height: 200px;
  min-height: fit-content;
  position: relative;
  overflow: hidden;
}

.map-card-right{
  margin-left: 19px;
}

.dialog-sized-manual{
  width: 600px !important;
}

.radio-max{
  margin-top: 10px;
}

.muster-check{
  text-align: center;
  margin-bottom: 16px;
}

.time-spot-new{
  font-size: 10px;
}

.md-headline-new{
  font-size: 13px;
}

.md-headline-value{
  font-size: 19px
}

.md-icon-size-manage{
  font-size: 50px;
  margin-left: 31px;
}

.md-guard-icon{
  color: #4680ff !important;
}

.md-am-icon{
  color: #FC6180 !important;
}

.md-units-icon{
  color: green !important;
}

.md-sup-icon{
  color: red !important;
}

.new-md-card{
  background: rgb(41, 98, 255);
  color: rgb(255, 255, 255);
}

.new-md-title{
  font-size: 14px !important;
}

.score-card-icon{
  font-size: 20px;
}

.answer-colorify{
  border-radius: 2px;
  padding: 2px 4px;
  margin-right: 4px;
  color: rgb(255, 255, 255);
}

.site-type-scroller{
  display: inline !important;
}

.highcharts-pie-series .highcharts-point {
  stroke: #EDE;
  stroke-width: 2px;
}
.highcharts-pie-series .highcharts-data-label-connector {
  stroke: silver;
  stroke-dasharray: 2, 2;
  stroke-width: 2px;
}

.center-score{
  margin-top: 16px;
  margin-left: 16px;
}

.BreakingNewsWrapper {
  position: relative;
  z-index: 0;
  width: 100%;
  left: 0;
  background: #6F1107;
}

.BreakingNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  position: relative;
}

.BreakingNews .title {
  position: relative;
  min-width: 250px;
  background-color: #D52B1E;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 20px 5px 5px;
  margin-right: 20px;
  color: #fff;
}

.BreakingNews .breaking-news-informations {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slides{
  position:relative;
  width:100% !important;
}
.slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slide.ng-enter,
.slide.ng-leave {
    -webkit-transition: all 15s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.slide.ng-enter {
    left: 100%;
}
.slide.ng-enter-active {
    left: 0;
}
.slide.ng-leave {
    left: 0;
}
.slide.ng-leave-active {
    left: -100%;
}

.slide.no{
    opacity:0;
}
.slide.no.active {
opacity:1;
}

.risk-level{
  position: relative;
  top: -3px;
  color: #212121;
}

.ion-md-square-outline1:before {
  content: "\f380";
  background-color: #dae3e3;
}

.ion-md-square-outline2:before {
  content: "\f380";
  background-color: #58ef56;
}
.ion-md-square-outline3:before {
  content: "\f380";
  background-color: #FFD801;
}
.ion-md-square-outline4:before {
  content: "\f380";
  background-color: #f2ab65;
}
.ion-md-square-outline5:before {
  content: "\f380";
  background-color: #ff0000;
}

.list-bottom{
  margin-bottom: -28px;
}

.risk-routing-header{
  background-color: rgb(41,98,255);
  color: #fff;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
}

.risk-routing-color{
  color: #fff;
}

.float-right{
  float: right;
}

.awareness-frame{
  padding: 27px;
}

.link-white-color{
  color: #fff;
}

.routing-box{
  box-shadow: 0px 0px 0px 2px rgb(41,95,255);
}

.terror-text{
  font-size: 12px;
}

.foray{
  padding-right: 118px;
  padding-left: 118px;
  padding-bottom: 18px;
}
