  .input-group {
            width: 100%;
        }
        .input-group .btn-action {
            z-index:6;
            padding: 6px 12px;
            right: 0;
        }
        .panel-group .title {
            background-color: #0000FF !important;
            font-weight: 600;
            
            color: #fff !important;
            border-color: #0000FF !important;
        }
        .panel-group .title .btn {
            background-color: white;
            margin-left: 1em;
            color: #01579b;
            box-shadow: 0px 0px 3px 0px rgba(0,0,0,.45);
        }
        
        .panel-group .body {
            border-color: #0000FF !important;
        }
        
        .list-group-item {
            padding-right: .5em;
            cursor: pointer;
        }
        .list-group-item .badge {
            background: transparent;
            color: dimgrey;
        }




body {
    background-color: #ECEFF1;
}

.panel {
    background-color: white;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.5);
    border-radius: 2px;
    border: 0;
}
.panel .panel-title{
    padding: .5em 1em;
    background-color: dimgray;
    color: white;
}
.panel .panel-title h5 {
    margin: 0;
    font-weight: 600;
}
.panel .panel-title span {
    float: right;
    margin-top: -1em;
}
.panel-fixed {
    position: fixed;
    width: 17%;
    left: 2%;
    top: 60px;
}
.form-group .form-control {
    border-radius: 0;
    border: 2px solid lightgray;
    font-size: 13px;
    width: 100%;
    
}

.form-group .form-control:focus {
    border-radius: 0;
    border: 2px solid dimgray;
}
.form-group .form-control.select-lang {
    padding: .8em 1em;
    padding-right: 2px;
    font-weight: bold;
    background: transparent;
    border: 0;
    color: white;
    outline: 0;
    box-shadow: none;
    height: auto;
    cursor:pointer;
    transition: all .25s ease-in-out;
}
.form-group .form-control.select-lang:hover {
    background-color: rgba(255,255,255,.3);
}
.form-group .form-control.select-lang:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}
.form-group .form-control.select-lang option{
    color:dimgray;
}
.form-group .ui-select-container .btn-default {  
    background-color: white;
    overflow:hidden;
}
.form-group {
    margin-bottom: 20px;

}

.form-group .text-error{
   display: none;

}
.form-group .text-error.text-msg {
    display:inline-block;
}
.form-group .control-label {
    text-overflow: ellipsis;
    white-space: nowrap;  
}
.form-group.error input, .form-group.error .form-control{
   border-color: red;

}
.form-group.error .text-error{
   display: inline-block;

}
.form-group.error {
    margin-bottom: 0;
}
.asterisk {
    color: red;
    margin-right: 0.4rem;
    font-weight: bold;
}

.has-feedback .form-control {
    padding-right: 1em;
    padding-left: 26.5px;
}
.has-feedback label ~ .form-control-feedback {
    bottom: 0px;
    top: unset;
}
.has-feedback textarea + .form-control-feedback {
    bottom: unset;
    top: 25px;
}
.form-group .btn-action {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: auto;
    background: white;
    padding: .32em 10px;
    /* margin: 4px; */
    border: 2px solid lightgray;
    outline: 0;
}
.form-group .form-control:focus + .btn {
    border: 2px solid dimgray;
}


.form-control-feedback {
    right:unset;
    left: 0;
    font-size: .8em;
    
}

.input-group-addon {
    background-color: lightgray;
}
/*UPLOAD*/
.input-upload{
    width: 100%;  
    text-align: center;
}
.input-upload label{
    display: block;
}
.input-upload label .content-input-upload{
    overflow: hidden;
    height: 208px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0,0,0,.65);
    position: relative;
}
.input-upload label .content-input-upload img{
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    
}
.input-upload label>.content-input-upload>.content{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.25);
    text-align: center;
    color: white;
    padding-top: 8%;
}
.input-upload label > .content-input-upload > .content >span {
    font-size: 3em;
}
.input-upload input{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    
}
.panel-group {
    width: 100%;
    background-color: white;
    
}
.panel-group .title {
    display: inline-block;
    padding: .5em 1em;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid lightgrey;
    border-bottom: 0;
}
.panel-group .title h4, .panel-group .title h5{
    margin: 0;
    
}
.panel-group .body {
    -webkit-border-radius: 4px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border: 1px solid lightgrey;
    padding: 1em;
}
textarea {
    resize: none;
}
.select2-container {
    padding: 0;
}
.select2-container .select2-choice {
    background: none;
    margin: 0;
    width: 100%;
    position: relative;
    border: 0;
    padding: .2em;
    outline: 0;
}
.select2-container .select2-choice:focus {
    outline: 0;
}
.select2-container .select2-choice .select2-arrow {
    background: none;
    border: 0;
    padding: .2em 0;
    width: 20px;
}
.select2-dropdown-open .select2-choice,.select2-container-active .select2-choice {
    box-shadow: none;
}
.select2-container .select2-choice > .select2-chosen {
    padding-left: 1em;
}

.modal .modal-title {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font-weight: bold;
}
.photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: lightgray;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.photo img {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);

}
.photo i, .photo span {
    font-size: 4em;
    vertical-align: middle;
    color: white;
    margin-top: 20%;
}
.photo .photo-ionicons {
    font-size: 6em;
    vertical-align: middle;
    color: white;
    margin-top: 30%;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 6px 8px;
    vertical-align: middle;
}


/*Cabecera de paneles*/
 .panel-group .title {
    font-weight: 600;
    background-color: lightblue;
    color: #01579b;
    border-color: lightblue;
}

.panel-group .title .btn {
    background-color: white;
    margin-left: 1em;
    color: #01579b;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.45);
}

.panel-group .body {
    border-color: lightblue;
}
/*Tabs*/

.nav.nav-tabs.nav-justified{
      width: 50%;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover, .nav > li > a:focus, .nav > li > a:hover {
    border: 0;
    font-weight: bold;
    border-bottom: 2px solid dimgrey;
}

.nav-tabs.nav-justified > li > a {
    border-radius: 0;
    border: 0;
    color: dimgrey;
    border-bottom: 1px solid #eee;
}

.nav-tabs.nav-justified > li {
    width: auto;
}