/*------------------------------------------------------------------------------
 * Copyright (C) 2012, Robert Johansson <rob@raditex.nu>, Raditex Control AB
 * Copyright (C) 2012, Goran Hasse <gorhas@raditex.nu>, Raditex Control AB
 * All rights reserved.
 *
 * This file is part of rBIS.
 * http://www.raditex.nu
 * info@raditex.nu
 * 
 *    Selectors
 *    . class
 *    # id 
 *    http://www.w3schools.com/cssref/css_selectors.asp
 *    .x .y  - everyting that has .y and has .x up the chain
 *    .x > .y anyting .y and has direkt parent .x
 *
 *    http://www.w3.org/TR/CSS21/selector.html%23id-selectors
 *
 *    3D stuff in CSS3
 *    http://www.creativebloq.com/3d/how-create-impressive-3d-graphics-css3-21410672
 */


/*----------------------------------------------------------------------
 *
 * Gant example
 *
 *----------------------------------------------------------------------
*/

@import "calendar-month.css";
@import "calendar-week.css";

@import "rbis-menu.css";

@import "../rbis-css-menu.css";

.body-heading
{

    margin-top: 10px;

}

.rbis-submit-start > td
{

    border: 2px solid #FFFFFF;
    padding-left: 10px;
    background-color: #c2c2d6;
    padding-top: 10px;
    padding-bottom: 10px;


}


/* Sass Variables */


/*

$color-background-dark: #002b36;
$color-background-light: #073642;
$color-lines: darken($color-background-dark, 3%);
$color-today: #fff;
$color-text: #93a1a1;
$color-text-today: #fff;
$color-text-label-aside: $color-text;
$color-text-label-block: #fff;
$color-text-title: #fff;
$color-block-default: #268bd2;
$color-block-important: #b58900;
$color-block-urgent: #d33682;
$color-scrollbar-back: $color-background-dark;
$color-scrollbar-thumb: #93a1a1;
$aside-width: 200px;
*/

/*----------------------------------------------------------------------




for d3.js

*/

/*
body {
  font: 10px sans-serif;
}
*/



.grid .tick 
{
    stroke: lightgrey;
    opacity: 0.7;
}

.grid path 
{
      stroke-width: 0;
}

.axis text
{
   stroke: blue;
   font-family: sans-serif;
   font-size: 11px;
}

