﻿html, body {
  height: 100%; 
}
div.red_bg {
  background: #dc0d3c !important;
  min-height: 100vh;
}
div.gray {
  background-color: #f3f3f3;
  min-height: 1500px;
}
.banner_image_class{
  height: 100%;
}
.setting_nav>ul>li{
	cursor: pointer;
}
.column_style{
	padding-bottom: 20px;
  cursor: pointer;
}
.modal-header{
	padding-bottom: 0px;
}
.setting_nav .nav>li>a{
  padding: 5px 5px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
  background-color: transparent;
}
.tab-content,
.white-bg_diff{
  background-color: #f3f3f3;
}
.team-admin01{
  width: 100%;
}
.delete{
  cursor: pointer;
}
.nonebg{
  background-color: #e2e2e2;
}
.nonebg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(transparent, black);
  opacity: .5; 
}
.round-image{
  background-color: white;
  border-radius: 5px;
  padding: 2px;
  height: 50px;
  width: 50px;
  display: table-cell;
  vertical-align: middle;
}
.round-image > img {
  max-height: 50px;
  max-width: 50px;
}
.edit-form-state3 input[disabled],
.edit-form-state3 input[disabled]:hover {
  background-color: #f3f3f3;
  color: rgba(220,13,60,1);
}
.asset-price{
  cursor: pointer;
}
.overlay{
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: luminosity, normal;
}
.overlay:before {
  opacity: .5;
  background-image: url("");
}
.add_cover,
.add_logo_w{
  background: #dc0d3c;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border-radius: 5px;
  cursor: pointer;
}
.add_cover.active,
.add_logo_w.active{
  opacity: .7;
}
.add_cover{
  height: 38px;
  padding: 5px;
}
.add_logo_w{
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.add_cover>h4,
.add_logo_w>h4{
  color: white;
  font-size: 13px;
  display: table-cell;
  vertical-align: middle;
}
.add_logo{
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}
.add_logo > img {
  max-height: 60px;
  max-width: 60px;
}
.assets_margin .delete-all{
  float: right;
  width: 100% !important;
  border: solid 2px rgba(220,13,60,1);
}
.main_content{
  height: 365px;
}
.setting_logo{
  margin-top: 180px;
  width: 100%;
}