a:hover,
a:focus {
  text-decoration: none;
}

.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #ccc;
}

.form-control::-webkit-input-placeholder {
  color: #ccc;
}

.form-control {
  color: #333;
  font-size: 15px;
  box-shadow: none;
  border-radius: 2px;
  border: 1px solid #ccc;
}

#wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

#page-wrapper footer.main-footer {
  padding: 15px;
  min-height: 700px;
  background: #f0f0f0;
}

#page-inner {
  width: 100%;
  margin: 10px 20px 10px 0;
  background-color: #f0f0f0 !important;
  padding: 5px;
}

.pagination {
  display: table;
  padding-left: 0;
  border-radius: 4px;
  margin: 20px auto;
}

.pagination li:first-child a {
  background: #e40013;
  border: 1px solid #e40013;
  border-radius: 2px;
  color: #fff;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.pagination>li>a:hover,
.pagination>li>a:focus {
  z-index: 2;
  color: #e40013;
  cursor: pointer;
  background-color: #f5f5f5;
  border-color: #e40013;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 5px 10px;
  margin: 2px;
  line-height: 1.42857143;
  color: #5a6f7c;
  text-decoration: none;
  background-color: #fff;
  border-radius: 2px;
}

.pagination li:last-child a {
  background: #35434e;
  border: 1px solid #35434e;
  border-radius: 2px;
  color: #fff;
}

#main-menu i.fa {
  margin-right: 10px !important;
  width: 35px;
  font-size: 17px;
  text-align: center;
  border-radius: 50%;
}

.navbar-inverse {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 1px 0 0 rgba(19, 24, 33, 0.05);
}

.navbar a:hover {
  color: #596780 !important;
}

.arrow {
  float: right;
  line-height: 20px;
}

.fa.arrow:before {
  content: "\f104";
}

.active>a>.fa.arrow:before {
  content: "\f107";
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 7px 0;
  font-size: 18px;
  line-height: 20px;
}

.nav-second-level li,
.nav-third-level li {
  border-bottom: none !important;
}

.navbar-top-links li {
  display: inline-block;
  margin-left: 5px;
}

.nav-second-level li a {
  padding-left: 37px;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

.dropdown-menu strong {
  font-weight: 600;
}

.nav-third-level li a {
  padding-left: 55px;
}

#main-menu,
#main-menu .nav {
  background: none;
}

#main-menu .nav {
  padding: 0;
}

#main-menu .nav>li>a {
  background: #fff;
  text-shadow: none;
  color: #777;
  text-transform: capitalize !important;
}

#main-menu>.nav>li {
  border-bottom: 1px dashed #e8eef1;
}

#main-menu .nav>li.active>a {
  background: #ddd;
  color: #e40013;
  font-weight: 700;
}

#main-menu .nav>li.active>a:hover,
#main-menu .nav>li.active>a:focus {
  background: #ddd;
  color: #e40013;
  outline: 0;
}

#main-menu .nav>li>a:hover,
#main-menu .nav>li>a:focus {
  background: #f5f5f5;
  color: #000;
  outline: 0;
}

#main-menu .nav>li>ul>li>a>.arrow {
  line-height: 19px;
}

#main-menu .nav>li.log-off>a:hover i.fa,
#main-menu .nav>li.log-off>a:focus i.fa {
  color: #fff !important;
}

.nav-second-level>li:last-child>a:after,
.nav-third-level>li:last-child>a:after {
  height: 50%;
}

.nav-third-level>li>a:after,
.nav-third-level>li>a:before {
  left: 40px;
}

#menu-left:hover {
  /* max-height: calc(100vh - 9rem); */
  overflow-y: auto;
}

#menu-left .dropdown-menu {
  position: fixed;
  overflow-y: auto;
  height: 100vh;
}

.navbar-side {
  border: none;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-radius: unset;
}

ul.nav.navbar-top-links.navbar-right {
  margin-top: 5px;
}

.navbar-top-links a.dropdown-toggle,
.navbar-top-links a.dropdown-toggle:hover,
.navbar-top-links a.dropdown-toggle:focus {
  background: transparent;
  position: relative;
  color: #a7bdca;
  font-size: 16px;
  border-radius: 2px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}

.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
  font-size: 13px;
}

.navbar-top-links .dropdown-menu li {
  display: block;
  margin: 0;
  border: none;
}

.dropdown-menu>li>a {
  color: #607d8b;
  display: block;
  text-decoration: none;
  padding: 12px 15px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #596780 !important;
  color: #4f6079;
  text-decoration: none;
  background-color: #f6fcff;
}

.text-muted {
  color: #e40013;
}

.dropdown-menu {
  border-color: #e8eef1;
  padding: 0;
  box-shadow: none;
}

li.add-design a {
  background: #e40013;
  color: #fff;
  border-radius: 50px;
  padding: 8px 30px;
}

li.add-design a i {
  color: #ccc;
  margin-right: 5px;
}

