@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');
* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    /*margin-top: 90px;*/
    padding-bottom: 30px;
    color: #333;
    background: #e3e3e3;
    font-family: 'Roboto', sans-serif;
}

[ui-sref], [ng-click] {
    cursor: pointer;
}

img.logo {
    height: 50px;
    margin: 6px;
}

.smaller {
    font-size: 0.8em;
}

.navbar-fixed-top {
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10), 0 3px 6px rgba(0, 0, 0, 0.13);
    margin-bottom: 2em;
    border: none;
}

.navbar-inverse {
    box-shadow: none;
    border: none;
}

.navbar-inverse .navbar-nav>li>a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-toggle {
    margin-top: 20px;
}

.navbar-default .navbar-toggle {
    border: none!important;
    transition: all .2s ease-in-out;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: #19457C;
}

.accent-bar {
    width: 100%;
    height: 8px;
    background: rgba(2, 93, 184, 1);
    background: -moz-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(2, 93, 184, 1)), color-stop(100%, rgba(1, 149, 186, 1)));
    background: -webkit-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
    background: linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025db8', endColorstr='#0195ba', GradientType=1);
    /*margin-bottom: 8px;*/
}

.newBlogH3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #025db8;
    font-weight: 500;
    display: inline;
    padding-left: 15px;
}

.no-select {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently not supported by any browser */
}

.table {
    margin-top: 15px;
    margin-bottom: 0;
}

.table th {
    color: #aaa;
    font-weight: normal;
}

[ng-click] {
    cursor: pointer;
}

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase>p>.btn {
    margin: 5px 0;
}

.theme-showcase .navbar .container {
    width: auto;
}

.nav-pills>li {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 14.933px;
    color: gray;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.nav-pills>li.active {
    color: #808080;
    background-color: #e6e6e6;
}

h1, h2 {
    color: #003A54;
    font-family: 'Quicksand', sans-serif;
}

.form-control {
    border: none;
}

.btn {
    font-weight: 700;
    transition: all .6s ease-in-out;
}

.btn:hover {
    color: #fff!important;
    opacity: .85;
}

#multi-select-button:hover {
    background-color: #e3e3e3;
    color: #003A54!important;
}

.btn-default {
    border-color: #DDD;
    color: #333;
    text-transform: uppercase;
}

.btn-default:hover {
    background:#DDD !important;
    color: #333 !important;
    text-transform: uppercase;
}

.createTag {
    color: #fff;
    text-transform: uppercase;
    background: rgba(2, 93, 184, 1);
    background: -moz-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(2, 93, 184, 1)), color-stop(100%, rgba(1, 149, 186, 1)));
    background: -webkit-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
    background: linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025db8', endColorstr='#0195ba', GradientType=1);
    border: none;
}

.saveButton {
    background-color: #5BC4BF;
}

.btn-lg {
    font-size: 16px;
}

.list-group-item-bare {
    border: 0;
}

.drop-box {
    border: 1px rgba(0, 0, 0, 0) solid;
    width: 100%;
}

.box-dragover {
    border: 1px green solid;
}

.publish .btn-default {
    border: 0;
    font-weight: 700;
}

.btn-noborder {
    border: 0 !important;
}

.btn-warning, .btn-warning:active, .btn-warning:focus, .btn-warning:visited {
    color: #f2f2f2;
    border: 0;
    font-weight: 700;
    background-color: #666;
}

.btn-warning:hover {
    color: #f2f2f2;
    border: 0;
    font-weight: 700;
    background-color: #444;
}

.btn-success, .btn-success:active, .btn-sucess:focus, .btn-sucess:visited {
    color: #A4F9C8;
    background-color: rgba(164, 249, 200, .5);
    font-weight: 700;
    border: 0;
}

#liveBtn:hover {
    color: #A4F9C8;
    background-color: rgba(164, 249, 200, .35);
    font-weight: 700;
    border: 0;
}

/* Text angular - WYSIWYG */

.ta-hidden-input {
    width: 1px;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -10000px;
    left: -10000px;
    opacity: 0;
    overflow: hidden;
}

#textEditor .form-control {
    background-color: #fafafa;
    overflow-y: scroll;
}

#textEditor .form-control h1, #textEditor .form-control h2, #textEditor .form-control h3, #textEditor .form-control h4 {
    font-family: 'Lora', serif!important;
    font-weight: 700;
}

