@import url("./dashboard.css");
@import url("./agreementdetail.css");
@import url("./generateMdDailog.css");
@import url("./sendSignatureDailog.css");
@import url("./sendForReview.css");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

html {
    overflow: hidden !important;
}
.ands-link, a {
    cursor: pointer;
    text-decoration: none;
    color: #0077c5;
    font-size: 16px;
}
a {
    background-color: transparent;
}
.ands-expandable-list .ands-expandable-list-item.ands-expandable-list-item--expanded>.ands-expandable-list-title {
    border-left: 3px solid #0077c5;
    padding-left: calc(.75rem - 3px);
    color: #0077c5;
    background-color: #fff;
}
/*Md-tabs background-color*/
md-tabs md-tabs-wrapper{
    background-color: #fff !important;
}

/*colors*/
.black-font {
    color: black !important;
}
.ands-app-bar {
    /*background-color: #314054;*/
    background-color: #F3F4F6 !important;
}
.ands-app-bar .ands-app-bar-title h4 {
    border-left: 1px solid black;
    color: black;
}
.ands-card-title.yellow-card {
    border-radius: 10px;
}
.dashboard-nav-main-container {
    border-radius: 10px;
}
.ands-app-bar2 {
    border-bottom: 1px solid #979797;
    background-color: #fff;
    padding-left: 10px;
}
.ands-container, .ands-work-panel{
    max-width:100% !important;
}
.bold {
    font-weight: 600;
}
/*.ands-app-bar-logo{
    background-color: #62a70f !important;
}*/

.green-color {
    color: #44A729;
}

.blue-color {
    color: #00A2D7 !important;
}

.gray-font-color {
    color: #9c9ea8 !important;
}

.black-font {
    color: #404a59 !important;
}

.background-blue {
    background-color: #eff8fc;
}

.background-light-gray {
    background-color: #f6f6f7;
}

.dashboard-cardcount{
    color: #404a59;
}

body {
    height: 100%;
    width: 100%;
    /*background-color: #f3f3f3;*/
    overflow: hidden !important;
    font-family: "BuenosAires", "Open Sans" !important;
}

.user-image {
    background-image: url(../images/Kristine.jpg);
    width: 24px;
    height: 24px;
    margin-left: 1rem;
    border-radius: 60px;
    background-size: 25px;
}

.clm-home {
    width: 100%;
    height: calc(100% - 56px);
    overflow-y: scroll !important;
}


/*DHAVAL::::::::::::::::::::::::Please donot change affecting MD-AUTOCOMPLTEE*/

#dashboardv2.highlight {
    background-color: #f2fafd !important;
    border-left: 4px solid #3ba1d9 !important;
}

.hr-line {
    width: 100%;
    border: 0;
    height: 0;
    border: solid 1px #dedede;
}

md-tabs.md-default-theme md-ink-bar,
md-tabs md-ink-bar {
    height: 3px;
}

md-progress-linear.md-default-theme .md-bar,
md-progress-linear .md-bar {
    background-color: #44A729 !important;
}

.sky-blue-font {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #318fd0;
}

.middle-panel-header-text {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    color: #6d707d;
}

.show-card-border-rightpanel{
    padding-top: 10px;
    border-top: 1px solid #e7e7ea;
}

.middle-panel-black-font {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.29;
    letter-spacing: 0.1px;
    color: #404a59;
}

.table-font-color {
    font-size: 14px;
    color: #6d707e;
}

.overview-title {
    font-size: 24px;
    font-weight: 300;
    color: #6d707d;
    clear: left;
    padding-top: 24px;
}

.charts-title {
    font-size: 24px;
    font-weight: 300;
    color: #6d707d;
}

.default-tableRight {
    width: 90%;
}

.default-rightpanel {
    position: absolute;
    width: 100%;
}


/*Power beam charts*/

#chartIframe.exploreCanvas {
    background-color: #f3f3f3 !important;
}

#chartIframe .exploreCanvas {
    bottom: 140px !important;
}

#chartIframe.visualContainerHost {
    background: #f3f3f3 !important;
}


/*dropZone*/

.dropzone {
    border: 2px dashed #c8cace;
    min-height: 100px !important;
}

.dropzone .fa-cloud-upload {
    color: #c8cace !important;
    font-size: 45px !important;
    margin-top: -14px !important;
}

.dropzone .dz-default {
    margin-top: 5px;
}

.dashboard-container.highlight {
    background-color: #f2fafd !important;
    border-left: 4px solid #00A2D7 !important;
}

.arrow_drop_down {
    color: #9c9ea8 !important;
    position: relative !important;
    font-size: 40px !important;
    top: -10px !important;
    left: -10px !important;
}

.green_check_status {
    font-size: 17px !important;
    position: relative;
    left: 1px !important;
    top: 4px !important;
}

.dashboardV2_green_check_status {
    font-size: 17px !important;
    position: relative;
    top: 4px !important;
    left: 3px !important;
}

.dashboardV2_arrow_drop_down {
    color: #9c9ea8 !important;
    position: relative;
    font-size: 40px !important;
    top: -10px !important;
    left: -8px !important;
}

.right-steps-remain{
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 1440px) {
    .right-steps-remain{
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}


/*Approavls page for lines*/

.line-left1 {
    top: 55px !important;
}

.line-left2 {
    top: 130px !important;
}

.line-left4 {
    top: 310px !important;
}

.line-left {
    position: absolute !important;
    border-left: 1px solid #c8cace;
    height: 75px;
    left: -16px;
}

.line-left::before {
    content: url(../images/par_arrow.png);
    position: relative;
    top: -5px;
    left: -1px;
}

.line-down {
    position: absolute !important;
    top: 215px !important;
}

.line-down::after {
    content: url(../images/seq_arrow.png);
    position: relative;
    top: 22px;
    left: 10px;
}

.line-left2::after {
    content: url(../images/par_arrow.png);
    position: relative;
    top: 68px;
    left: -22px;
}

.line-left4::after {
    content: url(../images/par_arrow.png);
    position: relative;
    top: 68px;
    left: -23px;
}
