html {
    overflow-y: scroll;
}

body {
    background: #fafafa;
}


/** WIDGET ************************************/

.faac-widget {
    padding-top: 0px;
    font-family: Roboto, 'Segoe UI Light', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.fw-header {
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #ccc;
    color: #000;
}

.fw-result {
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.fw-leftpanel {}

.fw-rightpanel {
    padding-top: 0px;
}

.fw-box {
    padding: 15px 0 0px 0px;
    border: 0px solid black;
    background: white;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.fw-box.fw-device {
    padding-bottom: 15px;
}

.fw-tags-container {
    padding: 10px;
}

.fw-box.acc-type {
    display: none;
}

.fw-mobile-header {
    display: none;
}

@media (max-width: 767px) {
    .fw-box.acc-type {
        display: block;
    }
    .fw-box.acc-type a {
        color: black;
    }
    .fw-img-tab-panel {
        display: none;
    }
    .fw-result {
        padding-left: 0;
        padding-right: 0;
    }
    .fw-mobile-header {
        display: inline-block;
        position: absolute;
        right: 0;
        margin-right: 15px;
        font-family: Roboto, 'Segoe UI Light', sans-serif;
        font-weight: 400;
        font-size: 16px;
    }
    .options-now li.li-deviceName {
        width: 100px !important;
    }
    .options-now label.label-deviceName {
        width: 90px !important;
    }
}


/** RADIO BUTTONS ****************************/

.options-now {
    list-style-type: none;
    margin: 0px 0 0 0;
    padding: 0;
}

.options-now li {
    float: left;
    margin: 0 0px 0 0;
    padding: 0;
    width: 100%;
    height: 50px;
    /* line-height: 60px; */
    position: relative;
}

.options-now li.li-deviceName {
    float: left;
    margin: 5px 1px 0 1px;
    padding: 0px 1px 0px 1px;
    width: 83px;
    height: 30px;
}

.options-now label,
.options-now input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 300;
}

.options-now input[type="radio"] {
    opacity: 0;
    z-index: 100;
}

.options-now input[type="radio"]:checked+label {
    background: #bee6f7;
    color: #000;
    font-weight: 400;
}

.options-now input[type="radio"]:checked+label.label-deviceName {
    background: #bee6f7;
    color: black;
    font-weight: 400;
}

.options-now label {
    cursor: pointer;
    z-index: 90;
    line-height: 50px;
    padding-left: 20px;
    margin-bottom: 0;
}

.options-now label:hover {
    background: #fefefe;
}

.options-now label.label-deviceName:hover {
    background: #eee;
}

.options-now label.label-deviceName {
    display: inline-block;
    position: relative;
    border-radius: 5px;
    padding: 0px 10px 0px 10px;
    width: 82px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    background: #f5f5f5;
    font-size: 14px;
}


/** TABS ***********************************/

.fw-tab-panel {
    border: 0px solid #eee;
    padding: 10px;
}


/* right panel, nav-pills border*/

.fw-tab-line>.nav-tabs.nav-justified>.active>a,
.fw-tab-line>.nav-tabs.nav-justified>.active>a:hover,
.fw-tab-line>.nav-tabs.nav-justified>.active>a:focus {
    border: 0
}


/* right panel, nav-pills background*/

.fw-tab-line>.nav-tabs>li.active>a,
.fw-tab-line>.nav-tabs>li.active>a:hover,
.fw-tab-line>.nav-tabs>li.active>a:focus {
    background: none;
    color: black;
    font-weight: 400;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}

.fw-tab-line>.nav-tabs {
    border: none;
    margin: 0px;
}

.fw-tab-line>.nav-tabs>li {
    margin-right: 2px;
}

.fw-tab-line>.nav-tabs>li.active {
    background: none;
    border: 0;
}

.fw-tab-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    color: #777;
    font-size: 20px;
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.fw-tab-line>.nav-tabs>li.open>a,
.fw-tab-line>.nav-tabs>li:hover>a {
    border: 0;
    background: none !important;
    color: #333333;
    -webkit-filter: none;
    filter: none;
}

.fw-tab-line>.nav-tabs>li.open .dropdown-menu,
.fw-tab-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0px;
}

.fw-tab-line>.tab-content {
    margin-top: 0px;
    background-color: none;
    border: 0;
    border-top: 0px solid #eee;
    padding-bottom: 20px;
}

.fw-table-label {
    width: 100%;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 400;
}

.fw-table-comment-container {
    padding-top: 10px;
    padding-left: 5px;
}

.fw-table-comment {
    width: 100%;
    text-align: left;
    margin-top: 5px;
    color: #555;
    font-size: 14px;
    text-align: justify;
}


/** DIV TABLE *********************************/

.fw-result-table {
    border: 0px solid black;
    background: white;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.fw-table {
    display: table;
    width: 100%;
}

.fw-table-no-top-border {
    border-top: 0 !important;
}

.fw-table-row {
    display: table-row;
}

.fw-table-row.fw-hover-row:hover {
    background: #eee;
    cursor: pointer;
}

.fw-checked {
    background: #bee6f7 !important;
}

.fw-table-cell {
    border: 0px solid #333;
    display: table-cell;
    padding: 3px 10px;
}

.fw-table-cell-article {
    width: 14%;
}

.fw-table-cell-name-50 {
    width: 36%;
}

.fw-table-cell-name-100 {
    width: 86%;
}

.fw-table-cell-comment-50 {
    width: 50%;
}

.fw-table-cell-empty {
    background: #fff;
    color: #444;
}

.fw-table-heading {
    background-color: #EEE;
}

.fw-table-body {
    display: table-row-group;
}


/** MISC *************************************/

.icon {
    width: 2em;
    height: 2em;
}

.fw-important {
    font-weight: 500;
    display: inline-block;
}

.fw-important-light {
    font-weight: 400;
    display: inline-block;
}

.fw-align-left {
    text-align: left;
}

.fw-align-right {
    text-align: left;
}

.bold {
    font-weight: 400;
}

.left-panel-note {
    float: left;
    padding: 5px 10px 0px 10px;
    font-size: 14px;
    color: #555;
}


/** NAVBAR ***********************************/

.fw-navbar .navbar-brand>img {
    height: 25px;
    padding-right: 15px;
}

.fw-navbar .fw-navbar-header {
    margin-right: 15px;
}