/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
html,body {
    height: 100%;
}

body {
    padding-top: 50px;
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */
header.carousel {
    height: 50%;
}

header.carousel .item,header.carousel .item.active,header.carousel .carousel-inner
    {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */
.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */
.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */
/* footer { */
/*     margin: 50px 0; */
/* } */

/* Responsive Styles */
@media ( max-width :991px) {
    .customer-img,.img-related {
        margin-bottom: 30px;
    }
}

@media ( max-width :767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }
    header.carousel .carousel {
        height: 70%;
    }
}

/* openworks4 custom start */
td .progress {
    margin-bottom: 0px;
}

.progress {
    margin-bottom: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.breadcrumb {
    margin-bottom: 0px;
}

#opLoadingOverlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#opLoadingOpacity {
    background-color: #2C3A3F;
    filter: alpha(opacity = 90);
    opacity: 0.9;
    width: 100%;
    height: 100%;
    position: relative;
}

.op-spin {
    padding: 0px 15px;
    background-color: #3CA2BB;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 30%;
    left: 33.333%;
    width: 33.3333%;
}

.op-alert {
  padding: 13px 14px 14px 14px;
  margin-bottom: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-weight: 600;
  color: #426A7E;
  background-color: #F5FBFD;
  border-color: #C8DEE2;
}

/* quick�޴� */
#quick-area {
    position: fixed;
    top: 160px;
    left: 50%;
    margin-left: 620px;
    letter-spacing: -1px;
}
#quick-area ul {
    width: 106px;
    padding: 23px 0 21px;
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: center;
}
#quick-area ul > li + li {
    margin-top: 15px;
}
#quick-area ul .icon {
    display: block;
}
#quick-area ul .txt {
    display: block;
    margin-top: 11px;
    color: #666;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.1;
}
#quick-area .btn-top {
    display: block;
    padding: 5px;
    background-color: #1d9e8d;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}