@import url(https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css);
body {
    background-color: #FFFFFF !important;
}

#logo {
    padding-top: 50px;
}

#Content, #header {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
}

#Content {
    margin-bottom: 30px;
}

.controls, .controls>div {
    position: relative;
    margin-bottom: 20px;
}

.page-content {
    overflow-x: hidden;
}

.page-header {
    z-index: 1000;
}
#ErrorHandling .modal-dialog {
    width: auto !important;
}

#ErrorHandling .modal-content {
    padding: 0 !important;
}

#ErrorHandling .ErrorHandling-content {
    margin-top: 65px;
    background-color: #f2f2f2;
    padding: 40px 60px 20px;
    text-align: center;
    color: #3d3d3d;
    position: relative;
}

#ErrorHandling .ErrorHandling-title {
    margin-top: 15px !important;
    margin-bottom: 0px !important;
}

#ErrorHandling .ErrorHandling-body {
    margin-top: 15px;
    margin-bottom: 0px;
}

#ErrorHandling .ErrorHandling-extra {
    margin: 10px 0px 0px !important
}

#ErrorHandling .ErrorHandling-icon {
    border-radius: 50% !important;
    font-size: 40px;
    font-weight: 100;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    padding-top: 8px;
}

#ErrorHandling .ErrorHandling-icon.info { 
    background-color: #00b7ef;
}

#ErrorHandling .ErrorHandling-icon.success { 
    background-color: #26c281;
}

#ErrorHandling .ErrorHandling-icon.error { 
    background-color: #e7505a;
}

#ErrorHandling .ErrorHandling-icon.warning { 
    background-color: #f3c200;
}

#ErrorHandling .ErrorHandling-button {
    width: 100%;
    height: 60px;
    text-align: center;
    font-weight: bold;
    border: 0px solid #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#ErrorHandling .ErrorHandling-button:hover {
    border: 0px solid #fff;
}

#ErrorHandling .ErrorHandling-button.info {
    color: #00b7ef;
}

#ErrorHandling .ErrorHandling-button.info:hover {
    background-color: #00b7ef;
    color: #fff;
}

#ErrorHandling .ErrorHandling-button.error {
    color: #e7505a;
}

#ErrorHandling .ErrorHandling-button.error:hover {
    background-color: #e7505a;
    color: #fff;
}

#ErrorHandling .ErrorHandling-button.success {
    color: #26c281;
}

#ErrorHandling .ErrorHandling-button.success:hover {
    background-color: #26c281;
    color: #fff;
}

#ErrorHandling .ErrorHandling-button.warning {
    color: #f3c200;
}

#ErrorHandling .ErrorHandling-button.warning:hover {
    background-color: #f3c200;
    color: #fff
}

.CI_custom_input_range_root {
    display: flex;
    width: 100%;
}

.CI_custom_input_range_wrapper {
    margin-top: 10px;
    width: 100%;
}

.CI_custom_input_range_wrapper .resetButton {
    margin-left: 20px;
}
.LoadingSpinner .LoadingSpinner-divWrapper {
    width: 100%;
    height: 150px;
    left: 0px; 
    top: 0px;
    z-index: 3;
}

.LoadingSpinner .LoadingSpinner-spanWrapper {
    font-size: 30px;
    position: relative;
    top: 40px;
}

.LoadingSpinner .LoadingSpinner-img {
    height: 60px;
    top: 50%;
    transform: translateY(-60%);
}

.LoadingSpinner-button>i.fa.fa-spinner, .LoadingSpinner .LoadingSpinner-spanWrapper>i.fa.fa-spinner {
    margin-right: 10px;
}

.LoadingSpinner-component {
    font-size: 12px;
    text-align: center;
    width: 100%;
}


.NavBarNotification-parent {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    cursor: pointer;
}

.NavBarNotification-badge {
    margin: 24px 10px;
}

.NavBarNotification-badge-span {
    border-radius: 50% !important;
    top: 4px !important;
    right: 4px !important;
    height: 10px !important;
    width: 10px !important;
    background-color: rgb(240, 71, 63) !important;
}

.NavBarNotification-wrapper {
    background-color: white;
    border-radius: 50% !important;
    width: 29px;
    height: 29px;
    align-content: center;
    text-align: center;
}

.NavBarNotification-wrapper:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.NavBarNotification-wrapper-active {
    background-color: rgbaa(255, 255, 255, 0);
    border-radius: 50% !important;
    width: 29px;
    height: 29px;
    align-content: center;
    text-align: center;
    color: #FFF;
    border: 1px solid #FFF;
}

.NavBarNotification-wrapper-active:hover {
    background-color: rgba(255, 255, 255, 0.4);
    border: 0px solid rgba(255, 255, 255, 0.4);
}

.NavBarNotification-wrapper>i, .NavBarNotification-wrapper-active>i {
    padding-top: 6px;
    font-size: 16px;
}

