/***********************/
/* Grid css */
.vj-dataGrid {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.vj-dataGrid tr {
    height: 30px;
}

.vj-dataGrid td {
    border-left: 1px solid #d6d5d7;
    border-bottom: 1px solid #d6d5d7;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

.vj-dataGrid td div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 3px 3px 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vj-dataGrid td:last-child {
  border-right: 1px solid #d6d5d7;
}

.vj-dataGrid tr.vj-gridrow-odd {
  color: #444444;
  background-color: #ffffff;
}

.vj-dataGrid tr.vj-gridrow-odd:hover {
  color: #444444;
  background-color: #3693d1;
}

.vj-dataGrid tr.vj-gridrow-even {
  color: #444444;
  background-color: #eeeeee;
}

.vj-dataGrid tr.vj-gridrow-even:hover {
  color: #444444;
  background-color: #3693d1;
}

.vj-dataGrid-headingDiv {
}

.vj-dataGridHead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.vj-dataGridHead td {
  margin: 0px;
  padding: 0px;
  border-left: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  border-top: 1px solid #c5c5c5;
  color: #000000;
  cursor: pointer;
  background: #c2cedd;
}

.vj-dataGridHead td:last-child {
  border-right: 1px solid #c5c5c5;
}

.vj-dataGridHead td > div {
	font-size:14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
    height: 35px;
    line-height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 3px 3px 3px;
}

.vj-dataGrid-searchDiv {
}

.vj-dataGrid-searchDiv td {
    background-color: #cdcdcd;
    text-align: center;
    vertical-align:middle;
    border-right: 1px solid gray;
    padding-top:2px;
    padding-bottom:2px;
}

.vj-dataGrid-searchDiv td:last-child {
  border-right: 0px;
}

.vj-dataGrid-searchDiv td:first-child {
  padding-right: 1px;
}

.vj-dataGrid-searchDiv td > input {
  border:1px solid gray;
  font-size:10px;
}

/* My Layout*/

.vj-window {
    padding:5px;
    font-family: Verdana, Arial;
}

.vj-input input[type=text],
.vj-input input[type=password],
.vj-input input[type=checkbox],
.vj-input input[type=radio],
.vj-input select {
    height:27px;
    border: 1px solid #bbbbbb;
    color: #000000;
    background-color: #ffffff;
    font-family: Verdana, Arial;
    font-size: 11px;
    vertical-align: baseline;
    padding: 4px;
}

.vj-input input[type=checkbox] {
    height:21px;
}

.vj-input input[type=radio] {
    height:21px;
}

.vj-input textarea {
    border: 1px solid #bbbbbb;
    color: #000000;
    background-color: #ffffff;
    font-family: Verdana, Arial;
    font-size: 11px;
    vertical-align: baseline;
    padding: 4px;
}

.vj-input input[type=text]:focus,
.vj-input input[type=password]:focus,
.vj-input select:focus,
.vj-input textarea:focus {
    outline-color: #72b2ff;
}

.vj-input input[type=text]:disabled,
.vj-input input[type=password]:disabled,
.vj-input select:disabled,
.vj-input textarea:disabled,
.vj-input input[type=text][readonly],
.vj-input input[type=password][readonly],
.vj-input select[readonly],
.vj-input textarea[readonly] {
    background-color: #f1f1f1;
    color: #888;
}

.vj-input td {
    font-size: 11px;
}

.vj-form {
    color: #000000;
    padding: 0px;
    overflow: hidden;
    font-size:13px;
}

.vj-form-header {
    border-bottom: 1px solid #99bbe8;
    overflow: hidden;
    color: #000;
    font-size: 15px;
    padding: 8px;
}

.vj-page {
    padding: 15px;
}

.vj-table {
    display: table;
    width: 100%;
}

.vj-row {
    display: table-row;
    width: 100%;
}

.vj-column {
    display: table-cell;
    max-width: 0;
    white-space: nowrap;
    overflow: hidden;
}

.vj-cal-head {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    color: #000000;
    cursor: pointer;
    background-image: -webkit-linear-gradient(#f9f9f9, #e4e4e4);
    background-image: -moz-linear-gradient(#f9f9f9, #e4e4e4);
    background-image: -ms-linear-gradient(#f9f9f9, #e4e4e4);
    background-image: -o-linear-gradient(#f9f9f9, #e4e4e4);
    background-image: linear-gradient(#f9f9f9, #e4e4e4);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe4e4e4', GradientType=0);
}

.vj-cal-head-last {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    color: #000000;
    cursor: pointer;
    background-image: -webkit-linear-gradient(#f9f9f9, #e4e4e4);
    background-image: -moz-linear-gradient(#f9f9f9, #e4e4e4);
    background-image: -ms-linear-gradient(#f9f9f9, #e4e4e4);
    background-image: -o-linear-gradient(#f9f9f9, #e4e4e4);
    background-image: linear-gradient(#f9f9f9, #e4e4e4);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe4e4e4', GradientType=0);
    border-right: 1px solid #c5c5c5;
}

.vj-cal-detail {
    height: 60px;
    color: #444444;
    background-color: #fff;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 3px 3px 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-left: 1px solid #d6d5d7;
    border-bottom: 1px solid #d6d5d7;
}

.vj-cal-detail-last {
    height: 60px;
    color: #444444;
    background-color: #fff;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 3px 3px 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-right: 1px solid #d6d5d7;
    border-bottom: 1px solid #d6d5d7;
}

.vj-label {
    text-align: right;
    vertical-align: middle;
    padding: 6px;
    min-height: 35px;
}

.vj-field {
    padding: 6px;
    min-height: 35px;
}

.vj-required::after {
    content: '*';
    color: #ff0000;
    margin-top: 8px;
    margin-left: -2px;
    z-index: 4;
}

.vj-section-header {
    border-bottom: 1px solid #99bbe8;
    overflow: hidden;
    color: #000;
    font-size: 13px;
    padding: 8px;
    padding-top:20px;
    font-weight: bold;
}

/* .vj-required input[type=text] {
    border-color:red;
} */

.vj-buttons {
    text-align: center;
    padding: 8px 0px;
}

.vj-buttons-out {

    background-color: rgb(32, 114, 166);
    background-image: -moz-linear-gradient(left center , rgb(32, 114, 166) 0%, rgb(32, 114, 166) 100%);
    width:98px;
    height:24px;
    text-decoration: none;
    border: 1px solid rgb(32, 114, 166);
    color: rgb(255, 255, 255);
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Arial;
}

.vj-buttons-over {

    background-color: rgb(84, 92, 96);
    background-image: -moz-linear-gradient(left center , rgb(84, 92, 96) 0%, rgb(84, 92, 96) 100%);
    width:98px;
    height:24px;
    text-decoration: none;
    border: 1px solid rgb(84, 92, 96);
    color: rgb(255, 255, 255);
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Arial;
}

.vj-buttons-out-large {

    background-color: rgb(32, 114, 166);
    background-image: -moz-linear-gradient(left center , rgb(32, 114, 166) 0%, rgb(32, 114, 166) 100%);
    width:196px;
    height:24px;
    text-decoration: none;
    border: 1px solid rgb(32, 114, 166);
    color: rgb(255, 255, 255);
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Arial;
}

.vj-buttons-over-large {

    background-color: rgb(84, 92, 96);
    background-image: -moz-linear-gradient(left center , rgb(84, 92, 96) 0%, rgb(84, 92, 96) 100%);
    width:196px;
    height:24px;
    text-decoration: none;
    border: 1px solid rgb(84, 92, 96);
    color: rgb(255, 255, 255);
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Arial;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
}

 .vj-right-pane {
 	width:150px;
 	padding-left:10px;
 	background : #c2cedd;
 }
 
 .vj-right-pane .vj-right-pane-button {
 	border: 0px none;
 	background: transparent;
 	font-weight: bold;
    cursor: pointer;
    color: #000;
 }
 
 .vj-right-pane .vj-column {
 	border-bottom: 1px solid grey;
 	padding-top: 7px;
 	padding-bottom: 7px;
 }

.vj-add-buttons {

    background-color: transparent;
    width:78px;
    height:24px;
    text-decoration: none;
    border: 0px none;
    color: rgb(32, 114, 166);
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Arial;
    margin-top:5px;
}

.vj-add-buttons:hover {

    background-color: transparent;
    width:78px;
    height:24px;
    text-decoration: none;
    border: 0px none;
    color: rgb(84, 92, 96);
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Arial;
    margin-top:5px;
}

.vj-search-buttons {

    background-color: transparent;
    width:78px;
    height:24px;
    text-decoration: none;
    border: 0px none;
    color: rgb(32, 114, 166);
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Arial;
}

.vj-search-buttons:hover {

    background-color: transparent;
    width:78px;
    height:24px;
    text-decoration: none;
    border: 0px none;
    color: rgb(84, 92, 96);
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Arial;
}

.vj-edit-row {

    color: rgb(32, 114, 166);
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Arial;
}

.vj-static-link {

    color: rgb(32, 114, 166);
    font-weight: bold;
    cursor: pointer;
    font-size: 11px;
    font-family: Verdana, Arial;
}

.vj-clickable {

    cursor: pointer;
}

.vj-bold {
	color: rgb(168, 172, 175) !important;
}