﻿@charset "utf-8";
/* CSS Document */

* {
    font-family: 'Calibri';
    font-size: 15px;
}

body {
    margin: 0px;
    padding: 0px;
    height:100%;
    min-height:100%;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
    color: #563D64;
}

small {
    font-size: 10px;
}

b, strong {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #898e91;
}

    a:hover {
        text-decoration: underline;
        color: #2f58a4;
    }

.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.clear {
    clear: both;
}

.topmargin {
    margin-top: 15px;
    float: left;
}

.zero-padding {
    padding: 0px;
}

.zero-margin {
    margin: 0px;
}

.zero-left-padding {
    padding-left: 0px;
}

.zero-right-padding {
    padding-right: 0px;
}


.link a {
    color: #fff;
    text-decoration: none;
}

    .link a:hover {
        color: #fff;
        text-decoration: underline;
    }


.container {
    width: 100% !important;
    padding: 0px !important;
    height:auto;
    min-height:100%;
}

#wrapper {
    margin: 10px auto;
    width: 100%;
    padding: 1%;
    background: #fff;
}

.tinynav {
    display: none;
}


/* Login */

.login {
    background-image: url(../../Images/LoginBg.png); 
    background-size: cover; 
    background-position: center;
    padding-bottom: 40px !important;
}

.login-form img{
    width:280px;
    box-shadow:9px 9px 5px;
}

    .login .content {
        background: #f7faff;
        width: 30%;
        margin: 0 auto;
        margin-bottom: 0px;
        padding: 15px 30px;
        margin-top: 10px;
    }

    .login .logos { /*margin-top:120px !important */
        margin-top: 50px !important;
    }

    .login .input-icon.left {
        float: left;
        width: 60%;
    }


.paper {
    background: #f9f9f9;
    background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
    background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    background: linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
    -webkit-box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -ms-box-shadow: 0 1px 0 #fff inset;
    -o-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border: 1px solid #c4c6ca;
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
}

    .paper:after,
    .paper:before {
        background: #f9f9f9;
        background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
        background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
        background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
        background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
        background: linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
        border: 1px solid #c4c6ca;
        content: "";
        display: block;
        height: 100%;
        left: -1px;
        position: absolute;
        width: 100%;
    }

    .paper:after {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        transform: rotate(2deg);
        top: 0;
        z-index: -1;
    }

    .paper:before {
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
        top: 0;
        z-index: -2;
    }

    .paper h1 img {
        margin-bottom: 20px;
    }


    .paper .col-md-12 {
        padding: 0px !important;
    }

    .paper form input[type="text"] {
        background: url("../Images/login.png") no-repeat scroll 0 13px #EAE7E7;
        border: 1px solid #C8C8C8;
        border-radius: 3px;
        box-shadow: 0 1px 0 #FFFFFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
        color: #777777;
        font: 13px Helvetica,Arial,sans-serif;
        margin: 0 0 10px;
        padding: 15px 10px 15px 40px;
        transition: all 0.5s ease 0s;
        width: 100%;
    }

    .paper form input[type="password"] {
        background: url("../Images/login.png") no-repeat scroll 0 -52px #EAE7E7;
        border: 1px solid #C8C8C8;
        border-radius: 3px;
        box-shadow: 0 1px 0 #FFFFFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
        color: #777777;
        font: 13px Helvetica,Arial,sans-serif;
        margin: 0 0 10px;
        padding: 15px 10px 15px 40px;
        transition: all 0.5s ease 0s;
        width: 100%;
    }

    .paper form input[type="submit"] {
        background: url("../Images/btn-img.png") repeat-x;
        border: 1px solid #D69E31;
        border-radius: 30px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
        color: #85592E;
        cursor: pointer;
        float: left;
        font: bold 15px Helvetica,Arial,sans-serif;
        height: 35px;
        margin: 20px 0 35px 0px;
        position: relative;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        width: auto;
        padding: 8px 30px;
    }

    .paper form div a {
        color: #004A80;
        float: right;
        font-size: 14px;
        margin: 30px 15px 0 0;
        text-decoration: underline;
    }


form.reset-password {
    display: none;
}

input[type="button"] {
    background: url("../Images/btn-img.png") repeat-x;
    border: 1px solid #D69E31;
    border-radius: 30px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    color: #85592E;
    cursor: pointer;
    float: left;
    font: bold 15px Helvetica,Arial,sans-serif;
    height: 35px;
    margin: 40px 0 35px 0px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    width: auto;
    padding: 8px 30px;
}



