
/*
GLOBAL STYLE*/
html {
    font-family: Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body {
    margin: 0;
    padding: 0;
    font: 14px/1.4 Roboto, sans-serif;
    color: #000;
    background: #fff;
    font-weight: 300;
}
html, body { height: 100%; width: 100%; margin: 0; }
p {
    font-size: 14px;
    font-weight: 300;
}
@media (max-width: 768px) {p {font-size: 1.4vh;}}
h1, h2, h3, h4, h5, h6 {
    color: #000;
     font-weight: 400;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, 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 {
    outline: none;
    background: transparent;
    text-decoration: none;
    color: #0689d8;
}
a:active, a:hover, a:visited, a:focus {
    border: none;
    outline: none !important;
    -moz-outline-style: none;
    text-decoration: none;
    color: #0071bf;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: 500;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg, path {
    margin: 0;
    padding: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    -webkit-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:focus {
    outline: none;
}
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"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: none;
    margin: 0;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
input:focus, textarea:focus, select:focus {
    border: 1px solid #f4a168;
    -webkit-box-shadow: #f4a168 0 0 5px;
    box-shadow: #f4a168 0 0 5px;
    outline: none;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
.cf:before, .cf:after {
    content: " ";
    /* 1 */
    
    display: table;
    /* 2 */
}
.cf:after {
    clear: both;
}
.bg1 {
      background-color: #f5f5f5;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
    *zoom: 1;
}
/*
GRID*/
/* Bootstrap 990px Breakpoint to 480px */

@media screen and (min-width: 480px) and (max-width: 991px) {
    .container {
        width: 100%;
    }
}
/* 480px (WVGA - Low End Windows Phone) */

@media screen and (max-width: 480px) {
    .col {
        padding: 0;
        float: left;
    }
    .pcol {
        padding: 1.5% 1.5% 1.5% 1.5%;
        float: left;
    }
    .pcol.c_1, .pcol.c_1_2, .pcol.c_1_3, .pcol.c_2_3, .pcol.c_1_4, .pcol.c_2_4, .pcol.c_3_4, .pcol.c_1_5, .pcol.c_2_5, .pcol.c_3_5, .pcol.c_4_5, .pcol.c_1_6, .pcol.c_2_6, .pcol.c_3_6, .pcol.c_4_6, .pcol.c_5_6 {
        width: 100%;
    }
    .col.c_1, .col.c_1_2, .col.c_1_3, .col.c_2_3, .col.c_1_4, .col.c_2_4, .col.c_3_4, .col.c_1_5, .col.c_2_5, .col.c_3_5, .col.c_4_5, .col.c_1_6, .col.c_2_6, .col.c_3_6, .col.c_4_6, .col.c_5_6 {
        width: 100%;
    }
}
@media screen and (min-width: 480px) {
    .col {
        float: left;
    }
    .pcol {
        padding: 1.5% 1.5% 1.5% 1.5%;
        margin: 0% 0% 0% 1.5%;
        float: left;
    }
    .col.c_1, .pcol.c_1 {
        width: 100%;
    }
    .col.c_1_2 {
        width: 49.25%;
    }
   .pcol.c_1_2 {
       width: 48.50%
    }
    .col.c_1_3, .pcol.c_1_3 {
        width: 32.3333333333%;
    }
    .col.c_2_3, .pcol.c_2_3 {
        width: 66.17%;
    }
    .col.c_1_4, .pcol.c_1_4 {
        width: 23.875%;
    }
    .col.c_1_8, .pcol.c_1_8 {
        width: 19.875%;
    }
    .col.c_2_4, .pcol.c_2_4 {
        width: 49.25%;
    }
    .col.c_3_4, .pcol.c_3_4 {
        width: 74.625%;
    }
    .col.c_1_5, .pcol.c_1_5 {
        width: 18.80%;
    }
    .col.c_2_5, .pcol.c_2_5 {
        width: 39.10%;
    }
    .col.c_3_5, .pcol.c_3_5 {
        width: 59.40%;
    }
    .col.c_4_5, .pcol.c_4_5 {
        width: 79.70%;
    }
    .col.c_1_6, .pcol.c_1_6 {
        width: 15.4167%;
    }
    .col.c_1_7, .pcol.c_1_7 {
        width: 11.4167%;
    }
    .col.c_2_6, .pcol.c_2_6 {
        width: 32.3332%;
    }
    .col.c_3_6, .pcol.c_3_6 {
        width: 49.2499%;
    }
    .col.c_4_6, .pcol.c_4_6 {
        width: 66.1666%;
    }
     .col.c_5_5, .pcol.c_5_5 {
        width: 60.1666%;
    }
    .col.c_5_6, .pcol.c_5_6 {
        width: 83.0833%;
    }
     .col.c_5_7, .pcol.c_5_7 {
        width: 75.1777%;
    }
}

.lh p {
    line-height: 1.6;
}
.vert-center {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.img_holder {
    display: block;
    vertical-align: middle;
}
.btn-circle.small-btn-circle {
    width: 20px;
    height: 20px;
    padding: 0;
      clear: right;
    font-size: 15px;
}
.cursor-pointer {
    cursor: pointer;
}

.custom_text_input {
    width: 100%;
    display: block;
    color: #555;
    border:0;
    border: none;
    outline:none;
    border-radius: none;
        border-color:none;
    box-shadow:none;
}
.custom_text_input:focus,
.custom_text_input:hover,
.custom_text_input:active {
     outline:none;
       border: none;
    border-radius: none;
        border-color:none;
    box-shadow:none;
}
.img_upload {
    max-width: 30%;
    height: auto;
}
.overflowH {
    overflow: hidden;
}
.ellipsis {
    	width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



.tableCustume tbody td {
        max-width: 80px;
    padding: 8px;
}
/*
GLOBAL STYLE END*/

/*
MSG ALERT OK*/
#htmlMsg {
    display: none;
    position: fixed;
    left: 50%;
    top: 10px;
    padding: 10px;
    background-color: #01a677;
    z-index: 10;
    color: #fff;
    font-weight: 500;
    
}
#htmlMsg.msgVisible {
    display: block;
    z-index: 999999;
}
/*
MAIN */
#page-wrapper {
    padding-bottom: 20px; 
}
/*PRODUCT HTML*/
.listItem {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
/*
GAME PAGE*/
.answerList {
    margin-left: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #555;
}
/// button upload

#uploadedIMG.btn-upload {
  position: relative;
  overflow: hidden;
}
.btn-upload {
  position: relative;
  overflow: hidden;
}

.btn-upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  -webkit-transform: translate(-300px, 0) scale(4);
  -ms-transform: translate(-300px, 0) scale(4);
  -o-transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
* html .btn-upload {
  line-height: 24px;
  margin: 1px -3px 0 0;
}
* + html .btn-upload {
  padding: 2px 15px;
  margin: 1px 0 0 0;
}