﻿html, body {
    height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

span.number {
    text-align: right;
    width: 100%; 
    display: block;
    padding: 0px;
    margin: 0;
}

td.number {
    text-align: right !important;
}

th.header {
    font-weight: bold !important;
}

/* 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: 280px;
}

.login-button {
    border: solid;
    background-color: #e8fdea;
    border-color: #0B7317;
    -ms-border-radius: 12px;
    border-radius: 12px;
    padding: 10px;
}

.full-height {
    /*margin: 0;
    padding: 0;
    border-width: 0;*/
    height: 100%;
}

.full-height-with-menu {
    /*margin: 0;
    padding: 0;
    border-width: 0;*/
    /*height: calc(100% - 5px);*/
    height: 100%;
    margin-top: 20px;
}
.top-row {
    margin: 0;
    height: 35%;
}
.full-column {
    margin: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-width: 0;
    height: 100%;
}
.bottom-row {
    margin: 0;
    height: 65%;
}
.full-grid {
    margin: 0;
    padding: 0;
    border-width: 0;
    height: 100%;
}
.full-grid-with-toolbar {
    margin: 0;
    padding: 0;
    border-width: 0;
    height: calc(100% - 50px);
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.icon-spinner-red {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    /*margin: 5px;*/
    color: red;
}
.icon-spinner {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    /*margin: 5px;*/
}
.icon-loaded-black {
    animation: none;
    color: black;
}

.k-checkbox {
    border-color: #666;
}
.k-radio {
    border-color: #666;
}

.row-rejected {
    text-decoration: line-through;
    color: #9e9e9e;
    background-color: #fff5f5;
}



