/*All Confirm data form styling should be added in this file*/
.scrollDiv {
    overflow-y: auto;
    height: -moz-calc(100vh - 185px);
    height: -webkit-calc(100vh - 185px);
    height: calc(100vh - 185px);
}

.main-left-container {
    border-right: 1px solid #ccc;
    padding: 5px;
}

.main-right-container {
    border: none;
    padding: 0px;
    padding-right: 10px;
    margin-top: 10px;
    margin-right: 10px;
}

.main-left-container h3 {
    border-bottom: 1px solid #ccc;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.main-left-container .form-group {
    margin-bottom: 10px;
}

/* --- Open Layer Controls --- */

.ol-attribution:not(.ol-collapsed) {
    background: rgba(0, 0, 0, 0.1);
    height: auto;
    padding: 0;
}

.ol-attribution ul {
    font-size: .7em;
}

.ol-attribution ul:first-child li:first-child a {
    display: none;
}

.ol-attribution.ol-uncollapsible img {
    max-height: none;
}

.main-right-container .tracePanel table {
    font-size: 13px;
    vertical-align: text-top;
    margin-bottom: 0;
}

.main-right-container .tracePanel button {
    float: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 8px;
}

.label-header {
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 2px 10px;
}

.main-right-container .form-group {
    margin-bottom: 10px;
}

.mandatory-text {
    font-size: 14px;
    font-style: italic;
}


i.nonhoverable {
    color: #017d80 !important;
}

.commandBar button {
    width: 65px;
    margin: 5px 0 0 5px;
}

textarea {
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}

select::-ms-expand {
    display: none;
}


.modal-lg .modal-content {
    padding: 0px;
}

.modal-lg .modal .modal-header {
    margin-bottom: 5px;
}

@media only screen and (min-width: 769px) {
  .modal-lg {
    width: -moz-calc(100vw - 40px);
    width: -webkit-calc(100vw - 40px);
    width: calc(100vw - 40px);
    height: -moz-calc(100vh - 40px);
    height: -webkit-calc(100vh - 40px);
    height: calc(100vh - 40px);
    margin: 20px auto;
  }
}

.no-transition {
    transition: none;
}

.shadow {
    box-shadow: 0px 0px 15px rgba(62, 83, 164, 1) !important;
}

.noShadow {
    box-shadow: 0px 0px 0px rgba(62, 83, 164, 1);
}

.required-field {
    font-style: italic;
    font-size: 11px;
}

.subscript-icon {
    position: relative;
    top: 8px;
    left: -13px;
    font-size: smaller;
}

.badge {
    background-color: #f8f8f8;
    border: 1px solid rgb(200, 206, 228);
    color: #717171;
    line-height: .9;
}

.commitment-status {
    font-size: 14px;
    font-style: italic;
}

.thin-right-border {
    border-right: 1px solid #e1e1e1;
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.documentLinkTable {
    width: 100%;
    background-color: transparent !important;
}

    .documentLinkTable td {
        padding: 0 10px 0 10px;
    }

.documentLinkTable td> p {
    /*line-height: 1.5em;
    height: 3.2em;
    overflow: hidden;
    padding-top: 6px;
    white-space: pre-wrap;
    word-break: break-all;*/
    font-size: 13px;
}

.unsupported-format-icon {
    font-size: 35px;
    color: #E2EEEF;
}

.unsupported-format-xtn-xs-wrapper {
    position: relative;
    display: inline-block;
}

.unsupported-format-xtn-xs {
    position: absolute;
    bottom: 7px;
    width: 28px;
    font-size: 10px;
    color: #4E4E4E;
    font-weight: bold;
    margin: 0 0 0 2px;
}
.unsupported-format-xtn-sm > div,
.unsupported-format-xtn-xs > div {
        background-color: #E2EEEF;
    }
.unsupported-format-xtn-sm-wrapper {
    position: relative;
    display: inline-block;
    height: 38px;
}

.unsupported-format-xtn-sm {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    color: #4E4E4E;
    font-weight: bold;
}

.unsupported-format-xtn-big {
    position: relative;
    top: -238px;
    font-size: 35px;
    color: #4E4E4E;
    font-weight: bold;
    padding: 0px 15px;
}

.document-date {
    color: #717171;
}

/* styles for '...' */
.block-with-text {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.5em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 3.2em;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
    /* place for '...' */
    margin-right: -1em;
    padding-right: 1em;
    padding-top: 6px;
    white-space: pre-wrap;
    word-break: break-all;
}
/* create the ... */
.block-with-text:before {
    /* points in the end */
    content: '...';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 0;
    bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.block-with-text:after {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    /* set width and height */
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    /* bg color = bg color under block */
    background: white;
}

div:hover > table > tbody > tr > td:nth-child(3) > .block-with-text:after {
    background: #f7f4fa !important;
}

.block-with-text-3line {
    overflow: hidden;
    position: relative;
    line-height: 1.5em;
    max-height: 5.2em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
    padding-top: 6px;
    white-space: pre-wrap;
    word-break: break-all;
}
.block-with-text-3line:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
}

.block-with-text-3line:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: #f7f4fa;
}

