﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    -webkit-print-color-adjust: exact;

    padding-top: 1px;
    padding-bottom: 2px;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3;
    color: #333333;
    background-color: #ffffff !important;
}

.inline-panel {
    display: inline-block;
}

@media print { 
    #print1 .table td.SubTotal{ 
        background-color: WhiteSmoke !important; 
    }  

    #print1 .table th { 
        background-color: #D1D1D1 !important; 
    } 

    #print1 .panel-default > .panel-heading {
      color: #333333 !important;
      background-color: #f5f5f5 !important;
      border-color: #dddddd !important;
    }
}

td > a:active {
    font-weight: normal;
}

p.shine
{
    font-size: 13px;
    margin-top:5px; margin-bottom:0px;
}

.shine
{
    background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;

    -webkit-background-size: 125px;
    
    -webkit-background-clip: text;
    
    -webkit-animation-name: shine;
    -webkit-animation-duration: 10s;
    -webkit-animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: shine;
    -moz-animation-duration: 10s;
    -moz-animation-direction: alternate;
    -moz-animation-iteration-count: infinite;
}

@-webkit-keyframes shine
{
    0%
    {
        color: rgba(255, 255, 255, 0.2);
    	background-position: top left;
        width:600px;
	    margin-left: 32%;
    }
    100%
    {
        color: rgba(255, 0, 0, 0.7);
    	background-position: top right;
        width:600px;
	    margin-left: 0%;
    }
}