#textEditor .form-control h1, #textEditor .form-control h2, #textEditor .form-control h3 {
    color: #311900!important;
}

#textEditor .form-control h1 {
    font-size: 30px;
}

#textEditor .form-control h2 {
    font-size: 24px;
}

#textEditor .form-control h3 {
    font-size: 18px;
}

#textEditor .form-control h4 {
    font-size: 16px;
    color: #81ADB1;
}

#textEditor .form-control h5 {
    font-size: 14px;
    color: #311900!important;
}

#textEditor .form-control p, #textEditor .form-control ul li, #textEditor .form-control ol li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

#textEditor .form-control img {
    width: 100%;
    padding: 30px;
}

.ta-root.focussed>.ta-scroll-window.form-control {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
    margin-bottom: 20px;
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%
}

.ta-scroll-window.form-control {
    position: relative;
    padding: 0
}

.ta-scroll-window>.ta-bind {
    height: auto;
    min-height: 300px;
    padding: 2em;
}

.story-details .ta-scroll-window>.ta-bind {
    background-color: #33346e;
    color: white;
}

.ta-editor:focus {
    user-select: text
}

.ta-resizer-handle-overlay {
    z-index: 100;
    position: absolute;
    display: none
}

.ta-resizer-handle-overlay>.ta-resizer-handle-info {
    position: absolute;
    bottom: 16px;
    right: 16px;
    border: 1px solid #000;
    background-color: #FFF;
    padding: 0 4px;
    opacity: .7
}

.ta-resizer-handle-overlay>.ta-resizer-handle-background {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    top: 5px;
    border: 1px solid #000;
    background-color: rgba(0, 0, 0, .2)
}

.ta-resizer-handle-overlay>.ta-resizer-handle-corner {
    width: 10px;
    height: 10px;
    position: absolute
}

.ta-resizer-handle-overlay>.ta-resizer-handle-corner-tl {
    top: 0;
    left: 0;
    border-left: 1px solid #000;
    border-top: 1px solid #000
}

.ta-resizer-handle-overlay>.ta-resizer-handle-corner-tr {
    top: 0;
    right: 0;
    border-right: 1px solid #000;
    border-top: 1px solid #000
}

.ta-resizer-handle-overlay>.ta-resizer-handle-corner-bl {
    bottom: 0;
    left: 0;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000
}

.ta-resizer-handle-overlay>.ta-resizer-handle-corner-br {
    bottom: 0;
    right: 0;
    border: 1px solid #000;
    cursor: se-resize;
    background-color: #fff
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.bottom {
    margin-top: 10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

/* Text angular - WYSIWYG */

/* Date picker */

.date-container {
    position: relative;
    display: inline;
    width: 100%;
    height: 34px;
    padding: 6px 0;
}

.angular-date-picker {
    position: absolute;
    color: #333;
    font: normal 14px sans-serif;
    border: 1px solid #ddd;
    display: inline-block;
    background: #fff;
    z-index: 3;
    right: 0;
    top: 2.5em;
}
#fundriaser-date-container .angular-date-picker{
  top:0;
  right:inherit;
}


.angular-date-picker>._month {
    text-align: center;
    line-height: 22px;
    padding: 10px;
    background: #fcfcfc;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.angular-date-picker>._month>button {
    color: #555;
    font: normal 14px sans-serif;
    outline: none;
    position: absolute;
    background: transparent;
    border: none;
    cursor: pointer;
}

.angular-date-picker>._month>button:hover {
    color: #333;
}

.angular-date-picker>._month>button._previous {
    left: 10px;
}

.angular-date-picker>._month>button._next {
    right: 10px;
}

.angular-date-picker>._days {
    width: 210px;
    /* 30 x 7 */
    margin: 10px;
    text-align: center;
}

.angular-date-picker>._days>._day-of-week, .angular-date-picker>._days>._day {
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 30px;
    line-height: 28px;
    float: left;
}

.angular-date-picker>._days>._day-of-week {
    font-weight: bold;
}

.angular-date-picker>._days>._day.-padding {
    opacity: .5;
}

.angular-date-picker>._days>._day {
    cursor: pointer;
}

.angular-date-picker>._days>._day.-selected {
    background: #e0e0e0;
}

.angular-date-picker>._days>._day.-today {
    border-color: #aaa;
}

.angular-date-picker>._days>._day:hover {
    background: #eee;
}

.angular-date-picker>._days:after {
    content: '';
    display: block;
    clear: left;
    height: 0;
}

/* Date picker */

/* .ta-editor.ta-html, this is the class for wysiwyg*/

.ta-editor.ta-html h1, h2 {
    font-family: 'Quicksand', sans-serif;
}

.ta-editor.ta-html h1 {
    font-size: 2.5em;
    line-height: 1em;
    font-weight: lighter;
}

.ta-editor.ta-html h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 0.5em 0;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #5BC4BF;
    font-size: 24px;
}

