@charset "UTF-8";
@font-face {
    font-family: JohnsonBold;
    src: url("./fonts/JohnsonText-Bold.otf") format("opentype");
}
@font-face {
    font-family: JohnsonRoman;
    src: url("./fonts/JohnsonText-Regular.otf") format("opentype");
}
@font-face {
    font-family: JohnsonLight;
    src: url("./fonts/JohnsonText-Light.otf") format("opentype");
}
@font-face {
    font-family: JohnsonItal;
    src: url("./fonts/JohnsonText-RegularItalic.otf") format("opentype");
}
@font-face {
    font-family: JohnsonDisplayBold;
    src: url('./fonts/JohnsonDisplay-Bold.otf') format("opentype");
}


body {
    background-color: #fff;
    color: #000;
    font-family: JohnsonRoman;
}

[contenteditable="true"] , input, textarea {
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    -o-user-select: auto !important;
    user-select: auto !important;  
}

/*::-webkit-scrollbar {
    -webkit-appearance: none;
    border-radius: 4px;
    width: 7px;
    height: 7px;
    background-color: #dfe2e0;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #EB1700;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}*/

.page {
    display: none;
}
.page#homepage {
    display: block;
}

.header-area {
    min-height: 538px;
    background: url("../images/Blue-Background.jpg") no-repeat;
    background-size: cover;
    width: 100%;
}

.header-area .info {
    margin-top: 100px
}
.header-area .info h2 {
    font-size: 25px;
    font-weight: bold;
    color: #27BADB;
}
.header-area .info p {
    font-size: 13px;
    color: #fff;
}

.header-area .top-logo {
    background: url("../images/Kollaborative-logo-white.svg") center no-repeat;
    height: 47px;
    margin-top: 30px;
}
.header-area .menu {
    margin-top: 30px;
    padding: 5px 5px;
    line-height: 35px;
    background: #fff;
    border-radius: 22px; 
    /*width: 100%;*/
    float: right;
}
.header-area .menu ul {
    padding-left: 0;
    list-style: none;
    height: 35px;
    margin-bottom: 0px;
}

.header-area .menu ul li {
    margin: 0 2px;
    display: inline-block;
    background: #fff;
    border-radius: 18px;
    text-align: center;
    color: #00467A;
    padding: 0 10px;
    cursor: pointer;
}

.header-area .menu ul li:hover {
    background: #6c757d;
    color: #fff;
}

.header-area .menu ul li.register {
    background: #4B5767;
    color: #fff;
}

.header-area .menu ul li.login {
    background: #2AB6D7;    
    color: #fff;
}

.footer {
    margin-top: 150px;
    height: 100px;
    border-top: 1px solid #ddd;
    line-height: 100px;
}
.footer span {
    text-align: right;
    display: block;
    color: #666C7A;
    font-size: 12px;
}

#homepage {
    margin-top: 20px;
}

#homepage .title {
    font-size: 27px;
    font-weight: bold;
    color: #004878;
}
#homepage .things-of-interest .title {
    padding-left: 60px;
    background: url("../images/eye-icon.svg") no-repeat;
    background-position: left center;
    background-size: auto;
}

#homepage .opportunities .title {
    padding-left: 30px;
    background: url("../images/collaborative-a.svg") no-repeat;
    background-position: left center;
    background-size: auto;
}

#homepage .list {
    margin-top: 20px;
}

#homepage .list .item .shadow {
    border: none;
    border-radius: 10px;
    box-shadow: 5px #f3f3f3;
}

#homepage .list img {
    width: 100%;
}
#homepage .list span{
    color: #4D5969;
    line-height: 80px;
    font-size: 12px;
    padding-left: 10px;
}

#homepage .register {
    margin-top: 40px;
}
#homepage .register .content {
    background: #002C51;
    border-radius: 20px;
    border: none;
    padding: 30px 20px 10px;
    min-height: 288px;
}
#homepage .register h3 {
    color: #2CB8DB;
    font-size: 26px;
    font-weight: bold;
}
#homepage .register p {
    margin-top: 20px;
    color: #fff;   
    font-size: 12px;
    line-height: 20px;
}
#homepage .register .button {
    margin-top: 30px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 12px;
    line-height: 32px;
    padding: 0 10px;
    border-radius: 18px;
    display: inline-block;
    cursor: pointer;
}

#homepage .sidebar {
    margin-top: 20px;
}

#homepage .sidebar .items {
    border-radius: 30px;
    overflow: hidden;
    
}

#homepage .sidebar .items .item {
    background-color: #EEEFF3;
    padding: 20px 20px;    
}
#homepage .sidebar .items .item:nth-child(odd) {
    background-color: #F9F9F9;
}

#homepage .sidebar .items .item h3 {
    font-size: 16px;
    color: #004878;
}

#homepage .sidebar .items .item p {
    font-size: 14px;
    line-height: 24px;
}