/*  =======    header   =======    */
.header {
    background: #EAE7E7 !important;
    height: auto;
    padding: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    float: left;
}

    .header .logo {
        padding: 3px;
        float: left;
        width: auto;
        margin-right: 10px;       
    }

    .header .logo img{
         max-width:200px;
         /*border:1px solid grey;*/
        box-shadow:4px 4px 2px;
    }

.menu {
    width: 84%;
    float: left;
    padding: 0px 0px 0px 0px;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0px;
}

.navbar-nav > li > a {
    padding-bottom: 21px;
    padding-top: 22px;
    color: #222;
    font-weight: bold;
    padding-left: 12px;
    padding-right: 12px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: #586680;
}

.navbar-nav > li.active > a {
    color: #fff;
    font-weight: bold;
    background: #586680;
}

.panel-primary > .panel-heading {
    background-color: #586680;
    border-color: #3b4963;
    color: #FFFFFF;
}

.panel-primary {
    /*border-color: #428BCA;*/
    border-color: #3b4963;
}

.icon-space {
    display: inline-block;
    margin: 0 1%;
}

.poff {
    padding: 0px 0px 0px 0px;
}

.ptop {
    padding: 20px 0px 0px 0px;
}


.designation {
    font-size: 12px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 39px;
    left: 0px;
}



.textbox-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 28px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}



/*  =======    specification sheet   =======    */
#page-wrapper {
    float: left;
    margin: 15px 1%;
    position: relative;
    width: 98%;
    padding-bottom:55px;
}

.row {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px !important;
}

.col-md-4 .image-title {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    color: #2f58a4;
    font-size: 18px;
    font-weight: bold;
}

.col-md-4 .image-location {
    width: 95%;
    float: left;
    height: 192px;
    border: 1px solid #eae7e7;
    text-align: center;
    position: relative;
}

.edit {
    position: absolute;
}

.img-position {
    bottom: 0px;
    right: 0px;
}
/*.front-img{left: 185px; top: 194px; }
.back-img{left: 185px; top: 194px; }
.fabric-img{left: 185px; top: 194px; }
.sample-img{left: 185px; top: 194px; }*/

.title-uppar {
    float: left;
    width: 100%;
    padding: 0px 0px 3px 0px;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #d8d8d8;
}

.note {
    width: 100%;
    float: left;
    padding: 0px 15px 0px 0px;
    margin-top: 15px;
}

    .note textarea {
        float: left;
        height: 165px !important;
        width: 100%;
        border: 1px solid #ccc;
        resize: none;
    }

