﻿body {
    margin: 0;
    padding: 0;
    background-color: #F1F1F1;
    box-sizing: border-box;
    font-family: 'Verdana';
    font-size: 14px;
    min-height: 100vh;
}

body,
section.container,
html {
 
    width: 100%;
} 
.top-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    background-color: white;
    width: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
    border-bottom: silver 1px solid;
}
    .top-menu a {
        font-weight: 400;
        color: #596E81;
        text-decoration: none;
        text-transform: capitalize;
    }
    a.ati-media-link {
        font-size: 22px;
        font-weight: 800;
        text-decoration: none;
        color: #39444F;
        cursor: pointer;
        white-space: nowrap;
    }
.top-menu-content > span {
    margin-left: 5px; 
    color: #596E81;
}
.top-menu-links {
    display: flex;
    margin-left: auto;
}

    .top-menu-links a {
        white-space: nowrap;
   
    }
.rounded-corners-content {
    box-shadow: 0px 1px 2px rgba(57, 68, 79, 0.2);
    background-color: white;
    border-radius: 8px;
    border: 1px solid rgba(57, 68, 79, 0.1);
}
.stat-list-table {
    background-color: white;
   
    margin: 20px auto;
}
.container {
    background-color: rgba(88, 115, 254, 0.04);
    margin: 0;
    box-sizing: border-box;
    font-family: 'ArialMT', 'Arial';
    font-size: 14px;
    min-height: 100vh;
}
.currentPageLink {
    text-decoration: underline !important;
    ;
}
.top-menu-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.top-menu-items {
    flex: 2;
    text-align: center;
}
.top-menu-items>span {
    margin: 0 5px;
}
    .content {
        margin: 0 auto;
        box-sizing: border-box;
    }
#content {
    position: relative;
    padding: 10px;
}
.order-title {
    padding: 6px 13px !important;
    border-radius: 4px !important; 
}

.order-stat { 
    display: flex; 
    flex-direction: column;
    padding: 0;
    list-style: none;
}
 


.order-stat.name {
    width: 100px;
    padding-right: 25px;
    color: #999999;
    line-height: 34px;
}

.order-stat.value {
    line-height: 24px;
}

.item {
    margin-top:10px
}

.order-row,
.banner-row {
    margin-top: 10px;
    position: relative;
}

.banner-image {
    width: 600px;
    height: 90px;
    margin-left: auto; 
    display: flex; 
    flex-direction: column; 
    align-items: flex-end;
}

    .banner-image > img {
        width: 600px;
        height: 90px;
    }

.banner-link {
    padding-top: 20px;
    color: #478CC8;
    font-size: 13px;
    text-decoration: none;
}

.banner-row {
    padding-bottom: 40px;
}

.target-link {
    text-decoration: underline;
    color: #3A7BBF;
}

.grey-text {
    color: silver;
}
.orange {
    color: darkorange;
}
.silver {
    color: silver;
}
.black {
    color: black;
}
.red {
    color: red;
}
.bold {
    font-weight: bold;
}
.green {
    color: #008000;
}

.title.small {
    font-size: 24px;
}

.link-img {
    cursor: pointer;
    background-size: 10px;
    margin-right: 0px;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: right;
}

.link-img-down {
    background-image: url(arrow_down.png);
}

.link-img-up {
    background-image: url(arrow_up.png);
}

.question-tooltip {
    font-size: 13px;
    line-height: 22px;
    width: 22px;
    height: 22px;
    border: 1px solid grey;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #999999;
    margin-left: 10px;
}

.title.small.day-stat {
    font-size: 18px;
}

.stat-title,
.stat-data {
    display: flex;
    white-space: nowrap;
    line-height: 16px;
    height: 75px;
    align-items: center; 
    justify-content: space-between;
    padding:0px 5px;
}

.stat-title {
    color: #999999;
    font-size: 12px;
}

.dates-selector > div {
    
}



.stat-data div {
    font-size: 14px;
}

.stat .stat-data div {
    font-weight: bolder;
}

    .stat .stat-data div.detail-item-title {
        font-weight: normal;
    }
     
.stat-title > div {
    display: table-cell; 
}

.stat .stat-data > div,
.stat .stat-title > div {
    font-weight: bolder;
}

.stat-selected-item,
.detail-item-title,
.stat-selected-item .svg-icon-item,
.stat-selected-item .svg-icon-item>svg {
    font-weight: normal !important;
    color: #478CC8 !important;  
}

