﻿.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    overflow:auto;
    background-color: white;
/*    height: 550px;*/

}

.page-wrapper {
  padding: 5px;
  background-color: lightgray;
}

#main-wrapper {
  width: 100%; }

.boxed #main-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1); }
  .boxed #main-wrapper .sidebar-footer {
    position: absolute; }
  .boxed #main-wrapper .footer {
    display: none; }

.footer {
  bottom: 0;
  color: #99abb4;
  left: 0px;
  padding: 17px 15px;
  position:relative;
  right: 0;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  background: #ffffff;     text-align: center;}

.detail td {
/*    border:solid; */
    border:thin solid gray; 
}

.loginbox {
    border: solid;
    border-color:gray;
    border-width:1px;
    width:200px;
    height:25px;
    border-radius: 5px;

}

.hlkPDF {
    margin-left: 20em;

}

.imgEquipment {
  width: 150px;
  height: 150px;
  /*position:absolute;
  top: 125px;
  left: 600px;
    padding-left:100px;*/
}

.contentbc {
    /*background-color: lightblue;*/
    font-family: Calibri;
    margin-left: 50px;
    /*        
    height: 600px;
    to show content in centre used margins
	width: 75%;
    margin-left: auto;
    margin-right: auto;
    to show content in centre used margins
    margin-right:10%;
    border-radius: 12px;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    border: 2px solid; border-color: rgba(0,0,0,0.3); -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
*/
}

.divCal {
   /* to show content in centre used margins */
	width: 85%;
    margin-left: auto;
    margin-right: auto;
    background-color:red;
/*
    to show content in centre used margins
    margin-left:10%;
    margin-right:10%;
    border-radius: 12px;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    border: 2px solid; border-color: rgba(0,0,0,0.3); -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
*/
}

.divContent  {
	width: 75%;
	/*height: 100%;
	padding-left: 300px;
    padding-top: 50px;*/
    font-family:sans-serif;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    border-style: solid;
    border-width: thick;
    border-color:darkblue;
    border-radius: 12px;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}

#main_nav ul {
    background: white;
    float: left;
    -webkit-transition: .5s;
    transition: .5s;
}

#main_nav li {
    float: left;
    position: relative;
    width: auto;
    list-style: none;
    -webkit-transition: .5s;
    transition: .5s;
}

#main_nav > ul > li > a, h1 {
    /*text-transform: uppercase;*/
}

#main_nav a {
    display: block;
    text-decoration: none;
    padding: 5px 15px;
    color: #000;
}

#main_nav ul ul {
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
}

#main_nav ul ul ul {
    left:100%;
    padding:0;
    top: 0;
}

#main_nav li:hover, #main_nav li:hover li {
    background: #f9f9f9;
        /*#ddd;*/
}

#main_nav li li:hover, #main_nav li li:hover li {
    background:  #f9f9f9;
     /*#bbb;*/
}

#main_nav li li li:hover {
    background: #f9f9f9;
    /*#999;*/
}

#main_nav li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.gvItemStyle {
    font-size: small;
    color: black; /*#79C2FF;*/
}

.gvPagerStyle {
    background-color: white;
    font-size: medium;
    text-align:right;
}

.gvAlternateRow {
    /* faheem changed 20181014
    background-color:#f5f5f0;
        */
    background-color: #e1dede;
}

.gvEditRow {
    font-weight:bold;
    font-size: smaller;
}

.gvHeader {
    background-color:#008CBA;
    color:white;
    /* ForeColor="White" BackColor="#507CD1" Font-Bold="true"*/
}

.search {
    border:solid;
    border-width:1px;
    border-radius: 5px;
}

.ddmenu {
    /*border:thin solid black; 
    display:block; 
    border:solid;*/ 
    text-align:center;
    position: relative;
    display: inline-block;
    cursor:pointer;
}

.ddmenu-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.ddmenu:hover .ddmenu-content {
    display: block;
}

