body { 
    padding-top: 120px; 
    margin-bottom: 80px;
}

.breadcrumb {
	position: fixed;
    top: 0;
    left: 0;
    margin-top:50px;
	padding-bottom: 5px;
	padding-left: 50px;
	width: 100%;
	z-index: 999;
	font-size: 11pt;
	border-top-style: solid;
    border-top-width: 5px;
    border-top-color: #2f96ee;
    border-top-color: #2c3e50;
    border-bottom: 1px solid #34495e;
}

.section-top {
	margin-top: 20px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>btn{
    padding: 30px;
}


.navbar.center .navbar-inner {
    text-align: center;
}

.navbar.center .navbar-inner .nav {
    display:inline-block;
    float: none;
}

.btn{
    background: #2763a4;
    color: white;
    outline: none;
    text-shadow: none;
}

.btn:hover {
    background: #7bc4ee;
    color: white;
    outline: none;
    text-shadow: none;
}

.btn:active {
    background: #2763a4;
    color: white;
    outline: none;
    text-shadow: none;
}
.btn:disabled {
    background: #7f8c8d;
    color: white;
}


/**
DANGER BUTTON
**/
.btn-danger {
	background-color: #c90000;
}
.btn-danger:hover {
	background-color: #ff0000;
}
.btn-danger:active {
	background-color: #ff0000;
}

/**
WARNING BUTTON
**/
.btn-warning {
    background-color: #e67e22;
}
.btn-warning:hover {
    background-color: #f39c12;
}
.btn-warning:active {
    background-color: #f39c12;
}

.btn-success {
	background-color: #2763a4;
}
.btn-success:hover {
	background-color: #7bc4ee;
}
.btn-green:active {
	background-color: #2763a4;
}

.panel-default > .panel-heading {
  background: #2763a4;
  color: white;
}

.panel-danger > .panel-heading {
  background: #c0392b;
  color: white;
}

.accordian-top-buffer {
	margin-top: 25px;
}

.row-top-buffer {
	margin-top: 0px;
}

.row-top-buffer-2 {
	margin-top: 25px;
}

.scrollable-menu {
	height: auto;
	max-height: 200px;
	overflow-x: hidden;
}

.ng-valid.ng-dirty {
	border-color: #2ecc71;
}
.ng-caution {
    border-color: #f1c40f;
}

.ng-invalid.ng-dirty {
	border-color: #e74c3c;
}
.ng-invalid.ng-touched {
	border-color: #e74c3c;
}
.ng-invalid.ng-touched {
	border-color: #e74c3c;
}
.ng-invalid.ng-pristine.vapRequired {
    border-color: #e74c3c;
}
.form-control.vapRequired {
    border-color: #e74c3c;
}
.ng-submitted .ng-invalid {
	border-color: #e74c3c;
}

.selected {
    background-color:black;
    color:white;
    font-weight:bold;
}

.modal-danger .modal-header {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
  padding:9px 15px;
  -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;
}

.modal-warning .modal-header {
    background: linear-gradient(to top, #ffd100, #fbe600);
    border-color: #e9af00;
  color: #000000;
  padding:9px 15px;
  -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;
}

.modal-success .modal-header {
    background-color: #E3F6CE;
    border-color: #01Df3A;
    color: #0B610B;
    padding:9px 15px;
    -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;
}

.modal-backdrop {
	position: fixed;
	width: 100%;
	height:100%;
	display: flex;
	align-items: center;
	top: 0;
	background: rgba(0,0,0,0.5);
}



table.dataTable thead > tr > th {
    padding-top: 30px;
}

.tooltip {	
	overflow: visible !important;
}

.tooltip-inner {
	overflow: visible !important;	
	max-width: 300px;
	white-space: pre-wrap;	
}

.progress-bar {
    text-align: left;
    padding: 0 5px;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
    font-size: 14pt;
    /*font-style: bold;*/
}

.fa-sm {
    font-size:0.63em;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

textarea {
    overflow-y: scroll;
    height: 150px;
    resize: none;
}

.accordian-top-buffer {
	margin-top: 25px;
}

.row-top-buffer {
	margin-top: 25px;
}

.fill-color {
	background-color: #8AACB1;
}

body,html{
    height:80%;
}

.footer{
    height:20%;
}

.vap-actionbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 998;
    border-top-style: groove;
    border-top-width: 1px;
    border-color: #aeb9ca;
    background: #e2eefd;
    background: linear-gradient(to top, #e2eefd , white); /* Standard syntax */
}

.vap-actionbar-content {
    padding-top: 5px;
    padding-left: 14px;
    padding-bottom: 5px;
    width: 80%;
    height: 50px;
    margin: auto;
    border-width: 1px;
}


#pluswrap {
    position: fixed;
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    top: 0;
    background: rgba(0,0,0,0.5);
    color: white;
    z-index: 2000;
}

.plus {
    display: flex;
    margin: 0 auto;
    font-size: 3em;
}
.plus>i {
    padding-top: 9px;
    margin-right: 10px;
}

.accordion-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #eaeaea;
    margin-bottom: -15px;
    border-top-color: black;
    border-width: thin;
    border-style: groove;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.form-section-header {
    border-bottom-style: solid ;
    border-bottom-width: thin;
    border-bottom-color: black;
    padding-bottom: 10px;
    margin-top: -10px;
    font-size: x-large;
    font-weight: bold;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: black;
    cursor: default;
    background-color: white;
    border: 1px solid black;
    border-bottom-color: transparent;
}

.uib-tab > div.well {
    border: 1px solid black;
}

/* Popup Example */
signature-popup .popup {
    background: lightgrey;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

signature-popup .popup bm-signature-pad {
    position: absolute;
    top: 10px;
    bottom: 40px;
    right: 10px;
    left: 10px;
}

signature-popup .popup button {
    position: absolute;
    bottom: 0;
}

signature-popup .popup button.save {
    right: 10px;
}

signature-popup .popup button.cancel {
    right: 70px;
}

signature-popup .popup button.clear {
    left: 10px;
}

.top_line, .footer-top, .recent-tweets, .footer-wrapper, .footer-bottom {
    margin: 0 -20px 0
}
.footer-wrapper .span4 {
    padding-left: 10px
}.top_line, .footer-top, .recent-tweets, .footer-wrapper, .footer-bottom {
     margin: 0 -20px 0
 }
.footer-wrapper .span4 {
    width: 290px;
    padding-left: 10px
}
.footer-wrapper .span4 {
    padding-left: 10px
}

.coming-soon-footer .footer-socials {
    float: none;
    display: inline-block;
    margin: 40px 0
}

.footer-socials {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
    margin-bottom: 20px;
    float: left
}

.footer-socials li {
    float: left;
    margin-right: 10px
}

.footer-socials li .fb {
    background: url(../img/socials.png) no-repeat scroll 0 0 transparent
}

.coming-soon-footer .col-md-12 {
    text-align: center
}

.footer-socials li a {
    display: block;
    width: 32px;
    height: 32px
}

.footer-socials li .tw {
    background: url(../img/socials.png) no-repeat scroll -43px 0 transparent
}

.footer-socials li .in {
    background: url(../img/socials.png) no-repeat scroll -87px 0 transparent
}

.footer-socials li .wf {
    background: url(../img/socials.png) no-repeat scroll -130px 0 transparent
}

.footer-socials li .fl {
    background: url(../img/socials.png) no-repeat scroll -173px 0 transparent
}

.footer-socials li .b {
    background: url(../img/socials.png) no-repeat scroll -217px 0 transparent
}

.top_cs_line {
    background-color: #000
}

.top_cs_line {
    height: 8px
}

.coming-soon-footer, .footer-bottom-cs, .footer-cs, .top_cs_line {
    margin: 0
}
#footer {
    width: 100%
}

#footer address {
    margin-bottom: 20px
}

#footer ul {
    margin-bottom: 20px;
    padding-left: 0
}