.NavBarNotification-box-notifications {
    max-height: 200px;
    overflow-y: auto;
}

.NavBarNotification-box-header {
    padding: 10px;
    cursor: auto;
    border-bottom: 1px solid #eee;
}

.NavBarNotification-box-header a {
    text-decoration: none !important;
    cursor: auto;
}

.NavBarNotification-box-header-wrapper {
    display: flex;
    flex-direction: row;
}

.NavBarNotification-header, .NavBarNotification-markAllAsRead {
    flex-basis: 0;
    flex-grow: 1;
}

.NavBarNotification-header {
    color: #393939;
    text-transform: uppercase;
    font-weight: bold;
    cursor: default;
}

.NavBarNotification-markAllAsRead {
    text-align: right;
}

.NavBarNotification-markAllAsRead>span {
    cursor: pointer;
    color: #31708f;
}

.NavBarNotification-markAllAsRead>span:hover {
    color: #1d4356;
}

.NavBarNotification-no-item {
    text-align: center;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.NavBarNotification-item {
    padding: 10px;
}

.NavBarNotification-item:hover {
    background-color: #EEE;
}

.NavBarNotification-item>a {
    text-decoration: none;
    color: #393939;
}

.NavBarNotification-item i.fa.fa-circle, .NavBarNotification-item i.fa.fa-circle-thin {
    font-size: 9px !important;
}

.NavBarNotification-item>a .info {
    color: #31708f;
}

.NavBarNotification-item>a .warning {
    color: #8a6d3f;
}

.NavBarNotification-item>a .error {
    color: #a94442;
}

.NavBarNotification-item>a .success {
    color: #3c763d;
}
.PacingBar-progress {
    margin-bottom: 0px;
    width: 120px;
}

.PacingBar-spanTrue {
    height: 23px;
    font-weight: bold;
    color: #333;
    text-shadow: 0 0 4px #FFF !important;
    background-color: #FFF;
    top: 0;
}

.PacingBar-spanNA {
    padding-top: 5px;
    font-weight: bold;
    color: #333;
    background-color: #FFFFFF;
    text-shadow: 0px 0px 4px #FFFFFF !important;
    top: 0;
}

.PacingBar-overlayDiv {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: black;
    text-align: center
}

.PacingBar-overlaySpan {
    padding-top: 8px;
}

#PacingBar-popover ul {
    margin: 0px;
    padding-left: 15px;
}

#PacingBar-popover ul>li {
    margin: 0px;
}

#PacingBar-popover ul:not(:last-child) {
    margin-bottom: 5px;
}
.connected_ci_table>thead>tr>th {
    text-shadow: none;
    color: #337ab7;
    font-size: 13px !important;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 14px;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    white-space: nowrap;
}

.table-hover>tbody>tr.selectable:hover {
    cursor: pointer;
}

.connected_ci_table_noMessage {
    margin: 30px;
    padding: 30px;
}
.TableData-root {
    margin-bottom: 100px;
    padding-bottom: 60px;
}

.TableData-root>thead>tr>th {
    white-space: nowrap;
}

.TableData-thead-index, .TableData-tbody-remove {
    min-width: 15px !important;
    max-width: 80px !important;
    white-space: nowrap !important;
    text-align: center !important;
}

.TableData-root .input-group {
    margin-bottom: 0px !important;
}

.TableData-inputGeo {
    min-width: 250px;
    text-align: left;
}

.TableData-inputDate, .TableData-inputDropdown, .TableData-inputText {
    min-width: 200px;
    text-align: left;
}

.TableData-inputNumber {
    min-width: 150px;
}

.TableData-inputTime {
    min-width: 100px;
    text-align: left;
}
.modal-fullWidth {
    width: 90vw;
}

