.data-title {
    cursor: pointer;
}
.custom-table td, th {
    text-align: center;
}
.mdl-error {
    display: none;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
}
.mdl-error p {
    margin-bottom: 0;
}
.success {
    color: #629031;
    background-color: #CEF0AB;
    border-color: #B7E086;
}
.danger {
    color: #C14029;
    background-color: #FDAA9A;
    border-color: #EA8676;
}
.close-error {
    margin-top: -9px;
    margin-right: -5px;
}
.img-back {
    text-align: center;
    height: 160px;
    width: 200px;
    padding: 0px;
    border-radius: 5px;
}
.img-file {
    text-align: center;
    height: 160px;
    width: 200px;
    padding: 0px;
    border-radius: 5px;
}
.img-in {
    background-color: #EF8021;
}
.display-file {
    background-color: #000;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    margin: 0 auto;
}
.position-count {
    position: absolute;
    background-color: rgb(0, 0, 0);
    z-index: 1;
    top: 0px;
    right: 0px;
    padding: 4px 10px;
}
.optional {
    color: #f00;
    position: absolute;
    padding: 0 4px;
}
.btn-add, .btn-sub, .btn-add-step, .btn-sub-step {
    border-radius: 100%;
    border: 0;
    padding: 6px 7px;
}
textarea {
    resize: vertical;
    min-height: 80px;
}
.lbl_remove {
    padding-left: 30px;
}
.icon-detail {
    color: #AAB2BD;
    margin-right: 5px;
    margin-left: 4px;
}
.name-detail {
    color: #37BC9B;
}
.blog-detail-list li.list-group-item {
    padding-left: 20px !important;
}
.icon-lg img {
    max-height: 150px;
    max-width: 150px;
}
.box-feature.has-animated:hover .icon-lg img {
    max-height: 80px;
    max-width: 80px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.method_step {
    list-style: none;
}
.method_step .step-count {
    padding-right: 15px;
    color: #5C605F;
    display: table-cell;
    text-align: center;
}
.method_step .step-count span {
    background-color: #ddd;
    padding: 8px 10px;
    width: 40px;
    float: left;
}
.method_step div {
    display: table;
    margin-bottom: 15px;
}
.method_step img {
    display: table-cell;
}
.method_step .step-data {
    display: table-cell;
    padding: 10px;
    text-align: justify;
    vertical-align: middle;
}
.custom-heading {
    margin-left: 20px;
    padding: 10px;
    position: relative;
}
span.stars, span.stars span {
    display: block;
    background: url(../../images/star.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}
span.stars span {
    background-position: 0 0;
}
.btn-discover {
    padding: 6px 0 !important;
}
.stepPhoto {
    cursor: pointer;
}
.preparation_step {
    margin-bottom: 10px;
}
.code {
    border: 1px solid #000;
    display: inline-block;
    padding: 15px;
    vertical-align: middle;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../images/loader.png) center no-repeat rgba(255, 255, 255, 0.65);
    display: none;
}
