.ng-cloak {
    display: none;
}
/*.page-content-wrapper {
    position: relative;
}*/
.loader-cont {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    text-align: center;
}
.loader {
    margin: 0 auto;
    margin-top: 20%;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50% !important;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.bg-white {
    background-color: #fff !important;
}

.animation {
    position: relative;
}

.ajax-waiting {
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -47px;
    z-index: 1000;
    padding: 5px;
    -webkit-box-shadow: 0 0 5px 2px #ddd;
    -moz-box-shadow: 0 0 5px 2px #ddd;
    box-shadow: 0 0 5px 2px #ddd;
    background-color: #fff;
    border-radius: 7px !important;
}

.portlet.box .portlet-title{
    color: #000 !important;
}

.auto-fill {
    max-height: 300px;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
}

.auto-fill .auto-fill-ul {
    list-style-type: none;
    padding: 0px 0;
    margin: 0;
}

.auto-fill .auto-fill-ul > li {
    cursor: pointer;
    /*background-color: #fafafa;*/
    padding: 5px;
}

.auto-fill .auto-fill-ul > li:nth-child(odd) {
    background-color: #fafafa;
}

textarea {
    text-align: justify;
}

.auto-fill-highlight {
    background-color: #F1FC93 !important;
}

.excel-export {
    cursor: pointer;
}

.general-view p{
    text-align: justify;
    font-size: 14px;
}

.tr-td-center td, .tr-td-center th {
    vertical-align: middle !important;
    text-align: center;
}

.cke_textarea_inline {
    padding: 10px;
    height: 100px;
    overflow: auto;
    border: 1px solid gray;
    -webkit-appearance: textfield;

    font-size: 14px;
    font-weight: normal;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*Image loader*/

.loader-wrapper {
    width: 100%;
    z-index: 100000;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    position: fixed;
    padding: 15px;
    top: 0;
    left: 0;
}
.image-wrapper {
    position: relative;
    left: 50%;
    margin-left: -100px;
    font-size: 18px;
    margin-top: -100px;
    top: 50%;
}

.scroller-wrapper {
    position: relative;
}

.fixedCol {
    left: 1px;
    top: 1px;
}

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

.side-select {
    width: 150px;
    margin-right: 0;
    margin-left: auto;
}

textarea.with-mar, .cke_textarea_inline{
    margin: 20px 0;
}

tr.inactive {
    opacity: 0.4;
}
