﻿html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #3d4347;
    background-color: #f5f8f9;
    font-size: 15px;
    line-height: 1.42857;
    margin: 0; 
    padding: 0;
    overflow-y: scroll;
}

div.outer-main-wrap.sandbox {
    background-color: #C3986B !important;
    background-image: url("/Images/Sandbox.png");
    background-repeat: repeat;
}


img {
  vertical-align: middle;
}

.img-responsive {
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #0a6dc5;
    text-decoration: none;
}

li {
    list-style: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

p {
    /*margin: 0 0 10.5px;*/
}


h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10.5px;
    margin-top: 6px;
    font-weight: normal;
}

h1, .h1 {
    font-size: 25px;
}

h2, .h2 {
    font-size: 23px;
}

h3, .h3 {
    font-size: 21px;
}

h4, .h4 {
    font-size: 19px;
}

h5, .h5 {
    font-size: 17px;
}

h6, .h6 {
    font-size: 13px;
}


.clear-left{
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-both {
    clear: both;
}

.full-width{
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

/*.right{
    float: right;
}

.left{
    float: left;
}*/

 
/*------------------------------------*\
            Global Topbar
\*------------------------------------*/

div.topbar{
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    border-top: 2px solid #5197d5;
    height: 46px;
    left: 0;
    padding-top: 6px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}

header {
    margin: auto;
    width: 1360px;
}

h1.logo {
    background-image: url("/images/logo.png");
    font-size: 0;
    height: 39px;
    margin: 0;
    width: 207px;
}

h1.logo > a {
    display: block;
    height: 100%;
    width: 100%;
}

div.thumbnailbox {
    position:relative;
    overflow:hidden;
}

div.thumbnailbox > img {
    position: absolute;
}

/*------------------------------------*\
            Wrapper
\*------------------------------------*/

div.wrapper {
    display: table;
    margin: auto;
    max-width: 1360px;
    padding-top: 70px;
    position: relative;  
    width: 100%;
}

.hero {
    background-image: url("/images/merchant/hero-bg.jpg");
    background-position: 60% center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*------------------------------------*\
             Footer
\*------------------------------------*/

footer {
    border-top: 1px solid rgba(255,255,255,1);
    clear: both;
    display: block;
    padding: 20px;
    text-align: center;
}


/*------------------------------------*\
            Text Styles
\*------------------------------------*/

.text-primary {
    color: #2c3e50;
}

.text-warning {
    color: #f39c12;
}

.text-danger {
    color: #e74c3c;
}

.text-success {
    color: #18bc9c;
}

.text-info {
    color: #3498db;
}

/*------------------------------------*\
            Alerts
\*------------------------------------*/

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 21px;
    padding: 15px;
}

.alert p {
    margin: auto;
}

.alert .alert-link {
    color: #fff;
    text-decoration: underline;
}

.alert-warning {
    background-color: #f39c12;
    border-color: #f39c12;
    color: #ffffff;
}

.alert-danger {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #ffffff;
}

.alert-success {
    background-color: #18bc9c;
    border-color: #18bc9c;
    color: #ffffff;
}

.alert-info {
    background-color: #2cb9ff;
    border-color: #2cb9ff;
    color: #ffffff;
}

/*------------------------------------*\
            Buttons
\*------------------------------------*/

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 3px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #3498db;
    color: #ffffff;
}

.btn.small{
    padding: 0px 6px!important;
}
.btn.spacerright {
    margin-right:5px;
}

.btn.right{
    float:right;
}

.btn.right::after{
    content:'';
    clear:right;
}

.btn:hover {
    background-color: #2f87c3;
}

.btn.gray {
    background-color: #898a8a;
    color: #ffffff;
}

.btn.green{
    background: #29a345;
}

.btn.green:hover {
    background: #199335;
}

/*.btn.green {
    background-color: #18bc9c;
    color: #ffffff;
}

.btn.green:hover {
    background-color: #14a185;
}*/

/*.btn.blue {
    background-color: #3498db;
    color: #ffffff;
}

.btn.blue:hover {
    background-color: #2f87c3;
}*/

.btn.blue {
    background: #0078e7;
}

.btn.blue:hover {
    background: #0068d7;
}

.btn.orange {
    background-color: #f39c12;
    color: #ffffff;
}

.btn.orange:hover {
    background-color: #c87f0a;
}

.btn.red {
    background-color: #d62c1a;
    color: #ffffff;
}

.btn.red:hover {
    background-color: #CA3C3C;
}

.btn.link {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}


.customertype.retail {
    color: green;
}

.customertype.trade {
    color: blue;
}

.customertype.wholesale {
    color: #500000;
}



/*------------------------------------*\
            Box Shadow
\*------------------------------------*/

.shadow{
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow:         0 1px 1px rgba(0, 0, 0, 0.1);
}

/*------------------------------------*\
            Input
\*------------------------------------*/

input[type=checkbox] {
  transform: scale(1.3);
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    font-size: 13px;
    /*color: #636363;*/
    color: #333;
}

input:focus, textarea:focus, select:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
    border: 1px solid #66afe9;
}

input, select,textarea {
    vertical-align: middle;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}


/*------------------------------------*\
       Validation Left & Right
\*------------------------------------*/

span.requiredfieldstar {
    color: #ee5359;
    font-size: 18px;
    position: relative;
    top: 6px;
    margin-right: 5px;
}

.validationError {
    color: red;
}



/*------------------------------------*\
       MastrePage Full Screen Modal Splash
\*------------------------------------*/
div#fullscreensplash
{
    display: none;
    position: fixed;
    left:0;
    top:0;
    right:0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
}

div#fullscreensplashnonclose {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
}


a.white{
    color: #fff!important;
}

table td fa fa-arrow-down, table td fa fa-arrow-up{
    font-size: 12px;
}

.service-note .pinstatus {
    cursor:pointer;
}





@media only screen and (max-width : 979px) {
}

@media only screen and (max-width : 767px) {

}

@media only screen and (max-width : 480px) {

    h1.logo {
        background-image: url("/images/X2/logo-mini.png");
        background-size: 100%;
        font-size: 0;
        height: 39px;
        margin: 0;
        width: 63px;
    }

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  
  /* Retina-specific stuff here */

    h1.logo {
        background-image: url("/images/X2/logoX2.png");
        font-size: 0;
        height: 39px;
        margin: 0;
        width: 207px;
        background-size: 100% auto;
    }


}