[v-cloak]>* { display: none; } [v-cloak]::before { content: "loading…"; } body { font-family: Helvetica Neue, Arial, sans-serif; font-size: 15px; color: #444; } table { background-color: #fff; border-spacing: 0px; width: 100%; } th { color: #2fa4e7; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding: 0px; background-color: #fff; font-weight: bold; } td { color: #828181; } th, td { /* border-bottom: 1px #42b983 solid; */ vertical-align: middle; padding: 4px; } th.active { color: #fff; } th.active .arrow { opacity: 1; } .arrow { display: inline-block; vertical-align: middle; width: 0; height: 0; margin-left: 5px; opacity: 0.66; } .arrow.asc { border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 4px solid #fff; } .arrow.dsc { border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #fff; } #dropzone { border: 1px #ccc solid; margin: 10px; } #dmx-search { margin: 10px; } #dmx-search .search-group { background: #EAEAEA; border-top-left-radius: 6px; border-bottom-left-radius: 6px; } #dmx-search .search-group i { padding: 8px; margin: 0px; font-size: 18px; } #dmx-search .search-group input { padding: 10px; outline: none; margin: 0px; width: calc(100% - 62px); font-weight: bold; font-size: 16px; } .item { cursor: pointer; } .bold { font-weight: bold; font-size: 14px; border-bottom: 1px solid #dddddd; text-indent: 3px; } ul { padding-left: 1em; line-height: 1.5em; list-style-type: none; } li { list-style-type: none; } ul.sublist { margin-left: 23px; } ul.sublist li { list-style-type: disc; } .upload-btn-wrapper { position: absolute; overflow: hidden; display: inline-block; font-size: 18px; } label img { height: 24px; height: 24px; margin-right: 4px; vertical-align: bottom; } .btn { color: #36f; background-color: #fff padding: 8px; font-size: 15px; font-weight: strong; } .btn img { height: 24px; width: 24px; vertical-align: bottom; } .upload-btn-wrapper input[type=file] { width: 800px; position: absolute; left: 0; top: 0; opacity: 0; cursor: pointer; } mark { background: #ff0; color: #000; } .progInfo { color: green; } .progInfo .mobile { font-size: x-small; width: 150px; } .error { color: rgb(196, 18, 18); text-align: center; margin-right: 10px; } .fadeIn { -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 2s; /* Firefox < 16 */ -ms-animation: fadein 2s; /* Internet Explorer */ -o-animation: fadein 2s; /* Opera < 12.1 */ animation: fadein 2s; } fieldset { border: 1px solid #cccccc; } fieldset div { margin-bottom: 2px; } .alert-form { border: 1px solid #cccccc; outline: none; width: 100%; } .uploadicon { height: 24px; width: 24px; vertical-align: bottom; } .uploadicon { height: 20px; width: 20px; vertical-align: bottom; } .dg-backdrop { opacity: .4; } .loader { border: 16px solid #f3f3f3; border-radius: 50%; border-top: 16px solid #3498db; width: 400px; height: 400px; /* top: calc(50% - 45px); left: calc(50% - 45px); */ width: 120px; height: 120px; position: absolute; -webkit-animation: spin 2s linear infinite; /* Safari */ animation: spin 2s linear infinite; } /* Safari */ @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Firefox < 16 */ @-moz-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Safari, Chrome and Opera > 12.1 */ @-webkit-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Internet Explorer */ @-ms-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Opera < 12.1 */ @-o-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } @media screen and (max-width: 767px) { #tableClient .filenames{ word-break: break-all; } } @media screen and (max-width: 480px) { #tableClient .portaldescription{ display: none; } }