.stat-selected-item {
    border-bottom: 1px dashed #478CC8;
}

    .stat-selected-item i {
        margin-right: 5px;
    }

.stat-selected-item-remove {
    cursor: pointer;
    color: rgb(213, 93, 89);
}

.stat-data-small {
    height: 20px;
    font-weight: normal;
    cursor: pointer;
    overflow: hidden;
}

    .stat-data-small:hover,
    .stat-data-small:hover div:not(.stat-detail-row-square) {
        background-color: rgba(242, 242, 242, 1);
    }

.stat-data-details-right-header {
    text-align: right;
    width: 100%;
}

.stat-item-selected,
.stat-item-selected div,
.stat-item-selected:hover,
.stat-item-selected:hover div {
    background-color: #478CC8 !important;
    color: white !important;
}

.stat-data.stat-data-small.stat-item-selected {
    position: relative;
}

.stat-list-data {
    border-bottom: 1px solid rgba(215, 215, 215, 1);
}
    .stat-list-data ul{
        list-style-type: none;
        padding-left: 0px;
    }

.order-id-cell {
    flex: 0 70px;
   vertical-align: top !important;
    min-width: 70px;
}
.order-check-cell {
    flex: 0 30px;
    vertical-align: top !important;
    min-width: 30px;
    text-align: center;
}
.order-progres-bar-cell {
    flex: 0 320px;
    min-width: 320px;
}
.loginImage {
}
.loginImage img {
    border: 0;
    vertical-align: middle;
}
.xls {
    width: 30px;
    min-width: 30px;
    text-align: center;
    cursor: pointer;
    float: right;
    padding-top: 5px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.order-title-cell {
    width: 630px;
    min-width: 180px;
}

    .order-title-cell li {
        white-space: pre-line;
    }

.order-sizes-cell {
    width: 100px;
    min-width: 100px;
}

.order-dates-cell {
    width: 115px;
    min-width: 100px;
}
.order-dates-cell .svg-icon-item {
    margin-right: 3px;
}

    .order-geos-cell {
        width: 280px;
        white-space: pre-line;
    }

.order-progress-cell {
    width: 300px;
    min-width: 270px;
}

.tooltip-class .tooltip div {
    font-size: 11px;
    text-align: left;
}

.stat-list-table ul {
    margin-left: 0px !important;
}

.banner-id-li {
    margin-top: 10px;
}
.order-id-link {
    font-weight: bold;
    color: #478CC8;
    font-size: 15px ;
}
.order-id-li {

   
}

.stat-list-title div {
    font-size: 16px;
    cursor: default !important;
}

.stat-list-data > div {
    cursor: pointer !important;
}

.stat-list-data:hover {
    cursor: pointer !important;
    background-color: aliceblue;
}

.banners-list-table .stat-list-data:hover {
    background-color: white !important;
    cursor: default !important;
    padding: 10px;
}

.stat-data-small > div {
    display: inline-block;
}

.date {
    display: table-cell;
    width: 200px;
}

.shows {
    text-align: center;
    display: table-cell;
    width: 200px;
}

.ctr {
    text-align: center;
    display: table-cell;
    width: 200px;
}

.clicks {
    text-align: center;
    display: table-cell;
    width: 200px;
}

.stat-detail-row-square {
    width: 10px !important;
    height: 10px !important;
    margin: 2px !important;
    min-width: 10px !important;
    min-height: 10px !important;
}

.stat-title {
    border-bottom: 2px solid rgba(215, 215, 215, 1);
}

.stat > .stat-title > div {
    padding-top: 15px;
}

.stat > .stat-data {
    border-bottom: 1px solid rgba(215, 215, 215, 1);
}

.detail-item-title {
    max-width: 250px;
}

.show-more {
    width: 100%;
    height: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e5e5e5 !important;
    color: #999999 !important;
    font-size: 13px;
}

.show-more-small {
    height: 25px !important;
}

.footer {
    text-align: center;
    display: none;
}

    .footer .years {
        margin-right: 10px;
    }

.ati-menu-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}

.footer .ati-menu {
    padding-left: 20px;
    text-decoration: underline;
}

.show-more {
    cursor: pointer;
}

