@font-face {
    font-family: "myriad-hebrew-italic";
    src: url("/assets/fonts/myriad-hebrew-italic.otf") format("opentype");
}

@font-face {
    font-family: "myriad-hebrew";
    src: url("/assets/fonts/myriad-hebrew.otf") format("opentype");
}

@font-face {
    font-family: "proxima-nova-thin";
    src: url("/assets/fonts/Proxima-Nova-Thin.otf") format("opentype");
}

@font-face {
    font-family: "proxima-nova-reg";
    src: url("/assets/fonts/proxima_nova_reg.ttf") format("truetype");
}

.login-container{
    width: 300px;
    height: 350px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 25%;
    margin-right: 50px;
    border-radius: 40px;
    box-shadow: 0px 0px 8px #00000059;
    text-align: center;
}

.login-logo{
    border-bottom: 2px solid #003D79;
    padding: 25px;
}

.login-form{
    margin: 20px;
    font-family: 'myriad-hebrew';
}

.login-form > input{
    border: 1px solid #003D79;
}

.login-form > button{
    width: 100%;
    border-radius: 1rem;
    background-color: #003D79;
    border: none;
    font-weight: bold;
    letter-spacing: 1px;
}

.login-form > input::-webkit-input-placeholder,
.login-form > input::-moz-placeholder{
    font-family: 'myriad-hebrew-italic';
    color: #BEBEBE;
}

.login-form > a{
    font-size: 12px;
    float: right;
    color: black;
}

.login-form > input:first-child{
    margin-top: 20px;
    margin-bottom: 10px;
    background: url("/assets/images/icon-user.svg") no-repeat scroll 7px 8px;
    background-size: 15px;
    padding-left:30px;
}

.login-form > input:nth-child(2){
    background: url("/assets/images/icon-password.svg") no-repeat scroll 7px 8px;
    background-size: 15px;
    padding-left:30px;
}

.login-form > span{
    font-size: 10px;
    color: rgb(113, 114, 116);
    font-family: "proxima-nova-thin";
}

.form-rounded {
    border-radius: 1rem;
}

.register-container{
    margin: 25px;
}

.register-container > a{
    color: black;
    text-decoration: underline;
}

.navbar-login{
    height: 110px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.navbar-login > a{
    position: absolute; 
    right:0; 
    margin: 10px 10%; 
    padding: 1px 7px;
    color: #fff;
    border: 2px solid #ffff;
    text-decoration: none;
}

.navbar-logo{
    background-color: white;
    height: 90px;
    width: 140px;
    margin-left: 10%;
    position: absolute;
    z-index: 2;
    text-align: center;
    box-shadow: 0px 4px 6px #00000040;
    padding: 20px;
}

.navbar-title{
    color: #fff;
    font-family: "proxima-nova-reg";
    background-color: #003D79;
    padding-left: 22%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 58px;
}

.navbar-questionaire{
    height: 50px;
}

.navbar-title > h6{
    margin: 10px 0px 0px 0px;
    font-weight: bold;
}

.navbar-title > span{
    font-size: 12px;
}

.navbar-login > form{
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px 30px;
}

#formSearch > input{
    background: url("/assets/images/icon-search.svg") no-repeat scroll 257px 8px;
    background-color: white;
    padding-right: 40px;
}

.navbar-login input{
    width: 290px;
}

.slText {
    max-width: 72%;
    padding: 30px;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    color:#003D79;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    margin-top: 34%;
    margin-left: 35%;
    font-family: "proxima-nova-reg";
}

.slText > h5{
    font-weight: bold;
}

.menu-navbar{
    list-style-type: none;
    margin: 5px;
    padding: 0;
    overflow: hidden;
}

.menu-navbar > li{
    float: left;
    margin: 10px 20px;
}

.menu-navbar > li > a{
    color: white;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 12px;
    font-family: "proxima-nova-reg";
    font-weight: bold;
}

