
/*Font*/
@font-face {
    font-family: "Mulish variablefont wght";
    src: url(~/Mulish-VariableFont_wght.ttf) format('truetype');
  }

:root {
    --main-container-background-color: #ffffff;
    --website-background-color: #f5f5f5;
    --page-title-background-color: #00AEEF;
    --page-title-text-color: #ffffff;

}

body {
    font-family: "Mulish variablefont wght", Arial ,sans-serif;
    font-size: "1rem";
    color: "#646464";
    margin: 0;
}
/*URL Fields - Prevent Overflow*/
a.text-primary {
    overflow-wrap: anywhere;
}

span.text-primary {
    color:#00b9ff;
}

/*Remove boxed lines on list, forms, filters*/
.crmEntityFormView, .entitylist, .modal-content, .popover-content {
    border: 0px none transparent !important;
}

.modal-content {
    border-radius: 15px !important;
}
.modal-header > h1 {
    text-transform: initial;
    color: #000000;
    margin-left: 20px;
}
.modal-header,
.modal-footer {
    border-top: 1px none transparent;
    border-bottom: 1px none transparent;
}

.form-horizontal .control-label {
    color: #00AEEF !important;
    font-size: 14px;
}
.modal-body textarea {
    border-radius: 5px;
}

.crmEntityFormView {
    color: #00AEEF !important;
    font-size: 13px;
}

/*Text Formatting*/
a {
    background-color: transparent;
    font-family: "Mulish variablefont wght", Arial ,sans-serif !important;
}

a:active,a:hover,a:focus {
    outline: 0
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 10px;
    font-weight: 700
}

h1 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
}

h2 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2
}

h3 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2
}

h4 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3
}

h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.4
}

h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4
}

p {
    color: #646464;
    margin-bottom: 0;
    line-height: 1.75
}

.panel-title {
    font-size: 19px;
}

.panel-default {
    border-color: transparent;
    margin-bottom: 0px;
}
.panel-default > .panel-heading {
    background-color: transparent !important;
    color: #00AEEF !important;
    text-align: left;
    font-weight: 600;
    border: 0px none transparent;
}
.navbar-inverse .navbar-nav > li > a:focus {
    border: 1px none transparent !important;
    outline: 1px none transparent;
}
.panel-default > .list-group > .list-group-item > .smallText {
    display: inline;
    vertical-align: top;
    color: #646464;
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;    
    word-break: break-word;
    overflow: hidden;
}
.panel-default > .list-group > .list-group-item > h4 {
    margin-top: 15px;
    margin-bottom: auto;
    color: #000000;
    font-size: 18px;
    text-transform: none;
    font-weight: normal;
}
.panel-default > .list-group > .list-group-item > h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #00AEEF;
    font-size: 18px;
    text-transform: none;
}
.panel-default > .list-group > .list-group-item {
    background-color: #fff;
    text-decoration: none;
    border: 1px solid transparent !important;
    border-radius: 1.2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1.5rem;
    transition: all .3s;
    display: flex;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 2px 0 8px 0px rgba(0,0,0,.15),0 8px 2px -4px rgba(16,24,40,.03);
    height: 130px;
}

.panel-default > .list-group > .list-group-item:hover {
    border: 1px solid #00AEEF !important;
    text-decoration: none;
}

.article-link > div{
    padding-top: 1rem;
}
.article-date {
    display: flex;
    flex-direction: row;
}

.article-date > div {
    margin-right: 5px;
}
.main-menu-item {
    min-height: 100px;
    position: relative;
}
.main-menu-item > span {
    position: absolute;
    top: 36px;
    color: #00b9ff;
}
.navbar-fixed-top.navbar .menu-bar > .navbar-nav > li > a,
.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-family: "Mulish variablefont wght", Arial ,sans-serif !important;
}
.navbar-fixed-top.navbar-inverse {
background-color: #ffffff; 
}  
/* .navbar-fixed-top.navbar .menu-bar > .navbar-nav > li > a {
font-weight: 400;
font-size: 16px; 
} */
.navbar-fixed-top.navbar .menu-bar > .navbar-nav > li > a:hover {
    text-decoration: Plain text; }
  
