/*
 * 002262
 */


* {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

:focus {
    outline: none;
}


body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: "Open Sans", helvetica, arial, sans-serif;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga","kern";
    text-rendering: optimizelegibility;
    
    font-size: 0.875em;
    font-weight: 300;
    /*color: #444;
    background: #fff;
    margin: 0;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;  /*auto 60% 40%;*/
    /*grid-template-areas: "header" "nav" "body";
    overflow-x: hidden;
    */
    color: #3a3a3a;
    margin: 0;
    overflow: hidden;
    min-width: 320px;
}

#app {
    --spacing: 16px;  /*1rem;*/
    display: flex;
    flex-wrap: wrap;
    display: grid;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
    grid-template-rows: 50px 1fr 29px;
    grid-template-columns: 260px 1fr;
    grid-template-areas: "header header" "nav main" "footer footer";
}

#app.hide-nav {
    grid-template-columns: 45px 1fr;
}

header {
    display: flex;
    flex-basis: 100%;
    grid-area: header;
    height: 56px;
    background-color: #002262;
    position: relative;
}

nav {
    flex: 0 0 250px;
    grid-area: nav;
    background-color: #f0f0f0;
    /*border-right: solid 1px #dedede;*/
    overflow: hidden;
}

nav.show {
    width: 260px;
    /*background: #f0f0f0;*/
    z-index: 999;
    border-right: solid 1px #dedede;
}

nav.show .menu .menu__link span {
    display: unset !important;
}


main {
    flex: 1;
    grid-area: main;
    /*padding: var(--spacing);*/
    padding: 0;
    /* overflow-y: auto;
    overflow-x: hidden; */
    -webkit-overflow-scrolling: touch;
    background-color: #f6f6f6;
    /* background-color: #fdfdfd; */
    
    overflow: hidden;
}

footer {
    /* display: grid; */
    /* flex-basis: 100%; */
    grid-area: footer;
    height: 28px;
    /* position: relative; */
    background-color: #ffffff;
    border-top: 1px solid #e1e1e1;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
    overflow: hidden;
}

footer .footerBLC {
    /*display: table;
    position: relative;
    height: 100%;*/
    
    display: inline-block;
    height: 100%;
    float: left;
    white-space: normal;
    position: relative;
    left: 0;
    line-height: 28px;
}

footer .footerBRC {
    /*display: table;
    position: relative;
    height: 100%;*/
    
    display: inline-block;
    height: 100%;
    float: right;
    white-space: normal;
    position: relative;
    right: 0;
    line-height: 28px;
}


.left {
    float: left;
}
.right {
    float: right;
}

.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}




button[disabled],
button[disabled]:hover,
.disabled,
.disabled:hover {
    opacity: 0.7;
    cursor: default !important;
    pointer-events: none;
    background-color: #f3f2f1 !important;
    color: #d2d0ce !important;
}



/*
 * checkbox
 */
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
}
.styled-checkbox:hover + label:before {
  background: #002262;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #002262;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


main .topbar {
    display: inline-block;
    height: 45px;
    border-bottom: 1px solid #eaeaea;
    background: #eee;
    
    padding: 0 6px 0 6px;
    width: 100%;
    
    /*display: block;
    height: 44px;
    border-bottom: 1px solid #eaeaea;
    background: #eee;
    padding: 0 6px 0 6px;
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
    white-space: nowrap;*/
}

main .topbar div {
    height: 44px;
    min-width: 44px;
    display: table-cell;
    position: relative;
}

main .topbar button {
    /*height: 44px;*/
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    min-width: 44px;
    width: 44px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    
    position: absolute;
    /*padding: 8px;*/
    white-space: nowrap;
    
    font-size: 14px;
    color: #002262;
    
    /*height: 76% !important;
    top: 12%;
    /*background: #002262;
    color: #fff;
    margin-left: 10px;*/
    
    border-radius: 3px;
}

main .topbar button.new {
    height: 32px;
    margin-bottom: 0;
    /* margin-left: 0; */
    /* margin-right: 0; */
    min-width: 44px;
    width: auto;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    position: relative;
    padding: 0 10px 0 10px;
    white-space: nowrap;
    line-height: 32px;
    margin-top: 6px;
}

main .topbar button.new i {
    display: block;
    margin-right: 5px;
    position: relative;
    height: 100%;
    line-height: 33px;
    float: left;
    
    font-size: 14px;
    color: #002262;
}

.dialog button:not(.close) .mi {
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 1px;
}

/*
main .content button b {
    position: absolute;
    left: 13px;
    width: 18px;
    height: 1px;
    background-color: #4c4c4b;
}
main .content button b:nth-child(1) {
    top: 17px;
}
main .content button b:nth-child(2) {
    top: 22px;
}
main .content button b:nth-child(3) {
    top: 27px;
}*/



main .topbar button:not(:disabled):hover {
    background-color: #e4e4e4;
}








main .topbar .custom-dropdown-wrapper {
    user-dropdown: none;
    
    font-size: 14px;
    color: #002262;
    float: left;
    height: 32px;
    margin-bottom: 0;
    /* margin-left: 0; */
    /* margin-right: 0; */
    min-width: 44px;
    width: auto;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    position: relative;
    /* padding: 0 10px 0 10px; */
    padding: 0;
    white-space: nowrap;
    line-height: 32px;
    margin-top: 6px;
    
    /*height: 76%;
    top: 12%;*/
}

main .topbar .custom-dropdown {
    /* display: flex;
    flex-direction: column;
    border-width: 0 2px 0 2px;
    border-style: solid;
    border-color: #394a6d; */
    
    height: 100%;
    min-width: 44px;
    display: unset;
    position: unset;
}

main .topbar .custom-dropdown__trigger:not(.disabled):hover {
    background-color: #e4e4e4;
}

main .topbar .custom-dropdown__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-width: 2px 0 2px 0; */
    /* border-style: solid; */
    /* border-color: #394a6d; */
    height: 100%;
    margin-bottom: 0;
    /* margin-left: 0; */
    /* margin-right: 0; */
    min-width: 44px;
    width: auto;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    position: relative;
    padding: 0 10px 0 10px;
    white-space: nowrap;
    line-height: 32px;
}

main .topbar .custom-dropdown__trigger i {
    display: block;
    margin-right: 5px;
    position: relative;
    height: 100%;
    line-height: 33px;
    float: left;
    font-size: 14px;
    color: #002262;
}

main .topbar .custom-options {
    position: absolute;
    display: block;
    top: 33.44px;
    left: 0;
    right: 0;
    /* border: 2px solid #394a6d; */
    border-top: 0;
    background: #fff;
    /*transition: all 0.5s;*/
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 999999;
    
    height: auto;
    border: solid 1px #777;
    max-height: 260px;
    overflow-y: auto;
    width: fit-content;
}

main .topbar .custom-dropdown.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    
    border-top: 0 !important;
    border: solid 1px #eee;
    /* -webkit-box-shadow: 0 2px 2px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px -5px rgba(0, 0, 0, 0.3); */
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: rgb(0 0 0 / 13%) 0px 3.2px 7.2px 0px, rgb(0 0 0 / 11%) 0px 0.6px 1.8px 0px;
    outline: transparent;
}

main .topbar .custom-options hr {
    height: 1px;
    border: 0;
    background: #eee;
    padding: 0;
    margin: 1px 0;
}

main .topbar .custom-dropdown.open > .custom-dropdown__trigger {
    background-color: #dadada !important;
}

main .topbar .custom-option {
    position: relative;
    display: block;
    padding: 0 10px 0 10px;
    font-size: 14px;
    font-weight: normal;
    color: #3b3b3b;
    line-height: 32px;
    cursor: pointer;
    /*transition: all 0.5s;*/
}

main .topbar .custom-dropdown.icon .custom-option {
    padding: 0 10px 0 30px;
}
main .topbar .custom-dropdown.icon .custom-option i {
    margin-left: -21px;
    margin-top: 9px;
    position: absolute;
}

main .topbar .custom-option:hover {
  cursor: pointer;
  background-color: #e4e4e4;
}



main .topbar .custom-option input[type=checkbox] {
    height: 16px;
    /*left: 0;
    opacity: 0;
    position: absolute;
    top: 0;*/
    width: 16px;
}

main .topbar .custom-option input[type=checkbox] + label::before {
    border: 1px solid;
    content: "";
    height: 16px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 16px;
}

main .topbar .custom-option input[type=checkbox] + label::after {
    /*content: "";
    opacity: 0;
    background-image: url(/assets/img/check.svg);
    background-repeat: no-repeat;*/
    height: 9px;
    width: 9px;
    /*position: absolute;*/
    left: 12px;
    top: 12px;
    /*transition: opacity 0.2s ease-in-out;*/
}

main .topbar .custom-option label {
    font-size: 14px;
    margin-bottom: 0;
    display: block;
    margin-left: 22px;
}

main .topbar .wrapper {
    height: 32px;
}



main .topbar .arrow {
    position: relative;
    height: 12px;
    width: 24px;
    min-width: auto;
}

main .topbar .arrow::before,
main .topbar .arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 1px;
    height: 100%;
  /*transition: all 0.5s;*/
}

main .topbar .arrow::before {
  left: 10px;
  transform: rotate(-45deg);
  background-color: #394a6d;
}

main .topbar .arrow::after {
  left: 18px;
  transform: rotate(45deg);
  background-color: #394a6d;
}










main .sub-bar {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    /* margin-bottom: 12px; */
    /* margin-top: 8px; */
    background: #eee;
    padding: 4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}


main .content {
    /* Firefox */
    height: -moz-calc(100% - 45px);
    /* WebKit */
    height: -webkit-calc(100% - 45px);
    /* Opera */
    height: -o-calc(100% - 45px);
    /* Standard */
    height: calc(100% - 45px);
    
    overflow: hidden;
    /* overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; */
    
    margin-top: -3px;
}

main .content .content-full {
    display: block;
    position: relative;
    height: 100%;
    /* overflow: hidden; */
}

main .content .content-full.border8 {
    padding: 12px;
}


.padding16 {
    padding: 16px;
}













main h1 {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 24px 0;
}

@media screen and (min-width: 48rem) {
    #app {
        --spacing: 20px;  /*2rem;*/
    }
}

.dashboard {
    --column-count: 2;
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(var(--spacing) * -0.5);
    display: grid;
    grid-template-columns: repeat(var(--column-count), 1fr);
    grid-gap: var(--spacing);
}

.dashboard__item {
    flex: 1 1 50%;
    grid-column-end: span 2;
    padding: calc(var(--spacing) / 2);
}

.dashboard__item--full {
    flex-basis: 100%;
    grid-column: 1 / -1;
}

.dashboard__item--col {
    flex-basis: calc(100% / var(--column-count));
    grid-column-end: span 1;
}

@media screen and (min-width: 48rem) {
    .dashboard {
        --column-count: 5;
    }
}

@supports (display: grid) {
    .dashboard {
        margin: 0;
    }

    .dashboard__item {
        padding: 0;
    }
}

a {
    color: #1c3d79;
    text-decoration: none;
}

a:hover {
    color: #002262;
}

img {
    max-width: 100%;
    height: auto;
}

/*.logo {
    display: flex;
    flex: 0 0 250px;
    height: 56px;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    color: #fff;
  /*background-color: #dc5a60;
  font-size: 1rem;*/
/*}

.logo h1 {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
}*/

.toolbar {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--spacing);
}

.menu {
    margin-top: 8px;
    margin-bottom: 8px;
}

.menu,
.sub_menu {
    list-style-type: none;
    padding: 0;
}




#archives .item {
    display: block;
    height: 45px;
    border-bottom: 1px solid #eaeaea;
    background: #eee;
}

#archives .item div {
    height: 44px;
    min-width: 44px;
    display: table-cell;
    position: relative;
}

