/**
 *  Vertical and horizontal centering
 */
#outer {height: 100%; overflow: hidden; position: relative; width: 100%;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%; width: 100%; text-align: center;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%; text-align: left;} /* for explorer only */
#inner {width: 25%; margin-left: auto; margin-right: auto;} /* for all browsers*/
/* optional: #inner[id] {position: static;} */

/* just format */
div.greenBorder {border: 1px solid green; background-color: ivory;}

.codemirror-iframe {
	background: white;
	color: black;
}

.CodeMirror-line-numbers {
	font-size: 10pt;
	margin: 0.4em;
	font-family: monospace;
	text-align: right;
}

/**
 *  DATA VIEW
 */
 .image-tip{
	padding:4px;
	height:98px;
	white-space:nowrap;
}
.image-tip img {
	margin-right:10px;
	border:2px solid #083772;
}
.image-tip b{
	color: #083772;
	display: block;
	margin-bottom: 4px;
}
.image-tip span{
	display: block;
	margin-bottom: 5px;
	margin-left: 5px;
}
#images{
	background: #fff url(../img/tree/center-bg.gif ) repeat-x top left;
	font: 11px Arial, Helvetica, sans-serif;
}
.thumb{
	background: #dddddd;
	padding:3px;
}
.thumb img{
	border:1px solid white;
	/*height: 60px;
	width: 80px;*/
}
.thumb-wrap{
	float: left;
	margin: 1px;
	margin-right: 0;
	padding: 1px;
}
.thumb-wrap span{
	display: block;
	overflow: hidden;
	text-align: center;
}
.x-view-selected .thumb{
	background:#8db2e3;
}
.loading-indicator {
	font-size:8pt;
	background-image:url(../../shared/js/libs/ext-3.3.1/resources/images/default/grid/loading.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	margin:10px;
}
.x-dd-drag-proxy .multi-proxy .thumb-img{
	height: 20px;
	width: 30px;
	margin:1px;
}
.x-dd-drag-proxy .thumb-img{
	height: 60px;
	width: 80px;
}
.image-node .x-tree-node-icon{
    margin-bottom:1px;
    height:15px;
}
.album-node .x-tree-node-icon, .album-btn{
    background-image:url( ../tree/album.gif ) !important;
} 

p {
    margin-bottom:15px;
}
h1 {
    font-size:large;
    margin-bottom:20px;
}
h2 {
    font-size:14px;
    color:#333;
    font-weight:bold;
    margin:10px 0;
}
.example-info{
    width:150px;
    border:1px solid #c3daf9;
    border-top:1px solid #DCEAFB;
    border-left:1px solid #DCEAFB;
    background:#ecf5fe url( info-bg.gif ) repeat-x;
    font-size:10px;
    padding:8px;
}
pre.code{
    background: #F8F8F8;
    border: 1px solid #e8e8e8;
    padding:10px;
    margin:10px;
    margin-left:0px;
    border-left:5px solid #e8e8e8;
    font-size: 12px !important;
    line-height:14px !important;
}
.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:250px;
    z-index:20000;
}
.x-grid3-row-body p {
    margin:5px 5px 10px 5px !important;
}

.x-window-dlg .ext-mb-download {
    background:transparent url(../img/ext/download.gif) no-repeat top left;
    height:46px;
}

.icon-unlock {
    background-image:url(../img/cdc/icon/icon-unlock.png) !important;
    background-repeat: no-repeat;
}
.icon-lock {
    background-image:url(../img/cdc/icon/icon-lock.png) !important;
    background-repeat: no-repeat;
}
.icon-close {
    background-image:url(../img/cdc/icon/icon-close.png) !important;
    background-repeat: no-repeat;
}
.icon-cancel {
    background-image:url(../img/cdc/icon/icon-cancel.png) !important;
    background-repeat: no-repeat;
}
.icon-clear {
    background-image:url(../img/cdc/icon/icon-clear.png) !important;
    background-repeat: no-repeat;
}
.icon-config {
    background-image:url(../img/cdc/icon/icon-config.png) !important;
    background-repeat: no-repeat;
}

.icon-save {
    background-image:url(../img/cdc/icon/icon-save.png) !important;
    background-repeat: no-repeat;
}

.x-tool-guardar {
    background-image:url(../img/cdc/icon/icon-save.png) !important;
    background-repeat: no-repeat;
}
.x-tool-cerrar {
    background-image:url(../img/cdc/icon/icon-close-box-red-24x24.png) !important;
    height:50;
    width:50;
    background-repeat: no-repeat;
}

.icon-trash {
    background-image:url(../img/cdc/icon/icon-trash.png) !important;
    background-repeat: no-repeat;
}
.icon-new-doc {
    background-image:url(../img/cdc/icon/icon-new-doc.png) !important;
    background-repeat: no-repeat;
}
.icon-edit-doc {
    background-image:url(../img/cdc/icon/icon-edit-doc.png) !important;
    background-repeat: no-repeat;
}
.icon-add {
    background-image:url(../img/cdc/icon/icon-add.png) !important;
    background-repeat: no-repeat;
}
.icon-excel {
    background-image:url(../img/cdc/icon/icon-excel.png) !important;
    background-repeat: no-repeat;
}

.icon-find-16x16 {
    background-image:url(../img/cdc/icon/icon-find-16x16.png) !important;
    background-repeat: no-repeat;
}

