
label {
    font-size: 13px;
}
.dropdown-item {
    font-size: 13px;
}
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}















.nav-item.dropdown.open .dropdown-menu {
    display: block;
}
nav.navbar {
    display: block;
}
.navbar-nav.ml-auto.ml-md-0 {
    float: right;
}
.navbar-brand {
    float: left;
	padding: 0;
}
#sidebarToggle {
    float: left;
}
nav.navbar .form-inline {
    float: left;
}
.left_section .navbar {
    float: left;
}
.navbar-brand img {
    width: 45px;
    margin: 0px;
}
/*form .form-control {
    background-color: #444448;
    border: none;
}*/
.left_section .navbar {
    padding: 0;
}
nav.navbar .form-inline {
    float: left;
    margin: 3px 15px 0 15px !important;
}
.left_section .navbar {
    margin: 3px 0 0;
}
.left_section li .nav-link {
    color: #fff !important;
}
.sidebar_links {
    border-right: solid 1px #ddd;
}
#content-wrapper {
    background-color: #f6f8fa;
}
.sidebar_links input {
    width: 100%;
    margin: 10px 0 0;
    padding: 0 15px;
    height: 40px;
    border: solid 1px #ddd;
    border-radius: 2px;
}
.sidebar_links li a {
    padding: 8px 0;
    font-size: 15px;
}
.sidebar_links li a i {
    margin: 0 10px 0 0;
    color: #555;
}
.sidebar_links .nav.flex-column {
    margin: 12px 0 0;
}
.posts {
    padding: 70px 30px 0 30px;
}
.posts section {
    position: relative;
    padding: 0 0 0 45px;
}
.posts section img {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    border-radius: 3px;
}
.posts section p {
    font-size: 14px;
    font-weight: 700;
}
.posts section p span {
    font-weight: 300;
}
.posts section .card-body p {
    font-weight: 400;
    color: #555;
}
.posts section .card-body h3 {
    font-size: 16px;
}
.posts section p small {
    color: #555;
	margin: 0 0 0 25px;
}
.posts section small i {
    margin: 0 5px 0 0;
}
.posts section small {
    margin: 0 15px 0 0;
}
.link_btn {
    font-size: 14px;
    color: #000;
    display: block;
    margin: 10px 0 0 22px;
    text-decoration: underline;
}
.notification {
    display: block;
    background-color: #fff;
    padding: 6px 40px 7px 20px;
	margin: 20px 0 0;
    font-size: 14px;
    border: solid 1px #000;
    border-radius: 2px;
	position:relative;
}
.notification a {
    position: absolute;
    right: 15px;
    top: 9px;
    color: #000;
}
.company_ad {
    color: #555;
    font-size: 14px;
    margin: 5px 0 0;
}
.activities h3 {
    font-size: 18px;
    margin: 20px 0 10px;
    font-weight: 700;
}
.activities hr {
    margin: 0;
}
.activities article {
    padding: 10px 0;
}
.activities article h4 {
    font-size: 16px;
    color: #000;
}
.activities article p {
    font-size: 14px;
    color: #555;
    margin: 0 0 5px;
}
.activities article small i {
    margin: 0 5px 0 0;
}
.activities article small {
    margin: 0 0 0 15px;
}
.explore {
    display: block;
    font-size: 14px;
    margin: 20px 0 0;
    color: #000;
}
.explore i {
    margin: 0 0 0 10px;
}
.sidebar_links h3 {
    font-size: 16px;
    margin: 20px 0 0;
	line-height: 36px;
}
.sidebar_links h3 button {
    font-size: 14px;
    float: right;
}
.sidebar_links h3 button i {
    margin: 0 6px 0 0;
}
.navbar-toggler {
    padding: 0;
    border: none;
    margin: 6px 0 0;
}
.posts section .card-body {
    position: relative;
}
.posts section .card-body .btn {
    position: absolute;
    right: 5px;
    font-size: 14px;
    padding: 3px 15px;
    top: 5px;
    border-radius: 2px;
}








