/* RESPONSIVE CSS
-------------------------------------------------- */
/* Higher than 1200 (desktop devices)
====================================================================== */
@media only screen and (max-width: 1920px) {
    .container-fluid {
        padding-right: 96px;
        padding-left: 96px;
        margin-right: auto;
        margin-left: auto;
    }

    .p-lr-36 {
        padding-left: 36px;
        padding-right: 36px;
    }

    .search-box .form-inline .form-group .search-div {
        width: 55%;
    }

    .col-md-8 {
        width: 71%
    }

    .col-md-5 {
        width: 29.667%;
    }

    button.dropdown-toggle div {
        top: 7px;
    }

    .scroll-to-top {
        right: 20px;
    }

    .responsive-loading-img {
        height: 32px;
        background: url(/candidate/candresource/images/Load_32.gif) no-repeat top left;
        display: block;
        margin-left: 47%;
    }

    .submit-profile-text {
        width: 60%
    }

}

@media only screen and (max-width: 1600px) {
    .container-fluid {
        padding-right: 96px;
        padding-left: 96px;
        margin-right: auto;
        margin-left: auto;
    }

    .p-lr-36 {
        padding-left: 36px;
        padding-right: 36px;
    }

    .search-box .form-inline .form-group .search-div {
        width: 51%;
    }

    .col-md-5 {
        width: 31.667%;
    }

    .form-inline .input-group {
        width: 297px;
    }

    button.dropdown-toggle div {
        top: 7px;
    }

    .location-div {
        width: 21% !important;
    }

    .experience-div {
        width: 17% !important;
    }

    .experience-select-text {
        width: 58%
    }

    .location-select-text {
        width: 72%;
    }

}

@media only screen and (max-width: 1440px) {
    .search-box .form-inline .form-group .search-div {
        width: 48%;
    }

    .col-md-5 {
        width: 35.667%;
    }

    .form-inline .input-group {
        width: 251px;
    }

    button.dropdown-toggle div {
        top: 7px;
    }

    .location-div {
        width: 21% !important;
    }

    .experience-div {
        width: 18% !important;
    }

    .experience-select-text {
        width: 57%
    }

    .location-select-text {
        width: 71%;
    }

    .follow-btn {
        margin-top: 10px;
    }

}

@media only screen and (max-width: 1366px) {
    .search-box .form-inline .form-group .search-div {
        width: 45%;
    }

    .col-md-5 {
        width: 37.667%;
    }

    .form-inline .input-group {
        width: 229px;
    }

    button.dropdown-toggle div {
        top: 7px;
    }

    .location-div {
        width: 23% !important;
    }

    .experience-div {
        width: 19% !important;
    }

    .experience-select-text {
        width: 70%
    }

    .location-select-text {
        width: 70%;
    }

    .follow-btn {
        margin-top: 10px;
    }

}

@media only screen and (max-width: 1280px) {
    .search-box .form-inline .form-group .search-div {
        width: 40%;
    }

    .location-div {
        width: 26% !important;
    }

    .experience-div {
        width: 20% !important;
    }

    .experience-select-text {
        width: 55%
    }

    .location-select-text {
        width: 69%;
    }

    .sparkline-container canvas {
        width: 140px
    }

}

