﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

:root {
    --main-bg: #d2e7ff;
    --secondary-bg: #4a90e2;
    --primary: #263864;
    --ic-bg: #c9dadf;
}


/*CLOUD SIGNING CSS*/
.mt-50-me {
    margin-top: 50px !important;
}

#hdr {
    visibility:visible !important;
}

body > header.open .mobile-handle {
    border-color: #4a90e2 !important;
    background-color: #4a90e2 !important;
}

.mb-2 {
    margin-bottom: 10px !important;
    margin-top: 30px !important;
}

h2 {
    font-size: 2.57rem !important;
    font-weight: 700 !important;
    color: #333 !important;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}


/*TABLE STYLE*/
.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.section-table {
    margin-top: 40px;
    margin-bottom: 50px;
}

#filesTable img {
    display: block;
    margin: auto;
    width: 50px;
}

table thead th {
    background-color: #4a90e2 !important;
}

.container-table {
    width: 80%;
    margin: 0 auto;
}

table td, table th {
    text-align: center;
    vertical-align: middle;
}

table thead th {
    background-color: black;
    color: white;
}

.btn-outline-secondary {
    padding: 4px !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 7px !important;
}

/*PAGINATION*/
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #203963 !important;
}

.dataTables_wrapper .dataTables_paginate {
    color: #203963 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #203963 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #203963), color-stop(100%, #111)) !important;
    background: -webkit-linear-gradient(top, #203963 0%, #111 100%) !important;
    background: -moz-linear-gradient(top, #203963 0%, #111 100%) !important;
    /*background: -ms-linear-gradient(top, #203963 0%, #111 100%) !important;*/
    background: -o-linear-gradient(top, #203963 0%, #111 100%) !important;
    background: linear-gradient(to bottom, #203963 0%, #111 100%) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: 1px solid #111;
    border-right: 0.3px solid #ccc;
    border-left: 0.3px solid #ccc;
}

.animated-gif {
    width: 60px;
    height: auto;
}

#user-info .loading,
#card-info .loading {
    margin: 0 auto;
}

#user-info .animated-gif,
#card-info .animated-gif {
    width: 50px;
    height: auto;
}

/*********ADD CHILD ROW**************/
td.details-control {
    background: url('../img/plus-ico.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../img/minus-ico.png') no-repeat center center;
}
/************************************/

.table-caption {
    font-size: 2.57rem;
    font-weight: 700;
    color: #333;
}


.alert-dismissible .close {
    top: -20px !important;
}

/*DOWNLOAD BTN STYLE*/

#myTable .face-button {
    height: 40px;
    width: 70px;
    display: inline-block;
    border: 3px solid #696969;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #696969;
    overflow: hidden;
    border-radius: 4px;
}

#myTable .face-primary,
#myTable .face-secondary {
    display: block;
    padding: 0 4px;
    line-height: 40px;
    transition: margin .4s;
}

#myTable .face-primary {
    background-color: #696969;
    color: #fff;
}

.face-button:hover .face-primary {
    margin-top: -40px;
}

.icon {
    margin-right: 2px;
    margin-top: 2px;
    padding-top: 3px;
    padding-left: 2px;
}

.btn-danger {
    color: #fff;
    background-color: #74222a !important;
    border-color: #74222a !important;
}

.fa {
    color: white !important;
}

.fa-file {
    color: #323232 !important;
}

.fa-2x {
    font-size: 1.8em !important;
}

img {
    max-width: 100%;
}

.home-banner .hb-cont {
    height: auto !important;
    background: #d7d8d6;
}


.intro-list li h3 {
    margin-bottom: 16px !important;
}

h3 {
    font-size: 2.57rem !important;
    font-weight: 700;
    color: #4a90e2 !important;
}

.intro-list li p {
    line-height: 22px;
    font-size: 1.14rem;
    margin-bottom: 22px;
    color: #4a4a4a;
}

