td.details-control {
    cursor: pointer;
}


/* datatables cell padding */

.table th,
.table td {
    padding: 0.4rem !important;
    border-top: 0px !important;
    border-top-color: #d8dbe0;
}


/* datatables hover color */

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #ECEDEF;
}


/* run status buttons */

.btn-stat {
    padding: 0px !important;
    /* padding: 0.2rem 0.3rem; */
    width: 100px;
}

.btn-settings {
    padding: 0px !important;
    width: 20px;
    padding-right: 3px !important;
}


/* fullscreen modal */

.modal-dialog.fullscreen {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.modal-content.fullscreen {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
}

.modal.fade.in.fullscreen {
    padding: 0 !important;
}


/*  Run Summary in Dmeta table */

.summary_card_hero {
    text-align: center;
    color: rgba(88, 165, 50, 1);
    font-size: 36px;
    height: 40px;
}

.summary_card table td:first-child {
    text-align: left;
}

.summary_card table td {
    padding: 1px 0 1px 0;
    overflow: hidden;
    text-align: right;
}

div.card-body.summary_card {
    white-space: normal;
}

.table-not-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
}

.indesc {
    font-style: italic;
    color: darkslategray;
    font-weight: 300;
    font-size: 12px;
    display: block;
    padding-top: 1px;
}


/*        public pipelines page*/

.boxheader {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 1% 0;
    border-bottom: 2px solid #eee;
    height: 60px !important;
    padding-top: 15px;
}

.widget-user-header {
    height: 100px !important;
}

.widget-user-2 .widget-user-header {
    padding: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 20px;
    padding-top: 5px;
}

.movebox {
    min-width: 100%;
    min-height: 100%;
    margin-bottom: 10px;
    border: 2px solid #dee2e8;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
}

.movebox::after {
    position: absolute;
    z-index: -1;
    opacity: 0;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease-in-out;
}


/* Scale up the box */

.movebox:hover {
    box-shadow: 0 0 20px rgba(33, 33, 33, .2);
}


/* Fade in the pseudo-element with the bigger shadow */

.movebox:hover::after {
    opacity: 1;
}


/* In order to fix textarea width*/

textarea {
    resize: vertical;
}


/*        Make center the pagination numbers*/

.paginationjs {
    display: flex;
    justify-content: center;
}

i.cil:hover {
    color: darkcyan;
    cursor: pointer;
}


/* Ace Editor scroll problem fix */

.ace_text-input {
    position: absolute !important
}


/* Datatables */

.disp_none {
    display: none !important;
}


/* modal show form values on multiple values */

div.multi-value {
    border: 1px dotted #666;
    border-radius: 3px;
    padding: 5px;
    background-color: #fafafa;
    cursor: pointer;
}

div.multi-restore {
    margin-top: 0.5em;
    font-size: 0.8em;
    line-height: 1.25em;
    color: #3879d9;
}

div.multi-restore:hover {
    text-decoration: underline;
    cursor: pointer;
}

.dz-error-mark svg g g {
    fill: #c00;
}

.multiselect.dropdown-toggle {
    text-align: left;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    background-color: #f9f2f4;
    border-radius: 4px;
    font-family: monospace, monospace;
    font-size: 1em;
}


/*   Loader div      */

.loader-spin-parent {
    position: relative;
}

.loader-spin-icon {
    display: block;
    margin: auto;
}

.loader-spin-iconDiv {
    display: block;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
}


/* tiny spinner*/

.tiny-spinner {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 5px;
    height: 5px;
    -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);
    }
}


/* iFrame Resizer */

iframe {
    width: 1px;
    min-width: 100%;
}

.fixframe {
    position: fixed;
    top: 57px;
    left: 0px;
    right: 0px;
    bottom: 507px;
}

.fixframe iframe {
    height: 100%;
    width: 100%;
    padding-bottom: 160px;
}

.css-1w3mo3h,
[data-css-1w3mo3h] {
    background-color: #f3f5fa
}

.css-m8os5t,
[data-css-m8os5t] {
    flex: 1 1 0%;
    padding: 3rem;
    height: 50rem;
    position: relative;
}

.css-12d3q5d,
[data-css-12d3q5d] {
    box-shadow: rgb(0 0 0 / 16%) 0px 2px 5px 0px, rgb(0 0 0 / 12%) 0px 2px 10px 0px;
    margin-top: 2rem;
    background-color: white;
    border-top: 3px solid #38507E;
}

.css-1d5em1c,
[data-css-1d5em1c] {
    -webkit-box-pack: center;
    justify-content: center;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.css-177iisq,
[data-css-177iisq] {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    padding: 0.5rem;
    flex: 1 1 0%;
    justify-content: center;
    align-items: center;
}

.css-vehvr9,
[data-css-vehvr9] {
    /* color: white; */
    font-size: 2rem;
}

.css-1y8eyh {
    font-family: "Jost", sans-serif;
    color: #848484;
}

.vcontent {
    font-family: "Jost", sans-serif;
}

h3.vcontent-header {
    font-weight: 400;
    font-size: 34px;
    color: #37517e;
    font-family: "Jost", sans-serif;
}

p.vcontent-p {
    font-size: 15px;
    color: #848484;
    font-family: "Jost", sans-serif;
}

.btn-get-started {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 15px 7px 15px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #47b2e4;
}

.selectize-control .option .title {
    display: block;
}

.selectize-control .option .url {
    font-size: 12px;
    display: block;
    color: #a0a0a0;
}