.addimg {
        border: 1px solid #563d7c;
        border-radius: 5px;
        color: white;
        padding: 5px 10px 5px 25px;
        /*background: url(https://i.stack.imgur.com/jDCI4.png) 
            left 3px top 5px no-repeat #563d7c;*/
                background: url("/img/add12.png") 
            left 7px top 14px no-repeat #5cb85c;
}
.addimg:hover{
      color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.errormsg {
    border: 1px dashed #FF0000;
    padding: 4px;
    margin: 5px;
    color: red;
    background: white;
    font-size: 13px;
    padding: 15px;
    display: inline-block;
    font-weight: bold;
    margin-left: 60px;
    width: 73%;
	/*position: relative;
	margin: 0 0 15px 0;
	border: 1px solid #eb9da4;
	
	background-position: 7px 7px !important;
	background-repeat: no-repeat !important;
	font-size: 14px;
	width: 99.8%;
	border-radius: 7px;
	color: #000;
	margin:4px;
	background-image: url(../images/errar_icon.gif);
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 25px;*/
}
.errorlft{
     padding-left: 60px; 
}
.newclass{
  background-color: #67a318;
  font-family: arial;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 46px;
  padding: 0px;
  transition: 1s ease-out;
}
.leftpadding{
    padding-left: 60px; 
    padding-bottom: 10px; 
}
.icon-white {
  color: #ffffff;
}
.align-center {
  margin: 0 auto;
}
.disp-inline-block {
  display: inline-block;
}
.bdr {
  border-radius: 3px;
}
.tbl-bdr {
  border-top: 1px solid rgba(210, 210, 210, 0.6);
}
td {
  vertical-align: middle !important;
}
th {
  vertical-align: middle !important;
}
/*
*********************************
*****	CSS of header.less	*****
*********************************
*/
/*
*********************************
*****	CSS for DashboardView	*****
*********************************
*/
.header-bg {
  background: #ffffff;
  opacity: 0.85;
  height: 86px;
}
.header {
  background: rgba(255, 255, 255, 0.85);
  height: 86px;
  padding-top: 8px;
}
.options-wrap {
  float: right;
  padding-top: 12px;
}
.hlogo {
  float: left;
}
.logout a {
  text-decoration: none;
}
.logout p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  color: #747373;
  display: inline;
}
.logout p:hover,
.logout p:focus {
  color: #333131;
}
.email {
  padding-right: 55px;
  position: relative;
}
.ecount {
  border-radius: 50%;
  height: 22px;
  width: 22px;
  /*background-color: #2e7a05;*/
  position: absolute;
  top: -9px;
  right: 42px;
}
.ecount p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.welcome {
  padding-right: 28px;
}
.welcome p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  color: #888888;
}
.welcome p span a {
  color: #000000;
}
.welcome p span a:hover,
.welcome p span a:focus {
  color: #678118;
}
/*****	For Safari	*****/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome p,
  .ecount p {
    -webkit-transform: translate(-50%, -50%);
  }
}
/*
*********************************
*****	CSS of navbar.less	*******
*********************************
*/
/*
*********************************
*****	CSS for Navigation Bar	***
*********************************
*/
a:hover,
a:focus {
  text-decoration: none;
}
.nav-bg {
  background: rgba(255, 214, 103, 0.89);
}
.nav-item {
  margin-bottom: 0px;
  border: none;
  border-radius: 0px;
  background: transparent;
  float: left;
}
.active a {
  background: #b48901 !important;
}
.active a p {
  color: #ffffff !important;
}
.cust-nav li a {
  color: #403514 !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.cust-nav li a:hover,
.cust-nav li a:focus {
  background: #b48901 !important;
}
.cust-nav li a:hover .dd-menu,
.cust-nav li a:focus .dd-menu {
  display: block;
}
.cust-nav li a p {
  margin-bottom: 0;
  display: inline;
}
.cust-nav li:hover,
.cust-nav li:focus {
  background: #b48901;
}
.cust-nav li:hover .caret,
.cust-nav li:focus .caret {
  color: #ffffff;
}
.cust-nav li:hover a p,
.cust-nav li:focus a p {
  color: #ffffff;
}
.cust-nav-col {
  padding-left: 0;
}
.dd-menu {
  border-radius: 0px;
  padding: 0;
  border: none;
  background: rgba(255, 214, 103, 0.89);
  display: none;
}
.dd-menu li:hover,
.dd-menu li:focus {
  background: #b48901;
}
.dd-menu li:hover a,
.dd-menu li:focus a {
  color: #ffffff !important;
}
.dd-menu li:hover a::before,
.dd-menu li:focus a::before {
  color: #ffffff;
}
.dd-menu li a {
  display: block;
  padding: 10px 20px 10px 30px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.dd-menu li a::before {
  content: '•';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  font-size: 15px;
}
.nav-btn {
  float: right;
  padding: 10.5px 0px;
}
.ecv {
  background-color: #c0650b;
  float: right;
  margin-right: 11px;
  transition: 1s ease-out;
}
.ecv:hover,
.ecv:focus {
  background-image: linear-gradient(to bottom, #db7c1e 0%, #c0650b 100%);
}
.ecv a {
  display: block;
  padding: 2px 7px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.ecv a:hover,
.ecv a:focus {
  color: #000000;
}
.ecv a p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  display: inline;
  vertical-align: middle;
  text-transform: uppercase;
  margin-right: 11px;
}
.pmet {
  background-color: #c29722;
  float: right;
  transition: 1s ease-out;
}
.pmet:hover,
.pmet:focus {
  background-image: linear-gradient(to bottom, #e0b747 0%, #c29722 100%);
}
.pmet a {
  display: block;
  padding: 2px 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.pmet a:hover,
.pmet a:focus {
  color: #000000;
}
.pmet a p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  display: inline;
  vertical-align: middle;
  text-transform: uppercase;
  margin-right: 11px;
}
/*****	For Safari	*****/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome li a::before,
  .dd-menu li a::before {
    -webkit-transform: translateY(-50%);
  }
  ::i-block-chrome:hover,
  .ecv:hover,
  ::i-block-chrome:focus,
  .ecv:focus {
    background-image: -webkit-linear-gradient(to bottom, #e0b747 0%, #c29722 100%);
  }
  ::i-block-chrome:hover,
  .pmet:hover,
  ::i-block-chrome:focus,
  .pmet:focus {
    background-image: -webkit-linear-gradient(to bottom, #e0b747 0%, #c29722 100%);
  }
}
/*****	For IE	*****/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dd-menu li:hover a,
  .dd-menu li:focus a {
    color: #ffffff !important;
  }
  .dd-menu li:hover a::before,
  .dd-menu li:focus a::before {
    color: #ffffff;
  }
}
/*
*********************************
*****	CSS of content.less	*****
*********************************
*/
/*
*********************************
*****	CSS for loginView	*****
*********************************
*/
body {
  padding: 0px;
  margin: 0px;
}
.main-bg {
  background: url("../img/login_bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
.logo {
  background: rgba(255, 255, 255, 0.75);
  width: 31px;
  height: 94px;
  width: 100%;
  margin-bottom: 47px;
}
.logo img {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lg-box {
  background: rgba(255, 214, 103, 0.8);
  position: relative;
  top: 119px;
  width: 448px;
  margin: 0 425px;
/*margin: 0 auto;*/
  /* button{
		background-color: @lgn-btn;
		font-family: arial;
		font-weight: 400;
		font-size: 20px;
		color: #ffffff;
		line-height: 46px;
		padding: 0px;
		&:hover, &:focus, &:active{
			background-color: @lgn-hover-btn;
			color: #ffffff;
			outline: none;
		}
	} */
}
.fyp {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}
.fyp a {
  color: #000000;
}
.fyp a:hover {
  cursor: pointer;
  text-decoration: underline !important;
}
.in-box-dim {
  width: 327px;
  height: 46px;
}
.in-box {
  background: #c0650b;
  border-radius: 5px;
  margin-bottom: 6.5%;
}
.in-box input {
  width: 285px;
  float: right;
  border-radius: 5px;
  height: 100%;
  border: none;
  padding: 12px;
}
.in-box i {
  margin-top: 2.5%;
  margin-left: 3.6%;
}
.log-btn {
  margin-bottom: 5.5%;
  text-align: center;
}
.log-btn button {
  background-color: #67a318;
  font-family: arial;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 46px;
  padding: 0px;
  transition: 1s ease-out;
}
.log-btn button:hover,
.log-btn button:focus,
.log-btn button:active {
  background-color: #678118;
  color: #ffffff;
  outline: none;
}
.lg-box-bottom {
  opacity: 0.6;
  background: rgba(255, 255, 255, 0.6);
}
.lg-box-bottom ul {
  display: block;
  list-style-type: none;
  padding-left: 0%;
  margin-top: 8%;
}
.lg-box-bottom ul li {
  display: inline-block;
  color: #000000;
  padding: 6.5px 4.5px 6.5px 9px;
}
.lg-box-bottom ul li a {
  color: #000000;
}
.lg-box-bottom ul li a:hover,
.lg-box-bottom ul li a:focus {
  text-decoration: none;
  color: #ff0000;
  cursor: pointer;
}
.lg-box-bottom ul li a button {
  background-color: #ff0000;
  border: none;
  width: 23px;
  height: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
  padding: 0px 3px 14px 3px;
}
.lg-box-bottom ul li a button:hover,
.lg-box-bottom ul li a button:focus {
  background-color: #ff0000;
  border: none;
  color: #ffffff;
}
.pdf-text {
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
/*****	For Safari	*****/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome img,
  .logo img {
    -webkit-transform: translate(-50%, -50%);
  }
}
/*****	For Mozilla	*****/
/* @media screen and (-moz-images-in-menus:0) {
	.lg-box-bottom ul li a button{
		padding: 0px 3px 14px 3px;
	}
} */
/*
*************************************
*****	CSS for dashboardView	*********
*************************************
*/
.dash-bg-wrapper {
  background: #001829;
  height: 1000px;
}
.wrap-bg {
  background-image: url(../img/dash-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 738px;
  background-attachment: fixed;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.85);
}
.addreg-tbl {
  background: rgba(255, 255, 255, 0.9);
  margin-top: 29px;
}
.addreg-btn button {
  margin: 20px 0px 20px 30px;
  background: #67a318;
  transition: 1s ease-out;
  box-shadow: none;
  border: none;
}
.addreg-btn button:hover,
.addreg-btn button:focus {
  background-color: #678118;
}
.addreg-btn button img {
  padding-right: 8px;
  padding-bottom: 3.1px;
}
.cust-btn {
  padding: 9px 23.5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.cust-tbl thead tr th {
  padding: 10px 2.5%;
  border-bottom: none;
  /*color: #74767d;*/
}
.cust-tbl thead tr th:nth-child(1) {
  width: 20%;
}
.cust-tbl thead tr th:nth-child(2) {
  width: 15%;
}
.cust-tbl thead tr th:nth-child(3) {
  width: 27%;
}
.cust-tbl thead tr th:nth-child(4) {
  width: 28%;
}
.cust-tbl tbody tr th {
  padding: 10px 2.5%;

}
.cust-tbl tbody tr th:nth-child(1) {
  width: 20%;
  font-weight: 400;
}
.cust-tbl tbody tr td {
  padding: 10px 2.5%;
  /*color: #74767d;*/
}
.cust-tbl tbody tr td:nth-child(2) {
  width: 15%;
}
.cust-tbl tbody tr td:nth-child(2):hover img,
.cust-tbl tbody tr td:nth-child(2):focus img {
  /*color: #A7A7A7;*/
}
.cust-tbl tbody tr td:nth-child(3) {
  width: 27%;
}
.cust-tbl tbody tr td:nth-child(4) {
  width: 28%;
}
/*****	For IE	*****/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wrap-bg {
    background-image: url(../img/dash-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 738px;
    background-attachment: fixed;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.85);
  }
  .cust-tbl thead tr th {
    padding: 15px 2.5%;
  }
  .cust-tbl tbody tr td {
    padding: 15px 2.5%;
  }
  .cust-tbl tbody tr td:nth-child(2) {
    vertical-align: top !important;
  }
  .cust-tbl tbody tr td:nth-child(2) img {
    position: absolute;
  }
  .cust-tbl tbody tr td:nth-child(5) {
    vertical-align: top !important;
  }
  .cust-tbl tbody tr td:nth-child(5) img {
    position: absolute;
  }
}

/*# sourceMappingURL=main.css.map */

/* custome-css */
.sr_bttn{
    float: right;
    margin-right: 11px;
    transition: 1s ease-out;
}

.sr_bttn a{
    display: block;
    padding: 2px 7px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
}

.sr_bttn a p{
  margin: 0 0 0px;
}

.sr_green{
  background: #398439;
  margin-left: 1em;
}
.sr_red{
  background:#FF0000;
  
}


/* custome-css */