/*------ Global ------*/
html, body {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    font-family: Times New Roman, serif;
}

/*---Do not display dotted border after click---*/
input::-moz-focus-inner {
    border: 0;
}

::-webkit-file-upload-button { cursor:pointer; }

a img {
    border: none;
}

/*-----------------------------------------------*/

body {
    background: #EEE url(/media/images/bg-grid.png);
}

#body {
    min-height:100%;
    position:relative;
}

ul.normal {
    list-style-type: disc;
    padding-left: 0;
    margin: 0 0 10px 25px;
}

a:hover {
    text-decoration: underline;
}

.error {
    color: #F33;
}

.clear {
    font-size:0;
    line-height:0;
    clear: both !important;
}

.hidden {
    display: none;
    visibility: visible !important;
}

form.large label {
    font-size: 20px;
    vertical-align: middle;
}

/*------------- Buttons ----------*/

.locallink {
    border-bottom: 1px dashed #08c;
    color: #08c;
    cursor: pointer;
    white-space: nowrap;
}

.locallink:hover {
    border-bottom-width: 0;
}

a.disabled, a.disabled:hover {
    text-decoration: none;
    cursor: default;
    color: #CCC;
}

input.watermarkText, textarea.watermarkText, input.watermark {
    color: #AAA;
    font-style: italic !important;
}

input.watermarkText.w-error {
    color: #F33;
}


/*-------------- Search --------------*/
#site-header #search_form {
    margin: 0;
    position: absolute;
    top: 8px;
    left: 650px;
    z-index:10;
}
#search_form .search-wrapper {
    position: relative;
}
#search_form .search {
    border-width: 1px;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 20px;
    margin-bottom: 0;
    -ms-transition: width 0.7s ease-out, opacity 0.3s ease-out;
    -webkit-transition: width 0.7s ease-out, opacity 0.3s ease-out;
    -moz-transition: width 0.7s ease-out, opacity 0.3s ease-out;
    -o-transition: width 0.7s ease-out, opacity 0.3s ease-out;
    transition: width 0.7s ease-out, opacity 0.3s ease-out;
    opacity: 0.5;
}
#site-header .search {
    width: 55px;
    padding-bottom: 5px;
}

#search_form.mainpage-search .search {
    opacity: 1;
}

#search-button {
    margin-left:-35px;
    -ms-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 0.3;
}

#search_form:hover .search, #search-button:hover {
    opacity: 1;
}
#search_form .search:focus {
    right: 20px;
    width: 300px;
    opacity: 1;
}

.search-wrapper {
    display: inline-block;
    vertical-align: bottom;
}

/*------ Main Page -----------*/

.main-header {
    font-size: 21px;
    text-align: right;
    line-height: 28px;
}

#main {
    width: 100%;
}

#main td {
    padding: 0 10px;
    vertical-align: top;
}

#recent_definitions .datetime-wrapper {
    color: #777;
    font-size: 80%;
}

#recent_definitions li {
    margin-bottom: 5px;
    margin-left: 15px;
    border-bottom: 1px solid #eee;
}

/*------ Global classes ------*/
.fieldset-header {
    color: #111144;
    text-align: left;
    border-bottom: 1px solid black;
}

.fieldset-header h3 {
    margin: 0;
}

.form-errors, .form-field-errors {
    color: #F33;
}

.text-align-center { text-align: center; margin: 0.5em; }


/*------ into block ------*/
.info-block {
    padding: 0.5em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #E0E2F0;
}

.info-block-title {
    font-size: large;
    font-weight: bold;
    margin: 0.5em 0;
}

.info-block p {
    margin: 0.5em 0;
}

#resource_wrapper {
    width: 100%;
    display: none;
}

