body {
    /*background: #f5f5f5;*/
    background: #fff;
    color: #333;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857142857143;
    margin: 0;
    padding: 0;
    overflow-y: scroll !important;
    width: 100%;
}
body, html{
    margin:0;
    padding:0;
}
.dropdown-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    color: #4e4039;
    white-space: nowrap;
    transition: 0.3s;
}
/* remove tapped effect from buttons and fields when pressed */
*:focus {
	outline:none !important
}



ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}

td, th {
    display: table-cell;
    vertical-align: inherit;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

#jira-header {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    height: 100px;
}
#jira-header .column-left {
    width: 200px;
    float: left;
}

#jira-header .column-center {
	/*left: 50%;*/
    line-height: 200px;
    /*margin: 0px 24px 0px 0px;*/
    margin: 0px 0px 0px 0px;
    position: absolute;
    top: -10px;
    font: 400 100px/1.3 'Kaushan Script', Helvetica, sans-serif;
    /*font: 400 100px/1.3 'Lobster Two', Helvetica, sans-serif;*/
    /*font: 400 130px/0.8 'Cookie', Helvetica, sans-serif;*/
    /*font: 400 100px/1.0 'Just Another Hand', Helvetica, sans-serif;*/
    color: #707070;
    font-style: italic;
    float: left;
}
#jira-header .column-center #logo span {
	color: #ec8e00 !important;
}
#jira-header .column-right {
	float: right;
    /* position: relative; */
    /* top: 0; */
    width: 200px;
}
#jira-header .column-right #my-profile-wrapper {
	display: block;
    top: 0;
    position: relative;
    position: relative;
    float: right;
    top: 24px;
}
#jira-footer {
	clear: both;
    float: left;
    width: 100%;
    min-height: 80px;
    height: 100px;
    background-image: none;
    background-color: #f8f8f8;
    /*margin-bottom: 15px;*/
}
#filters {
    margin-bottom: 15px;
    margin-left: 10px;
    height: 30px;
}
#filters #team-board-wrapper {
	margin-right: 15px;
	float: left;
}
#filters #sprint-name-wrapper {
	margin-right: 15px;
	float: left;
}
#filters #filter-assignee-name-wrapper {
	margin-right: 15px;
	float: left;
	min-width: 200px;
}
#filters #filter-refresh-btn-wrapper span {
    color: #ec8e00;
}

#content {
    z-index:1;
}

#ajax-time-table-wrapper {
	/*border: 1px solid #ccc;*/
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    /* border-bottom-width: 0; */
    height: 100%;
    position: relative;
    /*margin-bottom: 15px;*/
}

#approvals-content #ajax-time-table-wrapper {
    margin-bottom: 0px;
}

#ajax-time-table-wrapper .toolbar-slider-wrapper {
	background-color: #f8f8f8;
}

#ajax-time-table-wrapper .toolbar-slider {
	/*margin: auto;*/
    display: table;
    padding: 10px;
    color: #ec8e00;
    font-weight: bold;
    white-space: nowrap;
    text-decoration: none !important;
    font-size: 18px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}

#ajax-time-table-wrapper .toolbar-slider .arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ec8e00;
    float: left;
    cursor:pointer;
    position: relative;
    top: 3px;
}

#ajax-time-table-wrapper .toolbar-slider .text-range-date {
  	width: 270px;
    float: left;
    text-align: center;
    cursor: pointer;

}

#ajax-time-table-wrapper .toolbar-slider .arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ec8e00;
    float: left;
    cursor:pointer;
    position: relative;
    top: 3px;
}

#ajax-time-table .loading,
#ajax-content .loading {
  position: absolute;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#ajax-content,
#ajax-time-table {
	min-height: 100%;
    background: #fff;
    margin: 0;
    /*z-index: 9;*/
}

#ajax-content {
    /*border: 1px solid #ccc;*/
    border-left-width: 0;
    border-right-width: 0;
	min-height: 600px;
    clear: both;
    display: block;
}

#approvals-content #ajax-content {
	border-top-width: 0px;
	min-height: 600px;
}

