﻿/*!
 * fireshell
 * Fiercely quick and opinionated front-ends
 * http://getfireshell.com
 * @author Todd Motto
 * @version 1.0.0
 * Copyright 2013. MIT licensed.
 */

@charset "UTF-8";

@charset "UTF-8";

/* BEGIN Light */
@font-face {
  font-family: Roboto;
  src: url("../fonts/Light/Roboto-Light.woff2?v=1.1.0") format("woff2"), url("../fonts/Light/Roboto-Light.woff?v=1.1.0") format("woff"), url("../fonts/Light/Roboto-Light.ttf?v=1.1.0") format("truetype");
  font-weight: 300;
  font-style: normal;
}

/* END Light */
/* BEGIN Regular */
@font-face {
  font-family: Roboto;
  src: url("../fonts/Regular/Roboto-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/Regular/Roboto-Regular.woff?v=1.1.0") format("woff"), url("../fonts/Regular/Roboto-Regular.ttf?v=1.1.0") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url("../fonts/Regular/Roboto-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/Regular/Roboto-Regular.woff?v=1.1.0") format("woff"), url("../fonts/Regular/Roboto-Regular.ttf?v=1.1.0") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* END Regular */
/* BEGIN Medium */
@font-face {
  font-family: Roboto;
  src: url("../fonts/Medium/Roboto-Medium.woff2?v=1.1.0") format("woff2"), url("../fonts/Medium/Roboto-Medium.woff?v=1.1.0") format("woff"), url("../fonts/Medium/Roboto-Medium.ttf?v=1.1.0") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* END Medium */
/* BEGIN Bold */
@font-face {
  font-family: Roboto;
  src: url("../fonts/Bold/Roboto-Bold.woff2?v=1.1.0") format("woff2"), url("../fonts/Bold/Roboto-Bold.woff?v=1.1.0") format("woff"), url("../fonts/Bold/Roboto-Bold.ttf?v=1.1.0") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url("../fonts/Bold/Roboto-Bold.woff2?v=1.1.0") format("woff2"), url("../fonts/Bold/Roboto-Bold.woff?v=1.1.0") format("woff"), url("../fonts/Bold/Roboto-Bold.ttf?v=1.1.0") format("truetype");
  font-weight: bold;
  font-style: normal;
}


@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot);
  src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/bootstrap/glyphicons-halflings-regular.woff2) format('woff2'),
    url(../fonts/bootstrap/glyphicons-halflings-regular.woff) format('woff'),
    url(../fonts/bootstrap/glyphicons-halflings-regular.ttf) format('truetype');
}

* {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 14px;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}

/* SASS / Social Media Brand Colors */
/*-----------extra colors--------------*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  cursor: pointer;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
  background-color: #f00;
  border: 1px solid #f00;
}


button[disabled]:hover,
html input[disabled]:hover {
  background-color: #f00;
  border: 1px solid #f00;

}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  border-radius: 10px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
  /* border-color: #ccc; */
}


div.ui-widget.ui-widget-content {
  border-radius: 10px;
  border: 0.5px solid #FCFBFC;
  background: #FFF;
  padding: 0;
  box-shadow: 0px 0.5px 1px 0px rgba(0, 0, 0, 0.25);
}

div.ui-dialog .ui-dialog-titlebar {
  border-radius: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

div.ui-dialog .ui-dialog-titlebar-close {
  background: unset;
  border: none;
}

div.ui-dialog .ui-dialog-titlebar-close:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  background-image: url("../img/close.png");
  background-size: contain;
}

a.paginate_button.current {
  background-color: #333399;
  color: white;
}

a.paginate_button {
  border: 1px solid black;
  color: #333399;
  padding: 4px 10px;
  margin: 0 5px;
}

a#hiring_tbl_next {
  border: 1px solid black;
  color: #333399;
  padding: 4px 10px;
}

a#hiring_tbl_previous {
  border: 1px solid black;
  color: #333399;
  padding: 4px 10px;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }


  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #363659;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.dropdown-menu {
  border: none;
  border-radius: 10px;
}

a {
  color: #333399;
  text-decoration: none;
  text-shadow: 0 0 0 #008cc9;
}

