body { background: #efefef; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333; font-size: 13px; /* overflow: -moz-scrollbars-none; mozilla */ /* -ms-overflow-style: none; microsoft edge */ } html { cursor: default !important; } /* body::-webkit-scrollbar { width: 0 !important chrome } */ /* ========================================================================== Hide ng-cloak on page load, https://docs.angularjs.org/api/ng/directive/ngCloak ========================================================================== */ [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; } /* ========================================================================== Development Ribbon ========================================================================== */ .ribbon { background-color: #a00; box-shadow: 0 0 10px #888; left: -3.5em; moz-box-shadow: 0 0 10px #888; moz-transform: rotate(-45deg); ms-transform: rotate(-45deg); o-transform: rotate(-45deg); overflow: hidden; position: absolute; top: 40px; transform: rotate(-45deg); webkit-box-shadow: 0 0 10px #888; webkit-transform: rotate(-45deg); white-space: nowrap; width: 15em; z-index: 9999; pointer-events: none; } .ribbon a { border: 1px solid #faa; color: #fff; display: block; font: bold 81.25% 'Helvetica Neue', Helvetica, Arial, sans-serif; margin: 1px 0; padding: 10px 50px; text-align: center; text-decoration: none; text-shadow: 0 0 5px #444; pointer-events: none; } /* ========================================================================== Version number in navbar ========================================================================== */ .navbar-version { font-size: 10px; color: #ccc } /* ========================================================================== Browser Upgrade Prompt ========================================================================== */ .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Logo styles ========================================================================== */ .logo .logo-img { height: 22px; display: inline-block; } /* ========================================================================== Main page styles ========================================================================== */ .hero-unit { margin: 50px auto 0 auto; width: 300px; font-size: 18px; font-weight: 200; line-height: 30px; background-color: #eee; border-radius: 6px; padding: 60px; } .hero-unit h1 { font-size: 32px; line-height: 1; letter-spacing: -1px; } .hipster { display: inline-block; width: 347px; height: 497px; background: url("../images/hipster.png") no-repeat center top; background-size: contain; } /* wait autoprefixer update to allow simple generation of high pixel density media query */ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) { .hipster { background: url("../images/hipster2x.png") no-repeat center top; background-size: contain; } } /* ========================================================================== Generic styles ========================================================================== */ .error { color: white; background-color: red; } .pad { padding: 10px; } .break { white-space: normal; word-break:break-all; } .voffset { margin-top: 2px; } .voffset1 { margin-top: 5px; } .voffset2 { margin-top: 10px; } .voffset3 { margin-top: 15px; } .voffset4 { margin-top: 30px; } .voffset5 { margin-top: 40px; } .voffset6 { margin-top: 60px; } .voffset7 { margin-top: 80px; } .voffset8 { margin-top: 100px; } .voffset9 { margin-top: 150px; } .hoffset3 { margin-bottom: 15px; } .readonly { background-color: #eee; opacity: 1; } /* ========================================================================== make sure browsers use the pointer cursor for anchors, even with no href ========================================================================== */ a:hover, .hand, [jh-sort-by] { cursor: pointer; } /* ========================================================================== Metrics and Health styles ========================================================================== */ #threadDump .popover, #healthCheck .popover { top: inherit; display: block; font-size: 10px; max-width: 1024px; } #healthCheck .popover { margin-left: -50px; } .health-details { min-width: 400px; } /* ========================================================================== start Password strength bar style ========================================================================== */ ul#strengthBar { display:inline; list-style:none; margin:0; margin-left:15px; padding:0; vertical-align:2px; } .point:last { margin:0 !important; } .point { background:#DDD; border-radius:2px; display:inline-block; height:5px; margin-right:1px; width:20px; } /* ========================================================================== Custom alerts for notification ========================================================================== */ .alerts .alert{ text-overflow: ellipsis; } .alert pre{ background: none; border: none; font: inherit; color: inherit; padding: 0; margin: 0; } .alert .popover pre { font-size: 10px; } .alerts .toast { position: fixed; width: 100%; } .alerts .toast.left { left: 5px; } .alerts .toast.right { right: 5px; } .alerts .toast.top { top: 55px; } .alerts .toast.bottom { bottom: 55px; } @media screen and (min-width: 480px) { .alerts .toast { width: 50%; } } /* ========================================================================== entity tables helpers ========================================================================== */ /* Remove Bootstrap padding from the element http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */ .no-padding-left { padding-left: 0 !important; } .no-padding-right { padding-right: 0 !important; } .no-padding-top { padding-top: 0 !important; } .no-padding-bottom { padding-bottom: 0 !important; } .no-padding { padding: 0 !important; } /* bootstrap 3 input-group 100% width http://stackoverflow.com/questions/23436430/bootstrap-3-input-group-100-width */ .width-min { width: 1% !important; } .width-70 { width: 70% !important; } .width-30 { width: 30% !important; } .width-35 { width: 35% !important; } .width-40 { width: 40% !important; } .width-50 { width: 50% !important; } .width-60 { width: 60% !important; } .width-10 { width: 10% !important; } .width-20 { width: 20% !important; } .width-90 { width: 90% !important; } .height-50 { height: 50% !important; } /* Makes toolbar not wrap on smaller screens http://www.sketchingwithcss.com/samplechapter/cheatsheet.html#right */ .flex-btn-group-container { display: -webkit-flex; display: flex; -webkit-flex-direction: row; flex-direction: row; -webkit-justify-content: flex-end; justify-content: flex-end; } .jh-table > tbody > tr > td { /* Align text in td vertically (top aligned by Bootstrap) */ vertical-align: middle; } .jh-table > thead > tr > th > .glyphicon-sort, .jh-table > thead > tr > th > .glyphicon-sort-by-attributes, .jh-table > thead > tr > th > .glyphicon-sort-by-attributes-alt { /* less visible sorting icons */ opacity: 0.5; } .jh-table > thead > tr > th > .glyphicon-sort:hover, .jh-table > thead > tr > th > .glyphicon-sort-by-attributes:hover, .jh-table > thead > tr > th > .glyphicon-sort-by-attributes-alt:hover { /* full visible sorting icons and pointer when mouse is over them */ opacity: 1; cursor: pointer; } /* ========================================================================== entity detail page css ========================================================================== */ .dl-horizontal.jh-entity-details > dd { margin-bottom: 15px; } @media screen and (min-width: 768px) { .dl-horizontal.jh-entity-details > dt { margin-bottom: 15px; } .dl-horizontal.jh-entity-details > dd { border-bottom: 1px solid #eee; padding-left: 180px; margin-left: 0; } } /* ========================================================================== ui bootstrap tweaks ========================================================================== */ .nav, .pagination, .carousel a { cursor: pointer; } /*.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }*/ .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default, .uib-datepicker-popup > li > div.uib-datepicker > table .btn-default { border: 0; } .datetime-picker-dropdown > li.date-picker-menu div > table:focus, .uib-datepicker-popup > li > div.uib-datepicker > table:focus { outline: none; } /* jhipster-needle-css-add-main JHipster will add new css style */ /* Bootswatch */ /*! * Start Bootstrap - SB Admin 2 v3.3.7+1 (http://startbootstrap.com/template-overviews/sb-admin-2) * Copyright 2013-2017 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE) */ body { background-color: #f8f8f8; } #wrapper { width: 100%; } #page-wrapper { padding: 0 15px; min-height: 568px; background-color: white; } @media (min-width: 768px) { #page-wrapper { position: inherit; margin: 0 0 0 250px; padding: 0 30px; border-left: 1px solid #e7e7e7; } } .navbar-top-links { margin-right: 0; } .navbar-top-links li { display: inline-block; } .navbar-top-links li:last-child { margin-right: 15px; } .navbar-top-links li a { padding: 15px; min-height: 50px; } .navbar-top-links .dropdown-menu li { display: block; } .navbar-top-links .dropdown-menu li:last-child { margin-right: 0; } .navbar-top-links .dropdown-menu li a { padding: 3px 20px; min-height: 0; } .navbar-top-links .dropdown-menu li a div { white-space: normal; } .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts { width: 310px; min-width: 0; } .navbar-top-links .dropdown-messages { margin-left: 5px; } .navbar-top-links .dropdown-tasks { margin-left: -59px; } .navbar-top-links .dropdown-alerts { margin-left: -123px; } .navbar-top-links .dropdown-user { right: 0; left: auto; } .sidebar .sidebar-nav.navbar-collapse { padding-left: 0; padding-right: 0; } .sidebar .sidebar-search { padding: 15px; } .sidebar ul li { border-bottom: 1px solid #e7e7e7; } .sidebar ul li a.active { background-color: #eeeeee; } .sidebar .arrow { float: right; } .sidebar .fa.arrow:before { content: "\f104"; } .sidebar .active > a > .fa.arrow:before { content: "\f107"; } .sidebar .nav-second-level li, .sidebar .nav-third-level li { border-bottom: none !important; } .sidebar .nav-second-level li a { padding-left: 37px; } .sidebar .nav-third-level li a { padding-left: 52px; } @media (min-width: 768px) { .sidebar { z-index: 1; position: absolute; width: 250px; margin-top: 51px; } .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts { margin-left: auto; } } .btn-outline { color: inherit; background-color: transparent; transition: all .5s; } .btn-primary.btn-outline { color: #4184f3; } .btn-success.btn-outline { color: #5cb85c; } .btn-info.btn-outline { color: #5bc0de; } .btn-warning.btn-outline { color: #f0ad4e; } .btn-danger.btn-outline { color: #d9534f; } .btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover { color: white; } .chat { margin: 0; padding: 0; list-style: none; } .chat li { margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px dotted #999999; } .chat li.left .chat-body { margin-left: 60px; } .chat li.right .chat-body { margin-right: 60px; } .chat li .chat-body p { margin: 0; } .panel .slidedown .glyphicon, .chat .glyphicon { margin-right: 5px; } .chat-panel .panel-body { height: 350px; overflow-y: scroll; } .login-panel { margin-top: 25%; } .flot-chart { display: block; height: 400px; } .flot-chart-content { width: 100%; height: 100%; } table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled { background: transparent; } table.dataTable thead .sorting_asc:after { content: "\f0de"; float: right; font-family: fontawesome; } table.dataTable thead .sorting_desc:after { content: "\f0dd"; float: right; font-family: fontawesome; } table.dataTable thead .sorting:after { content: "\f0dc"; float: right; font-family: fontawesome; color: rgba(50, 50, 50, 0.5); } .btn-circle { width: 30px; height: 30px; padding: 6px 0; border-radius: 15px; text-align: center; font-size: 12px; line-height: 1.428571429; } .btn-circle.btn-lg { width: 50px; height: 50px; padding: 10px 16px; border-radius: 25px; font-size: 18px; line-height: 1.33; } .btn-circle.btn-xl { width: 70px; height: 70px; padding: 10px 16px; border-radius: 35px; font-size: 24px; line-height: 1.33; } .show-grid [class^="col-"] { padding-top: 10px; padding-bottom: 10px; border: 1px solid #ddd; background-color: #eee !important; } .show-grid { margin: 15px 0; } .huge { font-size: 40px; } .panel-green { border-color: #5cb85c; } .panel-green > .panel-heading { border-color: #5cb85c; color: white; background-color: #5cb85c; } .panel-green > a { color: #5cb85c; } .panel-green > a:hover { color: #3d8b3d; } .panel-red { border-color: #d9534f; } .panel-red > .panel-heading { border-color: #d9534f; color: white; background-color: #d9534f; } .panel-red > a { color: #d9534f; } .panel-red > a:hover { color: #b52b27; } .panel-yellow { border-color: #f0ad4e; } .panel-yellow > .panel-heading { border-color: #f0ad4e; color: white; background-color: #f0ad4e; } .panel-yellow > a { color: #f0ad4e; } .panel-yellow > a:hover { color: #df8a13; } .timeline { position: relative; padding: 20px 0 20px; list-style: none; } .timeline:before { content: " "; position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; margin-left: -1.5px; background-color: #eeeeee; } .timeline > li { position: relative; margin-bottom: 20px; } .timeline > li:before, .timeline > li:after { content: " "; display: table; } .timeline > li:after { clear: both; } .timeline > li:before, .timeline > li:after { content: " "; display: table; } .timeline > li:after { clear: both; } .timeline > li > .timeline-panel { float: left; position: relative; width: 46%; padding: 20px; border: 1px solid #d4d4d4; border-radius: 2px; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); } .timeline > li > .timeline-panel:before { content: " "; display: inline-block; position: absolute; top: 26px; right: -15px; border-top: 15px solid transparent; border-right: 0 solid #ccc; border-bottom: 15px solid transparent; border-left: 15px solid #ccc; } .timeline > li > .timeline-panel:after { content: " "; display: inline-block; position: absolute; top: 27px; right: -14px; border-top: 14px solid transparent; border-right: 0 solid #fff; border-bottom: 14px solid transparent; border-left: 14px solid #fff; } .timeline > li > .timeline-badge { z-index: 100; position: absolute; top: 16px; left: 50%; width: 50px; height: 50px; margin-left: -25px; border-radius: 50% 50% 50% 50%; text-align: center; font-size: 1.4em; line-height: 50px; color: #fff; background-color: #999999; } .timeline > li.timeline-inverted > .timeline-panel { float: right; } .timeline > li.timeline-inverted > .timeline-panel:before { right: auto; left: -15px; border-right-width: 15px; border-left-width: 0; } .timeline > li.timeline-inverted > .timeline-panel:after { right: auto; left: -14px; border-right-width: 14px; border-left-width: 0; } .timeline-badge.primary { background-color: #2e6da4 !important; } .timeline-badge.success { background-color: #3f903f !important; } .timeline-badge.warning { background-color: #f0ad4e !important; } .timeline-badge.danger { background-color: #d9534f !important; } .timeline-badge.info { background-color: #5bc0de !important; } .timeline-title { margin-top: 0; color: inherit; } .timeline-body > p, .timeline-body > ul { margin-bottom: 0; } .timeline-body > p + p { margin-top: 5px; } @media (max-width: 767px) { ul.timeline:before { left: 40px; } ul.timeline > li > .timeline-panel { width: calc(10%); width: -moz-calc(10%); width: -webkit-calc(10%); } ul.timeline > li > .timeline-badge { top: 16px; left: 15px; margin-left: 0; } ul.timeline > li > .timeline-panel { float: right; } ul.timeline > li > .timeline-panel:before { right: auto; left: -15px; border-right-width: 15px; border-left-width: 0; } ul.timeline > li > .timeline-panel:after { right: auto; left: -14px; border-right-width: 14px; border-left-width: 0; } } /* Bootswatch Yeti End*/ /*Outline buttons*/ .btn-outline { color: inherit; background-color: transparent; transition: all .5s; } .btn-primary.btn-outline { color: #4184f3; } .btn-success.btn-outline { color: #5cb85c; } .btn-info.btn-outline { color: #5bc0de; } .btn-warning.btn-outline { color: #f0ad4e; } .btn-danger.btn-outline { color: #d9534f; } .btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover { color: white; } /*Outline buttons end*/ /*Panels*/ .panel-green { border-color: #5cb85c; } .panel-green > .panel-heading { border-color: #5cb85c; color: white; background-color: #5cb85c; } .panel-green > a { color: #5cb85c; } .panel-green > a:hover { color: #3d8b3d; } .panel-red { border-color: #d9534f; } .panel-red > .panel-heading { border-color: #d9534f; color: white; background-color: #d9534f; } .panel-red > a { color: #d9534f; } .panel-red > a:hover { color: #b52b27; } .panel-yellow { border-color: #f0ad4e; } .panel-yellow > .panel-heading { border-color: #f0ad4e; color: white; background-color: #f0ad4e; } .panel-yellow > a { color: #f0ad4e; } .panel-yellow > a:hover { color: #df8a13; } .yellow-border { border-color: #f0ad4e; } /*Panel ens*/ .navbar-custom { background-color:#2b3d51; color:#ffffff; border-radius:0; } .navbar-custom .navbar-nav > li > a, .navbar-custom .navbar-nav > li > div > div > a { color:#fff; } .navbar-custom .navbar-nav > .active > a { color: #ffffff; background-color:transparent; } .navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus, .navbar-custom .navbar-nav > .open >a { text-decoration: none; background-color: #5e7083; border-radius: 4px; } .navbar-custom .navbar-brand { color:#eeeeee; font-size: 22px; } .navbar-custom .navbar-toggle { background-color:#eeeeee; } .navbar-custom .icon-bar { background-color:#2d343d; } .page-header h1 { margin: 0; line-height: 34px; font-weight: 300; font-size: 24px; } .ws-pagination { /* display: inline-block; */ /* padding-left: 0; margin: 20px 0;*/ border-radius: 4px; } .btn[class*="alt"] { padding: 7px 15px; } .btn-midnightblue-alt { color: #333; background-color: rgba(255, 255, 255, 0); border-color: #2b3d51; border-width: 1px; border-style: solid; -webkit-box-shadow: none; box-shadow: none; } .btn-midnightblue { color: #ffffff; background-color: #2b3d51; border-color: #2b3d51; } .btn-midnightblue:hover { color: #ffffff !important; } .btn-orange { color: #ffffff; background-color: #f0934e; border-color: #f0934e; } .badge-primary { background-color: #4697ce; } .badge-warning { background-color: #e8db4f; } .badge-success { background-color: #7dcc93; } .badge-info { background-color: #63b7e6; } .badge-danger { background-color: #e75a5a; } .badge-grey { background-color: #A9A9A9; } h1, h2, h3, .h1, .h2, .h3 { margin-top: 0; font-weight: 300; } .panel-sky{ border-color: #76c4ed; } .panel-default { border-color: #ddd; } .panel-default .panel-heading-default { color: #333; background-color: #f5f5f5; border-color: #ddd; } .panel-sky .panel-heading { color: #ffffff; background-color: #76c4ed; border-color: #76c4ed; } .panel-sky.highlight .panel-heading{ background-color:#7dcc93; } .panel-sky.highlight-red .panel-heading{ color: white !important; background-color:#a94442 !important; border-color:#a94442 !important; } .border-green{ border: 8px solid #7dcc93; } em{ color: #000;background: #ff0; } .panel-chat { margin-bottom: 20px; height: 700px; overflow-y: auto; } .panel-chat .chat-message:last-child { margin-bottom: 0; } .panel-chat .chat-message { margin-bottom: 10px; position: relative; } .panel-chat .chat-message .chat-contact { float: left; margin-right: 10px; } .panel-chat .chat-message .chat-text { padding: 10px; background-color: #eee; overflow: hidden; position: relative; border-radius: 3px; } .terms-and-conditions h4{ font-size: 20px; font-weight: 400; margin:20px 0 10px 0; } .terms-and-conditions li{ margin-bottom: 10px; } .terms-and-conditions li ol{ margin-top:10px; list-style-type: lower-roman; } .terms-and-conditions .list-alpha{ list-style-type: lower-alpha; } .terms-and-conditions hr{ margin-top:0 !important; } .nv-point { fill-opacity: 2 !important; } .nv-axis.nv-x .tick line { display:none; } .nvd3 .nv-axis line { stroke-dasharray: 1; } @media (min-width: 992px) { .col-md-1-5 { width: 20%; float: left; position: relative; min-height: 1px; } .col-md-2-5 { width: 40%; } .col-md-3-5 { width: 60%; } .col-md-4-5 { width: 80%; } .col-md-5-5 { width: 100%; } } @media (min-width: 1200px) { .col-lg-1-5 { width: 20%; float: left; position: relative; min-height: 1px; } .col-lg-2-5 { width: 40%; } .col-lg-3-5 { width: 60%; } .col-lg-4-5 { width: 80%; } .col-lg-5-5 { width: 100%; } } .dashboard-banner-button{ border-radius: 1px !important; } .candidate-panel { width:73%; } .grid .tick { stroke: lightgrey; opacity: 0.7 !important; stroke-dasharray: 1; } .grid .tick text{ opacity: 0 !important; } .grid path { stroke-width: 0; } .bar:hover { filter: brightness(85%); stroke:#999; } .graph-legend-color { display: inline-block; height: 15px; width: 15px; margin-bottom: -2px; } .graph-legend-text { background-color:white; padding-left:10px; padding-right:10px; font-size: 13px; } .hiring-funnel-legends { line-height: 30px; background-color: white !important; border-top: none; } @media (min-width: 992px) { .funnel-y-axis-legend{ font-size: 13px; text-anchor: end; -webkit-transform: rotate(0deg); } } @media (max-width: 992px) { .funnel-y-axis-legend{ font-size: 13px; text-anchor: end; -webkit-transform: rotate(-55deg); } .dropdown-menu > li > a { color: #ffffff; } } .tooltip-funnel{ color:black; background-color:white; padding:15px; border:1px #000 solid; border-radius:3px; font-weight: 300; position: relative; z-index: 9999998 !important; } .multiline-tooltip-funnel{ color:black; background-color:white; padding:10px; border:1px #000 solid; border-radius:3px; font-weight: 300; width: 250px !important; position: relative; z-index: 9999998 !important; } .dashboard-chart{ height: 350px; } .h_390{ height: 390px; } #recruiter-search-list-dashboard ul.dropdown-menu{ width: inherit; } #recruiter-search-list-dashboard ul.dropdown-menu li a{ white-space: normal; } @media (max-width: 768px) { #recruiter-search-list-dashboard ul.dropdown-menu li a{ border-bottom: 1px solid #dedede; } } .dashboard-date-range-button{ padding-left:0px; padding-right:0px; } #dashboard-type span.active { color: #fff; background-color: #337ab7; border-color: #2e6da4; } .left-25 { left: 25%; } .left-50 { left: 50%; } #advancedSearchDropdown{ border-left: 0px solid white; } .no-margin { margin: 0px !important; } .no-padding { padding: 0px !important; } .no-border { border: 0px !important; } [treecontrol].tree-light li.tree-collapsed i.tree-branch-head, [treecontrol].tree-light li.tree-expanded i.tree-branch-head{ background: none !important ; display: inline-block;font: normal normal normal 14px/1 FontAwesome; } [treecontrol].tree-light li.tree-expanded i.tree-branch-head:before{ content : "\f147"; } [treecontrol].tree-light li.tree-collapsed i.tree-branch-head:before{ content: "\f196"; } [treecontrol].tree-light li.tree-leaf i.tree-branch-head:before{ content: ""; } [treecontrol].tree-light li.tree-leaf i.tree-leaf-head:before{ padding: 1px 5px; content: ""; } [treecontrol]>ul>li{ padding: 0px !important; } [treecontrol].tree-light.action li .tree-selected{ background-color: #5bc0de !important; font-weight: bold !important; } [treecontrol].tree-light.result li .tree-selected{ background-color: #f0ad4e !important; font-weight: bold !important; } .jslider div.jslider-value{ font-size: medium !important; margin-left:20px !important; } .dropdown-menu.task-schedule-list{ min-width : 460px; top: 30px; } .calendar-hidden{ visibility: hidden; width: 0; height: 0; padding: 0; } .action-result-help{ margin:20px; width: 80%; height: 80%; } .divider-color { color:#A9A9A9 } .box-with-border { border: 1px solid #e1e3e8; border-radius: 3px; } .box-with-border-colored { border: 2px solid #34b4eb; border-radius: 3px; } .rounded { border-radius: 14px; } .rounded-8p{ border-radius:8px; } /*.rounded-8p span{ color:#333333; }*/ .skill{ border: 1px ;border-style: solid; border-color: #46b8da; margin: 3px; display: inline-block; color: #7e7e7e; } /*.rounded-8p i{ color:#333333; }*/ .remove-shadow-border { border:none; box-shadow: none; } .search-arrow { background: white; border: none; height: 34px; } .dropClass{ } .drop{ padding: 80px 0;border: 1px dotted;margin: 16px 0; } .btn-grid { line-height: 200%; } .candidate-work-auth-tooltip{ width:350px; } .jobs-tooltip{ max-width: 100% !important; } .tooltip-inner { max-width: 100% !important; white-space: nowrap; } .candidate-work-auth-tooltip .tooltip-inner{ max-width : 350px !important; background-color: #337ab7 !important; } .candidate-work-auth-tooltip ol{ padding : 10px; margin :10px; text-align : justify; } .candidate-work-auth-tooltip.tooltip.top .tooltip-arrow{ border-top-color: #337ab7 !important; } .candidate-work-auth-tooltip.tooltip.in{ opacity : 1 !important; } .active-tab-link { color: #7dcc93; } .set-relative { position: relative; } .audit-trial .panel-heading{ box-shadow: 0 1px 1px rgba(0, 0, 0, .05);background-color: #f5f5f5 !important; color: #333; font-size: 13px; } .audit-trial .panel-group { margin-bottom: 3px; } .audit-trial a:hover,.audit-trial a:hover, .audit-trial a:active, .audit-trial a:visited, .audit-trial a:focus { text-decoration : none;outline : none; } .audit-trial .panel-title { font-size: 13px !important; } .audit-trial .fa{ color: #716d6d; font-size : 13px; } .audit-trial .text-muted { color: #000000 !important; } #pageTitle{ line-height: 1.6 !important; } .highlighted-link { border-bottom: 3px solid #76c4ed; padding-bottom: 4px; } .no-underline:hover { text-decoration: none; } form .ng-touched.ng-invalid, form.ng-submitted .ng-invalid { border: 1px solid red; } .font-weight-bold { font-weight: 700!important; } .break-word{ word-wrap: break-word } .back-to-top { position: fixed; bottom: 80px; right: 20px; z-index: 1; width: 50px; height: 50px; background: #DDD; opacity: 0.5; display: none; border-radius: 50px; } .back-to-top:hover { opacity: 1; cursor: pointer; } .back-to-top i { font-size: 25px; padding: 12px; color: #222; } .go-to-bottom { position: fixed; top: 60px; right: 20px; z-index: 1; width: 50px; height: 50px; background: #DDD; opacity: 0.5; display: none; border-radius: 50px; } .go-to-bottom:hover { opacity: 1; cursor: pointer; } .go-to-bottom i { font-size: 25px; padding: 12px; color: #222; } @media (min-width: 992px) { .table-md-fixed-layout { table-layout: fixed; } } @media (max-width: 992px) { .table-sm-horizontal-scroll { overflow-x: auto; } } @media (max-width: 1200px) { .table-md-horizontal-scroll { overflow-x: auto; } } .settings-icon { border: 1px solid #000000d1 !important; } .settings-icon i { color: #000000d1 !important; } .settings-icon-inactive { border: 1px solid #00000085 !important; } .settings-icon-inactive i{ color: #00000085 !important; } .is-disabled { color: currentColor; cursor: not-allowed !important; opacity: 0.5; text-decoration: none; } .no-left-padding{ padding-left: 0 !important; } .no-right-padding{ padding-right: 0 !important; } .green-mark { display: inline-block; width: 12px; height: 16px; background-color: green; margin-left: 2px; } .red-mark { display: inline-block; width: 12px; height: 16px; background-color: red; margin-left: 2px; } .yellow-mark { display: inline-block; width: 12px; height: 16px; background-color: yellow; margin-left: 2px; } .blue-mark { display: inline-block; width: 12px; height: 16px; background-color: blue; margin-left: 2px; } .td-middle-text-align { text-align: center; vertical-align: middle; } .preferences-table { table-layout: fixed; width: 100%; } .preferences-table-container { display: block; max-height: 400px; overflow-y: auto; -ms-overflow-style: -ms-autohiding-scrollbar; margin-bottom: 20px; } .preferences-table-container .location-text { width: 90px; text-overflow: ellipsis; display: inline-block; white-space: nowrap; overflow: hidden; vertical-align: bottom; } .preferences-table-container table tbody tr { background-color: #f5f5f5; } .preferences-table-container table tbody tr:hover { background-color: #f2f2f2; } .full-width { width: 100%; } .year-buttons { margin-right: 10px; margin-bottom: 10px; } .borderless td, .borderless th { border: none !important; } .table-hover-white-color tbody tr:hover td, .table-hover-white-color tbody tr:hover th { background-color: #ffffff; } .white-background{ background-color: #ffffff !important; } .add-scroll { height: 650px; overflow-y: auto; overflow-x: hidden; } .add-scroll2 { height: 1050px; overflow-y: auto; overflow-x: hidden; } .fixed-header-container { height: 75px; } .green-tick-mark { color: green; font-size: 24px; margin-top: -8px; } .zero-border-radius { border-radius: 0px } .zero-border-left-radius { border-radius: 0px 3px 3px 0px; } .zero-border-right-radius { border-radius: 3px 0px 0px 3px; } .job-action i { font-size: 13px; } .job-sort-icon { font-size: 20px; } .job-pagination { padding: 0; margin: 0; } .job-sort-icon i { margin: 5px 15px 0 0; } .chrome-extension-box{ background-color: rgba(96, 192, 220, 0.8);padding: 24px 10px 5px 10px; } .chrome-extension-box .img-responsive{ padding-top:10px; } .chrome-extension-box .close-box{ position: relative; } .chrome-extension-box .close-box span{ position: absolute; top: -15px; right: 1px; color: #000000; } .analytics-table-header-background{ background-color: #DAE7F9; } .analytics-table-select-background{ background-color: #ECF4FF; } .analytics-table-hover-background tbody tr:hover td, .analytics-table-hover-background tbody tr:hover th { background-color: #ECF4FF; } .analytics-table-totals-background td{ background-color: #DAE7F9; } .width-5px { width: 5px; } .no-border-top { border-top: 0px; } .graph-type-change-active-icon { background-color: #bce8f1; padding: 2px; border-radius: 2px 2px 2px 2px; margin-top: 5px; } .page-title { font-size: 20px; font-weight: bold; } .page-subheading { font-weight: 300; } tags-input { box-shadow: none; border: none; padding: 0; min-height: 34px; } tags-input .host { margin: 0; } tags-input .tags { -moz-appearance: none; -webkit-appearance: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } tags-input .tags .tag-item { color: #fff; background: #428bca; border: 1px solid #357ebd; border-radius: 4px; } tags-input .tags .tag-item.selected { color: #fff; background: #d9534f; border: 1px solid #d43f3a; } tags-input .tags .tag-item .remove-button:hover { text-decoration: none; } tags-input .tags.focused { border: 1px solid #66afe9; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } tags-input .autocomplete { border-radius: 4px; } tags-input .autocomplete .suggestion-item.selected { color: #262626; background-color: #f5f5f5; } tags-input .autocomplete .suggestion-item.selected em { color: #262626; background-color: #f5f5f5; } tags-input .autocomplete .suggestion-item em { color: #000; background-color: #fff; } tags-input.ng-invalid .tags { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } tags-input[disabled] .tags { background-color: #eee; } tags-input[disabled] .tags .tag-item { background: #337ab7; opacity: 0.65; } tags-input[disabled] .tags .input { background-color: #eee; } .input-group tags-input { padding: 0; display: table-cell; } .input-group tags-input:not(:first-child) .tags { border-top-left-radius: 0; border-bottom-left-radius: 0; } .input-group tags-input:not(:last-child) .tags { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group-lg tags-input:first-child .tags { border-top-left-radius: 6px; border-bottom-left-radius: 6px; } .input-group-lg tags-input:last-child .tags { border-top-right-radius: 6px; border-bottom-right-radius: 6px; } .input-group-sm tags-input:first-child .tags { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .input-group-sm tags-input:last-child .tags { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } tags-input.ti-input-lg, .input-group-lg tags-input { min-height: 46px; } tags-input.ti-input-lg .tags, .input-group-lg tags-input .tags { border-radius: 6px; } tags-input.ti-input-lg .tags .tag-item, .input-group-lg tags-input .tags .tag-item { height: 38px; line-height: 37px; font-size: 18px; border-radius: 6px; } tags-input.ti-input-lg .tags .tag-item .remove-button, .input-group-lg tags-input .tags .tag-item .remove-button { font-size: 20px; } tags-input.ti-input-lg .tags .input, .input-group-lg tags-input .tags .input { height: 38px; font-size: 18px; } tags-input.ti-input-sm, .input-group-sm tags-input { min-height: 30px; } tags-input.ti-input-sm .tags, .input-group-sm tags-input .tags { border-radius: 3px; } tags-input.ti-input-sm .tags .tag-item, .input-group-sm tags-input .tags .tag-item { height: 22px; line-height: 21px; font-size: 12px; border-radius: 3px; } tags-input.ti-input-sm .tags .tag-item .remove-button, .input-group-sm tags-input .tags .tag-item .remove-button { font-size: 16px; } tags-input.ti-input-sm .tags .input, .input-group-sm tags-input .tags .input { height: 22px; font-size: 12px; } .has-feedback tags-input .tags { padding-right: 30px; } .has-success tags-input .tags { border-color: #3c763d; } .has-success tags-input .tags.focused { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } .has-error tags-input .tags { border-color: #a94442; } .has-error tags-input .tags.focused { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } .has-warning tags-input .tags { border-color: #8a6d3b; } .has-warning tags-input .tags.focused { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } .search-menu.dropdown-menu { top: 20px; right: 15px; } .text-center-table-data thead tr th, .text-center-table-data tbody tr td{ text-align: center; } ul.navbar-nav li.active, ul.navigation li.active { background: #5e7083; color: #f6f6f6; display: block; background-image: none; border-radius: 4px; } .nav-padding{ padding: 6px 0 6px 0; } .spriteimg { background: url("../images/full-sync-icons.png") no-repeat; width: 170px; height: 45px; background-size: cover; margin: 0 auto; zoom: .8; } .spriteimg.outlook { background-position: 0 -72px; width: 240px; } .spriteimg.custom { background-position: 0 -225px; } .spriteimg.yahoo { background-position: 0 -90px; } .goDaddy{ background: url("../images/godaddy.png") no-repeat; width: 170px; height: 45px; background-size: 100%; background-position: -10px -20px; } .cursor-not-allowed { cursor: not-allowed; } .logo-image-preview { max-width: 100px; margin-top: 10px; } .banner-image-preview { min-width: 800px; margin-top: 10px; max-width: 100%; } .page-min-height{ min-height: 86vh; } .mt-30{ margin-top: 30px; } .bg-wise-dark{ background-color: #2b3d51 !important; } .text-white{ font-weight: 500; color: #fff !important; font-size: 1rem; } .underline{ text-decoration:underline; } .modal-body #imageviewer { max-width: 100%; } .dropdown-toggle { display: block; } .subscription-card { padding: 30px; border: 1px solid rgba(0,0,0,.125); border-radius: 5px; min-height: 300px; background-color: #FFFFFF; } .transparent-borders{ border-color: transparent; } .styled-scroll::-webkit-scrollbar-track { box-shadow: inset 0 0 1px #c1c2c163; border-radius: 100px; background-color: #F5F5F5; } .styled-scroll::-webkit-scrollbar{ width: 4px; background-color: #F5F5F5; } .styled-scroll::-webkit-scrollbar-thumb{ border-radius: 100px; box-shadow: inset 0 0 1px #c1c2c163; background-color: rgba(83, 83, 83, 0.336); } #panel-window { padding: 0; } .bg-orange{ background-color: orange; } .nav-pop-right{ background-color: #5bc0de; font-size: 14px; border-radius: 50px; padding:7px 11px; float: left; margin: 0px 15px; } .pad-wid-3{ padding: 0% 3%; } .home-fa-icon{ width:23px; padding:20px 23px; } .home-fa-icon i { padding: 18px; border-radius : 50%; color: #000; } .home-page-divisions{ margin: 15px 0px; border: 1px solid rgb(219, 208, 208); height: 120px; } .home-page-divisions:hover{ background-color:rgb(243, 243, 243) ; } .link-header{ margin-bottom:-30px; color:black; padding: 10px 0px 0px 0px; } .head{ color: #337ab7; margin-bottom : -8px; } .home-link-content{ font-size: 16px; color:rgb(71, 71, 71); padding: 20px 0px 2px 0px; } .home-arrow-right{ width:5%; text-align: center; color:rgba(75, 121, 66, 0.692); font-size : 36px; } .row-pad{ padding:0px 15px; } .dropdown-btn { position: relative; display: inline-block; } .dropdown-btn:hover .dropdown-menu {display: block;} .mb-0{margin-bottom: 0px;} .step-btn-left { position: relative; height:50px; border-radius: 0; border-color: transparent; border-top-left-radius: 5px; width: 32%; margin-right: 2%; background: linear-gradient(to left, #fff 50%, #337ab7 50%); background-size: 300% 100%; background-position: right bottom; } .step-btn-left:after { content:""; position: absolute; left: 100%; top:-1px; border-top:52px solid #337ab7; border-bottom:24px solid transparent; border-right:20.5px solid transparent; } .step-btn-left:hover{ background-color: #337ab7; } .step-btn-left:focus{ outline: 0; } .step-btn-center{ position: relative; height:50px; border-radius: 0; border-color: transparent; border-top-right-radius: 5px; width: 32%; margin-right: 2%; background: linear-gradient(to left, #fff 50%, #337ab7 50%); background-size: 300% 100%; background-position: right bottom; } .step-btn-center:after { content:""; position: absolute; left: 100%; top:-1px; border-top:52px solid #337ab7; border-bottom:24px solid transparent; border-right:20.5px solid transparent; } .step-btn-center:before { content:""; position: absolute; left: -1px; top:-1px; border-top:52px solid #efefef; border-bottom:24px solid transparent; border-right:20.5px solid transparent; } .step-btn-center:hover{ color: #fff; } .step-btn-center:disabled:hover{ color: #337ab7; border-color: transparent; } .step-btn-center:disabled{ border-color: transparent; } .step-btn-center:focus{ outline: 0; } .step-btn-right{ position: relative; height:50px; border-radius: 0; border-color: transparent; border-top-right-radius: 5px; width: 32%; background: linear-gradient(to left, #fff 50%, #337ab7 50%); background-size: 300% 100%; background-position: right bottom; } .step-btn-right:before { content:""; position: absolute; left: -1px; top:-1px; border-top:52px solid #efefef; border-bottom:24px solid transparent; border-right:20.5px solid transparent; } .step-btn-right:hover{ color: #fff; } .step-btn-right:disabled:hover{ color: #337ab7; border-color: transparent; } .step-btn-right:disabled{ border-color: transparent; } .step-btn-right:focus{ outline: 0; } .forwardAnimationFast{ background-position: left bottom; color: white; transition: all 0.5s ease-in; } .forwardAnimationSlow{ background-position: left bottom; color: white; transition: all 1.3s ease-in; } .backwardAnimation{ background-position: right bottom; color: black; transition: all 1.3s ease-in; } @media screen and (max-width: 996px) { .step-btn-left{ margin-right: 0%; } .step-btn-center:before { border-top:52px solid transparent; } .step-btn-left:after { border-top:52px solid transparent; } .step-btn-right:after { border-top:52px solid transparent; } } .pr-10{ padding-right: 10px; } .mr-10{ margin-right: 10px; } .mr-5{ margin-right: 5px; } .hidden-sm { font-size: 15px; } /**************************Start Workspaces******************/ .contact{ width: 100px; height: 100px; vertical-align: middle; background-color: #d8d8d8; border-radius: 69px; padding-top: 19px; text-align: center; color: #337ab7; font-size: 40px; margin-right: 26px; } .margin-reset { margin-top: 0px; } /*****************************End Workspaces*****************/ .workspace-font-group{ font-family :"Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; font-weight:400; } .workspace-navbar-centre{ padding:15px 500px; } .workspace-form-control { height: 40px; font-size: 16px; } .workspace-title{ color : #2B3D51; } .dashboard-text{ font-size: 15px; color:rgb(71, 71, 71); } .items{ background-color: #efefef !important; border-radius: 10px; margin-bottom: 10px; } .items h4, .dashboard-p-text{ color: #474747; } .circle{ width: 50px; height: 50px; border-radius: 50%; } .circle i{ padding: 15px; font-size: 20px; } .bg-green{ background-color: #5cb85c; } .bg-blue{ background-color: #76c4ed; } .bg-orange{ background-color: #f0ad4e; } .bg-red{ background-color: #EC7063; } .bg-neon{ background-color: #63ECB4; } .fa-file:before{ padding-left: 3px; } .fa-play-circle-o:before{ color: rgb(139, 139, 140); } .space{ padding-top: 15px; } .right-arrow{ padding: 13px; font-size: 25px; } /* checkbox style */ .checkbox-container { display: block; position: relative; cursor: pointer; margin-top: 3px; } .checkbox-container input { position: absolute; opacity: 0; } .checkmark { position: absolute; height: 13px; width: 13px; border-radius: 2px; background-color: #ccc; } .checkbox-container input:checked ~ .checkmark { background-color: white; } .checkmark:after { content: ""; position: absolute; display: none; } .checkbox-container input:checked ~ .checkmark:after { display: block; } .checkbox-container .checkmark:after { left: 4px; top: 1px; width: 5px; height: 9px; border: 0.5px solid #4697ce; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } #panel-window{ height: 100vh; } .padding-reset{ padding-top: 10px; } iframe{ height: -webkit-fill-available; width: -webkit-fill-available; } tr:nth-child(even) { background: #efefef; } tr:nth-child(odd) { background: #FFF; } table, tr, td { border: none !important; } .left-round-corners { border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .right-round-corners { border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .titleCase{ text-transform:capitalize } [type="radio"]:checked, [type="radio"]:not(:checked) { position: absolute; } [type="radio"]:checked + label, [type="radio"]:not(:checked) + label { position: relative; padding-left: 28px; margin-top: 5px; cursor: pointer; line-height: 20px; display: inline-block; color: rgb(71, 71, 71); } [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before { content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; border: 1px solid #337ab7; border-radius: 100%; background: #fff; } [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after { content: ''; width: 10px; height: 10px; background: #337ab7; position: absolute; top: 4px; left: 4px; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } [type="radio"]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } [type="radio"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .panel-grey{ background-color: #efefef; border-radius: 5px; } .background-card{ background-color: #fff; border-radius: 5px; padding: 15px; } .custom-badge-primary{ background-color: #76C4EC; border: 1px solid white; color: white; border-radius: 10px; text-align: center; font-weight: bold; } .custom-badge-success{ background-color: rgba(64, 255, 0, 0.5); border: 1px solid 00c700; color: white; border-radius: 10px; text-align: center; } .custom-badge-default{ color: #3981c2; } .pointer{ cursor: pointer; } .popover__title { text-align: center; } .popover__wrapper { position: relative; cursor: pointer; /* margin-top: 1.5rem; */ display: inline-block; } .popover__content { opacity: 0; visibility: hidden; position: absolute; left: -100px; transform: translate(0, 10px); background-color: #fff; color: grey; border-radius: 5px; padding: 10px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); width: 300px; } .popover__content:before { position: absolute; z-index: -1; content: ""; right: calc(50% - 10px); top: -8px; border-style: solid; border-width: 0 10px 10px 10px; border-color: transparent transparent #fff transparent; transition-duration: 0.3s; transition-property: transform; } .popover__wrapper:hover .popover__content { z-index: 10; opacity: 1; visibility: visible; transform: translate(0, 0); transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97); } .popover__message { text-align: center; } /* Begin for notifications*/ .notification-window{ min-width : 400px !important;color:#000000;padding-bottom: 0; } .notification-window ul{ list-style: none; margin: 0; padding: 0; } .notification-window .notifications-header{ background: #ffffff; padding: 15px 0; } .notification-window .notifications-header .header-text{ align-items: center; font-weight: 600; font-size: 18px; line-height: 32px; padding: 0 12px 0 12px; } .notification-window .notifications-list-container{ float:left; max-height: 500px; overflow-y: scroll; width: 100%; } .notification-window .notifications-list-container .acknowledged{ background: #ffffff !important; } .notification-window .notification-message{ padding: 3px 15px; } .notification-window > li{ border-bottom: 1px solid #e5e5e5; cursor: pointer; background-color: #efefef; float: left; width: 100%; } .notification-window > li ul > li{ padding: 10px 0; border-bottom: 1px solid #e5e5e5; } .notification-window li a{ font-weight: 600;font-size: 14px;padding: 3px 15px; } .notification-window li a:hover{ text-decoration: underline; } .notification-box .alert-warning { color: #2b3d51 !important; background-color: #f5ecc0 !important; border-color: transparent !important; } .notification-box .alert-warning .ui-pnotify-text{ line-height: 22px; } .notification-box .alert-warning .ui-pnotify-bell{ float: left; padding-right: 16px; padding: 19px 18px 10px 10px; margin-bottom: 0; width: 20%; font-size: 40px; } .notification-box .alert-warning .notification-block{ width:80%; float: right; } .notification-box .alert-warning .ui-pnotify-text{ float: left; width: 100%; line-height: 17px; } .notification-box .alert-warning .ui-pnotify-text br{ line-height: 27px; } .notifications-list-container::-webkit-scrollbar { background-color: #fff; width: 10px; height: 10px; } .notifications-list-container::-webkit-scrollbar-thumb { background: #bbb; min-height: 40px; } .notification-box .alert-warning .ui-pnotify-sticker{ display:none !important; } /* End for notifications*/ .white-card{ background-color: #fff !important; padding: 30px; border-radius: 5px; } .job-boards > a > div > img { border-radius: 5px; } .job-boards > a > div { border: 1px solid rgb(206, 206, 206); border-radius: 5px; color: rgb(53, 53, 53); } .icon { border-radius: 3px; } .inline { display:inline; } .text-dark{ color: #333; } .actions{ border: 2px solid #dddddd; padding: 10px 0 10px 0; border-radius: 5px; margin: 6px; } .border{ border: 1px solid grey; border-radius: 5px; padding: 20px; } .img-reposnsive-max-width-65{ display: block; max-width: 65%; height: auto; } .jobBoard-icon{ border-radius: 50%; width: 20px; height: 20px; } .round-btn-green{ display:block; width:30px; height:30px; line-height:30px; border:1px solid #4bff00; color: #3aad00; border-radius: 50%; text-align:center; text-decoration:none; background: #33ff0040; } .round-btn-green:hover{ background: white; } .round-btn-red{ display:block; width:30px; height:30px; line-height:28px; border:1px solid rgba(255, 0, 0, 0.705); color: rgba(255, 0, 0, 0.705); border-radius: 50%; text-align:center; text-decoration:none; background: #ff000040; } .round-btn-red:hover{ background-color: white; } .job-board-list{ border-right: 2px solid transparent; } .job-board-list:hover{ background-color: #f9f9fb; border-radius: 2px; border-right: 2px solid #7487ec; color: #7487ec; } .no-space{ margin: 0; } .outer-btn{ background-color: #d5dcf9; border-top-right-radius: 5px; border-bottom-right-radius: 5px; color: #7487ec; text-align: center; padding: 5px; border: 1px solid #7487ec; } .inner-btn{ background-color: #7487ec; border-top-left-radius: 5px; border-bottom-left-radius: 5px; color: white; padding: 5px; border: 1px solid #7487ec; } .check-icon{ font-size: 12px; } .custom-checkbox{ position: relative; width: 20px; height: 10px; -webkit-appearance: none; background: #c6c6c6; outline: none; border-radius: 20px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) } .custom-checkbox:checked{ background: #03a9f4; } .custom-checkbox:before{ content: ''; position: absolute; width: 10px; height: 10px; border-radius: 20px; top: 0; left: 0; background: #fff; transform: scale(1.1); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); transition: 0.5s; } .custom-checkbox:checked:before{ left: 10px; } .box-grid{ background: linear-gradient(to left bottom , #ffffff, #f0eded); } .tableStyle{ background-color: #fff !important; } .tableStyle:hover{ background-color: #ccc !important; } .kibana-iframe{ width: 100%; border:0; } .bg-ws-primary{ background: #337ab7; height: 100%; } .bg-ws-white-full{ background: white; height: 100%; } .padding-registration{ padding: 60px 10px 10px 60px; } [type="date"] { background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat ; } [type="date"]::-webkit-inner-spin-button { display: none; } [type="date"]::-webkit-calendar-picker-indicator { opacity: 0; } #workspaceDate { border: 1px solid #c4c4c4; border-radius: 5px; background-color: #fff; padding: 3px 5px; box-shadow: inset 0 3px 6px rgba(0,0,0,0.1); width: 190px; } .skill-badge { margin-right: 10px; } .skill-badge-sm { margin-right: 5px; margin-top: 5px; } .user-circle{ border-radius: 50%; background-color: #5e7083; height: 50px; width: 50px; text-align: center; text-transform: capitalize; } .user-circle:hover { text-decoration: none; background-color: #5e7083ba!important; } .user-circle-icon{ padding: 4px!important; } .multi-select-nav { list-style: none; } .crm-download-button { margin-top: 18px; } .crm-query-text { margin-top: 10px; } .full-width{ width: 100%; } .progressBar{ aria-valuemin: 0; aria-valuemax: 100; width:0%; } .onboarding-button { border-color: #007acc; } .onboarding-button:hover { background: #007acc; color: white; } .onboarding-container input{ display:none; } .text-onboarding{ color:#2b3d51 } .textbox-onboarding{ padding:5px; } #freshworks-container #launcher-frame{ min-width: 95px!important; max-width: 95px!important; } .download-setting-p{ margin-left: 12px;font-weight: bold; } .btn-primary-outline{ background-color: transparent; border-color: #ccc; } .card-row { display: grid; grid-template-columns: repeat(4, 16%); justify-content: space-between; } .card { background-color: #fff; padding-top: 60px; padding-bottom: 60px; border: 1px solid #c9c9c9; border-radius: 7px; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15); } .card:hover{ opacity:.5; transform: scale(.98); cursor: pointer; } .candidate-name { font-size: 16px; } .candidate-profile .row { margin-bottom: 15px; font-size: 14px; } .candidate-profile img { width: 96px; height: 96px; margin-right: 10px; border-radius: 100px; } .dice-search-location { width: 68%; display: inline-block; } .dice-search-distance { width: 30%; display: inline-block; } .dice-search-skills { width: 68%; display: inline-block; } .dice-search-salary { width: 48%; display: inline-block; } .dice-search-experience-range { width: 36%; display: inline-block; } .dice-search-currency { width: 48%; display: inline-block; } .dice-search-sort { width : 38%; display : inline-block; color: #333; background-color: #ffffff; -webkit-box-shadow: none; box-shadow: none; } .talent-pool-sort { width : fit-content; color: #333; background-color: #ffffff; } .location-min { width: 72%; } .dice-search-salary-rate{ width: 48%; display: inline-block; } .dice-search-experience { width: 20%; display: inline-block; } .social-profile-candidate { width: 32px !important; height: 32px !important; border-radius: 0 !important; margin-right: 10px; margin-bottom: 10px; } .dice-map-to-job-panel .btn-midnightblue-alt { display: none; } .breadCrumb { font-size: 18px; } .breadCrumb-active { text-decoration: underline; } .breadCrumb-item { font-weight: bold; font-size: 19px; } .breadCrumb-item{ font-weight: bold; font-size: 19px; } .or-seperator { margin: 20px 0 10px; text-align: center; border-top: 1px solid #ccc; } .or-seperator i { padding: 0 10px; background: #f7f7f7; position: relative; top: -11px; z-index: 1; } .row-flex, .row-flex > div[class*="col-"] { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 1 auto; -ms-flex: 1 auto; flex: 1 auto; } .row-flex-wrap { -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; } .row-flex > div[class*="col-"] div { background-color: #fff; width: auto; } .flex-col { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 1 auto; -ms-flex: 1 auto; flex: 1 auto; -webkit-flex-flow: column nowrap; -ms-flex-flow: column nowrap; flex-flow: column nowrap; } .flex-grow { -webkit-flex: 2; -ms-flex: 2; flex: 2; } .well{ background-color: #fff; color: #6F6F6F; } .menu-for-candidateNotes{ max-height: 1000px; width: 500px !important; height: 300px !important; overflow-y: auto; } .menu-for-consultantNotes{ max-height: 1000px; width: 500px !important; height: 150px !important; overflow-y: auto; } .tooltip { pointer-events: none; } .search-native-button { margin-top: 10px; margin-bottom: 10px; } .search-native-button a { display: block; text-align: center; padding: 50px; font-size: 30px; border: 1px solid #2b3d51; border-radius: 5px; } .search-native-button img { display: inline; } .sticky{ position: relative; bottom: 0; z-index: 9999; background-color: white; height: 193px; width: auto; border: 1px solid #D3D3D3; } .sticky-max{ position: relative; bottom: 0; z-index: 9999; background-color: white; height: 300px; width: auto; border: 1px solid #D3D3D3; } .boolean-search-skills { width: 50%; } .add-margin, .calendar-form > .row > .col-md-12 { margin-top: 10px; margin-bottom: 10px; } .search-box-sm { width: 65%; } .search-box { width: 85%; } .bulk-upload-panel{ position: fixed; bottom: -16px; right: 4px; width: 365px; z-index: 2147483001; } .bulk-upload-panel .bulk-upload-panel-header{ position: absolute; border-radius: 3px 3px 0 0; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: flex; background-color: #323232; border: 1px transparent solid; bottom: 24px; color: #fff; font-size: 14px; height: 52px; line-height: normal; top: 0px; width: 100%; padding-left: 18px; z-index: 1; } .bulk-upload-panel .bulk-upload-panel-body{ padding: 0px; margin: 15px 0px 0 15px; height: 454px; overflow-y: auto; padding-top: 48px; } .bulk-upload-panel .panel{ margin-bottom: 0px; } .bulk-upload-panel .transfer-box{ padding-right: 7px; } .bulk-upload-panel .progress{ height: 8px; margin-top: 5px; } .google-sign-in{ background-image: url(/content/images/btn_google_signin_dark_normal_web.png); height: 46px; width: 191px; display: block; } .sidenav { height: 100%; width: 0; position: fixed; z-index: 1049; top: 0; right: 0; background-color: #fff; overflow-x: hidden; transition: 0.5s; padding-top: 60px; -webkit-box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.75); -moz-box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.75); box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.75); } .sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } .sidenav .toggler { position: absolute; top: 14px; left: 25px; } @media screen and (max-height: 450px) { .sidenav a {font-size: 18px;} } .addcandidatesidenav { height: 100%; width: 0; position: fixed; z-index: 99999; top: 0; right: 0; background-color: #fff; overflow-x: hidden; transition: 0.5s; padding-top: 60px; -webkit-box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.75); -moz-box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.75); box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.75); } .addcandidatesidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } .addcandidatesidenav .toggler { position: absolute; top: 14px; left: 25px; } @media screen and (max-height: 450px) { .addcandidatesidenav a {font-size: 18px;} } .help-block{ color: #a94442; } .form-item{ position: relative; display: inline-block; } .form-item .short{ display: inline; width: 235px; height: 44px; background: transparent; border: solid 1px #ccc; transition: all .3s ease; padding: 0 10px; padding-top: 11px; border-radius: 2px; } .form-item .large{ display: block; width: 490px; height: 44px; background: transparent; border: solid 1px #ccc; transition: all .3s ease; padding: 0 10px; padding-top: 11px; border-radius: 2px; } .form-item input:focus{ border-color: rgba(5, 139, 242, 0.6); box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6); } .form-item label{ position: absolute; cursor: text; z-index: 2; top: 13px; left: 1px; font-size: 12px; font-weight: bold; padding: 0 10px; color: #999; transition: all .3s ease; } .form-item input:focus + label, .form-item input:not(:placeholder-shown) ~ label{ font-size: 11px; top: 4px; } .left{ float: left; } .right{ float: right; margin-top: 10px; } .sticky{ position: fixed; bottom: 0; z-index: 9999; background-color: white; height: 95px; width: 533px; padding-top: 10px; margin-left: -2px; border: 1px solid #ccc; } .sticky-with-less-height{ position: fixed; bottom: 0; z-index: 9999; background-color: white; height: 54px; width: 533px; padding-top: 10px; margin-left: -20px; border: 1px solid #ccc; } .sticky-task-with-height { position: fixed; bottom: 0; z-index: 9999; background-color: white; height: 190px; width: 531px; padding-top: 0; margin-left: 0; margin-bottom: 0; border: 1px solid #ccc; } .task-notification-color { background-color: #FFFACD !important; } .sticky-for-update{ position: fixed; bottom: 0; z-index: 9999; background-color: white; height: 95px; width: 533px; padding-top: 10px; margin-left: -18px; border: 1px solid #ccc; } .sticky-with-height-for-update{ position: fixed; bottom: 0; z-index: 9999; background-color: white; height: 190px; width: 533px; padding-top: 10px; margin-left: -18px; border: 1px solid #ccc; } .sticky-for-jobboard{ position: fixed; bottom: 0; z-index: 9999; background-color: white; height: 95px; width: 520px; padding-top: 10px; margin-left: 0; border: 1px solid #ccc; } .sticky-with-height-for-jobboard{ position: fixed; bottom: 0; z-index: 9999; background-color: white; height: 190px; width: 520px; padding-top: 10px; border: 1px solid #ccc; } .sticky-for-jobboard-update{ position: fixed; bottom: 0; z-index: 9999; background-color: white; height: 95px; width: 540px; padding-top: 10px; margin-left: -18px; border: 1px solid #ccc; } .sticky-with-height-for-jobboard-update{ position: fixed; bottom: 0; z-index: 9999; background-color: #fff; height: 260px; width: 520px; padding-top: 10px; margin-left: -17px; border: 1px solid #ccc; } .modal-override { position: fixed; z-index: 999999 !important; } .clsPopup{ z-index: 999999 !important; } .modal-center-override { position: fixed; z-index: 999999 !important; top: 50% !important; transform: translateY(-50%) !important; -webkit-transform: translateY(-50%) !important; -moz-transform: translateY(-50%) !important; -o-transform: translateY(-50%) !important; } .modal-over-modal{ position: fixed; z-index: 999999 !important; } .timeline-item { background-color: #fff; border: 1px solid; border-color: #e5e6e9 #dfe0e4 #d0d1d5; border-radius: 3px; padding: 12px; margin: 0 auto; max-width: 472px; min-height: 200px; } @keyframes placeHolderShimmer { 0%{ background-position: -468px 0; } 100%{ background-position: 468px 0; } } .animated-background { animation-duration: 0.6s; animation-fill-mode: forwards; animation-iteration-count: infinite; animation-timing-function: linear; animation-name: placeHolderShimmer; background: #f6f7f8; background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%); background-size: 800px 104px; height: 96px; position: relative; } .background-masker { background: #fff; position: absolute; } /* Every thing below this is just positioning */ .background-masker.header-top, .background-masker.header-bottom, .background-masker.subheader-bottom { top: 0; left: 40px; right: 0; height: 10px; } .background-masker.header-left, .background-masker.subheader-left, .background-masker.header-right, .background-masker.subheader-right { top: 10px; left: 40px; height: 8px; width: 10px; } .background-masker.header-bottom { top: 18px; height: 6px; } .background-masker.subheader-left, .background-masker.subheader-right { top: 24px; height: 6px; } .background-masker.header-right, .background-masker.subheader-right { width: auto; left: 300px; right: 0; } .background-masker.subheader-right { left: 230px; } .background-masker.subheader-bottom { top: 30px; height: 10px; } .background-masker.content-top, .background-masker.content-second-line, .background-masker.content-third-line, .background-masker.content-second-end, .background-masker.content-third-end, .background-masker.content-first-end { top: 40px; left: 0; right: 0; height: 6px; } .background-masker.content-top { height:20px; } .background-masker.content-first-end, .background-masker.content-second-end, .background-masker.content-third-end{ width: auto; left: 380px; right: 0; top: 60px; height: 8px; } .background-masker.content-second-line { top: 68px; } .background-masker.content-second-end { left: 420px; top: 74px; } .background-masker.content-third-line { top: 82px; } .background-masker.content-third-end { left: 300px; top: 88px; } .widget-round-square{ height: 70px; width: 110px; } .pac-container{ z-index: 9999998 !important; } .widget-button{ position: relative; z-index: 9999998 !important; } .hr-text { position: relative; outline: 0; border: 0; color: black; text-align: center; height: 1.5em; opacity: 0.5; } .hr-text:before { content: ''; background: linear-gradient(to right, transparent, #818078, transparent); position: absolute; left: 0; top: 50%; width: 100%; height: 1px; } .hr-text:after { content: attr(data-content); position: relative; display: inline-block; color: black; line-height: 1.5em; color: #000; background-color: #fcfcfa; } .base64Icon{ height: 22px; width: 22px; } .noBorder{ border: none; box-shadow: none; } .dot { color: #3498db; margin-left: 5px; } .justify-text { text-align-last: justify; } .no-border-radius{ border-radius : 0; } .timedline-centered { position: relative; margin-bottom: 30px; } .timedline-centered:before, .timedline-centered:after { content: " "; display: table; } .timedline-centered:after { clear: both; } .timedline-centered:before, .timedline-centered:after { content: " "; display: table; } .timedline-centered:after { clear: both; } .timedline-centered:before { content: ''; position: absolute; display: block; width: 1px; background: #ccc; /*left: 50%;*/ top: 20px; bottom: 20px; margin-left: 23px; } .timedline-centered .timedline-entry { position: relative; /*width: 50%; float: right;*/ margin-top: 5px; margin-left: 30px; margin-bottom: 10px; clear: both; } .timedline-centered .timedline-entry:before, .timedline-centered .timedline-entry:after { content: " "; display: table; } .timedline-centered .timedline-entry:after { clear: both; } .timedline-centered .timedline-entry:before, .timedline-centered .timedline-entry:after { content: " "; display: table; } .timedline-centered .timedline-entry:after { clear: both; } .timedline-centered .timedline-entry.begin { margin-bottom: 0; } .timedline-centered .timedline-entry.left-aligned { float: left; } .timedline-centered .timedline-entry.left-aligned .timedline-entry-inner { margin-left: 0; margin-right: -18px; } .timedline-centered .timedline-entry.left-aligned .timedline-entry-inner .timedline-time { left: auto; right: -100px; text-align: left; } .timedline-centered .timedline-entry.left-aligned .timedline-entry-inner .timedline-icon { float: right; } .timedline-centered .timedline-entry.left-aligned .timedline-entry-inner .timedline-label { margin-left: 0; margin-right: 70px; } .timedline-centered .timedline-entry.left-aligned .timedline-entry-inner .timedline-label:after { left: auto; right: 0; margin-left: 0; margin-right: -9px; -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .timedline-centered .timedline-entry .timedline-entry-inner { position: relative; margin-left: -20px; } .timedline-centered .timedline-entry .timedline-entry-inner:before, .timedline-centered .timedline-entry .timedline-entry-inner:after { content: " "; display: table; } .timedline-centered .timedline-entry .timedline-entry-inner:after { clear: both; } .timedline-centered .timedline-entry .timedline-entry-inner:before, .timedline-centered .timedline-entry .timedline-entry-inner:after { content: " "; display: table; } .timedline-centered .timedline-entry .timedline-entry-inner:after { clear: both; } .timedline-centered .timedline-entry .timedline-entry-inner .timedline-time { position: absolute; left: -100px; text-align: right; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .timedline-centered .timedline-entry .timedline-entry-inner .timedline-time>span { display: block; } .timedline-centered .timedline-entry .timedline-entry-inner .timedline-time>span:first-child { font-size: 15px; font-weight: bold; } .timedline-centered .timedline-entry .timedline-entry-inner .timedline-time>span:last-child { font-size: 12px; } .timedline-centered .timedline-entry .timedline-entry-inner .timedline-icon { background: #fff; color: #737881; display: block; width: 30px; height: 30px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; text-align: center; -moz-box-shadow: 0 0 0 5px #f5f5f6; -webkit-box-shadow: 0 0 0 5px #f5f5f6; box-shadow: 0 0 0 5px #f5f5f6; line-height: 35px; font-size: 15px; float: left; } .timedline-centered .timedline-entry .timedline-entry-inner .timedline-icon.bg-success { background-color: #00a651; color: #fff; } .timedline-centered .timedline-entry .timedline-entry-inner .timedline-icon.bg-info { background-color: #21a9e1; color: #fff; } .timedline-centered .timedline-entry .timedline-entry-inner .timedline-icon.bg-warning { background-color: #fad839; color: #fff; } .timedline-centered .timedline-entry .timedline-entry-inner .timedline-label { position: relative; background: #f5f5f6; padding: 1em; margin-left: 60px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .timedline-centered .timedline-entry .timedline-entry-inner .timedline-label:after { content: ''; display: block; position: absolute; width: 0; height: 0; border-style: solid; border-width: 9px 9px 9px 0; border-color: transparent #f5f5f6 transparent transparent; left: 0; top: 10px; margin-left: -9px; } .timedline-centered .timedline-entry .timedline-entry-inner .timedline-label h2, .timedline-centered .timedline-entry .timedline-entry-inner .timedline-label li { color: #000; font-family: "Noto Sans", sans-serif; font-size: 12px; margin: 0; line-height: 1.428571429; } .timedline-centered .timedline-entry .timedline-entry-inner .timedline-label h2 { font-size: 13px; margin-bottom: 10px; } .timedline-label a { font-size: 18px; } .consultant-skills{ background-color: #0275d8; font-size: 13px;margin-right: 4px; } .jobSkills{ background-color: #bb8fce; margin-right: 4px; } .error-message { color: red; } .jobBoards-card { box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s; border-radius: 5px; } .jobBoards-card:hover { box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); } .task-box { margin-top: 20px; margin-bottom: 20px; } .task-box .task-actions a, .task-box .task-actions > span { display: none; } .task-box:hover .task-actions a, .task-box:hover .task-actions > span { display: inline-block; } .task-title { font-size: 16px; } .completed-task { color: #3c763d; text-decoration: line-through; } .extension-template-images{ height: 40px; width: 40px; } .ticked-list { list-style: none; font-size: 16px; } .ticked-list li:before { content:"\2714\0020"; color : green; } .pricingplan{ margin: 0 20px; } .pricingplan .firstcol{ padding-right: 58px; } .pricingplan .secondcol{ padding-right: 12px; } .ticked-list li{ margin-top: 16px; } svg.tea { --secondary: #33406f; } svg.tea #teabag { transform-origin: top center; transform: rotate(3deg); animation: swing 2s infinite; } svg.tea #steamL { stroke-dasharray: 13; stroke-dashoffset: 13; animation: steamLarge 2s infinite; } svg.tea #steamR { stroke-dasharray: 9; stroke-dashoffset: 9; animation: steamSmall 2s infinite; } @-moz-keyframes swing { 50% { transform: rotate(-3deg); } } @-webkit-keyframes swing { 50% { transform: rotate(-3deg); } } @-o-keyframes swing { 50% { transform: rotate(-3deg); } } @keyframes swing { 50% { transform: rotate(-3deg); } } @-moz-keyframes steamLarge { 0% { stroke-dashoffset: 13; opacity: 0.6; } 100% { stroke-dashoffset: 39; opacity: 0; } } @-webkit-keyframes steamLarge { 0% { stroke-dashoffset: 13; opacity: 0.6; } 100% { stroke-dashoffset: 39; opacity: 0; } } @-o-keyframes steamLarge { 0% { stroke-dashoffset: 13; opacity: 0.6; } 100% { stroke-dashoffset: 39; opacity: 0; } } @keyframes steamLarge { 0% { stroke-dashoffset: 13; opacity: 0.6; } 100% { stroke-dashoffset: 39; opacity: 0; } } @-moz-keyframes steamSmall { 10% { stroke-dashoffset: 9; opacity: 0.6; } 80% { stroke-dashoffset: 27; opacity: 0; } 100% { stroke-dashoffset: 27; opacity: 0; } } @-webkit-keyframes steamSmall { 10% { stroke-dashoffset: 9; opacity: 0.6; } 80% { stroke-dashoffset: 27; opacity: 0; } 100% { stroke-dashoffset: 27; opacity: 0; } } @-o-keyframes steamSmall { 10% { stroke-dashoffset: 9; opacity: 0.6; } 80% { stroke-dashoffset: 27; opacity: 0; } 100% { stroke-dashoffset: 27; opacity: 0; } } @keyframes steamSmall { 10% { stroke-dashoffset: 9; opacity: 0.6; } 80% { stroke-dashoffset: 27; opacity: 0; } 100% { stroke-dashoffset: 27; opacity: 0; } } .showSpan{ display: block; } @media only screen and (max-width: 1224px) { .showSpan{ display: none; } } .facet-list { list-style: none; padding: 0; } .facet-list > li { padding: 10px 0 10px 0; font-size: 14px; } .notification-window > li.mark-read { background-color: transparent; } .notification-window > li.mark-read a { padding: 10px 0; text-align: center; color: #337ab7; } #onBoardingRadioButton:checked+label:after { background-color: #00a651; } #onboardinglist li:not(:last-child) { margin-bottom: 12px; } .onboarding-tickmark{ color: green; font-size: 20px; position: relative; top: 2px; } .onboarding-questionmark{ font-size: 20px; position: relative; top: 2px; } span.h5.search-badge { max-width: 300px; display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin: 0; } tags-input.has-tags input { display: none; } .candidateOverlay { height: 100%; width: 0; position: fixed; z-index: 10; top: 0; right: 0; background-color: #fff; overflow-x: hidden; transition: 0.5s; padding-top: 60px; -webkit-box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.75); -moz-box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.75); box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.75); } .candidateOverlay .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } .candidateOverlay .toggler { position: absolute; top: 14px; left: 25px; } @media screen and (max-height: 450px) { .candidateOverlay a {font-size: 18px;} } .tickmark{ color: green; font-size: 50px; position: relative; top: 2px; } .crossmark{ color: red; font-size: 50px; position: relative; top: 2px; } .candidate-interaction-body{ height: 85vh; } .menu-for-followup{ max-height: 1000px; width: 400px !important; height: 150px ; overflow-y: auto; overflow-x: hidden; } .menu-for-callOption{ max-height: 1000px; width: 500px !important; height: 200px !important; overflow-y: auto; } .call-dropup { padding: auto; display: block; width: 480px; } #onBoardSideNav { position: fixed; top: 115px; height: 100%; z-index: 1; list-style-type: none; padding-left: 10px; right: 50px; } @media only screen and (max-width: 1400px) { #onBoardSideNav { display: none; } #borderPanel{ border-right: 0px !important; } } #rectangleBorder { border-radius: 25px; border: 2px solid #01b0f1; padding: 20px; } #Onboarding{ font-family: "Noto Sans", sans-serif; } #borderPanel p{ line-height: 1.5; } #spin-in { opacity: .2; height: 50px; width: 50px; transform: translateX(0) rotate(0deg); transition: all .75s ease; } #spin-in.show2 { transform: translateX(168px) rotate(720deg); opacity: 1; } #nomral-view{ display: none; } @media only screen and (max-width: 1204px) { #spin-in { display: none; } #nomral-view{ display: block; } } .bulkemailsidenav { height: 100%; width: 0; position: fixed; z-index: 1031; top: 0; right: 0; background-color: #fff; overflow-x: hidden; transition: 0.5s; padding-top: 60px; -webkit-box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.75); -moz-box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.75); box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.75); } .bulkemailsidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } .bulkemailsidenav .toggler { position: absolute; top: 14px; left: 25px; } @media screen and (max-height: 450px) { .bulkemailsidenav a {font-size: 18px;} } .footer-nav { list-style-type: none; padding: 0; margin: 0; display: inline-block; float: left; } .footer-nav li { display: inline-block; } .list-of-candidates { display: inline; float: left; border: 1px solid white; background-color: #428bca; padding: 12px; text-decoration: none; font-size: 14px; color: white; } .deleteButton { cursor: pointer; } .deleteButton:hover { background: #bbb; } .disabledAnchor { cursor: default; pointer-events: none; } .radio-label { display: block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; font-size: 15px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .radio-label input { position: absolute; opacity: 0; cursor: pointer; } .checkmark { position: absolute; top: 0; left: 0; height: 16px; width: 16px; background-color: #eee; border-radius: 50%; } .radio-label:hover input ~ .checkmark { background-color: #ccc; } .radio-label input:checked ~ .checkmark { background-color: #337ab7; } .checkmark:after { content: ""; position: absolute; display: none; } .radio-label input:checked ~ .checkmark:after { display: block; } .radio-label .checkmark:after { top: 5px; left: 5px; width: 6px; height: 6px; border-radius: 50%; background: white; } .bulkemailsidenav { height: 100%; width: 0; position: fixed; z-index: 1031; top: 0; right: 0; background-color: #fff; overflow-x: hidden; transition: 0.5s; padding-top: 60px; -webkit-box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.75); -moz-box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.75); box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.75); } .bulkemailsidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } .bulkemailsidenav .toggler { position: absolute; top: 14px; left: 25px; } @media screen and (max-height: 450px) { .bulkemailsidenav a {font-size: 18px;} } .footer-nav { list-style-type: none; padding: 0; margin: 0; display: inline-block; float: left; } .footer-nav li { display: inline-block; } .list-of-candidates { display: inline; float: left; border: 1px solid white; background-color: #428bca; padding: 12px; text-decoration: none; font-size: 14px; color: white; } .deleteButton { cursor: pointer; } .deleteButton:hover { background: #bbb; } .disabledAnchor { cursor: default; pointer-events: none; } .radio-label { display: block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; font-size: 15px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .radio-label input { position: absolute; opacity: 0; cursor: pointer; } .checkmark { position: absolute; top: 0; left: 0; height: 16px; width: 16px; background-color: #eee; border-radius: 50%; } .radio-label:hover input ~ .checkmark { background-color: #ccc; } .radio-label input:checked ~ .checkmark { background-color: #337ab7; } .checkmark:after { content: ""; position: absolute; display: none; } .radio-label input:checked ~ .checkmark:after { display: block; } .radio-label .checkmark:after { top: 5px; left: 5px; width: 6px; height: 6px; border-radius: 50%; background: white; } .sticky-footer-email-template { bottom: 0px; position: fixed; z-index: 9999; background-color: #fff; width: 800px; margin-left: 0px; padding: 10px; border: 1px solid #ccc; background-color: #e3e7ea; } .sticky-footer-select-candidates { bottom: 0px; position: fixed; height: 60px; z-index: 9999; background-color: #fff; width: 800px; margin-left: 0px; padding-top: 10px; border: 1px solid #ccc; background-color: #e3e7ea; } .view-cv-popup .modal-lg { width: 1250px; height: 400px; } .view-cv-popup .modal-lg { width: 1250px; height: 400px; } .candidateOverlay { height: 100%; width: 0; position: fixed; z-index: 10; top: 0; right: 0; background-color: #fff; overflow-x: hidden; transition: 0.5s; padding-top: 60px; -webkit-box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.75); -moz-box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.75); box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.75); } .candidateOverlay .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } .candidateOverlay .toggler { position: absolute; top: 14px; left: 25px; } @media screen and (max-height: 450px) { .candidateOverlay a {font-size: 18px;} } .tickmark{ color: green; font-size: 50px; position: relative; top: 2px; } .crossmark{ color: red; font-size: 50px; position: relative; top: 2px; } #candidateInfo{ height: 375px; overflow-y: scroll; } .menu-for-followup{ max-height: 1000px; width: 400px !important; height: 150px ; overflow-y: auto; overflow-x: hidden; } .menu-for-callOption{ max-height: 1000px; width: 500px !important; height: 200px !important; overflow-y: auto; } .call-dropup { padding: auto; display: block; width: 480px; } .tooltipp { position: relative; display: inline-block; border-bottom: 1px dotted black; } .tooltipp .tooltiptext { visibility: hidden; width: 120px; height: 120px; background-color: #5bc0de; color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1; } .tooltipp:hover .tooltiptext { visibility: visible; } .talent-pool-tag { text-align: center; display: inline-block; padding: 3px; background-color: white; border-radius: 10px; border-color: #0d8cca; height: 25px; color: #0d8cca; width: 50px; border: 1px solid #428bca; } .snackbar-container { position: fixed; left: 20px; bottom: 0; z-index: 99999; } .snackbar { overflow: hidden; clear: both; min-width: 288px; max-width: 568px; cursor: pointer; background-color: #323232; color: #FFFFFF; font-size: 14px; border-radius: 2px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s; -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s; transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s; -moz-transform: translateY(200%); -webkit-transform: translateY(200%); transform: translateY(200%); } .snackbar.snackbar-opened { height: auto; padding: 14px 15px; margin-bottom: 20px; height: auto; -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s; -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s; transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s; -moz-transform: none; -webkit-transform: none; transform: none; } @media (max-width: 767px) { .snackbar-container { left: 0px !important; right: 0px; width: 100%; } .snackbar-container .snackbar { min-width: 100%; } .snackbar-container [class="snackbar snackbar-opened"] ~ .snackbar.toast { margin-top: 20px; } .snackbar-container [class="snackbar snackbar-opened"] { border-radius: 0; margin-bottom: 0; } } .loadingCssForBulkEmail { text-align: center; vertical-align: middle; position: relative; display: flex; background: white; padding: 300px; } .loadingCssForBulkEmail span { display: block; width: 20px; height: 20px; background: #eee; border-radius: 50%; margin: 0 5px; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); } .loadingCssForBulkEmail span:nth-child(2) { background: #f07e6e; } .loadingCssForBulkEmail span:nth-child(3) { background: #84cdfa; } .loadingCssForBulkEmail span:nth-child(4) { background: #5ad1cd; } .loadingCssForBulkEmail span:not(:last-child) { animation: animate 1.5s linear infinite; } @keyframes animate { 0% { transform: translateX(0); } 100% { transform: translateX(30px); } } .loadingCssForBulkEmail span:last-child { animation: jump 1.5s ease-in-out infinite; } @keyframes jump { 0% { transform: translate(0, 0); } 10% { transform: translate(10px, -10px); } 20% { transform: translate(20px, 10px); } 30% { transform: translate(30px, -50px); } 70% { transform: translate(-150px, -50px); } 80% { transform: translate(-140px, 10px); } 90% { transform: translate(-130px, -10px); } 100% { transform: translate(-120px, 0); } } .ui-pnotify { z-index: 99999999999 !important; } .linkedinUrl{ position : absolute; height : 25px; border : 1px solid #ccc; } .linkedinUrl:hover{ border : 1px solid #87ceeb; } .analytics-shadow{ background-color: #f1f0ff;; } #analytics-label a{ color: #888998 !important; } #analytics-label{ color: #888998 !important; } .underline{ text-decoration: underline !important; } .phone-number { padding: 3px; display: inline-block; margin: 5px; margin-bottom: 0; cursor: pointer; border-radius: 4px; } .phone-number.valid { border: 1px solid #2e6da4; color: #428bca; } .phone-number.phone-edit { vertical-align: middle; } .valid{ border: 1px solid #2e6da4; } .ringcentral-icon { display: block; text-align: center; font-size: 64px !important; border: 1px solid #ccc; padding: 25px 34px; background-color: green; color: white; border-radius: 4px; } .ringcentral-icon.in-progress { background-color: red; } .comm-detail { font-size: 18px; } .talent-pool-body .floating-search{ float: left; padding-top: 6px; } .talent-pool-body .location{ padding: 5px 0; display: block; float: left; } .talent-pool-body .tab-img{ height: 16px; float: left; padding-right: 6px; } .talent-pool-body .job-panel{ padding-top: 5px; position: fixed; z-index: 1; top: 56px; width: 95%; left: 50%; transform: translate(-50%, 0); box-shadow: rgb(0 0 0 / 10%) 0px 1px 20px 0px; } .talent-pool-body .job-panel .crm-actions{ padding-top: 0px; } .talent-pool-body .job-panel .panel-body{ padding-top: 3px; } .talent-pool-body .job-panel .job-row{ padding: 0 0 11px 0; } .talent-pool-body.min-job .job-details{ display: none; } .talent-pool-body.max-job{ padding-top: 240px; } .talent-pool-body.min-job{ padding-top: 120px; } .talent-pool-body.min-job .job-panel .crm-actions{ padding-top: 0px !important; } .talent-pool-body.min-job .job-panel .pipe-line-actions h3{ display:none; } .talent-pool-body.max-job .job-panel .pipe-line-actions button span{ display:none; } .talent-pool-body.min-job .job-panel .pipe-line-actions button span{ font-size: 13px; font-weight: bold; } .talent-pool-body .followup-count{ color:#e75a5a } .talent-pool-body .suggested-count{ color:#6495ED } .talent-pool-body .mapping-count{ color:#e75a5a } .talent-pool-body .application-count{ color:#FF8C00 } .talent-pool-body .submission-count{ color:#32CD32 } .hide-analytics{ display: none; } .analytics-tag tags-input .tags .tag-item{ background: #486889; border: 1px solid #486889; } .analytics-tag tags-input .tags .tag-item .remove-button{ color: red; } .submission-widget-tags input{ height: 34px !important; } .no-placeholder ::-webkit-input-placeholder { /* WebKit browsers */ color: #fff; } .no-placeholder :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #fff; opacity: 1; } .no-placeholder ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #fff; opacity: 1; } .no-placeholder :-ms-input-placeholder { /* Internet Explorer 10+ */ color: #fff; } .btn-grey{ background: #486889; color: #fff; } .analytics-card{ margin-left:9px;display: inline-block;border-color:#007ed2 !important; padding: 4px 0px 6px 0px;color: #007ed2;width: 165px; } .invalid { border: 1px solid red; } .candidate-body{ padding: 0px 15px; } .editPhoneNumber{ padding: 3px; display: inline-block; margin-top: 4px; margin-bottom: 0; cursor: pointer; border-radius: 4px; transform: translateY(25%); } .email { padding: 3px; display: inline-block; margin: 5px; margin-bottom: 0; cursor: pointer; border-radius: 4px; border: 1px solid #2e6da4; color: #428bca; } .resume { padding: 3px; display: inline-block; margin: 5px; margin-bottom: 0; cursor: pointer; border-radius: 4px; border: 1px solid #2e6da4; } .resumebtn{ padding: 3px; display: inline-block; margin: 5px; margin-bottom: 0; cursor: pointer; border-radius: 4px; } .switch { display: inline-flex; margin: 0 10px; } .switch input[type=checkbox] { height: 0; width: 0; visibility: hidden; } .switch input[type=checkbox]:checked + label { background: green; } .switch input[type=checkbox]:checked + label::after { left: calc(100% - 4px); transform: translateX(-100%); } .switch label { cursor: pointer; width: 38px; height: 17px; background: grey; display: block; border-radius: 24px; position: relative; } .switch label::after { content: ""; position: absolute; top: 2px; left: 4px; width: 12px; height: 12px; background: white; border-radius: 16px; transition: 0.3s; } .toast-wrapper{ position: fixed; top: 20px; left: 20px; z-index: 9999; } @keyframes show_toast { 0%{ transform: translateX(-100%); } 40%{ transform: translateX(10%); } 80%, 100%{ transform: translateX(20px); } } .toast-wrapper.hide{ animation: hide_toast 1s ease forwards; } .toast-wrapper.show{ animation: show_toast 1s ease forwards; } @keyframes hide_toast { 0%{ transform: translateX(20px); } 40%{ transform: translateX(10%); } 80%, 100%{ opacity: 0; pointer-events: none; transform: translateX(-100%); } } .toast-wrapper .toast{ background: #fff; padding: 20px 15px 20px 20px; border-radius: 10px; box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.15); width: 430px; display: flex; align-items: center; justify-content: space-between; } .toast-warning { border-left: 5px solid #fde52f; } .toast-success { border-left: 5px solid #2ecc71; } .toast-danger { border-left: 5px solid red; } .toast-wrapper .toast.offline{ border-color: #ccc; } .toast .content{ display: flex; align-items: center; } .content .details{ margin-left: 15px; } .details span{ font-size: 20px; font-weight: 500; } .details p{ color: #878787; } .toast .close-icon{ color: #878787; font-size: 23px; cursor: pointer; height: 40px; width: 40px; text-align: center; line-height: 40px; border-radius: 50%; background: #f2f2f2; transition: all 0.3s ease; } .close-icon:hover{ background: #efefef; } .pinnedJobs { border-collapse: collapse; width: 100%; } .pinnedJobs td, .pinnedJobs th { padding: 2px; } .pinnedJobs tbody tr:nth-child(odd) { background: white; } .pinnedJobs tbody tr:nth-child(even) { background: white; } .pinnedJobs tbody tr:hover { background: #ececec; } .registration-page{ padding: 80px 10px 10px 50px; font-weight: 500; color: #fff !important; font-size: 1rem; } .registration-page p{ font-size: 18px; line-height: 50px !important; } .registration-page img{ width: 50px !important; margin-right: 15px !important; } .registration-page p.title{ font-size: 23px; margin-top: 0; font-weight: 300; text-align: center !important; } .grey-label{ color: #999 } p.format-text{ padding-left: 1.3em; text-indent:-0.7em; } .submitted-form{ padding: 30px 30px 100px 30px; } .border-red { border: 1px solid red !important; } .sms-area { min-height: 280px; max-height: 280px; overflow: auto; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; } .sms-text-inbound { background-color: #f5f5f5; border: 1px solid #ddd; border-radius: 3px; font-size: 14px; margin: 10px 0; } .sms-text-outbound { background-color: #e3e3e3; border: 1px solid #ddd; border-radius: 3px; font-size: 14px; margin: 10px 0; } .forwardAnimationFast.bulk-sms-button { width: 48%; } .sms-time { font-size: 12px; } .sms-load-more, .text-align-center { text-align: center; } .comm-modal-field { margin: 5px 0; } .invalid-phone { border-color: #d9534f !important; color: #d9534f; } .phone-number-modal { width: 600px !important; } .phone-number-modal .modal-dialog { margin: 0 !important; } .phone-number-modal .modal-content { height: 100vh; } .sms-container { display: flex; } .sms-container.outbound-sms { justify-content: end; } .sms-container.outbound-sms .contact { margin-right: 0; margin-left: 26px; } .sms-container.outbound-sms .sms-details, .sms-text-outbound .sms-text { text-align: right; } .no-list-bullet { list-style-type:none; } .excel-data-viewer .modal-dialog{ width: 98%; } .grecaptcha-badge { width: 70px !important; overflow: hidden !important; transition: all 0.3s ease !important; left: 1px !important; } .grecaptcha-badge:hover { width: 256px !important; } body.styled-scroll #freshworks-container #launcher-frame { min-width: 145px !important; max-width: 145px !important; right:0.1px !important; }