#archives .item button {
    height: 32px;
    margin-top: 5px;
    margin: 6px;
    min-width: 32px;
    width: 32px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    position: absolute;
    white-space: nowrap;
    font-size: 14px;
    color: #002262;
    line-height: unset;
    padding: 0;
    border-radius: 3px;
}

#archives .item button.new {
    height: 32px;
    margin-top: 5px;
    margin-bottom: 6px;
    min-width: 32px;
    width: auto;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    position: relative;
    padding: 0 10px 0 10px;
    white-space: nowrap;
}

#archives .item button.primary {
    background: #002262;
    color: #fff;
}

#archives .item button.new i {
    margin-top: -2px;
    margin-right: 5px;
    font-size: 14px;
}

#archives .item button b {
    position: absolute;
    left: 8px;
    width: 18px;
    height: 1px;
    /*background-color: #4c4c4b;*/
    background-color: #002262;
}
#archives .item button b:nth-child(1) {
    top: 11px;
}
#archives .item button b:nth-child(2) {
    top: 16px;
}
#archives .item button b:nth-child(3) {
    top: 21px;
}



#archives .item button:not(:disabled):hover {
    background-color: #e4e4e4;
}

#archives .item button.primary:not(:disabled):hover {
    background-color: #06274c;
}

#archives .item-menu {
    height: calc(100% - 114px);
    overflow-y: auto;
    overflow: hidden;
    
    border-right: solid 1px #dedede;
}

#archives .item-ofers {
    height: 68px;
    border-top: 1px solid #e6e6e6;
    
    border-right: solid 1px #dedede;
}

#archives .item-ofers button {
    height: 68px;
    padding: 0;
    width: 100%;
    background-color: transparent;
    border: 0;
    color: #4c4c4b;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

#archives .item-ofers button:not(:disabled):hover {
    background-color: #fff;
    border-bottom: 3px solid #002262;
}

#archives .item-ofers button .icon {
    float: left;
    width: 48px;
    height: 100%;
    padding: 6px;
}

#archives .item-ofers button .icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 22px;
    height: 22px;
    margin-top: 6px;
    max-width: 90%;
}

#archives .item-ofers button .text {
    float: left;
    width: calc(100% - 48px);
    height: 100%;
    padding: 4px;
    text-align: left;
    display: table;
}

#archives .item-ofers button .text span {
    display: table-cell;
    vertical-align: middle;
}


.menu__item {
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.07);*/
}

.menu__link {
    display: block;
    /* padding: 1rem 2rem; */
    color: #323130;  /*#002262;*/
    text-decoration: none;
    line-height: 40px;
    min-height: 40px;
    padding: 0 8px 0 8px;
    font-weight: normal;
    font-size: 14px;
    position: relative;
}

.archives.minify:hover {
    -webkit-box-shadow: 5px 0 5px -5px rgb(0 0 0 / 40%);
    box-shadow: 5px 0 5px -5px rgb(0 0 0 / 40%);
}

.archives.minify:hover {
    width: 260px;
    z-index: 999;
}

.archives.minify:hover > .archives  {
    overflow: unset;
}

.archives.minify:hover > .item-menu .menu .menu__link span {
    display: unset;
}

.archives.minify > .item-menu {
    overflow: hidden;
}

.archives.minify > .item-menu .menu .menu__link span {
    display: none;
}

.menu__link.active {
    background-color: #ffffff;
}
#two .mob-menu {
    height: 100%;
    padding-top: 8px;
    padding-bottom: 12px;
}
#two .menu__link.active {
    background-color: #585858;
}

.menu__link.active {
    color: #002262;
    font-weight: bold;
}

.menu__link i {
    font-size: 16px;
    float: left;
    margin-right: 12px;
    line-height: 40px;
    width: 30px;
    text-align: center;
    /* color: rgba(255, 255, 255, 0.5); */
    /* position: relative; */
    /* margin-top: -3px; */
}

.sub_menu .menu__item i {
    font-size: 16px;
    float: left;
    margin-left: 8px;
    line-height: 40px;
    width: 30px;
    text-align: center;
    /* color: rgba(255, 255, 255, 0.5); */
    /* position: relative; */
    /* margin-top: -3px; */
    display: none;
    opacity: 0.7;
}

.archives.minify .sub_menu .menu__item i {
    display: block;
}
.archives.minify:hover .sub_menu .menu__item i {
    display: none;
}

.menu__link .arrows-1_minimal-right {
    margin-right: 0;
}

.menu__item .arrow-down {
    position: absolute;
    /* float: right; */
    margin-top: 8px;
    left: 208px;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    color: #4b6b5a;
}

#two .menu__item .arrow-down {
    left: 256px;
}

.menu__item .arrow-down:hover {
    color: #09351e;
    cursor: pointer;
}

.archives.minify .menu__item li .menu__link,
#navSidebar .archives.minify .menu__item .sub_menu li a,
#navSidebar .archives.minify .menu__item .menu__link.no-icon {
    padding-left: 0;
}

.archives.minify:hover .menu__item li .menu__link,
#navSidebar .archives.minify:hover .menu__item .sub_menu li a,
#navSidebar .archives.minify:hover .menu__item .menu__link.no-icon {
    padding-left: 59px;
}

.menu__item li .menu__link,
#navSidebar .menu__item .sub_menu li a,
#navSidebar .menu__item .menu__link.no-icon {
    padding-left: 59px;
}


.menu__link:not(.active):hover,
.menu__link:not(.active):focus {
    background-color: #f5f5f5;
    color: #000000;
}

#two .menu__link:not(.active):hover,
#two .menu__link:not(.active):focus {
    background-color: #585858;
}






.fa-angle-down {
  transition: all .3s ease-in-out;
}

.widget a {
  color:#9b9b9b;
  text-decoration:none;
  padding:10px 0 10px 10px;
  display:inline-block;
}

.widget i {
  color: #9b9b9b;
  padding:10px 16px;
  float:right;
  line-height:1.5;
}

.widget i:hover {
  cursor: pointer;
  color:#444;   
}

.widget a:hover {
  color:#444
}

.widget ul {
  list-style-type:none;
  margin:0;
  padding:0;
  background-color:#eee;
}

.widget ul li:first-child .fa-angle-down {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg); 
  transform: rotate(180deg);
}

.widget li {
  border-top:1px solid #ccc;
}

.widget li li {
  line-height:1.5;
  border-top:1px solid #eaeaea;
  background-color:#fff;
}

.widget > ul li:first-child 
li a:first-child {
  display:inline-block;
}

.hide {
  display:none;
}






.card {
    height: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    background-color: #fff;
    border-radius: 1px;
    /* box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); */
    border: solid 1px #eee;
}

/*.home-card {
    max-width: 340px;
    display: inline-block;
    float: left;
    height: auto;
    position: relative;
    margin: 8px;
    color: #333;
    margin-bottom: 8px;
    min-width: 200px;
    min-height: 118px;
    padding: 16px;
}

.home-card .title {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
}

.home-card .text {
    margin-top: 4px;
    display: block;
    font-size: 26px;
}

.home-card .text .sub {
    margin-top: 8px;
    display: block;
    font-size: 14px;
}*/


.ticker {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.ticker__item {
    margin-right: 1rem;
}













header {
    grid-area: header;
}

header ul{
    overflow: hidden;
    color: #fff;
    padding: 0;
    text-align: right;
    margin: 0;
    transition: max-height 0.5s;
    height: 50px;
}

header ul li {
    display: inline-block;
    height: 50px;
    /*padding: 0 10px;*/
    line-height: 40px;
    text-align: center;
    float: right;
}

header ul li a {
    text-decoration: none;
    color: #fff;  /*#002262;*/
    
    height: 40px;
    line-height: 40px;
    display: block;
    position: relative;
    padding: 0 15px;
    font-size: 14px;
}

header ul li:hover {
    /*background-color: #399077;*/
    background-color: #002262;
    cursor: pointer;
}

header ul li a:hover {
    color: #fff;
}

header ul li a.nav-link {
    /*float: left;*/
    color: white;
    cursor: pointer;
    display: block;
    font-weight: 400;
    font-size: 14px;
    height: 50px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    min-width: 50px;
    background-color: transparent;
    /*padding: 0 10px;*/
    line-height: 50px;
}

header ul li a.nav-link i {
    font-size: 17px;
    height: auto;
    width: auto;
    line-height: 50px;
}

header ul li a.nav-link:hover {
    background: rgba(0, 0, 0, 0.26);
}

header ul li a.nav-link.active {
    background-color: #ffffff;
    color: #002262;
}

header {
    background: #002262;
    display: grid;
    box-sizing: border-box;
    color: #fff;
    grid-template-columns: 320px auto auto;
    grid-template-rows: 50px;
    height: 50px;
}

header .main-menu {
    grid-column: 1;
    grid-row: 1;
    
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
}
header .main-menu .hamburger {
    /*white-space: nowrap;
    position: absolute;
    width: 22px;
    height: 12px;
    cursor: pointer;
    top: 18px;
    left: 12px;*/
    
    height: 50px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    min-width: 50px;
    width: 50px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    color: #002262;
    line-height: unset;
    padding: 0;
    top: 0;
    display: inline-flex;
}

header .main-menu .hamburger:not(:disabled):hover {
    background-color: rgba(0, 0, 0, 0.26);
}

/*header .main-menu .hamburger b {
    position: absolute;
    left: 0;
    width: 22px;
    height: 1px;
    background-color: white;
}
header .main-menu .hamburger b:nth-child(1) {
    top: 0;
}
header .main-menu .hamburger b:nth-child(2) {
    top: 50%;
}
header .main-menu .hamburger b:nth-child(3) {
    top: 100%;
}*/


header .main-menu .logo {
    /* white-space: nowrap; */
    top: 0;
    height: 50px;
    width: auto;
    line-height: 50px;
    color: #ffffff;
    padding: 0 8px 0 8px;
    font-size: 16px;
    display: inline-flex;
}

header .main-menu .separator {
    display: flex;
    margin: 15px 4px;
    border: 0;
    width: 1px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    box-sizing: unset;
    border-left: solid 1px #eeeeee;
    display: inline-flex;
}

header .main-menu .name {
    display: block;
    font-size: 14px;
    /* display: inline-block; */
    height: 50px;
    line-height: 50px;
    /* text-align: center; */
    /* float: left; */
    padding: 0 4px;
    /* width: 200px; */
    text-overflow: ellipsis;
    overflow: hidden;
    /* position: relative; */
    white-space: nowrap;
}

header .main-menu img {
    /*height: 28px;
    margin-top: 14px;
    margin-left: 6px;*/
    
    /* height: 16px; */
    height: auto;
    /* margin: auto; */ 
    margin: 0;
    padding: 15px;
}


header .main-toolbar {
    grid-column: 2;
    grid-row: 1;
}

header .main-toolbar form {
    height: 50px;
    line-height: 50px;
}













.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
    /*float: left; */
    color: white;
    cursor: pointer;
    display: block;
    font-weight: 400;
    font-size: 14px;
    height: 50px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    min-width: 50px;
    background-color: transparent;
    padding: 0 10px;
    /* line-height: 50px; */
    border: none;
}

.dropdown .dropbtn:hover,
.dropdown .dropbtn:focus {
    background-color: rgba(0, 0, 0, 0.26);
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #f1f1f1;
    min-width: 210px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
    top: 50px;
    height: auto;
    text-align: left;
}

.dropdown-content a {
    float: none;
    color: #444;
    /*padding: 12px 16px;*/
    text-decoration: none;
    display: block;
    text-align: left;
    
    height: 44px;
    line-height: 44px;
}

.dropdown-content a:hover {
    color: #444;
    background-color: #ddd;
}

.dropdown-content hr {
    color: #eee;
    background-color: #dedede;
    height: 1px;
    border: 0;
}

