
/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  /*padding-top: 50px;*/
}


/*
 * Global add-ons
 */

 .avatar {
    min-width: 25px;
    height: 25px;
    border-radius: 50px;
    background-color: gray;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
 }

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
    z-index: 1;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  /*margin-right: -21px;*/ /* 20px padding + 1px border */
  /*margin-bottom: 20px;*/
  /*margin-left: -20px;*/
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    /*padding-right: 40px;*/
    /*padding-left: 40px;*/
  }
}
.main .page-header {
  margin-top: 0;
}

/*---------- MAIN AREA Style ----------*/

@media (min-width: 768px) {
    .main{
        padding: 0;
    }
    
}

@media (max-width: 768px) {

    
    .table-responsive td{
        display: block;
    }
}

.table-responsive {
    /*display: none;*/
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.client {
  display: inline-block;
  padding: 3px;
  color: white;
  background: #666699;
}

.filecard{
  background-color: #eeeeee;
  margin-right: 10px;
  padding: 10px;
  border: solid 1px #dddddd;
}


.project-area .tab-content{
    display: block;
    background: #fff;

}

/*START SAM STYLE*/
/*TAB SIDEBARS MAIN */
.sidebar ul.tabs, ul.tabs2{
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: fixed;
  z-index: 1041;
  top: 80px;
}

ul.tabs-timer,
ul.tabs2 {
    background-color: #666666;
}
ul.tabs-timer,
ul.tabs {
    background-color: #fff;
}

ul.tabs-timer li,
ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: 45px;
    line-height: 45px;
    padding: 0px 5px;
    border-bottom: 1px solid #fff;
}

ul.tabs-timer li.current,
ul.tabs li.current{
    border-bottom: 0px solid transparent;
}

ul.tabs2 li{
    background: #666;
    color: #fff;
    display: block;
    cursor: pointer;
    text-align: center;
    height: 45px;
    line-height: 45px;
    margin: 0;
    position: relative;
    float: left;
   /* border-radius: 5px 5px 0px 0px;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #fff;*/
}
/*ul.tabs2 li:first-child, ul.tabs2 li:nth-child(2){ width: 40%; }
ul.tabs2 li:last-child { width: 20%; }*/

ul.tabs-timer li,
ul.tabs li, ul.tabs2 li{width: 33.33%;}
ul.tabs2 li. .current {
    border-bottom: 0px solid transparent;
}

@media (min-width: 992px){

    ul.tabs2, ul.tabs, .tab-title{
        width: 16.6%;
    }
}
@media  screen and (max-width: 991px) and (min-width: 768px){
    ul.tabs-timer,
    ul.tabs2, ul.tabs,.tab-title{
        width: 25%;
    }
}

ul.tabs-timer li.current,
ul.tabs li.current{
  background: #ededed;
  color: #222;
}

ul.tabs-timer li.current,
ul.tabs2 li.current{
  background: #919191;
  color: #222;
}

#first-sidebar .tabbed-content{
  background: #919191;
  padding: 15px;
}

#first-sidebar .tabbed-content.current{
  background:#919191;
}

.tabbed-content{
  display: none;
  background: #ededed;
  height: 100%;
}

.tabbed-content.current{
  display: inherit;
  height: 100%;
}


/*SIDEBAR POSITIONING*/

#first-sidebar, #second-sidebar, #third-sidebar{
    position: relative;
    top: 75px;
}

#first-sidebar #tab-2 ul li > div{
  padding: 5px 20px 5px 45px;
}

/*#first-sidebar #tab-2 ul li > div:first-child{*/
  /*padding-top: 25px!important;*/
/*}*/

#first-sidebar {
    background: #919191;
}

#tab-2 ul li a{
  color: #000;
}
#tab-2 ul li a:hover{
  background-color: transparent;
}


.sidebar:first-child{
  top: 50px;
  padding: 0;
  background-color: #666666;
}
.sidebar:nth-child(2){
  top: 50px;
  padding: 0;
}

#url_project iframe {
    width: 100%;
    height: calc( 100vh - 40px );
}

.title-project-name{
    text-transform: uppercase;
}

/*
.hover-tab .div-on-hover-show{
    display: none;
    height: 30px;
}
.div-on-hover-no-show{
    height: 30px;
}
.hover-tab:hover .div-on-hover-no-show{
    display: none;
}

.hover-tab:hover .div-on-hover-show{
    display: block;
}
*/

#myprojects .nav-sidebar > li:first-child > a {
    display: inline-block !important;
    margin:auto;
}

.project-details {
  cursor: pointer;
  clear: both;
}

li.task-item {
  list-style-type: none;
  font-size: 11px;
}

.due_at {
    text-align: center;
    background: #666666;
    color: #a1a1a1;
    font-size: 12px;
    font-weight: bold;
}
#first-sidebar input {
    width: 100%;
}
/*
.past_due {
  color: #ca0d0d;
  font-weight: bold;
}
.due_today {
  color: red;
}
.due_tomorrow {
  color: orange;
}
.due_this_week {
  color: green;
}*/

