@import url("style.css");
@import url("reset.css");
@import url("font.css");
@import url("winds-grid.css");
.dash-box {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .37);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .37);
    box-shadow: 0 0 6px rgba(0, 0, 0, .37);
    width: 463px;
    height: auto;
    float: left;
    margin: 10px;
    padding: 15px;
    min-height: 285px;
}

.dash-box h1 {
    font-size: 31px;
    color: #bb890e;
    display: block;
    font-weight: bold;
}

.dash-box h1>span {
    font-size: 15px;
    color: #000;
    text-align: right;
    display: block;
    text-transform: uppercase;
    float: right;
    margin-top: 7px;
    letter-spacing: -1px;
}

.dash-box .hr {
    height: 1px;
    background-color: #bb8a09;
    margin: 5px 0px 10px 0px;
}

.dash-box h3 {
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
}

.dash-box p.small {
    font-size: 11px;
    color: #918f8f;
}

.dash-box img {
    margin: 20px 0px 0px 0px;
}

.dash-box p>span {}

.dash-img {
    text-align: left;
}

.clear {
    clear: both;
}

.right-thumbs-box {
    margin-left: 30px;
    width: 425px;
    float: left;
    overflow: hidden;
}

.left-thumbs-box {
    float: left;
    width: 427px;
    overflow: hidden;
}

.dash-box-thumbs {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .37);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .37);
    box-shadow: 0 0 6px rgba(0, 0, 0, .37);
    width: 159px;
    height: 159px;
    float: left;
    margin: 15px;
    overflow: hidden;
    padding: 10px;
}

.dash-box-thumbs h1 {
    font-size: 18px;
    color: #000;
}

.dash-box-thumbs .hr {
    height: 1px;
    background-color: #000;
    margin: 5px 0px 10px 0px;
}

.dash-box-thumbs td {
    height: 127px;
    vertical-align: middle;
    text-align: center;
}

.dash-box-thumbs td h1 {
    font-size: 36px;
    color: #bb8a09;
    text-align: center;
}

.dash-box-thumbs td h2 {
    font-size: 20px;
    color: #737373;
    text-align: center;
    margin-bottom: 7px;
}

h1.head-line {
    margin: 10px;
    font-size: 18px;
    color: #006a9f;
    text-align: center;
    z-index: 10;
}

.line-box {
    position: relative;
    margin: 20px 20px 0px 10px;
}

.line-box .hr {
    background-color: #ccc;
    position: absolute;
    top: 10px;
    z-index: 9;
    height: 1px;
    width: 100%;
}

h1.head-line span {
    background-color: #fff;
    z-index: 400;
    position: relative;
    padding: 0px 5px;
    text-transform: uppercase;
}

.thumbs-subhead {
    font-size: 17px;
    color: #006699;
    margin: 5px 10px;
}

.dash3 .dash-box {
    min-height: 300px !important;
}

.dash4 .dash-box1 h1 {
    font-size: 20px;
    color: #0b8c7d;
}

.dash4 .dash-box1 h1>span {
    font-size: 20px;
    color: #000;
    margin-top: 0px;
    font-weight: normal;
}

.dash4 .dash-box2 h1 {
    font-size: 20px;
    color: #f75774;
}

.dash4 .dash-box2 h1>span {
    font-size: 20px;
    color: #000;
    margin-top: 0px;
    font-weight: normal;
}

.dash4 .dash-box3 h1 {
    font-size: 20px;
    color: #fed874;
}

.dash4 .dash-box3 h1>span {
    font-size: 20px;
    color: #000;
    margin-top: 0px;
    font-weight: normal;
}

.dash4 .dash-box .hr {
    background-color: transparent;
}

.dash-box4 table td {
    height: 250px;
    vertical-align: middle;
    text-align: center;
}

.dash4 .dash-box {
    min-height: 260px !important;
}

.date-box {
    margin: 10px;
}

