/* Font rendering */
* {
	font-family: Roboto;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
/* Bootstrap theme edits */
body {
	background-color: rgb(247, 249, 252);
}
body#app .container {
}
.navbar .container {
    width: 100%;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    float: left;
}
.row-no-padding > div {
    padding-left: 0;
    padding-right: 0;
}
.navbar-header {
    float: left;
}
.navbar-right {
    float: right;
}
.navbar-right > .nav {
    margin: 0;
}
#alerts-popup {
    position: fixed;
    top: 58px;
    left: 0;
    width: 1028px;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    z-index: 1000000;
}
.pagination {
    margin: 0;
    margin-bottom: 16px;
}
.pagination > li.pagination-dot > span {
    background-color: transparent!important;
    border-top-width: 0px;
    border-bottom-width: 0px;
}
.pagination > li > a {
    cursor: pointer;
}
#alerts-popup > .alert {
    display: inline-block;
    float: right;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 20px;
    background-color: rgb(45, 142, 240);
    color: #FFFFFF;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    margin-bottom: 11px;
    clear: both;
}

#alerts-popup > .alert.alert-danger {
    background-color: rgba(255,0,0,0.75);
}
#alerts-popup > div.visible {
    opacity: 1;
}
.navbar-right > ul > li {
    float: left;
}
.navbar-inverse .navbar-toggle {
    border-width: 0;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #184B7F;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:hover:focus,
.navbar-inverse .navbar-toggle:hover:active {
    background-color: transparent;
}
.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #FFFFFF;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    width: 100%;
}
.row-no-padding > div.well { 
    padding: 0;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.well {
	padding: 16px;
	color: rgb(70, 85, 105);
    border-radius: 3px;
    border: 1px solid rgb(211, 224, 233);
    background-color: rgb(255, 255, 255);
}
section.inline-form .form-group.deleted,
section.inline-form .form-group.new-record .delete-inline {
    display: none;
}
.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
    background-color: #eee;
    opacity: 1;
}
.btn-success,
.btn-default,
.btn-primary,
.btn-info,
.btn-danger,
.btn-warning,
.btn-link {
    background-image: none;
    font-size: 14px;
    line-height: 100%;
    box-shadow: none;
    font-weight: normal;
    padding: 4px 10px;
    text-shadow: none;
}
.btn-success.btn-ico,
.btn-default.btn-ico,
.btn-primary.btn-ico,
.btn-info.btn-ico,
.btn-danger.btn-ico,
.btn-warning.btn-ico {
    width: 20px;
    line-height: 32px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    background-image: none;
}
button.btn-success.btn-ico,
button.btn-default.btn-ico,
button.btn-primary.btn-ico,
button.btn-info.btn-ico,
button.btn-danger.btn-ico,
button.btn-warning.btn-ico,
a.btn-success.btn-ico,
a.btn-default.btn-ico,
a.btn-primary.btn-ico,
a.btn-info.btn-ico,
a.btn-danger.btn-ico,
a.btn-warning.btn-ico {
    width: 42px;
    outline: none;
}
.button-group > * {
    margin-right: 7px;
}
.button-group > *:last-child {
    margin-right: 0;
}
.btn-success {
    background-color: rgb(48, 197, 171);
    border: 1px solid rgb(29, 119, 103);
    color: #FFFFFF;
}
.btn-success:hover {
    background-color: rgba(48, 197, 171, 0.75);
    border-color: rgb(29, 119, 103, 0.75);
}
.btn-default {
    background-color: rgb(240, 245, 250);
    border: 1px solid rgb(215, 225, 240);
    color: rgb(70, 85, 105);
}
.btn-default:hover {
    background-color: rgb(255, 255, 255);
    border-color: rgb(215, 225, 240);
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    border: 1px solid rgb(31, 100, 139);
    background-color: rgb(45, 142, 240);
    color: rgb(255,255,255);
}
.btn:hover,
.btn:active,
.btn:focus { opacity: 0.9}
nav .btn-group > .btn, nav .btn-group > .dropdown-menu, nav  .btn-group > .popover {
    font-size: 14px;
    line-height: 32px;
    padding: 4px 14px;
}
nav .btn-group .btn.dropdown-toggle.btn-default {
    padding-right: 40px;
}
nav .btn-group.open .btn.dropdown-toggle.btn-default {
    text-shadow: none;
    color: rgb(70, 85, 105);
    box-shadow: none;
    background-color: #FFFFFF;
    border-color: rgb(215, 225, 240);
    border-bottom-color: #FFFFFF;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
nav .btn-group > .dropdown-menu {
    border: 1px solid rgb(215, 225, 240);
    margin-top: -1px;
    z-index: 1;
    margin-left: 0px;
    padding: 0;
    border-top-left-radius: 0;
    overflow: hidden;
}
nav .dropdown-menu > .active > a, 
nav .dropdown-menu > .active > a:hover, 
nav .dropdown-menu > .active > a:focus {
    background-image: none;
    background-color: rgb(232, 242, 253);
    color: rgb(70, 85, 105);
}
nav .dropdown-menu > li > a {
    padding: 3px 100px 3px 13px;
    font-size: 12px;
}
nav .btn.dropdown-toggle.btn-default:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid rgb(70, 85, 105);
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
}
#app .pixels {
    display: none;
}
#app:hover .pixels {
    display: block;
}
.form-group {
	margin-bottom: 8px;
}
.input-group-addon {
    background-color: rgb(240, 245, 250);
    border: 1px solid rgb(215, 225, 240);
    color: rgb(70, 85, 105);
    position: relative;
    top: 0;
    padding: 0px 6px;
    line-height: 24px;
    vertical-align: middle;
    font-size: 10px;
}
.input-group .input-group-addon:not(:first-child):not(:last-child):after,
.input-group .input-group-addon:not(:first-child):not(:last-child):before {
    content: "";
    width: 1px;
    position: absolute;
    height: 100%;
    background-color: rgb(240, 245, 250);
    z-index: 1000;
    top: 0px;
}
.input-group .input-group-addon:not(:first-child):not(:last-child):before {
    left: -1px;
}
.input-group .input-group-addon:not(:first-child):not(:last-child):after {
    right: -1px;
}
textarea.form-control {
    height: 100%;
    padding: 8px;
    resize: none;
}
.navbar {
    min-height: auto;
}
.navbar-inverse {
    background-color: rgb(45, 142, 240);
}
#dashboard .panel .panel-body.list-group {
    padding: 0;
}
#dashboard .panel .panel-heading {
    padding: 10px 14px;
    font-size: 15px;
    background-color: #F0F5FA;
}
#dashboard .panel .panel-heading small {
    float: right;
    font-size: 12px;
    line-height: 22px;
}
#dashboard .panel .list-group-item {
    padding: 10px 14px;
}
#dashboard .panel .list-group-item .badge {
    background-color: #2D8EF0;
    line-height: 14px;
}
.btn-info {
    background-color: #2D8EF0;
    border-color: #2D8EF0;
}
.navbar-inverse .navbar-brand {
    color: rgb(210, 230, 255);
    font-size: 14px;
    line-height: 12px;
    word-wrap: break-word;
    font-weight: 700;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: rgb(51, 128, 206);
    padding: 18px 12px;
    height: initial;
}
.navbar-fixed-top {border-bottom: 0}
.navbar-inverse .navbar-nav>li>a {
    color: rgb(210, 230, 255);
    padding: 4px 6px;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 3px 10px 3px;
}
.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #286BC9;
    color: #FFFFFF;
    border-radius: 4px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #2664B8;
    color: #FFFFFF;
    border-radius: 4px;
}
.navbar .nav a.btn-ico i {
    color: #184B7F;
}
.navbar .nav a.btn-ico {
    padding: 13px 15px;
    margin: 0;
    font-size: 20px;
}