.navbar-fixed-top.navbar-inverse .navbar-brand a {
    color: #000000; }
    
.navbar-fixed-top.navbar-inverse .navbar-brand a p,
.navbar-fixed-top.navbar-inverse .navbar-brand a h1,
.navbar-fixed-top.navbar-inverse .navbar-brand a h2,
.navbar-fixed-top.navbar-inverse .navbar-brand a h3,
.navbar-fixed-top.navbar-inverse .navbar-brand a h4,
.navbar-fixed-top.navbar-inverse .navbar-brand a h5,
.navbar-fixed-top.navbar-inverse .navbar-brand a span {
  display: inline;
  vertical-align: middle;
  color: #646464; 
}

  
.navbar-static-top.navbar-inverse .navbar-brand a h1.siteTitle,
.navbar-static-top.navbar-inverse .navbar-brand a h1.siteTitle > span {
  display: inline;
  vertical-align: middle;
  color: #2a2c2e;
  font-family: Arial;
  font-weight: 400;
  font-size: 30px; }
/*Custom Chart Style Changes*/

span.highcharts-title {
    display:none;
}

svg > g > text.highcharts-axis-title {
    display: none;
}

/*Nav bar Style Changes*/

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:active {
    color: #5fc841 !important;
}

.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:hover, 
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #5fc841 !important;
    background-color: transparent;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
    background-color: transparent;
    text-decoration: none;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
    background-color: transparent !important;
    color: #5fc841 !important;
    text-decoration: none;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:active,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: transparent !important;
    color: #5fc841 !important;
    text-decoration: none;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:active,
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    padding: 1px 18px;
    border: 2px solid transparent;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
    padding: 1px 18px;
    border: 2px solid transparent;
}
@media (max-width: 1199px){
    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:active,
    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
        padding: 1px 18px;
        border: 0px solid transparent;
    }
}

.navbar {
    min-height: 64px;
    border: 1px solid transparent;
    position: fixed;
    opacity: 1;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%;
    z-index: 50;
}

.scrolled-down{
    transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
    transform:translateY(0); transition: all 0.3s ease-in-out;
}

