
* {
    margin: 0;
}

/*
html {
	overflow-y: scroll;
}
*/
html, body {
    height: 100%;
}

.large-text-area {
    width: 100%;
    max-height: 500px;
    padding: 15px;
}

.medium-text-area {
    width: 100%;
    max-height: 60%;
    padding: 15px;
}

.page-wrap {
    min-height: 100%;
    position: relative;
    padding-bottom: 80px \9;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    text-transform: none;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
}

.site-footer {
    margin-top: 20px \9;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.site-footer {
    background: #232323;
}

.footer-font {
    text-align: right;
    font-size: 13px;
    padding-top: 10px;
}

.header-logo-mtc {
    height: 30px;
}

.header-logo-client {
    height: 65px;
}

.logo_container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.details-no-proof-btn {
    margin-top: 10px;
}

.table-search {
    width: 100%;
}

.transparent-btn {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}

.personalized-btn {
    color: #404040 !important;
    background-color: #a3a3a345 !important;
    border-color: #a0a0a082 !important;
}

.personalized-btn:hover {
    color: #404040 !important;
    background-color: #a3a3a345 !important;
    border-color: #a0a0a082 !important;
}

.btn-margin-top {
    margin-top: 15px;
}

.btn-margin-left {
    margin-left: 10px;
}

.last-td-left {
    text-align: left !important;
}

.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.row-down {
    vertical-align: bottom;
    float: none;
}

.by-multicert-custom {
    position: relative;
    padding-left: 1vh;
    top: 1.1vh;
    font-size: 10px;
}

.center-form-label {
    padding-top: 1.1vh;
}

.note {
    font-size: 9pt;
}

.breadcrumb-active {
    font-weight: bold;
}

.breadcrumb-disabled {
    color: gray;
}

.error {
    position: relative;
    top: 1.1vh;
    color: maroon;
}

.contract-flow-nav-buttons-margin {
    margin-top: 30px;
}

.modal-footer-margin-top {
    margin-top: 40px;
}

.modal-signer-noproof {
    width: 60%;
}

.modal-body-container {
    overflow: auto;
}

.vertical-align-center {
    vertical-align: middle !important;
    float: none !important;
}

.mtrust-table-row {
    height: 60px;
}

.label-text {
    alignment-baseline: middle;
    font-size: 12px;
    font-family: arial, helvetica, "sans-serif";
    fill: #393939;
}

.label-line {
    stroke-width: 1;
    stroke: #393939;
}

.label-circle {
    fill: #393939;
}

.small-description {
    font-size: 10px !important;
}

.table-small-text {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.table-col-small-text {
    padding-left: 15px;
}

.table-align-left-text {
    text-align: left !important;
    padding-left: 15px ! important;
}

.table-align-left-text-no-pad {
    padding-left: 5px !important;
    text-align: left !important;
}

.table-align-right-text {
    text-align: right;
    padding-right: 15px;
}

.table-align-center-text {
    text-align: center;
}

.table-manager-add-btn {
    padding-left: 3px;
    text-transform: none;
}

/* line 6, /Users/jorge/devel/surreal/multicert/source/stylesheets/components/_cert_status_indicator.scss */
.cert-status-red, .cert-status-yellow, .cert-status-blue, .cert-status-green,
.cert-status-gray, .cert-status-black, .cert-detail-green-status,
.cert-detail-yellow-status, .cert-detail-grey-status,
.cert-detail-red-status, .cert-status-orange {
    font-size: 18px;
}

/* line 10, /Users/jorge/devel/surreal/multicert/source/stylesheets/components/_cert_status_indicator.scss */
.cert-status-red {
    color: #EE2927;
}

.cert-status-orange {
    color: #ff8c00;
}

/* line 15, /Users/jorge/devel/surreal/multicert/source/stylesheets/components/_cert_status_indicator.scss */
.cert-status-yellow {
    color: #FFD619;
}

.cert-status-blue {
    color: #477CC1;
 }

/* line 20, /Users/jorge/devel/surreal/multicert/source/stylesheets/components/_cert_status_indicator.scss */
.cert-status-green {
    color: #11C66B;
}

/* line 25, /Users/jorge/devel/surreal/multicert/source/stylesheets/components/_cert_status_indicator.scss */
.cert-status-gray {
    color: #7F7F7F;
}

.cert-status-black {
    color: #000000;
}

.row-form-margin {
    margin-bottom: 5px;
}

.collapse-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #6e6e6e;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #188ec3;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.details-substate-margin {
    margin-left: 2.7vh;
}

.form-error-message-align-center {
    padding-top: 20px;
}

.progress-details-no-proof {
    height: 1vh;
}

.progress-details-no-proof-td {
    padding: 0 !important;
}

.modal-preview-pdf {
    min-width: 75%;
}

.pdfobject-container {
    width: 100%;
    height: 100%;
    margin: 0;
}

@media screen and (min-height: 0px) and (max-height: 600px) {

    #pdf.pdfobject-container-fullscreen {
        height: 65vh !important;
    }
}

@media screen and (min-height: 600px) and (max-height: 768px) {

    #pdf.pdfobject-container-fullscreen {
        height: 75vh !important;
    }
}

