/* Row Colours */
.odd,
.dark {
    background-color: #FFFFFF;
    color: #000000;
    /*    border-bottom: .1em solid #dedfde;*/

}

.even,
.light {
    background-color: #fff;
    color: #000000;

}

.overdue {
    color: #f00;
}

/******
Flat buttons
*/

.btn-primary {
    background-color: #337ab7;
    background-image: linear-gradient(to bottom, #337ab7, #337ab7);
}

.btn-success {
    background-color: #51a351;
    background-image: linear-gradient(to bottom, #51a351, #51a351);
}

.btn-info {
    background-color: #5bc0de;
    background-image: linear-gradient(to bottom, #5bc0de, #5bc0de);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #1593b3;
    background-image: linear-gradient(to bottom, #1593b3, #1593b3);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #aad178;
    background-image: linear-gradient(to bottom, #aad178, #aad178);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-color: #2f96b4;
    background-image: linear-gradient(to bottom, #2f96b4, #2f96b4);
}

.nav-tabs li a {
    margin-right: 3px !important;
}

/* new home page wells
*/

.alert-dash {
    background-color: #eee;
    color: #000;
    border: 0px;
    padding-right: 10px;
}

.alert-dash h2 {
    line-height: 20px;
}


.titlebox {
    padding: 0px !important;
}

.titlebox h2 {
    background-color: #394263;
    color: #fff;
    padding: 1px 13px;
    border-bottom: 1px solid #eaedf1;
    margin-top: 0px;
}

.titlebox h2 small {
    color: #1bbae1;
}

.titlebox .content {
    padding: 3px 13px;
}

.activity-wrapper .activity .main-activity {
    padding-left: 18px !important;
}

.img-polaroid {
    margin-left: 18px !important;
}

.indent {
    padding-left: 18px !important;
}

h2.normal {
    background-color: transparent;
    color: #676767;
    padding: 0;
    border: none;
}

.text-center img {
    max-width: 150px;

}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
    position: relative;
    min-height: 302px;
    clear: both;
    _height: 302px;
    zoom: 1;
    /* Feeling sorry for IE */
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
}

.dataTables_length {
    width: 40%;
    float: left;
}

.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right;
}

.dataTables_info {
    width: 60%;
    float: left;
}

.dataTables_paginate {
    width: 44px;
    * width: 50px;
    float: right;
    text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
    height: 19px;
    width: 19px;
    margin-left: 3px;
    float: left;
}

.paginate_disabled_previous {
    background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
    background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
    background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
    background-image: url('../images/forward_enabled.jpg');
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #ffffdd url("") repeat-x scroll 50% 50%;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
    margin: 0 auto;
    clear: both;
    width: 100%;

    /* Note Firefox 3.5 and before have a bug with border-collapse
	 * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 )
	 * border-spacing: 0; is one possible option. Conditional-css.com is
	 * useful for this kind of thing
	 *
	 * Further note IE 6/7 has problems when calculating widths with border width.
	 * It subtracts one px relative to the other browsers from the first column, and
	 * adds one to the end...
	 *
	 * If you want that effect I'd suggest setting a border-top/left on th/td's and
	 * then filling in the gaps with other borders.
	 */
}

table.display thead th {
    padding: 3px 18px 3px 10px;
    /* 	border-bottom: 1px solid black; */
    font-weight: bold;
    cursor: pointer;
    * cursor: hand;
}

table.display tfoot th {
    padding: 3px 18px 3px 10px;
    border-top: 1px solid black;
    font-weight: bold;
}

table.display tr.heading2 td {
    border-bottom: 1px solid #aaa;
}

table.display td {
    padding: 3px 10px;
}

table.display td.center {
    text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
    background: url('../images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
    background: url('../images/sort_desc.png') no-repeat center right;
}

.sorting {
    background: url('../images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
    background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
    background: url('../images/sort_desc_disabled.png') no-repeat center right;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.gradeA {
    background-color: #ddffdd;
}

table.display tr.even.gradeA {
    background-color: #eeffee;
}

table.display tr.odd.gradeC {
    background-color: #ddddff;
}

table.display tr.even.gradeC {
    background-color: #eeeeff;
}

table.display tr.odd.gradeX {
    background-color: #ffdddd;
}

table.display tr.even.gradeX {
    background-color: #ffeeee;
}

table.display tr.odd.gradeU {
    background-color: #ddd;
}

table.display tr.even.gradeU {
    background-color: #eee;
}


tr.odd {
    background-color: #f5f5f5;
}

tr.even {
    background-color: white;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
    *margin-top: -1px;
}

.top,
.bottom {
    padding: 15px;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
}

.top .dataTables_info {
    float: none;
}

.clear {
    clear: both;
}

.dataTables_empty {
    text-align: center;
}

tfoot input {
    margin: 0.5em 0;
    width: 100%;
    color: #444;
}

tfoot input.search_init {
    color: #999;
}

td.group {
    background-color: #d1cfd0;
    border-bottom: 2px solid #A19B9E;
    border-top: 2px solid #A19B9E;
}

td.details {
    background-color: #d1cfd0;
    border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
    width: 40%;
}

.paging_full_numbers {
    width: 400px;
    height: 22px;
    line-height: 22px;
}

.paging_full_numbers span.paginate_button,
.paging_full_numbers span.paginate_active {
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    *cursor: hand;
}

.paging_full_numbers span.paginate_button {
    background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
    background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
    background-color: #99B3FF;
}

table.display tr.even.row_selected td {
    background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
    background-color: #9FAFD1;
}


/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
    background-color: #efefef;
}

tr.odd td.sorting_2 {
    background-color: #DADCFF;
}

tr.odd td.sorting_3 {
    background-color: #E0E2FF;
}

tr.even td.sorting_1 {
    background-color: #EAEBFF;
}

tr.even td.sorting_2 {
    background-color: #F2F3FF;
}

tr.even td.sorting_3 {
    background-color: #F9F9FF;
}


/* For the Conditional-CSS grading rows */
/*
 	Colour calculations (based off the main row colours)
  Level 1:
		dd > c4
		ee > d5
	Level 2:
	  dd > d1
	  ee > e2
 */
tr.odd.gradeA td.sorting_1 {
    background-color: #c4ffc4;
}

tr.odd.gradeA td.sorting_2 {
    background-color: #d1ffd1;
}

tr.odd.gradeA td.sorting_3 {
    background-color: #d1ffd1;
}

tr.even.gradeA td.sorting_1 {
    background-color: #d5ffd5;
}

tr.even.gradeA td.sorting_2 {
    background-color: #e2ffe2;
}

tr.even.gradeA td.sorting_3 {
    background-color: #e2ffe2;
}

tr.odd.gradeC td.sorting_1 {
    background-color: #c4c4ff;
}

tr.odd.gradeC td.sorting_2 {
    background-color: #d1d1ff;
}

tr.odd.gradeC td.sorting_3 {
    background-color: #d1d1ff;
}

tr.even.gradeC td.sorting_1 {
    background-color: #d5d5ff;
}

tr.even.gradeC td.sorting_2 {
    background-color: #e2e2ff;
}

tr.even.gradeC td.sorting_3 {
    background-color: #e2e2ff;
}

tr.odd.gradeX td.sorting_1 {
    background-color: #ffc4c4;
}

tr.odd.gradeX td.sorting_2 {
    background-color: #ffd1d1;
}

tr.odd.gradeX td.sorting_3 {
    background-color: #ffd1d1;
}

tr.even.gradeX td.sorting_1 {
    background-color: #ffd5d5;
}

tr.even.gradeX td.sorting_2 {
    background-color: #ffe2e2;
}

tr.even.gradeX td.sorting_3 {
    background-color: #ffe2e2;
}

tr.odd.gradeU td.sorting_1 {
    background-color: #c4c4c4;
}

tr.odd.gradeU td.sorting_2 {
    background-color: #d1d1d1;
}

tr.odd.gradeU td.sorting_3 {
    background-color: #d1d1d1;
}

tr.even.gradeU td.sorting_1 {
    background-color: #d5d5d5;
}

tr.even.gradeU td.sorting_2 {
    background-color: #e2e2e2;
}

tr.even.gradeU td.sorting_3 {
    background-color: #e2e2e2;
}


/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover,
#example tbody tr.even td.highlighted {
    background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover,
#example tbody tr.odd td.highlighted {
    background-color: #E6FF99;
}

.ex_highlight_row #example tr.even:hover {
    background-color: #ECFFB3;
}

.ex_highlight_row #example tr.even:hover td.sorting_1 {
    background-color: #DDFF75;
}

.ex_highlight_row #example tr.even:hover td.sorting_2 {
    background-color: #E7FF9E;
}

.ex_highlight_row #example tr.even:hover td.sorting_3 {
    background-color: #E2FF89;
}

.ex_highlight_row #example tr.odd:hover {
    background-color: #E6FF99;
}

