﻿body {
    padding-top: 62px;
    color: #555;
    font-size: 13.5px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.logo {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 230px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


a {
    cursor: pointer !important;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /* max-width: 280px;*/
}

.content-area {
    width: 980px;
    margin: 0 auto !important;
}

.no-padding-left-right {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-margin-left-right {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

h1 {
    font-size: 24px;
    color: #555;
    line-height: 30px;
    font-weight: bold;
}

h2 {
    font-size: 18px;
}


h3 {
    font-size: 16px;
}

h4 {
    font-size: 15px;
}


.bigPara p {
    font-size: 14px;
    line-height: 20px;
}

.smallPara p {
    font-size: 12px;
    line-height: 18px;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-8 {
    margin-bottom: 8px !important;
}


.margin-bottom-10 {
    margin-bottom: 10px !important;
}


.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}



.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}


.padding-0px {
    padding: 0px !important;
}

.padding-10px {
    padding: 10px !important;
}

.padding-20px {
    padding: 20px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-8 {
    padding-top: 8px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}


.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.no-box-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}



a:hover {
    text-decoration: none;
}

.list-group-item,
.glyphicon-star,
.glyphicon-star-empty,
.theme-color {
    color: #128e73;
}

.btn-important {
    font-size: 14px;
    font-weight: bold;
    text-shadow: 3px 3px 3px #10846f;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}


    .btn-important span {
        padding-right: 10px;
    }

.btn-success,
.navbar-inverse a,
.list-group-item {
    color: #fff;
}


.active .theme-color, .active .list-group-item {
    color: #fff !important;
}

.btn-primary,
.header-bar,
.btn-success:not(.normal), .navbar-inverse, .header-bar, .modal-header {
    background: #3f51b5;
    font-size: 14px;
    color: #fff !important;
    transition: all .25s ease-in;
}

.navbar-inverse {
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    border-bottom: none;
    padding: 10px 25px !important;
}

.list-group-item.active {
    background-color: #273c75;
    border: 0px;
}

.page-title {
    background-color: #f2f2f2;
    color: #4d4d4d !important;
    font-weight: 500;
    border-bottom: 2px solid #ccc;
}

    .page-title .btn{
        padding-bottom:4px;
        padding-top:4px;
    }

    .btn-default {
        background: #ebe9f9;
    }

.list-group-item.active:hover,
.list-group-item.active:focus {
    background: #128e73;
}

.btn-success:hover {
    background-color:#10846f;
}

.modal-header {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.modal-footer {
    padding: 10px 10px 10px !important;
    background-color: #f2f2f2;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

    .modal-footer button {
        font-size: 12px !important;
        background-color: #f2f2f2;
    }

        .modal-footer button:hover {
            color: #c90000;
        }

.tooltip > .tooltip-inner {
    background-color: #037257 !important;
}

.tooltip > .tooltip-arrow {
    border-bottom-color: #128e73 !important;
}

.inactive-text, .inactive-text a {
    color: #b7b7b7;
}

.img-full {
    width: 100% !important;
}

.text-align-right {
    text-align: right !important;
}

.text-align-left {
    text-align: left !important;
}

.text-align-justify {
    text-align: justify !important;
}

.secondry-color {
    color: #ffd800;
}

.change-picture {
    font-size: 25px;
    position: absolute;
    z-index: 10;
    margin: 0 auto;
    margin-top: -60px;
    margin-left: 20px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

footer {
    font-size: 12px;
    background-color: #fff;
}

.navbar-collapse {
    padding-right: 0px;
}

.border-left-1px-no-show-in-mobile {
    border-left: 1px solid #f2f2f2;
}



.categoryBlock {
    min-height: 180px !important;
    transition: all .25s ease-in;
}

    .categoryBlock span {
        font-size: 14px !important;
    }

    .categoryBlock:hover {
        background: -webkit-linear-gradient(#f2f2f2,#d5e1e6);
        background: linear-gradient(#f2f2f2,#d5e1e6);
    }

    .categoryBlock img {
        width: 60px;
        margin-bottom: 20px;
    }


/*Mobile*/
@media (max-width: 768px) {

    .navbar-collapse .pull-right {
        float: left;
        margin-left: 20px;
    }

    .border-left-1px-no-show-in-mobile {
        border: none;
    }

    .logo {
        width: 200px;
    }

    .bigBtn {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    /*.container{
        padding-left:8px;
        padding-right:8px;
    }*/

    .navbar-collapse {
        padding-right: 0px;
    }
}



.navbar-toggle {
    margin-top: 12px;
    margin-right: 0px;
}

.nav > li > a {
    display: inline;
    padding-bottom: 8px;
    padding-top: 8px;
    border-radius: 20px;
}

.allresumebtn {
    color: rgba(255,255,255,.9);
    /*background: #1e3799;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25)inset;
    box-shadow: 0 1px 3px rgba(0,0,0,.25)inset;
    margin-top: 30px !important;
    transition: all .25s ease-in;*/
}




.nav li a {
    padding-left: 20px !important;
}

.bigBtn {
    text-shadow: 0 1px 0 #ffee96;
    background: -webkit-linear-gradient(#fae19d,#ffa91c);
    background: linear-gradient(#fae19d,#ffa91c);
    color: #673500 !important;
    font-weight: bold !important;
    padding: 20px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 14px !important;
    margin-top: -5px !important;
    border-radius: 5px !important;
    transition: all .25s ease-in !important;
}

    .bigBtn:hover {
        background: -webkit-linear-gradient(#ffa91c,#fae19d) !important;
        background: linear-gradient(#ffa91c,#fae19d) !important;
    }


.mobileViewTopButtons {
    padding: 10px !important;
    background-color: #f2f2f2 !important;
    box-shadow: 3px 3px 3px #10846f !important;
    margin-bottom: 20px;
    border-radius: 5px;
    text-shadow: 0 1px 0 #ffee96;
    background: -webkit-linear-gradient(#fae19d,#ffa91c);
    background: linear-gradient(#fae19d,#ffa91c);
    color: #673500 !important;
    font-weight: bold !important;
    text-align: center !important;
    transition: all .25s ease-in;
}

    .mobileViewTopButtons a {
        color: #333333 !important;
        font-size: 16px !important;
    }


    .mobileViewTopButtons img {
        width: 50px;
        margin-bottom: 5px;
        /*box-shadow: 3px 3px 3px #10846f !important;*/
    }

.font-10px {
    font-size: 10px !important;
}

.font-12px {
    font-size: 12px !important;
}

.font-13px {
    font-size: 13px !important;
}


.font-14px {
    font-size: 14px !important;
}

.font-16px {
    font-size: 16px !important;
}


.font-bold {
    font-weight: bold !important;
}

.width-100perc {
    width: 100% !important;
}

.singleResumeContainer {
    border-radius: 5px;
    border: solid 1px rgba(2, 128, 104, 0.81);
    cursor: pointer;
    transition: all .25s ease-in;
}

    .singleResumeContainer:hover {
        box-shadow: 0px 4px 0px rgba(0,0,0,.25);
    }

.theme-color-border {
    border-color: #026d39;
}

.signgleResumeLable {
    font-size: 11px !important;
    font-weight: bold !important;
}

    .signgleResumeLable span {
        width: 15px !important;
    }

.panel-title a {
    text-decoration: none;
}

.page-title {
    padding: 5px;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 7px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 42px;
}

.page-subtitle {
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.btn-success:not(.normal) {
    min-width: 150px;
}

td .btn-sm {
    margin-left: 5px;
}

.full-width-100perc {
    width: 100% !important;
}

.model-popup-close-btn {
    float: right;
    margin-top: -10px;
    margin-right: -10px;
    background-color: #fff;
    border-radius: 50px;
    padding: 4px;
    cursor: pointer;
}

    .model-popup-close-btn img {
        width: 28px !important;
    }

.model-popup-title {
    padding-bottom: 0px;
    font-weight: bold;
}

    .model-popup-title h4 {
        border-bottom: 1px solid #979797;
        padding-bottom: 10px;
        font-weight: bold;
    }

    .model-popup-title img {
        width: 40px !important;
    }

.modal-body .icon-holder {
    vertical-align: middle !important;
    display:none;
}
.modal-content{
    border-radius:0px;
}

.icon-holder img {
    width: 80px !important;
}

.btn-shadow {
    box-shadow: 0 3px #ccc;
}

.btn-width-100px {
    width: 100px;
}

.tox-tinymce {
    border-radius: 5px !important;
}

.navbar-nav > li > a {
    line-height: 28px;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .form {
        padding: 30px;
        background-color: rgba(242, 242, 242, 0.70);
    }

}

 th{
    font-weight:500;
}


.btn {
    border-radius: 0px;
}

label{
    font-weight:normal;
}


