﻿
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */

input,
select {
    max-width: 280px;
}

.activeSensor {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 4px 4px 0 0;
}

.disabledbutton {
    pointer-events: none;
}

    .disabledbutton .text-input-holder,
    .disabledbutton .select-input-holder,
    .disabledbutton .search-input-holder,
    .disabledbutton .textarea-holder,
    .disabledbutton .checkmark-container,
    .disabledbutton input,
    .disabledbutton .select-input-holder select {
        background-color: #EBE9E9 !important;
    }


.validationBox {
    background-color: #dc7c7c;
    padding: 4px 0px 10px 50px;
    margin-bottom: 11px;
    position: relative;
    text-align: left;
    height: auto;
}

    .validationBox .text-danger {
        color: white !important;
        position: relative;
        display: block;
        padding-top: 11px;
    }

    .validationBox:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        bottom: -29px;
        /*border-bottom: 15px solid transparent;
        border-top: 15px solid #dc7c7c;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;*/
        left: 47%;
    }

    .validationBox .fas {
        font-size: 24px;
        position: absolute;
        left: 9px;
        top: 10px;
        color: #fff;
    }

.validationBoxWarning {
    background-color: #edba3b;
    padding: 4px 0px 10px 50px;
    margin-bottom: 11px;
    position: relative;
    text-align: left;
    height: auto;
}

    .validationBoxWarning .text-danger {
        color: white !important;
        position: relative;
        display: block;
        padding-top: 11px;
    }

    .validationBoxWarning:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        bottom: -29px;
        /*border-bottom: 15px solid transparent;
        border-top: 15px solid #dc7c7c;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;*/
        left: 47%;
    }

    .validationBoxWarning .fas {
        font-size: 24px;
        position: absolute;
        left: 9px;
        top: 10px;
        color: #fff;
    }

.span_tooltip {
    width: 320px;
    background-color: black;
    color: white;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 999;
}

.loginformholder li {
    position: relative;
    list-style-type: none !important;
}

    .loginformholder li .text-danger {
        background: #ffbaba;
        color: black;
        padding: 7px;
        position: absolute;
        right: -58%;
        color: #000;
    }

        .loginformholder li .text-danger:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            bottom: 14px;
            border-width: 10px;
            border-bottom: 10px solid transparent;
            border-top: 10px solid transparent;
            border-right: 10px solid #ffbaba;
            border-left: 10px solid transparent;
            left: -19px;
        }

.lists {
    padding: 5px 0;
    vertical-align: bottom;
}


    .lists ul {
        padding: 0px !important;
        margin-bottom: 0 !important;
    }

        .lists ul li {
            list-style: none !important;
            padding: 6px 0 0 0;
            /*display: inline-block;*/
            /* margin: 4px 0px 10px 50px;*/
            /*margin: 4px 1px -7px -32px;*/
            /*background-color: #dc7c7c;
    padding: 4px 0px 10px 50px;
    margin-top: -11px;
    margin-bottom: 11px;*/
        }


.errorMsgH {
    /*display: none;*/
    position: absolute;
    top: 130px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    padding: 10px 0 0 10px;
    color: red;
    font-weight: bold;
    font-size: 11px;
    border-left: solid 5px #1768c1;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
    background: #ffbaba;
    background: rgb(255, 255, 255);
    background: transparent;
    background: rgba(255, 255, 255, 0.9);
}

    .errorMsgH i {
        font-size: 15px;
        display: inline-block;
        margin-right: 4px;
    }



.spacer {
    margin-left: 20px;
}

.d-cell .card-box {
    min-height: 600px;
}

.rightPanel-Height {
    overflow-y: auto;
    overflow-x: hidden;
    height: 383px;
}

.panel-Height {
    overflow-y: auto;
    height: 520px;
    overflow-x: hidden;
}

.mpPanel-Height {
    overflow-y: auto;
    overflow-x: hidden;
}

.aSorting {
    cursor: pointer;
}

.alarmGroupSearchHolder {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 3px
}

.alarmGroupUserHolder {
    height: 300px !important;
    display: flex;
    flex-direction: column;
}

.controlPointUserHolder {
    height: 414px !important;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 999px) {
    .d-cell .card-box {
        height: auto;
    }

    .rightColumn {
        height: 600px;
    }
}
@media screen and (max-width: 400px) {
    
    .Dgroup button, .Dgroup button input[type="button"] {
        width: 100%;
        margin-top: 10px;
    }
}
.editDiv .form-group > label {
    float: none; padding-top: 0; padding-bottom: 0; display: inline-block; vertical-align: middle; width: 35%; word-break: break-all;
}

    .editDiv .form-group > label + * {
        float: none;
        display: inline-block;
        vertical-align: middle;
        width: 60%;
    }

