.node {
    cursor: pointer;
}

.overlay {
    background-color: #EEE;
}

.node circle {
    fill: white;
    stroke: black;
    stroke-width: 2.5px;
}

.node text {
    font-size: 10px;
    font-family: sans-serif;
    max-width: 50px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 2.5px;
}


.templink {
    fill: none;
    stroke: red;
    stroke-width: 3px;
}

.ghostCircle.show {
    display: block;
}

.ghostCircle, .activeDrag .ghostCircle {
    display: none;
}

.hidden {
    display: none;
}
/*color change*/
.violet {
    stroke: black !important;
    fill: none;
    stroke-width: 2.5px;
}

.gray {
    stroke: darkgray !important;
    fill: none;
    stroke-width: 2.5px;
}

.blue {
    stroke: darkblue !important;
    fill: none;
    stroke-width: 2.5px;
}

.red {
    stroke: red !important;
    fill: none;
    stroke-width: 2.5px;
}

.orange {
    stroke: darkorange !important;
    fill: none;
    stroke-width: 2.5px;
}

.green {
    stroke: green !important;
    fill: none;
    stroke-width: 2.5px;
}

.yellow {
    stroke: yellow !important;
    fill: none;
    stroke-width: 2.5px;
}
/*/////////////////////////////////////////////////////////*/
/* backgroung color change*/
.bg-green1 {
    background-color: green !important;
    border: 1px solid green !important;
}

.bg-orange {
    background-color: orange !important;
    border: 1px solid orange !important;
}

.bg-red {
    background-color: red !important;
    border: 1px solid red !important;
}

.bg-blue {
    background-color: blue !important;
    border: 1px solid blue;
}

.bg-yellow {
    background-color: yellow !important;
    border: 1px solid yellow;
}

.demo {
    background: #efd391;
}

a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

.tab .nav-tabs {
    position: relative;
    border-bottom: none;
}

    .tab .nav-tabs li {
        text-align: center;
        margin-right: 10px;
    }

        .tab .nav-tabs li a {
            display: block;
            font-size: 16px;
            font-weight: 600;
            color: #444;
            padding: 10px 15px;
            background: transparent;
            margin-right: 0;
            border: none;
            border-radius: 0;
            overflow: hidden;
            position: relative;
            z-index: 1;
            transition: all 0.5s ease 0s;
        }

            .tab .nav-tabs li a:before {
                content: "";
                width: 100%;
                height: 3px;
                background: #de7921;
                position: absolute;
                top: 92%;
                left: 0;
                transition: all 0.3s ease 0s;
            }

            .tab .nav-tabs li a:hover:before,
            .tab .nav-tabs li.active a:before,
            .tab .nav-tabs li.active a:hover:before {
                top: 0;
            }

            .tab .nav-tabs li a:after {
                content: "";
                width: 100%;
                height: 100%;
                background: #fff;
                position: absolute;
                top: 100%;
                left: 0;
                z-index: -1;
                transition: all 0.3s ease 0s;
            }

            .tab .nav-tabs li a:hover:after,
            .tab .nav-tabs li.active a:after,
            .tab .nav-tabs li.active a:hover:after {
                top: 0;
            }

.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover,
.nav-tabs li a:hover {
    border: none;
}

.tab .tab-content {
    background: #fff;
    /*font-size: 10px;*/
    color: #555;
    line-height: 26px;
}

    .tab .tab-content h3 {
        font-size: 24px;
        margin-top: 0;
    }

@media only screen and (max-width: 479px) {
    .tab .nav-tabs li {
        width: 100%;
    }
}

/*.tooltip {
    position: absolute;
    text-align: center;
    width: 30% !important;
    height: 15% !important;
    max-width: 30% !important;
    padding: 8px !important;
    font: 10px sans-serif;
    background: #ffff99;
    border: solid 1px #aaa;
    border-radius: 8px;
    pointer-events: none;
}*/
/*accordian css*/
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 0.5rem !important;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/*.active, .accordion:hover {
        background-color: #ccc;
    }*/

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 24px;
    background-color: white;
    display: none;
    overflow: hidden;
    margin-bottom: 0px !important;
}

.accordion accordion_change {
    padding: 10px 10px 10px 10px !important;
}

.accordion_change {
    border: 1px solid #808080;
    margin: 10px;
}
/* style for grid*/
.btn btn-default btn-sm {
    width: 25px !important;
    height: 25px !important;
    padding: 2px;
}

.input-sm {
    padding: 0px 16px !important;
}

