/*
 * Container style
 */
 /* =============
   Portlets
============= */
.btn-xs, .btn-group-xs>.btn {
    padding: 0px 2px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

	.TableMain tr {
		height: 37px;
		}
	.ListInfoUser {
		cursor: pointer;
		}
	.text-bold-400 {
    font-weight: 400;
}

.blue-grey.lighten-2 {
    color: #90A4AE!important;
}
.text-bold-600 {
    font-weight: 600;
}
.border-right-blue-grey.border-right-lighten-5 {
    border-bottom: 1px solid #ECEFF1!important;
}  
.font-large-2 {
    font-size: 30px !important;
}
.font-large-3 {
    font-size: 20px !important;
}
.card {
    margin-bottom: 1.875rem;
    border: none;
    -webkit-box-shadow: 0 1px 15px 1px rgba(62,57,107,.07);
    box-shadow: 0 1px 15px 1px rgba(62,57,107,.07)
}

.card .card {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.card .card-title {
    font-weight: 600;
    letter-spacing: .05rem;
    font-size: 1.12rem;
    color:#82b54c;
}

.card .card-bordered {
    border: 1px solid rgba(0,0,0,.06)
}

.card.card-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%!important;
    height: 100%!important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto
}

.card .card-body[class*=border-bottom-] {
    border-bottom-width: 2px!important
}

.card .card-img-overlay.bg-overlay {
    background: rgba(0,0,0,.45)
}

.card .card-img-overlay .text-muted {
    color: #464855!important
}

.card.card-minimal {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.card.crypto-card-3 .card-body:before {
    font-family: cryptocoins;
    font-size: 10rem;
    color: rgba(255,255,255,.15);
    position: absolute;
    bottom: -32px;
    right: 0
}

.card-moved .card,.card-moved .card-header {
    background-color: #FF9149;
    color: #FFF
}

.handle,.titleArea {
    cursor: move
}
.card-header {
    border-bottom: none
}

.card-header .card-title {
    margin-bottom: 0
}

.card-header .heading-elements,.card-header .heading-elements-toggle {
    background-color: inherit;
    position: absolute;
    top: 20px;
    right: 20px
}

.card-header .heading-elements-toggle.heading-top-elements .page-item,.card-header .heading-elements.heading-top-elements .page-item {
    display: inline-block
}

.card-header .heading-elements a,.card-header .heading-elements-toggle a {
    padding: 0 8px
}

.card-header .heading-elements a.btn,.card-header .heading-elements-toggle a.btn {
    padding-top: 6px;
    padding-bottom: 6px
}

.card-footer {
    border-top: 1px solid #EEE
}
	#FormChat .messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
#FormChat .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
#FormChat .messages ul {
	padding: 0;
	}
#FormChat .messages ul li {
  display: inline-block;
    clear: both;
    float: left;
     margin: 10px 15px 10px 0px;
    width: 100%;
    font-size: 0.9em;
    padding: 0;
}
#FormChat .messages ul li a{
  color: #fff;  
   text-decoration: underline;
}
#FormChat .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}
#FormChat .messages ul li.left img {
  margin: 6px 8px 0 0;
}
#FormChat .messages ul li.left p {
  background: #51a4f5;
  color: #f5f5f5;
      word-break: break-all;
}
#FormChat .messages ul li.right img {
  float: right;
  margin: 6px 0 0 8px;
}
#FormChat .messages ul li.right p {
  background: #f5f5f5;
  float: right;
      word-break: break-all;
}

#FormChat .messages ul li.right span.time {
   text-align: right;
}
#FormChat .messages ul li.right:before {
    content: attr(data-time);
    position: absolute;
    right: 15px;
    bottom: -0.8em;
    display: block;
    font-size: .750rem;
    color: rgba(84, 110, 122,1.0);
}
#FormChat .messages ul li.left:before {
    content: attr(data-time);
    position: absolute;
    left: 10px;
    bottom: -0.8em;
    display: block;
    font-size: .750rem;
    color: rgba(84, 110, 122,1.0);
}
#FormChat .messages ul li.left span.time {
   text-align: left;
}
#FormChat .messages ul li img {
  width: 22px;
  border-radius: 50%;
  float: left;
}
#FormChat .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;

  line-height: 130%;
}
#FormChat .messages ul li span.time {
    width: 100%;
    display: block;
    font-size: 10px;
    font-style: italic;
        margin-top: -10px;
 
}
	.chatbox {
	z-index: 999999999;
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 300px;
    height: 400px;
    background-color: #fff;
    font-family: 'Lato', sans-serif;

    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);

    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    flex-direction: column;
}

.chatbox--tray {
    bottom: -350px;
}

.chatbox--closed {
    bottom: -400px;
}

.chatbox .form-control:focus {
    border-color: #1f2836;
}

.chatbox__title,
.chatbox__body {
    border-bottom: none;
}

.chatbox__title {
    min-height: 50px;
    padding-right: 10px;
    background-color: #1f2836;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;

    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    align-items: center;
}

