body {
    font-size: 18px;
    line-height: 140%;
    background: #1E110E;
    color: #5f3031;
}
h1, h2, h3 {text-shadow: 0.1em 0.1em 0.25em rgb(153, 142, 134);}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}
a {
    color: #e06342;
    text-decoration: none;
}

a:hover {
    color: #b73e1e;
    text-decoration: underline;
}

a:hover, a:active {
    outline: 0;
}

.dataTables_length select {
    width: auto;
}

.obsid {
  border-collapse: collapse;
  margin: 20px auto;
}

.obsid td {
border: 1px solid gray;vertical-align: top;padding: 4px;
}

#page-wrapper {
    background: none repeat scroll 0 0 #F8F6D8;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 0 20px #D2D2BF;
    display: block;
    margin: 0 auto 3em;
}



@media (max-width: 767px) {
    body {
        background: none;
        padding: 0;
    }
    #page-wrapper {
        margin: 0;
        box-shadow: none;
    }

    .container-fluid {
        margin: 1em;
    }
}

.container {
    max-width: 1400px;
}

.accordion-group {
   border: 0px solid white;
}

.accordion-group a {
    color: #5f3031;
    text-decoration: none;
}

.accordion-group a:hover {
    color: #5f3031;
    text-decoration: underline;
}

.accordion-group a:hover, a:active {
    outline: 0;
}


select {
    width:100%;
}

.main_acknowledgements {
    border: 1px solid #FEB702;
    background-color: #FEE6A6;
    padding: 1em;
    border-radius: 10px;
}

.navbar-affix {
    width:100%;
    top:0;
    left:0;
    margin:0;
    z-index: 200;
}


