﻿body {
}

.no-overflow {
    overflow: hidden;
}

.modal-dialog {
    min-width: 450px;
}

.modal-dialog .modal-body{
    padding: 15px;
    min-height: 100px;
}

.modal-body label {
    font-weight: 600;
}

.pad15 {
    padding: 15px;
}

.header-logo-wrapper {
    margin: 2px 16px;
    float: left;
    min-height: 32px;
}

.header-logo {
    margin-top: 10px;
}

.header-text {
    color: rgb(111, 131, 177);
    font-weight: 600;
    font-size: 24px;
    padding-top: 18px;
    position: absolute;
    top: 0;
    left: 42%;
}

.main-content {
    padding: 15px;
    width: 1280px;
    margin: auto;
    padding-top: 0;
    position: relative;
}

/* Start of CSS styles for select-box directive */
.selectbox {
    width: 12%;
    display: inline-block;
    float: left;
    margin-right: 3%;
    min-width: 150px;
}

    .selectbox label {
        display: inline-block;
    }

.asterisk:after {
    content: ' *';
    color: #ff0000;
}

a.select-div div {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 94%;
    overflow: hidden;
}

.select-div {
    padding: 5px 1px 5px 5px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    min-height: 26px;
    margin-left: 0px;
    margin-top: 0px;
    border: 1px solid #8C8787;
    border-radius: 4px;
    font-size: 12px;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    color: #333;
    background: url(../images/icon-toggle-drop-down.png) no-repeat right #FFF;
    background-position: right 10px center;
}

    a.select-div:focus {
        box-shadow: 0px 0px 1px 1px rgba(25, 120, 239, 0.68);
        text-decoration: none;
        color: #333;
    }

    a.select-div:hover {
        text-decoration: none;
        color: #333;
    }

    a.select-div.select-disabled {
        background-color: #EEE;
        color: #999;
    }

    a.select-div.select-disabled:focus, a.select-div.select-disabled:hover {
        box-shadow: 0px 0px 0px 0px rgba(25, 120, 239, 0.68);
        cursor: not-allowed;
        outline: 0;
        text-decoration: none;
    }

a.select-div .select-placeholder {
    color: #999;
}

ul.select-dropdown {
    position: absolute;
    max-height: 300px;
    border: 1px solid #999;
    border-radius: 4px;
    min-width: 180px;
    list-style: none;
    background-color: #fff;
    overflow-y: auto;
    margin: 6px 0px 0px -6px;
    box-shadow: 0px 0px 0px 0px rgba(25, 120, 239, 0.68);
    padding-top:5px;
    padding-bottom: 5px;    
    padding-left: 0;
    z-index: 100;
}

    ul.select-dropdown li {
        padding: 5px;
        cursor: pointer;
        padding-right: 20px;
        white-space: nowrap;
        font-size: 12px;
    }
    
        ul.select-dropdown li.active-selection {
            background-color: #357EBD;
            color: #FFF;
        }

    ul.select-dropdown.none-found li {
        cursor: default;
        color: red;
    }
/* End of CSS styles for select-box directive */

.selectbox.entity-selectbox {
    width: auto;
    margin-top: 10px;
    margin-left: 15px;
}

.width250px {
    width: 250px;
}

.row {
    width: 100%;
    display: inline-block;
}

.topm-2-imp {
    margin-top: -2px !important;
}

.topm10-imp {
    margin-top: 10px !important;
}

.topm15-imp {
    margin-top: 15px !important;
}

.botm20 {
    margin-bottom: 20px;
}

.botm0, input.entity-value.botm0 {
    margin-bottom: 0px;
}

.modal-body.modal-switch-client {
    overflow-y: visible;
    padding-top: 35px;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: transparent;
}

.no-results-message {
    position: absolute;
    z-index: 1500;
    float: left;
    min-width: 160px;
    padding: 5px 5px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: rgb(251, 10, 10);
    font-size: 12px;
}

.loader-backdrop{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.loader-body {
    position: absolute;
    padding: 20px;
    height: 20px;
    width: 150px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #aaa;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 10px 1px #ccc;
}

input.ng-invalid.ng-invalid-required {
    background-color: #fce0e0;
    border: 1px solid #e07272 !important;
}

input.ng-invalid.ng-invalid-required.ng-untouched, input.ng-invalid.ng-invalid-required:focus {
    border: 1px solid #b0b6bd !important;
    background-color: #fff;
}

.width100cent {
    width: 100%;
}

.width80cent {
    width: 80%;
}

.width75cent {
    width: 75%;
}

.width60cent {
    width: 60%;
}

.width50cent {
    width: 50%;
}

.width49cent {
    width: 49%;
}

.width48cent {
    width: 48.2%;
}

.width45cent {
    width: 45%;
}

.width42cent {
    width: 42%;
}

.width40cent {
    width: 40%;
}

.width35cent {
    width: 35%;
}

.width32cent {
    width: 32%;
}

.width30cent {
    width: 30%;
}

.width25cent {
    width: 25%;
}

.width20cent {
    width: 20%;
}

.width15cent {
    width: 15%;
}

.width13cent {
    width: 13%;
}

.width12cent {
    width: 12%;
}

.width11cent {
    width: 11%;
}

.width10cent {
    width: 10%;
}

.width9cent {
    width: 9%;
}

.width8cent {
    width: 8%;
}

.width5cent {
    width: 5%;
}

.width2cent {
    width: 2%;
}

.width25p {
    width: 25px;
}

.ui-grid-header-cell-wrapper {
    background-color: #c3c6ca;
}

.ui-grid-header-cell, .ui-grid-cell, .ui-grid {
    border: 0;
}

.ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #fff;
}

.ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #f4f5f6;
}

.dashboard-panel {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #CACED3;
    border-radius: 8px;
    min-width: 250px;
    min-height: 300px;
    vertical-align: top;
    box-shadow: 0 0 5px 0px #cacaca;
    border-radius: 8px;
}

.dashboard-panel .panel-title {
    font-weight: bold;
    font-size: 16px;
    /*border-bottom: 1px solid #999;*/
    padding: 10px 15px;
    text-align: left;
}

.dashboard-panel .panel-body{
    overflow: auto;
    box-sizing: border-box;
    text-align: left;
    max-height: 256px;
    padding: 0 15px 15px 15px;
}

.dashboard-panel .panel-body hr{
    margin: 10px 0;
}

.event-statistics .panel-body {
    overflow: hidden;
}

.dashboard-panel .panel-body .progress-div {
    display: inline-block;
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    padding: 16px 0 0 0;
    margin: 0 0;
    text-align: center;
    cursor: pointer;
}

.progress-div .total-number {
    font-size: 56px;
    display: block;
    line-height: 64px;
}

.overdue-color {
    color: #b12125;
}

.at-risk-color {
    color: #f1c232;
}

.completed-color {
    color: #38761d;
}

.scheduled-color {
    color: #b0da9d;
}

.progress-div.overdue.selected {
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #b12125;
    background-color: rgba(177, 33, 37, 0.2);
    /*background-image: url(../images/progress-circle-overdue.png);*/
}

.progress-div.at-risk.selected {
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #f1c232;
    background-color: rgba(241, 194, 50, 0.2);
    /*background-image: url(../images/progress-circle-at-risk.png);*/
}

.progress-div.completed.selected {
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #38761d;
    background-color: rgba(56, 118, 29, 0.2);
    /*background-image: url(../images/progress-circle-at-completed.png);*/
}

.progress-div.scheduled.selected {
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #b0da9d;
    background-color: rgba(176, 218, 157, 0.2);
    /*background-image: url(../images/progress-circle-at-scheduled.png);*/
}

.date-range-selector {
    float: left;
    width: 50%;
}

.date-range-selector .date-range-title {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
}

.date-range-selector button.comiseo-daterangepicker-triggerbutton{
    visibility: hidden;
}

#reportrange .caret {
    float: right;
    margin-top: 8px;
}

.legend {
    display: inline-block;
    float: right;
    margin-right: 10px;
    margin-top: 14px;
    user-select: none;
}

.legend .legend-title {
    display: inline-block;
    position: absolute;
    width: 400px;
    text-align: right;
    background-color: #f5f5f5;
    /*right: 80px;*/
}

.legend .legend-title span {
    cursor: pointer;
     color: #53575a;
}

.legend .legend-title:hover span{
     color: #53575a;
}

.legend-title.slide {
    transition: 0.5s ease-in;
}

.legend-title.slide.in{
    transform: translateX(-100%);
}

.legend-title.slide.out{
    transform: translateX(0%);
}

.legend .all-legends {
    display: inline-block;
    cursor: pointer;
}

.legend .box{
    max-width: 10px;
    height: 10px;
    margin: -1px 5px;
    overflow: hidden;
    display: inline-block;
}

.legend .box:before{
    content: 'abc';
}

.legend .box.overdue {
    color: #b12125;
    background-color: #b12125;
}

.legend .box.at-risk {
    color: #f1c232;
    background-color: #f1c232;
}

.legend .box.completed {
    color: #38761d;
    background-color: #38761d;
}

.legend .box.scheduled {
    color: #b0da9d;
    background-color: #b0da9d;
}


.center-align {
    text-align: center!important;
}

.rightm2cent {
    margin-right: 2%;
}

.rightp2cent-imp {
    padding-right: 2% !important;
}

.leftp2cent-imp {
    padding-left: 2% !important;
}

body#app .daterangepicker.dropdown-menu {
    z-index: 51;
    box-shadow: 0 0 0;
    border: 0px;
    top: 0px !important;
    left: 0px !important;
}

body#app .daterangepicker::after, body#app .daterangepicker::before {
    display: none;
}

body#app .daterangepicker td.in-range:not(.active) {
    background-color: #b5e4f9;
}

body#app .daterangepicker .ranges {
    float: right;
}

body#app .daterangepicker .range_inputs {
    min-width: 564px;
    position: absolute;
    bottom: -35px;
    left: 0;
    background: #fff;
    width: 100%;
    border-top: 1px solid #999;
    padding: 5px;
    text-align: right;
    /*box-shadow: 0 6px 12px rgba(0,0,0,.5);*/
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

