﻿.request-list-placeholder{
    position: absolute;
    top: 0;
    bottom: 80px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 500;
}

.request-list{
    height: 100%;
    width: 100%;
    z-index: 550;
    background-color: #ECF0F1;
    overflow: hidden;
}

.request-list > .list-header{
    display: block;
    width: 100%;
    padding: 3px 15px; 
    margin: 0;
    height: 30px;
    line-height: 30px;
    background: #53585a;
}

.request-list > .list-header > .list-title{
    
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    
    display: inline-block;
}

.search-list{
    text-align: right;
    padding-right: 25px;
    height: 40px;
    line-height: 40px;
}

.search-list > input{
    display: inline-block;
    min-width: 260px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
    margin-bottom: 15px;
    outline: none;
}

.request-list > .list{
    background-color: #ECF0F1;
    position: absolute;
    top: 75px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    min-width: 400px;
    min-height: 148px;
}

.request-list > .list  table{
    
    width: 100%;
    border-collapse: collapse;
    border-bottom: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.table-container .no-list{
    text-align: center;
    background: repeating-linear-gradient( 
        35deg, 
        #f6f7ff, 
        #f6f7ff 50px, 
        #ecf0f1 10px, 
        #ecf0f1 100px );
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid black; !important
    text-align: center;
}

.table-container .no-list > div{
   height: 100%;
    text-align: center;
}

.request-list > .list  table th:hover:not(:first-child){
    cursor: pointer;
    background-color: rgba(255,255,255,0.2);
}

.request-list > .list  table tr{
    border: 1px solid #c4c4c4;
    max-height: 30px;
}

.request-list > .list  table tr:last-child{
    border: 1px solid #c4c4c4;
    max-height: 100%;
}

.request-list > .list  table tr:nth-child(odd){
    background-color: #f6f7ff;
}

.request-list > .list  table tr:nth-child(even){
    background-color: #ffffff;
}

.request-list > .list  table tr:first-child{
    height: 35px;
    font-weight: bold;
    font-size: 14px;
    background-color: #53585a;
    color: #ffffff;
    border-top: none;
    border-right: none;
    border-left: none;
}

.request-list > .list  table tr:hover:not(:first-child){
    background-color: #2196F3;
    color: #ffffff;
    cursor: pointer;
}

.list > .table-container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 30px;
    background: #ffffff;
    border: solid 2px #53585a;
    border-bottom: 0px;
    overflow: hidden;
}

div.table-nav{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background-color: #bdbdbd;
    border: 2px solid #53585a;
    border-top: 1px solid;
    border-collapse: collapse;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;

}

div.table-nav > div{
    display: inline-block;
}

div.table-nav > div:first-child{
    float: left;
    border-right: 1px solid #828788;
    width: 50px;
}

div.table-nav > div:last-child{
    border-left: 1px solid #828788;
    float: right;
    width: 50px;
}

.prev-page-list:hover{
    background-color: #ecf0f1;
    cursor: pointer;
}

.next-page-list:hover{
    background-color: #ecf0f1;
    cursor: pointer;
}

.request-list > .list  table .request-head{
    min-width: 50px;
}

.request-list > .list  table .name-head{
    min-width: 250px;
}

.request-list > .list  table .status-head{
    min-width: 100px;
}

.request-list > .list  table .presence-head{
    width: 10px;
}

.request-list > .list  table .date-head{
    min-width: 75px;
}

.icon-right-open.hidden{
    display: none;
}

.icon-left-open.hidden{
    display: none;
}

.request-list-btn.hidden{
    background-color: rgba(223,36,38,0.3);
}

.request-list-btn.hidden:hover{
    background-color: #df2426;
    cursor: pointer;
}

#req-list .icon-ok{
    color: #4caf50;
    font-size: 18px;
}

#req-list .icon-cancel{
    color: #f44336;
    font-size: 18px;
}

.comments{
    margin-left: 10px;
}



.discard{
    display:none;
}

.show-500px{
    display:none;
}