body{
    font-family: 'Open Sans';
    font-size: 16px;
    color: #585858;
    background: #fff;
    margin: 0px;
}
/*header {
    height: 80px !important;
    background-color: #458fd4 !important;
    overflow: hidden;
    display: flex !important;                 
    flex-direction: row;            
    flex-wrap: nowrap;   
}*/

.logo {
    width: 280px;
    height: 80px;
    float: left;
    position: relative;
    margin-left: 10px;
}
.logo img {
    max-height: 80px;
    display: block;
    margin: auto;
    max-width: 280px;
    position: absolute;
    top: 0;
    bottom: 0;
    
}
/*#user {
    float: right;
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
}*/
 /*#courseSearch {
    width: 80%;
    padding: 5px;
    float: left;
    font-family: 'Open Sans';
    font-size: 16px;
 }
 #searchBtn {
     padding: 8px;
     float: left;
     font-size: 17px;
     border: 1px solid grey;
     border-left: none;
     cursor: pointer;
 }
 */
 #searchContainer {
    text-align: center;
    margin: 0px auto;
    width: 22%;
    float: left;
    margin-top: 20px;
 }
 #searchContainer form {
    color: #555;
    display: flex;
    border-radius: 5px;
    background: white;
    padding:3px;
}
input[type=search] {
    border: none;
    background: transparent;
    margin: 0;
    padding: 7px 8px;
    font-size: 14px;
    color: inherit;
    border: 1px solid transparent;
    border-radius: inherit;
    width: 95% !important;
}
input[type=search]::placeholder {
    color: #bbb;
}
#searchBtn {
    text-indent: -999px;
    overflow: hidden;
    width: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    cursor: pointer;
    opacity: 0.7;
}
#searchBtn:hover {
    opacity: 1;
}
#searchBtn:focus,
#searchBtn:focus {    
    outline: none;
}
.ui-menu-item{
    background:white;
    font-size: 14px;
    cursor: pointer;
    padding: 5px;
    width: 500px;
}
.ui-menu-item:hover {
    background-color: #ccc;
}
/*.breadcrumb { 
    margin: 5px 0 !important;
    padding: 0 !important; 
    background: none !important;
}
ul.breadcrumb li {
    display: inline;
    font-size: 14px;
}
ul.breadcrumb li+li:before {
    padding: 4px;
    color: black;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}
*/
.tableContainer, .table {
    display: table;
    margin: 11px 20px 0 0;
}

.tablerow, .row {
   /* display: table-row; */
}
.rightContainer {
    float: right;
    width: auto !important;
   
}

.icon {
    color: white;
    font-size: 35px;
    margin-top: 13px;
    display: none;
}
.headerButton {
    
    float: left;
    cursor: pointer;
    color: #fff;
    display: table-column; 
    padding: 0 5px 0 5px;
    text-align: center;
    font-size: 12px;
}
.headerButton img{
    width: 48px;
    display: block;
    margin: 0 auto 5px auto;
}

#logout img {
    opacity:0.6;
}
/*.headerButton span {
    margin-top: 5px;
    display: block;
}*/
#library {
    text-align: center;
}
#library span {
    text-align: left;
}
#admin span {
    width:60%;
    text-align: center;
}
#User {
    text-align: center;
}
#User span {
    width:200%;
    text-align: left;
}
#mycourse {
    background-image: url('../img/online-courses.png');
}
.wrapper {
    position: relative;
    margin: 0 auto;
    min-height: 100%;
    overflow: hidden;
    padding: 5px 5px 0px 5px;
    scroll-margin-top: 0;
    max-width: 1296px;
    /*background: #ffffff;*/
    padding: 0;
}

