/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 13, 2019, 12:26:25 PM
    Author     : musfiq
*/

table tr.prototype {
    display: none;
}

table tr.prototype2 {
    display: none;
}

div.cost-copy {
    display: none;
}

.ccps {
    margin: 5px;
}

.material-cost {
    overflow: auto;
    max-height: 450px;
}
.swal2-popup #swal2-content {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 12px;
}
.delivery_btn{
    color: rgb(255, 255, 255);
    padding: 1px 11px;
    float: right;
    font-weight: 700;
    position: absolute;
    right: 22px;
    top: 7px;
    color: #fff;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: 1px solid #f4f4f4;
    font-size: 16px;
}
.skin-blue .sidebar-menu > li a {
     font-size: 16px;
}
.page-header {
     font-size: 16px;
}
.package .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
     font-size: 11px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    width: 100% !important;
    vertical-align: middle;
}
.package .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    font-size: 16px;
}
tr.font-weight-normal {
    font-weight: 400;
}
tr.font-weight-bold {
    font-weight: 700;
}

.main-header .logo .logo-lg h3{
    position: absolute;
    top: -15px;
    font-size: 35px;
    letter-spacing: 2px;
    font-weight: 700;
}

.fixed-header header{
    position: fixed;
    width: 100%;
    display: inline-block;
}
.displayNone{
    display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
     color: white !important;
     border: 1px solid #fafafa;
     background-color: transparent !important;
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111)); */
    /* background: -webkit-linear-gradient(top, #585858 0%, #111 100%); */
    background: transparent !important;;
    background: transparent !important;;
    background:transparent !important;;
    /* background: linear-gradient(to bottom, #585858 0%, #111 100%); */
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}
tr.table-danger {
    background-color: #ffd6d6 !important;
}
tr.table-success {
    background-color: #a4ff93 !important;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.position-relative{
    position: relative;
}
/*.product_add_btn{*/
/*    padding: 1px 11px;*/
/*    float: right;*/
/*    font-weight: 700;*/
/*    position: absolute;*/
/*    right: 16px;*/
/*    top: 1px;*/
/*    height: 35px;*/
/*    color: #fff;*/
/*}*/
/*.all_stock_availability_btn{*/
/*    !*padding: 1px 11px;*!*/
/*    float: right;*/
/*    font-weight: 700;*/
/*    !*position: absolute;*!*/
/*    right: 16px;*/
/*    top: 1px;*/
/*    height: 35px;*/
/*    color: #fff;*/
/*}*/

.del {
    text-decoration: line-through;
}
#orderShipProcessMultiple  table.table-bordered.dataTable tbody td:nth-child(5) {
     text-align: right;
}
#orderProcessMultiple  table.table-bordered.dataTable tbody td:nth-child(4) {
     text-align: right;
}
.scrollTable{
    height: 400px;
    overflow: auto;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #eee;
}
.items{
    border: 1px solid gainsboro;
    height: 123px;
    padding: 18px 0;
    color: #fff;
}
.items small{
    font-size: 18px;
    color: #fff;
}
.main {
    width: 50%;
    margin: 50px auto;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    display: block;
    width: 8.375rem;
    height: 3.375rem;
    text-align: center;
    pointer-events: auto;
    color: #ffffff;
    z-index: 111;
}
.content-wrapper, .main-footer-no {
    -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
    /* margin-left: 230px; */
    z-index: 820;
}
.po-status {
    margin-top: 11px;
    width: 200px;
    background-color: #4CAF50;
    padding: 6px;
    text-align: center;
    color: aliceblue;
    font-weight: 900;
    font-size: 20px;
    border-radius: 5px;
    position: absolute;
    top: 8px;
    left: 115px;
}
.po-status-view {
    margin-top: 11px;
    width: 200px;
    background-color: #4CAF50;
    padding: 6px;
    text-align: center;
    color: aliceblue;
    font-weight: 900;
    font-size: 20px;
    border-radius: 5px;
    position: absolute;
    top: 88px;
    left: 115px;
}
.messageError{
    color: red;
    font-style: italic;
}

