.notes-wrapper {
  min-height: calc(100vh - 250px);
  -webkit-box-shadow: 0px 0px 15px #00000029;
          box-shadow: 0px 0px 15px #00000029;
  background-color: white;
}
.notes-wrapper .table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 30px 20px;
  background-color: white;
}


.save-agent-details.active{
    color: #fffdfd;
    background-color: #01afd1;
    border: 0;
}

.location-tabs-bar{
    cursor:pointer;
}

#locationDevices .devices-wrapper .device-table-left-actions span{
    margin-left: 20px;
    font-weight: 600;
}

#mangeLocationDevices .input-table .table-row.add-row .add-icon {
    margin: 0 58px 0 20px;
}

.hide-device-text{
    font-size:13px;
    font-weight: 700;
    color: #888888;
}


/* starts here */

.edit-devices-tab .devices-table .devices-row .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
  margin: 0 5px 0 7px;
}

.edit-devices-tab .devices-table .devices-row .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.edit-devices-tab .devices-table .devices-row .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: #ccc;*/
  -webkit-transition: .4s;
  transition: .4s;
  border: solid 1px #888888;
}

.edit-devices-tab .devices-table .devices-row .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 2px;
  bottom: 3px;
  background-color: grey;
  -webkit-transition: .4s;
  transition: .4s;
}

.edit-devices-tab .devices-table .devices-row input:checked + .slider:before {
  background-color: #2196F3;
}

.edit-devices-tab .devices-table .devices-row input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.edit-devices-tab .devices-table .devices-row input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.edit-devices-tab .devices-table .devices-row .slider.round {
  border-radius: 19px;
}

.edit-devices-tab .devices-table .devices-row .slider.round:before {
  border-radius: 50%;
}

.dropdown-header-temporary .dropdown-menu .dropdown-item{

    color:white;
    font-weight:500;
    font-size:14px;
    margin-bottom: 12px;
}

.dropdown-header-temporary .dropdown-menu .dropdown-item:hover{

    background-color: white;
    color: black;
}

.navbar-dark .navbar-nav .nav-link.active{
    /*color: #AA79ED !important;*/
    color: #349ECB !important;
}

/*.location-dropdown{
    margin-top: 13%;
    min-width:25rem;
    padding: 14px;
    z-index: 11111;

}*/

.location-dropdown .dropdown-item{
    font-size: 14px;
    text-transform: initial;

}


.location-dropdown-menu-arrow {
  top: -20px;
  left: 35%;
  width: 0;
  height: 0;
  position: relative;
}
.location-dropdown-menu-arrow:before,
.location-dropdown-menu-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 9px 11px;
  border-style: solid;
  border-color: transparent;
  z-index: 1001;
}
.location-dropdown-menu-arrow:after {
  bottom: -3px;
  right: 120px;
  border-bottom-color: #fff;
}
.location-dropdown-menu-arrow:before {
  bottom: -17px;
  right: -8px;
}

.navbar-brand img{
    margin-left: -30%;
}

.device-details .head-item .label{
    font-weight: 600;
}

.control-device-text{
    font-weight: bold;
    margin-top: -20px;
    margin-left: 54px;
    color: #888888;
}

.device-info-item .info-details .info-item .label{
    font-weight: 600;
}

.location-head-box .info-item .label{
font-weight:600;
}

@media (max-width: 767px)
{
    .login-form  {
        width:auto !important;
    }
}

#rightNavbar{
    margin-right:-43px !important;
}

@media (max-width: 767px){
    .dropdown-header-temporary  .dropdown-menu{
        margin-left : 0 !important;
        z-index: 9999;
    }

.location-dropdown{
    min-width: 200px !important;
}

.location-dropdown-menu-arrow{
    display:none !important;
}

#rightNavbar{
    margin-right:0 !important;
}

.navbar-brand img{
    margin-left: 0 !important;
}




}