﻿
.section-header ul {
    margin-top: 0px;
}

#subnav-account {
    width: 205px;
}

#subnav-page-options {
    width: 250px;
}

#btn-reset-selections .fa-arrow-left {
    color: #7a7a7a;
    margin-right: 5px;
}

.report-header .filter-count {
    left: 0;
    line-height: 1;
    top: 32px;
}


/*===================================
  FORMS
-------------------------------------*/

@media screen and (max-width: 768px) {
    #btnLockScreen {
        display: none;
    }

    #btnFullScreen {
        display: none;
    }

    .GenericFormContent .form-body,
    .GenericFormFooter {
        padding: 10px 15px;
    }

    .form-element-static {
        width: 100%;
    }

    .GenericFormContent .form-group {
        border: none;
        padding: 10px 0 5px;
    }

    .GenericFormContent label {
        margin: 0 0 5px;
        text-align: left;
        width: 100%;
    }

    .GenericFormContent .help-text {
        line-height: 1.4;
        margin-left: 0;
        padding: 0;
        width: 100%;
    }

    .GenericFormFooter {
        padding-top: 25px;
    }

        .GenericFormFooter .btn {
            margin: 5px 0;
            width: 100%;
        }

        .GenericFormFooter input[type="submit"] {
            -webkit-box-shadow: 0 1px 0 0 #ccc;
            -moz-box-shadow: 0 1px 0 0 #ccc;
            -ms-box-shadow: 0 1px 0 0 #ccc;
            box-shadow: 0 1px 0 0 #ccc;
        }
}

@media screen and (max-width: 400px) {
}

/*===================================
  LAYOUT
-------------------------------------*/

@media screen and (max-width: 768px) {
    .container {
        padding: 2.5%;
    }
    /*
  .report-tabs-wrap {
    display: none !important;
  }
  */
    #screen-overlay {
        left: 0 !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {

    #content-wrap {
        left: 0 !important;
        width: 100% !important;
    }

    .nav-open #content-wrap {
        position: fixed;
        left: 0;
        top: 0;
    }

    .nav-open #nav-sidebar {
        display: block;
    }

    .nav-closed #nav-sidebar {
        display: none;
    }

    .nav-open #nav-sidebar-bg {
        display: block;
    }

    .nav-closed #nav-sidebar-bg {
        display: none;
    }
}

/*===================================
  HEADER
-------------------------------------*/

@media screen and (max-width: 900px) {

    #page-header {
        min-width: 0;
        padding: 5px 0;
    }

    .header-logo {
        margin-left: 45px;
    }

    .btn-header-menu-toggle {
        left: 16px;
    }

    .header-item a {
        color: #808080;
    }

    .header-item-divider {
        margin: 5px;
    }

    #subnav-account {
        right: 10px;
    }
}

@media screen and (max-width: 768px) {

    .header-item {
        margin-left: 0;
        margin-right: 0;
    }

    .header-item-account {
        margin-top: 6px;
    }
    
    .header-item-translate {
        margin-top: 6px;
    }

    .header-item-tour {
        display: none;
    }

    .header-item-subnav li a {
        font-size: 1.1em;
        padding: 15px 0;
        padding-left: 40px;
    }

        .header-item-subnav li a .fa {
            font-size: 1.3em;
            left: 10px;
            margin-top: -9px;
        }

    #subnav-page-options .fa-lock {
        left: 11px;
    }

    #subnav-account,
    #subnav-page-options {
        width: 250px !important;
    }
}

@media screen and (max-width: 767px) {

    #page-header {
        z-index: 9005;
    }
}


@media screen and (max-width: 460px) {

    .header-item-notifications {
        display: none;
    }
}

@media screen and (max-width: 650px) {

    .header-item-fontsize,
    .header-item-translate {
        display: none;
    }
}

/*===================================
  SIDEBAR
-------------------------------------*/

@media screen and (max-width: 767px) {

    #page-header {
        min-height: 65px;
    }

    #nav-sidebar {
        font-size: 1.2em;
        position: absolute;
        top: 65px;
        width: 100%;
        left: 0px;
    }

    .nav-wrap {
        overflow-y: auto;
        margin-bottom: 100px;
    }

    #nav-sidebar-bg {
        z-index: 9000;
        left: 0px;
        width: 100%;
    }

    .nav-select-wrap .form-group label {
        font-size: .85em;
        margin-bottom: 5px;
    }

    .nav-select-wrap .form-group .select-wrap,
    .nav-select-wrap .form-group .select-wrap select {
        height: 36px;
    }

    .nav-dashboard {
        padding-bottom: 20px;
        padding: top: 20px;
    }

        .nav-dashboard img {
            margin-right: 3px;
            position: relative;
            top: 1px;
        }

    .nav-module-section a {
        padding-bottom: 20px;
        padding-left: 40px;
        padding-top: 20px;
    }

    .nav-module-subnav {
        max-height: none;
    }

        .nav-module-subnav a {
            padding: 20px 8px 20px 12px;
        }

    .nav-module-section .btn-favorite-module {
        left: -4px;
        top: 13px;
    }

    .form-group .vector-select-arrows .fa-caret-up {
        margin-top: 7px;
    }

    #sidebar-footer {
        font-size: .85em;
        width: 100%;
    }

    .nav-open #sidebar-footer {
        display: block;
    }


    #sidebar-footer .sidebar-logo {
        display: none;
    }
}