.show {
  display: block;
}














.sb-search {
    position: relative;
    line-height: 50px;
    margin-left: 8px;
    /* display: inline-block; */
}

.sb-search .sb-search-input2 {
    position: relative;
    border-radius: 2px;
    /* margin: 0; */
    /* padding: 0; */
    background: rgba(255, 255, 255, 0.8);
    box-shadow: none !important;
    margin: 9px 0 !important;
    padding-left: 40px;
    min-width: 240px;
}

.sb-search .sb-search-input2::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777;
}
.sb-search .sb-search-input2:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #777;
}

.sb-search .sb-search-input2::-ms-input-placeholder { /* Microsoft Edge */
    color: #777;
}

.sb-search .sb-search-input2.open {
    max-width: 928px;
    width: 90%;
}

.sb-search-submit2 {
    position: absolute;
    color: black;
    margin: 9px 0 !important;
    height: 32px;
    width: 32px;
    border-radius: 2px 0 0 2px;
    background: transparent;
    top: 0;
}

.sb-search input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    display: block;
    font-size: 11pt;
    font-weight: 400;
    height: 32px;
    margin: 0 !important;
    outline: none;
    padding: 0 12px;
    border: none;
}


.sb-search-submit2 {
    position: absolute;
    color: black;
    margin: 9px 0 !important;
    height: 32px;
    width: 32px;
    border-radius: 2px 0 0 2px;
    background: transparent;
    top: 0;
}


.sb-icon-search2 {
    color: #666;
    z-index: 90;
    font-size: 14px;
    /*font-family: "winjs-symbols";*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    margin: 0 !important;
    top: 0;
}






/*header .mob-logo img,
.mob-logo img {
    height: 32px;
    width: auto;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
}*/

header .main-user-menu {
    grid-column: 3;
    grid-row: 1;
}






/* Tablet em retrato a paisagem e desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #app {
        /*grid-template-areas: "header" "nav" "body";*/
        grid-template-rows: 50px 1fr;
    }
    header {
        grid-template-columns: 250px 42% auto;
        grid-template-rows: 50px;
        height: 50px;
    }
    
     /*header ul {
        max-height: 0px;
    }*/

    .showing {
        max-height: 20em;
    }

    /*header ul li {
        box-sizing: border-box;
        width: 100%;
        padding: 15px;
        text-align: left;
    }*/
    
    .as768hidden {
        display: none !important;
    }
}

@media (max-width: 767px) {
    #app {
        /*grid-template-areas: "header" "body";*/
        grid-template-columns: 45px 1fr;
        grid-template-rows: 50px 1fr;
    }
    header {
        grid-template-columns: 250px 42% auto;
        grid-template-rows: 50px;
        height: 50px;
        
        display: grid;
        position: absolute; /*fixed;*/
        width: 100%;
    }
    nav {
        /* display: none; */
    }
    .menu .menu__link i {
        margin-right: 0;
    }
    .menu .menu__link span {
        display: none;
    }
    /*
    main {
        margin-top: 50px;
    }
    */
    footer {
        display: none;
    }
}

@media (max-width: 480px) {
    #app {
        /*grid-template-areas: "header" "body";*/
        grid-template-rows: 50px 1fr;
    }
    header {
        grid-template-columns: 250px 42% auto;
        grid-template-rows: 50px;
        height: 50px;
        
        display: grid;
        position: absolute; /*fixed;*/
        width: 100%;
    }
    
    /*nav {
        display: none;
    }
    main {
        margin-top: 50px;
    }*/
}
















/** *******************************************************************
 * MOBILE MENU                                                        *
 * ****************************************************************** */
#navFade {
  display: none;
  z-index: 99;
  content: "";
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.noscroll {
  overflow: hidden;
}

#navSidebar {
    background: #3a3a3a;  /*#002262;*/
    display: block;
    width: 308px;
    height: 100%;
    overflow-y: hidden;
    margin: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -308px;
    z-index: 9999;
    border-right: solid 1px #202020;
}
#navSidebar #navHeader {
  background: #3a3a3a;  /*#002262;*/
  width: 100%;
  height: 64px;
  border-bottom: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#navSidebar #navHeader h2 {
  color: white;
  font-size: 1.25rem;
  line-height: 1;
  margin: 0;
}


#navSidebar #navHeader .main-menu {
    grid-column: 1;
    grid-row: 1;
    white-space: nowrap;
    position: absolute;
    width: 22px;
    height: 12px;
    cursor: pointer;
    top: 28px;
    left: 12px;
}
#navSidebar #navHeader .main-menu b {
    position: absolute;
    left: 0;
    width: 22px;
    height: 1px;
    background-color: white;
}
#navSidebar #navHeader .main-menu b:nth-child(1) {
    top: 0;
}
#navSidebar #navHeader .main-menu b:nth-child(2) {
    top: 50%;
}
#navSidebar #navHeader .main-menu b:nth-child(3) {
    top: 100%;
}


#navSidebar section {
    /* padding-bottom: 1rem; */
    /* margin-bottom: 1rem; */
    /* border-bottom: 1px dotted rgba(0, 0, 0, 0.25); */
    /* max-height: 100%; */
    /* max-height: 100%; */
    height: calc(100% - 64px);
    /* overflow-y: auto; */
    overflow: hidden;
}
#navSidebar section:last-child {
  border-bottom: none;
}
/*#navSidebar li {
  font-family: ClearFont, sans-serif;
  font-size: 12px;
  letter-spacing: .5px;
  line-height: 1;
  margin: 0;
  padding: .5rem 0;
}*/

#navSidebar section .row {
    padding-top: 50px;
}




#navSidebar ul {
    list-style: none;
    padding: 0;
}
#navSidebar ul li {
    display: inline-block;
    /* text-transform: uppercase; */
}
#navSidebar ul li a {
    margin: 0;
    display: inline-block;
    height: 52px;
    padding: 0 16px;
    line-height: 52px;
    width: 100%;
}
#navSidebar ul li a:hover {
    background-color: #585858;
    text-decoration: none;
}
#navSidebar ul li i {
    color: #fff;
    font-size: 18px;
}
#navSidebar ul li i.last {
    margin-top: 12px;
}
#navSidebar a,
#navSidebar p,
#navSidebar ul,
#navSidebar ol,
#navSidebar ul li span {
    color: #fff;
    font-size: 14px;
    margin: 0;
}














/*div.form-center.fade-in {
    animation: fade-in 0.2s ease-out;
    -webkit-animation: fade-in 0.2s ease-out;
}*/

.formOpen {
    overflow: hidden;
}

div.form-center {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    cursor: default;
    pointer-events: auto;
    display: none;
    
    /*grid-template-columns: auto;
    align-content: center;
    justify-content: center;*/
}

div.form-center div.dialog {
    height: auto; /*calc(100vh - 80px);*/
    max-height: calc(100vh - 40px);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    min-width: 320px;
    width: auto;
    max-width: 70%;
    background-color: #ffffff;
    z-index: 1000;
    -webkit-user-select: none;
    /* transition: transform 300ms cubic-bezier(0.1, 0.9, 0.2, 1);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.1, 0.9, 0.2, 1); */
    overflow: hidden;
    cursor: default;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    display: none;
    border-radius: 3px;
}

/*@media (max-width: 480px) {*/
@media (max-width: 767px) {
    div.form-center div.dialog {
        /* position: absolute; */
        height: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        opacity: 1;
        display: block;
        /* transform: unset !important; */
    }
}











/**
 * WRAPPER
 */
div.form-center div.dialog div.wrapper div.title {
    background-color: #002262;
    z-index: 300;
    -webkit-user-select: none;
    height: 45px;
    margin: 0;
    top: 0;
    position: relative;
    margin-top: 0px;
    padding: 0;
    overflow: hidden;
    grid-column: 2;
    display: block;
    /* border-bottom: solid 1px #eee; */
    padding: 6px;
}

div.form-center div.dialog div.wrapper div.footer {
    background-color: #002262;
    z-index: 300;
    -webkit-user-select: none;
    height: 50px;
    margin: 0;
    top: 0;
    position: relative;
    margin-top: 0px;
    padding: 0;
    overflow: hidden;
    grid-column: 2;
    display: none;
    border-top: solid 1px #eee;
    padding: 6px 12px;
    text-align: right;
}

div.form-center div.dialog div.wrapper div.title.show h1 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    width: auto;
    height: 32px;
    line-height: 32px;
    padding-left: 6px;
    color: #4e4d4c;
    float: left;
    word-break: break-word;
    width: 86%;
    text-align: left;
}

div.form-center div.dialog div.wrapper div.title.show {
    border-bottom: solid 1px #eee;
}

div.form-center div.dialog div.wrapper div.footer.show {
    border-top: solid 1px #eee;
}

div.form-center div.dialog div.wrapper div.title button {
    height: 32px;
    margin: 0;
    /* padding: 0; */
    min-width: 40px;
    background-color: transparent;
    border: 0;
    color: #002262;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    line-height: 32px;
    opacity: 1;
}

div.form-center div.dialog div.wrapper div.title button:hover {
    background-color: #edebe9;
}

/*
div.form-center div.dialog div.wrapper div.title button {
    height: 40px;
    margin: 0;
    padding: 0;
    min-width: 40px;
    background-color: transparent;
    border: 0;
    color: #3a3a3a;
    cursor: pointer;
    padding: 0 10px;
    font-size: 14px;
}

div.form-center div.dialog div.wrapper div.title button:not(:disabled):hover {
    background-color: #e4e4e4;
}

div.form-center div.dialog div.wrapper div.title button:not(:disabled):active {
    background-color: #e4e4e4 !important;
    color: black;
}
*/


div.form-center div.dialog div.wrapper div.title.bg-white,
div.form-center div.dialog div.wrapper div.footer.bg-white {
    background-color: #ffffff !important;
}

div.form-center div.dialog div.wrapper div.title.bg-white .caption {
    color: #3a3a3a !important;
}

div.form-center div.dialog div.wrapper div.title.bg-white button.close {
    color: #3a3a3a !important;
}


div.form-center div.dialog div.wrapper div.title .caption {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    width: auto;
    height: 32px;
    line-height: 32px;
    /* padding-left: 16px; */
    color: #4e4d4c;
    /* float: left; */
    word-break: break-word;
    /* width: 86%; */
    text-align: center;
}

div.form-center div.dialog div.wrapper div.title button.close {
    height: 32px;
    margin: 0;
    padding: 0;
    min-width: 40px;
    background-color: transparent;
    border: 0;
    color: #002262;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    opacity: 1;
}

div.form-center div.dialog div.wrapper div.title button.close:hover {
    background-color: #edebe9;
}

div.form-center div.dialog div.wrapper div.menu {
        height: 40px;
    display: block;
    box-sizing: unset;
    background: #eee;
    color: #fff;
    grid-template-columns: unset;
    grid-template-rows: unset;
    position: relative;
}


div.form-center div.dialog div.wrapper div.menu button {
    height: 40px;
    margin: 0;
    padding: 0;
    min-width: 40px;
    background-color: transparent;
    border: 0;
    color: #3a3a3a;
    cursor: pointer;
    padding: 0 10px;
    font-size: 14px;
}

div.form-center div.dialog div.wrapper div.menu button:not(:disabled):hover {
    background-color: #e4e4e4;
}

div.form-center div.dialog div.wrapper div.menu button:not(:disabled):active {
    background-color: #e4e4e4 !important;
    color: black;
}

