/* Minification failed. Returning unminified contents.
(29,1): run-time error CSS1019: Unexpected token, found '}'
(29,3): run-time error CSS1031: Expected selector, found '/'
(29,3): run-time error CSS1025: Expected comma or open brace, found '/'
(223,28): run-time error CSS1039: Token not allowed after unary operator: '-accent-color'
 */
body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
}

p,ol {
    font-size: 10pt;
    font-family: Arial;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;*/
}*/


.nav-button-container {
    margin-top:45px !important ;
}

.form-label {
    font-weight:600;
}

.col-form-label {
    font-weight: 600;
}

.control-label {
    font-weight: 600;
}

.form-group {
    margin-bottom: 15px;
}

.validation-error {
    color:red;
}

.validation-summary-errors {
    color: red;
}

.table-row-delete {
    cursor:pointer;
}

/*Three way toggle. */
.tw-toggle {
    /* background: #95A5A6; */
    display: inline-block;
    padding: 0px 1px;
    position: relative;
    border: 2px solid #95A5A6;
    float: left;
    height: 20px;
    border-radius: 20px;
    font-size: 8px;
    margin-top:5px;
    margin-right:5px;
}

    .tw-toggle label {
        text-align: center;
        font-family: sans-serif;
        display: inline-block;
        color: #95A5A6;
        position: relative;
        z-index: 2;
        margin: 0;
        text-align: center;
        padding: 0px 3px;
        font-size: 12px;
        /* cursor: pointer; */
    }

    .tw-toggle input {
        /* display: none; */
        position: absolute;
        z-index: 3;
        opacity: 0;
        cursor: pointer;
    }

    .tw-toggle span {
        height: 15px;
        width: 15px;
        line-height: 15px;
        border-radius: 50%;
        background: #fff;
        display: block;
        position: absolute;
        left: 16px;
        top: .5px;
        transition: all 0.3s ease-in-out;
    }

    .tw-toggle input[value="false"]:checked ~ span {
        background: #e74c3c;
        left: 1.5px;
        color: #fff;
    }

    .tw-toggle input[value="true"]:checked ~ span {
        background: #27ae60;
        left: 34px;
    }

    .tw-toggle input[value="planned"]:checked ~ span {
        background: orange;
        left: 17px;
    }

    .tw-toggle input[value="false"]:checked + label, .tw-toggle input[value="true"]:checked + label {
        color: #fff;
    }

    .tw-toggle input[value="planned"]:checked + label {
        color: #fff;
    }


.form-check-input {
    cursor:pointer;
}

th {
    font-weight: 600;
}


.ui-menu-item{
    background: #ffffff none no-repeat;
    padding: 0;
    margin: 0;
    display: block;
    border: 0;
    border-collapse: collapse;
}


#ui-id-1 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: white !important;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

#ui-id-1 > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.m-top-15 { margin-top: 15px }
.m-bottom-15 {
    margin-top: 15px
}

.archived {
    display:none;
}

.avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: var(--accent-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 18px;
    padding-top:3px;
}
