/*variables*/

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #0000FF;
    --secondary: #6c757d;
    --success: #00A65A;
    --info: #00C0EF;
    --warning: #F39C12;
    --danger: #DD4B39;
    --light: #f8f9fa;
    --dark: #27292c;
    --dark-orange: #793600;
    --mcway-orange: #F17C00;
    --mcway-blue: #024E61;
    --mcway-dark-blue: #003E4D;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 10000;
    height: 2em;
    width: 2em;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    left: 50%;
    top: 50%;
    height:60px;
    width:60px;
    margin:0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left:6px solid #fff;
    border-right:6px solid #fff;
    border-bottom:6px solid #fff;
    border-top:6px solid #000;
    border-radius:100%;
}

/* Animation */

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}

/* Custom Layout*/
/**************************************************/
.content-wrapper{
    background-color: #fff;
}
.table > tbody > tr > td {
    vertical-align: middle;
}

.red {
    color:red;
}

/* Custom GoogleMap*/
/**************************************************/
.map-address {
    height: 400px;
    /*background-color: grey;*/
}

.company-content{
    min-height: 170px;
    height:auto;
}
.subsidiary-pictures{
    max-width: 150px;
    max-height: 150px;
}

.fwd:before {

    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f39c12;
    position: absolute;
    right: -8px;
    top: 12px;
    z-index: 1000;
}

.fwd:before {
    content: "";
}

.fwd:not(.active):before {

    border: none;

}

#wizardPassos {

    margin: 1em 0 1em 0;
}

.card {

    padding: 0;

}

card-body{

    padding: 0;

}

card-header{

    padding: 0;

}

.valign {

    vertical-align: middle;
}

/*Microsoft uses -ms-*/
.box-scroll{
    height: 450px;
    overflow-y: scroll;
    -ms-overflow-y: scroll;
}
#comcontainer {
    position : relative;
    overflow : hidden;
    width: 100%; height: 500px;
}

#birthdaycontainer {
    position : relative;
    overflow : hidden;
    width: 100%; height: 500px;
}

.suggestion{
    resize:none;
}

.grey-color{
    color: #636b6f
}

h3, span{
    display: inline;
}

td.details-control {
    background: url('../img/icons/details_open.png') no-repeat center center;
    background-size: 18px;
    cursor: pointer;
    padding: 5px;
}

tr.shown td.details-control {
    background: url('../img/icons/details_close.png') no-repeat center center;
    background-size: 18px;
    cursor: pointer;
    padding: 5px;
}

/*td.rac-response-control {*/
/*    background: url('../img/icons/getfile.png') no-repeat center center;*/
/*    background-size: 15px;*/
/*    cursor: pointer;*/
/*}*/

.highlight {
    border: 1px solid #003e4d;
    font-weight: bold;
    background-color: #f9f9f9;
}

ul { list-style-type: none; }


/*
 * Colors: Badge & Infobox
 */

