@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

.body {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Roboto !important;
    line-height: 1.5;
  
}

.form-builder li .field-info {
    margin-top: -25px !important;
}

.stretch {
    background-color: #ecf3f5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.top-bar {
    height: 60px;
    background: white;
    color: #2A2A2D;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dededf;
    z-index: 999;
    box-shadow: 0px 1px 5px 2px #ddd;
    font-family: 'Roboto', sans-serif;
    padding-top: 4px !important;
}

.column-field>.column-field-row>.column-field-cell>.column-field-inner {
    padding: 5px 5px 5px 5px;
}

.column-field-cell {/*
    width: 100% !important;
    border-right: 0px !important;
    border-left: 0px !important;
    padding: 10px 0px !important;*/
    border-bottom: 0px solid #ececeb !important;
}
.menu-tree {
    z-index: 155 !important;
}

label input[type="checkbox"]{
    margin-top: 2px !important;
}
.section-header {
    border-bottom: 1px solid #ececeb;
    border-left: 0px;
    border-right: 0px;
    background: transparent;
    padding: 4px 5px;
    color: #626262;
    font-size: 20px;
    font-weight: 400;
    height: 28px;
    line-height: 18px;
    margin: 8px 0px 15px 0px;
    border-top: 0px;
}

.c-hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 25px;
    background: white;
}

[ps-action-bar] .action-bar .link-bar .btn {
    margin-right: 10px;
    border-radius: 10px;
    margin-bottom: 5px;    
    border: 0;
    background: #235f7d;
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    height: 38px;
    padding: 10px 12px 8px 12px;
    border-radius: 5px !important;
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.20) 0px 5px 15px 0px;
}

[ps-action-bar] .action-bar .link-bar .btn:hover {
    transform: scale(1.1);
    animation: pulse-main-button infinite alternate ease-out 0.8s;
}



[ps-action-bar] .action-bar .link-bar {
    /*flex: 1;*/
    flex: initial;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}


@keyframes pulse-main-button {
    0% {
		background-color: #235f7d;
	}
	100% {
		background-color: #5e97b3;
	}
}

#sidebar ul li a {
    padding: 9px 10px 9px 10px;
    font-size: 13px;
    display: block;
    /* color: #2A2A2D; */
    color: #333;
}

#sidebar ul li a:hover{
    background-color: #5e97b3;
    color: white !important;
    transition: all 0.3s;
}


#sidebar ul li a[aria-expanded="true"] {
    color:#235f7d !important;
}

#sidebar ul li a[aria-expanded="true"]:hover {
    color:white;
}
#sidebar {
    overflow: auto;
    min-width: 200px;
    z-index: 9;
    background-color: #ffffff;
    /* display: block; */
    transition: all 0.3s;
    /* -webkit-box-shadow: 0px 0px 24px -10px rgb(0 0 0 / 20%); */
    -moz-box-shadow: 0px 0px 24px -10px rgba(0, 0, 0, 0.2);
    /* background-image: linear-gradient(to bottom, #1dc7f5, #55c8c4); */
    /* background-image: linear-gradient(to bottom, #108fb5, #259abd, #47c7ec); */
    border-right: 1px solid #e0e1e1;
}


#sidebar::-webkit-scrollbar-thumb {
    background: #fafafa;
    border-radius: 50px;
}

#sidebar::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px rgb(230 230 230); */
    border-radius: 10px;
    padding: 2px;
}

#sidebar ul.components {
    padding-top: 80px !important;
    padding-bottom: 50px;
}

.fa {
    width: 10px;
}

.ds-me a {
    font-size: 13px;
}

