@font-face {
	font-family: 'Aleck Regular';
	src: url(../fonts/ATTAleckSans_W_Rg.eot);
	src: url(../fonts/ATTAleckSans_W_Rg.eot?#iefix)
		format('embedded-opentype'), url(../fonts/ATTAleckSans_W_Rg.woff2)
		format('woff2'), url(../fonts/ATTAleckSans_W_Rg.woff) format('woff'),
		url(../fonts/ATTAleckSans_W_Rg.ttf) format('truetype'),
		url(../fonts/ATTAleckSans_W_Rg.svg) format('svg')
}
@font-face {
            font-family: 'ClearviewATT-bold';
            src: url(../fonts/ClearviewATT-Bd.eot);
			src: url(../fonts/ClearviewATT-Bd.eot?#iefix)
			format('woff2'), url(../fonts/ClearviewATT-Bd.woff) format('woff'),
			url(../fonts/ClearviewATT-Bd.ttf) format('truetype'),
			url(../fonts/ClearviewATT-Bd.svg) format('svg')
            }
@font-face {
            font-family: 'ClearviewATT-Book';
            src: url(../fonts/ClearviewATT-Bk.eot);
			src: url(../fonts/ClearviewATT-Bk.eot?#iefix)
			format('woff2'), url(../fonts/ClearviewATT-Bk.woff) format('woff'),
			url(../fonts/ClearviewATT-Bk.ttf) format('truetype'),
			url(../fonts/ClearviewATT-Bk.svg) format('svg')
            }            
  

body {
	font-family: 'Aleck Regular', sans-serif;
	background: #f7f8f9
}

.whiteSpacePreWrap{
	white-space: pre-wrap;
}

.whiteSpacePre{
	white-space: pre;
}
.floatLeft{
	float:left;
}
.floatRight{
float: right;
}
.mb1{
margin-bottom:1px;	
}

.pd40{
	padding: 40px;
}

input[type="search" i] {
	padding: 5px 12px;
}

.displayFlowRoot{
	display: flow-root;
}

.displayFlex{
	display: flex;
}
.page_container {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	padding-top: 20px;
}

.userDetailsTablePermissionsPage table{
	border: none !important;
}

.editFirmwareModal{
	max-height: 890px !important;
	display: block;
	overflow: auto;	
	font-family: Aleck Regular;
}

.userDetailsTablePermissionsPage td {
	background: white !important;
	text-align: center;
}
.userDetailsTablePermissionsPage th {
	text-align: center;
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,
	table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before
	{
	text-indent: 0px !important;
	margin-left: 2px;
	margin-top: 4px; 
}

.panelStyling {
	background-color: #FFFFFF;
	padding: 18px;
	border-radius : 10px;
}
.panelWithStyling {
	background-color: #FFFFFF;
	padding: 20px;
	border-radius : 9px;
	border:1px solid #979797;
}

.panelWithStyleGuide {
	background-color: #FFFFFF;
	padding: 15px;
	border-radius : 10px;
	border : 1px solid #D2D2D2;
}
.panelcolor{
	border : 1px solid #0568AE ;
}

.panelWithStyleGuide button.dt-button,div.dt-button,a.dt-button {
	padding: 5px 20px !important;
	min-height: 30px;
	max-height: 30px;
	font-size: 14px !important;
	height: 30px;
	border-radius: 4px !important;
	margin-right: 0 !important;
}

.panelWithStyleGuide select{
	min-height: 30px !important;
	max-height: 33px;
	height: 30px;
	border-radius: 4px; 
}

.datausageblock {
	padding-top: 4px;
}
.loadAuditbtn{
	padding-top:4px !important;
}
.panelWithStyleGuide .checkboxAlignment label {
  padding-right: 10px;
}
.panelWithStyleGuide .checkboxAlignment input[type=checkbox] {
  margin-right: 5px;
  margin-bottom: 4px;
  margin-top: 5px;
  vertical-align: middle;
}
.panelWithStyleGuide .checkboxAlignment label span {
  vertical-align: middle;
}

.customFilterOneBtn {
	position: absolute;
	left: 130px;
	z-index: 1;
}

.checkboxAlignment{
	position: absolute;
	right:280px;
	z-index: 1;
}

.checkboxAlignment input[type=checkbox]{
	height: 20px;
	width: 20px;
	margin-right: 11px;
	margin-bottom: 0;
}

.checkboxAlignment label{
	margin-bottom: 0;
	margin-right: 12px;
	font-weight: lighter;
	font-size: 16px;
}

.panelWithStyleGuide .dataTables_wrapper .dataTables_filter input[type="search" i]{
	height: 30px; 
    width: 190px;
	padding: 5px 12px;
	margin: 0;
	margin-left: 0.5em;
	border: 1px solid #979797;
	font-weight: normal;
}

.panelWithStyleGuide .dataTables_filter label{
	margin-bottom: 0;
}

.panelWithStyleGuide .dataTables_info{
	padding-top: 18px !important;
}

.panelWithStyleGuide .dataTables_wrapper .dataTables_paginate {
	padding-top: 10px;
}

.panelWithStyleGuide .dataTables_wrapper .dataTables_paginate .paginate_button{
	border-radius: 4px;
}

.panelWithStyleGuide table.dataTable.compact thead th, table.dataTable.compact thead td{
	padding: 20px 20px 10px 8px !important;
}

.panelWithStyleGuide table{
	color: #4a4a4a;
	padding-top: 30px;
}

.display-flexStyle{
	display: flex;
}
.display-flex-justifyContent{
	display: flex;
	justify-content: space-between;
}
.dropDownStyling{
	font-family: Aleck Regular;
	font-size: 14px;
	color: #444444;
	line-height: 13px;
}

.pngModalContentStyling {
	display: flex;
	flex-wrap: nowrap;
}

.pngModalContentStyling>div {
	flex-grow: 1;
}

.pngModalContentStyling label{
	margin-bottom: 10px;
	display: block;
	font-size: 18px;
}

.pngModalContentStyling input{
	height: 30px;
}

.regressiveButtonSmall{
	padding: 8px 15px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background: #5A5A5A;
	border-radius: 4px;
}

.regressiveButtonSmall:hover{
		padding: 8px 15px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background: #5A5A5A;
	border-radius: 4px;
}

.primaryButtonSmall{
	padding: 6px 8px;
	background: #0568AE;
	border: 1px solid #0568AE;
	border-radius: 4px;
	color: #FFFFFF !important;
}

.primaryButtonSmall:hover{
		padding: 8px 15px;
	background: #0568AE;
	border: 1px solid #0568AE;
	border-radius: 4px;
	color: #FFFFFF !important;
}

thead tr .details-control {
	background-image: none;
}

.testImage img:hover {
	background-image: url('../images/fav_hover.svg');
}

.favoriteImage {
	position: relative;
	display: inline-block;
}

.favoriteImage .img-top {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.favoriteImage:hover .img-top {
	display: inline;
}

.top-align {
	padding-top: 16px;
}

.home {
	margin-left: 9px;
}

.float-right{
	float: right;
}

a, a:active, a:hover, a:focus {
	text-decoration: none;
}


.btn-search {
	background: #424242;
	border-radius: 0;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #1c1c1c;
}

.btn-search:link, .btn-search:visited {
	color: #fff;
}

.btn-search:active, .btn-search:hover {
	background: #1c1c1c;
	color: #fff;
}

.venueBox {
	max-width: 1024px;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 20px;
}

.image1 {
	background-image: url(../images/elipsis.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-bottom: 10px;
}

img {
	width: 15px;
}

.modalLink {
	font-size: 14px;
	color: #0568AE;
	line-height: 18px;
}

.subsectionTitle {
	font-family: ClearviewATT-Book;
	font-size: 20px;
	color: #444444;
	line-height: 13px;
	margin-bottom: 0px;
	text-align: right;
}

.key {
	font-family: ClearviewATT-Bold;
	font-size: 16px;
	color: #4A4A4A;
	line-height: 18px;
}

.modalTitle {
	font-family: ClearviewATT-Book;
	font-size: 24px;
	color: #444444;
	line-height: 13px;
}

.modalBody {
	font-family: ClearviewATT-Book;
	font-size: 12px;
	color: #4A4A4A;
	white-space: pre-wrap;
	text-align: left;
	font-family: monospace;
	padding: 15px;
	height:600px;
	overflow:auto;
}

.modalButton {
	background-color: #157FFB;
	border-color: #ccc;
	font-family: ClearviewATT-Book;
	font-size: 24px;
	color: #FFFFFF;
}

.modalLoadingStyles {
	width: 65%;
	margin: 0 auto;
	padding: 300px 0;
}

.highlighted {
	background-color: yellow;
}

.listParentDiv {
	width: 100%;
	position: relative;
	display: table;
}

.listKeyDiv {
	display: table-cell;
	
	
	font-weight: bold;
	color: #999999;
}

.listValueDiv {
	display: table-cell;
	
	font-weight: bold;
}

.no-gutter>[class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.text-grey {
	color: #999999;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.margin-bottom-0 {
	margin-bottom: 0px;
}

.isDisabled {
	color: grey;
	font-weight: bold;
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.9;
	text-decoration: none;
}

a.isDisabled:hover {
	cursor: not-allowed;
}

.errorIcon {
	height: 50px;
	width: 50px
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before {
	background-color: #2493C5 !important;
}

.error-text {
	color: #990000
}

#customFilter {
	width: 710px;
	margin-left: 58px;
	z-index: 10;
	position: absolute;
}

#customFilterInstallationTracker {
	width: 710px;
	padding-left: 58px;
	z-index: 1;
	position: relative;
	float: left;
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	opacity: unset !important;
}

.tooltip .tooltiptext {
	width: 120px;
	background-color: #ffffff;
	color: black;
	text-align: left;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: -10px;
	left: 110%;
	border: 1px solid black;
	width: 205px;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 3%;
	right: 100%;
	margin-top: -5px;
	border-width: 7px;
	border-style: solid;
	border-color: transparent black transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.tooltip #content {
	padding: 5px;
}

#mark {
	height: 12px;
	width: 12px;
}

.preWrap {
	white-space: pre-line;
	background: none;
	border: none;
	font: inherit;
}

.table-cell {
	width: 529px;
	color: #4A4A4A;
	font-size: 12px;
	padding: 4px 0px 4px 0px !important;
}

.reportModalPanelHeading{
	font-family: Aleck Regular;
    font-size: 20px;
    color: #444444;
    line-height: 13px;
}

ul.reportList {
	font-size: 15px;
    color: #0568AE;
    line-height: 18px;
	font-weight: bold;
	list-style: none;
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}

.table-cell-span {
	display: inline-block;
	width: 110px;
	text-align: left;
}

.table-cell-span1 {
	display: inline-block;
	width: 110px;
	text-align: left;
	margin-left: 29px;
}

.table-cell-span2 {
	display: inline-block;
	width: 140px;
	text-align: left;
}

.bgColorPingSweepModal {
	background-color: #f7f6f6;
}

.minHeight20 {
	min-height: 20px;
}

.minHeight34 {
	min-height: 34px;
}

.width169{
	width:169px;
}
.minHeight64 {
	min-height: 64px;
}

.minHeight102 {
	min-height: 102px;
}

.minHeight300{
	min-height: 300px;
}

.minHeight530 {
	min-height: 530px;
}

.customFilterRight {
	position: absolute;
	right: 250px;
	z-index: 1;
}
.customFilterRightps{
		position: absolute;
	right: 20px;
	z-index: 1;
	
}

.customFilterLeft {
	position: absolute;
	z-index: 1;
}

.customFilter {
	position: absolute;
	left: 150px;
	z-index: 1;
}

.customFilterWithButton {
	position: absolute;
	z-index: 1;
}

.width20 {
	width: 20px;
}

.width18 {
	width: 18px;
}

.width19 {
	width: 19px;
}

.w250{
	width:250px;
}

.width237 {
	width: 237px !important;
}

.width250 {
	width: 230px;
}

.width275 {
	width: 275px;
}

.width510 {
	width: 510px;
}

.width40per{
	width: 40%;
}

.width55per{
	width: 55%;
}

.widthPercent80 {
	width: 80%;
}
.width1000{
	width: 1000px;
}
.width97{
	width: 97px;
}
.width240{
	width: 240px;
}

.errorBGColor {
	background-color: #F6D6D6;
}

.mtminus26{
	margin-top: -26px;
}

.mt0 {
	margin-top: 0;
}

.mt5 {
	margin-top: 5px;
}
.mt15{
	margin-top: 15px;
}

.mt31{
	margin-top: 31px;
}

.mb0 {
	margin-bottom: 0;
}

.ml14 {
	margin-left: 14px;
}

.ml15 {
	margin-left: 15px;
}

.mt6 {
	margin-top: 6px;
}

.mbHalf6 {
	margin-bottom: 6.5px;
}

.pl0 {
	padding-left: 0 !important;
}

.pl15 {
	padding-left: 15px;
}
.pl16 {
	padding-left: 16px;
}

.pl20{
	padding-left: 20px;
}

.pl5 {
	padding-left: 5px;
}

.pl57 {
	padding-left: 57px;
}

.pl25{
	padding-left: 25px !important;
}

.pl27{
	padding-left: 27px ;
}

.pt96{
	padding-top:96px;
}

.pr15 {
	padding-right: 15px;
}

.pr25 {
	padding-right: 25px;
}

.pr13 {
	padding-right: 13px;
}

.pl12{
	padding-left: 12px;
}
.pl30 {
	padding-left: 30px;
}

.pr0 {
	padding-right: 0 !important;
}

.pr40 {
	padding-right: 40px;
}

.pr45 {
	padding-right: 45px !important;
}

.mb25 {
	margin-bottom: 25px;
}

.mb26 {
	margin-bottom: 26px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb39{
	margin-bottom : 39px;	
}

.mr0 {
	margin-right: 0;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.ml0 {
	margin-left: 0;
}

.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px !important;
}

.ml21 {
	margin-left: 21px;
}

.ml37 {
	margin-left: 37px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml40 {
	margin-left: 40px;
}
.ml100 {
	margin-left: 100px;
}

.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}

.ml45 {
	margin-left: 45px;
}

.ml50 {
	margin-left: 50px;
}

.ml25 {
	margin-left: 25px !important;
}

.mr25 {
	margin-right: 25px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mr21 {
	margin-right: 21px ;
}

.ml180 {
	margin-left: 180px;
}

.ml250 {
	margin-left: 250px !important;
}

.width994{
	width:994px;
}
.pt0 {
	padding-top: 0 !important;
}

.pt5{
	padding-top:5px;
}

.pt10 {
	padding-top: 10px !important;
}
.pt30 {
	padding-top: 30px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt6 {
	padding-top: 6px;
}

.pt15 {
	padding-top: 15px;
}

.pt12 {
	padding-top: 12px;
}

.pt80 {
	padding-top: 80px;
}
.pt8 {
	padding-top: 8px;
}

.pb1{
	padding-bottom:1px;
}

.pb2{
	padding-bottom:2px;
}

.pb5{
	padding-bottom:5px;
}

.pb18{
	padding-bottom:18px;
}

.pb38{
	padding-bottom:38px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb53{
	padding-bottom:53px;	
}

.pb55{
	padding-bottom: 55px;
}

.pb39 {
	padding-bottom: 39px;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px;
}

.mr20 {
	margin-right: 20px;
}
.p0 {
	padding: 0px;
}
.p5 {
	padding: 5px;
}

.p10{
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px;
}

.p25 {
	padding: 25px;
}
.p40 {
	padding: 40px;
}
.fs22 {
	font-size: 22px;
}
.fs14 {
	font-size: 14px;
}
.fs12 {
	font-size: 12px;
}
.fs24 {
	font-size: 24px;
}
.fs18 {
	font-size: 18px;
}
.fs16 {
	font-size: 16px;
}


.textCenter{
	text-align: center;
}

.noBorderTop {
	border-top: none !important;
}

.borderTopGreen {
	border-top: 1px solid #417505 !important;
}

.colorGreen {
	color: #417505;
}

.horizontalLineAlignement {
	position: relative;
	top: -5px;
}

.colorWhite {
	color: white !important;
}

.mb5 {
	margin-bottom: 5px;
}

.mb4{
	margin-bottom: 4px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb10imp{
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb21 {
	margin-bottom: 21px;
}

.mt10 {
	margin-top: 10px !important;
}

.mt12{
	margin-top: 12px;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px;
}

.mt38{
	margin-top: 38px;	
}

.mt40 {
	margin-top: 40px;
}

.mt42{
	margin-top: 42px;
}

.mt50 {
	margin-top: 50px !important;
}

.noResize {
	resize: none;
}

.width125 {
	width: 125px;
}
.width133 {
	width: 133px;
}
.width198{
	width:198px;	
}

.width50per{
	width: 50%;
}

.width50{
	width: 50px;
}


.width20per{
	width: 20%;
}
.width30per{
	width: 30%;
}

.width177 {
	width: 176px;
}

.width120 {
	min-width: 120px !important;
	max-width: 120px !important;
}

.width100per{
	width: 100%;
}

.width140 {
	min-width: 140px !important;
	max-width: 140px !important;
}

.width160 {
	min-width: 160px !important;
	max-width: 160px !important;
}

.width190{
	min-width: 190px !important;
	max-width: 190px !important;
}

.width110 {
	min-width: 110px !important;
	max-width: 110px !important;
}

.width200 {
	width: 200px;
}

.width270 {
	width: 270px;
}

.width300 {
	width: 300px;
}

.width570{
	width:570px;
}

.minWidth954 {
	min-width: 954px;
}

.btnSecondary{
	background-color: #666666;
	color: white !important;
}

.minWidth140 {
	min-width: 140px;
}
.minWidth193 {
	min-width: 193px;
}
.minWidth377 {
	min-width: 377px;
}
.maxWidth190 {
	max-width: 190px;
}
.maxWidth100 {
	max-width: 100px;
}
.maxWidth88 {
	min-width: 88px;
}

.br0 {
	border-radius: 0;
}
.inputTypeStyling {
	min-height: 34px;
	background: #FFFFFF;
	border: 1px solid #888888;
	border-radius: 4px;
}
.modalLabelStyling{
	font-family: Aleck Regular;
	font-size: 18px;
	color: #444444;
	text-align: left;
	line-height: 18px;
}
td.whiteSpacePre {
	white-space: pre !important;
}

.collapsedStyling {
	border : 1px solid #0568AE ;
}

.expandedSyling {
	border: 1px solid grey;
}

.expandedSyling .pingSweepHistoryPanel {
	margin-top: 15px;
}

.pingSweepHistoryPanel {
	border-top: 1px solid grey;
}

.venueStatusPanel {
	min-width: 660px;
	max-width: 660px;
	margin-right: 20px;
	font-size: 18px;
}

.venueStatusPanel .row {
	line-height: 22px;
}

.deviceStatusPanel {
	min-width: 314px;
	max-width: 314px;
	min-height: 10rem;
	
}

.deviceStatusLableStyle {
	line-height: 22px;
	font-size: 18px;
	color: #444444;
}

.individualPanel {
	padding: 20px;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #0568AE;
}

.individualPanelDT {
	background-color: #FFFFFF;
	border: 1px solid #9B9B9B;
	padding:10px;
}

.individualPanelBlue {
	padding: 10px 20px 20px 20px;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #067AB4;
	height: 190px;
}

.individualPanelBlueGraph {
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #067AB4;
	height: 210px;
}

#bandwidthUsage, #bandwidthUtilization{
    position: relative;
    top: -20px;
}

.individualPanelMSS {
    padding: 10px 20px 20px 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #067AB4;
    height: 320px;
}

.individualPanel img {
	margin-right: 7px;
}

.wh14 img {
	width: 14px;
	height: 14px;
}

.individualPanel .partial {
	color: #f5a623;
	font-size: 18px;
	line-height: 22px;
}

.individualPanel .down {
	color: #d0021b;
	font-size: 18px;
	line-height: 22px;
}

.individualPanel .none {
	color: #9b9b9b;
	font-size: 18px;
	line-height: 22px;
}

.individualPanel .up, .individualPanel .boaActive {
	color: #4ca90c;
	font-size: 18px;
	line-height: 22px;
}

.modalFiltersStyling {
	z-index: 1;
}

ul.pingSweepHistoryStyling {
	list-style: none;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

ul.speedTestHistoryStyling {
	list-style: none;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	font-size: 12px;
	display: inline;
}

.bulkUploadStyling {
	left: 15px;
	width: 100px;
	opacity: 0;
	position: absolute;
	height: 34px;
	top: 0;
}

.brandColor {
	color: #1EAEDB;
}

.navOverride {
    position: absolute;
    padding-top: 5px;
    width: 195px;
    top: 77px;
    font-size: 16px;
    z-index: 10;
}

.navOverride .nav>li>a {
	
    padding: 0px 0px 12px 15px !important;
}

.navOverride .nav>li:last-child>a {
	 padding-bottom: 20px !important;
}

.navOverride .nav>li>a:focus, .navOverride .nav>li>a:hover {
	background-color: transparent;
	color: white;
}
.modalclose {
	width: 20px;
}

.navOverride .nav a {
	color: #9B9B9B;
}

#showinstalltracker .dataTables_filter input {
	border: 1px solid #979797;
	margin-bottom: 27px;
}

.csvUploadButton {
	width: 113px;
	height: 21.1px;
	float: right;
	opacity: 0;
	overflow: hidden;
	position: relative;
	padding: 20px;
	z-index: 1;
}

.CSVUploadButtonOverridden {
	float: right;
	position: relative;
	left: 112px;
	border: 1px solid #069;
	border-radius: 6px;
	width: 112px;
	padding: 9px;
	color: #337ab7;
	text-align: center
}

.customFilterFirmwareUpgradedDevices {
	position: absolute;
	left: 115px;
	z-index: 1;
}

.bulkUpdateBetaText {
	color: #337ab7
}

.super-script {
	color: #FFA500
}

.pageOpened {
	color: #ffffff !important;
	font-weight: 500;
}
/* Loading spinner styling starts */
.loader {
	border: 5px solid #087ac2;
	border-radius: 50%;
	border-top: 5px solid #f3f3f3;
	width: 40px;
	height: 40px;
	-webkit-animation: spin 1s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
}

.loadermini {
	border: 5px solid #087ac2;
	border-radius: 50%;
	border-top: 5px solid #f3f3f3;
	width: 20px;
	height: 20px;
	-webkit-animation: spin 1s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Loading spinner styling ends */

.base-line-text {
	line-height: 2;
}
.marginAuto {
	margin: auto;
}

.mt175{
	margin-top: 175px;
}

.mt230 {
	margin-top: 230px !important;
}

img.favIcon {
	height: 17px;
}

.datatable-in-modal {
	width: 658px !important;
	font-size: 12px;
}

.ht40 {
	height: 40px;
}
.ht20 {
	height: 20px;
}

.ht30{
	height: 30px;
}
.ht210{
	height: 210px;
}
.lh13 {
	line-height: 13px;
}

.lhFitHeadSm {
	line-height: 1.3 !important;
}

.lh29 {
	line-height: 29px;
}

.lh25 {
	line-height: 25px;
}

.lh12{
	line-height: 12px;
}

.lh14 {
	line-height: 14px;
}

.lh16{
	line-height: 16px;
}

.lh18{
	line-height: 18px;	
}

.pt16{
	padding-top: 16px;	
}

.pt18{
	padding-top: 18px;	
}

.pt37{
	padding-top: 37px;
}

.pt39{
	padding-top: 39px;
}

.pt95{
	padding-top: 95px;
}

.bulk-update-modal {
	/* height:607px !important; */
	width: 882px !important;
}

.width225 {
	width: 225px;
}

.ht50 {
	height: 50px;
}
.ht30 {
	height: 30px;
}

.width140 {
	width: 225px;
}

.ml731{
margin-left: 731px;	
}

.ml7{
margin-left: 7px;	
}

.modal-footer-bulkUpdate {
	padding: 15px;
	text-align: right;
}

.blue-color {
	color: #FFFFFF;
}

.loadingColor {
	background-color: #5bc0de;
}

.black-color {
	color: #444444;
}

.lh13 {
	line-height: 13px;
}

.lh14 {
	line-height: 14px;
}
.d-lg-none{
	display: none;
}
.fs22 {
	font-size: 22px;
}

.cancel-color {
	background: #666666;
	border-color: #666666;
}

.modal-datatable table.dataTable thead th, table.dataTable thead td {
	border-bottom: 1px solid #9B9B9B;
}

.modal-datatable table.dataTable.no-footer {
	border-bottom: 1px solid #9B9B9B;
}

.bold-text {
	font-weight: bold;
}

.fontFamily {
	font-family: Aleck Regular;
}

.modal-datatable .dataTables_info {
	margin-left: 86px !important;
}

.modal-datatable .dataTables_paginate {
	margin-right: 72px !important;
}


.inline-field input,
.inline-field label {
  display: inline-block;
  margin-bottom: 0; 
  vertical-align: middle;
  font-size:16px; 
}

.tunnelSummary {
	position: relative;
	left: 100px;
	top: 25px;
	display: none
}

.privateViewTab .ticketsTab .overviewTab .historyTab .configurationTab .asBuiltsTab .dashBoardTab .dashBoardTicketTab{
	background: #f7f8f9;
}


@-moz-document url-prefix() {
    .columnWidthFirefox {
width: 513px !important;    
    }
}
.firmwareModalItemsList{
	float:left;
	list-style-type: none; 
	margin: 0;
	padding: 0;
}
.firmwareModalItemsValueList{
	
	float:left;
	list-style-type: none; 
	margin: 0;
	text-align: center;
	padding-left: 7%;
}
.listItems{
	padding-bottom:10px;
	
}
.listItemsValue{
	padding-bottom:10px;
	
}
.modalContent{
	    padding: 1% 4% 0px 4%;
	
}
.modal-body {
	    border-bottom: 1px solid #e5e5e5
	
}
.firmwareSelectVersion{
	padding: 1% 4% 0px 4%;
    text-align: right;
}
.optionBackgroundWhite{
	background-color: white;
	
}
.updateResponse
{
    margin-top: 10px;
    display:none;
}
.modalHead{    font-size: 25px;
    padding-bottom: 2%;
}
.uploadLabel, .downloadLabel{
	
	    font-weight: 600;
	        font-size: 2em;
}

.downloadLabel{
padding-left: 26%;	
}
.speedText{
font-size: 25px;
}
.modalContainer{
	    padding: 3%;
	width: 100%;
}
.customFilterWithSummary{
	    position: absolute;
		left: 125px;
		padding-top: 5px;
		z-index: 1;
}
.closeModal{
    border: 1px double #101010 !important;
    border-radius: 50%;
}

.noModalBorder{
	border-bottom:1px !important;
}
.edit-firmware-modal-header, .edit-firmware-modal-body{
	
	    padding: 6px 0px 0px 15px;
}
.edit-firmware-modal-title{
	font-size: 25px;
	display: block;
	padding: 0px 1px 10px 0px;
	overflow-y: auto;
	
}
.firmware-upgrade-cancel-button{
	    color: #fff;
    background-color: #666666;
    border-color: #ccc;
	
}
.modal-body-firmware-upgrade {
	    border-bottom: 1px solid #a09999;
	    overflow-y: auto;
	
}

.fimwareContent{
	
	margin-top: 20px; 
}

.oddRow{
	background-color: #F2F2F2 !important;
}.evenRow{
	background-color: white !important;
}
.borderTop{
	border-top:1px #9B9B9B;
}
.selectionDevices{
	
	float:right;
}
span.timezoneLabel{
	
	    padding: 0px 20px 0px 5px;
}


.updateButton{
	
	    padding: 6px 3px !important;
	    
}
.updateradio{
	position: relative;
	bottom : -5px;
}
.fontsize{
	font-size : 12px;
}
.fs20{
	font-size: 20px;
}

.wordbreak{
	word-break: break-word !important;
}
.spinnerContent{
	position: relative;
    top: 45%;
}

#modal_progressbar_edit_firmware{
	
	    width: 70%;
	    position: relative;
    left: 14%;
}

.customLabelListStyle {
	display: inline-block;
	width: 50%;
	text-align: right;
	color: #999999;
	}

.bwUsageCheckboxAlignment {
	display: inline-flex;
}

.bgColorAssetDetailPanel {
	background-color: white;
}

.assetDetailListStyle {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.detailListStyle {
	list-style-type: none;
	margin-bottom: 0px;
	text-align: left;
}

#apcTroubleShootingCommand {
	list-style-type: none;
	margin-bottom:0px;
	text-align:right;
	padding-right:100px;
}

.closeBtnMMode {
	color: #292b2c; 
	background-color: #fff; 
	border-color: #ccc;
}

.assetComparisonModal {
	max-height: calc(100vh - 210px); 
	overflow-y: auto;
}

.manageBtn {
	color: #fff; 
	background-color: #0275d8; 
	border-color: #0275d8;
}

.monitorBtn {
	background: #2196f3; 
	color: white;
}

.cornerRadius10 {
	border-radius: 10px;
}
.updateInProgressSpinner{
	
	position: fixed; /* Stay in place */
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(242, 242, 242, 0.8);
}
.ssidPanelTitle{
	position: relative;
    z-index: 1;
}

.ssidDetailsTable table.dataTable tbody th:first-child, .ssidDetailsTable table.dataTable tbody td:first-child {
	padding-left: 0 !important;
	line-height: 22px;
}
.ssidDetailsTable table.dataTable tbody td:first-child {
	visibility: hidden;
}
.ssidDetailsTable table.dataTable tbody tr:first-child td:first-child {
	visibility: visible !important;
}

.ssidDetailsTable table.dataTable.no-footer{
    border-bottom: 1px solid #9B9B9B !important;
    padding-bottom: 20px;
}
.ssidDetailsTable .dataTables_info{
    padding-top: 20px !important;
	font-size: 14px;
}

.ssidDetailsTable .dataTables_wrapper .dataTables_paginate{
    padding-top: 12px !important;
	font-size: 14px;
}
.ssidDetailsTable .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    padding: 7px 14px !important;
    border-radius: 4px;
}

.ssidDetailsTable table.dataTable tbody th, .ssidDetailsTable table.dataTable tbody td{
    padding: 0 !important;
}

.searchPagination{
	padding-right: 20px;
    float:right;
	
}

.verticalTopAlign{
    vertical-align: top !important;
}
.verticalMidAlign{
    vertical-align: middle !important;
}
.venueIdBlock{
	
	height: 100%;
    position: relative;
    vertical-align: top;
}
.assetSummaryBlock{
	
	text-align: left; padding-left: 20px; font-size: 12.8px;
    position: absolute;
    bottom: 0;
}
.chosen-container , .select2-container{
	min-width: 250px;
	width: inherit !important;
}
.filterResults{
	width: 270px !important;
	margin: 1% 0px 0px 46px;	
	
}

.chosen-single{
    min-height: 34px !important;
}
.chosen-single span{
	
     line-height: 35px;
}
.chosen-container-single .chosen-single div b {
	  background: url('../images/chosen-sprite.png') no-repeat 0px 6px;
	}
	
#role_user_table.dataTable thead th {
	border-bottom: 0;
}	

.statusParentDiv {
	width: 80%;
	display: table;
}

.statusKeyDiv {
	font-size: 12.8px;
	padding-left: 0px !important;
}

.customInput{
	position: absolute;
	left: 50px;
	z-index: 1;
}

.customInputFieldStyling{
	min-height: 30px;
	border: 1px solid #979797;
	padding: 5px 12px;
}

#user_table_filter input[type="search" i]{
	width: 200px !important;
}

.chosen-container-single .chosen-search input[type="text"] {
  background: url('../images/chosen-sprite.png') no-repeat -10% -22px !important;
  padding-left: 20px;
}
 .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
}
.chosen-rtl .chosen-search input[type="text"] {
  background: white url('../images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../images/chosen-sprite.png') no-repeat -30px -20px;
}

.chosen-container-single .chosen-single span{
	font-size: 22px;
    color: #444;
    line-height: 31px;
}

#OverallTotalsD3Graph rect.bar {
    cursor: pointer;
}

.chosen-container-active.chosen-with-drop .chosen-single{
	border: 1px solid #979797;
    background: #FFF;
    box-shadow: none;
}

.chosen-container .chosen-drop{
	 border : 1px solid #979797;
	 border-top: 0;
}

.chosen-container-single .chosen-single{
	    border: 1px solid #979797;
    background: #FFF;
    box-shadow: none;
    border-radius: 4px;
}

 .chosen-container-single .chosen-single abbr {
  background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
}

.chosen-container-single .chosen-single div b {
  background: url('../images/chosen-sprite.png') no-repeat 0px 2px;
} 

.infoImageIcon{
	
	height: 14px;
    width: 14px;
    position: absolute;
    margin-left: 5px;
    margin-top: 4px;
}

/*.managerDetails{
	display: none;
    position: absolute;
    margin-left: 162px;
    padding: 10px 0px 10px 10px;
    background: white;
    border-radius: 6px;
    border: solid;
    border-width: thin;
    border-color: #eae7e6;
    z-index: 1;
    height: 55px;
    width: 150px;
    font-family: ClearviewATT-Bold;
    font-size: 12px;
    color: #444444;
    letter-spacing: 0;
    line-height: 15px;
}*/

.managerDetails {
  position: relative;
  z-index: 2;
  top: 65%;
}

.tagsModal, .tagsDescriptionModal{
	position: relative;
    z-index: 2;
    top: 72%;
}
/* Tooltip text */
.managerDetails .tooltiptext, .tagsModal .modalPopupLarge {
 	width: 160px;
    background-color: #FFFFFF;
    height: 55px;
    color: #444;
    text-align: center;
    padding: 4.5px 8.8px;
    border-radius: 6px;
    border: 1px solid #E6E6E6;
    position: absolute;
    font-size: 12px;
    top: 135%;
    left: 50%;
    margin-left: -80px;
    font-family: ClearviewATT-Bold;
}
.tagsModal .modalPopupSmall{
 width: 160px;
    background-color: #FFFFFF;
    height: 55px;
    color: #444;
    text-align: center;
    padding: 4.5px 8.8px;
    border-radius: 6px;
    border: 1px solid #E6E6E6;
    position: absolute;
    font-size: 12px;
    top: 5%;
    left: 50%;
    margin-left: -80px;
    font-family: ClearviewATT-Bold;
 }
 .tagsDescriptionModal .modalPopupDescription{
 	width: 160px;
    background-color: #FFFFFF;
    height: 55px;
    color: #444;
    text-align: center;
    padding: 4.5px 8.8px;
    border-radius: 6px;
    border: 1px solid #E6E6E6;
    position: absolute;
    font-size: 12px;
    top:-8%;
    left: 50%;
    margin-left: -130px;
    font-family: ClearviewATT-Bold;
 }
.tagsModal .modalPopupSmall{
left: 76%;
width: 250px;
    height: 310px;
}

.tagsModal .modalPopupLarge{
left: 76%;
width: 442px;
    height: 312px;
}
.tagsDescriptionModal .modalPopupDescription {
    left: 76%;
    width: 200px;
    height: auto;
}
#division::after {
    left: -10%;
}
.tooltiptext::after,.modalPopupLarge::after,.modalPopupSmall::after{
	content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #E6E6E6 transparent;
}
.tagsDescriptionModal::after{
	content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -40px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #FFFFFF transparent;
}
.venueTags{
    margin-left: 5px;
    display: inline-block;
    background: #FFB81C;
    padding: 0.5px 5px;
    vertical-align: text-bottom;
    /* height: 22px; */
    text-align: center;
}
.venueTag{
	font-family: ClearviewATT-Bold;
    font-size: 12px;
    color: #444444;
    letter-spacing: 0;
    text-align: left;
    line-height: 14px;
}
.editTags{
	margin-left: 10px;
    display: inline-block;
    font-family: ClearviewATT-Book;
    font-size: 14px;
    color: #0568AE;
    line-height: 14px;
    margin-top: 3px;
}
.addFlag{
	line-height: 1;
    margin-top: 3px;
    margin-left: 3px !important;
}
.displayBlock{
	display: block;
}

.formControlAlignment{
	padding: 4px 12px;
	border-radius: 4px;
	width: 17%;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

/* #VenueAddress{
	right: 180px;
}
*/
.bgcolorPrimaryButton {
	background: #0568AE;
}

/* 
#idShowTableTextDefault {
	color : #337ab7
}


#idShowTableTextDefault { 
	border-left : 1px solid #f7f8f9; 
	border-top: 1px solid #f7f8f9;
	border-right : 1px solid #f7f8f9; 
	border-bottom : 1px solid #333;
}


#idShowTicketTextDefault {
	color : #337ab7
}

#idShowTicketTextDefault {
	border-left: 1px solid #f7f8f9; 
	border-top: 1px solid #f7f8f9;
	border-right: 1px solid #f7f8f9; 
	border-bottom:1px solid #979797;
}




#idShowPrivateNetworkTextDefault {
	border-left : 1px solid #f7f8f9; 
	border-top: 1px solid #f7f8f9;
	border-right: 1px solid #f7f8f9; 
	border-bottom:  1px solid #333;
}

#idShowPrivateNetworkTextDefault {
	color : #337ab7
}


#idShowHistoryTextDefault {
	color : #337ab7
}



#idShowHistoryTextDefault {
	border-left : 1px solid #f7f8f9 ;
	border-top: 1px solid #f7f8f9;
	border-right : 1px solid #f7f8f9; 
	border-bottom: 1px solid #333;
}


#idOperationsToolsTabTextDefault { 
	color : #337ab7
}


#idOperationsToolsTabTextDefault {
	border-left: 1px solid #f7f8f9;
    border-top: 1px solid #f7f8f9;,
	bordborder-right: 1px solid #f7f8f9; 
	border-bottom:1px solid #333;
}



#idShowconfigurationTabTextActive, #idShowAsBuiltsTabTextActive { 
	color : #333;
}


 
#idShowconfigurationTabTextActive , #idShowAsBuiltsTabTextActive{ 
	border-left :  1px solid #333; 
	border-top: 1px solid #333;
	border-right: 1px solid #333; 
	border-bottom: 1px solid #f7f8f9;
}

#idShowconfigurationTabTextDefault , #idShowAsBuiltsTabTextDefault{ 
	color : #337ab7;
}



#idShowconfigurationTabTextDefault , #idShowAsBuiltsTabTextDefault{
	border-left: 1px solid #f7f8f9;
    border-top: 1px solid #f7f8f9;,
	bordborder-right: 1px solid #f7f8f9; 
	border-bottom:1px solid #333;
}
 */
#idShowDashboardTabTextActive{
 	color : #0568AE !important;
}

#idShowDashboardTabTextDefault {
	color : #0568AE;
	padding:15px 20px 14px 20px;
}
#idShowDashboardTicketTabTextDefault{
	color : #444444;
	padding:15px 20px 14px 20px;
}
#idShowDashboardTabTextActive, #idShowDashboardTicketTabTextActive{ 
	border-left :  1px solid #979797; 
	border-top: 1px solid #979797;
	border-right: 1px solid #979797; 
	border-bottom: 1px solid #f7f8f9;
}

#idShowDashboardTabTextDefault, #idShowDashboardTicketTabTextDefault{
	border-left: 1px solid #f7f8f9;
    border-top: 1px solid #f7f8f9;
	border-right: 1px solid #f7f8f9; 
	border-bottom:1px solid #979797;
}