.ex_highlight_row #example tr.odd:hover td.sorting_1 {
    background-color: #D6FF5C;
}

.ex_highlight_row #example tr.odd:hover td.sorting_2 {
    background-color: #E0FF84;
}

.ex_highlight_row #example tr.odd:hover td.sorting_3 {
    background-color: #DBFF70;
}


/*
 * KeyTable
 */
table.KeyTable td {
    border: 3px solid transparent;
}

table.KeyTable td.focus {
    border: 3px solid #3366FF;
}

table.display tr.gradeA {
    background-color: #eeffee;
}

table.display tr.gradeC {
    background-color: #ddddff;
}

table.display tr.gradeX {
    background-color: #ffdddd;
}

table.display tr.gradeU {
    background-color: #ddd;
}

div.box {
    height: 100px;
    padding: 10px;
    overflow: auto;
    border: 1px solid #8080FF;
    background-color: #E5E5FF;
}

/*
 * jQuery UI specific styling
 */

.paging_two_button .ui-button {
    float: left;
    cursor: pointer;
    * cursor: hand;
}

.paging_full_numbers .ui-button {
    padding: 2px 6px;
    margin: 0;
    cursor: pointer;
    * cursor: hand;
}

.ui-buttonset .ui-button {
    margin-right: -0.1em !important;
}

