body {
    padding-top: 60px; 
}

a.asc:after {
    content: ' ⇣';
}
a.desc:after {
    content: ' ⇡';
}
a.asc, a.desc
{
    font-weight: bold;
}

hr.tinyhr
{
    margin: 5px 0;
}

.well dl {
    margin: 0;
}

div.terms-conditions {
    height: 175px;
    width: 400px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 15px 15px 0 15px;
    margin:0 0 25px 0;
    background:#f5f5f5;
    border:none;
    border-top:1px solid #7d7d7d;
    border-left:1px solid #7d7d7d;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
    color:#666;
    text-align: justify;
}



.navbar .brand-admin {
    display: block;
    float: left;
    padding: 7px 20px 0px 20px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    color: #999;
}
.navbar .brand-admin img
{
    max-height: 23px;
}
.toggle-bar
{
    display: block;
    margin: 3px 0;
    width: 18px;
    height: 2px;
    background-color: #fff;
}


footer
{
    border-color: #ccc;
    padding: 5px 0 0 0;
    margin: 55px 0 0 0;	
}
footer *
{
    font-size: 10px;
}
.footer_left
{
    float: left;
    width: 33.3%;
}
.footer_center
{
    float: left;
    text-align: center;
    width: 33.3%;
}
.footer_right
{
    float: right;
    text-align: right;
    width: 33.3%;
}
footer .poweredby, footer .poweredby a
{
    color: #bfbfbf;
}
footer .poweredby a:hover
{
    color: #00438A;
}












/** Paging **/
.paging {
    background:#fff;
    color: #ccc;
    margin-bottom: 18px;
    clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
    text-decoration: none;
    padding: 5px 8px;
    display: inline-block
}
.paging > span {
    display: inline-block;
    border: 1px solid #ccc;
    border-left: 0;
}
.paging > span:hover {
    background: #efefef;
}
.paging .prev {
    border-left: 1px solid #ccc;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.paging .next {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.paging .disabled {
    color: #ddd;
}
.paging .disabled:hover {
    background: transparent;
}
.paging .current {
    background: #efefef;
    color: #000;
    font-weight: bold;
}

select.datetimeinput {
    width: auto;
}






.error-message {
    color: #B94A48;
    font-weight: bold;
}

.inline
{
    display: inline-block;
    white-space: nowrap;
}





/** Scaffold View **/
.view dl {
    width:100%;
    overflow:hidden;
}
.view dt {
    float:left;
    width:180px;
    clear: left;
}
.view dd {
    float:left;
    width:500px;
}



form .required {
    font-weight: bold;
}
form .required label:after {
    color: #e32;
    content: ' *';
    display:inline;
}


.loggedin-info_img
{
    margin: -4px 5px 0 0; 
    border: 1px solid #000; 
    height: 24px;
    float: left;
    background-color: #fff;
}
p.loggedin-info
{
    color: #999;
}

.phase-number 
{
    font-size: 20px;
    margin: 3px 10px 5px 0;
}

.breadcrumb .badge
{
    position: relative;
    top: -1px;
    padding-left: 5px;
    padding-right: 5px;
}

.hero-unit
{
    padding: 30px;
}
.hero-unit h1
{
    margin-bottom: 10px;
    font-size: 30px;
}

.smallpadding
{
    padding: 10px;
}



.username img.avatar-small
{
    height: 20px;
    margin: -3px 5px 0px 0;
    border: 1px solid #ccc;
    background-color: #fff;
}
.username .dropdown.open .dropdown-toggle
{
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-left: 0;
}
div.bullet_status
{
    display: inline-block;
    width: 16px;
    height: 16px;
}
div.status_online
{
    background: transparent url("../img/icons/bullet_green.png") no-repeat center;
}
div.status_offline
{
    background: transparent url("../img/icons/bullet_red.png") no-repeat center;
}

.admin-ico-pull-up
{
    margin-top: -3px;
}


.project-tab-header .bar
{
    font-size: 9px;
    line-height: 10px;
}


.comments-container .comments-container
{
    margin-left: 50px;

}
.comments-container.rootline
{
    margin-bottom: 40px;
}
.comments-container img.avatar
{
    width: 40px;
    height: 40px;
    border: 3px solid #ddd;
}

.comments-container .avatar-container {
    float: left;
    width: 60px;
    margin-top: 5px;

    background: transparent url("../img/comments/arrow.png") no-repeat right;
}
.comments-container .comment-inner
{
    margin-left: 60px;

    min-height: 20px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);

}
.comments-container .comment-head
{
    background-color: #e5e5e5;
    padding: 3px 0 3px 0;
    display: table;
    width: 100%;
}
.comments-container .comment-head .username
{
    margin: 0 0 0 10px;
}
.comments-container .username
{
    font-weight: bold;
}
.comments-container .comment-body
{
    padding: 0;
}
.comments-container .comment-content
{
    padding: 10px 10px 10px 10px;
    display: table;
}
.comments-container .comments-create-form
{

}

