.content {
  padding: 20px 15px;
  background: #f9f9f9;
  overflow: visible;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px 5px 0px 0px;
  border-radius: 4px;
}
.pager {
  padding-left: 0;
  margin: 0px 0;
  text-align: center;
  list-style: none;
}
.space_line_5 {
  margin-top: 5px;	 
}
.space_line_10 {
  margin-top: 10px;	
}
/*
.row {
  margin-right: -5px;
  margin-left: -5px;
}
*/
.my-header{
  /*
  position: absolute;
  top: 60px;
  right: 0px
  */

}
.my-header-span{
  font-size: 25px;
}
.my-content{
  overflow-y: auto;
  overflow-x: hidden; 
  /*height: 400px; */

}

/* Katai Edit */
.ps-header > .logo{
  background-color: #01b0ab!important;
}
.ps-header > .navbar{
  background-color: #22bfbb!important;
}
.ps-header .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  background-color: #01b0ab!important;
}
.ps-header  .navbar-nav > .user-menu > .dropdown-menu > li.user-header > .img {
    background-color: #d9d1ce  ;  
    border:4px solid #22bfbb;
    border-radius: 50%;
    z-index: 5;
    height: 90px;
    width: 90px;
    text-align: center;
    margin: 0px auto;
    line-height: 80px;
    font-size: 40px;
    color: #f09914;
}
.ps-header .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    z-index: 5;
    color: #fff;
    color: rgba(255, 255, 255, 1);
    font-size: 17px;
    font-weight: bold;
    text-shadow: none!important;
    margin-top: 10px;
}
#ps-po-add-summary > .row{
  height: 35px;
}
#ps-po-add-summary .font-lg{
  font-size: 18px;
  font-weight: bold;
}
.ps-po-add-edit .dropdown-menu{
  right: 0px;
  left: -67px!important;
}

.modal-lg {
    width: 1024px;
    margin: 0px auto;  
}
.bold{
  font-weight: bold;
}

.sumary-table .font-lg{
  font-size: 18px;
  font-weight: bold;
}

.wrapper .content-wrapper {
    min-height: calc(100vh - calc(3.5rem + 1px)  );
}




.ta-editor {
#    min-height: 100px;
#    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
#    margin:20px 0;
}



[ng-click] {
    cursor: pointer;
}

/*flow*/
.features {
    float: right;
    width: 300px;
    padding-left: 20px;
}
.features .heading {
    font-size: 14px;
    font-weight: bold;
}

.drop {
    padding: 15px;
    border: 2px #f1f1f1 dashed;
    border-radius: 5px;
    line-height: 34px;
}
.drop.drag-over {
    background: #5CB85C;
    color: #fff
}
.transfer-box {
    margin-bottom: 5px;
}
.transfer-box .progress {
    margin-bottom: 0;
}

.thumbnail {
    line-height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    word-break: normal;
}
.thumbnail img {
    max-width: 200px;
    max-height: 150px;
}

.gallery-box {
    width: 200px;
    padding: 5px;
    margin: 7px;
    float: left;
    min-height: 200px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.gallery-box .progress {
    margin-bottom: 0;
}
.gallery-box .thumbnail {
    height: 188px;
    width: 188px;
}
.gallery-box .title {
    height: 22px;
    overflow: hidden;
    display: block;
}

.main-sidebar {
	padding-top: 5px;
}

.skin-blue-light  .navbar-nav > .user-menu > .dropdown-menu > li.user-header > .img {
    background-color: #d9d1ce  ;  
    border:4px solid #598DD5;
    border-radius: 50%;
    z-index: 5;
    height: 90px;
    width: 90px;
    text-align: center;
    margin: 0px auto;
    line-height: 80px;
    font-size: 40px;
    color: #f09914;
}

/* Ngearb Edit */

.fixed_headers_thead_tr {
   display:block;
   padding-right:25px; 
}
.fixed_headers  tbody {
 	display: block;
    overflow: auto;	
    width: 100%;
}
 
