﻿/*Table of contents*/
/* 2. left tree menu*/
/* 3. file types*/

html, body {
    font-family: 'Roboto', sans-serif;
    height: 100%;
    width: 100%;
}

.bos-red {
    color: #000000 !important;
    font-weight: 600;
    letter-spacing: .5px;
}

.relative {
    position: relative;
}




.rightsection-leftheader_filechest {
    width: calc(100% - 215px);
    float: left;
    margin-left: 10px;
}


.no-margin-padding {
    margin: 0px !important;
    padding: 0px !important;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed !important;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .5;
}

.margleft40 {
    margin-left: 40px;
}

#thumbNailViewId .disabled, #listViewId .disabled, #leftNavigationTreeId .disabled {
    pointer-events: inherit;
    cursor: default !important;
}

/*left tree menu*/

.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
}

    .tree ul {
        margin-left: 3px;
        position: relative;
    }

        .tree ul ul {
            margin-left: 10px;
        }



    .tree li {
        margin: 0;
        padding: 0 0 0 3px;
        line-height: 2em;
        color: #000;
        font-weight: 400;
        position: relative;
    }


        .tree li .fa {
            font-size: 15px;
        }



    .tree ul li:last-child:before {
        background: #f6f6f6;
        height: auto;
        top: 1em;
        bottom: 0;
    }

.indicator {
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
    color: #8b8b8b;
}



.tree .navigationNode {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px;
}

    .tree .navigationNode:hover {
        font-weight: 700;
    }


.leftTree {
    padding-left: 20px;
}

.leftTreeNodehover {
    color: #bd1e2c !important;
    background: #e3e3e3;
}

.tree .selected {
    color: #bd1e2c !important;
    background: #e3e3e3;
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #8b8b8b;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

#tree2 .fa-caret-right, #tree2 .fa-caret-down {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

    #tree2 .fa-caret-right:after {
        content: "\f07b";
        margin: 0 5px 0 5px;
    }

    #tree2 .fa-caret-down:after {
        content: "\f07c";
        margin: 0 5px 0 5px;
    }

#tree2 i + span {
    display: none;
}

.fa-folder, .fa-folder-open {
    margin: 0 5px 0 5px;
    /*color: #D4B458;*/
    color: #05689e;
}

/*left tree menu*/



/*----------stru-----------*/
.side-right-arrow {
    height: 38px;
    background: url('../../Images/side-leftarrow.png') no-repeat;
    width: 15px;
    position: absolute;
    top: 1px;
    left: 288px;
    z-index: 99;
    background-size: cover;
}

.side-left-arrow {
    height: 38px;
    background: url('../../Images/side-rightarrow.png') no-repeat;
    width: 15px;
    position: absolute;
    top: 5px;
    left: 95px;
    z-index: 99;
    background-size: 95%;
}

.damsleft_operation {
    padding: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 90vh;
    width:95% !important;
}

    .damsleft_operation .fa-trash-o {
        margin-right: 4px;
        color: #949494;
        margin-top: 5px;
        font-size: 16pt !important;
    }

    .damsleft_operation b {
        color: #616161;
        margin-top: 5px;
    }

    .damsleft_operation h1 {
        font-size: 14px;
        color: #05689e;
        font-weight: 800;
        margin: 0px;
        margin-top: 10px;
        cursor: pointer;
        padding-bottom: 5px;
        padding-left: 3px;
    }

        .damsleft_operation h1:hover {
            color: #545454;
        }

        .damsleft_operation h1 .fa {
            font-size: 16px;
        }

.left_pane {
    width: 210px;
    float: left;
    height: 100vh;
    background: #ECEDEF;
    margin-left: 90px;
    border-right: 1px solid #C4C7CC;
}

.center_pane {
    float: left;
    width: calc(100% - 300px);
}

.center_pane_lefthide {
    float: left;
    width: 100%;
    padding-left: 100px;
}

.center_left {
    float: left;
    height: calc(100vh - 40px);
    width: 100%;
    /*overflow-x: hidden;
    overflow-y: auto;*/
    /*-webkit-animation: 0.35s slideOutUp ease-in-out;
    -moz-animation: 0.35s slideOutUp ease-in-out;*/
    /*animation: 0.35s slideOutUp ease-in-out;*/
}

.center_left_rhtcollp {
    float: left;
    height: calc(100vh - 40px);
    width: calc(100% - 350px);
    /*overflow-x: hidden;
    overflow-y: auto;*/
}

