
/*fonts*/
/*poppins*/
@font-face{
    font-family: PoppinsBold;
    src:url('../Fonts/Poppins-Bold.ttf');
}
@font-face{
    font-family: PoppinsSemiBold;
    src:url('../Fonts/Poppins-SemiBold.ttf');
}
@font-face{
    font-family: PoppinsMedium;
    src:url('../Fonts/Poppins-Medium.ttf');
}
@font-face{
    font-family: PoppinsRegular;
    src:url('../Fonts/Poppins-Regular.ttf');
}
/*fonts end*/


/*----------------loading image-------------------*/

.loadingImg {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
    margin: 70px auto 0;
    padding: 0;
    width: 100%;
    text-align: center;
    position: fixed;
    z-index: 1000;
}


.loadingImg h5 {
    padding: 5px 20px;
    display: inline-block;
    margin: 0;
    color: #a56c00;
    background-color: #f9edbe;
    /* width: 15%; */
    border: 1px solid #f0c36d;
    font-weight: bold;
    font-size: 17px;
}




/*body, list, common componant properties start*/
body

{padding: 0; margin: 0; font-family: PoppinsRegular; color: #03363D;}

ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style-type: none;
}

.msg-note {
    width: 100%;
    border: 1px solid #e6e6d0;
    padding: 10px;
    border-radius: 5px;
    background: #f9f5ce;
    color: #616161;
    line-height: 1;
    text-align: center;
    font-size: 13px;
}

.msg-note .close{
    line-height: 0.8;
    color: orange
}
.select{
    width: 100%;
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 15px;
}
.select:last-child{
    margin-bottom: 0;
}
::placeholder {
    font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 font-size: 14px;
}

::-ms-input-placeholder { /* Microsoft Edge */
 font-size: 14px;
}

.display-inline{
    display: inline !important;
}
.italic{
    font-style: italic !important;
}

/*.common-input-select{
    padding: 3px 8px;
    height: 34px;
    border: 1px solid #ddd;
    border-radius: 5px;
    vertical-align: middle;
    width: 100%;
    font-size: 14px;
}*/

.common-input-select {
    padding: 3px 8px;
    height: 34px;
    border: 1px solid #ddd;
    border-radius: 5px;
    vertical-align: middle;
    width: 100%;
    font-size: 14px;
    color: #565656;
}

