input[type=text], input[type=email], input[type=password], select, textarea, input[type=file] {
  width: 100%;
  color: #666;
  padding: 5px 10px; 
  font-size:14px;
  border-radius: 3px;
  border: 1px solid #ccc;
  height: 30px!important;
  line-height: 18px;
}

input[type=submit], input[type=button], button, input[type=reset]{
  height:30px!important;
  padding:5px 10px!important;  
}

textarea{
  min-height: 75px;
  border: 1px solid #ccc;
}
select{
  border-radius: 3px; 
  background: #fff;
}
.form-horizontal .control-label{
  text-align: left;
}
#pagingshow select{
  max-width:60px;
  height:35px!important;
}

/*********HOT JOB DISPLAY***************/
.hot>div {
  padding-right: 0;
}


/*********LOGIN FORM******/
#loginForm .error{
  position:absolute;
  right:150px;
  top:3px;
}
.login{
	/*margin-top:25px;*/
	color:#211e95;
	font-weight:bold;
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: 8px;
}
.login span{
	color:#201d96;
}
.login a{
	font-weight:normal;
}
.login a:hover{
	text-decoration:underline;
	color:#333;
	font-weight:normal;
}
/*********LOGIN FORM ENDS******/

/*********HEADER MENU**********/
#nav-main ul ul {
  text-align: left;
}
#nav-main li li{
  display:block;
}
#nav-main li a{
  text-transform: uppercase;
}

#nav-main li li a{
  text-transform: none;
}

nav#nav-main li li{
  border-right:0;
}
/*********HEADER MENU ENDS**********/

/*********ADMIN LEFT MENU******/
.block.adminmenu {
    margin-top: 20px;
}

.adminmenu h2{
  padding: 0 15px;
  background: #9EB51D;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
  margin: 0;
  border-top: 3px solid #1279bc;
}
.adminmenu ul{
  margin:0;
  padding:0;
  background:#f1f1f1;  
  padding:5px 0;
  margin-bottom:1px;
}
.adminmenu li{
  list-style:none;
}
.adminmenu li a{
  display:block;
  padding:3px 15px;  
}
.adminmenu li a:hover{
  background:#ddd;
  color: #000;
  text-decoration: none;
}

/*********ADMIN LEFT MENU ENDS*******/

.mainTitle{
  font-size:28px;
  line-height:30px;
  margin:0;
  color: #046fbd;
  color:#9eb51d;
  border-bottom:1px solid #9eb51d;
  margin-bottom:10px;
  text-align: right;
  margin-top:20px;
}

.title{
  padding:5px 20px;
  background: #DBE2B4;
  margin-bottom:5px;
  display:inline-block;
  color:#000;
}

.total{
  color:#1279bc;
  font-weight: bold;
  font-size:16px;
}
.total td{
  background: #eee!important;
}

.search-block{
  background:#efefef;
  padding:10px;
  border: 1px solid #ddd;
}
.search-block label{
  min-width:105px;
}
.search-block input, .search-block select{
  margin-bottom:5px;
}
.small{
	width:55px!important;
    display: inline-block;
    font-size:14px;
}
.normal{
	width:110px!important;
    display: inline-block;
    font-size:14px;
}
.medium{
	width:220px!important;
    display: inline-block;
    font-size:14px;
}
.search-block .form-group{
  margin-bottom:0px;
}
.pad10{
  padding: 10px 0;
}
.pad-top-10{
  padding-top: 10px; 
}
/* bootstrap css reset for pagination */
.pagination{ 
  margin: 0;
}

#register p {
  color: #0e67b7;
  padding: 5px 0;
  font-weight: bold;
}
#register  span{
  color: #999;
  font-size: 11px;
  font-weight: normal;
    letter-spacing: 0.5px;
}

.list{
	border:1px solid #e5e5e5;
}
.list th{
	background:#ddd;
	padding:2px 5px;
}
.list td, #register .list td{
	background:#f9f9f9;
	padding:2px 5px;
	text-align:left;
}

.list a{
	color:#005BAB;
}

.list a:hover{
	color:#c00;
	text-decoration:underline;
}
.space{
}

