﻿.section-divider {
    width: 300px;
    position: absolute;
    z-index: 999;
    border-right: 1px solid #F4F4F4;
    min-height: 87%;
}

.option-container {
    width: 100%;
    padding-left: 315px;
}

    .section-divider .windows-icon-file-o:before {
        font-size: 15px;
    }


.list-group:first-child > .list-group-item {
    padding-left: 25px;
    margin-top: 5px;
}

.list-group-item {
    border: none;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .list-group-item > ul {
        margin-bottom: 0;
        margin-top: 2px;
    }

    .list-group-item:first-child {
        border: none;
        -ms-border-radius: 0;
        border-radius: 0;
    }

.wsGdContainer {
    margin-top: 15px;
    width: 100%;
    padding-left: 315px;
}

.wsGdContainer .grid-option {
        margin-top: 7px;
        margin-bottom: 12px;
    }

.wsGrid {
    margin-bottom: 10px;
}

.active-item {
    background-color: #EEEEEE;
}

    .active-item:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-right: 4px solid black;
        position: absolute;
        right: 0;
        top: 14px;
    }

.ws-side > .active-item:after {
    top: 11px;
}

.active-item a {
    color: #333333;
}

#sortBtn.btn {
    width: 160px;
    background-color: white;
    border: 1px solid rgb(194, 191, 191);
    -ms-border-radius: 0;
    border-radius: 0;
    text-align: left;
    color: inherit;
}


#transferModal {
    width: 330px;
    right: -100px;
    left: auto;
    -webkit-transition: right 0.5s ease-out;
    -moz-transition: right 0.5s ease-out;
    -ms-transition: right 0.5s ease-out;
    -o-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
}

    /*#transferModal .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #333333;
        cursor: default;
        border: none;
        background-color: inherit;
        border-bottom: 4px solid #00bcf2;
    }*/

    #transferModal .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
        padding-left: 5px;
        padding-right: 8px;
        padding-bottom: 15px;
        font-size: 14px;
    }

    #transferModal .nav-tabs > li > a {
        margin-right: 3px;
    }

.file-status {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.file-status-info {
    margin-top: 5px;
}

    .file-status-info > p {
        margin: 0;
    }

    .file-status-info p:first-child {
        color: #797979;
    }

.dropdown-label {
    margin-top: 7px;
}

.customer-metadata {
    margin-bottom: 20px;
}

.workspace-metadata {
    margin-bottom: 20px;
}

    .workspace-metadata > div > span {
        color: #666667;
    }

.workspace-info > div > span {
    font-size: 18px;
    color: #333333;
}

.customer-metadata > div > div {
    padding-left: 0;
}

.customer-metadata > div:first-child > div > span {
    font-size: 18px;
    color: #333333;
}

.customer-metadata > div > div > span {
    color: #666667;
}

#showCustomerGrid table tbody > tr > td:not(:first-child):not(:last-child) {
    width: 140px;
}


.sr-side {
    display: none;
}

    .sr-side > .list-group-item {
        padding-left: 50px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.ws-side {
    display: none;
}

    .ws-side > .list-group-item {
        margin-left: -69px;
        padding-left: 79px;
        padding-top: 0;
        padding-bottom: 0;
    }

        .ws-side > .list-group-item.active-item > a img[alt*='open'] {
            display: inline-block !important;
            margin-right: 4px;
        }

            .ws-side > .list-group-item.active-item > a img[alt*='open']:first-child {
                margin-right: 5px;
            }

        .ws-side > .list-group-item.active-item > a img[alt*='close'] {
            display: none;
        }

#cacheRules div span i.windows-icon-caret-down:before {
    font-size: 14px;
}

#warningMessage,#downloadWarningMessage {
    left: 0;
    right: 0;
}

    #warningMessage .modal-dialog,#downloadWarningMessage .modal-dialog {
        top: 35%;
        position: absolute;
        height: auto;
        left: 0;
        right: 0;
    }

    #warningMessage .modal-content,#downloadWarningMessage .modal-content {
        -ms-border-radius: 0;
        border-radius: 0;
        border-top: 3px solid #00bcf2;
    }

    #warningMessage .modal-wrapper,#downloadWarningMessage .modal-wrapper {
        margin: 70px 350px 50px 143px;
    }