.toggle_radio {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    border-radius: 2px;
    position: relative;
    height: 32px;
    display: inline-block;
    border: 1px solid #478cc8;
}

    .toggle_radio input[type=radio] {
        display: none;
    }

    .toggle_radio label {
        line-height: 36px;
        float: left;
        z-index: 0;
        display: inline-block;
        width: 85px;
        height: 32px;
        cursor: pointer;
        text-align: center;
        background: transparent;
        position: relative;
        z-index: 3;
        text-align: center;
        font-size: 13px;
        border-radius: 0;
        color: #478cc8;
        box-sizing: border-box;
    }

    .toggle_radio listitem:not(:last-child) label {
        border-right: 1px solid;
        border-color: #3c7abb;
    }

    .toggle_radio.ch label {
        width: 100px;
    }

.toggle_option:checked + label {
    color: white;
    background-color: #478cc8;
}

.toggle_option:not(checked) + label:hover {
    background: #3c7abb;
    color: white;
    border-color: #3c7abb;
}

.charts-container { 
    display: flex; 
    position: relative
}

    .charts-container div { 
        vertical-align: top;
    }

.charts-clear-all {
    clear: both;
}

.charts-pie-container {
     width: 35%;
    padding: 10px; 
    border: silver 1px solid;
    margin-right: 10px;
}

.charts-line-container {
    width: 65%;
    padding: 10px; 
    border: silver 1px solid;
}

.charts-separator {
    width: 5px;
    display: table-cell;
    padding: 5px !important;
    background-color: rgba(242, 242, 242, 1) !important;
}

.line-chart-data-selector,
.pie-chart-data-selector {
    padding: 5px;
}

.pie-chart-data-selector {
    text-align: center;
}

.line-chart-data-selector > div,
.line-chart-data-selector div.radio-button-list {
    display: inline-block;
    height: 38px;
}
.highlight-input {
    background-color: lightgoldenrodyellow;
    font-weight: bolder;
}
.sch-Result_Highlight {
    background-color: lightgoldenrodyellow;
    color: black;
}
.no-stops {
    border-bottom: solid green 2px; 
    width: 50%;
}
.has-stops {

    border-bottom: dashed orange 2px;
    width: 50%;
}
span.has-stops {
    font-weight: bold;
    color: orange;
}
span.no-stops {
    color: green;
    font-weight: bold;
}
li.has-stops, li.no-stops {
    padding-bottom: 8px;
}
div.dates-selector { 
    display: inline-block;  
    z-index: 1000;
    margin-left: 10px
}
.chart-hidden-selector {
    text-align: right;
    margin-left: 10px
}
.chart-hidden-selector  span{
    cursor: pointer;
}.details-data-controls {
        display: flex;
        justify-content: space-around;
    }

.text-search {
    height: 25px;
}

.line-chart-navigate-container {
    position: relative;
    padding: 0 30px;
    color: #478CC8;
    font-weight: bolder;
}

    .line-chart-navigate-container span {
        margin-left: 3px;
        margin-right: 3px;
        cursor: pointer;
    }

        .line-chart-navigate-container span:hover {
            text-decoration: underline;
            cursor: pointer;
        }
        
.line-chart-navigate-prev {
    float: left;
    margin-left: 20px;
}

.line-chart-navigate-next {
    float: right;
}

.day-stat-container {
    padding: 25px;
    margin-top: 50px;
}

.day-stat-container-small {
    margin-top: 10px;
}

.bar-chart-legends {
    padding: 20px;
}

    .bar-chart-legends > div {
        display: table-cell;
        width: 50%;
    }

.zero-percent-hide {
    color: silver;
    font-size: smaller;
}

.stat-list-container {
    background-color: #F1F1F1 !important;
    position: relative;
}
.stat-list-data-filter hr {
    color: #596E81;
    margin-bottom: 12px;
}
.stat-list-data-filter {
    display: flex;
    flex-direction: column;
}
.stat-list-found {
  height: 100%;
    width: 100%;
    line-height: 16px;
    text-align: right;
}
.stat-list-data-filter > span {
    margin: 10px;
}
  .stat-list-data-filter-controls  
 {    width: 100%; 
        position: relative;
}
.stat-list-data-filter-blocker { 
    z-index:1001;
     
    /* make it cover the whole screen */
    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
 
}
 .stat-list-data-filter-clear {
    text-align: right;
    font-weight: bold;
     cursor: pointer;
}
.stat-list-data-filter-item-title {
    margin: 10px;
    min-width: 100px;
    display: inline-block;
}

.adv-order-progres-bar-container { 
    background-color: gainsboro;
    height: 20px;
}