.form-horizontal textarea{
  max-width:281px;
}

.text-area-edit {
    width: 102%;
    margin-left: 16px;
}

.treeview ul {
    list-style: none;
    padding:0;
}

.collapsible {
    cursor: pointer;
}

.div-dropdown {
    width: 280px;
    /*padding: 5px;*/
    /*text-align: right;*/
    max-width: 280px;
    /*background-color: #e5eecc;*/
    border: solid 1px #c3c3c3;
    overflow: auto;
    /*border-radius: 4px 4px 0px 0px;*/
}
.card-box .div-dropdown {
    width:100%;
}
.treeview-panel {
    width: 280px;
    height: 275px;
    overflow: auto;
    position: absolute;
    /*top: 34px;*/
    z-index: 1050;
    background-color: white;
    max-width: 280px;
    border: 1px solid #ccc;
    border-top: 0px;
}

    .treeview-panel > ul {
        padding: 0px;
    }

#custom-menu {
    z-index: 1000;
    position: absolute;
    border: solid 1px #c3c3c3;
    background-color: white;
    padding: 5px 0;
    display: none;
}

    #custom-menu ol {
        padding: 0;
        margin: 0;
        list-style-type: none;
        /*min-width: 130px;*/
        width: auto;
        /*max-width: 200px;*/
        font-family: Verdana;
        font-size: 12px;
    }

        #custom-menu ol li {
            margin: 0;
            display: block;
            list-style: none;
            padding: 3px 3px;
        }

            #custom-menu ol li:hover {
                background-color: #efefef;
            }

            #custom-menu ol li:active {
                color: White;
                background-color: #000;
            }

        #custom-menu ol .list-devider {
            padding: 0px;
            margin: 0px;
        }

            #custom-menu ol .list-devider hr {
                margin: 2px 0px;
            }

        #custom-menu ol li a {
            color: Black;
            text-decoration: none;
            display: block;
            padding: 0px 5px;
        }

            #custom-menu ol li a:active {
                color: White;
            }

            #custom-menu ol li a span {
                width:20px;
            }
.nav-tabs-border {
    border-bottom: none !important;
    margin-left: 10px;
}

.bsCheckboxLabel{
    font-size: 16px;
    vertical-align:top;
    line-height: 28px;
}

.panel-group .panel .panel-body table thead > tr > th:first-child, .panel-group .panel .panel-body table  tr > td:first-child,.table-responsive .pagination {
    padding-left: 30px;
}
.treeMenu {
min-height:525px;
}

    .treeMenu .row > ul > li{
        position:relative;
    }
  .treeMenu .row > ul > li > .span-system-menu {
        display: block;
      }
  .treeMenu .row > ul > li > .span-system-menu>span:first-child {
        background: #84ace0;
        padding-top: 10px;
        color: #ffffff;
        padding-bottom: 10px;
        display: block;
        padding-left: 50px;
  }
  .treeMenu .row > ul > li > .span-system-menu ul {
            padding: 5px 0 5px 35px;
  }
  .treeMenu .row > ul > li > span {
        padding-top: 10px;
  }
 .treeMenu .row > ul > li > span:last-child{
      padding-bottom:0;
 }
.treeview > .row > ul > li > span.collapsible:first-child {
    position: absolute;
    left: 23px;
    top: 13px;
    color: #fff;
}
.p-l-30 {
    padding-left: 30px;
}
.row.m-t-10>.col-md-6:first-child {
    padding-left:45px;
}
a.edit {
    font-size: 0;
    background-color:transparent!important;
}
    a.edit:after {
     content: "\f044";
     font: normal normal 900 14px/1 "Font Awesome 5 Pro";
     font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right:10px;
    }

a.addIcon:after {
    content: "\f055";
    font:  normal normal 900 14px/1 "Font Awesome 5 Pro";
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}

.table tr:nth-child(odd){
    background-color:#ffffff;

}
.table thead tr {
    background-color: #e5eef5 !important;
}
.table thead tr th{
    text-align:left!important;
    padding-top:5px;
    padding-bottom:5px;
}
.table tbody tr td{
      padding:5px 8px;
    } 
    .table thead tr th {
        color: #000;
    }
/* padding: 15px 8px !important; vertical-align: middle; } */

.table tr td, .table tr th {
    text-align: left !important;
}
/*.table tr:nth-child(even) {
    /* background-color: rgba(0, 0, 0, 0.05); 
}*/