/* Article view */
ul.messages {
    background-color: #DFF0D8;
    border-bottom: 2px solid #D6E9C6;
    color: #468847;
    font-size: 20px;
    font-family: Tahoma,sans-serif;
    left: 0;
    position: fixed;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

ul.messages li {
    height: 34px;
    line-height: 35px;
}

span.dismiss-message {
    -moz-user-select: none;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    margin-right: 25px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

/*------ markup editor ------*/

.m-editor-block {
    margin: 0.5em;
}

.m-editor-block-content {
    margin: 0;
    padding: 0;
    border: 1px solid #cccccc;
}

.m-editor-inner {
    float: left;
    padding-bottom: 5px;
    width: 50%;
}

.m-editor-block-options {
    float: right;
    margin: 0 0 0.2em 0;
}

#m-editor-resizer .ui-resizable-s {
    background: #ffffff url(/media/libs/tex4web/resizer_200.png) no-repeat scroll center 0;
}

.m-editor-block-resizer .ui-resizable-s {
    bottom: -12px !important;
}

.m-editor-preview-content {
    overflow: auto;
}

.m-editor-block-content {
    float: left;
    height: 100%;
    width: 100%;
}

.m-editor-block-resizer {
    height: 400px;
}

.m-editor-editor-content textarea {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    background-color: #F4F4F9;
}

.m-editor-actions {
    text-align: center;
}

.m-editor-actions input {
    width: 15em;
    margin: 1em;
}

.m-editor-files div {
    margin: 0.7em;
}

/*------ tex4web buttons ------*/

.text-button {
    color: black;
    padding: 0.1em 0.5em;
}

.text-button:hover {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #B7D1ED;
    text-decoration: none;
}

.text-button-selected {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #5FA0E8;
}

.text-button-selected:hover {
    background-color: #5FA0E8 !important;
}

/*------ base.html ------*/
#site-header {
    background-color: #B31B1B;
    border-bottom: 2px solid #FFF;
    box-shadow: inset 3px 3px 2px rgba(77,12,12,0.4);
    -moz-box-shadow: inset 3px 3px 2px rgba(77,12,12,0.4);
    -webkit-box-shadow: inset 3px 3px 2px rgba(77,12,12,0.4);
    height: 45px;
    /* TODO: remove after switching to bootstrap */
    min-width: 1010px;
    position: relative;
}

    #site-users-panel a {
        color: white;
    }

    #logo {
        color: #EEE;
        left: 20px;
        top: 13px;
        font-size: 34px;
        font-weight: bold;
        position: absolute;
    }

    #logo:hover {
        text-decoration: none;
}

#site-users-panel {
    text-align: right;
    line-height: 33px;
    padding-top: 8px;
    right: 20px;
    font-size: 16px;
    position: absolute;
}

#site-users-panel-info a {
    margin: 0 5px;
}
#site-users-panel-info a .icon {
    margin-top: 2px;
}

#site-content {
    margin-top: 18px;
    padding-bottom: 60px;
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
    min-width: 950px;
}

.modal > form {
    margin: 0;
}

#contact_modal {
    width: 40em;
    margin-left: -20em;
}

#contact_modal textarea {
    width: 36.9em;
    resize: none;
}

#contact_modal #id_captcha_1 {
    width: 4em;
}

/*#contact_modal img.captcha {
    margin-top: 1.3em;
}

/*------ 403.html ------*/
.info-block-forbidden {
    width: 40em;
    margin-left: auto;
    margin-right: auto;
}

.info-block-forbidden input {
    width: 12em !important;
}

/*------ users/profile.html ------*/
#users-profile-photo {
    text-align: center;
}

/*-------- Abbreviations -------------------*/

#abbreviations .unconfirmed {
    padding: 10px;
    background-color: #F3DDDD;
    margin-bottom: 10px;
    width: 630px;
}
#abbreviations .unconfirmed form {
    margin-bottom: 0;
}
#abbreviations .unconfirmed hr {
    margin: 10px 0;
}

.unconfirmed .abbr {
    font-size: 14pt;
    width: 65px;
    margin-right: 5px;
    text-align: right;
}
.unconfirmed .abbr:after { content: ":"; }
.unconfirmed input { font-size: 12pt; }
.unconfirmed button {
    font-size: 12pt;
    padding: 2px;
}
.unconfirmed .context {
    font-style:italic;
    margin-top: 2px;
    margin-bottom: 5px;
    color: #111;
}

.unconfirmed .add-custom {
    display: none;
    margin-bottom: 10px;
}

.unconfirmed .new {
    font-size: 16px;
    height: 24px;
    margin-left: 22px;
    width: 198px;
}

