h1,
h2,
h3 {
    margin: 0 0;
    padding: 0 0;
    font-weight: normal;
}

h1.ins-h-1 {
    padding: 5px 2px 5px 2px;
    margin: 2px 2px;
    border-bottom: 1px solid #da3c3c;
    font-size: 17px;
    color: #16a7d2c2;
}

h2.ins-h-1 {
    padding: 5px 2px 5px 2px;
    margin: 2px 6px;
    border-bottom: 1px solid #16a7d2c2;
    font-size: 16px;
    color: #00e496;
}

h3.ins-h-1 {
    padding: 5px 2px 5px 2px;
    margin: 2px 12px;
    font-size: 15px;
    color: #da3c3c;
}

p
/* , span */

{
    margin: 5px 5px;
    font-size: 14px;
    color: #363636;
    line-height: 22px;
    text-indent: 15px;
}

span.noHighlightClass {
    margin: 0px 0px 0px 0px;
}

span.highlightClass {
    margin: 0px 0px 0px 0px;
    background-color: lightblue;
}

span.highlightClassOver {
    margin: 0px 0px 0px 0px;
    background-color: #b0c257/* lightgoldenrodyellow; */
}

p.info {
    display: block;
    background: url("../images/icons/info.png") no-repeat 0 0 #e4f3fc;
    color: #16a7d2c2;
    line-height: 20px;
    padding: 2px 2px 2px 22px;
    max-width: 600px;
    text-indent: 0px;
    border: 1px solid #1687d2
}


/* p.error { display:block; background: url("../images/icons/error.png") no-repeat 0 0 #feeaea; color: #da3c3c; line-height: 20px; padding: 2px 2px 2px 22px; max-width: 600px; text-indent: 0px; border: 1px solid #da3c3c }
p.correct { display:block; background: url("../images/icons/smiley.png") no-repeat 0 0 #fbfdef; color: #00e496; line-height: 20px; padding: 2px 2px 2px 22px; max-width: 600px; text-indent: 0px; border: 1px solid #00e496 } */


/* new classes */


/* p.error { display:block; background: url("../images/icons/error.png") no-repeat 0 0 #feeaea; color: #da3c3c; line-height: 20px; padding: 2px 2px 2px 22px; max-width: 600px; text-indent: 0px; border: 1px solid #da3c3c }
 */

p.error::before {
    content: " \f119";
    font-size: 1.33em;
    font-family: FontAwesome;
    padding-right: 5px;
    color: #da3c3c;
}

p.error {
    display: block;
    max-width: 600px;
    border: 1px solid #da3c3c;
    background-color: #da3c3c1f;
    color: #747474;
}

p.correct::before {
    content: " \f118";
    font-size: 1.33em;
    font-family: FontAwesome;
    padding-right: 5px;
    color: #00e496;
}

p.correct {
    display: block;
    max-width: 600px;
    border: 1px solid #00e496;
    background-color: #00e4961f;
    color: #747474;
}


/* .alert-success::before {

    content: " \f118";
    font-size:1.33em;
    font-family: FontAwesome;
    padding-right: 5px;
    color:#155724;
}

.alert-danger::before { 
    content: " \f119";
    font-size:1.33em;
    font-family: FontAwesome;
    padding-right: 5px;
    color:#da3c3c;
}

.alert-info::before { 
    content: " \f06a";
    font-size:1.33em;
    font-family: FontAwesome;
    padding-right: 5px;
    color:#167c8b;
} */


/*  background: url("../images/icons/smiley.png") no-repeat 0 0 #fbfdef; color: #00e496; line-height: 20px; padding: 2px 2px 2px 22px; max-width: 600px; text-indent: 0px; border: 1px solid #00e496 } */


/* ul {list-style: square url("../images/bullet-green-alt.png");}
ul li { vertical-align: middle;} */