.hcenter {
    text-align: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.pull-right {
    float: right;
}

.pull-right button {
    margin-left: 10px;
}

.modal-page-header {
    padding-bottom: 10px;
}

.resetButton {
    margin-left: 20px;
}

.rangeSlider {
    margin-top: 10px;
    width: 100%;
}

.rangeSlider .input-range__label--value {
    top: -2.8rem;
}

.rangeSlider .input-range__label--min, .rangeSlider .input-range__label--max {
    bottom: -2rem;
}

.rangeSlider .input-range__label {
    font-size: 11px;
    color: #212529;
}

.rangeSlider .input-range__slider {
    background: #337ab7;
    border-color: #2e6da4;
}

.rangeSlider .input-range__track .input-range__track--active {
    background: #337ab7;
}

.fileInput-fileSelected {
    margin-left: 10px;
    font-size: 12px;
}

.nowrap-header>th {
    white-space: nowrap;
    background-color: #f5f5f5;
    font-weight: bold;
}

.adPublisherCostHistory-centerContent {
    text-align: center;
}

.form-control-feedback.glyphicon {
    top: 10px !important;
    font-size: 12px !important;
}

.modalBulk-importButton {
    margin: 20px 15px 30px;
    background-color: #f5f5f5;
    white-space: normal !important;
    border: 3px dashed #DDD;
    width: 100%;
    text-align: center;
    padding: 50px 35px 25px 35px;
}

.modalBulk-importButton i {
    padding-top: 38px;
}

.modalBulk-importButton:hover, .modalBulk-importButton:active {
    border: 3px dashed #393939;
    background-color: #c9c9c9;
}

.modalBulk-tableData div.table-responsive {
    padding-bottom: 30px;
}

.image-container {
    border: 0;
    box-shadow: 0px 0px 8px #888888;
    max-width: 850px
}

.marginTop10 {
    margin-top: 10px !important;
}

.marginTop5 {
    margin-top: 10px !important;
}

.CampaignBulkEdit-BulkPanel .panel-body input.form-control {
    height: 38px;
}
.ModalAdPublisher_cost-tab-information {
    margin: 10px 20px 0 0;
    text-align: center;
}
.AdsImportaModal-tableHeader>th {
    cursor: pointer;
}
.CampaignBulkEdit-modal {
    min-width: 850px !important;
}
.CampaignBulkEdit-BulkPanel .control-label {
    font-weight: bold;
}

.CampaignBulkEdit-BulkPanel textarea {
    resize: vertical !important;
}

.CampaignBulkEdit-AdPublishersBulkEdit-TableCI textarea {
    resize: vertical !important;
}

.CampaignBulkEdit-AdPublishersBulkEdit-TableCI thead>tr>th {
    height: 60px !important;
}

.CampaignBulkEdit-AdPublishersBulkEdit-TableCI tbody>tr>td {
    height: 55px !important;
}

.CampaignBulkEdit-AdPublishersBulkEdit-TableCI .inputRangeComponent {
    padding: 0px 20px;
}

.CampaignBulkEdit-BulkPanel .inputRangeComponent {
    padding: 0px 20px;
}

.input-range__slider {
  appearance: none;
  background: #3f51b5;
  border: 1px solid #3f51b5;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 1rem;
  margin-left: -0.5rem;
  margin-top: -0.65rem;
  outline: none;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  width: 1rem; }
  .input-range__slider:active {
    transform: scale(1.3); }
  .input-range__slider:focus {
    box-shadow: 0 0 0 5px rgba(63, 81, 181, 0.2); }
  .input-range--disabled .input-range__slider {
    background: #cccccc;
    border: 1px solid #cccccc;
    box-shadow: none;
    transform: none; }

.input-range__slider-container {
  transition: left 0.3s ease-out; }

.input-range__label {
  color: #aaaaaa;
  font-family: "Helvetica Neue", san-serif;
  font-size: 0.8rem;
  transform: translateZ(0);
  white-space: nowrap; }

.input-range__label--min,
.input-range__label--max {
  bottom: -1.4rem;
  position: absolute; }

.input-range__label--min {
  left: 0; }

.input-range__label--max {
  right: 0; }

.input-range__label--value {
  position: absolute;
  top: -1.8rem; }

.input-range__label-container {
  left: -50%;
  position: relative; }
  .input-range__label--max .input-range__label-container {
    left: 50%; }

.input-range__track {
  background: #eeeeee;
  border-radius: 0.3rem;
  cursor: pointer;
  display: block;
  height: 0.3rem;
  position: relative;
  transition: left 0.3s ease-out, width 0.3s ease-out; }
  .input-range--disabled .input-range__track {
    background: #eeeeee; }

.input-range__track--background {
  left: 0;
  margin-top: -0.15rem;
  position: absolute;
  right: 0;
  top: 50%; }

.input-range__track--active {
  background: #3f51b5; }

.input-range {
  height: 1rem;
  position: relative;
  width: 100%; }
.popovers-tableNamePopover-root>.tooltip-inner {
    text-align: left !important;
    max-width: 300px !important;
    width: auto !important;
    padding: 10px !important;
    white-space: normal;
}

.popovers-tableNamePopover {
    white-space: normal;
    font-size: 12px;
    text-align: left;
}

.tableNamePopover-underline {
    text-decoration: underline;
    cursor: pointer;
}
.popover_optimizeConversionGoal {
    z-index: 9999999;
}

.popover_optimizeConversionGoal>span {
    font-size: 12px;
}
.feature-root-CampaignView_Ads {
    margin-top: 20px;
    margin-bottom: 20px;
}

.feature-root-CampaignView_Ads-Preview_root {
    min-width: 300px;
    width: 30%;
    flex-shrink: 0;
    box-shadow: -3px 0px 5px #969696;
}

.feature-root-CampaignView_Ads-Preview_paper {
    min-width: 300px;
    width: 30%;
    padding: 40px 15px 30px;
    box-shadow: -2px 0px 5px #969696 !important;
}

.feature-root-CampaignView_Ads-Preview_paper-impersonate {
    margin-top: 35px;
}

.feature-root-CampaignView_Ads-Preview_root2 {
    width: 100%;
    flex-shrink: 0;
    box-shadow: -3px 0px 5px #969696;
}

.feature-root-CampaignView_Ads-Preview_paper2 {
    width: 100%;
    padding: 10px 15px 30px;
    box-shadow: -2px 0px 5px #969696 !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.feature-root-CampaignView_Ads-Preview_paper .bordered-row, .feature-root-CampaignView_Ads-Preview_paper2 .bordered-row {
    border-bottom: 1px solid #d5d5d5;
}

.feature-root-CampaignView_Ads-Preview_paper .data-row, .feature-root-CampaignView_Ads-Preview_paper2 .data-row {
    padding: 20px 10px;
}

.feature-root-CampaignView_Ads-Preview_paper .data-row .row.title-colored, .feature-root-CampaignView_Ads-Preview_paper2 .data-row .row.title-colored {
    color: #337ab7;
    font-weight: bold;
    font-size: 16px;
}

.feature-root-CampaignView_Ads-Preview_paper .data-row-content, .feature-root-CampaignView_Ads-Preview_paper2 .data-row-content {
    font-size: 13px;
    padding-top: 5px;
    padding-left: 10px;
}

.feature-root-CampaignView_Ads-Preview_paper .data-row-content>.title, .feature-root-CampaignView_Ads-Preview_paper2 .data-row-content>.title {
    color: #969696;
    font-weight: bold;
    padding-right: 10px;
}

.feature-root-CampaignView_Ads-Preview_paper .adPreview-row, .feature-root-CampaignView_Ads-Preview_paper2 .adPreview-row {
    background-color: #f5f5f5;
}

.feature-root-CampaignView_Ads-tableCI {
    margin-bottom: 100px;
}

.feature-root-CampaignView_Ads-tableCI tbody>tr>td {
    height: 55px !important;
}

.feature-root-CampaignView_Ads-Preview_root button.btn-primary i.fa.fa-pencil:hover{
    display: inline-block !important;
    color: #fff !important;
}

.ads-root {
    padding-top: 10px;
}

.ads-table {
    overflow-x: auto;
}

.ads-root>div.table-responsive {
    padding: 15px 0 230px 0;
}

@media screen and (max-width: 767px) {
    .ads-root>div.table-responsive {
        border: 0px;
    }
}

.ads-thead>tr>th {
    text-shadow: none;
    color: #337ab7;
    font-size: 13px !important;
    background-color: transparent;
    text-transform: uppercase;
    padding: 8px 14px;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    cursor: pointer;
}

.ads-thead>tr>th:hover {
    color: #23527c !important;
}

.ads-tbody>.ads-line_item {
    background-color: #f5f5f5;
}

.ads-tbody>.ads-line_item>td.ads-tbody-name, .ads-tbody>.ads-tactic>td.ads-tbody-name, .ads-tbody>.ads-ad>td.ads-tbody-name, .ads-tbody>.ads-ad_publisher>td.ads-tbody-name {
    color: #337ab7;
    height: 48px;
    cursor: pointer;
}

.ads-ad .fa.fa-picture-o:hover, .ads-ad_publisher .fa.fa-history:hover {
    color: #337ab7;
}

.ads-tbody-name.line_item>span {
    padding-left: 0px;
}

.ads-tbody-name.tactic>span {
    padding-left: 15px;
}

.ads-tbody-name.ad>span {
    padding-left: 30px;
}

.ads-tbody-name.ad_publisher>span {
    padding-left: 60px;
}

.ads-tbody>.ads-line_item>td, .ads-tbody>.ads-tactic>td, .ads-tbody>.ads-ad>td, .ads-tbody>.ads-ad_publisher>td {
    white-space: nowrap;
    padding: 8px 14px;
}

.ads-tbody>.ads-line_item:hover>td a, .ads-tbody>.ads-tactic:hover>td a, .ads-tbody>.ads-ad:hover>td a, .ads-tbody>.ads-ad_publisher:hover>td a, .ads-tbody>.ads-line_item:hover>td i, .ads-tbody>.ads-tactic:hover>td i, .ads-tbody>.ads-ad:hover>td i, .ads-tbody>.ads-ad_publisher:hover>td i {
    text-decoration: none;
    cursor: pointer;
}

.ads-columnsvisible-wrapper {
    margin: 0;
}

.ads-columnsvisible-wrapper>.container-fluid, .ads-columnsvisible-wrapper>.container-fluid>div {
    padding: 0;
}

.ads-columnsvisible-wrapper span.fa {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ads-columnsvisible-li>a {
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    clear: both;
    line-height: 18px;
    white-space: nowrap;
    font-weight: normal;
    color: #333;
    font-size: 13px;
}

.ads-columnsvisible-li:hover>a {
    text-decoration: none;
    background-image: none;
    background-color: #f6f6f6;
    color: #555;
    filter: none;
}

.ads-columnsvisible-checkbox {
    margin: 0 !important;
}

.ads-tfoot>tr>td:first-child {
    font-weight: bold
}

.ads-tfoot>tr>td {
    white-space: nowrap;
}

.ads-status-popover .header {
    display: block;
    color: rgb(57, 57, 57);
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    height: 15px;
    font-weight: 600px;
    line-height: 15.4px;
}

.ads-status-popover .line-description {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    color: rgb(57, 57, 57);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: normal;
    line-height: 15px;
    margin-bottom: 15px;
    text-align: start;
    -ms-text-size-adjust: 100%;
    word-spacing: 0px;
    word-wrap: normal;
}

.ads-status-popover .progress-description {
    position: relative;
    right: 10px;
}

.ads-status-popover .progress-description>div {
    width: 15px;
    height: 15px;
    border-radius: 50%!important;
}

.ads-campaingTypesFilter-wrapper {
    margin: 0 0 20px 10px;
    max-width: 300px;
    width: 70vw;
}

.ads-tableOptions-wrapper {
    margin: 0px !important;
    display: flex;
}

.ads-tableOptions-wrapper>.float-right {
    flex-grow: 100;
}

.ads-tableOptions-wrapper>button, .ads-tableOptions-wrapper>div.dropdown {
    margin-right: 10px;
    margin-top: 10px;
}

.ads-tableOptions-wrapper>.float-right>button, .ads-tableOptions-wrapper>.float-right>div.dropdown {
    margin-left: 10px;
    margin-top: 10px;
    float: right;
}

.ads-tableOptions-wrapper>.rightButtonsWrappedToLeft {
    margin-top: 10px;
    margin-top: 10px;
}

.ads-tableOptions-wrapper>.rightButtonsWrappedToLeft>button, .ads-tableOptions-wrapper>.rightButtonsWrappedToLeft>div.dropdown {
    margin-right: 10px;
    margin-top: 10px;
}

.ads-table {
    margin-top: 20px;
}

.ads-campaignTypes-wrapper {
    margin: 0;
}

.ads-campaignTypes-wrapper>.container-fluid, .ads-campaignTypes-wrapper>.container-fluid>div {
    padding: 0;
}

.ads-campaignTypes-wrapper span.fa {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ads-campaignTypes-li>a {
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    clear: both;
    line-height: 18px;
    white-space: nowrap;
    font-weight: normal;
    color: #333;
}

.ads-campaignTypes-li:hover>a {
    text-decoration: none;
    background-image: none;
    background-color: #f6f6f6;
    color: #555;
    filter: none;
}

.ads-tbody-checkbox, .ads-thead-checkbox, .ads-tfoot-checkbox {
    min-width: 45px !important;
    text-align: center;
    padding-right: 0 !important;
}

select {
    border-radius: 0px !important;
}

.select__menu {
    z-index: 3 !important;
}

#ads-exportButton .fa-download {
    padding-right: 10px;
    border-right: 1px solid #4cae4c;
}

#ads-exportButton:hover .fa-download {
    border-right: 1px solid #398439;
}

#ads-exportButton .fa-caret-down {
    padding-left: 10px;
}

.fa.fa-info-circle, .fa.fa-history {
    opacity: 0.65;
}

.popover-content {
    word-wrap: break-word;
    font-size: 12px;
}

.dropdown-header {
    padding: 8px 16px;
    font-weight: bold;
}

.ads_table_wrapper {
    height: calc(100vh - 100px);
}

.ads_table_wrapper .sticky-table-table {
    width: 100%;
}

div.ads-table {
    padding-bottom: 250px;
}

.ads-thead>div {
    padding: 8px 14px;
    cursor: pointer;
    color: #337ab7;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 13px !important;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    white-space: nowrap;
    background-color: #FFF !important;
    border-bottom: 1px solid #DDD !important;
}

.ads-tfoot>div {
    font-weight: 600;
}

.ads-tfoot>div:nth-child(-n+2) {
    font-weight: bold;
    margin-bottom: 600px;
}

.ads-thead>div:hover {
    color: #23527c !important;
    font-weight: bold !important;
}

.ads-table .sticky-table-cell {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    vertical-align: middle;
    float: none;
    padding: 8px 14px;
}

.ads-line_item .sticky-table-cell, .ads-tactic .sticky-table-cell, .ads-ad .sticky-table-cell, .ads-ad_publisher .sticky-table-cell {
    border-top: 1px solid #DDD;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.ads_asset_name, .ads_content_text {
    user-select: text !important;
    -ms-user-select: text !important;
    -moz-user-select: text !important;
    -webkit-user-select: text !important;
}

.ads-line_item {
    background-color: #f5f5f5;
}

.ads-line_item>.ads-tbody-name, .ads-tactic>.ads-tbody-name, .ads-ad>.ads-tbody-name, .ads-ad_publisher>.ads-tbody-name {
    color: #337ab7;
    height: 48px;
    cursor: pointer;
}

.ads-tbody-name.line_item {
    background-color: #f5f5f5;
}

.ads-tbody-name.tactic, .ads-tbody-name.ad, .ads-tbody-name.ad_publisher {
    background-color: #fff;
}
.lineitems-root {
    padding-top: 10px;
}

.lineitems-table {
    overflow-x: auto;
}

.lineitems-root>div.table-responsive {
    padding: 15px 0 230px 0;
}

@media screen and (max-width: 767px) {
    .lineitems-root>div.table-responsive {
        border: 0px;
    }
}

.lineitems-thead>tr>th {
    text-shadow: none;
    color: #337ab7;
    font-size: 13px !important;
    background-color: transparent;
    text-transform: uppercase;
    padding: 8px 14px;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    cursor: pointer;
}

.lineitems-thead>tr>th:hover {
    color: #23527c !important;
}

.lineitems-tbody>.lineitems-line_item {
    background-color: #f5f5f5;
}

.lineitems-tbody>.lineitems-line_item>td.lineitems-tbody-name, .lineitems-tbody>.lineitems-tactic>td.lineitems-tbody-name, .lineitems-tbody>.lineitems-ad>td.lineitems-tbody-name, .lineitems-tbody>.lineitems-ad_publisher>td.lineitems-tbody-name {
    color: #337ab7;
    height: 48px;
    cursor: pointer;
}

.lineitems-ad .fa.fa-picture-o:hover, .lineitems-ad_publisher .fa.fa-history:hover {
    color: #337ab7;
}

.lineitems-tbody-name.line_item>span {
    padding-left: 0px;
}

.lineitems-tbody-name.tactic>span {
    padding-left: 15px;
}

.lineitems-tbody-name.ad>span {
    padding-left: 30px;
}

.lineitems-tbody-name.ad_publisher>span {
    padding-left: 60px;
}

.lineitems-tbody>.lineitems-line_item>td, .lineitems-tbody>.lineitems-tactic>td, .lineitems-tbody>.lineitems-ad>td, .lineitems-tbody>.lineitems-ad_publisher>td {
    white-space: nowrap;
    padding: 8px 14px;
}

.lineitems-tbody>.lineitems-line_item:hover>td a, .lineitems-tbody>.lineitems-tactic:hover>td a, .lineitems-tbody>.lineitems-ad:hover>td a, .lineitems-tbody>.lineitems-ad_publisher:hover>td a, .lineitems-tbody>.lineitems-line_item:hover>td i, .lineitems-tbody>.lineitems-tactic:hover>td i, .lineitems-tbody>.lineitems-ad:hover>td i, .lineitems-tbody>.lineitems-ad_publisher:hover>td i {
    text-decoration: none;
    cursor: pointer;
}

.lineitems-columnsvisible-wrapper {
    margin: 0;
}

.lineitems-columnsvisible-wrapper>.container-fluid, .lineitems-columnsvisible-wrapper>.container-fluid>div {
    padding: 0;
}

.lineitems-columnsvisible-wrapper span.fa {
    margin-top: 5px;
    margin-bottom: 5px;
}

.lineitems-columnsvisible-li>a {
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    clear: both;
    line-height: 18px;
    white-space: nowrap;
    font-weight: normal;
    color: #333;
    font-size: 13px;
}

.lineitems-columnsvisible-li:hover>a {
    text-decoration: none;
    background-image: none;
    background-color: #f6f6f6;
    color: #555;
    filter: none;
}

.lineitems-columnsvisible-checkbox {
    margin: 0 !important;
}

.lineitems-tfoot>tr>td:first-child {
    font-weight: bold
}

.lineitems-tfoot>tr>td {
    white-space: nowrap;
}

.lineitems-status-popover .header {
    display: block;
    color: rgb(57, 57, 57);
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    height: 15px;
    font-weight: 600px;
    line-height: 15.4px;
}

.lineitems-status-popover .line-description {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    color: rgb(57, 57, 57);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: normal;
    line-height: 15px;
    margin-bottom: 15px;
    text-align: start;
    -ms-text-size-adjust: 100%;
    word-spacing: 0px;
    word-wrap: normal;
}

.lineitems-status-popover .progress-description {
    position: relative;
    right: 10px;
}

.lineitems-status-popover .progress-description>div {
    width: 15px;
    height: 15px;
    border-radius: 50%!important;
}

.lineitems-campaingTypesFilter-wrapper {
    margin: 0 0 20px 10px;
    max-width: 300px;
    width: 70vw;
}

.lineitems-tableOptions-wrapper {
    margin: 0px !important;
    display: flex;
}

.lineitems-tableOptions-wrapper>.float-right {
    flex-grow: 100;
}

.lineitems-tableOptions-wrapper>button, .lineitems-tableOptions-wrapper>div.dropdown {
    margin-right: 10px;
    margin-top: 10px;
}

.lineitems-tableOptions-wrapper>.float-right>button, .lineitems-tableOptions-wrapper>.float-right>div.dropdown {
    margin-left: 10px;
    margin-top: 10px;
    float: right;
}

.lineitems-tableOptions-wrapper>.rightButtonsWrappedToLeft {
    margin-top: 10px;
    margin-top: 10px;
}

.lineitems-tableOptions-wrapper>.rightButtonsWrappedToLeft>button, .lineitems-tableOptions-wrapper>.rightButtonsWrappedToLeft>div.dropdown {
    margin-right: 10px;
    margin-top: 10px;
}

.lineitems-table {
    margin-top: 20px;
}

.lineitems-campaignTypes-wrapper {
    margin: 0;
}

.lineitems-campaignTypes-wrapper>.container-fluid, .lineitems-campaignTypes-wrapper>.container-fluid>div {
    padding: 0;
}

.lineitems-campaignTypes-wrapper span.fa {
    margin-top: 5px;
    margin-bottom: 5px;
}

.lineitems-campaignTypes-li>a {
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    clear: both;
    line-height: 18px;
    white-space: nowrap;
    font-weight: normal;
    color: #333;
}

.lineitems-campaignTypes-li:hover>a {
    text-decoration: none;
    background-image: none;
    background-color: #f6f6f6;
    color: #555;
    filter: none;
}

.lineitems-tbody-checkbox, .lineitems-thead-checkbox, .lineitems-tfoot-checkbox {
    min-width: 45px !important;
    text-align: center;
    padding-right: 0 !important;
}

select {
    border-radius: 0px !important;
}

.select__menu {
    z-index: 3 !important;
}

#lineitems-exportButton .fa-download {
    padding-right: 10px;
    border-right: 1px solid #4cae4c;
}

#lineitems-exportButton:hover .fa-download {
    border-right: 1px solid #398439;
}