.date-box table {
    width: 100%;
}

.date-box table td {
    text-align: center;
    vertical-align: middle;
}

.date-box input {
    border-color: #dedede;
    width: 150px;
    padding: 3px;
    margin-right: 30px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #333;
}

.date-box select {
    border-color: #dedede;
    width: 150px;
    padding: 0px;
    height: 28px;
    margin-right: 20px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #333;
}

.date-box option {
    border-color: #dedede;
    width: 150px;
    padding: 5px;
}

.date-box span {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #333;
}

input.decade-icon {
    background-image: url(/images/decade-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 32px 100%;
}

input.date-icon {
    background-image: url(/images/date-icon.png);
    background-repeat: no-repeat;
    background-position: 132px center;
    background-size: 22px 22px;
}

select.decade-icon {
    background-image: url(/images/decade-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 32px 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select.date-icon {
    background-image: url(/images/date-icon.png);
    background-repeat: no-repeat;
    background-position: 123px center;
    background-size: 22px 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.date-row-width select,
.date-row-width input {
    width: 150px !important;
}


/* 7 sep 2015 dash-inventory*/

.inventory-thumbs-row {
    clear: both;
    display: block;
    margin: 0px 10px;
}

.inventory-thumbs-row .icon-thumb {
    display: inline-block;
    float: left;
    text-align: center;
    margin: 10px 20px 20px 0px;
}

.attention-head {
    font-size: 20px;
    color: red;
    margin-bottom: 20px;
}


/*.inventory-thumbs-row .icon-thumb img {
    position: absolute;
    bottom: 20px;
    left: 40px;
}*/

.inventory-table-row {
    clear: both;
    margin: 0px 10px;
}

.inventory-table-row .red {
    color: red;
}

.inventory-table-row .TabbedPanelsContentGroup {
    clear: both;
    border-left: solid 0px #d2d2d2;
    border-bottom: solid 0px #d2d2d2;
    border-top: solid 1px #d2d2d2;
    border-right: solid 0px #d2d2d2;
    background-color: #ffffff;
    padding: 0px;
}

.inventory-table-row .stock-summary {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #000;
}

.inventory-table-row .stock-summary span {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}

.CSSTableGenerator {
    margin: 0px;
    padding: 0px;
    width: 918px;
    border: 1px solid #cfcfcf;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.CSSTableGenerator table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.CSSTableGenerator tr:last-child td:last-child {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.CSSTableGenerator table tr:first-child td:first-child {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.CSSTableGenerator table tr:first-child td:last-child {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    text-align: right;
}

.CSSTableGenerator tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.CSSTableGenerator tr:hover td {}

.CSSTableGenerator tr:nth-child(odd) {
    background-color: #fafafa;
}

.CSSTableGenerator tr:nth-child(even) {
    background-color: #ffffff;
}

.CSSTableGenerator td {
    vertical-align: middle;
    border: 1px solid #cfcfcf;
    border-width: 0px 0px 1px 0px;
    text-align: left;
    padding: 10px;
    font-size: 13px;
    font-family: Arial;
    font-weight: normal;
    color: #7d7d7d;
}

.CSSTableGenerator tr:last-child td {
    border-width: 0px 0px 0px 0px;
}

.CSSTableGenerator tr td:last-child {
    border-width: 0px 0px 1px 0px;
    text-align: right;
    padding-right: 50px;
}

.CSSTableGenerator tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px;
}

.CSSTableGenerator tr:first-child td {
    background: -o-linear-gradient(bottom, #eeefee 5%, #fafafa 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeefee), color-stop(1, #fafafa));
    background: -moz-linear-gradient( center top, #eeefee 5%, #fafafa 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eeefee", endColorstr="#fafafa");
    background: -o-linear-gradient(top, #eeefee, fafafa);
    background-color: #eeefee;
    border: 0px solid #cfcfcf;
    text-align: left;
    border-width: 0px 0px 1px 0px;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
}

.CSSTableGenerator tr:first-child:hover td {
    background: -o-linear-gradient(bottom, #eeefee 5%, #fafafa 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeefee), color-stop(1, #fafafa));
    background: -moz-linear-gradient( center top, #eeefee 5%, #fafafa 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eeefee", endColorstr="#fafafa");
    background: -o-linear-gradient(top, #eeefee, fafafa);
    background-color: #eeefee;
}

.CSSTableGenerator tr:first-child td:first-child {
    border-width: 0px 0px 1px 0px;
}

.CSSTableGenerator tr:first-child td:last-child {
    border-width: 0px 0px 1px 0px;
}

.inventory-table-row .TabbedPanelsTab {
    position: static;
    top: 1px;
    float: left;
    padding: 8px 50px 8px 30px;
    margin: 0px 3px 0px 0px;
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-image: none;
    background-repeat: repeat-x;
    background-position: top;
    /* background-color: #DDD; */
    list-style: none;
    height: 15px;
    border: 0px !important;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
    color: #737373;
    font-size: 14px;
    font-weight: normal;
    background-image: url(/images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: top right;
    outline: none;
}


/*.inventory-table-row .TabbedPanelsTab:after {
    content: url(/images/arrow-right.png);
    position: relative;
    top: -8px;
    right: -51px;
 
    width: 30px;
    height: 32px;

}*/

.inventory-table-row .TabbedPanelsTabSelected {
    background: none;
    border-bottom: 0px solid #EEE !important;
    color: #0070a8;
    background-image: url(/images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: top right;
    border-bottom: 1px solid #fff !important;
    margin-bottom: -1px;
}

li.TabbedPanelsTab.twotab.TabbedPanelsTabSelected span {
    display: block;
    background-color: #fff;
    height: 2px;
    width: 157px;
    position: absolute;
    margin-left: -3px;
    bottom: -1px;
}

.breadcrumb {
    padding: 10px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
    /*  border:1px solid #f2f2f2;*/
    margin-bottom: 0px;
}

.breadcrumb>li {
    display: inline-block;
    margin: 0px;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #777
}

.dash-box table {
    border-collapse: collapse;
    margin-top: 10px;
}

.dash-box table td {
    border: 1px solid rgba(221, 221, 221, 0.31);
    display: table-cell;
    padding: 0px 1px;
    border-collapse: collapse;
    font-size: 11px;
    font-family: Arial;
}

.chart {
    height: 13px;
    width: auto;
    display: block;
    float: left;
}

.green-chart {
    background-color: #0B8C7D;
}

.rose-chart {
    background-color: #F85774;
}

.yellow-chart {
    background-color: #FCA600
}

.template-edit-sb {
    border-collapse: collapse;
}

.template-edit-sb td {
    border: 1px solid #ddd;
    border-collapse: collapse;
}


/*   .edit-temp-header{border:0px;margin: 0px; padding: 0px; }
   .edit-temp-body{border:0px;margin: 0px; padding: 10px;  line-height: 20px; font-size: 13px; color: #000;}
   .edit-temp-footer{border:0px;margin: 0px; padding: 0px;font-size: 11px; color: #999; text-align: center;  }
   .edit-temp-unsubscribe{border:0px;margin: 0px; padding: 0px;font-size: 11px; color: #666; text-align: center;  }
   .edit-temp-unsubscribe td, .edit-temp-header td, .edit-temp-body td, .edit-temp-footer td, .edit-temp-unsubscribe td {border:0px;margin: 0px; padding: 0px; }*/

.edit-temp-unsubscribe td,
.edit-temp-header td,
.edit-temp-body td,
.edit-temp-footer td,
.edit-temp-unsubscribe td {}

.edit-temp-header,
.edit-temp-body,
.edit-temp-footer,
.edit-temp-unsubscribe {
    border: 1px solid #999;
    margin: 30px 0px;
    position: relative;
}

.temp-edit-btn {
    background-color: #000;
    color: #fff !important;
    padding: 4px 10px;
    font-size: 12px;
    top: -25px;
    right: 0px;
    position: absolute;
    line-height: 15px;
}


/* sales order 30 sep*/

.sales-order-left {
    width: 500px;
    float: left;
    display: block;
    border: 1px solid #eaeaea;
    border-collapse: collapse;
    font-family: 'Arial', sans-serif !important;
}

.sales-order-right {
    width: 795px;
    float: left;
    display: block;
    border: 1px solid #eaeaea;
    padding: 10px 7px 10px 14px;
    margin-bottom: 20px;
    margin-left: -1px;
    font-family: 'Arial', sans-serif !important;
}

.sales-order-left .td-head.blue {
    background-color: #006699;
    color: #fff;
    font-size: 12px;
    background-image: none;
    padding: 6px 5px;
    border: #006699;
}

.sales-order-left .td-data-w {
    border: #fff;
    padding: 12px 5px;
    color: #000;
    font-size: 11px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.34);
}

.sales-order-left .td-data-g {
    border: #dddddd;
    padding: 12px 5px;
    color: #000;
    font-size: 11px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.34);
}

.sales-order-left .pending {
    color: #ff7301;
}

.sales-order-left .processing {
    color: #3366ff;
}

.sales-order-left .approved {
    color: #009900;
}

.sales-order-right .sales-order-status-color.pending {
    background-color: #ff7301;
}

.sales-order-right .sales-order-status-color.processing {
    background-color: #3366ff;
}

.sales-order-right .sales-order-status-color.approved {
    background-color: #009900;
}

.sales-order-left td.blue:last-child {
    padding-right: 30px;
}

.sales-order-left td:last-child {
    padding-right: 30px;
}

.sales-order-left .mid-table {
    border: 0px;
}

.sales-order-right td {
    color: #000;
    font-size: 12px;
}

.sales-order-right h3 {
    font-size: 13px;
    font-weight: normal;
    color: #006699;
    text-transform: uppercase;
    margin: 10px 0px;
}

.sales-order-right p {
    line-height: 20px;
    margin-bottom: 0px;
}

.submitbutton.red-bg {
    background-color: red;
    color: #fff;
    background-image: none !important;
}

.sales-order-right .submitbutton {
    font-weight: normal;
    margin-top: 0px;
}

.sales-order-status-color {
    font-size: 17px;
    color: #fff;
    background-color: #cf7731;
    display: inline-block;
    padding: 4px 7px;
    text-transform: uppercase;
    min-width: 230px;
}

.sales-order-left tr:last-child td {
    border: 0px;
}

.scroll-sales {
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.sales-order-left-inner {
    width: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

.sales-order-sb {
    margin-bottom: 20px;
    display: block;
    min-height: 700px;
    width: 100%;
    padding-bottom: 30px;
    clear: both;
}

.timelinetext2 {
    font-size: 11px !important;
    color: #3CF;
}

.statusb1 {
    width: 25px;
    height: 25px;
    background: url(/images/tick1.png) no-repeat center center #fa9d00;
    float: right;
}

.statusb2 {
    width: 25px;
    height: 25px;
    background: url(/images/tick1.png) no-repeat center center #fbbd28;
    float: right;
}

.statusb3 {
    width: 25px;
    height: 25px;
    background: url(/images/tick1.png) no-repeat center center #b8fb28;
    float: right;
}

.statusb4 {
    width: 25px;
    height: 25px;
    background: url(/images/tick1.png) no-repeat center center #a2ea08;
    float: right;
}

.statusb5 {
    width: 25px;
    height: 25px;
    background: url(/images/tick1.png) no-repeat center center #8bcc00;
    float: right;
}

.statusb6 {
    width: 25px;
    height: 25px;
    background: url(/images/tick1.png) no-repeat center center #547b00;
    float: right;
}

.hidden {
    display: none !important;
}

#nav {
    z-index: 0!important;
}

.row-inline-sb {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.row-inline-sb input {
    height: 25px;
}

.row-inline-sb input {
    height: 25px;
}

.row-inline-sb .ms-options-wrap {
    height: 30px;
    min-width: 200px !important;
    max-width: 400px !important;
    font-size: 10px;
}

.row-inline-sb select {
    height: 30px;
}

.row-inline-sb .ms-options label {
    padding-left: 50px !important;
}

.row-inline-sb .ms-options input[type="checkbox"] {
    padding-left: 50px !important;
    left: -67px !important;
    height: 14px;
    top: 0px !important;
}


/*.right_icons {
   display:inline-block;
   width:auto;
}*/

.top_strip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    min-height: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_strip>span {
    width: 20%;
}

.top_strip>p {
    width: 80%;
    margin: 0px;
    overflow: hidden;
    text-align: right;
}

.menu-fix-firefox46-flotlft-rgt {
    float: right;
    width: 90%;
    /* overflow: hidden; */
    display: block;
}

.menu-fix-firefox46-flotlft-lft {
    float: left;
    width: 10%;
    display: block;
}

.menu-fix-firefox46 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

#nav {
    z-index: 10!important;
}

.right_icons {
    z-index: 11!important;
}

/*select {
    height: 25px !important;
}
*/
input[type="radio"] {
    width: 12px!important;
    height: 12px!important;
}

input[type="checkbox"] {
    width: 12px!important;
    height: 12px!important;
}
.steps-order-stages {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.steps-order-stages p:nth-child(1) {
    width: 25%;
}

.steps-order-stages p:nth-child(2) {
    width: 25%;
}

.steps-order-stages p:nth-child(3) {
    width: 25%;
}

.steps-order-stages p:nth-child(4) {
    width: 12.5%;
}
.steps-order-stages p:nth-child(5) {
    width: 12.5%;
    text-align: right;
}
.steps-order-stages p:nth-child(5):before {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    display: block;
    content: "";
    position: absolute;
    top: -10px;
    right: -3px;
    background-color: #474141;
    opacity:0;
}
.steps-order-stages p:nth-child(5):after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    display: block;
    content: "";
    position: absolute;
    top: -8px;
    right: -3px;
    background-color: #B2ACAC;
}
.steps-order-stages p.success:nth-child(5):after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    display: block;
    content: "";
    position: absolute;
    top: -8px;
    right: -3px;
    background-color: #2AB42A;
}
.steps-order-stages p:before {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    display: block;
    content: "";
    position: absolute;
    top: -8px;
    left: -3px;
    background-color: #B2ACAC;
}
.steps-order-stages p.success:before {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    display: block;
    content: "";
    position: absolute;
    top: -8px;
    left: -3px;
    background-color: #2AB42A;
}
.steps-order-stages p {
    position: relative;
    padding-top: 10px;
    border-top: 1px solid #B6AFAF;
    color: #000;
    font-size: 12px;
    white-space: nowrap;
}



.steps-order-stages p>span {
    color: red;
    font-size: 11px;
}

span.pending {
    background-color: #ffc000;
    padding: 2px 6px 2px;
    border-radius: 5px;
    color: #000;
    font-size: 10px;
}

span.completed {
    background-color: #92d050;
    padding: 2px 6px 2px;
    border-radius: 5px;
    color: #000;
    font-size: 10px;
}

.search-sb {
    background-color: transparent;
    border: 0px;
}

.search-sb b {
    font-weight: normal;
    font-size: 15px;
}

.search-sb input {
    height: 30px;
    padding: 0px 7px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 5px;
}

.clear {
    clear: both;
    width: 100%;
}


.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    max-height: auto !important;
    overflow: hidden !important;
}
.filter-stockreports-sb{margin:15px 0px;}
.filter-stockreports-sb input[type="text"],
.filter-stockreports-sb select {
    height: 30px !important;
    padding: 0px 7px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 5px;
    min-width:150px;
}
.filter-stockreports-sb button {
    height: 30px !important;
    padding: 0px 0px 0px 7px !important;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 10px 0px 5px;
    min-width:150px;
    max-width:300px;
}
.div_head-sb h2{font-size:17px;font-weight:normal; margin-top:20px; margin-bottom:20px;color:#000;}
.filter-stockreports-sb .ms-options-wrap,.filter-stockreports-sb .ms-options-wrap * {
   
    line-height: 22px !important;
}
.filter-stockreports-sb .ms-options-wrap   input[type="checkbox"],.filter-stockreports-sb .ms-options-wrap   input[type="checkbox"] {
   
height:12px !important;width:12px!important;
}
.menu {
  
    z-index: 9999999999999999!important;
}
span.cancel {
    background-color: rgba(255,94,94,1);
    color: white;
    padding: 2px 6px 2px;
    border-radius: 5px;
    font-size: 10px;
}
.sub_content_open {
    overflow: hidden;
    background: #FFFFFF;
    padding: 0 15px 15px 15px;
    display: inline;
    min-height: 330px;
    height: auto;
}
.clearfix {
    display: block;
    width: 97%;
}


.pos1-right .table-row .table {
    border: 1px solid #f2f2f2;
    border-collapse: collapse;
    margin-top: 10px;
}

.pos1-right .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.pos1-right table {
    background-color: transparent;
}
.pos1-right .table.right-table tr>td {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}
.pos1-right  .table>thead>tr>th, .pos1-right .table tr>td {
    border-bottom: 1px solid #f2f2f2;
    font-size: 12px;
    white-space: nowrap;
}
.pos1-right .table>tbody>tr>td, .pos1-right .table>tbody>tr>th, .pos1-right .table>tfoot>tr>td, .pos1-right .table>tfoot>tr>th, .pos1-right .table>thead>tr>td, .pos1-right .table>thead>tr>th {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
}
.pos1-right   .table.right-table tr>td .grey {
    color: #999999;
}
.pos1-right .table.right-table tr>td.green {
    color: #53a907;
}
.pos1-right tr>td.lg-text {
    font-size: 17px!important;
}
.pos1-right .text-right {
    text-align: right;
}
.bottom-4-buttons .row {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.bottom-4-buttons .row .btn:first-child {
    line-height: 35px;
}
.bottom-4-buttons .row .btn {
    margin-bottom: 7px;
    text-transform: uppercase;
}
.btn-primary, .btn-primary:focus, .btn-primary:hover {
        margin: 3px;
    background-color: #02698e!important;
    border: 1px solid #02698e!important;
    border-radius: 0px!important;
    box-shadow: none;
    color: #fff!important;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
}
.pos1-right .table.right-table tr>td.red {
    color: #ff0000;
}

.width-500{width:500px!important;    min-height: 220px!important;    left: 276px!important;}
.width-700{width:700px!important;    min-height: 200px!important;    left: 200px!important;}
.modal-pos .control-label {
    font-size: 12px;
    width: 96%;
    display: inline-block;
    color: #000;
    font-weight: 600;
    padding-right: 24px;
    vertical-align: middle;
    text-align: right;
}
#payment_div1 input[type="text"],.modal-pos .form-control {
    box-shadow: none;
    border-color: #d9d9d9;
    border-radius: 0px;
    height: 26px;
}
.line-flex {    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;}
.rate-coupon .grey{color:#999999;}
.rate-coupon .black{color:#000;font-weight:bold;}
.rate-coupon a{color:#00a0e3;font-size:13px;}
p.rate-coupon {
    font-size: 14px;
}
.modal-pos {
    height: 634px!important;
}

.bottom-4-buttons .row a {
    margin: 2px;
}


.logopomain {   
    height: 100px!important;  
}