* {
  font-family: 'Noto Sans', sans-serif;
}

a{
  color: #1da991 ;
  text-decoration: none !important;
}

.count{
  font-weight: bold;
}

.btn-link{
    color: #1da991;
}

.btn-link:hover{
    color: #2dd0b4;
}

div.dt-buttons {
  padding-left: 40px;
}

.map-header{
  margin:0;
  padding:10px;
  text-align:center;
  background-color:#1da991;
  color:#ffffff;
  border-radius:4px;
  font-weight:bold;
  font-size:16px;
  min-width: 300px;
  line-height: 1.8em;
}

button.dt-button, div.dt-button, a.dt-button{
  background-color: #1da991 !important;
  color: #ffffff !important;
  background-image: none !important;
  border-color: #189681 !important;
}

.panel-body{
  min-height: 550px !important
}


.gmnoscreen, .gm-style-cc, .gmnoscreen{
  display: none !important;
}

img[src="https://maps.gstatic.com/mapfiles/api-3/images/google_white5.png"] {
    display: none;
}

.alertIcons{
  color:#1da991;
  padding:5px;
  width:50px;
  text-align: center
}

.navbar-top-links .dropdown-alerts{
  width: 500px;
  padding: 15px;
}

.styledButton{
  background-color: #1da991;
  border-color: #388c7d;
  color: #fff;
}

.styledButton:hover{
  background-color: #2dd0b4;
  border-color: #45b5a2;
  color: #fff;
}

thead {
  color:#fff;
  background-color: #1da991;
}

.profileLabel{
  color: #1da991;
  font-size: 16px
}

.profileValue{
  color: #6b6b6b;
  margin-bottom: 15px;
}

.bootstrap-datetimepicker-widget table th{
  color:#fff;
  background-color: #1da991;
  border-radius: 0px
}

.mainBoxesContact{
  font-size:16px;
  color: #6d6d6d
}

.mainBoxesContactInfo{
  font-size:16px;
  color:#10baba;
  font-weight: normal;
}

.mainBoxes{
  clear:both;
}


.mainBoxesIcon>.fa{
  position: absolute;
  right:20px;
  top:20px;
  color:#1da991;
  font-size:58px;
}

.mainBoxesInfo{
  font-size:21px;
  color:#1da991;
}

.mainBoxesValue{
  font-size: 30px;
  color: #405854;
  font-family: fantasy;
}

.mainBoxesUser{
  font-size: 24px;
  font-weight: bold;
  color: #ecdcc5;
}

.mainBoxesDescription{
  font-size: 16px;
  color: #5f5f5f;
}

.mainBoxesRow{
  margin-bottom: 20px;
}

.col-spaced{
  border: 2px solid #dfe5ea;
  border-radius: 7px;
  padding:10px;
  margin:5px
}

.col-spaced:hover{
  border: 2px solid #ecdcc5 !important;
  cursor: pointer;
}

.statisticsBoxes{
  border: 2px solid #1da991;
  padding: 10px;
  border-radius: 4px;
  background-color: #1da991;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

.topBoxes{
  border: 2px solid #e6e6e6;
  padding: 10px;
  border-radius: 4px;
  background-color: #fafafa;
}

.topBoxes:hover{
  background-color: #f4f4f4;
  cursor: pointer;
}

.sideA:hover{
  color:#fff;
  background-color: #147b6a !important;
}
.sideA{
  font-size: 16px;
  color: #1da991;
  padding: 8px 15px !important;
}

@media (max-width: 768px) {
  #powered, #mapIconsList{
    display: none;
  }
}

.navbar-top-links .dropdown-alerts {
  margin-left: 0px
}

.main-icon{
  font-size: 26px;
  color: #1da991 !important
}

.main-icon > .fa{
  margin-right: 10px !important
}

.addIcon{
  font-size: 30px !important;
  color: #1da991  !important;
}

.addIcon:hover{
  color:#26d0b3 !important;
}

.actionIcons{
  text-align: center;
  min-width: 90px
}

.actionIcon{
  font-size: 16px !important;
}

.bottomLabel{
  color: #1da991;
  border-bottom: 1px solid #f3f0f0;
  font-size: 20px;
  text-align: center
}

.bottomIcons{
  color:#405854;
  font-size: 24px;
}



::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: #ffffff;
}
::-webkit-scrollbar-thumb {
    background: #1da991;
}
::-webkit-scrollbar-thumb:hover {
    background: #17816f;
    cursor: pointer;
}
