html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  outline: none;
  border: 0;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamMedium.eot");
  src: url("../fonts/GothamMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamMedium.woff2") format("woff2"), url("../fonts/GothamMedium.woff") format("woff"), url("../fonts/GothamMedium.ttf") format("truetype"), url("../fonts/GothamMedium.svg#GothamMedium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Gotham-Book";
    src: url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  }
}

/* material icons */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/iconfont/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/iconfont/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/iconfont/MaterialIcons-Regular.woff") format("woff"), url("../fonts/iconfont/MaterialIcons-Regular.ttf") format("truetype");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/*$grey-dark-high:;
$grey-dark-mid:;
$grey-dark-low:;

$grey-light-high:;
$grey-light-mid:;
$grey-light-low:;*/
/* responsive mixins */
/* opacity */
/* transition */
/* transform */
/* box shadow */
/* border radius */
/* font normal */
/* border box */
/* user select */
/* overflow hidden style */
/* appearance */
/* placeholder color */
html,
body {
  height: 100% !important;
}

body {
  font-family: "Gotham", sans-serif;
  background: #f5f5f5;
  color: #000;
  overflow-x: hidden;
  -webkit-text-stroke: 1px transparent;
}

img {
  width: 100%;
  outline: none;
  border: none;
  display: block;
}

hr {
  width: 100%;
  height: 1px;
  margin: 12px 0;
  background: rgba(0, 0, 0, 0.1);
  border: 0;
  outline: none;
  float: left;
}

h1 {
  font-size: 112px;
}

h2 {
  font-size: 56px;
}