.footer-top {
    height: 10px;
    background-color: #898989
}

.footer-wrapper {
    background-color: #666;
    padding-top: 17px
}

.footer-bottom {
    background-color: #333
}

.footer-logo {
    margin-bottom: 20px
}

.footer-wrapper .address {
    padding-left: 15px
}

.footer-wrapper .address p {
    margin-bottom: 5px;
    color: #cbcbcb;
    padding: 0
}

.footer-wrapper .address p i {
    display: block;
    float: left;
    line-height: 20px;
    width: 30px
}

.footer-wrapper h4 {
    border-bottom: 1px solid #CBCBCB;
    color: #CBCBCB;
    font-size: 18px;
    margin-bottom: 8px;
    padding-bottom: 8px
}

.footer-wrapper .col-md-4 {
    margin-bottom: 30px
}

.footer-wrapper .footer-right h4, .footer-wrapper .footer-center h4 {
    margin-bottom: 0
}

.footer-navigate {
    list-style: none;
    margin-left: 0
}

.footer-center p {
    color: #cbcbcb;
    padding: 12px 0 0
}

.footer-navigate li {
    border-bottom: 1px solid #898989;
    padding: 5px 0
}

.footer-navigate li a {
    color: #fff
}

.footer-bottom p {
    padding: 18px 0 13px 14px;
    color: #fff
}

.footer-bottom p a {
    color: #fff
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

blockquote:before, blockquote:after {
    content: ""
}

.container {
    margin-bottom: 20px;
}

.container .signature {
    margin: 0 auto;
    cursor: pointer;
}

.container .signature canvas {
    border: 1px solid #999;
    margin: 0 auto;
    cursor: pointer;
    background-color: white;
}

.moment-picker {
    z-index: 99999;
}

.moment-picker-container {

}