﻿body {
  padding-top: 60px;
  font-size:12px; 
}
@media (max-width: 979px) {
  body {
    padding-top: 0px;
  }
}
input[type="text"], input[type="email"]
{
    width: 200px; 
    font-size: 12px; 
} 
label.checkbox, label
{
    width: auto;
    font-size: 12px;
}

.display-label
{
    font-size: 12px; 
}

select
{ 
    width: auto;
    font-size: 12px; 
} 

header h1, #header h1 {
    font-weight: normal;
    padding: 5px 0;
    margin: 0;
    color: #5c87b2;
    border: none;
    line-height: 2em;
    font-size: 20px !important;
    text-shadow: 1px 1px 1px #111;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #555;
}
 
#logindisplay a:link {
    color: #555;
    text-decoration: underline;
}
 
#logindisplay a:visited {
    color: #555;
    text-decoration: underline;
}
 
#logindisplay a:hover {
    color: #555;
    text-decoration: none;
}
/* ====== end ====== */
 

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000; 
    background-repeat: no-repeat; 
    font-size: 11px;
    /*background: url(../Images/error_small.png) no-repeat right top;
    display: block;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    position: static;
    top: -10px; */
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee; 
    font-size: 11px;
}

.validation-summary-errors ul li {
    font-weight: bold;
    color: #ff0000;
    border: 2px solid red;
    margin: 5px 0px;
    padding: 2px; 
} 
 
.validation-summary-valid {
    display: none;
}

h4 {
    line-height: 20px !important;    
}

td.total 
{
    font-weight:bold;
    background-color:#f5f5f5 !important;
}

.expense{color:red}
.income{color:green}

.noborder{border:0}
 
   
fieldset 
{
    font-size: .85em;
} 

fieldset a:link
{
    font-size: .95em;
} 

fieldset input[type="text"] 
{
    width: 200px;
    font-size: 11px;
}
 
fieldset label.checkbox, fieldset label
{
    font-size: 11px;
    vertical-align: middle;
}

field80 input[type="text"], field80 label.checkbox, field80 label 
{
    width: 80px;
    font-size:11px;
}
 
 
.width60 input[type="text"], .width60 select , .width60 label.checkbox, .width60 label, .width60 datetime
{
    width: 60px; 
}  
.width80 input[type="text"], .width80 select , .width80 label.checkbox, .width80 label 
{
    width: 80px; 
}
.width100 input[type="text"], .width100 select, .width100 label.checkbox, .width100 label 
{
    width: 100px; 
}
.width120 input[type="text"], .width120 select, .width120 label.checkbox, .width120 label  
{
    width: 120px; 
}
.width150 input[type="text"], .width150 select, .width150 label.checkbox, .width150 label   
{
    width: 150px; 
}

.width200 input[type="text"], .width200 select, .width200 label.checkbox, .width200 label, .width200 input[type="email"]   
{
    width: 200px; 
}

.width250 input[type="text"], .width250 select, .width250 label.checkbox, .width250 label, .width250 input[type="email"]   
{
    width: 250px; 
}

.width300 input[type="text"], .width300 select, .width300 label.checkbox, .width300 label,.width300 input[type="email"]
{
    width: 300px; 
}
 
.tbl
{
    border-spacing: 5px;
    padding: 5em;
    margin: 5px;
    table-layout: auto;
}

 a.ExcelImage
{
    background: url(../Images/downloading_updates.png) no-repeat top left;
     display: block;
     width: 25px;
     height: 25px;
     text-indent: -9999px; /* hides the link text */
}

a.ErrorImage
{
    background: url(../Images/error_small.png) no-repeat bottom left;
     display: block;
     width: 25px;
     height: 25px;
     text-indent: -9999px; /* hides the link text */
}

a.ModalImage
{
    background: url(../Images/magni.GIF) no-repeat left bottom;
    display: block;
    width: 25px;
    height: 25px;
    text-indent: -9999px; /* hides the link text */
}
 

/* Base class */
.main-panel {
  position: relative; 
  padding: 10px 10px 10px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

 
 .scrollspan
{
    height: 100%;
    overflow:auto;
}


 /*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopup p {
    padding: 5px;
}

.editor-field input[type="text"], .editor-field select , .editor-field label.checkbox, .editor-field label,.editor-field datetime
{
    width: 120px; 
}

.text-box
{
    width: 120px; 
}

.text-box input[type="email"]
{
    width: 200px; 
    font-size: 12px; 
}


/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
  /*width: 228px;*/
  width: 182px;
  margin: 10px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 150px;
  /*width: 190px \9;*/
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}



/* Mini layout previews
-------------------------------------------------- */
.mini-layout {
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
          box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
.mini-layout,
.mini-layout .mini-layout-body,
.mini-layout.fluid .mini-layout-sidebar {
  height: 300px;
}
.mini-layout {
  margin-bottom: 20px;
  padding: 9px;
}
.mini-layout div {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.mini-layout .mini-layout-body {
  background-color: #dceaf4;
  margin: 0 auto;
  width: 70%;
}
.mini-layout.fluid .mini-layout-sidebar,
.mini-layout.fluid .mini-layout-header,
.mini-layout.fluid .mini-layout-body {
  float: left;
}
.mini-layout.fluid .mini-layout-sidebar {
  background-color: #bbd8e9;
  width: 20%;
}
.mini-layout.fluid .mini-layout-body {
  width: 77.5%;
  margin-left: 2.5%;
}


/* jumbotron
-------------------------------------------------- */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: inherit;
  /*background-color: #eeeeee;*/
}

.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.panel-body { padding: 10px; } ul, ol { margin-bottom: 0; padding-left: 17px; } 
.panel { margin-bottom: 0; } .form-group { margin-bottom: 0; }  

.noTitleStuff .ui-dialog-titlebar {display:none}

