﻿body
{
 
}
[class*="col-"] {
    white-space: nowrap;
}
.col-border {
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);
}
.col-header, .row-header {
    font-weight: bold;
}
.col-header {
    padding-left: 27px;
}

.text-wrap{
    overflow-wrap:break-word;   
    white-space:normal;
}
.row-cell{
    padding-left: 27px;
}

.align-right{
    text-align: right
}
.align-left {
    text-align: left;
}

.align-left-padding {
    left: 25px;
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.collapse.in {
    height: auto;
}

.item-meta-right {
    position: absolute;
    right: 20px;
    top: 14px;
    font-weight: 600;
}

.btn-150
{
    width: 150px;
}

.alert
{
    color: red;
}
.header-html {
    font-size: 15px;
    color: #41454c;
    line-height: 20px;
    font-weight: 500;
    padding-bottom: 30px;
}
.row-50 {
width:50%;
}
.width-50 {
 width: 50px;
}
.width-130 {
 width: 130px;
}

.width-150 {
  width: 150px;
}

.word-wrap {
    text-overflow: ellipsis;
    overflow: hidden;
}

.modal-content {
    width: 1100px;
    right: 80px;
}

.modal-form {
    width: 900px;
    height: 90%
}


.btn-group .btn.dropdown-toggle.dropdown-toggle-split {
  width: 30px;
}

.action-export-layout {
    position: relative;
    right: -2px;
    margin-left: 8px;
}