@charset "UTF-8";

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.modal-header {
    display: -ms-flexbox;
    background-color: aliceblue;
}
 

CMAStyle
{
    font-size: 12px;
}

.table th, .table td {
    padding: 0.15rem 0.25rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.1em + 0.75rem + 2px);
    /* padding: 1px 1px;*/ 
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px; /* 12px; */
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.col-1, .col-2, .col-10, .col-12{
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px; 
    font-size: 12px;
}

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}



.sk-border-blue-light-v1 {
    padding: 5px 10px;
    border: 1px solid #e1eaea !important;
}

.sk-title-bg {
    padding: 10px;
    border: 1px solid #e1eaea !important;
    background-color:#3f8de1;
    color:White;
}

.sk-mr-15 {
  margin-right:5px;
}

h2, .h2 {
    font-size: 1.5rem; 
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 1px;
    margin-left: 1px; 
}

.report_box {
  box-shadow: 0px 0px 10px #ccc;
  border: 1px solid #d6cece !important;
  background-color: #fff;
  height: 505px;
  margin: auto;
  overflow-y: scroll;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.report_box #report_doc {
  padding: 20px;
  box-sizing: border-box;
  margin: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ************************************************** */
/* ******** CODE FOR TABLE - 1.2 Entity Details START ***** */
/* ************************************************** */
.card .card-block {
     padding: 1.25rem
 }

 .table-responsive {
     display: inline-block;
     width: 100%;
     font-size:12px;
     overflow-x: auto
 }

 .card .card-block table tr {
     padding-bottom: 20px
 }

 .table>thead>tr>th {
     border-bottom-color: #ccc
 }

 .table th {
     padding: 1.25rem 0.2rem
 }

 td,
 th {
     white-space: nowrap
 }

 .tabledit-input:disabled {
     display: none
 }
 
 /* ************************************************** */
/* ******** CODE FOR TABLE - 1.2 Entity Details END ***** */
/* ************************************************** */

@media (min-width: 768px)
.col-sk-1 {
    -ms-flex: 0 0 2%;
    flex: 0 0 2%;
    max-width: 2%;
}