.paging_full_numbers {
    width: 350px !important;
}

.ui-toolbar {
    padding: 5px;
}

.dataTables_paginate {
    width: auto;
}

.dataTables_info {
    padding-top: 3px;
}

table.display thead th {
    padding: 3px 0px 3px 10px;
    cursor: pointer;
    * cursor: hand;
}

div.dataTables_wrapper .ui-widget-header {
    font-weight: normal;
}


/*
 * Sort arrow icon positioning
 */
table.display thead th div.DataTables_sort_wrapper {
    position: relative;
    padding-right: 20px;
    padding-right: 20px;
}

table.display thead th div.DataTables_sort_wrapper span {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 160px;
    height: 100px;
    overflow: hidden;
}

.wraptocenter * {
    vertical-align: middle;
}

/**
 *  Uploadifive Uploader
 */

#queue_popup {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px dashed #CCCCCC;
    height: 200px;
    margin-bottom: 10px;
    overflow: auto;
    padding: 0 3px 3px;
    width: 500px;
}

#queue_popup p {
    font-weight: bold;
    color: #999999;
    text-align: center;
}

img.ui-datepicker-trigger {
    vertical-align: top;
    margin-left: 5px;
}


body {
    background-color: #F2F2F2;
    color: #676767;
    font-size: 12px;
}

.media-body small {
    line-hegiht: 8px;
}

small {
    color: #9B9B9B;
}

td {
    vertical-align: top;
}

.container-fluid {
    min-width: 795px;
}

.hd {
    display: none;
}

h2 {
    font-size: 15px;
}

.bcrum h3 {
    margin-top: 15px;


}

.bcrum h2 {
    margin-top: 20px;
    margin-bottom: 5px;
    line-height: 10px;

}

.well {
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #CAC9CC;
    border-style: solid;
    padding: 10px 19px 19px 19px;

}

.location {
    color: #888;
    font-size: 18px;
}

.subhd {
    padding: 0 0 8px 0;
    color: #bbb;
    font-size: 11px;
    line-height: 10px;

}

.activity-icon {
    font-size: 15px;
}

.nav-tabs {
    border-bottom: 0px solid #DDDDDD;
}

.bold-links a {
    font-size: 18px;
    color: #000;

}

/* Bootstrap overrides */
.nav>li>a {
    padding: 5px 16px;
    font-weight: bold;


}

.mainnav>li>a {
    color: #e3e3e3 !important;
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
}

.mainnav>li>a:hover {
    color: #fff !important;
}

.mainnav>li.active {
    width: 100%;
}

.navbar-inner {
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-inverse {
    -moz-box-shadow: 0px 0px 7px #000;
    /* Firefox */
    -webkit-box-shadow: 0px 0px 10px #000;
    /* Safari, Chrome */
    box-shadow: 0px 0px 7px #000;
    /* CSS3 */
}

/* nav tabs */
.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
    background-color: #E5E5E5;
    color: #999;
}

