/**
used in employeeinfo-abstract.html
**/
.tab-employee{
  min-height: 650px ;
  overflow-y: auto;
  overflow-x:hidden;
}

/**
used in employeeskills,employeeworkexperience,
educationalqualification-edit.html and view.html
**/

.employee-form{
  margin-bottom: 3%;
}

/**
used in work experience view
**/
.wrap-text{
  word-wrap: break-word;
}

/**
used in designation-settings.html
**/

.settings-table {
  width: 80%;
  margin: auto;
  margin-bottom: 1%;
}

.settings-table th, .settings-table td {
  font-size: larger !important;
  text-align: center;
}

.editable-input {
  display: block;
  margin-left: 20%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.settings-table tr td {
  font-size: medium;
  padding-top: 2% !important;
}

.editable-error {
  color: #ed4e2a !important;
  font-size: small;
  font-weight: normal;
}

/**
used in employee-settings.html
**/

.accordion-toggle.collapsed {
  height: 45px;
  font-size: 14px !important;
  font-family: 'Roboto', 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
  font-weight: bold !important;
  /*color:#5db2ff !important;*/
}

.employee-form {
  margin-bottom: 3%;
}


/**
used in all employee-settings html add buttons
**/

.add-btn{
    margin-top: 10px;
}
.bonsDt .bonsPrev, .bonsDt .bonsPages, .bonsDt .bonsNext {
    display: inline;
    padding: 6.5px 13px;
    color: #333 !important;
    margin: 2px;
    cursor: pointer;
    border: 1px solid #FBFBFB;
}
.bonsDt .bonsPrev:hover, .bonsDt .bonsPages:hover, .bonsDt .bonsNext:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
}
.bonsDt .footTableCont{
    margin-top:10px;
}
.bonsDt .dataCountInfo{
    float:left;
}
.bonsDt .pagination{
    float:right;
}
.bonsDt .current{
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
    border: 1px solid #cacaca;
}
.bonsDt .bonsDtHeader{
    float: right;
    margin-bottom: 5px;
}
.bonsDt table{
    border-bottom:#000 solid 1px;
}