body#app .daterangepicker .range_inputs .btn {
    padding: 5px 8px 6px;
}

body#app .daterangepicker .range_inputs .clearBtn{
    margin-left: 5px;
    margin-right: 2px;
}

[class^='col-md'] {
    padding: 0;
}

input#daterange {
    opacity: 0;
    width: 0;
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
}

.modal.session-timeout {
    width: auto;
}

body#app .daterangepicker .daterangepicker_input {
    position: absolute;
    bottom: -36px;
}

body#app .daterangepicker .daterangepicker_input i {
    visibility: hidden;
}

body#app .daterangepicker .input-mini {
    display: inline-block;
    padding: 0 6px 0 10px;
    width: 140px;
}

.calendar.left .daterangepicker_input:before {
    content: 'From';
    margin-right: 5px;
}

.calendar.right .daterangepicker_input:before {
    content: 'To';
    margin-right: 5px;
}

.daterangepicker .calendar thead tr:nth-child(1) {
    box-shadow: 0 0 0px 1px #999;
    background-color: #f5f5f5;
}

.daterangepicker .calendar thead tr:nth-child(1) th {
    border-radius: 0;
}

.events-list .ui-grid-header-cell {
   /* background-color: #66a9d0;*/
}

.modal-switch-client .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

/*UI-Grid tree structure CSS*/
.events-list-grid.dashboard-panel {
    background-color: transparent !important;
    overflow: hidden;
}

.panel-body.events-list {
    overflow: inherit;
    max-height: none;
    height: 550px;
    padding: 0px;
}

.panel-body.events-list .ui-grid {
    height: 550px !important;
}

.panel-body.events-list .ui-grid-render-container-left .ui-grid-viewport {
    height: 479px;
}

.events-list-grid.dashboard-panel .panel-title {
    background-color: #fff;
    border-top-right-radius: 8px;
    text-align: center;
}

.events-list-grid.dashboard-panel .panel-title div {
    text-align: left;
}

.events-list-grid.dashboard-panel .panel-title .compliance-group-list{
    margin-right:5px;
}

.events-list-grid .ui-grid-grid-footer {
    border-top: 1px solid #caced3;
}

/*.events-list-grid .ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #fff;
}*/

.events-list-grid .ui-grid-tree-header-row:nth-child(1) {
    margin-top: 0;
}

.events-list-grid .ui-grid-tree-header-row {
    font-weight: normal !important;  
    height: 40px !important; 
}

.events-list-grid .ui-grid-row {
    box-shadow: 0px 0px 2px 1px #ccc;
    height: 30px;
}

/*.events-list-grid .ui-grid-tree-header-row .ui-grid-cell, .ui-grid-cell-contents {      ***************Uncomment to remove row border lines
    border-bottom: 0px solid #caced3;
    border-top: 0px solid #caced3;
}*/

.events-list-grid .ui-grid-viewport {
    overflow-x: auto !important;
}

.events-list-grid .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
    border-left: 1px solid rgba(174, 174, 174, 0.5);
    border-top: 0px;
    border-bottom: 1px solid #ccc;
    border-right: 0;
}

.events-list-grid .ui-grid-column-menu-button .ui-grid-icon-angle-down {
    display: none;
}
/*End of UI-Grid tree structure CSS*/

.help-link {
    float: right;
    display: inline-block;
    margin-right: 10px;
    margin-top: 14px;
}

.dashboard-panel .milestone-graph.panel-body {
    overflow: hidden;
}

.fsize14{
    font-size: 14px;
}

.support-links-container {
    height: 40px;
    vertical-align: middle;
    margin-top: -5px;
}

.events-list-grid .ui-grid-header-cell .ui-grid-cell-contents, .events-list-grid .ui-grid-viewport .ui-grid-row.ui-grid-tree-header-row .ui-grid-cell-contents {
    padding-top: 10px;
}

.events-list-grid .ui-grid-cell, .events-list-grid .ui-grid-cell-contents, 
.events-list-grid .ui-grid-viewport .ui-grid-row.ui-grid-tree-header-row .ui-grid-cell, .events-list-grid .ui-grid-viewport .ui-grid-row.ui-grid-tree-header-row .ui-grid-cell-contents {
    height: 40px;
}

.events-list-grid .ui-grid-cell-contents span {
    vertical-align: middle;
}

.events-list-grid .ui-grid-cell-contents span.red-asterisk {
    vertical-align: text-top;
}

.events-list-grid .ui-grid-column-menu-button {
    position: absolute;
    right: 1px;
    top: 0;
    top: 7px;
}

.events-list-grid .ui-grid-scrollbar-placeholder {
    display: none;
}

.events-list-grid .toggle-view-button.expanded{
    transform: rotate(90deg);
    transition: transform 0.4s ease;
}


.events-list-grid .ui-grid-render-container-left .ui-grid-viewport {
    overflow-y: hidden !important;
}

