body, #content-container {
    color: #000000;
}

.table>thead>tr>th,
.table>tbody>tr>td,
/*.table>tbody>tr>td>a,*/
/*.table>tbody>tr>td>span,*/
/*.table>tbody>tr>td>a>span,*/
.btn-default{
    color: #333;
}

.cancelled{
    color: #ccc !important;
}

#content-container {
    /*background-color: #edfaff !important ;*/
}
@media (min-width: 700px) {
        #container {
        min-width: 1200px !important;
        overflow: initial !important;
    }
}

body, #content-container {
    color: #000000;
}

.popover_customer{
    min-width: 500px;
}
.navbar-content .search_customer{
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    margin-left: 20px;
    padding: 0 10px;
}
@media (max-width: 700px) {
  .navbar-content .search_customer{
    margin-left: 0;
}
  .popover_customer{
    min-width: 300px;
}
}

.panel {
    border: 1px solid #bce8f1;
}

.panel-info .panel-heading,
.panel-info .panel-footer {
    background-color: #bce8f1;
}

.panel-title{
    overflow:initial;
}
.panel-title > a {
    color: #7a878e;
}

.modal-dialog {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-top: -1%;
    /*min-width: 90%;*/
    top: 30px;
}

.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5) !important;
    border-radius: 3px !important;
    border: 1px solid rgba(0, 0, 0, .2) !important;
}

.form-control {
    border-radius: 6px;
    border: 2px solid #ccc;
}

.btn-default, .btn-default:focus {
    background-color: #f5f7fa;
}

.qa_label_tag {
    background-color: transparent;
    color: #4E627A;
    font-weight: normal;
    /*border:#b5c5ca 1px solid;*/
    line-height: 2; /*white-space: normal;*/
}

.qa_label_tag:hover{
    color: red !important;
}

.bg-info {
    background-color: #e6e9ea;
}

.bg-info, .bg-info a {
    color: #5f5b5d;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary .badge {
    color: #337ab7 !important;
    background-color: #fff !important;
}

.btn-lg, .btn-icon.btn-lg, .btn-group-sm>.btn, .btn-lg, .btn-icon.btn-lg, .btn-group-xs>.btn {
    border-radius: 0px;
}

.btn-primary, .btn-primary:focus {
    background-color: #414c57;
    border-color: #ffffff !important;
    color: #fff;
}

.btn{
    border-radius:0px
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #f3f4f5 !important;
}

.navbar-top-links #ln-header-title{
    display: block;
    font-size: 22px;
    height: 59px;
    line-height: 59px;
    margin: 0 10px;
    position: absolute;
    left: 150px;

}

.navbar-top-links .tgl-tools-btn {
    position: absolute;
    left: 30px;
  }

@media (min-width: 768px){
  .navbar-top-links .tgl-tools-btn {
    position: static;
  }
  .navbar-top-links #ln-header-title {
    position: static;
  }
}

.row{
    margin:15px -15px;
}

.form-group .row{
    margin: 0 -10px;
}
.pci-chevron:before {
    top: 0.4em;
}

.ribbon span{
    background: #e0e3e6;
    color:#1f1c1c;
}

.ribbon span:after {
    border-right: 3px solid #e0e3e6;
    border-top: 3px solid #e0e3e6;
}

.ribbon span:before {
    border-left: 3px solid #e0e3e6;
    border-top: 3px solid #e0e3e6;
}

/* element custom */
.el-collapse-item__content{
    padding-bottom: 5px !important;
}

.el-input__suffix:hover i{
    color: #228AF7;
}

.el-select-block .el-select{
    display: block !important;
}
.qa .el-input.is-disabled .el-input__inner {
    color: #606266 !important;
}
.el-msg {
        z-index: 100000000000 !important;
}

.qa_item{
    margin: 5px 0;
}
/* element custom */







