/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: none;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.carousel .item {
    width: 100%; /*slider width*/
    height: 100%; /*slider height*/
}

    .carousel .item img {
        width: 100%; /*img width*/
        height: 100%;
    }
/*add some makeup*/
.carousel .carousel-control {
    background: none;
    border: none;
    top: 50%;
    height: 100%;
}
/*full width container*/
@media (max-width: 767px) {
    .block {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/*Used by login buttons*/
.color-background-positive {
   background-color: #62BB46;
}

.color-background-positive:active,
.color-background-positive:hover
{
   background-color: #6BD64F;
}

/*The default margin size in bootstrap is too big, makes menus too long for eye comfort.*/
li.dropdown-divider {
   margin: 3px;
}

.field-color-text {
   color: #ffffff;
}

.navbar {
    background-color: #62BB46;
    border-color: #62BB46;
    min-height: 30px;
}

.navbar-inverse .navbar-toggler {
   color: #ffffff80;
}

.navbar-inverse .navbar-toggler > i.fa {
   color: #fff;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        background: #06C;
    }

.navbar > .container .navbar-brand {
    margin-left: 5px;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar {
    padding-left: 5px;
}

div.tableheader {
    margin-right: 15px;
}

.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

.form-control-small {
    height: 31px;
    padding: 2px;
}

a.license,
a.license:hover,
a.license:active,
a.license:focus,
a.license:visited {
    color:#3D3D3D;
}

.status-frame {
    width: 500px;
}

.info > a:hover,
.info > a:active {
    text-decoration: none;
}

.color-text-negative {
   color: red;
}

.color-text-warning {
   color: darkorange;
}

.color-text-postive {
   color: green;
}

table#servers > tbody > tr > td {
    vertical-align: middle;
}

.health {
    display: block;
    margin-top: 2px;
    color: #3d3d3d;
}

.nowrap {
    white-space: nowrap;
}

.prewrap{
   white-space: pre-wrap;
}

.message {
    min-width: 115px;
    font-size: 11px;
}


td.normal-cell {
   padding: 5px 5px 6px 5px;
}

td.center-aligned-cell {
   padding: 10px 5px 0px 5px;
   text-align:center;
}

td.left-aligned-cell {
   padding: 4px 5px 4px 5px;
   height: 50px;
   text-align: left;
}

.wide-textbox {
   width: 300px;
   height: 30px;
}

.wide-1000 {
   width: 1000px;
}

.btn-wide {
   padding: 4px 28px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}

.refresh-button {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
}

.panel-heading {
   margin-top: 0.500rem;
}

.login-panel {
   border: 1px solid #ddd;
   background-color: #f2f2f2;
   margin-top: 1rem;
}

#CountdownTime {
    width: 50px;
}