#dialog, #dialogServ, #dialogBaza {
    display: none;
    border-style: none;
    padding: 50px;
    border-radius: 50px;
    border-color: rgb(33, 83, 77);
    background: rgb(51, 50, 50);
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.centru {
    margin-left: auto;
    margin-right: auto;
}

.link_container>div {
    display: inline-block;
    *display: inline;
    /* For IE7 */
    zoom: 1;
    /* Trigger hasLayout */
    width: 12%;
    text-align: center;
}

.field-select {
    margin: 5px;
}

.ui-widget-header {
    border-radius: 20px;
    background: rgb(59, 58, 58);
}

.ui-dialog {
    display: none;
    border-style: solid;
    border-radius: 50px;
    margin: 10px;
    padding: 50px;
    border-color: rgb(51, 50, 50);
    background: rgb(51, 50, 50);
}

.offline {
    color: #999966;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /*color: white;*/
    text-align: center;
}

h1 {
    text-align: center;
}

.icon {
    background: url('ch.png');
    height: 20px;
    width: 20px;
    display: block;
    /* Other styles here */
}

#wsc {
    border-radius: 15px;
    background: red;
    padding: 5px;
    width: 150px;
}

.button {
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.buttonRed {
    border-radius: 30%;
    background-color: red;
    /* Red */
}

.buttonGreen {
    border-radius: 30%;
    background-color: #4CAF50;
    /* Green */
}

.buttonGrey {
    border-radius: 30%;
    background-color: #999966;
    /* Green */
}

th {
    padding: 15px;
    font-family: 'Open Sans', sans-serif;
}

td {
    padding: 0px 15px 0px 15px;
    white-space: nowrap;
    overflow: hidden;
}

button {
    margin: 5px;
}

.gw_id {
    text-align: left;
}

.green-button {
    background-color: rgb(125, 205, 70);
    border: none;
    border-radius: 15px;
    color: black;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.carousel__button, .fancybox__toolbar{
    display: none;
}

tr:nth-of-type(even).devices {
    background-color:rgb(44, 42, 42);
}


#title {
    text-align: center;
}
#title h1,
#title p {
    display: inline;
    vertical-align: top;
}

#wsc{
    float: left;
    margin: 5px;
}