a.text-center.btn-bott {
  background: #0088cf;
  color: #fff;
}

a.text-center.btn-bott.green {
  background: #e40013;
}

a.text-center.btn-bott:hover,
a.text-center.btn-bott:focus {
  color: #fff !important;
  background: #0088cf;
}

span.count-notification {
  position: absolute;
  background: #0088cf;
  width: 20px;
  height: 20px;
  top: 0;
  line-height: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

span.count-notification.green {
  background: #e40013;
}

.navbar-top-links a.dropdown-toggle img {
  max-width: 40px;
  margin-left: 10px;
  display: inline-block;
}

#main-menu i.active-job {
  color: #e40013;
}

#main-menu i.pending-job {
  color: #03a9f4;
}

#main-menu i.expire-job {
  color: #dc0202;
}

.row.bg-title {
  background: #fff;
  margin: 0;
  padding: 15px 5px;
  border-bottom: 1px solid #ccc;
}

.row.bg-title h4 {
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.row.bg-title .breadcrumb {
  margin: 0;
  padding: 0;
  background: #fff;
  text-align: right;
  font-size: 13px;
}

.row.bg-title .breadcrumb a {
  color: #e40013;
}

.row.bg-title .breadcrumb>.active {
  color: #62748f;
}

.row.bott-wid {
  margin-bottom: 25px;
}

.widget {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 12px 0;
  -webkit-box-shadow: 0 0 9px 0 rgba(64, 65, 67, 0.05);
  -moz-box-shadow: 0 0 9px 0 rgba(64, 65, 67, 0.05);
  box-shadow: 0 0 9px 0 rgba(64, 65, 67, 0.05);
}

.widget .widget-detail h3 {
  margin-bottom: 4px;
  line-height: 1;
  font-size: 27px;
  margin-top: 0;
}

.widget-caption .col-xs-4.no-pad {
  padding-right: 0;
}

.widget-caption .col-xs-8.no-pad {
  padding-left: 0;
}

.widget.simple-widget i.icon {
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  display: block;
}

.widget-caption {
  display: inline-block;
  width: 100%;
}

.widget .widget-detail {
  width: 100%;
  display: inline-block;
  border-left: 1px solid #eceef3;
  padding-left: 15px;
}

.simple-widget .widget-line {
  margin: 10px 10px 0;
}

.simple-widget .widget-line .widget-horigental-line {
  height: 3px;
  position: relative;
  background: #e6e9ef;
  display: block;
  border-radius: 10px;
}

.widget.unique-widget .widget-detail {
  text-align: right;
  padding-left: 0;
  padding-right: 12px;
}

.widget.unique-widget i.icon {
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  display: table;
  margin: 0 auto;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
}

.widget.unique-widget .widget-caption.info i.icon {
  background: #fff;
  border: 1px solid #2196f3;
  color: #2196f3;
}

.widget.unique-widget .widget-caption.danger i.icon {
  background: #fff;
  border: 1px solid #e20b0b;
  color: #e20b0b;
}

.widget.unique-widget .widget-caption.sucess i.icon {
  background: #fff;
  border: 1px solid #5cb85c;
  color: #5cb85c;
}

.widget.unique-widget .widget-caption.warning i.icon {
  background: #fff;
  border: 1px solid #ff9800;
  color: #ff9800;
}

.recent-jobs-pannel {
  background: #fff;
  padding-bottom: 0;
  border-radius: 6px;
  border: 1px solid #e8eef1;
}

.pannel-header {
  padding: 12px;
  border-bottom: 1px solid #e8eef1;
}

.pannel-header h4 {
  padding: 0;
  margin: 0;
}

.job-lists {
  padding: 12px;
  border-bottom: 1px solid #e8eef1;
  display: block;
  width: 100%;
}

.job-lists:last-child {
  border-bottom: none;
}

.recent-job-box .recent-job-img {
  width: 50px;
  border: 1px solid #e40013;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  float: left;
  margin-right: 10px;
}

.recent-job-caption {
  margin-left: 60px;
}

.recent-job-caption h4 {
  margin: 2px 0 4px;
}

.recent-job-caption p {
  margin: 0;
}

.recent-job-action {
  text-align: center;
}

.recent-job-action a {
  padding: 0 5px;
}

.recent-job-action a.edit i {
  width: 25px;
  height: 25px;
  font-size: 12px;
  border-radius: 50%;
  background: #dff0d8;
  line-height: 25px;
  text-align: center;
  color: #e40013;
}

.recent-job-action a.delete i {
  width: 25px;
  height: 25px;
  font-size: 12px;
  border-radius: 50%;
  background: #f2dede;
  line-height: 25px;
  text-align: center;
  color: #dd2027;
}

.recent-job-action {
  margin-top: 19px;
}

span.recent-job-status {
  color: #e40013;
  font-size: 13px;
}

.job-lists:hover,
.job-lists:focus {
  cursor: pointer;
  background: #f7fafb;
}

.full-followers a {
  display: inline-block;
  width: 100%;
  padding: 12px 10px;
  border-bottom: 1px solid #ebeff2;
}

.full-followers .user-img {
  width: 40px;
  float: left;
  position: relative;
  margin: 10px 10px 15px 0;
}

.full-followers .user-img img {
  max-width: 100%;
}

.full-followers h5 {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 600;
}

.full-followers span.time {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}

.full-followers .user-img i {
  position: absolute;
  right: 3px;
  bottom: -2px;
  font-size: 12px;
}

span.mail-desc {
  font-size: 14px;
}

.full-followers .user-img i.active {
  color: #e40013;
}

.full-followers .user-img i.busy {
  color: #ff9800;
}

.full-followers .user-img i.info {
  color: #2196f3;
}

.full-followers .user-img i.offline {
  color: #e20b0b;
}

.full-followers a {
  color: #62748f;
}

.full-followers a h5 {
  font-weight: 600;
}

.full-followers a:hover,
.full-followers a:focus {
  cursor: pointer;
  background: #f7fafb;
}

#custom-search-input {
  background: #e40013 none repeat scroll 0 0;
  margin: 0;
  padding: 10px;
}

