

body{padding-top:80px}h2{padding-bottom:8px;border-bottom:1px solid #9954bb}.angular-animation-container{position:relative}.shuffle-animation.ng-enter,.shuffle-animation.ng-leave{position:absolute}.shuffle-animation.ng-enter{-moz-transition:ease-out all .3s .4s;-o-transition:ease-out all .3s .4s;-webkit-transition:ease-out all .3s .4s;transition:ease-out all .3s .4s;left:2em;opacity:0}.shuffle-animation.ng-enter.ng-enter-active{left:0;opacity:1}.shuffle-animation.ng-leave{-moz-transition:.3s ease-out all;-o-transition:.3s ease-out all;-webkit-transition:.3s ease-out all;transition:.3s ease-out all;left:0;opacity:1}.shuffle-animation.ng-leave.ng-leave-active{left:2em;opacity:0}


.header {
    white-space: nowrap;
}

.column-width-auto {
    width: 1px;
}

.btn-grid {
    padding: 6px;
}

.filter {
    padding-bottom: 10px !important;
}

.filter-input::-ms-clear {
  width : 0;
  height: 0;
}

.crud-grid {
}

    .crud-grid th {
        font-style: oblique !important;
    }

   

    .crud-grid .add-item {
        background-color: rgb(251, 244, 222) !important;
    }


.crud-gridc {
}

    .crud-gridc th {
        font-style: oblique !important;
    }

    .crud-gridc td {
        white-space: nowrap !important;
        vertical-align: middle !important;
    }

    .crud-gridc .add-item {
        background-color: rgb(251, 244, 222) !important;
    }




.header {
    white-space: nowrap;
}

.column-width-auto {
    width: 1px;
}

.btn-grid {
    padding: 6px;
}

.filter {
    padding-bottom: 10px !important;
}

.filter-input::-ms-clear {
  width : 0;
  height: 0;
}

.crud-grid {
}

    .crud-grid th {
        font-style: oblique !important;
    }

   

    .crud-grid .add-item {
        background-color: rgb(251, 244, 222) !important;
    }


.crud-gridc {
}

    .crud-gridc th {
        font-style: oblique !important;
    }

    .crud-gridc td {
        white-space: nowrap !important;
        vertical-align: middle !important;
    }

    .crud-gridc .add-item {
        background-color: rgb(251, 244, 222) !important;
    }

.introjs-overlay {
    position: absolute;
    z-index: 999999;
    background-color: #000;
    opacity: 0;
    background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
    background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9)));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
    background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.introjs-fixParent {
    z-index: auto !important;
}

.introjs-showElement {
    z-index: 9999999 !important;
}

.introjs-relativePosition {
    position: relative;
}

.introjs-helperLayer {
    position: absolute;
    z-index: 9999998;
    background-color: #FFF;
    background-color: rgba(255,255,255,.9);
    border: 1px solid #777;
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0,0,0,.4);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.introjs-helperNumberLayer {
    position: absolute;
    top: -16px;
    left: -16px;
    z-index: 9999999999 !important;
    padding: 2px;
    font-family: Arial, verdana, tahoma;
    font-size: 13px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    background: #ff3019; /* Old browsers */
    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
    background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
    background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 3px solid white;
    border-radius: 50%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000); /* IE10 text shadows */
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
}