/*********SEARCH BLOCK**********/

.search-result h5 span{
	float:right;
	font-weight:normal;
	color:#000;
	text-transform:none;
}

.search-wrapper{
	border-bottom:1px dotted #a5a294; margin-bottom:5px; padding-bottom:10px;
}

.user-field-block{
	width:50%;
	float:left;
	font-size:11px;
}

.user-field-block span{
	float:left;
	display:block;
	/*width:48%;	*/
	padding:2px 0;
	padding-right:2%;
}

.user-field-block span:first-child {
	width: 38%;
	font-weight:bold;
}

.fullwidth{
	width:100%;
}

.fullwidth span{
	width:auto;
}
.fullwidth span:first-child{
	width:19%;
}

input.active{
	border:1px solid #000;
	color:#fff;
	background:#000;
}

.condensed{
  padding:0 6px;
}

/**********JOB DISPLAY************/
.jobdisplay p {
  color: #0E67B7;
  font-weight: bold;
}
.listbig td {
  padding: 4px 8px!important;
  border-top: 1px dotted #ccc!important;
}
/**********JOB DISPLAY ENDS********/

/*********RESUME SEARCH************/
.search-wrapper h5{
  font-size:17px;
  color: #9EB51D;
  text-decoration: underline;
}
.search-wrapper span{
  font-size:14px;
}
.search-wrapper label{
  margin-bottom:0;
}
/*******RESUME SEARCH ENDS********/


/**********SEARCH BLOCK ENDS********/

/************LEFT MENU***********/
.sidemenu li{
  list-style: none;  
  border-bottom:1px dotted #B4B6B7;
}
.sidemenu li:hover{
  background:#E0ECD1;
}
.sidemenu li a{
  display:block;
  padding:5px;
}
.sidemenu li a:hover{
  color:#000;
  text-decoration:none;
}
/************LEFT MENU ENDS***********/

#msg {
  display: none;
}

.listRow{
  margin-bottom: 10px;
}
.listTitle a{
  font-size: 18px;
}
.listTitle {
  font-size: 18px;
  color: #2a6496;
  margin: 5px 0;
} 

/*************CARD DESIGN*************/
.card-group {
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
    margin: 0 -10px;
}

.card-group>.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f9f9f9;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border: 1px solid rgba(0,0,0,0.125);
    width: calc(33.3333% - 20px);
    margin: 0 10px 15px;
    border-radius: 3px;
}
.card-body {
  padding: 10px;
}

/********WHATSAPP***********/
.whatsapp {
  position: fixed;
  bottom: 50px;
  width: 50px;
  left: 5px;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 0 1px black;
  transition: all 0.5s;
}
.whatsapp:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
#paging {
  background: #C9D299;
  padding: 5px;
  font-size: 13px;
}
.paging{
  font-size: 13px;
}

@media(max-width:767px){
  .navbar-form{
    margin-top:0;
  }
  #loginForm .error{
    right:auto;
    top:auto;
    left:90px;
    bottom:15px;
  }
  .mainTitle{
    font-size:20px;
    line-height: 28px;
  }
  .small, .medium, .space{
    margin-bottom:5px;
  }
  .ulbdy{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #61BD2C;
  }
  .footer{
    text-align: center;
  }
  .brand{
    float:none!important;
    text-align: center;
    margin: 0 auto 10px!important;    
  }
  .search-wrapper .img{
    float:left!important;
  }
  .indct .col-sm-6:nth-child(2) .vetra_b{
    padding:10px 0 0;
  }

}

@media(max-width:991px){
  .mfom{
    margin-top:7px;
  }
  .login {
    position: relative;
  }
  .card-group > .card {
    width: calc(50% - 20px);
  }
}

@media(min-width:992px){
  .pcbdy div:last-child{
    display:none;
  }
}
@media(min-width:1200px){
  .pcbdy div:last-child{
    display:block;
  }
}
@media(max-width: 576px) {
  .card-group {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin: 0;
  }

  .card-group > .card {
    width: 100%;
    margin: 0 0 15px;
  }
}
