body {
  background-color: #f9f9f9;
}

.container {
  background-color: #fff;
  padding:20px;
  border-radius: 10px;
}

@media (min-width: 1200px) {

  .container {
    width: 95%;
  }

}


.circle:before {
  content: ' \25CF';
  font-size: 30px;
  line-height: 20px;
}

.green {
	color: #5cb85c;
}
.amber {
	color: #f0ad4e;
}
.red {
	color:  #d9534f;
}

.grey {
  color: #ccc;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    /*background-color: #eee;
    background-color: rgba(86,61,124,.15);*/
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);
}

.create-btn {
  margin-top:15px;
}

.dataTables_wrapper {
  padding-top: 20px;
}

.dropdown-thumb {
  margin:0!important;
  display:inherit!important;
  height:25px;
  width:28px;
}

body#login-container{ 
  background: url(../img/ngoni-login-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#login-container .container{background:transparent!important;}

.form-heading { color:#fff; font-size:23px;}
.login-message h2{ color:#444444; font-size:18px; margin:0 0 8px 0;}
.login-message p { color:#777777; font-size:14px; margin-bottom:30px; line-height:24px;}
.login-form .form-control {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}

.main-div {
  background: #ffffff none repeat scroll 0 0;
  background: rgba(255,255,255, 0.8);
  border-radius: 2px;
  margin: 10px auto 30px;
  max-width: 38%;
  padding: 50px 70px 70px 71px;
}

@media (max-width: 768px) { 
  .main-div {
    background: #ffffff none repeat scroll 0 0;
    background: rgba(255,255,255, 0.8);
    border-radius: 2px;
    max-width: 100%;
    padding: 15px;
  }
}


.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center;}
.forgot a {
  color: #777777;
  font-size: 14px;
  text-decoration: underline;
}
.login-form  .btn.btn-primary {
  background: #f0ad4e none repeat scroll 0 0;
  border-color: #f0ad4e;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.forgot {
  margin-bottom:30px;
}
.bottom-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}
.back { 
  text-align: left; 
  margin-top:10px;
}
.back a {
  color: #444444; 
  font-size: 13px;
  text-decoration: none;
}

.error-message {
  margin-top:15px;
}
.error-message p {
  background-color:#DC3A22;
  padding:5px;
  color:#fff;
}
.job-update {
  cursor: pointer;
}

table tbody tr.highlight {
  background-color: yellow;
}
.table-hover > tbody > tr.highlight:hover {
  background-color: yellow; 
}

.added-note {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}