﻿* {
  font-family: "Open Sans", sans-serif;
}

.navbar-static-top {
  background-image: none;
  background-color: #00538c;
  border-bottom: none;
}

.navbar-static-top .navbar-nav > li > a,
.navbar-static-top .navbar-nav > li > a:link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.navbar-static-top .navbar-nav li a:hover,
.navbar-static-top .navbar-nav li a:focus,
.navbar-static-top .navbar-nav li a:active {
  color: #00538c;
}

.navbar-static-top .dropdown-menu a,
.navbar-static-top .dropdown-menu a:link {
  text-decoration: none;
  font-size: 16px;
  color: #00538c;
  line-height: 1.95em;
}

    .navbar-static-top .dropdown-menu li .dropdown-submenu-wrapper {
        position: relative;
        width: 0;
        height: 0;
    }

    .navbar-static-top .dropdown-menu li .dropdown-submenu {
        list-style: none;
        padding: 0;
        display: none;
        position: relative;
        top: -38px;
        left: 192px;
        background-color: white;
        height: auto;
        width: 176px;
        padding: 0;
        margin: 0;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }


    .navbar-static-top .dropdown-menu li .dropdown-submenu li a{
        padding-left: 18px;
    }
.navbar-static-top .dropdown-menu li:hover .dropdown-submenu {
  display: block;
}

.navbar-static-top .dropdown-subitem {
  margin: 2px 0;
}

.navbar-static-top .dropdown-subitem a {
  color: #007add;
  padding: 3px;
  display: block;
  padding-left: 35px;
}

.navbar-static-top .dropdown-subitem:hover {
  background-color: #f3f3f3;
}

.navbar-static-top .dropdown-menu-li:hover .dropdown-toggle {
  background-color: #eee;
  border-color: #337ab7;
  color: #00538c !important;
}

.navbar-static-top .dropdown-menu-li:hover .dropdown-menu {
  display: block;
}

.navbar-static-top .dropdown-menu:hover {
  display: block;
}

.body-content {
  padding: 0 15px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px;
}

hr {
  border-top: 1px solid #bdc3c7;
  margin: 5px 0px;
  position: relative;
    left: -15px;
}

.modal-body {
  position: relative;
  padding-bottom: 45px;
}

.modal-loading-div {
  position: absolute;
}

.table-container-div {
  width: 100%;
  position: relative;
  padding: 5px 0;
}

.table-container-div .table-loading-div {
  position: absolute;
}

.table-container-div table {
  min-width: 100%;
}

.table-container-div th,
.table-container-div td {
  padding: 5px 10px;
  /*border: 1px solid #ddd;*/
}

.table-container-div th {
  font-size: 16px;
  /*border-bottom: 3px solid #0077c8;*/
  color: #fff;
  padding: 5px 10px;
  background-color: #0077c8;
}

.table-container-div tbody > tr > td {
  border-bottom: 1px solid #999;
}

.table-container-div tbody > tr:nth-child(odd) {
  background-color: #ecf0f1;
}

.table-container-div tbody tr:hover {
  background-color: #bdc3c7 !important;
  cursor: pointer !important;
}

/* .table-container-div tbody > tr.selected {
        background-color: #2c3e50 !important;
        color: #fff !important;
    } */

.table-container-div .dataTables_wrapper > .row:last-child > div > div {
  padding: 5px 0;
  white-space: normal;
}

.table-container-div
  .dataTables_wrapper
  > .row:last-child
  > div:first-child
  > div {
  text-align: left;
}

.table-container-div .dataTables_wrapper > .row:last-child > div > div > * {
  margin: 0;
}

.table-container-div .dataTables_wrapper .dataTables_paginate {
  text-align: right;
}

.table-container-div .dataTables_filter {
  display: none;
}

.table-container-div thead tr:nth-child(2) th {
  padding: 5px 10px;
  background-color: #fff;
}

.table-container-div thead tr:nth-child(2) th input,
.table-container-div thead tr:nth-child(2) th select,
.form-group-div select,
.form-group-div input[type="text"] {
  width: 100%;
  height: 34px;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 6px;
  outline: none;
  font-weight: normal;
  font-size: 14px;
  color: #333;
}

.table-filter-title-div {
  font-weight: bold;
  color: #0077c8;
  padding-bottom: 15px;
  cursor: pointer;
}