.pagination-a{
    background: #ddd;
    padding: 7px;
    height: 38px;
    width: 38px;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination-a:hover{
    background: #09B4E7;
    color: #fff !important;
}
.img-center{
    margin: 0 auto;
    display: block;
}
.bg-unset{
    background: unset !important;
}

.common-widget{
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px;
    border: 1px solid #f3f3f3;
    margin-bottom: 15px;
}
.common-widget:hover{
    box-shadow: 0 0 8px #b2cfe1;
}
.search-attached-btn-block{
    width: 100%;display: inline-block;
}
.search-input{
     width: 90%;
    border: 1px solid #ddd;
    padding: 4.2px 8px;
    border-radius: 4px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    float: left;
}
.search-input:hover, .search-input:active, .search-input:focus{
    border: 1px solid #09B4E7;
    border-right: 0;
    outline: 0 !important ;
}
.search-btn{
    float: left;
    width: 10%;
    margin: 0;
    border: 0;
    background: #09B4E7;
    color: white;
    padding: 5px 5px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.cursor-pointer{
    cursor: pointer;
}
.settings-label{
    text-align: right;
    width: 100%;
    margin-bottom: 0;
    padding-top: 7px;
}
.settings-muted-label{
    text-align: right;
    width: 100%;
    margin-bottom: 0;
    padding-top: 7px;
    color: grey;
}
.error-border{
    border: 1px solid red !important;
}

.word-break-all{
    word-break:break-all;
}

.font-size-18{
    font-size:18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}
/*.filter-block{
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
        background-color:#f7f7f7;
}*/
/*body, list, common componant properties end*/
/*aside in future for left small nav start*/
aside {
    width: 4%;
    float: left;
    background: #fff;
    height: 100%;
    position: fixed;
    margin-top: 71px;
    box-shadow: 6px 0 4px -4px #d8d8d8;
    z-index: 10;
}
aside div ul {
    padding: 0;
    margin: 0;
    position: relative;
}
.active-tab {
    border-left: 5px solid orange;
}
aside div ul li {
    display: block;
    height: 65px;
    border-left: 5px solid #fff;/*ececec temp chang*/
}
aside div ul li img {
        margin: 0 auto;
    display: block;
    padding: 24px 0;
    height: 65px;
}
/*aside in future for left small nav start*/


/*left right divide custom start*/
.right-content{
    width: 100%;
    float: left;
    margin-top: 70px;
}
/*left right divide custom end*/


/*header start*/
.top-nav{
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 0 8px 6px -6px #e0e0e0;
    position: fixed;
    z-index: 1;
}
.top-nav ul{
    padding: 0;
    margin: 0;
}
.top-nav ul li{
    float: left;
    list-style-type: none;
    padding: 10px;
}
.top-nav ul li p{
    font-size: 13px;
}
.sub-ini-user{
    height: 50px;
    width: 50px;
    padding-top: 11px;
    border-radius: 68px;
    font-size: 18px;
    display: block;
    text-align: center;
    background: #09B4E7;
    color: #fff !important;
    letter-spacing: 2px;
    margin-right: 15px;
}
.logo-block{
    width: 300px;
    height: 70px;
}
.logo-block img{
    max-width: 100%;
    height: 100%;
    padding:10px;
}
.dropdown-toggle::after{
    display: none;
}
.logout-dropdown{
    top: 6px !important;
    left: -20px !important;
    min-width: 8rem;
    width: 262px;
}
.logout-dropdown li{
    display: block;
    float: unset !important;
    font-size: 15px;
    cursor: pointer;
}
.logout-dropdown li a i{
    margin-right: 3px;
    color: #09B4E7 !important;
}
.logout-dropdown li a {
   color: #3c3c3c !important;
}
/*header end*/


/*margin and padding custom start*/

.m-t-10{
    margin-top: 10px !important;
}
.m-b-10{
    margin-bottom: 10px !important;
}
.padding-0{
    padding: 0 !important;
}
.mb-2rem{
    margin-bottom: 2rem !important;
}
.mb-1rem{
    margin-bottom: 1rem !important;
}
.mb-4rem{
    margin-bottom: 4rem !important;
}
.mt-4rem{
    margin-top: 4rem !important;
}
.mr-1rem{
    margin-right: 1rem !important;   
}
.mt-2rem{
    margin-top: 2rem !important;
}
.mt-1rem{
    margin-top: 1rem;
}
.mt-3rem{
    margin-top: 3rem !important;
}
.mb-0{
    margin-bottom: 0 !important;
}
.margin-0{
    margin: 0 !important;
}
/*margin and padding custom start*/

/*buttons links start*/
.btn-primary{
    color: #fff !important;
    background: #09B4E7;
    border: 1px solid #09B4E7;
    font-size: 15px;
    padding: 4px 12px;
    border-radius: 4px;
    box-shadow: 0 0 8px #c5c5c5;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    color: #fff !important;
    background: #09B4E7 !important;
    border: 1px solid #09B4E7 !important;
    box-shadow: 0 0 8px #c5c5c5;
    outline: none !important;
}
.btn-secondary{
    color: #000 !important;
    background: unset;
    border: 1px solid #6d6d6d;
    font-size: 15px;
    padding: 4px 12px;
    border-radius: 4px;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
    color: #000 !important;
    background: unset !important;
    border: 1px solid #09B4E7 !important;
    box-shadow: 0 0 8px #c5c5c5;
    outline: none !important;
}
.btn-blue{
    color: #fff;
    background: #1F98F1;
    border: 1px solid #1F98F1;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 4px;
    box-shadow: 0 0 5px #c5c5c5;
    font-family: PoppinsMedium;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus{
    color: #fff;
    background: #1F98F1;
    border: 1px solid #1F98F1;
    box-shadow: 0 0 8px #c5c5c5;
    outline: none ;
}
.link{
    color: #09B4E7 !important;
    text-decoration:underline;
    font-size: 16px;
    font-family: PoppinsMedium;
}
.link-2{
    color: #09B4E7 !important;
    font-size: 16px;
}

/*buttons links end*/

/*navigation primary start*/
.ups-process-tabs{
    padding: 0;
    margin: 0 0 1rem 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.ups-process-tabs li{
    width: 20%;
    float: left;
    list-style-type: none;
    background-color: #fff;
}
.ups-process-tabs li a{
    color: #09B4E7;
    font-family: PoppinsRegular;
    font-size: 18px;
    width: 100%;
    display: block;
}
.ups-process-tabs li a:hover{
    text-decoration: none;
}

.ups-process-tabs li div{
    width: 100%;
    display: block;
    background: #fff;
    color: #09B4E7;
    text-align: center;
    padding: 8px;
    border-bottom: 4px solid #fff;
}
.ups-process-tabs-active{
    border-bottom: 3px solid #09B4E7 !important;
}
.nav-badge {
    color: #09B4E7;
    display: inline-block;
    /*background: #09B4E7;
    width: 23px;
    height: 23px;
    font-size: 16px;*/
}
/*navigation primary end*/



/*elongated card common componants class start*/
.skill-parent{
    width: 100%;
    float: left;
}
.skill-child{
    display: block;
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 15px
}
.skill-child:hover{
   box-shadow: 0 0 8px #b2cfe1;
}
.skill-tags-ul{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.skill-name-ul{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.skill-metadata-ul{
    width: 100%;
    float: left;
}
.skill-tags-ul li{
    display: inline-block;
}
.skill-name-ul li{
    display: inline-block;
}
/*.skill-name-ul :last-child{
    float: right;
}*/
.skill-metadata-ul li {
    display: inline-block;
    padding-right: 16px;
    padding-left: 8px;
    background: url(../Content/Images/divider-c.png) no-repeat center right;
    color: #636363;
    font-size: 13px;
    vertical-align: baseline;
    padding-top: 4px;
}
.skill-metadata-ul li label{
    font-weight: 700;
     margin-bottom: 0;
}
.skill-metadata-ul :first-child{
    padding-left: 0;
}
.skill-metadata-ul :last-child{
    background: unset;
    padding-right: 0;
}
.test-name {
    font-size: 18px;
    margin-bottom: 0;
    /*margin-top: 10px;*/
    float: left;
    color: #067287;
    font-family:PoppinsMedium;
}
/*elongated card common componants class end*/

/*login page and forgot password page start*/
.bg-light-blue{
    background: #B7E9FD;
}
.login-bg-full-width{
    display: block;
    height: calc(100vh - 0px);
}
.form-input{
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
}

.error-message {
    font-size: 13px;
    color: red;
    display: block;
    margin-bottom: 10px;
    margin-top:5px;
}

.btn-lg-c{
    width: 100% !important;
    padding: 10px !important;
    font-size: 18px !important;
}

.logo-logo-block{
    width: 300px;
    height: 70px;
    margin: 0 auto;
    display: block;
}
.logo-logo-block img{
    max-width: 100%;
    height: 100%;
    
}
/*.welcome-msg{
    margin-top: calc(100vh - 77%);
}*/
.forgot-pw-msg{
    margin-top: calc(100vh - 70%);
}
.login-hero{
    height: 340px;
    margin: 0 auto;
    display: block;
    margin-bottom: 2rem;
}

/*login page and forgot password page end*/


/*tags start*/
.common-tag{
    height: 26px;
    border-radius: 3px;
    padding: 4px 8px;
    display: inline-block;
    font-size: 13px;
    margin-right: 6px;
    margin-bottom: 5px;
}

.pending-tag{
    color: #E4B200;
    border: 1px solid #E4B200;
    background: #FFF7E1;
}
.expired-tag{
    color: #E84D4D;
    border: 1px solid #E84D4D;
    background: #FFF7E1;
}
.topic-tag{
   background: #e6e4e4;
    border-radius: 3px 0 0 3px;
    color: #191818;
    display: inline-block;
    height: 26px;
    line-height: 27px;
    padding: 0 12px 0 7px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    font-size: 12px;
    vertical-align: text-top;
}
    
.topic-tag::after {
   background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 11px solid #e6e4e4;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
/*.active-tag{
    color: #3BB882;
    border: 1px solid #3BB882;
    background: #dffff1;
}
.inactive-tag {
    color: #333333;
    border: 1px solid #333333;
    background: #d8d8d8;
}*/
/*tags end*/



/*certification page start*/
.real-badges{
    width: 100%;
    float: left;
    margin-bottom: 1.5rem;
    cursor: pointer;
}
.real-badges img{
    margin: 0 auto;
    display: block;
    height: 100px;
    
}
.social-media-icons a{
    margin: 0 10px;
}
.social-media-icons a i{
    font-size: 24px;
}
.common-legend{
    width: 14px;
    height: 14px;
    float: left;
    vertical-align: middle;
    margin-right: 3px;
}
.badge-popup{
    position: absolute;
    top: -60px;
    margin: 0 auto;
    display: block;
    left: 39%;
}
#BadgePopup .modal-dialog{
    margin: 6.75rem auto !important;
} 
#BadgePopup .modal-header{
    border-bottom: 0 !important;
} 
.badge-text{
    margin-top: 10px;
    width: 100%;
    float: left;
    font-size: 12px;
}
.guage-legend-ul{
    width: 100%;
    float: left;
}
.guage-legend-ul li{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.gauge-legend{
    width: 15px;
    float: left;
    height: 15px;
}
.guage-legend-text{
    width: 80%;
    float: left;
    font-size: 12px;
    padding-left: 10px;
}

.badge-height-ristrict {
    height: calc(100vh - 10px);
    overflow: auto;
}
/*certification page end*/

/*onboarding popup start*/
#OnBoard .modal-dialog{
    margin: 6.75rem auto !important;
} 
#OnBoard .modal-header{
    border-bottom: 0 !important;
}
/*onboarding popup end*/

/*no data found block start*/
.no-data-block{
    margin-top: 2rem;
    text-align: center;
}
.no-data-block img{
    margin: 0 auto;
    display: block;
    margin-bottom: 3rem;
}

/*no data found block end*/


/*color, float and background properties start*/
.color-green{
    color: forestgreen;
}
.color-red{
    color: #d40000;
}

.bg-unset{
    background: unset !important;
}
.float-unset{
    float: unset !important;
}
.color-blue{
    color: #09B4E7 !important;
}
.color-blue-dark-label{
    color: #067287 !important;
}
/*color and background properties end*/

/*error page start*/

/*error page start*/
.pt-1rem{
    padding-top:1rem;
}



    .note-list li {
        margin-bottom: 5px;
        list-style-type: disc;
        margin-left: 20px;
    }

.note-list:last-child {
    margin-bottom: 0px;
 
}