@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    background: #e9e9e9 !important;
    font-size: 13px !important;
    color: #606061 !important;
    font-family: calibri,arial;
}

.navTab {
    margin-top: 20px;
    background: #fff;
    min-height: 45px;
}

.nav-tabs {
    border-bottom: none !important;
    min-height: 45px;
}

    /*.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #0D0359 !important;
    color: #fff !important;
    min-width:120px;
    text-align: center;
    border-radius: 0px;
    min-height:45px;
    padding-top:15px;
    font-size: 15px;
    font-weight: bold;
}*/

    .nav-tabs > li.active > a {
        background: #0D0359 !important;
        color: #fff !important;
        text-align: center;
    }

    .nav-tabs > li > a {
        min-height: 15px !important;
        /*padding-top:15px !important;*/
        color: #848484 !important;
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
        font-size: 15px;
    }

.tabContent {
    padding: 10px;
    margin-top: 12px;
    background: #fff;
}

.iconHeader {
    /*background: green;*/
    padding: 1px;
    float: left;
    margin-right: 5px;
}

.iconimg {
    width: 35px;
    height: 35px;
}

.si {
    background: #0D0359 !important;
    color: #848484;
}

.sa {
    background: red;
    color: red !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: 15px;
    font-size: 13px;
    text-align: center;
    position: relative;
    top: 10px;
}

.skillTitle {
    font-size: 13px;
    font-display: normal;
    /*font-weight: 600;*/
    color: #636262;
}


.ratingBox {
    text-align: center;
    min-height: 20px;
    padding: 10px;
    border: solid 1px #ccc;
    margin-top: 10px;
    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);
}

.ratingBoxMySkill {
    text-align: center;
    min-height: 20px;
    padding: 2px;
    border: solid 1px #ccc;
    margin-top: 5px;
    background: #f8f9fc;
    -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;
    margin-bottom: -10px;
    width: 110px;
}

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: #0D0359 !important;
}

#myBtn {
    color: #337ab7;
    font-size: 15px;
    background-color: white;
    margin-top: -6%;
}

hr {
    color: #eeeeee !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: 15px;
}

.right-align {
    text-align: right;
}

.imgView {
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.imgEdit {
    height: 14px;
    width: 14px;
    cursor: pointer;
}

.ribbon {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    height: 130px;
    transition: height 0.15s ease-out;
    z-index: 999;
    /* right: -106px; */
    box-sizing: content-box;
    position: fixed;
    border: 28px solid #025A80;
    border-top: 0 solid;
    /*border-bottom: 26px solid rgba(0,0,0,0);*/
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    -webkit-transform: rotateX(1.7188733853924696deg) rotateY(1.1459155902616465deg) rotateZ(89.95437383553924deg) scaleZ(8) translateX(-77px);
    transform: rotateX(1.7188733853924696deg) rotateY(1.1459155902616465deg) rotateZ(89.95437383553924deg) scaleZ(8) translateX(-77px);
    cursor: pointer;
    transition: 0.40s ease-in-out;
    -webkit-transition: 0.40s ease-in-out;
    /* transform: rotateX(1.7188733853924696deg) rotateY(1.1459155902616465deg) rotateZ(89.95437383553924deg) scaleZ(5) translateX(53px) translateY(-303px); */
}

    .ribbon:hover {
        height: 140px;
        font-size: 30px;
        color: #a9a9a9;
        z-index: 999;
        transition: 0.40s ease-in;
        -webkit-transition: 0.40s ease-in;
        /*transition: width 4s;*/
    }

        .ribbon:hover .ribbon-text {
            top: 90px;
            transition: 0.40s ease-in;
            -webkit-transition: 0.40s ease-in;
            color: white;
            font-weight: bold;
        }

.ribbon-top {
    top: 125px;
}

.ribbon-top-seperation {
    top: 55px;
}

.ribbon-right {
    right: 0;
}

.ribbbon-left {
    left: -106px;
}

.ribbon-text {
    position: absolute;
    transform: rotate(270deg);
    top: 75px;
    right: -27px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.40s ease-in-out;
    -webkit-transition: 0.40s ease-in-out;
}

.ribbon-seperation-bg {
    border: 28px solid #EE7622;
    border-top: 0 solid;
    border-bottom: 26px solid rgba(0,0,0,0);
}
