@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
@font-face {
	font-family: 'GothamBook';
	src: url('../fonts/GothamBook.eot');
	src: local('GothamBook'), url('../fonts/GothamBook.woff') format('woff'), url('../fonts/GothamBook.ttf') format('truetype');
}

@font-face {
	src:url(../fonts/abeatbyKaiRegular.otf);
	font-family:abeatbyKai;
}
@font-face {
	src:url(../fonts/ProximaNova-Light.otf);
	font-family:"proxima Nova Lt";
}
 .footer {
  background-color: #f5f5f5;
  bottom: 0;
  padding: 20px;
  position: absolute;
  width: 100%;
}

   html {
            min-height: 100%;
            position: relative;
        }
body{  
    overflow-x:hidden;   
    background:#0099FF;
    color: #363636;
    font-family: "Open Sans",Arial,Tahoma;
    font-size: 1em;
    font-weight: 400;
}

.nav.navbar-nav a {
  font-size: 14px;
}
p {
  font-size: 14px;
}
.form-group > label {
  font-size: 16px;
}
.patient-tag{
    color: #fff
}
.panel-title{
    font-size: 24px;
}
.panel-body {
  background: #f1f1f1 none repeat scroll 0 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.panel-heading {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.panel-default > .panel-heading {
  background-image: none;
  background-repeat: repeat-x;
}
.panel-default > .panel-heading {
  background-color: #10a5f2;
  border-color: #10a5f2;
  color: #fff;
}
.panel {
  box-shadow: 0 0;
  border-radius: 15px;
}
.panel-default {
  border-color: transparent;
}
.Practitionerlist {
  list-style: outside none none;
  padding-left: 15px;
}
.Practitionerlist > li {

  padding: 10px;
}
.parcti {
  height: 250px;
  overflow-y: scroll;
}
.bg-gray{
    background:#f1f1f1;padding: 30px;margin-bottom: 15px;min-height: 550px;border-radius:15px
}
.mainform {
  margin-top: 30px;
}

.btn-new .btn {
  font-size: 18px;
  padding: 9px 50px;
}
.btn.btn-primary, .btn.btn-default {
  padding: 9px 15px;
}
.form-control{
    height: 40px;
}
.newcontainer {
    width:80%;
    margin:0 auto;
}
.detailsUser {
  font-size: 18px;
  font-weight: 100 !important;
 
}

.notes .panel-heading {
  background: #333 none repeat scroll 0 0;
}
.notes h3 {
  font-size: 18px;
}
.notes .panel-body {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #333;
}
.notes {
  border: 0 solid !important;
}
.user {
  border-radius: 50px;
  margin: -15px 0;
  width: 26px;
}
.edit-btn {
  float: right;
  margin-top: -32px;
  padding: 8px 32px !important;
}




/*.form-group input[type="checkbox"] {
    display: none;
}*/

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}
.btn-info-new{
    background:#10a5f2;
    color:#fff
}
.checked {
  margin-top: 38px;
}

