
/* CSS for the dynamic form */

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 160px;   
  padding: 6px;
  background-color: white;
  list-style: none;
  max-height: 150px;
  overflow-y: scroll; 
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.ui-state-focus {
  color: white;
  background-color: #0eafd6;
  padding-left: 3px;
  cursor: pointer;
}

.ui-helper-hidden-accessible{
  display: none !important;
}

   .checkbox-col input[type="checkbox"]{
      display: inline;
      width: 20px;
    }
    .formdiv{
      padding: 0 15%;
      text-align: center;
    }
    button.hatch-button{
      color: white;
      background-color: #337ab7;
    }
    button.hatch-button:hover{
      background-image: none;
    }
    button.big{
      margin: 25px 0;
      width: 300px;
    }
    button.small{
      width: 100px;
    }
    .no-background:hover{
      background-image: none;
    }
    span.registration-header{
      font-family: Arial Narrow;
      font-weight: bold;
      color: #337ab7;
      font-size: 25px;
    }
    span.skills-header{
      font-family: Arial Narrow;
      color: #337ab7;
      font-size: 18px;
      margin: 10px 0 5px 0;
      display: block;
    }
    input.checkbox{
      display: inline;
      width: 20px;
    }
    .padded{
      padding: 15px 0;
    }
    .no-margin{
      margin: 0;
    }
    .center{
      text-align: center;
    }
    .left{
      text-align: left;
    }
    .background-gray{
      border-radius: 8px;
      background-color: #f4f6f9;
      padding: 5px;
    }
    .forced-default-font{
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      font-size: 14px;
      font-weight: normal;
      padding: 0 10px;
    }

    .skill-textbox{
      background-color: #efefef;
      border-radius: 3px;
      padding: 4px 10px;
      margin: 8px;
    }


    .ui-progressbar .ui-progressbar-value {
      margin: 0;
      background: #337ab7;
      border: medium none;
    }

    .ui-progressbar {
      height: 25px;
      border: medium none;
      background: #ebedef;
      margin: 35px 15%;
    }

    .ui-widget.ui-widget-content {
        border: 0px solid #ffffff;
    }

    .slider {
        -webkit-appearance: none;
        width: 100%;
        height: 15px;
        border-radius: 5px;
        background: #d3d3d3;
        outline: none;
        opacity: 0.7;
        -webkit-transition: .2s;
        transition: opacity .2s;
    }

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #337ab7;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #337ab7;
        cursor: pointer;
    }

    .label-fix{
      margin: 0;
      padding: 0;
      cursor: pointer;  
      user-select: none;  
    }

    .no-highlight{
      cursor: pointer;
      user-select: none;
    }
    .hidden-div{
      margin: 75px 0;
      display: none;
    }
    .og-margin{
      margin: 35px 0;
    }
    
    #progressbar.affix {
      position: fixed;
      top: 0;
      width: 70%;
      max-width: 672px;
      margin: 10px 0 0 0;
      /*10px 0 0 0*/
      z-index: 1;
      left: 50%;
      transform: translateX(-50%);
    }

    .loader {
        border: 8px solid #f3f3f3; /* Light grey */
        border-top: 8px solid #3498db; /* Blue */
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: spin 2s linear infinite;
    }
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
	
/* Add dynamic button */
	
	#basic-add-button {
		border: none !important;
		background-color: #fff;
		background-image: none;
		float: right;
		margin-right:1px;
		outline: none;
	}
		 
	#basic-add-button:active {
		border: none !important;
		background-color: #fff;
		outline: none;
		
	}
	
	#basic-remove-button {
		border: none !important;
		background-color: #fff;
		background-image: none;
		float: right;
		outline: none;
	}
	

    #plus-icon {   
		display: inline-block;
		font: large;
		font-weight: bold;
		font-size: 20px;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
	}
	
	#minus-icon {   
		display: inline-block;
		font: large;
		font-weight: bold;
		font-size: 20px;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
    background:#f4f6f9;
	}
	
  div.additionals{
    border-radius:8px; 
    padding:10px; 
    background:#f4f6f9;
    margin-bottom: 2em;
  }

  .progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: darkgray !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	}

  #problem-statement-help{
    border: 0.5px solid black;
    border-radius: 50%;
    padding: 1px 3.5px 0.7px 3.5px;
    font-size: 12px;
    cursor: pointer;
  }

  label{
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently*/
  }

  #ps-modal-bg{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.85);
    overflow-y: hidden;
    text-align: center;
    display: none;
  }
  #problem-statement-help-modal{
    position: absolute;
    top: 20%;
    width: 60%;
    margin: 0 20%;
    background-color: #f4f6f9;
    border-radius: 8px;
    padding: 2em;
  }
  #ps-modal-close-btn{
    color: white;
    background-color: #337ab7;
  }
  #ps-modal-close-btn:hover{
    background-image: none;
  }