@media (min-width: 1200px) {
    .col-md-8 {
        width: 70.667%;
    }

    .col-md-5 {
        width: 40.667%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    #sortable_portlets .col-lg-3, #sortable_portlets1 .col-lg-3 {
        width: 29%
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    #sortable_portlets .col-lg-3, #sortable_portlets1 .col-lg-3 {
        width: 25%
    }

    .row_2 {
        top: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    .location-select-text {
        width: 62% !important;
    }

    .experience-select-text {
        width: 55% !important;
    }

    .follow-btn {
        margin-right: 5px;
    }

    .text-ellipsis-highlight-title {
        max-width: 100%
    }

    .reports .col-padding {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1920px) {
    .p-l-0 {
        padding-left: 0px
    }

    .p-rb-10 {
        padding: 0px 10px 10px 0px;
    }

    .row-table {
        margin: 0 auto;
        display: table;
        width: 100%
    }

    .col-table-row {
        float: none;
        display: table-cell;
        vertical-align: top;
    }

    .filter-list-color {
        background: #efefef;
    }

    #sortable_portlets .col-sm-3, #sortable_portlets1 .col-sm-3 {
        width: 29%
    }

    .export-row{
        margin-right: 3%;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1440px) {
    .submit-profile-text {
        width: 50%
    }

    .col-padding {
        padding-right: 5px;
        padding-left: 5px;
    }

    .col-padding:first-child {
        padding-left: 10px !important;
    }

    .col-padding:last-child {
        padding-right: 10px !important;
    }

    .reports .col-padding {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .text-ellipsis-highlight-title {
        max-width: 100%
    }

    #logotext {
        margin-top: -7%;
        height: 160px;
        width: 160px;
    }
}

/* Higher than 960 (desktop devices)
====================================================================== */
@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .submit-profile-text {
        width: 50%
    }

    #logotext {
        margin-top: -11%;
        height: 160px;
        width: 160px;
    }

    .password_rules {
        width: 93%;
    }

    .container-fluid {
        padding-right: 40px;
        padding-left: 40px;
        margin-right: auto;
        margin-left: auto;
    }

    .col-md-5 {
        width: 39.667%;
    }

    .page-title {
        padding: 10px 0px 10px 10px;
        font-size: 30px;
        font-weight: 600;
    }

    .poweredBy {
        font-size: 12px;
        width: auto;
        margin-top: 3px;
    }

    .col-md-8 {
        width: 67.667%;
    }

    .col-md-4 {
        width: 32%;
    }

    /*Chat adjustment*/
    .offset-chat {
        margin-left: 67px;
        margin-right: -96px;
    }

    .offset-ML20 {
        margin-left: 10px;
    }

    .offset-ML20-2 {
        margin-left: 20px;
    }

    .offset-ML15 {
        margin-left: 15px;
    }

    .offset-ML11 {
        margin-left: 39px;
    }

    .width-text-chat {
        width: 74%;
    }

    .width-text-chat-2 {
        width: 67%;
    }

    .width-icon {
        width: 8%;
    }

    .chat-widget .wrapper-chat .avatar, .chat-widget .wrapper-chat .avatar-white {
        width: 65px;
        height: 65px;
    }

    /*.arrow.left {top: 26%;}
    .arrow.right {top: 33%;}*/
    .MB35 {
        margin-bottom: 25px;
    }

    .form-inline .input-group {
        width: 187px;
    }

    .search-box .form-inline .form-group .search-div {
        width: 45%
    }

    .services {
        padding-top: 0px;
    }

    .location-div {
        width: 24% !important;
    }

    .experience-div {
        width: 22% !important;
    }

    .experience-select-text {
        width: 55%
    }

    .location-select-text {
        width: 65%;
    }

    .search-text {
        display: none !important;
    }

    #sortable_portlets .portlet-sortable-empty, #sortable_portlets1 .portlet-sortable-empty {
        display: none
    }

    .right-icon-align {
        right: 36px;
    }

    .row_2 {
        top: 0px;
    }

    .sparkline-container canvas {
        width: 100px !important;
    }

    .sparkline-val {
        font-size: 14px
    }

    .sparkline-text {
        font-size: 13px;
        margin-top: 0px;
    }
}

