/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

html, body {
    font-family: "FuturaBT-Book";
}

a {
    color: #08aab9;
}

a:hover {
    /* color:#0a5e9b; */
    color: #08aab9;
}

.jumbotron h1 {
    font-family: "MontrealTS-Bold";
}

.cs-fan-arrow {
    height:20px;
    margin-right: 11px;
    margin-left:5px;
}

.sidebar.sidebar-skin-dark {
    /* background: #263068; */
    background: #08aab9;
}

.sidebar.sidebar-skin-dark .sidebar-block {
    border-color: #08aab9 !important;
}

.sidebar.sidebar-skin-dark.left {
    border-right: 1px solid #08aab9 !important;
}

.sidebar.sidebar-skin-dark .sidebar-menu {
    border-color: #08aab9;
}

.sidebar.sidebar-skin-dark .sidebar-menu a {
    color: #ffffff;
}

.sidebar.sidebar-skin-dark .sidebar-menu > li.open > a, .sidebar.sidebar-skin-dark .sidebar-menu > li > a:hover, .sidebar.sidebar-skin-dark .sidebar-menu > li > a:focus, .nav > .sidebar.sidebar-skin-dark .sidebar-menu > li.open > a, .nav > .sidebar.sidebar-skin-dark .sidebar-menu > li > a:hover, .nav > .sidebar.sidebar-skin-dark .sidebar-menu > li > a:focus {
    /* background:#3c4ba0 !important; */
    background:#263068 !important;
}

.sidebar.sidebar-skin-dark .sidebar-menu li ul li.open > a,
.sidebar.sidebar-skin-dark .sidebar-menu li.open > ul > li.open > ul,
.sidebar.sidebar-skin-dark .sidebar-menu li ul li ul li.open,
.sidebar.sidebar-skin-dark .sidebar-menu li ul li.open > ul,
.sidebar.sidebar-skin-dark .sidebar-menu li.open > ul {
    background:#263068 !important;
}

.sidebar.sidebar-skin-dark .sidebar-menu li.open li a:hover {
    background: #0a5e9b !important;
}

.sidebar.sidebar-skin-dark .sidebar-menu i {
    color: #ffffff !important;
}

.sidebar.sidebar-skin-dark .sidebar-menu li.hasSubmenu > a::before {
    color: #ffffff !important;
}

.sidebar .library-expand {
    position: relative;
    top: 5px;
    cursor: pointer;
}

.sidebar a.selected {
    text-decoration: underline;
    background: #0a5e9b !important;
}

#library-menu ul, #startup-library-menu ul, .library-menu ul {
    margin-left: 20px;
}

#searchForm {
    padding-top: 15px;
    margin-right: 15px;
}

.select2-container-multi .select2-choices .select2-search-field input {
    height: 34px;
    width:34px;
    overflow:hidden;
}
}

@media only screen and (max-width : 992px) {
    #searchForm {
        padding-top: 8px;
        margin-right: 15px;
    }
}

@media only screen and (max-width : 768px) {
    #searchForm {
        padding-top: 8px;
        margin-right: 15px;
    }

    .select2-input {

    }
}


.search-form {
    padding-top: 15px;
    margin-right: 15px;
}

@media only screen and (max-width : 992px) {
    .search-form {
        padding-top: 8px;
    }
}

.page-section {
    margin:0px -20px 20px -20px;
    padding: 40px 15px;
}

.page-section-no-margin {
    margin:0px 0 20px 0 !important;
}

.text-silver {
    color: silver;
}

.text-green {
    color: green;
}

p.banner-image {
    line-height: 1em;
}

.banner-image small {
    font-size: 0.8em;
}

.roadmap-summary {}
.roadmap-summary h2, .lessonplan-summary h2 {margin-top:0px;margin-bottom: 0px;}
.roadmap-summary p, .lessonplan-summary p {color:#a8a8a8}
.roadmap-summary .panel-body, .lessonplan-summary .panel-body {background: #A1A1A1;}
.roadmap-summary .progress, .lessonplan-summary .progress {height:18px;}

.roadmap-summary .white, .lessonplan-summary .white {color:#FFFFFF; text-transform: uppercase; font-size: 0.8em; font-weight: bold;}

.roadmap-summary.archived .panel-heading,
.lessonplan-summary.archived .panel-heading {
    background-color: #d0d0d0 !important;
}

#roadmap .section .month,
#lessonplan .section .month {
    color: silver;
    font-size: 56px;
    line-height: 56px;
    margin: 0;
    padding: 0;
}

#roadmap .roadmap-expand,
#lessonplan .lessonplan-expand {
    font-size: 54px;
    width:40px;
    color:silver;
}

#roadmap .roadmap-expand:hover,
#lessonplan .lessonplan-expand:hover {
    cursor: pointer;
}