/* ul {
    list-style: none;
}
  
ul li::before {
    content: "\2022";
    color: #00e496;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
    font-size:1.5em;
} 
ul.paginate_button li::before, ul.list-unstyled li::before, ul li.material-tooltip-main::before, ul li.nav-item::before{
    content: none;
}*/


/* ul { 
    content: "\2022";
    color: #00e496; */


/* font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
    font-size:1.5em; */


/* }
ul li { vertical-align: middle;} */

a {
    color: #00e496;
    /* text-decoration: underline; */
    cursor: pointer
}

a:hover {
    color: #16a7d2c2;
    text-decoration: none;
    cursor: pointer
}

a.collapsed:hover {
    color: #00e496;
    text-decoration: none;
    cursor: pointer
}

.ins-b-1 {
    line-height: 20px;
    margin: 2px 2px;
    padding: 3px 3px;
    text-decoration: none;
    border: 1px solid #363636;
    color: #ffffff;
    background: #363636;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.ins-b-1:hover {
    border: 1px solid #363636;
    color: #363636;
    background: #ffffff
}

.ins-b-2 {
    line-height: 18px;
    margin: 3px 3px;
    padding: 5.5px 5px;
    text-decoration: none;
    border: 1px solid #363636;
    color: #ffffff;
    background: #363636;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.ins-b-2:hover {
    border: 1px solid #363636;
    color: #363636;
    background: #ffffff
}

.ins-b-green {
    border: 1px solid #00e496;
    color: #ffffff !important;
    background: #00e496
}

.ins-b-green:hover {
    border: 1px solid #00e496;
    color: #00e496 !important;
    background: #ffffff
}

.ins-b-blue {
    border: 1px solid #16a7d2c2;
    color: #ffffff !important;
    background: #1687d2
}

.ins-b-blue:hover {
    border: 1px solid #16a7d2c2;
    color: #1687d2 !important;
    background: #ffffff
}

.ins-b-red {
    border: 1px solid #da3c3c;
    color: #ffffff;
    background: #da3c3c
}

.ins-b-red:hover {
    border: 1px solid #da3c3c;
    color: #da3c3c;
    background: #ffffff
}

.ins-b-inactive {
    border: 1px solid #d1d1d1;
    color: #d1d1d1;
    background: #ffffff;
    cursor: help
}

.ins-b-inactive:hover {
    border: 1px solid #d1d1d1;
    color: #d1d1d1;
    background: #ffffff
}

table.ins-t-1 {
    margin: 5px 5px;
    padding: 2px 2px;
    border-collapse: collapse;
}

table.ins-t-1 td,
table.ins-t-1 th {
    border: 1px solid #363636;
    padding: 3px 5px
}

table.ins-t-1 th {
    background-color: #363636;
    color: #ffffff
}

table.withhover tr:hover {
    background-color: #dfdfdf;
}

table.withouthover tr:hover,
table.withouthover tr {
    background-color: #ffffff;
}

table.ins-t-blue td,
table.ins-t-blue th {
    border: 1px solid #16a7d2c2
}

table.ins-t-blue th {
    background-color: #16a7d2c2;
    color: #ffffff
}

table.ins-t-green td,
table.ins-t-green th {
    border: 1px solid #00e496
}

table.ins-t-green th {
    background-color: #00e496;
    color: #ffffff
}

table.ins-t-red td,
table.ins-t-red th {
    border: 1px solid #da3c3c
}

table.ins-t-red th {
    background-color: #da3c3c;
    color: #ffffff
}

