/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

#my_customer_tablebc{
    overflow-y: hidden !important;
}

.side-img {
    position: absolute;
    right: 0;
    top: 0;
}

.side-img img {
    width: 336px;
}
.quote-logo {
    width: 50%;
    float: left;
}

.side-details {
    width: 100%;
    float: left;
    padding-top: 45px;
    padding-right: 9px;
}
.deatil-box {
    width: 33%;
    float: left;
    padding: 0 2px;
}

.det-img {
    width: 15%;
    float: left;
}

.det-img img {
    width: 45px;
}

.det-con {
    width: 85%;
    float: left;
    padding: 0 5px;
}

.deatil-box:nth-child(1) {
    width: 38%;
}

.deatil-box:nth-child(2) {
    width: 26%;
}

.deatil-box:nth-child(2) p {
    padding: 0 18px;
}

.deatil-box:nth-child(3) p {
    padding: 0 10px;
}

.bottom-design {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bottom-detail {
    display: table;
    width: 100%;
    padding-bottom: 21px;
}

.bottom-design img {
    width: 64%;
}
.address {
    width: 64%;
    float: left;
    padding-left: 38px;
}

.address h3 {
    color: #f5921d;
}

.con-deatil-box ul li {
    list-style: none;
    color: #000;
    padding: 2px 0;
}

footer {
    padding-top: 13px;
    border-top: 1px solid #f5921d;
    width: 100%;
    display: table;
    padding-bottom: 81px;
}
.con-deatil-box {
    width: 30%;
    float: left;
}
.header-txt {
    width: 80%;
    text-align: center;
    background: #e7a126;
    padding: 16px 1px;
    margin-top: 12px;
}

.header-txt h3 {
    color: #fff;
    font-size: 34px;
}


.vertical-layout.vertical-menu-modern.menu-expanded .footer {
    overflow-x: hidden;
    width: 75%;
}