#search {
    margin-left: 5px;
    border-radius: 6px; 
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    border: 1px solid #82757B;
    height: 35px;
    width: 85%;
    padding-left: 10px;
    font-size: medium;
}

#search::-webkit-input-placeholder {
color: lightgray !important;
}
 
#search:-moz-placeholder { /* Firefox 18- */
color: lightgray !important;  
}
 
#search::-moz-placeholder {  /* Firefox 19+ */
color: lightgray !important;  
}
 
#search:-ms-input-placeholder {  
color: lightgray !important;  
}

#headerTitle {
    background-color : #3D4B5F;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
    color: white;
    font-size: 16px;
    font-family: Salesforce Sans;
    padding-top:12px;
    padding-left: 10px;
    border-radius: 0px;
}	

body {
    font-family: Salesforce Sans;
}

#main{
    padding-top: 50px;
    height: 100px;
}

.text-info{
    color: #696969 !important;
}

#tabBar{
    font-size: 12px;
}

#campaignTable{
    font-size: 12px;
    color: #4a4a4a;
    line-height: 12px;
    font-weight: 400;
    padding: 0px !important;
    margin-bottom: 0px !important;
}

#forCampaignResults{
    padding: 10px;
    margin-top:20px;
    color: black;
}

#campaignResultsBorder{
    border-color: lightgrey;
    border-style: solid;
    border-width: thin;
}

#sObjectResultsBorder{
    border-color: lightgrey;
    border-style: solid;
    border-width: thin;
}

#forCampaignResults a{
    color: blue;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: white;
}

.select-btntest{
    padding-bottom: 6px !important;
    padding-left: 12px !important;
    padding-right: 25px !important;
    padding-top: 6px !important;
    font-family: Salesforce Sans !important;
    background-color: black !important;
    background: none !important;
    border-bottom-color: none !important;
    border-color: lightgrey !important;
}

#lensName{
    color: #000000;
    font-size: 30px;
}

#resultsContainer{
    /*margin-left: 15px;
    margin-top:10px;*/
    display:none;
    min-height: 700px;
}

#tableContainer {
    height: 700px;
    overflow-y: scroll;
   /* margin-top: 40px; */
    margin-bottom: 50px;
}


#resultsHeader{
    /*height: 15px;*/
}

#valueInput{
    width:220px;
}

#resultsTitle{
    float:left;
    font-size:24px;
	font-weight: bolder;
}

#btnCSV{
    float:right;
    margin-top:15px;
}

#btnToCampaign{
    float:right;
    /* background-color:green; */
    margin-top: 15px;
}

#btnToOppty{
    float: right;
    background-color: green;
}

#btnToRDBMS{
    float: right;
    background-color: green;
}

#resultsTable{
    font-size: 12px;
    color: #4a4a4a;
    line-height: 12px;
    font-weight: 400;
    padding: 0px !important;
    margin-bottom: 0px !important;
    border-right: 1px solid #ddd;
}

#resultsTable th{
    background-color: #E7EBF2;
    color: #889FC1;
    height: 40px;
    font-size: larger;
    border-left: 1px solid white;
    font-style: Salesforce Sans;
}

#resultsTable td{
    border: 1px solid #ddd;
    font-style: Salesforce Sans;
    font-size: small;
}

#selectLensTitle{
    font-family:Salesforce Sans;
    font-size: 25px;
}

#main{
    width: 100%;
    height: 100%;
    padding-top: 50px;
}

#assetContainer{
    
}

#assetPane{
    width: 300px;
    height: 100%;
    float: left;
    margin-top: 3px;
    padding-left:2px;
    min-height: 850px;
    padding-bottom: 50px;
    border-right: lightgray;
    border-width: thin;
    border-style: solid;
    border-left: none;
    border-top: 30px;
    border-bottom: none;
    margin-right:0px;
    padding-top: 20px;

}

#assetList{
    height: 90%;
    overflow-y: scroll;
    padding: 0px 0px;
    font-family: Salesforce Sans;
    margin-top:15px;
    font-size: 14px;
}

.assetListing{
    padding: 5px 0px;
    color: rgb(130, 130, 130);
    cursor: pointer;
    padding-left: 8px;
    margin-right:2px;
}

#btnToExcel{
    float:right;
    margin-top:15px;
}

#lensAttributes dl{
    margin-left: 0px !important;
}

#lensAttributesBorder{
    padding: 15px;
    border-bottom-color: lightgray;
    border-bottom-width: thin;
    border-bottom-style: solid;
}

#lensAttributes{
   	/*background-color: rgb(241,242,243);*/
    padding: 15px;
}

.noteText{
    font-size: 12px;
    font-weight: 200;
    color: #CCCCCC;
    cursor: text;
}

.noSidebarCell{
    padding-top:0px;
}

#rightPane{
    float: left;
    width: calc(100% - 300px);
    height: 95%;
}


#myClass {
    color : blue;
}

.notification {
    position: fixed;
    top: 4rem;
    -webkit-transform: translateX(-50%) translateY(-130px);
    -ms-transform: translateX(-50%) translateY(-130px);
    transform: translateX(-50%) translateY(-130px);
    padding: .75rem 1rem;
    max-width: 40rem;
    opacity: 0;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transition-timing-function: cubic-bezier(0, .5, .5, 1.5);
    transition-timing-function: cubic-bezier(0, .5, .5, 1.5);
    color: #fff;
    background-color: #40607f;
    z-index: 3
}
.notification.success {
    background-color: #4bca81
}
.notification.alert {
    background-color: #ffb75d
}
.notification.error {
    background-color: #d4504c
}
.notification--icon {
    position: absolute;
    top: 50%;
    left: .75rem;
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #fff
}

.notification {
    left: 50%;
    border-radius: .25rem
}

.notification--msg {
    margin: 0 2rem
}
.notification--close {
    position: absolute;
    top: .75rem;
    right: .75rem
}
.notification--close svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    -webkit-transition: .1s opacity linear;
    transition: .1s opacity linear
}
.notification--close svg:focus,
.notification--close svg:hover {
    opacity: .6
}
.notification--close svg:active {
    opacity: .8
}
.notification.fade-notification-ani {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}
.notification.fade-notification-ani-remove {
    -webkit-transition-timing-function: cubic-bezier(.5, -.5, 1, 0);
    transition-timing-function: cubic-bezier(.5, -.5, 1, 0)
}