﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 0px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
   _padding-left: 15px;
    _padding-right: 15px;
}

.container-fluid.body-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}
*/
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

/* Wes Edits */

.pageheight {
    overflow: auto;
    _padding-left: 15px;
}

.table caption{
background-color: gainsboro;
height: 30px;
font-size: larger;
font-weight: bold;
padding: 5px;
text-align: left;
}

table.tablesorter thead tr .header {
	color: cornflowerblue;
	cursor: pointer;
}

table.fixedheader thead tr td{
    font-weight: bold;
} 

table.js-dynamitable thead:first-child tr:last-child th{
    color:cornflowerblue;
	cursor: pointer;
}

table.table{
    empty-cells: show; 
}

.js-sorter{
    color: cornflowerblue;
	cursor: pointer;
}
.sortnew{
    _display: none;
}

.sortasc {
    _content:'\25BA';
    display: block;
}

.sortdesc {
    _content:'\25BA';
    display: block;
}


.tablediv{
    _border: 1px solid #000;
}
table.hgResult tr td{
    border: none;
    text-align: left !important;
}

table.hgResult{
  display: block;
  _width: 100%;
  _height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

table.hgResult:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

table.hgResult input {
    margin: 8px !important;

}

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;
}

.hgeditformheader {
	color:#fff;
    padding:15px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.hgeditformlabel {
    padding-top: 12px !important;
    width:25%;
    _white-space:nowrap;
}

.hgNewRecord{
    height: 32px;
}

.datetimepickerdiv{
    position: relative;
}

.hgTitle{
    background-color:#c9dfe8 !important;
}

.FieldRequired{
    color: red;
}

#tabvgParameters th.vgTitle{
    text-align: center !important;
    background-color: #EAF2FA !important;
}

.hgTitleSplitter{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.hgTitleSplitter td{
    padding: 0;
    width: 33%;
}

.hgHeaderRow th {
    vertical-align: top !important;
}


.ui-dialog {
   padding: 0;
   box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.ui-widget-header {
    background-color: #6b87bf  ;
    border: 0;
    color: #fff;
    font-weight: normal;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 1em 1em;
    position: relative;
    font-size: 1em;outline-width: 0 !important;
}

.ui-dialog .ui-dialog-title{
    width: 80%;
}

 .no-close .ui-dialog-titlebar button{
    visibility: hidden;
}

 .ui-dialog .ui-dialog-content {
    padding: 0;
}

 .ui-dialog .ui-dialog-buttonpane{
     padding: 1em 1em 1em 1em;
     margin-top: 0;
 }

 .ui-state-active{
     background-color:#d6e0f1 !important;
 }

 
.ui-widget{
    background-color: #ffffff;

}

 .ui-widget a {
    color: #337ab7 !important;
    _text-decoration: none;
}



.LayoutTable{
    width: 100%;
    border: 1px solid #000;
    padding:0;

}

.LayoutTable td{
    vertical-align: top;
    padding:0;
}

.tdFormField{
    width: 70%;
}
.tdFormValue{
    width: 30%;
    _height: 50px;
}

.tdFormValue input{
    width: 160px;
}

.tdFormValue span{
    width: 160px;
    text-align: right;
}

.tdFormValue select{
    width: 160px;
}

/* Right Left */
/*
.tabLeftRight .tdLeft{
    width: 180px;
    background-color: #eef2fa;
    padding-top: 32px;
}

.tabLeftRight .tdRight{
    padding: 0;
}
*/
/* left right page*/
.LeftRightTable {
    width: 100%;
    padding: 0px;
}

.LeftRightTable td{
    vertical-align: top;
    padding: 0;
}

.LeftRightTable .LeftTD{
    width: 320px;
    background-color:#edf4f7;
}

.LeftRightTable .LeftTD .LeftMenuTitle{
    padding: 10px 10px 10px 10px;
    font-weight:bold;
    background-color:#93bfd2;
}

.LeftRightTable .LeftTable {
    width: 100%;
}
.LeftRightTable .LeftMenuCategory{
    font-weight: bold;    
    padding: 10px 10px 10px 20px;
    background-color: #c9dfe8;
}

.LeftRightTable .LeftMenuItem{
    color:#337ab7;
    _font-weight: bold;
    padding: 6px 4px 6px 30px;
    cursor: pointer;
}

.LeftRightTable .LeftMenuSelectItem{
    
    padding: 4px 20px 4px 30px;
}


/* Left Menu */
.LeftMenu .hgTitle{
    background-color:#93bfd2 !important;
}

.LeftMenu .hgHeaderRow{
    background-color:#c9dfe8 !important;
}

.LeftMenu .hgHeaderRow th {
    background-color: #93bfd2 !important;
    padding-left: 20px !important;
}

.LeftMenu tbody td{
     padding-left: 30px !important;
}

.LeftMenu .badge{
    background-color:#c9dfe8 !important;
    color: #337AB7;
    font-weight: normal;
}

.LeftMenuTD {
    padding: 15px !important;
}

.LeftMenuTitle{
    cursor: default;
}


/* Confirm- dialog*/
.confirm-dialog {
    position: relative;
    margin: 20px;
}

.message-dialog{
    position: relative;
    margin: 20px;
}

.vg{
    margin: 10px;
    width: calc(100% - 20px);
}


.RowGroup0 td {
    color: #337AB7;
    background-color: #d8e0f3 !important;
}
/*
.RowGroupCollpased td {

    background-color: #f2f2f2 !important;
}
*/
.RowGroup1 td {
    color: #337AB7;
    background-color: #d8e0f3 !important;
    padding-left: 40px !important;
}

.RowGroup2 td {
    color: #337AB7;
    background-color: #d8e0f3 !important;
    padding-left: 60px !important;
}

.RowGroup3 td {
    color: #337AB7;
    background-color: #d8e0f3 !important;
    padding-left: 80px !important;
}

.RowGroupBadge {
    _background-color: #BFBFBF;
    background-color: #c9dfe8 !important;
    color: #337AB7;
    font-weight: normal;
}
.LoginFormBox {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 500px;
    color: #000;
    background-color: #ffffff;
    padding: 25px;
    opacity: 0.95;
    _border-radius: 10px;
}
.form-control-w {
    /*font-weight: normal;*/
    padding: 6px;
    border-radius: 7px;
}

.waitgif {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.clients {
    position: absolute;
    background-color: white;
    padding: 10px;
    _margin:40px;
    border-radius: 5px;
    border: solid 1px lightgray;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 200px;
    overflow: auto;
    display: none;
    z-index: 1000;
}
.CounterColumn {
    
    background: #cccccc;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}

#tabGridRequest tbody tr{
    height: 60px;
}

#tabGridRequest tbody tr td {
    vertical-align: middle;
}

.zminus {
    _z-index: -1 !important;
    _position: relative;
}


#divPanel{
    overflow: auto;
    _border: 1px solid #000;
    margin: 0;
    padding: 1px;
}