.chatbox__title h5 {
    height: 50px;
    margin: 0 0 0 15px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__title h5 a {
    color: #fff;
    max-width: 195px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chatbox__title h5 span.online:before {
	background: #4CAF50;
}
.chatbox__title h5 span.offline:before {
	background: #ff5370;
}
.chatbox__title h5 span.online:before,
.chatbox__title h5 span.offline:before
 {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;

    border-radius: 6px;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.chatbox__title__tray,
.chatbox__title__close {
    width: 24px;
    height: 24px;
    outline: 0;
    border: none;
    background-color: transparent;
    opacity: 0.5;
    cursor: pointer;

    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

.chatbox__title__tray:hover,
.chatbox__title__close:hover {
    opacity: 1;
}

.chatbox__title__tray span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-bottom: 2px solid #fff
}

.chatbox__title__close svg {
    vertical-align: middle;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px;
}

.chatbox__body,
.chatbox__credentials {
    padding: 15px;
    border-top: 0;
    background-color: #E6EAEA;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__credentials {
    display: none;
}

.chatbox__credentials .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chatbox__body {
    overflow-y: auto;
}

.chatbox__body__message {
    position: relative;
}

.chatbox__body__message p {
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
}


.chatbox__message {
    padding: 15px;
    min-height: 50px;
    outline: 0;
    resize: none;
    border: none;
    font-size: 12px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fefefe;
}


.chatbox--empty.chatbox--tray {
    bottom: -212px;
}

.chatbox--empty.chatbox--closed {
    bottom: -262px;
}


.chatbox--empty .chatbox__credentials {
    display: block;
}
a.BtnSendChat {
	    width: 30px;
    position: absolute;
    /* margin-bottom: 120px; */
    bottom: 20px;
    right: 5px;
	}
.chatbox__info {
    background: #0c0c0c42;
    /* opacity: 0.2; */
    line-height: 30px;
    height: 30px;
    color: #fff;
    padding-left: 10px;
}
tr.no-records-found > td {
	    padding-top: 25px!important;
    padding-bottom: 180px!important;
    text-align: left!important;
    color: #777;
    font-size: 15px;
    background: url(../images/table-no-data.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 161px;
}
.progress-bar-danger {
  background-color: #ad300a;
}

.bgg-danger {
	background: #ad300a !important;
	color: #ffffff !important;
}
.bgg-success {
	background: #27ae60 !important;
	color: #ffffff !important;
}
.bgg-default {
	background: #428bca !important;
	color: #ffffff !important;
	    border-radius: 4px;
}
.bg-default {
	background-color: #428bca !important;
	
}
/* Background colors */
.bg-custom {
  background-color: #428bca !important;
}

.bg-primary {
  background-color: #5d9cec !important;
}

.bg-success {
  background-color: #27ae60 !important;
}

.bg-info {
  background-color: #34d3eb !important;
}

.bg-warning {
  background-color: #ffbd4a !important;
}

.bg-danger {
  background-color: #ad300a !important;
}

.bg-muted {
  background-color: #f4f8fb !important;
}

.bg-inverse {
  background-color: #4c5667 !important;
}

.bg-purple {
  background-color: #7266ba !important;
}

.bg-pink {
  background-color: #fb6d9d !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-lightdark {
  background-color: #f4f8fb !important;
}
.LogoApp {
    background: url(../logo_60.png) no-repeat 50%;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 12px;
    width: 60px;
    height: 63px;
}
.portlet {
  background: #ffffff;
  border: 1px solid #FFF;;
  border-radius: 5px;
  margin-bottom: 12px;
  background-clip: padding-box;
}
.portlet-default .fa-caret-down {
    float: right;
    padding-top: 6px;
    cursor: pointer;
}
.portlet .portlet-heading {
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  padding: 8px 10px;
      background: #f5f4f4;
}

.portlet .portlet-heading .portlet-title {
  color: #ffffff;
  float: left;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 5px;
}

.portlet .portlet-heading .portlet-widgets {
  display: inline-block;
  float: right;
  font-size: 15px;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
  text-align: right;
}

.portlet .portlet-heading .portlet-widgets .divider {
  margin: 0 5px;
}

.portlet .portlet-heading .portlet-widgets .collapsed .ion-minus-round:before {
  content: "\f217" !important;
}

.portlet .portlet-heading a {
  color: #999999;
}

.portlet .portlet-body {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  background: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px;
}

.portlet-default .portlet-title {
  color: #222 !important;
}
.panel-heading {
    padding-bottom: 10px;
    font-weight: bold;
    /* border-bottom: 1px solid; */
}
.portlet .portlet-heading.bg-custom a, .portlet .portlet-heading.bg-purple a, .portlet .portlet-heading.bg-info a, .portlet .portlet-heading.bg-success a, .portlet .portlet-heading.bg-primary a, .portlet .portlet-heading.bg-danger a, .portlet .portlet-heading.bg-warning a, .portlet .portlet-heading.bg-inverse a, .portlet .portlet-heading.bg-pink a {
  color: #ffffff;
}
 .ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
  }
  
  /*
   * Scrollbar rail styles
   */
  .ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
  }
  
  .ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
  }
  
  .ps--active-x > .ps__rail-x,
  .ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
  }
  
  .ps:hover > .ps__rail-x,
  .ps:hover > .ps__rail-y,
  .ps--focus > .ps__rail-x,
  .ps--focus > .ps__rail-y,
  .ps--scrolling-x > .ps__rail-x,
  .ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
  }
  
  .ps .ps__rail-x:hover,
  .ps .ps__rail-y:hover,
  .ps .ps__rail-x:focus,
  .ps .ps__rail-y:focus,
  .ps .ps__rail-x.ps--clicking,
  .ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
  }
  
  /*
   * Scrollbar thumb styles
   */
  .ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
  }
  
  .ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
  }
  
  .ps__rail-x:hover > .ps__thumb-x,
  .ps__rail-x:focus > .ps__thumb-x,
  .ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
  }
  
  .ps__rail-y:hover > .ps__thumb-y,
  .ps__rail-y:focus > .ps__thumb-y,
  .ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
  }
  
  /* MS supports */
  @supports (-ms-overflow-style: none) {
    .ps {
      overflow: auto !important;
    }
  }
  
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
      overflow: auto !important;
    }
  }
 #infobasic {
    display: none;
}
#FormUserInfo {
    padding: 0;
}
#tabthongtin {
    box-shadow: none;
}
.tableHD.table-hover {
    min-height: 200px;
}
#suathongtin {
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 5px;
    color: #5d9cec;
    background: #F1F1F1;
    cursor: pointer;
}

.alert-open {
    overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
.bgg-danger {
    background: #ad300a !important;
    color: #ffffff !important;
}
.bgg-success {
    background: #27ae60 !important;
    color: #ffffff !important;
}
.bgg-default {
    background: #428bca !important;
    color: #ffffff !important;
    border-radius: 4px;
}
.subcongviec .editableform .form-group > div {
    min-width: 400px;
}
.subcongviec .editableform .form-control {
    min-width: calc(100% - 5px);
}
.subcongviec .editableform .form-control {
    max-width: 300px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    min-width: 180px;
    /* max-width: 500px; */
}
.select2-results__option {
  position: relative;
}
.option-tooltip {
  z-index: 99999999999;
    position: absolute;
    padding: 15px;
    background: #4e9cd3;
    display: block;
    opacity: 1;
    color: #fff;
}
h1 .select2-selection__rendered {
	font-size: 18px;
}
#FormCoHoiAdd .bthongtinkh .select2-container,
#FormCoHoiAdd .bthongtinkh .select2-container--default .select2-selection--single,
#FormAddHopDong .bthongtinkh .select2-container,
#FormAddHopDong .bthongtinkh .select2-container--default .select2-selection--single {
  
}
.input-group .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4d9;
    border-radius: 4;
    min-width: 180px;
    max-width: 100%;
    border-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.nav-sub-item a {
	display: block;
    width: 100%;
    margin: 0px 8px;
    line-height: 31px;
}
.select2-container {
   z-index: 99;
    width: 100% !important;
     
}
.select2-container--open {
   z-index: 9999;
    width: 100% !important;
     
}
.input-group .select2-container {
   
    width: 86% !important;
      
}
.fa-external-link {
    margin-right: 5px;
}
h3.panel-title {
    color: #82b54c;
}
.FormCoHoiAdd table td {
    padding: .3rem;
}
element.style {}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    max-width: 420px;
}
.danhmuctt {
    font-size: 1.2em;
    font-weight: 700;
    color: #ad300a;
    background: #f5f5f5;
    border: none;
    margin-top: 5px;
    margin-bottom: 1px !important;
}
.fixed-table-container thead th .th-inner,
.fixed-table-container thead th .both {
    color: #222;
}
.ChooseBaoCao.dropdown-menu {
    right: auto;
    left: 0;
}
.hdnew {
    color: #FFF;
    background: #27ae60;
    padding: 1px 5px;
    margin-right: 3px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 10px;
}
.khcn a {
    color: #428bca;
}
.makh a {
    color: #428bca;
}
.khhd a {
    font-size: 14px;
    color: #428bca;
    font-weight: 700;
}
#page-loader {
    position: fixed;
    z-index: 999
}
.left0 {
    padding-left: 0 !important;
}
.right0 {
    padding-right: 0 !important;
}
.TitleBaoCao {
    min-width: 280px;
    text-align: left;
}
.GroupBaoCao > ul {
    min-width: 230px;
}
#page-loader {
    background: #fff;
    height: 100%;
    width: 100%
}
.xanhla {
    color: #27ae60;
}

