@import url("https://use.fontawesome.com/releases/v5.4.1/css/all.css");

.cbxx{
    background: #f00;
}

.select-devices-modal {
  width: 100%;
  height: auto;
  max-width: 1250px !important;
  border-radius: 20px;
}

/* Added on 17th sept 2019 */
  .pointer-class{
    cursor: pointer;
  }
  .element-spacing{
    padding : 5px;
  }
  .action-items{
    cursor: pointer;
    padding : 7px;
  }
  .pagination{
    float : right;
  }

  .table thead tr th{
    background: #f4f5f7;
    color: #5e6c84;
    padding: 1.05rem .75rem;
    border-bottom: 0;
    vertical-align: top;
  }
  .table tbody tr:nth-child(even){
    background: #D6EAF8;
  }
  .table tbody tr td .btn-group .btn{
    background: transparent;
    border-radius: 0;
    border-color: #999;
    color: #999;
  }

  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    opacity: .5;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 6px dashed;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

.page-item.active .page-link{
  background-color: #0151cb !important;
  border : #0151cb !important;
}
.btn-secondary{
  color: #fff;
  background-color: #0151cb !important;
  border-color: #0151cb !important;
}
.scheduling-group-color{
  border-radius: 10px;
  /* margin: auto; */
  opacity: 0.7;
}
.table-bordered td, .table-bordered th{
  border : 0px !important;
}
.table td, .table th{
  padding: .75rem;
  vertical-align: inherit;
}
#pageDropDown span[class="caret"]{
  display : none;
}
.dropdown-menu,.show{
  min-width: 0rem !important;
}
.cookies-acceptance-modal{
  margin-bottom: 0px;
  width : 100%;
  height : auto;
  max-width: 1000px !important;
  border-radius: 20px;
}
.accept-cookie{
  border-radius: 8px;
  background-color: #0647a6;
  border: #0647a6;
  height: 40px;
  width: 90px;
  color:white;
}
.reject-cookie{
  border-radius: 8px;
  height: 40px;
  width: 90px;
  margin-left: 10px;
}
.group-name-link {
  background: none!important;
  border: none;
  padding: 0!important;
  font-family: sans-serif;
  color: #0151cb;
  text-decoration: none;
  cursor: pointer;
  font-style: bold;
}
.group-modal-name{
  margin-left: 10px;
  width: 300px;
  margin-bottom: 30px;
}

.group-modal-header-div{
  margin: 20px 20px 20px 0px;
}

.group-details-modal{
  display: 'flex' !important;
  flex-direction: 'column' !important;
  flex-grow: '1' !important;
  font-size: '14px' !important;
  font-weight: 'normal' !important;
  color: '#112138' !important;
  font-family: 'OpenSans' !important;
  line-height: 1.5 !important;
  width: '100%' !important;
  border-radius: 20px;
}
.react-bootstrap-table>table>thead>tr>th .date-filter-comparator, .react-bootstrap-table>table>thead>tr>th .number-filter-comparator{
  display : none;
}
.react-bootstrap-table>table>thead>tr>th .date-filter-input, .react-bootstrap-table>table>thead>tr>th .number-filter-input{
  margin-left: 0px !important;
  float: left !important;
  width: calc(100% - 22px) !important;
}
.scheduling-actions{
  width: 130px;
  height: 100px;
  padding: 7px;
}
.scheduling-action-dots{
  margin-top: 25px;
  position: fixed;
  margin-left: 130px;
  color: gray;
}
/* .dropdown-toggle-split::after{
  display:none;
} */
.user-profile-menus{
  position: absolute;
  background-color: white;
  color: black;
  width: 150px;
  padding: 7px;
  margin-left: 100px;
  border: 1px solid #ccc9c9;
  right: 81px;
}
.user-profile-icon{
  margin-left : 10px;
}
.user-action-menu{
  position: absolute;
  bottom: 0;
  background-color: #202e38;
  color:white;
  border-color: #202e38;
  margin-left : 135px;
}
.delete-modal-dialog-div {
  width: 400px;
  margin-bottom: auto;
  border-radius: 20px;
}
.add-subgroup-modal-dialog-div {
  width: 400px;
  margin-bottom: auto;
  border-radius: 20px;
}
.div-sub-group-control-body{
  padding : 15px;
}