.unconfirmed .literal-wrapper {
    margin-left: 22px;
}

/*-------- Article edit page ----------------*/

.article-edit-wrapper {
    margin: 30px 0 0 20px;
    width: 900px;
}

.article-edit-wrapper h2 {
    margin: 0;
}

/*-------- Article customize page ----------*/
#customize-article input {
    margin-top: 0;
    vertical-align: baseline;
}
ul#switch_lists {
    padding-left: 0;
    margin-bottom: 0;
}
#switch_lists .btn {
    margin-top: 4px;
}

#left_panel ol, #left_panel .tabs-wrapper {
    margin-bottom: 0;
    margin-top: 0;
    padding: 7px 0;
}

#left_panel div.concept-lists {
    font-size: 11pt;
}

#concept_list_more {
    margin-top: 15px;
    margin-bottom: 10px;
}

a.list_more_button {
    color: #222;
    border: 1px solid #AAA;
    -moz-border-radius: 5px 5px 5px 5px;
    padding: 5px;
}

a.list_more_button:hover {
    background-color: #EEE;
    text-decoration: none;
}

a.list_more_button div {
    background: url(/media/images/articles/concept_arrows.png ) no-repeat 0 -11px;
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    width: 20px;
}

#links_list {
    margin-bottom: 1em;
}

#contexts-wrapper {
    margin-left: 25px;
}

.contexts-list {
    font-family: monospace;
    font-size: 12px;
    margin: 0;
}

#contexts_list_more {
    margin-top: 15px;
}

.filename-header {
    text-align:center;
    margin:0;
}
#concept_name span:hover {
    text-decoration:underline;
    cursor:default;
}

.link_btn {
    /*color: #08c;*/
    text-decoration:none;
    cursor: pointer;
}
.link_btn:hover {
    text-decoration:underline;
}

.right_panel {
    /*overflow-x: hidden;
    overflow-y: auto;*/
    display: none;
}
.normal_center_title {
    font-weight: normal;
    text-align: center;
}
.right_panel #concept_name {
    font-weight: bold;
}

#concept_ontology {
    text-align: center;
}

#create_concept #site-content {
    padding-top: 0;
}

ul.article-links
{
    margin-left:-12px;
}
/*----Concepts page-----*/

.concept-wrapper, .white-wrapper {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 100px;
    -webkit-box-shadow:  1px 1px 5px 1px #ccc;
    box-shadow:  1px 1px 5px 1px #ccc;
}

#recent_definitions, .article-condensed {
    font-size: 90% !important;
}

@media(min-width: 1200px) {
    .recent-bookmarks-column {
        width: 31.623931624% !important;
    }
    .recent-ontology-graph-column {
        width: 65.81196581200001% !important;
    }
}

#terms-filter-indicator {
    margin-top: -10px;
}

.article-condensed .btn-group-vertical .btn:first-child:last-child {
    border-radius: 4px;
}

.article-condensed .show-more a, .article-condensed .show-less a,
.article-condensed .label.more, .article-condensed .label.less {
    background: transparent !important;
    border: none !important;
    text-decoration: underline !important;
    color: #08c !important;
    padding: 0 !important;
}
.article-condensed .label.more, .article-condensed .label.less {
    top: -1px !important;
}
.nav-tabs.concept-tabs {
    margin-bottom: 0;
    float: right;
    font-size: large;
}
.nav-tabs.concept-tabs li a:hover {
    background-color: #CCC;
}
.nav-tabs.concept-tabs li a .badge {
    vertical-align: top;
}

.nav-tabs.domain-tabs {
    margin-bottom: 0;
    text-align: center;
    font-size: large;
}
.nav-tabs a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.nav-tabs.domain-tabs li a:hover {
    background-color: #CCC;
}
.nav-tabs.domain-tabs li a .badge {
    vertical-align: top;
}

.main-title {
    float: left;
    margin: 0;
    line-height: 30px;
    font-size: 25px;
}

.concept-menu {
    margin-left: 20px;
    font-size: 17px;
    float: left;
}

.concept-menu #search_form {
    margin-left: 30px;
    display: inline-block;
}

.concept-buttons {
    float: right;
    font-size: 19px;
}