.title-project-project-name{
    /*white-space: nowrap;*/
    width: 100%;
  font-size: 16px;
    /*overflow: hidden;
    text-overflow: clip;
    padding-right: 2px;*/
}
/*.hover-tab > p:first-child:hover{
    overflow: visible;
    text-overflow: inherit;
    background-color: #919191;
}*/

#first-sidebar .nav-sidebar > li {
    padding-top: 5px;
    clear: both;
}
.title-project-client-name {
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 10px;

}
.title-project-project-name{
    /*color: #124a54;
    z-index: 1040;*/
    position: relative;
    line-height: 17px;
    margin-bottom: 0;
}
.project-sidebar-tasks{
  padding-left: 0;
    /*clear: both;*/
}
.projects-tt{
    color: #f5f5f5;
    background-color: #666666;
}
.timers-tt{
    background-color: #fff;
    color: #000;
}
.tab-title{
    text-transform: uppercase;
    text-align: center;
    letter-spacing:2px;
    margin: 0;
    padding: 5px;
    position: fixed;
    z-index: 1044;
}

.project-item.timer-running {
    background-color: #ddffe0;
}

.project-item{
    list-style-type: none;
    padding: 5px 15px;
}

.timer-proj-name {
    text-transform: uppercase;
    font-weight: 700;
}
.timer-task{
    font-size: 13px;
    border-left: 1px solid;
    padding: 3px;
    background-color: #fff;
    display: block;
    clear: both;
}
.timer-task.active{
    height: auto;
    overflow: visible;
    text-overflow: initial;
    white-space: normal;
}
.timer-duration{
    float: right;
}
.timer-duration:after{
    clear: both;
}
#timer-sidebar ul{
    padding: 0;
}
#timer-sidebar ul li:first-child{
    padding-top:30px;
}

/*----  TIMER MODAL ---*/
/*#timer-modal input, #timer-modal select{
    width: 32%;
}
.modal-footer, .modal-header{
    border: none;

}
.modal-title{
    text-transform: uppercase;
}
*/

.row.without-margin{
    margin:0;
}
.row.without-margin .checkbox+.checkbox{
    margin-top: 10px;
}

[contenteditable=true]:empty:before {
  content: attr(placeholder);
    color: #999999;
  display: block; /* For Firefox */
}

[v-cloak] {
  display: none;
}

a.active {
	text-decoration: underline;
    background: yellow;
}

.hover-tab.project-details:hover{
    background: #f3f3f3;
}

#filterProjects{
   position: fixed;
    top: 124px; 
 width: 16.6%;
 z-index: 1041;
    background-color: #919191;
}

.tab-title{
    top: 50px;
}

.sidebar{
   /*margin-top: 120px;*/
}

body .sidebar #first-sidebar{
   top: 120px;
}
body .sidebar:nth-child(2){
   margin-top: 0;
}

.modal-body {
     max-height: 80vh;
     overflow-y: auto;
 }
 .empty-notes {
     background: pink;
 }
 .title-project-client-name {
     text-transform: uppercase;
 }
.duration {
    border: none;
    background: none;
}
.duration-hours {
    text-align: right;
}
.duration-minutes {
    text-align: left;
}
.timer-table .timer-running td,
.timer-table .timer-running select,
.timer-table .timer-running button,
.timer-table .timer-running input{
    background: #ddffe0;
}
.timer-table .timer-paused td,
.timer-table .timer-paused select,
.timer-table .timer-paused button,
.timer-table .timer-paused input{
    background: lightyellow;

}
.timer-notes {
    min-height: 20px;
}

.timer-table select{
    /*border-image: none;
    border: none;*/
}
.timer-new td {
    border-bottom: 1px solid black;
    margin-bottom: 20px;
}
.row-date {
    background: #666666;
    color: rgb(36, 34, 34);
}

.row-date select {
    color: black;
}