.delete-p-text{
  font-size: 14px;
  color: gray;
}
.schedule-delete-confirm-checkbox{
  font-size: 14px;
  font-weight: bold;
  color: gray;
}
.delete-confirm-button{
  border-radius: 8px;
  background-color: #0647a6;
  border: #0647a6;
  height: 40px;
  color:white;
}
.schedule-delete-cancel-button{
  height: 32px;
  background-color: #ff7f50;
  border-color: white;
  margin-left: 10px;
  color: white;
  font-size: 12px;
}
.delete-buttons-div{
  float: right;
}
.show-group-details-modal-dialog{
  margin-bottom: auto;
  overflow-x: auto;
  border-radius: 20px;
}
.terms-of-services-modal-dialog{
  margin-bottom: auto;
  overflow-x: auto;
  border-radius: 20px;
}
.privacy-policy-modal-dialog{
  margin-bottom: auto;
  overflow-x: auto;
  border-radius: 20px;
}
.light-sidebar-ddl{
  width: 120px;
  float: right;
}
.light-sidebar-textbox{
  float: right ;
  width: 85px;
  height: 30px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #000;
  padding: 6px 7px 5px 7px;
  border: solid 1px #dfe1e5;
  text-align: center;
  outline: none;
}
.big-checkbox{
  float: right ;
  width: 20px;
  height: 30px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #5E6C84;
  padding: 6px 7px 5px 7px;
  border: solid 1px #dfe1e5;
  text-align: center;
  outline: none;
}

/* for style of multi-select table-filter */
.css-2b097c-container {
  width: 140px;
}
.css-1hwfws3{
  overflow : visible !important;
}

.issue-thin-row-size{
  height : 60px;
}
.issue-medium-row-size{
  height : 70px;
}
.issue-thick-row-size{
  height : 80px;
}

.schedule-thin-row-size{
  height : 60px;
}
.schedule-medium-row-size{
  height : 70px;
}
.schedule-thick-row-size{
  height : 80px;
}

.group-thin-row-size{
  height : 60px;
}
.group-medium-row-size{
  height : 70px;
}
.group-thick-row-size{
  height : 80px;
}

.inventory-thin-row-size{
  height : 60px;
}
.inventory-medium-row-size{
  height : 70px;
}
.inventory-thick-row-size{
  height : 80px;
}

.site-thin-row-size{
  height : 60px;
}
.site-medium-row-size{
  height : 70px;
}
.site-thick-row-size{
  height : 80px;
}

.workorder-thin-row-size{
  height : 60px;
}
.workorder-medium-row-size{
  height : 70px;
}
.workorder-thick-row-size{
  height : 80px;
}

.set-schedule-modal{
  width : 650px;
  height : 370px;
  border-radius: 20px;
}
.text-filter{
  width: 140px;
}
.set-schedule-week-days{
  display:flex;
}
.set-schedule-week{
  margin-left : 60px;
}
.time_picker_modal_container{
  width : 305px !important;
}
.padding-10{
  padding : 10px;
}
.class-bold{
  font-weight : bold;
}
.edit-schedule-modal{
  width : 100%;
  height : auto;
  max-width: 1250px !important;
  border-radius: 20px;
}
.application-button{
  font-family: 'OpenSans';
  font-size: '13px';
  font-weight: 'bold';
  font-style: 'normal';
  font-stretch: 'normal';
  letter-spacing: '1px';
}
.application-button-small{
  padding : 0px 10px 0px 10px !important;
}
.edit-schedule-tab-panel{
  width: 750px;
  height: 650px;
}
.edit-schedule-save-btn{
  left: 80%;
}
.styles_modal__gNwvD{
  max-width : 95%;
}
.actions-ddl{
  width: 165px;
  /*height: 140px;*/
  padding: 7px;
}
.edit-schedule-tab-headers{
  margin-top: 20px;
}
.react-tabs__tab {
  background: #fff !important;
  border-color:black !important;
  color: black !important;
  border-radius: 0 0 0 0 !important;
  bottom:0px !important;
  border-bottom: 1px solid !important;
  margin : 1px;
  padding: 12px 35px 13px 35px !important;
  font-family: OpenSans !important;
  font-size: 14px;
}
.react-tabs__tab--selected{
  background: #0151cb !important;
  border-color: #0151cb !important;
  color: white !important;
}
.edit-group-custom-tab-buttons-div{
  position: absolute;
  margin-top: -66px;
  margin-left: 400px;
}
.edit-group-custom-tab-time-input, .edit-group-custom-tab-brightness-input{
  padding: 12px 12px 12px 12px !important;
  width: 150px;
  height: 47px;
  margin-top: 3px;
}
.edit-group-custom-tab-apply-btn{
  width: 165px;
  background-color: white !important;
  border-color: black !important;
  color: black !important;
}
.edit-group-custom-tab-apply-btn-text{
  font-family: 'OpenSans';
  font-size: '13px' !important;
  color: black !important;
  letter-spacing: 0px !important;
}
.create-new-schedule-btn{
  padding : 12px 12px 12px 12px !important;
  float: right;
}
.create-schedule-modal{
  width : 100%;
  height : auto;
  max-width: 1250px !important;
  border-radius: 20px;
}
.create-schedule-name-div{
  margin-top:20px;
}
.create-schedule-save-btn-div{
  margin-top:20px;
}
.create-schedule-name-input{
  width: 400px;
  height: 30px;
}