#custom-search-input .search-query {
  background: #f0f0f0 none repeat scroll 0 0 !important;
  height: 33px;
  margin-bottom: 0;
  padding-left: 7px;
  padding-right: 7px;
  box-shadow: none;
  border-radius: 0;
  border-color: #5eda5e;
  color: #fff;
}

#custom-search-input button {
  background: #000 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  color: #b6ffb6;
  left: auto;
  margin-bottom: 0;
  margin-top: 7px;
  padding: 2px 5px;
  position: absolute;
  right: 0;
  z-index: 9999;
}

#custom-search-input .form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

#custom-search-input .form-control:-ms-input-placeholder {
  color: #ccc;
}

#custom-search-input .form-control::-webkit-input-placeholder {
  color: #ccc;
}

.search-query:focus+button {
  z-index: 3;
}

.all_conversation button {
  background: #e1f4e3 none repeat scroll 0 0;
  border: 1px solid #e1f4e3;
  height: 38px;
  text-align: left;
  color: #e40013;
  width: 100%;
}

.all_conversation i {
  background: #e40013 none repeat scroll 0 0;
  border-radius: 100px;
  color: #fff;
  font-size: 17px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.all_conversation .caret {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
}

.all_conversation .dropdown-menu {
  background: #f5f3f3 none repeat scroll 0 0;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
  width: 100%;
}

.all_conversation ul li {
  border-bottom: 1px solid #ddd;
  line-height: normal;
  width: 100%;
}

.all_conversation ul li a:hover {
  background: #ddd none repeat scroll 0 0;
  color: #333;
}

.all_conversation ul li a {
  color: #333;
  line-height: 30px;
  padding: 3px 20px;
}

.member_list .chat-body {
  margin-left: 47px;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  margin-top: 0;
}

.member_list .chat-body b,
strong {
  font-weight: 400;
}

.top_nav {
  overflow: visible;
}

.member_list .contact_sec {
  margin-top: 3px;
}

.member_list li {
  padding: 6px;
}

.member_list ul {
  border: 1px solid #ccc;
}

.badge {
  color: #e40013;
  background-color: #dff0d8;
}

.chat-img img {
  height: 34px;
  margin-top: 6px;
  width: 34px;
}

.member_list li {
  border-bottom: 1px solid #ccc;
  padding: 10px 6px;
}

.member_list li:last-child {
  border-bottom: none;
}

.member_list {
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.sub_menu_ {
  width: 100%;
  background: #f5f3f3 none repeat scroll 0 0;
  border: 1px solid #999;
  display: none;
  left: 100%;
  margin-left: 0;
  max-width: 233px;
  position: absolute;
  top: 0;
}

.all_conversation ul li:hover .sub_menu_ {
  display: block;
}

.new_message_head button {
  background: #999 none repeat scroll 0 0;
  border: medium none;
}

.new_message_head {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #ccc;
  float: left;
  font-size: 13px;
  font-weight: 600;
  padding: 18px 10px;
  width: 100%;
}

.message_section {
  border: 1px solid #ccc;
}

.chat_area {
  float: left;
  height: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  width: 100%;
}

.chat_area li {
  padding: 14px 14px 0;
}

.chat_area li .chat-img1 img {
  height: 40px;
  width: 40px;
}

.chat_area .chat-body1 {
  margin-left: 50px;
}

.admin_chat .chat-body1 p {
  background: #e7ffe7 none repeat scroll 0 0;
  color: #009200;
}

.chat-body1 p {
  background: #e1f5ff;
  padding: 10px;
  color: #1896ca;
}

.chat_area .admin_chat .chat-body1 {
  margin-left: 0;
  margin-right: 50px;
}

.chat_area li:last-child {
  padding-bottom: 10px;
}

.message_write {
  background: #fff none repeat scroll 0 0;
  float: left;
  border-top: 1px solid #ccc;
  padding: 15px;
  width: 100%;
}

.message_write textarea.form-control {
  height: 50px;
  padding: 10px;
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #ccc;
}

.message_write a.pull-right.btn.btn-success {
  background: #e40013;
  border-radius: 50px;
  padding: 10px 50px;
}

a.pull-left.upload_btn {
  color: #e40013;
}

a.pull-left.upload_btn i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #e7ffe7;
  text-align: center;
}

.chat_bottom {
  float: left;
  margin-top: 13px;
  width: 100%;
}

.upload_btn {
  color: #777;
}

.sub_menu_>li a,
.sub_menu_>li {
  float: left;
  width: 100%;
}

.member_list li:hover {
  background: #eff6f9 none repeat scroll 0 0;
  cursor: pointer;
}

.job-box-filter label {
  width: 100%;
}

.job-box-filter label.btn {
  width: unset;
}

.job-box-filter select.input-sm {
  display: inline-block;
  max-width: 320px;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 34px;
  font-size: 15px;
}

.job-box-filter label input.form-control {
  max-width: 320px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 34px;
  margin-left: 5px;
  font-size: 15px;
}

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

.job-box-filter {
  padding: 5px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.job-box {
  background: #fff;
  display: inline-block;
  width: 100%;
  padding: 0 0 40px;
  border: 1px solid #ccc;
}

.job-box-filter a.filtsec {
  margin-top: 8px;
  display: inline-block;
  margin-right: 15px;
  padding: 4px 10px;
  font-family: "Quicksand", sans-serif;
  transition: all ease 0.4s;
  background: #edf0f3;
  border-radius: 50px;
  font-size: 13px;
  color: #81a0b1;
  border: 1px solid #e2e8ef;
}

.job-box-filter a.filtsec.active {
  color: #fff;
  background: #16262c;
  border-color: #16262c;
}

.job-box-filter a.filtsec i {
  color: #03a9f4;
  margin-right: 5px;
}

.job-box-filter a.filtsec:hover,
.job-box-filter a.filtsec:focus {
  color: #fff;
  background: #e40013;
  border-color: #e40013;
}

.job-box-filter a.filtsec:hover i,
.job-box-filter a.filtsec:focus i {
  color: #fff;
}

.job-box-filter h4 i {
  margin-right: 10px;
}

.brows-job-list {
  display: table;
  width: 98%;
  clear: both;
  padding: 5px 0;
  margin: 0 auto 10px;
  border-radius: 6px;
  background: #fff;
  transition: transform 0.3s ease;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px 2px #777;
}

.brows-job-company-img {
  margin: 1px auto;
  display: inline-block;
  vertical-align: middle;
}

.brows-job-company-img img {
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  max-height: 40px;
}

.brows-job-position {
  padding: 0 15px;
}

.brows-job-position h3 {
  color: #5b6d77;
  font-size: 23px;
  padding: 0;
}

.brows-job-location,
.job-action {
  margin-top: 23px;
}

.table .job-action {
  margin-top: 0;
}

.brows-job-position p span {
  margin-top: 12px;
  margin-right: 20px;
}

.brows-job-location p,
.brows-job-position p span {
  color: #5a6f7c;
}

.brows-job-location p i {
  font-size: 16px;
  margin-right: 10px;
}

.brows-job-position p .brows-job-status {
  margin-right: 0;
  color: #e40013;
}

.brows-job-position p .brows-job-status strong {
  font-weight: 600;
  color: #62748f;
}

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

.job-action a.edit i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #dff0d8;
  line-height: 36px;
  text-align: center;
  color: #07b107;
  border: 1px solid;
}


.job-action a.delete i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f2dede;
  line-height: 36px;
  text-align: center;
  color: #dd2027;
  border: 1px solid;
}