h3 {
  font-size: 44px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

.h7 .h8 .h9 .h10 {
  font-family: "Gotham-Book";
  font-weight: normal;
}

.h7 {
  font-size: 16px;
}

.h8 {
  font-size: 14px;
}

.h9 {
  font-size: 12px;
}

.h10 {
  font-size: 10px;
}

.row-no-space {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.row-no-space [class*=col-] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.row-half-space {
  margin-right: -8px !important;
  margin-left: -8px !important;
}

.row-half-space [class*=col-] {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.height-100 {
  height: 100%;
}

.height-100 [class*=col-] {
  height: 100%;
}

.full-height {
  height: 100%;
}

.no-padding {
  padding-right: 0;
  padding-left: 0;
}

.no-margin {
  margin-right: 0;
  margin-left: 0;
}

p {
  font-family: "Gotham-Book", sans-serif;
  font-size: 13px;
  line-height: 21px;
  padding-bottom: 16px;
}

.margin-right20 {
  margin-right: 20px;
}

.margin-bottom32 {
  margin-bottom: 32px;
}

.margin-bottom28 {
  margin-bottom: 28px;
}

.margin-bottom24 {
  margin-bottom: 24px;
}

.margin-bottom20 {
  margin-bottom: 20px;
}

.margin-bottom16 {
  margin-bottom: 16px;
}

.margin-bottom12 {
  margin-bottom: 12px;
}

.margin-bottom0 {
  margin-bottom: 0px !important;
}

.margin-top48 {
  margin-top: 48px;
}

.margin-top32 {
  margin-top: 32px;
}

.margin-top28 {
  margin-top: 28px;
}

.margin-top24 {
  margin-top: 24px;
}

.margin-top20 {
  margin-top: 20px;
}

.margin-top16 {
  margin-top: 16px;
}

.margin-top12 {
  margin-top: 12px;
}

.pl-40 {
  padding-left: 40px;
}

.div-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none !important;
}

.messages {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10000;
}

.messages span {
  width: auto;
  max-width: 420px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  padding: 8px 24px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
}

.messages.error-gen span {
  background: #f02020;
}

.messages.success-gen span {
  background: #4bb52a;
}

.messages.warning-gen span {
  background: #f4e601;
  color: #000;
}

.clear-fix {
  float: none;
  clear: both;
}

.content-gen {
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
}

a {
  font-family: "Gotham-Book", sans-serif;
  font-weight: normal;
  text-decoration: none !important;
  /* opacity: 0.5; */
  filter: alpha(opacity=50);
  color: #005335 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

a:hover,
a.active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

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

.title {
  color: #520996;
  font-size: 20px;
  font-family: "Gotham-Book";
  margin-bottom: 25px;
}

.title span {
  font-size: 12px;
  color: #506578;
}

.section-title {
  color: #ff9c3b;
  font-size: 16px;
  font-family: "Gotham-Book";
  letter-spacing: 0.02em;
  padding: 40px 0 30px;
  font-weight: 600;
}

.font-normal {
  font-weight: normal;
}

.bold {
  font-weight: 600;
}

.title-label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 13px;
  color: #364750;
  font-family: "Gotham-Book";
}

.inline-lables div {
  font-size: 13px;
  color: #364750;
  font-family: "Gotham-Book";
}

.inline-lables div span {
  color: #ff9c3b;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

.staff-member {
  font-size: 13px;
  padding-left: 0;
  color: #61727b;
}

.staff-member .staff-member-designation {
  font-size: 11px;
  color: #520996;
  text-transform: uppercase;
  margin-top: 6px;
}

.staff-member .staff-member-designation.bold-no {
  font-size: 13px;
  font-weight: 600;
}

.title-with-btn {
  display: flex;
  margin-top: 35px;
}

.title-with-btn .add-new-btn {
  margin-top: 0;
  margin-left: 50px;
}

.panel-label {
  font-weight: 600;
  margin-top: 10px;
}

.no-inpt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-inpt span.count-value_field {
  padding: 0 12px;
}

.no-inpt .icon-holder {
  height: 20px;
  width: 20px;
}

.no-inpt .icon-holder .material-icons {
  font-size: 20px;
  color: #520996;
}

header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

header .header-main {
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 60px;
  background: #520996;
  color: #fff;
  line-height: 60px;
}

header .logo {
  font-size: 13px;
  font-weight: 300;
}

header .panel-user {
  width: auto;
  line-height: 60px;
  font-size: 10px;
  font-family: "Gotham-Book", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  float: right;
}

header .panel-user .notifications {
  float: left;
}

header .panel-user .notifications .icon-btn {
  float: left;
  height: 40px;
  width: 40px;
  text-align: center;
  margin: 7px 30px 0 0;
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}

header .panel-user .notifications .icon-btn i {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

header .panel-user .notifications .icon-btn span.badge {
  position: absolute;
  top: 3px;
  left: 20px;
  padding: 3px 6px;
  background: #f72951;
}

header .panel-user .notifications .notification-list {
  top: 57px;
  width: 300px;
  height: auto;
  z-index: 1001;
  max-height: 212px;
  padding: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  overflow: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}

header .panel-user .notifications .notification-list .notification-item a {
  padding: 10px 12px;
  text-transform: initial;
  border-bottom: 1px solid #000000;
  line-height: 16px;
  color: #364750 !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

header .panel-user .notifications .notification-list .notification-item a span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #520996;
}

header .panel-user .notifications .notification-list .notification-item a:hover {
  cursor: pointer;
  background: #dbf9e9;
}

header .panel-user .notifications.open .notification-list {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

header .panel-user .icon {
  width: 17px;
  margin: 20px 10px 0 0;
  float: left;
}

header .panel-user .username {
  letter-spacing: 0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 50px;
  float: left;
}

@media only screen and (max-width: 768px) {
  header .panel-user {
    display: none;
  }
}

.title-bar {
  position: fixed;
  z-index: 3;
  width: 260px;
  left: 0;
  top: 0px;
  bottom: 0;
  line-height: 100px;
  padding: 100px 10px 0px 10px;
  background: #303c43;
  font-size: 12px;
  letter-spacing: 0.05em;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.title-bar a {
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
  color: #cccccc !important;
}

.title-bar a:hover {
  color: #ffffff !important;
}

.title-bar a:after {
  content: "";
  display: block;
  background: #520996;
  width: 0;
  height: 1px;
  position: absolute;
  top: 36px;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.title-bar a.active:after,
.title-bar a:hover:after {
  width: 25px;
}

.title-bar .logout {
  display: none;
  color: #520996;
}

.title-bar .icon-label i {
  color: #cccccc !important;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .title-bar {
    transform: translateX(-260px);
  }

  .title-bar.active {
    transform: translateX(0px);
  }

  .title-bar .logout {
    display: block;
  }
}

.main-container {
  padding-left: 260px;
  padding-top: 60px;
}

@media only screen and (max-width: 768px) {
  .main-container {
    padding-left: 0;
  }
}

#menu-toggle {
  cursor: pointer;
}

#menu-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}

#menu-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media only screen and (min-width: 769px) {
  #menu-toggle {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #menu-toggle {
    display: inline-block;
    margin-left: 20px;
  }
}

.logout {
  width: auto;
  float: left;
}

.logout button {
  background: none;
  padding: 0;
  margin: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logout button:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #ffffff;
}

.filters {
  padding: 40px 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .filters {
    padding: 20px 0;
  }
}

.filters .form-inline {
  position: relative;
}

.filters .form-inline .form-group {
  margin-bottom: 0 !important;
  margin-right: 15px;
}

.filters .search {
  width: 40px;
}

.filters .search .input-group-addon {
  background: transparent;
  padding: 4px 8px 0 0;
  border: none;
  cursor: pointer;
}

.filters .search .input-group-addon i {
  font-size: 30px;
  color: #7b97a5;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.filters .add-new {
  position: fixed;
  background: #520996;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 100px;
  z-index: 1000;
  right: 30px;
  text-align: center;
  padding-top: 7px;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}

.filters .add-new i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 20px;
  margin-top: 3px;
  color: #cccccc !important;
}

.filters .add-new:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #ffffff !important;
}

.filters .form-control {
  font-size: 13px;
  width: auto;
  min-width: 125px;
}

@media only screen and (max-width: 768px) {
  .filters .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
}

.panel.panel-item {
  cursor: pointer;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.panel.panel-item .panel-body {
  font-size: 13px;
  color: #364750;
  font-family: "Gotham-Book";
  letter-spacing: 0.02em;
}

.panel.panel-item .panel-body-2 {
  font-size: 13px;
  color: #364750;
  font-family: "Gotham-Book";
  letter-spacing: 0.02em;
}

.panel.panel-item .panel-body-2 .table {
  margin-bottom: 0;
}

.panel.panel-item .panel-body-2 .table th {
  font-weight: 600;
}

.panel.panel-item .panel-body-2 .table .request-button,
.panel.panel-item .panel-body-2 .table .requested-button {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 8px;
}

.panel.panel-item .panel-body-2 .table .request-button {
  background: #7bffb9;
}

.panel.panel-item .panel-body-2 .table .requested-button {
  background: #ffd0d0;
}

.panel.panel-item .badge {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 400;
  padding-top: 9px;
  background: transparent;
  border: 1px solid #520996;
  color: #520996;
  margin-right: 20px;
  float: left;
}

.panel.panel-item .badge-gray {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding-top: 7px;
  background: #000000;
  margin-right: 25px;
  float: left;
}

.panel .hospital-title {
  line-height: 24px;
}

.panel .hospital-title .hospital-name {
  color: #520996;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.panel .hospital-title .hospital-address {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.panel .date-range {
  margin-top: 7px;
}

.panel .date-range .date-time {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
}

.panel .date-range .date-time span {
  display: block;
  font-weight: 600;
  font-size: 16px;
}

.panel .date-range i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 30px;
  color: #ff9c3b;
  padding: 0 12px;
}

.panel .action-btn {
  color: #ff9c3b !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.panel .panel-action-btn {
  color: #ff9c3b !important;
  padding: 10px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.panel:hover {
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
}

.panel:hover .panel-action-btn,
.panel:hover .action-btn {
  opacity: 1;
  filter: alpha(opacity=100);
}

.panel .panel-date {
  padding: 5px 10px 0;
}

.icon-label {
  margin-top: 18px;
}

.icon-label i {
  display: block;
  float: left;
  margin-top: -5px;
  margin-right: 10px;
  color: #520996;
}

.icon-label-group .icon-label {
  display: flex;
  margin: 0;
  height: 20px;
}

.icon-label-group .icon-label:nth-child(1) {
  margin-bottom: 10px;
}

.icon-label-group .icon-label .edit-cv {
  display: flex;
  align-items: center;
  color: #506578;
  font-size: 14px;
}

.icon-label-group .icon-label .edit-cv i {
  color: #506578;
  margin-right: 2px;
}

@media only screen and (max-width: 768px) {
  .icon-label-group .icon-label .edit-cv {
    margin-left: auto;
  }
}

.job-detail-view {
  font-size: 13px;
  color: #364750;
  font-family: "Gotham-Book";
  letter-spacing: 0.02em;
  margin: 40px 0;
  padding-right: 50px;
}

.job-detail-view .title {
  border-bottom: 1px solid #ff9c3b;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.job-detail-view .icon-label {
  margin-bottom: 0;
}

.job-detail-view .date-range .date-time {
  margin-top: 12px;
}

.job-detail-view .date-range .date-time span {
  color: #ff9c3b;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

.job-detail-view .description {
  padding: 25px 0;
}

.job-detail-view .description h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.job-detail-view .description p {
  line-height: 25px;
}

.job-detail-view .button-gen {
  width: 200px;
}

.applicant-list {
  background: #fff;
  margin-top: 40px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  padding: 25px 30px;
}

.applicant-list .applicant {
  height: 56px;
  border-bottom: 1px solid #cbd7dc;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.applicant-list .applicant .applicant-name {
  font-size: 13px;
  padding-top: 13px;
  padding-left: 0;
  color: #61727b;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.applicant-list .applicant .applicant-name span {
  display: block;
  font-size: 10px;
  color: #520996;
  text-transform: uppercase;
  margin-top: 6px;
}

.applicant-list .applicant:hover {
  background: #dbf9e9;
  cursor: pointer;
  border-color: #520996;
}

.applicant-list .applicant:hover .applicant-name {
  padding-left: 12px;
}

.applicant-list .align-right a {
  color: #ff9c3b;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  height: 56px;
  line-height: 56px;
  display: block;
  float: left;
  margin-left: 15px;
}

.applicant-list .align-right a .material-icons {
  line-height: 56px;
}

.small-title {
  font-size: 18px;
  color: #520996;
  margin-bottom: 12px;
}

.small-title:after {
  display: block;
  content: "";
  width: 50px;
  background: #ff9c3b;
  height: 1px;
  margin-top: 20px;
}

.small-title span {
  color: #364750;
}

.verify-email {
  font-size: 13px;
  color: #fff;
  font-family: "Gotham-Book";
  letter-spacing: 0.02em;
  margin: 40px 0;
}

.verify-email .panel-logo {
  display: block !important;
}

.verify-email .panel-logo .logo {
  margin: 0 auto;
}

.verify-email .panel-logo .name {
  text-align: center !important;
  padding: 0 !important;
  margin-top: 10px;
}

.verify-email .title {
  padding-bottom: 0 !important;
}

.verify-email .email-verification-block p {
  line-height: 25px;
  font-size: 14px;
  color: #000000;
}

.verify-email .email-verification-block p span.user-email {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  color: #520996;
}

.verify-email .email-verification-block .envelope-image {
  width: 80px;
  margin: 0 auto;
}

.verify-email .email-verification-block #verification-code {
  text-align: center;
  width: 300px;
  margin: 25px auto 35px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.verify-email .email-verification-block #verification-code::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  color: #dbf9e9;
}

.verify-email .email-verification-block #verification-code:-moz-placeholder {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  color: #dbf9e9;
}

.verify-email .email-verification-block #verification-code::-moz-placeholder {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  color: #dbf9e9;
}

