
/*.section_content_FileShare_IE8 {
    background-color: #DEECFC;
    float: left;
    margin-left: 9px;
    width: expression((document.body.clientWidth) - 34 - 271);
    padding: 0px 0px 14px 0px;
    -webkit-box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    -moz-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    height: calc(100% - 211px); 
    height: -moz-calc(100% - 211px);
    height: -webkit-calc(100% - 211px); 
    overflow: hidden;
}*/

 .panel_section_content_fileshare {
    background-color: #DEECFC;
    float: left;
    width: calc(100% - 23px); 
    width: -moz-calc(100% - 23px); 
    width: -webkit-calc(100% - 23px);
    margin: 3px 0px 3px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 2px 2px rgba(128, 128, 128, .5);
    -webkit-box-shadow: 0px 1px 2px 2px rgba(128, 128, 128, .5);
    -moz-box-shadow: 0px 1px 2px 2px rgba(128, 128, 128, .5);
    /*height: calc(100% - 10px); 
    height: -moz-calc(100% - 10px);
    height: -webkit-calc(100% - 10px);*/
    height: 500px !important;
}

.fileSharePanelDataContent {
    height: calc(100% - 60px); 
    height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    width: 930px;
    z-index: 5000;
    background-color: transparent;
    /*background-color: #DEECFC;*/
    margin: 15px 0 0 10px;
    float: left;
}

.fileSharePanelData {
    height: -moz-calc(100% - 20px); /* Firefox */
    height: calc(100% - 20px); /* Chrome, Safari */
    height: -webkit-calc(100% - 20px); /* Chrome, Safari */
    width: 923px;
    background-color: transparent;
    border: solid 1px #a7a7a7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*margin-top: 15px;*/
    float: left;
    padding: 5px 0 10px 10px;
    overflow: hidden;
}

.fileSharePanelLine {
    width: -moz-calc(100% - 25px); /* Firefox */
    width: calc(100% - 25px); /* Chrome, Safari */
    width: -webkit-calc(100% - 25px); /* Chrome, Safari */
    height: 30px;
    background-color: #007D8F;
    margin-left: 9px;
    padding-left: 2px;
    color: white;
    font-weight: 600;
}


.fileSharePanelLineInfoShow {
    width: -moz-calc(100% - 25px); /* Firefox */
    width: calc(100% - 25px); /* Chrome, Safari */
    width: -webkit-calc(100% - 25px); /* Chrome, Safari */
    height: 30px;
    background-color: #007D8F;
    margin-left: 9px;
    padding-left: 2px;
    color: white;
    display: block;
}


.fileSharePanelLineInfoHide {
    width: -moz-calc(100% - 25px); /* Firefox */
    width: calc(100% - 25px); /* Chrome, Safari */
    width: -webkit-calc(100% - 25px); /* Chrome, Safari */
    height: 30px;
    background-color: #007D8F;
    margin-left: 9px;
    padding-left: 2px;
    color: white;
    font-weight: 600;
    display: none;
}

.fileShareWorkPanelLine {
    width: -moz-calc(100% - 25px); /* Firefox */
    width: calc(100% - 25px); /* Chrome, Safari */
    width: -webkit-calc(100% - 25px); /* Chrome, Safari */
    height: 30px;
    background-color: #007D8F;
    margin-left: 9px;
    padding-left: 2px;
    color: white;
    font-weight: 600;
}

.fileShareLineLabel {
    float: left;
    height: 20px;
    margin-top: 5px;
    border: none 1px #000;
    font-size: 0.95em;
}

.fileShareLineLabe2 {
    float: left;
    height: 20px;
    margin-top: 5px;
    border: none 1px #000;
    text-align: center;
    font-size: 0.95em;
}

.fileShareLineLabelRequired {
    float: left;
    height: 20px;
    margin-top: 5px;
    font-weight: 600;
    letter-spacing: -1px;
    border: none 1px #000;
}

.fileShareCustomerDropBox {
    background-color: #ffffff;
    color: #000000;
    width: 523px;
    border-radius: 2px;
    border: none 1px #c1c1c1;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: Arial, sans-serif;
    font-size: 1em;
    padding: 1px 0 0 2px;
    height: 22px;
    margin-top: 4px;
    float: left;    
}

    .fileShareCustomerDropBox[disabled] {
        color: #707070 !Important;
        background-color: #F0F0F0 !Important;
    }

    .fileShareCustomerDropBox:focus {
        box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
        -webkit-box-shadow: inset 0 1px 0 #2392f3, inset 0 -1px 0 #2392f3, inset 1px 0 0 #2392f3, inset -1px 0 0 #2392f3, 0 0 4px rgba(35, 146, 243, 0.5);
        -moz-box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
        outline: none;
        background-color: #ffffff;
    }

.fileShareGridCustomerField input[type="text"] {
    height: 52px !Important;
    width: 1px !Important;
    padding: 0px !Important;
    display: none;
}

.fileShareGridCustomerField {
    height: 52px !Important;
    width: 1px !Important;
    padding: 0px !Important;
    display: none;
}

.fileShareGridCustomerLongField {
    height: 52px !Important;
    width: 1px !Important;
    padding: 0px !Important;
    display: none;
}

.fileShareGridNameField input[type="text"] {
    height: 52px !Important;
    width: 695px !Important;
    padding-left: 2px 2px 2px 5px !Important;
    margin-left: -10px !Important;
}

.fileShareGridLinkField input[type="text"] {
    height: 52px !Important;
    width: 195px !Important;
    padding: 0px !Important;
    margin-left: -1px !Important;
}

.fileShareGridDateField input[type="text"] {
    height: 52px !Important;
    width: 105px !Important;
    padding: 0px !Important;
    margin-left: -1px !Important;
}

.fileShareGridSizeField input[type="text"] {
    height: 52px !Important;
    width: 35px !Important;
    padding: 0px !Important;
    margin-left: -1px !Important;
    text-align: right;
}

.fileShareGridSizeField {
    text-align: right;
    margin-right: 10px;
}

.fileShareGridIdPkField input[type="text"] {
    width: 1px !Important;
    padding: 0 !Important;
    font-size: 0px !Important;
}

.fileShareGridView {
    margin-top: 2px 0 0 0 !Important;
    width: 900px;
    border: none 1px #a7a7a7;
    /*color: #707070 !Important;*/
    font-size: 0.90em;
}

    .fileShareGridView td [disabled] {
        color: #707070 !Important;
    }

.fileShareGridViewButtons {
    /*width: 45px !Important;*/
}

    .fileShareGridViewButtons input[type="image"] {
        margin-left: 5px !Important;
    }

.fileShareGridFooter {
    background-color: #007D8F !Important;
    height: 32px !Important;
    letter-spacing: 10px;
    text-decoration: none;
    font-weight: 600;
    color: black;
}

    .fileShareGridFooter a {
        text-decoration: none;
        color: white;
        margin-left: 5px;
    }

.fileShareImageWorkGif {
    margin-top: 2px;
    margin-right: 3px;
    float: right;
    display: none;
}

.btnFileShareDeleteSmall {
    background-image: url(../Images/BtnDeleteSmall.png) !Important;
    width: 30px;
    margin: 0px 0px 0 0px;
    padding: 0;
}

.btnFileShareLinkSmall {
    background-image: url(../Images/BtnLinkSmall2.png) !Important;
    width: 30px;
    margin: 0px 0px 0 20px !Important;
    padding: 0;
}