.panel-body .table-responsive .treeview{
    padding: 15px !important;
}


@media only screen and (min-width:767px) {
    .W-30{
        width:30%!important;
    }
}
    @media only screen and (max-width:767px) {
        body.enlarged{
            min-height:1px!important;
        }
        .topbar .topbar-left, .enlarged #wrapper .topbar .topbar-left {
            display: block;
            width: 100% !important;
            float: none;
            height: 40px !important;
        }

        .logo {
            line-height: 30px !important;
            height: auto !important;
        }

            .logo span {
                display: block !important;
                opacity: 1 !important;
                padding-top:3px;
            }

            .logo i {
                display: none !important;
            }

        .button-menu-mobile {
            height: 54px !important;
            margin-left: -20px;
            background-color: transparent !important;
        }

        .user-box a.user-link {
            padding-top: 13px !important;
            padding-bottom: 13px !important;
        }

        .navbar-default .right-menu-item {
            margin: 10px 5px !important;
        }

        .nav .user-box a.user-link {
            padding-top: 12px !important;
            padding-bottom: 12px !important;
        }

        .nav .user-box .user-img {
            position: relative;
            height: 30px !important;
            width: 30px !important;
            margin: 0 auto;
        }

        #wrapper .side-menu {
            top: 94px;
        }

        #wrapper .content-page .content {
            margin-top: 96px;
        }
    }

    .v-t{
        vertical-align:top!important;
    }
.form-horizontal.editDiv .panel-default > .panel-heading, .panel-default > .panel-heading {
    color: #fff;
    font-size: 16px;
    background-color: #316993;
    border: none;
}
.form-horizontal.editDiv .panel-default .panel-body{
    padding:15px 0;
}
.createButtons{
    padding-top:13px;
}
.deleteHldr .form-horizontal .row {
    border-bottom: 1px solid #e9ecef;
    padding:15px 0;
}
.deleteHldr .form-group {
    margin-bottom:0;
}
.deleteHldr .form-horizontal label{
    display:inline-block;
    float:none;
    text-align:right;
    width:48%;

}
.deleteHldr .form-horizontal label + div{
        width: 50%;
        text-align:left;
        display: inline-block;
        float: none;
 }
 @media only screen and (max-width:767px) {
        .editDiv .form-group > label{
        padding-left:30px;
    }
    .treeMenu2 > ul ul li {
        padding-left: 15px !important;
    }
    .deleteHldr .form-horizontal > .row > .form-group:first-child{
        width:100%;
    }
}
@media only screen and (min-width:468px) {
    .form-horizontal .control-label {
        float: none;
        display: inline-block;
        padding-top: 0;
        padding-bottom: 0;
        width: 48%;
    }

        .form-horizontal .control-label + div {
            float: none;
            display: inline-block;
            width: 49%;
            padding: 0;
        }
}

.language_dropdown:hover .dropdown-menu {
    display: block;
}

.language_header {
    color: #000 !important;
    padding-top: 25px !important;
    padding-bottom: 10px !important;
}

.help_header {
    padding-top: 21px;
    padding-bottom: 10px;
    background-color:transparent;
    border:none;
}

.usersTable > thead > tr > th > a{
    color:#000;
}

.divTooltip {
    right: 32px;
    z-index: 9999;
    position: absolute;
}

    .divTooltip table {
        border: 1px solid #b8b9bb;
    }

        .divTooltip table tbody tr th {
            /* background: #316993; */
            background: #acaca7;
            border-bottom: 1px solid #FFFFFF;
            /*font-weight: bold;*/
            color: #FFFFFF;
            text-align: center;
            border-left: 1px solid #FFFFFF;
            padding: 2px;
            font-weight: normal;
            font-size: 12px;
        }

        .divTooltip table tbody tr td {
            padding: 3px 5px !important;
            text-align: center;
            font-size: 12px;
        }

        .divTooltip table tbody tr:nth-child(odd) {
            /* background: #D0E4F5; */
            border-left: 1px solid #FFFFFF;
        }

        .divTooltip table tbody tr:nth-child(even) {
            background: #FFFFFF;
        }

.active-button {
    background-color: #2196F3;
    color: #FFFFFF;
}

#divTooltip div {
    width: 250px;
    background: #0B6FA4;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 0;
    border-radius: 3px;
    position: absolute;
    z-index: 1;
}

.datepicker-textbox {
    font-size: 12px;
}

.editRow td a {
    border-radius: 4px;
    color: #316993;
    display: inline-block;
    padding: 2px 6px;
    margin: 4px 4px 4px 0;
}