#ajax-time-table {
    border: 1px solid #ccc;
    border-left-width: 0;
    border-right-width: 0;
    box-sizing: border-box;
    clear: both;
    display: block;
    /* padding: 20px 10px 20px 10px; */
    position: relative;
    height: 100%;
    min-height: 70px;
    border-bottom-width: 0;
    padding: 20px 40px;
    width: 100%;
}

#ajax-time-table table {
	border-collapse: collapse;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-spacing: 0px;
    white-space: normal;
    line-height: normal;
    text-align: center;
    display: table;
    border-color: grey;
    position: relative;
    width: 70%;
    cursor: default;
    margin-left: -35%;
    left: 50%;
}

#ajax-time-table table thead,
#ajax-time-table table tbody {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

#ajax-time-table table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

/* TH */
#ajax-time-table table tr th {
	border: 1px solid #ccc;
    white-space: normal;
    padding: 3px 5px;
    text-align: center;
    font-size: 15px;
    /*color: #337ab7;*/
    color: #333;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}

#ajax-time-table table thead tr:nth-child(1) th {
	border-top-width: 0px;
}
#ajax-time-table table thead tr:nth-child(1) th:nth-child(1) {
	border-left-width: 0px;
	border-right-width: 0px;
    text-align: left;
    min-width: 100px;
}
#ajax-time-table table thead tr:nth-child(1) th:nth-child(2) {
	border-left-width: 0px;
    text-align: left;
    min-width: 200px;
}
#ajax-time-table table thead tr th {
    width: 50px;
}
#ajax-time-table table thead tr th.key {
    width: 100px;
}
#ajax-time-table table thead tr th.summary {
    width: 700px;
}
#ajax-time-table table tbody tr td.summary {
    max-width: 460px;
    width: 50% !important;
}
#ajax-time-table table thead tr:nth-child(1) th:nth-child(1),
#ajax-time-table table thead tr:nth-child(1) th:nth-child(2),
#ajax-time-table table thead tr:nth-child(2) th {
	border-bottom-width: 2px;
}

/* TD */
#ajax-time-table table tr td {
	border: 1px solid #ccc;
    padding: 5px 7px;
    width: 50px;
    font-size: 15px;
    color: #333;
}
#ajax-time-table table tbody tr td:nth-child(1) {
	border-left-width: 0px;
    text-align: left;
}
#ajax-time-table table tbody tr td:nth-child(1) a {
	color: #333;
}
#ajax-time-table table tbody tr td:nth-child(1) a:hover {
	text-decoration: none;
	/* font-weight: bold; */
}
#ajax-time-table table tbody tr td:nth-child(2) {
    text-align: left;
}
#ajax-time-table table tbody tr td:nth-child(2) a {
	color: #333;
}
#ajax-time-table table tbody tr td:nth-child(2) a:hover {
	text-decoration: none;
	/* font-weight: bold; */
}
#ajax-time-table table tbody tr:last-child td {
	border-bottom-width: 0px;
}
/* WEEKEND & TODAY */
#ajax-time-table table thead tr th.non-business-day,
#ajax-time-table table tbody tr td.non-business-day {
	background-color: #fed;
}
#ajax-time-table table tbody tr td.approved {
	background-color: #66CC33 !important;
	color: #fff;
}
#ajax-time-table table tbody tr td.day-off {
	background-color: rgb(204, 204, 204);
	color: #fff;
}
#ajax-time-table table tbody tr td.not-approved {
	background-color: #ec8e00 !important;
	color: #fff;
	cursor: pointer;
}

/* TOTAL HOURS */
#ajax-time-table table tbody tr.total-daily-hours td {
	border-top-width: 4px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
#ajax-time-table table tbody tr.total-daily-hours td:nth-child(1) {
    text-align: right;
}
#ajax-time-table table tbody tr.total-weekly-hours td {
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
#ajax-time-table table tbody tr.total-weekly-hours td:nth-child(1) {
    text-align: right;
}