.events-list-grid .ui-grid-tree-header-row {
    font-weight: normal !important;
}

.events-list-grid .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child,
.events-list-grid .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
    border-right: none;
}

.events-list-grid .ui-grid-tree-base-row-header-buttons.ui-grid-icon-plus-squared,
.events-list-grid .ui-grid-tree-base-row-header-buttons.ui-grid-icon-minus-squared {
    display: none;
}

.events-list-grid .ui-grid-icon-plus-squared::before,
.events-list-grid .ui-grid-icon-minus-squared::before {
    content: none;
}

/*.events-list-grid .ui-grid-tree-base-row-header-buttons {
    display: none;
}*/

.events-list-grid .top-tree-level .ui-grid-tree-base-row-header-buttons {
    display: block;
}

.events-list-grid .ui-grid-icon-plus-squared,
.events-list-grid .ui-grid-icon-minus-squared {
    background-image: url("../images/icon-grid-accordion.png");
    height: 15px;
    width: 15px;
    display: inline-block;
}

.events-list-grid .ui-grid-icon-plus-squared:hover,
.events-list-grid .ui-grid-icon-minus-squared:hover {
    background-image: url("../images/icon-grid-accordion-hover.png");
}

.events-list-grid .ui-grid-icon-minus-squared {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    transition: transform 0.4s ease;
}

.events-list-grid .row-sublist-loading .ui-grid-icon-minus-squared {
    background-image: url("../images/loading.gif");
}

.events-list-grid .ui-grid-tree-base-row-header-buttons.ui-grid-tree-base-header {
    padding: 4px 0 0 5px;
}

.events-list-grid .event-details-icon {
    background-image: url("../images/btn-details-grey.png");
    height: 15px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
}

.events-list-grid .event-details-icon:hover {
    background-image: url("../images/btn-details-black.png");
    cursor: pointer;
}

.events-list-grid .ui-grid-tree-header-row.ui-grid-row .ui-grid-cell {
    background-color: #fff;
}

.events-list-grid .ui-grid-row .ui-grid-cell {
    background-color: #f3f3f3;    
    border-bottom: 1px solid #ccc;
}

.filter-option {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 3px;
    border: 1px solid transparent;
}

.filter-option.selected {
    border-color: #0909B7;
    border-radius: 4px;
    background-color: rgba(9, 9, 183, 0.3);
}

.filter-option .icon {
    height: 20px;
    width: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -2px;
    background-size: auto auto;
    background-repeat: no-repeat;
    text-align: center;
}

.filter-option .icon.bell {
    background-image: url("../images/icon-bell-blue.png");
    background-size: 14px 16px;
    background-position-x: 2px;
}

.filter-option .icon.bell.alert {
    background-image: url("../images/icon-bell-red.png");
    padding: 0;
}

.filter-option .icon.columns {
    background-image: url("../images/btn-columns-black.png");
}

.filter-option .icon.notification {
    background-image: url("../images/btn-envelope-black.png");
}

.filter-option .icon.export {
    background-image: url("../images/btn-download-black.png");
}

.filter-option .icon.settings {
    background-image: url("../images/btn-settings-black.png");
}

.filter-option input {
    padding: 0px 1px 0px 5px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    height: 26px;
    margin-left: 5px;
    margin-top: -2px;
    border: 1px solid #999;
    border-radius: 4px;
    width: 190px;    
    font-size: 12px;
}

.filter-option input::-webkit-input-placeholder { /* Edge */
  color: #ccc;
}

.filter-option input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

.filter-option input::-moz-placeholder  {
  color: #ccc;
}

.event-name-wrap {
    position:relative;
}

.event-name-wrap:before {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    position: absolute;
    left: 14px;
    top: 6px;
}

.event-name-wrap input{
    padding:0px 1px 0px 22px;
}

.event-name-wrap ul{
    max-height:200px;
    overflow:auto;
}

.event-name-wrap input:focus::-webkit-input-placeholder { color:transparent; }
.event-name-wrap input:focus:-moz-placeholder { color:transparent; }

.leftm20 {
    margin-left: 20px;
}

.leftm25 {
    margin-left: 25px;
}

.team-panel p {
    margin: 0 0 0;
}

.team-panel .member:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.team-panel .member .member-info, .team-panel .member .no-info {
    margin-bottom: 10px;
}

.team-panel .member .member-info span {
    display: block;
}

.btn-basic-search img:first-child,
.btn-basic-search:hover img:last-child {
    display: inline;
}

.btn-basic-search:hover img:first-child,
.btn-basic-search img:last-child {
    display: none;
}

button.btn.blue-button, a.btn.blue-button, .range_inputs button.btn.btn-sm
 {
    padding: 5px 8px;
}

