@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

img {
    border: none;
    max-width: 100%;
}

.clear {
    clear: both;
}

@font-face {
    font-family: 'Conv_TTNorms-Regular';
    src: url('../fonts/TTNorms-Regular.eot');
    src: url('../fonts/TTNorms-Regular.woff') format('woff'), url('../fonts/TTNorms-Regular.ttf') format('truetype'), url('../fonts/TTNorms-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

input,
select {
    font-family: 'Conv_TTNorms-Regular';
}

body {
    font-family: 'Conv_TTNorms-Regular';
    background: #eceef9;
}
.navbar:before,
.navbar:after {
	content: '';
	display: table;
}
.navbar:after {
	clear: both;
}
.navbar-cls-top {
	background: #fff;
	border-bottom: none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	padding: 18px 20px;
    display: block;
    z-index: 9;
    margin-bottom: 0;
}
.navbar-header,
.navbar-left {
	float: left;
}
.navbar-cls-top .navbar-brand {
	color: #fff;
	text-align: center;
	height: auto;
	font-size: 25px;
	letter-spacing: 1px;
	padding:10px 20px;
}
.navbar-brand img {
	max-width: 100%;
	height: 20px;
	margin: 0 auto;
}
.team-name {
    margin-top: 8px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
}
.team-name h3 {
	margin: 0;
	font-size: 20px;
	color: #222;
}

.main-container{
    margin:0;
}
.menu-list {
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
  }
  .menu-list-items {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 16px;
  }
  .radio-div {
    position: relative;
    margin-left: 50px;
  }
  .radio-div:first-child {
    margin-left: 0;
  }
  .radio-div label {
    margin: 0;
    padding: 20px 5px;
    cursor: pointer;
    color: #565656;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 16px;
  }
  .custom-radio {
    -webkit-appearance: none;
    margin: 0px 6px 0px 0px !important;
    background: none;
    border: 1px solid #fff;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    outline: none !important;
    vertical-align: middle;
    margin-top: -3px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    cursor: pointer;
    display: none;
  }
  .custom-radio:checked {
    display: block;
    background-color: #fff;
    color: #03b88c;
    border-bottom: 4px solid #049fd9;
    height: auto;
    width: 100%;
    border-radius: 0;
    margin: 0 !important;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .radio-div:hover label {
    color: #272727;
  }
  .custom-radio:checked + label {
    color: #272727;
  }
.wrapper {
    width: 95%;
    margin:0 auto;
}
.section-header h2{
 font-size: 20px;
 margin: 0;
 padding:15px 0;
 color: #404040;
}
.box{
   padding:25px;
   background-color: #fff;
   box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
   border-radius: 4px;
}
.padding-none{
    padding: 0 !important;
}
.box-header {
    color: #282828;
    display: block;
    padding:20px 20px;
    position: relative;
}
.box-header h3 {
    color: #282828;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}
.acct-name{
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 25px;
  }
  .acct-name h2{
    font-size: 18px;
    color: #878a99;
    font-weight: normal;
    margin: 0;
  }
  .acct-name h2 span{
    font-family: 'Rubik';
    color: #000;
    font-size: 20px;
    font-weight: 500;
  }
  .lastUpdate{
    margin: 0;
    color: #878a99;
    font-size: 13px;
  }
  .lastUpdate span{
    font-family: 'Rubik';
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
  }
.summary-item h3 {
    text-align: center;
}
.summary-item span {
    font-family: 'Rubik';
    color: #000;
    font-size:2.5rem;
    padding-top: 15px;
    padding-bottom: 6px;
    display: block;
    font-weight: 500;
    text-align: center;
}
.summary-item-details{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    letter-spacing: 1px;
} 
.summary-item-details span.good{
    color: #4CAF50;
}
.summary-item-details span.critical {
    color: #F44336;
}
.portal_insights,
.reports{
    margin-top: 30px;
}
.section-header h4{
    font-size: 16px;
}
.filter select{
    min-width: 80px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    margin-left: 5px;
    border-radius: 4px;
    background: #fff;
}
.deviceOnboardReport .box-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.editAcct{
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url("../images/edit.png") no-repeat;
    background-position: center;
    background-size: 22px;
    vertical-align: middle;
    margin-left: 2px;
    margin-top: -2px;
    opacity: 0.5;
    cursor: pointer;
}
.no-data,
.loading-placeholder{
    display: none;
    text-align: center;
    font-size: 25px;
    padding: 15vh 0;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 85%);
    height: 95%;
    z-index: 1;
    color: #000;
    font-weight: bold;
}
.loading-placeholder{
    z-index: 9;
}
.deviceOnboardReport .box-body{
  position: relative;
}
/* Customer Search */
.customer-search .form-inline{ 
    display: flex;
    align-items: center;
    width: 100%;
    background: #ffffff;
    padding: 6%;
    border-radius: 5px;
    box-shadow: -1px 5px 1px #e0e1e9;
    -webkit-box-shadow: -1px 5px 1px #e0e1e9;
    -moz-box-shadow: -1px 5px 1px #e0e1e9;
    -o-box-shadow: -1px 5px 1px #e0e1e9;
}
.customer-search .form-inline label{ 
    display: block;
    margin: 0;
    margin-bottom: 10px;
    white-space: nowrap;
}
.customer-search .form-inline .form-control{ 
    display: block;
    width: 100%;
}
.customer-search .form-inline .btn-custom{ 
    margin-left: 15px !important;
    padding: 10px 30px !important;
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    outline: none !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    height: 42px;
}
.form-control{
    height: 42px;
    box-shadow: none;
    color: #222;
    font-size: 15px;
    max-width: 100%;
   }
.search-result-contaier{
    min-height: 60vh;
    max-height: 60vh;
    overflow: auto;
}
.loader-modal{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #FFF;
    z-index: 99;
}
.loader-modal-inner{
	display: -webkit-box;
	display: -moz-box;  
	display: -ms-flexbox; 
	display: -webkit-flex;
	display: flex; 
    align-items: center;
	justify-content: center;
	height: 100%;
    flex-direction: column;
}
.loader-indicator{
	display: inline-block;
	width: 40px;
    height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-top: 3px solid rgba(126,126,126,.3);
    border-right: 3px solid rgba(126,126,126,.3);
    border-bottom: 3px solid rgba(126,126,126,.3);
    border-left: 3px solid #7e7e7e;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.loader-modal-inner p{
  display: block;
  color: #686868;
  font-size: 16px;
  margin: 10px 0;
}
.no-result{
    display: none;
    text-align: center;
    font-size: 25px;
    padding: 15vh 0;
    color: #000;
    font-weight: bold;
}
.no-result h4{
    font-size: 2.5rem;
    color: #c5c5c5;
}
.no-result h4::before{
 content: "";
 display: block;
 width: 100px;
 height: 100px;
 background: url("../images/noData.png") no-repeat;
 background-position: center;
 background-size: contain;
 margin: 0 auto;
 opacity: 0.2;
 margin-bottom: 15px;
}
#searchClear{
    display: block;
    width: 42px;
    height: 42px;
    background:url("../images/clear.png") no-repeat;
    background-position: center;
    background-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0px;
    opacity: 0.2;
}

.modal-header {
    border-bottom-color: #d1d4e8;
    background-color: #f5f5f5;
    padding: 20px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-box-shadow: 0 5px 5px -5px rgb(204 204 204 / 50%);
    box-shadow: 0 5px 5px -5px rgb(204 204 204 / 50%);
}
.modal-header-left{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-header::before,
.modal-header::after{
 content: none;
}
.modal-header .close{
    float: none;
    margin: 0;
    margin-right: 20px;
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/back-btn.svg") center/contain no-repeat;
    border-radius: 2em;
    outline: 0;
    cursor: pointer;
    opacity: 1;
    outline: none;
    text-decoration: none;
}
.modal-title{
    font-weight: bold;
    font-size: 20px;
}
.modal-title label{
    font-weight: normal;
    font-size: 14px;
    /* display: block; */
    color: #858585;
    margin: 0;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}
#customerSearchModalview .customer-search .form-inline .btn-custom.btn-success{
 margin-left: 0 !important;
}
.tab-loader {
    display: none;
	position: absolute;
	left: 0px;
	top: 140px;
	width: 100%;
	height: 85vh;
	z-index: 9999;
	background: url('../images/loader.gif') 50% 50% no-repeat #edeef9;
	background-size: 80px;
}
.help-tooltip{
    position: absolute;
    top: 5px;
    right:5px;
}
.help-tooltip .tooltip-text{
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    visibility: hidden;
    width: 250px;
    background-color: #737272;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 10px;
    position: absolute;
    z-index: 1;
    bottom: 35px;
    left: -118px;
    opacity: 0;
    transition: opacity .8s;
}
.help-tooltip .tooltip-text.short-txt{
    text-align: center;
    width: 150px;
    left: -78px;
}
.help-tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    border-width: 8px;
    border-style: solid;
    border-color: #737272 transparent transparent;
}
.help-tooltip:hover .tooltip-text{
 visibility: visible;
 opacity: 1;
}
.infoIcon{
    display:block;
    width: 25px;
    height: 25px;
    border-radius: 2em;
  }
.infoIcon.Critical{
    background: #EE0000 url("../images/info.png") no-repeat center;
    background-size: 12px;
    animation: pulse-red 2s infinite;
}
@keyframes pulse-red {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 #EE0000;
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}
.summary-items-list .box{
 position: relative;
 margin-bottom: 30px;
}
.modal-backdrop.in {
    opacity: .8;
}
.flexItem{
    display: flex;
    justify-content: space-between;
}
.flexItem .flex-left{
    border-right: 1px solid #e8e8e8;
    width: 50%;
}
.flexItem div{
 width: 45%;
}
.flexItem .flex-right p{
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.flexItem .flex-right p span{
    padding: 0;
    font-size: 2.2rem;
}
.deviceOnboardReport .box{
    margin-bottom: 25px;
}
#ssidDetailsModalPopup .modal-dialog,
#orProfileDetailsModalPopup .modal-dialog,
#orSDKDetailsModalPopup .modal-dialog{
  width: 60%;
}
#ssidDetailsModalPopup .modal-body,
#orProfileDetailsModalPopup .modal-body,
#orSDKDetailsModalPopup .modal-body{
    max-height: 80vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 30px;
}
.modal-body table {
  box-shadow: 0px 1px 5px 2px rgb(0 0 0 / 5%);
}
.table>thead>tr>th{
    color: #fff;
    font-size: 15px;
    background: #2196F3;
    padding: 15px 15px;
    border: none !important;
    white-space: nowrap;
}
.table>tbody>tr>td{
    padding: 15px 15px;
    color: #656565;
    font-size: 14px;
    border: 1px solid #ebeef9;
    vertical-align: middle;
    white-space: nowrap;
}
.table>tbody>tr>td:last-child{
    white-space: normal;
    word-break: break-word;
}
.summary-item{
  text-align: center;
}
.summary-item #liveSSIDs,
.summary-item #orProfilesCount,
.summary-item #orSDKCount{
  display: inline-block;
  pointer-events: none;
}
.summary-item .ShowSSIDList,
.summary-item .ShowORprofileList,
.summary-item .ShowORSDKList{
 pointer-events: initial !important;
 cursor: pointer;
}
.ShowSSIDList:hover,
.ShowORprofileList:hover,
.ShowORSDKList:hover,
#connectorsCount:hover{
 color: #049fd9;
 cursor: pointer;
}
.filterOptions p{
 margin: 0;
}
.filterbyLogType{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.filterbyLogType li{
    list-style: none;
    padding: 12px 0;
    margin-left: 35px;
}
.filterbyLogType li:first-child{
 margin-left: 0;
}
.filterbyLogType li .checkbox-inline{
    padding-left: 40px;
    font-size: 14px;
    line-height: 32px;
}
.filterbyLogType li .checkbox-inline input[type=checkbox]{
    margin-left: -30px;
}
.custom_checkbox {
    -webkit-appearance: none;
    margin: 0px 6px 0px 0px;
    background-color: #fff;
    border: 1px solid #898989;
    display: inline-block;
    position: relative;
    outline: none !important;
    vertical-align: middle;
    margin-top: -3px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    border-radius: 2px;
}

.custom_checkbox:checked {
    background-color: #fff;
    color: #03b88c;
    border: 2px solid #03b88c;
}

.custom_checkbox:checked:after {
    content: ' ';
    width: 7px;
    height: 13px;
    position: absolute;
    top: 1px;
    left: 6px;
    border: solid #03b88c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.custom-panel-group.panel-group .panel{
 display: none;
}
.custom-panel-group .panel-default>.panel-heading{
    padding: 0;
}
.custom-panel-group .panel-title{
    font-size: 16px;
}
.custom-panel-group .panel+.panel {
    margin-top: 20px;
}
.custom-panel-group .panel-title>a{
    padding: 16px 15px;
    display: block;
    font-weight: bold;
    text-decoration: none;
}
.custom-panel-group .panel-title>a:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/down-arrow.png") no-repeat center;
    background-size: contain;
    float: right;
    transform: rotate(180deg);
    opacity: 0.5;
}
.custom-panel-group .panel-title>a.collapsed::after{
    transform: rotate(0deg);
}
.custom-panel-group .loader-modal{
  position: static;
}
.custom-panel-group .panel-body pre{
    background: #fff;
    border: none;
    padding-top: 0;
    font-size: 11px;
}
.orProfileDetailsContainer .table>thead>tr>th{
    background: #673AB7;
}
.orSDKDetailsContainer .table>thead>tr>th{
    background: #3F51B5;
}
#cpSummaryDetailsComponent{
    position: relative;
}
#acct_search{
    display: none;
    max-width: 600px;
    margin: 0 auto;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
}
#acct_search::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 134px;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0.8;
}
#acct_search .modal-content{
 z-index: 9;
}
#radiusStatus{
    font-size: 2rem;
    padding-top: 18px;
    padding-bottom: 10px;
}
.table>tbody>tr>td table tr td{
    border: 1px solid #ebeef9;
    border-left: none;
}
.table>tbody>tr>td table tr td:last-child {
 border-bottom: none;
}
.runScriptBtn{
    text-align: center;
    padding: 3%;
}
.btn-shadow {
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    outline: none !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    padding: 15px 40px;
    font-size: 20px;
}
.custom-table-view table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.custom-table-view table th {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: rgba(255, 255, 255, 0.95);
    padding: 15px 15px !important;
    text-align: left;
    background: #607d8b;
    outline: none;
    border-left: 1px solid #597786;
    border-bottom: 1px solid #597786;
}
.custom-table-view table th.border-top-none {
    border-top: none;
}
.custom-table-view table td {
    font-size: 14px;
    color: #252525;
    padding: 15px 15px !important;
    text-align: left;
    vertical-align: middle !important;
    border: 1px solid rgb(0 0 0 / 12%);
    border-top: none;
    border-left: none;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    bottom: 12px;
}
.dataTables_filter .form-control {
    height: 35px;
}
.reports-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-report{
    padding: 10px 15px;
    display: block;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px;
}
.btn-report:before {
    display: inline-block;
    /* content: "";
    width: 20px;
    height: 20px;
    background-image: url("../images/report.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; */
    vertical-align: top;
    margin-right: 8px;
    content: "\e185";
    font-family: 'Glyphicons Halflings';
}
#detailReportsModalPopup .modal-dialog{
    width: 95%;
}
#detailReportsModalPopup .box-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.filter label{
    font-weight: normal;
    margin: 0;
    color: #757575;
}
#detailReportsModalPopup .filter select{
    min-width: 100px;
    padding: 8px 15px;
}
.cpDetailsReports-section .box{
 box-shadow: none;
}
.cpDetailsReports-section .box-body{
    position: relative;
    border: 1px solid #e5e5e5;
}
.btn-accessCode{
    margin-top: 24px;
}
.btn-accessCode i{
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
    font-style: normal;
}
.summary-items-list .row{
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.deviceOnboardReport{
    margin-top: 0;
}
.search-filter{
    width: 25%;
    float: right;
    margin-bottom: 20px;
}
.bandwidthDetails{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.bandwidthDetails div{
  text-align: center;
  padding-left: 15px;
}
.bandwidthDetails div:first-child{
 padding-left: 0;
}
.bandwidthDetails div span{
    font-family: 'Rubik';
    line-height: 0;
    color: #444;
}
.bandwidthDetails div label{
    margin: 0;
    display: block;
    line-height: 16px;
    font-weight: normal;
    font-size: 12px;
}
.sessionDuration{
    font-family: 'Rubik';
}
.sessionDuration i{
    font-family: 'Conv_TTNorms-Regular';
    font-style: normal;
}
span.status{
    text-transform: uppercase;
}
span.status.up{
    color: #4CAF50;
}
span.status.down{
    color: #EE0000;
}
span.status:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    border-radius: 2em;
    margin-right: 6px;
}
span.status.up:before{
    background: #4CAF50 url("../images/success.png") no-repeat center;
    background-size:14px;
}
span.status.down:before{
    background: #EE0000 url("../images/down.png") no-repeat center;
    background-size: 8px;
    animation: pulse-red 2s infinite;
}
@keyframes pulse-red {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 #EE0000;
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}
#connectorDetailsModalPopup .table>thead>tr>th,
#connectorDetailsModalPopup .table>tbody>tr>td{
 text-align: center;
}
#connectorDetailsModalPopup .table>thead>tr>th{
    background: #2196F3;
    border: 1px solid #51aaf0 !important;
}
.accounts_insights .summary-items-list .row{
    flex-flow: initial;
    justify-content: space-between;
}
.fh-lag-summary .row{
    display: flex;
    flex-wrap: wrap;
}
.fh-lag-summary .col-md-2 {
    width: 33%;
    margin-bottom: 20px;
    padding: 0 12px;
}
.fh-lag-summary .box{
 padding: 20px;
}
.fh-lag-summary .box h4{
    margin-top: 0;
    font-size: 15px;
    color: #858585;
    font-weight: normal;
}
.fh-lag-summary .box h4 b{
    text-transform: uppercase;
    font-family: "Rubik";
    color: #000;
    font-size: 15px;
}
.fh-lag-summary .box-header{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fh-lag-summary .help-tooltip{
    top: 0;
    right: 0;
}
.fh-lag-summary .infoSign{
    opacity: 0.3;
    font-size: 14px;
}
.fh-lag-summary .help-tooltip .tooltip-text{
    background: #fff;
    box-shadow: 5px 5px 10px #cacaca;
    color: #666666;
    text-align: left;
    bottom: 25px;
    left: -175px;
}
.fh-lag-summary .help-tooltip .tooltip-text::after{
 left: 70%;
}
.fh-lag-summary .help-tooltip .tooltip-text::after{
    border-color: #ffffff transparent transparent;
}
.fh-lag-summary .help-tooltip .tooltip-text ul{
    margin: 0;
    list-style: none;
}
.fh-lag-summary .help-tooltip .tooltip-text ul li{
    margin: 10px 0;
}
.fh-lag-summary .help-tooltip .tooltip-text ul li span.thresholdType::before{
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #888;
    content: "";
    border-radius: 2em;
    vertical-align: text-bottom;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.fh-lag-summary .help-tooltip .tooltip-text ul li span.thresholdGreen{
 color: #32CD32;
 font-weight: bold;
}
.fh-lag-summary .help-tooltip .tooltip-text ul li span.thresholdYellow{
color: #FFC107;
font-weight: bold;
}
.fh-lag-summary .help-tooltip .tooltip-text ul li span.thresholdRed{
color: #EF3936;
font-weight: bold;
}
.fh-lag-summary .help-tooltip .tooltip-text ul li span.thresholdType.thresholdGreen::before{
 background: #32CD32;
}
.fh-lag-summary .help-tooltip .tooltip-text ul li span.thresholdType.thresholdYellow::before{
 background: #FFC107;
}
.fh-lag-summary .help-tooltip .tooltip-text ul li span.thresholdType.thresholdRed::before{
 background: #EF3936;
}
.modal-header-right ul{
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
    font-size: 16px;
}
.modal-header-right ul li{
 margin-left: 30px;
}
.modal-header-right ul li:first-child{
 margin-left: 0;
}
.modal-header-right ul li span{
    text-transform: uppercase;
    font-family: "Rubik";
    color: #000;
}
.modal-header.thresholdRed{
 background: #EF3936;
}
.modal-header.thresholdYellow{
    background: #FFC107;
   }
.modal-header.thresholdYellow .modal-title,
.modal-header.thresholdYellow .modal-header-right ul li span,
.modal-header.thresholdYellow .modal-header-right ul,
.modal-header.thresholdRed .modal-title,
.modal-header.thresholdRed .modal-header-right ul li span,
.modal-header.thresholdRed .modal-header-right ul{
  color: #fff;
}
.fh-sub-components{
    margin:15px 0;
}
.fh-sub-components h3{
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
}
.fh-sub-components .box{
    padding: 0;
    background: #f8f8f8;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}
.fh-sub-components .box-header h4{
    margin: 0;
    font-size: 16px;
    color: #454545;
}
.fh-sub-components .box-body{
    padding: 20px;
    padding-top: 0;
}
.fh-sub-components .box-body ul{
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fh-sub-components .box-body ul li b{
    display: block;
    font-size: 20px;
    font-family: "Rubik";
    text-align: center;
}
.fh-sub-components .box-body ul li span{
    display: inline-block;
    font-size: 12px;
    line-height: 1.4em;
    color: #656565;
}
.fh-sub-components .box-body ul li.up b{
   color: #4CAF50;
}
.fh-sub-components .box-body ul li.caution b{
    color: #FFC107;
}
.fh-sub-components .box-body ul li.down b{
    color: #EF3936;
}