.headerClass {
    background-color: #E6E6E6 /*#2A3F54*/ !important;
    color: black /*white*/ !important;
    text-align: center /*justify*/ !important;
    font-weight: bold !important;
    border: 1px solid #8a8a8a;
}

.tdBdr {
    border: 1px solid #8a8a8a;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background-color: #F8F8F9 /*lightgray*/ !important;
}

.border-dblue {
    border: 1px solid darkblue !important;
}

.bg-br {
    background-color: darkblue !important;
    border: 3px solid darkblue !important;
}

.btn {
    background-color: darkblue !important;
    color: white !important;
    border: 1px solid darkblue !important;
}

    .btn:hover {
        background-color: white !important;
        color: darkblue !important;
        text-decoration: none;
    }


.modalForm {
    color: #636363;
    width: 500px;
}

.modal-confirm {
    color: #636363;
    width: 325px;
}

    .modal-confirm .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
    }

    .modal-confirm .modal-header {
        border-bottom: none;
        position: relative;
    }

    .modal-confirm h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -15px;
    }

    .modal-confirm .form-control, .modal-confirm .btn {
        min-height: 40px;
        border-radius: 3px;
    }

    .modal-confirm .close {
        position: absolute;
        top: -5px;
        right: -5px;
    }

    .modal-confirm .modal-footer {
        border: none;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
    }

    .modal-confirm .icon-box {
        color: #fff;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -70px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: #82ce34;
        padding: 15px;
        text-align: center;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }

        .modal-confirm .icon-box i {
            font-size: 58px;
            position: relative;
            top: 3px;
        }

    .modal-confirm.modal-dialog {
        margin-top: 80px;
    }

    .modal-confirm .btn {
        color: #fff;
        border-radius: 4px;
        background: #82ce34;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        border: none;
    }

        .modal-confirm .btn:hover, .modal-confirm .btn:focus {
            background: #6fb32b;
            outline: none;
        }

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.button-delete {
    background-color: red !important;
    color: white !important;
    border: 1px solid red !important;
}

.background-red {
    background-color: red !important
}

.redColor {
    color: red !important;
}

.companyFont {
    float: right !important;
    margin-top: 8px;
    color: black;
}

.padding-change {
    padding: 4px 12px !important;
}

.modal1 {
    position: fixed;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    display: none;
}

.center {
    z-index: 2;
    margin: 100px auto;
    padding: 10px;
    width: 150px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
}
    .center img {
        height: 150px;
        width: 150px;
    }
.text-bold{
    font-weight:bold;
}
.container1 {
    display: block;
    position: relative;
    padding-left: 35px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 19px;
}

    /* Hide the browser's default checkbox */
    .container1 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
textarea {
    resize: none;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    line-height: 1.33;
}

.chosen-container chosen-container-single{
    width:100%!important;
}
.mg_10{
    margin-top:10px;
}
/*.gj-picker gj-picker-bootstrap datepicker gj-unselectable{
    width:18%!important;
}*/
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
    padding:4px!important;
}
.gj-grid-md td:first-of-type, .gj-grid-md th:first-of-type
{
    padding:0px!important;
}
/* just for now hiding apply all in standardMaster Standard Family */
#companyMasterStandardList gj-checkbox-bootstrap input[type=checkbox][data-role=selectall] + span {
    display:none!important;
}
.arrowBtn {
    background-color: white;
    padding: 0px;
    border: none;
}
.arrowBtn:hover {
    background-color: white!important;
    padding: 0px;
    border: none;
}
.widthIncrease{
    width: 100%!important;
}
table tbody{
    font-size:11px!important;
}

#companyMasterStandardList th:first-child {
    width: 10px !important;
}

#companyMasterProcessList th:first-child {
    width: 10px !important;
}
#companyMasterTaskList th:first-child {
    width: 10px !important;
}
#companyMasterStepList th:first-child {
    width: 10px !important;
}
#companyMasterStandardList th:nth-child(2) {
    width: 10px !important;
}
/* changes to table*/
/*#allMasterStandardList tbody {
    display: block!important;
    max-height: 457px!important;
    overflow-y: scroll!important;
}

#allMasterStandardList thead, tbody tr {
    display: table!important;
    width: 100%!important;
    table-layout: fixed!important;
}

#allMasterStandardList thead {
    width: 100%!important;
}


#allMasterStandardList {
        table-layout: auto!important ; 
    }*/

/*#allMasterStandardList thead, tbody, tr, td, th {
    display: block;
}
    #allMasterStandardList tbody {
        height: 200px;
        overflow-y: auto;
        width: 100%;
    }*/