@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    background: #e9e9e9 !important;
    font-size: 13px !important;
    color: #606061 !important;
    font-family: Calibri,Arial;
}

.contentWrapper {
    margin-top: 5px;
    height: 80vh;
}

.tabContent {
    padding: 15px;
    margin-top: 20px;
    background: #fff;
}

.iconHeader {
    /*background: green;*/
    padding: 1px;
    float: left;
    margin-right: 5px;
}

.iconimg {
    width: 35px;
    height: 35px;
}

.si {
    background: #ed7523 !important;
    color: #848484;
}

.sa {
    background: #d9534f;
    color: #d9534f !important;
}

.skillHeader {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: -10px;
}

.skillMetricsBox {
    background: #f1f1f2;
    border: solid 1px #c1c0c0;
    padding: 0px 15px;
    /*width:75%;*/
    /*margin-left: -2.5%;
    margin-top: 1%;
    margin-bottom: 1%;*/
}

.skillTitle {
    font-size: 15px;
    font-display: normal;
    /*font-weight: 600;*/
    color: #000000a8;
}

.skillTitle1 {
    font-size: 13px;
    font-display: normal;
    /*font-weight: 600;*/
    color: #000000a8;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 2px 4px !important;
}

.ratingBox {
    text-align: center;
    min-height: 20px;
    min-width: 162px;
    padding: 2px;
    border: solid 1px #ccc;
    margin-top: 0px;
    background: #ddd;
    /* Shadow CSS */
    -webkit-box-shadow: 0px 9px 31px -8px rgba(143,141,143,0.74);
    -moz-box-shadow: 0px 9px 31px -8px rgba(143,141,143,0.74);
    box-shadow: 0px 9px 31px -8px rgba(143,141,143,0.74);
    pointer-events: none;
}

hr {
    margin-top: 33px !important;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.boxShadow {
    -webkit-box-shadow: 0px 9px 31px -8px rgba(143,141,143,0.74);
    -moz-box-shadow: 0px 9px 31px -8px rgba(143,141,143,0.74);
    box-shadow: 0px 9px 31px -8px rgba(143,141,143,0.74);
}

.btn-warning {
    background: #ed7523 !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.rmargin {
    margin-top: 3px;
    width: 110%;
}

.right-align {
    text-align: right;
}

.imgView {
    height: 12px;
    width: 12px;
    cursor: pointer;
}

.imgEdit {
    height: 10px;
    width: 10px;
    cursor: pointer;
}

/* Side Nav */

.accordion {
    margin-top: 5px;
}

.menu {
    min-height: 661px;
    padding: 20px 0px 0px 10px;
}

    .menu .accordion-heading {
        position: relative;
        height: 40px;
        background: #fff;
        margin: 5px;
        padding: 10px 0px 5px 10px;
        font-size: 13px;
        border-radius: 6px;
        width: 96%;
        border: solid 1px #ccc;
    }

        .menu .accordion-heading .edit {
            position: absolute;
            top: 8px;
            right: 30px;
        }

    .menu .area {
        border-left: 4px solid #f38787;
    }

    .menu .statusCompleted {
        border-left: 4px solid #67bf78;
    }

    .menu .statusPending {
        border-left: 4px solid #ed7523;
    }

    .menu .statusRejected {
        border-left: 4px solid#be1e2d;
    }

    .menu .statusImprovement {
        border-left: 4px solid#70aebc;
    }

    .menu .equipamento {
        border-left: 4px solid #65c465;
    }

    .menu .ponto {
        border-left: 4px solid #98b3fa;
    }

    .menu .collapse.in {
        overflow: visible;
        margin-left: 15px;
    }

.accordion-heading area {
    height: 25px;
    background: #fff;
    margin: 2px;
    padding: 5px 0px 5px 10px;
    font-size: 12px;
    border-radius: 6px;
    border: solid 1px #ccc;
    width: 90%;
}


.info-box {
    display: block;
    min-height: 90px;
    background: #efefef;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 9px 31px -8px rgba(143,141,143,0.74);
    -moz-box-shadow: 0px 9px 31px -8px rgba(143,141,143,0.74);
    box-shadow: 0px 9px 31px -8px rgba(143,141,143,0.74);
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #00c0ef !important;
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a !important;
}

.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success {
    color: #fff !important;
}

.info-box-text {
    text-transform: uppercase;
    padding-left: 10px;
    font-weight: bold;
}

.progress-description, .info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}