[grid-view] tr {
    background-color: transparent;
    border-radius: 3px;
    padding: 5px 5px;
    display: table-row;
    justify-content: space-between;
    margin-bottom: 0px;
    
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    color: #858585;
    border-top: 0px solid #ddd;
    font-size: 11px;
    background-color: #77b5e8;
    color: white;
    height: 45px;
    /* vertical-align: middle; */
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

[grid-view] tr.r {
    background-color: #ffffff;
    /*box-shadow: 0px 1px 4px 0px #ebebeb;*/
    border-radius: 0px;
    padding: 5px 5px 5px 5px;
    display: table-row;
    justify-content: space-between;
    margin-bottom: 0px;
    margin-top: -1px;
    margin-left: 0px;
    margin-right: 0px;
    color: #466c77;
    min-height: 45px;
    border-top: 0px solid #ddd;
    font-weight: 500;
    /*font-family: 'Montserrat', sans-serif;
    font-size: 11.7px;*/
    font-size: 12px;
    border: 1px solid #eee;
    width: 100%;
}

[grid-view] tr.a {
    background-color: #ffffff;
    padding: 0px;
    border-radius: 0px;
    border: 1px solid #eee;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #466c77;
}

[grid-view] tr.a td {
    background: #fafafa;
    border: 0px;
    padding-top: 12px;
}

[grid-view] td, [grid-view] th {
    border: 0px;
    border-bottom: 0px solid;
    
}

[grid-view] td {
    /*border: 1px solid #eee;*/
}

[grid-view] .table-vScroll th {
    position: -webkit-sticky;
    position: sticky !important;
    top: 0;
    z-index: 2;
    margin: -5px;
    width: 100%;
    font-size: 11px;
    background-color: #235f7d;
    color: #fafafa;    
    font-weight: 400;
    padding-top: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-right: white;
}

[grid-view] table {
    border-collapse: collapse;
    background: transparent;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #eee;
}

[grid-view] th, [grid-view] .tr .th {
    background: #f4f8f9;
    color: #84b0c5;
    font-weight: 700;
    
}

[grid-view] .row-header {
    padding: 0px 0px;
    font-weight: bold;
}

[grid-view] .data-grid-paging .btn, [grid-view] .data-grid-paging .form-control {
    padding: 0px 7px !important;
    height: 25px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif;
}

[grid-view] .data-grid-paging {
    padding-bottom: 10px;
    color: #808080;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

[grid-view] .t-checkbox {
    width: 27px;
    text-align: center;
    padding: 0px;
    min-width: 25px;
}

[grid-view] .row-r {
    /* padding: 10px 10px; */
    overflow: hidden;
    text-overflow: ellipsis;
}

[grid-view] .row-state-detail {
    display: none !important;
}

.content {
    border-radius: 8px;
    margin: 10px;
    background: transparent;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.btn-group>.btn:first-child {
    margin-left: 0;
    border: 1px solid #d7d7d7;
    background: white;
    color: #808080;
    height: 35px;    
    border-radius: 5px;
}

.btn-group>.btn:first-child:hover {
    background-color: #5e97b3;
    border-color: #5e97b3;
    color: white !important;
}

.btn-group>.btn:first-child:active {
    background-color: #5e97b3;
    border-color: #5e97b3;
    color: white !important;
}

.btn-group.open>.btn:first-child {
    background-color: #5e97b3;
    border-color: #5e97b3 !important;
    color: white !important;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    color: #808080;
    border: 1px solid #d7d7d7;
    background-color: white;
    border-radius: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle):hover {
    background-color: #5e97b3;
    border-color: #5e97b3;
    color: white !important;
}

.btn-default.btn.btn-default.btn-sm.dropdown-toggle.filter-criteria-button {
    color: #808080;
    height: 35px;
    border: 1px solid #d7d7d7;
    background-color: white;
    border-radius: 5px;
}
.btn-default.btn.btn-default.btn-sm.dropdown-toggle.filter-criteria-button:hover {
    background-color: #5e97b3;
    border-color: #5e97b3;
    color: white !important;
}

.btn-default.btn.btn-default.btn-sm.dropdown-toggle.filter-criteria-button:active {
    background-color: #5e97b3;
    border-color: #5e97b3;
}
.btn-default.btn.btn-default.btn-sm.dropdown-toggle.filter-criteria-button.active {
    background-color: #5e97b3;
    border-color: #5e97b3;
    color: white !important;
}

.data-filter {
    margin: 10px 0px 0px 0px;
    border: none;
    background: #fff;
    line-height: 3;
    border-radius: 8px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; 
}

.filter-td {
    padding: 0px 10px 0px 5px;
}


.btn-info {
    color: white;
    background-color: #1399c1;
    border: 1px #1399c1 solid;
    border-radius: 6px;
    font-size: 12px !important;
    padding-right: 10px;
    transition: all 0.3s ease-in-out;
}

.btn-info:hover {
    background-color: #50c7ea;
    border: 1px #50c7ea solid;
    transform: scale(1.1);
}

/*.data-grid-paging {
    font-size: 12px;
    line-height: 13px;
    font-family: 'Roboto', sans-serif;
}*/

div[dropdown] .btn-dropdown-field {
    text-align: left;
    overflow-x: hidden;
    /*border: 0px !important;*/
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    /* height: 35px; */
    border: 1px solid #e0e0e0 !important;
    border-radius: 5px !important;
}

.input-group-sm>.form-control{
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px !important;
    border: 1px solid #d7d7d7;
    background: white;
}

.input-group-sm>.form-control:focus{
    border-color: #235f7d;
}

.dl-menuleft {
    margin-left: 10px;
    color: #2198bc;
    font-size: 21px;
    text-transform: uppercase;
}

.dropdown-menu {
    max-height: 350px;
    overflow-y: inherit;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border: 0.5px solid #ececeb;
    border-radius: 4px;
    font-size: 12px;
    padding: 5px;
}

.fa-fw {
    margin-right: 5px;
    width: 1.28571429em;
    text-align: center;
}

.filter-manage label {
    color: #858585;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

.filter-manage {
    width: 0px;
    padding: 0px 13px 5px 8px;
    border-right: 0px solid #ececeb;
    /* background: rgba(255, 255, 255, .3); */
}

.form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
    color: #6f6f6f;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.form-horizontal .control-label {
    text-align: left;
    font-size: 12px !important;
    color: #858585;
    margin-bottom: 5px;
    margin-top: 7px;
}

.form-group-sm .form-control {
    /* height: 35px; */
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
}
    
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 2;
    color: #555;
    /*background-color: #f4f8f9;*/
    background-color: #fff;
    background-image: none;
    /*border: 0px solid #ccc;*/
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    -webkit-transition: border-color ease-in-out .3s,-webkit-box-shadow ease-in-out .3s;
    -o-transition: border-color ease-in-out .3s,box-shadow ease-in-out .3s;
    transition: border-color ease-in-out .3s,box-shadow ease-in-out .3s;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form-group-sm .form-control:focus, div[dropdown] button:focus, div[dropdown] .btn .list-view-add .btn-default .btn-sm:focus {
    border-color: #235f7d !important;
  }

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 2;
    color: #888080 !important;
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}


.btn-default {
    color: #808080 !important;
    background-color: #fff;
    border-color: #ccc;
}

.boxChart {
    box-shadow: 0px 2px 4px 0px #d1d1d1 !important;
    border-radius: 5px;
    background-color: #fff;
    padding: 20px 5px 10px 5px;
}

.btn .btn-sm .btn-default .dropdown-toggle {
    border: 0px !important;
}

[dropdown] .btn-dropdown-field {
    text-align: left;
    overflow-x: hidden;
    border: 1px solid #e0e0e0;
    /*background-color: #f4f8f9 !important;*/
    background-color: #fff !important;
}

.list-view-item {
    padding: 3px 3px 2px 3px;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    padding: 0px;
    background: transparent;
    border-radius: 5px !important;
}

.list-view-item-container {
    margin-right: 23px;
    margin-left: 22px;
    padding: 4px 4px 0px 4px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: transparent;
    min-height: 25px;
    opacity: 0;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #62c7d5 !important;
    font-size: 14px;
    font-weight: 500;
}

.nav-tabs {
    border-bottom: 1px solid #ececeb;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ececeb;
    /* border-bottom-color: transparent; */
}

#sidebar ul ul a {
    font-size: 12px !important;
    padding-left: 27px !important;
    /* color: #11638a !important; */
    background: #fff;
    font-family: 'Roboto', sans-serif;
    
    color: #636363 !important;
}

#sidebar ul li.active>a, a[aria-expanded="true"] {
    color: #4299e1 !important;
    background: white;
}