/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    /* Navbar positioning foo */
    .submit-profile-text {
        width: 100% !important
    }

    #logotext {
        margin-top: -12%;
        height: 160px;
        width: 160px;
    }

    .container-fluid {
        padding-right: 28px;
        padding-left: 28px;
        margin-right: auto;
        margin-left: auto;
    }

    .navbar-wrapper { /*margin-top: 20px;*/
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }

    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
        min-height: 74px;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 0px;
        box-shadow: 0px 1px 4px 0px #999999;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }

    .poweredBy {
        font-size: 12px;
        width: auto;
    }

    .page-title {
        padding: 10px 20px;
        font-size: 26px;
        font-weight: 600;
    }

    .export-button {
        padding-right: 35%;
        padding-top: 16%
    }

    .col-md-5 {
        width: 43.667%;
    }

    .col-sm-6, .col-sm-8, .col-sm-3, .col-sm-4 {
        width: 100%;
    }

    .col-md-4, .col-md-6, .col-md-3, .col-md-8 {
        width: 100%;
    }

    .reportshome .col-md-3 {
        width: 50%
    }

    .reportshome .col-sm-6 {
        width: 50%
    }

    .col-sm-2, .register .col-sm-2 {
        width: 100%;
    }

    .col-xs-9 {
        width: 100%;
    }

    .mt20 {
        margin-top: 20px;
    }

    .post-ele-text {
        padding-left: 10px
    }

    .form-horizontal .control-label {
        text-align: left
    }

    .ML25 {
        margin-left: 0;
    }

    fieldset {
        margin: 0px 0px 5px 0;
    }

    .gallery-4 .col-sm-6 {
        width: 50%;
    }

    .col-sm-1 {
        width: 17.333%;
    }

    /*.skill-box div.space-icon {position: absolute;right: 3px;	top: 2px;}*/
    .has-feedback .form-control {
        padding-right: 42.5px;
    }

    .form-horizontal .has-feedback .form-control-feedback {
        right: 17px;
        top: -4px;
    }

    .col-sm-offset-3 {
        margin-left: 0;
    }

    /*Chat adjustment*/
    .offset-chat {
        margin-left: 36px;
        margin-right: -96px;
    }

    .offset-ML20 {
        margin-left: 10px;
    }

    .offset-ML20-2 {
        margin-left: 20px;
    }

    .offset-ML15 {
        margin-left: 15px;
    }

    .offset-ML11 {
        margin-left: 34px;
    }

    .width-text-chat {
        width: 79%;
    }

    .width-text-chat-2 {
        width: 74%;
    }

    .width-icon {
        width: 8%;
    }

    .chat-widget .wrapper-chat .avatar, .chat-widget .wrapper-chat .avatar-white {
        width: 62px;
        height: 62px;
    }

    /*.arrow.left {top: 29%;}
    .arrow.right {top: 39%;}*/
    .MB35 {
        margin-bottom: 25px;
    }

    .form-inline .input-group {
        width: 632px;
    }

    .search-box .form-inline .form-group .search-div {
        width: 75%
    }

    .search-box {
        float: left;
        width: 92.5%;
    }

    .right-panel-title .col-md-6 {
        width: 49.5%;
    }

    .location-div {
        display: none !important;
    }

    .job-action-btn {
        display: none !important;
    }

    .experience-div {
        display: none !important;
    }

    #filter-btn-mob {
        display: inline-block;
        margin-left: 5px;
        padding-top: 12px;
        padding-bottom: 13px;
    }

    .btn-margin-search {
        margin-left: 32%;
    }

    .gray-bg-Right-panel {
        border-radius: 3px 3px 0 0;
        display: none;
    }

    .gray-bg-Right-panel-display {
        display: block;
    }

    .corner-right-bottom {
        border-radius: 3px 3px;
    }

    #close-filter {
        display: inline-block;
        position: absolute;
        color: #4f4f4f;
        top: -13px;
        right: -8px;
        font-size: 23px;
        border: 1px solid #ffffff;
        height: 30px;
        width: 30px;
        border-radius: 30px;
        background: #ffffff;
    }

    #close-filter .icon-close {
        margin-top: -8px;
        margin-left: -2px;
    }

    .services {
        padding-top: 0px;
    }

    #btn-submit-app {
        display: block;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .responsive-loading-img {
        background: url(../../../images/Load_16.gif) no-repeat top left;
        height: 16px;
        display: block;
        margin-left: 47%;
    }

    .align-ctp-left {
        float: none;
        text-align: center;
        margin-left: 0;
    }

    .align-ctp-right {
        float: none;
        text-align: center;
    }

    .follow-btn {
        float: none;
        text-align: center;
    }

    .col-small {
        width: 15%;
    }

    .filter-box-report {
        width: 250px !important;
    }

    #dashboardHeader .navbar-header {
        float: none;
    }

    #dashboardHeader .navbar-left, .navbar-right {
        float: none !important;
    }

    #dashboardHeader .navbar-toggle {
        display: block;
    }

    #dashboardHeader .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    #dashboardHeader .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    #dashboardHeader .navbar-collapse.collapse {
        display: none !important;
    }

    #dashboardHeader .navbar-nav {
        float: none !important;
        margin: 7.5px -15px !important;
    }

    #dashboardHeader .navbar-nav > li {
        float: none;
    }

    #dashboardHeader .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #dashboardHeader .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    #dashboardHeader .navbar-collapse.collapse.in {
        display: block !important;
    }

    #dashboardHeader .collapsing {
        overflow: hidden !important;
    }

    .right-icon-align {
        right: 45px;
    }

    #right-icons.navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-inverse #right-icons.navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

    #right-icons.navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    #right-icons .usernameEllipsis {
        float: none;
        margin-bottom: 0px;
    }

    #right-icons .caret {
        float: none;
        margin-left: 0px
    }

    .entity-align a {
        text-align: center;
    }

    /*#right-icons .nameellipsis {

        padding-left: 24px;
    }*/
    .navbar-inverse #tab-icons.navbar-nav > li > a {
        background-color: transparent;
        border-radius: 0px
    }

    #right-icons .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background: transparent;
        color: #FFFFFF !important;
    }

    #sortable_portlets .col-xs-6, #sortable_portlets1 .col-xs-6 {
        width: 100%
    }

    .row_2 {
        top: 0px;
    }
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }

    #right-icons {
        margin-right: 15px !important;
    }
}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {
    .container-fluid {
        padding-right: 19px;
        padding-left: 19px;
        margin-right: auto;
        margin-left: auto;
    }

    .carousel-caption,
    .carousel-caption.blank {
        left: 5%;
        top: 80px;
    }

    .carousel-caption h1 {
        font-size: 28px;
    }

    .navbar-default {
        min-height: 55px;
    }

    .navbar-default .navbar-brand {
        margin-top: 0;
    }

    .navbar.navbar-scroll .navbar-brand {
        margin-top: 0;
        padding: 22px 104px;
        height: 46px;
    }

    .navbar-default {
        padding: 15px 0;
    }

    .navbar-default .navbar-nav > .active > a:focus {
        background: transparent;
        color: inherit;
    }

    .navbar-default .nav li a {
        color: #676a6c;
    }

    .navbar-default .nav li a:hover {
        color: #1ab394;
    }

    .navbar-wrapper .navbar {
        padding-top: 0;
        padding-bottom: 5px;
        border-bottom: transparent;
        border-radius: 0;
    }

    .nav > li > a {
        padding: 25px 10px 15px 10px;
    }

    .navbar-nav > li > a {
        padding: 20px 10px;
    }

    .navbar .navbar-brand {
        margin-top: 0;
        border-radius: 0;
        font-size: 12px;
        padding: 25px 110px;
        height: 46px;
        background-position: 0 50%;
        background-size: 50%;
        margin-left: 10px;
    }

    .navbar-wrapper .navbar {
        padding-left: 15px;
        padding-right: 5px;
        box-shadow: 0 4px 19px 0px #000000;

    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover {
        color: inherit;
    }

    .carousel-control {
        display: none;
    }

    .poweredBy {
        font-size: 12px;
        width: auto;
    }

    .MR20 {
        margin-right: 0px
    }

    .col-md-8 {
        width: 100%;
    }

    .col-md-4, .col-md-3 {
        width: 100%;
    }

    .page-title {
        padding: 10px;
        font-size: 26px;
        font-weight: 600;
    }

    .form-group .col-sm-4 {
        width: 100%;
    }

    .form-group .col-sm-6 {
        width: 100%;
    }

    .mt20 {
        margin-top: 20px;
    }

    .mt10 {
        margin-top: 10px;
    }

    .mt40 {
        margin-top: 40px;
    }

    .post-ele-text {
        padding-left: 10px
    }

    .col-sm-1 {
        width: 17.333%;
    }

    .col-sm-2, .register .col-sm-2 {
        width: 100%;
    }

    /*.skill-box div.space-icon {position: absolute;right: 3px;	top: 2px;}*/
    fieldset {
        margin: 0px 0 5px 0;
    }

    /*Chat adjustment*/
    .offset-chat {
        margin-left: 10px;
        margin-right: -96px;
    }

    .offset-ML20 {
        margin-left: 10px;
    }

    .offset-ML20-2 {
        margin-left: 20px;
    }

    .offset-ML15 {
        margin-left: 15px;
    }

    .offset-ML11 {
        margin-left: 34px;
    }

    .width-text-chat {
        width: 79%;
    }

    .width-text-chat-2 {
        width: 65%;
    }

    .width-icon {
        width: 8%;
    }

    .chat-widget .wrapper-chat .avatar, .chat-widget .wrapper-chat .avatar-white {
        width: 50px;
        height: 50px;
    }

    /*
    .arrow.left {top: 17%;}
    .arrow.right {top: 23%;}*/
    .MB35 {
        margin-bottom: 25px;
    }

    .form-inline .input-group {
        width: 626px;
    }

    .search-box .form-inline .form-group .search-div {
        width: 100%
    }

    .right-panel-title .col-md-6 {
        width: 49.5%;
    }

    .location-div {
        display: none !important;
    }

    .job-action-btn {
        display: none !important;
    }

    .experience-div {
        display: none !important;
    }

    .search-box {
        float: left;
        width: 92.5%;
    }

    #filter-btn-mob {
        display: inline-block;
        margin-left: 5px;
        padding-top: 12px;
        padding-bottom: 13px;
    }

    .btn-margin-search {
        margin-left: 32%;
    }

    .gray-bg-Right-panel {
        border-radius: 3px 3px 0 0;
        display: none;
    }

    .gray-bg-Right-panel-display {
        display: block;
    }

    .corner-right-bottom {
        border-radius: 3px 3px;
    }

    #close-filter {
        display: inline-block;
        position: absolute;
        color: #4f4f4f;
        top: -13px;
        right: -8px;
        font-size: 24px;
        border: 1px solid #ffffff;
        height: 30px;
        width: 30px;
        border-radius: 30px;
        background: #ffffff;
    }

    #close-filter .icon-close {
        margin-top: -6px;
        margin-left: -2px;
    }

    .services {
        padding-top: 0px;
    }

    #job-listing .list-job ul {
        margin-left: 24px;
    }

    #btn-submit-app {
        display: block;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .align-ctp-left {
        float: none;
        text-align: center;
        margin-left: 0;
    }

    .align-ctp-right {
        float: none;
        text-align: center;
    }

    .follow-btn {
        float: none;
        text-align: center;
    }

    .job a.job-title {
        white-space: normal;
    }

    .col-small {
        width: 19%;
    }

    .filter-box-report {
        width: 250px !important;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0px;
        float: right;
    }

    .submit-profile-text {
        width: 100% !important;
    }

    .right-icon-align {
        right: 30px
    }

    #right-icons.navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-inverse #right-icons.navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

    #right-icons.navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    #right-icons .usernameEllipsis {
        float: none;
        margin-bottom: 0px;
    }

    #right-icons .caret {
        float: none;
        margin-left: 0px
    }

    .entity-align a {
        text-align: center;
    }

    #right-icons .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background: transparent;
        color: #FFFFFF !important;
    }

    .navbar-inverse #tab-icons.navbar-nav > li > a {
        background-color: transparent;
        border-radius: 0px
    }

    .row_2 {
        top: 0px;
    }

    .ijp-steps {
        width: auto;
        padding: 25px;
        background-color: rgba(0, 0, 0, 0.05);
        margin-left: auto;
        margin-right: auto;
        word-wrap: break-word;
        font-size: 13px;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container-fluid {
        padding-right: 19px;
        padding-left: 19px;
        margin-right: auto;
        margin-left: auto;
    }

    .navbar-default {
        height: 50px;
    }

    .navbar-default .navbar-brand {
        margin-top: -15px;
    }

    .page-title {
        padding: 5px;
        font-size: 26px;
        font-weight: 600;
        text-align: center;
    }

    .poweredBy {
        font-size: 12px;
        width: auto;
        margin-top: -6px;
    }

    .col-md-8 {
        width: 100%;
    }

    .col-md-4 {
        width: 100%;
    }

    .col-md-5, .col-md-3 {
        width: 100%;
    }

    .col-xs-6 {
        width: 100%;
    }

    #btn-action {
        display: none;
    }

    #mobile-action-btn {
        position: fixed;
        bottom: 0px;
        right: 0px;
        left: 0px;
        z-index: 1030;
        width: 100%;
        height: 51px;
        background-color: #FFF;
        border-color: #FFF;
        display: block;
        box-shadow: -4px 4px 25px #585858;
    }

    .btn-group > .btn {
        width: 100%;
    }

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left;
        padding: 14px 26px 13px 12px;
        margin-top: 0px;
    }

    .form-group .col-sm-4 {
        width: 100%;
    }

    .form-group .col-sm-6 {
        width: 100%;
    }

    .mt20 {
        margin-top: 20px;
    }

    .mt10 {
        margin-top: 10px;
    }

    .mt40 {
        margin-top: 40px;
    }

    .post-ele-text {
        padding-left: 10px
    }

    .col-sm-1 {
        width: 30.333%;
    }

    .col-sm-3, .col-sm-2, .col-sm-4, .col-xs-9, .register .col-sm-2  {
        width: 100%;
    }

    .ML25 {
        margin-left: 0;
    }

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

    .form-horizontal .has-feedback .form-control-feedback {
        right: 17px;
        top: -4px;
    }

    fieldset {
        margin: 0px 0 5px 0;
    }

    /*Chat adjustment*/
    .offset-chat {
        margin-left: 38px;
        margin-right: -96px;
    }

    .offset-ML20 {
        margin-left: 10px;
    }

    .offset-ML20-2 {
        margin-left: 11px;
    }

    .offset-ML15 {
        margin-left: 15px;
    }

    .offset-ML11 {
        margin-left: 43px;
    }

    .width-text-chat {
        width: 69%;
    }

    .width-text-chat-2 {
        width: 61%;
    }

    .width-icon {
        width: 8%;
    }

    .chat-widget .wrapper-chat .avatar, .chat-widget .wrapper-chat .avatar-white {
        width: 65px;
        height: 65px;
    }

    .circle-text-center {
        font-size: 16px;
        letter-spacing: 2px
    }

    /*.arrow.left {top: 17%;}
    .arrow.right {top: 23%;}*/
    .MB35 {
        margin-bottom: 25px;
    }

    .form-inline .input-group {
        width: 339px;
    }

    .search-box .form-inline .form-group .search-div {
        width: 75%;
    }

    .location-div {
        display: none !important;
    }

    .job-action-btn {
        display: none !important;
    }

    .experience-div {
        display: none !important;
    }

    .search-box {
        float: left;
        width: 90%;
    }

    #filter-btn-mob {
        display: inline-block;
        margin-left: 5px;
        padding-top: 12px;
        padding-bottom: 13px;
    }

    .btn-margin-search {
        margin-left: 32%;
    }

    .gray-bg-Right-panel {
        border-radius: 3px 3px 0 0;
        display: none;
    }

    .gray-bg-Right-panel-display {
        display: block;
    }

    .corner-right-bottom {
        border-radius: 3px 3px;
    }

    #close-filter {
        display: inline-block;
        position: absolute;
        color: #4f4f4f;
        top: -13px;
        right: -8px;
        font-size: 23px;
        border: 1px solid #ffffff;
        height: 30px;
        width: 30px;
        border-radius: 30px;
        background: #ffffff;
    }

    #close-filter .icon-close {
        margin-top: -8px;
        margin-left: -2px;
    }

    .right-panel-title .col-md-6 {
        width: 49.5%;
    }

    .oops-bg ul li.width-li {
        width: 74%;
    }

    .services {
        padding-top: 0px;
    }

    .job a.job-title {
        white-space: normal;
    }

    .col-small {
        width: 25%;
    }

    .row_2 {
        top: 0px;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
    .container-fluid {
        padding-right: 18px;
        padding-left: 18px;
        margin-right: auto;
        margin-left: auto;
    }

    .navbar-default {
        height: 50px;
    }

    .navbar-default .navbar-brand {
        margin-top: -15px;
    }

    .page-title {
        font-size: 20px;
        text-align: center;
    }

    .poweredBy {
        font-size: 12px;
        width: 70px;
        margin-top: -6px;

    }

    .col-md-8 {
        width: 100%;
    }

    .col-md-4 {
        width: 100%;
    }

    .col-md-5, .col-md-3 {
        width: 100%;
    }

    .col-xs-6 {
        width: 100%;
    }

    .col-sm-1 {
        width: 30.333%;
    }

    .col-sm-3, .col-sm-2, .col-sm-4, .col-xs-9, .register .col-sm-2  {
        width: 100%;
    }

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left;
        padding: 14px 26px 13px 12px;
        margin-top: 0px;
    }

    .open .dropdown-menu-right {
        left: 0px;
    }

    button.dropdown-toggle div {
        position: absolute;
        right: 1px;
        top: 12px;
    }

    #btn-action {
        display: none;
    }

    #mobile-action-btn {
        position: fixed;
        bottom: 0px;
        right: 0px;
        left: 0px;
        z-index: 1030;
        width: 100%;
        height: 50px;
        background-color: #FFF;
        border-color: #FFF;
        display: block;
        box-shadow: -4px 4px 25px #585858;
    }

    .btn-group > .btn {
        width: 100%;
    }

    .form-group .col-sm-4 {
        width: 100%;
    }

    .form-group .col-sm-6 {
        width: 100%;
    }

    .mt20 {
        margin-top: 20px;
    }

    .mt40 {
        margin-top: 40px;
    }

    .post-ele-text {
        padding-left: 10px
    }

    .ML25 {
        margin-left: 0;
    }

    .form-horizontal .has-feedback .form-control-feedback {
        right: 17px;
        top: -4px;
    }

    fieldset {
        margin: 0px 0 5px 0;
    }

    /*Chat adjustment*/
    .offset-chat {
        margin-left: 23px;
        margin-right: -96px;
    }

    .offset-ML20 {
        margin-left: 10px;
    }

    .offset-ML20-2 {
        margin-left: 20px;
    }

    .offset-ML15 {
        margin-left: 15px;
    }

    .offset-ML11 {
        margin-left: 45px;
    }

    .width-text-chat {
        width: 60%;
    }

    .width-text-chat-2 {
        width: 48%;
    }

    .width-icon {
        width: 8%;
    }

    .chat-widget .wrapper-chat .avatar, .chat-widget .wrapper-chat .avatar-white {
        width: 50px;
        height: 50px;
    }

    /*.arrow.left {top: 11%;}*/
    /*.arrow.right {top: 16%;}*/
    .MB35 {
        margin-bottom: 25px;
    }

    .form-inline .input-group {
        width: 100%;
    }

    .btn-margin {
        margin-left: 40%;
        margin-top: 7px;
    }

    .search-box .form-inline .form-group .search-div {
        width: 199px;
    }

    .location-div {
        display: none !important;
    }

    .job-action-btn {
        display: none !important;
    }

    .experience-div {
        display: none !important;
    }

    .search-box {
        float: left;
        width: 86%;
    }

    #filter-btn-mob {
        display: inline-block;
        margin-left: 5px;
        padding-top: 12px;
        padding-bottom: 13px;
    }

    .btn-margin-search {
        margin-left: 32%;
    }

    .gray-bg-Right-panel {
        border-radius: 3px 3px 0 0;
        display: none;
    }

    .gray-bg-Right-panel-display {
        display: block;
    }

    .corner-right-bottom {
        border-radius: 3px 3px;
    }

    #close-filter {
        display: inline-block;
        position: absolute;
        color: #4f4f4f;
        top: -13px;
        right: -8px;
        font-size: 24px;
        border: 1px solid #ffffff;
        height: 30px;
        width: 30px;
        border-radius: 30px;
        background: #ffffff;
    }

    #close-filter .icon-close {
        margin-top: -8px;
        margin-left: -3px;
    }

    .right-panel-title .col-md-6 {
        width: 49%;
    }

    .oops-bg ul li.width-li {
        width: 100%;
    }

    .oops-bg ul li .oops-icon {
        margin-right: 21px;
        margin-left: 78%;
    }

    .oops-bg ul li .oops-error {
        margin-top: 0;
        text-align: center;
    }

    .alert-success div.icon {
        padding: 29px 20px;
    }

    .alert-warning div.icon {
        padding: 29px 20px;
    }

    .alert-danger div.icon {
        padding: 29px 20px;
    }

    .alert-info div.icon {
        padding: 29px 20px;
    }

    .services {
        padding-top: 0px;
    }

    .oops-bg ul li.width-li button {
        margin-left: 18%;
    }

    .msg-text-1 {
        font-size: 18px;
    }

    .msg-text-2 {
        font-size: 16px;
    }

    .msg-text-3 {
        font-size: 14px;
    }

    .align-ctp-left {
        float: none;
        text-align: center;
        margin-left: 0;
    }

    .align-ctp-right {
        float: none;
        text-align: center;
    }

    .follow-btn {
        float: none;
        text-align: center;
    }

    .job a.job-title {
        white-space: normal;
    }

    .export-tool {
        float: left;
        margin-left: 10px;
    }

    #logotext {
        margin-top: -15%;
        height: 155px;
        width: 155px;
    }
}

