canvas{
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }
        /* Move down content because we have a fixed navbar that is 50px tall */
        body {
            padding-top: 50px;
            padding-bottom: 20px;
            /*font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;*/
            /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"*/
            font-family:  "Nunito Sans", "Verdana", "Helvetica", sans-serif !important
        }

        .white-font {
          color: #eeeeee;
        }

        .jumbotron {
            padding-top: 0px;
            /*padding-bottom: 48px;*/
            padding-bottom: 1px;
            /*background-color: #f0f0f2;*/
            background-color: #F8FBFD;
            /*background-image: linear-gradient(268deg, #405f8f, #1c3050);*/
            /*background-image: linear-gradient(268deg, #f0f0f2, #d2d2d2);*/
            /*padding: 16px 0;*/
        }

        .jumbotron p {
             font-size: inherit;
             font-weight: inherit; 
        }

        .main-bg {
          background-image: linear-gradient(176deg, #3C4045 70%, #F8FBFD calc(70% + 2px))
        }
        
        .alerts {
         position:fixed;
         width:300px;
         left:30px;
         bottom:40px;
         z-index:10; 
        }
        .alerts>.alert-dismissable {
         position:relative;
         z-index:11;
         min-width:250px;
        }

        .badge {
          background-color: rgb(26, 188, 156);
        }

        .font-double {
          font-size: 200%;
          margin:  2px;
        }

        .center-vertidally {
            display: flex;
            align-items: center;
        }

        .navbar.center .navbar-inner {
            text-align: center;
        }

        .navbar.center .navbar-inner .nav {
            display:inline-block;
            float: none;
        }

        .navbar-inverse {
          /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
          /*background-color: #515151;
          border-color: #515151;*/
          
        }

        .navbar-form {
          -webkit-box-shadow: none;
          box-shadow: none;
        }

        .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
          border-color: inherit;
        }

        .nav>li>a:focus, .nav>li>a:hover {
          border-bottom-color: transparent;
        }

        
        .nav-tabs>li>a:hover {
          /*border-color: #515151;*/
        }

        .white-bg {
          background-color: white;
        }

        .padding-sm {
          padding: 5px;
        }

        .padding {
          padding: 15px;
        }

        .padding-top {
          padding-top: 15px;
        }

        .padding-bottom {
          padding-bottom: 15px;
        }

        .padding-left {
          padding-left: 15px;
        }

        .padding-right {
          padding-right: 15px;
        }

        .margin {
          margin: 10px;
        }

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

        .margin-bottom {
          margin-bottom: 10px; 
        }

        .margin-left {
          margin-left: 10px; 
        }

        .margin-right {
          margin-right: 10px; 
        }

        .no-margin {
          margin: 0px;
        }

        .no-margin-bottom {
          margin-bottom: 0px;
        }

        .no-margin-top {
          margin-top: 0px;
        }


        .table-extra-condensed > thead > tr > th,
        .table-extra-condensed > tbody > tr > th,
        .table-extra-condensed > tfoot > tr > th,
        .table-extra-condensed > thead > tr > td,
        .table-extra-condensed > tbody > tr > td,
        .table-extra-condensed > tfoot > tr > td {
          padding: 2px;
        }

        .table-merge > thead > tr > th,
        .table-merge > tbody > tr > th,
        .table-merge > tfoot > tr > th,
        .table-merge > thead > tr > td,
        .table-merge > tbody > tr > td,
        .table-merge > tfoot > tr > td {
          vertical-align: middle;
          width: 25%;
        }


        .panel {
          /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.06);*/
          box-shadow: 0 21px 35px 0 rgba(0,0,0,.2)
        }

        a:focus {
          outline: none;
        }

        ui-select-container:focus {
          outline: none;
        }

        .ui-select-bootstrap > .ui-select-match > .btn {
          min-width: 100%;
        }

        .ui-select-search {
          min-width: 100%; 
        }


        /*.nav>li>a:focus, .nav>li>a:hover {
          background-color: #515151;
          color: #eeeeee;
        }

        .nav>li>a:hover {
         background-color: #515151;
          color: #eeeeee; 
        }*/ 

        
        .carousel-inner {
          box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        }

        .nav-tabs>li>a {
          border-radius: 0px;
        }


       
        .controls-fixed{
		  //background-color:rgba(0, 0, 0, 0.1);
		  //bottom:0;
		  right:0;
		  //padding:10px 15px;
		  position:fixed;
		  top:auto;
		  width:50%;
		}


		a.data-toggle="pill" {
		    background-color: #a2482e;
		}

		.editable-click, a.editable-click {
		    text-decoration: none;
		    color: #444444;
		    border-bottom: none;
		    font-weight: normal;
		}
        @media 
        .container {
            width: 100%;
        }

        

