@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Lato';
	src: url("../fonts/Lato-Regular.eot");
	src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato-Regular.svg#Lato-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: url("../fonts/Lato-Bold.eot");
	src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato-Bold.svg#Lato-Bold") format("svg");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: url("../fonts/Lato-Italic.eot");
	src: url("../fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Italic.woff2") format("woff2"), url("../fonts/Lato-Italic.woff") format("woff"), url("../fonts/Lato-Italic.ttf") format("truetype"), url("../fonts/Lato-Italic.svg#Lato-Italic") format("svg");
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Lato';
	/* src: url("../fonts/lato-font/Lato-Light.eot"); */
	src: url("../fonts/Lato-Light.eot");
	src: url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.ttf") format("truetype"), url("../fonts/Lato-Light.svg#Lato-Light") format("svg");
	font-weight: 300;
	font-style: normal;
}
body {
	color: #6a6a6a;
	font-size: 13px;
}
* {
	outline: 0px;
}
a {
	color: rgba(0, 122, 172,1);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	outline: 0;	
	color: rgba(0, 122, 172,0.7);
}

/*Login CSS Start*/
.logbg {
	background: #b7ede9 url(../images/login-bg.jpg) left top no-repeat;
	background-size: cover;
	/*background: #0080b0;*/
}

.loginholder {
	/*width: 400px;*/
	/* height: 400px;*/
	/*
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -200px;
	*/
	position: relative;
	top: 50%;
	background-color: rgba(255, 255, 255,0.7);
	border-radius: 0px;
	padding: 20px;
	border: 1px solid #707070;
}

.login-title {
	/* font-size: 20px;
	color: #fff; */
	padding: 20px 0px;
}

.loginholder input {
	font-family: inherit;
	background: #898989;
	width: 100%;
	border: 1px solid #898989;
	font-size: 14px;
	padding: 15px;
	margin-bottom: 5px;
	color: #fff;
}

/** Login Register **/
.login-register{	
	background-color: rgba(255, 255, 255,0.5);
	border: 1px solid #7e848a;
}
.login-register .panel-heading {
	
}
.loginholder.register-loginholder{
	/*width: 600px;*/
	position:relative;
	margin: 0 auto; 
	left: auto;
	top: auto;
	padding: 25px 40px;	
	margin: 118px auto 118px;
}

.loginholder.register-loginholder a {
	color: rgba(30, 113, 255, 1);
}
.loginholder.register-loginholder a:hover {
	color: rgba(30, 113, 255, 0.8);
	text-decoration: underline;
}

.loginholder.register-loginholder .login-title {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	color: rgba(0, 0, 0, 0.35);
	margin: 8px 0px;
	text-align: center;
	color: #4E4E4E;
	font-size: 24px;
	padding: 0;
}
.loginholder.register-loginholder .login-title::before,
.loginholder.register-loginholder .login-title::after {
	content: "";
	flex-grow: 1;
	background: rgba(0, 0, 0, 0.35);
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 8px;
}
.loginholder.register-loginholder .login-subtitle{	
	font-size: 20px;
	color: #666666;
	text-align: center;
	padding-bottom: 20px;
}

.loginholder.register-loginholder .form-group .input-lg {
	height:55px;
	
}
.loginholder.register-loginholder .form-group input {
	background: #fff;
	width: 100%;
	border: 1px solid #7d8083;
	font-size: 14px;
	padding: 20px;
	margin-bottom: 5px;
	color: #9e9e9e;
	font-size: 16px;
	border-radius: 0;
}
.loginholder.register-loginholder .form-group input[type="radio"], .loginholder.register-loginholder .form-group input[type="checkbox"] {
	width: auto;
}

.loginholder.register-loginholder input.form-btn-space {
	margin:20px 0;
}

/** Login Register End  **/

.loginholder ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #cdcdcd;
   }
   .loginholder ::-moz-placeholder { /* Firefox 19+ */
	color:#cdcdcd;
   }
   .loginholder :-ms-input-placeholder { /* IE 10+ */
	color: #cdcdcd;
   }
   .loginholder :-moz-placeholder { /* Firefox 18- */
	color:#cdcdcd;
   }
   .forgotten {
	   padding: 5px 0px;
	   margin-bottom: 0px;
   }
   .forgotten a {
	   text-decoration: none;
   }
   .forgotten a:hover {
	   text-decoration: underline
   }
   .loginholder input[type=submit] {
	   background: #59b49f;
	   color: #fff;
	   font-size: 20px;
	   padding: 10px;
	   border: 1px solid #59b49f;
	   border-radius: 10px;
   }
   .reg-instead {
	   padding: 5px 0px;
	   text-align: center
   }
   .reg-instead a {
	   text-decoration: none;
   }
   .reg-instead a:hover {
	   text-decoration: underline
   }
   /*Login CSS End*/


   /* Landing Page CSS Start */
.top-navigation {
	background: #fff;
	height: 60px;
	padding: 0px 15px;
	border-bottom: #3aa1db 3px solid;
}

