@CHARSET "UTF-8";
.body-content{
	padding: 0px 10px;
	margin:	5px 0px;
}
section.item {
	padding: 8px !important;
	box-shadow: 0px 1px 5px #eee;
	border: 1px solid #ddd;
	background-color: #fff8f8;
	margin-bottom: 5px;
}
img.img-item {
	width: 250px;
	margin: 5px auto;
}
.item-box {
    border: 1px solid #eee;
    margin: 7px 45px;
}
a.title-box-code {
    background-color: #f1546a;
    color: #fff !important;
    display: block;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 5px 0px;
}
.item-box-code {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}
.item-row-code {
    padding: 8px 0px;
}
.txt_color_red{
    font-weight: 700;
    color: #f1546a;
    font-size: 1.3em;
}
.row.item-row-code > div {
    line-height: 21px;
}
.bg-black {
    margin-left: 15px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #222;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 28% !important;
    padding: 3px 0px;
    color: #fff;
}
.btn-get {
	width: 290px;
	margin: auto;
}

#grayOut {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 101;
}