.axis path,
.axis line 
{
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.area 
{
    fill: #0000FF;
    stroke: blue;
    stroke-width: 0;
    stroke-opacity: 1.0;
    opacity: 1.0;
}

.x .axis path 
{
 stroke: black;
  /* display: none; */
}

.line 
{
  fill: none;
  stroke: steelblue;
  stroke-width: 1.5px;
}

/***********************************************************************
 *
 *
 ***********************************************************************/

.rbis-form-label
{

    font-size: 1em;
    margin-left: 0px;
    background-color: #99CCFF;
    /* margin: 62px 258px; */
    /* padding: 5px; */
    width: 95%;


    height: 50px;
    line-height: 30px;

    float:left;
    position: relative;   

    /*border-radius: 10px; */
    vertical-align: baseline;

}

.rbis-form-label-a
{

    margin-left: 20px;
    background-color: #99CCFF;
    /* margin: 62px 258px; */
    /* padding: 5px; */
    width: 70px;

    float:left;
    position: relative;   
    /*border-radius: 10px; */

}

.rbis-output-text-area
{

    /* border:2px solid #999999; */
    width: 400px;
    margin:5px 0;
    padding:1%;
    margin-left: 10px;

   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-size: 1em;

/*
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
*/

    /* float:left; */
    background-color: #CCCCFF;
    display: inline-block;
    /* height: 200px; */
    /* line-height: 300px; */ 
    /* width: 800px; */
    vertical-align: middle;

    /*padding-top: 5px;*/
    position: absolute;
    /* border-radius: 10px; */
    /* top:10px; */

}

.rbis-form-input-text
{

    margin-left: 10px;
    margin-right: 10px;
    float:left;
    background-color: #CCCCFF;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 100%;
    /*padding-top: 5px;*/
    position: absolute;
    /* border-radius: 10px; */
    /* top:10px; */

}

.rbis-sum-field
{

  font-size: 14px;
   text-align: left;
   background: #99CCFF;
   color: #0000FF;
}

.rbis-sum-number
{

   text-align: center;
   background: #99CCFF;
   color: #0000FF;

}

.order-amount
{

   color: #0000FF;

}

.num 
{
    float: left;
    color: gray;
    font-size: 13px;   
    font-family: monospace;
    text-align: right;
    margin-right: 6pt;
    padding-right: 6pt;
    border-right: 1px solid gray;
}

/*

code {white-space: nowrap;}   
body {margin: 0; margin-left: 5px;}
td {vertical-align: top;}

*/




/* gantt styles */
.gantt 
{
    position: relative;
    overflow: hidden;
    color: #000000;
    background: #CCCCFF; 

/*
    color: #93a1a1;
    background: #002b36; 
*/
}

.gantt * 
{
    font-weight: normal;
    margin: 0;
    padding: 0; 
}

.gantt li 
{
    list-style: none; 
}

/* optional title */
.gantt figcaption 
{
    position: absolute;
    top: 2px;
    left: 10px;
    font-size: 24px;
    color: blue;
    /*text-transform: uppercase;*/
    /*letter-spacing: 4px;*/ 
    z-index: 8; 
}

/* sidebar */
.gantt aside 
{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    content: "";
    background: #00FF00; 
    width: 150px;
    /* border-right: 1px solid #000b0d; */
    border-right: 1px solid #000000;
    color: #000000;
/*    -webkit-linear-gradient(left, rgba(0, 43, 54, 0.9), rgba(0, 43, 54, 0.7)); */

    background: -moz-linear-gradient(left, rgba(0, 43, 54, 0.4), rgba(0, 43, 54, 0.3));
/*    background: linear-gradient(left, rgba(0, 43, 54, 0.4), rgba(0, 43, 54, 0.3)); */
    z-index: 2; 
}

.gantt aside:before 
{
    position: absolute;
    right: -117px;
/*    pointer-events: none; */
    width: 117px;
    top: 0;
    bottom: 0;
    content: "";
    border-left: 3px solid rgba(255,255, 255, 0.03);
    z-index: 3; 
}

.gantt aside .gantt-labels 
{
/*    border-top: 1px solid #001f27; */
    border-top: 1px solid #001f27; 
    color: red;
}


.gantt aside .gantt-label strong 
{
    display: block;
    padding: 0 10px;
    color: blue;
   /* color: #93a1a1; */
    border-bottom: 1px solid #001f27;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}


/* data section */
.gantt-data 
{
    position: relative;
    overflow-x: scroll;
    margin-left: 150px;
    white-space: nowrap;

}

/* data section header */
.gantt header .gantt-months 
{
    overflow: hidden; 
}

.gantt header .gantt-month 
{
    float: left;
    text-align: center; 
}

.gantt header .gantt-month strong 
{
    display: block;
    border-right: 3px solid #001f27;
    border-bottom: 3px solid #001f27; 
}

.gantt header .gantt-day span 
{
    text-indent: 0;
    text-align: center; 
}

.gantt header .gantt-day.today span 
{
    color: white; 
}


/* data items */
.gantt-item 
{
    position: relative; 
}

.gantt-days 
{
    overflow: hidden; 
}

.gantt-day 
{
    float: left; 
}

.gantt-day span 
{
    display: block;
    border-right: 1px solid #001f27;
    border-bottom: 1px solid #001f27;
    text-indent: -12000px; 
}

.gantt-day .weekend span 
{
 
    /*    background: #073642; */
    background: #6666CC; 
}

/* data blocks */
.gantt-block 
{
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 4px;
    border-radius: 3px;
/*
    background: -webkit-box-shadow: rgba(0, 0, 0, 0.9) 0 2px 6px, rgba(255, 255, 255, 0.2) 0 1px 0 inset;
    background: -moz-box-shadow: rgba(0, 0, 0, 0.9) 0 2px 6px, rgba(255, 255, 255, 0.2) 0 1px 0 inset;
*/
    box-shadow: rgba(0, 0, 0, 0.9) 0 2px 6px, rgba(255, 255, 255, 0.2) 0 1px 0 inset;
    opacity: .9; 
}

.gantt-block-label 
{
    display: block;
    color: #330099;
    padding: 5px 10px; 

}

/* block colors */
.gantt-block 
{
    background: #268bd2; 
}

.gantt-block .normal 
{
    background: #000000; 
}

.gantt-block .important 
{
    background: #b58900; 
}

.gantt-block .urgent 
{
    background: #d33682; 
}


/* today sign */
.gantt time 
{
    position: absolute;
    top: 0;
    width: 6px;
    background: red;
    bottom: 0;
    z-index: 1000;
    text-indent: -12000px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px; 
}

.gantt time:before 
{
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid blue; 
}

/* scrollbar styles */
.gantt ::-webkit-scrollbar 
{
    background: #002b36;
    height: 10px; 
}

.gantt ::-webkit-scrollbar-thumb 
{
    background: #FF0000;
    -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 inset;
    box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 inset; 
}

/* selection styles */
/*
.gantt ::-moz-selection 
{
    background: #fff;
    color: #000; 
}

*/

/*
.gantt ::selection 
{
    background: #fff;
    color: #000; 
}

*/



/* FIXIT: Dont work... */
.form-ballon-old 
{
    background: #CC9966;
    width: 100px;
    height: 0;    
}

.form-ballon-kk
{
    color: #900;
    text-decoration: none;
}

.form-ballon-aa:hover 
{
    color: red;
    position: relative;
}

.form-ballon-nn[title="Hover text"]
{

  color: red;

}

.rbis-widget-table-upload
{

    width: 100%;
    font-size: 18px;
    text-align: center;
    background-color: #DDDDFF;

}

/*
br
{
    display: none !important;
}
*/

#tooltip 
{
    background: rgb(214,196,78);

    border: 2px solid red;

    padding: 3px 10px;

    heigth: 200px;
    width: 400px;    

    margin: 10px;

    line-height: 1.0;

    z-index: 40;
    border: 4px solid rgb(9,153,153);
    border-radius: 8px;
    text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0;

    -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 inset;
    box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 inset; 
   
}


.form-ballon-gg[title]:hover:after 
{
    content: attr(title);
    padding: 4px 8px;
    color: #333;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 20;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 4px #222;
    -webkit-box-shadow: 0 0 4px #222;
    box-shadow: 0 0 4px #222;
/*
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
*/

}

.form-ballon-q[tooltip_old] 
{
      position: absolute;
      width: 100px;
      height: 20px;
      line-height: 20px;
      padding: 10px;
      font-size: 14px;
      text-align: center;
      color: rgb(113, 157, 171);
      background: rgb(255, 255, 255);
      border: 4px solid rgb(255, 255, 255);
      border-radius: 5px;
      text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
      box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0;
}

.form-ballon-bb[title]:hover:after 
{
      content: attr(title);
      position: absolute;
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
      border-color: #FFFFFF transparent transparent transparent;
      top: 44px;
      left: 50px;
}


p .speech
{
    position: relative;
    width: 200px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background-color: #fff;
    border: 8px solid #666;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 2px 2px 4px #888;
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;
}




/*

  rbis-standard.css

*/

.rbis-html-hr
{

   background: #CC9900;
/*   padding: 10px 10px; */

   padding-top: 5px;
   margin-top: 5px;

}

.rbis-html-vspace
{

   background: #FFFFFF;

}



html, body 
{
    margin: 0;
    padding: 0;
    /* background: #F0FEF0;  #F4F0E1; */
    /* background:#e9ffd9 url('images/RaditexLogotyp.png') no-repeat 10px 100%;   */
    /* background:#e9ffd9 url('images/RaditexLogotyp.png') repeat 10px 10%;  */
  
}


.navbar
{

    font-size: 24px;
    font-family: Sans;


}

.navbar-nav > li
{
    font-size: 24px;
    font-family: Sans;
    color: #161411;

}

/* unordered list */
ul
{
    font-size: 14px;
    font-family: Sans;
    color: #161411;
}

/* list */
li
{
    font-size: 14px;
    font-family: Sans;
    color: #161411;

}

.the-page-menu
{

   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
   font-size: 15px;
   color: blue;
   /* font-family: Sans; */


}

.the-menu
{

   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
   font-size: 17px;
   /* font-family: Sans; */
   color: #006666;

}

.the-table-row
{

   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
   font-size: 14px;
   /* font-family: Sans; */
   color: #000000;

}


/*****************************************
*  A link in a table
*****************************************/
.rbis-table-pdf a
{

    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    font-size: 14px;
    color: #009999;

}


.rbis-table-field
{

   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
   font-size: 14px;
   /* font-family: Sans; */
   color: #990066;

}



.dropdown-menu li
{
    font-size: 24px;
    font-family: Sans;
    color: #161411;
}

.container 
{
/*    margin: 0 auto; */

    width: 100%; 

/*    background: #DDDDDD; */

    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;

/*


    margin-top: 10px;

  
*/
  
/*
    border-bottom: 1px solid #161411;
    border-left:   1px solid #161411;
    border-right:  1px solid #161411;

*/


}


.row
{
    margin-left: 0;
    vertical-align: text-top;
  /*  background-color: #FFFF00; */

    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0;

  /*  padding-bottom: 40px; */
}

#demo
{

    margin-left: 0;

}

.SvgImage
{
    width: 1000px;
    height: 300px;
    background: #A9C1D9; 
}


#rbis-header 
{
    position: fixed;
    clear: both;

    height: 70px;
    width: 97%;
    float: left;

  /*  background-color: #00FF00; */


    background: #A9C1D9; 
  /*  background: -moz-linear-gradient(top, #66CC00, #66CC99); */
    background: -moz-linear-gradient(top, #0099CC, #a9c1d9);

    border-bottom: 3px solid #0099CC;
    color: #161411;
    margin-left: 0;
    margin-right: 10px;
/*    margin-bottom: 70px; */
    z-index: 40;
    
    padding-top: 0;
    padding-right: 3px;
    padding-bottom: 0;
    padding-left: 0;

  /* background:#e9ffd9 url('images/lev-blomma.png') repeat 10px 100%;  */
  /* background:#e9ffd9 url('images/digital-tunnel-01.jpg') repeat 10px 100%; */

  /*    margin-right: 20px; */
  /*

    margin-top: 0;
    margin-bottom: 60px;
  */

}

.table-old
{

    color: #00FF00; 
    border-collapse: collapse;

    line-height: 10px; 
    height: 10px;
/*    cellspacing: 0; */

    margin-top: 40px;
    margin-bottom: 60px;

    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;


}

.table-bordered
{
   /* color: #00FF00; */
    border-collapse: collapse;

    line-height: 10px; 

/*    cellspacing: 0; */

    margin-top: 0;
    margin-bottom: 60px;

    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;

}

.table-condensed
{

   /* color: #00FF00; */
    border-collapse: collapse;

    line-height: 10px; 

/*    cellspacing: 0; */

    margin-top: 0;
    margin-bottom: 60px;

    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;

}

.table-hover
{
   /* color: #00FF00; */
    border-collapse: collapse;

    line-height: 10px; 

/*    cellspacing: 0; */

    margin-top: 0;
    margin-bottom: 60px;

    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;


   /* background:#e9ffd9 url('images/lev-blomma.png') repeat 10px 100%;  */
}


.table-hover tr
{
/*    color: #00FF00; */
    height: 5px !important;
    line-height: 5px !important;
 
    border-collapse: collapse;
    margin-top: 0;
    margin-bottom: 0;

    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;

    text-align: right;
   /* background:#e9ffd9 url('images/lev-blomma.png') repeat 10px 100%;  */
}


.rbis-table-header
{
    text-align: center;
    width: 120px;
}

.rbis-table-row td
{

  /*  background: #00FF00; */
    height: 5px !important;

    margin-top: 0;
    margin-bottom: 0;

    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: right;
   /* width: 120px; */

}

.rbis-table-row:hover
{

   /* background: #00FF00; */
    color: #0000FF;
    line-height: 10px !important;

    border-bottom: 2px solid #9999FF;
    border-top: 2px solid #9999FF;

    margin-top: 0px;
    margin-bottom: 0px;

    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;

}

/*----------------------------------------------------------------------*/
/*  WORK AREA  FIXIT */
/*  The table widget
/*----------------------------------------------------------------------*/
.rbis-widget-edit-table
{
    border: 2px solid #9999FF;
    width: 100%;

    box-shadow: 3px 3px 5px 2px rgba(0,0,120,0.4);

}


#my-caption
{
    font-size: 48px; !important;
    font-family: Sans;
    color: #00FF00;
}

.rbis-widget-edit-table-caption
{
    margin-bottom: 0px;
    font-size: 1.5em;

    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 

    box-shadow: 1px 3px 5px 2px rgba(0,0,120,0.8);

    margin-bottom: 10px;

    background: #7395AE; 
    color: #0000FF;
    text-align: center;
    heigth: 130px;

}


/* .rbis-widget-edit-table > .rbis-widget-table-list */

.rbis-widget-table-list
{

    border: 5px;
    width: 100%;
    color: #FFFF00;
/*    line-height: 15px !important; */

    border-left: 3px solid #9999ff;
    border-right: 3px solid #9999ff;
    border-bottom: 5px solid #9999FF;
    border-top: 5px solid #9999FF;

    box-shadow: 1px 3px 5px 2px rgba(0,0,120,0.4);

    margin-top: 5px;
    margin-left: 0;
    margin-bottom: 5px;

    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;


  /*  margin-bottom: 50px; */

}

table .rbis-widget-table-list td
{
    color: #1614FF;
    width: 70px;

}

table .rbis-widget-table-list th
{
    color: #1614FF;
    width: 70px;
}

.rbis-widget-table-list-row
{
    color: #1614FF;

  /*  border-bottom: 2px solid #9999FF; */
    border-top: 2px solid #FFFFFF;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-size: 1em;

}

.rbis-widget-table-list-row:hover
{
    color: rbga(0,0,120,0.4);
    background-color: lightblue;

}

.rbis-widget-table-list-header
{

    width: 70px;
    color: #0000F8;
    text-align: left;
}

.rbis-widget-table-list-field
{


    padding-left: 5px;
    padding-right: 5px;

    padding-top: 0px;
    padding-bottom: 0px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-size: 1em;


}

.rbis-widget-table-list-field-key
{


    padding-left: 5px;
    padding-right: 5px;

    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer;

    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-size: 1em;

 

}

.rbis-widget-table-list-field-key:hover
{
   box-shadow: 3px 3px 5px 2px rgba(0,0,120,0.4);
   background-color: rgba(0,0,240,0.2);

}


.rbis-widget-table-list-field-key > a
{


    color: #0000FF;

    padding-left: 5px;

    padding-top: 0px;
    padding-bottom: 0px;

    font-size: 1em;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 



}

.rbis-widget-table-list-field > a:hover
{

    color: rgba(0,0,255,0.4);

    padding-left: 5px;
    padding-right: 5px;

    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1em;
    font-weight: bold;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 

}




.rbis-widget-table-list-input-filter
{
  width: 150px;
}



#rbis-main-menu
{
    position: relative;
    color: #1614FF;
    height: 50px;
    margin-top: 70px;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
  /*  background: #FF00FF; */

}

#rbis-page-menu ul
{

    margin-top: 0;
    position: absolute;
    bottom: 0;

}

#rbis-page-menu
{

    position: relative;
  /*  color: #ABABAB; */
    height: 10px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 45px;
    padding-right: 3px;
    padding-bottom: 0;
    padding-left: 0;
  /*  background: #00FF00; */
/*    vertical-align: text-top; */

}

#rbis-content
{
    /* color: #00FF00; */
    margin-top: 0;
  /*  background: #FF0000; */
}

#main-full {
    width: 100%;
    float: left;
}

#main-left {
    width: 49%;
    float: left;
}

#main-right {
    width: 49%;
    float: right;
}


