/* Start */
@font-face {
    font-family: 'myanmar3regular';
    src: url('../fonts/mm3_1.eot');
    src: url('../fonts/mm3_1.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mm3_1.woff') format('woff'),
         url('../fonts/mm3_1.ttf') format('truetype'),
         url('../fonts/mm3_1.svg#myanmar3regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media print
{
	body * { visibility: hidden; }
	.toolbar a { content: ""; visibility: hidden; }
	.frame * { visibility: visible; }
	a:link:after, a:visited:after {
	    content: "";
	}
	.frame {
		position: absolute; top: 10px; left: 10px; 
	}
}

.wysihtml5-toolbar{
	width: auto !important;
}

.text-position-below, .text-tags-on-top, .text-button{
	font-family: inherit !important;
}

.wysihtml5-toolbar .btn{
	font-family: arial,verdana,"Lucida Grande",helvetica,sans-serif;
	display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.wysihtml5-toolbar .btn:hover{
	background-position: 0 0;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}

.wysihtml5-toolbar [class^="icon-"], [class*=" icon-"]{
	line-height: 17px;
	height: 17px;
}

.wysihtml5-toolbar .dropdown-toggle{
	line-height: 20px;
	height: 20px;
}

body {
	font-family: Myanmar3, 'myanmar3regular', Zawgyi-One,arial,verdana,"Lucida Grande",helvetica,sans-serif;
	color: #222;
}

.left{
	float: left;
}

.right{
	float: right;
}

a{
	text-decoration: none;
	color: #026041;
}
h4{
	font-size: 16px;
}

input[type=submit], input[type=text], textarea, select, .btn {
	font-family: inherit;
}
div.titleB {
  float: left;
  padding: 0 25px;
  width: 45%;
}
/* Custom container */
.container {
	margin: 0 auto; 
  width: 87%;
}

#nav-top{
	margin-bottom: 20px;
	padding-left: 10px;
	border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}

#nav-top .navbar{
	margin: 0;
}

.navbar .icon-home{
	padding-bottom: 3px;
}

#nav-top .navbar-inner {
	background: transparent;
}

#nav-top .nav > li {
	background-color: transparent;
	border-right: 0 none;
}

#nav-top .nav > li > a {
	padding: 10px;
	color: #666;
	font-size: 14px;
}

#nav-top .nav > li > a:after {
	margin-left: 15px;
	content: "|";
	color: #999;
}

.lst_child a:after {
	content: "" !important;
}

#nav-top li.active a, #nav-top .nav > li > a:hover {
	color: #1ABC9C;
}

.navbar .nav > li > ul {
	padding-top: 0;
}

.navbar .nav ul a:hover{
	color: #fff;
}

#nav-top .nav > li.right-border > a:after{
	content: ""!important;
	margin-left: 0;
}

.right-border{
	color: #666;
	margin-top: 10px;
	font-size: 14px;
	margin-right: 5px;
	font-weight: bold;
}

.arrow{
	content: ""!important;
	margin-top: 12px;
}

#search-form input[type="submit"]{
	margin-top: -2px;
	background: transparent;
}

/* Bootstrap custom */
.navbar{
	margin: 10px 0;
}

.navbar-inverse .navbar-inner{
	background: #2980B9;
}

.navbar .nav > li > ul:before{
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #2980B9;
}

.navbar .nav ul li{
	background-color: #2980B9;	
}

.navbar-inner, .navbar .nav > li:first-child > a {
	border-radius: 0;
}

.navbar-inverse .nav > li.active > a:hover{
	background: #386BB7;
}

.navbar-inverse .nav > li > a {
	border: 0 none;
}

.navbar-inverse .nav > li > a > span {
	margin: 3px 4px 0 0;
}

.navbar .nav > li > .dropdown-menu:after {
    border-bottom: 6px solid #2980B9;
}

.setting_lnk{
	color: #E74C3C !important;
}

