﻿
/*
    Application Colors:
    B4CC95 - Burkhart Green. This is the color of the banner
    6E8F43 - Darkest of greens on this page, used for glyphicons and text
    8EAC67 - Darker green that is used for active tab color and pagination
    DBEAC6 - Used for paging control.
    EEF4E5 - Light green that is used as the background
*/

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.assetValGlyph {
    padding-top:30px;
}

.sideBar {
    height: calc(100vh - 50px)!important;
}

.sideBarContent {
    height: calc(100vh - 100px)!important;
    overflow-y: scroll;
}

.paging {
    position: relative;
    padding-top: 5px;
    height: 30px;
    /*padding: 6px 12px;*/
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #6e8f43;
    border-color: #DBEAC6;
    background-color: #EEF4E5;
}

    .paging.disabled {
        color: #999;
        cursor: not-allowed;
        /*background-color: #DBEAC6;*/
        background-color: #E1E7D8;
        /*border-color: #ddd;*/
    }

    .paging i {
        /*padding-bottom: 0px;*/
        /*vertical-align: middle;*/
        font-size:18px;
    }

.pagingInput {
    margin-bottom: -6px;
    width: 34px!important;
    text-align:center;
    color: #6e8f43;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #eef4e5!important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


input.ng-invalid {
    border-color: red!important;
}
input.ng-valid {
    background-color: none;
}


.navbar.navbar-inverse {
    background-color: #B4CC95!important;
}


.navbar .navbar-brand {
    background: url(Images/burkhart-logo-white.png);
    background-size: 160px;
    background-repeat: no-repeat;
    min-width: 160px;
    height: 60px!important;
    margin-left: 2px!important;
    margin-top: 4px!important;
}

.dropdown-menu.application-panel {
    width: 350px;
    padding: 20px;
}

.dropdown-menu.application-panel .application {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    height: 65px;
    width: 65px;
    padding: 5px;
}

i {
    height: 24px;
    width: 24px;
    font-size: 24px;
}

.search.form-group.is-focused .form-control {
  outline: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(steelblue), to(steelblue)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2)) !important;
  background-image: -webkit-linear-gradient(white, white), -webkit-linear-gradient(#D2D2D2, #D2D2D2) !important;
  background-image: -o-linear-gradient(white, white), -o-linear-gradient(#D2D2D2, #D2D2D2) !important;
  background-image: linear-gradient(white, white), linear-gradient(#D2D2D2, #D2D2D2) !important;
  -webkit-background-size: 100% 2px, 100% 1px;
          background-size: 100% 2px, 100% 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.form-group.is-focused .form-control .material-input:after {
  background-color: white !important;
}
.search.form-group.is-focused label,
.search.form-group.is-focused label.control-label {
  color: white !important;
}

.form-group {
    padding-bottom: 7px;
    margin: 0 0 0 0!important;
}
.form-control {
    max-width: 400px !important;
}

.dropdown-menu > ul > li > span {
    display: block;
    padding: 13px 16px;
    clear:both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
    font-size: 16px;
}

.clearable-input {
  position: relative;
  display: inline-block;
}
.clearable-input > input {
  padding-right: 1.4em;
}
.clearable-input >[data-clear-input] {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  font-size: 1.4em;
  padding: 0 0.2em;
  line-height: 1em;
  cursor: pointer;
}
.clearable-input > input::-ms-clear {
  display: none;
}

.form-control {
    width: 100% !important;
}

.input-group.input-group-large
{
    width: 400px;
}

.input-group.input-group-medium
{
    width: 300px;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease !important;
       -o-transition: height .35s ease !important;
          transition: height .35s ease !important;
}

.rotate{
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
}

.rotate.down{
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}


.criteria{
    border:1px solid red;
}
.glyphicon {
    color: #6E8F43!important;
}

.btn-success {
    color: #ffffff!important;
    background-color: #5cb85c!important;
    border-color: #4cae4c!important;
}

.rentButtonContainer {
    text-align:right;
    vertical-align:middle;
    padding-right:5px;
}

.rentButton {
    width:125px!important;
    margin:2px!important;
}

.assetDetailLine {
    padding-left: 0px!important;
    font-weight: normal;
    color: black;
}

.assetPanelHeading {
    padding: 5px 15px 5px 25px!important;
}
.searchInput {
    width:100%!important;
}

.searchBtn {
    font-size:20px!important;
    vertical-align:middle;
    cursor:pointer;
    margin-left:4px;
}

.textNormal {
    font-weight:normal;
    color:black;
}

label {
    color: black!important;
}

.assetDesc {
    font-weight:bold;
    font-size:14px;
    font-family: 'Open Sans', sans-serif;
}

.btn-default {
    color: #333!important;
    background-color: #fff!important;
    border-color: #ccc!important;
}
.btn-primary {
    color: #fff!important;
    background-color: #337ab7!important;
    border-color: #2e6da4!important;
}
.btn-success {
    color: #fff!important;
    background-color: #5cb85c!important;
    border-color: #4cae4c!important;
}
.btn-danger {
    color: #fff!important;
    background-color: #d9534f!important;
    border-color: #d43f3a!important;
}
.btn-info {
    color: #fff!important;
    background-color: #5bc0de!important;
    border-color: #46b8da!important;
}
.btn-warning {
    color: #fff!important;
    background-color: #f0ad4e!important;
    border-color: #eea236!important;
}

.panel-body {
    padding: 4px 0px 0px 3px;
}

.panel-heading {
    padding: 5px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-success > .panel-heading {
    /*background-color: #4caf50; bs default*/
    background-color: white !important;
    border: solid 3px #4caf50 !important;
    color: #4caf50 !important;
}

.panel-danger > .panel-heading {
    background-color: white !important;
    border: solid 3px #f44336 !important;
    color: #f44336 !important;
}

.panel-info > .panel-heading {
    background-color: white !important;
    border: solid 3px #03a9f4 !important;
    color: #03a9f4 !important;
}
/*
.panel-default > .panel-heading {
    background-color: white !important;
    border: solid 4px #4caf50 !important;
    color: #4caf50 !important;
}*/


.pnl-danger {
    /*background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;*/
    background-color: #d9534f!important;
    border-color: #b92c28!important;
    color:white!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    border-top-left-radius: inherit!important;
    border-top-right-radius: inherit!important;
}

.assetRow {
    margin-right: -15px!important;
    /*margin-left: 4px!important;*/
}

.modalRow {
    margin-right: 0px!important;
    margin-left: 0px!important;
}

.showMore {
    text-align: center;
    padding-top: 8px;
}
.showMoreUDIcon {
    display: none;
}
.showMoreLRIcon {
    display: inherit;
}

.clickable {
    cursor: pointer !important;
}

.floatLeft {
    float:left;
}

.goToPgCtrlFrm {
    margin-left: 20px!important;
}
.goToPgIcon {
    vertical-align: bottom;
    font-size:24px;
    margin-bottom:30px!important;
    cursor:pointer;
}
.goToPgCtrl {
    margin-bottom:20px!important;
    margin-left: 4px;
    width:75px!important;
}

.statusLabelTd {
    padding-left:10px;
    padding-right:10px;
}
.statusSelect{
    width:100px!important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #eef4e5!important; 
    background-color: #8EAC67!important;
}

a, a:focus, a:hover {
    color: #6E8F43;
    cursor:pointer;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #eef4e5 !important;
    cursor: default;
    background-color: #8EAC67 !important;
    border-color: #8EAC67 !important;
}

/*we added this*/
.list-group-item:hover {
    background-color: #C0CFAC!important;
    border-color: #C0CFAC!important;
}

.editLinkContainer{
    padding-top:5px!important;
    padding-left:0px!important;
}

.codeSelector {
    margin-bottom: 0px !important;
    width: 200px !important;
    margin-left:4px!important;
}

.glyphicon-remove{
    color:#f44336!important;
}

.historyContainer {
    /*margin-left: 15px!important;
    margin-right: 15px!important;*/
    padding: 0px;
}

.fa {
    color: #6e8f43 !important;
}

.historyRow {
    margin-top: 4px;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px #6e8f43 solid;
}

.historyLabel1 {
    margin-right: 4px;
    margin-bottom: 0px;
    font-size: 14px;
}

.historyLabelDt {
    margin-right: 4px;
    margin-bottom: 0px;
    font-size: 14px;
    width: 35px;
}

.historyLabelDtData {
    margin-right: 30px;
    margin-bottom: 0px;
    width: 60px;
    font-size: 14px;
}

.historyLabelBy {
    margin-right: 4px;
    margin-bottom: 0px;
    width: 80px;
    font-size: 14px;
}

.historyLabelByData {
    /*margin-right: 30px;*/
    font-size: 14px;
}

.historyLabelRate {
    margin-right: 28px;
    margin-bottom: 0px;
    font-size: 14px;
}

.contextTitle {
    color: #6E8F43;
    text-align: center;
}

.valMsg {
    margin-top: -7px!important;
}

.purchaseOrderLabel {
    font-size: 16px !important;
    line-height: 1.42857143 !important;
    font-weight: 400 !important;
    margin-right: 8px !important;
    margin-top:0px!important;
}

.purchaseOrder{
    margin-bottom:0px!important;
}

.disabledLink {
    pointer-events: none !important;
    cursor: default !important;
    opacity: 0.6 !important;
}


@media(max-width: 767px){

    .maintenanceLinkContainer {
        margin-bottom: 12px!important;
    }

    .searchInput {
        display:inline!important;
    }
    .assetPanel {
        margin-left:15px;
        margin-right:15px;
    }
    .statusFilter {
        display:none;
    }

    .rentButtonContainer {
        text-align: center;
    }
    .editLinkContainer {
        padding-left:0px!important;
    }

    .showMore {
        text-align: center;
        padding-top: 8px;
    }
    .showMoreUDIcon {
        display: inherit;
    }
    .showMoreLRIcon {
        display: none;
    }
}

.row-action-primary {
    vertical-align: top;
}