@font-face {
    font-family: "Gotham Rounded Light";
    src: url("../fonts/Gotham_Rounded_Light.otf");
}
/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ddd; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffc107; 
}  
.app-module {

}
.module-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
}
.module-active {
    background: green;
    vertical-align: middle;
}
.module-inactive {
    background: red;
}
.module-info {
  color: blue;
  float: right;
  position: relative;
  border: 1px solid #ddd;
  margin-left: 15px;
  margin-top: 0px;
}
.module-div {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    margin: 0 auto;
}
table tr {
    vertical-align: middle;
}
table td.active {
    vertical-align: middle;
}
.download-changes {
    margin-top: 31px;
    margin-left: 10px;
}
.download-module-image {
  margin-top: 31px;
  margin-left: 10px;
}
.alert.alert-danger ul {
    margin-bottom: 0px;
}
.alert.alert-danger {
    padding: 5px;
}

.disabled-btn {
    pointer-events: none;
    cursor: default;
}
.add-module {
    float: right;
}
.btn-back {
    width: 50px;
}
.a-btn-back {

}
.btn-forward {
    width: 50px;
}
.a-btn-forward {
    float: right;
}
.get-all-companies {
    float: right;
}
@media only screen and (max-width: 576px) {

}
