.nopadding {
  padding: 0px;
}

.nopadding-left {
  padding-left: 0px;
}
.nopadding-right {
  padding-right: 0px;
}

.v-pointer {
  cursor:pointer;
}

.width-100-Perc {
  width: 100%;
}

.v-format-main {
  background-color: white;
}
.v-filter-main {
  position: relative;
  background-color: white;
}

.v-filter-inner {
  position: absolute;
  margin-top: 8px;
  border: 1px solid #ddd;
  background-color: white;
  padding: 10px;
  min-width:200px;
}

.v-usersettings-inner {
  position: absolute;
  margin-top: 5px;
  border: 1px solid #ddd;
  background-color: white;
  padding: 10px;
  z-index:999;
  min-width: 100px;
}


.v-help-inner {
  position: absolute;
  margin-top: 5px;
  border: 1px solid #ddd;
  background-color: white;
  padding: 10px;
  z-index: 999;
  min-width: 100px;
}

/*
.v-filter-inner {
  position: absolute;
  margin-top: 25px;
  border: 1px solid #ddd;
  background-color: white;
  padding: 10px;
  min-width: 200px;
  left:-10px;
}*/

.v-filter-inner-cb {
  position: absolute;
  margin-top: 8px;
  border: 1px solid #ddd;
  background-color: white;
  padding: 5px 5px 5px 0px;
  min-width: 200px;
}

.v-filter-cb-s {
  border-bottom: 1px solid #ddd;
  margin-top: 5px;
  padding-bottom: 5px;
}

.v-filter-bg {
  background-color: white;
  padding: 2px;
}

.v-margin-2 {
  margin: 2px;
}

.v-margin-top-2 {
  margin-top: 2px;
}

.v-margin-top-5 {
  margin-top: 5px;
}

.v-min-width-300 {
  min-width: 300px;
}
.v-min-width-400 {
  min-width: 400px;
}
.v-min-width-500 {
  min-width: 500px;
}

.v-filter-icon {
  margin-top: 5px;
  margin-left: 5px;
  color: white;
}

.v-filter-icon-filtered {
  color: #ffb400;
}

.v-filter-cb {
  max-height: 200px;
  overflow-y: scroll;
  border-bottom: 1px solid #ddd;
}

.padding-10 {
  padding:10px;
}

.padding-left-5 {
  padding-left:5px;
}

.padding-left-10 {
  padding-left: 10px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-left-40 {
  padding-left: 40px;
}
.page-header {
  padding: 10px 5px 10px 5px;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #e0e0e0;
}

.table > thead > tr > th {
  padding: 8px 6px;
  line-height: 1.42857143;
  vertical-align: top;
}

.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 4px 6px;
  line-height: 1.42857143;
  vertical-align: middle;
}

/*@media(min-width: 1281px) {
  .content.table-responsive.table-full-width {
    min-height: calc(100vh - 150px);
    overflow-x: scroll;
    overflow-y: scroll;
  }
}

@media(min-width: 768px) and (max-width:1280px) {
  .content.table-responsive.table-full-width {
    overflow-x: auto;
    overflow-y: scroll;
    max-height: 500px;
  }
}*/
.admin {color:blue}
.nonadmin {color:green}
.modified {background-color : palegreen}

.listing-table tr a:hover, listing-table tr {
  background-color: #f2c979
}
.summary-table {
  border: none;
}

  .summary-table tr, .summary-table td, .summary-table th {
    border-top: 1px solid #ececec;
    padding: 6px 6px !important;
  }

.h4-summary, .h5-summary {
  display: inline-block;
  overflow: hidden;
}

.summary-title {
  text-align: right;
}

.summary-field {
  text-align: left;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.ui-input-text input, .ui-input-search input {
  font-size: 24px !important;
  height: 60px !important;
}

.ui-input-search::after {
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 20px;
  left: 0.3125em;
  margin-top: -7px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  width: 20px;
}

.ui-btn:after {
  font-size: 300px !important;
  width: 200px !important;
}

.ui-alt-icon.ui-icon-search::after, .ui-alt-icon .ui-icon-search::after, .ui-input-search::after {
  background-size: 20px 20px;
}

.right-inner-addon i {
  position: absolute;
  right: 0px;
  pointer-events: none;
}

.form-group {
  margin-bottom : 0px;
}

.cf-15 {
  margin-right: -15px;
  margin-left: -15px;
}

.bg-mh {
  background-color: #005091;
}

.vrow {
  
  margin-left: -15px;
}


.vpad-t-5 {
  padding-top:5px;
}

.vpad-t-10 {
  padding-top: 10px;
}

.vpad-t-2 {
  padding-top: 2px;
}

.v-text-align-right {
  text-align:right;
}

v-overflow-no {
  overflow-y:no-content;
}

.k-grid td {
  padding: 0.1em 0.1em
}

.table > thead > tr > th {
  vertical-align: bottom;
  font-size: 100%;
}

.listing-table {
  border-spacing: 0px;
  border-collapse: separate;
  border-color: rgba(0, 0, 0, 0.08);
  outline: 0;
  border-width: 0 0 1px 1px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.06);
}