@media screen and (max-width: 460px) {
}

/*===================================
  CONTENT WRAP
-------------------------------------*/

@media screen and (max-width: 900px) {

    /*#content-wrap {
    left: 0 !important;
    min-width: 0;
    width: 100% !important;
  }*/
}

#btn-tour {
    display: none;
}

.whats-new {
    display: none;
}

@media screen and (min-width: 1000px) {
    .whats-new {
        display: block;
    }
}

@media screen and (min-width: 950px) {
    #btn-tour {
        display: block;
    }
}


/*===================================
  WELCOME CONTENT
-------------------------------------*/

@media screen and (max-width: 900px) {



    .welcome-text {
        line-height: 1.4;
    }

    .user-browser {
        padding: 15px;
    }

    .welcome-content ul.welcome-info {
        margin-left: 0;
        padding-left: 15px;
    }

    .welcome-content .welcome-footer {
        padding: 15px 30px;
    }
}

@media screen and (max-width: 768px) {

    .welcome-content {
        left: 2.5%;
        margin: 0;
        width: 95%;
    }
}


@media screen and (max-width: 460px) {
}


/*===================================
  SEARCH CRITERIA
-------------------------------------*/

#name-search-criteria {
    margin-top: 10px;
}

@media screen and (max-width: 767px) {

    .report-header h2 {
        border-right: none;
    }

    .report-header-links {
        clear: both;
        float: left;
        margin: 10px 0;
    }
}

@media screen and (max-width: 725px) {

    .search-criteria.date-picker-enabled .date-select-wrap label {
        font-size: .85em;
    }

    .date-select-wrap .form-group input[type="text"] {
        -webkit-appearance: none;
    }

    .search-criteria.date-picker-enabled .icon-calendar {
        right: 16px;
    }
}

@media screen and (max-width: 700px) {

    #report-output-wrap {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    #btn-report-output {
        margin-right: 1%;
        overflow: hidden;
        width: 80%;
    }

    #report-output-wrap .btn-primary {
        margin: 0;
        width: 19%;
    }

    #save-criteria-wrap {
        clear: both;
        margin-top: 15px;
        width: 100%;
    }

    #name-search-criteria input {
        max-width: 280px;
        width: 70%;
    }

    .report-actions {
        float: left;
    }

        .report-actions .btn-email-data {
            width: 125px;
        }

    #popup-report-output {
        width: 300px;
    }
}

@media screen and (max-width: 480px) {

    .search-criteria {
        font-size: 1.1em;
        width: 100%;
    }

        .search-criteria.date-picker-enabled .date-select-wrap .form-group {
            width: 100%;
        }
}

@media screen and (max-width: 400px) {

    .section-notes-tabs .tabs li {
        float: none;
        width: 100%;
    }

    .section-notes-tabs .tab-pills {
        margin-bottom: 20px;
    }

        .section-notes-tabs .tab-pills a {
            display: block;
            margin-bottom: 8px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .section-notes-tabs .tab-pills .pill-tab-icon {
            margin-right: 10px;
        }

    .section-notes-tabs .pill-active-arrow {
        display: none !important;
    }

    .section-notes-tabs .tab-content p {
        line-height: 1.5;
    }

    .report-header h2 {
        border-right: none;
        float: none;
    }

    #popup-criteria-filter {
        left: 0;
        width: 100%;
    }

        #popup-criteria-filter li {
            font-size: 1.1em;
            padding: 12px;
            width: 100%;
        }

        #popup-criteria-filter .label-checkbox {
            display: block;
        }

    .report-header-links {
        clear: both;
        float: none;
        margin: 24px 0;
    }

        .report-header-links li {
            float: none;
            width: 100%;
        }

        .report-header-links a {
            display: block;
            margin: 0 0 -5px;
        }

    #report-output-wrap {
        float: none;
        margin: 0;
        padding: 0;
    }

    #btn-report-output {
        margin-right: 2%;
        width: 70%;
    }

    #report-output-wrap .btn-primary {
        width: 28%;
    }

    #name-search-criteria {
        margin-top: 15px;
    }

        #name-search-criteria input {
            margin-right: 2%;
            width: 70%;
        }

    #save-criteria-wrap {
        margin-top: 15px;
    }

    #btnSaveCriteria {
        width: 28%;
    }

    .report-actions {
        float: none;
        clear: both;
        width: auto;
    }
}