.intro-list li {
    margin-left: 200px;
    margin-right: 200px;
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 28px;
    margin-bottom: 68px;
    position: relative;
}

.k1 {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    font-style: italic !important;
    /* list-style: disc; */
}

li {
    list-style: none;
}

.linka {
    color: #4a90e2 !important;
    background-color: transparent;
    text-decoration: underline !important;
    font-weight: bold;
}

.home-banner {
    margin: 17px 0 !important;
}

.intro-list li > i.cert:after {
    background-image: url(../img/sign.svg);
}

.intro-list {
    margin: 38px 0 38px !important;
}

.intro-list li>i {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
}

body > header nav > ul > li > a {
    padding: 0px 13px 0px !important;
    display: block !important;
    font-size: 1.14rem !important;
    color:#333 !important;
}

div.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: white url(../img/throbber.gif) no-repeat 50% 50% !important;
    pointer-events: none;
    z-index: -1 !important;
    -webkit-animation-name: loadingAnim;
    animation-name: loadingAnim;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
}


/*ul list for files*/
ul.dashed {
    list-style-type: none;
}

ul.dashed > li {
    text-indent: -5px;
    color: #4a90e2;
}

ul.dashed > li:before {
    content: "-";
    text-indent: -5px !important;
}

.body-IsAuthenticated {
    background-image: url('../img/background1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}



body > header h1 {
    font-size: 1.28rem;
}

.disabled-links {
    pointer-events: none;
}

.pdfobject-container {
    height: 100%;
    border: 1rem solid rgba(210,231,255,.5);
}

.modal-style {
    background-color: #4a90e2;
}

.close-modal {
    color: white !important;
}

.modal-dialog {
    /*height: 80%;*/
    overflow-y: initial !important
}

.modal-content {
    /*height: 80%;*/
}

.modal-body {
    padding: 0;
/*    height: 70vh;
    overflow-y: auto;*/
}

.btn-secondary {
    color: #4a90e2 !important;
    font-weight: bold;
}

.sign-doc:before {
    text-decoration: none;
    content: url('../img/sign.svg');
}

.sign-doc-disable:before {
    text-decoration: none;
    content: url('../img/sign-disabled.svg');
}


.justify-text {
    text-align: justify;
    text-justify: inter-word;
}

.intro-list li {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    font-size: 12px !important;
}

.alert-success {
    border: 1px solid #3c763d !important;
}

.alert-danger {
    border: 1px solid #a94442 !important;
}

/*DIALOG*/
.ui-widget-header {
    border: 1px solid #ddd;
    background: #4a90e2 !important;
    color: #333;
    font-weight: 700;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    border: 1px solid #4a90e2 !important;
    background: #4a90e2;
    font-weight: 400;
    color: #fff;
}

.ui-widget-overlay {
    background: #000000;
    opacity: .5;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*TOOLTIP TABLE TH*/
.ui-tooltip, .arrow:after {
    background: #4a90e2;
    border: 1px solid white;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    box-shadow: 0 0 7px #4a90e2;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px #4a90e2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

/*SELECT*/
select {
    /* styling */
    background-color: white;
    border: thin solid #4a90e2;
    border-radius: 2px;
    display: inline-block;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, #4a90e2 50%), linear-gradient(135deg, #4a90e2 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

select.minimal:focus {
    background-image: linear-gradient(45deg, #4a90e2 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #4a90e2 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: #4a90e2;
    outline: 0;
}

/*Signing loading message*/
#throbber p {
    font-size: 20px; 
    font-weight: bold;
}

#seconds {
    font-size:20px;
    margin-right:2px;
    font-weight:bold;
}


/*NEW ICONS*/
.icon-document {
    background: url('../icons/document.svg') !important;
    height: 28px !important;
    width: 30px !important;
    display: block !important;
    background-size: 100% 100%;
    /* Other styles here */
}

.document-disable {
    background: url('../icons/document-disabled.svg') !important;
}

.delete-icon {
    background: url('../icons/delete.svg') !important;
}

.sign-icon {
    background: url('../icons/sign.svg') !important;
    margin: 5px auto;
}

.sign-icon-disable {
    background: url('../icons/sign-disabled.svg') !important;
}

.download-icon {
    background: url('../icons/download.svg') !important;
}

btn-light {
    background: white !important;
}

.section-table input {
    border: 1px solid #4a90e2 !important;
    padding: 7px !important;
}

.btn-light-thumb {
    background: white !important;
}

.ui-dialog .ui-dialog-content {
    height: auto !important;
}

.minimal-select {
    text-align: center !important;
}

.ui-dialog-title {
    color:white !important;
}

element.style {
    width: 300px !important;
}

.loading-text {
    font-size:11px;
}

.ui-dialog {
    max-width: 350px !important;
}

.loading-text {
    width: 100% !important;
    margin:0 auto !important;
}

.modal-img {
    width: 100%;
}

/*PDF JS*/
#show-pdf-button {
    width: 150px;
    display: block;
    margin: 20px auto;
}

#file-to-upload {
    display: none;
}

#pdf-main-container {
/*    width: 100%;
    margin: 5px auto;*/
}

#pdf-loader {
    display: none;
    text-align: center;
    color: #999999;
    font-size: 13px;
    line-height: 100px;
    height: 100px;
}