#header-banner {
    float: left;
}

#header-language {
    float: right;
}

#border 
{

/*    width: 100%; */
    height: 10px;
    border-bottom: 1px solid #161411;
}

/*------------------------------------------------------------------------------
 * LOGIN STATUS field
 *----------------------------------------------------------------------------*/

#login-status 
{
    z-index: 10;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 10px;
    margin-right: 30px;
    margin-left: 0;
    margin-bottom: 0;

    padding-top: 3px;

    padding: 5px;
    font-size: 10px;
    font-family: Sans;
    text-align: right;
    color: #161411;
    background: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 5px;
    text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0;
    
}

#login-status a {
    font-size: 10px;
    color: #161411;
    text-decoration: none;
}

#login-status a:link
{
    color: #000;
}
#login-status a:visited
{
    color: #000;
}

#login-status a:hover 
{
    text-decoration: underline;
}

/*------------------------------------------------------------------------------
 * footer
 *----------------------------------------------------------------------------*/

.rbis-header-banner-image
{
    z-index: 100; 
}

.rbis-message-debug:focus ~ .rbis-message-debug
{
    display:none;
}

.rbis-message-debug
{
    position: fixed;
    bottom: 0;
/*    clear: both; */
    background: #dddddd;
    margin-bottom: 400px;
    margin-left: 800px;
    text-align: left;
    padding: 5px;
    width: 400px;
    height: 200px;
    z-index: 100;

    font-size: 16px;
    font-family: Sans;    
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;

/*
    background-image: -ms-radial-gradient(left top, circle farthest-corner, #F07E1A 0%, #F58CCB 100%);
    background-image: -moz-radial-gradient(left top, circle farthest-corner, #F07E1A 0%, #F58CCB 100%);
    background-image: -o-radial-gradient(left top, circle farthest-corner, #F07E1A 0%, #F58CCB 100%);
    background-image: -webkit-gradient(radial, left top, 0, left top, 1012, color-stop(0, #F07E1A), color-stop(1, #F58CCB));
    background-image: -webkit-radial-gradient(left top, circle farthest-corner, #F07E1A 0%, #F58CCB 100%);
    background-image: radial-gradient(circle farthest-corner at left top, #F07E1A 0%, #F58CCB 100%);
    text-align: center;
*/
  
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

}


