/*--- Screen 18-19 ---*/
div[data-toggle="modal"] {
    cursor: pointer;
}

.common-part-full {
    padding: 15px 30px;
    float: left;
    width: 100%;
}

.orgchart-level-top {
    float: left;
    margin-top: 5px;
}

.orgchart-level-icons {
    float: left;
    /* width: auto; */
}

.orgchart-level-valid {
    float: right;
    width: auto;
    font-size: 13px;
    right: 42px;
}

.orgchart-level-icons span {
    margin-right: 10px;
    cursor: pointer;
}

.orgchart-level-icons span:last-child {
    margin-right: 0px;
}

.orgchart-level {
    text-align: center;
    /* display: flex; */
    width: 100%;
    justify-content: center;
}

.orgchart-level-box01 {
    float: left;
    /* width: 15%;  */
    width: 155px;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
}

.orgchart-level-box01 .orgchart-level-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.orgchart-level-box {
    /* float: left; */
    /* width: 15%; */
    width: 155px;
    padding: 10px 5px 15px;
    border-radius: 20px;
    box-shadow: 0px 2px 5px rgba(38, 51, 77, 0.5);
    position: relative;
    margin-top: 28px;
    min-height: 170px;
    margin-left: 1%;
    margin-right: 1%;
}

#dvRmHeight {
    box-sizing: border-box;
    width: 155px;
    padding: 10px 5px 15px;
    border-radius: 20px;
    box-shadow: 0px 2px 5px rgba(38, 51, 77, 0.2);
    position: relative;
    font-size: 10px;
}

.orgchart-level-checkbox {
    float: right;
    width: auto;
    position: relative;
    z-index: 9;
}

.orgchart-level-checkbox .checkmark {
    border-radius: 6px;
    border-color: #E8E9EB;
}

.orgchart-level-img {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    top: -30px;
}

.level-count {
    margin: 0 auto;
    display: inline-block;
    width: auto;
    clear: both;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 100%;
    color: var(--black);
    cursor: pointer;
}

.orgchart-level-position {
    float: left;
    width: 100%;
    text-align: center;
    margin: 40px 0 10px;
    font-size: 14px;
    font-weight: bold;
}

.orgchart-level-name {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: var(--darkgreen);
}

.orgchart-level-bordr {
    float: left;
    width: calc(100% - 10px);
    overflow: hidden;
    border-radius: 0 0 20px 20px;
    position: absolute;
    left: 5px;
    bottom: 0px;
}

.orgchart-bordr {
    height: 7px;
}

.level-bg-1 {
    background: rgba(230, 174, 146, 0.2);
}

.level-bg-1 .level-count {
    background: rgba(255, 196, 172, 1);
}

.level-bg-1 .orgchart-bordr {
    background: #E6AE92;
}

.level-bg-2 {
    background: rgba(73, 201, 109, 0.2);
}

.level-bg-2 .level-count,
.level-bg-2 .orgchart-bordr {
    background: #49C96D;
}

.level-bg-3 {
    background: rgba(34, 204, 226, 0.2);
}

.level-bg-3 .level-count,
.level-bg-3 .orgchart-bordr {
    background: #22CCE2;
}

.level-bg-4 {
    background: rgba(255, 210, 64, 0.2);
}

.level-bg-4 .level-count,
.level-bg-4 .orgchart-bordr {
    background: #FFD240;
}

.orgchart-level-1 {
    position: relative;
}

.orgchart-level-1 .orgchart-level-box::before {
    /* content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 1px;
    height: 30px;
    background: rgba(0, 0, 0, 0.15); */
}

.orgchart-level-2 {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
}

.orgchart-level-2 .orgchart-level-box01::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    width: 114%;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
}

.orgchart-level-2 .orgchart-level-box01::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    width: 1px;
    height: 20px;
    background: rgba(0, 0, 0, 0.15);
}

.orgchart-level-2 .orgchart-level-box01:last-child::after {
    display: none;
}

.orgchart-level-button {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -5px;
    z-index: 9;
    left: 0;
}

