@import url(bootstrap.min.css);
@import url(jquery.flexmenu.css);
@import url(owl.carousel.css);
@import url(animate.css);
@import url(jquery.fancybox.css);
@import url(jquery.nouislider.css);
@import url(font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:700);

/*------------------------------------------------------------------

[Master Stylesheet]

Project:                The Big Date - Wedding HTML Template
Version:                1.0
Last change:            04/02/2015
Author:                 Coffeecream Themes
Assigned to:            Marcin Banaszek

------------------------------------------------------------------

[Color codes]

Body background:        #fff (white)
Brand color:            #14b1bb (cyan)
Text:                   #bbb (gray)
Header h1-h6:           #222 (dark gray)
Main nav background:    #fff (white)
Footer background:      #222 (dark gray)

a (standard):           #14b1bb (cyan)
a (visited):            #14b1bb (cyan)
a (active):             #14b1bb (cyan)
a (hover):              #a0205f (darker cyan)

------------------------------------------------------------------

[Table of contents]

1. Global Styles
   1.1. Headers
   1.2. Links & buttons
   1.3. Sections
   1.4. Loader
   1.5. Nav tabs and pills
   1.6. Accordion

2. Header
   2.1. Searchbox

3. Slider
   3.1. Slide wrapper and slides
   3.2. Slide content
   3.3. Duplicate parts & slices
   3.4. Horizontal slices
   3.5. Vertical slices
   3.6. Background images
   3.7. Navigation arrows
   3.8. Navigation dots

4. Content
   4.1. Responsive video
   4.2. Pagination
   4.3. WYSIWYG
   4.4. Sharing links
   4.5. Sidebar
   4.6. Jumbotron
   4.7. Forms
   4.8. Maps

5. Jobs & Resume
   5.1. More jobs
   5.2. Job type badges
   5.3. Featured jobs
   5.4. Resume

6. Featured companies
7. Parallax
8. Jobseek app & contact
9. Jobseek stats
10. Plans & pricing
11. Testimonials

12. Blog
    12.1. Home page blog
    12.2. Blog posts
    12.3. Blog sidebar

13. Clients
14. Team

15. Footer
    15.1. Newsletter
    15.2. Social networks
    15.3. Credits

16. Register & login forms
17. Mobile styles

-------------------------------------------------------------------*/

/* 1. GLOBAL STYLES
-------------------------------------------------------------------*/

body {
    min-width: 320px;
    overflow-x: hidden;
    padding-top: 65px;
}

#home {
    padding-top: 0;
}

.no-scroll {
    overflow: hidden;
}

p {
    margin-bottom: 2em;
}

hr {
    border-top: 1px solid #e7e7e7;
    margin: 60px 0;
}

textarea {
    resize: none;
}

::selection {
    /*background-color:transparent;*/
}

@keyframes animationProfilePopup {
    0% {
        top: -20px;
        opacity: 0.2;
    }

    100% {
        top: 45px;
        opacity: 1;
    }
}

.ProfilePopupMenu {
    position: absolute;
    display: inline-block;
    background-color: white;
    width: 200px;
    right: 80px;
    top: 45px;
    padding-top: 2px;
    display: none;
    animation: animationProfilePopup .5s;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    opacity: 1;
    z-index: 1000 !important;
}

@keyframes animationProfilePopupBefore {
    0% {
        margin-top: 0px;
        opacity: 0;
    }

    50% {
        margin-top: -7px;
        opacity: 0;
    }

    100% {
        margin-top: -14px;
        opacity: 1;
    }
}

.ProfilePopupMenu::before {
    content: '';
    position: absolute;
    border-bottom: 12px solid white;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    margin-top: -14px;
    margin-left: 40px;
    animation: animationProfilePopupBefore .5s;
    animation-delay: .1s;
    animation-fill-mode: both;
    opacity: 1;
    z-index: 1000 !important;
}

.ProfilePopupMenu a {
    float: left;
    height: 40px;
    width: 100%;
    padding: 0px 5px 5px 10px;
    background-color: transparent;
    color: #454545;
    border-bottom: 1px solid #ccc;
}

    .ProfilePopupMenu a:hover {
        background-color: #ccc;
    }

.userProfileDiv:hover .ProfilePopupMenu {
    display: block;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    background-color: #ccc;
}

::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-color: #14b1bb;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: inline-block;
}

/* 1.1. HEADERS
	---------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.05em;
    margin: 0;
    text-transform: uppercase;
}

h2 {
    margin-bottom: 50px;
}

    h2::after {
        background: #14b1bb;
        content: "";
        display: block;
        height: 5px;
        margin-top: 10px;
        width: 60px;
    }

h3 {
    margin: 2em 0 1em 0;
}

h4 {
    color: #14b1bb;
}

    h4 span {
        padding: 0 15px;
    }

        h4 span i {
            margin-right: 10px;
        }

h5, h6 {
    letter-spacing: 0;
}

/* 1.2. LINKS & BUTTONS
	---------------------------------------------------------------*/

a,
button {
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.btn {
    font-family: "Montserrat", Arial;
    text-transform: uppercase;
    white-space: normal;
}

.btn-primary {
    border: 0;
}

.btn-default {
    border: 2px solid #fff;
}

article .btn-default {
    border: 1px solid #14b1bb;
    color: #14b1bb;
}

    article .btn-default:hover {
        border: 1px solid #0f858d;
        color: #0f858d;
    }

    article .btn-default.btn-lg {
        padding: 9px 30px;
    }

/* 1.3. SECTIONS
	---------------------------------------------------------------*/

section {
    padding: 80px 0;
}

.color1 {
    background: #f8f8f8;
}

.color2 {
    background: url(images/background.jpg) fixed;
    color: #fff;
}

    .color2 h2::after {
        background: #fff;
    }

    .color2 h5 {
        font-family: "Montserrat", Arial;
        font-weight: bold;
        margin-bottom: 1em;
        text-transform: uppercase;
    }

    .color2 i {
        color: #222;
        margin-right: 10px;
    }

    .color2 a {
        color: #fff;
    }

        .color2 a i {
            color: #fff;
        }

    .color2 .form-control {
        background: #fff;
        border: 0;
    }

#title {
    padding-bottom: 0;
}

.column {
    background: #eee;
    margin: 15px 0;
    padding: 15px 0;
}

/* 1.4. LOADER
	---------------------------------------------------------------*/

#loader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 50000;
}

    #loader i {
        color: #14b1bb;
        left: 50%;
        margin: -24px 0 0 -24px;
        position: absolute;
        top: 50%;
    }

/* 1.5. NAV TABS AND PILLS
	---------------------------------------------------------------*/

.nav {
    margin-bottom: 1em;
}

/* 1.6. ACCORDION
	---------------------------------------------------------------*/

.accordion-toggle {
    display: block;
}

/* 2. HEADER
-------------------------------------------------------------------*/

header {
    background: #14b1bb;
    color: #fff;
    line-height: 40px;
    left: 0;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

    header .container {
        position: relative;
        z-index: 1;
    }

    header a,
    header a:hover,
    header a:focus {
        color: #fff;
    }


#home header {
    background: none;
}

#header-background {
    background: #14b1bb;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

#menu-open {
    margin: 0 0 0 15px;
}

.headerLogoImage {
    width: 245px;
}

.headerRangLogoImageBig {
    width: 200px;
    display: block;
}

.headerRangLogoImageSmall {
    display: none;
}

.userProfileDiv {
    float: right;
    width: 200px;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    padding: 0px;
    height: 40px;
}

    .userProfileDiv img {
        float: left;
        margin-top: 5px;
        width: 35px;
        height: 35px;
        -webkit-border-radius: 50%;
        -webkit-box-shadow: 0px 0px 5px black;
        margin-right: 0px;
    }

    .userProfileDiv label {
        color: white;
        display: block;
        float: left;
        overflow: hidden;
        max-width: 145px;
        font-size: 1.2em;
        height: 35px;
    }


/* 2.1. SEARCHBOX
	---------------------------------------------------------------*/

#search {
    margin: 0 15px 0 0;
}

#searchbox {
    overflow: hidden;
    width: 0;
}

    #searchbox .form-group {
        margin: 0;
    }

.form-group-Ppoup {
    width: 47%;
    margin-right: 3%;
    float: left;
}

    .form-group-Ppoup span {
        color: rgb(220,50,7);
        font-size: 22px;
        position: absolute;
        margin-left: 0px;
        margin-top: -3px;
    }

.form-iAggree {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#searchfield {
    background: none;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
    width: 270px;
}

    #searchfield::-webkit-input-placeholder {
        color: #fff;
    }

    #searchfield:-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }

    #searchfield::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
    }

    #searchfield:-ms-input-placeholder {
        color: #fff;
    }

/* 3. SLIDER
-------------------------------------------------------------------*/

.sl-slider-wrapper {
    left: 0;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
}

.sl-content-wrapper {
    position: absolute;
}

/* 3.1. SLIDE WRAPPER AND SLIDES
	---------------------------------------------------------------*/

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sl-slide {
    z-index: 1;
}

/* 3.2. SLIDE CONTENT
	---------------------------------------------------------------*/

.slide-content {
    left: 0;
    padding: 0 80px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .slide-content h2 {
        color: #fff;
        font-size: 60px;
        margin: 0;
    }

        .slide-content h2::after {
            display: none;
        }

    .slide-content h3 {
        color: #14b1bb;
        font-size: 18px;
    }

    .slide-content p {
        margin: 40px 0 0;
    }

/* 3.3. DUPLICATE PARTS & SLICES
	---------------------------------------------------------------*/

.sl-content-slice {
    opacity: 1;
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* 3.4. HORIZONTAL SLICES
	---------------------------------------------------------------*/

.sl-slide-horizontal .sl-content-slice {
    height: 50%;
    left: -200px;
    width: 100%;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

    .sl-slide-horizontal .sl-content-slice:first-child {
        padding: 200px 200px 0px 200px;
        top: -200px;
    }

    .sl-slide-horizontal .sl-content-slice:nth-child(2) {
        padding: 0px 200px 200px 200px;
        top: 50%;
    }

/* 3.5. VERTICAL SLICES
	---------------------------------------------------------------*/

.sl-slide-vertical .sl-content-slice {
    height: 100%;
    top: -200px;
    width: 50%;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

    .sl-slide-vertical .sl-content-slice:first-child {
        left: -200px;
        padding: 200px 0px 200px 200px;
    }

    .sl-slide-vertical .sl-content-slice:nth-child(2) {
        left: 50%;
        padding: 200px 200px 200px 0px;
    }

/* 3.6. BACKGROUND IMAGES
	---------------------------------------------------------------*/

.bg-img {
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.bg-img-1 {
    background-image: url('images/Slider 1.jpg');
    /*background-image: url(http://placehold.it/1400x900.jpg);*/
}

.bg-img-2 {
    background-image: url('images/Slider 2.jpg');
    /*background-image: url(http://placehold.it/1400x900.jpg);*/
}

.bg-img-3 {
    background-image: url('images/Slider 3.jpg');
    /*background-image: url(http://placehold.it/1400x900.jpg);*/
}

.bg-img-4 {
    background-image: url('images/Slider 4.jpg');
    /*background-image: url(http://placehold.it/1400x900.jpg);*/
}

.bg-img-5 {
    background-image: url('images/Slider 5.jpg');
    /*background-image: url(http://placehold.it/1400x900.jpg);*/
}

.sl-slider-wrapper .tint {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
}

/* 3.7. NAVIGATION ARROWS
	---------------------------------------------------------------*/

.nav-arrows span {
    position: absolute;
    z-index: 2000;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 8px solid #ddd;
    border: 8px solid rgba(150,150,150,0.4);
    text-indent: -90000px;
    margin-top: -40px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .nav-arrows span:hover {
        border-color: rgba(150,150,150,0.9);
    }

    .nav-arrows span.nav-arrow-prev {
        left: 5%;
        border-right: none;
        border-top: none;
    }

    .nav-arrows span.nav-arrow-next {
        right: 5%;
        border-left: none;
        border-bottom: none;
    }

/* 3.7. NAVIGATION DOTS
	---------------------------------------------------------------*/

.nav-dots {
    text-align: center;
    position: absolute;
    bottom: 2%;
    height: 30px;
    width: 100%;
    left: 0;
    z-index: 1000;
}

    .nav-dots span {
        display: inline-block;
        position: relative;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        margin: 3px;
        background: #ddd;
        background: rgba(150,150,150,0.4);
        cursor: pointer;
        box-shadow: 0 1px 1px rgba(255,255,255,0.4), inset 0 1px 1px rgba(0,0,0,0.1);
    }

        .nav-dots span.nav-dot-current:after {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            top: 3px;
            left: 3px;
            border-radius: 50%;
            background: rgba(255,255,255,0.8);
        }

/* 4. CONTENT
-------------------------------------------------------------------*/

img.pull-left {
    margin: 5px 30px 15px 0;
}

img.pull-right {
    margin: 5px 0 15px 30px;
}

/* 4.1. RESPONSIVE VIDEO
	---------------------------------------------------------------*/

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0;
    height: 0;
}

    .video-wrapper iframe {
        border: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* 4.2. PAGINATION
	---------------------------------------------------------------*/

.pagination {
    margin-top: 50px;
}

    .pagination li a {
        border-radius: 3px;
    }

        .pagination li a:hover {
            color: #14b1bb;
        }

/* 4.3. WYSIWYG
	---------------------------------------------------------------*/

.wysihtml5-toolbar {
    background: #f2f2f2;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .wysihtml5-toolbar:after {
        clear: both;
        content: "";
        display: table;
        width: 100%;
    }

    .wysihtml5-toolbar li {
        float: left;
    }

        .wysihtml5-toolbar li:first-child a:last-child,
        .wysihtml5-toolbar li:nth-child(2) a:nth-child(3),
        .wysihtml5-toolbar li:nth-child(2) a:last-child {
            display: none;
        }

        .wysihtml5-toolbar li:first-child a {
            overflow: hidden;
            position: relative;
            text-align: center;
            text-indent: -9999px;
            width: 54px;
        }

            .wysihtml5-toolbar li:first-child a:before {
                display: block;
                float: left;
                font-family: "FontAwesome";
                font-weight: normal;
                left: 21px;
                position: absolute;
                text-indent: 0;
                top: 7px;
            }

            .wysihtml5-toolbar li:first-child a:first-child:before {
                content: "\f032";
            }

            .wysihtml5-toolbar li:first-child a:nth-child(2):before {
                content: "\f033";
            }

            .wysihtml5-toolbar li:first-child a:nth-child(3):before {
                content: "\f0cd";
            }

    .wysihtml5-toolbar .btn {
        border-radius: 0;
        border: 0;
        color: #888;
    }

        .wysihtml5-toolbar .btn:hover,
        .wysihtml5-toolbar .wysihtml5-command-active {
            background: #e8e8e8;
        }

.modal .btn {
    border-radius: 3px;
}

.modal .btn-primary {
    color: #fff;
}

.textarea.form-control {
    border-radius: 0 0 3px 3px;
    height: 200px;
}

/* 4.4. SHARING LINKS
	---------------------------------------------------------------*/

#share ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #share ul li {
        float: left;
        margin-right: 10px;
    }

        #share ul li a {
            background: #14b1bb;
            border-radius: 50%;
            color: #fff;
            display: block;
            font-size: 18px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            width: 40px;
        }

            #share ul li a:hover {
                background: #0f858d;
            }

/* 4.5. SIDEBAR
	---------------------------------------------------------------*/

#sidebar h5 {
    font-family: "Montserrat", Arial;
    margin: 1em 0 2em;
    text-transform: uppercase;
}

#sidebar hr {
    margin: 0 0 50px;
}

.sidebar-widget {
    display: table;
    margin-bottom: 50px;
    width: 100%;
}

    .sidebar-widget ul {
        list-style: none;
        padding: 0;
    }

/* 4.6. JUMBOTRON
	---------------------------------------------------------------*/

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 0;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    margin: 50px 0;
}

.jumbotron p {
    margin: 0.5em 0;
}

/* 4.7. FORMS
	---------------------------------------------------------------*/

label {
    color: #222;
    font-weight: normal;
    text-transform: uppercase;
}

.checkbox label {
    color: #454545;
    text-transform: none;
}

.form-control {
    box-shadow: none;
    height: 45px;
    padding: 10px 15px;
    -webkit-box-shadow: none;
    -mozilla-box-shadow: none;
    -ms-box-shadow: none;
}

/* 4.8. MAPS
	---------------------------------------------------------------*/

#map-canvas {
    height: 500px;
    width: 100%;
}

.map-main-jobs {
    position: absolute !important;
    padding: 3px 7px 3px 7px;
    margin-left:-17px !important;
    margin-top:-15px !important;
    background-color: rgba(30,30,30,0.7);
    color: white !important;
    font-size: 1em !important;
    border-top:3px solid #14b1bb;
    z-index:1000;
}

/* 5. JOBS
-------------------------------------------------------------------*/

.jobs {
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    border-radius: 3px;
}

    .jobs a {
        border-bottom: 1px solid #e7e7e7;
        color: #454545;
        display: block;
        padding: 15px 0;
        position: relative;
        width: 100%;
    }

        .jobs a.featured {
            background: #f8f8f8;
            border-bottom: 1px solid #14b1bb;
        }

            .jobs a:hover,
            .jobs a.featured:hover {
                background: #ccc;
            }

        .jobs a .row,
        .jobs p {
            margin: 0;
        }

        .jobs a h5 {
            line-height: 1.71em;
        }

        .jobs a strong {
            color: #222;
            font-weight: normal;
        }

    .jobs .hidden-job {
        display: none;
    }

.jobsCompanyLogoDiv {
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    float: left;
    margin-left: -10px;
    background-size: contain;
}

@keyframes animataioJobsLogoHover {
    0% {
        opacity: 0;
        margin-left: 0px;
    }

    100% {
        opacity: 1;
        margin-left: 30px;
    }
}

.jobsCompanyLogoDivHoverContent {
    position: fixed;
    width: 200px;
    height: 120px;
    background-color: white;
    margin: 0px;
    left: 0px;
    top: 0px;
    margin-left: 30px;
    margin-top: -30px;
    display: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    border-radius: 3px;
    border: 5px solid white;
    -webkit-box-shadow: 0px 0px 10px;
    opacity: 1;
    animation: animataioJobsLogoHover .7s;
}

    .jobsCompanyLogoDivHoverContent::after {
        content: '';
        border-right: 10px solid white;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        position: absolute;
        margin-left: -15px;
        margin-top: 15px;
    }

    .jobsCompanyLogoDivHoverContent::before {
        content: '';
        border-right: 11px solid rgba(100,100,100,0.7);
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        position: absolute;
        margin-left: -16px;
        margin-top: 14px;
    }

.jobsCompanyLogoDiv:hover .jobsCompanyLogoDivHoverContent {
    display: block;
}


.EventLogoDivHoverContent {
    position: fixed;
    width: 200px;
    height: 120px;
    background-color: white;
    margin: 0px;
    left: 0px;
    top: 0px;
    margin-left: 30px;
    margin-top: -30px;
    display: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px;
    opacity: 1;
    animation: animataioJobsLogoHover .7s;
    border-left: 5px solid #14b1bb;
}

    .EventLogoDivHoverContent::after {
        content: '';
        background-color: transparent;
        border-right: 10px solid #14b1bb;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        position: absolute;
        margin-left: -15px;
        margin-top: 15px;
    }

    .EventLogoDivHoverContent::before {
        content: '';
        border-right: 11px solid rgba(100,100,100,0.7);
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        position: absolute;
        margin-left: -16px;
        margin-top: 14px;
    }

.jobsCompanyLogoDiv:hover .EventLogoDivHoverContent {
    display: block;
}

.job-location,
.candidate-location {
    padding-left: 30px;
    position: relative;
}

.JobsSourceApiDiv {
    font-size: 1em;
    padding-top: 5px;
    margin: 0px;
}

.job-location:before,
.candidate-location:before {
    color: #14b1bb;
    content: "\f041";
    font-family: "FontAwesome";
    left: 15px;
    position: absolute;
    top: 0;
}

.job-dates {
    padding-left: 37px;
    position: relative;
}

    .job-dates:before {
        color: #14b1bb;
        content: "\f073";
        font-family: "FontAwesome";
        left: 15px;
        position: absolute;
        top: 0;
    }

.candidate-date:before {
    color: #14b1bb;
    content: "\f073";
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: 7px;
}

.applied .job-title h5:before {
    color: #6ecf26;
    content: "\f058";
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: 7px;
    display: none;
}

.jobItemSocialBtnDiv {
    float: left;
    width: 100%;
    height: 30px;
    margin-bottom: -10px;
}

    .jobItemSocialBtnDiv div {
        float: left;
        width: 50%;
    }

        .jobItemSocialBtnDiv div img {
            width: 25px;
            margin-left: 5px;
        }

/* 5.1. MORE JOBS
	---------------------------------------------------------------*/

#more-jobs {
    margin-top: 25px;
}

    #more-jobs .more {
        display: block;
    }

    #more-jobs.on .more {
        display: none;
    }

    #more-jobs .less {
        display: none;
    }

    #more-jobs.on .less {
        display: block;
    }

/* 5.2. JOB TYPE BADGES
	---------------------------------------------------------------*/

.badge.full-time {
    background: #6ecf26;
}

.badge.part-time {
    background: #ff6c00;
}

.badge.internship {
    background: #0064c2;
}

.badge.contract {
    background: #72d2ff;
}

.badge.alltypes {
    background: #c20000;
}



/* 5.3. FEATURED JOBS
	---------------------------------------------------------------*/

.featured-job {
    color: #454545;
}

    .featured-job img,
    .featured-job .title {
        float: left;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .featured-job img {
        margin-left: 15px;
    }

    .featured-job .data {
        border-bottom: 1px solid #e7e7e7;
        border-top: 1px solid #e7e7e7;
        clear: both;
        margin: 15px 0;
        padding: 10px 15px;
    }

    .featured-job span {
        display: block;
    }

    .featured-job .description {
        padding: 0 15px;
        overflow: hidden;
        max-height: 700px;
    }

    .featured-job .title {
        padding: 11px 0 0 20px;
    }

    .featured-job i {
        margin-right: 10px;
    }

    .featured-job .city i {
        color: #14b1bb;
    }

    .featured-job .full-time i {
        color: #6ecf26;
    }

    .featured-job .part-time i {
        color: #ff6c00;
    }

    .featured-job .freelance i {
        color: #72d2ff;
    }

    .featured-job .sallary i,
    .featured-job .experience i {
        color: #14b1bb;
    }

#sidebar .featured-job h5,
#sidebar .featured-job p {
    margin: 0;
}

/* 5.4. RESUME
	---------------------------------------------------------------*/

.work-experience h4 {
    color: #222;
    font-size: 1em;
    line-height: 1.5em;
}

.work-experience h5 {
    color: #14b1bb;
    font-family: "Montserrat", Arial;
    font-size: 1em;
    line-height: 1.5em;
    text-transform: uppercase;
}

