html,body
{
  height: 100%;
}
body{
  background-color: #E4E4E4;
  margin: 0px;
  font-family: Arial,sans-serif;
  font-weight: bold;
}

.head-container{
  box-shadow: 15px 0px 12px #888888;
  position: relative;
  height: 15%;
  background-color: #07A6EA;
  color: #FFFFFF;
  font-size: 2.3vw;
  display: none;
}

.brand-name-display{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: 4%;

}

.brand-name-display-color{
  color: #FDC701;
}

.brand-display-discription{
  font-size: 1.2vw;
}
.search-box-container{
  width: 300px;
  float: right;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);

  margin-right: 5%;
}

.search-icon-container{
  float: right;
  background-color: #E5E5E5;
  height: 16px;
  padding: 7px;
  width: 17px;
  display: inline-flex;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}

.help-icon-container{
  display: none;
  height: 37px;
  width: 37px;
  position: absolute;
  top: 0%;
  right: 0%;
  cursor: pointer;
}

.help-icon-image{
  border-radius: 20px;
}

.search-icon-image, .help-icon-image{
  width: 100%;
  height: 100%;
}

/*.search-box{
      position: absolute;
      width: 239px;
      border-radius: 8px 0 0 8px;
      padding: 0 15px 0 15px;
      height: 30px;
      border: none;
}*/

.search-box{
  margin-top: 1%;
  width: 40%;
  border-radius: 5px;
  padding: 0 15px 0 15px;
  height: 50%;
  border: none;
  -webkit-box-shadow: 0 0 0.1vw #888888;
    box-shadow: 0 0 0.1vw #888888;
}

.search-box:focus{
  outline: none;
}

.search-box::-webkit-input-placeholder {
  color: #989898;
  font-weight: 600;
  text-align:left;
  font-size: 1vw;
}

.search-box:-moz-placeholder { /* Firefox 18- */
  color: #989898;
  font-weight: 600;
  text-align:left;
  font-size: 1vw;
}

.search-box::-moz-placeholder {  /* Firefox 19+ */
  color: #989898;
  font-weight: 600;
  text-align:left;
  font-size: 1vw;
}

.search-box:-ms-input-placeholder {
  color: #989898;
  font-weight: 600;
  text-align:left;
  font-size: 1vw;
}

.search-box-colour::-webkit-input-placeholder {
  color: #00BF4E;
}

.search-box-colour:-moz-placeholder { /* Firefox 18- */
  color: #00BF4E;
}

.search-box-colour::-moz-placeholder {  /* Firefox 19+ */
  color: #00BF4E;
}

.search-box-colour:-ms-input-placeholder {
  color: #00BF4E;
}

.survey-drag-instruction-text{
  width: 100%;
  height: 12%;
  text-align: center;
}
/***************************************************Welcome screen start********************************************/
.welcome-screen-container{
  background-color: white;
  width: 100%;
  height: 100%;
  text-align: center;

}

.welcome-image-container{
  position: relative;
  width: 100%;
  height: 63%;
  background-image: url('https://visualbrands.s3.amazonaws.com/welcome-background.png');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 0 2vw #888888;
  box-shadow: 0 0 2vw #888888;
}

.welcome-text-container{
    position: absolute;;
    font-weight: 100;
    text-align: center;
    width: 100%;
    bottom: 0;
    font-size: 12vw;
    color: White;
    text-shadow: 0.1vw 0.1vw black;
}

.welcome-blue-text{
    font-size: 3.4vw;
    font-weight: normal;
    color: #07A6EA;
}

.welcome-screen-text-content{
  color: #989898;
  font-size: 1.7vw;
}

.welcome-button-container > a{
  text-decoration: none;
}

.survey-code{
  display: inline-block;
  margin-right: 1%;
}
/***************************************Welcome screen ends********************************************************/
.main-container{
  height: 100%;
  display: none;
}

.survey-drag-drop{
  height: 90%;
}

.survey-drag-drop-group{
  display: none;
}

