
.ftancwhite a {
    color: #FAFAFA;
}

.hanc a:hover {
    color: #EEE9E9;
}

.ftancwhite h6 a:hover {
    color: #EEE9E9;
}

/* Sticky footer styles
-------------------------------------------------- */

.content {
    min-height: calc(100vh - 99px);
}

.footer {
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #3F51B5;
    color: #FFFFFF;
}

.tabcenter {
    text-align: center;
}

.tableft {
    text-align: left;
}

.tabright {
    text-align: right;
}

#tbldefault {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    font-size: 14px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /*border: 1px solid #ddd;*/
    -webkit-overflow-scrolling: touch;
}

#tbldefault>thead>tr>th, 
#tbldefault>tbody>tr>th, 
#tbldefault>tfoot>tr>th, 
#tbldefault>thead>tr>td, 
#tbldefault>tbody>tr>td, 
#tbldefault>tfoot>tr>td {
    white-space: nowrap;
}


#tbldefault td, #tbldefault th {
    border: 1px solid #ddd;
    padding: 0 4px 0 4px;
}

#tbldefault tr:nth-child(even) {
    background-color: #f2f2f2;
}

#tbldefault tr:hover {
    background-color: #ddd;
}

#tbldefault th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #446BB3;
    color: white;
    text-align: center;
}

#tbldefault tfoot {
    background-color: #fa4251 !important;
	color: #FFFFFF !important;
}

#tbldefault tfoot tr:hover {
    background-color: #fa4251 !important;
	color: #000000 !important;
}

#tbldefault td pre{
    font-size:14px;
}
.tblrowcol{
	/*background-color: #FFEBED !important;*/
    background-color: #f76c6c !important;
    color:#FFFFFF;
    font-weight:700;
}
.tblgrphd{
	font-weight: 700;
}
.balcolr {
     background-color:#D33A59; 
     color:#FFFFFF; 
     font-weight: 700;
}
.headcolr {
     color:#D33A59; 
     font-weight: 700;
}
.tblgrphead {
    /*background-color: #90EE90;*/
    font-weight:700;
}
#wcheader_ddluser {
	color:#093145;
	/*color:#107896;*/
	font-weight:700;
}
#wcheader_ddluser:hover {
	color:#3c6478;
	/*color:#43ABC9;*/
}
.color-white {
    color: #fff !important;
}
/* boxes starts*/
.ibox {
    position: relative;
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

    .ibox .ibox-head {
        padding: 0 20px;
        border-bottom: 1px solid #eee;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50px
    }

        .ibox .ibox-head .ibox-title {
            font-size: 16px;
            font-weight: 600;
        }

            .ibox .ibox-head .ibox-title small {
                font-weight: 400;
                font-size: 13px;
                color: #777
            }

                .ibox .ibox-head .ibox-title small a {
                    color: inherit;
                }

        .ibox .ibox-head .ibox-tools {
            position: relative
        }

            .ibox .ibox-head .ibox-tools > a {
                color: #aaa;
                font-size: 14px;
                padding: 0 6px;
            }

                .ibox .ibox-head .ibox-tools > a:hover {
                    color: #6d7c85;
                }

        .ibox .ibox-head .nav-tabs {
            margin: 0;
            border: 0;
            height: 100%;
        }

            .ibox .ibox-head .nav-tabs .nav-link {
                height: 100%;
                padding: .9rem 1rem;
            }

    .ibox .ibox-body {
        padding: 15px 20px 20px 20px;
        height: 160px;
    }

    .ibox .ibox-footer {
        padding: 10px 0;
        border-top: 1px solid #eee;
    }

    .ibox.ibox-fullscreen {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        z-index: 1005;
    }

        .ibox.ibox-fullscreen .fullscreen-link > i::before {
            content: "\f066";
        }

    .ibox.collapsed-mode .ibox-collapse > i::before {
        content: "\f067";
    }

.ibox-primary .ibox-head {
    color: #fff;
    background-color: #3498db
}

    .ibox-primary .ibox-head .ibox-tools > a, .ibox-primary .ibox-head .ibox-tools > a:hover {
        color: #fff;
    }

.ibox-success .ibox-head {
    color: #fff;
    background-color: #2ecc71;
}

    .ibox-success .ibox-head .ibox-tools > a, .ibox-success .ibox-head .ibox-tools > a:hover {
        color: #fff;
    }

.ibox-info .ibox-head {
    color: #fff;
    background-color: #23b7e5;
}

    .ibox-info .ibox-head .ibox-tools > a, .ibox-info .ibox-head .ibox-tools > a:hover {
        color: #fff;
    }

.ibox-warning .ibox-head {
    color: #fff;
    background-color: #f39c12;
}

    .ibox-warning .ibox-head .ibox-tools > a, .ibox-warning .ibox-head .ibox-tools > a:hover {
        color: #fff;
    }

.ibox-danger .ibox-head {
    color: #fff;
    background-color: #e74c3c;
}

    .ibox-danger .ibox-head .ibox-tools > a, .ibox-danger .ibox-head .ibox-tools > a:hover {
        color: #fff;
    }

.ibox-grey .ibox-head {
    color: #fff;
    background-color: #bdc3c7;
}

    .ibox-grey .ibox-head .ibox-tools > a, .ibox-grey .ibox-head .ibox-tools > a:hover {
        color: #fff;
    }

.widget-stat .ibox-body {
    padding: 12px 15px;
}

.widget-stat-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    line-height: 150px !important;
    text-align: center;
    font-size: 30px;
    background-color: rgba(0,0,0,.1);
}

.static-widget {
    display: inline-block;
    width: 120px;
    height: 120px;
    text-align: center;
    padding: 15px;
}

    .static-widget i {
        display: inline-block;
        margin-bottom: 15px;
        font-size: 36px;
    }

.widget-dark-progress {
    background: rgba(0,0,0,.1);
}

    .widget-dark-progress .progress-bar {
        background-color: #e9ecef;
    }

.widget-dark-badge {
    background: rgba(0,0,0,.2);
}

.greview {
    color: #eb6e00;
}

a.sectlink {
    color: white;
}

.m-b-5 {
    margin-bottom: 5px !important;
}


.font-strong {
    font-weight: 600 !important;
}
/* boxes ends*/