#pdf-contents {
    display: none;
}

#pdf-meta {
    overflow: hidden;
    margin: 10px 5px 10px 5px;
}

#pdf-buttons {
    float: left;
}

#page-count-container {
    float: right;
}

#pdf-current-page {
    display: inline;
}

#pdf-total-pages {
    display: inline;
}

#pdf-canvas {
    /*border: 1px solid rgba(0,0,0,0.2);*/
    box-sizing: border-box;
}

#page-loader {
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: none;
    color: #999999;
    font-size: 13px;
}

/*FONT AWESOME ICONS*/
.fa {
    font-size: 18px;
}

.fa-exclamation-circle {
    color: #a94442 !important;
}

.fa-check {
    color:  darkgreen !important;
}

.fa-exclamation-triangle {
    color: #8a6d3b !important;
}

/*CA*/
.cat-list > li {
    border-top: 3px solid darkgray !important;
}

.icon-document-ca {
    background: url('../icons/ca-document48.ico') !important;
    height:48px !important;
    width: 48px !important;
    display: block !important;
    background-size: 100% 100%;
    /* Other styles here */
}

.icon-document-certificate {
    background: url('../icons/certificate.svg') !important;
    height: 32px !important;
    width: 30px !important;
    display: block !important;
    background-size: 100% 100%;
    /* Other styles here */
}

.icon-document-crl {
    background: url('../icons/checklist.svg') !important;
    height: 32px !important;
    width: 30px !important;
    display: block !important;
    background-size: 100% 100%;
    /* Other styles here */
}

.li-line {
    border-top: 1px solid #f2f2f2 !important;
}

.reader a {
    margin-right: auto;
    margin-top: 12px;
    padding: 0 14px;
    line-height: 40px;
    font-weight: 700;
    color: #fff !important;
    background: #4a90e2;
}

.cat-list h3 {
    font-size: 1.71rem !important;
}

.page-title2 h1 {
    color: #4a90e2;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size:1.70rem;
}

.cat-list > li {
    padding-bottom: 10px;
}

@media screen and (max-width: 990px) {
    .sub-header ul li a {
        font-size: 0.95rem;
    }
}

h1.welcome {
    font-size: 3.43rem !important;
}

.naslov {
    padding-right: 52px;
    font-size: 16.8px !important;
    font-weight: normal !important;
    color: #333;
}

.registrationPortalHome {
    line-height: 1.05;
}

h1.ca {
    font-size: 1.71rem !important;
}