.verify-email .email-verification-block #verification-code:-ms-input-placeholder {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  color: #dbf9e9;
}

.verify-email .email-verification-block .button-gen {
  width: 200px;
  margin: 0 auto 25px;
}

.verify-email .email-verification-block .progress-container {
  width: 400px;
  margin: 0 auto;
}

.verify-email .email-verification-block .progress-container .progress {
  height: 8px;
  background: #fdfdfd;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.verify-email .email-verification-block .progress-container .progress .progress-bar {
  -webkit-transition: none !important;
  transition: none !important;
  background: #ff9c3b;
}

.verify-email .email-verification-block .progress-container .verify-email-label {
  color: #ff9c3b;
  font-weight: 600;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.stepwizard .progress {
  top: 12px;
  bottom: 0;
  position: absolute;
  content: " ";
  left: 1%;
  width: 45%;
  height: 5px;
  z-index: 0;
  background: #fbd4ae;
}

.stepwizard .progress .progress-bar-success {
  background: #ff9c3b;
}

.stepwizard .stepwizard-row {
  display: table-row;
}

.stepwizard .stepwizard-row .stepwizard-step {
  display: table-cell;
  position: relative;
  width: 15%;
  float: left;
}

.stepwizard .stepwizard-row .stepwizard-step .btn-circle {
  width: 28px;
  height: 28px;
  text-align: center;
  padding: 4px 0;
  font-size: 12px;
  font-weight: 600;
  color: #ff9c3b !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ff9c3b;
  opacity: 1;
  filter: alpha(opacity=100);
}

.stepwizard .stepwizard-row .stepwizard-step .btn-circle.btn-success {
  background: #ff9c3b;
  color: #fff !important;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.stepwizard .btn.disabled,
.stepwizard .btn[disabled],
.stepwizard fieldset[disabled] .btn {
  opacity: 1 !important;
  color: #bbb;
}

.switch-inline {
  font-size: 15px;
  font-family: "Gotham-Book";
  color: #345466;
  margin-top: 12px;
}

@media only screen and (max-width: 768px) {
  .switch-inline .switch-toggle {
    display: block;
    margin-top: 10px;
  }
}

.switch-toggle {
  display: inline-block;
}

.switch-toggle input[type=checkbox] {
  display: none;
}

.switch-toggle input[type=checkbox]:checked+label::after {
  left: 21px;
}

.switch-toggle label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}

.switch-toggle label:before {
  background: #520996;
  border-radius: 15px;
  content: "";
  height: 22px;
  margin-top: -8px;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.switch-toggle label:after {
  background: white;
  border-radius: 16px;
  content: "";
  height: 16px;
  left: 3px;
  margin-top: -1px;
  position: absolute;
  top: -4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 16px;
}

.switch-toggle .switch-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 10px;
}

.btn-toggle .btn {
  width: 100px;
  background: #dbf9e9;
  border: 1px solid #520996;
  color: #345466;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.btn-toggle .btn.active {
  background: #520996;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .btn-toggle .btn {
    width: 33.3333%;
    font-size: 9px;
  }
}