a:hover,
a:focus {
  color: #00577d;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}


/* Chat CSS */
.left-sidebar img {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 11px;
}

.head-chat a {
  font-size: 7px;
  padding: 11px;
  background: #333399;
  margin: 4px;
  color: #fff !important;
  border-radius: 20px;
}

.modal-content {
  max-height: 417px;
  height: 100%;
  overflow: auto;
}

.user-img img {
  border-radius: 52px;
  height: 35px;
  width: 35px;
}

button.tox-tbtn {
  position: relative !important;
}

.tox .tox-edit-area__iframe {
  position: absolute;
  width: 100%;
  padding-left: 48px;
}

.tox .tox-edit-area {
  position: relative;
}

.tox.tox-tinymce.tox-tinymce--toolbar-bottom {
  height: 100px;
}

.tox-editor-header {
  position: absolute;
  padding-right: 0;
  z-index: 999;
  top: -2px;
}

.tox-editor-header {
  position: absolute;
  z-index: 999;
}

.tox-editor-header {
  position: absolute !important;
}

/* Chat End CSS */

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

label {
  font-weight: 400;
  color: #666;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
}

.cke_chrome {
  border-radius: 10px;
  overflow: hidden;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: "";
  display: table;
}

.nav:after {
  clear: both;
}

.nav>li {
  position: relative;
  display: inline-block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 15px 10px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav>li.disabled>a {
  color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eeeeee;
  border-color: #008cc9;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 2px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #008cc9;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {

  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 2px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {

  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #f5f5f5;
  }
}


.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 60px;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 400px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.navbar-brand {
  padding: 5px 0;
  cursor: pointer;
  text-align: center;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {

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

.navbar-toggle {
  position: relative;
  float: left;
  margin-right: 0px;
  padding: 5px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}

.navbar-toggle:focus {
  outline: 0;
}

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

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

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 10px -10px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #28287b;
    border: 0;
    box-shadow: none;
    padding-bottom: 10px;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

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

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 1006px) {
  .navbar-nav {
    float: right;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

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

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  margin-top: 11px;
  margin-bottom: 11px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

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

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 11px;
  margin-bottom: 11px;
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
  margin-top: 16px;
  margin-bottom: 16px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
  margin-top: 19px;
  margin-bottom: 19px;
}

.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

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

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #28287b;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

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

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

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

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

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #28287b;
  color: #fff;
}

/*task list*/
#viewDeveloperTime h4.modal-title {
  text-align: center;
  padding-top: 16px;
  font-weight: 400;
}

.profile-details span {
  font-weight: 500;
  padding-right: 9px;
}

/*task list css end*/

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #2f74b5;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

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

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff !important;
    background-color: unset;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 0;
  margin-bottom: 10px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb>.active {
  color: #777777;
}


.header-wrap {
  width: 100%;
}

.header {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1030;
}

.main-nav {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {}

.navbar-inverse {
  padding: 0;
  transition: all .3s;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .header-right {
    float: right;
  }
}

.navigation {
  padding: 0;
  margin: 0;
}

.navigation>li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navigation>li>a {
  display: block;
  color: #fff;
  padding: 6px 0;
  position: relative;
}

.navigation>li>a:hover,
.navigation>li>a.active {
  color: #cc3333;
}

@media (min-width: 768px) {
  .navigation {
    float: left;
    padding: 11px 0;
    list-style-type: none;
  }

  .navigation>li {
    float: left;
    height: 37px;
    line-height: 28px;
    padding: 0px 20px;
    color: #fff;
  }

  .navigation>li>a {
    font-size: 16px;
    transition: all .5s;
  }

  .navigation .dropdown-toggle {
    color: #fff;
  }

  .navigation .open>.dropdown-menu {
    left: auto;
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .navigation>li>a {
    font-size: 16px;
    padding: 7px 12px;
  }
}

.navigation>li:last-child {
  border-left: thin solid #4444b1;
}

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

.navigation>li>a.active:before {
  content: '';
  position: absolute;
  background: url("../img/oil-drop.png");
  background-repeat: no-repeat;
  width: 12px;
  height: 21px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0px;
}

@media (max-width: 1024px) {
  .navigation>li>a.active:before {
    background-size: 80%;
    height: 17px;
  }
}

@media (max-width: 767px) {
  .navigation>li>a.active:before {
    display: none;
  }
}








.checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
}

.checkbox input[type=checkbox]+label {
  position: relative;
  display: block;
  padding: 0 0 0 26px;
  cursor: pointer;
}

.checkbox input[type=checkbox]+label:before {
  display: block;
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  width: 5px;
  height: 13px;
  border: solid black;
  border-width: 0 2px 3px 0;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
}

.checkbox input[type=checkbox]+label:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #D1D1D1;
}

.checkbox input[type=checkbox]:disabled+label {
  cursor: not-allowed;
}

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

.checkbox input[type=checkbox]:disabled+label:after {
  background: #999;
  border-color: #D4DDE6;
}

.checkbox input[type=checkbox]:disabled:checked+label:before {
  border-color: #999;
  opacity: 1;
}

.checkbox input[type=checkbox]:disabled:checked+label:after {
  background: #EEEEF0;
  border-color: #ddd;
}

.checkbox input[type=checkbox]:checked+label:before {
  border-color: #008cc9;
  opacity: 1;
}

.leave-modals .leave-filds {
  margin-bottom: 15px;
}

.leave-modals .leave-filds h6 {
  font-size: 16px;
  font-weight: 500;
}


#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow: auto;
  padding: 30px;
}

#popup .popup-content {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  position: relative;
  font-size: 16px;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

#popup .popup-content .close-button {
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  top: 10px;
  right: 15px;
}

#devTimeEstiMod select.form-control {
  padding-left: 5px;
}

li.avatar-box {
  display: flex;
}

@media (max-width: 767px) {

  #popup {
    align-items: flex-start;
  }

  .navbar-brand {
    width: 40%;
  }

  .dashbord-header .navbar-header {
    padding-left: 10px;
  }
}

.navbar-brand img {
  transition: all 0.3s;
  max-height: 48px;
}

.navbar-toggle {
  float: right;
  border: none;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background: transparent;
}

.user-nav {
  height: 60px;
  padding: 12px 0;
  position: relative;
}

@media (min-width: 768px) {
  .user-nav {
    float: left;
    margin: 0;
  }
}

.user-nav>a {
  float: left;
}


@media (max-width: 1024px) {
  .header-right {
    padding-top: 10px;
  }
}

@media (max-width: 1005px) {
  table h4 {
    font-size: 15px;
    white-space: normal;
  }

  .navbar-inverse .navbar-nav>li>a {
    border-radius: 10px;
  }

  .navbar-nav {
    margin: 10px 0;
    width: 100%;
  }

  #navbar .dropdown-menu li a {
    color: #fff;
  }

  .navbar-nav>li {
    width: 100%;
  }

  .navbar-inverse .navbar-nav>li>a.dropdown-toggle {
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .navbar-nav>li>.dropdown-menu {
    position: relative;
    width: 100%;
    background-color: #28287b;
    border-radius: 0;
    padding-left: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: none;
  }

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

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }

  .navbar-header {
    float: none;
  }

  .main-nav {
    width: 100%;
  }

  .navigation>li {
    width: 100%;
  }

  .header-right {
    float: left;
  }

  .navbar-collapse.collapse.in {
    border-top: none;
  }

  .navigation>li>a.active:before {
    display: none;
  }

  .navigation>li:last-child {
    border: none;
  }
}

/*----------------header animation--------------------*/

/*----------------footer--------------------*/

footer {
  background: #333399;
  color: #fff;
  font-size: 20px;
  padding: 15px 0;
  width: 100%;
  float: left;
  z-index: 99;
}

footer p {
  margin-bottom: 0px;
  font-size: 16px;
}

@media (max-width: 767px) {
  footer {
    font-size: 16px;
  }
}

/*----------------end footer--------------------*/


.has-error>.error-msz {
  display: block;
}

.signin-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 114px);
}

.forms {
  border-radius: 10px;
  border: 0.5px solid #FCFBFC;
  background: #FFF;
  box-shadow: 0px 0.5px 1px 0px rgba(0, 0, 0, 0.25);
  max-width: 550px;
  width: 100%;
  margin: auto;
}


.forms .nav-tabs {
  text-align: center;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .forms .nav-tabs {
    padding-top: 0px;
  }
}

.forms .nav-tabs li {
  display: inline-block;
  float: none;
  width: 25%;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .forms .nav-tabs li {
    width: 49%;
  }
}

.forms .nav-tabs li a {
  color: #333;
  font-weight: 500;
  font-size: 16px;
}



.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #333399;
  border: none;
  border-bottom: 2px solid #333399;
  background: none;
}

.change-pass form#frm,
#home form#frm {
  padding: 40px;
}

.change-pass form#frm .btn,
#home form#frm .btn {
  width: 100%;
}

form#frm .btn-file {
  width: calc(100% - 60px);
}

.profile-info form#frm .btn-file {
  max-width: 300px;
}


form#frm .input-group-btn {
  width: 60px;
}


.input-file .input-group {
  display: flex;
}

