html, body {
    min-height: 100%;
    width: 100%;
    height: 100%; 
    margin: 0;
    padding: 0;
    font-family: "Arial", "Tahoma";
    font-size:  12pt;
    background-color: cornsilk;
}

.cyanColor{
    background-color: wheat;
}

.alerted {
  padding: 0px;
  background-color: #f44336;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

span.alerted1 {
  margin-left:  0.5em;
  margin-right:  0.5em;
  background-color: #f44336;
  color: white;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}

button.button1 {
  background-color: black;
  border: none;
  color: white;
  // padding: 15px 32px;
  margin-bottom: 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  height: 20px;
  // font-size: 18px;
  border-radius: 5px;
}

button {
  background-color: navy;
  border: none;
  // border: 1px solid navy;
  border-radius:  5px;
  color: white;
  // padding: 15px 32px;
  // margin-bottom: 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  height: 21px;
  font-size: 12px;
  // border-radius:  10% 10% 10% 10%;
}
button:disabled,
button[disabled]{
  background-color: grey;
  border: none;
  color: white;
  // padding: 15px 32px;
  // margin-bottom: 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  height: 21px;
  font-size: 12px;
  border-radius:  5px;
}

select {
  background-color: #eee;
  margin-top: 2px;
  display: inline-block;
  // margin: 50px;
  // width: 150px;
  // padding: 5px 35px 5px 5px;
  font-size: 12px;
  border: 2px solid grey;
  height: 23px;
  // border-radius:  10%;
  // -webkit-appearance: none;
  // -moz-appearance: none;
  // appearance: none;
  // background: url(https://) 96% / 15% no-repeat #EEE;
}

A:link      {text-decoration: none; color: blue}
A:visited {text-decoration: none; color: blue}
A:active  {text-decoration: underline; color: crimson}
A:hover  {text-decoration: underline; color: crimson}

A.nochange:active  {text-decoration: none; color: blue}
A.nochange:hover  {text-decoration: none; color: blue}

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  cursor: arrow;
  // font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: arrow;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 17px;
  background-color: #eee;
  border: solid grey;
  border-width: 1px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 5px;
  top: -1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* ===== The Modal (background) ==== */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  padding-left: 16px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/*  ===== Modal End  */



ul,ol {
    margin: 0.4em;
    padding-left: 1.1em;
}

div.content {
    max-width: 940px;
    min-width: 940px;
    margin: auto;
    padding: 0px;
    border: 0px;
}

// doctors listing pages
div.content1 {
    max-width: 830px;
    min-width: 830px;
    margin: auto;
    padding: 0px;
    border: 0px;
}

// index pages for banned
div.content2 {
    max-width: 580px;
    min-width: 580px;
    margin: auto;
    padding: 0px;
    border: 0px;
}

div {
    margin:  0px;
    padding: 0px;
    border: 0px;
}

div.boxed {
    margin:  1.0em;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    padding: 0px;
    border: 0px;
}

h1 {
   margin-top: 0.3em;
   margin-bottom: 0.3em;
}

h1.cmsr0t {
   margin-top: 0.0em;
   margin-bottom: 0.3em;
}

h1.countries {
    font-size:  16pt;
}

h2 {
   margin-top: 0.3em;
   margin-bottom: 0.3em;
}

h2.cmsr1 {
   margin-top: 0.7em;
   margin-bottom: 0.0em;
}

h3 {
   margin-top: 0.3em;
   margin-bottom: 0.3em;
}

h3.cmsr1 {
   margin-top: 0.6em;
   margin-bottom: 0.1em;
}

.rmerev {
	BACKGROUND-COLOR: mediumblue;
	COLOR: white;
}

p {
   margin-top: 0.3em;
   margin-bottom: 0.3em;
}

p.topspace {
   margin-top: 0.6em;
}

p.smaller {
   font-size:  11pt;
}

p.cmsr5t {
   margin-top: 0.5em;
   margin-bottom: 0.3em;
   margin-left: 0px;
   margin-right: 0px;
}

p.cmsr3 {
   margin-top: 0.0em;
   margin-bottom: 0.3em;
   margin-left: 0px;
   margin-right: 0px;
}

p.cmsr2 {
   margin-top: 0.2em;
   margin-bottom: 0.2em;
   margin-left: 0px;
   margin-right: 0px;
}

p.jsnotice {
   font-size:  14pt;
   color: crimson;
}

.nospace {
   padding: 0px;
   margin: 0px;
   border: 0px;
   border-collapse: collapse;
}

.somespace {
   padding: 0px;
   margin: 0px;
   border:  0px;
   // border-collapse: collapse;
}


td.clinic {
   width: 14.0em;
}

td.cmsr2 {
   text-align: left;
   vertical-align: middle;
   background-color: black;
   color: white;
}

a.cmsrmenu {
   text-decoration:none;
   background-color:navy; 
   color:white;
   font-size:110%
}

span.states {
   text-decoration:none;
   background-color:darkcyan;
   color:white;font-size:110%
}

span.cities {
   text-decoration:none;
   background-color:gold;
   color:blue;font-size:100%
}

#header {
    clear: left;
    // position: absolute;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    border-top: 2px solid black;
    border-bottom: 2px solid red;
    border-left: 0px;
    border-right: 0px;
    padding: 0px;
    margin: 0px;
    border-left: 0px solid black;
    border-right: 0px solid red;
}

p.header {
    BACKGROUND-COLOR: black;    
    COLOR: white;
    FONT-FAMILY: "Arial", "Tahoma";
    FONT-SIZE:  16pt;
    MARGIN: 2px; 
    PADDING: 0px;
}

a.header {
   text-decoration:none;
   background-color:black; 
   color:skyblue;
   FONT-SIZE:  16pt;
}

#footer {
    clear: left;
    // position: absolute;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    border-top: 2px solid red;
    border-bottom: 0px solid black;
}

p.footer {
    BACKGROUND-COLOR: black;    
    COLOR: skyblue;
    FONT-FAMILY: "Arial", "Tahoma";
    FONT-SIZE:  14pt;
    MARGIN: 2px; 
    PADDING: 0px;
}

a.footer {
   text-decoration:none;
   background-color:black; 
   color:skyblue;
   FONT-SIZE:  14pt;
}



