body {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #FFF;
    font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 110%;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.form-control {
    min-height: 42px;
    width: 100%;
    padding: 10px;
    border-radius: 0;
    font-size: 16px;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.containerOfBulkSearchInputs {
    display: flex;
    align-items: baseline;
}

.list-group-item {
    border-left: none;
    border-right: none;
    border-top: none;
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: rgb(194, 194, 194);
    font-size: 16px;
    line-height: 110%;
    -webkit-font-smoothing: antialiased;
}

.crtTable {
    table-layout: fixed;
}

.crtTh {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle !important;
}

.crtTd {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle !important;
    word-break: break-word;
}

a.list-group-item {
    background-color: transparent;
    -ms-border-bottom-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    -ms-border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.6px;
}

.list-group-item.active {
    background-color: transparent;
    color: #B90B2E !important;
    border-color: #c2c2c2;
}

    .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
        background-color: transparent;
    }

        .list-group-item.active:hover {
            border-color: #c2c2c2;
        }

a.list-group-item:hover {
    background-color: transparent;
    color: #B90B2E !important;
}

.list-group-item.active:hover {
    background-color: transparent;
}

a.list-group-item:focus {
    background-color: transparent;
}

.navbar {
    background: #595959;
}

a {
    color: #3399d5 !important;
    text-decoration: none !important;
    cursor: pointer;
}

    a:hover {
        color: #b90b2e !important;
    }

.navButton {
    color: #FFF !important;
}

    .navButton:hover {
        color: #3399d5 !important;
    }

.DropDownHref {
    color: #3399d5 !important;
}

    .DropDownHref:hover {
        color: #ba1f31 !important;
    }

.btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 110%;
    font-size: 16px;
    padding: 9px 32px 9px 32px;
    border: none;
}

.btn-primary {
    background-color: #3399d5;
    border: none;
}

    .btn-primary:hover {
        background-color: #23527f;
        border: none;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #23527f;
        border-color: #3399d5;
        outline: none !important;
    }

.btn-outline-primary {
    background-color: #ffffff;
    border: 1px solid #3399d5;
    color: #3399d5;
}

    .btn-outline-primary:hover {
        background-color: #3399d5;
        color: #ffffff;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        color: #fff;
        background-color: #23527f;
        border-color: #3399d5;
        outline: none !important;
    }

.performanceInputs {
    display: flex;
    flex-direction: row;
    padding-top: 5px;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.inputPerformanceItem {
    margin: 5px;
}

#performance {
    margin-bottom: 10px;
}

.inputsHeaders {
    display: flex;
    margin-top: 10px;
    max-height: 40px;
    width: 100%;
    height: fit-content;
    margin-bottom: 20px;
}

    .inputsHeaders thead {
        width: 100%;
    }

.topPerformanceInput {
    padding: 0;
}

.parentOfTopPerformanceInput {
    padding: 0;
}

.admin-rules-table {
    margin-bottom: 0;
}

.admin-rule-line {
    margin-top: 5px;
}
.rule-params-validation-message {
    display: none;
}

.rule-params-validation-message-error {
    display: block;
    color: red;
    margin-left: 5px;
}

