﻿
 
.Content_DocumentLeftNav .categoryList {
    width: 100%;
    color: white;
    background-color:  #0f173b;
    min-height: 477px;
    max-width: 400px;
    padding-top: 40px;
}

.Content_DocumentLeftNav .categoryItem
{    
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    cursor: pointer;
    overflow: visible;
}

.Content_DocumentLeftNav .categoryItem h4
{
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 5px 5px 5px 5px;
    overflow: hidden;
    float: right;
    text-align: right;
    line-height: 1.333em;    
}

.Content_DocumentLeftNav .categoryItem:hover
{
    background-color: #2f375b;
}

.Content_DocumentLeftNav .categoryItem:active
{
    background-color: #00b2e1;
}

.Content_DocumentLeftNav .categoryItem.k-state-selected:hover {
    background-color: #00b2e1;
    color: #fff;
}

.Content_DocumentLeftNav .resultList {
    width: 100%;
    min-height: 419px;
}

.Content_DocumentLeftNav  .documentItem {
    position: relative;
    min-height: 170px;
    padding-top: 10px;
}

.Content_DocumentLeftNav .documentItem .download-icon img {
    width: 40px;
}
.Content_DocumentLeftNav .documentItem  .download-icon {
    position: absolute;
    bottom: 45px;
    left: 25px;
    letter-spacing: -.03em;
}
.Content_DocumentLeftNav .documentItem  .usas-small-bookmark {
    position: absolute;
    bottom: 45px;
    right: 25px;
}
.Content_DocumentLeftNav .documentItem  .document-title {
    position: absolute;
    top: 10px;
    left: 70px;
    width: 75%; 
    margin: 0;
} 
.Content_DocumentLeftNav .documentItem  .bottom-line {
    position: absolute;
    top:140px
} 

/*.Content_DocumentLeftNav .documentItem
{
    float: left;  
    min-width: 200px;
    margin: 10px;
    padding: 5px;
}

.Content_DocumentLeftNav .documentItem h4
{
    color: #0f173b;
    margin: 0;
    padding: 0 15px 10px 10px;
    overflow: hidden;
    text-transform: uppercase;    
}

.Content_DocumentLeftNav .documentTitle {
    float: left;
    height: 80px;
}*/


.Content_DocumentLeftNav .documentList {
    width: 100%;
    min-height: 318px;
    min-width: 320px;
    overflow: auto;  
    border: none;  
}

.showMore {
    /*max-width: 600px;    */
}

.Content_DocumentLeftNav .descriptionDiv {
    background-color: #ececf0;
    min-height: 100px;
    padding: 15px;
    min-width: 320px;
}

.Content_DocumentLeftNav .loadingImage {
    position: absolute; 
    height: 160px    
}

.Content_DocumentLeftNav .no-padding {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 500px){
    .Content_DocumentLeftNav .categoryDdlContainer {
        display:block;
    }
}

@media screen and (min-width: 501px){
    .Content_DocumentLeftNav .categoryDdlContainer {
        display:none;
    }
}

@media screen and (max-width: 500px){
    .Content_DocumentLeftNav .categoryLstContainer {
        display:none;
    }
}

@media screen and (min-width: 501px){
    .Content_DocumentLeftNav .categoryLstContainer {
        display:block;
    }
}

@media screen and (max-width: 767px){
    #lstDocument {
        max-width: 400px;
    }
    .Content_DocumentLeftNav .descriptionDiv {
        max-width: 400px;
    }
    .Content_DocumentLeftNav .showMoreButtonContainer {
        margin-left: 35px;
    }
}


.Content_DocumentLeftNav .showMoreButtonContainer { 
    width: 100%;
    text-align: center;
    height: 65px;
    background-image: url('/ResourcePackages/Usas/assets/dist/images/DownArrow.png');
    background-repeat: no-repeat;
    background-position: 50% 70%;
    cursor: pointer;
    margin-left: -47px;
}

.Content_DocumentLeftNav .showMoreButton {
    color:#00b2e1;    
    text-transform: uppercase;
    font-family: "karla";
    font-size: 20pt;
    font-weight: bold;
}

@media screen and (max-width: 1279px) {
    .Content_DocumentLeftNav .showMoreButtonContainer {
        margin-left: -25px;
    }
}