td.details-control {
    background: url(../images/att_icons_Chevron.png) no-repeat center center;
    background-size: 15px 9.375px;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url(../images/att_icons_Chevron_up.png) no-repeat center center;
    background-size: 15px 9.375px;
}
.btop{
	     border-top: 1px solid #e5e5e5; 
}

.internalText{
	position: relative;
    top: -2px;
    font-weight: 600;
}

.addRoleModal-permissions  ul{
	list-style: none;
    padding-left: 5px;
    column-count: 3;
}

.addRoleModal-permissions {
	overflow-y: scroll;
    max-height: 259px;
}

#userInRole{
	width: 322px;
    height: 34px;
    line-height: 18px;
    font-family: ClearviewATT-Book;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

#addUserInRole.primary-sm-btn-active{
	border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    position: absolute;
    width: 98px;
    height: 34px;
}

.RolePanel{
	background: #FFFFFF;
	border: 1px solid #979797;
	border-radius: 6px;
	padding: 20px;
}

.width100 {
	width: 100%;
}

.width100p{
		width: 100px;
}
.permissionsErrorTooltip {
	
	    position: absolute;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: unset !important;
    top: 45%;
    left: 22%;
}

.caseInvalidTooltip{
	position: absolute;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: unset !important;
	top: 80%;
    left: 23%;

	
}
.caseInvalidTooltip .caseInvalidTooltiptext
{
    width: max-content;
    width: -moz-max-content;
    font-size: 12px;
    background-color: #FFB81C;
    color: black;
    text-align: left;
    border-radius: 6px;
    height: 30px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 89%;
    border: 1px solid #F8A841;

}

