@font-face {
    font-family: Poppins;
    src: url('./font/AsapCondensed-Regular.ttf') format('truetype');
  }


html,
body { 
    height: 100%;
    font-family:  Poppins  !important;
    overflow:auto !important; 
    line-height: 1.8 !important;    
    background: #f6f9fb;
}


/* new chaneg  */

.navbar-inverse {
    background: linear-gradient(135deg, #e8f5e8 0%, #f0f8f0 100%) !important;
    border-color: #ccc !important;
    color: #000 !important;
}
.navbar-inverse .navbar-brand {
    color: #429842 !important;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff !important;
    background-color: #5788b1 !important;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #73b773 !important;
}


.navbar-inverse .navbar-nav > li > a {
    color: #569456 !important;
}

.navbar-inverse .btn-link {
    color: green !important;
}


.container-fluid {
    background: linear-gradient(135deg, #e8f5e8 0%, #f0f8f0 100%) !important;
}
.modern-dashboard {
    background: none !important;
}
.tests-page, .candidates-page, .candidate-create-page, .assignments-page, .results-page{
    background: #fff !important;
}




h3 {
    font-size: 18px !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto 0px;
    padding: 0 0 0px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}
@media (min-width: 1200px){
.container {
    width: 1282px;
}
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-right{
    font-size: 16px;
    font-weight: bold;
}
.mysub {
    color: darkgoldenrod;
    padding-left: 15px;
    text-transform: capitalize;
}
.thumbnail{
    border-radius: 16px !important;
}



.pagination{
    margin: auto;
    width: 100%;
    padding-left: 33px;
    height: 52px;
  }
  
  .pagination > li > a, .pagination > li > span {
    margin-right: 5px !important;
    background: #8e6aea;
    padding: 7px;
    border-radius: 50%;
    color:#fff;
    text-decoration: none;
  }
  
  
  .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
    text-decoration: none;
  }
  .bootstrap-tagsinput{
    width:100%;
    font-size: 18px;
  }
  .rte{
    padding: 0px 6px 0px 3px !important; margin-top: 4px !important; 
    font-size: 16px !important; text-transform: uppercase !important;
  }
  .note-btn{
    background: antiquewhite !important;
  }

  #laDiv{
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #000 !important;
    background-color: rgba(38, 126, 228,0.08);
    background-clip: padding-box;
    border-bottom: 1px solid #ced4da !important;
    border: none;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 82px;
    overflow: scroll;
  }

  .conEdit{
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #000 !important;
    background-color: rgba(38, 126, 228,0.08);
    background-clip: padding-box;
    border-bottom: 1px solid #ced4da !important;
    border: none;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-height: 82px;
    height: auto;
    overflow: scroll;
  }


  .equa {
    padding-right: 10px;
    /* padding-top: 10px; */
    background-color: transparent;
    /* border-radius: 5px; */
    display: inline-block;
    height: 50px;
}

#delete_icon {
    position: relative;
    top: -8px;
    display: none;
    cursor: pointer;
}

#dynamicmodel-status{
    font-size: 16px; text-transform: uppercase; padding-bottom: 10px; padding-top: 8px;
}
.stdbxx{
    background: #d9e5eb; border: 4px solid #fff; border-radius: 8px;
}
.note-image-btn{
    display:none !important;
}
.note-dropdown-menu{
    max-height: 305px;
    overflow: scroll;
}
.icon_count{
    position: absolute; 
    /* position: relative; */
    top: 18px;
    margin-left: 19px;
    /* z-index: +55; */
    /* margin-top: -50px; */
    background: rgb(240, 0, 0);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 18px;
    font-weight: 500;
    font-size: 10px;
    color: #fff;
    float: right;
}
.nameicon {
    text-transform: capitalize;
    float: right;
    text-align: right;

}


/* 
.dropdown {
    display: inline-block;
    margin-left: 20px;
    padding: 10px;
} */

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.glyphicon-bell {

    font-size: 1.5rem;
}

.notifications {
    width: 330px;
    position: absolute;
    top: 65px !important;
    right: 20px;
    margin: 0px 0px 0px auto !important;
}

.notifications-wrapper {
    overflow: auto;
    max-height: 250px;
}

.menu-title {
    color: #ff7788;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
}

.glyphicon-circle-arrow-right {
    margin-left: 10px;
}


.notification-heading,
.notification-footer {
    padding: 2px 10px;
}


.dropdown-menu.divider {
    margin: 5px 0;
}

.item-title {
    font-size: 14px !important;
    color: #000;
}

.notifications a.content {
    text-decoration: none;
    background: #ccc;

}
.item-info{
    font-size: 12px !important;
    color: #337ab7;
    cursor: pointer;
}

.notification-item {
    padding: 10px;
    margin: 5px;
    border-radius: 8px;
}

.notifications-shows{
    overflow: auto;
    /* border: 1px solid #cccbcb; */
    border-radius: 10px;
    background: #fff;
}
.notification-data_items {
    padding: 10px;
    margin: 5px;
    border: 1px solid #cccbcb;
    /* border-radius: 8px; */
}
.item-data_info{
    font-size: 15px !important;
    
}
.item-data_title {
    font-size: 18px !important;
    color: #000;
}
.item-data_time{
    float: right;
    color: black;
    font-weight: 500;
    font-size: 16px;
}
.notificationBell {
    color:#5f6489;
    font-size: 22px;
    margin-left:10px;
}