﻿.imgCombo {
    margin:8px;
    display: inline-flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    float:left;
}
.txtCombo {
    display: inline-flex;
}
.txtCombo h3{
    font-size:18px;
    font-weight: bold;
    display:inline-block;
}
#ModalidadeConsumo_validationMessage {
    position: absolute;
    left: 350px;
    width: 200px;
}
.k-edit-field, .k-edit-form-container .editor-field {
    width: 70%;
}
.k-edit-form-container .editor-label, .k-edit-label {
    width: 25%;
}
    /* Inicio das configuracoes do breadcrumb */
.k-breadcrumb .k-breadcrumb-item {
    display: inline-flex !important;
}
#breadcrumb {
    box-shadow: none;
}

.custom > nav {
    float: right;
}
.account-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 22px 22px 8px 22px;
    box-shadow: 0 2px 4px 0 rgba(181,181,181,.7);
    margin: 10px auto 40px auto;
    width: 310px;
}
.account-container > div:first-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.account-container {
    height: 100vh;
}

.beside-validator .k-tooltip-validation.k-invalid-msg {
    /*display: inline-block;*/
    position: relative;
}

/*.beside-validator .k-invalid-msg .k-callout {
    display: none;
}*/

.k-textbox .k-icon {
    left: 8px;
}

.k-loading-image {
    position: fixed;
}
/* Customizações do loading */
.k-loading-image {
    background-image: url(../lib/kendo/css/web/Default/loading-image.gif);
}
.k-loading-mask {
    cursor: progress;
}
/* Fim das customizações do loading */
/* Customizações do app.mensagens */
.k-notification-wrap > .k-notification-content {
    padding-left: 22px;
}
.k-notification-wrap > .k-icon {
    float: left;
}

html {
    position: relative;
    min-height: 100%;
    background-color: #fcfcfc;
    /*background-color: white;*/
}

h4 {
    font-size: 1.4rem;
}

h5 {
    margin-bottom: 0;
}

fieldset {
    border-radius: 4px;
}

.k-timeline .k-timeline-circle {
    background-color: white;
    border: solid 1px #ccc;
}

legend {
    color: #3276B1;
    margin-left: 12px;
    padding: 0 6px;o
    /* For better legibility against the box-shadow */
}


.dropdown-menu {
    background-color: #212121;
    border-color: #797979;
}

.row {
    margin-left: 0;
    margin-right: 0;
}
.k-timeline-horizontal {
    margin:0;
}
.navbar .dropdown-menu a {
    color: #dee2e6;
}

    .navbar .dropdown-menu a:hover {
        color: #fff;
        background-color: #333333;
    }

.k-loading-mask {
    z-index: 100000;
}

h6 {
    font-size: 1.1em;
    font-weight: 500;
}

.col-1,
.col-2,
.col-3, 
.col-4, 
.col-5, 
.col-6, 
.col-7, 
.col-8, 
.col-9, 
.col-10, 
.col-11, 
.col-12, 
.col, 
.col-auto, 
.col-sm-1, 
.col-sm-2, 
.col-sm-3, 
.col-sm-4, 
.col-sm-5, 
.col-sm-6, 
.col-sm-7, 
.col-sm-8, 
.col-sm-9, 
.col-sm-10, 
.col-sm-11, 
.col-sm-12, 
.col-sm, 
.col-sm-auto, 
.col-md-1, 
.col-md-2, 
.col-md-3, 
.col-md-4, 
.col-md-5, 
.col-md-6, 
.col-md-7, 
.col-md-8, 
.col-md-9, 
.col-md-10, 
.col-md-11, 
.col-md-12, 
.col-md, 
.col-md-auto, 
.col-lg-1, 
.col-lg-2, 
.col-lg-3, 
.col-lg-4, 
.col-lg-5, 
.col-lg-6, 
.col-lg-7, 
.col-lg-8, 
.col-lg-9, 
.col-lg-10, 
.col-lg-11, 
.col-lg-12, 
.col-lg, 
.col-lg-auto, 
.col-xl-1, 
.col-xl-2, 
.col-xl-3, 
.col-xl-4, 
.col-xl-5, 
.col-xl-6, 
.col-xl-7, 
.col-xl-8, 
.col-xl-9, 
.col-xl-10, 
.col-xl-11, 
.col-xl-12, 
.col-xl, 
.col-xl-auto {
    padding-right: 6px;
    padding-left: 6px;
}

