

.main-bg {
    background-color: #757575;
   
}


.logo img{
    width:180px;
    padding: 10px;
}


.status img {
    width: 30px;
}

.status {
    border-right: 1px solid;
    color: #fff;
    width: 75px;
    text-align: center;
}


.logo-content {
    display: flex;
    float: right;
}


.head-timing{
    color: #fff;
    text-align: right;
    margin-top: 13px;
}

.head-menu ul{
    margin: 0;
    padding: 9px;
    list-style: none;
    display: flex;
    color: #fff;
}

.head-menu ul li{
    margin-left: 30px;
    position: relative;
    left: -23px;
    padding-bottom: 5px;
    cursor: pointer;
}


.main-control {
    background-color: #444444;
    
}


.main-evnt {
    background-color: #444444;
    padding-top: 10px;
    padding-bottom: 10px;
}


.actives {
    border-bottom: 3px solid #f90;
}


.live-event {
    position: relative;
    top: 5px;
    left: 15px;
    color: #fff;

}

.live-search {
    text-align: right;
}

.live-search button{
    background: #ff9900;
    color: #fff;
    outline: none;
    padding: 2px 20px;
    border-radius: 30px;
    border: 1px solid;
}

.live-search input {
    outline: none;
    width: 30%;
    border-radius: 30px;
    padding: 3px 20px;
    border: none;
    position: relative;
    left: -20px;
}


.tab-event ul li button {
    background-color: transparent;
    color: #fff;
    border-radius: 5px;

}

.tab-event ul li button.active {
    background-color: transparent !important;
    color: #f90 !important;
    border: none;
    outline: none !important;
    font-weight: bold;
}

.tab-event ul li button:hover {  
    color: #ff9900; 
    border: none;
}




.nav-tabs .nav-link {
    border: none;
}


.unity-table {
    width: 100% ;
  }

  .accordion-button::after {
    margin-left: unset;
  }


  .icons i {
    color: #757575;
    margin-left: 10px;
    position: relative;
    left: 15px;
  }

.location-main {
    color: #fff;
    width: max-content;
}


.table, .datatable {
    table-layout: fixed;
} 


.location-main {
    background: #444444;
    color: #fff;

}

.main {
    background: #444444 !important;
    color: #fff !important;
}


.preset-table td {
    font-size: 14px;
}

.Cluster {
    margin-top: 20px;
}


.timezone select{
    margin-top: 10px;
    box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
    outline: none;
}

.browser{
    display: flex;
}


.main-check {
    margin-left: 15px;
    margin-top: 10px;
    position: relative;
    left: -15px;
}


.cluster input {
    box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
    width: 100%;
    margin-top: 10px;
    padding: 6px;
    outline: none;
    border: none;
    border-radius: 4px;
}


.save {
    background: #ff9900;
    color: #fff;
    outline: none;
    padding: 6px 20px;
    border: 1px solid;
    width: 100%;
    border-radius: 4px;
}

.Current  {
   background-color: #f7f2f2;
   padding: 25px;
}

.Current  li {
    border-bottom: 1px solid #ccc;
}


.Firewall {
    padding: 20px;
}



.snp-setting {
    padding: 20px;
}

.update {
    background: #ff9900;
    color: #fff;
    outline: none;
    padding: 6px 20px;
    border: 1px solid;
    border-radius: 4px;
}


.tables-date {
    font-size: 14px;
}


.web-br li{
    color: #ff9900;
}


.login-section {
    width: 25%;
    text-align: center;
    margin: auto;
    margin-top: 15%;
    box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
}


.login-section input {
    box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
    width: 85%;
    margin-top: 15px;
    padding: 6px;
    border: none;
    outline: none;
    border: 1px solid #cccccc9c;
}

.login-section button {
    box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
    width: 100%;
    margin-top: 30px;
    background: #203761;
    padding: 6px;
    color: #fff;
    border: none;
    outline: none;
    border: 1px solid #cccccc9c;
}