.create-schedule-listing-table{
  margin-top:40px;
}
.create-schedule-table-header-div{
  background-color: gray;
  height: 40px;
  margin-left: 0px;
  margin-right: 0px;
}
.create-schedule-table-header-title{
  color :white;
  font-weight: bold;
  margin-top: 10px;
}
.create-schedule-table-header-link{
  color :white;
  float:right;
  font-weight: bold;
  margin-top: 10px;
  text-decoration: underline;
}
.application-error-messages{
  font-size: 14px;
  color: red;
}
.create-schedule-no-record{
  border: 1px solid lightgray;
  height: 40px;
  margin-top: -10px;
}
.create-schedule-mode-select .css-2b097c-container{
  width:250px;
}
.wrapper .preview_container{
  margin-top : -5px !important;
}
.time_picker_preview{
  height : 38px !important;
}
.assign-schedule-modal-dialog{
  margin-bottom: auto;
  overflow-x: auto;
  border-radius: 20px;
}
.confirmation-modal {
  width: 480px;
  height: 200px;
  border-radius: 20px;
}
.confirmation-text{
  margin:20px;
}
.confirmation-btn-div{
  margin-top: 10px;
  margin-left: 240px;
  bottom: 15px;
  position: absolute;
}
.confirmation-ok-btn{
  border-radius: 8px;
  background-color: #0647a6;
  border: #0647a6;
  height: 40px;
  width: 90px;
  color:white;
}
.confirmation-cancel-btn, .workorder-confirmation-cancel-btn{
  border-radius: 8px;
  height: 40px;
  width: 90px;
  margin-left: 10px;
}
.center-aligned{
  text-align : center;
  margin-bottom: 10px;
}

/* .create-group-parent-div{
  margin-left :30px;
} */
.create-group-name-div{
  margin-top:20px;
}
.create-group-name-input{
  width: 400px;
  height: 30px;
}
.create-group-save-btn-div{
  margin-top:20px;
}
.create-group-listing-table{
  margin-top:40px;
}
.create-group-table-header-div{
  background-color: gray;
  height: 40px;
  margin-left: 0px;
  margin-right: 0px;
}
.create-group-table-header-title{
  color :white;
  font-weight: bold;
  margin-top: 10px;
}
.create-group-table-header-link{
  color :white;
  float:right;
  font-weight: bold;
  margin-top: 10px;
  text-decoration: underline;
}
.create-group-no-record{
  border: 1px solid lightgray;
  height: 40px;
  margin-top: -9px;
}
.create-group-modal{
  width : 100%;
  height : auto;
  max-width: 1250px !important;
  border-radius: 20px;
}
.device-details-modal{
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  color: #112138 !important;
  font-family: OpenSans !important;
  line-height: 1.5 !important;
  width: 100% !important;
  border-radius: 20px;
}
.add-devices-btn{
  text-align: center;
  margin-top: 10px;
}
.center-aligned{
  text-align: center;
}
.device-map-details-modal, .device-map-details-modal, .select-devices-modal {
  width: 1249px;
  height: 820px;
  max-width: 1250px !important;
  border-radius: 20px;
}
.edit-group-modal{
  width : 100%;
  height : auto;
  max-width: 1250px !important;
  border-radius: 20px;
}
.important-fields{
  color: red;
  font-weight: bolder;
  font-size: 20px;
}
.set-schedule-button{
  position: absolute;
  bottom: 25px;
}
.device-list-search-parent-div{
  float: right;
}
.table-search-btn, .table-search-btn:hover{
  border-radius: 8px;
  background-color: #0647a6;
  border: #0647a6;
  height: 40px;
  width: 90px;
  color:white;
}
.device-list-search-button-div{
  margin-left: -20px;
}
.appHeaderClass{
  background: #202e38;
  color: #FFFFFF;
  position: fixed;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 500;
  top: 0;
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  display: flex;
  align-items: center;
}
.headerLink{
  width: auto;
  white-space: nowrap;
  list-style: none;
}