.OS-box {
    cursor: pointer;
}

.OS-box:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4), 0 6px 20px 0 rgba(0, 0, 0, .4);
}

.done-box {
    color: #292929;
    border: solid 1px #c5c5c5;
    background-color: #f7f7f7;
}

.on-progress-box {
    background-color: #ffeaa8;
    color: #624f03;
    border: solid 1px #c2b274;
}

.green-box {
    background-color: #f2fbed;
    color: #3b5b28;
    border: solid 1px #94b47f;
}

.active-box {
    background-color: #e4f0f6;
    color: #0c3953;
    border: solid 1px #5ba4cf;
}


.body-content {
    background-color: #fcfcfc;
    background-color: white;
}

.k-content {
    background-color: transparent;
}

.card-header > h5 {
    margin-bottom: 0;
}

.card-header > h5 > i {
    font-size: 1.5rem;
}

body {
    padding-top: 4.5rem;
}

h1, .h1 {
    font-size: 2rem;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}

.bg-dark {
    background-color: #212121;
}

.navbar {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    font-weight: 400;
}

body > .container-fluid {
    padding: 16px;
}
/* #region Navbar styles */
.navbar-header {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar-brand {
    font-size: 2rem;
    font-weight: lighter;
}
/* #endregion */


/* #region Footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: .85em;
}
/* #endregion */

/* #region custom Kendo UI styles */


h1 a {
    color: #fff;
    text-decoration: none;
}

h2 {
    font-weight: lighter;
}

.placeholder img {
    display: inline-block;
}

p .k-button {
    margin: 0 15px 0 0;
}

.configure {
    display: none;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-grid-norecords {
    padding: 12px;
}

.k-state-active .label {
    font-size: 1em;
}

    .k-menu {
        padding: .5rem;
    }
/* #endregion */

@media (max-width: 767px) {

    .configure {
        display: block;
        float: right;
    }

    .k-rpanel {
        padding: 0 1rem;
    }

    .k-rpanel-expanded {
        padding: .5rem 1rem;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-brand {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-widget.k-menu-horizontal > .k-item {
        border: none;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }
}
.cinza {
    background: #FFEAA8 !important;
}

    .cinza .k-tooltip-content {
        color: black;
        text-align: left;
    }

    .cinza .k-callout-n {
        border-bottom-color: #FFEAA8 !important;
    }

    .cinza .k-callout-s {
        border-bottom-color: #FFEAA8 !important;
    }


chk_andamento {
    width: 300px;
}

.loginField {
    width: 100px;
    color: white;
    background-color: darkslategray;
    border: 1px solid white;
    border-radius: 5px;
}

.upperCase {
    text-transform: uppercase;
}


/* evitar que text-transform: uppercase afete o placeholder (texto que fica no fundo do campo quando não tem nada digitado) */
::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
::placeholder { /* Recent browsers */
    text-transform: none;
}



.loginBtn {
    display: inline;
    width: 50px;
    color: black;
    background-color: lightslategray;
    border: 1px solid white;
    border-radius: 5px;
}

.userInfoField {
    display: block;
    color: white;
}

#divUserInfo {
    padding-left: 20px;
    /*width: 500px;*/
}

#Gerencia {
    font-size: 13px;
}

.ambiente {
    background-color: red;
    left: 65%;
    right: 5%;
    top: 55px;
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    font-size: 20px;
    z-index: 10000;
    color: white;
    font-weight: bold;
}

.ambiente span {
    color: yellow;
    text-transform: uppercase;
}

@keyframes fa-blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

.ambiente-producao {
    -webkit-animation: fa-blink .75s linear infinite;
    -moz-animation: fa-blink .75s linear infinite;
    -ms-animation: fa-blink .75s linear infinite;
    -o-animation: fa-blink .75s linear infinite;
    animation: fa-blink .75s linear infinite;
}

.k-edit-form-container {
    width: 100%;
}

.spacer {
    height: 20px;
}