﻿html {
    position: relative;
    min-height: 100%;
}

html,
body,
.body-content {
    height: 100%;
    box-sizing: border-box;
    font-family: 'Numans', sans-serif;
    /*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;
}

.table-bordered {
    border: none !important;
}

.tblPrayers th{
    text-align:center;
}

.cls_SliderImg{
    width: 50px;
}