body {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 15px;
	
}

footer {
    bottom: 0px;
   /* position: fixed; */
    width: 100%;
}
body .page-container .sidebar-menu #main-menu li{
    font-size: 14px;
}
.table-sortable tbody tr {
    cursor: move;
}

.capitalizar
{
    text-transform: capitalize;
}

.mayusculas
{
    text-transform: uppercase;
}

body {counter-reset:section;}
.count:before
{
    counter-increment:section;
    content:counter(section);
}
td.details-control {
    background: url('../js/datatables/DataTables-1.10.9/images/sort_desc.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('../js/datatables/DataTables-1.10.9/images/sort_asc.png') no-repeat center center;
}

.bluebg
{
    background-color: #02326a;
    color: #fff1f0;
}

.graybg > thead >tr >th
{
    background-color: #626262;
    color: #fff1f0;
    text-transform: uppercase;
}
.graybg2 > thead >tr >th
{
    background-color: #e3e3e3;
    color: #383838;
}
.graybg3 > thead >tr >th
{
    color: #383838;
}
.graybg4 > thead >tr >th
{
    background-color: #383838;
    color: #fff1f0;
}
.graybg5 > thead >tr >th
{
    background-color: #cbcbcb;
    color: #1f1f1f;
    font-size: 13px;
    text-transform: uppercase;
}
.graybg5 > tbody >tr >td
{
    border: 1px solid rgba(161, 161, 161, 0.61);
}

.notify > tbody >tr >td
{
    font-size: 13px;
    text-transform: uppercase;
}

.big-symbol {
    font-size: 140px;
}
.icon-big {
    font-size: 12px;
}
.icon-big2 {
    font-size: 20px;
}

.bs-example>label{
    padding-left: 0px;
}
#circle-progress {
    margin: 20px;
    width: 200px;
    height: 200px;
    position: relative;
}

.label-tag{
    background-color: #0f1f4b;
    padding: 8px 12px;
}

.pequeletra
{
    font-size: 80%;
}