.product {
    float: left;
    padding: 0px 0px 0px 0px;
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #e0dede;
}

    .product .date-sec {
        width: 100%;
        float: left;
        padding: 0px 0px 0px 0px;
        border-bottom: 1px solid #e0dede;
    }

        .product .date-sec .start-date {
            color: #3059a5;
            display: inline-block;
            width: auto;
            padding: 8px 0px;
            font-size: 18px;
        }

        .product .date-sec .date-text {
            color: #010101;
            display: inline-block;
            width: auto;
            padding: 8px 0px;
            font-size: 16px;
        }

        .product .date-sec .exit {
            float: right;
        }

        .product .date-sec .exit-date {
            float: right;
            padding: 13px 0 8px 3px;
        }

    .product .section {
        width: 100%;
        float: left;
        padding: 0px 15px 15px;
    }

        .product .section .style {
            width: 100%;
            float: left;
            padding: 0px 0px 0px 0px;
            border-bottom: 1px solid #e0dede;
        }

            .product .section .style .style-no {
                color: #000;
                display: inline-block;
                width: auto;
                padding: 8px 0px 0px 0px;
                font-size: 18px;
            }

            .product .section .style .style-text {
                color: #000;
                display: inline-block;
                width: auto;
                padding: 8px 0px 0px 0px;
                font-size: 14px;
            }

            .product .section .style .product-name {
                color: #010101;
                display: inline-block;
                width: 100%;
                padding: 3px 0px;
                font-size: 22px;
                text-align: center;
            }

            .product .section .style .barcode {
                float: right;
            }

            .product .section .style .barcode-digit {
                float: right;
                padding: 12px 0 3px 3px;
            }

    .product .data-sec {
        width: 100%;
        float: left;
        padding: 10px 0px;
    }

        .product .data-sec .image-location {
            width: 100%;
            float: left;
            height: 91px;
            border: 1px solid #ccc;
            text-align: center;
            margin: 13px 0px 0px 0px;
            background-color: #fff;
            position: relative;
        }

        .product .data-sec .logo-img-position {
            right: 0px;
            bottom: 0px;
        }

        .product .data-sec .label-img-position {
            right: 0px;
            bottom: 0px;
        }

        .product .data-sec .col-md-5 .design-details {
            width: 100%;
            float: left;
            padding: 0px 0px 0px 0px;
            margin-top: 15px;
        }

            .product .data-sec .col-md-5 .design-details .design-data {
                background-color: #FFFFFF;
                border: 1px solid #CCCCCC;
                float: left;
                margin: 13px 0 0;
                padding: 10px 15px;
                width: 100%;
            }

                .product .data-sec .col-md-5 .design-details .design-data .name {
                    float: left;
                    width: 50%;
                    padding: 0px 0px 0px 0px;
                    color: #000;
                    font-size: 18px;
                }

                .product .data-sec .col-md-5 .design-details .design-data .date {
                    float: right;
                    width: 50%;
                    padding: 3px 0px;
                    color: #999;
                    font-size: 12px;
                    text-align: right;
                }

                .product .data-sec .col-md-5 .design-details .design-data .text {
                    color: #545454;
                    float: left;
                    font-size: 14px;
                    padding: 0 0 0px 0px;
                    text-align: left;
                    width: 100%;
                    margin: 0px 0px 0px 0px;
                }

                .product .data-sec .col-md-5 .design-details .design-data .dot {
                    border-bottom: 1px dotted #AAAAAA;
                    float: left;
                    margin: 5px 0;
                    width: 100%;
                }

                .product .data-sec .col-md-5 .design-details .design-data .append {
                    width: 100%;
                    float: left;
                }
                    /*.product .data-sec .col-md-5 .design-details .design-data .append textarea{height:50px !important; width:75%; float:left; padding-left:5px !important; 
margin:14px 0px 0px 0px !important; }*/
                    .product .data-sec .col-md-5 .design-details .design-data .append textarea {
                        height: 38px !important;
                        width: 75%;
                        float: left;
                        padding-left: 5px !important;
                        margin: 14px 0px 0px 0px !important;
                        line-height: 16px;
                        font-size: 13px;
                        resize: none;
                    }

                    .product .data-sec .col-md-5 .design-details .design-data .append .submit {
                        margin: 18px 0px 0px 0px;
                    }

        .product .data-sec .design-details .title-additional {
            float: left;
            width: 95%;
            padding: 0px 0px 0px 0px;
        }

        .product .data-sec .design-details .add-attachments a {
            float: right;
            width: 5%;
            padding: 0px 0px 0px 0px;
            color: #000;
            text-decoration: none;
        }

            .product .data-sec .design-details .add-attachments a:hover {
                text-decoration: none;
                color: #000;
            }

        .product .data-sec .col-md-5 .design-details .documents {
            background-color: #FFFFFF;
            border: 1px solid #CCCCCC;
            float: left;
            height: 96px;
            margin: 13px 0 0;
            min-height: 100%;
            overflow-y: scroll;
            padding: 10px 15px;
            width: 100%;
        }

        .product .data-sec .design-details .documents .doc {
            float: left;
            width: 90%;
            padding: 0px 0px 0px 0px;
        }

            .product .data-sec .design-details .documents .doc a {
                color: #000;
                text-decoration: none;
            }

                .product .data-sec .design-details .documents .doc a:hover {
                    color: #000;
                    text-decoration: none;
                }


        .product .data-sec .col-md-7 .color {
            float: left;
            width: 90%;
            padding: 0px;
            margin: 13px 0px 0px 0px;
        }

.color-choose-option {
    background-color: #010101;
    float: left;
    margin: 2px 7px 2px 0;
    padding: 8px;
}

.product .data-sec .col-md-7 .add a {
    color: #000;
    text-decoration: none;
    margin: 16px 0px 0px 0px;
    float: left;
}

    .product .data-sec .col-md-7 .add a:hover {
        color: #000;
        text-decoration: none;
    }