table.columna-200 tr th:first-child {
    width: 200px
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

div.ins-bc-1 {
    display: block;
    position: relative;
    max-width: 70%;
    margin: 10px auto;
    text-align: center
}

div.ins-bc-1 ul {
    list-style: none;
}

div.ins-bc-1 ul li {
    width: 200px;
    min-height: 220px;
    height: 220px;
    border: 1px solid #000;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 5px;
    zoom: 1;
}

div.ins-bc-1 ul li a {
    display: block;
    width: 200px;
    height: 220px;
}

div.ins-bc-2 {
    display: block;
    position: relative;
    max-width: 70%;
    margin: 10px auto;
    text-align: center
}

div.ins-bc-2 ul {
    list-style: none;
}

div.ins-bc-2 ul li {
    width: 210px;
    min-height: 190px;
    height: 190px;
    border: 1px solid #000;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 5px;
    zoom: 1;
}

div.ins-bc-2 ul li a {
    display: block;
    width: 210px;
    height: 190px;
    text-decoration: none
}

div.ins-bc-2 ul li a div.a-link-desc {
    display: block;
    height: 100px;
    color: #da3c3c;
    font-size: 15px;
    padding: 5px 5px;
}

div.ins-bc-2 ul li a div.a-link-title {
    display: block;
    height: 80px;
    color: #fff;
    background-color: #16a7d2c2;
    font-size: 17px;
    line-height: 40px;
}

div.ins-bc-2 ul li a:hover div.a-link-title {
    background-color: #00e496
}

div.ins-bc-2 ul li a div.a-link-title-inactive {
    cursor: not-allowed;
    display: block;
    height: 80px;
    color: #fff;
    background-color: #1687d2;
    font-size: 17px;
    line-height: 40px;
}

div.ins-bc-2 ul li a:hover div.a-link-title-inactive {
    background-color: #a9b46e
}

div.ins-bc-2 ul li a div.a-link-desc-inactive {
    cursor: not-allowed;
    display: block;
    height: 100px;
    color: #da3c3c;
    font-size: 15px;
    padding: 5px 5px;
}

a.ins-op-1 {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0px;
    float: left;
    margin: 2px 2px;
}

a.ins-op-edit {
    background: url('../images/edit.png') center center;
    background-repeat: no-repeat;
}

a.ins-op-edit-inactive {
    background: url('../images/edit-inactive.png') center center;
    background-repeat: no-repeat;
    cursor: help;
}

a.ins-op-down {
    background: url('../images/upload.png') center center;
    background-repeat: no-repeat;
}

a.ins-op-delete {
    background: url('../images/delete.png') center center;
    background-repeat: no-repeat;
}

a.ins-op-delete-inactive {
    background: url('../images/delete-inactive.png') center center;
    background-repeat: no-repeat;
    cursor: help;
}

.hide {
    display: none
}

.clear {
    clear: both
}

.block {
    display: block
}

pre.ins-pre-1 {
    display: block;
    margin: 5px 5px;
    padding: 10px 10px;
    color: #16a7d2c2;
    border: 1px dashed #16a7d2c2;
    font-style: normal;
    line-height: 20px;
    max-width: 600px;
}

.loading-process {
    margin: 5px 5px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 5px 5px;
    background: url('../images/ajax-loader.gif') no-repeat left center;
    font-size: 14px;
    width: 200px;
    padding-left: 20px;
}

.loading-process-1 {
    margin: 5px 5px;
    padding: 5px 5px;
    background: url('../images/ajax-loader-1.gif') no-repeat center center;
    font-size: 0;
    width: 110px;
    height: 110px
}

.loading-process-2 {
    width: 100%;
    margin: 20px 5px;
    padding: 135px 5px 5px 5px;
    background: url('../images/animation-loader.gif') no-repeat center top;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #1687d2
}

div.intent-12 {
    margin-left: 12px;
}

div.intent-24 {
    margin-left: 24px;
}

.ins-bc {
    display: block;
    position: relative;
    width: 550px;
    margin: 10px auto;
    text-align: center;
    border: 1px solid #16a7d2c2;
    min-height: 200px
}

.ins-bc .ins-h-title {
    display: block;
    background: #16a7d2c2;
    line-height: 30px;
    font-size: 16px;
    color: #fff
}

.ins-bc .new-line {
    line-height: 40px;
    margin: 10px 0;
}

.new-line20 {
    line-height: 40px;
    margin: 10px 0;
    padding: 10px 0;
}

div.help-contents {
    display: block;
    width: 200px;
    float: right;
    padding: 5px 5px;
    background: #FFFFDD;
    border: 1px solid #16a7d2c2
}

div.content-help {
    padding: 5px 5px
}

p.smallnote {
    font-size: 10px;
    font-style: italic
}


/*--------- supper for links ----------------*/

.sup-to-links {
    color: #da3c3c
}

.tbl-raw-selected {
    background-color: #dee2cb
}

.overflow-auto {
    overflow: auto;
}

.height-max500 {
    max-height: 500px;
}

.custom-badge {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    behavior: url(PIE.htc);
    /* remove if you don't care about IE8 */
    width: 22px;
    height: 22px;
    padding: 4px;
    background: #16a7d2c2;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    font-size: 11px;
}

.line-container {
    min-width: 700px;
}

.line {
    /*  border:1px solid red; */
    width: 100%;
    text-align: center;
}

.st {
    display: inline-block;
    /* float:left; */
    width: 4%;
    height: 20px;
    font-weight: bold;
    text-align: left;
    font-family: 'Courier New', Courier, monospace;
}

.end {
    float: right;
    /* display: inline-block; */
    width: 6%;
    height: 20px;
    font-weight: bold;
    text-align: right;
    font-family: 'Courier New', Courier, monospace;
}

.text {
    display: inline-block;
    margin: 0 auto;
    width: 90%;
    height: 20px;
    text-align: left;
    font-family: 'Courier New', Courier, monospace;
}

.vis_utr {
    font-family: 'Courier New', Courier, monospace;
    line-height: 20px;
    color: #16a7d2c2;
    border: 2px solid #00e496 !important;
}

.wrapClass {
    /* overflow-wrap: break-word; */
    word-break: break-all;
    width: 800px;
}

.wrapSelectedInputs {
    overflow-wrap: break-word;
    width: 72%;
    font-family: 'Courier New', Courier, monospace;
    line-height: 20px;
    margin-left: 15px;
    /*  border: 2px solid #1687d2 !important; */
}

.wrapClasModel {
    white-space: pre-wrap;
}


/* Modified CSS Tabs Bootstrap  */

a.nav-link,
a:hover.nav-link {
    color: #828a87;
    /* border-bottom: 3px solid #00e496;   */
    cursor: pointer
}


/* a.nav-link:active{ border-bottom: 3px solid #00e496!important;} */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    /* border-bottom: 3px solid #00e496!important; */
    color: #00e496;
}