.menu-navbar > li > a.active{
    color: #00EDFF;
}

.menu-navbar > li > a:hover::after{
    content:'';
    position:absolute;
    width: 100%;
    height: 0;    
    left:0;
    bottom:-5px; /*Change this to increase/decrease distance*/
    border-bottom: 2px solid #fff; 
}

.header-menu{
    margin-top: 90px;
    max-width: 68%;
    margin-right: 2%;
    margin-left: 5%;
}

.header-menu__title{
    width: 100%;
    display: inline-flex;
    color: #003D79;
    font-family: 'myriad-hebrew';
    border: 2px solid #003D79;
    padding: 10px;
    justify-content: space-between;
}

.header-menu__icon{
    width: 350px;
    cursor: pointer;
}

.header-menu__icon > img{
    float: left;
}

.header-menu__icon > h6{
    margin: 5px 40px;
}

.header-menu__filter button{
    background-color: #003D79;
    color: #fff;
    padding: 2px 10px;
    margin-right: 10px;
}

.header-menu__filter select{
    background-color:#fff;
    border: 2px solid #003D79;
    color: #003D79;
}

.header-menu select:last-child{
    width: 49px;
}

.select-sort{
    background-color:#fff;
    border: 2px solid #003D79;
    color: #003D79;
    padding: 3px;
    margin: 0px 20px;
}


.a{fill:#fff;stroke:#00bee6;}
.b{fill:#003d79;}
.c{fill:#00bee6;opacity:0;}

svg:hover path.a{
    fill:#00bee6;
}

svg.icon-bookmark:hover path.ab,
svg.icon-bookmark:hover path.a{
    fill: #003b78;
    cursor: pointer;
}

.category-content{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    overflow: hidden;
    margin: auto;
    justify-content: flex-start;
    padding: 20px 0px 0px 0px;
}

.category-icon{
    text-align: center;
    min-width: 180px;
}

.category-icon > a{
    text-decoration: none;
    color: #3B3B3B;
}

.category-icon h6{
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.category-icon span{
    font-size: 12px;
}

.logo-sidebar{
    text-align: center;
    font-family: "proxima-nova-reg";
    color: #003D79;
    padding: 20px;
    font-weight: bold;
}

.logo-sidebar > h5{
    margin-bottom: 0px;
    font-weight: bold;
}

.logo-sidebar > p{
    font-size: 11px;
}

.logo-sidebar > img{
    margin: 15px 0px 5px 0px;
}

.user-sidebar > img {
    border-radius: 50%;
    float: left;
    margin-right: 6px;
}

.placeholder-photo{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: inline-block;
    float: left;
    position: relative;
    margin-right: 6px;
    background-color: rgb(18, 109, 151);
    color: #fff;
}

.placeholder-photo > span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
    font-size: large;
    letter-spacing: 1px;
}

.placeholder-photo__header{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: rgb(18, 109, 151);
    color: #fff;
    float: left;
    margin-right: 10px;
    position: relative;
}

.placeholder-photo__header > span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
    font-size: 11px;
    letter-spacing: 1px;
    color: #fff;
}

.placeholder-photo__main{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: rgb(18, 109, 151);
    color: #fff;
    position: relative;
    margin-left: 30px;
}

.placeholder-photo__main > span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
    font-size: 51px;
    letter-spacing: 1px;
    color: #fff;
}


.user-sidebar__name{
    font-size: 12px;
    font-family: "proxima-nova-reg";
    color: #231F20;
    height: 45px;
    display: table;
}

.user-sidebar__name > span{
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    white-space: nowrap;
}

.user-sidebar{
    border-bottom: 2px solid rgb(18, 109, 151);
    border-top: 2px solid rgb(18, 109, 151);
    min-height: 80px;
    padding: 15px 20px;
    cursor: pointer;
}

.user-sidebar:hover{
    background-color: #a3e6f1;
}

.category-sidebar > h5{
    background-color:#003D79;
    font-family: "myriad-hebrew";
    font-weight: bold;
    color: #fff;
    padding: 6px 0px 3px 20px;
    margin-bottom: 0px;
}

.category-sidebar__item{
    border-bottom: 2px solid rgb(18, 109, 151);
    min-height: 74px;
    padding: 15px;
}

.category-sidebar__item:last-child > a{
    float: right;
    padding-top: 10px;
    text-decoration: underline;
    color:#003D79;
    font-family: "myriad-hebrew";
    font-weight: bold;
}

.category-sidebar__item:last-child:hover{
    background-color: #fff;
}

.category-sidebar__item:last-child > a:hover{
    color:rgb(21, 174, 235);
}

.category-sidebar__item:hover{
    background-color: #a3e6f1;
}

.category-sidebar__item > img{
    float: left;
    margin-right: 20px;
    padding-top: 10px;
}

.category-sidebar__item-desc{
    font-family: "myriad-hebrew";
    display: inline-grid;
    padding-left: 15px;
}

.category-sidebar__item-desc > a{
    font-weight: bold;
    color: #231F20;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.category-sidebar__item-desc > span{
    font-size: 12px;
    color: rgb(143, 142, 142);
}

.category-sidebar__item-icon{
    height: 50px;
    width: 50px;
    position: relative;
    float: left;
    text-align: center;
    display: table-cell;
    margin-left: auto;
    margin-right: auto;
}

.category-sidebar__item-icon > img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
}