.reg span {
	margin-right: 4px;
}

h1{
	margin-bottom: 10px;
	margin-top: 25px;
}

h1 a:hover, h1 a:visited, h1 a:active, h1 a:link {
	font-size: 38px;
	font-family: "arial black", impact;
	font-weight: normal;
	color: #E74C3C;
	text-decoration: none;
	outline: none;
}

h2{
	font-size: 20px;
	margin-bottom: 20px;
}

.des {
	color: #34495E;
	font-size: 18px;
	margin: 0 0 30px 0;
}

.logo{
	float: right;
	text-align: center;
}

.logo p{
	font-size: 15px;
	margin-top: 5px;
	line-height: 1.5em;
}

.navbar .nav > li {
	border-right: 1px solid #3498DB;
}

.navbar .nav > li.lst_child {
	border-right: 0 none;
}

.navbar .nav > li > a {
	font-weight: normal;
	font-size: 96%;
	padding: 15px;
}

input[type="submit"]{
	border: 0 none;

}

.home_searchform{
	float: right;
	padding: 10px 10px 0 10px;
}

.home_searchform #search-form{
	margin-bottom: 0;
}

.home_searchform .input-medium{
	height: 30px!important;
}

.divisions, .townships {
	border: 2px solid #BDC3C7;
	background: #ECF0F1;
	border-radius: 10px;
	padding: 20px;
	height: 270px;
}

.search h5 {
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #BDC3C7;
}

.search h5 a {
	font-size: 0.9em;
	float: right;
}

.checkbox {
	width: 42%;
	float: left;
}

.townships {
	overflow-y: auto;
}

.townships .checkbox {
	display: none;
}

.job-class {
	margin-top: 20px;
}

.job-class select {
	height: 36px;
	padding: 6px;
	/* font-family: Myanmar3,Parabaik,Padauk,'WinUni Innwa','MyMyanmar Unicode', arial,verdana,"Lucida Grande",helvetica,sans-serif; */	
}

.search-button {
	margin-top: 10px;
	text-align: right;
}

.search-button button {
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 20px;
	/* font-family: Myanmar3,Parabaik,Padauk,'WinUni Innwa','MyMyanmar Unicode', arial,verdana,"Lucida Grande",helvetica,sans-serif; */
}

.search-button a {
	text-decoration: none;
}

.search-button span.muted {
	float: left;
	display: block;
	margin-top: 10px;
	font-style: italic;
}

.jobs {
	margin-bottom: 20px;
}

.jobs h3 {
	font-weight: normal;
	font-size: 1.5em;
	color: #E74C3C;
}

.jobs p {
	line-height: 1.5em;
	min-height: 110px;
}

.modal h3, .cv h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #E74C3C;
}

.modal i, .cv i {
	font-style: normal;
}

.modal ul, .cv ul {
	list-style: none;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.cv ul {
	margin-bottom: 20px;
}

.view span.label, .cv span.label {
	font-size: 0.8em;
	padding: 4px 6px 6px 6px;
	font-weight: normal;
	margin-right: 15px;
	width: 120px;
	float: left;
	text-align: right;
}

.cv span.label{
	width: 200px;
}

.view li, .cv li {
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #f1f1f1;
	overflow: hidden;
}

.view li i, .cv li i {
	float: left;
	display: block;
	width: 380px;
}

.view .view-footer p, .cv p {
	text-align: left;
}

.view .view-footer b, .cv b {
	display: block;
	margin-bottom: 10px;
}

.view-address, .view-phone {
	display: block;
	margin: 10px 0;
}

.view-address {
	line-height: 1.5em;
}

.view .view-footer button {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#user-signin .checkbox{
	width: 100%;
}

#user-signin .checkbox .icons, #user-signin  .control-label{
	margin-top: 3px;
}

.tooltip-inner{
	background-color: #333;
}

.tooltip.top .tooltip-arrow{
	border-top-color: #333;
}

