.DTTT_Print .hidden-print {
	display: none;
}

div.inpaas-print-header {
	padding: 15px;
	font-size: 16px;
	font-weight: 700;
	
	display: block;
	padding-left: 30px;
	background: linear-gradient(to top, #f0f0f0, #fff);
	border-bottom: 1px solid #ccc;	
}

div.inpaas-print-header button {
	margin: 5px;
} 

div.inpaas-print-header .message {
	font-weight: 300;
    font-size: 80%;
    display: block;
}

@media print {
	div.inpaas-print-header {
		display: none;
	}
	
	.table-row-actions {
		display: none;
	}
}

div.no-padding { 
	padding: 0px;
}

.page-content {
	padding: 15px; 
}

.page-content.DTTT_Print {
	padding: 0px;
	
}

.page-content div.row {
	margin: 4px 0px 3px;
}

.page-content iframe {
	width: 100%;
	min-height: 50px;
	
	border: 0px;
}

.page-content .tags { 
	width: 100%;
}

.page-content textarea { 
	resize: none;
}

.inpaas-content .btn:focus {
	outline: 0 !important;
}

.inpaas-content .inpaas-col-separator {
	border-bottom: 1px dotted #e2e2e2;
	margin: 0 8px;
	padding: 0;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.page-content .inpaas-breadcrumb, .page-breadcrumb {
	position: relative;
	
	line-height: auto;				

	font-weight: lighter;
	color: #585858;
	
	padding: 10px;
	padding-left: 15px;
	
	background: #f5f5f5;
	border-radius: 5px;
	
	cursor: default;
	
	z-index: 30;
	
  	margin-bottom: 5px;
}

.page-content .page-breadcrumb > label {
	font-size: 100%;
	
	margin-bottom: 0px;
	font-weight: 400;
	color: #666;
}

.page-content .page-breadcrumb > label.text-primary {
	x-font-weight: bold;
	color: #3c80a6;
}

.page-content div.row-title {
	margin: 15px 0px !important;
}

.page-content div.row-title label, .page-title {
	color: #3c80a6;
	padding: 0px 10px;
	
	font-size: 26px;
	font-weight: 400;
	line-height: 1.5;
	
  	padding-top: 2px;
}

.page-content div.row-filter .widget-main {
	padding: 20px 12px; 
}

.page-content div.row-filter .widget-well .widget-toolbar a[data-action=collapse] > i {
	display: none;
}

.page-content div.row-filter .widget-toolbar a[data-action=collapse]:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.page-content div.page-actions {
	text-align: right;
}

@media (min-width: 768px) {
	.page-content .row-edit div.row > div:first-child {
		text-align: right;	
	}
}

.page-content .row-edit div.row {
	margin: 15px 0px 3px;
}

[class*=" fa-"], [class^="fa-"] {
	display: inline-block;
	text-align: center;
}

div[role=inpaas-form] iframe[src=''], div[role=inpaas-form] iframe:not([src]) {
	background-color: #eee;
}

div[role=app-iframe] {
	display: block;
	
	width: 100%;
	
	min-height: 50px;
	
	border: solid 1px #ddd;
	background: #f0f0f0; 
	
	text-align: center;
	line-height: 50px;
	
	color: #444;
}

div[role=form-field-edit] {
	border: 1px dashed #e0e0e0;
	display: inline-block;
	position: relative;
	
	min-width: 80px;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inpaas-content .timeline-container .timeline-item-edit .widget-box {
	 background-color: transparent;	
	 border-left: 0px;
}
.inpaas-content .timeline-container .timeline-item-edit .widget-box .row:first-child {
	margin: 0px !important;  
}
.inpaas-content .timeline-container .timeline-item-edit div.btn-group {
	position: absolute;
	right: 10px;
	bottom: 7px;
	
	z-index: 99;
}

.inpaas-content .timeline-container .timeline-item-edi div.btn-group button {
	margin-left: 5px;
}

.inpaas-content .timeline-container #timeline-item-new button[role=cancel-comment] {
	display: none;
}

.inpaas-content .timeline-container .timeline-item-edit textarea {
	height: 95px;
	
	padding-bottom: 50px;
}

.inpaas-content .mentions-autocomplete-list {
	
}

.mentions-input-box .mentions > div, .mentions-input-box .mentions > textarea {
	font-size: 13px;
}

.inpaas-content .timeline-container .timeline-item-edit .col:after {
	position: absolute;
	
	bottom: 0px;
	
	display: block;
	
	width: 100%;
	height: 45px;
	
	border: 1px solid #eee;
	
	content: " ";
	
	background: #fafafa;
}

.page-content table tr th .cell-children {
	display: none;
}

.page-content table tr td .cell-children {
	position: relative;
}


/*
 * .bootstrap-tagsinput
 */
.bootstrap-tagsinput {
	box-shadow: none;
	border-radius: 0;
	
	width: 100%;
} 

.bootstrap-tagsinput .tag {
	padding: 5px;
    padding-right: 20px;
    
	font-size: 80%;
	border-radius: 0;
	
	background-color: #438eb9;
	cursor: default;

	max-width: 140px;
	
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.bootstrap-tagsinput .tag span {
	padding: 5px;
}

.bootstrap-tagsinput .tag span:hover {
	background-color: rgba(0,0,0,.2);
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 0px;
}

.bootstrap-tagsinput input {
	font-size: 80%;
	display: block;
  width: 100%;
}

.tagsinput-required{
  border-left: 2px solid #d15b47!important;
}

.bootstrap-tagsinput.tagsinput-error{
  border: 1px solid #d15b47;
  border-right: 2px solid #d15b47;
  background-color: #fff5f5; 
}

.typeahead.dropdown-menu {
	max-height: none;
	font-size: 80%;
}

.typeahead.dropdown-menu strong {
	font-weight: 400;
}

button.multiselect {
  font-weight: 300;
}

.btn-group >.multiselect.btn , .btn-group > .multiselect.btn {
	background: #fff;
}

.btn-group.open>.multiselect.btn:hover,.btn-group.open>.multiselect.btn:focus {
	background: #8da2ae !important;
}

.multiselect-container {
	overflow: auto;
	
}
.multiselect-container > li > a > label {
  font-weight: 300;
}

a:focus,:focus { 
	outline: none;
}

textarea.code-text {
	resize: none;
	font-family: monospace;
}


.easy-pie-chart {
	position: relative;
	text-align: center;
}

.easy-pie-chart canvas {
	position: absolute;
  	top: 0;
  	left: 0;
}

@-webkit-keyframes shake {
  0% {
    transform: rotateZ(0);
  }
  5% {
    transform: rotateZ(-30deg);
  }
  10% {
    transform: rotateZ(15deg);
  }
  15% {
    transform: rotateZ(-10deg);
  }
  20% {
    transform: rotateZ(7.5deg);
  }
  25% {
    transform: rotateZ(-6deg);
  }
  30% {
    transform: rotateZ(5deg);
  }
  35% {
    transform: rotateZ(-4.28571deg);
  }
  40% {
    transform: rotateZ(3.75deg);
  }
  45% {
    transform: rotateZ(-3.33333deg);
  }
  50% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0);
  }
}

.icon-shake {
  -webkit-animation: shake 2.5s infinite;
  animation: shake 2.5s infinite;
}

div.modal .modal-body div.row {
  	margin: 10px 0px 3px;
}

div.modal .modal-body, div.modal .modal-footer, div.modal .modal-header {
	padding: 15px 25px;
}

.col-file-upload input[type=file]:not(.indesign) {
  opacity: 0;
  filter: opacity(0);
  position: absolute;
  border: 1px solid red;
  
  margin: -25px;
  height: 100%;
  width: 100%;
  
  z-index: 500;
  cursor: pointer;
}

.col-file-upload {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px;
  border: 2px dashed #ccc;
  border-radius: 15px;
  
  color: #ccc;
}

.col-file-upload span.file-data {
  color: #333;
}

.col-file-upload label.error {
	display: none !important;
}



.table-editable tbody td .form-control:not(:focus) {
	border: 1px solid rgba(0, 0, 0, 0);
	background: transparent;
}

.table-editable tbody td .form-control[value=''], .table-editable tbody td .form-control:not([value]) {
	border: 1px solid rgba(0, 0, 0, .1);
	background: rgba(255, 255, 255, .1);
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  max-height: 500px;
  overflow: hidden;
  transition: none;
}

div[role=upload-box] {
	width: 100%;
	padding: 15px;
}

div[role=upload-box] .drop-zone {
  margin-bottom: 25px;
  padding: 15px;
  border: 2px dashed #ddd;
  border-radius: 15px;
  
  position: relative;
  
  text-align: center;
  
  color: #ccc;
}

div[role=upload-box]:not(.indesign) .drop-zone input[type=file] {
  opacity: 0;
  filter: opacity(0);
  position: absolute;
  border: 1px solid red;
  
  margin: -15px;
  height: 100%;
  width: 100%;
  
  z-index: 500;
  cursor: pointer;
}

div[role=upload-box] .div-files-attached {

	}

div[role=upload-box] .drop-zone i {
	display: block;
    line-height: 120%;
}


.note-editor .dropdown-menu {
    padding: 0px !important;
    background: #f5f5f5;
}

.note-editor .note-editable { 
	background: #fff;
	
}

.help-addon {
	cursor: help;
	font-weight: bold !important; 
}

.help-addon:hover {
	
}

.popover .popover-title {
	font-weight: 400;	
	font-size: 90%;
	color: #999;
}

.popover .popover-content {
	font-weight: 300;
	font-size: 90%;
}

@-webkit-keyframes fadeIn {
    0% {
        display:none; 
        opacity: 0;
    }

    1% {
        display: block ; 
        opacity: 0;
    }

    100% {
        display: block ; 
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        display: block; 
        opacity: 1;
    }

    99% {
        display: block; 
        opacity: 0;
    }

    100% {
        display:none; 
        opacity: 0;
    }

}



.load-wait {
	position: fixed;
	
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	background: rgba(255, 255, 255, .9);
	z-index: 5000;
	
	padding: 50px;
	padding-top: 20%;
	
	text-align: center;
}

.load-wait > span > i {
	font-size: 36px;
	color: #555;
}

div.file-upload-wrapper {
	
}

div.file-upload-wrapper.with-file {
	
}

div.file-upload-wrapper > input[type=file] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	
}