.center_right {
    float: left;
    width: 350px;
    background: #F1F1F1;
    height: calc(100vh - 40px);
    border-left: 1px solid #E6E6E6;
    box-sizing: border-box;
    position: relative;
}

    .center_right .tab-content img {
        max-width: inherit;
        width: 40px;
        height: 40px;
        padding: 0px 1px 0px 1px;
    }

.top_header_band {
    height: 45px;
    background: #05689e;
    border-bottom: 1px solid #dcdcdc;
    line-height: 40px;
    color: #7e7e7e;
    box-sizing: border-box;
}

.top_leftheader_band {
    height: 45px;
    background: #05689e;
    color: #fff;
    box-sizing: border-box;
    line-height: 45px;
    /*border-bottom: 5px solid #000;*/
}
    /*----------stru-----------*/

    /*----------logos-----------*/
    .top_leftheader_band ul {
        margin: 0px;
        padding: 0px;
        padding-left: 10px;
    }

        .top_leftheader_band ul li {
            padding: 2px;
            float: left;
            margin: 7px 5px;
            cursor: pointer;
            list-style-type: none;
            /*border: 1px solid #DADADA;
            border-radius: 25px;*/
        }

            /*.top_leftheader_band ul li:hover {
              
                background: #f6f6f6;
            }*/

            /*.top_leftheader_band ul li.active {
                background: #f6f6f6;
            }*/

.dams-logo {
    background: url(../images/dams_white.png) center no-repeat;
    height: 24px;
    float: left;
    Width: 24px;
    background-size: cover;
}

.outlook-logo {
    background: url(../images/outlook-logo.png) no-repeat;
    width: 28px;
    height: 27px;
    float: left;
}

.gdrive-logo {
    background: url(../images/gdrive-logo.png) no-repeat;
    width: 28px;
    height: 27px;
    float: left;
}
/*----------logos-----------*/



/*--------breadcrumb----------*/
.damsbread .breadcrumb {
    background-color: transparent;
    border: 0px solid rgba(245, 245, 245, 1);
    display: block;
    margin-bottom: 0px;
    border-radius: 0px;
    padding: 15px 0px 0px 5px;
    border-bottom: 1px solid #DCDCDC;
    font-size: 14px;
    margin-bottom: 18px;
    height: 40px;
}

    .damsbread .breadcrumb .fa-home {
        color: #bd1e2c;
        font-size: 20px;
        margin-top: 5px;
        float: left;
    }

        .damsbread .breadcrumb .fa-home:hover {
            color: #1E1E1E;
        }

    .damsbread .breadcrumb .fa-caret-right {
        margin-right: 5px;
    }

    .damsbread .breadcrumb > li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 120px;
        cursor: pointer;
    }

        .damsbread .breadcrumb > li:first-child {
            font-weight: normal;
            color: #1C3796;
        }

        .damsbread .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "";
        }
/*--------breadcrumb----------*/

.dams-selected {
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
    /*filter: sepia(100%);
    -webkit-filter: sepia(100%);*/
}

/*----------files------------*/

/*-------label colors------*/
.labdrop {
    float: left;
    margin-top: 9px;
    margin-right: 5px;
    height: 14px;
    width: 14px;
    border-radius: 10px;
}

.lab-red {
    background: #ff0000;
}

.lab-orange {
    background: #FF6600;
}

.lab-blue {
    background: #2A82D7;
}

.lab-pink {
    background: #FC5AB8;
}

.lab-yellow {
    background: #FEEE35;
}

.lab-green {
    background: #3AA03A;
}

.lab-purple {
    background: #AF31F2;
}

.lab-brown {
    background: #964B00;
}

.lab-crimson {
    background: #A50516;
}

.approval-bgcolornone {
    height: 5px;
    width: 140px;
    background-color: transparent;
}

.label-red {
    height: 5px;
    width: 140px;
    background: #ff0000;
}

.label-orange {
    height: 5px;
    width: 140px;
    background: #FF6600;
}

.label-blue {
    height: 5px;
    width: 140px;
    background: #2A82D7;
}

.label-pink {
    height: 5px;
    width: 140px;
    background: #FC5AB8;
}

.label-yellow {
    height: 5px;
    width: 140px;
    background: #FEEE35;
}

.label-green {
    height: 5px;
    width: 140px;
    background: #3AA03A;
}

.label-purple {
    height: 5px;
    width: 140px;
    background: #AF31F2;
}

.label-brown {
    height: 5px;
    width: 140px;
    background: #964B00;
}