.item-icon__msc{
    height: 80px;
    width: 80px;
    position: relative;
    float: left;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.item-icon__msc > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
}

div.gallery {
    margin: 6px;
    border: 1px solid #ccc;
    float: left;
    width: 150px;
    display: grid;
}
  
div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 10px;
    text-align: center;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 13px;
}


.action-sidebar{
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}

.action-sidebar > a{
    color: #231F20;
    text-decoration: none;
    font-weight: bold;
}

.icon-logout{
    content: url('/assets/images/icon-logout.svg');
    width: 10px;
    height: auto;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidebar-container{
    padding-left: 0px; 
    padding-right: 0px; 
}

.sidebar-container > div{
    border-left: 2px solid #8f8e8e40;
}

.sidebar-container > div:last-child{
    border-bottom: 2px solid #8f8e8e40;
}

.footer-container{
    background-color: #003B78;
    position: relative;
    color: #fff;
    font-family: "myriad-hebrew";
}

.footer-container__logo{
    text-align: center;
    padding: 50px;
}

.footer-container__name{
    text-align: center;
    margin-top: 7%;
    padding-right: 70px;
}

.footer-container__contact{
    padding: 5px 30px;
    border-left: 1px solid #fff;
    margin: 20px 0px;
    font-size: 14px;
}

.footer-container__contact p{
    margin-bottom: 0px;
}

.footer-container__contact a{
    color: #fff;
    text-decoration: none;
}

.footer-container__contact > div{
    margin: 10px 0px;
}

.contact-item{
    width: 35px;
    height: 30px;
    float: left;
}

#chartContainer{
    height: 310px; 
    width: 100%;
}

.chart-title{
    padding: 20px;
    font-family: "myriad-hebrew";
    color: #003D79;
}

.chart-title > h6{
    margin-bottom: 0px;
    font-weight: bold;
}

.chart-title > span{
    font-size: 13px;
}

.home-articles,
.banner-articles{
    margin: 20px 20px 0px 20px;
    display: flex;
    justify-content: space-between;
}

.home-articles > div,
.banner-articles > div{
    margin: 15px 15px 0px 15px;
    width: 50%;
    font-family: "myriad-hebrew";
}

.banner-articles{
    margin-bottom: 20px;
}

.home-articles h6{
    color: #003D79;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 0px;
    border-radius: 5px 5px 0px 0px;
    border: 2px solid #003D79;
}

