@CHARSET "utf-8";
/*@import url('https://fonts.googleapis.com/css?family=Oswald'); */
/*@import url('https://fonts.googleapis.com/css?family=Ubuntu');*/
/*@import url('../../font-awesome-4.7.0/css/font-awesome.min.css');*/
/*@import url('https://fonts.googleapis.com/css?family=Exo');*/
body{
	/*font-family: 'Oswald'!important;*/
	/*font-family: 'Encode Sans Expanded'!important;*/
	/*font-family: 'verdana'!important;*/
	/*font-family: 'Ubuntu'!important;*/
	font-family: 'Exo' , Helvetica, Arial, sans-serif !important ;
 	font-style: normal;
 	font-size:1.5em;
	line-height:1.6em;	
}

h1{
	font-size:1.8em;
	line-height:1.8em;
	font-weight:bold;
}

h2{
	font-size:1.7em;
	line-height:1.7em;
	font-weight:bold;	
}

h3{
	font-size:1.6em;
	line-height:1.6em;
	font-weight:bold;	
}

li{
	padding-top:2px;
	/*padding-bottom:2px;*/
}

.home-article{
	background-color: #FFFFFF;
	border:1px solid #eeeeee;
	padding:20px; 
	margin-bottom:20px;
	border-radius: 10px;
	margin-bottom: 80px;
}
/*
h2{
	font-size:1.5em;
}
*/
.nb-body{
	/*background: rgba(212,206,212,1);
	background: -moz-linear-gradient(-45deg, rgba(212,206,212,1) 0%, rgba(255,255,255,0.96) 53%, rgba(255,255,255,0.92) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(212,206,212,1)), color-stop(53%, rgba(255,255,255,0.96)), color-stop(100%, rgba(255,255,255,0.92)));
	background: -webkit-linear-gradient(-45deg, rgba(212,206,212,1) 0%, rgba(255,255,255,0.96) 53%, rgba(255,255,255,0.92) 100%);
	background: -o-linear-gradient(-45deg, rgba(212,206,212,1) 0%, rgba(255,255,255,0.96) 53%, rgba(255,255,255,0.92) 100%);
	background: -ms-linear-gradient(-45deg, rgba(212,206,212,1) 0%, rgba(255,255,255,0.96) 53%, rgba(255,255,255,0.92) 100%);
	background: linear-gradient(135deg, rgba(212,206,212,1) 0%, rgba(255,255,255,0.96) 53%, rgba(255,255,255,0.92) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4ced4', endColorstr='#ffffff', GradientType=1 );*/
	background-image: linear-gradient(to bottom right,#fff,#fff);

}
.nb-auth{
	text-align:right;
	font-size:0.8em;
}

.nb-auth a{
	color: #0054a8;
	font-family: Monospace;
}

.nb-auth a:hover{
	color: #004488;
}

.nb-spacer-90{
	height:67px;
}

.breadcrumb > li a{
	font-size: 0.8em;
}

.breadcrumb{
	margin-bottom: 5px;
}

.mt-page-title{
	/* border: 1px solid #e17c00; */
	padding-left: 10px;
	background-color: #d73629;
	border-radius: 10px;
	color: white;
}

.nb-background1{

  height:80%;
  width:100%;
  position:absolute;
  background: #FFFFFF;
  background-image: url("../img/background-large-2.jpg"); /* fallback */
  
  z-index:-1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(255, 255, 255, 100)
  ),url("../img/background-large-2.jpg") center;
}

.logoEEA{
	/*border:1px solid green;*/
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
    
    width:152px;
	height:70px;
	display:inline-block;
	float:left;
	
}

.logoCH{
	/*border:1px solid green;*/
	background-image: url("../img/CH-EU-Contribution_small_20h.png");
	background-repeat: no-repeat;
	background-position: center;
    width:370px;
	height:70px;
	display:inline-block;
	float:left;
	
}

