body{
    min-height: calc(100vh - 1px);
    position:relative;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-family: arial, helvetica, verdana;
    font-size: 11pt;
    color: #333;
}

/* .dataTables_scrollBody{
    height:45vh;
} */

.prio-content-col1 {
    text-align: left;
    display: block;
    width: 97%;
    margin-left: 30px;
    margin-right: auto;
    margin-top: 30px;

}

.prio-content-col2 {
    margin-bottom: 0px;
    background-color: aliceblue;
    text-align: left;
    display: inline-table;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-top: 50px;
    /* height:20vh; */
}


.prio_place_right{
    float: right;
    text-align: right;
    margin-top: -20px;
}
    
.prio_button{
    font-size: 10pt;
    font-weight: bold;
    background-color: white;
    box-sizing: border-box;
    display: inline-block;
    background-image: linear-gradient(white 0%, rgb(220, 220, 220) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: white;
    min-width: 1.5em;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    border-radius: 2px;
    color: #333 !important;
    border: 1px solid #979797;
    padding: 5px 10px;
     line-height:10px
}

.prio_button:hover{
    
    font-size: 10pt;
    font-weight: bold;
    background-color: white;
    box-sizing: border-box;
    display: inline-block;
    background-image: linear-gradient(white 0%, rgb(220, 220, 220) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: white;
    min-width: 1.5em;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
    border: 1px solid #000000;
    padding: 5px 10px;
    line-height:10px;
}    
    
    

#Saved_message {
    margin-right: 10px;
    color:red;
    display:none;
}


.prio-memo-text{
 
    height: 25vh;
    width: 32vw;
    resize: none;
    background-color: white;
    padding-top: 30px;
    padding-bottom: 0px;
    border-width: 0px;
}



.prio-loader{
    position: absolute;
    top: 50px;
    z-index: 1;
    margin-top: 120px;
    margin-left: 135px;
    margin-right: auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
 
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#sep {
    margin-top:-3px;
}

.nicEdit-main {
        overflow: auto !important;
        height: 5.5em;
    }
    
    
.prio-box {
    -moz-border-radius: 5px;
    box-shadow: 0 0 3px #999;
    -moz-box-shadow: 0 0 3px #999;
    -moz-transition: -moz-box-shadow 0.4s, border 0.4s;
    -o-transition: -o-box-shadow 0.4s, border 0.4s;
    display: inline-table;
     margin-left: 10px;
    margin-top: 10px;
}

.prio_topbar {
    height: 20px;
    overflow: auto;
    padding: 3px 3px;
    background: #EEE;
    border-bottom: #BBB 1px solid;
    position: absolute;
    width: 31.5vw;
}

.prio_topbar_text {
    margin-top: 2px;
    font-weight: bold;

}

#ExcelExportBT {
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: -3px;
    height: 30px;
}

#grid_wrapper table.dataTable thead th {background-color:#ffffff}