.org-active .orgchart-level-button::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -25px;
    width: 1px;
    height: 30px;
    background: rgba(0, 0, 0, 0.15);
}

.orgchart-level-3 {
    display: block;
    float: left;
}

.orgchart-level-3 .orgchart-level-box {
    position: relative
}

.orgchart-level-3 .orgchart-level-box::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 1px;
    height: 20px;
    background: rgba(0, 0, 0, 0.15);
}

.orgchart-level-3 .orgchart-level-box:last-child::before {
    display: none;
}

.clsEmpInitials {
    width: 60px;
    height: 60px;
    border: 3px solid #999;
    border-radius: 50%;
    margin: 0 auto;
    background-color: var(--white);
    transition: all .3s
}
    .clsEmpInitials span {
        display: inline-block;
        padding: 30px 0;
        height: 60px;
        width: 60px;
        color: #666;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        margin-left: -3px;
    }
    .clsEmpInitials:hover {
        /*border-color: var(--black);*/
        
    }
        .clsEmpInitials:hover span {
            /*color: var(--black);*/
        }
    #arrowLeft.arwLnew {
        position: absolute;
        left: -5px;
        top: 0;
        width: 20px;
        height: 40px;
        background: transparent url(/images/arrow-left.svg) no-repeat scroll center;
        z-index: 9;
        cursor: pointer;
    }

#arrowRight.arwRnew {
    position: absolute;
    right: -5px;
    top: 0;
    width: 20px;
    height: 40px;
    background: transparent url(/images/arrow-right.svg) no-repeat scroll center;
    z-index: 9;
    cursor: pointer;
}

.tablinks01 {
    float: left;
    width: 100%;
    display: flex;
    /*! overflow-y: hidden; */
    /*! flex-direction: unset !important; */
    flex-wrap: unset;
    padding: 0;
    background: none;
    overflow-x: auto;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
}

.tablinks01 li {
    float: left;
    width: 20%;
    z-index: 9;
    min-width: 16.6%;
}

.overflow-x-auto {
    overflow-x: auto;
}

.zoom-tool-bar .zoom-value,
.zoom-tool-bar .zoom-out,
.zoom-tool-bar .zoom-in {
    display: none;
}

.zoom-tool-bar .ranger {
    width: 100%;
}

.zoom-tool-bar {
    position: relative;
    z-index: 999;
    margin-top: 10px;
}

/* .zoom-tool-bar .ranger { width: 100%; position: absolute; top: 0; z-index: 3; transform: translateY(-50%); -webkit-appearance: none; appearance: none; height: 4px; opacity: 1; margin: 0; left: 0; background: #d9d9d9; } */
#content-member {
    float: left;
    width: 100%;
}

.orgchart-level-2 .orgchart-level-box::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -50px;
    width: 114%;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
}

.orgchart-level-2 .orgchart-level-box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -50px;
    width: 1px;
    height: 20px;
    background: rgba(0, 0, 0, 0.15);
}

.orgchart-level-2 .orgchart-level-box:last-child::after {
    display: none;
}



.zoom-tool-bar [type="range"] {
    width: 100%;
    -webkit-appearance: none;
    height: 4px;
    border-radius: 6px;
    background: #d9d9d9;
    outline: none;
    padding: 0;
    margin: 0;
}

/* custom thumb */
.zoom-tool-bar [type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--darkgreen);
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.zoom-tool-bar [type="range"]::-webkit-slider-thumb:hover {
    background: #f0932b;
}

.zoom-tool-bar [type="range"]::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border: 0;
    border-radius: 50%;
    background: var(--darkgreen);
    border: 0;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.zoom-tool-bar [type="range"]::-moz-range-thumb:hover {
    background: #f9ca24;
}

/* remove border */
.zoom-tool-bar input::-moz-focus-inner,
.zoom-tool-bar input::-moz-focus-outer {
    border: 0;
}

/* //new changes for orgchart  */

.title-2 {
    display: inline-block;
    float: left;
}

.pImg img {
    width: 60px;
    height: 60px;
}

#radioDrpDiv {
    float: left;
    margin-top: -5px;
}

