﻿.tag1List {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
}

.RetagNoteslist {
    float: right;
    margin-top: -9px;
    margin-right: -6px;
    display: none;
}

.RetagNotesUsers {
    float: right;
    margin-top: -22px;
    margin-right: -6px;
    display: none;
}

.popup:hover .RetagNoteslist {
    display: block;
}

.popup:hover .RetagNotesUsers {
    display: block;
}

#cbcontainer {
    width: 100%;
}

#LeaseIDSide {
    float: left;
    width: 165px;
    background-color: #FFF;
    border: 1px solid #ced8e5;
    overflow: hidden;
}

    #LeaseIDSide:hover {
        overflow: auto !important;
    }

#NotesSide {
    float: right;
    /*width: 331px;*/
    width: 99%
}

#btnCBDisable{
        padding: 2px 7px 2px 7px;
    border-radius: 3px;
    text-decoration: none;
    background-color: #626161;
    color: #cfde52 !important;
    font-style: normal;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px;
    font-weight: 700;
    margin-left: 24px;
}

#btnCBDisable:hover{
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.24), 0 5px 5px 0 rgba(0,0,0,0.19);
    transition-duration: 0.4s;
}

 



/*Clipboard Fab Icon Style*/
.disp {
    display: none;
}

.dot {
    height: 35px;
    width: 35px;
    background-color: #bbb;
    border-radius: 50%;
    /*display: inline-block;*/
    position: absolute;
    right: 17%;
    top: 1%;
    text-align: center;
    color: #FFF;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.5),3px 3px 3px rgba(0,0,0,0.25);
    background: #707165;
    cursor: pointer;
    z-index: 1053;
}

.dot-Text {
    color: #ffffff !important;
    font-size: 13px;
    margin-top: 30%;
    margin-left: 4%;
}

.dot:before,
.dot:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.075);
}

.dot:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
    animation-delay: 3s;
}

.dot:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
    animation-delay: 3s;
}

.dot:hover:before,
.dot:hover:after {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.cbannimation {
    -webkit-animation: ease;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: clipboardfabicon1;
    -webkit-animation-duration: 2s;
    animation: ease;
    animation-fill-mode: forwards;
    animation-name: clipboardfabicon1;
    animation-duration: 2s;
}


@-webkit-keyframes clipboardfabicon {
    0% {
        top: 0;
        right: 5%;
    }

    100% {
        top: 2%;
        right: 5%;
    }
}

@keyframes clipboardfabicon {
    0% {
        top: 0;
        right: 5%;
    }

    100% {
        top: 2%;
        right: 5%;
    }
}

.RENotesPanel {
    font-size: 16px;
    transform: translateZ(0px);
    display: inline;
    z-index: 100000;
    position: absolute;
    height: 32.75em;
    width: 21.25em;
    bottom: 0px;
    background-color: #FFF;
    right: 3px;
    border-top-left-radius: 0.625em;
    border-top-right-radius: 0.625em;
    border-bottom-left-radius: 0.625em;
    border-bottom-right-radius: 0.625em;
    bottom: 1%;
    box-shadow: 0 0 0.688em 0 rgba(0, 0, 0, 0.5);
    font-family: 'Open Sans', sans-serif !important;
}

.NotesPanelHdr {
    position: absolute;
    height: 2em;
    width: 100%;
    z-index: 13000;
    cursor: move;
    border-top-left-radius: 0.625em;
    border-top-right-radius: 0.625em;
    position: relative;
    line-height: 2.8125em;
    background-color: #707165;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif !important;
}

.tag11 {
    font-size: 13px;
}

    .tag11 a {
        color: #7a7f86 !important;
    }

        .tag11 a:hover {
            color: #7a7f86 !important;
            text-decoration: none;
        }

    .tag11:hover {
        background-color: #ececec;
        cursor: pointer;
    }

.lsecss {
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important;
    border: none;
    cursor: pointer;
}

    .lsecss:hover {
        background-color: #ececec;
        cursor: pointer;
    }

.lsecss-active {
    background-color: #afc1d4;
    cursor: pointer;
    font-weight: bold;
    color: #305e91;
}


.lsecss::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #afc1d4;
    transition: width .3s;
}

.lsecss li:hover::after {
    width: 100%;
    /**transition: width .3s;*/
}

.bulLease {
    color: #305e91;
    font-size: 16px;
    font-weight: bold;
    padding-right: 5px;
}

.RENotesEntryPanel {
    height: auto;
    overflow: hidden;
    margin-right: 0px !important;
}

.RENotesLists {
    height: 20.75em;
    overflow: auto;
}

.curPointer {
    cursor: pointer;
}