.rbis-message-info-old
{
    position: fixed;
    bottom: 0;
/*    clear: both; */
    background: #dddddd;
    margin-bottom: 5px;
    text-align: left;
    padding: 5px;
    width: 93%;
    height: 30px;
    z-index: 100;

    font-size: 14px;
    font-family: Sans;    
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;

    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;

}



#footer 
{
    position: fixed;
    bottom: 0;
/*    clear: both; */
/*    background: #dddddd; */
    text-align: center;
    padding: 5px;
    width: 97%;
/*    margin-top: 60px; */
/*    margin-bottom: 60px; */
    height: 40px;
    font-size: 10px;
    font-family: Sans;    
    border-top: 2px solid #161411;

/*    padding-top: 60px; */
/*    background:#e9ffd9 url('images/green-landscape-with-tractor-03.png') repeat 10px 100%; */
/*    background: #CCCC99; */
/*    background: #a9c1d9; */

}

#footer a
{
    font-family: Sans;
    font-size: 10px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}

#footer a:hover 
{
    background: #FF6699;
    text-decoration: underline;
}

/*------------------------------------------------------------------------------
 * CONTENT
 *----------------------------------------------------------------------------*/

#map-location
{
    margin-left: 20px;
    margin-top: 5px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    
}

.text-area
{
    /*    background: #A9C1F0; */
    background: #CCCCFF;
    color: #161411;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 

    font-size: 1em;

    /* font-weight: bold; */
    /* padding: 10px 8px; */

    padding: 2px 2px;

    /* font-family: courier; */
    /* text-align: right; */
     width: 100% ;
     height: 80px;

}