.caseInvalidTooltip .caseInvalidTooltiptext::after{
	    content: "";
    position: absolute;
    top: -31%;
    right: 90%;
    margin-top: -6px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #F8A841 transparent;
	z-index:-1;
	
}

.permissionsError{
	
	 position: absolute;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: unset !important;
    top: 328px;
    left: 22%;
	
	
}
.permissionsErrorTooltip .permissionErrorTooltiptext
{
        width: 250px;
    background-color: #F8A841;
    color: black;
    text-align: left;
    border-radius: 6px;
    height: 30px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 89%;
    border: 1px solid black;

}
.permissionsError .permissionErrorTooltiptext
{
        width: 250px;
    background-color: #F8A841;
    color: black;
    text-align: left;
    border-radius: 6px;
    height: 30px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 89%;
    border: 1px solid black;

}

.permissionsErrorTooltip .permissionErrorTooltiptext::after{
	    content: "";
    position: absolute;
    top: -31%;
    right: 90%;
    margin-top: -6px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent black transparent;
	
	
}


.permissionsError .permissionErrorTooltiptext::after{
	    content: "";
    position: absolute;
    top: -31%;
    right: 90%;
    margin-top: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent black transparent;
	
	
}


.permCheckbox{
	float: left;
}

.permissionListName{
	display: list-item !important;
	overflow: hidden;
    word-break: break-all !important;
        font-size: 13.5px !important;
    
}

.noBorder{
	border: 0px !important;
}

.hrColor{
	border-top: 1px solid #9B9B9B;
	margin-top: 40px;
    margin-bottom: 40px;
}

.btnCreatePerm{
    position: relative;
    top: -1px;
    line-height: 14px;
    padding: 8px 15px;
    font-size: 14px;
}

.lboLabel{
    color: #4CA90C;
    float: right;
    padding-left: 20px;
}

.circuitsPanel {
	background-color: #FFFFFF;
	border-radius : 10px;
	padding: 20px;
	border : 1px solid #0568AE ;
	font-size: 18px;
}

#circuitTable.dataTable thead th {
  border-bottom: 0;
}
#circuitTable.dataTable tfoot th {
  border-top: 0;
}

#circuitTable.dataTable.no-footer {
    border-bottom: 0;
}

.dashBoardtable.dataTable.no-footer {
    border-bottom: 20px solid white;
}

#circuitTable.dataTable tr{
	border: 0;
}

#circuitTable.dataTable.stripe tbody tr.odd, #circuitTable.dataTable.display tbody tr.odd {
	background-color: #F5F4F4 !important;
}

#circuitTable.dataTable.stripe tbody tr.even, #circuitTable.dataTable.display tbody tr.even {
	background-color: #F5F4F4 !important;
}

#circuitTable.dataTable.row-border tbody th, #circuitTable.dataTable.row-border tbody td, #circuitTable.dataTable.display tbody th, #circuitTable.dataTable.display tbody td{
	border-top: 0;
}

.panelsubHeadRow{
	float:left;
}

.moreCommandsText{
	
	float: right;
	position: relative;
	right: 35px;
	    font-size: 14px;
    color: #0568AE;
}

.reportTypeModalSubheading{
	font-family: Aleck Regular;
	font-size: 24px;
	color: #444444;
	text-align: left;
	line-height: 28px;
}


.troubleshootingResponseBody{
	
	min-width:200px;
	min-height:200px;
	border:1px solid black;
	margin:15px;
	display: flex !important;
}

.selectCommandBox{
	
	width:500px;
	display: inline;
	margin: 0px 0px 0px 12px;
	}
	
	
	.button.disabled, .button[disabled], fieldset[disabled] .button{
	
	cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
	}
	.clearButton{
	    padding: 12px 19px !important;
	}
	.generateButton{
	    padding: 12px 23px !important;
	}
	
	.generateButton .button.disabled, .button[disabled], fieldset[disabled] .button{
	
	cursor: default !important;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    padding: 12px 23px !important;
    background: #D2D2D2;
    border: 1px solid #D2D2D2 !important;
    color: #959595;
	}
	
.inProcessmessage {
	font-size: 16px;
	color: #959595;
}	
	
.footerBlock{
	padding-top: 160px;
}

.footerText{
	font-size: 12px; padding-top: 5px;
}

.footerCopyRight{
	font-size: 10px; padding-top: 20px;
}

.logout{
	
	padding: 0px 0px;
    color: #337ab7;
    font-size: 14px;
    line-height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    right: 11px;
    top: 6px;
}

.logout:hover{
	border-bottom: 3px solid;
}

.reportsHeading h3{
	font-size: 22px;
    line-height: 13px;
    color: #444444 !important;
}

.paddingPermissions{
	padding: 20px 20px 15px 25px;
}

.textField{
	border-radius: 3px;
	border: 1px solid #979797;
	line-height: 26px; 
	margin: -4px 0px 0px 0px;
}

.hrlineColor{
	border:1px solid #9B9B9B;
	margin-top: 40px;
    margin-bottom: 40px;
}

.w20{
	width: 20px;
}


.alert-error{
	background-color: #f2dede;
	padding: 20px;
	border-radius: 4px;
	color: #a94442;	
}

.mt20 {
	margin-top: 20px;
}

.mt40{
	margin-top: 40px;
}

.mt15 {
	margin-top: 15px;
}

.mt16{
	margin-top: 16px;
}

.mt17{
	margin-top: 17px;
}

.mt64{
	margin-top: 64px;
}

.mt29{
	margin-top: 29px;
}
.mt25 {
	margin-top: 25px;
}

.width15per{
	width: 15%;
}

.width16Per{
	width: 16%;
}

.paddingAllPermissions{
	padding: 30px 20px 25px 25px;
}

.userIdExistErrorTooltip{
	
	    position: absolute;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: unset !important;
    top: 45%;
    left: 22%;
}

.userIdExistError{
	
	 position: absolute;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: unset !important;
    top: 30px;
    left: 12%;
	
	
}
.userIdExistErrorTooltip .userIdExistErrorTooltiptext
{
        width: 250px;
    background-color: #F8A841;
    color: black;
    text-align: left;
    border-radius: 6px;
    height: 30px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 89%;
    border: 1px solid black;

}
.userIdExistError .userIdExistErrorTooltiptext
{
        width: 250px;
    background-color: #F8A841;
    color: black;
    text-align: left;
    border-radius: 6px;
    height: 30px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 89%;
    border: 1px solid black;

}

.userIdExistErrorTooltip .userIdExistErrorTooltiptext::after{
	    content: "";
    position: absolute;
    top: -31%;
    right: 90%;
    margin-top: -6px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent black transparent;
	
	
}


.userIdExistError .userIdExistErrorTooltiptext::after{
	    content: "";
    position: absolute;
    top: -31%;
    right: 90%;
    margin-top: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent black transparent;	
	
}

.userAssignmentsDropdown {
	width: 25% !important;
    display: inline;
    padding: 0px 0px 15px 0px;
}

.dropdown-height30{
	min-height: 30px;
	width: 225px;
}

.asBuiltsImageAttributes{
	 font-size: 14px;
	 color: #444444;
}

.asBuiltsText{
	font-size: 14px;
	color: #4a4a4a;
	line-height: 18px;
}

.asBuiltsThumbnail{
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height :100%;
	object-fit: contain;
    display: inline-block;
    padding:4px;
}

.asBuiltstabledata{
	/* float: left !important; */
	padding-bottom: 50px;
	border-top: 0px !important;
}

.asBuiltsHardwaretabledata{
	/* float: left !important; */
	padding-bottom: 50px;
	border-top: 0px !important;
}

td.asBuiltsHardwaretabledata.col-sm-4.pb20.ng-scope{
	padding: 0px !important;
	padding-bottom: 18px !important;
}
.asBuiltsNoPhotos{
	 font-size: 16px; 
	 line-height: 18px;
	
}

.marginBottom20{
	    margin-bottom: 20px !important;
}

.tabBorder{
border-bottom: 1px solid #333;

}

.tabEnterpriseBorder{
border-bottom: 1px solid #979797;
}

.asBuiltsModalTitle{
	font-size: 22px;
	color: #444444;
	line-height: 29px;
	margin: 0;
} 

.horizontalLine{
	border-top: 1px solid #9B9B9B;
    margin-top: 40px;
    margin-bottom: -20px !important;
}

.closeViewSchedule{
	float: right;
    margin-right: 15px;
    width: 77px;
    height: 30px;
    padding: 4px !important;
}
.mb0Imp{
	margin-bottom:0px !important;
	
}

.asBuiltsTag {
	border-radius: 4px;
	border: 1px dashed #5A5A5A;
	background-image: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 100%);
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	color: #4A4A4A;
}

.asBuiltTagMarginBottom10 {
	margin-top: 10px;
	padding-right: 5px;
	display: inline-block;
}

.editFirmwareSubHeading{
	line-height: 13px;
    padding-top: 10px;
    font-size: 16px !important;
}

.editFirmwareHr{
	    display: block;
    border-top: 1px solid #9B9B9B;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    margin-top: 22px;
}

