/* .form-control{
    border-radius: 24px !important;
}
.input-group .form-control{
    border: none !important;
    border-radius: 24px !important;
}
.input-group .input-group-addon{
    border: none !important;
    border-radius: 24px !important;
} */
/* .btn {
    border-radius: 24px !important;
} */
.panel-default>.panel-heading{
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
}

.newnavbar {
    background-color: #34495e;
    color: #fff;
}
.input-group-rounded{
    border: 1px solid #ccc !important;
    border-radius: 24px !important;
} 
.form-control-rounded{
    border-radius: 24px !important;
}
.input-group-rounded .form-control-rounded{
    border: none !important;
    border-radius: 24px !important;
}
.input-group-rounded .input-group-addon{
    border: none !important;
    border-radius: 24px !important;
}
.c-pad-40 {
    padding-top: 110px;
}
.activeblue {
    background-color: #4285f4;
}
.tet-red{
    color: #F44336 !important;
}
.classWithPad {
    margin: 3px;
    padding: 2px;
}
.bg-white{
    background-color: #fff !important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    right: auto;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown2{
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}
.dropdown2 a:hover {
    background-color: var(--secoundary-color-hover);
    color: #fff;
}

.fullheight {
    margin-bottom: 2em;
}

.panel2 {
    background-color: #EEEEEE;
    color: #212121;
}

video {
    max-width: 100%;
    height: auto;
}

.fnt8 {
    font-size: 8px;
    line-height: 10px;
    font-weight: 200;
}

.fnt10 {
    font-size: 10px;
    line-height: 13px;
    font-weight: 200;
}

.fnt12 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 200;
}

.fnt13 {
    font-size: 13px;
    line-height: 17px;
    font-weight: 200;
}

.fnt15 {
    font-size: 15px;
    line-height: 1.6em;
}

.fnt16 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 200;
}

.fnt18 {
    font-size: 18px;
    line-height: 22px;
}

.fnt20 {
    font-size: 20px;
    line-height: 24px;
}

.fnt22 {
    font-size: 22px;
    line-height: 26px;
}

.fnt26 {
    font-size: 23px;
    line-height: 30px;
    color: #002248;
}

.fnt26:hover {
    color: #fff;
}

.fnt28 {
    font-size: 28px;
    line-height: 32px;
}

.fnt40 {
    font-size: 40px;
    line-height: 44px;
}

.fnt42 {
    font-size: 42px;
    line-height: 46px;
}

.fnt43 {
    font-size: 43px;
    line-height: 47px;
}

.fnt44 {
    font-size: 44px;
    line-height: 48px;
}

.fnt46 {
    font-size: 46px;
    line-height: 50px;
}

.fnt50 {
    font-size: 50px;
    line-height: 54px;
}

.fnt52 {
    font-size: 52px;
    line-height: 56px;
}

.fnt54 {
    font-size: 54px;
    line-height: 58px;
}

.fnt-smbold {
    font-weight: 600;
}
.fnt-bold {
    font-weight: 700;
}

.fnt-wt {
    font-weight: 400;
}

.fnt-black {
    color: #000;
}
.fnt-exbold{
    font-family: 'OpenSans-ExtraBold';
}
.panel-heading {
    cursor: pointer;
}

.login-input-2 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

label.error {
    color: #e53935 !important;
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
    margin-bottom: 15px !important;
}

.input-table {
    overflow-x: auto;
}

.btn-top-15 {
    margin-top: 19px;
}

.edit {
    color: #000 !important;
}

.panel-grey {
    background-color: #f5f5f5 !important;
}

.panel {
    border-radius: 24px !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px 0px rgba(0, 0, 0, 0.1) !important;
}

.box {
    border-radius: 24px !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px 0px rgba(0, 0, 0, 0.1) !important;
}

.card2-view {
    display: flex;
}

.card2-view .card2-view-title {
    font-weight: 700;
    display: inline-block;
    min-width: 30%;
    text-align: left!important;
}

.card2-view .card2-view-value {
    padding-left: 10px;
}

@media (max-width:767px) {
    .form-control {
        margin-bottom: 5px !important;
    }
}

.card-view-value .btn {
    margin-top: 5px;
}

input.spinner[type="text"],
input.spinner[type="password"],
input.spinner[type="datetime"],
input.spinner[type="datetime-local"],
input.spinner[type="date"],
input.spinner[type="month"],
input.spinner[type="time"],
input.spinner[type="week"],
input.spinner[type="number"],
input.spinner[type="email"],
input.spinner[type="url"],
input.spinner[type="search"],
input.spinner[type="tel"],
input.spinner[type="color"] {
    background: url(../img/loading2.gif) right no-repeat !important;
}

select.spinner {
    background: url(../img/loading2.gif) right no-repeat !important;
}

.icon-infinite {
    color: #EF5350 !important;
    margin-right: 10px;
    font-size: 16px;
}

.btn-install {
    background-color: #eee;
    border-color: #EF5350;
    color: #000;
}

