@import url("buttons.css");
@import url("check-radio-btns.css");
@import url("select-box/select-box.css");
@import url("popups.css");
@import url("custom.css");
@import url("ordernew.css");
@import url("queries.css");
@import url("responsive.css");
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
  

.carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%)  !important;
}
@font-face {
    font-family: 'SFProText';
    src: url('../fonts/sf_ui_text_regular-webfont.woff2') format('woff2'),
    url('../fonts/sf_ui_text_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
}



div.up-arrow {
    display: inline-block;
    position: absolute;
    background: white;
    color: black;
    font-family: OpenSans;
    text-decoration: none;
    width: 185px;
    height: 175px;
    margin-left: 20px;
    margin-top: 15px;
    border: solid 1px yellow;
    text-align: left;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 1px 5px 1px #d7d7e1;
    border: solid 1px #d7d7e1;

}


div.up-arrow:before {
    content: '';
    display: block;
    position: absolute;
    left: 19px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 11px solid #d7d7e1;
    border-top: 11px solid transparent;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    /*border-color: antiquewhite;*/
    /*border: solid 1px yellow;*/

}

div.up-arrow:after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid white;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    /*border-color: antiquewhite;*/
    /*border: solid 1px yellow;*/

}


div.up-arrow1 {
    display: inline-block;
    position: absolute;
    background: white;
    color: black;
    font-family: OpenSans;
    text-decoration: none;
    width: 177px;
    height: 85px;
    margin-left: 63px;
    margin-top: 15px;
    border: solid 1px yellow;
    text-align: left;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 1px 5px 1px #d7d7e1;
    border: solid 1px #d7d7e1;
    right:10px;

}


div.up-arrow1:before {
    content: '';
    display: block;
    position: absolute;
    left: 146px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 11px solid #d7d7e1;
    border-top: 11px solid transparent;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    /*border-color: antiquewhite;*/
    /*border: solid 1px yellow;*/

}

div.up-arrow1:after {
    content: '';
    display: block;
    position: absolute;
    left: 147px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid white;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    /*border-color: antiquewhite;*/
    /*border: solid 1px yellow;*/

}

.up-arrow1 > .row{
    margin-left: -7px;
    margin-right: -7px;
}

.inventoryEditOptionHeight1{
    height: 32px;
    font-size: 12px;
}


.inventoryEditOptionHeight1:first-child{
    /*margin-top: 3x;*/
}

.inventoryEditOptionHeight1 > a {
    text-decoration: none;
    color: #0a0a14;
    font-family: OpenSans;
}

.inventoryEditOptionHeight1:hover{
    background-color: #f5f7fa;
    overflow: hidden;
    /*width:187px;*/

}


.inventoryEditOptionHeight1 > a > div {
    text-decoration: none;
    padding-top: 0px;
    color: #0a0a14;
    font-family: OpenSans;
    padding-top: 6px;

}




.greenDotInventory {
    height: 5px;
    width: 5px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
    /*margin-right: 30px;*/
    /*margin-bottom: 2px;*/
    margin-top: 12px;

}

.clockInventory {
    display: inline-block;
    /*margin-right: 30px;*/
    color: #ffc638;
    /*width:20px;*/
    margin-top: 10px;
}

.up-arrow > .row{
    margin-left: -7px;
    margin-right: -7px;
}


.inventoryEditOptionHeight{
    height: 32px;
    font-size: 12px;
}


.inventoryEditOptionHeight:hover{
    background-color: #f5f7fa;
    overflow: hidden;
    /*width:187px;*/

}

.inventoryEditOptionHeight:first-child{
    margin-top: 5px;
}

.inventoryEditOptionHeight:last-child{
    border-top:solid 1px #e9edf8;
}

.inventoryEditOptionHeight > div >i {
    padding-left: 5px;
}

.inventoryEditOptionHeight > a {
    text-decoration: none;
    color: #0a0a14;
    font-family: OpenSans;
}

.inventoryEditOptionHeight > a > div {
    text-decoration: none;
    padding-top: 10px;
    color: #0a0a14;
    font-family: OpenSans;
}

.inventoryEditOptionHeight > div {
    padding-top: 10px;
    color: #0a0a14;
}

.statusButton:hover{
    background-color: white !important;
}


.statusButton:hover .downArrowStatus{
    display: inline !important;
}

.statusButton:focus .downArrowStatus{
    display: inline !important;
}

.dropd{
    display: none;
    position: absolute;
    width: 72px !important;
    border-radius: 4px;
    background-color: white;
    border: solid 1px  #d7d7e1;
}

.dropd > div{
    padding: 10px;
    width: 72px;
    text-align: left !important;
}

.dropd > div:hover{
    border: solid 1px  #d7d7e1;
    background-color:  #d7d7e1;
}

.showDiv{
    display: block;
}

.catalogueDropdown{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */

}

.catalogueDropdown:hover{
    background-color: #f5f7fa;

}

.catalogueDropdown >a:hover{
    background-color: #f5f7fa;
    text-decoration: none;
    color: #0a0a14;

}


.catalogueDropdown > a{
    text-decoration: none;
    font-family: OpenSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #0a0a14;
}

.catalogueDots{
    border: 1px solid #fff;
}
.catalogueDots:active{
    border: 1px solid #2350f5;
}
.catalogueDots:hover{
    border: 1px solid #2350f5;
}


.catalogueDots:focus{
    border: 1px solid #2350f5;
}
.catalogueDots:visited{
    border: 1px solid #2350f5;
}

