/* side nav bar */

.openSideBar {
    width: 220px;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.openMain {
    margin-left: 220px;
}

.closeSideBar {
    width: 44px;
    white-space: nowrap;
    overflow: hidden;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.closeMain {
    margin-left: 44px;
}

.bg-defoult {
    background-color: White;
    color: #444;
}

 .modal .modal-body{
     font-size: 13px;
 }
#maindiv{
    font-size: 14px;
}
.sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sidebar li a {
    display: block;
    padding: 10px 12px;
    color: #111;
    font-size: 14px;
    border-left: 0px solid #2f89c4;
    text-decoration: none
}



.sidebar li a:hover {
    background-color: #fafafa;
    color: #000;
}

.sidebar li a i {
    padding-right: 8px;
}

.sidebar ul li .sub-menu li a {
    position: relative;
    color: #000;
    font-size: 13px;
}

.sidebar ul li .sub-menu li a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    font-weight: 900;
    display: inline-block;
    padding-left: 0px;
    padding-right: 10px;
    vertical-align: middle;
}

.new {
    /* border-bottom: 1px solid #D3D3D3; */
    display: block;
    font-size: 16px;
    text-decoration: none;
    font-weight: lighter;
}

.new.active {
    background-color: #ddd;
    color: #000;
}

.sub_New.active {
    background-color: #bbb;
    color: #000;
}

.sidebar ul li .sub-menu li a:hover:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 5px;
    color: #000;
    height: 100%;
}

.sidebar ul li .sub-menu li a:hover {
    /*background-color: #37474f;*/
    padding-left: 20px;
    background-color: #eee;
    color: #000;
}

.sub-menu {
    border-left: 5px solid #eee;
    background-color: #fcfcfc;
}


.sidebar.closeSideBar li a .nav-label,
.sidebar.closeSideBar li a .nav-label+span {
    display: none;
    transition: all 0.5s ease-in-out
}

.sidebar.closeSideBar {
    width: 42px;
    transition: all 0.5s ease-in-out;
}

.sidebar.closeSideBar li {
    position: relative
}

.sidebar.closeSideBar .sub-menu {
    position: absolute;
    left: 39px;
    top: 0;
    /*background-color: #37474f;*/
    width: 150px;
    z-index: 100;
}

.text-orange {
    color: #FF7F50;
}

.text-blue {
    color: #00008B;
}

.text-pink {
    color: #DC143C;
}

.text-pink {
    color: #DC143C;
}

.text-gray {
    color: #808080;
}

.text-green {
    color: #00FF00;
}

.text-meron {
    color: #A52A2A;
}

.new:hover .sidebar {
    width: 220px;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.accordian .profileContents .nav-label::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #888;
    margin-left: auto;
    font-size: 18px;
    margin-right: 3px;
    font-weight: 900;
    transform: rotate(-90deg);
    float: right;
    transition: all 0.3s ease 0s;
}

.accordian .profileContents.collapsed .nav-label::after {
    color: #888;
    float: right;
    transform: rotate(0);
}

/* side nav end */


/* Navbar style */
.naviconslist a{
    color : darkgray;
}
.naviconslist a:hover{
    color : darkgray;
    text-decoration: none;
}





#card_row .card-title {
    font-size: 17px;
    color: #555;
    font-weight: 500;
    text-align: center;
}

#card_row .card-text {
    font-size: 20px;
    color: red;
    font-weight: 600;
    padding-top: 5px;
    text-align: center;
}

.tile {
    margin-bottom: 15px;
    border-radius: 3px;
    color: #FFFFFF;
    background-color: #BFC9CA;
    transition: all 1s;
}

.tile-heading {
    padding: 5px 8px;
    color: #FFF;
    font-size: 14px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    background-color:rgb(139, 149, 150);
}

.tile-body {
    padding: 7px 16px;
    color: #FFFFFF;
    line-height: 48px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
}

.tile .tile-body i {
    font-size: 50px;
    opacity: 0.5;
    transition: all 1s;
}

.tile:hover .tile-body i {
    font-size: 50px;
    opacity: 1;
    transition: all 1s;
}

.tile-footer {
    padding: 5px 8px;
    background-color: #9aa3ad;
}

.tile-footer a {
    color: #fff;
    font-size: 12px;
}

.BuyerGrade_Star {
    margin-top: -19px;
    margin-left: -17px;
    position: absolute;
    font-size: 26px;
    z-index: 999;
    color: green;
}

.BuyerGrader_Type {
    color: #444;
    font-size: 20px;
    text-align: center;
}

.BuyerGrade_Score {
    color: #444;
    font-size: 16px;
    padding: 10px 12px;
    text-align: center;
}

.Buyer_Photo {
    position: absolute;
    /* margin-right: 20px; */
    left: 166px;
    top: 4px;
}

.SelectGraphViewType{
    text-align: center;
    text-decoration: none;
    color: rgb(68, 68, 68);
}


.SelectGraphViewType.active{
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: rgb(0, 0, 194);
}
.SelectGraphViewType:hover{
    text-decoration: none;
    background-color: rgb(100, 100, 145);
    color: white;
}