.calendar-icon {
    font-size: 200%;
    padding-left: 0px;
}

.borderless td, .borderless th {
    border: none !important;
}

.btn {
    margin-right: 8px;
    border-radius: 5px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}

.btn-circle:focus,.btn-circle:active {
   outline: none !important;
   box-shadow: none !important;
}

.btn-huge{
    padding-top:20px;
    padding-bottom:20px;
}

.no-outline {
  outline: none; 
}

.no-box-shadow {
  box-shadow: none; 
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}


.angular-ui-tree-handle {
    background: #f8faff;
    border: 1px solid #dae2ea;
    color: #7c9eb2;
    padding: 2px 4px;
}

.angular-ui-tree-handle:hover {
    color: #438eb9;
    background: #f4f6f7;
    border-color: #dce2e8;
}

.can-delete .red-hover:hover {
  color: red;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

tr.angular-ui-tree-empty {
    height:100px
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}

.moving-text {
  animation: MoveUpDown 1s linear infinite;
  position: absolute;
}

.bg-grey {
  background-color: #eeeeee;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
}

/*.bg-grey:hover {
  background: #eeeeee;
}
*/
@keyframes MoveUpDown {
  0% {
    bottom: -5px;
  }
  50% {
    bottom: 5px;
  }
  100% {
    bottom: -5px;
  }
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    height: 65px;
    text-align: center;
    padding-top: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* --- Tree --- */
.tree-node {
    border: none;
    
    background: #f8faff;
    color: #7c9eb2;
}

.nodrop {
    background-color: #f2dede;
}

.tree-node-content {
    margin: 10px;
}
.tree-handle {
    padding: 10px;
    background: #428bca;
    color: #FFF;
    margin-right: 10px;
}

.angular-ui-tree-handle:hover {
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.angular-ui-tree-empty {
    border: none;
    min-height: 100px;
    background-color: transparent;
    background-image: none;
    background-size: 60px 60px;
    background-position: 0 0,30px 30px;
}
		
/*.btn-group-sm>.btn, .btn-sm {
    padding: 2px 5px;
}*/

/*.well {
    border: none;
}*/

.tree-node {
    background: transparent;
}

/*.btn-danger {
    color: black;
    background-color: transparent;
    border-color: black;
}

.btn-primary {
    color: black;
    background-color: transparent;
    border-color: black;
}

.btn-success {
    color: black;
    background-color: transparent;
    border-color: black;
}*/

.grey {
  color: grey;
}

.lightgrey {
  color: lightgrey;
}

.green {
  color: #1abc9c;
}

.white {
  color: white;
}

.black {
  color: black;
}

.purple {
  color: #3498db;
}

.red {
  color: #ff7878;
}

.btn-danger {
    color: #fff;
    background-color: #ff7878;
    border-color: #ff7878;
}
.btn-primary {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
}

.btn-success {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.what-to-do {
    /*border-radius: 5px;*/
    opacity: .6;
    color: white;
    background-color: rgb(26, 188, 156);
    display: inline-table;
    /*width: 100%;*/
    margin: 25px;
    padding: 25px;
}
.what-to-do:hover {
    opacity: 1.0;
}

.circle {
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

.smallCircle {
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 36px;
    height: 36px;
    padding: 8px;
    
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;

    font: 32px Arial, sans-serif;
}

.serviceDetail {
    border-radius: 5px;
    color: white;
    background-color: rgb(26, 188, 156);
    display: inline-table;
    width: 100%;
}

.classDetail {
    border-radius: 5px;
    color: white;
    background-color: #337ab7;
    display: inline-table;
    width: 100%;
    margin-bottom: 25px;
}

.dashboardTicker {
    border-radius: 5px;
    color: white;
    background-color: rgb(26, 188, 156);
    display: inline-table;
    //width: 20%;
    margin-bottom: 25px;
}

.dashboardTicker2 {
    border-radius: 5px;
    color: white;
    background-color: rgb(52,152,219);
    display: inline-table;
    //width: 20%;
    margin-bottom: 25px;
}

.dashboardTicker3 {
    border-radius: 5px;
    color: white;
    background-color: #269abc;
    display: inline-table;
    //width: 20%;
    margin-bottom: 25px;
}

.dashboardTicker4 {
    border-radius: 5px;
    color: white;
    background-color: #f0ad4e;
    display: inline-table;
    //width: 20%;
    margin-bottom: 25px;
}

.vAlignTable {
    display: table;
}

.vAlignTableCell {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.small-circle {
    width: 50px;
    height: 50px;
    background: white;
}
#circle1 {
    width: 25px;
    height: 25px;
    background: white;
}

#circle2 {
    width: 100px;
    height: 100px;
    background: white;
}

#greenCircle {
    width: 25px;
    height: 25px;
    background: green;
}

#redCircle {
    width: 25px;
    height: 25px;
    background: red;
}

table.rotate-table-grid{box-sizing: border-box;
border-collapse: collapse;}
 .rotate-table-grid tr, .rotate-table-grid td, .rotate-table-grid th {
  border: 1px solid #ddd;
  position: relative;
  padding: 10px;
}
.rotate-table-grid th span {
  transform-origin: 0 50%;
  transform: rotate(-90deg); 
  white-space: nowrap; 
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
}

th.rotate {
  /* Something you can count on */
  height: 100px;
  white-space: nowrap;
}

th.rotate > div {
  transform: 
    /* Magic Numbers */
    translate(25px, 51px)
    /* 45 is really 360 - 45 */
    rotate(-90deg);
  /*width: 30px;*/
}
th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 80%;
  font-weight: normal;
}

.bs-example{
    font-family: sans-serif;
    position: relative;
    margin: 100px;
}
html {
  overflow-y: scroll;
  *overflow-x: hidden;
}

/*.container {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}*/

.tt-menu,
.gist {
  text-align: left;
}

/* base styles */
/* ----------- */

html {
  font: normal normal normal 18px/1.2 "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  color: #292f33;
}

/* home page items */
.main-icon {
  color: #444444;
  text-decoration: none;
  margin: 10px;
}

.main-icon:hover {
  color: #00A2E8;
  text-decoration: underline;
  text-decoration: none;
}

.main-icon:focus {
  color: #00A2E8;
  outline: none;
  text-decoration: none;
}

.main-icon-panel {
    background-color: white;
    padding: 15px;
    border-radius: 25px;
    border: 1px solid #dadcde;
}

.td1 {
   width: 20px;
}

.homelink {
  color: #444444;
}

.homelink:hover {
  color: #444444;
  text-decoration: none;
  font-weight: 500;  
}

.homelink:focus {
  color: #444444;
  text-decoration: none;
  font-weight: initial;  
  outline: none;
}

/* person.html */
.thirty-wide {
  width: 30%;
}

.forty-wide {
  width: 40%;
}

.fifty-wide {
  width: 50%;
}

.text-end {
  text-align: end;
}

.bold {
  font-weight: bold;
}

.table-of-contents li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.table-of-contents li a {
  font-size: 16px;
  color: #999;
}

p + p {
  margin: 30px 0 0 0;
}

/* site theme */
/* ---------- */

.title {
  margin: 20px 0 0 0;
  font-size: 64px;
}

.example {
  padding: 30px 0;
}

.example-name {
  margin: 20px 0;
  font-size: 32px;
}

.demo {
  position: relative;
  *z-index: 1;
  margin: 50px 0;
}

.typeahead,
.tt-query,
.tt-hint {
    /*
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  outline: none;
  */
}

.typeahead {
  background-color: #fff;
  border: 1px solid #ccc;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.typeahead:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 48px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}


.contr-label {
    text-align: left; 
    /*margin-left: 2px;*/
}

.modal-dialog {
    width: 90%;
    max-width: 800px;
}

.modal-lg {
    width: 90%;
    max-width: 1200px;
}

.modal-xs {
    width: 400px;
    max-width: 100%;
}

textarea {
  height:auto;
  max-width:600px;
  min-height: 100px;
  color:#555;
  /*font-weight:400;*/
  font-size: inherit;
  font-family:'Ubuntu', Helvetica, Arial, sans-serif;
  width:100%;
  background:#fff;
  border-radius:3px;
  line-height:2em;
  border:none;
  box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1);
  padding:10px;
  -webkit-transition: height 2s ease;
-moz-transition: height 2s ease;
-ms-transition: height 2s ease;
-o-transition: height 2s ease;
transition: height 2s ease;
}

* {
  -webkit-font-smoothing:antialiased !important;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
  
@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}

@media (min-width: 768px) {
  .form-search .combobox-container,
  .form-inline .combobox-container {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
  }
  .form-search .combobox-container .input-group-addon,
  .form-inline .combobox-container .input-group-addon {
    width: auto;
  }
}

/* this removes the padding for mobile views */
/*@media (max-width: 978px) {
    .container {
      padding:0;
      margin:0;
    }

    body {
      padding:0px;
      padding-top: 50px;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
      margin-left: 0;
      margin-right: 0;
      margin-bottom:0;
    }

    .main-icon-panel {
      border-radius: 0px;
    }

    .btn {
      border-radius: 0px;
    }
}*/
.combobox-selected .caret {
  display: none;
}
/* :not doesn't work in IE8 */
.combobox-container:not(.combobox-selected) .glyphicon-remove {
  display: none;
}
.typeahead-long {
  max-height: 300px;
  overflow-y: auto;
}
.control-group.error .combobox-container .add-on {
  color: #B94A48;
  border-color: #B94A48;
}
.control-group.error .combobox-container .caret {
  border-top-color: #B94A48;
}
.control-group.warning .combobox-container .add-on {
  color: #C09853;
  border-color: #C09853;
}
.control-group.warning .combobox-container .caret {
  border-top-color: #C09853;
}
.control-group.success .combobox-container .add-on {
  color: #468847;
  border-color: #468847;
}
.control-group.success .combobox-container .caret {
  border-top-color: #468847;
}


.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active {
    background-color: #1abc9c;
    color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.td-elip {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.td-elip-no-width {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.speech-textarea {
  background: #1abc9c;
  color: white;
  font-size:  125%;
}

.speech-bubble {
  position: relative;
  background: #1abc9c;
  border-radius: 5px;
  font-family: Consolas, Monaco, monospace;
  margin-right: 26px;
  margin-left: 26px;
  padding:10px 20px;
  /*width: 350px;*/
  color: white;
}

.speech-bubble:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -2px;
    right: -7px;
    height: 20px;
    border-right: 20px solid #1abc9c;
    border-bottom-left-radius: 16px 14px;
}

.speech-bubble:after {
    content:"";
    position:absolute;
    z-index:1;
    bottom:-2px;
    right:-56px;
    width:26px;
    height:20px;
    background:white;
    border-bottom-left-radius: 10px;
    -webkit-transform:translate(-30px, -2px);
  }

  
.message {
    border-radius: 20px 20px 20px 20px;
    margin: 0 15px 10px;
    padding: 15px 20px;
    position: relative;
    max-width: 400px; 
}
.message.to {
    background-color: #2095FE;
    color: #fff;
    margin-left: 80px;
}
.message.from {
    background-color: #E5E4E9;
    color: #363636;
    margin-right: 80px;
}
.message.to + .message.to,
.message.from + .message.from {
  margin-top: -7px;
}
.message:before {
    border-color: #2095FE;
    border-radius: 50% 50% 50% 50%;
    border-style: solid;
    border-width: 0 20px;
    bottom: 0;
    clip: rect(20px, 35px, 42px, 0px);
    content: " ";
    height: 40px;
    position: absolute;
    right: -40px;
    width: 60px;
    z-index: 1;
}
.message.from:before {
    border-color: #E5E4E9;
    left: -40px;
    transform: rotateY(180deg);
}

/*

bootstrap 3 material design 
https://codepen.io/melnik909/pen/doeqzy
*/

.btn-circle.btn-xs {
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 1px 0;
  font-size: 12px;
  line-height: 1;
  border-radius: 10px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  border: 0px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  /*padding: 10px 16px;*/
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.fade.ng-hide {
  opacity: 0;
}

.fade.ng-hide-remove,
.fade.ng-hide-add {
  display: block !important; /* or inline-block, as appropriate */
}

.fade.ng-hide-remove {
  transition: all linear 1000ms;
}

.fade.ng-hide-add {
  transition: all linear 500ms;
}

.animate-show-hide.ng-hide {
  opacity: 0;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
  transition: all linear 0.5s;
}

.font-green {
  color: rgb(26, 188, 156);
}

/*.table-no-line {
  border-top: none !important;
}*/

.panel {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 4px 24px 2px rgba(0, 0, 0, .1);
}

.table-borderless td, .table-borderless th { 
  border: 0; 
  border-top: none !important;
}

/*.alert-warning {
  margin: 25px;
  padding: 10px;
}*/

.inactive {
  color: darkgrey;
}

.tinymce-content p {
    padding: 0;
    margin: 2px 0;
}


.hackyhack {
  position: relative;
}

.hackyhack .datetimepicker {
   position: absolute;
   right: 110px;
   box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 4px 24px 2px rgba(0, 0, 0, .1);
   background: white;
 }

 .hide-menu {
    border: none;
    background: none;
    box-shadow: none;
 }

 .hackyhack-dropdown {
   position: absolute;
   right: 0px;
   left: inherit;
 }

/* for expanding hover text */
/*#sname {
  margin-top: 100px;
  margin-bottom: 100px;
  color: rgba(1, 1, 1, 0.7);
}
#sname a {
  transition: all 500ms;
}
#sname a:hover {
  font-size: 125%;
}*/

/** **/

.aside-menu {
    background-color: #ffffff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 4px 24px 2px rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    min-height: 100%;
    max-height: 100%;
    width: 350px;
    overflow-y: scroll;
    display: block;
}

.open{
    display: block;
}


.aside-menu-content{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vh;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
    -webkit-transform: none;
    transform: none;
    z-index: 1;
}
.aside-menu-animate{
    -webkit-transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
}

.aside-back-drop{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #000000;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.aside-back-drop.in{
    opacity: .1;
}

.outside-relative {
  display: inline-block;
  padding: 10px;
  width: 100%;
}

.inside-absolute {
  display: inline-block;
  vertical-align: bottom;
  float: right;
}

.detail-1 {
  color: gray;
}

.detail-2 {
  color: gray;
  font-style: italic;
}


.small-gray {
  color: gray;
  font-size: 75%;
  margin-right: 10px;
}

.glyph-clickable {
  color: lightgray;
}

.glyph-clickable:hover {
  color: gray;
}

.page-title {
  color: #444444;
  font-size: 300%;
}

.page-description {
  color: #686868;
  margin-left: 10px;
  margin-right: 10px;
}

.select-medium {
  max-width: 500px;
}

.info {
  color: #6b6a6a;
  font-style: italic;
  font-weight: normal;
  font-size: 85%;
}

.info-full {
  color: #6b6a6a;
  font-style: italic;
  font-weight: normal;
}

.hover-remove {
  position: absolute;
  left: 20px;
  top: 5px;
  opacity: 0.5;
}

.hover-remove-logo {
  position: absolute;
  left: 20px;
  top: 62px;
  opacity: 0.5;
}

.no-right-margin {
  margin-right: 0px;
}

.no-left-margin {
  margin-left: 0px;
}

.no-right-padding {
  padding-right: 0px;
}

.no-left-padding {
  padding-left: 0px;
}

.five-right-margin {
  margin-right: 5px;
}

.five-left-margin {
  margin-left: 5px;
}

.five-right-padding {
  padding-right: 5px;
}

.five-left-padding {
  padding-left: 5px;
}

.song-tag {
  font-size: 100%;
  margin-right: 2px;
  margin-bottom: 3px;
  padding-right: 0.3em;
  display: inline-block;
  color: #000;
  background-color: #fff;
  border-color: #ccc;
  border: 1px solid #ccc;
  font-weight: 300;
  font-style: italic;
}

.song-tag-view {
  font-size: 100%;
  margin-right: 2px;
  margin-bottom: 3px;
  display: inline-block;
}
.song-tag a {
  color: #000;
  background-color: #fff;
  cursor: pointer;
  opacity: 0.6;
}
.song-tag a:hover {
  opacity: 1.0
}
.song-tag .remove {
  vertical-align: bottom;
  top: 0;
}
.song-tag a {
  margin: 0 0 0 .3em;
}
.song-tag a .glyphicon-white {
  color: #fff;
}


/* for doubling the size - like a checkbox */
.double {
  /*zoom: 2;*/
  transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  -moz-transform: scale(2);
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.row-centered {
    text-align:center;
}

.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-centered"] {
        width: 100%;
    }

      [class*='demo-toggle'] {
        margin-left: 15px;
      }
}

.frame {
  /*width: 100%;*/
  min-height: 100vh; 
  height: 1200px;
}

.frame-sm {
  /*width: 100%;*/
  min-height: 50vh; 
  height: 600px;
}

.frame-bar {
  width: 100%;
  background-color: #505659; 
  height: 55px; 
  /*position: absolute; */
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.toggle {
  width: 100px important!;  
  height: 35px important!;
}

.pull-bottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}
.vert-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

 .form-control-small {
  font-size: 75%;
  height: 24px;
  padding: 1px 12px;
 }

 .tinted {
  filter: brightness(50%);
 }

 .caption {
    font-size: 28px;
    color: white;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 5%;
    width: 90%;
}

.caption-info {
    font-size: 18px;
}

#google-map{
    box-shadow: 3px 3px 10px gray;
}

.modal-header {
  border: none;
}

.modal-footer {
  border: none;
}

h1 {
  font-size: 24px important!;
}

/*.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}*/

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

input[type="file"] {
    display: none;
}

@media (max-width: 1140px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }

  @media print {
html,body{height:100%;width:100%;margin:0;padding:0;}
 
   .print-resize {
     width: 70%;
   }
   
}



}