.GroupWrok > div {
    margin-top: 15px;
    clear: both;
}
.GroupWrok .portlet-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-height: 88px;
}
.GroupWrok .portlet .panel-collapse {
    overflow: hidden;
}
.loader-icon {
    background: #fff;
    border-bottom: 5px solid rgba(19, 19, 19, .1)!important;
    border-left: 5px solid rgba(19, 19, 19, .1)!important;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-right: 5px solid #00aae6!important;
    border-top: 5px solid rgba(19, 19, 19, .1)!important;
    height: 50px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px
}
.fr .fa {
    margin-right: 8px;
}
.ttxacnhan {
    height: 48px;
}
.ttxacnhan > div {
    float: left;
    line-height: 30px;
}
.checkhotro {
    margin-top: 8px;
}
.checkhotro label {
    top: 6px;
}
.colored-border {
    border-color: #fff
}
.highlight {
    padding: .5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #f7f7f9;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
#danhsachnv {
    margin-top: 0;
}
.tenkh {
    font-weight: 600;
    color: #b24e56;
}
.themnv {
    width: 100%;
}
.themnv select {
    margin: 4px 0;
}
.highlight .labelname {
    position: absolute;
    top: 2.7rem;
    right: .5rem;
    z-index: 10;
    display: block;
    padding: .25rem .5rem;
    font-size: 75%;
    color: #818a9182;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: .25rem;
    /* float: right; */
    font-style: italic;
}
.thaoluan {
    width: 100%;
    float: left;
}
div.overlapping {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1px;
}
.thoihan {
    float: left;
}
.thoihan > div {
    padding: 5px 12px;
    border-radius: 3px;
    color: #FFF;
}
.thoihan > div > strong {
    float: left;
}
.thoihan > div .xedit1 {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.thoihan > div .xedit2 {
    margin-left: 10px;
    margin-right: 10px;
}
.subinfo {
    margin-right: 12px;
}
.subinfo .fa {
    margin-right: 3px;
}
#change_active {
    float: right;
    width: 166px;
    margin-left: 5px;
}
#change_active .btn-select .btn-select-value {}
td.labelname {
    width: 180px;
    padding-left: 0 !important;
}
td.labelname1 {
    width: 130px;
    padding-left: 0 !important;
}
.tableinfo .editable-container.editable-inline {
    max-width: 193px;
}
.tableinfo,
.tableinfo td {
    border: none;
}
.editableform .form-control {
    /*max-width: 140px;*/
    width: 100% !important;
}
.xedit {
	/*width: 100%;*/
}
.editable-container.editable-inline {
   
    width: 90% !important;
   
}
.editableform .control-group {
 
    width: 100%;
}
.tenkh span,
.tenkh form,
.tenkh form > div,
.tenkh form > div > div {
    width: 100% !important;
}
/*.editable-buttons .editable-cancel {
    display:none;
}*/
.tenkh .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 95%;
    top: 70%;
}
#yeucaucohoi form > div,
#yeucaucohoi form > div > div,
#yeucaucohoi span {
    width: 100%;
}
.editable-input {
    width: 100% !important;
}
#yeucaucohoi form .editable-input {
    width: calc(100% - 79px);
}
#yeucaucohoi .editableform .form-control {
    width: 100%;
}
.tenkh .btn-sm,
#yeucaucohoi .btn-sm {
    padding: .35rem .5rem;
}
.oxam {
    border-radius: 5px;
    background: #fbfbfb;
    padding: 8px 10px;
    margin-bottom: 10px;
    font-weight: 400;
}
.chuxanh {
    color: #27ae60;
    line-height: 28px;
}
div.overlapping span img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid white;
    display: inline-block;
    position: relative;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.notification-list .noti-title .fa {
    margin-right: 8px;
}
div.overlapping span:nth-child(n + 2) {
    margin-left: -12px;
}
div.overlapping:hover span:nth-child(n + 2) {
    margin-left: -12px;
}
div.overlapping:hover span:nth-child(n + 2) {
    margin-left: -10px;
}

.table-responsive p {
    display: inline-block !important
}
.contacto {
    background: #F8F8F8;
    padding: 5px 12px;
    border-radius: 5px;
    position: relative;
    margin: 20px 0;
}
/*.contacto:hover{
    cursor: pointer;
}*/
.loaivv .select2-container--default .select2-selection--single,
.nguonttch .select2-container--default .select2-selection--single {
    min-width: 150px;
}
#listcohoi .editableform .form-control,
#listhopdong .editableform .form-control {
    max-width: 445px;
    width: 445px;
}
#listcongviec .editableform .form-control,
#FormMucTieu .tenmuctieu .editableform .form-control,
.listmuctieu .editableform .form-control,
.work-name .editableform .form-control,
.yeucaucv .editableform .form-control,
#yeucaucohoi .editableform .form-control,
#yeucaumuctieu .editableform .form-control,
.yeucauhd .editableform .form-control {
  /*  max-width: 500px;
    width: 500px;*/
}
.infokh .editableform .form-control {
    max-width: 440px;
    max-width: 340px;
    font-size: 16px;
    font-weight: 600;
}
.infokh .select2-container--default .select2-selection--single {
    min-width: 350px;
}
.photo {
    width: 30px;
    height: 30px;
    margin-right: 3px;
}
.img_user {
    width: 25px;
    height: 25px;
    border-radius: 4px;
    border: 1px solid #5d9cec;
}
.editable-empty {
    width: 20% !important;
    /*display: inline-block !important;*/
    padding: 2px 6px !important;
}
.contacto .company {
    border-bottom: 1px solid #eeeeee;
    margin: 0;
    /* padding: 8px 0; */
    font-size: 14px;
    color: #7b7979;
    font-weight: 200;
    font-style: italic;
}
.contacto .datos {
    overflow: hidden;
    margin: 0;
    padding-bottom: 0px;
}
.contacto .datos h1 {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    color: #666666;
    padding-bottom: 10px;
}
.fixed-table-toolbar .search .form-control {
    padding: .4rem .75rem;
}
.fixed-table-toolbar .columns,
.fixed-table-toolbar .search {
    margin-top: 0 !important;
}
.fixed-table-toolbar .search {
    line-height: 36px;
}
.fixed-table-toolbar .btn-group button {
    margin-right: 5px;
    border-radius: 4px !important;
}
.loadingshow {
    display: none !important;
}
.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    left: 50%;
}
.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid #c01f2e;
    border-color: #c01f2e transparent #c01f2e transparent;
    animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}