/* Editor styling */

.blog-editor-title {
    background: rgba(2, 93, 184, 1);
    background: -moz-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(2, 93, 184, 1)), color-stop(100%, rgba(1, 149, 186, 1)));
    background: -webkit-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
    background: linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025db8', endColorstr='#0195ba', GradientType=1);
    padding-top: 1em;
    margin-bottom: 20px;
}

.blog-editor-title h2 {
    color: #FFF!important;
}

.blog-editor-body {
    background-color: #FEFEFE!important;
    padding: 0 15px 15px 15px;
    /*box-shadow: 0px 12px 12px rgba(0, 0, 0, .1);*/
    /*box-shadow: 0px 12px 12px rgba(0, 0, 0, .1); */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.blog-editor-body .form-control {
    background-color: #eee;
    color: #333;
}

.blog-editor-body label {
}

label {
    font-size: 11px;
	letter-spacing: 0.1em;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
	color:#AAA;
	text-transform: uppercase;
}

label.publish {
    padding-right: 1em;
    top: -1em;
    position: relative;
    color: white;
    font-weight: bold;
}

.panel-categories {
    border: none;
}

.panel-categories checkbox {}

input[type=checkbox] {
    margin-right: 8px;
}

.panel-categories .panel-body {
    background-color: #202529 !important;
    color: #dddddd;
    min-height: 140px;
    max-height: 360px;
    /*overflow-y: scroll;*/
}

.panel-categories .panel-body ul li {
    color: #333;
    background-color: transparent;
    padding: 0;
}

.panel-categories .panel-body ul li+li {
    padding-top: 15px;
}

div.publish.btn-group button.btn {
    /*width: 75px !important;*/
}

button.btn.blog-action {
    /*  width: 100px;*/
    font-weight: 700;
}

button.btn.blog-action.btn-default {
    background-color: rgba(255, 255, 255, .2);
    color: white;
    border: none;
    margin-right: 15px;
}

button.btn.blog-action.btn-danger {
    background-color: #E76F6D;
}

button.btn.blog-action.btn-danger:hover {
    background-color: #E03545;
}

button.btn.blog-action.btn-primary, .createTag, button.btn.blog-action.btn-danger {
    transition: all .2s ease-in-out;
}

button.btn.blog-action.btn-primary:hover, .createTag:hover {
    background-color: #50ABB4;
}

.adminNav {
    margin: 15px 0 30px 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.adminNav li {
    /*margin-right: 2em;*/
    text-align: center;
}

.adminNav .pull-right {
    margin-right: 0;
}

.adminNav li i {
    opacity: .5;
    padding-right: 3px;
}

.table>tbody>tr>td {
    padding: 16px 8px;
    border-top: 1px solid rgba(149, 152, 154, .25);
}

.table>thead>tr>th {
    border-bottom: 2px solid rgba(149, 152, 154, .25);
}

.fa-remove {
    color: #E76F6D;
}

.fa-pencil {
    color: #5BC4BF;
}

.text-success {
    color: #5BC4BF;
    font-weight: 600;
}

.text-danger {
    color: #E76F6D;
    font-weight: 600;
}

tr {
    transition: all .1s ease-in-out;
}

tbody tr:hover {
    background-color: #eee;
}

.nav-pills>li {
    padding: 0;
}

.nav-pills>li.active {
    background-color: transparent;
    color: #196BAC;
    font-weight: bold;
}

.deleteModal {
    display: inline-block;
    background-color: #fafafa!important;
    color: #666;
    padding: 25px;
    border-radius: 5px;
}


.trevModal-overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed;
    /* Stay in place */
    z-index: 1050;
    /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    /* Black fallback color */
    background-color: rgba(0, 0, 0, 0.5);
    /* Black w/opacity */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.trevModal-content {
    position: relative;
    top: 25%;
    /* 25% from the top */
    width: 100%;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
}

.trevAnniversaryModal-overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100vh;
  width: 100vw;
  position: fixed; /* Stay in place */
  z-index: 1050; /* Sit on top */
  left: 0;
  top: 0;
  background-color: white; /* Black fallback color */
  overflow-x: hidden; /* Disable horizontal scroll */
  align-content: center;
  text-align: center;
}

.trevAnniversaryModal-content {
  position: relative;
  height: 100%;
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
}

/* Toggle button */

.tgl {
    display: none;
}

.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl+.tgl-btn {
    box-sizing: border-box;
}

.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl+.tgl-btn::-moz-selection {
    background: none;
}

.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl+.tgl-btn::selection {
    background: none;
}

.tgl+.tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tgl+.tgl-btn:after, .tgl+.tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}