.label-crimson {
    height: 5px;
    width: 140px;
    background: #A50516;
}
/*-------label colors------*/

/*-------Folder labels------*/
.folder-d {
    background: url(../Images/folder.png) no-repeat;
    float: left;
    background-size: cover !important;
    background-position: center !important;
}

.demptyfolder {
    margin-top: 250px;
    color: #CBD0D0;
    font-size: 24pt;
    font-weight: lighter;
}

.tree-nodehover {
    background: rgba(0, 0, 0, 0.50);
    position: absolute;
    width: 100%;
    top: 24px;
    font-size: 11px;
    padding: 5px 10px;
    color: #fff;
}

    .tree-nodehover b {
        color: #fff;
        font-size: 13px;
    }

.blue-folder-rforr, .brown-folder-rm, .crimson-folder-onhold, .dfolder, .green-folder-approved,
.orange-folder-draft, .pink-folder-pa, .purple-folder-fc, .red-folder-checkedout, .yellow-folder-nmw {
    background: url('../images/sprite-folders.png') no-repeat;
    /*overflow: hidden;*/
    text-align: left;
}

    .blue-folder-rforr:hover, .brown-folder-rm:hover, .crimson-folder-onhold:hover, .dfolder:hover, .green-folder-approved:hover,
    .orange-folder-draft:hover, .pink-folder-pa:hover, .purple-folder-fc:hover, .red-folder-checkedout:hover, .yellow-folder-nmw:hover {
        filter: brightness(95%);
        -webkit-filter: brightness(95%);
        /*filter: sepia(100%);
        -webkit-filter: sepia(100%);
        transition: all 1s ease;*/
    }

/*.blue-folder-rforr {
    background-position: -0px -0px;
    width: 140px;
    height: 100px;
}



.brown-folder-rm {
    background-position: -140px -0px;
    width: 140px;
    height: 100px;
}

.crimson-folder-onhold {
    background-position: -280px -0px;
    width: 140px;
    height: 100px;
}*/

.dfolder {
    background-position: -0px -102px;
    width: 144px;
    height: 100px;
    /*background-position: -0px -102px;
    width: 140px;
    height: 100px;*/
}

/*.green-folder-approved {
    background-position: -140px -101px;
    width: 140px;
    height: 100px;
}

.orange-folder-draft {
    background-position: -280px -101px;
    width: 140px;
    height: 100px;
}

.pink-folder-pa {
    background-position: -0px -202px;
    width: 140px;
    height: 100px;
}

.purple-folder-fc {
    background-position: -140px -202px;
    width: 140px;
    height: 100px;
}

.red-folder-checkedout {
    background-position: -280px -202px;
    width: 140px;
    height: 100px;
}

.yellow-folder-nmw {
    background-position: -0px -303px;
    width: 140px;
    height: 100px;
}*/

/*-------Folder labels------*/
.files-bx {
    width: 147px;
    height: auto;
    float: left;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    padding: 5px;
    height:155px;
}

    .files-bx:hover {
        /*background:#F6F6F6;*/
    }


.file-info h1, h2, h3 {
    font-size: 11px;
    color: #A2A2A2;
    margin: 0px;
    margin-top: 5px;
    font-weight: normal;
    line-height: 10px;
}

/*svg labels This should rename as default_file_svg  and associate  with the respective element  12 March 2016
.default_folder_svg {
     position: absolute;
    top: 1px;
    width: 140px;
    left: 5px;
    /*position: absolute;
    top: -4px;
    right: 0;
   
}

.fill-red {
    fill: #ff0000;
}

.fill-blue {
    fill: #0000ff;
}

.fill-orange {
    fill: #ffcc00;
}*/

.dfolder > .default_folder_svg {
    position: absolute;
    top: 5px;
    width: 136px;
    left: 6px;
    width: 148px;
    height: 20px;
}

.dams-files > .default_folder_svg {
    position: absolute;
    top: 1px;
    width: 140px !important;
}


.Vgrps_nogrps {
    color: #000000 !important;
}



.files-bx i {
    color: #1B69A2;
    font-size: 13px;
    float: right;
    margin-left: 10px;
}

