﻿
html, body {
    height: 100%;
    margin: 0px;
    padding:0px;
    font-family:Arial;
}
@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot?6fgkv6');
    src:url('fonts/icomoon.eot?6fgkv6#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?6fgkv6') format('truetype'),
    url('fonts/icomoon.woff?6fgkv6') format('woff'),
    url('fonts/icomoon.svg?6fgkv6#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-logo-icon:before {
    content: "\e80d";
}
.icon-profile-icon1:before {
    content: "\e801";
}
.icon-lock-icon:before {
    content: "\e802";
}
.icon-delete-icon:before {
    content: "\e804";
}
.icon-edit-icon:before {
    content: "\e805";
}
.icon-back-icon1:before {
    content: "\e806";
}
.icon-forward-icon1:before {
    content: "\e807";
}
.icon-search:before {
    content: "\e800";
}
.icon-help:before {
    content: "\e803";
}
.icon-logout:before {
    content: "\e808";
}
.icon-forward-icon2:before {
    content: "\e809";
}
.icon-faq:before {
    content: "\e80a";
}
.icon-profile-1:before {
    content: "\e80b";
}
.icon-shop:before {
    content: "\e80c";
}
.icon-cart-1:before {
    content: "\e80e";
}
.icon-minus:before {
    content: "\e80f";
}
.icon-cart-2:before {
    content: "\e810";
}
.icon-plus:before {
    content: "\e811";
}
.icon-mail:before {
    content: "\e812";
}
.icon-star:before {
    content: "\e813";
}
.icon-profile-3:before {
    content: "\e814";
}
.icon-cancel-icon:before {
    content: "\e815";
}
.icon-back-icon2:before {
    content: "\e816";
}
.icon-forward-icon3:before {
    content: "\e817";
}
.icon-phone:before {
    content: "\e818";
}
.icon-key-icon:before {
    content: "\e819";
}
.star-rating {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.star-rating .star {
    padding: 1px;
    color: #ddd;
    font-size: 20px;
    text-shadow: .05em .05em #aaa;
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
}
.star-rating .star.filled {
    color: #fd0;
}
.star-rating.readonly .star.filled {
    color: #666;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.row:after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 0px;
}
.relative {
    position:relative!important;
}
.txt_center {
    text-align: center;
}
.txt_left {
    text-align: left;
}

.txt_right {
    text-align: right;
}
.radius-img {
    border-radius: 25px;
}
.radius-video {
    border-radius: 10px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.space {
    clear: both;
    height: 10px;
}
.space1 {
    clear: both;
    height: 20px;
}
.space2 {
    clear: both;
    height: 30px;
}
.space3 {
    clear: both;
    height: 60px;
}
.space4 {
    clear: both;
    height: 80px;
}
.space5 {
    clear: both;
    height: 95px;
}
.icon-key:before {
    content: "\e813";
}
.color1 {
    color:#ea3a28 !important;
}
.color2 {
    color: #7e9e21 !important;
}
.bg1 {
    background: #7E9E07 !important;
    color:#fff;
}
.bg2 {
    background: #7e9e21 !important;
    color:#fff;
}
.padding-none {
    padding:0px !important;
}
.header {
    padding:5px 20px;
    background: #141414 !important;
}
.logo-div {
    font-size:55px;
}
.header a {
    color:#fff;
    font-size:14px;
    text-decoration: none;
    background: #141414;
    position: relative;
    top: 27px;
}

.adminheader {
    padding:10px;
    background: #7E9E07 !important;
    color:#fff;
    text-align:center;
}
.adminheader .search-btn {
    position:absolute;
    top:8px;
    right:30px;
}
.search-btn button {
    border-radius:5px;
    padding: 6px 17px 5px 17px;
    border:none;
    cursor:pointer;
    background:#ea3a28;
    color:#fff;
}

.navigation {
    width: 180px;
    height: inherit;
    position: relative;
    float: left;
    height: 100%;
}
.navigation ul li {
    position:relative;
}
.navigation ul li a {
    background:#E1E1E1;
    border-bottom:1px solid #fff;
    color:#3A3A3A;
    text-decoration:none;
}
.navigation ul li a:hover{
    background: #7E9E07;
    color:#fff !important;
}
.navigation ul li span {
    position:absolute;
    top:15px;
    right:5px;
    color:#3A3A3A;
}
.navigation ul li:hover span {
    color:#fff;
}

.screen {
    width:1100px;
    margin-left:auto;
    margin-right:auto;
}
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul li {
    background-color: #dddddd;
}
.navigation a {
    display: block;
    padding: 15px 25px;
}
.body-view {
    width:892px;
    position:relative;
    float:left;
    margin:14px;
}
table {
    width:100%;
    text-align:center;
    border-radius:50px;
    font-size:14px;
    table-layout: fixed;
}
.grid-table th {
    background:#ea3a28;
    padding:10px;
    color:#fff;
    margin:0px;

}
[required] {
    color:none;
    box-shadow: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.grid-table td {
    background:#E1E1E1;
    padding:8px;
    color:#3A3A3A;
    margin:0px;
    word-wrap: break-word;
}
.grid-table td button {
    border-radius:5px;
    padding:4px 20px;
    border:none;
    cursor:pointer;
    background:#ea3a28;
    color:#fff;
}
.btn1 {
    border-radius:5px;
    padding:4px 20px;
    border:none;
    cursor:pointer;
    background:#7e9e21;
    color:#fff;
}
.btn2 {
    border-radius:5px;
    padding:4px 20px;
    border:none;
    cursor:pointer;
    background:#ea3a28;
    color:#fff;
}

.grid-table td a {
    color:#58A0EA;
}
/*order details popup*/
.order-details-popup h1 {
    text-align:center;
    font-size:18px;
    color:#ea3a28;
}
.order-details-popup select, .order-details-popup input {
    border:1px solid #ea3a28;
    border-radius:5px;
}
.order-details-popup table {
    font-size:15px;
    text-align:left;
}
.order-details-popup .product-grid td {
    border-bottom:1px solid #3A3A3A;

}
.order-details-popup .product-grid th {
    border-bottom:1px solid #3A3A3A;

}
.no-border td {
    border:none !important;
}
.order-dt textarea {
    width:100%;
    /*height:50px;*/
    background:none;
    border:1px solid #3A3A3A;
    padding:5px;
}
.rating {
    color: #a9a9a9;
    margin: 0;
    padding: 0;
}
ul.rating {
    display: inline-block;
    background:none;
}
.rating li {
    list-style-type: none;
    display: inline-block;
    padding: 1px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.rating .filled {
    color: #EC8C36;
}
.DisplayNone {
    display:none;
}
/*login page css*/
.LoginPanel{
    margin-top: 20vh;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
}
.LoginPanel .logoSection{
    width: auto;
    padding-right: 30px;
    border-right: 1px solid #6d6e71;
    display: inline-block;
    vertical-align: top;
}
.LoginPanel .fieldsSection{
    max-width: 280px;
    display: inline-block;
    padding-left: 26px;
    vertical-align: top;
}

input[type="text"],
input[type="password"]{
    border: 1px solid #7E9E07;
    padding: 10px;
    font-size: 15px;
    line-height: 1em;
    border-radius: 10px;
}
.LoginPanel .fieldsSection h3{
    font-size: 28px;
    line-height: 1.1em;
    color: #7E9E07;
    margin-top: 0;
    margin-bottom: 10px;
}
.LoginPanel .fieldsSection .userName{
    background: #fff url('images/icon-user.png') no-repeat 12px center;
    margin-bottom: 20px;
}
.userName{
    background: #fff url('images/icon-user.png') no-repeat 12px center;
    margin-bottom: 20px;
}
.LoginPanel .fieldsSection .password{
    margin-bottom: 10px;
    background: #fff url('images/icon-password.png') no-repeat 12px center;
}
.LoginPanel .fieldsSection .userName,
.LoginPanel .fieldsSection .password{
    padding-left: 45px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.userName,
.password{
    padding:8px 8px 8px 45px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #aaa;
    margin-bottom:8px;
}
.LoginPanel .fieldsBotSection input[type="checkbox"]{
    border: 1px solid #b9babd;
    background: #fff;
    width: 12px;
    display: none;
}
.LoginPanel .fieldsBotSection label{
    color: #6d6e71;
    font-size: 15px;
    line-height: 1.1em;
    background: url('images/radio-icon.png') no-repeat 0px center;
    cursor: pointer;
    padding-left: 20px;
}
.LoginPanel .fieldsBotSection input[type="checkbox"]:checked+label{
    background-image: url('images/radio-icon-active.png');
}
.LoginPanel .Btn{
    margin-top: 13px;
}
.LoginPanel .fieldsBotSection .forgotLink{
    color: #3197ca;
    font-size: 12px;
    lin-height: 1em;
    text-decoration: underline;
}
.LogoIcon{
    background: transparent url('images/logo-icon.png') no-repeat center center;
    background-size: 100% auto;
    display: block;
    width: 166px;
    height: 186px;
}
.LogoIcon span{
    display: none;
}
.fr{
    float: right;
}
.fl{
    float: left;
}
.Btn{
    font-size: 16px;
    line-height: 1em;
    color: #fff;
    padding: 5px 10px;
    background: #7E9E07;
    border: none;
    border-radius: 5px;
}
/*message div*/

.message-div {
    width:100%;
    color:#fff;
    margin-bottom: 10px;
}
.success {
    color: #72B159;
    padding: 10px;
    font-weight: 700;
    border: 1px solid green;
    border-radius: 10px;
    padding:10px;
}
.error {
    color:#f1341e;
    font-weight: 700;
    border: 1px solid red;
    border-radius: 10px;
    padding:10px;
}
.change-password {
    width:400px;
    text-align:left;
}
.change-password h1 {
    text-align: left;
    font-size: 16px;
    color: #ea3a28;
}
.change-password strong {
    color:#2D2D2D;


}

.change-password input {
    border: 1px solid #7E9E07;
    border-radius:0px;
    height:20px;
    padding:5px;
}
.changepassword td{
    padding-bottom:10px;
}
.searchpannel {
    background:#F3F3F3;
    width:500px;
    position:absolute;
    z-index:99999;
    left:50%;
    padding:10px 20px;
    border:1px solid #6d6e71;
    text-align:left;
}
.searchpannel table td {
    text-align:right;
}
.searchpannel input {
    width: 96%;
    height: 23px;
    /* background: none; */
    padding: 0px 0px;
    border: 1px solid black;
    border-radius:0px;
}
.searchpannel Select{
    width: 96%;
    height: 23px;
    padding: 0px 0px;
    border: 1px solid #ec4734;
}
.wrap-text {
    white-space: normal;
}
/*gird new css*/
.ngTopPanel {
    position: relative;
    z-index: 1;
    background-color: #141414!important;
    border-bottom: 1px solid #d4d4d4;
    height:30px !important;
   
    color: #7E9E07;
    text-align:center !important;
    font-size:13px;
}
.ngViewport {
    height: auto !important;
    overflow:hidden;
    font-size:14px;
    text-align:center;
}
.ngCell {
    padding-top:4px;
}
.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}
.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}
.tooltip{
    display: inline;
    position: relative;
}
.tooltip {
    top: 0 !important;
}
.tooltip {
    top: 0 !important;
}
.cellToolTip {
    overflow: visible;
}
.order-details-scroll {
    height:450px;
    overflow-y:scroll;
    width:100%;
}

.no-print{
    display:none;
}
.text-center {
    text-align:center;
}
.product-grid a{
    color: #58A0EA;
}
.forgot-password {
    width:100%;
}
.forgot-password h3 {
    margin: 1px;
    color: #ea3a28;
    font-size: 18px;
    padding:2px;
}

.forgot-password p {
    font-size: 12px;
    margin: 4px;
    padding:2px;
}

.forgot-password button {
    width: 69%;
    padding: 8px 0px;
    border: none;
    border-radius:0;
}
.navigation ul li .active {
    background: #a1c02e !important;
    color: #fff !important;
}
.p-note-td {
    border-bottom:1px solid #3A3A3A;
}

  #notification_count {
    padding: 10px 5px 10px 5px;
    background: #0E0E0E;
    color: #ffffff;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 5px;
    position: absolute;
    font-size: 9px;
}
.not-dot {
    height: 5px;
    width: 5px;
    background: #000;
    border-radius: 100%;
    position: absolute;
    margin: 12px 0 0 10px;
}
.not-dot2 {
    height: 8px;
    width: 8px;
    background: #000;
    border-radius: 100%;
    position: absolute;
    margin: 3px 0 0 5px;
}





/*.order-details-scroll::-webkit-scrollbar{
width:12px;
background-color:#d4d4d4;

}
.order-details-scroll::-webkit-scrollbar-thumb{
background-color:#cccccc;
border-radius:10px;
}
.order-details-scroll::-webkit-scrollbar-thumb:hover{
background-color:#cccccc;
border:1px solid #333333;
}
.order-details-scroll::-webkit-scrollbar-thumb:active{
background-color:#cccccc;
border:1px solid #333333;
}  
.order-details-scroll::-webkit-scrollbar-track{
border:1px gray solid;
border-radius:10px;
-webkit-box-shadow:0 0 6px gray inset;
}*/

/*

    .ngViewport .ngRow {
        padding:5px;
        position:relative;
        overflow:no-content !important;
    }
    .ngCellText {
        word-spacing:normal !important;
    }
}*/