.banner-bulletin{
    background-image: url('/assets/images/guideline.png');
    height: 150px;
    width: auto;
    position: relative; 
    background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center;
    cursor: pointer; 
    border-radius: 5px;
   
}

.banner-competition{
    background-image: url('/assets/images/article.png');
    height: 150px;
    width: auto;
    position: relative; 
    background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center;
    cursor: pointer;
    border-radius: 5px;
}

.banner-articles h5{
    float: right;
    margin: 50px 50px;
    color: #fff;
    font-weight: bold;
    font-family: "proxima-nova-reg";
    max-width: 160px;
}

.article-item{
    display: grid;
    background-color: #003D79;
    padding: 10px;
}

.article-item > a:first-child{
    color: #fff;
}

.article-item > a:nth-child(2){
    color: #00EDFF;
    font-weight: bold;
    text-transform: uppercase;
}

.article-item > span,
.article-item__sidebar > span{
    font-size: 12px;
    color: #A8A8A8;
}

.article-item:last-child{
    border-radius: 0px 0px 5px 5px;
    text-align: right;
}

.article-item:last-child > a{
    padding-right: 20px;
    text-decoration: underline;
}

.article-item:last-child > a:hover{
    color: #00EDFF;
}

.article-item__sidebar{
    padding: 0px 20px 10px 20px;
    display: grid;
}

.article-item__sidebar > a:first-child{
    color: #575757;
    font-weight: bold;
}

.article-item__sidebar > a:nth-child(2){
    color:#1F78B4;
    font-weight: bold;
    text-transform: uppercase;
}