.navbar .nav a.btn-ico:hover,
.navbar .nav a.btn-ico:focus {
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
}
.navbar .nav a.btn-ico:hover i,
.navbar .nav a.btn-ico:focus i {
    color: #FFFFFF;    
}
.navbar .nav li.dropdown.open a.btn-ico:hover i,
.navbar .nav li.dropdown.open a.btn-ico:focus i {
    color: #184B7F;
}
.navbar-inverse .navbar-right .nav > li {
    border-color: #3380CE;
    border-width: 0 1px;
    border-style: solid;
    margin-left: -1px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #FFFFFF;
}
/*
.form-horizontal .form-numeric input {
    text-align: right;
}
*/
.navbar-nav>li>.dropdown-menu {
    margin-top: -4px;
    border-width: 0;
    border-radius: 0;
    font-size: 12px;
}
.input-error {
    color: red!important;
    font-weight: bold!important;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.form-horizontal .control-label {
    padding-top: 0;
    text-align: left;
    color: rgb(70, 85, 105);
    font-weight: 300;
}
.form-horizontal .form-group .col-md-1,
.form-horizontal .form-group .col-md-2,
.form-horizontal .form-group .col-md-3,
.form-horizontal .form-group .col-md-4,
.form-horizontal .form-group .col-md-5,
.form-horizontal .form-group .col-md-6,
.form-horizontal .form-group .col-md-7,
.form-horizontal .form-group .col-md-8,
.form-horizontal .form-group .col-md-9,
.form-horizontal .form-group .col-md-10,
.form-horizontal .form-group .col-md-11,
.form-horizontal .form-group .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.form-horizontal hr {
    margin-top: 0;
    margin-bottom: 0;
}
.form-control,
.form-horizontal .bootstrap-select > button {
    border-color: rgb(204, 208, 210);
    padding: 0 8px;
    line-height: 14px;
    font-size: 14px;
    height: 100%;
    box-sizing: border-box;
    min-height: 28px;
}
.bootstrap-select.btn-group .dropdown-menu {
    z-index: 100000;
}
.form-radio, .form-checkbox {
    box-sizing: border-box;
    height: 100%;
    cursor: pointer;
    position: relative;
}
#reports-overview > .row {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
}
#reports-overview > .row:last-child {
    border-bottom: none;
    margin-bottom: -15px;
}
#reports-overview > .row:first-child {
    margin-top: -5px;
}
#reports-overview > .row {
    line-height: 36px;
}
#reports-overview .bootstrap-select {
    margin: 4px 10px;
}
#reports-overview .bootstrap-select > button {
    padding: 6px;
}
#reports-overview button.btn-info {
    padding: 10px 12px;
}
#reports-overview .form-control {
    min-height: 10px;
}
#reports-overview #choose-criteria-msg {
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    z-index: 100;
    left: 16px;
    right: 1px;
    bottom: 21px;
    top: 1px;
    padding: 50px;
    border-radius: 4px;
    display: none;
}
#reports-overview.well-disabled #choose-criteria-msg {
    display: block;
}
#reports-overview #choose-criteria-msg p {
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    width: 100%;
    margin: auto;
    padding: 10px;
    top: 50%;
    position: absolute;
    left: 0;
    margin-top: -23px;
}
.form-radio > input.form-control,
.form-checkbox > input.form-control {
    display: none;
}
.form-radio:after,
.form-radio:before,
.form-checkbox:after,
.form-checkbox:before,
.table tbody td.column-checkbox:after,
.table tbody td.column-checkbox:before {
    content: "";
    display: inline-block;
    position: absolute;
}
.form-radio:after,
.form-radio:before,
.form-checkbox:after,
.form-checkbox:before {
    left: 0;
    top: 50%;
}
.table tbody td.column-checkbox:after,
.table tbody td.column-checkbox:before {
    left: 50%;
    margin-left: -7px;
    top: 50%;
}
.form-radio:after,
.form-radio:before {
    border-radius: 100px;
}
.form-radio:before,
.form-checkbox:before,
.table tbody td.column-checkbox:before {
    border: 1px solid rgb(204, 208, 210);
    width: 14px;
    height: 14px;
    margin-top: -7px;
}
.table tbody td.column-checkbox.col-empty:before {
    background-color: transparent;
    border: 1px solid rgb(204, 208, 210);
} 
.table tbody td.column-checkbox.col-empty:after {
    content: "";
}
.form-radio.checked:before,
.form-checkbox.checked:before,
.table tbody td.column-checkbox:before {
    background-color: #2D8EF0;
    border-color: #2D8EF0;
}
.form-radio.checked:after,
.table tbody td.column-checkbox:after {
    background-color: #FFFFFF;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: 5px;
}
.form-checkbox.checked:after,
.table tbody td.column-checkbox:after {
    font-family: "Ionicons";
    content: "\f122";
    color: #FFFFFF;
    height: 14px;
    margin-top: -7px;
    line-height: 14px;
    width: 14px;
    background-color: transparent;
    text-align: center;
    font-size: 10px;
}
.table tbody td.column-checkbox:after {
    margin-left: -7px;
}
.form-horizontal .btn {
    box-sizing:border-box;
    width: 100%;
}
.form-horizontal .bootstrap-select > button {
    background-color: #FFFFFF;
}
.form-horizontal .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    line-height: 26px;
}
.form-horizontal .form-image {
    border-radius: 4px;
    border: 1px solid rgb(204, 208, 210);
}