.lb-star-mandate {
  color: red;
  font-size: large;
  font-weight: bold;
  vertical-align: middle
}

.control-remove {
  position: relative;
  top: -23px;
  margin-bottom: -23px;
  left: -22px;
  font-weight: 700;
  cursor: pointer;
}

.v-btn-primary {
  color: #ffffff;
  background-color: #1E77BC;
  border-color: #1E77BC;
}

.v-right-list {
  color: #ffffff;
  background-color: #1E77BC;
  border-color: #1E77BC;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  background: #5b9bd5 !important;
  color: #000;
}

.content-disable {
  pointer-events: none;
  opacity: 0.8;
}

.content-disable-offline-download {
  pointer-events: none;
  opacity: 0.3;
  background-color: #a4a1a1;
}

.ml-neg-10 {
  margin-left:-10px;
}

.ml-neg-4 {
  margin-left: -4px;
}
.or-width {
  max-width: 1450px;
  min-width: 626px;
}

.or-width-2 {  
  min-width: 2180px;
}

.v-min-width-1200 {
  min-width:1200px;
}

.v-min-width-1220 {
  min-width: 1220px;
}

.v-min-width-1300 {
  min-width: 1300px;
}

@media(min-width: 0px) and (max-width:400px) {
  .v-min-width-1300 {
    min-width: 300px;
  }
}

.v-max-width-1300 {
  max-width: 1300px;
}

.v-min-width-1280 {
  min-width: 1280px;
}

.v-red-border {
  margin-right: 1px;
  border: 1px solid red;
  border-radius: 5px;
  padding: 5px
}

.v-margin-top-10 {
  margin-top:10px;
}

.v-margin-right-5 {
  margin-right: 5px;
}

.v-min-width-22 {
  min-width:22px;  
}

.v-min-width-30 {
  min-width: 30px;
}

.v-min-width-50 {
  min-width: 50px;
}

.v-min-width-44 {
  min-width: 44px;
}
.v-min-width-60 {
  min-width: 60px;
}

.v-min-width-68 {
  min-width: 68px;
}

.v-min-width-80 {
  min-width: 80px;
}

.v-min-width-100 {
  min-width: 100px;
}

.v-min-width-120 {
  min-width: 120px;
}

.v-min-width-142 {
  min-width: 142px;
}

.v-min-width-160 {
  min-width: 160px;
}

.v-min-width-170 {
  min-width: 170px;
}

.v-min-width-180 {
  min-width: 180px;
}

.v-min-width-240 {
  min-width: 240px;
}

.v-min-width-250 {
  min-width: 250px;
}
.v-max-width-22 {
  max-width: 22px;
}

.v-max-width-5 {
  max-width: 5px;
}

.v-max-width-25 {
  max-width: 25px;
}

.v-max-width-30 {
  max-width: 30px;
}

.v-max-width-50 {
  max-width: 50px;
}

.v-max-width-60 {
  max-width: 60px;
}

.v-max-width-68 {
  max-width: 68px;
}

.v-max-width-80 {
  max-width: 80px;
}

.v-max-width-100 {
  max-width: 100px;
}

.v-max-width-120 {
  max-width: 120px;
}

.v-max-width-170 {
  max-width: 170px;
}

.v-max-width-180 {
  max-width: 180px;
}

.v-max-width-240 {
  max-width: 240px;
}

.v-max-width-250 {
  max-width: 250px;
}

.v-max-width-260 {
  max-width: 260px;
}

.v-max-width-300 {
  max-width: 300px;
}

.v-max-width-800 {
  max-width:800px;
}
.v-text-align-center {
  text-align: center;
}

.v-pr-60-pt-5 {
  padding-right: 60px;
  padding-top: 5px;
}

.v-pr-30-pt-8 {
  padding-right: 30px;
  padding-top: 8px;
}

