body {
    font-family: Barlow, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -.1px;
    font-smoothing: grayscale;
    margin: 0;
    color: var(--general-text-color);
    background-color: var(--background-color-body);
    line-height: 1.5;
    overflow-x: hidden;
}

#section-login{
    max-width: 500px;
}

::-webkit-scrollbar{
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: rgb(56, 85, 122);
    border-radius: 10px;
}

::selection{
    background-color:#B4C2DF;
    color:#313131;
}

-webkit-::selection{
    background-color:#B4C2DF;
    color:#313131;
}

::-moz-selection{
    background-color:#B4C2DF;
    color:#313131;
}

a{
    text-decoration: none !important;
    color: var(--link-color);
    transition: color .3s ease;
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-family: Rubik,sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: .5em;
    letter-spacing: .25px;
    margin-top: 0.5em;
    line-height: 1.1;
}

a:hover {
    color: #3287cd;
}

#container{
    position: relative;
    display: block;
}

.actionbar{
    border-bottom: 1px solid #f2f5f8;
    white-space: normal;
    height: 35px;
    width: 100%;
    background-color: rgb(225, 225, 225);
}

.actionbar .actionbar_button {
    display: inline-block;
    padding: 7px 13px;
    outline: 0;
    cursor: default;
    float: left;
    border: 0;
    position: relative;
    border-right: 1px solid transparent;
    transition: all .3s ease;
    max-height: 100%;
    background-color: rgb(240, 240, 240);
}

.actionbar_button.logout_button{
    color: red;
    float: right;
}

.actionbar .actionbar_button:not([disabled]):not(.disabled):hover {
    background-color: #ccd0d5;
    cursor: pointer;
}

.ct-col{
    padding-right: 15px;
    padding-left: 15px;
}

.color-white
{
    color: white !important;;
}

.color-primary
{
    color: var(--primary-color) !important;;
}

.color-secondary
{
    color: var(--secondary-color) !important;;
}

.color-black
{
    color: #333333 !important;;
}

.bg-white
{
    background-color: white !important;;
}

.bg-primary
{
    background-color: var(--primary-color) !important;;
}

.bg-secondary
{
    background-color: var(--secondary-color) !important;;
}

.bg-black
{
    background-color: #333333 !important;;
}

.border-color-white
{
    border-color: white !important;;
}

.border-color-primary
{
    border-color: var(--primary-color) !important;;
}

.border-color-secondary
{
    border-color: var(--secondary-color) !important;;
}

.border-color-black
{
    border-color: #333333 !important;;
}

.icon-white
{
    fill: white !important;;
}

.icon-primary
{
    fill: var(--primary-color) !important;;
}

.icon-secondary
{
    fill: var(--secondary-color) !important;;
}

.icon-black
{
    fill: #333333 !important;
}

*:disabled, .disabled, [disabled], [readonly] {
    cursor: not-allowed !important;
    background-color: #f2f2f2 !important;
    opacity: .65;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-color: #c2ceda !important;
}

.form-control {
    border-radius: 4px !important;
    font-size: 0.9rem;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem 0rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
}

.float-label-custom label {
    font-size: .90rem;
}

.form-control:not(textarea), .select2-container .select2-selection--single {
    height: calc(2.2rem) !important;
}

.table td, .table th {
    padding: .3rem;
    vertical-align: middle;
    border-top: 0px;
}

.table thead th{
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-sticky thead tr:nth-child(1) th{
    position: sticky;
    top: 0;
}

.form-control:not(textarea), .select2-container .select2-selection--single {
    height: calc(2.1rem) !important;
}

.select2-selection{
    font-size: 0.78rem;
}

#wrapper [id^=attachment]{
    max-width: 100%;
    width: unset!important;
}

#wrapper_notification{
    position: fixed;
    top: 10px;
    right: 0;
    z-index: 1039;
    overflow-y: auto;
    max-height: 80vh;
}

#wrapper_notification .toast.info{
    background: #a7bacb;
}

#wrapper_notification .toast.success{
    background: #22965860;
}

#wrapper_notification .toast.warning{
    background: #FFC10799;
}

#wrapper_notification .toast.danger{
    background: #D3382499;
}

.ct-post-edit-link{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 16px;
    right: 16px;
    background-color: #e8e6df;
    border-radius: 28px;
    box-shadow: 0 8px 8px 0 rgb(0 0 0 / 20%);
    z-index: 5;
}