/* APPROVE HOURS BTN */
#ajax-time-table table tbody tr.approve-hours td:nth-child(2) #approve-hours-btn {
	width: 100% !important;
	text-align: center;
}
#ajax-time-table table tbody tr.approve-hours td:nth-child(2) #approve-hours-btn:hover {
	/*border-color: #337ab7;*/
	border-color: #ccc;
}
#ajax-time-table table tbody tr.approve-hours td:nth-child(2) #approve-hours-btn:disabled {
}
#ajax-time-table table tbody tr.approve-hours td:nth-child(2) #approve-hours-btn:enabled {
}
#ajax-time-table table tbody tr.approve-hours td:nth-child(2) #approve-hours-btn span {
	/*font-weight: bold;*/
    text-decoration: none;
    white-space: nowrap;
}



#ajax-time-table table thead tr th.today,
#ajax-time-table table tbody tr td.today {
	background-color: #e0f0ff;
}
#ajax-time-table table tr td.expanded {
width: 80px;
}
#ajax-time-table table thead tr th.expanded {
width: 80px;
}
/*
#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -16px 0px 0px -16px;
    z-index:100;
}
*/

#sprint-board {
	background: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    display: block;
    padding-top: 13px;
    padding-bottom: 40px;
    position: relative;
    height: inherit;
}

#sprint-board ul#column-headers {
	padding-top: 5px;
	box-sizing: border-box;
    border-spacing: 10px 0;
    display: table;
    list-style: none;
    margin: 0;
    table-layout: fixed;
    padding: 0;
}

#sprint-board ul#column-headers li {
	background: #fff;
    border-bottom: 5px solid #f5f5f5;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    display: table-cell;
    list-style: none;
    margin: 0;
    position: relative;
    vertical-align: top;
    width: 100%;
}

#sprint-board ul#column-headers li h2 {
	float: left;
}
#sprint-board ul#column li .column-remaining-time {
    width: 60px;
    float: right;
    position: relative;
    right: 0px;
}
#sprint-board ul#columns li  .remaining-time-icon {
	width: 20px;
    height: 20px;
    top: 6px;
    right: -4px;
}

#sprint-board ul#columns li  .remaining-time-icon {
    width: 20px;
    height: 20px;
    top: 6px;
    right: -4px;
}

#sprint-board ul#columns li .avatar_pic {
    width: 48px;
    height: 48px;
}


#panel_padding {
    padding-right: 10px;
    padding-left: 10px;
}

#sprint-board ul#column-headers li .column-remaining-time span {
	font-weight: bold;
    float: right;
    position: relative;
    top: 6px;
}

#sprint-board ul#columns {
    box-sizing: border-box;
    border-spacing: 4px 0;
    /* display: table; */
    list-style: none;
    margin: 0;
    /* table-layout: fixed; */
    padding: 0;
      display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#sprint-board ul#columns li {
    box-sizing: border-box;
    /*display: table-cell;*/
    list-style: none;
    margin: 0;
    padding: 1px 0 0;
    position: relative;
    vertical-align: top;
}

#sprint-board ul#columns li .sprint-board-item {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    line-height: 1.42857143;
    margin-top: -1px;
    list-style: none;
    min-height: 110px;
    padding: 10px 0px 10px 0px;
    -webkit-box-sizing: content-box;
    width: 100%;
}

#sprint-board ul#columns li .sprint-board-item:hover {
	background:#e9e9e9
}

#sprint-board ul#columns li .sprint-board-item .grabber {
	background-color: #66cc33;
	height: 100%;
    left: 0;
    position: absolute;
    text-indent: -9999em;
    top: 0;
    width: 5px;
}

#sprint-board ul#columns li .sprint-board-item .row-1,
#sprint-board ul#columns li .sprint-board-item .row-2 {
	padding-right: 37px;
}

#sprint-board ul#columns li .sprint-board-item .row-1 .issue-type {
    height: 16px;
    width: 16px;
}
#sprint-board ul#columns li .sprint-board-item .row-1 .issue-type img {
	height: 16px;
    width: 16px;
    overflow: hidden;
}

#sprint-board ul#columns li .sprint-board-item .row-1 .issue-key {
	display: inline-block;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin-left: 10px;
    color: #3b73af;
}
#sprint-board ul#columns li.sprint-board-resolved .sprint-board-item .row-1 .issue-key,
#sprint-board ul#columns li.sprint-board-done     .sprint-board-item .row-1 .issue-key,
#sprint-board ul#columns li.sprint-board-closed   .sprint-board-item .row-1 .issue-key {
	text-decoration: line-through;
}