@media screen and (min-height: 769px) and (max-height: 1440px) {

    #pdf.pdfobject-container-fullscreen {
        height: 85vh !important;
    }
}

@media screen and (min-height: 1441px) {

    #pdf.pdfobject-container-fullscreen {
        height: 95vh !important;
    }
}

.pdfobject {
    border: solid 1px #666;
}

#results {
    padding: 1rem;
}

.hidden {
    display: none;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.fail {
    color: #D8000C;
    background-color: #FFBABA;
}

.btns-container {
    width: 100%;
}

.jnlp-warning {
    margin-top: 10px;
}

.jnlp-warning-text {
    margin-left: 10px;
}

#submit-btn {
    margin-left: 10px;
    float: right;
}

#submit-confirm-btn {
    margin-left: 10px;
    float: right;
}

#submit-refuse-btn {
    float: right;
}

#submit-doc-validation-btn {
    margin-left: 10px;
    float: right;
}

.panel-secondary {
    border-color: #188ec3;
}

.panel-secondary>.panel-heading {
    color: #fff;
    background-color: #188ec3;
    border-color: #188ec3;
    cursor: pointer;
}

.panel-secondary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #188ec3;
}

.panel-secondary>.panel-heading .badge {
    color: #188ec3;
    background-color: #fff;
}

.panel-secondary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #188ec3;
}

.panel-heading > .panel-title:after {
    font-family: 'Glyphicons Halflings';
    content:"\2212";
    margin-top: 2px;
    margin-right: -6px;
    float: right;
}

.panel-heading > .panel-title.collapsed:after {
    content:"\2b";
}

.help-image {
    padding: 30px;
    width: 100%;
}

.help-step {
    padding-top: 15px;
    padding-bottom: 15px;
}

.help-icon {
    height: 22px;
}

.globe-icon {
    height: 19px;
}


.process-information-label{
    display: inline-block;
    max-width: 100%;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #8f8f8f;
}

.sign-bookmark {
    height: 0px;
}

.sign-bookmark > .bookmark-image {
    position: relative;
    bottom: 35px;
    left: 50px;
}

.sign-bookmark > .bookmark-text {
    position: relative;
    bottom: 59px;
    left: 54px;
    font-size: 9pt;
    font-weight: bold;
    color: white;
    cursor: default;
}

input[type=checkbox].css-checkbox {
    transform: scale(1.5);
    margin-right: 2px;
}

.ellipsisText{
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100px;
}

.comments-row{
    margin-bottom: 40px;
}

.new-comment{
    margin-top: 40px;
}

.desktop-hide-details{
    color: #188ec3eb;
    margin-top: 5px;
    font-size: 13px;
}

.desktop-show-details{
    color: #188ec3eb;
    margin-top: 5px;
    font-size: 13px;
}

.show-process-details{
    display: inline;
}

.hide-process-details{
    display: none;
}

.pointer{
    cursor: pointer;
}

.btn-notifications-filter{
    margin-top: 30px;
    width: 100%;
}

.notification-action-area-margin{
    margin-top: 22px;
}
.white-space-pre-wrap{
	white-space:pre-wrap;
}

.issuerCompanyConfiguration {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: #075276;
    margin-top: 22px;
    margin-bottom: 11px;
    font-size: 24px;
}


.issuerCompanySubConfiguration {
    font-size: 20px;
    margin-top: 11px;
    margin-bottom: 11px;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: #075276;
    margin-top: 20px;
}

.warning-template{
    color:#f97e00;
    font-size:35px !important;
    right: 10px;
    left: 0px;
}

.modal-notification-initialize {
    max-height: calc(100vh - 200px);
    display: flex;
    overflow-y: auto;
}


.upload-individual {
    display: block !important;
    right: 1px;
    top: 1px;
    height: 34px;
    opacity: 0;
    width: 100%;
    background: none;
    position: absolute;
    overflow: hidden;
    z-index: 2;
}
.control-fileupload {
    display: block;
    border: 1px solid #d6d7d6;
    background: #fff;
    border-radius: 4px;
    width: 99%;
    height: 36px;
    line-height: 36px;
    padding: 0px 10px 2px 10px;
    margin-left: 5px;
    overflow: hidden;
    position: relative;
    /* File upload button */
}
.control-fileupload:before,
.control-fileupload input,
.control-fileupload label {
    cursor: pointer !important;
}
.control-fileupload:before {
    /* inherit from boostrap btn styles */
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    display: block;
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 2px;
    line-height: 20px;
    text-align: center;
}
.control-fileupload:hover:before,
.control-fileupload:focus:before {
    background-color: #e6e6e6;
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.2s ease-out;
    transition: background-position 0.2s ease-out;
}
.control-fileupload label {
    line-height: 24px;
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    margin-right: 90px;
    margin-bottom: 0px;
    cursor: text;
}

.btn-upload-doc {
    font-size: 20px !important;
    color: #999da1;
    float: right;
    margin-top: 5px;
}

.password-policy{
    color: #8f8f8f;
    font-size: 15px;
}

.word-wrap-page{
    max-width: 100%;
    word-wrap: break-all;
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: auto;
}

.break-long-words {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.table-column-ellipses {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    margin: 0;
}