﻿
/*
.pp {
    background-color: none !important;
}*/

.grid-wrapper {
    position: relative;
}
.grid_loader-overlay {
    background-color: #dfe4e6;
    text-align: center !important;
    vertical-align: bottom !important;
    position: absolute;
    z-index: 1;
    top:0px;
    left: 0px;

     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
    filter: alpha(opacity=70) !important;
    -moz-opacity: 0.7 !important;
    -khtml-opacity: 0.7 !important;
    opacity: 0.7 !important;

    cursor: progress;

}

.last-row-before-fetch-next td {
    background-color: #fff7df !important;
}

.grid_loader-overlay i {
    display: inline !important;    
    text-align: center !important;
    vertical-align: middle !important;
    position: absolute;
    z-index:1;
    bottom: 40px;
}

.no-border-spacing {
    border-spacing: 0px 0px !important;
}

.grid-table {
    width: 100%;
    border-spacing: 0px 1px;
    border-collapse: separate;
    background-color: #ecf1f3;
    /*table-layout: fixed;*/
    margin-top: -6px;

    /*border: 1px solid #d3d8db;
    border-top-width: 4px;*/



    /*
    -webkit-box-shadow: 0px 0px 4px 2px #9c9b9b;
        -moz-box-shadow:    0px 0px 4px 2px #9c9b9b;
        box-shadow:         0px 0px 4px 2px #9c9b9b;*/
}
.grid-table > tbody > tr > td {
    /*border-bottom: 1px solid #bec6c6;*/

}
/*.grid-table > tbody > tr > td:last-child {
    border-right: 1px solid #bec6c6;
}*/
.grid-wrapper .grid-table {
    /*border-spacing: 1px 1px;*/
    border-spacing: 0px 1px;
    background-color: #dfe4e6;

}
.grid-wrapper .grid-table tr:nth-child(even) td {
   /* background-color: #f0f0f0;*/
}


/*

.pp, .grid-table, .grid-table td, .grid-table th {
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -khtml-border-radius: 8px 8px 8px 8px;
    -o-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
}*/


.grid-table td {
    padding: 4px 5px 4px 3px; 
}

/*
.grid-table tr:nth-child(even) td {
    background-color: #f7f8f8;
}*/


.grid-table th {
    padding: 10px 6px 10px 6px;    
    font-size: 1.1em;
    color: #777;
    font-weight: normal;
}
.grid-table thead th {
    background-color: #f7f8f8;
    border-bottom: 1px solid #bec6c6;
    
}
/*
.grid-table 
{
    border: 1px solid #dddede; 
    border-bottom: 1px solid #cdd3d4; 
    overflow: hidden;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
.home-box .grid-table, .tile-content .grid-table  {
    overflow: visible !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
    border: none !important;
}*/



