.icon-success {
    color: #8bc34a !important;
}

.icon-warning {
    color: #ffc107 !important;
}

.icon-info {
    color: #00bcd4 !important;
}

.row2{
    margin-top: 10px;
}

.box-content2{
    background: #fff;
    border-radius: 5px;
    height: 100px;
}
.container-icon2{
    height: 65px;
    width: 65px;
    border-radius: 50%;
    margin-top: 15px;
    text-align: center;
}

.container-icon2 .glyphicon2{
    line-height: 65px;
    color: #fff;
    font-size: 2em;
}
.row2{
    margin-top: 10px;
}
.container-text2{
    padding-left: .5em;
}

.text2{
    font-size: 2.5em;
    color: rgb(140, 140, 140);
    margin-bottom: 4px;
    margin-top: 15px;
}
.container-text2 span{
    overflow: hidden;
    max-height: 18px;
    font-size: .9em;
    display: inline-block;

}

.new-panel2{
    margin-bottom: 20px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.15);
}
.new-panel3{
    margin-bottom: 60px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    max-height:50px;
/*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 2px 9px rgba(0, 0, 0, 0.15);*/
}

.feed-box {
    position: relative;
}

.feed-box a {
    color: #DB952E;
}

.feed-box h1 {
    font-size: 20px;
    color: #8b8b8b;
    letter-spacing: 1px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.feed-box p {
    color: #8b8b8b;
    margin-bottom: 0px;
    font-size: 12px;
}

.triangle-ribon2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 30px solid #51b749;
    border-right: 30px solid #51b749;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
}

.corner-ribon2 {
    text-align: center;
    font-size: 20px;
}

.triangle-ribon2 i {
    color: #fff;
    right: -24px;
    top: -20px;
    position: absolute;
    cursor: pointer;
}

.report-icon {
    margin: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 85px;
    height: 85px;
    padding: 20px 20px;
}

.report-icon i {
    font-size: 2.8em;
    color: #ffffff;
}

.picture-container {
 position: relative;
 cursor: pointer;
 text-align: center;
}

.picture {
 width: 200px;
 height: 200px;
 background-color: #999999;
 border: 4px solid #CCCCCC;
 color: #FFFFFF;
 border-radius: 50%;
 margin: 5px auto;
 overflow: hidden;
 transition: all 0.2s;
 -webkit-transition: all 0.2s;
}

.picture-sm {
 width: 80px;
 height: 80px;
 background-color: #999999;
 color: #FFFFFF;
 border-radius: 50%;
 margin: 5px auto;
 overflow: hidden;
 transition: all 0.2s;
 -webkit-transition: all 0.2s;
}

.picture-src {
 width: 100%;
}

.picture input[type="file"] {
 cursor: pointer;
 display: block;
 height: 100%;
 left: 0;
 opacity: 0 !important;
 position: absolute;
 top: 0;
 width: 100%;
}
/*#5c6bc0*/
.camanchaca-color{
    background-color: #1a237e !important;
    border-color: #1a237e !important;
    color: white;
}

.camanchaca-color:hover{
    background-color: #1a237e !important;
    border-color: #1a237e !important;
    color: white !important;
}

.camanchaca-pmv{
    border: black;
    border-width: 1px;
    border-style: solid;
    border-radius: 13px;
    padding:20px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}
