.badge2{
	float: right;
    display: inline-block;
    min-width: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #d9534f;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    cursor: pointer;
}
.txt-rojo{
	color: #a94442!important;
}
.txt-blanco{
    color: #fff!important;
}
.mt_10{
	margin-top: 10px;
}
.mb_10{
    margin-bottom: 10px;
}
.m-0{
    margin: 0px!important;
}
.font_17{
    font-size: 17px!important;
}

.center{
    text-align: center;
}



/*MODIFICACIONES TEMA----------------------------------------*/
.form-control {
    color: #32323a;
}
.mini-stat .green {
    background: #5cb85c !important;
}
.mini-stat .yellow {
    background: #f0ad4e !important;
}
.mini-stat .red {
    background: #d9534f !important;
}
.mini-stat .blue {
    background: #337ab7 !important;
}
/*LOGIN------*/
.form-signin h2.form-signin-heading {
    background: #fff;
    border-bottom: 10px solid #1fb5ac;
}
.user-login-info {
    background: #32323a;
}
.login-wrap {
    background-color: #32323a;
    border-radius: 0px 0px 7px 7px;
}
/*PLATAFORMA-----*/
.header {
    background: #32323a;
}
.brand {
    background: #fff;
}
.sidebar-toggle-box .fa-bars  {
    color: #fff;
}
.top-nav ul.top-menu>li>a {
    border-radius: 5px!important;
    color: #32323a;
    border: 1px solid #1b968e;
    background: #1fb5ac;
    position: relative;
    height: 36px;
}
.top-nav .icon-user .username {
    color: #32323a;
    font-weight: 700;
    padding-right: 10px;
}
.top-nav .nav .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 10px solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.top-nav ul.top-menu>li>a:before{
    content: '';
    position: absolute;
    background: #1b968e;
    width: 33px;
    height: 34px;
    top: 0px;
    right: 0px;
    border-radius: 0px 5px 5px 0px;
}
/*PANEL----*/
.panel-heading {
    background: #1fb5ac;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 9px 0px 9px 15px;
}
.tools a {
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
    background-color: #1b968e;
    padding: 10px;
    margin-top: -27px;
}    
thead {
    background: #1fb5ac;
    color: #fff;
}