.input-file .input-group .btn-file {
  width: calc(100% - 37px);
  text-align: left;
  background-color: #fff;
  border-color: #333399;
  min-height: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-file .input-group .input-group-btn .btn {
  height: 100%;
  min-width: 60px;
  margin: 0;
}

.input-file .input-group .input-group-btn .btn-remove {
  background-color: rgb(184, 9, 9);
  border-color: rgb(184, 9, 9);
}

.page-title-inner-right {
  display: flex;
  gap: 5px;
}

@media (max-width: 767px) {
  .form-elements {
    padding: 30px 5px;
  }

  .table-responsive {
    border: none;
  }
}

.form-control {
  width: 100%;
  text-indent: 0px;
  min-height: 40px;
  border: 1px solid #333399;
  border-radius: 12px;
  /* -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; */
  padding: 6px 15px;
}

.mt-10 {
  margin-top: 10px;
}

.comments-box .form-control {
  border-radius: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  height: auto;
}

.form-footer {
  color: #333;
  font-size: 14px;
  margin-top: 30px;
}

.form-footer p {
  margin-bottom: 0px;
}

.form-footer span {
  color: #2f74b5;
  display: inline-block;
}

.tab-content>.active:focus,
.form-btn:focus {
  outline: none;
}

.form-control:focus {
  outline: none;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888888;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #888888;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #888888;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #888888;
}

.projectBtn {
  text-align: justify;
  color: #fff !important;
  margin: 1px 8px;
  border-radius: 13px;
  padding: 6px 0px;
}

/*--------------change password-----------------*/
.forms.change-pass h4,
.forms.recover-pass h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #333399;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.forms.recover-pass {
  color: #888888;
  font-size: 14px;
}

.forms.recover-pass span {
  padding-bottom: 24px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #888888;
}

.forms.recover-pass h4 {
  padding-bottom: 0px;
}

.forms.recover-pass .form-footer {
  padding-top: 0px;
}

.forms.change-pass .form-btn {
  margin-top: 0px;
}



@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

html,
body {
  height: 100%;
}

body {
  background: #f6f6fb;
}

small {
  color: #999;
  font-size: 12px;
}

.hiring-details .projectBtn {
  display: flex;
}

.hiring-details .projectBtn input {
  max-width: 150px;
  margin-right: 2px;
}

.form-btn {
  color: #fff;
  background: #333399;
  padding: 10px 5px;
  width: 100%;
  margin-top: 10px;
  border: thin solid #333399;
  display: inline-block;
  border-radius: 10px;
  transition: all .5s;
  text-transform: uppercase;
  font-size: 20px;
  max-width: 200px;
  margin-bottom: 10px;

}

.form-btn:hover {
  background: #fff;
  color: #333399;
}


footer {
  position: relative;
  bottom: 0;
  z-index: 1030
}

.dashboard {
  float: right;
}

/*-----------header,footer,login,signup--------------*/

.wrapper {
  position: relative;
  height: auto;
  min-height: 100%;
}

.wrapper .navbar-inverse {
  margin-bottom: 0px;
}


.social-icons li a i {
  color: #ffffff;
}

.dashbord-header .navbar-header {
  /* padding-left: 30px; */
}


/*.form-elements div{
  padding: 5px 0px;
}*/
.navbar-brand2 {
  display: none;
}





/*-----------------------dashbord-----------------*/
.header-wrap {
  position: relative;
  z-index: 1030;
}


.content {
  margin-left: 240px;
}

.menu-sidebar.siderbar-content {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 90px;
  min-height: 100%;
  z-index: 810;
  width: 240px;
  -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
  transition: transform .3s ease-in-out, width .3s ease-in-out;
  background-color: #171759;
}

.sidebar-menu ul {
  padding-left: 0px;
}

.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
  color: #ffffff;
}

.sidebar-menu .nav-tem>li>a {
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px;
  display: block;
}

.sidebar-menu li>a>.pull-right-container {
  position: absolute;
  right: 10px;
  margin-top: 5px;
}

.sidebar-menu .nav-tem>li:hover {
  color: #ffffff;
  background-color: #333399;
}

.sidebar-menu .nav-tem>li.active {
  color: #ffffff;
  background-color: #333399;
}



.nav-list li {
  background: #339;
  text-indent: 30px;
  padding: 10px 0px;
}

.nav-list li>a>i {
  padding-right: 10px;
}

.sidebar-menu .nav-tem>li>a>i {
  padding-right: 25px;
  font-size: 20px;
}


.sidebar-menu ul>li>a.menu-open>span .fa-angle-right,
.sidebar-menu ul>li>a.menu-open>span.pull-right-container>.fa-angle-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-menu li>a>.fa-angle-right,
.sidebar-menu li>a>.pull-right-container>.fa-angle-right {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 4px;
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}

.action_message {
  position: absolute;
  top: 80px;
  right: 20px;
  left: auto;
  width: 90%;
  max-width: 600px;
  z-index: 3;
}

.sidebar-menu .nav-tem li ul li a {
  color: #ffffff;
  font-size: 14px;
}


.modal select:first-child option {
  color: #999999 !important;
}


.modal .form-footer .form-btn {
  max-width: 200px;
}

.modal .form-elements .form-footer {
  display: inline-block;
}


.breadcrumb ul {
  margin-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}


.breadcrumb-btn {
  float: right;
  width: 100%;
  display: inline-block;
  max-width: 216px;
  text-align: center;
  margin-top: -6px;
  font-size: 15px;
  padding: 5px 20px;
}

.table ul li.disable a {
  color: #ada9a9;
  cursor: auto;
}

.breadcrumb li {
  display: inline-block;
  padding-right: 15px;
}

.wrapper .content-wrapper {
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 61px);
}

.user-table tr tbody {
  padding: 0px;
}

.user-dashboard table thead tr th,
table thead tr th {
  background-color: #cecef3;
  padding: 10px 10px;
}

.user-dashboard table tbody tr td {
  padding: 5px 10px;
  vertical-align: inherit;
  min-height: 30px;
}

table tr th,
table tr td {
  border: none;
}

.table>tbody+tbody {
  border-top: 1px solid #ccc;
}

.dash-user table thead tr th {
  background-color: #cecef3;
  padding: 10px 10px;
  border-color: #adadd0;
  border: none;
}

.dash-user table tbody td {
  padding: 15px 5px;
}


.dash-user table tbody td label {
  display: block;
}

.dash-user .todo_btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.dash-btn {
  display: flex;
  justify-content: end;
  gap: 10px;
}

.dash-btn .btn {
  min-width: 150px;
}

.wrapper table ul {
  margin-bottom: 0px;
  padding-left: 0px;
  display: flex;
}

table ul,
table ul li {
  display: inline-block;
  padding: 0 2px;
  margin: 0;
}

