/* #################################################### */
/* ### OMS AppGraph Stylesheet ### */
/* #################################################### */

.ag-title {
    display: block;
    font-size: 2.5em;
    margin-bottom: 0.65em;
    font-weight: 600;
    color: #373737;
}

.ag-subtitle {
    display: block;
    font-size: 1.25em;
    margin-bottom: 2em;
    color: #737373;
}

.ag-wrapper {
    display: block;
    margin: 3em auto 3em auto;
    border-radius: 0.5em;
    background: #ffffff;
    color: #b1b1b1;
    width: 1200px;
    padding: 3em;
    box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.1), 1px 1px 3px 0px rgba(0,0,0,0.1), 0px 0px 20px 0px rgba(0,0,0,0.1);
}

.ag-table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: separate;
}

.ag-table th, td {
    text-align: left;
    padding: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ag-table th {
    background: #ffffff !important;
    color: #373737 !important;
}

.ag-table tr {
    background: #ffffff;
}

.ag-table tr:nth-child(even) {
    background: #f7f7f7;
}

.ag-table tr:hover {
    background: #006eff;
    color: #ffffff !important;
    cursor: default;
}

.ag-table tr:hover .txt-ag-yellow,
.ag-table tr:hover .txt-ag-blue,
.ag-table tr:hover .txt-ag-dark,
.ag-table tr:hover .txt-ag-red,
.ag-table tr:hover .txt-ag-green {
    color: #ffffff !important;
}

.ag-input-wrap {
    display: inline-block;
    margin-right: 1em;
}

.txt-ag-yellow {
    color: #ffa800;
}

.txt-ag-red {
    color: #ff3c00;
}

.txt-ag-green {
    color: #35bb00;
}

.txt-ag-blue {
    color: #006eff;
}

.txt-ag-dark {
    color: #373737;
}

.comparison-wrap {
    display: block;
    margin-bottom: 1em;
}

.comparison-wrap:after { 
    content: "."; 
    visibility: hidden; 
    display: block; 
    height: 0; 
    clear: both;
}

.comparison-wrap-a {
    display: block;
    border-radius: 0.5em;
    background: #ffffff;
    color: #b1b1b1;
    width: 49%;
    padding: 3em;
    box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.1), 1px 1px 3px 0px rgba(0,0,0,0.1), 0px 0px 20px 0px rgba(0,0,0,0.1);
    float: left;
}

.comparison-wrap-b {
    display: block;
    border-radius: 0.5em;
    background: #ffffff;
    color: #b1b1b1;
    width: 49%;
    padding: 3em;
    box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.1), 1px 1px 3px 0px rgba(0,0,0,0.1), 0px 0px 20px 0px rgba(0,0,0,0.1);
    float: right;
}

.comparison-wrap-head {
    line-height: 100%;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #b1b1b1;
}

.comparison-wrap-score {
    font-weight: 700;
    font-size: 2em;
    line-height: 100%;
    margin-bottom: 0.5em;
}

.comparison-wrap-ratings {
    font-weight: 700;
    font-size: 2em;
    line-height: 100%;
}

.ag-counter {
    display: block;
    float: right;
    box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.1), 1px 1px 3px 0px rgba(0,0,0,0.1), 0px 0px 20px 0px rgba(0,0,0,0.1);
    padding: 1.5em;
    border-radius: 0.5em;
}

.ag-chart-wrap {
    display: flex;
    padding-top: 1em;
    margin-bottom: 1em;
}

.ag-chart-item {
    flex-basis: 100%;
}

@media screen and (max-width:600px) {


}