body{

}

select[readonly] {
    background: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
    pointer-events: none;
    touch-action: none;
}

.modal-content{
    background: transparent;
}
.modal-content .modal-body,
.modal-content .modal-footer{
    background: #fff;
}

.fc-day-grid-event{
    cursor: pointer;
}

.bootstrap-dialog-title{
    font-weight: bold;
    font-size: 25px !important;
}
.bootstrap-dialog .modal-header{
    padding: 5px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 22px !important;
}

hr{
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a{
    overflow: auto;
    text-overflow: unset;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a{
    white-space: normal;
}

.notifications-menu .dropdown-menu{
    margin-top: -8px !important;
}

.widget-user .widget-user-header{
    position: relative;
    padding: 8px;
}
.widget-user .actions{
    padding-top: 10px;
}

.small-box>.inner{
    position: relative;
    z-index: 1;
}

#grocery-content{

}
#grocery-content .ajax_list{
    text-align: center;
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#grocery-content input[type=text].form-control,
#grocery-content .chosen-search input[type=text]{
    min-height: 35px;
}
#grocery-content .crud_page{
    text-align: center;
    max-width: 30px
}
#grocery-content .flexigrid div.pDiv input{
    top: -6px;
}

.control-sidebar{
	height: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    color: #000;
}

#form-cadastro-edicao{

}
#form-cadastro-edicao #envolvidos{

}
#form-cadastro-edicao #envolvidos .table,
#form-cadastro-edicao #desenvolvedores .table{
    margin-bottom: 0px;
}

#alertas{
    position: fixed;
    right: 10px;
    top: 70px;
    list-style-type: none;
    padding: 0px;
    z-index: 9999;
}
#alertas .callout{
    overflow: hidden;

}
#alertas .callout .conteudo{
    float: left;
    width: 90%;
}

.no-margin{
    margin: 0px;
}

.doc-ajuda{
	
}

.custom-scrollbar::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}
.custom-scrollbar::-webkit-scrollbar-button{
    width: 0;
    height: 0
}
.custom-scrollbar::-webkit-scrollbar-corner{
    background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb{
    background: #121134;
    border: 5px none #fff;
    border-radius: 50px;
}
.custom-scrollbar::-webkit-scrollbar-track{
    background: #dfe0e2;
    border: 5px none #fff;
    border-radius: 50px;
}

.box.box-purple{
    border-top-color: #545096;
}

#packages-permissions{
    
}
#packages-permissions .group-permissions{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#packages-permissions .group-permissions .group-permissions-name{
    margin-bottom: 20px;
}
#packages-permissions .group-permissions .form-group{
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px 15px 15px 0px;
}

#users-store-permissions{
    
}
#users-store-permissions .group-permissions{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#users-store-permissions .group-permissions .group-permissions-name{
    margin-bottom: 20px;
}
#users-store-permissions .group-permissions .form-group{
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px 15px 15px 0px;
}

#applications-dashboard .row .box-body p{
    overflow: hidden;
    text-overflow: ellipsis;
}

#apps-updates{
    
}
#apps-updates table thead tr th:nth-child(1),
#apps-updates table tbody tr td:nth-child(1){
    width: 15%;
}
#apps-updates table thead tr th:nth-child(2),
#apps-updates table tbody tr td:nth-child(2){
    width: 15%;
}
#apps-updates table thead tr th:nth-child(3),
#apps-updates table tbody tr td:nth-child(3){
    width: 30%;
}
#apps-updates table tbody tr td:nth-child(3) a{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}
#apps-updates table tbody tr td:nth-child(3) img{
    width: 100px !important;
    display: inline-block !important;
}
#apps-updates table tbody tr td:nth-child(3) figure{
    margin: 0px !important;
    padding-left: 45px;
}
#apps-updates table tbody tr td:nth-child(3) ul{
    margin-bottom: 0px;
}
#apps-updates table thead tr th:nth-child(4),
#apps-updates table tbody tr td:nth-child(4){
    width: 15%;
}
#apps-updates table thead tr th:nth-child(5),
#apps-updates table tbody tr td:nth-child(5){
    width: 10%;
}
#apps-updates table thead tr th:nth-child(6),
#apps-updates table tbody tr td:nth-child(6){
    width: 15%;
}

#nps-stores{
    
}
#nps-stores .table thead tr th:nth-child(1),
#nps-stores .table tbody tr td:nth-child(1){
    width: 13%;
}
#nps-stores .table thead tr th:nth-child(2),
#nps-stores .table tbody tr td:nth-child(2){
    width: 28%;
}
#nps-stores .table thead tr th:nth-child(3),
#nps-stores .table tbody tr td:nth-child(3){
    width: 44%;
}
#nps-stores .table thead tr th:nth-child(4),
#nps-stores .table tbody tr td:nth-child(4){
    width: 15%;
}

/* NOVO LOGIN */
.login-page, 
.register-page{
    background: #434243;
}
.login-box, 
.register-box{
    margin-top: 72px;
}
.login-box-body, 
.register-box-body{
    
}
.login-logo, 
.register-logo{
    max-width: 80%;
    margin: 0 auto;
}
.login-page .login-container{
    background: #fff;
    height: 99.9vh;
    padding-top: 120px;
    margin-right: -15px;
}
.login-info{
    color: #fff;
    padding-left: 15px;
}
.login-info .title{
    color: #FF9047;
}
.login-info ul{
    margin-top: 20px;
}
.login-info ul li{
    font-size: 16px;
    margin-bottom: 10px;
}
.login-info ul li span{
    vertical-align: super
}
.login-info ul .time{
    list-style-image: url("../img/hourglass.png");
}
.login-info ul .construction{
    list-style-image: url("../img/under-construction.png");
}

@media (max-width: 768px) {
    .login-page > .row{
        margin: 0px;
    }
    
    .login-page .login-container{
        height: auto;
        padding-top: 15px;
        margin-top: 20%;
        margin-right: 0px;
    }
}