table ul li a {
  color: #333399;
  border-radius: 5px;
}

table ul li a i {
  padding-right: 10px;
}

.add-info-title .dashboard-details .form-elements {
  padding-top: 25px;
  max-width: 629px;
}


.form-elements textarea.form-control {
  padding: 17px 17px;
  text-indent: inherit;
  border-radius: 25px;
}

.add-info-title h5 {
  color: #339;
  font-size: 24px;
  text-align: center;
  margin-bottom: 0px;
}

.footr-dashboard {
  position: absolute;
  padding: 0px 20px;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0px;
}

.login-dashboard {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 114px);
}



@media (max-height: 600px) {
  .footr-dashboard {
    position: initial;
  }
}

.footr-dashboard p {
  color: #ffffff;
  font-size: 16px;
}

.footr-dashboard span {
  color: #ffffff;
  font-size: 14px;
}

.user-footer div {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  max-width: 137px;
}

.form-heading {
  clear: both;
}

.form-heading h5 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.add-file {
  padding: 2px 0px 17px 0px;
}

.add-edit-user .form-btn {
  margin-top: 15px;
}

.user-dashboard table thead tr {
  background-color: #cecef3;
}

.user-dashboard table thead tr {
  color: #339;
}

.choices .choices__list--multiple .choices__item {
  background-color: #339;
  border-color: rgb(75, 75, 226);
}

.choices[data-type*="select-multiple"] button.choices__button,
.choices[data-type*="text"] button.choices__button {
  border-left-color: rgb(75, 75, 226);
}

.user-table table thead tr th {
  background-color: #cecef3;
  color: #339;
  font-weight: 500;
  padding: 10px 10px;
}

table thead tr th:first-child {
  border-top-left-radius: 10px;
}

table thead tr th:last-child {
  border-top-right-radius: 10px;
}

table {
  border: none;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0.5px 1px 0px rgba(0, 0, 0, 0.25);
}


.user-dashboard table ul {
  list-style: none;
}

.user-table .table-bordered>thead>tr>td {
  border-bottom: 0px;
}

.user-heading {
  display: inline-block;
}

.project-details {
  margin-top: 20px;
  margin-bottom: 20px;
}

.user-billable-box {
  border-radius: 10px;
  border: 0.5px solid #FCFBFC;
  background: #FFF;
  box-shadow: 0px 0.5px 1px 0px rgba(0, 0, 0, 0.25);
}

.user-billable-box ul {
  list-style-type: none;
  padding-left: 0px;
  text-align: center;
}

.user-billable-box ul li {
  display: inline-block;
  padding: 0px 10px;
}

.billable-head {
  background-color: #339;
  color: #ffffff;
  text-align: center;
  padding: 5px 5px 0 5px;
  margin-bottom: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.billable-head a {
  color: #A5EAFF;
  font-size: 16px;
}

.billable-head label {
  color: #fff;
  font-size: 16px;
}

.billable-head label {
  text-transform: uppercase;
  margin-right: 5px;
}

.user-billable-box ul li span {
  border-bottom: 2px solid #cc3333;
  font-weight: bold;
}

.user-billable-box ul li label {
  padding-right: 5px;
  font-weight: normal;
}

.poject-summary ul {
  padding-left: 0px;
}

.poject-summary label {
  font-size: 16px;
  margin-bottom: 10px;
  margin-left: 7px;
  font-weight: 400;
  color: #000;
}

.poject-summary .form-control {
  /* max-width: 345px; */
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

input::placeholder {
  color: #000000;
}


.input-file .btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.input-file .btn-file>input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  direction: ltr;
}

.user-dashboard-sec {
  padding: 20px;
}

.user-dashboard-sec .form-elements {
  max-width: 100%;
}

.user-tab ul {
  margin-bottom: 0px;
  padding-left: 0px;
}

.user-tab ul li {
  display: inline-block;
}

.user-tab li a {
  display: block;
  position: relative;
  font-size: 18px;
  padding: 10px 10px;
}

.user-tab li.active a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -1px;
  left: 0;
  right: 0;
  background-color: #cc3333;
}

.user-tab li:hover a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: #cc3333;
}

.project-info h2 {
  position: relative;
}

.project-info h2 span {
  position: relative;
  display: inline-block;
}

.project-info h2 span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  right: 0;
  background-color: #cc3333;
}

.filds label {
  line-height: 20px;
  padding: 6px 0;
  font-size: 16px;
}

.filds .btn.btn-file {
  width: 90%;
  display: inline-block;
  font-size: 16px;
}

.input-group-btn {
  display: inline-block;
}

.filds .btn-success {
  font-size: 17px;
}

.user-profile {
  background-color: #f5f5f5;
}

.user-profile .card-style-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
}

.user-image {
  height: 100%;
  border-right: 1px solid #eee;
}

.user-image .user-sec-first img {
  width: 80px;
  height: 80px;
  border: 2px solid #5151c0;
  border-radius: 500px;
  object-fit: cover;
  box-shadow: 0px 0.5px 1px 0px rgba(0, 0, 0, 0.25);
  margin: auto;
}


.user-sec-first {
  background: #eee;
  margin-right: 15px;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
}

.circle-image {
  border-radius: 50px;
  text-align: center;
}

.user-title label {
  display: block;
  font-size: 24px;
}

.user-title span {
  font-weight: 400;
  font-size: 16px;

}

.password-link a {
  color: #333399;
  font-size: 14px;
  font-weight: 500px;
  display: block;
  padding: 10px 0px;
  text-align: left;
}

.password-link a i {
  padding-right: 15px;
}

.profile-filds {
  padding: 10px 0px 5px 0px;
  display: block;
  /* width: 600px; */
}

.profile-filds h6 {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  width: 190px;
  margin-top: 0px;
  font-weight: 400;
}

.profile-filds p {
  display: inline-block;
  color: #333399;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0px;
  /* width: 254px; */
  vertical-align: top;
}

.billable-hour {
  padding-top: 25px;
}

.billable-hour p {
  margin-bottom: 0px;
  text-align: center;
  font-size: 20px;
}

.modal .form-elements {
  padding-top: 0px;
  padding-bottom: 20px;
}

/* select {
  font-size: 10pt;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
} */

.select {
  background-color: #fff;
  position: relative;
}

/*@supports (-moz-appearance:none) {
    select.form-control { text-indent: 7px; } 
}*/

/* .select:before {
  content: '\f0d7';
  font-family: 'FontAwesome';
  color: #000;
  display: inline-block;
  position: absolute;
  right: 14px;
  top: 0px;
  pointer-events: none;
  z-index: 1;
  font-size: 22px;
} */