button.btn.blue-button.change-observed span, a.btn.blue-button.change-observed span {
    animation-name: scale; 
    animation-duration: 1s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes scale {
    from {transform: scale(1);}
    to {transform: scale(1.5);}
}

button.btn.blue-button.change-observed:hover span, a.btn.blue-button.change-observed:hover span {
    animation: none;
}

button.btn.blue-button, a.btn.blue-button, .range_inputs button.btn.btn-sm {
    height: 28px;
    vertical-align: middle;
    font-size: 12px;
    /*color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0070b1), color-stop(25%, #0070b1), to(#0070b1));
    background-image: linear-gradient(#0070b1, #0070b1);*/
}

button.btn.blue-button:hover, a.btn.blue-button:hover, .range_inputs button.btn.btn-sm:hover {
    /*background-position: 0 0;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005da1), color-stop(25%, #005da1), to(#005da1));
    background-image: linear-gradient(#005da1, #005da1);*/
}

.events-list-grid .dropdown-menu.pull-right {
    right: auto;
    left: 5px;
    top: 27px;
    width: 265px;
}

.events-list-grid .columns-dropdown .filter-option[aria-expanded='true'] {
    border-color: #0909B7;
    border-radius: 4px;
    background-color: rgba(9, 9, 183, 0.3);
}

.events-list-grid .filter-dropdown .dropdown-toggle,
.events-list-grid .columns-dropdown .dropdown-toggle {
    background: transparent;
    border: none;
    width: 75px;
    color: #333;
    border: 2px solid transparent;
}

.events-list-grid .columns-dropdown .dropdown-toggle {
    width: 90px;
}

.events-list-grid .filter-dropdown.open .dropdown-toggle,
.events-list-grid .columns-dropdown.open .dropdown-toggle {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #aab1b9;
}

.columns-dropdown .dropdown-menu > li > a {
    margin: 0 0 4px;
    border: 1px solid #aab1b9;
    background-color: #efefef;
    width: auto !important;
}

.columns-dropdown .dropdown-menu > li > a:hover {
    color: #333;
}

.columns-dropdown .dropdown-menu > li > a > input {
    margin-top: -2px;
}

.dotted-border {
    border: 2px dotted #636363;
}

.due-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.dashboard-panel .my-tasks-card-panel.panel-body {
    padding: 0 0 0 0;
    overflow: hidden;
    height: 250px;
}

.bottom-border {
    border-bottom: 1px solid #ccc;
}

.my-tasks-card-panel .panel-title {
    border-bottom: 1px solid #ccc;
}

.panel-title .my-tasks-icon {
    position: absolute;
    right: 50px;
    top: 8px;
    color: #001A5B;
}

.width35p {
    height: 26px !important;
    width: 22px !important;
    font-size: 20px;
}

.panel-title .my-tasks-icon .task-count-subscript {
    background-color: #001A5B;
    border-radius: 50%;
    color: #fff;
    padding: 0 4px;
    margin-top: 7px;
    display: inline-block;
    margin-left: -13px;
    font-size: 10px;
    border: 1px solid #fff;
    height: 19px;
    width: 20px;
    line-height: 16px;
    text-align: center;
}

.panel-title .my-tasks-icon.active .task-count-subscript {
    background-color: #0909B7;
}

.panel-title .my-tasks-icon.active, .redIcon {
    color: #0909B7;
}

.grayIcon{
    color: #001A5B;
}

.panel-title .my-tasks-icon img {
    vertical-align: top;
}

.my-tasks-card-panel .my-tasks-body {
    padding: 15px 15px 15px 15px;
    position: absolute;
    width: 100%;
    background-color: #fff;
    transition-duration: 1s;
}

.my-tasks-card-panel .watermark-text {
    font-size: 16px;
}

.my-tasks-card-panel .my-tasks-footer {
    padding: 10px 15px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ccc;
}

.my-tasks-card-panel .actual-content {
    height: 250px;
}

.my-tasks-card-panel .my-tasks-body.hide-left {
    transform: translateX(-100%);
}

.my-tasks-card-panel .my-tasks-body.hide-right {
    transform: translateX(100%);
    
}

.link-color {
  color: #53575a;
  text-decoration: none;
}

.link-color:hover {
  color: #0909B7;
  text-decoration: underline;
}

.main-container .focus.active.btn, .active.btn:focus, .main-container .focus.btn, .main-container .focus.btn:active, .main-container .btn:focus:active, .main-container .btn:focus {
    outline: 1px;
}

.progress-bar-container {
    padding: 5px 0;
    overflow: hidden;
    height: 60px;
    text-align: center;
}

.event-details .progress-bar-container {
    height: 80px;
    transition-duration: 400ms;
}

.event-details .additional-info .progress-bar-container {
    height: 350px;
}

.progress-bar-container .progress-element-container {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    text-align: -webkit-center;
    height: auto;
    position: relative;
}

.event-details .additional-details-link {
    text-align: center;
    color: #53575a;
    cursor: pointer;
    text-decoration: underline;
    margin-top: 10px;
}
.event-details .additional-details-link:hover {
    color: #0909B7;
}

.event-details .additional-details-link img {
    vertical-align: middle;
    margin-top: -5px;
    transition-duration: 400ms;
}

.event-details .additional-info .additional-details-link img {
    transform: rotateZ(180deg);
}

.progress-bar-container .progress-element-container .scrtabs-tabs-fixed-container {
    height: 350px;
}

.progress-element {
    vertical-align: middle;
    height: 24px;
    width: 200px;
    padding-top: 5px;
    border-right: 0 !important;
    font-size: 12px !important;
    margin-top:5px;
    margin-left: -5px;
}

.progress-element.last {
    margin-top: 0;
    margin-left:-10px;
    width: 205px;
}

.progress-element .title {
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px 0 20px;
    color: #fff;
    line-height: 24px;
    vertical-align: middle;
    display: inline-block;
    width: 195px;
}

.progress-element.first .title {
    padding-left: 10px;
}

.progress-element.last .title {
    padding-left: 30px;
}

.progress-element .title.overdue {
    background-color: #cf2a29;
}

.progress-element .title.at-risk {
    background-color: #f1c232;
    color: #000;
}

.progress-element .title.scheduled {
    background-color: #b0da9d;
    color: #000;
}

.progress-element .title.completed {
    background-color: #38761d;
}

.progress-element .end-image {
    margin-top: -1px;   
    position: relative;
    z-index: 1;
    margin-left: -7px;
}

.progress-element .end-image img {
    height: 26px;
    margin-top: -1px;
}

.progress-element.last .end-image {
    margin-top: -6px;
}

.progress-element.last .end-image img {
    height: auto;
}

.progress-element div {
    text-align: left;
    margin-left: 10px;
}

.progress-bar-container .scrtabs-tab-scroll-arrow {    
    border: 0;
    background-color: #fff;
    padding-left: 0;
}

.progress-bar-container div.scrtabs-tabs-movable-container {
    display: inline-block;
}

.progress-bar-container .scrtabs-tab-scroll-arrow.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.progress-bar-container .scrtabs-tab-scroll-arrow.scrtabs-js-tab-scroll-arrow-right {
    right: 0px;
    position: absolute;
    z-index: 2;
    top: 0;
}

.progress-bar-container .scrtabs-tab-scroll-arrow.scrtabs-js-tab-scroll-arrow-left .glyphicon-chevron-left:before {
    content: url('../images/btn-progress-caret-left.png');
    /*background-image: url('../images/btn-progress-left.png');
    content: '';
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: -2px;*/
}

.progress-bar-container .scrtabs-tab-scroll-arrow.scrtabs-js-tab-scroll-arrow-right .glyphicon-chevron-right:before {
    content: url('../images/btn-progress-caret-right.png');
}

.progress-bar-container .current-milestone-arrow {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: inline-block;
}

.progress-bar-container .current-milestone-arrow.last {
    top: -5px;
}

.progress-bar-container .current-milestone-arrow > img {
    /*margin-top: -25px;*/
    width: 26px;
    height: 20px;
}

.modal.event-details-modal-window, .modal.notification-modal-window, .modal.help-modal-window {
    width: 900px;
    margin: auto;
    max-height: 90%;
}

.modal.event-details-modal-window .modal-dialog, .modal.notification-modal-window .modal-dialog, .modal.help-modal-window .modal-dialog {
    width: 100%;
    margin: 0;
}

.event-details .modal-body {
    background-color: #fff;
}

.event-details-modal-window .event-details .tab-content {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 15px;
    background-color: #fff;
    overflow: auto;
    max-height: 500px;
}

.event-details-modal-window .nav-tabs>li.active>a {
    background-color: #fff;
}

.event-details-modal-window .nav-tabs>li>a {
    font-weight: bold;
}

.event-details .tab-content .item-row .left-item {
    width: 40%;
    display: inline-block;
    float: left;
}

.event-details .tab-content .item-row .right-item {
    width: 55%;
    display: inline-block;
    float: left;
    margin-left: 20px;
}

.event-details .tab-content .item-row {
    padding: 5px 0;
    clear: both;
    display: inline-block;
    width: 100%;
}

.event-details .tab-content .item-row .key {
    font-weight: bold;
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.event-details .tab-content .item-row .value {
    width: 59%;
    display: inline-block;
    word-wrap: break-word;
}

.event-details .tab-content .restricted-title {
    display: block;
    background: #ccc;
    padding: 5px;
    font-weight: bold;
}
.event-details .tab-content .restricted-title img {
    width: 20px;
    vertical-align: bottom;
}
.event-details .tab-content .restricted-message {
    border: 1px solid #ccc;
    padding: 10px;
    display: block;
    text-align: center;
}

.event-details .tab-content .documents-key {
    font-weight: bold;
    width: 14%;
    display: inline-block;
    vertical-align: top;
}

.event-details .tab-content .documents-value {
    width: 85%;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
    max-height: 120px;
    overflow: auto;
}

.event-details .tab-content .value.documents-list {
    border: 1px solid #ccc;
    padding: 5px;
    max-height: 145px;
    overflow: auto;
}

.event-details .tab-content .documents-value .document-icon {
    vertical-align: sub;
    margin-right: 10px;
}

.event-details .tab-content .value .document-item {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    line-height: 30px;
    border-bottom: 1px solid #f3f3f3;
    vertical-align: middle;
}

.event-details .tab-content .value .document-item a {
    display: inline-block;
    width: 92%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: text-top;
}

.event-details .tab-content .value .document-item a img{
    vertical-align: top;
    margin-top: 6px;
    width: 17px;
}

.event-details .tab-content .value .document-item .delete-event-document{
    margin-bottom: -8px;
    width: 14px;
    cursor: pointer;
}

.event-details .tab-content .value .document-item.no-bottom-border {
    border-bottom: 0;
}

.event-details .tab-content .bottom-line {
    border-bottom: 1px solid rgba(0,0,0,0);
    padding: 10px 0;
}

.date-range-dropdown .nav-tabs>li.active>a {
    border: 0px;
}

.date-range-dropdown .fiscal-year-footer {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding-bottom: 6px;
    border-top: 1px solid #ccc;
}

.modal-header {
    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
    padding: 0px 15px;
    border-top: 0px solid #0909B7;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 8px 8px 0 0;
    font-size: 16px;
    font-weight: normal;
    color: #53575a;
}

.modal-content {
    border-radius: 10px;
}

.btn[disabled] {
    cursor: not-allowed;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=65);
    moz-opacity: 0.65;
    opacity: 0.45;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.modal-header h3 {
    font-size: 20px;
    margin: 0;
    line-height: 50px;
}

.modal-header .close-icon {
    float: right;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
}
.export-dropdown, .settings-dropdown, .date-range-dropdown, .notification-dropdown {
    font-size: 12px;
    font-weight: normal;
    z-index: 1000;
    position: absolute;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 7px;
    padding: 10px;
    background-color: #fff;
    width: 160px;
}

div.notification-dropdown {
    padding: 0;
}

.notification-dropdown div {
    padding: 5px 10px;
}

.notification-dropdown div:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0909B7;
}

.date-range-dropdown {
    width: 700px;
    z-index: 1;
    height: 325px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.26);
    top: 35px;
    transition-duration: 0.2s;
    background-color: #edeef0;
    border: 1px solid #909090;
}