.work-experience .img-circle {
    background: #14b1bb;
    color: #fff;
    font-size: 30px;
    height: 78px;
    line-height: 78px;
    margin: 5px 0 30px;
    text-align: center;
    width: 100%;
}

#widget-contact ul {
    line-height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

    #widget-contact ul li i {
        color: #14b1bb;
        width: 25px;
    }

#skills .badge {
    margin-right: 5px;
}

.dashed {
    border-top: 1px dashed #e7e7e7;
    margin: 15px 0;
}

/* 6. FEATURED COMPANIES
-------------------------------------------------------------------*/

#featured-companies {
    list-style: none;
    padding: 0;
}

    #featured-companies li {
        margin: 0 0 30px;
    }

        #featured-companies li a {
            background: #fff;
            display: block;
            height: 100px;
            position: relative;
            text-align: center;
        }

            #featured-companies li a img {
                max-width: 100%;
            }

            #featured-companies li a span {
                background: #14b1bb;
                border-radius: 50%;
                font-family: "Montserrat", Arial;
                height: 30px;
                line-height: 24px;
                position: absolute;
                right: -5px;
                top: -5px;
                width: 30px;
            }

/* 7. PARALLAX
-------------------------------------------------------------------*/

.parallax {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .parallax .tint {
        background: #000;
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .parallax h1 {
        color: #fff;
    }

#stats {
    /*background-image: url(http://placehold.it/1400x900.jpg);*/
    background-image: url('images/testimonials 2.jpg');
}

#testimonials {
    /*background-image: url(http://placehold.it/1400x900.jpg);*/
    background-image: url('images/stat 2.jpg');
}

/* 8. JOBSEEK APP & CONTACT
-------------------------------------------------------------------*/

#app {
    padding: 50px 0 0;
}

#phone {
    background-image: url(images/phone.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

#contact .help-block {
    color: #fff;
}

#contact .help-success {
    color: #fff;
    font-family: "Montserrat", Arial;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 30px;
    text-transform: uppercase;
}

/* 9. JOBSEEK STATS
-------------------------------------------------------------------*/

#counter {
    margin: 40px;
    position: relative;
}

.counter {
    border: 2px solid #14b1bb;
    border-radius: 50%;
    display: inline-block;
    font-family: "Montserrat", Arial;
    font-weight: bold;
    height: 130px;
    letter-spacing: -0.05em;
    line-height: 2em;
    margin: 10px;
    padding-top: 41px;
    text-transform: uppercase;
    width: 130px;
}

    .counter .number {
        color: #fff;
        font-size: 32px;
    }

    .counter .description {
        color: #14b1bb;
    }

/* 10. PLANS & PRICING
-------------------------------------------------------------------*/

.pricing {
    margin-top: 50px;
}

    .pricing ul {
        border: 1px solid #e7e7e7;
        border-bottom: 0;
        list-style: none;
        padding: 0;
        position: relative;
        top: 0;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

        .pricing ul:hover {
            top: -15px;
        }

        .pricing ul li {
            border-bottom: 1px solid #e7e7e7;
            padding: 15px;
        }

            .pricing ul li:nth-child(2n) {
                background: #f8f8f8;
            }

    .pricing .title {
        background: #222;
        border: 0;
        color: #fff;
        font-family: "Montserrat", Arial;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: -0.05em;
        padding: 50px 0 0;
        text-transform: uppercase;
    }

.popular .title {
    background: #14b1bb;
}

.pricing .price {
    background: #222 !important;
    color: #14b1bb;
    font-family: "Montserrat", Arial;
    font-size: 72px;
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 1em;
    padding: 0 0 50px;
    text-transform: uppercase;
}

.popular .price {
    background: #14b1bb !important;
    color: #222;
}

/* 11. TESTIMONIALS
-------------------------------------------------------------------*/

#testimonials .owl-carousel {
    margin: 50px 0;
    text-align: left;
}

    #testimonials .owl-carousel blockquote {
        border: 0;
        color: #fff;
        font-size: 18px;
        font-style: italic;
        padding: 0;
    }

        #testimonials .owl-carousel blockquote footer {
            color: #14b1bb;
            font-style: normal;
            font-weight: bold;
        }

            #testimonials .owl-carousel blockquote footer::before {
                display: none;
            }

            #testimonials .owl-carousel blockquote footer cite {
                color: #fff;
                display: block;
                font-style: normal;
                font-weight: normal;
            }

#testimonials-long blockquote {
    border: 0;
    padding: 0;
}

/* 12. BLOG
-------------------------------------------------------------------*/

/* 12.1. HOME PAGE BLOG
	---------------------------------------------------------------*/

#blog .owl-carousel {
    margin-top: 50px;
}

    #blog .owl-carousel img {
        margin-bottom: 25px;
    }

    #blog .owl-carousel h4 {
        color: #222;
    }

    #blog .owl-carousel h5 {
        color: #14b1bb;
        font-weight: normal;
        margin: 10px 0 25px;
        text-transform: uppercase;
    }

        #blog .owl-carousel h5 span {
            margin-right: 20px;
        }

            #blog .owl-carousel h5 span i {
                margin-right: 10px;
            }

#blog .owl-controls i {
    color: #e7e7e7;
}

    #blog .owl-controls i:hover {
        color: #ccc;
    }

/* 12.2. BLOG POSTS
	---------------------------------------------------------------*/

.post h2 {
    margin: 0;
}

    .post h2::after {
        display: none;
    }

.meta {
    margin: 0.5em 0 2em;
}

    .meta span {
        margin-right: 20px;
    }

    .meta i {
        color: #14b1bb;
        margin-right: 5px;
    }

.post .meta::after {
    background: #14b1bb;
    content: "";
    display: block;
    height: 5px;
    margin-top: 10px;
    width: 60px;
}

.share {
    display: table;
    list-style: none;
    margin: 3em 0;
    padding: 0;
    width: 100%;
}

    .share li {
        float: left;
        margin-right: 5px;
    }

        .share li h5 {
            margin: 7px 10px 0 0;
        }

.tags {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    display: table;
    list-style: none;
    margin: 3em 0;
    padding: 10px 0;
    width: 100%;
}

    .tags li {
        float: left;
        margin-right: 15px;
    }

#author {
    margin: 3em 0;
}

    #author p {
        margin: 0.5em 0;
    }

    #author .social {
        display: table;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        #author .social li {
            float: left;
            margin-right: 5px;
        }

            #author .social li a {
                color: #d8d8d8;
            }

                #author .social li a:hover {
                    color: #bbb;
                }

#paging {
    display: table;
    list-style: none;
    margin: 3em 0;
    padding: 0;
    width: 100%;
}

.gallery {
    list-style: none;
    padding: 0;
}

    .gallery li {
        margin-bottom: 30px;
    }

/* 12.3. BLOG SIDEBAR
	---------------------------------------------------------------*/

.sidebar-links {
    margin-bottom: 50px;
}

    .sidebar-links ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .sidebar-links li a {
        background: url(../images/bullet.png) no-repeat 10px 18px;
        border-bottom: 1px solid #e7e7e7;
        display: block;
        padding: 10px 10px 10px 25px;
    }

        .sidebar-links li a:hover {
            background: #f8f8f8 url(../images/bullet.png) no-repeat 15px 18px;
        }

        .sidebar-links li a span {
            display: block;
            color: #888;
            margin: 0;
        }

.fa-stack {
    color: #14b1bb;
}

/* 13. CLIENTS
-------------------------------------------------------------------*/

#clients .owl-carousel {
    padding: 20px 70px 0;
}

#clients img {
    margin-top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#clients a {
    opacity: 0.4;
}

    #clients a:hover {
        opacity: 1;
    }

#clients .owl-controls i {
    color: #e7e7e7;
}

    #clients .owl-controls i:hover {
        color: #ccc;
    }

#clients .owl-controls .owl-prev,
#clients .owl-controls .owl-next {
    position: absolute;
    top: 65px;
}

#clients .owl-controls .owl-prev {
    left: 0;
}

#clients .owl-controls .owl-next {
    right: 0;
}

/* 14. TEAM
-------------------------------------------------------------------*/

.team-member {
    background: #fff;
    margin-bottom: 30px;
    padding: 30px;
}

    .team-member h5 {
        margin-top: 2em;
    }

    .team-member h6 {
        margin: 0.5em 0 2em;
    }

/* 15. FOOTER
-------------------------------------------------------------------*/

#prefooter {
    background: #222;
    padding: 50px 0;
}

    #prefooter h2 {
        color: #fff;
        margin-bottom: 25px;
    }

/* 15.1. NEWSLETTER
	---------------------------------------------------------------*/

#newsletter .form-control {
    border: 0;
    border-radius: 3px 0 0 3px;
    height: 35px;
    width: 330px;
}

#newsletter .btn {
    border-radius: 0 3px 3px 0;
    left: -2px;
    position: relative;
}

/* 15.2. SOCIAL NETWORKS
	---------------------------------------------------------------*/

#social-networks {
    text-align: right;
}

    #social-networks a {
        margin: 0 0 0 5px;
    }

    #social-networks h2 {
        margin-bottom: 40px;
    }

        #social-networks h2::after {
            position: absolute;
            right: 15px;
        }

/* 15.3. CREDITS
	---------------------------------------------------------------*/

#credits {
    background: #181818;
    padding: 25px 0;
}

/* 16. REGISTER & LOGIN FORMS
-------------------------------------------------------------------*/

.popup {
    background: rgba(0,0,0,0.8);
    display: none;
    left: 0;
    min-height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 40000;
    margin-bottom: 15px;
}

    .popup form {
        background: #fff;
        border-radius: 0 0 5px 5px;
        padding: 30px;
    }

    .popup hr {
        margin: 30px 0;
    }

.form-btnPan {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.popup .btn {
    color: #fff;
    margin: 5px 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.form-btnPan .btn {
    width: 200px;
}

.popup-form {
    left: 50%;
    margin: 60px 0 60px -350px;
    position: absolute;
    top: 0;
    width: 700px;
}

.popup-header {
    background: #14b1bb;
    border-radius: 5px 5px 0 0;
    padding: 30px;
}

    .popup-header h2 {
        color: #fff;
        margin: 0;
        padding: 0;
    }

        .popup-header h2::after {
            display: none;
        }

.social-login {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .social-login .btn i {
        margin-right: 10px;
    }

    .social-login .btn-facebook {
        background: #2e5898;
    }

        .social-login .btn-facebook:hover {
            background: #244576;
        }

    .social-login .btn-google {
        background: #d84a38;
    }

        .social-login .btn-google:hover {
            background: #b73827;
        }

    .social-login .btn-linkedin {
        background: #1C87BD;
    }

        .social-login .btn-linkedin:hover {
            background: #186d97;
        }

/* 17. MOBILE SITES
-------------------------------------------------------------------*/

/* 17.1. BIG SCREENS
	---------------------------------------------------------------*/
@media (min-width: 1200px) {

    .slide-content h2 {
        font-size: 80px;
    }

    .jobs .city {
        width: 160px;
    }

    .jobs .type {
        width: 130px;
    }

    .jobs .sallary {
        width: 80px;
    }

    .jobs .experience {
        width: 120px;
    }

    .featured-job span {
        display: inline-block;
        padding-right: 20px;
    }

    #newsletter .form-control {
        width: 430px;
    }

    .work-experience .img-circle {
        font-size: 36px;
        height: 99px;
        line-height: 99px;
    }
}

/* 17.2. REGULAR TABLETS
	---------------------------------------------------------------*/
@media (max-width: 991px) {

    .slide-content h2 {
        font-size: 44px;
    }

    .jobs img,
    .jobs .title {
        float: left;
        margin-bottom: 15px;
    }

    .jobs .data {
        clear: both;
        display: block;
        float: none;
    }

        .jobs .data span {
            padding: 0;
        }

    #newsletter .form-control {
        width: 220px;
    }

    .work-experience .img-circle {
        font-size: 24px;
        height: 53px;
        line-height: 53px;
    }
}

/* 17.3. SMALL TABLETS
	---------------------------------------------------------------*/
@media (max-width: 767px) {

    section {
        padding: 40px 0;
    }

    div[class*="col"] {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .color2 {
        background: url('images/background.jpg');
    }

    #contact div[class*="col"],
    #prefooter div[class*="col"] {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .jobs a div[class*="col"] {
        padding-bottom: 0;
        padding-top: 0;
    }

    .slide-content h2 {
        font-size: 36px;
        margin-bottom: 5px;
    }

    #testimonials .owl-carousel {
        text-align: center;
    }

        #testimonials .owl-carousel blockquote {
            font-size: 16px;
        }

    #newsletter .form-control {
        border-radius: 3px;
        height: auto;
        width: 100%;
    }

    #newsletter .btn {
        border-radius: 3px;
        left: auto;
    }

    #social-networks {
        text-align: left;
    }

        #social-networks a {
            margin: 0 5px 0 0;
        }

        #social-networks h2 {
            margin-bottom: 25px;
        }

            #social-networks h2::after {
                position: relative;
                right: auto;
            }

    .work-experience .img-circle {
        font-size: 36px;
        height: 99px;
        line-height: 99px;
        width: 99px;
    }

    #testimonials-long {
        text-align: center;
    }
}

/* 17.4. SMARTPHONES
	---------------------------------------------------------------*/
@media (max-width: 480px) {

    h1 {
        font-size: 32px;
    }

    #home header {
        background: #14b1bb;
    }

    .slide-content {
        padding: 0 30px;
    }

        .slide-content h2 {
            font-size: 30px;
            margin-bottom: 5px;
        }

        .slide-content h3 {
            font-size: 14px;
        }

        .slide-content .btn {
            font-size: 12px;
        }

    .jobs .data span {
        display: block;
    }

    #searchbox {
        background: #14b1bb;
        left: 0;
        opacity: 0;
        padding: 5px 15px;
        position: absolute;
        top: -62px;
        width: 100%;
    }

    #searchfield {
        width: 100%;
    }

    img.pull-left,
    img.pull-right {
        float: none !important;
        margin: 5px 0 15px 0;
    }

    .job-title p {
        padding-left: 20px;
        position: relative;
    }

        .job-title p:before {
            color: #14b1bb;
            content: "\f1ad";
            font-family: "FontAwesome";
            left: 0;
            position: absolute;
            top: 0;
        }

    .job-location {
        padding-left: 35px;
        position: relative;
    }
}

/*Form Fields Error*/
.FormField-error {
    height: 15px;
    color: rgb(220,50,7);
    text-align: right;
    width: 100%;
    float: left;
}

.FormField-error-CusPos {
    height: 15px;
    color: rgb(220,50,7);
    text-align: right;
    width: 100%;
    float: left;
}

    .FormField-error-CusPos span {
        position: absolute;
        margin-top: -33px;
        margin-left: -30px;
    }

.social-login-Div {
    width: 100%;
    float: left;
    text-align: center;
    border-top: 1px solid white;
    padding-top: 15px;
    margin-bottom: 15px;
}

    .social-login-Div span {
        font-size: 12px;
        position: absolute;
        background-color: white;
        width:80px;
        float:left;
        color: rgb(70,70,70);
        padding: 3px 10px 3px 10px;
        -webkit-border-radius: 10px;
        margin-top: -30px;
        margin-left:30px;
    }

    .social-login-Div img {
        width: 30px;
        margin-top: 7px;
        margin-right: 7px;
        background-color: white;
    }

/*Animaton From .ForgotPassword Class*/
@keyframes AnimationForgotPassword {
    0% {
        top: 0%;
    }

    100% {
        top: 50%;
    }
}
/*Style from Forgot Password Popup*/
.ForgotPassword {
    width: 320px;
    height: 190px;
    background-color: white;
    display: inline-block;
    -webkit-border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -85px;
    -webkit-transition: all .5s;
    -webkit-box-shadow: 0px 0px 5px black;
    animation: AnimationForgotPassword .5s;
    z-index: 0;
}
    /*Style from Forgot Password Header Popup*/
    .ForgotPassword .header {
        height: 39px;
        float: left;
        padding-top: 3px;
        border-bottom: 1px solid rgba(0,0,200,.5);
        text-align: center;
        width: 100%;
        color: rgba(0,0,200,.5);
        font-size: 1.3em;
    }
    /*Style from Forgot Password Content Popup*/
    .ForgotPassword .content {
        height: 90px;
        width: 100%;
        float: left;
    }
    /*Style from Forgot Password Content Popup*/
    .ForgotPassword .content {
    }
    /*Style from Forgot Password Footer Popup*/
    .ForgotPassword .footer {
        height: 39px;
        float: left;
        padding-top: 3px;
        border-top: 1px solid rgba(0,0,200,.5);
        text-align: center;
        width: 100%;
        color: rgba(0,0,200,.5);
        font-size: 1.3em;
        margin-top: 20px;
    }
        /*Style from Forgot Password Footer Popup*/
        .ForgotPassword .footer input {
            width: 50%;
            float: left;
            border: none;
            outline: none;
            background-color: transparent;
            height: 40px;
            margin: -3px 0px 0px 0px;
            -webkit-transition: all .3s;
        }
            /*Style from Forgot Password Footer (First Child) Popup*/
            .ForgotPassword .footer input:first-child {
                float: right;
                border-left: 1px solid rgba(0,0,200,.5);
            }
            /*Style from Forgot Password Footer (Last Child) Popup*/
            .ForgotPassword .footer input:last-child {
                float: left;
            }
            /*Style from Forgot Password Buttons Hover Effect Popup*/
            .ForgotPassword .footer input:hover, .ForgotPassword .footer input:focus {
                background-color: rgba(0,0,200,.5);
                color: white;
            }

/*Style for Paging Main Div*/
.PegingDiv {
    float: left;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}
    /*Style for Paging Div buttons*/
    .PegingDiv input {
        float: left;
        border: none;
        outline: none;
        background-color: rgb(150,150,150);
        height: 35px;
        width: 40px;
        border-right: 1px solid white;
        color: white;
        text-align: center;
    }
        /*Style for Paging Div buttons hover Effect*/
        .PegingDiv input:hover {
            background-color: #14b1bb;
        }

/*Stule For Company Page Main Div Background*/
.companyBackground {
    width: 100%;
    background-color: white;
    display: inline-block;
    float: left;
    padding-top: 100px;
}

.companyLIstRow {
    float: left;
    width: 100%;
    display: inline-block;
}

/*Stule For Company List*/
.companyList {
    border-top: 1px solid rgb(230,230,230);
    display: inline-block;
    background-color: white;
    width: 70%;
    float: left;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.txtCompanySearch {
    outline: none;
    padding: 5px;
    -webkit-border-radius: 3px;
    border: 1px solid #ccc;
    width: 210px;
}

    .txtCompanySearch:hover, .txtCompanySearch:focus {
        border: 1px solid #454545;
    }

.BtnCompanySearch {
    outline: none;
    padding: 6px 16px 6px 16px;
    -webkit-border-radius: 3px;
    background-color: #0f858d;
    color: white;
    border: none;
    margin-left: 5px;
}

    .BtnCompanySearch:hover, .BtnCompanySearch:focus {
        background-color: #14b1bb;
    }
/*Stule For Company List List Item*/
.companyItem {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgb(230,230,230);
    background-color: transparent;
}
    /*Stule For Company List List Item Hover Effect*/
    .companyItem:hover {
        background-color: rgb(230,230,230);
    }
    /*Stule For Company List List Item Image*/
    .companyItem img {
        height: 50px;
        margin-top: 10px;
        margin-left: 15px;
        float: left;
    }
    /*Stule For Company List List Item Label*/
    .companyItem label {
        margin-left: 20px;
        margin-top: 20px;
        font-size: 1em;
        float: left;
        color: rgb(232, 164, 70);
        text-transform: uppercase;
    }
/*Stule For Company List List Item Location Icone*/
#location {
    float: right;
    margin-right: 10px;
}
/*Stule For Company List List Item Label Span*/
.companyItem label span {
    font-size: 1.2em;
    margin-right: 10px;
    margin-left: 20px;
}
/*Stule For Company List List Item Summary Div*/
.companyItem .CompanySummary {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    text-align: justify;
}

/*Style from Post Resume Page Main Div*/
.postResumeDivHome {
    width: 100%;
    float: left;
}
/*Style from Post Resume Page Add New Div*/
.ResumeLeftContent {
    width: 300px;
    float: left;
    display: inline-block;
}

.ResumeRightContent {
    width: 820px;
    float: left;
    display: inline-block;
    margin-left: 20px;
}

.postResumeDiv {
    margin-left: 5px;
    width: 300px;
    height: 180px;
    border: 1px solid rgb(230,230,230);
    border-left: 5px solid #14b1bb;
}
    /*Style from Post Resume Page Add New Div Header*/
    .postResumeDiv .headerDiv {
        width: 100%;
        float: left;
        padding-top: 7px;
        padding-bottom: 7px;
        border-bottom: 1px solid #14b1bb;
        font-size: 1.3em;
        text-align: center;
        background-color: #0f858d;
        color: white;
    }

.headerDiv div {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url('images/Resume Upload.png');
    margin-top: 0px;
    margin-left: 50px;
}
/*Style from Post Resume Page Add New Div Content Div*/
.postResumeDiv .conrentDiv {
    float: left;
    margin: 10px;
}
    /*Style from Post Resume Page Add New Div Content Div Small tag*/
    .postResumeDiv .conrentDiv small {
        float: left;
        font-size: 11px;
    }
/*Style from Post Resume Page Add New Div Upload Button*/
.postResumeDiv .btnSubmit {
    padding: 5px 10px 5px 10px;
    float: right;
    margin-right: 10px;
    background-color: #14b1bb;
    color: white;
    border: none;
    outline: none;
    -webkit-border-radius: 3px;
    font-size: 16px;
    margin-top: -10px;
}
/*Style from Post Resume Page Add New Div Error Message*/
.postResumeDiv .conrentDiv .errorDiv {
    height: 25px;
    text-align: left;
}
/*Style from Post Resume Page List Resume Div*/
.listResumesDiv {
    display: inline-block;
    margin-left: 5px;
    float: left;
    width: 300px;
    border: 1px solid rgb(230,230,230);
    border-left: 5px solid #14b1bb;
}
/*Style from Post Resume Page List Resume Div Item Div*/
.listResumesItem {
    border-bottom: 1px solid #ccc;
    width: 100%;
    float: left;
    background-color: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    margin-left: 5px;
}
    /*Style from Post Resume Page List Resume Div Item Div a tag*/

    .listResumesItem label a {
        float: left;
        margin-left: 10px;
        text-align: left;
        word-wrap: break-word;
        font-size: 0.9em;
    }

        .listResumesItem label a:hover::after {
            display: none;
        }
    /*Style from Post Resume Page List Resume Div Item Div Hover Effect*/
    .listResumesItem:hover {
        background-color: #14b1bb;
        color: white;
    }
        /*Style from Post Resume Page List Resume Div Item Div a tag Hover Effect*/
        .listResumesItem:hover a {
            color: white;
        }
    /*Style from Post Resume Page List Resume Div Item Div p tag*/
    .listResumesItem p {
        float: right;
        margin: 0px;
        margin-right: 7px;
    }
        /*Style from Post Resume Page List Resume Div Item Remove Button*/
        .listResumesItem p a {
            font-size: 1.2em;
        }
            /*Style from Post Resume Page List Resume Div Item Remove Button Hover Effect*/
            .listResumesItem p a:hover {
                cursor: pointer;
                color: red;
            }
                /*Style from Post Resume Page List Resume Div Item Remove Button Hover After Effect*/
                .listResumesItem p a:hover::after {
                    content: attr(alt);
                    position: absolute;
                    background-color: black;
                    color: #14b1bb;
                    background-color: #ccc;
                    font-size: .9em;
                    padding: 3px 7px 3px 7px;
                    margin-left: 15px;
                    margin-top: -3px;
                    border-left: 5px solid #14b1bb;
                }
                /*Style from Post Resume Page List Resume Div Item Remove Button Hover Before Effect*/
                .listResumesItem p a:hover::before {
                    content: '';
                    position: absolute;
                    border-right: 7px solid #14b1bb;
                    border-top: 7px solid transparent;
                    border-bottom: 7px solid transparent;
                    margin-top: 5px;
                    margin-left: 16px;
                }

