html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

/*.grid-view th {
    white-space: nowrap;//Header xuong hang
}*/

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.side-menu{
    margin-top: 80px !important;
}

div.dataTables_scrollBody{
    border-bottom: none !important;
}
#talent-sourcing a:hover {
    color: #0000EE;
}
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: calc(100vh - 180px);
    overflow-y: auto;
}
.login-button{
    color: #4c877a;
}
#resetBtn{
    background-color: #e9a537;
    border-color: #e9a537;
}
.rating-xs {
    font-size: 21px;
    float: left;
}
.media .profile_thumb{
    font-size: 20px;
    padding: 10px;
}
.notes li{
    list-style: none;
}
.notes li.user_red {
    padding: 7px 5px 2px 40px!important;
    background: url("../images/manager.png") 5px 4px no-repeat #fff!important;
}
.notes p {
    text-align: left;
    padding: 2px 0;
}
.notes .title {
    font-weight: bold;
}
.notes li {
    padding: 7px 10px 2px 40px!important;
    background: url("../images/client.png") 5px 4px no-repeat #fff!important;
    color: #333;
}
.profile_info{
    padding: 0;
}

/*Star*/
/*.star {
  font-size: 30px;
  color: #edb664;
  position: relative;
  display: inline-block;
}

.star:after {
  font-size: 10px;
  text-shadow: 2px 2px 4px #000000;
  color: white;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
.rate1:after {
  content: "1";
}
.rate2:after {
  content: "2";
}
.rate3:after {
  content: "3";
}
.rate4:after {
  content: "4";
}
.rate5:after {
  content: "5";
}*/
.rateActive{
    color: #d9534f !important;
}
.iradio_flat-green{
    margin-right: 10px;
}
ul.top_pro li:nth-child(odd) {
    background-color: #eee;
}
#profile-list-container table td, #profile-list-container table th{
    border-left: none;
    border-right: none;
}
/*Rating*/
.starRating {
    border: 1px solid #ddd;
    float: left;
    background-color: #fff;
    padding: 2px 2px 0 0;
    border-radius: 2px;
    box-sizing: content-box !important;
}
.rateNum {
    background: #fff;
    color: #d84e4e;
    text-align: center;
    display: inline-block;
    font-size: 11px;
}
.actualRating {
    width: 25px;
    display: inline-block;
}
.grayBgStar {
    font-size: 11px;
}
.popover{
    max-width: 360px; /* Max Width of the popover (depending on the container!) */
}
.x_title, .contactInfo{
    cursor: pointer;
}
#filter_panel .x_title h2 {
    width: 100%;
}

#filter_panel .x_title {
  height: 30px;
}
.popover {
   background: #FFF;
   -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}
.popover-content {
  background: #FFF;
  color: #333;
  font-size: 12px;
}
.popover-content h6{
  font-size: 11px;
  text-transform: uppercase;
}
.popover.right > .arrow:after {
  border-right-color: #FFF;
}
.fa-2{
  font-size: 17px;
}
a.contactInfo i{
  padding: 0 2px;
}
.daterangepicker .ranges li.active{
  background-color: #e9a537;
}
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover{
  border: 1px solid #e9a537;
}
.daterangepicker .drp-buttons .applyBtn{
  background: #e9a537;
  border: 1px solid #e9a537;
}
.daterangepicker td.active, .daterangepicker td.active:hover{
  background-color: #398439;
}
/*datatable*/
#talent-sourcing td, #requests td{
  border-right: none;
  border-left: none;
  border-top: none;
}
table.dataTable thead th, table.dataTable thead td{
  border: none;
}

.unstar {
  color: #d9534f;
  font-weight: bold;
}
.star1{
  color: #777;
  font-weight: bold;
}
.star2{
  color: #f0ad4e;
  font-weight: bold;
}
.star3{
  color: #5bc0de;
  font-weight: bold;
}
.star4{
  color: #337ab7;
  font-weight: bold;
}
.star5{
  color: #5cb85c;
  font-weight: bold;
}
.tooltip-inner{
  text-align: left;
  max-width: 100%;
  padding: 5px;
  background: #FFF;
  font-size: 13px;
   -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.75);
  color: #333;  
}
.tooltip.top .tooltip-arrow{
  border-top-color: #777;
}
.tooltip{
  opacity: 1;
}
.toolbar{
  float: right;
  padding: 0 0 0 20px;
}
.activity-detail table{
  margin: 0 50px;
}
.activity-detail table tr th {
  width: 150px;
}
ins {
    background-color: #c6ffc6;
    text-decoration: none;
    padding: 0 3px;
}

del {
    background-color: #ffc6c6;
    padding: 0 3px;
}
.tile_stats_count{
  float: left;
  width: 20%;
}
ul#checkedView{
  list-style: none;
}
ul#checkedView li::before {
  content: "\2022";
  color: #e9a537;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.toggle-off.btn{
  margin: 0 !important;
}
.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20px; }
.toggle.ios .toggle-handle { border-radius: 20px; }
#filter_panel h2{
  height: 50px;
  position: absolute;
  top: 0px;
}
.popover-title .close{
  position: relative;
  bottom: 3px;
}
.blockUI{
  z-index: 99999999999 !important;
}