/*Simple-slider*/

.slider {
    width: 225px;
}

.slider>.dragger {
    background: var(--fourth);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid var(--fourth);
    width: 16px;
    height: 16px;
}

.slider>.dragger:hover {
    /*background: -webkit-linear-gradient(top, #8DCA09, #8DCA09);*/
    background: -webkit-linear-gradient(top, var(--fourth), var(--fourth));
}


.slider>.track,
.slider>.highlight-track {
    background: #d9d9d9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 4px;
}

.slider>.highlight-track {
    background-color: var(--fourth);
    /* background: -webkit-linear-gradient(top, var(--fourth), var(--fourth));
    background: -moz-linear-gradient(top, var(--fourth), var(--fourth));
    background: linear-gradient(top, var(--fourth), var(--fourth)); */
    border-color: var(--fourth);
}

.clsIconPlusMinus,
#dvOrgunitTxt {
    display: none;
}

/* orgchart table */
#main {
    display: block;
    padding: 5px 0 0px 0;
}

#divOrgchartArea {
    margin-top: -20px;
}

#cntLyr li {
    list-style: none;
    padding-left: 20px;
}

table#tblMainChart tr td {
    /*padding: 0px 6px !important;*/
    padding: 0px 2px 0 3px !important;
}

#footerList {
    /*padding: 20px 0 0px 10px;*/
    padding: 0 10px;
    clear: both;
}

#footer {
    padding: 10px 0 0 10px;
    clear: both;
    background: #000;
    min-height: 50px;
}

#chartStructure {
    text-align: right;
    position: relative;
    padding: 0 10px;
}

.spanVacant,
.clsAddComp {
    color: black !important;
    /*vertical-align: middle;*/
    vertical-align: bottom;
}

.clsAddComp img {
    width: 18px;
    display: inline-block;
}

.vacant {
    cursor: default !important;
    text-decoration: none !important;
}
.cNode {
    border-top: 5px solid transparent;
}

/* employee , postext */

