﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    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: 280px;
}*/

/* Style the tab */
/*div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 322px;
}*/

/* Style the buttons inside the tab */
/*div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    width: 160px;
}*/

/* Change background color of buttons on hover */
/*div.tab button:hover {
    background-color: #ddd;
}*/

/* Create an active/current tablink class */
/*div.tab button.active {
    background-color: #ccc;
}*/

/* Style the tab content */
/*.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}*/

/* Add a black background color to the top navigation */
/*.topnav {
    background-color: #333;
    overflow: hidden;
}*/

/* Style the links inside the navigation bar */
/*.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}*/

/* Change the color of links on hover */
/*.topnav a:hover {
    background-color: #ddd;
    color: black;
}*/

/* Add a color to the active/current link */
/*.topnav a.active {
    background-color: #4CAF50;
    color: white;
}*/

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

dd div.col-sm-2:first-child {
    padding-left: 0px;
}

dd button.btn-xs {
    margin-top: 2px;
    margin-bottom: 2px;
}

.text-left {
    text-align: left !important;
}

.glyphicon.input-group-addon {
    top: 0px;
}

.field-validation-valid {
    display: none;
}

.copied {
    color: green;
}

.ui-datepicker-current {
    display: none;
}

[data-notifications] {
    position: relative;
}

    [data-notifications]:after {
        content: attr(data-notifications);
        position: absolute;
        background: red;
        border-radius: 50%;
        display: inline-block;
        padding: 0.2em;
        color: #f2f2f2;
        right: -15px;
        top: -15px;
    }

/*.badge {
    display: block;
    position: absolute;
    top: 1px;
    right: 3px;
    line-height: 16px;
    height: 16px;
    padding: 0 5px;
    font-family: Arial, sans-serif;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);
    border: 1px solid;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
}

.badge {
    background: #67c1ef;
    border-color: #30aae9;
    background-image: -webkit-linear-gradient(top, #acddf6, #67c1ef);
    background-image: -moz-linear-gradient(top, #acddf6, #67c1ef);
    background-image: -o-linear-gradient(top, #acddf6, #67c1ef);
    background-image: linear-gradient(to bottom, #acddf6, #67c1ef);
}

.badge.green {
    background: #77cc51;
    border-color: #59ad33;
    background-image: -webkit-linear-gradient(top, #a5dd8c, #77cc51);
    background-image: -moz-linear-gradient(top, #a5dd8c, #77cc51);
    background-image: -o-linear-gradient(top, #a5dd8c, #77cc51);
    background-image: linear-gradient(to bottom, #a5dd8c, #77cc51);
}

.badge.yellow {
    background: #faba3e;
    border-color: #f4a306;
    background-image: -webkit-linear-gradient(top, #fcd589, #faba3e);
    background-image: -moz-linear-gradient(top, #fcd589, #faba3e);
    background-image: -o-linear-gradient(top, #fcd589, #faba3e);
    background-image: linear-gradient(to bottom, #fcd589, #faba3e);
}

.badge.red {
    background: #d9534f;
    border-color: #d9534f;
    background-image: -webkit-linear-gradient(top, #fc9f8a, #d9534f);
    background-image: -moz-linear-gradient(top, #fc9f8a, #d9534f);
    background-image: -o-linear-gradient(top, #fc9f8a, #d9534f);
    background-image: linear-gradient(to bottom, #fc9f8a, #d9534f);
}*/

.table.table-striped th {
    padding-left: 10px;
    text-align: left;
}

.table.table-striped tbody tr:hover {
    background-color: #dff0d8;
    /*background-color: #7FDBFF;
    background-color: #85144b;*/
    /*cursor: pointer;*/
}

/*.table.table-striped tr.even:hover td.sorting_1 {
    background-color: cadetblue;
    cursor: pointer;
}*/


.tablevalue-width {
    width: 330px;
    max-width: 330px;
    word-wrap: break-word;
}