/*------folder-------*/
.folder-fileinfo {
    width: 140px;
    height: 100px;
}

    .folder-fileinfo .nitems {
        height: 22px;
        font-size: 11px;
        color: #5A5A5A;
        margin-left: 7px;
        padding-top: 2px;
    }

    .folder-fileinfo .Approval-bx {
        height: 50px;
        width: 140px;
        font-size: 11px;
        text-align: left;
        padding-left: 5px;
        padding-top: 5px;
        color: #6D6D6C;
    }

    .folder-fileinfo .file-title {
        background: rgba(0, 0, 0, 0.1);
        width: 140px;
        height: 25px;
        line-height: 25px;
        color: #5f5f5f;
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .folder-fileinfo .edit-title {
        background: rgba(0, 0, 0, 1) !important;
        outline: none;
        width: 140px;
        height: 26px;
        line-height: 26px;
        color: #fff;
        font-size: 13px;
        padding-left: 9px;
        overflow: hidden;
        white-space: nowrap;
    }
/*------folder-------*/

/*-----common-----------*/
.dams-files {
    width: 140px;
    height: 100px;
    background: #D6D6D6;
   
    background-size: cover !important;
}

    .dams-files:hover {
        filter: brightness(50%);
        -webkit-filter: brightness(50%);
    }

.dams-files-selected {
}

.filesinfo {
    height: 100px;
}

.approval-bx {
    height: 20px;
    width: 140px;
    font-size: 11px;
    text-align: right;
    padding-right: 5px;
    padding-top: 2px;
    color: #fff;
}

/*.approval-bgbx {
    height: 20px;
    width: 140px;
    font-size: 11px;
    text-align: right;
    padding-right: 5px;
    padding-top: 2px;
    color: #fff;
    background: rgba(56, 56, 56, 0.45);
}*/

.approval-bgbx {
    height: 20px;
    width: 140px;
    font-size: 11px;
    text-align: right;
    padding-right: 5px;
    padding-top: 2px;
    color: #8C8B8A;
    background: rgba(0, 0, 0, 0.7);
}



.file-icon {
    height: 50px;
    width: 140px;
    padding-left: 10px;
    padding-top: 5px;
}

.file-name {
    background: rgba(0, 0, 0, 0.7);
    width: 140px;
    height: 25px;
    line-height: 25px;
    color: #B5B5B5;
    font-size: 11px;
    padding: 0px 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.5px;
}



    .file-name span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 105px;
        padding-left: 5px;
    }

    .file-name i {
        margin-right: 0px;
        margin-top: 24px;
        font-size: 17px;
        color: #000;
    }

        .file-name i:hover {
            color: #bd1e2c;
        }

.rename-title {
    background: rgb(60, 60, 60) !important;
    min-height: 25px !important;
    color: #fff;
    padding-left: 5px;
    line-height: 16px;
    outline: none;
    padding-right: 5px;
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
}

.drag-box {
    width: 20px;
    height: 20px;
    text-align: center;
}

    .drag-box .fa {
        font-size: 20px;
        margin-top: 1px;
        color: #7e7e7e;
    }
/*-----common-----------*/


/*----------files------------*/

/*top icons*/

.damsoperations {
border: 1px solid #0c70a7;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    text-align: center;
    line-height: 26px;
    margin-top: 7px;
    margin-right: 8px;
    color: #05689e;
    cursor: pointer;
    background: #fff;
}

    .damsoperations:hover {
        color: #000;
    
        border: 1px solid #383838;
        cursor: pointer;
        background: #fff;
    }

.operations-selected {
border: 1px solid #0c70a7;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    text-align: center;
    line-height: 26px;
    margin-top: 7px;
    margin-right: 8px;
    color: #05689e;
    cursor: pointer;
    background: #fff;
}


.borderright {
    border-right: 1px solid #e1e1e1;
    height: 43px;
    width: 1px;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 0;
}
/*dropdown menu*/
.top_header_band .dropdown-menu {
    right: -112px;
    min-width: 160px;
    margin: 12px 0 0;
    font-size: 13px;
    background-color: #FDFDFD;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
    padding: 0px;
    border: 0px;

    border-bottom: 3px solid #192C6F;
    padding: 5px;
    box-shadow: 0 2px 2px rgb(130, 130, 130);
}

    .top_header_band .dropdown-menu li {
        border-bottom: 1px solid #c3c3c3;
        padding: 0px 8px;
        color: #717070;
        cursor: pointer;
        /*transition: all 1s ease;*/
        line-height: 30px;
        font-weight: 300;
        letter-spacing: 0.5px;
    }

        .top_header_band .dropdown-menu li:hover {
            color: #000;
            background: #fff;
            padding: 0px 8px;
            line-height: 30px;
            background: #ECEDEF;
        }

        .top_header_band .dropdown-menu li.active {
            padding: 0px 8px;
            color: #000000;
            background: #FBFBFB;
        }

        .top_header_band .dropdown-menu li .fa {
            margin: 0px 5px;
        }

        .top_header_band .dropdown-menu li:last-child {
            border-bottom: none;
        }