/* Add Category Page style start */

.CategoryImageContainer{
    width: 50px;
    height: 50px;
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: space-around;
    
}

.CategoryImageContainer img{
    max-width: 100%;
    max-height: 100%;
    text-align: center;
margin: auto;
    
}

.SubCategoryImageContainer{
    width: 50px;
    height: 50px;
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: space-around;
    
}

.SubCategoryImageContainer img{
    max-width: 100%;
    max-height: 100%;
    text-align: center;
margin: auto;
    
}

.TextSize{
    font-size: 13px;
    color : black;
}
/* Add CXatregory Style ends here */



/* Add product Style starts here */
.AddproductBox{
    height: 300px;
    max-height: 100%;
    width: 100%;
    overflow: scroll;
}

.CategoryList li{
  padding:3px;
    }
.CategoryList li:hover{
background-color: #ccc;
color:black;
}
.CategoryList li.active{
    background-color: lightblue;
    color:white;
    }


    
        .nav-tabs.wizard {
            background-color: transparent;
            padding: 0;
            width: 100%;
            margin: 1em auto;
            border-radius: .25em;
            clear: both;
            border-bottom: none;
        }

        .nav-tabs.wizard li {
            width: 100%;
            float: none;
            margin-bottom: 3px;
        }

        .nav-tabs.wizard li>* {
            position: relative;
            padding: 1em .8em .8em 2.5em;
            color: #999999;
            background-color: #dedede;
            border-color: #dedede;
        }

        .nav-tabs.wizard li.completed>* {
            color: #fff !important;
            background-color: #96c03d !important;
            border-color: #96c03d !important;
            border-bottom: none !important;
        }

        .nav-tabs.wizard li.notCompleted>* {
            color: #fff !important;
            background-color: #f34242 !important;
            border-color: #f34242 !important;
            border-bottom: none !important;
        }

        .nav-tabs.wizard li.active>* {
            color: #43a0f2 !important;
            background-color: #43a0f2 !important;
            border-color: #43a0f2 !important;
            border-bottom: none !important;
        }

        .maintab.nav-tabs .nav-link.active {
            color: #fff !important;
            background-color: #43a0f2 !important;
            border-color: #43a0f2 !important;
            border-bottom: none !important;
        }

        .nav-tabs.wizard li::after:last-child {
            border: none;
        }

        .nav-tabs.wizard>li>a {
            opacity: 1;
            font-size: 14px;
        }

        .nav-tabs.wizard a:hover {
            color: #fff;
            background-color: #8bc6f9;
            border-color: #8bc6f9
        }

        span.nmbr {
            display: inline-block;
            padding: 10px 0 0 0;
            background: #ffffff;
            width: 35px;
            line-height: 100%;
            height: 35px;
            margin: auto;
            border-radius: 50%;
            font-weight: bold;
            font-size: 16px;
            color: #555;
            margin-bottom: 10px;
            text-align: center;
        }

        @media(min-width:992px) {
            .nav-tabs.wizard li {
                position: relative;
                padding: 0;
                margin: 4px 4px 4px 0;
                width: 19.6%;
                float: left;
                text-align: center;
            }

            .nav-tabs.wizard li.active a {
                padding-top: 15px;
            }

            .nav-tabs.wizard li::after,
            .nav-tabs.wizard li>*::after {
                content: '';
                position: absolute;
                top: 1px;
                left: 100%;
                height: 0;
                width: 0;
                border: 34px solid transparent;
                border-right-width: 0;
                /*border-left-width: 20px*/
            }

            .nav-tabs.wizard li::after {
                z-index: 1;
                -webkit-transform: translateX(4px);
                -moz-transform: translateX(4px);
                -ms-transform: translateX(4px);
                -o-transform: translateX(4px);
                transform: translateX(4px);
                border-left-color: #fff;
                margin: 0
            }

            .nav-tabs.wizard li>*::after {
                z-index: 2;
                border-left-color: inherit
            }

            .nav-tabs.wizard>li:nth-of-type(1)>a {
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
            }

            .nav-tabs.wizard li:last-child a {
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
            }

            .nav-tabs.wizard li:last-child {
                margin-right: 0;
            }

            .nav-tabs.wizard li:last-child a:after,
            .nav-tabs.wizard li:last-child:after {
                content: "";
                border: none;
            }

            span.nmbr {
                display: block;
            }
        }
    
/* Add Product style ends here */

table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc {
  padding-right: 30px;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  position: absolute;
  bottom: .9em;
  display: block;
  opacity: .3;
margin-bottom:-10px   /*--------------------changed here*/
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\f0de";
  font-family: "Font Awesome 5 Free";
  font-size: 1rem
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  right: 16px;
  font-size: 1rem
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
   
  opacity: 1
}
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
   
  opacity: 0
}
  


      /*style form drag drop video control*/
      .files input {
        outline: 2px dashed #92b0b3;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        /*padding: 120px 0px 85px 35%;*/
        /* padding:15px; */
        text-align: center !important;
        margin: 0;
        width: 100% !important;
    }
    .files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
     }
    .files{ position:relative}
    
    .color input{ background-color:#f1f1f1;}