#content 
{
    clear: left;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: auto;
    background: #FFFFFF;
    line-height: 0; 
    font-family: Sans;
    font-size: 14px;
}

#code 
{
    background: #f7f7f7;
    border: 1px solid #d7d7d7;
    margin: 5px 5px;
    padding: .25em;
    overflow: auto;
}

#blk_hdr {
    background-color: #ffeeaa;
    border: 1px solid #d7d7d7;
    margin: 0 0;
}

#blk 
{
    background-color: #ffeeaa;
    border: 1px solid #d7d7d7;
    margin: 0 0;
}


/*------------------------------------------------------------------------------
 * BOOTSTRAP TABLE FORMAT
 *----------------------------------------------------------------------------*/


.calendar-badge 
{
  padding-top: 2px;
  padding-right: 20px;
  padding-bottom: 1px;
  padding-left: 20px;
  margin: 2px;
  font-size: 10px; 
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
/*
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  width: 100px;
*/
/*
    width: 30px;
    height:22px;
*/

}


.badge.badge-infoa
{
  padding-top: 2px;
  padding-right: 20px;
  padding-bottom: 2px;
  padding-left: 20px;
  font-size: 16px; 
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  width: 100px;
/*
    width: 30px;
    height:22px;
*/

}

.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.badge-error {
  background-color: #b94a48;
}

.badge-error:hover {
  background-color: #953b39;
}

.badge-warning {
  background-color: #f89406;
}

.badge-warning:hover {
  background-color: #c67605;
}

.badge-success {
  background-color: #468847;
}

.badge-success:hover {
  background-color: #356635;
}

badge-list-table
{
    text-align: right;
}

.badge-info
{
    background-color: #3a87ad;
}

.badge.badge-primary.badge-calendar-id
{
    color: #000000;
    background-color: #3a87ad;
    text-align: center;
    font-size: 10px;
    width: 70px; 
    padding: 3px 3px 3px 3px;
}

.calendar-badge.badge-active.badge-calendar-id
{
    background-color: rgb(51,255,102);
    color: #000000;
    text-align: center;
    font-size: 10px;
    width: 70px; 
    padding: 3px 3px 3px 3px;

}

.calendar-badge.badge-halted.badge-calendar-id
{
    background-color: rgb(244,187,58);
    text-align: center;
    font-size: 10px;
    width: 70px; 
    padding: 3px 3px 3px 3px;
}

.calendar-badge.badge-deleted.badge-calendar-id
{
    background-color: #666600;
    text-align: center;
    font-size: 10px;
    width: 70px; 
    padding: 3px 3px 3px 3px;
}

.calendar-badge.badge-completed.badge-calendar-id
{
    background-color: rgb(109,108,133);
    text-align: center;
    font-size: 10px;
    width: 70px; 
    padding: 3px 3px 3px 3px;
}

.calendar-badge.badge-default.badge-calendar-id
{
    background-color: #3a87ad;
    text-align: center;
    font-size: 10px;
    width: 70px; 
    padding: 3px 3px 3px 3px;
}


.badge-info:hover 
{
  background-color: #2d6987;
}

.badge-inverse 
{
  background-color: #333333;
}

.badge-inverse:hover 
{
  background-color: #1a1a1a;
}

.label-as-badge
{
    color: #161411;
    /* border-radius: 6em; */
    text-align: right;
    font-size: 14px;
    padding: 4px 0;
    width: 80px;    
}

#form-hr
{
    background: #A9C1F0;
/*    width: 500%; */ 
    height: 5px; 
    background: #F87431; 
    overflow: hidden;

}


.form-input
{

/*    background: #A9C1F0; */

/*    background: #A9C1FF; */

    background: #CCCCFF;

    /* background: #ff0000; */
    color: #161400;
    font-size: 1em;
   /* font-weight: bold; */
    /* padding: 10px 8px; */
    padding: 0px;

    margin-left: 0px;
    margin-right: 0px;

    vertical-align: baseline;
    /* text-align: right; */
    width: 100%;    
}

.form-input-filter
{
    background: #A9C1F0;
    /* background: #ff0000; */
    color: #161411;
    font-size: 14px;
   /* font-weight: bold; */
    /* padding: 10px 8px; */
    /* padding: 2px 2px; */
    /* vertical-align: bottom; */
    /* text-align: right; */
    width: 100%;
}

.rbis-table-header
{
    background: #A9C1F0;
    color: #161411;
    font-size: 12px;
   /* font-weight: bold; */
    /* padding: 10px 8px; */
    padding: 0 0;
    vertical-align: bottom;
    text-overflow: ellipsis;
    text-align: right;

}


.rbis-table-field
{

   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
   font-size: 14px;
   /* font-family: Sans; */
   /* color: #990066; */

    background: #A9C1F0;
    color: #161411;
    font-size: 14px;
    /* font-weight: bold; */
    /* padding: 10px 8px; */
    padding: 0 0;
    vertical-align: bottom;
    text-overflow: ellipsis;
    /* text-align: right; */
}