.badge.badge-env,
.badge.badge-level-all,
.badge.badge-level-emergency,
.badge.badge-level-alert,
.badge.badge-level-critical,
.badge.badge-level-error,
.badge.badge-level-warning,
.badge.badge-level-notice,
.badge.badge-level-info,
.badge.badge-level-debug,
.badge.empty {
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.badge.badge-level-all,
.box.level-all {
    background-color: #8A8A8A;
}

.badge.badge-level-emergency,
.box.level-emergency {
    background-color: #B71C1C;
}

.badge.badge-level-alert,
.box.level-alert  {
    background-color: #D32F2F;
}

.badge.badge-level-critical,
.box.level-critical {
    background-color: #F44336;
}

.badge.badge-level-error,
.box.level-error {
    background-color: #FF5722;
}

.badge.badge-level-warning,
.box.level-warning {
    background-color: #FF9100;
}

.badge.badge-level-notice,
.box.level-notice {
    background-color: #4CAF50;
}

.badge.badge-level-info,
.box.level-info {
    background-color: #1976D2;
}

.badge.badge-level-debug,
.box.level-debug {
    background-color: #90CAF9;
}

.badge.empty,
.box.empty {
    background-color: #D1D1D1;
}

.badge.badge-env {
    background-color: #6A1B9A;
}

.tags-input {
    max-width: 100%;
    line-height: 22px;
    overflow-y: scroll;
    overflow-x: scroll;
    height: 65px;
    cursor: text;
}

.mcbackground {
    color: #fdfdfe;
    background-color: #013d4c !important;
}

.mcbackground-soft {
    color: #fdfdfe;
    background-color: #034d60 !important;
}

.mcbackground-orange {
    color: #fdfdfe;
    background-color: #f07c01 !important;
}

.mc-form-fields {
    padding: unset;
    text-align: center;
}
.mc-brand{
    max-width: 50px;
    max-height: 30px;
}

.hiddenRow{
    padding:0 !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.paddingleft{
     padding-left: 5px !important;
 }

.paddingright{
    padding-right: 5px !important;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.table {
    border: 0 !important;
    /*margin: 0 !important;*/
    /*padding: 0 !important;*/
}

.btn-vertical-center {
    margin: 0;
    position: relative;
    /*top: 50%;*/
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.ui-dialog { z-index: 9999 !important ;}

.panel-default > .panel-heading-custom {
    color: #fdfdfe;
    background-color: #034d60;
    height: 23px;
    text-align: center;
    padding: unset;
    padding-left: 10px
}

.panel-default > .panel-heading-custom-light {
    color: #fdfdfe;
    background-color: #098fb1;
    height: 23px;
    text-align: center;
    padding: unset;
    padding-left: 10px
}
.panel-default > .panel-heading-custom-white {
    color: #000000;
    background-color: #ffffff;
    height: 23px;
    text-align: center;
    padding: unset;
    padding-left: 10px;
    border:1px solid #034d60;
}

.minwidth200px {
    min-width: 200px !important;
}

.maxwidth200px {
    max-width: 200px !important;
}

.mc-form-padding {
    padding: 0 5px 0 5px;
}
.ui-widget-overlay {
    background: repeat-x scroll 50% 50% #000000;
    opacity:0.5;
}
.mcoutinho-table-header,
.callcenter-color,
.custom-dialog-1 > .ui-widget-header{
    color: #fdfdfe;
    background-color: #034d60;
}

.callcenter-brand-row{
    color: #000000;
    font-weight: bold;
}

.maxwidth100 {
    max-width:100% !important;
}

.maxwidth100px {
    max-width:100px !important;
}
.maxwidth50px {
    max-width:50px !important;
}
.width100px{
    width:100px !important;
}

.highlight-field {
    background-color: rgba(255, 8, 0, 0.11);
}

.font-black {
    color: rgb(0, 0, 0);
    font-weight: bold;
}
.padding-b-5 {
    padding-bottom: 5px;
}
.padding-5 {
    padding: 5px 5px 5px 5px;
}

.padding-10 {
    padding: 10px 10px 10px 10px;
}

.padding-right-10 {
    padding-right: 10px;
}
.padding-left-10 {
    padding-left: 10px;
}

.small-box > .small-box-header {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.line-height{
    line-height: inherit;
}

.small-box-link{
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.small-box-link:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
 background-color: #337ab7!important;
}

.comunication-btn{
    float: left;
}

table#recipientUserstable>tbody>tr.selected {
    background-color:#777 !important;
    color: #AAA;
}

.flex_isccontact_header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.isccontact_header_column{
    width: 33%;
}

.isccontactalertlabelprivate,.isccontactalertlabelenterprise{
    color: white;
    font-size: 2rem;
    text-align: center;
    margin: 5px;
}

.isccontactalertlabelprivate{
    background-color: #006a00;
}

.isccontactalertlabelenterprise{
    background-color: #0f2172;
}

.listIsccontactlogs_text a{
    color:white;
    font-style: italic;
}

.isccontact_type{
    font-size: 2.5rem;
    font-weight: bold;
}

.iscontactid_text{
    text-align: left;
    padding: 5px 0 0 10px;
}

.listIsccontactlogs_text{
    text-align: right;
    padding: 5px 10px 0 0;
}

.krajee-default.file-preview-frame{
    margin: auto!important;
    padding: 0!important;
}

/*Select2 ReadOnly Start*/
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}

/*Select2 ReadOnly End*/

#add_doc_btn_id{
    color:white;
}

#add_doc_btn_id:hover{
    background-color: #1f5d80;
}

#rgpd_wrapper {
    display: flex;
    flex-direction: initial;
    flex-wrap: wrap;
    justify-content: stretch;
    padding: 10px;
}