#roadmap .roadmap-items,
#lessonplan .lessonplan-items {
    background: #e0dfe3 none repeat scroll 0 0;
}

#roadmap .list-group ul li,
#lessonplan .list-group ul li {
    list-style: none;
}

#roadmap .remove-item-article {

}

#roadmap .remove-item-article:hover,
#lessonplan .remove-item-article:hover {
    cursor:pointer;
}

#add-item-article-form,
#item-upload-file,
.item-files {
    margin-top: 12px;
}

.sidebar-menu li ul li.open > ul {
    margin-left: 20px !important;
}

.sidebar-menu li ul li a {
    font-size: 1rem;
    line-height: 16px;
    padding: 8px 0 8px 14px;
}

.licensee-title {
    margin-left:20px;
}

#categories .panel-body {
    height: 100px;
    overflow: hidden;
}

#categories h4 {
    margin-bottom: 0 !important;
}

.category,
.article  {
    margin-left: -20px;
    margin-right: -20px;
}

.category .container-fluid .jumbotron,
.article .container-fluid .jumbotron {
    margin-left:-20px;
    margin-right: -20px;
    border-radius:0px !important;
    text-align: center;
    position: relative;
    background-size: cover;
    color:#fff;
    text-shadow: 2px 2px 2px #000;
}

.category .container-fluid .jumbotron h1,
.article .container-fluid .jumbotron h1 {
    font-size: 3em;
    font-weight: normal;
    padding-bottom: 80px;
}

.category .container-fluid .jumbotron .category span,
.article .container-fluid .jumbotron .category span {
    border-radius: 6px;
    border:thin solid #000000;
    padding:5px;
    text-transform: uppercase;
    font-size:0.8em;
    background:#A1A1A1;
    text-shadow: none;
}

.category .container-fluid .jumbotron .date,
.article .container-fluid .jumbotron .date {
    font-size: 0.8em;
    font-style: italic;
    position: absolute;
    bottom:0px;
    left: 0px;
    text-align: center;
    width: 100%;
    display:none;
}

.category-body,
.article-body {
    font-size:1.2em;
    color:#666D70;
    line-height: 1.8em;
    margin-bottom: 40px;
}

.category-body img,
.article-body img {
    margin:20px 0px;
}

.related-articles .panel-heading {
    min-height:180px;
    background-size: cover;
    background-repeat: no-repeat;

}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    background: #ffffff;
}

.section-complete {
    text-align: center;
}

.dropzone-holder .dropzone {
    width: 164px;
    background-size: 120px 120px;
    background-repeat: no-repeat;
    background-position: center;
}

.dropzone:after {
    display: table;
    content: "";
    clear: both;
}

.dropzone-holder {
    height: 164px;
}

.dropzone-holder.form-group {
    margin-bottom: 0;    
}

.dropzone-holder .dropzone {
    min-height: 164px;    
    border: 1px solid #DBE2DF;
    box-shadow: 0 0 2px #DBE2DF;
}

.dropzone-holder .dropzone .dz-preview {
    margin: 0; 
}

.dropzone-holder .dropzone .dz-message {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    height: 120px;
    width: 120px;
    -webkit-transform: translate3d(0, 0, 0);
}

.dropzone-holder .dropzone .dz-message:hover img {
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
}

.dropzone-holder .dropzone .dz-message div.update {
    margin-top: 54px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    position: absolute;
    margin-left: 7px;
}


.dropzone-holder .dropzone .dz-message div.upload {
    margin-top: 50px;
}

.profile-thumb {
    color: white;
}

.user-name-field {
    display: inline-block;
}

.alert {
    position: fixed;
    width: 400px;
    z-index: 9999;
    top: 72px;
    left: 50%;
    margin-left: -200px;
    border-radius: 5px;
    text-align: center;
}

