*:focus {
    outline: none;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}



body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

    body::-webkit-scrollbar {
        display: none;
    }

a:hover {
    text-decoration: none!important;
}

::selection {
    background-color: #CCC;
    color: #000;
}

div, a, p, img, blockquote, form, fieldset, textarea, input, label, iframe, code, pre {
    display: block;
    position: relative;
}

textarea, input {
    outline: none;
}



textarea {
    -webkit-appearance: none!important;
    border-radius: 0!important;
    -webkit-border-radius: 0px!important;
}




a > span {
    display: inline;
}

a {
    color: #2980b9;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

strong a, em a {
    display: inline;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    display: inline;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    background-color: #f6f6f6;
    border-left: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    width: 100%;
    clear: both;
    margin-bottom: 27px;
}

thead {
}

th {
    vertical-align: middle;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    font-weight: bold;
    color: #555;
    background-color: #f6f6f6;
}

tr {
    line-height: 18px;
}

td {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    color: #666;
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 18px;
    vertical-align: middle;
    background-color: #fdfdfd;
}

tr:hover > td {
    background: #fff;
}

ul {
    margin-bottom: 30px;
}

    ul ul {
        margin-bottom: 5px;
    }

ol ol {
    margin-bottom: 5px;
}

ol {
    margin-bottom: 30px;
}

    ol > li:last-child, ul > li:last-child {
        margin-bottom: 0px;
    }

textarea {
    font-family: 'Roboto', sans-serif;
}





h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    color: #1f1f1f;
    margin-bottom: 10px;
}

.sub-heading {
    color: #4c4c4c;
    font-weight: 500;
}

.small-heading {
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 10px;
    display: block;
}

h1 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