label.error, .label_left li:first-child label.error, .label_left label.error{
	display: inline-block;
	margin-top: 8px !important;
	color: #E67D48;
}

label.required:before {
	content: "*";
	margin-right: 6px;
	color: #900;
	font-weight: bold;
}

.err-list ul, .info-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.error{
	color: #B94A48;
}

.login-box a span{
	margin-top: 3px !important;
}

.btn span{
	margin-top: 4px !important;
}

table .btn{
	padding: 2px 8px;
}

.education .btn, .jobcode .btn{
	float: right;
} 

.modal .label, .modal i{
	white-space: normal;
}

.modal-body{
	max-height: 650px;
}

.modal-body li{
	margin: 10px 10px 20px 25px;
}

.modal-body li{
	list-style-type: decimal;
}

.modal-body li span{
	margin-left: 15px;
}

#job-title span {
	color: #777;
	font-size: 16px;
}

input.error, select.error, textarea.error{
	border: 1px solid #E1B93D !important;	
	background: #FCE294 !important;
}

li span{
	margin-top: 5px;
}

.input-xlarge, .datepicker {
  width: 350px !important;
  height: 35px !important;
  padding: 0 5px !important;
	border: 1px solid #BDC3C7 !important;
}

.input-small {
  width: 113px !important;
  height: 35px !important;
  padding: 0 !important;
	border: 1px solid #BDC3C7 !important;
}

.input-xsmall {
  width: 76px !important;
  height: 35px !important;
  padding: 0 !important;
	border: 1px solid #BDC3C7 !important;
}

.education .input-small{
    width: 150px !important;
}

.input-medium {
    width: 250px !important;
    height: 35px !important;
	border: 1px solid #ddd !important;
}

.form-horizontal input, .form-horizontal textarea, .form-horizontal select, .radio-group input{
	float: left;
	margin-right: 6px;
}

.section-head h2{
	margin-top: 20px;
}

.form-horizontal ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.dob select{
	width: 100px !important;
	border-radius: 6px;	
}

.township{
	clear: left;
}

.tsp{
	margin-top: 8px;
}

.tbl_top{
	margin-bottom: 30px;
}

.filter input[type=checkbox]{
	margin-left: 10px;
}

.filter label{
	float: left;
	margin-right: 10px;
}

.filter .btn{
	margin-left: 10px;
	padding: 5px 15px;
	margin-top: -7px;
}

.print-cv{
	float: right;
}

.control-group label.required:after {
	content: "*";
	margin-left: 6px;
	color: #900;
	font-weight: bold;
}

small{
	color: #aaa;
	font-size: 14px;
	margin-top: 8px;
	font-style: italic;
}

.error-container{
	display: none;
}

.error-container label:after{
	content: "၊";
}

.error-container label:last-child:after{
	content: "။";
}

.error-container h3{
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.readonly{
	width: 355px;
  box-shadow: none;
  color: #34495E;
  font-size: 14px;
  height: 21px;
  padding: 4px 5px;
 }

.cancel{
	line-height: 40px;
}

#other_reason{
	width: 370px;
	margin-left: 30px;
	margin-bottom: 10px;
}

#get_job_reason {
  margin-bottom: 15px;
  margin-left: 30px;
  width: 370px;
  overflow: hidden;
}

#get_job_reason input{
	float: left;
	width: 110px;
	height: 30px;
}

#j_close{
	margin-left: 30px;
}

.modal-footer p{
	width: 420px;
}


.open > .dropdown-menu{
	margin-top: 3px;
}

.dropdown-menu{
	left: 50px;
}

.filter_input #age{
	width: 10px !important;
}

.sidebar{
	min-height: 600px;
}

.form-horizontal .control-group{
	margin-bottom: 10px !important;
}

.footer{
	margin: 0 auto;
	width: 1170px;
}