div.form-center div.dialog div.wrapper div.content {
    /*height: calc(100% - 77px); */
    min-height: unset !important;
    /*max-height: -webkit-calc(100vh - 132px);
    max-height: expression(100vh - 132px);
    max-height: -moz-calc(100vh - 132px);
    max-height: -o-calc(100vh - 132px);
    max-height: calc(100vh - 132px);*/
    max-height: 100%;
    
    height: -webkit-calc(100vh - 85px);
    height: expression(100vh - 85px);
    height: -moz-calc(100vh - 85px);
    height: -o-calc(100vh - 85px);
    height: calc(100vh - 85px);
    
    width: auto;
    max-width: 100%;
    display: block;
    box-sizing: unset;
    /*background: #f5f5f5;*/
    color: #3a3a3a;
    grid-template-columns: unset;
    grid-template-rows: unset;
    position: relative;
    overflow-y: auto;
}

@media (max-width: 600px) {
    div.form-center div.dialog div.wrapper div.content {
        max-height: -webkit-calc(100vh - 92px);
        max-height: expression(100vh - 92px);
        max-height: -moz-calc(100vh - 92px);
        max-height: -o-calc(100vh - 92px);
        max-height: calc(100vh - 92px);
    }
}


div.form-center div.dialog div.wrapper .left {
    float: left;
}

div.form-center div.dialog div.wrapper .right {
    float: right;
}

div.form-center div.dialog div.wrapper .separator {
    width: 12px;
    display: block;
    height: 32px;
}




/*
* {
    box-sizing: border-box;
}
*/

div.form-center div.dialog div.wrapper {
    /* height: calc(100vh - 40px); /*90vh; /*auto;*/
    /* width: 95vw; */
    
    height: 100%;
    width: 100%;
}

div.form-center div.dialog div.wrapper div.sub-form div.info {
    background: #f8f8f8;
    color: #363636;
    padding-bottom: 20px;
}

div.form-center div.dialog div.wrapper h3,
div.form-center div.dialog div.wrapper ul {
    margin: 0;
}

div.form-center div.dialog div.wrapper ul li {
    font-size: 14px;
}

div.form-center div.dialog div.wrapper h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: normal;
}

div.form-center div.dialog div.wrapper ul {
    list-style: none;
    padding: 0;
}

div.form-center div.dialog div.wrapper div.sub-form div.info,
div.form-center div.dialog div.wrapper div.sub-form div.content {
    padding: 0; /*2em 2em;*/
    
    max-height: 100%;
    display: block;
    position: relative;
    height: 100%;
}

div.form-center div.dialog div.wrapper div.sub-form div.info {
    display: none;
    padding: 16px;
    grid-row: 1/-1;
}

@media (min-width: 700px) {
    /*div.form-center div.dialog div.wrapper {
        display: grid;
        grid-template-columns: auto;
        height: auto;
        position: relative;
    }*/
    div.form-center div.dialog div.wrapper div.sub-form {
        display: grid;
        grid-template-columns: 1fr 2fr;
        /* grid-template-rows: 36px calc(90vh - 36px); */
        /* grid-template-rows: 36px calc(90vh - 14px); */
        grid-template-rows: 45px min(100% - 95px) auto;
        /* height: auto; */
        max-height: 100%;
        height: 100%;
        position: relative;
    }
    
    div.form-center div.dialog div.wrapper div.sub-form div.info {
        display: block;
    }
}


div.form-center div.dialog div.wrapper .sub-form {
    background: #fff;
    margin-right: -1px;
}

/**
div.form-center div.dialog div.wrapper form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 16px;
}

div.form-center div.dialog div.wrapper form label {
    display: block;
}
div.form-center div.dialog div.wrapper form p {
    margin: 0;
}


div.form-center div.dialog div.wrapper form .w1-2 {
    grid-column: 1 / 2;
}
div.form-center div.dialog div.wrapper form .w1-3 {
    grid-column: 1 / 3;
}
div.form-center div.dialog div.wrapper form .w1-4 {
    grid-column: 1 / 4;
}
div.form-center div.dialog div.wrapper form .w1-5 {
    grid-column: 1 / 5;
}

div.form-center div.dialog div.wrapper form .w2-2 {
    grid-column: 2 / 3;
}
div.form-center div.dialog div.wrapper form .w2-4 {
    grid-column: 2 / 4;
}
div.form-center div.dialog div.wrapper form .w2-5 {
    grid-column: 2 / 5;
}

div.form-center div.dialog div.wrapper form .w3-4 {
    grid-column: 3 / 4;
}
div.form-center div.dialog div.wrapper form .w3-5 {
    grid-column: 3 / 5;
}


@media (max-width: 600px) {
    div.form-center div.dialog div.wrapper form p,
    div.form-center div.dialog div.wrapper form .w1-2,
    div.form-center div.dialog div.wrapper form .w1-3,
    div.form-center div.dialog div.wrapper form .w1-4,
    div.form-center div.dialog div.wrapper form .w1-5,
    div.form-center div.dialog div.wrapper form .w2-2,
    div.form-center div.dialog div.wrapper form .w2-4,
    div.form-center div.dialog div.wrapper form .w2-5,
    div.form-center div.dialog div.wrapper form .w3-4,
    div.form-center div.dialog div.wrapper form .w3-5 {
        grid-column: 1 / 5;
    }
}

div.form-center div.dialog div.wrapper form p label {
    display: inline-block;
    margin-bottom: .5rem;
}

div.form-center div.dialog div.wrapper form p span:before {
    content: "";
    display: block;
}**/
/** END **/



/**
 * PRINT
 */
div.form-center div.dialog div.wrapper-normal div.title {
    background-color: #002262;
    z-index: 300;
    -webkit-user-select: none;
    height: 41px;
    margin: 0;
    top: 0;
    position: relative;
    margin-top: 0px;
    padding: 0;
    overflow: hidden;
    grid-column: 1/-1;
    
    display: grid;
    grid-template-columns: auto auto auto;
    border-bottom: solid 1px #eee;
    padding: 4px;
}

div.form-center div.dialog div.wrapper-normal div.title button {
    height: 32px;
    margin: 0;
    /* padding: 0; */
    min-width: 40px;
    background-color: transparent;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    line-height: 32px;
    opacity: 1;
}

div.form-center div.dialog div.wrapper-normal div.title button:hover {
    background-color: #2c4679;
}

/*
div.form-center div.dialog div.wrapper-normal div.title button {
    height: 40px;
    margin: 0;
    padding: 0;
    min-width: 40px;
    background-color: transparent;
    border: 0;
    color: #3a3a3a;
    cursor: pointer;
    padding: 0 10px;
    font-size: 14px;
}

div.form-center div.dialog div.wrapper-normal div.title button:not(:disabled):hover {
    background-color: #e4e4e4;
}

div.form-center div.dialog div.wrapper-normal div.title button:not(:disabled):active {
    background-color: #e4e4e4 !important;
    color: black;
}
*/


div.form-center div.dialog div.wrapper-normal div.title.bg-white {
    background-color: #ffffff !important;
}

div.form-center div.dialog div.wrapper-normal div.title.bg-white .caption {
    color: #3a3a3a !important;
}

div.form-center div.dialog div.wrapper-normal div.title.bg-white button.close {
    color: #3a3a3a !important;
}


div.form-center div.dialog div.wrapper-normal div.title .caption {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    width: auto;
    height: 32px;
    line-height: 32px;
    /* padding-left: 16px; */
    color: #ffffff;
    /* float: left; */
    word-break: break-word;
    /* width: 86%; */
    text-align: center;
}

div.form-center div.dialog div.wrapper-normal div.title button.close {
    height: 32px;
    margin: 0;
    padding: 0;
    min-width: 40px;
    background-color: transparent;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    opacity: 1;
}

div.form-center div.dialog div.wrapper-normal div.title button.close:hover {
    background-color: #2c4679;
}

div.form-center div.dialog div.wrapper-normal div.menu {
    height: 40px;
    display: block;
    box-sizing: unset;
    background: #eee;
    color: #fff;
    grid-template-columns: unset;
    grid-template-rows: unset;
    position: relative;
}


div.form-center div.dialog div.wrapper-normal div.menu button {
    height: 40px;
    margin: 0;
    padding: 0;
    min-width: 40px;
    background-color: transparent;
    border: 0;
    color: #3a3a3a;
    cursor: pointer;
    padding: 0 10px;
    font-size: 14px;
}

div.form-center div.dialog div.wrapper-normal div.menu button:not(:disabled):hover {
    background-color: #e4e4e4;
}

div.form-center div.dialog div.wrapper-normal div.menu button:not(:disabled):active {
    background-color: #e4e4e4 !important;
    color: black;
}

div.form-center div.dialog div.wrapper-normal div.content {
    /*height: calc(100% - 77px); */
    min-height: unset !important;
    /*max-height: -webkit-calc(100vh - 132px);
    max-height: expression(100vh - 132px);
    max-height: -moz-calc(100vh - 132px);
    max-height: -o-calc(100vh - 132px);
    max-height: calc(100vh - 132px);*/
    max-height: 100%;
    
    height: -webkit-calc(100vh - 85px);
    height: expression(100vh - 85px);
    height: -moz-calc(100vh - 85px);
    height: -o-calc(100vh - 85px);
    height: calc(100vh - 85px);
    
    width: auto;
    max-width: 100%;
    display: block;
    box-sizing: unset;
    /*background: #f5f5f5;*/
    color: #3a3a3a;
    grid-template-columns: unset;
    grid-template-rows: unset;
    position: relative;
    overflow-y: auto;
    
    grid-column: 1/-1;
}

@media (max-width: 600px) {
    div.form-center div.dialog div.wrapper-normal div.content {
        max-height: -webkit-calc(100vh - 92px);
        max-height: expression(100vh - 92px);
        max-height: -moz-calc(100vh - 92px);
        max-height: -o-calc(100vh - 92px);
        max-height: calc(100vh - 92px);
    }
}


div.form-center div.dialog div.wrapper-normal .left {
    float: left;
}

div.form-center div.dialog div.wrapper-normal .right {
    float: right;
}

div.form-center div.dialog div.wrapper-normal .separator {
    width: 12px;
    display: block;
    height: 32px;
}




/*
* {
    box-sizing: border-box;
}
*/

div.form-center div.dialog div.wrapper-normal {
    /* height: calc(100vh - 40px); /*90vh; /*auto;*/
    /* width: 95vw; */
    
    height: 100%;
    width: 100%;
}

div.form-center div.dialog div.wrapper-normal div.sub-form {
    display: grid;
    grid-template-columns: 3fr 1fr;
    /* grid-template-rows: 36px calc(90vh - 36px); */
    /* grid-template-rows: 36px calc(90vh - 14px); */
    grid-template-rows: 40px auto;
    /* height: auto; */
    max-height: 100%;
    height: 100%;
    position: relative;
}

div.form-center div.dialog div.wrapper-normal div.sub-form div.info {
    background: #f8f8f8;
    color: #363636;
    padding-bottom: 20px;
}

div.form-center div.dialog div.wrapper-normal h3,
div.form-center div.dialog div.wrapper-normal ul {
    margin: 0;
}

div.form-center div.dialog div.wrapper-normal ul li {
    font-size: 13px;
}

div.form-center div.dialog div.wrapper-normal h3 {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: normal;
}

div.form-center div.dialog div.wrapper-normal ul {
    list-style: none;
    padding: 0;
}

div.form-center div.dialog div.wrapper-normal div.sub-form div.info,
div.form-center div.dialog div.wrapper-normal div.sub-form div.content {
    padding: 0; /*2em 2em;*/
    
    max-height: 100%;
    display: block;
    position: relative;
    height: 100%;
}

div.form-center div.dialog div.wrapper-normal div.sub-form div.info {
    display: none;
    padding: 16px;
}

