/*!
 * 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. */
}
div.img-thumbnail{
 display: block;
 max-height: 200px;
 width: 100%;
 overflow: hidden;
}

.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%;
    }
    .ref{width: 130px;overflow: hidden;white-space: nowrap;}
    .table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th{ font-size: 9pt; padding:2px}
}

.logo{
  height: 37px;
  padding: 0 3px;
}
.logo img{
 display: inline;
 
}

h1{font-size: 30px;}
div.LabelHolder input.file{position: relative;height: 28px;width:28px;-moz-opacity:0 ;filter:alpha(opacity:0);opacity:0;top:0px;cursor:pointer;}
@-moz-document url-prefix(){div.LabelHolder input.file{left:-5px;}}
div.LabelHolder{width: 28px; height:28px;background: url(../image/att.png) no-repeat;background-repeat:no-repeat;background-position:50% 50%;float:left;cursor:pointer;}

.gridtable {
    border: solid #ccc 1px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.gridtable tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.gridtable td, .gridtable th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.gridtable th, .websites table th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#B2A790));
    background-image: -webkit-linear-gradient(top, #efefef, #B2A790);
    background-image:    -moz-linear-gradient(top, #efefef, #B2A790);
    background-image:     -ms-linear-gradient(top, #efefef, #B2A790);
    background-image:      -o-linear-gradient(top, #efefef, #B2A790);
    background-image:         linear-gradient(top, #efefef, #B2A790);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.gridtable td:first-child, .gridtable th:first-child {
    border-left: none;
}

#back-top {
    bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 99;
}