/*
|==========================================================================
| BASE
|==========================================================================
|
| 
|
*/
* {
    margin: 0;
    padding: 0;
}

/*
|==========================================================================
| FONTS
|==========================================================================
|
| 
|
*/
@font-face {
    font-family: 'TAG-Web-Icons';
    src:url('../fonts/TAG-Web-Icons.eot?n3gvxu');
    src:url('../fonts/TAG-Web-Icons.eot?#iefixn3gvxu') format('embedded-opentype'),
        url('../fonts/TAG-Web-Icons.ttf?n3gvxu') format('truetype'),
        url('../fonts/TAG-Web-Icons.woff?n3gvxu') format('woff'),
        url('../fonts/TAG-Web-Icons.svg?n3gvxu#TAG-Web-Icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'TAG-Web-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-alert:before {
    content: "\e600";
}
.icon-arrow-full-down:before {
    content: "\e601";
}
.icon-arrow-full-left:before {
    content: "\e602";
}
.icon-arrow-full-right:before {
    content: "\e603";
}
.icon-arrow-full-up:before {
    content: "\e604";
}
.icon-arrow-min-down:before {
    content: "\e605";
}
.icon-arrow-min-right:before {
    content: "\e606";
}
.icon-calendar:before {
    content: "\e607";
}
.icon-check:before {
    content: "\e608";
}
.icon-clean:before {
    content: "\e609";
}
.icon-close:before {
    content: "\e60a";
}
.icon-company:before {
    content: "\e60b";
}
.icon-company-add:before {
    content: "\e60c";
}
.icon-compass:before {
    content: "\e60d";
}
.icon-delete:before {
    content: "\e60e";
}
.icon-document-add:before {
    content: "\e60f";
}
.icon-document-bundle:before {
    content: "\e610";
}
.icon-document-single:before {
    content: "\e611";
}
.icon-download-arrow:before {
    content: "\e612";
}
.icon-email:before {
    content: "\e613";
}
.icon-filter:before {
    content: "\e614";
}
.icon-fingerprint:before {
    content: "\e615";
}
.icon-folder-closed:before {
    content: "\e616";
}
.icon-folder-open:before {
    content: "\e617";
}
.icon-foot:before {
    content: "\e618";
}
.icon-graph:before {
    content: "\e619";
}
.icon-help:before {
    content: "\e61a";
}
.icon-info:before {
    content: "\e61b";
}
.icon-link:before {
    content: "\e61c";
}
.icon-link-break:before {
    content: "\e61d";
}
.icon-milestone:before {
    content: "\e61e";
}
.icon-note:before {
    content: "\e61f";
}
.icon-note-add:before {
    content: "\e620";
}
.icon-notification-bell:before {
    content: "\e621";
}
.icon-nuke-note:before {
    content: "\e622";
}
.icon-payroll-upload:before {
    content: "\e623";
}
.icon-person:before {
    content: "\e624";
}
.icon-person-add:before {
    content: "\e625";
}
.icon-person-link:before {
    content: "\e626";
}
.icon-phone:before {
    content: "\e627";
}
.icon-pie:before {
    content: "\e628";
}
.icon-place-marker:before {
    content: "\e629";
}
.icon-popup:before {
    content: "\e62a";
}
.icon-pull-client:before {
    content: "\e62b";
}
.icon-push-client:before {
    content: "\e62c";
}
.icon-puzzle:before {
    content: "\e62d";
}
.icon-scale:before {
    content: "\e62e";
}
.icon-search-glass:before {
    content: "\e62f";
}
.icon-snowflake:before {
    content: "\e630";
}
.icon-star:before {
    content: "\e631";
}
.icon-star-outline:before {
    content: "\e632";
}
.icon-umbrella:before {
    content: "\e633";
}
.icon-undo:before {
    content: "\e634";
}

/*
|==========================================================================
| MAIN
|==========================================================================
|
| 
|
*/
body {
    overflow:hidden;
}
.top.row {
    background-color: #f79321;
    position: relative;
    position: relative;
}
.navbar-default {
    margin: 0 !important;
    background-color: transparent;
    border: 0 !important;
}
.once_and_for_all {
    position: relative;
    height: auto;
}
#logo {
    display: block;
    text-indent: -9999em;
    background-color: #efefef !important;
    background: url("/images/logo.png") no-repeat scroll center center / auto 44px transparent;
    padding: 30px 0;
}
#title {
    background-color: #343434;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: white;
    font-size: 24px;
    font-weight: 300;
    padding: 20px 40px;
    text-align: center;
    position: relative;
}
#all-zip {
    background-color: #f79321;
    padding: 37px 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #ffffff;
}
#all-zip:hover {
    background-color: #4d7bbe;
    color: white;
}
#all-zip:hover .arrow-bg {
    background: rgba(255,255,255,0.5);
}
.stuff2 {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    width: 100%;
    text-align: center;
}
#main-content {
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0px;
    height: calc(100vh - 75px);
    overflow: auto;
}
.bold {
    color: white;
    margin-left: 3%;
}
.arrow-bg-zip {
    width: 30px;
    height: 30px;
    opacity: 0.2;
    background-color: white;
    display: inline-block;
    margin-bottom: -3%;
    margin-left: 10%;
}
.pdf-arrow {
    margin-top: 25%;
}
.arrow-bg {
    width: 21px;
    height: 21px;
    background: rgba(77,123,190,.2);
    display: inline-block;
    padding-top: 3px;
    padding-left: 0px;
    padding-right: 2px;
}
.pdf-row {
    background-color: #e8e7e7;
    margin-bottom: 20px;
    color: #244578;
    padding: 20px 20px 50px;
    position: relative;
}
.pdf-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.tag-button {
    background-color: orange;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    padding: 5px 0;
    text-align: center;
}
.pdf-description {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 10px;
}
.pdf-row:hover {
    background-color: #234678;
    color: white;
}
.tag-button:hover {
    background-color: #4d7bbe;
    color: white;
}
.tag-button:hover .arrow-bg {
    background: rgba(255,255,255,0.5);
}
li {
    list-style: none;
}
.multipleVersions {
    padding-top: 2em;
}

