/* here you can put your own css to customize and override the theme */

/* Move sidebar toggler to lhs, set page heading */
.page-header.navbar .menu-toggler.sidebar-toggler {
    float:left;
}
.page-header.navbar .page-logo {
    width:auto;
}
.page-header.navbar .page-logo .logo-default {
    margin:20px 10px 0px 10px;
    font-size:24px;
}

/* Line up the page-content & sidebar on the left */
.page-content-wrapper .page-content {
    padding-top:0;
}

#grid {
    position: relative;
    min-width: 400px;
    min-height: 400px;
    width: auto !important;
    height: auto !important;
    z-index: 1;
}
#grid #gridtitle{
    position: absolute;
    padding:20px;
    text-align: center;
    color:#fff;
    font-size:11px;
}

.lastamended { 
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size:11px;
    /*font-style: italic;*/
}

/* indenting for a list of tags */
.level1 { 
    font-weight: bold;
    margin:20px 0px 5px 5px;
}
.level2 { 
    margin:5px 5px 5px 20px;
}
.level3 { 
    margin:5px 5px 5px 40px;
}

.tags .checkbox-inline, .tags .radio-inline { width:140px; white-space:nowrap; padding-left:0;}
.tags .radio-inline + .radio-inline,
.tags .checkbox-inline + .checkbox-inline {
    margin-left:0;
}

.control-label .required {
    font-size:16px;
}
div.tagsinput input {
    width:150px !important;
}
div.tagsinput span.tag {
}
/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/