﻿body {
    padding-top: 70px;
    background-color:#F6F6F6;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    /*padding-bottom: 20px;*/
}
a {cursor:pointer;}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #AAB2BD;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  /*font-family: 'Lato', sans-serif !important;*/
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;  
}

h1, h2, h3 {
    font-size: 25px;
}

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/



.wrap {
    margin-left: 0;
    margin-right: 0;
}


/* ----------------------------------
 * navbar
 * ---------------------------------- */
.navbar-custom {
    position: fixed;
    top: 0; 
    left: 0;
    /*border: none;*/
    border-radius: 0;
    background-color: #ffffff;
    background-color: rgb(255,255,255);
    width: 100%;
    z-index: 1000;
    border-bottom-width: 3px;
    border-color: #3BAFDA;
}

.navbar-custom .nav li a {
    display: block;
    color: #3BAFDA;
}
.navbar-custom .nav li a:focus, 
.navbar-custom .nav li a:hover {
    color: #3BAFDA;
}
.navbar-custom .nav li a:active,
.navbar-custom .nav li a.current {
    border-bottom: 3px solid #3BAFDA;   
}

.navbar-custom .dropdown-menu li a {
    color: #fff;
}

.navbar-custom .navbar-toggle {
    position: relative;
    background-color: #3BAFDA;
    border-color: #3BAFDA;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #3BAFDA;    
}
.navbar-custom .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
/*.navbar-custom .navbar-brand {
    padding: 5px 15px;
    opacity: .7;
    filter:alpha(opacity=70);
    transition: opacity .4s ease-in-out;
}*/
/*.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:active {
    opacity: .9;
    filter:alpha(opacity=90);  
    transition: opacity .4s ease-in-out;  
}*/
.navbar-default .navbar-collapse {
    border-color: #e7e7e7;
}

.navbar-custom .navbar-brand {
    color: #3BAFDA;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 700;
    font-size: 30px;
    -ms-text-shadow: 2px 2px 2px #FFF;
    -webkit-text-shadow: 2px 2px 2px #FFF;
    text-shadow: 2px 2px 2px #FFF;
    padding-left: 60px;
}

.page-header .page-logo a {
    color: #3BAFDA;
    margin-top: 10px;
    font-weight: 700;
    font-size: 40px;

    padding-left: 60px;
}

.navbar-custom .navbar-brand a {
    display: block;
    color: #3BAFDA;
}



.navbar-custom .navbar-brand:focus, 
.navbar-custom .navbar-brand:hover {
    color: #3BAFDA;
}

/*.page-header {
    margin: 0;
    padding-bottom: 4px;
    margin-bottom: 20px;
    border-color: #ccd1d9;
}

.page-header h3{
    margin-top: 10px;
    margin-bottom: 0;
}*/

footer {
    min-height: 50px;
    border-radius: 0;
    /*background-color: #ffffff;
    background-color: rgba(255,255,255,.9);*/
    width: 100%;
    border-width: 0px;
    border-style: solid;
    border-top: 1px dashed #AAB2BD;
    /*border-top-width: 1px;
    border-color: #3BAFDA;*/
    /*bottom: 0;
    position: absolute;*/
}

.table tbody>tr>td.center {
    text-align: center;
}

.table tbody>tr>td.vert-align
{
    vertical-align: middle;
}

th h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.js-loading-bar {
    /*margin-top: 20%;*/
    padding-top: 15%;
}