.form-horizontal .form-image.no-image:after {
    content: "\f148";
    transition: color 0.5s ease;
    display: inline-block;
    font-family:'Ionicons';
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left:0;
    right: 0;
    line-height: 0;
    top: 50%;
    margin-top:0px;
    color: rgba(0,0,0,0.1);
    height: 50px;
    font-size: 50px;
}
.form-horizontal .form-image.no-image:hover:after {
    color: rgba(0,0,0,0.3);
}
.form-horizontal .form-image img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
}
.table {
    margin-bottom: 0;
}
.table.table-hover tbody tr {
    cursor: pointer;
}
.table.table-hover thead tr th,
.table.table-hover tbody tr td {
    position: relative;
}
.table.table-hover thead tr th {
    height: 34px;
}
.table.table-hover tbody tr td {
    height: 44px;
}
.table>thead>tr>th {
    border-bottom: 1px solid rgb(229, 237, 242);
}
.table>tbody>tr>td {
    border-bottom: 1px solid rgba(229, 237, 242, 0.5);
}
.table>tbody>tr:last-child>td {
    border-bottom-width:0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px 0;
}
.table-hover>tbody>tr:hover {
    background-color: #E8F2FD;
    position: relative;
}
.table-hover>tbody>tr:hover td:first-child:before,
.table-hover>tbody>tr:hover td:last-child:after {
    background-color: #E8F2FD;
    content: "";
    position: absolute;
    z-index: 0;
    width: 11px;
    top: -1px;
    height: 45px;
    border-bottom: 1px solid rgba(229, 237, 242, 0.5);
    border-top: 1px solid rgba(229, 237, 242, 0.5);
}
.table-hover>tbody>tr:hover td:first-child:before {
    left: -11px;
}
.table-hover>tbody>tr:hover td:last-child:after {
    right: -11px;
}
.table-hover>tbody>tr:last-child:hover td:first-child:before,
.table-hover>tbody>tr:last-child:hover td:last-child:after {
    border-bottom-width: 0;
    height: 44px;
}
.table-hover>tbody>tr.no-hover:hover,
.table-hover>tbody>tr.no-hover:last-child:hover td:first-child:before,
.table-hover>tbody>tr.no-hover:last-child:hover td:last-child:after {
    background-color: transparent;
}
.no-records {
    font-size: 20px;
    line-height: 40px;
    margin-top: 10px;
}
.table.table-hover thead tr th > span,
.table.table-hover tbody tr td > span {
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-wrap: break-word;
    top: 0;
    right: 7px;
    bottom: 0;
    left: 0;
}
.table.table-hover tbody tr td > span {
    line-height: 44px;
    min-height: 43px;
}
.table.table-hover thead tr th > span {
    font-size: 12px;
    line-height: 34px;
    font-weight: 500;
    min-height: 34px;
}
.table.table-hover thead tr th.column-decimal,
.table.table-hover tbody tr td.column-decimal {
    text-align: right;
}
.table.table-hover thead tr th.column-checkbox,
.table.table-hover tbody tr td.column-checkbox {
    text-align: center;
}
.table tbody td.column-checkbox span {
    display: none;
}
.bootstrap-select .dropdown-toggle:focus,
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    outline-offset: 0;
}
.bootstrap-select.disabled .dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgb(204, 208, 210);
}
/* Specific panels */
.popover-delete-record {
    width: 250px;
    margin-left: -104px;
}
.popover.bottom.popover-delete-record>.arrow {
    margin-left: 93px;
}
.popover-delete-record .row {
    margin-bottom: 10px;
}
.popover-delete-record .popover-content .row:last-child {
    margin-bottom: 0;
}
.popover-delete-record a {
    padding: 10px;
}
.popover-delete-record .col-md-6:first-child {
    margin-bottom: 10px;
}
#powersearch {
    position: fixed;
    border-radius: 0 0 4px 4px;
    top: 48px;
    background-color: #FFFFFF;
    overflow: hidden;
    padding-top: 40px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
    z-index: 1029;
}