.thumbnailContainer{
	height:194px;
	width:252px;
	border: 1px solid #D8D8D8;
	border-radius: 6px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.photoContainer{
	width:701px;
	height:533px;
	margin-bottom: 33px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.asBuiltsPhotoDisplay{
	width: auto;
	max-width:100%;
	height: auto;
	max-height:100%;
	object-fit: contain;
    display:inline-block;

}

.asBuiltsModalWidth{
	width: 100%;
    max-width: 861px;
}

.asBuiltsModalContent{
	padding: 2% 4% 0px 4%;
}

.subHeadingEdit{
	font-size: 22px;
    color: #4A4A4A;
    line-height: 18px;
    padding-bottom: 39px;
}

.asBuiltshrline{
	margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #9B9B9B;
}

.boderRadius10{
	border-radius: 10px;
}

.pr10 {
	padding-right: 10px;
}

.asBuitlsCloseButton{
	
    line-height: 24px;
    padding: 12px 30px;
    font-size: 24px;
    border: 1px solid #4A4A4A;
    background: #4A4A4A;
    border-radius: 4px;
    color: #FFFFFF;
    width: 140px;
    height: 50px;
}
.maxWidth350{
	max-width:350px;
}
.height21{
	height:21px;
}

.speedTestItem{
	min-width: 54px;
    max-width: 100px;
    min-height: 15px;
    display: inline-block;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}	

.rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}	

.opacityFull{
	opacity:1;
}

.opacityHalf{
	opacity:0.5;
}

.asBuiltPadding{
	padding: 30px 30px 40px 30px;
}

.navigateLeft{
	width: 49px;
	margin-top: 265px;
	padding:0px;
	float:left
}

.navigateButton{
	background-color: white; 
	border: none; 
	outline: none;
	padding:0px;
}

.navigateRight{
	width: 49px;
	margin-top: 265px;
	padding:0px 0px 0px 11px;
	float:left
	
}

.width38{
	width:38px;
}

.width701{
	width: 701px;
}


.asbuiltImageLoading{
	height:300px;
	margin-top:150px
}

#showAsBuiltTable .multiselect-container{
	max-height:200px;
  	overflow:auto;
}

.paddingRightButton {
	padding-right:10px
}


.asBuiltTabTitle{
	padding-bottom: 20px;
    padding-top: 43.5px;
    font-size: 20px;
	color: #444444;
	line-height: 13px;
}

.asBuiltDropDown{
	padding-bottom:30px;
}

.asBuiltClosePadding{
	margin-top: 63.3px;
}

.padding40{
	padding : 40px
}

.paddingRight79{
	padding-right: 79px;
}

.paddingRight77{
	padding-right: 77px;
}
.margin0px{
	margin: 0px
}

.asBuiltCloseButtonTop{
	width: 20px;
    height: 19px;
    font-weight: 100;
    line-height: 0px;
    color: #595959;
    opacity: 1;
    font-size:17px;
}

.verticalScroll{
	overflow-y: scroll !important;
}
#showAsBuiltTable .fstMultipleMode, .fstControls{
	width:100% !important;
	border-radius: 4px;
	padding: 8.7px 15px 8.3px 12px;
}


#showAsBuiltTable  .fstMultipleMode{
	border: 1px solid #979797;
}
#showAsBuiltTable .fstMultipleMode .fstControls {
	padding :0px;
}

#showAsBuiltTable .fstResults .fstResultItem {
	 padding: 0px 12px;
}

#showAsBuiltTable .downIcon{
	
	content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #575757;
    position: absolute;
    top: 45%;
    right: 16px;
}

#showAsBuiltTable .upIcon{
	 border-top: 0;
	 border-bottom: 6px solid #575757;
	
}

#showAsBuiltTable .fstSelected , .displayNoData{
	display : none;
}

#showAsBuiltTable .fstResultItem {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
}

#showAsBuiltTable .fstChoiceItem {
    font-size : 14px;
    padding: 0px 0px 0px 5px;
    background: #f5f5f5;
    border-color: #ccc;
    color: #3b73af;
    margin: 2px 10px 3px 0;
}

#showAsBuiltTable .fstChoiceRemove {
	position : relative;
	color: #707070;
	font-size: 14px;
	line-height: 13px;
}

#showAsBuiltTable .fstMultipleMode .fstQueryInput {
	    font-size: 14px;
	    line-height: 13px;
	    margin : 0px;
		color: #444444;
}

#showAsBuiltTable  .fstNoResults{
	font-size: 14px;
	line-height: 13px;
}

#showAsBuiltTable .fstMultipleMode .fstQueryInputExpanded {
	padding : 0px
}

#showAsBuiltTable  .fstFocused{
	background-color: #0568AE;
	border-color: #0568AE;
}

.w390{
	width:390px;
}

.buttonPadding{
	
	 padding: 7px 16px;
}

.minHeight40{
	
	min-height: 40px;
}

.fitHeadingLabel{
	    padding-left: 30%;
}

#showAsBuiltTable .fstMultipleMode.fstActive .fstResults{
	padding : 1.7px 0px 9.3px 0px;
	border-top: 1px solid #979797;
	border: 1px solid #979797;
}

.border979797{
	border: 1px solid #979797;
}

.wordbreakAll{
	word-break: break-all;
	word-wrap: break-word;
	overflow-wrap: anywhere;
}

.fitContainerPadding{
	padding:0px 115px;
}

.fitAttIconPadding{
	padding:100px 341px 30px 341px
}

.fitTitle{
	padding-left: 269px;
	font-size: 40px;
	color: #444444;
	line-height: 40px
}

.fitCaseNumberInput{
	background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 4px;
    font-size: 22px;
    color: #9B9B9B;
    line-height: 1;
    height: 50px;
    float:left;
 	width: -webkit-fill-available;
    padding-left: 20px;
    display: inline-block;
    font-family: ClearviewATT-Book;
}

.fitSubmitButtonPadding{
	padding:0px 0px 0px 20px;
}

.fitSubmitButton{
	background: #0568AE;
	border-radius: 4px;
	font-size: 32px;
	color: #FFFFFF;
	height: 60px;
	line-height: 32px;
	font-family: ClearviewATT-Book;
	    margin-top: 53px;
}

.fitInvalidCase{
	padding:0px;
	font-size: 18px;
	color: #444444;
}

.fitGoBackPadding{
	padding:7px 0px 33px 0px;
}

.fitChangeCase{
	font-size: 20px;
	color: #0568AB;
	line-height: 13px;
}

.fitCaseDetails{
	padding-bottom:49px
}

.fitCaseLabel{
	font-size: 14px;
	color: #999999;
	line-height: 14px;
}

.fitCaseData{
	font-size: 18px;
	color: #4A4A4A;
	word-break: break-all;
    margin-right: 15px;
	font-weight: bold;
	line-height: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
}


.pt50{
	padding-top: 50px;
}

.fitFileContainer{
	border-top:1px solid #999999; 
	border-bottom:1px solid #999999;
}

.fitFileText{
	font-size: 18px;
	color: #444444; 
	padding-bottom:36px
}

.pb20point5{
	padding-bottom:20.5px
}

.pb20{
	padding-bottom: 20px;
}

.mb25{
	margin-bottom: 25px;
}

.fitExcelFileText{
	font-size: 18px;
	color: #0568AB;
	line-height: 13px;
	background-color: #f7f8f9;
	cursor: pointer;
}

.pr54{
	padding-right:54px;
}

.pt29point5{
padding-top: 29.5px
}

.fitCompleted{
	font-size: 22px;
	color: #444444;
	line-height: 13px;
	padding-bottom: 15px;
}

.fitCompletedData{
	margin:0px;
	padding-top: 20px;
	/* padding-bottom:142.6px */
}

.fitCompletedFile{
	padding:0px 0px 10px 0px;
	font-size: 16px;
	color: #0568AB;
	line-height: 18px
}

.fitFileUploaded{
	padding:0px;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}

.w82{
	width :82px;
	margin-left: 60px;
}

.fitButton{
    background-color: #f7f8f9;
    border: none;
    outline: none;
    padding: 0px 10px 0px 0px;
    cursor: pointer;
}

.pl10{
	padding-left : 10px
}

.displayNone{
	display : none !important;
}
.cor{
    padding-right: 26px!important;
    width: fit-content;
    height: 18px;
    color: #4a4a4a;
    size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.corImg{
	padding-top: 6px;
}

.cornerEdit{
	padding-right: 17px!important;
	padding-top: 6px;
    width: fit-content;
    height: 18px;
    color: #4a4a4a;
    size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.inputSignal{
	width:235px;
	height:30px;
}

#cor .col-sm-4.pr0 {
    /* padding-right: 500px; */
    width: 118px;
    height: 18px;
    color: #4a4a4a;
    size: 14px;
}

.mr48{
	margin-right: 48px;
}

.mr110{
	margin-right: 110px;
}

.fitExitButton{
	border-radius: 4px;
    font-size: 32px;
    color: #0568AE;
    height: 60px;
    line-height: 32px;
    border: 1px solid #0568AE;	
    font-family: ClearviewATT-Book;
}

.fitExitButton:hover{
	 color: #0568AE;
	 background-color:white;
	 border: 1px solid #0568AE;	
}


.invalidCaseTooltip{
	margin: 21% 0px 0px 3% !important;
	
}

.tooltipMessage{
	    z-index: -1;
	position: absolute;
	left:26%
}

.chevronSignal{
    height: 19px;
    float: right;
    padding-right: 26px;
    width: 41px;
    padding-left: 0px;
    margin-left: 25px;
}

.readingsButton{
	right: 86px;
    position: absolute;
}

.disabledInput{
	background: #EDEDED;
	border: 1px solid #979797;
	border-radius: 4px;
	border-radius: 4px;
}
.panelHwimg{
	margin-top:6px;
	border: 1px solid #0568AE;
	border-radius: 4px 4px 0px 0px;
	height:102px;
	width: 132px;
	background-color: white;
	border: 1px solid #0568AE;
	position: relative;
	z-index: 10;
}

.panelHwimg:after{
border-radius: 4px 4px 0px 0px;
background-color: lightgrey;
content: '';
display: block;
position: absolute;
top: 2px;
left: 2px;
right: 2px;
bottom: 2px;
z-index: -1;
border-radius: 4px 4px 0px 0px;


}
.btnhardware{
height:30px;
width: 132px;
background: #0568AE;
border-radius: 0 0 4px 4px;
line-height: 0px;
}
.btnEditPhoto{
height:30px;
width: 70%;
background: #0568AE;
border-radius: 0 0 0 4px;
border-color: #0568AE;
line-height: 0px;
}
.btnDeletePhoto{
height:30px;
width: 26%;
float: right;
border-radius: 0 0 4px 0;
background: #0568AE;
padding-left: 7px;
padding-right: 7px;
}
.thumbnailContainerFIT:after {
background-color: lightgrey;
content: '';
display: block;
position: absolute;
top: 2px;
left: 2px;
right: 2px;
bottom: 2px;
z-index: -1;
border-radius: 4px 4px 0px 0px;
}

.thumbnailContainerFIT {
margin: 0px auto;
width: 132px;
height: 102px;
background-color: white;
float: left;
padding: 10px;
border: 1px solid #0568AE;
position: relative;
z-index: 10;
border-radius: 4px 4px 0px 0px;
}

.fitThumbnail{
width: 100%;
max-width: 100%;
height: auto;
max-height :100%;
object-fit: cover;
display: inline-block;
height: 102px;
    width: 132pX;
}	

.fitThumbnailDefault{
	width: 33px;
margin-top: 33px;
margin-left: 48px;
max-width: 100%;
height: auto;
max-height :100%;
object-fit: contain;
display: inline-block;
padding:4px;
}

.textLeft{
	text-align: left;
}

.thumbnailPreviewContainer{
	height:76px;
	width:99px;
	border: 2px solid #067AB4;
	object-fit: contain;
    display: inline-block;
	
}

.thumbnailPreview{
	height:74px;
	width:97px;
	
}			

.pageVerification1{
	width: 117px;
	font-weight: bold;
	font-size: 14px;
	color: #4A4A4A;
	line-height: 18px;
	margin-top:12px;
}								

.fitVerticalLine1{
	position:absolute;
	margin-left: -14.5px;
    width: 0px;
    margin-top: 0px;
    height: 159px;
    border-left: 1px solid #9B9B9B;
}
.fitVerticalLine2{
	position:absolute;
	margin-left: -14.5px;
    width: 0px;
    margin-top: 0px;
    height: 159px;
    border-left: 1px solid #9B9B9B;
}

.fitdescr{
	font-weight: bold;
	white-space:normal;
}
.fitdescr_add{
	font-weight: bold;
	white-space:normal;
	margin-left:50px;
	
}
.rbr{
	border-right: 1px solid #9B9B9B;
}							

.circuitSpeed1{
	margin-left:30px;
	font-weight: bold;
	font-size: 14px;
	color: #4A4A4A;
	line-height: 18px;
	/* margin-top:16px; */
}
	
.circiutSpeed2{
	width: 117px;
	font-weight: bold;
	font-size: 14px;
	color: #4A4A4A;
	line-height: 18px;
	margin-top:38px;
}		

.addcircuitSpeedbutton{
	margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
	padding: 2px;
	width: 132px;
	border-radius: 4px;
    color: #0568AE;
    font-size: 14px;
    height: 30px;
    line-height: 24px;
    border: 1px solid #0568AE;
}

.EditCircuitSpeed{
	margin-left:45px;
	font-size: 14px;
	color: #0568AE;
	line-height: 14px;
}

.circuitDownloadSpeed{
	margin-bottom: 38px;
	margin-left:30px;
	font-weight: bold;
	font-size: 14px;
	color: #4A4A4A;
	line-height: 18px;
	/* margin-top:16px; */
	margin-left:50px;
}

.circuitUploadSpeed{
	margin-bottom: 38px;
	margin-left:30px;
	font-weight: bold;
	font-size: 14px;
	color: #4A4A4A;
	line-height: 18px;
	/* margin-top:16px; */
	margin-left:214px;
}

.circuitspeedcancelbutton{
	margin-top: -19px;
	margin-left: 702px;
	position:absolute;
	background: #FFFFFF;
	width:100px;
	height:30px;
	padding: 2px;
	border-radius: 4px;
    color: #0568AE;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #0568AE;
}

.circuitspeedsavebutton{
	margin-top: -19px;
	margin-left: 817px;
	position:absolute;
	border-radius: 4px;
	background: #0568AE;
	width:100px;
	height:30px;
	padding: 2px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
}

.circuitSpeedTextboxes{
	margin-left: 20px;
	width:100px;
	height:30px;
	position:absolute;
	background: #FFFFFF;
	border: 1px solid #979797;
	border-radius: 4px;
}			

.mbpsboxes{
	margin-left:125px;
	position: absolute;
}

.fitBorderTop{
	border-top: 1px solid #979797;
	margin:0px 0px 0px 0px;
}

.locationCancelbutton{
	margin-top: -30px;
	margin-left: 320px;
	position:absolute;
	background: #FFFFFF;
	width:100px;
	height:30px;
	padding: 2px;
	border-radius: 4px;
    color: #0568AE;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #0568AE;
}

.locationSavebutton{
	margin-top: -30px;
	margin-left: 440px;
	position:absolute;
	border-radius: 4px;
	background: #0568AE;
	width:100px;
	height:30px;
	padding: 2px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
}

.locationText{
	word-break: break-all;
    white-space: normal;
    line-height: 25px !important;
}


.ltefailovercancelbutton{
	background: #FFFFFF;
	width:100px;
	height:30px;
	padding: 2px;
	border-radius: 4px;
    color: #0568AE;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #0568AE;
    margin-left:10px;
}

.ltefailoversavebutton{
	border-radius: 4px;
	background: #0568AE;
	width:100px;
	height:30px;
	padding: 2px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	margin-left:13px;
}

.lteFailoverPanelWithStyling{
	background-color: #FFFFFF;
	padding: 30px;
	border-radius : 10px;
	border:1px solid #979797;
}

.lteFailoverRadioBtn{
	margin-right: 10px !important;
	margin-left: 37px !important;
	margin-top: 0px !important;
    width: 21px;
    height: 21px;
    vertical-align: middle;
}

.fitreleaseremedynumbertext{
	font-size: 14px;
	color: #4A4A4A;
	line-height: 14px;
	margin-left: 10px;
	font-weight: bold;
}

.fitsignofftext{
	font-size: 14px;
	color: #4A4A4A;
	line-height: 14px;
	margin-left: 10px;
	font-weight: bold;
}

.signofftextboxes{
    margin-top: -7px;
	margin-left: 50px;
	width:500px;
	height:25px;
	position:absolute;
	background: #FFFFFF;
	border: 1px solid #979797;
	border-radius: 4px;
}

.fitreleasereiagentname{
	font-size: 14px;
	color: #4A4A4A;
	line-height: 14px;
	font-weight: bold;
}

.releasenumbertextboxes{
    margin-top: -7px;
	margin-left: 10px;
	width:180px;
	height:30px;
	position:absolute;
	background: #FFFFFF;
	border: 1px solid #979797;
	border-radius: 4px;
}

.fitreleasesavebutton{
    margin-top: -10px;
    margin-left: 15px;
	border-radius: 4px;
	background: #0568AE;
	width:100px;
	height:30px;
	padding: 2px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
}

.fitreleasecancelbutton{
	margin-top: -10px;
	margin-left: 30px;
	background: #FFFFFF;
	width:100px;
	height:30px;
	padding: 2px;
	border-radius: 4px;
    color: #0568AE;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #0568AE;
}

.listStyleNone{
	list-style: none;
}


.mlm35{
	margin-left:-35px;
}

.pb13{
	padding-bottom: 13px;
}

.p30{
	padding : 30px;
}

.textUnderline{
	text-decoration: underline !important;
}

.completeInstallationSubHeading{
	font-size: 18px;
    color: #4A4A4A;
	line-height: 22px;
    padding-bottom: 45px;
}

.completeInstallationSubmitButton{
	float: right;
    font-size: 24px;
    width: 221px;
    height: 50px;
    line-height: 24px;
    background: #0568AE;
	border-radius: 4px;
	color: #FFFFFF;	
}

.fitLogoAfter{
	padding-bottom: 30px;
    float: left;
    padding-left: 249px;
}

.fitHeadingAfter{
	font-size: 40px;
    color: #444444;
    line-height: 40px;
    position: relative;
    left: 27px;
    float: left;
    padding-left: 0px;
}


.ssidVerificationRadioBtn{
	margin-right: 10px !important;
	margin-left: 0px !important;
	margin-top: 0px !important;
    width: 21px;
    height: 21px;
    vertical-align: middle;
}

.ssidVerificationCancelbutton{
	background: #FFFFFF;
	width:100px;
	height:30px;
	padding: 2px;
	border-radius: 4px;
    color: #0568AE;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #0568AE;
    margin-left:10px;
}



.fitCheckImage{
	float: left;
    height: 48px;
    width: 48px;
}

.successDataElement{
	
	margin-left: 8%;
	font-size:22px;
}
.successDataElement .fitSuccessTitle{
	font-weight:600;
	display: block;
}

.fitSuccessMessageBlock{
	    margin: 40px 47px 0px 47px;
	    border: 1px solid #1B7E28 !important;
}
.signalStrengthCancelbutton{
	margin-left:40px;
	background: #FFFFFF;
	width:100px;
	height:30px;
	padding: 2px;
	border-radius: 4px;
    color: #0568AE;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #0568AE;
}

.signalStrengthSavebutton{
	margin-left:20px;
	margin-right:30px;
	border-radius: 4px;
	background: #0568AE;
	width:100px;
	height:30px;
	padding: 2px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
}

.fitPanelHeading{
	font-size: 22px;
	color: #444444;
	line-height: 13px;
	font-weight: 700;
	padding-top:40px;
	padding-bottom:15px;
}

.fitPanelSubHeading{
	font-size: 18px;
	color: #4A4A4A;
	line-height: 22px;
	padding-bottom:15px;
}

.lh22{
	line-height: 22px;
}


.locationNameInner{
	width: 334px;
    height: 22px;
    display: inline-block;
    padding-right: 8px;
    font-size :14px;
}

.value2Inner{
	width: 169px;
    height: 39px;
    padding: 0px 8px 0px 8px;
    display: inline-block;
    font-size :14px;
}

.value5Inner{
	width: 164px;
    height: 39px;
    padding: 0px 8px 0px 8px;
    display: inline-block;
    font-size :14px;
}

.editLinkInner{
	width: 237px;
    padding: 0px 8px 0px 8px;
    height: 39px;
    text-align: right;
    display: inline-block;
    font-size :14px;
}

#SignalStrengthTableDiv{
	font-size :14px;
}
.addHardwareButton{
	
	margin: 14px 0 0 43%;
    display: flex;
}
.formSubmitButtons{
	
	margin-left:40%;
	display: inherit;
}

