﻿html {
    font-family: Segoe UI,sans-serif, Helvetica;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0px;
    padding-top: 52px;
    padding-bottom: 0px;
    font-size: 15.5px;
    background: #f3f5f6;
}
input, select, textarea, button {
    font-family: inherit;
    font-size: inherit;
    border: 1px solid #aaa;
}
input[size][type="text"] {
    padding: 2px;
    background: white;
    /*related to filter object*/
    width: auto;
    min-width: 90px;
    max-width: 700px;
}
input:not([size])[type="text"] {
    padding: 2px;
    background: white;
    /*related to filter object*/
    width: 100%;
    min-width: 90px;
    max-width: 700px;
}
select {
    background: white;
    padding: 2px 2px 1px 2px;
    /*related to filter object*/
    /*width: 100%; do not set!*/
    min-width: 100px;
    max-width: 700px;
}
textarea {
    padding: 2px;
    display: flex;
    overflow: auto;
    background: white;
}
input[type="file"] {
    padding: 3px !important;
    border: 1px solid #cacaca;
    width: 340px;
    height: 260px;
    background: #efefef;
    margin-top: 3px;
}
input[type="file"]:hover {
    border: 1px dashed black;
}
@-moz-document url-prefix() {
    textarea {
        height: 24px;
    }
}
input[type=checkbox] {
    transform: scale(1.25);
}
a {
    background-color: transparent;
    color:blue;
}
a,
a:visited {
    text-decoration: none; 
}
a:active,
a:hover {
    outline: 0;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 0px;
    border-bottom: 1px solid #cacaca;
    margin: 1px;
    padding: 0px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: transparent;
    outline: none;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[disabled] {
    background: #f3f5f6 !important;
    color: #949494;
}
textarea[disabled] {
    background: #f3f5f6 !important;
    color: #949494;
}
select[disabled] {
    background: #f3f5f6 !important;
    color: #6a6a69;
}
/*----------------------EDITOR ITEM & EDIT------------------*/
#editor {
    padding: 5px 2px 2px 6px !important;
    border:1px solid #ccc; 
    width:580px; 
    height:162px;
    overflow:auto; 
    white-space:pre-wrap; 
    word-wrap:break-word;
    resize:both;
    background:white;
}
#editor div {
    margin: 0px;
    padding: 0px;
    /*display: inline-block; prevents ENTER */
    line-height: 1;
}
#editor ul {
    margin: 0;
    padding: 0px 0px 0px 18px;
}
#editor li {
    margin: 0px;
    padding: 0px;
}
/*---------*/
.editor div {
    margin: 0px;
    padding: 0px;
}
.editor ul {
    margin: 0;
    padding: 0px 0px 0px 18px;
}
.editor li {
    margin: 0px;
    padding: 0px;
}
/*----------------------SORT------------------*/
.sort-menu {
    display: none;
    position: absolute;
    bottom: 0%;
    left: 0;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 2px 4px 2px 4px;
    margin:0px;
    z-index: 1000;
}
.sortable-container:hover .sort-menu {
    display: block;
}
.sort-icon {
    width: 24px;
    vertical-align: bottom;
}
/*----------------------GRID VIEW------------------*/
.search-close {
    background: #5082df !important;
    color:white !important;
    border: 0px;
    z-index: 999;
    position: sticky !important;
    top: 0px;
    left: 0px;
    padding: 1px !important;
    height:51px;
}
.search-div {
    z-index: 999;
    border: 1px solid gray;
    position: absolute;
    top: 90px;
    left: 10px;
    width: 780px;
    height: 372px;
    overflow: scroll;
    visibility: hidden;
    padding: 0px;
    margin: 0px;
    background: white;
}
.search-div table {
    background: white;
    position:absolute !important;
    top:0px !important;
}
.search-div th {
    position: sticky;
    top: 0px;
    background-color: #f3f5f6 !important;
    padding-top:4px;
}
/*----------------------NAMED CLASSES------------------*/
.bigcb input {
    width: 21px;
    height: 21px;
    accent-color: yellow;
}
.relation0 {
    display: inline-block;
    border-radius:7px;
    padding:2px 5px 3px 5px;
    margin-right:2px;
    cursor:pointer;
    color:black;
}
.relation1 {
    display: inline-block;
    border-radius: 7px;
    padding: 0px 4px 1px 4px;
    margin-right: 2px;
    cursor: pointer;
    color: black;
    border:2px solid black;
}
.totalrows {
    font-size: 85%;
}
.myCalendar {
    background:white;
    border: 1px solid black !important;
}
.myCalendar td {
    padding: 3px 0px 3px 0px;
    text-align: center;
}
.myCalendar td a{
    font-size: 16px;
    padding: 9px;
    vertical-align: middle;
}
.buttonlink {
    color: #cacaca; /*disabled color by default - active:white*/
    background: #5082df !important;
    border-radius: 25px;
    padding: 7px;
    font-family: Sans-serif;
    font-weight: 600;
    margin:12px;
    margin-left:0px;
}
.home_tile {
    border: 0px solid !important;
    color: #0f0f0f;
    font-weight: 600;
    background: #a5a5a5;
    padding: 0px;
    padding:3px;
    padding-top: 14px;
    width: 136px;
    height: 102px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 4px 4px 6px 1px rgb(155, 155, 155);
}
.keyboard {
    border: 1px solid black !important; /*#b2b2b2*/
    padding: 0px;
    color: black;
    background: #dfdfdf !important; /*#ececec*/
    border-radius: 4px;
    font-size: 24px !important;
    width: 68px;
    height: 58px;
    text-align: center;
    margin: 2px 0px 2px 0px;
    display: inline-block;
    line-height: 60px !important;
    cursor: pointer;
}
.keyboard:hover {
    filter: brightness(94%);
}
.mi-button {
    border: 1px solid #b2b2b2 !important;
    color: black;
    background: #ececec !important;
    border-radius: 6px;
    font-size: 24px !important;
    text-align: center;
    width: 64px;
    height: 36px;
}
.mi-button:hover {
    filter: brightness(94%);
}
.text-button {
    border: 1px solid #b2b2b2 !important;
    color: black;
    background: #ececec !important;
    border-radius: 6px;
    font-size: 15px !important;
    text-align: center;
    padding:7px 10px 8px 10px;
    cursor:pointer;
}
.text-button:hover {
    filter: brightness(94%);
}
.material-icons {
    /*background-color: #d3dadb !important;*/
    border: 0px;
    padding: 0px;
    color: #5082df;
    font-size: 25px !important;
    /*control parent through .menuColor*/
}
.material-icons.menu:hover{
    color:white !important;
}
.menuColor {
    /*background-color: #e6eced; -- same as th color*/
    padding-bottom: 0px;
}
.menuSingle:hover{
    color:white !important;
}
.nopadding {
    padding: 0px;
    padding-top: 2px;
    white-space: nowrap;
    border-spacing: 0px;
}
.myfilter {
    font-size: 13px !important;
    background: #dfefff !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*related to standard object*/
    width: 100%;
    min-width: 90px;
}
.myfilter_combo {
    font-size: 13px !important;
    background: #dfefff !important;
    text-overflow: ellipsis;
    /*related to standard object*/
    width: 100%;
    min-width: 100px;
}
.search_text {
    background: #dfefff !important;
    padding-bottom: 2px !important;
}
.search_combo {
    background: #dfefff !important;
}
.sortby {
    background: #f3f5f6; /* url(/images/sortby.png) no-repeat left;*/
    width: auto;
    border: 0px;
    font-size: 14px !important;
    appearance: none;
    color:blue;
    cursor:pointer;
    vertical-align:top;
    float:right;
}
.iimage {
    max-width: 540px;
    max-height: 440px;
    border: 1px solid #3f3f3f
}
.h1 {
    font-size: 23px;
    padding: 0px !important;
    font-weight: 500;
    margin-bottom: 5px;
}
.Status {
    display: inline-table;
    font-size: 15.5px;
    position:relative;
    left:-9px;
}
.status_error {
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
    background: tomato;
    color: white;
}
.status_success {
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
    background: lawngreen;
}
.inspection_step {
    width: 65px;
    height: 26px;
    border: 1px solid #aaa;
    float: left;
    margin: 0px;
    margin-top: 4px;
    margin-right: 1px;
}
/* Hover effect only for data rows */
.gridview tr:hover td {
    background-color: #dfefff;
}
/* Prevent hover effect on pager row */
.gridview tr.pager:hover td {
    background-color: inherit;
}
.pager {
    /*Black*/
}
.pager a {
    font-weight: normal;
    color: #5082df;
    padding: 0px 7px 0px 7px;
    border: 1px solid #cacaca;
}
.pager table {
    padding-top:2px;
}
.pager td {
    padding:2px;
}
.tdcenter{
    padding:0px;
    text-align:center;
}
.noborder table{
    border:0px !important;
}