/*===================================
  ACCOUNT PAGES
-------------------------------------*/

@media screen and (max-width: 400px) {

    .criteria-details {
        padding: 20px 0 0 0;
    }

        .criteria-details > h2 {
            clear: both;
            display: block;
            position: absolute;
            top: 50px;
        }

        .criteria-details > .criteria-actions {
            float: left !important;
            margin-top: 50px;
            max-width: 100% !important;
        }

    .criteria-actions > ul.horz-list > li {
        margin-left: 0;
        margin-right: 5px;
    }
}


/*===================================
  MODALS
-------------------------------------*/

@media screen and (max-width: 700px) {

    .modal,
    #modal-email-data,
    .popup-email-list {
        left: 2.5% !important;
        margin: 0 !important;
        max-height: none !important;
        position: absolute !important;
        width: 95% !important;
    }

        .modal .form-wrap {
            max-height: none !important;
        }

    .modal-content-wrap {
        max-height: none;
    }
}


/*===================================
  MODAL: EMAIL DATA;
-------------------------------------*/

@media screen and (max-width: 700px) {

    .email-report-attachments .email-data-note {
        margin: 20px 0 0;
        position: relative !important;
        width: 100% !important;
    }

    .attachment-wrapper {
        clear: both;
        display: block;
        margin: 10px 0;
        width: 100%;
    }

        .attachment-wrapper:after {
            content: " ";
            clear: both;
            height: 1px;
            display: block;
        }
}


/*===================================
  DOCUTRAC: Site Details
-------------------------------------*/

@media screen and (max-width: 1300px) {

    #document-results-wrap .sort-box {
        clear: both;
        float: left;
        margin-top: 20px;
    }

    #document-results-wrap .results-meta-wrap {
        clear: both;
        float: left;
        margin-top: 25px;
    }


    .user-actions-wrap {
        border: none;
        margin-left: 0;
        padding: 0;
    }
}

@media screen and (max-width: 1050px) {

    .site-documents-header {
        margin-bottom: 10px;
    }

    .results-filter h4 {
        float: none;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {

    #document-results-wrap .results-meta-wrap {
        margin: 0;
    }

    header.criteria-details {
        margin-top: 10px;
        position: relative;
    }

        header.criteria-details .criteria-actions {
            float: left;
            margin-bottom: 20px;
            margin-top: 55px;
            max-width: none;
        }

        header.criteria-details > h2 {
            position: absolute;
            left: 0;
            top: 10px;
        }

        header.criteria-details > p {
            left: 0;
            max-width: none;
            position: absolute;
            top: 35px;
        }

        header.criteria-details .criteria-actions > ul.horz-list > li {
            margin: 0 5px 0 0;
        }

    .site-properties {
        float: none;
        width: 100%;
    }

    #site-map-wrapper {
        margin-top: 20px !important;
    }

    .site-details {
        clear: both;
        float: none;
        margin-top: 40px;
        width: 100%;
    }

    .site-documents-header h2 {
        border: none;
    }

    #document-results-wrap {
        position: relative;
    }

        #document-results-wrap #btn-upload {
            position: absolute;
            right: 0;
            top: 0;
        }

        #document-results-wrap #btn-refresh {
            margin: 0;
            position: absolute;
            right: 89px;
            top: 0;
        }

    .document-search-wrap {
        clear: left;
        margin: 0;
        width: 100%;
    }

        .document-search-wrap .form-group {
            width: 100%;
        }

    .results-filter > div {
        margin-bottom: 24px;
        margin-right: 5px;
    }

    .results-filter .clear {
        margin: 0;
    }

    .user-actions-wrap {
        margin-bottom: 16px;
    }

    #document-grid-view .document {
        width: 48%;
    }
}

@media screen and (max-width: 500px) {

    #document-grid-view .document {
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width: 420px) {

    .site-documents-header h2 {
        margin-bottom: 115px;
    }

    #document-results-wrap #btn-upload {
        top: 50px;
        width: 100%;
    }

    #document-results-wrap #btn-refresh {
        right: 0;
        top: 90px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .welcome-body {
        display: none;
    }

    .welcome-footer {
        display: none;
    }
}

.goog-te-gadget-icon {
    float: left; 
    margin-top: 2px;
}