.photo img {
  max-height: 150px;
  border: solid 2px #CCCCCC;
  padding: 5px;
}

table.table-center {
  margin-left: inherit;
  margin-right: inherit;
}

@media all and (max-width: 768px) {
  table.table-center {
    margin-left: auto;
    margin-right: auto;
  }
}


.center_name,
.center_name:hover {
  background-color: rgb(160, 0, 0);
  color: white;
  text-decoration: none;
}

.top_navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  font-size: large;
  font-weight: bold;
  background-color: white;
}

.top_navbar_area {
  width: 100%;
  min-width: 200px;
  z-index: 99999;
}

.page_content {

  max-width: 1200px;
  margin: auto;
  margin-top: 80px;
}

body {
  background-color: #CCC;
  background: url("../images/tw_background.jpg");
  background-size: cover;
  background-attachment: fixed;
}

#wrapper #content-wrapper {
  background-color: #CCC;
  background: url("../images/tw_background.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.bg-opacity_fill {

  background: url("../../images/opacity_fill.png");
}

.bg-login-image {

  background: url("../../appdata/images/logo.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-gradient-primary {
  background: url("../../appdata/images/login_back.jpg");
  background-position: center;
  background-size: cover;
}

.record_not_found {
  color: #999;
  font-size: larger;
  font-family: "Comic Sans MS", cursive;
  text-align: center;
  padding: 20px 10px;
}

.record_not_found span {
  font-size: 36px;
}

.link {
  cursor: pointer;
  color: #00C;
}

.form-group.required .control-label:after {
  content: " *";
  color: red;
}

.control-label {
  font-size: 14px;
  font-style: italic;
}

body {
  color: #000;
}

h1 {
  font-size: 24px;
}

.description-text {
  font-size: 12px;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CCC;
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #CCC;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #CCC;
}

.card .overlay,
.modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 40px;
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);

}

.card .overlay>.fa,
.modal .overlay>.fa {
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 40px;
}

.card .overlay>span,
.modal .overlay>span {
  position: absolute;
  top: 55%;
  left: 45%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  text-align: center;
  font-size: 25px;
}

.hide {
  display: none;
}

input,
textarea,
select {
  /*	color:green !important;*/
}

.text-red {
  color: red;
}

.text-green {
  color: green;
}

.text-orange {
  color: orange;
}

.text-bold {
  font-weight: bold;
}

.help_call {
  position: fixed;
  right: 1rem;
  bottom: 4rem;
  display: block;
  width: 45px;
  height: 40px;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, .5);
  padding: 5px;
}

.help_call:focus,
.scroll-to-top:hover {
  color: #fff
}

.help_call:hover {
  background: #5a5c69
}

.help_call i {
  font-weight: 800;
  font-size: 25px
}