html,
body {
    height: 100%;
    padding-top: 34px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.navbar {
    min-height: 70px;
    border-bottom: 2px solid #ccc;
}

.navbar-brand {
    font-size: 20px;
    line-height: 56px;
    color: #73abda;
}

.navbar-right { 
    margin-top: 18px;
}

.navbar-fixed-top {
    background: #fff;
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.breadcrumb {
    border-radius: 0 0 4px 4px;
    margin-bottom: 10px;
}

hr {
    border-top: 2px solid #ccc;
    margin-top: 10px; margin-bottom: 10px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

h1 { font-size: 30px; margin-top: 10px; }
h2 { font-size: 26px; margin-top: 10px; }
h3 { font-size: 22px; margin-top: 10px; }
h4, h5, h6 { margin-top: 10px; }

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* Set checkbox XL size to match text boxes*/
.cbx-xl {
    width: 34px;
    height: 34px;
}

.modal-md {
    width: 600px;
}
.modal-700 {
    width: 700px;
}
.modal-content {
    padding: 0 20px;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, 
.has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
	color: #c6992e;
}

.datetimepicker-hours span.disabled { display: none; }

.status-ontarget   { background-color: #92d050 !important; font-weight: bold !important; }
.status-10target   { background-color: rgb(255,255,0) !important; font-weight: bold !important; }
.status-20target   { background-color: rgb(255,153,0) !important; font-weight: bold !important; }
.status-offtarget  { background-color: rgb(255,72,72) !important; font-weight: bold !important; }
.status-notstarted { background-color: rgb(0,176,240) !important; font-weight: bold !important; }
.status-callhours  { background-color: rgb(177,160,199); font-weight: bold; }

.cmt-legend { color: #fff; padding: 5px; font-weight:bold; }
.cmt-legend-blk { color: #000; padding: 5px; font-weight:bold; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px 8px;
}

.max-width-1280 {
    max-width: 1280px;
    margin: auto;
}

.cmp-totalstat { font-weight: bold; }
#hours-by-day .cmp-totalstat { background: #dedede; }
.cmp-userstat { display: block; font-size: 12px; }
.cmp-apptstat { color: #fff; background-color: #337ab7; padding: 2px 5px; }
.cmp-notarget { color: #000; background-color: #fff306; padding: 2px 5px; }
.cmp-nomargin span { margin: 0; padding: 0 8px; border-bottom: 1px solid #ddd; }
.cmp-nomargin span:last-of-type { border-bottom: 0; }
.cmp-weekend, .cmp-weekend .cmp-genhours { background: #eee !important; }
.cmp-hours { display: block; }
.cmp-genhours { display: block; background: #f5f5f5; }
.cmp-not7hrs { color: red; }
.cmp-success { color: #3c763d; font-weight: bold; }
.cmp-warning { color: #c6992e; font-weight: bold; }
.cmp-error { color: #a94442; font-weight: bold; }
.cmp-datacell span { display: block; font-size: 12px; margin: 0; padding: 0 8px; border-bottom: 1px solid #ddd;}
.cmp-datacell span:last-of-type { border-bottom: 0; }
.cmp-datacell br, .cmp-nomargin br { display: none; }
.cmp-inactive {color: #bbb;}

.cmp-grid-loading {
    opacity: 0.5;
}

#hours-by-day ul.dropdown-menu-right, 
#campaign-by-team ul.dropdown-menu-right, 
#campaign-stats ul.dropdown-menu-right { 
    z-index: 9999;
}

.help-block {
    font-size:smaller;
}

th.rotate {
  height: 56px;
  white-space: nowrap;
  vertical-align:baseline !important;
  border-left: none !important;
  border-right: none !important;
}
th.rotate > div {
  transform: 
    translate(32px, 15px)
    rotate(315deg);
  width: 35px;
}
th.rotate > div > div {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  width: 94px;
}
.kv-table-float {
    border-top: 1px solid #ddd;
}
.kv-grid-wrapper {
    height: 770px;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