.shine {
    background: #e6e7e7;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px; 
    display: inline-block;
    position: relative; 
    
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

lines{
    height: 20px;
    margin-top: 10px;
    width: 200px; 
}
  

@-webkit-keyframes placeholderShimmer {
    0% {
      background-position: -468px 0;
    }
    
    100% {
      background-position: 468px 0; 
    }
  }

.home-container{
    max-width: 100%; 
    padding-left: 0px; 
    margin-top: 58px;
}

.error-message{
    color: red;
    display: flex;
    justify-content: center;
}

.modal-backdrop {
    opacity:0.7 !important;
}

.nav-tabs .nav-item{
    margin-top: 11px;
}

.nav-tabs .nav-link{
    padding: 5px 15px;
    border-color:#ced4da;
    border: 2px solid #ced4da;
    color: #495057;
    font-family: "myriad-hebrew";
    font-weight: bold;
}

.nav-tabs .nav-link.disabled{
    font-weight: normal;
}

.nav-tabs .nav-link.active{
    background-color:#ced4da !important;
}

.tab-search input{
    background: url("/assets/images/icon-search.svg") no-repeat scroll 99% 7px;
    background-color: white;
    padding-right: 40px;
}

table.dataTable.display tbody tr td{
    background-color: #fff !important;
    border-top: none;
}

.paginate_button{
    padding: 0px 10px !important;
    margin-top: 10px;
    color: rgb(15, 15, 15) !important;
} 

.paginate_button.current{
    background: linear-gradient(to bottom, rgb(249, 250, 250) 0%, #f0f0f0 100%) !important;
    border: 1px solid #0c8ad3 !important;
}

.paginate_button:hover{
    background: linear-gradient(to bottom, rgb(249, 250, 250) 0%, #f0f0f0 100%) !important;   
    color: #0c8ad3 !important;
}

.dataTables_info{
    color: #003b78 !important;
}

#tableCategory_paginate > a{
    color: #003b78 !important;
}

#tableCategory_paginate > a.disabled{
    color: #A5A5A5 !important;
}

.profile-menu{
    border-bottom: 1px solid #003D79;
}

.profile-menu > div:first-child{
    height: 40px;
    float: left;
    margin-right: 10px;
}

.profile-menu h6{
    margin-bottom: 0px;
}

.profile-menu__user span{
    font-size: 12px;
    color: #575757;
}

.profile-menu > a{
    display: grid;
}

.profile-menu > a > img{
    padding-left: 6px;
}

.profile-menu > a > span{
    color: #003D79;
}

.journals-menu{
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

.journals-menu__header{
    color:#003D79;
    font-family: 'myriad-hebrew';
    border: 2px solid #003D79;
    padding: 10px;
    width: 100%; 
}

.filter-content{
    margin-top: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.filter-content > a{
    border: 2px solid #003D79;
    padding: 5px 10px;
    border-radius: 15px;
    text-decoration: none;
    color: #003D79;
    display: inline-block;
    font-size: 13px;
}

.filter-content > a.active{
    color: #fff;
    background-color: #003D79;
}

.journals-filter{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    margin: 10px 3px 0px 3px;
    border-top: 1px solid #003D79;
}

.journals-filter a{
    color: #003D79;
    font-weight: bold;
}

.journals-filter a.active{
    color: rgb(81, 175, 238);
    font-weight: bold;
}

.profile-header{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.profile-filter__checkbox > input{
    outline: 2px solid #003D79;
    margin-left: 5px;
}

.profile-filter__checkbox > img{
    fill: red;
    margin-left: 5px;
}

.profile-menu{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}

.profile-menu__left{
    display: flex;
    align-items: center;
}

.profile-menu__left > img{
    float: left;
    padding-bottom: 5px;
    margin-right: 10px;
}

#btnSort{
    background-color:#003D79;
    color:#fff;
}

.btn-filter{
    border: 2px solid #003D79;
    background-color: #fff;
}

.about-container{
    margin: 20px;
    color: #353436;
}

.about-container > h6{
    text-align: center;
    font-weight: bold;
}

.about-container p{
    margin: 20px 10px;
    text-indent: 50px;
    text-align: justify;
}

.about-container ol{
    margin-left: 60px;
}

.sort-read{
    color: #575757 !important;
    margin-left: 30px;
}

#tableProfile_wrapper,
#tableCategory_wrapper{
    width: 100%;
}

.dropdown-content{
    display: block;
    position: absolute;
    background-color:#f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 2px 5px;
    z-index: 1;
    font-size: 12px;
    text-align: left;
    list-style: none;
}

.dropdown-content a{
    color: #575757;
    text-decoration: none;
}

.dropdown-content a:hover{
    color: #003D79;
}

.dropdown-content li{
    padding: 3px;
}

.dropdown-content.hide{
    display: none;
}

#toggleCheck.up{
    transform: rotate(180deg);
}

.btn-filter.active > img{
    transform: rotate(180deg);
}

.category-name{
    color: #A8A8A8 !important; 
    text-decoration: none; 
    font-size: 13px
}

.canvasjs-chart-credit{
    width: 99%;
    background-color: #fff;
    color: #fff !important;
}

.sort-read > img.up{
    transform: rotate(180deg);
}

.btn-select-all{
    cursor: pointer;
}

div.options > label{
    display: block;
    margin: 0 0 0 -10px;
    padding: 0 0 20px 0;
    height: 20px;
    width: 270px;
}

.action-modal{
    display: flex;
    justify-content: space-between;
}

.action-modal a:first-child{
    color: #003D79;
    text-decoration: none;
}

.action-modal a:last-child{
    color: #575757;
    text-decoration: none;
}

.question-container > label{
    font-weight: bold;
}

.question-container{
    color: #484848;
}

.body-question{
    margin-top: 10%;
    margin-bottom: 9%;
    font-family: 'Source Sans Pro', sans-serif;
}

.btn-submit{
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    color: #003D79;
}

.remark-journal{
    font-size: 13px; 
    cursor: text;
    text-decoration: none !important;
}

.account-form{
    margin: 30px 0px
}

.account-form button{
    margin: auto; 
    margin-top: 30px;
}


