
/*======================================================================================================================
 Alterações no template
======================================================================================================================*/
.bg-primary-custom{
    background-color: #0F2E50;
}

.bg-secondary-custom{
    background-color: #00C1D1;
}

.custom-navbar-non-logo-left{
    flex: 1; /* grow */
    display: flex; /* set flexbox */
    align-items: center; /* align vertically */
    justify-content: flex-start; /* push to right */
}

.custom-navbar-non-logo-right{
    flex: 1; /* grow */
    display: flex; /* set flexbox */
    align-items: center; /* align vertically */
    justify-content: flex-end; /* push to right */
}

.custom-navbar-logo{
    margin: -.5rem 0 ; /* OP asked for offsets */
}

.chip {
    display: inline-block;
    padding: 0 25px;
    height: 25px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
}

.chip .chip-icon {
    display: flex;
    float: left;
    margin: 2px 10px 2px -22px;
    padding: 1px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
}

.chip .chip-icon i{
    margin-top: 2px;
    margin-left: 2px;
    font-size: 15px;
}

.chip .chip-icon label{
    margin: -15px auto !important;
    font-size: 9px !important;
}

.chip .chip-text {
    display: flex;
    float: left;
    margin: -12px;
    margin-left: 2px;
    font-size: 10px;
    font-weight: 500;
    padding: 1px;
    height: 100%;
    width: auto;
}



.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12,
.col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12,
.col, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12
{
    margin-bottom: 1.5rem;
}

.col-1-5{
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;

    margin-bottom: 1.5rem;
}

/*----------------------------------------------------------------------------------------------------------------------
 Form Sections
----------------------------------------------------------------------------------------------------------------------*/
.form-divider-subtitle{
    height: 50px;
    background-color: #f1f4fa;
    padding: 15px;
    margin-bottom: 20px;
    width: calc(100% - 20px);
    margin-left: 10px;
    font-weight: 400;
    font-size: 13px;
}

.form-divider-subtitle.form-divider-mx-0{
    width: 100% !important;
    margin-left: 0 !important;
}


/*======================================================================================================================
 Cursors
======================================================================================================================*/
.cursor-pointer{
    cursor: pointer !important;
}


/*======================================================================================================================
  Buttons
======================================================================================================================*/
.btn-block{
    display: block;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.btn-float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:30px;
    border-radius:50px;
    text-align:center;
    font-size: 26px !important;
    z-index: 9999;
    box-shadow: 0 17px 10px -10px rgba(0,0,0,0.5);
}

.btn-float-2{
    bottom: 110px !important;
    right:30px !important;
}

.btn-float-icon{
    margin-top:22px;
}

.btn-float-sm{
    position:fixed;
    width:45px;
    height:45px;
    bottom:40px;
    right:30px;
    border-radius:50px;
    text-align:center;
    font-size: 16px !important;
    z-index: 9999;
    box-shadow: 0 17px 10px -10px rgba(0,0,0,0.5);
}

.btn-float-sm-2{
    bottom: 90px !important;
    right:30px !important;
}

.btn-float-sm-3{
    bottom: 140px !important;
    right: 30px !important;
}

.btn-float-icon-sm{
    margin-top: 2px !important;
}

.btn-disabled-opacity{
    opacity: 0.5 !important;
}


/*======================================================================================================================
 Text and fonts
======================================================================================================================*/
.text-primary-custom{
    color: #0F2E50;
}

.text-secondary-custom{
    color: #00C1D1;
}


/*======================================================================================================================
 Backlog
======================================================================================================================*/
.backlog-badge{
    border-radius: 5px;
    padding: 2px 10px;
    height: 20px;
    width: auto;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
}

.backlog-badge.small{
    padding: 2px 5px !important;
    height: 15px !important;
    font-size: 10px !important;
    font-weight: 500;
}

