@charset "UTF-8";

/* CSS File Upload Controls */
.fileinput-button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	background-color: #428bca;
	border-color: #428bca;
}

.fileinput-button:hover,
.fileinput-button:focus,
.fileinput-button:active,
.fileinput-button:active:hover,
.fileinput-button:active:focus {
	background-color: #428bca !important;
	border-color: #428bca !important;
	color: #fff;
}

.dropzone-input-button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	background-color: #fff;
	color: #008BFF;
	border: 1px solid #008BFF;
}

.dropzone-input-button:hover,
.dropzone-input-button:focus,
.dropzone-input-button:active,
.dropzone-input-button:active:hover,
.dropzone-input-button:active:focus {
	background-color: #008BFF !important;
	border-color: #008BFF !important;
	color: #fff;
}

.fileinput-button input, .dropzone-input-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}

.row-fileupload {
	margin-left: -15px;
}

.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 0px !important;
}

.single-fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0px;
}

.single-fileUpload input.upload {
	width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 13px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.single-fileUpload.btn.btn-rad.btn-primary.btn-sm.btnShaddow {
	width: 100%;
}

.btn-success-green, .btn-success-green:focus, .btn-success-green:hover, .btn-success-green:active {
	background-color: #43a047 !important;
	border-color: transparent !important;
}

.btn-file-close {
	background-color: #428bca !important;
	border-color: #428bca !important;
}

.file-label-success, .file-badge-success {
	background-color: #43a047 !important;
}

.alert-file-break {
	word-break: break-all;
}

.clear {
	margin-bottom: 5px	
}

.progress-bar .animate {
   width: 100%;
}

/* CSS Document */
#attachment_panel {
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
}

.att_sysdoc_container {
	overflow: auto; 
	height: 236px
}

.attachment_add {
	padding: 5px;
}

.attachment_doc {
	padding: 5px;
}

.attachment_doc img {
	vertical-align: middle;
	padding-right: 10px;
}

.attachment_doc .attachment_remove {
	float: right;
}

.att_sysdoc_line {
	float: left;
	width: 90%;
	padding: 10px;
	border-bottom: 1px dotted #c0c0c0;
	margin-right: 13px;
}

.att_sysdoc_line .att_sysdoc_right {
	float: right;
}

.att_sysdoc_button {
	clear:both; 
	padding:10px; 
	margin-left:15px;
}

.message_attachments {
	display: none;
}

.message_attachments_hover_popup {
	width: auto;
	background-color: #e7e7e7;
	border: 3px solid #B5C5D1;
	position: absolute;
	padding: 10px;
}

.message-revoke-red {
	color: #C81111
}

.message-revoke-red-bold {
	color:#C81111; 
	font-weight:bold
}

.popover {
    z-index: 9999;
    position: fixed;
}

div.file-hover {
	position: absolute;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	z-index: 9999;
	right: 15px;
}

/* Override the main bootstrap css / style white / cfstyle */
.h3-file {
	margin-bottom: 6px !important;
	margin-top: 0px !important;
}

.tabs-container .nav-tabs-file {
	border-bottom: 1px solid #e7eaec !important;
}

.tabs-container .nav-tabs-file > li.active > a {
	border-bottom: none !important;
}

.tabs-container .nav-tabs-file.nav-tabs-grey > li.active > a {
	background-color: #fcfcfc;
}

.nav-tabs-file {
	display: block !important;
	border-bottom: 1px solid #ddd !important;
	margin-bottom: 0px !important;
	float: none !important;
}

.nav-tabs-file > li {
	margin: 0px 0px -1px !important;
}

.nav-tabs-file > li > a {
    border-radius: 4px 4px 0 0 !important;
	color: #555 !important;
	padding: 8px 14px !important;
	outline: none;
	font-size: 13px;
	font-weight: 600;
	border-bottom: 1px solid #e7eaec !important;
}

.nav-tabs-file > li.active > a, .nav-tabs-file > li.active > a:hover, .nav-tabs-file > li.active > a:focus {
	border-top: 2px solid #009587 !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	border-bottom: none;
	padding-bottom: 10px;
	padding-top: 8px;
	box-shadow: 1px -3px 4px -3px rgba(0, 0, 0, 0.08);
	border-left: 1px solid #ECECEC !important;
	border-right: 1px solid #ECECEC !important;
	position: static;
}

.nav-tabs-file > li > a i {
	margin-right: 0px !important;
}

.file-upload-modal {
	z-index: 99999 !important;
}

@media (min-width: 768px) {
	.file-upload-modal > .modal-dialog {
	    width: 600px;
	    margin: 30px auto;
	}
}

.modal-header-file {
	border-bottom: 1px solid #e5e5e5 !important;
}

.modal-title-file {
	font-weight: 600 !important;
	font-size: 14px;
	color: #676A6C !important;
}

.modal-body-file {
	color: #676A6C;
	padding: 15px !important;
	font-size: 13px;
}

.modal-foot-file {
	background-color: #fbfbfb !important;
	border-radius: 0 0 5px 5px;	
}

.tab-content-file {
	padding: 0px !important;
	margin-bottom: 0px;
}

.tab-content-file.tab-content-grey {
	background-color: #fcfcfc;
}

.panel-body-file {
	padding: 15px;
}

.file-upload-btn {
    border-radius: 4px;
	margin-left: 0px !important;
	margin-bottom: 0px !important;
	font-weight: normal;
}

.p-file > p {
	line-height: 15px !important;	
}

p.name, p.size {
	font-size: 13px;
	color: #676A6C;	
}

.a-file {
    color: #444444 !important;
    text-decoration: none !important;
}

.table-file > th, .table-file > tr, .table-file > td {
	border-top: 1px solid #ddd !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
}

.file-content {
	display: block;
	max-height: 200px;
	overflow: auto;
	margin-bottom: 15px;
}

/* Fixes for IE < 8 */
@media screen\9 {
	.fileinput-button input, .dropzone-input-button input {
		filter: alpha(opacity=0);
		font-size: 100%;
		height: 100%;
	}
}

.dropzone-fileupload.in {
	background: #f9f9f9;
}
.dropzone-fileupload.hover {
	background: #eee;
}
.dropzone-fileupload.fade {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 1;
}

.dropzone-area {
	border-style: dashed;
	border-color: #ccc;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    border-width: 4px;
    background-color: #fff;
}
.dropzone-area.jumbotron {
	margin-bottom: 0px !important;
	padding: 10px 40px 40px !important;
}

.dropzone-fileupload {
	border: none;
    min-height: 200px;
}
.dropzone-fileupload.well-drop {
    background-image: url("/images/upload.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 10px;
}

.dropzone-input-dragDrop {
	color: #97A1A8;
	text-align: center;
}

.dropzone-input-icon {
    margin-top: -10px;
 }

.dropzone-input-text h3 {
    margin: 0;
    font-size: 18px;
}
.dropzone-input-text span {
	display: inline-block; 
	margin: 10px 0;
}

.icon-dfi-cloud-up-o:before {
	font-family: FontAwesome;
    font-size: 48px;
    font-style: normal !important;	
    content: "\f0ee";
}