.legend-items {
  margin: 40px 0;
}

.legend-items li {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  font-family: "Gotham-Book";
  color: #345466;
  margin-right: 40px;
}

.legend-items li span.legend-badge {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin-right: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.legend-items li span.legend-badge.morning {
  background: #64e7dc;
}

.legend-items li span.legend-badge.evening {
  background: #fdb7ce;
}

.legend-items li span.legend-badge.night {
  background: #d4bbfd;
}

#calendar {
  margin-bottom: 40px;
  padding-right: 50px;
}

.fc td,
.fc hr,
.fc tbody {
  border-color: #e8e9ec !important;
  background: #fff !important;
}

.fc th,
.fc thead {
  border: none !important;
  background: transparent !important;
}

.fc .fc-button-group .fc-button {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border-color: #ff9c3b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fc .fc-button-group .fc-button .fc-icon {
  color: #ff9c3b;
  margin: 0 -2px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fc .fc-button-group .fc-button.fc-prev-button {
  margin-right: 15px;
}

.fc .fc-button-group .fc-button:hover {
  background: #ff9c3b;
}

.fc .fc-button-group .fc-button:hover .fc-icon {
  color: #fff;
}

.fc .fc-today-button {
  background: #345466;
  font-size: 10px !important;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.03em;
  height: 32px !important;
  padding: 0 12px !important;
  margin-left: 20px !important;
}

.fc-row {
  border-color: #e8e9ec !important;
  background: #fff !important;
}

.fc-day-header {
  color: #520996;
  font-size: 11px !important;
  text-transform: uppercase;
  text-align: left !important;
  padding: 15px 0 4px 10px !important;
  letter-spacing: 0.03em;
}

.fc-day-number {
  float: left !important;
  padding: 10px !important;
  font-size: 12px;
  color: #506578;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 8px !important;
}

.fc-toolbar .fc-right {
  display: none;
}

.fc-toolbar .fc-center {
  float: left !important;
  display: block !important;
  height: 32px;
  line-height: 32px;
}

.fc-toolbar .fc-center h2 {
  font-size: 16px;
  color: #ff9c3b;
  font-family: "Gotham-Book";
  font-weight: 500;
}

.fc-toolbar .fc-left {
  float: right !important;
}

.shift:before {
  content: "";
  display: block;
  width: 35%;
  height: 1px;
  background: #ff9c3b;
}

.shift .shift-block {
  display: table;
  margin-bottom: 30px;
}

.shift .shift-block .shift-block-column {
  display: table-cell;
}

.shift .shift-block .shift-block-column.v-bottom {
  vertical-align: bottom;
}

.shift .shift-block .shift-block-column.pr-20 {
  padding-right: 20px;
}

.shift .shift-block .shift-block-column.pr-40 {
  padding-right: 40px;
}

.shift .shift-block .shift-block-row {
  display: table-row;
}

.shift .shift-block .add-new-item {
  margin-top: 0;
}

.shift .shift-title {
  color: #364750;
  font-size: 14px;
  font-weight: 600;
  font-family: "Gotham-Book";
  letter-spacing: 0.03em;
}

.shift .shift-title span.shift-on-time {
  color: #506578;
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin-top: 8px;
}

.shift .shift-allocation-total {
  color: #7b97a5;
  font-size: 13px;
}

.shift .shift-allocation-total i {
  color: #520996;
  float: left;
  margin-top: -5px;
}

.shift .available-count {
  color: #ff9c3b;
  font-weight: 600;
  font-family: "Gotham-Book";
  font-size: 14px;
  letter-spacing: 0.03em;
}

.shift .btn.btn-link {
  display: block;
}

.shift .vacant-count {
  background: #f72951;
  color: #fff;
  padding: 8px 10px;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.shift .vacant-count span.vacant-count-no {
  font-size: 16px;
  font-weight: 400;
}

.shift .jobs-posted-notice {
  padding-bottom: 0px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  z-index: 1050 !important;
}

.modal .modal-dialog.modal-dialog-sm {
  width: 360px;
}

.modal .modal-content {
  border: none !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.24) !important;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.24) !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.24) !important;
  z-index: 1;
}