/*Style from Post Resume Page List Resume Div Visited Item*/
.listResumesItemVis {
    border-bottom: 1px solid #ccc;
    width: 100%;
    float: left;
    background-color: #14b1bb;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    margin-left: 5px;
}
    /*Style from Post Resume Page List Resume Div Visited Item Remove Button*/
    .listResumesItemVis label a {
        float: left;
        margin-left: 10px;
        text-align: left;
        word-wrap: break-word;
        font-size: 0.9em;
    }
    /*Style from Post Resume Page List Resume Div Visited Item Remove Button*/
    .listResumesItemVis label a {
        color: white;
        word-wrap: break-word;
    }
    /*Style from Post Resume Page List Resume Div Visited P tag*/
    .listResumesItemVis p {
        float: right;
        margin: 0px;
        margin-right: 7px;
    }
        /*Style from Post Resume Page List Resume Div Visited P a tag*/
        .listResumesItemVis p a {
            font-size: 1.2em;
            color: white;
        }
            /*Style from Post Resume Page List Resume Div Visited P a tag Hover Effect*/
            .listResumesItemVis p a:hover {
                cursor: pointer;
                color: red;
            }
                /*Style from Post Resume Page List Resume Div Visited P a tag Hover After Effect*/
                .listResumesItemVis p a:hover::after {
                    content: attr(alt);
                    position: absolute;
                    background-color: black;
                    color: #14b1bb;
                    background-color: #ccc;
                    font-size: .9em;
                    padding: 3px 7px 3px 7px;
                    margin-left: 15px;
                    margin-top: -3px;
                    border-left: 5px solid #14b1bb;
                }
                /*Style from Post Resume Page List Resume Div Visited P a tag Hover Before Effect*/
                .listResumesItemVis p a:hover::before {
                    content: '';
                    position: absolute;
                    border-right: 7px solid #14b1bb;
                    border-top: 7px solid transparent;
                    border-bottom: 7px solid transparent;
                    margin-top: 5px;
                    margin-left: 16px;
                }

.PrimaryResume {
    float: right;
    color: orange;
    margin-right: 10px;
    margin-top: 5px;
}

    .PrimaryResume:hover {
        color: orange;
    }

.NonPrimaryResume {
    float: right;
    color: #ccc;
    margin-right: 10px;
    margin-top: 5px;
}

    .NonPrimaryResume:hover::after {
        content: attr(alt);
        position: absolute;
        background-color: #ccc;
        color: #0f858d;
        padding: 4px 10px 4px 10px;
        margin-left: 15px;
        margin-top: -5px;
        border-left: 5px solid rgb(235,165,0);
    }

    .NonPrimaryResume:hover::before {
        content: '';
        position: absolute;
        border-right: 9px solid rgb(235,165,0);
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        margin-left: 20px;
        margin-top: 1px;
    }
/*Animation For Change Password Div*/
@keyframes animationChangePass {
    0% {
        left: 100%;
    }

    50% {
        left: 45%;
    }

    100% {
        left: 50%;
    }
}
/*Style For Change Password Div*/
.changePasswordDiv {
    position: fixed;
    width: 300px;
    height: 320px;
    background-color: white;
    -webkit-border-radius: 5px;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -160px;
    animation: animationChangePass .5s;
    z-index: 0;
}
    /*Style For Change Password Div Header pan*/
    .changePasswordDiv .CPhead {
        width: 100%;
        float: left;
        border-bottom: 1px solid blue;
        text-align: center;
        height: 44px;
        padding-top: 10px;
    }
    /*Style For Change Password Div Content pan*/
    .changePasswordDiv .CPcontent {
        height: 229px;
        float: left;
        border-bottom: 1px solid blue;
        width: 100%;
        float: left;
    }
    /*Style For Change Password Div Footer Pan*/
    .changePasswordDiv .CPfooter {
        width: 100%;
        float: left;
        display: inline-block;
        overflow: hidden;
    }
        /*Style For Change Password Div Update Button*/
        .changePasswordDiv .CPfooter input {
            width: 100%;
            float: left;
            background-color: transparent;
            border: none;
            outline: none;
            height: 47px;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            font-size: 1.1em;
        }
            /*Style For Change Password Div Update Button Hover Effect*/
            .changePasswordDiv .CPfooter input:hover, .changePasswordDiv .CPfooter input:focus {
                background-color: #ccc;
            }
    /*Style For Change Password Div Close Button*/
    .changePasswordDiv .CPhead .closeBtn {
        float: right;
        background-color: transparent;
        border: none;
        outline: none;
        font-size: 20px;
        margin-top: -10px;
        margin-right: 5px;
        color: #ccc;
    }
        /*Style For Change Password Div Close Button Hover Effect*/
        .changePasswordDiv .CPhead .closeBtn:hover {
            color: rgb(200,50,10);
        }
/*Style For Change Password Div Error Message*/
.errorMessage {
    float: left;
    margin-left: 20px;
    color: rgb(200,50,10);
}

.errorMessageForgotPassword {
    font-size: 15px;
    margin-left: 10px;
    margin-top: 5px;
    position: absolute;
    width: 100%;
    color: rgb(200,50,0);
}

/*Style For loading Image*/
.loadingImgInline {
    height: 40px;
    width: 40px;
    float: left;
    margin-left: 50%;
    margin-top: 15px;
    margin-bottom: 15px;
}

@keyframes DahsboardAnim {
    0% {
        margin-top: 700px;
    }

    100% {
        margin-top: 50px;
    }
}

.DashboardDiv {
    background-color: transparent;
    width: 100%;
    display: inline-block;
    float: left;
    margin-top: 50px;
    animation: DahsboardAnim .7s;
}

.DashboardNewItem {
    height: 130px;
    margin: 10px;
    width: 130px;
    float: left;
}

.divItemsContents {
    width: 32%;
    margin-left: 1%;
    float: left;
    display: inline-block;
}

    .divItemsContents div {
        width: 100%;
        height: 80px;
        border-bottom: 1px solid rgb(200,200,200);
        overflow: hidden;
        color: rgb(80,80,80);
        -webkit-transition: all .3s;
    }

        .divItemsContents div:hover {
            background-color: rgb(240,240,240);
            cursor: pointer;
            color: #888;
        }

        .divItemsContents div:first-child {
            background-color: rgba(50,50,50,0.6);
            color: white;
            text-align: center;
            font-size: 1.5em;
            height: 40px;
        }

            .divItemsContents div:first-child a {
                text-decoration: none;
                color: white;
            }

.CompanyLogoDashBoardDiv {
    float: left;
    height: 60px;
    margin-left: 5px;
    width: 60px;
    margin-top: 10px;
}

.jobTitleDashboard {
    margin-left: 80px;
    font-size: 1.1em;
    overflow-wrap: break-word;
    margin-bottom: 0px;
    height: 55px;
}

.jobCompanyNameDashboard {
    position: absolute;
    margin-top: -30px;
    margin-left: 15px;
    overflow-wrap: break-word;
}

.LocationCityDashboard {
    margin-top: -5px;
    margin-left: 10px;
    position: absolute;
}

    .LocationCityDashboard img {
        width: 17px;
        height: 17px;
        margin-bottom: 5px;
        margin-right: 5px;
    }

.divItemsContents div:first-child a:hover::after {
    opacity: 1;
    content: attr(alt);
    position: absolute;
    font-size: 0.6em;
    background-color: #e7e7e7;
    padding: 7px;
    border-top: 5px solid #14b1bb;
    margin-top: 45px;
    -webkit-box-shadow: 0px 2px 5px rgba(100,100,100,0.7);
    color: black;
    margin-left: -210px;
    z-index: 1;
    font-style: italic;
    animation: tooltipAnim .3s;
}

.divItemsContents div:first-child a:hover::before {
    content: '';
    position: absolute;
    border-bottom: 10px solid #14b1bb;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-top: 35px;
    margin-left: 75px;
    z-index: 1;
    animation: tooltipTagAnim .3s;
}

.divItemsContents div:first-child a span {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
}

.divItemsContents div:last-child {
    color: #14b1bb;
    text-align: center;
    font-size: 1.1em;
    height: 40px;
    padding-top: 7px;
    background-color: #e7e7e7;
}

    .divItemsContents div:last-child:hover {
        text-decoration: underline;
    }

.DashboardNewItemRow {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin-top: -50px;
}

@keyframes tooltipAnim {
    0% {
        opacity: 0;
        margin-top: 5px;
    }

    100% {
        opacity: 1;
        margin-top: 45px;
    }
}

@keyframes tooltipTagAnim {
    0% {
        opacity: 0;
        margin-top: 5px;
    }

    100% {
        opacity: 1;
        margin-top: 35px;
    }
}

.jobItemDashBoardDiv {
    overflow: hidden;
    display: inline-block;
    margin: 0px;
    float: left;
    border-bottom: 1px solid red;
}

.DashboardNewItem .profilePicture {
    width: 100%;
    height: 100%;
    float: left;
}

.DashboardNewItem {
    text-align: center;
}

    .DashboardNewItem div {
        border-radius: 50%;
        width: 52px;
        height: 52px;
        display: inline-block;
        text-align: center;
        -webkit-box-shadow: 0px 0px 5px white;
        margin-top: 20px;
    }

    .DashboardNewItem p {
        color: white;
        margin-top: 30px;
        font-size: 1.1em;
        -webkit-transition: all .3s;
    }

    .DashboardNewItem div img {
        margin-top: 10px;
        margin-left: 5px;
    }

    .DashboardNewItem:hover {
        cursor: pointer;
    }

        .DashboardNewItem:hover div {
            -webkit-box-shadow: 0px 0px 20px white;
        }

        .DashboardNewItem:hover p {
            margin-top: 27px;
        }

.UserNameTxt {
    float: left;
    font-size: 3.2em;
    color: white;
    margin-left: 50px;
    margin-top: 15px;
}

.UserLocationTxt {
    float: left;
    font-size: 1.3em;
    color: white;
    margin-top: 90px;
    margin-left: -325px;
}

    .UserLocationTxt img {
        width: 30px;
        height: 30px;
    }

.DashboardItem {
    display: none;
    height: 180px;
    background-color: rgba(0,0,0,0.6);
    width: 350px;
    float: left;
    margin: 10px;
    cursor: pointer;
    -webkit-transition: all .1s;
}

    .DashboardItem:hover {
        -webkit-box-shadow: 0px 0px 10px white;
    }

    .DashboardItem label {
        color: white;
        margin-top: 10px;
        margin-left: 20px;
        font-size: 1.8em;
    }

.dashboardItemDetails {
    background-color: transparent;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: 18px;
    border: 1px solid white;
    margin-bottom: 5px;
}

.itemProgress p {
    margin-top: -3px;
    margin-left: 10px;
    position: absolute;
    font-size: 12px;
    color: rgba(255,255,255,0.8);
}

.itemProgress {
    background-color: #0f858d;
    float: left;
    height: 16px;
}

.dashboardItemDetails:hover .itemProgress {
    background-color: #14b1bb;
    cursor: pointer;
}

.HadertopMenu {
    width: 100%;
    float: left;
}

.headerMenuItem {
    width: 25%;
    float: left;
    height: 60px;
    background-color: #0f858d;
    color: white;
    font-size: 1.3em;
    text-align: center;
    padding-top: 14px;
    -webkit-transition: all .3s;
    margin-bottom: 5px;
    border-right: 1px solid white;
}

    .headerMenuItem:hover, .headerMenuItem:focus {
        background-color: #14b1bb;
    }

.headerMenuItemActive {
    width: 25%;
    float: left;
    height: 60px;
    background-color: #14b1bb;
    color: white;
    font-size: 1.3em;
    text-align: center;
    padding-top: 14px;
    -webkit-transition: all .3s;
    margin-bottom: 5px;
    border-right: 1px solid white;
}

    .headerMenuItemActive::before {
        content: '';
        position: absolute;
        border-bottom: 12px solid white;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        margin-top: 34px;
        margin-left: 27px;
    }

.topMenu {
    width: 100%;
    float: left;
}

.TopMenuItem {
    width: 20%;
    float: left;
    height: 40px;
    background-color: #0f858d;
    color: white;
    font-size: 1.1em;
    text-align: center;
    padding-top: 6px;
    -webkit-transition: all .3s;
    border-right: 1px solid white;
}

.TopMenuItemActive {
    width: 20%;
    float: left;
    height: 40px;
    background-color: #14b1bb;
    color: white;
    font-size: 1.1em;
    text-align: center;
    padding-top: 6px;
    border-right: 1px solid white;
    -webkit-transition: all .3s;
}

    .TopMenuItem div, .TopMenuItemActive div {
        float: left;
        width: 100%;
        background-color: #0f858d;
        height: 40px;
        display: inline-block;
        margin-top: -6px;
        overflow: hidden;
        -webkit-transition: height .3s;
    }

        .TopMenuItem div img, .TopMenuItemActive div img {
            margin-top: 5px;
        }

    .TopMenuItemActive div {
        background-color: #ccc;
    }

    .TopMenuItem span, .TopMenuItemActive span {
        display: none;
    }

    .TopMenuItemActive:hover {
        text-decoration: underline;
    }

.TopMenuItem:hover, .TopMenuItem:focus {
    background-color: #14b1bb;
}

    .TopMenuItem:hover div, .TopMenuItemActive:hover div {
        height: 0px;
    }

    .TopMenuItem:hover span, .TopMenuItemActive:hover span {
        display: block;
    }

.contentBiographyDiv {
    width: 100%;
    float: left;
    display: inline-block;
    margin-top: 20px;
}

.LeftMenucontentBiographyDiv {
    width: 280px;
    float: left;
    border-left: 1px solid rgba(255,255,255,0.5);
    border-right: 1px solid rgba(255,255,255,0.5);
    border-top: 1px solid rgba(255,255,255,0.5);
    color: rgb(50,50,50);
}

    .LeftMenucontentBiographyDiv a div {
        width: 100%;
        float: left;
        height: 40px;
        border-bottom: 1px solid rgba(255,255,255,0.7);
        color: white;
    }

        .LeftMenucontentBiographyDiv a div:hover, .LeftMenucontentBiographyDiv a div:focus {
            background-color: rgba(255,255,255,0.5);
            color: rgba(50,50,50,0.7);
        }

        .LeftMenucontentBiographyDiv a div img {
            float: left;
            margin: 5px 15px 5px 15px;
            background-color: rgba(250,250,250,0.9);
            width: 30px;
            padding: 3px;
            -webkit-border-radius: 50%;
            -webkit-box-shadow: 0px 0px 5px white;
            -webkit-transition: all .3s;
        }

        .LeftMenucontentBiographyDiv a div:hover img {
            margin-left: 25px;
        }

        .LeftMenucontentBiographyDiv a div p {
            margin-left: 25px;
            margin-top: 6px;
            font-size: 1.1em;
        }

        .LeftMenucontentBiographyDiv a div .tick {
            background-image: url('images/checked.png');
            background-position: center center;
            background-size: 100% 100%;
            float: right;
            width: 20px;
            height: 20px;
            margin-right: 10px;
            color: #0f858d;
            margin-top: 5px;
        }

        .LeftMenucontentBiographyDiv a div .untick {
            background-image: url('images/unchecked.png');
            background-position: center center;
            background-size: 100% 100%;
            float: right;
            width: 20px;
            height: 20px;
            margin-right: 10px;
            color: #0f858d;
            margin-top: 5px;
        }

.RightcontentBiographyDiv {
    width: 75%;
    float: right;
    display: inline-block;
}

#BiographyMunuToogleBtn {
    width: 100%;
    background-color: transparent;
    border: none;
}

    #BiographyMunuToogleBtn a {
        float: right;
        background-color: rgba(255,255,255,0.5);
        padding: 3px 15px 3px 15px;
        font-size: 1.5em;
        color: #14b1bb;
    }

.BiographyAddBtn {
    background-color: #0f858d;
    padding: 7px 15px 7px 15px;
    font-size: 1.1em;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
}

    .BiographyAddBtn:hover {
        background-color: #14b1bb;
    }

.CareerChoiceMainDiv {
    width: 100%;
    float: left;
    display: inline-block;
    margin-top: 20px;
}

.CareerChoiceItemDiv {
    width: 100%;
    float: left;
    display: inline-block;
    height: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.8);
    margin-top: 5px;
    color: white;
    background-color: rgba(255,255,255,0.7);
    margin-bottom: 0px;
}

    .CareerChoiceItemDiv input[type=button] {
        float: right;
        border: none;
        outline: none;
        margin-left: 1px;
    }

    .CareerChoiceItemDiv div a {
        display: block;
    }

    .CareerChoiceItemDiv .hiddenItems {
        width: 50%;
        float: left;
        height: 40px;
        margin: 0px;
        padding: 0px;
        display: none;
        border-top: 1px solid #0f858d;
    }

        .CareerChoiceItemDiv .hiddenItems p {
            float: left;
            color: black;
            width: 25%;
            margin-top: 7px;
        }

        .CareerChoiceItemDiv .hiddenItems input[type=text] {
            float: right;
            padding: 0px;
            width: 70%;
            background-color: #ccc;
            height: 40px;
            padding: 10px;
            margin: 0px;
            margin-left: -15px;
            color: white;
        }

