﻿.fa-angle-right {
    padding-left: 15px !important;
}

.Logo {
    height: 30px;
    width: 90%;
    margin-top: 10px;
}

.Header {
    background-color: #283e4a;
    /*background-color: #4d7eba;*/
    height: 50px;
}

.fa-power-off {
    font-size: 20px;
    color: #fff !important;
}

.fa-user-plus, .fa-user, .fa-users {
    font-size: 25px;
    color: #fff;
}

.fa-calendar-alt {
    font-size: 25px;
    color: #fff;
}

.fa-pencil-square-o {
    font-size: 25px;
    color: #0c730c;
}

.fa-cart-plus {
    font-size: 25px;
    color: #f74262;
}

.fa-inr {
    font-size: 25px;
    color: #0c66f3;
}

.health {
    font-size: 25px;
    color: rgb(249, 210, 119) !important;
}

.fa-shopping-basket {
    font-size: 25px;
    color: #f10000;
}

.fa-home {
    font-size: 25px;
    color: #ffffff;
}

.fa-plus-circle {
}

.fa-cog {
    font-size: 25px;
    color: #ffffff;
}

.fa-info-circle {
    font-size: 25px;
    color: #fffdb2;
}

.fa-plus-circle {
    font-size: 25px;
    color: #fffdb2;
}

.fa-clock-o {
    font-size: 25px;
    color: #ffb2f5;
}

.fa-pencil-square-o {
    font-size: 25px;
    color: #b2feff;
}

.fa-file-text-o {
    font-size: 25px;
    color: #c1ffb2;
}


.icontext {
    display: block;
    font-size: 13px;
    /*padding-top: 3px;*/
}

.iconrow {
    /*border-bottom: 1px dashed;
    border-left: 1px dashed;
    border-right: 1px dashed;*/
}

.no-padding {
    padding-bottom: 0 !important;
    text-align: center;
}

#divmain {
    margin-top: 10px !important;
}

.userdropdown {
    text-align: center;
}

.nav.navbar-nav > li {
    text-align: center;
    width: 95px !important;
}

.form-group {
    width: 95%;
}

.actionCntr a {
    color: #1e8cd6 !important;
    text-decoration: underline;
}

.ui-widget-content:hover .actionCntr a {
    color: #ffffff !important;
}

.reallyHidden {
    display: none !important;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    background-color: #2aa93c !important;
}

.checkbox-primary label::before {
    border-color: #2aa93c !important;
}

.modal-header {
    background-color: #1e8cd6 !important;
}

    .modal-header .modal-title {
        font-weight: 600;
    }

.valueLabel {
    color: #1e8cd6;
    font-size: 14px !important;
    border-bottom: 1px dashed #1e8cd6;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    margin-left: 10px;
}
.popup-label {
    font-size: 12px;
    text-align: left !important;
    font-weight: 600;
}
.popup-label-comments {
    padding-left: 20px;
    color: #02558c;
}

h2 {
    font-weight: 600;
    color: #1e8cd6;
}
.actionCntr .fa, .actionCntr .far, .actionCntr .fas {
    color: #029b17;
    font-size: 16px;
}
.ui-widget-content:hover .actionCntr .fa, .ui-widget-content:hover .actionCntr .far, .ui-widget-content:hover .actionCntr .fas {
    color: #ffffff;
}

.resultPanel {
    margin: 0 0 10px 0;
    border-radius: 0;
    border: 1px solid #e8dede;
    background-color: #fff;
}
.resultBlock {
    font-size: 13px;
    padding: 10px !important;
}
.haspadding {
    padding-top: 10px;
    padding-bottom: 5px;
}
.candidateName {
    float: left;
    margin: 0 10px 0 0 !important;
    font-weight: 500;
}
.candidateName a {
    color: #000000;
}
.candidateName .exp {
    font-size: 11px;
    color: #999999;
    font-weight: 600;
}
.skillRate {
    float: right;
    margin: 0 !important;
    min-width: 20%;
    color: #797979 !important;
}
.valueText {
    float: left;
    margin: 0 !important;
    width: 70%;
    color: #000 !important;
}
.labelText {
    width: 15% !important;
    font-size: 13px;
    float: left;
    color: #999999 !important;
}
.ratingCircle {
    background: #00a651;
    width: 40px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    color: #fff !important;
    display: block;
    font-weight: 500;
    font-size: 14px;
}
.profileSelection {
    clear: both;
}
a.ratingNumner {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: #000 !important;
    padding: 0px 10px;
    border: 1px solid #00a651;
    text-align: center;
    background: rgba(238, 238, 238, 0.3);
}
.interaction {
    margin-top: 5px;
    margin-bottom: 5px;
}
.exportToExcel {
    background: url('../images/Export To Excel.jpg') no-repeat 0 0;
    width: 50px;
    height: 50px;
    float: right;
    background-size: contain;
}

tags-input .tags {
    height: 100px;
    overflow: auto;
    box-shadow: none;
}
    tags-input .tags .tag-item .remove-button {
        color: #ffffff;
    }
    tags-input .tags .tag-item {
        background: #029b17;
        border: 1px solid #029b17;
    }

.interviewer-slots {
    padding-left: 15px;
}

    .interviewer-slots li {
        list-style: none;
        font-size: 13px;
        font-weight: 600;
        display: block;
        padding: 10px 10px 10px 20px;
    }

        .interviewer-slots li span {
            color: #d6a40d;
            margin-left: -15px;
        }

        .interviewer-slots li a {
            color: #00950c;
            text-decoration: underline;
            font-weight: 500;
            font-size: 13px;
            margin: 0 5px 0 5px;
            display: inline-block;
        }

            .interviewer-slots li a:hover {
                color: #d6a40d;
            }

.time-slot-change {
    margin-left: 10px;
    font-size: 13px;
    /* text-decoration: underline; */
    color: #00950c;
    vertical-align: sub;
}

.pagination {
    float: right !important;
}

.pagination > li > a, .pagination > li > span, .pager > li > a, .pager > li > span {
    color: #000000 !important;
}

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        color: #ffffff !important;
    }

.btn-primary {
    background-color: #4d7eba !important;
    border-color: #4d7eba !important;
}