.logoUEFISCDI{
	
	/*border:1px solid red;*/
	width:125px;
	height:70px;
	background-image: url(../img/uefiscdi-logo-albastru.svg);
	background-repeat: no-repeat;
    background-position: center; 
    display:inline-block;
	float:left;
}

.nb-domeniu-section{
	padding-left:10px;
} 

.mt-home-caseta{
	min-height:240px;
	overflow:hidden;
}
.mt-articol-time{
	color:darkgreen;
	text-align:right;
}
.mt-home-caseta-text{
	/*border:1px solid lightgray;*/
	/*background:#eeeeee;*/
	padding-left:15px;
	border-left:2px solid #CCCCCC;
	min-height:140px;
}

.nb-card-text {
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  /*background-color: #0b8ec5;*/
  padding: 5px;
  color: white;
  /*background-color: rgba(11, 142, 197, 0.3);*/
  background-color: rgba(1, 1, 1, 0.3);
  background-color: rgba(204, 204, 204, 0.3);
  margin-top: 10px;
  margin-left:-14px;
  font-size: 18px;
  position: absolute;
  min-width:60%;
  display:inline-block;
  border-left: 4px solid #075a7d;
  /*border-left: 1px solid #075a7d;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;*/
  /*border-bottom: 2px solid  #075a7d;*/
  /*border-bottom: 2px solid  #075a7d;*/ 
  /*border: 1px solid #075a7d;*/
  z-index:100;

  
  transition: font-size .5s;
  text-shadow: 0 0 0.2em #111111, 0 0 0.2em  #111111, 0 0 0.2em #111111;
}

.nb-card-descr{
  overflow:hidden;
  display:block;
  max-width:40%;
  width:40%;
  max-height:14.9rem;
  min-height:58%;
  height:58%;
  font-size: 1.4rem;
  line-height:1.9rem;
  /*background-color: #0b8ec5;*/
  padding: 5px;
  padding-bottom:20px;
  
  /*background-color: rgba(11, 142, 197, 0.2);*/
  /*background-color: rgba(1, 1, 1, 0.2);*/
  
  margin-top: 55px;
  margin-left:-14px;

  position: absolute;
  /*border-left: 1px solid #075a7d;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 1px solid #0b8ec5; 
  border: 1px solid #075a7d;*/
  z-index:100;
  
  border-radius:2px;
  border-left: 4px solid #075a7d;
  /*border-bottom: 1px solid #075a7d;*/
  /*border: 1px solid #075a7d;*/
  /*border: 1px solid rgba(11, 142, 197, 0.8);*/
 
  color: white;
  text-shadow: 0 0 0.2em #111111, 0 0 0.2em  #111111, 0 0 0.2em #111111;
  background-color: rgba(1, 1, 1, 0.2);
  background-color: rgba(204, 204, 204, 0.6);

  /*color: white;
  text-shadow: 0 0 0.2em #111111, 0 0 0.2em  #111111, 0 0 0.2em #111111;
  background-color: rgba(255, 255, 255, 0.4);*/
}
.nb-card-descr:after{
	position:absolute;
	content:"";
	text-align:right;
	display:inline;
}


.nb-card-text-new {
  margin:0;
  background-color: #0b8ec5;
  padding: 5px;
  color: white;
  /*background-color: rgba(0, 78, 163, 1);*/
  
  
  font-size: 1.5rem;
  
  border-left: 1px solid #075a7d;
  /*border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;*/
  border-bottom: 1px solid #0b8ec5; 
  border: 1px solid #075a7d;
  z-index:100;
    opacity: 0.8;
  filter: alpha(opacity=80);
  text-shadow: 1px 1px 2px #000000;
  transition: font-size .5s;
}


.nb-card{
	/*padding:15px;*/
	z-index:1000000;
	
}

.nb-card-img {
  /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
  border-radius: 2px;	 
  /*border: 1px solid #f8f9fa; */
  /*border-bottom:8px solid #333333;*/
  padding:0;
  /*opacity: 0.7;
  filter: alpha(opacity=70);*/
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  

}

