div.franq-children {
    border-left: 1px dashed #DDDDDD;
    border-bottom: 2px solid #DDDDDD;
    border-right: 1px dashed #DDDDDD;
    border-top: 2px solid #DDDDDD;
    margin-top: 9px;
}

thead {
    background-color: #F9F9F9;
}

thead .clearhead {
    background-color: #FFFFFF;
}

.nav-username {
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

input.loader {
    background-image: url('/media/template/img/loader-arrows.gif');
    background-position: 98% center;
    background-repeat: no-repeat;
}

.float-panel {
    border-radius: 3px 3px 3px 3px;
    padding: 9px;
    background-color: #F5F5F5;
    border: 1px solid #D0D0D0;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    z-index: 999
}

.tablefilter-select {width: 100%;}

/* button */
.ui-multiselect.tablefilter-select-chk {width: 100%;}

/* menu */
.ui-multiselect-menu.tablefilter-select-chk {min-width: 310px;}

.inputDate {
    width: 5.4em;
}

.rowLicInadimp {
    background-color: #FDF5CC;
}
.rowLicBloqueada {
    background-color: #D7C6D4;
}
.rowLicCancelada {
    background-color: #ff6666;
}
.rowLicDemo {
    background-color: #ccffcc;
}
.rowLicCons {
    background-color: #ffccff;
}

.form-label {
    margin-left: -1em;
    min-height: 18px;
    padding-left: 18px;
    display: block;
    margin-bottom: 5px;
    padding-top: 5px;
}

.uploadbox {
    margin: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: dashed 2px #149bdf;
    color: #149bdf;
    cursor: pointer;
    display: inline-block;
    height: 100px;
    width: 160px;
    padding: 3px;
    text-align: center;
    background-color: transparent;
}

.uploadbox-ok {
    cursor: default;
    color: #46a546;
    border-color: #46a546;
}

.uploadbox-err {
    cursor: default;
    color: #cd0a0a;
    border-color: #cd0a0a;
}

.uploadhint {
    font-size: 9px;
    line-height: 11px;
    height: 24px;
    position: absolute;
    width: 160px;
    overflow: hidden;
    margin-top: 2px;
}

.uploadactivity {
    height: 75px;
}

.uploadbar {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #149BDF;
    float: left;
    height: 72px;
    position: relative;
    top: -72px;
    width: 0;
    z-index: -1;
}

.uploadicon {
    font-size: 40px;
    line-height: 72px;
}

.uploadicon-prog {
    color: #dedede;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    /*text-shadow: 1px 0 2px rgba(0,0,0,0.8);*/
}

.uploadwrapper {}

.uploadwrapper input[type="file"] {
    visibility: hidden;
    width: 1px;
    height: 1px;
}

.uploadbtn {
    display: none;
    float: right;
    left: -5px;
    position: relative;
    top: 25px;
    width: 70px;
}

.uploadbox.upload-small {
    height: 63px;
    width: 142px;
}

.uploadbox.upload-small .uploadactivity {
    height: 37px;
}

.uploadbox.upload-small .uploadicon {
    font-size: 26px;
    line-height: 35px;
}

.uploadbox.upload-small .uploadbar {
    height: 35px;
    top: -35px;
}

.uploadbox.upload-small .uploadhint {
    width: 142px;
}

.uploadbox.uploadbox-err .uploadbtn {
    display: block;
}

.uploadbox.upload-small .uploadbtn {
    top: 7px;
}

table.tablearquivos {
    border: solid 1px #ccc;
}

table.tablearquivos thead {
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #fefefe, #f0f0f0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f0f0f0));
    background-image: -webkit-linear-gradient(top, #fefefe, #f0f0f0);
    background-image: -o-linear-gradient(top, #fefefe, #f0f0f0);
    background-image: linear-gradient(to bottom, #fefefe, #f0f0f0);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff0f0f0', GradientType=0);
}