.label-field-value {
    font-size: 13px;
    margin-top: 6px;
    margin-bottom: 4px;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 19px;
    border-radius: 3px;
    padding: 8px 10px;
    margin: 0px;
    background-color: #fff;
    border:0px;
    /* height: 35px; */
    font-family: 'Roboto', sans-serif;
    border: 1px solid #e0e0e0 !important;
    border-radius: 10px;
}


.username {
    min-width: 260px;
    transition: all 0.3s ease-in-out;
}
.username div a:hover {
    transition: all 0.3s ease;
    color: #92a3aa;
}

.username div h5 {
    margin-top: 0px !important;
    margin-bottom: 7px !important;
    text-align: center;
    font-size: 12px;
}

.username div a {
    transition: all 0.3s ease;
    color: #235f7d;
    font-size: 12px;
}

.username div a:hover {
    color: #1399c1;    
}

.logout{
    color: #e53935 !important;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -3px;
    height: 30px;
    width: 33px;
    padding-top: 6px;
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 0px;
    background-color: transparent;
}

.label_dashboard {
/*    color: #62c7d5;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px;
    letter-spacing: .5px;
    font-family: 'Montserrat', sans-serif;*/
    border-left: 0px;
    border-right: 0px;
    background: transparent;
    padding: 4px 20px;
    color: #626262;
    font-size: 15px;
    font-weight: 600;
    height: 28px;
    /* line-height: 1px;  */
    margin: 10px 0px 15px 0px;
    border-top: 0px;
}