.editable-wrap .editable-error {
    display: table;
    font-size: 12px;
    color: #dc0000;
    white-space: normal;
}

.editable-wrap .editable-controls {
    width: 100%;
}

.drop-down-arrow:before {
    content: "▼";
    float: right;
    color: #c5c4c4;
}

.para-as-textbox {
    height: 5em;
}

.doc-link-detail {
    overflow-y: hidden;
    height: 520px;
}

.doc-link-detail-img {
    text-align: center;
}

.thumbnail-img-small {
    height: 40px;
    width: 60px;
    cursor: pointer;
}

.thumbnail-img-big {
    height: 465px; 
    display: inline;
    border: none;
}

.slick-slider {
    margin-bottom: 10px;
}

.doc-link-warning {
    font-size: 13px;
}

.doc-link-warning i{
    color: #EDB700;
}

.doc-link-preview-desc-scroll {
    overflow-y: auto;
    height: 235px;
}

.shadow-on-hover:hover {
    background-color: #f7f4fa;
    -webkit-box-shadow: 0 0 5px 2px rgba(62, 83, 164, .4);
    box-shadow: 0 0 5px 2px rgba(62, 83, 164, .4);
}

.slick-list {
    padding: 5px 0px 5px 0px;
}

.thumbnail-active {
    border-color: #017d80;
    -webkit-box-shadow: 0 3px 7px 0 rgba(62, 83, 164, .4);
    box-shadow: 0 3px 7px 0 rgba(62, 83, 164, .4);
    border-radius: 2px;
}

/* editable-empty */
.editable-empty, 
.editable-empty:hover, 
.editable-empty:focus,
a.editable-empty, 
a.editable-empty:hover, 
a.editable-empty:focus {
  font-style:normal; 
  color: #4e4e4e;  
  text-decoration: none;
}

.slick-prev:hover::before, 
.slick-next:hover::before {
     color: #9b9b9b; 
}

.nav-tabs > li > a {
    padding: 5px 10px;
}

.form-tab-container .tab-pane {
    padding: 10px !important;
}

/*Customized button to be used in place of anchor*/
.nav-tabs > li.active > button, .nav-tabs > li.active > button:hover, .nav-tabs > li.active > button:focus {
    color: #2e2e2e;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-top: 2px solid #017d80;
    border-bottom-color: transparent;
    cursor: default;
    outline: 0;
}

.nav-tabs > li > button {
    padding: 5px 10px;
}

.nav-tabs > li > button {
    margin-right: 0;
    line-height: 1.42857;
    border-radius: 0;
}

.nav>li>button {
    position: relative;
    display: block;
}

.nav-tabs > li > button {
    margin-right: 0;
    line-height: 1.42857;
    border-radius: 0;
    color: #717171;
    background-color: #f7f7f7;
    border: 1px solid #e1e1e1;
    border-bottom-color: transparent;
}
/*End*/


