﻿.selectize-input {
    border: 2px solid rgba(0, 106, 77, 0.3) !important;
}

.type-success.bootstrap-dialog .modal-header {
    background-color: #006a4d;
    color: #ffffff;
}

.modal-backdrop {
    background-color: rgba(0, 106, 77, 0.2);
}

.ui-datepicker-current-day {
    background-color: rgba(0, 106, 77, 0.3) !important;
}

.input-validation-error {
    border: 1px solid #a94442 !important;
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

legend {
    margin-top: 30px;
}

.bar {
    height: 18px;
    background: green;
}

#dropzone {
    /*background: palegreen;*/
    height: 100px;
    text-align: center;
}

    #dropzone.hover {
        /*background: lawngreen;*/
    }

#uploadstate, #uploadstate li {
    margin: 0;
    padding: 0;
    list-style: none;
}

    #uploadstate li {
        margin-bottom: 2px;
    }

body {
    font-family: "futura-pt",Arial;
    font-size: 14px;
    font-style: normal;
    color: #3a3a3a;
    padding: 0px;
    margin: 0px;
    background: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "futura-pt",Arial;
    font-weight: 500;
    line-height: 1.1;
    color: #006a4d;
}

.signaturepad {
    border: 1px solid rgba(0, 106, 77, 0.3);
    border-radius: 4px;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-inverse {
    border-radius: 0;
    min-height: 0px;
    background-color: #006a4d;
}

    .navbar-inverse .navbar-brand {
        color: #FFF;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        color: #FFF;
    }

    .navbar-inverse .navbar-nav > .dropdown > a .caret {
        border-top-color: #FFF;
        border-bottom-color: #FFF;
    }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #69be28;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: rgba(0, 106, 77, 0.1);
}

.table-bordered {
    border-color: rgba(0, 106, 77, 0.3);
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border-color: rgba(0, 106, 77, 0.3);
    }

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th {
        color: #006a4d;
    }

.header {
    margin-top: 20px;
    margin-bottom: 15px;
}

a {
    color: #006a4d;
    text-decoration: none;
}

    a:active, a:hover {
        outline: 0;
    }

    a:hover, a:focus {
        color: #004b35;
        text-decoration: underline;
    }

.btn-primary {
    color: #ffffff;
    background-color: #006a4d;
    border-color: rgba(0, 106, 77, 0.3);
}

    .btn-primary.disabled, .btn-primary[disabled] {
        background-color: rgba(0, 106, 77, 0.7);
        border-color: rgba(0, 106, 77, 0.3);
    }

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #004b35;
        border-color: rgba(0, 106, 77, 0.3);
    }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    font-weight: bold;
    background-color: #ffffff;
    border: 1px solid #999999;
    border-bottom-color: transparent;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #999999;
}

.nav-tabs {
    border-bottom: 1px solid #999999;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #006a4d;
    border-color: rgba(0, 106, 77, 0.3);
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    border-color: rgba(0, 106, 77, 0.3);
}

.pagination > li > a,
.pagination > li > span {
    background-color: #ffffff;
    border-color: rgba(0, 106, 77, 0.3);
}

.form-control {
    border-color: rgba(0, 106, 77, 0.3);
}

label.checklist,
label.optionlist {
    display: inline-block;
    width: 250px;
}

.panel {
    margin-bottom: 3px;
}

.accordeon {
    margin-bottom: 20px;
}

table > tbody > tr > td > span > a.btn {
    padding: 0 5px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    background-color: #006a4d;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.form-group.form-needed label::before {
    content: "* ";
    color: red;
}
/* 
    <ul> displayed as tree, used to display object hierarchy on object details
*/
ul.tree, ul.tree ul {
    list-style-type: none;
    background: url('img/vline.png') repeat-y;
    margin: 0;
    padding: 0;
}

    ul.tree ul {
        margin-left: 10px;
    }

    ul.tree li {
        margin: 0;
        padding: 0 12px;
        line-height: 20px;
        background: url('img/node.png') no-repeat;
        color: #369;
    }

        ul.tree li.last {
            background: #fff url('img/lastnode.png') no-repeat;
        }


.checkbox-custom {
    position: relative;
    width: 26px;
    height: 26px;
    margin: 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

    .checkbox-custom:after {
        content: '';
        position: absolute;
        display: block;
        z-index: 1;
        width: 26px;
        height: 26px;
        border: 1px solid #006A4D;
        border-radius: 2px;
    }

    .checkbox-custom[type=checkbox]:before {
        background: #006A4D url("http://i.imgur.com/dR1TM0y.png");
        background-size: 18px 14px;
        background-repeat: no-repeat;
        background-position: 3px 4px;
        position: absolute;
        left: 2px;
        z-index: 2;
        opacity: 0;
        width: 100%;
        height: 100%;
        color: #006A4D;
    }

    .checkbox-custom[type=checkbox]:checked:before {
        content: '';
        position: absolute;
        top: 0px;
        opacity: 1;
        left: 0px;
        border: 1px solid #006A4D;
        border-radius: 2px;
    }