.btnEdit {
    width: 10px;
    background-image: url('images/edit.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 70%;
    background-color: transparent;
}

.btnDelete {
    width: 100px;
    background-image: url('images/delete.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: auto 70%;
}

.btnSave {
    background-image: url('images/save.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 70%;
    background-color: transparent;
}

.CareerChoiceItemDiv input[type=text] {
    float: left;
    height: 39px;
    background-color: transparent;
    color: black;
    font-size: 1.1em;
    border: none;
    outline: none;
    margin-left: 1px;
    font-size: 1.1em;
    width: 77%;
    margin-left: 10px;
}

    .CareerChoiceItemDiv input[type=text]::selection {
        background-color: blue;
    }

.CareerChoiceItemDiv input[type=button]:hover, .CareerChoiceItemDiv input[type=button]:focus {
    cursor: pointer;
}

.addCareerChiocePopuop {
    position: absolute;
    width: 350px;
    height: 110px;
    background-color: rgb(255,255,255);
    border-top: 5px solid #0f858d;
    margin-top: 11px;
}

    .addCareerChiocePopuop::before {
        position: absolute;
        content: '';
        border-bottom: 10px solid #0f858d;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        margin-top: -15px;
        margin-left: 30px;
    }

.BioGraphyItemBox {
    width: 300px;
    display: inline-block;
    background-color: rgba(255,255,255,0.7);
    margin: 7px;
    float: left;
    padding: 7px;
    -webkit-border-radius: 3px;
}

.BioGraphyItemBoxItems {
    float: left;
    height: 40px;
    background-color: transparent;
    width: 100%;
}

    .BioGraphyItemBoxItems label {
        float: left;
        width: 40%;
        font-size: 0.9em;
        text-transform: none;
        margin-top: 7px;
        overflow: hidden;
    }

    .BioGraphyItemBoxItems p {
        float: left;
        width: 57%;
        padding-left: 3%;
        font-size: 1em;
        margin-top: 7px;
        overflow: hidden;
        color: rgb(100,100,100);
    }

    .BioGraphyItemBoxItems select {
        float: left;
        width: 57%;
        padding-left: 3%;
        margin-top: 0px;
        font-size: 1em;
        overflow: hidden;
        color: rgb(100,100,100);
        background-color: #ccc;
        outline: none;
        border: none;
    }

    .BioGraphyItemBoxItems input {
        float: left;
        width: 57%;
        padding-left: 3%;
        margin-top: 7px;
        font-size: 1em;
        overflow: hidden;
        color: rgb(100,100,100);
        background-color: #ccc;
        outline: none;
        border: none;
    }

        .BioGraphyItemBoxItems input[readonly] {
            float: left;
            width: 57%;
            padding-left: 3%;
            margin-top: 7px;
            font-size: 1em;
            overflow: hidden;
            color: rgb(100,100,100);
            outline: none;
            background-color: transparent;
            border: none;
        }

    .BioGraphyItemBoxItems textarea {
        float: left;
        width: 57%;
        padding-left: 3%;
        margin-top: 7px;
        font-size: 1em;
        overflow: hidden;
        color: rgb(100,100,100);
        background-color: #ccc;
        outline: none;
        border: none;
        margin-top: -6px;
        height: 45px;
    }

        .BioGraphyItemBoxItems textarea[readonly] {
            float: left;
            width: 57%;
            padding-left: 3%;
            margin-top: 7px;
            font-size: 1em;
            overflow: hidden;
            color: rgb(100,100,100);
            outline: none;
            background-color: transparent;
            border: none;
        }

    .BioGraphyItemBoxItems div {
        float: left;
        width: 100%;
        font-size: 1em;
    }

        .BioGraphyItemBoxItems div .btnEdit {
            width: 50%;
            background-image: url('images/edit.png');
            background-repeat: no-repeat;
            background-position: center center;
            background-size: auto 70%;
            background-color: transparent;
            float: left;
            border: none;
            outline: none;
            margin-top: 10px;
        }

        .BioGraphyItemBoxItems div .btnDelete {
            width: 50%;
            background-image: url('images/delete.png');
            background-repeat: no-repeat;
            background-position: center center;
            background-size: auto 70%;
            background-color: transparent;
            float: left;
            border: none;
            outline: none;
            margin-top: 10px;
        }

        .BioGraphyItemBoxItems div .btnSave {
            width: 50%;
            background-image: url('images/save.png');
            background-repeat: no-repeat;
            background-position: center center;
            background-size: auto 70%;
            background-color: transparent;
            float: left;
            border: none;
            outline: none;
            margin-top: 10px;
        }

.popupControls {
    width: 94%;
    float: left;
    margin-left: 3%;
    margin-right: 3%;
}

.PopupItems {
    width: 100%;
    float: left;
    height: 40px;
}

    .PopupItems p {
        float: left;
        font-size: 0.9em;
        width: 40%;
        margin-top: 10px;
    }

.popupControls input[type=text] {
    width: 60%;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #0f858d;
    padding: 7px;
}

.popupControls input[type=date] {
    width: 60%;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #0f858d;
    padding: 7px;
    height: 40px;
}

.popupControls textarea {
    width: 60%;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #0f858d;
    padding: 7px;
    height: 40px;
}

.popupControls select {
    width: 60%;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #0f858d;
    padding: 7px;
}

.textareaControl {
    margin-top: 10px;
    float: left;
    height: 65px;
    background-color: transparent;
    color: #0f858d;
    font-size: 1.1em;
    border: 1px solid #0f858d;
    outline: none;
    font-size: 1.1em;
    width: 100%;
}

    .textareaControl::selection {
        background-color: blue;
    }

.CareerChoiceItemDiv textarea {
    float: left;
    height: 65px;
    background-color: transparent;
    color: #0f858d;
    font-size: 1.1em;
    border: 1px solid #0f858d;
    outline: none;
    margin-left: 1px;
    font-size: 1.1em;
    width: 77%;
    margin-left: 10px;
}

    .CareerChoiceItemDiv textarea::selection {
        background-color: blue;
    }

.CareerChoiceItemDiv div {
    float: left;
    height: 40px;
    text-align: center;
    color: white;
    font-size: 1.1em;
    padding-top: 7px;
    display: inline-block;
    margin-top: 5px;
}

    .CareerChoiceItemDiv div input[type=text] {
        float: left;
        background-color: transparent;
        width: 100%;
        height: 40px;
        margin-top: -12px;
        font-size: 1em;
    }

    .CareerChoiceItemDiv div input[type=button] {
        width: 49%;
        float: left;
        height: 39px;
        margin-top: -12px;
    }

.MenuPartition {
    float: left;
    text-align: center;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 10px;
    background-color: #0f858d;
    color: white;
    font-size: 1.1em;
    margin-bottom: 1px;
}

    .MenuPartition::before {
        content: '';
        border-bottom: 10px solid rgba(255,255,255,0.8);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        margin-left: 120px;
        margin-top: 26px;
    }

.FieldEditpopup {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(255,255,255,0.9);
    border-top: 7px solid #0f858d;
    -webkit-box-shadow: 0px 0px 5px black;
}

.uploadImageDiv {
    position: fixed;
    width: 300px;
    height: 180px;
    background-color: white;
    -webkit-border-radius: 3px;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -90px;
    -webkit-box-shadow: 0px 0px 10px black;
    z-index: 1;
    word-wrap: break-word;
}

.uploadImageDivProgressDiv {
    width: 300px !important;
    height: 180px !important;
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    margin: 0px !important;
    -webkit-border-radius: 3px;
}

.uploadImageDiv label {
    width: 100%;
    background-color: #0f858d;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}

.uploadImageDiv input[type=file] {
    margin-left: 10px;
    margin-right: 10px;
}

.uploadImageDiv small {
    margin-left: 10px;
    margin-right: 10px;
}

.uploadImageDiv div {
    width: 100%;
    border-top: 1px solid #0f858d;
    margin-top: 56.5px;
    height: 40px;
}

    .uploadImageDiv div input {
        float: left;
        height: 100%;
        width: 50%;
        border: none;
        background-color: transparent;
        font-size: 1.1em;
        outline: none;
    }

        .uploadImageDiv div input:hover {
            background-color: #0f858d;
            color: white;
        }

        .uploadImageDiv div input:first-child {
            border-bottom-left-radius: 3px;
            border-right: 1px solid #0f858d;
        }

        .uploadImageDiv div input:last-child {
            border-bottom-right-radius: 3px;
        }

.changeImageContainer {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: inline-block;
    height: 40px;
    width: 250px;
    background-color: white;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px #888;
}

    .changeImageContainer img {
        float: left;
        height: 40px;
        width: 40px;
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
    }

        .changeImageContainer img:first-child {
            position: absolute;
            -webkit-transition: all .3s;
        }

            .changeImageContainer img:first-child:hover {
                width: 300px;
                height: 200px;
                -webkit-border-radius: 3px;
                -webkit-box-shadow: 0px 0px 5px black;
            }

    .changeImageContainer input {
        float: left;
        border: none;
        outline: none;
        background-color: transparent;
        color: #0f858d;
        height: 40px;
        font-size: 1.1em;
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
    }

        .changeImageContainer input:hover, .changeImageContainer input:focus {
            background-color: #0f858d;
            color: white;
        }

.PersonalitiesAllItemsDiv {
    width: 100%;
    float: left;
    background-color: transparent;
    display: inline-block;
}

.PersonalitiesItemsDiv {
    width: 250px;
    float: left;
    height: 250px;
    display: inline-block;
    margin: 10px;
    text-align: center;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0px 0px 7px #ccc;
}

    .PersonalitiesItemsDiv img {
        float: left;
        width: 100%;
        height: 200px;
        border-bottom: 1px solid #ccc;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
    }

    .PersonalitiesItemsDiv div {
        float: left;
        width: 100%;
        background-color: black;
        opacity: 0.3;
        height: 50px;
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
    }

        .PersonalitiesItemsDiv div label {
            color: #ccc;
            font-size: 1.1em;
            margin-top: 10px;
        }

    .PersonalitiesItemsDiv:hover {
        opacity: 0.7;
        cursor: pointer;
    }

        .PersonalitiesItemsDiv:hover div {
            cursor: pointer;
        }

.PersonalitiesDetailsMainDiv {
    width: 100%;
    display: inline-block;
    float: left;
    background-color: white;
}

.itemContentDiv {
    width: 100%;
    display: inline-block;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    text-align: left;
}

.topcontainerDiv {
    width: 100%;
    float: left;
    text-align: left;
}

    .topcontainerDiv .itemContentDiv:first-child {
        width: 30%;
        float: left;
        text-align: left;
        display: inline-block;
    }

        .topcontainerDiv .itemContentDiv:first-child img {
            width: 100%;
        }

    .topcontainerDiv .itemContentDiv:last-child {
        width: 70%;
        float: left;
        display: inline-block;
    }

        .topcontainerDiv .itemContentDiv:last-child div {
            width: 90%;
            margin-left: 5%;
            margin-right: 5%;
            float: left;
            padding-top: 10px;
            margin-top: 1%;
            border-bottom: 1px solid #ccc;
            font-size: 1.5em;
        }

            .topcontainerDiv .itemContentDiv:last-child div:last-child {
                margin-top: 60px;
                font-size: 1.4em;
                border-bottom: none;
                font-style: italic;
            }

.AboutHeader {
    font-size: 1.2em;
    color: #454545;
    border-left: 5px solid #888;
    padding: 10px 20px 10px 20px;
    margin-bottom: 15px;
}

.AppliedJobMainDiv {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.AppliedJobTable {
    width: 100%;
    border: 1px solid #e7e7e7;
}

    .AppliedJobTable tr {
        border-bottom: 1px solid #e7e7e7;
    }

        .AppliedJobTable tr th {
            padding: 7px;
            text-align: center;
            border-left: 1px solid #e7e7e7;
            background-color: rgb(240,240,240);
        }

        .AppliedJobTable tr td {
            padding: 7px;
            border-left: 1px solid #e7e7e7;
        }

        .AppliedJobTable tr th:last-child {
            width: 70px;
        }

        .AppliedJobTable tr td:last-child {
            text-align: center;
        }

            .AppliedJobTable tr td:last-child a {
                margin-left: 5px;
                margin-right: 5px;
            }

        .AppliedJobTable tr:hover {
            background-color: rgb(240,240,240);
        }


.AppliedJobItemDiv {
    width: 270px;
    height: 230px;
    background-color: white;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0px 0px 3px rgb(200,200,200);
    margin: 7px;
    float: left;
    overflow: hidden;
    -webkit-transition: all .3s;
}

    .AppliedJobItemDiv:hover {
        -webkit-box-shadow: 0px 0px 10px rgb(200,200,200);
    }

.AppliedJob-job-title {
    font-size: 1em;
    border-bottom: 1px solid #ccc;
    height: 40px;
    text-align: center;
    color: red;
    padding-top: 7px;
    background-color: rgb(245,245,245);
}

.AppliedJob-company-name {
    font-size: 1em;
    height: 40px;
    text-align: left;
    padding: 5px;
    border: none;
}

.AppliedJob-City {
    font-size: 1em;
    height: 40px;
    text-align: left;
    padding: 5px;
    border: none;
}

.AppliedJob-State {
    font-size: 1em;
    height: 40px;
    text-align: left;
    padding: 5px;
    border: none;
}

.AppliedJob-Date {
    font-size: 1em;
    height: 40px;
    text-align: left;
    padding: 5px;
    border: none;
}

.AppliedJob-Satus {
    font-size: 1em;
    height: 30px;
    text-align: left;
    padding: 5px;
    border: none;
    background-color: rgb(245,245,245);
}

    .AppliedJob-Satus a {
        float: right;
    }

.EventItemDiv {
    float: left;
    width: 370px;
    height: 200px;
    margin: 10px;
    display: inline-block;
}

.BackgroungImageDiv {
    float: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: #ccc;
    background-image: url('images/fancybox_loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

    .BackgroungImageDiv img {
        float: left;
        width: 100%;
        height: 100%;
    }

.SectionBackGoundImage {
    background-color: #e7e7e7;
    background-image: url('images/DashboardBackground.jpg');
    background-repeat: no-repeat;
    background-size: 100% 370px;
}

.SectionBackGoundFullImage {
    background-color: #e7e7e7;
    background-image: url('images/Contactus.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.EventContentDiv {
    position: absolute;
    float: left;
    width: 370px;
    height: 70px;
    margin-top: 130px;
    overflow: hidden;
    background-color: rgba(0,0,0,.4);
    -webkit-transition: all .3s;
}

    .EventContentDiv .EventNameLabel {
        color: white;
        width: 100%;
        padding-left: 7px;
        padding-right: 7px;
        word-wrap: break-word;
        text-transform: none;
        font-size: 1.4em;
        height: 40px;
    }

.EventItemDiv:hover {
    cursor: pointer;
}

    .EventItemDiv:hover .EventContentDiv {
        height: 200px;
        margin-top: 0px;
    }

.EventContentDiv .fullContent {
    width: 100%;
    float: left;
    height: 30px;
    display: inline-block;
    margin-top: 0px;
}

.EventContentDiv .EventDay {
    float: left;
    color: white;
    margin-left: 10px;
    font-size: 1.1em;
}

.EventContentDiv .EventYear {
    float: right;
    color: white;
    margin-right: 10px;
    font-size: 1.1em;
}

.EventContentDiv .EventLocation {
    float: left;
    color: white;
    margin-left: 10px;
    font-size: 1.1em;
}

.EventDetailsMainDiv {
    width: 100%;
    height: 100%;
    float: left;
    display: inline-block;
    margin-top: 65px;
    margin-bottom: 20px;

    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

    .EventDetailsMainDiv .EventDetailsBackgroungImage {
        width: 100%;
        float: left;
        min-height: 600px;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

.EventDetailsDiv {
    position: absolute;
    float: left;
    width: 60%;
    margin-left: 8%;
    margin-top: 20px;
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
}

.EventNavigatonDiv {
    position: absolute;
    right: 30px;
    width: 90px;
}

    .EventNavigatonDiv a {
        float: left;
        display: inline-block;
    }

        .EventNavigatonDiv a:hover {
            cursor: pointer;
        }

        .EventNavigatonDiv a div {
            margin-top: 20px;
            -webkit-border-radius: 50%;
            -webkit-box-shadow: 0px 0px 20px rgb(20,20,20);
            background-color: rgb(250,250,250);
            width: 90px;
            height: 90px;
            display: inline-block;
            overflow: hidden;
            text-align: center;
            display: inline-block;
        }

            .EventNavigatonDiv a div img {
                width: 40px;
                height: 40px;
                margin-top: 25px;
            }

            .EventNavigatonDiv a div p {
                position: absolute;
                background-color: rgb(250,250,250);
                width: 0px;
                height: 30px;
                text-align: center;
                font-size: 1.1em;
                -webkit-border-bottom-left-radius: 5px;
                -webkit-border-top-left-radius: 5px;
                overflow: hidden;
                margin: 30px auto auto 0px;
                -webkit-transition: all .3s;
                padding-top: 1.5px;
                opacity: 0;
            }

        .EventNavigatonDiv a:hover p {
            width: 100px;
            margin-left: -95px;
            opacity: 1;
        }

/*.EventNavigatonDiv a:hover::after {
            position: absolute;
            content: attr(alt);
            background-color: white;
            color: black;
            width: 100px;
            text-align: center;
            padding: 5px 10px 5px 10px;
            -webkit-border-radius: 3px;
            margin-top: -65px;
            margin-left: -115px;
        }

        .EventNavigatonDiv a:hover::before {
            position: absolute;
            content: '';
            border-left: 7px solid white;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            margin-top: 60px;
            margin-left: -16px;
        }*/

.EventDetailsNameTxt {
    color: white;
    font-size: 2.8em;
    font-family: 'Arial Rounded MT';
    -webkit-text-stroke: #ccc 0.7px;
    width: 100%;
}

.EventDetailsTitleText {
    color: white;
    width: 100%;
    font-size: 1.7em;
    font-family: 'Arial Rounded MT';
    -webkit-text-stroke: #ccc 0.5px;
    margin-top: 0px;
    font-style: italic;
}

.EventDetailsLocation {
    color: white;
    font-size: 1.5em;
    font-family: 'Arial Rounded MT';
    -webkit-text-stroke: #ccc 0.5px;
    margin-top: 20px;
}

.EventDetailsDateDiv {
    color: white;
    font-size: 1.5em;
    font-family: 'Arial Rounded MT';
    -webkit-text-stroke: #ccc 0.5px;
    margin-top: -35px;
}

.EventNaviGationsBTN {
    padding: 7px 10px 7px 10px;
    -webkit-border-radius: 3px;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    font-weight: bold;
    font-size: 1.3em;
    margin-right: 10px;
}

    .EventNaviGationsBTN:hover {
        background-color: white;
        color: rgb(100,100,100);
    }

    .EventNaviGationsBTN:last-child {
        background-color: white;
        color: rgb(100,100,100);
    }

.EventsDivFilters {
    width: 100%;
    float: left;
    height: 70px;
    margin-top: 30px;
    margin-left: -5px;
}

.EventFilterMailDiv {
    width: 100%;
    float: left;
}

.EventsSearchDiv {
    float: left;
    height: 35px;
    width: 300px;
    border: 1px solid #0f858d;
    -webkit-border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
}

    .EventsSearchDiv input {
        float: left;
        height: 33px;
        outline: none;
        border: none;
    }

        .EventsSearchDiv input[type=text] {
            width: 70%;
            padding: 5px;
            height: 34px;
            background-color: transparent;
        }

        .EventsSearchDiv input[type=button] {
            width: 30%;
            background-color: #0f858d;
            height: 34px;
            color: white;
            margin: 0px;
        }

.EventsOtherSearchDiv {
    float: left;
    margin-left: 20px;
    width: 180px;
    display: inline-block;
}

    .EventsOtherSearchDiv .EventDropDownlBox {
        width: 100%;
        float: left;
        height: 35px;
        border: 1px solid #0f858d;
        -webkit-border-radius: 3px;
        text-align: center;
        outline: none;
    }

        .EventsOtherSearchDiv .EventDropDownlBox option {
            text-align: center;
        }

.SoftwareItemRowDiv {
    width: 100%;
    float: left;
    display: inline-block;
}

.softwareLeftDiv {
    width: 250px;
    float: left;
    display: inline-block;
}

.sofwareSmallDropdown {
    width: 80%;
    float: left;
    margin-left: 10%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 1.1em;
}

.softwareLeftDiv p {
    float: left;
    text-align: center;
    background-color: #14b1bb;
    color: white;
    font-size: 1.2em;
    width: 100%;
    height: 40px;
    margin: 0px;
}

.softwareLeftDiv a {
    margin: 0px;
    float: left;
    text-align: left;
    padding: 5px;
    background-color: rgb(230,230,230);
    color: rgb(80,80,80);
    font-size: 1.1em;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid rgb(120,120,120);
}

.SoftwaresMainDiv {
    width: 73%;
    float: right;
    display: inline-block;
}

.SoftwareNewCard {
    width: 200px;
    height: 250px;
    background-color: transparent;
    margin-left: 5px;
    margin-bottom: 5px;
    float: left;
}

    .SoftwareNewCard .SoftwareNewCardImageDiv {
        height: 150px;
        border-bottom: 1px solid rgb(170,170,170);
        width: 100%;
        text-align: center;
    }

        .SoftwareNewCard .SoftwareNewCardImageDiv img {
            max-width: 190px;
            max-height: 140px;
            margin: 5px;
        }

    .SoftwareNewCard p {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 1.1em;
        color: black;
        padding: 3px;
        height: 60px;
        background-color: rgb(240,240,240);
        overflow: hidden;
        -webkit-transition: all .3s;
    }

    .SoftwareNewCard:hover p {
        background-color: rgb(220,220,220);
    }

.SoftwareItemDiv {
    float: left;
    margin: 10px;
    width: 250px;
    height: 200px;
    background-color: white;
    display: inline-block;
}

.SoftwareLogoImageDiv {
    float: left;
    width: 100%;
    height: 160px;
    background-color: transparent;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
}

    .SoftwareLogoImageDiv img {
        margin-top: 10px;
    }

.SoftwareItemDiv p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 1.3em;
}

.SoftwarenameText {
    width: 100%;
    float: left;
    font-size: 2em;
    margin-top: 20px;
    border-left: 7px solid #888;
    color: #454545;
    padding-left: 20px;
}

.BlogPositonText {
    width: 100%;
    float: left;
    font-size: 1.5em;
    margin-top: -30px;
    color: #454545;
    padding-left: 0px;
    margin-bottom: 50px;
}

.softwareMoreInfiBtn {
    padding: 10px 20px 10px 20px;
    background-color: #0f858d;
    text-decoration: none;
    color: white;
    font-size: 1.1em;
    -webkit-border-radius: 3px;
}

    .softwareMoreInfiBtn:hover {
        cursor: pointer;
        color: #e7e7e7;
    }

@keyframes animationBlogs {
    0% {
        margin-top: 100px;
    }

    100% {
        margin-top: 15px;
    }
}

#BloggersHeadingTxt {
    font-size: 2em;
    margin-bottom: 50px;
}

#totelBlogsCounts {
    margin-left: 20px;
    right: 200px;
}

.BlogsItemsDiv {
    width: 240px;
    float: left;
    height: 270px;
    display: inline-block;
    margin: 15px;
    margin-top: 15px;
    text-align: center;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0px 0px 7px #ccc;
    -webkit-transition: all .3s;
    animation: animationBlogs .7s;
}

    .BlogsItemsDiv .ImageDiv {
        opacity: 1;
        width: 150px;
        height: 150px;
        float: left;
        margin-top: 20px;
        -webkit-border-radius: 50%;
        -webkit-box-shadow: 0px 0px 5px black;
        overflow: hidden;
        margin-left: 45px;
        margin-bottom: 20px;
        background-color: #ccc;
        background-image: url('images/fancybox_loading.gif');
        background-position: center center;
        background-repeat: no-repeat;
    }

    .BlogsItemsDiv div {
        float: left;
        width: 100%;
        background-color: rgba(0,0,0,0.6);
        height: 80px;
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
    }

        .BlogsItemsDiv div label {
            width: 100%;
            color: #ccc;
            font-size: 1.1em;
            margin-top: 5px;
            border-bottom: 1px solid #ccc;
            padding-bottom: 5px;
        }

        .BlogsItemsDiv div p {
            background-image: url('../Content/images/blogger-drew-logo.png');
            width: 90%;
            float: left;
            margin-left: 5%;
            color: white;
            background-repeat: no-repeat;
            margin-top: 5px;
            font-size: 1em;
        }

    .BlogsItemsDiv:hover {
        -webkit-box-shadow: 0px 0px 7px black;
    }

.PageBackButton {
    display: inline-block;
    z-index: 1;
    background-color: white;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px white;
}

@keyframes animBackTooltip {
    0% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

.PageBackButton:hover::after {
    position: absolute;
    content: attr(alt);
    padding: 5px;
    color: white;
    background-color: #14b1bb;
    -webkit-border-radius: 3px;
    margin-left: -75px;
    margin-top: -32px;
    opacity: 1;
    animation: animBackTooltip .3s;
}

.PageBackButton:hover::before {
    position: absolute;
    content: '';
    border-left: 7px solid #14b1bb;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-left: -14px;
    margin-top: 11px;
    animation: animBackTooltip .3s;
}

.nodataFoundPanel {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.popupErrorTag {
    margin-top: 20px;
    font-size: 0.8em;
    position: absolute;
    color: rgb(220,50,0);
}

@keyframes animCoursesDiv {
    0% {
        margin-top: 150px;
    }

    100% {
        margin-top: 10px;
    }
}

.OnlineCourseItem {
    width: 270px;
    height: 200px;
    float: left;
    margin: 10px;
    margin-top: 10px;
    background-color: #e7e7e7;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    display: inline-block;
    color: white;
    animation: animCoursesDiv 1s;
    overflow: hidden;
}

.ItemSlide {
    overflow: hidden;
    float: left;
    margin-top: 160px;
    height: 160px;
    -webkit-transition: all .3s;
}

.OnlineCourseItem:hover .ItemSlide {
    cursor: pointer;
    color: white;
    background-color: rgba(10,10,10,0.7);
    margin-top: 10px;
}

.OnlineCourseItem img {
    width: 100%;
    float: left;
    filter: brightness(100%);
    -webkit-transition: all 0.3s;
}

.OnlineCourseItem:hover img {
    filter: brightness(60%);
}

.onlineCourserRow {
    width: 100%;
    float: left;
    overflow: hidden;
    display: inline-block;
    word-wrap: break-word;
    height: 33px;
}

.txtCourseTitle {
    margin-left: 10px;
    font-size: 1.2em;
    margin-top: 0px;
}

.TxtIntitution {
    margin-left: 10px;
    font-size: 1.1em;
    margin-top: 5px;
}

.txtCourseEffort {
    margin-left: 10px;
}

.txtCourseAvailability {
    margin-left: 10px;
    font-size: 1.1em;
}

.divItemRow {
    width: 100%;
    float: left;
    display: inline-block;
    word-wrap: break-word;
}

.CourseVideo {
    float: left;
    background-color: white;
    width: 30%;
    height: 200px;
}

.CoursesRightCOntent {
    width: 70%;
    float: left;
    display: inline-block;
}

.CourseDetailsTitle {
    font-size: 1em;
    margin-left: 20px;
    margin-top: 5px;
}

.CourseDetailsSummary {
    font-size: 1.1em;
    margin-left: 20px;
    margin-top: 5px;
}

.CourseDetailsAbiutHead {
    font-size: 2em;
    margin-top: 5px;
    border-left: 5px solid rgb(150,150,150);
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.CourseDetailsAbiutDetails {
    font-size: 1.1em;
    margin-top: 30px;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}

    .CourseDetailsAbiutDetails h1 {
        font-size: 1.1em;
        font-weight: normal;
        text-transform: none;
        text-decoration: none;
    }

.CourseDetailsLeft {
    float: left;
    width: 70%;
}

.CourseDetailsRight {
    float: right;
    width: 25%;
}

.CourseAboutRightDiv {
    width: 100%;
    float: left;
    padding-left: 3%;
    padding-right: 3%;
    display: inline-block;
    font-size: 1.1em;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(220,220,220);
}

    .CourseAboutRightDiv .DetailsTxtHeas {
        float: left;
        width: 40%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .CourseAboutRightDiv .DetailsTxtVals {
        float: right;
        width: 55%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.ProfileBackgroungImage {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    z-index: -1;
}

.selectBackgroundImageBioGraphy {
    background-image: url(images/DashboardBackground.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.TutorialsMainDiv {
    float: left;
    width: 100%;
    display: inline-block;
}

.TutorialsFilterDiv {
    float: left;
    display: inline-block;
    width: 25%;
}

.TutorialsContentDiv {
    float: left;
    display: inline-block;
    width: 75%;
}

.TutorialItemRow {
    width: 100%;
    float: left;
    display: inline-block;
}

.genralTextBox {
    padding: 5px;
    outline: none;
    width: 200px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
}

.genralDropDown {
    outline: none;
    float: right;
    border: none;
    outline: none;
    background-color: rgb(150,150,150);
    height: 35px;
    color: white;
    text-align: center;
    width: 70px;
}

    .genralDropDown option {
        text-align: center;
    }

.genralButton {
    padding: 6px 15px 6px 15px;
    outline: none;
    border: none;
    -webkit-border-radius: 3px;
    background-color: #14b1bb;
    color: white;
    cursor: pointer;
    -webkit-transition: all .3s;
}

    .genralButton:hover, .genralButton:focus {
        background-color: #0f858d;
    }

.genralButtonBorder {
    padding: 4px 15px 4px 15px;
    outline: none;
    border: 2px solid #14b1bb;
    -webkit-border-radius: 3px;
    background-color: transparent;
    color: #14b1bb;
    margin: 0px;
    cursor: pointer;
    -webkit-transition: all .3s;
}

    .genralButtonBorder:hover, .genralButtonBorder:focus {
        background-color: #14b1bb;
        color: white;
    }

.TutorialICetegorytemVis {
    float: left;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    cursor: pointer;
    background-color: #e7e7e7;
}

.TutorialICetegorytem {
    float: left;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    cursor: pointer;
}

#TutorialSearchBox input {
    float: left;
    margin-right: 3px;
}

.TutorialICetegorytem:hover {
    background-color: #e7e7e7;
}

.TutorialItemDiv {
    width: 90%;
    float: left;
    margin-left: 5%;
    margin-top: 10px;
    display: inline-block;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    -webkit-border-radius: 3px;
    -webkit-transition: all .3s;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}

    .TutorialItemDiv:hover {
        -webkit-box-shadow: 0px 0px 20px #ccc;
    }

.TutorialNameTxt {
    float: left;
    font-size: 1.5em;
    border-left: 5px solid rgb(70,70,70);
    margin-top: 20px;
    padding: 10px;
}

.AuthorPhoto {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px #222;
    margin-left: 10px;
    margin-right: 15px;
    overflow: hidden;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('images/fancybox_loading.gif');
}

.AuthorNameTxt {
    font-size: 1.2em;
    float: left;
    margin-left: 15px;
}

.TutorialCategorys {
    float: left;
    font-size: 1.1em;
    margin-top: 5px;
    margin-left: 30px;
}

    .TutorialCategorys span {
        padding-right: 10px;
    }

.TutorialItemRowHeader {
    width: 100%;
    float: left;
    display: inline-block;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #14b1bb;
    color: white;
}

.TutorialItemHeaderSmall {
    margin: 0px;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    float: left;
    padding-top: 10px;
    padding-left: 2px;
}

.TutorialPhoto {
    float: left;
    height: 150px;
    margin-left: 15px;
    margin-right: 10px;
    background-color: #ccc;
    background-image: url('images/fancybox_loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

    .TutorialPhoto img {
        float: left;
        margin: 0px;
        width: 100%;
        height: 100%;
    }

.TutorialDescriptionTxt {
    font-size: 1em;
    margin-left: 10px;
    max-height: 150px;
    word-wrap: break-word;
    overflow: hidden;
    padding-right: 10px;
    text-align: justify;
}

.FullWidthDropdown {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.1em;
    padding: 7px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
}

.TutorialPaginationDiv {
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .TutorialPaginationDiv .normalBtn {
        float: left;
        border: none;
        height: 35px;
        width: 35px;
        background-color: #ccc;
        margin-right: 1px;
    }

    .TutorialPaginationDiv .VisitedBtn {
        float: left;
        border: none;
        height: 35px;
        width: 35px;
        background-color: #14b1bb;
        color: white;
        margin-right: 1px;
    }

    .TutorialPaginationDiv input:hover {
        background-color: #0f858d;
        color: white;
    }

.NewsItemDiv {
    float: left;
    width: 98%;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    padding: 10px;
    -webkit-transition: all .3s;
}

    .NewsItemDiv:hover {
        -webkit-box-shadow: 0px 0px 10px #454545;
    }

    .NewsItemDiv img {
        width: 200px;
    }

    .NewsItemDiv h4 {
        margin-top: 15px;
        text-space-collapse: preserve;
    }

    .NewsItemDiv h5 {
        margin-top: 10px;
    }

        .NewsItemDiv h5 span {
            margin-right: 10px;
        }

    .NewsItemDiv p {
        margin-top: 10px;
        text-align: justify;
    }

.CompanyName {
    font-size: 2em;
    margin: 10px;
    margin-left: 0px;
}

.CompanyDetailsRevenue {
    font-size: 1.5em;
    text-decoration: underline;
}

.SideItemRow {
    width: 100%;
    display: inline-block;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7e7e7;
}

    .SideItemRow:last-child {
        border-bottom: none;
    }

.LeftItem {
    float: left;
    width: 40%;
    display: inline-block;
    word-wrap: break-word;
}

    .LeftItem label {
        text-transform: none;
        font-size: 0.9em;
        width: 95%;
        float: left;
        margin-right: 5%;
    }

.RightItem {
    float: left;
    width: 60%;
    display: inline-block;
    word-wrap: break-word;
}

.ratingProgressMainDiv {
    width: 90%;
    float: left;
    height: 20px;
    background-color: #ccc;
}

.ratingProgressDiv {
    float: left;
    background-color: rgb(240, 197, 50);
    height: 20px;
}

/*remember switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
    float: left;
    margin-left: 5%;
    margin-right: 10px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: rgb(0,130,70);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*switch*/
/*Password Strength*/
.passProgress {
    position: absolute;
    color: black;
    display: inline-block;
    width: 43%;
    height: 40px;
    z-index: 1;
}

    .passProgress div:first-child {
        height: 5px;
        float: left;
        margin-top: -5px;
    }

    .passProgress div:last-child {
        position: absolute;
        text-align: left;
        font-size: 12px;
        margin: -5px;
        padding-left: 5px;
        height: 5px;
        margin-top: -25px;
    }
/*Password Strength*/
.CountsDiv {
    position: absolute;
    margin-top: -30px;
}

.TutorialCountsDiv {
    position: absolute;
    margin-top: -30px;
}

.dropListBiography {
    width: 100%;
    background-color: transparent;
    color: black;
    height: 37px;
    margin-top: -10px;
    outline: none;
}

.ligthDropdown {
    float: left;
    padding: 7px;
    font-size: 1em;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    width: 150px;
    outline: none;
    margin: 5px;
}

.BigligthDropdown {
    float: left;
    padding: 7px;
    font-size: 1em;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    width: 250px;
    outline: none;
    margin: 5px;
}

.homeCompanyListItemDiv {
    width: 23%;
    margin: 1%;
    height: 130px;
    float: left;
    background-color: white;
    -webkit-transition: all .3s;
}

.homeCompanyListMainDiv {
    float: left;
    width: 100%;
    display: inline-block;
    height: 100%;
    -webkit-box-shadow: 0px 0px 0px rgb(50,50,50);
    -webkit-transition: all .3s;
}

    .homeCompanyListMainDiv:hover {
        -webkit-box-shadow: 0px 0px 5px rgba(50,50,50,0.5);
    }

    .homeCompanyListMainDiv span {
        position: absolute;
        width: 35px;
        height: 35px;
        -webkit-border-radius: 50%;
        font-size: 1em;
        padding-top: 10px;
        text-align: center;
        margin-top: -13px;
        margin-left: 25px;
        background-color: #14b1bb;
    }

    .homeCompanyListMainDiv:hover span {
        -webkit-transition: all .3s;
    }

    .homeCompanyListMainDiv:hover .badge {
        -webkit-transform: scale(1.2, 1.2);
        -webkit-box-shadow: 0px 0px 5px rgb(50,50,50);
    }

.homeCompanyListImageDiv {
    float: left;
    display: inline-block;
    height: 80%;
    width: 66%;
    margin-left: 17%;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

@keyframes animHomeButtonCont {
    0% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

.gohomeLinkAllPages {
    color: black;
}

    .gohomeLinkAllPages:hover {
        cursor: pointer;
        color: black;
    }

        .gohomeLinkAllPages:hover::after {
            opacity: 1;
            content: attr(alt);
            position: absolute;
            background-color: #ccc;
            border-left: 4px solid #0f858d;
            padding: 7px;
            font-size: 0.7em;
            color: white;
            margin-left: 15px;
            animation: animHomeButtonCont .3s;
        }

        .gohomeLinkAllPages:hover::before {
            content: '';
            position: absolute;
            border-right: 7px solid #0f858d;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            margin-left: 31px;
            margin-top: 8px;
            animation: animHomeButtonCont .3s;
        }

.CopyrightFooterDiv {
    width: 70%;
    float: left;
    margin-left: 15%;
    text-align: center;
    font-size: 1em;
    word-wrap: break-word;
}



/*Student*/

.StudentProfilePictureDiv {
    width: 175px;
    height: 175px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px black;
    background-color: white;
    background-image: url('images/hourglass.gif');
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: -87.5px;
    border: 5px solid white;
}

    .StudentProfilePictureDiv img {
        width: 175px;
        height: 175px;
    }

    .StudentProfilePictureDiv .hoverTrya {
        position: absolute;
        background-color: rgba(10,10,10,0.6);
        width: 0px;
        height: 0px;
        margin: 0px;
        margin-top: 87.5px;
        margin-left: 87.5px;
        -webkit-border-radius: 50%;
        -webkit-transition: all .3s;
    }

    .StudentProfilePictureDiv:hover .hoverTrya {
        width: 165px;
        height: 165px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .StudentProfilePictureDiv .hoverTrya p {
        position: absolute;
        font-size: 25px;
        color: white;
        border: 1px solid white;
        margin: 0px;
        background-color: transparent;
        -webkit-border-radius: 5px;
        padding: 10px;
        display: none;
        -webkit-transition: all .5s;
    }

    .StudentProfilePictureDiv:hover .hoverTrya p {
        display: block;
        margin-left: 60px;
        margin-top: 50px;
    }

        .StudentProfilePictureDiv:hover .hoverTrya p:hover {
            cursor: pointer;
            border: 1px solid #14b1bb;
            background-color: #14b1bb;
        }

    .StudentProfilePictureDiv .hoverTrya a {
        float: left;
        width: 100%;
        height: 40px;
        text-align: center;
        padding-top: 7px;
        border-top: 1px solid white;
        display: none;
        opacity: 1;
        -webkit-transition: all .3s;
    }

    .StudentProfilePictureDiv:hover .hoverTrya a {
        display: block;
        opacity: 1;
        margin-top: 125px;
        color: white;
        width: 145px;
        margin-left: 10px;
    }

        .StudentProfilePictureDiv:hover .hoverTrya a:hover {
            color: #14b1bb;
        }

@keyframes StudentFullWidthImageDivOpenAnim {
    0% {
        width: 0%;
        height: 0%;
        left: 50%;
        top: 50%;
    }

    100% {
        width: 90%;
        height: 80%;
        left: 5%;
        top: 80px;
    }
}

.StudentFullWidthImageDiv {
    width: 90%;
    height: 80%;
    background-color: transparent;
    position: fixed;
    left: 5%;
    top: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    animation: StudentFullWidthImageDivOpenAnim .5s;
    z-index: 11001;
}

    .StudentFullWidthImageDiv span {
        position: fixed;
        background-color: transparent;
        color: rgb(230,230,230);
        right: 15px;
        top: 15px;
        font-size: 20px;
        z-index: 99999 !important;
    }

        .StudentFullWidthImageDiv span:hover {
            color: #14b1bb;
            cursor: pointer;
        }

@keyframes AnimStudentChageProfilePicture {
    0% {
        top: 0%;
    }

    80% {
        top: 52%;
    }

    100% {
        top: 50%;
    }
}

.StudentchangeProfilePictureDiv {
    position: fixed;
    width: 290px;
    height: 210px;
    background-color: white;
    left: 50%;
    top: 50%;
    margin-left: -145px;
    margin-top: -105px;
    display: none;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px black;
    -webkit-transition: all .3s;
    animation: AnimStudentChageProfilePicture .5s;
    overflow: hidden;
}

    .StudentchangeProfilePictureDiv .ChangePasshead {
        width: 100%;
        float: left;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #888;
        border-bottom: 1px solid blue;
        text-align: center;
        font-size: 1.2em;
    }

    .StudentchangeProfilePictureDiv .ChangePassContent {
        width: 100%;
        float: left;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #888;
        height: 130px;
        padding: 5px;
    }

    .StudentchangeProfilePictureDiv .ChangePassFooter {
        width: 100%;
        float: left;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #888;
        border-top: 1px solid blue;
        padding: 0px;
    }

        .StudentchangeProfilePictureDiv .ChangePassFooter input {
            float: left;
            height: 40px;
            border: none;
            outline: none;
            width: 50%;
            color: rgb(0,50,200);
            font-size: 1.1em;
            background-color: transparent;
        }

            .StudentchangeProfilePictureDiv .ChangePassFooter input[disabled] {
                background-color: #888;
                color: white;
            }

                .StudentchangeProfilePictureDiv .ChangePassFooter input[disabled]:hover, .StudentchangeProfilePictureDiv .ChangePassFooter input[disabled]:focus {
                    background-color: #888;
                }

            .StudentchangeProfilePictureDiv .ChangePassFooter input:first-child {
                border-right: 1px solid blue;
            }

            .StudentchangeProfilePictureDiv .ChangePassFooter input:hover, .StudentchangeProfilePictureDiv .ChangePassFooter input:focus {
                background-color: #ccc;
                color: white;
            }

.StudentProfilePicturecahngeProcessDiv {
    background-image: url('images/fancybox_loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(40,40,40,0.5);
    background-color: rgba(170,170,170,0.5);
    width: 100%;
    height: 100%;
    margin: 0px;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 1;
}


.StudentAccountSettingDetailsMainDiv {
    width: 80%;
    float: left;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px;
    background-color: white;
    display: inline-block;
    margin-top: 10px !important;
    text-align: center;
    margin-left: 10%;
    border: 5px solid white;
    padding-bottom: 20px;
}

.StudentSettingItemRow {
    width: 100%;
    float: left;
    display: inline-block;
    margin: 0px;
}

.itemGroupDiv {
    width: 48%;
    float: left;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
}

    .itemGroupDiv input {
        border: 1px solid rgb(230,230,230) !important;
    }

    .itemGroupDiv select {
        border: 1px solid rgb(230,230,230) !important;
    }

    .itemGroupDiv textarea {
        border: 1px solid rgb(230,230,230) !important;
    }

#DivRegisterStatesByCountry label {
    float: left;
    margin-left: 2px;
}

    #DivRegisterStatesByCountry label span {
        display: none;
    }

#DivRegisterCityByState label {
    float: left;
    margin-left: 2px;
}

    #DivRegisterCityByState label span {
        display: none;
    }

.newCompnaySearchTxtDiv {
    width: 250px;
    height: 35px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 5px black;
    -webkit-border-radius: 3px;
    overflow: hidden;
    float: left;
    margin: 0px;
}

    .newCompnaySearchTxtDiv input[type=text] {
        width: 85%;
        float: left;
        height: 35px;
        border: none;
        outline: none;
        background-color: transparent;
        padding: 3px;
        font-size: 1.1em;
    }

    .newCompnaySearchTxtDiv input[type=button] {
        width: 15%;
        float: left;
        height: 35px;
        border: none;
        outline: none;
        background-color: transparent;
        background-color: #14b1bb;
        color: white;
        font-size: 1.1em;
    }

        .newCompnaySearchTxtDiv input[type=button]:hover, .newCompnaySearchTxtDiv input[type=button]:focus {
            background-color: #0f858d;
        }

    .newCompnaySearchTxtDiv span {
        position: absolute;
        font-size: 1.1em;
        margin-left: 14px;
        margin-top: 10px;
        color: white;
        background-color: transparent;
        cursor: pointer;
    }

.FilterDivCompany {
    float: left;
    height: 35px;
    width: 370px;
    margin-left: 10px;
}

    .FilterDivCompany div {
        float: left;
    }

.ligthDropdownCompany {
    -webkit-box-shadow: 0px 0px 1px black;
    width: 150px;
    height: 35px;
    font-size: 1.1em;
    -webkit-border-radius: 3px;
    margin-left: 5px;
}

@keyframes CompanyTielsAnim {
    0% {
        transform: perspective(0px) rotateY(0deg);
    }

    100% {
        transform: perspective(700px) rotateY(20deg);
    }
}

.ComapanyItemTiels {
    width: 270px;
    height: 350px;
    float: left;
    -webkit-box-shadow: 0px 0px 5px black;
    -webkit-border-radius: 3px;
    overflow: hidden;
    animation: CompanyTielsAnim .5s;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
    -webkit-transition: all 1s;
    transform: perspective(700px) rotateY(20deg);
}

    .ComapanyItemTiels:hover {
        transform: perspective(0px) rotateY(0deg);
    }

.ComapanyItemTielsHead {
    float: left;
    width: 100%;
    background-color: white;
    height: 110px;
    -webkit-transition: all .4s;
}

    .ComapanyItemTielsHead::before {
        content: '';
        position: absolute;
        width: 270px;
        height: 30px;
        background-color: white;
        -webkit-border-bottom-left-radius: 50%;
        -webkit-border-bottom-right-radius: 50%;
        margin-top: 110px;
        -webkit-transition: all .4s;
    }

.ComapanyItemTiels:hover .ComapanyItemTielsHead {
    height: 90px;
}

    .ComapanyItemTiels:hover .ComapanyItemTielsHead::before {
        margin-top: 80px;
    }

.ComapanyItemTielsFooter {
    margin-top: 240px;
    width: 100%;
    float: left;
    height: 40px;
    background-color: rgba(73,180,255,0.8);
    -webkit-transition: all .4s;
}

.ComapanyItemTiels:hover .ComapanyItemTielsFooter {
    margin-top: 220px;
}

.CompanyViewBtn {
    width: 100%;
    background-color: transparent;
    text-align: center;
    font-size: 1.2em;
    float: left;
    color: white;
    margin-top: 8px;
}

    .CompanyViewBtn span {
        font-size: 1.2em;
    }

    .CompanyViewBtn label {
        font-size: 1.2em;
        color: white;
        text-transform: none;
        margin-top: -5px;
    }

.ComapanyItemTielsFooter:hover {
    cursor: pointer;
    background-color: rgba(73,180,255,0.9);
}

.CompanyLogoDiv {
    position: absolute;
    float: left;
    width: 270px;
    margin-top: 175px;
    height: 110px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all .3s;
}

@keyframes AnimCompanyLogo {
    0% {
        height: 0px;
        width: 0px;
        margin-left: 135px;
        margin-top: 55px;
    }

    100% {
        height: 110px;
        width: 110px;
        margin-left: 78px;
        margin-top: 0px;
    }
}

.CompanyLogoDiv div {
    height: 110px;
    width: 110px;
    margin-top: 0px;
    margin-left: 78px;
    background-color: white;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    border: 5px solid white;
    -webkit-box-shadow: 0px 0px 5px black;
    animation: AnimCompanyLogo .7s;
    -webkit-transition: all .3s;
}

.CompanyJobsCountDiv {
    background-color: transparent;
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 300px;
    -webkit-transition: all .3s;
}

@keyframes AnimCompanyJobCountTag {
    0% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

.CompanyJobsCountDiv span {
    background-color: rgba(73,180,255,0.9);
    color: white;
    padding: 7px;
    opacity: 1;
    animation: AnimCompanyJobCountTag .5s;
    -webkit-border-radius: 3px;
}

    .CompanyJobsCountDiv span::before {
        content: '';
        opacity: 1;
        border-top: none;
        border-bottom: 10px solid rgba(73,180,255,0.9);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        margin-top: -13px;
        margin-left: 35px;
        animation: AnimCompanyJobCountTag .5s;
        -webkit-transition: all .3s;
    }

.ComapanyItemTiels:hover .CompanyJobsCountDiv {
    margin-top: 123px;
}

    .ComapanyItemTiels:hover .CompanyJobsCountDiv span::before {
        content: '';
        border-bottom: none;
        border-top: 10px solid rgba(73,180,255,0.9);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        margin-top: 27px;
        margin-left: 35px;
    }

.ComapanyItemTiels:hover .CompanyLogoDiv {
    margin-top: 160px;
}

    .ComapanyItemTiels:hover .CompanyLogoDiv div {
        -webkit-box-shadow: 0px 0px 10px black;
    }

.ComapanyItemTielsHead .CompanyNameList {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.3em;
}

.ComapanyItemTielsHead dl {
    width: 70px;
    height: 3px;
    margin-top: -37px;
    background-color: #d8d20f;
}

#CompanyCityStateDiv {
    margin-top: -30px;
    font-size: 1.1em;
}

.ResetButton {
    float: left;
    margin: 0px 10px 0px 10px;
    width: 35px;
    height: 35px;
}

    .ResetButton div {
        width: 35px;
        height: 35px;
        margin: 0px;
        background-image: url('images/refresh.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }


@keyframes animCourserItemDivNew {
    0% {
        opacity: 0;
        margin-top: 130px;
    }

    100% {
        opacity: 1;
        margin-top: 15px;
    }
}

.NewOnlineCourseItemDarkGreen {
    width: 260px;
    height: 340px;
    float: left;
    background-color: white;
    opacity: 1;
    animation: animCourserItemDivNew .5s;
    -webkit-transition: all .3s;
    overflow: hidden;
    border: 2px solid #888;
    margin: 15px;
}

.NewOnlineCourseItemIconDiv {
    width: 260px;
    text-align: center;
    margin-top: 110px;
    float: left;
    -webkit-transition: all .3s;
}

    .NewOnlineCourseItemIconDiv span {
        font-size: 2.5em;
        color: #888;
        -webkit-transition: all .5s;
    }

.NewOnlineCourseItemTitleDiv {
    width: 260px;
    text-align: center;
    color: #888;
    font-size: 1.2em;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    float: left;
    -webkit-transition: all .4s;
}

.NewOnlineCourseItemIndustryDiv {
    width: 260px;
    text-align: center;
    color: white;
    font-size: 1.1em;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    margin-top: 130px;
    -webkit-transition: all .8s;
}

.NewOnlineCourseItemEffortDiv {
    width: 260px;
    text-align: center;
    color: white;
    font-size: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    margin-top: 110px;
    -webkit-transition: all .8s;
}

.NewOnlineCourseItemLengthDiv {
    width: 260px;
    text-align: center;
    color: white;
    font-size: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    margin-top: 110px;
    -webkit-transition: all .8s;
}

.NewOnlineCourseItemPlaceTypeDiv {
    width: 260px;
    text-align: center;
    color: white;
    font-size: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    margin-top: 110px;
    -webkit-transition: all .8s;
}

.NewOnlineCourseItemLearnMoreBtnDiv {
    width: 260px;
    text-align: center;
    float: left;
    margin-top: 110px;
    -webkit-transition: all .8s;
}

    .NewOnlineCourseItemLearnMoreBtnDiv input[type=button] {
        border: 2px solid white;
        background-color: transparent;
        color: white;
        padding: 5px 15px 5px 15px;
        font-weight: bold;
    }

.NewOnlineCourseItemDarkGreen:hover {
    background-color: #1abc9c;
    border: 2px solid #1abc9c;
    cursor: pointer;
}

    .NewOnlineCourseItemDarkGreen:hover .NewOnlineCourseItemIconDiv {
        margin-top: 30px;
        color: white;
    }

    .NewOnlineCourseItemDarkGreen:hover .NewOnlineCourseItemTitleDiv {
        color: white;
    }

    .NewOnlineCourseItemDarkGreen:hover .NewOnlineCourseItemIconDiv span {
        color: white;
    }

    .NewOnlineCourseItemDarkGreen:hover .NewOnlineCourseItemIndustryDiv {
        margin-top: 0px;
    }

    .NewOnlineCourseItemDarkGreen:hover .NewOnlineCourseItemEffortDiv {
        margin-top: 0px;
    }

    .NewOnlineCourseItemDarkGreen:hover .NewOnlineCourseItemLengthDiv {
        margin-top: 0px;
    }

    .NewOnlineCourseItemDarkGreen:hover .NewOnlineCourseItemPlaceTypeDiv {
        margin-top: 0px;
    }

    .NewOnlineCourseItemDarkGreen:hover .NewOnlineCourseItemLearnMoreBtnDiv {
        margin-top: 5px;
    }

.NewOnlineCourseItemDarkGreen .NewOnlineCourseItemLearnMoreBtnDiv input[type=button]:hover {
    border: 2px solid transparent;
    background-color: white;
    color: #1abc9c;
    padding: 5px 15px 5px 15px;
}


.NewOnlineCourseItemLightBlue {
    width: 260px;
    height: 340px;
    float: left;
    background-color: white;
    opacity: 1;
    animation: animCourserItemDivNew .5s;
    -webkit-transition: all .3s;
    overflow: hidden;
    border: 2px solid #888;
    margin: 15px;
}

    .NewOnlineCourseItemLightBlue:hover {
        background-color: #3498db;
        border: 2px solid #3498db;
        cursor: pointer;
    }

        .NewOnlineCourseItemLightBlue:hover .NewOnlineCourseItemIconDiv {
            margin-top: 30px;
            color: white;
        }

        .NewOnlineCourseItemLightBlue:hover .NewOnlineCourseItemTitleDiv {
            color: white;
        }

        .NewOnlineCourseItemLightBlue:hover .NewOnlineCourseItemIconDiv span {
            color: white;
        }

        .NewOnlineCourseItemLightBlue:hover .NewOnlineCourseItemIndustryDiv {
            margin-top: 0px;
        }

        .NewOnlineCourseItemLightBlue:hover .NewOnlineCourseItemEffortDiv {
            margin-top: 0px;
        }

        .NewOnlineCourseItemLightBlue:hover .NewOnlineCourseItemLengthDiv {
            margin-top: 0px;
        }

        .NewOnlineCourseItemLightBlue:hover .NewOnlineCourseItemPlaceTypeDiv {
            margin-top: 0px;
        }

        .NewOnlineCourseItemLightBlue:hover .NewOnlineCourseItemLearnMoreBtnDiv {
            margin-top: 5px;
        }

    .NewOnlineCourseItemLightBlue .NewOnlineCourseItemLearnMoreBtnDiv input[type=button]:hover {
        border: 2px solid transparent;
        background-color: white;
        color: #3498db;
        padding: 5px 15px 5px 15px;
    }


.NewOnlineCourseItemLightGreen {
    width: 260px;
    height: 340px;
    float: left;
    background-color: white;
    opacity: 1;
    animation: animCourserItemDivNew .5s;
    -webkit-transition: all .3s;
    overflow: hidden;
    border: 2px solid #888;
    margin: 15px;
}

    .NewOnlineCourseItemLightGreen:hover {
        background-color: #2ecc71;
        border: 2px solid #2ecc71;
        cursor: pointer;
    }

        .NewOnlineCourseItemLightGreen:hover .NewOnlineCourseItemIconDiv {
            margin-top: 30px;
            color: white;
        }

        .NewOnlineCourseItemLightGreen:hover .NewOnlineCourseItemTitleDiv {
            color: white;
        }

        .NewOnlineCourseItemLightGreen:hover .NewOnlineCourseItemIconDiv span {
            color: white;
        }

        .NewOnlineCourseItemLightGreen:hover .NewOnlineCourseItemIndustryDiv {
            margin-top: 0px;
        }

        .NewOnlineCourseItemLightGreen:hover .NewOnlineCourseItemEffortDiv {
            margin-top: 0px;
        }

        .NewOnlineCourseItemLightGreen:hover .NewOnlineCourseItemLengthDiv {
            margin-top: 0px;
        }

        .NewOnlineCourseItemLightGreen:hover .NewOnlineCourseItemPlaceTypeDiv {
            margin-top: 0px;
        }

        .NewOnlineCourseItemLightGreen:hover .NewOnlineCourseItemLearnMoreBtnDiv {
            margin-top: 5px;
        }

    .NewOnlineCourseItemLightGreen .NewOnlineCourseItemLearnMoreBtnDiv input[type=button]:hover {
        border: 2px solid transparent;
        background-color: white;
        color: #2ecc71;
        padding: 5px 15px 5px 15px;
    }


.NewOnlineCourseItemPurpel {
    width: 260px;
    height: 340px;
    float: left;
    background-color: white;
    opacity: 1;
    animation: animCourserItemDivNew .5s;
    -webkit-transition: all .3s;
    overflow: hidden;
    border: 2px solid #888;
    margin: 15px;
}

    .NewOnlineCourseItemPurpel:hover {
        background-color: #9b59b6;
        border: 2px solid #9b59b6;
        cursor: pointer;
    }

        .NewOnlineCourseItemPurpel:hover .NewOnlineCourseItemIconDiv {
            margin-top: 30px;
            color: white;
        }

        .NewOnlineCourseItemPurpel:hover .NewOnlineCourseItemTitleDiv {
            color: white;
        }

        .NewOnlineCourseItemPurpel:hover .NewOnlineCourseItemIconDiv span {
            color: white;
        }

        .NewOnlineCourseItemPurpel:hover .NewOnlineCourseItemIndustryDiv {
            margin-top: 0px;
        }

        .NewOnlineCourseItemPurpel:hover .NewOnlineCourseItemEffortDiv {
            margin-top: 0px;
        }

        .NewOnlineCourseItemPurpel:hover .NewOnlineCourseItemLengthDiv {
            margin-top: 0px;
        }

        .NewOnlineCourseItemPurpel:hover .NewOnlineCourseItemPlaceTypeDiv {
            margin-top: 0px;
        }

        .NewOnlineCourseItemPurpel:hover .NewOnlineCourseItemLearnMoreBtnDiv {
            margin-top: 5px;
        }

    .NewOnlineCourseItemPurpel .NewOnlineCourseItemLearnMoreBtnDiv input[type=button]:hover {
        border: 2px solid transparent;
        background-color: white;
        color: #9b59b6;
        padding: 5px 15px 5px 15px;
    }

.OnlineCoursesDropDowd {
    outline: none;
    border: none;
    float: left;
    width: 100%;
    height: 100%;
}


.NewOnlineCourseItemYellow {
    width: 260px;
    height: 340px;
    float: left;
    background-color: white;
    opacity: 1;
    animation: animCourserItemDivNew .5s;
    -webkit-transition: all .3s;
    overflow: hidden;
    border: 2px solid #888;
    margin: 15px;
}

    .NewOnlineCourseItemYellow:hover {
        background-color: rgb(255,165,0);
        border: 2px solid rgb(255,165,0);
        cursor: pointer;
    }

        .NewOnlineCourseItemYellow:hover .NewOnlineCourseItemIconDiv {
            margin-top: 30px;
            color: white;
        }

        .NewOnlineCourseItemYellow:hover .NewOnlineCourseItemTitleDiv {
            color: white;
        }

        .NewOnlineCourseItemYellow:hover .NewOnlineCourseItemIconDiv span {
            color: white;
        }

        .NewOnlineCourseItemYellow:hover .NewOnlineCourseItemIndustryDiv {
            margin-top: 0px;
        }

        .NewOnlineCourseItemYellow:hover .NewOnlineCourseItemEffortDiv {
            margin-top: 0px;
        }

        .NewOnlineCourseItemYellow:hover .NewOnlineCourseItemLengthDiv {
            margin-top: 0px;
        }

        .NewOnlineCourseItemYellow:hover .NewOnlineCourseItemPlaceTypeDiv {
            margin-top: 0px;
        }

        .NewOnlineCourseItemYellow:hover .NewOnlineCourseItemLearnMoreBtnDiv {
            margin-top: 5px;
        }

    .NewOnlineCourseItemYellow .NewOnlineCourseItemLearnMoreBtnDiv input[type=button]:hover {
        border: 2px solid transparent;
        background-color: white;
        color: rgb(255,165,0);
        padding: 5px 15px 5px 15px;
    }



.NewSoftwareItemDiv {
    width: 270px;
    height: 270px;
    border: 5px solid #ddd;
    background-color: transparent;
    margin: 5px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .3s;
}

    .NewSoftwareItemDiv img {
        margin-top: 60px;
        max-width: 150px;
        max-height: 150px;
    }

@keyframes softwareItemAmin {
    0% {
        width: 0px;
        height: 0px;
        opacity: 9;
        margin: 135px 0px 0px 135px;
    }

    100% {
        width: 270px;
        height: 270px;
        opacity: 0.9;
        margin: -5px 0px 0px -5px;
    }
}

.NewSoftwareItemDiv div {
    display: none;
    opacity: 0.9;
    border-radius: 50%;
    background-color: rgba(100,100,100,0.8);
    width: 270px;
    height: 270px;
    position: absolute;
    margin: -5px 0px 0px -5px;
    animation: softwareItemAmin .3s;
    -webkit-transition: all .3s;
}

@keyframes softwareItemTextAmin {
    0% {
        margin-top: 200px;
    }

    100% {
        margin-top: 70px;
    }
}

.NewSoftwareItemDiv div p {
    width: 250px;
    margin: 0px;
    margin-left: -125px;
    margin-top: 70px;
    font-size: 1.7em;
    color: white;
    position: absolute;
    text-align: center;
    display: inline-block;
    animation: softwareItemTextAmin .5s;
    -webkit-transition: all .3s;
}

@keyframes softwareItemDisplayAmin {
    0% {
        margin-top: -100px;
    }

    100% {
        margin-top: 200px;
    }
}

.NewSoftwareItemDiv div input {
    position: absolute;
    margin-top: 200px;
    margin-left: -55px;
    font-size: 1.2em;
    color: white;
    background-color: transparent;
    outline: none;
    border-radius: 1px;
    border: 1px solid white;
    animation: softwareItemDisplayAmin .7s;
    -webkit-transition: all .3s;
}

.NewSoftwareItemDiv:hover div {
    display: block;
}

@keyframes NewEventItemDivAnim {
    0% {
        height: 150px;
    }

    100% {
        height: 330px;
    }
}

.NewEventItemStyle {
    width: 270px;
    height: 330px;
    background-color: rgb(240,240,240);
    -webkit-border-radius: 5px;
    border: 2px solid rgb(180,180,180);
    margin: 7px;
    float: left;
    overflow: hidden;
    animation: NewEventItemDivAnim .5s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    display: inline-block;
}

.NewEventItemImageDiv {
    float: left;
    margin: 0px;
    width: 100%;
    height: 150px;
    background-image: URL('images/fancybox_loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

    .NewEventItemImageDiv img {
        width: 100%;
        height: 100%;
        margin: 0px;
        float: left;
    }

.NewEventItemDiv {
    width: 100%;
    margin: 0px;
    height: 40px;
    display: inline-block;
    float: left;
}

    .NewEventItemDiv p {
        width: 94%;
        float: left;
        margin-left: 3%;
        margin-right: 3%;
        word-wrap: break-word;
        font-size: 1.1em;
        margin-top: 5px;
        color: rgb(70,70,70);
    }

    .NewEventItemDiv input {
        width: 100%;
        float: left;
        border: none;
        outline: none;
        font-size: 1.1em;
        padding-top: 5px;
        padding-bottom: 5px;
        color: rgb(70,70,70);
        background-color: rgb(220,220,220);
        margin-top: 20px;
        -webkit-transition: all .3s;
    }

@keyframes animNewEventHoverDiv {
    0% {
        height: 0px;
    }

    100% {
        height: 150px;
    }
}

.hoverBackgrounddiv {
    background-color: rgba(40,40,40,0.6);
    width: 266px;
    margin: 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    height: 150px;
    position: absolute;
    animation: animNewEventHoverDiv .3s;
    animation-timing-function: linear;
    text-align: center;
    overflow: hidden;
    display: none;
}

    .hoverBackgrounddiv p {
        font-size: 25px;
        margin-top: 62.5px;
        color: white;
        text-align:center;
    }

.NewEventItemStyle:hover .hoverBackgrounddiv {
    display: block;
}

.NewEventItemStyle:hover .NewEventItemDiv input {
    background-color: rgba(40,40,40,0.6);
    color: white;
}


.DetailPagesectionTag {
    display: inline-block;
    width: 100%;
    background-color: rgb(240,240,240);
    margin: 0px;
}

.DetailsPageBackGroungImageDiv {
    width: 100%;
    height: 350px;
    background-size: 100% 100%;
    float: left;
    margin: 0px;
    margin-top: -50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('images/FullWidthImageDetails.png') !important;
    background-attachment: fixed;
}

.DetailPageContainDiv {
    width: 85%;
    float: left;
    margin-left: 7.5%;
    margin-right: 7.5%;
    padding-top: 0px;
    padding-bottom: 20px;
}

.DetailPageContainFullDiv {
    width: 100%;
    float: left;
}

.DetailPageContainLeftDiv {
    width: 70%;
    float: left;
}

.DetailPageContainRightDiv {
    width: 27%;
    margin-left: 3%;
    float: left;
}

.companyDetailsLogoDiv {
    width: 200px;
    height: 205px;
    position: absolute;
    left: 50%;
    margin: -100px auto auto -100px;
    -webkit-transition: all .3s;
}

@keyframes allDetailsPageLogoAnim {
    0% {
        width: 0px;
        height: 0px;
        margin-top: 100px;
        margin-left: 100px;
    }

    100% {
        width: 200px;
        height: 200px;
        margin-top: 0px;
        margin-left: 0px;
    }
}

.companyDetailsLogoDiv .imageLogoDiveCompany {
    border: 5px solid white;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-top: 0px;
    margin-left: 0px;
    background-color: white;
    -webkit-border-radius: 50%;
    background-position: center center;
    -webkit-box-shadow: 0px 0px 5px black;
    -webkit-transition: all .5s;
    background-repeat: no-repeat;
    background-size: contain;
    animation: allDetailsPageLogoAnim 1s;
}

    .companyDetailsLogoDiv .imageLogoDiveCompany:hover {
        -webkit-box-shadow: 0px 0px 15px black;
    }

.DetailPageItemsRowDiv {
    width: 100%;
    float: left;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
}

    .DetailPageItemsRowDiv p {
        margin: 0px;
    }

.DetailsPageCenterContentDiv {
    width: 100%;
    float: left;
    text-align: center;
    display: inline-block;
}

.DetailsPageLeftContentDiv {
    width: 85%;
    float: left;
    margin-left: 7.5%;
    margin-right: 7.5%;
    text-align: left;
    display: inline-block;
}

@keyframes DetailPageDisplayNameAnim {
    0% {
        letter-spacing: 20px;
    }

    100% {
        letter-spacing: 2px;
    }
}

.newCompanyNameTxt {
    font-size: 4em;
    letter-spacing: 2px;
    margin: 0px;
    color: white;
    padding: 0px;
    padding-left: 10px;
    text-shadow: 0px 0px 10px black;
    animation: DetailPageDisplayNameAnim 1s;
}

.HomeSearchDiv {
    width: 100%;
    height: 50px;
    float: left;
    -webkit-border-radius: 5px;
    overflow: hidden;
    background-color: white;
    border: 2px solid #ccc;
}

.homePageJobSearchTxt {
    float: left;
    width: 95%;
    outline: none;
    font-size: 1.2em;
    padding: 5px;
    border: none;
    height: 50px;
    background-color: transparent;
}

.homePageJobSearchBtn {
    float: left;
    width: 5%;
    outline: none;
    font-size: 1.2em;
    border: none;
    outline: none;
    height: 50px;
    background-color: transparent;
    background-image: url('images/Search.png');
    background-size: 60% 60%;
    background-position: center center;
    background-repeat: no-repeat;
}


.HomeJobCategorysDiv {
    width: 100%;
    float: left;
    background-color: white;
    display: inline-block;
    margin-top: 30px;
}

.HomwJobCategoryItem {
    width: 275px;
    height: 50px;
    float: left;
    text-align: center;
    margin: 4px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 3px black;
    -webkit-transition: all .3s;
}

    .HomwJobCategoryItem div {
        height: 50px;
        width: 275px;
        float: left;
        text-align: center;
        position: absolute;
    }

        .HomwJobCategoryItem div img {
            height: 30px;
            width: 30px;
            margin-top: 10px;
            float: left;
            border: none;
            outline: none;
            margin-left: 10px;
        }

    .HomwJobCategoryItem p {
        color: black;
        font-size: 1.1em;
        padding-top: 15px;
        width: 275px;
        height: 50px;
        float: left;
        z-index: 1;
        background-color: rgba(255,255,255,0.7);
        -webkit-transition: all .3s;
    }

.HomeJCItemHoverDiv {
    width: 275px;
    height: 0px;
    float: left;
    position: absolute;
    background-color: transparent;
    margin-top: 50px;
    z-index: 0;
    opacity: 0.4;
    -webkit-transition: all .3s;
}

.HomwJobCategoryItem:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

    .HomwJobCategoryItem:hover .HomeJCItemHoverDiv {
        margin-top: 0px;
        height: 50px;
    }

    .HomwJobCategoryItem:hover p {
        color: black;
        font-weight: bold;
    }

.AccountSettingTopBackGroundImage {
    width: 100%;
    height: 350px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url('images/DashboardBackground.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -2;
}


.DashBoardMainDiv {
    float: left;
    background-color: white;
    width: 65%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 5px rgb(120,120,120);
}

.DashBoardRightContDiv {
    float: right;
    background-color: white;
    width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 5px rgb(120,120,120);
}

.itemRowFull {
    float: left;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
}

.itemRowHalf {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
}

.DashboardItemEditLink {
    float: right;
    margin-right: 8px;
    margin-top: -93px;
    font-size: 1.4em;
    color: rgb(100,180,255);
}

.txtDashboardUserName {
    font-size: 1.5em;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
}

.txtNormalsize {
    text-align: center;
    font-size: 1em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.BtnDashboardNavigation {
    float: left;
    width: 25%;
    background-color: transparent;
    height: 40px;
    text-align: center;
}

    .BtnDashboardNavigation div {
        text-align: center;
        font-size: 1.1em;
        height: 40px;
        width: 100%;
        border-right: 1px solid #ccc;
        padding-top: 7px;
        color: #888;
        -webkit-transition: all .3s;
    }

    .BtnDashboardNavigation:last-child div {
        border-right: none;
    }

    .BtnDashboardNavigation div span {
        margin-right: 7px;
    }

    .BtnDashboardNavigation div:hover {
        background-color: rgb(180,180,180);
        color: white;
    }

.ItemRowHeaderDiv {
    width: 100%;
    float: left;
    height: 65px;
    border: none;
    border-bottom: 2px solid rgb(100,180,255);
}

    .ItemRowHeaderDiv p {
        float: left;
        font-size: 1.5em;
        margin: 0px;
        margin-left: 10px;
        margin-top: 5px;
        width: 100%;
        text-align: left;
    }

    .ItemRowHeaderDiv span {
        float: left;
        font-size: 0.8em;
        margin-left: 10px;
        margin-top: 5px;
        width: 100%;
        padding: 0px;
        margin: 0px;
        margin-left: 10px;
        text-align: left;
    }

.ItemRowFooterDiv {
    width: 100%;
    float: left;
    height: 40px;
    border-top: 1px solid rgb(100,180,255);
}

    .ItemRowFooterDiv a {
        font-size: 1.1em;
        margin-right: 15px;
        color: rgb(100,180,255);
        padding-top: 6px;
        float: left;
        width: 100%;
        height: 40px;
        text-decoration: underline;
    }

        .ItemRowFooterDiv a:hover {
            background-color: rgb(230,230,230);
            color: rgb(180,180,180);
        }

.NewDashboardJobItemDiv {
    width: 100%;
    float: left;
    height: 70px;
    margin: 0px;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    overflow: hidden;
}

    .NewDashboardJobItemDiv:hover {
        cursor: pointer;
        background-color: rgb(245,245,245);
    }

    .NewDashboardJobItemDiv:last-child {
        border-bottom: none;
    }

    .NewDashboardJobItemDiv .jobsCompanyLogoDiv {
        margin-left: 10px;
    }

.txtDashboardJobTitle {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    text-align: left;
    width: 87%;
    font-weight: bold;
}

    .txtDashboardJobTitle div {
        width: 50%;
        float: left;
        font-weight: normal;
    }

        .txtDashboardJobTitle div span {
            color: #14b1bb;
            margin-right: 7px;
        }

.WebsiteCounterDiv {
    position: fixed;
    left: -200px;
    bottom: 100px;
    background-color: black;
    color: white;
    width: 200px;
    height: 60px;
    display: inline-block;
    z-index: 1;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-transition: all .3s;
}

    .WebsiteCounterDiv div {
        width: 100%;
        float: left;
        background-color: transparent;
    }

        .WebsiteCounterDiv div:first-child {
            font-size: 1.3em;
            padding-left: 5px;
        }

    .WebsiteCounterDiv .LiveVisitor {
        font-size: 1em;
        padding-left: 5px;
    }

        .WebsiteCounterDiv .LiveVisitor p {
            width: 10px;
            height: 10px;
            float: left;
            -webkit-border-radius: 50%;
            background-color: rgb(100,255,100);
            margin-top: 7px;
            margin-right: 7px;
        }

    .WebsiteCounterDiv div:last-child {
        color: white;
        position: absolute;
        width: 30px;
        height: 30px;
        background-color: red;
        margin-left: 200px;
        margin-top: 0px;
        text-align: center;
        padding-top: 5px;
        font-size: 1.3em;
        background-color: black;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-transition: all .3s;
    }

.SocialButtonDiv {
    width: 40px;
    height: 40px;
    background-color: #14b1bb;
    -webkit-border-radius: 50%;
    margin: 10px;
    text-align: center;
    padding-top: 9px;
    float: left;
    -webkit-box-shadow: 0px 0px 5px black;
    -webkit-transition: all .3s;
}

    .SocialButtonDiv span {
        color: white;
        font-size: 1.5em;
    }

    .SocialButtonDiv:hover {
        -webkit-box-shadow: 0px 0px 10px black;
    }


.blogFilters {
    width: 23%;
    float: left;
    margin-top: 10px;
    display: inline-block;
}

    .blogFilters .BlogCategoryLinks div {
        width: 100%;
        float: left;
        font-size: 1.1em;
        color: black;
        padding: 5px 0px 5px 0px;
        text-align: center;
        background-color: transparent;
        text-align: left;
        border-bottom: 1px solid rgb(200,200,200);
        padding-left: 10px;
        color: rgb(100,100,100);
        -webkit-transition: all .3s;
    }

        .blogFilters .BlogCategoryLinks div:hover {
            background-color: #e7e7e7;
        }

    .blogFilters .BlogCategoryLinksVis div {
        width: 100%;
        float: left;
        font-size: 1.1em;
        color: black;
        padding: 5px 0px 5px 0px;
        text-align: center;
        background-color: #e7e7e7;
        text-align: left;
        border-bottom: 1px solid rgb(200,200,200);
        padding-left: 10px;
        color: rgb(100,100,100);
        -webkit-transition: all .3s;
    }

    .blogFilters .blogFiltershead {
        font-size: 1.3em;
        background-color: #14b1bb;
        color: white;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.BlogListDiv {
    width: 67%;
    float: left;
    margin-left: 2%;
}

.ListItemBlogPosts {
    width: 98%;
    display: inline-block;
    float: left;
    margin: 10px 30px 10px 30px;
    border-bottom: 1px solid rgb(220,220,220);
    padding: 5px;
}

    .ListItemBlogPosts .BlogPOstRow {
        width: 100%;
        float: left;
        display: inline-block;
    }

        .ListItemBlogPosts .BlogPOstRow span {
            float: left;
        }

    .ListItemBlogPosts .blogPOstTitle {
        width: 100%;
        float: left;
        margin-top: 0px;
        padding: 0px;
        font-size: 1.7em;
        word-wrap: break-word;
    }

    .ListItemBlogPosts .blogContent {
        width: 100%;
        float: left;
        margin-top: 10px;
        padding: 0px;
        color: black;
        font-size: 1em;
        word-wrap: break-word;
    }

    .ListItemBlogPosts .BogpostBottom {
        float: left;
        margin-top: 10px;
        padding: 0px;
        font-size: 1em;
        word-wrap: break-word;
        margin-left: 20px;
    }

.uploadjobseekerresumeBackDivStyle {
    position: fixed;
    z-index: 1;
    background-color: white;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 200px;
    -webkit-border-radius: 10px;
    margin-top: -100px;
    margin-left: -150px;
    display: inline-block;
    overflow: hidden;
}

    .uploadjobseekerresumeBackDivStyle .uploadjobseekerresumeHeadDiv {
        border-bottom: 1px solid blue;
        width: 100%;
        float: left;
        height: 60px;
        text-align: center;
        display: inline-block;
    }

        .uploadjobseekerresumeBackDivStyle .uploadjobseekerresumeHeadDiv span {
            margin-top: 10px;
            font-size: 1.5em;
        }

        .uploadjobseekerresumeBackDivStyle .uploadjobseekerresumeHeadDiv p {
            margin-top: 10px;
            font-size: 0.8em;
            margin: 0px;
            float: left;
            margin-top: 3px;
            margin-left: 7px;
        }

    .uploadjobseekerresumeBackDivStyle .uploadjobseekerresumeContentDiv {
        width: 100%;
        float: left;
        height: 100px;
        margin: 0px;
        padding: 5px;
        overflow: hidden;
    }

    .uploadjobseekerresumeBackDivStyle .uploadjobseekerresumeFooterDiv {
        width: 100%;
        float: left;
        height: 40px;
        border-top: 1px solid blue;
        margin: 0px;
    }

        .uploadjobseekerresumeBackDivStyle .uploadjobseekerresumeFooterDiv input {
            width: 100%;
            float: left;
            height: 100%;
            border: none;
            color: blue;
            background-color: transparent;
            font-size: 1.2em;
            -webkit-transition: all .3s;
        }

            .uploadjobseekerresumeBackDivStyle .uploadjobseekerresumeFooterDiv input:hover, .uploadjobseekerresumeBackDivStyle .uploadjobseekerresumeFooterDiv input:focus {
                cursor: pointer;
                background-color: rgb(240,240,240);
            }

            .uploadjobseekerresumeBackDivStyle .uploadjobseekerresumeFooterDiv input[disabled] {
                background-color: rgb(225,225,225);
                color: rgb(125,125,125);
            }

    .uploadjobseekerresumeBackDivStyle .uploadjobseekerresumeContentDiv input[type=file] {
        display: none;
    }

    .uploadjobseekerresumeBackDivStyle .uploadjobseekerresumeContentDiv input[type=button] {
        background-color: transparent;
        border: 1px solid blue;
        -webkit-border-radius: 5px;
        padding: 5px 10px 5px 10px;
        font-size: 1em;
        -webkit-transition: all .3s;
        outline: none;
    }

        .uploadjobseekerresumeBackDivStyle .uploadjobseekerresumeContentDiv input[type=button]:hover, .uploadjobseekerresumeBackDivStyle .uploadjobseekerresumeContentDiv input[type=button]:focus {
            background-color: rgba(73,180,255,0.9);
            border: 1px solid rgba(73,180,255,0.9);
            color: white;
        }

.fullWidthLink {
    text-align: center;
    padding: 5px 12px 5px 12px;
    font-size: 1em;
    background-color: #e7e7e7;
    border: none;
    -webkit-border-radius: 2px;
}

    .fullWidthLink:hover, .fullWidthLink:focus {
        background-color: #ccc;
    }

@keyframes DashboardMenudivAnim {
    0% {
        top: 0px;
    }

    100% {
        top: 115px;
    }
}

#JobseekerDashboardMenuDiv {
    padding: 0px;
    display: none;
    position: fixed;
    top: 115px;
    left: 0%;
    margin: 0px;
    width: 100%;
    z-index: 1;
    animation: DashboardMenudivAnim .5s;
}

@keyframes NewsListTopContentDiv {
    0% {
        top: 0px;
    }

    100% {
        top: 115px;
    }
}

.NewsScrollTopDiv {
    z-index: 1;
    background-color: white;
    position: fixed;
    left: 0px;
    width: 100%;
    top: 115px;
    -webkit-box-shadow: 0px 0px 5px black;
    animation: NewsListTopContentDiv .3s;
}

.NormalNewsScrollTopDiv {
    z-index: 1;
    left: 0px;
    width: 100%;
}

.containerTopDiv {
    width: 87%;
    float: left;
    display: inline-block;
    margin-left: 6%;
}

.NormalcontainerTopDiv {
    width: 100%;
    float: left;
    display: inline-block;
    margin-left: 0px;
}

.EventTopDivStyle {
    width: 100%;
    float: left;
    display: inline-block;
}

.EventTopDivStyleContainer {
    width: 100%;
    float: left;
    display: inline-block;
}

.ScrolledEventTopDivStyle {
    width: 100%;
    float: left;
    display: inline-block;
    position: fixed;
    top: 115px;
    left: 0px;
    z-index: 1;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px black;
    animation: NewsListTopContentDiv .3s;
}

.ScrolledEventTopDivStyleContainer {
    width: 84%;
    float: left;
    display: inline-block;
    margin-left: 7%;
}

.uploadResumeLeftDiv {
    width: 25%;
    float: left;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 5px rgb(150,150,150);
    background-color: rgba(255,255,255,0.7);
}

.ResumeCountsDiv {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    color: white;
    float: left;
    background-color: transparent;
    display: none;
    font-weight: bold;
}

.uploadResumeLeftDiv .uploadResumeLeftDivHead {
    float: left;
    width: 100%;
    height: 50px;
    background-color: #14b1bb;
    border-bottom: 1px solid #888;
}

    .uploadResumeLeftDiv .uploadResumeLeftDivHead p {
        font-size: 1.5em;
        margin-left: 10px;
        margin-top: 7px;
        width: auto;
        color: white;
        float: left;
    }

    .uploadResumeLeftDiv .uploadResumeLeftDivHead a {
        float: right;
        color: white;
        font-size: 1.5em;
        margin-right: 10px;
        margin-top: 7px;
    }

.uploadResumeLeftDiv .uploadResumeLeftDivContent {
    float: left;
    width: 100%;
    display: inline-block;
    background-color: transparent;
}

    .uploadResumeLeftDiv .uploadResumeLeftDivContent .PriaryItemDiv {
        float: left;
        width: 100%;
        height: 40px;
        background-color: transparent;
        border-bottom: 1px solid #888;
        overflow: hidden;
    }

        .uploadResumeLeftDiv .uploadResumeLeftDivContent .PriaryItemDiv .ContentItems {
            width: 100%;
            float: left;
            height: 40px;
            display: inline-block;
            -webkit-transition: all .3s;
        }

        .uploadResumeLeftDiv .uploadResumeLeftDivContent .PriaryItemDiv p {
            font-size: 1.2em;
            margin-left: 5px;
            margin-top: 5px;
            float: left;
            overflow: hidden;
        }

        .uploadResumeLeftDiv .uploadResumeLeftDivContent .PriaryItemDiv .ContentItems i {
            float: right;
            font-size: 1.3em;
            margin-right: 10px;
            margin-top: 10px;
        }

        .uploadResumeLeftDiv .uploadResumeLeftDivContent .PriaryItemDiv .HoverDiv {
            width: 100%;
            float: left;
            position: relative;
            height: 0%;
            display: inline-block;
            overflow: hidden;
            background-color: #14b1bb;
            -webkit-transition: all .3s;
        }

            .uploadResumeLeftDiv .uploadResumeLeftDivContent .PriaryItemDiv .HoverDiv a {
                width: 50%;
                float: left;
                height: 40px;
                font-size: 1.2em;
                text-align: center;
                color: white;
                border-left: 1px solid rgb(220,220,220);
            }

                .uploadResumeLeftDiv .uploadResumeLeftDivContent .PriaryItemDiv .HoverDiv a:first-child {
                    border-left: none;
                }

                .uploadResumeLeftDiv .uploadResumeLeftDivContent .PriaryItemDiv .HoverDiv a i {
                    margin-top: 10px;
                }

                .uploadResumeLeftDiv .uploadResumeLeftDivContent .PriaryItemDiv .HoverDiv a:hover {
                    color: #14b1bb;
                    background-color: white;
                }

        .uploadResumeLeftDiv .uploadResumeLeftDivContent .PriaryItemDiv:hover .HoverDiv {
            height: 100%;
        }

        .uploadResumeLeftDiv .uploadResumeLeftDivContent .PriaryItemDiv:hover .ContentItems {
            height: 0%;
        }


    .uploadResumeLeftDiv .uploadResumeLeftDivContent .defaultItemDiv {
        float: left;
        width: 100%;
        height: 40px;
        background-color: transparent;
        border-bottom: 1px solid #888;
        overflow: hidden;
    }

        .uploadResumeLeftDiv .uploadResumeLeftDivContent .defaultItemDiv .ContentItems {
            width: 100%;
            float: left;
            height: 40px;
            display: inline-block;
            -webkit-transition: all .3s;
        }

        .uploadResumeLeftDiv .uploadResumeLeftDivContent .defaultItemDiv p {
            font-size: 1.2em;
            margin-left: 5px;
            margin-top: 5px;
            position: relative;
            overflow: hidden;
        }

        .uploadResumeLeftDiv .uploadResumeLeftDivContent .defaultItemDiv .HoverDiv {
            width: 100%;
            position: relative;
            float: left;
            height: 0%;
            display: inline-block;
            overflow: hidden;
            background-color: #14b1bb;
            -webkit-transition: all .3s;
        }

            .uploadResumeLeftDiv .uploadResumeLeftDivContent .defaultItemDiv .HoverDiv a {
                width: 25%;
                float: left;
                height: 40px;
                font-size: 1.2em;
                text-align: center;
                color: white;
                border-left: 1px solid rgb(220,220,220);
            }

                .uploadResumeLeftDiv .uploadResumeLeftDivContent .defaultItemDiv .HoverDiv a:first-child {
                    border-left: none;
                }

                .uploadResumeLeftDiv .uploadResumeLeftDivContent .defaultItemDiv .HoverDiv a i {
                    margin-top: 10px;
                }

                .uploadResumeLeftDiv .uploadResumeLeftDivContent .defaultItemDiv .HoverDiv a:hover {
                    color: #14b1bb;
                    background-color: white;
                }

        .uploadResumeLeftDiv .uploadResumeLeftDivContent .defaultItemDiv:hover .HoverDiv {
            height: 100%;
        }

        .uploadResumeLeftDiv .uploadResumeLeftDivContent .defaultItemDiv:hover .ContentItems {
            height: 0%;
        }





.uploadResumeContentDiv {
    float: right;
    width: 70%;
    background-color: rgba(255,255,255,0.7);
    -webkit-box-shadow: 0px 0px 5px rgb(150,150,150);
}

.uploadResumeContentHeadDiv {
    float: left;
    width: 100%;
    height: 50px;
    background-color: transparent;
    border-bottom: 1px solid #888;
}

    .uploadResumeContentHeadDiv p {
        float: left;
        width: auto;
        font-size: 1.3em;
        margin-left: 10px;
        margin-top: 10px;
    }

    .uploadResumeContentHeadDiv .ResumeControls {
        float: right;
        width: 152px;
        height: 50px;
    }

        .uploadResumeContentHeadDiv .ResumeControls a {
            width: 50px;
            height: 50px;
            float: right;
            margin-right: 1px;
            font-size: 1.3em;
            text-align: center;
            background-color: #14b1bb;
            color: white;
        }

            .uploadResumeContentHeadDiv .ResumeControls a:first-child {
                margin-right: 0px;
            }

            .uploadResumeContentHeadDiv .ResumeControls a i {
                margin-top: 13px;
            }

            .uploadResumeContentHeadDiv .ResumeControls a:hover {
                background-color: transparent;
                color: #14b1bb;
            }

.uploadResumeContentContentDiv {
    float: left;
    width: 100%;
    background-color: transparent;
}

.UploadResumePopupDivPage {
    position: fixed;
    width: 300px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
    background-color: white;
    -webkit-border-radius: 5px;
    z-index: 1;
    overflow: hidden;
}

.UploadProcessDiv {
    position: fixed;
    width: 300px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
    background-color: rgba(255,255,255,0.7);
    -webkit-border-radius: 5px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

    .UploadProcessDiv img {
        width: 30px;
        height: 30px;
        margin-top: 85px;
    }

.UploadResumePopupDivPageHead {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(73,180,255,0.9);
    height: 50px;
    text-align: center;
}

    .UploadResumePopupDivPageHead p {
        font-size: 1.5em;
        margin-top: 7px;
    }

.UploadResumePopupDivPageContent {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(73,180,255,0.9);
    height: 110px;
}

.UploadResumePopupDivPageFooter {
    width: 100%;
    float: left;
    height: 40px;
    text-align: center;
}

    .UploadResumePopupDivPageFooter input {
        float: left;
        height: 40px;
        margin: 0px;
        width: 50%;
        border: none;
        outline: none;
        background-color: transparent;
        font-size: 1.1em;
    }

        .UploadResumePopupDivPageFooter input:first-child {
            border-right: 1px solid rgba(73,180,255,0.9);
        }

        .UploadResumePopupDivPageFooter input:hover {
            background-color: #e7e7e7;
        }

        .UploadResumePopupDivPageFooter input[disabled] {
            background-color: #ccc;
        }



.NewAppliedJobsPageRowDiv {
    float: left;
    width: 100%;
    display: inline-block;
}

.NewAppliedJobsItemDiv {
    float: left;
    margin: 10px;
    background-color: rgba(210,210,210,0.7);
    width: 200px;
    height: 250px;
    -webkit-box-shadow: 0px 0px 5px #888;
    overflow: hidden;
    display: inline-block;
}

.NewAppliedJobsItemDivHover {
    width: 196px;
    height: 0px;
    margin: 0px;
    position: absolute;
    background: -webkit-linear-gradient(transparent, rgba(100,100,100,0.8));
    -webkit-transition: all .3s;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    margin-top: 246px;
}

.NewAppliedJobsItemDiv:hover .NewAppliedJobsItemDivHover {
    height: 246px;
    margin-top: 0px;
}

.NewAppliedJobsItemDivHover a {
    width: 40px;
    height: 40px;
    float: left;
    color: white;
    font-size: 1.5em;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid white;
    -webkit-border-radius: 50%;
    background-color: rgba(100,100,100,0.5);
    text-align: center;
    padding-top: 3px;
    margin-top: -100px;
}

.NewAppliedJobsItemDiv:hover .NewAppliedJobsItemDivHover a {
    margin-top: 103px;
}

.NewAppliedJobsItemDivHover a:first-child {
    margin-left: 50px;
}

    .NewAppliedJobsItemDivHover a:first-child:hover {
        border: 1px solid rgb(0,200,50);
    }

.NewAppliedJobsItemDivHover a:last-child:hover {
    border: 1px solid rgb(200,50,0);
}

.NewAppliedJobsItemDivContent {
    margin: 0px;
    float: left;
    width: 200px;
    height: 250px;
    overflow: hidden;
    display: inline-block;
}

.TxtAppliedJobCompanyName {
    float: left;
    width: 100%;
    margin: 0px;
    height: 100px;
    font-size: 1.1em;
    padding: 5px;
    margin-top: 20px;
    text-align: center;
    color: black;
    overflow: hidden;
}

.TxtAppliedJobAppliedDate {
    float: left;
    width: 100%;
    margin: 0px;
    height: 40px;
    font-size: 1em;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
    color: black;
}

.TxtAppliedJobAppliedStatus {
    float: left;
    width: 100%;
    margin: 0px;
    height: 40px;
    font-size: 1em;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
    color: black;
    border-top: 1px solid rgb(150,150,150);
    margin-top: 40px;
}

.myNewProfismallFullDiv {
    float: left;
    width: 90%;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px rgb(150,150,150);
    overflow: hidden;
    cursor: pointer;
}

    .myNewProfismallFullDiv img {
        width: 30px;
        height: 30px;
        margin: 10px;
        float: left;
    }

    .myNewProfismallFullDiv p {
        font-size: 1.1em;
        float: left;
        margin-top: 10px;
        max-width: 150px;
    }

    .myNewProfismallFullDiv span {
        font-size: 1.5em;
        float: right;
        margin-right: 5px;
        margin-top: 13px;
    }

    .myNewProfismallFullDiv label {
        width: 20px;
        height: 20px;
        padding: 0px;
        vertical-align: top;
        border-radius: 50%;
        background-color: red;
        font-size: 0.8em;
        font-weight: bold;
        color: white;
        text-align: center;
        float: right;
        margin-top: 15px;
        margin-right: 7px;
    }

.onclickSmallMenuPopup {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 11000;
}

    .onclickSmallMenuPopup .PopupCloseBtn {
        float: left;
        width: 100%;
        height: 10%;
        border-bottom: 1px solid rgb(200,200,200);
    }

        .onclickSmallMenuPopup .PopupCloseBtn a {
            float: right;
            font-size: 1.7em;
            color: rgb(150,150,150);
            margin-top: 7px;
            margin-right: 10px;
        }

    .onclickSmallMenuPopup .ProfileSmallMenuPopupContent {
        float: left;
        width: 100%;
        height: 90%;
        overflow-y: scroll;
    }

        .onclickSmallMenuPopup .ProfileSmallMenuPopupContent div {
            float: left;
            width: 100%;
            height: 50px;
            border-bottom: 1px solid rgb(200,200,200);
        }

            .onclickSmallMenuPopup .ProfileSmallMenuPopupContent div:hover {
                cursor: pointer;
                background-color: rgb(230,230,230);
            }

            .onclickSmallMenuPopup .ProfileSmallMenuPopupContent div img {
                float: left;
                width: 30px;
                height: 30px;
                margin: 10px;
            }

            .onclickSmallMenuPopup .ProfileSmallMenuPopupContent div p {
                float: left;
                font-size: 1.2em;
                margin-top: 10px;
                max-width: 170px;
                overflow: hidden;
            }

            .onclickSmallMenuPopup .ProfileSmallMenuPopupContent div span {
                font-size: 1.5em;
                float: right;
                margin-right: 5px;
                margin-top: 13px;
            }

            .onclickSmallMenuPopup .ProfileSmallMenuPopupContent div label {
                width: 20px;
                height: 20px;
                padding: 0px;
                vertical-align: top;
                border-radius: 50%;
                background-color: red;
                font-size: 0.8em;
                font-weight: bold;
                color: white;
                text-align: center;
                float: right;
                margin-top: 15px;
                margin-right: 7px;
            }


.SmallTopMenuButton {
    float: left;
    width: 40px;
    height: 40px;
    color: rgb(170,170,170);
    margin: 5px;
    text-align: center;
}

    .SmallTopMenuButton i {
        font-size: 2.5em;
        margin: 0px;
    }

.myProfileLeftDiv {
    width: 25%;
    display: inline-block;
    float: left;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 3px black;
    border-radius: 5px;
}

.myProfilerightDiv {
    width: 70%;
    display: inline-block;
    float: left;
    background-color: white;
    margin-left: 5%;
    -webkit-box-shadow: 0px 0px 3px black;
}

.ProfileMenuItem {
    float: left;
    background-color: #fff;
    width: 100%;
    height: 50px;
    -webkit-transition: all .3s;
}

    .ProfileMenuItem:hover {
        background-color: #efefef;
        cursor: pointer;
    }

    .ProfileMenuItem:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .ProfileMenuItem:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .ProfileMenuItem img {
        height: 20px;
        width: 20px;
        float: left;
        margin-top: 15px;
        margin-left: 15px;
    }

    .ProfileMenuItem p {
        float: left;
        font-size: 1.2em;
        margin-top: 10px;
        margin-left: 25px;
        color: #686868;
    }

    .ProfileMenuItem span {
        color: #686868;
        font-size: 1.5em;
        float: right;
        margin-top: 12px;
        margin-right: 10px;
        color: rgb(200,200,200);
    }

    .ProfileMenuItem span {
        color: #686868;
        font-size: 1.5em;
        float: right;
        margin-top: 12px;
        margin-right: 10px;
    }

    .ProfileMenuItem label {
        width: 20px;
        height: 20px;
        padding: 0px;
        vertical-align: top;
        border-radius: 50%;
        background-color: red;
        font-size: 0.8em;
        font-weight: bold;
        color: white;
        text-align: center;
        float: right;
        margin-top: 13.5px;
        margin-right: 7px;
    }


.ProfileMenuItemVis {
    float: left;
    background-color: #efefef;
    width: 100%;
    height: 50px;
    -webkit-transition: all .3s;
}

    .ProfileMenuItemVis:hover {
        background-color: #efefef;
        cursor: pointer;
    }

    .ProfileMenuItemVis:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .ProfileMenuItemVis:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .ProfileMenuItemVis img {
        height: 20px;
        width: 20px;
        float: left;
        margin-top: 15px;
        margin-left: 15px;
    }

    .ProfileMenuItemVis p {
        float: left;
        font-size: 1.2em;
        margin-top: 10px;
        margin-left: 25px;
        color: #686868;
    }

    .ProfileMenuItemVis span {
        color: #686868;
        font-size: 1.5em;
        float: right;
        margin-top: 12px;
        margin-right: 10px;
        color: rgb(200,200,200);
    }

    .ProfileMenuItemVis span {
        color: #686868;
        font-size: 1.5em;
        float: right;
        margin-top: 12px;
        margin-right: 10px;
    }

    .ProfileMenuItemVis label {
        width: 20px;
        height: 20px;
        padding: 0px;
        vertical-align: top;
        border-radius: 50%;
        background-color: red;
        font-size: 0.8em;
        font-weight: bold;
        color: white;
        text-align: center;
        float: right;
        margin-top: 13.5px;
        margin-right: 7px;
    }


.MyProfileRightHead {
    float: left;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid rgb(200,200,200);
    background-color: white;
}

    .MyProfileRightHead p {
        color: #686868;
        float: left;
        font-size: 1.8em;
        margin-top: 5px;
        margin-left: 20px;
    }

    .MyProfileRightHead span {
        color: #686868;
        float: right;
        font-size: 1.8em;
        margin-top: 15px;
        margin-right: 15px;
    }

.LoderMainDiv {
    width: 100%;
    text-align: center;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
}

.loader {
    border: 5px solid #f3f3f3 !important;
    border-radius: 50% !important;
    border-top: 5px solid #fecf54 !important;
    border-right: 5px solid rgb(52, 152, 219) !important;
    border-bottom: 5px solid rgb(26, 188, 156) !important;
    border-left: 5px solid rgb(255, 0, 0) !important;
    width: 30px !important;
    height: 30px !important;
    margin-left: 49%;
    -webkit-animation: spin 1.5s linear infinite !important;
    animation: spin 1.5s linear infinite !important;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.MyProfilePopUp {
    position: fixed;
    z-index: 11000;
    width: 500px;
    height: 500px;
    background-color: white;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -200px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px rgb(120,120,120);
}

.MyProfilePopUpHead {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgb(200,200,200);
    height: 50px;
}

    .MyProfilePopUpHead p {
        float: left;
        font-size: 1.7em;
        margin-left: 10px;
        margin-top: 3px;
    }

    .MyProfilePopUpHead a {
        float: right;
        font-size: 1.5em;
        margin-right: 10px;
        margin-top: 7px;
        color: rgb(200,200,200);
    }

.MyProfilePopUpContent {
    width: 100%;
    float: left;
    height: 400px;
    overflow-y: scroll;
}

.MyProfilePopUpFooter {
    width: 100%;
    float: left;
    border-top: 1px solid rgb(200,200,200);
    height: 50px;
}

.MyProfilePopupButtouns {
    float: right;
    margin: 7px;
}

.MyProfilePopupErrorMsg {
    float: left;
    margin-left: 10px;
    color: rgb(200,50,0);
    margin-top: 10px;
}

.MyProfilePopUpContentItemsDiv {
    float: left;
    width: 90%;
    height: 50px;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 7px;
}

    .MyProfilePopUpContentItemsDiv p {
        float: left;
        font-size: 1.1em;
        width: 30%;
    }

        .MyProfilePopUpContentItemsDiv p span {
            font-size: 1.2em;
            color: red;
        }

    .MyProfilePopUpContentItemsDiv input[type=text] {
        float: left;
        margin-left: 15px;
        padding: 3px;
        border: 1px solid rgb(150,150,150);
        border-radius: 3px;
        font-size: 1.1em;
        width: 65%;
        -webkit-transition: all .3s;
        outline: none;
    }

        .MyProfilePopUpContentItemsDiv input[type=text]:hover, .MyProfilePopUpContentItemsDiv input[type=text]:focus {
            -webkit-box-shadow: 0px 0px 5px black;
        }

    .MyProfilePopUpContentItemsDiv input[type=date] {
        float: left;
        margin-left: 15px;
        padding: 3px;
        border: 1px solid rgb(150,150,150);
        border-radius: 3px;
        font-size: 1.1em;
        width: 65%;
        height: 35px;
        -webkit-transition: all .3s;
        outline: none;
    }

        .MyProfilePopUpContentItemsDiv input[type=date]:hover, .MyProfilePopUpContentItemsDiv input[type=date]:focus {
            -webkit-box-shadow: 0px 0px 5px black;
        }

    .MyProfilePopUpContentItemsDiv select {
        float: left;
        margin-left: 15px;
        padding: 3px;
        border: 1px solid rgb(150,150,150);
        border-radius: 3px;
        font-size: 1.1em;
        width: 65%;
        outline: none;
        -webkit-transition: all .3s;
    }

        .MyProfilePopUpContentItemsDiv select:hover, .MyProfilePopUpContentItemsDiv select:focus {
            -webkit-box-shadow: 0px 0px 5px black;
        }

    .MyProfilePopUpContentItemsDiv textarea {
        float: left;
        margin-left: 15px;
        padding: 3px;
        border: 1px solid rgb(150,150,150);
        border-radius: 3px;
        font-size: 1.1em;
        height: 50px;
        width: 65%;
        -webkit-transition: all .3s;
        outline: none;
    }

        .MyProfilePopUpContentItemsDiv textarea:hover, .MyProfilePopUpContentItemsDiv textarea:focus {
            -webkit-box-shadow: 0px 0px 5px black;
        }


.MyProfilePopupInnerLoaderDiv {
    float: right;
    margin: 0px;
    margin-top: 10px;
    margin-right: 30px;
}

.ExperienceItemsDiv {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgb(180,180,180);
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.MyProfileNoDataDiv {
    float: left;
    width: 100%;
    margin: 0px;
    text-align: center;
    background-color: white;
    display: inline-block;
    font-size: 1.2em;
    color: rgb(150,150,150);
    padding-top: 7px;
    padding-bottom: 7px;
}

.ItemRow {
    float: left;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    display: inline-block;
    height: auto;
}

    .ItemRow p {
        float: left;
        padding: 0px;
        margin: 0px;
    }

.ExperienceItemsHoverDiv {
    height: 40px;
    float: right;
}

    .ExperienceItemsHoverDiv a {
        float: right;
        width: 40px;
        height: 40px;
        font-size: 20px;
        padding-top: 5px;
        text-align: center;
        margin-right: 5px;
        color: rgb(150,150,150);
    }

.ExperienceItemsLoadingDiv {
    position: absolute;
    margin-top: 5px;
    display: inline-block;
    background-color: rgb(230,230,230);
    padding: 10px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px rgb(150,150,150);
}

.feedBackDiv {
    position: fixed;
    width: 240px;
    background-color: white;
    height: 319.8px;
    z-index: 3000;
    left: -240px;
    top: 50%;
    margin-top: -120px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0px 0px 0px black;
    -webkit-transition: all .3s;
}

    .feedBackDiv .FBDiv {
        position: absolute;
        left: 0px;
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        color: black;
        margin-top: 100px;
        margin-left: 193.4px;
        height: auto;
        background-color: white;
        width: 120px;
        text-align: center;
        font-size: 1.1em;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-box-shadow: 0px 1px 3px black;
        -webkit-transition: all .3s;
        cursor: pointer;
    }

.FeedBackHeadDiv {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgb(200,200,200);
    padding: 5px;
    height: 50px;
}

    .FeedBackHeadDiv p {
        float: left;
        width: auto;
        font-size: 1.4em;
        margin-left: 5px;
    }

    .FeedBackHeadDiv a {
        float: right;
        font-size: 1.3em;
        color: rgb(170,170,170);
        margin-top: 5px;
        margin-right: 5px;
    }

.FeedBackContentDiv {
    float: left;
    width: 100%;
    padding: 5px;
    display: inline-block;
}

    .FeedBackContentDiv input {
        width: 96%;
        float: left;
        margin: 5px 2% 5px 2%;
        border-radius: 3px;
        padding: 5px;
        border: 1px solid rgb(150,150,150);
        outline: none;
        -webkit-transition: all .3s;
    }

        .FeedBackContentDiv input:hover, .FeedBackContentDiv input:focus {
            -webkit-box-shadow: 0px 0px 3px black;
        }

    .FeedBackContentDiv textarea {
        width: 96%;
        float: left;
        margin: 5px 2% 5px 2%;
        border-radius: 3px;
        padding: 5px;
        border: 1px solid rgb(150,150,150);
        outline: none;
        -webkit-transition: all .3s;
    }

        .FeedBackContentDiv textarea:hover, .FeedBackContentDiv textarea:focus {
            -webkit-box-shadow: 0px 0px 3px black;
        }

    .FeedBackContentDiv p {
        float: left;
        margin: 0px;
        width: 100%;
        height: 22px;
        overflow: hidden;
        color: red;
    }

.FeedBackFooterDiv {
    float: left;
    width: 100%;
    display: inline-block;
}

    .FeedBackFooterDiv input {
        float: left;
        height: 35px;
        background-color: rgb(220,220,220);
        color: black;
        border: none;
        outline: none;
        width: 100%;
        font-size: 1.2em;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-transition: all .3s;
    }

        .FeedBackFooterDiv input:hover, .FeedBackFooterDiv input:focus {
            background-color: rgb(150,150,150);
            color: rgb(240,240,240);
        }



.SoftwareFlipPanel {
    float: left;
    width: 200px;
    margin: 5px;
    height: 200px;
    position: relative;
    text-align: center;
}

.Softwarecard {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.front {
    z-index: 2;
}

.SoftwareLogoImage {
    width: 90%;
    height: 90%;
    margin: 5%;
    float: left;
    text-align: center;
    overflow: hidden;
}

    .SoftwareLogoImage img {
        max-height: 190px;
        max-width: 190px;
    }

.back {
    background-color: gray;
    z-index: 1;
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    background-color: rgb(240,240,240);
}

.SoftwareFlipPanel:hover .front {
    z-index: 1;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.SoftwareFlipPanel:hover .back {
    z-index: 2;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.txtSoftwareName {
    float: left;
    width: 90%;
    margin: 5%;
    padding-top: 50px;
    text-align: center;
    font-size: 1.2em;
    color: black;
    vertical-align: central;
}

.NewCareerChoiceTextBox {
    width: 80%;
    border: none;
    outline: none;
    float: left;
    padding: 3px;
    font-size: 1.1em;
    margin-top: 7px;
}

.newHeaderMenu {
    width: 100%;
    float: left;
    height: 50px;
    background-color: white;
    margin: 10px 0px 0px 0px;
    z-index: 0 !important;
}

.NewHeaderMenuItem {
    float: left;
    height: 50px;
    color: rgb(100,100,100);
    margin: 0px;
    font-size: 1.1em;
    padding: 2px 15px 0px 15px;
    text-align: center;
    border: none;
    -webkit-transition: all .3s;
    border-top: 5px solid black;
}

    .NewHeaderMenuItem:hover {
        background-color: rgb(220,220,220);
        color: white;
        cursor: pointer;
    }

@keyframes NewHeaderMenuSubAnim {
    0% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

.NewHeaderSubMenu {
    position: absolute;
    width: 200px;
    background-color: white;
    border: none;
    padding: 0px;
    margin: 3px 0px 0px -15px;
    display: none;
    opacity: 1;
    -webkit-box-shadow: 0px 1px 3px rgb(180,180,180);
    -webkit-transition: all .3s;
    animation: NewHeaderMenuSubAnim .3s;
}

    .NewHeaderSubMenu div {
        width: 100%;
    }

.NewHeaderSubMenuItem {
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgb(200,200,200);
    color: black;
    -webkit-transition: all .3s;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

    .NewHeaderSubMenuItem:hover {
        background-color: rgb(200,200,200);
        color: white;
    }

.NewHeaderMenuItem:hover .NewHeaderSubMenu {
    display: block;
    cursor: pointer;
}

.NewHeaderMenuItem i {
    margin-right: 10px;
}

.NewHeaderSubMenuItem i {
    margin-right: 10px;
}

.NewHeaderMenuItem p {
    margin-left: 10px;
    margin-top: 10px;
    float: right;
}

.SmallNewHeaderMenuButton {
    height: 40px;
    background-color: rgb(200,200,200);
    float: left;
    margin-top: 5px;
    font-size: 1.8em;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-border-radius: 2px;
}

    .SmallNewHeaderMenuButton::selection {
        background-color: transparent;
    }

    .SmallNewHeaderMenuButton i {
        margin-right: 10px;
    }

.SmallNewHeaderMenuDiv {
    position: absolute;
    width: 230px;
    background-color: white;
    border: none;
    padding: 0px;
    margin: 50px 0px 0px 0px;
    opacity: 1;
    -webkit-box-shadow: 0px 1px 2px rgb(180,180,180);
    -webkit-transition: all .3s;
}

.NewHeaderSmallMenuItem {
    float: left;
    height: 40px;
    width: 100%;
    border-bottom: 1px solid rgb(200,200,200);
    font-size: 1.2em;
    border-left-width: 5px;
    border-left-style: solid;
    color: rgb(120,120,120);
    padding-left: 7px;
    padding-right: 7px;
}

    .NewHeaderSmallMenuItem::selection {
        background-color: transparent;
    }

    .NewHeaderSmallMenuItem i {
        margin-right: 7px;
    }

    .NewHeaderSmallMenuItem:hover {
        background-color: rgb(240,240,240);
    }

    .NewHeaderSmallMenuItem p {
        float: right;
        margin-top: 7px;
        margin-right: 5px;
    }

.NewHeaderSmallSubMenu {
    float: left;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgb(200,200,200);
    font-size: 1.2em;
    color: rgb(120,120,120);
    background-color: rgb(240,240,240);
    margin: 0px;
    display: none;
}

.NewHeaderSmallSubMenuItem {
    float: left;
    height: 40px;
    width: 100%;
    border-bottom: 1px solid rgb(200,200,200);
    background-color: transparent;
    font-size: 0.9em;
    color: rgb(120,120,120);
    padding-left: 25px;
    padding-right: 7px;
}

    .NewHeaderSmallSubMenuItem::selection {
        background-color: transparent;
    }

    .NewHeaderSmallSubMenuItem i {
        margin-right: 10px;
    }

    .NewHeaderSmallSubMenuItem:hover {
        background-color: rgb(230,230,230);
    }


.footerTopLineDiv {
    float: left;
    margin: 0px;
    width: 100%;
    height: 5px;
    overflow: hidden;
}

    .footerTopLineDiv div {
        float: left;
        width: 20%;
        height: 5px;
        margin: 0px;
    }

.footerFullWidthDiv {
    float: left;
    width: 100%;
}

    .footerFullWidthDiv div {
        float: left;
        display: inline-block;
        width: 202px;
    }

.footerLinkListStyle {
    list-style: none;
    font-size: 1.1em;
    margin: 0px;
    float: left;
}

    .footerLinkListStyle li {
        margin: 2px;
    }

        .footerLinkListStyle li a {
            color: rgb(150,150,150);
        }

            .footerLinkListStyle li a:hover {
                color: rgb(190,190,190);
                text-decoration: underline;
            }

.faqItemsDiv {
    width: 100%;
    background-color: white;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0px 0px 3px rgb(150,150,150);
}

.faqItemsQueDiv {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgb(100,100,100);
    height: 50px;
    overflow: hidden;
}

    .faqItemsQueDiv p {
        margin-top: 5px;
        float: left;
        font-size: 1.1em;
        font-weight: bold;
        padding: 5px;
        max-width: 95%;
        word-wrap: break-word;
        text-align: justify;
    }

    .faqItemsQueDiv a {
        margin-top: 5px;
        float: right;
        font-size: 1.1em;
        font-weight: bold;
        padding: 5px;
        width: 40px;
        height: 40px;
        color: rgb(170,170,170);
        text-align: center;
        font-size: 1.5em;
    }

.faqItemsAnsDiv {
    float: left;
    width: 100%;
    padding: 10px;
    display: none;
}

    .faqItemsAnsDiv p {
        text-align: justify;
        float: left;
        width: 100%;
        margin: 5px auto 5px auto;
    }

    .faqItemsAnsDiv ul {
        width: 100%;
        float: left;
        margin: 5px auto 5px auto;
    }

        .faqItemsAnsDiv ul li {
            text-align: justify;
        }

.plushBtns {
    display: block;
}

.minsBtns {
    display: none;
}



/*New JobSeeker*/
.NewJobseekerRegisterPopup {
    width: 400px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    background-color: white;
    top: 50px;
    border-radius: 3px;
    overflow: hidden;
    z-index: 11000;
}

    .NewJobseekerRegisterPopup .ContentDiv {
        width: 94%;
        float: left;
        margin-left: 3%;
        margin-right: 3%;
    }

        .NewJobseekerRegisterPopup .ContentDiv .FormField-error {
            height: auto;
        }

        .NewJobseekerRegisterPopup .ContentDiv:first-child {
            width: 100%;
            float: left;
            margin-left: 0%;
            margin-right: 0%;
            height: 50px;
            background-color: #14b1bb;
            margin: 0px;
        }

        .NewJobseekerRegisterPopup .ContentDiv:last-child {
            margin-top: 10px;
        }

            .NewJobseekerRegisterPopup .ContentDiv:last-child input {
                margin-bottom: 10px;
                color: white;
                font-size: 1.1em;
                background-color: #14b1bb;
            }

        .NewJobseekerRegisterPopup .ContentDiv:first-child p {
            color: white;
            margin-left: 10px;
            font-size: 1.5em;
            margin-top: 5px;
            float: left;
        }

        .NewJobseekerRegisterPopup .ContentDiv:first-child a {
            color: white;
            margin-right: 10px;
            font-size: 1.5em;
            margin-top: 5px;
            float: right;
        }

    .NewJobseekerRegisterPopup label span {
        color: red;
        font-size: 1.5em;
    }

.JobseekerRemRegProPopup {
    position: fixed;
    z-index: 11000;
    background-color: white;
    width: 350px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -175px;
    -webkit-border-radius: 2px;
    overflow: hidden;
}

.JobseekerRemRegProPopupHeader {
    width: 100%;
    margin: 0px;
    float: left;
    height: 40px;
    border-bottom: 2px solid rgba(0,100,255,0.5);
    text-align: center;
}

    .JobseekerRemRegProPopupHeader p {
        width: 100%;
        float: left;
        font-size: 1.2em;
        margin-top: 5px;
    }

.JobseekerRemRegProPopupContent {
    width: 100%;
    margin-left: 0%;
    float: left;
    height: 315px;
    overflow-y: scroll;
}

    .JobseekerRemRegProPopupContent .PopupContentItem {
        width: 96%;
        margin-left: 2%;
        float: left;
        margin-bottom: 5px;
    }

        .JobseekerRemRegProPopupContent .PopupContentItem label span {
            color: red;
            font-size: 1.3em;
            margin-left: 3px;
        }

        .JobseekerRemRegProPopupContent .PopupContentItem select {
            width: 100%;
            border: 1px solid rgb(150,150,150);
            padding: 5px;
            height: 34px;
            -webkit-border-radius: 3px;
            outline: none;
        }

        .JobseekerRemRegProPopupContent .PopupContentItem input {
            width: 100%;
            border: 1px solid rgb(150,150,150);
            padding: 5px;
            height: 34px;
            -webkit-border-radius: 3px;
            outline: none;
        }

        .JobseekerRemRegProPopupContent .PopupContentItem textarea {
            width: 100%;
            border: 1px solid rgb(150,150,150);
            padding: 5px;
            height: 100px;
            -webkit-border-radius: 3px;
            outline: none;
            resize: none;
        }

.JobseekerRemRegProPopupFooter {
    width: 100%;
    float: left;
    height: 45px;
    border-top: 1px solid rgb(100,200,255);
}

    .JobseekerRemRegProPopupFooter input {
        float: right;
        margin-right: 12px;
        margin-top: 5px;
        background-color: rgb(100,200,255);
        color: white;
        border: none;
        font-size: 1.1em;
        padding: 3px 10px 3px 10px;
        -webkit-border-radius: 3px;
    }

        .JobseekerRemRegProPopupFooter input:hover, .JobseekerRemRegProPopupFooter input:focus {
            background-color: rgb(0,70,170);
            cursor: pointer;
        }

    .JobseekerRemRegProPopupFooter small {
        float: left;
        margin-left: 12px;
        margin-top: 5px;
        color: rgb(200,50,0);
    }

p {
    text-align: justify;
    word-wrap: break-word;
}

.homeNewsListItemDiv {
    width: 100%;
}

.dashboardSwitch{
    position:absolute;
    margin-top:-85px;
    margin-left:0px !important;
}
.dashboardSwitch span{
    position:absolute;
    margin-left:0px;
    font-size:1em;
    color:rgb(120,120,120);
    float:left;
    width:120px;
}

.UpdateSkillsPopupDivMain{
    min-height:500px;
    background-color:rgb(230,230,230);
    float:left;
    width:100%;
}

.UpdateSkillsPopupDiv{
    width:300px;
    height:200px;
    background-color:white;
    float:left;
    left:50%;
    position:absolute;
    margin-left:-150px;
    margin-top:200px;
    -webkit-box-shadow:0px 0px 5px black;
    -webkit-border-radius:2px;
    overflow:hidden;
}

.SkillsHead{
    width:100%;
    float:left;
    border-bottom:1px solid rgb(200,200,200);
    height:40px;
    text-align:center;
    font-size:1.2em;
    padding-top:7px;
}
.Skillscontent{
    width:100%;
    float:left;
    height:120px;
}
.Skillscontent textarea{
    width:100%;
    float:left;
    border:none;
    height:114px;
    outline:none;
    padding:3px;
}
.Skillsfooter{
    border-top:1px solid rgb(200,200,200);
    width:100%;
    float:left;
    height:40px;
}
.Skillsfooter input{
    width:100%;
    float:left;
    height:40px;
    border:none;
    outline:none;
    font-size:1.3em;
    background-color:rgb(230,230,230);
}
.Skillsfooter input:hover{
    background-color:rgb(210,210,210);
}