.photo{
	position: relative;
	float: left;
	border: 1px solid #ccc;
	width: 180px;
	height: 180px;
	overflow: hidden;
	margin-right: 10px;
	padding: 1px;
	cursor: pointer;
	display: table;
	text-align: center;
}

#profile .photo{
	width: 358px;
	height: 170px;	
}

.photo img, .logo a{
	display: table-cell;
	vertical-align: middle;
}

#img_upload{
	color: #fff;
	background: #2980B9;	
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 6px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#profile #img_upload, #profile .remove_row{
	background: #44BD5E;
}

.cv_title{
	font-size: 25px !important;
	border-bottom: 0 none !important;
}

.cv_title_container .logo{
	float: left;
	border: 1px solid #ccc;
	margin-right: 10px;
	padding: 1px;
	width: 158px;
	height: 75px;
	display: table;
}

.cv_title_container h3{
	padding-top: 5px;
}

.cv_title_container h3 span{
	display: block;
	font-size: 20px;
	margin-top: -5px;
	color: #34495E;
	font-weight: normal;
}

.box{
	padding: 20px;
	background: #F3F5F4;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	border: 1px solid #ddd;
}

.frame{
	position: relative;
	border: 1px solid #CCCCCC;
  border-radius: 2px;
  box-shadow: 3px 3px 15px #DDDDDD;
  margin: 20px auto;
  padding: 40px;
  width: 800px;
}

.frame li{
	margin: 10px 0;
}

.frame li:last-child{
	margin-bottom: 0;
}

.frame .highlight ul{
	float: left;
	width: 50%;
}

.frame .highlight li{
	color: #666;
}

.frame span{
	margin: 0 10px;
}

.frame .highlight ul:last-child{
	margin-left: 30px;
}

.frame .left li:first-child, .frame .highlight li:first-child{
	margin-top: 0 !important;
}

.section{
	margin-bottom: 30px;
}

.frame  .section:last-child{
	margin-bottom: 0 !important;
}

.frame .section p {
	padding-left: 18px;
}

.frame li i{
	margin: 3px 5px 0 5px;
}

.frame  .section h3{
	border-bottom: 1px solid #2980B9;
	margin-bottom: 15px;
}

#profile .section h3{
	color: #44BD5E;
	border-bottom:  1px solid #44BD5E;
}

#job .section h3{
	color: #E74C3C;
	border-bottom:  1px solid #E74C3C;
}

.section h3 div{
	background: #2980B9;
  color: #FFFFFF;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  padding: 0 20px;
  text-align: center;
  width: 190px;
}

#profile .section h3 div{
	background: #44BD5E;
}

#job .section h3 div{
	background: #E74C3C;
}

.frame .toolbar{
	position: absolute;
	top: 100px;
	right: -80px;
	width: 80px;
}

.frame .title{
	position: absolute;
	top: -3px;
  right: 30px;
	background: #2980B9;
  color: #FFFFFF;
  font-size: 16px;
  padding: 10px;    

  -moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}

#job .title{
	background: #E74C3C;
}

#profile .title{
	background: #44BD5E;
}

.frame table{
	width: 100%;
}

.frame th, .frame td{
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding-top: 5px; 
}

.frame tr:last-child th, .frame tr:last-child td{
	border-bottom: 0 none;
}

.frame table td{
	color: #666;
}

.frame th{
	color: #2980B9;
}

#profile th{
	color: #44BD5E;
}

#job th{
	color: #E74C3C;
}

.frame .break{
	margin: 5px 0 15px 0;
	border-bottom: 1px solid #ddd;
}

.frame .remark{
	margin-top: 10px;
	background: #F3F5F4;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.frame .remark label{
	float: left;
	color: #fff;	
	margin-right: 25px;
	position: relative;
	background: #2980B9;
	padding: 10px;
	display: block;
}

#job .remark label{
	background: #E74C3C;
}

.frame .remark label:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 10px solid #2980B9;
	position: absolute;
	top: 10%;
	margin-top: -3px; 
	left: 100%;
	z-index: 2; 
}