.actionBarContainer .actionBar {
    width: 0;

    
    overflow: hidden;
        white-space: nowrap;
        -moz-text-overflow:clip;
        -ms-text-overflow:clip;
        -o-text-overflow: clip;
    text-overflow: clip;

    -webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;			
	-ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.actionBarContainer:hover .actionBar{
    -webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;			
	-ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    width: auto;

}
.crop {
        overflow:hidden; 
        white-space:nowrap;
        -moz-text-overflow:ellipsis;
        text-overflow:ellipsis; 

    }

.minWidth {
    white-space: nowrap;
    width: 1px;
}

.order {
    cursor: move;
}

div[type="pills"] div.tab-content {
    padding-left: 0px;
    padding-right: 0px;
}

.tasksContainer {
    padding-top: 8px;
    min-height: 120px;
    
}

.task-drop-holder {
    border: 1px solid #f7ecb5;
    background-color: #fcf8e3; 
    /*width: 170px;*/
    height: 120px;
}

.task-note {
    z-index: 90;
    /*width: 100%;*//*170px;*/
    height: 150px;
    display: block;
    /*float: left;*/
    position: relative;
      min-height: 1px;
      /*margin-right: 8px;
      margin-left: 8px;

    margin-bottom: 8px;*/
    border:  1px solid #ddd;
    border-left: solid 8px #3bafda;
    margin: 10px;
    background-color: #F6F6F6;
}

.task-note.story {
    border-left: solid 8px #8cc152;
}

.task-note.bug {
    border-left: solid 8px #da4453;
}

.list-group-item.story {
    border-left: solid 5px #8cc152 !important;
}
.list-group-item.task {
    border-left: solid 5px #3bafda !important;
}
.list-group-item.bug {
    border-left: solid 5px #da4453 !important;
}

/*.panel-body .list-group-item {
    border-right-color: #ddd;
}

.panel-body .list-group-item:last-child {
   border-bottom-color: #ddd;
}

.panel-body .list-group:last-child {
    margin-bottom: 0px;
}*/

.task-actions-pnl {
    margin-top: 6px;
    /*position: absolute;
    z-index: 99;
    right: 0;
    top: 1em;
    padding: 0;*/
    /*height: 1.833em;*/
    display: none;
    /*margin-right: -1.083em;*/
    white-space: nowrap;
    -ms-opacity: 0;
    opacity: 0;
}

.task-note:hover .task-actions-pnl {
    -ms-opacity: 1;
    opacity: 1;
    display: inline-block;
    -webkit-transition:0.5s linear all;
    -moz-transition:0.5s linear all;
    -ms-transition:0.5s linear all;
    -o-transition:0.5s linear all;
    transition:0.5s linear all;

    /*-ms-transform: rotate(-90deg);
    -ms-transform-origin:right, top;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    
    -webkit-transform-origin:right, top;
    -moz-transform-origin: right, top;
    -o-transform-origin: right, top;
    transform-origin: right, top;*/
    
}

.task-note:hover {

    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*border: solid 1px;*/
    cursor: move;
}

/*.task-note .edit-ticket-btn {
    display: none;
}

.task-note:hover .edit-ticket-btn {
    display: inline-block;
}*/

.task-note-body {
    position: relative;
    overflow:hidden; 
    white-space:normal;
    -moz-text-overflow:ellipsis;
    text-overflow:ellipsis;
    padding-bottom: 50px;
}

/*.task-note-body:hover {
    
}*/

.task-note-footer {
    /*border-top: 1px solid;*/
    overflow:hidden; 
    white-space:normal;
    -moz-text-overflow:ellipsis;
    text-overflow:ellipsis;
    position: absolute;
    bottom: 0;
    padding-bottom: 8px;
    padding-right: 8px;
      padding-left: 8px;
    padding-top: 8px;
    width: 100%;
    left: 0;
}

.task-note-sm {
    width: 150px;
    height: 110px;
}

.task-note-lg {
    width: 180px;
    height: 180px;
}



.task-table-td {
    -moz-min-width: 250px;
    -ms-min-width: 250px;
    -o-min-width: 250px;
    -webkit-min-width: 250px;
    min-width: 250px;
    width: 25%;
}

.trToggle.ng-hide-add,
.trToggle.ng-hide-remove {
    -webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
    max-height: 200px;
    -ms-opacity: 1;
    opacity: 1;
}

.trToggle.ng-hide-add-active {
    max-height: 0;
    -ms-opacity: 0;
    opacity: 0;
}

/*
 * ngRepeat triggers three animation events: enter, leave and move.
 */
.repeat-animation.ng-enter,
.repeat-animation.ng-leave,
.repeat-animation.ng-move {
    -webkit-transition:0.5s linear all;
    -moz-transition:0.5s linear all;
    -ms-transition:0.5s linear all;
    -o-transition:0.5s linear all;
    transition:0.5s linear all;
}

/* ending enter and move styling
   (this is what the element will animate from */
.repeat-animation.ng-enter,
.repeat-animation.ng-move {
    -ms-opacity:0;
    opacity:0;
}

/* ending enter and move styling
   (this is what the element will animate towards */
.repeat-animation.ng-enter.ng-enter-active,
.repeat-animation.ng-move.ng-move-active {
    -ms-opacity:1;
    opacity:1;
    
}

.repeat-animation.ng-enter {
    -ms-opacity:1;
    opacity:1;
    background: #f8efa2;
}

/* starting leave animation */
.repeat-animation.ng-leave {
    -ms-opacity:1;
    opacity:1;
    background: white;
}

/* ending leave animation */
.repeat-animation.ng-leave.ng-leave-active {
    -ms-opacity:0;
    opacity:0;
}

.ui-match { background: yellow; }

/*.panel-title {
    font-weight: 600;
    font-size: 16px;
}

.panel .panel {
    border: 1px solid #e6e9ed;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.125);
    -ms-box-shadow: 0px 1px 1px rgba(0,0,0,.125);
    box-shadow: 0px 1px 1px rgba(0,0,0,.125);
}*/

.fileinput-button 
{
	position: relative;
	overflow: hidden;
}

.fileinput-button input {
    position: absolute;
	top: 0;
	right: 0;
	margin: 0;
    -ms-opacity: 0;
    opacity: 0;
	filter: alpha(opacity=0);
    -webkit-transform: translate(-300px, 0) scale(4);
    -moz-transform: translate(-300px, 0) scale(4);
    -ms-transform: translate(-300px, 0) scale(4);
    -o-transform: translate(-300px, 0) scale(4);
    transform: translate(-300px, 0) scale(4);
	font-size: 23px;
	direction: ltr;
	cursor: pointer;
}

.teamMemberThumb {
    width: 100px; margin-left: 15px;
    cursor: move;

}
.teamMemberThumb img {
    height:100px;
}

.teamMemberThumb_placeholder_draganddrop {
    border: 1px dashed #aab2bd;
     border-radius: 4px;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    width: 92px;
    height: 150px;
    margin: 15px;
    display: inline-block;
}

.row_move_placeholder {
  display: table-row;
}

h1, h2, h3 {
    vertical-align:middle;
}

  h1>.badge, h2>.badge, h3>.badge {
    vertical-align:middle;
    margin-top: -0.5em;
}

  /*fix x-editable*/
  td .editable-wrap.editable-text{
    width: 100%;
}
  .ui-select-choices.ui-select-choices-content.dropdown-menu {
      border: 1px solid #000000;
      border: 1px solid rgba(0, 0, 0, .15);
      background-color: #fff;
  }

.img-center {margin:0 auto;}

.v-center {
    display:table;
}

.content {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

.slide {
background-attachment: fixed;
width: 100%;
height: 100%;
position: relative;
}

div#homeContainer {
    background-color: #fff;
}

div#featuresContainer {
    background-color: #F6F6F6;
}
div#contactContainer {
    background-color: #fff;
}

.ui-show {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; /* You should probably browser-prefix this */
}



.ui-hide {
    opacity: 0;
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; /* You should probably browser-prefix this */
}


.done-column {
    background-color: #A0D468;
}

.in-test-column {
    background-color: #FFCE54;
}

.in-progress-column {
    background-color: #4FC1E9;
}


.collapsing {
    position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -ms-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

.modal {
    z-index: 10050  !important;
    outline: 0;
    overflow-y: auto !important;
}
