/* lofar lta ui css */

/* body properties */
body {
    font-family : Verdana, Arial, Segoe, sans-serif;
    font-size   : 12px;
    background-color: #f6f6f6;
    margin: 0;
    color: #3D003B
}

/* show all images without border */
IMG {
    border : 0px;
}

/* link properties */
A:link    {text-decoration : none;color : blue;}
A:visited {text-decoration : none;color : blue;}
A:active  {text-decoration : none;color : blue;}
A:hover   {text-decoration : none;color : #c77405;}

/* link properties for the clickable headers that will sort the table server side */
A.clickable_header:link    {color : black;}
A.clickable_header:visited {color : black;}
A.clickable_header:active  {color : black;}
A.clickable_header:hover   {color : black; font-style : italic;}


div.inner {
    height:100%;
    width: 90%;
    display:inline-block;
    background-color: white;
    border-width: 0px 1px;
    border-color: #cccccc;
    border-style:solid;
}
div.footer {
    width: 90%;
    display:inline-block;
    text-align: center;
    margin-bottom: 1em;
    padding: 0.5em;
    font-style:italic;
    font-size: 11px;
    color: #999999;
}

div.head1 {
    height:60px;
}
div.head1 .inner {
    text-align: left;
}
div.head1 .inner .logo {
    margin-left:2em;
    width: 450;
    height: 55;
}

div.login-container {
    float:right;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    margin-right: 16px;
}
div.login-container a,
div.login-container a:hover {
    color: inherit;
}
div.login-container .login {
    padding: 4px 6px;
    border: 1px solid #3D003B;
}
div.login-container .login:hover {
    /*background-color : #ffca00;*/
    border-color: #ffca00;
    font-weight:bold;
    color: #ffca00;
}


div.head2 {
    height: 100px;
    background-image: url(assets/bg_banner.jpg);
    background-position:center;
}
div.head2 .inner {
    background-color:rgba(119, 59, 111, 0.5);
    border-color: #3D003B;
}

div.main-menu {
    background-color: #3D003B;
}
div.main-menu .inner {
    background-color: #773B6F;
    border-color: #3D003B;
}

div.main-body {
}
div.main-body .inner {
    padding-bottom: 4em;
    border-width: 0px 1px 1px 1px;
}
div.main-body .inner form {
    padding: 1em;
}




/* even and odd rows in a table */
.TableRowEven {
    background : #dddddd;
}
.TableRowOdd  {
    background : #fbfbfb;
}

/* even and odd rows in a tooltip table */
.TooltipRowEven {background : #ffffff;}
.TooltipRowOdd  {background : #cccccc;}

.Page {
    text-align : center;
}

ul.header,
ul.header-sub {
    list-style-type: none;
    overflow       : hidden;
    display        : inline-block;
}
ul.header {
    color: white;
}

ul.header li,
ul.header-sub li {
    margin       : 0px 35px 0px 0px; /* 35 px right gives symmetrical centered li's */
    float        : left;
    display      : inline;
    font-size    : 100%;
}

ul.header li A:link,
ul.header li A:visited,
ul.header li A:active {
    text-decoration : none;
    color : white;
}
ul.header li A:hover  {
    text-decoration : none;
    color : #ffca00;
}


/* styled input boxes */
.editbox{
    background-color : #f2f2f2;
    /*font-family : verdana;*/
    font-size : 10px;
    padding   :  0px;
    margin    :  3px 1px 3px 1px;
}

.checkbox_stage {
    margin  : 0px;
    padding : 0px;
}

/* make the maximum width of the jquery UI tooltip a bit more, so URI's fit in the FileInfo tables */
div.ui-tooltip {
    max-width: 600px;
}

/* Query Form Table */
.QueryFormTable{
    background-color : #f4f4ff;
    margin-top   : 0px;
    border-spacing: 2px;
    border-collapse: separate;
    text-align   : left;
    border       : 0px;
    color: black;
}
.QueryFormTable th{
    padding : 5px 3em 5px 1em;
    vertical-align: top;
}
.QueryFormTable td{
    padding : 1px 10px 1px 10px;
}
.QueryFormSearchButton{
    font-weight : bold;
}
.QueryFormHr {
    color : #9999ee;
    background-color : #9999ee;
}
.CenterPage {
    width : 80%;
    max-width: 800px;
    background-color : #eeeeee;
    margin-right : auto;
    margin-left : auto;
    margin-top: 2em;
    padding : 1.5em 2em;
    border-radius: 1em;
}
.CenterPage2 {
    margin : auto;
}

/* Station query form uses a table */
.StationQueryTable td{
    padding : 1px 2px 1px 5px;
}
.StationQueryTable td.SpaceUnder{
    padding : 1px 2px 10px 5px;
}

.ErrorMessage {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.NoData {
    color : #999999;
    font-style : italic;
}
.ToMany{
    /*font-style : italic;*/
}
.Message{
    margin-top: 20px;
}
.Small {
    font-size : 9px;
}
.PageLink {
    font-size : 11px;
}
.ProjectTable {
    margin-top: 2em;
}

/* table definition for lofar output tables */
.LofarTable {
    /*border-collapse: collapse;
    border         : 0px solid white;
    margin-left:  auto;
    margin-right: auto; */
    color:        #111111;
}
.LofarTable th {
    border     : 2px solid white;
    background-color: #aac1ee;
    padding    : 1px 3px 1px 3px;
    font-size  : 9pt;
    vertical-align: top;
}
.LofarTable td {
    border      : 2px solid white;
    padding     : 1px 5px 0px 5px;
    font-size   : 8pt;
    white-space : nowrap;
    background-color: #fbfbfb;
}

/* The table shown in the popup with the file info (uri etc ...) */
.FileInfoTable td {
    font-size   : 8pt;
    word-wrap   : break-word;
}

/* tablesorter formatting
   For alternating rows in (zebra) table define the odd rows */
/*table.tablesorter tbody tr.even td {
    background: #dddddd;
}*/

table.tablesorter tr.tablesorter-headerRow {
    background-color: white;
}


/* highlight selected row */
table.tablesorter tr.even:hover td,
table.tablesorter tr.odd:hover td   {
    background-color: #efd265;
}
/* format sorted table heading */
table.tablesorter .header,
table.tablesorter .tablesorter-header {
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter .headerSortUp,
table.tablesorter .tablesorter-headerSortUp,
table.tablesorter .tablesorter-headerAsc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
table.tablesorter .headerSortDown,
table.tablesorter .tablesorter-headerSortDown,
table.tablesorter .tablesorter-headerDesc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
table.tablesorter .headerSortDown,
table.tablesorter .headerSortUp,
table.tablesorter .tablesorter-headerSortDown,
table.tablesorter .tablesorter-headerSortUp,
table.tablesorter .tablesorter-headerAsc,
table.tablesorter .tablesorter-headerDesc {
    background-color: #eee;
    padding-right : 20px;
}
table.tablesorter th:hover {
    background-color : orange;
}

table.cluetip-projects-table td {
    font-size : 8pt;
}

/* a clickable heading;
 *   used for headings that show/hide a result table
 *   used for server side sorting of columns
 */
.clickable_heading_asc, .clickable_heading_desc,
table.LofarTable .clickable_heading_asc,
table.LofarTable .clickable_heading_desc {
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    padding-right : 20px;
}
table.LofarTable .clickable_heading_sel {
    background-color: #ccf;
}
.clickable_heading_asc:hover, .clickable_heading_desc:hover,
table.LofarTable .clickable_heading_asc:hover,
table.LofarTable .clickable_heading_desc:hover {
    background-color: orange;
}
.clickable_heading_desc,
table.LofarTable .clickable_heading_desc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
.clickable_heading_asc,
table.LofarTable .clickable_heading_asc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

/* table class for list of staging or copying uri's */
table.uri-staging-table {
    font-family : sans-serif;
    font-size   : 10px;
}
.uri-staging-table th {
    padding      : 1px 10px 1px 10px;
}
.uri-staging-table td {
    padding      : 1px 10px 1px 10px;
}



/* Small devices */

@media (max-width: 992px) {

    div.inner,
    div.footer {
        width: 100%;
        font-size: 11px;
    }
    div.footer {
        font-size: 10px;
    }

}


#aw-main-content {
    padding-bottom: 2em;
}

.aw-row-top {
}
.aw-row-top .col-xs-12 {
    background-color: white;
    height: 60px;
}
.aw-row-banner {
    height:100px;
    background: transparent url(assets/bg_banner.jpg) no-repeat center center /cover;
}
.aw-row-banner .col-xs-12 {
    height:100%;
    background-color: rgba(119, 59, 111, 0.5);
    border-color: #3D003B;
}
.aw-row-menu {
    background-color: #3D003B;
}

.aw-row-main-content .col-xs-12 {
    background-color: white;
}
.aw-row-footer .col-xs-12 {
    text-align: center;
    font-size: smaller;
    color: #999999;
    padding-top:0.5em;
}

.aw-border {
    border-color: #cccccc;
    border-style: solid;
}
.aw-border-left-right {
    border-width: 0 1px 0 1px;
}
.aw-border-left {
    border-width: 0 0 0 1px;
}
.aw-border-right {
    border-width: 0 1px 0 0;
}
.aw-border-left-right-bottom {
    border-width: 0 1px 1px 1px;
}

.navbar-default .navbar-nav>li>a  {
    color: white;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus  {
    color: #eee;
    background-color: #9e4f94;
}



/* SEARCH SIDEBAR */
#sidebar {
    background-color: #eee;
    padding-left: 0;
    padding-right: 0;
/*    float: left;
    min-height: 100%;
    transition: all 0.3s;*/
}

#sidebar .collapse.in {
    display: inline;
}

#sidebar ul li a {
    white-space: nowrap;
    overflow: hidden;
    color: black;
}

#sidebar ul li a:hover {
    color: black;
    background: #fff;
}
#sidebar ul ul a {
    padding-left: 30px !important;
}
#sidebar .nav-stacked>li+li {
    margin-top: 0px;
}


/* Bootstrap Overrides */
.page-header {
    margin-top: 0;
}

.table-hover>tbody>tr:hover {
    background-color: #efd265
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 2px 4px;
}

/* Quality Attributes */
.poor {
  background-color: red;
}
.moderate {
  background-color: orange;
}
.good {
  background-color: green;
}