#job .remark label:after {
	border-left: 10px solid #E74C3C;
}

.frame .remark p{
	padding-top: 10px;
	line-height: 20px;
}

.frame .tag{
	font-size: 18px;
	color: #888;
}

.frame .list li:before{
	content: "-";
	margin-right: 10px;
}

.blank{
	text-align: center;
	font-size: 15px;
	color: #888;
}

.frame .toolbar a{
	font-size: 14px;
	background: #eee;
	/*width: 80px; om*/
	width: 100px;
	background: #ccc;
	padding: 10px 0;
	margin-bottom: 5px;
	border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
}

#cv .toolbar a:hover{
	background: #2980B9 !important;
}

#profile .toolbar a:hover{
	background: #44BD5E;
}

#job .toolbar a:hover{
	background: #E74C3C;
}

.toolbar .btn{
	padding: 5px 10px;
}

.section li label{
	color: #34495E;
  float: left;
  margin-right: 20px;
  text-align: right;
  /*width: 200px;*/
  width: 160px;
}

.form-section .first_half, .form-section .second_half{
	float: left;
	width: 49%;
}

.form-section .first_half{
	margin-right: 23px;
}

.label_left li:first-child label{
	margin-top: 0 !important;
}

.label_left label{
	text-align: left !important;
	width: 100% !important;
	margin-top: 15px !important;
}

.description ul{
	width: 100%;
}

textarea.input-xlarge{
	width: 750px !important;
	height: 100px !important;
}

textarea.input-medium{
	width: 350px !important;
	height: 80px !important;
}

textarea.disable_detail{
	height: 70px !important;
}

textarea.input-large{
	width: 350px !important;
	height: 110px !important;
}

textarea.other_degree{
	width: 350px !important;
	height: 66px !important;
}

.positions{
	margin: 50px 0 0 0;
	border-bottom: 1px solid #E74C3C;
}

.position {
	padding: 20px 0 20px 30px;
	margin: 40px 0 0 0;
	position: relative;
	background: #ffd;
	border-top: 2px solid #E74C3C;
}

.position h3 {
	position: absolute;
	top: -26px;
	left: -35px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: #999;
	color: #fff !important;
	border-radius: 45px;
}

.position input, .position select {
	float: left;
}

.add {
	background: #E74C3C;
	padding: 5px 15px;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	width: 145px;
	margin: 0 auto;

	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;

	border-bottom: 2px solid #800;
}

.add i, .btn i {
	margin-top: 1px;
}

.btn-primary{
	border-bottom: 2px solid #307C6D;
}

.btn-info{
	border-bottom: 2px solid #326584;
}

.btn-inverse{
	border-bottom: 2px solid #19222B;	
}

.btn-danger{
	border-bottom: 2px solid #AF4F46;	
}

.publish-job {
	padding: 10px 20px 8px 0;
}

.publish-job span {
	padding: 9px;
	background: #3FA893;
	margin: 0 5px 0 0;
	border-right: 1px solid #307C6D;
	border-radius: 6px 0 0 6px;
}

.remove-form{
	position: absolute;
	right: 0;
	top: 0;
	background: #E74C3C;
	color: #FFFFFF;
  padding: 5px 8px;
  border-bottom: 2px solid #800;

  -moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}

.remove-disable{
	position: absolute;
	right: 0;
	top: 0;
	background: #CECECE;
	color: #FFFFFF;
  padding: 5px 8px;
  border-bottom: 2px solid #7C7C7C;

  -moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}

#calroot {
	margin-left: 80px;
}

.add_table td:first-child{
	padding-left: 12px !important;
}

.add_table .input-small{
	width: 90px !important;
}

.add_table td{
	background: #f1f1f1;
	padding: 10px  10px 8px 0 !important;
	border-bottom: 1px solid #ccc !important;
}