@media only screen and (max-width: 768px) {

    .smsEmpModal.fade.in{
        top:1%
    }

    .smsEmpModal .table-scrollable {
        height: 235px;
        overflow-y: auto;
    }

    .smsjobdetails>tbody>tr>td:last-child{
        text-align: initial;
    }

    .form-inline .input-group {
        width: 605px;
    }

    .col-md-5 {
        width: 44.667%;
    }

    .search-box .form-inline .form-group .search-div {
        width: 78.4%;
    }

    .result-div {
        padding: 15px 12px;
    }

    .sel-filter-box {
        padding: 7px 10px;
    }

    .job {
        padding: 10.1px 12px;
    }

    button.dropdown-toggle div {
        top: 12px
    }

    .scroll-to-top {
        right: 10px;
    }

    #logotext {
        margin-top: -15%;
        height: 155px;
        width: 155px;
    }

    #budgetAllocated {
        margin-top: 1px
    }

    .ML5 {
        margin-left: 5px
    }
}

@media only screen and (max-width: 603px) {
    .form-inline .input-group {
        width: 462px;
    }

    .col-md-5 {
        width: 65.667%;
    }

    .search-box .form-inline .form-group .search-div {
        width: 80.9%;
    }

    #logotext {
        margin-top: -17%;
        height: 140px;
        width: 140px;
    }
}