.qsear input {
    box-sizing: border-box;
    background: #fff;
    color: #333;
    height: 50px;
    width: calc(100%);
    border: 1px solid #ccc;
    border-right: 0;
    font-size: 1.14rem;
    color: #4a90e2;
    padding: 0 16px;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}

.qsear:after {
    position: absolute;
    content: "";
    height: 3px;
    bottom: -3px;
    left: 0;
    right: 0;
    background: #d2e7ff;
}

.cl-content .cl-content-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #333 !important;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top:0px;
}

.cl-content .cl-content-text {
    line-height: 24px !important;
    font-size: 1.14rem !important;
    color: #333 !important;
    margin:24px 0;
}

.attachmentLabel {
    font-size: 1.14rem !important;
    font-weight: 700 !important;
    color: #4a90e2 !important;
}

.attachment-msg {
    color: #6c757d !important;
    font-size: 90% !important;
    font-weight: 400 !important;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    font-size: 1rem !important;
    font-family: 'Montserrat';
}

table.dataTable thead th, table.dataTable thead td,
table.dataTable tfoot th, table.dataTable tfoot td,
label {
    font-size: 1rem !important;
    font-family: 'Montserrat';
    font-weight: 700;
}

body > header .my-egov > a {
    font-size: 1rem !important;
}

body > header .lang .ll-active a {
    font-size: 1rem !important;
}

.upload-button {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    background-size: 50px 44px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin: 0 auto !important;
    color: #333 !important;
    background: white url(/icons/attach-icon.png) left 0px top -6px no-repeat !important;
}

.ic, .ic-card {
    border: 1px solid #4a90e2;
    background: #fff;
    position: relative;
    width: 60%;
}

.ic:after {
    position: absolute;
    content: "";
    height: 3px;
    bottom: -4px;
    left: 3px;
    right: 3px;
    background: #c9dadf;
}

/*
.upload-button {
    cursor: grab;
    height: 50px;
    width: 260px;
    display: block;
    border: 1px solid #4a90e2;
    font-size: 16px;
    font-weight: 700;
    padding: 12px;
    background: white url(/icons/attach-icon.png) left 15px top -8px no-repeat;
}*/

h1 {
    font-size: 1.28rem !important;
}

.ui-dialog .ui-dialog-content,
.ui-dialog .ui-dialog-buttonpane button,
.ui-dialog .ui-dialog-title {
    font-size: 1.14rem;
    font-family: 'Montserrat';
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #333;
    font-family: 'Montserrat';
}

.cat-list .cl-content .plain-services li:last-child:after {
    content: "";
}

.ul-list-cloud {
    margin: 30px;
}

.bullets, .numbers {
    font-size: 1.14rem;
    color: #4a90e2 !important;
    line-height: 24px;
    margin: 24px 0;
	text-align: justify;
}

.numbers {
    color: #333 !important;
}

.bullets::before {
    display: inline-block;
    min-width: 30px;
    color: #4a90e2;
    font-weight: 700;
    content: "\25CF";
}

.help-link,
.help-link1,
.help-link2,
.help-link3,
.help-link4{
    /*border-bottom: 2px solid #4a90e2;*/
    border-bottom: 1px solid #4a90e2;
    font-size: 1.14rem;
    /*color: #4a90e2 !important;*/
    color: #4a90e2 !important;
    background-color: transparent;
    text-decoration: underline !important;
    font-weight: bold;
}

.p-ca,
.cl-content .cl-content-text {
    color: #333 !important;
    font-size: 1.14rem;
    line-height: 24px;
	text-align: justify;
}

/**/

.w3eden .mb-2, .w3eden .my-2 {
    margin-bottom: .5rem !important;
}

.w3eden .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
}

.w3eden .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.w3eden .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.w3eden .media-body {
    -ms-flex: 1;
    flex: 1;
}

.w3eden *, .w3eden *::before, .w3eden *::after {
    box-sizing: border-box;
}

.w3eden .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.w3eden .mr-3, .w3eden .mx-3 {
    margin-right: 1rem !important;
}