/*
|==========================================================================
| MEDIA QUERIES
|==========================================================================
|
| 
|
*/
@media (min-width: 768px){

    #logo {
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        z-index: 10000;
    }
    #title {
        text-align: left;
        padding: 20px;
        margin-left: 25%;
    }
    #all-zip {
        display: block;
    }
    #sidebar {
        padding: 10px 0 0 0 !important;
        min-height: 100vh;
        background-color: #343434;
        color: white;
        font-size: 20px;
        font-weight: 300;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        margin: 0;
    }
    .link-name {
        padding: 10px 0 10px 30px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        position: relative;
        cursor: pointer;
    }
    .link-name:hover {
        background-color: #232323;
        color: #e8e7e7;
    }
    .link-name:hover .tri {
        border-bottom: 25px solid transparent;
        border-left: 15px solid #232323;
        border-top: 25px solid transparent;
        position: absolute;
        z-index: 1000;
        right: -15px;
        top:-1px;
    }
    .selected {
        background-color: #232323;
        color: #e8e7e7;
    }
    .selected .tri {
        border-bottom: 25px solid transparent;
        border-left: 15px solid #232323;
        border-top: 25px solid transparent;
        position: absolute;
        z-index: 1000;
        right: -15px;
        top:-1px;
    }
    #main-content {
        padding: 50px;
    }
    #main-content li {
    }
    .pdf-row {
        background-color: #e8e7e7;
        margin-bottom: 10px;
        color: #244578;
        padding: 20px;
        position: relative;
    }
    .pdf-arrow {
        margin-top: 25%;
    }
    .arrow-bg {
        width: 25px;
        height: 25px;
        background: rgba(77,123,190,.2);
        display: inline-block;
        padding-left: 1%;
    }
    .pdf-name {

        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
    }
    .pdf-description {
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-size: 10px;
    }
    .tag-button {
        background-color: orange;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 108px;
        left: auto;
        bottom: initial;
    }
    .stuff {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        width: 100%;
        text-align: center;
    }
}