.tgl+.tgl-btn:after {
    left: 0;
}

.tgl+.tgl-btn:before {
    display: none;
}

.tgl:checked+.tgl-btn:after {
    left: 50%;
}

.tgl-light+.tgl-btn {
    background: #01386D;
    border-radius: 2em;
    margin: 4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.tgl-light+.tgl-btn:after {
    border-radius: 50%;
    background: #d7ebfd;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.tgl-light:checked+.tgl-btn:after {
    background: white;
}

/* Toggle button // */

.pseudocrumbs, .pseudocrumbs a {
    color: white;
}

.panel-categories .panel-body {
    background-color: #eee !important;
}

.panel-categories .panel-body ul li {
    color: #333 !important;
}

/* colors */

.ckc-blue, a, .ckc-white-bg h6 {
    color: #196BAC;
}

.ckc-blue-bg {
    background-color: #196BAC;
}

.ckc-gold {
    color: #FEC340;
}

.ckc-gold-bg {
    background-color: #FEC340!important;
}

.ckc-gold-dark {
    color: #e2972f;
}

.ckc-salmon {
    color: #E76F6D;
}

.ckc-salmon-bg {
    background-color: #E76F6D;
}

.ckc-white {
    color: #FFF;
}

a.ckc-white {
    color: #FFF !important;
}

a.ckc-white:hover {
    color: #fec340 !important;
}

p.ckc-white {
    color: #D7E1CB;
}

.ckc-white-bg {
    background-color: #FFFFFF!important;
}

.ckc-green, a:hover {
    color: #5BC4BF;
}

.ckc-green-dark {
    color: #2dac9e;
}

.ckc-green-bg {
    background-color: #5BC4BF!important;
}

.ckc-green-dark-bg {
    background-color: #2dac9e;
}

.ckc-purple {
    color: #33346e;
}

.ckc-purple-bg {
    background-color: #33346e;
}

.ckc-gray {
    color: #E5E5E5;
}

.ckc-gray-bg {
    background-color: #E5E5E5;
}
.colorPicker{
    max-width:120px;
}

.colorPicker .active {
    border: 2px solid #EEE;
    border-radius: 50%;
    padding: 4px;

}

.ta-flex {
    min-height: 0 !important;
}

.ta-flex>.ta-bind {
    min-height: 0;
}

/* For Kids editor */

.profileDiv {
    max-height: 30vh;
}

.script {
    font-family: 'Pacifico', cursive;
    /*font-weight: 100 !important;
    font-size: 1.4em;*/
}

blockquote {
    color: #5BC4BF;
    border-left: 0;
    font-family: "Slabo 27px", serif;
    /*margin: 1em auto;*/
    /*text-align: center;*/
    /*font-size: 1.4em;*/
}

.column-number {
    width: 40px;
}

span.multiselect-native-select {
    position: relative
}

span.multiselect-native-select select {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px -1px -1px -3px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    left: 50%;
    top: 30px
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.multiselect-container .input-group {
    margin: 5px
}

.multiselect-container>li {
    padding: 0
}

.multiselect-container>li>a.multiselect-all label {
    font-weight: 700
}

.multiselect-container>li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700
}

.multiselect-container>li.multiselect-group-clickable label {
    cursor: pointer
}

.multiselect-container>li>a {
    padding: 0
}

.multiselect-container>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 0 3px 30px
}

.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
    margin: 0
}

.multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}

.sponsorships, .tickets {
	padding:30px;
}

.sponsorships h2, .tickets h2 {
    margin-bottom: 0;
}

.adminSponsorLogo {
    max-height: 60px;
    width:auto;
}


/* Imported from main.css add second bg-color as color on first element */

/* Color schemes for kids */

/* colors-1 */