.clsPosTxt {
    font-weight: bold;
    font-size: 12px;
    line-height: 17px;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.empDet {
    display: table-cell;
    vertical-align: text-top;
    width: 100%;
    line-height: 15px;
    color: #1B68AF;
    /* font-weight: bold; */
    /* margin: 0 2px; */
    cursor: pointer;
}

.empDetName {
    display: table-cell;
    vertical-align: text-top;
    width: 100%;
    line-height: 15px;
    color: #000;
    /* font-weight: bold; */
    /* margin: 0 2px; */
    /*cursor: pointer;*/
    cursor: context-menu;
}

.clsMaxLengthEmp,
.lbETM,
.lbDvRmM {
    display: none;
    vertical-align: text-top;
    width: 135px;
    line-height: 15px;
}

.clsSpnPosText {
    display: table-cell;
    vertical-align: text-top;
    width: 135px;
    line-height: 15px;
    padding: 3px;
}

.wrapWordAllText {
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}

.clsSpanPos {
    cursor: pointer !important;
    word-break: break-word;
}

.clsATC {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 1px;
    /*height: 18px;*/
}

.dvRm {
    /*font-size: 11px;*/
    font-size: 10px;
    line-height: 15px;
    padding: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
    word-break: break-all;
    float: left;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.clsLstDv {
    height: 15px;
}

.clsATCFirst {
    display: block;
    height: 20px;
}

.clsATCLast,
.clsCE {
    margin-top: 5px;
    height: 20px;
}

.lbETM,
.lbPTM {
    width: 135px;
}


.trVct {
    border-top: 5px solid #23baac !important;
}

.trOfficiate {
    border-top: 5px solid #ff9900 !important;
}


.hc {
    display: block;
    float: left;
    width: 50%;
    color: black;
}

.hc1 {
    display: inline-block;
    width: 50%;
    color: black;
}

.pc {
    display: block;
    float: right;
    width: 50%;
    color: black;
}

.pc1 {
    display: inline-block;
    width: 50%;
    color: black;
}


.chkCmp {
    vertical-align: text-top;
    width: 18px !important;
    height: 16px;
    margin-left: 4px !important;
    float: left;
    cursor: pointer;
}

.clsCPI {
    width: 18px;
    display: inline-block !important;
    float: left;
    padding: 1px;
    margin-left: 13px;
    position: absolute;
}

.clsOMI {
    display: inline-block !important;
    float: left;
    padding: 1px;
    margin-left: 2px;
    width: 20px;
    margin-top: 0px;
}

.clsGRTJB {
    display: inline-block !important;
    float: left;
    padding: 1px;
    margin-left: 4px;
    width: 16px;
    margin-top: 2px;
}

.clsTPI {
    width: 18px;
    display: inline-block !important;
    float: left;
    padding: 1px;
    margin-left: 37px;
    position: absolute;
    text-align: left;
}

.clsLI {
    width: 21px;
    display: inline-block !important;
    float: left;
    padding: 1px;
    margin-left: 1px;
    /* position: absolute; */
    text-align: left;
    margin-top: -1px;
}

.clsDR {
    display: inline-block !important;
    float: right;
    padding: 1px;
    margin-right: 5px;
}

.clsPosTxt[disabled] {
    cursor: not-allowed;
}

.clsDirectRep {
    width: 22px;
    margin-top: -3px;
}

.lblDRCnt {
    cursor: pointer !important;
    position: absolute;
    font-weight: bold;
}

.clsHeaderDR {
    text-align: center;
    font-size: 20px;
    color: gray;
    padding: 10px;
}

.num {
    mso-number-format: "000";
}


/*OrgChart Style - Added on 23-04-2015*/
.orgChart .trVct .clsPosTxt,
.orgChart .trDR .clsPosTxt,
.orgChart .trL .clsPosTxt,
.orgChart .trOfficiate .clsPosTxt{
    border-top: 0px solid transparent !important;
}

.trO {
    background-color: white;
    color: red;
    display: inline-block;
    cursor: default;
    display: inline-block;
    width: 135px;
    border: 1px solid #b3b1b1;
    border-radius: 5px;
    border-top: 5px solid #ff9900 !important;
    font-size: 12px;
    /*padding: 2px;*/
    min-height: 156px;
    box-shadow: 5px 5px 5px 0px #CAC9C9;
}

.trRetainerContractor {
    background-color: #b2dfe4 !important;
    display: inline-block;
    width: 135px;
    border: 1px solid #d2cfcf;
    font-size: 12px;
    min-height: 115px;
}

.trSecretary {
    background-color: #b4eed9 !important;
    display: inline-block;
    width: 135px;
    border: 1px solid #d2cfcf;
    font-size: 12px;
    min-height: 115px;
}

.trDM {
    /*border: 0px solid red !important;*/
    border: 2px dashed black !important;
}

.trDR {
    border-top: 5px solid #1B68AF !important;
}

.trL {
    border-top: 5px solid #E74C3C !important;
}


.empNameHighlight {
    color: var(--fourth)
}

#dvPrint {
    padding: 0px !important;
    position: fixed;
    background: white;
    z-index: 99;
    overflow: auto;
    left: -365px;
    display: block !important;
    box-shadow: 1px 6px 21px rgba(0, 0, 0, .175);
    border: 0px !important;
    float: left;
    width: 365px;
    min-height: 400px;
}


/*set Level*/

.dropdownSetLevel {
    transition: all 150ms linear;
    border-radius: 4px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .15);
    padding: 0px 0;
    color: var(--secondary);
    float: left;
}

ul.dropdownSetLevel li.selected {
    background-color: var(--white);
}

ul.dropdownSetLevel li.selected {
    background-color: var(--white);
}