.masterWrapper {
    padding-left: 320px;
    transition: all 0.4s ease 0s;
}
.sidebar-wrapper {
    margin-left: -320px;
    top: 84px;
    left: 320px;
    width: 320px;
    background: #fff;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.4s ease 0s;
}
.masterWrapper.active {
    padding-left: 101px;
}
.masterWrapper.active .sidebar-wrapper {
    left: 0;
    margin-left: 0;
    width: 101px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
/* .logo {
    position: absolute;
    top: 10px;
}
.logo img {
    width: 180px;
} */

.wizard > .actions {
	position: relative;
	background: none
}

.page-content-wrapper {
    width: 100%;
    padding-top: 85px;
    transition: all 0.4s ease 0s;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 320px;
    list-style: none;
    margin: 0;
    padding: 15px 0px;
    color: #606A70;
}
.sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
}
.sidebar-nav li a {
    color: #606A70;
    display: block;
    text-decoration: none;
    padding-left: 80px;
}
.sidebar-nav li a .navicon {
    display: inline-block;
    font-size: inherit;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /* font: normal normal normal 14px/1 FontAwesome; */
    vertical-align: middle;
    text-align: center;
    position: absolute;
    width: 80px;
    left: 4px;
    top: 2px;
}
.sidebar-nav li a .navicon:before {
    font: normal normal normal 14px/1 imaginebc;
    left: -10px;
    color: #606A70;
    content: "\65";
    z-index: 1;
    font-size: 72px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
}
.sidebar-nav li a .navicon span {
    display: table;
    position: absolute;
    z-index: 10;
    top: 16px;
    left: 6px;
    /* width: 50px; */
    text-align: center;
}
.sidebar-nav li a .navicon span:before {
    color: #fff;
    z-index: 10;
    font-size: 50px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
}
.sidebar-nav li a:hover, .sidebar-nav li.active {
    color: rgb(83, 176, 154);
    background: rgba(255,255,255,0.2);
    text-decoration: none;
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    line-height: 60px;
    font-size: 18px;
    margin-bottom: 22px;
}
.sidebar-nav > .sidebar-brand a {
}
.sidebar-nav > .sidebar-brand a:hover {
    /*color: rgb(0,121,171);*/
    background: none;
}
/* .sidebar-nav li a:hover, 
.sidebar-nav li a:hover .navicon:before, 
.sidebar-nav li.active, 
.sidebar-nav li a.active, 
.sidebar-nav li a.active .navicon:before, 
.sidebar-nav li a:focus, 
.sidebar-nav li .active:hover .navicon:before, 
.sidebar-nav li a:focus .navicon:before{
    color: rgb(83, 176, 154)!important;
    background: transparent;
    text-decoration: none;
} */
#menu-toggle {
    text-decoration: none;
    float: left;
    padding-right: 15px;
}


.masterWrapper .sidebar-nav .notification-count {
    position: absolute;
    top: 4px;
    right: 0px;
    width: 18px;
    height: 18px;
    background: #FF0000;
    color: #fff;
    font-weight: bold;
    font-family: monospace;
    border-radius: 10px;
    font-size: 10px;
    text-align: center;
    line-height: 12px;
	z-index: 10;
}

.masterWrapper .sidebar-nav .notification-count span { 
	display: inline-block;
    top: 3px;
    position: absolute;
    color: #fff;
    left: -14px;
    width: 20px;
    font-weight: bold;
    font-size: 12px;
}


/******************************************/
.masterWrapper {
}
.masterWrapper .breadcrumb {
    /*background: rgb(0,121,171);
	color: #fff;*/
    padding: 8px 25px;
    border-radius: 0px;
    margin: 0px -15px 10px;
}
.masterWrapper .breadcrumb a {
    color: #fff;
    padding-right: 8px;
}
.masterWrapper .breadcrumb span {
    color: #fff;
    padding-right: 8px;
}
.masterWrapper .breadcrumb a.active {
    font-weight: bold;
}
.masterWrapper .breadcrumb .balance {
    float: right;
    color: #fff;
}
.masterWrapper .navbar-inverse {
    background-color: #fff;
    border-color: transparent;
    color: rgb(0,121,171);
    border-bottom: 0;
}
.masterWrapper .navbar-inverse .navbar-brand {
    height: 60px;
    padding: 19px 15px;
}
.masterWrapper .navbar-inverse .navbar-brand .btn-menu {
    font-size: 22px;
}
.masterWrapper .navbar-inverse .navbar-nav > li > a {
    /*color: rgb(0,121,171);*/
    padding: 20px 0px;
    margin: 0px 15px;
}
.masterWrapper .navbar-inverse .navbar-nav > li > a:hover, 
.masterWrapper .navbar-inverse .navbar-nav > li > a:focus, 
.masterWrapper .navbar-inverse .navbar-nav > .open > a, 
.masterWrapper .navbar-inverse .navbar-nav > .open > a:hover, 
.masterWrapper .navbar-inverse .navbar-nav > .open > a:focus {
    /*color: rgb(0, 121, 171, 0.7);*/
    background: transparent;
}
.masterWrapper .navbar-inverse .navbar-nav > li > a.usericonspaceRight {
    padding-right: 66px;
    font-size: 16px;
}
.masterWrapper .navbar-inverse .navbar-nav > li > a.usericonspaceRight .caret {
    display: none;
}
.masterWrapper .usericonBox {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-left: 5px;
    /* border: 1px solid #007AAC; */
    background: #007AAC;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 16px;
}
.masterWrapper .usericonBox .usericonBox-img {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    left: -1px;
    top: -2px;
    background: #fff;
    border-radius: 50%;
    /* border: 1px solid #007AAC; */
    position: relative;
}
.masterWrapper .notification-icon {
    float: right;
    font-size: 20px;
    position: relative;
}
.masterWrapper .notification-count {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 11px;
    height: 11px;
    background: #FF0004;
    color: #fff;
    font-weight: bold;
    font-family: monospace;
    border-radius: 10px;
    font-size: 10px;
    text-align: center;
    line-height: 12px;
}
.masterWrapper .dropdown-menu {
    top: 99%;
    min-width: 230px;
    padding: 5px 0;
    margin: 0px 0 0;
    font-size: 14px;
    border-top: 0;
}
.masterWrapper .form-button-holder {
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 15px;
}
.masterWrapper .form-button-holder .btn {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 5px;
}
.border-top-dashed {
    border-top: 1px dashed #c4c9cc;
}
.border-top-solid {
    border-top: 1px solid #c4c9cc;
}
.landingpageBG {
    background: #fff url(../images/landing-page-img.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.nobg {
    background-image: none;
    background-color: #fff;
}
/** Comman Page CSS Start ****************************************/
.page-content-wrapper.pagewrapperBG {
    background: #fff;
}
.pagetitle {
    color: #007AAC;
    font-weight: bold;
}
.sub-breadcrumb {
}
.sub-breadcrumb span {
    display: inline-block;
    padding: 10px 0px 10px 0px;
    color: #A2A2A2;
    font-weight: bold;
}
.sub-breadcrumb span::after {
    content: "|";
    padding-right: 15px;
    padding-left: 15px;
}
.sub-breadcrumb span:last-child::after {
    content: "";
    padding-right: 0;
    padding-left: 0;
}

