/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

.txt-balance{
    margin: 17px 0 15px 15px;
    float: left;
}

.txt-logo{
    color: #fff;
}
.page-logo > a,.logo > a{
    text-decoration: none;
}

.txt-home{
    color: #fff;
    margin: 0;
}

.td-line {
    white-space: nowrap;
}

@media (min-width: 992px) {
    .pad-top-md-15 {
        padding-bottom: 0;
        padding-top: 15px;
    }
}

@media (max-width: 992px) {
    .pad-top-md-15 {
        padding-bottom: 15px;
        padding-top: 0;
    }
}
@media (min-width: 992px) {
    .top-md-15 {
        padding-bottom: 0;
        padding-top: 15px;
    }

    .page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .page-logo .txt-logo {
        display: none;
    }
}