.submenu_dashboard_active {
  background-color: #235f7d;
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px 0px;
  min-width: 165px;
  padding: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  text-align: center;
  margin: 5px;
}

.submenu_dashboard_active:hover {
  transform: scale(1.1);
  animation: pulse-main-button infinite alternate ease-out 0.8s;
}

.submenu_dashboard_notactive {
    background-color: #fff;
    min-width: 165px;
    padding: 10px;
    color: #62c7d5;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    text-align: center;
    margin: 5px;
}

.help_li {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-top: 20px;
}

.input-group-addon {
    border : 0px;
}

.card_form {
    margin: 0px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-top: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

div[dropdown] button:focus {
    outline: 0;
    box-shadow: none;
}

.text {
    transform: skewY(1deg);
}

.btn-group, .btn-group-vertical {
    margin-top: 4px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  /* transition: opacity 1s, height 0 1s; */
  visibility: hidden;
  /* display: none; */
  opacity: 0;
  z-index: 9999;
  overflow: hidden;
  height: 0;
}
.overlay:target {
  visibility: visible;
  /* display : block; */
  opacity: 1;
  height: auto;
  overflow: auto;
}

.popup {
  margin: 70px auto;
  padding: 0px;
  background: #fff;
  min-width: 20%;
  max-width: 60%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 99999;
  border-radius: 6px;
}

.popup-lg {
  max-width: 90%;
}

.popup .header-red {
    min-height: 25px;
    padding: 10px 20px !important;
    color: white !important;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    background-color: #4299e1;
    -webkit-box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.61);
    -moz-box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.61);
    box-shadow: 0px 15px 25px -20px rgba(0,0,0,0.61);
}

.popup .header-green {
    background-color: #b71c1c;
    min-height: 30px;
    padding: 10px 20px !important;
    color: white !important;
}

.popup .content {
    padding: 20px;
}

.popup .close {
  position: absolute;
  top: 10px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  filter: none;
  text-shadow: none;
}
.popup .close:hover {
  color: #fbb731;
  opacity: 1;
  filter: none;
  text-shadow: none;
}

    .lv-table{
        width: 100%;
        overflow: auto;
        margin: 15px; 
        display:block
    }
    .lv-table th,td {
        /* padding: 10px; */
        /* min-width: 25%; */
        word-wrap: break-word;
        border-bottom: 1px solid #ddd;
    }
    .lv-table th {
        background: #fafafa;
    }

    .dashboard_card {
        background-color: #235f7d;
        border-radius : 7px;
        color: white;
        padding: 5px 15px;
        margin-right: 10px;
        border: 1px solid #235f7d;
        transition: all 0.3s;
    }
    
    .dashboard_card:hover {
        background-color: #5e97b3;
        border-radius : 7px;
        color: white;
        padding: 5px 15px;
        margin-right: 10px;
        border: 1px solid #5e97b3;
        transition: all 0.3s;
    }
    
    .dashboard_card_red {
        background-color: #e53935;
        border-radius : 7px;
        color: white;
        padding: 5px 15px;
        margin-right: 10px;
        border: 1px solid #e53935;
        transition: all 0.3s;
    }
    
    .dashboard_card_red:hover {
        background-color: #ef9a9a;
        border-radius : 7px;
        color: white;
        padding: 5px 15px;
        margin-right: 10px;
        border: 1px solid #ef9a9a;
        transition: all 0.3s;
    }
    
    .dashboard_card_green {
        background-color: #43a047;
        border-radius : 7px;
        color: white;
        padding: 5px 15px;
        margin-right: 10px;
        border: 1px solid #43a047;
        transition: all 0.3s;
    }
    
    .dashboard_card_green:hover {
        background-color: #a5d6a7;
        border-radius : 7px;
        color: white;
        padding: 5px 15px;
        margin-right: 10px;
        border: 1px solid #a5d6a7;
        transition: all 0.3s;
    }
    
    .dashboard_card_white {
        background-color: white;
        border-radius : 7px;
        color: #235f7d;
        padding: 5px 15px;
        margin-right: 10px;
        border: 1px solid #235f7d;
        transition: all 0.3s;
    }
    
#notfound {
    position: static !important;
}

.filter-item-container > div> div > div > div > div > button {
    display: none !important;
}

.grid-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(375px, 1fr));
  gap: 16px;
}
@media screen and (max-width: 1440px) {
  .grid-row {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  }
}