#lineitems-exportButton .fa-caret-down {
    padding-left: 10px;
}

.fa.fa-info-circle, .fa.fa-history {
    opacity: 0.65;
}

.popover-content {
    word-wrap: break-word;
    font-size: 12px;
}

.dropdown-header {
    padding: 8px 16px;
    font-weight: bold;
}

.line_items_test {
    height: calc(100vh - 100px);
}

.line_items_test .sticky-table-table {
    width: 100%;
}

div.lineitems-table {
    padding-bottom: 250px;
}

.lineitems-thead>div {
    padding: 8px 14px;
    cursor: pointer;
    color: #337ab7;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 13px !important;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    white-space: nowrap;
    background-color: #FFF !important;
    border-bottom: 1px solid #DDD !important;
}

.lineitems-tfoot>div {
    font-weight: 600;
}

.lineitems-tfoot>div:nth-child(-n+2) {
    font-weight: bold;
    margin-bottom: 600px;
}

.lineitems-thead>div:hover {
    color: #23527c !important;
    font-weight: bold !important;
}

.lineitems-table .sticky-table-cell {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    white-space: nowrap !important;
    vertical-align: middle;
    float: none;
    padding: 8px 14px;
}

.lineitems-line_item .sticky-table-cell, .lineitems-tactic .sticky-table-cell, .lineitems-ad .sticky-table-cell, .lineitems-ad_publisher .sticky-table-cell {
    border-top: 1px solid #DDD;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.lineitems_asset_name, .lineitems_content_text {
    user-select: text !important;
    -ms-user-select: text !important;
    -moz-user-select: text !important;
    -webkit-user-select: text !important;
}