.inputsHeaders thead tr {
    display: flex;
    -o-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.btn-danger {
    border: none;
    width: 25px;
    height: 100%;
}

.tableHeaderForPerformance {
    min-width: 100px;
    max-width: 100px;
    max-height: 40px;
}

.parentOfBtnRemove {
    width: 40%;
    margin-bottom: 0;
}

.glyphicon {
    top: 2px;
    left: -1px;
}

.smallWidthRow {
    width: 72px;
    min-width: 72px;
}

.loginContainer {
    display: flex;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.logoutContainer {
    display: flex;
    -o-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-bottom: 15px;
}

.containerForPriority {
    display: flex;
}

.priorityNumberContainer {
    padding-left: 10%;
    word-break: normal;
}

#upDownPriority {
    width: 15px !important;
    height: 15px !important;
    padding: 0;
}

@media (max-width: 770px) {
    .containerOfBulkSearchInputs {
        display: block;
    }
}

@media (max-width: 990px) {
    .performanceInputs {
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .inputsHeaders {
        display: none;
    }

    #btnRemoveField {
        width: 100%;
        height: 35px;
    }

    .parentOfBtnRemove {
        width: 100%;
        padding-top: 5px;
    }

    .priorityNumberContainer {
        padding: 0;
    }

    .containerForPriority {
        flex-wrap: wrap;
        flex-direction: column;
        padding-left: 50%;
    }
}

/************** spinner **************/
.containerOfSpinner {
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    display: none;
    z-index: 5;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.containerProgressBar{
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    display: none;
    z-index: 5;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -ms-animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

[data-toggle=collapse].collapsed .show-on-collapsed,
input[data-toggle=collapse] .show-on-opened {
    display: initial;
}

[data-toggle=collapse] .show-on-collapsed,
[data-toggle=collapse].collapsed .show-on-opened {
    display: none;
}

hr {
    border-top: 1px solid #c2c2c2;
}

.part-table {
    display: flex;
    flex-direction: column;
}

.part-table .pt-row {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
padding-top: 6px;
padding-bottom: 6px;
line-height: 1.42857143;
justify-content: space-between;
}

.pt-row > .pt-body__content {
display: flex;
align-items: center;
justify-content: flex-start;
width: calc(100% - 60px);
}

.pt-row > .resultRowButton {
width: 50px;
}

.pt-row > .pt-body__content > .pt-body__content-main {
    width: 250px;
    padding: 0 15px;
    min-width: 250px;
}

.part-table > .pt-row > .pt-body__content > .row-actions {
display: flex;
align-items: center;
justify-content: flex-start;
}

.part-table > .pt-row > .pt-body__content > .row-actions > .resultRowButton:nth-child(1),
.part-table > .pt-row > .pt-body__content > .row-actions > .resultRowButton:nth-child(5) {
width: 50px;
}

.part-table > .pt-row > .pt-body__content > .row-actions > .resultRowButton:nth-child(2){
    min-width: 70px;
}

.part-table > .pt-row > .pt-body__content > .row-actions > .row-actions__description {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    flex: 1;
}

.part-table .pt-row > div {
    padding-top: 2px;
    padding-bottom: 2px;
}

.part-table .pt-row:not(:first-child) {
    border-top: 1px solid #bbbbbb;
}

.part-table .pt-row.pt-header {
    border-top: 0;
    font-weight: 700;
    border-bottom: 1px solid #bbbbbb;
}

.part-table .pt-row.pt-header > div:last-child {
    padding-left: 30px;
}

.part-table .pt-row .pt-duplicate {
    display: none;
    padding: 6px 0 ;
    margin-bottom: -6px;
}

.part-table .pt-row:not(:last-child) .compare-table-container.collapse.in + .pt-duplicate {
            display: block;
        }

.search-result > .pt-header {
    display: flex;
    font-weight: 600;
}

.search-result > .pt-header > .pt-header__item {
    width: 20%;
}

.search-result > .pt-header > .pt-header__item:last-child {
    width: 60%;
}

.search-result > .pt-body {
    display: flex;
    margin-top: 5px;
}

.search-result > .pt-body > .pt-body__item {
    width: 20%;
    word-break: break-word;
}

.search-result > .pt-body > .pt-body__item:last-child {
    width: 60%;
}

/*--------------<COMPARE TABLE STYLE>-------------------------------------------------------------------------*/

.compare-button-container .btn {
    min-width: 130px;
}

.compare-button-container {
    min-width: 130px;
    text-align: right;
}

.compare-table-container {
    width: 100%;
}

.compare-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #595959;
    font-size: 16px;
    line-height: 17.6px;
    margin-top: 10px;
    margin-bottom: 50px;
}

    .compare-table > .ct-row {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        text-align: center;
    }

    .compare-table > .ct-body.ct-row {
        line-height: 1.3em;
        overflow-wrap: break-word;
    }

    .compare-table > .ct-row > div:first-child,
    .compare-table > .ct-row.ct-footer {
        text-align: left;
    }

    .compare-table > .ct-row:not(.ct-footer) > div:first-child,
    .compare-table > .ct-row.ct-header {
        font-weight: 700;
    }

    .compare-table > .ct-row > div:not(:first-child) {
        width: 11%;
    }

    .compare-table > .ct-row > div:first-child {
        width: 33%;
    }

    .compare-table > .ct-row > div.col-3 {
        width: 33%;
    }

    .compare-table > .ct-row > div {
        padding: 10px 10px 9px 10px;
    }

    .compare-table > .ct-row:not(:last-child) > div {
        border-bottom: 1px dashed #bbbbbb;
        border-collapse: collapse;
    }

    .compare-table > .ct-row > div:not(:last-child) {
        border-right: 1px dashed #bbbbbb;
    }

.compare-table-xs {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #595959;
    font-size: 16px;
    line-height: 17.6px;
    margin-top: 10px;
    margin-bottom: 50px;
}

    .compare-table-xs > .ct-row-xs {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        text-align: center;
    }

        .compare-table-xs > .ct-row-xs > .ct-row-description-xs {
            font-weight: 700;
            text-align: left;
        }

        .compare-table-xs > .ct-row-xs.ct-body-xs {
            line-height: 1.3em;
            overflow-wrap: break-word;
        }

        .compare-table-xs > .ct-row-xs.ct-header-xs {
            font-weight: 700;
        }

        .compare-table-xs > .ct-row-xs.ct-footer-xs {
            text-align: left;
            font-size: 0.9em;
            font-style: italic;
        }

        .compare-table-xs > .ct-row-xs > div {
            width: 16.67%;
        }

            .compare-table-xs > .ct-row-xs > div.col-3-xs {
                width: 50%;
            }

            .compare-table-xs > .ct-row-xs > div.col-6-xs {
                width: 100%;
            }

        .compare-table-xs > .ct-row-xs > div {
            padding: 10px 10px 9px 10px;
        }

        .compare-table-xs > .ct-row-xs:not(:last-child) > div {
            border-bottom: 1px dashed #bbbbbb;
            border-collapse: collapse;
        }

        .compare-table-xs > .ct-row-xs > div:not(:last-child) {
            border-right: 1px dashed #bbbbbb;
        }

@media only screen and (min-width: 992px) {
    .compare-table {
        display: block;
    }

    .compare-table-xs {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .compare-table-container {
        padding-right: 0;
        padding-left: 0;
    }

    .compare-table {
        display: none;
    }

    .compare-table-xs {
        display: block;
    }

    .col-md-12 {
        padding-right: 0;
        padding-left: 0;
    }
}

.noSearchResultButton{
    text-decoration: none;
    color: white !important;
    margin-top: 15px;
    margin-left: 0;
    min-width: 197px;
    max-width: 197px;
}

.noSearchResultButton:hover{
    color: white !important;
}

.noSearchResultButton:nth-of-type(2){
    margin-left: 10px;
}

.resultRowButton{
    text-decoration: none;
    margin-left: 3px;
    width: 70px;
    color: white;
    background-color: #3399d5;
    padding: 0 8px;
    border: unset;
    white-space: normal;
    min-height: 40px;
    text-align: center;
}

.resultRowButton:hover{
    background-color: #23527f;
}

.urlSettingForm{
    padding-top: 10px;
}

.menu{
    margin-top: 1em;
}

#selectCompany, #selectCompanyPerformance{
    position: fixed;
    display: none;
    z-index: 5;
    align-items: normal;
    width: 30%;
    height: 100%;
}

#selectType, #selectTypePerformance{
    position: fixed;
    display: none;
    z-index: 5;
    align-items: normal;
    width: 30%;
    height: 100%;
}

/*--------------</COMPARE TABLE STYLE>-------------------------------------------------------------------------*/

h2.sitime {
    font-family: "Ubuntu";
    font-size: 22px;
    font-style: normal;
    font-weight: 100;
    margin-top: 0;
}

.admin-menu {
    margin-bottom: 80px;
}

w100 {
    width: 100%;
}

.select-replacement-wrapper {
    position: relative;
    margin: 0 auto;
    border: 1px solid #ccc;
    min-height: 42px;
    font-size: 16px;
}

.select-replacement-wrapper a {
    text-align: center;
    display: block;
    border: 1px solid blue;
}

select.replace {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border: 1px solid #ccc;
    opacity: 0;
}

.select-icon{
    left: 40%;
    font-size: 10px;
    color: #6b6868;
    text-align: center;
    pointer-events: none;
    display: block;
    top: -15px;
}

.select-place{
    border: none !important;
    padding-top: 10px;
    color: #555 !important;
}

#params-validation{
    margin-top: 10px;
}

