﻿ .tv-container{
        display: block;
        width: 100%;
        height: auto;
        font-family: Arial;
        box-sizing: border-box;
        margin-bottom: 1rem;
        transition: all 300ms;
        position: relative;
    }

    .tv-container h3{
        color: #ea2320;
    }

    .tv-container ul {
        width: 100%;
        padding: 0;
    }

    .tv-container ul li {
        list-style: none;
        width: 100%;
        font-size: 10pt;
    }

    .tv-container ul li a{
        text-decoration: none;
        color: black;
        display: block;
        padding: 0.5rem 0;
        margin-left: 0.5rem;
        border-bottom: 1px dotted silver;
    }


    .tv-container ul li a:hover{
        /*text-decoration: underline;*/
        color: #ea2320;
    }
    .tv-container ul li:hover{
        color: #ea2320;
    }

    .active{
        color: #ea2320;
    }

    .cat-title{
        background: #ea2320;
        color: white;
        width: 90%;
        display: block;
        padding: 0.6rem 0;
        margin: 0 auto;
        text-align: center;
    }

    .hr{
        width: 60%;
        display: block;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #ea2320;
        margin-left: 0.4rem;

    }

    .tv-category{
        width: 25%;
        float: left;
        margin-left: 0.5rem;
    }

    .tv-docs{
        width:70%;
        display: inline-block;
        padding-left: 2%;
    }

    .tv-list table {
       	display: block;
        overflow: hidden;
        overflow-x: auto;
    }
    .tv-list table tr td{
       padding-right: 1rem;
    }


    .tv-doc{
        display: inline-block;
        text-align: center;
        cursor: pointer;
        padding: 1rem;
        border-radius: 0.1rem;
        /*box-shadow: 1px 1px 4px silver;*/
        width: 160px;
        height: auto;
        border: 1px solid silver;
        margin-bottom: 1rem;
    }

    .tv-doc:hover{
        box-shadow: 2px 2px 6px silver;
    }

    .tv-doc img{
        width: 100%;
        height: 100%;
        max-height: 100%;
        /*min-width: 80px;
	    max-width: 210px;*/	
    }


    .tv-doc div:nth-child(1){
        padding: 1rem;
        width: auto;
        height: 155px;
        border: 1px solid whitesmoke;
    }

    .tv-doc div:nth-child(2){
        width: 100%;
        height: 32px;
        overflow: hidden;
        font-size: 9.5pt;
        text-align: left;
        margin-top: 0.7rem;
        display: block;
        overflow: hidden;
        margin-bottom: 0.5rem;
    }



    .tv-doc div:nth-child(3){
        color: silver;
        display: flex;
      	float: left;
        padding-left: 0.1rem;
    }

    .tv-doc div:nth-child(3) > p{
	    display: flex;
        justify-content: center;
        flex-direction: row;
	    align-items: center;
	    overflow: hidden;
	    margin: 0;
	    margin-right: 10px;
	    font-size: 12px;
    }

	.tv-doc div:nth-child(3) img{
		width: 15px !important;
		min-width: 0px !important;
		margin-right: 3px;
		opacity: 0.3;      
	}

    .tv-doc div:nth-child(3) p:nth-child(1) img{
        opacity: 1 !important;
    }

    .tv-filter{
        display: flex;
        padding: 0.5rem 0;
        margin-bottom: 0.5rem;
    }

    .tv-filter div:nth-child(1){
        flex-grow: 1;
    }

    .tv-filter div:nth-child(2){
        flex-grow: 1;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .tv-filter select{
        padding: 0.5rem 1rem;
        border: 1px solid silver;
        width: 20%;
    }
    .tv-filter input{
        padding: 0.5rem 1rem;
        border: 1px solid silver;
    }

    .tv-filter input[type="submit"]{
        border: 1px solid silver;
        width: 20%;
        background: #ea2320;
        color: white;
        cursor: pointer;
    }

    .tv-filter span{
        margin-right: 0.5rem;
    }

    .tv-filter a{
        text-decoration: none;
        color: #369;

    }

    .tv-filter input[type="text"]{
        width: 40%;
    }

    .tv-details{
        padding: 0.5rem!important;
        display: block;
        height: auto;
    }
    
    .tv-details tbody{
        display: block;
    }
    .tv-details tbody tr{
        display: block;
    }
    .tv-details tbody tr td{
        display: block;
    }
   

    .tv-details h3{
        color: #ea2320;
    }

    .tv-details .info-details{
        color: silver;
        display: flex;
	    pading: 0.5rem 0;
	    margin-top: 0.5rem;
    }

    .info-details img{
        width: 15px !important;
        height: 15px !important;
		min-width: 0px !important;
		margin-right: 2px;
		opacity: 0.3;
    }
    .info-details p:nth-child(1) img{
        opacity: 1 !important;
    }

    .info-details p{
        display: flex;
        justify-content: center;
        flex-direction: row;
	    align-items: center;
	    overflow: hidden;
	    margin: 0;
	    font-size: 13px;
    }

    .tv-details p{
        padding: 0.2rem;
        margin: 0;
        color: silver;
        margin-right: 7px;
    }

    .tv-download{
        text-align: right;
        display: block;
        height: 1.7rem;
    }


    .tv-download a{
        padding: 0.55rem 1rem;
        text-decoration: none;
        color: white;
        background-color: green;
    }


    .rViewer{
        width: 100% !important;
        margin:0;
        height: 90vh !important;
        border: 1px solid silver;
        overflow: hidden;
        overflow-y: auto;
    }

    .tv-login{
        border: 1px solid silver;
        display: none;
        padding: 1rem 3rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        transition: all 500ms;
        box-shadow: 0 0 3px silver;
    }
    .tv-login input[type="submit"]{
        border: none;
        padding: 0.5rem;
        background: #003399;
        color: white;
        margin-top: 0.5rem;
        float: right;
    }
    
    .btn-close{
        position: absolute;
        top: 0;
        right:0;
        padding: 1rem;
    }
    
    .detail-file{
        border: 1px solid silver;
        padding: 1px;
    }

    .btn-back{
        padding: 0.6rem;
        background: #ea2320;
        color: white;
        display: inline-block;
        margin-top: 1rem;
        margin-left: 0.5rem;
    }

    .tv-more{
        display: block;
        height: auto;
    }

    .tv-more div:nth-last-child(1){
        width: 47%;
        float: left;
    }

    .tv-more div:nth-last-child(2){
        width: 47%;
        float: left;
    }

    .tv-more ul {
        width: 90%;
        padding: 0;
    }

    .tv-more ul li {
        list-style: none;
        width: 100%;
        margin-top: 0.1rem;
        margin-left: 0.5rem;
        font-size: 10pt;
    }

    .tv-more ul li a{
        text-decoration: none;
        color: black;
        display: block;
        padding: 0.4rem 0;
        border-bottom: 1px dotted silver;
    }

    .tv-more ul li a:hover{
        color: #ea2320;
    }

    .btn-paging{
        display: flex;
        justify-content: center;
    }

    .btn-paging a{
        width: 20%;
        color: #003399;
    }
     
    .div-refresh{
        margin-bottom: 0.5rem;
    }
    
    .btn-refresh{
        text-decoration:none;
        color: #003399;
        padding: 0.5rem;
    }