/* Common CSS */
.hide{
    display:none;
}
.upper{
    text-transform:uppercase;
}
.center{
    text-align:center;
}

.float{
    float:left;
}

.imp{
    float:right;
    margin:10px;
    color:#D63301;
    font-size:10px;
    font-weight:bold;
}
.mt0{
    margin-top:0px;
}
.radius3px{
    border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
}
.gradient{
    background: #FDFDFD; padding: 5px 12px;
    background: -moz-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FDFDFD), color-stop(100%,whiteSmoke));
    background: -webkit-linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
    background: -o-linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
    background: -ms-linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
    background: linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f5f5f5',GradientType=0 ); 
}
.left{
    text-align:left ! important;
}
.topright{
   float: right;
   margin-top: 15px;
}
.white{
    color:white;
}



/* resizing gear edit icon */
a.tablectrl_small.bDefault{
    padding:2px 3px 1px;
}

a.tablectrl_small.bDefault img{
    height:10px;
    width:10px;
}
/* resize done */

/*Data table*/
.datatable .plusicon{
    padding:1px 3px;
}

.datatable div.checker{
    float:none;
    width:38px;
    margin:0px 0px 0px 5px;
}

.tDefault tbody td{
    padding:7px 6px;
}

.tablectrl_small{
    margin:0px 4px;
}

div.checker span {
    background: url(../images/elements/forms/checkboxes.png) no-repeat 0 0;
    height: 16px;
    width: 16px;
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}


/*for fulfillment tracker vendor name and permalink*/
.left{
    text-align:left !important;
    padding-left:2px !important;
}

.breadlink-ul .sub li a{
    padding:5px !important;
}



/*Loader and messages*/
#status-message-box{
    position:fixed;
    width:100%;
    top:0px;
    z-index:99999;
    text-align:center;
}
#status-message-box .nNote{
    margin-top:0px;
    width:600px;
    margin:auto;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-topright: 1px;
    border-radius: 5px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    display:none;
}
#status-message-box .nNote p{
    padding:5px 10px;
}

/*Breadlink Form Box*/
.all .dropdown{
    display: none;
}
.all div.form-top-rightN{
    position: absolute; 
    right: -1px; 
    border: 1px solid #c3c3c3; 
    box-shadow: 0 1px 2px #dadada; 
    -webkit-box-shadow: 0 1px 2px #dadada; 
    -moz-box-shadow: 0 1px 2px #dadada; 
    z-index: 990; 
    text-align: left; 
    width:329px;
    padding:10px;
}
.all div.form-top-right{
    position: absolute; 
    right: -1px; 
    border: 1px solid #c3c3c3; 
    box-shadow: 0 1px 2px #dadada; 
    -webkit-box-shadow: 0 1px 2px #dadada; 
    -moz-box-shadow: 0 1px 2px #dadada; 
    z-index: 990; 
    text-align: left; 
    width:224px;
    padding:10px;
}

.all div.form-top-right div.formRow{
    padding:0px;
    float:left;
    height:50px ! important;
    width:130px;
    margin-right:10px;
    padding-bottom:10px;
    border-bottom:0px;
}

.all div.form-top-right div.formRow select{
    width:130px;
}

.all div.form-top-right div.formRow input[type=submit], .all div.form-top-right div.formRow input[type=reset]{
    margin-top:22px;
    /*float:none;*/
    float:left;
    margin-left:0px;
    padding:4px 9px 4px 9px;
}

.all div.formRow.wideRow{
    width:250px ! important;
}

/* Page Content */
.all #content{
    margin-left:90px;
}


/* Orders Page */
.items_count{
    margin-top:10px;
    float:left;
}

.export_ps{
    float: right;
    margin-top: 14px;
    width: 115px;
}

.product_name > span{
    margin: 0 5px;
}

.center.product_name{
    text-align: left;
}

/* All pages, for sidebar */
.all div.mainNav ul.nav{
    margin-top:0px;
}

.all .secNav #tab-container{
    margin-top:20px;
}

.all .subNav{
    margin-top:10px;
}

.all .subNav li.activeli{
    border-left:0px;
}

div.count_dropdown li{
    height:50px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #2E2E2E;
    position: absolute;
    top: 0;
    color:red;
    font-size: 25px;
    min-width: 170px;
    white-space: nowrap;
    padding-left: 12px;
    left: 100px;
    text-align: left;
    background: url(../images/elements/other/userArrow.png) 5px 11px no-repeat;
    z-index: 1000;
}

tr.export_row{
    border-top:1px solid gray;
}

td.export_column{
    padding-left:8px;
}
table#export_table{
    width:380px;
    color:#FFFFFF;
    background-color:#000000;
}

table#import_table{
    width:380px;
    color:#FFFFFF;
    background-color:#000000;
}

.countbox{
    width:20px;
    height:20px;
    position:absolute; 
    background:#FF0000;
    display:block;
    line-height:20px;
    text-align:center;
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    color:#FFFFFF;
    font-weight:bold;
    cursor:pointer;
}


/* Channel Help link CSS */
.helplink{
    position: relative;
    top: -12px;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    background-color: #78A14D;
    color: #DADADA;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    padding: 0px;
    line-height: 31px;
    box-shadow: 0 1px 0 #4E4E4E;
    -webkit-box-shadow: 0 1px 0 #4E4E4E;
}