.top_header_band .dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #C7C7C7;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 15px;
    z-index: 10;
}

.operations_dropdown {
    position: relative;
    float: left;
    min-width: 30px;
}

/*------new folder----------*/
.addfolder {
    width: 280px;
    height: 125px;
    background: #F6F6F6;
    position: absolute;
    z-index: 999;
    top: 44px;
    left: 7px;
    text-align: left;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.3);
    display: none;
}

    .addfolder:before {
        content: "";
        border-bottom: 10px solid #aaaaaa;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        top: -10px;
        left: 10px;
        z-index: 10;
    }

    .addfolder .padd10 {
        padding: 0px 10px;
    }

    .addfolder h1 {
font-size: 14px;
    color: #fff;
    margin: 0px;
    margin-bottom: 10px;
    background: #4f4f4f;
    padding: 7px;
    font-weight: 300;
    letter-spacing: .5px;
    }

    .addfolder input[type="text"] {
        width: 100%;
        border: 0px;
        margin-bottom: 10px;
        height: 33px;
        padding: 5px 5px;
        line-height: 15px;
        outline: 0px;
       
        background: #FFFFFF;
        color: #000;
        border: 1px solid #D8D0D0;
    }

        .addfolder input[type="text"]:focus {
            -webkit-box-shadow: 0px 0px 35px rgba(255, 255, 255, 0.36);
            -moz-box-shadow: 0px 0px 35px rgba(255, 255, 255, 0.36);
            box-shadow: 0px 0px 35px rgba(255, 255, 255, 0.36);
           
        }


    .addfolder .btncancel {
        background: #626262;
        border-color: #1E1E1E;
        color: #D0CBCB;
        outline: none;
        padding: 2px 6px;
        font-size: 13px;
        cursor: pointer;
        line-height: 20px;
      
        font-weight: 300;
        letter-spacing: 0.5px;
        margin-right: 10px;
    }

    .addfolder .btn-default {
    background: #05689e;
    color: #E2E2E2;
    outline: none;
    padding: 2px 14px;
    font-size: 13px;
    cursor: pointer;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: .5px;
    }

        .addfolder .btncancel:hover, .addfolder .btn-default:hover {
      
            background: #ccc;
            color: #000;
            border-color: #ccc;
        }


/*------new folder----------*/
/*---------------right pane-----------*/

.center_right .nav-tabs {
    background: #3C3C3C;
    border: 0px;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0);
}

    .center_right .nav-tabs > li {
        float: left;
        margin-bottom: 0px;
        border-right: 1px solid #636363;
        padding: 10px;
        color: #fff;
        cursor: pointer;
        border-top: 5px solid #000000;
    
    }

        .center_right .nav-tabs > li:hover {
         
            background: #F6F6F6;
            color: #000;
            border-top: 5px solid #1B69A2;
        }

        .center_right .nav-tabs > li.active {
            background: #F1F1F1;
            color: #000;
            border-top: 5px solid #1B69A2;
        }

.tab-content {
    padding: 10px 0px;
    display: inline-block;
}

.details h1 {
    font-size: 14px;
    margin: 0px;
    line-height: normal;
    font-weight: 400;
    padding-bottom: 10px;
}

.details .brbottom {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 10px;
    border-top: 1px solid #F9F9F9;
    padding-top: 5px;
}

.details .thumbbrbottom {
    border-bottom: 1px solid #DCDCDC;
}

.details .brbottom:first-child {
    border-top: 0px solid #F9F9F9;
}

.details .brbottom:last-child {
    border-bottom: 0px solid #F9F9F9;
}

.details h3 {
    color: #000;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    font-weight: 400;
}

    .details h3 span {
        color: #1B69A2;
        font-weight: 400;
    }

    .details h3 .fa {
        font-size: large;
        cursor: pointer;
        color: #1E1E1E;
    }

        .details h3 .fa:hover {
            color: #1B69A2;
        }

.details textarea {
    width: 100%;
    border: none;
    background: #F1F1F1;
    outline: none;
    resize: none;
    height: 80px;
}

.details .editimg-bx {
    width: 150px;
    height: 110px;
    margin: 0px auto;
    position: relative;
}

.details .editimg-img {
    width: 200px;
    height: 130px;
    float: left;
}