.closeButton{
    padding-right: 15px;
    float:right;
    font-size: larger;
    font-weight: normal;
    margin-top: -3px;
    cursor: pointer;
}


.helpTrazoo{
    position: absolute;
    margin-top: -10px;
    /*background-color: red;*/
    /*width: 280px;*/
    padding: 10px;
    right: 3%;
    display: none;
}

.helpTrazooContent{
    background-color: white;
    /*padding: 10px;*/
    cursor: default;
    height: 186.2px;
    width: 280px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
}

.helpParent{
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.helpTrazooHeader{
    /*width: 153px;*/
    height: 14px;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #0a0a14;
    margin-left: 24px;
    padding-top: 21px;
}

.helpTrazooHeader > span {

    padding-right: 15px;
    float: right;
    font-size: larger;
    font-weight: normal;
    margin-top: -3px;
}

.helpTrazooInnerText{
    /*width: 153px;*/
    height: 14px;
    font-family: OpenSans;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.2px;
    text-align: left;
    text-align: left;
    color: #0a0a14;
    padding-top: 15px;
    margin-left: 24px;

    -webkit-touch-callout: default; /* iOS Safari */
    -webkit-user-select: text; /* Safari */
    -khtml-user-select: text; /* Konqueror HTML */
    -moz-user-select: text; /* Firefox */
    -ms-user-select: text; /* Internet Explorer/Edge */
    user-select: text; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.helpTrazooMobileNumber{
    font-weight: 600;
}

.helpTrazooEmailId{
    font-weight: 600;
    letter-spacing: normal;
    color: #2350f5;
}


.helpTrazooGotIt{
    margin-top: 72px;
    right: 24px;
    position: absolute;
    height: 28px;
    width: 72px;
    border-radius: 2px;
    background-color: #2350f5;
    border: none;
    color: white;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: center;
}

.arrow-up {

    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
    position: absolute;
    right: 40px;
    top: 0px;

}





.dojWidth{
    min-width: 125px;
}

.leftSpacingforVerification{
    padding-left: 25px !important;
}

.textColorAdminNav {
    color: #ffffff !important;
    font-weight: 600 !important;
    opacity: 1 !important;
}

.textColorUserNav {
    color: #234bbe !important;
    opacity: 1 !important;
}

.widthOfTdTh > thead > tr > th{
    padding-left: 20px !important;
    padding-right: 20px !important;




}

.widthOfTdTh > tbody > tr > td{
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}


/* CSS For Login Page */

.backgroundColor{
    height: 100vh;
    /* background: url("../images/seller_portal_bg.png"); */
    color: #000000;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}


.divPosition {
    width: 35%;
    min-height: 65%;
    max-height: 80%;
    background-color: transparent;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.login-box {
    width: 397px;
    margin: auto;
    font-family: OpenSans;
}
.login-box  h2 {
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    color: #0a0a14;
    height: 49px;
    margin: 12px 0;
}
.login-box h4{
    font-size: 13px;
    font-stretch: normal;
    line-height: 1.77;
    text-align: center;
    color: #0a0a14;
    margin: 0 0 30px 0;
}

.login-box .form-group label{
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #0a0a14;
    margin-bottom: 8px;
}
.login-box form {
    padding: 0 38.5px;
}
.login-wp h1{
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #2350f5;
    padding: 40px 0 15px 41px;
    margin: 0;
}
.mb--24{
    margin-bottom: 24px !important
}
.mb--0{margin-bottom: 0 !important}
.buttonFeatures:hover{background-color: #1e42c8;}
.rmab {
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    text-align: left;
    color: #0a0a14;
    position: relative;
    top: -3px;
    left: 3px;
    margin-bottom: 15px;
}
.btn-reg {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #e6e6ea;
    color: #2350f5;
    transition: all 0.3s;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.btn-reg:hover {
    border: solid 1px #2350f5;
}
.mtb--15{margin: 15px 0}
.login-box .form-group{
    margin-bottom: 9px;
}
.login-box .form-group input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #d7d7e1;
    color: #0a0a14 !important;
    font-size: 12px !important;
    padding: 13px 12px;
    box-shadow: none;
    background-color: #ffffff !important;
}
.login-box .forgot_Passoword a {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.09;
    text-align: right;
    color: #73737d;
    float: right;
    margin-top: 3px;
}
.titleOnTopLeft{

    font-family: OpenSans;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    margin-top: 40px;
    margin-left: 56px;
    color: #2350f5;
}

.loginPanelHeading{

    font-family: OpenSans;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    color: #0a0a14;
    padding-top: 5%;
    padding-bottom: 7px;
}

.textBelowLoginPanelHeading{
    font-family: OpenSans;
    font-size: 13px;
    line-height: 1.77;
    text-align: center;
    color: #0a0a14;
    padding-bottom: 10%;
}

.inputLabel{
    font-family: OpenSans;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    float: left;
    color: #0a0a14;
    padding-left: 15px;
}

.forgotPassoword{
    font-family: OpenSans;
    font-size: 11px;
    line-height: 1.09;
    text-align: right;
    color: #73737d;
}

.aligntoLeft{
    padding-left: 5px !important;
}
.buttonFeatures{
    width:100%;
    background-color: #2350f5;
    border: none;
    padding: 10px;
    /*margin-bottom: 10px;*/
    color: white;
    border-radius: 5px;
    transition: all 0.3s;
}

.buttonFeaturesRegister{
    width:100%;
    background-color: whitesmoke;
    border: none;
    padding: 10px;
    margin-bottom: 10px;
    /*margin-top: 10px;*/

    color: #2350f5;
    border-radius: 5px;

}

.buttonSurrounding{
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left:0px !important;
    padding-right:0px  !important;
}

.linkColor{
    text-decoration: none;
    color: #000000;
}

.linkColor:hover{
    text-decoration: none;
    color: #000000;
}

.buttonSurrounding{
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left:7px;
    padding-right:7px;
    text-decoration: none;
    color: #000000;

}

.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    padding-top: 15px;
    transform: translatex(-50%);

}

.backgroundColorRegister{
    background-color: #f6f8fd;
    /*min-height: 100vh;*/
    /*max-height: 150vh;*/
    min-height: 120vh;
    padding-top: 32px;
}

.extraVerticalSpace{
    margin-top: 10%;
}

.divPositionRegister {
    width: 35%;
    min-height: 65%;
    max-height: 100%;
    background-color: white;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 5%;
    padding-top:5%;

}

.divPositionNewRegister {
    width: 502px;
    border-radius: 10px;
    background-color: #ffffff;
    border: solid 1px #e9edf8;
    margin: auto;

}
.mar--0{margin: 0 !important}
.padlr--14{padding: 0 14px!important;}
.mb--8{margin-bottom: 8px !important;}
.mb--16{margin-bottom: 16px !important;}
.divPositionNewRegister form{margin-bottom: 0}
.devider-line{
    height: 1px;
    background: #eee;
    width:100%;
    float: left;
    margin: 5px 0;
}
.box-cen{
    padding: 40px 90px 0;
}
.divPositionNewRegister label {
    color: #0a0a14;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 8px;
}
.divPositionNewRegister .form-group{
    margin-bottom: 24px;
}
.divPositionNewRegister .form-group .form-control {
    border-radius: 5px;
    border: solid 1px #d7d7e1;
    color: black;
    height: 40px;
    box-shadow: none;
}
.divPositionNewRegister .otp-box{
    display: inline-block;
    width: 40px;
    margin-right: 8px;
    border: 1px solid #d7d7d1;
    border-radius: 4px;
    height: 40px;
}
.divPositionNewRegister .inputWithButton {
    border-radius: 5px;
    border: solid 1px #d7d7e1;
    color: #aaaab4;
    height: 40px;
    box-shadow: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

}
.divPositionNewRegister .buttonAfterInput{
    width: 56px;
    height: 40px;
    border-radius: 4px;
    background-color: #f6f8fd;
    border: solid 1px #d7d7e0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #0a0a14;
    top: 0px;
    position: absolute;
}
.errorText{
    color: red;
    font-size: smaller;
}
.fw{
    width: 100% !important
}
.btn-blue {
    border: none;
    min-width: 88px;
    height: 32px;
    border-radius: 4px;
    padding: 0 20px;
    background-color: #2350f5;
    box-shadow: none;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    line-height: 32px;
}
.divPositionNewRegister .btn-sub:hover, .btn-blue:hover {
    background-color: #1e42c8;
    color: #fff;
}
.divPositionNewRegister .btn-sub{
    width: 88px;
    height: 32px;
    border-radius: 4px !important;
    background-color: #2350f5;
    color: #fff;
    position: absolute !important;
    right: 3px;
    top: 4px;
    z-index: 9 !important;
}
.inputWithButton{
    width: 82.8%;
    /*display: block;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-right: 0px !important;
}



.buttonAfterInput{
    width: 20%;
    height: 34px;
    margin-left: -5px !important;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border: none;
}




.hidden-div {
    display:none
}


.required label:first-child:after {
    color: #e32;
    content: ' *';
    display:inline;
}
.mb--30{margin-bottom: 30px !important}
.mt--32{margin-top: 32px !important;}
.btn-otp{
    width: 120px;
    height: 40px;
    border-radius: 4px;
    background-color: #2350f5;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-top: 24px;
}
.Didnt-get-a-code {
    width: 107px;
    height: 23px;
    font-family: OpenSans;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.77;
    letter-spacing: normal;
    text-align: center;
    color: #2350f5;
}


/*---------new register page ------------*/
header.userregister {
    box-shadow: 0 0 3px 0 rgba(10, 10, 20, 0.13);
    float: left;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #fff;
}
header.userregister .navbar-nav > li {
    float: none;
    display: inline-block;
}
header.userregister .navbar-nav{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 17px;
}
header.userregister .left-text{
    letter-spacing: 0.5px;
    text-align: left;
    color: #2350f5;
    text-decoration: none;
    margin-left: 41px;
    font-size: 20px;
}
header.userregister .left-text:hover{
    color: #333;
}
header.userregister h2{
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    color: #0a0a14;
    line-height: 80px;
    margin: 0;
}
header.userregister .login-btn{
    font-size: 12px;
    text-align: right;
    color: #2350f5;
    float: right;
    margin-right: 41px;
    text-decoration: none;
}
/*-------------Forgot password------------*/
.t-box{
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px #d7d7e1;
    box-shadow: none;
    display: inline-block;
}
.lab-b{
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #0a0a14;
    margin-bottom: 8px;
}
.for-pass{
    width: 502px;
    padding: 40px 80px;
    margin-top: 120px !important;
}
.fixed_header_fp{position: fixed; z-index: 999;}
.forgot-pass-heading {
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    color: #0a0a14;
}
.forgot-pass-txt{
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    color: #0a0a14;
}
.btn-otp:hover {
    background-color: #1e42c8;
}
.l-alink {
    line-height: 80px !important;
    padding: 0 15px !important;
}
.mt--13 {
    margin-top: 13px;
}
.mt--80 {
    margin-top: 80px;
}
#app-navbar-collapse .nav-item.active a{
    font-weight: 600;
    color: #0a0a14;
}
.btnnext{
    width: 88px;
    height: 32px;
    border-radius: 4px;
    background-color: #2350f5;
    border:0;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 31px;
    text-align: center;
}
.btnnext:hover{
    background-color: #1e42c8;
}
.btnback{
    width: 88px;
    height: 32px;
    border-radius: 4px;
    border: solid 1px #73737d;
    font-size: 12px;
    font-weight: normal;
    line-height: 31px;
    text-align: center;
    color: #73737d;
    background: #fff;
}
.btnback:hover{
    border-color: #1e42c8;

}

/* CSS For Login Page */


.widthOfTdTh > thead > tr > th{
    padding: 20px !important;

}

.widthOfTdTh > tbody > tr > td{
    padding: 25px !important;

}

.backgroundColor{
    height: 100vh;
    background-color: white;
    color: #000000;
}


.divPosition {
    width: 35%;
    min-height: 65%;
    max-height: 80%;
    background-color: transparent;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}




.titleOnTopLeft{

    font-family: OpenSans;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    margin-top: 40px;
    margin-left: 56px;
    color: #2350f5;
}

.loginPanelHeading{

    font-family: OpenSans;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    color: #0a0a14;
    padding-top: 5%;
    padding-bottom: 7px;
}

.textBelowLoginPanelHeading{
    font-family: OpenSans;
    font-size: 13px;
    line-height: 1.77;
    text-align: center;
    color: #0a0a14;
    padding-bottom: 10%;
}

.inputLabel{
    font-family: OpenSans;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    float: left;
    color: #0a0a14;
    padding-left: 15px;
}

.forgotPassoword{
    font-family: OpenSans;
    font-size: 11px;
    line-height: 1.09;
    text-align: right;
    color: #73737d;
}

.aligntoLeft{
    padding-left: 5px !important;
}
.buttonFeatures{
    width:100%;
    background-color: #2350f5;
    border: none;
    padding: 10px;
    /*margin-bottom: 10px;*/
    color: white;
    border-radius: 5px;
}

.buttonFeaturesRegister{
    width:100%;
    background-color: whitesmoke;
    border: none;
    padding: 10px;
    margin-bottom: 10px;
    /*margin-top: 10px;*/

    color: #2350f5;
    border-radius: 5px;

}

.buttonSurrounding{
    margin-bottom: 10px;
    margin-top: 10px;
}

.linkColor{
    text-decoration: none;
    color: #000000;
}

.linkColor:hover{
    text-decoration: none;
    color: #000000;
}

.buttonSurrounding{
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left:0px;
    padding-right:0px;
    text-decoration: none;
    color: #000000;

}

.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    padding-top: 15px;
    transform: translatex(-50%);

}

.backgroundColorRegister{
    background-color: #f6f8fd;
    /*min-height: 100vh;*/
    /*max-height: 150vh;*/
    min-height: 120vh;
}

.extraVerticalSpace{
    margin-top: 10%;
}


.divPositionNewRegister {
    width: 500px;
    background-color: white;
    margin: 0 auto;
    border-radius: 10px;
    border: solid 1px #e9edf8;
}

.errorText{
    color: red;
    font-size: smaller;
}

.inputWithButton{
    width: 80%;
    /*display: block;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-right: 0px !important;
}



.buttonAfterInput{
    width: 20%;
    height: 34px;
    margin-left: -5px !important;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border: none;
}




.hidden-div {
    display:none
}


/* missing screen */
.missing-screen-main-content {
    margin-top: 115px;
}
.missing-screen-svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    height: 15%;
}
.missing-screen-text {
    font-family: OpenSans;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0a0a14;
}


/*CCS By Ajay*/

.input-box{
    position: relative;
}
.unit{
    font-size:14px;
    top: 10px;
    position: absolute;
    left:5px;
    z-index: 8;
}


.hide_dropdown
{
    display: none;
}

.successfully-text{
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #0a0a14;
    padding: 0 7rem;
    margin: 20px 0 35px;
}
.iconSize{                       /* for icon on successfully registration user By - Ramesh Kumar */
    font-size: 50px;
}
.full-circle {                   /* for circle on successfully registration user By - Ramesh Kumar */
    background-color: rgba(216, 255, 212, 0.23);
    border: solid 1px #4eba41;
    height:80px;
    width:80px;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    margin:40px 200px;
    color: #56be4b;
    padding-top:20px;
    font-size: 30px;
}

.full-circle i{font-size: 42px !important}
#disabledRadioButton {         /* for show disabled radio button on page reload (add-product) By - Ramesh Kumar*/
    border: 1px solid rgb(205, 208, 218);
    cursor: not-allowed;
}
.CongMessage {                 /* customization congratulation on new user page (user reg) By - Ramesh Kumar  */
    font-size: 28px;
    font-weight: normal;
    font-family: OpenSans;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.32;
    letter-spacing: normal;
    color: #0a0a14;
}

.errorMessage{
    font-size: small;
    color: red;
}

.Oval2 {
    width: 6px;
    height: 6px;
    background-color: #56be4b;
}
.card-img-top{
    object-fit: contain;
    height: -webkit-fill-available;
    height: 172px !important;
}
/*30-03-2018*/
.fw{width:100%; display:inline-block}
.userdashboard_nav {
    /* background: #000a66; */
    background: #000533;
    padding: 5px 24px;
    min-height: 48px !important;
    border-bottom: 1px solid #21db02 !important;
}
.userdashboard_nav ul li{margin-left: 20px; line-height: 48px;}
ul.border_line > li{margin-left: 0;}
ul.border_line {right:10px !important}
.userdashboard_nav ul li:first-child{margin-left: 0px}
.userdashboard_nav ul li a{color: #fff; text-decoration: none;}
.userdashboard_nav ul li:first-child a{line-height: 48px}
.userdashboard_nav ul li a.btn-wb {
    border: 1px solid #fff;
    padding: 0 12px;
    border-radius: 3px;
    margin: 10px 0;
    height: 28px;
    display: inline-block;
    line-height: 27px;
    font-size: 12px;
}
.userdashboard_nav ul li a.btn-wb:hover{
    background: #fff;
    color: #234bbe;
    font-size: 12px;
}
.userdashboard_nav ul li .helpParent{
    line-height: 48px;
}
.userdashboard_nav ul li.helpParent{
    line-height: 48px;
}
.userdashboard_nav ul li.helpParent a i{
    color: #fff;
}
.userdashboard_nav .user-profile{
    line-height: 48px;
}
.img-round48{width: 48px; height: 48px; border-radius: 50%; display: inline-block;}
.userdashboard_leftnav ul li a:hover {
    color: #2350f5 !important;
}
.userdashboadr-header-heading{
    color: #0a0a14;
    font-size: 18px;
    margin-top: 20px;

}
.checkhere.activeUserNav a{
    color: #234bbe !important;
    opacity: 1 !important;
}
.inline-block{display: inline-block;}
.f-w{width: 100% !important}
.back-btn-b {
    height: 32px;
    min-width: 88px;
    border-radius: 4px;
    border: solid 1px #73737d;
    color: #73737d;
    background: transparent;
}





/*updated my ramesh*/

.iconSize {                       /* for icon on successfully registration user (add-product) By - Ramesh Kumar */
    font-size: 50px;
}
.full-circle {                   /* for circle on successfully registration user (add-product) By - Ramesh Kumar */
    background-color: rgba(216, 255, 212, 0.23);
    border: solid 1px #4eba41;
    height:80px;
    width:80px;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    margin:20px 210px;
    color: #56be4b;
    padding-top:20px;
    font-size: 30px;
}

#disabledRadioButton {         /* for show disabled radio button on page reload (add-product) By - Ramesh Kumar*/
    border: 1px solid rgb(205, 208, 218);
    cursor: not-allowed;
}
.CongMessage {                 /* customization congratulation on new user page (user reg) By - Ramesh Kumar  */
    font-size: 28px;
    font-weight: normal;
    font-family: OpenSans;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.32;
    letter-spacing: normal;
    color: #0a0a14;
}
.displayNone {               /* uses in add-product and new user reg. By - RG */
    display: none;
}

.dropdown {                /* uses for multiple select on add-product By RG */
    position: absolute;
    top:50%;
}

.dropdown dd,
.dropdown dt {
    margin: 0px;
    padding: 0px;
}

.dropdown ul {
    margin: -1px 0 0 0;
}

.dropdown dd {
    position: relative;
}

.dropdown a,
.dropdown a:visited {
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 12px;
}

.dropdown dt a {

    display: block;
    min-height: 25px;
    line-height: 38px;
    overflow: hidden;
    border: 0;
    width: 100%;
    margin-top: 5px;
}

.dropdown dt a span,
.multiSel span {
    cursor: pointer;
    display: inline-block;
    padding: 0 0px 0px 0;
}

.dropdown dd ul {
    color: #fff;
    display: none;
    left: 0px;
    padding: 2px 15px 2px 5px;
    position: absolute;
    top: 2px;
    width: 100%;
    list-style: none;
    height: 260px;
    overflow: auto;
    border-radius:5px!important;
    border : 1px solid #e9edf8;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
}

.dropdown dd ul li a:hover {
    background-color: #fff;
}

.input-box-for-product {
    width: 100%;
    border-radius: 4px;
    border: solid 1px #d7d7e0;
    height:40px;
}
.color-in-inputbox {
    width: 110px;
    font-family: OpenSans;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0a0a14;
    padding-left: 7px!important;
    border-radius: 1px;
    border-right: solid 1px #d7d7e0;
    line-height: 38px;
}
.alert-info {
    color:#0a0a14 !important;
    font-family: OpenSans;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal
}
.row dl {
    margin-bottom: 0px;
}
/* end multiple select */


.dropdown {                /* uses for multiple select on add-product By RG */
    position: absolute;
    top:50%;
}

/* for add another parameter */
.add-another-para-dropdown dd,
.add-another-para-dropdown dt {
    margin: 0px;
    padding: 0px;
}

.add-another-para-dropdown ul {
    margin: -1px 0 0 0;
}

.add-another-para-dropdown dd {
    position: relative;
}

.add-another-para-dropdown dt a span,
.multiSel span {
    cursor: pointer;
    display: inline-block;
    padding: 0 0px 0px 0;
}

.add-another-para-dropdown dd ul {
    color: #fff;
    display: none;
    left: 0px;
    padding: 2px 15px 2px 5px;
    position: absolute;
    top: 2px;
    list-style: none;
    overflow: auto;
    width: 30%;
    border-radius: 6px;
    background-color: #ffffff;
    border: solid 1px #e9edf8;
}

.add-another-para-dropdown span.value {
    display: none;
}

.add-another-para-dropdown dd ul li a {
    padding: 5px;
    display: block;
}

.add-another-para-dropdown dd ul li a:hover {
    background-color: #fff;
}
/* ----------------------------- */
/* The container */
.trazoo-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #0a0a14;
    border-radius: 2px!important;
}

/* Hide the browser's default checkbox */
.trazoo-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.trazoo-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: white;
    border : 1px solid #ccc;
    border-radius: 2px!important;
}

