.form-control-feedback{
    padding-top:10px;
}

/* Cubic Bezier Transition */
/***
New Profile Page
***/
.profile-sidebar {
    float: left;
    width: 300px;
    margin-right: 20px; }

.profile-content {
    overflow: hidden; }

/* PROFILE SIDEBAR */
.profile-sidebar-portlet {
    padding: 30px 0 0 0 !important; }

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important; }

.profile-usertitle {
    text-align: center;
    margin-top: 20px; }

.profile-usertitle-name {
    color: #5a7391;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px; }

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px; }

.profile-userbuttons {
    text-align: center;
    margin-top: 10px; }

.profile-userbuttons .btn {
    margin-right: 5px; }
.profile-userbuttons .btn:last-child {
    margin-right: 0; }

.profile-userbuttons button {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px; }

.profile-usermenu {
    margin-top: 30px;
    padding-bottom: 20px; }

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7; }

.profile-usermenu ul li:last-child {
    border-bottom: none; }

.profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 16px;
    font-weight: 400; }

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 16px; }

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1; }

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px; }

.profile-stat {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f4f7; }

.profile-stat-title {
    color: #7f90a4;
    font-size: 25px;
    text-align: center; }

.profile-stat-text {
    color: #5b9bd1;
    font-size: 11px;
    font-weight: 800;
    text-align: center; }

.profile-desc-title {
    color: #7f90a4;
    font-size: 17px;
    font-weight: 600; }

.profile-desc-text {
    color: #7e8c9e;
    font-size: 14px; }

.profile-desc-link i {
    width: 22px;
    font-size: 19px;
    color: #abb6c4;
    margin-right: 5px; }

.profile-desc-link a {
    font-size: 14px;
    font-weight: 600;
    color: #5b9bd1; }

/* END PROFILE SIDEBAR */
/* RESPONSIVE MODE */
@media (max-width: 991px) {
    /* 991px */
    /* 991px */
    .profile-sidebar {
        float: none;
        width: 100% !important;
        margin: 0; }
    .profile-sidebar > .portlet {
        margin-bottom: 20px; }
    .profile-content {
        overflow: visible; } }


/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal-waiting {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    /*background: rgba( 255, 255, 255, .8 )*/
    background: rgba(237,107,117, .8 )
    url('y1CNMzYBfJWJIrMAuVDAu5qpDhAxGCM94yD8doC8Sg4.gif')
    50% 50%
    no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal-waiting {
    display: block;
}

.btn-success {
    background-color:#428bca;
    border-color: #428bca;
}

.login .content h3{
    color: #428bca!important;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {    /* used to be tt-dropdown-menu in older versions */
    width: 422px;
    margin-top: 4px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor,.tt-suggestion:hover {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.todo-container .todo-projects-item.study-active:after {

    top: 25px!important;
}

.highlight{
    background-color:#F1C40F!important;
}

.popover-title{
    color:grey!important;
}

.editable-input>input{
    color:grey!important;
}

.note-statusbar {
    display: none !important;
}


.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;

}

.d-none{
    display: none;
}