#powersearch #powersearch-criteria {
    height: 40px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
#powersearch #powersearch-criteria input {
    border-width: 0;
    padding: 8px 8px 8px 24px;
    outline: none;
    position: absolute;
    background-color: transparent;
    z-index: 2;
    right: 6px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid rgb(106, 133, 146);
    width: 488px;
    left: 6px;
    top: 6px;
    bottom: 6px;
}
#powersearch #powersearch-criteria span.placeholder {
    position: absolute;
    color: #CCCCCC;
    padding: 11px 10px 11px 30px;
    font-size: 14px;
    line-height: 18px;
}
#powersearch-delete {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    margin: 10px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 1000;
}
#powersearch-delete:focus {
    outline: none;
}
#powersearch.empty #powersearch-delete {
    display: none;
}
#powersearch-delete:after {
    content: "\f406";
    font-family: 'Ionicons';
    color: rgb(58, 146, 216);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    font-size: 18px;
    line-height: 20px;
}
#powersearch-delete:hover:after {
    color: red;
}
#powersearch #powersearch-criteria:before {
    content: "\f4a4";
    font-family: 'Ionicons';
    left: 0;
    position: absolute;
    color: #BBBBBB;
    font-size: 18px;
    padding: 8px 12px;
}
#powersearch #powersearch-results {
    border-top: 1px solid rgb(223, 224, 226);
    font-size: 12px;
}
#powersearch ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#powersearch ul > li > label {
    width: 100%;
    border-bottom: 1px solid rgb(223, 224, 226);
    margin: 0;
    background-color: rgb(248, 249, 252);
}
#powersearch ul > li a {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
}
#powersearch ul > li > label a {
    font-weight: bold;
}
#powersearch ul > li > label a,
#powersearch ul > li > ul li > a {
    color: rgb(70, 85, 105);
    text-decoration: none;    
}
/*#powersearch ul > li > label a:hover,*/
#powersearch ul > li > ul li > a:hover {
    opacity: 0.75;
}
#powersearch ul > li > ul li {
    border-bottom: 1px dotted #CCCCCC;
}
#powersearch ul > li > ul li.is-selected {
    background-color: rgb(45, 142, 240);
    border-bottom-color: rgb(45, 142, 240);
}
#powersearch ul > li > ul li.is-selected a {
    color: #FFFFFF;
}