h2 {
    font-size: 22px;
    line-height: 44px;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

h6 {
    font-size: 14px;
    line-height: 30px;
    font-weight: 800;
}



.highlighted {
    padding: 4px 10px;
    margin-bottom: 5px;
}


.table {
    width: 100%;
    margin-bottom: 35px;
}

.table-title {
    font-family: 'Dosis', sans-serif;
    font-size: 12px;
}

.table-sub-title {
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.price {
    font-size: 12px;
}

.small-price {
    position: absolute;
    margin-left: 0px;
    font-size: 10px;
    margin-top: -3px!important;
}

.table {
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    border: #ccc 1px solid;
    margin-bottom: 25px;
}

    .table th {
        padding: 21px 25px 22px 25px;
        border-bottom: 1px solid #e0e0e0;
    }

        .table th:first-child {
            text-align: center;
            padding-left: 20px;
        }

    .table tr {
        text-align: center;
        padding-left: 20px;
    }

        .table tr td:first-child {
            text-align: left;
            padding-left: 20px;
            border-left: 0;
        }

        .table tr td {
            padding: 14px;
            border-top: 1px solid #ffffff;
            border-bottom: 1px solid #e0e0e0;
            border-left: 0px solid #e0e0e0;
        }

        .table tr.even td {
            background: #efefef;
        }

        .table tr:last-child td {
            border-bottom: 0;
        }

        .table tr:hover td {
            background: #f8f8f8;
        }

.table-heading {
    padding-top: 10px;
    padding-bottom: 15px;
}

.table-text {
    color: #6f6f6f;
}




label {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    /*cursor:pointer;*/
}




.img-responsive {
    display: block;
    width: 100%;
}

.responsive-image {
    display: block;
    width: 100%;
}

.responsive-deco-image {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.preload-image {
    display: none;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .responsive-video iframe, .responsive-video object, .responsive-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.clear {
    clear: both!important;
}

.last-column {
    margin-right: 0%!important;
}

.no-bottom {
    margin-bottom: 0px!important;
}

.half-bottom {
    margin-bottom: 15px!important;
}

.half-top {
    margin-top: 15px!important;
}

.full-bottom {
    margin-bottom: 30px!important;
}

.full-top {
    margin-top: 30px!important;
}

.left-padding {
    padding-left: 30px;
}

.right-padding {
    padding-right: 30px;
}

.padding-right {
    padding-right: 20px;
}

.padding-left {
    padding-left: 20px;
}

.no-border {
    border: none!important;
}

.container:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.last-column:after {
    visibility: hidden!important;
    display: block!important;
    content: ""!important;
    clear: both!important;
    height: 0!important;
}

.container {
    margin-bottom: 30px;
    display: block;
}

.container-fullscreen {
    margin-bottom: 30px;
}

.hide-if-mobile {
    display: none!important;
}

.hide-if-resposive {
    display: block!important;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.thin {
    font-weight: 300!important;
}

.thiner {
    font-weight: 400!important;
}

.bold {
    font-weight: 600!important;
}

.ultrabold {
    font-weight: 1000!important;
}

.small-text {
    font-size: 12px;
}

.smaller-text {
    font-size: 13px;
}

.larger-text {
    font-size: 15px;
}

.large-text {
    font-size: 16px;
}

.center-text {
    text-align: center;
    display: block;
}

.left-text {
    text-align: left;
    display: block;
}

.right-text {
    text-align: right;
    display: block;
}

.center-text-mobile {
    text-align: center;
    display: block;
}

.left-text-mobile {
    text-align: left;
    display: block;
}

.right-text-mobile {
    text-align: right;
    display: block;
}

.center-text-tablet {
    text-align: left;
    display: block;
}

.left-text-tablet {
    text-align: left;
    display: block;
}

.right-text-tablet {
    text-align: left;
    display: block;
}

.space-left {
    padding-left: 10px;
}

.space-right {
    padding-right: 10px;
}

@media (min-width:750px) {
    .hide-if-mobile {
        display: block!important;
    }

    .hide-if-responsive {
        display: none!important;
    }

    .center-text-tablet {
        text-align: center;
    }

    .left-text-tablet {
        text-align: left;
    }

    .right-text-tablet {
        text-align: right;
    }

    .center-text-mobile {
        text-align: left;
    }

    .left-text-tablet {
        text-align: left;
    }

    .right-text-tablet {
        text-align: left;
    }
}

.decoration {
    height: 1px;
    width: 100%;
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin-bottom: 30px;
    clear: both!important;
}

.decoration-lines div {
    height: 5px;
    width: 10%;
    float: left;
}





@media (max-width:768px) {
    .one-half {
        width: 45%;
        float: left;
        margin-right: 10%;
    }

    .one-third {
        width: 28%;
        float: left;
        margin-right: 8%;
    }

    .one-half-responsive {
        width: 100%;
    }

    .one-third-responsive {
        width: 100%;
    }
}

@media (min-width:767px) {
    .one-half, .one-half-responsive {
        width: 45%;
        float: left;
        margin-right: 10%;
    }

    .one-third, .one-third-responsive {
        width: 28%;
        float: left;
        margin-right: 8%;
    }

    .one-forth-responsive {
        float: left;
        width: 20%;
        margin-right: 5%;
    }

    .sidebar-left-big {
        width: 70%;
        float: left;
        margin-right: 5%;
    }

    .sidebar-right-small {
        width: 25%;
        float: right;
    }

    .sidebar-right-big {
        width: 70%;
        float: right;
    }

    .sidebar-left-small {
        width: 25%;
        float: left;
        margin-right: 5%;
    }
}




.clear-day i {
    opacity: 0;
}

.light-day {
    opacity: 0.3;
}

    .light-day i {
        display: none;
    }

.taken-day {
    color: #FFFFFF!important;
}

    .taken-day i {
        color: #27ae60;
    }

.close-day {
    color: #FFFFFF!important;
}

    .close-day i {
        color: #c0392b;
    }


.button {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    display: inline-block;
    padding: 8px 18px;
    margin-bottom: 15px;
    margin-right: 12px;
}

.button-icon i {
    position: absolute;
    width: 10px;
    height: 10px;
    line-height: 10px;
    left: 15px;
    top: 50%;
    margin-top: -5px;
}

.button-icon {
    padding-left: 40px;
}

.button-small {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 15px;
    margin-right: 12px;
    font-size: 12px;
}

.button-xl {
    font-size: 16px;
    padding: 12px 30px;
}

.button-l {
    font-size: 15px;
    padding: 10px 30px;
}

.button-s {
    font-size: 13px;
    padding: 8px 20px;
}

.button-xs {
    font-size: 11px;
    padding: 6px 15px;
}

.button-fullscreen {
    width: 100%!important;
    display: block;
    text-align: center;
}


.page-profile-header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    width: 100%;
}

    .page-profile-header .overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        opacity: 0.7;
    }

    .page-profile-header .follow-buttons a {
        float: left;
        text-align: center;
        margin-top: 30px;
        color: #FFFFFF;
        border: solid 2px rgba(255,255,255,0.5);
        width: 100px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 3px;
        padding-bottom: 3px;
        border-radius: 25px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 12px;
        opacity: 0.8;
        transition: all 200ms ease;
    }

        .page-profile-header .follow-buttons a:hover {
            background-color: rgba(255,255,255,0.1);
            opacity: 1;
            transition: all 200ms ease;
        }

    .page-profile-header .follow-buttons {
        width: 240px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-profile-header img {
        width: 120px;
        height: 120px;
        border-radius: 120px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        z-index: 4;
        border: solid 4px rgba(255,255,255,0.9);
    }

    .page-profile-header h3 {
        z-index: 4;
        position: relative;
        text-align: center;
        color: #FFFFFF;
        font-weight: 400;
        margin-bottom: 5px;
    }

.page-profile .follow-buttons:after, .page-profile-followers a:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.page-profile-header em {
    display: block;
    position: relative;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.7;
    z-index: 4;
    font-size: 12px;
    font-style: normal;
}

    .page-profile-header em i {
        padding-right: 10px;
    }

.page-profile-followers a {
    width: 33%;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #666666;
    margin-bottom: 30px;
}

    .page-profile-followers a i {
        display: block;
        font-size: 20px;
        color: #1f1f1f;
        text-align: center;
        padding-bottom: 10px;
    }

    .page-profile-followers a:nth-child(3n+1) {
        border-right: solid 1px rgba(0,0,0,0.1);
    }

    .page-profile-followers a:nth-child(3n+3) {
        border-left: solid 1px rgba(0,0,0,0.1);
    }

.quote-slider {
    padding-left: 30px;
    padding-right: 30px;
}


.all-elements {
    position: absolute;
    overflow-x: hidden!important;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    top: 0;
}



.snap-drawer::-webkit-scrollbar {
    width: 0 !important;
}

.snap-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.snap-drawer * {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

    .snap-drawer *hover {
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

.snap-drawers {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    overflow-x: hidden;
    float: right;
}


.snap-drawer {
    position: relative;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    width: 275px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -ms-transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    transition: width 0.25s ease;
}

.snap-drawer-left {
    left: 0;
    z-index: 1;
}

.snap-drawer-right {
    right: 0;
    z-index: 1;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
    display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
    width: 100%;
}

.snapjs-right .snap-drawer-left {
    display: block;
    right: 0;
    left: auto;
}

.snapjs-right .snap-drawer-right {
    display: block;
    right: 0 !important;
    left: auto !important;
}

.snap-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.snap-drawers {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
}

.snap-drawer {
    position: relative;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    width: 775px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /*-webkit-transition: width 0.25s ease;
     -moz-transition: width 0.25s ease;
      -ms-transition: width 0.25s ease;
       -o-transition: width 0.25s ease;
          transition: width 0.25s ease;*/
    float: right;
}

.snap-drawer-left {
    left: 0;
    z-index: 1;
}

.snap-drawer-right {
    right: 0;
    z-index: 1;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
    display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
    width: 100%;
}

.snapjs-right .snap-drawer-right {
    display: none;
}

#content {
    background-color: #FFFFFF;
    overflow-x: hidden;
    border-radius: 0px;
}



.snapjs-expand-left .drawer-inner,
.snapjs-expand-right .drawer-inner {
    opacity: 0;
}

.snap-drawers {
    background-color: #FFFFFF;
    background-size: 100px 100px;
}

.snap-drawer {
    background-color: #FFFFFF;
    background-size: 100px 100px;
}

.no-user-select {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    -o-user-select: none;
    user-select: none;
}





.swipebox {
    overflow: hidden!important;
}

    .swipebox div {
        overflow: visible!important;
    }

#swipebox-overlay img {
    border: none!important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999!important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#swipebox-slider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
}

    #swipebox-slider .slide {
        background: url("../images/gallery/loader.gif") no-repeat center center;
        height: 100%;
        width: 100%;
        line-height: 1px;
        text-align: center;
        display: inline-block;
    }

        #swipebox-slider .slide:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px;
        }

        #swipebox-slider .slide img {
            display: inline-block;
            max-height: 100%;
            max-width: 100%;
            margin: 0;
            padding: 0;
            width: auto;
            height: auto;
            vertical-align: middle;
        }

#swipebox-action, #swipebox-caption {
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}