.nav-tabs>li>a {
    /*            border-top: 1px solid #ccc;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;*/
    /*            border: 1px solid #ccc;*/
    border-radius: 4px 4px 0 0;
    line-height: 15px;
    padding-bottom: 8px;
    padding-top: 6px;
    background-color: #eee;

}

.nav-tabs>li>a,
.nav-pills>li>a {
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.leftnav a {
    font-size: 14px;
    line-height: 18px;
}

.bossynav {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-left: 30px;
}

.bossynav a {
    font-weight: bold;
    color: #444;
}

.bs_padding {
    /*control the gutter padding with/without left nav*/
    padding: 0 30px;

}

.bs_margin {
    /*control the gutter padding with/without left nav*/
    margin: 0 30px;

}

.detail {
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-b: 1px solid #eee;
}

div.gridbox .xhdr {
    background-color: #eee;
}

.icon {
    margin-right: 10px !important;
}

.padding {
    padding: 0px 30px 10px;
}

.the-icons {
    /*text-transform: uppercase;*/
    /*letter-spacing: 1px;*/
}

.the-icons li a {
    /*text-transform: uppercase;*/
    /*letter-spacing: 1px;*/
    color: #676767 !important;
    font-weight: bold;
}

.btn {
    line-height: 16px;
}

.btn2 {
    line-height: 20px;
}

.res {
    width: 200px !important;
    float: left;
    margin: 10px 10px 0 0;



}

.asset_image {
    height: 130px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.lightbox img {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #cdcdcd;
    box-shadow: 0px 2px 2px #888888;
    margin-top: 4px;
}

.res small {
    color: #404040 !important;
    font-size: 12px;
}


.title {
    font-size: 14px;

    color: #262626;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title a {
    text-decoration: none;
    color: #262626;
    font-weight: 400;

}

.title a:link {
    text-decoration: none;
    color: #262626;


}

.title a:visited {
    text-decoration: none;
    color: #262626;


}

.title a:active {
    text-decoration: none;
    color: #262626;


}

.title a:hover {
    text-decoration: none;
    color: #262626;


}

span.header {
    width: 50px;
    display: inline-block;
    text-align: left;
}

.description {
    padding: 15px;

}

.thumbnail {
    border-radius: 2px;
    padding: 0px !important;
    transition: all 0.2s ease-in-out 0s;
}

.even,
.light {
    background-color: #f7f7f7;
    color: #000000;
}

.table th,
.table td {
    border-top: 0px solid #DDDDDD;
}

.table-bordered th,
.table-bordered td {
    border-top: 1px solid #DDDDDD;
}

.filePreview {
    width: 250px;
    padding-left: 20px !important;

}

tr.head {
    font-size: 2em;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.dataTables_length {}

#datatable_length {
    width: 162px;
}

#datatable_length select {
    width: 62px;
}

.paginate_button,
.paginate_active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
}

.paging_full_numbers {
    width: 415px !important;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selected {
    font-size: 12px;
}

.treegrid_cell {
    /*height:40px !important;*/
    padding: 7px 4px 7px 7px;
}

/*        div.gridbox table.obj td span.space, div.gridbox table.obj td img.space {
            width: 9px;
        }*/
label {
    font-weight: bold;
}

input#alert_button {
    display: block;
    margin-top: 20px;
}


.simpleColorChooser {
    background-color: #fff;
}

.button {
    clear: right;
}

.table-noborder th,
.table-noborder td {
    border: none;
}


/*dynamic CSS*/


.p_1 {
    background-color: #999
}

.p_2 {
    background-color: #B94A48
}

.p_2 {
    background-color: #B94A48
}

small span font {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 85%;
    line-height: 16px;
    padding: 0px 2px 1px;
    vertical-align: middle;
    white-space: nowrap;
}

.author {

    color: #aaa;

}

.notesRow {
    background-color: #F8F4E0;
}

.notesRow .notes {
    color: #000;
    font-size: 14px;
}

.bright {
    background-color: #efefef;

}

.progress {
    margin-bottom: 2px;
}

.dhx_header_cmenu {
    background-color: #fff !important;
    border: 1px solid #0f0f0f;
    padding: 3px;
}


.bubble {
    position: relative;
    padding: 10px;
    background: #ECECEC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #ECECEC;
    display: block;
    width: 0;
    z-index: 1;
    left: -15px;
    top: 15px;
}

.userProfileImg {
    margin: 3px 10px 10px 0;
    height: 35px;
    width: 35px;
}