#powersearch ul > li:last-child > ul li:last-child {
    border-bottom:none;
}
#powersearch.inactive {
    display: none;
}
#powersearch span.placeholder {
    display: none;
}
#powersearch.empty span.placeholder {
    display: inline-block;
}
#powersearch.empty input {
    background-color: transparent;
}
#powersearch .temp-holder {
    position: absolute;
    left: 31px;
    width: 1000000px;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 0;
}
#powersearch.empty .temp-holder {
    display: none;
}
#powersearch .temp-holder span {
    color: rgba(0,0,0,0);
}
#powersearch .temp-holder small {
    color: rgba(0,0,0,0.50);
}
button {
    outline: !important;
}
#powersearch small.no-results-message {
    display: none;
}
#powersearch.no-results small.no-results-message {
    display: inline;
}
#timeline {
    list-style-type: none;
    border-left: 3px solid #1989E7;
    margin: 0 0 0 11px;
    min-height: 300px;
    padding: 0;
}
#timeline ul {
    list-style-type: none;
    padding: 0;
}
#timeline > li {
    padding: 16px 16px 0 16px;
}
#timeline > li > label {
    position: relative;
}
#timeline > li > label:before {
    content: "";
    display: block;
    border-bottom: 3px solid #1989E7;
    margin-top: -2px;
    position: absolute;
    width: 8px;
    left: -16px;
    top: 10px;
}
#timeline > li li {
    padding: 0 0 0 10px;
    margin: 0 0 10px 0;
}
#timeline > li li:last-child {
    margin-bottom: 0;
}
#timeline li:last-child ul li:last-child {
    padding-bottom: 16px;
}
#loginForm {
	margin-top: 102px;
}
#loginForm p {
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
    font-weight: normal;
    margin: 0 -16px 16px -16px;
    padding: 0 16px 16px 16px;
    border-bottom: 1px solid rgb(211, 224, 233);
}
#loginForm .form-control {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    height: 34px;
}
#loginForm .btn-primary,
#loginForm .btn-primary:hover,
#loginForm .btn-primary:active,
#loginForm .btn-primary:focus {
    font-size: 14px;
    font-weight: 500;
    box-shadow: none;
    outline: none;
    padding: 10px;
}
#list-header #button-create {
    width: 40px;
}
#form-header,
#list-header {
    margin-bottom: 9px;
}
#form-header h1,
#list-header h1 {
    color: rgb(145, 165, 185);
    background-color: transparent;
    font-size: 15px;
    font-weight: 400;
    padding: 11px 12px;
    margin: 0;
}
#list-header button.btn {
    font-size: 15px;
    position: relative;
    padding: 11px 40px 11px 12px;
}
#list-header button.btn.dropdown-toggle:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid rgb(70, 85, 105);
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
}
#list-header .btn-group.open .btn.dropdown-toggle.btn-default {
    text-shadow: none;
    color: rgb(70, 85, 105);
    box-shadow: none;
    background-color: #FFFFFF;
    border-color: rgb(215, 225, 240);
    border-bottom-color: #FFFFFF;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#list-header .btn-group .dropdown-menu {
    border: 1px solid rgb(215, 225, 240);
    margin-top: -1px;
    z-index: 1;
    margin-left: 0px;
    padding: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 0;
    overflow: hidden;
}
#list-header .btn-group > .dropdown-menu {
    border: 1px solid rgb(215, 225, 240);
    margin-top: -1px;
    z-index: 1;
    margin-left: 0px;
    padding: 0;
    border-top-right-radius: 4px;
    overflow: hidden;
}
#list-header .dropdown-menu > li > a {
    padding: 6px 50px 6px 12px;
    min-width: 250px;
    font-size: 12px;
}
#list-header .dropdown-menu > li.active > a {
    background-image: none;
    background-color: rgb(232, 242, 253);
    color: rgb(70, 85, 105);
}
#relations {
    margin-left: 0;
    margin-right: 0;
}
#relations .col-md-1,#relations .col-md-2,#relations .col-md-3,#relations .col-md-4,#relations .col-md-5,#relations .col-md-6,#relations .col-md-7,#relations .col-md-8,#relations .col-md-9,#relations .col-md-10,#relations .col-md-11,#relations .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
#relations ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#relations a {
    color: rgb(50, 145, 240);
}
.datepicker.datepicker-week .datepicker-days tbody tr:hover {
    background-color: #eee;
}
.datepicker.datepicker-week .datepicker-days tbody tr:hover td {
    border-radius: 0;
}