/* BOX with logo at top */
.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
}

.box-icon {
    /* ORIGINAL background-color: #ff9c21; */
    background-color: #337ab7;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}
.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.info h4 {
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.info > p {
    color: #717171;
    /*font-size: 16px;*/
    padding-top: 10px;
    text-align: justify;
}
/*
.info > a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
.info > a:hover {
    background-color: #0288d1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
*/


/* File input */

.fileinput-button {
    position: relative;
    overflow: hidden;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

 /* Clicker have a nice hand as pointer */
 .clicker {
     cursor: pointer;
     cursor: hand;
 }

 /* Litte loader in top left */
 .topcorner{
     position:absolute;
     top:0;
     left:0;
     z-index: 5000;
 }

 /***************************************************
 * User Profile
 ***************************************************/

/* user image */
.user-img {
    min-width: 125px;
    min-height: 125px;
}

.user-img-tiny {
    width: 32px;
    height: 32px;
}

.user-img-small {
    width: 64px;
    height: 64px;
}

.user-profile {
    padding-right: 20px;
}

/***************************************************
 * Messages in Echannel
 ***************************************************/

.msg-content {
    border-bottom: 1px dotted #B3A9A9;
    padding-bottom: 5px;
}
