﻿

@import url('../content/fonts/sf/sf.css');
@import url('scroll.css');



* {
    margin: 0px;
    padding: 0px;
    font-family: 'SF UI Text Regular';
}
body, html {
    min-width: 350px;
   /* min-width: 1024px;*/
}
 

a {
    text-decoration: none !important;
}

.topmenu {
    height: 50px;
    background: rgb(197 227 247);
    mix-blend-mode: normal;
    box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);
    padding: 13px 16px;
}

.logo {
    color: black;
    align-self: center;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
}

    .logo i {
        color: #0071A4;
    }

.myb {
    background: #0071A4;
    border: 0.5px solid rgb(0 0 0 / 4%);
    padding: 8px;
    color: white !important;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    height: 28px;
    padding-top: 2px;
    align-self: center;
    margin: 2px;
}
.myb_cancel {
    background: #8f8f8f;
}

.myinput {
    font-size: 16px;
    display: block;
    outline: none;
    border: none;
    overflow: hidden;
}

.selector {
    background: rgb(250 250 250 / 70%);
    box-shadow: inset 0px 4px 4px 0px rgb(0 0 0 / 12%);
    -webkit-box-shadow: inset 0px 4px 4px 0px rgb(0 0 0 / 12%);
    border-radius: 10px;
    padding: 4px 16px 0px;
    height: 32px;
    align-self: center;
    padding-top: 4px;
    cursor: pointer;
    color: #0071A4;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}


.formname {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    align-self: center;
    text-overflow: ellipsis;
}


.loginform {
    width: 256px;
    background: rgb(207 222 226);
    mix-blend-mode: normal;
    box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    color: black;
    padding-bottom: 5px;
    margin: 0 auto;
    background-image: url('../ice.jpg');
    background-size: contain;
}

.mycontainer {
    background: white;
    padding: 16px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 48px;
    right: 0px;
    overflow: auto;
    padding-top: 0px;

    transition:all ease 1s;
}
.mycontainer_full {
     
    left: 0px !important;
    
}

.leftmenu {
    background-color: #004c6f;
    padding: 16px;
    overflow-y: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    /*right: 290px;
    width: 290px;*/
    transition: all ease 1s;
    display: none;
}
.leftmenu_active {
    background-color: #004c6f;
    padding: 16px;
    overflow-y: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 290px;
    width: 290px; 
    transition: all ease 1s;
}

    .leftmenu_container {
        display: flex;
        flex-direction: column;
        color: white;
        font-size: 12px;
    }

.mycontainer_active {
    left: 290px;
}

.lc_header {
    font-size: 12px;
    font-weight: 600;
    border-bottom: solid 2px #9fa7aa;
    margin-bottom: 16px;
    color: #9fa7aa;
}

.lc_nav_item {
    color: #9fa7aa;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 8px;
}

    .lc_nav_item a {
        color: #9fa7aa;
        align-self: center;
        display: flex;
        padding: 5px 0px;
    }

        .lc_nav_item a i {
            width: 16px;
            text-align: center;
        }

.lc_nav_item_name {
    margin-left: 10px;
    display:none;
}
.lc_nav_item_name_active {
    display: block;
}

.lc_nav_item a:hover {
    color: white !important;
}


.page_top_menu {
    display: flex;
    flex-direction: row;
}

.page_top_menu_item {
    color: black !important;
    text-decoration: none;
    padding: 8px 16px;
    border-bottom: solid 2px;
    font-size: 12px;
    font-size: 18px;
    font-weight: 600;
}

    .page_top_menu_item.active_item {
        color: #0071A4 !important;
    }

.fi_row {
    display: flex;
    flex-direction: row;
    margin-top:16px;
}
.fi_name_header {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    align-self: center;
    color: #0071A4;
    border-bottom: solid 2px;
}
.fi_name {
    width: 200px;
    font-size: 12px;
    font-weight: 600;
    align-self: center;
}
.fi_val {
    width:100%;
}
    .fi_val input {
        width: 100%;
    }
    .fi_val textarea {
        width: 100%;
        min-height: 100px
    }

.fi_val_multi {
    display: flex;
    flex-direction: column;
    
}
.navspace {
    display: flex;
    flex-direction: row;
    height:40px;
    width:100%;
}
.navirow {
    display: flex;
    flex-direction: row;
     
    background-color: #004c6f; /*#4a4a4a;*/
    mix-blend-mode: normal;
    box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);
    /*position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;*/
    margin: -16px;
}
.navirow_btn {
     
    font-size: 12px;
    background: #eee;
    color: black;
    align-self: center;
    mix-blend-mode: normal;
    box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);

    margin:0 8px;
}
.navirow_btn i {
    align-self: center;
}