.job-action a.copy i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  /*background: #337ab7;*/
  line-height: 36px;
  text-align: center;
  color: #2e6da4;
  border: 1px solid;
}

.inbox-message ul {
  padding: 0;
  margin: 0;
}

.inbox-message ul li {
  list-style: none;
  position: relative;
  padding: 15px 20px;
  border-bottom: 1px solid #e8eef1;
}

.inbox-message ul li:hover,
.inbox-message ul li:focus {
  background: #eff6f9;
}

.inbox-message .message-avatar {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.message-avatar img {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.inbox-message .message-body {
  margin-left: 85px;
  font-size: 15px;
  color: #62748f;
}

.message-body-heading h5 {
  font-weight: 600;
  display: inline-block;
  color: #62748f;
  margin: 0 0 7px;
  padding: 0;
}

.message-body h5 span {
  border-radius: 50px;
  line-height: 14px;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  padding: 4px 10px;
  margin-left: 5px;
  margin-top: -5px;
}

.message-body h5 span.unread {
  background: #e40013;
}

.message-body h5 span.important {
  background: #dd2027;
}

.message-body h5 span.pending {
  background: #2196f3;
}

.message-body-heading span {
  float: right;
  color: #62748f;
  font-size: 14px;
}

.messages-inbox .message-body p {
  margin: 0;
  padding: 0;
  line-height: 27px;
  font-size: 15px;
}

.row.no-ext-mrg {
  margin: 0;
}

.candidate-box {
  background: #fff;
  padding: 20px 0 0;
  border: 1px solid #e8eef1;
  border-radius: 4px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 7px 0 rgba(64, 65, 67, 0.05);
  -moz-box-shadow: 0 0 7px 0 rgba(64, 65, 67, 0.05);
  box-shadow: 0 0 7px 0 rgba(64, 65, 67, 0.05);
}

.top-box {
  width: 100%;
  display: inline-block;
  padding: 7px 12px;
  position: relative;
}

.top-box i {
  position: absolute;
  width: 35px;
  height: 35px;
  font-size: 17px;
  border-radius: 50%;
  background: #d9edf7;
  color: #03a9f4;
  text-align: center;
  line-height: 35px;
}

.candidate-action {
  text-align: right;
  width: 100%;
  display: inline-block;
}

.candidate-caption {
  text-align: center;
  padding-bottom: 30px;
}

.candidate-caption h4 {
  margin-bottom: 3px;
}

.candidate-footer {
  padding: 12px 10px;
  font-family: "Quicksand", sans-serif;
  border-top: 1px solid #e8eef1;
}

.candidate-footer span.can-type {
  text-align: right;
  float: right;
}

.add-job_container .job-box {
  margin-bottom: 10px;
}

.row.no-ext-mrg.sm-plix {
  margin-bottom: 10px;
}

.add-job_container .form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.add-job_container .form-control:-ms-input-placeholder {
  color: #ccc;
}

.add-job_container .form-control::-webkit-input-placeholder {
  color: #ccc;
}

.add-job_container .form-control {
  color: #333;
  font-size: 14px;
  box-shadow: none;
  border-radius: 2px;
  border: 1px solid #ccc;
}

.add-job_container textarea.form-control.textarea {
  height: 120px;
}

.color-c8c8c8 {
  color: #c8c8c8 !important;
}

h5.sl-profile i {
  font-size: 15px;
  margin-right: 7px;
}

.wysihtml5-toolbar a.btn {
  background: #e8edf1;
  color: #35434e;
  margin-right: 5px;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../img/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-list {
  background-position: -360px -48px;
}

.drop-file i {
  font-size: 3em;
  margin: 20px auto 0;
  text-align: center;
  display: block;
  color: #e40013;
}

.dz-default.dz-message {
  font-size: 22px;
}

a.button.submit {
  margin: 0 auto;
  display: table;
  padding: 12px 25px;
  background: #e40013;
  color: #fff;
  text-transform: capitalize;
  font-size: 17px;
  border-radius: 50px;
  min-width: 160px;
  text-align: center;
}

button.submit {
  margin: 0 auto;
  display: table;
  padding: 12px 25px;
  background: #e40013;
  color: #fff;
  text-transform: capitalize;
  font-size: 17px;
  border-radius: 50px;
  min-width: 160px;
  text-align: center;
}

.main-profile-detail {
  padding: 3em 0 0;
  text-align: center;
}

.main-profile-detail img {
  max-width: 140px;
  border: 3px solid #e40013;
  display: table;
  margin: 10px auto;
}

span.btn.btn-default.btn-file {
  display: block;
  max-width: 155px;
  margin: 15px auto;
  border-radius: 50px;
  padding: 10px 20px;
  border: 1px solid #e40013;
  color: #e40013;
  font-size: 17px;
}

span.btn.btn-default.btn-file:hover,
span.btn.btn-default.btn-file:focus {
  background: #e40013;
  color: #fff;
}

.main-profile-detail h4 {
  font-weight: 600;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: #fff;
  cursor: inherit;
  display: block;
}

.log-off-wrap {
  padding: 3em 2em 2em;
  margin: 4em auto 2em;
  border: 1px solid #e40013;
}

.log-off-wrap .form-control {
  margin-bottom: 12px;
}

.log-off-wrap button.btn.btn-logoff {
  display: table;
  margin: 10px auto 0;
  min-width: 140px;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  font-size: 17px;
  background: #e40013;
  border: 1px solid #e40013;
}

.log-off-wrap img {
  margin: 0 auto 20px;
  max-width: 177px;
  display: table;
}

footer.main-footer {
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
}

footer.main-footer a {
  color: #e40013;
}

@media (min-width: 768px) {
  #page-wrapper {
    margin: 0 0 0 260px;
    padding: 0 0 100px 0;
  }

  .navbar-side {
    z-index: 1;
    width: 260px;
    height: 100vh;
    overflow: hidden;
    position: fixed;
  }

  #page-inner {
    width: 100%;
    margin: 10px 20px 10px 0;
    background-color: #f0f0f0 !important;
    padding: 15px;
    min-height: 678px;
  }

  #page-inner.modalopen {
    min-height: 100px;
  }

  #main-menu .nav>li.log-off {
    border-bottom: none;
  }

  #main-menu .nav>li.log-off>a {
    background: #e40013;
    position: fixed;
    bottom: 0;
    width: 260px;
    color: #fff;
    height: 60px;
  }

  #main-menu .nav>li.log-off i.fa {
    color: #fff;
  }

  #main-menu .nav>li.li-lasted {
    margin-bottom: 100px;
    color: #fff;
    border-bottom: none;
  }

  .chat_area {
    height: 400px;
  }

  .member_list {
    height: 505px;
  }

  footer.main-footer {
    margin-left: 260px;
  }

  #carousel-custom .carousel-inner {
    height: 550px;
  }
}