.profile-filds .form-control {
  /* max-width: 300px; */
}

.profile-filds textarea.form-control {
  border-radius: 10px;
  text-indent: 0px;
  padding: 10px;
}


.textarea-filds h6 {
  vertical-align: top;
}

.profile-filds a {
  text-align: center;
}

.add-project-credential form {
  max-width: 600px;
  margin: auto;
}

textarea {
  resize: none;
}

.add-info-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.sidebar-content {
  position: relative;
}

.sidebar-content.open .sidebar-list {
  width: 250px !important;
  z-index: 850;
}

.sidebar-list {
  position: absolute;
  left: 0;
  min-height: 100%;
  width: 80px;
  z-index: 810;
  -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
  transition: transform .3s ease-in-out, width .3s ease-in-out;
  background-color: #8383b7;
}

.sidebar-content.open .inner-sidebar-content {
  margin-left: 266px;
}

.sidebar-content .inner-sidebar-content {
  margin-left: 96px;
  -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
  transition: transform .3s ease-in-out, margin .3s ease-in-out;
}

.sidebar-list ul li {
  list-style-type: none;
}

.sidebar-list .tooltip,
.sidebar-list .tooltip .tooltip-inner {
  max-width: auto;
  white-space: nowrap;
}


.sidebar-content .sidebar-list .sidebar-header {
  float: none;
  display: block;
  width: 100%;
  margin: 0px;
  height: 50px;
  text-align: center;
}

.sidebar-content .sidebar-list .sidebar-header a {
  font-size: 30px;
  color: #ffffff;
}

.sidebar-content .sidebar-list .sidebar-body .sidebar-nav .small-nav {
  display: block;
}

.sidebar-content.open .full-nav {
  display: block;
  font-weight: 400;
  font-size: 18px;
}

.sidebar-content.open .sidebar-header .full-nav {
  display: none;
}

.sidebar-content.open .sidebar-header .small-nav {
  display: none;
}

.sidebar-content.open .sidebar-header .full-nav {
  display: block;
  position: absolute;
  right: 4px;
  top: -2px;
}

.sidebar-content.open .sidebar-header .full-nav {
  font-size: 30px;
}

.sidebar-list .sidebar-nav li {
  float: none;
  padding: 15px 0px;
  text-align: center;
  border-bottom: 1px solid #c33;
}

.sidebar-list .sidebar-nav li.active {
  background-color: #ffffff;
  border-right: 1px solid #c33;
  border-left: 1px solid #c33;
  position: relative;
}

.sidebar-list .sidebar-nav li.active a span {
  color: #000000;
}

.sidebar-list .sidebar-nav li.active:before {
  width: 0px;
  height: 0px;
  content: '';
  position: absolute;
  top: 18px;
  right: 0px;
  margin: auto;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #c33;
  border-top: 12px solid transparent;

}

.sidebar-list .sidebar-nav li:first-child {
  border-top: 1px solid #c33;
}

.sidebar-list .full-nav {
  display: none;
}

.sidebar-content.open .full-nav {
  display: block;
}

.sidebar-content.open .sidebar-body .sidebar-nav .small-nav {
  display: none;
}

.sidebar-content.open~.navbar-truffle-toggle {
  left: 245px;
}

.sidebar-list ul li a {
  color: #ffffff;
}

.sidebar-list ul {
  padding-left: 00px;
}

.tabs-left>li,
.tabs-right>li {
  float: none;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}

.sidebar-list .sidebar-body .sidebar-nav .small-nav span {
  font-size: 30px;
}

.holiday-table thead {
  background-color: #a0c5db;
}

.inner-sidebar-content .form-btn {
  max-width: 195px;
}

.holiday-add {
  display: inline-block;
  float: left;
  padding-left: 5px;
}

.holiday-add a {
  font-size: 20px;
}

.holiday-add a i {
  padding-right: 5px;
}

.title {
  text-align: center;
  border: 1px solid #cecaca;
}

.holiday-schedule {
  display: inline-block;
}

.profile-info .back-btn {
  display: inline-block;
}

.profile-info .links {
  border-bottom: 2px solid #ce3333;
  padding: 15px 0px;
  margin: 0px;
}

.profile-info .links h4 {
  display: inline-block;
  margin: 0px;
  color: #339;
  font-size: 18px;
}

.btn-danger {
  line-height: 22px;
  background-color: #c33;
}

.entry:not(:first-of-type) {
  margin-top: 10px;
  margin-bottom: 10px;
}


.feeds .user-content {
  text-align: center;
}

.feeds .user-content h2 {
  margin-bottom: 0px;
  padding: 20px 0px;
  border-bottom: 2px solid #333399;
}


.feeds .nav-tabs li a {
  font-size: 16px;
}


.feeds .nav-tabs li.active a {
  border-bottom: 2px solid #333399;
}


.feeds .tab-content .event-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.feeds .nav-tabs>li>a {
  margin-right: 0px;
  border: none;
}

.event-summery {
  background-color: #2b7ab9;
  padding: 12px 0px;
}

.event-summery span {
  color: #ffffff;
  font-size: 20px;
  padding-left: 18px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  background-color: #339;
}

.event-prograp {
  overflow: hidden;
  border-radius: 10px;
  border: 0.5px solid #FCFBFC;
  background: #FFF;
  height: 100%;
  transition: 0.3s;
  box-shadow: 0px 0.5px 1px 0px rgba(0, 0, 0, 0.25);
}

.event-prograp:hover {
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
}

.event-box-sec {
  border: 1px solid #ccc;
  background: #f9f9f9;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 25px 30px 8px;
}

.event-box-sec ul {
  padding-left: 0px;
  list-style-type: none;
}

.event-box-sec ul li {
  padding: 3px 0px;
}

.event-box-sec i {
  padding-right: 15px;
}

.event-content h3 {
  font-family: "Times New Roman", Times, serif;
  color: #c33;
  font-weight: bold;
  margin: 0;
  font-size: 21px;

}