.taglist {
    display: block;
    padding: 2px 7px 2px 7px;
    border-radius: 3px;
    text-decoration: none;
    background-color: #305e91;
    color: white !important;
    font-style: normal;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px;
    font-weight: 500;
    margin-left: 24px;
}

.tagicon {
    width: 20px;
    text-align: left;
    color: #8ccffa;
}


.popup {
    /*word-break: break-all;*/
    margin: 24px 24px;
    padding: 10px;
    background: #ebffec;
    border-radius: 5px;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 0 0.688em 0 rgba(0, 0, 0, 0.5);
    font-family: 'Open Sans', sans-serif !important;
    color: #6d7071;
}

    .popup:after {
        content: '';
        position: absolute;
        bottom: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        left: 6%;
        border-width: 0px 10px 10px 10px;
        border-color: transparent transparent #ebffec transparent;
    }

.popup2 {
    /*word-break: break-all;*/
    margin: 24px 24px;
    padding: 10px;
    background: #faffc5;
    border-radius: 5px;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 0 0.688em 0 rgba(0, 0, 0, 0.5);
    color: #6d7071;
}

    .popup2:after {
        content: '';
        position: absolute;
        bottom: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        right: 6%;
        border-width: 0px 10px 10px 10px;
        border-color: transparent transparent #faffc5 transparent;
    }

.cbnotesta {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif !important;
    margin-left: 0%;
    margin-top: 2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 5px;
    outline: none;
    resize: vertical;
    height: 60px;
    min-height: 60px;
    max-height: 200px;
    width: 100%;
    margin-right: 0px !important;
    border: 1px solid rgba(134, 134, 134, 0.74)
}


.cbclose {
    margin-top: 6px;
    margin-right: 10px;
    cursor: pointer !important;
    opacity: .5;
}

.cbspan {
    position: relative;
    margin-top: 14px;
    margin-left: 11px;
    font-size: 20px;
    float: left;
}

.cbh5 {
    margin: 0px;
    font-weight: 500;
    line-height: 12px;
    vertical-align: middle;
    padding-left: 15px;
    padding-top: 9px;
    position: absolute;
    color: #cfde4f;
    font-weight: bold;
    font-size: 13px;
}

.EditTextArea {
    width: 100%;
    border: none;
    background-color: inherit;
    resize: vertical;
    outline: none;
}

.Dragmove {
    color: red;
    float: left;
    margin-top: -12px;
    padding-right: 100%;
    cursor: move !important;
    display: block;
    width: 100%;
    opacity: 0;
}

.clipboardNotes {
    z-index: 1053;
}

.Notesclose {
    float: right;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: #2d2d2d;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    margin-top: -11px;
    margin-right: -7px;
    text-decoration: none;
    background-color: transparent;
    display: none;
}

.popup:hover .Notesclose {
    display: block;
}

.popup:hover .RetagNoteslist {
    display: block;
}


.popup2:hover .Notesclose {
    display: block;
}

.popup2 > #TagtheNotes1 {
    display: block;
}

.drop-hover .taglist {
    background-color: #3896ed;
}

.Pbreak {
    word-break: break-all;
}


.multiselect {
  width: 200px;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
}

#checkboxes label {
  display: block;
}

#checkboxes label:hover {
  background-color: #1e90ff;
}

.ddParent{
    margin-left:5px;
}

.ddChild{
      margin-left:25px;
}

.sharedNotes,.sharedOriginalNotes{
    background: #fff1aa !important;
}

.tooltipSharedBy {
  position: relative;
  display: inline-block;
  border-top: 1px dotted black;
  margin: 0;
  font-size: 10px;
  font-style:italic;
  width:100%;

}

.tooltipSharedBy .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #484848;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  width: 150px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1000015;
  top: 15px;
}

.sharedNotes::after, .sharedOriginalNotes::after{
    border-color: transparent transparent #fff1aa transparent !important;
}

.tooltipSharedBy:hover .tooltiptext {
  visibility: visible;
  border-width: 16px 16px 16px 0;
}

.tooltiptext::before {
        content: '';
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    left: 6%;
    border-width: 0px 10px 10px 10px;
    border-color: transparent #484848  transparent transparent;
    top: 11%;
    left: -10%;
}

#ddShareUsers {
    margin-left:25px;
}



#ddShareUsers > .ui-igcombo-list{
    max-height:150px !important;
}

.dropdown_height{
    max-height:200px;
}

.empName{
    font-family: 'Open Sans', sans-serif !important;
}

.chkCBChild > .empName{
    font-weight:500;
}

.ddChild > .empName{
    font-weight:500;
}

.ddParent > .empName{
    font-weight:600;
}

.sharedOriginalNotes{

}

#closeShareDropdown{
    margin-left:2px;
}

