
/*---------------------------------------*/
/* Font */
/*---------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto');


/*---------------------------------------*/
/* Register Form */
/*---------------------------------------*/
body {
  background:linear-gradient(to right, #78a7ba 0%, #385D6C 50%, #78a7ba 99%);
}

.signup-form {
  font-family: "Roboto", sans-serif;
  width:100%;
  margin:5px auto;
  background:linear-gradient(to right, #ffffff 0%, #fafafa 50%, #ffffff 99%);
  border-radius: 20px;
}

/*---------------------------------------*/
/* Form Header */
/*---------------------------------------*/
.form-header  {
  background-color: #EFF0F1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.form-header h1 {
  font-size: 30px;
  text-align:center;
  color:#666;
  padding:20px 0;
  border-bottom:1px solid #cccccc;
}

/*---------------------------------------*/
/* Form Body */
/*---------------------------------------*/
.form-body {
  padding:15px 20px;
  color:#666;
  background-color:white;
}

.form-group{
  margin-bottom:20px;
}

.form-body .label-title {
  color:#FF5430;
  font-size: 13px;
  font-weight: bold;
}

.form-body .form-input {
    font-size: 15px;
    box-sizing: border-box;
    width: 80%;
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    color: #333333;
    text-align: left;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    background: white;
    outline: none;
}

.box {
        display: flex;
        flex-wrap: wrap;
    }

.clearfix {
  overflow: hidden;
  clear: both;
  float: none; }

form {
  max-width: 95%;
  display: block;
  margin: 0 auto;
}

/*
 * FilePond Custom Styles
 */

.filepond--drop-label {
	color: #4c4e53;
}

.filepond--label-action {
	text-decoration-color: #babdc0;
}

.filepond--panel-root {
	background-color: #edf0f4;
}


/**
 * Page Styles
 */
html {
	padding: 15vh 0 0;
}

.filepond--root {
	width:170px;
	margin: 0 auto;
}


.container {
  ---border: solid 2px;
  ---background: #b2d5ff;
  display: flex;
  margin-left: 5px;
  margin-right: auto;
  margin-bottom: 1em;
  width: 80%;
}

.cont {
  ---border: solid 2px;
  ---background: #b2d5ff;
  display: flex;
  margin-left: 5px;
  margin-right: auto;
  margin-bottom: 1em;
  width: 99%;
  justify-content: space-between;

}


.two {
    width: 47%;
    justify-content: flex-start;
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

.flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}


.horizontal-group .left{
  float:left;
  width:95%;
}

.horizontal-group .center{
  float:center;
  width:95%;
}

.horizontal-group .right{
  float:right;
  width:95%;
}

input[type="file"] {
  outline: none;
  cursor:pointer;
  font-size: 17px;
    width: 90px;
}

#range-label {
  width:15%;
  padding:5px;
  background-color: #1BBA93;
  color:white;
  border-radius: 5px;
  font-size: 17px;
  position: relative;
  top:-8px;
}


::-webkit-input-placeholder  {
  color:#d9d9d9;
}

/*---------------------------------------*/
/* Form Footer */
/*---------------------------------------*/
.signup-form .form-footer  {
  background-color: #EFF0F1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding:10px 40px;
  text-align: right;
  border-top: 1px solid #cccccc;
  clear:both;
}

.form-footer span {
  float:left;
  margin-top: 10px;
  color:#999;  
  font-style: italic;
  font-weight: thin;
}

.btn {
   display:inline-block;
   padding:10px 20px;
   background-color: #1BBA93;
   font-size:15px;
   border:none;
   border-radius:5px;
   color:#bcf5e7;
   cursor:pointer;
}

.tab-btn {
    display: inline-block;
    padding: 5px 10px;
    background-color: #1BBA93;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    color: #bcf5e7;
    cursor: pointer;
}

.btn:hover {
  background-color: #169c7b;
  color:white;
}

.form-input-file{
    color:red;
    vertical-align:middle;
    background-color:yellow;
}

input[type="file"]::file-selector-button {
    border: 1px solid grey ;
    border-radius: 0.2em;
    background-color:aliceblue;
    transition: 1s;
    height: 18px;
    vertical-align: middle;
    font-size: 10px;
}

input[type="file"]::file-selector-button:hover {
    background-color: #81ecec;
    border: 1px solid #00cec9;
}

.header-custom-main {
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
    color: black;
}

.header-custom-sub {
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
    color: #de8629;
}

.hideControl
{
    display:none;
}