#sprint-board ul#columns li .sprint-board-item .row-2 .issue-summary {
	margin-left: 27px;
}

#sprint-board ul#columns li .sprint-board-item .row-3 {
    margin-top: 11px;
 /*   margin-left: 27px;*/
    height: 35px;
 /*    float: left; */
    display: block;
    width: auto;
    max-width: 500px;
}

#sprint-board ul#columns li .sprint-board-item .row-3 #original-estimate-graph,
#sprint-board ul#columns li .sprint-board-item .row-3 #remaining-estimate-graph,
#sprint-board ul#columns li .sprint-board-item .row-3 #time-spent-graph {
/*	width: 236px; */
    float: left;
}

#sprint-board ul#columns li .sprint-board-item .row-3 #original-estimate-graph div,
#sprint-board ul#columns li .sprint-board-item .row-3 #remaining-estimate-graph div,
#sprint-board ul#columns li .sprint-board-item .row-3 #time-spent-graph div {
	float: left;
	border: 0;
    font-size: 0;
    height: 4px;
}

#sprint-board ul#columns li .sprint-board-item .row-3 .graph-wrapper {
    float: left;
    width: 180px;
}

.progress {
    height: 5px;
    background-color: #cccccc;
}

#remaining-estimate-graph.progress {
    height: 5px;
    background-color: #ec8e00;
}

#sprint-board ul#columns li  .content-fluid
{
    border: 1px solid #ccc;
    border-left: 5px solid #6fbf1f;
}
#sprint-board ul#columns li  .content-fluid:hover
{
    background-color: #ccc;
}

.progress-bar-rem {
    background-color: #cccccc;
}

#sprint-board ul#columns li .sprint-board-item .row-3 span {
	float: left;
    width: auto;
    font-size: 11px;
    position: relative;
    top: -5px;
    left: 5px;
    color: black;
}

#sprint-board ul#columns li .avatar {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}

#sprint-board ul#columns li .sprint-board-item .work-log {
    display: block;
    position: absolute;
    right: 10px;
    top: 67px;
}
#sprint-board ul#columns li .sprint-board-item .work-log img {
    width: 38px;
    height: 32px;
}

#sprint-board ul#columns li .sprint-board-item .avatar img {
    border-radius: 3px;
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    width: 48px;
    color: #fff;
    cursor: default;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

#dwarfers {
    position: relative;
    box-sizing: border-box;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3.01px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-variant: normal;
    font-weight: normal;
    height: 2.14285714em;
    line-height: 1.42857143;
    margin: 0;
    padding: 4px 10px;
    text-decoration: none;
    vertical-align: baseline;
    white-space: nowrap;
}

#logout-content {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 60px;
    margin: -30px 0 0 -175px;
}

#logout-content .logout-message{
    color: #333;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Log Work START */
#log-work-time-jira-only,
#log-work-time-admin-only {
    margin: 3px 3px 3px 0px;
    cursor: auto;
    padding: 1px;
    border: 2px inset;
    width: 17px;
}
.log-work-checkbox-lbl {
    position: relative;
    top: -7px;
}
.log-work-checkbox-lbl span {
	top: -11px;
    position: relative;
    font-weight: normal;
}
label#log-work-checkbox-lbl-jira {
    left: 0px;
    margin: 0;
    width: 50px;
}
label#log-work-checkbox-lbl-admin {
    margin-left: 0px;
    left: 8px;
    margin: 0;
    width: 67px;
}

/* Log Work END */

.img-flag {
    height: 15px;
    width: 18px;
  }
.fab-Button {
    align-items: center;
    background-color: #527a00;
    background-color: var(--fabric-theme-base, #527a00);
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 #0000000d, 0 0 0 2px #0000;
    box-sizing: border-box;
    display: inline-flex;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 800;
    height: 34px;
    line-height: 1.125;
    padding: 0 16px;
    position: relative;
    user-select: none;
    vertical-align: bottom;
}

.time-box-version {
    font-family:'Saira Stencil One';
    font-size: 40px;
    color: olive !important;
}

.overtime{
    color: #1b6d85 !important;
}