@media (min-width: 700px) {
    /*div.form-center div.dialog div.wrapper-normal {
        display: grid;
        grid-template-columns: auto;
        height: auto;
        position: relative;
    }*/
    /*div.form-center div.dialog div.wrapper-normal div.sub-form {
        display: grid;
        grid-template-columns: 3fr 1fr;
        /* grid-template-rows: 36px calc(90vh - 36px); */
        /* grid-template-rows: 36px calc(90vh - 14px); */
    /*    grid-template-rows: 40px auto;
        /* height: auto; */
    /*    max-height: 100%;
        height: 100%;
        position: relative;
    }*/
    
    /*div.form-center div.dialog div.wrapper-normal div.sub-form div.info {
        display: block;
    }*/
}


div.form-center div.dialog div.wrapper-normal .sub-form {
    background: #fff;
    margin-right: -1px;
}

/**
div.form-center div.dialog div.wrapper-normal form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 16px;
}

div.form-center div.dialog div.wrapper-normal form label {
    display: block;
}
div.form-center div.dialog div.wrapper-normal form p {
    margin: 0;
}


div.form-center div.dialog div.wrapper-normal form .w1-2 {
    grid-column: 1 / 2;
}
div.form-center div.dialog div.wrapper-normal form .w1-3 {
    grid-column: 1 / 3;
}
div.form-center div.dialog div.wrapper-normal form .w1-4 {
    grid-column: 1 / 4;
}
div.form-center div.dialog div.wrapper-normal form .w1-5 {
    grid-column: 1 / 5;
}

div.form-center div.dialog div.wrapper-normal form .w2-2 {
    grid-column: 2 / 3;
}
div.form-center div.dialog div.wrapper-normal form .w2-4 {
    grid-column: 2 / 4;
}
div.form-center div.dialog div.wrapper-normal form .w2-5 {
    grid-column: 2 / 5;
}

div.form-center div.dialog div.wrapper-normal form .w3-4 {
    grid-column: 3 / 4;
}
div.form-center div.dialog div.wrapper-normal form .w3-5 {
    grid-column: 3 / 5;
}


@media (max-width: 600px) {
    div.form-center div.dialog div.wrapper-normal form p,
    div.form-center div.dialog div.wrapper-normal form .w1-2,
    div.form-center div.dialog div.wrapper-normal form .w1-3,
    div.form-center div.dialog div.wrapper-normal form .w1-4,
    div.form-center div.dialog div.wrapper-normal form .w1-5,
    div.form-center div.dialog div.wrapper-normal form .w2-2,
    div.form-center div.dialog div.wrapper-normal form .w2-4,
    div.form-center div.dialog div.wrapper-normal form .w2-5,
    div.form-center div.dialog div.wrapper-normal form .w3-4,
    div.form-center div.dialog div.wrapper-normal form .w3-5 {
        grid-column: 1 / 5;
    }
}

div.form-center div.dialog div.wrapper-normal form p label {
    display: inline-block;
    margin-bottom: .5rem;
}

div.form-center div.dialog div.wrapper-normal form p span:before {
    content: "";
    display: block;
}**/
/** END PRINT **/



/**
 * PRINT
 */
div.form-center div.dialog div.wrapper-print div.title {
    /* background-color: #002262; */
    background-color: #fff;
    z-index: 300;
    -webkit-user-select: none;
    height: 45px;
    margin: 0;
    top: 0;
    position: relative;
    margin-top: 0px;
    padding: 0;
    overflow: hidden;
    grid-column: 1/-1;
    
    display: grid;
    grid-template-columns: auto auto auto;
    border-bottom: solid 1px #eee;
    padding: 6px;
}

div.form-center div.dialog div.wrapper-print div.title button {
    height: 32px;
    margin: 0;
    /* padding: 0; */
    min-width: 40px;
    background-color: transparent;
    border: 0;
    color: #002262;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    line-height: 32px;
    opacity: 1;
}

div.form-center div.dialog div.wrapper-print div.title button:hover {
    background-color: #edebe9;
}

/*
div.form-center div.dialog div.wrapper-print div.title button {
    height: 40px;
    margin: 0;
    padding: 0;
    min-width: 40px;
    background-color: transparent;
    border: 0;
    color: #3a3a3a;
    cursor: pointer;
    padding: 0 10px;
    font-size: 14px;
}

div.form-center div.dialog div.wrapper-print div.title button:not(:disabled):hover {
    background-color: #e4e4e4;
}

div.form-center div.dialog div.wrapper-print div.title button:not(:disabled):active {
    background-color: #e4e4e4 !important;
    color: black;
}
*/


div.form-center div.dialog div.wrapper-print div.title.bg-white {
    background-color: #ffffff !important;
}

div.form-center div.dialog div.wrapper-print div.title.bg-white .caption {
    color: #3a3a3a !important;
}

div.form-center div.dialog div.wrapper-print div.title.bg-white button.close {
    color: #3a3a3a !important;
}


div.form-center div.dialog div.wrapper-print div.title .caption {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    width: auto;
    height: 32px;
    line-height: 32px;
    /* padding-left: 16px; */
    color: #4e4d4c;
    /* float: left; */
    word-break: break-word;
    /* width: 86%; */
    text-align: center;
}

div.form-center div.dialog div.wrapper-print div.title button.close {
    height: 32px;
    margin: 0;
    padding: 0;
    min-width: 40px;
    background-color: transparent;
    border: 0;
    color: #002262;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    opacity: 1;
}

div.form-center div.dialog div.wrapper-print div.title button.close:hover {
    background-color: #edebe9;
}

div.form-center div.dialog div.wrapper-print div.menu {
        height: 40px;
    display: block;
    box-sizing: unset;
    background: #eee;
    color: #fff;
    grid-template-columns: unset;
    grid-template-rows: unset;
    position: relative;
}


div.form-center div.dialog div.wrapper-print div.menu button {
    height: 40px;
    margin: 0;
    padding: 0;
    min-width: 40px;
    background-color: transparent;
    border: 0;
    color: #3a3a3a;
    cursor: pointer;
    padding: 0 10px;
    font-size: 14px;
}

div.form-center div.dialog div.wrapper-print div.menu button:not(:disabled):hover {
    background-color: #e4e4e4;
}

div.form-center div.dialog div.wrapper-print div.menu button:not(:disabled):active {
    background-color: #e4e4e4 !important;
    color: black;
}

div.form-center div.dialog div.wrapper-print div.content {
    /*height: calc(100% - 77px); */
    min-height: unset !important;
    /*max-height: -webkit-calc(100vh - 132px);
    max-height: expression(100vh - 132px);
    max-height: -moz-calc(100vh - 132px);
    max-height: -o-calc(100vh - 132px);
    max-height: calc(100vh - 132px);*/
    max-height: 100%;
    
    height: -webkit-calc(100vh - 85px);
    height: expression(100vh - 85px);
    height: -moz-calc(100vh - 85px);
    height: -o-calc(100vh - 85px);
    height: calc(100vh - 85px);
    
    width: auto;
    max-width: 100%;
    display: block;
    box-sizing: unset;
    /*background: #f5f5f5;*/
    color: #3a3a3a;
    grid-template-columns: unset;
    grid-template-rows: unset;
    position: relative;
    overflow-y: auto;
}

@media (max-width: 600px) {
    div.form-center div.dialog div.wrapper-print div.content {
        max-height: -webkit-calc(100vh - 92px);
        max-height: expression(100vh - 92px);
        max-height: -moz-calc(100vh - 92px);
        max-height: -o-calc(100vh - 92px);
        max-height: calc(100vh - 92px);
    }
}


div.form-center div.dialog div.wrapper-print .left {
    float: left;
}

div.form-center div.dialog div.wrapper-print .right {
    float: right;
}

div.form-center div.dialog div.wrapper-print .separator {
    width: 12px;
    display: block;
    height: 32px;
}




/*
* {
    box-sizing: border-box;
}
*/

div.form-center div.dialog div.wrapper-print {
    /* height: calc(100vh - 40px); /*90vh; /*auto;*/
    /* width: 95vw; */
    
    height: 100%;
    width: 100%;
}

div.form-center div.dialog div.wrapper-print div.sub-form div.info {
    background: #f8f8f8;
    color: #363636;
    padding-bottom: 20px;
}

div.form-center div.dialog div.wrapper-print h3,
div.form-center div.dialog div.wrapper-print ul {
    margin: 0;
}

div.form-center div.dialog div.wrapper-print ul li {
    font-size: 13px;
}

div.form-center div.dialog div.wrapper-print h3 {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: normal;
}

div.form-center div.dialog div.wrapper-print ul {
    list-style: none;
    padding: 0;
}

div.form-center div.dialog div.wrapper-print div.sub-form div.info,
div.form-center div.dialog div.wrapper-print div.sub-form div.content {
    padding: 0; /*2em 2em;*/
    
    max-height: 100%;
    display: block;
    position: relative;
    height: 100%;
}

div.form-center div.dialog div.wrapper-print div.sub-form div.info {
    display: none;
    padding: 16px;
}

@media (min-width: 700px) {
    /*div.form-center div.dialog div.wrapper-print {
        display: grid;
        grid-template-columns: auto;
        height: auto;
        position: relative;
    }*/
    div.form-center div.dialog div.wrapper-print div.sub-form {
        display: grid;
        grid-template-columns: 3fr 1fr;
        /* grid-template-rows: 36px calc(90vh - 36px); */
        /* grid-template-rows: 36px calc(90vh - 14px); */
        grid-template-rows: 45px auto;
        /* height: auto; */
        max-height: 100%;
        height: 100%;
        position: relative;
    }
    
    div.form-center div.dialog div.wrapper-print div.sub-form div.info {
        display: block;
    }
}


div.form-center div.dialog div.wrapper-print .sub-form {
    background: #fff;
    margin-right: -1px;
}

/**
div.form-center div.dialog div.wrapper-print form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 16px;
}

div.form-center div.dialog div.wrapper-print form label {
    display: block;
}
div.form-center div.dialog div.wrapper-print form p {
    margin: 0;
}


div.form-center div.dialog div.wrapper-print form .w1-2 {
    grid-column: 1 / 2;
}
div.form-center div.dialog div.wrapper-print form .w1-3 {
    grid-column: 1 / 3;
}
div.form-center div.dialog div.wrapper-print form .w1-4 {
    grid-column: 1 / 4;
}
div.form-center div.dialog div.wrapper-print form .w1-5 {
    grid-column: 1 / 5;
}

div.form-center div.dialog div.wrapper-print form .w2-2 {
    grid-column: 2 / 3;
}
div.form-center div.dialog div.wrapper-print form .w2-4 {
    grid-column: 2 / 4;
}
div.form-center div.dialog div.wrapper-print form .w2-5 {
    grid-column: 2 / 5;
}

div.form-center div.dialog div.wrapper-print form .w3-4 {
    grid-column: 3 / 4;
}
div.form-center div.dialog div.wrapper-print form .w3-5 {
    grid-column: 3 / 5;
}


@media (max-width: 600px) {
    div.form-center div.dialog div.wrapper-print form p,
    div.form-center div.dialog div.wrapper-print form .w1-2,
    div.form-center div.dialog div.wrapper-print form .w1-3,
    div.form-center div.dialog div.wrapper-print form .w1-4,
    div.form-center div.dialog div.wrapper-print form .w1-5,
    div.form-center div.dialog div.wrapper-print form .w2-2,
    div.form-center div.dialog div.wrapper-print form .w2-4,
    div.form-center div.dialog div.wrapper-print form .w2-5,
    div.form-center div.dialog div.wrapper-print form .w3-4,
    div.form-center div.dialog div.wrapper-print form .w3-5 {
        grid-column: 1 / 5;
    }
}

div.form-center div.dialog div.wrapper-print form p label {
    display: inline-block;
    margin-bottom: .5rem;
}

div.form-center div.dialog div.wrapper-print form p span:before {
    content: "";
    display: block;
}**/
/** END PRINT **/




/**
 * MESSAGEBOX
 */