.kid-stories.colors-1 {
    background-color: #196BAC !important;
    color: #FEC340 !important;
}

/* colors-2 */

.kid-stories.colors-2 {
    background-color: #196BAC;
    color: #5BC4BF;
}

/* colors-3 */

.kid-stories.colors-3 {
    background-color: #33346e;
    color: #5BC4BF;
}

/* colors-4 */

.kid-stories.colors-4 {
    background-color: #33346e;
    color: #E76F6D;
}

/* added for pretty */

.kid-stories {
    padding: .5em;
}

/*=============REPORTS==============*/

#refine-date .form-control {
    width: 100px!important;
}

#refine-div {
    padding: 0;
}

#refine-div .btn-default {
    width: 100%!important;
    text-align: left!important;
    text-transform: capitalize;
}

#refine-div .btn-default i {
    margin-top: 2px;
}

.multi {
    border: 1px solid #e3e3e3;
    padding: 10.5px;
    position: absolute;
    width: 100%;
    background: white;
    margin-bottom: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10), 0 3px 6px rgba(0, 0, 0, 0.13);
}

.multi label {
    margin-bottom: 0;
}

.view-btn, .search-btn {
    background: rgba(2, 93, 184, 1);
    background: -moz-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(2, 93, 184, 1)), color-stop(100%, rgba(1, 149, 186, 1)));
    background: -webkit-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
    background: linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025db8', endColorstr='#0195ba', GradientType=1);
    color: white;
}

.export-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5bc4bf+0,5bc1ab+100 */
    background: #5bc4bf;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5bc4bf 0%, #5bc1ab 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5bc4bf 0%, #5bc1ab 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5bc4bf 0%, #5bc1ab 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bc4bf', endColorstr='#5bc1ab', GradientType=0);
    /* IE6-9 */
    color: white;
}

.divider {
    height: 1px;
    margin: 10.5px -10.5px;
    overflow: hidden;
    background-color: #E2ECED;
}

/*=======EVENTS EDIT==========*/

.excerpt-box .ta-editor.ta-html, .ta-scroll-window.form-control {
    min-height: 150px;
}

.excerpt-box .ta-scroll-window>.ta-bind {
    min-height: 150px;
}

.entry-box .ta-scroll-window>.ta-bind {
    max-height: 500px;
    overflow-y: scroll;
}

.form-control-static {
    cursor: -webkit-grab;
}

.price-header, .price-td, .sort-header, .sort-td, .id-header, .id-td {
    width: 50px;
}

.qty-header, .qty-td {
    width: 75px;
}

.remove-td {
    width: 15px;
}

.description-td {
    width: 100%;
    background-color: #eee;
    border: none;
    padding: 6px 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.add-table tr:hover {
    background-color: inherit;
}

.name-header, .name-td {
    width: 280px;
}

.add-save {
    margin-top: 2em;
}

/*======FUNDRAISER EDIT==========*/

#fund-colorPicker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.shapePicker .fa-circle {
    margin-right: 5px;
}

/*======SIDE NAV?========*/

#admin-display {
    margin-left: 215px;
    margin-right: 15px;
    margin-top: 15px;
}

.sidebar-nav {
    position: fixed;
    width: 200px;
    height: 100vh;
    top: 0;
}

.sidebar-nav .divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .2);
}

.sidebar-nav .img-responsive {
    padding: 1.75em;
}

.sidebar-nav .fa {
    /*float: right;*/
    margin-top: 1px;
    opacity: .6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#sidenav01 span {
    width: 5px;
    position: relative;
    margin-top: 8px;
}

.sidebar-nav hr {
    margin-top: 0;
    opacity: .25;
}

.sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
}

.bottom-admin-bar {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.bottom-admin-bar .logout {
    background: transparent;
    color: #fff;
    float: left;
    width: 50%;
    font-size: 14px;
}

.sidebar-nav .navbar {
    border-radius: 0;
    margin-bottom: 0;
    border: 0;
    height: 100vh;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#025db8+0,0195ba+100 */
    background: #025db8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #025db8 0%, #0195ba 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #025db8 0%, #0195ba 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #025db8 0%, #0195ba 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025db8', endColorstr='#0195ba', GradientType=0);
    /* IE6-9 */
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10), 0 3px 6px rgba(0, 0, 0, 0.13);
}

.sidebar-nav .navbar ul {
    float: none;
    display: block;
}

.sidebar-nav .navbar li {
    float: none;
    display: block;
    color: white;
}

.sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
    color: white;
    font-weight: 500;
}

.sidebar-nav .navbar-default .navbar-nav>.active>a, .sidebar-nav .navbar-default .navbar-nav>.active>a:focus, .sidebar-nav .navbar-default .navbar-nav>.active>a:hover {
    background: #19457C;
    color: white;
}

.navbar-brand {
    display: none;
}

.expand {
    background: #f9f9f9;
}

.expand:hover {
    background: #f9f9f9;
}

.expand .table {
    background: transparent;
}


@media (min-width: 1220px) {
    .navbar-nav {
        margin: 0;
    }
    .navbar-collapse {
        padding: 0;
    }
    .sidebar-nav .navbar li a {
        transition: all .3s ease-in-out;
    }
    .sidebar-nav .navbar li a:hover {
        background: #19457C;
        color: white;
    }
    .sidebar-nav .navbar li a>.caret {
        margin-top: 8px;
    }
}

@media (max-width: 1200px) {
    #admin-display {
        margin-left: 190px;
    }
    .sidebar-nav {
        width: 175px;
    }
    .actions-td {
        min-width: 120px;
    }
    #transactions-table-body {
        overflow-y: scroll;
    }
}

@media (max-width: 1024px) {
    .navbar-brand {
        display: block;
    }
    body {
        margin-top: 83px;
    }
    .sidebar-nav {
        z-index: 9;
        height: 65px;
        width: 100%;
    }
    .sidebar-nav .navbar {
        height: 65px;
    }
    .sidebar-nav .navbar li a {}
    .navbar-toggle {
        margin-top: 15px;
    }
    .sidebar-nav .navbar li:first-child {
        display: none;
    }
    .bottom-admin-bar {
        position: static;
    }
    #admin-display {
        margin-left: 15px;
    }
    .sidebar-nav .navbar {
        background: rgba(2, 93, 184, 1);
        background: -moz-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(2, 93, 184, 1)), color-stop(100%, rgba(1, 149, 186, 1)));
        background: -webkit-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
        background: -o-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
        background: -ms-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
        background: linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025db8', endColorstr='#0195ba', GradientType=1);
    }
    .navbar-collapse.collapse.in {
        background: rgba(2, 93, 184, 1);
        background: -moz-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(2, 93, 184, 1)), color-stop(100%, rgba(1, 149, 186, 1)));
        background: -webkit-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
        background: -o-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
        background: -ms-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
        background: linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025db8', endColorstr='#0195ba', GradientType=1);
    }
    .navbar-brand img {
        height: 55px;
        position: absolute;
        top: 6px;
        left: 15px;
    }
    .bottom-admin-bar {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-collapse.collapse {
        display: none !important;
        margin-top: 10px;
    }
    .navbar-collapse.collapsing {
        margin-top: 10px;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }
    .navbar-header {
        float: none;
    }
    .nav.navbar-nav {
        background: rgba(2, 93, 184, 1);
        background: -moz-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(2, 93, 184, 1)), color-stop(100%, rgba(1, 149, 186, 1)));
        background: -webkit-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
        background: -o-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
        background: -ms-linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
        background: linear-gradient(45deg, rgba(2, 93, 184, 1) 0%, rgba(1, 149, 186, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025db8', endColorstr='#0195ba', GradientType=1);
    }
}

@media (max-width: 992px) {
    .table-appear {
        width: 100%;
        overflow-x: scroll;
    }
    #refine-date .form-control {
        display: inline;
    }
}