.concepts-table {
    width:100%;
    border: 1px solid;
    border-collapse:collapse;
    margin-top: 10px;
    margin-bottom: 10px;
}

.concepts-table tr td {
    padding: 0.2em;
}

#concepts_table_menu a,  #concepts_table_menu span{
    margin: 0 1px;
}

.graph_img {
    border: 0;
}
#graph_div {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #DCE7F2;
    text-align: center;
}

/*------main/ontology.html----*/
.block_head {
    text-align:center;
    margin:0.1em;
    background-color:#387ADE;
    color: #FFFFFF;
}
.block_head a {
    color: #FFFFFF;
}
/*------ definitions ------*/
#definition_actions {
    margin: 1em auto 0;
    width: 640px;
}

#definition_actions .link-button {
    width: 150px;
}

.definitions-list li {
    line-height: 1.5;
}

.definitions-list a {
    text-decoration: underline;
}

a.draft {
    color: #666;
}

#definition_wrapper {
    margin: 1em 0 2em;
}

.draft-box {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    background-color: #AAA;
    color: #FFF;
    font-weight: bold;
    padding: 1px 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}

.draft-box a, .draft-box a:visited {
    color: #FFF;
    text-decoration: none;
}

/* External definitions */
#other_defs {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    color: #FFF;
    background-color: #C22D2D;
    margin-right: 300px;
    width: 250px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#other_defs span.text {
    padding: 5px;
    display: inline-block;
    line-height: 35px;
}

#other_defs .ui-icon {
    float: right;
    margin-top: 18px;
    margin-right: 5px;

}

#other_defs:hover, #other_defs.active {
    background-color: #D13F3F;
}

#other_defs:hover .ui-icon, #other_defs.active ui-icon {
    background-image: url(/media/images/ui-icons_454545_256x240.png);
}

#hidden_defs {
    background-color: #C22D2D;
    visibility: hidden;
}

#hidden_defs.visible {
    visibility: inherit;
}

#hidden_defs a {
    padding: 5px;
    display: block;
    color: #FFF;
}

#hidden_defs a:hover {
    text-decoration: none;
}

#hidden_defs a:hover {
    background-color: #D13F3F;
}

/*-------- Student support ------*/
.support{
    position: relative;
    margin: 0 auto;
    width: 600px;
}

.support ul{
    margin: 1em 0;
    width: 330px;
}

.support li{
    clear: both;
    margin-bottom: 10px;
}

.support .captcha {
    margin-left: 120px;
}
.support .email {
    float: right;
}

.support input, .support select{
    width: 200px;
    float: right;
}

.support .submit{
    width: 80px;
    float: right;
    margin-bottom: 20px;
}

.support em{
    margin-right: 20px;
}

.support .note{
    border: 1px dashed darkblue;
    margin-top: 30px;
    padding: 10px;
}

.support .form-field-errors{
    font-size: 10px;
    float: right;
    margin-left: 100px;
    width: 100px;
}

/*------ Uncategorized (yet) ------*/
.footnote {
    border-left: 1px solid #CCC;
    font-style: italic;
    margin-left: 10px;
    padding-left: 10px;
}

#users-articles-guesses:target {
    background-color: yellow;
}

/*-------- Category tree styles ----------*/

.tree, .tree ul{
    list-style-type: none;
}

.tree {
    margin: 1em 0;
}

.tree .closed, .tree .open, .tree .empty {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.closed {
    background: url(/media/images/tree_icons.png) -16px 1px no-repeat;
}

.open {
    background: url(/media/images/tree_icons.png) 0 -15px no-repeat;
}

.empty {
    background: url(/media/images/tree_icons.png) 0 0 no-repeat;
    cursor: default;
}

.modal.category-tree-modal {
    margin-top: -200px;
    width: 400px;
    margin-left: -200px;
}
.category-tree-modal .modal-title {
    margin: 0
}
.category-tree-modal .modal-body {
    padding: 0;
}

/*--------------- Navigation -------------------*/

#navigation {
    font-size: 18px;
    left: 250px;
    vertical-align: bottom;
    position: absolute;
    top: 7px;
}

#navigation ul {
    padding: 2px 0 0;
}