@media (min-width:250px) and (max-width: 480px) {
.posts {
    padding: 50px 15px 0;
}
.posts section img {
    width: 35px;
    border-radius: 40px;
}	
.posts section {
    padding: 0 0 0 50px;
}
.posts section p {
    font-size: 13px;
}
.posts section .card-body h3 {
    font-size: 14px;
}
.posts section p {
    font-size: 12px;
}
.posts section small {
    font-size: 12px;
}
.activities h3 {
    font-size: 14px;
}
.activities article h4 {
    font-size: 14px;
}
.activities article p {
    font-size: 12px;
}
.sidebar_links li a {
    font-size: 13px;
}
.sidebar_links input {
    font-size: 14px;
}
}








.navbar {
	position: relative;
    z-index: 99;
}
.sidebar_links {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #fff;
    height: 100%;
    padding: 55px 15px 0;
}
.activities {
    position: fixed;
    right: 0;
	z-index: 9;
    padding: 55px 15px 0;
    top: 0;
    height: 100%;
    background-color: #f6f8fa;
}
.main_nav {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 0 1rem;
}
@media (min-width:250px) and (max-width: 991px) {
.navbar-expand #collapsibleNavbar ul.navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
}	
.navbar-expand .navbar-toggler {
    display: block;
}
.navbar.navbar-expand-sm {
	display: none;
}
.collapse.show {
    display: block!important;
}
}


@media (min-width:250px) and (max-width: 678px) {
.right_section {
    display: none;
}
.left_section {
    max-width: 356px !important;
    margin: 0 auto;
    float: none;
    flex: 0 0 356px;
}
.collapse.show {
    display: block !important;
    position: absolute;
    right: 18px;
    background: #000;
    top: 38px;
    width: 170px;
    text-align: right;
}
nav.navbar .form-control {
    padding: 0 15px;
    height: 30px;
    font-size: 14px;
}
nav.navbar .btn.btn-primary {
    padding: 0 10px;
}
nav.navbar .form-inline {
    margin: 0px 5px 0 5px !important;
}
.navbar-toggler {
    margin: 0px 0 0;
}
.navbar-brand img {
    width: 30px;
    margin: -8px 0 0;
}
}




@media (min-width:250px) and (max-width: 420px) {
.left_section {
    max-width: 291px !important;
    margin: 0 auto;
    float: none;
    flex: 0 0 291px;
}	
nav.navbar .form-control {
    width: 150px;
}
}

.overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.285);
  z-index: 9;
}
.nav-btn {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin: 12px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/*.nav-btn.nav-slider {
    float: right;
    width: 50px;
    margin: 18px 0 0;
    cursor: pointer;
    position: absolute;
    z-index: 999999 !important;
    top: 0;
    left: 0;
    background: #ff0000;
}
#toggle2 {
	width:70%;
}
#toggle3 {
	width:50%;
}*/

.bottom_bar_mobile {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 6px #bbb;
	display:none;
}
.nav-btn.nav-slider, .nav-btn.nav-slider2 {
    text-align: center;
    font-size: 24px;
    background: #fff;
    color: #000;
    margin: 0;
	position: relative;
	z-index: 99;
}
.nav-btn.nav-slider2 {
    font-size: 28px;
}
.sidebar_links .nav-btn.nav-slider {
    display: none;
}
.activities .nav-btn.nav-slider2 {
    display: none;
}
.top_bar {
    position: absolute;
    bottom: 8px;
    left: 0;
    text-align: center;
    width: 100%;
	display:none;
}
.top_bar a {
    display: inline-block;
    margin: 0 10px;
}
.notification_msg {
    font-size: 14px;
}
.notification_msg .btn {
    font-size: 13px;
    padding: 0 10px 2px;
    margin: 0px 0px 0 5px;
}
#link a {
    font-size: 14px;
}

