﻿.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex.column-gap-10 {
    column-gap: 10px;
}

.flex.column-gap-30 {
    column-gap: 30px;
}

.flex.flex-column {
    flex-direction: column;    
}

.flex.flex-column .productImage {
    margin-bottom: 20px;
}

.flex.flex-row {
    flex-direction: row;
}

.content {
    /*align-items: flex-start;*/
    padding:0 .5rem;
}

.content input {
    padding: 10px;
}
.content input#serialNumber{
    padding: 16px;
}

.content h5 {
    margin: 0;
}

.content .form-summary-message{
    margin-top:20px;
}

.content .sys_cms-form-confirmation-content.validation-summary-invalid{
    background-color: initial;
    color:red;
}

p {
    /* font-size: 1.2em; */
}
.content > h3, content > div > h3 {
    margin:10px 0 5px 0;
    border-bottom: 1px solid #c9c9c9;
}

.content > p{
    margin-bottom:5px;
    font-size: .9em;
}
.icons {
    margin-top: 40px;
}
span.copyIcon {
    display: inline-table;
    width: 25px;
    height: 25px;
    background: url(https://static.thenounproject.com/png/2953569-200.png) no-repeat;
    background-size: contain;
    cursor: pointer;
    background-position: 100%;
}

.gridParent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    margin-left: -30px;
    /* grid-gap: 20px 30px; */
}

.gridParent>div:nth-child(odd) {
    /* margin-right: 30px; */
    /* Adds margin between columns */
}

.gridParent>div:nth-child(6n+1) {
    /* margin-right: 0; */
    /* Removes margin on last column */
}
.button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 5em;
}

.icon-button {
    width: 120px;
    height: 120px;
    background-color: #009639;
    border: none;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    -webkit-box-shadow: 3px 4px 2px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 3px 4px 2px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 3px 4px 2px 0px rgba(0, 0, 0, 0.45);
}

.icon-button:hover {
    background-color: darkgreen;
    border-bottom: none;
}
.icon-button:active{
    box-shadow: 0 3px rgba(0, 0, 0, .7);
    transform: translateY(3px);
}

.icon-button.icon-blue{
    background-color: #406c85;
}
.icon-button.icon-blue:hover{
    background-color: #003b5c;
}

.button-icon {
    width: 50%;
    height: 50%;
}
.div7 > .button-container{
    display:none;
}
#chatbot > .glyphicons.button-icon{
    font-size: 3.6em;
}
.glyphicons.button-icon{
    color: white;
    font-size: 1.6em;
    margin-left: -8px;
}
.glyphicons.form-title{
    color:#009E58;
    font-size: 1.5em;
    align-self: center;
    margin-bottom: 1rem;
}

.button-text {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    text-align: center;
    font-size:.9rem;
}

.box {
    border-radius: 5px;
    padding: 20px 30px;
    margin: 20px;
}

/*dropdown*/
.ms-dd .ms-dd-header .option-selected,
label {
    font-weight: 100 !important;
}
.pagination {
    display: flex;
    gap: 0px;
    background: rgb(228, 227, 227);
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    justify-content:center;
    flex-wrap: wrap;
    margin-top:10px;
    
}
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-right: 1px solid #bababa;
}
.pagination a.active {
    background-color: #009639;
    color: white;
}

.pagination a:hover {
    border-bottom: none;
    background-color: #c4fbd9;

}

.gs1popup {
    padding: 2rem 0px;
}

.gs1popup .flex {
    /* margin: 0 auto; */
}

.gs1popup .popupSection {
    background: #003B5C;
    color: white;
    padding: 10px 30px 10px 10px;
    text-transform: uppercase;
    padding-left:3rem;
    min-width: 50%;
    display: inline-block;
}

.flex-full-width {
    flex-wrap: 1;
    gap: 20px
}

.flex-full-width>* {
    flex: 1;

}

.flex-full-width>input {
    padding: 10px;
    height: 55px;
}

.gs1Search {
    /* background-color: darkgrey; */
    /* color: #0000; */
    font-size: 1.2em;
    box-sizing: border-box;
    background-color: #f0f0f0;
    background-image: url('https://static.thenounproject.com/png/101791-200.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 20px;
    /* Adjust the size of the icon */
    border: 1px solid #ccc;
    /* Optional: Add a border */
    margin-right: 20px;
}

table.diagContent {
    width: 100%;
    border-collapse: collapse;
}

table.diagContent th:nth-child(1),
table.diagContent td:nth-child(1) {
    width: 100px;
    padding: 10px
        /* Set the width of the first column */
}

ul.downloads {
    padding: 0px;
}

ul.downloads li {
    margin-bottom: 20px;
    list-style: none;
}

#contact input[type=checkbox] {
    width: 20px;
    height: 20px;
}

#contact .offices p,
#contact .fallbackContact p {
    margin: 0;
}

#contact .offices h3,
#contact .fallbackContact h3 {
    margin-top: 15px;
    margin-bottom: 5px;
}
#contact .offices > p > svg {
    margin-right:5px;
    font-size: 1.7rem;
    color: #003b5c;
}

.technologyFilter {
    margin-top: 20px;
}

.select2-container .select2-selection--single {
    box-sizing: content-box;
    padding: 10px;
}

.external-link::after{
    content: url('/site-elements/resolverIcons/External-Link.svg');
    width: 17px;
    display: inline-block;
    margin-left: 8px;
}

#hiddenFilters {
    margin-top:9px;
}

@media only screen and (max-width: 64.0625em){
    section.section {
        padding: 0px;
    }
    .flex.flex-column{
        margin:0px;
    }
    .gridParent{
        margin-left:initial;
    }
    h2.popupSection {
        margin:0px;
        margin-bottom: 10px;
    }
    .content > .flex {
        margin:0;
    }
    
    .icon-button {
        width: 105px;
        height: 105px;        
    }
    .backToListingButton{
        margin-top:20px;
    }
}

 .select2-container--default .select2-selection--multiple {
        background-color: white;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: text
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none
        }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
        padding: 1px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #009639;
        color:white;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.spinner-overlay{
    display:none;
    background: #000000ab;
    position: absolute;
    top: 0;
    right: 0;
    width: 104%;
    height: 100%;
    opacity:0.8;
}

.spinner {
   position: absolute;
   left: 44%;
   top: 50%;
   height:80px;
   width:80px;
   margin:0px auto;
   -webkit-animation: rotation .6s infinite linear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation .6s infinite linear;
    border-left: 15px solid rgba(0, 174, 239, .15);
    border-right: 15px solid rgba(0, 174, 239, .15);
    border-bottom: 15px solid rgba(0, 174, 239, .15);
    border-top: 15px solid rgb(0 59 92);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}