﻿/*
    TPC Widgets
    -------------------------
    Version 5.1^ | Bootstap 4 

*/

/*Base Classes*/
.tpc {}
.tpc-read-only{}
.tpc-drop-down{}
.tpc-check-box{}
.tpc-radio-button{}

/*Form Widgets Classes*/
.tpc.tpc-form {}
.tpc.tpc-form-configuration {}

.tpc.tpc-boolean{}
.tpc.tpc-boolean.tpc-check-box{}
.tpc.tpc-boolean.tpc-drop-down{}
.tpc.tpc-boolean-switch{}
.tpc.tpc-boolean.tpc-radio-button{}
 
.tpc.tpc-datetime{}
.tpc.tpc-file-upload{}
.tpc.tpc-activities {}
.tpc.tpc-barcode {}
.tpc.tpc-image {}
.tpc.tpc-lookup{}
.tpc.tpc-activities {}
.tpc.tpc-notes {}
.tpc.tpc-pay-button {}

.tpc.tpc-picklist {}
.tpc.tpc-picklist.tpc-check-box {}
.tpc.tpc-picklist.tpc-drop-down {}
.tpc.tpc-picklist.tpc-radio-button {}

.tpc.tpc-qrcode{}
.tpc.tpc-querystring{}
.tpc.tpc-rating{}
.tpc.tpc-rulesmanager {}
.tpc.tpc-sharepoint-grid {}
.tpc.tpc-signature{}

.tpc.tpc-static-value{}
.tpc.tpc-static-value.tpc-user {} 

.tpc.tpc-status {}
.tpc.tpc-subgrid{}
.tpc.tpc-submit-button { }

.tpc.tpc-text-field {}
.tpc.tpc-text-field-numeric{}
.tpc.tpc-text-field-textarea{}
.tpc.tpc-text-field-password{}
.tpc.tpc-validator{}
.tpc.tpc-workflow{}

/* Read Only Widget Classes*/
.tpc.tpc-barcode.tpc-read-only{}
.tpc.tpc-datetime.tpc-read-only{}
.tpc.tpc-boolean.tpc-read-only{}
.tpc.tpc-image.tpc-read-only{}
.tpc.tpc-lookup.tpc-read-only{}
.tpc.tpc-picklist.tpc-read-only{}
.tpc.tpc-qrcode.tpc-read-only{}
.tpc.tpc-rating.tpc-read-only{}
.tpc.tpc-signature.tpc-read-only{}
.tpc.tpc-status.tpc-read-only{}
.tpc.tpc-text-field.tpc-read-only{}

/*Page Widget Classes*/
.tpc.tpc-chart {}
.tpc.tpc-grid {}
.tpc.tpc-listView {}
.tpc.tpc-map {}
.tpc.tpc-register {}
.tpc.tpc-scheduler {}
.tpc.tpc-user-invite {}

.tpc tpc-powerbi{}
.tpc.tpc-powerbi-embeded-report {}

.tpc.tpc-kb-detail {}
.tpc.tpc-kb-list {}
.tpc.tpc-kb-search {}

.tpc.tpc-form-flow {}


/*
    UI and Layout Changes
    =====================
*/
.tpc.tpc-form-configuration .jumbotron {
    padding: 2rem 1rem;
}

.tpc.tpc-form-configuration .jumbotron b {
    word-break: break-all
}

.tpc.tpc-form-layout {
    padding-right: 0;
    padding-left: 0;
}

/*.tpc .form-row {
    margin: 0 1px
}*/

.tpc.tpc-form {
    position: relative;
}

.tpc.tpc-submit-button button,
.tpc.tpc-form button.sf-SubmitButton {
    margin-bottom: 15px;
}

.tpc .col-form-label {
    display: block;
}
.tpc .form-check {
    padding: 0 !important;
    overflow: hidden;
}
.tpc-loading-screen {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 9;
    opacity: 0.9;
}
.tpc-loading-screen img {
    position: absolute;
    top: 45%;
    left: 45%;
}
.tpc.tpc-p-relative {
    position: relative;
}

/*
    Kendo Widgets Style Fixes
    -------------------------
*/
.tpc .k-numerictextbox,
.tpc .k-dropdown,
.tpc .k-timepicker,
.tpc .k-datetimepicker {
    height: calc(1.5em + .75rem + 2px);
}

.tpc .k-dropdown-wrap,
.tpc .k-numeric-wrap,
.tpc .k-picker-wrap {
    height: calc(1.5em + .75rem + 0px);
}

.tpc .k-numeric-wrap input,
.tpc .k-dropdown-wrap input {
    height: calc(.75rem + 1.5em) !important;
}

.tpc .k-dropdown-wrap > span,
.tpc .k-picker-wrap input {
    height: auto;
}

.tpc .k-numeric-wrap input {
    height: 26px;
}

.tpc .k-dropdown-wrap > span.k-input {
    line-height: 2em !important;
}

.k-webkit .k-rtl .k-dropdown-wrap .k-input,
.k-webkit .k-rtl .k-numeric-wrap .k-input {
    margin-right: 0;
}

/* 
    Page Widgets Fix
     ---------------
*/

.tpc.tpc-kb-search,
.tpc.tpc-listView,
.tpc.tpc-chart {
    position: relative;
}

.tpc.tpc-kb-search .k-loading-mask,
.tpc.tpc-listView .k-loading-mask,
.tpc.tpc-chart .k-loading-mask {
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    top: 0 !important;
}

/* 
    Utilities for Widgets & Layouts
    -------------------------------
*/
.tpc-designer-hide {
    opacity: 0.5;
}
.hide,
.tpc.tpc-signature-field .hide,
.tpc-loading-screen.hide {
    display: none;
}

.hidden-xs-up {
    visibility: hidden;
}

.tpc-avoid-clicks {
    pointer-events: none;
    opacity: .7;
}

#tpc-form-edit {
    margin-left: 9px !important;
    padding: 1px 9px 0 0 !important;
}

.tpc label.control-label {
    display: block;
}

.full-width,
.form-row input[type=text],
.form-row input[type=password],
.form-row input[type=tel],
.form-row input[type=number],
.form-row .form-control {
    width: 100% !important;
}

.sfL100.container-fluid {
    padding: 0 !important;
}

.tpc .uploaderrormsg {
    opacity: 0;
}

.tpc .readOnly {
    min-height: calc(1.5em + .75rem + 2px);
    word-break: break-word;
    display: block;
    white-space: normal;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 4px;
}