@media (min-width:250px) and (max-width: 991px) {
.bottom_bar_mobile {
	display:block;
}	
.sidebar_links {
    left: -40%;
    width: 40%;
}
.sidebar_links.open {
    left: 0;
}
.activities {
    right: -40%;
    width: 40%;
}
.activities.open {
    right: 0;
}
.sidebar_links .nav-btn.nav-slider {
    font-size: 13px;
    width: 25px;
    position: absolute;
    right: -26px;
    top: 65px;
    height: 25px !important;
    line-height: 24px;
}
.sidebar_links.open .nav-btn.nav-slider {
	display: block;
}
.activities .nav-btn.nav-slider2 {
    font-size: 13px;
    width: 25px;
    position: absolute;
    left: -26px;
    top: 65px;
    height: 25px !important;
    line-height: 24px;
}
.activities.open .nav-btn.nav-slider2 {
	display: block;
}
}


@media (min-width:250px) and (max-width: 700px) {
.sidebar_links {
    left: -50%;
    width: 50%;
}	
.activities {
    right: -50%;
    width: 50%;
}
}

@media (min-width:250px) and (max-width: 440px) {
.sidebar_links {
    left: -100%;
    width: 100%;
}	
.activities {
    right: -100%;
    width: 100%;
}
.sidebar_links .nav-btn.nav-slider, .activities .nav-btn.nav-slider2 {
    font-size: 16px;
    width: auto;
    position: absolute;
    right: 10px;
    top: 55px;
    line-height: 0;
    background: transparent;
    color: #000;
}
.sidebar_links, .activities {
    padding: 60px 15px 0;
}
.activities .nav-btn.nav-slider2 {
	left:auto;
}
}

@media (min-width:250px) and (max-width: 678px) {
.top_bar {
    display: block;
}	
}






.login_bg {
    background-color: #f5f5f5;
}
.login_box {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 30px #ddd;
}


.time_schedule {
    float: right !important;
    background-color: #f6f8fa;
    padding: 55px 15px 20px;
}
#main_field {
    width: 400px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
}
.table td input {
    width: 100%;
    height: 40px;
	border: none;
}
#timer input {
    width: 50%;
}
#timer div {
    float: left;
    width: 50%;
	padding: 0 10px;
}
#timer div input {
    width: 100%;
}

.table_link {
	    background-color: #007bff;
    background-image: url(../images/play.png);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: 13px center;
    padding: 8px 0 8px 38px;
    text-align: left;
	display: block;
    font-size: 13px;
    width: 130px;
    margin: 8px 0 0;
	border-radius: 2px;
	color:#fff;
}
.time_schedule .table button {
    background-color: #399357;
    color: #fff;
    display: block;
    width: 140px;
    font-size: 14px;
    border: none;
    padding: 8px 0 8px 40px;
    border-radius: 2px;
    font-weight: 600;
    background-image: url(../images/play.png);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 15px center;
    text-align: left;
}
.time_schedule .table button.active {
    background-color: #e11828;
    color: #fff;
    display: block;
    width: 140px;
    font-size: 14px;
    border: none;
    padding: 8px 0 8px 40px;
    border-radius: 2px;
    font-weight: 600;
    background-image: url(../images/stop.png)!important;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 15px center;
    text-align: left;
}
.time_schedule .table {
    background-color: #fff;
}
.date_pick div {
    margin: 6px 0 0;
}
.date_pick input {
    height: 30px !important;
    border: none !important;
}
#timer {
    padding: 10px 10px 10px 30px;
    position: relative;
}
#timer i {
    position: absolute;
    left: 8px;
    top: 17px;
    font-size: 22px;
}
.date_pick {
    padding: 10px 10px 10px 40px!important;
    position: relative;
}
.date_pick i {
    position: absolute;
    left: 8px;
    top: 17px;
    font-size: 22px;
}
.link_container {
    width: 340px;
	padding: 0 10px;
	    position: relative;
}
.link_container a {
    display: inline-block;
    font-size: 13px;
    margin: 7px 0 0;
    text-decoration: underline;
}
.action_box {
    display: none;
    margin: 0 0 0 20px;
	position: absolute;
    right: 0;
    top: 5px;
}
.action_box a {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0 2px 0 0;
    font-size: 16px;
	color:#fff;
	border-radius: 2px;
}
.report_btn {
    background-color: #228ae6;
}
.calender_btn {
    background-color: #ff8a00;
}
.delete_btn {
	background-color: #d51919;
}
.timer_btn {
	background-color: #28a745;
}
.report_btn img {
    margin: 4px 0 0;
}
.link_container:hover .action_box {
    display: inline-block;
}
.date_bar {
    margin: 15px 0;
}
#date {
    margin: 0 30px 0 0;
}
.arow_btn {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0 2px;
    background-color: #fff;
}
.time_schedule table td, .time_schedule table th {
    border-right: none !important;
	font-size: 13px;
}