/* On mouse-over, add a grey background color */
.trazoo-checkbox:hover input ~ .trazoo-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.trazoo-checkbox input:checked ~ .trazoo-checkmark {
    background-color: #2350f5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.trazoo-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.trazoo-checkbox input:checked ~ .trazoo-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.trazoo-checkbox .trazoo-checkmark:after {
    left: 4px;
    top: 0px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* missing screen */
.missing-screen-main-content {
    margin-top: 115px;
}
.missing-screen-svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    height: 15%;
}
.missing-screen-text {
    font-family: OpenSans;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0a0a14;
}
.error-m{
    height: 30px;
    width: 600px !important;
    font-size: 12px;
    margin: 20px auto -10px;
}
.Rectangle--bg{
    border-radius: 6px;
    background-color: #ffffff;
    border: solid 1px #e9edf8;
    padding: 15px;
    display: inline-block;
    width: 100%;
}
.Welcome-Rimpy{font-size: 24px;
    color: #0a0a14; text-align: center;}
.Lets-get-you-started{
    text-align: center;
    color: #73737d;
    line-height: 1.5;
}
.btn-cc{
    margin:15px auto;
    min-width: 112px;
    height: 40px;
    line-height: 40px;
    background-color: #2350f5;
    border: none;
    padding: 0 20px;
    color: white;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
}
.btn-cc:hover{
    color: #fff;
    text-decoration: none;
}
ul.border_line > li:last-child{border-bottom:0}
.Screen-Shot-2017-12-25-at-33958-PM {
    width: 156px;
    height: 181px;
    display: inline-block;
    background:url('../images/flag.jpg');
    margin-top: 58px;
}
.pad-l5{padding-left:5px !important}
.sz{
    font-size: 16px !important;
    color: #a7b7e5 !important;
    margin-right: 10px;
}
.pad-0{padding: 0 !important}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{line-height:27px}


/* The login checkbox-css*/
.checkmark-bg {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    line-height: 14px;
    margin-top: 5px;
}

/* Hide the browser's default checkbox */
.checkmark-bg input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #d6d6d6 !important;
}