div.file-upload-wrapper > label {
    position: relative;
	
	font-size: 12px;
    font-weight: 200;
    padding: 3px 5px;
    padding-right: 24px;
    cursor: pointer;
	
    /* color: #fff;
    background-image: -webkit-linear-gradient(top,#abbac3 0,#9caeb8 100%);
    background-image: -o-linear-gradient(top,#abbac3 0,#9caeb8 100%);
    background-image: linear-gradient(to bottom,#abbac3 0,#9caeb8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffabbac3', endColorstr='#ff9caeb8', GradientType=0);
    background-color: #abbac3;
    border-color: #9caeb8; */
}

div.file-upload-wrapper.with-file > label {
   /*  background-image: -webkit-linear-gradient(top,#438eb9 0,#3c80a6 100%);
    background-image: -o-linear-gradient(top,#438eb9 0,#3c80a6 100%);
    background-image: linear-gradient(to bottom,#438eb9 0,#3c80a6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff438eb9', endColorstr='#ff3c80a6', GradientType=0);
    background-color: #438eb9;
    border-color: #3c80a6;	 */	
}


div.file-upload-wrapper > label.file-text,
div.file-upload-wrapper > label.busy-text,
div.file-upload-wrapper.with-file > label.empty-text,
div.file-upload-wrapper.busy > label.empty-text,
div.file-upload-wrapper.busy > label.file-text {
	display: none;
}

div.file-upload-wrapper > label.empty-text,
div.file-upload-wrapper.with-file > label.file-text,
div.file-upload-wrapper.busy > label.busy-text {
	display: inline-block;
}

div.file-upload-wrapper.busy > label.busy-text {
	cursor: wait;
}

div.file-upload-wrapper > label a.cancel {
	position: absolute;	
	right: 8px;
	cursor: pointer;
	
	color: #888;
}

div.file-upload-wrapper > label a.cancel:hover,
div.file-upload-wrapper > label a.download {
	color: #333;	
}