div.form-center div.dialog div.wrapper-messagebox div.title {
    /* background-color: #002262; */
    background-color: #fff;
    z-index: 300;
    -webkit-user-select: none;
    height: 45px;
    margin: 0;
    top: 0;
    position: relative;
    margin-top: 0px;
    padding: 0;
    overflow: hidden;
    grid-column: 1/-1;
    
    display: grid;
    grid-template-columns: auto 40px;
    /* border-bottom: solid 1px #eee; */
    padding: 6px;
}

div.form-center div.dialog div.wrapper-messagebox div.title button {
    height: 32px;
    margin: 0;
    /* padding: 0; */
    min-width: 40px;
    background-color: transparent;
    border: 0;
    color: #002262;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    line-height: 32px;
    opacity: 1;
}

div.form-center div.dialog div.wrapper-messagebox div.title button:hover {
    background-color: #edebe9;
}

/*
div.form-center div.dialog div.wrapper-messagebox div.title button {
    height: 40px;
    margin: 0;
    padding: 0;
    min-width: 40px;
    background-color: transparent;
    border: 0;
    color: #3a3a3a;
    cursor: pointer;
    padding: 0 10px;
    font-size: 14px;
}

div.form-center div.dialog div.wrapper-messagebox div.title button:not(:disabled):hover {
    background-color: #e4e4e4;
}

div.form-center div.dialog div.wrapper-messagebox div.title button:not(:disabled):active {
    background-color: #e4e4e4 !important;
    color: black;
}
*/


div.form-center div.dialog div.wrapper-messagebox div.title.bg-white {
    background-color: #ffffff !important;
}

div.form-center div.dialog div.wrapper-messagebox div.title.bg-white .caption {
    color: #3a3a3a !important;
}

div.form-center div.dialog div.wrapper-messagebox div.title.bg-white button.close {
    color: #3a3a3a !important;
}


div.form-center div.dialog div.wrapper-messagebox div.title .caption {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    width: auto;
    height: 32px;
    line-height: 32px;
    /* padding-left: 16px; */
    color: #4e4d4c;
    /* float: left; */
    word-break: break-word;
    /* width: 86%; */
    text-align: left;
    padding-left: 14px;
}

div.form-center div.dialog div.wrapper-messagebox div.title button.close {
    height: 32px;
    margin: 0;
    padding: 0;
    min-width: 40px;
    background-color: transparent;
    border: 0;
    color: #002262;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    opacity: 1;
}

div.form-center div.dialog div.wrapper-messagebox div.title button.close:hover {
    background-color: #edebe9;
}

div.form-center div.dialog div.wrapper-messagebox div.menu {
        height: 40px;
    display: block;
    box-sizing: unset;
    background: #eee;
    color: #fff;
    grid-template-columns: unset;
    grid-template-rows: unset;
    position: relative;
}


div.form-center div.dialog div.wrapper-messagebox div.menu button {
    height: 40px;
    margin: 0;
    padding: 0;
    min-width: 40px;
    background-color: transparent;
    border: 0;
    color: #3a3a3a;
    cursor: pointer;
    padding: 0 10px;
    font-size: 14px;
}

div.form-center div.dialog div.wrapper-messagebox div.menu button:not(:disabled):hover {
    background-color: #e4e4e4;
}

div.form-center div.dialog div.wrapper-messagebox div.menu button:not(:disabled):active {
    background-color: #e4e4e4 !important;
    color: black;
}

div.form-center div.dialog div.wrapper-messagebox div.content {
    /*height: calc(100% - 77px); */
    min-height: unset !important;
    /*max-height: -webkit-calc(100vh - 132px);
    max-height: expression(100vh - 132px);
    max-height: -moz-calc(100vh - 132px);
    max-height: -o-calc(100vh - 132px);
    max-height: calc(100vh - 132px);*/
    max-height: 100%;
    
    height: -webkit-calc(100vh - 85px);
    height: expression(100vh - 85px);
    height: -moz-calc(100vh - 85px);
    height: -o-calc(100vh - 85px);
    height: calc(100vh - 85px);
    
    width: auto;
    max-width: 100%;
    display: block;
    box-sizing: unset;
    /*background: #f5f5f5;*/
    color: #3a3a3a;
    grid-template-columns: unset;
    grid-template-rows: unset;
    position: relative;
    overflow-y: auto;
}

@media (max-width: 600px) {
    div.form-center div.dialog div.wrapper-messagebox div.content {
        max-height: -webkit-calc(100vh - 92px);
        max-height: expression(100vh - 92px);
        max-height: -moz-calc(100vh - 92px);
        max-height: -o-calc(100vh - 92px);
        max-height: calc(100vh - 92px);
    }
}


div.form-center div.dialog div.wrapper-messagebox .left {
    float: left;
}

div.form-center div.dialog div.wrapper-messagebox .right {
    float: right;
}

div.form-center div.dialog div.wrapper-messagebox .separator {
    width: 12px;
    display: block;
    height: 32px;
}




/*
* {
    box-sizing: border-box;
}
*/

div.form-center div.dialog div.wrapper-messagebox {
    /* height: calc(100vh - 40px); /*90vh; /*auto;*/
    /* width: 95vw; */
    
    height: 100%;
    width: 100%;
}

div.form-center div.dialog div.wrapper-messagebox div.sub-form div.info {
    background: #f8f8f8;
    color: #363636;
    padding-bottom: 20px;
}

div.form-center div.dialog div.wrapper-messagebox h3,
div.form-center div.dialog div.wrapper-messagebox ul {
    margin: 0;
}

div.form-center div.dialog div.wrapper-messagebox ul li {
    font-size: 13px;
}

div.form-center div.dialog div.wrapper-messagebox h3 {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: normal;
}

div.form-center div.dialog div.wrapper-messagebox ul {
    list-style: none;
    padding: 0;
}

div.form-center div.dialog div.wrapper-messagebox div.sub-form div.info,
div.form-center div.dialog div.wrapper-messagebox div.sub-form div.content {
    padding: 0; /*2em 2em;*/
    
    max-height: 100%;
    display: block;
    position: relative;
    height: 100%;
}

div.form-center div.dialog div.wrapper-messagebox div.sub-form div.info {
    display: none;
    padding: 16px;
}

@media (min-width: 700px) {
    /*div.form-center div.dialog div.wrapper-messagebox {
        display: grid;
        grid-template-columns: auto;
        height: auto;
        position: relative;
    }*/
    div.form-center div.dialog div.wrapper-messagebox div.sub-form {
        display: grid;
        grid-template-columns: auto;
        /* grid-template-rows: 36px calc(90vh - 36px); */
        /* grid-template-rows: 36px calc(90vh - 14px); */
        grid-template-rows: 45px auto;
        /* height: auto; */
        max-height: 100%;
        height: 100%;
        position: relative;
    }
    
    div.form-center div.dialog div.wrapper-messagebox div.sub-form div.info {
        display: block;
    }
}


div.form-center div.dialog div.wrapper-messagebox .sub-form {
    background: #fff;
    margin-right: -1px;
}

/**
div.form-center div.dialog div.wrapper-messagebox form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 16px;
}

div.form-center div.dialog div.wrapper-messagebox form label {
    display: block;
}
div.form-center div.dialog div.wrapper-messagebox form p {
    margin: 0;
}


div.form-center div.dialog div.wrapper-messagebox form .w1-2 {
    grid-column: 1 / 2;
}
div.form-center div.dialog div.wrapper-messagebox form .w1-3 {
    grid-column: 1 / 3;
}
div.form-center div.dialog div.wrapper-messagebox form .w1-4 {
    grid-column: 1 / 4;
}
div.form-center div.dialog div.wrapper-messagebox form .w1-5 {
    grid-column: 1 / 5;
}

div.form-center div.dialog div.wrapper-messagebox form .w2-2 {
    grid-column: 2 / 3;
}
div.form-center div.dialog div.wrapper-messagebox form .w2-4 {
    grid-column: 2 / 4;
}
div.form-center div.dialog div.wrapper-messagebox form .w2-5 {
    grid-column: 2 / 5;
}

div.form-center div.dialog div.wrapper-messagebox form .w3-4 {
    grid-column: 3 / 4;
}
div.form-center div.dialog div.wrapper-messagebox form .w3-5 {
    grid-column: 3 / 5;
}


@media (max-width: 600px) {
    div.form-center div.dialog div.wrapper-messagebox form p,
    div.form-center div.dialog div.wrapper-messagebox form .w1-2,
    div.form-center div.dialog div.wrapper-messagebox form .w1-3,
    div.form-center div.dialog div.wrapper-messagebox form .w1-4,
    div.form-center div.dialog div.wrapper-messagebox form .w1-5,
    div.form-center div.dialog div.wrapper-messagebox form .w2-2,
    div.form-center div.dialog div.wrapper-messagebox form .w2-4,
    div.form-center div.dialog div.wrapper-messagebox form .w2-5,
    div.form-center div.dialog div.wrapper-messagebox form .w3-4,
    div.form-center div.dialog div.wrapper-messagebox form .w3-5 {
        grid-column: 1 / 5;
    }
}

div.form-center div.dialog div.wrapper-messagebox form p label {
    display: inline-block;
    margin-bottom: .5rem;
}

div.form-center div.dialog div.wrapper-messagebox form p span:before {
    content: "";
    display: block;
}**/
/** END MESSAGEBOX **/















/*
div.content form {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px;
    padding: 8px 22px 22px 22px;
}

div.content form p {
    margin: 0;
}
div.content form p label {
    margin-bottom: 4px;
    display: block;
    font-size: 14px;
}
*/

.padding-14 {
    padding: 14px;
    display: inline-block;
    width: 100%;
}

.w1-2 {
    grid-column: 1 / 2;
}
.w1-3 {
    grid-column: 1 / 3;
}
.w1-4 {
    grid-column: 1 / 4;
}
.w1-5 {
    grid-column: 1 / 5;
}

.w2-2 {
    grid-column: 2 / 3;
}
.w2-4 {
    grid-column: 2 / 4;
}
.w2-5 {
    grid-column: 2 / 5;
}

.w3-4 {
    grid-column: 3 / 4;
}
.w3-5 {
    grid-column: 3 / 5;
}


@media (max-width: 600px) {
    p,
    .w1-2,
    .w1-3,
    .w1-4,
    .w1-5,
    .w2-2,
    .w2-4,
    .w2-5,
    .w3-4,
    .w3-5 {
        grid-column: 1 / 5;
    }
}






.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: solid 1px transparent;
    
    /* display: block; */
    overflow-y: hidden;
    overflow-x: auto;
    /* position: relative; */
    white-space: nowrap;
    max-height: 100%;
    max-width: 100%;
    height: 30px;
    
    /*white-space: nowrap;*/
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    
    /*margin-bottom: -1px !important;
    display: flex;
    width: 100%;*/
    
    width: 100%;
    display: block;
    
    background: #f0f0f0;
    margin-bottom: -1px !important;
}

.tabs::-webkit-scrollbar {
    display: none;
}

.tabs li.current {
    background: #ffffff;
    color: #2c2c2c;
    /* border-top: solid 2px #2c2c2c; */
    border: solid 1px #e1e1e1;
    border-top: solid 2px #002262;
    border-bottom: solid 1px #fff;
}
.tabs li {
    /* display: inline-block; */
    display: inline-flex;
    margin: 0;
    padding: 0 10px 0 10px;
    cursor: default;
    font-size: 14px;
    color: #2c2c2c;
    /* border: solid 1px #e1e1e1; */
    border: solid 1px transparent;
    /* border-bottom: 0; */
    height: 30px;
    line-height: 30px;
    margin-bottom: -1px;
    border-top: solid 2px transparent;
}

.tabs li:hover {
    background-color: #fbfbfb;
    border-top: solid 2px #002262;
}