.alert ul {
    padding: 0;
    list-style-type: none;
    font-size: 14px;
}

.sidebar-l3 .alert {
    margin-left: -80px;
}

.delay2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay-1 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.delay-2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.delay-3 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.delay-4 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.delay-5 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.delay-6 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.delay-7 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.delay-8 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.delay-9 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

@-webkit-keyframes fadeInAndOut {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeInAndOut {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeInAndOut {
    -webkit-animation-name: fadeInAndOut;
    animation-name: fadeInAndOut;
    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
    animation-duration: 4s;
}

input.error.error-element + div + .ma-form-highlight + .ma-form-bar:before,
input.error.error-element + div + .ma-form-highlight + .ma-form-bar:after {
    background: red;
}

div.error.error-element {
    color: red;
    margin-top: -3px;
    font-size: 11px;
}

.remember-me {
    margin: 18px 0 6px 0;
}

.form-group {
    margin-bottom: 20px;
}

.table-wide {
    width: 100%;
}

.remove-photo, .remove-logo {
    text-align: center;
    width: 164px;
}

.upload-zone {
    margin-bottom: 20px;
}

.remove-link {
    color: #bd362f;
    right: 16px;
    margin-top: 8px;
    position: absolute;
}

.archive-link {
    left: 16px;
    margin-top: 8px;
    position: absolute;
}

.remove-link:hover, .remove-link:focus {
    color: #bd362f;
}

.modal.delete .modal-footer {
    border-top: 0;
    text-align: center;
}

.modal {
    z-index: 99999;
}

.modal-content {
    margin-top: 10%;
}

.role-user {
    margin-bottom: 20px;
    margin-top: -20px;
    color: #4EABF5;
    display: none;
}

#roleSelector select:disabled {
    color: #c3c3c3;
}

.category-cover {
    background-size: cover;
}

.uploaded-file {
    width: 250px;
    padding: 12px 10px;
    border: 1px solid #cccccc;
    margin-bottom: 12px;
}

.uploaded-file:after {
    content: " ";
    display: table;
    clear: both;
}

.uploaded-file .filename {
    display: inline-block;
    max-width: 183px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin-left: 6px;    
    font-size: 12px;
    line-height: 22px;
    color: #6d7784;
}

.uploaded-file .remove {
    float: right;
    color: #ccc;
    font-size: 16px;
    line-height: 24px;
}

.uploaded-file .remove:hover {
    color: #d9d9d9;
}

i.file-ext {
    float: left;
    margin-top: 2px;
    font-size: 19px;
    color: #ccc;
}

.media-body.mediabody-filename {
    max-width: 250px;
    text-overflow: ellipsis;
}

.sidebar .profile h4 {
    width: 100%;
}

.list-group-item.user-list:after {
    content: " ";
    display: table;
    clear: both;
}

.user-list .right {
    float: right;    
    line-height: 48px;
}

.pull-right {
    float: right;
    text-align: right;
}

.list-group-item:hover {
    background: #f9f9f9;
}

.related-article a.added {
    color: #333;
    text-decoration: none;
}

a.btn {
    background-color: silver;
    color: #676E71;
}

a.btn:hover {
    color: #444444;
}

.tags:after {
    content: " ";
    display: table;
    clear: both;
}

.tags div {
    float: left;
    padding: 4px 8px 4px 12px;
    border-radius: 4px;
    background-color: #e2e2e2;
    margin-right: 6px;
    margin-bottom: 4px;
    color: #5a5a5a;
}

.tags a {
    margin-left: 2px;
    color: #5a5a5a;
}

.tags a:hover {
    opacity: .7;
}

.ui-autocomplete {
    background-color: #fff;
}

.ui-autocomplete.ui-menu .ui-menu-item {
    padding: 3px 6px;
}

.ui-autocomplete.ui-menu .ui-menu-item:hover {
    background-color: #e2e2e2;
    padding: 3px 6px;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0 !important;
}

.select2-search-choice-close {
    background-image: none !important;
}

.select2-search-choice-close:before {
    text-align: center;
    line-height: 14px;
}

.select2-search-choice-close:hover {
    opacity: 0.7;
}



.article-tags .tag {
    text-transform: uppercase;
    padding: 2px 4px;
    border: 1px solid #7d7d7d;
    border-radius: 3px;
    font-size: 10px;
    color: #7d7d7d;
    font-weight: bold;
    margin-bottom: 2px;
}

.search-list-tags .tag {
    border: 1px solid #4e4e4e;
    padding: 4px 8px;
    margin: 0 1px 4px;
    display: inline-block;
    color: #4e4e4e;
    border-radius: 4px;
    font-weight: bold;
}

.calendar {
    margin-bottom: 32px;
    overflow: hidden;
}

.calendar .timeline {
    position: relative;
    height: 40px;
    background-color: #fff;
    box-shadow: 1px 1px 4px 1px #b3b3b3;
    margin-bottom: 78px;
}

.calendar .timeline {
    top: 32px;
}

.calendar .timeline .deep-dive {
    height: 40px;
    position: absolute;
    background: #a8b8ca;
}

.calendar .timeline .content {
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}

.calendar .timeline .content .timeline-start {
    float: left;
    margin-left: 12px;
}

.calendar .timeline .content .timeline-end {
    float: right;
    margin-right: 12px;
}

.calendar:after, .calendar .timelines:after {
    content: " ";
    clear: both;
    display: table;
}

.calendar .today {
    position: absolute;
    width: 4px;
    background-color: #f5a623;
    margin-left: -2px;
}

.calendar .timelines {
    box-sizing: border-box;
    padding-bottom: 32px;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;    
    position: relative;
    z-index: 2;
}

.calendar .timeline .deepdive-tooltip {
    position: absolute;
    width: 120px;
    background-color: #454f5b;
    color: white;
    top: 46px;
    text-align: center;
    border-radius: 4px;
    padding: 4px;
    left: -60px;
    box-shadow: 0px 1px 2px 0px #717171;
}

.calendar .timeline .deepdive-tooltip:before {
    content: " ";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 46px;
    top: -18px;
    border-left: 14px solid transparent;
    border-top: 8px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 10px solid #454f5b;
}

.calendar .timeline .deepdive-tooltip .deepdive-title {
    font-size: 12px;
}

.calendar .timeline .deepdive-tooltip .deepdive-dates {
    font-size: 14px;
    font-weight: bold;
}

.calendar .months {
    position: relative;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;   
}

.calendar div.month {
    height: 100px;
    float: left;
    width: 8.33333%;
    color: #a0a0a0;
    font-weight: bold;
    padding-left: 12px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.calendar div.month:not(:last-child) {
    border-right: 1px solid #dcdcdc;
}

.navigation {
    margin: 18px 0 24px 0;
}

.navigation .year, .navigation .dash, .navigation .quarter {
    color: #6a7481;
    font-size: 32px;
    font-weight: bold;
}

.navigation .controls {
    display: inline-block;
    background-color: white;
    width: 32px;
    line-height: 26px;
    border-radius: 3px;
    box-shadow: 0px 1px 3px #afb9c7;
    color: #6a7481;
    font-size: 18px;
}

.navigation .next {
    float: right;
}

.navigation .prev {
    float: left;
}

.category-body ul {
    padding: 0;
    margin: 0;
    margin-left: 40px;
}

.category-body ol li, .category-body ul li,
.subcategory-body ol li, .subcategory-body ul li,
.article-body ol li, .article-body ul li,{
    margin-top: 10px;
}

.cs-group-logo img {
    height: auto;
    max-height:50px;
    margin-top: -2px;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {
    .roadmap-summary .pull-right {
        float:left !important;
    }
}

@media (min-width: 992px) {
    .navbar.navbar-size-large .navbar-brand-logo .svg {
        width: auto !important;
    }
}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */



}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

/* CS BG colors */
.bg-cs-green {
    /*background: #006c7a;*/
    background: #00827f;
}

.bg-cs-yellow {
    /*background: #e0bc12;*/
    background: #f7a01c;
}

.bg-cs-red {
    /*background: #d02f4e;*/
    background: #c82b62;
}

.bg-cs-deep-purple {
    background: #482d58;
}

.bg-cs-purple {
    /*background: #643189;*/
    background: #693592;
}

.bg-light-white {
    background: rgba(255, 255, 255, 0.25);
}

body.login {
    font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial;
}

ul#startupList, ul#groupsList {
    padding-left:0px;
}