@media only screen and (max-width: 600px) {
    .form-inline .input-group {
        width: 459px;
    }

    .col-md-5 {
        width: 64.667%;
    }

    #logotext {
        margin-top: -17%;
        height: 140px;
        width: 140px;
    }

    .kit-name-ellipses{
        width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        float: left;
    }
}

@media only screen and (max-width: 480px) {
    .col-md-5 {
        width: 83.667%;
    }

    .search-box {
        width: 86%;
    }

    .search-box .form-inline .form-group .search-div {
        width: 84%;
    }

    .circle-text-center {
        font-size: 15px;
        letter-spacing: 2px
    }

    #logotext {
        margin-top: -19%;
        height: 130px;
        width: 130px;
    }

}

@media only screen and (max-width: 414px) {
    .oops-bg ul li .oops-icon {
        margin-right: 21px;
        margin-left: 121%;
    }

    .oops-bg ul li.width-li button {
        margin-left: 27%;
    }

    .search-box .form-inline .form-group .search-div {
        width: 232px;
    }

    .search-box {
        float: left;
        width: 85%;
    }

    .msg-text-1 {
        font-size: 16px;
    }

    .msg-text-2 {
        font-size: 14px;
    }

    .msg-text-3 {
        font-size: 13px;
    }

    .pd5em {
        padding: 2em
    }

    .msg-icon {
        font-size: 4em;
    }

    .col-small {
        width: 33%;
    }

    #logotext {
        margin-top: -23%;
        height: 125px;
        width: 125px;
    }
}

