*{
    margin:0;
    padding:0;
    /*-webkit-appearance: none;
    -moz-appearance: none; 
    -o-appearance: none; 
    appearance: none;*/
    box-sizing: border-box;
}
body{
    font-family:'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    background-color: #e3e2e2ab; 
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

.red {
    color: rgb(173, 17, 17);
    background: transparent;
    text-align:center;
    font-weight:500;
}
.green {
    color: rgb(64, 146, 64);
    background: transparent;
    text-align: center;
    font-weight: 500;
}

.unsuccess {
    color: rgb(173, 17, 17);
    background: transparent;
    text-align:center;
    font-weight:500;
}
.success {
    color: rgb(64, 146, 64);
    background: transparent;
    text-align: center;
    font-weight: 500;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #abaaaa;
    margin: 10px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #2d323e;
    color: #fff;
    transition: all 0.3s;
    top: 0%;
    padding-top: 70px;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
   display: flex;
    justify-content: space-between;
    /*padding: 15px 16px;*/
    text-transform: capitalize;
    font-size: 13px;
    align-items: center;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}
#sidebar ul li.active>a, a[aria-expanded="true"] {
    color: #6d7fcc;
    background: #ffffff;
    border-top: 1px solid;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0%;
    right: 0;
    padding-top: 100px;
    background-color: #e3e2e2ab;
}

#content.active {
    width: 100%;
}


/*add new css*/

.header-top{
    z-index: 9991;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    -webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    -moz-box-shadow:0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);

}

.bg-common{
    background-color: #2d323e;
}

.logo-div h4{
    color: #ccc;
    font-size: 20px;
}

.search {
    position: relative;
    width: 100%;
    border-radius: 5px;
    padding: 0px;
}
.search .search-icon {
    position: absolute;
    font-size: 18px;
    top: 10px;
    left: 9px;
    color: #2d323ee0;
    transition: color .2s ease;
}
input[type="search"] {
    background: #e0e0e0;
    border: 0;
    width: 100%;
    padding: 10px 34px;
    font-size: 14px;
    border-radius: 5px;
}

.user-icon{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.user-icon:hover{
    color: #000;
    background-color: #fff;
}
.dropdown-menu li{
    padding: 3px 10px;
}
.dropdown-menu li:hover{
    background-color: #000;
    color: #fff;
}
.dropdown-menu li a{
    font-size: 13px;
}

.dropdown-menu{
    right: 0;
    left: initial;
    margin-top: 0;
}
.heading-title{
    text-transform: uppercase;
    padding-left: 16px;
    font-size: 12px;
    color: hsla(0, 0%, 99%, 0.5)!important;
    padding-bottom: 20px;
}


.circle{
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border-top: 28px solid;
    border-bottom: 28px solid;
    min-height: 168px;
    text-align: center;
}
.c-1{
        border-color: #3db4ba;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    border-top: 0;
    border-bottom: 0;
    /*background: linear-gradient(to top, white 50%, #17a2b8 );*/
    background-color: #2d323e;
    border-radius: 22px;
}
.c-1 h6{
    color: #fff;
}

.c-2{
    border-color: #994e97;
    border-radius: 50%;
    width: 200px;
    height: 180px;
    margin: 0px auto;
    border-top: 5px solid #26a8bd;
    border-left: 5px solid #26a8bd;
    border-right: 5px solid #d6dee0;
    border-bottom: 5px solid #26a8bd;
}
.shadownew {
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
}

.img-width {
    max-height: 50px;
    max-width: 50px;
}
.edit_icon {
    font-size: 14px;
    padding: 4px;
    height: auto;
    width: auto;
    border-radius: 50%;
    text-align: center;
    margin-top: 4px;

}
.red {
    color: rgb(173, 17, 17);
    background: transparent;
}
.green {
    color: rgb(64, 146, 64);
    background: transparent;
}

.circle-small {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}
.list-icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 2px;
}
.list-icon ul li {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
}
.del-icon {
    background: #607D8B;
}
.add-icon {
    background: #5aaf5e;
}

.table-hover tbody tr:hover {
    background-color: rgb(251, 251, 251);
}

.btn-common{
    font-size: 14px;
    padding: 5px 30px !important;
}
.addpage label{
    font-size: 12px;
}
.custom-select{
    height: 32px;
    font-size: 12px;
}
.addtable{
    max-height: 334px;
    overflow: hidden;
    overflow-y: auto;
}


.custom-control-inline label{
    font-size: 14px;
}

