﻿body {
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
   /* habra max-width: 280px;*/
}

/* -------------habra------------------ */
#frmMessage {
    display: none;
}

.sidebar-menu>form>li>a {
    padding: 12px 5px 12px 15px;
    display: block;
}

.skin-blue .sidebar-menu>form>li>a:hover, .skin-blue .sidebar-menu>form>li.active>a {
    color: #fff;
    background: #1e282c;
    border-left-color: #3c8dbc;
}

.skin-blue .sidebar-menu>form>li>a {
    border-left: 3px solid transparent;
    margin-right: 1px;
}

.apptitle {
    margin-left: 10px;
    font-size: 26px;
    color: #333;
    line-height: 1.8;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu, .navbar-nav > .messages-menu > .dropdown-menu > li .menu, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
    max-height: 265px;
}