﻿/**
 * $Id: reset.css 6578 2016-07-23 10:04:58Z rajkumar.gupta $
 * @since    File available since Release 0.0.18
 * @fileversion  1  
 * Note: This is added for research module
 *
 */

*{ margin:0; padding:0;box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box;-webkit-appearance: none;;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height:normal;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a{
    text-decoration:none;
}
small{
    font-size:12px;
}
.bold{font-weight:600;}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Border radius */

.radius-4{
    border-radius:4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.radius-4-down{
    border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
}
/* text center */
.txt-center{text-align:center;}

/* anchor color */
a{
    color:#1190e0;
}

/* Floatings */
.push-left{
    float:left;
}
.push-right{
    float:right;
}

/* Overflow */
.overflow-dots{
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align:middle;
}
/* select 100 Added for get quote as per new css 10 June*/
.select-100 .select2-container{width: 100% !important;}

/* ::::::::::::::::::::::::::::::::: Overlay ::::::::::::::::::::::::::::::::*/

.overlay{
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0% 0%;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 12;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display:none;
    transition:ease all 0.8s;
}
.overlay-filter{
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: 12;
    top: 0px;
    left: 0px;
    display:none;
    transition:ease all 0.8s;
}

/* Sprite Iage */
.sprite-img{
    background:url(../images/sprite-icons.png) no-repeat;
    display:inline-block;
}

/* Margins and paddings */
.mt5{
    margin-top:5px;
}
.mt10{
    margin-top:10px;
}
.mt15{margin-top:15px;}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}

.mb5{
    margin-bottom:5px;
}
.mb10{
    margin-bottom:10px;
}
.mb20{
    margin-bottom:20px;
}

.ml5{
    margin-left:5px;
}
.ml10{
    margin-left:10px;
}
.mr5{margin-right:5px; }

.pd10{
    padding:10px;
}
.pd20{
    padding:20px;
}
.pt10{
    padding-top:10px;
}
.pt20{
    padding-top:20px;
}
.pt30{
    padding-top:30px;
}

.ptb20{
    padding:20px 0;
}
.ptb30{
    padding:30px 0;
}

/* headings */
.primary-heading{
    font-size:40px;
}
.seondary-heading{
    font-size:30px;
}
.tertiary-heading{
    font-size:24px;
}
.fourth-heading{
    font-size:18px;
}
.fifth-heading{
    font-size:16px;
}
.sixth-heading{
    font-size:14px;
}


/* Transitions */
.transitions{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Input fiedlds */
/*input:focus,input:hover,textarea:focus,textarea:hover,select:focus,select:hover{border:1px solid #DBD6D6;}*/
//input[type="submit"]{ border:0 }
.inp-filed{
    border:0px;
    width: 100%;
    height: 36px;
    padding: 0 24px 0 10px;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    -ms-border-radius:2px;
    font-family: Arial,Helvetica,sans-serif;
    background-color:#fff;
    box-shadow: inset 0px 1px 2px 1px #C5C5C5;
    -webkit-box-shadow: inset 0px 1px 2px 1px #C5C5C5;
    -moz-box-shadow: inset 0px 1px 2px 1px #C5C5C5;
    -o-box-shadow: inset 0px 1px 2px 1px #C5C5C5;
}
.error{border:1px solid red;}
input.error{border:2px solid #feb13f;}
.inp-desc-msg.error-msg{color:#feb13f;}
.form-fileds > li{margin-bottom:20px;}
.form-fileds > li:last-child{margin-bottom:0;}
.mandatory-field{position:relative;}
.form-fileds label{margin-bottom:5px;display:block;color: #333;}
.mandatory-field{position:relative;}
.mandatory-inp{position:absolute;right: 3px;top: 3px;color:#808184;display: block;font-size: 20px;font-style:normal;}
.error-msg input{border:1px solid #ff5353;}
.error-msg span{color:#ff5353;font-size:12px;}
.error-msg i{color:#ff5353;}

/* ie close mark */
.inp-filed::-ms-clear,.search-page-inp::-ms-clear {
    display: none;
}

/* input placeholder colors*/

.inp-filed::-webkit-input-placeholder,.query-coment-box::-webkit-input-placeholder,.search-page-inp::-webkit-input-placeholder {
    color: #ccc;
}
.inp-filed::-moz-placeholder,.query-coment-box::-moz-placeholder,.search-page-inp::-moz-placeholder {
    color: #ccc;
}
.inp-filed:-ms-input-placeholder,.query-coment-box:-ms-input-placeholder,.search-page-inp:-ms-input-placeholder {
    color: #ccc;
}

.response-inp::-webkit-input-placeholder{
    color:rgba(255,255,255,0.2);
}
.response-inp::-ms-input-placeholder{
    color:rgba(255,255,255,0.2);
}
.response-inp::-moz-input-placeholder,.response-inp:-moz-input-placeholder{
    color:rgba(255,255,255,0.2);
}

/*** Button Styles ***/
/* Buttons */
.primary-btn,.secondary-btn,.thrid-btn,.buy-btn,.sell-btn,.disable-btn,.fourth-btn{
    color:#fff;
    font-size:12px;
    padding: 8px 16px 6px;
    border:none;
    cursor:pointer;
    display:inline-block;
    text-transform:uppercase;
}
.primary-btn.small,.thrid-btn.small{padding:6px 10px 4px;font-size:12px;}
.primary-btn-link{
    display:inline-block;
    text-align:center;
    color:#fff;
}
.primary-btn{
   /* background-color:#0d57a0;
    border-bottom:2px solid #082d52;*/
    background-color: #81003C;
    border-radius: 5px;
    padding: 9px 15px;
}
.primary-btn:hover{
    /*background-color:#082d52;*/
    background-color: rgba(129, 0, 60,0.9);
}
.secondary-btn {
    /*background-color: #303030;
    border-bottom: 2px solid #000;*/
    background-color: #303030;
    border-radius: 5px;
    padding: 9px 15px;

}
.secondary-btn:hover{
    background-color:#000000;
}
.thrid-btn{
    background-color:#81003C;
        border-radius: 5px;
    padding: 9px 15px;
}
.thrid-btn:hover{
    background-color:#696969;
    
}
.fourth-btn{color:#666;background:#e8e8e8;}
.buy-btn{background-color:#7cc774;border-bottom:2px solid #63b25b;}
.buy-btn:hover{
    background-color:#63b25b;
    border-bottom:2px solid #63b25b;
}
.sell-btn{background-color:#ff8d8d;border-bottom:2px solid #e96b6b;}
.sell-btn:hover{background-color:#e96b6b;border-bottom:2px solid #e96b6b;}
.disable-btn{background-color:#e0e0e0;border-bottom:2px solid #c0c0c0;cursor:default;}
.view-gir{
    border:1px solid #81c14f;
    border-radius:40px;
    color:#81c14f;
    margin-top:5px;
    padding:5px 10px 3px;
    display:inline-block;
}


/* ::::::::::::::::::::::::::::::::: Wizard ::::::::::::::::::::::::::::::::*/

.stepswizard {
    list-style: none;
    margin-bottom:20px;
}
.stepswizard li{
    width:35%; float:left;
    padding:10px 30px 10px 0;
    position:relative;
}
.stepswizard li:last-child{
    margin-right:0px;
}
.stepswizard li:first-child:before{right:30px;}
.stepswizard li:before{ content:""; position:absolute; background:url(../images/wiz-arrow.png) no-repeat;right:15px; width:12px; height:34px;}
.stepswizard li:last-child{width:26%;padding-right:0;}
.stepswizard li:last-child:before{background:none;}

.step-no{
    float:left;
    width:30px;
    height:30px;
    text-align:center;
    line-height:30px;
    border-radius:50%;
    -webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;
    color:#fff;
    background-color:#cccccc;
    font-size:16px;font-weight:600;
}
.step-name{
    color:#7f7f7f;
    font-family: 'futura_bk_btbook';
    padding-left:40px;
}
.stepswizard li.current:after{
    position:absolute;
    bottom:-2px;
    content:"";
    left:1px;
    width:100%;
}
.stepswizard li.current .step-no{
    background-color:#1267b8;
    color:#fff;
    border:1px solid #1267b8;
}
.stepswizard li.completed .step-no{
    color:#fff; background:#00ba63;
}
.stepswizard li.completed .step-name,.stepswizard li.current .step-name{
    color:#333333;
}

/* ::::::::::::::::::::::::::::::::: Alerts ::::::::::::::::::::::::::::::::*/

.sucess-msg{
    color: #2b8622;
    background-color: #d4efd1;
    border:1px solid #7cc774;
    /*margin:20px 0;*/
    padding:10px;
    text-align:center;
    border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;-webkit-border-radius:4px;
}
.sucess-msg p{
    line-height:20px;
}
.sucess-sub{
    font-size:12px;
}

/* alert default display */
.def-msg{
    display:block;
}

/* alert default disable */
.def-msg-none{
    display:none;
    /*padding-top:20px;*/
}

.compare-flyout{
    background-color:#ffeeca;
    padding:10px; 
    margin:10px 0;
    display:none;
    /*text-align:center;*/
    border:1px solid #ffc343;
    position:relative;
    border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;-webkit-border-radius:4px;
}
.schesme-wish{
    background-color:#e2f1ff;border:1px solid #87bef2;
    border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;-webkit-border-radius:4px;
}
.msg-select{
    color:#d88f01;
}
.schesme-wish{
    display:none;
}
.add-wish-msg{
    float:left;
    margin-top:7px;
    color:#333;
}
.add-wish-sel{
    float:left;
    margin: 7px 0px 0px 10px;
}
.wish-btns
{
    float:right;
}
.wish-suces{
    display:none;
    margin:10px 0;
}
/* ::::::::::::::::::::::::::::::::: Layout Styles ::::::::::::::::::::::::::::::::*/

.two-col{
    padding:0 40px;
    margin:0 auto;
}

/* ::::::::::::::::::::::::::::::::: Coatch screens ::::::::::::::::::::::::::::::::*/

.coatch-overlay {
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 50;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
}
.coatch-overlay1 {
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 50;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
}

.coatch-overlay-home{
    top:95px;
}

.coatch-boxes {
    margin-top: 160px;
}
.coatch-container {
    position: relative;
    height: 100%;
}
.coatch-lfttxt,
.coatch-rgttxt,
.coatch-middletxt {
    position: absolute;
    top: 20px;

    font-size: 14px;
    width: 30%;
}
.coatch-lfttxt {
    left: 520px;
}
.coatch-rgttxt {
    right: 280px;
    width: 25%;
    margin-top:120px;
}
.lft-txt,
.rgt-txt {
    position: absolute;
    width: 90%;
}
.lft-txt {
    left: 30%;
    float:left;
}
.rgt-txt {
    right: 260px;
    float:left;
    margin-top:60px;
}

.coatch-lfttxt,
.coatch-rgttxt,
.coatch-middletxt {
    color: #ffcd77;
}
.left-image,.right-image {
    float:left;
}




/* ::::::::::::::::::::::::::::::::: Tooltip Styles ::::::::::::::::::::::::::::::::*/

.tooltipdiv{position:relative;left:0px;top:0px;cursor:pointer;}
.tooltip-bdy{position:absolute;background:#eff2f4; border-radius:1px;min-height:70px;width:270px;top:0px;left:20px;display:none;z-index:2;}
.info-icon{ background: #999;border-radius: 50%; /*bottom: 10px;*/color: #999;height: 20px;padding: 4px;/*position: absolute;right: 250px;*/text-align: center; display:inline-block;
            width: 20px;}
.thumb-tool{position:absolute;top:-38px;}
.thumb-tool:hover .tooltip-bdy{display:block;}
.tooltip-inner{padding:15px;}

.tooltip-bdy:after, .tooltip-bdy:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tooltip-bdy.le:before{
    border-color: rgba(224, 224, 224, 0);
    border-right-color: #e0e0e0;
    border-width: 11px;
    margin-top: -11px;
}
.tooltip-bdy.le:after, .tooltip-bdy.le:before {
    right: 100%;
    top: 29%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.tooltip-bdy.le:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #eff2f4;
    border-width: 10px;
    margin-top: -10px;
}


/* tooltip Right*/
.logintool .tooltip-bdy{background:none;}
.tool-box:hover .tooltip-bdy{display:block;}
.tooltip-bdy.right:after {border-color: rgba(255, 255, 255, 0);border-width: 10px;margin-top: -10px;}
.tool-box .tooltip-bdy.right{width:inherit;padding:5px;right:55px;left:initial;min-height:inherit;}
.tool-box .tooltip-inner{padding:0;}
.tool-box .tooltip-bdy.right:after, .tool-box .tooltip-bdy.right:before{left: 100%;top: 50%;}
.tool-box .tooltip-bdy.right:before{border-width: 8px;margin-top: -8px;border-left-color: #eff2f4;}

/* tooltip top*/
.tool-box .tooltip-bdy.top{width:260px;padding:5px;top:35px;left:initial;right:20px; min-height:inherit;}
.tool-box .tooltip-inner{padding:0;}

.tooltip-bdy.top .tooltip-inner {
    padding:8px 15px;
    position: relative;
    background: #eff2f4;
    border: 1px solid #ddd;
}
.tooltip-bdy.top .tooltip-inner:after,.tooltip-bdy.top .tooltip-inner:before {
    bottom: 100%;
    left: 92%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tooltip-bdy.top .tooltip-inner:after {
    border-color: rgba(239, 242, 244, 0);
    border-bottom-color: #eff2f4;
    border-width: 8px;
    margin-left: -8px;
}
.tooltip-bdy.top .tooltip-inner:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #ddd;
    border-width: 9px;
    margin-left: -9px;
}



.headingtooltip {
    background: #eff2f4;
    border: 1px solid #e0e0e0;
    display:none;
    position:absolute;
    z-index:2;
    padding:5px;
}
.headingtooltip:after, .headingtooltip:before {
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.headingtooltip .tooltip-inner{
    padding:5px;
}
.headingtooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #eff2f4;
    border-width: 10px;
    margin-left: -10px;
}
.headingtooltip:before {
    border-color: rgba(224, 224, 224, 0);
    border-bottom-color: #e0e0e0;
    border-width: 11px;
    margin-left: -11px;
}

.headingtooltip.bottom-arrow:after, .headingtooltip.bottom-arrow:before {
    top: 100%;
    bottom:auto;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tool-con{
    margin-top:8px;
    line-height:15px;
    font-size:12px;
}



/* ::::::::::::::::::::::::::::::::: Background colors ::::::::::::::::::::::::::::::::*/

.white-bg{
    background-color:#fff;
}
.gray-bg{
    background-color:#fbfbfb;
}
.yellow-bg{
    background-color:#e5f0c8
}
.blue-bg{
    background-color:#f2f2f2;
}

/* ::::::::::::::::::::::::::::::::: Panel ::::::::::::::::::::::::::::::::*/
.panel{
    background-color:#fff;
    padding:20px;
    width:308px;
    position:relative;	
}
.panel .tooltipdiv{
    top:-20px;
    left:-20px;
}
.panel-body .tooltipdiv{
    left:0;
    top:0;
}
.panel-heading{
    border-bottom:1px dotted #c5c5c5;
    padding-bottom:10px;
    /*margin-bottom:20px;*/
}
.panel-body h4{
    margin:5px 0;
}
.panel-footer{
    margin-top:20px;
}
.panel-compare-action,.panel-heading-name,.panel-heading-moreIcon{
    float:left;
    display:block;
}

.incomplete{
    background-color: #e0ffed;
}
.complete{
    background-color: #fff0f0;
}

/* tabs slider */
.tabs-slider-list .bx-wrapper .bx-viewport{left: 0px; padding: 0 !important;border:0px;}
.tabs-slider-list{margin-bottom:20px;background-color:#fff;}
.twoitems{width:488px;}
.threeitems{width:732px;}
ul.curosal_con-dis > li {height:100% !important;width:244px !important;}
ul.curosal_con-dis > li > a{width:244px;padding:18px 26px;border-right:1px solid #c5c5c5;display:block;}
ul.curosal_con-dis > li:last-child > a{border-right:0px;}

ul.curosal_con-dis > li.ui-tabs-active a{background:#81003C;color:#fff;font-weight:normal;border:0;}
ul.curosal_con-dis > li.ui-tabs-active a .mar-name, ul.curosal_con-dis > li.ui-tabs-active a .mar-value,ul.curosal_con-dis > li.ui-tabs-active a .mar-per,ul.curosal_con-dis > li.ui-tabs-active a .mar-cap{color:#fff;}

ul.curosal_con-dis > li a:hover{background-color:#f7f7f7;}
ul.curosal_con-dis > li.ui-tabs-active a:hover{background:#81003C}


ul.curosal_con-dis > li > a.active-tab .mar-name, ul.curosal_con-dis > li > a.active-tab .mar-per,ul.curosal_con-dis > li > a.active-tab .mar-value,ul.curosal_con-dis > li > a.active-tab .mar-cap{color:#fff;}
ul.curosal_con-dis > li > a.active-tab .market-pri-inc{background-position: -598px -42px;}
ul.curosal_con-dis > li > a.active-tab .market-pri-inc.dec{background-position: -598px -61px;}
.curosal_con-dis li{float:left;}



/* slide items with shadow */
.slide-box-shadows .slide-list-items-4{padding:10px 0;}
.slide-box-shadows .bx-viewport{height: 100% !important;
                                -moz-box-shadow: none;
                                -webkit-box-shadow: none;
                                box-shadow: none;
                                border: none;
                                left: -5px;
                                background: none;
                                padding: 0 6px !important;}
.slide-list-items-4 > li{	
    background-color:#fff;
    width:225px !important;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.2s ease-in-out;
    margin-right:20px;float:left;
}
.slide-list-items-4 > li:hover{	
    box-shadow: 0 5px 5px rgba(0,0,0,0.19), 0 1px 3px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.19), 0 1px 3px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.19), 0 1px 3px rgba(0,0,0,0.23);
    -ms-box-shadow: 0 5px 5px rgba(0,0,0,0.19), 0 1px 3px rgba(0,0,0,0.23);
    -o-box-shadow: 0 5px 5px rgba(0,0,0,0.19), 0 1px 3px rgba(0,0,0,0.23);
}
.slide-list-items-4.items-3 > li{
    width:308px !important;
}
.no-slide-lists-4{
    margin-left:-25px;
}
/* no slide  items with shadow */
.no-slide-lists-4 > li{
    margin: 0 0 20px 25px;
}


/* colors for texts */
.green{color:#00ba63 !important;}
.red{color: #ff6633 !important;}.cart-list.clearfix li .pop-like {
}


/* ::::::::::::: Awesome tooltip ::::::::::::::*/
.awesome-toltip{position:relative;}
.awesometool-conbox{width: 320px;position: relative;background: #fcfcfc;font-size: 12px;border: 1px solid #ddd;padding: 20px;min-height: 100px;}
.awesometool-conbox .login-flycontent{color:#666;float: none!important;}
.top-news .login-flycontent p{float:none}
.awesometool-con.le,.awesometool-con.re{position:absolute;display:none;top:36px;z-index:12;}
.awesometool-con.le{left:0;}
.awesometool-con.re{position:absolute;right:0;}

.awesometool-con.re:after, .awesometool-con.re:before {
    bottom: 99%;
    right: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.awesometool-con.le:after, .awesometool-con.le:before {
    bottom: 99%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.awesometool-con.re:after,.awesometool-con.le:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.awesometool-con.re:before,.awesometool-con.le:before {
    border-color: rgba(233, 233, 233, 0);
    border-bottom-color: #e9e9e9;
    border-width: 11px;
    margin-left: -11px;
}

.re-cards-tool .awesometool-conbox {
    width: 290px;
}
.awesometool-con.re-cards-tool.le::before {
    border-color: transparent;
    border-width: 0;
}
.awesometool-con.re-cards-tool.le::after {
    border-color: transparent;
    border-width: 0;
}
.awesometool-con.re-cards-tool.le {
    left: -10px;
}
.awesome-toltip,.awesome-toltip-re{position:relative;}
.awesometool-con.bot.right,.awesometool-con.bot.left{position:absolute;display:none;bottom:36px;z-index:12;}

.awesometool-con.bot.left:after, .awesometool-con.bot.left:before {
    top: 99%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.awesometool-con.bot.left:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.awesometool-con.bot.left:before {
    border-color: rgba(233, 233, 233, 0);
    border-top-color: #e9e9e9;
    border-width: 11px;
    margin-left: -11px;
}

.awesometool-conbox .login-flycontent p {
    color: #666;
    float: none!important;
}

.awesometool-con.re.re-tool-mob:after, .awesometool-con.re.re-tool-mob:before{right:auto;left:50%;}

#share_assets_snapshot {
    margin-top: 6px;
}

.commodity-primary-btn{
    background-color: #81003C !important;
    border: 0px !important;    
    border-radius: 5px;
    padding: 9px 15px;
}
.commodity-primary-btn:hover{
    background-color: rgba(129, 0, 60,0.9);
}

.login-btn.primary-btn {
    background-color: transparent;
    color: #81003c;
    border: 1px solid #81003c;
}

.login-btn.drpdnoption.primary-btn{
    border: 0px;
}

.login-btn.secondary-btn{
    background: #81003c;
}


@media(max-width: 768px){
    .login-btn.primary-btn {
        color: #fff;  
        border: 1px solid #fff;  
    }
}