/* For bootstrap use only */
/*
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
*/

/* For Menu hover */
/*
.layout-container .ultima-menu li a:focus, 
.layout-container .ultima-menu li a:hover {
    text-decoration: none;
}
*/

.text-right {
    text-align: right;
}

/* Offer List Page */
.ui-dropdown {
    vertical-align: bottom;
}

/* TOP BAR - Footer Styles */
.navbar-inverse .navbar-brand {
    color: #ddd;
}

.navbar-inverse {
    border-color: #080808;
    background-color: #083868;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ddd;
}

.navbar-brand {
  float: left;
  height: 48px;
  padding: 0px 15px;
  font-size: 28px;
  line-height: 20px;
}

#nav-separator {
    margin-top: 60px;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.ui-growl {
    top: 60px;
}

.ui-dropdown {
    padding-right: 1em;
}

.ui-dropdown .ui-dropdown-trigger {
    width: 23px;
}

footer {
    background-color: #F8F8F8;
}

.modal-footer {
  border-top: 0px solid #e5e5e5;
}

#account-menu {
    margin-right: 35px;
}

.borderless > thead > tr > th, 
.borderless > tbody > tr > th, 
.borderless > tfoot > tr > th, 
.borderless > thead > tr > td, 
.borderless > tbody > tr > td, 
.borderless > tfoot > tr > td {
    border-top: 0px;
}

.spacer {
    margin-top: 20px; /* define margin as you see fit */
}

.foot-spacer {
    margin-top: 60px; /* define margin as you see fit */
}

/* END */

/**/
.picture-box {
    margin-bottom: 30px;
}

.album-thumbnail {
    height: 300px;
}

.album-box {
    margin-bottom: 30px;
}

.pagination > li {
    cursor: pointer;
}

#loginModal {
    margin-top: 80px;
}

#registerModal {
    margin-top: 40px;
}

.blue-thumb {
    border: 1px solid #31708F;
}

/* validation form controls */
.ng-valid[required] {
    border-left: 5px solid #42A948; /* green */
}

.ng-invalid {
    border-left: 5px solid #a94442; /* red */
}

.img-caption {
    margin: 0;
    background-color: whitesmoke;
}

.remove-caption {
    border-bottom: 1px solid #e6e6e6;
    padding: 2px;
    margin: 0 0 10px 0;
}

.dateCaption {
    padding: 6px 0;
}

.buttonCaption {
    padding: 0 !important;
}

.grid-loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.grid-loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.grid-loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.grid-loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: #31708f 1.5em 0 0 0, #31708f 1.1em 1.1em 0 0, #31708f 0 1.5em 0 0, #31708f -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, #31708f 0 -1.5em 0 0, #31708f 1.1em -1.1em 0 0;
    box-shadow: #31708f 1.5em 0 0 0, #31708f 1.1em 1.1em 0 0, #31708f 0 1.5em 0 0, #31708f -1.1em 1.1em 0 0, #31708f -1.5em 0 0 0, #31708f -1.1em -1.1em 0 0, #31708f 0 -1.5em 0 0, #31708f 1.1em -1.1em 0 0;
}

/*loader*/
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: #31708f 1.5em 0 0 0, #31708f 1.1em 1.1em 0 0, #31708f 0 1.5em 0 0, #31708f -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, #31708f 0 -1.5em 0 0, #31708f 1.1em -1.1em 0 0;
            box-shadow: #31708f 1.5em 0 0 0, #31708f 1.1em 1.1em 0 0, #31708f 0 1.5em 0 0, #31708f -1.1em 1.1em 0 0, #31708f -1.5em 0 0 0, #31708f -1.1em -1.1em 0 0, #31708f 0 -1.5em 0 0, #31708f 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.h-divider{
 margin-top:5px;
 margin-bottom:5px;
 height:1px;
 width:90%;
 border-top:1px solid gray;
}

.v-divider{
 margin-left:5px;
 margin-right:5px;
 width:1px;
 height:100%;
 border-left:1px solid gray;
}

.new-row{
 background-color:green !important;
}
.deleted-row{
 background-color:red !important;
}
.changed-field{
 background-color:yellow !important;
}

.splash-screen .logo {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -30px; 
    width: 200px;
    height: 30px;
    background: url(/assets/images/splashLogo2x.48a328e5d004db729ede251dd419b672.png) top left no-repeat;
    background-size: 200px 30px; }
 .layout-container .topbar .logo {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 30px;
    background: url(/assets/images/ePipeLogo2x.293fd5ed4ea4fad092612a3dbbc19853.png) top left no-repeat;
    background-size: 200px 30px; }




  .splash-loader-container {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: 0px; 
}
  
  .splash-loader {
    animation: rotator 1.4s linear infinite; }
  
  @keyframes rotator {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(270deg); } }
  .splash-path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }
  
  @keyframes colors {
    0% {
      stroke: #4285F4; }
    25% {
      stroke: #DE3E35; }
    50% {
      stroke: #F7C223; }
    75% {
      stroke: #1B9A59; }
    100% {
      stroke: #4285F4; } }
  @keyframes dash {
    0% {
      stroke-dashoffset: 187; }
    50% {
      stroke-dashoffset: 46.75;
      transform: rotate(135deg); }
    100% {
      stroke-dashoffset: 187;
      transform: rotate(450deg); } }
  
    

    div#CRInfoPane {
        position: absolute;
        left: 88px;
        top: 30px;
        background-color: white;
        z-index: 1;
        visibility: hidden;
    }
    

/*# sourceMappingURL=app.7596143d844b29024827.css.map*/