.nb-card:hover  .nb-card-text{
	background-color: rgba(11, 142, 197, 0.7);
	
	width:80%;
	max-width:80%;
	transition: width 0.5s ease-in-out;
}

.nb-card:hover  .nb-card-descr{
	background-color: rgba(11, 142, 197, 0.7);
	transition: background-color 0.5s ease;
	width:80%;
	max-width:80%;
	transition: width 0.5s ease-in-out;
}

.nb-card:hover .nb-card-img{
	/*height:100px;*/
	

}

.nb-card-img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	/*border-bottom:8px solid darkred;*/
	transition: border 1s;
}


.nb-header-contact{ 
	background-color:#0B8EC5;
	/*background-image: linear-gradient(to bottom right,#008ac4,#003399);*/
	color:white;
		font-size:1em;
	line-height:1em;
	
}
.nb-header-contact a{
	color:white;
	font-size:1em;
	line-height:1em;
	
}
 
.nb-box-header{
	
	/*background-image: linear-gradient(to bottom right,#008ac4,#003399);*/
	/*background-color:red;*/
	/* background-color:#dedede; */
	opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */
	/*height:420px;*/
	margin-top:0;
	color:white;
	/*border-bottom:8px solid #035578;*/
	overflow:visible;
	position:relative;

}