.w3eden .img-48 img {
    max-width: 48px;
    height: auto;
    padding: 0;
    margin: 0;
}

.w3eden .card img {
    width: 100%;
}

.w3eden .list-group-item img, .w3eden .card img {
    padding: 0;
    margin: 0;
}

.w3eden .wpdm_icon {
    box-shadow: none;
    min-width: 48px;
    max-width: 48px;
    width: 48px;
}

.entry-content img {
    margin-top: 0 !important;
    vertical-align: middle;
}

.w3eden img {
    vertical-align: middle;
    border-style: none;
}

.w3eden .media-body {
    -ms-flex: 1;
    flex: 1;
}

.media-body {
    width: 0px !important;
}

h3.document,
.span-document{
    font-size: 1.14rem !important;
    font-weight: 700;
    color: #4a90e2 !important;
    margin-top: 0px !important;
}

.t-dec-under {
    text-decoration:underline !important;
}

.ca-mt-30 {
    margin-top: 30px;
}

/*Document name column with dots*/
.truncate {
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.update-cl-content-text {
    font-size: 1.14rem !important;
    font-weight: 500 !important;
    color: #333 !important;
    line-height: 22px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    display: inline-block;
}

.fw-700 {
    font-weight: 700 !important;
    font-size: 20px !important;
}

/*Drag and Drop*/
body.dragging::before {
    content: "\f093";
    font-family: FontAwesome;
    color: white;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5em;
    background-color: rgba(181, 181, 181, .8);
    pointer-events: none;
    z-index: 1050;
}

.minimal-select-left {
    text-align: left !important;
}

.py-12 {
    margin: 24px 0;
}

.mt-0 {
    margin-top:0px !important;
}

ol li {
    list-style: decimal !important;
}

.nav-right {
    display:none;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 1.14rem;
}

.nav-right-min {
    display:block;
}

.contract-mb {
    margin-bottom:2rem;
}

.breadcrumbs-a {
    color:#333 !important;
}

.menu-active {
    background: #d2e7ff !important;
    border-bottom: 2px solid transparent !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-25 {
    margin-bottom: 25px;
}

.ic {
    width: 100% !important;
}

.bg-cloud {
    background: #4a90e2 !important;
    color: white !important;
    font-size: 1.28rem !important;
    font-weight: 700;
    padding: 12px !important;
}

.btn-cloud {
    font-size: 1.28rem !important;
    font-weight: 700;
    padding: 6px 12px !important;
}

.form-control-p {
    height: 50px;
    border-radius:0px;
}

.ic-cid {
    width: 100% !important;
}

.update-cl-content-text1 {
    display: inline;
    text-align: justify;
}

/*LTA*/
.ui-dialog .ui-dialog-buttonpane {
    text-align: right;
}

.ui-button {
    margin-right: 0px;
    outline: none;
}

.ui-dialog .ui-dialog-buttonpane button {
     margin-right: 0px; 
}

.ui-button-ddl-style {
    margin-right: 0.6em !important;
    padding-left: 5.5px;
    padding-right: 6.5px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 7px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 1.14rem;
    font-family: Montserrat;
    text-align: center;
    cursor: pointer;
}

.dropdown-menu.pull-right {
    right: 0.6em;
    left: auto;
}

.ui-dialog .ui-dialog-buttonpane #Yes {
    margin-right: 0.6em !important;
}

#load {
    position: fixed;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url(../img/throbber.gif) no-repeat 50% 50% rgba(0,0,0,0.75);
    color: #fff;
}

/*MULTISIGNATURE*/
.magnet {
    position: absolute;
    font-size: 1.25vw;
    /*width: 25% !important;*/
    cursor: move;
    z-index: 10;
}

.magnet.record {
    left: 5%;
    top: 5%;
    /*width: 25%;*/
    background: #fff;
    box-shadow: 2px 2px 8px #00338099;
}