.legacyHwTablePanel{
    margin: 22px 0 0 0;
    float: left;
    margin-right: 300px;
}
.width302{
	width:302px;
}

.width190{
	width:190px;
}

.width540{
	width:540px;
}
.legacyHardwareCheckbox{
	width: 20px;
    height: 20px;
    vertical-align: bottom;
    margin-left: 20.3px !important;
}

.displayInlineBlock{
	display: inline-block;
}
.legacyHWSaveSuccess{
	    margin-top: 2%;
	    padding: 9px !important;
     margin-bottom: 0px !important; 
}

.fitDeviceOptionalPhotos{
	width: 117px;
	font-weight: bold;
	font-size: 14px;
	color: #4A4A4A;
	line-height: 18px;
}

.dashBoardtableborder{
	padding: 20px;
	background:white;
	border-radius: 10px;
	width: 96% !important;
	width: -webkit-fill-available !important;
}
 #t_disneyDashboard > thead > tr > th.sorting{
	padding-left: 20px !important;
	line-height: 18px;
}
#t_disneyDashboard > thead > tr > th.sorting_asc , #t_disneyDashboard > thead > tr > th.sorting_desc {
    padding-left: 20px !important;
}

#t_disneyDashboard {
	font-size: 12px !important;
	color: #4A4A4A !important;
	border: 1px solid #D2D2D2;class: "text-center",
}

#t_disneyDashboard  tbody td { 
	border-bottom : 1px solid #D5D5D5 !important;
	border-top : 0px solid #D5D5D5 !important;
} 

#t_disneyDashboard  thead th {
	border-bottom : 1px solid #D5D5D5 !important;
}

#t_disneyDashboard.dataTable.compact tbody td{
	padding-left: 20px !important;
}

.dashBoardtableborder tbody > tr:nth-child(odd) > td {
  background: #f2f2f2 !important;
}

.dashBoardtableborder tbody > tr:nth-child(even) > td {
 background: #FFFFFF !important;
}
.nav #idShowDashboardTab a,.nav #idShowDashboardTicketTabTextDefault a,.nav #idShowdashboardTicketTab a{
    position: relative;
    display: block;
    padding: 15px 20px 14px 20px;
        border-radius: 5px 5px 0px 0px;
    line-height: 13px;
}
.hardwareColor{
	color: #979797;
}
#idShowDashboardTicketTabTextActive{
	color: #444444;
	}
	
.styleEnterpriseDashboard{
	background: #FFFFFF;
	border: 1px solid #D2D2D2;
	border-radius: 10px;
	width: 994px;
    padding:0px 20px 20px 20px;
}	
#enterpriseTicketsTable_filter > label > input[type=search]{
	margin-right: 10px;
}
.enterpriseDashboardTicket .dataTables_wrapper .dataTables_filter input {
    height: 30px;
    width: 286px;
}
.ml103{
	margin-left: 103px;
}
.disCol{
	color: #999999;
    font-size: 12px;
    line-height: 14px;
    padding-top: 20px
}

.ul-tabs{
	float: right;
	padding-bottom: 10px;
	border : none !important;
}

.tabActive {
	display: inline-block !important;
	border-bottom: 3px solid #0568AE !important;
	padding-bottom: 5.5px !important;
	font-size: 16px !important;
	line-height: 13px !important;
	color:#0568AE !important;
}

.li-tab{
    padding: 0px 0px 10px 30px !important;
    border: none !important;
}

.tabDefault{
	font-size: 16px !important;
	color: #444444;
	line-height: 13px;
}
.tabDefault:hover {
 	display: inline-block !important;
	border-bottom: 3px solid #0568AE !important;
	padding-bottom: 5.5px !important;
	color:#0568AE !important;
}


 
.nav>li>a:focus, .nav>li>a:hover {
	background : #f7f8f9; 
}
.tabhrline{
	border-top: 1px solid #979797;
	margin-top:4px;
	margin-bottom:15px;
}

.accountName {
	font-size: 26px;
	color: #444444;
	line-height: 22px;
	font-family: ClearviewATT-bold;
}
.venueMainDiv{
	display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: start;
    float: left;
}
.venueTagDtls{
	margin-top: 18px;
	display: flex;
}
.venueManagerDtls{
	min-width: 25px;
    margin-top: 16px;
}
.venueAddress {
	font-size: 16px;
	color: #444444;
	line-height: 16px;
}

.cursorpointer{
	cursor: pointer;
}

.dropdownIconforasbuilt{
	content: "";
    width: 0;
    height: 0;
    border-radius:10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #575757;
    margin-left: 66px;
    margin-bottom: 5px;
    margin-top: -8px;
}

#AsbuiltdropDown{

    position: absolute !important;
    border: none;
    background: none;
    left: 30px !important;
    top: -22px !important;
}
.AsbuiltdropDown_content{
	/* margin-left: 6px; */
	border-radius: 5px;
	/* margin-top: -8px; */
	border: 1px solid #979797;
	display: block;
    /* position: absolute; */
   	background: #FFFFFF;
    z-index: 1;
    width:100px;
}

.AsbuiltdropDown_content a{
	line-height: 13px;
	color: #444444;
	font-size:14px;
	padding: 7px 20px 5px 12px;
	display: block;
	margin-bottom:5px;
	margin-top:7px;
	width: 100px;
}

.AsbuiltdropDown_content a:hover {
	background-color: #F7F8F9;
	width:100px;
	margin-top:7px;
} 

.show {
  display: block;
}
.fitViewerdata{
	color: #4A4A4A;
	font-size: 16px;
	line-height: 16px;
	font-weight:bold;
}

.fitViewerbox{
	float: right;
	border: 1px solid #979797;
	border-radius:9px;
	height:100%;
	width:100%;
	margin-top:20px;
}

.color0568AB{
	color: #0568AB;
}

.cursorpointer{
	cursor: pointer;
}

.font_bold{
	font-weight:bold;
}
.filterWithButton {
	position: absolute;
	z-index: 1;
	left:141px;
}
#dateSelection{
    display:none;
}
.merakiRefreshBtn{
	background: #FFFFFF;
    border: 1px solid #0568AE;
    border-radius: 4px;
    width: 226px;
    height: 30px;
    font-size: 14px;
    color: #0568AE;
    padding: 0px;
    line-height: 24px;
}

.GlobalReachBtn {
    background: #0568AE;
    border-radius: 4px;
    padding: 0 20px;
    height: 30px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
}
.GlobalReachBtn:hover {
    color: #333;
    text-decoration: none;
}
.macGlobalReachTextboxes {
    height: 30px;
	padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 4px;
}	
#globalMAC::-webkit-input-placeholder { /* Edge */
	color: #333;
	font-size: 12px;
	opacity: 1 !important;
}
#globalMAC:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #333;
	font-size: 12px;
	opacity: 1 !important;
}
#globalMAC::placeholder {
	color: #333;
	font-size: 12px;
	opacity: 1 !important;
}

					
.ml39 {
	margin-left: 39px !important;
}
.ml32{
	margin-left: 32px;
}
.ml104{
	margin-left: 104px;
}
#enterpriseTicketsTable_wrapper > div.dt-buttons{
	margin-left:10px;
}

.fitViewerboxsave{
	margin-bottom:20px;
	margin-right:20px;
	float:right;
	margin-top:15px;
	height:30px;
	width:100px;
	padding:2px;
	border-radius: 4px;
	font-size: 14px;
    line-height: 24px;
}

.fitViewereditTechsave{
	float:right;
	margin-top:10px;
	height:30px;
	width:100px;
	padding:2px;
	border-radius: 4px;
	font-size: 14px;
    line-height: 24px;
}

.fitViewereditTechcancel{
	margin-right:15px;
	float:right;
	margin-top:10px;
	height:30px;
	width:100px;
	padding:2px;
	border-radius: 4px;
	font-size: 14px;
    line-height: 24px;
}

.borderfortextboxes{
	border: 1px solid #979797;
	border-radius:4px;
	padding: 5px;
    font-size: 16px;
    color: #444444;
    line-height: 22px;
}

.fitviewerdropdown{
	width: 90%;
    padding: 4px;
    border-radius: 5px;
}

.fitviewersmalldropdowns{
	margin-top:5px;
	width: 12%;
    padding: 4px;
    border-radius: 5px;
}

.fitViewerboxcancel{
	margin-bottom:20px;
	margin-right:15px;
	float:right;
	margin-top:15px;
	height:30px;
	width:100px;
	padding:2px;
	border-radius: 4px;
	font-size: 14px;
    line-height: 24px;
}

.paddingTab{
	padding-top: 23px;
}

.active-li-tab{
    padding: 0px 0px 10px 30px !important;
    border: none !important;
}

.active-li-tab:hover{
	color: #0568AE !important;
}

.accountName:hover , .venueAddress:hover{
	color: #444444 !important;
}

.link-text {
    text-align: left;
    display: block;
	padding-bottom: 10px;
	padding-top: 41px;
}

.paddingTopH4{
	padding-top: 0px !important;
}

.ticketNumber{
	color: #444444 !important;
	line-height: 14px !important;
	font-size: 14px !important;
}

.allTickets{
	font-size: 14px !important;
	color: #0568AE !important;
	line-height: 14px !important;
}
.dashboardDateWidth{
width:88px !important;
    margin-left: 20px;
    background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 4px;
	height: 30px;
	}
	.fromDate{
	margin-left: 20px;
    font-size: 12px;
    color: #999999;
	}
	.fromTo{
	margin-left: 121px;
    font-size: 12px;
    color: #999999;
	}
.dashboardCustomBtn{
	border-radius: 4px;
    background: #5A5A5A;
    color: white;
    height: 30px;
    margin-left: 89px;
    width: 100px;
}
.dashboardCustomSetBtn{
	border-radius: 4px;
    background: #0568AE;
    color: white;
    height: 30px;
    margin-left: 20px;
    width: 100px;
    padding: 4px 12px;
}
.datePickerdiv {
	width: 329px;
	height: 135px;
	background-color: #fff;
	position: absolute;
	left: 383px;
	top: 144px;
	border: 1px solid #979797;
	border-radius:0px 4px 4px 4px;
	box-shadow: 2px 2px 9px 0 rgba(0,0,0,0.50);
}
.imgcalendar{
	height: 30px;
    width: 30px;
    margin-left: 10px;
}
.ml33{
	margin-left: 33px;
}

.fitViewerCaseList{
    padding: 1px 0px 2px 3px;
	border-radius: 5px;
}

.minHeight250{
	min-height : 250px;
}

.border-left1{
	border-left: 1px solid #9B9B9B;
}

.hrLineDocument{
	border-top: 1px solid #979797;
}
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}

.dropMenudate {
	left: 20px;
	top: 22px;
	min-width: 133px !important;
	border: 1px solid #979797;
	border-radius:0px 0px 4px 4px;
	
    box-shadow: 2px 2px 9px 0 rgba(0,0,0,0.50)
}

.dropMenudateSelected {
	box-shadow: none !important;
	border-bottom: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.dispalyInline{
	display: inline-block;
}

.wdwAccountName{
	font-size: 22px;
    color: #444444;
    line-height: 22px;
    margin-bottom: 25px;
}

#wdwDashboard>.nav-tabs>li>a {
	    line-height: 13px !important;
}

.mt19pt5{
	margin-top: 19.5px !important;
}
.fitThumbnailsTable td[class*=col-]{
	float: left !important;
}
.dashboardHead{ 
	font-size: 22px; 
    line-height: 22px; 
    color: #444444; 
	padding-bottom: 11px; 
	display: inline-block;
	padding-top:15px;
} 
.dashboardHead.lastTime {
	float: right;
	color: #EF6F00;
	font-size: 18px;
}
.dashboardNextTime {
	font-size: 18px;
	line-height: 20px; 
	padding-top: 20px;
}

.ticketsHead, .invoiceHardware { 
	font-size: 22px; 
    line-height: 22px; 
    color: #444444; 
	padding-bottom: 11px; 
	padding-top: 35px; 
}

.dropMenudate .dateFilterRange,.dropMenudateSelected .dateFilterRange{
	    color: #052C00 !important;
}
.fromto{
	padding-top:20px;
}

#t_hardwareReturn.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child::before{
display:none;
}

#t_hardwareReturn.dataTable.compact tbody td{
padding-left: 15px !important;
}

#t_hardwareReturn.dataTable.compact tbody tr td:nth-child(6){
	display: block !important;
}

.pageFooter{
	height: 244px;
	background: #000000;
	border: 1px solid #979797;
	font-size: 12px;
	color: #D2D2D2;
	text-align: center;
	line-height: 12px;
	bottom: 0;
	width: 100%;
}

.pageFooter1{
	height: 244px;
	background: #000000;
	border: 1px solid #979797;
	text-align: center;
	width: 100%;
}

.footerBlock{
	padding-top:90px;
	padding-bottom:32px;
}

.copyright {
    font-family: Arial,
         "Helvetica Neue",
         Helvetica,
         sans-serif;
}

.logintextBoxes{
    width: 98.6%;
	background: #FFFFFF;
	border: 1px solid #D2D2D2;
	border-radius: 10px;
	height:50px;
}

.loginButton{
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height: 24px;
    width: 50%;
	background: #0568AE !important;
	border-radius: 4px;	
	padding: 10px 20px 13px 20px;
	height:50px;
}

.posAbsolute{
	position: absolute;
}

.color71C5E8{
	color: #71C5E8;
}

.colorD2D2D2{
	color:#D2D2D2;
}

.footerhr{
	width: 994px;
	border-top: 1px solid #FFFFFF;   
	margin-top: 22px; 
	margin-bottom: 17px;
}
.pt23{
	padding-top:23px
}
.whiteList{
	border-bottom: 3px solid #FFFFFF;
	}
	.whiteList1{
	border-bottom: 3px solid #fafafa;
	}
