/*
Archivo que modifica el wizard de recepción de citas
*/
/* 
    Created on : 16/07/2015, 04:01:50 PM
    Author     : reinaldo
*/

.nav-pills > li> a{
            background:#f0f0f0;
        }
        .nav-pills > li.active > a,
        .nav-pills > li.active > a:hover,
        .nav-pills > li.active > a:focus {
          color: #fff;
          background:#ffffff;
        }
        .steps > li > a.step {
            background-color: #fff;
            background-image: none;
            filter: none;
            border: 0px;
            box-shadow: none;
        }
        
        .steps > li > a.step > .desc {
            display: inline-block;
            font-size: 16px;
            font-weight: 300;
        }
        .steps > li.active > a.step .number {
            background-color: #337ab7;
            color: #fff;
        }
        .steps > li.active > a.step .desc {
            color: #333;
        }
        .steps > li > a.step > .number {
            background-color: #eee;
            display: inline-block;
            text-align: center !important;
            font-size: 16px;
            font-weight: 300;
            padding: 11px 15px 13px 15px;
            margin-right: 10px;
            height: 45px;
            width: 45px;
            -webkit-border-radius: 50% !important;
            -moz-border-radius: 50% !important;
            border-radius: 50% !important;
        }