.adv-order-progres-bar-label {
    font-weight: normal !important; 
    margin-top: 5px;
    display: flex;
}

    .adv-order-progres-bar-label > div { 
        font-size: 9px !important; 
    }
.adv-order-progres-bar-label-left {
    text-align: left;
    flex: 1;
}
.adv-order-progres-bar-label-right {
    text-align: right;
    flex: 1;
}
.adv-order-progres-bar-indicator {
    height: 20px;
    display: inline-block;
    z-index: 1000;
}

.adv-order-progres-bar-indicator-active {
    background-color: rgb(75, 192, 192);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 10px 10px;
}

.active-days {
    color: rgb(75, 192, 192);
    background-color: white;
}

.adv-order-progres-bar-indicator-ready {
    background-color: rgb(75, 192, 192);
    text-align: center;
}

.adv-order-progres-bar-indicator-stoped {
    background-color: rgb(241, 177, 41);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 10px 10px;
}

.adv-order-progres-bar-indicator-label {
    text-align: right;
    margin-right: 5px;
    margin-top: 2px;
    font-weight: normal !important;
    font-size: 12px !important;
}

.adv-order-progres-bar-indicator-active > .adv-order-progres-bar-indicator-label,
.adv-order-progres-bar-indicator-ready > .adv-order-progres-bar-indicator-label {
    color: white;
}

#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a.email {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul,
    #login li {
        margin: 0;
        padding: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

    #login a {
        background: none;
        color: #999;
        font-weight: 600;
        margin: 2px;
        padding: 0;
    }

        #login a:hover {
            color: #333;
        }

#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#logoutForm {
    display: inline;
}


/* contact */

.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}


/* forms */

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

/*label {
    display: block;
    font-size: 1.1em;
    font-weight: 600; 
}*/

    label.checkbox {
        display: inline;
    }

input,
textarea {
    /*border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;*/
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus,
    textarea:focus {
        border: 1px solid aliceblue;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid rgba(215, 215, 215, 1);
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px; 
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}


/* info and errors */

.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}


/* styles for validation helpers */

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid red !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}
.filter-opaque {
    opacity: 0.1; 
}
.no-opaque {
    opacity: 1; 
}
.stat-list-data-filter { 
    display: flex;
    font-weight: 400;
    flex-direction: row;
}

.stat-list-data-filter-item { 
    display: flex;  
    padding: 2px;
    flex: 1 100%;
    position: relative;

}

.stat-list-data-filter-item-selected {
    background-color: aliceblue;
}

.ati-select-wrapper > select {
    width: 100%;
}