.padding-bottom-0 {
  padding-bottom:0px;
}
.padding-top-0 {
  padding-top: 0px;
}
.padding-bottom-2 {
  padding-bottom: 2px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-top-10 {
  padding-top:10px;
}

.padding-top-8 {
  padding-top: 8px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-right-10 {
  padding-right: 10px;
}
.padding-left-3 {
  padding-left: 3px;
}

.pb-row {
  margin-right: 0px;
  margin-left: -15px;
  padding: 1px;
}

.grey-border {
  border: solid 1px;
  border-radius: 5px;
  border-color: grey;
  padding:5px 0px;
}

.v-s-alert-box {
  height: 16px;
  width: 20px;
  display: block;
  border-radius: 35%;
  margin-top: -3px;
  margin-right: 1px;
  background-color: #ccc;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.pre-spacer {
  white-space: pre;
}

@media(min-width: 1280px) and (max-width:1366px) {
  .vkendo-gantt-div {
    min-height: calc(133vh - 185px);
    height: calc(133vh - 185px);
    max-height: calc(133vh - 185px);
  }

  .vkendo-gantt-div-filters {
    min-height: calc(133vh - 185px);
    height: calc(133vh - 185px);
    max-height: calc(133vh - 185px);
  }
}

@media(min-width: 1367px) {
  .vkendo-gantt-div {
    min-height: calc(100vh - 185px);
    height: calc(100vh - 185px);
    max-height: calc(100vh - 185px);
  }

  .vkendo-gantt-div-filters {
    min-height: calc(100vh - 185px);
    height: calc(100vh - 185px);
    max-height: calc(100vh - 185px);
  }
}

@media(min-width: 768px) and (max-width:1279px) {
  .vkendo-gantt-div {
    overflow-x: auto;
    overflow-y: scroll;
    max-height: 500px;
  }
}

.v-filter-menu {
  position: absolute;
  top: 32px;
  left: 0;
  right: auto;
  z-index: 1000;
  display: block;
  float: left;
  min-width: 100px;
  width: 350px;
  max-height: 600px;
  padding: 5px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.v-filter-menu:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #ffffff;
    float: left;
    margin-bottom: -15px;
    position: relative;
    top: -12px;
    left: 20px;
    border: 1px solid rgb(224, 224, 224);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: none;
    border-bottom: none;
    border-radius: 2px;
  }

.v-filter-inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  float: left;
  margin-bottom: -15px;
  position: relative;
  top: -15px;
  left: 20px;
  border: 1px solid rgb(224, 224, 224);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: none;
  border-bottom: none;
  border-radius: 2px;
}

.v-filter-inner-cb:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  float: left;
  margin-bottom: -15px;
  position: relative;
  top: -10px;
  left: 25px;
  border: 1px solid rgb(224, 224, 224);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: none;
  border-bottom: none;
  border-radius: 2px;
}

.v-usersettings-inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  float: left;
  margin-bottom: -15px;
  position: relative;
  top: -15px;
  left: 20px;
  border: 1px solid rgb(224, 224, 224);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: none;
  border-bottom: none;
  border-radius: 2px;
}


.v-help-inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  float: right;
  margin-bottom: -15px;
  position: relative;
  top: -15px;  
  border: 1px solid rgb(224, 224, 224);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: none;
  border-bottom: none;
  border-radius: 2px;
}

.v-fixHeader {
  width: 100%;
  overflow: hidden;
}

.icon-20{
  font-size:20px;
}


.icon-text {
  font-size: 10px;
  color: #005091;
}

.list-icon-center {
  display: inline-block;
  text-align: center;
}

.border-red {
  border: 1px solid red;
}

.c-red {
  color: red;
}

.padding-5 {
  padding: 5px;
}

.v-control-label {
  padding-top: 8px;
  padding-left: 10px;
  align-content: center;
  float:right;
}


.v-well {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 0px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.v-required {
  color:red;
  font-weight:bold;  
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  background: #fff;
  color: #555;
}

.v-align-t-bottom {
  vertical-align: text-bottom;
}

.v-align-top {
  vertical-align: top;
}

.v-bg-white {
  background-color:white;
}

.v-width-99-per{
  width:99%;
}
.highlightchange {
  /*border-radius: 3px;
  border: 1px solid purple;*/
  color:red;
}

.v-width-10-per {
  width: 10%;
}

.v-width-16-per {
  width: 16%;
}

.v-text-color-black{
  color:black;
}

.no-padding-top {
  padding-top:0px;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.ticket-link {
  /*text-decoration: none;
  border-bottom: 2px solid #007bff;*/
  text-decoration: underline;
  cursor: pointer;
}

.v-hyper-link {
  text-decoration: underline;
  cursor: pointer;
  color: blue;
}


.v-margin-top-neg-5 {
  margin-top:-5px;
}

.v-form-control {
  display: block;  
  height: 34px;
  padding: 4px 4px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -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;
}


.r-control-label {
  padding-top: 0px;
  margin-bottom: 0;
  text-align: right;
  padding-left: 5px;
}

v-height-34 {
  height:34px;
}

.bold-text {
  font-weight: bold;
}

.v-hr {
  border-radius: 50%;
  background-color: #005091;
  color: white;
  font-weight: bold;
  font-size: x-small;
  padding: 3px;
}


 .control-label2 {
  padding-top: 2px;
  margin-bottom: 0;
  text-align: right;
}


.overflow-auto {
  overflow-x: auto;
}


.red-text {
  color: #ce2c2c;
  font-weight: bold;
}
