/*
    Drive - Entity Icons
*/
.pdf:before {
    content: "\f1c1"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left: -2px;
    position: relative;
    top: 0;
    z-index: 1;
    font-size: 18px;
}

.doc:before {
    content: "\f1c2"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left: -2px;
    position: relative;
    top: 0;
    z-index: 1;
    font-size: 18px;
}

.ppt:before {
    content: "\f1c4"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left: -2px;
    position: relative;
    top: 0;
    z-index: 1;
    font-size: 18px;
}

.xls:before {
    content: "\f1c3"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left: -2px;
    position: relative;
    top: 0;
    z-index: 1;
    font-size: 18px;
}

.txt:before {
    content: "\f1c1"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left: -2px;
    position: relative;
    top: 0;
    z-index: 1;
    font-size: 18px;
}

.img:before {
    content: "\f1c5"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left: -2px;
    position: relative;
    top: 0;
    z-index: 1;
    font-size: 18px;
}

.file:before {
    content: "\f016"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left: -2px;
    position: relative;
    top: 0;
    z-index: 1;
    font-size: 18px;
}

/*
    Drive - TreeView Preparation
*/
.area-files {
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #a1a1a1 !important;
    padding: 0px 10px 0px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .area-files a {
        color: #007B8B !important;
    }

table tbody tr td a:not([target]):before {
    content: "\f07b";
    font-family: FontAwesome;
    left: -2px;
    position: relative;
    top: 0;
    z-index: 1;
    font-size: 18px;
}

table tbody tr td a:not([target]).active:before {
    /*content: "\f07c";*/ /*É perdido no postback.*/
    content: "\f07b";
    font-family: FontAwesome;
    left: -2px;
    position: relative;
    top: 0;
    z-index: 1;
    font-size: 18px;
}

table tbody tr td:last-child a[href~='#DIRECTORY'] {
}

    table tbody tr td:last-child a[href~='#DIRECTORY']:before {
        content: "\00a0";
        font-family: FontAwesome;
        left: -2px;
        position: relative;
        top: 0;
        z-index: 1;
        font-size: 18px;
    }

table tbody tr td:last-child a[href~='#EMPTY_DIRECTORY'] {
    font-family: FontAwesome;
    color: #a5a5a5 !important;
    font-size: 18px;
}

    table tbody tr td:last-child a[href~='#EMPTY_DIRECTORY']:before {
        content: "\f12a";
        left: 4px;
        position: relative;
        top: 0;
        z-index: 1;
        font-size: 13px;
    }

table tbody tr td:last-child a:last-child img {
    display: none;
}

table tbody tr td:last-child a:last-child {
    text-decoration: none;
}

#ContentPlaceHolder1_DriveView_SkipLink {
    display: none;
}

#ContentPlaceHolder1_DriveView table tbody tr td:first-child a {
    text-decoration: none;
}

    #ContentPlaceHolder1_DriveView table tbody tr td:first-child a img {
        display: none;
    }

#ContentPlaceHolder1_DriveViewn0 {
    position: relative;
}




/*
    Upload.
*/

.flex-center {
    display: flex;
    justify-content: center;
}

.flex-left {
    display: flex;
    justify-content: flex-start;
}

.img-folder {
    padding: 15px;
}

.adress-file {
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #a1a1a1 !important;
    width: 55%;
    padding: 0px 10px 0px 10px;
    border-radius: 10px;
    height: 35px;
}

    .adress-file p {
        margin: 10px;
    }


.border {
    border: solid 1px #007B8B !important;
}

.files ul {
    list-style: none;
    margin-left: -40px;
    line-height: 30px;
    font-size: 15px;
}

.files li {
    padding-left: 5px;
}

    .files li:nth-child(even) {
        background: #FFF;
    }

    .files li:nth-child(odd) {
        background: #EEE;
    }


.area-files hr {
    height: 1px;
    border: 0.1px solid #a1a1a1;
    margin-top: -5px;
}



.auto-style4 {
    width: 289px;
}

.auto-style5 {
    width: 50%;
}




input[type="file"] {
    display: none;
}

.js .inputfile {
    width: 0.1px !important;
    height: 0.1px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    z-index: -1 !important;
}

.inputfile + label {
    /*max-width: 80% !important;*/
    font-size: 1.25rem !important;
    /* 20px */
    font-weight: 700 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    display: inline-block !important;
    overflow: hidden !important;
    padding: 0.625rem 1.25rem !important;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none !important;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000 !important;
    outline: -webkit-focus-ring-color auto 5px !important;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em !important;
    height: 1em !important;
    vertical-align: middle !important;
    fill: currentColor !important;
    margin-top: -0.25em !important;
    /* 4px */
    margin-right: 0.25em !important;
    /* 4px */
}

/* style 6 */

.inputfile-6 + label {
    color: #fff !important;
}

.inputfile-6 + label {
    border: 1px solid #007B8B !important;
    border-radius: 4px;
    background-color: #509da7 !important;
    padding: 0 !important;
}

    .inputfile-6:focus + label,
    .inputfile-6.has-focus + label,
    .inputfile-6 + label:hover {
        border-color: #007B8B !important;
    }

    .inputfile-6 + label span,
    .inputfile-6 + label strong {
        padding: 0.625rem 1.25rem !important;
        /* 10px 20px */
    }

    .inputfile-6 + label span {
        min-width: 200px !important;
        max-width: 350px !important;
        min-height: 35px !important;
        display: inline-block !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        vertical-align: top !important;
    }

    .inputfile-6 + label strong {
        line-height:24px;
        height: 35px !important;
        color: #007B8B !important;
        background-color: #fff !important;
        display: inline-block !important;
    }

    .inputfile-6:focus + label strong,
    .inputfile-6.has-focus + label strong,
    .inputfile-6 + label:hover strong {
        background-color: #007B8B !important;
        color: white !important;
    }

@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block !important;
    }
}

.btn-upload {
    background-color: #fff !important;
    border: solid 1px #007B8B;
    color: #007B8B;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}

    .btn-upload:hover {
        background-color: #007B8B !important;
        border: solid 1px !important;
        color: #fff !important;
        padding: 9px !important;
        text-align: center !important;
        text-decoration: none !important;
        display: inline-block !important;
        font-size: 12px !important;
    }


/*
 * Cross-browser display: inline-block
 * 
 * References:
 *  - http://foohack.com/2007/11/cross-browser-support-for-inline-block-styling/
 *  - http://www.getonthenet.eu/css-howto-cross-browser-inline-block/
 */

.cross-inline-block
{
    display: -moz-inline-box; /* Firefox 2 */
    display: inline-block; /* All good browsers */
    zoom: 1; /* IE6/7 magic */
    *display: inline; /* also IE magic, set this if it's not inline */
    vertical-align:bottom;
}

.alert
{
    color:red !important;
}


.bread-camp-item{
    padding-left:5px;
    padding-right:5px;
    font-weight:700;
    color:#a1a1a1;
}

.bread-camp-container span:last-child {
    color:#000;
    font-style:normal;
    font-size:15px;
}