.magnet.sign {
    right: 5vw;
    bottom: 5vw;
    width: 25%
}

.signature {
    width: 100%;
    height: auto;
    filter: drop-shadow(2px 2px 8px #00338099);
}

.datatable {
    width: 100%;
    height: auto;
    filter: drop-shadow(2px 2px 8px #00338099);
    animation: mymove 5s infinite;
}

@keyframes mymove {
    50% {
        box-shadow: 20px 20px 30px #00338099;
    }
}

/*.wrapper {
    margin: 2.7rem auto;
    border: 1px solid #ccc;
    width: 595px;
    max-width: 90vw;
    height: 842px;
    max-width: 90vh;
}

.wrapper .document {
    width: 100%;
    height: 100%;
}*/

.sign-paper {
    border: 1px solid rgba(0,0,0,0.3);
}

.pdf-checkbox {
    text-align: center;
    margin-top:5px;
    margin-bottom:5px;
}

input[type="checkbox"] {
    margin: 0;
    padding: 5px !important;
    line-height: normal;
    content: '' !important;
    display: inline-block;
}

input[type="checkbox"]:checked {
    content: '✔' !important;
    background: #4a90e2;
    color: #fff;
}

/*#signPaper {
    overflow-x: auto;
}*/

.success-style {
    color: #017932;
    font-weight: 700;
}

.error-style {
    color: #74222a;
    font-weight: 700;
}

.modal-title {
    display: inline;
    color: white;
    font-weight:bold;
}

.cardChooseMethod {
    border: 2px solid #96CAFB;
    border-radius: 4px;
    padding: 5px 15px;
    max-width: 580px;
    background: white;
    margin: 10px auto;
    text-align: center;
}

.cardChooseMethod p, .cardChooseMethod span {
    font-size: 1.14rem;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #263864;
}

.multisignatureLta {
    color: #4a90e2 !important;
    font-weight: bold !important;
    font-size: 1rem !important;
    border-radius: 4px;
}

.pt-11 {
    padding-top: 10.5px;
}

.caret-ms {
    margin-left:0px;
}

.modal-dialog-preview {
    position: relative;
    margin: 10px auto;
    overflow-y: initial !important;
}

.modal-content-preview {
    height: 80%;
}

.modal-body-preview {
    height: 70vh;
    overflow-y: auto !important;
}

.upload-button-disabled {
    background: #C6C6C6 url(/icons/attach-icon-disabled.png) left 65px top -6px no-repeat !important;
    cursor: not-allowed;
}

.btn-a-modal {
    white-space: normal;
    padding: 0 !important;
}

/*HASH*/
.outerDiv {
    margin-bottom: 40px;
    padding: 15px;
    width: auto;
    height: auto;
    border: 1px solid;
    overflow-y: auto;
    word-wrap: break-word;
}

.mb-50 {
    margin-bottom:50px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.document-name {
    margin-bottom:10px;
    font-weight: bold;
}

.p-style {
    font-weight:bold;
    font-size: 1.12rem;
    margin-bottom: 10px;
}

.maintenance-class {
    margin-top: 15px;
    padding: 25px;
    width: 100% !important;
    font-weight: bold;
    font-size: 1.3rem;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.my-3 {
    margin-top:25px;
    margin-bottom:5px;
}

.sd-card {
    border: 1px solid var(--secondary-bg);
    border-radius: 4px;
    padding: 10px 25px;
    background: var(--main-bg);
    align-items:center;
    width: 100%;
}

.sd-card p {
    line-height: 21px;
}

.primary {
    color: var(--primary);
}

.fw-500 {
    font-weight: 500;
}

.sd-card span {
    font-weight: 700;
    font-size: 1.14rem !important;
    display: block;
}

.ic-card:after {
    position: absolute;
    content: "";
    height: 3px;
    bottom: -4px;
    left: 3px;
    right: 3px;
    background: var(--ic-bg);
}