
/*new css*/
.widgets {
    display: inline;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.education {
    --bg-color: #ffd861;
    --bg-color-light: #ffeeba;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(255, 215, 97, 0.48);
}

.credentialing {
    --bg-color: #B8F9D3;
    --bg-color-light: #e2fced;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(184, 249, 211, 0.48);
}

.wallet {
    --bg-color: #CEB2FC;
    --bg-color-light: #F0E7FF;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(206, 178, 252, 0.48);
}

.human-resources {
    --bg-color: #DCE9FF;
    --bg-color-light: #f1f7ff;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(220, 233, 255, 0.48);
}

.bengi {
    --bg-color: #ffaeb5;
    --bg-color-light: #f7e4e6;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(220, 233, 255, 0.48);
}

.colar {
    --bg-color: #aec6ff;
    --bg-color-light: #d7e3ff;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(220, 233, 255, 0.48);
}

/*.card {
    width: 100%;
    height: 120px;
    background: #ff7255;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;*/
    /*overflow: hidden;*/
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    position: relative;
    box-shadow: 0 14px 26px rgba(0,0,0,0.04);
    transition: all 0.1s ease-out;
    text-decoration: none;
    margin-bottom: 15px;
    margin-top: 10px
}*/
.card2 {
    width: 100%;
    height: 120px;
    background: #fbc74c;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    /*overflow: hidden;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    position: relative;
    box-shadow: 0 14px 26px rgba(0,0,0,0.04);
    transition: all 0.1s ease-out;
    text-decoration: none;
    margin-bottom: 15px;
    margin-top: 10px
}

.card3 {
    width: 100%;
    height: 120px;
    background: #50d9bd;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    /*overflow: hidden;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    position: relative;
    box-shadow: 0 14px 26px rgba(0,0,0,0.04);
    transition: all 0.1s ease-out;
    text-decoration: none;
    margin-bottom: 15px;
    margin-top: 10px
}


.card4 {
    width: 100%;
    height: 120px;
    background: #038cc4;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #038cc4, #10adec);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #038cc4, #10adec); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    /*overflow: hidden;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    position: relative;
    box-shadow: 0 14px 26px rgba(0,0,0,0.04);
    transition: all 0.1s ease-out;
    text-decoration: none;
    margin-bottom: 15px;
    margin-top: 10px
}
.card-block {
    color:#fff;
    margin-right:30px;
}
.card-block h3 {
    margin-top:2px !important;
    color:#fff;
    font-size: 19px;
}
    .card-block h3 i {
        margin-right: 9px;
        font-size: 17px;
    }
        .card-block a h3:hover {
        text-shadow: 2px 2px 4px #1E76C9;
        color: #fff;
    }
.btn-card {
    color: #fff;
    background-color: #003365;
    border-color: #133556;
}
    .btn-card:hover {
        color: #fff;
        background-color: #002445;
    }


.card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card2:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.card3:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card4:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

        .card:hover .circle {
            border-color: var(--bg-color-light);
            background: var(--bg-color);
        }

            .card:hover .circle:after {
                background: var(--bg-color-light);
            }

        /*.card:hover h4 {
            color: var(--text-color-hover);
        }*/

    .card:active {
        transform: scale(1) translateZ(0);
        box-shadow: 0 15px 24px rgba(0,0,0,0.11), 0 15px 24px var(--box-shadow-color);
    }

    .card h4 {
        font-size: 13px;
        color: #4C5656;
        margin-top: 5px;
        z-index: 1000;
        transition: color 0.3s ease-out;
        text-align: center;
    }

.card-watermark.darker {
    color: #000;
}
.m-15 {
    margin: 15px !important;
}
.card-watermark {
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .1;
}
.card-watermark img {
    max-width:86px !important;
}
.font-size-80 {
    font-size: 80px !important;
}
.overlay {
    /*width:76px;*/
    position: absolute;
    /*height: 50px;*/
    border-radius: 50%;
    background: var(--bg-color);
    /*top: 70px;*/
    left: 50px;
    z-index: 0;
    transition: transform 0.3s ease-out;
}

.page-header {
    padding-bottom: 0px !important;
    margin: 0px 0 0px !important;
    border-bottom: 1px solid #eee;
}

.breadcrumb {
    padding: 0px 10px 10px 0px !important;
}

/**/

/*uploader*/

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    width: 100%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1.4em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}




/* style 6 */

.inputfile-6 + label {
    color: #008dc3;
}

.inputfile-6 + label {
    border: 1px solid #d3394c;
    background-color: #f1e5e6;
    padding: 0;
}

    .inputfile-6:focus + label,
    .inputfile-6.has-focus + label,
    .inputfile-6 + label:hover {
        border-color: #076184;
    }

    .inputfile-6 + label span,
    .inputfile-6 + label strong {
        padding: 0.625rem 1.25rem;
        /* 10px 20px */
    }

    .inputfile-6 + label span {
        width: 200px;
        min-height: 2em;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: top;
    }

    .inputfile-6 + label strong {
        height: 100%;
        color: #fff;
        font-weight: 400;
        background-color: #008dc3;
        display: inline-block;
    }

    .inputfile-6:focus + label strong,
    .inputfile-6.has-focus + label strong,
    .inputfile-6 + label:hover strong {
        background-color: #15698a;
    }

@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}

input[type="file"] {
    display: none;
}


.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;

}
.percent {
  display: inline-block;
  line-height: 90px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}




.news-block {
    width:70% !important;
    margin: 1em auto 0em;
    margin-bottom:1em;
}
/*ad*/
/*Ads*/
@media (max-width: 1366px) {


}
.news-block-bottom {
    /*border: 1px solid #d8d9d9;*/
    margin-top: 1em;
    padding: 1em 0 0 0;
    background: #eef5fc;
}

.buzz-news {
    float: right;
    width: 48%;
}

.news-1 {
    margin-bottom: 1em;
}

.buzz-img {
    float: right;
    width: 48%;
}

.buzz-news h3 {
    font-size: 1.4em;
    margin-bottom: 0.2em;
}

    .buzz-news h3 a {
        color: #182F50;
    }

.buzz-news p {
    font-size: 0.9em;
    color: #777;
    line-height: 1.8em;
}




.blue-icon {
	color: #005d85;
    margin-right: 5px;
}


.box1 {
    cursor: default;
    position: relative;
    display: block;
    font-size: 150%;
    color: #000;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    padding-left: 10px;
}
.box2 {
    cursor: default;
    position: relative;
    display: block;
    font-size: 150%;
    color: #000;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    padding-left: 10px;
}
.demo2 {
    background-color:#ffd861 !important; 
}

.card-title-background {
    background-color: #fdfdfd!important;
}

.pmd-card-title {
    padding: 3px!important;
    /*margin-top: 5px;*/
    margin-bottom: 0px!important;
}

.pmd-card-title {
    padding: 21px 21px 0 21px;
    margin-bottom: 16px;
    border: 1px solid #e4e4e4;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.close-btn {
    color: #c32f2a !important;
}

.icon-width {
    width: 36px !important;
}

.icon-width {
    background-color: transparent;
}
.image {
    opacity: 1;
    display: block;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.icon-width {
    min-width: 30px !important;
    padding: 0;
    background-color: transparent;
    bottom: 3px;
}

.txt {
    white-space: normal !important;
    width: 100% !important;
}

.txt {
    vertical-align: middle;
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: clip;
    font-size: .86em;
	padding-right: 10px;
}
.pmd-card-title-text {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}

.V-A {
    vertical-align: -45% !important;
}

.left-dir {
	
	    display: table-cell;
}