.details .edit-icon {
    position: absolute;
    right: 0px;
    background: #fff;
    padding: 2px 5px;
    cursor: pointer;
    color: #B3B3B3;
}

    .details .edit-icon:hover {
        color: #bd1e2c;
       
    }

    .activity-box_folder {
    height: 88vh;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    margin-bottom: 10px;
    }

.activity-box {
    /*max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;*/
    width: 350px;
    /*width: 100%;*/
    margin-bottom: 10px;
    overflow: hidden;
    width: 99%;
}
    .filechest_activity {
        width: calc(100% - 70px);
    }

.chest_comments {
    max-height: 84vh;
   /* overflow-x: hidden;
    overflow-y: auto;*/
    width: 100%;
    /*padding-left: 5px;*/
}

    .chest_comments .list-group-item {
        background-color: transparent;
    }

.activity .brbottom {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 5px;
    border-top: 1px solid #FDFDFD;
    padding-top: 5px;
}

    .activity .brbottom:first-child {
        border-top: 0px solid #DCDCDC;
    }

    .activity .brbottom:last-child {
        border-bottom: 0px solid #DCDCDC;
    }

.activity .activity-pic {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-size: cover !important;
}

.activity h1 {
    margin: 0px;
    font-size: 14px;
    color: #1B69A2;
    line-height: normal;
}

.activity h2 {
    margin: 0px;
    font-size: 14px;
    color: #1d1d1d;
    margin-top: 0;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    width: 100%;
    line-height: normal;
    word-wrap: break-word;
}

.activity h3 {
    margin: 0px;
    font-size: 11px;
    color: #989898;
    margin-top: 0;
    line-height: normal;
}

.activity h4 {
    padding: 5px 15px;
    border-bottom: 1px solid #D8D8D8;
    color: #1B69A2;
    font-size: 14px;
    margin: 0px;
    margin-top: 20px;
}

.activity .fa-sort {
    background: #1B69A2;
    padding: 2px 5px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 5px;
    margin-right: 1px;
   
}

    .activity .fa-sort:hover {
        background: #1B69A2;
    }