.table-filter-div {
  padding-bottom: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.table-filter-div > div {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  min-width: 150px;
}

.table-filter-div > div > input,
.table-filter-div > div > select {
  margin-top: 6px;
  width: 100%;
  height: 36px;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 6px;
  outline: none;
  font-weight: normal;
  font-size: 14px;
  color: #333;
}

.table-filter-clear-filter-a,
.table-filter-clear-filter-a:hover {
  color: #0077c8;
  cursor: pointer;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.table-filter-open-div {
  max-height: fit-content;
  padding-bottom: 15px;
}

.dataTables_scrollBody {
  /*overflow-y: hidden !important;*/
  /*max-height: 450px !important;*/
}

.table-container-div tbody > tr > td input {
  width: 100% !important;
  border: 1px solid #999;
  border-radius: 3px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #0077c8;
  border-color: #0077c8;
}

.form-h1 {
  font-weight: bold;
}

.form-file-container-div > input {
  display: none;
}

.form-file-container-div > div:first-child {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 36px;
  width: max-content;
  border-radius: 3px;
  border: 1px solid #0077c8;
  background-color: #0077c8;
  color: #fff;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.form-file-container-div > div:first-child:hover {
  background-color: #fff;
  color: #0077c8;
}

.file-list-div {
  overflow-x: auto;
}

.file-list-div > div {
  position: relative;
  padding-left: 30px;
  display: flex;
  align-items: flex-start;
  margin: 15px 0;
  padding-right: 50px;
}

.file-list-div > div:first-child {
  margin-top: 15px;
}

.file-list-div > div > span {
  position: absolute;
  top: 0;
  left: 0;
}

.form-group-div > textarea {
  width: 100%;
  resize: none;
  border-radius: 3px;
  padding: 6px;
}

.post-problem-container-div > .row > div:nth-child(odd) {
  padding-left: 0;
  padding-right: 45px;
}

.post-problem-container-div > .row > div:nth-child(even) {
  padding-left: 45px;
  padding-right: 0;
}

.form-group .row {
  margin-bottom: 15px;
}

.form-group .row > div {
  display: flex;
  align-items: center;
  min-height: 36px;
}

.form-group .row > div input,
.form-group .row > div select {
  height: 34px;
  width: 100%;
  padding: 3px 6px;
  border: 1px solid #999;
  border-radius: 3px;
}

.form-group .row > div textarea {
  border: 1px solid #999;
  border-radius: 3px;
  resize: none;
  width: 100%;
  padding: 3px 6px;
}

.form-group .row > div input:disabled,
.form-group .row > div select:disabled,
.form-group .row > div textarea:disabled {
  background-color: rgb(235, 235, 228);
}

.form-group-div input:disabled,
.form-group-div select:disabled,
.form-group-div textarea:disabled {
  background-color: rgb(235, 235, 228);
}

.data-table-div {
  overflow-x: auto;
}

.data-table-div table {
  border-collapse: collapse;
  width: 100%;
}

.data-table-div table,
.data-table-div td,
.data-table-div th {
  border: 1px solid black;
}

.data-table-div td,
.data-table-div th {
  padding: 9px;
  text-align: center;
}

.data-table-div td input {
  width: 100%;
  border: 1px solid #999;
  border-radius: 3px;
  color: #000 !important;
}

.severity-definition-title-h1 {
  color: #0077c8;
  margin-top: 20px;
  margin-bottom: 10px;
}

.severity-definition-item-container-div {
  margin-bottom: 24px;
}

.severity-definition-item-container-div > * {
  display: contents;
}

.severity-definition-item-container-div > h3 {
  margin-right: 45px;
}

.search-input-container-div {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.search-input-container-div > input {
  padding-right: 81px !important;
}

.search-input-container-div > div {
  position: absolute;
  height: 100%;
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0077c8;
  color: #fff;
  cursor: pointer;
  right: 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.search-input-container-div > div:hover {
  background-color: #2c3e50;
}

.button-link-div {
  text-decoration: underline;
  font-size: 14px !important;
  color: #0077c8 !important;
  font-style: italic;
  font-family: "Open Sans", sans-serif !important;
  text-decoration: underline;
  height: 34px;
  cursor: pointer;
}

.more-email-group-div {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

#moreEmailInputDiv > div:not(:last-child) > .more-email-group-div {
  margin-bottom: 15px;
  padding-bottom: 6px;
}

#moreEmailInputDiv > div:first-child > .more-email-group-div { 
  padding-top: 6px;
}

.more-email-group-div > input {
  padding-right: 60px !important;
}

.more-email-group-div > div {
  position: absolute;
  right: 0;
  text-decoration: underline;
  font-size: 14px !important;
  color: #e74c3c !important;
  font-style: italic;
  font-family: "Open Sans", sans-serif !important;
  text-decoration: underline;
  height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
}

.modal-header {
  display: flex;
  align-items: center;
  position: relative;
}

.modal-header > h4 {
  font-weight: bold;
  color: #0077c8;
}

.modal-header > button {
  font-size: 30px;
  position: absolute;
  right: 15px;
}

.modal-footer button {
  border: 1px solid #999 !important;
  border-radius: 3px;
  background-color: #fff !important;
  font-size: 13px !important;
  font-weight: normal !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-image: none !important;
}

.onsite-contact-group-div {
  border: 1px solid #999;
  border-radius: 3px;
  padding: 0 9px;
  overflow: hidden;
  margin-bottom: 15px;
}

.onsite-contact-title-div {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
  padding-right: 60px;
}

.onsite-contact-title-div > div:first-child {
  font-weight: bold;
  color: #0077c8;
}

.onsite-contact-title-div > div:last-child {
  position: absolute;
  right: 0;
  text-decoration: underline;
  font-size: 14px !important;
  color: #e74c3c !important;
  font-style: italic;
  font-family: "Open Sans", sans-serif !important;
  text-decoration: underline;
  height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
}

.delete-button-div {
  font-size: 14px !important;
  color: #e74c3c !important;
  font-style: italic;
  font-family: "Open Sans", sans-serif !important;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 6px;
  padding: 3px;
  background: white;
  z-index: 20;
  position: absolute;
  right: 0px;
  top: -5px;
}

.time-select-group-div {
  display: flex;
  align-items: center;
  width: max-content;
}

.time-select-group-div > * {
  height: 36px;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 6px;
  outline: none;
  font-weight: normal;
  font-size: 14px;
  color: #333;
  width: 60px !important;
  text-align: center;
}

.time-select-group-div > span {
  border: none;
  width: 15px !important;
}

.time-select-group-div > select:last-child {
  margin-left: 6px;
}

.error-div {
  color: #e74c3c;
  margin-bottom: 15px;
  display: none;
}

.submitting-div {
  color: #3498db;
  margin-bottom: 15px;
  display: none;
}

.qty-input {
  width: 72px !important;
  height: 36px;
  padding: 6px;
}

.asset-container-div {
  position: relative;
  height: 0;
  overflow: hidden;
}

.asset-container-div > div > div {
  border-top: 1px solid #bdc3c7;
  padding-left: 0;
  padding-right: 0;
}

.asset-option-type-select-div {
  display: flex;
  align-items: center;
}

.asset-option-type-select-div > div {
  margin-right: 30px;
}

@media (min-width: 1200px) {
  .modal-lg {
    width: 1080px !important;
  }
}

@media (max-width: 1199px) {
}

@media (min-width: 992px) {
}

@media (max-width: 991px) {
  .post-problem-container-div > .row > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .form-group-div {
    position: relative;
    padding-left: 150px;
    margin-bottom: 15px;
  }

  .form-group-div.full-width {
    padding-left: 0px;
  }

  .form-group-div > .title-div {
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .table-container-div .dataTables_wrapper .dataTables_paginate {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .table-filter-div > div {
    width: 100%;
  }

  .table-filter-clear-filter-a {
    display: block;
    width: max-content;
    margin-top: 9px;
  }

  .form-group-div {
    margin-bottom: 30px;
  }

  .form-group-div > .title-div {
    margin-bottom: 6px;
  }
}

@media (min-width: 576px) {
}

@media (max-width: 575px) {
}

.right {
  height: 36px;
}

.right [onclick] {
  float: right;
}
.red {
  color: red;
  font-weight: bold;
  padding-left: 5px;
}

.btn.ng-orange {
  background-color: white;
  color: #0077c8;
}
.btn.bg-orange {
  background-color: white !important;
  color: #0077c8 !important;
  background: none !important;
}

#checkInventoryModal .modal-content {
  width: 700px;
}

.dataTable th input[disabled] {
  display: none;
}

.steps-wizard-partial-service-card-div {
  /* border: 1px solid #bdc3c7; */
  /* border-radius: 3px; */
  overflow: hidden;
  padding: 5px 5px 5px 15px;
  background-color: transparent;
}

.select-location-partial-item-container-div {
  position: relative;
  height: 34px;
  width: 100%;
}
.select-location-partial-item-container-div label {
  position: absolute;
  top: 0px;
}
.select-location-partial-item-container-div .subtitle {
  position: absolute;
  font-style: italic;
  width: 100%;
  top: 20px;
  font-size: 0.75em;
  text-decoration: none;
}

.pre.step-0 {
  display: none;
}

#new-asset > div {
  border: none;
}
.opened-calls {
  padding-left: 15px;
  padding-right: 15px;
  border-left: 5px solid #0077c8;
  margin-left: 5px;
    top: -10px;
  position: relative;
}

.opened-calls::before {
  content: "";
  position: absolute;
}

.opened-calls h4 {
  font-weight: bold;
  font-size: 14px;
  color: #0077c8;
}

.other-location {
  padding: 0px 15px;
}
.space-line {
  padding-bottom: 32px;
}

.table-container-div tbody > tr.selected,
.dataTable tr.selected,
.dataTable tr[selected] {
  background-color: #ceedf1 !important;
}

.title-grid {
  font-weight: bold;
  color: #0077c8;
  font-size: 16px;
}

.body-content {
  min-height: 400px;
}
.summary {
  min-height: 400px;
}

a:link {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 12px;
  color: #0077c8;
  text-decoration: underline;
}

.br {
  height: 5px;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  top: 2px;
}
.hidden{
  display: none!important;
  height: 0px!important;
}
.footer{
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.customerTable th:first-child, #userTable th:first-child {
    color: #0077c8 !important;
}

.summary-one-columm .dx-fieldset:nth-child(even){
  background-color: #ecf0f1;
}

.itemTable tr td:first-child,.itemTable tr th:first-child
{
  min-width: 36px;
  max-width: 36px;
}
.itemTable tr td:nth-of-type(2),.itemTable tr th:nth-of-type(2),
.itemTable tr td:nth-of-type(4),.itemTable tr th:nth-of-type(4),
.itemTable tr td:nth-of-type(5),.itemTable tr th:nth-of-type(5),
.itemTable tr td:nth-of-type(6),.itemTable tr th:nth-of-type(6),
.itemTable tr td:nth-of-type(6),.itemTable tr th:nth-of-type(7),
.itemTable tr td:nth-of-type(6),.itemTable tr th:nth-of-type(8),
.itemTable tr td:nth-of-type(6),.itemTable tr th:nth-of-type(9),
.itemTable tr td:nth-of-type(6),.itemTable tr th:nth-of-type(10),
.itemTable tr td:nth-of-type(6),.itemTable tr th:nth-of-type(11),
.itemTable tr td:nth-of-type(6),.itemTable tr th:nth-of-type(12),
.itemTable tr td:nth-of-type(6),.itemTable tr th:nth-of-type(13)
{
  min-width: 100px;  
}

.itemTable tr td:nth-of-type(3),.itemTable tr th:nth-of-type(3){
  min-width: 150px;  
}
.error-part {
    color: red;
    font-weight: bold;
    display: none;
    position: absolute;
}
.add-more-contact button {
    position: relative;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #999;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0077c8;
    color: #fff;
    cursor: pointer;
    right: 0;
    min-width: 34px;
    font-size: 1.8em;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    margin-right:10px;
}
.add-more-contact button:hover {
    background-color: #2c3e50;
}

.add-more-contact button.remove-contact {
    color: red;
    font-weight: bold;
    background: none;
    border: 1px solid red;
}
.more-new-contact > .new-contact:nth-child(even) {
    background-color: #ecf0f1; 
}
.new-contact {
    padding-top: 15px;
    margin-left: 0px;
    margin-right: 0px;
}
.new-contact:first-child {
    padding-top: 0px;
}
.more-new-contact {
    padding-bottom: 15px;
}
.step-navigation-buttons-container-div .cancel-step {
    float: right;
    background-color: #dc3545;
    border-color: #dc3545;





/*Pagination */

.GridPager a, .GridPager span
{
   /* display: inline;*/
	height: 15px;
	width: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.GridPager a
{
	/*background-color: #f5f5f5;
	color: #969696;
	border: 1px solid #969696;
	*/
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.GridPager a:hover
{
	/*background-color: #f5f5f5;
	color: #969696;
	border: 1px solid #969696;
	*/
	position: relative;
	
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #eee;
	border: 1px solid #ddd;
}
.GridPager span
{
	/*background-color: #0077c8;
	color: white;
	border: 1px solid #ddd;
	*/
	background-color: #0077c8;
	color: white;
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #0077c8;
}
.GridPager{
	background-color: white;
	height: 50px;
	
	
}
tr:hover .GridPager:hover{
	background-color: white !important;
	
}