.modal .modal-content:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12) !important;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12) !important;
  z-index: -1;
}

.modal .modal-header {
  height: 56px;
  padding: 21px 30px;
  background: #520996;
  border: none;
}

.modal .modal-header .modal-title {
  color: #fff;
  font-size: 14px;
  font-family: "Gotham-Book";
  line-height: 12px;
  letter-spacing: 0.03em;
}

.modal .modal-header .close {
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin-top: -18px;
  margin-right: -5px;
}

.modal .modal-header .close i {
  font-size: 20px;
}

.modal .modal-header .close:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.modal .modal-body {
  padding: 30px 30px 0 30px;
}

.modal .modal-footer {
  padding: 0 30px 30px 30px;
  text-align: left;
  border: none;
}

.modal .modal-footer .btn {
  height: 32px;
  padding: 6px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.03s ease;
  -moz-transition: all 0.03s ease;
  -ms-transition: all 0.03s ease;
  -o-transition: all 0.03s ease;
  transition: all 0.03s ease;
  text-transform: uppercase;
  border: none;
  font-size: 12px;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-family: "Gotham-Book";
}

.modal .modal-footer .btn.btn-primary {
  background: #520996;
  color: #fff;
  -webkit-transition: all 0.03s ease;
  -moz-transition: all 0.03s ease;
  -ms-transition: all 0.03s ease;
  -o-transition: all 0.03s ease;
  transition: all 0.03s ease;
}