.nav-sidebar > li > div {
    /*padding-right: 20px;
    padding-left: 20px;*/
}
#first-sidebar .nav-sidebar > li > div {
    /*padding-right: 20px;
    padding-left: 20px;*/
    /*height: 20px;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}


.timer-proj-name {
    text-transform: uppercase;
    font-weight: 700;
}
.timer-task{
    font-size: 13px;
    border-left: 1px solid;
    padding: 3px;
}
.timer-task.active{
    height: auto;
    overflow: visible;
    text-overflow: initial;
    white-space: normal;
}
.timer-duration{
    float: right;
}
.timer-duration:after{
    clear: both;
}
#timer-sidebar ul{
    padding: 0;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 90vh;
    height: 90vh;
}

.datepicker {
    min-width: 145px;
}

.table-row-hover:hover,
.timer-form:hover {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

tr.sub-head {
    background: #aaaaaa;
}


.navbar-inverse .navbar-nav>li>a.router-link-active {
    color: white;
}

.control-label,
 .fieldRight,
 .labelLeft{
     display: inline-block;
 }

 .timesSlider{
     min-height: 60px;
     background-color: #f1f1f1;
 }

 .carousel-item{
     min-height: 60px;
     width: 100%;

 }

 .buttonRow {
     text-align: center;
     padding: 0 12%;
 }


   .btn-group   .btn input[type="radio"]{
     clip: rect(0px, 0px, 0px, 0px);
     pointer-events: none;
     position: absolute;
 }


 .timesSlider .buttonRow .row{
     padding-top: 10px;
 }

.timesSlider .buttonRow .row .col-3{
    display: inline;
}
.carousel-control-next{
   margin: -40px 20px 20px 20px;
   float: right;
}

.carousel-control-prev{
   margin: -40px 20px 20px 20px;
   float: left;
}

.timesSlider .sr-only{
   position: relative;
}

#first-sidebar .active,
#second-sidebar .active {
    background: #c6a5e7;
}

#first-sidebar div:hover,
#second-sidebar div:hover{
    background: #e0d0f0;
    cursor: pointer;
}

#first-sidebar .active:hover,
#second-sidebar .active:hover {
    background: #c6a5e7;
}

.carousel-control-prev-icon{
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3E%3Cpath d=\'M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z\'/%3E%3C/svg%3E");
}

.carousel-control-next-icon{
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3E%3Cpath d=\'M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z\'/%3E%3C/svg%3E");
}

.timesSlider .carousel-control-next-icon,
.timesSlider .carousel-control-prev-icon{
 color: #337ab7;
 font-size: 34px;
 height: auto;
 background: none;
}

.for-today.badge {
    background-color: #337ab7;
}
.timesSlider .carousel-control-next, 
.timesSlider .carousel-control-prev{
    opacity: 1;
}

.help-block {
    display: none;
}

.has-error .help-block {
    display: block;
}

.navbar-fixed-top {
    z-index: 3;
}

.timer-row-client {
    text-transform: uppercase;
    font-size: 10px;
}
.timer-row-project {
    
}
.timer-row-task {
    color: #669966;
    font-size: 14px;
}
.timer-row-user {
    margin-top:10px;
    font-size: 12px;
}

.row-date td {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: auto;
}

.hover-action {
    float: right;
    display: none;
}
div:hover > .hover-action {
    display: inline;
} 

.dragtarget {
}
.dragtarget.over {
  border: 2px dashed #000;
    background: grey;
}

.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.topTableMargin {
  margin-top: 30px;
}
.searchboxMargin {
  margin-top: 20px;
  margin-bottom: 20px;
}
.saveBtnMargin {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {


/* moves logo out of the way. */
 nav.navbar  .navbar-header .navbar-brand{
   position: absolute;
 }

/* makes space for the logo that is moved out of the way. */
 nav.navbar  #navbar{
   padding-left: 100px;
 }

/* prevents the nav bar at the top from getting too tall, and adds a scroll bar if it does
   so it doesn't cover up the buttons or content below: */
 nav.navbar {
    overflow-y: scroll;
    max-height: 57px;
 } 

}


.drag-icon {  
	position: absolute;
	width: 16px;
	height: 16px;
	right: 0;
	bottom: 0;
}

#dragbar{
   background-color:black;
   height:100%;
   float: right;
   width: 3px;
   cursor: col-resize;
}

#ghostbar{
    width:3px;
    background-color:#000;
    opacity:0.5;
    position:absolute;
    cursor: col-resize;
    z-index:999
}p from getting too tall, and adds a scroll bar if it does
   so it doesn't cover up the buttons or content below: */
    nav.navbar {
        overflow-y: scroll;
        max-height: 57px;
    }
}

.drag-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    bottom: 0;
}

#dragbar {
    background-color: black;
    height: 100%;
    float: right;
    width: 3px;
    cursor: col-resize;
}

#ghostbar {
    width: 3px;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    cursor: col-resize;
    z-index: 999
}

.transparent-button > button {
    color: white; 
    background-color: transparent; 
    border-color: transparent; 
    text-transform: uppercase; 
    font-weight: 500;
}

.transparent-button > .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.transparent-button > .show .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.transparent-button > .btn-secondary:focus, .btn-secondary.focus {
    color: #fff !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.transparent-button > .btn-secondary:hover {
    color: #fff;
    background-color: transparent !important;
    border-color: none !important;
}

.white-text {
    color: white !important;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #ffffff47 !important;
}

#report-menu-link {
    color: white !important
}

.vdatetime-input {
    border:none
}

.table-header-background{
    color: white !important;
    background-color: rgba(0, 0, 0, 0.7);
     position: sticky;
    top: 0;
    z-index: 999 !important;
}
.table-body-background{
    color: white !important;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0.8;
}

.transparent-input-note {
    color: white !important;
    background: none !important;
    border: none !important;
    overflow: auto !important;
}

.transparent-input-note:focus {
    box-shadow: none !important;
}

#new-task-menu .dropdown-menu:not(#priorities-dropdown .dropdown-menu) {
    width: 777px;
    transform: translate3d(-340px, 38px, 0px)!important;
    padding: 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.new-task-container {
    display: flex;
}