
.ui-widget-content a {
    color: #2c3e50;
}

.ui-widget-header a {
    color: #2c3e50;
}

.ui-widget-header {
    color: #2c3e50;
}

.ui-fieldset-legend {
    color: #2c3e50;
}

.os {
    color:#304c54;
}

.round {
    margin: 20px auto;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px;
    border-radius: 50% !important;
    box-shadow: 0 0 19px 1px #dadada, 0 5px 11px 2px #656565, 7px 5px 15px 5px rgba(0,0,0,0);
    font-size: 35px !important;
    cursor: pointer !important;
}

.fab {
    background: #e74c3c !important;
    width: 80px !important;
    height: 55px !important;
    border-radius: 50% !important;
    text-align: center !important;
    color: #FFF !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5), 5px 5px 5px rgba(0, 0, 0, 0.25) !important;
    position: fixed !important;
    bottom: 40px !important;
    right: 10px !important;
    font-size: 28px !important;
    padding-top: 20px;
    display: inline-block !important;
    cursor: pointer !important;
    z-index: 100 !important;
}

.fabload {
    width: 80px !important;
    height: 57px !important;
    border-radius: 50% !important;
    text-align: center !important;
    color: #FFF !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5), 5px 5px 5px rgba(0, 0, 0, 0.25) !important;
    position: fixed !important;
    top: 42% !important;
    right: 41% !important;
    font-size: 28px !important;
    padding-top: 20px;
    display: inline-block !important;
    cursor: pointer !important;
    opacity: 0.8;
    z-index: 1000 !important;
    background: #3498db !important;

    /*background-image:url(../images/logo.png?ln=weball-resources) !important;*/
    /*background-size: 10px !important;*/
    /*background-repeat: no-repeat !important;*/
}

.material-icon {
    width: 70px !important;
    height: 70px !important;
    position: relative !important;
    margin: 0px !important;
    margin-left: 5px !important;
    bottom: 17px !important;
}

.fab span {
    vertical-align: middle;
}

.checkButton span {
    font-family: Arial, FontAwesome !important;
}

.centerTex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.command-link-tablet {
    text-align: center;
    margin-bottom: 2px;
}

.mobileApp {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.mobileApp img {
    height: 225px;
    max-width: 100%;
    margin-top: 10px;
}

.tabletApp {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.devicePic {
    height: 170px;
    max-width: 100%;
}

.ui-panelgrid tbody tr td {
    border: none !important;
}

/* For Docs Pages Demo */
.changecolorAqua:hover {
    background-color: #34495e;
    padding: 30px;
}

.ui-panelgrid {
    border: solid 0px #d1d1d1 !important;
}

#layout-menu-cover {
    top : 36px;
}

.DecimalOrderedList li {
    list-style-type: decimal;
    padding-left: 5px;
}

@media (max-width: 640px) {
    .ui-selectonemenu-label {
        max-width: 80%;
        text-overflow: ellipsis;
    }

    .ui-selectonemenu-list-item {
        white-space: normal !important;
    }
}