.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.35;
}

.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: none;
    /* border-top-left-radius: 0.25rem; */
    border-top-right-radius: 0.25rem;
	width: auto;
	/* background: #84a2ee; */
	color: #000055;
	padding: 10px 25px;
	font-size: 15px;
	border: none;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	cursor: pointer;
	/* box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7); */
	/* -moz-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7); */
	/* -webkit-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7); */
	/* -o-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7); */
	-ms-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7);
	
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	width: auto;
	background: #4966b1;
	/* background: transparent; */
	color: #fff;
	padding: 10px 25px;
	font-size: 13px;
	border: none;
	border-radius: 7px;
	border-bottom: 2px solid #4966b1;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	cursor: pointer;
	box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7);
	-moz-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7);
	-webkit-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7);
	-o-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7);
	-ms-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7);
}
.nav-item:hover {
    /* background: #3a518d; */
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    /* border: none; */
    isolation: isolate;
}

.layer{

	/* background:#000; */
	opacity:0.4;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	position:fixed;
	top:0px;
	left:0px;
	z-index:50;
	
	/* background-image: linear-gradient(180deg, rgba(0, 150, 94, 0.22), #00615b 70%); */
    background-repeat: repeat-x;
	
}


.gradient-overlay:before {
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
}
.gradient-overlay-blue:before {
    background-image: linear-gradient(180deg, rgba(0, 150, 94, 0.22), #00615b 70%);
    background-repeat: repeat-x;
}

#overlay{
	display: none;

	background:#000;
	opacity:0.4;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	position:fixed;
	top:0px;
	left:0px;
	z-index:50;
}
#message {
	display:none;
	position:fixed;
	left:50%; margin-left:-10%;
	width:370px;
	top: 21%;
	z-index: 100;
	cursor: not-allowed;
	color: #eaeaea; /* С†РІРµС‚ С‚РµРєСЃС‚Р° */
	border: 1px solid #CFDBED;
	text-decoration: none; /* СѓР±РёСЂР°С‚СЊ РїРѕРґС‡С‘СЂРєРёРІР°РЅРёРµ Сѓ СЃСЃС‹Р»РѕРє */
	user-select: none; /* СѓР±РёСЂР°С‚СЊ РІС‹РґРµР»РµРЅРёРµ С‚РµРєСЃС‚Р° */
	background:#157fc4;
	padding: 0.93em 1.5em; /* РѕС‚СЃС‚СѓРї РѕС‚ С‚РµРєСЃС‚Р° */
	outline: none; /* СѓР±РёСЂР°С‚СЊ РєРѕРЅС‚СѓСЂ РІ Mozilla */
	border-radius: 0.5em;
	letter-spacing: 0.1em;
	/* text-align:center; */
}
#message:before {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 3px;


}

/*
.nav-tabs{
    border-bottom: none;
    padding: 0 20px;
	font-size: 18px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
	border: none;
 background: transparent;
 opacity: 1;
 border-bottom: 2px solid #eec111;
	font-size: 18px;
	transition: all 0.5s ease 0s;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-link {
    display: block;
    color: #c4c4c4;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border: none;
	color: #495057;
    isolation: isolate;
}*/