/*Footer Style Changes*/
footer {
    font-family: "Mulish variablefont wght", Arial ,sans-serif;
    font-weight: 400;
    color: "#646464";
    margin: 0;
    background-color: var(--website-background-color);
}
.footer_component {
    height: 760px;
    background-image: url('./Audico-footer.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footer_content {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.footer_color {
    width: 100%;
    height: 34px;
}
.footer_color.magenta {
    background-color: #ff0096;
}
.footer_color.blue {
    width: 100%;
    height: 34px;
    background-color: #00b9ff;
}
.footer_color.green {
    width: 100%;
    height: 34px;
    background-color: #5fc841;
}
.footer_color-wrapper {
    flex-direction: row;
    justify-content: center;
    display: flex;
}
.padding-global.is-white {
    position: relative;
}
.is-white {
    color: #fff;
}
.footer_top-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
}
.footer_logo-link {
    padding-left: 0;
}
.footer_text-block {
    margin-left: 1rem;
    font-weight: 500;
}
.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative;
}
.footer_link-list {
    color: #fff;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
    align-items: flex-start;
    justify-items: start;
    display: flex;
}
.padding-medium {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 40px;
}
.footer_legal-list {
    grid-column-gap: 35px;
    grid-row-gap: 0rem;
    white-space: normal;
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    justify-content: center;
    display: grid;
}
.footer_legal-link {
    font-family: 13px;
    color: #fff !important;
    text-decoration: none !important;
}
.footer_legal-link:active,
.footer_legal-link:focus,
.footer_legal-link:hover {
    color: #5fc841 !important;
    text-decoration: none !important;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.footer_column-heading {
    margin-bottom: .5rem;
    font-weight: 500;
}
.footer_link-block {
    color: #fff;
    flex-direction: row;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
    text-decoration: none !important;
}
.footer_link-block:active,
.footer_link-block:focus,
.footer_link-block:hover {
    text-decoration: none !important;
    color: #5fc841;
}
.footer_line-divider {
    width: 100%;
    height: 1px;
    color: #cecece;
    background-color: #d4d4d4;
}
.footer_logo {
    width: 17rem;
    height: 6rem;
}
.footer_social-icon {
    width: 22px;
    height: 22px;
}
.footer_social-link {
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    color: #ffffff !important;
}
.footer_social-link:hover {
    color: #5fc841 !important;
}
.icon-embed-xsmall {
    width: 22px;
    height: 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
.icon-embed-xsmall > svg {
    width: 22px;
    height: 22px;    
}
.padding-global {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
}
.footer_social-wrapper {
    height: 2rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
}
.footer_bottom-wrapper {
    color: #fff;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.wrapper-body,
form#liquid_form {
    min-height: calc(100% - 45rem);
    background-color: var(--website-background-color);
}
.wrapper-body {
    padding-top: 64px;
}
/*Breadcrumb Custom Style*/
.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #EC008C;
}
.breadcrumb,
.breadcrumb> li >a:hover,
.breadcrumb> li >a {
    color: #EC008C !important;
}
.breadcrumb> li:last-of-type {
    font-weight: bold;
    color: #EC008C !important
}

.col-md-12.columnBlockLayout{
    padding: 16px;
}
@media (max-width: 767px){
    .table-responsive>.table>thead>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>tfoot>tr>td {
        white-space: pre-wrap;
        word-break: keep-all;
    }

    .table-fluid tr {
        overflow: hidden;
        border-top: solid #00b9ff .3rem !important;
    }  

    .table-responsive{
        border: 0px none transparent;
    }
    .col-md-12.columnBlockLayout{
        padding: 16px 0px;
    }
}

@media (max-width: 991px){
    .footer_component {
        height: 1000px;
    }
}

/*Pagination Custom Style*/
.jquery-bootstrap-pagination {
    text-align: center;
    float: right;
} 

ul.pagination {
    float: right;
}

ul.pagination > li {
    word-break: normal;
}

.pagination>.curr>a, 
.pagination>.curr>a:focus, 
.pagination>.curr>a:hover,
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover {
    background-color: #00b9ff!important;
    border-radius: 50px;
}

.entity-pager-prev-link,
.entity-pager-next-link {
    color: #62BB46 !important;
    font-weight: bold;
}
/*Tabs Custom Style*/
ul.nav-pills {
    padding: 0 15px;
}

ul.nav-tabs > li > a[role=tab],
ul.nav-pills > li > a[role=tab] {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
    background-color: transparent;
    padding: 0 0 8px 0;
    margin: 9px;
    border-bottom: 3px solid transparent;
}
@media (max-width: 767px){

    ul.nav-tabs > li > a[role=tab],
    ul.nav-pills > li > a[role=tab] {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100px;
    }
}

.nav-pills>li.active>a[role=tab], .nav-pills>li.active>a[role=tab]:hover, .nav-pills>li.active>a[role=tab]:focus {
    color: #000000;
    background-color: transparent !important;
    border-bottom: 3px solid #62BB46;
    font-weight: 700;
}

html[dir=ltr] .crmEntityFormView .cell.crmquickform-cell:first-child {
    border-right: 0px none transparent;
}

/*Treeview Custom Style*/
.kb-navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #50afee;
    position: relative;
    flex-wrap: wrap;
}

.kb-navigation > li > div.collapse {
    background-color: white;
    z-index: 4;
    position: relative;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 3px; */
    border-radius: 5px;
    padding-left: 10px;
}
  .nested {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    transition: all .3s;
    align-items: left;
  }
  
  .active {
    display: block;
  }

  .main-cat {
    display: flex;
    flex-direction: row;
    transition: all .3s;
    align-items: center;
  }
  .main-cat:hover,
  .nested > li:hover {
    background-color: transparent;
}
  .main-cat > div > svg {
    cursor: pointer;
    transition: all .3s;
    transform: rotate(90deg);
  }

.main-cat > div.collapsed > svg {
    transform: rotate(0deg);
}

.main-cat > a,
.nested > li > a {
    text-decoration: none !important;
    padding: 10px 15px;
    color: #6D6D6D;
}
.main-cat > a:hover, 
.nested > li > a:hover,
.main-cat > a:active, 
.nested > li > a:active,
.main-cat > a:focus, 
.nested > li > a:focus{
    text-decoration: none !important;
    color: #6D6D6D;
    background-color: transparent !important;
}
  
.main-cat > a.active,
.nested > li > a.active {
    color: #50afee;
}
/* custom button settings */

