﻿/*
    Please do not allow anymore commits in this file & try to remove content from this file if possible.
    This was added as a tool to aid development, don't leave code in here as it  is disorganised and will load at the wrong time.
    Any code in here should be rejected when it gets to pull request
*/

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal{
    text-align:center
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: inherit;
  outline: 0;
}

.pac-container {
    background-color: #FFF;
    z-index: 1050;
    position: fixed;
    display: inline-block;
    float: left;
}
.modal-backdrop {
    z-index: 1040;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  display:inline-block;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          text-align:left
}
.modal600{
    width:600px;
    text-align:left
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  padding-bottom:0;
  padding-left:0;
  margin-left:1em;
  margin-right:0em;
  overflow:auto;
  font-size:1em;
  border-bottom:none;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    display:inline-block;
    text-align:center;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}

.gp-date-range .btn { font-size: 1.0em; padding: 0.5em;}

.gp-date-range .input-group-btn { font-size: 1.2em; }

.gp-date-range table { margin-top: 0;outline: none; }
.gp-date-range table td, .gp-date-range table th { font-size: 0.9em; padding: 1px!important;}



/*.cantfindProject*/
.CFAP {
    opacity:0;
    -moz-animation: fadein;
    -o-animation: fadein;
    -webkit-animation: fadein;
    animation: fadein;
    -moz-animation-delay: 57s;
    -o-animation-delay: 57s;
    -webkit-animation-delay: 57s;
    animation-delay: 57s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.CFAP li.view-options_item{
    padding: 0 0.5em 0 0;
}

.CFAP.CFAP_bottom{
    margin-top:1.5em;
    border:none;
}
@media only screen and (min-width:748px){
    .CFAP.CFAP_bottom {
        position: relative;
        left: 80%;
        margin-top:1.5em;
        width:200px;
        margin:0
    }
}
.CFAP_bottom a{
    vertical-align:top;
    color:#6e6e6e;
    text-decoration:none
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

img.CFAPicon{
           width:2.1em;
           height:2.1em;
       }

  .CFAP .lt-ie9 {
    width: initial;
    height: 3.5em;
    border-right: 1px solid #E7E6E6; }
  @media screen and (min-width: 945px) {
    .CFAP {
      width: initial;
      height: 3.5em;
      border-right: 1px solid #E7E6E6; } }


.modal-header_tab-type1 {
        display:block;
		color: #FBFBFB;
		font-size: 0.75em;
		font-weight:500;
		letter-spacing:0.1px;
		background-color: rgba(255,255,255,0.25);
		padding:0.75em 1.25em;
		text-transform:uppercase;
        float:left;
}
h5.header_box{
    color:#FBFBFB;
    font-size:0.8em;
    text-transform:uppercase;
    display:block;
    width:7em;
    margin:0;
    padding:1.2em;
    background-color:#a9ca61;
    float:left
}

.modal-body-header .modal-header_tab-type2 {
    display: inline-block;
	color: #FBFBFB;
	font-size: 0.75em;
	font-weight:500;
    clear: none;
    margin-top: 0.5em;
    text-align: left;
    padding-left: 4em;
    
}
.modal-header_tab-type2 ul{
    list-style:disc
}


.modal-head-text {
  padding-bottom:0;
  padding-left:0;
  margin-left:-1.5em;
  overflow:auto;
  font-size:1em;
  color: #FBFBFB;
}
p.modal-head-text{
    margin-bottom:0
}
.modal_submit{
    border-top:1px solid #e5e5e5;
    padding-top:15px;
}

.ngTruncateToggleText {
    /*animation: blinker 2s linear infinite;
    animation-play-state: running;
    color: #8DB634;*/
}

    .ngTruncateToggleText:hover {
        /*color: #8DB634;*/
        text-decoration:none;
    }

    @keyframes blinker {
        50% {
    opacity: 0;
  }
}
.dummy-icon-download-orange {
    background: url('#{$img-source}/icon-download-orange.png') no-repeat;
}

.dummy-icon-download-grey {
    background: url('#{$img-source}/icon-download-grey.png') no-repeat;
}

.help-tip {
    position: absolute;
    right: 10px;
    text-align: center;
    background-color: #8DB634;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 15px;
    line-height: 24px;
    margin-top: -28px;
}

.help-tip:before {
    content: '?';
    font-weight: 600;
    color: #fff;
}

.help-tip:hover p {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
    z-index: 99;
}

.help-tip p { /* The tooltip */
    display: none;
    text-align: left;
    background-color: #8DB634;
    padding: 15px;
    width: 300px;
    position: absolute;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 0.38em;
    text-align: justify;
    text-justify: inter-word;
}

.help-tip p:before { /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width: 10px;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #8DB634;
    right: 10px;
    top: -12px;
}

.help-tip.white {
    border: 2px solid #FFF;
    margin-bottom: 0;
    line-height: 21px;
}

.help-tip.white p {
    right: -150px;
    top: 29px;
}

.help-tip.white p:before { /* The pointer of the tooltip */
    position: absolute;
    content: '/';
    width: 10px;
    height: 0;
    right: 156px;
    top: -16px;
    transform: rotate(25deg);
    font-size: 9px;
}

.help-tip.white p:after { /* The pointer of the tooltip */
    position: absolute;
    content: '/';
    width: 10px;
    height: 0;
    left: 141px;
    top: 2px;
    transform: rotate(118deg);
    font-size: 9px;
}

.help-tip p:after { /* Prevents the tooltip from being hidden */
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

img.planningdocs {
    cursor: pointer;
    display: block;
    height: 1.5em;
    margin: 0 auto;
    width: 1.5em;
}
img.planningdocsheader {
    height: 1.3em;
    margin: 0 auto;
    width: 1.3em;
}

.planningdocsdownloadtext {
    color: #6D6D6D;
    display: block;
    font-size: .8em;
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}

.planningdocsdivlead {
    float: right;
    display: inline-block;
}

.planningdocsdiv {
    float: right;
    display: inline-block;
    margin-top: -13px;
}

img.planningdocspopUp {
    cursor: pointer;
    height: 1.5em;
    width: 1.5em;
    margin: 0.3em 0.5em 0 0.5em;
    vertical-align: bottom;
}
/*<!--///////////-->*/
.modal600 .modal-planningdocs-header {
    background-color: #8DB634;
    padding-left: 2.5em;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 1em;
    padding-top: 2em;
    color: white;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .modal600 .modal-planningdocs-header h2 {
        line-height: 0;
        color: white;
        width: 100%;
    }

.modal-planningdocs-header .right {
    margin-top: -1.5em;
}
.modal-planningdocs-header h3 {
    width: 80%;
    margin-top: .5em;
    color: white;
    font-weight: normal;
}

.lbl-docs-count {
    float: right;
    padding: .5em;
    font-weight: 600;
    font-style: normal;
    color: #6D6D6D;
    text-rendering: optimizeLegibility;
}

table.table-planingdocs a {
    text-decoration: none;
    text-transform: inherit;
    font-size: 1.1em;
    display: inline-flex;
}

.planningDocPopUptd a span {
    margin-top: .5em;
    word-break: break-all;
    cursor: pointer;
    color: #8DB634;
}
.fab {
    cursor: pointer;
}

.fab-backdrop {
    color: rgba(255, 255, 255, 0);
}

.fab-primary, .fab-secondary {
    transition: all 0.35s ease-in-out;
}

.fab.active .fab-primary {
    opacity: 0;
    transform: rotate(225deg);
}

.fab-secondary {
    opacity: 0;
    transform: rotate(-225deg);
}

.fab.active .fab-secondary {
    opacity: 1;
    transform: rotate(0);
    margin-top: -2px;
}
@media (max-width: 1190px) {
.project-details-downdocs li {
    margin-top: 0;
    position: relative;
    width: 100%;
    &.download_spacer {
        display: none;
    }
}

.planningdocsdivlead,.planningdocsdiv {
    float: left !important;
    margin-top: 5em;
        margin-left: -1em;
}
.proj_contacts-card .c_body
{
    border-left: 1px solid #ddd;
    padding-left: 1em;
}

.modal600 {
    width: auto;
}
}

.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
}

.flex-child:first-child {
    margin-right: 20px;
}

.card-title {
    color: black;
    font-weight: bold;
    font-size: 24px;
}

.card .c_link {
    color: #8DB634;
}