ul.dropdownSetLevel>li {
    text-align: center;
    list-style: none;
    cursor: pointer;
    word-wrap: break-word;
    font-size: 13px;
    padding: 6px 10px;
    margin: 2px 0;
    border-radius: 2px;
    font-weight: 500;
    -webkit-transition: all 150ms linear;
    -khtml-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

    ul.dropdownSetLevel > li:hover, ul.dropdownSetLevel > li.active {
        color: var(--white);
    }

ul.dropdownSetLevel>li.active,
ul.dropdownSetLevel>li:focus,
ul.dropdownSetLevel>li:hover {
    background-color: var(--fourth);
}

/* end set level */

/* compare employee */
.simple-head th{
    padding:.1rem .75rem;
}

.clsCompareEmp {
    opacity: 0.3;
    cursor: default;
}

.clsEmpCompName{
    /*white-space:nowrap;*/
    overflow:hidden;
    height:35px;
    text-overflow:ellipsis;
}

.borCompColor {
    border: 1px solid red !important;
}

.clsCompEmployee {
    overflow: auto;
}

.base-item {
    /* width: 25%; */
    word-break: break-word;
}

.simple-head th {
    /* width: 25%; */
}

.table-responsive::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    /*-webkit-box-shadow: inset 1px 1px 0 rgba(253, 121, 114, 0.5),inset 0 -1px 0 rgba(253, 121, 114, 0.07);*/
    border: 6px solid transparent;
    border-radius: 9px;

}

.table-responsive::-webkit-scrollbar-track {
    margin-top: 110px;
}

.trHeaderTit .bot-border {
    /* padding: 10px 0 !important; */
    margin-bottom: 0px;
}

.tblHeadCompEmp, #tblHeadCompEmp {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
    /* border-bottom: 2px solid var(--bordercolor); */
}

    .tblHeadCompEmp::before{
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        height: 2px;
        width: 100%;
        background: var(--bordercolor);
    }

    .tblHeadCompEmp::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        width: 100%;
        background: var(--bordercolor);
    }

/* one page profile */
.onePageTblTitle,
.tblPanel,
.table-print-head {
    width: 100%;
    
    font-size: 14px;
    margin-bottom: 15px;
}

.onePageTblTitle td,
.table-print-head td {
    width: 100%;
    padding: 10px;
}

.onePageTblTitle p,
.table-print-head p {
    font-size: 17px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 0px;
    color: #3F434A;
    color: #02994F;
}

.table-print-main {
    width: 100%;
    
   
}

.print-left {
    /*width: 60%;*/
    padding: 15px;
    background: #FFF8E2;
    border-radius: 20px;
    /* float: left;
    overflow: auto;
    display: inline-block; */
}

.print-right {
    /*width: 40%;*/
    border-left: 15px solid #fff;
    background: #FFF8E2;
    padding: 15px;
    border-radius: 20px;
    /* float: left;
    overflow: auto;
    display: inline-block; */
}

.clstdClass {
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 0;
    color: #000000;
}

.lbltd {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 10px;
    color: #000000;
}

.valuetd {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 0;
    color: #000000;
}

.table-print-02 th {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 0;
    color: #000000;
}

.table-print-02 p {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 0;
    color: #000000;
}

.table-print-02 tbody td {
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 0;
    color: #000000;
}

.table-print-02 tbody p {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 0;
    color: #000000;
}

/* profile employee header */
.clsDesig{
    font-size: 14px;font-weight: bold;line-height: 16px;margin-bottom: 5px;color: #000000;
}
.onePgEmpName{
    width: 100%;color: #01994F;font-size: 14px;font-weight: 700;margin-bottom: 5px;
}
.onePgEmailId{
    width: 100%;color: #3F434A;font-size: 13px;margin-bottom:0px;
}
/* search  */

.clsSearch {
    background: #ffffff none repeat scroll 0 0;
    /*border: 1px solid #e1e1e1;*/
    border: 1px solid #343a40;
    margin: -3px 0 0 0;
    padding: 11px 36px 11px 15px;
    position: relative;
    width: 40%;
    border-radius: 22px;
    float: left;
    outline: 0;
}
/*dv hidden show data*/
.lblDesc, .valDesc {
    display: block;
}
.lblDesc {
    font-weight:600;
}





/*<!----------Add by Prabhunandan_jha_fixed-action-btn_Orgchart_CSS---------------->*/

.colorBlack {
    color: black;
    border: 1px dashed black;
}

.z-depth-1, nav, .card-panel, .card, .toast,.btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}


.btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #3577ad;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
    background-color: #404040;
    display: inline-block;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    text-transform: uppercase;
}

.btn-large:hover {
        /*background-color: #2bbbad;*/
        color: white;
        background-color: #000;
        border-color: #000;
    }

.btn-floating {
    display: inline-block;
    color: #fff !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: default;
    vertical-align: middle;
    font-size: 16px;
}

.btn-floating i {
        width: inherit;
        display: inline-block;
        text-align: center;
        color: #fff;
        /* color: #317850; */
        /* color: #f8c301; */
        /* font-size: 1.6rem; */
        font-size: 1.2rem;
        line-height: 40px;
    }

ul:not(.browser-default) > li {
    list-style-type: none;
}

.btn-floating img {
    /*vertical-align: -webkit-baseline-middle;*/
    width: 75%;
}

.btn-floating:hover {
    background-color: #26a69a;
}

.btn-floating:before {
    border-radius: 0;
}

.btn-floating.btn-large {
    /*width: 56px;
        height: 56px;*/
    width: 40px;
    height: 40px;
}




.fixed-action-btn {
    position: fixed;
    right: 78px;
    /* bottom: 40px; */
    top: 134px;
    padding-top: 15px;
    margin-bottom: 0;
    /* z-index: 997; */
    z-index: 1;
    transform: rotate(180deg);
}




    .fixed-action-btn.active ul {
        visibility: visible;
    }

    .fixed-action-btn.horizontal {
        padding: 0 0 0 15px;
    }

        .fixed-action-btn.horizontal ul {
            text-align: right;
            right: 64px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 100%;
            left: auto;
            width: 500px;
        }

            .fixed-action-btn.horizontal ul li {
                display: inline-block;
                margin: 15px 15px 0 0;
            }

    .fixed-action-btn.toolbar {
        padding: 0;
        height: 56px;
    }

        .fixed-action-btn.toolbar.active > a i {
            opacity: 0;
        }

        .fixed-action-btn.toolbar ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            top: 0;
            bottom: 0;
            z-index: 1;
        }

            .fixed-action-btn.toolbar ul li {
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
                display: inline-block;
                margin: 0;
                height: 100%;
                -webkit-transition: none;
                transition: none;
            }

                .fixed-action-btn.toolbar ul li a {
                    display: block;
                    overflow: hidden;
                    position: relative;
                    width: 100%;
                    height: 100%;
                    background-color: transparent;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    color: #fff;
                    line-height: 56px;
                    z-index: 1;
                }

                    .fixed-action-btn.toolbar ul li a i {
                        line-height: inherit;
                    }

    .fixed-action-btn ul {
        left: 0;
        right: 0;
        text-align: center;
        position: absolute;
        bottom: 46px;
        margin: 0;
         visibility: hidden;
    }

    .fixed-action-btn:hover ul {
        left: 0;
        right: 0;
        text-align: center;
        position: absolute;
        bottom: 46px;
        margin: 0;
        visibility:visible;
    }

.dottedDiv {
    background-color: white !important;
    color: black !important;
}

.fixed-action-btn ul li {
    /*margin-bottom: 15px;*/
    margin-bottom: 4px;
    transform: rotate(180deg);
}

.fixed-action-btn ul a.btn-floating {
    opacity: 1;
    transform: rotate(180deg);
}

.fixed-action-btn .fab-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    background-color: #26a69a;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.btn-flat {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #343434;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}
 
#divBtnFloating {
    /*transform:rotate(180deg);*/
    width: 55% !important;
}


/*<!----------END_fixed-action-btn---------------->*/
 



/*orgchart print page style*/
.imgPDF {
    cursor: pointer;
    height: 30px;
}

.rotate-up-arrow{
    transform:rotate(180);
}


/*simulation orgchart*/
.clsUpDownArrows {
    display: inline-block;
    padding: 10px;
}

.ShowCRUD, .RemoveCRUD {
    display: block;
}
.RemoveCRUD{
    transform:rotate(180deg);
}

.orgchart-rmv-top{
    margin-top:0px !important;
}