.survey-drag-drop, .initial-survey-screen, .survey-user-bio-data, .individual-brand-survey, .message-screen{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.initial-survey-screen, .survey-user-bio-data, .individual-brand-survey, .survey-drop-area-container, .survey-drag-area-container, .message-screen{
  background-color: #FFFFFF;
    border: solid #FFFFFF 0.1vmin;
    border-radius: 2vmin;
    text-align: center;
    -webkit-box-shadow: 0 0 5vw #888888;
    box-shadow: 0 0 5vw #888888;
}
/**********************************************Message Screen***************************************************/
.message-screen{
  height: 90%;
  display: none;
}

.message-screen-content{
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  float: left;
  width: 100%;
}

.message-screen-content-full{
  height: 100%;
}

.left-image-container{
  background-image: url('https://visualbrands.s3.amazonaws.com/survey-instruction.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  width: 33%;
  height: 100%;
  border-radius: 1vw 0 0 1vw;
}

.right-image-container{
  float: left;
  width: 66%;
  height: 100%;
}

.survey-instruction-text{
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: normal;
  font-size: 1.5vw;
  color: #474747;
}

.collage-instruction-text{
  text-align: center;
}

.blue-instruction-text{
  color: #08A5ED;
}

.red-instruction-text{
    color: red;
}

.grey-instruction-text{
  color: #474747;
}

.survey-instruction-text-one-continue-button-container{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 2vw;
    margin-bottom: 2vw;
}
/******************************************Terminate Survey screen******************************************************/
.terminate-survey-text,.drag-drop-instruction-text{
  font-size: 1.2vw;
  background-color: white;
  max-width: 50%;
  margin: auto;
  color: #474747;
}

.message-text-alignment-container{
  text-align: left;
  width: 90%;
}

.terminate-survey-container{
  position: relative;
  top: 50%;
  transform: translate(0, -50%);

}

.drag-drop-instruction-text > h1, .drag-drop-instruction-text > h2 , .instruction-modal-text , .agree-instruction-modal-text{
  display: inline;
}

/*****************************************Text box style****************************************************************/
.text-box-style {
   width: 180px;
   height: 20px;
   border: solid 2px #00E3E3;
   padding: 2px 2px 2px 25px;
   border-radius: 5px;
   font-size: 12px;
   box-shadow: 0px 1px 2px 0px #9C9C9C;
   background-color: #FFFFFF;
   background-size: 20px;
   background-position: 0px 2px;
   background-repeat: no-repeat;
   outline: none;
   color: #474747;
  }
.text-box-style:hover  {
   border: 2px solid #0043EB;
  }
.text-box-style:focus  {
   border: solid 2px #00D43C;
   box-shadow: inset 0px 1px 2px 0px #9C9C9C;
  }
.text-box-style:active  {
   border: solid 2px #0043EB;
  }

.incorrect-text{
  border: solid 2px red;
}

/****************************************************Text box style ends***************************************************************/
/****************************************************Button Style**********************************************************************/
.button {
  background: #3498db;
  display: inline-block;
  /*margin:50px;*/
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;

  color: #ffffff;
  font-size: 20px;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  text-align: center;
}

.button:hover {
  background: #3cb0fd;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.green-button{
  max-width: 10vw;
  font-size: 1.2vw;
  display: inline-block;
  background-color: #00BF4E;
  color: white;
  padding: 0.5vw 2.5vw;
  border-radius: 2vw;

  font-weight: 100;
}

.green-button-disabled{
  background-color: #98FB98;
}

.blue-button{
  max-width: 10vw;
  font-size: 1.2vw;
  display: inline-block;
  background-color: #07A6EA;
  color: white;
  padding: 0.5vw 2.5vw;
  border-radius: 2vw;

  font-weight: 100;
}

.blue-button:hover , .green-button:hover{
  cursor: pointer;
}

.blue-button-disabled:hover ,.green-button-disabled:hover{
  cursor: auto;
}
.reset-container
{
  position: relative;
  top: 5px;
  left: -40px;
}
/************************************************************Button style ends*****************************************************/
/************************************************************Modal style***********************************************************/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    text-align: center;
}

/* Modal Content */
.modal-content {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    max-width: 75%;
    display: inline-block;
    text-align: center;
    font-weight: normal;
}

.modal-content > p{
  font-size: 1.2vw;
}

.instr-modal-content{
  font-size: 1.4vw;
  text-align: left;
  font-weight: 500;
  padding: 3vw;
  color: #030303;
}

.collage-modal-content{
  position: relative;
}

.collage-modal-content > canvas,.submit-canvas-container > canvas,.describe-collage-canvas-container > canvas{
  border: 1px solid;
  background-color: transparent;
}

.characteristics-submit-modal > .modal-content{
  max-width: 40%;
}

.agree-checkbox-text-container{
  display: inline-block;
  position: absolute;
  cursor: pointer;
}

.agree-checkbox-button-container{
  text-align: center;
  margin-top: 2.1vw;
}

.agree-modal-content-style{
  border-radius: 2vw;
}

.instruction-custom-class{
  width: 40%;
  font-size: 1.2vw;
}

.panel-instruction-content > b{
  font-size: 1.2vw;
}

.panel-instruction-image,
.drag-drop-instruction-image,
.enlarge-instruction-image,
.scroll-instruction-image,
.search-instruction-image,
.resize-instruction-image,
.move-instruction-image,
.frontback-instruction-image{
  max-width: 100%;
}

.rotate-instruction-image{
  max-width: 98%;
}

.good-bad-example-instruction-image{
  max-width: 70%;
}

.scroll-instruction-container,
.search-instruction-container{
  float: left;
  width: 48%;
}

.scroll-instruction-container{
  margin-left: 4%;
}

.enlarge-instruction-container{
  float: left;
  width: 100%;
  margin-top: 3%;
}

.resize-instruction-container,
.rotate-instruction-container,
.move-instruction-container,
.frontback-instruction-container{
  float: left;
  width: 48%;
  text-align: center;
  margin-bottom: 2%;
}

.rotate-instruction-container,
.move-instruction-container{
  margin-right: 2%;
}

.resize-rotate-instruction-content > .blue-instruction-text{
  font-size: 1.2vw;
}

.instruction-list-content{
  width: 65%;
  margin: auto;
  font-size: 1.2vw;
  font-weight: normal;
  overflow: auto;
}

.styled-number-list{
    float: left;
    background-color: #08A5ED;
    margin-right: 1vw;
    border-radius: 1.5vw;
    padding: 0.7vw 1vw;
    color: white;
}

.survey-instruction-text-three-continue-button-container{
  float: right;
}

.styled-list-text{
  float: left;
  width: 85%;
  text-align: left;
  /*display: -webkit-box;
  display: box;
  display: -ms-flexbox;*/
}

.styled-list-text > div:nth-child(odd) {
  /* Fix the moving image issue, as explained here: https://stackoverflow.com/a/51616502/871910 */
  clear: both;
}

/****************************************************Modal ends******************************************/
/***********************************************Example Modals*******************************************/
.example-one-modal-content, .example-two-modal-content, .example-three-modal-content{
  font-size: 1.2vw;
  max-width: 50%;
  color: #474747;
}

.collage-example-container{
  overflow: auto;
  color: #474747;
  font-weight: normal;
}

.good-example-container{
  float: left;
  width: 45%;
  margin-right: 10%;
}

.bad-example-container{
  float: left;
  width: 45%;
}
.good-example-image{
  max-width: 100%;
}

.bad-example-image{
  max-width: 100%
}
/*****************************Brand not selected model**************************************************/
.brand-not-selected-modal-content{
  max-width: 40%;
  padding: 0px;
  border: none;
  display: block;
}

.brand-not-selected-modal-content > p{
  font-size: 1vw;
  font-weight: 600;
}

.brand-not-selected-modal-content-title{
    width: 100%;
    padding: 3vw 0;
    font-weight: bold;
    background-color: #CBCBCB;
    font-size: 1.5vw;
  }

  .close-brand-not-selected-modal{
    margin-bottom: 2vw;
  }
/**************************************************Initial Survey area***********************************/
.initial-survey-screen{
  display: none;
  overflow: auto;
}

.survey-title{
  font: normal 1.2vw Arial,sans-serif;
  color: #848484;
  width: 20%;
  float: left;
  text-align: left;
  margin-top: 12%;
  margin-left: 3%;
  margin-right: 2%;
  margin-bottom: 3%;
}

.survey-table-container{
  float: left;
  width: 70%;
  margin-top: 5vmin;
}
/********************************************Table style*************************************************/
.individual-brand-survey-title{
  text-align: center;
  font-size: 1.2vw;
}

.individual-brand-survey-title > h2{
  font-weight: 500;
}

.individual-brand-quality-survey-title{
    font: normal 1.2vw Arial,sans-serif;
    color: #848484;
    width: 20%;
    float: left;
    text-align: left;
    margin-top: 12%;
    margin-left: 3%;
    margin-right: 2%;
}

.individual-brand-survey-question-container{
    border: 0.2vw solid #EAEAEA;
    border-radius: 0.2vw;
    width: 90%;
    margin: auto;
    overflow: auto;
    padding: 1%;
}

.individual-brand-survey-question-left-container{
    width: 48%;
    float: left;
}

.individual-brand-survey-question-right-container{
  width: 48%;
  float: right;
}

.individual-brand-survey-question-text-container{
  display: -webkit-box;
  display: box;
  display: -ms-flexbox;
  text-align: left;
  font-weight: normal;
  font-size: 1.3vw;
}

.individual-brand-survey-question-title{
  color: #08A5ED;
  font-weight: 700;
}

.individual-brand-survey-continue{
    float: right;
    margin-right: 4%;
    margin-bottom: 2%;
}

.good-example-text,
.bad-example-text{
  text-align: left;
}

.individual-brand-survey-usage-continue,
.individual-brand-survey-difficulty-continue{
  margin-bottom: 2%;
}

.individual-brand-survey-table-container{
  width: 55%;
  margin: auto;
}

.individual-brand-quality-survey-table-container{
  float: left;
  width: 75%;
  margin-top: 5vmin;
}

.individual-brand-survey-quality-continue{
  float: right;
  margin: 2%;
}

.individual-brand-survey-table-container .individual-brand-survey-table-quality-container{
  width: 95%;
}

.floatingHeader {
      position: fixed;
      top: 0;
      visibility: hidden;
  }

.radio-input-td{
  cursor: pointer;
}

input[type="radio"]{
  width: 1vw;
  background-color: #B7B7B7;
  cursor: pointer;
}

input[type="radio"]:checked{
  background-color: #0081B9;
}

.survey-table, .individual-brand-survey-table, .tipi-table {
    margin: auto;
    text-align: center;
    border-collapse: collapse;
    width: 80%;
    overflow-y: scroll;
    font-size: 1.1vw;
}

.survey-table, .tipi-table{
  margin-bottom: 2vw;
  float: right;
  width: 80%;
}

.individual-brand-survey-table{
  font-size: 1vw;
  width: 100%;
}

.survey-table td, .survey-table th, .individual-brand-survey-table td, .individual-brand-survey-table th, .tipi-table th, .tipi-table td{
    border: 0.1vw solid #ddd;
    padding: 1vw;
}

.survey-table tr:nth-child(odd), .individual-brand-survey-table tr:nth-child(odd), .tipi-table tr:nth-child(odd){
  background-color: white;
}

.survey-table tr:nth-child(even), .individual-brand-survey-table tr:nth-child(even), .tipi-table tr:nth-child(even){
  background-color: #f2f2f2
}

.survey-table tr:hover ,.individual-brand-survey-table tr:hover, .tipi-table tr:hover{
  background-color: #ddd;
}

.survey-table th, .individual-brand-survey-table th, .tipi-table th{
    background-color: #07A6EA;
    color: white;
}

.pvq-table{
    width:100%;
}

.brand-icon{
  max-height: 2vw;
  max-width: 9vw;
}

.initial-survey-submit, .individual-brand-survey-next, .tipi-submit, .pvq-submit{
  float: right;
  margin-bottom: 2vw;
}

.individual-brand-survey-next{
  margin-right: 1.5vw;
}

.left-align-text{
    text-align:left;
    width:33%;
}
/*******************************************Table style ends*********************************************/

/**********************************************Initial Survey Ends***************************************/
.agree-checkbox-container{
  padding: 0.5em;
  display: inline;
}
/*************************************************survey drag drop starts********************************/

.survey-submit-button-container{
    height: 50px;
    width: 200px;
    position: relative;
    top: -186%;
    left: 25%;
}

.search-area{
    height: 20%;
}

.brand-slot-area{
  float: left;
  position: relative;
  width: 100%;
  height: 5%;
  text-align: center;
}

.brand-slot-area > span{
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.2vw;
  font-weight: normal;
  color: #989898;
}

.search-box-area{
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
}

.survey-drag-drop-area{
  height: 80%;
}

.survey-drop-area-container, .survey-drag-area-container{
    float: left;
    height: 100%;
    border-radius: 10px;
}

.survey-drop-area-container{
  width: 55%;
  margin-right: 1%;
  border: 0px;
}

.survey-drag-area-container{
  width: 44%;
  border: 0px;
}

.survey-drop-area{
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #F4F4F4;
  /*margin: 0 auto;
  margin-top: 5%;*/
}

.survey-drop-container{
  position: relative;
  height: 85%;
  width: 90%;
  overflow: overlay;
  margin: 0 auto;
  margin-top: 5%;
}

.survey-drop-area > span, .drag-drop-area-text{
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: normal;
  color: #989898;
  font-weight: bold;
}

.center-drag-image-text{
  position: relative;
  top: 45%;
  transform: translate(0, -50%);
}
.survey-drag-image-area-container{
  position: relative;
  text-align: center;
  height: 83%;
  overflow-y: scroll;
  margin-top: 1%;
}

.survey-drop-button-container, .survey-drag-button-container{
  height: 8%;
}

.view-collage-button{
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.submit-collage-button{
  margin-left: 5%;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.no-search-text{
    margin-top: 1%;
    text-align: center;
    height: 15px;
    color: #989898;
    font-size: 1.2vw;
    font-weight: 600;
}

.drag-instruction-text{
    height: 8%;
    font-weight: normal;
    color: #989898;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);

    font-size: small;
    font-weight: 600;
}

.ui-icon-gripsmall-diagonal-se{
  background-color:white;
}

.imageList {
    margin: 4px;
    float: left;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size: cover;
    transition: all .2s ease-in-out;
}

.imageList:hover{
    transform: scale(1.1);
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.imageList:active{
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.drop-container{
  /*height: 150px;*/
  /*width: 31%;*/
  float: left;
  position: absolute;
}

.drop-container:hover{
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.drop-container:active{
      cursor: grabbing;
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing;
}

.close-image {
    position: absolute;
    right: 1px;
    top: -4px;
    color: #f1f1f1;
    font-size: 25px;
    font-weight: bold;
    font-family: none;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    transition: 0.3s;
}

.close-image:hover,
.close-image:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.ui-rotatable-handle{
  position: absolute;
  top: 2px;
}

.drop-hover{
  background-color: rgba(0,0,0,0.5);
}

/*****************************************************Individual brand survey*****************************************************/
.individual-brand-survey{
  display: none;
  overflow: auto;
}

.individual-brand-survey-table tr.table-row-red-background{
  background-color: red;
}

.description-container, .submit-canvas-container ,.collage-modal-content{
  overflow: overlay;
}

.describe-continue-button-container, .describe-continue-button-container{
  width: 50%;
  float: left;
  margin-bottom: 2%;
}
/*********************************************************Progress Bar************************************************************/
.myProgress {
  display: none;
  position: relative;
  margin: auto;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  width: 90%;
  height: 30px;
  background-color: transparent;
}

.myBar {
  position: absolute;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  width: 10%;
  height: 100%;
  background-color: #00BE4D;
  -webkit-box-shadow: 0 0 10px #888888;
  box-shadow: 0 0 10px #888888
}

.label {
  text-align: center;

  line-height: 30px;
  color: white;
}
/*********************************************************Progress Bar ends*******************************************************/
/*************************************************************Loader**************************************************************/
.loader {
  display: inline-block;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*************************************************************Loader ends*********************************************************/
/*********************************************************Image Modal*******************************************************************/

/* Add Animation - Zoom in the Modal */
.image-modal-content {
    position: relative;
    max-height: 500px;
    max-width: 50%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #fefefe;
    border: 1px solid;
    margin: auto;
    padding: 20px;
    display: block;
    text-align: center;

}

.image-modal-content > img{
  max-width: 80%;
  max-height: 400px;
}

/* The Close Button */
.close {
    position: absolute;
    top: -8px;
    right: 5px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    transition: 0.3s;
    font-family: none;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/*******************************************************Modal ends********************************************************************/
/******************************************************Context Menu******************************************************************/
.custom-menu, .help-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;

    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
}

/* Each of the items in the list */
.custom-menu li ,.help-menu li{
    padding: 8px 12px;
    cursor: pointer;
    list-style-type: none;
    transition: all .3s ease;
}

.custom-menu li:hover, .help-menu li:hover {
    background-color: #DEF;
}
/*******************************************Context menu ends***********************************************************************/
/**********************************************User data starts********************************************************************/
label{
  cursor: pointer;
}

.survey-user-bio-data{
  overflow: hidden;
  padding-top: 2%;
  display: none;
}

.survey-user-bio-data-question{
  overflow: auto;
}

.user-labels
{
  width: 50%;
  float: left;
  text-align: center;

}

.user-inputs
{
  width: 50%;
  float: left;
}

.label-box
{
  padding-bottom: 20px;
}

.input-box
{
  margin-bottom: 10px;
}

.radio-btn
{
  margin-top: 15px;
  margin-bottom: 15px;
}

.select-class
{
  width: 210px;
  height: 27px;
  margin-bottom: 15px;
}

.reset-yes-button{
  margin-right: 15%;
}

.survey-user-bio-data-container{
  text-align: left;
  width: 90%;
  margin: auto;
  font-weight: normal;
  font-size: 1.2vw;
}

.form-radio-button-container{
  float: left;
  margin-right: 4%;
}

.form-profession-container{
  width: 45%;
  margin-right: 5%;
  float: left;
}

.form-profession-container > label > input[type="radio"]{
  float: left;
}

.form-income-container, .form-employment-container{
  float: left;
  margin-right: 4%;
  width: 29%;
}

.form-marital-status-container{
  float: left;
  margin-right:5%;
}

.form-children-container{
  float: left;
  margin-right: 21%;
}

.profession-label-container{
  display: -moz-box;
  display: -webkit-box;
  display: box;
  display: -ms-flexbox;
}

.survey-user-bio-data-title{
  font-size: 1.5vw;
}

.survey-user-bio-data-continue-button, .survey-user-bio-data-employment-continue-button,
.survey-user-bio-data-profession-continue-button, .survey-user-bio-data-age-group-continue-button,
.survey-user-bio-data-income-continue-button, .survey-user-bio-data-family-continue-button{
  float: right;
  margin-bottom: 2%;
}

.survey-user-bio-data-marital-status-table-container, .survey-user-bio-data-child-age-group-table-container{
  overflow: auto;
}

.collage-description-container{
  resize: none;
  width: 75%;
  height: 100px;
}

.user-data-input{
  font-size: 1.2vw;
  border: 0.1vw solid #07A6EA;
}

.user-data-input::-webkit-input-placeholder {
   text-align: center;
   color:  #07A6EA;
   font-weight: bolder;
}

.user-data-input:-moz-placeholder { /* Firefox 18- */
  text-align: center;
  color:  #07A6EA;
  font-weight: bolder;
}

.user-data-input::-moz-placeholder {  /* Firefox 19+ */
  text-align: center;
  color:  #07A6EA;
  font-weight: bolder;
}

.user-data-input:-ms-input-placeholder {
  text-align: center;
  color:  #07A6EA;
  font-weight: bolder;
}
/**********************************************User data ends********************************************************************/