/*******************************************
footer
*******************************************/
footer ul {
  border-left: 1px solid #333;
  list-style: outside none none;
  margin-left: 27px;
  padding-left: 19px;
}
footer ul li a {
  color: #333;
  font-size: 14px;
  line-height: 1.7em;
}
footer ul li a:hover {
  text-decoration:none
}
.follow-icon {
  border: 0 none;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.follow-icon > li {
  float: left;
  margin: 0 10px;
}
        .footer {
            background-color: #fff;
            bottom: 0;
          padding: 20px;           
            width: 100%;
            margin-top:100px
        }






.display{
  margin-top: 80px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 15px;
}
/*******************************************
PHOTO (AVATAR)
*******************************************/
#photo-header{
  margin-top: -75px;
}
#photo{
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  background: #ededed;
  display: inline-block;
}
#photo img{
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
#text-header h1{
  margin: 0;
  padding: 0;
  font-size: 2.4em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
}
#text-header h1::first-line{
  font-size: 1.5em;
  letter-spacing: -4px;
  font-weight: 800;
  line-height: 1.5em;
}
#text-header h1 span{
  color: #F0563D;
}
#text-header h1 sup{
  opacity: 0.5;
}
#text-header:after{
  width: 100%;
  height: 3px;
  background: url(../img/line.png);
  margin-top: 15px;
  content: '';
  display: block;
}
.editMore {
  background: #ec7263 none repeat scroll 0 0;
  color: #fff;
  font-size: 25px;
  padding: 4px 15px;
  position: absolute;
  right: 20px;
  top: 18px;
}
/*******************************************
DEFAULT BOX
*******************************************/
.box{
  margin-bottom: 15px;
}
.box h2{
  color: #EC7263;
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
}
.box h2:before{
  content: '//';
  margin-right: 5px;
}
.box p{
  font-size: 1.3em;
  line-height: 1.5em;
}
/*******************************************
EDUCATION
*******************************************/
#education{
  margin-top: 20px;
  position: relative;
  padding: 1em 0;
  list-style: none;
}
#education:before {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 25px;
  top: 0;
  content: ' ';
  display: block;
  background: #ec7263;
  background: -moz-linear-gradient(top,  #ffffff 0%, #ec7263 7%, #ec7263 89%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(7%,#ec7263), color-stop(89%,#ec7263), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ec7263 7%,#ec7263 89%,#ffffff 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#ec7263 7%,#ec7263 89%,#ffffff 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#ec7263 7%,#ec7263 89%,#ffffff 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#ec7263 7%,#ec7263 89%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
#education li{
  width: 100%;
  z-index: 2;
  position: relative;
  float: left;
}
#education .year{
  width: 10%;
  background: #fff;
  padding: 10px;
  font-size: 1.5em;
  font-weight: 700;
  display: inline-block;
}
#education .description{
  width: 80%;
  display: inline-block;
  background: #eee;
  margin-bottom: 10px;
  position: relative;
  padding: 10px 10px 0 10px;
  border-bottom: 1px solid #ddd;
}
#education .description:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 0;
  left: -16px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-right-color: #eee;
  border-width: 8px;
  pointer-events: none;
}
#education .description h3{
  font-size: 1.6em;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
#education .description p{
  font-size: 1.3em;
  margin-top: 5px;
  padding: 0;
}
/*******************************************
EXPERIENCES
*******************************************/
.job{
  margin-bottom: 15px;
}
.job .where{
  font-size: 1.4em;
  font-weight: bold;
}
.job .year{
  font-size: 1.3em;
  opacity: 0.7;
}
.job .profession{
  font-size: 1.6em;
  font-weight: bold;
}
.job .description{
  font-size: 1.2em;
  line-height: 1.5em;
}
/*******************************************
CONTACT
*******************************************/
.contact-item{
  width: 100%;
  float: left;
}
.contact-item .icon{
  padding: 10px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  opacity: 0.2;
}
.contact-item:last-child .icon{
  border-bottom: none;
}
.contact-item .fa{
  font-size: 2em;
}
.contact-item .title{
  width: 80%;
  width: calc(100% - 55px);
  font-size: 1.5em;
  font-weight: 700;
  opacity: 0.9;
}
.contact-item .title.only{
  margin-top: 10px;
}
.contact-item .description{
  width: 80%;
  width: calc(100% - 55px);
  font-size: 1.2em;
  opacity: 0.7;
}
/*******************************************
SKILLS
*******************************************/
.item-skills{
  height: 30px;
  background: #F0563D;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.3em;
  font-weight: 600;
}
.skills-legend{
  margin-top: 20px;
  opacity: 0.8;
}
.skills-legend:before{
  width: 100%;
  height: 3px;
  position: relative;
  content: ' ';
  display: block;
  margin-bottom: -13px;
  background: #c6c6c6;
}
.skills-legend div{
  width: 25%;
  display: inline-block;
  font-size: 1.2em;
  color: #a9a9a9;
  float: left;
}
.legend:before{
  width: 3px;
  height: 10px;
  position: relative;
  content: ' ';
  display: block;
  margin: auto;
  margin-bottom: 15px;
  background: #c6c6c6;
}
.legend-left.legend:before{
  margin-left: 0;
}
.legend-right.legend:before{
  margin-right: 0;
}
.legend-left:nth-child(2) span{
  margin-left: -25px;
}
.legend-right:nth-child(3) span{
  margin-right: -20px;
}
.legend-right{
  text-align: right;
}
/*******************************************
LANGUAGES
*******************************************/
#language-skills .skill{
  font-size: 1.3em;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
#language-skills .skill .icons{
  width: 111px;
  height: 14px;
  background: url(../img/star-grey.png) no-repeat;
}
#language-skills .skill .icons-red{
  background: url(../img/star-red.png) no-repeat;
}

