.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: steelblue;

  /* border style on each page except admin ones */
    border-radius: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*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;*/

}

#imgLogo {
    padding-left: 8px;
    padding-top: 8px;
}

#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;
    border-radius: 5px;

}

.contentbc {
    /*background-color: lightblue;*/
    font-family: Calibri;
    /* removed following that was forcing pages even if blank
        height: 600px;*/
    border: none;
    margin-left: 50px;
    /*        
    to show content in centre used margins
	width: 75%;
    margin-left: auto;
    margin-right: auto;
    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: lightsteelblue;
    border-radius: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.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;
}

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;
}

.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;
    font-weight: bold;
    font-family: Arial;
    font-size: 9pt;
}

.lnk:hover {
    color: red
}

.lvt {
    font-family: Calibri;
    font-size: 10px;
    /*width:35%;*/
    height: 100%;
    width: 350px;
    background-color: steelblue; /*changed from white*/
    padding-left: 50px;
    opacity: 0.85;
   /*text-align:center;
   vertical-align:middle;*/
}

#logedin {
    background-image: url(images/search2.png);
    /*background-size: 250px, 250px;*/
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
    height: 300px;
}

#loginshow {
    /*background-image:  url(images/login-bg.jpg);
    background-image: url(images/server-room.jpg);
    background-image: url(images/physician-glass.jpg);*/
    /*
    height: 100%;
	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;
}

.tbcss {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.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;
}

.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: thin solid black;
    font-size: 8px;
    font-weight: bold;
}

    .button5:hover {
        background-color: white;
        color: #555555;
    }

.listyle {
    padding-left: 5px;
    display: inline-block;
    width: 100%;
}

.listyle:hover {
    background-color: lightsteelblue;
    text-decoration: none;
}

.chidden {
    display: none;
}

.style1 {
    height: 28px;
}

.auto-style1 {
    width: 160px;
}

