/* ========================================================================
 * RESET
 * ======================================================================== */
body, html {
  background-color: #E9EAED;
  font-family: "Open Sans", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  line-height: 21px;
  font-size: 13px;
  width: 100%;
  margin: 0;
  padding: 0 !important;
}
a{
  font-weight: 700;
}
a, button {
  outline: none !important;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select {
  border: 1px solid #DDD;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #000 !important;
  font-size: 13px !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
}

input[type=file] {
  border: none !important;
}

input[type=checkbox]:disabled + label, input[type=radio]:disabled + label {
  color: #999;
  cursor: not-allowed;
}

label {
  font-weight: normal;
}

code {
  background: transparent;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

svg {
  width: 100%;
}
div#resultLoading {
    text-align: center;
    min-height: 200px;
    line-height: 15;
    background: #fff;
}
div#resultLoading p{
  height: 65px;
}
.button-collapse{
  padding-top: 0px;
}
.panel-heading.sub-heading {
    padding: 6px 0px 0px 8px;
    height: 32px;
    font-size: 12px;
}
.bg-white{
  background-color: #FBFBFB;
}
th a{
    color: #fff;
}
.large-footer{
  height: 75px;
}
.modal-backdrop {
  z-index: 99;
}
.panel-small a {
    padding: 6px!important;
    font-size: 14px;
}
.form-group .bootstrap-datetimepicker-widget {
    width: auto!important;
}
table.table.table-white tr{
    border-top: 1px solid #eee;
}
table.table.table-white th, table.table.table-white td{
    background: #FBFBFB!important;
    border-top: 1px solid #ccc;
}
table.table.table-white input[type="text"]{
    width: 50px;
}
.panel-footer.button-footer {
    height: 55px!important;
}
.jumbotron.comment {
    border-radius: 15px;
    padding: 20px;
    background-color: white;
}

.panel.panel-comment {
    background-color: #fcf3d4;
}

.panel-comment .panel-body {
    background-color: #fcf3d4!important;
}
.add-pointer {
  cursor:pointer;
}
.modal .modal-body {
    max-height: calc(100vh - 110px);
    overflow-y: auto;
}
.panel.inner-panel {
    border: 1px solid #eee!important;
}
.bg-parent{
  background: inherit!important;
}
select.option-select {
    margin-top: 10px;
    padding-left: 5px;
}
.table-row .col-md-6 {
    padding: 10px 0px 0px 25px;
}
.table-row{
  padding-bottom: 10px;
  border: 1px solid #eee;
}
.version-row {
    position: absolute;
    background: #63d3e9;
    border-radius: 8px;
    padding: 7px;
    width: 55%;
    color: #fff;
    font-style: italic;
    z-index: 1000;
}
/* added by jayaraj for enrolment details add section having some tooltips*/
.version-row-indicative,.version-row-estimated {
    position: absolute;
    left: 0%;
    background: #63d3e9;
    border-radius: 8px;
    padding: 7px;
    width: 55%;
    color: #fff;
    font-style: italic;
    z-index: 1000;
    margin-top: -2px;
}
div#resultLoading-custom {
    text-align: center;
    background-color: #fff;
    height: 125px;
}
.today-task{
 font-size:11px;
}