body {
    /* padding-top: 50px; */
    /* padding-bottom: 20px; */
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.list-group-item textarea {
    vertical-align:middle;
}

#loading {
    display: none;
    position: fixed;
    top: 45%;
    left: 45%;
}

.infoRow {
    margin: 2rem 0;
}

div#rMenu {
    position: absolute;
    visibility: hidden;
    top: 0;
    background-color: #555;
    text-align: left;
    padding: 2px;
}

div#rMenu ul li {
    margin: 1px 0;
    padding: 0 5px;
    cursor: pointer;
    list-style: none outside none;
    background-color: #DFDFDF;
}

input.error, select.error, textarea.error {
    background-color: #ffffbb;
}

fieldset {
    border: 1px solid #FF6A00;
    padding: 0.5em;
    display: inline-block;
    vertical-align: top;
    width: 96%;
    height: 94%;
}

legend {
    color: #FF6A00;
}

#Table_Indicators td, #Table_Operators td {
    border: 1px #DDD solid;
    padding: 5px;
    cursor: pointer;
}

.selected_tr {
    background-color: brown;
    color: #FFF;
}

.resizable {
    width: 50%;
    height: 120px;
    padding: 0.5em;
    background-color: coral;
    display: inline-block;
}

.resizable2 {
    background-color: lightblue;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 10px;
    right: -5px;
    top: 0;
    bottom: 0;
    background-color: gray;
}

div.content_wrap {
    width: 100%;
    height: 450px;
}

    div.content_wrap div.left {
        float: left;
        width: 250px;
    }

    div.content_wrap div.right {
        float: right;
        width: 340px;
    }

#searchFilters {
    padding-left: 0;
}

.searchFilterInput {
    padding: 5px;
    background: #eee;
    list-style-type: none;
    display: inline;
    margin-left: 10px;
}

.searchFilterInputClose {
    background-image: url("Content/images/close.png");
    background-size: 15px 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    content: "";
    margin-left: 5px;
    cursor: pointer;
}

.spacer {
    height: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.left {
    float: left;    
}

.right {
    float: right;
}

.clearfix {
    clear: both;
}

.table {
    width: auto;
}

#preView ul {
    padding-left: 0;
}

#preView ul li {
    list-style-type: none;
}

#preView {
    width: 50%;
    min-height: 150px;
    display: flex;
}

#preView div {
    width: 30%;
    margin-left: 20px;
    /*padding: 0 10px;*/
    align-items: stretch;
    overflow: hidden;
    background-color: aliceblue;
    text-align: center;
}

#preView div span {
}

#preView div h5 {
    background: rgba(0,0,0,0.1);
    margin: 0 0 10px 0;
    padding: 10px;
}

#preView div.current {
    background-color: lightblue;
}

#configView {
    list-style: none;
    padding-left: 0;
}

#configView li {
    list-style-type: none;
}

#configView li label {
    /*width:30%;*/
}

.list-group-item label {
    margin-right: 1rem;
}

#DAContainer {
    position: absolute;
    max-width: 80em;
    max-height: 60em;
    overflow: scroll;
    border: 1px solid #ddd;
    background-color: white;
    box-shadow: 20px 20px 40px 1px #656565;
    z-index: 100;
}

#DAContainer .header {
    background: #666;
    color: white;
    margin: 0;
    padding: 10px;
    font-size: 18px;
}

#pageMask i {
    position: absolute;
    top: 5em;
    right: 0;
    font-size: 24px;
    cursor: pointer;
    z-index: 100;
}

#pageMask {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

button:disabled {
    color: gray;
}

.row {
    margin:10px 0 !important;
}

#resultsPreview {
    /*width:66%;*/
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.sortable {
    cursor:pointer;
}
    .sortable:hover {
        color: #386192;
    }

i.fa {
    font-size:1.6rem;
}

.custom-msg a {
    cursor:pointer;
}

#divCountry {
    /*margin-top:20px;*/
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.user-config {
    display: inline;
}

.user-config i {
    cursor:pointer;
}

    .user-config i:hover {
        color: #386192;
    }