.settings {
    float: right !important;
    background-color: #f6f8fa;
    padding: 80px 30px 20px;
}
.settings h3 {
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 20px;
}
.settings h3 strong {
	font-size: 16px;
    font-weight: 700;
}
.settings h3 a {
    font-size: 14px;
    display: inline-block;
    margin: 0 0 0 10px;
}
#invite_btn {
    display: inline-block;
    padding: 8px 15px;
    background-color: #399357;
    color: #fff;
    border-radius: 2px;
    margin: 0 10px 15px 0;
	font-size: 12px;
}
#invite_btn i {
    margin: 0 10px 0 0;
}
#create_btn {
	display: inline-block;
    padding: 8px 15px;
    background-color: #fff;
    color: #555;
	font-size: 12px;
    border-radius: 2px;
    margin: 0 10px 15px 0;
}
#resend_btn i {
    margin: 0 10px 0 0;
}
#resend_btn {
	font-size: 12px;
}
#search_field {
    height: 35px;
    width: 270px;
    border: none;
    padding: 0 20px;
	font-size: 14px;
}
#user img {
    width: 35px;
    float: left;
    border-radius: 3px;
    margin: 0 10px 0 0;
}
#user {
    width: 60%;
}
#user h5 {
    font-size: 14px;
    float: left;
    margin: 7px 15px 0 0;
}
.user_actions {
    float: left;
    margin: 4px 0 0;
	display: none;
}
.settings thead {
	background-color:#000;
}
.settings th {
	color:#fff;
}
.settings td:hover .user_actions, .settings th:hover .user_actions {
    display: block !important;
}
.settings td, .settings th {
    font-size: 14px !important;
	padding: 3px 5px 5px;
}
.settings th h5 {
    font-size: 14px !important;
}
.settings th h5 {
    font-size: 14px !important;
    font-weight: 700;
    float: left;
    margin: 7px 15px 7px 0;
}
.user_actions a {
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    border-radius: 2px;
}
.user_actions a i {
    margin: 0 5px 0 0;
}
.edit_user {
	background-color: #e0a71e;
}
.add_user {
    background-color: #23b53e;
}
.delete_user {
	background-color: #d51919;
}
.settings .table td input {
    width: 100%;
    height: auto;
	border: none;
}
.settings .table td, .settings .table th {
	vertical-align:middle;
}
.settings .table tbody {
    background-color: #fff;
}
.settings .alert {
    font-size: 14px;
}
.action_tab {
    font-size: 14px;
}
.action_tab label {
    margin: 0 15px 0 0;
}
.action_tab a.btn {
    display: inline-block;
    padding: 5px 10px;
    border: solid 1px #ddd;
    background-color: #fff;
    margin: 0 0 0 -5px;
    color: #000;
	font-size: 14px;
}
.select_btn {
    border-radius: 3px 0 0 3px;
}
.apply_btn {
    border-radius: 0 3px 3px 0;
}
.option {
    font-size: 14px;
    display: block;
    margin: 20px 0 0;
}
.option input {
    margin: 0 10px 0 0;
}
.text-error {
    border: 1px solid #ff0000 !important;  
}
nav.navbar table.table td input.text-error {
    border: solid 1px #d50000!important;
}
a#droplist {    display: block;    margin: 16px 0 0;}span.timetracker {    margin: 10px 0 0;    display: block;}.arow_btn i {    position: relative;    top: 5px;}#date {    margin: 0 15px 0 15px;    position: relative;    top: 3px;}.action_box a i {    position: relative;    top: 5px;}.table td input {    padding: 0 15px;}

span.timetracker {
    margin: 0;
    display: block;
    color: #fff;
    border: solid 1px #a0a7b0;
    border-radius: 2px;
    padding: 9px 0;
    text-align: center;
    font-size: 13px;
}

