﻿body {
    margin: 0;
    padding: 0;
    position: relative !important;
}

.popover-content {
    padding: 10px;
    color: #333;
}

.popover.bottom > .arrow:after {
    border-bottom-color: #ffffff;
}

.popover.bottom > .arrow {
    border-bottom-color: #c5cbd0;
}

.popover {
    width: 350px;
    max-width: 350px;
    background-color: #ffffff;
    border: 1px solid #c5cbd0;
    border-radius: 1px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
}

.rspopupFstLabel > .popover {
    left: 0px !important;
}

.rspopupLastLabel > .popover {
    left: auto !important;
    right: 6px !important;
}

.rspopupBtmLabel > .popover {
    top: auto !important;
    bottom: 30px !important;
}

.tblpopover > tbody > tr > th > .popover.bottom {
    top: 52px !important;
}

.tblpopover > thead > tr > th > .popover.bottom {
    top: 52px !important;
}

.tblpopover > tbody > tr > th > .rspopupFstLabel > .popover.bottom {
    top: 52px !important;
}

.tblpopover > thead > tr > th > .rspopupLastLabel > .popover.bottom {
    top: 52px !important;
}
.tblpopover > thead > tr > th > .rspopupFstLabel > .popover.bottom {
    top: 52px !important;
}

.tblpopover > tbody > tr > th > .rspopupLastLabel > .popover.bottom {
    top: 52px !important;
}
.rspopupFstLabel > .popover > .arrow {
    left: 35% !important;
}

.rspopupLastLabel > .popover > .arrow {
    display: none !important;
}

.rspopupBtmLabel > .popover > .arrow {
    display: none !important;
}

label .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}


.Rbutton {
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #4CAF50;
    border: none;
    box-shadow: 0 9px #999;
}

    .Rbutton:hover {
        background-color: #3e8e41;
    }

    .Rbutton:active {
        background-color: #3e8e41;
        transform: translateY(4px);
    }

.green:disabled {
    background-color: #3e8e41;
    cursor: not-allowed;
    /*width:100px;*/
}
/*.resourceTip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

 .resourceTip .resourceTiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the resourceTip 
  position: absolute;
  z-index: 1;
}

.resourceTip:hover .resourceTiptext {
  visibility: visible;
}*/

.txt-Prover {
    display: block;
    width: 100% !important;
    height: 28px;
    font-size: 12px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    padding: 2px 6px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(194, 202, 216);
    border-image: initial;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.loader {
    position: absolute;
    left: 50%;
    top: 60%;
    z-index: 1;
    border: 4px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

div, svg, input, select, textarea, span, img, table, label, td, th, p, a, button, ul, code, pre, li {
}

.divPreeLoad {
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 99999 !important;
}

.divPreeLoad1 {
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
    background-image: url(../../Images/LeftLogo-1.png);
    width: 100%;
    height: 100vh;
    opacity: .9;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 99999 !important;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}