.cobjects-list{
    overflow: hidden;
}

.page-content{
    display: flex;
    flex-direction: row;    
}

#co_value::-moz-placeholder{
    color: #bbbbbb;
}

#co_value::-webkit-input-placeholder{
    color: #bbbbbb;
}

td{
    overflow: hidden;
}

input{
    outline: none;
}

.card{
    width: 100%;
    margin-bottom: 19px;
    min-height: 0px;
}

.button-half{
    width: calc(50% - 5px); 
    margin-top: 5px; 
}

.button-full{
    width: calc(100% - 4px); 
    margin-bottom: 5px;    
}

.button-full:last-of-type{    
    margin-bottom: 0px;    
}

.title{
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
}

.caption{
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: rgba(0,0,0,.54);
}

.popup{
    position: absolute;
    margin: auto;
    left:0;
    top:5%;
    right: 0;    
    width: 95%;
    max-width: 600px;    
    z-index: 99;
}

.protocol-header{
    display: flex;
    justify-content: space-between;
}

#overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.14);
    z-index: 80;
}

.list-col-xs{    
    width: 25px;    
}

.list-col-s{
    width: 80px;
}

.list-col-l{
    width: 300px;
}

.list-col-last{
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 13px;   
    display: inline-block;     
    padding-left: 5px;  
    overflow: hidden;
}

.list-col{
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 13px;   
    display: inline-block;     
    padding-left: 5px;   
    border-right: 1px rgba(0, 0, 0, 0.117647) solid;      
    overflow: hidden;
}

.list-col-header{
    font-weight: bold;     
    border:none;    
}

.list-row{
    white-space: nowrap;    
    height: 40px;    
    line-height: 40px;    
    text-align: left;   
    cursor: pointer;
    border-bottom: 1px rgba(0, 0, 0, 0.117647) solid;
    color: #757575;    
}

.list-row-selected{
    background-color: rgba(158, 158, 158, 0.2) !important;
}

.list-row:hover{
    background-color: #f5f5f5;
}

.list{    
    /*direction: rtl;*/
    overflow: auto;          
}

#list{
    height: calc(100vh - 265px);
}

#protocol-list{
    height: calc(100vh - 288px);
}

.search-field{
    padding: 0px;
    width: calc(100% - 40px);
}

.protocol-search-field{
    padding: 0px;
    width: calc(100% - 80px);
}

.on{
    color: #4CAF50;
}

.off{
    color: #F44336;
}

.space-top{
    margin-top: 19px;
}

html, body { height: 100%; margin:0px; }

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;  
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(MaterialIcons-Regular.woff2) format('woff2'),
        url(MaterialIcons-Regular.woff) format('woff')
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}