/*a#droplist {
    display: block;
    margin: 12px 0 0;
    font-size: 0;
    background-image: url(../images/bottom_arow.png);
    width: 13px;
    height: 16px;
    background-size: 100%;
}*/
a#droplist span { 
    color:#fff;
}
a#droplist {
    display: block;
    margin: 13px 0 0;
    font-size: 18px;
    text-align: center;
}
.temporary_arow {
    color: #fff;
    font-size: 24px;
    margin: 2px 0 0;
    text-align: center;
}






.time_schedule td {
    position: relative;
}
.time_schedule td ul.list-group {
    position: absolute;
    z-index: 9;
    top: 50px;
    left: 0;
    width: 500px;
}
.time_schedule td ul.list-group .list-group-item {
    padding: 10px 15px;
    font-size: 14px;
    background-color: #f5f5f5;
	cursor:pointer;
	position: relative;
}
.time_schedule td ul.list-group .list-group-item ul {
    z-index: 9;
    padding: 0;
    background-color: #fff;
}
.time_schedule td ul.list-group .list-group-item ul li {
    background-color: #fff;
}
.time_schedule td ul.list-group .list-group-item ul li.list-group-item a {
    display: block;
    word-break: break-all;
    white-space: normal;
}
.scroll-to-top i {
    position: relative;
    top: 10px;
    font-size: 28px;
}





.list_table_tasks {
	position:relative;
}
nav.navbar table.table {
    background-color: #fff;
}
nav.navbar table.table {
    margin: 0 0!important;
}
nav.navbar table.table td input {
    border: solid 1px #ddd!important;
    border-radius: 2px;
    width: 100%;
    background-color: #343d48;
    border: none!important;
    color: #fff;
    padding: 0 20px;
}
nav.navbar table.table td select {
    border: solid 1px #ddd!important;
    border-radius: 2px;
    width: 100%;
    height: 38px;
    font-size: 13px;
    color: #555;
    padding: 0 10px;
}
button#timer-btn {
    width: 140px;
    border: none;
    background-color: #007bff;
    color: #fff;
    padding: 7px 0;
    border-radius: 2px;
	font-size: 13px;
}
nav.navbar table.table td {
	position:relative;
	    padding: 8px;
}
nav.navbar table.table td ul.list-group {
    position: absolute;
    z-index: 9;
    top: 62px;
    left: 0;
    /*height: 410px;
    overflow-y: scroll;
    width: 230px;*/
}
button#timer-btn.active {
    background-color: #d50000;
    background-image: url(../images/stop.png);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: 13px center;
    padding: 10px 0 10px 38px;
    text-align: left;
    font-size: 14px;
}
button#timer-btn {
	background-image: url(../images/play.png);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: 13px center;
    padding: 10px 0 10px 38px;
    text-align: left;
}




.col-lg-3.col-md-7.col-sm-8.left_section {
    padding: 4px 15px 0;
}
.col-lg-2.col-md-5.col-sm-4.right_section {
    padding: 10px 15px 0;
}
.col-lg-2.col-md-5.col-sm-4.right_section {
    background-color: #171e26!important;
}

.clear {
    clear: both;
}
.tag .truncated {
    float: left;
}
.tag .controls {
    float: left;
}
.tag span {
    display: block;
}
.tag {
    display: inline-block;
    padding: 5px 15px;
    background-color: #fff;
    margin: 10px 10px 0 0;
    font-size: 14px;
    box-shadow: 0 0 5px #DCE8F3;
    border-radius: 2px;
}
.tag a {
    font-size: 13px;
    color: #000;
    margin: 0 0 0 5px;
}
a.edit_tag {
    font-size: 12px;
    margin: 0 0 0 10px;
}

.temporary_arow i {
    font-size: 26px;
    margin: 7px 0 0;
}



.left_section table.table {
    background-color: #171e26!important;
    border: none!important;
}
.left_section table.table td {
    border-top: none;
}


.left_section.timer_field {
    padding: 0;
}
form#task-update input {
    width: 100%;
    background-color: #343d48;
    border: none!important;
    padding: 0 20px;
}