#box-skills .skill{
  font-size: 1.3em;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
#box-skills .skill .icons{
  width: 111px;
  height: 14px;
  background: url(../img/star-grey.png) no-repeat;
}
#box-skills .skill .icons-red{
  background: url(../img/star-red.png) no-repeat;
}
.contact-box {
  float: right;
}
/*******************************************
HOBBIES
*******************************************/
.hobby{
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 5px 5px 25px;
  background: #A75265;
  position: relative;
  font-size: 1.2em;
}
.hobby:before{
  content: "\f004";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 6px;
  left: 7px;
}
/*******************************************
MEDIA
*******************************************/
@media (min-width: 500px) {
  #education .description{
    width: 85%;
  }
}
@media (min-width: 768px) {
  #education .description{
    width: 85%;
  }
}
@media (min-width: 992px) {
  #education .description{
    width: 87%;
  }
}
@media (min-width: 1200px) {
  #education .description{
    width: 90%;
  }
}




/*******************************************
REPEAT BOX
*******************************************/


.box-head > h2 {
  text-align: center;
}

/*============================== end =============================*/


input {
	-webkit-appearance: none;
	box-shadow: none !important;
}
a:active, a:focus, button:active, button:focus {
	outline: none !important;
	box-shadow: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/**************login screen start*************************************/
.login_page {
	min-height: 700px;
	min-height: calc(105vh - 100px);
}
.nopadding {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.login_header {
	background: #0961ba;
	height: 70px;
	float:left;
	width:100%;
}
.logo, .logo a {
	float: left;
}
.logo img {
	margin: 10px 0;
	width: 86px;
}
.login_container{
	background:#fafafa;
	border:2px solid #e4e4e4;
	float:left;
	
}
.sign_in {
	float: right;
	margin: 15px 25px 10px 0;
	text-align: right;
}
.sign_in a {
    background: #183e65 none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 15px;
    padding: 8px 22px;
    text-decoration: none;
    text-transform: uppercase;
	  transition: ease-in-out 0.3s;
}
.padtopbottom40 {
	padding-top: 10%;
	padding-bottom: 40px;
}
.m_top {
    border-bottom: 2px solid #e4e4e4;
    color: #494949;
    float: left;
    font-family: "Raleway",sans-serif;
    font-size: 26px;
    font-weight: unset;
    padding: 3px 0 21px;
    text-align: center;
    width: 100%;
}
.login_input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f3f3f3 none repeat scroll 0 0;
    border-image: none;
	border-bottom:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-left:none;
    box-shadow: none;
    color: #3c3c3c;
    float: left;
    font-family: "Open Sans";
    font-size: 16px;
    min-height: 56px;
    padding: 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: calc(100% - 56px);
}

.login_input:hover, .login_input:focus {
	border-top: 1px solid #0961ba;
	border-bottom: 1px solid #0961ba;
	border-right: 1px solid #0961ba;
	border-left:none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}

.login_captcha {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #f3f3f3 none repeat scroll 0 0;
	border-image: none;
	border: 1px solid #e1e1e1;
	box-shadow: none;
	color: #3c3c3c;
	float: left;
	font-family: "Open Sans";
	font-size: 16px;
	min-height: 56px;
	padding: 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 150px;
}
.login_btn {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}
.btn-default-new {
    background-color: #33d496;
    border-radius: 2px;
    color: #ffffff;
    float: left;
    font-family: open sans;
    font-size: 17px;
    line-height: 14px;
    padding: 17px 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
	  transition: ease-in-out 0.3s;
}
/*.login_btn > a:focus, active {
	background: #007ac2 none repeat scroll 0 0;
	color: #ffffff;
	border: 2px solid #026cab;
}*/
.inherit_checkbox {
	float: left;
}
.inherit_checkbox input {
	display: none;
}
.in_check {
	background-image: url("../images/uncheck.png");
	background-position: 3px center;
	background-repeat: no-repeat;
	background-size: 18px auto;
	color: rgb(73, 73, 73);
	cursor: pointer;
	font-size: 15px;
	font-weight: normal;
	padding: 0 0 0 5px;
	color:#7c7d7d;
	font-family:"Open Sans";
}
/*.in_check:hover {
	background-color: #f2f2f2;
}*/
.inherit_checkbox input[type="checkbox"]:checked + .in_check {
	background-image: url("../images/check.png");
}
.in_check span {
	padding-left: 25px;
}
.forgot_password {
	font-size: 15px;
	color: #007AC2;
	float:right;
	font-family:"Open Sans";
}
.footer {
	background-color: #959595;
}
.copyright {
	margin-top: 13px;
	margin-bottom: 0;
	color: #e0e0e0;
	font-size: 14px;
	flex: l;
	float: left;
	text-align: center;
	width: 100%;
	font-family: 'GothamBook';
}
.cookie, .cookie:hover {
	font-size: 14px;
	color: #222222;
	float: left;
	text-align: center;
	width: 100%;
	margin-bottom: 13px;
}
.main_input {
    float: left;
    padding: 25px;
    width: 100%;
}
.e-mail {
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
}
.e-mail _1{
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}
.e-mail_icon {
    float: left;
    width: auto;
}
.btn-default-new:hover{
	background:#18b176;
    color:#fff !important;
}
.sign_in > a:hover {
    background: #3584d4 none repeat scroll 0 0;
}
/**************login screen end*************************************/


/**************Find work  start*************************************/
.nav_bars {
	float: left;
	margin: 15px 20px;
	width: 450px;
}
.nav_bars ul {
	width: 100%;
	float: left;
	padding: 0px;
	list-style: none;
}
.nav_bars ul li {
	float: left;
}
.nav_bars ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	font-family: 'GothamBook';
	padding: 26px 15px 26px 15px;
}
.nav_bars a:hover {
	color: #007ac2;
}
.right_section {
	float: right;
	margin: 20px 0 0;
	width: 390px;
}
.icons {
	float: left;
	width: 200px;
	padding-left: 70px;
	position: relative;
}
.tabicons {
	float: left;
	width: 33px;
	margin: 0 10px;
}
.search {
	background: rgba(0, 0, 0, 0) url("../images/search.png");
	float: left;
	height: 30px;
	width:30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.search:hover {
	background: rgba(0, 0, 0, 0) url("../images/search_active.png");
	float: left;
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.question {
	background: rgba(0, 0, 0, 0) url("../images/Question.png");
	float: left;
	height: 25px;
	width: 25px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.question:hover {
	background: rgba(0, 0, 0, 0) url("../images/question_active.png");
	float: left;
	height: 25px;
	width: 25px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bell {
	background: rgba(0, 0, 0, 0) url("../images/bell.png");
	float: left;
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bell:hover {
	background: rgba(0, 0, 0, 0) url("../images/bell_active.png");
	float: left;
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.profile_section {
	float: left;
	width: 150px;
	cursor: pointer;
}
.profile_pic {
	float: left;
}
.profile_pic > img {
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	height: 30px;
	object-fit: cover;
	width: 30px;
	float: left;
}
.profile_pic p {
	color: #ffffff;
	float: left;
	font-family: "GothamBook";
	font-size: 13px;
	margin: 5px 0 0 6px;
	width: auto;
	cursor: pointer;
}
.profile_pic span img {
	background-size: cover;
	height: 15px;
	margin-left: 5px;
	margin-top: -4px;
	width: 15px;
}
.dow_errow {
	background: url(../images/down_errow.png);
	height: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	float: left;
	margin-left: 2px;
	margin-top: 8px;
	width: 13px;
	height: 15px;
}
.profile_section:hover .dow_errow {
	background: url(../images/down_errow_active.png);
	height: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	float: left;
	margin-left: 2px;
	margin-top: 8px;
	width: 13px;
	height: 15px;
}
.search_box {
    background: #0961ba none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 2px;
    height: 40px;
    position: absolute;
    right: 95px;
    top: -6px;
    width: 200px;
}
.input_box {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    float: left;
    font-size: 14px;
    height: 100%;
    padding: 0 0 0 8px;
    width: 81%;
}
.search_icon {
	float: left;
	margin-top: 5px;
	  cursor: pointer;
}
.search_icon > img {
	cursor: pointer;
	margin-left: 7px;
	margin-top: -4px;
	width: 25px;
}
.cross {
	float: right;
	display: none;
}
.cross img {
	width: 12px;
}
#content33 li:hover .cross {
	display: block;
}
.profile_detail {
	width: 100%;
	float: left;
	padding: 10px;
}
.oPresence {
	margin: 0 auto;
	width: 300px;
}
.oPresence .oBtnGrp {
	width: 100%;
}
.oBtnGrp {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}
.oBtnGrp > input {
	position: absolute;
	visibility: hidden;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
.oBtnGrp > input + label:first-of-type {
	border-radius: 2px 0 0 2px;
}
.oPresence .oBtnGrp label {
	background: #ffffff none repeat scroll 0 0;
	width: 50%;
}
.oBtnGrp > input + label {
	background: #e0e0e0 none repeat scroll 0 0;
	color: #494949;
	cursor: pointer;
	font-weight: 400;
	margin-right: -4px;
	padding: 6px 15px;
	text-align: center;
}
.oBtnSecondary, .oMenuButton .oMtnAction {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #e0e0e0;
	color: #37a000;
	font-weight: 400 !important;
	height: 35px;
	line-height: 20px;
	vertical-align: middle;
}
.oBtn, .oMenuButton .oMtnAction, .oMenuButton .oMtnClear {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 padding-box;
	border: 0 none;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	font: 14px/24px "Gotham Medium";
	outline: 0 none;
	padding: 5px 14px;
	white-space: nowrap;
}
.oPresence .oBtnGrp > input:checked + label {
	border-color: #007ac2;
}
.oBtnGrp > input:checked + label, .oBtnGrp > input:focus + label {
	background: #007ac2 none repeat scroll 0 0;
	color: #ffffff;
}
.oBtnGrp > input + label:last-of-type {
	border-radius: 0 2px 2px 0;
	margin-right: 0;
}
.oPresence .oBtnGrp label {
	background: #ffffff none repeat scroll 0 0;
	width: 50%;
}
.oBtnGrp > input + label {
	background: #e0e0e0 none repeat scroll 0 0;
	color: #494949;
	cursor: pointer;
	font-weight: 400;
	margin-right: -4px;
	padding: 6px 15px;
	text-align: center;
	font-family: "GothamBook";
}
.oBtnSecondary, .oMenuButton .oMtnAction {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #e0e0e0;
	color: #37a000;
	font-weight: 400 !important;
	height: 35px;
	line-height: 20px;
	vertical-align: middle;
}
.oPresence .oBtnGrp label:hover {
	border-color: #007ac2;
	color: #007ac2;
}
.oPresence .oBtnGrp > input:checked + label:hover {
	color: #ffffff;
}
.detail {
	float: left;
	width: 320px;
}
.detail img {
	border: 2px solid #8f8f8f;
	border-radius: 50%;
	height: 28px;
	object-fit: cover;
	width: 28px;
	float: left;
}
.detail > li {
	border: medium none !important;
}
.detail span {
	float: left;
	margin-left: 10px;
	width: 75%;
}
.detail li a {
	border-top: 2px solid #e0e0e0 !important;
	float: left;
	font-family: "GothamBook";
}
.detail li a:hover {
	border: 2px solid #007ac2 !important;
}
.detail li a:hover img {
	border: 2px solid #007ac2 !important;
}
.detail small {
	font-size: 13px;
	margin-left: 11px;
	width: 75%;
}
.setting {
	background: rgba(0, 0, 0, 0) url("../images/setting.png");
	float: left;
	height: 25px;
	width: 25px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.detail li a:hover .setting {
	background: rgba(0, 0, 0, 0) url("../images/setting_active.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	float: left;
	height: 25px;
	width: 25px;
}
.logout {
	background: rgba(0, 0, 0, 0) url("../images/logout.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	float: left;
	height: 20px;
	width: 20px;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.detail li a:hover .logout {
	background: rgba(0, 0, 0, 0) url("../images/logout_active.png");
	float: left;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.detail p {
	float: right;
}
.logut {
	float: left;
	width: 60px !important;
}
input:focus, textarea:focus, select:focus {
	outline: 0 none;
}
.profile_pic p:hover {
    color: #80cfcf;
}
.find_work {
	float: left;
	margin-top: 10px;
	padding-right: 15px;
	width: 20%;
}
.find_work h1 {
	color: #494949;
	font-size: 26px;
	font-family: 'GothamBook';
}
.feed_search {
    margin: 0 auto;
    padding: 20px 0;
    width: 50%;
	overflow:hidden;
}
.feed_search_input {
    float: left;
    width: 73%;
}
.feed {
	background: #ffffff none no-repeat scroll center center;
	border: 2px solid #e0e0e0;
	border-radius: 2px;
	color: #494949;
	height: 41px;
	width: 100%;
	outline: 0 none;
	padding: 6px 12px 6px 10px;
	font-size: 15px;
}
.Btns {
    background: #33d496 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    float: right;
    font-size: 16px;
    line-height: 0;
    margin-left: 10px;
    padding: 18px 30px;
    text-transform: uppercase;
	font-family:"Open Sans";
	min-height:41px;
	transition: all 0.3s ease-in-out 0s;
}
.feed_search a {
	margin-top: 10px;
	color: #007ac2;
	text-decoration: none;
	font-size: 13px;
	font-family: 'GothamBook';
	float: left;
}
.feed_search > a:hover {
	text-decoration: underline;
}
.drop {
    border: 1px solid #e8e8e8;
    float: left;
    left: -95px;
    position: absolute;
    top: 32px;
    width: 200px;
    z-index: 1;
}
.drop > ul {
	background: #ffffff none repeat scroll 0 0;
	float: left;
	list-style: outside none none;
	padding: 0;
	width: 100%;
	margin: 0;
}
.drop li {
	border-bottom: 1px solid #e8e8e8;
	float: left;
	width: 100%;
}
.drop a {
	float: left;
	font-size: 14px;
	font-weight: 600;
	padding: 13px 10px;
	width: 100%;
	border: 2px solid rgba(255, 255, 255, 0);
	font-family: 'GothamBook';
}
.drop a:hover {
	border: 2px solid #007ac2;
	text-decoration: none;
	color: #007ac2;
}
.Btns:hover {
	background: #18b176 ;
}
.feed:focus {
	border: 2px solid #007ac2;
}
.middle {
	float: left;
	width: 100%;
	margin-top: 35px;
}
.left_section {
	width: 75%;
	float: left;
	padding-right: 10px;
}
.left_section p {
	float: left;
	width: 100%;
	font-family: 'GothamBook';
	font-size: 13px;
	text-align: left;
}
.right_section_1 {
	width: 25%;
	float: left;
	padding-left: 10px;
}
.box {
	width: 100%;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	float: left;
}
.box h1 {
	border-bottom: 1px solid #e0e0e0;
	float: left;
	font-family: "GothamBook";
	font-size: 14px;
	margin: 0;
	padding: 12px 0 12px 12px;
	width: 100%;
}
.profile_image {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.profile_image img {
	background-position: center center;
	background-size: cover;
	border: 1px solid #bfbfbf;
	border-radius: 50%;
	height: 100px;
	object-fit: cover;
	width: 100px;
}
.box h2 {
	float: left;
	font-family: "GothamBook";
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px 0 10px 15px;
	width: 100%;
}
.footer_section {
    background: #959595 none repeat scroll 0 0;
    float: left;
    width: 100%;
	position:absolute;
	bottom:0px;
}
.section {
	width: 25%;
	float: left;
	padding-right: 10px;
	list-style: none;
	padding-left: 0px;
}
.section li {
	width: 100%;
	float: left;
}
.section li a {
	color: #7d7d7d;
	font-family: "GothamBook";
	font-size: 15px;
	line-height: 30px;
}
.service {
	float: left;
	margin-top: 20px;
}
.service > a {
	border: 1px solid #7d7d7d;
	font-size: 13px !important;
	padding: 5px;
	text-decoration: none;
}
.social_netwoking {
	width: 100%;
	float: left;
	text-align: center;
}
.social_netwoking ul {
	padding: 0;
}
.social_netwoking ul li {
	display: inline-block;
	list-style-type: none;
}
.copyright_1 {
	color: #ffffff;
	float: left;
	font-family: "GothamBook";
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
.e-mail_icon > img {
    width: 56px;
}

/**************Find work  End*************************************/



/**********************Dropdown_menu_css_start-**********************************************/
#page {
	margin: 30px auto 100px;
	width: 40%;
}
#page_content {
	background: #fff;
	box-shadow: 0 1px 5px #ccc;
	margin-top: 20px
}
#pageCaption {
	font-size: 24px;
	font-weight: 500;
	line-height: 24px
}
#pageDesc {
	color: #777;
	margin-top: 5px;
	font-size: 90%
}
#copyrightBlock {
	float: right
}
#version, #gitHubLink, #downloadLink {
	color: #fff;
	background: #4081BE;
	display: inline-block;
	padding: 0 10px;
	border-radius: 3px;
	text-decoration: none;
	font-size: 12px;
	line-height: 24px;
	margin-left: 1px
}
#downloadLink:hover {
	background: #3772A8
}
#gitHubLink {
	background: #ccc;
	color: #555;
	font-weight: 500
}
#gitHubLink:hover {
	background: #aaa;
	color: #333
}
#version {
	background: transparent;
	color: #555;
	font-weight: 500
}
#version span {
	margin-left: 10px;
	color: #999;
	font-size: 12px
}
.exampleContainer {
	margin: -1px 0 50px
}
.exampleContainer .exampleLive {
	padding: 20px;
	font-size: 14px
}
.exampleContainer .exampleLive:after {
	content: '';
	clear: both;
	display: table
}
.exampleContainer .exampleLive .exampleLiveTitle {
	border-left: 5px solid #0084ff;
	margin: -20px -20px 20px;
	padding: 10px 20px 10px 15px;
	font-size: 20px;
	text-transform: uppercase
}
.exampleContainer .exampleCode {
	background: #2b2f3b;
	padding: 20px;
	overflow: auto
}
.exampleContainer .exampleCode pre {
	line-height: 0
}
.exampleContainer .exampleCode code {
	white-space: pre-line
}
.exampleContainer .exampleCode code * {
	font-family: consolas;
	font-size: 13px
}
.exampleContainer .exampleCode code > p {
	line-height: 20px;
	color: #7993ad;
	display: inline-block
}
.exampleContainer .exampleCode code .tab {
	padding-left: 15px
}
.exampleContainer .exampleCode code .tab2 {
	padding-left: 30px
}
.exampleContainer .exampleCode code .tab3 {
	padding-left: 45px
}
.exampleContainer .exampleCode code .tab4 {
	padding-left: 60px
}
.exampleContainer .exampleCode code .tag {
	color: #97e0e9
}
.exampleContainer .exampleCode code .text {
	color: #fff
}
.exampleContainer .exampleCode code .key {
	color: #bf5c5b
}
.exampleContainer .exampleCode code .val {
	color: #fadf8c
}
.exampleContainer .exampleCode code .var {
	color: #aae997
}
.exampleContainer .exampleCode code .var2 {
	color: #b297e9
}
/* btn */

.btn.btn-default {
}
.btn.btn-default:hover {
	background: #eee;
	border-color: #bbb
}
.btn.btn-default:focus {
	background: #ddd;
	border-color: #bbb
}
.btn.btn-primary {
	background-color: #007ec4;
	border-color: #005A8C;
	color: #fff
}
.btn.btn-primary:hover {
	background-color: #158CCF;
	border-color: #005A8C
}
.btn.btn-primary:focus {
	background-color: #005A8C;
	border-color: #005A8C
}
.btn.btn-default[disabled] {
	background: #fafafa!important;
	border-color: #ccc!important;
	color: #aaa
}
.btn.btn-primary[disabled] {
	background: #3F9DD0!important;
	border-color: #537FA9!important;
	color: #ACD3E8;
	box-shadow: none!important
}
.btn.btn-left {
	float: left;
	margin: 0 5px 0 0!important
}
/* tabs */
.tabs_container {
	padding: 10px 5px 0;
	border-bottom: 1px solid #ddd
}
.tabs_container:after {
	content: '';
	clear: both;
	display: table
}
.tabs_container > .tab {
	float: left;
	line-height: 40px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	color: #555;
	margin: 0 15px;
	margin-bottom: -1px;
	font-size: 14px
}
.tabs_container > .tab.active {
	border-color: #007ec4;
	color: #000
}
.tabs_container > .tab:hover {
	color: #000
}
.page_container {
}
.page_container > .page {
	display: none
}
.page_container > .page.active {
	display: block
}


/***********************************************dropdown menu css -end***********************************************/


/**************Side bar page start************************************/
.sidemenu
{
	height:100%;
	background-color:#ffffff;
	float:left;
}
.content {
    background-color: #f8f8f8;
    float: left;
    height: calc(100vh - 70px);
}
.logo_side {
    background: #0553a1 none repeat scroll 0 0;
    float: left;
    text-align: center;
    width: 267px;
}
.logo_side img {
    padding: 6px 0 7px;
    width: 102px;
}
.navigations{
	width:100%;
	float:left;
}
.navigations > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.navigations li {
    border-bottom: 1px solid #c7c7c7;
    float: left;
 
    width: 100%;
}
.navigations li a {
    color: #4d4d4d;
    float: left;
    font-family: "Open Sans";
    font-size: 15px;
    padding: 16px 15px;
    text-decoration: none;
    width: 100%;
}
.dispensing{
	background:url(../images/dispensing.png);
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:21px;
	height:21px;
	margin-right:10px;
}
.dispensing_active
{
		background:url(../images/dispensing_active.png);
		background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:21px;
	height:21px;
	margin-right:10px;

}

.repeat{
	background:url(../images/repeat.png);
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:21px;
	height:21px;
	margin-right:10px;
}
.repeat_active {
	background:url(../images/repeat_active.png);
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:21px;
	height:21px;
	margin-right:10px;
}
.transmit{
		background:url(../images/transmit.png);
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:21px;
	height:21px;
	margin-right:10px;
}
.navigations a:hover {
	background-color:#0961ba;
	color:#ffffff;
 border-left: 3px solid #33d496;

}

.navigations a:hover .dispensing{
	background:url(../images/dispensing_active.png);
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:21px;
	height:21px;
	margin-right:10px;
}
.navigations a:hover .repeat{
	background:url(../images/repeat_active.png);
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:21px;
	height:21px;
	margin-right:10px;
}
.navigations a:hover .transmit{
	background:url(../images/transmit_active.png);
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:21px;
	height:21px;
	margin-right:10px;
}
.navigations a:hover .view{
	background:url(../images/view_active.png);
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:21px;
	height:21px;
	margin-right:10px;
}
.view{
	background:url(../images/view.png);
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:21px;
	height:21px;
	margin-right:10px;
}
.errow{
	background:url(../images/right_errow.png);
	float:right;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:13px;
	height:13px;
	margin-top:5px;
	display:none;
	
}

.navigations a:hover .errow{
	display:block;
}
.errow1{
	background:url(../images/right_errow.png);
	float:right;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:13px;
	height:13px;
	margin-top:5px;
	display:none;
	
}

.navigations a:hover .errow1{
	display:block;
}
.circle {
    background: #fe9150 none repeat scroll 0 0;
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
    height: 20px;
    left: 146px;
    padding: 0 7px;
    position: absolute;
    text-align: center;
    top: -9px;
}
.dispensingdrop_down {
    float: left;
    list-style: outside none none;
    padding: 0;
    width: 100%;

}
.dispensingdrop_down > li {
    float: left;
    width: 100%;
	border-bottom:1px solid #f8f5f5;
}
.dispensingdrop_down a {
    padding: 16px 15px;
    text-decoration: none;
    width: 100%;
	font-size:14px;
	font-family:"Open Sans";
}
.dispensingdrop_down a:hover{
	background:#f2f8fe;
	color:#0961ba;
	border-left:none;
}


.header_search{
	width:100%;
	float:left;
	background:#ece9e9;
}
.active_class{
	 background-color: #0961ba;
    border-left: 3px solid #33d496;
    color: #ffffff !important;
}
.errow_rotate
{
	transform:rotate(90deg) !important;
	display:block;
}
/**************Side bar page end************************************/


/**************media query  start*************************************/
@media (min-width:1200px) {
.container {
	width: 1000px;
}
}
}
@media (min-width:992px) and (max-width:1200px) {
}
 @media (max-width:768px) {
.login_btn button {
	width: 100%;
}
.inherit_checkbox {
	margin: 20px 0;
	width: 100%;
}
.in_check {
	margin-left: 0px;
	width: 100%;
}
.sign_in {
	margin: 15px 25px 10px 0;
}
.main_input{
	padding:10px;
}
.e-mail_icon{
	width:45px;
}
.e-mail_icon > img {
    height: 45px;
    width: 45px;
}
.m_top{
	 font-size: 20px;
	 padding: 0 0 18px;
}
.login_input{
	width: calc(100% - 45px);
	min-height:45px;
	font-size:15px;
	line-height:0px;

 }
 .inherit_checkbox {
    margin: 0 0 8px;
	width:auto;
 }
 .login_btn a {
	   padding: 16px 40px;
 }
 .padtopbottom40 {

    padding-top: 30%;
}
.sign_in {
    float: right;
    margin: 15px 0 0;
}

 }
@media (min-width:768px) and (max-width:991px) {
}
@media (min-width:660px) and (max-width:767px) {
}
@media (min-width:480px) and (max-width:659px) {
}
@media (min-width:320px) and (max-width:479px) {
	 .forgot_password{
	 float:left;
	 width:100%;
 }
}


/**************media query  start*************************************/


 

