﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/*input,
select,
textarea {
    max-width: 280px;
}*/

/* 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;
}


.form-signin {
            max-width: 330px;
            padding: 15px;
            margin: 0 auto;
        }

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

    .form-signin .form-control:focus {
        z-index: 2;
    }

.form-signin input[name="Usuario"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: -1px;
    border-radius: 0;
}

.form-signin input[name="Documento"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.north {
transform:rotate(0deg);
-ms-transform:rotate(0deg); /* IE 9 */
-webkit-transform:rotate(0deg); /* Safari and Chrome */
}
.west {
transform:rotate(90deg);
-ms-transform:rotate(90deg); /* IE 9 */
-webkit-transform:rotate(90deg); /* Safari and Chrome */
}
.south {
transform:rotate(180deg);
-ms-transform:rotate(180deg); /* IE 9 */
-webkit-transform:rotate(180deg); /* Safari and Chrome */
    
}
.east {
transform:rotate(270deg);
-ms-transform:rotate(270deg); /* IE 9 */
-webkit-transform:rotate(270deg); /* Safari and Chrome */
}

#modalImagem .modal-dialog{
    overflow-y: initial !important
}

#modalImagem .modal-body{
    height: 100%;
    overflow-y: auto;
}

.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; }
.voffset9 { margin-top: 150px; }

.hoffset { margin-left: 2px; }
.hoffset1 { margin-left: 5px; }
.hoffset2 { margin-left: 10px; }
.hoffset3 { margin-left: 15px; }

.uniform-thumbnail{
    min-height: 420px;
    max-height: 420px;
}

.uniform-thumbnail-small{
    min-height: 330px;
    max-height: 330px;
}

.uniform-thumbnail img{
    min-height: 200px;
    max-height: 220px;
    overflow-y:auto;
}

.uniform-thumbnail-small img{
    min-height: 200px;
    max-height: 220px;
    overflow-y:auto;
}

.uniform-thumbnail caption{
     margin-top:30px;
}

.uniform-thumbnail-small caption{
     margin-top:30px;
}

.modal-body-smaller {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}

.text-bold{
    font-weight: bold;
}

.text-super-danger{
    color: red;
}

.text-super-warning{
    color: #ff9900;
}

.text-super-success {
    color: #0ed612;
}

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #666;
}

.wrap-text{
    max-width: 180px;
    text-wrap: normal;
}

a.thumbnail.active{
    border-color: #406c94;
    border-width: 2px;
}

.float-info{
    position: absolute;
    margin-left: 10px;
    margin-top: 25px;
    background-color: #FFF;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 8px;
    opacity: 0.5;
    border-radius: 4px;
}

.float-checkbox {
    float: right;
}

.dt-button{
    float:right;
    margin-bottom: 5px;
}

#image-viewer button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    white-space: nowrap;
    padding: 3px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
    margin: 2px 2px 8px 2px;
}