.versions {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

    .versions h1 {
        margin-bottom: 15px;
    }

    .versions .bold {
        font-weight: bold;
        color: #000;
    }

    .versions .font-size12 {
        font-size: 12px;
    }

    .versions .margright20 {
        margin-right: 20px;
    }

    .versions .brbottom {
        padding: 8px 15px;
    }
/*---------------right pane-----------*/
/*Email Pane*/
.email-pane input[type="text"] {
    border-radius: 0px;
    border: 1px solid #E8E8E8;
    margin-bottom: 10px;
    padding: 6px 5px;
    height: 30px;
   
    background: #FFFFFF;
    font-size: 13px;
    width: 100%;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
}

    .email-pane input[type="text"]:focus {
        -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
        box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
        outline: none;
    }

.attach-close {
    padding: 2px 4px;
    background: #05689e;
    color: #ffffff;
    font-size: 11px;
    cursor: pointer;
    border-radius:3px;
    
}

    .attach-close:hover {
        background: #BD1E2C;
        color: #fff;
 
    }

.email-pane textarea {
    border-radius: 0px;
    border: 1px solid #E8E8E8;
    margin-bottom: 10px;
    padding: 6px 5px;
  
    background: #FFFFFF;
    font-size: 13px;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
}

    .email-pane textarea:hover {
        -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
        box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
        outline: none;
    }

.emailbx h2 {
    font-size: 14px;
    color: #1B69A2;
    font-weight: 600;
    padding: 0px 15px;
}

.emailbx h3 {
    font-size: 12px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 5px;
    padding-left: 15px;
}

.attachmentdiv {
height: calc(100vh - 467px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 0;
    padding: 10px 15px;
    border-bottom: 1px solid #D8D8D8;
    width: 96%;
}

    .attachmentdiv .attch-icon {
        width: 20px;
        height: 20px;
        background: #ccc;
        margin-bottom: 10px;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .attachmentdiv .attch-title {
        width: 205px;
        margin-left: 10px;
        margin-bottom: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.emailpane {
    float: right;
    margin-top: 10px;
}

    .emailpane .selectall-btn {
        margin-right: 10px;
    }

.search input[type="text"] {
    border: 1px solid #F1F1F1;
    outline: none;
    height: 30px;
    line-height: 15px;
    padding-left: 10px;
    font-size: 12px;
    color: #A7A7A7;
    width: 185px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    
    background: #fff;
}

    .search input[type="text"]:focus {
        background: #F6F6F6;
     
    }


.search .fa {
    background: #F6F6F6;
    padding: 7px 7px 8px 7px;
    border: 1px solid #F1F1F1;
    border-left: none;
    cursor: pointer;
    
}

    .search .fa:hover {
        background: #989898;
        color: #fff;
   
        border: 1px solid #989898;
        border-left: none;
    }
    .search input[placeholder]{
        text-overflow: ellipsis;
         overflow: hidden;
         max-width:185px;
    }
   .search ::-moz-placeholder { text-overflow: ellipsis; } /* firefox 19+ */
   .search input:-moz-placeholder { text-overflow: ellipsis; }

/*Only Dams*/
.onlydams {
    height: calc(100vh - 85px) !important;
}

/*Email Pane*/
/*---------------right pane-----------*/
/*---------------List View-----------*/
.center_listview_header {
    border: 1px solid #e1e1e1;
    background: #000;
}

.center_listview_row {
    height: 30px;
    line-height: 30px;
}

    .center_listview_row:hover {
        background: #dde5f8;
    }

.center_listview_grid {
    border-right: 1px solid #e1e1e1;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
}


    .center_listview_grid input[type="text"] {
        height: 28px;
        line-height: 19px;
        border: none;
        outline: none;
        padding: 2px;
        width: 100%;
        float: left;
    }

        .center_listview_grid input[type="text"]:hover {
            background: #dde5f8;
        }
/*---------------List View-----------*/


/*-------Action Alert---------*/
.action-alert .modal-header {
    min-height: inherit;
    border-bottom: 1px solid #e5e5e5;
   color: #05689e;
    background: #e8e8e8;
    padding: 0px;
}

.action-alert .modal-content {
    box-shadow: 0 0px 0px rgba(0,0,0,.5);
    border: 0px;
    border-radius: 0px;
     border-bottom: 5px solid #05689e;
}

.action-alert p {
    font-size: 13px;
    padding: 5px 10px;
}

.action-alert h4 {
    font-size: 20px;
    font-weight: normal;
    padding-left: 10px;
}

.action-alert .modal-body {
    padding: 5px 10px;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .action-alert .modal-body h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        margin-left: 3px;
        margin-top: 1px;
        width: 250px;
        margin-bottom: 6px;
        line-height: normal;
    }

.action-alert .close {
    background: #A9A9A9;
    opacity: 1;
    text-shadow: 0 0px 0 #fff;
    padding: 7px 6px;
    color: #fff;
 
    font-size: 14px;
}

    .action-alert .close:hover {
        background: #3C3C3C;
        
    }

.action-alert .modal-header .close {
    margin-top: 0px;
}

.action-alert .modal-body .fa-check-circle {
    font-size: 20px;
    color: #06be58;
    margin-right: 4px;
    margin-top: 2px;
}

.action-alert .actbdr {
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.action-alert .modal-body .fa-circle-o {
    font-size: 20px;
    color: #c1c1c1;
    margin-right: 4px;
    margin-top: 2px;
}

.action-alert .modal-footer {
    padding: 5px 10px;
    text-align: right;
    border-top: 3px solid #E6E6E6;
    background: #EFEFEF;
}

@media (min-width: 768px) {
    .action-alert .modal-action {
        width: 320px;
        margin: 90px auto;
    }
}
/*-------Action Alert---------*/



/*-------view popup---------*/
.modal-viewlightbox {
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -300px;
    width: 600px;
    height: 600px;
    position: absolute;
}

    .modal-viewlightbox img {
        width: 100%;
        height: auto;
    }

    .modal-viewlightbox video {
        width: 100%;
        height: auto;
    }

.modal-viewcontent {
    box-shadow: 0 0px 0px rgba(0,0,0,.5);
    border-radius: 0px;
    border: 0px;
}

    .modal-viewcontent .close {
        float: right;
        font-size: 21px;
        font-weight: bold;
        line-height: 1;
        color: #FFF;
        text-shadow: 0 0px 0 #fff;
        filter: alpha(opacity=20);
        opacity: 1;
        position: absolute;
        right: -15px;
        top: -15px;
        background: #1B69A2 !important;
        padding: 5px 10px !important;
        z-index: 9999;
        border-radius: 20px;
    }

        .modal-viewcontent .close:hover {
            background: #1E1E1E !important;
      
        }
/*-------view popup---------*/

.red-btn-files {
    background: #bd1e2c;
    color: #fff;
    outline: none;
    padding: 1px 14px 0;
    font-size: 13px;
    cursor: pointer;

    margin-left: 5px;
    margin-right: 5px;
}

.grey-btn-files {
    background: #7e7e7e;
    color: #fff;
    outline: none;
    padding: 0px 7px 2px 5px;
    font-size: 13px;
    cursor: pointer;

}

@media (max-width: 1024px) {
    .files-bx {
        margin-right: 15px;
    }

    .search input[type="text"] {
        width: 150px !important;
    }
}


@media (max-width: 991px){
    .center_pane {
        float: left;
        height: 100vh;
        /*width: 100%;*/
       width: calc(100% - 220px);
    }
}

@media (max-width: 320px) {
    .files-bx {
        margin-right: 15px;
    }
}
/*classes added form thead share file*/
.red-btn-files-new {
    background: #05689e;
    color: #fff;
    outline: none;
    padding: 5px 14px 0;
    font-size: 13px;
    cursor: pointer;
    height: 28px;
    line-height: 18px !important;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.grey-btn-files-new {
    background: #7e7e7e;
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
    cursor: pointer;
    height: 30px;
    line-height: 18px !important;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.close-btn-lineheight {
    background: #FDFDFD;
    color: #7B7B7B;
    outline: none;
    padding: 3px 7px;
    font-size: 13px;
    cursor: pointer;
   
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 18px !important;
    margin: 5px;
    border-radius: 20px;
    border: 1px solid gray;
    z-index: 100;
}

.v-group .vgroup-box-newfile {
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 6px;
    line-height: 10px;
}

.v-group vGroupName-Newfile {
    color: #616161 !important;
    font-size: 13px !important;
    margin: 0px !important;
    margin-left: 5px !important;
    margin-top: 5px !important;
}

.v-group .vGroup-Newfiles {
    border-bottom: 1px solid rgba(153, 153, 153, 0.24);
    padding: 4px 0px;
    margin-bottom: 5px;
    cursor: pointer;
}

.marginleft6 {
    margin-left: 11px;
}

.paddingTop30 {
    padding-top: 30px;
}

.chkinouticon {
    color: #1B69A2;
    width: 140px;
    height: 100px;
    background: url('../Images/file-lock.png') no-repeat;
    position: absolute;
    top: 5px;
    left: 5px;
    background-position: 102px 31px;
    background-size: 32px;
}

.blog_folder {
    width: 15px;
    height: 15px;
    background: url('../Images/blog_folder.png') no-repeat;
    margin-right: 5px;
    margin-bottom: -4px;
}

.calendar_folder {
    width: 15px;
    height: 15px;
    background: url('../Images/calendar_folder.png') no-repeat;
    margin-right: 5px;
    margin-bottom: -2px;
}

.tv_folder {
    width: 15px;
    height: 15px;
    background: url('../Images/tv-small.png') no-repeat;
    margin-right: 5px;
    margin-bottom: -2px;
}


.progress {
    height: 5px;
    margin-top: 0px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

  .progress-bar-info {
        background-color: #4989bd;
    }

    .one {
        left: 40%;
    }

    .two {
        left: 90%;
    }

    .one, .two, .three {
        position: absolute;
        margin-top: -3px;
        z-index: 1;
        height: 10px;
        width: 10px;
        border-radius: 25px;
    }

    .primary-color {
        background-color: #4989bd;
    }

    .success-color {
        background-color: #5cb85c;
    }

    #div_VmsContent {
        z-index: 500;
    }

    .progress-bar {
        background-color: #5cb85c;
    }

.email_inputdiv {

    border-radius: 0px;
    border: 1px solid #E8E8E8;
    margin-bottom: 10px;
    padding: 6px 5px;
    min-height: 30px;
    height: auto;
    background: #FFFFFF;
    font-size: 13px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    overflow-y: auto;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
    word-wrap: break-word;
}


    /*Auto complete dropdown for email.........*/

    .dropdownAuto {
    width: 200px;
    background: #fff;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    background: #fff;
    /*top:20px;
    left:0px;*/
    z-index: 9999;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.18);
    padding: 10px;
}

    [contentEditable=true]:empty:not(:focus):before{
    content:attr(data-text);
    color:rgba(128, 128, 128, 0.87);
    
}
.cursor{
    cursor:pointer;
}

.email-pane {
overflow: hidden;width: 100% !important;max-height: 265px;padding-left: 0;
}
  .email-pane  [class*="col-"]{
      padding-right:0px;
      padding-left:0px
}