﻿body {
    padding-top: 10px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 17px;
    padding-right: 15px;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 580px;
}

.text-white {
  color: white;
}

.button-link {
background-color: transparent;
border: none;
display: block; width: 100%; padding: 3px 20px; clear: both; color: #333; white-space: nowrap; background-color: transparent; border: none; text-align: left;
}

.button-link:hover {
color: blue;
text-decoration: underline;
background-color: #f5f5f5;
}

.modal-dialog-center {
    margin-top: 15%;
}

.big-area { max-height: 100%; max-width: 100%; }

.loginBlock { background-color:white; color:#0099FF; }

a {
    color: inherit;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

