#title
{
    font-size:27px;
    width: 775px;
}

body
{
    overflow:hidden;
    font-family: tahoma;font-size:13px;
}

.icon 
{
    height:31px;
    width:31px;
    cursor:pointer;
}

#sogoodfile
{
    font-size:13px;
    font-family:Tahoma;
    color:#000000;
}
#file_navigator
{
    /*border-bottom: 1px #000000 dotted;*/
    /*position: fixed;*/
    width: 100%;/*863px;*/
    /*height: 80px;*/
    float: left;
    padding: 5px;
    left:0px;
}

#file_navigator a
{
    color:#5b5b5b;
}

.fl_l { float:left }
.fl_r { float:right }

.icon 
{
    width:17px;
    height:17px;
    margin-right:10px;
    font-size: 30px;
}

.mar0_r { margin-right:0px }
.mar5_b { margin-bottom:5px }
.cursor { cursor:pointer }
.c{ text-align:center }
.file_content 
{
    margin-top:5px;
}
.clear50 { clear:both; height:50px }
.clear20 { clear:both; height:20px }
.clear10 { clear:both; height:10px }
.clear5 { clear:both; height:5px }
.clear { clear:both; }

.mar10_l { margin-left:10px }
.mar20_l { margin-left:20px }

.mar5_t { margin-top:5px; }

.h10 { height:20px }
.w10 { width:10px }

/*.icon-back { background:url(Images/a_03.png); }
.icon-refresh { background:url(Images/a_05.png); }
.icon-folder { background:url(Images/a_07.png); }
.icon-file { background:url(Images/a_09.png); }
.icon-bin { background:url(Images/a_11.png); }
.icon-select { background:url(Images/a_13.png); }
.icon-root { background:url(Images/a_15.png); }
.icon-home { background:url(Images/a_17.png); }
.icon-OK { background:url(Images/btn_OK.png); }
.icon-close { background:url(Images/a_20.png); }*/

.file_content 
{
    font-size: 13px;
    font-family: Tahoma;
    overflow-y: scroll;
    height: 454px;
    /*margin-top: 69px;*/
    float: left;
    width: 100%;/*856px;*/
    margin-left: 3px;
}

.file-folder {background:url(Images/A_48.png) no-repeat; }
.file { width:53px;height:44px;margin:5px 10px 0 10px; }
.file-desc { width:80px;margin:0px 10px;text-align:center;font-size:11px; }

.substr {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file_content > div 
{
    cursor:pointer;
}



#loadButton {
    background-color: #3896d4 !important;
    border-color: #3896d4;
    color: #5b5b5b;
    float: left;
    margin-right: 5px;
}
    #loadButton:hover {
        background-color: #0e649d !important;
        border-color: #3896d4;
    }
#fileupload 
{
    /*float:left;
    width: 754px;
    overflow-y: scroll;
    overflow-x: hidden;*/
}

#gototopButton 
{
    /*margin-top: -45px;
    margin-left: 170px;
    height: 45px;*/
}

.fileitem
{
    border: 1px solid #ffffff;
    margin: auto;
    padding:3px;
    height: 100px;
    width: 120px;
}
.fileitem:hover
{
    border: 1px solid #cccccc;
}
.textnavigator 
{
    font-size: 10px;
    height: 14px;
    margin-top: -7px;
}
#sogoodbrowsefileloading 
{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index:9999
}
#textsearching
{
    margin: 0px 0 0 -2px;
}

.deletefiles
{
    background: url(Images/delete13x13.png) no-repeat;
    width:13px;
    height:13px;
    cursor:pointer;
}
#controllallfiles
{
    margin: 6px 0 0 5px;
    cursor:pointer;
}

.editfiles
{
    background: url(Images/edit13x13.png) no-repeat;
    width:13px;
    height:13px;
    cursor:pointer;
}

.selectfiles
{
    background: url(Images/b-check13x13.png) no-repeat;
    width:13px;
    height:13px;
    cursor:pointer;
}

.selectfiles .sgwupload_selected
{
    background: url(Images/check13x13.png) no-repeat;
    width:13px;
    height:13px;
    cursor:pointer;
}

.sgwupload_select
{
    margin-left: 10px;
    background: url(Images/b-check13x13.png) no-repeat;
    width: 13px;
    height: 13px;
    padding-left: 17px;
    cursor: pointer;
    width: 53px;
    margin-top: -9px;
}
.sgwupload_selected
{
    background: url(Images/check13x13.png) no-repeat;
}
.texteditforfilename
{
    width:112px;
    height:21px;
    margin-top:-3px;
    font-size:10px;
    display:none;
}

#navshowleft
{
    font-size: 9px;
    margin: 10px 0 0 40px;
}

#file_type
{
    float:left;
    margin:-10px;
    height: 56px;
}
/*#file_type > div
{
    width:387px;
    padding-top:5px;
    text-align:center;
    font-size:18px;
    background-color:#ffffff;
    color:#000;
    border-bottom: #04aeda solid 1px;
    cursor:pointer;
}*/


#file_type > div.selected
{
    background-color:#04aeda;
    color:#ffffff;
}

div#breadcrumbs{
    position: fixed;
    right: 0;
    left: 0;
}

.fileinput-button {
    color: #fff;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

    .fileinput-button:hover {
        color: #fff;
        background-color: #0069d9 !important;
        border-color: #0062cc !important;
        outline: none !important;
    }

    .fileinput-button:focus {
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
    }


    .fileinput-button:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .fileinput-button:not(:disabled):not(.disabled):active:focus {
            box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5) !important;
        }


.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-left: 5px;
    margin-top: 5px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
}
