
body{
  font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif !important;
}
input:focus{
    outline: none !important;
}

.display{
  font-size: 13px;
}
.startext{
  font-size: 15px;
}

.text-heading{
  /*font-weight: 600;*/
  color: #47525E;
  font-size: 20px;
}
.supporttext{
  text-decoration:none !important; 
  font-size: 20px;
}
.supporttext:hover{
  color: #ef363d;
}
.text-gray{
  color: #47525E;
}
.addressline{
  font-size: 13px;
}
.text-sub-heading{
  font-weight: 400;
  color: #5A6978;
  font-size: 18px;
}
.text-para{
  font-weight: 100;
  color: #969FAA;
}
.text-red{
	color: #F00;
}
.bg-red{
	background-color: #ef363d;
}
.border-pink{
	border: 1px solid #ed1c2430;
	height: 40px;
}

.bg-gray{
	background-color:  #f8f9fb;
}
.bg-green{
  background-color: #13CE66;
}
.lower ul{
	list-style-type: none;
}
.lower ul li{
	padding-bottom: 10px;
	color: #7a7a7a;
}
.lower ul .fab{
	font-size: 24px;
}
.lower ul h5{
	padding-bottom: 7px;
}
.profile-pic{
	vertical-align: middle;
    width: 45px;
    height: 45px;
    display: block;
    font-size: x-large;
    text-decoration: none !important;
    padding-top: 4px; 
}

.list-group-item{
	font-size: 16px;
}
.left-bar a{
  color: #495460;
}
.left-bar a:hover, .profile-pic{
  text-decoration: none !important;
}
.search-s:focus{
	outline: none !important;
	box-shadow: none;
	background-color: #f8f9fb;
}
.left-bar .active{
	color: #f00;	
	font-weight: bold;
}
.border-gray{
  border-color: #495460;
}
/*input animation*/

.field-wrapper {
  display: block;
  margin: 30px 0px;
  position: relative;
  outline: none;
  width: 100%;
}


.field-wrapper.focused .labels {
  transition: all .2s linear;
  top: -20px;
} 


.labels {
    white-space: nowrap;
    overflow: hidden;
    font-size: 1em;
    position: absolute;
    top: 5px;
    display: inline-block;
    background: #FFF;
    margin: 8px 5px;
    line-height: 1.4em;
    padding: 0 10px;
    transition: all .2s linear;
    text-transform: capitalize;
    cursor: text;
    left:0px;
}

.text-field-input{
  padding: 10px;
  width: 100%;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
}

.text-field-input:focus{
  border: 2px solid #1AA260 !important;
  outline-color: #1AA260;
}



.logout{
    position: absolute;
    top: 43px;
    right: 10px;
    background: white;
    padding: 10px;
}



#myInput,#myInput1 {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  /*padding: 8px 20px 7px 45px;*/
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput:focus,#myInput1:focus {outline: 3px solid #ddd;}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  max-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
  max-height: 282px;
  right: -190px;
  top: -150px;
  min-width: 190px;
}

.dropdown-content a {
  color: black;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid gray;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}



.progress-circle {
  width: 150px;
  height: 150px;
  background: none;
  position: relative;
}

.progress-circle::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress-circle>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress-circle .progress-left {
  left: 0;
}

.progress-circle .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress-circle .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress-circle .progress-right {
  right: 0;
}

.progress-circle .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress-circle .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.w-29{
  width: 29% !important;  
}



.m-0{margin:0!important}
.mt-0,.my-0{margin-top:0!important}
.mr-0,.mx-0{margin-right:0!important}
.mb-0,.my-0{margin-bottom:0!important}
.ml-0,.mx-0{margin-left:0!important}
.m-1{margin:.25rem!important}
.mt-1,.my-1{margin-top:.25rem!important}
.mr-1,.mx-1{margin-right:.25rem!important}
.mb-1,.my-1{margin-bottom:.25rem!important}
.ml-1,.mx-1{margin-left:.25rem!important}
.m-2{margin:.5rem!important}
.mt-2,.my-2{margin-top:.5rem!important}
.mr-2,.mx-2{margin-right:.5rem!important}
.mb-2,.my-2{margin-bottom:.5rem!important}
.ml-2,.mx-2{margin-left:.5rem!important}
.m-3{margin:1rem!important}
.mt-3,.my-3{margin-top:1rem!important}
.mr-3,.mx-3{margin-right:1rem!important}
.mb-3,.my-3{margin-bottom:1rem!important}
.ml-3,.mx-3{margin-left:1rem!important}
.m-4{margin:1.5rem!important}
.mt-4,.my-4{margin-top:1.5rem!important}
.mr-4,.mx-4{margin-right:1.5rem!important}
.mb-4,.my-4{margin-bottom:1.5rem!important}
.ml-4,.mx-4{margin-left:1.5rem!important}
.m-5{margin:3rem!important}
.mt-5,.my-5{margin-top:3rem!important}
.mr-5,.mx-5{margin-right:3rem!important}
.mb-5,.my-5{margin-bottom:3rem!important}
.ml-5,.mx-5{margin-left:3rem!important}
.p-0{padding:0!important}
.pt-0,.py-0{padding-top:0!important}
.pr-0,.px-0{padding-right:0!important}
.pb-0,.py-0{padding-bottom:0!important}
.pl-0,.px-0{padding-left:0!important}
.p-1{padding:.25rem!important}
.pt-1,.py-1{padding-top:.25rem!important}
.pr-1,.px-1{padding-right:.25rem!important}
.pb-1,.py-1{padding-bottom:.25rem!important}
.pl-1,.px-1{padding-left:.25rem!important}
.p-2{padding:.5rem!important}
.pt-2,.py-2{padding-top:.5rem!important}
.pr-2,.px-2{padding-right:.5rem!important}
.pb-2,.py-2{padding-bottom:.5rem!important}
.pl-2,.px-2{padding-left:.5rem!important}
.p-3{padding:1rem!important}
.pt-3,.py-3{padding-top:1rem!important}
.pr-3,.px-3{padding-right:1rem!important}
.pb-3,.py-3{padding-bottom:1rem!important}
.pl-3,.px-3{padding-left:1rem!important}
.p-4{padding:1.5rem!important}
.pt-4,.py-4{padding-top:1.5rem!important}
.pr-4,.px-4{padding-right:1.5rem!important}
.pb-4,.py-4{padding-bottom:1.5rem!important}
.pl-4,.px-4{padding-left:1.5rem!important}
.p-5{padding:3rem!important}
.pt-5,.py-5{padding-top:3rem!important}
.pr-5,.px-5{padding-right:3rem!important}
.pb-5,.py-5{padding-bottom:3rem!important}
.pl-5,.px-5{padding-left:3rem!important}