#navigation li {
    float: left;
    margin: 0 5px;
}

#navigation li.admin {
    margin-left: 100px;
}

.navigation-link:link, .navigation-link:visited {
    color: #FFF;
    display: block;
    padding: 5px;
    border-bottom: 1px solid #B31B1B;
    border-right: 1px solid #B31B1B;
    text-align: center;
    text-decoration: none;
}

.navigation-link:hover, .navigation-link.hover {
    background-color: #801313;
    border-bottom: 1px solid #CC1F1F;
    border-right: 1px solid #CC1F1F;
    box-shadow: inset 3px 3px 2px rgba(77,12,12,0.4);
    -moz-box-shadow: inset 3px 3px 2px rgba(77,12,12,0.4);
    -webkit-box-shadow: inset 3px 3px 2px rgba(77,12,12,0.4);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/*--------------- Standard forms ----------------*/

img.captcha ~ input[type="text"] {
    width: 151px;
}

.standard-form {
    margin-left: 20px;
}

.standard-form fieldset {
    margin: 0 2em -1em 0;
    padding: 0 0 1em 0;
    position: relative;
    float: left;
    clear: both;
    width: 35em;
    border: 1px solid #BFBAB0;
    background-color: #F2EFE9;
}

.standard-form h2 {
    margin-top: 0;
}

.standard-form legend {
    padding: 0;
    color: #545351;
    font-weight: bold;
}

.standard-form fieldset ul {
    padding: 3em 1em 0 1em;
}

.standard-form fieldset li {
    padding-bottom: 0.5em;
}

.standard-form input {
    font-size: 16px;
    width: 200px;
}

.standard-form img {
    float: left;
    padding-left: 2px;
}

.standard-form .error{
    padding-left: 200px;
    font-size: 70%;
}

.standard-form fieldset.submit {
    background-color: transparent;
    border: none;
    float: none;
    width: auto;
    padding-top: 1.5em;
    padding-left: 12em;
}

.standard-form label {
    float: left;
    font-size: 16px;
    margin-right: 1em;
    position: relative;
    text-align: right;
    width: 10em;
}

.standard-form label em {
    position: absolute;
    left: 10em;
    top: 0;
}

/* -------------- Concept --------------------*/
table.form-table input{
    width: 300px;
}

#resources_form {
    border: 2px solid white;
}

.highlight {
    border: 1px solid #FCEFA1;
    background: #FBF9EE;
    color: #363636;
}
/* do not work as expected, investigate
.highlight.out {
    background: inherit;
    color: inherit;
    border: inherit;
    transition: background-color 10s, border 10s, color 10s;
} */

#search_results a:hover > span {
    text-decoration: underline;
}

/* -------------- Login dialog --------------------*/

#login-link {
    margin-right: 10px;
}

#login-link:hover {
    border-bottom: 1px dashed;
    text-decoration: none;
}

/*-------------- Login form on a separate page -----------------*/

.login.container {
    width: 300px !important;
}

/* The white background content wrapper */
.login.container > .content {
    background-color: #fff;
    padding: 20px;
    margin: 20px -20px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

.login-form {
    margin-left: 65px;
}

/*---------- bookmark buttons -----------------*/

.authors-list .full, .authors-list .less, .authors-list.expanded .more { display: none; }
.authors-list.expanded .full, .authors-list.expanded .less, .authors-list .more { display: inline; }
.authors-list .more { white-space: nowrap; }

.categories .full, .categories .less, .categories.expanded .more { display: none; }
.categories.expanded .full, .categories.expanded .less, .categories .more { display: inline; }
.categories .full { margin-left: -5px; }

.more-parent .full, .more-parent.expanded .short { display: none; }
.more-parent.expanded .full, .categories .short { display: inline; }

/*-------- Loading dialog ----------*/

#loading-dialog .modal-body {
    background: url(/media/images/loading.gif) no-repeat 5px 16px;
    padding-left: 30px;
}


/*---------------------- Footer -----------------*/

#site-table-footer {
    text-align: center;
    border-top: 1px solid #b31b1b;
    position: absolute;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px 1px #ccc;
    box-shadow: 1px 1px 5px 1px #ccc;
    width: 100%;
    z-index: 0;
}

