﻿/* Definicao pesquisa */

#Pesquisa
{
    background: #f0f0f0; /* background: url('images/task-panel_bg.jpg') repeat-x #ececec;*/
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999; /*z-index:10000000;*/
    padding: 0 8px;
}
.task-pesquisa
{
    /* min-width: 958px;*/
    min-width: 1200px;
    max-width: 1200px;
    padding: 0 0 5px 0;
    margin: 0 auto; /*background:#999;*/
    float: left;
    height: 60px;
}
div.buttom-area
{
    border-right: 1px solid #979797;
    width: 100px;
    background: url('images/task-panel_progress-default.jpg') top repeat-x;
    float: left;
    height: 53px;
    margin-right: 5px;
    padding-top: 7px;
}
div.campo-area
{
    height: 60px;
    width: auto; /*240*/
    padding: 5px 0 0 0;
}
div.campo-area input
{
    width: 100px;
    float: left;
}
div.campo-area label
{
    text-align: right;
    width: 100px;
    display: block;
    float: left;
    padding-right: 2px;
}
.btn-pesquisa
{
    color: #718ABE;
    text-decoration: none;
    padding-right: 6px;
    display: block;
    width: 90px;
    height: 22px;
    text-align: center;
}

/* Definicao do layout da pesquisa */

div.CDragWindow_content label
{
    float: left;
    width: 120px;
    font-weight: bold;
}

div.CDragWindow_content input, div.CDragWindow_content textarea
{
    width: 180px;
    margin-bottom: 5px;
}

div.CDragWindow_content textarea
{
    width: 250px;
    height: 150px;
}

div.CDragWindow_content .boxes
{
    width: 1em;
}

div.CDragWindow_content br
{
    clear: left;
}


/*  CDragWindow */
div.CDragWindow
{
    display: none;
    padding: 0;
    position: fixed;
    background: url('overlay-box-bg.png') repeat-x bottom #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 0 0 0;
    -moz-box-shadow: 0 0 10px #666;
    -webkit-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666;
    z-index: 3;
    bottom: 50px;
    left: 10px; /*border:1px solid #ccc;*/
}

div.CDragWindow_headline
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    height: 38px;
    cursor: move;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    color: black;
    padding: 0px 25px;
    font-weight: bold;
    font-size: 1em;
    line-height: 38px;
    background: #ddd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff'); /* for IE */
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ccc)); /* for webkit browsers */
    background: -moz-linear-gradient(bottom,  #fff,  #ccc);
    background: url('overlay_headline_bg.png') repeat-x;
    border-bottom: 1px solid #ccc; /*     -moz-box-shadow: 0px 4px 6px #aaa;     box-shadow: 0px 4px 6px #aaa;     -webkit-box-shadow: 0px 4px 6px #aaa;     */
}
div.CDragWindow_content
{
    position: relative;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin: 39px 25px 8px 25px;
    padding: 10px 0 0 20px;
}

div.CDragWindow_close
{
    display: block;
    width: 20px;
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    background: url('close-overlay-btn_sprite.png') left no-repeat;
    cursor: pointer;
    float: right;
    margin: 8px 0 0 4px;
    position: relative;
    z-index: 10;
}
div.CDragWindow_close:hover
{
    background: url('close-overlay-btn_sprite.png') right no-repeat;
}

div.CDragWindow_minimize
{
    display: block;
    width: 20px;
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    background: url('minimize-overlay-btn_sprite.png') left no-repeat;
    cursor: pointer;
    float: right;
    margin: 8px 0 0 4px;
    position: relative;
    z-index: 10;
}
div.CDragWindow_minimize:hover
{
    background: url('minimize-overlay-btn_sprite.png') right no-repeat;
}

div.CDragWindow_popup
{
    display: block;
    width: 20px;
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    background: url('../img/btns/popup-overlay-btn_sprite.png') left no-repeat;
    cursor: pointer;
    float: right;
    margin: 8px 0 0 4px;
    position: relative;
    z-index: 10;
}
div.CDragWindow_popup:hover
{
    background: url('../img/btns/popup-overlay-btn_sprite.png') right no-repeat;
}



/* fileuploader */
div.fileuploader_bottom
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 48px;
    border: 1px inset #888;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff'); /* for IE */
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ccc)); /* for webkit browsers */
    background: -moz-linear-gradient(bottom,  #fff,  #ccc);
}
div.CDragWindow_statusbar
{
   
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 38px; /*war vorher 48*/
    border-top: 1px solid #999;
    text-align: right;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff'); /* for IE */
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ccc)); /* for webkit browsers */
    background: -moz-linear-gradient(bottom,  #fff,  #ccc);
    background: -moz-linear-gradient(bottom,  #fff,  #ccc);
    padding-right: 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

ul#uploadItems li, ul#uploadItems li div.upload_headline
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px inset #ccc; /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff'); for IE */
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ccc)); /* for webkit browsers */
    background: -moz-linear-gradient(bottom,  #fff,  #ccc);
}
ul#uploadItems li.selected
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8888cc', endColorstr='#ffffff'); /* for IE */
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#88c)); /* for webkit browsers */
    background: -moz-linear-gradient(bottom,  #fff,  #88c);
}



div.fileupload-overlay
{
    width: 100%; /*width:680px;*/ /*height:100%;*/
}
div.fileupload-overlay h4
{
    font-size: 1.2em;
    color: #666;
    padding: 0 0 5px 0;
}

.uploader-content
{
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
    background: url('drag-and-drop_bg_right.png') 66% center no-repeat; /*height:95%;*/
}

/* upload list */
div.upload-list
{
    width: 60%; /*height:100%;*/
    position: relative;
}
div.upload-stats
{
    margin: 4px 0 8px 0;
}

.upload-list-container
{
    border: 1px solid #ccc;
    background: #fff;
    overflow: auto;
    min-height: 220px;
    height: 220px;
    overflow-y: scroll;
    padding: 5px;
}

.uploader-list
{
    position: relative;
    width: 100%; /*overflow-y:scroll;*/ /*height:90%;*/
}

ul.uploader-list li
{
    border: none !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    cursor: pointer;
}



.uploader-file
{
    margin: 0 0 5px 0;
    background: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    z-index: 1;
}
.uploader-file .upload
{
    background: #FFF;
    height: 20px;
    position: relative;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.uploader-file .upload.done
{
    background: url('../img/uploader_progress_done.png') repeat-x top #dadada;
}
.uploader-file .upload.open.done
{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: url('../img/uploader_progress_done.png') repeat-x top #dadada;
}





/* statusbar buttons */
div.CDragWindow_statusbar .button
{
    display: block;
    float: left;
    padding: 0 5px;
    font-size: 1.10em;
    border: 1px solid #d0d0d0;
    background: url('../img/btns/default_btn_bg.png') repeat-x bottom #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 6px 0 0;
    line-height: 20px;
    color: #666;
    height: 30px;
    line-height: 30px;
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
}
div.CDragWindow_statusbar .button:hover
{
    background: url('../img/btns/default_btn_bg_hover.png') repeat-x top #f6f6f6;
    text-decoration: none;
    color: #000;
}
/* upload btn */
div.CDragWindow_statusbar .button.gen2-upload
{
    background: url('../img/btns/upload-btn_bg.png') center repeat-x #F5BD04;
    color: #000;
    padding: 0 10px;
    border-color: #f6d891;
    font-weight: bold;
}
div.CDragWindow_statusbar .button.gen2-upload:hover
{
    background: url('../img/btns/upload-btn_bg_hover.png') center repeat-x #F5BD04;
}