.lineitems-line_item {
    background-color: #f5f5f5;
}

.lineitems-line_item>.lineitems-tbody-name, .lineitems-tactic>.lineitems-tbody-name, .lineitems-ad>.lineitems-tbody-name, .lineitems-ad_publisher>.lineitems-tbody-name {
    color: #337ab7;
    height: 48px;
    cursor: pointer;
}

.lineitems-tbody-name.line_item {
    background-color: #f5f5f5;
}

.lineitems-tbody-name.tactic, .lineitems-tbody-name.ad, .lineitems-tbody-name.ad_publisher {
    background-color: #fff;
}
.sticky-table .sticky-table-cell {
  display: table-cell;
  box-sizing: border-box;
}
.sticky-table .sticky-table-row {
  display: table-row;
}
.sticky-table .sticky-table-table {
  display: table;
  box-sizing: border-box;
}
.sticky-table {
  position: relative;
  overflow: auto;
  height: 100%;
  box-sizing: border-box;
}

/* Insert your Global CSS Here! */

.tooltip-inner {
    text-align: left !important;
}

ul.dropdown-menu li[role=separator].divider {
    margin: 0
}

.badge.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.badge.btn-success.focus, .badge.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.badge.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.badge.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.badge.btn-info:focus, .badge.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.badge.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.badge.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.badge.btn-warning:focus, .badge.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.badge.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.badge.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.badge.btn-danger:focus, .badge.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.badge.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
/* BODY */