.editRow td {
    background: lightskyblue;
}

.warning-status {
    background-color: #ffa91c;
    min-height: 72px;
    padding: 25px;
    text-align: center;
    color: #ffffff;
    border: solid 1px #ffa91c;
    /* border-radius: 4px; */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0 0 15px 0;
}

    #create-custom-menu, #deleteSensor-custom-menu {
    z-index: 1000;
    position: absolute;
    border: solid 1px #c3c3c3;
    background-color: white;
    padding: 5px 0;
    display: none;
}

    #create-custom-menu ol, #deleteSensor-custom-menu ol {
        padding: 0;
        margin: 0;
        list-style-type: none;
        /*min-width: 130px;*/
        width: auto;
        /*max-width: 200px;*/
        font-family: Verdana;
        font-size: 12px;
    }

        #create-custom-menu ol li, #deleteSensor-custom-menu ol li {
            margin: 0;
            display: block;
            list-style: none;
            padding: 3px 3px;
        }

            #create-custom-menu ol li:hover, #deleteSensor-custom-menu ol li:hover {
                background-color: #efefef;
            }

            #create-custom-menu ol li:active, #deleteSensor-custom-menu ol li:active {
                color: White;
                background-color: #000;
            }

        #create-custom-menu ol .list-devider, #deleteSensor-custom-menu ol .list-devider {
            padding: 0px;
            margin: 0px;
        }

            #create-custom-menu ol .list-devider hr, #deleteSensor-custom-menu ol .list-devider hr {
                margin: 2px 0px;
            }

        #create-custom-menu ol li a, #deleteSensor-custom-menu ol li a {
            color: Black;
            text-decoration: none;
            display: block;
            padding: 0px 5px;
        }

            #create-custom-menu ol li a:active, #deleteSensor-custom-menu ol li a:active {
                color: White;
            }

            #create-custom-menu ol li a span, #deleteSensor-custom-menu ol li a span {
                width: 20px;
            }

li.evenOdd:nth-child(even) {
    color: blue;
    background-color: rgba(0, 0, 0, 0.05);
}
li.evenOdd:nth-child(odd) {
    color: #777;
    background-color: #ccccff;
}

.borderNone{
border:none;           
}

/*new styles added*/
.slimscroll-menu #sidebar-menu {
    height: 95%;
    overflow-y: auto;
}

/* for tooltip text display*/

.padtop {
    padding-top: 7px;
}

.txtgatewaywidth {
    width: 300px;
    float: left;
}

.ftr {
    float: right;
}

.ftl {
    float:left;
}

.dbib {display:inline-block !important;}
/*.bg-warningSensorAlarm {
    background-color: #ff8c66 !important;
}

.bg-signedSensorAlarm {
    background-color: #66ff66 !important;
}

.bg-alertSensorAlarm {
    background-color: #d9534f !important;
    color: white !important;
}
.bg-communicationSensorAlarm {
    background-color: #f5f5ef !important;
}*/

.tableDuplicate {
    border-collapse: collapse !important;
    width: 100%;
    color: black;
    max-width: 100%;
    margin-bottom: 20px;
}
.tableDuplicate > tbody > tr > td{
    padding:3px;
}
.tableDuplicate > thead > tr > th {
    padding: 3px;
}

.tblAlarms > thead > tr > th > form > a, .tblAlarms > thead > tr > th > a {
    color: #ffffff;
}

.tblAlarms > thead > tr > th > form > a:hover, .tblAlarms > thead > tr > th > a:hover {
    cursor: pointer;
}

.tdGroupTooltip {
    position: relative;
}

.mHeight {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tdGroupTooltip .divTooltip #tblTooltip {
    width: 150px;
}

.tdGroupTooltip .divTooltip {
    right: -160%;
}

.checkBoxSelection {
    background-color: #f5e79e !important;
    color:black!important;
}

.language_dropdown > a:hover {
    cursor: pointer;
}

.lblDays {
     float: right !important;padding-right: 16px;
}

.alDays ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .alDays ul li {
        display: inline-block;
        margin-right: 5px
    }

.ddwidth100 {
    width: 100px;
    max-width: 100%;
}

.ddwidth200 {
    width: 200px;
    max-width: 100%;
}

.txtWidth200 {
    width: 150px;
    max-width: 100%;
}

.txtWidth100 {
    width: 100px;
    max-width: 100%;
}

.padtop25 {
    padding-top: 25px;
}

/* Three level side Menu */
ul.metisMenu li li li.active > a {
    background-color: #274570 !important
}

.treeMenu2 > ul ul li.GroupTreeViewLevel1 {
    padding-left: 35px !important;
}