.mt-box-header-img{
	width: 100vw;
	opacity: 95%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.overlay{
	background-color: #d73629;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100vh;
	left: 0;
	right: 0;
}

.nb-category{
	background: #0054A8 ;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+90&0.91+16,1+44,1+80 */
/* background: -moz-linear-gradient(top, rgba(125,126,125,0.91) 0%, rgba(105,106,105,0.91) 16%, rgba(71,71,71,1) 44%, rgba(26,26,26,1) 80%, rgba(14,14,14,1) 90%); FF3.6-15
background: -webkit-linear-gradient(top, rgba(125,126,125,0.91) 0%,rgba(105,106,105,0.91) 16%,rgba(71,71,71,1) 44%,rgba(26,26,26,1) 80%,rgba(14,14,14,1) 90%); Chrome10-25,Safari5.1-6
background: linear-gradient(to bottom, rgba(0, 84, 168,0.8) 0%,rgba(0, 84, 168,0.4) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87d7e7d', endColorstr='#0e0e0e',GradientType=0 ); IE6-9
 */
	/*background-color:red;*/
	/*opacity: 0.95;*/
    filter: alpha(opacity=95);
	color:white;
	height:auto;
	
	
}

.nb-map{
	border:1px solid white;
	max-width:100%;
	
	height:auto;
}

.nb-contact{
	/*background-color:#343a40 ;
	color:white;*/
	color: #444;
	/* background-color:#ffcf9f; */
	border-top:0px solid darkorange;
	border-bottom:0px solid darkorange;
	line-height: 1.5em;
	font-size: 0.8em;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#98bede+0,deefff+100 */
background: #eee; /* Old browsers */
/* background: -moz-linear-gradient(top, rgba(213, 43, 30,0.5) 0%, rgba(213, 43, 30,0.1) 100%); FF3.6-15
background: -webkit-linear-gradient(top, rgba(213, 43, 30,0.5) 0%,rgba(213, 43, 30,0.1) 100%); Chrome10-25,Safari5.1-6
background: linear-gradient(to bottom, rgba(213, 43, 30,0.4) 0%,rgba(213, 43, 30,0.8) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D52B1E', endColorstr='#D52B1E',GradientType=0 ); IE6-9 */
}

.nb-contact a{
	/* color: yellow; */
	font-weight: 600;
}

.nb-contact h3{
	font-size: 1.2em;
}

.nb-contact p{
	
}

.nb-contact span{
	color: #999!important;
}

.nb-text-shadow-b {
  text-shadow: 1px 1px 2px #000000; 
  width:400px;
  display:inline-block;
}

.nb-moto {
	display: flex;
	font-family: Monospace;
	/* margin-top: 80px; */
	/* height: 185px; */
	/* text-shadow: 1px 1px 2px #000000; */
	width: 100%;
	/* display: inline-block; */
	background: linear-gradient(90deg, rgba(214 53 40) 0%, rgba(214,53,40) 35%, rgb(255 255 255 / 0%) 100%);
	/* background-color: rgba(213, 43, 30,0.8); */
	/* border: 1px solid #04435E; */
	/* border-radius: 100px; */
	/* -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75); */
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	/* box-shadow: 0px 0px 3px 0px rgb(255 0 0 / 75%);*/
}

.detalii{

    display:inline-block;
    border:1px solid #333333;
    padding:5px;
    margin-top:7px;
    padding-left:7px;
    padding-right:7px;
    color:#333333;
    border-radius:2px;
}

.detalii-white, .detalii-white a:hover,.detalii-white a {
    color:#FFFFFF;
    border:1px solid #EEEEEE;

}

a.detalii-white:hover{
    color: #ccc!important;
}

.fisa {

}


.fisa .fisa-prezentare li{
    padding-top:4px;
    padding-bottom:4px;

   /* list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABp0lEQVQ4T7WTv0sCYRjHn/uVvmdnaqckZlDUUg0SlkOTQ4ORFh62uLc1NudeYzQ3RXCLIeEm4l8QIoinIhcEaRTii3cm3ks4WNZJENEzvrzv5/28z/t9KPhjUX88D/8DiMViAsdxC4QQP03TVoqiXvr9fr3T6bTy+fxg3NpkkEgk3Lqu7zQajZTT6VxACHHdbrcLADder/dC07RKNpt9G0G+AKLRKA8Ae7Va7SocDiOr1fpxWbPZBEVRsj6f7zidTtcnAiRJWlIqFTm4ublht9tN/S2Xy4Tn+cN2u307esoXA0mSQg+qmtsKhYYmptJ1HarV6rnD4TjNZDLacMN3QLBULBYwxsjt8QDHsiAIAmCMgRACzVYL1tZXLy0WdDIREI/H53H7Ndd6elqhafMPsxwH/sXlfYZh7mRZNkwGkUjEYhjGAc/Atc3C0hT1CTEMAs9YKzpFz64sy48TmzhcTCaTdkVRkrMz02de96xtimUAaz2oqY8Flyge9Xq9+ngWJiZxaIIQmlNVdXswGLgEQbgXRbEUCAQ6qVSK/Bik387G/8zCbyzeAW0uohFFPM+JAAAAAElFTkSuQmCC");
*/
}



.fisa table{
	min-width:50%;
}
.fisa th {
	background-color:#000000;
	color:white;
}

.fisa td, .fisa th{
	padding:5px;
}
.fisa-box{
	line-height:23px;
	/*border:1px solid #cccccc;*/
	padding:10px;
	border-radius:3px;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
}
.fisa-titlu-noc{
	padding-left:0px;
	color: #0b8ec5;
}

.fisa-titlu{
	
	cursor:pointer;
	padding-top:0px;
	text-align:left;
	text-shadow: 1px 1px 2px #eeeeee; 	
/*
	-webkit-box-shadow: 0px 8px 8px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 8px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 8px -10px rgba(0,0,0,0.75);
*/	
	font-weight:bold;
	
	
	margin-left:auto;
	margin-right:auto;
	line-height:32px;
	
	/*padding-left:20px;*/
	/*display:inline-block;*/
	/*
	color: #0b8ec5;
	cursor:pointer;
	font-size:1.5em;*/
}
.fisa-titlu:before{
	padding-top:5px;
	margin-top:5px;
	content:"";
	width:20px;
	height:20px;
	display:inline-block;
	margin-right:20px;
	background-image:url('../img/opt/minus.png')
}

.fisa-titlu.collapsed:before{
	padding-top:5px;
	margin-top:5px;
	content:"";
	width:20px;
	height:20px;
	display:inline-block;
	
	background-image:url('../img/opt/plus.png')
}

.fisa-continut{
	
}

.fisa-caract-titlu{
	
}

.fisa-caract-continut{
	color:#666666;
	font-weight:normal;
	display:inline-block;	
}

.fisa-caract-element{
	border-bottom:1px solid #dedede;
	min-height:60px;	
	
}


.fisa-op-continut{
	color:#666666;
}

.produs-listing{
	
}

.produs-listing hr{
	border-top:2px solid #eeeeee;;
	border-bottom:1px solid #cccccc;
}

.produs-listing .produs-listing-titlu{
	color: #0b8ec5;
	font-weight:bold;
	text-shadow: 1px 1px 2px #ffffff; 	
	text-transform: uppercase;
}


.produs-listing .produs-listing-descriere li{
	padding-top:4px;
	padding-bottom:4px;
   /* 
   		list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABp0lEQVQ4T7WTv0sCYRjHn/uVvmdnaqckZlDUUg0SlkOTQ4ORFh62uLc1NudeYzQ3RXCLIeEm4l8QIoinIhcEaRTii3cm3ks4WNZJENEzvrzv5/28z/t9KPhjUX88D/8DiMViAsdxC4QQP03TVoqiXvr9fr3T6bTy+fxg3NpkkEgk3Lqu7zQajZTT6VxACHHdbrcLADder/dC07RKNpt9G0G+AKLRKA8Ae7Va7SocDiOr1fpxWbPZBEVRsj6f7zidTtcnAiRJWlIqFTm4ublht9tN/S2Xy4Tn+cN2u307esoXA0mSQg+qmtsKhYYmptJ1HarV6rnD4TjNZDLacMN3QLBULBYwxsjt8QDHsiAIAmCMgRACzVYL1tZXLy0WdDIREI/H53H7Ndd6elqhafMPsxwH/sXlfYZh7mRZNkwGkUjEYhjGAc/Atc3C0hT1CTEMAs9YKzpFz64sy48TmzhcTCaTdkVRkrMz02de96xtimUAaz2oqY8Flyge9Xq9+ngWJiZxaIIQmlNVdXswGLgEQbgXRbEUCAQ6qVSK/Bik387G/8zCbyzeAW0uohFFPM+JAAAAAElFTkSuQmCC");
	*/
}

/**bootrap overide */
/*menu*/
.navbar{
	margin-bottom:0;
}
.navbar-default{
	background-color: white;
	opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */
 	border-bottom:1px solid #D52B1E;
	font-family: Monospace;
}
.navbar-brand {
    padding: 15px 15px;  /* adjust the top and bottom padding to less than default 15px  if your logo is too small  */
	padding-left:5px;
	padding-bottom:20px;
    margin-top: 0px;  /* adjust the top margin if your logo doesn't line up well  */
    height: 70px; /* you should ONLY need to  adjust this when your navbar is larger than default 50px. This should equal the height of computed height of  .navbar>li>a which is by default is 50px. Don't use this to try and make your logo bigger or smaller. Instead adjust the top and bottom padding accordingly. */
	width:550px;
	padding:0;
}

/* Get rid of link padding to make the above easier */
.navbar-nav>li>a {
    padding-top:0px;
    padding-bottom:0px;
	font-size:1.2em;
	/*text-transform: uppercase;*/
	
}
.navbar-default .navbar-nav > li > a {
	/*color:#0B8EC5;*/
	color: #D52B1E;
	/* text-shadow: 2px 2px 2px #444; */
	display: inline-block;
	/* border: 1px solid #0B8EC5; */
	/*border-radius: 5px; */
	margin-left: 5px;
	/* background-color: #eee; */
	text-align: right;
	padding-left: 20px;
	padding-right: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color:#ba261b;
	/*hover menu*/
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color:#ba261b;
}

/* EDIT these but should be the same depending on on what font you're using */
.navbar-brand, .navbar-nav>li>a {
	/*height: 50px;
	line-height: 50px;*/
	/*padding:7px 7px;*/
}
.btn-primary {
	background-color:#d73629;
	border-color: #d73629;
}

/*form{
	min-height: 80vh;
}*/





@media (max-width: 1192px) { 
	.navbar-nav{
		font-size:1.3rem;
	}

	.overlay{
		height: auto;
	}
	.navbar-nav>li>a{
		padding:5px 5px;
		/* line-height:50px; */
		height:auto;
	}

	.nb-moto{
		margin-top: -175px;
	}
	.nb-brand-ph{
		position:absolute;
		width:120px;
		height:70px;
		margin-top:-10px;
		/*border:4px solid #e7e7e7;*/
		background-color:#f8f8f8;
		background-image: url("../img/logo-slim.png");
		background-repeat: no-repeat;
		background-position: center; 
	}
	.navbar-brand {
		width:304px;	
	}
	
	.nb-box-header{
		height: auto;
	}

}


@media (max-width: 768px) {
	.overlay{
		height: 100vh;
	}
	.nb-header-contact{
		height:40px;
		font-size:0.9em;
	}
	.mt-header-top-contact{
		display:none;
	}
	
	.navbar-nav{
		font-size:1.1rem;
		
	}
	.navbar-nav>li>a{
		padding-left:10px;
		padding-right:10px;
		margin:0;
		height:auto;
		line-height:40px;
	}
	
	
}

@media (max-width: 550px) {
	.overlay{
		height: 100vw;
	}
	.nb-header-contact{
		height:40px;
		font-size:0.9em;
	}
	.mt-header-top-contact{
		display:none;
	}
	.nb-moto{
		margin-top: -175px;
	}

	.navbar-nav{
		height:auto;
		font-size:1.2rem;
	}
	.navbar-nav>li>a{
		padding:0;
	}
	
	/*.nb-box-header{
		  display:none; 
	}*/

	.navbar-header{
		display: flex;
		justify-content: space-around;
		flex-direction: row-reverse;
		margin-right: 5px !important;
		margin-left: 5px !important;
	}

	.logoUEFISCDI{
		width: 80px;
    	height: 30px;
    	margin-right: 15px;
    	margin-top: 10px;
    	margin-left: 5px;
	}
	
	.logoCH{
		background-image: url(../img/CH-EU-Contribution_small_20h.png);
		width: 211px;
    	height: 40px;
	}
	
	.row-div{
		margin-left: 0!important;
		margin-right: 0!important;
	}
	
}




.img-fluid{
	max-width:100%;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	/* position: relative; */
}


.mt-form{
	/* border: 1px solid #555; */
	/* -webkit-box-shadow: 1px 1px 2px 0px #a94442; */
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 20%);
	border-radius: 15px;
}
.mt-form INPUT{
	border: 1px solid #e17c00;
}
.editform input[type="text"]:focus{
	border: 2px solid #e17c00;
	box-shadow: 0 0 11px 2px #e17c0052;
}

