﻿
/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
   
========================================================  */


/* =============================================================
   GENERAL STYLES
 ============================================================ */

@import url(http://fonts.googleapis.com/css?family=Roboto); /* FREE GOOGLE FONT */

body {
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}

.set-radius-zero {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.content-wrapper {
    /*margin-top: 40px;*/
    min-height: 600px;
    padding-bottom: 60px;
}

.page-head-line {
    font-weight: 900;
    padding-bottom: 20px;
    border-bottom: 2px solid #613d81;
    text-transform: uppercase;
    color: #613d81;
    font-size: 20px;
    margin-bottom: 40px;
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.progress {
    height: 8px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.login-icon {
    height: 60px;
width: 60px;
padding: 13px;
border-radius: 50%;
font-size: 30px;
margin-bottom: 20px;
color: #fff;
text-align: center;
cursor:pointer;
background-color:#613d81;
-webkit-border-radius:50%;
    -moz-border-radius:50%;
}
/* =============================================================
   HEADER SECTION STYLES
 ============================================================ */
header {
    /*background-color: #613d81;*/
    color: #808080;
    padding: 10px;
    text-align: center;
}


/* =============================================================
   LOGO SECTION STYLES
 ============================================================ */
.left-div {
    padding-left: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.navbar-brand {
    width: 250px;
    /*padding-top: 30px;*/
}

/* USER SETTINGS DIV */
.user-settings-wrapper .nav > li > a {
    position: relative;
    display: block;
    padding: 15px 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #000000;
    color: #fff;
}

.user-settings-wrapper {
    /*margin-top: 10px;*/
}

    .user-settings-wrapper li {
        display: inline-block;
    }

    .user-settings-wrapper .dropdown-settings {
        width: 179px;
        padding: 10px;
    }

    .user-settings-wrapper .nav > li > a:hover,.user-settings-wrapper .nav > li > a:focus {
        text-decoration: none;
        background-color: #908f91!important;
    }

    .user-settings-wrapper img {
        height: 64px;
        width: 64px;
        border: 1px solid #000000;
    }

    .user-settings-wrapper .dropdown-menu {
        margin: 0px;
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .btn {
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .media-heading {
        padding-top: 10px;
    }

/* MENU LINKS SECTION*/

.menu-section {
    background-color: #908f91;
}

#menu-top a {
    color: #FFF;
    text-decoration: none;
    /*font-weight: 500;*/
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
}

.menu-top-active {
    background-color: #000000;
}

.menu-section .nav > li > a:hover,.menu-section .nav > li > a:focus {
    background-color: #000000!important;
}

.menu-section .dropdown-menu > li > a:hover,.menu-section .dropdown-menu > li > a:focus {
    background-color: #000000!important;
}

.navbar-inverse {
    background-color: #908f91;
    border-color: transparent;
}

.navbar-toggle {
    background-color: #613d81;
    border: 1px solid #fff;
}

.navbar {
    margin-bottom: 0px;
}
/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
footer {
    padding: 10px;
    color: #fff;
    font-size: 12px;
    background-color: #908f91;
}

    footer a, footer a:hover {
        color: #fff;
        text-decoration: none;
    }

/*==============================================
    DASHBOARD  STYLES    
 =============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
    background-color: #B9B739;
}

.bk-clr-two {
    background-color: #F94C4C;
}

.bk-clr-three {
    background-color: #119c7e;
}

.bk-clr-four {
    background-color: #b739b9;
}

.dashboard-div-icon {
    height: 75px;
    width: 75px;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.dashboard-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    color: #fff;
    margin-bottom: 50px;
}

    .dashboard-div-wrapper .progress {
        height: 2px;
    }

/* NOTICE BOARD */


.notice-board .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.notice-board ul {
    padding-left: 0px;
    list-style: none;
}

.notice-board li {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

    .notice-board li span {
        margin-right: 10px;
        border: 1px solid #DBDBDB;
        padding: 5px;
    }

    .notice-board li a, li a:hover {
        text-decoration: none;
        color: #000;
    }

/* SOCIAL BUTTONS */
.btn-social {
    color: white;
    opacity: 0.8;
}

    .btn-social:hover {
        color: white;
        opacity: 1;
        text-decoration: none;
    }

.btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #00aced;
}

.btn-linkedin {
    background-color: #0e76a8;
}

.btn-google {
    background-color: #c32f10;
}
.form-group { margin:5px 0 0 0;
}
.cls-form-top { margin:0px; padding:0px;
}

.cls-user-name { width:100px; margin:0px; float:left; padding:0px;
}
.cls-input-name { width:450px; margin:0px; float:left; padding:0px;
}

.remember-new {
    margin: 0 0 0 80px !important;
    padding: 4px 0 0 0;
}
.chack-box {
    width: 30px;
    margin: 0px;
    padding: 0px;
    float: left;
}
.cls-login { margin:0 0 0 105px; padding:0px;
}
.header-bottom { background:#808080; height:25px;
}

.cls-login-btn { margin: 0 0 0 105px; width:80px; float:left;
    padding: 0px;
}

.cls-login-cencel { width:150px; float:left; margin:0px; padding:0px; 
}

.check-out-company { text-align:right; font-size:16px; font-weight:bold; border-top-left-radius:0px !important; border-bottom-left-radius:0px !important;
 }
.cls-manufacturer { padding:0px; border-bottom:solid 1px #ddd;}
.main-contact-cls { margin:0 5px; width:36%; border-right: solid 1px #ddd;}
.clsaddress-newadd { width:27.33%}

/*-------------------------------26-7-2018-----------------------*/
/*.cls-edit-width { width:130px;}
.edit-order-text { width:180px;}*/
.shipping-addresscls{ width:150px;}
.cls-shipping-address-text { width:400px;}
.cls-edit-width-new { width:150px;}
.edit-order-text-new { width:138px;}
.cls-edit-width-details { width:150px;}
.cls-edit-width-text { width:138px; }

.cls-shipping-address-textfinal { width:439px; 
}

/*pradeep 07-27-2018*/

    
.shipping-addresscls-sipping-text{  width:40.5%;}
	.shipping-addresscls{ width:146px;}
	.new-billing-address{ width:164px}


    /**----------edit page------*/
.edit-shipping-addresscls { width:150px;}
.edit-address-newadd { width:165px;}
.edit-billing-address { width:161px;}
.edit-order-textedit { width:444px;}
	


.add-box-from{ text-align:center;}

th {
    text-align: center;
}




@media screen and (-webkit-min-device-pixel-ratio:0) {
    .shipping-addresscls {
        width: 150px;
        /* on Safari and Chrome  */
    }

    .new-billing-address {
        width: 166px;
    }

    .edit-shipping-addresscls { width:155px;
    }
    .edit-address-newadd { width:167px;
    }
    .edit-billing-address { width:163px;
    }
}

.carrier-cls-new{ border-bottom-left-radius:0px !important; border-top-left-radius:0px !important; }

.address-newadd{ width:160px;}
.southfield-mi-add{ width:496px;}

@media (min-width: 1022px) and (max-width: 1200px) {

    @media screen and (-webkit-min-device-pixel-ratio:0) {
    .shipping-addresscls {
        width: 168px;
        /* on Safari and Chrome  */
    }

        .cls-shipping-address-textfinal { width:552px; 
        }
        .address-newadd { width:151px; 
        }
        .new-billing-address { width:166px;
        }
}

   
    }
.cls-option {
    color: black !important;
}
.thdetails select{color:black !important;

}
.green {
    background-color:green !important;
}

.red {
    background-color:red !important;
}


        /*-----------------------14----*/
    .batch-inputcls { width:80px;  height:35px;
    }
    .lookup-btn { color:#fff; border-radius:0px;padding:8px 12px 7px 12px; border:none;
    }
    .reset-new-btn { border-radius:0px; padding:10px 50px; color:#fff;
    }



    .completed-new { color:#fff; border-radius:0px; padding:8px 25px; margin-top:15px;
    }
    

   
   .top-input-main {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
}

   .fls {
    font-weight: bold;
}
.drp-stl {
    width:100%;
    height:38px;
   
}

.field_input { width:100% ;
}
.new-cls-chk { width:15px !important;
}

.clssortedby {
    cursor:pointer;
}

@media (max-width:1200px) and (min-width:200px) {

    .cls-body {
        margin: 0;
        width: 1200px !important;
    }
}
    .cls-body {
    }



     .sku-main-page { width:570px;
 }

     .skutest {float:left; margin:0px; padding:0px; }
.sku-input-main {float:right; margin:0px; padding:0px; 
}

.gray {
    background:#808080;
    padding:0 0 0 5px;
    color:#fff;
    font-weight:normal;
    line-height:32px; 
    border-bottom: solid 1px #989898;
}


.cls-number { width:100%; float:left; 
}
.cls-vendor-id { padding:3px 0 3px 5px;
}
.sku-main-page {
    width: 500px;
}

.skutest {float:left; margin:0px; padding:0px; }
.sku-input-main {float:right; margin:0px; padding:0px; 
}
.customer-location-main{ width:300px; }
.estimated-date { height:38px}

.field_input { height:38px}