.headerLink a{
  display: inline-block;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  margin-right: 20px;
  line-height: 1;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.midbox{
  display: flex;
  flex-direction: row-reverse;
  padding: 0 20px 0 20px;
}
.toprow{
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  padding: 10px 5px 10px 5px;
}

.mystyle {
  width: 100%;
  padding: 25px;
  background-color: coral;
  color: white;
  font-size: 25px;
  box-sizing: border-box;
}
.desktopViewForTabs{
  display : block;
}
.mobileViewForTabs{
  display : none;
}
.overviewtoprow{
  display: grid;
  grid-template-columns: 2fr 2fr;
}
.overviewlightcount{
  font-size: 32px;
  letter-spacing:normal;
  line-height: 1;
  padding-top: 10px;
}
.overview-right-column{
  text-align: right;
  font-family: OpenSans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.overview-left-column{
  text-align: left;
  font-family: OpenSans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.issuestoprow{
  display: grid;
  grid-template-columns: 2fr 3fr 1fr;
  padding: 10px 5px 10px 5px;
}
.issuestoprow .lhs{
  display: flex;
}
.issuestoprow .middle{
  display: flex;
  flex-direction: row-reverse;
  padding:0 20px 0 20p;
}
.issuestoprow .rhs{
  text-align: right;
}

.lhs > div{
  margin: 0 1rem;
}

.middle > div{
  margin: 0 1rem;
}

.css-1fe3owl .table-responsive{
  overflow-x:auto;
}

#div-username-mob{
  display:none;
}

.react-bootstrap-table-pagination{
  margin: 0;
}

.issuestoprow .box-btn .css-1pu9ly1{
  height: 202px;
}

.issuestoprow .box-btn .css-1pu9ly1 .css-61q32i{
  margin-top: -10px;
}

.css-2l9fv6{
  width: 170px !important;
}

.react-bootstrap-table{
  width: 100%;
  overflow: auto;
  margin-bottom: 8px;
  height: 500px;
}

.table{
  margin-bottom: 0;
}

.table-responsive{
  overflow: hidden;
}

.css-f53qdl{
  margin-bottom: 65px;
}

.fixed-table-footer .react-bootstrap-table-pagination{
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #fff;
  padding-top: 15px;
}

.css-slmx4d{
  cursor : pointer;
}

*:focus,
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.table-container{
  display: 'flex';
  flex-direction: 'column';
  flex-grow: '1';
  font-size: '14px';
  font-weight: 'normal';
  color: '#112138';
  font-family: 'OpenSans';
  line-height: 1.5;
  width: '100%'
}

.filter::placeholder {
   font-size: 14px;
}

.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.column-show{
  display: table-cell;
}
.column-hide{
  display: none;
}

.issue-actions-ddl {
  width: 120px;
  height: 85px;
  padding: 7px;
}
.workorder-actions-ddl {
  width: 131px;
  height: 140px;
  padding: 7px;
}

.create-work-order-modal{
  margin-bottom: auto;
  overflow-x: auto;
  border-radius: 20px;
}

.create-issue-modal{
  margin-bottom: auto;
  overflow-x: auto;
  height : auto;
  border-radius: 20px;
}

.dropdown-select .css-2b097c-container{
  width:250px;
}

.text-box{
  width: 250px;
  height: 38px;
}

.application-loader{
  position: absolute;
  top: 45%;
  left: 45%;
}

.overlay {
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
}

polygon{
  stroke-width: 2 !important;
}
.margin-top-10{
  margin-top : 10px ;
}
.display-inline-flex{
  display: inline-flex;
}
.margin-top-negative-4{
  margin-top: -4px;
}
.margin-left-30{
  margin-left : 30px;
}
.margin-top-4{
  margin-top: 4px;
}
#siteNameOnAddSubgroup,.addSubgroupControl{
  margin-top : 10px;
}
.lbl-device-list{
  margin-bottom: 20px;
}

.popup-header{
  background-color: #0647a6;
  color: white;
  margin: -20px -20px 20px -20px;
  height: 55px;
  border-radius: 20px 20px 0px 0px;
}
.popup-header-text{
  margin: 0px 0px 0px 20px;
  position: absolute;
  top: 7px;
  font-size: 25px;
}
.styles_closeButton__20ID4{
  background: white;
}
.error-messages-center{
  position: relative;
  top: 35px;
  text-align: center;
}
.subgroup-array{
  overflow-wrap: break-word;
}
.issue-work-order-listing{
  width: 184px !important;
  border-radius: 4px !important;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.09) !important;
  background-color: #ffffff !important;
  position: absolute !important;
  margin-top: 8px !important;
  padding: 16px 8px !important;
  z-index: 1 !important;
  max-height: 50% !important;
  overflow-y : auto !important;
}
.paddingButton{
padding-right: 22px !important;
}
/* desktop style end */