.add_container{
	margin: 0 auto;
	width: 145px;
	background: #ccc;
	font-size: 18px;
  padding: 5px 15px;
	text-align: center;

  -moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}

.add_more{
	font-size: 13px;
}

.remove_row{
	padding: 5px !important;
	background: #2980B9;
	
  -moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.jobcode, .education, .country{
	background: #f1f1f1;
	border-top: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	padding: 20px;
	position: relative;
	margin-top: 15px;
}

.jobcode:last-child, .education:last-child{
	margin-bottom: 0;
}

.jobcodes .remove_row, .educations .remove_row{
	position: absolute;
	top: 12;
	right: 12;
}

.action{
	width: 30px;
}

.section li span{
	padding-top: 8px;
}

#language td{
	text-align: center;
}

.clone{
	display: none;
}

.country {
	height: 200px;
	overflow-y: scroll;
}

.country label{
	float: left;
	padding-left: 50px;
}


.country .checkbox .icons, .country .radio .icons{
	margin-right: 20px;
}

.section p{
	line-height: 25px;
}

.user-login{
	width: 600px;
	margin: 40px auto;
	border-radius: 2px;
	border: 1px solid #ccc;
	box-shadow: 3px 3px 15px #DDDDDD;
}

.user-login .section-head{
	padding: 10px 20px;
	margin-bottom: 30px;	
	color: #fff;
}

.user-login .section-head h3{
	font-size: 22px;
}

.admin-login .section-head{
	background: #E74C3C;
}

.admin-login .btn-primary{
	background: #E74C3C;	
}

.employer-login .section-head{
	background: #44BD5E;
}

.employer-login .btn-primary{
	background: #44BD5E;	
}

.cv-login .section-head{
	background: #2980B9;
}

.cv-login .btn-primary{
	background: #2980B9;	
}

.list{
	list-style: none;
	margin: 0;
	padding: 0;
}

.half li{
	display: inline-block;
	width: 48%;
} 

.list li{
	margin: 10px;
	overflow: hidden;
	/*line-height: 16px;*/
	line-height: 25px;
} 

.list li span:first-child{
	float: left;
	padding: 5px;
	font-size: 18px;
	min-width: 60px;
	text-align: center;
	margin-right: 8px;
	border-right: 1px solid #ccc;
	color: #B20E02;
}

.list li div{
	padding-top: 10px;
}

.list span small{
	color: #999;
}

.list small{
	display: block;
}

.row-fluid{

}

.row-fluid .span9{
	float: left;
	padding: 12px 20px 20px 0;
}

.row-fluid .span9 h4{
	margin-top: 20px;
	color: #2980B9;
	font-size: 17px;
	font-weight: 400;
}

.row-fluid .span9 img{
	margin-top: 7px;
	margin-bottom: 40px;
}

#search-result .span9{
	margin-top: -40px;
}

.sidebar{
	float: left;
  background: #E1EAF7;	
	padding: 20px;
}

.sidebar .section a{
	padding: 0;
	margin-left: 5px;
}

.sidebar .btn{
	width: 240px;
	margin-left: 0 !important;
	border: 1px solid #ccc;
}

.sub_lnk{
	margin-top: 10px;
}

.sidebar .btn span.icon {
	float: left;
  border-radius: 6px 0 0 6px;
  margin: 0 5px 0 0 !important;
  padding: 9px;
}

.sidebar .btn-inverse span.icon {
  background: #304254;	
  border-right: 1px solid #729AC1;	
}

.sidebar .btn span{
	display: block;
	padding: 4px 20px 10px 0;
}

.sidebar .btn-danger span.icon {
  background: #D33C2E;
  border-right: 1px solid #FF9187;
}

.apply_link {
	background: #E74C3C !important;
}

.breadcrumb span{
	margin: 5px;
}

.table{
	background: #ccc url("../images/stripe.png") ;
	border-collapse: separate;
	empty-cells: show;
	border-spacing: 0 5px;
	padding: 10px;
}