.text-line-through {
    text-decoration: line-through;
}

.awordwrap {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}


#activity .activity-item,
#activity .media {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}

#activity .activity-item {
    padding: 0px 0;
}

#activity .activity-item .divider {
    /*        margin: 1px;*/
}

#activity .preview {
    float: left;
    margin-bottom: 1.5em;
    width: 120px;
}

#activity .activity {
    margin-bottom: 0.5em;
    vertical-align: middle;
    position: relative;
    top: 0px;
    margin-left: 160px;
}

#activity .full {
    width: auto;
    float: none;
    margin-left: 0;
}


#activity h3 {
    font-size: 1.3em;
    margin: 0;
    margin-bottom: 0.3em;
    line-height: 1.2em;

}

#activity h3 a {
    text-decoration: none;


}

#activity p {
    margin-bottom: 0.1em;

}

#activity .metadata {
    font-size: 0.8em;
    color: #bbb;

}

.activity-wrapper {
    padding: 0;
    padding-left: 0;
}

#activity ul {
    list-style: none;
    margin: 0;
}

#activity div:last-child {
    border-bottom: none;
}

#activity ul li {
    margin-bottom: 0.8em;
}

#activity .main-activity {
    margin-bottom: 0.8em;
    padding-top: 10px;
}

#activity .divider {
    padding-bottom: 0.5em;
    background: #f8f8f8;
    padding: 0.5em;
    padding-top: 0.8em;

    /*        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;*/

}

#activity .indent {
    margin-left: 1.5em;
}

#activity li i {
    display: block;
    margin-left: -1.2em;
    float: left;
    margin-top: 0.4em;
    margin-right: 0 !important;
}

#activity .main-activity i.icon {
    color: #ccc;
}

.img-polaroid {
    margin: 10px 0;
}


/*Comments, Notes Styles*/

td.filePreview {
    padding-bottom: 20px;
    padding-top: 15px;
}

td.fileNotes {
    padding-top: 30px;
}

#bstrap3-comments .comment-list {
    position: relative;
}

#bstrap3-comments .comment-list .comment-item {
    margin-top: 0;
    position: relative;
}

#bstrap3-comments .comment-list .comment-item>.thumb-sm {
    width: 36px;
}

#bstrap3-comments .comment-list .comment-item .arrow.left {
    left: 39px;
    top: 20px;
}

#bstrap3-comments .comment-list .comment-item .comment-body {
    margin-left: 46px;
}

#bstrap3-comments .comment-list .comment-item .panel-body {
    padding: 10px 15px;
}

.dark #bstrap3-comments .comment-list .comment-item .panel-heading,
#bstrap3-comments .comment-list .comment-item .panel-footer {
    background-color: #f7f7f7;
}

#bstrap3-comments .comment-list .comment-item .panel-heading,
#bstrap3-comments .comment-list .comment-item .panel-footer {
    background-color: #fff;
    font-size: 12px;
    position: relative;
}

#bstrap3-comments .comment-list .comment-reply {
    margin-left: 46px;
}

#bstrap3-comments .comment-list:before {
    background: none repeat scroll 0 0 #e0e4e8;
    bottom: 35px;
    content: "";
    left: 18px;
    position: absolute;
    top: 0;
    width: 1px;
}

#bstrap3-comments .thumb img,
.thumb-xs img,
#bstrap3-comments .thumb-sm img,
#bstrap3-comments .thumb-md img,
#bstrap3-comments .thumb-lg img,
#bstrap3-comments .thumb-btn img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

#bstrap3-comments .arrow.left {
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, 0.1);
    left: -8px;
    margin-top: -8px;
    top: 50%;
}

#bstrap3-comments .arrow.left:after {
    border-left-width: 0;
    border-right-color: #fff;
    bottom: -7px;
    content: " ";
    left: 1px;
}

#bstrap3-comments .arrow:after {
    border-width: 7px;
    content: "";
}

#bstrap3-comments .panel.panel-default {
    border-color: #eaeef1;
}

#bstrap3-comments .panel {
    border-radius: 2px;
}

.dark #bstrap3-comments .panel {
    background-color: #f7f7f7;
}

#bstrap3-comments .panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

#bstrap3-comments .panel.panel-default>.panel-heading,
#bstrap3-comments .panel.panel-default>.panel-footer {
    border-color: #eaeef1;
}