@media (max-width: 767px) {
  #page-wrapper {
    padding: 0 0 50px 0;
  }

  .sidebar-collapse {
    display: none;
  }

  .navbar {
    min-height: 0 !important;
    margin-bottom: 0 !important;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #d1dce4;
  }

  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #fff;
    border-color: #fff;
  }

  .navbar-inverse .navbar-toggle {
    border-color: #fff;
    background: #fff;
  }

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

  .row.bg-title {
    border: 1px solid #ccc;
  }

  .log-off-wrap {
    padding: 3em 1em 2em;
  }

  ul.dropdown-menu.dropdown-alerts {
    width: 260px;
    margin-left: -40px;
  }

  ul.dropdown-menu.dropdown-messages {
    width: 260px;
  }

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

  .job-box-filter .col-md-6.col-sm-6 {
    margin-bottom: 10px;
  }

  .brows-job-list {
    text-align: center;
    padding-bottom: 20px;
  }

  .job-box-filter a.filtsec {
    margin-right: 5px;
  }

  .navbar-brand img {
    max-width: 200px;
    margin: 5px;
  }

  #carousel-custom .carousel-inner {
    height: 300px;
  }
}

.outzone .dz-preview .dz-details .dz-filename span,
.outzone .dz-preview .dz-details .dz-size span {
  background-color: #ccc;
  padding: 0 0.4em;
  border-radius: 3px;
}

.outzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.outzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.outzone .dz-preview .dz-image img {
  display: block;
}

.outzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.outzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.nav.nav-pills.nav-stacked {
  margin-bottom: 40px;
}

#page-inner .row {
  margin-right: -3px;
  margin-left: -3px;
}

.has-error .control-label,
.text-red {
  color: red;
}

.form-group {
  margin-bottom: 0;
}

h5 {
  font-weight: 700;
}

.has-feedback .form-control-feedback {
  font-size: 20px;
}

.add-job_container .img-responsive.img-thumbnail {
  max-height: 50px;
}

.add-job_container .img-responsive.img-thumbnail-detail {
  max-height: 100px;
}

.datetime-picker-dropdown>li.date-picker-menu div>table .btn-default {
  border: 0;
}

.light-gallery {
  list-style: none outside none;
  padding-left: 0;
}

.light-gallery li {
  display: block;
  float: left;
  margin-right: 6px;
}

.bg-dark {
  background-color: #343a40 !important;
}

#carousel-custom {
  width: 100%;
}

#carousel-custom .carousel-indicators {
  margin: 10px 0 0;
  overflow: auto;
  position: static;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

#carousel-custom .carousel-inner>.item {
  position: relative;
  -webkit-transition: 0.1s ease-in-out left;
  -o-transition: 0.1s ease-in-out left;
  transition: 0.1s ease-in-out left;
}

#carousel-custom .carousel-inner {
  background: #333;
}

#carousel-custom .carousel-inner .item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

#carousel-custom .carousel-inner .item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

#carousel-custom .carousel-indicators li {
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  margin-right: 15px;
  margin-bottom: 15px;
  width: auto;
}

#carousel-custom .carousel-indicators li img {
  border: #fff 1px solid;
  display: block;
  opacity: 0.5;
  height: 100px;
}

#carousel-custom .carousel-indicators li.active img {
  opacity: 1;
  border: #e20b0b 1px solid;
}

#carousel-custom .carousel-indicators li:hover img {
  opacity: 0.75;
}

#carousel-custom .carousel-outer {
  position: relative;
}

.carousel-control.left {
  background-image: none;
  width: 54px;
  height: 54px;
  top: 40%;
  left: 20px;
  margin-top: -27px;
  line-height: 54px;
  border: 2px solid #fff;
  opacity: 1;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in-out 0;
  -o-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}