@media only screen and (max-width: 384px) {
    .oops-bg ul li .oops-icon {
        margin-right: 21px;
        margin-left: 106%;
    }

    .oops-bg ul li.width-li button {
        margin-left: 22%;
    }

    .search-box .form-inline .form-group .input-group {
        width: 212px;
    }

    .search-box {
        float: left;
        width: 82%;
    }

    .btn-primary-search {
        padding: 11px 17px;
    }

    .view-tool, .export-tool {
        margin-bottom: 10px
    }

    .search-tool {
        margin-bottom: 5px
    }

    #logotext {
        margin-top: -23%;
        height: 125px;
        width: 125px;
    }
}

@media only screen and (max-width: 375px) {
    .search-box .form-inline .form-group .input-group {
        width: 208px;
    }

    #logotext {
        margin-top: -22%;
        height: 125px;
        width: 125px;
    }

    .page-title{
        padding-right: 0px;
    }

    .export-button{
        padding-right: 15%;
        padding-top: 45%;
    }

}

@media only screen and (max-width: 360px) {
    .search-box {
        width: 80%;
    }

    .search-box .form-inline .form-group .input-group {
        width: 189px;
    }

    .msg-icon {
        font-size: 4em;
    }

    .msg-text-1 {
        font-size: 14px;
    }

    .msg-text-2 {
        font-size: 12px;
    }

    .msg-text-3 {
        font-size: 11px;
    }

    .job a.job-title {
        white-space: normal;
    }

    .col-small {
        width: 50%;
    }

    #logotext {
        margin-top: -20%;
        height: 125px;
        width: 125px;
    }
    .header-content{
        padding-right: 0px;
    }

}

