﻿.alertpanel {
    border: 1px;
    border-color:red;
}

.partialview { /* Partial View */
    line-height: 1.2em;
    height: 3.6em;
    overflow: hidden;
}

.text {
    display: block;
    width: 100px;
    height: 3.6em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.anyClass {
    height: 150px;
    overflow-y: scroll;
}

.split1 {
    height: 100%;
    width: 5%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

.split2 {
    height: 100%;
    width:85%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

.whole {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}


.limittext {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}


.plimit {
    white-space: nowrap;
    width: 100%;
    height:50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plimit2 {
  
    width: 100%;
    height: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left {
    left: 0;
    background-color: #111;
}

.mid {
    left: 5%;
    background-color: #808080;
}

.end {
    left: 15%;
    background-color: white;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}


.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

/*LOADING*/
.loading-panel {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    position: relative;
    width: 100%;
}

.loading-container {
    background: rgba(49, 133, 156, 0.4) none repeat scroll 0 0;
    color: #fff;
    font-size: 50px;
    height: 100%;
    left: 0;
    padding-top: 15%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999;
}

/*Custom Headings*/
.myh6 {
    font-family: Calibri, Calibri, Calibri;
    font-size: 14pt;
}