﻿html {
    height: 100%;
    /*background: aqua;*/
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
}

/* Area parcial referente ao corpo da página incluida no layout default*/

.body-render-content {
}

/* Utilizar area total do monitor */

.full-body-render {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 10px;
}

.full-body-render .body-content {
    height: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.full-body-render .body-content .body-render-content {
    height: calc(100% - 36px);
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0;
}

.full-body-render footer {
    background: white;
    height: 26px;
}

.full-body-render footer hr {
    margin-top: 0px;
    margin-bottom: 0;
}

.full-body-render footer p {
    margin-top: 3px;
    margin-bottom: 0;
}

/* Cores */

.full-body-render-color {
    background: blue;
}

.full-body-render-color .body-content .body-render-content {
    background: yellow;
}

.full-body-render-color footer {
    background: greenyellow;
}
/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Input */

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.long-textbox {
    width: 300px;
}

.btn-tamanho {
    min-width: 100px;
}

.double-input .form-control {
    width: 50%;
    /*border-right-width: 0px;*/
}

.double-input .form-control:focus {
    /*border-right-width: 1px;*/
}

.triple-input .form-control {
    width: 33.3%;
    /*border-right-width: 0px;*/
}

.triple-input .form-control:focus {
    /*border-right-width: 1px;*/
}


/* Label */

.text-info-acao {
    margin-bottom: 10px;
}

/* Vertical offset */

.voffset {
    margin-top: 2px;
}

.voffset1 {
    margin-top: 5px;
}

.voffset2 {
    margin-top: 10px;
}

.voffset3 {
    margin-top: 15px;
}

.voffset4 {
    margin-top: 30px;
}

.voffset5 {
    margin-top: 40px;
}

.voffset6 {
    margin-top: 60px;
}

.voffset7 {
    margin-top: 80px;
}

.voffset8 {
    margin-top: 100px;
}

.voffset-top-9 {
    margin-top: 150px;
}

.voffset-bottom-9 {
    margin-bottom: 150px;
}

/* Diversos */

.no-margin-hor {
    margin-left: 0;
    margin-right: 0;
}

.no-margin-ver {
    margin-top: 0;
    margin-bottom: 0;
}

.no-padding-top {
    padding-top: 0;
}

/* jquery growl */

div.growlUI {
    background: url(/Images/GrowlOK.png) no-repeat 10px 10px;
}

div.growlUI h1, div.growlUI h2 {
    color: white;
    padding: 5px 5px 5px 75px;
    text-align: left;
}

.nav > li > a {
    padding: 10px 8px;
}
.k-input, .k-textbox {
    color: #555 !important;
}

a {
    cursor: pointer;
}

#checkBoxTransacaoConductor {
    padding-top: 7px
}

/********Modal confirmacao subst. pessoa da conta***********/
.modal-confirm-subst-pessoa-conta div.ui-dialog-content{
    max-height: 276px !important;
}

/**************************/