.date-range-dropdown.min-width {
    width: 300px;
    height: 260px;
}

.date-range-dropdown .tab-content .fiscal-year .ranges {
    max-width: 200px;
    margin-left: 35px;
    padding-top: 25px;
    text-align: center;
}

.date-range-dropdown .tab-content.relative-pos {
    height: auto;    
    margin-top: -6px;
}

.date-range-dropdown .tab-content .fiscal-year {
    background-color: #fff;
}

.botm16 {
    margin-bottom: 16px;
}

.margin-top-0 {
     margin-top:0px !important;
}
.margin-top-5 {
    margin-top:5px;
}
.margin-top-10 {
    margin-top:10px !important;
}
.margin-left-5 {
    margin-left:5px !important;
}
.margin-right-5 {
    margin-right: 5px !important;
}
.margin-bot-5 {
    margin-bottom:5px;
}
.vertical-align-middle {
    vertical-align: middle;
}

.ellipsis-text {
    word-break: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.not-available {
    color: #ccc;
}

.divider-line {
    padding: 0 5px;
}

.red-asterisk {
    color: red;
}

.event-notification .content, .global-notification .content {
    transition-duration: 400ms;
    opacity: 1;
}

.event-notification .content.disabled, .global-notification .content.disabled {
    opacity: 0.2;
    pointer-events: none;
}

.event-notification .content.cleared, .global-notification .content.cleared {
    opacity: 0;
    pointer-events: none;
}

.event-notification .select-box, .global-notification .select-box {
    width: 200px;
    display: inline-block;
}

.event-notification .status-checkbox, .event-notification .radio-btn, .global-notification .status-checkbox {
    margin-left: 20px;
    vertical-align: sub;
}

.align-super {
    vertical-align: super;
}

.event-notification .event-name {
    max-width: 350px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.event-notification .select-div ul.select-dropdown {
    height: 100px;
}

.event-notification .subscription-text, .global-notification .subscription-text {
    vertical-align: top;
    line-height: 24px;
    display: inline-block;
}

.event-notification .subscription-switch, .global-notification .subscription-switch {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition-duration: 400ms;
    z-index: 10;
    transform: translate(82%, 25px);
}

.event-notification .subscription-switch.at-center, .global-notification .subscription-switch.at-center {    
    transform: translate(42%, 50%);
    height: 50px;
}

.event-notification .fixed-title-width, .global-notification .fixed-title-width {
    width: 230px;
    display: inline-block;
}

.global-notification.my-task .fixed-title-width {
    width: 255px;
}

.left-10%{
    left: 10% !important;
}

.lheight-30 {
    line-height: 30px;
}

.global-notification div[isteven-multi-select] {
    height: 30px;
    vertical-align: top;
}

.global-notification .multiSelect > button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    cursor: pointer;
    border: 1px solid #c6c6c6;
    padding: 1px 8px 1px 8px;
    font-size: 12px;
    font-family: "VistraSans";
    font-weight: normal;
    min-height: 27px !important;
    border-radius: 4px;
    color: #555;
    height: 30px;
    width: 275px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    white-space: normal;
    background-color: #fff;
    background-image: linear-gradient(#fff, #f7f7f7);
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
}

.global-notification .multiSelect .caret {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto auto auto auto !important;
}

.global-notification .multiSelect .checkBoxContainer {
    max-height: 250px;
    overflow: auto;
}
.overflow-wrap{
    white-space: normal;
    overflow-wrap: break-word;
}

.global-notification .multiSelect .multiSelectItem:hover, .global-notification .multiSelect .multiSelectFocus {
    background-image: linear-gradient(to bottom,#08c,#0077b3) !important;
    border: 0 !important;
}

.multiSelect .multiSelectItem.show-disabled {
    color: #999;
}

.baseline {
    vertical-align: baseline;
}

.icon-width {
    width: 18px;
}

.modal-confirm {
    top: 20%;
}

.invisible {
    opacity: 0;
}

.main-header .header-logo-wrapper .app-logo {
    margin-left: -5px;
}

.ui-grid-column-menu {
    display: none;
}

.no-pointer-events {
    pointer-events: none;
}

.no-pointer-events:hover {
    cursor: not-allowed;
}

.mwidth90 {
    max-width: 90%;
}

.ellipsis-width-85 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
    max-width: 80%;
}

.ellipsis-width-80 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
    max-width: 80%;
}

.client-event-document-upload-popup .modal-dialog {
    top: 10%;
    width: 800px;
}

.client-event-document-upload-popup .modal-body {
    min-height: 400px;
}

.client-event-document-upload-popup .document-type-select-box {
    width: 180px;
    vertical-align: middle;
    display: inline-block;
}

.client-event-document-upload-popup .document-date-picker {
    border-radius: 4px;
    box-shadow: 0 0 0 0;
    border: 1px solid #999;
    font-size: 12px;
    height: 29px;
    vertical-align: middle;
}

.client-event-document-upload-popup .modal-body label {
    font-weight: bold;
}

.client-event-document-upload-popup .modal-body label.required:after {
    content: '*';
    color: red;
}

.field-validate.ng-invalid:not(.ng-untouched) {
    border-color: #e07272;
    background-color: #fce0e0;
}

.field-validate.ng-invalid:focus {
    border-color: #999;
    background-color: #ffffff;
}

.custom-field-validate.ng-invalid:not(.ng-untouched) a {
    border-color: #e07272;
    background-color: #fce0e0;
}

.custom-field-validate.ng-invalid a:focus {
    border-color: #999;
    background-color: #ffffff;
}

.date-pick-wrap button span, .date-pick-wrap button strong {
    color: #000;
}

.files-box {
    margin-left: 10px;
    margin-top: 0px;
    max-height: 130px;
    overflow: auto;
}

.files-box .truncate-text {
    width: 300px;
    margin-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: right;
}

.drop {
    border: 2px dashed #ddd;
    border-radius: 5px;
    line-height: 34px;
    padding: 30px 100px;
}

.label-width125 {
    width: 125px;
}

input[type="file"] {
    font-weight: 100;
}

input[type="file"][disabled] {
    cursor: not-allowed;
    background-color: #eee;
} 

.opaque {
    opacity: 0;
}

.width100c {
    width: 100%;
}

.upload-err {
    max-height: 90px;
    overflow: auto;
    border-bottom: 1px solid #ccc;
}

.upload-err li {
    color: red;
}
.year-filter{
    vertical-align: middle;
    margin-left: 144px;
}

.year-slider .glyphicon-chevron-right:before{
    content: url('../images/btn-progress-caret-right.png');
}

.year-slider .glyphicon-chevron-left:before{
    content: url('../images/btn-progress-caret-left.png');
}
.year-slider .disabled{
    pointer-events: none;
    opacity: 0.2;
}
.year-slider .glyphicon {
    top: 2px;
}
.eventdescription{
    height:51px;
    overflow:hidden;
}
.event-details .view-more .additional-details-link img {
    transform: rotateZ(180deg);
}
.morecontent span {
	display: none;
}
.comment {
	width: 200px;
	/*background-color: #f0f0f0;*/
	/*margin: 10px;*/
}


.fund-name table {
    width:100%;
}

.fund-name table th {
    background: #d4d4d4;
    border-color: #d4d4d4;
    display: table-cell;
    color: #444;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 15px;
    font-weight:bold;
    text-align:left;
}

.fund-name table td {
    display: table-cell;
    color: #444;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 15px;
    text-align:left;
    border-bottom: 1px solid #d4d4d4;
}

.dashboard-select {
    width: 80px;
    float: left;
    font-weight: normal;
    margin-top: 3px;
}

.dashboard-select .select-div{
    border-radius: 4px 0 0 4px;
    padding: 4px 1px 3px 5px;
    border-color:#c6c6c6;
}

.filter-option-select {
    padding: 3px 0;
}

.filter-option-select input {
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid #c6c6c6;
    border-radius: 0 4px 4px 0;
    width: 110px;
    padding: 0px 1px 0px 30px;
}

.filter-option-select:before {
    left: 8px;
    top: 6px;
}