.timer_field ul.list-group li {
    padding: 7px 15px;
    font-size: 13px;
	position: relative;
}


.settings {
    float: right !important;
    background-color: #f6f8fa;
    padding: 80px 30px 20px;
}
.settings h3 {
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 20px;
}
.settings h3 strong {
	font-size: 16px;
    font-weight: 700;
}
.settings h3 a {
    font-size: 14px;
    display: inline-block;
    margin: 0 0 0 10px;
}
#invite_btn {
    display: inline-block;
    padding: 8px 15px;
    background-color: #399357;
    color: #fff;
    border-radius: 2px;
    margin: 0 10px 15px 0;
	font-size: 12px;
}
#invite_btn i {
    margin: 0 10px 0 0;
}
#create_btn {
	display: inline-block;
    padding: 8px 15px;
    background-color: #fff;
    color: #555;
	font-size: 12px;
    border-radius: 2px;
    margin: 0 10px 15px 0;
}
#resend_btn i {
    margin: 0 10px 0 0;
}
#resend_btn {
	font-size: 12px;
}
#search_field {
    height: 35px;
    width: 270px;
    border: none;
    padding: 0 20px;
	font-size: 14px;
}
#user img {
    width: 35px;
    float: left;
    border-radius: 3px;
    margin: 0 10px 0 0;
}
#user {
    width: 60%;
}
#user h5 {
    font-size: 14px;
    float: left;
    margin: 7px 15px 0 0;
}
.user_actions {
    float: left;
    margin: 4px 0 0;
	display: none;
}
.settings thead {
	background-color:#000;
}
.settings th {
	color:#fff;
}
.settings td:hover .user_actions, .settings th:hover .user_actions {
    display: block !important;
}
.settings td, .settings th {
    font-size: 14px !important;
	padding: 3px 5px 5px;
}
.settings th h5 {
    font-size: 14px !important;
}
.settings th h5 {
    font-size: 14px !important;
    font-weight: 700;
    float: left;
    margin: 7px 15px 7px 0;
}
.user_actions a {
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    border-radius: 2px;
}
.user_actions a i {
    margin: 0 5px 0 0;
}
.edit_user {
	background-color: #e0a71e;
}
.add_user {
    background-color: #23b53e;
}
.delete_user {
	background-color: #d51919;
}
.settings .table td input {
    width: 100%;
    height: auto;
	border: none;
}
.settings .table td, .settings .table th {
	vertical-align:middle;
}
.settings .table tbody {
    background-color: #fff;
}
.settings .alert {
    font-size: 14px;
}
.action_tab {
    font-size: 14px;
}
.action_tab label {
    margin: 0 15px 0 0;
}
.action_tab a.btn {
    display: inline-block;
    padding: 5px 10px;
    border: solid 1px #ddd;
    background-color: #fff;
    margin: 0 0 0 -5px;
    color: #000;
	font-size: 14px;
}
.select_btn {
    border-radius: 3px 0 0 3px;
}
.apply_btn {
    border-radius: 0 3px 3px 0;
}
.option {
    font-size: 14px;
    display: block;
    margin: 20px 0 0;
}
.option input {
    margin: 0 10px 0 0;
}

ul.bread_crumb {
    list-style: none;
    padding: 0;
}
ul.bread_crumb li {
    display: inline-block;
}
.tab_menu {
    /*border-bottom: solid 1px #ddd;*/
    background-color: #fff;
    padding: 8px 0 0;
}
.tab_menu a {
    display: inline-block;
    padding: 7px 18px;
    font-size: 14px;
    color: #555;
}
.tab_menu a.active, .tab_menu a:hover {
    background-color: #f6f8fa;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    position: relative;
    top: 1px;
    border-top: solid #dc660e;
    border-radius: 2px 2px 0 0;
    color: #000;
}
.tab_menu a span {
    display: inline-block;
    font-size: 12px;
    background-color: #eee;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 24px;
    border-radius: 30px;
}
.tab_section {
    padding: 20px 0 0;
}