.mt-form INPUT:focus{
	border: 2px solid #e17c00;
	box-shadow: 0 0 11px 2px #e17c0052;
}

#countryId{
	border: 1px solid #e17c00; !important;
}

.mt-form textarea{
	/* background:#eeeeee !important; */
}

.mt-breadcrumb{
	background-color:transparent !important;
	padding-left:0;
}


.Text{
	/* background-color:transparent;
	border:0;
	box-shadow:inset 0 0px 0px rgba(0,0,0,.075);
	color:black; */
}



.editform textarea, .editform input[type="text"], .editform select, .editform .selectize-input{
	padding: 5px 10px;
    border: 1px solid #e17c00;
    border-radius: 5px;
    font-size: 13px;
    background: #fff;
    color: #666;
    width: 100%;
    box-sizing: border-box;
    resize: none;
	font-family: Monospace;
    
}

.selectize-input {
	border: 1px solid #e17c00;
    height: 25px;
    min-height: 25px;
    line-height: 1.3;
    background-color: #fff!important;
    height: auto;
    min-height: 30px!important;
}

.editform textarea:hover, .editform input[type="text"]:hover, .editform select:hover, .editform .selectize-input:hover{
	box-shadow: 0 0 11px 2px #e17c0052;
	border: 2px solid #e17c0052;
}

