.template-item{
    border:1px solid #d2d6de;
    border-left: 5px solid #d2d6de; 
    padding:5px; 
    margin-bottom:5px; 
    background-color:#fff;
}

.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc
}
.ui-autocomplete > li {
    padding: 3px 10px;
}
.ui-autocomplete > li.ui-state-focus {
    background-color: #DDD;
}
.ui-helper-hidden-accessible {
    display: none;
}

.atp{
    font-size:40px;
}

.problem>h4>a{
    color: inherit;
    text-decoration: none;
}
.problem{
    border-left: 5px solid #3c8dbc;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.problem>h4>a:hover{
    color: inherit;
    text-decoration: underline;
}

.problem:hover{
    background-color: #eee !important;
    border-left: 5px solid #f39c12;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.44);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.44);
}

.problem>small:before{
    content: '\2014 \00A0';
}

.perl>h4>a{
    color: inherit;
    text-decoration: none;
}
.perl{
    background-color: #fafafa;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.perl>h4>a:hover{
    color: inherit;
    text-decoration: underline;
}

.perl:hover{
    background-color: #eee !important;
    border-left: 5px solid #f39c12;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.44);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.44);
}

.perl>small:before{
    content: '\2014 \00A0';
}


.clue>h4>a{
    color: inherit;
    text-decoration: none;
}
.clue{
    background-color: #fafafa;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.clue>h4>a:hover{
    color: inherit;
    text-decoration: underline;
}

.clue:hover{
    background-color: #eee !important;
    border-left: 5px solid #dd4b39;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.44);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.44);
}

.clue>small:before{
    content: '\2014 \00A0';
}

.accepted{
    background-color: rgb(242, 255, 242) !important;
    border: 1px solid green;
}

.reply-box{
    background-color: rgb(253, 249, 244) !important;
    border: 1px solid bisque;
}

.nav-stacked>li.active>a, .nav-stacked>li.active>a:hover {
  background-color: #f4f4f4;
  border-top: 0;
  border-left-color: #3c8dbc;
  color: #444;
}

.profile{
    padding: 10px;
    text-align: center;
    background-color: #3D5A6B;
    background-image: url('../../img/pattern.jpg');
    background-size: 300px;
    background-repeat: repeat-x;
    background-position: center bottom 120px;
}

.profile>img{
    z-index: 5;
    height: 150px;
    width: 150px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255,255,255,0.2);
}

.profile>p{
    z-index: 5;
    color: #fff;
    color: rgba(255,255,255,0.8);
    font-size: 17px;
    margin-top: 10px;
}

.profile-tab{
    border-top-color: #4C5A4A !important;
    font-weight: bold;
}

/* Clinical Notes */
.monograph {
        height: auto;
    }
    .monograph h1, .monograph h3 {
        font-size: 120%;
        font-weight: bold;
        padding-bottom: 3px;
        border-bottom: 1px dotted #AAAAAA;
    }
    .monograph dl {
        width: 95%;
        line-height: 1.8em;
        margin-bottom: 10px;
    }
    .monograph dt {
        width: 15em;
    }
    .monograph dd {
        margin-left: 15em;
    }
/*
    .monograph ul {
        margin: 10px 0 10px 10px;
    }
    .monograph li {
        margin-left: 10px;
    }
*/
    .monograph a, .monograph a:hover {
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
    }
    .monograph p {
        margin-bottom: 5px;
    }
    .monograph h2 {
        font-size: 110%;
        color: #45B333;
        font-weight: bold;
        text-decoration: underline;
    }
    #mono h6 {
        font-size: 100%;
        padding: 5px 0 5px 30px;
    }
    #mono div.labelHeader {
        font-size: 100%;
        padding: 5px 0 5px 30px;
        display: block;
        border: 1px solid #C2C2C2;
    }

/* select2 */
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #d2d6de !important;
    border-radius: 0px !important;
    cursor: text;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #d2d6de !important;
    border-radius: 0px !important;
}

/* summernote */
.note-editor {
    border: 1px solid #d2d6de !important;
}

/* adminlte hack */
.list-group-unbordered>.list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.post {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #666;
}

.post p{
    font-size: initial;
}
.post .user-block {
    margin-bottom: 15px;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 15px;
}
.user-block img {
    width: 40px;
    height: 40px;
    float: left;
}
.user-block .username {
    font-size: 16px;
    font-weight: 600;
}
.img-bordered-sm {
    border: 2px solid #d2d6de;
    padding: 2px;
}
.user-block .username, .user-block .description, .user-block .comment, .user-block .iam {
    display: block;
    margin-left: 50px;
}

.link-black {
    color: #666;
}

.box-comments {
    background: #f7f7f7;
}
.box-comments .box-comment:first-of-type {
    padding-top: 0;
}
.box-comments .box-comment {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.img-sm, .box-comments .box-comment img {
    width: 30px!important;
    height: 30px!important;
    float: left;
}
.box-comments .comment-text {
    margin-left: 40px;
    color: #555;
}
.box-comments .username {
    color: #444;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}
.box-comments .text-muted {
    font-weight: 400;
    font-size: 12px;
}
.box-comments .box-comment:last-of-type {
    border-bottom: 0;
}
.img-sm+.img-push {
    margin-left: 40px;
}
