/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
border: 0;
font-size: 100%;
font-family: inherit;
margin: 0;
padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*
Sidetap Default Theme
Demo app: Stonehenge
*/
body {
  background: #fff;
  color: #171a21;
  font-family: 'Helvetica Neue', 'Helvetica-Neue', 'HelveticaNeue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
}
h1 {
  color: white;
  font-size: 20px;
  font-weight: bold;
  line-height: 42px;
}
a {
  color: #9e6ab7;
}
.button {
  background: #743f8d;
  color: #fff;
  display: block;
  margin: 0 10px;
  padding: 15px;
  text-decoration: none;
  text-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
img {
  max-width: 100%;
}
.stp-nav {
  background: #101318;
  border-right: 1px solid black;
  width: 272px;
}
nav {
  display: block;
}
nav > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: 17px;
  font-weight: bold;
  height: 42px;
  line-height: 40px;
  margin: 0;
  padding: 0 0 0 10px;
  position: relative;
  text-decoration: none;
}
nav > a:after {
  background: transparent url('img/arrow-right-white.png') no-repeat left center;
  content: ' ';
  display: block;
  height: 41px;
  opacity: 0.3;
  position: absolute;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  right: 0;
  top: 0;
  width: 19px;
  -webkit-background-size: 19px 14px;
  -moz-background-size: 19px 14px;
  -o-background-size: 19px 14px;
  background-size: 19px 14px;
}
nav > a.selected {
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: white;
}
nav > a.selected:after {
  opacity: 1;
}
header {
  background: #532667;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #636363), color-stop(100%, #282828));
  background: -webkit-linear-gradient(top, #636363, #282828);
  background: -moz-linear-gradient(top, #636363, #282828);
  background: -o-linear-gradient(top, #636363, #282828);
  background: linear-gradient(top, #636363, #282828);
  border-bottom: 1px solid #281730;
  color: white;
  display: block;
  height: 43px;
  position: fixed;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  width: 100%;
  z-index: 1;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 5px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 5px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 5px rgba(0, 0, 0, 0.75);
}
header .header-button {
  background: #472457;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #636363), color-stop(100%, #282828));
  background: -webkit-linear-gradient(top, #636363, #282828);
  background: -moz-linear-gradient(top, #636363, #282828);
  background: -o-linear-gradient(top, #636363, #282828);
  background: linear-gradient(top, #636363, #282828);
  border: 1px solid #32163d;
  color: white;
  font-size: 13px;
  font-weight: bold;
  height: 28px;
  left: 5px;
  line-height: 26px;
  padding: 0 8px;
  position: absolute;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  top: 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.15);
  -o-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.15);
}
header .header-button.right {
  left: auto;
  right: 5px;
}
header .header-button.icon span {
  display: inline-block;
  text-indent: -9999px;
}
header .header-button.menu span {
  background: transparent url('img/menu.png') no-repeat;
  height: 15px;
  margin: 6px 2px 0;
  width: 17px;
  -webkit-background-size: 17px 15px;
  -moz-background-size: 17px 15px;
  -o-background-size: 17px 15px;
  background-size: 17px 15px;
}
header .header-button.info span {
  background: transparent url('img/info.png') no-repeat;
  height: 17px;
  margin: 5px 5px 0;
  width: 8px;
  -webkit-background-size: 8px 17px;
  -moz-background-size: 8px 17px;
  -o-background-size: 8px 17px;
  background-size: 8px 17px;
}
.stp-content {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.stp-content-panel {
  /*background: #fff;*/
  background-image:url('img/light_grey.png');
  background-repeat:repeat;
}
.container {
  padding: 54px 10px 10px;
  margin: 0 1em 1em;
  /*background-color: lightgray;*/
}

.thumbnails
{
  overflow: auto;
  padding-top: 1.5%;
}

.thumbnails li
{
  float: left;
  width: 23.5%;
  margin: 0 0 1.5% 1.5%;
  line-height: 0;
}

.thumbnails li img
{
  display: block;
  width: 100%;
}

.listcontainer {
  padding-top: 54px;
}

.asset_img {
  margin-top: 1em;
  padding: 1em;
  background: #fff;
}

form input[type=text],
form input[type=password],
form input[type=email],
form input[type=number],
form select,
form textarea
{
  -webkit-appearance: none;
  display: block;
  width: calc(100% - 1.5em);
  border: 1px solid #ccc;
  padding: 0.75em;
  font-size: 1em;
  border-radius: 8px;
  background: #fff;
  color: #555;
  box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.05), 0px 1px 0px 0px rgba(255,255,255,0.025);
  -moz-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
  -webkit-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
  -o-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
  -ms-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
  transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
}

form input[type=submit],
.linkButton
{
  text-align: center;
  font-size: 1.2em;
  width: 100%;
  padding: 1em 0 1em 0;
  margin: 0.25em 0 0.25em 0;
  background-color: #393939;
  background-image: -moz-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
  background-image: -webkit-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
  background-image: -o-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
  background-image: -ms-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
  background-image: linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
  box-shadow: inset 0px 0px 0px 1px #242424, inset 0px 2px 1px 0px rgba(255,255,255,0.2);

  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 8px;
  text-shadow: -1px -1px 0.5px rgba(0,0,0,0.5);
  overflow: hidden;
  -moz-transition: background-color .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

.greenButton
{
  text-align: center;
  font-size: 1.2em;
  width: 100%;
  padding: 1em 0 1em 0;
  margin: 0.25em 0 0.25em 0;
  background-color: #66FF66;
  background-image: -moz-linear-gradient(top, rgba(60,255,60,0), rgba(30,180,30,1));
  background-image: -webkit-linear-gradient(top, rgba(60,255,60,0), rgba(30,180,30,1));
  background-image: -o-linear-gradient(top, rgba(60,255,60,0), rgba(30,180,30,1));
  background-image: -ms-linear-gradient(top, rgba(60,255,60,0), rgba(30,180,30,1));
  background-image: linear-gradient(top, rgba(60,255,60,0), rgba(30,180,30,1));
  box-shadow: inset 0px 0px 0px 1px #242424, inset 0px 2px 1px 0px rgba(255,255,255,0.2);

  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 8px;
  text-shadow: -1px -1px 0.5px rgba(0,0,0,0.5);
  overflow: hidden;
  -moz-transition: background-color .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

.redButton
{
  text-align: center;
  font-size: 1.2em;
  width: 100%;
  padding: 1em 0 1em 0;
  margin: 0.25em 0 0.25em 0;
  background-color: #BF1919;
  background-image: -moz-linear-gradient(top, rgba(191,19,19,0), rgba(130,5,5,1));
  background-image: -webkit-linear-gradient(top, rgba(191,19,19,0), rgba(130,5,5,1));
  background-image: -o-linear-gradient(top, rgba(191,19,19,0), rgba(130,5,5,1));
  background-image: -ms-linear-gradient(top, rgba(191,19,19,0), rgba(130,5,5,1));
  background-image: linear-gradient(top, rgba(191,19,19,0), rgba(130,5,5,1));
  box-shadow: inset 0px 0px 0px 1px #242424, inset 0px 2px 1px 0px rgba(255,255,255,0.2);

  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 8px;
  text-shadow: -1px -1px 0.5px rgba(0,0,0,0.5);
  overflow: hidden;
  -moz-transition: background-color .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

form input[type=submit]:hover
{
  background-color: #444;;
  color: #fff !important;
}

form input[type=submit]:active
{
  background-image: -moz-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
  background-image: -webkit-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
  background-image: -o-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
  background-image: -ms-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
  background-image: linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
  box-shadow: inset 0px 0px 0px 1px #242424, inset 0px -2px 1px 0px rgba(255,255,255,0.2);
}

form label
{
  font-size: 1.2em;
  width: 100%;
}

tr.line th, tr.line td
{
  border-bottom: solid 1px #B4B5B0;
}

ul.listview li
{
  display: block;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #f7f7f7;
  background: #ebebeb;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff) to(#ebebeb));
  background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb);
  background-image:    -moz-linear-gradient(top, #ffffff, #ebebeb);
  background-image:      -o-linear-gradient(top, #ffffff, #ebebeb);
  background-image:         linear-gradient(top, #ffffff, #ebebeb);
}

ul.listview li img.thumbnail { 
  background: #fff;
  display: inline-block;
  float: left;
  padding: 2px;
  margin-top: 6px;
  margin-left: 5px;
  margin-right: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

ul.listview li h2
{
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: normal;
  letter-spacing: -0.03em;
  padding-top: 4px;
  color: #55678d;
}

ul.listview li p.desc
{
  color: #555;
  font-size: 1em;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
}

a.nonea
{
  display: block;
  text-decoration: none;
}

h2
{
  font-size: 1.5em;
}

.center_container
{
  margin: 1em;
}

#qr_footer
{
  background: black;
  min-height: 300px;
  background-repeat: repeat-y;
  width: 100%;
  color: white;
  text-align: center;
}
.paging a {
    background: none repeat scroll 0% 0% #262626;
    border-radius: 4px;
    padding: 3px 8px;
    margin: 3px;
    line-height: 36px;
    text-decoration: none;
	color:white!important;
	text-transform: capitalize;
}

.paging span.current{
border-radius: 4px;
margin: 3px;
line-height: 36px;
text-decoration: none;
padding: 3px 8px;
background: none repeat scroll 0% 0% rgb(216, 216, 216);
}


.paging span.disabled{ 
    border-radius: 4px;
    padding: 3px 8px;
    margin: 3px;
    line-height: 36px;
    text-decoration: none;
    background: none repeat scroll 0% 0% #E1E1E1;
}

.error-message{
    color: red ; 
}


.reset-button-alert-menu{
text-align: center;
font-size: 1.2em;
width: 100%;
padding: 1em 0px;
margin: 0.25em 0px;
background-color: #393939;
background-image: -moz-linear-gradient(center top , rgba(50, 50, 50, 0), #2D2D2D);
box-shadow: 0px 0px 0px 1px #242424 inset, 0px 2px 1px 0px rgba(255, 255, 255, 0.2) inset;
position: relative;
display: inline-block;
color: #FFF;
text-decoration: none;
font-weight: 700;
border: 0px none;
outline: 0px none;
cursor: pointer;
border-radius: 8px;
text-shadow: -1px -1px 0.5px rgba(0, 0, 0, 0.5);
overflow: hidden;
transition: background-color 0.2s ease-in-out 0s;
}


#InspectionConditionsId > option:nth-child(6) {
  color: red;
}

#InspectionConditionsId > option:nth-child(5) {
  color: green;
}


.out_delete_document_1 {
  float: left;
  margin: 0 auto;
  width: 100%;
}

.out_delete_document_11 {
  float: left;
  min-height: 1px;
  text-align: left;
  width: 33.33%;
}
.out_delete_document_12 {
  float: left;
  min-height: 1px;
  text-align: center;
  width: 33.33%;
}
.out_delete_document_13 {
  float: left;
  min-height: 1px;
  text-align: right;
  width: 33.33%;
}


@-ms-viewport{
  width: device-width;
}

@media only screen and (max-width: 670px){
	
.out_delete_document_13, .out_delete_document_12, .out_delete_document_11 {
  float: left;
  text-align: center;
  width: 100%;
}
}