.helplink:hover { background-color: #282828; }

.knowledgebase{
    position: relative;
    background-color: #78A14D;
    color: #DADADA;
    display: inline-block;
    width: 128px;
    height:28px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    padding: 0px;
    line-height: 31px;
}

/* Accounts Page(Login) CSS*/
.accounts-page .loginWrapper{
    width: 300px;
    margin: -124px 0 0 -150px;
}

.accounts-page .account-box{
    margin:20px 30px 10px 30px;
    width:240px;
}

.accounts-page .loginWrapper .account-wrapper{
    height:180px;
    box-shadow: 0 0 0px 2px #ebebeb; 
    -webkit-box-shadow: 0 0 0px 2px #ebebeb; 
    -moz-box-shadow: 0 0 0px 2px #ebebeb; 
    border:1px solid #C4C2C2;
}

.accounts-page input[type=text], .accounts-page input[type=password]{
    border:1px solid #C4C2C2;
}

.accounts-page .jvectormap-zoomin, .accounts-page .jvectormap-zoomout{
    display:none;
}

.browser{
    position:absolute;
    margin:20px;
    bottom:0;
    left:45%;
}

.browser li:first-child{
   padding: 5px 5px 5px 15px;
}

.browser span{
    font-size:10px;
    /*color:#9B9D9F;*/
}

.browser ul li{
    display: inline-block;
    padding: 5px; 
    float: left;
}


/*CSS Global Page*/
.login #content{
   margin:0px;  
   padding-bottom:0px;
   padding-top:0px;
} 

.login .map img{
   width:100%;
}

.restricted{
    clear:both;
    padding-top:120px ! important;
    margin-bottom:50px ! important;
    text-align:center ! important;
    font:24px MuseoSans500,Verdana,Arial,sans-serif ! important;
    color:#3C3C3C ! important;
    margin-left:0px ! important;
}


.nosidebar{
    clear:both;
    padding-top:120px ! important;
    margin-left:0px ! important;
}

/****Sidebar Ghost login******/
.channel_ghost_list{
    float:left;
    text-align:center;
    padding:3px 0px;
    width:87.5px;
}


/******API documentaion CSS****/
.outerpagewrap {height:100px;background:#424242;border-bottom:1px solid #eee;border-top:1px solid #eee; position:relative; top:90px;}
.pagewrap{height:80px;  margin-bottom:20px;margin-top:10px;}
.pagecontent{width:960px; margin:0 auto;}
.pagecontent h1{color: #626262; margin:12px 0px 0 -2px;}
.pagecontent p{color:#626262;margin-top:0px;}
.pagecontent p a{color:#fff;}
.pagecontentContent{float:left; width:80%;}
.homeIcon{float:right;margin-top:23px;}
.homeIcon a{background: url(images/homeHouseIcon.png) top right no-repeat; height:53px; width:60px;display: block;}

.label,.badge{font-size:11.844px;font-weight:bold;line-height:14px;color:#ffffff;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#999999;}
b.label{padding:1px 4px 2px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.badge{padding:1px 9px 2px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px;}
a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer;}
.label-important,.badge-important{background-color:#bd4247;}
.label-important[href],.badge-important[href]{background-color:#983538;}
.label-warning,.badge-warning{background-color:#dd5600;}
.label-warning[href],.badge-warning[href]{background-color:#aa4200;}
.label-success,.badge-success{background-color:#669533;}
.label-success[href],.badge-success[href]{background-color:#4c6f26;}
.label-info,.badge-info{background-color:#817b58;}
.label-info[href],.badge-info[href]{background-color:#625e43;}
.label-inverse,.badge-inverse{background-color:#333333;}
.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a;}
.btn .label,.btn .badge{position:relative;top:-1px;}
.btn-mini .label,.btn-mini .badge{top:0;}

.leftside ul{border:1px solid #b6b6b6;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);box-shadow: 0 1px 4px rgba(0,0,0,.065);list-style:none;}
.leftside ul li{padding:0px;border-bottom:1px solid #b6b6b6;}
.leftside ul li:last-child{border-bottom:0px;}
.leftside ul li a{padding:5px 10px; display:block; font-weight:bold;}
.leftside ul li a:hover{background:whiteSmoke}
section{margin-bottom:35px; font-size:15px;}
section p{margin-bottom:10px;}
pre {padding: 0 3px 2px; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; font-size: 12px; color: #333333; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 20px; word-break: break-all; word-wrap: break-word; white-space: pre; white-space: pre-wrap; background-color: #f5f5f5; border: 1px solid #ccc;}
.json-response{position:relative; margin:15px 0; padding:39px 19px 14px; background-color:white; border:1px solid #DDD; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.json-response::after{content: "Response JSON"; position: absolute; top: -1px; left: -1px; padding: 3px 7px; font-size: 12px;
font-weight: bold; background-color:whiteSmoke; border:1px solid #DDD; color:#9DA0A4; -webkit-border-radius:4px 0 4px 0; -moz-border-radius:4px 0 4px 0; border-radius:4px 0 4px 0;}
.prettyprint.linenums {-webkit-box-shadow:inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; box-shadow:inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;}    
ol.linenums {margin:0 0 0 33px;}
ol.linenums li {padding-left:12px; color:#bebec5; line-height:20px; text-shadow:0 1px 0 #fff;}
.pun, .opn, .clo {color:#93a1a1;}
.pln {color:#48484c}
.str{color:#D14;}
.lit {color:#195f91;}
.label-info, .badge-info {background-color:#817b58;} 
.typ, .atn, .dec, .var{color:teal}
.kwd, .prettyprint .tag{color:#1e347b;}



.leftsidebar{
   width:300px;
   float:left;
 }

#mainwrap{
    width:960px;
    margin:0 auto;
}


.rightside{
    width:630px;
    float:right;
}

pre{
  line-height:0px;
}
 
/* ****************************** */

.breadLinks.breadLinksLeft{
  float:left; 
  margin-left: 30px;
}