/*****************************************/


@media (max-width:767px) {
.masterWrapper {
    padding-left: 0;
}
.sidebar-wrapper {
    left: 0;
}
.masterWrapper.active {
    position: relative;
    left: 184px;
}
.masterWrapper.active .sidebar-wrapper {
    left: 0px;
    width: 320px;
    transition: all 0.4s ease 0s;
}
#menu-toggle {
    display: inline-block;
}
}

/** V1.1.7 Landing Page CSS End **/


.page-title {
	font-size: 20px;
	padding: 10px 15px;
}

.reg-holder {
	width: 600px;
	height: 400px;
	padding: 20px;
	position: relative;
	margin: 0px auto;
	margin-top: 100px;
}

.reg-holder label,
.company-details label {
	color: #666666;
	font-size: 18px;
	padding: 15px 0px 0px 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

.reg-holder input,
.company-details input {
	background: #fff;
	width: 100%;
	border: 1px solid #d8d8d8;
	font-size: 14px;
	padding: 15px;
	margin-bottom: 5px;
	color: #666666;
}

.reg-holder input[type=button],
.company-details input[type=button] {
	background: #2795d2;
	width: auto;
	border: 1px solid #2795d2;
	font-size: 14px;
	padding: 10px 25px;
	margin-bottom: 5px;
	color: #fff;
	border-radius: 4px;
	margin-top: 5px;
}

.verification-code {
	margin-top: 50px;
}

.req-code {
	float: right;
	margin-top: 15px;
}

.change-mail {
	float: right;
	margin-top: 15px;
	font-weight: bold;
}

.company-details input {
	padding: 10px 15px;
	margin-bottom: 5px;
}

.company-details label {
	font-size: 14px;
}

.hint-text {
	font-size: 11px;
	color: #656565;
	display: block;
}

.line-bar {
	/* border-top: 1px solid #ccc; */
	padding-top: 10px;
}

/*Landing page CSS*/

.tile-holder {
	width: 493px;
	margin: 0px auto;
	margin-top: 50px;
	overflow: hidden;
}

.tile {
	width: 220px;
	height: 220px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 8px;
	text-align: center;
	font-size: 20px;
	padding-top: 55px;
	cursor: pointer;
}

.tile-holder .marginright {
	margin-right: 50px;
}

.tile-holder .marginbottom {
	margin-bottom: 50px;
}

.tile svg {
	width: 80px;
}

.tile path {
	fill: #fff;
}

.tile:hover path {
	fill: #3aa1db;
}

.tile:hover {
	color: #3aa1db;
}

.hamburger {
	float: left;
	padding: 16px 10px 16px 10px;
	font-size: 20px;
	color: #2795d2;
}

.welcome-user {
	margin-top: 5px;
}

.welcome-user li a {
	color: #2795d2;
}

.welcome-user .dropdown-menu li a {
	color: #2795d2;
}

.welcome-user .dropdown-menu li a:hover {
	color: #2795d2;
}

.welcome-user li a:hover {
	background: transparent;
	color: #2795d2;
}

.welcome-user .nav .open>a,
.welcome-user .nav .open>a:hover,
.welcome-user .nav .open>a:focus {
	background-color: transparent;
	border-color: #337ab7;
}

.usericon {
	display: inline-block;
	height: 30px;
	background: #fff;
	width: 30px;
	border: 1px solid #2795d2;
	border-radius: 20px;
	text-align: center;
	line-height: 28px;
	color: #3aa1db;
	margin-left: 5px;
}

.notification-icon1 {
	float: right;
	margin-top: 18px;
	margin-right: 15px;
	font-size: 20px;
	color: #2795d2;
	position: relative;
}

.notification-count {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	background: #FF0004;
	border-radius: 10px;
	font-size: 11px;
	text-align: center;
	line-height: 10px;
}

/*Landing page CSS End*/


.breadcrumb {
	background: #2795d2;
	padding: 5px 25px;
	border-radius: 0px;
	color: #dadada;
	margin-bottom: 10px;
}

.breadcrumb a {
	color: #fff;
	padding-right: 8px;
}

.breadcrumb span {
	color: #fff;
	padding-right: 8px;
}

.title {
	color: #757575;
	padding: 5px 25px;
	font-size: 20px;
	margin-bottom: 7px;
}

/* .title-fixed {
	position: fixed;
	top: 0;
	background: #fff !important;
	z-index: 10;
	width: 100%;
	animation-duration: 4s;
	transition: all 2s ease 0s;
} */

.balance1 {
	float: right;
	color: #fff;
}

.balance1 img {
	margin-top: -6px;
	margin-left: 5px;
}

.joboverflow {
	height: 100px;
	width: 100%;
	overflow-y: hide;
	height: calc(100vh - 280px);
}

.left-column {
	width: 34%;
	float: left;
	/*box-shadow:inset 0px 1px 5px black;*/
	/*height: calc(100vh - 180px);*/
	background: url(../images/bg-left.png) right top repeat-y;
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.right-column {
	margin-left: 36%;
	background: #fff;
	padding-left: 25px;
	overflow: hidden;
}
#emptyDiv {
	margin-left: 20px;
}

.wrap {
	padding: 0px 25px;
	margin-top:56px;
}

.jobtitle {
	background: #f3f3f3;
	padding: 20px 15px;
	overflow: hidden;
}

.jobtitle span {
	padding-top: 5px;
	display: inline-block;
	font-size: 16px;
}

.call-to-action {
	padding: 5px 15px;
	color: #fff;
	border-radius: 3px;
	background: #78ad54;
	font-size: 16px;
	border: 1px solid #78ad54;
}

.call-to-action span {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 0px 8px 0px 0px;
}

.jobtitle button {
	float: right;
}

.section-title {
	text-align: center;
	color: #007b5e;
	margin-bottom: 50px;
	text-transform: uppercase;
}

/* Tabs panel CSS */

.tabbable-panel {
	border: 0px solid #eee;
	padding: 0px 2px 0px 0px;
}

/* Default mode */
.tabbable-line>.nav-tabs {
	border: none;
	margin: 0px;
}

.tabbable-line>.nav-tabs>li {
	margin-right: 2px;
}

.tabbable-line>.nav-tabs>li>a {
	border: 0;
	margin-right: 0;
	color: #737373;
	font-weight: bold;
}

.tabbable-line>.nav-tabs>li>a>i {
	color: #2795d2;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
	border-bottom: 4px solid #2795d2;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
	border: 0;
	background: none !important;
	color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
	color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
	margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
	border-bottom: 4px solid #2795d2;
	position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
	border: 0;
	color: #2795d2;
	font-weight: bold;
}

.tabbable-line>.nav-tabs>li.active>a>i {
	color: #404040;
}

.tabbable-line>.tab-content {
	margin-top: -3px;
	/*background-color: #fff;*/
	border: 0;
	border-top: 1px solid #eee;
	padding: 15px 0;
}

.portlet .tabbable-line>.tab-content {
	padding-bottom: 0;
}

.searchdiv {
	position: absolute;
	right: 15px;
	top: 0px;
}

.searchdiv input[type=text] {
	width: 50px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 3px;
	font-size: 14px;
	background-color: transparent;
	background-image: url('../images/searchicon.png');
	background-position: 93% 13px;
	background-repeat: no-repeat;
	padding: 10px 35px 10px 10px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	float: right;
	margin-right: 15px;
	margin-top: 4px;
}

.searchdiv input[type=text]:focus {
	width: 88%;
	border: 1px solid #e7e7e7;
}

.tab-pane ul {
	padding: 0px;
	margin: 0px;
}

.tab-pane li {
	padding: 15px 10px;
	margin: 0px;
	list-style: none;
	border-bottom: 1px solid #f3f3f3;
	float: left;
	width: 100%;
	cursor: pointer;
}

.tab-pane li span {
	font-size: 11px;
	color: #c3c3c3;
	/*margin-top: -5px;*/
	display: inline-block;
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}

.tab-pane li div {
	display: inline-block;
	max-width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}

.tab-pane li.active {
	background: #3aa1db;
	color: #fff;
	position: relative;
}

.tab-pane li.active span {
	color: #fff;
}

.tab-pane li.active:before {
	content: "\f0d9";
	position: absolute;
	right: -6px;
	top: -41px;
	font-size: 93px;
	color: #ffff;
	font-family: 'FontAwesome';
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #ccc !important;
	background-color: rgba(255, 255, 255, 0.2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}

.selected-jobtitle {
	font-size: 20px;
	color: #757575;
	background: #ffff;
}

.job-description {
	font-size: 13px;
	color: #757575;
	background: #ffff;
}

.candidate-tab li.active {
	border-bottom: 0px solid #ccc !important;
}

.candidate-tab li:hover {
	border-bottom: 0px solid #ccc !important;
}

.candidate-tab .tab-content {
	margin-top: 1px;
	background-color: #fff;
	border: 0;
	padding: 15px 0;
}

.candidate-tab li.active a {
	border: 0;
	color: #fff !important;
	font-weight: bold;
	background: #2795d2 !important;
}

.candidate-tab li.active a:hover {
	border: 0;
	color: #fff !important;
	font-weight: bold;
	background: #2795d2 !important;
}

.candidate-tab .nav-tabs span {
	font-size: 11px;
}

/*ellipsis CSS Start*/

.ellipsis-holders {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.ellipsis-holders h3 {
	font-size: 22px;
	margin: 5px 0px 5px 0px;
}

.ellipsis1,
.readmorediv,
.windowresize,
.Toggleshow {
	width: 100%;
	height: 70px;
	overflow-y: auto;
	border: 0px solid #CFCFCF;
	padding: 5px 0px;
}

.windowresize {
	width: 60%;
	height: 150px;
}

div.Toggleshow .toggle .close,
div.Toggleshow.opened .toggle .open {
	display: none;
}

div.Toggleshow .toggle .opened,
div.Toggleshow.opened .toggle .close {
	display: inline;
}

div.Toggleshow.opened {
	height: 150px;
	overflow: auto;
}

/*ellipsis CSS End*/

/*staffing table CSS*/
/* .table td {
	border-bottom: 1px solid #ccc;
	padding: 5px 0px !important;
	border-top: 0px solid #ccc !important;
	vertical-align: middle !important;
} */

.trust,
.reputation {
	background: #2a6d0b;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 20px;
	border-radius: 3px;
}

.trust span,
.reputation span,
.totalscore span {
	font-size: 12px;
	display: block;
	text-align: center
}

.totalscore {
	color: #2b9527;
	display: inline-block;
	text-align: center !important;
	font-size: 100%;
	padding: 5px 5px;
	border: 1px solid #ccc;
	border-radius: 100px;
	width: 45px;
	height: 45px;
	font-weight: bold;
	line-height: 35px;
}

/* .table td a {
	font-size: 20px;
	color: #2795d2;
	text-decoration: none
} */

.table td a.arrow {
	font-size: 28px;
}

.table td a.fa-envelope-o {
	font-size: 20px;
}
.table td .line {
	border-right: 1px solid #ccc;
	padding: 5px;
}


/* .leftcolumnsticky {
	position: fixed;
	top: 0;
	width: 23%;
} */

.selectedjobtitlesticky {
	/* position: fixed; */
	top: 0;
	/* width: calc(100% - 490px); */
	background: #fff;
	z-index: 100;
}

.jobdescriptionsticky {
	/* position: fixed; */
	top: 28px;
	/* width: calc(100% - 490px); */
	height: 57px;
	z-index: 100;
	background: #fff;
}

.navtabssticky {
	/* position: fixed; */
	top: 85px;
	/* width: calc(100% - 490px); */
	background: #fff;
	border-bottom: 1px solid #2795d2 !important;
	z-index: 100;
}

.heightadd {
	height: calc(100vh - 150px);
	-moz-transition: height 0.1s ease;
	-webkit-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
}

/* Wizard CSS Start*/


.wizard-section-title {
	font-size: 18px;
	color: #ccc;
	color: #757575;
}

.wizard-section {
	width: 100%;
}

.rowfield label {
	color: #666666;
	font-size: 14px;
	padding: 15px 0px 0px 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

.rowfield input {
	background: #fff;
	width: 100%;
	border: 1px solid #d8d8d8;
	font-size: 14px;
	padding: 8px 15px;
	margin-bottom: 5px;
	color: #666666;
}

.rowfield .form-control {
	display: block;
	width: 100%;
	height: auto !important;
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #d8d8d8;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.rowfield .form-control-vlue {
	color: #c4c4c4;
	font-style: italic;
}

.rowfield .form-control-vlue.textcolor {
	color: #666666;
	font-style: normal;
}

.criteria-input.textcolor {
	color: #666666;
	font-style: normal;
}

.mandate {
	color: #FD0000
}

.infoiocn {
	color: #53B09A;
	margin-left: 8px;
	cursor: pointer;
	font-size: 16px;
}

.infoicon {
	color: #53B09A;
	margin-top: 32px;
}
/* Range Slider CSS Start*/
.rangeSlider.ui-widget.ui-widget-content {
	border: 0px solid #ccc;
	background: none;
}

.silderange-step {
	width: 20%;
	height: 8px;
	/*display: inline-block;*/
	float: left;
	top: 1px;
	position: relative;
	border-left: 2px solid #fff;
}

.weak {
	background: #f90405;
}

.weak:before {
	content: 'Weak';
	position: absolute;
	text-align: center;
	bottom: -24px;
	left: 50%;
	margin-left: -10%;
	font-size: 12px;
}

.poor {
	background: #fa0405;
	/* Old browsers */
	background: -moz-linear-gradient(left, #fa0405 0%, #fac161 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fa0405 0%, #fac161 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fa0405 0%, #fac161 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa0405', endColorstr='#fac161', GradientType=1);
	/* IE6-9 */
}

.poor:before {
	content: 'Poor';
	position: absolute;
	text-align: center;
	bottom: -24px;
	left: 50%;
	margin-left: -10%;
	font-size: 12px;
}

.fair {
	background: #fdbe61;
}

.fair:before {
	content: 'Fair';
	position: absolute;
	text-align: center;
	bottom: -24px;
	left: 50%;
	margin-left: -10%;
	font-size: 12px;
}

.good {
	background: #fdbe61;
	/* Old browsers */
	background: -moz-linear-gradient(left, #fdbe61 0%, #0ab902 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fdbe61 0%, #0ab902 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fdbe61 0%, #0ab902 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdbe61', endColorstr='#0ab902', GradientType=1);
	/* IE6-9 */
}

.good:before {
	content: 'Good';
	position: absolute;
	text-align: center;
	bottom: -24px;
	left: 50%;
	margin-left: -10%;
	font-size: 12px;
}

.excellent {
	background: #02ba00;
}

.excellent:before {
	content: 'Excellent';
	position: absolute;
	text-align: center;
	bottom: -24px;
	left: 50%;
	margin-left: -10%;
	font-size: 12px;
}

.rangeSlider.ui-slider-horizontal .ui-slider-handle {
	top: -2.3em;
	margin-left: -1.3em;
	padding: 5px 0px;
	background: #2da1e4;
	width: 40px;
	height: 30px;
	text-align: center;
	color: #fff;
	border: 0px;
}

.rangeSlider.ui-slider-horizontal .ui-slider-handle:before {
	content: '\f0dd';
	position: absolute;
	text-align: center;
	bottom: -12px;
	left: 50%;
	margin-left: -6px;
	font-size: 20px;
	font-family: 'FontAwesome';
	color: #2da1e4;
}

.rightgreen {
	position: absolute;
	width: 15px;
	height: 15px;
	background: #00bf00;
	border-radius: 10px;
	top: -4px;
	right: -8px;
	z-index: 1;
	border-left: 0px;
}

.leftred {
	position: absolute;
	width: 15px;
	height: 15px;
	background: #fd0202;
	border-radius: 10px;
	top: -4px;
	left: -8px;
	z-index: 1;
	border-left: 0px;
}

.slider-hint {
	padding: 40px 0px;
}

.blue-silderange-step {
	width: 100%;
	height: 2px;
	/*display: inline-block;*/
	float: left;
	top: 1px;
	position: relative;
	border-left: 2px solid #fff;
	background: #41a2d9;
}

.blue-circle {
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	z-index: 1;
	border-left: 0px;
	background: #41a2d9;
}

.circle-right {
	top: -4px;
	right: -8px;
}

.circle-left {
	top: -4px;
	left: -8px;
}

.circle-left:before {
	top: 21px;
	left: 0px;
	content: "Not Applicable ";
	position: absolute;
	width: 100px;
	font-size: 12px;
}

.circle-right:before {
	top: 21px;
	left: -34px;
	content: "Required";
	position: absolute;
	width: 50px;
	font-size: 12px;
}

.learnmore {
	text-align: center;
	padding: 10px;
	margin-top: 160px;
}

.ref-logo {
	text-align: left;
	padding-bottom: 20px;
}

.select-template {
	width: 40%;
	float: left;
}

.see-all-temp {
	float: left;
	padding: 10px;
}

button.custome-template {
	background: #2795d2;
	padding: 2px 10px;
	font-size: 12px;
	border: 1px solid #2795d2;
	color: #fff;
	margin-left: 15px;
}

/*accordion CSS*/

.panel-heading .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family: 'FontAwesome';
	/* essential for enabling glyphicon */
	content: "\f105";
	/* adjust as needed, taken from bootstrap.css */
	float: right;
	/* adjust as needed */
	color: grey;
	/* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\f107";
	/* adjust as needed, taken from bootstrap.css */
}

/*Advance matching CSS*/

.section-width {
	width: 100%;
}

.profile-header {
	width: 100%;
	background: #5dacc1;
	padding: 20px;
	overflow: hidden;
}

.profile-name {
	float: left;
	width: 100%;
	padding: 0px 0px 10px 0px;
	color: #fff;
	font-size: 18px;
}

.company-address {
	float: left;
	width: 50%;
	color: #fff;
}

.company-address div {
	padding-bottom: 8px;
}

.company-address i {
	width: 14px;
	text-align: center;
	font-size: 16px;
	margin-right: 5px;
}

.profile-header .video {
	float: right;
	color: #fff;
	width: 300px;
	height: 200px;
	overflow: hidden;
}

.profile-header .video div {
	float: left;
	color: #fff;
	width: 100%;
	/* height: 100%; */
	margin-bottom: 10px;
}

.profile-header .video strong {
	/*float: right;*/
	color: #fff;
	display: inline-block;
	margin-left: 10px;
}

.profile-header .video img {
	float: left;
}

.candidate-score-row {
	float: left;
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px solid #f0f0f0;
}

.candidate-score-site {
	float: left;
	width: 50%;
}

.candidate-score {
	float: right;
	width: 50%;
	text-align: right;
	line-height: 53px;
}

.advancematching {
	width: 643px;
	margin: 0px auto;
}

.advancematching .panel-title a {
	display: block;
	padding: 10px 15px;
}

.advancematching .panel-title a:hover,
.advancematching .panel-title a:focus {
	text-decoration: none;
}

.advancematching .panel-heading {
	padding: 0px 0px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.criteria-left {
	float: left;
	width: 350px;
	border: 1px solid #cacaca;
}

.criteria-title {
	color: #fff;
	background: #3aa1db;
	padding: 10px;
	font-size: 18px;
}

.criteria-name {
	padding: 10px 10px 0px 10px;
	cursor: pointer;
	font-weight: bold;
}

.criteria-add {
	padding: 10px;
	cursor: pointer;
	color: #96989a;
	border-bottom: 1px solid #d3d3d3;
}

.criteria-left .dropdown-menu {
	top: 0px;
	left: -1px;
	min-width: 350px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0px;
	padding: 20px 10px;

}

.criteria-left .dropdown-header {
	display: block;
	padding: 5px 0px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
	font-weight: bold;
}

.criteria-input {
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	width: 100%;
	padding: 10px;
	color: #c4c4c4;
	font-style: italic
}

.dropdown-btn-holder {
	text-align: center;
	margin-top: 10px;
}

.add-job-content {
	padding: 5px 15px;
	background: #78ad54;
	border: 1px solid #78ad54;
	color: #fff;
	border-radius: 3px;
}

.candidate-profile-right {
	margin-left: 380px;
	height: 500px;
}

.candidate-profile-right .circle-left:before {
	content: "Nice to Have ";
}

.candidate-profile-right .circle-right:before {
	top: 21px;
	left: -67px;
	content: "Very Important";
	position: absolute;
	width: 85px;
	font-size: 12px;
}

.sub-title {
	font-size: 16px;
	padding: 10px;
}

.tag-holder {
	float: left;
	background: #caedff;
	border-radius: 15px;
	padding: 5px;
	margin-right: 5px;
}

.tag-holder i {
	margin: 0px 5px;
}

.tag-holder .red {
	color: #ff3930;
}

.tagsection {
	padding: 10px 20px;
	border: 1px solid #ccc;
	/* border-bottom-radius: 5px; */
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin-top: 10px;
}

.fr-box.fr-basic .fr-element {
	height: 150px !important;
}

.hiddendiv {
	visibility: hidden;
}


/*Profile Page CSS*/

.profile-right-line {
	border-right: 1px solid #c2c2c2;
}

.profiletable td {
	border-right: 1px solid #ccc;
	padding: 10px 10px !important;
	border-left: 1px solid #c3c3c3;
}


.profiletable .head {
	background: #38a2de;
	padding: 15px 10px !important;
	color: #fff;
}

.profiletable .explanation {
	font-size: 11px;
	padding: 5px 10px !important;
	text-align: left;
}

.profiletable .explanation a {
	font-size: 12px;
}

.profiletable .tdselect {
	background: #a5d4ee;
	opacity: 0.5;
}

.profile-title {
	font-size: 16px;
	padding: 10px 0px;
}

.results-check {
	color: #299a62;
	font-size: 22px;
}

.results-times {
	color: #f84944;
	font-size: 22px;
}

.noborder-left-bot-right {
	border-bottom: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
}

.count-red {
	color: #FF0004;
}

.curriculum i {
	width: 45px;
	height: 45px;
	background: #ed5b10;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
	margin-right: 8px;
}

.curriculum div {
	font-size: 16px;
	padding: 10px 0px;
	cursor: pointer;
}

.userphoto {
	width: 80px;
	height: 80px;
	margin: 8px;
	border-radius: 100px;
	font-size: 30px;
	color: #fff;
	overflow: hidden;
	background: #fff;
	text-align: center;
	border: 1px solid #ccc;
}

.userphoto img {
	position: relative;
	top: 5px;
}

.curriculumtable {
	border: 1px solid #ccc;
	border-radius: 10px !important;
}

.table.curriculumtable td {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}


#drop,
#dropTagSection {
	margin-top: 10px;
	min-height: 120px;
	float: left;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}

.fbox {
	min-height: 50px;
}

.fbox.over {
	border: 1px solid #ccc;
}

.fbox.ui-droppable-hover {
	border: 2px dashed #ccc;
}

/* .fbox .rangeSlider{ display:none; } */
/* .fbox .sub-title{ display:none; } */

.fbox.over .rangeSlider {
	display: block;
}

.fbox.over .sub-title {
	display: block;
}



@media only screen and (max-width: 1024px) {
	.left-column {
		width: 350px;
	}

	.right-column {
		margin-left: 350px;
	}

	.selectedjobtitlesticky {
		width: calc(100% - 420px);
	}

	.jobdescriptionsticky {
		width: calc(100% - 420px);
	}

	.navtabssticky {
		width: calc(100% - 420px);
	}

	.profile-right-line {
		border-right: 0px solid #c2c2c2;
		padding-right: 0px;
	}
}

.blue-boder-color {
	border-color: #0072ff;
	color: #0072ff;
}

.green-boder-color {
	border-color: #2b9527;
	color: #2b9527;
}

.yellow-boder-color {
	border-color: #d7a806;
	color: #d7a806;
}

.red-boder-color {
	border-color: #ff0000;
	color: #ff0000;
}

.nodate {
	height: calc(100vh - 350px);
	/* min-height: 495px; */
	position: relative;
	border: 2px dashed #ccc;
	text-align: center;
	font-size: 20px;
	color: #898787;
}

.nodate span {
	position: absolute;
	width: 100%;
	padding: 40px;
	top: 30%;
	left: 0px;
}







/*ADDED BY VINAYA 6/11/2018*/
.small-slider .silderange-step.range-start {
	background: none;
	border: 1px solid #fd0202;
	left: -17px;
	top: -6px;
	font-size: 10px;
	text-align: center;
	width: 20px;
	line-height: 18px;
	color: #fd0202;
	height: 20px;
}

.small-slider .silderange-step.range-end {
	background: none;
	border: 1px solid #00bf00;
	right: -19px;
	top: -6px;
	font-size: 10px;
	text-align: center;
	width: 20px;
	line-height: 18px;
	height: 20px;
	color: #00bf00;
}

.small-slider .slider-hint {
	padding: 0 0 8px 0;
}

.small-slider .silderange-step::before {
	content: '';
}

.small-slider .rangeSlider {
	width: 50%;
	left: 15px;
	position: absolute;
}

.pending-overlay {
	position: relative;
}

.pending-overlay .overlay {
	position: absolute;
}

.tr-overlay {
	position: relative;
}

.overlay-txt {
	position: absolute;
	background: rgba(255, 0, 0, 0.7);
	left: 0.7em;
	right: 0.7em;
	height: 1.2em;
	text-align: center;
}

.popup .modal-header,
.popup .modal-footer {
	border: none;
}

.popup .close {
	background: #333333;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	opacity: 1;
	color: #fff;
	line-height: 22px;
	text-shadow: none;
	font-size: 18px;
}

.popup p {
	font-size: 15px;
	line-height: 22px;
}

.popup .modal-header {
	padding: 15px 15px 0 15px;
}

.popup button {
	margin: 0 5px;
}

.popup .btn-blue {
	background: #2795d2;
	width: auto;
	font-size: 16px;
	padding: 6px 25px;
	margin-bottom: 5px;
	color: #fff;
	border-radius: 4px;
	margin-top: 5px;
	border: none;
}

.popup .modal-footer {
	text-align: center;
	padding: 0 15px 15px;
}

.popup .btn-red {
	background: #d60405;
	width: auto;
	font-size: 16px;
	padding: 6px 25px;
	margin-bottom: 5px;
	color: #fff;
	border-radius: 4px;
	margin-top: 5px;
	border: none;
}

.popup input {
	background: #fff;
	width: 25%;
	border: 1px solid #d8d8d8;
	font-size: 16px;
	padding: 6px;
	/* margin-bottom: 5px; */
	color: #666666;
	text-align: center;
	margin: 20px auto 5px;
	display: block;
}

.cv-popup .modal-header {
	background: #2795d2;
	color: #fff;
}

.cv-popup .modal-header h4 {
	margin: 0 0 15px;
}

.cv-popup .modal-header .close {
	background: #fff;
	color: #2795d2;
}

.cv-popup .modal-body h4 {
	color: #2795d2;
	font-size: 16px;
}

.cv-popup .modal-body .title {
	color: #868686;
	padding: 0px 0;
	font-size: 14px;
	margin-bottom: 0;
}

.cv-popup .modal-body .info {
	color: #333;
	font-size: 14px;
}

.cv-popup .modal-body .rating {
	font-size: 16px;
}

.cv-popup .rating .fa-star-o,
.cv-popup .rating .fa-star,
.cv-popup .rating .fa-star-half-o {
	color: #ff6d00;
}

.cv-popup hr {
	border-top: 1px solid #dadada;
}

.cv-popup .modal-body {
	max-height: 400px;
	overflow-y: auto;
}

.candidate-list span {
	float: left;
}

.tr-overlay {
	position: relative;
}

td.overlay-txt {
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	left: 0;
	right: 0;
	height: 65px;
	text-align: center;
	color: #fff;
	z-index: 9;
	vertical-align: middle;
	line-height: 47px;
	font-size: 18px;
	padding: 1.5% !important;
}

/*DISABLED SLIDER*/
.small-slider .ui-state-disabled,
.small-slider .ui-widget-content .ui-state-disabled,
.small-slider .ui-widget-header .ui-state-disabled {
	opacity: 1;
}

.small-slider .rangeSlider.ui-slider-horizontal .ui-slider-handle {
	margin-left: -0.2em;
}

.small-slider .rangeSlider.ui-slider-horizontal .ui-slider-handle:before {
	content: "\f0d8";
	color: #000;
	margin-left: -12px;
}

.small-slider .rangeSlider.ui-slider-horizontal .ui-slider-handle {
	top: -19px;
	margin-left: -1.3em;
	padding: 5px 0px;
	background: none;
	width: 0;
	height: 30px;
	font-size: 0;
	text-align: center;
	color: #fff;
	border: 0px;
}

.personal-info .user-avatar {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	object-fit: cover;
}

.personal-info .arrow-icon {
	width: 28px;
}

.personal-info .user-info i {
	margin-right: 10px;
	margin-bottom: 8px;
	font-size: 16px;
}

.personal-info td {
	border: none;
}

/* @media all and (device-width: 481px) and (device-width: 1024px) and (orientation:portrait) {
	.searchdiv input[type=text]:focus {
		width: 50%;
		border: 1px solid #e7e7e7;
	}
  }
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	.searchdiv input[type=text]:focus {
		width: 50%;
		border: 1px solid #e7e7e7;
	}

}

 @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	.searchdiv input[type=text]:focus {
		width: 50%;
		border: 1px solid #e7e7e7;
	}
}
   */
   @media (min-width: 768px) and (max-width: 1024px) {
  
	.searchdiv input[type=text]:focus {
		width: 60%;
		border: 1px solid #e7e7e7;
	}
	
  }

  .staffing-card {
	  position: relative;
  }

  #selectedJobPageId .tab-pane {
	height: calc(100vh - 150px);
    overflow: auto;
  }

.stepssticky{
	position: static !important;
	padding-bottom: 0 !important;
	background: none !important;
}

.mCustomScrollBox {
	padding-right: 6px !important;
}