.modal .modal-footer .btn.btn-primary:hover,
.modal .modal-footer .btn.btn-primary:focus,
.modal .modal-footer .btn.btn-primary:active {
  background: #520996;
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 11px rgba(0, 0, 0, 0.25);
}

.form-group {
  margin-bottom: 12px !important;
  position: relative;
}

.form-group .form-wrap {
  position: relative;
  margin-bottom: 30px;
}

.form-group .form-wrap.inline-group {
  display: flex;
}

.form-group .form-wrap.inline-group select {
  width: 110px;
  margin-right: 30px;
}

.form-group .form-wrap.inline-group input {
  width: calc(100% - 140px);
}

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

.form-group .input-group .input-group-addon {
  color: #520996;
  background: transparent;
  border: none;
  position: absolute;
  z-index: 3;
  right: 0;
  width: 40px;
  padding: 6px;
  height: 35px;
}

.form-control {
  height: 35px;
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #b9c2c4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Gotham-Book";
  font-size: 15px;
  color: #364750;
  padding: 0 10px 0 0;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 769px) {
  .form-control {
    font-size: 18px;
  }
}

.form-control:focus {
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  border-color: #520996;
}

.form-control.error {
  border-color: #f72951;
}

.form-control.error~.label-form {
  color: #f72951;
}

label {
  width: 100%;
  font-family: "Gotham-Book";
  font-size: 12px;
  font-weight: 500;
  color: #000;
  margin-bottom: 8px;
}

@media only screen and (min-width: 769px) {
  label {
    font-size: 13px;
  }
}

label.label-form {
  position: absolute;
  display: block;
  font-size: 14px;
  color: #7b97a5;
  top: 11px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 769px) {
  label.label-form {
    font-size: 16px;
  }
}

label.label-form.not-empty {
  top: -12px !important;
  color: #520996 !important;
  font-size: 13px;
  font-family: "Gotham";
}

select {
  padding: 8px 30px;
  height: 40px;
  border-radius: 0;
  border: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  color: #000;
  font-family: "Gotham-Book";
  font-weight: normal;
}

textarea {
  white-space: pre-wrap !important;
  word-wrap: break-word;
  overflow: auto !important;
  resize: vertical;
  min-height: 35px;
}

input:focus {
  outline: 0;
}

input:focus+.label-form,
select:focus+.label-form,
textarea:focus+.label-form {
  top: -12px;
  font-size: 13px;
  color: #520996 !important;
  font-family: "Gotham";
}