.Text{
	/*padding: 5px 10px;
    border: 0px solid #aaa;
    border-radius: 5px;
    font-size: 13px;
    background: #ddd;
    color: #1789FB!important;
    width: 100%;
    box-sizing: border-box;
    display: block;
    min-height: 25px;
    cursor: not-allowed;
    margin-bottom: 3px;*/


	padding: 10px 10px;
	/* border: 1px solid #6d5e5e; */
	border-radius: 5px;
	font-size: 16px;
	background: #ff6c002e;
	color: #555!important;
	width: 100%;
	box-sizing: border-box;
	display: block;
	min-height: 25px;
	cursor: not-allowed;
	margin-bottom: 3px;
	font-family: Monospace;
}

.Text label{
	font-weight: normal;
	margin-bottom: 0;
}

.row-div{
	/*margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	background: #efefef;
	padding: 10px 20px;
	border-radius: 5px;
	text-align: left;
	border: 0px dotted #3b5272;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
	transition: box-shadow 0.2s;*/

	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	background: #efefef00;
	padding: 10px 20px;
	border-radius: 5px;
	text-align: left;
	border: 1px solid#e17c00;
	/* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%); */
	transition: box-shadow 0.2s;
}

.half-size{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	
}

.treime-size{
	width: 30%;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}