/* On mouse-over, add a grey background color */
.checkmark-bg:hover input ~ .checkmark {
    background-color: #d6d6d6;
}

/* When the checkbox is checked, add a blue background */
.checkmark-bg input:checked ~ .checkmark {
    background-color: #2196F3;
    border-color: #2196f3 !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */
.checkmark-bg input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkmark-bg .checkmark:after {
    left: 3px;
    top: -1px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
table.variants-table .variants-input-box{margin: 0;}
table.variants-table .variants-text {padding: 10px 5px;}
.col-at .card-home:nth-child(3n){margin-right:0}
.other-catalog-wp {
    margin-top: 18px;
    display: inline-block;
    width: 100%;
    border-radius: 6px;
    background-color: #ffffff;
    border: solid 1px #e9edf8;
    padding: 16px 25px;
}
.border-bottom {
    border-bottom: 1px solid #d7d7e1;
}
.other-catalog-wp .card:nth-child(4n){margin-right: 0 !important}
.card-image {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.other-catalog-wp .card .carousel{height: 100%}
.img-wp-landing {
    text-align: center;
    margin: 18px auto;
    display: inline-block;
    width: 100%;
}
.img-wp-landing .img {
    width: 147px;
    height: 78px;
    display: inline-block;
    overflow: hidden;
}
.img-wp-landing p {
    color: #4a4a4a;
    font-size: 13px;
    margin-top: 11px;
}
.mb--60{margin-bottom:60px !important}
.userdashboard_nav ul li .col-md-12 a {
    color: #0a0a14;}
.mb--0{margin-bottom:0 !important}

.card-title {
    padding: 0 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
}
/*-----------Start DD with 3 dot ----------------*/
.tdot_dd .dropdown a{
    color: #aaaab4;
    font-size: 16px;
    border: 1px solid transparent;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    border-radius: 3px;
    float: right;
}
.tdot_dd .dropdown a i{
    color: #aaaab4;
    top: 5px;
    left: 3px;
    font-size: 15px;
}
.tdot_dd .dropdown {
    margin-left: 15px;
    float: right;
}
.tdot_dd .dropdown a:hover i{
    color: #2350f5;
}
.tdot_dd .dropdown.open a i{
    color: #2350f5;
}
.tdot_dd .dropdown.open a, .tdot_dd .dropdown a:visited, .tdot_dd .dropdown a:hover {
    color: #2350f5;
    border: 1px solid #2350f5;
    background: transparent;
}
.tdot_dd ul.dropdown-menu {
    float: right;
    position: absolute;
    left: -134px;
    top: 38px;
    border-radius: 2px;
    box-shadow: 0 1px 5px 1px #d7d7e1;
    background-color: #ffffff;
    border: 0;
}
.tdot_dd ul.dropdown-menu li{
    margin-right: 0 !important;
    width: 100%;
}
.tdot_dd ul.dropdown-menu li a{
    margin: 0;
    width: 100%;
    font-size: 12px;
    text-align: left;
    border: 0 !important;
    color: #0a0a14 !important;
    padding: 10px 15px;
    position: relative;
    float: left;
    line-height: inherit;
    height: auto;
}
.tdot_dd ul.dropdown-menu:after {
    top: -14px;
    right: 8px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    margin-left: -7px;
}
.tdot_dd ul.dropdown-menu:before {
    top: -17px;
    right: 7px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #f6f6f9;
    border-width: 8px;
    margin-left: -8px;
}
.cancle_btn_n {
    min-width: 88px;
    height: 28px;
    border-radius: 3px;
    background-color: transparent;
    text-align: left;
    font-family: OpenSans;
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #2350f5;
    border: 1px solid #2350f5;
    float: right;
    margin-right: 24px;
}
.gcbtn{
    border-color: #73737d;
    color: #73737d;
}
.dis_b{display: block !important;}
/*--------Conection section css---------*/
ul.nav.nav-tabs.tab-links-connection {
    border-bottom: 1px solid rgb(215, 215, 225);
    float: left;
    width: 100%;
    background-color:#21db02;

}
.bb-0{border-bottom: 0 !important}
ul.nav.nav-tabs.tab-links-connection > li.active > a, ul.nav.nav-tabs.tab-links-connection > li.active > a:hover,
ul.nav.nav-tabs.tab-links-connection > li.active > a:focus {
    font-size: 11px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    border: 0;
    border-bottom: 2px solid #2350f5;
    color: #1c62fd;
    background: transparent;
    padding: 10px 15px 10px;
}
ul.nav.nav-tabs.tab-links-connection > li:hover > a, ul.nav.nav-tabs.tab-links-connection > li:hover > a:hover,
ul.nav.nav-tabs.tab-links-connection > li:hover > a:focus {
    border: 0;
    border-bottom: 2px solid #2350f5;
    color: #1c62fd;
}
ul.nav.nav-tabs.tab-links-connection > li > a {
    margin-right: 2px;
    line-height: inherit;
    border: 0;
    border-radius: 0;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    color: #0a0a14;
    padding: 10px 15px 10px;
}
.w-auto{width:auto !important}
.content-bot-links {
    width: 500px;
    margin: 5px auto;
    font-size: 12px;
    color: #737373;
    line-height: 18px;
    padding: 0 0.5rem;
}
.content-bot-links p{
    margin: 0;
}
.content-bot-links p a{
    color: #2350f5;
    margin-right: 5px;
}
.d-none{
    display: none;
}
.btn-th-b {
    min-width: 142px;
    height: 32px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #2350f5;
    color: #2350f5;
    display: inline-block;
    margin: 14px auto;
    font-size: 12px;
    font-weight: 600;
    float: none;
    padding: 0 10px;
    line-height: 32px;
    text-decoration: none;
}
.btn-th-b:hover{opacity: 0.8; text-decoration: none; color: #2350f5;}
.number-notification{
    position: absolute;
    background: #ffbd18;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 1px 2px #696969;
}
.border-radius-0{border-radius: 0 !important}
.quenty-sml{ font-size: 12px; color: #73737d; margin-left: 5px; }
.dv-l {
    background: #e9edf8;
    height: 1px;
    margin: 16px 0;
    display: inline-block;
    width: 100%;
}
.clear-all-text-btn {
    color: #2350f5;
    text-decoration: none;
    font-size: 12px;
    margin: 6px 0 0 0;
    display: inline-block;
}
.headtxt .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f106";
    float: right;
    color: #505050;
    font-size: 16px;
}
.headtxt .accordion-toggle.collapsed:after {
    content: "\f107";
}
.ml-12{margin-left: 12px !important;}
.mt-10{margin-top: 10px !important;}
.collapsing {
    transition: height 0s !important;
}
.conn-tick-txt-btn {
    float: right;
    font-size: 11px;
    font-weight: 600;
    margin-top: 1px;
    margin-left: 15px;
    color: rgb(35, 75, 190);
}
.arright-arrow {
    font-family: 'FontAwesome';
    float: right;
    color: #505050;
    font-size: 16px;
    font-style: normal;
}
.arright-arrow:after {
    content: "\f107";
}
.mtb-5{margin-top: 5px !important; margin-bottom: 5px !important}
.arw.open .arright-arrow:after{content: '\f106'}
.no-notifi{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #ff606c;
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    border-radius: 2px;
    margin-left: 7px;
}
.three-dot-dwn ul.dropdown-menu.h-auto{height: auto;}
.three-dot-dwn ul.dropdown-menu.h-auto li, .three-dot-dwn ul.dropdown-menu.coupon li{float: left;}
.three-dot-dwn ul.dropdown-menu.h-auto li:last-child, .three-dot-dwn ul.dropdown-menu.coupon li:last-child{border-bottom: 0}
.delete-r-text {color: #ff606c;}
.coupon-checkbox{padding-left: 0 !important; margin:-6px 0 0 0;}
.three-dot-dwn ul.dropdown-menu.coupon {top: 38px; height: auto;}
.table_order th.no-r-border:after{display: none !important;}
.table_coupon td{border-color: #e9edf8 !important; vertical-align: middle !important;}
.mt-5{margin-top: 5px !important}
.table.table_coupon  > thead > tr > th{white-space: inherit;}
.w-40{width: 40px;}
.w-150{width: 150px}
.w-85{width: 85px}
.w-25{width: 25px}
.left_col.scroll-view{position: fixed;}
@media (min-width:768px) and (max-width: 1345px){
    .fonti--12 span.fa{font-size: 12px}
}

@media (min-width:768px) and (max-width: 1150px){
    .fonti--12 span.fa{font-size: 10px}
}
.color-in-inputbox {float: left;}
.multi-colour {
    float: left;
    width: 80%;
    height: 38px;
    overflow-y: auto;
}
.rating-space span span {
    margin-right: 3px;
}
.rating-space span:last-child span {
    margin-right: 0;
}
.selected-rating {
    color:gold;
}
.hide-html-element {
    display: none;
}
.guide-page .tab-content {
    margin-top: 15px;
    float: left;
    width: 100%;
}
.guide-page .tab-content h4.panel-title {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #0a0a14;
}
.guide-page  .panel-default > .panel-heading {
    color: inherit;
    background-color: transparent;
    padding: 25px 0;
}
.guide-page  .panel-default > .panel-heading a{
    text-decoration: none;
}
.guide-page h4.panel-title {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #0a0a14;
}
.guide-page .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #d7d7e1;
}
.guide-page  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
    padding: 1px 0 25px;
}
.guide-page .packaging-img-wp img{max-width: 100%; border-bottom: 14px solid #4e5255;}
.guide-page .guide-page-box h2.text-center{margin-bottom: 25px; font-size: 34px; color: #0a0a14;}
.guide-page .guide-page-box .img-shipment {margin: 1rem auto; width: 185px;}
.guide-page .guide-page-box .img-shipment img{width: 100px;}
.guide-page .guide-page-box .content-wp { text-align: left; font-size: 14px;   font-style: normal; line-height: 1.64;  color: #0a0a14;}
.guide-page .guide-page-box .content-wp p {margin-bottom: 32px;}
.guide-page .guide-page-box .content-wp h4 {font-size: 24px;}
.guide-page  .guide-faq-section p {
    text-align: left;
    font-size: 14px;
    font-style: normal;
    line-height: 1.64;
    color: #0a0a14;
    margin-bottom: 32px;
}
.guide-page  .guide-faq-section p strong {
    font-weight: 600;
    margin-bottom: -20px;
    display: block;
}
.guide-page  .guide-faq-section ul {
    padding: 0 15px;
    margin-top: -10px;
    position: relative;
    top: -8px;
}
.guide-page  .guide-faq-section ul li {
    display: inline-block;
    width: 100%;
}
.guide-page  .guide-faq-section h2 {margin-bottom: 0;}
.guide-page .guide-page-box ul.policies-ul li {margin-bottom: 5px; font-weight: 600; list-style: none;}
.guide-page .accordian-icon-plus {
    font-size: 38px;
    color: #0a0a14;
    float: right;
    margin-top: -13px;
}
.d-inline-block{display: inline-block !important;}
.box-accordian .panel-title > a:before {float: right; content:"-"; padding-right: 5px; font-size: 36px;
    top: -14px; position: relative;}
    .box-accordian .panel-title > a.collapsed:before {float: right; content:"+";}
    .box-accordian .panel-title > a:hover, .box-accordian .panel-title > a:active, .box-accordian .panel-title > a:focus  {text-decoration:none;}
    .box-accordian .panel-heading .panel-title a{font-size: 18px; display: block; line-height: normal; letter-spacing: 0.3px; color: #0a0a14; font-weight: 100;}
/*-------------Start 20-10-2018--------------------*/
.mt-0{margin-top: 0 !important}
.neworder-page p.txt-tp span{
  color: #aaaab4;
  width: 75px;
  display: inline-block;
}
.neworder-page .clbtn{ color: #2350f5; text-decoration: none; font-weight: 600; }
.neworder-page .img-box{width: 40px !important; height: 40px; background: #f1f1f1; display: inline-block; overflow: hidden;}
.neworder-page .img-box img{width: 100%;}
.mt-2{margin-top: 20px !important}
.neworder-page p.txt-tp{margin-bottom: 10px;}
.mb-10{margin-bottom:10px !important;}
.d-inline-block{display: inline-block !important}
.new-order-popup {
    border: 1px solid #e9edf8;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    height: 255px;
    overflow-y: scroll;
}
.new-order-popup ul li {
    border-bottom: 1px solid #e9edf8;
    padding: 15px;
    display: inline-block;
    width: 100%;
}
.mt-7{margin-top: 7px !important}
.p-0{padding: 0 !important}
.block{display: block !important}
.pl-0{padding-left: 0 !important}
.new-order-popup ul li p{ color: #0a0a14; margin-bottom: 0; font-weight: 600; }
.new-order-popup ul li p span{ color: #73737d; font-size: 12px; display: block; font-weight: normal; }
.new-order-popup ul li .iconred-box {
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 2px;
  background: #fff;
  border-radius: 3px;
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 30px;
  overflow: hidden;
}
.fade.no_animation{transition: opacity 0s linear;}
.new-order-popup ul li .iconred-box img{width: 100%;}
.post-theambg-btn{text-decoration: none;}
.post-theambg-btn:hover{opacity: 0.7; text-decoration: none; color: #fff;}