.event-box .event-heading {
  background: #682024;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#7a2227), to(#682024));
  background-image: -webkit-linear-gradient(#7a2227, #682024);
  background-image: -moz-linear-gradient(#7a2227, #682024);
  background-image: -ms-linear-gradient(#7a2227, #682024);
  background-image: -o-linear-gradient(#7a2227, #682024);
  background-image: linear-gradient(#7a2227, #682024);
  padding: 6px 12px;
  font-weight: bold;
  font: italic 1.3em/1.2em "Times New Roman", Times, serif;
  position: relative;
  top: 25px;
  left: 10px;
  display: inline-block;
  color: #ffffff;
}

.event-box-sec p b {
  padding-right: 10px;
}

.event-info-left {
  padding: 0px;
}

.comment-input {
  position: relative;
}

.comment-sucess {
  background-color: #339;
  padding: 13px 12px 13px 25px;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}

.comment-sucess i {
  color: #ffffff;
  padding-right: 15px;
}

.event-com2 a {
  font-size: 16px;
}

.event-image {
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  min-height: 280px;
}

.event-com2 a.last-day-ago {
  float: right;
  font-size: 14px;
  color: #afa6a6;
  font-style: normal;
}

.comment-input {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}


.comments-box {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
}

.event-comment {
  width: 100%;
  display: inline-block;
  padding: 20px 0px;
  max-width: 450px;
  position: relative;
}

.event-comment2 {
  display: inherit;
}

a.comment-btn:hover {
  color: #fff;
}

.add-commnet {
  border-bottom: 1px solid #339;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.add-commnet .add-user-comment-image {
  width: 50px;
  height: 50px;
  float: left;
  display: inline-block;
  border-radius: 10px;
}

.add-commnet .add-user-comment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.user-comment-content {
  padding-left: 70px;
  padding-bottom: 10px;
  text-align: left;
}

.add-commnet label {
  display: block;
  color: #000;
  font-size: 16px;
  margin: 0;
}

.add-commnet span {
  color: #7d7979;
  font-size: 14px;
}

.file-submit a:hover {
  color: #fff;
}

.navbar-brand2 i {
  color: #ffffff;
}

.has-error input {
  border: 1px solid #c14439;
}

.has-error label {
  color: #c14439 !important;
  padding-top: 5px;
  line-height: 15px;
  font-size: 12px;
}

.total {
  border: 1px solid black;
  width: 90%;
  height: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.add {
  width: 100%;
}


.form-control[readonly] {
  background-color: #fff;
  border-radius: 10px;
}

.add select,
input {
  width: 100%;
  border-radius: 10px;
}

input[type='checkbox'],
input[type='radio'] {
  width: auto;
}

.todo_btn {
  color: #fff;
  background: #333399;
  padding: 2px 0;
  width: 100%;
  margin-left: 40%;
  border: thin solid #333399;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 20px;
  max-width: 300px;
}

.table-plus .btn-subtn,
.btn {
  border-radius: 10px;
}

.bill-hrs {
  display: inline-block;
  max-width: 54px;
}

.menu-item-has-children ul {
  display: none;
}

.ci_error {
  color: red;
}

label.error {
  color: red;
  float: left;
}

.breadcrumb li a {
  font-size: 14px;
}

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

table ul li a i {
  font-size: 18px !important;
}

.sty-page .pagination>.active>a,
.sty-page .pagination>.active>a:focus,
.sty-page .pagination>.active>a:hover,
.sty-page .pagination>.active>span,
.sty-page .pagination>.active>span:focus,
.sty-page .pagination>.active>span:hover {
  background-color: #333399;
  border-color: #333399;
}

.tooltip-col {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.tooltiptext {
  visibility: hidden;
  width: 99px;
  height: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6px 10px;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: -56px;
  right: -19px;
  font-size: 14px;
  /* font-weight: bold; */
}

.tooltiptext::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 40px;
  border-width: 10px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip-col:hover .tooltiptext {
  visibility: visible;
}

span.tooltiptext.download {
  margin-top: 9px;
  height: 36px;
  right: -35px;
}

button.download-btn {
  border: none;
  background: #fff;
  padding: 1px 9px;
}

.pro_details {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.user-add-file input.input-file {
  display: inline-block;
  width: 86%;
  padding: 6px 10px;
}

.user-add-file .input-file {
  padding-bottom: 0px;
  padding-top: 5px;
}

.user-add-file span.input-group-btn {
  display: inline-block;
}

.navbar-one {
  display: none;
}

.table-plus {
  padding-left: 13px;
  padding-right: 13px;
}

.table-plus .btn-subtn {
  padding: 5px 13px;
}

.navigation2 {
  /* display: none; */
}

.add-events .btn.btn-file {
  width: 100%;
  padding: 8px 10px;
  border: none;
  border-radius: 500px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #333399;

}

.form-heading h5 span {
  font-size: 13px;
  display: block;
  text-align: right;
  font-weight: bold;
}

.form-heading h5 span.green {
  color: #24cc61;
}

.form-heading h5 span.red {
  color: #cc3333;
}

.links {
  margin-bottom: 15px;
  margin-top: 15px;
}

.links .first {
  float: left;
}

.links .second {
  float: right;
}

.links a:last-child i {
  margin-right: 10px;
}

.first select {
  padding: 4px 5px;
}

.add-events2 {
  padding: 20px 0px;
}

.add-events2 h6 {
  display: table-cell;
  color: #333333;
  font-size: 14px;
  width: 190px;
  margin-top: 0px;
  font-weight: 400;
}

.profile-info .form-footer {
  text-align: right;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #339;
  border-color: #339;
}

.pagination>li>a,
.pagination>li>span {
  color: #339;
}

.btn-add,
.btn-add1,
.btn-remove,
.btn-remove1 {
  margin-top: 24px;
}

#ui-datepicker-div .ui-datepicker .ui-datepicker-title select {
  padding-top: 1px;
  padding-bottom: 1px;
}


#dialog_3 {
  padding-bottom: 20px;
}

.ui-dialog-titlebar {
  border: 1px solid #333399 !important;
  background: #333399 !important;
  color: #ffffff !important;
}

.dash-user-todo table tr td:nth-child(6) {
  width: 200px;
}

select.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  background: unset;
}

/*7-6-2018*/
.modal-header label {
  margin: 15px 0;
}

/* padding: 0px 25px; */
.modal-header .form-control {
  padding: 13px 25px;
}

.modal-header button[disabled],
html input[disabled] {
  background: #f5f5f5;
  -moz-box-shadow: 0px 0px 4px #b8b6b8;
  -o-box-shadow: 0px 0px 4px #b8b6b8;
  -ms-box-shadow: 0px 0px 4px #b8b6b8;
  box-shadow: 0px 0px 4px #b8b6b8;
  border: none;
  color: #333;
}

.modal-header button[disabled],
html input[disabled]:hover {
  background: #f5f5f5;
  border: none;
}

div#event .comments-box h5 {
  font-size: 16px;
  font-weight: 400;
}

.user-dashboard #Documentlist ul li {
  display: block;
  float: none;
}

.user-dashboard #Documentlist ul {
  margin: 10px 0;
  padding: 10px;
  list-style-type: disc;
  line-height: 20px;
}

.user-dashboard #Documentlist ul li {
  display: block;
  float: none;
}

.user-dashboard #Documentlist ul {
  margin: 10px 0;
  padding: 10px;
  list-style-type: disc;
  line-height: 20px;
}