.top-buttons {
    margin-top: 30px;
}
.top-buttons .button {
    margin: 10px 5px;
    color: #000;
    background-color: #D5CFC9;
    border: none;
    border-radius: 21px;
    width: 102px;
    height: 42px;
    font-size: 12px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
.top-buttons .button.active {
    background-color: #EB1700;
    color: #fff;
}

#explore .reset-filters .button {
    padding: 5px 10px;
    border: none;
    background-color: #EB1700;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}

#explore .search {
    height: 56px;
}
#explore .search input {
    width: 362px;
    height: 42px;
    line-height: 42px;
    border: 2px solid #d2d2d2;
    padding: 0 15px;
    border-radius: 26px;
    color: #000;
}

#explore .search button {
    width: 95px;
    height: 42px;
    border: none;
    background-color: #EB1700;
    color: #fff;
    border-radius: 26px;
    text-align: center;
    margin-left: 10px;
}

#explore .categories {
    margin-top: 20px;
    border-bottom: 2px solid #EB1700;
    min-height: 50px;
}
#explore .categories .category {
    /*min-width: 32%;*/
    /*min-width: 22%;*/
    width: auto;
    display: inline-block;
    font-size: 18px;
    line-height: 50px;
    color: #EB1700;
    text-align: center;
    cursor: pointer;
    /*border: 1px solid #EB1700;*/
    border-bottom: none;
    text-align: left;
    padding: 0 20px 0 0;
}
#explore .categories .category.active {
    font-family: JohnsonBold;
    font-weight: bold;
}

#explore .side-block {
    background-color: #F1EFED;
    border-radius: 29px;
    border: none;
    padding: 10px 0 20px;
}

#explore .side-block .section {
    margin: 20px 0 0 20px;
    width: calc(100% - 40px);
}

#explore .side-block .section .title {
    font-family: JohnsonBold;
    color: #EB1700;
    font-size: 17px;
    font-weight: bold;
}
#explore .side-block .section .title.skills {
    background: url("../images/skills.png") no-repeat;
    background-position: left center;
    background-size: 27px 25px;
    padding-left: 30px;
    font-family: JohnsonDisplayBold;
}
#explore .side-block .section .title.topics {
    background: url("../images/topics.png") no-repeat;
    background-position: left center;
    background-size: 26px 26px;
    padding-left: 30px;

}
#explore .side-block .section .title.content-type {
    background: url("../images/content-type.png") no-repeat;
    background-position: left center;
    background-size: 27px 25px;
    padding-left: 30px;

}

#explore .side-block .section .items {
    margin-left: 30px;
}

#explore .side-block .section .items .item {
    font-size: 12px;
    cursor: pointer;
}

#explore .side-block .section .items .item.active {
    font-family: JohnsonBold;
    font-weight: bold;
}


#explore .bottom-block {
    border: 4px solid #F1EFED;
    border-radius: 21px;
    min-height: 244px;
    margin-top: 60px;
}


#explore .bottom-block .title {
    margin: 20px 0 0 40px;
}

#explore .bottom-block .icons {
    margin: 10px 0 0 50px;
    width: calc(100% - 60px);
}
#explore .bottom-block .icons .icon {
    display: inline-block;
    min-width: 20%;
    width: auto;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}
#explore .bottom-block .icons .icon.active {
    font-family: JohnsonBold;
    font-weight: bold;
}

#explore #assets-list {
    margin-top: 20px;
    max-height: 500px;
    overflow-x: auto;
    padding-right: 10px;
}

#explore #assets-list .item {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CECCCB;
    cursor: pointer;
}
#explore #assets-list .item .title a {
    font-family: JohnsonBold;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    color: #000 !important;
    text-decoration: none;
}
#explore #assets-list .item .new{
    color: #EB1700;
}
/*#explore #assets-list .item .desc {
    font-size: 14px;
}*/
#explore #assets-list .item .desc {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: JohnsonLight;
}
#explore #assets-list .item .updated {
    font-family: JohnsonBold;
    margin-top: 5px;
    font-weight: bold;
    font-size: 12px;
}

#explore #assets-list .item .icons .icon {
    display: inline-block;
    width: 30px;
    height: 26px;
    margin: 0 10px 5px 0;
}

#explore .reset-filters {
    display: none;
    line-height: 60px;
}

#explore #tag-buttons {
    margin-top: 10px;
}
#explore #tag-buttons .tag-button {
    background-color: #D5CFC9;
    border: 1px solid #D5CFC9;
    border-radius: 8px;
    padding: 5px 20px;
    line-height: 16px;
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin: 0 5px 5px 0;
    cursor: pointer;
}
#explore #tag-buttons .tag-button.active {
    color: #fff;
    background-color: #EB1700;
    border: 1px solid #EB1700;
}

.icon[data-tag-icon="in-person"] {
    background: url("../images/in-person.jpg") no-repeat;
    background-size: 25px 25px;
    background-position: left center;
}

.icon[data-tag-icon="virtual"] {
    background: url("../images/virtual.jpg") no-repeat;
    background-size: 28px 22px;
    background-position: left center;
}

.icon[data-tag-icon="self-driven"] {
    background: url("../images/self.jpg") no-repeat;
    background-size: 29px 20px;
    background-position: left center;
}