.right {
    flex-direction: row-reverse;
}
.back {
    display: inline-block;
    vertical-align: top;
    padding: 8px 15px;
    border-radius: 4px;
    border: 1px solid var(--primary);
    background: var(--primary);
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
}
.button-container {
    width:100%;
    float: left;
    margin-bottom: 20px;
}
#back {
    display: none;
}
.scorminfo {
    font-size: 20px;
    color: red;
    width:100%;
    text-align: center;
    margin-top: 100px;
}
/*.topbar {   
    float: left;
    width: 100%;
}*/
.library-container {
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
    
    width: 100%;
    border-bottom: 1px solid #E1DFDD;
    min-height: 30px;
    margin-bottom: 20px;
}
.library-container > * {
    flex: 0 0 auto;
}
.library-button { 
    float: left;
    margin-right: 40px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;   
    cursor: pointer;
    color: #A19F9D;
}
.library-button.active {
    border-bottom:  2px solid #0078D4;
    color: #1F1E1E;
    font-weight: 400;
}

.sort-container { 
    float: right;
    margin-left: auto;
}
.sort-container svg {
    width: 25px;
}
.family-container {
    float: left;
    min-height: 40px;
}
.categories { display: none; }
.tabs { float: left;}
.tablinks { 
    float: left;
    border: 1px solid #D2D0CE;
    border-radius: 1px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 6px 35px 6px 12px;
    margin: 8px 8px 0px 0px;
    cursor: pointer;
    color: #A19F9D;
    position: relative;
}
.tablinks.active {
    font-weight: 600;
    color: #1F1E1E;
    border:1px solid #000;
}
.cevron {
    height: 1rem;
    width: 1rem;
    right: 5px;
    float: right;
    margin-top: 5px;
    margin-left: 5px;
}
.subcategory-container {
    
    padding: 5px;
    display: none;
    position: absolute;
    z-index: 5;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #353434;
    transition: .3s ease;
    box-shadow: 0px 1.2px 3.6px rgb(0 0 0 / 10%), 0px 6.4px 14.4px rgb(0 0 0 / 13%);
}
.subcategory {
    padding: 5px 0px;
    list-style-type: none;
}
.sub-category {
    margin-top: 20px;
    float: left;
}
.subcategoryList {
    padding: 0;
    margin-top: 0
}
.alert-primary {
    display: block;
}
.alert {
   margin: 20px 10px;
}
.alert-primary {
    width: 94%;
    padding: 15px;
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
    border-radius: 10px;
}
.course-lable {
    top: 0px;
    right: 0;
    background-color: #f3be0b;
    border: none;
    color: #191818;
    text-align: center;
    border-radius: 0;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    position: absolute;
    width: 170px;
    height: 23px;
}
.favorits{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;    
    
}

.table>:not(:first-child) {
    border-top: 1px solid #ccc !important;
}
@media (max-width: 1200px) {
     /*#searchContainer {
        margin-left: 10%;
     }*/
}

@media (max-width: 1000px) {
    .logo {
        width: 180px;
    }
    #searchContainer {
         margin-left: 5px;
     }
}

@media (max-width: 890px) {
    .icon { display: block; }
    .rightContainer {
        margin-right:10px;
    }
    .headerButtonHolder { 
        display: none;
        width: 80px;
        position: absolute;
        height: auto;
        z-index: 200;
        right: 0;
        top: 65px;
        background: #458fd4;
        padding-bottom: 10px;
    }
    .headerButton { 
        width: 95%; 
        margin-top: 8px;

    }
    #searchContainer { 
        width: 45%; 
        margin-left: 5px; 
    }    
    .modal-content { width: 100% !important; }
}

@media (max-width: 500px) {
    .logo {
        width: 120px;
    }
    #searchContainer { 
        width: 50%; 
        margin-left: 30px; 
    }
}
@media (max-width: 420px) {
    .logo {
        width: 70px;
        margin-left: 5px;
    }
    .icon { 
        font-size:35px; 
        justify-content: flex-end;
    }
    header {display: block;}
   
}
@media (max-width: 1399px) {
    .wrapper {
        max-width: 1128px;
    }
}
@media (max-width: 1199px) {
    .wrapper {
        max-width: 936px;
    }
}
@media (max-width: 987px) {
    .wrapper {
        max-width: 936px;
    }
}