/* Switchery demo */
.switchery-demo {
    .switchery {
        margin-bottom: 10px;
    }
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}
table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}
table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, 0.5);
}
.btn-circle {
    width: 20px;
    height: 20px;
    line-height: 20px;
    /* padding: 1px 1px !important; */
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 50% !important;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 0px 2px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}
.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}
.show-grid {
    margin: 15px 0;
}
.huge {
    font-size: 40px;
}
.panel-green {
    border-color: #5cb85c;
}
.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: white;
    background-color: #5cb85c;
}
.panel-green > a {
    color: #5cb85c;
}
.panel-green > a:hover {
    color: #3d8b3d;
}
.panel-red {
    border-color: #d9534f;
}
.panel-red > .panel-heading {
    border-color: #d9534f;
    color: white;
    background-color: #d9534f;
}
.panel-red > a {
    color: #d9534f;
}
.panel-red > a:hover {
    color: #b52b27;
}
.panel-yellow {
    border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: white;
    background-color: #f0ad4e;
}
.panel-yellow > a {
    color: #f0ad4e;
}
.panel-yellow > a:hover {
    color: #df8a13;
}
.timeline {
    position: relative;
    padding: 20px 0 20px;
    list-style: none;
}
.timeline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #eeeeee;
}
.timeline > li {
    position: relative;
    margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    float: left;
    position: relative;
    width: 46%;
    padding: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: -15px;
    border-top: 15px solid transparent;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ccc;
}
.timeline > li > .timeline-panel:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -14px;
    border-top: 14px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff;
}
.timeline > li > .timeline-badge {
    z-index: 100;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.4em;
    line-height: 50px;
    color: #fff;
    background-color: #999999;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}
.timeline-badge.success {
    background-color: #3f903f !important;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}
.timeline-badge.danger {
    background-color: #d9534f !important;
}
.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}
@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(10%);
        width: -moz-calc(10%);
        width: -webkit-calc(10%);
    }
    ul.timeline > li > .timeline-badge {
        top: 16px;
        left: 15px;
        margin-left: 0;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0;
    }
    ul.timeline > li > .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0;
    }
}
.btn-select {
    position: relative;
    padding: 0;
    min-width: 166px;
    width: 100%;
    border-radius: 0;
    height: 32px;
}
.btn-select .btn-select-value {
    padding: 0px 10px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}
