﻿body {
    padding-top: 62px;  
    background-color:#f2f2f2;
    color:#555;
    font-size:13.5px;
    
}

.logo {
    margin-top:10px;
    margin-bottom: 10px;
    width:250px;
}

/* 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;
}

.list-group-item.active,
.header-bar,
.btn-success, .navbar-inverse, .header-bar, .modal-header {
    background: #128e73;
    background: -webkit-linear-gradient(#149777,#10846f);
    background: linear-gradient(#149777,#10846f);
    /*background: -webkit-linear-gradient(rgba(0,128,128,1),#10846f);
    background: linear-gradient(rgba(0,128,128,1),#10846f);*/

    -webkit-box-shadow: 0 3px #ccc;
    box-shadow: 0 3px #ccc;
    border-color: #128e73;
    color: #f2f2f2 !important;
    transition: all .25s ease-in;
}

.btn-default {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebe9f9+0,d8d0ef+50,cec7ec+62,c1bfea+100 */
    background: #ebe9f9; /* Old browsers */
    background: -moz-linear-gradient(top, #ebe9f9 0%, #d8d0ef 50%, #cec7ec 62%, #c1bfea 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ebe9f9 0%,#d8d0ef 50%,#cec7ec 62%,#c1bfea 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ebe9f9 0%,#d8d0ef 50%,#cec7ec 62%,#c1bfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea',GradientType=0 ); /* IE6-9 */

}
    
    .list-group-item.active:hover,
    .list-group-item.active:focus {
        background: #128e73;
    }

    .btn-success:hover {
        background: -moz-linear-gradient(270deg, rgba(25,191,150,1) 0%, rgba(0,128,128,1) 100%); /* ff3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25,191,150,1)), color-stop(100%, rgba(0,128,128,1))); /* safari4+,chrome */
        background: -webkit-linear-gradient(270deg, rgba(25,191,150,1) 0%, rgba(0,128,128,1) 100%); /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(270deg, rgba(25,191,150,1) 0%, rgba(0,128,128,1) 100%); /* opera 11.10+ */
        background: -ms-linear-gradient(270deg, rgba(25,191,150,1) 0%, rgba(0,128,128,1) 100%); /* ie10+ */
        background: linear-gradient(180deg, rgba(25,191,150,1) 0%, rgba(0,128,128,1) 100%); /* w3c */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19BF96', endColorstr='#008080',GradientType=0 ); /* ie6-9 */
    }
    
    .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: #007168;
    -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;
}

.navbar-collapse{
    padding-top:13px;
}

.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{
    min-width:150px;
}


.full-width-100perc {
    width: 100% !important;
}

.model-popup-close-btn {
    float: right;
    margin-top: -40px;
    margin-right: -40px;
    background-color: #fff;
    border-radius: 50px;
    padding: 4px;
    cursor: pointer;
}

    .model-popup-close-btn img {
        width: 28px !important;
    }

.model-popup-title {
    padding-bottom: 20px;
    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;
}

.icon-holder img {
    width: 80px !important;
}

.btn-shadow {
    box-shadow: 0 3px #ccc;
}

.btn-width-100px{
    width:100px;
}