.tpc .opacity {
    opacity: 0;
}

.tpc .filenameloaded {
    margin-left: 5px !important;
}

.tpc .text-muted {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

.tpc .tpc-required-label {
    color: #F64744;
    display: inline-block !important;
    font-size: 12px;
}

.tpc .no-style {
    background-color: transparent !important;
    border-color: transparent;
    box-shadow: none !important;
    display: inline-block;
    color: #000;
}

.k-virtual-content {
    overflow-x: hidden !important;
    height: 20vh !important;
}

.k-virtual-content > ul > li {
    height: 25px !important;
}

.tpc.tpc-form-layout .tpc.tpc-form-layout {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tpc-form-edit-link {
    border: 1px solid #6A90BB;
    border-top: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
}

.tpc .tpc-fade:before,
.tpc .tpc-fade:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    background: -webkit-linear-gradient(transparent, #FFF) left repeat;
    background: linear-gradient(transparent, #FFF) left repeat;
}

.tpc-min-65 {
    min-height: 65px!important;
}

.tpc-border-radius-top {
    border-radius: 3px 3px 0 0;
}

.tpc-border-radius-bottom {
    border-radius: 0 0 3px 3px;
}

.tpc-border {
    border: 1px solid #e4e0e0;
}

.tpc-no-border {
    border: 0;
    box-shadow: none;
}

.tpc-no-border-top {
    border-top: 0;
}

.tpc-no-border-bottom {
    border-bottom: 0;
}

.tpc-margin-tb10px {
    margin-bottom: 10px;
    margin-top: 10px;
}

.tpc-margin-b10px {
    margin-bottom: 10px;
}

.tpc-margin-t10px {
    margin-top: 10px;
}

.tpc-margin-t10px .label-content {
    margin-top: 0 !important;
}

.tpc-margin-10 {
    margin: 10%;
}

.alert-tpc {
    color: #a6a6a6;
    font-size: 14px;
    text-align: center;
}

.tpc-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 10vh;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.tpc-overlay div {
    position: relative;
    top: 40%;
}

.tpc-border-box {
    box-sizing: border-box; 
} 
/*
    TPC Form Widgets
    ================


    Yes/No Field
    -------------
*/

.tpc.tpc-boolean.tpc-check-box legend,
.tpc.tpc-boolean.tpc-radio-button legend {
    border: 0px;
    color: inherit;
    font-size: initial;
    margin-bottom: 5px;
}

.tpc.tpc-boolean.tpc-check-box label,
.tpc.tpc-boolean.tpc-radio-button label {
    font-weight: normal;
    font-size: inherit;
}

/*
    File Upload
    -----------
*/

.tpc.tpc-file-upload .tpc-upload-dropzone {
    border: 2px dashed #ccc;
    border-radius: 10px;
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    height: 100px;
    text-align: center;
    color: #9e9e9e;
    position: relative;
    transition: 0.25s all ease;
}

.tpc.tpc-file-upload .tpc-upload-dropzone.highlight {
    border-color: #949393;
    color: #949393;
    transition:0.25s all ease;
}

.tpc.tpc-file-upload .tpc-upload-dropzone p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tpc.tpc-file-upload .error-messages {
    list-style: none;
    text-align: initial;
    padding-left: 25px;
    margin-bottom: 0;
}

.tpc.tpc-file-upload .error-messages:before{
    margin: auto;
    width: 1em;
    height: 1em;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font: 16px/1 WebComponentsIcons;
    content: "\e403";
    padding:5px;
}

.tpc.tpc-file-upload .k-invalid-msg {
    display: none;
}
.tpc.tpc-file-upload .k-invalid-msg.tpc-required {
    display: table;
} 
/*
    Image Field
    -----------
*/
.tpc.tpc-image .empty-image {
    border: 1px solid #ccc !important;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 144px;
    height: 144px;
    padding: 2px;
}

.tpc-image.tpc-read-only figure {
    display: inline-block !important;
}

.tpc.tpc-image label,
.tpc.tpc-file-upload label {
    margin-top: 1em;
}

/*
    Date Time Picker
    ----------------
*/
.tpc .k-widget.k-timepicker,
.tpc .k-widget.k-dropdown,
.tpc .k-widget.k-numerictextbox,
.tpc .k-widget.k-datepicker,
.tpc .k-widget.k-datetimepicker {
    width: 100% !important;
    position: relative;
}


.tpc-date-time-container {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.tpc-date-time-container .date-time-picker {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 80% !important;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tpc-date-time-container .k-widget.k-dropdown {
    width: 30% !important;
    margin-left: 10px;
}

@media all and (max-width:1200px) {
    .tpc .tpc.tpc-datetime.tpc-time-zone .col-xs-6 .tpc-date-time-container .date-time-picker {
        width: 50% !important;
    }

    .tpc .tpc.tpc-datetime.tpc-time-zone .col-xs-6 .tpc-date-time-container .k-widget.k-dropdown {
        width: 50% !important;
    }
}

@media all and (max-width:768px) {
    .tpc .tpc.tpc-datetime.tpc-time-zone .tpc-date-time-container {
        display: block;
    }

    .tpc .tpc.tpc-datetime.tpc-time-zone .tpc-date-time-container .date-time-picker,
    .tpc .tpc.tpc-datetime.tpc-time-zone .col-xs-6 .tpc-date-time-container .date-time-picker {
        display: inline-block;
        width: 100% !important;
    }

    .tpc .tpc.tpc-datetime.tpc-time-zone .tpc-date-time-container .k-widget.k-dropdown,
    .tpc .tpc.tpc-datetime.tpc-time-zone .col-xs-6 .tpc-date-time-container .k-widget.k-dropdown {
        display: inline-block;
        width: 100% !important;
        margin-left: 0;
        margin-top: 2%;
    }
}

/*
    Activity Feed Widget & Notes Widget
    ===================================
*/

.tpc.tpc-notes [data-tpc-role="notes-input"],
.tpc.tpc-activities [data-tpc-role="activityfeed-input"] {
    overflow-x: hidden;
    overflow-y: auto;
}

.tpc.tpc-notes .item,
.tpc.tpc-activities .item {
    border-bottom: 1px solid #e4e0e0;
    padding: 5px 15px;
    position: relative;
}

.tpc.tpc-activities .item *,
.tpc.tpc-notes .item * {
    box-sizing: border-box !important;
    word-break: break-all;
}

.tpc.tpc-notes .item-empty p,
.tpc.tpc-activities .item-empty p {
    margin-top: 10px;
}

.tpc.tpc-notes .item:last-of-type,
.tpc.tpc-activities .item:last-of-type {
    border-bottom: 0px;
}

.tpc.tpc-notes .item > [class^="col"],
.tpc.tpc-activities .item > [class^="col"] {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
}

.tpc.tpc-notes .edit-template-buttons .k-cancel-button,
.tpc.tpc-notes .tpc-delete,
.tpc.tpc-activities .tpc-delete {
    color: #d9534f !important;
}

.tpc.tpc-notes .template-buttons i,
.tpc.tpc-activities .template-buttons i {
    font-size: 14px !important;
}

.tpc.tpc-notes h4,
.tpc.tpc-activities h4 {
    margin-top: 0;
}

.tpc.tpc-notes .minimized-activity,
.tpc.tpc-activities .minimized-activity {
    min-height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}
.tpc.tpc-notes div:nth-child(2).template-buttons,
.tpc.tpc-activities .template-buttons {
    position: absolute;
    top: 10px;
    right: 30px;
    text-align: center !important;
}

.k-rtl .tpc.tpc-notes .template-buttons,
.k-rtl .tpc.tpc-activities .template-buttons {
    left: -95%;
}

.tpc-expand {
    font-size: 14px;
    padding: 0;
    line-height: normal;
    margin: 0;
    vertical-align: initial;
}

.tpc.tpc-activities .btn-group.open .dropdown-menu {
    display: block;
    right: 0;
}
.tpc .errorMessageContainer {
    display: inline-block;
}

.tpc.tpc-notes .item .content-container *,
.tpc.tpc-notes .item,
.tpc.tpc-activities .item .content-container *,
.tpc.tpc-activities .item {
    background: #ffffff !important;
    transition: 0.5s all ease;
}

.tpc.tpc-notes .item:hover .content-container *,
.tpc.tpc-notes .item:hover,
.tpc.tpc-activities .item:hover .content-container *,
.tpc.tpc-activities .item:hover {
    background: #e4e0e0 !important;
    transition: 0.5s all ease;
}

.tpc.tpc-notes .tpc-cursor-pointor,
.tpc.tpc-activities .tpc-cursor-pointor {
    cursor: pointer;
}

.tpc.tpc-notes .tpc-text-eclips,
.tpc.tpc-activities .tpc-text-eclips {
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
    overflow: hidden;
}

/*
     Notes Widget Specific
     ---------------------
*/

.tpc[data-tpc-role="notes-container"] .row .col-xs-6 label {
    padding-top: 5px
}

.tpc.tpc-notes [data-tpc-role="notes-input"] {
    box-shadow: none !important;
}

.tpc.tpc-notes .edit-template-buttons .k-update-button {
    color: #5cb85c;
}

.tpc.tpc-notes .edit-template-buttons {
    color: #333;
    text-align: right !important;
}

.tpc.tpc-notes .item textarea {
    overflow: hidden !important;
    min-height: 75px !important;
    padding-left: .8em;
}

.tpc.tpc-notes .tpc-notes-slider {
    height: 400px;
}

.tpc.tpc-notes .template-buttons {
    text-align: right;
}

.tpc.tpc-notes .item-content-heading {
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tpc.tpc-notes .k-pager-info {
    display: block;
}

/*
     Activity Feed Widget Specific
     -----------------------------
*/

.tpc.tpc-activities .image-container {
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .tpc.tpc-activities .image-container * {
        margin: 0 .2em;
    }

.tpc.tpc-activities .image-container .item-image {
    height: 50px;
    width: 50px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.2);
    text-align: center;
}

.tpc.tpc-activities .filter-link {
    vertical-align: text-top;
}

.tpc.tpc-activities .tpc-dropdown button,
.tpc.tpc-activities .tpc-dropdown button:hover,
.tpc.tpc-activities .tpc-dropdown label:hover,
.tpc.tpc-activities .tpc-dropdown label {
    color: #333;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    text-align: left;
}

.tpc.tpc-activities .btn-group .caret {
    display: none;
}

.tpc.tpc-activities .tpc-dropdown {
    left: -140px !important;
    width: 150px;
}

.tpc.tpc-activities .content-container {
    margin-top: 2em;
}

@media (min-width: 1200px) {
    .tpc.tpc-activities .item > [class^="col"]:last-of-type {
        padding-left: 0;
    }
}

@media all and (max-width:991px) {

    .tpc.tpc-activities .dropdown-menu {
        right: 0 !important;
        left: auto !important;
    }
}

@media all and (max-width:768px) {
    .tpc.tpc-activities .image-container {
        width: 25% !important;
    }
}
/*
    Lookup & Party List Widget
    ==========================
*/

.tpc.tpc-partylist .lookup-table,
.tpc.tpc-lookup .lookup-table {
    display: table !important;
    white-space: nowrap !important;
    width: 100% !important;
    height: 34px !important;
}

.tpc.tpc-partylist .lookup-table .lookup-table-cells,
.tpc.tpc-lookup .lookup-table-cells {
    display: table-cell !important;
    width: 100% !important;
    height: 34px !important;
}

.tpc.tpc-partylist .lookup-table .lookup-table-cells {
    vertical-align: top !important;
}


.tpc.tpc-party-selector-dialog * {
    box-sizing: border-box !important;
}


.k-rtl .tpc.tpc-partylist .lookup-table > .lookup-table-cells.buttons,
.k-rtl .tpc.tpc-lookup .lookup-table > .lookup-table-cells.buttons {
    padding-left: 0px;
    padding-right: 5px;
}

.tpc.tpc-partylist .lookup-table > .lookup-table-cells.buttons,
.tpc.tpc-lookup .lookup-table > .lookup-table-cells.buttons {
    padding-left: 5px;
    vertical-align: top !important;
}

.tpc.tpc-partylist .lookup-table > .lookup-table-cells.buttons button,
.tpc.tpc-lookup .lookup-table > .lookup-table-cells.buttons button {
    margin-bottom: 0;
    height: calc(1.5em + .75rem + 0px);
}

.tpc.tpc-partylist .lookup-table > .lookup-table-cells.buttons a,
.tpc.tpc-lookup .lookup-table > .lookup-table-cells.buttons a {
    font-size: 12px !important;
    padding: 7px !important;
    height: 34px;
    width: 34px;
}

.tpc.tpc-partylist .lookup-table > .lookup-table-cells:last-child a span,
.tpc.tpc-lookup .lookup-table > .lookup-table-cells:last-child a span {
    margin-top: 4px !important;
}

.tpc.tpc-party-selector-dialog {
    overflow: hidden;
}

/*Lookup - Radio View*/
.tpc.tpc-lookup.tpc-radio-button .lookup-buttons {
    text-align: right;
}

.tpc.tpc-lookup.tpc-radio-button .lookup-buttons button {
    height: calc(1.5em + .75rem + 0px);
}


/*
    Signature Widget
    ----------------
*/

.tpc.tpc-signature .hidden-input {
    background-color: transparent;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 5px;
    color: transparent;
    cursor: default;
}

.tpc.tpc-signature.tpc-read-only .signature,
.tpc.tpc-signature-field .signature {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
}

.tpc.tpc-signature.tpc-read-only .signature {
    width: 302px;
    pointer-events: none;
}

/*
   Star Rating Field 
   -----------------
*/

.tpc.tpc-rating .star-ctr {
    display: inline-block;
    position: relative;
}

.tpc.tpc-rating .star-ctr ul {
    list-style: none outside none;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

.tpc.tpc-rating .star-ctr li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 !important;
    margin: 0 !important;
}

.tpc.tpc-rating .star-fh,
.tpc.tpc-rating .star-fg {
    top: 0;
    position: absolute;
}

.tpc.tpc-rating .star-fg {
    top: 0;
    position: absolute;
}

.tpc.tpc-rating .inline-list {
    list-style: none !important;
    padding-left: 0 !important;
}

.tpc.tpc-rating .inline-list li {
    display: inline-block !important;
}

.tpc.tpc-rating .inline-list li a span {
    color: #fab400 !important;
}

/*
    Pick List
    ---------
*/

.tpc.tpc-picklist.tpc-horizontal-bar .no-toolbar-style {
    padding: 0;
    border: 0px;
    background: none;
    box-shadow: none;
}

.tpc.tpc-picklist.tpc-horizontal-bar  .no-toolbar-style .k-button-group{
    margin:0;
    display:block!important;
}


/*
   Sub Grids | Grids | Sharepoint Grids
    -----------------------------------
*/

.tpc.tpc-subgrid .tpc-add-existing-toolbar {
    display: inline-block;
    margin-left: 8px;
}

.tpc.tpc-subgrid .tpc-add-existing-toolbar .k-dropdown-wrap input {
    height: calc(.75rem + 1.5em) !important;
}

.tpc.tpc-subgrid .tpc-add-existing-toolbar button {
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: 6px;
}

.tpc.tpc-subgrid .k-auto-scrollable .k-grid-norecords,
.tpc.tpc-grid .k-auto-scrollable .k-grid-norecords {
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    height: 60px;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tpc.tpc-subgrid .k-grid-norecords,
.tpc.tpc-grid .k-grid-norecords {
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 60px;
    height: 60px;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.tpc.tpc-sharepoint-grid .k-header.k-grid-toolbar {
    border-top-width: 1px;
}
.tpc .k-grid .k-widget.k-dropdown {
    width: auto !important;
}

.tpc .k-grid .k-button span {
    margin: 0 4px;
}
.tpc.tpc-subgrid .k-checkbox-label,
.tpc.tpc-grid .k-checkbox-label {
    margin-top: 5px;
}
.tpc.tpc-subgrid .k-pager-sizes.k-label,
.tpc.tpc-grid .k-pager-sizes.k-label {
    line-height:1!important;
}
.tpc.tpc-grid.k-rtl .k-button {
    border: none;
    -webkit-box-shadow: 0 0 0 1px #ccc;
    -moz-box-shadow: 0 0 0 1px #ccc;
    box-shadow: 0 0 0 1px #ccc;
}

.tpc .tpcSharePointGrid.k-grid tbody .k-button,
.tpc .k-ie8 .tpcSharePointGrid.k-grid tbody button.k-button,
.tpc .tpcSubgrid.k-grid tbody .k-button,
.tpc .TpcGrid.k-grid tbody .k-button,
.tpc .k-ie8 .tpcSubgrid.k-grid tbody button.k-button {
    min-width: 80%;
    min-height: 30px;
    padding: .25rem .5rem !important;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.tpc .tpcSharePointGrid .k-command-cell,
.tpc .tpcSubgrid .k-command-cell,
.tpc .TpcGrid .k-command-cell {
    text-align: center;
}

.tpc .tpcSharePointGrid.k-grid tbody .k-button .fa,
.tpc .k-ie8 .tpcSharePointGrid.k-grid tbody button.k-button .fa,
.tpc .tpcSubgrid.k-grid tbody .k-button .fa,
.tpc .TpcGrid.k-grid tbody .k-button .fa,
.tpc .k-ie8 .tpcSubgrid.k-grid tbody button.k-button .fa {
    vertical-align: bottom;
    text-align: center;
}

.tpc.tpc-grid [role='gridcell'] .k-button {
    padding: 5px !important;
    min-width: 20px;
}
/* Sharepoint Grids*/

.tpcKendoWindow {
    height: auto;
}

.tpcKendoWindow .k-widget.k-upload.k-header {
    border-radius: 0;
    border: 0px;
    background-color: transparent;
}

/*
    Rules Manager
    =============
*/
.tpc.tpc-rulesmanager .tpc-rule-preview span.alert {
    padding: 3px 5px !important;
}

.tpc.tpc-rulesmanager .tpc-rule-preview {
    padding-bottom: 10px;
    line-height: 30px;
    word-wrap: break-word;
}

#rulesmanager_container .form-group {
    border-bottom: 1px solid #eceaea;
}

#rulesmanager_container .form-group:last-child {
    border-bottom: 0px solid #ccc;
}

.tpc.tpc-rulesmanager .tpc-rule-lable {
    display: inline-block;
    width: 40px;
    font-weight: bold;
    font-size: 12px;
}

/*
    TextField
    ---------
*/

.tpc.tpc-text-field-textarea .tpc-text-overlay {
    background-color: #000000;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: none;
}

.tpc.tpc-text-field .k-maskedtextbox.form-control {
    border: 0;
}
.tpc.tpc-text-field-textarea .k-editor-toolbar-wrap {
    border: 1px solid #dde2e7;
}
/*
    Require Field
    =============
*/


.tpc .tpc-required {
    display: table;
    position: relative;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 5px 10px;
    z-index: 99;
    margin: .5rem 0 0;
}

.tpc .date-time-picker span .tpc-required {
    display: none !important;
}

.tpc-hide {
    opacity: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    left: -999999999999999999em;
}

.tpc .k-tooltip-validation span {
    height: 15px;
}

.tpc.tpc-signature .form-group > div:first-of-type .k-tooltip-validation,
.tpc.tpc-file-upload label.btn .k-tooltip-validation {
    display: none !important;
}

.tpc input:required:invalid {
    outline: none;
}
.tpc .tpc-invalid .k-checkbox-label:before,
.tpc .tpc-invalid .k-radio-label:before,
.tpc .k-invalid,
.tpc.tpc-text-field-textarea table.k-invalid,
.tpc .inline-block.k-invalid,
.tpc input.k-invalid ~ canvas,
.tpc .k-widget > span.k-invalid,
.tpc input.k-invalid,
.tpc .form-control.k-invalid {
    border: 0 !important;
    box-shadow: 0 !important;
    border: 1px solid rgba(169, 68, 66, 1) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169,68,66,.6) !important;
}
.tpc.tpc-check-box .k-invalid,
.tpc.tpc-radio-button .k-invalid {
    border: 0 !important;
    box-shadow: 0 !important;
}

input[type=text].k-invalid,
input[data-tpc-role="datetime-display"].k-invalid {
    border: 0 !important;
    box-shadow: 0 0 !important;
}

.tpc-not-focusable {
    display: block !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -999999999999em !important;
}

.tpc.tpc-datetime .tpc-required,
.tpc.tpc-text-field-textarea .tpc-required {
    margin-top: 3px;
}
/*
    TPC PAGE WIDGETS
    ================

    MAPS
    ----
*/

.tpc.tpc-map .k-marker {
    background-size: 100%;
    background-repeat: no-repeat;
}

.tpc.tpc-map .k-marker.tpc-map-crm:after, .tpc.tpc-map .k-marker.tpc-map-crm:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 12px;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tpc.tpc-map .k-marker.tpc-map-crm:after {
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #000;
    border-width: 7px;
    margin-left: -7px;
    margin-top: -1px
}

.tpc.tpc-map .k-marker.tpc-map-crm:before {
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #000;
    border-width: 5px;
    margin-left: -5px;
}

.tpc.tpc-map .k-marker.tpc-map-crm {
    border: 1px solid #000;
    height: 28px;
    width: 28px;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
}

.tpc.tpc-map .k-diagram .k-layer,
.tpc.tpc-map .k-map .k-layer {
    position: relative !important;
}

/* 
    TPC Grids 
    ---------
*/
.k-animation-container .k-column-menu .k-filter-menu label,
.k-animation-container .k-column-menu .k-filter-menu label input,
.k-animation-container .k-column-menu .k-menu-group .k-link input {
    margin-right: 8px;
}

/* 
    Power Bi 
    --------
*/

.tpc.tpc-powerbitpc-bireport iframe {
    border: none;
}
/* 
    Registration and User Invite
    ----------------------------
*/

.tpc-disabled-element {
    opacity: 0.65;
    pointer-events: none;
}

.has-error .field-validation-error {
    color: #dc3545;
}

/* 
    Listview 
    --------
*/
.tpc.tpc-listView .alert-tpc.tpc-nodata-error {
    border: 1px solid #ccc;
    margin-bottom: 0;
    border-radius: 0;
    text-align: center;
}

.tpc.tpc-listView .no-data {
    border: 0px;
}
.tpc.tpc-listView .tpc-default-style.list-group,
.tpc.tpc-listView .TpcListView.list-group {
    margin-bottom: 0;
    padding-left: 0;
}

.tpc.tpc-listView .tpc-default-style.list-group .list-group-item,
.tpc.tpc-listView .TpcListView.list-group .list-group-item {
    border-left: 0;
    border-right: 0;
}

.tpc.tpc-listView .tpc-default-style.list-group .list-group-item:first-child,
.tpc.tpc-listView .TpcListView.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: 0;
}

.tpc.tpc-listView .tpc-default-style.list-group .list-group-item:last-child,
.tpc.tpc-listView .TpcListView.list-group .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
}
/* ltr */
.tpc.tpc-listView.k-rtl .list-group {
    padding-right: 0;
}

.tpc.tpc-listView.k-rtl .list-group {
    padding-right: 0;
}

.tpc.tpc-listView.k-rtl .list-group .pull-right {
    float: left !important;
}
/* 
    KB Search
    ---------
*/
.tpc-kb-search-inputs .input-group input {
    width: auto !important;
}

.tpc-kb-search-result {
    margin-top: 15px;
    border-radius: 3px;
    border: none !important;
    box-shadow: none !important;
}

.tpc-kb-search-result .kb-article {
    box-shadow: none !important;
}

.tpc-kb-search-result .kb-article:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.tpc-kb-search-result .kb-article:last-of-type {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.tpc .kb-article .kb-article-meta {
    margin-top: 15px;
}

.tpc .kb-article .kb-article-meta span {
    padding: 0 5px;
}

.tpc .kb-article .kb-article-meta i {
    font-weight: bold;
    color: #333;
}

.tpc.tpc-kb-search.k-rtl .input-group .form-control:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.tpc.tpc-kb-search.k-rtl .input-group-btn:last-child > .btn {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

/* 
    Scheduler 
    ---------
*/
.tpc.tpc-scheduler {
    position: relative;
}
.tpc.tpc-scheduler .form-row {
    display: unset;
}
.tpc.tpc-scheduler .TpcScheduler {
    width:100%;
}
.tpc.tpc-scheduler .k-loading-mask {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: rgba(255, 255, 255, 0.7);
}

.tpc.tpc-scheduler .scheduler-item {
    padding: 10px;
}

.tpc.tpc-scheduler .btn.btn-xs.k-delete-button {
    background: transparent;
    border: 0px;
    padding: 0;
    padding: 3px;
    display: none;
    transition: 0.5s all ease;
}

.tpc.tpc-scheduler .k-event:hover .btn.btn-xs.k-delete-button {
    display: inline-block;
    transition: 0.5s all ease;
}

.tpc.tpc-scheduler .k-si-close {
    background: none !important;
}

.tpc-scheduler.event-tool-tip p,
.tpc-scheduler.event-tool-tip h3,
.tpc.tpc-scheduler .scheduler-item h3,
.tpc.tpc-scheduler .scheduler-item p {
    font-size: 14px;
    margin: 0;
}

.tpc-scheduler.event-tool-tip h3,
.tpc.tpc-scheduler .scheduler-item h3 {
    font-weight: bold;
}

.tpc.tpc-scheduler .k-event {
    background: rgba(49, 116, 173, .4);
    border: 0;
    border-left: 4px solid #3174ad;
    color: #333;
}

.tpc.tpc-scheduler .scheduler-item .controls {
    position: absolute;
    top: 0;
    right: 0;
}

.tpc.tpc-scheduler .k-scheduler-tools .k-icon.k-i-pdf {
    margin-right: 5px;
}

.tpc.tpc-scheduler .tpc-scheduler-message.fade {
    padding: 0;
    height: 0;
    margin: 0;
    transition: all ease 0.5s;
}

.tpc.tpc-scheduler .tpc-scheduler-message.fade.in {
    padding: 15px;
    height: auto;
    margin-bottom: 20px;
    transition: all ease 0.5s;
}
.tpc.tpc-scheduler .k-nav-current > .k-link span + span {
    max-width: 200px;
}
.tpc.tpc-scheduler .k-scheduler-tpcadd {
    height: 42px;
    margin-right: 5px;
}

.tpc.tpc-scheduler .k-scheduler-toolbar {
    display: inline-flex;
    flex-flow: wrap;
}

@media (min-width: 1024px) {
    .tpc.tpc-scheduler .k-header.k-scheduler-views {
        margin-top: 5px;
    }
}

@media all and (max-width:991px) {
    .tpc.tpc-scheduler .k-scheduler-tools {
        flex: auto;
    }
}

@media all and (max-width:768px) {
    .tpc.tpc-scheduler .k-scheduler-navigation {
        margin-top: 5px;
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .tpc.tpc-scheduler .k-scheduler-tools {
        flex: initial;
    }
}

/*
    Scheduler- List View
    --------------------
*/

.tpc.tpc-scheduler .scheduler-item.list-view {
    padding-top: 30px;
    text-align: left;
    margin:0;
}
.tpc.tpc-scheduler .tpc-scheduler-listview a.k-tpc-edit.pull-right{
    display:none;
}
.tpc.tpc-scheduler .tpc-scheduler-listview td,
.tpc.tpc-scheduler .tpc-scheduler-listview th,
.tpc.tpc-scheduler .tpc-scheduler-listview * {
    box-sizing: border-box;
}

.tpc.tpc-scheduler .tpc-scheduler-listview h3 {
    font-size: 24px !important;
}
.tpc.tpc-scheduler .tpc-scheduler-listview h3.k-tpc-edit{
    cursor:pointer;
}
.tpc.tpc-scheduler .tpc-scheduler-listview h3.k-tpc-edit:hover {
    text-decoration: underline;
}

.tpc.tpc-scheduler .tpc-scheduler-listview .description {
    margin-top: 20px !important;
}


.tpc.tpc-scheduler .tpc-scheduler-listview .k-task{
    text-align:right;
}
.tpc.tpc-scheduler .tpc-scheduler-listview .k-icon.k-i-non-recurrence,
.tpc.tpc-scheduler .tpc-scheduler-listview .k-icon.k-i-reload {
    margin-top: 1px;
}
.tpc.tpc-scheduler .tpc-scheduler-listview a.k-tpc-edit,
.tpc.tpc-scheduler .tpc-scheduler-listview span.k-tpc-edit {
    margin-right: 20px !important;
    font-size: 14px;
    border-right: 1px solid #ccc;
    padding: 5px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #909294;
}
.tpc.tpc-scheduler .tpc-scheduler-listview  .k-link.k-event-delete{
    display:block!important;
    visibility: visible;
    position: absolute;
    top:0;
    right:0;
    width:20px;
    height:20px;
}

.tpc.tpc-scheduler .tpc-scheduler-listview .tpc-scheduler-listview-buttons {
    position: absolute;
    top: 5px;
    right: 20px;
}

.tpc.tpc-scheduler .tpc-scheduler-listview .k-task > span:nth-child(2) {
    margin-right: 20px;
    border-right: 1px solid #ccc;
    padding: 5px;
}

/*
    Designer Style fixes 
    ====================
*/

.sfFormsEditor .tpc.tpc-lookup .lookup-table > .lookup-table-cells:last-child a span {
    line-height: 2.25em
}

.sfFormsEditor .sf-fieldWrp input:not([type="checkbox"],.k-widget input) {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.sfPageEditor .tpc.tpc-picklist legend,
.sfPageEditor .tpc.tpc-check-box legend,
.sfPageEditor .tpc.tpc-radio-button legend {
    font-size: 12px;
}
.sfPageEditor .tpc .tpc-required {
    display: none !important;
}

/*Backend Resize Fix*/
.sfFormsEditor.zeContentMode #PublicWrapper,
.sfFormsEditor.zeLayoutMode #PublicWrapper {
    width: 620px;
}
.zeLayoutDock .tpc.tpc-datetime.tpc-time-zone {
    padding: 0 15px;
}




/*
    Bootstrap 4 -> Bootstrap 3 
    ==========================
*/

/*Layout*/
.tpc .col-lg-1,.tpc .col-lg-10,.tpc .col-lg-11,.tpc .col-lg-12,.tpc .col-lg-2,.tpc .col-lg-3,.tpc .col-lg-4,.tpc .col-lg-5,.tpc .col-lg-6,.tpc .col-lg-7,.tpc .col-lg-8,.tpc .col-lg-9,.tpc .col-md-1,.tpc .col-md-10,.tpc .col-md-11,.tpc .col-md-12,.tpc .col-md-2,.tpc .col-md-3,.tpc .col-md-4,.tpc .col-md-5,.tpc .col-md-6,.tpc .col-md-7,.tpc .col-md-8,.tpc .col-md-9,.tpc .col-sm-1,.tpc .col-sm-10,.tpc .col-sm-11,.tpc .col-sm-12,.tpc .col-sm-2,.tpc .col-sm-3,.tpc .col-sm-4,.tpc .col-sm-5,.tpc .col-sm-6,.tpc .col-sm-7,.tpc .col-sm-8,.tpc .col-sm-9,.tpc .col-xs-1,.tpc .col-xs-10,.tpc .col-xs-11,.tpc .col-xs-12,.tpc .col-xs-2,.tpc .col-xs-3,.tpc .col-xs-4,.tpc .col-xs-5,.tpc .col-xs-6,.tpc .col-xs-7,.tpc .col-xs-8,.tpc .col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.tpc .col-xs-1,.tpc .col-xs-10,.tpc .col-xs-11,.tpc .col-xs-12,.tpc .col-xs-2,.tpc .col-xs-3,.tpc .col-xs-4,.tpc .col-xs-5,.tpc .col-xs-6,.tpc .col-xs-7,.tpc .col-xs-8,.tpc .col-xs-9{float:left}.tpc .col-xs-1{width:8.3333333333%}.tpc .col-xs-2{width:16.6666666667%}.tpc .col-xs-3{width:25%}.tpc .col-xs-4{width:33.3333333333%}.tpc .col-xs-5{width:41.6666666667%}.tpc .col-xs-6{width:50%}.tpc .col-xs-7{width:58.3333333333%}.tpc .col-xs-8{width:66.6666666667%}.tpc .col-xs-9{width:75%}.tpc .col-xs-10{width:83.3333333333%}.tpc .col-xs-11{width:91.6666666667%}.tpc .col-xs-12{width:100%}.tpc .col-xs-pull-0{right:auto}.tpc .col-xs-pull-1{right:8.3333333333%}.tpc .col-xs-pull-2{right:16.6666666667%}.tpc .col-xs-pull-3{right:25%}.tpc .col-xs-pull-4{right:33.3333333333%}.tpc .col-xs-pull-5{right:41.6666666667%}.tpc .col-xs-pull-6{right:50%}.tpc .col-xs-pull-7{right:58.3333333333%}.tpc .col-xs-pull-8{right:66.6666666667%}.tpc .col-xs-pull-9{right:75%}.tpc .col-xs-pull-10{right:83.3333333333%}.tpc .col-xs-pull-11{right:91.6666666667%}.tpc .col-xs-pull-12{right:100%}.tpc .col-xs-push-0{left:auto}.tpc .col-xs-push-1{left:8.3333333333%}.tpc .col-xs-push-2{left:16.6666666667%}.tpc .col-xs-push-3{left:25%}.tpc .col-xs-push-4{left:33.3333333333%}.tpc .col-xs-push-5{left:41.6666666667%}.tpc .col-xs-push-6{left:50%}.tpc .col-xs-push-7{left:58.3333333333%}.tpc .col-xs-push-8{left:66.6666666667%}.tpc .col-xs-push-9{left:75%}.tpc .col-xs-push-10{left:83.3333333333%}.tpc .col-xs-push-11{left:91.6666666667%}.tpc .col-xs-push-12{left:100%}.tpc .col-xs-offset-0{margin-left:0}.tpc .col-xs-offset-1{margin-left:8.3333333333%}.tpc .col-xs-offset-2{margin-left:16.6666666667%}.tpc .col-xs-offset-3{margin-left:25%}.tpc .col-xs-offset-4{margin-left:33.3333333333%}.tpc .col-xs-offset-5{margin-left:41.6666666667%}.tpc .col-xs-offset-6{margin-left:50%}.tpc .col-xs-offset-7{margin-left:58.3333333333%}.tpc .col-xs-offset-8{margin-left:66.6666666667%}.tpc .col-xs-offset-9{margin-left:75%}.tpc .col-xs-offset-10{margin-left:83.3333333333%}.tpc .col-xs-offset-11{margin-left:91.6666666667%}.tpc .col-xs-offset-12{margin-left:100%}@media (min-width:768px){.tpc .col-sm-1,.tpc .col-sm-10,.tpc .col-sm-11,.tpc .col-sm-12,.tpc .col-sm-2,.tpc .col-sm-3,.tpc .col-sm-4,.tpc .col-sm-5,.tpc .col-sm-6,.tpc .col-sm-7,.tpc .col-sm-8,.tpc .col-sm-9{float:left}.tpc .col-sm-1{width:8.3333333333%}.tpc .col-sm-2{width:16.6666666667%}.tpc .col-sm-3{width:25%}.tpc .col-sm-4{width:33.3333333333%}.tpc .col-sm-5{width:41.6666666667%}.tpc .col-sm-6{width:50%}.tpc .col-sm-7{width:58.3333333333%}.tpc .col-sm-8{width:66.6666666667%}.tpc .col-sm-9{width:75%}.tpc .col-sm-10{width:83.3333333333%}.tpc .col-sm-11{width:91.6666666667%}.tpc .col-sm-12{width:100%}.tpc .col-sm-pull-0{right:auto}.tpc .col-sm-pull-1{right:8.3333333333%}.tpc .col-sm-pull-2{right:16.6666666667%}.tpc .col-sm-pull-3{right:25%}.tpc .col-sm-pull-4{right:33.3333333333%}.tpc .col-sm-pull-5{right:41.6666666667%}.tpc .col-sm-pull-6{right:50%}.tpc .col-sm-pull-7{right:58.3333333333%}.tpc .col-sm-pull-8{right:66.6666666667%}.tpc .col-sm-pull-9{right:75%}.tpc .col-sm-pull-10{right:83.3333333333%}.tpc .col-sm-pull-11{right:91.6666666667%}.tpc .col-sm-pull-12{right:100%}.tpc .col-sm-push-0{left:auto}.tpc .col-sm-push-1{left:8.3333333333%}.tpc .col-sm-push-2{left:16.6666666667%}.tpc .col-sm-push-3{left:25%}.tpc .col-sm-push-4{left:33.3333333333%}.tpc .col-sm-push-5{left:41.6666666667%}.tpc .col-sm-push-6{left:50%}.tpc .col-sm-push-7{left:58.3333333333%}.tpc .col-sm-push-8{left:66.6666666667%}.tpc .col-sm-push-9{left:75%}.tpc .col-sm-push-10{left:83.3333333333%}.tpc .col-sm-push-11{left:91.6666666667%}.tpc .col-sm-push-12{left:100%}.tpc .col-sm-offset-0{margin-left:0}.tpc .col-sm-offset-1{margin-left:8.3333333333%}.tpc .col-sm-offset-2{margin-left:16.6666666667%}.tpc .col-sm-offset-3{margin-left:25%}.tpc .col-sm-offset-4{margin-left:33.3333333333%}.tpc .col-sm-offset-5{margin-left:41.6666666667%}.tpc .col-sm-offset-6{margin-left:50%}.tpc .col-sm-offset-7{margin-left:58.3333333333%}.tpc .col-sm-offset-8{margin-left:66.6666666667%}.tpc .col-sm-offset-9{margin-left:75%}.tpc .col-sm-offset-10{margin-left:83.3333333333%}.tpc .col-sm-offset-11{margin-left:91.6666666667%}.tpc .col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.tpc .col-md-1,.tpc .col-md-10,.tpc .col-md-11,.tpc .col-md-12,.tpc .col-md-2,.tpc .col-md-3,.tpc .col-md-4,.tpc .col-md-5,.tpc .col-md-6,.tpc .col-md-7,.tpc .col-md-8,.tpc .col-md-9{float:left}.tpc .col-md-1{width:8.3333333333%}.tpc .col-md-2{width:16.6666666667%}.tpc .col-md-3{width:25%}.tpc .col-md-4{width:33.3333333333%}.tpc .col-md-5{width:41.6666666667%}.tpc .col-md-6{width:50%}.tpc .col-md-7{width:58.3333333333%}.tpc .col-md-8{width:66.6666666667%}.tpc .col-md-9{width:75%}.tpc .col-md-10{width:83.3333333333%}.tpc .col-md-11{width:91.6666666667%}.tpc .col-md-12{width:100%}.tpc .col-md-pull-0{right:auto}.tpc .col-md-pull-1{right:8.3333333333%}.tpc .col-md-pull-2{right:16.6666666667%}.tpc .col-md-pull-3{right:25%}.tpc .col-md-pull-4{right:33.3333333333%}.tpc .col-md-pull-5{right:41.6666666667%}.tpc .col-md-pull-6{right:50%}.tpc .col-md-pull-7{right:58.3333333333%}.tpc .col-md-pull-8{right:66.6666666667%}.tpc .col-md-pull-9{right:75%}.tpc .col-md-pull-10{right:83.3333333333%}.tpc .col-md-pull-11{right:91.6666666667%}.tpc .col-md-pull-12{right:100%}.tpc .col-md-push-0{left:auto}.tpc .col-md-push-1{left:8.3333333333%}.tpc .col-md-push-2{left:16.6666666667%}.tpc .col-md-push-3{left:25%}.tpc .col-md-push-4{left:33.3333333333%}.tpc .col-md-push-5{left:41.6666666667%}.tpc .col-md-push-6{left:50%}.tpc .col-md-push-7{left:58.3333333333%}.tpc .col-md-push-8{left:66.6666666667%}.tpc .col-md-push-9{left:75%}.tpc .col-md-push-10{left:83.3333333333%}.tpc .col-md-push-11{left:91.6666666667%}.tpc .col-md-push-12{left:100%}.tpc .col-md-offset-0{margin-left:0}.tpc .col-md-offset-1{margin-left:8.3333333333%}.tpc .col-md-offset-2{margin-left:16.6666666667%}.tpc .col-md-offset-3{margin-left:25%}.tpc .col-md-offset-4{margin-left:33.3333333333%}.tpc .col-md-offset-5{margin-left:41.6666666667%}.tpc .col-md-offset-6{margin-left:50%}.tpc .col-md-offset-7{margin-left:58.3333333333%}.tpc .col-md-offset-8{margin-left:66.6666666667%}.tpc .col-md-offset-9{margin-left:75%}.tpc .col-md-offset-10{margin-left:83.3333333333%}.tpc .col-md-offset-11{margin-left:91.6666666667%}.tpc .col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.tpc .col-lg-1,.tpc .col-lg-10,.tpc .col-lg-11,.tpc .col-lg-12,.tpc .col-lg-2,.tpc .col-lg-3,.tpc .col-lg-4,.tpc .col-lg-5,.tpc .col-lg-6,.tpc .col-lg-7,.tpc .col-lg-8,.tpc .col-lg-9{float:left}.tpc .col-lg-1{width:8.3333333333%}.tpc .col-lg-2{width:16.6666666667%}.tpc .col-lg-3{width:25%}.tpc .col-lg-4{width:33.3333333333%}.tpc .col-lg-5{width:41.6666666667%}.tpc .col-lg-6{width:50%}.tpc .col-lg-7{width:58.3333333333%}.tpc .col-lg-8{width:66.6666666667%}.tpc .col-lg-9{width:75%}.tpc .col-lg-10{width:83.3333333333%}.tpc .col-lg-11{width:91.6666666667%}.tpc .col-lg-12{width:100%}.tpc .col-lg-pull-0{right:auto}.tpc .col-lg-pull-1{right:8.3333333333%}.tpc .col-lg-pull-2{right:16.6666666667%}.tpc .col-lg-pull-3{right:25%}.tpc .col-lg-pull-4{right:33.3333333333%}.tpc .col-lg-pull-5{right:41.6666666667%}.tpc .col-lg-pull-6{right:50%}.tpc .col-lg-pull-7{right:58.3333333333%}.tpc .col-lg-pull-8{right:66.6666666667%}.tpc .col-lg-pull-9{right:75%}.tpc .col-lg-pull-10{right:83.3333333333%}.tpc .col-lg-pull-11{right:91.6666666667%}.tpc .col-lg-pull-12{right:100%}.tpc .col-lg-push-0{left:auto}.tpc .col-lg-push-1{left:8.3333333333%}.tpc .col-lg-push-2{left:16.6666666667%}.tpc .col-lg-push-3{left:25%}.tpc .col-lg-push-4{left:33.3333333333%}.tpc .col-lg-push-5{left:41.6666666667%}.tpc .col-lg-push-6{left:50%}.tpc .col-lg-push-7{left:58.3333333333%}.tpc .col-lg-push-8{left:66.6666666667%}.tpc .col-lg-push-9{left:75%}.tpc .col-lg-push-10{left:83.3333333333%}.tpc .col-lg-push-11{left:91.6666666667%}.tpc .col-lg-push-12{left:100%}.tpc .col-lg-offset-0{margin-left:0}.tpc .col-lg-offset-1{margin-left:8.3333333333%}.tpc .col-lg-offset-2{margin-left:16.6666666667%}.tpc .col-lg-offset-3{margin-left:25%}.tpc .col-lg-offset-4{margin-left:33.3333333333%}.tpc .col-lg-offset-5{margin-left:41.6666666667%}.tpc .col-lg-offset-6{margin-left:50%}.tpc .col-lg-offset-7{margin-left:58.3333333333%}.tpc .col-lg-offset-8{margin-left:66.6666666667%}.tpc .col-lg-offset-9{margin-left:75%}.tpc .col-lg-offset-10{margin-left:83.3333333333%}.tpc .col-lg-offset-11{margin-left:91.6666666667%}.tpc .col-lg-offset-12{margin-left:100%}}