.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    /*padding: 6px 10px;*/
    top: 0;
}
.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    border: 1px solid #cdd1d3;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}
.btn-select ul li {
    padding: 3px 6px;
    text-align: left;
    border-bottom: 1px solid #cdd1d3;
}
.btn-select ul li:hover {
    background-color: #f4f4f4;
}
.btn-select ul li.selected {
    color: #ad300a;
}
.btn-select ul li.selected:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
    padding-right: 5px;
}
/* Upload, crop avatar */
.users-av-wraper {
    position: relative;
    width: 630px;
    min-height: 100%;
    background: #f7f7f7;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 13px
}
a {
	color:#82b54c ;
}
.users-av-wraper > form > div {
    position: relative;
    padding: 15px 0 0 15px
}
.users-av-wraper > form > div:first-child {
    background-color: #efefef;
    min-height: 400px;
    border: 1px solid #D0D0D0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    padding: 0
}
.users-avupload {
    position: relative;
    width: 100%;
    height: 100%;
}
.users-avupload .upload-button {
    display: table;
    width: 100%;
    height: 380px;
    cursor: pointer;
}
.users-avupload .upload-button > div {
    display: table-row
}
.users-avupload .upload-button > div > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}
.users-avupload .upload-button > div > span > em {
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    background-color: #1182C8;
    line-height: 100px;
    border-radius: 50px
}
.users-avupload .upload-button:hover em {
    background-color: #205FA0;
}
.users-avupload .img-area {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px
}
.users-avupload .img-area img {
    width: 100%;
}
.users-av-wraper .guide {
    padding: 8px;
    background: #D8EAF8;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.users-av-wraper .exit-bt {
    position: fixed;
    top: 380px;
    right: 30px
}
/* =============
   Buttons
============= */
.btn {
    border-radius: 3px;
    outline: none !important;
    font-size: 14px;
        padding: .375rem .75rem;
}
.btn-md {
    padding: 8px 16px;
}
.btn-primary,
.btn-success,
.btn-default,
.btn-info,
.btn-warning,
.btn-danger,
.btn-inverse,
.btn-purple,
.btn-pink {
    /* background: #27ae60 !important; */
    /* color: #ffffff !important; */
}
.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
    background-color: #428bca !important;
    border: 1px solid #428bca !important;
}
.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open > .dropdown-toggle.btn-white {
    border: 1px solid #eaeaea !important;
    background-color: #ffffff;
    color: #4c5667 !important;
}
.btn-white:hover,
.btn-white:hover:hover,
.btn-white:focus:hover,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.focus:hover,
.btn-white:active:hover,
.btn-white:focus:hover,
.btn-white:hover:hover,
.open > .dropdown-toggle.btn-white:hover {
    background-color: #f9f9f9;
}
.btn-white:focus,
.btn-white:hover:focus,
.btn-white:focus:focus,
.btn-white:active:focus,
.btn-white.active:focus,
.btn-white.focus:focus,
.btn-white:active:focus,
.btn-white:focus:focus,
.btn-white:hover:focus,
.open > .dropdown-toggle.btn-white:focus {
    background-color: #f9f9f9;
}
.btn-white:active,
.btn-white:hover:active,
.btn-white:focus:active,
.btn-white:active:active,
.btn-white.active:active,
.btn-white.focus:active,
.btn-white:active:active,
.btn-white:focus:active,
.btn-white:hover:active,
.open > .dropdown-toggle.btn-white:active {
    background-color: #f9f9f9;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    background-color: #b24e56 !important;
    border: 1px solid #b24e56 !important;
    font-weight: 700;
}
.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
    background-color: #82b54c !important;
    border: 1px solid #82b54c !important;
    font-weight: 700;
}
.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
    /* background-color: #CD5B45 !important; */
    /* border: 1px solid #CD5B45 !important; */
    /* font-weight: 700; */
}
.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
    background-color: #ffbd4a !important;
    border: 1px solid #ffbd4a !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
    background-color: #ad300a !important;
    border: 1px solid #ad300a !important;
}
.btn-inverse,
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
    background-color: #4c5667 !important;
    border: 1px solid #4c5667 !important;
    color: #ffffff;
}
.btn-inverse.focus,
.btn-inverse:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(76, 86, 103, 0.5);
    box-shadow: 0 0 0 3px rgba(76, 86, 103, 0.5);
}
.btn-purple,
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
    background-color: #7266ba !important;
    border: 1px solid #7266ba !important;
    color: #ffffff;
}
.btn-purple.focus,
.btn-purple:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(114, 102, 186, 0.5);
    box-shadow: 0 0 0 3px rgba(114, 102, 186, 0.5);
}
.btn-pink,
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active {
    background-color: #fb6d9d !important;
    border: 1px solid #fb6d9d !important;
    color: #ffffff;
}
.btn-pink.focus,
.btn-pink:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(251, 109, 157, 0.5);
    box-shadow: 0 0 0 3px rgba(251, 109, 157, 0.5);
}
.open > .dropdown-toggle.btn-primary.btn-custom,
.open > .dropdown-toggle.btn-success.btn-custom,
.open > .dropdown-toggle.btn-info.btn-custom,
.open > .dropdown-toggle.btn-warning.btn-custom,
.open > .dropdown-toggle.btn-danger.btn-custom,
.open > .dropdown-toggle.btn-default.btn-custom {
    border-width: 2px !important;
    color: #ffffff !important;
}
.open > .dropdown-toggle.btn-white.btn-custom {
    border-width: 2px !important;
}
.btn-custom.btn-default {
    color: #428bca !important;
}
.btn-custom.btn-primary {
    color: #5d9cec !important;
}
.btn-custom.btn-success {
    color: #27ae60 !important;
}
.btn-custom.btn-info {
    color: #34d3eb !important;
}
.btn-custom.btn-warning {
    color: #ffbd4a !important;
}
.btn-custom.btn-danger {
    color: #ad300a !important;
}
.btn-custom.btn-inverse {
    color: #4c5667 !important;
}
.btn-custom.btn-purple {
    color: #7266ba !important;
}
.btn-custom.btn-white {
    color: #4c5667 !important;
}
.btn-custom.btn-white:hover,
.btn-custom.btn-white:focus,
.btn-custom.btn-white:active {
    color: #4c5667 !important;
    background-color: #f4f8fb !important;
}
.btn-custom.btn-pink {
    color: #fb6d9d !important;
}
.btn-rounded {
    border-radius: 2em !important;
    padding: 6px 20px;
}
.btn-rounded .btn-label {
    padding: 7px 15px 7px 20px;
    margin-left: -20px;
}
.btn-rounded .btn-label-right {
    margin-right: -20px;
    margin-left: 12px;
}
.btn-custom {
    -moz-border-radius: 2px;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-border-radius: 2px;
    -webkit-transition: all 400ms ease-in-out;
    background-color: transparent !important;
    border-radius: 5px;
    transition: all 400ms ease-in-out;
    background-clip: inherit;
}
.btn-custom:hover {
    color: #ffffff !important;
}
.btn-custom:focus {
    color: #ffffff !important;
}
.btn-label {
    background: rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding: 7px 15px;
    border-radius: 3px 0 0 3px;
    margin: -7px -13px;
    margin-right: 12px;
}
.btn-label-right {
    margin-left: 12px;
    margin-right: -13px;
    border-radius: 0px 3px 3px 0px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.bootstrap-table .table.table-no-bordered > thead > tr > th {
    border-right: none !important;
}
.InfoTientrinh {
    /*margin-top: 15px;*/
}
.bootstrap-table .table.table-no-bordered > tbody > tr > td {
    border-right: none !important;
}
/* Progressbar Vertical */
.progress-vertical {
    min-height: 250px;
    height: 250px;
    width: 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}
.progress-vertical .progress-bar {
    width: 100%;
}
.progress-vertical-bottom {
    min-height: 250px;
    height: 250px;
    position: relative;
    width: 10px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}
.progress-vertical-bottom .progress-bar {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.progress-vertical.progress-sm,
.progress-vertical-bottom.progress-sm {
    width: 5px !important;
}
.progress-vertical.progress-sm .progress-bar,
.progress-vertical-bottom.progress-sm .progress-bar {
    font-size: 8px;
    line-height: 5px;
}
.progress-vertical.progress-md,
.progress-vertical-bottom.progress-md {
    width: 15px !important;
}
.progress-vertical.progress-md .progress-bar,
.progress-vertical-bottom.progress-md .progress-bar {
    font-size: 10.8px;
    line-height: 14.4px;
}
.progress-vertical.progress-lg,
.progress-vertical-bottom.progress-lg {
    width: 20px !important;
}
.progress-vertical.progress-lg .progress-bar,
.progress-vertical-bottom.progress-lg .progress-bar {
    font-size: 12px;
    line-height: 20px;
}
.bootstrap-table .table > thead > tr > th {
    border-bottom: 2px solid #ebeff2;
    background: #ebeff2;
}
.fixed-table-container thead th .th-inner {
    padding: 9px 12px;
}
/* =============
   Tables
============= */
.table {
    margin-bottom: 10px;
}
.table-striped > tbody > tr:nth-of-type(odd),
.table-hover > tbody > tr:hover,
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f4f8fb !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > th,
.table-bordered {
    border-color: #ebeff2;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-color: #ebeff2;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ebeff2;
}
.table-bordered {
    border-color: #ebeff2;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e !important;
}
table.focus-on tbody tr.focused th {
    background-color: #428bca;
    color: #ffffff;
}
table.focus-on tbody tr.focused td {
    background-color: #428bca;
    color: #ffffff;
}
.table-wrapper .btn-toolbar {
    display: block;
}
.table-wrapper .dropdown-menu {
    left: auto;
    right: 0;
}
.sticky-table-header.fixed-solution {
    top: 70px !important;
}
.table-rep-plugin .table-responsive {
    border: none !important;
}
.fixed-table-container tbody .selected td {
    background-color: #F4F8FB;
}
.modal-block {
    background: transparent;
    margin: 40px auto;
    max-width: 600px;
    padding: 0;
    position: relative;
    text-align: left;
}
/* Data table */
#datatable-editable .actions a {
    padding: 5px;
}
#datatable-editable .form-control {
    background-color: #ffffff;
    width: 100%;
}
#datatable-editable .fa-trash-o {
    color: #ad300a;
}
#datatable-editable .fa-times {
    color: #ad300a;
}
#datatable-editable .fa-pencil {
    color: #29b6f6;
}
#datatable-editable .fa-save {
    color: #33b86c;
}
#datatable td {
    font-weight: normal;
}
div.dataTables_paginate ul.pagination {
    margin-top: 30px;
}
div.dataTables_info {
    padding-top: 38px;
}
.dt-buttons {
    float: left;
}
div#datatable-buttons_info {
    float: left;
}
#datatable-editable .form-control {
    background-color: #ffffff;
    width: auto;
}
/* Footable */
.footable .form-control {
    border: 1px solid #cfd4d8;
}
.footable .dropdown-menu {
    left: auto;
    right: 0;
}
.footable .checkbox input[type="checkbox"] {
    opacity: 1;
}
.footable .checkbox label::before {
    content: none;
}
.footable .input-group-btn .btn {
    border-radius: 0;
}
.footable .pagination > li > a,
.footable .pagination > li > span {
    color: #36404a;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 5px;
    line-height: 1.25;
    border: 1px solid #dee2e6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.footable .pagination > .active > a,
.footable .pagination > .active > span,
.footable .pagination > .active > a:hover,
.footable .pagination > .active > span:hover,
.footable .pagination > .active > a:focus,
.footable .pagination > .active > span:focus,
.footable .page-item.active .page-link {
    background-color: #428bca;
    border-color: #428bca;
    color: #ffffff;
}
.footable .open > .dropdown-menu {
    display: block;
}

.bootstrap-table .table,
.bootstrap-table .table > tbody > tr > td,
.bootstrap-table .table > tbody > tr > th,
.bootstrap-table .table > tfoot > tr > td,
.bootstrap-table .table > tfoot > tr > th,
.bootstrap-table .table > thead > tr > td {
    padding: 5px;
}

.has-success .form-control {
  border-color: #27ae60;
  box-shadow: none !important;
}

.has-warning .form-control {
  border-color: #ffbd4a;
  box-shadow: none !important;
}

.has-error .form-control {
  border-color: #ad300a;
  box-shadow: none !important;
}
/* Notification */
.notification-list {
  margin-left: 0 !important;
}

.notification-list .noti-title {
  margin-bottom: 0;
  width: auto;
  padding: 12px 20px;
}

.notification-list .noti-title h5 {
  margin: 0;
}

.notification-list .noti-title .label {
  float: right;
}

.notification-list .noti-icon {
  font-size: 24px;
  margin-right: 5px;
  vertical-align: middle;
  color: #555;
}
.notification-list .fa-file-alt {
  font-size: 18px;
  padding: 0 12px;
  vertical-align: middle;
  color: #555;
}
.notification-list .noti-icon-badge {
     display: inline-block;
    /* position: absolute; */
    top: 0px;
    /* right: 20px; */
    border: 3px solid #fff;
}

.notification-list .notify-item {
  padding: 10px 5px;
}
.LoadNotification .isview {
	background: #eee; 
}
.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #ffffff;
}