.login-page, .register-page {
    background: linear-gradient(to left, #f5f5f5 50%, #fff 50%);
    font-family: 'Raleway', sans-serif;
}
.signupform {
    padding: 3em 0;
}
.left_grid_info h1 {
    font-size: 45px;
    margin: 1em 0em .5em 0em;
    color: #333;
    font-weight: 700;
}

.signupform input[type="text"],.signupform input[type="email"] {
    font-size: 15px;
    color: #333;
    text-align: left;
    letter-spacing: 1px;
    padding: 14px 10px;
    width:93%;
    display:inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Raleway', sans-serif;
}
.signupform input[type="Password"] {
    font-size: 15px;
    color: #333;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 14px 10px;
    width:93%;
    display:inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Raleway', sans-serif;
}
.signupform .input-group {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 3px 10px;
    border: 1px solid #ddd;
    background: #fff;
    width: 100%;
}
.signupform .btn-block {
    background: #ff4040;
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 12px 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
}
.w3_info h2 {
    display: inline-block;
    font-size: 26px;
    margin-bottom: 10px;
    color: #333;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.w3_info h4 {
    display: inline-block;
    font-size: 15px;
    padding: 8px 0px;
    color: #444;
    text-transform: capitalize;
}
a.btn.btn-block.btn-social.btn-facebook {
    display: block;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}

.w3_info {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    box-sizing: border-box;
    padding: 3em 4em;
    /* -webkit-box-shadow: 1px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 0px 15px 0px rgba(0,0,0,0.2); */
}


.login-check {
    position: relative;
}
.w3_info .login-check label{
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 1px;
    color: #000;
}
.checkbox i {
    position: absolute;
    top: 0px;
    left: 0%;
    text-align: center;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #777;
    outline: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    cursor: pointer;
}
.checkbox input:checked + i:after {
    opacity: 1;
}
.checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.checkbox input + i:after {
    content: url(../images/tick.png);
    top: 0px;
    left: 2px;
}
.checkbox {
    position: relative;
    display: inline-block;
    padding-left: 25px !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
}
input[type="checkbox" i] {
    display: block;
}
.agile_info {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.left_grid_info {
    padding-right: 3em;
}
.w3l_form {
    padding: 0px;
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
}
.w3_info p {
    padding-bottom: 30px;
}
p.account,p.account1 {
    padding-top: 20px;
    padding-bottom: 0px;
    line-height: 1.5em;
    font-size: 13px;
}
p.account a,p.account1 a {
    color: #ff4040;
    font-size: 11px;
    text-decoration: underline;
}
p.account a:hover,p.account1 a:hover {
    text-decoration: none;
}
.w3_info label {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    font-size: 13px;
    padding-left: 0px;
}
h3.w3ls {
    margin: 10px 0px;
    padding-left: 60px;
}
h3.agileits {
    padding-left: 10px;
}
.container {
    width: 65%;
    margin: 0 auto;
}
.input-group span.fa {
    font-size: 16px;
    vertical-align: middle;
    box-sizing:border-box;
    float:left;
    text-align: center;
    width:6%;
    padding: 15px 0px;
    color: #01cd74;
}
h5 {
    text-align: center;
    margin: 10px 0px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.footer p {
    color: #666;
    text-align: center;
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 2em;
}
.footer p a {
    color: #333;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
/** Responsive **/
@media screen and (max-width: 1440px){
    .container {
        width: 70%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1366px){
    .container {
        width: 75%;
    }
    .left_grid_info h1 {
        font-size: 38px;
    }
}
@media screen and (max-width: 1080px){
    .container {
        width: 80%;
    }
    .w3_info h2 {
        font-size: 24px;
        letter-spacing: 1px;
    }
    .left_grid_info h1 {
        font-size: 35px;
    }
    .w3_info {
        padding: 3em 3em;
    }
}
@media screen and (max-width: 1024px){
    .signupform {
        padding: 1em 0;
    }
    .container {
        width: 85%;
    }
    .left_grid_info {
        padding-right: 3em;
        padding-top: 2em;
    }
}
@media screen and (max-width: 991px){
    .w3_info h2 {
        font-size: 24px;
    }
    h1 {
        font-size: 40px;
        letter-spacing: 2px;
    }
}
@media screen and (max-width: 900px){

    .container {
        width: 90%;
    }
    .left_grid_info h4 {
        font-size: 1em;
    }
    .w3_info {
        padding: 3em 2.5em;
    }
}
@media screen and (max-width: 800px){
    .container {
        width: 95%;
    }
    input[type="text"],input[type="email"],input[type="password"] {
        font-size: 14px;
    }
    .input-group span.fa {
        font-size: 16px;
        padding: 13px 0px;
    }
    .w3_info h2 {
        font-size: 23px;
    }
}
@media screen and (max-width: 768px){
    .container {
        width: 95%;
    }
    .w3_info h2 {
        letter-spacing: 1px;
    }
    .left_grid_info h1 {
        font-size: 30px;
        letter-spacing: 1px;
    }
    .left_grid_info {
        padding-right: 2em;
    }
}
@media screen and (max-width: 736px){
    .left_grid_info h3 {
        font-size: 1.7em;
    }
    .w3_info h2 {
        font-size: 22px;
    }
    .w3_info {
        padding: 3em 2em;
    }
    .footer p {
        font-size: 14px;
    }
    .w3_info h4 {
        font-size: 14px;
    }
    .footer p {
        margin-top: 0em;
        margin-bottom: 2em;
    }
}

@media screen and (max-width: 684px){
    .w3_info h2 {
        font-size: 20px;
        letter-spacing: 0px;
    }
    .left_grid_info h1 {
        font-size: 26px;
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 667px){
    .container {
        width: 80%;
    }
}
@media screen and (max-width: 640px){
    h1 {
        font-size: 37px;
    }
    .agile_info {
        flex-direction: column;
    }
    body {
        background: #FFF;
    }
    .left_grid_info {
        padding-right: 0em;
    }
}
@media screen and (max-width: 480px){
    .w3l_form {
        padding: 0em;
    }
    h1 {
        font-size: 34px;
    }
    .w3_info {
        padding: 3em 1em;
    }
    .footer {
        margin: 0 1em;
    }
    .left_grid_info h1 {
        margin: 0em 0em .5em 0em;
    }
}
@media screen and (max-width: 414px){
    .w3_info {
        padding: 2em;
    }
    h1 {
        font-size: 32px;
        letter-spacing: 1px;
    }
    .left_grid_info p {
        font-size: 14px;
    }
    .container {
        width: 90%;
    }
    .left_grid_info {
        padding-top: 1em;
    }
    .w3_info p {
        font-size: 14px;
    }
}
@media screen and (max-width: 384px){
    .left_grid_info h4 {
        font-size: .9em;
    }
    .w3_info {
        padding: 2em 1em;
    }
    .left_grid_info h1 {
        font-size: 21px;
        letter-spacing: 0px;
    }
    .w3_info h2 {
        font-size: 18px;
    }
}
@media screen and (max-width: 375px){
    .left_grid_info h3 {
        font-size: 1.5em;
    }
}
@media screen and (max-width: 320px){
    h1 {
        font-size: 25px;
        letter-spacing: 1px;
    }
    .w3_info h2 {
        font-size: 18px;
        letter-spacing: 0px;
    }
    .btn-danger {
        padding: 13px 12px;
        font-size: 13px;
    }
    input[type="text"], input[type="email"], input[type="password"] {
        font-size: 13px;
    }
    .footer p {
        font-size: 13px;
    }
    .footer p a{
        font-size: 13px;
    }
}
/** /Responsive **/


