/* ==========================================================================
   Fonts
   ========================================================================== */



/* ==========================================================================
  normalize.css v3.0.2
   ========================================================================== */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
*/
/* ==========================================================================
   Initialize
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

*{
    box-sizing: border-box;
}

img{
    max-width: 100%;
    height: auto;
}

small{
    font-size: 14px;
    font-size: inherit; 
}

/* ==========================================================================
   Content
   ========================================================================== */
p,
table 
table tr,
table tr td{
    margin: 0;
    padding: 0;
    font-size: 14px;
}

html {  
    font-size: 62.5%;
}
html , body {
    padding: 0; 
    margin: 0;
    height: 100%;
}

body {
  color: #666;
  font: normal 14px/1.2em 'Roboto', Arial, Helvetica, sans-serif;
  background: #e3ecfd;
}

.page{
    padding: 16px;
    margin: 0 auto;
    max-width: 1250px;
}

input[type=button],
input[type=submit],
button{
    border: none;
    background: #eff3fb;
    color: #c2c2c2;
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    outline: none;
    transition: all .25s ease;
}   

input[type=button]:hover,
input[type=submit]:hover,
button:hover{
    background: #c0c9da;
    color: #fff;
}

input[type=text],
input[type=number],
input[type=email]{
    border: 1px solid #fff;
    background: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 15px;
    width: 100%;
    border-radius: 5px;
    outline: none;
}

select{
    display: inline-block;
    position: relative;
    border: 1px solid #fff;
    background: #fff;
    font-size: 16px;
    font-weight: normal;
    border-radius: 5px;
    border: 1px solid #fff;
    font-size: 16px;
    padding: 10px 15px;
    outline: none;
    margin: 0 5px;
}
select:first-child{
    margin-left: 0;
}
 select option{
    background: #fff;
    color: #333;
}


a,input, select, button{outline: none;}
a:focus,input:focus, select:focus, button:focus{
    box-shadow: 0 0 1px 1px rgba(0,0,0,.5);
}
div.logo-custom{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ced6e6;
    text-align: center;
}
div.logo-custom img.logo{
    max-height: 120px;
    width: auto;
}


.ncoltable1{
    background: #fff;
    margin-bottom: 30px;
    width: 80%;
    float: left;

    min-width: 0 !important;
}


.ncoltable1 tbody > tr{
    border-bottom: 1px solid #e8e8e8;
}
.ncoltable1 tbody > tr:last-child{
    border-bottom: none;
}
.ncoltable1 tbody > tr td{
    text-align: center;
    padding: 10px;
}
.ncoltable1 tbody > tr:first-child + tr td{
    font-weight: bold;
}

.ncoltable1 tbody > tr:first-child + tr td:last-child{
    font-size: 20px;
}

.page {
    box-sizing: border-box;
    min-width: 300px;
}

.page .paymentzone > form{
    width: 48%;
    float: right; 
    margin: 0;
    padding: 0;
}

.page .paymentzone > form .paymentZone{
  width: auto !important;
  border: none;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}

table.ncoltable1 + br + table.ncoltable1,
table.ncoltable1 + br + h2 + table.ncoltable1{
    border-radius: 5px;
    width: 48%;
    float: right; 
    margin: 10px 0;
    padding: 0;
}


table.ncoltable2{
    width: 100%;
    margin-bottom: 20px;
}

table.ncoltable2 td {
    margin: 0;
    padding: 0;
    display: block !important;
    width: 100%;
}

.ncoltable2 tr:first-child td > img{
    border: 1px solid #fff;
    background: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 15px;
    width: auto;
    border-radius: 5px;
    outline: none;
}


