body {
	padding: 7px 25px;
	margin: 0px auto;	
}

h1, h2, h3 {
	color: #337AB7;
}

h3 {
    font-size: 20px;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

#flashmessage {
    margin: 0 auto;
    position: absolute;
    z-index: 1002; top: 62px; right: 25px;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form td {
	vertical-align: top;
	font-weight: normal;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

#mainleftbox {
    padding: 0;    
}

#maincontentbox {
    padding-right: 0;
    padding-bottom: 7px;
}

.tab-content, .notab-content {
    border: 1px #DDD solid;
    border-radius: 0px 0px 4px 4px;
    padding: 15px 0 7px;
}

.tab-content {
    border-top: none;
}

.form-control{
    padding: 3px 6px;
    height: 28px;
}
.form-horizontal .control-label {
    padding: 4px 0 0 15px;
}

.form-group {
    margin-bottom: 10px;
}

.btn-open {
    padding: 3px 12px;
    text-shadow: 0px 1px 0px #FFF;
    background-image: linear-gradient(to bottom, #FFF 0px, #E0E0E0 100%);
    background-repeat: repeat-x;
    border-color: #CCC;
    box-shadow: none !important;
}

.modal-max {
    width:95%;    
}
.width200 {width:200px !important}
.width160 {width:160px !important}
.width120 {width:120px !important}
.width80 {width:80px !important}
.width40 {width:40px !important}
/*Fix a bug with BootStrap that set input within input-group with a z-order to 2. This make the JQuery Calendar to appear behind the input box*/
.ui-datepicker{ z-index: 3 !important;}

.content-title {
    border-bottom: 1px solid #CCC;
    padding: 0px 10px 0 10px;
    margin-bottom: 15px;
    line-height: 30px;
    font-weight: bold;
}

.content-title span {
    color: #337AB7;
}

.list-group .divider {
  height: 5px;
  margin: 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.btn-content {
    padding: 2px 15px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.table-curved {
    border-collapse: separate;
    margin-bottom: 10px;
}
.table-curved {
    border: solid #ddd 1px;
    border-radius: 6px;
    border-left:0px;
}
.table-curved td, .table-curved th {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.table-curved th {
    border-top: none;
}
.table-curved th:first-child {
    border-radius: 6px 0 0 0;
}
.table-curved th:last-child {
    border-radius: 0 6px 0 0;
}
.table-curved th:only-child{
    border-radius: 6px 6px 0 0;
}
.table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}
.table-curved tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}

.oppg {
    background-color: #FBEEEE;
}
.opps {
    background-color: #FFFCF1;
}

.glyphicon-remove {
    color: #D00;
}

.glyphicon-folder-open {
    margin-right: 3px;
}

.form-inline input[type="file"] {
    display: inline-block;
    width: 350px;
    margin-right: 12px;
}

.form-inline .form-group {
  padding-right: 8px;
}

.subgroup-name {
    margin-left: 15px;
    display: inline-block;
}

.table-condensed > tbody > tr > td.icons {
    font-size: 18px;
    padding: 1px 5px 0 5px;
    text-align: center;
}
.icon-ok {
    color: #090;
}

.icon-remove {
    color: #D00;
}

.icon-question {
    color: #085AA3;
}

.keywords_box {
    padding-left: 0px;
    list-style: outside none none;
    margin-left: 0;
}

.keywords_box > li {
    text-align: center;
    border: 1px solid #CCC;
    white-space: nowrap;
    padding: 4px 5px;
    font-size: 14px;
    border-radius: 3px;
    text-shadow: 0px 1px 0px #FFF;
    background-image: linear-gradient(to bottom, #FFF 0px, #E0E0E0 100%);
    background-repeat: repeat-x;
    margin-top: 8px;
    display: inline-block;
}

.keywords_box label {
    font-weight: normal;
    margin-bottom: 0px;
}

.keywords_box input {
    vertical-align: text-bottom;
}

.btn-group > .btn {
    margin-right: 10px !important;
}