.product .data-sec .col-md-7 .color-data {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 13px 0px 0px 0px;
    border: 1px solid #ccc;
    background-color: #fff;
    height: 60px;
    min-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .product .data-sec .col-md-7 .color-data table tr td {
        padding: 2px;
    }

        .product .data-sec .col-md-7 .color-data table tr td:last-child {
            text-align: left;
            padding-left: 0px;
        }

    .product .data-sec .col-md-7 .color-data .color-choosen {
        background-color: #010101;
        float: left;
        margin: 2px 7px 2px 0;
        padding: 8px 20px;
    }

.product .data-sec .col-md-7 .accessories {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 13px 0px 0px 0px;
}

    .product .data-sec .col-md-7 .accessories .select {
        float: left;
        width: 45%;
        padding: 0% 5% 0% 0%;
        text-transform: uppercase;
    }

        .product .data-sec .col-md-7 .accessories .select select {
            padding: 6px 4px;
        }

    .product .data-sec .col-md-7 .accessories .add a {
        margin-top: 2px;
    }

.product .data-sec .col-md-7 .accessories-data {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 13px 0px 0px 0px;
    border: 1px solid #ccc;
    background-color: #fff;
    height: 44px;
    min-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .product .data-sec .col-md-7 .accessories-data table tr td {
        padding: 12px;
        text-align: left;
    }

.product .data-sec .col-md-7 .acc-pic {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 13px 0px 0px 0px;
}

    .product .data-sec .col-md-7 .acc-pic .col-md-4 {
        width: 33.3%;
        padding: 0% 1%;
    }

    .product .data-sec .col-md-7 .acc-pic .image-location {
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        float: left;
        height: 85px;
        margin: 13px 0 0;
        text-align: center;
        width: 100%;
        position: relative;
    }

.acc-img-position {
    bottom: 0;
    right: 0px;
}

.product .data-sec .col-md-7 .fill-data {
    float: left;
    width: 100%;
    padding: 15px;
    margin: 13px 0px 0px 0px;
    background-color: #fff;
    border: 1px solid #ccc;
}

    .product .data-sec .col-md-7 .fill-data .form-group .col-sm-5 {
        padding-right: 0px;
        width: 35%;
        text-align: right;
    }

    .product .data-sec .col-md-7 .fill-data .form-group .col-sm-6 {
        width: 65%;
    }

        .product .data-sec .col-md-7 .fill-data .form-group .col-sm-6 .form-control {
            height: 28px !important;
            padding: 0px 6px !important;
        }

    .product .data-sec .col-md-7 .fill-data .form-group .control-label {
        padding-top: 0px;
    }

.col-md-12 input[type="submit"] {
    background: url("../Images/btn-img.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #D69E31;
    border-radius: 30px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    color: #85592E;
    cursor: pointer;
    float: left;
    font: bold 15px Helvetica,Arial,sans-serif;
    height: 35px;
    margin: 20px 0 35px;
    padding: 8px 30px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    width: auto;
}

.CostSheetSubmit {
    background: url("../Images/btn-img.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #D69E31;
    border-radius: 30px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    color: #85592E;
    cursor: pointer;
    float: left;
    font: bold 15px Helvetica,Arial,sans-serif;
    height: 35px;
    margin: 20px 0 35px;
    padding: 8px 30px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    width: auto;
}

.CancelStyle {
    background: url("../Images/btn-img.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #D69E31;
    border-radius: 30px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    color: #85592E;
    cursor: pointer;
    float: left;
    font: bold 15px Helvetica,Arial,sans-serif;
    height: 35px;
    margin: 20px 0 35px;
    padding: 8px 30px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    width: auto;
}


/*  =======    specification style data sheet   =======    */

.sheet-data {
    float: left;
}

    .sheet-data .form-group .col-sm-2 {
        text-align: right;
    }

    .sheet-data .form-group input.form-control {
        height: 28px !important;
        margin-bottom: 5px;
    }

    .sheet-data .form-group .col-sm-4 {
        text-align: right;
    }

.box-sheet {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
}

table.sheet-data > tr > td {
    padding: 8px 8px 0px 8px !important;
}

.box-sheet .textbox {
    width: 100%;
    padding: 0px 0px;
}

.box-sheet textarea {
    float: left;
    height: 36px !important;
    width: 100%;
    border: 1px solid #ccc;
    resize: none;
    padding: 0px 2px;
}

.box-sheet .size {
    width: 7%;
}

.box-sheet .comment {
    width: 15%;
}

table.box-sheet tr th, table.box-sheet tr td {
    padding: 5px 5px;
}

/*  =======    cost sheet   =======    */

.description-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 28px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 71%;
}

.cost-sheet {
    float: left;
}

table.cost-sheet tr th, table.cost-sheet tr td {
    padding: 0px 2px;
}

.cost-sheet .size {
    width: 8%;
}

.table-total {
    border: 0px none;
    background: #f6f5f5;
    margin: 5px 0px;
}

.cost-sheet .total-material {
    border-right: 0px none;
    padding: 7px 0px 0px 10px;
    text-align: right;
    width: 75%;
    font-size: 16px;
    color: #374f7f;
}

.cost-sheet .total-material-box {
    border-left: 0px none;
    padding: 5px;
    width: 25px;
}

    .cost-sheet .total-material-box input.total {
        height: 28px!important;
    }

.table-total-cost {
    border: 1px solid #ccc;
    background: #f6f5f5;
    margin: 5px 0px;
}

.cost-sheet .total-cost {
    border: 0px none;
    padding: 10px 0px 0px 10px;
    text-align: right;
    width: 75%;
    font-size: 16px;
    color: #374f7f;
    border-top: 0px none;
}

.cost-sheet .total-cost-box {
    border: 0 none;
    padding: 7px 10px 0;
    width: 25px;
}

.table-total-cost .last {
    padding: 7px 10px 7px;
}

.cost-sheet .total-cost-box input.total {
    height: 28px!important;
}


/*============ Sliding =============*/

.main-image {
    width: 100%;
    margin: 0px auto 0.75em;
    border: 1px solid #ccc;
}

    .main-image img {
        width: 100%;
        height: 100%;
    }

.thumbnails li {
    display: inline;
    margin: 0 10px 0 0;
}

    .thumbnails li a {
        text-decoration: none;
    }

        .thumbnails li a img {
            border: 1px solid #ccc;
            margin-bottom: 10px;
        }


.cloth-images {
    position: relative;
}

    .cloth-images .add {
        position: absolute;
        right: 65px;
        bottom: 5px;
    }

        .cloth-images .add a {
            color: #000;
        }

.action-btn {
    background: url("../Images/btn-img.png") repeat-x;
    border: 1px solid #D69E31;
    border-radius: 30px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    color: #85592E;
    cursor: pointer;
    float: left;
    font: bold 15px Helvetica,Arial,sans-serif;
    height: 35px;
    margin: 20px 10px 35px 0px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    width: auto;
    padding: 8px 30px;
}

/*============ Order =============*/

.form-group {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.order {
    float: left;
    width: 100%;
    padding: 10px 5px 7px 5px;
    margin: 0px 0px 13px 0px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.order-textbox {
    height: 25px;
    !important;
    padding: 3px 6px!important;
}

.order-lbl {
    padding: 0px;
    text-align: right;
}

.order .fax {
    text-align: right;
    display: inline-block;
    font-weight: bold;
    padding-top: 2px;
}

.order-textarea {
    height: 103px !important;
    resize: none;
}

.ship-textarea {
    height: 156px !important;
    resize: none;
}


.order .margin-set {
    margin: 5px 0px 0px;
}

input.date {
    width: 94%;
    float: left;
    height: 25px!important;
    padding: 3px 6px!important;
}

input.date-2 {
    width: 90%;
    float: left;
    height: 25px!important;
    padding: 3px 6px!important;
}

a.date {
    color: #000;
    text-decoration: none;
    float: right;
    margin: 3px 5px;
}

.order .notepad {
    border: 1px solid #CCCCCC;
    height: 101px !important;
    padding: 0 2px;
    resize: none;
    width: 100%;
}

.order .sales {
    width: 12%;
    float: left;
    padding: 0px;
}

.order .sales-box {
    width: 87.5%;
    float: left;
    padding: 0px 0px 0px 15px;
}


.order-sheet {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
}

    .order-sheet .textbox {
        width: 100%;
        padding: 0px 0px;
        margin: 2px 0px;
    }

    .order-sheet textarea {
        float: left;
        height: 36px !important;
        width: 100%;
        border: 1px solid #ccc;
        resize: none;
        padding: 0px 2px;
    }

    .order-sheet .style {
        width: 3%;
    }

        .order-sheet .style select {
            padding: 5px 3px!important;
        }

table.order-sheet tr th, table.order-sheet tr td {
    padding: 5px 5px;
}

.order-sheet .color {
    width: 3%;
}

.order-sheet .description {
    width: 7%;
}

.order-sheet .size {
    width: 5%;
    vertical-align: middle;
}

.order-sheet .total-qnty {
    width: 8%;
    vertical-align: middle;
}


table.order-sheet-size {
    float: left;
    left: 27.7%;
    padding: 0;
    position: relative;
    top: 27px;
    width: 40.01%;
}

    table.order-sheet-size tr td.size {
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        width: 6%;
    }

table.order-sheet tr th.border-none {
    border-left: 0px none !important;
    border-right: 0px none !important;
}

table.order-sheet tr th:first-child {
    border-left: 0px none !important;
    border-right: 0px none !important;
}

.zero-top-border {
    border-top: 0px none;
    border-left: 0px none !important;
    border-right: 0px none !important;
    ;
}


/*.order-fill .order .col-sm-3{width:32%; float:left;}
    .order-fill .order .col-sm-9{width:68%; float:left; }*/
.order-fill .order .col-sm-9 input.date-2 {
    width: 85%;
    float: left;
}

.order-fill .order .col-md-12 .col-sm-2 {
    width: 18%;
    float: left;
}

.order-fill .order .col-md-12 .col-sm-10 {
    width: 82%;
    float: left;
}

    .order-fill .order .col-md-12 .col-sm-10 .col-sm-4 {
        width: 30%;
        float: left;
    }

    .order-fill .order .col-md-12 .col-sm-10 .fax {
        width: 40%;
    }

.order-fill .order .col-md-4 .col-sm-6 {
    width: 100%;
    padding: 0px;
    float: left;
}

.order-fill .order .col-md-4 .order-lbl {
    text-align: left;
}

.order-fill .order .col-md-12 .sales-box .col-sm-3 {
    width: 28%;
    float: left;
}

.order-fill .order .col-md-12 .sales-box .col-sm-5 {
    width: 37.5%;
}


/*============ PIck Ticket =============*/


.sheet-data .form-group .col-sm-1 {
    text-align: right;
}

.pick-ticket {
    color: #586680;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.order-date {
    text-align: right;
    display: inline-block;
    font-weight: bold;
    padding-top: 2px;
}

.add a {
    color: #000000;
    float: right;
    padding: 0;
    text-decoration: none;
}

.order .merge {
    width: 60%;
}

.order-sheet .pick-title {
    vertical-align: top;
    width: 8%;
}

.order-sheet .pick-total {
    width: 7.3%;
}



/*============ Manage User =============*/

.user {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.user-create {
    float: left;
    padding: 0px 0px 0px 0px;
}

    .user-create span.star {
        color: #FF0000;
        padding: 0 0px;
    }

    .user-create p {
        margin: 0px;
    }




/* full-pannel-order */
.panel-range {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0px none;
    padding: 15px 15px 0px 15px;
    margin-bottom: 15px;
}

.order-sheet .color select {
    padding: 5px 3px!important;
}

.order-sheet .color {
    width: 5%;
}



.form-control-readonly {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 0 none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset !important;
    padding: 0 0 6px !important;
}

.form-select {
    float: left;
    width: 50% !important;
    height: 25px;
    padding: 3px 6px !important;
}

.SizeClass {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 25px;
    padding: 3px 6px !important;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

#_errorCostMaterial, #_errorCostTrim, #_errorCostLabor, #_errorCostExpense, ._errorCostMaterialEdit, ._errorCostTrimEdit, ._errorCostLaborEdit, ._errorCostExpenseEdit, ._errorStyleColor, ._errorStyleAccessory, ._errorColorEdit, ._errorAccessoryEdit {
    font-size: 12px;
    font-family: Arial;
    color: red;
    display: none;
}

#_Upload {
    font-size: 12px;
    font-family: Arial;
    color: red;
    font-weight: bold;
}

.padding-left10 {
    padding: 0px 0px 0px 10px!important;
}

.sheet-data .form-group input.height-search {
    height: 30px !important;
    margin-bottom: 0 !important;
}

.margin-zero {
    margin: 0px !important;
}

.ship-to-height {
    height: 270px !important;
}

.margin8 {
    margin-top: 8px;
}

.hyperlink {
    cursor: pointer;
}

.merge {
    width: 69%;
}

.pick-title {
    width: 7.8%;
}

.order-sub-total {
    width: 9%;
}


.order-textarea-invoice {
    height: 123px !important;
    resize: none;
}

.order .notepad-invoice {
    border: 1px solid #CCCCCC;
    height: 131px !important;
    padding: 0 2px;
    resize: none;
    width: 100%;
}

.ship-textarea-invoice {
    height: 62px !important;
    resize: none;
}

.invoice-merge {
    width: 59.4%;
    text-align: right;
}

.invoice-sub-total {
    width: 4.9%;
}

.invoice-ext {
    width: 8.1%;
}

.invoice-brd {
    float: left;
    width: 100%;
}

    .invoice-brd .pick-title {
        vertical-align: top;
        width: 8%;
    }


button[type="button"].SaveEditOrderDetails {
    background: url("../Images/update.png") no-repeat scroll 0 0px;
    width: 14px;
    height: 15px;
    border: 0px none;
    margin: 0px 2px;
}

button[type="button"]:hover.SaveEditOrderDetails {
    background: url("../Images/update-hover.png") no-repeat scroll 0 0px;
    width: 14px;
    height: 15px;
    border: 0px none;
}

button[type="button"].RemoveOrderDetails {
    background: url("../Images/remove.png") no-repeat scroll 0 0px;
    width: 14px;
    height: 15px;
    border: 0px none;
    margin: 0px 2px;
}

button[type="button"]:hover.RemoveOrderDetails {
    background: url("../Images/remove-hover.png") no-repeat scroll 0 0px;
    width: 14px;
    height: 15px;
    border: 0px none;
}

button[type="button"].EnableOrderDetails {
    background: url("../Images/update-row.png") no-repeat scroll 0 0px;
    width: 14px;
    height: 15px;
    border: 0px none;
    margin: 0px 2px;
}

button[type="button"]:hover.EnableOrderDetails {
    background: url("../Images/update-row-hover.png") no-repeat scroll 0 0px;
    width: 14px;
    height: 15px;
    border: 0px none;
}

input.margin_ten {
    margin: 0px 10px 0px 0px !important;
}
.margin_ten {
    margin: 0px 10px 0px 0px !important;
}

input[type="button"].btn-default {
    color: #333;
    background: #fff !important;
    border-color: #ccc;
    border-radius: 4px;
    font-size: 14px;
    padding: 3px 12px;
    font-weight: normal;
    height: 31px !important;
}

    input[type="button"].btn-default:hover {
        color: #333;
        background: #ebebeb!important;
        border-color: #adadad;
    }


/* dashboard menu */


.accord {
    /*border-left: 1px solid #CCCCCC !important;
border-right: 1px solid #CCCCCC !important;
border-top: 1px solid #CCCCCC !important; */
    width: 23%;
    float: none;
    margin: 0 auto;
    clear: both;
    display: block;
}

#leftMenu .accordion-group {
    margin-bottom: 0px;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    float: left;
    width: 100%;
}

#leftMenu .accordion-group {
    margin-bottom: 0px;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#leftMenu .accordion-heading {
    height: 34px;
}

    #leftMenu .accordion-heading a {
        /*border-bottom: 1px solid #CCCCCC;*/
        color: #222222;
        float: left;
        font-size: 20px;
        padding: 15px 10px;
        text-align: center;
        text-decoration: none;
        text-shadow: 0 0 0 #222222;
        width: 100%;
    }

        #leftMenu .accordion-heading a:hover {
            color: #fff;
            background: none repeat scroll 0 0 #586680;
        }

    #leftMenu .accordion-heading .active {
        width: 182px;
        height: 34px;
        border: 1px solid #5b5b5b; /* inner stroke */
        background-color: #353535; /* layer fill content */
        background-image: -moz-linear-gradient(90deg, #4b4b4b 0%, #555 100%); /* gradient overlay */
        background-image: -o-linear-gradient(90deg, #4b4b4b 0%, #555 100%); /* gradient overlay */
        background-image: -webkit-linear-gradient(90deg, #4b4b4b 0%, #555 100%); /* gradient overlay */
        background-image: linear-gradient(90deg, #4b4b4b 0%, #555 100%); /* gradient overlay */
    }

.dt-top-row {
    margin: 0px 0px 15px 0px;
}

/* Menu */

.navbar-nav > li.ord > a {
    background: url("../Images/order.png") no-repeat scroll 10px 49% #EAE7E7;
    padding: 22px 20px 21px 30px;
    float: left;
}

    .navbar-nav > li.ord > a:hover {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        background: url("../Images/order-hover.png") no-repeat scroll 10px 49% #586680;
        float: left;
    }

.navbar-nav > li.tic > a {
    background: url("../Images/ticket.png") no-repeat scroll 10px 49% #EAE7E7;
    padding: 22px 20px 21px 30px;
    float: left;
}

    .navbar-nav > li.tic > a:hover {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        background: url("../Images/ticket-hover.png") no-repeat scroll 10px 49% #586680;
    }

.navbar-nav > li.inv > a {
    background: url("../Images/invoice.png") no-repeat scroll 10px 49% #EAE7E7;
    padding: 22px 20px 21px 30px;
    float: left;
}

    .navbar-nav > li.inv > a:hover {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        background: url("../Images/invoice-hover.png") no-repeat scroll 10px 49% #586680;
    }


/* -- footer-- */

.footer {
    background: none repeat scroll 0 0 #586680;
    color: #FFFFFF;
    float: left;
    height: 55px;
    padding: 18px 0;
    width: 100%;
    margin-top:-55px;
}

    .footer .footer-link {
        float: right;
        width: 50%;
    }

        .footer .footer-link ul {
            float: right;
        }

            .footer .footer-link ul li {
                display: inline-block;
                list-style: none outside none;
                margin: 0;
                padding: 0;
            }
                /*.footer .footer-link ul li:after{ 
    content:" | ";
}
.footer .footer-link ul li:last-child{ 
    content:" "!important;
}*/
                .footer .footer-link ul li a {
                    float: left;
                    color: #fff;
                    width: auto;
                    padding: 0px 10px;
                }

                    .footer .footer-link ul li a:hover {
                        text-decoration: underline;
                    }


h1.heading {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #EAE7E7;
    color: #222;
    margin: 0 0 5px;
    padding: 8px 15px;
    text-align: center;
}

.sheet-data .col-sm-8 .bill {
    width: 22%;
    float: left;
}

.sheet-data .col-sm-8 .or-date {
    text-align: right;
}

.dashboard {
    width: 100%;
    float: left;
    padding: 10px 0px 10px 0px;
}

    .dashboard .erp {
        float: left;
    }

    .dashboard img.erp {
        width: 100%;
        height: 50%;
    }


    .dashboard .piechart {
        /*border: 1px solid #CCCCCC;*/
        float: left;
        padding: 71px 0;
        width: 100%;
    }

    .dashboard .reg-erp {
        /*border: 1px solid #CCCCCC;*/
        float: left;
        padding: 3px 0px;
        width: 100%;
    }

    .dashboard .chart_div {
        /*border: 1px solid #CCCCCC;*/
        float: left;
        padding: 71px 0;
        width: 100%;
    }

.dash-btm-image {
    /*border: 1px solid #CCCCCC;*/
    float: left;
    margin: 15px 0;
    padding: 0;
    width: 100%;
}

.refresh a {
    float: left;
    padding: 5px 8px;
}

.search-by-style {
    left: 225px;
    position: absolute;
    top: 20px;
}
.search-by-style-pick-ticket {
    left: 233px;
    position: absolute;
    top: 19px;
}
.ticket-textbox {
    height: 27px;
    padding: 3px 6px !important;
}

.titlecrumb {
    background-color: #F7F7F7;
    border: 1px solid #EAE7E7;
    border-radius: 0;
    list-style: none outside none;
    margin-bottom: 15px;
    padding: 8px 15px;
    float: left;
    width: 100%;
}

    .titlecrumb h1.title {
        padding: 0 0 0 10%;
        margin: 0px;
        color: #222222;
        float: left;
        width: 100%;
        text-align: right;
    }

    .titlecrumb .col-md-9 {
        width: 58%;
        float: left;
    }

    .titlecrumb .col-md-3 {
        width: 42%;
        float: left;
    }

.ui-datepicker-trigger {
    position: absolute;
    margin: 5px;
}


#loading-indicator {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    z-index: 100;
    display: none;
}

#triggerSet {
    margin: 5px;
    padding-bottom: 6px;
    margin-bottom: 4px;
    border-top-color: #ccc;
    border-left-color: #ccc;
    border-bottom-color: #ccc;
    border-right-color: #ccc;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
}
.no-top-margin
{
    margin-top: 0px !important;
}
.user-company-logo
{
    border: 1px solid rgb(221, 221, 221);
    float: left;
    margin: 10px 0;
    padding: 20px;
    position: relative;
    width: auto;
}
.logo-edit{
    right: 0px;
    bottom: 0px;
    position:absolute;
}
table.Listorder tr th
{
    width: auto !important;
}
span.star
{
    color: red;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: inherit;
    font-size: 14px;
}
.popup-btn
{
    margin: 10px 0px !important;
}


.search-by-style-WIP {
    left: 225px;
    position: absolute;
    top: 20px;
}

/* 1st Aug */

.smallLogo, .smallLogoAcces, .largeLogo{width:100% !important; height:100%!important; }