#site-copyright {
    border: 0;
    border-spacing: 0 0;
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px 1px #ccc;
    box-shadow: 1px 1px 5px 1px #ccc;
    padding: 10px 0 5px;
    width: 100%;
}

#site-copyright td {
    padding: 0;
}

#site-copyright img {
    vertical-align: bottom;
    border: 0;
    margin: 0;
    padding: 0;
}

.logos {
    display: inline-block;
    background: url(/media/images/logos.png) 0 0 no-repeat;
    height: 48px;
}

.logos.swiss {
    margin-left: 10px;
    width: 59px;
}

.logos.fribourg {
    background-position: -59px 0;
    width: 94px;
}

.logos.epfl {
    background-position: -155px 0;
    width: 100px;
}

.wrapper-epfl, .wrapper-unifr {
    text-align: left;
    width: 100px;
    padding: 10px;
}

.wrapper-links {
    text-align: center;
}

.wrapper-switch {
    text-align: right;
    width: 172px;
}

.wrapper-swiss-soft {
    text-align: right;
    width: 69px;
}

.yandex-image {
    position:absolute;
    left:-9999px;
}

/*---- Custom half-round button for adding new concepts near autocomplete field  -----*/

.add-custom {
    position: relative;
}

.add-custom .flexbox {
    /*display: inline-block;*/
}
.add-custom .flexbox input {
    /*font-size: 16px;*/
    height: 20px;
    /*-moz-box-sizing: padding-box;*/
}

.add-custom  .link-button.add-concept-button {
    position: absolute;
    z-index: 10;
    border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    border: 0;
    height: 20px;
    line-height: 17px;
    font-size: 26px;
    box-shadow: none;
    -moz-box-shadow: none;
    top: 0;
    left: 226px;
}

.add-custom .link-button:active {
    top: 0;
}

.suggest-menu-item {
    width: 100%;
}

.suggest-menu-item:hover, .suggest-menu-item.active, .suggest-menu-icon:hover {
    background-color: #0081C2;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}


/*------ END ------------------*/

.notifications {
    z-index: 2000;
}

#concept_form input[type=checkbox] {
    float: left;
    margin-right: 0.4em;
}

#incoming_form.condensed input,
#incoming_form.condensed select,
#outgoing_form.condensed input,
#outgoing_form.condensed select {
    max-width: 150px;
}

.qtip {
    z-index: 1100 !important;
}

#suggested_resources_form, #literals_form a.delete {
    position: relative;
}

.modal-open .tooltip {
    z-index: 1030 !important;
}
.modal-open .modal .tooltip {
    z-index: 2080;
}

.btn-bookmark-comment-form {
    margin: 5px 0 0 -5px;
}
.found-concepts .btn-bookmark-comment-form {
    margin:0;
}

.popover .form-bookmark-comment {
    margin: 0;
}
.popover .form-bookmark-comment textarea {
    width: 500px;
    margin-right: 10px;
    position: relative;
}

.matches {
    max-height: 200px;
}
.matches-concepts {
    overflow: scroll;
    max-height: 200px;
    background: #fefefe;
    width:100%;
    padding: 0 !important;
}
.matches-concepts ol {
    padding-top: 10px;
    padding-bottom: 10px;
}
.matches .tab-content ul {
    margin: 0;
}

div.authors_possible_users {
    margin-left: 20px;
}

.expandStudentList {
    float: right;
}
span.labs_structure:hover{
    text-decoration: underline;
    cursor: pointer;
}
#users-profile-articles-table tr td, #users-profile-articles-table tr th{
    width: 50%;
    vertical-align: top;
}
dl.user_description dt{
    text-align: left;
}
h3.popover-title{
    font-weight: bold;
}
div.popover{
    width: auto;
}
/*-------------Filter by Lab--------------------------*/
.user_labs_choice {
    margin-left: 15px;
    margin-right: 10px;
}
.user_labs_choice input{
   float: left;
    margin-right: 10px;
}
#submit_btn{
    float: right;
    margin-right: 10px;
}
.recent-bookmarks-column ul.dropdown-menu{
    min-width: 110px;
}