.noinnerborder td {
    border: 0px !important;
}

.noinnerpadding td {
    border: 0px !important;
    padding:0px 4px 0px 0px;
}

.datalist td {
    border: 0px !important;
    padding:4px 8px 4px 1px;
}

.tablewrap {
    white-space: normal !important;
}
/*-----------TABLE (unwanted double borders)-----------*/
table {
    border: 0px !important;
    /*border-right: 1px solid #d5d7d7 !important;*/
    border-bottom: 1px solid #d5d7d7 !important;
    border-collapse: separate !important;
    border-spacing: 0px;
}
table th {
    /*background-color: #e6eced; -- same as .menuColor*/
    /*border-left: 1px solid #d5d7d7;*/
    border:0px !important;
    color: #333;
    font-weight: normal;
    text-wrap: none;
    white-space: nowrap;
}
table th, table td {
    text-align: left;
    border: 0px;
    border-top: 1px solid #d5d7d7;
    /*border-left: 1px solid #d5d7d7;*/
    border-collapse: collapse;
    padding: 2px 4px 2px 4px;
    white-space: nowrap;
    border-spacing: 0px;
}
td {
    height:26px;
}
tbody tr:hover {
    background-color:
}
table, table table td {
    border: 0px !important;
    height: 0px !important;
}
/*---------------------MEDIA LAYOUT--------------------*/
.container {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: auto;
    margin-left: auto;
}
/*--------------------NAVIGATION MENU------------------*/
.dropup,
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 94%;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: black; /*drop-down menu font color*/
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color:#ebebeb; /*hover menu bg*/
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
.navbar-nav {
  margin: 5px;
}
.navbar-nav > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left:12px;
  line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        /*This section disables menu-style for mobile*/
        position: static;
        background-color: transparent;
        border: 0;
        float: none;
        width: auto;
        margin-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    /*menu item padding*/
    padding: 5px 5px 5px 5px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-inverse {
    background-color: black; /*** #343438; Navbar BG color***/
    /*border-color: #1a1a1f;*/
}
.navbar-inverse .navbar-nav > li > a {
  color: #afafaf; /***Disabled menu color***/
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color:white;
    background-color:#474747; /***Mouse over menu section***/
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #afafaf; /***Mobile menu text color***/
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff; /***Selected item***/
        background-color: transparent;
    }
}