/********* 11/14/2019 ***********/
@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px)  {
  /* for all popups */
  .popup-header {
    margin: -10px -10px 10px -10px;
    height: 50px;
  }
  .popup-header-text {
    margin: 0px 0px 0px 10px;
  }
  /* for all popups end*/

  /* Force table to not be like tables anymore */
  .table-common table, thead, tbody, th, td, tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .table-common thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table-common tr { border: 1px solid #ccc; }

  .table-common  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  .table-common td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    /* top: 6px; */
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .table-common .scheduling-group-color{
     margin: 0;
  }

  /*  Label the group table data  */
  .group-thin-row-size{
    height: auto;
  }

  .table-group-mob  td:nth-of-type(1):before { content: "GROUP MAC"; }
  .table-group-mob  td:nth-of-type(2):before { content: "GROUP NAME"; }
  .table-group-mob  td:nth-of-type(3):before { content: "NO. OF DEVICES"; }
  .table-group-mob  td:nth-of-type(4):before { content: "ASSIGNED SCHEDULE"; }
  .table-group-mob  td:nth-of-type(5):before { content: ""; }

   /*  Label the schedule table data  */
  .schedule-thin-row-size {
    height: auto;
   }

  .table-schedule-mob  td:nth-of-type(1):before { content: "SCHEDULE ID"; }
  .table-schedule-mob  td:nth-of-type(2):before { content: "SCHEDULE NAME"; }
  .table-schedule-mob  td:nth-of-type(3):before { content: ""; }

 /*  Label the issue table data */
  .issue-medium-row-size {
    height: auto;
  }
  .table-issue-mob  td:nth-of-type(1):before { content: "SELECT"; }
  .table-issue-mob  td:nth-of-type(2):before { content: "SITE ID"; }
  .table-issue-mob  td:nth-of-type(3):before { content: "PRIORITY"; }
  .table-issue-mob  td:nth-of-type(4):before { content: "ISSUE TYPE"; }
  .table-issue-mob  td:nth-of-type(5):before { content: "LOCATION"; }
  .table-issue-mob  td:nth-of-type(6):before { content: "DATE CREATED"; }
  .table-issue-mob  td:nth-of-type(7):before { content: "COMMENTS"; }
  .table-issue-mob  td:nth-of-type(8):before { content: "STATUS"; }
  .table-issue-mob  td:nth-of-type(9):before { content: ""; }

   /*  Label the inventory details table  */
  .inventory-thin-row-size {
    height: auto;
   }

  .table-inventory-mob  td:nth-of-type(1):before { content: "SITE ID"; }
  .table-inventory-mob  td:nth-of-type(2):before { content: "SITE NAME"; }
  .table-inventory-mob  td:nth-of-type(3):before { content: "MAC"; }
  .table-inventory-mob  td:nth-of-type(4):before { content: "INSTALL DATE"; }
  .table-inventory-mob  td:nth-of-type(5):before { content: "MODE"; }
  .table-inventory-mob  td:nth-of-type(6):before { content: "STATUS"; }
  .table-inventory-mob  td:nth-of-type(7):before { content: ""; }

  /* Label the site details table */
  /*  Label the inventory details table  */
  .site-thin-row-size {
    height: auto;
  }

  .table-site-mob  td:nth-of-type(1):before { content: "SITE ID"; }
  .table-site-mob  td:nth-of-type(2):before { content: "SITE NAME"; }
  .table-site-mob  td:nth-of-type(3):before { content: "POLE ID"; }
  .table-site-mob  td:nth-of-type(4):before { content: "ADDRESS"; }
  .table-site-mob  td:nth-of-type(5):before { content: "POLE TYPE"; }
  .table-site-mob  td:nth-of-type(6):before { content: "FIXTURE TYPE"; }
  .table-site-mob  td:nth-of-type(7):before { content: "LAMP TYPE"; }
  .table-site-mob  td:nth-of-type(8):before { content: "POWER FEED"; }
  .table-site-mob  td:nth-of-type(9):before { content: "LONGITUDE"; }
  .table-site-mob  td:nth-of-type(10):before { content: "LATITUDE"; }
  .table-site-mob  td:nth-of-type(11):before { content: ""; }

 /*  Label the group details table  */
.table-group-details-mob  td:nth-of-type(1):before { content: "SITE ID"; }
.table-group-details-mob  td:nth-of-type(2):before { content: "SITE NAME"; }
.table-group-details-mob  td:nth-of-type(3):before { content: "MAC"; }
.table-group-details-mob  td:nth-of-type(4):before { content: "INSTALL DATE"; }
.table-group-details-mob  td:nth-of-type(5):before { content: "MODE"; }
.table-group-details-mob  td:nth-of-type(6):before { content: "SUBGROUP"; }
.table-group-details-mob  td:nth-of-type(7):before { content: "STATUS"; }


/*  Label the assign schedule table  */
.table-assign-schedule-mob  td:nth-of-type(1):before { content: "SCHEDULE ID"; }
.table-assign-schedule-mob  td:nth-of-type(2):before { content: "SCHEDULE NAME"; }
.table-assign-schedule-mob  td:nth-of-type(3):before { content: ""; }

/*  Label the create group table  */
  .table-create-group-mob  td:nth-of-type(1):before { content: "SITE ID"; }
  .table-create-group-mob  td:nth-of-type(2):before { content: "SITE NAME"; }
  .table-create-group-mob  td:nth-of-type(3):before { content: "MAC"; }
  .table-create-group-mob  td:nth-of-type(4):before { content: "INSTALL DATE"; }
  .table-create-group-mob  td:nth-of-type(5):before { content: "MODE"; }
  .table-create-group-mob  td:nth-of-type(6):before { content: "SUBGROUP"; }
  .table-create-group-mob  td:nth-of-type(7):before { content: "STATUS"; }
  .table-create-group-mob  td:nth-of-type(8):before { content: ""; }


  .table-assign-device-mob  td:nth-of-type(1):before { content: "SELECT"; }
  .table-assign-device-mob  td:nth-of-type(2):before { content: "SITE ID"; }
  .table-assign-device-mob  td:nth-of-type(3):before { content: "SITE NAME"; }
  .table-assign-device-mob  td:nth-of-type(4):before { content: "MAC"; }
  .table-assign-device-mob  td:nth-of-type(5):before { content: "INSTALL DATE"; }
  .table-assign-device-mob  td:nth-of-type(6):before { content: "MODE"; }
  .table-assign-device-mob  td:nth-of-type(7):before { content: "SUBGROUP"; }
  .table-assign-device-mob  td:nth-of-type(8):before { content: "STATUS"; }
  .table-assign-device-mob  td:nth-of-type(9):before { content: ""; }

  /*  Label the create schedule table  */
  .table-create-schedule-mob  td:nth-of-type(1):before { content: "DAYS OF WEEK"; }
  .table-create-schedule-mob  td:nth-of-type(2):before { content: "TIME"; }
  .table-create-schedule-mob  td:nth-of-type(3):before { content: "UTC SECONDS OF DAY"; }
  .table-create-schedule-mob  td:nth-of-type(4):before { content: "MODE"; }
  .table-create-schedule-mob  td:nth-of-type(5):before { content: ""; }


   /*  Label the work order details table  */
   .workorder-thin-row-size {
    height: auto;
   }

  .table-workorder-mob  td:nth-of-type(1):before { content: "NAME"; }
  .table-workorder-mob  td:nth-of-type(2):before { content: "CREATED DATE"; }
  .table-workorder-mob  td:nth-of-type(3):before { content: "STATUS"; }
  .table-workorder-mob  td:nth-of-type(4):before { content: "PRIORITY"; }
  .table-workorder-mob  td:nth-of-type(5):before { content: "DATE ASSIGNED"; }
  .table-workorder-mob  td:nth-of-type(6):before { content: "ASSIGNED TO"; }
  .table-workorder-mob  td:nth-of-type(7):before { content: "COMMENTS"; }
  .table-workorder-mob  td:nth-of-type(8):before { content: ""; }


  #div-username-mob{
    display:block;
  }
  .css-19jk6lg{
    display : none !important;
  }

  .add-comment-btn-icons-mob{
    position: absolute;
    margin-left: -80px;
  }
  .close-issue-btn-icons-mob{
    position: absolute;
    margin-left: -70px;
  }
  .add-worker-btn-icon-mob{
    position: absolute;
    margin-left: -105px;
  }
  .column-selection-mob{
    position: absolute;
    margin-left: -20px;
  }
  .css-lkx6p2{
     width: 150px;
  }
  .css-10c5r5t {
    display: inline-block;
    padding: 22px 10px 13px;
    font-size: 14px;
    letter-spacing: 0.7px;
    text-decoration: none;
    text-align: center;
    color: #757575;
    width: 150px;
  }

  .confirmation-cancel-btn, .workorder-confirmation-cancel-btn{
    margin-left : 4px !important;
  }

  .css-1gpaczw{
    display: block !important;
  }
  .css-1nf3kn5{
    height:200px !important;
    width:100% !important;
  }
  .css-1raqvsc{
    margin-top:10px !important;
  }
  .css-1raqvsc .css-17gqjva{
    padding: 12px 35px 13px 35px !important;
  }
  .application-loader{
    left: 40%;
  }
  .inputSubGroupValue{
    width : 160px;
  }
  .div-sub-group-control-body {
    padding: 15px 15px 0px 0px;
  }
}


