﻿        .addpo
        {
            font-size: 10px;
            color: #FF0000;
            text-decoration: underline;
            cursor: pointer;
        }

        .poapply
        {
            cursor: pointer;
        }

        .sectionhead{
            font-family: 'Arial Narrow' , Arial;
            font-size: 26px;
            color: #333333;
            padding: 5px 0px;
            border-bottom: solid 2px #6DC3FB;
        }

        .blanklist
        {
            margin-top: 20px;
            padding: 15px;
            color: #333;
            font-size: 14px;
            background-color: #DCF0F5;
            border-radius: 14px;
            border: 1px solid #59A1C6;
        }

        .carttotal
        {
            padding: 10px 0px;
            font-size: 24px;
            color: #333;
        }

        .Payheadtitle{
            background-color: #4684c1; 
            color: #ffffff;                       
            font-size: 20px;
            padding: 15px;            
        }

        .paytitles{
            background-color: #d8e4f2;
            font-size: 12px;                       
            color: #676867;
            padding: 8px 10px 8px 20px;
        }

        .payInput{
            border: 1px solid #cccccc;
            font-size: 15px !important;
            width: 250px; 
            height: 30px;
            padding: 0px 8px !important;
        }

        .payInputErr{
            font-size: 15px !important;
            border: 1px solid #FF9999 !important;
            background-color: #FFEAEA !important;
            width: 250px; 
            height: 30px;
            padding: 0px 8px !important;
        }

        .paylables{
            font-size: 12px; 
            color: #333;
            width: 150px;
            padding-left: 80px;
            vertical-align: middle;
        }

        .payfield
        {
            padding-bottom: 10px;
        }

        .paytable
        {
            width: 600px; 
            border: 1px solid #4684c1;
        }

        .paysubmit
        {
            font-size: 18px;
            padding: 10px 30px;
            cursor: pointer;
        }

        .refline
        {
            font-family: 'Courier New';
            font-size: 11px;
            color: #333;
            text-align: right;
            padding-bottom: 4px;
        }

        .carderror
        {
            background-color: #EDE4ED;
            color: #ff0000;
            font-size: 14px;
            padding: 15px;
            border: 1px solid #996699;
            margin: 0px 15px 15px 15px;
            border-radius: 4px;
        }

        .carderror ul li
        {
            font-size: 12px;
        }

        .failedtrans
        {
            background-color: #FFD3B7;
            color: #ff0000;
            font-size: 14px;
            padding: 15px;
            border: 1px solid #FF6600;
            margin: 0px 15px 15px 15px;
            border-radius: 4px;
        }

        .hidesubmit
        {
            display: none;
            cursor: not-allowed;
        }

        .slash
        {
            font-family: 'Courier New';
            display: block;
            float: left;
            width: 30px;
            font-size: 30px;
            text-align: center;
        }

        .cardhelp
        {
            display: block;
            float: left;
            margin-left: 20px;

            font-family: Arial;
            font-size: 11px;
            color: #666;
            line-height: 30px;
            vertical-align: middle;
        }

        .paytablesuccess
        {
            width: 600px; 
        }

        .succeshead1
        {
            padding: 20px;

            font-family: Arial;
            font-size: 24px;
            color: #333;
            border: 1px solid #97CE24;

            background: #cdeb8b;
            background: -moz-linear-gradient(top, #cdeb8b 0%, #cdeb8b 100%);
            background: -webkit-linear-gradient(top, #cdeb8b 0%,#cdeb8b 100%);
            background: linear-gradient(to bottom, #cdeb8b 0%,#cdeb8b 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8b', endColorstr='#cdeb8b',GradientType=0 );
        }

        .succeshead2
        {
            margin-top: 10px;
            padding: 20px;

            background-image: url('/images/greentick1.png');
            background-repeat: no-repeat;
            background-position: 20px 20px;

            font-family: Arial;
            font-size: 16px;
            color: #333;
            border: 1px solid #97CE24;

            padding-left: 100px;
        }

        .paygridhead
        {
            background-color:#cdeb8b !important;
        }

        .vendorpanel
        {
            background-color: #4684c1;
            padding: 16px;
            color: white;
            text-align: center;
            font-size: 22px;
        }

        .welcome1
        {
            width: 800px;
            display: block;
            float: left;
            border: 1px solid #ccc;
            margin: 40px 40px 10px 40px;
            padding: 12px;
            font-size: 22px;

            border-radius: 8px 8px 0px 0px;
        }

        .welcome2
        {
            width: 800px;
            display: block;
            float: left;
            border: 1px solid #ccc;
            margin: 0px 40px;
            padding: 30px 12px;
            font-size: 14px;
            color: #000;

            border-radius: 0px 0px 8px 8px;
        }

        .welcome2 label
        {
            font-size: 14px;
        }

        .sslmsg
        {
            font-size: 12px;
            font-style: italic;
            color: #333;
        }

        .emptyinv
        {
            font-size: 15px;
            margin: 20px;
            padding: 10px 34px;
            

            background-image: url("/images/tick_green2.png");
            background-repeat: no-repeat;
            background-position: 10px 10px;
        }

        .totalamount{
            font-family: 'Arial Narrow' , Arial;
            font-size: 18px;
            color: #333333;
        }

        .retailitemcat
        {
            border: 1px dotted #97CE24;
            width: 300px;
            height: 100%;
            padding: 4px;
        }

        .retailitem
        {
            background-color: #97CE24;
            padding: 6px 6px;
            color: white;
            font-size: 15px;
        }
        

        .retailitemimg
        {
            text-align: center;
            padding: 8px;
        }

        .retailitemimg img
        {
            width: 240px;
        }

        .retailitemdesc
        {
            text-align: center;
            padding: 8px;
            font-family: Arial;
            font-size: 13px;
            color: #333;
        }

        .retailitembutt
        {
            
            height: 100%;
            vertical-align: bottom;
        }

        /*.retailitembutt div
        {
            width: 100px;
            color: white;
            padding: 10px;
            border-radius: 3px;
            background-color: #FA3D34;
            text-align: center;
            margin: 0px auto;
        }*/

        .fullheight
        {
            height: 100%;
        }

        .retailitemcatleft
        {

        }

        .leftcatmain {
            border: 1px solid #ccc;
            border-radius: 2px;
            width: 200px;
            height: 90px;
            text-align: center;
            position: relative;
            overflow: hidden;
            margin-bottom: 4px;
        }

        .leftcatmain .overlay {
            margin: 0px 10px;
            border-radius: 4px;
            top: 15px;
            width: 180px;
            height: 60px;
            display: block;
	        -webkit-box-sizing: border-box;
	        box-sizing: border-box;

	        -moz-box-sizing: border-box;            

            background-color: #97CE24;
            opacity: .9;
            position: absolute;
            z-index: 2;
        }

        .leftcatmain .catname {
            margin: 0px 10px;
            color: white;
            font-size: 18px;
            top: 15px;
            width: 180px;
            padding-top: 15px;
            height: 60px;
            vertical-align: middle;
            text-align: center;
            display: block;
            position: absolute;
            z-index: 3;
        }

        .leftcatmainselected {
            background-color: #FA3D34 !important;
        }

        .leftcatmain img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: auto;
        }

        .rtmaster
        {
            width: 380px;
            display: block;
            float: left;
            height: 700px;
            border-top: 1px solid #eee;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            padding: 10px;
        }

        .rthead
        {
            background-color: #336699;
            padding: 8px 12px;
            color: white;
            font-size: 13px;
            display: block;
            float: left;
            width: 100%;
            margin-bottom: 5px;
        }

.cartgap td
{
    border-top: 5px solid white !important;
    border-bottom: 1px dotted #336699 !important;
    border-left: 1px dotted #336699 !important;
}

.cartgap td:last-child
{
    border-right: 1px dotted #336699 !important;
}

.cartqty
{
    display: block;
    float: left;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #336699;
}

.cartqtymove
{
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #336699;
    color: #333;
    border-radius: 50%;
    margin: 3px 5px 5px 5px;
    font-size: 15px;
    font-weight: bold;
}

.cartqtymove a
{
    text-decoration: none !important;
}

.cartitemname
{
    line-height: 24px;
    vertical-align: middle;
    font-family: Arial;
    font-size: 14px;
    color: #333;
}

.carthead
{
    background-color: #336699;
    color: white;
    padding: 10px !important;
}

/*AK: styles*/

/*.rt_image img {    
    height: 150px;
}*/

.rt_block {
    margin:10px;     
   min-height:300px; 
    width:270px;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
    font-family:'Segoe UI', Arial;    
}

.rt_item_header {
    height:30px !important;
    /*background-color:#14c782;*/
    text-align:center;
    line-height:30px !important;
    /*color:white;*/
    font-size:15px;

}

.rt_catitem_header {    
    height:30px !important;
    /*background-color:#01af6c;*/
    text-align:center;   
    /*color:white;*/
    font-size:15px;
}

.rt_item_desc {
    color:#505050;
    font-size:13px;
    padding: 3px 8px 8px 8px;
}

.retailitembutt div {
    width: 80px;
    /*color: white;*/
    padding: 5px;
    border-radius: 3px;
    /*background-color: #14c782;*/
    text-align: center;
    margin: 0px auto;
}

.retailitembutt a {
    text-decoration: none;
}

.rt_cat_head {    
    color: #007681;
    font-size: 18px;
}

.rt_cat_item_add {   
    height: 100%;
    color:#000;   
}

.rt_item_block {
    margin:10px;     
    /*height:220px;*/ 
    width:270px;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
    font-family:'Segoe UI', Arial;    
}

.rt_btn_item_add {   
    color: #000;
    background-color: transparent;   
    border-radius:3px;
    font-size:14px;
    border:1px solid transparent;
    height:30px;
    outline:none;
    width:100%;
}

.rt_btn_back {
    background-color:white;
    border:1px solid #14c782;
    color:#14c782;
    float:right;
    margin-right:50px;
    width:100px;
    height:28px;
    border-radius:3px;
    font-size:13px;
}

.rt_bottom_div {
    float: left;
    width: 33.3%;
    text-align: center;
    height: 32px;
    line-height:30px;
}

.rt_helptext {
    border:1px solid #dcdcdc; 
    color:#606060; 
    padding:5px;
    border-radius:3px;
}

.shopprod {
    font-size: 11px;
    color: #333;
    padding: 10px;
}

.linkdata {
    color:blue;
    cursor:pointer;
}


.rtmaster_home {
    width: 380px;
    display: block;
    float: left;
    min-height: 700px !important;
    border-top: 1px solid #eee;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
}