/**/

form div.scrollDivDetails .popover-content {
    min-width: 150px;
    padding: 5px;
}

form div.scrollDivDetails .popover-content .btn + .btn {
    margin-left: 5px;
}

form div.scrollDivDetails h3.popover-title,
form div.scrollDivDetails h3.popover-header {
    padding: 5px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

form div.scrollDivDetails .popover > .arrow,
form div.scrollDivDetails .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

form div.scrollDivDetails .popover > .arrow {
    border-width: 11px;
}

form div.scrollDivDetails .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

form div.scrollDivDetails .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

form div.scrollDivDetails .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

form div.scrollDivDetails .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}

form div.scrollDivDetails .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

form div.scrollDivDetails .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

form div.scrollDivDetails .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

form div.scrollDivDetails .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}

form div.scrollDivDetails .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.ui-select-container .btn {
    font-family: yellix, "century gothic", roboto, arial, sans-serif;
}

.read-only-data p {
    word-wrap: break-word;
    margin: 0 0 3px 0;
    white-space: pre-wrap;
    color: #2e2e2e;
}

.read-only-data label,
.search-filter-field label,
.search-filter-field-date label,
.table > thead > tr > th,
.mat-table > thead > tr > th {
    color: #017D80;
    font-weight: bold;
}

.card-heading > i:first-child,
.card-heading > .arrows-1_minimal-down,
.card-header > i:first-child,
.card-header > .arrows-1_minimal-down {
    padding-right: 10px;
}
.card-heading:not(.double-icon):not(.commitment-card-heading) > span:not(.pull-right):not(.badge):not(.issue-detail-number):not(.issue-detail-text),
.card-header:not(.double-icon):not(.commitment-card-heading) > span:not(.pull-right):not(.badge):not(.issue-detail-number):not(.issue-detail-text) {
    display: block;
    margin-left: 25px;
    margin-top: -25px;
}
.card-heading.commitment-card-heading > span,
.card-heading.double-icon > span,
.card-heading > span.pull-right,
.card-header.commitment-card-heading > span,
.card-header.double-icon > span,
.card-header > span.pull-right {
    display: inline-block;
}
.card-heading.double-icon > span,
.card-heading > span.pull-right,
.card-header.double-icon > span,
.card-header > span.pull-right {
    max-width: calc(100% - 150px);
}
.divStatus .card-heading > span > span,
.divStatus .card-header > span > span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: block;
}

.card {
    margin-bottom: 10px;
}
.card .card{
    margin-bottom: -1px;
}
.card-body {
    padding: 15px;
}
.info-popup .card-body {
    padding: 0;
}
.card-heading.handCursor:hover,
.card-header.handCursor:hover {
    background-color: #E2EEEF;
}
.card-heading-primary,
.card-header-primary {
    background-color: #017d80 !important;
    color: #fff !important;
}
.card-heading,
.card-header {
    padding: 4px 15px !important;
    margin: 0;
}
.card-filled-heading > .card-heading,
.card-filled-heading > .card-header {
    border-radius: 4px 4px 0 0;
}
.card-heading-icon {
    color: #017d80;
}
.card-collapsible.card-filled-heading .card-heading,
.card-collapsible.card-filled-heading .card-header {
    cursor: pointer;
}

    .card-collapsible.card-filled-heading .card-heading:hover,
    .card-collapsible.card-filled-heading .card-header:hover {
        background-color: #e2eeef;
    }

.card-filled-heading .card-filled-heading .card-heading,
.card-filled-heading .card-filled-heading .card-header {
    border-radius: 0;
    font-size: 14px;
    color: #717171;
}

.statuslog-number-cell {
    white-space: nowrap;
}

span.issue-detail-number {
    display: inline-block;
}

span.issue-detail-text {
    display: none;
}
.edit-icon-inline-container {
    vertical-align: middle;
}

.edit-icon-inline {
    cursor: pointer;
    color: #017d80;
}
