.dropdown-content {
    display: none;
}


/*  slide move modal*/

#employer-post-new-job .res-steps-container .res-steps {
    width: 25%;
    text-align: center;
    float: left;
    cursor: pointer
}

#employer-post-new-job .res-steps-container .res-steps .res-step-bar {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #0aa7e1;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    padding-top: 7px;
    font-size: 20px
}

#employer-post-new-job .res-steps-container .res-steps .res-progress-title {
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
    display: block
}

#employer-post-new-job .res-steps-container .res-steps .res-progress-bar {
    height: 5px;
    background: #0aa7e1;
    width: 50%;
    margin: -22px 0 0 50%;
    float: left
}

#employer-post-new-job .res-steps-container .res-step-two .res-progress-bar,
#employer-post-new-job .res-steps-container .res-step-three .res-progress-bar,
#employer-post-new-job .res-steps-container .res-step-four .res-progress-bar {
    width: 100%;
    margin-left: 0%
}

#employer-post-new-job .res-steps-container .res-step-four .res-progress-bar {
    width: 50%;
    margin-right: 50%
}

#employer-post-new-job .res-step-form {
    border: 1px solid #d2d2d2;
    box-shadow: 0px 6px 4px -2px silver;
    position: absolute
}

#employer-post-new-job .res-step-form h3 {
    margin: 10px 0;
    color: #0aa7e1;
    font-size: 18px
}

#employer-post-new-job .res-step-form .form-horizontal label {
    font-weight: normal
}

#employer-post-new-job .res-form-two,
#employer-post-new-job .res-form-three,
#employer-post-new-job .res-form-four {
    left: 150%
}

#employer-post-new-job .active .res-step-bar {
    background: #f19b20 !important
}

#employer-post-new-job .active .res-progress-title {
    color: #0aa7e1
}


/*  slide move modal*/

.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #2980B9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.abhi1 {
    border-radius: 20px !important;
    box-shadow: 0px 0px 5px 0px lightgray!important;
}

.radius {
    border-radius: 5px !important;
    box-shadow: 0px 0px 5px 0px lightgray!important;
}

.pd1 {
    padding: 15px;
}

.skin-blue .main-header .navbar {
    background: #ff9800!important;
}

.skin-blue .main-header .logo {
    background: #e38100!important;
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
    background-color: #ff9800!important;
}

.skin-blue .sidebar-menu .treeview-menu>li>a {
    color: #ffffff!important;
}

.skin-blue .sidebar-menu>li:hover>a,
.skin-blue .sidebar-menu>li.active>a,
.skin-blue .sidebar-menu>li.menu-open>a {
    color: #000!important;
    background: #e38100!important;
}

.skin-blue .sidebar-menu>li.header {
    color: #ffffff!important;
    background: #cd7400!important;
}

.skin-blue .sidebar-menu>li>.treeview-menu {
    background: #c77600!important;
}

.skin-blue .sidebar a {
    color: #000000!important;
    font-weight: 600;
}

.abhi2 {
    width: 75px;
}

.small-box {
    box-shadow: 1px 1px 8px 1px gray;
    border-radius: 20px;
}

.small-box>.small-box-footer {
    padding: 6px 0!important;
    border-radius: 50px!important;
}

.bg1 {
    background: #9c27b0;
    color: #fff!important;
}

.bg2 {
    background: #009688;
    color: #fff!important;
}

.bg3 {
    background: #3f51b5;
    color: #fff!important;
}

.bg4 {
    background-color: #c70e00 !important;
    color: #fff!important;
}

.bg5 {
    background-color: #2196f3 !important;
    color: #fff!important;
}

.bg6 {
    background-color: #70727a !important;
    color: #fff!important;
}

.bg7 {
    background-color: #CDDC39 !important;
    color: #fff!important;
}

.bg8 {
    background-color: #000 !important;
    color: #fff!important;
}

.bg9 {
    background: #FFC107;
    color: #fff!important;
}

.bg10 {
    background: #ff00f7;
    color: #fff!important;
}