body {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 36px;
    margin: .67em 0;
    color: #393939;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #393939;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    color: #337ab7;
}

p.intro {
    margin: 20px 0px;
}

/* HEADER NAVBAR */

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.page-header-inner {
    width: 100%;
}

.page-header.navbar {
    position: fixed !important;
}

.page-header.navbar .top-menu .navbar-nav {
    padding: 0;
    margin-right: 0px;
    display: block;
}

.nav.navbar-nav.float-right, .nav.navbar-nav.pull-right {
    margin-right: 20px !important;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle {
    padding-top: 11px;
    min-width: 175px !important;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-user>.dropdown-menu {
    width: 175px !important;
}

/* SIDEBAR */

/* BREADCRUMBS */

.page-breadcrumb a {
    color: #337ab7 !important;
}

/* FORMS */

span.input-group-prepend, span.input-group-append {
    padding: 0px;
}

.input-group-text {
    padding: 6px 12px 5px !important;
    border: 1px solid #ced4da !important;
}

.row>.form-group {
    /* custom */
    width: 100%;
}

.form-horizontal {
    width: 100%;
}

.form-inline {
    display: block;
}

@media (min-width: 576px) {
    .form-inline .form-group {
        display: inline-block;
    }
}

.form-control {
    background-image: none;
    color: #555;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 6px 12px;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 46px !important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group-lg>.input-group-prepend>.input-group-text, .input-group-lg>.input-group-append>.input-group-text {
    height: 46px !important;
    min-width: 46px !important;
    font-size: 18px !important;
    width: 100%;
}

.input-group-lg>.input-group-prepend>.input-group-text {
    border-right: 0px solid !important;
}

.input-group-lg>.input-group-append>.input-group-text {
    border-left: 0px solid !important;
}

select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn, select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto;
}

.input-group-append {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
}

.input-group-append:last-child {
    border-left: 0;
}

.input-group-prepend, .input-group-append {
    white-space: nowrap;
    vertical-align: middle;
    background-color: #EEE;
}

.input-group-prepend, .input-group-append, .input-group .form-control {
    display: table-cell;
}

.input-group-text {
    background-color: transparent;
    border: none;
    font-size: inherit !important;
    padding: .375rem 0;
}

i.input-group-text {
    padding: 8px 12px !important;
    height: 34px;
}

/* BUTTONS */

.btn {
    font-size: 14px;
    padding: 6px 12px;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary.disabled, .btn-primary:disabled, fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary:disabled:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary:disabled:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary:disabled.focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary:disabled:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary:disabled.active, fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-secondary {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active, .open>.dropdown-toggle.btn-secondary {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary:active, .btn-secondary.active, .open>.dropdown-toggle.btn-secondary {
    background-image: none;
}

.btn-secondary.disabled, .btn-secondary:disabled, fieldset[disabled] .btn-secondary, .btn-secondary.disabled:hover, .btn-secondary:disabled:hover, fieldset[disabled] .btn-secondary:hover, .btn-secondary.disabled:focus, .btn-secondary:disabled:focus, fieldset[disabled] .btn-secondary:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled.focus, fieldset[disabled] .btn-secondary.focus, .btn-secondary.disabled:active, .btn-secondary:disabled:active, fieldset[disabled] .btn-secondary:active, .btn-secondary.disabled.active, .btn-secondary:disabled.active, fieldset[disabled] .btn-secondary.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary .badge {
    color: #fff;
    background-color: #333;
}

.btn-default {
    color: #333 !important;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #333 !important;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled, .btn-default:disabled, fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default:disabled:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default:disabled:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default:disabled.focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default:disabled:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default:disabled.active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn.btn-outline-primary {
    color: #333 !important;
}

.btn-danger {
    color: #FFF !important;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

oi-select .btn {
    padding: inherit !important;
}

.table .btn {
    margin: 0px;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-menu {
    font-size: 13px;
}

/* MODALS */

.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
        max-width: unset;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: unset;
    }
}

.modal-fullWidth {
    min-width: 95vw !important;
    max-width: 99vw !important;
}

.modal-title {
    width: 100%;
}

/* PROGRESS BAR */

.progress {
    height: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-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-image: -o-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-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);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-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-image: -o-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-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);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-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-image: -o-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-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);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-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-image: -o-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-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);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-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-image: -o-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-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);
}

/* TOOLTIP */

.tooltip {
    font-size: 11px;
}

/* ALERTS */

.alert {
    border-width: 1px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* CUSTOM */

.vcenter .input-group {
    margin-bottom: 0px;
}

.searchButton .input-group-text {
    border: 0px solid !important;
}

.panel.panel-default {
    width: 100%;
}

.vcenter {
    margin-top: auto;
    margin-bottom: auto;
}