.tab-content.current {
    display: block;
}
.tab-content {
    display: none;
    background: #ffffff;
    padding: 6px;
    line-height: 1.4;
    border: solid 1px #f0f0f0;
    border-top: 0;
    /* margin-top: -1px; */
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: auto;
}






div.form-center input:focus,
div.form-center textarea:focus {
    /*outline: 3px solid gold;*/
    outline: 0;
    border-color: grey;
}

div.form-center input,
div.form-center textarea,
div.form-center button {
    /* width: -webkit-calc(100% - 32px);
    width: expression(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: -o-calc(100% - 32px);
    width: calc(100% - 32px); */
    border: 1px solid #d3d3d3;
}

div.form-center button,
div.form-center input,
div.form-center textarea {
    padding: 0 12px;
    height: 32px;
    font-size: 14px;
    margin-right: 8px;
}

div.form-center input[type=radio] {
    /*margin-left: 8px;
    margin-right: 4px;*/
}

div.form-center input,
div.form-center textarea {
    /* width: 100%; */
    width: auto;
    max-width: 100%;
}

div.form-center button:last-child,
div.form-center input:last-child,
div.form-center textarea:last-child {
    margin-right: 0;
}

div.form-center button {
    background: #cccccc;
    width: auto;
    border: 0;
}
div.form-center button:not(:disabled) {
    cursor: pointer;
}

div.form-center button:not(:disabled):hover,
div.form-center button:not(:disabled):focus {
    background-color: #d9d9d9;
    outline: 0;
    cursor: pointer;
}

div.form-center button[disabled] {
    cursor: default;
    opacity: 0.7 !important;
}


div.form-center button.primary {
    background-color: #002262;
    color: #fff;
}

div.form-center button.primary:not(:disabled):hover,
div.form-center button.primary:not(:disabled):focus {
    background-color: #06274c;
    color: #fff;
}

div.form-center button.danger {
    background: #ab3232;
    color: #fff;
}

div.form-center button.danger:not(:disabled):hover,
div.form-center button.danger:not(:disabled):focus {
    background-color: #902626;
    color: #fff;
}





div.form-center div.panel {
    height: calc(100vh - 50px);
    /* margin: auto; */
    width: 320px;
    background-color: #ffffff;
    z-index: 1000;
    -webkit-user-select: none;
    /* transition: transform 300ms cubic-bezier(0.1, 0.9, 0.2, 1);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.1, 0.9, 0.2, 1); */
    overflow: hidden;
    cursor: default;
    /* margin-left: auto; */
    /* margin-right: auto; */
    -webkit-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.4);
    box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.4);
    display: none;
    right: 0;
    margin-left: auto;
}

div.form-center div.panel.popup {
    position: fixed;
    top: 50px;
    width: 320px;
    height: 380px;
    margin-right: 50px;
    /* border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee; */
    /*
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
    */
    
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 13%) 0px 6.4px 14.4px 0px, rgb(0 0 0 / 11%) 0px 1.2px 3.6px 0px;
    outline: transparent;
}

div.form-center div.panel.popup .close_sub-button {
    display: none;
}

div.form-center div.panel div.subframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 480px) {
    div.form-center div.panel {
        height: 100%;
        max-height: 100%;
        position: absolute;
    }
}

div.form-center div.panel.popup div.title {
    border-bottom: solid 1px #eee;
}

div.form-center div.panel div.title {
    /* height: 40px;
    width: calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    position: absolute;
    font-size: 20px;
    margin: 12px 12px 6px 12px; */
    
    height: 36px;
    width: calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    position: absolute;
    font-size: 18px;
    margin: 12px 12px 6px 12px;
}

div.form-center div.panel div.title button.close_sub-button {
    /* height: 32px; */
    height: auto;
    /* width: 32px; */
    width: auto;
    /* min-width: 32px; */
    background: #fff;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    margin-right: 6px;
}

/*div.form-center div.panel div.title button {
    float: left;
    color: white;
    cursor: pointer;
    display: block;
    font-weight: 400;
    font-size: 14px;
    height: 50px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    min-width: 50px;
    width: 50px;
    background-color: transparent;
}*/

div.form-center div.panel div.content {
    top: 58px;
    position: absolute;
    width: calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    margin: 0 12px 0 12px;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 64px);
    height: -moz-calc(100% - 64px);
    height: -webkit-calc(100% - 64px);
}

/* * { */
div.form-center div.panel span {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 18px;
    font-family: "Segoe UI", "Selawik Light";
    font-weight: 100;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}






div.title button:not(.close) i {
    display: block;
    margin-right: 5px;
    position: relative;
    height: 100%;
    line-height: 32px;
    float: left;
}





div.tooltip-toggle {
    height: 172px;
    width: 260px;
    background-color: #ffffff;
    z-index: 999999;
    -webkit-user-select: none;
    /* transition: transform 300ms cubic-bezier(0.1, 0.9, 0.2, 1);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.1, 0.9, 0.2, 1); */
    /* display: none; */
    overflow: hidden;
    cursor: default;
    /* margin-left: auto; */
    /* margin-right: auto; */
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
    /* border-radius: 5px; */
    /* max-width: 100%; */
    display: none;
    position: absolute;
    top: 115px;
    left: 200px;
    
    padding: 10px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.beak-118 {
    position: absolute;
    background-color: #ffffff;
    box-shadow: inherit;
    box-sizing: border-box;
    transform: rotate(45deg);
    height: 16px;
    width: 16px;
    border: inherit;
    bottom: -8px;
    left: calc(50% - 16px);
}*/













/*
main .header {
    padding: 15px 15px 0;
    border: 0;
}

main .title {
    
}

main .category {
    text-transform: capitalize;
    font-weight: 400;
    color: #686868;
    font-size: 0.7142em;
}

main .category p {
    margin-top: 0;
    margin-bottom: 1rem;
}
*/









.tab-list{
    position:relative;
    /* padding-bottom:48px */
}
.tab-list.tab-list--show-more-visible{
    padding-bottom:0
}
.tab-list hr{
    border:1px solid #e1dfdd;
    border-bottom:none
}
.tab-list-header--flex{
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    padding: 16px 0 2px 0;
    border-bottom: solid 1px #eee;
}
.tab-list-header--buttons{
    height:40px
}
.list-header.tab-list-header--tiles{
    margin-bottom:24px
}
.tab-wrapper{
    -webkit-flex-grow:1;
    flex-grow:1
}
@media (min-width:1024px){
    .tab-list__height-restrictor{
        height:244px
    }
}
@media (min-width:1024px){
    .tab-list__height-restrictor.height-restrictor--two-items{
        height:187px
    }
}
@media (min-width:1024px){
    .tab-list__height-restrictor.height-restrictor--one-item{
        height:130px
    }
}
.tab-list-header__right{
    -webkit-flex-shrink:0;
    flex-shrink:0
}
.tab-list-header__right--float{
    float:right
}
.tab-list-header__timestamp{
    display:inline-block;
    color:#605e5c;
    font-size:12px;
    margin-right:12px
}
.tab-list-header__spacer{
    margin-left:24px
}
@media (max-width:1023px){
    .tab-list-header__spacer{
        margin-left:4px
    }
}
.tab-list-footer__middle{
    position:absolute;
    bottom:0;
    height:48px;
    line-height:48px;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
}
@media (max-width:1023px){
    .tab-list-footer__middle{
        display:none
    }
}
.tab-list-header__custom-button{
    display:inline-block
}
.tile-toggle__icon{
    margin-bottom:4px
}
.tile-toggle__icon--centered{
    margin-left:1px
}
.list-view-header{
    padding:0 12px;
    height:32px;
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    text-align:right;
    color:#605e5c
}
.list-view-header__icon{
    display:block;
    min-width:32px;
    text-align:center
}
.default-state--middle{
    text-align:center
}
.default-state--middle--padded{
    padding-top:20px
}
.default-state--middle--min-height{
    min-height:362px
}
.default-state__text{
    margin-top:9px
}
.default-state__text.default-state__text--left{
    margin-top:0
}
.default-state__text--middle{
    margin-left:auto;
    margin-right:auto;
    width:50%
}
@media (max-width:479px){
    .default-state__text--middle{
        width:80%
    }
}
.default-state__text--left{
    width:70%
}
@media (max-width:1023px){
    .default-state__text--left{
        margin-left:auto;
        margin-right:auto;
        width:50%
    }
}
@media (max-width:479px){
    .default-state__text--left{
        width:80%
    }
}
.default-state--left{
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    position:relative;
    top:20%
}
@media (max-width:1023px){
    .default-state--left{
        display:inherit;
        text-align:center
    }
}
.default-state__image--left{
    margin-right:15px;
    -webkit-align-items:center;
    align-items:center;
    min-width:96px
}
@media (max-width:1023px){
    .default-state__image--left{
        margin-right:0;
        margin-top:24px
    }
}
.default-state__title{
    font-size:20px;
    color:#605e5c;
    line-height:28px;
    font-family:SegoeUI,Helvetica,Arial,sans-serif
}
.default-state__subtitle{
    font-family:SegoeUI,Helvetica,Arial,sans-serif;
    font-size:14px;
    line-height:1.43;
    margin-top:4px;
    color:#252423
}
.tab-spinner-container{
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
    height:362px
}
#tiles-list-menu-dropdown-wrapper .ms-Callout{
    width:180px
}
#tiles-list-menu-dropdown .menu-item{
    padding:0
}
.tiles-list-menu-item{
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center
}
.tiles-list-menu-item__text{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    width:96px;
    margin:0 6px;
    vertical-align:middle
}
.tiles-list-toggle__down-icon{
    margin-left:4px;
    vertical-align:2px
}
.tiles-list-checkmark__icon-wrapper{
    display:-webkit-flex;
    display:flex
}
.tiles-list-checkmark__icon{
    color:#135995;
    width:40px;
    text-align:center
}
.tiles-list-menu-item__icon{
    width:32px;
    text-align:center;
    padding:4px 0
}
.list-header.tiles-list-menu-header{
    margin-bottom:10px;
    min-height:40px
}
.tiles-list-menu-item__spacer{
    margin-left:40px
}




.dialog.disabled .sub-form .title,
.dialog.disabled .sub-form .content {
    opacity: 0.7;
    cursor: default;
    pointer-events: none;
}






.error {
    border-color: red !important;
}

.spinner-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin:-25px 0 0 -25px;
    -webkit-animation:spin 1.2s linear infinite;
    -moz-animation:spin 1.2s linear infinite;
    animation:spin 1.2s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }







input[type=text],
input[type=date],
input[type=password],
input[type=number] {
    font-size: 14px;
    padding: 5px;
    margin-right: 10px;
    height:30px;
    border: solid 1px #ddd;
}

input[type=text]:focus,
input[type=date]:focus,
input[type=password]:focus,
input[type=number]:focus {
    border: solid 1px #c5c5c5;
}

input[type="date"] {
    background:#fff url(/assets/img/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}
input[type="date"]::-webkit-inner-spin-button {
    display: none;
}
input[type="date"]::-webkit-clear-button {
    display: none;
}
input[type=date]::-webkit-inner-spin-button, 
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
    
    /* display: none; */
    -webkit-appearance: none;
}

.selector {
    margin-right: 10px;
}

