.display-table .table th {
    border-bottom: none;
}
.draggable{
    cursor: grabbing;
}

.note-editor .dropdown-toggle::after { all: unset; }

.note-editor .note-dropdown-menu { box-sizing: content-box; }

.note-editor .note-modal-footer { box-sizing: content-box; }

.note-dropdown-item h1{
    font-size: 1.5rem;
}

.note-dropdown-item h2{
    font-size: 1.25rem;
}

.note-dropdown-item h3{
    font-size: 1rem;
}

.note-dropdown-item h4{
    font-size: .875rem;
}

.note-dropdown-item h5{
    font-size: .75rem;
}

.note-dropdown-item h6{
    font-size: .625rem;
}

.full-select{
    width: 100% !important;
}

#template, #generatorCode, #testCode{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
}

.template-box{
    position: relative;
    min-height: 370px;
}

.wide-label{
    width: 100%;
    height: 100%;
    font-weight: normal;
    font-size: 1rem;

}

div.dropup .dropdown-menu:before {
    display: none;
}


.thmaxwidth{
    max-width: 300px;
}

.int_curpoin{
    cursor: pointer;
}

.int_ml50{
    margin-left: 50px;
}

.xs-text{
    font-size: x-small;
}


.drag{
    cursor:grab;
  }

div.alert button.btn-close{
    color:white;
}

.profile-image{
    font-size: 25px;
}

.pointer{
    cursor: pointer;
}

.timer{
    font-size: 30px;
}

.int_hide{
    display: none;
}


.image-box {
    border: 1px solid #EEEEEE;
    padding: 10px;
    display: inline-block;
    width: 123px;
    min-height: 147px;
    font-size: 12px;
    text-align: center;
    clear: both;
}

.image-box img{
    margin-bottom: 5px;
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

.pointer{
    cursor: pointer;
}

.form-selectselect2{
    width: 100%;
}


.select2-container {
  width: 100% !important;
}

.int_colorstyle{
   width: 50px;
   height: 50px;
}

#sidebar-menu i.icon{
    width: 15px;
}

.page-header{
    height:  184px;
}


.sidebar + .main-content .iq-navbar-header .iq-header-img{
    height: 184px;
}

.breadcrumb .active{
    color:aliceblue;
}

main.main-content a{
    color:#6c757d;
}

main.main-content a.btn{
    color:#fff;
}

main.main-content .select2-container .select2-selection--single {
    height: calc(1.5em + 0.75rem + 8px); /* Same as Bootstrap's form-control */
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.375rem; /* Same as Bootstrap's form-control */
    border-color: #ced4da; /* Same as Bootstrap's form-control */
}

main.main-content .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.5em + 0.75rem + 2px); /* Center the text vertically */
}

main.main-content .select2-container .select2-selection--single .select2-selection__arrow {
    height: calc(1.5em + 0.75rem + 2px); /* Ensure the dropdown arrow matches the height */
}


.tab-content .tab-pane:not(.active) {
    display: none;
}

div.card-header:not(.text-white){
    font-weight: bold;
}

.dual-horizontal {
    z-index: 89;
  }


 div.container-fluid.navbar-inner a.navbar-brand div.logo-main div.logo-normal img{
    max-height: 44px;
 }


@media (max-width: 576px) {
    .iq-navbar-header .iq-header-img {
        height: 184px !important;
      }

      .sidebar + .main-content .iq-navbar-header .iq-container {
        padding-top: 30px;
      }

      .sidebar + .main-content .iq-navbar-header .iq-container h1{
        font-size: 25px;
      }

      .sidebar + .main-content .iq-navbar-header .iq-container .breadcrumb {
        font-size: 12px;
        padding-top: 20px;
      }

      .page-header {
        height: 70px;

      }

}



@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {


      .page-header {
        height: 120px;

      }

}

.table{
    overflow: auto;
}

div.table-responsive{
    overflow-y: visible;
    min-height: 400px;
}