@-moz-keyframes shine
{
    0%
    {
        color: rgba(40, 40, 40, 0.5);
    	background-position: top left;
        width:520px;
	    margin-left: 28%;
    }
    100%
    {
        color: rgba(255, 0, 0, 0.8);
    	background-position: top right;
        width:520px;
	    margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .wide-md-left {
        padding-left:0px;
    }
    .wide-md-right {
        padding-right:0px;
    }
    .wide-md {
        padding-left:0px;
        padding-right:0px;
    }
}

@media (min-width: 768px) {
    .wide-sm-left {
        padding-left:0px;
    }
    .wide-sm-right {
        padding-right:0px;
    }
    .wide-sm {
        padding-left:0px;
        padding-right:0px;
    }
}

.wide-left {
    padding-left:0px;
}
.wide-right {
    padding-right:0px;
}

.wide {
  padding-left:0px;
  padding-right:0px;
}

.wide-panel {
  padding-left:5px;
  padding-right:5px;
  padding-top:10px;
  padding-bottom:5px;
}

.wide-panel-control {
  padding-left:12px;
  padding-right:5px;
  padding-top:6px;
  padding-bottom:5px;
}

.wide-control {
  padding-left:5px;
  padding-right:5px;
  padding-top:6px;
  padding-bottom:5px;
}

.form-control{
    font-size:12px;
    height: 30px;
    padding: 6px 12px;
}

.form-control-title{
    font-size:14px;
    height: 30px;
    font-weight:bold;
}

.panel-body .control{
    padding: 6px 12px;
}

.panel{
     margin-bottom:5px;
}

.panel-title {
  font-size: 14px;
  line-height: 0.8;
}

.font-larger {
    font-size: larger;
}



.btn{
    font-size: 12px;
    padding-bottom:5px;
}

.btn > .fa {
    transition: font-size 0.35s ease;
}

.btn:hover > .fa {
    font-size:larger;
}

.btn-lg {
  font-size: 14px;
  padding-bottom:8px;
}

.btn-sm,
.btn-xs {
  font-size: 10px;
  padding-bottom:2px;
}

.btn-group-xs > .btn {
  font-size: 10px;
}

.btn-group-sm > .btn {
  font-size: 10px;
}

.btn-group-lg > .btn {
  font-size: 14px;
}

.title-btn {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
}

.txt-bold {
    font-weight: bold;
}

.btn-primary {
  color: #ffffff;
  background-color: #787878;
  border-color: #646464;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #5a5a5a;
  border-color: #3c3c3c;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #787878;
  border-color: #646464;
}

.space {
    margin-right: 5px;
    margin-bottom: 5px;
}
/* will work for buttons... All buttons in the row should use it*/
.bts {
    margin-right: 3px;
    margin-left: 0px !important;
    margin-bottom: 5px !important;
}
/* will work for buttons... All buttons in the row should use it*/

.bts9 {
    margin-right: 9px;
    margin-left: 0px !important;
    margin-bottom: 5px !important;
}

.mx5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.d-flex {
    display: flex;
}

.chart-div{padding:0;width:100%;overflow-x:auto;}

.dropdown-menu {
  font-size: 12px;
}

.input-group-addon {
  font-size: 12px;
}

.popover-title {
  font-size: 12px;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 36px;
  font-size: 14px;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 26px;
  font-size: 12px;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 36px;
  font-size: 14px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 36px;
  line-height: 36px;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 26px;
  font-size: 10px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 26px;
  line-height: 26px;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.input-group-addon {
  font-size: 12px;
}

.input-group-addon.input-sm {
  font-size: 10px;
}

.input-group-addon.input-lg {
  font-size: 14px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input[type="text"],
input[type="email"],
 input[type="password"]{
    max-width: 280px;
}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.logo{display: inline; float:left;}
.logo img{margin-top:10px; margin-bottom:10px;}

.userbar{font-size:12px; display: inline-block; float:right; text-align:right; margin-top:10px;}

/* Reduce the height of the navs*/
.nav > li > a {padding:5px;}
.nav {min-height:29px}

/*align control labels and space form groups*/
.control-label{font-weight:normal;}
.form-group{padding-bottom:2em;}

.form-div{
    float: left !important;
    padding-left:20px; 
    padding-right:30px; 
    padding-top:5px; 
    padding-bottom:5px;
    white-space: nowrap;
}
.form-div-right{
    float: right !important;
    padding-left:20px; 
    padding-right:30px; 
    padding-top:5px; 
    padding-bottom:5px;
    white-space: nowrap;
}

.form-div-20{
    float: left !important;
    padding-left:20px; 
    padding-right:20px; 
    padding-top:5px; 
    padding-bottom:5px;
    white-space: nowrap;
}

.form-div-10{
    float: left !important;
    padding-left:20px; 
    padding-right:10px; 
    padding-top:5px; 
    padding-bottom:5px;
    white-space: nowrap;
}

.form-div-0{
    float: left !important;
    padding-left:20px; 
    padding-right:0px; 
    padding-top:5px; 
    padding-bottom:5px;
    white-space: nowrap;
}

.form-control-div-0{
    float: left !important;
    padding-left:0px; 
    padding-right:0px; 
    padding-top:0px; 
    padding-bottom:0px;
    white-space: nowrap;
}

.form-control-div-0-spaced{
    float: left !important;
    padding-left:20px; 
    padding-right:0px; 
    padding-top:0px; 
    padding-bottom:0px;
    white-space: nowrap;
}

.form-control-label{
    font-weight:normal;
    padding-right:5px; 
}

.form-control-static {
    font-weight:bolder;
}

.signature-div {
    width: 150px;
    height: 150px;
    padding: 0;
    margin: 0;
}

#SignInEmail {background-color:#c1d5e5;}
#SignInPassword {background-color:#c1d5e5;}

/*#SignInEmail {background-color:white;}        
#SignInPassword {background-color:#c1d5e5;}*/   


/*   #21658F  */


.navbar2 {background:#D1D1D1; padding:6px 10px; font-size:13px}
.navbar2 a.current{font-weight:bolder; font-size:14px;}
.navbar2 a:before {content: "    |    "; } 
.navbar2 a:first-child:before{content: ''; }
.navbar2 a,a:hover,a:active{color:#496484; text-decoration:none;}
.navbar2 a:hover{color:#496484; font-weight:bolder; text-decoration:none;}

.navbar3 {background:#D6D6D6; padding:4px 8px; font-size:12px;}
.navbar3 a.current{font-weight:bolder; font-size:13px;}
.navbar3 a:before {content: "    |    "; }
.navbar3 a:first-child:before{content: ''; }
.navbar3 a:hover{color: #428bca; font-weight:bolder; text-decoration:none;}

#footer{background:#D1D1D1; color:#b44587; padding:8px;}
#footer span:after {content: "  |  "; }
#footer span:last-child:after{content: ''; }
#footer a,a:active{color:#b44587; font-weight:bold; text-decoration:none;}
#footer a:hover{color:#db241e; font-weight:bolder; text-decoration:underline;}

.navbar4 a:before {content: "    |    "; }
.navbar4 a:first-child:before{content: ''; }
.navbar4 a:hover{color: #428bca; font-weight:bolder; text-decoration:underline;}


.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > a:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > span:focus {
    background-color: #f5f5f5;
    border-color: #dddddd;
}

a:active,
a:hover {
  outline: 0;
  color: #23527c;
  text-decoration: underline;
}

.checkbox input { margin-top: 0; }