.timer_field ul.list-group li ul {
    padding: 0;
    position: absolute;
    left: 153px;
    top: 0;
    background-color: #eee;
}

.taskmenu {
	font-family: 'Roboto', sans-serif;
	display:flex;
}
.taskmenu ul {
    padding: 0;
    list-style: none;
    margin: 0;
	position: relative;
}
section#task_main {
    width: 240px;
    padding: 20px 0;
    background-color: #f5f5f5;
    height: 350px;
    overflow: auto;
	border-radius: 3px;
}
.taskmenu ul li a {
    display: block;
    padding: 10px 20px 10px 35px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    border-bottom: solid 1px #d9d9d9;
	position:relative;
}
.taskmenu ul li a.project-doc-link {
    position: absolute;
    left: 0;
    top: 3px;
	border-bottom: none;
	padding:0;
	width: 38px;
    height: 38px;
	z-index:999;
}
.taskmenu ul li:last-child a {
    border-bottom: none;
}
section#task_sub {
    padding: 20px 0;
    width: 400px;
    border: solid 1px #d9d9d9;
    margin: 0 0 0 10px;
    border-radius: 3px;
	height: 350px;
    overflow: auto;
}
.taskmenu ul li a i {
    position: absolute;
    right: 15px;
    top: 11px;
}
a.no-project {
    display: block;
    background-image: url(../images/project.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 70px;
    padding: 80px 0 0!important;
    text-align: center;
    font-size: 16px!important;
    margin: 80px 0 0;
	color: #343d48;
}












.taskmenu {
    font-family: 'Roboto', sans-serif;
    display: flex;
    position: absolute;
    z-index: 999;
    background-color: #fff;
}
.taskmenu li {
        padding: 0 0 0 0;
    position: relative;
}
section#task_sub li {
    position: relative;
}
section#task_sub li a {
    padding: 10px 45px 10px 20px;
}



form#task-update input {
    width: 100%;
    background-color: #343d48;
    border: none!important;
    padding: 0 20px;
}


li.list-group-loader {
    background-color: #fff;
    position: absolute;
    top: -19px;
    width: 100%;
    text-align: center;
    height: 349px;
    padding: 75px 0 0;
    border: solid 1px #e5e5e5;
}

#task_sub li.list-group-loader {
    height: 347px;
}



.task-note {
    position: absolute;
    top: 45px;
    width: 140px;
    height: 295px;
    padding: 10px;
    font-size: 12px;
}
a.trello-link {
    padding: 0!important;
    border: none!important;
    position: absolute!important;
    right: 15px;
    top: 15px;
}


.link_container span {
    display: block;
	font-size: 13px;
}

.taskmenu.tasktypemenu * {
    width: 100%;
}
.taskmenu.tasktypemenu {
    width: 200px;
    top: 56px;
}




.temporary_arow.task_type_tag {
    width: 50px;
    height: 40px;
    margin: 0 auto;
    padding: 8px 0 0;
    border-radius: 2px;
}
.right_section ul.navbar-nav {
    margin: 12px 0 0;
}
.temporary_arow.task_type_tag.active-task-type {
    background-color: #343d48;
}
.active-tags {
    background-color: #343d48;
}
.time_schedule table td label {
    display: block;
    margin: 15px 0 0;
}


.task-heading {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.ntasks {
	opacity:.5
}
.nosummary {
	font-size:14px;
}

.clients-index  td, .clients-index  th {
	padding:6px;
	vertical-align: middle;
	font-size:14px;
}
.summary {
	font-size:13px;
}
.deskbar{margin:0;position:fixed;width:100%;left:0;right:0;text-align:center; z-index: 99;font-size:14px;    border-top: solid 1px #ddd;}







.time_schedule.clientreportpage div#wrapper {
    padding: 0 30px;
}
.clientreportpage .tab_section {
	padding: 20px 0 0;
	margin: 0 -15px;
}
.client-report-section .col-lg-12.col-md-12.col-sm-12 {
    padding: 0 0 20px;
}
.report-client-list {
    font-size: 17px!important;
    float: left;
}
.row.client-report-section {
    margin: 15px -15px 0;
	    padding: 0 15px;
}
.clientreportpage span.client-ttl-hr {
    float: right;
    margin: 3px 35px 0 0;
}
.client-report-section a#prev_arow {
    margin: 0 0 0 15px;
}
table#client-report-table td {
	padding:0;
}
table#client-report-table td .link_container {
    width: 100%;
	padding: 10px;
}
table#client-report-table td .link_container a {
    margin: 0;
}
table#client-report-table span.togglearrow {
    width: 11px;
    height: 7px;
    background-image: url(../images/arow_expand_black.png);
    position: absolute;
    right: 14px;
    top: 20px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}