.btn-install:hover,
.btn-install:focus,
.btn-install:active,
.btn-install.active {
    background-color: #e0e0e0;
    border-color: #D32F2F;
    color: #000;
}

.btn-install.disabled,
.btn-install[disabled],
fieldset[disabled] .btn-install,
.btn-install.disabled:hover,
.btn-install[disabled]:hover,
fieldset[disabled] .btn-install:hover,
.btn-install.disabled:focus,
.btn-install[disabled]:focus,
fieldset[disabled] .btn-install:focus,
.btn-install.disabled:active,
.btn-install[disabled]:active,
fieldset[disabled] .btn-install:active,
.btn-install.disabled.active,
.btn-install.active[disabled],
fieldset[disabled] .btn-install.active {
    background-color: #eee;
    border-color: #f5f5f5;
    color: #212121;
}

.btn-cancel {
    background-color: #444444;
    border-color: #212121;
    color: #fff;
}

.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:active,
.btn-cancel.active {
    background-color: #212121;
    border-color: #444444;
    color: #fff;
}

.btn-cancel.disabled,
.btn-cancel[disabled],
fieldset[disabled] .btn-cancel,
.btn-cancel.disabled:hover,
.btn-cancel[disabled]:hover,
fieldset[disabled] .btn-cancel:hover,
.btn-cancel.disabled:focus,
.btn-cancel[disabled]:focus,
fieldset[disabled] .btn-cancel:focus,
.btn-cancel.disabled:active,
.btn-cancel[disabled]:active,
fieldset[disabled] .btn-cancel:active,
.btn-cancel.disabled.active,
.btn-cancel.active[disabled],
fieldset[disabled] .btn-cancel.active {
    background-color: #eee;
    border-color: #f5f5f5;
    color: #212121;
}


/* .print-page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
} */

.print-page[size="A5"] {
    width: 14.8cm;
    height: 21cm;
}

.print-page[size="A5"][layout="landscape"] {
    width: 21cm;
    height: 14.8cm;
}

