﻿.info-box {
    background: white;
    padding: 0;
    overflow-x: hidden;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 2px 1px -1px rgba(0,0,0,.12);
    /*box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);*/
    margin: 10px 0;
}

select {
    text-align-last: left;
}

.search-container {
    float: right;
    margin-top: -38px;
    margin-right: 225px;
    color: rgba(0,0,0,.2);
    font-size: 17px;
}

.dataTables_filter {
    float: right;
    margin-top: -45px;
    margin-right: 35px;
    color: rgba(0,0,0,.2);
    font-size: 17px;
}

    .dataTables_filter label {
        color: transparent;
    }

    .dataTables_filter input {
        outline: 0;
        border: none;
        font-family: 'Roboto';
        font-weight: normal;
        font-size: 14px;
        color: black;
        border-bottom: 1px solid rgba(0,0,0,.2);
        margin-left: 15px;
        padding-left: 10px;
        width: 95px;
        text-align: center;
        display: none;
    }

.info-box .info-heaeder {
    color: rgba(0,0,0,0.87);
    text-align: left;
    padding: 16px;
    font-size: 1.4rem;
    font-weight: 400;
}

.info-box .info-subdata {
    font-size: 8px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.75);
    padding: 0px 5px;
    position: relative;
    width: 100%;
    margin-top: -10px;
}

.info-box .info-data {
    font-size: 28px !important;
    line-height: 22px;
    padding-top: 14px;
    font-weight: 400;
    padding-bottom: 32px;
    color: rgba(0,0,0,.5);
}

.info-box .info-footer {
    border-top: 1px solid rgba(0,0,0,.12);
    font-size: 1.4rem;
    font-weight: 400;
    padding: 6px 16px;
    text-align: left;
    background: rgb(250, 250, 250);
    color: rgba(0,0,0,0.54);
}

.info-box h4 {
    border-bottom: 1px solid rgba(0,0,0,.12);
    font-size: 1.6rem;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
    margin: 0;
    color: rgba(0,0,0,0.57);
    color: black;
}

.info-box .sub-menu {
    font-size: 1.3rem;
    padding-left: 16px;
    padding-right: 0px;
    margin: 0;
    float: right;
    text-transform: uppercase;
    color: rgba(0,0,0,0.87);
    margin-top: -44px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1pt;
}

    .info-box .sub-menu .period-class {
        padding: 8px 12px;
        border-radius: 4px;
        margin: 0px 5px;
        margin-top: -6px;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        cursor: pointer;
        font-weight: 500;
    }

.device-header {
    padding: 00px 15px;
}

    .device-header .row {
        padding: 30px 0px 1px 20px;
        font-size: 18px;
        border-bottom: 1px solid rgba(0,0,0,.12);
    }

    .device-header .sub-row {
        margin: auto;
        padding: 5px 10px !important;
        font-size: 16px;
        border-bottom: 1px solid rgba(0,0,0,.06);
    }

.icon {
    float: right;
    margin: -10px;
    border-radius: 60px;
    color: white;
    margin-right: 0px;
    line-height: 34px;
    text-align: center;
    height: 34px;
    width: 34px;
}

.sub-row {
    margin: 0px !important;
}
.info-box h4 a {
    float: right;
    color: black;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border:1px solid #ddd;
    padding:5px 10px;
}

    .info-box h4 a:hover {
        color: green;
    }