.info-box-number {
    padding-left: 10px;
    font-size: 20px;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header {
    color: #444;
    display: block;
    padding: 3px;
    position: relative;
}

.panel-collapse {
    border: none !important;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0px 10px 0px 10px;
    border: 1px #ccc solid;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.chart {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 230px;
}

#salesChart {
    height: 230px !important;
}

.progress.sm, .progress-sm {
    height: 10px;
}

    .progress.sm, .progress-sm, .progress.sm .progress-bar, .progress-sm .progress-bar {
        border-radius: 1px;
    }

.progress, .progress > .progress-bar, .progress .progress-bar, .progress > .progress-bar .progress-bar {
    border-radius: 1px;
}

    .progress, .progress > .progress-bar {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.progress-bar-aqua, .progress-bar-info {
    background-color: #00c0ef;
}

.progress-bar-red, .progress-bar-danger {
    background-color: #dd4b39;
}

.progress-bar-green, .progress-bar-success {
    background-color: #00a65a;
}

.progress-bar-yellow, .progress-bar-warning {
    background-color: #f39c12;
}

.list-unstyled, .chart-legend, .contacts-list, .users-list, .mailbox-attachments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.text-red {
    color: #dd4b39 !important;
}

.text-green {
    color: #00a65a !important;
}

.text-yellow {
    color: #f39c12 !important;
}


.ratingColumns1, .ratingColumn2 {
    float: left;
    height: 30px;
}

.ratingColumns1 {
    width: 8%;
}

.ratingColumns2 {
    padding: 5px 0px 5px 6px;
    border: solid 1px #ddd;
    text-align: center;
    width: 100px;
    height: 30px;
}

.completed {
    background: #67bf78;
}

.pending {
    background: #ed7523;
}

.rejected {
    background: #be1e2d;
}

.improvement {
    background: #70aebc;
}

.approvalSkillBox {
    /*min-width: 130px;*/
    /*min-height: 115px;*/
    height: 100px;
}

.commentBox {
    min-width: 250px;
    min-height: 69px;
}

.reviewRejected {
    color: #be1e2d;
    font-weight: bold;
}

.reviewCompleted {
    color: #67bf78;
    font-weight: bold;
}

.reviewPending {
    color: #ed7523;
    font-weight: bold;
}

.reviewUpdate {
    color: #70aebc;
    font-weight: bold;
}

.navColumnLeft {
    background: #fff;
    padding: 0px 0px 0px 0px;
}

.mySkillFonts {
    font-size: 17px !important;
    text-align: left;
}

.demarcationOnSkills {
    margin-top: 0px !important;
}

.empNameFonts {
    font-size: 14px;
    font-weight: 700;
    color: #717171;
}

.colorIndication {
    height: 16px;
    padding-left: 1px;
    padding-right: 0px;
    min-width: 20px;
    border-radius: 5px 5px 5px 5px;
}

.empRating {
    font-size: 20px;
    margin-top: -37px;
    color: #fff;
    width: 20px;
    margin-left: 11px;
    text-align: center;
    height: 20px;
    border-radius: 20px 20px 20px 20px;
}

.rating2 {
    color: #f2c318;
    font-size: 45px !important;
}

.rating3 {
    color: #f2c318;
    font-size: 45px !important;
}

.rating4 {
    color: #f2c318;
    font-size: 45px !important;
}

.rating1 {
    color: #f2c318;
    font-size: 45px !important;
}

.p {
    margin: 0 0 3px;
}

.skillStatus {
    cursor: pointer;
    font-size: 13px;
}
/*.skillStatus:hover{
            color:#fff;
        }*/
/*.status:hover {
        background-color: #025A80;
        color: #fff;
    }

        .status:hover .skillStatus {
            color: #fff;
            font-weight: 900;
        }
    .skillStatus :hover {
        color: #fff;
        font-weight: 900;
    }*/
