html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding:0;
  background-color:#f4f4f4 
}

.btn {
     margin-bottom: 5px !important;
}

.bakImg {
height:25%; 
background-color: #b1c5af;
background-image: linear-gradient(0deg,rgba(177, 197, 175,0.5),rgba(177, 197, 175,0.8)), url('../img/banner.jpg');
background-size: cover	
}


.drgLogo{
	height: 50%;
	padding: 10px
}

/* Popup container */
.popup {
	font-size:  1.5 vw;
    position: relative;
    display: inline-block;
    cursor: pointer;
			width:7%; 
			height:100%; 
			float:right;
			text-align: center
}

.userInfo{
			font-size:  1.0vw;
		}
		


#icon{
	width:60%; 
	margin-top: 10px;
	border: 2px solid #00743a; 
	border-radius: 50%; 
	background-color:white;
}

/* The actual popup (appears on top) */
.popup .popuptext {
	font-size:  0.8 vw;
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: 136%;
    left: -83%;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: -6%;
    right: 25%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
	transform: rotate(180deg);
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

.form-control:focus {
  border-color: #00743a;
  box-shadow: inset 0 1px 1px rgba(177, 197, 175, 0.075), 0 0 8px rgba(177, 197, 175, 0.6);
}

.nav-pills>li>a {
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
border:1px solid white !important;
border-bottom-color:white !important;
}

* {
 font-family: Lato; !important;
 font-weight: 700;
}

.card {
    width: 6%;
	position:absolute; 
	right:10px;
	display:inline
}

.containerpro {
    padding: 5px;
	font-size: 1vw;
	width: 6%;
	position:absolute; 
	right:10px;
	display:inline;
	top: 0
}

.containerContent{
	margin-top: 10px;
 width:90% !important;
 margin: 0 auto
}

.input-sm {
    height: 25px !important;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
	background-color: #f4f4f4
}

.form-control {
    display: block;
    width: 100%;
    height: 29px !important;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    margin: 5px;
}


.form-inline .form-control {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
}

div.dt-buttons {
    position: relative;
    float: left;
	margin-bottom: 10px !important;
}

.progress{
	margin-bottom: 0 !important;	
}
.bakImg {
height:25%; 
background-color: #b1c5af;
background-image: linear-gradient(0deg,rgba(177, 197, 175,0.5),rgba(177, 197, 175,0.8)), url('../img/banner.jpg');
background-size: cover	
}

.headLine{
	height:20%; 
	background-color: #00743a
}
.userImg{
	width:40%; 
	margin-top: 10px; 
	margin-right: 5px;
	border: 2px solid #00743a; 
	border-radius: 50%;
}

.drgLogo{
	height: 50%;
	padding: 10px
}

.tabShadow{
	background-color:white; 
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s; 
	padding:10px
}
#but {
	margin-bottom: 20px;
}

#loading {
     width: 100%; 
	 height: 100%; 
	 background-color: white; 
	 z-index: 10; 
	 bottom:0
}

#search {
     border:1px solid lightgrey; 
	 border-radius: 3px; 
	 display: none; 
	 padding:8px;
	margin-bottom:10px
}
#tabAll{
	margin: 0 auto;
	margin-top: -85px;
	width:90%
}