.btnSearch
{
	    background-image: url(../images/icon_search.svg);
	    background-repeat:no-repeat;
   background-size:contain;
   height:28px;
   width:22px;
       margin-top: 5px;
    margin-left: 8px;
    background-color: white;
    border: white;
    margin-right: 8px;
}
.font-weight_normal{
	font-weight: normal;
}
.corpInputBox{
	background-color:#ffffff;
	height: 34px;
    width: 209px;
    border-radius: 4px;
    display: inline-flex;
    
}
.corpInput{
	display: block;
    width: 164px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius:4px;
}
.corpInputLine{
	border-left: 1px solid #9B9B92;
    margin-bottom: 5px;
    margin-top: 5px;
}
.profileImg{
	height:24.5px;
	width:18px;
}
.white-color {
	color: #FFFFFF;
}

.headerOptions a:focus, .headerOptions a:hover{
	color: #FFFFFF;
}

.userProfile{
	padding-top: 14px;
	z-index: 0;
	display: inline-flex;
	}

.showUserData{
  min-width: 149px !important;
  height: auto !important;
  right: 0 !important;
  top: 64px !important;
  position: absolute !important;
  background: rgba(0,0,0,0.8) !important;
  z-index: 9999 !important;
  padding: 6px 24px 6px 15px !important;
  text-align: right !important;
  border-radius: 2px; /* optional */
}

.showUserData .userName{
  display: block;
  line-height: 20px;
}
.ht34{
	    height: 34px;
}
.showUserData .logout{
	
	color:#FFFFFF !important;
}
.userName{
	white-space:nowrap;
	padding:12px;
	color: #EA7400;
}

.corpAccLine {
	border-left: 2px solid #ffffff;
	height: max-content;
	margin-top: 20px;
	padding-top: 9px;
}

.ml67{
	margin-left: -67px;
}

.corpAccNameText{
	
	    position: relative;
    left: -20px;
    top: 21px;
}

#search-header-id .profileImg{
	    position: relative;
    right: 15px;
	
} 


.ticketComments{
	padding: 5px 15px;
}

.panelStyleGuide{
	background: #FFFFFF;
	border: 1px solid #D2D2D2;
	border-radius: 10px;
	padding:30px;
}

.m0{
	margin : 0px;
}

table.ticketDetailTable  {
	border-spacing: 20px;
	border-collapse: separate; 
}
.ticketDetailTable td {
	width: 298px;
}

.ticketKeyDev {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

.ticketValueDiv {
	font-size: 16px;
	font-weight: bold;
}

.emma{
	font-weight: bold;
	font-size: 22px;
	color: white !important;
	padding: 20px 25px 20px 20px;
}
.InvoicePanelColor{
	border : 1px solid #D2D2D2 ;
}

.navbar-styling{
	display: flex;
	justify-content: start !important;
    flex-direction: row !important;
}
.navbar-hamburger, .navbar-styling-brand, .navbar-links, .navbar-search{
	margin: auto 0;
}

.navbar-hamburger-icn{
	width: 20px;
	height: 20px;
}

.navbar-styling-brand{
	margin-left: 20px;
}

.navbar-hamburger  {
	width: 1.5%;
}
.navbar-styling-brand  {
	width: 35%;
}
.navbar-links {
	width: 47.5%;
	text-align: right;
}
.navbar-search{
	width: 16%;
	place-content: flex-end;
}
.navbar-links a:hover,.navbar-links a:focus {
	color: white;
	border-bottom: 3px solid #FFFFFF;
}

.headerTextAlign{
	vertical-align: middle;
}

.ht40{
	    height: 40px;
}

.accountNameStyle {
	 margin-top:17px;
	 float:left;
	 font-size:18px
}

.venueAddressStyle {
	margin-top: 15px;
    float: right;
    font-size: 18px;
    display: flex;
    height: auto;
    min-height: 26px;
}

.navBarStyle{
	background-color :#000000 !important;
	border-color: #000000 !important;
}
.ul-tabs-div{
	float:right;
	width:100%
}

.signal-db-headline {
    color: orange;
    font-weight: bold;
}

.expandedSyling .venueStatusWAN { 
	margin-top: 5px; 
} 
.venueStatusLine{ 
	width: 278px; 
	border: 1px solid #9B9B9B; 
	margin-top: 0px; 
	margin-bottom: 10px; 
}

.editWANHr{
	margin-bottom: 11px;
    border-style: groove;
    color: #9B9B9B !important;
}

.editWANRadio{
	float: left;
    height: 20px;
    width: 20px;
    margin-top: 0px !important;
}

.editWANConfListName{
	display: list-item !important;
	overflow: hidden;
    word-break: break-all !important;
    margin-bottom: 23px;
    font-size: 18px;
    line-height: 21px;
}

.editWANConfList  ul{
	list-style: none;
    padding-left: 5px;
    column-count: 2;
}

.btn-dimensions{
	width: 150px;
    height: 50px;
}

.modal-md{
    min-width: 900px;
    max-width: 900px;
    min-height: 421px;
    max-height: 421px;
}

.modal-content-md {
	padding: 20px 20px;
	border-radius: 10px;
	background-color: #fff;
}
.btn:disabled{
	 border: 1px solid #0568AE !important;
    padding: 4px 11px !important;
    font-size: 18px !important;
    line-height: 24px !important;
    background: #0568AE !important;
    border-radius: 4px !important;
    color: #fff !important;
    vertical-align: baseline;
}
.btn-primary{
	    
    padding: 4px 11px !important;
    font-size: 18px !important;
    line-height: 24px !important;
        background-color: #337ab7;
    border-color: #2e6da4;
    border-radius: 4px !important;
    color: #fff !important;
    vertical-align: baseline;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
        padding: 3px 8px !important;
}
.btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
        padding: 3px 8px !important;
}
.primary-md-btn-active, .btn.focus, .primary-md-btn-active:focus, .primary-md-btn-active:hover {
    border: 1px solid #0568AE;
    padding: 12px 30px !important;
    font-size: 24px;
    line-height: 24px !important;
    background: #0568AE;
    border-radius: 4px !important;
    color: #fff;
    vertical-align: baseline;
}

.editWANLink{
	font-size: 14px;
	color: #0568AE;
	line-height: 16px;
}
.addFontTitle{
	font-size: 18px;
    color: #191919;
    position: relative;
    text-align: left;
    padding: 30px 0px 10px 8px;
    font-family: ClearviewATT-Book;
    line-height: 1;
    max-width: 175px;
}
.allTags{
	clear: left;
}
.tagSelection{
	    float: left;
	    width: 100%;
	    text-align: left;
}
.tagName{
	display: inline;
	font-family: ClearviewATT-Book;
    font-size: 12px;
    color: #191919;
    letter-spacing: 0;
    line-height: 2;
    vertical-align: bottom;
    padding-left: 9px;
    font-weight: normal;
}
.tagListDisplay {
	    padding: 1px 0px 1px 10px;
}

.tagSelectionCheckbox{
	height: 21px;
	width: 21px;
}
.modal-sm-fit-submit{
    min-width: 590px;
    max-width: 590px;
    min-height: 510px;
    max-height: 510px;
}

.modal-content-sm-fit-submit {
	padding: 20px 20px;
	border-radius: 10px;
	background-color: #fff;
}

.pr20{
	padding-right:20px !important;
}

.bb0{
	border-bottom: 0px !important;
}
.cancelUpdateTags{
	background: #FFFFFF;
    width: 85px;
    height: 30px;
    padding: 2px;
    border-radius: 4px;
    color: #0568AE;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #0568AE;
	font-family: ClearviewATT-Book;
}
.cancelUpdateTags:hover{
	
		background: #FFFFFF;
    width: 85px;
    height: 30px;
    padding: 2px;
    border-radius: 4px;
    color: #0568AE !important;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #0568AE !important;
	font-family: ClearviewATT-Book;
}

.applyTagsUpdateButton{
	width: 80px;
    height: 30px;
    padding:0px;
    margin-left:4px;
    font-family: ClearviewATT-Book;
        border: 1px solid #0568AE !important;
    padding: 8px 15px !important;
    font-size: 14px !important;
    line-height: 14px !important;
    background: #0568AE !important;
    border-radius: 4px !important;
    color: #fff !important;
}
.applyTagsUpdateButton:disabled{
	width: 80px;
    height: 30px;
    padding:0px;
    margin-left:4px;
    font-family: ClearviewATT-Book;
        border: 1px solid #0568AE !important;
    padding: 8px 15px !important;
    font-size: 14px !important;
    line-height: 14px !important;
    background: #0568AE !important;
    border-radius: 4px !important;
    color: #fff !important;
	
}
.tagSelectionPanel{
	float:left;
	margin-left: 10px;
	padding-bottom: 15px;
}
.tagSelectionPanel .selectLink{
	margin-right: 10px;
	font-family: ClearviewATT-Book;
    font-size: 12px;
    color: #0568AE;
    letter-spacing: 0;
    line-height: 15px;
}
.tagSelectionPanel .deSelectLink{
	margin-left: 10px;
	font-family: ClearviewATT-Book;
    font-size: 12px;
    color: #959595;
    letter-spacing: 0;
    line-height: 15px;
}
.closeFlagModal{
	    border: 1.5px double #000 !important;
	    opacity: .6;
	    border-radius: 50%;
	    height: 21px;
	    width: 21px;
	    margin-top: 12px;
   		margin-right: 4px;
}
.cross-sign{
	font-size: 18px;
    line-height: 0.5;
    font-size: medium;
}
.grey-out{
	color: #959595 !important;
}
.turn-blue{
	color: #0568AE !important;
    border-bottom: 1px solid #0568AE;
}
.tagSelection {
  margin-bottom: 10px;
}

/* use :not selector here to support older broswers 
   more info: http://code.stephenmorley.org/html-and-css/styling-checkboxes-and-radio-buttons/
*/

.tagSelection input[type=checkbox]:not(old) {
  opacity: 0;
  /* match the dimentsions of the custom label */
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
}

/**
 * The box
 */

.tagSelection label {
  position: relative;
}

.tagSelection label::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -20px;
    width: 21px;
    height: 21px;
    border-radius: 3px;
    background-color: #FFF;
    border: 1px solid #959595;
    transform: rotate(0);
    pointer-events: none;
    color: #0568AE;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 4px;
    font-weight: bold;
}

/**
 * The tick
 */

.tagSelection input[type=checkbox]:checked+label:after {
  content: "\2713";
}
.tagsUpdateButtons{
	position: relative;
    clear: both;
    padding-top: 10px;
    padding-bottom: 20px;
}
.alignTagsModal{
	right: 150%;
}
.grayBgColor{
	background: #F5F4F4;
}
.tagsUpdateButtons .btn:hover{
	
	color: #fff;
}

.zeroline{
	fill: none;
    stroke: #B61A1A;
    stroke-width: 0.95px;
}
.fitProceedBtn{
	padding: 8px 25px;
    font-family: ClearviewATT-Book;
    font-size: 32px;
    background: #0568AE;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .venueTagDtls{
 position:relative;
 left:20px;
 }
}

 .fitLoginImg{
    width: 50px;
	margin-bottom: 30px;
	height: 50px;
 }
 .fitHeaderStyle{
     font-size: 40px;
    color: #444444;
    line-height: 1;
    font-family: ClearviewATT-Book;
 }
 .pd-lg-top{
 padding-top: 3.5vw;
 }
 .d-inline{
 display: inline-block;
 }
 
.fitHead{
	display: flex;
    justify-content: center;
}
 
 @media ( max-width : 767px) {
	.top-align {
		padding-top: 11px;
	}
}

.chevronTblAlign {
	position: relative;
	top: 10px;	
}

.showHidePhotoTxt {
	position: relative;
	text-decoration: underline;
	right: 40px; 
	bottom: 15px;
	padding: 0;
	margin: 0;
	font-family: ClearviewATT-Book;
	font-size: 14px;
	color: #0568AE;
	line-height: 14px;
}

.cursorPointer:hover {
	cursor: pointer;
}

 .splashPgTxt {
 	color: #9B9B9B;
 }

.submitAfterCompletionMessage {
	border-bottom: 1px solid #4CA90C;
	border-top: 1px solid #4CA90C;
	/* font-weight: bold; */
	text-align: center;
	color: green;
	padding: 10px;
	font-family: ClearviewATT-Book;
	font-size: 20px;
	color: #4CA90C;
	line-height: 13px;
}

@media ( max-width : 767px) {
	.submitAfterCompletionMessage {
		font-size: 33.56px;
		text-align: center;
		line-height: 33.56px;
	}
}

@media ( max-width : 320px) {
	.submitAfterCompletionMessage {
		font-family: ClearviewATT-Book;
		font-size: 14px;
		line-height: 14px;
	}
}

@media ( max-width : 479px) {
	span {
		font-size: 10px;
	}
}

@media only screen and (min-width : 1200px) {
	.container {
		width: 1024px;
	}
}
@media only screen and (min-width : 1200px) {
	.container {
		width: 1024px;
	}
	.fitHeadingPanel{
	position:relative;
}

.fitInstallerInfo .col-lg-6{
	width: 44%;
}

.casePanel .col-lg-3 {
    width: 27%;
}
.caseInvalidTooltip{
	    top: 75%;
    left: 23%
}
}
@-moz-document url-prefix() {
  .fitCaseNumberInput{
  width: -moz-available;
  }
}

/* @media all  (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .d-xs-ct{
 display:ruby-base !important;
          
} */

  .fitPostal{
  margin-top: 20px;
  margin-left:0px !important;
  }
  
   @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fitCaseNumberInput{
  width: 100%;
  }
  
  @media (max-width: 767px){

	.d-xs-ct{
 display:ruby-base;
 }

  }
}
@-moz-document url-prefix() {
  .fitCaseNumberInput{
  width: -moz-available;
  }
  .fitPostal{
  margin-left:0px !important;
  }
}
@media (min-width: 768px){
.ml-sm-3{
	margin-left: 3.3%;
}
.d-lg-inline{
	display: inline-block !important;	
}
.d-lg-none{
	display: none !important;
}
 .pd-lg-top80{
 padding-top: 80px;
 }
.container {
    width: 100%;
    max-width: 1024px;
}

.fitSubmitButton{
	height: 60px !important;
	width: 159px;
}

.fitHeadingPanel{
	margin-top: 100px;
}
.fitCaseNumberInput{
	height: 60px;
	font-size: 28px;
	width: 332px;
}
.installerFormInputs{
	width: 570px;
}
.fitPostal{
 margin-left: 40px;
 margin-top: 0;
 width: 198px;
 }
 .fitLoginImg{
    width: 82px;
    height: 82px;
 }
 
 .fitLoginImgSm{
    width: 50px;
    height: 50px;
 }
  .installerTitle{
     display: flex;
    text-align: center;
    font-size: 18px;
}
}
@media (max-width: 767px){
.fitHeadingPanel {
    margin-top: 40px;
}
.fitHeaderStyle {
    font-size: 8vw;
}
.fitLoginImg{
	width: 14vw;
    height: 14vw;
}

.fitLoginImgSm{
	width: 6.5vw;
    height: 6.5vw;
}

.lhFitHeadSm {
	line-height: 6.78vw !important;
}

.fitCaseNumberInput{
	font-size: 6vw;
    height: 10vw;
}
.fitSubmitButton{
	margin-top: 122px;
	height: 15vw;
    width: 30vw;
    font-size: 6vw;
}
.footerText{
	font-size: 4vw !important;
}
.pd-xs-top40{
 padding-top: 43px;	
}
.pd-xs-bottom20{
 padding-bottom: 20px;	
}
.fitLoginImg{
	margin-bottom: 15px;
}
#m_container{
	min-height:168vw !important;
}
.fitContainer{
	min-height:545px !important;
}
.caseInvalidTooltip{
	    position: relative;
	left: -94vw;
    top: 31vw;
}
.caseInvalidTooltip .caseInvalidTooltiptext{
	width: 275px;
    font-size: 12px;
}
.d-xs-block{
	display: block !important;
}

.pt-xs-20{
	padding-top: 20px;
}
.installerButtonsPanel .d-inline
{
display: block;
}
.installerButtonsPanel .exitInstallerButton{
	position: relative;
    padding: 0px 15px 0px 15px;
    margin-bottom: 130px;
	}
.installerButtonsPanel .proceedInstallerButton{
	    padding: 0px 15px 0px 15px;
    margin-bottom: 30px;
	    position: relative;
}
.installerButtonsPanel .fitProceedBtn{
	margin-left:0px;
	height: 16vw;
    font-size: 10vw;
    line-height: 1;
}
.fitExitButton{
	height: 16vw;
    font-size: 10vw;
    line-height: 1;
}
.fitInstallerInfo{
	position: relative;
    top: 46px;
	
}

