/*
registration form style start
 */
body {
    background-color: #eee;
}

*[role="form"] {
    max-width: 530px;
    padding: 15px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0.3em;
}

*[role="form"] h2 {
    margin-left: 5em;
    margin-bottom: 1em;
}

.navbarstyle {
    border-radius: 0 !important;
}

.img_200 {
    margin-bottom: 45px;
    margin-top: 30px;
    width: 100%;
}

.thumb_image {
    margin-top: 35px;
}

.text_style {

}

.con_user_details {
    background: white;
}

.tbl_border_left {

}

.tbl_border_bottom {
    border-bottom: 1px solid darkcyan;
}

.main_area {
    min-height: 250px;
}

.view_title {
    font-size: 20px;
    height: 35px;
    padding-left: 5px;
    padding-top: 5px;
}

.view_data {
    font-weight: bold;
    height: 42px;
    padding: 10px 0 0 5px;
}

.view_img {
    height: 150px;
    width: 150px;
}

.update_user {
    margin: 15px 0 0;
}

.left_side {
    background: peru none repeat scroll 0 0;
    margin-top: 0;
    min-height: 290px;
    padding-top: 9px;
}

.left_side ul {
    list-style: outside none none;
    margin-top: 0px;
}

.left_side ul li {
    background: teal none repeat scroll 0 0;
    border-bottom: 1px solid buttonhighlight;
    height: 38px;
    margin-left: -55px;
    padding-left: 10px;
    padding-top: 8px;
    width: 195px;
}

.left_side ul li a {
    color: white;
}

.left_side ul li :hober {

}

/*
log in form style starts
*/
@import url(http://fonts.googleapis.com/css?family=Roboto);

/****** LOGIN MODAL ******/
.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: roboto;
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 1.8em;
    font-family: roboto;
}

.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
      user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: roboto;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 12px;
}

/*
log in form style end
 */

/* login page*/
/*@import "bourbon";*/

body {
    background: #f4f4f4 !important;
}

.wrapper {
    margin-bottom: 80px;
    margin-top: 65px;
}

.form-signin {
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-signin-heading {
    margin-bottom: 30px;
}

.checkbox {
    font-weight: normal;
    margin-bottom: 30px;
}

#rememberMe {
    margin-left: 1px;
}

.rememberMe {
    margin-left: 25px;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

.log-in-input-up {
    border-bottom-right-radius: 0 !important;
    margin-bottom: -1px !important;
    border-bottom-left-radius: 0 !important;
    height: 45px !important;
}

.log-in-input-down {
    margin-bottom: 20px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    height: 45px !important;
}

.or-reg {
    margin-top: 10px;
    text-align: center;
}

/* login page*/

/*
 
.container {
  background: #aaaa none repeat scroll 0 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
} */

.checkbox_padding {
    padding: 10px 0 20px;
}

.text_padding {
    padding: 13px 0 0;
}

.user_table {
    border-right: 1px solid darkcyan;
    border-collapse: collapse;
    height: 30px;
    margin-top: 20px;
    text-align: center;
    width: 960px;
}

.table_head {
    background-color: #9e561a;
    color: white;
    height: 50px;
}

.table_head_sl {

}

.table_head_nm {

}

.table_head_ph {

}

.table_head_em {

}

.table_head_at {

}

.table_head_ac {

}

.table_body_a {
    background-color: #B5B5B5;
    height: 50px;
}

.table_body_b {
    background-color: #ffffff;
    height: 50px;
}

.button_text {
    color: white;
}

.footer-style {
    background-color: #b5b5b5;
    margin-top: 20px;
    min-height: 25px;
    padding-bottom: 15px;
    padding-top: 25px;
    /*position:absolute;
    bottom:0;
    width:100%;*/
}

.req_field {
    color: #FF213E;
    font-size: medium;
}

.rgt {
    float: right !important;
}

.search_input {
    width: 160px !important;
    height: 40px !important;
    margin-right: 10px !important;
}

.logout {
    color: red;
}

.user {
    color: #fff
}

.lead_bg {
    background-color: #FB8A2C !important;
    color: #ffffff !important;
    border-radius: 4px;
}

.slide-image {
    height: 320px !important;
    width: 100% !important;
}

.dis_product {
    height: 150px;
    width: 100%;
    border-radius: 4px;
}

.product_content {
    border: 2px solid #f5f5f5;
    margin: 12px !important;
    padding: 10px 10px 6px 10px !important;
    width: 22% !important;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .product_content {
        border: 2px solid #f5f5f5;
        margin: 12px !important;
        padding: 10px 10px 6px 10px !important;
        width: 92% !important;
        border-radius: 4px;
    }
}

.product_content:hover {
    border-bottom: 2px solid #FB8A2C;
    /*border-radius: 4px;*/
}

.pro_info {
    background-color: #fff;
    border-top: 1px solid #DFDFDF;
    margin-top: 4px;
    padding-top: 5px;
    text-align: center;
}

.current_img {
    height: 50px;
    width: 50px;
    float: right;
    margin-top: -25px;
    margin-right: 100px;
    border: 1px solid #f5f5f5;
}

.qty_fld {
    height: 34px !important;
    font-size: 15px !important;
}

.pro_nm {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
}

.pro_nm:hover {
    text-decoration: none;
    color: #333333;
}

.cen {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.inv_status {
    margin-left: 13px;
    font-size: 26px;
    width: 65%;
}

@media (max-width: 767px) {
    .inv_status {
        margin-left: 13px;
        font-size: 18px;
        width: 100%;
    }
}

.tran_filed {
    padding: 5px !important;
    width: 133px;
}
.tran_padd{
    padding:10px 1px;
}
.margb50{
   margin-bottom: 50px;
}

