﻿.container-fluid {
    padding: 0;
}

.toolbar {
    border-bottom: 1px solid #ddd;
    background-color: #efefef;
    padding: 0px 15px;
}

    .toolbar .col-md-1 {
        width: 6%;
    }

        .toolbar .col-md-1:hover {
            background-color: #fff;
        }

a.toolbaricon {
    display: inline-block;
    width: 100%;
    font-size: 36px;
    text-decoration: none;
    text-align: center;
    color: #222;
    overflow:hidden;
}

p.toolbartext {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #222;
}

.userscreenContainer {
    min-width: 1280px;
}

.sidepane {
    border-right: 1px solid #ddd;
    height: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

.searchbox {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.row.listbox ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    height: 760px;
    overflow-y: auto;
}

    .row.listbox ul li div {
        font-size: 14px;
        padding: 10px 5px;
    }

    .row.listbox ul li:nth-child(2n+1) div {
        background-color: #efefef;
    }

    .row.listbox ul li div:hover {
        background-color: #ddd;
    }

.listbox .projectText {
    white-space: nowrap;
    overflow-x: hidden;
}

.row .listbox .controlIcon:hover {
    font-size: 18px;
    margin: -2px;
}

.sidepanefooter {
    padding: 10px 0 10px 25px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.tablist {
    padding-top: 10px;
}

#hometab {
    padding: 10px 0px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.projectinfobox, .projectnotesbox, .projectsummarybox, .agentenclosure, .additionalparts {
    border: 1px solid #ddd;
    margin: 3px 0;
    padding: 10px 0;
}

    .projectinfobox .inforow {
        padding: 5px;
    }

    .projectsummarybox .inforow {
        padding: 5px;
    }

    .agentenclosure .inforow {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.infocolumn span, .wizard span {
    font-size: 16px;
    padding: 8px 0;
}

.infocolumn {
    /*border-right: 1px solid #ddd;*/
    overflow-x: hidden;
}

.enclosureitem .glyphicon {
    float: right;
    margin: -8px 8px;
    font-size: 18px;
}

    .enclosureitem .glyphicon:hover {
        margin: -12px 5px;
        font-size: 24px;
        cursor: pointer;
    }

.panel-default > .panel-heading {
    background-color: #efefef;
}

.dashboard .panel-body {
    overflow-x: scroll;
}

.itemstable {
    width: 1024px;
}

    .itemstable tbody tr, .itemstable thead tr {
        background-color: #efefef;
    }

        .itemstable tbody tr:nth-child(2n+1) {
            background-color: #fff;
        }

.agentenclosure {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 250px;
}

.additionalparts {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 250px;
}

    .additionalparts .panel-body {
        overflow-x: scroll;
    }

.loader {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #dddddd;
    opacity: 0.9;
    z-index: 990;
}

.dialogcontainer {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 890;
}

.dialog {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #dddddd;
    opacity: 0.85;
}

.loader .message {
    width: 100%;
    position: relative;
    top: 45%;
    font-size: 36px;
    text-align: center;
    color: #222;
    z-index: 999;
    opacity: 1.0;
}

    .loader .message .spinner {
        border: 16px solid #dddddd; /* Light grey */
        border-top: 16px solid #1276b9; /* Blue */
        border-bottom: 16px solid #1276b9;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        animation: spin 2s linear infinite;
        margin: 0 auto;
    }

.enclosureDetail {
    font-size: 14px;
}

    .enclosureDetail .row {
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .enclosureDetail .row .col-md-3, .col-md-6 {
            padding-top: 3px;
            padding-bottom: 3px;
        }

        .enclosureDetail .row .col-md-6 {
            font-weight: bold;
        }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dialogcontent {
    position: relative;
    margin: 3%;
    background-color: #fff;
    opacity: 1.0;
    z-index: 899;
    height: 90vh;
    border-radius: 10px;
    padding: 10px 10px 50px 10px;
    overflow-y: auto;
}

.dialogcontrol span {
    width: 100%;
    text-align: right;
    display: block;
    position: relative;
    top: 0;
    right: 0;
    padding: 5px;
    font-size: 18px;
    cursor: pointer;
}

.mobileview {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    padding: 0;
}

.mobileheader {
    width: 100vw;
    background-color: #ddd;
    overflow: hidden;
    position: fixed;
    height: 50px;
    z-index: 720;
    color: #444;
}

    .mobileheader .glyphicon {
        padding: 10px;
        font-size: 28px;
    }

.mobileview .header {
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: #efefef;
}

.mobileview .mobilesidebar {
    margin-top: 100px;
    background-color: #efefef;
    height: 100vh;
    width: 80vw;
    float: left;
    padding: 0;
    font-size: 48px;
}

    .mobileview .mobilesidebar input, .mobileview .mobilesidebar button {
        margin: 25px 0;
        height: 75px;
        font-size: 32px;
    }

    .mobileview .mobilesidebar .toolbaritem .glyphicon {
        font-size: 96px;
    }

    .mobileview .mobilesidebar .icontitle {
        font-size: 48px;
        padding: 20px 0;
    }

.toolbaritem {
    padding: 15px 0;
    border-bottom: 2px solid #000;
}

    .toolbaritem:active, .toolbaritem:active a {
        background-color: #444;
        color: #efefef;
    }

.mobileview .content {
    height: 100vh;
    margin-top: 100px;
    width: 100vw;
    float: left;
}

.mobilecontent {
    width: 180vw;
    position: relative;
}

.sidebaritembox {
    border: 1px solid #000;
    padding: 0;
}

    .sidebaritembox .sidebaritemtitle {
        background-color: #444;
        color: #efefef;
    }

    .sidebaritembox .sidebaritemcontent {
        font-size: 36px;
        padding: 15px 0;
    }

.adminsidebar {
    border-right: 1px solid #ddd;
    height: 85vh;
    overflow-y: auto;
    padding-right: 0;
}

    .adminsidebar ul {
        list-style-type: none;
        padding: 0;
    }

        .adminsidebar ul li {
            color: #fff;
            background-color: #aaa;
        }

            .adminsidebar ul li a {
                display: block;
                padding: 10px 10px;
                text-decoration: none;
                font-size: 14px;
                color: #444;
                background-color: #fff;
                border-bottom: 1px solid #ddd;
            }

                .adminsidebar ul li a:hover {
                    color: #444;
                    background-color: #ddd;
                }

.agentList {
    /*margin-left: 10px;*/
    padding: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 85vh;
    overflow-y: auto;
}

    .agentList ul {
        list-style-type: none;
        padding: 0;
    }

        .agentList ul li {
            overflow: hidden;
            border-bottom: 1px solid #ddd;
            background-color: #efefef;
        }

            .agentList ul li:nth-child(2n+1) {
                background-color: #fff;
            }

            .agentList ul li:last-child {
                border-bottom: none;
            }

            .agentList ul li:hover {
                background-color: #ddd;
            }

            .agentList ul li span {
                display: block;
                padding: 10px;
            }

                .agentList ul li span:hover {
                    cursor: pointer;
                }

.agentDetail {
    height: 85vh;
    overflow-y: auto;
}

.agentEditForm {
    height: 85vh;
    overflow-y: auto;
}

.newAgentForm {
    height: 85vh;
    overflow-y: auto;
}

.formRow {
    padding: 5px 0;
}

.dashboard {
    background-color: #fff;
    transition: left 0.5s;
    left: 0;
    height: 100vh;
}

    .dashboard .tab-content {
        overflow: hidden;
        border: 1px solid #ddd;
        border-top: none;
        background-color: #fff;
    }

.companyDetailsStart {
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.companyDetailsEnd {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.paginationForm {
    padding: 10px 0;
}

.agentList .paginationForm span {
    display: block;
    padding: 7px 0;
}

.paginationForm a {
    cursor: pointer;
    font-size: 24px;
    color: #444;
    text-decoration: none;
}

.loginscreen .loginScreenForm {
    padding-top: 25vh;
}

    .loginscreen .loginScreenForm .row {
        padding: 15px 5px;
    }

.formValidationError {
    padding: 5px 15px;
    color: red;
}

.forgetPasswordScreen .forgetPasswordForm {
    margin-top: 20vh;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 30px;
}

.mobileLeftMenu {
    width: 100%;
    max-width: 290px;
    min-width: 290px;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 50px;
    border-right: 1px solid #ddd;
    overflow-y: auto;
    overflow-x: hidden;
}

.mobileLeftMenuItem {
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .mobileLeftMenuItem .controlIcon {
        padding: 3px 5px;
        float: right;
        display: inline-block;
        width: 25px;
    }

    .mobileLeftMenuItem .projectText {
        width: 220px;
        overflow-x: hidden;
        display: inline-block;
        padding: 3px 5px 0 5px;
    }

.dashboardSlide {
    left: 305px;
}

.search-button {
    background-image: url('../images/view.png');
    background-repeat: no-repeat;
    background-position: 9px 1px;
    /*background-size: 39px 43px;*/
    padding-left: 41px;
    color: #000;
}

.search-refresh {
    background-image: url('../images/undo.png');
    background-repeat: no-repeat;
    background-position: 9px 1px;
    /*background-size: 39px 43px;*/
    padding-left: 41px;
    color: #000;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 10px 10px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

.step3form {
    margin-top: 225px;
}

.partList {
    /*margin-left: 10px;*/
    padding: 0;
    border: 1px solid #ddd;
    height: 43vh;
    overflow-y: auto;
    margin-bottom: 10px;
}

    .partList ul {
        list-style-type: none;
        padding: 0;
        border-bottom: 1px solid #ddd;
    }

        .partList ul li {
            overflow: hidden;
            border-bottom: 1px solid #ddd;
            background-color: #efefef;
        }

            .partList ul li:nth-child(2n+1) {
                background-color: #fff;
            }

    .partList .partHeader li:first-child {
        border: solid 1px #ccc;
        font-weight: bold;
        background-color: #ddd;
    }

    .partList ul li:last-child {
        border-bottom: none;
    }

    .partList ul li:hover {
        background-color: #ddd;
    }

    .partList ul li span {
        display: block;
        padding: 10px;
    }

        .partList ul li span:hover {
            /*background-color:#efefef;*/
            cursor: pointer;
        }

.partListDNA {
    /*margin-left: 10px;*/
    padding: 0;
    border: 1px solid #ddd;
    height: 64vh;
    overflow-y: auto;
    margin-bottom: 10px;
}

    .partListDNA ul {
        list-style-type: none;
        padding: 0;
        border-bottom: 1px solid #ddd;
    }

        .partListDNA ul li {
            overflow: hidden;
            border-bottom: 1px solid #ddd;
            background-color: #efefef;
        }

            .partListDNA ul li:nth-child(2n+1) {
                background-color: #fff;
            }

    .partListDNA .partHeaderDNA li:first-child {
        border: solid 1px #ccc;
        font-weight: bold;
        background-color: #ddd;
    }

    .partListDNA ul li:last-child {
        border-bottom: none;
    }

    .partListDNA ul li:hover {
        background-color: #ddd;
    }

    .partListDNA ul li span {
        display: block;
        padding: 10px;
    }

        .partListDNA ul li span:hover {
            /*background-color:#efefef;*/
            cursor: pointer;
        }

.step3Controls {
    margin-top: 225px;
}

.dropdown-menu li {
    width: 100%;
}

    .dropdown-menu li a {
        font-size: 16px;
        padding: 10px;
        text-align: left;
        cursor: pointer;
    }

.toggleHeader {
    cursor: pointer;
}

    .toggleHeader:hover {
        text-decoration: underline;
    }

.paddedText {
    padding-top: 8px;
}

.dnaNotes {
    font-weight: bold;
    text-align: justify;
}

.verticalControlSet > div {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 1px;
}

.dropdown-menu li a :hover {
    background-color: #efefef;
}

@media only screen and (max-width: 992px) {
    .dashboard {
        margin-top: 25px;
    }

    .tablist {
        padding-top: 25px;
    }

    .agentenclosure .inforow {
        padding-top: 0;
        padding-bottom: 0;
    }

    .inforow div:nth-child(2) {
        text-align: left;
    }

    .enclosurelist {
        padding: 15px;
    }

    .enclosureitemmobile {
        background-color: #efefef;
        margin: 10px 20px;
        padding: 0;
        border: 1px solid #ddd;
    }

    /*.enclosureitemmobile .row {
            border-bottom: 1px solid #ddd;
        }*/

    .panel-body {
        padding: 2px;
    }

    .enclosureitemlabel {
        width: 40%;
        text-align: left;
        float: left;
        padding-left: 20px;
    }

    .enclosureitemvalue {
        width: 60%;
        text-align: right;
        float: right;
        padding-right: 20px;
    }

    .mobilescreentoggle {
        padding: 10px 5px;
        border: 1px solid #ddd;
        background-color: rgb(79,168,79);
        color: #fff;
        display: inline-block;
        margin: 5px 0;
        width: 100%;
        text-decoration: none;
        border-radius: 5px;
        cursor: pointer;
    }

        .mobilescreentoggle:hover {
            text-decoration: none;
            color: #fff;
        }

    .dashboard .tab-content {
        overflow: hidden;
        border: 1px solid #ddd;
        border-top: none;
        border-bottom: none;
        background-color: #fff;
    }

    .mobilemenuitem {
        float: left;
        padding: 5px;
    }

    a.mobilemenuheaderitem {
        padding: 10px 5px;
        background-color: #efefef;
        color: #444;
        text-decoration: none;
        font-size: 14px;
        display: block;
        border-right: 1px solid #ddd;
    }

        a.mobilemenuheaderitem :hover {
            text-decoration: none;
        }

    .wizardStep3 .formRow {
        font-size: 12px;
    }

        .wizardStep3 .formRow .col-md-8 {
            width: 60%;
            float: left;
        }

        .wizardStep3 .formRow .col-md-4 {
            width: 40%;
            float: right;
        }

    .showDimensionSectionButton {
        padding: 5px;
    }

    .hideDimensionSectionButton {
        padding: 5px;
    }

    .step3form {
        margin-top: 25px;
    }

    .importDialog {
        overflow-x: hidden;
    }

    .settingDialog {
        overflow-x: hidden;
    }

        .settingDialog .panel {
            border: none;
            padding-bottom: 5px;
        }

    .paddedRowMobile {
        padding: 10px 15px;
    }

    .step3Controls {
        margin-top: 30px;
    }

    .customerListItemMobile {
        border: 1px solid #ddd;
        border-radius: 3px;
        padding: 5px;
        margin: 15px;
        overflow: hidden;
    }

    .customerListItemMobile_name {
        padding: 15px;
        font-size: 18px;
    }

    .customerPane {
        transition: left 0.5s;
        left: 0;
        position: relative;
    }

    .dashboardSlide {
        left: 305px;
    }

    .addpartmobilecontrolblock {
        overflow: hidden;
        padding-right: 72px;
    }

    .addpartmobilebutton {
        width: 1px;
        float: right;
        margin-top: 5px;
        margin-bottom: 5px;
        padding-left: 50px;
    }

    .addpartmobileradiocontrol {
        margin-left: 15px;
        padding-top: 10px;
        padding-bottom: 5px;
    }

        .addpartmobileradiocontrol:first-child {
            padding-top: 20px;
        }

    #documentsmenu, #mobilemenu, #noticeListmobile {
        border-right: 1px solid #ddd;
    }

    a[data-parent="#accordion"] {
        cursor: pointer;
    }

        a[data-parent="#accordion"]:hover {
            cursor: pointer;
            text-decoration: none;
        }
}
