﻿.page-content {
    min-height: 720px;
    padding: 0 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

span.field-validation-error {
    color: red;
    font-size: small;
}

.obrigatorio::after {
    content: ' *';
    color: red;
    font-size: smaller;
}

/*.navbar-default ul li a {
    line-height: 25px;
}*/

.select2-container .select2-selection--single {
    min-height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 30px !important;
}

/*.nav {
    padding-left: 20px;
}*/

/*.navbar-nav {
    margin: 10px;
}*/

.panel-danger > .panel-heading {
    color: #FFFFFF;
    background-color: #DC5B5B;
    border-color: #eed3d7;
}

/*.tabela-sge {
    font-size: small;
    margin-bottom: 0;
}

    .tabela-sge thead tr th {
        background: #428BCA;
        color: white;
    }

    .tabela-sge tfoot tr td {
        background: #428BCA;
        color: white;
        border: #428bca;
    }

    .tabela-sge tbody tr td {
        vertical-align: middle;
    }*/

.conteudo_centralizado {
    text-align: center;
}

.link {
    cursor: pointer;
}

    .link:hover {
        font-weight: bold;
        font-size: 110%;
    }

.link_selecionado {
    font-weight: bold;
    font-size: 115%;
}

.table-footer {
    background: #428BCA;
    color: white;
    padding: 5px;
    font-size: 13px;
}

    .table-footer .input-group-sm .form-control {
        height: 22px;
    }

    .table-footer .form-inline {
        text-align: center;
    }

.conteudo-thumbnail {
    height: 265px;
    font-size: 13px;
}

    .conteudo-thumbnail .caption {
        padding: 10px 10px 5px 10px;
    }

.coluna_acoes_1 {
    width: 110px;
    text-align: center;
}

.coluna_acoes_2 {
    width: 220px;
    text-align: center;
}

.coluna_acoes_3 {
    width: 340px;
    text-align: center;
}

.coluna_acoes_4 {
    width: 470px;
    text-align: center;
}

.als-container {
    position: relative;
    width: 100%;
    margin: 0px auto;
    z-index: 0;
}

.als-viewport {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}

.als-wrapper {
    position: relative;
    list-style: none;
}

.als-item {
    position: relative;
    display: block;
    cursor: pointer;
    float: left;
    margin: 0px 5px;
    padding: 4px 0px;
    height: auto;
    width: 225px;
}

.carousel-control.left {
    background: transparent;
}

.carousel-control.right {
    background: transparent;
}

.carousel-control {
    color: black;
    background: transparent;
}

    .carousel-control:hover {
        color: black;
    }

.modal {
    z-index: 10050;
}

.modal-backdrop {
    z-index: 10049;
}

.alert {
    padding: 10px !important;
}

.page-header .page-header-top .page-logo .logo-default {
    margin: 6px 0 0 0;
}

@media (max-width: 991px) {
    .page-header .page-header-menu {
        background: #eff3f8 !important;
    }
}

.page-header .page-header-menu {
    height: auto;
    background: #337AB7;
}

    .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a {
        color: white;
    }

        .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a:hover {
            color: #333 !important;
            background: #fafafc !important;
        }


.form-group.form-md-line-input {
    margin: 0 0 25px 0;
}

.carousel-inner {
    width: 90%;
    margin-left: 40px;
}

.carousel-control {
    width: 8%;
}

.btn-white {
    color: #000;
    background-color: white;
    border-color: black;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

/* Alterando pois a cor da fonte no material desing está um verde claro*/
.panel-primary > .panel-heading {
    color: white;
    padding: 2px 15px;
}

.table {
    font-size: 9pt !important;
}
/*Mesmo disabled, o select tem que ficar 100% da div*/
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.checkbox, .radio {
    margin-left: 15px;
}


/***
New Profile Page
***/
.profile-sidebar {
    float: left;
    width: 300px;
    margin-right: 20px;
}

.profile-content {
    overflow: hidden;
}

/* PROFILE SIDEBAR */
.profile-sidebar-portlet {
    padding: 30px 0 0 0 !important;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 5% !important;
    -moz-border-radius: 5% !important;
    border-radius: 5% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

    .profile-userbuttons .btn {
        margin-right: 5px;
    }

        .profile-userbuttons .btn:last-child {
            margin-right: 0;
        }

    .profile-userbuttons button {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        padding: 6px 15px;
    }

.profile-usermenu {
    margin-top: 30px;
    padding-bottom: 20px;
}

    .profile-usermenu ul li {
        border-bottom: 1px solid #f0f4f7;
    }

        .profile-usermenu ul li:last-child {
            border-bottom: none;
        }

        .profile-usermenu ul li a {
            color: #93a3b5;
            font-size: 16px;
            font-weight: 400;
        }

            .profile-usermenu ul li a i {
                margin-right: 8px;
                font-size: 16px;
            }

            .profile-usermenu ul li a:hover {
                background-color: #fafcfd;
                color: #5b9bd1;
            }

        .profile-usermenu ul li.active a {
            color: #5b9bd1;
            background-color: #f6f9fb;
            border-left: 2px solid #5b9bd1;
            margin-left: -2px;
        }

.profile-stat {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f4f7;
}

.profile-stat-title {
    color: #7f90a4;
    font-size: 25px;
    text-align: center;
}

.profile-stat-text {
    color: #5b9bd1;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
}

.profile-desc-title {
    color: #7f90a4;
    font-size: 17px;
    font-weight: 600;
}

.profile-desc-text {
    color: #7e8c9e;
    font-size: 14px;
}

.profile-desc-link i {
    width: 22px;
    font-size: 19px;
    color: #abb6c4;
    margin-right: 5px;
}

.profile-desc-link a {
    font-size: 14px;
    font-weight: 600;
    color: #5b9bd1;
}

/* END PROFILE SIDEBAR */
/* RESPONSIVE MODE */
@media (max-width: 991px) {
    /* 991px */
    /* 991px */
    .profile-sidebar {
        float: none;
        width: 100% !important;
        margin: 0;
    }

        .profile-sidebar > .portlet {
            margin-bottom: 20px;
        }

    .profile-content {
        overflow: visible;
    }
}

.page-header {
    height: 75px;
}


/*--------------------------------------------------
    [TRANSITION]
----------------------------------------------------*/
/* Cubic Bezier Transition */
/***
Login page
***/
/* logo page */
.login {
    background-color: #eff3f8 !important;
}

    .login .logo {
        margin: 60px auto 20px auto;
        padding: 15px;
        text-align: center;
    }

    .login .content {
        background: white;
        width: 360px;
        margin: 0 auto;
        margin-bottom: 0px;
        padding: 30px;
        padding-top: 20px;
        padding-bottom: 15px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
    }

        .login .content h3 {
            color: #eee;
        }

        .login .content h4 {
            color: #eee;
        }

        .login .content p,
        .login .content label {
            color: #fff;
        }

        .login .content .login-form,
        .login .content .forget-form {
            padding: 0px;
            margin: 0px;
        }

        .login .content .form-control {
            background-color: #fff;
        }

        .login .content .forget-form {
            display: none;
        }

        .login .content .register-form {
            display: none;
        }

        .login .content .form-title {
            font-weight: 300;
            margin-bottom: 25px;
        }

        .login .content .form-actions {
            background-color: transparent;
            clear: both;
            border: 0px;
            padding: 0px 30px 25px 30px;
            margin-left: -30px;
            margin-right: -30px;
        }

            .login .content .form-actions .checkbox {
                margin-left: 0;
                padding-left: 0;
            }

        .login .content .forget-form .form-actions {
            border: 0;
            margin-bottom: 0;
            padding-bottom: 20px;
        }

        .login .content .register-form .form-actions {
            border: 0;
            margin-bottom: 0;
            padding-bottom: 0px;
        }

        .login .content .form-actions .checkbox {
            margin-top: 8px;
            display: inline-block;
        }

        .login .content .form-actions .btn {
            margin-top: 1px;
        }

        .login .content .forget-password {
            margin-top: 25px;
        }

        .login .content .create-account {
            border-top: 1px dotted #eee;
            padding-top: 10px;
            margin-top: 15px;
        }

            .login .content .create-account a {
                display: inline-block;
                margin-top: 5px;
            }

        /* select2 dropdowns */
        .login .content .select2-container i {
            display: inline-block;
            position: relative;
            color: #ccc;
            z-index: 1;
            top: 1px;
            margin: 4px 4px 0px -1px;
            width: 16px;
            height: 16px;
            font-size: 16px;
            text-align: center;
        }

        .login .content .has-error .select2-container i {
            color: #b94a48;
        }

        .login .content .select2-container a span {
            font-size: 13px;
        }

            .login .content .select2-container a span img {
                margin-left: 4px;
            }

    /* footer copyright */
    .login .copyright {
        text-align: center;
        margin: 0 auto;
        padding: 10px;
        color: #eee;
        font-size: 13px;
    }

@media (max-width: 480px) {
    /***
  Login page
  ***/
    .login .logo {
        margin-top: 10px;
    }

    .login .content {
        padding: 30px;
        width: 222px;
    }

        .login .content h3 {
            font-size: 22px;
        }

    .login .checkbox {
        font-size: 13px;
    }
}

.general-item-list {
    min-height: 230px;
}


.full-width {
    width: 100%;
}