.btn {
  color: #5f3031;
  background-color: #fbf9e7;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f4f1c2));
  background-image: -webkit-linear-gradient(top, #fff, #f4f1c2);
  background-image: -o-linear-gradient(top, #fff, #f4f1c2);
  background-image: linear-gradient(to bottom, #fff, #f4f1c2);
  background-image: -moz-linear-gradient(top, #fff, #f4f1c2);
  background-repeat: repeat-x;
  border-color: #f4f1c2 #f4f1c2 #e8e282;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color: #a2a2a2;
}

.btn:hover, .btn:active {
  color: #5f3031;
  background-color: #f4f1c2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f4f1c2));
  background-image: -webkit-linear-gradient(top, #fff, #f4f1c2);
  background-image: -o-linear-gradient(top, #fff, #f4f1c2);
  background-image: linear-gradient(to bottom, #fff, #f4f1c2);
  background-image: -moz-linear-gradient(top, #fff, #f4f1c2);
  background-repeat: repeat-x;
  border-color: #f4f1c2 #f4f1c2 #e8e282;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color: #a2a2a2;
}



.btn-navbar {
    color: black !important;
    padding:5px !important;
}

.hedam-banner {
    width: 100%;
    margin: 0 0 0 0;
}

.btn-primary {
    color: #fff;
    background-color: #df5c39;
    background-image: linear-gradient(to bottom,#e06342,#dc512c);
    background-repeat: repeat-x;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #dc512c;
    background-image: linear-gradient(to bottom,#e06342,#dc512c);
    background-repeat: repeat-x;
}

.download_buttons {
    border: 1px solid #FEB702;
    background-color: #FEE6A6;
    padding: 1em;
    border-radius: 10px;
}

.download_buttons h2 {
    margin:0;
}

.download_buttons a {
    display: block;
    margin:5px auto;
}

.fancybox-img {
    display:block;
    width:100px;
    height:100px;
}

.fancybox-nav {
    width: 2%;
}

.fancybox-prev {
    left: -3%;
}

.fancybox-next {
    right: -3%;
}

.text-right {
    text-align: right;
}
header p {
    padding-top: 60px;
    padding-bottom: 10px;
}


.menu {
    background-color: #BCD2F3;
    border-radius: 10px;
    border: 1px solid #91A9F7;
}

.menu a {
    color: black;
}

.menu a:hover {
    border-radius: 8px;
}

footer{
    margin-top: 4em;
    text-align: center;
}

.footer img{
    height: 60px;
}

.area_menu{
    background-color: white;
    padding: 0.1em 0.3em;
    text-align: left;
    color: black;
    border-radius: 10px;
    border: 1px solid #91A9F7;
}

.area_news{
    background-color: #E9EDF7;
    padding: 0.1em 0.3em;
    text-align: left;
    color: black;
    border-radius: 10px;
    border: 1px solid #91A9F7;
}

.zone{
    font-size: 12px;
    line-height: 20px;
    border-radius: 10px;
    border: 0 solid #91A9F7;
    background-color: white;
}


.frame{
    font-size: 12px;
    line-height: 20px;
    border-radius: 10px;
    border: 1px solid grey;
    background-color: whitesmoke;
    padding:1.3em;
}



.frame .inputradio{
    margin-top: 8px;
}

.frame .inputtext{
    margin-bottom: 0;
    margin-left: 0 !important;
}

.submit{
    text-align: center;
}

.frame .radio{
    margin-left: 5px;
}

.download{
    text-align:left;
}

.download img{
    border: 0;
    width: 25px;
    height: 25px;
}

.download h4{
    text-align: left;
}


.area_details{
    background-color: #E9EDF7;
    padding: 0.1em 0.3em;
    text-align: left;
    color: black;
    border-radius: 10px;
    border: 1px solid #91A9F7;
}

.detail_images{
    text-align: center;
}

.textcenter{
    text-align: center;
}

.textjustified{
    text-align: justify;
}

.paging_full_numbers .ui-button{
    padding: 0 6px;
    cursor: pointer;
}

div.DataTables_sort_wrapper {
    display: -webkit-inline-box;
}


.plotButton{
    display: -webkit-box !important;
    max-width: 805px;
    margin: 0 auto 10px;
}

.plotButton .btn{
    width: 100px;
}


.jqplot-event-canvas {
    z-index: 2;
}

.jqplot-series-canvas {
    z-index: 1;

}
.jqplot-series-shadowCanvas{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.jqplot-highlighter-tooltip{
    background: white;
    z-index: 2;
}

.info-dataset{
    background-color: #D8D8D8;
    border-radius: 10px;
    border: 0 solid #585858;
    padding: 5px;
}

.btn-hms{
    color: black;
}

.hmsrow{
    height: 30px;
    margin-top: 5px;
}

.buttonrow{
    text-align: center;
}

.outputSelect{
    text-align: center;
}

table.dataTable {
    max-width: none;
    white-space: nowrap;
}

.dataTables_processing {
    z-index: 1;
}

.tab-cone {
    height: 115px;
}

.templatesi-criterion-formlabel {
    padding-top: 5px;
}

.templatesi-box {
    display: inline;
    padding-right: 10px;
}

.templatesi-box input {
    margin-right: 3px;
    margin-bottom: 3px;
}

.c_centered {
    text-align: center;
}
.c_rightaligned {
    text-align: right;
}
.c_logo {
    margin: 24px 10px;
}

.c_highlight {
    background: #DCDCDC;
    border: 1px #949494 solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 8px;
}

.c_ptable td:nth-child(1) {
    width: 16%;
}
.c_ptable td:nth-child(2) {
    width: 16%;
}
.c_ptable td:nth-child(3) {
    width: 16%;
}
.c_ptable td:nth-child(4) {
    width: 20%;
}
.c_ptable td:nth-child(5) {
    width: 16%;
}
.c_ptable td:nth-child(6) {
    width: 16%;
}



.home-menu {
    margin-bottom: 15px;
    padding: 1em;
    background-color: whiteSmoke;
    border: 2px solid grey;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


.home-menu h3{
    text-align:center;
}

.home-menu .row {
    margin-left: 0;
    padding-top: 5px;
    border-bottom: 1px dashed gray;
}

.home-menu .row:hover {
    background-color: white;
}

.home-menu .span1 {
    text-align: center;
}

.home-menu .span4 {
    text-align: justify;
}

.home-menu .noborder {
    border: none;
}

.tab-content {
    overflow: visible;
}

.chzn-container {
    margin-bottom: 9px;
}

.chzn-choices {
    border: 1px solid #ccc;
    border-radius: 3px;
}

.collapse.in {
    overflow: visible;
}

.badge-anis {
    font-size: inherit;
    padding: .3em .9em;
}


.label-inverse, .badge-inverse {
background-color: #5f3031;
}

h4 {
font-size: 17.5px;
}

.label, .badge {
display: inline-block;
font-weight: bold;
line-height: 14px;
color: #f8f6d8;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
white-space: nowrap;
vertical-align: baseline;
}

.figure {
    text-align:center;
}

[id=dataset_download_table] {
    font-size:80%;
}

#dataset_download_table {
    margin:2em auto;
    border-collapse:collapse;
    border: 1px solid black;
    font-size:85%;
}
#caption {
    padding:1.8em;
    text-align: left;
    font-size:85%;
}
#dataset_download_table th, #dataset_download_table tr, #dataset_download_table td {
    border: 0px;
    padding: .2em .4em;
    vertical-align: middle;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    -o-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}
#dataset_download_table th {
    background-color: #B01717;
    color: white;
}
#dataset_download_table tr:nth-child(2n+2) {
    background-color: #FFB060;
}
#dataset_download_table tr:hover td {
    background-color: #B01717;
    border-right:1px dashed white;
    color:white;
}
#dataset_download_table td {
    border-right:1px dashed #B01717;
    height:3em;
}
.level_head {
    background-color: #B01717;
    border-bottom: 1px solid white !important;
    border-right:0px !important;
    color: white;
    text-align: center;
}
.last_level {
    border: 0px !important;
}
.download_dataset {
    width:80%;
    margin:auto;
    font-size:1.1em;
}

.radio, .checkbox {
    cursor: pointer;
}

.cone-search-box {
    background-color: whitesmoke;
    border: 2px solid grey;
    border-radius: 4px;
    padding: 1em;
    margin-bottom: 15px;
}

/* Full list */
.aft_table {
    width: 80%;
    margin: 1.5em auto;
    font-size: 80%;
    border-collapse: collapse;
}
.aft_table tr td { height:2.5em; vertical-align:middle; }
.aft_table th { background-color: #00034F; color: white; }
.aft_itemname { text-decoration: underline; }
td form { display:inline-block; }
.aft_res_readme { display:inline-block; width:24px; height:24px; margin:1px; vertical-align: middle; background:url("../img/readme.png") no-repeat; }
.aft_res_full_dataset { display:inline-block; width:24px; height:24px; margin:1px; vertical-align: middle; background:url("../img/full_dataset.png") no-repeat; }
.aft_res_cat_vo { display:inline-block; width:24px; height:24px; margin:1px; vertical-align: middle; background:url("../img/icons24.png") 0 0 no-repeat; }
.aft_res_cat_fits { display:inline-block; width:24px; height:24px; margin:1px; vertical-align: middle; background:url("../img/icons24.png") 0 -24px no-repeat; }
.aft_res_cat_ascii { display:inline-block; width:24px; height:24px; margin:1px; vertical-align: middle; background:url("../img/icons24.png") 0 -48px no-repeat; }
.aft_res_image_single { display:inline-block; width:24px; height:24px; margin:1px; vertical-align: middle; background:url("../img/image_single.png") no-repeat; }
.aft_res_image_multi { display:inline-block; width:24px; height:24px; margin:1px; vertical-align: middle; background:url("../img/image_multi.png") no-repeat; }
.aft_dataset_line td { border-top:1px solid grey; }
.aft_dataset_line td:last-child { text-align:right; }
.aft_description { display:none; }
.aft_description table {width:80%;margin:1em auto;border-collapse:collapse;}
.aft_description table tr:hover { background-color: #CFE1F6; }
.aft_description table td {border:1px solid gray;padding:5px;text-align:center;}
.aft_description table th {border:1px solid gray;padding:5px;}
.aft_dataset_line:hover { background-color: #CFE1F6; }
.hidden {display:none;}
#sampConnector {text-align:left;margin-top:2em;}

.cutout_container {text-align: center;}
.cutout_image {display:inline-block;width:32%;}
.cutout_image p {font-size: 85%; line-height: 105%; margin-top: .5em; text-align: left;}
.conesearch_table {font-size: 80%;}
.conesearch_table td {text-align: center;}
.conesearch_table th {text-align: center;}
.conesearch_table td:first-child {text-align: left;}
.conesearch_table th:first-child {text-align: left;}
.conesearch_table_info {max-width:960px;margin:auto;}
.conesearch_table_info th{width:20%; text-align:right; padding-right:1em;}

.dataset_info h3 {
    text-align: center;
    margin-bottom: .2em;
}
.dataset_info .btn {
    margin-right: .7em;
    margin-bottom: .9em;
}
.all_file_footnotes {line-height:1.4em; display:table; width: 75%; margin: 1em auto 2em;}
.all_file_footnotes > div {display: table-row;}
.note-ref, .note-content {display: table-cell; padding-bottom: 1.3em;}
.note-ref {padding-right: 2em;}
blockquote p {font-size: inherit;}
#outputform {margin-bottom:1em};


.Tableresult {
    background-color: whitesmoke;
    padding: 0 0.3em;
    text-align:left;
    color: black;
    border-collapse: separate;
    border-spacing : 1em 1em;
    border: 2px solid whitesmoke;
}

.icone {
    height: 32px;
    width: 32px;
}

.timg {
width: 100%;
background-color: white;
}

.timg td {
padding: 5px;
/*text-align: center;*/
}


.div-detail {
    background-color: white;
    border: 2px solid #e06342;
    border-radius: 8px;
    padding: 1em;
    margin-bottom: 15px;
}


.imgdetail {
    height: 200px;
    width: 200px;
}

.imgdetail1 {
    max-height: 160px;

}

.imgdetail2 {
    max-height: 200px;

}

.imgdetail3 {
    max-height: 200px;
    max-width: 200px;

}


.sdss {
    position: relative;
    color: black;
    text-align:left;
    font-size: 10px;
}

.alltargets {
    font-size: 12px;
}


.visibility {
   visibility:hidden;
}

.c_logos > a {
    display: inline-block;
}

.c_logos > a > img {
    margin-right: 30px;
    height: 60px;
    width: auto;
}
.c_logos > a > img.large_logo {
  height: 45px;
}
.c_logos > a:last-child > img {
    margin-right: 0px;
}

.c_logos {
    margin: 1em .1em
}