.notification-list .notify-item .notify-icon img {
  margin-top: 4px;
}

.notification-list .notify-item .notify-details {
  margin-bottom: 0;
 /* overflow: hidden;
  margin-left: 45px;
 text-overflow: ellipsis;*/
  white-space: initial;
  font-size: 12px;
}

.notification-list .notify-item .notify-details b {
  font-weight: 500;
}

.notification-list .notify-item .notify-details small {
  display: block;
}

.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.notification-list .notify-all {
  border-radius: 0 0 0.25rem 0.25rem;
  margin: 0 0 -5px 0;
  background-color: #eeeeee;
}

.notification-list .profile-dropdown .notify-item {
  padding: 4px 20px;
}

.chromeframe {
    position:fixed !important;
    top:0 !important;
    right:0;
    left:0;
    width:100% !important;
    z-index:99999999999999 !important;
    background-color:#ffff00 !important;
    color:#000 !important;
    height:25px;
    line-height:25px;
    padding:0.2em 0;
    text-align:center !important;
}
.row-header,
.row-tr {
    display: table;
    height: auto;
    width: 100%;
    transform: scale(1,1);
}
.row-tr-dragholder {
    display: table;
    width: 100%;
    height: 66px;
    background-color: #ddd;
    margin: 12px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}
.row-header cell {
    padding: 6px;
    border: 0
}
.row-body .row-tr:first-child {
    border-top-style: solid
}
.row-body .row-tr {
    border-top: 1px dashed #ddd;
        position: relative;
    padding: 10px 5px;
    border-bottom: 1px dashed #eaeaea;
}
.row-body .row-tr.row-kr {
    border-top: 0
}
.row-body .row-tr.row-kr > cell {
    border-top: 1px dashed #ddd
}
.row-body .row-tr:hover,
.row-body .row-tr:focus {
    background-color: #dff0fd!important
}
.row-body .row-tr:hover .handle,
.row-body .row-tr:focus .handle {
    visibility: visible
}
.row-body .row-tr .icard {
    border: 0;
    background: transparent;
    padding-top: 0!important
}
.row-body .row-tr .td-card {
    position: relative
}
.row-body .row-tr .td-card .fa-pencil {
    position: absolute;
    top: 0;
    right: 0;
    display: none
}
.row-body .row-tr:hover .fa-pencil {
    display: block
}
.row-body .row-tr.ui-sortable-helper {
    background-color: #5bc0de!important;
    cursor: move!important;
    z-index: 99999999;
}
.row-body .row-tr.ui-sortable-helper row,
.row-body .row-tr.ui-sortable-helper cell,
.row-body .row-tr.ui-sortable-helper div,
.row-body .row-tr.ui-sortable-helper a {
    cursor: move!important
}
.row-body .row-tr.ui-sortable-helper > *:not(.progress-bar) {
    background-color: transparent!important;
    cursor: move!important
}
.row-body .row-tr.ui-sortable-helper .td-card .fa-pencil {
    display: none
}
.row-body .row-tr:nth-child(odd) {
    background-color: #fff
}
.row-body .row-tr:nth-child(even) {
    background-color: #f6f9f9
}
.thoihancol {
	color:#111;
}
.cell-v-middle {
    vertical-align: middle;
    line-height: 60px;
}
	.row-header .row-title{
       padding: 6px;
    border: 0;
    position: relative;
    display: -webkit-box;
    background: #ccc;
    cursor: pointer;
    line-height: 20px;
}
.row-header .row-title .TitleWork {
	font-size: 16px;
}
.row-header .row-title a.TitleWork.ar-right:before {
    content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.row-header .row-title a.TitleWork.ar-down:before {
    content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.row-tr .info {
	font-size: 13px;
	color:#777;
}
.row-tr .info i {
	margin-right:3px;
}
.row-tr .target_name {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
.group-status-0 {
    background-color: #abc8dc !important;
    color: #2c4a5e
}
.group-status-1 {
    background-color: #428bca !important;
    color: #fff
}
.group-status-2 {
    background-color: rgb(39, 174, 96) !important;
    color: #fff
}
.group-status-3 {
    background-color: #abc8dc !important;
    color: #2c4a5e
}
#timeoutsess {
    display:none;
}
.taocongno {
	background:#ad300a;
	color:#FFF;
	padding:4px 9px;
}
#timeoutsess a {
    color:#2f70a7 !important;
}
.btn-select {
    position: relative;
    padding: 0;
    min-width: 166px;
    width: 100%;
    border-radius: 0;
    height: 32px; 
}

.btn-select .btn-select-value {
    padding: 0px 10px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    /*padding: 6px 10px;*/
    top: 0;
}

.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    border: 1px solid #cdd1d3;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}

.btn-select ul li {
    padding: 3px 6px;
    text-align: left;
    border-bottom: 1px solid #cdd1d3;
}

.btn-select ul li:hover {
    background-color: #f4f4f4;
}

.btn-select ul li.selected {
        color: #ad300a;
}
.btn-select ul li.selected:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; 
    content: "\f00c";
        padding-right: 5px;

}
a.drag-drop-box {
    display: block;
    width: 100%;
    border: dashed 1px #eaeaea;
    color: #757575;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 6px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
ul.lst-co {
    position: relative;
    padding-left: 0;
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}
.lst-co-row .checkbox {
	cursor: pointer;
	 display: inline;

	}
.lst-co-row, .lst-co-row-in {
    position: relative;
    float: left;
    width: 100%;
    padding: 6px 12px;
    min-height: 38px;
    cursor: pointer;
    color: #0072bc;
    font-size:14px;
    line-height: 18px;
    list-style-type: none;
}
.lst-co-row:hover,
.lst-co-row-in:hover {
    background-color: #dff0fd
}
.lst-co-row .r-text,
.lst-co-row-in .r-text {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 2px;
    line-height: 20px
}
.lst-co-row.s-show,
.lst-co-row-in.s-show {
    background-color: #dff0fd
}
.lst-co-row.ui-sortable-helper,
.lst-co-row-in.ui-sortable-helper {
    background-color: #dff0fd
}
.lst-co-row.disable,
.lst-co-row-in.disable {
    pointer-events: none;
    color: #212121
}
.lst-co-row.no-pointer,
.lst-co-row-in.no-pointer {
    cursor: default
}
.lst-co-row-default {
    border-bottom: 1px solid #eaeaea;
    padding: 8px;
    min-height: 32px
}
.lst-co-row-default .r-text {
    padding-top: 0
}
.lst-co-row-default:last-child {
    border-bottom: 0
}
.lst-co-row {
    border-bottom: 1px solid #eaeaea
}
.lst-co-row:last-child {
    border-bottom: 0
}
.lst-co-row:last-of-type {
    border-bottom: 0
}
.lst-co-row.color-odd-even:nth-child(odd) {
    background-color: #fff
}
.lst-co-row.color-odd-even:nth-child(odd):hover {
    background-color: #dff0fd
}
.lst-co-row.color-odd-even:nth-child(even) {
    background-color: #f3fefc
}
.lst-co-row.color-odd-even:nth-child(even):hover {
    background-color: #dff0fd
}
.lst-co-row.color-content {
    color: #212121
}
.lst-co-row.no-hover:hover {
    background-color: transparent!important
}
.lst-co-row label.title {
	padding-left: 20px;
	padding-left: 20px;
    display: inline;
    margin-right:8px;
	}
/* =============
   Checkbox and Radios
============= */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #428bca;
}