@media only screen and (max-width: 320px) {
    .oops-bg ul li .oops-icon {
        margin-right: 21px;
        margin-left: 78%;
    }

    .oops-bg ul li.width-li button {
        margin-left: 14%;
    }

    .search-box {
        width: 80%;
    }

    .search-box .form-inline .form-group .input-group {
        width: 157px;
    }

    .result-div {
        padding: 13px 10px;
        font-size: 13px;
    }

    .sel-filter-box {
        padding: 7px 10px;
    }

    #selectedFilters {
        font-size: 11px;
    }

    .job {
        padding: 10px;
    }

    .circle-job {
        margin-right: 12px;
        width: 35px;
    }

    .score-text {
        font-size: 13px;
    }

    .job a.job-title {
        font-size: 14px;
        white-space: normal;
    }

    #job-listing .list-job ul {
        margin-left: 17px;
    }

    .list-job ul li {
        padding-bottom: 4px;
        font-size: 12px;
    }

    .text-12 {
        font-size: 11px
    }

    .page-title {
        font-size: 18px;
        text-align: center;
        margin-bottom: 0px !important;
        padding-left: 5px;
        padding-right: 0px;
    }

    .export-row{
        float: right;
        padding-left: 18px;
    }
    .export-button{
        padding-left: 96px;
    }

    .location-text {
        width: 170px;
    }

    .search-box .search_textbox {
        font-size: 13px
    }

    .mt50 {
        margin-top: 50px;
    }

    .post-ele-text {
        padding-left: 10px
    }

    .dataTables_wrapper .dataTables_paginate {
        float: left;
    }

    #logotext {
        margin-top: -20%;
        height: 110px;
        width: 110px;
    }

    .password_rules {
        font-size: 10px !important;
        height: 70px !important;
    }

    .hello-text {
        font-size: 18px !important;
    }

    .font-12 {
        font-size: 12px;
    }

    .filterselect {
        margin-top: 2px !important;
    }

    .navbar-toggle {
        top: 0px;
        position: absolute;
        right: -14px;
    }
    #g-recaptcha{
        transform: scale(0.85);
        transform-origin: 0 0;
    }
}