select.input-sm {
  line-height: 20px !important;
}

.wrapper .content-wrapper2 {

  padding: 0px;
}

.dataTables_length {

  padding-top: 10px;
}

.breadcrumb2 a {
  float: none;
  color: #fff;
  background-color: #339;
  border-radius: 63px;
  margin-bottom: 0px;
}

.user-report .dataTables_filter {
  display: none;
}

.content-wrapper .user-employee table.dataTable thead tr th:nth-child(4) {
  width: 500px !important;
}

td.task-details {
  min-width: 439px;
}

/* .content-wrapper .user-employee table.dataTable thead tr th:nth-child(1) {
  width: 56px !important;
}

.content-wrapper .user-employee table.dataTable thead tr th:nth-child(4) {
  width: 60px !important;
}

.content-wrapper .user-employee table.dataTable thead tr th:nth-child(7) {
  width: 72px !important;
} */

.margin-top-0 .form-btn {
  margin-top: 0px !important;
}

.task-deatail {
  margin-top: 0px;
}

.multiselect-container>li>a>label>input[type=checkbox] {

  position: relative;
  opacity: 1;
}

.choices__inner {
  border-radius: 10px !important;
  padding: auto !important;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  min-height: 15px;
}

table.dataTable.nowrap th ul,
table.dataTable.nowrap td ul {
  padding-left: 0;
  margin: 0;
}

.page-top-bar {
  text-align: right;
}

.page-top-bar .btn {
  margin-bottom: 10px;
}

.user-table.user-dashboard.user-zero-project-doc h4 {
  margin-top: 0;
}

.user-report .dataTables_filter {
  display: none;
}

.dataTables_wrapper {
  padding-right: 5px;
}

/* .content-wrapper .user-employee table.dataTable thead tr th:nth-child(1) {
  width: 56px !important;
}

.content-wrapper .user-employee table.dataTable thead tr th:nth-child(4) {
  width: 60px !important;
}

.content-wrapper .user-employee table.dataTable thead tr th:nth-child(7) {
  width: 72px !important;
} */

.margin-top-0 .form-btn {
  margin-top: 0px !important;
}

ul#dateList {
  float: left;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0;
}

ul#dateList li {
  background: #2b3a96;
  padding: 5px 10px;
  border-radius: 50px;
  color: #fff;
}

ul#dateList li select {
  background-color: #3e64c5;
  border-radius: 50px;
  padding: 2px 8px;
  font-size: 12px;
  text-align: center;
  border: none;
}

ul#dateList li select:focus {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: #3e64c5;
}

.filter-form-btns {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.filter-btn {
  max-height: 39px !important;
}

input.btn.btn-primary.filter-btn {
  min-width: 104px;
}

.d-flex {
  display: flex;
}

.d-flex .select {
  margin-right: 10px;
}

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

.unassign.board.muuri {
  max-width: 300px;
}

.unassign .board-column {
  width: 100% !important;
}

.space-between-header .modal-header::before,
.space-between-header .modal-header:after {
  content: none;
}

.space-between-header .modal-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.space-between-header .modal-head-icon {
  display: flex;
}

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

.flex-bread .select:before {
  content: none;
}

.notification-list-wrapper {
  position: relative;
}

.notification-list-wrapper .notification-list {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  width: 160px;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.notification-list-wrapper .notification-list a {
  color: #333;
  display: block;
  font-size: 14px;
  padding: 5px 0;
}

span.notification-badge {
  width: 18px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  text-align: center;
  border-radius: 50px;
}

.todo_btn.add-btn-submit {
  margin-top: 0px;
  margin-bottom: 0px;
}

.btn-add.project-document {
  padding: 10px !important;
}

.time-bill {
  max-width: 400px !important;
  min-width: 64px !important;
}

#categorization,
#project_name,
#update_hour,
#update_minute {
  padding: 0px;
}

.time-update {
  min-width: 80px;
}

.form-group.date-update {
  padding: 0px;
}

.add-files {
  display: flex;
}

input#file_name {
  margin-left: 22px;
}

.file-title-input {
  border-radius: 10px !important;
}

.checkbox-members input[type='checkbox'],
input[type='radio'] {
  margin: 0px 11px;
}


.list-unstyled {
  /* background: white; */
  list-style: none;
  /* padding: 0px 10px 0px 50px; */
  /* position: absolute; */
  height: 40px;
  /* margin-bottom: 71px; */
  font-size: 16px;
  top: 226px;
  line-height: 1;
  font-weight: 600;
  color: black;
  /* border: 1px solid black; */
  width: 270px;
  border-radius: 50px;
}

.list-unstyled li {
  padding: 19px 20px;
  z-index: 2;
}

.list-unstyled li:not(.init) {
  float: left;
  padding: 10px;
  width: 100%;
  color: #000000cf;
  font-weight: 400;
  display: none;
  position: relative;
  left: 4px;
  border: 1px solid grey;
  top: -8px;
  margin: 1px 5px;
}

li.init {
  cursor: pointer;
}

#deleteModal .modal-content {
  background: #000000c7;
  color: #fff;
}

.menu-icon {
  float: right;
  position: absolute;
  right: 0;
  margin: 2px -13px 6px 8px;
}

#deleteModal .close {
  color: #fff;
  opacity: 0.9;
}

.options div i {
  padding: 7px 16px;
}

#deleteModal .modal-header .close {
  margin-top: -20px;
}

/*member css remove*/
.flex-grow-1.member-remove {
  display: flex;
  gap: 23rem;
}

.flex-grow-1.member-remove h3 {
  width: 100% !important;
  max-width: 128px;
  min-width: 151px !important;
  font-size: 18px;
  padding-top: 5px;
  color: #222;
}

button.remove-button {
  background: none;
  padding: 0px 19px;
  height: 35px;
  border-radius: 23px;
  border: 1px solid #00000080;
  display: none;
  margin-top: 10px;
}

button:hover.remove-button {
  display: block !important;
}

div#membersList li {
  list-style: none;
}

.groups-ul {
  display: flex;
  list-style: none;
  width: 100%;
  max-width: 162px !important;
  min-width: 236px !important;
  padding: 0px 12px;
  margin: 0px 10px;
  height: 48px;
}

.groups-ul img {
  border: 1px solid #000;
  border-radius: 75%;
  max-width: 38px;
  max-height: 80px;
}

ul.groups-ul li {
  padding: 11px 4px;
}

/*-------------responsiveness--------------*/
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1100px) {

  .user-screen th:nth-of-type(1)::before,
  .user-table th::before {
    top: 10px;
  }
}