.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  /* background-color: #14a6ef; */
  border-radius: 50%;
  border: 3px solid #14a6ef;
  content: "";
  display: inline-block;
  height: 17px;
  top: 2px;
  left: 0;
  margin-left: -17px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
  text-decoration: line-through;
}

.checkbox label::after {
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  height: 17px;
  left: 0;
  /* margin-left: -17px; */
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 2px;
  width: 17px;
  background-color: #10a50d;
  border-radius: 50%;
}
.checkbox.checkbox-single input {
    height: 18px;
    width: 18px;
    position: absolute;
    /* border-radius: 50%; */
}
.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
  /* border-radius: 50%; */
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}

.checkbox input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: 'FontAwesome';
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}



.checkbox.checkbox-single label {
  height: 18px;
  width: 18px;
  border-radius: 50%;
}

.checkbox.checkbox-single label:before {
  margin-left: 0;
}

.checkbox.checkbox-single label:after {
  margin-left: 0;
}

.checkbox-custom input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}

.checkbox-custom input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #5d9cec;
  border-color: #5d9cec;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #ad300a;
  border-color: #ad300a;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #34d3eb;
  border-color: #34d3eb;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #ffbd4a;
  border-color: #ffbd4a;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #27ae60;
  border-color: #27ae60;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.CheckBoxLabel .checkCV:checked ~ span.titleCB {
    text-decoration: line-through;
	    font-style: italic;
}
.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #7266ba;
  border-color: #7266ba;
}

.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-pink input[type="checkbox"]:checked + label::before {
  background-color: #fb6d9d;
  border-color: #fb6d9d;
}

.checkbox-pink input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #4c5667;
  border-color: #4c5667;
}

.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* Radios */
.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  font-weight: 500;
  font-size: 13px;
}

.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #98a6ad;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
  outline: none !important;
}

.radio label::after {
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #98a6ad;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 11px;
  left: 3px;
  margin-left: -20px;
  position: absolute;
  top: 3px;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 11px;
}

.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted;
}