.item_cont {
    overflow: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 42px;
    top: 100px;
    font-size: 12px;
}

.item_row {
    display: table-row;
    border-bottom: solid 1px #eee;
}

.item_cell {
    display: table-cell;
    border-right: solid 1px #eee;
    padding: 8px;
    align-self: center;
    cursor:pointer;
}

.active_row {
    background-color: #c5e3f7;
    color: black;
}



#messtouserbox {
   
    position: fixed;
    bottom: 67px;
    right: 10px;
    left: 0px;
    z-index: 99999999999;
    font-size: 34px;
}

#messtouser {
    width: 300px;
    background: rgb(197 227 247);
    box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    text-align: center;
    font-size: 16px;
    border: solid 2px #ababab;
}

    #messtouser.success {
        color: forestgreen;
    }

    #messtouser.error {
        color: red;
    }




@media(max-width:768px) {
  /*  .leftmenu{
        display:none;
    }
    .mycontainer {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }*/
}



@media(max-width:1035px) {
   
    .fi_name {
        align-self: initial;
    }

    .fi_row {
        display: flex;
        flex-direction: column !important;
    }
    .fi_row_cell {
        width: 100% !important;
        margin-bottom: 25px;
    }
    .fi_row_column_c {
        flex-direction: column !important;
    }
    .fi_row_column {
        width: 100% !important;
    }
    /*.leftmenu {
        display: none;
    }

    .mycontainer {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }*/
}

.menupagecont {
    display: flex;
    flex-direction: column;
    overflow-x: auto;
}

.page_top_menu {
    padding-bottom: 10px;
}



#modalchoserbox {
    position: fixed;
    background: #7f7f7fab;
    top: 90px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 99999999999;
    display: none;
}
.modalchoser {
    margin: 0 auto;
    margin-top: 20px;
    width: 50%;
    min-width: 350px;
    height: 515px;
    background: white;
    mix-blend-mode: normal;
    box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);
    display: flex;
    flex-direction: column;
    color: black;
    border: solid 10px rgb(197 227 247);
    padding:8px;
    position:relative;
}

.mclsbtn {
    color: black;
    font-size: 20px;
    align-self: center;
    padding: 8px;
    width: 45px;
    text-align: center;
}

#images {
    margin: 0 auto;
}


.imtosendwrapper {
    width: 33%;
    display: inline-block;
    padding: 2px;
}

    .imtosendwrapper img, .imtosendwrapper div {
        border: solid 1px #eee;
        width: 100%;
        object-fit: contain;
        margin: 5px;
        min-height: 100px;
        max-height: 100px;
        width: 100%;
        object-fit: cover;
        margin: 1px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }




.bottom_header {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    
    color: #a9a9a9;
    font-size: 12px;
    bottom: -25px;
}

.fi_row_editor_item_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: solid 3px #eee;
    padding-bottom: 7px;
    position: relative;
}


.style_cell_heading {
    background-color: #c5e3f7;
    color: #0071a4;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    padding: 8px;
}

.mt {
    display: table;
    width: 100%;
}
.mtr {
    display: table-row;
}
.mtc {
    display: table-cell;
    text-align: center;
    border-bottom: 1px solid #eee;
    border-right: solid 1px #eee;
    font-size: 12px;
    font-weight: 600;
    padding: 8px;
}
.mtcf {
    border-left: solid 1px #eee;
}

.docitem {
    color: white !important;
    padding: 3px;
}
    .docitem .di_wr {
        width: 200px;
        font-size: 30px;
        text-align: center;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        border: solid 2px #0071a4;
       
        min-height: 150px;
    }


.item_cell {
    font-size: 14px;
}


.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bbfloat {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 50px;
    right: 50px;
    height: 300px;
    background: white;
    padding: 3px;
    border-top: solid 3px #0071a4;
}
.bbb {
    overflow: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    font-size: 12px;
}

.sortb {
    width: 100%;
    text-align: left;
    border: none !important;
    padding: 8px;
    position:relative;
}

table.sortable th[aria-sort="descending"] span::after {
    content: "▼";
    color: currentcolor;
    font-size: 100%;
    top: 0;
}

table.sortable th[aria-sort="ascending"] span::after {
    content: "▲";
    color: currentcolor;
    font-size: 100%;
    top: 0;
}

table.show-unsorted-icon th:not([aria-sort]) button span::after {
    content: "♢";
    color: currentcolor;
    font-size: 100%;
    position: relative;
    top: -3px;
    left: -4px;
}
table.sortable th button span {
    position: absolute;
    right: 4px;
    color: gray;
}


 