@media (max-width: 1600px) {
  .user-tab li a {
    font-size: 16px;
    line-height: 30px;
  }

  .password-link a {
    font-size: 12px;
  }

  .password-link a i {
    padding-right: 8px;
  }

  .user-title label {
    font-size: 20px;
  }

  .user-title span {
    font-size: 12px;
  }

}

@media only screen and (min-width: 1000px) and (max-width: 1600px) {
  .user-billable-box ul li {
    padding: 0px 5px !important;
  }

  .user-billable-box ul {
    margin-bottom: 0px;
  }

  .billable-head label {
    margin-bottom: 0px;
  }

  .billable-head {
    padding-top: 3px;
  }

  .billable-head {
    margin-bottom: 4px;
  }
}


@media (max-width: 1399px) {

  .profile-dashbord {
    margin-bottom: 30px;
  }

  .user-profile {
    min-height: 350px;
  }

  .add-info-title {
    padding: 7px;
    padding-bottom: 7px;
  }

}

@media (max-width: 1280.98px) {
  .feeds .tab-content .event-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1199.98px) {
  .daily-report .filter-form-btns {
    justify-content: flex-start;
  }
}

@media (max-width: 1080.98px) {
  .feeds .tab-content .event-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1005px) {
  .add-events2 .input-file .input-group {
    display: block;
  }

  .add-events2 h6 {
    margin-bottom: 10px;
    display: block;
  }

  .table>tbody>tr>th {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .navigation2 {
    display: block;
  }

  .navbar-brand2 {
    display: block;
  }

  .navbar-one {
    display: block;
  }

  .navbar-two {
    display: none;
  }

  .menu-sidebar.siderbar-content.main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  /* .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 300px;
  } */

  .menu-sidebar.siderbar-content {
    -webkit-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    -o-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
  }

  .wrapper table tr td:first-child() {
    padding-top: 10px;
  }

  .user-tab {
    display: none;
  }

  .navbar-brand2 {
    display: block;
  }

  .content {
    margin-left: 0px;
  }

  .sidebar-list {
    display: block;
    width: 100%;
    min-height: auto;
    text-align: center;
    position: relative;
  }

  .sidebar-body {
    display: inline-block;
  }

  .sidebar-list .sidebar-nav li {
    display: inline-block;
    padding: 10px;
  }

  .sidebar-content .inner-sidebar-content {
    margin-left: 0px;
  }

  .sidebar-content .sidebar-list .sidebar-header {
    display: none;
    width: auto;
  }

  .sidebar-list ul {
    margin-bottom: 0px;
  }

  .sidebar-list .sidebar-header .small-nav {
    display: none;
  }

  .sidebar-list .sidebar-nav li.active:before {
    display: none;
  }

  .sidebar-list .sidebar-nav li.active:after {
    width: 0px;
    height: 0px;
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #c33;
  }

  .sidebar-list {
    margin-bottom: 30px;
  }

}



@media (max-width: 991.98px) {

  .poject-summary select,
  .poject-summary input,
  .poject-summary .btn {
    margin-bottom: 10px;
  }
}

@media (max-width: 990px) {
  .table-responsive table {
    width: 1000px;
  }

  .wrapper .content-wrapper {
    padding: 20px;
  }

  .task-element+.task-element {
    margin-top: 0px;
  }

  .dashboard-details {
    max-width: 100%;
    margin-top: 25px;
  }

  .breadcrumb {
    margin-bottom: 20px;
  }

  .dashboard-details .form-elements {
    max-width: 100%;
  }

  .form-elements {
    padding-left: 10px;
    padding-right: 10px;
  }

  .user-image {
    min-height: auto !important;
  }

  .password-link a {
    display: inline-block;
    padding: 10px 6px;
    font-size: 12px;
  }

  .change-password {
    margin: auto;
    width: 100%;
  }

}

@media (max-width: 768px) {
  .feeds .tab-content .event-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .profile-filds {
    width: 100%;
  }

  .user-tab.nav-primary {
    display: none;
  }

  .profile-filds p {
    font-size: 14px;
    width: 100%;
  }

  .project-info h2 a {
    font-size: 12px;
    padding: 9px 24px;
    float: none;
  }

  .profile-filds h6 {
    font-size: 16px;
    margin-top: 0px;
    width: 100%;
  }

  .project-info h2 span {
    font-size: 26px;
    display: block;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .project-info h2 span:after {
    display: none;
  }

  .poject-summary .form-control {
    max-width: 100%;
  }

  .poject-summary label {
    margin-top: 15px;
  }

  .poject-summary {
    margin-top: 0px;
  }

  .feeds .nav-tabs li.active {
    background-color: #333399;
  }

  .feeds .nav-tabs li.active a {
    color: #ffffff;
    border-bottom: 0px;
  }

  .comments-box {
    /* padding: 0px 40px 40px 40px; */
  }

  .event-image {
    min-height: 378px;
  }

  .event-info-right {
    height: auto;
  }

  .wrapper-two .ui-widget.ui-widget-content {
    width: auto;
    left: 20%;
  }

  .btn-info {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .links {
    text-align: center;
  }

  .links .first,
  .links .second {
    float: none;
  }

  .form-heading h5 span.green {
    text-align: left;
  }

  .aboy-section {
    text-align: left;
    text-orientation: none;
    text-overflow: hidden;
    background-blend-mode: normal;
    overflow: hidden;
  }

  .links h4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    min-height: auto;
  }
}

@media (max-width: 680.98px) {
  form#frm {
    padding: 0;
  }

  .card-style.card-style.bg-pattern form#frm {
    padding: 20px;
  }
}

@media (max-width: 500px) {
  .navbar-brand {
    width: 35%;
  }

  .feeds .nav-tabs li a {
    border-radius: 10px;
    padding: 5px 15px;
    border: 1px solid #339;
    text-align: center;
  }

  .feeds .nav-tabs li {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 5px;
  }

  .forms {
    max-width: 300px;
  }

  .forms-section {
    padding: 20px;
  }

  .wrapper-two .project-details {
    margin-bottom: 0px;
  }

  .profile-breadcrumb h4 span {
    font-size: 16px;
  }

  .profile-breadcrumb h4 a {
    float: none;
    padding: 3px 13px;
    font-size: 12px;
  }

  .breadcrumb-btn {
    float: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 9px;
    margin-bottom: 0px;
    max-width: 120px;
    margin-top: 10px;
  }

  .form-btn {
    max-width: 100% !important;
    font-size: 16px !important;
    padding: 8px 20px !important;
  }

  .breadcrumb li {
    font-size: 14px;
    padding-right: 5px;
  }

  .breadcrumb li a {
    font-size: 14px;
  }
}

@media (max-width: 460px) {
  .page-title {
    flex-wrap: wrap;
    gap: 10px;
  }
}