#bstrap3-comments .panel-default>.panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
}

#bstrap3-comments .panel-heading {
    border-radius: 2px 2px 0 0;
}

#bstrap3-comments .panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}

#bstrap3-comments .bg-white a {
    color: #3c4144;
}

#bstrap3-comments .bg-white .text-muted {
    color: #a1a8ac !important;
}

#bstrap3-comments .m-l-sm {
    margin-left: 10px;
}

#bstrap3-comments .text-muted {
    color: #a1a8ac;
}

#bstrap3-comments .comment-list .comment-item .panel-body {
    padding: 10px 15px;
}

#bstrap3-comments .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

#bstrap3-comments .btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

#bstrap3-comments .btn-xs,
#bstrap3-comments .btn-group-xs>.btn {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}

#bstrap3-comments .btn-default {
    background-color: #fcfcfd;
    border-color: #d2dae1 #d2dae1 #cbd5dd;
    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
    color: #788288 !important;
}

#bstrap3-comments .btn {
    border-radius: 2px;
    font-weight: 500;
}

#bstrap3-comments .panel-body-note {
    margin-bottom: 5px;
}

/*Telstra Quarterly Review Tasks Feature*/

#my_review_tasks.qrOverdueTaskDiv {
    background-color: #fff3f3;
    border-color: #eed3d7;
    border-radius: 4px;
}

.popover {
    max-width: 330px !important;
}

/* Bookings */
.resources-calendar .priority-standard,
.resources-calendar .priority-escalated {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2),
        inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.resources-calendar .priority-standard {
    border-color: #0654c7 !important;
    border-width: 2px !important;
}

.resources-calendar .priority-escalated {
    border-color: #f13a3a !important;
    border-width: 2px !important;
}

.resources-calendar .probability-tentative {
    border-style: dashed !important;
}

.resources-calendar .probability-likely {
    border-style: dotted !important;
}

.resources-calendar .probability-confirmed {
    border-style: solid !important;
}

.resources-calendar .percentage100.probability-confirmed.priority-standard,
.resources-calendar .percentage90.probability-confirmed.priority-standard {
    border-color: #0596d5 !important;
}

.resources-calendar .percentage80.probability-confirmed.priority-standard,
.resources-calendar .percentage75.probability-confirmed.priority-standard,
.resources-calendar .percentage70.probability-confirmed.priority-standard {
    border-color: #1fafee !important;
}

.resources-calendar .percentage60.probability-confirmed.priority-standard,
.resources-calendar .percentage50.probability-confirmed.priority-standard {
    border-color: #3fbef6 !important;
}

.resources-calendar .percentage40.probability-confirmed.priority-standard,
.resources-calendar .percentage30.probability-confirmed.priority-standard,
.resources-calendar .percentage25.probability-confirmed.priority-standard {
    border-color: #62ccfa !important;
}

.resources-calendar .percentage20.probability-confirmed.priority-standard,
.resources-calendar .percentage10.probability-confirmed.priority-standard {
    border-color: #95dfff !important;
}

.table-fixed table {
    table-layout: fixed !important;
}

.table-fixed table td {
    word-wrap: break-word !important;
}




a.favourites-tool {
    color: #ccc;
    text-decoration: none;
    outline: 0;
}

.favourites-tool:hover {
    color: #999;
    text-decoration: none !important;
    text-shadow: 0px 0px 1px rgba(255, 191, 0, 0.5);
}


.favourited {
    color: #ffbf00 !important;
}

.favourited:hover {
    color: #ffcc33;
}



#favourites-tab-home ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#favourites-tab-home ul li a.favourites-tool {
    font-size: 1.5em;
    margin-right: 0.5em;
}


#favourite-projects-menu a {
    display: inline;
    padding: 0.5em;
}

#favourite-projects-menu a.favourites-tool {
    padding-left: 1em;
}

#favourite-projects-menu a.favourites-link {
    padding-right: 1em;
}

#favourite-projects-menu a:hover {
    background: none;
    color: #222;
    text-decoration: underline;
}


.dropdown-menu-left-nav {
    top: 0px;
    left: 150px;
}



#job-tabs-home.tabs {
    margin-bottom: 1.5em;
    padding: 0.8em;
}


#job-tabs-home.tabs .tab-content {
    margin-bottom: 0;
    white-space: nowrap;
    border: 1px solid #e5e5e5;
    background: #fefefef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1em;
    /*	padding-left:1em;*/
    margin-top: -1px;

}