.icon[data-tag-icon="breakout-activity"] {
    background: url("../images/breakout.jpg") no-repeat;
    background-size: 26px 24px;
    background-position: left center;
}

.icon[data-tag-icon="gamification"] {
    background: url("../images/gamification.jpg") no-repeat;
    background-size: 24px 22px;
    background-position: left center;
}

.icon[data-tag-icon="scenarios"] {
    background: url("../images/scenarios.jpg") no-repeat;
    background-size: 25px 23px;
    background-position: left center;
}

.icon[data-tag-icon="role-play"] {
    background: url("../images/role.jpg") no-repeat;
    background-size: 24px 26px;
    background-position: left center;
}

.icon[data-tag-icon="flip-chart-activity"] {
    background: url("../images/flip.jpg") no-repeat;
    background-size: 25px 26px;
    background-position: left center;
}

.icon[data-tag-icon="application-excercise"] {
    background: url("../images/last.jpg") no-repeat;
    background-size: 25px 26px;
    background-position: left center;
}

#homepage .note {
    background-color: #F1EFED;
    border-radius: 10px;
    border: none;
    padding: 20px;
}

.note {
    margin: 20px 0;
    font-size: 12px;
    font-family: JohnsonLight;
}
.note span {
    font-family: JohnsonBold;
}

.asset-popup {
    height: 90vh;
}
.asset-popup .swal2-html-container{
    text-align: left;
    overflow-x: hidden;
}

.asset-popup .swal2-title {
    display: none !important;
}

.asset-popup .swal2-styled.swal2-confirm {
    background-color: #EB1700;
}

.asset-popup .title-header {
    font-size: 24px;
    font-family: JohnsonBold;
}
.asset-popup .title-header .new {
    color: #EB1700;
}
.asset-popup b {
    font-family: JohnsonBold;
}
.asset-popup .tags-title {
    font-size: 18px;
    font-family: JohnsonBold;
    margin-bottom: 10px;
}
.asset-popup .row {
    margin-top: 20px;
}
.asset-popup .tag {
    font-size: 16px;
    margin-bottom: 4px;
}

.asset-popup .disclaimer {
    font-size: 12px;
    margin-bottom: 10px;
}
.asset-popup .disclaimer input {
    
}

.asset-popup .disclaimer span {
    padding-left: 5px;
}

.asset-popup .title {
    margin: 0 10px 10px 0;
    display: inline-block;
}

.asset-popup .title a{
    padding: 5px 10px;
    border: none;
    background-color: #EB1700;
    color: #fff;
    border-radius: 26px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}
.asset-popup .title.disabled a{
    background-color: #D5CFC9;
    color: #000;
}



.btn-buttonon {
    background-color: #EB1700 !important;
    color: #fff;
}

.btn-buttonoff {
    background-color: #D5CFC9 !important;
    color: #fff;
}

.btn-primary {
    background-color: #EB1700;
    border-color: #EB1700; 
}

.btn-primary:hover {
    background-color: #EB1700;    
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#submit .row > div {
    margin-bottom: 20px;
}


#submit .red input {
    border: 1px solid #EB1700;    
}

#submit .red textarea {
    border: 1px solid #EB1700;    
}

.dataTables_filter {
    float: right;
    margin-bottom: 10px;
}

#submit .delete-file {
    margin-left: 10px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

#submit .container label + p {
    font-size: 14px;
    font-family: JohnsonItal;
}

#explore .categories .order-by-program-date {
    /*min-width: 32%;*/
    /*min-width: 22%;*/
    width: auto;
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    color: #000;
    text-align: center;
    cursor: pointer;
    /*border: 1px solid #EB1700;*/
    border-bottom: none;
    float: right;
}
#explore .categories .order-by-program-date.active {
    /*font-family: JohnsonBold;*/
    /*font-weight: bold;*/
    /*color: #EB1700;*/
}

.clear-search {
    display: none;
    position: absolute;
    line-height: 42px;
    left: 330px;
}

/* Dasboard */
.dashboard .top-items {
    margin-top: 20px;
}
.dashboard .info-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.dashboard .info-box .icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, .12);
    width: 80px;
}
.dashboard .info-box .icon i {
    color: #fff;
    font-size: 50px;
    line-height: 80px;
}
.dashboard .info-box .content {
    display: inline-block;
    padding: 7px 10px;
}
#homepage.dashboard .info-box.bg-granite-grey .content .number, 
#homepage.dashboard .info-box.bg-granite-grey .content .text {
    color: #000;
    margin-top: 0;
}

#homepage.dashboard .info-box .content .text {
    font-size: 13px;
    margin-top: 11px;
    color: #555;
}
.dashboard .info-box .content .number {
    font-weight: 400;
    font-size: 26px;
    margin-top: -4px;
    color: #555;
}

.user-info { text-align: left;}
.user-info label { margin: 10px 2.1em;}
.user-info .swal2-input { margin: 0px 2.1em; width: 368px;}
.user-info .swal2-select { margin: 0px 2.1em; width: 368px;}

.files label .info { font-size: 11px;}