.rbis-table-sum-field
{
  /*  background: #A9C1F0; */
    background: #0000FF;
  /*  color: #161499; */
     color: #000099;
    font-size: 14px;
   /* font-weight: bold; */
    /* padding: 10px 8px; */
    padding: 0 0;
    vertical-align: bottom;
    text-overflow: ellipsis;
    /* text-align: right; */
}


.rbis-table-date
{
    font-size: 12px;
    text-overflow: ellipsis;
    padding: 0 0;
    text-align: right;
    width: 110px;    
}


.button-save
{

  color: #0000FF;

}

#button-test
{
    background: #A9C1FF;
    /* background: #ff0000; */
    color: #161411;
    font-size: 12px;
    font-weight: bold;
    /* padding: 10px 8px; */
    padding: 2px 2px;
    vertical-align: bottom;
    text-align: right;   
}


/* #form-button-test */
.rbis-form-button
{

    
    background: #A3a3c2;
    font-size: 1.1em;
    font-weight: normal;
    color: rgb(0,0,255);
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
    box-shadow: 3px 3px 4px 2px rgba(0,0,120,0.4);

/*
    box-shadow: 0px 17px 10px -10px rgba(0,0,0,0.8);
    transition:  ease-in-out 300ms;
*/
    /* padding: 10px 8px; */

}



.rbis-form-button:hover
{

    color: #336666;
    background: #A3a3aa;
    box-shadow: 3px 6px 8px 2px rgba(0,0,120,0.4);
    transition: translate(0px, -100px);
    font-size: 1.1em;
}



.rbis-button-send
{

    /* background: #ff0000; */
    text-align: left;
    border: 0;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;

    margin-top: 6px;
    margin-bottom: 6px;

    color: #161411;
    background: #A9C1FF;
    border-radius: 2px;
    opacity: 1.0;
    width: 400px;

}

.rbis-button-file
{

    border: 1px;
    font-size: 14px;
    font-weight: normal;
    padding: 2px 10px 2px 10px;

    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;

    color: #0000FF;
    background: #66CCFF;
    border-radius: 4px;
    opacity: 1.0;

}

.rbis-button-small
{

    /* background: #ff0000; */
    border: 1px;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    text-align: left;
    font-size: 1em;

    font-weight: normal;
    padding: 2px 2px 2px 2px;

    margin-top: 0px;
    margin-bottom: 0px;

    color: #161411;
    background: #A9C1FF;
    border-radius: 4px;
    opacity: 1.0;
    width: 100%;


}



.rbis-url-link-aaa
{

    /* background: #ff0000; */
    font-size: 14px;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    /* color: #161411; */
    background: #A9C1FF;
    /* padding: 10px 8px; */

}


.rbis-button-link
{

    /* background: #ff0000; */
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #161411;
    background: #A9C1FF;
    width: 100%;
    border-radius: 8px;
    /* padding: 10px 8px; */

}

.nav-tabs > li
{
/*
    line-height: 30px;
    height: 40px;
*/
    font-weight: bold;
    font-size: 12px;
    background: #FFFFFF;
/*    foreground: #FFFFFF; */
    color: #00FF00;
    vertical-align: text-top;

}

.navbar-inner .nav-list > .active > a
{

    color: #00FF00;
    -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, .25), inset 0 -5px 0 rgba(0, 0, 0, .1), inset 0 50px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, .25), inset 0 -5px 0 rgba(0, 0, 0, .1), inset 0 50px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2);

}



/***********************************************************************
*  Tricky
***********************************************************************/

.nav .nav-tabs
{
/*
    height: 40px;
    line-height: 30px;
*/
    opacity: 1.0;
    font-weight: bold;
    font-size: 14px;
    background: #00FF00;
/*    foreground: #FFFFFF; */
    color: #00FF00;
    vertical-align: text-top;

}

/* Active tab */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: 00FFFF;
}



.nav-tabs > li.active > a 
{
   /*color: red;*/
    color: #0000FF;
    background: #6699FF;
}

/* http://stackoverflow.com/questions/27992317/boostrap-nav-bar-how-do-i-make-each-tab-highlight-as-active-when-i-tab-across */
/* This is page tabs */
.nav-tabs > li .active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus 
{
   /*color: red;*/

    color: #00FFFF;
   /* background: #CCFFFF; */
    background: #0000FF;
   /* width: 100px; */
/*    height: 30px; */

    font-size: 14px;
   /* font-size: 14px; */
    font-weight: bold; 
/*
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
*/
/*    border-radius: 9px; */

    opacity: 1.0;

/*    vertical-align: text-top;*/

/*    box-shadow: 10px 10px 5px #330066; */

/*
    -moz-box-shadow: 10px 10px 20px rgba(0, 3.0, 1.0, .2), inset 0 -10px 0 rgba(0, 0, 0, .05), inset 0 60px 60px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 10px 10px 20px rgba(0, 3.0, 1.0, .25), inset 0 -10px 0 rgba(0, 0, 0, .1), inset 0 60px 60px rgba(0, 0, 0, .2);
    box-shadow: 10px 10px 20px rgba(0, 3.0, 1.0, .1), inset 0 -10px 0 rgba(0, 0, 0, .01), inset 0 30px 60px rgba(0, 0, 0, .1);
*/

}

/* This is NOT selected navbars */
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus 
{

    color: #0000FF;
    background: #CCCCFF;
    font-size: 14px;
   /* font-size: 14px; */
    font-weight: bold; 

/*
    border-radius: 8px;
    margin-bottom: 5px;

*/

/*
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;

    margin-left: 4px;
    margin-right: 15px;
    margin-bottom: 4px;
*/

/*
    -moz-box-shadow: 10px 10px 20px rgba(0, 3.0, 1.0, .2), inset 0 -10px 0 rgba(0, 0, 0, .05), inset 0 60px 60px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 10px 10px 20px rgba(0, 3.0, 1.0, .25), inset 0 -10px 0 rgba(0, 0, 0, .1), inset 0 60px 60px rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 10px rgba(0, 3.0, 1.0, .1), inset 0 -10px 0 rgba(0, 0, 0, .01), inset 0 30px 60px rgba(0, 0, 0, .1);
*/

/*
    box-shadow: 0px 2px 2px rgba(0, 3.0, 1.0, .1);

*/
}