.rootline .btn-reply, .comments-container .comments-create-form
{
    margin-left: 110px;
}


.comments-container .displaytime
{
    margin: 0 5px 0 0;
}

.btn-show-comment-thread
{
    display: block;
    width: 100%;
    text-align: center;
}

.attachments-table-title 
{
    cursor: pointer;
    background: #ccc url("../img/icons/bullet_toggle_plus.png") no-repeat left;
}
.attachments-table-title-open
{
    background-image: url("../img/icons/bullet_toggle_minus.png");
}
.attachments-table-title th
{
    padding-left: 15px;
}


.attachments-body
{
    border-top: 1px solid #E5E5E5;
    padding: 10px;
    clear: both;
}


.smalltext
{
    font-size: 80%;
}


.nicEdit-main {
    background-color: #fff !important;
}



.checktask-container
{
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-right: 10px;
    padding: 10px;
    float: left;
    text-align: center;
}
.checktask-container .label
{
    margin: 0 auto;
    text-align: center;
    font-size: 80%;
    font-weight: normal;
    padding: 0px 3px;
}


/* F-ICONS */
[class^="ico-"], [class*=" ico-"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    background-repeat: no-repeat;
}

.ico-accept {
    background-image: url("../img/icons/accept.png");
}
.ico-add {
    background-image: url("../img/icons/add.png");
}
.ico-arrow_refresh {
    background-image: url("../img/icons/arrow_refresh.png");
}
.ico-attach {
    background-image: url("../img/icons/attach.png");
}
.ico-bell {
    background-image: url("../img/icons/bell.png");
}
.ico-bin_closed {
    background-image: url("../img/icons/bin_closed.png");
}
.ico-bullet_arrow_down {
    background-image: url("../img/icons/bullet_arrow_down.png");
}
.ico-bullet_arrow_up {
    background-image: url("../img/icons/bullet_arrow_up.png");
}
.ico-bullet_green {
    background-image: url("../img/icons/bullet_green.png");
}
.ico-bullet_red {
    background-image: url("../img/icons/bullet_red.png");
}
.ico-bullet_star {
    background-image: url("../img/icons/bullet_star.png");
}
.ico-bullet_toggle_minus {
    background-image: url("../img/icons/bullet_toggle_minus.png");
}
.ico-bullet_toggle_plus {
    background-image: url("../img/icons/bullet_toggle_plus.png");
}
.ico-calendar {
    background-image: url("../img/icons/calendar.png");
}
.ico-cancel {
    background-image: url("../img/icons/cancel.png");
}
.ico-clock {
    background-image: url("../img/icons/clock.png");
}
.ico-cog {
    background-image: url("../img/icons/cog.png");
}
.ico-comment {
    background-image: url("../img/icons/comment.png");
}
.ico-comments_add {
    background-image: url("../img/icons/comments_add.png");
}
.ico-comment_add {
    background-image: url("../img/icons/comment_add.png");
}
.ico-control_pause {
    background-image: url("../img/icons/control_pause.png");
}
.ico-database_key {
    background-image: url("../img/icons/database_key.png");
}
.ico-date {
    background-image: url("../img/icons/date.png");
}
.ico-date_next {
    background-image: url("../img/icons/date_next.png");
}
.ico-date_previous {
    background-image: url("../img/icons/date_previous.png");
}
.ico-delete {
    background-image: url("../img/icons/delete.png");
}
.ico-disk {
    background-image: url("../img/icons/disk.png");
}
.ico-door_out {
    background-image: url("../img/icons/door_out.png");
}
.ico-email {
    background-image: url("../img/icons/email.png");
}
.ico-error {
    background-image: url("../img/icons/error.png");
}
.ico-exclamation {
    background-image: url("../img/icons/exclamation.png");
}
.ico-eye {
    background-image: url("../img/icons/eye.png");
}
.ico-film {
    background-image: url("../img/icons/film.png");
}
.ico-folder_go {
    background-image: url("../img/icons/folder_go.png");
}
.ico-folder_user {
    background-image: url("../img/icons/folder_user.png");
}
.ico-folder_wrench {
    background-image: url("../img/icons/folder_wrench.png");
}
.ico-group {
    background-image: url("../img/icons/group.png");
}
.ico-help {
    background-image: url("../img/icons/help.png");
}
.ico-information {
    background-image: url("../img/icons/information.png");
}
.ico-key {
    background-image: url("../img/icons/key.png");
}
.ico-lightning {
    background-image: url("../img/icons/lightning.png");
}
.ico-link_go {
    background-image: url("../img/icons/link_go.png");
}
.ico-lock {
    background-image: url("../img/icons/lock.png");
}
.ico-magnifier {
    background-image: url("../img/icons/magnifier.png");
}
.ico-music {
    background-image: url("../img/icons/music.png");
}
.ico-new {
    background-image: url("../img/icons/new.png");
}
.ico-page_white {
    background-image: url("../img/icons/page_white.png");
}
.ico-page_white_acrobat {
    background-image: url("../img/icons/page_white_acrobat.png");
}
.ico-page_white_camera {
    background-image: url("../img/icons/page_white_camera.png");
}
.ico-page_white_compressed {
    background-image: url("../img/icons/page_white_compressed.png");
}
.ico-page_white_excel {
    background-image: url("../img/icons/page_white_excel.png");
}
.ico-page_white_picture {
    background-image: url("../img/icons/page_white_picture.png");
}
.ico-page_white_powerpoint {
    background-image: url("../img/icons/page_white_powerpoint.png");
}
.ico-page_white_text {
    background-image: url("../img/icons/page_white_text.png");
}
.ico-page_white_word {
    background-image: url("../img/icons/page_white_word.png");
}
.ico-pencil {
    background-image: url("../img/icons/pencil.png");
}
.ico-plugin {
    background-image: url("../img/icons/plugin.png");
}
.ico-readme {
    background-image: url("../img/icons/readme.txt");
}
.ico-report {
    background-image: url("../img/icons/report.png");
}
.ico-report_go {
    background-image: url("../img/icons/report_go.png");
}
.ico-star {
    background-image: url("../img/icons/star.png");
}
.ico-star_off {
    background-image: url("../img/icons/star_off.png");
}
.ico-table {
    background-image: url("../img/icons/table.png");
}
.ico-table_gear {
    background-image: url("../img/icons/table_gear.png");
}
.ico-tick {
    background-image: url("../img/icons/tick.png");
}
.ico-time {
    background-image: url("../img/icons/time.png");
}
.ico-timeline_marker {
    background-image: url("../img/icons/timeline_marker.png");
}
.ico-vcard {
    background-image: url("../img/icons/vcard.png");
}
.ico-wrench_orange {
    background-image: url("../img/icons/wrench_orange.png");
}