input[type=file]::file-selector-button,
.btn-info {
    color: #ffffff;
    background-color: #62BB46;
    border-color: #62BB46;
    border-radius: 5px;
    font-family: Arial;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 20px;
    width: -moz-fit-content;
    width: fit-content;
    border-style: solid;
    background-color: #62BB46;
    color: #ffffff; 
}
input[type=file]::file-selector-button:hover,
.btn-info:hover {
      color: #ffffff;
      background-color: #62BB46;
      border-color: #62BB46; }
.btn-info:active, .btn-info.active {
      color: #ffffff;
      background-color: #62BB46;
      border-color: #62BB46; }
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus {
        color: #ffffff;
        background-color: #62BB46;
        border-color: #62BB46; }
.btn-info:focus, .btn-info.focus {
      color: #ffffff;
      background-color: #62BB46;
      border-color: #62BB46; 
}

.entitylist-download{
    height: 36px;
  }
.create-action {
    height: 36px;
}

/*Custom Table Formatting*/

@media (min-width: 767px){ 
.view-grid > table.table > thead > tr > th {    
    word-break: keep-all;
}
.view-grid > table.table > tbody > tr > td {    
    white-space: nowrap;
}
.view-grid > table.table > tbody > tr > td[data-attribute="title"], 
.view-grid > table.table > tbody > tr > td[data-attribute="adx_resolution"],
.view-grid > table.table > tbody > tr > td[data-attribute="name"] {
    white-space: normal;
    min-width: 450px;
}
.view-grid > table.table > tbody > tr {
    height: 44px;
}
}

.view-grid .dropdown.action>.btn {
    display: none;
}
.view-grid .dropdown.action .dropdown-menu {
    display: block;
    position: static !important;
    position: initial !important;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
    max-width: 95px;
    min-width: 95px;
    width: 95px;
    left: auto !important;
    top: auto !important;
    padding: 0px;
    margin: 0px;
}
.view-grid .dropdown.action .dropdown-menu li {
    display: inline-block;
    text-align: center;
}
.view-grid .dropdown.action .dropdown-menu li a {
    font-size: 0;
    padding: 3px;
    text-decoration: none;
}
.view-grid .dropdown.action .dropdown-menu li a>span {
    font-size: 18px;
}
.view-grid .dropdown.action .dropdown-menu li a:hover {
    color: #00b9ff;
    background: transparent;
    padding: 3px;
    text-decoration: none;
    border: 0px none;
}

/* New changes */
.page-copy{
    box-shadow: 0 5px 24px -4px rgba(0,0,0,.15), 0 8px 8px -4px rgba(16,24,40,.03);
    border-radius: 15px;
}
.sectionBlockLayout {
    background-color: var(--main-container-background-color);
}
.sectionBlockLayout:first-of-type {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 50px !important;

    background-color: var(--page-title-background-color);
}

.sectionBlockLayout:first-of-type div.columnBlockLayout {
    flex-direction: row !important;
    align-items: center;
}

.sectionBlockLayout:first-of-type h1 {
    color: var(--page-title-text-color);
    text-transform: uppercase;
    flex: 0 0 25%;
    margin-right: 25px;
}

.sectionBlockLayout:first-of-type p.smallText {
    color: var(--page-title-text-color);
    flex: 1;
    padding-left: 25px;
    border-left: 2px solid var(--page-title-text-color);
}

.sectionBlockLayout:first-of-type h2 {
    color: var(--page-title-text-color);
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;    
}
.sectionBlockLayout:last-of-type {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: var(--main-container-background-color);
    margin-bottom: 100px !important;
}
@media (max-width: 767px){
    .sectionBlockLayout:first-of-type div.columnBlockLayout {
        flex-direction: column !important;
    }
    .sectionBlockLayout:first-of-type h1 {
        flex: 0 0;
        margin-right: 0px;
        margin-bottom: 25px;
        font-size: 23px;
    }
    .sectionBlockLayout:first-of-type h2 {
        font-size: 23px;
    }
    .sectionBlockLayout:first-of-type p.smallText {
        color: var(--page-title-text-color);
        flex: 1;
        padding-top: 25px;
        padding-bottom: 0px;
        padding-left: 0px;
        border-top: 2px solid var(--page-title-text-color);
        border-left: 0px none transparent;
        width: 100%;
        text-align: center !important;
    }
}
.columnBlockLayout {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}



.articles-separator {
    border-top: 1px solid #E5E5E5;
}

.table-responsive {
    scrollbar-width: thin;
    scrollbar-color: #62BB46 #616161;
}

/* This is for Webkit browsers like Chrome, Safari */
.table-responsive::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    border-radius: 20px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #616161;
    border-radius: 20px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #62BB46;
    border-radius: 20px;
    border: 0px none #616161;
}

div.view-toolbar {
    display: flex;
    flex-direction: row;
}
div.view-toolbar > ul.view-select {
    flex: 0 0 15%;
    padding-top: 10px;
}
div.view-toolbar > div.toolbar-actions {
    flex: 1;
    padding-left: 25px;
}

div.view-toolbar > div.toolbar-actions > div {
    padding-top: 10px;
}

ul.view-select > li {
    min-width: 200px;
}
ul.view-select > li > a,
ul.view-select > li > a:hover {
    border: 1px solid #D1D1D1;
    height: 36px;
    width: 100%;
    border-radius: 4px;
    border-bottom: 2px solid #616161;
    color: #616161;
}

@media (max-width: 767px){ 
    div.view-toolbar {
        flex-direction: column;
    }
    ul.view-select {
        padding-right: 3px;
    }
    ul.view-select > li {
        min-width: 300px;
        float: right;
    }
    .entitylist-search > .query {
        width: 246px;
    }
}

.background-template-img {
    height:750px;
    width:100%;
    background-image: url('./front-bg.png');
    background-size:cover;
    position: absolute;
    top: 10px;
    z-index: 0;
}

div.input-group-btn > .btn-default:hover,
div.input-group-btn > .btn-default:active,
div.input-group-btn > .btn-default:focus,
div.input-group-btn > .btn-default,
.entitylist-search > div > .btn-default:focus,
.entitylist-search > div > .btn-default:active,
.entitylist-search > div > .btn-default:hover,
.entitylist-search > div > .btn-default {
    color: black;
    font-family: Arial;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    background-color: white;
    border-bottom-color: #616161;
    border-top-color: #d1d1d1;
    border-left: 0px none;
    border-right: 0px none;
    border-bottom-width: 2px;
    height: 35px;
    padding-bottom: 6px;
}

div.input-group-btn > .btn-default:last-of-type {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-right: 1px solid #d1d1d1;
}

.knowledge-search > div > .input-md,
.entitylist-search > .query:focus,
.entitylist-search > .query {
    border-bottom-color: #616161;
    border-top-color: #d1d1d1;
    border-right-color: transparent;
    border-left-color: #d1d1d1;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-width: 2px;    
    box-shadow: inset 0 0 rgb(0,0,0);
}

.crmEntityFormView .form-control.readonly:focus, .crmEntityFormView .form-control:focus, .form-readonly .form-control:focus {
    outline: none !important;
}
.crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control, .form-readonly .form-control {
    background: 0 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    cursor: auto;
    padding-left: 0;
    padding-right: 0;
    border-width: 1px;
    border-style: solid;
    border-bottom-color: #616161;
    border-top-color: #d1d1d1;
    border-right-color: #d1d1d1;
    border-left-color: #d1d1d1;
    border-bottom-width: 2px;
    border-radius: 3px;
    padding: 8px;
}

fieldset > legend.section-title {
    padding: 0 28px 20px;
}
html[dir=ltr] .crmEntityFormView .cell.checkbox-cell:first-child {
    padding: 10px 15px 15px 25px;
}
.text-muted {
    padding-left: 10px;
}

.entitylist-filter-option > div > select.form-control {
    padding: 6px 5px;
}
.entitylist-filter-option > div > span.input-group-addon {
    color: black;
    font-family: Arial;
    font-weight: 600;
    font-size: 14px;
    padding: 4px 5px;
    border-style: solid;
    background-color: white;
    border-bottom-color: #616161;
    border-top-color: #d1d1d1;
    border-left-color: #d1d1d1;
    border-right: 0px none;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-width: 2px;
    height: 35px;
    padding-bottom: 6px;
}
.entitylist-search {
    max-width: 240px;
    width: auto;
}
.entitylist-filter-option > div > .form-control{
    border-bottom-color: #616161;
    border-top-color: #d1d1d1;
    border-left: 0px none transparent;
    border-right-color: #d1d1d1;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-width: 2px;    
    box-shadow: inset 0 0 rgb(0,0,0);
}
.fa-tab,
.fa-arrow-down,
.fa-arrow-up{
    top: 5px;
}
.fa-tab {
    padding-right: 9px;
}

.fa-arrow-up:before {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' version='1.1' id='svg4' sodipodi:docname='custom-sort - Copy.svg' inkscape:version='1.2.1 (9c6d41e410, 2022-07-14)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs8' /%3E%3Csodipodi:namedview id='namedview6' pagecolor='%23ffffff' bordercolor='%23000000' borderopacity='0.25' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' showgrid='false' inkscape:zoom='11.8' inkscape:cx='10.042373' inkscape:cy='10.042373' inkscape:window-width='2400' inkscape:window-height='1261' inkscape:window-x='-9' inkscape:window-y='-9' inkscape:window-maximized='1' inkscape:current-layer='svg4' /%3E%3Cpath d='m 4.1461475,13.853358 c -0.1957,-0.19491 -0.1962,-0.51149 -0.0013,-0.7071 l 5.465,-5.4844801 c 0.2149,-0.2157 0.5642295,-0.2157 0.7791795,0 l 5.464981,5.4844801 c 0.19491,0.19561 0.19435,0.51219 -0.0013,0.7071 -0.19561,0.19492 -0.51219,0.19435 -0.70711,-0.0013 L 9.9994275,8.6874379 4.8532475,13.852058 c -0.195,0.19561 -0.5115,0.19618 -0.7071,0.0013 z' fill='%2362bb46' id='path2' /%3E%3C/svg%3E%0A");
}
.fa-arrow-down:before {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8527 7.64582C16.0484 7.84073 16.0489 8.15731 15.854 8.35292L10.389 13.8374C10.1741 14.0531 9.82477 14.0531 9.60982 13.8374L4.14484 8.35292C3.94993 8.15731 3.95049 7.84073 4.1461 7.64582C4.34171 7.4509 4.65829 7.45147 4.85321 7.64708L9.99942 12.8117L15.1456 7.64708C15.3406 7.45147 15.6571 7.4509 15.8527 7.64582Z' fill='%2362BB46'/%3E%3C/svg%3E%0A");
}
.fa-filter:before {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6.5C5 6.22386 5.22386 6 5.5 6H14.5C14.7761 6 15 6.22386 15 6.5C15 6.77614 14.7761 7 14.5 7H5.5C5.22386 7 5 6.77614 5 6.5ZM7 9.5C7 9.22386 7.22386 9 7.5 9H12.5C12.7761 9 13 9.22386 13 9.5C13 9.77614 12.7761 10 12.5 10H7.5C7.22386 10 7 9.77614 7 9.5ZM9 12C8.72386 12 8.5 12.2239 8.5 12.5C8.5 12.7761 8.72386 13 9 13H11C11.2761 13 11.5 12.7761 11.5 12.5C11.5 12.2239 11.2761 12 11 12H9Z' fill='%23616161'/%3E%3C/svg%3E%0A");
}
.fa-tab:before {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 11C7.55228 11 8 10.5523 8 10C8 9.44771 7.55228 9 7 9C6.44772 9 6 9.44771 6 10C6 10.5523 6.44772 11 7 11ZM8 13C8 13.5523 7.55228 14 7 14C6.44772 14 6 13.5523 6 13C6 12.4477 6.44772 12 7 12C7.55228 12 8 12.4477 8 13ZM10 11C10.5523 11 11 10.5523 11 10C11 9.44771 10.5523 9 10 9C9.44771 9 9 9.44771 9 10C9 10.5523 9.44771 11 10 11ZM11 13C11 13.5523 10.5523 14 10 14C9.44771 14 9 13.5523 9 13C9 12.4477 9.44771 12 10 12C10.5523 12 11 12.4477 11 13ZM13 11C13.5523 11 14 10.5523 14 10C14 9.44771 13.5523 9 13 9C12.4477 9 12 9.44771 12 10C12 10.5523 12.4477 11 13 11ZM17 5.5C17 4.11929 15.8807 3 14.5 3H5.5C4.11929 3 3 4.11929 3 5.5V14.5C3 15.8807 4.11929 17 5.5 17H14.5C15.8807 17 17 15.8807 17 14.5V5.5ZM4 7H16V14.5C16 15.3284 15.3284 16 14.5 16H5.5C4.67157 16 4 15.3284 4 14.5V7ZM5.5 4H14.5C15.3284 4 16 4.67157 16 5.5V6H4V5.5C4 4.67157 4.67157 4 5.5 4Z' fill='%2300AEEF'/%3E%3C/svg%3E%0A");
}

.nav-pills > li.active > a > .fa-tab:before {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 3C4.11929 3 3 4.11929 3 5.5V6H17V5.5C17 4.11929 15.8807 3 14.5 3H5.5ZM17 7H3V14.5C3 15.8807 4.11929 17 5.5 17H14.5C15.8807 17 17 15.8807 17 14.5V7ZM8 10C8 10.5523 7.55228 11 7 11C6.44772 11 6 10.5523 6 10C6 9.44771 6.44772 9 7 9C7.55228 9 8 9.44771 8 10ZM7 14C6.44772 14 6 13.5523 6 13C6 12.4477 6.44772 12 7 12C7.55228 12 8 12.4477 8 13C8 13.5523 7.55228 14 7 14ZM11 10C11 10.5523 10.5523 11 10 11C9.44771 11 9 10.5523 9 10C9 9.44771 9.44771 9 10 9C10.5523 9 11 9.44771 11 10ZM10 14C9.44771 14 9 13.5523 9 13C9 12.4477 9.44771 12 10 12C10.5523 12 11 12.4477 11 13C11 13.5523 10.5523 14 10 14ZM14 10C14 10.5523 13.5523 11 13 11C12.4477 11 12 10.5523 12 10C12 9.44771 12.4477 9 13 9C13.5523 9 14 9.44771 14 10Z' fill='%2300AEEF'/%3E%3C/svg%3E%0A");
}
.nav > li > a:hover {
    background-color: transparent !important;
}

@media (min-width: 767px){ 
    div.entitylist > div.entitylist-filter > div.panel-body {
        display: flex;
    }
    div.entitylist > div.entitylist-filter > div.panel-body > div.pull-right {
        margin-top: auto;
        margin-bottom: 10px;
        margin-left: 25px;
    }
}

.entitylist-filter-option-group-label {
    font-size: 16px !important;
    font-weight: 600 !important;
}

/*grid / table changes*/
.view-grid {
    padding: 2px;
}
div.view-grid > table > thead > tr > th > a {
    border: 0px none transparent;
    background-color: transparent;
    color: black;
    text-decoration: none;
    font-weight: 700;
}
div.view-grid > table{
    border-collapse: separate;
    border-spacing: 0px 6px;
}
div.view-grid > table > thead > tr > th,
.grid-actions {
    border-bottom: 1px none transparent;
}

.table-hover,
.table-striped {
    font-size: 14px;
}

.table-hover > tbody > tr,
.table-striped > tbody > tr {
    border-radius: 5px;
    border: 6px solid transparent;
    box-shadow: -1px 2px 2px 0px rgba(0,0,0,0.1);
}
.table-hover > tbody > tr > td,
.table-striped > tbody > tr > td {
    border-right: 1px solid #E5E5E5;
    border-top: 1px solid transparent;
    vertical-align: middle;
}
.table-hover > tbody > tr > td:first-of-type,
.table-striped > tbody > tr > td:first-of-type {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.table-hover > tbody > tr > td:last-of-type,
.table-striped > tbody > tr > td:last-of-type {
    border-right: 1px none transparent;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.table-hover > tbody > tr > td > a.details-link,
.table-striped > tbody > tr > td > a.details-link {
    text-decoration: none;
    font-weight: 700;
    color: #00AEEF;
}
.table-hover > tbody > tr:nth-of-type(odd),
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #FAFAFA !important;
}

@media (max-width: 767px){
    .table-hover > tbody > tr > td,
    .table-striped > tbody > tr > td {
        border-right: 1px none transparent;
    }
}
tr.sp-item > td > abbr[title] {
    cursor: default;
    border-bottom: 0px none transparent;
    text-decoration: none;
}

/*custom profile changes*/
div.profile-info {
    box-shadow: 2px 0 8px 0px rgba(0,0,0,.15),0 8px 2px -4px rgba(16,24,40,.03);
    border-radius: 10px;
}
div.profile-info > img {
    border-radius: 35px;
}
.userFullName {
    padding-top: 17px;
    font-size: 20px;
    font-weight: 400;
    color: #00AEEF;
}

.legend {
    border-bottom: 0;
}

/*img animation*/  
.fadein-logo {
    opacity: 1;
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear;
}

.fadeout-logo {
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear;
}

.hidden-img {
opacity: 0;
}

@media (min-width: 1650px) {
    .container {
        width: 1600px;
    }
}