/*
* ------------------------------------------------------------------
*
* Project:
* Version: 1.0
* Created : 13/09/2019
* Template URI: www.qamsco.com
* Author Name: Shelley C Antony
* Author URI: http://www.fshdesign.org/
* Description: Oil And Gas trading
* Developer: Fsh Design
*
*
* -------------------------------------------------------------------
*/

/*
font-family: 'Montserrat', sans-serif;
*/

/*navbar*/

.admin-sidenav {
    width: auto;
    height: auto;
    margin-left: 0px;
}

.admin-sidenav a {
    text-decoration: none;
}

.admin-sidenav li {
    text-align: justify;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background-color: #fff;
    border: 1px solid #989898;
    border-radius: 15px;
    margin-bottom: 5px;
}

.admin-sidenav li a {
    color: #000;
    display: block;
    padding: .5rem;
    padding-left: 1rem;
}

.admin-sidenav li a:hover {
    color: #fff;
    display: block;
}

.admin-sidenav li a:active {
    border-color: #02d3f5;
}

.admin-sidenav li:hover {
    border-radius: 15px;
    border-color: #000000;
    -webkit-transform: translate(6px, 0px);
    transform: translate(6px, 0px);
    background: -webkit-linear-gradient(left, #000000, #444444);
    background: linear-gradient(to right, #000000, #444444);
}

.admin-sidenav li:active {
    border-color: #02d3f5;
}

/*navbar*/

/*change password*/

.pass_show {
    position: relative
}

.pass_show .ptxt {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    padding: 1rem;
    /* font-size: 12px; */
    color: #81787f;
    margin-top: -1.5rem;
    cursor: pointer;
    transition: .3s ease all;
}

.pass_show .ptxt:hover {
    color: #333333;
}

.pcBox {
    border: solid 1px #ddd;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 15px;
    padding: 15px;
}

.pcBox .form-control {
    border: 1px solid transparent;
    border-bottom: solid 1px #000;
    border-radius: 0px;
}

/*change password*/

/*order-history*/

.panel-order .row {
    border-bottom: 1px solid #ccc;
}

.panel-order .row:last-child {
    border: 0px;
}

.panel-order .row .col-md-1 {
    text-align: center;
    padding-top: 15px;
}

.panel-order .row .col-md-1 img {
    width: 50px;
    max-height: 50px;
}

.panel-order .row .row {
    border-bottom: 0;
}

.panel-order .row .col-md-11 {
    border-left: 1px solid #ccc;
}

.panel-order .row .row .col-md-12 {
    padding-top: 7px;
    /* padding-bottom: 7px; */
}

.panel-order .row .row .col-md-12:last-child {
    font-size: 11px;
    color: #555;
}

.panel-order .btn-group {
    margin: 0px;
    padding: 0px;
}

.panel-order .panel-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.panel-order .panel-deading {
    margin-bottom: 0;
}

/*order history*/

/*invoice*/

.invoiceThumb {
    width: 75px;
    height: auto
}

.order-invoice .form-control {
    width: 100px
}

.order-invoice {
    padding: 25px 40px;
    box-shadow: 0 5px 30px -5px #ccc;
    padding-bottom: 20px
}

.profileSection {
    padding: 25px 40px;
    box-shadow: 0 5px 30px -5px #ccc;
    padding-bottom: 20px
}

.profileSection .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .2rem + 2px);
    padding: 0;
    color: #495057;
    font-size: 1rem;
    line-height: 1.5;
    background-color: transparent;
    background-clip: padding-box;
    border: solid 1px transparent;
    border-bottom: 1px solid #333333;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.profileSection .form-control-sm {
    display: block;
    width: 100%;
    height: calc(1.5em + .2rem + 1px);
    padding: 0;
    color: #989898;
    font-size: 14px;
    line-height: 1.5;
    background-color: transparent;
    background-clip: padding-box;
    border: solid 1px transparent;
    border-bottom: 1px solid #333333;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.profileSection td {
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.order-history {
    padding: 25px 40px;
    box-shadow: 0 5px 30px -5px #ccc;
    padding-bottom: 20px
}

/*invoice*/

/* Section Title Css */

.section-title {
    text-align: center;
    margin: 80px 0;
}

.section-title h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
}

.section-title h2:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #0bbbc1;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}

.section-title h2:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background-color: #0bbbc1;
    left: 50%;
    bottom: -10px;
    margin-left: -30px;
}

/* Service Style 1 Css */

.style-1 .single-service {
    text-align: center;
    padding: 25px 40px;
    box-shadow: 0 5px 30px -5px #ccc;
    padding-bottom: 20px;
}

.style-1 .single-service i.fa {
    color: #970068;
    font-size: 40px;
    margin: 20px 0;
}

.style-1 .single-service a h3, .style-1 .single-service a p {
    color: #000;
}

.style-1 h3 {
    font-size: 14px;
}

.changePwd .style-1 .single-service {
    text-align: left !important;
}

/*dash board*/

/*profile*/

.emp-profile {
    padding: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}

.profile-img {
    /*text-align: center;*/
    height: 70%;
    width: auto;
}

.profile-img img {
    width: 70%;
    height: auto;
}

.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -8vh;
    width: 70%;
    height: 5vh;
    border: none;
    border-radius: 0;
    font-size: 2vh;
    background: #212529b8;
    visibility: hidden;
}

.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}

.profile-head h5 {
    color: #333;
}

.profile-head h6 {
    color: #989898;
}

.profile-edit-btn {
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}

.proile-rating {
    font-size: 12px;
    color: #989898;
    margin-top: 5%;
}

.proile-rating span {
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}

.profile-head .nav-tabs {
    margin-bottom: 5%;
}

.profile-head .nav-tabs .nav-link {
    font-weight: 600;
    border: none;
}

.profile-head .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #989898;
}

.profile-work {
    /* margin-top: -15%; */
    /* padding-top: 14%; */
    padding-right: 0%;
     padding-bottom: 3%; 
    padding-left: 0%;
}

.profile-work p {
    font-size: 12px;
    color: #989898;
    font-weight: 600;
}

.profile-work a {
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
}

.profile-work ul {
    list-style: none;
}

.profile-tab label, .profile-tab .w-25 {
    font-weight: normal;
    font-size: 14px;
    color: #000;
}

.profile-tab p, .profile-tab span {
    /* font-weight: 600; */
    color: #989898;
    font-size: 14px;
}

.content-title {
    border-bottom: solid 1px #989898;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.btn-white-new {
    background-color: #fff;
    border: 1px solid #989898;
    border-radius: 15px;
    margin-bottom: 5px;
    color: #000;
    font-size: 13px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.btn-white-new:hover, .btn-white-new:active, .btn-white-new:focus {
    border: 1px solid #000;
    background-color: #000;
    border-radius: 15px;
    color: #fff;
}