/* CSS for mobile View */
@media only screen and (max-width: 767px) {
 .clearButton{
   width:inherit !important;
 }

 .issuestoprow .lhs{
   display: inline;
 }
  .issue-work-order-listing{
    width: 184px !important;
    border-radius: 4px !important;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.09) !important;
    background-color: #ffffff !important;
    position: absolute !important;
    margin-top: 8px !important;
    padding: 16px 8px !important;
    z-index: 1 !important;
    max-height: 50% !important;
    overflow-y : auto !important;
  }


  .issuestoprow {
    grid-template-columns: 100%;
  }
  .middle div, .lhs > div {
    width: 100%;
    min-height: 3rem;
    margin-bottom: 0.5rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .middle > div,.lhs > div{
    margin-bottom: .5rem;
  }
  .lhs > div div{
    top: 0;
  }
  .issuestoprow .middle {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .issuestoprow .rhs{
    text-align: center;
  }

  .react-bootstrap-table-pagination{
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0 1rem;
  }
  .username{
    display: none;
  }
  .headerLink{
    width: calc(100% - 350px);
    white-space: nowrap;
    list-style: none;
  }

  .customTab section,
  .customTab section div{
    height: auto;
    position: absolute;
    background: white;
    width: auto;
  }

  .toprow{
    grid-template-columns: 1fr 0 1fr;
  }
  .device-list-search-parent-div{
    flex-wrap: nowrap;
  }
  .confirmation-btn-div{
    margin-left: 110px;
  }
  .create-group-name-input{
    width : 250px;
  }
  .create-group-table-header-link{
    margin-top : -28px;
  }
  .create-schedule-name-input{
    width: 95%;
    border: 1px solid darkgrey;
  }
  .create-schedule-table-header-link{
    margin-top : -28px;
  }
  .set-schedule-modal{
    height : 450px;
  }
  .create-schedule-no-record{
    width: 100%;
  }
  .create-group-no-record{
    width : 100%;
    margin-top: -10px;
  }
  .show{
    display : block;
  }
  .hide{
    display : none;
  }
  .desktopViewForTabs{
    display : none;
  }
  .mobileViewForTabs{
    display : block;
  }
  .mobile-menu-icon{
    margin-left: 15px;
    font-size: 30px !important;
  }

  .styles_modal__gNwvD {
        max-width: 100%;
        padding: 10px;
        width: 100%;
    }
    .class-bold {
        font-weight: bold;
        padding: 14px;
    }

    .table-responsive {
      overflow-x: hidden;
    }

    .css-1mfq5q8 .css-14aptx5 {
      width: 100%;
    }

    .css-1mfq5q8 .css-c13v4a {
      width: 100%;
    }
    .css-1qne63c {
     padding: 0 1.0rem !important;
    }

    .css-1mfq5q8 tr td.css-12pb3l9:first-child{
      width: 50%;
      float: left;
    }

    .css-1mfq5q8 tr td.css-12pb3l9:last-child{
      width: 50%;
      float: right;
    }

    .css-adb5w {
      width: 282px !important;
    }

    .css-1va00pw{
      padding: 0px 15px;
    }

    .box-btn .css-1pu9ly1{
      position: absolute;
      top: 99%;
      display: block;
      height: 202px;
      min-height: auto;
    }

    .box-btn .css-1pu9ly1 .css-150hphs{
      display: block;
      min-height: auto;
    }

    .box-btn .css-1pu9ly1 .css-2l9fv6{
      width: 100% !important;
      margin-top: 8px;
    }

    .box-btn .css-1pu9ly1 .css-61q32i{
      min-height: auto;
      display: block;
      position: relative;
      top: -12px;
    }


    .box-btn .css-1qmf5q8{
      position: absolute;
      top: 99%;
      display: block;
      min-height: auto;
    }

   .css-l5mex .issuestoprow .css-slmx4d .css-1yq6amz{
      width: 100%;
      left: 0;
      top: 55%;
   }

  .css-e9g1rh{
     width:100%;
   }

   .css-3aq4l3 {
    display: block !important;
   }

   .css-3aq4l3 .css-xtxn7:last-child{
     padding-top: 0;
   }

   .css-26yeg1 {
     font-size: 12px !important;
  }

  .styles_modal__gNwvD h4{
    margin: 6px;
  }

  .create-new-schedule-btn, .css-17gqjva{
    padding:12px 4px !important;
  }
  .css-nil .css-17gqjva .css-rf689 {
    font-size: 10px;
  }

  .css-slmx4d{
    width: 140px  !important;
  }

  .css-xtxn7{
    padding: 1px 20px 1px 20px !important;
  }

  .css-1va00pw{
    padding: 4px;
  }

  .set-schedule-week-days{
    display: block;
  }

  .set-schedule-week{
    margin-left: 0;
  }

  .class-bold {
     padding: 4px 0px;
  }

  .big-checkbox {
    margin-top: -30px;
  }
  .styles_overlay__CLSq- .set-schedule-modal {
    height: auto;
   }

  .set-schedule-button {
    position: static;
   }

   .time_picker_container .outside_container.active .modal_container{
    left: -12px;
    top: 25px;
   }

   /* .styles_modal__gNwvD .create-group-parent-div{
     margin-left: 15px;
   } */

   .create-group-name-div .create-group-name-input {
      width: 98%;
    }

    .issuestoprow .box-btn .css-1pu9ly1 .css-61q32i {
      margin-top: 0px;
    }

    .react-bootstrap-table-pagination{padding: 0;}

    .react-bootstrap-table-pagination .col-md-6{padding: 0;}

    .issuestoprow .lhs .css-slmx4d{
      width: 100% !important;
    }

    .customTab .table-responsive {
      padding: 0;
  }

  .create-schedule-listing-table .table-common td {
      padding-left: 70%;
  }

  .react-bootstrap-table-page-btns-ul {
    float: left;
    padding-right: 8px;
  }
  .css-19jk6lg{
    display : none !important;
  }
  .user-profile-menus{
    right :43px
  }

  .css-125nrwo .css-6qu1z6 {
    width: 90%;
  }

  .css-125nrwo .css-6qu1z6 div{
    position: relative;
  }

  .css-125nrwo .css-6qu1z6 .css-f6qi1t {
    width: 86%;
  }
  .customTab .css-125nrwo {
    position: fixed;
  }

  .column-show{
    display: block;
  }

.fixed-table-footer-mobile .react-bootstrap-table-pagination{
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #fff;
  padding-top: 15px;
  left: 0;
  padding-left: 12px;
}

.css-17ads4z{
  display :none;
}

.css-xzxhdg{
  height : 600px !important;
}

.css-126f4yr {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

}

@media only screen and (max-width: 920px) {
  .desktopViewForTabs{
    display : none;
  }

  .mobileViewForTabs{
    display : block;
  }

  .show{
    display : block;
  }

  .hide{
    display : none;
  }

  .mobile-menu-icon{
    margin-left: 15px;
    font-size: 30px !important;
  }

  .customTab section,
  .customTab section div{
    height: auto;
    position: absolute;
    background: white;
    width: auto;
  }

  .css-10c5r5t {
    width: 150px;
  }

  .css-lkx6p2 {
    width: 150px;
  }
}

@media(max-width: 320px){
  .styles_overlay__CLSq-{
    padding:  0;
  }

  .styles_modal__gNwvD {
      border-radius: 0;
  }
  .css-19jk6lg{
    display : none !important;
  }
}
