/*
Html
*/
body,
html {
    height: 100%;
}

#all {
    min-height: 100%;
    position: relative;
}

* html #all {
    height: 100%;
}
/*
Content
*/
#content h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}
/*
Table Panel
*/
.table-panel {
    margin-bottom: 0 !important;
    border-radius: 4px 4px 0 0;
}

    .table-panel tbody:last-child tr:last-child > td:first-child {
        border-bottom-left-radius: 0 !important;
    }

    .table-panel .table-panel tbody:last-child tr:last-child > td:last-child {
        border-bottom-right-radius: 0 !important;
    }
/*
Row-Fluid
*/
.row-fluid {
    overflow-wrap: break-word;
}
/*
Breadcrumb
*/
.breadcrumbbg {
    position: relative;
    background-position: center;
}

.breadcrumb.breadcrumbtextalign {
    position: absolute;
    padding: 5px 20px 5px 20px;
    bottom: 0px;
    border-radius: 0px;
}

.breadcrumb > .dropdown:hover .dropdown-menu {
    display: block;
}

.breadcrumb > .dropdown:focus .dropdown-menu {
    display: block;
}

.breadcrumb li > .dropdown-menu {
    width: auto;
    padding: 0px;
    margin: 0px;
    background: #444;
    border: none;
    border-radius: 0px;
    min-width: 130px;
}

    .breadcrumb li > .dropdown-menu li {
        width: 130px;
        text-align: center;
        float: left;
        border-right: 1px solid #616161;
    }

        .breadcrumb li > .dropdown-menu li a {
            background-color: #444;
            padding: 3px 12px;
            height: 26px;
            color: #fff;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 26px;
            text-indent: 0;
        }

            .breadcrumb li > .dropdown-menu li a:hover {
                background: #363636;
            }

            .breadcrumb li > .dropdown-menu li a:focus {
                background: #363636;
            }

.breadcrumb li a {
    text-decoration: none;
    font-weight: bold;
}

.breadcrumb > li {
    text-shadow: none;
}
/*
Pager-Panel (Pagination)
*/
.pagination ul > li {
    display: inline-block;
    min-height: auto;
}
/*
    Modal
*/

.modal-header.modal-noborder {
    border: 0;
}

/*
    Alert
*/

.alert-header {
    position: fixed; 
    z-index: 999999; 
    width: 90%; 
    margin: auto; 
    right: 0; 
    left: 0;
}

/*
Skin
*/
.skin-page-container {
    position: fixed;
    top: 187px;
    left: 0px;
    z-index: 1000;
}

.skin-sidebar-toggle {
    width: 35px;
    position: absolute;
    right: -35px;
    height: 35px;
    top: 35px;
    color: #808080;
    font-size: 11px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    background: #f8f8f8;
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.15);
}

    .skin-sidebar-toggle i {
        position: relative;
        top: 7px;
        font-size: 15px;
        color: #888;
    }

.skin-header {
    height: 35px;
    background: #F0F3F5;
}

.skin-title {
    margin-left: 10px;
    padding-top: 9px;
    color: #818B92;
    font-size: 15px;
}

.skin-page-sidebar-content {
    margin: 5px 0 0 5px;
}

.skin-item {
    width: 24px;
    position: relative;
    height: 24px;
    margin: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #DBDBDB;
    display: inline-block;
    padding: 1px;
    background: #fff;
}

    .skin-item:hover {
        transition: all 0.2s ease-in;
    }

    .skin-item.active {
        border-color: #575757;
    }

.skin-item-color {
    width: 12px;
    height: 12px;
    display: block;
    float: left;
}

.skin-page-sidebar {
    background: #f8f8f8;
    position: fixed;
    z-index: 1000;
    margin: 0;
    width: 240px;
    height: 180px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}

.skin-sidebar-collapse .skin-sidebar-toggle .icon-chevron-left:before {
    content: "\f054";
}

.skin-sidebar-collapse .skin-page-sidebar {
    left: -240px;
    overflow: visible;
    z-index: 2;
}

    .skin-sidebar-collapse .skin-page-sidebar .skin-page-sidebar-content .skin-item {
        display: none;
    }
/*
Utils
*/
.navbar-ie {
    background-color: #FDF2AB;
    padding: 10px 0;
}

.content-message-ie {
    text-align: center;
    font-size: 12px;
}

    .content-message-ie i {
        margin-right: 5px;
    }

.icon-warning:before {
    content: "\f071";
}

.poll .unstyled .radio input {
    float: none;
}

#form-forgotPassword {
    margin-bottom: 0px;
}

.container-top {
    z-index: 2 !important;
}

.shareButton {
    cursor: pointer;
    width: 22px;
    height: 22px;
    padding: 5px;
    margin-right: 2px;
}

    .shareButton .icon-group {
        font-size: 20px;
        text-decoration: none;
    }

.arrow {
    position: absolute;
    top: -10px;
    -webkit-filter: drop-shadow(0 -1px 0px #888888);
    -moz-filter: drop-shadow(0 -1px 0px #888888);
    -ms-filter: drop-shadow(0 -1px 0px #888888);
    -o-filter: drop-shadow(0 -1px 0px #888888);
    filter: drop-shadow(0 -1px 0px #888888);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.pull-left {
    float: left;
}

p {
    word-wrap: break-word;
}
/*
Acessibilidade
*/
.acessibilidade {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    background-color: #6E8C45;
    color: #fff;
    padding: 5px;
    margin-right: 20px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
}

    .acessibilidade label {
        border: none;
        font-weight: bold;
        background-color: #6E8C45;
        color: #fff;
        width: 12px;
        text-align: center;
        margin-bottom: 0px;
    }

        .acessibilidade label.small {
            font-size: 10px !important;
        }

        .acessibilidade label.normal {
            font-size: 12px !important;
        }

        .acessibilidade label.large {
            font-size: 14px !important;
        }

        .acessibilidade label:last-child {
            font-size: 12px !important;
            background-color: #000;
        }

.popover {
    max-width: none;
}

/* css image:hover*/
.divImg {
    position: relative;
    overflow: hidden;
}

.divImg .caption {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.35s ease;
}

.effect1:hover .caption {
    transform: scaleY(1);
}

.caption-text h1 {
    font-size: 24px;
}

.caption-text {
    z-index: 5;
    color: #fff !important;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.square {
    z-index: 5;
    position: relative;
    height: 100%;
    width: 100%;
    outline: 2px solid white;
    outline-offset: -10px;
}

.square + .caption-text h1 {
    font-size: 30px;
}

.effect2 .blur {
    background-color: rgba(217,24,40,0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.effect2:hover .caption {
    transform: scaleY(1);
}

.effect3:hover img {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.effect3:hover .caption {
    transform: scaleY(1);
}

.effect4 .caption {
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.effect4 .caption {
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    -webkit-backface-visibility: hidden;
}

.effect4 .blur {
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.effect4 .blur {
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
}

.effect4 .square {
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.effect4 .square {
    height: 100%;
    width: 100%;
    opacity: 0;
    outline: 2px solid white;
    outline-offset: -10px;
    position: absolute;
    top: 0;
}

.effect4:hover img {
    opacity: 0.92;
}

.effect4:hover .caption {
    opacity: 1;
}

.effect4:hover .blur {
    opacity: 1;
}

.effect4:hover .square {
    opacity: 1;
}

.caption-text p:empty {
    padding: 0;
    margin: 0;
    display: none;
}


.clearing-container .clearing-featured-img {
    width: auto !important;
}