@media only screen and (max-width: 991px) {
    .password_rules {
        background: #F3F3F3;
        font-size: 13px;
        line-height: 1.7;
        z-index: 1;
        position: relative;
        width: 100%;
        padding: 10px;
        border: solid 1px #E5E5E5;
    }
}

@media only screen and (min-width: 1084px) {
    .nav-bar-center-header {
        max-width: 615px;
        float: none;
        width: auto;
        display: inline-block;
        margin-bottom: -4px;
    }

}

.filter-margin {
    padding-left: 0px !important;
    margin-left: -2px;
}

.PL30 {
    padding-left: 30px;
}

.ageing-span {
    font-size: 11px;
    position: absolute;
    top: 53%;
    left: 3%;
}

.H-118 {
    height: 118px;
}

.H-75 {
    height: 75px;
}

@media screen and (max-width: 1200px) {

    .highlight1 {
        height: 75px;
    }

    .highlight2 {
        height: 150px;
    }

    .ageing-span {
        font-size: 11px;
        position: absolute;
        top: 53%;
        left: 3%;
    }
}

@media only screen and (max-width: 979px) {
    #budgetAnnum {
        margin-top: 10px
    }

    .kit-search{
        top:80px
    }

    .kit-select-radio{
        height: 25px !important;
    }

    .candidate-history-radio{
        height: 21px;
    }
}

@media (max-width: 328px) {
    .interviewKitModal2 .kit-search {
        top: 105px !important;
    }

    #interviewkitinfo .kit-search {
        top: 105px !important;
    }
}

@media (max-width: 480px) {
    #interviewkitinfo .dataTables_wrapper .dataTables_filter .form-control {
        width: 100% !important;
    }

    .interviewKitModal2 .dataTables_wrapper .dataTables_filter .form-control {
        width: 97% !important;
    }

    .interviewKitModal2 div.dataTables_filter label {
        margin-left: 2px !important;
    }

}

@media (max-width: 767px) {
    .feedback-nav-scroll{
        overflow: hidden !important;
    }
    .feedback-nav-scroll-1{
        height: 74px;
        -webkit-user-select: none;
        display: block;
        overflow-y: hidden;
        padding: 0;
        position: relative;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
    }
    .feedback-nav-scroll-2{
        overflow: auto;
        position: relative;
        white-space: nowrap;
        text-align: left;
        padding-right: 0px;
        padding-left: 0px;
        border: none !important;
        height: 95px;
    }
}

@media (max-width: 767px)  and (min-width: 640px) {
    .feedback-nav-scroll-1{
        height: 63px;
    }
}

@media (max-width: 639px) and (min-width: 481px){
    .feedback-nav-scroll-1 {
        height: 62px;
    }
}

@media (max-width: 480px) and (min-width: 321px){
    .feedback-nav-scroll-1{
        height: 59px !important;
    }
    .feedback-nav-scroll-2{
        height: 85px !important;
    }
}
@media only screen and (max-width : 320px) {
    .feedback-nav-scroll-1 {
        height: 59px !important;
    }

    .feedback-nav-scroll-2 {
        height: 85px !important;
    }
}

/* Candidate Language Switcher*/
@media screen and (max-width: 722px)  {
    .lang-powered-by {
    font-size: 12px;
    float: right;
    margin-top: -34px;
    position: relative;
    }
    .ripple {
    width: 50%;
    /*float: left;*/
    }
    .lang-switch-leftside{
    float: left;
    font-size: 16px;
    cursor: pointer;
    color:#337ab7;
    }
    .lang-switch-ul{
        /*width: 13%;*/
        margin-top: 10px;
        margin-left: -105px;
    }
}