#swipebox-action {
    bottom: -50px;
}

    #swipebox-action.visible-bars {
        bottom: 0;
    }

    #swipebox-action.force-visible-bars {
        bottom: 0!important;
    }

#swipebox-caption {
    top: -50px;
    text-align: center;
}

    #swipebox-caption.visible-bars {
        top: 0;
    }

    #swipebox-caption.force-visible-bars {
        top: 0!important;
    }

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
    background-image: url("../images/framework/icons.png");
    background-repeat: no-repeat;
    border: none!important;
    text-decoration: none!important;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
}

#swipebox-action #swipebox-close {
    background-position: 15px 12px;
    left: 40px;
}

#swipebox-action #swipebox-prev {
    background-position: -32px 13px;
    right: 100px;
}

#swipebox-action #swipebox-next {
    background-position: -78px 13px;
    right: 40px;
}

    #swipebox-action #swipebox-prev.disabled,
    #swipebox-action #swipebox-next.disabled {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
        opacity: 0.3;
    }

#swipebox-slider.rightSpring {
    -moz-animation: rightSpring 0.3s;
    -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
    -moz-animation: leftSpring 0.3s;
    -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: -30px;
    }

    100% {
        margin-left: 0px;
    }
}

@-moz-keyframes leftSpring {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: 30px;
    }

    100% {
        margin-left: 0px;
    }
}