.introjs-arrow {
    border: 5px solid white;
    content: '';
    position: absolute;
}

    .introjs-arrow.top {
        top: -10px;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: white;
        border-left-color: transparent;
    }

    .introjs-arrow.right {
        right: -10px;
        top: 10px;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: white;
    }

    .introjs-arrow.bottom {
        bottom: -10px;
        border-top-color: white;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .introjs-arrow.left {
        left: -10px;
        top: 10px;
        border-top-color: transparent;
        border-right-color: white;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

.introjs-tooltip {
    position: absolute;
    padding: 10px;
    background-color: white;
    min-width: 200px;
    max-width: 300px;
    border-radius: 3px;
    box-shadow: 0 1px 10px rgba(0,0,0,.4);
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    -ms-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
    text-align: right;
}

/* 
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/ 
 Changed by Afshin Mehrabani
*/
.introjs-button {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.3em 0.8em;
    border: 1px solid #d4d4d4;
    margin: 0;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    font: 11px/normal sans-serif;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    /* IE hacks */
    zoom: 1;
    *display: inline;
    margin-top: 10px;
}

    .introjs-button:hover {
        border-color: #bcbcbc;
        text-decoration: none;
        box-shadow: 0px 1px 1px #e3e3e3;
    }

    .introjs-button:focus,
    .introjs-button:active {
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
        background-image: -moz-linear-gradient(#ececec, #f4f4f4);
        background-image: -o-linear-gradient(#ececec, #f4f4f4);
        background-image: linear-gradient(#ececec, #f4f4f4);
    }

    /* overrides extra padding on button elements in Firefox */
    .introjs-button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

.introjs-skipbutton {
    margin-right: 5px;
    color: #7a7a7a;
}

.introjs-prevbutton {
    -webkit-border-radius: 0.2em 0 0 0.2em;
    -moz-border-radius: 0.2em 0 0 0.2em;
    border-radius: 0.2em 0 0 0.2em;
    border-right: none;
}

.introjs-nextbutton {
    -webkit-border-radius: 0 0.2em 0.2em 0;
    -moz-border-radius: 0 0.2em 0.2em 0;
    border-radius: 0 0.2em 0.2em 0;
}

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
    color: #9a9a9a;
    border-color: #d4d4d4;
    box-shadow: none;
    cursor: default;
    background-color: #f4f4f4;
    background-image: none;
    text-decoration: none;
}


.introjs-tooltiptext {
    color: #434343;
    font-size: 14px;
}

#EventsIndex .event-filters {
  font-size: 15px;
  padding-top: 20px;
}
#EventsIndex .event-list-item {
  position: relative;
}
#EventsIndex .event-list-item p {
  margin: 0;
}
    #EventsIndex .event-list-item .event-body {
        background-color: #f4f5f9;
        border-left: 10px solid #9954bb;
        padding: 5px;
        margin-bottom: 10px;
        -moz-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -webkit-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }
#EventsIndex .event-list-item .event-body .event-header {
  background-color: inherit;
  padding-bottom: 30px;
  margin-bottom: 10px;
  position: sticky;
  top: 120px;
  z-index: 1;
  border-bottom: solid 1px #c0c0c0;
}
#EventsIndex .event-list-item .status2false {
  border-left: 10px solid #5c9bb7 !important;
}
#EventsIndex .event-list-item .status10false {
  border-left: 10px solid #F9423A !important;
}
#EventsIndex .event-list-item .status3false {
  border-left: 10px solid #E74C3C !important;
}
#EventsIndex .event-list-item .status5false {
  border-left: 10px solid #95A5A6 !important;
}
#EventsIndex .event-list-item .status15false {
  border-left: 10px solid #F9423A !important;
}
#EventsIndex .event-list-item .status2true {
  border-left: 10px solid #5c9bb7 !important;
  background-color: #F5FFFA;
}
#EventsIndex .event-list-item .status10true {
  border-left: 10px solid #F9423A !important;
  background-color: #F5FFFA;
}
#EventsIndex .event-list-item .status3true {
  border-left: 10px solid #E74C3C !important;
  background-color: #F5FFFA;
}
#EventsIndex .event-list-item .status5true {
  border-left: 10px solid #95A5A6 !important;
  background-color: #F5FFFA;
}
#EventsIndex .event-list-item .status15true {
  border-left: 10px solid #95A5A6 !important;
  background-color: #F5FFFA;
}
#EventsIndex .event-list-item .event-body .event-title {
  margin-top: 0;
  font-size: 1.4em;
}
#EventsIndex .event-list-item .event-body .event-canceled-info {
  color: red;
}
#EventsIndex .event-list-item .event-body .event-registration-info {
  color: #999;
  font-size: 0.8em;
}
#EventsIndex .event-list-item .event-body .event-actions {
  position: absolute;
  right: 22px;
  bottom: 18px;
}
#EventsIndex .event-list-item .event-body .event-date {
  position: absolute;
  right: 22px;
  top: 10px;
}
.event-list-item:first-child:hover .status2false {
  background-color: #dadada;
}
.event-list-item:first-child:hover .status2true {
  background-color: #dadada;
}
.navbar-inverse {
  background-color: #003350 !important;
  border-color: #0066cc;
}
/*# sourceMappingURL=index.css.map */
.btn-info {
  color: #ffffff;
  background-color: #5c9bb7 !important;
}
.bar input {
  background: #fff no-repeat 13px 13px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5NEY0RTlFMTA4NzExRTM5RTEzQkFBQzMyRjkyQzVBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5NEY0RTlGMTA4NzExRTM5RTEzQkFBQzMyRjkyQzVBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTk0RjRFOUMxMDg3MTFFMzlFMTNCQUFDMzJGOTJDNUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTk0RjRFOUQxMDg3MTFFMzlFMTNCQUFDMzJGOTJDNUEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4DjA/RAAABK0lEQVR42pTSQUdEURjG8dOY0TqmPkGmRcqYD9CmzZAWJRHVRIa0iFYtM6uofYaiEW2SRJtEi9YxIklp07ZkWswu0v/wnByve7vm5ee8M+85zz1jbt9Os+WiGkYdYxjCOx5wgFeXUHmtBSzpcCGa+5BJTCjEP+0nKWAT8xqe4ArPGEEVC1hHEbs2oBwdXkM7mj/JLZrad437sCGHOfUtcziutuYu2v8XUFF/4f6vMK/YgAH1HxkBYV60AR31gxkBYd6xAeF3VzMCwvzOBpypX8V4yuFRzX2d2gD/l5yjH4fYQEnzkj4fae5rJulF2sMXVrAsaTWttRFu4Osb+1jEDT71/ZveyhouTch2fINQL9hKefKjuYFfuznXWzXMTabyrvfyIV3M4vhXgAEAUMs7K0J9UJAAAAAASUVORK5CYII=);
  border: none;
  width: 100%;
  line-height: 19px;
  padding: 11px 0;
  border-radius: 2px;
  box-shadow: 0 2px 8px #c4c4c4 inset;
  text-align: left;
  font-size: 14px;
  font-family: inherit;
  color: #738289;
  font-weight: bold;
  outline: none;
  text-indent: 40px;
}
.ripple-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.progress-wrapper {
  position: relative;
  margin: 20px auto;
  font-size: 40px;
}
.progress {
  position: absolute;
  color: #bbb;
  font-weight: 100;
  line-height: 1;
}
.referral-description-active {
  font-weight: bold;
}
.referral-description-completed {
  color: #999;
  -moz-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

#EventsIndex .event-filters {
  font-size: 15px;
  padding-top: 20px;
}
#EventsIndex .event-list-item {
  position: relative;
}
    #EventsIndex .event-list-item .event-body {
        background-color: #f4f5f9;
        border-left: 10px solid #9954bb;
        padding: 5px;
        margin-bottom: 10px;
        -moz-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -webkit-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }
#EventsIndex .event-list-item .status2false {
  border-left: 10px solid #5c9bb7 !important;
}
#EventsIndex .event-list-item .status10false {
  border-left: 10px solid #F9423A !important;
}
#EventsIndex .event-list-item .status3false {
  border-left: 10px solid #E74C3C !important;
}
#EventsIndex .event-list-item .status5false {
  border-left: 10px solid #95A5A6 !important;
}
#EventsIndex .event-list-item .status15false {
  border-left: 10px solid #F9423A !important;
}
#EventsIndex .event-list-item .status2true {
  border-left: 10px solid #5c9bb7 !important;
  background-color: #F5FFFA;
}
#EventsIndex .event-list-item .status10true {
  border-left: 10px solid #F9423A !important;
  background-color: #F5FFFA;
}
#EventsIndex .event-list-item .status3true {
  border-left: 10px solid #E74C3C !important;
  background-color: #F5FFFA;
}
#EventsIndex .event-list-item .status5true {
  border-left: 10px solid #95A5A6 !important;
  background-color: #F5FFFA;
}
#EventsIndex .event-list-item .status15true {
  border-left: 10px solid #95A5A6 !important;
  background-color: #F5FFFA;
}
#EventsIndex .event-list-item .event-body .event-title {
  margin-top: 0;
  font-size: 1.4em;
}
#EventsIndex .event-list-item .event-body .event-canceled-info {
  color: red;
}
#EventsIndex .event-list-item .event-body .event-registration-info {
  color: #999;
  font-size: 0.8em;
}
#EventsIndex .event-list-item .event-body .event-actions {
  position: absolute;
  right: 22px;
  bottom: 18px;
}
#EventsIndex .event-list-item .event-body .event-date {
  position: absolute;
  right: 22px;
  top: 10px;
}
.event-list-item:first-child:hover .status2false {
  background-color: #dadada;
}
.event-list-item:first-child:hover .status2true {
  background-color: #dadada;
}
.navbar-inverse {
  background-color: #003350 !important;
  border-color: #0066cc;
}
/*# sourceMappingURL=index.css.map */
.btn-info {
  color: #ffffff;
  background-color: #5c9bb7 !important;
}
.bar input {
  background: #fff no-repeat 13px 13px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5NEY0RTlFMTA4NzExRTM5RTEzQkFBQzMyRjkyQzVBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5NEY0RTlGMTA4NzExRTM5RTEzQkFBQzMyRjkyQzVBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTk0RjRFOUMxMDg3MTFFMzlFMTNCQUFDMzJGOTJDNUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTk0RjRFOUQxMDg3MTFFMzlFMTNCQUFDMzJGOTJDNUEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4DjA/RAAABK0lEQVR42pTSQUdEURjG8dOY0TqmPkGmRcqYD9CmzZAWJRHVRIa0iFYtM6uofYaiEW2SRJtEi9YxIklp07ZkWswu0v/wnByve7vm5ee8M+85zz1jbt9Os+WiGkYdYxjCOx5wgFeXUHmtBSzpcCGa+5BJTCjEP+0nKWAT8xqe4ArPGEEVC1hHEbs2oBwdXkM7mj/JLZrad437sCGHOfUtcziutuYu2v8XUFF/4f6vMK/YgAH1HxkBYV60AR31gxkBYd6xAeF3VzMCwvzOBpypX8V4yuFRzX2d2gD/l5yjH4fYQEnzkj4fae5rJulF2sMXVrAsaTWttRFu4Osb+1jEDT71/ZveyhouTch2fINQL9hKefKjuYFfuznXWzXMTabyrvfyIV3M4vhXgAEAUMs7K0J9UJAAAAAASUVORK5CYII=);
  border: none;
  width: 100%;
  line-height: 19px;
  padding: 11px 0;
  border-radius: 2px;
  box-shadow: 0 2px 8px #c4c4c4 inset;
  text-align: left;
  font-size: 14px;
  font-family: inherit;
  color: #738289;
  font-weight: bold;
  outline: none;
  text-indent: 40px;
}
.ripple-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.progress-wrapper {
  position: relative;
  margin: 20px auto;
  font-size: 40px;
}
.progress {
  position: absolute;
  color: #bbb;
  font-weight: 100;
  line-height: 1;
}
.referralcontainer {
  background: #fff;
}
.referral-description-active {
  font-weight: bold;
}
.referral-description-completed {
  color: #999;
  -moz-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

#EventsIndex .event-filters {
  font-size: 15px;
  padding-top: 20px;
}
#EventsIndex .event-list-item {
  position: relative;
}
    #EventsIndex .event-list-item .event-body {
        background-color: #f4f5f9;
        border-left: 10px solid #9954bb;
        padding: 5px;
        margin-bottom: 10px;
        -moz-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -webkit-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }
#EventsIndex .event-list-item .status2false {
  border-left: 10px solid #5c9bb7 !important;
}
#EventsIndex .event-list-item .status10false {
  border-left: 10px solid #F9423A !important;
}
#EventsIndex .event-list-item .status3false {
  border-left: 10px solid #E74C3C !important;
}
#EventsIndex .event-list-item .status5false {
  border-left: 10px solid #95A5A6 !important;
}
#EventsIndex .event-list-item .status15false {
  border-left: 10px solid #F9423A !important;
}
#EventsIndex .event-list-item .status2true {
  border-left: 10px solid #5c9bb7 !important;
  background-color: #F5FFFA;
}
#EventsIndex .event-list-item .status10true {
  border-left: 10px solid #F9423A !important;
  background-color: #F5FFFA;
}
#EventsIndex .event-list-item .status3true {
  border-left: 10px solid #E74C3C !important;
  background-color: #F5FFFA;
}
#EventsIndex .event-list-item .status5true {
  border-left: 10px solid #95A5A6 !important;
  background-color: #F5FFFA;
}
#EventsIndex .event-list-item .status15true {
  border-left: 10px solid #95A5A6 !important;
  background-color: #F5FFFA;
}
#EventsIndex .event-list-item .event-body .event-title {
  margin-top: 0;
  font-size: 1.4em;
}
#EventsIndex .event-list-item .event-body .event-canceled-info {
  color: red;
}
#EventsIndex .event-list-item .event-body .event-registration-info {
  color: #999;
  font-size: 0.8em;
}
#EventsIndex .event-list-item .event-body .event-actions {
  position: absolute;
  right: 22px;
  bottom: 18px;
}
#EventsIndex .event-list-item .event-body .event-date {
  position: absolute;
  right: 22px;
  top: 10px;
}
.event-list-item:first-child:hover .status2false {
  background-color: #dadada;
}
.event-list-item:first-child:hover .status2true {
  background-color: #dadada;
}
.navbar-inverse {
  background-color: #003350 !important;
  border-color: #0066cc;
}
/*# sourceMappingURL=index.css.map */
.btn-info {
  color: #ffffff;
  background-color: #5c9bb7 !important;
}
.bar input {
  background: #fff no-repeat 13px 13px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5NEY0RTlFMTA4NzExRTM5RTEzQkFBQzMyRjkyQzVBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5NEY0RTlGMTA4NzExRTM5RTEzQkFBQzMyRjkyQzVBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTk0RjRFOUMxMDg3MTFFMzlFMTNCQUFDMzJGOTJDNUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTk0RjRFOUQxMDg3MTFFMzlFMTNCQUFDMzJGOTJDNUEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4DjA/RAAABK0lEQVR42pTSQUdEURjG8dOY0TqmPkGmRcqYD9CmzZAWJRHVRIa0iFYtM6uofYaiEW2SRJtEi9YxIklp07ZkWswu0v/wnByve7vm5ee8M+85zz1jbt9Os+WiGkYdYxjCOx5wgFeXUHmtBSzpcCGa+5BJTCjEP+0nKWAT8xqe4ArPGEEVC1hHEbs2oBwdXkM7mj/JLZrad437sCGHOfUtcziutuYu2v8XUFF/4f6vMK/YgAH1HxkBYV60AR31gxkBYd6xAeF3VzMCwvzOBpypX8V4yuFRzX2d2gD/l5yjH4fYQEnzkj4fae5rJulF2sMXVrAsaTWttRFu4Osb+1jEDT71/ZveyhouTch2fINQL9hKefKjuYFfuznXWzXMTabyrvfyIV3M4vhXgAEAUMs7K0J9UJAAAAAASUVORK5CYII=);
  border: none;
  width: 100%;
  line-height: 19px;
  padding: 11px 0;
  border-radius: 2px;
  box-shadow: 0 2px 8px #c4c4c4 inset;
  text-align: left;
  font-size: 14px;
  font-family: inherit;
  color: #738289;
  font-weight: bold;
  outline: none;
  text-indent: 40px;
}
.ripple-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.progress-wrapper {
  position: relative;
  margin: 20px auto;
  font-size: 40px;
}
.progress {
  position: absolute;
  color: #bbb;
  font-weight: 100;
  line-height: 1;
}
.referralcontainer {
  min-height: 500px;
  background: #fff;
  margin-bottom:30px;
}
.referral-description-active {
  font-weight: bold;
}
.referral-description-completed {
  color: #999;
  -moz-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.statistics-list .statistic-item {
    background-color: #f4f5f9;
    border-left: 10px solid #9954bb;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px; 

}
.statistics-list .Totalfalse {
  border-left: 10px solid #222958 !important;
  border: 1px solid;
}
.statistics-list .Totaltrue {
  border-left: 10px solid #222958 !important;
  background-color: #F5FFFA;
  border: 1px solid;
}
.statistics-list .Allfalse {
  border-left: 10px solid #222958 !important;
  border: 1px solid;
}
.statistics-list .Alltrue {
  border-left: 10px solid #222958 !important;
  background-color: #F5FFFA;
  border: 1px solid;
}
.statistics-list .Correspondencefalse {
  border-left: 10px solid #9954bb !important;
  border: 1px solid;
}
.statistics-list .Newfalse {
  border-left: 10px solid #5c9bb7 !important;
  border: 1px solid;
}
.statistics-list .Acceptedfalse {
  border-left: 10px solid #E74C3C !important;
  border: 1px solid;
}
.statistics-list .Respondedfalse {
  border-left: 10px solid #95A5A6 !important;
  border: 1px solid;
}
.statistics-list .Onlyfalse {
  border-left: 10px solid #5c9bb7 !important;
  border: 1px solid;
}
.statistics-list .Referfalse {
  border-left: 10px solid #E74C3C !important;
  border: 1px solid;
}
.statistics-list .Clinicfalse {
  border-left: 10px solid #95A5A6 !important;
  border: 1px solid;
}
.statistics-list .Newtrue {
  border-left: 10px solid #5c9bb7 !important;
  border: 1px solid;
}
.statistics-list .Acceptedtrue {
  border-left: 10px solid #E74C3C !important;
  border: 1px solid;
}
.statistics-list .Respondedtrue {
  border-left: 10px solid #95A5A6 !important;
  border: 1px solid;
}
.statistics-list .Onlytrue {
  border-left: 10px solid #5c9bb7 !important;
  border: 1px solid;
  background-color: #F5FFFA;
}
.statistics-list .Refertrue {
  border-left: 10px solid #E74C3C !important;
  border: 1px solid;
  background-color: #F5FFFA;
}
.statistics-list .Clinictrue {
  border-left: 10px solid #95A5A6 !important;
  border: 1px solid;
  background-color: #F5FFFA;
}


.statistics-list .statistic-item {
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content:    space-between;
}
    .statistics-list .statistic-item .statistic-value {
        text-align: center;
        font-size: 2em;
        align-self: end;
        margin-right:20px;
    }
    .statistics-list .statistic-item .statistic-name {
        display: block;
        text-align: center;
        vertical-align: middle;
        flex-grow: 1; /* Allows the item to grow and take available space, pushing towards the center */
        text-align: center;
        font-size: 17px;
    }
.statistics-list .Action_Requiredfalse {
  border-left: 10px solid #005eb8 !important;
  border: 1px solid;
}
.statistics-list .Action_Requiredtrue {
  border-left: 10px solid #005eb8 !important;
  border: 1px solid;
}
.statistics-list .Pending_Triagefalse {
  border-left: 10px solid #5c9bb7 !important;
  border: 1px solid;
}
.statistics-list .Pending_Triagetrue {
  border-left: 10px solid #5c9bb7 !important;
  border: 1px solid;
}
.statistics-list .Outcome_Actionfalse {
  border-left: 10px solid #95A5A6 !important;
  border: 1px solid;
}
.statistics-list .Outcome_Actiontrue {
  border-left: 10px solid #95A5A6 !important;
  border: 1px solid;
}
.statistics-list .Hazard_Logfalse {
  border-left: 10px solid #f50000 !important;
  border: 1px solid;
}
.statistics-list .Hazard_Logtrue {
  border-left: 10px solid #f50000 !important;
  border: 1px solid;
}
/*# sourceMappingURL=about.css.map */

.contact-clean {
  background: #f1f7fc;
  padding: 80px 0;
}

@media (max-width:767px) {
  .contact-clean {
    padding: 20px 0;
  }
}

.contact-clean form {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

@media (max-width:767px) {
  .contact-clean form {
    padding: 30px;
  }
}

.contact-clean h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}

.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}

.contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
  outline: none;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}

.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2;
}

.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
}

.contact-clean form .btn:hover {
  opacity: 1;
}

.contact-clean form .btn:active {
  transform: translateY(1px);
}

.contact-clean form .btn-primary {
  background-color: #055ada !important;
  margin-top: 15px;
  color: #fff;
}


label {   
    text-align: left !important;   
}

#EventsIndex .event-filters {
  font-size: 15px;
  padding-top: 20px;
}
#EventsIndex .event-list-item {
  position: relative;
}
    #EventsIndex .event-list-item .event-body {
        background-color: #f4f5f9;
        border-left: 10px solid #9954bb;
        padding: 5px;
        margin-bottom: 10px;
        -moz-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -webkit-transition: all linear 0.2s;
        transition: all linear 0.2s;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin:10px 0;
    }
#EventsIndex .event-list-item .status2false {
  border-left: 10px solid #5c9bb7 !important;
}
#EventsIndex .event-list-item .status10false {
  border-left: 10px solid #F9423A !important;
}
#EventsIndex .event-list-item .status3false {
  border-left: 10px solid #E74C3C !important;
}
#EventsIndex .event-list-item .status5false {
  border-left: 10px solid #95A5A6 !important;
}
#EventsIndex .event-list-item .status15false {
  border-left: 10px solid #F9423A !important;
}
#EventsIndex .event-list-item .status2true {
  border-left: 10px solid #5c9bb7 !important;
  background-color: #F5FFFA;
}
#EventsIndex .event-list-item .status10true {
  border-left: 10px solid #F9423A !important;
  background-color: #F5FFFA;
}
#EventsIndex .event-list-item .status3true {
  border-left: 10px solid #E74C3C !important;
  background-color: #F5FFFA;
}
#EventsIndex .event-list-item .status5true {
  border-left: 10px solid #95A5A6 !important;
  background-color: #F5FFFA;
}
#EventsIndex .event-list-item .status15true {
  border-left: 10px solid #95A5A6 !important;
  background-color: #F5FFFA;
}
#EventsIndex .event-list-item .event-body .event-title {
  margin-top: 0;
  font-size: 1.4em;
}
#EventsIndex .event-list-item .event-body .event-canceled-info {
  color: red;
}
#EventsIndex .event-list-item .event-body .event-registration-info {
  color: #999;
  font-size: 0.8em;
}
#EventsIndex .event-list-item .event-body .event-actions {
  position: absolute;
  right: 22px;
  bottom: 18px;
}
#EventsIndex .event-list-item .event-body .event-date {
  position: absolute;
  right: 22px;
  top: 10px;
}
.event-list-item:first-child:hover .status2false {
  background-color: #dadada;
}
.event-list-item:first-child:hover .status2true {
  background-color: #dadada;
}
#EventsIndex .event-list-item .status17false {
  border: 1px solid !important;
  border-left: 10px solid #005eb8 !important;
}
#EventsIndex .event-list-item .status17true {
  border-left: 10px solid #005eb8 !important;
}
.navbar-inverse {
  background-color: #003350 !important;
  border-color: #0066cc;
}
.btn {
    border-radius: 8px !important;
}
/*# sourceMappingURL=index.css.map */
.btn-info {
    color: #ffffff;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}
.bar input {
  background: #fff no-repeat 13px 13px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5NEY0RTlFMTA4NzExRTM5RTEzQkFBQzMyRjkyQzVBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5NEY0RTlGMTA4NzExRTM5RTEzQkFBQzMyRjkyQzVBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTk0RjRFOUMxMDg3MTFFMzlFMTNCQUFDMzJGOTJDNUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTk0RjRFOUQxMDg3MTFFMzlFMTNCQUFDMzJGOTJDNUEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4DjA/RAAABK0lEQVR42pTSQUdEURjG8dOY0TqmPkGmRcqYD9CmzZAWJRHVRIa0iFYtM6uofYaiEW2SRJtEi9YxIklp07ZkWswu0v/wnByve7vm5ee8M+85zz1jbt9Os+WiGkYdYxjCOx5wgFeXUHmtBSzpcCGa+5BJTCjEP+0nKWAT8xqe4ArPGEEVC1hHEbs2oBwdXkM7mj/JLZrad437sCGHOfUtcziutuYu2v8XUFF/4f6vMK/YgAH1HxkBYV60AR31gxkBYd6xAeF3VzMCwvzOBpypX8V4yuFRzX2d2gD/l5yjH4fYQEnzkj4fae5rJulF2sMXVrAsaTWttRFu4Osb+1jEDT71/ZveyhouTch2fINQL9hKefKjuYFfuznXWzXMTabyrvfyIV3M4vhXgAEAUMs7K0J9UJAAAAAASUVORK5CYII=);
  border: none;
  width: 100%;
  line-height: 19px;
  padding: 11px 0;
  border-radius: 2px;
  box-shadow: 0 2px 8px #c4c4c4 inset;
  text-align: left;
  font-size: 14px;
  font-family: inherit;
  color: #738289;
  font-weight: bold;
  outline: none;
  text-indent: 40px;
}
.ripple-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.progress-wrapper {
  position: relative;
  margin: 20px auto;
  font-size: 40px;
}
.progress {
  position: absolute;
  color: #bbb;
  font-weight: 100;
  line-height: 1;
}
.referral-description-active {
  font-weight: bold;
}
.referral-description-completed {
  color: #999;
  -moz-text-decoration-line: line-through;
  text-decoration-line: line-through;
}