.clientpjtble {
    margin: 0;
    background-color: #f5f5f5!important;
}
.clientpjtble .link_container a {
    float: left;
}
.clientpjtble .link_container .duration_box {
    float: right;
    font-size: 14px;
    margin: 0 35px 0 0;
}


.clienttsktbl {
    margin: 0;
    background-color: #eee!important;
}
.clienttsktbl .link_container a {
    float: none;
}
.clienttsktbl label {
    margin: 7px 0 0!important;
    text-align: right;
    padding: 0 45px;
}











.time_schedule.manageprojects {
    padding: 55px 15px;
}
.manageprojects .col-lg-12.col-md-12.col-sm-12 {
    padding: 0;
}
.manageprojects a.btn.btn-primary, a.btn.btn-primary {
    background-color: #007bff;
    border-radius: 2px;
   /* padding: 8px 20px;*/
    margin: 10px 0 0 8px;
}
.manageprojects .col-lg-12.col-md-12.col-sm-12 br {
    display: none;
}
.manageprojects .clients-index .summary {
    margin: 0 0 10px;
}
.manageprojects .btn {
    border-radius: 2px;
}



.pagination li a, .pagination li span {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    border: solid 1px #ddd;
    background-color: #fff;
    color: #000;
    margin: 0 5px 0 0;
    border-radius: 2px;
}
.prev a, .next a, .prev span, .next span {
    line-height: 26px!important;
    font-size: 30px;
    background-color: #555!important;
    color: #fff!important;
    border-color: #555!important;
}
ul.pagination li.active a, ul.pagination li:hover a {
	text-decoration:none;
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}
.prev.disabled, .next.disabled {
    opacity: 0.6;
}
.clientitem {
    display: inline-block;
}

.manageclients .col-lg-12.col-md-12.col-sm-12 {
    padding: 0;
}







#wrapper {
	border-bottom: solid 1px #ddd;
	margin: 0 -15px;
    background-color: #fff;
    padding: 0 15px;
}
.time_schedule table td .btn, .time_schedule table th .btn {
    font-size: 13px;
}
.filters td input {
    background-color: #f5f5f5;
}
.time_schedule table td i {
    /*margin: 0 0 0 10px;*/
}
table.table.clientpjtble {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
span.summary-hours {
    float: right;
    background-color: #cfd9ff;
    font-size: 13px;
    color: #232b4b;
    padding: 5px 12px;
    border-radius: 50px;
}
.task-summary li.nav-item a.nav-link {
    color: #232b4b;
    font-size: 14px;
    padding: 5px 0;
    min-height: 40px;
}












.manageprojects .posts {
    padding: 70px 0 0;
    width: 100%;
}
.manageprojects .posts img {
    width: 30px;
}

.bug-list {
   float: left;
   font-size: 10px !important;
   margin-right: 5px;
   padding: 3px;
}

.bug-label {
    display: flex;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
}
.task-bug-duration {
    font-size:  12px!important;
}

.task-spec {
    float:  left;
	color:#007bff;
	margin-right: 2px;
	font-size:  12px!important;

}


.bug-spec {
     float:  right;
	 color:#dc3545;
	 margin-left: 2px;
	 font-size:  12px!important;

}

.document-activities
{
	position: relative !important;
}
.document-area
{
	padding-left:30px;
}

a {
    background-color: transparent;
    color: #007bff;
    text-decoration: none !important;
}

.posts a.btn.btn-primary, a.btn.btn-primary {
    background-color: #007bff;
    border-radius: 2px;
    margin: 0 0 0 8px !important;
}