.row-div .text-subtitle{
	display: block;
	border-bottom: 0px solid #1dbf6c;
	margin-bottom: 0px;
	font-weight: 400;
	text-transform: uppercase;
	color: #666;
	text-shadow: 0px 0px 0px #1dbf6c;
	letter-spacing: 1px;
	
}

.row-div:hover {
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.row-div .text-subtitle span{
	font-weight: normal;
}

.row-div .text-obs{
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
	line-height: 1.2;
}

.dom-item{
	background-color: #ffe4d1;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 12px;
	margin: 5px auto;
	width: 95%;
	line-height: 1.3;
	color: #666;
	overflow: hidden;
	
}

.dom-item label{
	font-weight: normal;
	max-width: 80%;
	float: left;
	margin-bottom: 0;
}

.dom-item input[type="button"]{
	background-color: #e41438;
	color: white;
	border: 0;
	border-radius: 3px;
	padding: 2px 5px;
	font-size: 12px;
	float: right;
	font-weight: 600;
}

.dom-item input[type="button"]:hover{
	background-color: #bb112f;
}

.checkbox-label{
	cursor: pointer;	
}

.checkbox-label .Text{
	display: inline-block;
	margin-right: 10px;
	width: 45px;
	text-align: center;
}

.public-profile2 .text-subtitle{
	border-bottom: 1px solid rgba(225, 124, 0, 0.32);
	margin-bottom: 0;
}

.public-profile2 .Text{
	background-color: transparent;
	padding: 0;
	color: #e17c00 !important;
	margin: 0;
}

.public-profile2 label{
	font-weight: normal;
	margin: 0;
}

.public-profile2 .row-div{
	margin-bottom: 10px;
	padding: 5px 10px;
}

.ui-auth{
	background: rgb(213 43 30);
}

.reg-pic-link{
	display: inline-block;
	background-image: url("../img/Register_icon_200.png"); 
	background-repeat: no-repeat;
	width: 200px;
	height: 72px;
	float: left;
	margin-right: 10px;
}