.carousel-control.right {
  background-image: none;
  width: 54px;
  height: 54px;
  top: 40%;
  right: 20px;
  margin-top: -27px;
  line-height: 54px;
  border: 2px solid #fff;
  opacity: 1;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in-out 0;
  -o-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}

#page-inner .table thead th {
  text-align: center;
}

#page-inner .table tbody td {
  vertical-align: middle;
  padding: 2px 8px;
}

#page-inner .table .col-index {
  width: 70px;
}

#page-inner .table .col-button {
  width: 102px;
}

.ui-select-match {
  outline: none;
}

.ui-select-placeholder.text-muted,
.ui-select-bootstrap .ui-select-match-text {
  color: #333;
  font-size: 15px;
  height: 40px;
  position: absolute;
}

.add-job_container label,
.job-box-filter label {
  margin: 10px 0 5px;
}

.btn-group {
  outline: none;
}

.add-job_container .btn-group label.btn {
  margin: 3px 0;
}

.add-job_container label.radio-inline {
  margin: 0;
}

#page-wrapper h4 {
  margin-bottom: 5px;
  margin-top: 5px;
}

#page-wrapper h5 {
  margin: 10px 0 5px;
}

.material-switch>input[type="checkbox"] {
  display: none;
}

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

.material-switch>label::before {
  background: #000;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: "";
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.material-switch>label::after {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  content: "";
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
  background: inherit;
  opacity: 0.5;
}

.material-switch>input[type="checkbox"]:checked+label::after {
  background: inherit;
  left: 20px;
}

table tr.pointer {
  cursor: pointer;
}

table.table-bordered.table-hover>thead {
  background-color: #0088cf;
  color: #fff;
}

.table-bordered.table-detail>tbody>tr>th {
  background-color: #eee;
}

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  clear: both;
  display: block;
  padding: 4px 6px;
  color: #555;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}

.btn-default.active {
  color: #fff;
  font-weight: 700;
}

.btn-default.active,
.btn-default.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-danger.active,
.btn-danger.active:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-success.active,
.btn-success.active:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-primary.active,
.btn-primary.active:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-active,
.btn-active.active,
.btn-active.active:hover {
  color: #fff;
  background-color: #92d050;
  border-color: #92d050;
}

.btn-secondary,
.btn-secondary.active,
.btn-secondary.active:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

textarea:focus,
.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
tags-input .tags.focused {
  background-color: #fcfade;
  border: 1px solid #ccc;
}

.cursor-p {
  cursor: pointer !important;
}

.search-title:hover {
  color: #000;
}

.search-title i {
  font-size: 30px;
}

.search-title span {
  font-size: 20px;
}

.sort-title span {
  font-size: 16px;
  color: #337ab7;
}

.dropdown-menu {
  top: unset;
}

.job-box-filter .table-info {
  margin-top: 6px;
}

.checkboxcontainer input {
  display: none;
}

.checkboxcontainer {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  user-select: none;

}

.checkbox_custom {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: 50px;
  top: -5px;
  border: 1px solid #999;
}

.checkboxcontainer .checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #999;
}

.checkboxcontainer input:checked+.checkmark {
  background-color: #1390e5;
  border: 1px solid #1390e5;
}

.checkboxcontainer input:indeterminate+.checkmark {
  background-color: #1390e5;
  border: 1px solid #1390e5;
}

.checkboxcontainer input:checked+.checkmark:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 11px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.checkboxcontainer input:checked:disabled+.checkmark {
  border: 1px solid grey;
  background-color: grey;
}

.checkboxcontainer input:disabled+.checkmark {
  border: 1px solid grey;
}

.checkboxcontainer input:indeterminate+.checkmark:after {
  content: "";
  position: absolute;
  height: 0;
  width: 11px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}

.table-order:hover {
  color: #ddd;
}

.table-order {
  cursor: pointer !important;
  text-decoration: underline !important;
}

.btn-default.active .text-info {
  color: #fff;
}

.ngdialog.ngdialog-theme-default {
  padding-top: 60px;
}

.ngdialog-open {
  height: auto !important;
}

.break-line {
  white-space: pre-wrap;
}

.break-line-white-space {
  white-space: normal !important;
}

#login-container {
  max-width: 1200px;
  margin: 0 auto;
}

#page-wrapper.login,
#login-container .row {
  margin: 0 0 0 0;
  padding: 0;
}

#page-wrapper.login .job-box {
  background: none;
  border: none;
}

#page-wrapper.login .job-box .log-off-wrap {
  background: #fff;
}

.divImageClose {
  position: relative;
  display: inline-block;
}

.divImageClose .button-close {
  position: absolute;
  bottom: 5px;
  right: -40px;
  z-index: 100;
}

/* tag input */
.tags-input .tags {
  border: 1px solid #ccc;
  box-shadow: none;
}

.tags-input .tags .tag-item {
  background: none;
}

#page-inner .table-layout {
  table-layout: fixed;
}

