/*------------------------------------------------------------------------------
 * Copyright (C) 2012, Robert Johansson <rob@raditex.nu>, Raditex Control AB
 * All rights reserved.
 *
 * This file is part of rBIS.
 * http://www.raditex.nu
 * info@raditex.nu
 * 
 * -----------------------------------------------------------------------------
 */

@import 'rbis-menu.css';

.dropdown
{

    font-size: 1.5em;
    font-family: "Arial", Arial, sans-serif;
    color: rgb(61,161,196);

}


#drop_start
{
    font-size: 1em;
    font-family: "Arial", Arial, sans-serif;
    color: rgb(0,0,0);
    background: rgb(152,209,211); /* #F4F0E1; */
}

#drop_contacts
{

    font-size: 1em;
    font-family: "Arial", Arial, sans-serif;

    color: rgb(0,0,0);
    background: rgb(152,209,211); /* #F4F0E1; */

}

.dropdown-toggle
{

    font-size: 1em;
    font-family: "Arial", Arial, sans-serif;
    background: #F4F0E1; /* #F4F0E1; */
    color: rgb(61,161,196);
}

.dropdown-menu
{
    font-family: "Arial", Arial, sans-serif;
    font-size: 0.6em;
    background: #FEFEFE; /* #F4F0E1; */
    color: #161411;
}

html, body 
{
    margin: 0;
    padding: 0;
    background: #FEFEFE; /* #F4F0E1; */
}

#container 
{
    margin: 0 auto;
    width: 100%;
    background: #DDDDDD;

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


#header 
{
    height: 65px;
    width: 100%;
    background: #A9C1D9;
    /* background: -moz-linear-gradient(top, #a07c57, #F4F0E1); */
    border-bottom: 1px solid #161411;
    color: #161411;
}

#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: 0px;
    top: 0px;
    padding: 5px;
    font-size: 10px;
    font-family: Sans;
    text-align: right;
}

#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
 *----------------------------------------------------------------------------*/

#footer 
{
    position: fixed;
    bottom:0;
    clear: both;
    background: #dddddd;
    text-align: center;
    padding: 5px;
    width: 100%;
    height: 40px;
    font-size: 10px;
    font-family: Sans;    
    border-top: 1px solid #161411;
}

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

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

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

#content
{
    clear: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 60px;
    overflow: auto;
    background: #FFFFFF;
    line-height: 18px;
    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: 0px 0px;
}

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


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

.table th
{
    background: #A9C1D9;
    color: #161411;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 8px;
}

.table td
{
    background: #eeeeee;
    color: #669;
    font-size: 12px;
    font-weight: normal;
}
 
/*------------------------------------------------------------------------------
 * TABLE FORMAT
 *----------------------------------------------------------------------------*/
 
#fs-table-full-width
{
    font-family: Sans;
    font-size: 12px;
    background: #eeeeee;
    margin: 0px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    border: 1px solid #ccc;
}

#fs-table-full-width th
{
    background: #A9C1D9;
    font-size: 14px;
    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: 12px;
    background: #eeeeee;
    margin: 0px;
    border-collapse: collapse;
    text-align: left;
    border: 1px solid #ccc;
}

#fs-table-dynamic-width th
{
    background: #A9C1D9;
    font-size: 14px;
    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: 12px;
    background: #F4F0E1;
    margin: 0px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

#fs-table-comment-log th
{
    background: #3E3530;
    font-size: 14px;
    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: 8pt;  */
    font-family: Sans;
    color: #0f1b81; 
    font-weight: normal; 
    text-decoration: none;
}

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


/* --- link and text decorations --- */
p 
{
	font-size: 1em; 
	font-family: "Arial", Arial, sans-serif;
	font-weight: normal; 
	text-decoration: none;
}

p.caption
{
    font-size: 12pt;
    font-family: Sans;
    font-weight: normal;
    text-decoration: none;
}

a img
{	
    border: none;
}

a:visited
{	
    color: #0044FF;
}

a 
{
    font-size: 1.2em;
    font-family: "Arial", Arial, sans-serif;
    color: #0044FF;
    font-weight: normal; 
    text-decoration: none;
}

.boo 
{
  display: none;
}

.peeka:hover + .boo
{

  display: block;
}

a:hover 
{
    font-size: 1.3em;
    text-decoration: underline;
}

.active a:active
{

    color: #FF0000;


}


h1 
{
    font-size: 3em;
    font-family: "Arial", Arial, sans-serif;
    font-weight: normal; 
    color: #3300FF;
}

h2 
{
    font-size: 2em;
    font-family: "Arial", Arial, sans-serif;
    font-weight: normal; 
    font-style: normal; 
    color: #3300FF;
    margin: 0px;
}

h3 
{
    font-size: 1.5em;
    font-family: "Arial", Arial, sans-serif;
    font-weight: bold; 
    font-style: normal; 
    color: #3300FF;
    margin: 5px;
}


/*------------------------------------------------------------------------------
 * 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;
}