.rgpd_wrapper_item {
    width: 330px;
    height:auto;
    margin: 5px;
    border: 1px solid #BCE8F1;
    padding-bottom: 5px;
}

.marketing {
    order: 1;
}
.inqueritos {
    order: 2;
}
.propostas {
    order: 3;
}
.elaboracao_perfis {
    order: 4;
}
.outras_comunicacoes {
    order: 5;
}
body { padding-right: 0 !important }

#idTestDriveDate,
#idTestDriveEvaluation{
    display: none;
}

.alert a i {
    color: var(--mcway-blue);
}

.spinner-border {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

.spinner-border-sm{
    height: 1em;
    border-width: .2em;
}

.blinking {
    animation: blinker 1s ease-out infinite;
    opacity: 40%;
}

@keyframes blinker  {
    50% {
        opacity: 100%;
    }
}

.rainbow-bg{
    animation: rainbow-bg 1s normal;
    animation-iteration-count: infinite;
}

@keyframes rainbow-bg{

    100%,0%{
        background-color: rgb(3,77,96);
    }
    50%{
        background-color: rgb(255,255,255);
    }

    100%,0%{
        color: rgb(255,255,255);
    }
    50%{
        color: rgb(3,77,96);
    }
}

@keyframes rainbow-bg-all{
    0%{
        background-color: rgb(255,0,0);
    }
    8%{
        background-color: rgb(255,127,0);
    }
    16%{
        background-color: rgb(255,255,0);
    }
    25%{
        background-color: rgb(127,255,0);
    }
    33%{
        background-color: rgb(0,255,0);
    }
    41%{
        background-color: rgb(0,255,127);
    }
    50%{
        background-color: rgb(0,255,255);
    }
    58%{
        background-color: rgb(0,127,255);
    }
    66%{
        background-color: rgb(0,0,255);
    }
    75%{
        background-color: rgb(127,0,255);
    }
    83%{
        background-color: rgb(255,0,255);
    }
    91%{
        background-color: rgb(255,0,127);
    }
}

.rainbow{
    animation: rainbow 0.5s ease-in-out;
    animation-iteration-count: infinite;
    font-weight: bold;
}

@keyframes rainbow{
    0%{
        color: rgb(255,255,255);
    }
    33%{
        color: rgb(3,77,96);
    }
    66%{
        color: rgb(255,127,0);
    }
    99%{
        color: rgb(0,0,255);
    }
}

div.dt-buttons{position:relative;float:none!important;}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .modal-lg {
        width: 1100px!important;
    }
}

/* Bootstrap 4/5 compatibility for modals with Bootstrap 3 CSS */
/* Some pages load newer Bootstrap JS which toggles `.show` instead of `.in`. */
.modal.show, .modal.in { /* ensure modal becomes visible when JS adds .show (BS4) or .in (BS3) */
    display: block;
    opacity: 1;
}

/* Animate/dialog positioning parity with BS3's `.in` */
.modal.show .modal-dialog, .modal.in .modal-dialog, .modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* Backdrop visibility when using `.show` or `.in` class */
.modal-backdrop.show, .modal-backdrop.in {
    opacity: 0.5;
}

/* Ensure modal overlays above page content in mixed stacks */
.modal { z-index: 1050; }
.modal-backdrop { z-index: 1040; }

/* Prevent background scroll when modal is open if base CSS is missing */
body.modal-open { overflow: hidden; }
