﻿.printOnly {
    display: block;
}

table.dataTable {
    border: 1px solid #d3d3d3;
}

table.dataTable th,
table.dataTable td {
    border: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3
}

table.dataTable th.col_hidden,
table.dataTable td.col_hidden,
table.dataTable th.grid_view_crud,
table.dataTable td.grid_view_crud {
    display: none;
}

.fg-toolbar {
    display: none;
}

/* --------------------------------------- */

div#quick_menu,
div#nav,
div#header {
    display: none !important;
}

body { 
    margin-left: 5px !important;
    background-color: #ffffff !important;
    font-size: 14pt !important;
}

.add_edit_form #hide-info-panel, .btn_small, .btn, .add_edit_form .ui-tabs-nav, #sunken-actionItem, .new_note_form    {
    display: none !important;
}


button.selectpicker, label.btn {
    
    display:block !important;

}

label.btn:not(.active) {
    /*
    overflow: hidden;
    text-indent: -10000px;
    */
    display: none !important;
}

label.btn.active {
    font-weight: bold;
}


div.btn-group input[type=radio] {

    display:none !important;
}


.ui-tabs .ui-tabs-hide, .ui-tabs-panel, .email-body, .hidden-header {
    display: block !important;
}



.email-body {
    border-bottom: 1px solid black !important;
    padding-bottom: 5px !important;
}

.hidden-header {
    display: block;
    padding-bottom: .3em !important;
    padding-top: 0.2em !important;
}

.ui-widget-content {
    border: none !important;
    padding-left: 0px !important;
}

.add_edit_form input[type="text"] {
    box-shadow: none !important;
}

.add_edit_form #statuses {
    border: none !important;
}

.add_edit_form  #status_steps {
    border: none !important;
    box-shadow: none !important;
}

.add_edit_form #status_info {
    display: none !important;    
}

.add_edit_form  #status_steps ul li.active {
    display : block !important;
    margin-left : -20px !important;
    font-size : 20pt !important;
    padding:25px 50px;
}

#info-panel {
    display: none !important;    
    
}


#statuses #status_steps ul li.active a {
    display: none !important;    
    background-color: transparent !important;
    color: #000 !important;
    font-size: 120%;
}

.add_edit_form  #status_steps ul li {
    display: none !important;
}

.add_edit_form #statuses #status_steps ul li {
    padding: 0px !important;
}

#statuses #status_steps ul li a span:before,
#statuses #status_steps ul li a span:after {
    border: none !important;    
}

#statuses #status_steps ul li a:before {
    content: "Status: ";
}

.add_edit_form .grid_view_table_footer {
    display: none;
}

.drop-zone {
    display: none !important;
} 


#info-panel label {
 color: black;
 border-width: 0;
 border:  none;
 font-size: 18pt !important; 
}


#info-panel input
{
    border-width: 0;
    border: none;
    font-size: 18pt !important;
}

#info-panel textarea {

 border-width: 0;
 border-style: none !important; 
 border-color: Transparent !important; 
 font-size: 12pt !important; 
 overflow:visible !important;    
 float:none !important; 
 height:auto !important; 
}

#info-panel .TaskNumber {
    color: red;
 font-size: 36pt !important; 
    
}

.datetimepicker {
    color: blue !important;
    width: 300px !important;
}
.grid_view td {
    font-size: 12pt !important;
}

.div-grid-view {
    font-size: 12pt !important;
}

.notes {
    font-size: 12pt !important;
}

.ui-tabs .ui-tabs-nav li a {
    font-size: 14pt !important;
    
}

/*** TASK BOX AREA FOR PRINTING ***/

div.breadcrumbs {
    display: none !important;
}

div.wide_form {
    /*width: 1100px !important;*/
}

div.add_edit_form h1 {
    display: none !important;
    
}


div#TaskBox{
	display: block;
    position: relative;
    background-color: #FFFFFF !important;
    width: 100%;
    /*height:205px;*/
    height: auto;
    left: -20px;
    /*border: 2px solid #000000; 
    padding: 4px;*/
}
    div#TaskBox label {
        display: inline-block;
        width: 150px;
    }


div#TaskNumber{
	/*display: block;
    background-color: #000000 !important;
	font-size: 52px;
	font-weight: bold;
	line-height: 120px;
	text-align: Left;
	color: #FFFFFF !important;
    width: 100%;
    height:50px;
    position: absolute;
    top: 0;*/
    color: #333333 !important;
    font-weight: bold;
    display: block;
	font-size: 50px;
	font-weight: bold;
	color: red;
    float: left;
}

div#ReportLogo {
    float: right;    
    margin-top: 10px;
}

div#TaskInfo{
	display: block;
    left:220px;
    width:100%;
    padding-left:5px;
}

div#TaskInfo div#Project{
	display: block;
    position: relative;
	font-size: 20px;
	font-weight: bold;
    
    width:945px;
}
div#TaskInfo div#Customer{
	display: block;
    position: relative;
	font-size: 20px;
	font-weight: bold;
	color: red;
}

div#TaskInfo div#Name{
	display: block;
    position: relative;
	font-size: 30px;
	font-weight: bold;
    margin-top: 0.5em;
    color: #333333
}

div#TaskInfo div#Description{
	display: block;
    position: relative;
	font-size: 20px;
	font-weight: bold;
	color: red;
}
    div#TaskInfo div#Description div.description_text {
        display: block;
        font-weight: normal;
        color: #333333
    }

div#TaskInfo div#Deadline{
	display: block;
    position: relative;
	font-size: 20px;
	height: 16px;
	font-weight: bold;
}

div#TaskInfo div#Status{
	/*display: block;
    position: relative;
    left:-5px;
    top:3px;
    background-color: #afafaf !important;
    padding-left:15px;
	font-size: 24px;
	font-weight: bold;
	line-height: 45px;
    width: 845px;
    height:80px;*/
    display: block;
    position: relative;
	font-size: 24px;
	font-weight: bold;
    line-height: 45px;
    background-color: #ccc !important;    
    text-align: center;
}

div#TaskInfo div#ProjectColour {
    position: absolute; 
    right: 0px; 
    top: 100px; 
    width: 144px; 
    height: 100px; 
    margin: 5px;
}

@media print {

    a[href]:after {
        content: "";
    }

    div.radio input,
    div.checkbox input {
        opacity: 1;
    }

    .page-break	{ display: block; page-break-before: always; }
}

}