.error-msg {
  font-size: 11px;
  color: #fe1541;
  display: block;
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.add-email-section {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 35px;
}

.add-email-section .form-wrap {
  margin-bottom: 8px;
}

.add-email-section .add-new-btn.add-new-item {
  position: absolute;
  left: calc(50% + 15px);
  bottom: 11px;
}

.add-email-section .add-new-btn.remove-item i {
  color: #fe1541;
  margin-top: 4px;
}

/*-------- general table styles ----------*/
.table-gen .table-header,
.table-gen .table-row {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-bottom: 1px solid #cbd7dc;
}

.table-gen .table-header div,
.table-gen .table-row div {
  display: table-cell;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Gotham-Book";
  font-size: 13px;
  color: #345466;
  padding-right: 15px;
  vertical-align: middle;
  cursor: pointer;
}

.table-gen .table-header {
  height: 50px;
}

.table-gen .table-header div {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #520996;
  vertical-align: bottom;
  padding-bottom: 12px;
  letter-spacing: 0.03em;
}

.table-gen .table-body {
  padding-bottom: 20px;
}

.table-gen .table-body .table-row {
  min-height: 50px;
  height: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* ----- setting up the table column widths ----- */
/* education and training-table */
.table-gen.education-table .table-header div:nth-child(1),
.table-gen.education-table .table-row div:nth-child(1) {
  width: 40%;
}

.table-gen.education-table .table-header div:nth-child(2),
.table-gen.education-table .table-row div:nth-child(2) {
  width: 40%;
}

.table-gen.education-table .table-header div:nth-child(3),
.table-gen.education-table .table-row div:nth-child(3) {
  width: 20%;
}

/* employment-history-table */
.table-gen.employment-history-table .table-header div:nth-child(1),
.table-gen.employment-history-table .table-row div:nth-child(1) {
  width: 10%;
}

.table-gen.employment-history-table .table-header div:nth-child(2),
.table-gen.employment-history-table .table-row div:nth-child(2) {
  width: 10%;
}

.table-gen.employment-history-table .table-header div:nth-child(3),
.table-gen.employment-history-table .table-row div:nth-child(3) {
  width: 30%;
}

.table-gen.employment-history-table .table-header div:nth-child(4),
.table-gen.employment-history-table .table-row div:nth-child(4) {
  width: 30%;
}

.table-gen.employment-history-table .table-header div:nth-child(5),
.table-gen.employment-history-table .table-row div:nth-child(5) {
  width: 20%;
}

/* employment-history-table */
.table-gen.language-skills-table .table-header,
.table-gen.language-skills-table .table-row {
  border: none;
}

.table-gen.language-skills-table .table-header>div,
.table-gen.language-skills-table .table-row>div {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.03em;
}

.table-gen.language-skills-table .table-header>div:nth-child(1),
.table-gen.language-skills-table .table-row>div:nth-child(1) {
  width: 10%;
}

.table-gen.language-skills-table .table-header>div:nth-child(2),
.table-gen.language-skills-table .table-row>div:nth-child(2) {
  width: 30%;
}

.table-gen.language-skills-table .table-header>div:nth-child(3),
.table-gen.language-skills-table .table-row>div:nth-child(3) {
  width: 60%;
}

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

  .table-gen.language-skills-table .table-header>div,
  .table-gen.language-skills-table .table-row>div {
    font-size: 9px;
  }

  .table-gen.language-skills-table .table-header>div:nth-child(1),
  .table-gen.language-skills-table .table-row>div:nth-child(1) {
    width: 60px;
  }

  .table-gen.language-skills-table .table-header>div:nth-child(2),
  .table-gen.language-skills-table .table-row>div:nth-child(2) {
    width: 50%;
  }

  .table-gen.language-skills-table .table-header>div:nth-child(3),
  .table-gen.language-skills-table .table-row>div:nth-child(3) {
    width: 50%;
  }
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
}

.add-new-btn {
  color: #ffffff !important;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
  display: inline-flex;
  margin-top: 6px;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

.add-new-btn i {
  color: #520996;
  font-size: 22px;
  margin-right: 6px;
}

.add-new-btn:hover {
  color: #61727b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.button-gen {
  font-family: "Gotham-Book", sans-serif;
  font-weight: normal;
  width: 100%;
  height: 48px;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  background: #2CA031;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

@media only screen and (min-width: 769px) {
  .button-gen {
    font-size: 13px;
  }
}

.button-gen:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.button-gen.login {
  width: 200px !important;
  text-align: left;
  padding: 0 25px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  position: relative;
}

.button-gen.login i {
  position: absolute;
  right: 25px;
  top: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.button-gen.btn-filter {
  width: 110px;
  display: inline-block;
  height: 35px;
}

.btn-link {
  color: #ff9c3b !important;
  text-transform: uppercase;
  font-size: 11px;
  opacity: 1;
  filter: alpha(opacity=100);
  font-weight: 600;
  letter-spacing: 0.05em;
}

.btn-link:hover {
  cursor: pointer;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.btn-link.btn-link-green {
  color: #520996 !important;
  padding: 4px 0;
  font-weight: 400;
  text-decoration: underline;
}

.date-picker {
  padding-right: 20px;
}

.checkbox {
  padding-left: 20px;
  width: 150px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  color: #345466;
  font-family: "Gotham";
  font-size: 11px;
  letter-spacing: 0.02em;
}

.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: -4px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #520996;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
}

.checkbox label:after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type=checkbox] {
  opacity: 0;
}

.checkbox input[type=checkbox]:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type=checkbox]:checked+label::after {
  content: "";
  background: url(../images/check.svg);
  background-size: cover;
  top: -3px;
  left: 1px;
}

.checkbox input[type=checkbox]:disabled+label {
  opacity: 0.65;
}

.checkbox input[type=checkbox]:disabled+label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox input[type=checkbox]:checked+label::before {
  background: #520996;
  border-color: #520996;
}

.checkbox.checkbox-inline {
  margin-top: 0;
  margin-bottom: 15px;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-with-name {
  width: 100%;
  margin: 0 0 20px;
}

.checkbox.checkbox-with-name label::before {
  top: 2px;
}

.checkbox.checkbox-with-name input[type=checkbox]:checked+label::after {
  top: 2px;
}

.wrapper-login {
  min-height: 100%;
  /*background: url(../images/bg-login.jpg) no-repeat top center;*/
  /* background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-right: 200px; */
}

.login-bg-img {
  height: 684px;
  width: 725px;
  background: url(../images/login-bg-image.png) no-repeat;
  background-size: contain;
  flex: 1;
}

@media only screen and (max-width: 1200px) {
  .login-bg-img {
    display: none;
  }
}

.wrapper-login .panel-login-form {
  width: 100%;
  padding: 0px 6px;
  box-sizing: border-box;
  height: 100%;
  /* position: fixed;
  top: 0;
  bottom: 0; */
  overflow: hidden;
  z-index: 100;
  flex: 1;
}

@media only screen and (min-width: 769px) {
  .wrapper-login .panel-login-form {
    padding: 20px 20px;
  }
}

.wrapper-login .panel-login-form .title {
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  padding-bottom: 15px;
}

@media only screen and (min-width: 769px) {
  .wrapper-login .panel-login-form .title {
    font-size: 22px;
    padding-bottom: 20px;
  }
}

.wrapper-login .panel-login-form .error-msg {
  font-size: 12px;
  font-weight: 500;
}

@media only screen and (min-width: 769px) {
  .wrapper-login .panel-login-form .error-msg {
    font-size: 13px;
    font-weight: 600;
  }
}

.wrapper-login .panel-logo {
  padding-bottom: 40px;
  display: flex;
}

.wrapper-login .panel-logo a {
  opacity: 1;
  filter: alpha(opacity=100);
}

.wrapper-login .panel-logo .logo {
  width: 36px;
}

@media only screen and (min-width: 769px) {
  .wrapper-login .panel-logo .logo {
    width: 52px;
  }
}

.wrapper-login .panel-logo .name {
  font-size: 16px;
  padding: 36px 0 0 24px;
  line-height: 22px;
  text-align: left;
  color: #520996;
}

@media only screen and (min-width: 769px) {
  .wrapper-login .panel-logo .name {
    font-size: 20px;
    padding: 60px 0 0 24px;
  }
}

.wrapper-login .panel-form {
  padding-bottom: 40px;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .wrapper-login .panel-form {
    width: 420px;
  }
}

.wrapper-login .panel-form .panel-forgot-pw {
  text-align: right;
  padding-top: 0;
  float: right;
}

@media only screen and (min-width: 769px) {
  .wrapper-login .panel-form .panel-forgot-pw {
    padding-top: 3px;
  }
}

.wrapper-login .panel-form .panel-forgot-pw a.forgot-pw {
  color: #000000 !important;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.8;
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .wrapper-login .panel-form .panel-forgot-pw a.forgot-pw {
    font-size: 13px;
  }
}

.wrapper-login .form-group {
  margin-bottom: 30px !important;
}

.wrapper-login .form-group .form-control {
  border-color: #000000;
  color: #000000;
}

.wrapper-login .form-group .label-form {
  color: #000000;
}

.wrapper-login .desc {
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 769px) {
  .wrapper-login .desc {
    font-size: 14px;
  }
}

.wrapper-login .desc a.register {
  color: #005335 !important;
  opacity: 1;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.wrapper-login .copyright {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  opacity: 0.85;
  margin-top: 50px;
}

/* checkbox styles */
.checkbox.remember-me {
  /* margin-top: 20px;
  margin-bottom: 30px; */
  width: 100%;
}

.checkbox.remember-me label {
  color: #000000;
  font-weight: 300;
  font-family: "Gotham-Book";
  text-transform: inherit;
  font-size: 12px;
}

.checkbox.remember-me input[type=checkbox] {
  margin: -2px 0 0 -26px !important;
  width: 18px;
  height: 18px;
}

.form-label {
  margin-top: 20px;
  margin-bottom: 5px !important;
}

/*# sourceMappingURL=main.css.map */