.d-xs-ct{
 display:contents;
 }
 .installerTitle{
 display: block;
    float: left;
    font-size: 5vw;
}
.d-xs-none{
	display: none !important;	
}
.caseInvalidTooltip .caseInvalidTooltiptext::after{
	  position: inherit;
    top: -3vw;
    right: 83vw;
    margin-top: -6px;
    border-width: 3vw;
    border-color: transparent transparent #FFB81C transparent;
    z-index:-1;
}

.caseInvalidTooltip .caseInvalidTooltiptext{
	
	    width: 97vw;
    font-size: 4vw;
    height: 8vw;
}
}

.reloadDeviceList{
    background: #FFFFFF;
    border: 1px solid #0568AE;
    border-radius: 4px;
    font-family: ClearviewATT-Book;
    font-size: 14px;
    color: #0568AE;
    line-height: 24px;
    width: 130px;
    height: 30px;
    font-weight: 100;
}

.fitDeviceLocationInput{
	width: 300px;
	height: 30px;
}

.trashcanBlueDocs{
	width: 12px;
	height: 15px;
}

@media only screen and (min-width : 768px) and (max-width : 900px) {
	.caseInvalidTooltip{
    left: 18%;
	}
	
}

@media screen and (max-width : 768px) and (min-width:0\0) and (min-resolution: 72dpi) {
.caseInvalidTooltip .caseInvalidTooltiptext::after{
	position:relative;
	top:-9vw;
	right:-6vw;
	border-width:6vw;
	z-index:-1;
}
	}
@media screen and (min-width:0\0) and (min-resolution: 72dpi) {
.caseInvalidTooltip .caseInvalidTooltiptext{
	width: 295px;
    font-size: 12px;
}


	}
	
.hardwareTable td.asBuiltstabledata.col-sm-4.pb20.pl0.ng-scope {
    padding: 0px !important;
}

.vl{
	display: inline-block;
    height: 20px;
    width: 1px;
    background: white;
    vertical-align: middle;
}

.btnDeletePhoto img{
	width: 12px;
}





/* - - - - - - - - - - - - - - -  Portal Messages - - - - - - - - - - - - - - -  */

.portalMessagesPage {
	color: #4A4A4A;
}

.portalMessagesPage .head_title {
	font-family: ClearviewAtt-Bold;
	font-size: 22px;
	line-height: 22px;
}

.portalMessagesPage .head_message {
	font-family: ClearviewAtt-Book;
	font-size: 18px;
	line-height: 18px;
}

/* = = = = = = = Table Starts Here = = = = = = =   */
.portalMessagesPage .tableWrapper {
	padding: 20px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #D2D2D2;
	margin-top: 15px;
}

.checkAll{
	font-family: ClearviewATT-Book;
    font-size: 14px;
    color: #0568AE;
    line-height: 14px;
    text-decoration: underline !important;
}

.inActiveLink {
 pointer-events: none;
 cursor: default;
 color: #9B9B9B;
}

.portalMessagesPage table {
	border-collapse: collapse !important;
}

.portalMessagesPage .tableWrapper tbody {
	border-bottom: 2px solid #9b9b9b;
	border-top: 2px solid #9b9b9b;
	
}

.portalMessagesPage .table_flexContent {
	background: #FFFFFF;
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
	float:left;
}

a.createMessageBtn{
	background: #0568AE !important;
    border-radius: 4px !important;
    color: white !important;
    width: 125px;
    height: 30px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    border: #0568AE !important;
    text-shadow: none !important;
}

#t_disneyPortalMessages_wrapper > button.dt-button:focus:not(.disabled), div.dt-button:focus:not(.disabled), a.dt-button:focus:not(.disabled){
	background-image: none !important;
	border: #0568AE !important;
}

#t_disneyPortalMessages_filter  input[type=search]{
	border-width: 1px;
    border-color: #979797;
    border-style: solid;
    ont-family: ClearviewATT-Book;
    font-size: 14px;
    font-weight: 100;
}

#t_disneyPortalMessages a {
    font-family: ClearviewATT-Book;
    font-size: 14px;
    color: #0568AE;
    line-height: 14px;
}

.portalTable{
	word-break: break-word;
}

.portalCustomersList{
	/* display: initial; */
    column-count: 3;
    list-style: none;
}

.portalCustomerListHead{
	padding-bottom: 0px !important;
    margin-bottom: -4px;
}

.portalMessagesPage .table_flexContent button{
	background: #0568AE;
	border-radius: 4px;
	color: #ffffff;
}

.portalMessagesPage .table_flexContent input{
	background: #ffffff;
	width: 200px;
	padding: 4px;
	border: 1px solid #979797;
	border-radius: 4px;
}


/* = = = = = = = = =  Portal Messages Modal = = = = = = = = = = */

.portalMessagesPage .flexRow {
	display: flex;
}

.portalMessagesPage .modal100 {
	width: 100%;
}

.portalMessageModalHeader{
	font-family: ClearviewATT-Book;
    font-size: 24px;
    color: #4A4A4A;
    line-height: 24px;
    display: contents;
}

.portalMessageModalClose {
    color: #595959 !important;
    opacity: 1 !important;
    margin-top: -15px !important;
    margin-right: -10px;
    line-height: 10px;
}

.portalMessagesModalDimensions{
	width: 900px;
    height: 685px;
        max-width:65% !important;
}

#portalMessagesModal .modalHeader{
	padding-bottom: 29.5px;
}

#portalMessagesModal .portal-modal-body{
	padding-top: 29.5px;
    padding-bottom: 29.5px;
    border-top: 1px solid #9B9B9B;
}

.portalMessageModalHeaderSmall{
	font-family: ClearviewATT-Book;
	font-size: 22px;
	color: #4A4A4A;
	line-height: 22px;
	padding-bottom: 15px;
}

#portalMessagesModal .portalPlaceholder{
	font-family: ClearviewATT-Book;
	font-size: 14px;
	color: #4A4A4A;
	line-height: 24px;
}

#portalMessagesModal .portalInputBox{
	background: #FFFFFF;
	border: 1px solid #979797;
	border-radius: 4px;
	border-radius: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
}

#portalMessagesModal .checkboxes{
	float: left;
    vertical-align: middle;
    margin-right: 10.5px;
    margin-top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #747678;
}

.portalBannerMessageDate{
	display: block !important;
}

.portalCalIcon{
	width: 35px;
}

select.timeDropdown:required:invalid{
	color:gray;
}

.timeDropdown>option{
	color:black;
}

.portalBannerMessageDate{
	width: 85px;
    background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 4px;
    height: 34px;
    padding: 6px;
}

.timeDropdown{
	background: #FFFFFF;
	border: 1px solid #979797;
	border-radius: 4px;
	width: 59px;
    height: 34px;
}

.portalMeridiemInput{
	align-self: center;
    padding-top: 25px;
    padding-left: 5px;
}

.portalMeridiemRadio{
	width: 20px;
    height: 20px;
}

.portalMeridiemText{
	vertical-align: super;
	font-family: ClearviewATT-Book;
	font-size: 14px;
	color: #4A4A4A;
	line-height: 14px;
	padding-left: 3px;
}

.minWidthFit{
	min-width: fit-content;
}

.minContentWidth{
	width: min-content !important;
}

.merokiModalHeading h5 {
	width: 180px;	
}

.merokiModalHeading p,
.merokiModalHeading h5 {
	font-family: Aleck Regular;
	margin-top: 15px;
    color: #444444;
    
    text-align: left;
    line-height: 18px;
}

.merokiModalHeading p {
	font-size: 14px;
	left: 25px;	
}

#upload_div1{
	margin: 0px 60px 20px 60px; 
	padding: 0px 0px 22px 0px; 
	border-bottom: 1px solid rgb(169, 169, 169);
}

#upload_div2{
	margin: 0px 60px 0px 60px;
	padding: 0px 0px 0px 0px;
}

@media (max-width: 767px){
	.modal-dialog {
		width: 100vw;
		padding: 10px;
		margin: 0px;
	}
	.asBuitlsCloseButton {
		font-size: 14px;
		height: auto;
	}
	#upload_div1{
		margin: 0px 0px 20px 0px; 
	}
	#upload_div2{
		margin: 0px;
	}
	.fitContainer .col-sm-4, #mainBodyContainerPanel .col-sm-4{
		width: 33.33333333%;
		float: left;
	}
}
.fitContainer .col-lg-4, #mainBodyContainerPanel .col-lg-4{
	width: 33.33333333%;
	float: left;
}
#m_header, #innerheaderPanel, #mainBodyContainerPanel, #m_container{
	min-width: 994px;
}
.exitCaseDetail::before{
	content: "\2039";
    font-size: 26px;
}

#historyTable thead tr th:nth-child(1){
	width: 20% !important;
}
#historyTable thead tr th:nth-child(2){
	width: 27% !important;
}

#historyTable thead tr th:nth-child(3){
	width: 20% !important;
}

#historyTable thead tr th:nth-child(4){
	width: 10% !important;
}

#historyTable thead tr th:nth-child(5){
	width: 10% !important;
}

#historyTable thead tr th:nth-child(6){
	width: 28% !important;
}

#layout-footer-id{
	padding-top:30px;
	min-width: 994px;
}
#m_container{
	min-height: 750px; 
	margin: 0 auto;
	display: flex; 
	flex-direction: column;
}

.dataTableLine {
	border-collapse: collapse !important; 
}
.deviceStatusPanel .width120 p{
	margin-bottom: 10px;
    margin-top: 2px;
    line-height: 22px;
}
.AfterHoursWiFiDiv{
	text-align: center;
	margin: auto;
	padding-top: 10px;
}
.AfterHoursWiFiBtn {
    background: #4CA90C;
    border-radius: 4px;
    padding: 0 20px;
    height: 30px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
}
.AfterHoursWiFiBtn:hover {
    background: #228B22;
    color: #FFFFFF;
}
.AfterHoursWiFiBtn:visited, .AfterHoursWiFiBtn:focus {
	color: #fff;
}
.AfterHoursWiFiMsg{
	padding: 4px 0px 10px 0px;
	color: #4CA90C;
}
.AfterHoursWiFi_error{
	color: #900002;
}

/*AWSFIT-39 CSS_START*/

div#showinstalltracker h1#field_dash
{
	font-size: 36px;
	color: #191919;
	line-height: 36px;
}
div#showinstalltracker h1#field_dash .select2-selection--single{
	font-size: 22px;
    color: #444;
    height: 31px;
}
div#showinstalltracker h1 span#select_account_name
{
	width: 299px !important;
	
}
div#showinstalltracker h1 span select.chosen
{
	background: #FFFFFF;
	border: 1px solid #979797;
	border-radius: 4px;
/* 	display: inline !important; */
}
div#showinstalltracker h1 span select option
{
	font-size: 22px;
	color: #444444;
	line-height: 22px;
}
div#showinstalltracker #fit_comment
{
	font-size: 22px;
	color: #4A4A4A;
	line-height: 22px;
	text-align: center;
	font-family: "Aleck Regular";
    font-weight: bold;
	
}
div#dashboard_table_container table#dashboard_table thead tr:nth-child(3) th.sort-header:after 
{
    font-family: FontAwesome;
    content: '  \f0dc';
    color: #4A4A4A;
    float: right;
    font-size: 14px;
    width:8px;
    
}
div#dashboard_table_container table#dashboard_table thead tr:nth-child(3) th.st-sort-ascent:before 
{
    content: '';
}
div#dashboard_table_container table#dashboard_table thead tr:nth-child(3) th.st-sort-ascent:after 
{
    font-family: FontAwesome;
    content: '  \f0de';
    color: #4A4A4A;
    float: right;
    font-size: 14px;
    width:8px;
}
div#dashboard_table_container table#dashboard_table thead tr:nth-child(3) th.st-sort-descent:before 
{
    content: '';
}
div#dashboard_table_container table#dashboard_table thead tr:nth-child(3) th.st-sort-descent:after
{
    font-family: FontAwesome;
    content: '  \f0dd';
    color: #4A4A4A;
    float: right;
    font-size: 14px;
    width:8px;
}
#dashboard_table_container
{
    text-align: center;
  	background-color: #ffffff;
  	padding:20px;
    
}
div#dashboard_table_container table#dashboard_table tr 
{
	position: relative;
    height: 40px !important;
    width: 954px;
    text-align: left;
}
div#dashboard_table_container table#dashboard_table thead tr td div#date-fromSelected
{
	float: right !important;
}
div#dashboard_table_container table#dashboard_table thead tr td div#date-toSelected
{
	padding-left: 4px;
}
div#dashboard_table_container table#dashboard_table thead tr td#colfromDate
{
	padding-left: 46px;
    padding-right: 10px;
}
div#dashboard_table_container table#dashboard_table thead tr td#coltoDate
{
	padding-left: 20px;
    padding-right: 6px;
}
div#dashboard_table_container table#dashboard_table thead tr td input.form-control
{
	background: #FFFFFF;
	border: 1px solid #979797;
	border-radius: 4px;
	width: 120px;
	height: 34px;
	background-image : url('../images/icon_fitDashboardCalendar.svg');
 	background-Repeat :no-repeat; 
 	cursor:pointer;
 	background-Position : 97% center;
 	float: right;
 	margin-left: 10px;
 	font-size: 14px;
	color: #444444;
	line-height: 14px;
	padding-left: 8px !important;
	padding-right: 25px;
}
div#dashboard_table_container table#dashboard_table thead tr td input#fromDate
{
	font-size: 14px;
	color: #444444;
	line-height: 14px;
}
div#dashboard_table_container table#dashboard_table thead tr td input#toDate
{
	font-size: 14px;
	color: #444444;
	line-height: 14px;
}
div#dashboard_table_container table#dashboard_table thead tr td span#fromDate
{
	position: absolute;
	top: 7px;
	left: -30px;
}
div#dashboard_table_container table#dashboard_table thead tr td span#toDate
{
	position: absolute;
	top: 7px;
	left: -10px;
}
div#dashboard_table_container table#dashboard_table thead tr td#clear_dates
{
	float: left;
	text-align: left;
	font-size: 14px;
	color: #0568AE;
	line-height: 14px;
	padding-bottom:4px;
	padding-top: 11px;
	padding-left: 0px;
	width: 40px;
}
div#dashboard_table_container table#dashboard_table thead tr td#clear_dates span
{
	width: 40px;
	height: 28px;
	cursor:pointer;
}
/* div#dashboard_table_container table#dashboard_table thead tr td#fit_search
{
	text-align: left;
} */
div#dashboard_table_container table#dashboard_table thead tr td input[type="search"]
{
	background: #FFFFFF;
	border: 1px solid #979797;
	border-radius: 4px;
	width: 215px;
	height: 34px;
	float: left;
    margin-left: 50px;
	
}
div#dashboard_table_container table#dashboard_table thead tr td input[type="search"] ::placeholder
{
	font-size: 14px;
	color: #9B9B9B;
	line-height: 14px;
}
div#dashboard_table_container table#dashboard_table thead tr td#validation_message
{
	cursor:pointer;
	text-align: right;
	font-size: 14px;
	color: #990000;
	line-height: 14px;
	padding-right: 20px;
	border-top-width: 0 !important;
	
}
div#dashboard_table_container table#dashboard_table thead tr#validation_message_row td
{
	border-top-width: 0 !important;
	text-align: center;
}
div#dashboard_table_container table#dashboard_table tbody tr:nth-child(even)
{
    background-color: #ffffff;
}
div#dashboard_table_container table#dashboard_table tbody tr:nth-child(odd)
{
    background-color: #f2f2f2;
}
div#dashboard_table_container table#dashboard_table thead tr th.sort-header
{
	font-size: 12px;
	color: #4A4A4A;
	line-height: 18px;
	border-top-width: 0 !important;
}
div#dashboard_table_container table#dashboard_table tbody tr td.fit_venue a,
div#dashboard_table_container table#dashboard_table tbody tr td.fit_venue a:hover,
div#dashboard_table_container table#dashboard_table tbody tr td.fit_venue a:active,
div#dashboard_table_container table#dashboard_table tbody tr td.fit_venue a:focus,
div#dashboard_table_container table#dashboard_table tbody tr td.fit_venue a:visited
{
	font-size: 12px;
	color: #0568AE;
	line-height: 1.4;
	display: inline-block;
    max-width: 120px;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
    word-wrap: break-word;
}
/* div#dashboard_table_container table#dashboard_table tbody tr td.fit_venue a:hover:before{
	content: attr(title);
} */
div#dashboard_table_container table#dashboard_table thead tr th.input-sm form-control
{
	font-size: 14px;
	color: #9B9B9B;
	line-height: 14px;
	border: 1px solid #979797;
	border-radius: 4px;
}