.grid-table td .btn, .grid-table td .btn:hover, .grid-table td .btn:active {
    background: none !important;
    border: none !important;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -khtml-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

    .grid-table td .btn.btn-blue i, .grid-table td .btn.btn-blue:hover i, .grid-table td .btn.btn-blue:active i {
        color: #005194;
    }
    
    .grid-table td .btn.btn-orange i, .grid-table td .btn.btn-orange:hover i, .grid-table td .btn.btn-orange:active i {
        color: #eb690a;
    }

        .grid-table td .btn, .grid-table td .btn:hover, .grid-table td .btn:active {
            background: none !important;
        }
        .grid-table td .btn:hover, .grid-table td .btn:active {
        color: #f2d57f !important;
    }
.btn-cell {
    padding: 4px 4px 4px 4px !important;       
    vertical-align: middle;
    text-align:left;
    width: 40px;
   /* background-color: #fff;*/
}
.btn-cell.buttons-1 {
    width: 30px;
}
.btn-cell.buttons-2 {
    width: 83px;
}
.btn-cell.buttons-3 {
    width: 124px;
}
.btn-cell.buttons-4 {
    width: 140px;
}
.btn-cell.buttons-5 {
    width: 140px;
}
.btn-cell a, .btn-cell input, .btn-cell button, .btn-cell div
{
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -khtml-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    margin-right: -5px !important;
}




.btn-cell :first-child /*:not(input[type=checkbox])*/
{
    
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -khtml-border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}
.btn-cell :first-child:last-child /*:not(input[type=checkbox])*/
{
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.btn-cell :last-child
{
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -khtml-border-radius: 0px 5px 5px 0px;
    -o-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}


.non-visible {
    display: none;
}

.grid-table tbody tr.anchor-row:hover td {
    background-color: #fff7df !important;
}
.grid-table tbody tr.anchor-row:hover td.btn-cell {
    background-color: #fff7df !important;
}
.grid-table tbody tr:hover td.btn-cell a.btn:hover i {
    /*color: #D4011D;*/
}
.grid-table tbody tr:hover td  {
    /*background-image: url(images/flat-icons-red-30.png) !important; *//* NOT WORKING */
}

.grid-table tbody {
    
}

.grid-table tbody td {
    
    background-color: #ffffff;
    /*border-bottom: 1px solid #d3d8db;*/
    
}
.grid-table tfoot td {

    
}

.grid-table .row-changed td {
    background-color: #e2ffc9;    
}

.grid-filters-div .btn {
    margin-bottom: 16px;
}

.txt-flat-red {
    color: #D4011D;
}


.home-grid-table {
    width: 100%;
    border-spacing: 0px 1px;
    border-collapse: separate;
    background-color: #eee;/* #dfe4e6; */
   /* table-layout: fixed;*/
}
.home-grid-table td {
    background-color: #ffffff;
    vertical-align: middle; 
    padding: 5px 5px 7px 10px; 

}
.home-grid-table td span, .home-grid-table td div, .home-grid-table td i {
    vertical-align: middle !important;    
}

.home-grid-table td.hlb-money span.link-right-box {
   /* vertical-align: bottom !important;*/
}

.home-grid-table tbody tr.anchor-row:hover td {
    background-color: #ecf1f3 !important;
}
.home-grid-table tbody tr:hover td i {
   /* background-image: url("images/flat-icons-red-30.png");*/
   /*color: #d4011d;*/
}

.hlb-dte {
    width:50px;
    text-align: center;
    font-size: 1em;
    white-space: nowrap;
    padding: 8px 1px 10px 8px !important; 
}
.hlb-dte div {
    width: 50px;
}
.hlb-cnt {
    font-size: 1em;
    color: #444 !important;
}

.grid-table td.hlb-with-clock, .home-grid-table td.hlb-with-clock {
    padding: 4px 3px 4px 22px !important;
}
.hlb-with-clock i.i-9, .hlb-with-clock i.i-clock {
    float: left;
    margin-left: -18px !important;
    margin-top: 2px;
}
.hlb-money {
    text-align: right;
    font-size: 1em;
    white-space: nowrap;
    width:50px;
}

.home-grid-table td.hlb-icon, .grid-table td.hlb-icon {
    width: 30px;
    padding-left: 0px !important;
}



.anchor-row {
    cursor: pointer;
}



.grid-bottom-buttons {
    margin: 2px 0px 4px 0px;
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    border-width: 0px;
    /*table-layout: fixed;*/
   /* background-origin,age*/
}
.grid-bottom-buttons-right {
    padding: 0px 5px 0px 5px !important;
    width: 120px;
   /* white-space:nowrap */
   /* text-align: left;*/
}
.grid-bottom-buttons-left {
    padding: 0px 5px 0px 5px !important;
    /*white-space:nowrap */
   /* text-align: left;*/
}

.grid-bottom-buttons .tip-container {
    margin: -6px 0px 0px 0px !important;
    padding: 6px 10px 7px 32px;
    border: none !important;
    /*background-color: #eceff1 !important;*/
    background-position: 2px 2px;
}
.btn-more, .btn-all {
    /*background-color: #d3ba3e;
    background-image: none;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 13px;
    padding: 6px 10px 6px 10px;
    text-decoration: none;
    vertical-align: middle;
    font-weight: bold;
    
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -khtml-border-radius: 0px 5px 5px 0px;
    -o-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;*/
}
.btn-more {
    /*-moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -khtml-border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    background-color: #b2c8d8; */
}

a.btn-more:hover, a.btn-all:hover {
   /* background-color: #aeb2b6;
    color: #fff;    */
}

.btn-more-gray {
   /* background-color: #fff3ee;
    color: #ff7c5e;
    margin-bottom: 20px;
    border-bottom: 2px solid #F2BBA7;
    border-right: 2px solid #F2BBA7;*/
}
.btn-more-gray:hover {
    /*background-color: #fce5db !important;
    color: #444 !important;*/
}

i.arrow-more {
   /* background-image: url(images/arrow-more.png);
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;*/
}
i.arrow-more-r {
  /*  background-image: url(images/bar-arrow.png);
    display: inline-block;
    width: 22px;
    height: 18px;
    vertical-align: middle;
    margin-left: 0px;*/
}


.doc-table {
    width: 100%;
   /* background-color: #b1b6b7;*/
    border-collapse: separate;
    border-spacing: 0 1px;
}

.doc-table td {
    padding: 8px 7px 8px 7px;
   /* background-color: #fff;*/
    /*background-color: #dfe4e6;*/
}
.doc-table td.td-label {
    color: #888;
    text-transform: uppercase;
    font-size: 1.0em;
    text-align: right;
    vertical-align: top;
}
.doc-table td.td-content {
    text-align: left;
    
}
.doc-table td.td-buttons {
    text-align: left;
}


.stat-box-wrapper {
    position: relative;
    display: inline-block;
    
    width: 60px;
    height: 60px;
    margin-bottom: 6px;
}

.home-stat {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
.home-stat-box {
    text-align: center;
    width: 20%;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
    margin-right: -4px;
}
.tile.tile-home-stats {
    background: transparent !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    vertical-align: top;
    text-align: right;
}
@media only screen and (max-width: 430px) {
    .home-stat-box {
        width: 33%;
    }
}

@media only screen and (max-width: 1100px) {
    .tile.tile-home-stats {
        text-align: center ;
    }
}

.home-stat-box, .home-stat-box:active, .home-stat-box:hover {
    text-decoration: none;
}
.stat-box {
    color: #ffffff;
    font-weight: bold;
    width: 60px;
    height: 60px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    font-family: "metaroman";
    font-size: 17px;
}
.stat-last-visit-info {
    border-top: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 9px 10px 10px 10px;
    color: #888;
    font-size: 11px;
    vertical-align: middle;

}
.stat-last-visit-info i {
    vertical-align: middle;
    line-height: 11px;
}
.home-stat-box {
    position: relative;
}

.home-stat-box .anim-load-outer-ring {
    font-size: 80px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    /*position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    margin-bottom: -10px;
    margin-right: -10px;*/

    position: absolute;
    top: -10px;
    left: -10px;
    

    -webkit-opacity: 0.4;
      -moz-opacity: 0.4;
      opacity: 0.4;
      filter: alpha(opacity=40);
    /*margin-left: -10px;
    margin-top: -10px;*/

}

.home-stat-box:hover  i.i-load-ring-outer {
  -moz-animation: 1s linear 0s infinite reverse pb-anim-loader-simple !important;
  -o-animation: 1s linear 0s infinite reverse pb-anim-loader-simple !important;
  -webkit-animation: 1s linear 0s infinite reverse pb-anim-loader-simple !important;
  animation: 1s linear 0s infinite reverse pb-anim-loader-simple !important;
}

.home-stat-box  i.i-load-ring-outer.c-f-orange {
  -moz-animation: 0.6s ease-in 0s reverse pb-anim-loader-simple;
  -o-animation: 0.6s ease-in 0s reverse pb-anim-loader-simple;
  -webkit-animation: 0.6s ease-in 0s reverse pb-anim-loader-simple;
  animation: 0.6s ease-in 0s reverse pb-anim-loader-simple;
}
.home-stat-box  i.i-load-ring-outer.c-f-red {
  -moz-animation: 0.6s ease-in 0.1s 1 reverse pb-anim-loader-simple;
  -o-animation: 0.6s ease-in 0.1s 1 reverse pb-anim-loader-simple;
  -webkit-animation: 0.6s ease-in 0.1s 1 reverse pb-anim-loader-simple;
  animation: 0.6s ease-in 0.1s 1 reverse pb-anim-loader-simple;
}
.home-stat-box  i.i-load-ring-outer.c-f-green {
  -moz-animation: 0.6s ease-in 0.2s 1 reverse pb-anim-loader-simple;
  -o-animation: 0.6s ease-in 0.2s 1 reverse pb-anim-loader-simple;
  -webkit-animation: 0.6s ease-in 0.2s 1 reverse pb-anim-loader-simple;
  animation: 0.6s ease-in 0.2s 1 reverse pb-anim-loader-simple;
}
.home-stat-box  i.i-load-ring-outer.c-f-purple {
  -moz-animation: 0.6s ease-in 0.3s 1 reverse pb-anim-loader-simple;
  -o-animation: 0.6s ease-in 0.3s 1 reverse pb-anim-loader-simple;
  -webkit-animation: 0.6s ease-in 0.3s 1 reverse pb-anim-loader-simple;
  animation: 0.6s ease-in 0.3s 1 reverse pb-anim-loader-simple;
}
.home-stat-box  i.i-load-ring-outer.c-f-blue {
  -moz-animation: 0.6s ease-in 0.4s 1 reverse pb-anim-loader-simple;
  -o-animation: 0.6s ease-in 0.4s 1 reverse pb-anim-loader-simple;
  -webkit-animation: 0.6s ease-in 0.4s 1 reverse pb-anim-loader-simple;
  animation: 0.6s ease-in 0.4s 1 reverse pb-anim-loader-simple;
}

.stat-label {
    display: block;
    font-size: 11px;
    padding: 0px 4px 0px 4px;
}
.stat-box-orange {
    background-color: #EB690A !important;
}
.stat-box-red
{
	background-color: #D4011D !important;
}
.stat-box-green
{
	background-color: #008255 !important;
}
.stat-box-purple
{
	background-color: #B60074 !important;
}
.stat-box-blue
{
	background-color: #005194 !important;
}

.text-orange {
    /*color: #EB690A !important;*/
    color: #ca5500 !important;
}
.text-red
{
	color: #D4011D !important;
}
.text-green
{
	color: #008255 !important;
}
.text-purple
{
	color: #B60074 !important;
}
.text-blue
{
	color: #005194 !important;
}
.text-darkgray {
    color: #555 !important;
}
.text-lightgray {
    color: #888 !important;
}

.tbl-in-short {
    border-collapse: collapse;
}
.tbl-in-short td {
    vertical-align: top;
    font-size: 10px;
    line-height: 14px;
    padding: 3px 2px 3px 2px;
}



.rejected-row-highlight td {
    background-color: #ffefc0 !important;
}
.success-row-highlight td {
    /*background-color: #e7f5f0 !important;*/
    background-color: #ffefc0 !important;
}

.doc-summary-table td {
   text-align: left;
  padding: 6px 8px 6px 8px !important;
}
.doc-summary-table thead th {
  padding: 4px 4px 4px 4px !important;
  /*background-color: #fff !important;*/
}

.doc-summary-table td, .doc-summary-table td i,.doc-summary-table td span {
    vertical-align: top !important;
    line-height: 15px;
}

.ui-dialog {
    padding: 0px !important
}
.ui-dialog.ui-dialog-content {
    padding-left: 0px !important;    
    padding-right: 0px !important;
    padding-top: 4px !important;
}
.ui-dialog .tab-container > div {
    padding-left: 0px !important;    
    padding-right: 0px !important;
    padding-top: 0px !important;
}
.ui-dialog .grid-table {
    margin-top: 0px !important;   
}


.doc-view-diag {
    padding: 0px !important
}
.doc-view-diag.ui-dialog-content {
    padding-left: 0px !important;    
    padding-right: 0px !important;
    padding-top: 4px !important;
}
.doc-view-diag .tab-container > div {
    padding-left: 0px !important;    
    padding-right: 0px !important;
    padding-top: 0px !important;
}
.doc-view-diag .grid-table {
    margin-top: 0px !important;   
}
.doc-view-diag .ui-dialog-titlebar {
    padding: 1em 1em !important;
}




/* GRID FILTERS INPUT OVERRIDE ******************************************************************/

.row-checkbox-cell .text-input.check {
    margin: 0px 0px 0px 0px !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}
.row-checkbox-cell .text-input.check label {
    padding: 0px 0px 0px 0px !important;
    width: 20px;
    height: 20px;

}
.row-checkbox-cell .text-input.check label i {
    left: 0px !important;
}

/*.grid-filters-div {
    margin-bottom: 6px;
    background-color: #fbfbdf;
    background-color: #ecf1f3;
    border-bottom: 1px solid  #bec6c6;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
.grid-filters-div .text-input {
    border-radius : 0px !important;
    box-shadow: none !important;
   background: #fff !important;
   border: 1px solid #dcdede !important;
    
}
.grid-filters-div .input-wrapper {
    border-radius : 0px !important;
    box-shadow: none !important;
}
.grid-filters-div .input-wrapper .drop-check-wrapper {
    border-radius : 0px !important;
    box-shadow: none !important;
}
.grid-filters-div .drop-check-wrapper .input-group-vertical {
    border-radius : 0px !important;
    box-shadow: none !important;
}
.grid-filters-div .input-wrapper .drop-check-label {
    left: -9px;
    top: -1px;
    z-index: 2;
    border-radius: 0px 0px 5px 0px;
    font-size: 9px;
    background-color: #dfe4e6;
    color: #005194;
}
*/



.doc-summary-table td.doc-summary-hr {
    border-bottom: 1px solid #eae4e4 !important;
    line-height: 1px !important;
    font-size: 1px !important;
    padding: 0px 8px 0px 8px !important;
}