.brandpage h6{
    font-size: 14px;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.productpage td{font-size: 12px;}
.productpage h6{
    font-size: 12px;
}
.productpage .table-sm td, .productpage .table-sm th{
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 1px solid #d2d2d2;
    padding-left: 5px;
}
.pro_edit label{
    font-weight: 600
}

.addtablenew{
    max-height: 334px;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: auto;
}
.addtablenew .table-sm td, .addtablenew .table-sm th{
    padding: 5px;
    border-left: 1px solid #d2d2d2;
    white-space: nowrap;
}

.cart.table-sm td, .cart.table-sm th {
    padding: 3px;
    border-right: 1px solid #d2d2d2;
}

input::placeholder{
  color: black !important;
}
.btn-div .btn-info{
    font-size: 14px;
}

.order-info p{
    color: #8e8e8e;
    font-weight: 600;
}
.order-info .nav-pills .nav-link.active, .order-info .nav-pills .show>.nav-link {
    color: #000;
    background-color: #ffffff;
    border-radius: 0;
    border-bottom: 4px solid;
    border-color: #17a2b8;
}
.order-info .nav-pills .nav-link{
    border-bottom: 4px solid transparent
}
.order-table .table-sm td, .order-table .table-sm th{
    padding: 5px 10px;
    /*border-left: 1px solid #d2d2d2;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;*/
}
.order-table .table-sm th{
    color: #8e8e8e;
    border:0;
}
.order-table a{
    color: #0056b3;
    font-weight: 600;
    text-decoration: underline;
}
.order-table a:hover{
    text-decoration: none;
}
.modal{
    z-index: 9999;
}

/*invoice page css*/
.main_content{     
    border-radius: 3px;
    margin: 0px;
    padding: 20px 30px;
  
        }
        .invoice{
            -webkit-box-shadow: 0 4px 5px -2px rgba(0,0,0,.2), 0 7px 10px 8px rgba(0,0,0,.14), 0 2px 16px 1px rgba(0,0,0,.12);
            max-width: 1020px;
            margin: auto;
        }
        .pos_text{
            color: rgba(0,0,0,.54);
   
    padding-right: 16px;
        }
        .divider{
               border-right: 1px solid #ddd;
        }
        .detail{
            line-height: 22px;
    color: rgba(0,0,0,.54);
        }
        .simple thead tr th{
            padding: 16px 8px;
    color: rgba(0,0,0,.54);
        }
        .align{
            margin-top: 0px;
    font-size: 12px;
    color: rgba(0,0,0,.54);
    max-width: 360px;
        }
        .total th h3{
            margin-top: 20px ;
        }
        .note{
            font-size: 15px;
    font-weight: 500;
    margin-bottom: 24px;
        }
        .pdr0{
            padding-left: 0px;
            padding-right: 0px;
        }
        .align_bar{
            font-size: 13px;
            color: grey;
        }
        .invoice .table-hover tbody tr:hover{
            background-color: #28a74530;
        }
        .invoice .comment-icon {
    background: #619ebb;
}
        .invoice .user-icon{
            font-size: 20px;
    padding: 5px;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #28a745;
    
    line-height: 20px;
    text-align: center;
            background: transparent !important;
        }
        .bgicon{
    padding: 5px;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
    line-height: 24px !important;
    text-align: center;
    background: #1c402463;
        }
        .bgicon:hover{
            background: #17a2b8;
            cursor: pointer;
        } 


/*invoice page css ends here*/

.mainsection {
    background: url(../images/back.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}


.mainsection .logo img{
    height: 180px;
    font-size: 14px;
}




/*add new css ends here*/


/*admin login page css*/
.multicolor{
   /*background-image: linear-gradient(to right, #1e2327 , #63594d);*/
   background: url('../images/bg-img.jpg');
   background-size: cover;
}
.main_div{
    margin-top:10%;
}

.main_row{
    background: #ffffff33;
    background: #314c57cc;
    border: 1px solid #ceceec;
    padding: 20px;
    padding-bottom: 30px;
}

.main_row .form-control{
    background: #ffffffad;
    color: #000;
}


.adminlogo{
    background: #fff;
    margin: 0px auto;
    margin-top: -40px;
    margin-bottom: 23px;
    padding: 23px;
}
.border_right {
    border-right: 2px solid #e0e0e0;
}
.border_left{
    border-left: 2px solid #e0e0e0;
}
.forgot a{
    color: #08d;
    text-decoration: underline;
}
.forgot a:hover{
    text-decoration: none;
}

.form-control{
    font-size: 12px;
}

.custom-control{
    margin-top: -16px;
}






/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 400px) {
    #sidebar{
        top: 6%
    }
    #content{
        top: 0;
    }
}
@media (max-width: 574px) {
    .col_btn{
        margin-left: 160px;
    }
}
@media (min-width:401px ) and (max-width: 767px) {
    #sidebar{
        top: 18%
    }
    #content{
        top: 18%;
    }
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    /*#content.active {
        width: calc(100% - 250px);
    }*/
    #sidebarCollapse span {
        display: none;
    }
    .mainsection .logo img{
    height: 100px;
}
}
@media (max-width: 991px)
{   
   
   .table_res{
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
   }
}