.treeMenu2 > ul ul li.GroupTreeViewLevel2 {
    padding-left: 70px !important;
}
.treeMenu2 > ul ul li.GroupTreeViewLevel3 {
    padding-left: 105px !important;
}
.treeMenu2 > ul ul li.GroupTreeViewLevel4 {
    padding-left: 140px !important;
}
.treeMenu2 > ul ul li.GroupTreeViewLevel5 {
    padding-left: 175px !important;
}
.treeMenu2 > ul ul li.GroupTreeViewLevel6 {
    padding-left: 215px !important;
}


.divPanelTooltip {
    left: 120px;
    z-index: 9999;
    position: absolute;
}

.divPanelTooltip div {
    border: 1px solid #b8b9bb;
    background: #acaca7;
    border-bottom: 1px solid #FFFFFF;
    color: #000000;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 2px;
    font-weight: normal;
    font-size: 12px;
}

td.warningType span.fa-exclamation-triangle {
    color: orange
}

td.warningType span.fa-times {
    color: red
}

.divPanelTextTooltip {
    left: auto;
    z-index: 9999;
    position: absolute;
    width: 140px;
    background-color: rgba(0, 0, 0, 0.9);
    /*background-color: black;*/
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    visibility: hidden;
    margin-left: 17px;
}

.panel .icontreeL {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: -6px 3px 0 9px;
}

    .panel .icontreeL img {
        width: 100%;
        fill: #98a6ad;
    }

.marginTB {
    margin-top: 5px;
    margin-bottom: 5px;
}

.bgColorForDisabled {
    background-color: #EBE9E9 !important;
}

@media screen and (max-width: 991px) {
    .spl-card-box {
        min-height: 10px !important;
    }
 }

.bd-loading-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

.bd-loading-modal-lg .modal-dialog .load-content {
    text-align: center;
    font-size: 48px;
    color: white;
    /*background-color: white;*/
}

.errorBackground {
    background-color: #dc7c7c !important;
}




.tooltip:hover:after {
    border-radius: 5px;
    bottom: 26px;
    content: attr(title);
    left: 20%;
    adding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}

.tooltip:hover:before {
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

#alarmDistributionTab .form-container .select-input-holder.removeMargin {
    margin: 0px !important;
}


/*AlarmGroup/create*/
.inputWidth {
    width: 380px !important;
}

.flex1 {
    min-width: 150px;
    width: 100%;
}

.listStyleNone {
    list-style: none;
}
/*AlarmGroup/create*/

/*AlarmInterval/create*/
.tooltip.top .tooltip-inner {
    background-color: #337ab7;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #337ab7;
}

.overflow {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .overflow:hover {
        overflow: visible;
    }

        .overflow:hover span {
            position: relative;
            background-color: white;
        }

/*AlarmInterval/create*/

/*SystemGroupsetting/create*/
input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    border-radius: 2px;
    display: inline-block;
    padding: 7px 12px;
    cursor: pointer;
}
/*SystemGroupsetting/create*/

/*highlight input on validation error*/
.input-validation-error {
    background-color: pink;
}
/*highlight input on validation error*/

.divider-gradient {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, transparent, #777, #444, #777, transparent);
}

.ui-tooltip {
    white-space: pre-line;
}

.fLeft{
    float: left
}


.rippleCircle {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

    .rippleCircle:before,
    .rippleCircle:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 1px solid #0000FF;
        border-radius: 50%;
    }


    .rippleCircle:before {
        animation: ripple 2s linear infinite;
    }

    .rippleCircle:after {
        animation: ripple 2s linear 1s infinite;
    }

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.3);
    }

    50% {
        transform: scale(1.6);
        opacity: 1;
    }

    100% {
        transform: scale(1.9);
        opacity: 0;
    }
    125% {
        transform: scale(2.2);
        opacity: 0;
    }
    125% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.rightPanel-MaxHeight {
    overflow-y: auto;
    max-height: 250px;
    overflow-x: hidden;
}

.color-grey-svg {
    filter: invert(37%) sepia(0%) saturate(48%) hue-rotate(161deg) brightness(105%) contrast(82%);
}

.top-padding30{
    padding-top:30px;
}

.iframe-box {
    width: 100%;
    border: none;
    overflow: hidden;
    display: block;
}

.search-title {
    margin-bottom: 8px;
    letter-spacing: 0.02em;
    font-size: 18px;
    color: #000;
}

.commonBtn:disabled {
    background: #EBE9E9 !important; /* override the gradient */
    color: #fff;
    opacity: 1;
    border: 0px !important;
}