.ati-select-wrapper {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.stat-list-data-filter-row {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.login-view-container {
    padding: 0 25px;
    white-space: nowrap;
}
.login-view-container .dropdown {
    cursor: pointer;
}

    .fa-white {
        color: white;
    }

.tooltip-container {
    cursor: default;
    display: inline-block;
    text-rendering: geometricPrecision;
    margin-right: 5px;
    text-align: center;
}

.question-mark {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    background: gainsboro;
    color: rgba(0, 0, 0, .8);
    padding: 3px 5px 2px 5px;
    position: relative;
    border-radius: 2em;
    min-width: 1em;
    line-height: 1;
    margin-left: 5px;
    font-weight: 700;
}

.stat-list-title .tooltip-container {
    padding: 0;
}

.question-mark:hover {
    background: rgba(0, 0, 0, 0.3);
    cursor: help;
}

.stat-item-selected .stat-detail-row-square {
    visibility: visible !important;
}

    .stat-item-selected .stat-detail-row-square:before {
        content: 'x';
        color: white !important;
        left: 3px;
        position: absolute;
        top: 1px;
    }

.stat-list-found {
    text-align: right; 
}

.stat-banner {
    background-color: white;
    margin-bottom: 10px; 
    display: flex;
    padding: 5px;
    border: silver 1px solid;
}

.order-container {
    flex: 0 380px;
    width: 380px;
    padding: 10px;
}
.order-header-container {
    width: 250px;
}
    .order-header-container   .order-title, .order-header-container  .react-select__single-value {
        font-size: 15px;
        font-weight: 900;
    }
.stat-banner-choose {
    padding: 10px;
    flex: 1;
    text-align: right;
}

.stat-banner-choose-ddl {
    margin-right: 30px;
    padding: 5px;
}

.c-text-limit {
    white-space: nowrap;
    min-width: 100px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.c-text-client-limit {
    max-width: 250px !important;
    white-space: nowrap;
    min-width: 100px; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.order-row .c-text-client-limit {
    max-width: 320px !important;
}
    .stats-banner-view {
    width: 100%;
}

.stats-banner-choose-label {
    margin-bottom: 10px; 
    display: flex; 
    padding: 0 5px;
}
.stats-banner-choose-label-pref {
    flex: 1;
    align-self: center;
}
.stats-banner-choose-label-control {
    flex: 0 260px;
    display: flex;
}
.stats-banner-choose-label > div {
    padding: 0 5px;
}
    .stats-banner-link {
        word-break: break-all;
    }
.active-days-list {
    cursor: help;
}
.activeDaysListContainerWrapper {
}

.activeDaysListContainer {
    width: 300px;
}

    .activeDaysListContainer ul {
        padding: 5px;
    }

    .activeDaysListContainer li {
        list-style: none;
    }

    .activeDaysListContainer span {
        margin: 5px;
    }

.date-hint-tooltip {
    margin-left: 5px;
    cursor: help;
}

.opaque {
    background-color: white;
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    opacity: 0.5; 
}

.excluded {
    cursor: default;
    background-color: white;
    filter: alpha(opacity=70);
    /* Netscape */
    -moz-opacity: 0.7;
    /* Safari 1.x */
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
 .excluded i.fa {
     color: silver !important;
 }

.editor-form {
    background-color: white;
    margin-bottom: 10px;
    padding: 10px;
    border: silver 1px solid;
    font-size: .85em;
    margin: 0 0 10px;
}

.banner-list-info-cell {
    width: 600px;  
    vertical-align: top; 
}


.banner-list-data, .banner-list-data > div {
    height: 350px;     padding: 10px;
}
.editor-form-content {
        display: flex;
    width: 100%;
} 
.banner-list-data  .stat-selected-item {
    width: 48px;
    font-weight: 800 !important;
    border-style: none !important;

}
.order-fields, .order-controls {
        display: table-cell;
        width: 50%;
    padding: 10px;
    }
.editor-form-fields  {
    list-style: none;
    padding-left: 5px;
}
.order-header-activator {
    text-align: right;
}

.banner-uploader {
       margin: 10px; 
    background-color: bisque;
    border: chocolate 1px dotted;
    text-align: center;
    vertical-align: middle;
    font-size: 15pt;
}
.banner-uploader-hover {
    background-color: seagreen;
    border:#008000 1px dotted;
}
.banner-uploader-active{
    background-color: seagreen;
    border:#008000 1px dotted;
    opacity: 0
}
.not-valid> input[type=text]{
    border-color: red;
} 
.add-banner-button {
    text-decoration: underline;
    color: #478CC8;
    cursor: pointer;
}
.pointer { 
    cursor: pointer;
}
.help, .errors-hints span, .errors-hints i{ 
    cursor: help;
}
.hidden {
    display: none;
}
.not-visible {
    visibility: hidden;
}
.today-counter-labels { 
    color: lightseagreen;
}
.counter-label-unique {
    font-weight: normal; 
    color: orange;
    margin-left: 10px;
    cursor: help;
}
.cursor-help {
    cursor: help;
}
.ati-adv-order-cell {
    background-color: cornsilk;
    color: #999999;
    font-weight: bolder;
}
.ati-order-header-title strong,
.order-progress-bar-vals-ati {
    color: #DEA00A !important;
    text-transform: uppercase;
}
 
.stat-filter-orders-checkbox input[type=checkbox] {
    cursor: pointer !important;
}
.stat-filter-orders-checkbox .disabled {
    background-color: silver;
}
.stat-filter-orders-checkbox input[disabled] {
    cursor: not-allowed !important;
}
.stat-filter-orders-collection {
  max-width: 600px; 
}
.stat-filter-orders-collection span.label {
    margin: 5px;
}
.stat-filter-orders-collection span.remove-order {
    margin-left: 5px;
}
.stat-filter-orders-collection { 
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.stat-filter-orders-collection.empty {
    display: none;
}
.stat-list-filter-container {
    font-size: 13px;
    position: relative; 
}
.stat-filter-orders-collection.with-items > .orders-filter-action {
    border-color: #478CC8
}
.stat-filter-orders-collection {
    width: 100%;
}

.orders-autocomplete .react-select__option {
    padding: 0px !important;
}

.orders-filter-actions {
    display: flex;
}
    .orders-filter-actions > .filter-inc-switch {
        position: static !important;
    }
.orders-filter-actions > div {
        margin: 0 5px;
        flex: 1 1 100%;
    }

.orders-filter-redirect-actions {
    text-align: right;
}
.orders-filter-redirect-actions .dropdown-toggle {
    cursor: pointer;
}
 .react-select__multi-value__remove,
 .react-select__multi-value {
    border-radius: 0px;
}
.values-include .react-select__multi-value,
.values-include .react-select__multi-value__remove,
.values-include .react-select__multi-value__label,
.stat-filter-orders-collection.with-items .action-icons-container,
.react-select__multi-value,
.react-select__multi-value__remove,
.react-select__multi-value__label {
    color: white !important;
    background-color: #478CC8 !important;
}
    .react-select__multi-value.ati-order,
    .react-select__multi-value.ati-order .react-select__multi-value__remove,
    .react-select__multi-value.ati-order  .react-select__multi-value__label {
        background-color: #DEA00A !important;
    }
.orders-autocomplete-ati .react-select__multi-value__label,
.orders-autocomplete-ati .react-select__multi-value__label:hover,
.orders-autocomplete-ati .react-select__multi-value__remove,
.orders-autocomplete-ati .react-select__multi-value__remove:hover {
    background-color: #DEA00A !important;
}
.react-select__multi-value__remove:hover {
    background-color: #478CC8 !important;
    color: white !important;
}
 


.stat-filter-orders-collection.filter-include > .orders-filter-action {
    border-color: #478CC8;
}
.values-include .react-select__multi-value,
.values-include .react-select__multi-value__remove,
.values-include .react-select__multi-value__label,
.stat-filter-orders-collection.filter-include .action-icons-container,
.stat-filter-orders-collection.filter-include .react-select__multi-value,
.stat-filter-orders-collection.filter-include .react-select__multi-value__remove,
.stat-filter-orders-collection.filter-include .react-select__multi-value__label,
.stat-filter-orders-collection.filter-include button {
    background-color: #478CC8 !important;
    color: white !important;
}
    .stat-filter-orders-collection.filter-include .react-select__multi-value__remove:hover {
        color: white;
    }

 


.stat-filter-orders-collection.filter-exclude > .orders-filter-action {
    border-color: #D0021B;
}
.values-exclude .react-select__multi-value,
.values-exclude .react-select__multi-value__remove,
.values-exclude .react-select__multi-value__label,
.stat-filter-orders-collection.filter-exclude .action-icons-container,
.stat-filter-orders-collection.filter-exclude .react-select__multi-value,
.stat-filter-orders-collection.filter-exclude .react-select__multi-value__remove,
.stat-filter-orders-collection.filter-exclude .react-select__multi-value__label,
.stat-filter-orders-collection.filter-exclude button {
    background-color: #D0021B !important;
    color: white !important;
}



    .stat-filter-orders-collection.filter-exclude .react-select__multi-value__remove:hover {
        color: white;
    }

 

.has-search .adv-input-control {
    padding-left: 2.0rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.0rem;
    height: 2.0rem;
    line-height: 2.0rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.react-select-container {
    width: 100%;
}
.order-search-item {
    cursor: pointer;
    display: flex;
    font-size: 12px;
    min-height: 70px; 
    border-top: 1px solid rgba(57, 68, 79, 0.2);
    background-color: white;
}
.order-search-item:hover {
    background-color: aliceblue;
}
    .order-search-item > div {
        padding: 5px;
    }
.order-search-item-title {
    flex: 0 70px; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.order-search-item-descriptors {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    justify-self: center; 
    flex: 1;
    padding: 5px 0px;
}
.order-search-item-descriptors-icons {
    display: inline-flex;
    vertical-align: middle;
    align-content: center;
    padding: 5px 0px;

}
.order-search-item-descriptors-icons .svg-icon-item {
    margin-right: 2px;
}
    .order-search-item-prog {
        text-align: right;
    }
.order-search-item-props {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} 
.order-size-label { 
    font-size: 10px;

} 
.order-progress-bar {
    font-size: 8px;
    display: block  !important;
}

.order-progress-bar-container {
    width: 100%;
    height: 3px;
    background-color: #f5f5f5;
    display: flex;
    line-height: normal  !important;
    flex-direction: row;
}

.order-progress-bar-displays {
    color: silver;
    padding-right: 1px;
    text-align: right;
    margin-top: 2px;
}

.order-progress-bar-vals {
    color: #478CC8;
    text-align: right;
}
.order-progress-bar-vals-ready {
    color: rgb(75, 192, 192);
}
.order-progress-bar-vals-label {
    color: silver;
}
 
.indicator-ati {
    background-color: #DEA00A; 
}
.indicator-total {
    background-color: #F1F1F1;
}

.indicator-prev {
    background-color: #CCDFF0;
}

.indicator-cur {
    background-color: #478CC8;
}

.indicator-ready {
    background-color: rgb(75, 192, 192);

}

.order-progress-bar .order-progress-bar-indicator-stoped {
    background-color: lightblue;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .77) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .77) 50%, rgba(255, 255, 255, .77) 75%, transparent 75%, transparent);
}
.order-search-item-title strong {
    color: #478CC8;
}
.order-search-item-title strong {
    color: #478CC8;
}
    .order-search-item-geos {
    flex: none;
    width: 100px;
}
.advTooltip {
    background-color: white !important;
    color: black !important;
    border: solid gray 1px !important;
    pointer-events: auto !important;
    opacity: 1 !important; 
    padding: 5px !important;
}
    .advTooltip.static {
        padding: 10px !important;
    }
.advTooltip:(:empty) {
                 display: none;
             }
.dateRangeTooltip {
    width: 500px;
}
.orders-filter-actions-container {
    display: flex;
    margin-bottom: 20px;
}

.orders-filter-action { 
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px; 
    height: 100px;
    background-color: white;
    display: flex;
}
.orders-filter div.action-controls {
    width: 100%;
    display: flex;
}
 
 
    .action-icons-container { 
        width: 22px;
        background-color: rgb(204, 204, 204);
        text-align: center;
        color: gray;
        padding: 3px;
        
    }
        .action-icons-container > div {
            margin-top: 3px;
            margin-bottom: 3px;
        }
        .action-icons-container .fa-fw {
            width: 0.8em;
        }
        .action-icon {
            border-radius: 4px;
            width: 20px;
            text-align: center;text-align: center;
        }
 
 

.filter-item-selected a {
    font-weight: bolder !important; 
}
.search-placeholder {
    color: silver !important;
}
.label-link, .label-link svg {
    color: #478CC8 !important;
    cursor: pointer;
    border-bottom: 1px dotted #478CC8;
}
.autocomplete-search-icon {
    color: #B8B8B8;
    margin: 5px;
}
.material-icons, .MuiSvgIcon-root {
    color: #B8B8B8;
}
.svg-icon-item {
    border-color: rgb(140, 150, 157);
}

    .svg-icon-item > svg {
        width: 16px;
        height: 16px;
        color: rgb(140, 150, 157);
    }
.svg-icon-size-small > svg {
    width: 12px !important;;
    height: 12px !important;; 
}
.svg-icon-size-big > svg {
    width: 24px !important;;
    height: 24px !important;
}
.svg-icon-size-middle > svg {
    width: 16px !important;;
    height: 18px !important;;
}
.svg-icon-blue > svg {
    color: #478CC8 !important;
}
.svg-icon-color-blue,
.svg-icon-color-blue>svg{
    color: #478CC8 !important;
}
.svg-icon-color-white,
.svg-icon-color-white > svg {
    color: white !important;
}
.svg-icon-color-red,
.svg-icon-color-red > svg {
    color: red !important;
}
.svg-icon-color-black,
.svg-icon-color-black > svg {
    color: black !important;
}
.svg-icon-color-orange,
.svg-icon-color-orange > svg {
    color: darkorange !important;
}
.stats-banner-view-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.merged-stat-order-tooltip {
    padding: 10px;
}

.merged-stat-order-tooltip-header {
    display: flex; 
    justify-content: space-between; 
}
.merged-stat-order-tooltip a {
    color: #478CC8;
    font-size: 12px;
}


.merged-stat-order-tooltip-info,
.merged-stat-order-tooltip-header,
.merged-stat-order-tooltip-params {
    
}
.merged-stat-order-tooltip-info, .merged-stat-order-tooltip-params {
    color: #39444F;
}
    .merged-stat-order-tooltip-info label,
   .merged-stat-order-tooltip-params label{
        color: #8C969D;
        width: 150px;
    }
.merged-stat-order-tooltip-params {
    overflow-y:auto
}
    .tooltip-info {
        width: 100%;
        display: flex;
        line-height: 16px;
        height: 16px;
    }
.merged-stat-order-tooltip-data { 
    width: 100%;
    padding-top: 40px;
}
    .merged-stat-order-tooltip-data > .merged-stat-order-tooltip-info {
        width: 50%;
    }
    .merged-stat-order-tooltip-header-title {
        font-size: 16px;
        color: #39444F;
    }
.merged-stat-order-tooltip-header-closer> span {
    cursor: pointer;
}
.merged-stat-order-tooltip-footer {
    height: 100px;
    line-height: 100px;
    background-color: #F1F1F1;
    color: #B8B8B8;
}
.merged-stat-order-tooltip-param {
   
    width: 100%;
    margin-bottom: 5px;
}
.merged-stat-order-tooltip-param-values-сontainer > ul {
    padding: 0px;
    margin: 5px 0px;
}
.merged-stat-order-tooltip-param-icon {
    min-width: 20px;
}
.merged-stat-order-tooltip-param-title {
    font-size: 14px;
}
.merged-stat-order-tooltip-param-date {
    font-size: 11px;
    color: #B8B8B8
}
.merged-stat-order-tooltip-param-values-container {
}
.merged-stat-order-tooltip-param-value {

}
.merged-stat-order-chart-settings > div {
    margin-left: 5px;
}
.stats-banner-view-list > div {
    padding: 3px;
}
.banner-list-prestige {
    flex-direction: column;
}
.react-select__dropdown-indicator {
    padding: 0 3px !important;
}
.c-ready-txt { color: rgb(75, 192, 192); }
.c-prog-txt {
    color: #478CC8;
}
    /*.banner-list-hor {
    flex-direction: row;
}
.banner-list-vert {
     flex-direction: column;  
}*/
    [role=button] {
        cursor: pointer !important;
    }
.closed_hidden {
    visibility: hidden !important;
}

.ati-form-control[type='text'], .ati-form-control[type='password'] {
    background-color: white;
    border-radius: 4px;
    border: 1px solid rgba(57, 68, 79, 0.5);
    min-height: 28px !important;
}
#login {
    padding: 10px;
}
#login span.label {
    width: 100px;
}
#login > div {
    display: flex;
    padding: 5px;
    align-items: center;
}

.bg-success {
    background-color: #5cb85c;
    color:white !important;;
}

.bg-info {
    color:white !important;;
    background-color: #5bc0de;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    color:white !important;;
    background-color: #f0ad4e;
}

.bg-default {
    background-color: white;
    color:black !important;;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    color:white !important;
    background-color: #d9534f;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.label {
    display: inline;
    padding: .1em .3em .2em;
    font-size: 85%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    border-style:solid;
    border-width: 1px;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #f5f5f5;
    border-color:#ddd;
    color: white;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: white;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: white;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: white;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
    border-color: #d9534f;
    color: white;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
    color: white;
}
.panel {
    margin-bottom: 15px !important;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 2px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}


.Skeleton__skeleton {
    padding: 0;
    cursor: default !important;
    margin: 0;
    border-radius: 0;
    width: 100%;
    background-size: 400% 400%;
    opacity: .06;
    background-image: -webkit-gradient(linear, right top, left top, from(#000), color-stop(50%, #93a1a8), to(#000));
    background-image: -webkit-linear-gradient(right, #000, #93a1a8 50%, #000);
    background-image: -o-linear-gradient(right, #000 0, #93a1a8 50%, #000 100%);
    background-image: linear-gradient(-90deg, #000, #93a1a8 50%, #000);
    -webkit-animation: Skeleton__pulse 1.2s ease-in-out infinite;
}

@-webkit-keyframes Skeleton__pulse {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -135% 0
    }
}

@keyframes Skeleton__pulse {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -135% 0
    }
}

.Skeleton__skeleton {
    padding: 0;
    margin: 0;
    border-radius: 0;
    width: 100%;
    background-size: 400% 400%;
    opacity: .06;
    background-image: -webkit-gradient(linear,right top,left top,from(#000),color-stop(50%,#93a1a8),to(#000));
    background-image: -webkit-linear-gradient(right,#000,#93a1a8 50%,#000);
    background-image: -o-linear-gradient(right,#000 0,#93a1a8 50%,#000 100%);
    background-image: linear-gradient(-90deg,#000,#93a1a8 50%,#000);
    -webkit-animation: Skeleton__pulse 1.2s ease-in-out infinite;
    animation: Skeleton__pulse 1.2s ease-in-out infinite
}

animation: Skeleton__pulse___2rKGU 1.2s ease-in-out infinite;
 