.pdocrud-table {
    table-layout:auto !important;
}
#pdocrud-ajax-loader {  
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:grey;
    opacity: .8;
    display: none;
}

.pdocrud-img-ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px;  /* -1 * image height / 2 */
    display: block;     
}

.pdocrud-gmap{
    min-height: 400px;
    min-width: 400px;
}

span.field-validation-error {
    display: inline;
    margin: 5px 0px;
    width: auto;
    color: #B94A48;
}


/*form wizard*/

.stepy-tab {
    text-align: center;
}

.stepy-tab ul{
    display: inline-block;
}

.stepy-tab ul li {
    float: left;
}

.step legend {
    border: none;
}

.button-back {
    float: left;
}

.button-next, .finish {
    float: right;
}

.button-back, .button-next, .finish {
    cursor: pointer;  text-decoration: none;
}

.step {
    clear: left;
}
.step label {
    display: block;
}


.stepy-titles li {
    color: #757575;
    cursor: pointer;
    float: left;
    margin: 10px 15px;
}

.stepy-titles li span { display: block; }

.stepy-titles li.current-step div {
    color: #fff;
    cursor: auto;
    background: #A9D86E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.stepy-titles li div{
    font-size:16px;
    font-weight: 300;
    background: #eee;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
}
.datepicker{z-index:1151 !important;}


/*********/

.pdocrud-pagination .pagination{
    margin: 0px;
    margin-right: 7px;
}
.pdocrud-options{                               
    background: #fff;
    border: 1px solid #cbcbcb;
}
.pdocrud-options ul{
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}
.pdocrud-options ul i{
    font-size: 20px;
}
.pdocrud-options ul li{
    display: inline-block;
    padding: 5px;
    border-right: 1px solid #cbcbcb;
    width: 28px;
    height: 31px;
}
.pdocrud-options ul li img{
    width: 100%;
}
.pdocrud-table-container table{
    margin-bottom: 0px;

}
.pdocrud-table-container table tr.pdocrud-header-row {
    color: #4e5e6a;
}

.pdocrud-table-container table tr.pdocrud-header-row th {
    border: 1px solid #f2f2f2;
}

.pdocrud-table-container table tr.pdocrud-header-row th,.pdocrud-table-container .table tbody tr td{
    border-right: 1px solid #d5d5d5;
    white-space: nowrap;
}

.pdocrud-actions-sorting{
    cursor: pointer;
}

.pdocrud-button-export{
    background: #fff;
    border-color: #e2e7f1 !important;
    text-decoration: none;
}
.pdocrud-export-options ul{
    list-style: none;
    margin: 0px;
    padding: 0px;    
}
.pdocrud-export-options ul li {
    float: left;
    margin: 0 -1px;    
}
.pdocrud-export-options ul li a {
    box-shadow: none !important;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 6px 10px;
}
.pdocrud-options-files{
    margin-top: 15px;
}
.w1{
    width:30px;
}
.pdocrud-left-join th{
    border-bottom: 2px solid transparent !important;
}
.pdocrud-left-join td{
    border-right: 1px solid transparent !important;
    border-top: 1px solid transparent !important;
}
.pdocrud-sort{
    background:url('images/sort_both.png') no-repeat center right;
}
.pdocrud-desc{
    background:url('images/sort_desc.png') no-repeat center right;
}
.pdocrud-asc{
    background:url('images/sort_asc.png') no-repeat center right;
}
.pdo-search-cols a,.pdocrud-button-delete-all{
    padding: 7px 12px;
    display: inline-block;
}
.pdocrud-pagination .pagination>li>a{
    cursor: pointer;
}
.pdocrud-table-container table tr.pdocrud-header-row th span{
    padding-right: 2px;    
}
.pdocrud-filter-selected{
   box-shadow: 0 2px 4px 0 hsla(0,0%,100%,.5);
}
.pdocrud-filter-option{
    cursor: pointer;
    font-size: 12px;
    background-color: #e0e0e0;
    box-shadow: 0 2px 4px 0 hsla(0,0%,100%,.5);
    border-radius: 3px;
    margin: 2px 4px;
    overflow: hidden;
    transition: background-color .1s;
    max-width: 200px;
    padding: 8px;
}
.pdocrud-filter-option-remove{
    cursor: pointer;
}
#pdocrud-custom-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}