.ct-post-edit-link .ct-icon {
    transition: transform .3s ease;
}

.ct-post-edit-link:hover .ct-icon {
    transform: rotate(60deg);
}

.ct-icon, .ct-button{
    transition: all .3s ease;
}

.ct-button .ct-icon {
    fill: #333333;
}

.ct-button {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    height: 36px;
    padding: 0 16px;
    background: var(--primary-color);
    border: none;
    border-radius: 0;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    text-align: center;
    color: #fff;
    letter-spacing: .75px;
    transition: all .3s ease;
    text-transform: uppercase;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* Button Primary */

.ct-button.ct-button--primary{
    background-color: var(--primary-color);
    color: #ffffff;
    border: 1px solid var(--primary-color);
}

.ct-button.ct-button--primary.ct-button--inverse{
    background-color: #ffffff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.ct-button.ct-button--primary .ct-icon {
    fill: #ffffff;
}

.ct-button.ct-button--primary.ct-button--inverse .ct-icon {
    fill: var(--primary-color);
}

.ct-button.ct-button--primary:not(.onSubmit):hover, .ct-button.ct-button--primary:not(.onSubmit):focus{
    color: var(--primary-color);
    background-color: #ffffff;
}

.ct-button.ct-button--primary.ct-button--inverse:hover, .ct-button.ct-button--primary.ct-button--inverse:focus{
    color: #ffffff;
    background-color: var(--primary-color);
}

.ct-button.ct-button--primary:hover .ct-icon, .ct-button.ct-button--primary:focus .ct-icon{
    fill: var(--primary-color);
}

.ct-button.ct-button--primary.ct-button--inverse:hover .ct-icon, .ct-button.ct-button--primary.ct-button--inverse:focus .ct-icon{
    fill: #ffffff;
}

/* Button Secondary */

.ct-button.ct-button--secondary{
    background-color: var(--secondary-color);
    color: #ffffff;
    border: 1px solid var(--secondary-color);
}

.ct-button.ct-button--secondary.ct-button--inverse{
    background-color: #ffffff;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.ct-button.ct-button--secondary .ct-icon {
    fill: #ffffff;
}

.ct-button.ct-button--secondary.ct-button--inverse .ct-icon {
    fill: var(--secondary-color);
}

.ct-button.ct-button--secondary:not(.onSubmit):hover, .ct-button.ct-button--secondary:not(.onSubmit):focus{
    color: var(--secondary-color);
    background-color: #ffffff;
}

.ct-button.ct-button--secondary.ct-button--inverse:hover, .ct-button.ct-button--secondary.ct-button--inverse:focus{
    color: #ffffff;
    background-color: var(--secondary-color);
}

.ct-button.ct-button--secondary:hover .ct-icon, .ct-button.ct-button--secondary:focus .ct-icon{
    fill: var(--secondary-color);
}

.ct-button.ct-button--secondary.ct-button--inverse:hover .ct-icon, .ct-button.ct-button--secondary.ct-button--inverse:focus .ct-icon{
    fill: #ffffff;
}

/* Button Red */

.ct-button.ct-button--red{
    background-color: #ef5656;
    border: 1px solid #ef5656;
    color: #ffffff;
}

.ct-button.ct-button--red.ct-button--inverse{
    background-color: #ffffff;
    color: #ef5656;
    border: 1px solid #ef5656;
}

.ct-button.ct-button--red .ct-icon {
    fill: #ffffff;
}

.ct-button.ct-button--red.ct-button--inverse .ct-icon {
    fill: #ef5656;
}

.ct-button.ct-button--red:not(.onSubmit):hover, .ct-button.ct-button--red:not(.onSubmit):focus{
    color: #ef5656;
    background-color: #ffffff;
}

.ct-button.ct-button--red.ct-button--inverse:hover, .ct-button.ct-button--red.ct-button--inverse:focus{
    color: #ffffff;
    background-color: #ef5656;
}

.ct-button.ct-button--red:hover .ct-icon, .ct-button.ct-button--red:focus .ct-icon{
    fill: #ef5656;
}

.ct-button.ct-button--red.ct-button--inverse:hover .ct-icon, .ct-button.ct-button--red.ct-button--inverse:focus .ct-icon{
    fill: #ffffff;
}

/* Button White */

.ct-button.ct-button--white{
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.ct-button.ct-button--white.ct-button--inverse{
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.ct-button.ct-button--white.ct-button--inverse .ct-icon {
    fill: #ffffff;
}

.ct-button.ct-button--white .ct-icon {
    fill: #333333;
}

.ct-button.ct-button--white.ct-button--inverse{
    background: transparent;
    font-weight: 400;
}

.ct-button.ct-button--white:hover, .ct-button.ct-button--white:focus{
    background-color: hsla(0,0%,100%,.3);
}

.ct-button:hover{
    text-decoration: none;
}

.ct-button--text {
    padding: 0;
    min-width: unset;
    font-weight: 500;
    background: transparent;
    color: #333;
    text-decoration: underline !important;
}

main{
    width: 100%;
    padding: 25px 40px;
    background-color: rgb(235, 235, 235);
    margin: 2rem;
}

#wrapper{
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1600px;
    background-color: #ffffff;
    transition: filter .3s ease,-webkit-filter .3s ease;
    display: block;
    padding: 0px;
}

.ct-formcontrol-minimal-border
, .ct-formcontrol-minimal-border ~ .select2-container--default .select2-selection--single
, .ct-formcontrol-minimal-border ~ .select2-container--default .select2-selection--multiple{
    border-top: 0;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
    outline: none;
}

.targetListLookUp {
    border: 1px solid #ffffff !important;
    border-top: 0 !important;;
    border-left: 0 !important;;
    border-right: 0 !important;;
}

.filtros .ct-formcontrol-minimal-border
, .filtros .ct-formcontrol-minimal-border ~ .select2-container--default .select2-selection--single
, .filtros .ct-formcontrol-minimal-border ~ .select2-container--default .select2-selection--multiple{
    border-color: #ffffff;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 11;
}

.progress-container {
    width: 100%;
    background-color: transparent;
    height: 10px;
    display: block;
}

.progress-bar {
    background-color: rgb(118, 160, 213);
    width: 0%;
    display: block;
    height: inherit;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress-container.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

h1{
    font-size: 1.6rem;
}

h2{
    font-size: 1.5rem;
}

h3{
    font-size: 1.4rem;
}

h4{
    font-size: 1.4rem;
}

h5{
    font-size: 1.4rem;
}

h6{
    font-size: 1.4rem;
}

.coetusmodal .modal-header{
    background-color: rgb(225, 225, 225);
}

.coetusmodal .modal-footer, .coetusmodal .modal-body{
    background-color: #ffffff;
}

.coetusmodal .modal-title{
    margin: 0px;
}

.coetustable thead tr th{
    background-color: rgb(225, 225, 225);
}

.coetustable, .coetustable thead tr, .coetustable thead tr th,
.coetustable tbody tr, .coetustable tbody tr td
{
    border-color: rgb(215, 215, 215);
}

.coetustable tbody tr td{
    background-color: #ffffff;
    font-size: 12px;
}

.coetustable tr.active td{
    background-color: rgb(235 235 235);
}

.ct-block--pagination--list{
    list-style: none;
    display: inline-flex;
    margin: 0px;
    padding: 0px;
}

.ct-block--pagination--list .ct-block--pagination--list_item{
    display: flex;
    font-weight: 500;
    color: #4d4d4d;
    align-items: baseline;
    border-radius: 3px;
    justify-content: center;
    line-height: 24px;
    transition: background .3s ease,color .3s ease;
    width: 24px;
    height: 24px;
    font-size: 15px;
    background: #ffffff;
    margin-left: 0.5rem;
}

.ct-block--pagination--list .ct-block--pagination--list_item.active {
    background-color: #255074;
    color: #fff;
}

.ct-block--pagination--list .ct-block--pagination--list_item.active {
    background-color: var(--primary-color);
    color: #fff;
}

@keyframes loadingInit{
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

.ct-load-init-ajax{
    animation: loadingInit 1.4s linear infinite;
}

@media (max-width: 575px){

    .icon-size{
        display: none;
    }

    #wrapper{
        padding: 0px 2px;
    }

    .section-panel {
        padding: .5rem;
    }

    h2 {
        font-size: 1.35rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    h5 {
        font-size: 1.1rem;
    }

    h6 {
        font-size: 1rem;
    }
}

@media (max-width: 350px){

    h2 {
        font-size: 1.2rem;
    }

    h3 {
        font-size: 1.1rem;
    }

    h4 {
        font-size: 1.1rem;
    }

    h5 {
        font-size: 1.1rem;
    }

    h6 {
        font-size: 1rem;
    }
}