div#dashboard_table_container table#dashboard_table thead tr td select#statusFilter
{
background: #FFFFFF;
border: 1px solid #979797;
border-radius: 4px;
width: 212px;
height: 34px;
}
div#dashboard_table_container table#dashboard_table tbody tr td
{
	font-size: 12px;
	color: #4A4A4A;
	line-height: 12px;
	vertical-align: middle;
}
div#dashboard_table_container table#dashboard_table tbody tr#noData td
{
	text-align: center;
}
.no-top-border{
	border-top: none !important;
}
/*AWSFIT-39 CSS_END*/
/*AWSFIT-77 CSS_END*/
div#dashboard_table_container table#dashboard_table tfoot tr td.fit_pagination
{
	text-align: left;
	font-size: 14px;
	color: #4A4A4A;
	line-height: 18px;
}
div#dashboard_table_container table#dashboard_table tfoot tr td span.noOfRowInfoText {
	display: inline-block;
    font-size: 14px;
	color: #4A4A4A;
	line-height: 14px;
	margin-right: 10px;
}
div#dashboard_table_container table#dashboard_table tfoot tr td.fit_pagination select {
    background-image: linear-gradient(0deg, #DFDFDF 0%, #FFFFFF 100%);
	border: 1px solid #979797;
	border-radius: 4px;
	-webkit-appearance: auto;
	width: 45px;
	height: 36px;
}
div#dashboard_table_container table#dashboard_table tfoot tr td.fit_pagination_page{
	text-align: right !important;
}
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination {
    text-align: right !important;
}
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination li a{
	border: none !important;
}
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination li.disableIt span {
    opacity: 50%;
    border: none !important;
}
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination li.makeActive span,
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination li.makeActive span:hover,
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination li.makeActive span:active,
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination li.makeActive span:focus,
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination li.makeActive span:visited {
    background-image: linear-gradient(0deg, #DFDFDF 0%, #FFFFFF 100%);
    border: 1px solid #979797;
    border-radius: 4px;
    cursor: default;
}
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination li a,
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination li span {
    font-size: 14px;
    color: #4A4A4A;
    line-height: 14px;
    padding: 10px 15px;
    margin-left: 0px;
}
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination li:first-child a,
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination li:first-child span,
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination li:last-child a,
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination li:last-child span {
	padding-left: 5px;
    padding-right: 5px;
}
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination li a:hover,
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination li span:hover,
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination li a:active,
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination li span:active,
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination li a:focus,
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination li span:focus,
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination li a:visited,
div#dashboard_table_container table#dashboard_table tfoot tr div.customPaginationFITDashboard ul.pagination li span:visited {
    color: #4A4A4A;
    background-color: transparent;
    border-color: transparent;
    outline: none;
    margin-left: 0px;
}
/* div#dashboard_table_container table#dashboard_table tfoot tr td { */
/* 	padding: 10px 0; */
/* } */

/*AWSFIT-77 CSS_END*/

/*AWSFIT-21 css_start*/

 #OverallTotalsD3Graph{
	width:400px;
	height:170px;
	position: relative;
	left: 660px;
	margin-top:15px;
	margin-bottom: -2px;
}
 #graphHeading1{
	 width:151px;
	 font-weight:700;
	 font-size: 22px;
	 position:relative;
	 left: 509px;
}
 #graphHeading2{
	 font-size: 18px;
	 position:relative;
	 left: 509px;
}
 #questionIconOverall{
	display: none; 
	position: relative;
	left: 517px;
	margin-top:-4px;
}
/*AWSFIT-21 css_end*/

/*AWSFIT-5 css_start*/
 div#dashboard_table_container table#dashboard_table thead tr td#fit_search span#download img {
	 float:right;
	 width: 20px; 
	 height: 17px; 
	 cursor: pointer;
 }
 div#dashboard_table_container table#dashboard_table thead tr th img#statusquestionIcon {
	 margin-left:7px;
	 width:22px;
	 height:15px;
 }
 div#dashboard_table_container table#dashboard_table thead tr td input[type="text"]:disabled {
	 opacity: 50%;
	 color: #979797;
 }
/*AWSFIT-5 css_end*/
.toolTip {
  position: absolute;
  display: none;
  min-width: 125px;
  height: auto;
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #D2D2D2;
  font-size: 9px;
  color: #9B9B9B;
  z-index: 1000;
  text-align: center;
}

.dailyToolTip {
    display: none;
    position: absolute;
    top: -5px;
    left: 60px;
    min-width: 135px;
    min-height: 30px;
    padding: 5px;
    z-index: 100;
    background: #fff;
    color: #9B9B9B;
    font-size: 9px;
    -moz-border-radius: 5px; /* this works only in camino/firefox */
    -webkit-border-radius: 5px; /* this is just for Safari */
}
.dailyToolTip span:before{
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; 
    border-right:8px solid #fff;
    left:-8px;    
    top:30%;
}
.tooltipStatusData{
	color:#191919;
}
/*AWSFIT 31 CSS_Start*/
  .axis .domain {
    display: none;
}
  .monthText {
    fill: #4A4A4A;
    font-weight: bold;
}
 .axisTop text {
    fill: #4A4A4A;
    font-size: 11px;
}
 .axisBottom text {
    fill: #0568AE;
    font-size: 9px;
}
 .axisBottom .monthText {
    display: none;    
}
 #dailyTracker {
 	position: relative;
    top: -170px;
    width: 600px;
    height:250px;
    left: 12px;
    margin-bottom: -150px;
}
 #rightArrow {
   	width: 20px;
  	height: 40px;
 	position:relative;
  	left: 548px;
    top: -146px;
}
 #leftArrow {
	width: 20px;
  	height: 40px;
 	position:relative;
  	left: -22px;
  	top: -146px;
}
 #questionIconDaily{
	 display:none;
	 position: relative;
	 left: 15px;
	 margin-top:-6px;
}
 #dailyTrackerHeading{ 
	 width:151px;
	 font-weight:bold;
	 font-size: 22px;
	 position:relative;
	 left: 12px;
}
 div#trackerDataMapper {
	 width: 569px !important;
 	 overflow: hidden;
	}
 div#trackerDataMapper #legends{
	 position: absolute;
	}
/*AWSFIT 31 CSS_END*/
/*CSS for Message on Top Starts*/
p#msg
{
	font-size: 14px;
	color: #4A4A4A;
	text-align: right;
	line-height: 14px;
}
p#msg span#msg_alert
{
	font-weight: bolder;
}

/*CSS for Message on Top Ends*/

.hideThis {
	display: none !important;
}

#showAsBuiltTable .select2-selection--multiple{
	cursor: pointer;
	padding: 4.7px 15px 8.3px 12px;
}
#showAsBuiltTable .select2-selection--multiple textarea {
    cursor: pointer;
}
#showAsBuiltTable .select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
#showAsBuiltTable .chosen-container, #showAsBuiltTable .select2-container{
	    width: 100% !important;
}
.subTitleFont{
	font-family: 'Aleck Regular';
	font-size: 17px;
	color: #4A4A4A;
	line-height: 20px;
}

.firmwarespace{
	padding-left: 25px;
} 

#ShowAuditTrail .panelWithStyleGuide{
	padding-bottom:35px;
}
 
.circuitPanelTable{
	padding-top: 0px !important;
    padding-bottom: 20px;
}

.error{
font-size: 12px;
font-weight:bold;
margin-top:7px;
border:1px solid rgba(255, 0, 0, .5);
position:absolute;
padding: 1% 1%;
border-radius: 5px;
border-color:black;
background-color:white;
}
.error::before{
content:"";
width:0;
height:0;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-top: 9px solid black;
position: absolute;
top: -21%;
left: 5%;
}

.dt-info {
    float: left;
    width: auto;
    margin-top: 15px;
    padding-top: 5px;
}

.dt-paging {
    float: right;
    width: auto;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.dt-container::after {
    content: "";
    display: block;
    clear: both;
}

.dt-search {
	display: flex;
flex-direction: row;
justify-content: end;
}
.dt-orderable-none{
	opacity:0;
}
td.dt-type-numeric {
    text-align: start !important;
}
.t_apcAuditTrailBody tr {
	display:flex !important;
	flex-direction:column;
	
}
.dt-type-date{
	    text-align: left !important;
}
 
 #hlt_assets_wrapper {
  font-size: 13px;
}

#hlt_assets {
  width: 100% !important;
  border-collapse: collapse;
}

#hlt_assets thead th {
  position: relative;
  vertical-align: middle;
  padding: 10px 26px 10px 10px !important;
  white-space: normal;
  line-height: 1.15;
}

#hlt_assets thead th:not(.dt-body-center) {
  text-align: left;
}

#hlt_assets thead th.dt-body-center {
  text-align: center;
}

#hlt_assets thead th .custom-sort {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 9px;
  pointer-events: none;
}

#hlt_assets thead th .custom-sort .sort-arrow {
  font-size: 8px;
  line-height: 8px;
  display: block;
  opacity: 0.7;
}

#hlt_assets thead th.dt-body-center img#mark {
  display: inline-block !important;
  margin-left: 4px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

#hlt_assets tbody td {
  padding: 8px 10px !important;
  vertical-align: middle;
}

#hlt_assets thead th:first-child {
  width: 85px !important;
  min-width: 85px;
  padding-left: 10px !important;
  padding-right: 26px !important;
  text-align: center;
}

#hlt_assets tbody td:first-child {
  width: 85px !important;
  min-width: 85px;
  padding-left: 34px !important;
  padding-right: 10px !important;
  text-align: center;
  white-space: nowrap;
  position: relative;
}


#hlt_assets_wrapper .dataTables_info,
#hlt_assets_wrapper .dataTables_paginate {
  padding-top: 6px;
}

#hlt_assets_wrapper table.dataTable thead th .dt-column-order,
#hlt_assets_wrapper table.dataTable thead th button.dt-column-order,
#hlt_assets_wrapper table.dataTable thead th span.dt-column-order {
  display: none !important;
}

#hlt_assets_wrapper table.dataTable thead th.sorting:before,
#hlt_assets_wrapper table.dataTable thead th.sorting:after,
#hlt_assets_wrapper table.dataTable thead th.sorting_asc:before,
#hlt_assets_wrapper table.dataTable thead th.sorting_asc:after,
#hlt_assets_wrapper table.dataTable thead th.sorting_desc:before,
#hlt_assets_wrapper table.dataTable thead th.sorting_desc:after {
  display: none !important;
}

#hlt_assets_wrapper table.dataTable.dtr-inline > tbody > tr > td.dtr-control,
#hlt_assets_wrapper table.dataTable.dtr-inline > tbody > tr > th.dtr-control,
#hlt_assets_wrapper table.dataTable.dtr-inline > tbody > tr > td.details-control,
#hlt_assets_wrapper table.dataTable.dtr-inline > tbody > tr > th.details-control {
  cursor: pointer;
}

#hlt_assets_wrapper table.dataTable.dtr-inline > tbody > tr > td.dtr-control:first-child:before,
#hlt_assets_wrapper table.dataTable.dtr-inline > tbody > tr > th.dtr-control:first-child:before,
#hlt_assets_wrapper table.dataTable.dtr-inline > tbody > tr > td.details-control:first-child:before,
#hlt_assets_wrapper table.dataTable.dtr-inline > tbody > tr > th.details-control:first-child:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #2fa4dc;
  border: 1px solid #1b7fb0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #cfcfcf;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 8px 2px, 2px 8px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 !important;
}

#hlt_assets_wrapper table.dataTable.dtr-inline > tbody > tr.parent > td.dtr-control:first-child:before,
#hlt_assets_wrapper table.dataTable.dtr-inline > tbody > tr.parent > th.dtr-control:first-child:before,
#hlt_assets_wrapper table.dataTable.dtr-inline > tbody > tr.dt-hasChild > td.dtr-control:first-child:before,
#hlt_assets_wrapper table.dataTable.dtr-inline > tbody > tr.dt-hasChild > th.dtr-control:first-child:before,
#hlt_assets_wrapper table.dataTable.dtr-inline > tbody > tr.parent > td.details-control:first-child:before,
#hlt_assets_wrapper table.dataTable.dtr-inline > tbody > tr.parent > th.details-control:first-child:before,
#hlt_assets_wrapper table.dataTable.dtr-inline > tbody > tr.dt-hasChild > td.details-control:first-child:before,
#hlt_assets_wrapper table.dataTable.dtr-inline > tbody > tr.dt-hasChild > th.details-control:first-child:before {
  background-image: linear-gradient(#fff, #fff);
  background-size: 8px 2px;
  background-position: center;
  background-repeat: no-repeat;
}

#hlt_assets_wrapper table.dataTable > tbody > tr.child > td {
  text-align: left !important;
  padding: 10px 12px !important;
  background: #fff;
}

#hlt_assets_wrapper table.dataTable > tbody > tr.child ul.dtr-details {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

#hlt_assets_wrapper table.dataTable > tbody > tr.child ul.dtr-details > li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

#hlt_assets_wrapper table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: 0;
}

#hlt_assets_wrapper table.dataTable > tbody > tr.child .dtr-title {
  min-width: 170px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}

#hlt_assets_wrapper table.dataTable > tbody > tr.child .dtr-data {
  flex: 1;
  color: #444;
  word-break: break-word;
}

@media (max-width: 768px) {
  #hlt_assets_wrapper table.dataTable > tbody > tr.child ul.dtr-details > li {
    flex-direction: column;
    gap: 4px;
  }
  #hlt_assets_wrapper table.dataTable > tbody > tr.child .dtr-title {
    min-width: auto;
    white-space: normal;
  }
  
}
table.dataTable thead > tr > th.dt-orderable-asc:hover,
table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > th.dt-ordering-asc:hover,
table.dataTable thead > tr > th.dt-ordering-desc:hover,
table.dataTable thead > tr > th:hover {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important; /* Ensures no background color shift */
}

table.dataTable thead th .dt-column-title {
    outline: none !important;
    border: none !important;
}
.custom-sort {
    pointer-events: none;
    user-select: none;
}

.selectableCustomer{
	color: #4A4A4A !important;
}
.fs-15px {
  font-size: 14px !important; 
}
#t_disneyPortalMessages tbody td {
    font-size: 14px;
}
.custom-modal-delete{
	height: 165px;
    padding: 20px;
}
.reportList li a{
	color:#0568AE !important;
	
}
#reports_table_wrapper a{
	color:#0568AE !important;
}
#legalPanel input {
height:34px !important;	
}
#legalPanel input::placeholder {
	color:#999999;
	font-weight: bold;
}

.datetimepicker-days th.prev:before {
    content: "<";
    font-weight: bold;
    font-size: 14px;
}

.datetimepicker-days th.next:before {
    content: ">";
    font-weight: bold;
    font-size: 14px;
}
.pageFont{
	font-size:14px !important;
}
.pageFont a{
	    color: #337ab7 !important
}
.fsize{
	font-size:18px !important
	
}
.fsizes{
	font-size:24px !important
}
.alertStyle{
	    padding: 17px !important;
    font-size: 14px !important;
    color: #31708f !important;
}
.btnbtnPrimary{
	color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

a{
 color: #337ab7 ;
}
.venue-pagination-container{
	display: flex;
    flex-direction: row;
    gap: 17px;
    justify-content: end;    
    margin-top: 20px;	
}
.pagination-container{
	display: flex;
    flex-direction: row;
    gap: 17px;
    justify-content: end;
    
    margin-top: 20px;
	
}
/* Pagination container */
.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size:10px !Important
 
}

/* Pagination items */
.pagination li {
  margin: 0 0px;
  border: 1px solid #ddd;
}

/* Pagination links */
.pagination li a {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  color: #337ab7; /* normal link color */
  
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.2s ease;
}

/* Hover effect */
.pagination li a:hover {
  background-color: #f5f5f5;
  border-color: #ccc;
}

/* Active/current page */
.pagination li.active a {
  background-color: #337ab7;
  color: #fff;
  border-color: #337ab7;
  pointer-events: none; /* prevent click */
}

/* Disabled state */
.pagination li.disabled a {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* Optional: make « and » slightly smaller */
.pagination li a.prev,
.pagination li a.next {
  font-weight: bold;
  font-size: 14px;
}
#hardware_Asset_name span:first-child {
    display: inline-block;       /* allows breaking */
    overflow-wrap: break-word;   /* modern standard */
    word-wrap: break-word;       /* fallback */
    word-break: break-all;       /* break anywhere if needed */
}

/* Optional: break specifically at hyphens */
#hardware_Asset_name span:first-child::after {
    content: "\200B"; /* zero-width space to allow breaking */
}

.css-icon {
  width: 14px;
  height: 14px;
  display: inline-block;

  /* GLOBAL ICON COLOR */
  background-color: #337ab7;

  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6 2v2h3.586L2 11.586 3.414 13 11 5.414V9h2V2z'/%3E%3C/svg%3E")
    no-repeat center / contain;

  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6 2v2h3.586L2 11.586 3.414 13 11 5.414V9h2V2z'/%3E%3C/svg%3E")
    no-repeat center / contain;
}
.select2-container {
  width: 100% !important;
  z-index: 1050; /* matches Bootstrap modal */
}

.select2-container--default .select2-results>.select2-results__options{
	overflow-x:hidden !important;
}
.select2-selection__rendered{
	display:none;
}
#deviceModalTable{
	width:100% !important;
	margin-top:20px;
}

.select2-search__field{
	padding-bottom:22px !important;
}