.icon-request-16x16 {
    background-image:url(../img/cdc/icon/icon-request-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-request-64x64 {
    background-image:url(../img/cdc/icon/icon-request-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-view-detailed-16x16 {
    background-image:url(../img/cdc/icon/icon-view-detailed-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-hammer-screwdriver-16x16 {
    background-image:url(../img/cdc/icon/icon-hammer-screwdriver-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-table-accept-16x16 {
    background-image:url(../img/cdc/icon/icon-table-accept-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-accept-dig-16x16 {
    background-image:url(../img/cdc/icon/icon-accept-dig-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-accept-dig-orange-16x16 {
    background-image:url(../img/cdc/icon/icon-accept-dig-orange-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-authorized {
    background-image:url(../img/cdc/icon/icon-authorized.png) !important;
    background-repeat: no-repeat;
}
.icon-unauthorized {
    background-image:url(../img/cdc/icon/icon-unauthorized.png) !important;
    background-repeat: no-repeat;
}
.icon-process {
    background-image:url(../img/cdc/icon/icon-process.png) !important;
    background-repeat: no-repeat;
}
.icon-ok-process {
    background-image:url(../img/cdc/icon/icon-ok-process.png) !important;
    background-repeat: no-repeat;
}
.icon-upload {
    background-image:url(../img/cdc/icon/icon-upload.png) !important;
    background-repeat: no-repeat;
}
.icon-send-doc {
    background-image:url(../img/cdc/icon/icon-send-doc.png) !important;
    background-repeat: no-repeat;
}
.icon-keyboard-add {
    background-image:url(../img/cdc/icon/icon-keyboard-add.png) !important;
    background-repeat: no-repeat;
}
.icon-history {
    background-image:url(../img/cdc/icon/icon-history.png) !important;
    background-repeat: no-repeat;
}
.icon-business {
    background-image:url(../img/cdc/icon/icon-business.png) !important;
    background-repeat: no-repeat;
}
.icon-flowchart01-16x16 {
    background-image:url(../img/cdc/icon/icon-flowchart01-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-status-16x16 {
    background-image:url(../img/cdc/icon/icon-status-16x16.png) !important;
    background-repeat: no-repeat;
}

.icon-chronometer-16x16 {
    background-image:url(../img/cdc/icon/icon-chronometer-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-chronometer-32x32 {
    background-image:url(../img/cdc/icon/icon-chronometer-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-chronometer-48x48 {
    background-image:url(../img/cdc/icon/icon-chronometer-48x48.png) !important;
    background-repeat: no-repeat;
}


.icon-upload-database-16x16 {
    background-image:url(../img/cdc/icon/icon-upload-database-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-upload-database-32x32 {
    background-image:url(../img/cdc/icon/icon-upload-database-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-upload-database-64x64 {
    background-image:url(../img/cdc/icon/icon-upload-database-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-upload-database-128x128 {
    background-image:url(../img/cdc/icon/icon-upload-database-128x128.png) !important;
    background-repeat: no-repeat;
}

.icon-idea-16x16 {
    background-image:url(../img/cdc/icon/icon-idea-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-idea-32x32 {
    background-image:url(../img/cdc/icon/icon-idea-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-idea-64x64 {
    background-image:url(../img/cdc/icon/icon-idea-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-idea-128x128 {
    background-image:url(../img/cdc/icon/icon-idea-128x128.png) !important;
    background-repeat: no-repeat;
}

.icon-stock-view-details-16x16 {
    background-image:url(../img/cdc/icon/icon-stock-view-details-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-stock-view-details-32x32 {
    background-image:url(../img/cdc/icon/icon-stock-view-details-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-stock-view-details-64x64 {
    background-image:url(../img/cdc/icon/icon-stock-view-details-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-stock-view-details-128x128 {
    background-image:url(../img/cdc/icon/icon-stock-view-details-128x128.png) !important;
    background-repeat: no-repeat;
}

.icon-applications-utilities-16x16 {
    background-image:url(../img/cdc/icon/icon-applications-utilities-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-applications-utilities-32x32 {
    background-image:url(../img/cdc/icon/icon-applications-utilities-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-applications-utilities-64x64 {
    background-image:url(../img/cdc/icon/icon-applications-utilities-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-applications-utilities-128x128 {
    background-image:url(../img/cdc/icon/icon-applications-utilities-128x128.png) !important;
    background-repeat: no-repeat;
}

.icon-download-database-16x16 {
    background-image:url(../img/cdc/icon/icon-download-database-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-download-database-32x32 {
    background-image:url(../img/cdc/icon/icon-download-database-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-download-database-64x64 {
    background-image:url(../img/cdc/icon/icon-download-database-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-download-database-128x128 {
    background-image:url(../img/cdc/icon/icon-download-database-128x128.png) !important;
    background-repeat: no-repeat;
}

.icon-document-search-16x16 {
    background-image:url(../img/cdc/icon/icon-document-search-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-document-search-32x32 {
    background-image:url(../img/cdc/icon/icon-document-search-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-document-search-64x64 {
    background-image:url(../img/cdc/icon/icon-document-search-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-document-search-128x128 {
    background-image:url(../img/cdc/icon/icon-document-search-128x128.png) !important;
    background-repeat: no-repeat;
}



.icon-emergency {
    background-image:url(../img/cdc/icon/icon-emergency.png) !important;
    background-repeat: no-repeat;
}
.icon-world-clock {
    background-image:url(../img/cdc/icon/icon-world-clock.png) !important;
    background-repeat: no-repeat;
}
.icon-world-accept {
    background-image:url(../img/cdc/icon/icon-world-accept.png) !important;
    background-repeat: no-repeat;
}
.icon-money-bag-16x16 {
    background-image:url(../img/cdc/icon/icon-money-bag-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-money-bag-32x32 {
    background-image:url(../img/cdc/icon/icon-money-bag-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-money-bag-64x64 {
    background-image:url(../img/cdc/icon/icon-money-bag-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-money-bag-128x128 {
    background-image:url(../img/cdc/icon/icon-money-bag-128x128.png) !important;
    background-repeat: no-repeat;
}


.icon-money-wallet {
    background-image:url(../img/cdc/icon/icon-money-wallet.png) !important;
    background-repeat: no-repeat;
}
.icon-system-monitor {
    background-image:url(../img/cdc/icon/icon-system-monitor.png) !important;
    background-repeat: no-repeat;
}
.icon-world {
    background-image:url(../img/cdc/icon/icon-world.png) !important;
    background-repeat: no-repeat;
}
.icon-world-clock {
    background-image:url(../img/cdc/icon/icon-world-clock.png) !important;
    background-repeat: no-repeat;
}
.icon-accept-circle {
    background-image:url(../img/cdc/icon/icon-accept-circle.png) !important;
    background-repeat: no-repeat;
}
.icon-application-form {
    background-image:url(../img/cdc/icon/icon-application-form.png) !important;
    background-repeat: no-repeat;
}
.icon-key {
    background-image:url(../img/cdc/icon/icon-key.png) !important;
    background-repeat: no-repeat;
}
.icon-helmet {
    background-image:url(../img/cdc/icon/icon-helmet.png) !important;
    background-repeat: no-repeat;
}
.icon-menu-16x16 {
    background-image:url(../img/cdc/icon/icon-menu-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-peoples {
    background-image:url(../img/cdc/icon/icon-peoples.png) !important;
    background-repeat: no-repeat;
}
.icon-key-folder-red {
    background-image:url(../img/cdc/icon/icon-key-folder-red.png) !important;
    background-repeat: no-repeat;
}
.icon-login-manager {
    background-image:url(../img/cdc/icon/icon-login-manager.png) !important;
    background-repeat: no-repeat;
}
.icon-login-manager-key {
    background-image:url(../img/cdc/icon/icon-login-manager-key.png) !important;
    background-repeat: no-repeat;
}

.icon-user-manage-16x16 {
    background-image:url(../img/cdc/icon/icon-user-manage-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-user-manage-64x64 {
    background-image:url(../img/cdc/icon/icon-user-manage-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-people-16x16 {
    background-image:url(../img/cdc/icon/icon-people-16x16.png) !important;
    background-repeat: no-repeat;
}

.icon-stock-check-filled-16x16 {
    background-image:url(../img/cdc/icon/icon-stock-check-filled-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-stock-check-filled-64x64 {
    background-image:url(../img/cdc/icon/icon-stock-check-filled-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-file-broken-16x16 {
    background-image:url(../img/cdc/icon/icon-file-broken-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-file-broken-64x64 {
    background-image:url(../img/cdc/icon/icon-file-broken-64x64.png) !important;
    background-repeat: no-repeat;
}



.icon-group-data-16x16{
  background-image:url(../img/cdc/icon/icon-group-data-16x16.png) !important;
  background-repeat: no-repeat;
}

.icon-inventory-categories-16x16{
   background-image:url(../img/cdc/icon/icon-inventory-categories-16x16.png) !important;
   background-repeat: no-repeat;
}
.icon-inventory-categories-64x64{
   background-image:url(../img/cdc/icon/icon-inventory-categories-64x64.png) !important;
   background-repeat: no-repeat;
}

.icon-emergency-16x16{
   background-image:url(../img/cdc/icon/icon-emergency-16x16.png) !important;
   background-repeat: no-repeat;
}
.icon-emergency-64x64{
   background-image:url(../img/cdc/icon/icon-emergency-64x64.png) !important;
   background-repeat: no-repeat;
}

.icon-shopping-cart-16x16{
   background-image:url(../img/cdc/icon/icon-shopping-cart-16x16.png) !important;
   background-repeat: no-repeat;
}
.icon-shopping-cart-64x64{
   background-image:url(../img/cdc/icon/icon-shopping-cart-64x64.png) !important;
   background-repeat: no-repeat;
}

.icon-building-management-16x16{
   background-image:url(../img/cdc/icon/icon-building-management-16x16.png) !important;
   background-repeat: no-repeat;
}
.icon-building-management-64x64{
   background-image:url(../img/cdc/icon/icon-building-management-64x64.png) !important;
   background-repeat: no-repeat;
}

.icon-earthmover-16x16{
   background-image:url(../img/cdc/icon/icon-earthmover-16x16.png) !important;
   background-repeat: no-repeat;
}
.icon-earthmover-64x64{
   background-image:url(../img/cdc/icon/icon-earthmover-64x64.png) !important;
   background-repeat: no-repeat;
}

.icon-agency-16x16{
   background-image:url(../img/cdc/icon/icon-agency-16x16.png) !important;
   background-repeat: no-repeat;
}
.icon-agency-64x64{
   background-image:url(../img/cdc/icon/icon-agency-64x64.png) !important;
   background-repeat: no-repeat;
}

.icon-desktop-16x16{
   background-image:url(../img/cdc/icon/icon-desktop-16x16.png) !important;
   background-repeat: no-repeat;
}
.icon-desktop-64x64{
   background-image:url(../img/cdc/icon/icon-desktop-64x64.png) !important;
   background-repeat: no-repeat;
}

.icon-package-development-16x16{
   background-image:url(../img/cdc/icon/icon-package-development-16x16.png) !important;
   background-repeat: no-repeat;
}
.icon-package-development-64x64{
   background-image:url(../img/cdc/icon/icon-package-development-64x64.png) !important;
   background-repeat: no-repeat;
}

.icon-exit-16x16{
   background-image:url(../img/cdc/icon/icon-exit-16x16.png) !important;
   background-repeat: no-repeat;
}
.icon-exit-64x64{
   background-image:url(../img/cdc/icon/icon-exit-64x64.png) !important;
   background-repeat: no-repeat;
}

.icon-next-16x16{
   background-image:url(../img/cdc/icon/icon-next-16x16.png) !important;
   background-repeat: no-repeat;
}
.icon-next-64x64{
   background-image:url(../img/cdc/icon/icon-next-64x64.png) !important;
   background-repeat: no-repeat;
}

.icon-previous-16x16{
   background-image:url(../img/cdc/icon/icon-previous-16x16.png) !important;
   background-repeat: no-repeat;
}
.icon-previous-64x64{
   background-image:url(../img/cdc/icon/icon-previous-64x64.png) !important;
}

.icon-folder-documents-16x16{
   background-image:url(../img/cdc/icon/icon-folder-documents-16x16.png) !important;
   background-repeat: no-repeat;
}
.icon-folder-documents-64x64{
   background-image:url(../img/cdc/icon/icon-folder-documents-64x64.png) !important;
   background-repeat: no-repeat;
}

.icon-kruler-16x16{
   background-image:url(../img/cdc/icon/icon-kruler-16x16.png) !important;
   background-repeat: no-repeat;
}
.icon-kruler-64x64{
   background-image:url(../img/cdc/icon/icon-kruler-64x64.png) !important;
   background-repeat: no-repeat;
}

.icon-notification-warning-16x16{
   background-image:url(../img/cdc/icon/icon-notification-warning-16x16.png) !important;
   background-repeat: no-repeat;
}
.icon-notification-warning-64x64{
   background-image:url(../img/cdc/icon/icon-notification-warning-64x64.png) !important;
   background-repeat: no-repeat;
}

.icon-checklist-16x16{
   background-image:url(../img/cdc/icon/icon-checklist-16x16.png) !important;
   background-repeat: no-repeat;
}
.icon-checklist-64x64{
   background-image:url(../img/cdc/icon/icon-checklist-64x64.png) !important;
   background-repeat: no-repeat;
}

.icon-register-16x16{
   background-image:url(../img/cdc/icon/icon-register-16x16.png) !important;
   background-repeat: no-repeat;
}
.icon-register-64x64{
   background-image:url(../img/cdc/icon/icon-register-64x64.png) !important;
   background-repeat: no-repeat;
}

.icon-insurance-16x16{
   background-image:url(../img/cdc/icon/icon-insurance-16x16.png) !important;
   background-repeat: no-repeat;
}
.icon-insurance-32x32{
   background-image:url(../img/cdc/icon/icon-insurance-32x32.png) !important;
   background-repeat: no-repeat;
}
.icon-insurance-64x64{
   background-image:url(../img/cdc/icon/icon-insurance-64x64.png) !important;
   background-repeat: no-repeat;
}


.icon-shipping7-128x128{
   background-image:url(../img/cdc/icon/icon-shipping7-128x128.png) !important;
   background-repeat: no-repeat;
}
.icon-shipping7-64x64{
   background-image:url(../img/cdc/icon/icon-shipping7-64x64.png) !important;
   background-repeat: no-repeat;
}
.icon-shipping7-32x32{
   background-image:url(../img/cdc/icon/icon-shipping7-32x32.png) !important;
   background-repeat: no-repeat;
}
.icon-shipping7-16x16{
   background-image:url(../img/cdc/icon/icon-shipping7-16x16.png) !important;
   background-repeat: no-repeat;
}


.icon-package-editors-16x16{
   background-image:url(../img/cdc/icon/icon-package-editors-16x16.png) !important;
   background-repeat: no-repeat;
}


.icon-help-browser-16x16{
   background-image:url(../img/cdc/icon/icon-help-browser-16x16.png) !important;
   background-repeat: no-repeat;
}
.icon-help-browser-32x32{
   background-image:url(../img/cdc/icon/icon-help-browser-32x32.png) !important;
   background-repeat: no-repeat;
}
.icon-help-browser-64x64{
   background-image:url(../img/cdc/icon/icon-help-browser-64x64.png) !important;
   background-repeat: no-repeat;
}
.icon-help-browser-128x128{
   background-image:url(../img/cdc/icon/icon-help-browser-128x128.png) !important;
   background-repeat: no-repeat;
}

.icon-us-dollar-16x16{
   background-image:url(../img/cdc/icon/icon-us-dollar-16x16.png) !important;
   background-repeat: no-repeat;
}
.icon-us-dollar-32x32{
   background-image:url(../img/cdc/icon/icon-us-dollar-32x32.png) !important;
   background-repeat: no-repeat;
}
.icon-us-dollar-64x64{
   background-image:url(../img/cdc/icon/icon-us-dollar-64x64.png) !important;
   background-repeat: no-repeat;
}
.icon-us-dollar-128x128{
   background-image:url(../img/cdc/icon/icon-us-dollar-128x128.png) !important;
   background-repeat: no-repeat;
}

.icon-shoppingcart-checkout-16x16{
   background-image:url(../img/cdc/icon/simplicio/icon-shoppingcart-checkout-16x16.png) !important;
   background-repeat: no-repeat;
}

.icon-shoppingcart-checkout-32x32{
   background-image:url(../img/cdc/icon/simplicio/icon-shoppingcart-checkout-32x32.png) !important;
   background-repeat: no-repeat;
}

.icon-shoppingcart-checkout-64x64{
   background-image:url(../img/cdc/icon/simplicio/icon-shoppingcart-checkout-64x64.png) !important;
   background-repeat: no-repeat;
}

.icon-shoppingcart-checkout-128x128{
   background-image:url(../img/cdc/icon/simplicio/icon-shoppingcart-checkout-128x128.png) !important;
   background-repeat: no-repeat;
}


.icon-schedule-16x16{
   background-image:url(../img/cdc/icon/icon-schedule-16x16.png) !important;
   background-repeat: no-repeat;
}

.icon-companies-16x16{
   background-image:url(../img/cdc/icon/icon-companies-16x16.png) !important;
   background-repeat: no-repeat;
}

.icon-objects-16x16{
   background-image:url(../img/cdc/icon/icon-objects-16x16.png) !important;
   background-repeat: no-repeat;
}

.icon-gnumeric-16x16{
   background-image:url(../img/cdc/icon/icon-gnumeric-16x16.png) !important;
   background-repeat: no-repeat;
}

.icon-xmag-16x16{
   background-image:url(../img/cdc/icon/icon-xmag-16x16.png) !important;
   background-repeat: no-repeat;
}

.icon-trace-16x16{
   background-image:url(../img/cdc/icon/icon-trace-16x16.png) !important;
   background-repeat: no-repeat;
}

.icon-system-file-manager-16x16{
   background-image:url(../img/cdc/icon/icon-system-file-manager-16x16.png) !important;
   background-repeat: no-repeat;
}

.icon-group-data-64x64{
  background-image:url(../img/cdc/icon/icon-group-data-64x64.png) !important;
  background-repeat: no-repeat;
}

.icon-holiday-16x16{
  background-image:url(../img/cdc/icon/icon-holiday-16x16.png) !important;
  background-repeat: no-repeat;
}
.icon-holiday-64x64{
  background-image:url(../img/cdc/icon/icon-holiday-64x64.png) !important;
  background-repeat: no-repeat;
}

.icon-document-16x16{
  background-image:url(../img/cdc/icon/icon-document-16x16.png) !important;
  background-repeat: no-repeat;
}
.icon-document-64x64{
  background-image:url(../img/cdc/icon/icon-document-64x64.png) !important;
  background-repeat: no-repeat;
}

.icon-session-manager {
    background-image:url(../img/cdc/icon/icon-session-manager.png) !important;
    background-repeat: no-repeat;
}
.icon-workflow-64x64 {
    background-image:url(../img/cdc/icon/icon-workflow-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-workflow-16x16 {
    background-image:url(../img/cdc/icon/icon-workflow-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-system-software-installer-16x16 {
	background-image:url(../img/cdc/icon/icon-system-software-installer-16x16.png) !important;
	background-repeat: no-repeat;
}
.icon-system-software-installer-64x64 {
	background-image:url(../img/cdc/icon/icon-system-software-installer-64x64.png) !important;
	background-repeat: no-repeat;
}
.icon-workflow-24x24 {
    background-image:url(../img/cdc/icon/icon-workflow-24x24.png) !important;
    background-repeat: no-repeat;
}
.icon-workflow-32x32 {
    background-image:url(../img/cdc/icon/icon-workflow-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-group {
    background-image:url(../img/cdc/icon/icon-group.png) !important;
    background-repeat: no-repeat;
}
.icon-product-64x64 {
    background-image:url(../img/cdc/icon/icon-product-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-product-16x16 {
    background-image:url(../img/cdc/icon/icon-product-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-business-info-16x16 {
    background-image:url(../img/cdc/icon/icon-business-info-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-business-info-64x64 {
    background-image:url(../img/cdc/icon/icon-business-info-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-pictures-16x16 {
    background-image:url(../img/cdc/icon/icon-pictures-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-pictures-64x64 {
    background-image:url(../img/cdc/icon/icon-pictures-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-truck-16x16 {
    background-image:url(../img/cdc/icon/icon-truck-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-truck-64x64 {
    background-image:url(../img/cdc/icon/icon-truck-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-workstation-16x16 {
    background-image:url(../img/cdc/icon/icon-workstation-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-workstation-64x64 {
    background-image:url(../img/cdc/icon/icon-workstation-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-beos-workspace-16x16 {
    background-image:url(../img/cdc/icon/icon-beos-workspace-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-beos-workspace-64x64 {
    background-image:url(../img/cdc/icon/icon-beos-workspace-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-security-warning-16x16 {
    background-image:url(../img/cdc/icon/icon-security-warning-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-security-warning-64x64 {
    background-image:url(../img/cdc/icon/icon-security-warning-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-kmenuedit-16x16 {
    background-image:url(../img/cdc/icon/icon-kmenuedit-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-kmenuedit-64x64 {
    background-image:url(../img/cdc/icon/icon-kmenuedit-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-cancel-16x16 {
    background-image:url(../img/cdc/icon/icon-cancel-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-accept-16x16 {
    background-image:url(../img/cdc/icon/icon-accept-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-image-16x16 {
    background-image:url(../img/cdc/icon/image.png) !important;
    background-repeat: no-repeat;
 
}

.icon-recherche-doc-16x16 {
    background-image:url(../img/cdc/icon/icon-recherche-doc-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-recherche-doc-32x32 {
    background-image:url(../img/cdc/icon/icon-recherche-doc-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-recherche-doc-64x64 {
    background-image:url(../img/cdc/icon/icon-recherche-doc-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-folder-image-attachment-delete-16x16 {
    background-image:url(../img/cdc/icon/icon-folder-image-attachment-delete-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-folder-image-attachment-delete-64x64 {
    background-image:url(../img/cdc/icon/icon-folder-image-attachment-delete-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-attachment-clip-16x16 {
    background-image:url(../img/cdc/icon/icon-attachment-clip-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-attachment-clip-64x64 {
    background-image:url(../img/cdc/icon/icon-attachment-clip-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-folder-attachment-16x16 {
    background-image:url(../img/cdc/icon/icon-folder-attachment-16x16.png) !important;
}
.icon-folder-attachment-64x64 {
    background-image:url(../img/cdc/icon/icon-folder-attachment-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-picture-16x16 {
    background-image:url(../img/cdc/icon/icon-picture-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-picture-64x64 {
    background-image:url(../img/cdc/icon/icon-picture-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-folder-image-16x16 {
    background-image:url(../img/cdc/icon/icon-folder-image-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-folder-image-64x64 {
    background-image:url(../img/cdc/icon/icon-folder-image-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-folder-image-attachment-16x16 {
    background-image:url(../img/cdc/icon/icon-folder-image-attachment-16x16.png) !important;
    background-repeat: no-repeat;
}

.icon-folder-image-attachment-64x64 {
    background-image:url(../img/cdc/icon/icon-folder-image-attachment-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-folder-16x16 {
    background-image:url(../img/cdc/icon/icon-folder-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-folder-64x64 {
    background-image:url(../img/cdc/icon/icon-folder-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-windows-table-16x16 {
    background-image:url(../img/cdc/icon/icon-windows-table-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-windows-table-64x64 {
    background-image:url(../img/cdc/icon/icon-windows-table-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-picture-delete-16x16 {
    background-image:url(../img/cdc/icon/icon-picture-delete-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-picture-delete-64x64 {
    background-image:url(../img/cdc/icon/icon-picture-delete-64x64.png) !important;
    background-repeat: no-repeat;
}


.icon-file-document-paper-green-accept-16x16 {
    background-image:url(../img/cdc/icon/icon-file-document-paper-green-accept-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-file-document-paper-green-accept-24x24 {
    background-image:url(../img/cdc/icon/icon-file-document-paper-green-accept-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-file-document-paper-green-accept-32x32 {
    background-image:url(../img/cdc/icon/icon-file-document-paper-green-accept-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-file-document-paper-green-accept-64x64 {
    background-image:url(../img/cdc/icon/icon-file-document-paper-green-accept-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-file-document-paper-red-accept-16x16 {
    background-image:url(../img/cdc/icon/icon-file-document-paper-red-accept-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-file-document-paper-red-accept-24x24 {
    background-image:url(../img/cdc/icon/icon-file-document-paper-red-accept-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-file-document-paper-red-accept-32x32 {
    background-image:url(../img/cdc/icon/icon-file-document-paper-red-accept-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-file-document-paper-red-accept-64x64 {
    background-image:url(../img/cdc/icon/icon-file-document-paper-red-accept-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-file-document-paper-red-accept-128x128 {
    background-image:url(../img/cdc/icon/icon-file-document-paper-red-accept-128x128.png) !important;
    background-repeat: no-repeat;
}

.icon-file-document-paper-red-info-16x16 {
    background-image:url(../img/cdc/icon/icon-file-document-paper-red-info-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-file-document-paper-red-info-32x32 {
    background-image:url(../img/cdc/icon/icon-file-document-paper-red-info-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-file-document-paper-red-info-64x64 {
    background-image:url(../img/cdc/icon/icon-file-document-paper-red-info-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-file-document-paper-red-info-128x128 {
    background-image:url(../img/cdc/icon/icon-file-document-paper-red-info-128x128.png) !important;
    background-repeat: no-repeat;
}

.icon-tag-add-16x16 {
    background-image:url(../img/cdc/icon/icon-tag-add-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-tag-add-32x32 {
    background-image:url(../img/cdc/icon/icon-tag-add-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-tag-add-64x64 {
    background-image:url(../img/cdc/icon/icon-tag-add-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-tag-add-128x128 {
    background-image:url(../img/cdc/icon/icon-tag-add-128x128.png) !important;
    background-repeat: no-repeat;
}

.icon-tag-16x16 {
    background-image:url(../img/cdc/icon/icon-tag-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-tag-32x32 {
    background-image:url(../img/cdc/icon/icon-tag-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-tag-64x64 {
    background-image:url(../img/cdc/icon/icon-tag-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-tag-128x128 {
    background-image:url(../img/cdc/icon/icon-tag-128x128.png) !important;
    background-repeat: no-repeat;
}




.icon-file-document-paper-green-info-16x16 {
    background-image:url(../img/cdc/icon/icon-file-document-paper-green-info-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-file-document-paper-green-info-24x24 {
    background-image:url(../img/cdc/icon/icon-file-document-paper-green-info-24x24.png) !important;
    background-repeat: no-repeat;
}
.icon-file-document-paper-green-info-32x32 {
    background-image:url(../img/cdc/icon/icon-file-document-paper-green-info-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-file-document-paper-green-info-64x64 {
    background-image:url(../img/cdc/icon/icon-file-document-paper-green-info-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-file-document-paper-red-16x16 {
    background-image:url(../img/cdc/icon/icon-file-document-paper-red-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-file-document-paper-red-24x24 {
    background-image:url(../img/cdc/icon/icon-file-document-paper-red-24x24.png) !important;
    background-repeat: no-repeat;
}
.icon-file-document-paper-red-32x32 {
    background-image:url(../img/cdc/icon/icon-file-document-paper-red-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-file-document-paper-red-64x64 {
    background-image:url(../img/cdc/icon/icon-file-document-paper-red-64x64.png) !important;
    background-repeat: no-repeat;
}



.icon-folder-delete-16x16 {
    background-image:url(../img/cdc/icon/icon-folder-delete-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-folder-delete-64x64 {
    background-image:url(../img/cdc/icon/icon-folder-delete-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-folder-accept-16x16 {
    background-image:url(../img/cdc/icon/icon-folder-accept-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-folder-accept-64x64 {
    background-image:url(../img/cdc/icon/icon-folder-accept-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-folder-accept-16x16 {
    background-image:url(../img/cdc/icon/icon-folder-accept-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-folder-accept-64x64 {
    background-image:url(../img/cdc/icon/icon-folder-accept-64x64.png) !important;
}


.icon-partnership-16x16 {
    background-image:url(../img/cdc/icon/icon-partnership-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-partnership-64x64 {
    background-image:url(../img/cdc/icon/icon-partnership-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-clipping-picture-alternative-16x16 {
    background-image:url(../img/cdc/icon/icon-clipping-picture-alternative-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-clipping-picture-alternative-64x64 {
    background-image:url(../img/cdc/icon/icon-clipping-picture-alternative-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-undo-16x16 {
    background-image:url(../img/cdc/icon/icon-undo-16x16.png) !important;
    background-repeat: no-repeat;
}

.icon-maps-16x16 {
    background-image:url(../img/cdc/icon/icon-maps-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-maps-64x64 {
    background-image:url(../img/cdc/icon/icon-maps-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-package-16x16 {
    background-image:url(../img/cdc/icon/icon-package-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-table-sum-16x16 {
    background-image:url(../img/cdc/icon/icon-table-sum-16x16.png) !important;
    background-repeat: no-repeat;
}

.icon-bank-16x16 {
    background-image:url(../img/cdc/icon/icon-bank-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-bank-64x64 {
    background-image:url(../img/cdc/icon/icon-bank-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-document-graph-16x16 {
    background-image:url(../img/cdc/icon/icon-document-graph-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-document-graph-64x64 {
    background-image:url(../img/cdc/icon/icon-document-graph-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-chronological-review-16x16 {
    background-image:url(../img/cdc/icon/icon-chronological-review-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-chronological-review-64x64 {
    background-image:url(../img/cdc/icon/icon-chronological-review-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-log-16x16 {
    background-image:url(../img/cdc/icon/icon-log-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-log-64x64 {
    background-image:url(../img/cdc/icon/icon-log-64x64.png) !important;
    background-repeat: no-repeat;
}

.icon-credit-card {
    background-image:url(../img/cdc/icon/icon-credit-card.png) !important;
    background-repeat: no-repeat;
}
.icon-book-dictionary {
    background-image:url(../img/cdc/icon/icon-book-dictionary.png) !important;
    background-repeat: no-repeat;
}
.logo16x16 {
    background-image:url(../img/logo16x16.png) !important;
    background-repeat: no-repeat;
}
.logo32x32 {
    background-image:url(../img/logo32x32.png) !important;
    background-repeat: no-repeat;
}
.logo128x128 {
    background-image:url(../img/logo128x128.png) !important;
    background-repeat: no-repeat;
}
.dmsdesktop16x16{
    background-image:url(../img/dmsdesktop16x16.png) !important;
    background-repeat: no-repeat;
}

/* FOLDER + IMAGE + CLIP */
.icon-folderX-imageX-clipX-51x16 {
    background-image:url(../img/cdc/icon/icon-folderX-imageX-clipX-51x16.png) !important;
    background-repeat: no-repeat;
}
.icon-folderX-imageB-clipB-51x16 {
    background-image:url(../img/cdc/icon/icon-folderX-imageB-clipB-51x16.png) !important;
    background-repeat: no-repeat;
}

.icon-folderX-imageX-clip-51x16 {
    background-image:url(../img/cdc/icon/icon-folderX-imageX-clip-51x16.png) !important;
    background-repeat: no-repeat;
}
.icon-folderX-imageB-clip-51x16 {
    background-image:url(../img/cdc/icon/icon-folderX-imageB-clip-51x16.png) !important;
    background-repeat: no-repeat;
}

.icon-folderX-image-clipX-51x16 {
    background-image:url(../img/cdc/icon/icon-folderX-image-clipX-51x16.png) !important;
    background-repeat: no-repeat;
}
.icon-folderX-image-clipB-51x16 {
    background-image:url(../img/cdc/icon/icon-folderX-image-clipB-51x16.png) !important;
    background-repeat: no-repeat;
}

.icon-folderX-image-clip-51x16 {
    background-image:url(../img/cdc/icon/icon-folderX-image-clip-51x16.png) !important;
    background-repeat: no-repeat;
}

.icon-folder-imageX-clipX-51x16 {
    background-image:url(../img/cdc/icon/icon-folder-imageX-clipX-51x16.png) !important;
    background-repeat: no-repeat;
}
.icon-folder-imageB-clipB-51x16 {
    background-image:url(../img/cdc/icon/icon-folder-imageB-clipB-51x16.png) !important;
    background-repeat: no-repeat;
}

.icon-folder-imageX-clip-51x16 {
    background-image:url(../img/cdc/icon/icon-folder-imageX-clip-51x16.png) !important;
    background-repeat: no-repeat;
}
.icon-folder-imageB-clip-51x16 {
    background-image:url(../img/cdc/icon/icon-folder-imageB-clip-51x16.png) !important;
    background-repeat: no-repeat;
}

.icon-folder-image-clipX-51x16 {
    background-image:url(../img/cdc/icon/icon-folder-image-clipX-51x16.png) !important;
    background-repeat: no-repeat;
}
.icon-folder-image-clipB-51x16 {
    background-image:url(../img/cdc/icon/icon-folder-image-clipB-51x16.png) !important;
    background-repeat: no-repeat;
}

.icon-folder-image-clip-51x16 {
    background-image:url(../img/cdc/icon/icon-folder-image-clip-51x16.png) !important;
    background-repeat: no-repeat;
}

.icon-keyboard-16x16 {
    background-image:url(../img/cdc/icon/icon-keyboard-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-keyboard-32x32 {
    background-image:url(../img/cdc/icon/icon-keyboard-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-keyboard-64x64 {
    background-image:url(../img/cdc/icon/icon-keyboard-64x64.png) !important;
    background-repeat: no-repeat;
}

.patient-label {
    background-color: #ddd;
    border: 1px solid #bbb;
    font-weight: bold;
    text-align: right;
    width: 100px;
    padding: 0px 3px 0px 0px;
}

.backgroundImage{
	background-image: url(../img/desktop/wallpapers/lotsoflight.jpg)
        /*have to set a height & width*/
	height:300px;
	width:400px;
     }
.transparentBackground{
        filter:alpha(opacity=55); /* IE's opacity*/
        opacity:0.55; /* CSS2 Compliant browsers understand this */		
	position:relative;		
     }
.textOverBackground{
	height: 50px; /* whatever floats your boat */
        width: 400px; /* whatever floats your boat */
        filter:alpha(opacity=100); /* Make IE understand that this is not transparent */
        opacity:1; /* Make CSS compliant browsers understand this is not transparent */
        position:relative;
        top: 50px; /* whatever puts the text where you need it */
        left: 0px; /* again, wherever you need the text */
     }
 
 /* CSS Document */
 
.textfield_effect    {
    /*we will first set the border styles.*/
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    /*we are now going to add in the shadow image that we created earlier*/
    background-image: url(back_field.gif);
    background-repeat: repeat-x;
    /*I am going to add some text formatting of my own*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    width: 200px;
    height: 15px;
    }
 
/*we are now going to style how the textfield will look when we
hover over it and when we actually have it selected*/
 
.textfield_effect:hover    {
    border-color: #64acd8;
    border-width: 1px;
    }
 
.textfield_effect:focus    {
    border-color: #64acd8;
    border-width: 1px;
    }
 
/*you may also like to add some styles for the rest of the form*/
 
.fieldset    {
    width: 400px;
    height: 200px;
    border-style: solid;
    border-width: 1px;
    border-color: #036399;
    margin-left: auto;
    margin-right: auto;
    background-color: #F5F5F5;
    }
.fieldset:hover    {
    border-color: #0ca0ff;
    }
.legend    {
    font-family: sans-serif;
    font-size: 18px;
    color: #097bc3;
    font-weight: bold;
 }    
 
 .x-panel-body{
 }

.icon-safe-mail-16x16 {
    background-image:url(../img/cdc/icon/icon-safe-mail-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-safe-mail-32x32 {
    background-image:url(../img/cdc/icon/icon-safe-mail-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-safe-mail-64x64 {
    background-image:url(../img/cdc/icon/icon-safe-mail-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-safe-mail-128x128 {
    background-image:url(../img/cdc/icon/icon-safe-mail-128x128.png) !important;
    background-repeat: no-repeat;
}

.icon-qualification-history-16x16 {
    background-image:url(../img/cdc/icon/icon-qualification-history-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-qualification-history-32x32 {
    background-image:url(../img/cdc/icon/icon-qualification-history-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-qualification-history-64x64 {
    background-image:url(../img/cdc/icon/icon-qualification-history-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-qualification-history-128x128 {
    background-image:url(../img/cdc/icon/icon-qualification-history-128x128.png) !important;
    background-repeat: no-repeat;
}

.icon-note-16x16 {
    background-image:url(../img/cdc/icon/icon-note-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-note-32x32 {
    background-image:url(../img/cdc/icon/icon-note-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-note-64x64 {
    background-image:url(../img/cdc/icon/icon-note-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-note-128x128 {
    background-image:url(../img/cdc/icon/icon-note-128x128.png) !important;
    background-repeat: no-repeat;
}

.icon-file-find-16x16 {
    background-image:url(../img/cdc/icon/icon-file-find-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-file-find-32x32 {
    background-image:url(../img/cdc/icon/icon-file-find-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-file-find-64x64 {
    background-image:url(../img/cdc/icon/icon-file-find-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-file-find-128x128 {
    background-image:url(../img/cdc/icon/icon-file-find-128x128.png) !important;
    background-repeat: no-repeat;
}

.icon-txt-16x16 {
    background-image:url(../img/cdc/icon/icon-txt-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-txt-32x32 {
    background-image:url(../img/cdc/icon/icon-txt-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-txt-64x64 {
    background-image:url(../img/cdc/icon/icon-txt-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-txt-128x128 {
    background-image:url(../img/cdc/icon/icon-txt-128x128.png) !important;
    background-repeat: no-repeat;
}

.icon-full-trash-16x16 {
    background-image:url(../img/cdc/icon/icon-full-trash-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-full-trash-32x32 {
    background-image:url(../img/cdc/icon/icon-full-trash-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-full-trash-64x64 {
    background-image:url(../img/cdc/icon/icon-full-trash-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-full-trash-128x128 {
    background-image:url(../img/cdc/icon/icon-full-trash-128x128.png) !important;
    background-repeat: no-repeat;
}

.icon-recyclebin-empty-16x16 {
    background-image:url(../img/cdc/icon/icon-recyclebin-empty-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-recyclebin-empty-32x32 {
    background-image:url(../img/cdc/icon/icon-recyclebin-empty-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-recyclebin-empty-64x64 {
    background-image:url(../img/cdc/icon/icon-recyclebin-empty-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-recyclebin-empty-128x128 {
    background-image:url(../img/cdc/icon/icon-recyclebin-empty-128x128.png) !important;
    background-repeat: no-repeat;
}

.icon-recyclebin-full-16x16 {
    background-image:url(../img/cdc/icon/icon-recyclebin-full-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-recyclebin-full-32x32 {
    background-image:url(../img/cdc/icon/icon-recyclebin-full-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-recyclebin-full-64x64 {
    background-image:url(../img/cdc/icon/icon-recyclebin-full-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-recyclebin-full-128x128 {
    background-image:url(../img/cdc/icon/icon-recyclebin-full-128x128.png) !important;
    background-repeat: no-repeat;
}

.icon-trash-empty-16x16 {
    background-image:url(../img/cdc/icon/icon-trash-empty-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-trash-empty-32x32 {
    background-image:url(../img/cdc/icon/icon-trash-empty-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-trash-empty-64x64 {
    background-image:url(../img/cdc/icon/icon-trash-empty-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-trash-empty-128x128 {
    background-image:url(../img/cdc/icon/icon-trash-empty-128x128.png) !important;
    background-repeat: no-repeat;
}

.icon-trash-red-16x16 {
    background-image:url(../img/cdc/icon/icon-trash-red-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-trash-red-32x32 {
    background-image:url(../img/cdc/icon/icon-trash-red-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-trash-red-64x64 {
    background-image:url(../img/cdc/icon/icon-trash-red-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-trash-red-128x128 {
    background-image:url(../img/cdc/icon/icon-trash-red-128x128.png) !important;
    background-repeat: no-repeat;
}



.icon-trash-can-delete-16x16 {
    background-image:url(../img/cdc/icon/icon-trash-can-delete-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-trash-can-delete-32x32 {
    background-image:url(../img/cdc/icon/icon-trash-can-delete-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-trash-can-delete-64x64 {
    background-image:url(../img/cdc/icon/icon-trash-can-delete-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-trash-can-delete-128x128 {
    background-image:url(../img/cdc/icon/icon-trash-can-delete-128x128.png) !important;
    background-repeat: no-repeat;
}

.icon-digitalizadox-image-16x16{
    background-image:url(../img/cdc/icon/icon-digitalizado-16x16.png) !important;
    background-repeat: no-repeat;
}

.icon-restauradox-image-16x16{
    background-image:url(../img/cdc/icon/icon-restaurado-16x16.png) !important;
    background-repeat: no-repeat;
}

.icon-transferidox-image-16x16{
    background-image:url(../img/cdc/icon/icon-transferido-16x16.png) !important;
    background-repeat: no-repeat;
}

.icon-circle-green-16x16 {
    background-image:url(../img/cdc/icon/icon-circle-green-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-circle-green-32x32 {
    background-image:url(../img/cdc/icon/icon-circle-green-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-circle-green-64x64 {
    background-image:url(../img/cdc/icon/icon-circle-green-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-circle-green-128x128 {
    background-image:url(../img/cdc/icon/icon-circle-green-128x128.png) !important;
    background-repeat: no-repeat;
}
.icon-circle-green-256x256 {
    background-image:url(../img/cdc/icon/icon-circle-green-256x256.png) !important;
    background-repeat: no-repeat;
}

.icon-circle-red-16x16 {
    background-image:url(../img/cdc/icon/icon-circle-red-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-circle-red-32x32 {
    background-image:url(../img/cdc/icon/icon-circle-red-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-circle-red-64x64 {
    background-image:url(../img/cdc/icon/icon-circle-red-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-circle-red-128x128 {
    background-image:url(../img/cdc/icon/icon-circle-red-128x128.png) !important;
    background-repeat: no-repeat;
}
.icon-circle-red-256x256 {
    background-image:url(../img/cdc/icon/icon-circle-red-256x256.png) !important;
    background-repeat: no-repeat;
}

.icon-circle-yellow-16x16 {
    background-image:url(../img/cdc/icon/icon-circle-yellow-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-circle-yellow-32x32 {
    background-image:url(../img/cdc/icon/icon-circle-yellow-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-circle-yellow-64x64 {
    background-image:url(../img/cdc/icon/icon-circle-yellow-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-circle-yellow-128x128 {
    background-image:url(../img/cdc/icon/icon-circle-yellow-128x128.png) !important;
    background-repeat: no-repeat;
}
.icon-circle-yellow-256x256 {
    background-image:url(../img/cdc/icon/icon-circle-yellow-256x256.png) !important;
    background-repeat: no-repeat;
}


.icon-circle-grey-16x16 {
    background-image:url(../img/cdc/icon/icon-circle-grey-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-circle-grey-32x32 {
    background-image:url(../img/cdc/icon/icon-circle-grey-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-circle-grey-64x64 {
    background-image:url(../img/cdc/icon/icon-circle-grey-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-circle-grey-128x128 {
    background-image:url(../img/cdc/icon/icon-circle-grey-128x128.png) !important;
    background-repeat: no-repeat;
}
.icon-circle-grey-256x256 {
    background-image:url(../img/cdc/icon/icon-circle-grey-256x256.png) !important;
    background-repeat: no-repeat;
}
.icon-accept-circle-yellow-16x16 {
    background-image:url(../img/cdc/icon/icon-accept-circle-yellow-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-accept-circle-green-16x16 {
    background-image:url(../img/cdc/icon/icon-accept-circle-green-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-accept-circle-blue-16x16 {
    background-image:url(../img/cdc/icon/icon-accept-circle-blue-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-accept-circle-orange-16x16 {
    background-image:url(../img/cdc/icon/icon-accept-circle-orange-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-accept-circle-orange-32x32 {
    background-image:url(../img/cdc/icon/icon-accept-circle-orange-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-accept-circle-orange-64x64 {
    background-image:url(../img/cdc/icon/icon-accept-circle-orange-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-accept-circle-orange-128x128 {
    background-image:url(../img/cdc/icon/icon-accept-circle-orange-128x128.png) !important;
    background-repeat: no-repeat;
}
.icon-accept-circle-orange-256x256 {
    background-image:url(../img/cdc/icon/icon-accept-circle-orange-256x256.png) !important;
    background-repeat: no-repeat;
}

.icon-accept-circle-yellow {
    background-image:url(../img/cdc/icon/icon-accept-circle-yellow.png) !important;
    background-repeat: no-repeat;
}

.icon-call-16x16 {
    background-image:url(../img/cdc/icon/icon-call-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-call-32x32 {
    background-image:url(../img/cdc/icon/icon-call-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-call-64x64 {
    background-image:url(../img/cdc/icon/icon-call-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-call-128x128 {
    background-image:url(../img/cdc/icon/icon-call-128x128.png) !important;
    background-repeat: no-repeat;
}
.icon-call-256x256 {
    background-image:url(../img/cdc/icon/icon-call-256x256.png) !important;
    background-repeat: no-repeat;
}

.icon-mail-android-r-16x16 {
    background-image:url(../img/cdc/icon/icon-mail-android-r-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-mail-android-r-32x32 {
    background-image:url(../img/cdc/icon/icon-mail-android-r-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-mail-android-r-64x64 {
    background-image:url(../img/cdc/icon/icon-mail-android-r-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-mail-android-r-128x128 {
    background-image:url(../img/cdc/icon/icon-mail-android-r-128x128.png) !important;
    background-repeat: no-repeat;
}
.icon-mail-android-r-256x256 {
    background-image:url(../img/cdc/icon/icon-mail-android-r-256x256.png) !important;
    background-repeat: no-repeat;
}
.icon-accept {
    background-image:url(../img/shared/icons/fam/accept.png) !important;
    background-repeat: no-repeat;
}
.icon-advertencia {
    background-image:url(../img/shared/icons/fam/error.png) !important;
    background-repeat: no-repeat;
}
.icon-error {
    background-image:url(../img/shared/icons/fam/delete.gif) !important;
    background-repeat: no-repeat;
}

.icon-reload-16x16 {
    background-image:url(../img/cdc/icon/icon-reload-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-reload-32x32 {
    background-image:url(../img/cdc/icon/icon-reload-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-reload-64x64 {
    background-image:url(../img/cdc/icon/icon-reload-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-reload-128x128 {
    background-image:url(../img/cdc/icon/icon-reload-128x128.png) !important;
    background-repeat: no-repeat;
}
.icon-reload-256x256 {
    background-image:url(../img/cdc/icon/icon-reload-256x256.png) !important;
    background-repeat: no-repeat;
}
.icon-social-network-16x16 {
    background-image:url(../img/cdc/icon/icon-social-network-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-social-network-32x32 {
    background-image:url(../img/cdc/icon/icon-social-network-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-social-network-64x64 {
    background-image:url(../img/cdc/icon/icon-social-network-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-social-network-128x128 {
    background-image:url(../img/cdc/icon/icon-social-network-128x128.png) !important;
    background-repeat: no-repeat;
}
.icon-social-network-256x256 {
    background-image:url(../img/cdc/icon/icon-social-network-256x256.png) !important;
    background-repeat: no-repeat;
}
.icon-autograf-16x16 {
    background-image:url(../img/cdc/icon/icon-autograf-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-autograf-32x32 {
    background-image:url(../img/cdc/icon/icon-autograf-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-autograf-64x64 {
    background-image:url(../img/cdc/icon/icon-autograf-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-autograf-128x128 {
    background-image:url(../img/cdc/icon/icon-autograf-128x128.png) !important;
    background-repeat: no-repeat;
}
.icon-autograf-256x256 {
    background-image:url(../img/cdc/icon/icon-autograf-256x256.png) !important;
    background-repeat: no-repeat;
}
.icon-color-ms-word-16x16 {
    background-image:url(../img/cdc/icon/icon-color-ms-word-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-color-ms-word-32x32 {
    background-image:url(../img/cdc/icon/icon-color-ms-word-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-color-ms-word-64x64 {
    background-image:url(../img/cdc/icon/icon-color-ms-word-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-color-ms-word-128x128 {
    background-image:url(../img/cdc/icon/icon-color-ms-word-128x128.png) !important;
    background-repeat: no-repeat;
}
.icon-color-ms-word-256x256 {
    background-image:url(../img/cdc/icon/icon-color-ms-word-256x256.png) !important;
    background-repeat: no-repeat;
}
.icon-drawing-pen-16x16 {
    background-image:url(../img/cdc/icon/icon-drawing-pen-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-drawing-pen-32x32 {
    background-image:url(../img/cdc/icon/icon-drawing-pen-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-drawing-pen-64x64 {
    background-image:url(../img/cdc/icon/icon-drawing-pen-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-drawing-pen-128x128 {
    background-image:url(../img/cdc/icon/icon-drawing-pen-128x128.png) !important;
    background-repeat: no-repeat;
}
.icon-drawing-pen-256x256 {
    background-image:url(../img/cdc/icon/icon-drawing-pen-256x256.png) !important;
    background-repeat: no-repeat;
}
.icon-applications-accessories-16x16 {
    background-image:url(../img/cdc/icon/icon-applications-accessories-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-applications-accessories-32x32 {
    background-image:url(../img/cdc/icon/icon-applications-accessories-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-applications-accessories-64x64 {
    background-image:url(../img/cdc/icon/icon-applications-accessories-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-applications-accessories-128x128 {
    background-image:url(../img/cdc/icon/icon-applications-accessories-128x128.png) !important;
    background-repeat: no-repeat;
}
.icon-applications-accessories-256x256 {
    background-image:url(../img/cdc/icon/icon-applications-accessories-256x256.png) !important;
    background-repeat: no-repeat;
}
.icon-applications-other-16x16 {
    background-image:url(../img/cdc/icon/icon-applications-other-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-applications-other-32x32 {
    background-image:url(../img/cdc/icon/icon-applications-other-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-applications-other-64x64 {
    background-image:url(../img/cdc/icon/icon-applications-other-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-applications-other-128x128 {
    background-image:url(../img/cdc/icon/icon-applications-other-128x128.png) !important;
    background-repeat: no-repeat;
}
.icon-applications-other-256x256 {
    background-image:url(../img/cdc/icon/icon-applications-other-256x256.png) !important;
    background-repeat: no-repeat;
}
.icon-internet-web-browser-16x16 {
    background-image:url(../img/cdc/icon/icon-internet-web-browser-16x16.png) !important;
    background-repeat: no-repeat;
}
.icon-internet-web-browser-32x32 {
    background-image:url(../img/cdc/icon/icon-internet-web-browser-32x32.png) !important;
    background-repeat: no-repeat;
}
.icon-internet-web-browser-64x64 {
    background-image:url(../img/cdc/icon/icon-internet-web-browser-64x64.png) !important;
    background-repeat: no-repeat;
}
.icon-internet-web-browser-128x128 {
    background-image:url(../img/cdc/icon/icon-internet-web-browser-128x128.png) !important;
    background-repeat: no-repeat;
}
.icon-internet-web-browser-256x256 {
    background-image:url(../img/cdc/icon/icon-internet-web-browser-256x256.png) !important;
    background-repeat: no-repeat;
}

.icon-attachment-clip-not-image-51x16 {
    background-image:url(../img/cdc/icon/multiasistencia/icon-attachment-clip-not-image-51x16.png) !important;
    background-repeat: no-repeat;
}

.icon-attachment-clip-image-51x16 {
    background-image:url(../img/cdc/icon/multiasistencia/icon-attachment-clip-image-51x16.png) !important;
    background-repeat: no-repeat;
}

.icon-accept-51x16 {
    background-image:url(../img/cdc/icon/multiasistencia/icon-accept-51x16.png) !important;
    background-repeat: no-repeat;
}
.icon-cancel-51x16 {
    background-image:url(../img/cdc/icon/multiasistencia/icon-cancel-51x16.png) !important;
    background-repeat: no-repeat;
}

.icon-attachment-clip-elect-51x16{
    background-image:url(../img/cdc/icon/multiasistencia/icon-attachment-clip-elect-51x16.png) !important;
    background-repeat: no-repeat;
}

.icon-elect-51x16{
    background-image:url(../img/cdc/icon/multiasistencia/icon-elect-51x16.png) !important;
    background-repeat: no-repeat;
}


.icon-find-db-16x16 {
    background-image:url(../img/cdc/icon/icon-find-db-16x16.png) !important;
    background-repeat: no-repeat;
}

icon-attachment-clip-not-image-cap-51x16 {
    background-image:url(../img/cdc/icon/multiasistencia/icon-attachment-clip-not-image-cap-51x16.png) !important;
    background-repeat: no-repeat;
}

.icon-attachment-clip-image-cap-51x16 {
    background-image:url(../img/cdc/icon/multiasistencia/icon-attachment-clip-image-cap-51x16.png) !important;
    background-repeat: no-repeat;
}

.icon-accept-cap-51x16 {
    background-image:url(../img/cdc/icon/multiasistencia/icon-accept-cap-51x16.png) !important;
    background-repeat: no-repeat;
}
.icon-cancel-cap-51x16 {
    background-image:url(../img/cdc/icon/multiasistencia/icon-cancel-cap-51x16.png) !important;
    background-repeat: no-repeat;
}