.nav-tabs .nav-item.show .nav-link .subtab,
.nav-tabs .nav-link.active .subtab {
    /* border-bottom: 3px solid #00e496!important; */
    color: #0094e4;
}


/* Modified tables in Bootstrap */


/* th {
    border-bottom-color: #00e496!important; */


/* color: white; */


/* }  */


/* bootstrap grid with border between columns */


/* .row > div {
    background: lightgrey;
    border: 1px solid grey;
  } */

.fa-download,
.fa-save,
.fa-edit,
.fa-times-circle {
    color: #00e496
}


/*   .newinfo { 
      display:block; 
      background: url("../images/icons/info.png") no-repeat 0 0 #e4f3fc; 
      color: #1687d2; 
      line-height: 20px; 
      padding: 2px 2px 2px 22px; 
      max-width: 600px; 
      text-indent: 0px; 
      border: 1px solid #1687d2 
} */

.newinfo::before {
    content: " \f05a";
    font-size: 1.33em;
    font-family: FontAwesome;
    /* padding-left: 5px; */
    color: #9a9a9a;
    /*  background-color:#00e496; */
    border-color: #00e496;
}

.no-data {
    color: #9a9a9a;
    font-size: 1.33em;
    padding: 100px;
    text-align: center;
}

.arrow_right {
    /* display: block; */
    /* block shrinking to size of content */
    /* padding: 0 2em 0.25em 0.5em; */
    /* give some air to content */
    /* background: linear-gradient(-45deg, transparent 1em, #00A2E8 1em) bottom, */
    /* +bg-size to cover half bottom */
    /* linear-gradient(-135deg, transparent 1em, #25B1ED 1em) top; */
    /*different color for the show.  +bg-size to cover half bottom */
    background: linear-gradient(-45deg, transparent 1em, #00e496 1em, #25B1ED) bottom, linear-gradient(-135deg, transparent 1em, #00e496 1em, #25B1ED) top;
    background-repeat: no-repeat;
    /* no-repeat please */
    background-size: 100% 50%;
    /* spray each image/gradient only on half vertical */
    /* font  makeup*/
    font-size: 1vw;
    text-align: center;
    color: white;
    /* text-shadow: -1px -1px 1px black, 1px 1px gray; */
    /* padding-left: 300px; */
    margin-left: 5px;
    /* width: 50%; */
    line-height: 30px;
}

.arrow_up {
    background: linear-gradient(-45deg, transparent 1em, #00e496 1em, #565e58) bottom, linear-gradient(-135deg, transparent 1em, #00e496 1em, #565e58) top;
    /*different color for the show.  +bg-size to cover half bottom */
    background-repeat: no-repeat;
    /* no-repeat please */
    background-size: 100% 51%;
    /* spray each image/gradient only on half vertical */
    /* font  makeup*/
    font-size: 1vw;
    color: white;
    /* text-shadow: -1px -1px 1px black, 1px 1px gray; */
    transform: rotateZ(-90deg) translateX(100%) translateY(57%);
    transform-origin: right bottom;
    float: right;
    text-align: center;
    content: '';
    width: 100%;
    line-height: 30px;
}


/* Popover Header */

.popover-header {
    background-color: #00e496;
}

/* .popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
/* } */

.img-fluid{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.insybio-green {
    color: #00e496;
}

.insybio-skyblue {
    color: #00BFFF;
}


/* CUSTOMIZE THE JUMBOTRON
-------------------------------------------------- */

.insybio-jumbotron {
    background: url("../images/background-2.jpg") no-repeat top left;
    background-size: cover;
    color: #ffffff;
}

.insybio-jumbotron-bg2 {
    background: url("../images/background-2.jpg") no-repeat top left;
    background-size: cover;
    color: #ffffff;
    padding: 3rem 0;
    margin-bottom: 1rem;
}

.insybio-jumbotron-bg4 {
    background: url("../images/background-4.jpg") no-repeat top left;
    background-size: cover;
    color: #ffffff;
    padding: 3rem 0;
    margin-bottom: 1rem;
}

.insybio-login-header {
    background: linear-gradient(135deg, #25B1ED, #00e496);
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 3rem 0;
    margin-bottom: 1rem;
}


/*---------- Bootstrap Button -----------------*/

.btn {
    border: 0.8px solid #74747459;
    font-size: 0.825rem;
}

.btn-save {
    background: #e2e2e2;
}

.btn-green {
    border: 0.8px solid #00e496;
    background: #00e496;
}

.btn-green:hover,
.btn-green:focus {
    background: rgba(204, 250, 234, 0.42);
}

.btn-upload-green {
    border: 0.8px solid #00e496;
    background: #00e496;
}

.btn-upload-blue {
    border: 0.8px solid #00c2e4;
    background: #00c2e4;
}

.text-ins-green {
    color:#00e496;
}

.text-ins-blue{
    color:#16a7d2c2;
}

.select2-selection--multiple .select2-search__field{
    width:100%!important;       
}

.select2-results__option {
    padding-left: 1em!important; 
}
.col-form-label{
    font-size: 1rem;    
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    position: relative!important;
}