/**********************************************************************
*
***********************************************************************/
.control-label
{

/*    background: #DDDDFF; */

    color: #0000FF;
    width: 100px; 
}

.form-control
{

    color: #0000FF;
    background: #CCFFFF;
    width: 400px; 
}

.activeist
{
    font-weight: bold;
    font-size: 16px;
    background: #FF0000;
/*    foreground: #FFFF00; */
    color: #FFFFFF;
}


#active-page-shell
{
    font-weight: bold;
    font-size: 16px;
    background: #000000;
/*    foreground: #000000; */
    color: #000000;
}

.rbis-picture
{

/*  background: #CCCCFF; */

/*
    margin-left: auto;
    margin-right: auto;
    width: 100%;
*/

    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #CCCCFF;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;   
}


.form-select-option
{
/*    background: #A9C1FF; */

    background: #CCCCFF;
    color: #000000;
    font-size: 14px;
    /* font-weight: bold; */
    /* padding: 10px 8px; */
    /* padding: 2px 2px; */
    padding-top: 1px;
    padding-right: 40px;
    padding-bottom: 1px;
    padding-left: 0;
    vertical-align: bottom;
    width: 200px; 
    text-align: right;   
}

.form-select
{
/*    background: #A9C1FF; */
    background: #CCCCFF;
    color: #000000;
    font-size: 14px;
    /* font-weight: bold; */
    /* padding: 10px 8px; */
    /* padding: 2px 2px; */
  padding-top: 1px;
  padding-right: 20px;
  padding-bottom: 1px;
  padding-left: 0;
    vertical-align: bottom;
   width: 210px; 
    text-align: right;   
}


.label .form-label-3
{
    background: #A9C1FF;
    /* background: #ff0000; */
    color: #161411;
    font-size: 24px;
   /* font-weight: bold; */
    /* padding: 10px 8px; */
    padding: 2px 2px;
   /* vertical-align: bottom; */
    text-align: right;


}

.form-label-2
{
    background: #A9C1FF;
    /* background: #ff0000; */
    color: #161411;
    font-size: 12px;
   /* font-weight: bold; */
    /* padding: 10px 8px; */
    padding: 2px 2px;
   /* vertical-align: bottom; */
    text-align: right;


}

/*
 *
 */
.form-label
{

    background: #CCCCFF;

    /* background: #ff0000; */

    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    color: #0000FF;

    /*    text-decoration: underline; */
    /*    text-shadow: 2px 2px #000066; */

    font-size: 1em;

    /* font-weight: bold; */
    /* padding: 10px 8px; */
    
    padding-left: 5px;
    padding-right: 5px;
/*
    padding-top: 2px;
    padding-bottom: 2px;
*/
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    
/*    
    vertical-align: center; 
    text-align: left;
    width: 100%;
*/    


/*
    vertical-align: initial;
*/

}

.rbis-form-td
{

  /*  

    background-color: #0000FF;
  */

    background-color: #FFFFFF; 

    padding-right: 2px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;

    text-align: right;
    vertical-align: middle;
}

/*
 * 
 */
.label-demo
{
    background: #A9C100;
    /* background: #ff0000; */
    color: #161411;
    font-size: 24px;
    font-weight: bold;
    /* padding: 10px 8px; */
    padding: 2px 2px;
    vertical-align: top;
    text-align: right;
}



table-form
{
    background: #DDDDFF;
    border: 0;
}

.table-form tr
{
    line-height: 10px; 
  /*  color: #00ff00; */
}

.table-form th
{
    background: #A9C1D9;
    /* background: #ff0000; */
    color: #161411;
    font-size: 18px;
    font-weight: bold;
    /* padding: 10px 8px; */
    padding: 0 0;
    border-left: 3px;

}


td-old
{
    margin-top: 0;
    margin-bottom: 0;

    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;

    border-left: 3px;

    font-size: 14px;

}

td-old .table-id-field
{

    text-align: right;
    font-size: 10px;

    border-left: 3px;

}

.table-list
{

    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;


}

/* FIXIT: This is an experiment with ellipsis */
.table-old tda
{
    line-height: 10px; 
    text-overflow: ellipsis;
    white-space: nowrap;
   table-layout: fixed;
 
    padding: 1px 1px;
    overflow: hidden;
    word-wrap: break-word;
    background-color: #eeeeff;

    line-height: 10px; 
    width: 150px; 
/*    color: #669; */
    font-size: 14px; 
/*    font-weight: normal; */
}

 
/*------------------------------------------------------------------------------
 * TABLE FORMAT
 *----------------------------------------------------------------------------*/

#fs-table-full-width
{
	font-family: Sans;
	font-size: 10px;
	background: #eeeeee;
	margin: 0;
	width: 100%; 
	border-collapse: collapse;
	text-align: left;
	border: 1px solid #ccc;
}


#fs-table-full-width tr
{
   line-height: 10px;
}


#fs-table-full-width th
{
    background: #A9C1D9;
    font-size: 12px;
    font-weight: normal;
    color: #161411;
    padding: 10px 8px;
    border-bottom: 2px solid #161411;
    border-top: 1px solid #161411;
}

#fs-table-full-width td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}

#fs-table-full-width .alarm
{
        color: #ee3355;
        font-weight: bold;
}

#fs-table-full-width tfoot
{
	text-align: left;
}

#fs-table-full-width tbody tr:hover td
{
	color: #009;
}