select{
   -webkit-appearance: none;  /* Remove estilo padrão do Chrome */
   -moz-appearance: none; /* Remove estilo padrão do FireFox */
   appearance: none; /* Remove estilo padrão do FireFox*/
   background: url(/assets/img/ico-seta-appearance.png) no-repeat #ddd;  /* Imagem de fundo (Seta) */
   background-position: right;  /* 168px center;  /*Posição da imagem do background*/
   width: 200px; /* Tamanho do select, maior que o tamanho da div "div-select" */
   height:30px; /* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
   border:1px solid #ddd;
   
   font-size: 14px;
   color: #444;
    background-color: #fff;
    padding-left: 5px;
    margin-right: 10px;
    
    max-width: 100%;
    padding-right: 36px;
    
    white-space: nowrap;
    text-overflow: ellipsis;
}

main .sub-bar button {
    /*height: 44px;*/
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    min-width: 44px;
    /* width: 44px; */
    background-color: transparent;
    border: 0;
    cursor: pointer;
    
    /* position: absolute; */
    /*padding: 8px;*/
    white-space: nowrap;
    
    font-size: 14px;
    color: #002262;
    
    /* height: 76% !important;
    top: 12%; */
    /*background: #002262;
    color: #fff;
    margin-left: 10px;*/
    
    border:1px solid #ddd;
    margin-right: 10px;
    height:30px;
    
    padding-left: 8px;
    padding-right: 8px;
}

main .sub-bar button:not(:disabled):hover {
    background-color: #e4e4e4;
}





.loadingSpinner {
    /*visibility: hidden;
    opacity: 0;
    position: fixed;*/
    height: 50px;
    width: 50px;
    left: calc(50vw - 25px);
    top: calc(50vh + 150px);
    transform-origin: 25px 25px 25px;
    transition: 0.5s;
    /* animation: spinnerAnimation 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67); */
    
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }








































/*
input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
input[type=checkbox] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background: white;
  border: 1px solid #999;
}
input[type=checkbox]:hover + label:before {
  background: #73490e;
}
input[type=checkbox]:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
input[type=checkbox]:checked + label:before {
  background: #73490e;
}
input[type=checkbox]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
input[type=checkbox]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
input[type=checkbox]:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}*/



    /*style wrapper to give some space*/
    .input_checkbox {
        position: relative;
        margin-bottom: 2px;
        margin-top: 2px;
    }

    /*style label to give some more space*/
    .input_checkbox label {
        display: block;
        padding: 3px 0 3px 28px;
    }

    /*style and hide original checkbox*/
    input[type=checkbox] {
        height: 20px;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 20px;
    }

    /*position new box*/
    input[type=checkbox] + label::before {
        border: 2px solid;
        content: "";
        height: 20px;
        left: 0;
        position: absolute;
        top: 0;
        width: 20px;
    }

    /*svg background styles*/
    input[type=checkbox] + label::after {
        content: "";
        opacity: 0;
        background-image: url(/assets/img/check.svg);
        background-repeat: no-repeat;
        height: 12px;
        width: 12px;
        position: absolute;
        left: 4px;
        top: 4px;
        transition: opacity 0.2s ease-in-out;
    }

    /*reveal check for 'on' state*/
    input[type=checkbox]:checked + label::after {
        opacity: 1;
    }

    /*focus styles*/
    input[type=checkbox]:focus + label::before {
        /* box-shadow: 0 0 0 3px #ffbf47;   */
      outline: 3px solid transparent; /* For Windows high contrast mode. */

    }
    
    
    
    /*style wrapper_radio to give some space*/
    .input_radio {
        position: relative;
        margin-bottom: 2px;
        margin-top: 2px;
        display: inline-block;
        margin-right: 16px;
        
        height: 20px;
        line-height: 20px;
    }

    /*style label to give some more space*/
    .input_radio label {
        display: block;
        padding: 0 0 0 24px;
    }

    /*style and hide original checkbox*/
    input[type=radio] {
        height: 20px;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 20px;
    }

    /*position new box*/
    input[type=radio] + label::before {
        border: 1px solid;
        content: "";
        height: 16px;
        left: 0;
        position: absolute;
        top: 2px;
        width: 16px;
        border-radius: 50%;
    }

    /*svg background styles*/
    input[type=radio] + label::after {
        content: "";
        opacity: 0;
        background-image: url(/assets/img/radio.svg);
        background-repeat: no-repeat;
        height: 8px;
        width: 8px;
        position: absolute;
        left: 4px;
        top: 6px;
        transition: opacity 0.2s ease-in-out;
    }

    /*reveal check for 'on' state*/
    input[type=radio]:checked + label::after {
        opacity: 1;
    }

    /*focus styles*/
    input[type=radio]:focus + label::before {
        /* box-shadow: 0 0 0 3px #ffbf47;   */
      outline: 3px solid transparent; /* For Windows high contrast mode. */

    }








.text-center {
    text-align: center;
}


.badge {
    padding: 3px 6px;
    border-radius: 2px;
    margin-left: 3px;
    margin-right: 3px;
    background: #e6e6e6;
    font-size: 12px;
}

.badge.bg-green {
    background: #008000;
    color: #fff;
}

.badge.bg-blue {
    background: #243693;
    color: #fff;
}

.badge.bg-yellow {
    background: #9a9a0f;
    color: #fff;
}

.badge.bg-red {
    background: #ff0000;
    color: #fff;
}

/*.badge.normal {
    background: #d4d4d4;
}*/







































/**
 * Metric Card
 */
.green {
  color: #24C279 !important;
}

.red {
  color: #BC2929 !important;
}

.metric-group {
    max-width: 340px;
    display: inline-block;
    float: left;
    height: auto;
    position: relative;
    margin: 8px;
    color: #333;
    margin-bottom: 8px;
    min-width: 200px;
    min-height: 90px;
    padding: 0;
    border: 0;
    margin: 0;
    background: transparent;
    width: min-content;
}

.metric {
    float: left;
    margin-right: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 1px #a9bacb;
    width: 290px;
    height: 156px;
    overflow: hidden;
    margin: 8px;
    -webkit-box-shadow: 0 3px 5px -5px rgb(0 0 0 / 40%);
    box-shadow: 0 3px 5px -5px rgb(0 0 0 / 40%);
}
.metric .metric-inner div.metric-header {
    overflow: hidden;
    margin: 0;
    /* border-bottom: 1px solid #f0f0f0; */
    height: 32px;
    line-height: 32px;
    width: 100%;width: 100%;
    
    /* background: unset;
    display: unset;
    box-sizing: unset;
    color: unset;
    grid-template-rows: unset;
    grid-template-columns: unset; */
}
.metric .metric-inner div.metric-header h1.metric-title {
    width: calc(100% - 12px);
    margin: 0;
    padding: 0;
    color: #666;
    display: block;
    text-align: left;
    font-family: Helvetica;
    font-weight: normal;
    font-size: 15px;
    padding-left: 12px;
}
.metric .metric-inner .metric-body {
    width: 100%;
    height: 111px;
    overflow: hidden;
}
.metric .metric-inner .metric-body h1,
.metric .metric-inner .metric-body h2,
.metric .metric-inner .metric-body h3,
.metric .metric-inner .metric-body h4 {
  margin: 0;
  padding: 0;
  font-family: Helvetica;
  font-weight: 400;
  color: #444;
  /* text-align: center; */
    text-align: left;
}
.metric .metric-inner .metric-body h1 {
    font-size: 30px;
    font-weight: 300;
    width: calc(100% - 8px);
    padding-left: 8px;
}
.metric .metric-inner .metric-body h1.primary-value {
  color: #496bab;
}
.metric .metric-inner .metric-body h2 {
    color: #888;
    font-family: Helvetica;
    font-weight: 300;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: left;
    /* width: calc(100% - 8px); */
    padding-left: 8px;
}
.metric .metric-inner .metric-body h3 {
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
.metric .metric-inner .metric-body h4 {
  font-size: 13px;
  color: #666;
}
.metric .metric-inner .viz-basic {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 12px;
}
.metric .metric-inner .viz-basic .value {
  text-align: center;
}
.metric .metric-inner .viz-basic-with-7-and-40-day-comparison {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* width: calc(100% - 12px); */
    padding-left: 6px;
}
.metric .metric-inner .viz-basic-with-7-and-40-day-comparison .value {
  width: 100%;
}
.metric .metric-inner .viz-basic-with-7-and-40-day-comparison .value .comparison_wrapper {
    padding-top: 12px;
    /* width: 90%; */
    margin: 0px auto;
    
    width: calc(100% - 8px);
    padding-left: 8px;
}
.metric .metric-inner .viz-basic-with-7-and-40-day-comparison .value .comparison_wrapper .left_comparison {
  float: left;
  width: 50%;
}
.metric .metric-inner .viz-basic-with-7-and-40-day-comparison .value .comparison_wrapper .right_comparison {
  float: right;
  width: 50%;
}
.metric .metric-inner .viz-line-chart {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.metric .metric-inner .viz-line-chart .value .chart {
  width: 100%;
  height: 100px;
}
.metric .metric-inner .viz-column-chart {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 12px);
    padding-left: 12px;
}
.metric .metric-inner .viz-column-chart .value .chart {
  width: 100%;
  height: 200px;
}





.metric.min {
    height: 120px;
}
.metric.min .metric-inner .metric-body {
    height: 78px;
}
.metric.min .metric-inner .metric-body h1 {
    font-size: 20px;
}
.metric.min .metric-inner .metric-body h2 {
    font-size: 14px;
}


.metric.medium {
    height: 256px;
}
.metric.medium.ext {
    width: 596px;
}
.metric.medium .metric-inner .metric-body {
    height: 212px;
}
.metric.medium .metric-inner .metric-body h1 {
    font-size: 20px;
    padding-top: 6px;
}
.metric.medium .metric-inner .metric-body h2 {
    font-size: 14px;
}

.metric.medium .metric-inner .viz-line-chart {
    justify-content: normal;
}

.metric.medium .metric-inner .viz-line-chart .value .chart {
    width: 100%;
    height: 140px;
    margin-top: 29px;
}


.metric.large {
    height: 256px;
    width: 596px;
}
.metric.large.ext {
    width: 596px;
}
.metric.large .metric-inner .metric-body {
    height: 212px;
}
.metric.large .metric-inner .metric-body h1 {
    font-size: 20px;
    padding-top: 6px;
}
.metric.large .metric-inner .metric-body h2 {
    font-size: 14px;
}

.metric.large .metric-inner .viz-line-chart {
    justify-content: normal;
}

.metric.large .metric-inner .viz-line-chart .value .chart {
    width: 100%;
    height: 140px;
    margin-top: 29px;
}
















.xlsx-table, .xlsx-th, .xlsx-td {
    border: 1px solid #c8c6c4;
    border-collapse: collapse;
}
.xlsx-th, .xlsx-td {
    padding: 5px;
}
.xlsx-th {
    background-color: #e6edf3;
    font-size: 12px;
}
.xlsx-td:first-child {
    background-color: #e6edf3;
}
.xlsx-td {
    background-color: #ffffff;
    font-size: 12px;
}
.xlsx-table .left {
    text-align: left;
    float: unset !important;
}
.xlsx-table .center {
    margin-left: auto;
    margin-right: auto;
}
.xlsx-table .right {
    text-align: right;
    float: unset !important;
}


#progress-container{
    width: 95%;
    margin: 10px auto;
    text align: center;
}
#progress-out{
    max-width: 80%;
    margin: 0 auto;
    background: #C8C8C8;
    height: 4px;
    border-radius: 2px;
}
#progress-in{
    border-radius: 2px;
    width: 0px;
    height: 4px;
    background: #002262;
}
#percentage{
    color: #06274c;
    font-size: 12px;
}






/*body {
  font-family: 'Google Sans', sans-serif;
  margin: 40px
}*/

multi-input {
    display: inline-block;
    /*margin: 0 20px 20px 0;*/
    margin: 0 0 4px 0;
    width: 100%;
}

/*button {
  background-color: #eee;
  border: 1px solid #ddd;  
  font-size: 16px;
  height: 30px;
  margin: 0 10px 20px 0;
}*/

/*body > div {
  align-items: center;
  display: flex;
  justify-content: center;
}*/

/*label {
  display: block;
  margin: 0 20px 20px 0;
}*/

/*p {
  text-align: center;
}*/