.custom-circle-wrap {
  margin: 40px auto;
  width: 200px;
  height: 200px;
  background: #3498db;
  border-radius: 50%;
}

.custom-circle-wrap .circle .mask,
.custom-circle-wrap .circle .fill {
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 50%;
}

.custom-circle-wrap .inside-circle h2 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 36px;
  /* font-weight: bold; */
  color: red;
}

.custom-circle-wrap .inside-circle span {
  font-size: 18px;
  color: dimgray;
}

.custom-circle-wrap .inside-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 2em;
}

.custom-flat-ui {
  color: #fff;
}

.custom-flat-ui h3 {
  color: #000;
}

.custom-flat-ui .orange {
  background-color: #F1C40F;
  border-color: #F39C12
}

.custom-flat-ui .pumpkin {
  background-color: #E67E22;
  border-color: #D35400
}

.custom-flat-ui .belize {
  background-color: #3498DB;
  border-color: #2980B9
}

.custom-flat-ui .wisteria {
  background-color: #9B59B6;
  border-color: #8E44AD
}

.custom-flat-ui .GREENSEA {
  background-color: #1ABC9C;
  border-color: #16A085
}

.custom-flat-ui .REDALERT {
  background-color: #b80e0e;
  border-color: #970e0e
}

.word-break {
  word-break: break-all;
}

.break-line {
  white-space: pre-line;
}

.none-outline {
  outline: none !important;
}


.category-group {
  margin-top: 10px;
  padding: 0;
  word-break: break-word;
}

.category-item {
  margin-right: 10px;
  line-height: 1;
  padding: 0 8px !important;
}

.category-item span {
  line-height: 2;
}

.category-item i.glyphicon {
  line-height: 2
}

.category-group>.btn-group {
  display: flex;
  flex-flow: row wrap;
}

.btn-purple {
  background: #9b59b6;
  border-color: #9b59b6;
  color: #fff;
}

.btn-purple:hover {
  background: #8e44ad;
  border-color: #8e44ad;
  color: #fff;
}

.btn-gray {
  background: #9d9d9d;
  border-color: #777777;
  color: #fff;
}

.btn-gray:hover {
  background: #777777;
  border-color: #777777;
  color: #fff;
}

.d-flex {
  display: flex !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.ml-auto {
  margin-left: auto !important;
}

.tab-language .nav-tabs>li.active>a,
.tab-language .nav-tabs>li.active>a:hover,
.tab-language .nav-tabs>li.active>a:focus {
  background-color: #ddd;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.badge.menu-total {
  background-color: red;
  color: white;
}

.alert-data-pass {
  background-color: #b80e0e;
  border-color: #970e0e;
  color: white;
}

/* The input-radio */
.input-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.input-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.input-radio:hover input~.checkmark-radio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.input-radio input:checked~.checkmark-radio {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.input-radio input:checked~.checkmark-radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.input-radio .checkmark-radio:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.btn:focus {
  outline: unset;
}

.btn-success:focus {
  border-color: #449d44;
}

.btn-warning:focus {
  border-color: #eea236;
}

.batch-time {
  background-color: #fff;
}

.batch-time .table thead th {
  text-align: left !important;
}

.batch-time .table tbody {
  color: #000;
}

.custom-select .dropdown-custom-select {
  list-style: none;
  padding: 0;
  display: none;
}

.dropdown-custom-select .img-wrapper,
.placeholder .img-wrapper {
  display: inline-block;
  max-width: 30px;
}

.dropdown-custom-select img,
.placeholder img {
  max-width: 100%;
}

.placeholder {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  position: relative;
}

.placeholder::before,
.placeholder::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 10px;
  background-color: #aaa;
  position: absolute;
  right: 0;
}

.placeholder::before {
  transform: rotate(45deg);
  right: 20px;
}

.placeholder::after {
  transform: rotate(-45deg);
  right: 15px;
}

.custom-select.active .placeholder::after {
  right: 20px;
}

.custom-select.active .placeholder::before {
  right: 15px;
}

.custom-select.active .dropdown-custom-select {
  display: flex;
  flex-direction: column;
  box-shadow: 1px 1px 6px 1px #ddd;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  min-width: 130px;
  z-index: 1000;
}

.dropdown-custom-select li {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  transition: all 0.3s ease;

}

.dropdown-custom-select li:not(:last-child) {
  border-bottom: 1px solid #aaa;
}

.dropdown-custom-select li.cursor-p:hover {
  box-shadow: 0px 0px 11px 1px rgba(182, 182, 182, 0.75) inset;
}

.custom-select {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  width: 130px;
}

.wrapper {
  display: inline-flex;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  align-items: center;
}

.ui-select-choices-group {
  display: contents !important;
}

select[disabled] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.progress-download {
  position: absolute;
  left: 198px;
  top: 14px;
  z-index: 3;
}

.min-height-0 {
  min-height: 0 !important;
}