/* F-ICONS */


/* Large Checkboxes */
.check-task {
    display: inline-block;
    width: 37px;
    height: 36px;
    line-height: 36px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    background-image: url("../img/common/checkbox-sprite.png");
    margin: 3px;
    background-position: 0 -46px;
}
.check-task:hover
{ 
    background-position: 0 0;
} 
.check-task-on
{ 
    background-position: 0 -138px;
} 
.check-task-on:hover
{ 
    background-position: 0 -92px;
} 
form.clearform
{
    margin: 0;
    padding: 0;
}
/* Large Checkboxes */


i.image-preview 
{
    cursor: help;
}
.img-preview-container img
{
    border: 3px solid #ccc;
}





/**/
.notification-container .label
{
    margin-bottom: 2px !important;
    display: inline-block;
}


.comment-preview
{
    color: #555;
    font-size: 11px;
    line-height: 11px;
    display: block;
    border: 1px solid #ccc;
    padding: 3px;
    margin: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.comment-preview p
{
    margin: 0;
}

/* Submenu */
.submenu-show
{
    border-radius: 3px;
    display: block;
    left: 100%;
    margin-top: -25px !important;
    moz-border-radius: 3px;
    position: absolute;
    webkit-border-radius: 3px;
}
.submenu-hide
{
    display: none !important;
    float: right;
    position: relative;
    top: auto;
}
.navbar .submenu-show:before
{
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .submenu-show:after
{
    border-bottom: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-top: 6px solid transparent;
    left: 10px;
    left: -6px;
    top: 11px;
}
/* Submenu */

/* Left-align dropdown menus within .pull-right */
.pull-right .dropdown-menu
{
    right: 0;
    left: auto;
}
/* Left-align dropdown menus within .pull-right */

/* Phase-Navigation Titles */
.nav-tabs.phonereflow h3
{
    word-wrap: break-word !important;
    max-width: 250px;
}
/* Phase-Navigation Titles */


/* Search Suggestions */
#search_suggestions {
    position: absolute;  
    width:300px; 
    max-height: 400px;
    overflow-y: scroll;
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:160px;
    padding:5px 0;
    margin:2px 0 0;
    list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;}.dropdown-menu.pull-right{right:0;left:auto;
}
.search-list .nav-header {
    padding: 0;
}
.search-list li a.resultlink {
    color: #1365bd !important;
}
.search-list li {
    list-style: none;
    padding-right: 15px;
    margin-bottom: 7px;
    line-height: 13px;
}
.search-list li small {
    font-size: 80%;    
    line-height: 13px;
}
.highlight {
    background-color: #ff8;
    border: 1px dotted red;
}
/* Search Suggestions */