﻿body {
    padding-top: 10px;
    padding-bottom: 20px;
    background-color:rgb(238,​ 238,​ 238);
}

/* 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;
}

.sortable {
    position: relative;
}

.sortable {
    position: relative;
}
.sortable .icon-trash {
    display: none;
    z-index: 10000;
}



.center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.center img {
    height: 128px;
    width: 128px;
}

.input-validation-error {
    border-color: #a94442 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    background-color: #fcf3cf; 
}

.input-validation-error + span  {
    color: red;
    font-weight: bold;
}