.ncoltable2 td:first-of-type,
.ncoltable2 td:first-child,
.ncoltable2 td:nth-child(2)[align=right],
.ncoltable2 td:nth-child(3)[align=center]{
    text-align: left;
    margin-left: 0;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0;
}
.ncoltable2 td:nth-child(2)[align=right] small,
.ncoltable2 td:nth-child(3)[align=left] small,
.ncoltable2 td:nth-child(3)[align=center] small{
    display: block;
}
.ncoltable2 td small a{
    text-transform: none;
    font-weight: normal;
    display: inline;
    vertical-align: middle;
    font-size: 14px;
    color: #929fb6;
}
.ncoltable2 td:first-child[width="5%"]{
    height: 0;
    overflow: hidden;
}

.ncoltable2 td small input[type=radio],
.ncoltable2 td small input[type=radio] + small{
    display: inline-block;
    vertical-align: middle;
}

.ncoltable2 script + tr td input{
    width: 100px;
}

.ncoltable2 script + tr td small small a{
    display: inline-block;
    vertical-align: middle;
    max-width: 150px;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.1em;
    color: #929fb6;
}
.ncoltable2 script + tr td small small:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 61px;
    height: 40px;
    background: url(card.png) no-repeat center center;
    background-size: cover;
    margin-right: .25em;
}

.ncoltable2 tr td[colspan="2"] small small{
    font-size: 12px;
    line-height: 1.1em;
    color: #929fb6;
    text-transform: none;
}

.ncoltable2 input[type=image]{
    border: 1px solid #fff;
    background: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 4px 6px;
    width: auto;
    border-radius: 5px;
    outline: none;
}

input[name=payment]{
    background: #1ba8ed;
    border-color: #1ba8ed;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
    transition: all .5s ease;
    height: auto !important;
}
input[name=payment].defaultpaybutton{
  padding: 10px 5px;
}
input[name=payment]:hover{
    box-shadow: 0 0 3px rgba(0,0,0,.5);
}

.ncoltable3{
    width: 100%;
    clear:both;
    min-width: 0 !important;
}

.ncoltable3 > tbody > tr:first-child{
    border: solid #ced6e6;
    border-width: 1px 0;
}

.ncoltable3 > tbody > tr:first-child td a{
    display: inline;
    vertical-align: middle;
    text-decoration: none;
    font-size: 12px;
    color: #929fb6;
}
.ncoltable3 > tbody > tr:first-child td{
    position: relative;
    padding: 20px 0 20px;
    vertical-align: top;
    font-size: 12px;
    line-height: 1.1em;
    color: #929fb6;
}
    
.ncoltable3 > tbody > tr:first-child td a:hover{
    text-decoration: underline;
}
.ncoltable3 > tbody > tr:first-child td small{
    margin-top: 10px;
    display: block;
}
.ncoltable3 > tbody > tr:first-child td:first-child,
.ncoltable3 > tbody > tr:first-child td:last-child{
    padding: 30px 0 20px;
}
.ncoltable3 > tbody > tr:first-child td:first-child:before,
.ncoltable3 > tbody > tr:first-child td:last-child:before{
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    height: 80px;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: -1;
}
.ncoltable3 > tbody > tr:first-child td:first-child img{
    margin: 0 12px;
}

.ncoltable3 > tbody table > tbody tr td{
    padding: 20px 0;
}

.ncoltable3 .ncollogoc form input{ margin: 0 5px; }

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width:640px) {
   
    

        
    .ncoltable3 > tbody > tr:first-child{
        display: block;
        padding-bottom: 20px;
    }
    
    .ncoltable3 > tbody > tr:first-child td{
        display: block !important;
        width: 100%;
        text-align: center;
        padding: 0;        
    }
    table.ncoltable1 + br + table.ncoltable1,
    table.ncoltable1 + br + h2 + table.ncoltable1{
      width: 100%;
      float: none;
    }
    .ncoltable3 > tbody > tr:first-child td:first-child:before, 
    .ncoltable3 > tbody > tr:first-child td:last-child:before{
      left: 0;
      right: 0;
    }
    
}

@media only screen and (max-width:420px) {
    div.logo-custom img.logo{
        max-height: none;
        height: auto;
        max-width: 100%;
        width: auto;
    }
}