.radio input[type="radio"]:checked + label::after {
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio.radio-single label {
  height: 17px;
}

.radio-custom input[type="radio"] + label::after {
  background-color: #428bca;
}

.radio-custom input[type="radio"]:checked + label::before {
  border-color: #428bca;
}

.radio-custom input[type="radio"]:checked + label::after {
  background-color: #428bca;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #5d9cec;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #5d9cec;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #5d9cec;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #ad300a;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #ad300a;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #ad300a;
}

.radio-info input[type="radio"] + label::after {
  background-color: #34d3eb;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #34d3eb;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #34d3eb;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #ffbd4a;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #ffbd4a;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #ffbd4a;
}

.radio-success input[type="radio"] + label::after {
  background-color: #27ae60;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #27ae60;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #27ae60;
}

.radio-purple input[type="radio"] + label::after {
  background-color: #7266ba;
}

.radio-purple input[type="radio"]:checked + label::before {
  border-color: #7266ba;
}

.radio-purple input[type="radio"]:checked + label::after {
  background-color: #7266ba;
}

.radio-pink input[type="radio"] + label::after {
  background-color: #fb6d9d;
}

.radio-pink input[type="radio"]:checked + label::before {
  border-color: #fb6d9d;
}

.radio-pink input[type="radio"]:checked + label::after {
  background-color: #fb6d9d;
}

/* =============
   Portlets
============= */
.portlet {
  background: #ffffff;
  border: 1px solid #FFF;;
  border-radius: 5px;
  margin-bottom: 20px;
  background-clip: padding-box;
}

.portlet .portlet-heading {
  border-radius: 3px 3px 0 0;
  color: #ffffff;
 /* padding: 8px 10px;*/
      background: #f5f4f4;
}

.portlet .portlet-heading .portlet-title {
  color: #ffffff;
  float: left;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 5px;
}

.portlet .portlet-heading .portlet-widgets {
  display: inline-block;
  float: right;
  font-size: 15px;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
  text-align: right;
}

.portlet .portlet-heading .portlet-widgets .divider {
  margin: 0 5px;
}

.portlet .portlet-heading .portlet-widgets .collapsed .ion-minus-round:before {
  content: "\f217" !important;
}

.portlet .portlet-heading a {
  color: #999999;
}

.portlet .portlet-body {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  background: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px;
}

.portlet-default .portlet-title {
  color: #222 !important;
  
}
.panel-default {
    border-radius: 5px;
    box-shadow: 0 4px 20px 1px rgba(0,0,0,.06), 0 1px 4px rgba(0,0,0,.08);
    border: 0;
	background: #fff;
    padding: 1.25rem;
    margin: 5px 0px;
}
.panel .panel-body{
    flex: 1 1 auto;
   
}
.row-item {
    line-height: 30px;
    height: 30px;
        padding: 0px 5px;
}
.row-item:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
[text-size="size-lg"],
.work-name {
    font-size: 20px;
    line-height: 33px!important;
}
.suggest-box {
    margin-bottom: 0;

    position: relative;
    float: left;
    width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;

    min-height: 24px;
    margin-bottom: 12px;
    padding: 6px 12px;
}
.suggest-box .head {
    position: relative;
    float: left;
    width: 100%;
    padding: 12px 12px 6px 0px;
    font-size: 15px;
    font-weight: 500;
    color: #ad300a;
    line-height: 21px;
}
.suggest-box .body {
    position: relative;
    float: left;
    width: 100%;
}
#listcongviec {
    padding-left: 0;
}
#listcongviec li {
    padding: 8px 5px;
    min-height: 36px;
}
.row-emp {
    float: left;
    width: 100%;
}
.row-emp .row-item {
    position: relative;
    float: left;
    width: 100%;
}
.two-row .row-img .img {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.row-emp .row-item .text-1 {
    font-weight: 500;
    color: #212121;
    padding-bottom: 2px;
    padding-left: 5px;
    line-height: 25px;
}
.comment {
    padding-top: 12px;
}
.comment .comment-avatar {
    position: relative;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    display: block;
    float: left;
    height: 32px;
    width: 32px;
}
.comment .comment-body {
    float: none;
    margin-left: 40px;
    position: relative;
}
.comment .comment-text {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 7px 12px 8px;
}
.comment .comment-header {
    font-size: 12px;
    padding-bottom: 2px;
}
.comment .comment-header a {
    color: #36404a;
    font-weight: bold;
}
.comment .comment-header span {
    color: #98a6ad;
    display: inline-block;
    font-size: 11px;
    margin-left: 5px;
}
.comment .comment-footer {
    display: block;
    font-size: 12px;
    padding: 4px 12px 0;
}
.comment .comment-footer i {
    font-size: 13px;
    margin-right: 7px;
}
.comment .comment-footer,
.comment .comment-footer a {
    color: rgba(54, 64, 74, 0.5);
}
.comment .comment-footer:hover,
.comment .comment-footer a:hover {
    color: #428bca;
}
.comment > .comment {
    margin-left: 32px !important;
}
/* =============
  sitemap
============= */
.sitemap-wrapper a {
    color: #555555;
}
.sitemap-wrapper a:hover {
    color: #428bca;
}
.sitemap-wrapper h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
}
.sitemap-wrapper h5 i {
    padding-right: 10px;
}
.sitemap-wrapper ul {
    padding-left: 30px;
}
.sitemap-wrapper ul li a {
    font-size: 15px;
    line-height: 30px;
}
.taskList .knob {
    font-size: 14px !important;
}
.btn-select {
    position: relative;
    padding: 0px 3px;
    min-width: 166px;
    width: 100%;
    border-radius: 5px;
    height: 32px;
    line-height: 30px;
}
.btn-select .fa {
	line-height: 30px;
}
.btn-select .btn-select-value {
    padding: 0px 10px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 30px;
    /*padding: 6px 10px;*/
    top: 0;
}

.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    border: 1px solid #cdd1d3;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}

.btn-select ul li {
    padding: 3px 6px;
    text-align: left;
    border-bottom: 1px solid #cdd1d3;
}

.btn-select ul li:hover {
    background-color: #f4f4f4;
}

.btn-select ul li.selected {
        color: #ad300a;
} 
.btn-select ul li.selected:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; 
    content: "\f00c";
        padding-right: 5px;

}
a.drag-drop-box {
    display: block;
    width: 100%;
    border: dashed 1px #eaeaea;
    color: #757575;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 6px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.dropup .dropdown-menu {
    transform-origin: center bottom 0;
}

.dropdown-menu.arrow:before {
    position: absolute;
    top: -7px;
    left: 7px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(121, 121, 121, 0.3);
    content: '';
}
.dropdown-menu.arrow:after {
    position: absolute;
    top: -6px;
    left: 8px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.dropdown-menu.arrow.right-arrow:before {
    right: 15px;
    left: auto;
}
.dropdown-menu.arrow.right-arrow:after {
    right: 16px;
    left: auto;
}

.open > .dropdown-menu {
    opacity: 1;
    transform: scale(1,1);
}

.dropdown-menu li:first-child {
    /*margin-top: 12px;*/

}
.btn-xs, .btn-group-xs>.btn {
    padding: 0px 2px;
    font-size: 10px !important;
    line-height: 1.5;
    border-radius: 3px;
}
.dropdown-menu li a {
    color: #8F9098;    
    padding: 3px 5px;
    font-size: 13px;
    line-height: 30px;
    display: block;
}

.dropdown-menu li a i {
    width: 22px;
}

.dropdown-menu li a:hover {
    background-color: #ccc;
    color: #000;
}
.dropdown-menu li.bg-dark {
    background-color: #F7F8FA;
    margin-top: 7px;
}
.dropdown-menu li.bg-dark a {
    padding: 12px 20px;
}
.dropdown-menu li.bg-dark a i {
    width: auto;
}


.btn-mini-group .dropdown-menu li a i {
    width: auto;
}



/*========= Date Time Picker ========*/

.bootstrap-datetimepicker-widget {
    opacity: 1;
    z-index: 2;
    transform: scale(1,1);
}
li {
	list-style: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #4e9cd3 !important;
    border: 1px solid #4f8fbe  !important;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
h3.portlet-title-tt {
    font-size: 14px;
    color: #fff;
	line-height: 20px;
    padding: 4px;
        margin-bottom: 0;
}