@media (max-width: 736px) {
    .sidebar-nav .navbar .navbar-collapse {
        height: 75vh;
        overflow-y: scroll;
        margin-top: 10px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none!important;
    }
    #sidenav01 {
        margin-left: 15px;
        margin-right: 15px;
        border: none!important;
    }
    #sidenav01 li {
        margin-left: -15px;
        margin-right: -15px;
    }
    .date-range {
        width: 100%;
        display: flex;
        align-items: center;
    }
    #refine-div {
        width: 100%;
        padding: 0 15px;
    }
    .button-group-div {
        display: flex;
        margin-top: 15px;
        width: 100%;
        justify-content: space-between;
    }
    .button-group-div .btn {
        width: 49%;
        height: 44px;
    }
    .multi {
        position: static;
    }
    #fundraiser-table-body {
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 575px) {
  .hide-mobile{
    display: none!important;
  }

    .mobile-only {
        display: block!important;
    }
    #trans-form-head label, #refine-date .date-range label {
        text-align: left;
        display: block;
        margin-top: 5px;
    }
    #trans-form-head .input-group, #refine-date .date-range .input-group {
        width: 100%;
    }
    #trans-form-head .search-btn {
        margin-top: 15px;
    }
    .date-range {
        display: block;
    }
    #refine-date .form-control {
        width: 100%!important;
    }
    .img-td {
        /*padding-bottom: 50px!important;*/
    }
    .space {
        display: none;
    }
    .column-number {
        width: inherit;
    }
    .view-more {
        display: none;
    }
    .order-mobile {
        margin-top: 15px;
    }
    .address-mobile, .desc-mobile, .title-td, .content-td {
        /*padding-bottom: 45px!important;*/
    }
    .intro-td {
        /*padding-bottom: 90px!important;*/
    }
    .actions-td {
        /*padding-bottom: 50px!important;*/
    }
    .actions-td .fa {
        font-size: 20px;
    }
    .li-tr {
        margin-top: 15px;
        margin-bottom: 15px;
        /*border-top:1px solid #ccc;*/
    }
    .expand .mobile-table {
        padding-left: 0;
        padding-right: 0;
    }
    .mobile-table tr:nth-child(even) {
        background-color: #f1f1f1!important;
    }
    #recurring-table tr:nth-child(even) {
        background-color: #f1f1f1!important;
    }
    /* Force table to not be like tables anymore */
    .mobile-table, .mobile-table thead, .mobile-table tbody, .mobile-table th, .mobile-table td, .mobile-table tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .mobile-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .mobile-table tr {
        /*border: 1px solid #EEE;*/
        border: none;
    }
    .mobile-table>tbody>tr>td {
        /*border:none!important;*/
        display: flex;
        width:100%;
    }
    .mobile-table td {
        /* Behave  like a "row" */
        border: none;
        /*border-bottom: 1px solid #eee;*/
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    .mobile-table .th-mobile {
        /* Now like a table header */
        /*position: absolute;*/
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 22%;
        padding-right: 10px;
        /*white-space: nowrap;*/
        text-align: right;
        font-weight: bold;
    }
    .mobile-table .td-mobile {
        /* Now like a table header */
        /*position: absolute;*/
        /* Top/left values mimic padding */
        top: 6px;
        right: 6px;
        width: 78%;
        padding-right: 10px;
        /*white-space: nowrap;*/
        text-align: left;
    }
    /*
	Label the data
	*/
    .mobile-table .th-mobile {
        content: attr(data-title);
    }
    .angular-date-picker {
        position: static;
    }

    .td-mobile .fa-remove{
      font-size: 21px;
    }
}

@media (max-width: 480px) {
    .blog-editor-title {
        margin-left: 0;
        margin-right: 0;
    }
    .sidebar-nav .navbar .navbar-collapse {
        height: auto;
    }
    .profileDiv {
        max-height: inherit!important;
        ;
    }
    .btn-lg {
        width: 100%;
    }
}

.mobile-only {
    display: none;
}

@media (min-width: 1024px) {
    .collapsing {
      height: 100% !important;
    }
}


/*=====ADMIN SPACING====*/

.side-panel{
  max-width:375px;
}

.main{
  padding-left:30px;
    border-left:1px solid #eee;
}


@media screen and (max-width:800px) {
    .table-responsive {
        border: 0;
    }


    .side-panel{

      padding-right:15px!important;
    }

    .main{
      padding-left:15px!important;
        border-left:0px solid #eee!important;
    }

	.side-panel {
    	max-width: 100% !important;
	}
	
}

@media screen and (max-width: 736px) {
    .text-capitalize {
        font-size: 18px;
    }
    .btn-group.publish {
        margin-top: -5px;
    }
}

@media screen and (max-width:550px) {
    .blogTableContainer {
        overflow-x: scroll;
    }
    .createTag {
        margin-left: 8px;
    }
    .contentHeader, .contentCell {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .banner h1 {
        font-size: 2em;
        top: 80%
    }
    .banner h1 br {
        display: none;
    }
    .blog-editor-body {
        padding-left: 0;
        padding-right: 0;
    }
    label.publish {
        display: none;
    }
    .btn-group.publish {
        margin-top: 8px;
    }
}

.ta-insert-video{
    width: 100%;
    height: 270px;
    object-fit: none;
    background: #000;
}