html, body { 
  margin:0; 
  padding:0; 
 
}
 

footer {
    padding: 2em;
    color: white;
    background-color: gray;
    clear: left;
	
    
    text-align: center;
	background-repeat: no-repeat;
    background-position: center; 
	background-size: auto 125px;
}

u { 
    text-decoration: underline;
}
/* Floating column for labels: 25% width */
.col-50 {
	float: left;
	width: 50%;
	margin-top: 6px;
	display:inline-block;
}


.logo_responsive_desktop {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width_max: 500px;
	clear: left;
	height: auto;
}
.logo_responsive_mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
	clear: left;
    height: auto;
}
.div_mobile{
	
	text-align: left;
  padding: 20px 20px;
font-family:"Avenir Next Cyr W00 Medium", sans-serif;
 font-style:normal;
 font-weight:normal;
 font-size:36px;
 line-height:1.5;
 color:black;
}
	
 .grid-container {
	 
  display: -ms-grid;
 
  -ms-grid-template-columns:15% 70% 15%;
  -ms-grid-columns:15% 70% 15%;
  display: grid;
  
  grid-template-columns: 15% 70% 15% ;
  background-color: white;
  padding: 2px;
 
  
  height:100%;
  
 /* background-image: url("backgrnd.jpg");

    /* Full height */

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.first_colum {
  -ms-grid-row: 1;
  
  -ms-grid-column: 1;
  background-color: rgba(255, 255, 255, .5);
 
}
.middle_colum {
  -ms-grid-row: 1;
  background-color: rgba(255, 255, 255, .93);
  -ms-grid-column: 2;
 
 
}

.third_colum {
  -ms-grid-row: 1;
  
  -ms-grid-column: 3;
  background-color: rgba(255, 255, 255, .5);
 
}
 
.institute {
    background-image: url(download.png);
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding-left: 40px;
    width: 100%;}

label {
	font-size: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 25 0 18px 0;
	padding: 5px 5px 5px 5px;
	display: inline;
	border: 2px;
	font-weight: bold;
}
input {
    width: 100%;
	height: 60px;
	white-space: nowrap;
	 
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    padding: 14px 15px;
    margin: 10px 2px 32px 2px;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	font-size:22px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}

textarea
{
	rows="8";
	width: 100%;
	font-size:22px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
	 margin-top: 14px;
    margin-right: 5px;
    margin-bottom: 30px;
}

 select {
    width: 100%;
	white-space: nowrap;
	 box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    padding: 14px 15px;
    margin: 2px 2px 12px 2px;
    display: block;
    border: 2px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	font-size:22px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}


input.role {
    width: 50%;
    padding: 14px 15px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	white-space: nowrap;
	background-image: url(download.png);
    background-position: 10px 10px; 
    background-repeat: no-repeat;
	 padding-left: 40px;
}
input.role_specific_area {
    width: 50%;
    padding: 14px 15px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	white-space: nowrap;
	background-image: url(download.png);
    background-position: 10px 10px; 
    background-repeat: no-repeat;
	 padding-left: 40px;
}

.submit {
    width: 100%;
    background-color: #47c1bd;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-size:28px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}
.container {
  display: table;
  width: 100%;
}
.container div {
  display: table-cell;
}

.island-error {
    background: #ffcccc;
    border: 1px solid;
    color: #990000;
	 padding: 14px 20px;
	font-size:18px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}
.island-section {
    border:  ;
	padding: 15px 20px 15px 10px;
	margin: 8px 2px 32px 2px;
	background-color:#f1f1f1;margin:20px 0;box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
	display: block;
	
}
.island-title {
    background: gray;
    border: 1px solid;
    color: white;
	 padding: 15px 8px 15px 10px;
	 margin-bottom: 15px;
	 font-family: "Lato", serif;
	 font-size: 24px;
	display: block;
}

.error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 1px;
	margin-top: 5px;
	margin-right: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}

input[type=checkbox] {
	width: 2%;
	float: left;
	margin-top: 02px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	border-radius: 0px;
	height: 20px;
	display: inline-block;
    
}
.show_password {
	margin: 5px 0px 0px 0px;
	font-size: 20px;
	clear: left;
	display: inline-table;
}	

.addItems {
    width: 60%;
    background-color: #045197;
    color: white;
    padding: 14px 10px;
    margin: 0px 0px 0px 0px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
	transition: opacity 0.8s;
	font-size:22px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
	display: inline;
}
.addItems:hover {
    background-color: #f5a049;
	font-size:22px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}

input[type=reset] {
    width: 100%;
    background-color: #47c1bd;;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-size:28px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}
input[type=reset]:hover {
    background-color: #f5a049;
}

input[type=submit]:hover {
    background-color: #f5a049;
}



/*tooltip
====================================================================================*/
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
	color: #47c1bd;
	  font-size:20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 475px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 20%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.8s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 40%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Switch Slide
=====================================================================================*/

/* 'remove' button
=====================================================================================*/
.HyperLinkButton {
	 width: 150px;
    font-size:22px;
    display: inline;
	
	
     background:none!important;
     color:blue;
     border:none; 
     /*border is optional*/
     cursor: pointer;
	 margin: 0px;
	padding: 0px;
	 
}


.img {
    max-width: 100%;
    height: 100px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.bg { 
    /* The image used */
    background-image: url("img_girl.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* 'remove' button
=====================================================================================*/
.radio-toolbar input[type="radio"] {
  display: none;
 
}

.radio-toolbar label {
  display: inline-block;
  background: #FFFFFF;
    border: 2px solid #D1D7DA;
	border-radius: 8px;
  padding: 10px 18px;
  font-size:22px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
  cursor: pointer;
   margin: 0 10px;
    margin-top: 14px;
    margin-right: 5px;
    margin-bottom: 30px;
    margin-left: 5px;
}

.radio-toolbar :hover {
    color: #000;
    background: #fff;
    border: 2px solid #2196F3;
}
.radio-toolbar input[type="radio"]:checked+label {
  background-color: #045197;
  color:white;
}






.checkbox-toolbar input[type="checkbox"] {
  display: none;
 
}

.checkbox-toolbar label {
  display: inline-block;
  background: #FFFFFF;
    border: 2px solid #D1D7DA;
	border-radius: 8px;
  padding: 10px 18px;
  font-size:22px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  cursor: pointer;
   margin: 0 10px;
    margin-top: 4px;
    margin-right: 5px;
    margin-bottom: 13px;
    margin-left: 5px;
}

.checkbox-toolbar :hover {
    color: #000;
    background: #fff;
    border: 2px solid #2196F3;
}


.checkbox-toolbar input[type="checkbox"]:checked+label {
  background-color: #045197;
  color:white;
}
