﻿.leftInfoBlock {
    float: left;
    width: 30%;
}

.rightInfoBlock {
    float: left;
    margin-left: 10px;
    width: 69%;
}

#searchDiv {
    margin-right: -20px;
}

body {
    background-image: url('../../../images/background/backgroundtextureLt.png') !important;
}


.helpSectionOver {
    color: #306f8e;
    background: #cbe4f1;
}

.importantSectionOver {
    color: #750d0a;
    background-color: #edd0d0;
}

.myListSectionOver {
    color: #387038;
    background-color: #CAE2C1;
}

#myListSection.alert-success, #myListSectionFull.alert-success {
    border-color: #387038;
}

#importantInfo > div > .alert-heading,
#importantInfoFull > div > .alert-heading,
#helpSection > .alert-heading,
#helpSectionFull > .alert-heading,
#myListSection > .alert-heading,
#myListSectionFull > .info > .alert-heading {
    cursor: pointer;
}

#myListSection:hover,
#myListSectionFull:hover {
    color: #387038 !important;
    background-color: #CAE2C1 !important;
}

.tab-content {
    margin-left: 20px;
}

#resultsGridDiv {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.07);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26000000, endColorstr=#26000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#26000000, endColorstr=#26000000)";
    border: 1px solid #666;
    padding-top: 10px;
}

.even {
    background-color: #f5f5f5;
}

.tablecell {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
}

.headerrow {
    vertical-align: middle !important;
}

.TableTools {
    display: none;
}

.table {
    width: 100% !important;
}

.clear {
    display: none;
}

.popover {
    z-index: 10000;
}

.dataTables_info {
    float: right;
    margin-right: 10px;
}

.dataTables_length {
    float: right;
    margin-right: 10px;
}

.dataTables_paginate {
    float: right;
    margin: 10px 0px 0px 0px;
    height: 25px;
}

.table THEAD:first-child TR:first-child Th {
    color: white;
    font-size: 1em;
    font-weight: bold;
    background-color: #5f5f5f;
}

.data .sorting {
    background-position-y: center !important;
    background-color: inherit;
    opacity: .8;
    filter: alpha(opacity = 80);
}

.eyeball {
    background-color: #DFF0D8 !important;
}

.lastVisited {
    background-color: #B3DADA !important;
}

INPUT[type='text'] {
    font-size: .9em;
}

.name-search::placeholder {
    color: #285F79;
    font-weight: bold;
    opacity: .8;
}
.name-search:-ms-input-placeholder {
    color: #285F79;
    font-weight: bold;
    opacity: .8;
}

.select2-results__option {
    padding: 1px 3px;
}