@-webkit-keyframes rightSpring {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: -30px;
    }

    100% {
        margin-left: 0px;
    }
}

@-webkit-keyframes leftSpring {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: 30px;
    }

    100% {
        margin-left: 0px;
    }
}

/* Skin*/
#swipebox-overlay {
    background: #0d0d0d;
    opacity: 1;
}

#swipebox-action, #swipebox-caption {
    text-shadow: 1px 1px 1px black;
    background-color: #0d0d0d;
    -webkit-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
    -moz-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
    box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
    opacity: 1;
    background-image: linear-gradient(#0d0d0d, #000000);
}

#swipebox-action {
    -webkit-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
    -moz-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
    box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
}

#swipebox-caption {
    color: white!important;
    font-size: 12px;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
}

#JobSearches {
    background-color: #f1f1f1;
    border: 0;
}

.can-resume-container {
    float: left;
    background-color: #FFF;
    overflow: auto;
    width: 100%;
    border-top: 1px solid #d6d6d6;
}
/* SearchAPP back OFFICE*/

.resumes-icon-section {
    float: right;
    clear: both;
    margin-top: 10px;
}

    .resumes-icon-section ul {
        float: right;
        list-style-type: none;
        margin-bottom: 0px;
        height: 30px;
    }

        .resumes-icon-section ul li, .resumes-icon-section ul a  {
            float: left;
            border: 2px solid #e6e6e6;
            margin-right: 15px;
            border-radius: 3px;
            cursor: pointer;
            position: relative;
        }

            /*.resumes-icon-section ul li:first-child {
                margin-left: 0px;
                display: none;
            }*/
            .resumes-icon-section ul li:last-child {
                margin-right: 0px;
            }

            .resumes-icon-section ul li:hover {
                border: 2px solid #d6843a;
            }

    .resumes-icon-section span {
        position: absolute;
        top: -33px;
        right: 0px;
        padding: 5px;
        color: #373737;
        font-size: 11px;
        border: 1px solid #b3b3b3;
        background-color: #FFF;
        display: none;
        z-index: 19;
        width: 108px;
        text-align: center;
        font-family: 'Roboto_regular';
    }

    .resumes-icon-section ul li:hover span {
        display: block;
    }

.resumes-addClass {
    border: 2px solid #d6843a !important;
}
/* GANESH back OFFICE*/

/*.resumes-icon-section {
            float: right;
            clear: both;
            margin-top: 10px;
            padding-right: 2%;
            width: 96%;
            border-bottom: 1px solid #f9f7f7;
            margin-bottom: 10px;
            height: 43px;
        }

        .resumes-icon-section ul {
            float: right;
            list-style-type: none;
            margin-bottom: 0px;
        }

        .resumes-icon-section ul li {
            float: left;
            border: 2px solid #e6e6e6;
            margin-left: 15px;
            border-radius: 3px;
            cursor: pointer;
            position: relative;
        }

        .resumes-icon-section ul li:first-child {
            margin-left: 0px;
            display: none;
        }

        .resumes-icon-section ul li:hover {
            border: 2px solid #d6843a;
        }

        .resumes-icon-section span {
            position: absolute;
            top: -33px;
            right: 0px;
            padding: 5px;
            color: #373737;
            font-size: 12px;
            border: 1px solid #b3b3b3;
            background-color: #FFF;
            display: none;
            z-index: 19;
            width: 108px;
            text-align: center;
        }

        .resumes-icon-section ul li:hover span {
            display: block;
        }

        .resumes-addClass {
            border: 2px solid #d6843a !important;
        }
        .popup{
            background-color: #FFF;
        }
        #popup_bg {
            float: left;
            width: 100%;
        }*/










