﻿html {
    position: relative;
    min-height: 100%;
}

html,
body,
.body-content {
    height: 100%;
    box-sizing: border-box;
    font-family: 'Numans', sans-serif;
    font-size: 0.85rem;
    /*margin-bottom: 50px;*/
}

/*body {
    font-family: 'Numans','Open Sans', sans-serif !important;
    margin-bottom: 80px;
}*/

/* #region Footer styles */
#footer {
    background: #fff;
    padding: 0 0 30px 0;
    color: #47536e;
    font-size: 14px;
    background: #eff2f8;
}

#footer .copyright {
    text-align: center;
    float: left;
    color: #47536e;
}

#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #47536e;
    padding-left: 10px;
	display: inline-block;
}
/* #endregion */

/* #region custom Kendo UI styles */
#configure {
    display: none;
}

.k-panelbar .k-content {
    padding: 20px;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}
/* #endregion */

@media (max-width: 767px) {
    #responsive-panel {
        transition: all linear .2s;
    }

    #configure {
        display: block;
        float: right;
    }

    .k-rpanel {
        width: 100%;
    }

    .k-rpanel-expanded {
        margin-top: 1rem;
    }

    .navbar-header {
        width: 100%;
    }

    .footer {
        height: 60px;
    }

    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }
}

/*label {
    margin-top: 0.5rem;
}*/

h4 {
    font-size: 1rem;
    font-weight: bold;
}

.imgCaptainLogo {
    border-radius: 50px;
    width: 10rem;
    margin-bottom:10px;
}
.clsValidationMsgs {
    display: none;
    margin-top: 10px;
    padding: 5px;
}
.fa-info, .fa-info-circle {
    cursor: help;
}

.clsLink {
    color: #007bff !important;
    text-decoration: underline !important;
}

.clsCursor_Pointer{
    cursor:pointer;
}

.clsCusrsor_Info{
    cursor: help;
}

.div_TradingHistory{
    height:300px;
    overflow:auto;
}

.cls_TextArea_StatusUpdate{
    width:100%;
}

.cls_btnUpdateStatus{
    height:75px;
}

.cls_UpdateStatus{
    margin-bottom:10px;
}

.cls_Card_TeamUpdate{
    margin:5px;
}


.cls_btn_ValidateAPIDetails
{
    margin-top:10px;
}

.cls_ReadMore {
    text-decoration: underline;
    cursor: pointer;
    color: #007bff
}

.full_text{
    display:none;
}
.logo img{
    width:100px;
}

.cls_footerLinks {
    padding-left: 10px;
    display: inline-block;
}

.cls_BBCC_Doc
{
    padding:10px;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #000;
}

.table thead th {
    border-bottom: 1px solid #000;
    vertical-align:middle;
}

.clsInfoIcon_Cards{
    font-size: 20px !important;
}

.btn-IBS {
    padding: 5px !important;
    font-size: 12px !important;
}
.main-logo-image {
    background-color: white;
    width: 100%;
    border-radius: 10px;
    padding: 5px;
}

/*Audit Log Styling*/

.auditLogStyle {
    word-break: break-all;
}

.cls_AuditLogDifferentValues {
    background-color: lightcoral !important;
    color: white !important;
    font-weight: bold !important;
}

.mt-50{
    margin-top: 5rem !important;
}
.mt-20 {
    margin-top: 2rem !important;
}
.mt-10 {
    margin-top: 0.7rem !important;
}
.mt-5x {
    margin-top: 5px !important;
}



.progress-circle {
    position: relative;
    width: 200px;
    height: 200px;
    background-color: #e9ecef;
    border-radius: 50%;
}

.progress-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 50%;
    background-color: #007bff;
}

.error-list {
    list-style: none;
    text-align: left;
    font-size: 14px;
}

    .error-list li {
        margin-bottom: 2px;
    }

/* (B) DRAG-AND-DROP HINT */
.countingmain.hint {
    border: 1px solid #ffc49a;
    background: #ffe7e7;
}

.countingmain.active {
    border: 1px solid #ffa5a5;
    background: #ffe7e7;
}

.searchpanel-body {
    padding: 10px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.grid-link {
    color: cornflowerblue !important;
    text-decoration: underline !important;
}

.value-checkbox {
    align-items: center;
    align-content: center;
    text-align: center;
    display: flex;    
    height: 40px;
    justify-content: center;
}

.link-icon {
    line-height: 2rem !important;
    padding-left: 1rem;
    color: cornflowerblue !important;
}

.reports {
    margin-bottom: 3rem;
    margin-top: 3rem;
}