
		  body{
			  font-family: initial !important;
		}
	   .form-control {
			display: block;
			width: 100%;
			height: 33px;
			padding: 6px 12px;
			font-size: 14px;
			line-height: 1.42857143;
			color: #555;
			background-color: #fff;
			background-image: none;
			border: 1px solid #ccc;
			border-radius: 0px;
			-webkit-box-shadow: none;
			box-shadow: none;
			-webkit-transition: none;
			-o-transition: none;
			transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
			
        }
        .form-control:focus {
           border-color: none;
           box-shadow: none;
        }
        .cstm_container{
			padding:15px;
		    border: 1px solid blue;
		    margin-top: 50px;
            margin-bottom: 50px;
		}
		
		fieldset {
           padding-top: 20px !important;
        }
        .headersection{
			padding: 0px 0px 25px 0px;
		}
		.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
             outline: 0;
             border-radius: 0px !important;
         }
         .btn-default {
			color: #333;
			background-color: #fff;
			border-color: #ccc;
			border-radius: 0px !important;
          }
          .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
             top: auto;
             bottom: 100%;
             margin-bottom: 2px;
             border-radius: 0px;
          }
          .reqired{
			  color:red;
		  }
		  .btn-primary {
            color: #ffffff;
            background-color: #006bd6 !important;
            border-color: #0061c2;
            border-radius:0px;
            padding: 3px 9px !important;
            font-size: 13px;
            height: 26px !important;
          }
		  .btn-warning {
            color: #ffffff;
            background-color: #ff7518 !important;
            border-color: #ff7518;
            border-radius:0px;
            padding: 3px 9px !important;
            font-size: 13px;
            height: 26px !important;
          }
          .rmv_family_filels,.rmv_emp_filelds ,.rmv_edu_filelds,.rmv_skill_filelds{
            color: #ffffff;
            background-color: #ff7518 !important;
           }{
			  color: #ffffff;
            background-color: #ff7518 !important;
		  }
		  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
           color: #ffffff;
            background-color: #006bd6 !important;
            border-color: #0061c2;
            border-radius:0px;
          }
          .btn:focus {
            outline: none;
           }
           label {
				display: inline-block;
				max-width: 100%;
				margin-bottom: 5px;
				 font-weight: normal;
			}
           
			.formvalid{
				border:1px solid red;
				}	
				
			.add_field_buuton{
			  width: 50%;
              padding: 2px 10.5px;
              cursor: pointer;
              color: white;
              background: blue;
              font-size: 13px;
			}  
	  .fa-arrow-left,.fa-arrow-right{
          font-size:10px;
	  }
	  .stage_buttons{
	      background-color: #00c0ef !important;
	      border-radius: 0px;
          padding: 3px 9px !important;
          font-size: 13px;
          height: 26px !important;
          color:white;
          border-right:1px solid turquoise;
	  }