#job-tabs-home.tabs h2 {
    margin-left: 0.3em;
    margin-top: 0.2em;
    margin-bottom: 0.3em;
}

#job-tabs-home .jt-header {
    padding: 0;
    overflow: hidden;
    margin-bottom: 0;

}

#job-tabs-home.tabs .jt-header ul {
    margin-left: 0em !important;
    margin-bottom: -1px;
    margin-left: 0.8em;
}

#job-tabs-home.tabs .jt-header li a {
    color: #999;
    border-bottom: 2px solid #e5e5e5 !important;
    margin-right: 0;
}



#job-tabs-home.tabs .jt-header li.active a {
    background: white;
    color: #333 !important;
    background: #fefefe;
    border-bottom: 2px solid #fefefe !important;
}

#job-tabs-home.tabs img {
    margin-bottom: 0.5em;
}

#job-tabs-home.tabs .view-more {
    background: #51b4e6;
    padding: 0.5em 1em;
    margin: 0.5em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    margin-left: 0;
    display: block;
    float: left;
    clear: right;
    text-align: center;
    text-decoration: none;

}

#job-tabs-home.tabs .view-more:hover {
    background: #0088cc
}

#job-tabs-home.tabs .view-more i {
    margin: 0 !important;
}

#booking-tabs-home.tabs {
    margin-bottom: 1.5em;
    padding: 0.8em;
}


#booking-tabs-home.tabs .tab-content {
    margin-bottom: 0;
    /*white-space: nowrap;*/
    white-space: normal;
    border: 1px solid #e5e5e5;
    background: #fefefef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1em;
    /*  padding-left:1em;*/
    margin-top: -1px;

}

#booking-tabs-home.tabs h2 {
    margin-left: 0.3em;
    margin-top: 0.2em;
    margin-bottom: 0.3em;
}

#booking-tabs-home .jt-header {
    padding: 0;
    overflow: hidden;
    margin-bottom: 0;

}

#booking-tabs-home.tabs .jt-header ul {
    margin-left: 0em !important;
    margin-bottom: -1px;
    margin-left: 0.8em;
}

#booking-tabs-home.tabs .jt-header li a {
    color: #999;
    border-bottom: 2px solid #e5e5e5 !important;
    margin-right: 0;
}



#booking-tabs-home.tabs .jt-header li.active a {
    background: white;
    color: #333 !important;
    background: #fefefe;
    border-bottom: 2px solid #fefefe !important;
}

#booking-tabs-home.tabs img {
    margin-bottom: 0.5em;
}

#booking-tabs-home.tabs .view-more {
    background: #51b4e6;
    padding: 0.5em 1em;
    margin: 0.5em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    margin-left: 0;
    display: block;
    float: left;
    clear: right;
    text-align: center;
    text-decoration: none;

}

#booking-tabs-home.tabs .view-more:hover {
    background: #0088cc
}

#booking-tabs-home.tabs .view-more i {
    margin: 0 !important;
}

#email_table small.user-role {
    display: block;
    line-height: 0.95em;
    word-wrap: break-word;
    max-width: 165px;
    font-weight: normal !important;
}



.ui-datepicker {
    z-index: 1151 !important;
}



/* 
* @description: Max Hours input styling
*/
.setmaxhour-style input[type="text"] {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}

.setmaxhour-style .ui-widget-content {
    width: 80px;
}

.setmaxhour-style label.inline {
    display: inline-block;
}


.dotted {
    border-bottom: 1px dotted #08c;
    text-decoration: none;
}

.dotted:hover {
    text-decoration: none;
}

a.timezoneTooltips {
    color: inherit !important;
    ;
    font-size: inherit;
    font-weight: inherit;
}

a.timezoneTooltips:hover {
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

label.workCompleted {
    float: right;
}

.saml-login {
    width: 100%;
    display: block;
    min-height: 50px;
    height: auto;
    background-image: url(../images/havaslogin.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    border-radius: 4px;
    background-size: 100% auto;
}

.pulse-login {
    width: 100%;
    display: block;
    min-height: 64px;
    height: auto;
    background-image: url(../images/pulselogin.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    border-radius: 4px;
    background-size: 100% auto;
}

.login-logo {
    transition: 0.2s margin;
}

.login-logo:hover {
    margin-top: -2px !important;
}

@media screen and (max-height: 850px) {
    #primary-nav {
        position: absolute !important;
    }
}