a:hover {
    /*faheem 20181013
        menu and other hyperlink background color when hovering
    //background-color: lightgray;

        */
    color:navy;
    text-decoration:none;
}

.err {
    font-weight:bold;
    color:red;
}

.hdn {
    font-weight:bold;
    color:#004396;
    font-size:medium;
}

.tdleft {
    width:20%;
}

.tdright {
    width:80%;
}


.forms {
   border:solid;
   border-width:1px;
    /* width:50%;width: 601px;*/
    margin-left: 10px;
    
}

.lnk {
    border:thin solid black; 
    display:block; 
    text-align:center;
    min-width:125px;
}

.lvt {
    font-family: Calibri;
    font-size: 10px;
    /*width:35%;*/
    height: 100%;
    width: 300px;
    background-color: white;
    padding-top: 10px;
    padding-left: 10px;
    opacity: 0.75;
    /*text-align:center;
   vertical-align:middle;*/
}

.loginbg {
    background-image: url(images/login-background.jpg);
    background-size: cover;
    height: 100%;
    /*
            background-repeat:  no-repeat;
    background-position: right top, right;
	font-size: 12px;
    margin-left: 10px;
float: left;
    background-size:cover; to strech background image to full screen
	width: 500px;*/
    /*padding-left: 300px;
    padding-top: 50px;
    margin-right: auto;*/
    /*border-style: solid;
    font-family: Arial;
    border-width: thick;
    border-color:darkblue;
    border-radius: 12px;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    */
}

.shim {
    background-image: url(images/content-shim-stretch.gif);
    background-repeat: repeat-x;
    /*margin-left: auto;
    margin-right: auto;*/
    width: 100%;
    height: 20px;
}


/* change text alignment for all dropdownlist elements*/
select {
    text-align: left !important;
}

.gvcss {
    margin-left: auto;
    margin-right: auto;
}

.tbcss {
    margin-left: auto;
    margin-right: auto;
}

.fView {
    margin-left: auto;
    margin-right: auto;
}

.centeredlogin {
    width: 1000px;
    height: 400px;
    position:absolute;
    top:35%;
    left:40%;
    /*font-family:Arial;*/
    font-weight:bold;
}

.input {
    position: relative;
    text-align: match-parent;
}
.field-validation-error {
    color:red;
}
.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}
.validation summary errors {
    font-weight: bold;
    color: red;
}
.validation-summary-valid {
    display: none;
}

.ProductName1 {
    color: #9C0A0D;
    font-size: 34px;
    /*font-family:sans-serif;*/
    font-weight: bold;
}

.ProductName {
    color: black;
    font-size: 34px;
    /*font-family:sans-serif;*/
    font-weight: bold;
}


.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
    font-size: 16px;
/*
    padding: 16px 32px;
    margin: 4px 2px;
*/
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    height:30px;
}

.button1 {
    background-color: white;
    color: black;
    border: 2px solid #4CAF50;
}

 .button1:hover {
    background-color: #4CAF50;
    color: white;
}

 .button2 {
    background-color: white;
    color: black;
    border: 2px solid #008CBA;
}

 .button2:hover {
    background-color: #008CBA;
    color: white;
    /* shahf 20181216*/
    text-decoration:none;
}

 .button3 {
    background-color: white;
    color: black;
    border: 2px solid #f44336;
}

 .button3:hover {
    background-color: #f44336;
    color: white;
}

 .button4 {
    background-color: white;
    color: black;
    border: 2px solid #e7e7e7;
}

 .button4:hover {background-color: #e7e7e7;}
 
.button5 {
    background-color: #555555;
    color: white;
    border: 2px solid #555555;
    font-size: 10px;
    padding: 5px;
}

.button5:hover {
    background-color: white;
    color: black;
}

.listyle {
    padding-left: 5px;
    display: inline-block;
    width: 100%;
}

.listyle:hover {
    background-color: lightcyan;
    text-decoration: none;
}

.chidden {
    display: none;
}

.style1 {
    height: 28px;
}
