﻿
.hidden {
    display: none !important;
}

.text-gsa {
    color: #F28F20 !important;
}
.text-gsa-dark {
    color: #0078BF !important;
}

.print-page-break {
    display: block;
    page-break-before: always;
}

.gsa-no-decor-link a:link {
    text-decoration: none !important;
}
@media print {
    body {
        background: transparent !important;
        color: #000 !important;
    }
    .layout-header {
        background: transparent !important;
        color: #000 !important;
    }

    .gsa-no-decor-on-print a:link {
        text-decoration: none !important;
    }
}
.gsa-no-decor-on-print a:link {
    text-decoration: none !important;
}

.gsa-form-group-tabbed {
    margin-bottom: 15px !important;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.pc-white-background {
    background-color: #fff;
}


.btn-gsa-secondary {
    color: #fff;
    background-color: #f39020;
    border-color: #f39020;
}

.btn-group-justified {
    width: 100%;
    border-collapse: separate;
}

    .btn-group-justified > .btn {
        width: 100%;
    }

@media (max-device-width: 480px) and (orientation: portrait) {
    .gsa-clientfollowup-blockcontent {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.gsa-clientfollowup-ellipsis-cell > div {
    position: relative;
    overflow: hidden;
}
/* visible content */
.gsa-clientfollowup-ellipsis-cell > div > span {
    display: inline-block;
    position: absolute;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/********************************************************************************************************************/
/* STRATEGY PAGE */
/********************************************************************************************************************/
.gsa-strategy-header {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border-radius: 3px;
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.gsa-strategy-header-cover {
    color: #fff;
    padding: 3px;
    background-color: transparent !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 50px;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}



/********************************************************************************************************************/
/* TIMELINE */
/********************************************************************************************************************/
.gsa-timeline-edit-toolbar {
    display: none;
    border: 0;
    font-size: 12px;
    font-weight: bold;
    height: 12px;
    line-height: 6px;
    margin-left: 5px;
    padding: 0 5px;
    position: relative;
    top: -1px;
}
.timeline-row:hover .gsa-timeline-edit-toolbar {
    display: inline-block;
}


/********************************************************************************************************************/
/* DX DataGrid - center row content if we have custom toolbar buttons */
/********************************************************************************************************************/
.gsa-dxdatagrid-buttons .dx-datagrid-content .dx-datagrid-table .dx-row > td {
    vertical-align: middle;
}


/********************************************************************************************************************/
/* Strategy Projection Results Styles */
/********************************************************************************************************************/

.gsa-projection-table-head {
    border-bottom: 2px solid #293956 !important;
}

.gsa-projection-table-row-highlight-orange {
    background-color: #fcf7e6 !important;   
}

.gsa-projection-table-row-highlight-blue {
    background-color: #d3eafd !important;
}

.gsa-projection-cell-title {
    font-weight: 600;
}

.gsa-projection-cell-value {
    text-align: right;
}

.gsa-projection-cell-equ-width {
    width: 15%;
    text-align: right;
}

.gsa-projection-cell-separator-title {
    font-weight: 600;
    border-bottom: 2px solid #293956 !important;
    color: #575757;
}

.gsa-rounded-top {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.gsa-summary-table {
    margin-bottom: 6px;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

    .gsa-summary-table tr, th {
        line-height: 26px;
        height: 26px;
    }

    .gsa-summary-table td {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .gsa-summary-table th {
        padding-top: 2px;
        padding-bottom: 2px;
    }

.gsa-summary-table-title-cell {
}

.gsa-summary-table-value-cell {
    text-align: right;
    font-weight: 600;
}

#gsa-results-summarytext br {
    display: block;
    margin: 12px 0;
    content: " ";
    line-height: 14px;
}

.gsa-summary-table-clientdetails-title-cell {
    width: 30%;
}
.gsa-summary-table-clientdetails-value-cell {
    width: 70%;
}



/********************************************************************************************************************/
/* Timeline Styles */
/********************************************************************************************************************/
.gsa-timeline-tasks ul li {
    display: block;
}

.gsa-timeline-tasks ul li span {
    display: inline-block;
    vertical-align: middle;
}

.gsa-timeline-tasks ul li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.gsa-timeline-task-status {
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    margin-top:2px;
}


.gsa-vertical-divider-nocontent {
    height: 0 !important;
    padding: 0 !important;
}

@media (max-width: 767px) {
    .gsa-dropdown-menu-right-sm {
        left: auto !important;
        right: 0 !important;
    }
        .gsa-dropdown-menu-right-sm:before,
        .gsa-dropdown-menu-right-sm:after {
            left: auto;
            right: 15px;
        }
}

/********************************************************************************************************************/
/* Kill the blue border around the DX Tab control */
/********************************************************************************************************************/
.dx-tab-selected:after {
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-top: none !important;
}

.dx-tabpanel.dx-state-focused .dx-tab:not(.dx-tab-selected):before {
    border-bottom: 1px solid #ddd !important;
}

.dx-tabpanel.dx-state-focused .dx-multiview-wrapper {
    border: 1px solid #ddd !important;
}

/********************************************************************************************************************/
/* DX Popup - kill the bottom border of the header */
/********************************************************************************************************************/
.dx-popup-title {
    border-bottom: 0px !important;
}

.dx-popup-content {
    padding-top: 0 !important;
}

.dx-toolbar.dx-popup-bottom {
    padding-top: 0 !important;
}
/********************************************************************************************************************/
/* OTHER DEVEXPRESS OVERRIDES */
/********************************************************************************************************************/
.dx-tab-text {
    font-size: 13px;
}

.dx-form-group-caption {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.dx-field-item-label-text {
    font-size: 13px;
}

.dx-form-group-with-caption > .dx-form-group-content {
    border-top: 1px solid #e0e0e0;
}

.dx-tabpanel .dx-tabs {
    background-color: #dde3e6 !important;
}

/********************************************************************************************************************/
/* Based on Dashboard-3.css
/********************************************************************************************************************/
.ticket-list {
    list-style: none;
    margin: 0 -15px;
    padding-left: 0;
}

.ticket-list-header {
    display: none;
}

.ticket-list-item {
    border-top: 1px solid #eee;
    display: block;
    position: relative;
}

.ticket-list-link {
    color: #757575;
    display: block;
    padding: 10px 15px;
    position: relative;
}

    .ticket-list-link:hover,
    .ticket-list-link:focus {
        background-color: #eee;
        color: #424242;
        text-decoration: none;
    }

    .ticket-list-link.active,
    .ticket-list-link.active:hover,
    .ticket-list-link.active:focus {
        background-color: #0288d1;
        color: #0288d1;
    }

.ticket-list-meta {
    float: right;
    height: 20px;
    line-height: 20px;
    margin-bottom: 0;
    white-space: nowrap;
}

.ticket-list-attachments {
    float: left;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
}

.ticket-list-date {
    font-size: 12px;
    margin-left: 25px;
}

.ticket-list-name {
    font-size: 14px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ticket-list-subject {
    display: block;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ticket-list-channel {
    background: #0288d1;
    border-radius: 3px;
    color: #fff;
    display: block;
    float: right;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    margin: 2px;
    text-align: center;
    width: 16px;
}

.ticket-list-status {
    border-radius: 3px;
    color: #fff;
    display: block;
    float: right;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    margin: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

    .ticket-list-status.new {
        background: #2196f3;
    }

    .ticket-list-status.open {
        background: #43a047;
    }

    .ticket-list-status.pending {
        background: #ef6c00;
    }

    .ticket-list-status.resolved {
        background: #d50000;
    }

.ticket-list-separator {
    background-color: #dde3e6;
    border-top: 1px solid #eee;
    display: block;
    padding: 10px 15px;
    position: relative;
}

.ticket-list-heading {
    font-weight: 500;
}

.ticket-list-count {
    float: right;
}

.gsa-clientportal-timelineheader {
    max-height: 88px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media (min-width: 992px) {
    .ticket-list {
        margin: 0;
    }

    .ticket-list-header {
        border-bottom: 1px solid #eee;
        display: block;
        font-weight: 500;
        padding: 10px 15px;
        position: relative;
    }

    .ticket-list-name {
        float: left;
        padding-right: 15px;
        width: 150px;
    }

    .ticket-list-content {
        display: block;
        overflow: hidden;
        padding-right: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .gsa-m-b-mobile-10 {
        margin-bottom: 10px;
    }
    .gsa-m-t-mobile-10 {
        margin-top: 10px;
    }
    .gsa-m-l-mobile-10 {
        margin-left: 10px;
    }
    .gsa-m-r-mobile-10 {
        margin-right: 10px;
    }

    .gsa-m-b-mobile-20 {
        margin-bottom: 20px;
    }
    .gsa-m-t-mobile-20 {
        margin-top: 20px;
    }
    .gsa-m-l-mobile-20 {
        margin-left: 20px;
    }
    .gsa-m-r-mobile-20 {
        margin-right: 20px;
    }

}

@media (max-width: 1200px) {

    .gsa-clientportal-timelineheader {
        max-height: 126px;
    }
}


/********************************************************************************************************************/
/* GENERAL THEME OVERRIDES */
/********************************************************************************************************************/
@media (max-device-width: 480px) and (orientation: portrait) {
    .contact-content-body {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

    /********************************************************************************************************************/
    /* ERRORS PAGE OVERRIDES */
    /********************************************************************************************************************/
    .error {
        max-width: 600px !important;
    }

    @media (max-width: 767px) {
        .error {
            max-width: 380px !important;
        }
    }


/************************* Bootstrap Modal Center Position Fix *************************/
.modal-dialog {
    -webkit-transform: translate(0,-50%) !important;
    -o-transform: translate(0,-50%) !important;
    transform: translate(0,-50%) !important;
    top: 50% !important;
    margin: 0 auto !important;
}