.table tr{
	margin: 5px;
	border: 1px solid #ccc;
}

.table td:first-child{
	border-left: 1px solid #ccc;
	border-radius: 5px 0 0 5px;
}

.table td:last-child{
	border-radius: 0 5px 5px 0;
	border-right: 1px solid #ccc;
}

.table tr{
	background: transparent !important;
}

.table th{
	color: #333;
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 15px;
}

.table td{
	color:  #666;
	vertical-align: middle;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.about{
	background: #ECF0F1;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	line-height: 1.8em;
}

.about h3 i{
	margin-top: 10px;
}

.about h3{
	padding-left: 32px;
	background: url("../images/info.png") no-repeat 0 6px;
}

a.come-soon{
	color: #ccc !important;
	cursor: move;
}

.view{
	font-size: 14px;
	font-weight: normal;
	padding: 3px 6px;
	margin-bottom: 10px;
	border-radius: 8px;
}

.view:hover{
	color: #fff;
	background: #E74C3C;
}

.advertise{
	width: 100%;
	background: #E1EAF7;
	border-spacing: 5px;
  border-collapse: separate;
}

.advertise td{
	width: 158px;
	height: 75px;
	background: #fff;
}

.content p{
	line-height: 22px;
}

#menu-top-nav li.current_page_item a{
	color: #16a085;
}

#menu-top-nav{
	margin: 0;
	padding: 0;
}

#menu-top-nav li{
	list-style: none;
}

#menu-top-nav li:last-child{
	border-right: none!important;
}

.top-border{
	border-radius: 6px 6px 6px 6px!important;
}

.dropdown-menu li.top-border > a{
	border-radius: 6px 6px 6px 6px!important;
}

#man_anchor a{
	color: #2980B9;
	text-decoration: none;
  vertical-align: text-top;
}
#man_anchor a:hover{
	color: #1ABC9C;
}
#man_anchor{
	list-style-type: square;
}
#back{
	margin-left: 700px;
	color: #2980B9;
}
#back:hover{
	color: #1ABC9C;
}

#man_wrap{
	border: 1px solid #AAA;
	background-color: #F9F9F9;
	width: 350px;
	padding: 15px;
	padding-bottom: 8px;
	margin: 20px;
}

fieldset label {
  display: block;
}
fieldset div#captchaimage img{
  border: 2px solid #eee;
  position: relative;
  top: 25px;
}
fieldset div#captchaimage {
  float: left;
  margin-right: 15px;
}

.table.sum_up_table td, .table.sum_up_table th {
  text-align: right;
  width: 25%;
}
.table.sum_up_table td.left_A, .table.sum_up_table th.left_A , 
.table.summary_ee td.left_A, .table.summary_ee th.left_A {
  text-align: left;
}
.table.sum_up_table tr.total td, .table.summary_ee tr.total td {
  background-color: #dfdfdf;
}
.table.summary_ee td, .table.summary_ee th {
  text-align: right;
  width: 20%;
}

#dateRange .datepicker {
  border-radius: 5px;
}
#src_duplicate label {
  display: inline-block;
}
#src_duplicate input[type="checkbox"] {
  margin: -5px 0 0;
}
#welcome-dialog label {
  font-size: 118%;
  padding-bottom: 10px;
  padding-left: 20px;
}
.ee_option .checkbox {
  font-size: 1.2em;
  padding-top: 2px;
  width: 20%;
}
label.ee_sum_opt {
  display: inline-block;
  padding: 0 25px;
}
#chk_all {
  margin-bottom: 5px;
}
table.employer_reg {
  margin-bottom: 25px;
}
table.employer_reg thead {
  text-align: left;
  background-color: #f5f5f5;
}
#loader {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99999;
  background-color: lightgray;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  display: none;
}
#loader h2 {
  position: fixed;
  margin-left: 15%;
  top: 40%;
  font-size: 2em;
}