#fs-table-dynamic-width
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	background: #eeeeee;
	margin: 0;
	border-collapse: collapse;
	text-align: left;
	border: 1px solid #ccc;
}

#fs-table-dynamic-width th
{
    background: #A9C1D9;
	font-size: 12px;
	font-weight: normal;
	color: #161411; 
	padding: 10px 8px;
    border-bottom: 2px solid #161411;
    border-top: 1px solid #161411;
}

#fs-table-dynamic-width td
{
	border-bottom: 1px solid #ccc;
	color: #669; 
	padding: 6px 8px;
}

#fs-table-dynamic-width tfoot
{
	text-align: left;
}

#fs-table-comment-log
{
	font-family: Sans;
	font-size: 10px;
	background: #F4F0E1;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

#fs-table-comment-log th
{
    background: #3E3530;
	font-size: 12px;
	font-weight: normal;
	color: #Ca4202;
	padding: 5px 5px;
	border-bottom: 2px solid #161411;
}

#fs-table-comment-log td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}

#fs-table-comment-log tfoot
{
	text-align: center;
}

#fs-table-comment-log tbody tr:hover td
{
	color: #009;
}

/* ADDRESS FORMAT */

#address
{
    color:black;
    font-size:8pt;
    margin-top:0.5cm;
    margin-left:0.25cm;
    margin-right:0.25cm;
    font-family: Sans;
    font-style: normal;
}

#address a:link
{
    color: #004eff;
}
#address a:visited
{
    color: #004eff;
}

/*
#address a {
	font-size: 12pt; 
	font-family: Sans;
	color: #0f1b81; 
	font-weight: normal; 
	text-decoration: none;
}
*/

#address a:hover {
	text-decoration: underline;
}


/* --- link and text decorations --- */
p {
    font-size: 16pt; 
    font-family: Sans;
    font-weight: normal; 
    text-decoration: none;
}

p.caption {
        font-size: 28pt;
        font-family: Sans;
        font-weight: normal;
        text-decoration: none;
	color: #0000FF;
}

a img
{	
    border: none;
}

a:visited
{	
    color: #0044FF;
}

a {
    font-size: 10pt;
    font-family: Sans; 
    color: #0044FF;
    font-weight: normal; 
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/* Bold font styles */

/* header h1 */
h1 {
    font-size: 24pt;
    font-family: Sans;
    font-weight: normal;
    margin: 5px; 
    color: #666666;
}

/* header h2 */
h2 {
    font-size: 18pt;
    font-family: Sans;
    font-weight: normal; 
    font-style: italic; 
    color: #666666;
    margin: 5px;
}

/* header h3 */
h3 {

    font-size: 14pt;
    font-family: Sans;
    font-weight: bold; 
    font-style: italic; 
    color: #666666;
    margin: 5px;
}

/* preformat */
pre {
    line-height: 100%;
    font-size: 1.0em;
    font-family: Sans;
    font-weight: normal; 
    font-style: normal; 
    margin: 5px;
    background-color: #e0e0eb;
}

/* paragraph */
p
{

    font-size: 10pt;
    font-family: Sans;
    color: #666666;
    margin: 5px;


}

tr-test
{

  color: red;
  font-family: Sans;
}

/*------------------------------------------------------------------------------
 * BOOTSTRAP CUSTOMIZATION/EXTENSIONS
 *----------------------------------------------------------------------------*/
 
.form-condensed .control-group {
    margin-top: 0;
    margin-bottom: 5px;
}

/*------------------------------------------------------------------------------
 * Arrow test  (gh)
 *----------------------------------------------------------------------------*/

.label-arrow {
    position: relative;
}

.label-arrow-right {
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    margin-right:10px;
}
  
.label-arrow-right:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-left-color:#999;
    border-width: 10px;
    border-bottom-width: 9px;
    margin-top: -10px;
    
}


.label-arrow-left {
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    margin-left:10px;
}

.label-arrow-left:before 
{
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-right-color:#999;
    border-width: 10px;
    border-bottom-width: 9px;
    margin-top: -10px;
    
}

.label-primary .label-arrow:after {
    border-left-color:#428bca;
}
.label-primary .label-arrow:before {
    border-right-color:#428bca;
}
.label-primary .banner-left:before, .label-primary .banner-right:after {
    border-color:#428bca;
}

.label-success .label-arrow:after {
    border-left-color:#5cb85c;
}
.label-success .label-arrow:before {
    border-right-color:#5cb85c;
}

.label-warning .label-arrow:after {
    border-left-color:#f0ad4e;
}
.label-warning .label-arrow:before {
    border-right-color:#f0ad4e;
}

.label-danger .label-arrow:after {
    border-left-color:#d9534f;               
} 
.label-danger .label-arrow:before {
    border-right-color:#d9534f;               
} 

.label-info .label-arrow:after {
    border-left-color:#5bc0de;
} 
.label-info .label-arrow:before {
    border-right-color:#5bc0de;
}

.banner-left:before 
{
  border: 10px solid #999;
  border-left: 10px solid transparent !important;
  border-bottom-width: 9px;
  left:-18px;
  position: absolute;
  top: 0;
  height:0;
  content: " ";
}
    
.banner-right:after 
{
  border: 10px solid #999;
  border-right: 10px solid transparent !important;
  border-bottom-width: 9px;
  right:-18px;
  position: absolute;
  top: 0;
  height:0;
  content: " ";
}

h1 .label-arrow-right 
{
    margin-right:22px;
}
h1 .label-arrow-left 
{
    margin-left:22px;
} 
h1 .label-arrow-right:after, h1 .label-arrow-left:before 
{
    border-width: 22px;
    margin-top: -22px;
}

h1 .banner-left:before 
{
    border-width: 24px;
    border-left-width:24px;
    right:-10px;
    border-bottom-width:21px;
}


/***********************************************************************
/ EOF
/**********************************************************************/