.print-page[size="A4"] {
    width: 21cm;
    height: 29.7cm;
}
.print-page[size="A4P"] {
    width: 19cm;
    height: 27.7cm;
}
.print-page[size="A4"][layout="landscape"] {
    width: 29.7cm;
    height: 21cm;
}
.print-no-select
{
    user-select: none;
    -o-user-select:none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.print-p
{
    margin: 0 0 3px !important;
}
.table-condensed-print>tbody>tr>td, 
.table-condensed-print>tbody>tr>th, 
.table-condensed-print>tfoot>tr>td, 
.table-condensed-print>tfoot>tr>th, 
.table-condensed-print>thead>tr>td, 
.table-condensed-print>thead>tr>th {
    padding: 3px !important;
}
.table-no-bottom{
    margin-bottom: 2px !important;
}
@media print {
    body {
        -webkit-print-color-adjust: exact;
        /* margin: 0; */
        box-shadow: 0;
    }
    .container {
        margin: 0 !important;
        padding: 0px !important;
    }
    
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.print-page[size="A4"] .watermark {
    opacity: 0.1;
    position: absolute;
    top: 10cm;
    left: 5cm;
}

.spinner-border {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: text-bottom;
    border: .25em solid #D32F2F;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

::-webkit-scrollbar {
    width: 5px;
    height: 1em;
}

::-webkit-scrollbar-button {
    background: var(--secoundary-color-hover);
}

::-webkit-scrollbar-track-piece {
    background: #E0E0E0;
}

::-webkit-scrollbar-thumb {
    background: var(--secoundary-color-hover);
}
@media (min-width: 2400px) {
    .container {
        width: 1920px;
    }
}
@media (min-width: 1700px) {
    .container {
        width: 1670px;
    }
}

.marg-left-15 {
    margin-left: 15px;
}

.marg-top-80 {
    margin-top: 80px;
}
.td-hidden{
    display: none !important;
}
.text-white{
    color: #fff !important;
}
.header-text{
    color: #ffffff !important;
    margin-top: 7px;
    font-size: 26px;
    display: inline-block;
}
.btn-add:focus, .btn-add:hover {
    background-color: #9C27B0;
    border-color: #9C27B0;
    color: #ffffff;
}


.row-card{
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .row-card{
        display: block;
        flex-wrap: nowrap;
    }   
}

.text-red{
    color: #D32F2F !important;
    font-weight: 800;
}
.text-orange{
    color: #FFA000 !important;
    font-weight: 800;
}
.text-blue{
    color: #1976D2 !important;
    font-weight: 800;
}
.text-green{
    color: #689F38 !important;
    font-weight: 800;
}

.table-print>thead>tr>td, .table-print>thead>tr>th{
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
    border: 1px solid #000 !important;
}
.table-print>tbody>tr>td{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    border: 1px solid #000 ;
}
.table-print>tfoot>tr>td{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    border: 1px solid #000 ;
}

.table-print{
    margin-bottom: 0px !important;
}


.table-nobottom>td{
    border-bottom: none !important;
}

.v-chart{
    height: 400px;
}

.back_btn {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    font-family: fontAwesome;
    color: #fff;
}

.log-foot-icon > i{
    padding: 6px !important;
}
.watermarked{
    position: relative;
  height: 100%;
}
.watermarked::before {
    content: 'Infotech';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
  background: url(../../Content/img/logo-watermark.png) 0 0 repeat;
  background-position: center; 
  opacity: 0.05;
}
.nav-print-bar{
    z-index: 10;
}

@media print {
    .watermarked:before{
      content: attr(data-watermark);
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
  
      color: #BDBDBD;
      
      font-size: 90px;
      font-weight: 500px;
      display: grid;
      justify-content: center;
      align-content: center;
      opacity: 0.2;
      transform: rotate(-45deg);
    }
  }

  

.model-page {
    background-color: #fff;
    padding: 10px;
    border-radius: 16px;
}

@media screen and (-ms-high-contrast: active) {
    .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: 0.6;
    }
}

@media (min-width: 1172px) {
    .model-page {
        width: 90vw;
    }
}

@media (min-width: 1104px) {
    .model-page {
        width: 91vw;
    }
}

@media (min-width: 1035px) {
    .model-page {
        width: 92vw;
    }
}

@media (min-width: 914px) {
    .model-page {
        width: 93vw;
    }
}

@media (min-width: 800px) {
    .model-page {
        width: 92vw;
    }
}

@media (min-width: 712px) {
    .model-page {
        width: 91vw;
    }
}

@media (min-width: 640px) {
    .model-page {
        width: 90vw;
    }
}

@media (min-width: 582px) {
    .model-page {
        width: 89vw;
    }
}

@media (min-width: 480px) {
    .model-page {
        width: 87vw;
    }
}
.col-left-0{
    padding-left: 1px !important;
}
.col-right-0{
    padding-right: 1px !important;
}

.panel-box-blue {
    margin-left: -20px;
    padding: 6px;
    background-color: #1976D2;
    color: #fff;
}
.panel-box-red {
    /* margin-right: -20px; */
    padding: 6px;
    background-color: #E53935;
    color: #fff;
}



/* infinite-overlay */
.cdk-overlay-container {
    position: fixed;
    z-index: 1200;
}
.cdk-global-overlay-wrapper, .cdk-overlay-container {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 1;
}
.cdk-overlay-dark-backdrop {
    background: rgba(0,0,0,.32);
}
.cdk-overlay-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: opacity .4s cubic-bezier(.25,.8,.25,1);
    transition: opacity .4s cubic-bezier(.25,.8,.25,1);
    opacity: 0;
}
.cdk-global-overlay-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1200;
}
.cdk-global-overlay-wrapper, .cdk-overlay-container {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.cdk-overlay-pane {
    position: absolute;
    pointer-events: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}
.cdk-column{
    padding-left: 0px !important;
    padding-right: 0px !important;

}
.cdk-container {
    height: 100%;
    background-color: #fff;
}
.cdk-panel-header{
        padding: 6px 15px;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        cursor: pointer;
        background-color: var(--secoundary-color);
        color: #fff;
}
.cdk-panel-fade.in {
    opacity: 1;
}
.cdk-panel-fade {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.cdk-panel-body{
    padding: 15px;
    overflow: auto;
    background-color: #fff;
}
@media (max-width: 768px) {
    .cdk-global-overlay-wrapper {
        display: block;
        flex-wrap: nowrap;
    }
    .cdk-overlay-pane {
        display: block;
    } 
    
}
@media (min-width:768px) {
    .cdk-container {
        width: 750px;
    } 
}
@media (min-width:992px) {
    .cdk-container {
        width: 970px;
    } 
} 
@media (min-width:2400px) {
    .cdk-container {
        width: 1920px
    }
}

@media (min-width:1700px) {
    .cdk-container {
        width: 1670px
    }
}

/* bookstrap-table-sticky-header */
.fix-sticky {
    position: fixed !important;
    overflow: hidden;
    z-index: 100;
  }
  
  .fix-sticky table thead {
    background: #fff;
  }
  
  .fix-sticky table thead.thead-light {
    background: #e9ecef;
  }
  
  .fix-sticky table thead.thead-dark {
    background: #212529;
  }


  .btn-bcktop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #0d416e;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 30px;
  }
  
  .btn-bcktop:hover {
    background-color: #70b732;
  }
.panel-side-img {
    max-height: 210px;
}
.table-nomargin {
    margin: 0px;
}

.login-input:focus {
    border-color: var(--secoundary-color);
    border-width: 2px;
    box-shadow: none;
}

.card-round{
    border-radius: 24px !important;
}
.text-secounday{
    color: var(--secoundary-color) !important;
}
.text-primary{
    color: var(--primary-color) !important;
}

.menu-pad-0{
    padding-left: 0px;
    padding-right: 0px;
}

.table-input{
    width: auto;
}
.btn-mr{
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice
{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove
{
    color: #fff !important;
}

.card{
    border-radius: 24px !important;
}